Repository: aalmiray/ikonli Branch: master Commit: 22891ac42669 Files: 728 Total size: 7.6 MB Directory structure: gitextract_k4il8tur/ ├── .bach/ │ └── bach.info/ │ └── module-info.java ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ ├── build.yml │ ├── early-access.yml │ └── release.yml ├── .gitignore ├── LICENSE ├── README.adoc ├── SECURITY.md ├── VERSION ├── apps/ │ ├── ikonli-browser/ │ │ ├── ikonli-browser.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── eu/ │ │ │ │ └── hansolo/ │ │ │ │ └── tilesfx/ │ │ │ │ └── tools/ │ │ │ │ └── FlowGridPane.java │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── browser/ │ │ │ ├── AboutDialog.java │ │ │ ├── IkonBrowser.java │ │ │ ├── IkonInternalWindow.java │ │ │ ├── IkonPickerDialog.java │ │ │ ├── Launcher.java │ │ │ ├── SearchInternalWindow.java │ │ │ ├── Versions.java │ │ │ └── internal/ │ │ │ └── JavaFXThreadProxyObservableList.java │ │ ├── jpackage/ │ │ │ └── icons/ │ │ │ └── ikonli-browser.icns │ │ └── resources/ │ │ └── org/ │ │ └── kordamp/ │ │ └── ikonli/ │ │ └── browser/ │ │ ├── browser.css │ │ ├── common.css │ │ ├── ikon-window.css │ │ └── versions.properties │ ├── sampler-javafx/ │ │ ├── sampler-javafx.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── sampler/ │ │ │ └── javafx/ │ │ │ └── Sampler.java │ │ └── resources/ │ │ └── org/ │ │ └── kordamp/ │ │ └── ikonli/ │ │ └── sampler/ │ │ └── javafx/ │ │ ├── sampler.css │ │ └── sampler.fxml │ └── sampler-swing/ │ ├── sampler-swing.gradle │ └── src/ │ └── main/ │ └── java/ │ ├── module-info.java │ └── org/ │ └── kordamp/ │ └── ikonli/ │ └── sampler/ │ └── swing/ │ └── Sampler.java ├── bach.args ├── build.gradle ├── buildSrc/ │ ├── build.gradle │ └── src/ │ └── main/ │ └── groovy/ │ └── org/ │ └── kordamp/ │ └── ikonli/ │ └── gradle/ │ └── NativeImageResourceGeneratorTask.groovy ├── core/ │ ├── ikonli-bom/ │ │ └── ikonli-bom.gradle │ ├── ikonli-core/ │ │ ├── ikonli-core.gradle │ │ └── src/ │ │ └── main/ │ │ └── java/ │ │ ├── module-info.java │ │ └── org/ │ │ └── kordamp/ │ │ └── ikonli/ │ │ ├── AbstractIkonHandler.java │ │ ├── AbstractIkonResolver.java │ │ ├── DefaultIkonResolver.java │ │ ├── FontLoader.java │ │ ├── Ikon.java │ │ ├── IkonHandler.java │ │ ├── IkonProvider.java │ │ ├── IkonResolver.java │ │ ├── IkonResolverProvider.java │ │ ├── Ikonli.java │ │ ├── IkonliIkonProvider.java │ │ ├── IkonliIkonResolver.java │ │ └── OSGiIkonResolver.java │ ├── ikonli-javafx/ │ │ ├── ikonli-javafx.gradle │ │ ├── src/ │ │ │ └── main/ │ │ │ └── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── javafx/ │ │ │ ├── FontIcon.java │ │ │ ├── FontIconConverter.java │ │ │ ├── FontIconTableCell.java │ │ │ ├── Icon.java │ │ │ ├── JavaFXFontLoader.java │ │ │ └── StackedFontIcon.java │ │ └── tmp/ │ │ ├── FontIconTest.java │ │ ├── PaintConverter.java │ │ ├── SVGGlyphRegistry.java │ │ ├── SVGIcon.java │ │ ├── SVGIconConverter.java │ │ └── StackedFontIcon.java │ └── ikonli-swing/ │ ├── ikonli-swing.gradle │ └── src/ │ └── main/ │ └── java/ │ ├── module-info.java │ └── org/ │ └── kordamp/ │ └── ikonli/ │ └── swing/ │ ├── FontIcon.java │ └── SwingFontLoader.java ├── docs/ │ └── guide/ │ ├── guide.gradle │ └── src/ │ ├── docs/ │ │ └── asciidoc/ │ │ ├── authoring.adoc │ │ ├── cheat-sheet-antdesignicons.adoc │ │ ├── cheat-sheet-bootstrapicons.adoc │ │ ├── cheat-sheet-boxicons.adoc │ │ ├── cheat-sheet-bpmn.adoc │ │ ├── cheat-sheet-bytedance.adoc │ │ ├── cheat-sheet-captainicon.adoc │ │ ├── cheat-sheet-carbonicons.adoc │ │ ├── cheat-sheet-codicons.adoc │ │ ├── cheat-sheet-coreui.adoc │ │ ├── cheat-sheet-dashicons.adoc │ │ ├── cheat-sheet-devicons.adoc │ │ ├── cheat-sheet-elusive.adoc │ │ ├── cheat-sheet-entypo.adoc │ │ ├── cheat-sheet-evaicons.adoc │ │ ├── cheat-sheet-feather.adoc │ │ ├── cheat-sheet-fileicons.adoc │ │ ├── cheat-sheet-fluentui.adoc │ │ ├── cheat-sheet-fontawesome.adoc │ │ ├── cheat-sheet-fontawesome5.adoc │ │ ├── cheat-sheet-fontawesome6.adoc │ │ ├── cheat-sheet-fontelico.adoc │ │ ├── cheat-sheet-foundation.adoc │ │ ├── cheat-sheet-hawcons.adoc │ │ ├── cheat-sheet-icomoon.adoc │ │ ├── cheat-sheet-ionicons.adoc │ │ ├── cheat-sheet-ionicons4.adoc │ │ ├── cheat-sheet-jamicons.adoc │ │ ├── cheat-sheet-ligaturesymbols.adoc │ │ ├── cheat-sheet-lineawesome.adoc │ │ ├── cheat-sheet-linecons.adoc │ │ ├── cheat-sheet-maki.adoc │ │ ├── cheat-sheet-maki2.adoc │ │ ├── cheat-sheet-mapicons.adoc │ │ ├── cheat-sheet-material.adoc │ │ ├── cheat-sheet-material2.adoc │ │ ├── cheat-sheet-materialdesign.adoc │ │ ├── cheat-sheet-materialdesign2.adoc │ │ ├── cheat-sheet-medicons.adoc │ │ ├── cheat-sheet-metrizeicons.adoc │ │ ├── cheat-sheet-microns.adoc │ │ ├── cheat-sheet-ociicons.adoc │ │ ├── cheat-sheet-octicons.adoc │ │ ├── cheat-sheet-openiconic.adoc │ │ ├── cheat-sheet-paymentfont.adoc │ │ ├── cheat-sheet-prestashopicons.adoc │ │ ├── cheat-sheet-remixicon.adoc │ │ ├── cheat-sheet-runestroicons.adoc │ │ ├── cheat-sheet-simpleicons.adoc │ │ ├── cheat-sheet-simplelineicons.adoc │ │ ├── cheat-sheet-subway.adoc │ │ ├── cheat-sheet-themify.adoc │ │ ├── cheat-sheet-typicons.adoc │ │ ├── cheat-sheet-unicons.adoc │ │ ├── cheat-sheet-weathericons.adoc │ │ ├── cheat-sheet-websymbols.adoc │ │ ├── cheat-sheet-whhg.adoc │ │ ├── cheat-sheet-win10.adoc │ │ ├── cheat-sheet-zondicons.adoc │ │ ├── icon-packs.adoc │ │ ├── index.adoc │ │ ├── introduction.adoc │ │ ├── resources/ │ │ │ └── css/ │ │ │ └── style.css │ │ └── usage.adoc │ └── javadoc/ │ ├── overview.html │ └── resources/ │ └── css/ │ └── stylesheet.css ├── gradle/ │ ├── LICENSE_HEADER │ └── wrapper/ │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradle.properties ├── gradlew ├── gradlew.bat ├── icon-packs/ │ ├── ikonli-antdesignicons-pack/ │ │ ├── ikonli-antdesignicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── antdesignicons/ │ │ │ ├── AntDesignIconsFilled.java │ │ │ ├── AntDesignIconsFilledIkonHandler.java │ │ │ ├── AntDesignIconsFilledIkonProvider.java │ │ │ ├── AntDesignIconsOutlined.java │ │ │ ├── AntDesignIconsOutlinedIkonHandler.java │ │ │ └── AntDesignIconsOutlinedIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── antdesignicons/ │ │ └── 4.0.0/ │ │ └── css/ │ │ ├── antdesignicons-filled.css │ │ └── antdesignicons-outlined.css │ ├── ikonli-bootstrapicons-pack/ │ │ ├── ikonli-bootstrapicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── bootstrapicons/ │ │ │ ├── BootstrapIcons.java │ │ │ ├── BootstrapIconsIkonHandler.java │ │ │ └── BootstrapIconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── bootstrapicons/ │ │ └── 1.4.1/ │ │ └── css/ │ │ └── bootstrap-icons.css │ ├── ikonli-boxicons-pack/ │ │ ├── ikonli-boxicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── boxicons/ │ │ │ ├── BoxiconsLogos.java │ │ │ ├── BoxiconsLogosIkonHandler.java │ │ │ ├── BoxiconsLogosIkonProvider.java │ │ │ ├── BoxiconsRegular.java │ │ │ ├── BoxiconsRegularIkonHandler.java │ │ │ ├── BoxiconsRegularIkonProvider.java │ │ │ ├── BoxiconsSolid.java │ │ │ ├── BoxiconsSolidIkonHandler.java │ │ │ └── BoxiconsSolidIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── boxicons/ │ │ └── 2.0.7/ │ │ └── css/ │ │ └── boxicons.css │ ├── ikonli-bpmn-pack/ │ │ ├── ikonli-bpmn-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── bpmn/ │ │ │ ├── Bpmn.java │ │ │ ├── BpmnIkonHandler.java │ │ │ └── BpmnIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── bpmn/ │ │ └── 0.10.0/ │ │ └── css/ │ │ └── bpmn.css │ ├── ikonli-bytedance-pack/ │ │ ├── ikonli-bytedance-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── bytedance/ │ │ │ ├── BytedanceIconsBoldAL.java │ │ │ ├── BytedanceIconsBoldALIkonHandler.java │ │ │ ├── BytedanceIconsBoldALIkonProvider.java │ │ │ ├── BytedanceIconsBoldMZ.java │ │ │ ├── BytedanceIconsBoldMZIkonHandler.java │ │ │ ├── BytedanceIconsBoldMZIkonProvider.java │ │ │ ├── BytedanceIconsExtraBoldAL.java │ │ │ ├── BytedanceIconsExtraBoldALIkonHandler.java │ │ │ ├── BytedanceIconsExtraBoldALIkonProvider.java │ │ │ ├── BytedanceIconsExtraBoldMZ.java │ │ │ ├── BytedanceIconsExtraBoldMZIkonHandler.java │ │ │ ├── BytedanceIconsExtraBoldMZIkonProvider.java │ │ │ ├── BytedanceIconsRegularAL.java │ │ │ ├── BytedanceIconsRegularALIkonHandler.java │ │ │ ├── BytedanceIconsRegularALIkonProvider.java │ │ │ ├── BytedanceIconsRegularMZ.java │ │ │ ├── BytedanceIconsRegularMZIkonHandler.java │ │ │ ├── BytedanceIconsRegularMZIkonProvider.java │ │ │ ├── BytedanceIconsThinAL.java │ │ │ ├── BytedanceIconsThinALIkonHandler.java │ │ │ ├── BytedanceIconsThinALIkonProvider.java │ │ │ ├── BytedanceIconsThinMZ.java │ │ │ ├── BytedanceIconsThinMZIkonHandler.java │ │ │ └── BytedanceIconsThinMZIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── bytedance/ │ │ └── 1.3.0/ │ │ └── css/ │ │ ├── bytedance-iconpack-bold.css │ │ ├── bytedance-iconpack-extrabold.css │ │ ├── bytedance-iconpack-regular.css │ │ └── bytedance-iconpack-thin.css │ ├── ikonli-captainicon-pack/ │ │ ├── ikonli-captainicon-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── captainicon/ │ │ │ ├── Captainicon.java │ │ │ ├── CaptainiconIkonHandler.java │ │ │ └── CaptainiconIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── captainicon/ │ │ └── 20140501/ │ │ └── css/ │ │ └── captainicon.css │ ├── ikonli-carbonicons-pack/ │ │ ├── ikonli-carbonicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── carbonicons/ │ │ │ ├── CarbonIcons.java │ │ │ ├── CarbonIconsIkonProvider.java │ │ │ └── CarboniconsIkonHandler.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── carbonicons/ │ │ └── 10.23.2/ │ │ └── css/ │ │ └── carbonicons.css │ ├── ikonli-codicons-pack/ │ │ ├── ikonli-codicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── codicons/ │ │ │ ├── Codicons.java │ │ │ ├── CodiconsIkonHandler.java │ │ │ └── CodiconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── codicons/ │ │ └── 0.0.12/ │ │ └── css/ │ │ └── codicon.css │ ├── ikonli-coreui-pack/ │ │ ├── ikonli-coreui-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── coreui/ │ │ │ ├── CoreUiBrands.java │ │ │ ├── CoreUiBrandsIkonHandler.java │ │ │ ├── CoreUiBrandsIkonProvider.java │ │ │ ├── CoreUiFree.java │ │ │ ├── CoreUiFreeIkonHandler.java │ │ │ └── CoreUiFreeIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── coreui/ │ │ └── 2.0.0-beta.5/ │ │ └── css/ │ │ ├── coreui-brand.css │ │ └── coreui-free.css │ ├── ikonli-dashicons-pack/ │ │ ├── ikonli-dashicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── dashicons/ │ │ │ ├── Dashicons.java │ │ │ ├── DashiconsIkonHandler.java │ │ │ └── DashiconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── dashicons/ │ │ └── 20200504/ │ │ └── css/ │ │ └── dashicons.css │ ├── ikonli-devicons-pack/ │ │ ├── ikonli-devicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── devicons/ │ │ │ ├── Devicons.java │ │ │ ├── DeviconsIkonHandler.java │ │ │ └── DeviconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── devicons/ │ │ └── 1.8.0/ │ │ └── css/ │ │ └── devicons.css │ ├── ikonli-elusive-pack/ │ │ ├── ikonli-elusive-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── elusive/ │ │ │ ├── Elusive.java │ │ │ ├── ElusiveIkonHandler.java │ │ │ └── ElusiveIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── elusive/ │ │ └── 2.0/ │ │ └── css/ │ │ └── elusive-webfont.css │ ├── ikonli-entypo-pack/ │ │ ├── ikonli-entypo-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── entypo/ │ │ │ ├── Entypo.java │ │ │ ├── EntypoIkonHandler.java │ │ │ └── EntypoIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── entypo/ │ │ └── 1.0/ │ │ └── css/ │ │ └── entypo.css │ ├── ikonli-evaicons-pack/ │ │ ├── ikonli-evaicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── evaicons/ │ │ │ ├── Evaicons.java │ │ │ ├── EvaiconsIkonHandler.java │ │ │ └── EvaiconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── evaicons/ │ │ └── 1.1.3/ │ │ └── css/ │ │ └── evaicons.css │ ├── ikonli-feather-pack/ │ │ ├── ikonli-feather-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── feather/ │ │ │ ├── Feather.java │ │ │ ├── FeatherIkonHandler.java │ │ │ └── FeatherIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── feather/ │ │ └── 4.28/ │ │ └── css/ │ │ └── feather.css │ ├── ikonli-fileicons-pack/ │ │ ├── ikonli-fileicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── fileicons/ │ │ │ ├── FileIcons.java │ │ │ ├── FileIconsIkonHandler.java │ │ │ └── FileIconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── fileicons/ │ │ └── 2.1.44/ │ │ └── css/ │ │ └── fileicons.css │ ├── ikonli-fluentui-pack/ │ │ ├── ikonli-fluentui-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── fluentui/ │ │ │ ├── FluentUiFilledAL.java │ │ │ ├── FluentUiFilledALIkonHandler.java │ │ │ ├── FluentUiFilledALIkonProvider.java │ │ │ ├── FluentUiFilledMZ.java │ │ │ ├── FluentUiFilledMZIkonHandler.java │ │ │ ├── FluentUiFilledMZIkonProvider.java │ │ │ ├── FluentUiRegularAL.java │ │ │ ├── FluentUiRegularALIkonHandler.java │ │ │ ├── FluentUiRegularALIkonProvider.java │ │ │ ├── FluentUiRegularMZ.java │ │ │ ├── FluentUiRegularMZIkonHandler.java │ │ │ └── FluentUiRegularMZIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── fluentui/ │ │ └── 1.1.74/ │ │ └── css/ │ │ ├── FluentSystemIcons-Filled.css │ │ └── FluentSystemIcons-Regular.css │ ├── ikonli-fontawesome-pack/ │ │ ├── ikonli-fontawesome-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── fontawesome/ │ │ │ ├── FontAwesome.java │ │ │ ├── FontAwesomeIkonHandler.java │ │ │ └── FontAwesomeIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── fontawesome/ │ │ └── 4.7.0/ │ │ ├── css/ │ │ │ └── font-awesome.css │ │ └── fonts/ │ │ └── FontAwesome.otf │ ├── ikonli-fontawesome5-pack/ │ │ ├── ikonli-fontawesome5-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── fontawesome5/ │ │ │ ├── FontAwesomeBrands.java │ │ │ ├── FontAwesomeBrandsIkonHandler.java │ │ │ ├── FontAwesomeBrandsIkonProvider.java │ │ │ ├── FontAwesomeRegular.java │ │ │ ├── FontAwesomeRegularIkonHandler.java │ │ │ ├── FontAwesomeRegularIkonProvider.java │ │ │ ├── FontAwesomeSolid.java │ │ │ ├── FontAwesomeSolidIkonHandler.java │ │ │ └── FontAwesomeSolidIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── fontawesome5/ │ │ └── 5.15.3/ │ │ └── css/ │ │ ├── fa-brands.css │ │ ├── fa-regular.css │ │ ├── fa-solid.css │ │ ├── fontawesome-all.css │ │ └── fontawesome.css │ ├── ikonli-fontawesome6-pack/ │ │ ├── ikonli-fontawesome6-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── fontawesome6/ │ │ │ ├── FontAwesomeBrands.java │ │ │ ├── FontAwesomeBrandsIkonHandler.java │ │ │ ├── FontAwesomeBrandsIkonProvider.java │ │ │ ├── FontAwesomeRegular.java │ │ │ ├── FontAwesomeRegularIkonHandler.java │ │ │ ├── FontAwesomeRegularIkonProvider.java │ │ │ ├── FontAwesomeSolid.java │ │ │ ├── FontAwesomeSolidIkonHandler.java │ │ │ └── FontAwesomeSolidIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── fontawesome6/ │ │ └── 6.5.2/ │ │ └── css/ │ │ ├── all.css │ │ ├── brands.css │ │ ├── fontawesome.css │ │ ├── regular.css │ │ ├── solid.css │ │ ├── svg-with-js.css │ │ ├── v4-font-face.css │ │ ├── v4-shims.css │ │ └── v5-font-face.css │ ├── ikonli-fontelico-pack/ │ │ ├── ikonli-fontelico-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── fontelico/ │ │ │ ├── Fontelico.java │ │ │ ├── FontelicoIkonHandler.java │ │ │ └── FontelicoIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── fontelico/ │ │ └── 0.0/ │ │ └── css/ │ │ └── fontelico.css │ ├── ikonli-foundation-pack/ │ │ ├── ikonli-foundation-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── foundation/ │ │ │ ├── Foundation.java │ │ │ ├── FoundationIkonHandler.java │ │ │ └── FoundationIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── foundation/ │ │ └── 3.0/ │ │ └── css/ │ │ └── foundation-icons.css │ ├── ikonli-hawcons-pack/ │ │ ├── ikonli-hawcons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── hawcons/ │ │ │ ├── HawconsFilled.java │ │ │ ├── HawconsFilledIkonHandler.java │ │ │ ├── HawconsFilledIkonProvider.java │ │ │ ├── HawconsStroke.java │ │ │ ├── HawconsStrokeIkonHandler.java │ │ │ └── HawconsStrokeIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── hawcons/ │ │ └── 20140708/ │ │ └── css/ │ │ ├── hawconsfilled.css │ │ └── hawconsstroke.css │ ├── ikonli-icomoon-pack/ │ │ ├── ikonli-icomoon-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── icomoon/ │ │ │ ├── Icomoon.java │ │ │ ├── IcomoonIkonHandler.java │ │ │ └── IcomoonIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── icomoon/ │ │ └── 0.0/ │ │ └── css/ │ │ └── icomoon.css │ ├── ikonli-ionicons-pack/ │ │ ├── ikonli-ionicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── ionicons/ │ │ │ ├── Ionicons.java │ │ │ ├── IoniconsIkonHandler.java │ │ │ └── IoniconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── ionicons/ │ │ └── 2.0.1/ │ │ ├── LICENSE │ │ └── css/ │ │ └── ionicons.css │ ├── ikonli-ionicons4-pack/ │ │ ├── ikonli-ionicons4-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── ionicons4/ │ │ │ ├── Ionicons4IOS.java │ │ │ ├── Ionicons4IOSIkonHandler.java │ │ │ ├── Ionicons4IOSIkonProvider.java │ │ │ ├── Ionicons4Logo.java │ │ │ ├── Ionicons4LogoIkonHandler.java │ │ │ ├── Ionicons4LogoIkonProvider.java │ │ │ ├── Ionicons4Material.java │ │ │ ├── Ionicons4MaterialIkonHandler.java │ │ │ └── Ionicons4MaterialIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── ionicons4/ │ │ └── 4.1.2/ │ │ ├── LICENSE │ │ └── css/ │ │ └── ionicons4.css │ ├── ikonli-jamicons-pack/ │ │ ├── ikonli-jamicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── jam/ │ │ │ ├── Jam.java │ │ │ ├── JamIkonHandler.java │ │ │ └── JamIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── jam/ │ │ └── 3.0.0/ │ │ └── css/ │ │ └── jam.css │ ├── ikonli-ligaturesymbols-pack/ │ │ ├── ikonli-ligaturesymbols-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── ligaturesymbols/ │ │ │ ├── LigatureSymbols.java │ │ │ ├── LigatureSymbolsIkonHandler.java │ │ │ └── LigatureSymbolsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── ligaturesymbols/ │ │ └── 2.11/ │ │ ├── css/ │ │ │ └── ligaturesymbols.css │ │ └── fonts/ │ │ └── LigatureSymbols-2.11.otf │ ├── ikonli-lineawesome-pack/ │ │ ├── ikonli-lineawesome-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── lineawesome/ │ │ │ ├── LineAwesomeBrands.java │ │ │ ├── LineAwesomeBrandsIkonHandler.java │ │ │ ├── LineAwesomeBrandsIkonProvider.java │ │ │ ├── LineAwesomeRegular.java │ │ │ ├── LineAwesomeRegularIkonHandler.java │ │ │ ├── LineAwesomeRegularIkonProvider.java │ │ │ ├── LineAwesomeSolid.java │ │ │ ├── LineAwesomeSolidIkonHandler.java │ │ │ └── LineAwesomeSolidIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── lineawesome/ │ │ └── 1.3.0/ │ │ └── css/ │ │ ├── la-brands.css │ │ ├── la-regular.css │ │ ├── la-solid.css │ │ └── lineawesome-all.css │ ├── ikonli-linecons-pack/ │ │ ├── ikonli-linecons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── linecons/ │ │ │ ├── Linecons.java │ │ │ ├── LineconsIkonHandler.java │ │ │ └── LineconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── linecons/ │ │ └── 0.0/ │ │ └── css/ │ │ └── linecons.css │ ├── ikonli-maki-pack/ │ │ ├── ikonli-maki-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── maki/ │ │ │ ├── Maki.java │ │ │ ├── MakiIkonHandler.java │ │ │ └── MakiIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── maki/ │ │ └── 0.5.0/ │ │ └── css/ │ │ └── maki.css │ ├── ikonli-maki2-pack/ │ │ ├── ikonli-maki2-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── maki2/ │ │ │ ├── Maki2.java │ │ │ ├── Maki2IkonHandler.java │ │ │ └── Maki2IkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── maki2/ │ │ └── 6.2.0/ │ │ └── css/ │ │ └── maki2.css │ ├── ikonli-mapicons-pack/ │ │ ├── ikonli-mapicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── mapicons/ │ │ │ ├── Mapicons.java │ │ │ ├── MapiconsIkonHandler.java │ │ │ └── MapiconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── mapicons/ │ │ └── 3.0.0/ │ │ └── css/ │ │ └── map-icons.css │ ├── ikonli-material-pack/ │ │ ├── ikonli-material-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── material/ │ │ │ ├── Material.java │ │ │ ├── MaterialIkonHandler.java │ │ │ └── MaterialIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── material/ │ │ └── 50/ │ │ └── css/ │ │ └── material-icons.css │ ├── ikonli-material2-pack/ │ │ ├── ikonli-material2-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── material2/ │ │ │ ├── Material2AL.java │ │ │ ├── Material2ALIkonHandler.java │ │ │ ├── Material2ALIkonProvider.java │ │ │ ├── Material2MZ.java │ │ │ ├── Material2MZIkonHandler.java │ │ │ ├── Material2MZIkonProvider.java │ │ │ ├── Material2OutlinedAL.java │ │ │ ├── Material2OutlinedALIkonHandler.java │ │ │ ├── Material2OutlinedALIkonProvider.java │ │ │ ├── Material2OutlinedMZ.java │ │ │ ├── Material2OutlinedMZIkonHandler.java │ │ │ ├── Material2OutlinedMZIkonProvider.java │ │ │ ├── Material2RoundAL.java │ │ │ ├── Material2RoundALIkonHandler.java │ │ │ ├── Material2RoundALIkonProvider.java │ │ │ ├── Material2RoundMZ.java │ │ │ ├── Material2RoundMZIkonHandler.java │ │ │ ├── Material2RoundMZIkonProvider.java │ │ │ ├── Material2SharpAL.java │ │ │ ├── Material2SharpALIkonHandler.java │ │ │ ├── Material2SharpALIkonProvider.java │ │ │ ├── Material2SharpMZ.java │ │ │ ├── Material2SharpMZIkonHandler.java │ │ │ └── Material2SharpMZIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── material2/ │ │ └── 20200820/ │ │ └── css/ │ │ ├── md-baseline.css │ │ ├── md-outlined.css │ │ ├── md-round.css │ │ └── md-sharp.css │ ├── ikonli-materialdesign-pack/ │ │ ├── ikonli-materialdesign-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── materialdesign/ │ │ │ ├── MaterialDesign.java │ │ │ ├── MaterialDesignIkonHandler.java │ │ │ └── MaterialDesignIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── materialdesign/ │ │ └── 1.7.22/ │ │ └── css/ │ │ └── materialdesignicons.css │ ├── ikonli-materialdesign2-pack/ │ │ ├── ikonli-materialdesign2-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── materialdesign2/ │ │ │ ├── AbstractMaterialDesignIkonHandler.java │ │ │ ├── MaterialDesignA.java │ │ │ ├── MaterialDesignAIkonHandler.java │ │ │ ├── MaterialDesignAIkonProvider.java │ │ │ ├── MaterialDesignB.java │ │ │ ├── MaterialDesignBIkonHandler.java │ │ │ ├── MaterialDesignBIkonProvider.java │ │ │ ├── MaterialDesignC.java │ │ │ ├── MaterialDesignCIkonHandler.java │ │ │ ├── MaterialDesignCIkonProvider.java │ │ │ ├── MaterialDesignD.java │ │ │ ├── MaterialDesignDIkonHandler.java │ │ │ ├── MaterialDesignDIkonProvider.java │ │ │ ├── MaterialDesignE.java │ │ │ ├── MaterialDesignEIkonHandler.java │ │ │ ├── MaterialDesignEIkonProvider.java │ │ │ ├── MaterialDesignF.java │ │ │ ├── MaterialDesignFIkonHandler.java │ │ │ ├── MaterialDesignFIkonProvider.java │ │ │ ├── MaterialDesignG.java │ │ │ ├── MaterialDesignGIkonHandler.java │ │ │ ├── MaterialDesignGIkonProvider.java │ │ │ ├── MaterialDesignH.java │ │ │ ├── MaterialDesignHIkonHandler.java │ │ │ ├── MaterialDesignHIkonProvider.java │ │ │ ├── MaterialDesignI.java │ │ │ ├── MaterialDesignIIkonHandler.java │ │ │ ├── MaterialDesignIIkonProvider.java │ │ │ ├── MaterialDesignJ.java │ │ │ ├── MaterialDesignJIkonHandler.java │ │ │ ├── MaterialDesignJIkonProvider.java │ │ │ ├── MaterialDesignK.java │ │ │ ├── MaterialDesignKIkonHandler.java │ │ │ ├── MaterialDesignKIkonProvider.java │ │ │ ├── MaterialDesignL.java │ │ │ ├── MaterialDesignLIkonHandler.java │ │ │ ├── MaterialDesignLIkonProvider.java │ │ │ ├── MaterialDesignM.java │ │ │ ├── MaterialDesignMIkonHandler.java │ │ │ ├── MaterialDesignMIkonProvider.java │ │ │ ├── MaterialDesignN.java │ │ │ ├── MaterialDesignNIkonHandler.java │ │ │ ├── MaterialDesignNIkonProvider.java │ │ │ ├── MaterialDesignO.java │ │ │ ├── MaterialDesignOIkonHandler.java │ │ │ ├── MaterialDesignOIkonProvider.java │ │ │ ├── MaterialDesignP.java │ │ │ ├── MaterialDesignPIkonHandler.java │ │ │ ├── MaterialDesignPIkonProvider.java │ │ │ ├── MaterialDesignQ.java │ │ │ ├── MaterialDesignQIkonHandler.java │ │ │ ├── MaterialDesignQIkonProvider.java │ │ │ ├── MaterialDesignR.java │ │ │ ├── MaterialDesignRIkonHandler.java │ │ │ ├── MaterialDesignRIkonProvider.java │ │ │ ├── MaterialDesignS.java │ │ │ ├── MaterialDesignSIkonHandler.java │ │ │ ├── MaterialDesignSIkonProvider.java │ │ │ ├── MaterialDesignT.java │ │ │ ├── MaterialDesignTIkonHandler.java │ │ │ ├── MaterialDesignTIkonProvider.java │ │ │ ├── MaterialDesignU.java │ │ │ ├── MaterialDesignUIkonHandler.java │ │ │ ├── MaterialDesignUIkonProvider.java │ │ │ ├── MaterialDesignV.java │ │ │ ├── MaterialDesignVIkonHandler.java │ │ │ ├── MaterialDesignVIkonProvider.java │ │ │ ├── MaterialDesignW.java │ │ │ ├── MaterialDesignWIkonHandler.java │ │ │ ├── MaterialDesignWIkonProvider.java │ │ │ ├── MaterialDesignX.java │ │ │ ├── MaterialDesignXIkonHandler.java │ │ │ ├── MaterialDesignXIkonProvider.java │ │ │ ├── MaterialDesignY.java │ │ │ ├── MaterialDesignYIkonHandler.java │ │ │ ├── MaterialDesignYIkonProvider.java │ │ │ ├── MaterialDesignZ.java │ │ │ ├── MaterialDesignZIkonHandler.java │ │ │ └── MaterialDesignZIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── materialdesign2/ │ │ └── 7.4.47/ │ │ └── css/ │ │ └── materialdesignicons2.css │ ├── ikonli-medicons-pack/ │ │ ├── ikonli-medicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── medicons/ │ │ │ ├── Medicons.java │ │ │ ├── MediconsIkonHandler.java │ │ │ └── MediconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── medicons/ │ │ └── 20170612/ │ │ └── css/ │ │ └── medicons.css │ ├── ikonli-metrizeicons-pack/ │ │ ├── ikonli-metrizeicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── metrizeicons/ │ │ │ ├── MetrizeIcons.java │ │ │ ├── MetrizeIconsIkonHandler.java │ │ │ └── MetrizeIconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── metrizeicons/ │ │ └── 0.0/ │ │ └── css/ │ │ └── metrizeicons.css │ ├── ikonli-microns-pack/ │ │ ├── ikonli-microns-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── microns/ │ │ │ ├── Microns.java │ │ │ ├── MicronsIkonHandler.java │ │ │ └── MicronsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── microns/ │ │ └── 1.0.8/ │ │ └── css/ │ │ └── microns.css │ ├── ikonli-ociicons-pack/ │ │ ├── ikonli-ociicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── ociicons/ │ │ │ ├── Ociicons.java │ │ │ ├── OciiconsIkonHandler.java │ │ │ └── OciiconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── ociicons/ │ │ └── 1.0/ │ │ └── css/ │ │ └── ociicons.css │ ├── ikonli-octicons-pack/ │ │ ├── ikonli-octicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── octicons/ │ │ │ ├── Octicons.java │ │ │ ├── OcticonsIkonHandler.java │ │ │ └── OcticonsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── octicons/ │ │ └── 14.2.2/ │ │ ├── LICENSE.txt │ │ └── css/ │ │ └── octicons.css │ ├── ikonli-openiconic-pack/ │ │ ├── ikonli-openiconic-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── openiconic/ │ │ │ ├── Openiconic.java │ │ │ ├── OpeniconicIkonHandler.java │ │ │ └── OpeniconicIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── openiconic/ │ │ └── 1.1.0/ │ │ ├── css/ │ │ │ └── open-iconic.css │ │ └── fonts/ │ │ └── open-iconic.otf │ ├── ikonli-paymentfont-pack/ │ │ ├── ikonli-paymentfont-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── paymentfont/ │ │ │ ├── PaymentFont.java │ │ │ ├── PaymentFontIkonHandler.java │ │ │ └── PaymentFontIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── paymentfont/ │ │ └── 1.2.5/ │ │ └── css/ │ │ └── paymentfont.css │ ├── ikonli-prestashopicons-pack/ │ │ ├── ikonli-prestashopicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── prestashopicons/ │ │ │ ├── PrestaShopIcons.java │ │ │ ├── PrestaShopIconsIkonHandler.java │ │ │ └── PrestaShopIconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── prestashopicons/ │ │ └── 0.8.0/ │ │ └── css/ │ │ └── prestashopicons.css │ ├── ikonli-remixicon-pack/ │ │ ├── ikonli-remixicon-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── remixicon/ │ │ │ ├── RemixiconAL.java │ │ │ ├── RemixiconALIkonHandler.java │ │ │ ├── RemixiconALIkonProvider.java │ │ │ ├── RemixiconMZ.java │ │ │ ├── RemixiconMZIkonHandler.java │ │ │ └── RemixiconMZIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── remixicon/ │ │ └── 2.5.0/ │ │ └── css/ │ │ └── remixicon.css │ ├── ikonli-runestroicons-pack/ │ │ ├── ikonli-runestroicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── runestroicons/ │ │ │ ├── Runestroicons.java │ │ │ ├── RunestroiconsIkonHandler.java │ │ │ └── RunestroiconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── runestroicons/ │ │ └── 5.6/ │ │ └── css/ │ │ └── runestroicons.css │ ├── ikonli-simpleicons-pack/ │ │ ├── ikonli-simpleicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── simpleicons/ │ │ │ ├── SimpleIcons.java │ │ │ ├── SimpleIconsIkonHandler.java │ │ │ └── SimpleIconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── simpleicons/ │ │ └── 3.12.2/ │ │ └── css/ │ │ └── simpleicons.css │ ├── ikonli-simplelineicons-pack/ │ │ ├── ikonli-simplelineicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── simplelineicons/ │ │ │ ├── SimpleLineIcons.java │ │ │ ├── SimpleLineIconsIkonHandler.java │ │ │ └── SimpleLineIconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── simplelineicons/ │ │ └── 2.5.4/ │ │ └── css/ │ │ └── simple-line-icons.css │ ├── ikonli-subway-pack/ │ │ ├── ikonli-subway-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── subway/ │ │ │ ├── Subway.java │ │ │ ├── SubwayIkonHandler.java │ │ │ └── SubwayIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── subway/ │ │ └── 20201108/ │ │ └── css/ │ │ └── subway.css │ ├── ikonli-themify-pack/ │ │ ├── ikonli-themify-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── themify/ │ │ │ ├── Themify.java │ │ │ ├── ThemifyIkonHandler.java │ │ │ └── ThemifyIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── themify/ │ │ └── 1.0.1/ │ │ ├── LICENSE │ │ └── css/ │ │ └── themify-icons.css │ ├── ikonli-typicons-pack/ │ │ ├── ikonli-typicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── typicons/ │ │ │ ├── Typicons.java │ │ │ ├── TypiconsIkonHandler.java │ │ │ └── TypiconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── typicons/ │ │ └── 2.0.7/ │ │ ├── LICENCE.md │ │ └── css/ │ │ └── typicons.css │ ├── ikonli-unicons-pack/ │ │ ├── ikonli-unicons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── unicons/ │ │ │ ├── UniconsLine.java │ │ │ ├── UniconsLineIkonHandler.java │ │ │ ├── UniconsLineIkonProvider.java │ │ │ ├── UniconsMonochrome.java │ │ │ ├── UniconsMonochromeIkonHandler.java │ │ │ ├── UniconsMonochromeIkonProvider.java │ │ │ ├── UniconsSolid.java │ │ │ ├── UniconsSolidIkonHandler.java │ │ │ └── UniconsSolidIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── unicons/ │ │ └── 20201106/ │ │ └── css/ │ │ ├── unicons-line.css │ │ ├── unicons-monochrome.css │ │ └── unicons-solid.css │ ├── ikonli-weathericons-pack/ │ │ ├── ikonli-weathericons-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── weathericons/ │ │ │ ├── WeatherIcons.java │ │ │ ├── WeatherIconsIkonHandler.java │ │ │ └── WeatherIconsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── weathericons/ │ │ └── 2.0.10/ │ │ └── css/ │ │ └── weather-icons.css │ ├── ikonli-websymbols-pack/ │ │ ├── ikonli-websymbols-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── websymbols/ │ │ │ ├── Websymbols.java │ │ │ ├── WebsymbolsIkonHandler.java │ │ │ └── WebsymbolsIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── websymbols/ │ │ └── 0.0/ │ │ ├── css/ │ │ │ └── websymbols.css │ │ └── fonts/ │ │ └── foo.html │ ├── ikonli-whhg-pack/ │ │ ├── ikonli-whhg-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── whhg/ │ │ │ ├── WhhgAL.java │ │ │ ├── WhhgALIkonHandler.java │ │ │ ├── WhhgALIkonProvider.java │ │ │ ├── WhhgMZ.java │ │ │ ├── WhhgMZIkonHandler.java │ │ │ └── WhhgMZIkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── whhg/ │ │ └── 20201105/ │ │ └── css/ │ │ └── whhg.css │ ├── ikonli-win10-pack/ │ │ ├── ikonli-win10-pack.gradle │ │ └── src/ │ │ └── main/ │ │ ├── java/ │ │ │ ├── module-info.java │ │ │ └── org/ │ │ │ └── kordamp/ │ │ │ └── ikonli/ │ │ │ └── win10/ │ │ │ ├── Win10.java │ │ │ ├── Win10IkonHandler.java │ │ │ └── Win10IkonProvider.java │ │ └── resources/ │ │ └── META-INF/ │ │ └── resources/ │ │ └── win10/ │ │ └── 1.0.1/ │ │ └── css/ │ │ └── icons8-win10.css │ └── ikonli-zondicons-pack/ │ ├── ikonli-zondicons-pack.gradle │ └── src/ │ └── main/ │ ├── java/ │ │ ├── module-info.java │ │ └── org/ │ │ └── kordamp/ │ │ └── ikonli/ │ │ └── zondicons/ │ │ ├── Zondicons.java │ │ ├── ZondiconsIkonHandler.java │ │ └── ZondiconsIkonProvider.java │ └── resources/ │ └── META-INF/ │ └── resources/ │ └── zondicons/ │ └── 20170712/ │ └── css/ │ └── zondicons.css ├── infra/ │ ├── ikonli-nativeimage-annotations/ │ │ ├── gradle.properties │ │ ├── ikonli-nativeimage-annotations.gradle │ │ └── src/ │ │ └── main/ │ │ └── java/ │ │ ├── module-info.java │ │ └── org/ │ │ └── kordamp/ │ │ └── ikonli/ │ │ └── infra/ │ │ └── nativeimage/ │ │ └── annotations/ │ │ ├── NativeImage.java │ │ ├── ProxyConfig.java │ │ └── ReflectConfig.java │ └── ikonli-nativeimage-processor/ │ ├── gradle.properties │ ├── ikonli-nativeimage-processor.gradle │ └── src/ │ └── main/ │ └── java/ │ └── org/ │ └── kordamp/ │ └── ikonli/ │ └── infra/ │ └── nativeimage/ │ └── processor/ │ ├── AbstractCompositeGeneratorProcessor.java │ ├── AbstractGenerator.java │ ├── AbstractNativeImageProcessor.java │ ├── Constants.java │ ├── Context.java │ ├── Generator.java │ ├── ProcessorUtil.java │ ├── ProxyConfigGenerator.java │ ├── ProxyConfigProcessor.java │ ├── ReflectConfigGenerator.java │ └── ReflectConfigProcessor.java ├── jreleaser.yml └── settings.gradle ================================================ FILE CONTENTS ================================================ ================================================ FILE: .bach/bach.info/module-info.java ================================================ import com.github.sormuras.bach.api.ProjectInfo; import com.github.sormuras.bach.api.ProjectInfo.Tool; import com.github.sormuras.bach.api.ProjectInfo.Tweak; @ProjectInfo( version = "12.3.1", tool = @Tool( tweaks = {@Tweak( tool = "javac", with = "-encoding", more = "UTF-8" ), @Tweak( tool = "javac", with = "--processor-path", more = ".bach/external-modules/jipsy-processor-1.1.1.jar:.bach/external-modules/org.kordamp.jipsy.annotations.jar" ), @Tweak( tool = "javac", with = "--default-module-for-created-files", more = "org.kordamp.ikonli.core" ), @Tweak( tool = "jlink", with = "--launcher", more = "browxer=org.kordamp.ikonli.browser/org.kordamp.ikonli.browser.Launcher" )} ) ) module bach.info { requires com.github.sormuras.bach; } ================================================ FILE: .github/FUNDING.yml ================================================ patreon: aalmiray github: aalmiray tidelift: "maven/org.kordamp.ikonli:ikonli-core" ================================================ FILE: .github/workflows/build.yml ================================================ name: Build on: pull_request: jobs: build: name: Build strategy: fail-fast: false matrix: os: [ ubuntu-latest, macos-13, windows-latest ] runs-on: ${{ matrix.os }} if: startsWith(github.event.head_commit.message, 'Releasing version') != true steps: - uses: actions/checkout@v4 - name: Setup Java uses: actions/setup-java@v4 with: java-version: 21 distribution: zulu cache: gradle - name: Build run: ./gradlew build -S ================================================ FILE: .github/workflows/early-access.yml ================================================ name: EarlyAccess on: push: branches: [ master ] jobs: precheck: name: Precheck if: startsWith(github.event.head_commit.message, 'Releasing version') != true runs-on: ubuntu-latest outputs: VERSION: ${{ steps.vars.outputs.VERSION }} steps: - name: Checkout uses: actions/checkout@v4 - name: Cancel previous run uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Version id: vars shell: bash run: | echo "VERSION=$(cat VERSION)" >> $GITHUB_OUTPUT build: name: Build needs: [precheck] if: endsWith(${{ needs.precheck.outputs.VERSION }}, '-SNAPSHOT') strategy: fail-fast: false matrix: os: [ ubuntu-latest, macos-13, windows-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Setup Java uses: actions/setup-java@v4 with: java-version: 21 distribution: zulu cache: gradle - name: Build run: ./gradlew -PreproducibleBuild=true build - name: Assemble run: ./gradlew -PreproducibleBuild=true :ikonli-browser:jlinkZip :ikonli-browser:jpackage - name: Upload artifacts uses: actions/upload-artifact@v4 with: name: artifacts-${{ runner.os }}-${{ runner.arch }} if-no-files-found: ignore retention-days: 1 path: | apps/ikonli-browser/build/distributions/ikonli-browser-*.zip apps/ikonli-browser/build/packagers/ikonli-browser-*.rpm apps/ikonli-browser/build/packagers/ikonli-browser-*.dmg apps/ikonli-browser/build/packagers/ikonli-browser-*.exe apps/ikonli-browser/build/packagers/ikonli-browser-*.msi apps/ikonli-browser/build/packagers/ikonli-browser-*.pkg apps/ikonli-browser/build/packagers/ikonli-browser-*.deb release: name: Release needs: [precheck, build] runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 - name: Download build artifacts uses: actions/download-artifact@v4 with: pattern: artifacts-* merge-multiple: true path: artifacts - name: Release uses: jreleaser/release-action@v2 with: version: early-access arguments: full-release -P artifactsDir=artifacts env: JRELEASER_PROJECT_VERSION: ${{ needs.precheck.outputs.VERSION }} JRELEASER_GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }} JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }} JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }} - name: JReleaser output if: always() uses: actions/upload-artifact@v4 with: name: jreleaser-release path: | out/jreleaser/trace.log out/jreleaser/output.properties ================================================ FILE: .github/workflows/release.yml ================================================ name: Release on: workflow_dispatch: inputs: version: description: 'Release version' required: true jobs: precheck: name: Precheck runs-on: ubuntu-latest outputs: VERSION: ${{ steps.vars.outputs.VERSION }} steps: - name: Checkout uses: actions/checkout@v4 - name: Cancel previous run uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ secrets.GITHUB_TOKEN }} - name: Version id: vars shell: bash run: | echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_OUTPUT build: name: Build needs: [precheck] strategy: fail-fast: false matrix: os: [ ubuntu-latest, macos-13, windows-latest ] runs-on: ${{ matrix.os }} steps: - name: Check out repository uses: actions/checkout@v4 - name: Setup Java uses: actions/setup-java@v4 with: java-version: 21 distribution: zulu cache: gradle - name: Version run: | echo ${{ needs.precheck.outputs.VERSION }} > VERSION - name: Build run: ./gradlew -PreproducibleBuild=true build - name: Assemble run: ./gradlew -PreproducibleBuild=true :ikonli-browser:jlinkZip :ikonli-browser:jpackage - name: Upload artifacts uses: actions/upload-artifact@v4 with: name: artifacts-${{ runner.os }}-${{ runner.arch }} if-no-files-found: ignore retention-days: 1 path: | apps/ikonli-browser/build/distributions/ikonli-browser-*.zip apps/ikonli-browser/build/packagers/ikonli-browser-*.rpm apps/ikonli-browser/build/packagers/ikonli-browser-*.dmg apps/ikonli-browser/build/packagers/ikonli-browser-*.exe apps/ikonli-browser/build/packagers/ikonli-browser-*.msi apps/ikonli-browser/build/packagers/ikonli-browser-*.pkg apps/ikonli-browser/build/packagers/ikonli-browser-*.deb release: name: Release needs: [precheck, build] runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: 0 - name: Download build artifacts uses: actions/download-artifact@v4 with: pattern: artifacts-* merge-multiple: true path: artifacts - name: Setup Java uses: actions/setup-java@v4 with: java-version: 21 distribution: zulu cache: gradle - name: Version run: | echo ${{ needs.precheck.outputs.VERSION }} > VERSION git add VERSION sed -i -e "s/^\:project-version\:\ .*/:project-version: ${{ needs.precheck.outputs.VERSION }}/g" README.adoc git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "GitHub Action" git commit -a -m "Releasing version ${{ needs.precheck.outputs.VERSION }}" git push origin master - name: Deploy run: | ./gradlew -Pprofile=release,sbom -PreproducibleBuild=true publish -S - name: Upload deploy artifacts uses: actions/upload-artifact@v4 with: retention-days: 7 name: deploy path: | build/repos/local/release/ - name: Release uses: jreleaser/release-action@v2 with: arguments: full-release -P artifactsDir=artifacts env: JRELEASER_PROJECT_VERSION: ${{ needs.precheck.outputs.VERSION }} JRELEASER_GITHUB_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }} JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }} JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }} JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }} JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }} JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} - name: JReleaser release output if: always() uses: actions/upload-artifact@v4 with: name: jreleaser-release path: | out/jreleaser/trace.log out/jreleaser/output.properties ================================================ FILE: .gitignore ================================================ .gradle *.iml *.ipr *.iws .idea build out target .classpath .project .gen-changelog.sh .tmp .DS_Store jdks .bach/workspace .bach/external-tools .bach/external-modules bin .settings ================================================ FILE: LICENSE ================================================ Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS ================================================ FILE: README.adoc ================================================ = Ikonli :linkattrs: :project-owner: kordamp :project-repo: maven :project-name: ikonli :project-group: org.kordamp.ikonli :project-version: 12.4.0 image:https://img.shields.io/github/actions/workflow/status/{project-owner}/{project-name}/early-access.yml?branch=master&logo=github&label=Build["Build Status", link="https://github.com/{project-owner}/{project-name}/actions"] image:https://img.shields.io/maven-central/v/{project-group}/{project-name}-core.svg?label=maven[link="https://search.maven.org/#search|ga|1|{project-group}"] image:https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome&logoColor=white["JFXCentral", link="https://www.jfx-central.com/libraries/{project-name}"] --- Ikonli provides icon packs that can be used in Java applications. Currently Swing and JavaFX UI toolkits are supported. == Installing You can get the latest version of **Ikonli** directly from link:https://search.maven.org/#search|ga|1|{project-group}[Maven Central]. Refer to the link:http://{project-owner}.github.io/ikonli/[guide, window="_blank"] for further information on configuration and usage. == Building You must meet the following requirements: * JDK11 as a minimum * Gradle 6.4+ You may use the included gradle wrapper script if you don't have `gradle` installed. Adapt these instructions to Windows settings if running on Windows. === Installing Gradle .Manual . Download Gradle from http://gradle.org/downloads . Unzip the file into a directory without spaces (recommended). . Create a GRADLE_HOME environment variable that points to this directory. . Adjust your PATH environment variable to include $GRADLE_HOME/bin (%GRADLE_HOME%\bin on Windows). . Test your setup by invoking `gradle --version`. .SDKMAN . Follow the instructions found at http://sdkman.io/ to install SDKMAN. . You need a POSIX environment if running Windows. We recommend using Babun Shell (http://babun.github.io/) . Once SDKMAN is installed invoke `sdk install gradle 6.9.2`. . Test your setup by invoking `gradle --version`. .Gum Gum is a wrapper script that facilitates invoking gradle tasks anywhere within a Gradle project. It's smart enough to use the gradle wrapper if available or your global gradle command. This is an optional download. . Follow the instructions found at https://github.com/kordamp/gm to install gum === Next Steps Make a full build issuing `gm build`. Run the sampler JavaFX application by invoking the following command [source] ---- $ gm :sampler-javafx:run ---- Run the sampler Swing application by invoking the following command [source] ---- $ gm :sampler-swing:run ---- Run the Ikonli Browser application by invoking the following command [source] ---- $ gm :ikonli-browser:run ---- === Publishing your own SNAPSHOT You can publish a local snapshot release by issuing this command [source] ---- $ gm install ---- If you don't Gum installed then issue this command [source] ---- $ ./gradlew publishToMavenLocal ---- ================================================ FILE: SECURITY.md ================================================ ## Security contact information To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. ================================================ FILE: VERSION ================================================ 12.5.0-SNAPSHOT ================================================ FILE: apps/ikonli-browser/ikonli-browser.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { id 'application' id 'org.beryx.jlink' id 'org.jreleaser.jdks' } application { mainModule = 'org.kordamp.ikonli.browser' mainClass = 'org.kordamp.ikonli.browser.Launcher' applicationName = 'ikonli-browser' } repositories { mavenLocal() } dependencies { implementation('org.kordamp.bootstrapfx:bootstrapfx-core:0.4.0') { transitive = false } implementation('org.kordamp.desktoppanefx:desktoppanefx-core:0.15.0') { transitive = false } implementation "com.miglayout:miglayout-javafx:$miglayoutVersion" implementation project(':ikonli-core') implementation project(':ikonli-javafx') implementation project(':ikonli-antdesignicons-pack') implementation project(':ikonli-bootstrapicons-pack') implementation project(':ikonli-boxicons-pack') implementation project(':ikonli-bpmn-pack') implementation project(':ikonli-bytedance-pack') implementation project(':ikonli-captainicon-pack') implementation project(':ikonli-carbonicons-pack') implementation project(':ikonli-codicons-pack') implementation project(':ikonli-coreui-pack') implementation project(':ikonli-dashicons-pack') implementation project(':ikonli-devicons-pack') implementation project(':ikonli-elusive-pack') implementation project(':ikonli-entypo-pack') implementation project(':ikonli-evaicons-pack') implementation project(':ikonli-feather-pack') implementation project(':ikonli-fileicons-pack') implementation project(':ikonli-fluentui-pack') implementation project(':ikonli-fontawesome-pack') implementation project(':ikonli-fontawesome5-pack') implementation project(':ikonli-fontawesome6-pack') implementation project(':ikonli-fontelico-pack') implementation project(':ikonli-foundation-pack') implementation project(':ikonli-hawcons-pack') implementation project(':ikonli-icomoon-pack') implementation project(':ikonli-ionicons-pack') implementation project(':ikonli-ionicons4-pack') implementation project(':ikonli-jamicons-pack') implementation project(':ikonli-ligaturesymbols-pack') implementation project(':ikonli-lineawesome-pack') implementation project(':ikonli-linecons-pack') implementation project(':ikonli-maki-pack') implementation project(':ikonli-maki2-pack') implementation project(':ikonli-mapicons-pack') implementation project(':ikonli-material-pack') implementation project(':ikonli-material2-pack') implementation project(':ikonli-materialdesign-pack') implementation project(':ikonli-materialdesign2-pack') implementation project(':ikonli-medicons-pack') implementation project(':ikonli-metrizeicons-pack') implementation project(':ikonli-microns-pack') implementation project(':ikonli-ociicons-pack') implementation project(':ikonli-octicons-pack') implementation project(':ikonli-openiconic-pack') implementation project(':ikonli-paymentfont-pack') implementation project(':ikonli-prestashopicons-pack') implementation project(':ikonli-remixicon-pack') implementation project(':ikonli-runestroicons-pack') implementation project(':ikonli-simpleicons-pack') implementation project(':ikonli-simplelineicons-pack') implementation project(':ikonli-subway-pack') implementation project(':ikonli-themify-pack') implementation project(':ikonli-typicons-pack') implementation project(':ikonli-unicons-pack') implementation project(':ikonli-weathericons-pack') implementation project(':ikonli-websymbols-pack') implementation project(':ikonli-whhg-pack') implementation project(':ikonli-win10-pack') implementation project(':ikonli-zondicons-pack') implementation "org.openjfx:javafx-base:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-graphics:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-controls:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-fxml:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-media:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-swing:${javafxVersion}:${javafx_platform}" } config { info { description = 'Ikonli icon browser' } publishing { enabled = false } } license { exclude 'eu/hansolo/**/*' } processResources { expand( 'ikonli_version': version ) } ext { zuluPlatform = rootProject.javafx_platform == 'mac' ? 'macosx' : rootProject.javafx_platform zuluHome = project.file("${buildDir}/jdks/zulu21Linux/${zuluVersion}-${zuluPlatform}_x64") } if (rootProject.javafx_platform == 'mac') { zuluHome = project.file("${buildDir}/jdks/zulu21Osx/${zuluVersion}-${zuluPlatform}_x64/zulu-21.jdk/Contents/Home") } else if (rootProject.javafx_platform == 'win') { zuluHome = project.file("${buildDir}/jdks/zulu21Windows/${zuluVersion}-${zuluPlatform}_x64") } System.properties['badass.jlink.java.home'] = zuluHome.absolutePath System.properties['badass.jlink.jpackage.home'] = zuluHome.absolutePath jdks { zulu21Linux { platform = 'linux-x86_64' url = 'https://cdn.azul.com/zulu/bin/zulu21.38.21-ca-jdk21.0.5-linux_x64.tar.gz' checksum = '5320a33714f58c0104191d244759daa6a6d46819d447347ba9003132e5489d92' } zulu21Windows { platform = 'windows-x86_64' url = 'https://cdn.azul.com/zulu/bin/zulu21.38.21-ca-jdk21.0.5-win_x64.zip' checksum = '8dea44fd3a6f7ad0f42f38abc1371075710b58bed9bd8f093c2ef2d450dd2672' } zulu21Osx { platform = 'osx-x86_64' url = 'https://cdn.azul.com/zulu/bin/zulu21.38.21-ca-jdk21.0.5-macosx_x64.zip' checksum = 'a77a9c67d8f9a2341674bcea7056d9d70f69ff0850dd3874303641cc9cec2dfc' } } jlink { imageDir = file("${buildDir}/jlink/ikonli-browser-${version}-${platform}") imageZip = file("${buildDir}/distributions/ikonli-browser-${version}-${platform}.zip") options = ['--strip-debug', '--compress', '2', '--no-header-files', '--no-man-pages'] launcher { noConsole = true } addExtraDependencies('javafx') jpackage { appVersion = rootProject.baseVersion outputDir = 'packagers' def imgType = rootProject.javafx_platform == 'win' ? 'ico' : rootProject.javafx_platform == 'mac' ? 'icns' : 'png' imageOptions += ['--icon', "apps/ikonli-browser/src/main/jpackage/icons/ikonli-browser.$imgType"] installerOptions += ['--resource-dir', 'apps/ikonli-browser/src/main/resources'] installerOptions += ['--vendor', 'Kordamp'] if (rootProject.javafx_platform == 'win') { installerOptions += ['--win-per-user-install', '--win-dir-chooser', '--win-menu', '--win-shortcut'] } else if (rootProject.javafx_platform == 'linux') { installerOptions += ['--linux-package-name', 'ikonli-browser', '--linux-shortcut'] } else if (rootProject.javafx_platform == 'mac') { installerOptions += ['--mac-package-name', 'ikonli-browser'] } } } afterEvaluate { tasks.findByName('jpackageImage').dependsOn(tasks.findByName('jlinkZip')) def copyJdksToCache = project.tasks.findByName('copyJdksToCache') ['zulu21Linux', 'zulu21Windows', 'zulu21Osx',].each { jdk -> def copyTask = project.tasks.findByName('copyJdkFromCache' + jdk.capitalize()) if (copyJdksToCache && copyTask) copyTask.dependsOn(copyJdksToCache) } } ================================================ FILE: apps/ikonli-browser/src/main/java/eu/hansolo/tilesfx/tools/FlowGridPane.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2016-2020 Gerrit Grunwald. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package eu.hansolo.tilesfx.tools; import javafx.beans.NamedArg; import javafx.beans.property.IntegerProperty; import javafx.beans.property.IntegerPropertyBase; import javafx.collections.ListChangeListener; import javafx.collections.ObservableList; import javafx.geometry.HPos; import javafx.geometry.VPos; import javafx.scene.Node; import javafx.scene.layout.ColumnConstraints; import javafx.scene.layout.GridPane; import javafx.scene.layout.Priority; import javafx.scene.layout.RowConstraints; /** * Created by hansolo on 10.02.17. */ public class FlowGridPane extends GridPane { private boolean internalCall; private int _noOfCols; private int _noOfRows; private IntegerProperty noOfCols; private IntegerProperty noOfRows; // ******************** Constructors ************************************** public FlowGridPane(final @NamedArg("NO_OF_COLS")int NO_OF_COLS, final @NamedArg("NO_OF_ROWS")int NO_OF_ROWS) { super(); internalCall = false; _noOfCols = NO_OF_COLS; _noOfRows = NO_OF_ROWS; noOfCols = new IntegerPropertyBase(NO_OF_COLS) { @Override protected void invalidated() { ObservableList constraints = getColumnConstraints(); constraints.clear(); int cols = get(); for (int i = 0 ; i < cols ; ++i) { ColumnConstraints c = new ColumnConstraints(); c.setHalignment(HPos.CENTER); c.setHgrow(Priority.ALWAYS); c.setMinWidth(60); constraints.add(c); } set(cols); relayout(); if (internalCall) return; _noOfCols = cols; } @Override public Object getBean() { return FlowGridPane.this; } @Override public String getName() { return "noOfCols"; } }; noOfRows = new IntegerPropertyBase(NO_OF_ROWS) { @Override protected void invalidated() { ObservableList constraints = getRowConstraints(); constraints.clear(); int rows = get(); for (int i=0; i < rows; ++i) { RowConstraints r = new RowConstraints(); r.setValignment(VPos.CENTER); r.setVgrow(Priority.ALWAYS); r.setMinHeight(20); constraints.add(r); } set(rows); relayout(); if (internalCall) return; _noOfRows = rows; } @Override public Object getBean() { return FlowGridPane.this; } @Override public String getName() { return "noOfRows"; } }; getChildren().addListener((ListChangeListener) change -> relayout()); registerListeners(); } public FlowGridPane(final @NamedArg("NO_OF_COLS")int NO_OF_COLS, final @NamedArg("NO_OF_ROWS")int NO_OF_ROWS, final Node... NODES) { super(); internalCall = false; _noOfCols = NO_OF_COLS; _noOfRows = NO_OF_ROWS; noOfCols = new IntegerPropertyBase(NO_OF_COLS) { @Override protected void invalidated() { ObservableList constraints = getColumnConstraints(); constraints.clear(); int cols = get(); for (int i = 0 ; i < cols ; ++i) { ColumnConstraints c = new ColumnConstraints(); c.setHalignment(HPos.CENTER); c.setHgrow(Priority.ALWAYS); c.setMinWidth(60); constraints.add(c); } set(cols); relayout(); if (internalCall) return; _noOfCols = cols; } @Override public Object getBean() { return FlowGridPane.this; } @Override public String getName() { return "noOfCols"; } }; noOfRows = new IntegerPropertyBase(NO_OF_ROWS) { @Override protected void invalidated() { ObservableList constraints = getRowConstraints(); constraints.clear(); int rows = get(); for (int i=0; i < rows; ++i) { RowConstraints r = new RowConstraints(); r.setValignment(VPos.CENTER); r.setVgrow(Priority.ALWAYS); r.setMinHeight(20); constraints.add(r); } set(rows); relayout(); if (internalCall) return; _noOfRows = rows; } @Override public Object getBean() { return FlowGridPane.this; } @Override public String getName() { return "noOfRows"; } }; getChildren().addListener((ListChangeListener) change -> relayout()); registerListeners(); if (null != NODES) { getChildren().setAll(NODES); } } private void registerListeners() { widthProperty().addListener(o -> checkAspectRatio()); heightProperty().addListener(o -> checkAspectRatio()); } // ******************** Methods ******************************************* public Integer getNoOfCols() { return noOfCols.get(); } public void setNoOfCols(final Integer COLS) { noOfCols.set(COLS); } public IntegerProperty noOfColsProperty() { return noOfCols; } public Integer getNoOfRows() { return noOfRows.get(); } public void setNoOfRows(final Integer ROWS) { noOfRows.set(ROWS); } public IntegerProperty noOfRowsProperty() { return noOfRows; } public void setNoOfColsAndNoOfRows(final int COLS, final int ROWS) { setNoOfCols(COLS); setNoOfRows(ROWS); } private int coordsToOffset(final int COL, final int ROW) { return ROW * noOfCols.get() + COL; } private int offsetToCol(final int OFFSET) { return OFFSET % noOfCols.get(); } private int offsetToRow(final int OFFSET) { return OFFSET / noOfCols.get(); } private void checkAspectRatio() { internalCall = true; if (getWidth() < getHeight()) { setNoOfColsAndNoOfRows(_noOfRows, _noOfCols); } else { setNoOfColsAndNoOfRows(_noOfCols, _noOfRows); } internalCall = false; relayout(); } private void relayout() { ObservableList children = getChildren(); int lastColSpan = 0; int lastRowSpan = 0; for (Node child : children ) { int offs = children.indexOf(child); GridPane.setConstraints(child, offsetToCol(offs + lastColSpan), offsetToRow(offs + lastRowSpan)); //lastColSpan = GridPane.getColumnSpan(child) == null ? 0 : GridPane.getColumnSpan(child); //lastRowSpan = GridPane.getRowSpan(child) == null ? 0 : GridPane.getRowSpan(child); } } } ================================================ FILE: apps/ikonli-browser/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.browser { exports org.kordamp.ikonli.browser; opens org.kordamp.ikonli.browser; requires javafx.base; requires javafx.graphics; requires javafx.controls; requires com.miglayout.javafx; requires org.kordamp.bootstrapfx.core; requires org.kordamp.desktoppanefx.core; requires org.kordamp.ikonli.core; requires org.kordamp.ikonli.javafx; requires org.kordamp.ikonli.antdesignicons; requires org.kordamp.ikonli.bootstrapicons; requires org.kordamp.ikonli.boxicons; requires org.kordamp.ikonli.bpmn; requires org.kordamp.ikonli.bytedance; requires org.kordamp.ikonli.captainicon; requires org.kordamp.ikonli.carbonicons; requires org.kordamp.ikonli.codicons; requires org.kordamp.ikonli.coreui; requires org.kordamp.ikonli.dashicons; requires org.kordamp.ikonli.devicons; requires org.kordamp.ikonli.elusive; requires org.kordamp.ikonli.entypo; requires org.kordamp.ikonli.evaicons; requires org.kordamp.ikonli.feather; requires org.kordamp.ikonli.fileicons; requires org.kordamp.ikonli.fluentui; requires org.kordamp.ikonli.fontawesome; requires org.kordamp.ikonli.fontawesome5; requires org.kordamp.ikonli.fontawesome6; requires org.kordamp.ikonli.fontelico; requires org.kordamp.ikonli.foundation; requires org.kordamp.ikonli.hawcons; requires org.kordamp.ikonli.icomoon; requires org.kordamp.ikonli.ionicons; requires org.kordamp.ikonli.ionicons4; requires org.kordamp.ikonli.jam; requires org.kordamp.ikonli.ligaturesymbols; requires org.kordamp.ikonli.lineawesome; requires org.kordamp.ikonli.linecons; requires org.kordamp.ikonli.maki; requires org.kordamp.ikonli.maki2; requires org.kordamp.ikonli.mapicons; requires org.kordamp.ikonli.material; requires org.kordamp.ikonli.material2; requires org.kordamp.ikonli.materialdesign; requires org.kordamp.ikonli.materialdesign2; requires org.kordamp.ikonli.medicons; requires org.kordamp.ikonli.metrizeicons; requires org.kordamp.ikonli.microns; requires org.kordamp.ikonli.ociicons; requires org.kordamp.ikonli.octicons; requires org.kordamp.ikonli.openiconic; requires org.kordamp.ikonli.paymentfont; requires org.kordamp.ikonli.prestashopicons; requires org.kordamp.ikonli.remixicon; requires org.kordamp.ikonli.runestroicons; requires org.kordamp.ikonli.simpleicons; requires org.kordamp.ikonli.simplelineicons; requires org.kordamp.ikonli.subway; requires org.kordamp.ikonli.themify; requires org.kordamp.ikonli.typicons; requires org.kordamp.ikonli.unicons; requires org.kordamp.ikonli.weathericons; requires org.kordamp.ikonli.websymbols; requires org.kordamp.ikonli.whhg; requires org.kordamp.ikonli.win10; requires org.kordamp.ikonli.zondicons; uses org.kordamp.ikonli.IkonHandler; uses org.kordamp.ikonli.IkonProvider; } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/AboutDialog.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser; import javafx.scene.control.Alert; import javafx.scene.control.ButtonType; import org.kordamp.bootstrapfx.BootstrapFX; /** * @author Andres Almiray */ public class AboutDialog { public static void show() { Alert alert = new Alert(Alert.AlertType.INFORMATION); alert.setTitle("About"); alert.setHeaderText(null); alert.setContentText("Ikon Browser v" + Versions.IKONLI_VERSION); alert.getDialogPane().getScene() .getStylesheets().addAll( IkonBrowser.class.getResource("common.css").toExternalForm(), BootstrapFX.bootstrapFXStylesheet()); alert.getDialogPane().lookupButton(ButtonType.OK) .getStyleClass().addAll("btn", "btn-primary"); alert.getDialogPane().getStyleClass().add("dialog-content"); alert.showAndWait(); } } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/IkonBrowser.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser; import javafx.application.Application; import javafx.collections.ObservableList; import javafx.scene.Scene; import javafx.scene.control.Menu; import javafx.scene.control.MenuBar; import javafx.scene.control.MenuItem; import javafx.scene.layout.BorderPane; import javafx.stage.Stage; import org.kordamp.bootstrapfx.BootstrapFX; import org.kordamp.desktoppanefx.scene.layout.DesktopPane; import org.kordamp.desktoppanefx.scene.layout.IncubatingFeatures; import org.kordamp.desktoppanefx.scene.layout.InternalWindow; import org.kordamp.desktoppanefx.scene.layout.TaskBar; import org.kordamp.desktoppanefx.scene.layout.TaskBarIcon; import org.kordamp.ikonli.boxicons.BoxiconsRegular; import org.kordamp.ikonli.javafx.FontIcon; import static javafx.beans.binding.Bindings.createBooleanBinding; /** * @author Andres Almiray */ public class IkonBrowser extends Application { private DesktopPane desktopPane; @Override public void start(Stage stage) throws Exception { desktopPane = new DesktopPane(); desktopPane.getStylesheets().add(IkonBrowser.class.getResource("browser.css").toExternalForm()); desktopPane.getTaskBar().setPosition(TaskBar.Position.BOTTOM); ObservableList icons = desktopPane.getTaskBar().getTaskBarIcons(); desktopPane.getTaskBar().visibleProperty().bind(createBooleanBinding(() -> icons.size() > 0, icons)); System.setProperty(IncubatingFeatures.DETACHABLE_WINDOWS, "true"); BorderPane mainPane = new BorderPane(); mainPane.setPrefSize(1024, 768); MenuBar menuBar = createMenuBar(); mainPane.setTop(menuBar); mainPane.setCenter(desktopPane); Scene scene = new Scene(mainPane); scene.getStylesheets().addAll( IkonBrowser.class.getResource("browser.css").toExternalForm(), BootstrapFX.bootstrapFXStylesheet()); stage.setScene(scene); stage.setTitle("Ikonli - https://kordamp.org/ikonli"); stage.show(); } @Override public void stop() throws Exception { desktopPane.getInternalWindows() .forEach(InternalWindow::closeWindow); } private MenuBar createMenuBar() { MenuBar menuBar = new MenuBar(); menuBar.getMenus().addAll( createActionsMenu(), createWindowsMenu(), createHelpMenu()); return menuBar; } private Menu createActionsMenu() { Menu actionsMenu = new Menu("Actions"); MenuItem browse = new MenuItem("Browse"); browse.setGraphic(FontIcon.of(BoxiconsRegular.GRID_SMALL)); browse.setOnAction(e -> IkonPickerDialog.show(desktopPane)); MenuItem search = new MenuItem("Search"); search.setGraphic(FontIcon.of(BoxiconsRegular.SEARCH)); search.setOnAction(e -> SearchInternalWindow.show(desktopPane)); actionsMenu.getItems().addAll(browse, search); return actionsMenu; } private Menu createWindowsMenu() { Menu windowsMenu = new Menu("Windows"); Menu tileMenu = new Menu("Tile"); tileMenu.setGraphic(FontIcon.of(BoxiconsRegular.WINDOWS)); Menu minimizeMenu = new Menu("Minimize"); minimizeMenu.setGraphic(FontIcon.of(BoxiconsRegular.COLLAPSE)); Menu maximizeMenu = new Menu("Maximize"); maximizeMenu.setGraphic(FontIcon.of(BoxiconsRegular.EXPAND)); Menu closeMenu = new Menu("Close"); closeMenu.setGraphic(FontIcon.of(BoxiconsRegular.WINDOW_CLOSE)); Menu restoreMenu = new Menu("Restore"); restoreMenu.setGraphic(FontIcon.of(BoxiconsRegular.WINDOW_OPEN)); windowsMenu.getItems().addAll(tileMenu, minimizeMenu, maximizeMenu, closeMenu, restoreMenu); MenuItem minimizeAll = new MenuItem("Minimize All"); minimizeAll.setOnAction(e -> desktopPane.minimizeAllWindows()); MenuItem minimizeOthers = new MenuItem("Minimize Others"); minimizeOthers.setOnAction(e -> desktopPane.minimizeOtherWindows()); minimizeMenu.getItems().addAll(minimizeAll, minimizeOthers); MenuItem maximizeAll = new MenuItem("Maximize All"); maximizeAll.setOnAction(e -> desktopPane.maximizeAllWindows()); MenuItem maximizeVisible = new MenuItem("Maximize Visible"); maximizeVisible.setOnAction(e -> desktopPane.maximizeVisibleWindows()); maximizeMenu.getItems().addAll(maximizeAll, maximizeVisible); MenuItem closeAll = new MenuItem("Close All"); closeAll.setOnAction(e -> desktopPane.closeAllWindows()); MenuItem closeOthers = new MenuItem("Close Others"); closeOthers.setOnAction(e -> desktopPane.closeOtherWindows()); closeMenu.getItems().addAll(closeAll, closeOthers); MenuItem restoreMinimized = new MenuItem("Restore Minimized"); restoreMinimized.setOnAction(e -> desktopPane.restoreMinimizedWindows()); MenuItem restoreVisible = new MenuItem("Restore Visible"); restoreVisible.setOnAction(e -> desktopPane.restoreVisibleWindows()); restoreMenu.getItems().addAll(restoreMinimized, restoreVisible); MenuItem tileAll = new MenuItem("Tile All"); tileAll.setOnAction(e -> desktopPane.tileAllWindows()); MenuItem tileVisible = new MenuItem("Tile Visible"); tileVisible.setOnAction(e -> desktopPane.tileVisibleWindows()); MenuItem tileHorizontally = new MenuItem("Tile Horizontally"); tileHorizontally.setOnAction(e -> desktopPane.tileHorizontally()); MenuItem tileVertically = new MenuItem("Tile Vertically"); tileVertically.setOnAction(e -> desktopPane.tileVertically()); tileMenu.getItems().addAll(tileAll, tileVisible, tileHorizontally, tileVertically); return windowsMenu; } private Menu createHelpMenu() { Menu helpMenu = new Menu("Help"); MenuItem about = new MenuItem("About"); about.setGraphic(FontIcon.of(BoxiconsRegular.COPYRIGHT)); about.setOnAction(e -> AboutDialog.show()); helpMenu.getItems().addAll(about); return helpMenu; } } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/IkonInternalWindow.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.Node; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.control.ScrollPane; import javafx.scene.control.TextField; import javafx.scene.input.Clipboard; import javafx.scene.input.ClipboardContent; import javafx.scene.layout.Background; import javafx.scene.layout.BackgroundFill; import javafx.scene.layout.BorderPane; import javafx.scene.layout.CornerRadii; import javafx.scene.layout.GridPane; import javafx.scene.layout.HBox; import javafx.scene.layout.Priority; import javafx.scene.paint.Color; import org.kordamp.desktoppanefx.scene.layout.DesktopPane; import org.kordamp.desktoppanefx.scene.layout.InternalWindow; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonProvider; import org.kordamp.ikonli.boxicons.BoxiconsRegular; import org.kordamp.ikonli.javafx.FontIcon; import java.util.EnumSet; import java.util.Optional; import static java.util.EnumSet.allOf; /** * @author Andres Almiray */ public class IkonInternalWindow extends InternalWindow { public IkonInternalWindow(String mdiWindowID, Node icon, String title, Node content) { super(mdiWindowID, icon, title, content); } public static void show(IkonProvider ikonProvider, DesktopPane desktopPane) { String windowId = ikonProvider.getIkon().getName().toLowerCase(); desktopPane.findInternalWindow(windowId) .or(() -> Optional.of(createInternalWindow(ikonProvider, windowId))) .ifPresent(desktopPane::addInternalWindow); } private static IkonInternalWindow createInternalWindow(IkonProvider ikonProvider, String windowId) { IkonInternalWindow internalWindow = new IkonInternalWindow(windowId, FontIcon.of(BoxiconsRegular.GRID_SMALL, Color.WHITE), ikonProvider.getIkon().getSimpleName(), createIkonGrid(allOf(ikonProvider.getIkon()))); internalWindow.setPrefSize(800, 600); internalWindow.getStylesheets().addAll( IkonBrowser.class.getResource("common.css").toExternalForm(), IkonBrowser.class.getResource("ikon-window.css").toExternalForm()); return internalWindow; } private static Node createIkonGrid(EnumSet enumSet) { BorderPane borderPane = new BorderPane(); Label label = new Label("Selection:"); TextField selection = new TextField(); selection.setEditable(false); Button copy = new Button(); copy.setGraphic(FontIcon.of(BoxiconsRegular.COPY, Color.WHITE)); copy.getStyleClass().addAll("btn", "btm-sm", "btn-primary"); HBox.setMargin(label, new Insets(10, 5, 10, 10)); HBox.setMargin(selection, new Insets(10, 5, 10, 5)); HBox.setMargin(copy, new Insets(10, 10, 10, 5)); HBox.setHgrow(selection, Priority.ALWAYS); HBox hbox = new HBox(label, selection, copy); hbox.setAlignment(Pos.BASELINE_CENTER); borderPane.setTop(hbox); copy.disableProperty().bind(selection.textProperty().isEmpty()); copy.setOnAction(e -> { final Clipboard clipboard = Clipboard.getSystemClipboard(); final ClipboardContent content = new ClipboardContent(); content.putString(selection.getText()); clipboard.setContent(content); }); GridPane pane = new GridPane(); pane.setHgap(5); pane.setVgap(5); pane.setAlignment(Pos.CENTER); pane.setCenterShape(true); pane.setPadding(new Insets(5)); pane.setBackground(new Background(new BackgroundFill(Color.WHITE, CornerRadii.EMPTY, Insets.EMPTY))); borderPane.setCenter(new ScrollPane(pane)); int column = 0; int row = 0; int index = 0; FontIcon[] previousIcon = new FontIcon[1]; for (Ikon value : enumSet) { FontIcon icon = FontIcon.of(value); icon.getStyleClass().setAll("font-icon"); icon.setOnMouseClicked(me -> { if (previousIcon[0] != null) { previousIcon[0].getStyleClass().remove("active-icon"); } FontIcon nextIcon = (FontIcon) me.getSource(); selection.setText(nextIcon.getIconCode().getDescription()); nextIcon.getStyleClass().add("active-icon"); previousIcon[0] = nextIcon; }); pane.add(icon, column++, row); GridPane.setMargin(icon, new Insets(10, 10, 10, 10)); if (++index % 10 == 0) { column = 0; row++; } } return borderPane; } } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/IkonPickerDialog.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser; import javafx.application.Platform; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.geometry.Pos; import javafx.scene.control.Button; import javafx.scene.control.ButtonBar; import javafx.scene.control.ButtonType; import javafx.scene.control.Dialog; import javafx.scene.control.DialogPane; import javafx.scene.control.Label; import javafx.scene.control.ListView; import javafx.scene.control.SelectionMode; import javafx.scene.layout.GridPane; import javafx.scene.layout.Priority; import javafx.scene.layout.Region; import org.kordamp.bootstrapfx.BootstrapFX; import org.kordamp.desktoppanefx.scene.layout.DesktopPane; import org.kordamp.ikonli.IkonProvider; import java.util.ServiceLoader; import java.util.Set; import java.util.TreeSet; /** * @author Andres Almiray */ public class IkonPickerDialog extends Dialog { private final ObservableList data; private final Set ikons; private IkonPickerDialog() { this.ikons = resolveIkonData(); DialogPane dialogPane = getDialogPane(); GridPane grid = new GridPane(); grid.setHgap(10); grid.setMaxWidth(Double.MAX_VALUE); grid.setAlignment(Pos.CENTER_LEFT); Label label = createContentLabel(dialogPane.getContentText()); label.setPrefWidth(Region.USE_COMPUTED_SIZE); setTitle("Ikon Picker"); dialogPane.setHeaderText("Select an Ikon provider (" + ikons.size() + " in total)"); dialogPane.getStyleClass().add("ikon-picker"); dialogPane.getButtonTypes().addAll(ButtonType.OK, ButtonType.CANCEL); dialogPane.getScene().getStylesheets().addAll( IkonBrowser.class.getResource("common.css").toExternalForm(), BootstrapFX.bootstrapFXStylesheet()); dialogPane.getStyleClass().add("dialog-content"); dialogPane.lookupButton(ButtonType.OK) .getStyleClass().addAll("btn", "btn-primary"); dialogPane.lookupButton(ButtonType.CANCEL) .getStyleClass().addAll("btn", "btn-danger"); Button okButton = (Button) dialogPane.lookupButton(ButtonType.OK); data = FXCollections.observableArrayList(ikons); ListView listView = new ListView<>(); listView.setItems(data); listView.setMinWidth(400); listView.setMaxHeight(400); listView.setMaxWidth(400); listView.setMaxHeight(400); listView.getSelectionModel().setSelectionMode(SelectionMode.SINGLE); listView.setOnMouseClicked(me -> { if (me.getClickCount() > 1) { okButton.fire(); } }); okButton.disableProperty().bind( listView.getSelectionModel() .selectedItemProperty() .isNull()); setResultConverter((dialogButton) -> { ButtonBar.ButtonData data = dialogButton == null ? null : dialogButton.getButtonData(); return data == ButtonBar.ButtonData.OK_DONE ? getSelectedItem(listView) : null; }); GridPane.setHgrow(listView, Priority.ALWAYS); GridPane.setFillWidth(listView, true); grid.add(label, 0, 0); grid.add(listView, 1, 0); getDialogPane().setContent(grid); Platform.runLater(listView::requestFocus); } private Set resolveIkonData() { Set ikons = new TreeSet<>(); if (null != IkonProvider.class.getModule().getLayer()) { for (IkonProvider provider : ServiceLoader.load(IkonProvider.class.getModule().getLayer(), IkonProvider.class)) { ikons.add(IkonData.of(provider)); } } else { for (IkonProvider provider : ServiceLoader.load(IkonProvider.class)) { ikons.add(IkonData.of(provider)); } } return ikons; } private IkonProvider getSelectedItem(ListView listView) { IkonData selectedItem = listView.getSelectionModel().getSelectedItem(); return selectedItem != null ? selectedItem.ikonProvider : null; } private Label createContentLabel(String text) { Label label = new Label(text); label.setMaxWidth(Double.MAX_VALUE); label.setMaxHeight(Double.MAX_VALUE); label.getStyleClass().add("content"); label.setWrapText(true); label.setPrefWidth(360); return label; } public static void show(DesktopPane desktopPane) { new IkonPickerDialog() .showAndWait() .ifPresent(ikonProvider -> IkonInternalWindow.show(ikonProvider, desktopPane)); } private static class IkonData implements Comparable { private String name; private IkonProvider ikonProvider; @Override public String toString() { return name; } @Override public int compareTo(IkonData o) { return name.compareTo(o.name); } static IkonData of(IkonProvider ikonProvider) { IkonData ikonData = new IkonData(); ikonData.ikonProvider = ikonProvider; ikonData.name = ikonProvider.getIkon().getSimpleName(); return ikonData; } } } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/Launcher.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser; import javafx.application.Application; /** * @author Andres Almiray */ public class Launcher { public static void main(String[] args) { if (printVersion(args)) return; Application.launch(IkonBrowser.class, args); } private static boolean printVersion(String[] args) { if (args != null) { for (String arg : args) { if ("-version".equals(arg) || "--version".equals(arg)) { System.out.println("Ikonli Browser " + Versions.IKONLI_VERSION); return true; } } } return false; } } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/SearchInternalWindow.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser; import eu.hansolo.tilesfx.tools.FlowGridPane; import javafx.application.Platform; import javafx.beans.binding.Bindings; import javafx.beans.property.BooleanProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleBooleanProperty; import javafx.beans.property.SimpleObjectProperty; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; import javafx.collections.ListChangeListener; import javafx.collections.ObservableList; import javafx.concurrent.Task; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.Node; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.control.ProgressBar; import javafx.scene.control.ScrollPane; import javafx.scene.control.TextField; import javafx.scene.input.Clipboard; import javafx.scene.input.ClipboardContent; import javafx.scene.layout.Background; import javafx.scene.layout.BackgroundFill; import javafx.scene.layout.CornerRadii; import javafx.scene.paint.Color; import org.kordamp.desktoppanefx.scene.layout.DesktopPane; import org.kordamp.desktoppanefx.scene.layout.InternalWindow; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonProvider; import org.kordamp.ikonli.boxicons.BoxiconsRegular; import org.kordamp.ikonli.browser.internal.JavaFXThreadProxyObservableList; import org.kordamp.ikonli.javafx.FontIcon; import org.tbee.javafx.scene.layout.MigPane; import java.util.ArrayList; import java.util.EnumSet; import java.util.List; import java.util.Optional; import java.util.ServiceLoader; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import static java.util.EnumSet.allOf; import static java.util.Objects.requireNonNull; import static javafx.collections.FXCollections.observableArrayList; /** * @author Andres Almiray */ public class SearchInternalWindow extends InternalWindow { private static final String SEARCH_WINDOW_ID = "__SEARCH__"; private final Model model = new Model(); private final Controller controller = new Controller(model); public SearchInternalWindow(Node icon, MigPane migPane) { super(SEARCH_WINDOW_ID, icon, "Search", migPane); Label label = new Label("Search:"); TextField searchItem = new TextField(); model.termProperty().bind(searchItem.textProperty()); Button searchButton = new Button(); searchButton.setGraphic(FontIcon.of(BoxiconsRegular.SEARCH_ALT_2, Color.WHITE)); searchButton.getStyleClass().addAll("btn", "btm-sm", "btn-primary"); migPane.add(label); migPane.add(searchItem, "grow"); migPane.add(searchButton); Button cancelButton = new Button(); cancelButton.setGraphic(FontIcon.of(BoxiconsRegular.X, Color.WHITE)); cancelButton.getStyleClass().addAll("btn", "btm-sm", "btn-danger"); ProgressBar progress = new ProgressBar(); migPane.add(progress, "span 2, grow"); migPane.add(cancelButton); label = new Label("Selection:"); TextField selection = new TextField(); selection.setEditable(false); selection.textProperty().bind(model.selectionProperty()); Button copy = new Button(); copy.setGraphic(FontIcon.of(BoxiconsRegular.COPY, Color.WHITE)); copy.getStyleClass().addAll("btn", "btm-sm", "btn-primary"); migPane.add(label); migPane.add(selection, "grow"); migPane.add(copy); copy.disableProperty().bind(selection.textProperty().isEmpty()); copy.setOnAction(e -> { final Clipboard clipboard = Clipboard.getSystemClipboard(); final ClipboardContent content = new ClipboardContent(); content.putString(model.getSelection()); clipboard.setContent(content); }); final FlowGridPane grid = new FlowGridPane(10, 20); grid.setHgap(5); grid.setVgap(5); grid.setAlignment(Pos.CENTER); grid.setCenterShape(true); grid.setPadding(new Insets(5)); grid.setBackground(new Background(new BackgroundFill(Color.WHITE, CornerRadii.EMPTY, Insets.EMPTY))); migPane.add(new ScrollPane(grid), "span 3, grow"); searchButton.setOnAction(e -> searchIcons()); BooleanProperty enabled = new SimpleBooleanProperty(this, "enabled", true); BooleanProperty running = new SimpleBooleanProperty(this, "running", false); searchItem.textProperty().addListener((observable, oldValue, newValue) -> { model.setState(null == newValue || newValue.isEmpty() ? State.DISABLED : State.READY); }); running.addListener((observable, oldValue, newValue) -> { if (null != newValue && newValue) grid.getChildren().clear(); }); model.stateProperty().addListener((observable, oldValue, newValue) -> Platform.runLater(() -> { switch (newValue) { case DISABLED: enabled.setValue(false); running.setValue(false); break; case READY: enabled.setValue(true); running.setValue(false); break; case RUNNING: enabled.setValue(false); running.setValue(true); break; } })); searchButton.disableProperty().bind(Bindings.not(enabled)); cancelButton.visibleProperty().bind(running); cancelButton.managedProperty().bind(running); progress.visibleProperty().bind(running); progress.managedProperty().bind(running); model.getIkons().addListener(new ListChangeListener<>() { private final FontIcon[] previousIcon = new FontIcon[1]; @Override public void onChanged(Change c) { while (c.next()) { if (c.wasAdded()) { addIcons(new ArrayList<>(c.getAddedSubList()), grid); } else if (c.wasRemoved()) { // can only happen when we clear the list if (Platform.isFxApplicationThread()) { grid.getChildren().clear(); } else { Platform.runLater(() -> grid.getChildren().clear()); } } } } private void addIcons(List list, FlowGridPane grid) { if (Platform.isFxApplicationThread()) { doAddIcons(list, grid); } else { Platform.runLater(() -> doAddIcons(list, grid)); } } private void doAddIcons(List list, FlowGridPane grid) { list.forEach(ikon -> grid.getChildren().add(createIcon(ikon))); } private FontIcon createIcon(Ikon ikon) { FontIcon icon = FontIcon.of(ikon); icon.getStyleClass().setAll("font-icon"); icon.setOnMouseClicked(me -> { if (previousIcon[0] != null) { previousIcon[0].getStyleClass().remove("active-icon"); } FontIcon nextIcon = (FontIcon) me.getSource(); model.setSelection(nextIcon.getIconCode().getDescription()); nextIcon.getStyleClass().add("active-icon"); previousIcon[0] = nextIcon; }); return icon; } }); setOnHidden(e -> controller.cancel()); } @Override public void closeWindow() { controller.shutdown(); super.closeWindow(); } private void searchIcons() { controller.cancel(); controller.search(); } public static void show(DesktopPane desktopPane) { desktopPane.findInternalWindow(SEARCH_WINDOW_ID) .or(() -> Optional.of(createInternalWindow())) .ifPresent(desktopPane::addInternalWindow); } private static SearchInternalWindow createInternalWindow() { SearchInternalWindow internalWindow = new SearchInternalWindow( FontIcon.of(BoxiconsRegular.GRID_SMALL, Color.WHITE), new MigPane("fill, wrap 3", "[left, p!][80%][center]", "[p][p][p][80%]")); internalWindow.setPrefSize(800, 600); internalWindow.getStylesheets().addAll( IkonBrowser.class.getResource("common.css").toExternalForm(), IkonBrowser.class.getResource("ikon-window.css").toExternalForm()); return internalWindow; } private static ObservableList createJavaFXThreadProxyList(ObservableList source) { requireNonNull(source, "Argument 'source' must not be null"); return new JavaFXThreadProxyObservableList<>(source); } public enum State { DISABLED, READY, RUNNING } private static class Model { private final ObservableList ikons = observableArrayList(); private StringProperty term; private StringProperty selection; private ObjectProperty state; private Task task; public Model() { stateProperty().addListener((observable, oldValue, newValue) -> { if (newValue == State.RUNNING) { ikons.clear(); } }); } public ObservableList getIkons() { return ikons; } public Task getTask() { return task; } public void setTask(Task task) { this.task = task; } public StringProperty termProperty() { if (term == null) { term = new SimpleStringProperty(this, "term"); } return term; } public String getTerm() { return termProperty().get(); } public void setTerm(String term) { termProperty().set(term); } public StringProperty selectionProperty() { if (selection == null) { selection = new SimpleStringProperty(this, "selection"); } return selection; } public String getSelection() { return selectionProperty().get(); } public void setSelection(String selection) { this.selectionProperty().set(selection); } public State getState() { return stateProperty().get(); } public void setState(State state) { stateProperty().set(state); } public ObjectProperty stateProperty() { if (state == null) { state = new SimpleObjectProperty<>(this, "state", State.READY); } return state; } } private static class Controller { private final Model model; private final List ikons = new ArrayList<>(); private ExecutorService executor; public Controller(Model model) { this.model = model; } public void search() { model.getIkons().clear(); if (executor == null) { executor = Executors.newSingleThreadExecutor(); } if (ikons.isEmpty()) { loadIcons(); } Task task = createTask(); model.setTask(task); executor.execute(task); } private Task createTask() { return new Task<>() { @Override protected Void call() throws Exception { String term = model.getTerm().toLowerCase(); ikons.stream() .filter(ikon -> ikon.getDescription().contains(term)) .peek(model.getIkons()::add) .forEach(Controller::noop); return null; } }; } public void cancel() { model.setSelection(""); if (model.getTask() != null) { model.getTask().cancel(true); model.setState(State.READY); } } public void shutdown() { executor.shutdownNow(); executor = null; } private void loadIcons() { if (null != IkonProvider.class.getModule().getLayer()) { for (IkonProvider provider : ServiceLoader.load(IkonProvider.class.getModule().getLayer(), IkonProvider.class)) { add(allOf(provider.getIkon()), ikons); } } else { for (IkonProvider provider : ServiceLoader.load(IkonProvider.class)) { add(allOf(provider.getIkon()), ikons); } } } private void add(EnumSet set, List ikons) { ikons.addAll(set); } private static void noop(Ikon ikon) { } } } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/Versions.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser; import java.util.ResourceBundle; /** * @author Andres Almiray */ public class Versions { private static final ResourceBundle bundle = ResourceBundle.getBundle("org.kordamp.ikonli.browser.versions"); public static final String IKONLI_VERSION = bundle.getString("ikonli_version"); } ================================================ FILE: apps/ikonli-browser/src/main/java/org/kordamp/ikonli/browser/internal/JavaFXThreadProxyObservableList.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.browser.internal; import javafx.application.Platform; import javafx.collections.ListChangeListener; import javafx.collections.ObservableList; import javafx.collections.transformation.TransformationList; /** * @author Andres Almiray */ public class JavaFXThreadProxyObservableList extends TransformationList { public JavaFXThreadProxyObservableList(ObservableList source) { super(source); } @Override protected void sourceChanged(ListChangeListener.Change c) { if (Platform.isFxApplicationThread()) { fireChange(c); } else { Platform.runLater(() -> fireChange(c)); } } @Override public int getSourceIndex(int index) { return index; } @Override public E get(int index) { return getSource().get(index); } @Override public int size() { return getSource().size(); } @Override public int getViewIndex(int index) { return index; } } ================================================ FILE: apps/ikonli-browser/src/main/resources/org/kordamp/ikonli/browser/browser.css ================================================ .desktoppane, .internal-window-content { -fx-background-color: white; -fx-border-color: darkgrey; -fx-border-width: 1px; -fx-border-style: solid; } .taskbar-icon .label, .internal-window .internal-window-titlebar-title { -fx-text-fill: white; } .internal-window:active, .internal-window:active .internal-window-titlebar { -fx-background-color: #120caf, linear-gradient(#1f52ff 10%, #120caf 30%, #1f52ff 100%); -fx-border-color: #120caf; } .internal-window, .internal-window .internal-window-titlebar { -fx-background-color: #1f52ff, linear-gradient(#5ca6ff 10%, #1f52ff 30%, #5ca6ff 100%); -fx-border-color: #1f52ff; } .taskbar-icon { -fx-background-color: #1f52ff, linear-gradient(#5ca6ff 10%, #1f52ff 30%, #5ca6ff 100%); -fx-border-color: #1f52ff; -fx-border-radius: 6; } .internal-window:active .internal-window-titlebar-button .ikonli-font-icon { -fx-icon-color: #120caf; } .internal-window .taskbar-icon-button .ikonli-font-icon, .internal-window .internal-window-titlebar-button .ikonli-font-icon { -fx-icon-color: #1f52ff; } ================================================ FILE: apps/ikonli-browser/src/main/resources/org/kordamp/ikonli/browser/common.css ================================================ .dialog-content { -fx-background-color: white; -fx-border-color: darkgrey; -fx-border-width: 1px; -fx-border-style: solid; } ================================================ FILE: apps/ikonli-browser/src/main/resources/org/kordamp/ikonli/browser/ikon-window.css ================================================ .font-icon { -fx-icon-size: 48px; -fx-icon-color: black; } .active-icon { -fx-icon-color: red; } ================================================ FILE: apps/ikonli-browser/src/main/resources/org/kordamp/ikonli/browser/versions.properties ================================================ # # SPDX-License-Identifier: Apache-2.0 # # Copyright 2015-2025 Andres Almiray # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ikonli_version=${ikonli_version} ================================================ FILE: apps/sampler-javafx/sampler-javafx.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { id 'application' } application { mainModule = 'org.kordamp.ikonli.sampler.javafx' mainClass = 'org.kordamp.ikonli.sampler.javafx.Sampler' } dependencies { implementation project(':ikonli-core') implementation project(':ikonli-javafx') implementation project(':ikonli-antdesignicons-pack') implementation project(':ikonli-bootstrapicons-pack') implementation project(':ikonli-boxicons-pack') implementation project(':ikonli-bpmn-pack') implementation project(':ikonli-bytedance-pack') implementation project(':ikonli-captainicon-pack') implementation project(':ikonli-carbonicons-pack') implementation project(':ikonli-codicons-pack') implementation project(':ikonli-coreui-pack') implementation project(':ikonli-dashicons-pack') implementation project(':ikonli-devicons-pack') implementation project(':ikonli-elusive-pack') implementation project(':ikonli-entypo-pack') implementation project(':ikonli-evaicons-pack') implementation project(':ikonli-feather-pack') implementation project(':ikonli-fileicons-pack') implementation project(':ikonli-fluentui-pack') implementation project(':ikonli-fontawesome-pack') implementation project(':ikonli-fontawesome5-pack') implementation project(':ikonli-fontawesome6-pack') implementation project(':ikonli-fontelico-pack') implementation project(':ikonli-foundation-pack') implementation project(':ikonli-hawcons-pack') implementation project(':ikonli-icomoon-pack') implementation project(':ikonli-ionicons-pack') implementation project(':ikonli-ionicons4-pack') implementation project(':ikonli-jamicons-pack') implementation project(':ikonli-ligaturesymbols-pack') implementation project(':ikonli-lineawesome-pack') implementation project(':ikonli-linecons-pack') implementation project(':ikonli-maki-pack') implementation project(':ikonli-maki2-pack') implementation project(':ikonli-mapicons-pack') implementation project(':ikonli-material-pack') implementation project(':ikonli-material2-pack') implementation project(':ikonli-materialdesign-pack') implementation project(':ikonli-materialdesign2-pack') implementation project(':ikonli-medicons-pack') implementation project(':ikonli-metrizeicons-pack') implementation project(':ikonli-microns-pack') implementation project(':ikonli-ociicons-pack') implementation project(':ikonli-octicons-pack') implementation project(':ikonli-openiconic-pack') implementation project(':ikonli-paymentfont-pack') implementation project(':ikonli-prestashopicons-pack') implementation project(':ikonli-remixicon-pack') implementation project(':ikonli-runestroicons-pack') implementation project(':ikonli-simpleicons-pack') implementation project(':ikonli-simplelineicons-pack') implementation project(':ikonli-subway-pack') implementation project(':ikonli-themify-pack') implementation project(':ikonli-typicons-pack') implementation project(':ikonli-unicons-pack') implementation project(':ikonli-weathericons-pack') implementation project(':ikonli-websymbols-pack') implementation project(':ikonli-whhg-pack') implementation project(':ikonli-win10-pack') implementation project(':ikonli-zondicons-pack') implementation "org.openjfx:javafx-base:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-graphics:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-controls:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-fxml:${javafxVersion}:${javafx_platform}" implementation "org.openjfx:javafx-swing:${javafxVersion}:${javafx_platform}" } config { publishing { enabled = false } } ================================================ FILE: apps/sampler-javafx/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.sampler.javafx { opens org.kordamp.ikonli.sampler.javafx; requires javafx.base; requires javafx.graphics; requires javafx.controls; requires javafx.fxml; requires org.kordamp.ikonli.core; requires org.kordamp.ikonli.javafx; uses org.kordamp.ikonli.IkonHandler; uses org.kordamp.ikonli.IkonProvider; } ================================================ FILE: apps/sampler-javafx/src/main/java/org/kordamp/ikonli/sampler/javafx/Sampler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.sampler.javafx; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.geometry.Insets; import javafx.scene.Scene; import javafx.scene.control.ScrollPane; import javafx.scene.control.Tab; import javafx.scene.control.TabPane; import javafx.scene.layout.GridPane; import javafx.stage.Stage; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonProvider; import org.kordamp.ikonli.javafx.FontIcon; import java.net.URL; import java.util.EnumSet; import java.util.Map; import java.util.ServiceLoader; import java.util.TreeMap; import static java.util.EnumSet.allOf; /** * @author Andres Almiray */ public class Sampler extends Application { @Override public void start(Stage primaryStage) throws Exception { URL location = getClass().getResource("sampler.fxml"); FXMLLoader fxmlLoader = new FXMLLoader(location); TabPane tabPane = fxmlLoader.load(); Map ikons = new TreeMap<>(); ServiceLoader providers = ServiceLoader.load(IkonProvider.class); for (IkonProvider provider : providers) { ikons.put(provider.getIkon().getSimpleName(), provider); } for (IkonProvider provider : ikons.values()) { tabPane.getTabs().add(new DemoTab(provider.getIkon(), allOf(provider.getIkon()))); } Scene scene = new Scene(tabPane); scene.getStylesheets().add("org/kordamp/ikonli/sampler/javafx/sampler.css"); primaryStage.setTitle("Ikonli Sampler"); primaryStage.setScene(scene); primaryStage.setWidth(1024); primaryStage.setHeight(1024); primaryStage.show(); } public static void main(String[] args) { launch(Sampler.class); } private static class DemoTab extends Tab { private DemoTab(Class iconFontClass, EnumSet enumSet) throws Exception { super(iconFontClass.getSimpleName()); setClosable(false); GridPane pane = new GridPane(); ScrollPane scrollPane = new ScrollPane(pane); setContent(scrollPane); int column = 0; int row = 0; int index = 0; for (Ikon value : enumSet) { FontIcon icon = FontIcon.of(value); icon.getStyleClass().setAll("font-icon"); pane.add(icon, column++, row); GridPane.setMargin(icon, new Insets(10, 10, 10, 10)); if (++index % 10 == 0) { column = 0; row++; } } } } } ================================================ FILE: apps/sampler-javafx/src/main/resources/org/kordamp/ikonli/sampler/javafx/sampler.css ================================================ .font-icon { -fx-icon-size: 48px; } ================================================ FILE: apps/sampler-javafx/src/main/resources/org/kordamp/ikonli/sampler/javafx/sampler.fxml ================================================ ================================================ FILE: apps/sampler-swing/sampler-swing.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ apply plugin: 'application' application { mainModule = 'org.kordamp.ikonli.sampler.swing' mainClass = 'org.kordamp.ikonli.sampler.swing.Sampler' } dependencies { implementation project(':ikonli-core') implementation project(':ikonli-swing') implementation project(':ikonli-antdesignicons-pack') implementation project(':ikonli-bootstrapicons-pack') implementation project(':ikonli-boxicons-pack') implementation project(':ikonli-bpmn-pack') implementation project(':ikonli-bytedance-pack') implementation project(':ikonli-captainicon-pack') implementation project(':ikonli-carbonicons-pack') implementation project(':ikonli-codicons-pack') implementation project(':ikonli-coreui-pack') implementation project(':ikonli-dashicons-pack') implementation project(':ikonli-devicons-pack') implementation project(':ikonli-elusive-pack') implementation project(':ikonli-entypo-pack') implementation project(':ikonli-evaicons-pack') implementation project(':ikonli-feather-pack') implementation project(':ikonli-fileicons-pack') implementation project(':ikonli-fluentui-pack') implementation project(':ikonli-fontawesome-pack') implementation project(':ikonli-fontawesome5-pack') implementation project(':ikonli-fontawesome6-pack') implementation project(':ikonli-fontelico-pack') implementation project(':ikonli-foundation-pack') implementation project(':ikonli-hawcons-pack') implementation project(':ikonli-icomoon-pack') implementation project(':ikonli-ionicons-pack') implementation project(':ikonli-ionicons4-pack') implementation project(':ikonli-jamicons-pack') implementation project(':ikonli-ligaturesymbols-pack') implementation project(':ikonli-lineawesome-pack') implementation project(':ikonli-linecons-pack') implementation project(':ikonli-maki-pack') implementation project(':ikonli-maki2-pack') implementation project(':ikonli-mapicons-pack') implementation project(':ikonli-material-pack') implementation project(':ikonli-material2-pack') implementation project(':ikonli-materialdesign-pack') implementation project(':ikonli-materialdesign2-pack') implementation project(':ikonli-medicons-pack') implementation project(':ikonli-metrizeicons-pack') implementation project(':ikonli-microns-pack') implementation project(':ikonli-ociicons-pack') implementation project(':ikonli-octicons-pack') implementation project(':ikonli-openiconic-pack') implementation project(':ikonli-paymentfont-pack') implementation project(':ikonli-prestashopicons-pack') implementation project(':ikonli-remixicon-pack') implementation project(':ikonli-runestroicons-pack') implementation project(':ikonli-simpleicons-pack') implementation project(':ikonli-simplelineicons-pack') implementation project(':ikonli-subway-pack') implementation project(':ikonli-themify-pack') implementation project(':ikonli-typicons-pack') implementation project(':ikonli-unicons-pack') implementation project(':ikonli-weathericons-pack') implementation project(':ikonli-websymbols-pack') implementation project(':ikonli-whhg-pack') implementation project(':ikonli-win10-pack') implementation project(':ikonli-zondicons-pack') } config { publishing { enabled = false } } ================================================ FILE: apps/sampler-swing/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.sampler.swing { opens org.kordamp.ikonli.sampler.swing; requires java.desktop; requires org.kordamp.ikonli.core; requires org.kordamp.ikonli.swing; uses org.kordamp.ikonli.IkonHandler; uses org.kordamp.ikonli.IkonProvider; } ================================================ FILE: apps/sampler-swing/src/main/java/org/kordamp/ikonli/sampler/swing/Sampler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.sampler.swing; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonProvider; import org.kordamp.ikonli.swing.FontIcon; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTabbedPane; import javax.swing.SwingUtilities; import javax.swing.WindowConstants; import java.awt.Dimension; import java.awt.GridLayout; import java.util.EnumSet; import java.util.Map; import java.util.ServiceLoader; import java.util.TreeMap; import static java.util.EnumSet.allOf; /** * @author Andres Almiray */ public class Sampler { public static void main(String[] args) { SwingUtilities.invokeLater(Sampler::launch); } private static void launch() { JTabbedPane tabPane = new JTabbedPane(); Map ikons = new TreeMap<>(); ServiceLoader providers = ServiceLoader.load(IkonProvider.class); for (IkonProvider provider : providers) { ikons.put(provider.getIkon().getSimpleName(), provider); } for (IkonProvider provider : ikons.values()) { createTab(tabPane, provider.getIkon(), new DemoTab(allOf(provider.getIkon()))); } JFrame frame = new JFrame("Ikonli Sampler"); frame.add(tabPane); frame.setSize(new Dimension(1024, 1024)); frame.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); frame.setVisible(true); } private static void createTab(JTabbedPane tabPane, Class iconFontClass, DemoTab tab) { tabPane.add(iconFontClass.getSimpleName(), tab); } private static class DemoTab extends JScrollPane { private DemoTab(EnumSet enumSet) { JPanel pane = new JPanel(new GridLayout(0, 10, 10, 10)); setViewportView(pane); for (Ikon value : enumSet) { pane.add(new JLabel(FontIcon.of(value, 48))); } } } } ================================================ FILE: bach.args ================================================ --external-library-version sormuras-modules=2021.06.06 --external-library-version javafx=11 --limit-tool javac,jar,jlink --main-java-release 11 --main-module-pattern core/ikonli-*/src/main/java/module-info.java --main-module-pattern icon-packs/ikonli-*-pack/src/main/java/module-info.java --main-module-pattern apps/*/src/main/java/module-info.java ================================================ FILE: build.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { id 'com.google.osdetector' } ext.javafx_platform = osdetector.os == 'osx' ? 'mac' : osdetector.os == 'windows' ? 'win' : osdetector.os ext.platform = "${osdetector.os}-${osdetector.arch}" ext.baseVersion = version - '-SNAPSHOT' config { info { name = 'Ikonli' description = 'Icon packs for Java applications' inceptionYear = '2015' tags = ['icons', 'javafx', 'swing'] specification { enabled = false } } docs { javadoc { autoLinks { enabled = false } options { addBooleanOption('javafx', true) } aggregate { enabled = false } } } } idea { project { jdkName '11' languageLevel '11' ipr { withXml { provider -> def node = provider.asNode() node.component.find { it.'@name' == 'VcsDirectoryMappings' }?.mapping[0].'@vcs' = 'Git' def compilerConfiguration = node.component.find { it.'@name' == 'CompilerConfiguration' } compilerConfiguration.remove(compilerConfiguration.annotationProcessing) compilerConfiguration.append(new XmlParser().parseText(''' ''')) } } } } subprojects { subproj -> if (!subproj.name.contains('guide') && !subproj.name.contains('bom')) { tasks.named('compileJava') { options.javaModuleVersion = provider { project.version } options.release = Integer.parseInt(subproj.rootProject.findProperty('targetCompatibility')) } license { mapping { fxml = 'XML_STYLE' } exclude '**/*.ttf' exclude '**/*.eot' exclude '**/*.svg' exclude '**/*.otf' exclude '**/*.woff' exclude '**/*.woff2' exclude '**/*.css' exclude '**/*.md' exclude '**/*.txt' } } if (subproj.projectDir.parentFile.name.contains('core') || subproj.name.endsWith('-pack')) { jar { bundle { bnd ''' Bundle-SymbolicName: ${project.name} Bundle-Name: ${project.name} Bundle-Version: ${project.version} Import-Package: !javafx.*, *; Export-Package: *; Bundle-ActivationPolicy: lazy # Remove private packages to prevent embedding Private-Package: !* -nouses: true -noimportjava: true ''' } } dependencies { compileOnly 'org.osgi:osgi.core:8.0.0' compileOnly 'org.osgi:org.osgi.service.component.annotations:1.5.1' testImplementation 'junit:junit:4.13.2' compileOnly project(':ikonli-nativeimage-annotations') annotationProcessor project(':ikonli-nativeimage-processor') } } if (subproj.name.endsWith('-pack')) { dependencies { api project(':ikonli-core') compileOnly "org.kordamp.jipsy:jipsy-annotations:${jipsyVersion}" annotationProcessor "org.kordamp.jipsy:jipsy-processor:${jipsyVersion}" } tasks.processResources.dependsOn(tasks.register('generateNativeImageResource', org.kordamp.ikonli.gradle.NativeImageResourceGeneratorTask) { t -> String ipn = project.name - 'ikonli-' - '-pack' t.outputDirectory.set(file('build/resources/main/META-INF/native-image')) t.groupId.set(project.group) t.artifactId.set(project.name) t.version.set(project."${ipn}Version") t.iconPackName.set(ipn) }) } } project.rootProject.gradle.addBuildListener(new BuildAdapter() { @Override void projectsEvaluated(Gradle gradle) { gradle.rootProject.childProjects.values() .grep({ p -> p.name.endsWith('-pack') }) .each { p -> p.tasks.withType(Jar).each { Jar jar -> jar.configure { exclude '**/*.css' exclude '**/*.otf' exclude '**/*.eot' exclude '**/*.svg' exclude '**/*.woff' exclude '**/*.woff2' } } } } }) profiles { profile('sbom') { activation { property { key = 'sbom' value = true } } action { println 'SBOM generation is turned ON' gradleProjects { subprojects { dirs(['core', 'icon-packs']) { cyclonedxBom { includeConfigs = ['runtimeClasspath'] projectType = 'library' outputName = "${project.name}-${project.version}-cyclonedx".toString() destination = file('build/reports/cyclonedx') includeLicenseText = false def lic = new org.cyclonedx.model.License() lic.setId('Apache-2.0') lic.setUrl('https://www.apache.org/licenses/LICENSE-2.0') def attachmentText = new org.cyclonedx.model.AttachmentText() attachmentText.setText('') lic.setLicenseText(attachmentText) licenseChoice { lc -> lc.addLicense(lic) } } publishing { publications { main(MavenPublication) { artifact classifier: 'cyclonedx', source: new File(cyclonedxBom.destination.get(), cyclonedxBom.outputName.get() + '.xml') artifact classifier: 'cyclonedx', source: new File(cyclonedxBom.destination.get(), cyclonedxBom.outputName.get() + '.json') } } } project.generatePomFileForMainPublication.dependsOn(cyclonedxBom) } } } } } } ================================================ FILE: buildSrc/build.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { id 'java-library' id 'groovy' } ================================================ FILE: buildSrc/src/main/groovy/org/kordamp/ikonli/gradle/NativeImageResourceGeneratorTask.groovy ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.gradle import groovy.transform.CompileStatic import org.gradle.api.DefaultTask import org.gradle.api.file.DirectoryProperty import org.gradle.api.model.ObjectFactory import org.gradle.api.provider.Property import org.gradle.api.tasks.Input import org.gradle.api.tasks.OutputDirectory import org.gradle.api.tasks.TaskAction import javax.inject.Inject import java.nio.file.Files @CompileStatic class NativeImageResourceGeneratorTask extends DefaultTask { @OutputDirectory final DirectoryProperty outputDirectory @Input final Property groupId @Input final Property artifactId @Input final Property version @Input final Property iconPackName @Inject NativeImageResourceGeneratorTask(ObjectFactory objects) { outputDirectory = objects.directoryProperty() groupId = objects.property(String) artifactId = objects.property(String) version = objects.property(String) iconPackName = objects.property(String) } @TaskAction void generateResourceConfigFile() { File resourceConfig = outputDirectory.get().file("${groupId.get()}/${artifactId.get()}/resources-config.json").asFile Files.createDirectories(resourceConfig.parentFile.toPath()) resourceConfig.text = """ { "resources": { "includes": [ { "pattern": "META-INF/resources/${iconPackName.get()}/${version.get()}/fonts/*.ttf" } ] } } """ } } ================================================ FILE: core/ikonli-bom/ikonli-bom.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { id 'org.kordamp.gradle.bom' } config { bom { exclude('guide') exclude('sampler-javafx') exclude('sampler-swing') exclude('ikonli-browser') } } ================================================ FILE: core/ikonli-core/ikonli-core.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ dependencies { compileOnly "org.kordamp.jipsy:jipsy-annotations:${jipsyVersion}" annotationProcessor "org.kordamp.jipsy:jipsy-processor:${jipsyVersion}" } ================================================ FILE: core/ikonli-core/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.core { exports org.kordamp.ikonli; requires static org.kordamp.jipsy.annotations; requires java.logging; requires static org.osgi.service.component.annotations; requires static osgi.core; requires static org.kordamp.ikonli.infra.nativeimage.annotations; uses org.kordamp.ikonli.IkonHandler; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.IkonliIkonResolver; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.IkonliIkonProvider; } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/AbstractIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; /** * @author Andres Almiray */ public abstract class AbstractIkonHandler implements IkonHandler { private Object font; public Object getFont() { return font; } public void setFont(Object font) { this.font = font; } } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/AbstractIkonResolver.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; import java.util.Arrays; import java.util.ServiceLoader; import java.util.Set; import java.util.concurrent.CopyOnWriteArraySet; import java.util.logging.Logger; import static java.util.Objects.requireNonNull; /** * @author Andres Almiray */ public class AbstractIkonResolver implements IkonResolver { private static final String ORG_KORDAMP_IKONLI_STRICT = "org.kordamp.ikonli.strict"; private final static Logger LOGGER = Logger.getLogger(AbstractIkonResolver.class.getName()); protected final Set handlers = new CopyOnWriteArraySet<>(); protected final Set customHandlers = new CopyOnWriteArraySet<>(); @Override public boolean registerHandler(IkonHandler handler) { requireNonNull(handler, "Handler must not be null"); if (isHandlerLoadedViaClasspath(handler)) { throwOrWarn(String.format("IkonHandler for %s is already loaded via classpath", handler.getFontFamily())); return false; } return customHandlers.add(handler); } @Override public boolean unregisterHandler(IkonHandler handler) { requireNonNull(handler, "Handler must not be null"); if (isHandlerLoadedViaClasspath(handler)) { throwOrWarn(String.format("IkonHandler for %s was loaded via classpath and can't be unregistered", handler.getFontFamily())); return false; } return customHandlers.remove(handler); } @Override public IkonHandler resolve(String value) { requireNonNull(value, "Ikon description must not be null"); return findHandler(value) .orElseThrow(() -> new UnsupportedOperationException("Cannot resolve '" + value + "'")); } protected java.util.Optional findHandler(String value) { return Arrays.asList(handlers, customHandlers).stream() .flatMap(Set::stream) .filter(handler -> handler.supports(value)) .findFirst(); } private boolean isHandlerLoadedViaClasspath(IkonHandler handler) { return handlers.stream() .anyMatch(h -> h.getFontFamily().equals(handler.getFontFamily())); } private void throwOrWarn(String message) { if (Boolean.getBoolean(ORG_KORDAMP_IKONLI_STRICT)) { throw new IllegalArgumentException(message); } LOGGER.warning(message); } public static ServiceLoader resolveServiceLoader() { // Check if handlers must be loaded from a ModuleLayer if (null != IkonHandler.class.getModule().getLayer()) { ServiceLoader ikonHandlerServiceLoaders = ServiceLoader.load( IkonHandler.class.getModule().getLayer(), IkonHandler.class ); if (ikonHandlerServiceLoaders.findFirst().isPresent()) { return ikonHandlerServiceLoaders; } } ServiceLoader handlers = ServiceLoader.load( IkonHandler.class, IkonHandler.class.getClassLoader() ); // Return if the IkonHandler.class.classLoader works or if *nothing* else works return handlers.findFirst().isPresent() ? handlers : ServiceLoader.load(IkonHandler.class); } } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/DefaultIkonResolver.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; public class DefaultIkonResolver extends AbstractIkonResolver implements IkonResolver { private final FontLoader fontLoader; private static volatile DefaultIkonResolver instance; protected DefaultIkonResolver(FontLoader fontLoader) { this.fontLoader = fontLoader; resolveServiceLoader().forEach(handler -> { handlers.add(handler); fontLoader.loadFont(handler); }); } @Override public boolean registerHandler(IkonHandler handler) { boolean result = super.registerHandler(handler); if (result) { fontLoader.loadFont(handler); } return result; } public static IkonResolver getInstance(FontLoader fontLoader) { if (instance == null) { synchronized (DefaultIkonResolver.class) { if (instance == null) { instance = new DefaultIkonResolver(fontLoader); } } } return instance; } } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/FontLoader.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; public interface FontLoader { void loadFont(IkonHandler handler); } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/Ikon.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; /** * @author Andres Almiray */ public interface Ikon { String getDescription(); int getCode(); } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/IkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ public interface IkonHandler { boolean supports(String description); Ikon resolve(String description); URL getFontResource(); InputStream getFontResourceAsStream(); String getFontFamily(); Object getFont(); void setFont(Object font); } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/IkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; /** * @author Andres Almiray */ public interface IkonProvider { Class getIkon(); } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/IkonResolver.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; public interface IkonResolver { IkonHandler resolve(String value); boolean registerHandler(IkonHandler handler); boolean unregisterHandler(IkonHandler handler); } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/IkonResolverProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; import org.osgi.framework.Bundle; import org.osgi.framework.BundleContext; import org.osgi.framework.FrameworkUtil; import org.osgi.framework.ServiceReference; public class IkonResolverProvider { private static volatile IkonResolver instance; private IkonResolverProvider() { } public static IkonResolver getInstance(FontLoader fontLoader) { IkonResolver localInstance = instance; if (localInstance == null) { synchronized (IkonResolverProvider.class) { localInstance = instance; if (localInstance == null) { instance = localInstance = createIkonResolver(fontLoader); } } } return localInstance; } private static IkonResolver createIkonResolver(FontLoader fontLoader) { return tryGetOSGiResolver().orElseGet(() -> DefaultIkonResolver.getInstance(fontLoader)); } private static java.util.Optional tryGetOSGiResolver() { try { if (!isOSGiAvailable()) { return java.util.Optional.empty(); } Bundle bundle = FrameworkUtil.getBundle(IkonResolverProvider.class); if (bundle == null) { return java.util.Optional.empty(); } BundleContext context = bundle.getBundleContext(); if (context == null) { return java.util.Optional.empty(); } ServiceReference ref = context.getServiceReference(IkonResolver.class); if (ref == null) { return java.util.Optional.empty(); } IkonResolver resolver = context.getService(ref); return java.util.Optional.ofNullable(resolver); } catch (NoClassDefFoundError | IllegalStateException e) { return java.util.Optional.empty(); } } private static boolean isOSGiAvailable() { try { Class.forName("org.osgi.framework.BundleContext"); return true; } catch (ClassNotFoundException e) { return false; } } } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/Ikonli.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; /** * @author Andres Almiray */ public enum Ikonli implements Ikon { NONE("ikn-none", '\ue600'); public static Ikonli findByDescription(String description) { for (Ikonli font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Ikonli(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/IkonliIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class IkonliIkonProvider implements IkonProvider { @Override public Class getIkon() { return Ikonli.class; } } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/IkonliIkonResolver.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class IkonliIkonResolver extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/ikonli/0.0.0/fonts/ikonli.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ikn-"); } @Override public Ikon resolve(String description) { return Ikonli.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Ikonli"; } } ================================================ FILE: core/ikonli-core/src/main/java/org/kordamp/ikonli/OSGiIkonResolver.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli; import org.osgi.service.component.annotations.Component; import org.osgi.service.component.annotations.Reference; import org.osgi.service.component.annotations.ReferenceCardinality; import org.osgi.service.component.annotations.ReferencePolicyOption; @Component(service = IkonResolver.class) public class OSGiIkonResolver extends AbstractIkonResolver implements IkonResolver { private FontLoader fontLoader; public OSGiIkonResolver() { } @Reference protected void setFontLoader(FontLoader fontLoader) { this.fontLoader = fontLoader; } @Reference( cardinality = ReferenceCardinality.MULTIPLE, policyOption = ReferencePolicyOption.GREEDY, unbind = "unbindIkonHandler" ) protected void bindIkonHandler(IkonHandler handler) { if (registerHandler(handler)) { fontLoader.loadFont(handler); } } protected void unbindIkonHandler(IkonHandler handler) { unregisterHandler(handler); } } ================================================ FILE: core/ikonli-javafx/ikonli-javafx.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ dependencies { api project(':ikonli-core') compileOnly "org.openjfx:javafx-base:${javafxVersion}:${javafx_platform}" compileOnly "org.openjfx:javafx-graphics:${javafxVersion}:${javafx_platform}" compileOnly "org.openjfx:javafx-controls:${javafxVersion}:${javafx_platform}" compileOnly "org.openjfx:javafx-fxml:${javafxVersion}:${javafx_platform}" compileOnly "org.openjfx:javafx-swing:${javafxVersion}:${javafx_platform}" testImplementation "org.openjfx:javafx-base:${javafxVersion}:${javafx_platform}" testImplementation "org.openjfx:javafx-graphics:${javafxVersion}:${javafx_platform}" testImplementation "org.openjfx:javafx-controls:${javafxVersion}:${javafx_platform}" testImplementation "org.openjfx:javafx-fxml:${javafxVersion}:${javafx_platform}" testImplementation "org.openjfx:javafx-swing:${javafxVersion}:${javafx_platform}" } ================================================ FILE: core/ikonli-javafx/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.javafx { exports org.kordamp.ikonli.javafx; requires transitive org.kordamp.ikonli.core; requires javafx.base; requires javafx.graphics; requires javafx.controls; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; } ================================================ FILE: core/ikonli-javafx/src/main/java/org/kordamp/ikonli/javafx/FontIcon.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.beans.property.IntegerProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; import javafx.css.CssMetaData; import javafx.css.StyleOrigin; import javafx.css.Styleable; import javafx.css.StyleableIntegerProperty; import javafx.css.StyleableObjectProperty; import javafx.css.StyleableProperty; import javafx.css.converter.PaintConverter; import javafx.css.converter.SizeConverter; import javafx.scene.paint.Color; import javafx.scene.paint.LinearGradient; import javafx.scene.paint.Paint; import javafx.scene.paint.RadialGradient; import javafx.scene.text.Font; import javafx.scene.text.Text; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.ikonli.IkonResolverProvider; import java.util.ArrayList; import java.util.List; import java.util.Objects; import static java.util.Collections.unmodifiableList; import static java.util.Objects.requireNonNull; /** * @author Andres Almiray */ @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FontIcon extends Text implements Icon { private static final double EPSILON = 0.000001d; protected StyleableIntegerProperty iconSize; protected StyleableObjectProperty iconColor; private StyleableObjectProperty iconCode; private final StringProperty units; public FontIcon() { getStyleClass().setAll("ikonli-font-icon"); setIconSize(8); setIconColor(Color.BLACK); fontProperty().addListener((v, o, n) -> { int size = (int) n.getSize(); if (size != getIconSize()) { setIconSize(size); } }); fillProperty().addListener((v, o, n) -> { Paint fill = getIconColor(); if (!Objects.equals(fill, n)) { setIconColor(n); } }); iconCodeProperty().addListener((v, o, n) -> { if (n != null) { IkonHandler ikonHandler = IkonResolverProvider.getInstance(JavaFXFontLoader.getInstance()).resolve(n.getDescription()); setStyle(normalizeStyle(getStyle(), "-fx-font-family", "'" + ikonHandler.getFontFamily() + "'")); int code = n.getCode(); if (code <= '\uFFFF') { setText(String.valueOf((char) code)); } else { char[] charPair = Character.toChars(code); String symbol = new String(charPair); setText(symbol); } } }); units = new SimpleStringProperty("px"); } public FontIcon(String iconCode) { this(); setIconLiteral(iconCode); } public FontIcon(Ikon iconCode) { this(); setIconCode(iconCode); } public StringProperty unitsProperty() { return units; } @Override public String toString() { Ikon iconCode = getIconCode(); return (iconCode != null ? iconCode.getDescription() : "") + ":" + getIconSize() + ":" + getIconColor(); } @Override public IntegerProperty iconSizeProperty() { if (iconSize == null) { iconSize = new StyleableIntegerProperty(8) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_SIZE; } @Override public Object getBean() { return FontIcon.this; } @Override public String getName() { return "iconSize"; } @Override public StyleOrigin getStyleOrigin() { return StyleOrigin.USER_AGENT; } }; iconSize.addListener((v, o, n) -> { Font font = FontIcon.this.getFont(); if (Math.abs(font.getSize() - n.doubleValue()) >= EPSILON) { FontIcon.this.setFont(Font.font(font.getFamily(), n.doubleValue())); FontIcon.this.setStyle(normalizeStyle(getStyle(), "-fx-font-size", n.intValue() + resolveUnits())); } }); } return iconSize; } private String resolveUnits() { String u = units.get(); return null == u || u.isBlank() ? "px" : u; } @Override public ObjectProperty iconColorProperty() { if (iconColor == null) { iconColor = new StyleableObjectProperty<>(Color.BLACK) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_COLOR; } @Override public Object getBean() { return FontIcon.this; } @Override public String getName() { return "iconColor"; } @Override public StyleOrigin getStyleOrigin() { return StyleOrigin.USER_AGENT; } }; iconColor.addListener((v, o, n) -> FontIcon.this.setFill(n)); } return iconColor; } public ObjectProperty iconCodeProperty() { if (iconCode == null) { iconCode = new StyleableObjectProperty<>() { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_CODE; } @Override public Object getBean() { return FontIcon.this; } @Override public String getName() { return "iconCode"; } @Override public StyleOrigin getStyleOrigin() { return StyleOrigin.USER_AGENT; } }; iconCode.addListener((v, o, n) -> { if (!iconCode.isBound()) { FontIcon.this.setIconCode(n); } }); } return iconCode; } @Override public int getIconSize() { return iconSizeProperty().get(); } @Override public void setIconSize(int size) { if (size <= 0) { throw new IllegalStateException("Argument 'size' must be greater than zero."); } iconSizeProperty().set(size); } @Override public Paint getIconColor() { return iconColorProperty().get(); } @Override public void setIconColor(Paint paint) { iconColorProperty().set(requireNonNull(paint, "Argument 'paint' must not be null")); } public Ikon getIconCode() { return iconCodeProperty().get(); } public void setIconCode(Ikon iconCode) { iconCodeProperty().set(requireNonNull(iconCode, "Argument 'code' must not be null")); } private String normalizeStyle(String style, String key, String value) { int start = style.indexOf(key); if (start != -1) { int end = style.indexOf(";", start); end = end >= start ? end : style.length() - 1; style = style.substring(0, start) + style.substring(end + 1); } return style + key + ": " + value + ";"; } public String getIconLiteral() { Ikon ikon = iconCodeProperty().get(); return ikon != null ? ikon.getDescription() : null; } public void setIconLiteral(String iconCode) { String[] parts = iconCode.split(":"); setIconCode(IkonResolverProvider.getInstance(JavaFXFontLoader.getInstance()).resolve(parts[0]).resolve(parts[0])); resolveSize(iconCode, parts); resolvePaint(iconCode, parts); } @Override public List> getCssMetaData() { return FontIcon.getClassCssMetaData(); } private void resolveSize(String iconCode, String[] parts) { if (parts.length > 1) { try { setIconSize(Integer.parseInt(parts[1])); } catch (NumberFormatException e) { throw invalidDescription(iconCode, e); } } } private void resolvePaint(String iconCode, String[] parts) { if (parts.length > 2) { Paint paint = resolvePaintValue(iconCode, parts[2]); if (paint != null) { setIconColor(paint); } } } public static FontIcon of(Ikon ikon) { return of(ikon, 8, Color.BLACK); } public static FontIcon of(Ikon ikon, int iconSize) { return of(ikon, iconSize, Color.BLACK); } public static FontIcon of(Ikon ikon, Color iconColor) { return of(ikon, 8, iconColor); } public static FontIcon of(Ikon iconCode, int iconSize, Color iconColor) { FontIcon icon = new FontIcon(); icon.setIconCode(iconCode); icon.setIconSize(iconSize); icon.setIconColor(iconColor); return icon; } public static List> getClassCssMetaData() { return StyleableProperties.STYLEABLES; } private static Paint resolvePaintValue(String iconCode, String value) { try { return Color.valueOf(value); } catch (IllegalArgumentException e1) { try { return LinearGradient.valueOf(value); } catch (IllegalArgumentException e2) { try { return RadialGradient.valueOf(value); } catch (IllegalArgumentException e3) { throw invalidDescription(iconCode, e3); } } } } public static IllegalArgumentException invalidDescription(String description, Exception e) { throw new IllegalArgumentException("Description " + description + " is not a valid icon description", e); } private static class StyleableProperties { private static final CssMetaData ICON_SIZE = new CssMetaData("-fx-icon-size", SizeConverter.getInstance(), 8) { @Override public boolean isSettable(FontIcon icon) { return true; } @Override public StyleableProperty getStyleableProperty(FontIcon icon) { return (StyleableProperty) icon.iconSizeProperty(); } }; private static final CssMetaData ICON_COLOR = new CssMetaData("-fx-icon-color", PaintConverter.getInstance(), Color.BLACK) { @Override public boolean isSettable(FontIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(FontIcon icon) { return (StyleableProperty) icon.iconColorProperty(); } }; private static final CssMetaData ICON_CODE = new CssMetaData("-fx-icon-code", FontIconConverter.getInstance(), null) { @Override public boolean isSettable(FontIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(FontIcon icon) { return (StyleableProperty) icon.iconCodeProperty(); } }; private static final List> STYLEABLES; static { final List> styleables = new ArrayList<>(Text.getClassCssMetaData()); styleables.add(ICON_SIZE); styleables.add(ICON_COLOR); styleables.add(ICON_CODE); STYLEABLES = unmodifiableList(styleables); } } } ================================================ FILE: core/ikonli-javafx/src/main/java/org/kordamp/ikonli/javafx/FontIconConverter.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.css.ParsedValue; import javafx.css.StyleConverter; import javafx.scene.text.Font; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonResolverProvider; /** * @author Andres Almiray */ public class FontIconConverter extends StyleConverter { private static class Holder { static final FontIconConverter INSTANCE = new FontIconConverter(); static final SequenceConverter SEQUENCE_INSTANCE = new SequenceConverter(); } public static StyleConverter getInstance() { return Holder.INSTANCE; } private FontIconConverter() { } @Override public String toString() { return "FontIconConverter"; } @Override public Ikon convert(ParsedValue value, Font font) { String description = value.getValue().trim(); return IkonResolverProvider.getInstance(JavaFXFontLoader.getInstance()).resolve(description).resolve(description); } public static final class SequenceConverter extends StyleConverter { public static SequenceConverter getInstance() { return Holder.SEQUENCE_INSTANCE; } private SequenceConverter() { super(); } @Override public Ikon[] convert(ParsedValue value, Font font) { String[] descriptions = value.getValue().split(","); Ikon[] ikons = new Ikon[descriptions.length]; for (int i = 0; i < descriptions.length; i++) { String description = descriptions[i].trim(); ikons[i] = IkonResolverProvider.getInstance(JavaFXFontLoader.getInstance()).resolve(description).resolve(description); } return ikons; } @Override public String toString() { return "FontIcon.SequenceConverter"; } } } ================================================ FILE: core/ikonli-javafx/src/main/java/org/kordamp/ikonli/javafx/FontIconTableCell.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.beans.property.ObjectProperty; import javafx.beans.property.SimpleObjectProperty; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.geometry.Pos; import javafx.scene.control.TableCell; import javafx.scene.control.TableColumn; import javafx.util.Callback; import javafx.util.StringConverter; import org.kordamp.ikonli.Ikon; import static java.util.Objects.requireNonNull; public class FontIconTableCell extends TableCell { private static final String ERROR_CONVERTER_NULL = "Argument 'converter' must not be null"; public static Callback, TableCell> forTableColumn() { return param -> new FontIconTableCell(); } public static Callback, TableCell> forTableColumn(StringConverter converter) { return param -> new FontIconTableCell(converter); } private Subscription subscription; private final FontIcon icon; private final ObjectProperty> converter = new SimpleObjectProperty>(this, "converter"); @SuppressWarnings("unchecked") public FontIconTableCell() { this(new StringConverter() { @Override public String toString(T object) { return object != null ? String.valueOf(object) : ""; } @Override public T fromString(String string) { // leave it as is for now return null; } }); } public FontIconTableCell(StringConverter converter) { this.getStyleClass().add("font-icon-table-cell"); this.icon = new FontIcon(); setConverter(requireNonNull(converter, ERROR_CONVERTER_NULL)); } public final ObjectProperty> converterProperty() { return converter; } public final void setConverter(StringConverter converter) { converterProperty().set(requireNonNull(converter, ERROR_CONVERTER_NULL)); } public final StringConverter getConverter() { return converterProperty().get(); } @Override public void updateItem(T item, boolean empty) { super.updateItem(item, empty); if (empty) { setGraphic(null); } else { if (subscription != null) { subscription.unsubscribe(); subscription = null; } final TableColumn column = getTableColumn(); ObservableValue observable = column == null ? null : column.getCellObservableValue(getIndex()); if (observable != null) { ChangeListener listener = (v, o, n) -> setIconCode(n); observable.addListener(listener); subscription = () -> observable.removeListener(listener); setIconCode(observable.getValue()); } else if (item != null) { setIconCode(item); } setGraphic(icon); setAlignment(Pos.CENTER); } } private void setIconCode(T value) { if (value instanceof Ikon) { icon.setIconCode((Ikon) value); } else { icon.setIconLiteral(getConverter().toString(value)); } } private interface Subscription { void unsubscribe(); } } ================================================ FILE: core/ikonli-javafx/src/main/java/org/kordamp/ikonli/javafx/Icon.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.beans.property.IntegerProperty; import javafx.beans.property.ObjectProperty; import javafx.css.Styleable; import javafx.scene.paint.Paint; /** * @author Andres Almiray */ public interface Icon extends Styleable { IntegerProperty iconSizeProperty(); ObjectProperty iconColorProperty(); void setIconSize(int size); int getIconSize(); void setIconColor(Paint paint); Paint getIconColor(); } ================================================ FILE: core/ikonli-javafx/src/main/java/org/kordamp/ikonli/javafx/JavaFXFontLoader.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.scene.text.Font; import org.kordamp.ikonli.FontLoader; import org.kordamp.ikonli.IkonHandler; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; @org.osgi.service.component.annotations.Component(service = FontLoader.class) public class JavaFXFontLoader implements FontLoader { private static final Map FONTS = new ConcurrentHashMap<>(); @Override public void loadFont(IkonHandler handler) { String fontResource = handler.getFontResource().toExternalForm(); Font font = FONTS.computeIfAbsent(fontResource, key -> Font.loadFont(key, 16)); handler.setFont(font); } public static FontLoader getInstance() { return new JavaFXFontLoader(); } } ================================================ FILE: core/ikonli-javafx/src/main/java/org/kordamp/ikonli/javafx/StackedFontIcon.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.beans.property.IntegerProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.value.ChangeListener; import javafx.collections.ListChangeListener; import javafx.collections.MapChangeListener; import javafx.css.CssMetaData; import javafx.css.StyleOrigin; import javafx.css.Styleable; import javafx.css.StyleableIntegerProperty; import javafx.css.StyleableObjectProperty; import javafx.css.StyleableProperty; import javafx.css.converter.PaintConverter; import javafx.css.converter.SizeConverter; import javafx.scene.Node; import javafx.scene.layout.StackPane; import javafx.scene.paint.Color; import javafx.scene.paint.Paint; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonResolverProvider; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import static java.util.Collections.unmodifiableList; import static java.util.Objects.requireNonNull; /** * @author Andres Almiray */ public class StackedFontIcon extends StackPane implements Icon { private static final String KEY_STACKED_FONT_ICON_SIZE = StackedFontIcon.class.getName() + ".iconSize"; private StyleableIntegerProperty iconSize; private StyleableObjectProperty iconColor; private double[] iconSizes = new double[0]; private final ChangeListener iconSizeChangeListener = (v, o, n) -> setIconSizeOnChildren(n.intValue()); private final ChangeListener iconColorChangeListener = (v, o, n) -> setIconColorOnChildren(n); public static void setIconSize(Node icon, double size) { if (icon != null && size >= 0d && size <= 1.0d) { icon.getProperties().put(KEY_STACKED_FONT_ICON_SIZE, size); } } public static double getIconSize(Node icon) { if (icon != null) { Object value = icon.getProperties().get(KEY_STACKED_FONT_ICON_SIZE); if (value instanceof Number) { return ((Number) value).doubleValue(); } } return 1.0d; } private class NodeSizeListener implements MapChangeListener { private final Node node; private NodeSizeListener(Node node) { this.node = node; } @Override public void onChanged(Change change) { if (KEY_STACKED_FONT_ICON_SIZE.equals(String.valueOf(change.getKey()))) { int size = getChildren().size(); for (int i = 0; i < size; i++) { if (node == getChildren().get(i)) { double value = 0; Object valueAdded = change.getValueAdded(); if (valueAdded instanceof Number) { value = ((Number) valueAdded).doubleValue(); } else { value = Double.parseDouble(String.valueOf(valueAdded)); } iconSizes[i] = value; return; } } } } } public StackedFontIcon() { getStyleClass().setAll("stacked-ikonli-font-icon"); final String propertiesListenerKey = StackedFontIcon.class.getName() + "-" + System.identityHashCode(this); getChildren().addListener(new ListChangeListener() { @Override public void onChanged(Change c) { while (c.next()) { if (c.wasAdded()) { int size = c.getTo() - c.getFrom(); // grow iconSizes by size iconSizes = Arrays.copyOf(iconSizes, iconSizes.length + size); // apply 1.0 [from..to] for (int i = c.getFrom(); i < c.getTo(); i++) { iconSizes[i] = getIconSize(c.getList().get(i)); } for (Node node : c.getAddedSubList()) { node.getProperties().put(propertiesListenerKey, new NodeSizeListener(node)); } } else if (c.wasRemoved()) { int size = c.getTo() - c.getFrom(); // shrink iconSizes by size double[] newIconSizes = new double[iconSizes.length - size]; // copy [0..from] int index = 0; for (int i = 0; i < c.getFrom(); i++) { newIconSizes[index++] = iconSizes[i]; } // copy [to..-1] for (int i = c.getTo(); i < iconSizes.length; i++) { newIconSizes[index++] = iconSizes[i]; } iconSizes = newIconSizes; for (Node node : c.getRemoved()) { node.getProperties().remove(propertiesListenerKey); } } else if (c.wasPermutated()) { double[] newIconSizes = Arrays.copyOf(iconSizes, iconSizes.length); for (int i = c.getFrom(); i <= c.getTo(); i++) { newIconSizes[i] = c.getPermutation(i); } iconSizes = newIconSizes; } } } }); } public IntegerProperty iconSizeProperty() { if (iconSize == null) { iconSize = new StyleableIntegerProperty(16) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_SIZE; } @Override public Object getBean() { return StackedFontIcon.this; } @Override public String getName() { return "iconSize"; } @Override public StyleOrigin getStyleOrigin() { return StyleOrigin.USER_AGENT; } }; iconSize.addListener(iconSizeChangeListener); } return iconSize; } public ObjectProperty iconColorProperty() { if (iconColor == null) { iconColor = new StyleableObjectProperty(Color.BLACK) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_COLOR; } @Override public Object getBean() { return StackedFontIcon.this; } @Override public String getName() { return "iconColor"; } @Override public StyleOrigin getStyleOrigin() { return StyleOrigin.USER_AGENT; } }; iconColor.addListener(iconColorChangeListener); } return iconColor; } public void setIconSize(int size) { if (size <= 0) { throw new IllegalStateException("Argument 'size' must be greater than zero."); } iconSizeProperty().set(size); } public int getIconSize() { return iconSizeProperty().get(); } public void setIconColor(Paint paint) { requireNonNull(paint, "Argument 'paint' must not be null"); iconColorProperty().set(paint); } public Paint getIconColor() { return iconColorProperty().get(); } public void setIconCodes(Ikon... iconCodes) { getChildren().clear(); initializeSizesIfNeeded(iconCodes); updateIconCodes(iconCodes); } public void setIconCodeLiterals(String... iconCodes) { getChildren().clear(); Ikon[] codes = new Ikon[iconCodes.length]; for (int i = 0; i < iconCodes.length; i++) { codes[i] = IkonResolverProvider.getInstance(JavaFXFontLoader.getInstance()).resolve(iconCodes[i]).resolve(iconCodes[i]); } initializeSizesIfNeeded(iconCodes); updateIconCodes(codes); } /** * Sets the size for each child icon relative to this icon's size. * * @param iconSizes values must be within the range [0..1] */ public void setIconSizes(double... iconSizes) { this.iconSizes = iconSizes; setIconSizeOnChildren(getIconSize()); } public void setColors(Paint... iconColors) { int i = 0; for (Node node : getChildren()) { if (node instanceof Icon) { ((Icon) node).setIconColor(iconColors[i++]); } } } private void initializeSizesIfNeeded(Object[] array) { if (iconSizes.length == 0 || iconSizes.length != array.length) { iconSizes = new double[array.length]; Arrays.fill(iconSizes, 1d); } } private void updateIconCodes(Ikon[] iconCodes) { for (int index = 0; index < iconCodes.length; index++) { getChildren().add(createFontIcon(iconCodes[index], index)); } } private FontIcon createFontIcon(Ikon iconCode, int index) { FontIcon icon = new FontIcon(iconCode); icon.setIconSize(getIconSize()); icon.setIconColor(getIconColor()); int size = icon.getIconSize(); applySizeToIcon(size, icon, index); return icon; } private static class StyleableProperties { private static final CssMetaData ICON_SIZE = new CssMetaData("-fx-icon-size", SizeConverter.getInstance(), 16.0) { @Override public boolean isSettable(StackedFontIcon fontIcon) { return true; } @Override public StyleableProperty getStyleableProperty(StackedFontIcon icon) { return (StyleableProperty) icon.iconSizeProperty(); } }; private static final CssMetaData ICON_COLOR = new CssMetaData("-fx-icon-color", PaintConverter.getInstance(), Color.BLACK) { @Override public boolean isSettable(StackedFontIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(StackedFontIcon icon) { return (StyleableProperty) icon.iconColorProperty(); } }; private static final List> STYLEABLES; static { final List> styleables = new ArrayList>(StackPane.getClassCssMetaData()); styleables.add(ICON_SIZE); styleables.add(ICON_COLOR); STYLEABLES = unmodifiableList(styleables); } } public static List> getClassCssMetaData() { return StyleableProperties.STYLEABLES; } public List> getCssMetaData() { return StackedFontIcon.getClassCssMetaData(); } private void setIconSizeOnChildren(int size) { int i = 0; for (Node node : getChildren()) { if (node instanceof Icon) { applySizeToIcon(size, (Icon) node, i++); } } } private void applySizeToIcon(int size, Icon icon, int index) { double childPercentageSize = iconSizes[index]; double newSize = size * childPercentageSize; icon.setIconSize((int) newSize); } private void setIconColorOnChildren(Paint color) { for (Node node : getChildren()) { if (node instanceof Icon) { ((Icon) node).setIconColor(color); } } } } ================================================ FILE: core/ikonli-javafx/tmp/FontIconTest.java ================================================ /* * Copyright 2015-2018 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.embed.swing.JFXPanel; import org.junit.Test; import static org.hamcrest.CoreMatchers.equalTo; import static org.junit.Assert.assertThat; public class FontIconTest { static { new JFXPanel(); } @Test public void ensureStyleHasNoDuplicateSize() { // given: FontIcon icon = new FontIcon(); // expect String style = icon.getStyle(); assertThat(style, equalTo("")); // when: icon.setIconSize(32); // then: style = icon.getStyle(); assertThat(style, equalTo("-fx-font-size: 32px;")); // when: icon.setIconSize(48); // then: style = icon.getStyle(); assertThat(style, equalTo("-fx-font-size: 48px;")); } } ================================================ FILE: core/ikonli-javafx/tmp/PaintConverter.java ================================================ package org.kordamp.ikonli.javafx.converters; import javafx.css.ParsedValue; import javafx.css.StyleConverter; import javafx.scene.paint.Paint; import javafx.scene.text.Font; import java.lang.reflect.Method; /** * @author Andres Almiray */ public class PaintConverter extends StyleConverter, Paint> { private final StyleConverter, Paint> delegate; public static PaintConverter getInstance() { ClassLoader classLoader = PaintConverter.class.getClassLoader(); Class converterClass = null; String JDK9_CLASS = "javafx.css.converter.PaintConverter"; String JDK8_CLASS = "com.sun.javafx.css.converters.PaintConverter"; try { converterClass = classLoader.loadClass(JDK9_CLASS); } catch (ClassNotFoundException e) { try { converterClass = classLoader.loadClass(JDK8_CLASS); } catch (ClassNotFoundException e1) { throw new IllegalStateException("Can't locate either " + JDK9_CLASS + " or " + JDK8_CLASS); } } try { Method getInstance = converterClass.getDeclaredMethod("getInstance"); return new PaintConverter((StyleConverter, Paint>) getInstance.invoke(null)); } catch (Exception e) { throw new IllegalStateException("Unnexpected error while grabbing instance from " + converterClass.getName(), e); } } private PaintConverter(StyleConverter, Paint> delegate) { this.delegate = delegate; } @Override public Paint convert(ParsedValue, Paint> value, Font font) { return delegate.convert(value, font); } } ================================================ FILE: core/ikonli-javafx/tmp/SVGGlyphRegistry.java ================================================ package org.kordamp.ikonli.javafx; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import java.io.InputStream; import java.util.LinkedHashMap; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * @author Andres Almiray */ public final class SVGGlyphRegistry { private static final SVGGlyphRegistry INSTANCE; private final Map> glyphCache = new ConcurrentHashMap<>(); static { INSTANCE = new SVGGlyphRegistry(); } public static SVGGlyphRegistry getInstance() { return INSTANCE; } private SVGGlyphRegistry() { } public String getSVGContent(Ikon ikon) { return resolveGlyphs(ikon).get(String.valueOf(ikon.getCode())); } private Map resolveGlyphs(Ikon ikon) { String className = ikon.getClass().getName(); Map glyphs = glyphCache.get(className); if (glyphs == null) { glyphs = new LinkedHashMap<>(); glyphCache.put(className, glyphs); try { loadGlyphs(glyphs, ikon); } catch (Exception e) { // ignore e.printStackTrace(); } } return glyphs; } private void loadGlyphs(Map glyphs, Ikon ikon) throws Exception { IkonHandler ikonHandler = IkonResolver.getInstance().resolveIkonHandler(ikon.getDescription()); String resource = ikonHandler.getFontResourcePath(); resource = resource.substring(0, resource.length() - 3) + "svg"; DocumentBuilderFactory docFactory = DocumentBuilderFactory.newInstance(); DocumentBuilder docBuilder = docFactory.newDocumentBuilder(); InputStream is = getClass().getClassLoader().getResourceAsStream(resource); Document doc = docBuilder.parse(is); doc.getDocumentElement().normalize(); NodeList glyphsList = doc.getElementsByTagName("glyph"); for (int i = 0; i < glyphsList.getLength(); i++) { Node glyphNode = glyphsList.item(i); Node unicodeNode = glyphNode.getAttributes().getNamedItem("unicode"); if (unicodeNode == null) { continue; } String unicode = unicodeNode.getNodeValue(); Node pathNode = glyphNode.getAttributes().getNamedItem("d"); if (pathNode == null) { continue; } glyphs.put(unicode, pathNode.getNodeValue()); } } } ================================================ FILE: core/ikonli-javafx/tmp/SVGIcon.java ================================================ package org.kordamp.ikonli.javafx; import com.sun.javafx.css.converters.PaintConverter; import com.sun.javafx.css.converters.SizeConverter; import javafx.beans.property.IntegerProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.css.CssMetaData; import javafx.css.Styleable; import javafx.css.StyleableIntegerProperty; import javafx.css.StyleableObjectProperty; import javafx.css.StyleableProperty; import javafx.scene.control.ContentDisplay; import javafx.scene.control.Label; import javafx.scene.layout.Region; import javafx.scene.paint.Color; import javafx.scene.paint.LinearGradient; import javafx.scene.paint.Paint; import javafx.scene.paint.RadialGradient; import javafx.scene.shape.SVGPath; import org.kordamp.ikonli.Ikon; import java.util.ArrayList; import java.util.List; import static java.util.Collections.unmodifiableList; import static java.util.Objects.requireNonNull; /** * @author Andres Almiray */ public class SVGIcon extends Region implements Icon { protected StyleableIntegerProperty iconSize; protected StyleableObjectProperty iconColor; private StyleableObjectProperty iconCode; private final SVGPath path = new SVGPath(); private ChangeListener iconSizeChangeListener = new ChangeListener() { @Override public void changed(ObservableValue v, Number o, Number n) { //SVGIcon.this.setStyle(getStyle() + "-fx-font-size: " + n + "px;"); } }; private ChangeListener iconColorChangeListener = new ChangeListener() { @Override public void changed(ObservableValue v, Paint o, Paint n) { path.setFill(n); } }; private ChangeListener iconFontChangeListener = new ChangeListener() { @Override public void changed(ObservableValue v, Ikon o, Ikon n) { SVGIcon.this.setIconCode(n); } }; public SVGIcon() { getChildren().add(path); path.setScaleX(0.1); path.setScaleY(0.1); getStyleClass().setAll("ikonli-svg-icon"); setIconSize(16); setIconColor(Color.BLACK); } public SVGIcon(String iconCode) { this(); setIconLiteral(iconCode); } public SVGIcon(Ikon iconCode) { this(); setIconCode(iconCode); } public String toString() { return getIconCode().getDescription() + ":" + getIconSize() + ":" + getIconColor(); } @Override public IntegerProperty iconSizeProperty() { if (iconSize == null) { iconSize = new StyleableIntegerProperty(16) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_SIZE; } @Override public Object getBean() { return SVGIcon.this; } @Override public String getName() { return "iconSize"; } }; iconSize.addListener(iconSizeChangeListener); } return iconSize; } @Override public ObjectProperty iconColorProperty() { if (iconColor == null) { iconColor = new StyleableObjectProperty(Color.BLACK) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_COLOR; } @Override public Object getBean() { return SVGIcon.this; } @Override public String getName() { return "iconColor"; } }; iconColor.addListener(iconColorChangeListener); } return iconColor; } public ObjectProperty iconCodeProperty() { if (iconCode == null) { iconCode = new StyleableObjectProperty() { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_CODE; } @Override public Object getBean() { return SVGIcon.this; } @Override public String getName() { return "iconCode"; } }; iconCode.addListener(iconFontChangeListener); } return iconCode; } public ObjectProperty getIconCodeProperty() { return iconCodeProperty(); } @Override public void setIconSize(int size) { if (size <= 0) { throw new IllegalStateException("Argument 'size' must be greater than zero."); } iconSizeProperty().set(size); } @Override public int getIconSize() { return iconSizeProperty().get(); } @Override public void setIconColor(Paint paint) { requireNonNull(paint, "Argument 'paint' must not be null"); iconColorProperty().set(paint); } @Override public Paint getIconColor() { return iconColorProperty().get(); } public Ikon getIconCode() { return iconCodeProperty().get(); } public void setIconCode(Ikon iconCode) { iconCodeProperty().set(requireNonNull(iconCode, "Argument 'code' must not be null")); path.setContent(SVGGlyphRegistry.getInstance().getSVGContent(iconCode)); } public void setIconLiteral(String iconCode) { String[] parts = iconCode.split(":"); setIconCode(IkonResolver.getInstance().resolveIkonHandler(parts[0]).resolve(parts[0])); resolveSize(iconCode, parts); resolvePaint(iconCode, parts); } public String getIconLiteral() { Ikon ikon = iconCodeProperty().get(); return ikon != null ? ikon.getDescription() : null; } private static class StyleableProperties { private static final CssMetaData ICON_SIZE = new CssMetaData("-fx-icon-size", SizeConverter.getInstance(), 16.0) { @Override public boolean isSettable(SVGIcon icon) { return true; } @Override public StyleableProperty getStyleableProperty(SVGIcon icon) { return (StyleableProperty) icon.iconSizeProperty(); } }; private static final CssMetaData ICON_COLOR = new CssMetaData("-fx-icon-color", PaintConverter.getInstance(), Color.BLACK) { @Override public boolean isSettable(SVGIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(SVGIcon icon) { return (StyleableProperty) icon.iconColorProperty(); } }; private static final CssMetaData ICON_CODE = new CssMetaData("-fx-icon-code", SVGIconConverter.getInstance(), null) { @Override public boolean isSettable(SVGIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(SVGIcon icon) { return (StyleableProperty) icon.iconCodeProperty(); } }; private static final List> STYLEABLES; static { final List> styleables = new ArrayList>(Region.getClassCssMetaData()); styleables.add(ICON_SIZE); styleables.add(ICON_COLOR); styleables.add(ICON_CODE); STYLEABLES = unmodifiableList(styleables); } } public static List> getClassCssMetaData() { return StyleableProperties.STYLEABLES; } public List> getCssMetaData() { return SVGIcon.getClassCssMetaData(); } private void resolveSize(String iconCode, String[] parts) { if (parts.length > 1) { try { setIconSize(Integer.parseInt(parts[1])); } catch (NumberFormatException e) { throw invalidDescription(iconCode, e); } } else { setIconSize(16); } } private void resolvePaint(String iconCode, String[] parts) { if (parts.length > 2) { Paint paint = resolvePaintValue(iconCode, parts[2]); if (paint != null) { setIconColor(paint); } } } private static Paint resolvePaintValue(String iconCode, String value) { try { return Color.valueOf(value); } catch (IllegalArgumentException e1) { try { return LinearGradient.valueOf(value); } catch (IllegalArgumentException e2) { try { return RadialGradient.valueOf(value); } catch (IllegalArgumentException e3) { throw invalidDescription(iconCode, e3); } } } } public static IllegalArgumentException invalidDescription(String description, Exception e) { throw new IllegalArgumentException("Description " + description + " is not a valid icon description", e); } } ================================================ FILE: core/ikonli-javafx/tmp/SVGIconConverter.java ================================================ /* * Copyright 2015-2016 Andres Almiray. * * This file is part of Ikonli * * Ikonli is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Ikonli is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Ikonli. If not, see . * * ======================================================================== * * This library is distributed under the terms of the GNU General Public * License with the following clarification and special exception: * * Linking this library statically or dynamically with other modules is * making a combined work based on this library. Thus, the terms and * conditions of the GNU General Public License cover the whole * combination. * * As an special exception, the copyright holders of this library give * you permission to use this library under the terms of the Apache * Software License v2 and forego the licensing terms of the GNU General * Public License if and only if the library is used as part of an * executable and/or application that makes use of the APIs of either the * Griffon Framework (https://github.com/griffon/griffon) or the * Basilisk Framework (https://github.com/basilisk-fw/basilisk). * * ======================================================================== * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.javafx; import javafx.css.ParsedValue; import javafx.css.StyleConverter; import javafx.scene.text.Font; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public class SVGIconConverter extends StyleConverter { private static class Holder { static final SVGIconConverter INSTANCE = new SVGIconConverter(); } public static StyleConverter getInstance() { return Holder.INSTANCE; } private SVGIconConverter() { } @Override public String toString() { return "SVGIconConverter"; } @Override public Ikon convert(ParsedValue value, Font font) { String description = value.getValue().trim(); return IkonResolver.getInstance().resolveIkonHandler(description).resolve(description); } } ================================================ FILE: core/ikonli-javafx/tmp/StackedFontIcon.java ================================================ package org.kordamp.ikonli.javafx; import com.sun.javafx.css.converters.PaintConverter; import com.sun.javafx.css.converters.SizeConverter; import javafx.beans.property.IntegerProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.value.ChangeListener; import javafx.css.CssMetaData; import javafx.css.Styleable; import javafx.css.StyleableIntegerProperty; import javafx.css.StyleableObjectProperty; import javafx.css.StyleableProperty; import javafx.scene.Node; import javafx.scene.layout.StackPane; import javafx.scene.paint.Color; import javafx.scene.paint.Paint; import org.kordamp.ikonli.Ikon; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import static java.util.Collections.unmodifiableList; import static java.util.Objects.requireNonNull; /** * @author Andres Almiray */ public class StackedFontIcon extends StackPane implements Icon { private StyleableIntegerProperty iconSize; private StyleableObjectProperty iconColor; private ObjectProperty iconCodes; private ObjectProperty iconSizes; private ChangeListener iconSizeChangeListener = (v, o, n) -> setIconSizeOnChildren(n.intValue()); private ChangeListener iconColorChangeListener = (v, o, n) -> setIconColorOnChildren(n); private ChangeListener iconCodesChangeListener = (v, o, n) -> updateIconCodes(n); private ChangeListener iconSizesChangeListener = (v, o, n) -> updateIconSizes(n); public StackedFontIcon() { getStyleClass().setAll("stacked-ikonli-font-icon"); } public ObjectProperty iconCodesProperty() { if (iconCodes == null) { iconCodes = new StyleableObjectProperty() { @Override public Object getBean() { return StackedFontIcon.this; } @Override public String getName() { return "iconCodes"; } @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_CODES; } }; iconCodes.addListener(iconCodesChangeListener); } return iconCodes; } public IntegerProperty iconSizeProperty() { if (iconSize == null) { iconSize = new StyleableIntegerProperty(16) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_SIZE; } @Override public Object getBean() { return StackedFontIcon.this; } @Override public String getName() { return "iconSize"; } }; iconSize.addListener(iconSizeChangeListener); } return iconSize; } public ObjectProperty iconSizesProperty() { if (iconSizes == null) { iconSizes = new StyleableObjectProperty() { @Override public Object getBean() { return StackedFontIcon.this; } @Override public String getName() { return "iconSizes"; } @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_SIZES; } }; iconSizes.addListener(iconSizesChangeListener); } return iconSizes; } public ObjectProperty iconColorProperty() { if (iconColor == null) { iconColor = new StyleableObjectProperty(Color.BLACK) { @Override public CssMetaData getCssMetaData() { return StyleableProperties.ICON_COLOR; } @Override public Object getBean() { return StackedFontIcon.this; } @Override public String getName() { return "iconColor"; } }; iconColor.addListener(iconColorChangeListener); } return iconColor; } public void setIconSize(int size) { if (size <= 0) { throw new IllegalStateException("Argument 'size' must be greater than zero."); } iconSizeProperty().set(size); } public int getIconSize() { return iconSizeProperty().get(); } public void setIconColor(Paint paint) { requireNonNull(paint, "Argument 'paint' must not be null"); iconColorProperty().set(paint); } public Paint getIconColor() { return iconColorProperty().get(); } public Ikon[] getIconCodes() { Ikon[] iconFonts = iconCodesProperty().get(); return Arrays.copyOf(iconFonts, iconFonts.length); } public void setIkons(Ikon... iconCodes) { getChildren().clear(); initializeSizesIfNeeded(iconCodes); iconCodesProperty().set(iconCodes); } public void setIconCodes(Ikon[] iconCodes) { getChildren().clear(); initializeSizesIfNeeded(iconCodes); iconCodesProperty().set(iconCodes); } public void setIconCodeLiterals(String... iconCodes) { getChildren().clear(); Ikon[] codes = new Ikon[iconCodes.length]; for (int i = 0; i < iconCodes.length; i++) { codes[i] = IkonResolver.getInstance().resolveIkonHandler(iconCodes[i]).resolve(iconCodes[i]); } initializeSizesIfNeeded(iconCodes); iconCodesProperty().set(codes); } private void initializeSizesIfNeeded(Object[] iconCodes) { if (iconSizesProperty().get() == null) { Double[] sizes = new Double[iconCodes.length]; Arrays.fill(sizes, 1d); iconSizesProperty().set(sizes); } } private void updateIconCodes(Ikon[] iconCodes) { for (int index = 0; index < iconCodes.length; index++) { getChildren().add(createFontIcon(iconCodes[index], index)); } } private FontIcon createFontIcon(Ikon iconCode, int index) { FontIcon icon = new FontIcon(iconCode); icon.setIconSize(getIconSize()); icon.setIconColor(getIconColor()); int size = icon.getIconSize(); applySizeToIcon(size, icon, index); return icon; } public Number[] getIconSizes() { Number[] iconSizes = iconSizesProperty().get(); return Arrays.copyOf(iconSizes, iconSizes.length); } public void setSizes(double... iconSizes) { Number[] array = new Number[iconSizes.length]; for (int i = 0; i < array.length; i++) { array[i] = iconSizes[i]; } iconSizesProperty().set(array); } public void setIconSizes(Number[] iconSizes) { iconSizesProperty().set(iconSizes); } private void updateIconSizes(Number[] iconSizes) { iconSizesProperty().set(iconSizes); setIconSizeOnChildren(getIconSize()); } public void setColors(Paint... iconColors) { int i = 0; for (Node node : getChildren()) { if (node instanceof Icon) { ((Icon) node).setIconColor(iconColors[i++]); } } } private static class StyleableProperties { private static final CssMetaData ICON_SIZE = new CssMetaData("-fx-icon-size", SizeConverter.getInstance(), 16.0) { @Override public boolean isSettable(StackedFontIcon fontIcon) { return true; } @Override public StyleableProperty getStyleableProperty(StackedFontIcon icon) { return (StyleableProperty) icon.iconSizeProperty(); } }; private static final CssMetaData ICON_COLOR = new CssMetaData("-fx-icon-color", PaintConverter.getInstance(), Color.BLACK) { @Override public boolean isSettable(StackedFontIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(StackedFontIcon icon) { return (StyleableProperty) icon.iconColorProperty(); } }; private static final CssMetaData ICON_CODES = new CssMetaData("-fx-icon-codes", FontIconConverter.SequenceConverter.getInstance(), null) { @Override public boolean isSettable(StackedFontIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(StackedFontIcon icon) { return (StyleableProperty) icon.iconCodesProperty(); } }; private static final CssMetaData ICON_SIZES = new CssMetaData("-fx-icon-sizes", SizeConverter.SequenceConverter.getInstance(), null) { @Override public boolean isSettable(StackedFontIcon node) { return true; } @Override public StyleableProperty getStyleableProperty(StackedFontIcon icon) { return (StyleableProperty) icon.iconSizesProperty(); } }; private static final List> STYLEABLES; static { final List> styleables = new ArrayList>(StackPane.getClassCssMetaData()); styleables.add(ICON_SIZE); styleables.add(ICON_COLOR); styleables.add(ICON_CODES); styleables.add(ICON_SIZES); STYLEABLES = unmodifiableList(styleables); } } public static List> getClassCssMetaData() { return StyleableProperties.STYLEABLES; } public List> getCssMetaData() { return StackedFontIcon.getClassCssMetaData(); } private void setIconSizeOnChildren(int size) { int i = 0; for (Node node : getChildren()) { if (node instanceof Icon) { applySizeToIcon(size, (Icon) node, i++); } } } private void applySizeToIcon(int size, Icon icon, int index) { double childPercentageSize = iconSizesProperty().get()[index].doubleValue(); double newSize = size * childPercentageSize; icon.setIconSize((int) newSize); } private void setIconColorOnChildren(Paint color) { for (Node node : getChildren()) { if (node instanceof Icon) { ((Icon) node).setIconColor(color); } } } } ================================================ FILE: core/ikonli-swing/ikonli-swing.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ dependencies { api project(':ikonli-core') } ================================================ FILE: core/ikonli-swing/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.swing { exports org.kordamp.ikonli.swing; requires transitive org.kordamp.ikonli.core; requires java.desktop; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; } ================================================ FILE: core/ikonli-swing/src/main/java/org/kordamp/ikonli/swing/FontIcon.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.swing; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.ikonli.IkonResolverProvider; import javax.swing.Icon; import javax.swing.ImageIcon; import java.awt.Color; import java.awt.Component; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.image.BufferedImage; import static java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment; import static java.util.Objects.requireNonNull; /** * @author Andres Almiray */ @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FontIcon implements Icon { private static final Object LOCK = new Object[0]; private Font font; private int width = 8; private int height = 8; private int iconSize = 8; private Color iconColor = Color.BLACK; private Ikon ikon; public void paintIcon(Component c, Graphics g, int x, int y) { int w = getIconWidth(); int h = getIconHeight(); if (w <= 0 || h <= 0) return; g.translate(x, y); Color previousColor = g.getColor(); Font previousFont = g.getFont(); try { Graphics2D g2 = (Graphics2D) g; g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); g2.setFont(font); g2.setColor(iconColor); int sy = g2.getFontMetrics().getAscent(); int code = ikon.getCode(); if (code <= '\uFFFF') { g2.drawString(String.valueOf((char) code), 0, sy); } else { char[] charPair = Character.toChars(code); String symbol = new String(charPair); g2.drawString(symbol, 0, sy); } } finally { g.translate(-x, -y); g.setColor(previousColor); g.setFont(previousFont); } } public ImageIcon toImageIcon() { return toImageIcon(this); } public ImageIcon toImageIcon(Icon icon) { BufferedImage image = new BufferedImage(icon.getIconWidth(), icon.getIconHeight(), BufferedImage.TYPE_INT_ARGB); icon.paintIcon(null, image.getGraphics(), 0, 0); return new ImageIcon(image); } public Ikon getIkon() { return ikon; } public void setIkon(Ikon ikon) { requireNonNull(iconColor, "Argument 'iconFont' must not be null"); this.ikon = ikon; synchronized (LOCK) { IkonHandler ikonHandler = IkonResolverProvider.getInstance(SwingFontLoader.getInstance()).resolve(ikon.getDescription()); font = ((Font) ikonHandler.getFont()).deriveFont(Font.PLAIN, iconSize); setProperties(); } } public int getIconSize() { return iconSize; } public void setIconSize(int iconSize) { if (iconSize > 0) { this.iconSize = iconSize; if (null != font) { font = font.deriveFont(Font.PLAIN, iconSize); setProperties(); } } } protected void setProperties() { BufferedImage tmp = new BufferedImage(iconSize, iconSize, BufferedImage.TYPE_INT_ARGB); Graphics2D g2 = getLocalGraphicsEnvironment().createGraphics(tmp); g2.setFont(font); this.width = g2.getFontMetrics().charWidth(ikon.getCode()); this.height = g2.getFontMetrics().getHeight(); g2.dispose(); } public Color getIconColor() { return iconColor; } public void setIconColor(Color iconColor) { requireNonNull(iconColor, "Argument 'iconColor' must not be null"); this.iconColor = iconColor; } public int getIconHeight() { return height; } public int getIconWidth() { return width; } public static FontIcon of(Ikon ikon) { return of(ikon, 8, Color.BLACK); } public static FontIcon of(Ikon ikon, int iconSize) { return of(ikon, iconSize, Color.BLACK); } public static FontIcon of(Ikon ikon, Color iconColor) { return of(ikon, 8, iconColor); } public static FontIcon of(Ikon ikon, int iconSize, Color iconColor) { FontIcon icon = new FontIcon(); icon.setIkon(ikon); icon.setIconSize(iconSize); icon.setIconColor(iconColor); return icon; } } ================================================ FILE: core/ikonli-swing/src/main/java/org/kordamp/ikonli/swing/SwingFontLoader.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.swing; import org.kordamp.ikonli.FontLoader; import org.kordamp.ikonli.IkonHandler; import java.awt.Font; import java.awt.FontFormatException; import java.awt.GraphicsEnvironment; import java.io.IOException; import java.io.InputStream; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; @org.osgi.service.component.annotations.Component(service = FontLoader.class) public class SwingFontLoader implements FontLoader { private static final Map FONTS = new ConcurrentHashMap<>(); @Override public void loadFont(IkonHandler handler) { String fontResource = handler.getFontResource().toExternalForm(); Font font = FONTS.computeIfAbsent(fontResource, key -> { try (InputStream stream = handler.getFontResourceAsStream()) { if (stream == null) { throw new IllegalStateException("Font resource not found: " + fontResource); } Font newFont = Font.createFont(Font.TRUETYPE_FONT, stream); GraphicsEnvironment.getLocalGraphicsEnvironment().registerFont(newFont); return newFont; } catch (FontFormatException | IOException e) { throw new IllegalStateException("Failed to load font from " + fontResource, e); } }); handler.setFont(font); } public static FontLoader getInstance() { return new SwingFontLoader(); } } ================================================ FILE: docs/guide/guide.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ plugins { id 'org.kordamp.gradle.guide' id 'org.ajoberstar.git-publish' } class GenerateIconCheatSheetTask extends DefaultTask { @Input String packName @Input String iconName @Input String prefix @Input String iconClassName @Input Integer shortNameSize @Input Boolean dataGlyph @Input @Optional String classifier @TaskAction def generate() { GroovyClassLoader gcl = new GroovyClassLoader() gcl.addClasspath(project.project(':ikonli-core').file('build/classes/java/main').absolutePath) gcl.addClasspath(project.project(":ikonli-${packName}-pack").file('build/classes/java/main').absolutePath) gcl.addClasspath(project.project(":ikonli-${packName}-pack").file('build/resources/java/main').absolutePath) def iconFontClass = gcl.loadClass(iconClassName, true) int index = 1 String document = ''' The following table shows all available icons. [columns="1,3,2,^", options="header"] |=== | Index | Enum | Name | Icon '''.stripIndent(8) iconFontClass.values().each { font -> document += "| ${index++} " document += "| ${font} " document += "| ${font.description} " if (dataGlyph) { document += "| pass:[] " } else { document += "| pass:[] " } document += '\n' } document += '|===\n' document += '\n\n' File f = project.file("${project.buildDir}/tmp/_${packName + (classifier ? '_' + classifier : '')}_cheat_sheet.adoc") f.parentFile.mkdirs() f.text = document } } def createIconGenerationTask(Map args) { Map realArgs = [*: args] realArgs.get('dataGlyph', false) realArgs.get('shortNameSize', 3) realArgs.get('iconName', realArgs.packName) String name = realArgs.packName + (realArgs.classifier ? realArgs.classifier.capitalize() : '') Task task = project.tasks.create(type: GenerateIconCheatSheetTask, name: "${name}GenerateIconCheatSheet") task.packName = realArgs.packName task.iconName = realArgs.iconName task.prefix = realArgs.prefix ?: realArgs.iconName task.iconClassName = realArgs.iconClassName task.shortNameSize = realArgs.shortNameSize task.dataGlyph = realArgs.dataGlyph task.classifier = realArgs.classifier task.dependsOn(project(':ikonli-core').classes) task.dependsOn(project(":ikonli-${realArgs.packName}-pack").classes) task } project.ext.versions = [ antdesignicons : project.antdesigniconsVersion, bootstrapicons : project.bootstrapiconsVersion, boxicons : project.boxiconsVersion, bpmn : project.bpmnVersion, bytedance : project.bytedanceVersion, captainicon : project.captainiconVersion, carbonicons : project.carboniconsVersion, codicons : project.codiconsVersion, coreui : project.coreuiVersion, dashicons : project.dashiconsVersion, devicons : project.deviconsVersion, elusive : project.elusiveVersion, entypo : project.entypoVersion, evaicons : project.evaiconsVersion, feather : project.featherVersion, fileicons : project.fileiconsVersion, fluentui : project.fluentuiVersion, fontawesome : project.fontawesomeVersion, fontawesome5 : project.fontawesome5Version, fontawesome6 : project.fontawesome6Version, fontelico : project.fontelicoVersion, foundation : project.foundationVersion, icomoon : project.icomoonVersion, hawcons : project.hawconsVersion, ionicons : project.ioniconsVersion, ionicons4 : project.ionicons4Version, jamicons : project.jamiconsVersion, ligaturesymbols : project.ligaturesymbolsVersion, lineawesome : project.lineawesomeVersion, linecons : project.lineconsVersion, maki : project.makiVersion, maki2 : project.maki2Version, mapicons : project.mapiconsVersion, material : project.materialVersion, material2 : project.material2Version, materialdesign : project.materialdesignVersion, materialdesign2 : project.materialdesign2Version, medicons : project.mediconsVersion, metrizeicons : project.metrizeiconsVersion, microns : project.micronsVersion, ociicons : project.ociiconsVersion, octicons : project.octiconsVersion, openiconic : project.openiconicVersion, paymentfont : project.paymentfontVersion, prestashopicons : project.prestashopiconsVersion, remixicon : project.remixiconVersion, runestroicons : project.runestroiconsVersion, simpleicons : project.simpleiconsVersion, simplelineicons : project.simplelineiconsVersion, subway : project.subwayVersion, themify : project.themifyVersion, typicons : project.typiconsVersion, unicons : project.uniconsVersion, weathericons : project.weathericonsVersion, websymbols : project.websymbolsVersion, whhg : project.whhgVersion, win10 : project.win10Version, zondicons : project.zondiconsVersion ] asciidoctor { dependsOn createIconGenerationTask(packName: 'devicons', iconClassName: 'org.kordamp.ikonli.devicons.Devicons'), createIconGenerationTask(packName: 'antdesignicons', iconClassName: 'org.kordamp.ikonli.antdesignicons.AntDesignIconsFilled', iconName: 'antf', shortNameSize: 5, classifier: 'filled'), createIconGenerationTask(packName: 'antdesignicons', iconClassName: 'org.kordamp.ikonli.antdesignicons.AntDesignIconsOutlined', iconName: 'anto', shortNameSize: 5, classifier: 'outlined'), createIconGenerationTask(packName: 'bootstrapicons', iconClassName: 'org.kordamp.ikonli.bootstrapicons.BootstrapIcons', iconName: 'bi'), createIconGenerationTask(packName: 'boxicons', iconClassName: 'org.kordamp.ikonli.boxicons.BoxiconsLogos', iconName: 'bxl', shortNameSize: 4, classifier: 'logos'), createIconGenerationTask(packName: 'boxicons', iconClassName: 'org.kordamp.ikonli.boxicons.BoxiconsRegular', iconName: 'bx', shortNameSize: 3, classifier: 'regular'), createIconGenerationTask(packName: 'boxicons', iconClassName: 'org.kordamp.ikonli.boxicons.BoxiconsSolid', iconName: 'bxs', shortNameSize: 4, classifier: 'solid'), createIconGenerationTask(packName: 'bpmn', iconClassName: 'org.kordamp.ikonli.bpmn.Bpmn', shortNameSize: 5), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsThinAL', iconName: 'bd1', shortNameSize: 4, classifier: 'thinal'), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsThinMZ', iconName: 'bd1', shortNameSize: 4, classifier: 'thinmz'), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsRegularAL', iconName: 'bd2', shortNameSize: 4, classifier: 'regularal'), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsRegularMZ', iconName: 'bd2', shortNameSize: 4, classifier: 'regularmz'), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsBoldAL', iconName: 'bd3', shortNameSize: 4, classifier: 'boldal'), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsBoldMZ', iconName: 'bd3', shortNameSize: 4, classifier: 'boldmz'), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsExtraBoldAL', iconName: 'bd4', shortNameSize: 4, classifier: 'extraboldal'), createIconGenerationTask(packName: 'bytedance', iconClassName: 'org.kordamp.ikonli.bytedance.BytedanceIconsExtraBoldMZ', iconName: 'bd4', shortNameSize: 4, classifier: 'extraboldmz'), createIconGenerationTask(packName: 'captainicon', iconClassName: 'org.kordamp.ikonli.captainicon.Captainicon', iconName: 'captainicon', shortNameSize: 12), createIconGenerationTask(packName: 'carbonicons', iconClassName: 'org.kordamp.ikonli.carbonicons.CarbonIcons', iconName: 'ci'), createIconGenerationTask(packName: 'codicons', iconClassName: 'org.kordamp.ikonli.codicons.Codicons', iconName: 'codicon', shortNameSize: 8), createIconGenerationTask(packName: 'coreui', iconClassName: 'org.kordamp.ikonli.coreui.CoreUiBrands', iconName: 'cib', shortNameSize: 4, classifier: 'brands'), createIconGenerationTask(packName: 'coreui', iconClassName: 'org.kordamp.ikonli.coreui.CoreUiFree', iconName: 'cil', shortNameSize: 4, classifier: 'free'), createIconGenerationTask(packName: 'dashicons', iconClassName: 'org.kordamp.ikonli.dashicons.Dashicons', iconName: 'dashicons', shortNameSize: 10), createIconGenerationTask(packName: 'elusive', iconClassName: 'org.kordamp.ikonli.elusive.Elusive', iconName: 'el-icon', shortNameSize: 4), createIconGenerationTask(packName: 'entypo', iconClassName: 'org.kordamp.ikonli.entypo.Entypo', iconName: 'enty', shortNameSize: 5), createIconGenerationTask(packName: 'evaicons', iconClassName: 'org.kordamp.ikonli.evaicons.Evaicons', iconName: 'eva', shortNameSize: 4), createIconGenerationTask(packName: 'feather', iconClassName: 'org.kordamp.ikonli.feather.Feather', iconName: 'fth', shortNameSize: 4), createIconGenerationTask(packName: 'fileicons', iconClassName: 'org.kordamp.ikonli.fileicons.FileIcons', iconName: 'file', shortNameSize: 5), createIconGenerationTask(packName: 'fluentui', iconClassName: 'org.kordamp.ikonli.fluentui.FluentUiFilledAL', iconName: 'fltf', shortNameSize: 7, classifier: 'fal'), createIconGenerationTask(packName: 'fluentui', iconClassName: 'org.kordamp.ikonli.fluentui.FluentUiFilledMZ', iconName: 'fltf', shortNameSize: 7, classifier: 'fmz'), createIconGenerationTask(packName: 'fluentui', iconClassName: 'org.kordamp.ikonli.fluentui.FluentUiRegularAL', iconName: 'fltr', shortNameSize: 7, classifier: 'ral'), createIconGenerationTask(packName: 'fluentui', iconClassName: 'org.kordamp.ikonli.fluentui.FluentUiRegularMZ', iconName: 'fltr', shortNameSize: 7, classifier: 'rmz'), createIconGenerationTask(packName: 'fontawesome', iconClassName: 'org.kordamp.ikonli.fontawesome.FontAwesome', iconName: 'fa'), createIconGenerationTask(packName: 'fontawesome5', iconClassName: 'org.kordamp.ikonli.fontawesome5.FontAwesomeBrands', iconName: 'fab', prefix: 'fa', shortNameSize: 4, classifier: 'brands'), createIconGenerationTask(packName: 'fontawesome5', iconClassName: 'org.kordamp.ikonli.fontawesome5.FontAwesomeRegular', iconName: 'far', prefix: 'fa', shortNameSize: 4, classifier: 'regular'), createIconGenerationTask(packName: 'fontawesome5', iconClassName: 'org.kordamp.ikonli.fontawesome5.FontAwesomeSolid', iconName: 'fas', prefix: 'fa', shortNameSize: 4, classifier: 'solid'), createIconGenerationTask(packName: 'fontawesome6', iconClassName: 'org.kordamp.ikonli.fontawesome6.FontAwesomeBrands', iconName: 'fab', prefix: 'fa', shortNameSize: 4, classifier: 'brands'), createIconGenerationTask(packName: 'fontawesome6', iconClassName: 'org.kordamp.ikonli.fontawesome6.FontAwesomeRegular', iconName: 'far', prefix: 'fa', shortNameSize: 4, classifier: 'regular'), createIconGenerationTask(packName: 'fontawesome6', iconClassName: 'org.kordamp.ikonli.fontawesome6.FontAwesomeSolid', iconName: 'fas', prefix: 'fa', shortNameSize: 4, classifier: 'solid'), createIconGenerationTask(packName: 'fontelico', iconClassName: 'org.kordamp.ikonli.fontelico.Fontelico', shortNameSize: 4), createIconGenerationTask(packName: 'foundation', iconClassName: 'org.kordamp.ikonli.foundation.Foundation'), createIconGenerationTask(packName: 'hawcons', iconClassName: 'org.kordamp.ikonli.hawcons.HawconsFilled', iconName: 'hwf', shortNameSize: 4, classifier: 'filled'), createIconGenerationTask(packName: 'hawcons', iconClassName: 'org.kordamp.ikonli.hawcons.HawconsStroke', iconName: 'hws', shortNameSize: 4, classifier: 'stroke'), createIconGenerationTask(packName: 'icomoon', iconClassName: 'org.kordamp.ikonli.icomoon.Icomoon', iconName: 'icm', shortNameSize: 4), createIconGenerationTask(packName: 'ionicons', iconClassName: 'org.kordamp.ikonli.ionicons.Ionicons', iconName: 'ion', shortNameSize: 4), createIconGenerationTask(packName: 'ionicons4', iconClassName: 'org.kordamp.ikonli.ionicons4.Ionicons4IOS', iconName: 'ion', shortNameSize: 5, classifier: 'ios'), createIconGenerationTask(packName: 'ionicons4', iconClassName: 'org.kordamp.ikonli.ionicons4.Ionicons4Logo', iconName: 'ion', shortNameSize: 5, classifier: 'logo'), createIconGenerationTask(packName: 'ionicons4', iconClassName: 'org.kordamp.ikonli.ionicons4.Ionicons4Material', iconName: 'ion', shortNameSize: 5, classifier: 'material'), createIconGenerationTask(packName: 'jamicons', iconClassName: 'org.kordamp.ikonli.jam.Jam', iconName: 'jam', shortNameSize: 4), createIconGenerationTask(packName: 'ligaturesymbols', iconClassName: 'org.kordamp.ikonli.ligaturesymbols.LigatureSymbols', iconName: 'lsf', shortNameSize: 4), createIconGenerationTask(packName: 'lineawesome', iconClassName: 'org.kordamp.ikonli.lineawesome.LineAwesomeBrands', iconName: 'lab', prefix: 'la', shortNameSize: 4, classifier: 'brands'), createIconGenerationTask(packName: 'lineawesome', iconClassName: 'org.kordamp.ikonli.lineawesome.LineAwesomeRegular', iconName: 'lar', prefix: 'la', shortNameSize: 4, classifier: 'regular'), createIconGenerationTask(packName: 'lineawesome', iconClassName: 'org.kordamp.ikonli.lineawesome.LineAwesomeSolid', iconName: 'las', prefix: 'la', shortNameSize: 4, classifier: 'solid'), createIconGenerationTask(packName: 'linecons', iconClassName: 'org.kordamp.ikonli.linecons.Linecons', iconName: 'li'), createIconGenerationTask(packName: 'maki', iconClassName: 'org.kordamp.ikonli.maki.Maki', shortNameSize: 5), createIconGenerationTask(packName: 'maki2', iconClassName: 'org.kordamp.ikonli.maki2.Maki2', shortNameSize: 6), createIconGenerationTask(packName: 'mapicons', iconClassName: 'org.kordamp.ikonli.mapicons.Mapicons', iconName: 'map-icon', shortNameSize: 9), createIconGenerationTask(packName: 'material', iconClassName: 'org.kordamp.ikonli.material.Material', iconName: 'gmi', shortNameSize: 4), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2AL', iconName: 'md', prefix: 'md', shortNameSize: 5, classifier: 'al'), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2MZ', iconName: 'md', prefix: 'md', shortNameSize: 5, classifier: 'mz'), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2OutlinedAL', iconName: 'mdo', prefix: 'mdo', shortNameSize: 6, classifier: 'oal'), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2OutlinedMZ', iconName: 'mdo', prefix: 'mdo', shortNameSize: 6, classifier: 'omz'), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2RoundAL', iconName: 'mdr', prefix: 'mdr', shortNameSize: 6, classifier: 'ral'), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2RoundMZ', iconName: 'mdr', prefix: 'mdr', shortNameSize: 6, classifier: 'rmz'), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2SharpAL', iconName: 'mds', prefix: 'mds', shortNameSize: 6, classifier: 'sal'), createIconGenerationTask(packName: 'material2', iconClassName: 'org.kordamp.ikonli.material2.Material2SharpMZ', iconName: 'mds', prefix: 'mds', shortNameSize: 6, classifier: 'smz'), createIconGenerationTask(packName: 'materialdesign', iconClassName: 'org.kordamp.ikonli.materialdesign.MaterialDesign', iconName: 'mdi', shortNameSize: 4), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignA', iconName: 'mdi2', shortNameSize: 6, classifier: 'a'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignB', iconName: 'mdi2', shortNameSize: 6, classifier: 'b'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignC', iconName: 'mdi2', shortNameSize: 6, classifier: 'c'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignD', iconName: 'mdi2', shortNameSize: 6, classifier: 'd'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignE', iconName: 'mdi2', shortNameSize: 6, classifier: 'e'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignF', iconName: 'mdi2', shortNameSize: 6, classifier: 'f'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignG', iconName: 'mdi2', shortNameSize: 6, classifier: 'g'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignH', iconName: 'mdi2', shortNameSize: 6, classifier: 'h'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignI', iconName: 'mdi2', shortNameSize: 6, classifier: 'i'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignJ', iconName: 'mdi2', shortNameSize: 6, classifier: 'j'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignK', iconName: 'mdi2', shortNameSize: 6, classifier: 'k'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignL', iconName: 'mdi2', shortNameSize: 6, classifier: 'l'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignM', iconName: 'mdi2', shortNameSize: 6, classifier: 'm'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignN', iconName: 'mdi2', shortNameSize: 6, classifier: 'n'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignO', iconName: 'mdi2', shortNameSize: 6, classifier: 'o'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignP', iconName: 'mdi2', shortNameSize: 6, classifier: 'p'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignQ', iconName: 'mdi2', shortNameSize: 6, classifier: 'q'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignR', iconName: 'mdi2', shortNameSize: 6, classifier: 'r'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignS', iconName: 'mdi2', shortNameSize: 6, classifier: 's'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignT', iconName: 'mdi2', shortNameSize: 6, classifier: 't'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignU', iconName: 'mdi2', shortNameSize: 6, classifier: 'u'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignV', iconName: 'mdi2', shortNameSize: 6, classifier: 'v'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignW', iconName: 'mdi2', shortNameSize: 6, classifier: 'w'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignX', iconName: 'mdi2', shortNameSize: 6, classifier: 'x'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignY', iconName: 'mdi2', shortNameSize: 6, classifier: 'y'), createIconGenerationTask(packName: 'materialdesign2', iconClassName: 'org.kordamp.ikonli.materialdesign2.MaterialDesignZ', iconName: 'mdi2', shortNameSize: 6, classifier: 'z'), createIconGenerationTask(packName: 'medicons', iconClassName: 'org.kordamp.ikonli.medicons.Medicons', iconName: 'medicon', shortNameSize: 8), createIconGenerationTask(packName: 'metrizeicons', iconClassName: 'org.kordamp.ikonli.metrizeicons.MetrizeIcons', iconName: 'met', shortNameSize: 4), createIconGenerationTask(packName: 'microns', iconClassName: 'org.kordamp.ikonli.microns.Microns', iconName: 'mu'), createIconGenerationTask(packName: 'ociicons', iconClassName: 'org.kordamp.ikonli.ociicons.Ociicons', iconName: 'oci', shortNameSize: 4), createIconGenerationTask(packName: 'octicons', iconClassName: 'org.kordamp.ikonli.octicons.Octicons', iconName: 'octicon', shortNameSize: 4), createIconGenerationTask(packName: 'openiconic', iconClassName: 'org.kordamp.ikonli.openiconic.Openiconic', iconName: 'oi', dataGlyph: true), createIconGenerationTask(packName: 'paymentfont', iconClassName: 'org.kordamp.ikonli.paymentfont.PaymentFont', iconName: 'pf', shortNameSize: 3), createIconGenerationTask(packName: 'prestashopicons', iconClassName: 'org.kordamp.ikonli.prestashopicons.PrestaShopIcons', iconName: 'ps', shortNameSize: 3), createIconGenerationTask(packName: 'remixicon', iconClassName: 'org.kordamp.ikonli.remixicon.RemixiconAL', iconName: 'remix', shortNameSize: 8, classifier: 'al'), createIconGenerationTask(packName: 'remixicon', iconClassName: 'org.kordamp.ikonli.remixicon.RemixiconMZ', iconName: 'remix', shortNameSize: 8, classifier: 'mz'), createIconGenerationTask(packName: 'runestroicons', iconClassName: 'org.kordamp.ikonli.runestroicons.Runestroicons', iconName: 'ri'), createIconGenerationTask(packName: 'simpleicons', iconClassName: 'org.kordamp.ikonli.simpleicons.SimpleIcons', iconName: 'si'), createIconGenerationTask(packName: 'simplelineicons', iconClassName: 'org.kordamp.ikonli.simplelineicons.SimpleLineIcons', iconName: 'sil', shortNameSize: 4), createIconGenerationTask(packName: 'subway', iconClassName: 'org.kordamp.ikonli.subway.Subway', iconName: 'subway', shortNameSize: 7), createIconGenerationTask(packName: 'themify', iconClassName: 'org.kordamp.ikonli.themify.Themify', iconName: 'ti', shortNameSize: 3), createIconGenerationTask(packName: 'typicons', iconClassName: 'org.kordamp.ikonli.typicons.Typicons', iconName: 'typcn', shortNameSize: 4), createIconGenerationTask(packName: 'unicons', iconClassName: 'org.kordamp.ikonli.unicons.UniconsLine', iconName: 'unil', shortNameSize: 5, classifier: 'line'), createIconGenerationTask(packName: 'unicons', iconClassName: 'org.kordamp.ikonli.unicons.UniconsMonochrome', iconName: 'unim', shortNameSize: 5, classifier: 'monochrome'), createIconGenerationTask(packName: 'unicons', iconClassName: 'org.kordamp.ikonli.unicons.UniconsSolid', iconName: 'unis', shortNameSize: 5, classifier: 'solid'), createIconGenerationTask(packName: 'weathericons', iconClassName: 'org.kordamp.ikonli.weathericons.WeatherIcons', iconName: 'wi'), createIconGenerationTask(packName: 'websymbols', iconClassName: 'org.kordamp.ikonli.websymbols.Websymbols', iconName: 'websymbols'), createIconGenerationTask(packName: 'whhg', iconClassName: 'org.kordamp.ikonli.whhg.WhhgAL', iconName: 'whhg', shortNameSize: 7, classifier: 'al'), createIconGenerationTask(packName: 'whhg', iconClassName: 'org.kordamp.ikonli.whhg.WhhgMZ', iconName: 'whhg', shortNameSize: 7, classifier: 'mz'), createIconGenerationTask(packName: 'win10', iconClassName: 'org.kordamp.ikonli.win10.Win10', iconName: 'win10', shortNameSize: 6), createIconGenerationTask(packName: 'zondicons', iconClassName: 'org.kordamp.ikonli.zondicons.Zondicons', iconName: 'zondi', shortNameSize: 6) attributes = [ ikonliJdk8Version : project.ikonliJdk8Version, antdesigniconsVersion : project.antdesigniconsVersion, bootstrapiconsVersion : project.bootstrapiconsVersion, boxiconsVersion : project.boxiconsVersion, bpmnVersion : project.bpmnVersion, bytedanceVersion : project.bytedanceVersion, captainiconVersion : project.captainiconVersion, carboniconsVersion : project.carboniconsVersion, codiconsVersion : project.codiconsVersion, coreuiVersion : project.coreuiVersion, dashiconsVersion : project.dashiconsVersion, deviconsVersion : project.deviconsVersion, elusiveVersion : project.elusiveVersion, entypoVersion : project.entypoVersion, evaiconsVersion : project.evaiconsVersion, featherVersion : project.featherVersion, fileiconsVersion : project.fileiconsVersion, fluentuiVersion : project.fluentuiVersion, fontawesomeVersion : project.fontawesomeVersion, fontawesome5Version : project.fontawesome5Version, fontawesome6Version : project.fontawesome6Version, fontelicoVersion : project.fontelicoVersion, foundationVersion : project.foundationVersion, icomoonVersion : project.icomoonVersion, hawconsVersion : project.hawconsVersion, ioniconsVersion : project.ioniconsVersion, ionicons4Version : project.ionicons4Version, jamiconsVersion : project.jamiconsVersion, ligaturesymbolsVersion : project.ligaturesymbolsVersion, lineawesomeVersion : project.lineawesomeVersion, lineconsVersion : project.lineconsVersion, makiVersion : project.makiVersion, maki2Version : project.maki2Version, mapiconsVersion : project.mapiconsVersion, materialVersion : project.materialVersion, material2Version : project.material2Version, materialdesignVersion : project.materialdesignVersion, materialdesign2Version : project.materialdesign2Version, mediconsVersion : project.mediconsVersion, metrizeiconsVersion : project.metrizeiconsVersion, micronsVersion : project.micronsVersion, ociiconsVersion : project.ociiconsVersion, octiconsVersion : project.octiconsVersion, openiconicVersion : project.openiconicVersion, paymentfontVersion : project.paymentfontVersion, prestashopiconsVersion : project.prestashopiconsVersion, remixiconVersion : project.remixiconVersion, runestroiconsVersion : project.runestroiconsVersion, simpleiconsVersion : project.simpleiconsVersion, simplelineiconsVersion : project.simplelineiconsVersion, subwayVersion : project.subwayVersion, themifyVersion : project.themifyVersion, typiconsVersion : project.typiconsVersion, uniconsVersion : project.uniconsVersion, weathericonsVersion : project.weathericonsVersion, websymbolsVersion : project.websymbolsVersion, whhgVersion : project.whhgVersion, win10Version : project.win10Version, zondiconsVersion : project.zondiconsVersion ] sources { include '*.adoc' } resources { from file('src/resources') project.ext.versions.each { k, v -> from(project(":ikonli-${k}-pack").file("src/main/resources/META-INF/resources/${k}/${v}")) { into(k) } } } } ================================================ FILE: docs/guide/src/docs/asciidoc/authoring.adoc ================================================ [[_authoring]] = Authoring Follow these steps to create and register custom icons. == Define an Ikon class Create an Enum that implements the `org.kordamp.ikonli.Ikon` type. Each enum entry should define the icon's description and code. Make sure to use a unique prefix in the description, for example [source,java] .MyIcon.java ---- package com.acme.mine; import org.kordamp.ikonli.Ikon; public enum MyIcon implements Ikon { ICON_NAME("my-icon-name", '\ue600'); public static MyIcon findByDescription(String description) { for (MyIcon font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; MyIcon(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ---- == Define an Ikon handler Implement the `org.kordamp.ikonli.IkonHandler` interface. [source,java] .MyIconIkonHandler.java ---- package com.acme.mine; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import java.io.InputStream; import java.net.URL; @ServiceProviderFor(IkonHandler.class) // <1> public class MyIconIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/myicon/1.2.3/fonts/myicon.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("my-"); // <2> } @Override public Ikon resolve(String description) { return MyIcon.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); // <3> } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); // <3> } @Override public String getFontFamily() { return "MyIcon-Font"; // <4> } } ---- <1> Generates an entry at `META-INF/services/org.kordamp.ikonli.IkonHandler`. <2> Note the use of the icon prefix. <3> Locate the font resource. <4> Name of the font family. The use of the `@ServiceProviderFor` annotation requires having link:https://github.com/kordamp/jipsy/[jipsy] configured as an annotation processor. You may skip this dependency and manually create the service file yourself. You must provide a service entry if the icon is to be consumed in the classpath, as not everyone uses the modulepath. [source,java] .META-INF/services/org.kordamp.ikonli.IkonHandler ---- com.acme.mine.MyIconIkonHandler ---- == Define an Ikon provider Implement the `org.kordamp.ikonli.IkonProvider` interface. [source,java] .MyIconIkonProvider.java ---- package com.acme.mine; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; @ServiceProviderFor(IkonProvider.class) // <1> public class MyIconIkonProvider implements IkonProvider { @Override public Class getIkon() { return MyIcon.class; } } ---- <1> Generates an entry at `META-INF/services/org.kordamp.ikonli.IkonProvider`. The use of the `@ServiceProviderFor` annotation requires having link:https://github.com/kordamp/jipsy/[jipsy] configured as an annotation processor. You may skip this dependency and manually create the service file yourself. You must provide a service entry if the icon is to be consumed in the classpath, as not everyone uses the modulepath. [source,java] .META-INF/services/org.kordamp.ikonli.IkonProvider ---- com.acme.mine.MyIconIkonProvider ---- == Configure the module descriptor (Optional) If you're building a Java module then you must register the previous implementations in a module descriptor [source,java] .module-info.java ---- module com.acme.mine { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; // <1> exports com.acme.mine; provides org.kordamp.ikonli.IkonHandler with com.acme.mine.MyIconIkonHandler; provides org.kordamp.ikonli.IkonProvider with com.acme.mine.MyIconIkonProvider; } ---- <1> Needed only if you use link:https://github.com/kordamp/jipsy/[jipsy]. ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-antdesignicons.adoc ================================================ = AntDesignIcons Use the indicated enum type for each set. == Filled (AntDesignIconsFilled) ++++ ++++ include::{gradle-projectdir}/build/tmp/_antdesignicons_filled_cheat_sheet.adoc[] == Outlined (BoxiconsOutlined) ++++ ++++ include::{gradle-projectdir}/build/tmp/_antdesignicons_outlined_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-bootstrapicons.adoc ================================================ = BootstrapIcons ++++ ++++ include::{gradle-projectdir}/build/tmp/_bootstrapicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-boxicons.adoc ================================================ = Boxicons Use the indicated enum type for each set. == Logos (BoxiconsLogos) ++++ ++++ include::{gradle-projectdir}/build/tmp/_boxicons_logos_cheat_sheet.adoc[] == Regular (BoxiconsRegular) include::{gradle-projectdir}/build/tmp/_boxicons_regular_cheat_sheet.adoc[] == Solid (BoxiconsSolid) include::{gradle-projectdir}/build/tmp/_boxicons_solid_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-bpmn.adoc ================================================ = Bpmn ++++ ++++ include::{gradle-projectdir}/build/tmp/_bpmn_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-bytedance.adoc ================================================ = BytedanceIcons Use the indicated enum type for each set. ++++ ++++ == Thin A-L (BytedanceIconsThinAL) include::{gradle-projectdir}/build/tmp/_bytedance_thinal_cheat_sheet.adoc[] == Thin M-Z (BytedanceIconsThinMZ) include::{gradle-projectdir}/build/tmp/_bytedance_thinmz_cheat_sheet.adoc[] ++++ ++++ == Regular A-L (BytedanceIconsRegularAL) include::{gradle-projectdir}/build/tmp/_bytedance_regularal_cheat_sheet.adoc[] == Regular M-Z (BytedanceIconsRegularMZ) include::{gradle-projectdir}/build/tmp/_bytedance_regularmz_cheat_sheet.adoc[] ++++ ++++ == Bold A-L (BytedanceIconsBoldAL) include::{gradle-projectdir}/build/tmp/_bytedance_boldal_cheat_sheet.adoc[] == Bold M-Z (BytedanceIconsBoldMZ) include::{gradle-projectdir}/build/tmp/_bytedance_boldmz_cheat_sheet.adoc[] ++++ ++++ == ExtraBold A-L (BytedanceIconsExtraBoldAL) include::{gradle-projectdir}/build/tmp/_bytedance_extraboldal_cheat_sheet.adoc[] == ExtraBold M-Z (BytedanceIconsExtraBoldMZ) include::{gradle-projectdir}/build/tmp/_bytedance_extraboldmz_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-captainicon.adoc ================================================ = Captainicon ++++ ++++ include::{gradle-projectdir}/build/tmp/_captainicon_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-carbonicons.adoc ================================================ = CarbonIcons ++++ ++++ include::{gradle-projectdir}/build/tmp/_carbonicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-codicons.adoc ================================================ = Codicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_codicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-coreui.adoc ================================================ = CoreUI Use the indicated enum type for each set. == Brands (CoreUIBrands) ++++ ++++ include::{gradle-projectdir}/build/tmp/_coreui_brands_cheat_sheet.adoc[] == Free (CoreUIFree) ++++ ++++ include::{gradle-projectdir}/build/tmp/_coreui_free_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-dashicons.adoc ================================================ = Dashicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_dashicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-devicons.adoc ================================================ = Devicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_devicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-elusive.adoc ================================================ = Elusive ++++ ++++ include::{gradle-projectdir}/build/tmp/_elusive_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-entypo.adoc ================================================ = Entypo ++++ ++++ include::{gradle-projectdir}/build/tmp/_entypo_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-evaicons.adoc ================================================ = Evaicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_evaicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-feather.adoc ================================================ = Feather ++++ ++++ include::{gradle-projectdir}/build/tmp/_feather_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-fileicons.adoc ================================================ = Fileicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_fileicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-fluentui.adoc ================================================ = FluentUI Use the indicated enum type for each set. ++++ ++++ Use the indicated enum type for each set. == Filled A-L (FluentUIFilledAL) include::{gradle-projectdir}/build/tmp/_fluentui_fal_cheat_sheet.adoc[] == Filled M-Z (FluentUIFilledMZ) include::{gradle-projectdir}/build/tmp/_fluentui_fmz_cheat_sheet.adoc[] ++++ ++++ == Regular A-L (FluentUIRegularAL) include::{gradle-projectdir}/build/tmp/_fluentui_ral_cheat_sheet.adoc[] == Regular M-Z (FluentUIRegularMZ) include::{gradle-projectdir}/build/tmp/_fluentui_rmz_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-fontawesome.adoc ================================================ = Fontawesome ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontawesome_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-fontawesome5.adoc ================================================ = Fontawesome5 Use the indicated enum type for each set. == Brands (FontAwesomeBrands) ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontawesome5_brands_cheat_sheet.adoc[] == Regular (FontAwesomeRegular) ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontawesome5_regular_cheat_sheet.adoc[] == Solid (FontAwesomeSolid) ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontawesome5_solid_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-fontawesome6.adoc ================================================ = Fontawesome6 Use the indicated enum type for each set. == Brands (FontAwesomeBrands) ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontawesome6_brands_cheat_sheet.adoc[] == Regular (FontAwesomeRegular) ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontawesome6_regular_cheat_sheet.adoc[] == Solid (FontAwesomeSolid) ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontawesome6_solid_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-fontelico.adoc ================================================ = Fontelico ++++ ++++ include::{gradle-projectdir}/build/tmp/_fontelico_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-foundation.adoc ================================================ = Foundation ++++ ++++ include::{gradle-projectdir}/build/tmp/_foundation_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-hawcons.adoc ================================================ = Hawcons Use the indicated enum type for each set. == Filled (HawconsFilled) ++++ ++++ include::{gradle-projectdir}/build/tmp/_hawcons_filled_cheat_sheet.adoc[] == Stroke (HawconsStroke) ++++ ++++ include::{gradle-projectdir}/build/tmp/_hawcons_stroke_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-icomoon.adoc ================================================ = Icomoon ++++ ++++ include::{gradle-projectdir}/build/tmp/_icomoon_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-ionicons.adoc ================================================ = Ionicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_ionicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-ionicons4.adoc ================================================ = Ionicons4 == IOS ++++ ++++ include::{gradle-projectdir}/build/tmp/_ionicons4_IOS_cheat_sheet.adoc[] == Material ++++ ++++ include::{gradle-projectdir}/build/tmp/_ionicons4_Material_cheat_sheet.adoc[] == Logo ++++ ++++ include::{gradle-projectdir}/build/tmp/_ionicons4_Logo_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-jamicons.adoc ================================================ = Jam ++++ ++++ include::{gradle-projectdir}/build/tmp/_jamicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-ligaturesymbols.adoc ================================================ = Ligature Symbols ++++ ++++ include::{gradle-projectdir}/build/tmp/_ligaturesymbols_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-lineawesome.adoc ================================================ = Lineawesome Use the indicated enum type for each set. == Brands (LineAwesomeBrands) ++++ ++++ include::{gradle-projectdir}/build/tmp/_lineawesome_brands_cheat_sheet.adoc[] == Regular (LineAwesomeRegular) ++++ ++++ include::{gradle-projectdir}/build/tmp/_lineawesome_regular_cheat_sheet.adoc[] == Solid (LineAwesomeSolid) ++++ ++++ include::{gradle-projectdir}/build/tmp/_lineawesome_solid_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-linecons.adoc ================================================ = Linecons ++++ ++++ include::{gradle-projectdir}/build/tmp/_linecons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-maki.adoc ================================================ = Maki ++++ ++++ include::{gradle-projectdir}/build/tmp/_maki_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-maki2.adoc ================================================ = Maki2 ++++ ++++ include::{gradle-projectdir}/build/tmp/_maki2_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-mapicons.adoc ================================================ = Mapicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_mapicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-material.adoc ================================================ = Material Icons ++++ ++++ include::{gradle-projectdir}/build/tmp/_material_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-material2.adoc ================================================ = Material2 Use the indicated enum type for each set. ++++ ++++ == A-L (Material2AL) include::{gradle-projectdir}/build/tmp/_material2_al_cheat_sheet.adoc[] == M-Z (Material2MZ) include::{gradle-projectdir}/build/tmp/_material2_mz_cheat_sheet.adoc[] ++++ ++++ == Outlined A-L (MaterialOutlined2AL) include::{gradle-projectdir}/build/tmp/_material2_oal_cheat_sheet.adoc[] == Outlined M-Z (Material2OutlinedMZ) include::{gradle-projectdir}/build/tmp/_material2_omz_cheat_sheet.adoc[] ++++ ++++ == Round A-L (MaterialRound2AL) include::{gradle-projectdir}/build/tmp/_material2_ral_cheat_sheet.adoc[] == Round M-Z (Material2RoundMZ) include::{gradle-projectdir}/build/tmp/_material2_rmz_cheat_sheet.adoc[] ++++ ++++ == Sharp A-L (MaterialSharp2AL) include::{gradle-projectdir}/build/tmp/_material2_sal_cheat_sheet.adoc[] == Sharp M-Z (Material2SharpMZ) include::{gradle-projectdir}/build/tmp/_material2_smz_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-materialdesign.adoc ================================================ = Material Design Icons ++++ ++++ include::{gradle-projectdir}/build/tmp/_materialdesign_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-materialdesign2.adoc ================================================ = Material Design Icons (Latest) Use the indicated enum type for each set. ++++ ++++ Use the indicated enum type for each set. == A (MaterialDesignA) include::{gradle-projectdir}/build/tmp/_materialdesign2_a_cheat_sheet.adoc[] == B (MaterialDesignB) include::{gradle-projectdir}/build/tmp/_materialdesign2_b_cheat_sheet.adoc[] == C (MaterialDesignC) include::{gradle-projectdir}/build/tmp/_materialdesign2_c_cheat_sheet.adoc[] == D (MaterialDesignD) include::{gradle-projectdir}/build/tmp/_materialdesign2_d_cheat_sheet.adoc[] == E (MaterialDesignE) include::{gradle-projectdir}/build/tmp/_materialdesign2_e_cheat_sheet.adoc[] == F (MaterialDesignF) include::{gradle-projectdir}/build/tmp/_materialdesign2_f_cheat_sheet.adoc[] == G (MaterialDesignG) include::{gradle-projectdir}/build/tmp/_materialdesign2_g_cheat_sheet.adoc[] == H (MaterialDesignH) include::{gradle-projectdir}/build/tmp/_materialdesign2_h_cheat_sheet.adoc[] == I (MaterialDesignI) include::{gradle-projectdir}/build/tmp/_materialdesign2_i_cheat_sheet.adoc[] == J (MaterialDesignJ) include::{gradle-projectdir}/build/tmp/_materialdesign2_j_cheat_sheet.adoc[] == K (MaterialDesignK) include::{gradle-projectdir}/build/tmp/_materialdesign2_k_cheat_sheet.adoc[] == L (MaterialDesignL) include::{gradle-projectdir}/build/tmp/_materialdesign2_l_cheat_sheet.adoc[] == M (MaterialDesignM) include::{gradle-projectdir}/build/tmp/_materialdesign2_m_cheat_sheet.adoc[] == N (MaterialDesignN) include::{gradle-projectdir}/build/tmp/_materialdesign2_n_cheat_sheet.adoc[] == O (MaterialDesignO) include::{gradle-projectdir}/build/tmp/_materialdesign2_o_cheat_sheet.adoc[] == P (MaterialDesignP) include::{gradle-projectdir}/build/tmp/_materialdesign2_p_cheat_sheet.adoc[] == Q (MaterialDesignQ) include::{gradle-projectdir}/build/tmp/_materialdesign2_q_cheat_sheet.adoc[] == R (MaterialDesignR) include::{gradle-projectdir}/build/tmp/_materialdesign2_r_cheat_sheet.adoc[] == S (MaterialDesignS) include::{gradle-projectdir}/build/tmp/_materialdesign2_s_cheat_sheet.adoc[] == T (MaterialDesignT) include::{gradle-projectdir}/build/tmp/_materialdesign2_t_cheat_sheet.adoc[] == U (MaterialDesignU) include::{gradle-projectdir}/build/tmp/_materialdesign2_u_cheat_sheet.adoc[] == V (MaterialDesignV) include::{gradle-projectdir}/build/tmp/_materialdesign2_v_cheat_sheet.adoc[] == W (MaterialDesignW) include::{gradle-projectdir}/build/tmp/_materialdesign2_w_cheat_sheet.adoc[] == X (MaterialDesignX) include::{gradle-projectdir}/build/tmp/_materialdesign2_x_cheat_sheet.adoc[] == Y (MaterialDesignY) include::{gradle-projectdir}/build/tmp/_materialdesign2_y_cheat_sheet.adoc[] == Z (MaterialDesignZ) include::{gradle-projectdir}/build/tmp/_materialdesign2_z_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-medicons.adoc ================================================ = Medicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_medicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-metrizeicons.adoc ================================================ = Metrizeicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_metrizeicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-microns.adoc ================================================ = Microns ++++ ++++ include::{gradle-projectdir}/build/tmp/_microns_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-ociicons.adoc ================================================ = Ociicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_ociicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-octicons.adoc ================================================ = Octicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_octicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-openiconic.adoc ================================================ = Openiconic ++++ ++++ include::{gradle-projectdir}/build/tmp/_openiconic_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-paymentfont.adoc ================================================ = PaymentFont ++++ ++++ include::{gradle-projectdir}/build/tmp/_paymentfont_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-prestashopicons.adoc ================================================ = PrestaShopIcons ++++ ++++ include::{gradle-projectdir}/build/tmp/_prestashopicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-remixicon.adoc ================================================ = Remixicon ++++ ++++ Use the indicated enum type for each set. == A-L (RemixiconAL) include::{gradle-projectdir}/build/tmp/_remixicon_al_cheat_sheet.adoc[] == M-Z (RemixiconMZ) include::{gradle-projectdir}/build/tmp/_remixicon_mz_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-runestroicons.adoc ================================================ = Runestroicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_runestroicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-simpleicons.adoc ================================================ = SimpleIcons ++++ ++++ include::{gradle-projectdir}/build/tmp/_simpleicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-simplelineicons.adoc ================================================ = SimpleLineIcons ++++ ++++ include::{gradle-projectdir}/build/tmp/_simplelineicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-subway.adoc ================================================ = Subway ++++ ++++ include::{gradle-projectdir}/build/tmp/_subway_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-themify.adoc ================================================ = Themify ++++ ++++ include::{gradle-projectdir}/build/tmp/_themify_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-typicons.adoc ================================================ = Typicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_typicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-unicons.adoc ================================================ = Unicons Use the indicated enum type for each set. == Line (UniconsLine) ++++ ++++ include::{gradle-projectdir}/build/tmp/_unicons_line_cheat_sheet.adoc[] == Monochrome (UniconsMonochrome) ++++ ++++ include::{gradle-projectdir}/build/tmp/_unicons_monochrome_cheat_sheet.adoc[] == Solid (UniconsSolid) ++++ ++++ include::{gradle-projectdir}/build/tmp/_unicons_solid_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-weathericons.adoc ================================================ = Weathericons ++++ ++++ include::{gradle-projectdir}/build/tmp/_weathericons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-websymbols.adoc ================================================ = Websymbols ++++ ++++ include::{gradle-projectdir}/build/tmp/_websymbols_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-whhg.adoc ================================================ = Whhg ++++ ++++ Use the indicated enum type for each set. == A-L (WhhgAL) include::{gradle-projectdir}/build/tmp/_whhg_al_cheat_sheet.adoc[] == M-Z (WhhgMZ) include::{gradle-projectdir}/build/tmp/_whhg_mz_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-win10.adoc ================================================ = Win10 ++++ ++++ include::{gradle-projectdir}/build/tmp/_win10_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/cheat-sheet-zondicons.adoc ================================================ = Zondicons ++++ ++++ include::{gradle-projectdir}/build/tmp/_zondicons_cheat_sheet.adoc[] ================================================ FILE: docs/guide/src/docs/asciidoc/icon-packs.adoc ================================================ [[_cheat_sheets]] = Icon Packs == AntDesignIcons * Module: `org.kordamp.ikonli.antdesignicons` * Font version: {antdesigniconsVersion} * link:https://github.com/ant-design/ant-design-icons[] * link:cheat-sheet-antdesignicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-antdesignicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-antdesignicons-pack {project-version} ---- == Bootstrapicons * Module: `org.kordamp.ikonli.bootstrapicons` * Font version: {bootstrapiconsVersion} * link:https://github.com/twbs/icons[] * link:cheat-sheet-bootstrapicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-bootstrapicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-bootstrapicons-pack {project-version} ---- == Boxicons * Module: `org.kordamp.ikonli.boxicons` * Font version: {boxiconsVersion} * link:https://github.com/atisawd/boxicons[] * link:cheat-sheet-boxicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-boxicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-boxicons-pack {project-version} ---- == Bpmn * Module: `org.kordamp.ikonli.bpmn` * Font version: {bpmnVersion} * link:https://github.com/bpmn-io/bpmn-font[] * link:cheat-sheet-bpmn.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-bpmn-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-bpmn-pack {project-version} ---- == Bytedance * Module: `org.kordamp.ikonli.bytedance` * Font version: {bytedanceVersion} * link:https://github.com/bytedance/iconpark[] * link:cheat-sheet-bytedance.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-bytedance-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-bytedance-pack {project-version} ---- == Captainicon * Module: `org.kordamp.ikonli.captainicon` * Font version: {captainiconVersion} * link:https://mariodelvalle.github.io/CaptainIconWeb/[] * link:cheat-sheet-captainicon.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-captainicon-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-captainicon-pack {project-version} ---- == Carbonicons * Module: `org.kordamp.ikonli.carbonicons` * Font version: {carboniconsVersion} * link:https://github.com/carbon-design-system/carbon/[] * link:cheat-sheet-carbonicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-carbonicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-carbonicons-pack {project-version} ---- == Codicons * Module: `org.kordamp.ikonli.codicons` * Font version: {codiconsVersion} * link:https://github.com/microsoft/vscode-codicons[] * link:cheat-sheet-codicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-codicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-codicons-pack {project-version} ---- == CoreUI * Module: `org.kordamp.ikonli.coreui` * Font version: {coreuiVersion} * link:https://github.com/coreui/coreui-icons[] * link:cheat-sheet-coreui.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-coreui-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-coreui-pack {project-version} ---- == DashIcons * Module: `org.kordamp.ikonli.dashicons` * Font version: {dashiconsVersion} * link:https://github.com/WordPress/dashicons[] * link:cheat-sheet-dashicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-dashicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-dashicons-pack {project-version} ---- == DevIcons * Module: `org.kordamp.ikonli.devicons` * Font version: {deviconsVersion} * link:http://vorillaz.github.io/devicons/[] * link:cheat-sheet-devicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-devicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-devicons-pack {project-version} ---- == Elusive * Module: `org.kordamp.ikonli.elusive` * Font version: {elusiveVersion} * link:https://github.com/fontello/elusive.font[] * link:cheat-sheet-elusive.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-elusive-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-elusive-pack {project-version} ---- == Entypo * Module: `org.kordamp.ikonli.entypo` * Font version: {entypoVersion} * link:http://www.entypo.com[] * link:cheat-sheet-entypo.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-entypo-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-entypo-pack {project-version} ---- == EvaIcons * Module: `org.kordamp.ikonli.evaicons` * Font version: {evaiconsVersion} * link:https://akveo.github.io/eva-icons/#/[] * link:cheat-sheet-evaicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-evaicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-evaicons-pack {project-version} ---- == Feather * Module: `org.kordamp.ikonli.feather` * Font version: {featherVersion} * link:https://feathericons.com/[] * link:cheat-sheet-feather.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-feather-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-feather-pack {project-version} ---- == FileIcons * Module: `org.kordamp.ikonli.fileicons` * Font version: {fileiconsVersion} * link:https://github.com/file-icons/icons[] * link:cheat-sheet-fileicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-fileicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-fileicons-pack {project-version} ---- == FluentUI * Module: `org.kordamp.ikonli.fluentui` * Font version: {fluentuiVersion} * link:https://github.com/microsoft/fluentui-system-icons/[] * link:cheat-sheet-fluentui.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-fluentui-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-fluentui-pack {project-version} ---- == FontAwesome (Legacy) * Module: `org.kordamp.ikonli.fontawesome` * Font version: {fontawesomeVersion} * link:http://fortawesome.github.io/Font-Awesome/[] * link:cheat-sheet-fontawesome.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-fontawesome-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-fontawesome-pack {project-version} ---- == FontAwesome5 * Module: `org.kordamp.ikonli.fontawesome5` * Font version: {fontawesome5Version} * link:https://fontawesome.com[] * link:cheat-sheet-fontawesome5.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-fontawesome5-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-fontawesome5-pack {project-version} ---- == FontAwesome6 (Latest) * Module: `org.kordamp.ikonli.fontawesome6` * Font version: {fontawesome6Version} * link:https://fontawesome.com[] * link:cheat-sheet-fontawesome6.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-fontawesome6-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-fontawesome6-pack {project-version} ---- == Fontelico * Module: `org.kordamp.ikonli.fontelico` * Font version: {fontelicoVersion} * link:https://github.com/fontello/fontelico.font[] * link:cheat-sheet-fontelico.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-fontelico-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-fontelico-pack {project-version} ---- == Foundation * Module: `org.kordamp.ikonli.foundation` * Font version: {foundationVersion} * link:http://zurb.com/playground/foundation-icon-fonts-3[] * link:cheat-sheet-foundation.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-foundation-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-foundation-pack {project-version} ---- == Hawcons * Module: `org.kordamp.ikonli.hawcons` * Font version: {hawconsVersion} * link:http://hawcons.com/[] * link:cheat-sheet-hawcons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-hawcons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-hawcons-pack {project-version} ---- == Icomoon * Module: `org.kordamp.ikonli.icomoon` * Font version: {icomoonVersion} * link:https://icomoon.io/#icons-icomoon[] * link:cheat-sheet-icomoon.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-icomoon-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-icomoon-pack {project-version} ---- == Ionicons (Legacy) * Module: `org.kordamp.ikonli.ionicons` * Font version: {ioniconsVersion} * link:https://ionicons.com/v2/[] * link:cheat-sheet-ionicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-ionicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-ionicons-pack {project-version} ---- == Ionicons 4 (Latest) * Module: `org.kordamp.ikonli.ionicons4` * Font version: {ionicons4Version} * link:https://ionicons.com/[] * link:cheat-sheet-ionicons4.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-ionicons4-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-ionicons4-pack {project-version} ---- == Jam * Module: `org.kordamp.ikonli.jam` * Font version: {jamiconsVersion} * link:https://github.com/michaelampr/jam[] * link:cheat-sheet-jamicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-jamicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-jamicons-pack {project-version} ---- == Ligature Symbols * Module: `org.kordamp.ikonli.ligaturesymbols` * Font version: {ligaturesymbolsVersion} * link:http://kudakurage.com/ligature_symbols/[] * link:cheat-sheet-ligaturesymbols.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-ligaturesymbols-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-ligaturesymbols-pack {project-version} ---- == LineAwesome * Module: `org.kordamp.ikonli.lineawesome` * Font version: {lineawesomeVersion} * link:https://icons8.com/line-awesome[] * link:cheat-sheet-lineawesome.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-lineawesome-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-lineawesome-pack {project-version} ---- == Linecons * Module: `org.kordamp.ikonli.linecons` * Font version: {lineconsVersion} * link:https://designmodo.com/linecons-free/linecons[] * link:cheat-sheet-linecons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-linecons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-linecons-pack {project-version} ---- == Maki (Legacy) * Module: `org.kordamp.ikonli.maki` * Font version: {makiVersion} * link:https://github.com/mapbox/maki[] * link:cheat-sheet-maki.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-maki-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-maki-pack {project-version} ---- == Maki2 (Latest) * Module: `org.kordamp.ikonli.maki2` * Font version: {maki2Version} * link:https://github.com/mapbox/maki[] * link:cheat-sheet-maki2.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-maki2-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-maki2-pack {project-version} ---- == Mapicons * Module: `org.kordamp.ikonli.mapicons` * Font version: {mapiconsVersion} * link:https://github.com/scottdejonge/map-icons[] * link:cheat-sheet-mapicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-mapicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-mapicons-pack {project-version} ---- == Material Icons (Legacy) * Module: `org.kordamp.ikonli.material` * Font version: {materialVersion} * link:https://design.google.com/icons/[] * link:cheat-sheet-material.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-material-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-material-pack {project-version} ---- == Material2 Icons (Latest) * Module: `org.kordamp.ikonli.material2` * Font version: {material2Version} * link:https://github.com/material-icons/material-icons-font[] * link:cheat-sheet-material2.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-material2-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-material2-pack {project-version} ---- == MaterialDesign (Legacy) * Module: `org.kordamp.ikonli.materialdesign` * Font version: {materialdesignVersion} * link:https://github.com/Templarian/MaterialDesign[] * link:cheat-sheet-materialdesign.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-materialdesign-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-materialdesign-pack {project-version} ---- == MaterialDesign2 (Latest) * Module: `materialdesign2` * Font version: {materialdesign2Version} * link:https://github.com/Templarian/MaterialDesign[] * link:cheat-sheet-materialdesign2.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-materialdesign2-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-materialdesign2-pack {project-version} ---- == Medicons * Module: `org.kordamp.ikonli.medicons` * Font version: {mediconsVersion} * link:https://github.com/samcome/webfont-medical-icons[] * link:cheat-sheet-medicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-medicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-medicons-pack {project-version} ---- == Metrizeicons * Module: `org.kordamp.ikonli.metrizeicons` * Font version: {metrizeiconsVersion} * link:http://www.alessioatzeni.com/metrize-icons/[] * link:cheat-sheet-metrizeicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-metrizeicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-metrizeicons-pack {project-version} ---- == Microns * Module: `org.kordamp.ikonli.microns` * Font version: {micronsVersion} * link:https://github.com/stephenhutchings/microns[] * link:cheat-sheet-microns.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-microns-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-microns-pack {project-version} ---- == Ociicons * Module: `org.kordamp.ikonli.ociicons` * Font version: {ociiconsVersion} * link:https://github.com/opencontainers/artwork#oci-icons[] * link:cheat-sheet-ociicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-ociicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-ociicons-pack {project-version} ---- == Octicons * Module: `org.kordamp.ikonli.octicons` * Font version: {octiconsVersion} * link:https://github.com/github/octicons[] * link:cheat-sheet-octicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-octicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-octicons-pack {project-version} ---- == OpenIconic * Module: `org.kordamp.ikonli.openiconic` * Font version: {openiconicVersion} * link:https://useiconic.com/open/[] * link:cheat-sheet-openiconic.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-openiconic-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-openiconic-pack {project-version} ---- == Payment Font * Module: `org.kordamp.ikonli.paymentfont` * Font version: {paymentfontVersion} * link:https://paymentfont.com[] * link:cheat-sheet-paymentfont.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-paymentfont-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-paymentfont-pack {project-version} ---- == PrestaShop Icons * Module: `org.kordamp.ikonli.prestashopicons` * Font version: {prestashopiconsVersion} * link:https://github.com/PrestaShop/prestashop-icon-font[] * link:cheat-sheet-prestashopicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-prestashopicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-prestashopicons-pack {project-version} ---- == Remixicon * Module: `org.kordamp.ikonli.remixicon` * Font version: {remixiconVersion} * link:https://remixicon.com/[] * link:cheat-sheet-remixicon.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-remixicon-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-remixicon-pack {project-version} ---- == RunestroIcons * Module: `org.kordamp.ikonli.runestroicons` * Font version: {runestroiconsVersion} * link:http://525icons.com/[] * link:cheat-sheet-runestroicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-runestroicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-runestroicons-pack {project-version} ---- == SimpleIcons * Module: `org.kordamp.ikonli.simpleicons` * Font version: {simpleiconsVersion} * link:https://simpleicons.org/[] * link:cheat-sheet-simpleicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-simpleicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-simpleicons-pack {project-version} ---- == SimpleLineIcons * Module: `org.kordamp.ikonli.simplelineicons` * Font version: {simplelineiconsVersion} * link:https://github.com/thesabbir/simple-line-icons[] * link:cheat-sheet-simplelineicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-simplelineicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-simplelineicons-pack {project-version} ---- == Subway * Module: `org.kordamp.ikonli.subway` * Font version: {subwayVersion} * link:https://github.com/mariuszostrowski/subway[] * link:cheat-sheet-subway.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-subway-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-subway-pack {project-version} ---- == Themify * Module: `org.kordamp.ikonli.themify` * Font version: {themifyVersion} * link:https://themify.me/themify-icons[] * link:cheat-sheet-themify.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-themify-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-themify-pack {project-version} ---- == Typicons * Module: `org.kordamp.ikonli.typicons` * Font version: {typiconsVersion} * link:https://github.com/stephenhutchings/typicons.font[] * link:cheat-sheet-typicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-typicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-typicons-pack {project-version} ---- == Unicons * Module: `org.kordamp.ikonli.unicons` * Font version: {uniconsVersion} * link:https://github.com/Iconscout/unicons[] * link:cheat-sheet-unicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-unicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-unicons-pack {project-version} ---- == Weathericons * Module: `org.kordamp.ikonli.weathericons` * Font version: {weathericonsVersion} * link:http://erikflowers.github.io/weather-icons/[] * link:cheat-sheet-weathericons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-weathericons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-weathericons-pack {project-version} ---- == Websymbols * Module: `org.kordamp.ikonli.websymbols` * Font version: {websymbolsVersion} * link:http://www.justbenice.ru[] * link:cheat-sheet-websymbols.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-websymbols-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-websymbols-pack {project-version} ---- == Whhg * Module: `org.kordamp.ikonli.whhg` * Font version: {whhgVersion} * link:https://www.webhostinghub.com/glyphs/[] * link:cheat-sheet-whhg.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-whhg-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-whhg-pack {project-version} ---- == Win10 * Module: `org.kordamp.ikonli.win10` * Font version: {win10Version} * link:https://github.com/icons8/windows-10-icons[] * link:cheat-sheet-win10.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-win10-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-win10-pack {project-version} ---- == Zondicons * Module: `org.kordamp.ikonli.zondicons` * Font version: {zondiconsVersion} * link:https://www.zondicons.com/[] * link:cheat-sheet-zondicons.html[Cheat-Sheet] === Installing [source,groovy] [subs="attributes"] .gradle ---- implementation '{project-group}:ikonli-zondicons-pack:{project-version}' ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-zondicons-pack {project-version} ---- ================================================ FILE: docs/guide/src/docs/asciidoc/index.adoc ================================================ = {project-title} :author: {project-author} :revnumber: {project-version} :toclevels: 2 :docinfo1: :api_link_fonticon_javafx: link:api-xref/org/kordamp/ikonli/javafx/FontIcon.html[org.kordamp.ikonli.javafx.FontIcon, window="_blank"] :api_link_stackedfonticon_javafx: link:api-xref/org/kordamp/ikonli/javafx/StackedFontIcon.html[org.kordamp.ikonli.javafx.StackedFontIcon, window="_blank"] :api_link_fonticon_swing: link:api-xref/org/kordamp/ikonli/swing/FontIcon.html[org.kordamp.ikonli.swing.FontIcon, window="_blank"] :project-owner: kordamp :project-repo: maven :project-name: ikonli :project-group: org.kordamp.ikonli :leveloffset: 1 include::{includedir}/introduction.adoc[] include::{includedir}/usage.adoc[] include::{includedir}/icon-packs.adoc[] include::{includedir}/authoring.adoc[] = Links //// link:api/index.html[Javadoc, window="_blank"] //// link:api-html/index.html[API Sources, window="_blank"] link:api-xref/index.html[API Xref, window="_blank"] ================================================ FILE: docs/guide/src/docs/asciidoc/introduction.adoc ================================================ [[_introduction]] = Introduction Ikonli provides icon packs that can be used in Java applications. Currently Swing and JavaFX UI toolkits are supported. == Download Ikonli and all of its icon packs can be downloaded from Maven Central image:https://img.shields.io/maven-central/v/{project-group}/ikonli-core.svg?label=maven[link="https://search.maven.org/#search|ga|1|{project-group}"]. You must select a binary that matches your target UI toolkit, such as [horizontal] Swing:: ikonli-swing-{project-version} (JDK 11+) _or_ ikonli-swing-{ikonliJdk8Version} (JDK 8) JavaFX:: ikonli-javafx-{project-version} (JDK 11+) _or_ ikonli-javafx-{ikonliJdk8Version} (JDK 8) WARNING: Not all icon packs are available in the JDK8 only version (`{ikonliJdk8Version}`). Next, select any of the icon packs you want to use. You may select more than one for the same application. == Breaking Changes If you are upgrading to `12.0.0` or later be aware of the following changes: * The module names moved from `org.kordamp.iconli` to `org.kordamp.ikonli.*`. * The `icon-hawkconsfilled-pack` and `icon-hawkconsstroke-pack` icon packs were merged into a single `icon-hawkcons-pack` icon pack. * The method `getCode()` of `org.kordamp.ikonli.Ikon` now returns `int` instead of `char`. This change is needed to accomodate icon packs whose icon codes are larger than a single char, such as MaterialDesign. * The interface `org.kordamp.ikonli.IkonHandler` no longer has a method `String getFontResourcePath()`; it has two new methods instead: `URL getFontResource()` and `InputStream getFontResourceAsStream()`. ================================================ FILE: docs/guide/src/docs/asciidoc/resources/css/style.css ================================================ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600); @import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:500,700); /* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block } audio, canvas, video { display: inline-block } audio:not([controls]) { display: none; height: 0 } [hidden], template { display: none } script { display: none !important } html { background: #fff; color: #000; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0 } a { background: transparent } a:focus { outline: thin dotted } a:active, a:hover { outline: 0 } h1 { font-size: 2em; margin: .67em 0 } abbr[title] { border-bottom: 1px dotted } b, strong { font-weight: bold } dfn { font-style: italic } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0 } mark { background: #ff0; color: #000 } code, kbd, pre, samp { font-family: 'Source Code Pro', monospace, serif; font-size: 1em } pre { white-space: pre-wrap } q { quotes: "\201C" "\201D" "\2018" "\2019" } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sup { top: -.5em } sub { bottom: -.25em } img { border: 0 } svg:not(:root) { overflow: hidden } figure { margin: 0 } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em } legend { border: 0; padding: 0 } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0 } button, input { line-height: normal } button, select { text-transform: none } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer } button[disabled], html input[disabled] { cursor: default } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0 } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 } textarea { overflow: auto; vertical-align: top } table { border-collapse: collapse; border-spacing: 0 } *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } html, body { font-size: 100% } body { background: #fff; color: rgba(0, 0, 0, .8); padding: 0; margin: 0; font-family: "Noto Serif", "DejaVu Serif", serif; font-weight: 400; font-style: normal; line-height: 1; position: relative; cursor: auto } a:hover { cursor: pointer } a:focus { outline: none; } img, object, embed { max-width: 100%; height: auto } object, embed { height: 100% } img { -ms-interpolation-mode: bicubic } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important } .left { float: left !important } .right { float: right !important } .text-left { text-align: left !important } .text-right { text-align: right !important } .text-center { text-align: center !important } .text-justify { text-align: justify !important } .hide { display: none } .antialiased, body { -webkit-font-smoothing: antialiased } img { display: inline-block; vertical-align: middle } textarea { height: auto; min-height: 50px } select { width: 100% } p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6 } .subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.45; color: #7a2518; font-weight: 400; margin-top: 0; margin-bottom: .25em } div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr } a { color: #005498; text-decoration: underline; line-height: inherit } a:hover, a:focus { color: #00467f; } a img { border: none } p { font-family: inherit; font-weight: 400; font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility } p aside { font-size: .875em; line-height: 1.35; font-style: italic } h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: "Open Sans", "DejaVu Sans", sans-serif; font-weight: 300; font-style: normal; color: #222; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: .5em; line-height: 1.0125em } h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #e99b8f; line-height: 0 } h1 { font-size: 2.125em; font-weight: bold } h2 { font-size: 1.6875em; font-weight: bold } h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; font-weight: bold } h4 { font-size: 1.125em; font-weight: bold } h5 { font-size: 1.125em; font-weight: bold } h6 { font-size: 1em } hr { border: solid #ddddd8; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0 } em, i { font-style: italic; line-height: inherit } strong, b { font-weight: bold; line-height: inherit } small { font-size: 60%; line-height: inherit } code { font-family: "Source Code Pro", "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; font-weight: 400; color: #6d180b; font-size: 85%; } ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit } ul, ol, ul.no-bullet, ol.no-bullet { margin-left: 1.5em } ul.no-bullet, ol.no-bullet { margin-left: 1.5em; } ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em } ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit } ul.square { list-style-type: square } ul.circle { list-style-type: circle } ul.disc { list-style-type: disc } ul.no-bullet { list-style: none } ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0 } dl dt { margin-bottom: .3125em; font-weight: bold } dl dd { margin-bottom: 1.25em } abbr, acronym { text-transform: uppercase; font-size: 90%; color: #333333; border-bottom: 1px dotted #dddddd; cursor: help } abbr { text-transform: none } blockquote { margin: 0 0 1.25em; padding: .5625em 1.25em 0 1.1875em; border-left: 3px solid #487c58 } blockquote cite { display: block; font-size: .9375em; color: #454545 } blockquote cite:before { content: "\2014 \0020" } blockquote cite a, blockquote cite a:visited { color: #454545 } blockquote, blockquote p { line-height: 1.6; color: #6e6e6e } @media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2 } h1 { font-size: 2.75em; font-weight: bold } h2 { font-size: 2.3125em; font-weight: bold } h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; font-weight: bold } h4 { font-size: 1.4375em; font-weight: bold } h5 { font-size: 1.3em; font-weight: bold } } table { background: #fff; margin-bottom: 1.25em; border: solid 1px #dddddd; } table thead, table tfoot { background: #f7f8f7; font-weight: bold } table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: .5em .625em .625em; font-size: inherit; color: #333333; text-align: left } table tr th, table tr td { padding: .5625em .625em; font-size: inherit; color: #333333 } table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9 } table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.6 } h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.2; word-spacing: -.05em } h1 strong, h2 strong, h3 strong, #toctitle strong, .sidebarblock > .content > .title strong, h4 strong, h5 strong, h6 strong { font-weight: 400 } .clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table } .clearfix:after, .float-group:after { clear: both } *:not(pre) > code { font-size: .9375em; font-style: normal !important; letter-spacing: 0; padding: .1em .5ex; word-spacing: -.15em; background-color: inherit; border: 0 solid #dddddd; -webkit-border-radius: 4px; border-radius: 4px; text-shadow: none; line-height: 1.45; text-rendering: optimizeSpeed } pre, pre > code { line-height: 1.45; color: #191919; font-family: "Source Code Pro", "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; font-weight: 400; text-rendering: optimizeSpeed } .keyseq { color: #666666 } kbd { display: inline-block; color: #333333; font-size: .75em; line-height: 1.4; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 .1em white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 0 0 .1em #fff inset; margin: -.15em .15em 0 .15em; padding: .2em .6em .2em .5em; vertical-align: middle; white-space: nowrap } .keyseq kbd:first-child { margin-left: 0 } .keyseq kbd:last-child { margin-right: 0 } .menuseq, .menu { color: #1a1a1a } b.button:before, b.button:after { position: relative; top: -1px; font-weight: 400 } b.button:before { content: "["; padding: 0 3px 0 2px } b.button:after { content: "]"; padding: 0 2px 0 3px } p a > code:hover { color: #561309 } #header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: .9375em; padding-right: .9375em } #header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table } #header:after, #content:after, #footnotes:after, #footer:after { clear: both } #content { margin-top: 1.25em } #content:before { content: none } #header > h1:first-child { color: rgba(0, 0, 0, .85); margin-top: 2.25rem; margin-bottom: 0 } #header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #ddddd8 } #header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #ddddd8; padding-bottom: 8px } #header .details { border-bottom: 1px solid #ddddd8; line-height: 1.45; padding-top: .25em; padding-bottom: .25em; padding-left: .25em; color: rgba(0, 0, 0, .6); display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap } #header .details span:first-child { margin-left: -.125em } #header .details span.email a { color: rgba(0, 0, 0, .85) } #header .details br { display: none } #header .details br + span:before { content: "\00a0\2013\00a0" } #header .details br + span.author:before { content: "\00a0\22c5\00a0"; color: rgba(0, 0, 0, .85) } #header .details br + span#revremark:before { content: "\00a0|\00a0" } #header #revnumber { text-transform: capitalize } #header #revnumber:after { content: "\00a0" } #content > h1:first-child:not([class]) { color: rgba(0, 0, 0, .85); border-bottom: 1px solid #ddddd8; padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem } #toc { border-bottom: 1px solid #efefed; padding-bottom: .5em } #toc > ul { margin-left: .125em } #toc ul.sectlevel0 > li > a { font-style: italic } #toc ul.sectlevel0 ul.sectlevel1 { margin: .5em 0 } #toc ul { font-family: "Open Sans", "DejaVu Sans", sans-serif; list-style-type: none } #toc a { text-decoration: none } #toc a:active { text-decoration: underline } #toctitle { color: #7a2518; font-size: 1.2em } @media only screen and (min-width: 768px) { #toctitle { font-size: 1.375em } body.toc2 { padding-left: 15em; padding-right: 0 } #toc.toc2 { margin-top: 0 !important; background-color: #f8f8f7; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #e5e5e5; border-top-width: 0 !important; border-bottom-width: 0 !important; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto } #toc.toc2 #toctitle { margin-top: 0; font-size: 1.2em } #toc.toc2 > ul { font-size: .9em; margin-bottom: 0 } #toc.toc2 ul ul { margin-left: 0; padding-left: 1em } #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: .5em; margin-bottom: .5em } body.toc2.toc-right { padding-left: 0; padding-right: 15em } body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #e5e5e5; left: auto; right: 0 } } @media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0 } #toc.toc2 { width: 20em } #toc.toc2 #toctitle { font-size: 1.375em } #toc.toc2 > ul { font-size: .95em } #toc.toc2 ul ul { padding-left: 1.25em } body.toc2.toc-right { padding-left: 0; padding-right: 20em } } #toc.toc2 { background-color: #fafaf9; } #content #toc { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-bottom: 1.25em; padding: 1.25em; background: #fafaf9; border-width: 0; -webkit-border-radius: 4px; border-radius: 4px } #content #toc > :first-child { margin-top: 0 } #content #toc > :last-child { margin-bottom: 0 } #content #toc a { text-decoration: none; } #content #toctitle { font-weight: bold; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 1.375em; padding-left: 0.125em; } #footer { max-width: 100%; background-color: #333333; padding: 1.25em } #footer-text { color: #cccccc; line-height: 1.44 } .sect1 { padding-bottom: .625em } @media only screen and (min-width: 768px) { .sect1 { padding-bottom: 1.25em } } .sect1 + .sect1 { border-top: 1px solid #e5e5e5 } #content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; z-index: 1001; width: 1.5ex; margin-left: -1.5ex; display: block; text-decoration: none !important; visibility: hidden; text-align: center; font-weight: 400 } #content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: "\00A7"; font-size: .85em; display: block; padding-top: .1em } #content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible } #content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #ba3925; text-decoration: none } #content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #a53221 } .audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em } .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; font-family: "Noto Serif", "DejaVu Serif", serif; font-size: 1rem; font-style: italic } table.tableblock > caption.title { white-space: nowrap; overflow: visible; max-width: 0 } .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { color: rgba(0, 0, 0, .85) } table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit } .admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100% } .admonitionblock > table td.icon { text-align: center; width: 80px } .admonitionblock > table td.icon img { max-width: none } .admonitionblock > table td.icon .title { font-weight: bold; font-family: "Open Sans", "DejaVu Sans", sans-serif; text-transform: uppercase } .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #d8d8d8; color: #6e6e6e } .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0 } .exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: #fff; -webkit-border-radius: 4px; border-radius: 4px } .exampleblock > .content > :first-child { margin-top: 0 } .exampleblock > .content > :last-child { margin-bottom: 0 } .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; } .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; } .exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; } .exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #e3e3dd; box-shadow: 0 1px 8px #e3e3dd; } .sidebarblock { border-style: solid; border-width: 1px; border-color: #e3e3dd; margin-bottom: 1.25em; padding: 1.25em; background: #fafaf9; -webkit-border-radius: 4px; border-radius: 4px } .sidebarblock > :first-child { margin-top: 0 } .sidebarblock > :last-child { margin-bottom: 0 } .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; } .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; } .sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; } .sidebarblock > .content > .title { color: #7a2518; margin-top: 0; text-align: center } .exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0 } /* .literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: #f7f7f8 } */ .sidebarblock .literalblock pre, .sidebarblock .listingblock pre:not(.highlight), .sidebarblock .listingblock pre[class="highlight"], .sidebarblock .listingblock pre[class^="highlight "], .sidebarblock .listingblock pre.CodeRay, .sidebarblock .listingblock pre.prettyprint { background: #f2f1f1 } .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border-width: 1px 0; border-style: dotted; border-color: #bfbfbf; -webkit-border-radius: 4px; border-radius: 4px; word-wrap: break-word; padding: 1em; font-size: .8125em } .literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal } .literalblock pre > code, .literalblock pre[class] > code, .listingblock pre > code, .listingblock pre[class] > code { display: block; } @media only screen and (min-width: 768px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: .90625em } } @media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em } } @media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em; } } .literalblock.output pre { color: #f7f7f8; background-color: rgba(0, 0, 0, .9) } .listingblock pre.highlightjs { padding: 0 } .listingblock pre.highlightjs > code { padding: 1em; -webkit-border-radius: 4px; border-radius: 4px } .listingblock pre.prettyprint { border-width: 0 } .listingblock > .content { position: relative } .listingblock code[data-lang]:before { display: none; content: attr(data-lang); position: absolute; font-size: .75em; top: .425rem; right: .5rem; line-height: 1; text-transform: uppercase; color: #999 } .listingblock:hover code[data-lang]:before { display: block } .listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: .5em; color: #999 } .listingblock.terminal pre .command:not([data-prompt]):before { content: "$" } table.pyhltable { border-collapse: separate; border: 0; margin-bottom: 0; background: none } table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0 } table.pyhltable td.code { padding-left: .75em; padding-right: 0 } pre.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #ddddd8 } pre.pygments .lineno { display: inline-block; margin-right: .25em } table.pyhltable .linenodiv { background: none !important; padding-right: 0 !important } .quoteblock { margin: 0 1em 1.25em 1.5em; display: table } .quoteblock > .title { margin-left: -1.5em; margin-bottom: .75em } .quoteblock blockquote, .quoteblock blockquote p { color: rgba(0, 0, 0, .85); font-size: 1.15rem; line-height: 1.75; word-spacing: .1em; letter-spacing: 0; font-style: italic; text-align: justify } .quoteblock blockquote { margin: 0; padding: 0; border: 0 } .quoteblock blockquote:before { content: "\201c"; float: left; font-size: 2.75em; font-weight: bold; line-height: .6em; margin-left: -.6em; color: #7a2518; text-shadow: 0 1px 2px rgba(0, 0, 0, .1) } .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0 } .quoteblock .attribution { margin-top: .5em; margin-right: .5ex; text-align: right } .quoteblock .quoteblock { margin-left: 0; margin-right: 0; padding: .5em 0; border-left: 3px solid rgba(0, 0, 0, .6) } .quoteblock .quoteblock blockquote { padding: 0 0 0 .75em } .quoteblock .quoteblock blockquote:before { display: none } .verseblock { margin: 0 1em 1.25em 1em } .verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: rgba(0, 0, 0, .85); font-weight: 300; text-rendering: optimizeLegibility } .verseblock pre strong { font-weight: 400 } .verseblock .attribution { margin-top: 1.25rem; margin-left: .5ex } .quoteblock .attribution, .verseblock .attribution { font-size: .9375em; line-height: 1.45; font-style: italic } .quoteblock .attribution br, .verseblock .attribution br { display: none } .quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -.05em; color: rgba(0, 0, 0, .6) } .quoteblock.abstract { margin: 0 0 1.25em 0; display: block } .quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { text-align: left; word-spacing: 0 } .quoteblock.abstract blockquote:before, .quoteblock.abstract blockquote p:first-of-type:before { display: none } table.tableblock { max-width: 100%; border-collapse: separate } table.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0 } table.spread { width: 100% } table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dedede } table.grid-all th.tableblock, table.grid-all td.tableblock { border-width: 0 1px 1px 0 } table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock { border-width: 1px 1px 0 0 } table.grid-cols th.tableblock, table.grid-cols td.tableblock { border-width: 0 1px 0 0 } table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child { border-right-width: 0 } table.grid-rows th.tableblock, table.grid-rows td.tableblock { border-width: 0 0 1px 0 } table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock { border-bottom-width: 0 } table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock { border-width: 1px 0 0 0 } table.frame-all { border-width: 1px } table.frame-sides { border-width: 0 1px } table.frame-topbot { border-width: 1px 0 } th.halign-left, td.halign-left { text-align: left } th.halign-right, td.halign-right { text-align: right } th.halign-center, td.halign-center { text-align: center } th.valign-top, td.valign-top { vertical-align: top } th.valign-bottom, td.valign-bottom { vertical-align: bottom } th.valign-middle, td.valign-middle { vertical-align: middle } table thead th, table tfoot th { font-weight: bold } tbody tr th { display: table-cell; line-height: 1.6; background: #f7f8f7 } tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: rgba(0, 0, 0, .8); font-weight: bold } p.tableblock > code:only-child { background: none; padding: 0 } p.tableblock { font-size: 1em } td > div.verse { white-space: pre } ol { margin-left: 1.75em } ul li ol { margin-left: 1.5em } dl dd { margin-left: 1.125em } dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0 } ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: .625em } ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none } ul.unstyled, ol.unnumbered, ul.checklist { margin-left: .625em } ul.checklist li > p:first-child > .fa-check-square-o:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: .25em } ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px } ul.inline { margin: 0 auto .625em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden } ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block } ul.inline > li > * { display: block } .unstyled dl dt { font-weight: 400; font-style: normal } ol.arabic { list-style-type: decimal } ol.decimal { list-style-type: decimal-leading-zero } ol.loweralpha { list-style-type: lower-alpha } ol.upperalpha { list-style-type: upper-alpha } ol.lowerroman { list-style-type: lower-roman } ol.upperroman { list-style-type: upper-roman } ol.lowergreek { list-style-type: lower-greek } .hdlist > table, .colist > table { border: 0; background: none } .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none } td.hdlist1 { padding-right: .75em; font-weight: bold } td.hdlist1, td.hdlist2 { vertical-align: top } .literalblock + .colist, .listingblock + .colist { margin-top: -.5em } .colist > table tr > td:first-of-type { padding: 0 .75em; line-height: 1 } .colist > table tr > td:last-of-type { padding: .25em 0 } .qanda > ol > li > p > em:only-child { color: #1d4b8f; } .thumb, .th { line-height: 0; display: inline-block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px #ddd; box-shadow: 0 0 0 1px #ddd } .imageblock.left, .imageblock[style*="float: left"] { margin: .25em .625em 1.25em 0 } .imageblock.right, .imageblock[style*="float: right"] { margin: .25em 0 1.25em .625em } .imageblock > .title { margin-bottom: 0 } .imageblock.thumb, .imageblock.th { border-width: 6px } .imageblock.thumb > .title, .imageblock.th > .title { padding: 0 .125em } .image.left, .image.right { margin-top: .25em; margin-bottom: .25em; display: inline-block; line-height: 0 } .image.left { margin-right: .625em } .image.right { margin-left: .625em } a.image { text-decoration: none } span.footnote, span.footnoteref { vertical-align: super; font-size: .875em } span.footnote a, span.footnoteref a { text-decoration: none } span.footnote a:active, span.footnoteref a:active { text-decoration: underline } #footnotes { padding-top: .75em; padding-bottom: .75em; margin-bottom: .625em } #footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0 } #footnotes .footnote { padding: 0 .375em; line-height: 1.3; font-size: .875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em } #footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none } #footnotes .footnote:last-of-type { margin-bottom: 0 } #content #footnotes { margin-top: -.625em; margin-bottom: 0; padding: .75em 0 } .gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0 } .gist .file-data > table td.line-data { width: 99% } div.unbreakable { page-break-inside: avoid } .big { font-size: larger } .small { font-size: smaller } .underline { text-decoration: underline } .overline { text-decoration: overline } .line-through { text-decoration: line-through } .aqua { color: #00bfbf } .aqua-background { background-color: #00fafa } .black { color: #000 } .black-background { background-color: #000 } .blue { color: #0000bf } .blue-background { background-color: #0000fa } .fuchsia { color: #bf00bf } .fuchsia-background { background-color: #fa00fa } .gray { color: #606060 } .gray-background { background-color: #7d7d7d } .green { color: #006000 } .green-background { background-color: #007d00 } .lime { color: #00bf00 } .lime-background { background-color: #00fa00 } .maroon { color: #600000 } .maroon-background { background-color: #7d0000 } .navy { color: #000060 } .navy-background { background-color: #00007d } .olive { color: #606000 } .olive-background { background-color: #7d7d00 } .purple { color: #600060 } .purple-background { background-color: #7d007d } .red { color: #bf0000 } .red-background { background-color: #fa0000 } .silver { color: #909090 } .silver-background { background-color: #bcbcbc } .teal { color: #006060 } .teal-background { background-color: #007d7d } .white { color: #bfbfbf } .white-background { background-color: #fafafa } .yellow { color: #bfbf00 } .yellow-background { background-color: #fafa00 } span.icon > .fa { cursor: default } .admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, .5); cursor: default } .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #4298b8 } .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, .8); color: #ffe400 } .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #ff8c00 } .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #db4800 } .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #db4800 } .conum[data-value] { display: inline-block; color: #fff !important; background-color: rgba(0, 0, 0, .8); -webkit-border-radius: 100px; border-radius: 100px; text-align: center; font-size: .75em; width: 1.67em; height: 1.67em; line-height: 1.67em; font-family: "Open Sans", "DejaVu Sans", sans-serif; font-style: normal; font-weight: bold } .conum[data-value] * { color: #fff !important } .conum[data-value] + b { display: none } .conum[data-value]:after { content: attr(data-value) } pre .conum[data-value] { position: relative; top: -.125em } b.conum * { color: inherit !important } .conum:not([data-value]):empty { display: none } h1, h2 { letter-spacing: -.01em } dt, th.tableblock, td.content { text-rendering: optimizeLegibility } p, td.content { letter-spacing: -.01em } p strong, td.content strong { letter-spacing: -.005em } p, blockquote, dt, td.content { font-size: 1.0625rem } p { margin-bottom: 1.25rem } .sidebarblock p, .sidebarblock dt, .sidebarblock td.content, p.tableblock { font-size: 1em } .exampleblock > .content { background-color: #fffef7; border-color: #e0e0dc; -webkit-box-shadow: 0 1px 4px #e0e0dc; box-shadow: 0 1px 4px #e0e0dc } .print-only { display: none !important } @media print { @page { margin: 1.25cm .75cm } * { -webkit-box-shadow: none !important; box-shadow: none !important; text-shadow: none !important } a { color: inherit !important; text-decoration: underline !important } a.bare, a[href^="#"], a[href^="mailto:"] { text-decoration: none !important } a[href^="http:"]:not(.bare):after, a[href^="https:"]:not(.bare):after, a[href^="mailto:"]:not(.bare):after { content: "(" attr(href) ")"; display: inline-block; font-size: .875em; padding-left: .25em } abbr[title]:after { content: " (" attr(title) ")" } pre, blockquote, tr, img { page-break-inside: avoid } thead { display: table-header-group } img { max-width: 100% !important } p, blockquote, dt, td.content { font-size: 1em; orphans: 3; widows: 3 } h2, h3, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid } #toc, .sidebarblock, .exampleblock > .content { background: none !important } #toc { border-bottom: 1px solid #ddddd8 !important; padding-bottom: 0 !important } .sect1 { padding-bottom: 0 !important } .sect1 + .sect1 { border: 0 !important } #header > h1:first-child { margin-top: 1.25rem } body.book #header { text-align: center } body.book #header > h1:first-child { border: 0 !important; margin: 2.5em 0 1em 0 } body.book #header .details { border: 0 !important; display: block; padding: 0 !important } body.book #header .details span:first-child { margin-left: 0 !important } body.book #header .details br { display: block } body.book #header .details br + span:before { content: none !important } body.book #toc { border: 0 !important; text-align: left !important; padding: 0 !important; margin: 0 !important } body.book #toc, body.book #preamble, body.book h1.sect0, body.book .sect1 > h2 { page-break-before: always } .listingblock code[data-lang]:before { display: block } #footer { background: none !important; padding: 0 .9375em } #footer-text { color: rgba(0, 0, 0, .6) !important; font-size: .9em } .hide-on-print { display: none !important } .print-only { display: block !important } .hide-for-print { display: none !important } .show-for-print { display: inherit !important } } ================================================ FILE: docs/guide/src/docs/asciidoc/usage.adoc ================================================ [[_usage]] = Usage == Swing The `ikonli-swing:{project-version}` JAR provides a new Icon class: `{api_link_fonticon_swing}`. You may use this class with any Swing component that supports an Icon property. === Installing [source,groovy] [subs="attributes"] .gradle ---- repositories { mavenCentral() } dependencies { implementation '{project-group}:ikonli-swing:{project-version}' } ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-swing {project-version} ---- == JavaFX The `ikonli-javafx:{project-version}` JAR provides a new Node class: `{api_link_fonticon_javafx}`. You may use this class with any JavaFX control that accepts a graphic property. You may also use the icon directly as it is a subclass of `javafx.scene.text.Text`. The icon class can be used inside an FXML file too. [source,xml] ---- ---- .Icon Literal Syntax The `iconLiteral` property accepts any of these formats * icon-code * icon-code:icon-size * icon-code:icon-size:icon-color where the following rules apply icon-code:: An icon code literal such as `di-java`. The prefix (`di-`) indicates the icon pack. For this example, DevIcons needs to be installed. icon-size:: A number (in pixels) specifying the width of the icon. icon-color:: A `javafx.scene.paint.Color`, `javafx.scene.paint.LinearGradient`, or `javafx.scene.paint.RadialGradient` literal. .Examples [source] ---- di-java di-java:32 di-java:64:BLUE ---- .Icon Size Units The default unit for icon size is _px_. You may set a different value using the `units` property, such as _em_. .Stylable Properties `{api_link_fonticon_javafx}` exposes properties that can be styled using CSS. It defines a node class named `ikonli-font-icon`. [horizontal] -fx-icon-code:: An icon literal such as `di-java` or `fa-github`. -fx-icon-size:: The size of the icon, in pixels. -fx-icon-color:: A JavaFX `Paint` definition, such as a plain color or gradient. A stackable version is also available, `{api_link_stackedfonticon_javafx}`. This is an specialized version of `javafx.scene.layout.StackPane` that accepts instances of `{api_link_fonticon_javafx}` as child content. You may use this class with FXML, like it's shown in the following example [source,xml] ---- ---- .Stylable Properties `{api_link_stackedfonticon_javafx}` exposes properties that can be styled using CSS. It defines a node class named `stacked-ikonli-font-icon`. [horizontal] -fx-icon-size:: The size of the icon, in pixels. -fx-icon-color:: A JavaFX `Paint` definition, such as a plain color or gradient. === Installing [source,groovy] [subs="attributes"] .gradle ---- repositories { mavenCentral() } dependencies { implementation '{project-group}:ikonli-javafx:{project-version}' } ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-javafx {project-version} ---- Next, don't forget to add entries to your module descriptor (`module-info.java`). Here's for example the minimum settings required for a JavaFX application [source,java] .module-info.java ---- module com.acme.demo { requires javafx.base; requires javafx.graphics; requires javafx.controls; requires org.kordamp.ikonli.core; requires org.kordamp.ikonli.javafx; // add icon pack modules requires org.kordamp.ikonli.fontawesome; } ---- == Creating a Fat JAR Ikonli's icon packs rely on services files to provide their implementation. You must make sure that those services files are properly merged when creating a Fat JAR or Uber JAR and your application does not use the modulepath. Fortunately there are build plugins that can help with this task. .Gradle Configure the `link:https://imperceptiblethoughts.com/shadow/getting-started/[shadow]` plugin and merge service files [source,groovy] .build.gradle ---- plugins { id 'com.github.johnrengelman.shadow' version '6.1.0' } shadowJar { mergeServiceFiles() } ---- .Maven Configure the `link:https://maven.apache.org/plugins/maven-shade-plugin/[maven-shade-plugin]` and apply the `org.apache.maven.plugins.shade.resource.ServicesResourceTransformer` transformer. [source,xml] [subs="verbatim"] .pom.xml ---- org.apache.maven.plugins maven-shade-plugin 3.2.4 package shade ---- == BOM Starting with version `12.0.0` Ikonli offers a BOM for all core projects and icon packs. You may configure it with either Gradle or Maven. [source,groovy] [subs="attributes"] .gradle ---- repositories { mavenCentral() } dependencies { implementation platform('{project-group}:ikonli-bom:{project-version}') implementation '{project-group}:ikonli-javafx' implementation '{project-group}:ikonli-fontawesome5-pack' } ---- [source,xml] [subs="attributes,verbatim"] .maven ---- {project-group} ikonli-bom {project-version} pom import {project-group} ikonli-javafx {project-group} ikonli-fontawesome5-pack ---- ================================================ FILE: docs/guide/src/javadoc/overview.html ================================================ Ikonli ================================================ FILE: docs/guide/src/javadoc/resources/css/stylesheet.css ================================================ /* Javadoc style sheet */ /* Overall document style */ body { background-color:#ffffff; color:#353833; font-family:Arial, Helvetica, sans-serif; font-size:76%; margin:0; } a:link, a:visited { text-decoration:none; color:#3c3b37; } a:hover, a:focus { text-decoration:none; color:#ff0000; } a:active { text-decoration:none; color:#2c2b27; } a[name] { color:#353833; } a[name]:hover { text-decoration:none; color:#353833; } pre { font-size:1.3em; } h1 { font-size:1.8em; } h2 { font-size:1.5em; } h3 { font-size:1.4em; } h4 { font-size:1.3em; } h5 { font-size:1.2em; } h6 { font-size:1.1em; } ul { list-style-type:disc; } code, tt { font-size:1.2em; } dt code { font-size:1.2em; } table tr td dt code { font-size:1.2em; vertical-align:top; } sup { font-size:.6em; } /* Document title and Copyright styles */ .clear { clear:both; height:0px; overflow:hidden; } .aboutLanguage { float:right; padding:0px 21px; font-size:.8em; z-index:200; margin-top:-7px; } .legalCopy { margin-left:.5em; } .bar a, .bar a:link, .bar a:visited, .bar a:active { color:#FFFFFF; text-decoration:none; } .bar a:hover, .bar a:focus { color:#ff0000; } .tab { background-color:#0066FF; background-image:url(resources/titlebar.gif); background-position:left top; background-repeat:no-repeat; color:#ffffff; padding:8px; width:5em; font-weight:bold; } /* Navigation bar styles */ .bar { background-image:url(resources/background.gif); background-repeat:repeat-x; color:#FFFFFF; padding:.8em .5em .4em .8em; height:auto;/*height:1.8em;*/ font-size:1em; margin:0; } .topNav { background-image:url(resources/background.gif); background-repeat:repeat-x; color:#FFFFFF; float:left; padding:0; width:100%; clear:right; height:2.8em; padding-top:10px; overflow:hidden; } .bottomNav { margin-top:10px; background-image:url(resources/background.gif); background-repeat:repeat-x; color:#FFFFFF; float:left; padding:0; width:100%; clear:right; height:2.8em; padding-top:10px; overflow:hidden; } .subNav { background-color:#dee3e9; border-bottom:1px solid #9eadc0; float:left; width:100%; overflow:hidden; } .subNav div { clear:left; float:left; padding:0 0 5px 6px; } ul.navList, ul.subNavList { float:left; margin:0 25px 0 0; padding:0; } ul.navList li{ list-style:none; float:left; padding:3px 6px; } ul.subNavList li{ list-style:none; float:left; font-size:90%; } .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { color:#FFFFFF; text-decoration:none; } .topNav a:hover, .bottomNav a:hover { text-decoration:none; color:#ff0000; } .navBarCell1Rev { background-image:url(resources/tab.gif); background-color:#dd0000; color:#FFFFFF; margin: auto 5px; border:1px solid #ff3300; } /* Page header and footer styles */ .header, .footer { clear:both; margin:0 20px; padding:5px 0 0 0; } .indexHeader { margin:10px; position:relative; } .indexHeader h1 { font-size:1.3em; } .title { color:#2c4557; margin:10px 0; } .subTitle { margin:5px 0 0 0; } .header ul { margin:0 0 25px 0; padding:0; } .footer ul { margin:20px 0 5px 0; } .header ul li, .footer ul li { list-style:none; font-size:1.2em; } /* Heading styles */ div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { background-color:#dee3e9; border-top:1px solid #9eadc0; border-bottom:1px solid #9eadc0; margin:0 0 6px -8px; padding:2px 5px; } ul.blockList ul.blockList ul.blockList li.blockList h3 { background-color:#dee3e9; border-top:1px solid #9eadc0; border-bottom:1px solid #9eadc0; margin:0 0 6px -8px; padding:2px 5px; } ul.blockList ul.blockList li.blockList h3 { padding:0; margin:15px 0; } ul.blockList li.blockList h2 { padding:0px 0 20px 0; } /* Page layout container styles */ .contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { clear:both; padding:10px 20px; position:relative; } .indexContainer { margin:10px; position:relative; font-size:1.0em; } .indexContainer h2 { font-size:1.1em; padding:0 0 3px 0; } .indexContainer ul { margin:0; padding:0; } .indexContainer ul li { list-style:none; } .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { font-size:1.1em; font-weight:bold; margin:10px 0 0 0; color:#4E4E4E; } .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { margin:10px 0 10px 20px; } .serializedFormContainer dl.nameValue dt { margin-left:1px; font-size:1.1em; display:inline; font-weight:bold; } .serializedFormContainer dl.nameValue dd { margin:0 0 0 1px; font-size:1.1em; display:inline; } /* List styles */ ul.horizontal li { display:inline; font-size:0.9em; } ul.inheritance { margin:0; padding:0; } ul.inheritance li { display:inline; list-style:none; } ul.inheritance li ul.inheritance { margin-left:15px; padding-left:15px; padding-top:1px; } ul.blockList, ul.blockListLast { margin:10px 0 10px 0; padding:0; } ul.blockList li.blockList, ul.blockListLast li.blockList { list-style:none; margin-bottom:25px; } ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { padding:0px 20px 5px 10px; border:1px solid #9eadc0; background-color:#f9f9f9; } ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { padding:0 0 5px 8px; background-color:#ffffff; border:1px solid #9eadc0; border-top:none; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { margin-left:0; padding-left:0; padding-bottom:15px; border:none; border-bottom:1px solid #9eadc0; } ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { list-style:none; border-bottom:none; padding-bottom:0; } table tr td dl, table tr td dl dt, table tr td dl dd { margin-top:0; margin-bottom:1px; } /* Table styles */ .contentContainer table, .classUseContainer table, .constantValuesContainer table { border-bottom:1px solid #9eadc0; width:100%; } .contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table { width:100%; } .contentContainer .description table, .contentContainer .details table { border-bottom:none; } .contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{ vertical-align:top; padding-right:20px; } .contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast, .contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast, .contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne, .contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne { padding-right:3px; } .overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption { position:relative; text-align:left; background-repeat:no-repeat; color:#FFFFFF; font-weight:bold; clear:none; overflow:hidden; padding:0px; margin:0px; } caption a:link, caption a:hover, caption a:active, caption a:visited { color:#FFFFFF; } .overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span { white-space:nowrap; padding-top:8px; padding-left:8px; display:block; float:left; background-image:url(resources/titlebar.gif); height:18px; } .overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd { width:10px; background-image:url(resources/titlebar_end.gif); background-repeat:no-repeat; background-position:top right; position:relative; float:left; } ul.blockList ul.blockList li.blockList table { margin:0 0 12px 0px; width:100%; } .tableSubHeadingColor { background-color: #EEEEFF; } .altColor { background-color:#eeeeef; } .rowColor { background-color:#ffffff; } .overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td { text-align:left; padding:3px 3px 3px 7px; } th.colFirst, th.colLast, th.colOne, .constantValuesContainer th { background:#dee3e9; border-top:1px solid #9eadc0; border-bottom:1px solid #9eadc0; text-align:left; padding:3px 3px 3px 7px; } td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { font-weight:bold; } td.colFirst, th.colFirst { border-left:1px solid #9eadc0; white-space:nowrap; } td.colLast, th.colLast { border-right:1px solid #9eadc0; } td.colOne, th.colOne { border-right:1px solid #9eadc0; border-left:1px solid #9eadc0; } table.overviewSummary { padding:0px; margin-left:0px; } table.overviewSummary td.colFirst, table.overviewSummary th.colFirst, table.overviewSummary td.colOne, table.overviewSummary th.colOne { width:25%; vertical-align:middle; } table.packageSummary td.colFirst, table.overviewSummary th.colFirst { width:25%; vertical-align:middle; } /* Content styles */ .description pre { margin-top:0; } .deprecatedContent { margin:0; padding:10px 0; } .docSummary { padding:0; } /* Formatting effect styles */ .sourceLineNo { color:green; padding:0 30px 0 0; } h1.hidden { visibility:hidden; overflow:hidden; font-size:.9em; } .block { display:block; margin:3px 0 0 0; } .strong { font-weight:bold; } ================================================ FILE: gradle/LICENSE_HEADER ================================================ SPDX-License-Identifier: Apache-2.0 Copyright ${copyrightYear} ${author} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ================================================ FILE: gradle/wrapper/gradle-wrapper.properties ================================================ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists ================================================ FILE: gradle.properties ================================================ # # SPDX-License-Identifier: Apache-2.0 # # Copyright 2015-2025 Andres Almiray # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ikonliJdk8Version = 2.6.0 group = org.kordamp.ikonli sourceCompatibility = 11 targetCompatibility = 11 javafxVersion = 11 jipsyVersion = 1.2.0 jacocoVersion = 0.8.6 zuluVersion = zulu21.38.21-ca-jdk21.0.5 osPluginVersion = 1.7.0 kordampPluginVersion = 0.54.0 kordampBuildVersion = 3.4.0 gitPluginVersion = 3.0.0 jlinkPluginVersion = 2.24.4 jreleaserPluginVersion = 1.10.0 miglayoutVersion = 11.0 errorproneVersion = 2.18.0 guavaVersion = 32.0.1-jre bndPluginVersion = 7.1.0 cyclonedxPluginVersion = 2.1.0 antdesigniconsVersion = 4.0.0 bootstrapiconsVersion = 1.4.1 boxiconsVersion = 2.0.7 bpmnVersion = 0.10.0 bytedanceVersion = 1.3.0 captainiconVersion = 20140501 carboniconsVersion = 10.23.2 codiconsVersion = 0.0.12 coreuiVersion = 2.0.0-beta.5 dashiconsVersion = 20200504 deviconsVersion = 1.8.0 elusiveVersion = 2.0 entypoVersion = 1.0 evaiconsVersion = 1.1.3 featherVersion = 4.28 fileiconsVersion = 2.1.44 fluentuiVersion = 1.1.74 fontawesomeVersion = 4.7.0 fontawesome5Version = 5.15.3 fontawesome6Version = 6.5.2 fontelicoVersion = 0.0 foundationVersion = 3.0 hawconsVersion = 20140708 ioniconsVersion = 2.0.1 ionicons4Version = 4.1.2 icomoonVersion = 0.0 jamiconsVersion = 3.0.0 lineawesomeVersion = 1.3.0 lineconsVersion = 0.0 ligaturesymbolsVersion = 2.11 makiVersion = 0.5.0 maki2Version = 6.2.0 mapiconsVersion = 3.0.0 materialVersion = 50 material2Version = 20200820 materialdesignVersion = 1.7.22 materialdesign2Version = 7.4.47 mediconsVersion = 20170612 metrizeiconsVersion = 0.0 micronsVersion = 1.0.8 ociiconsVersion = 1.0 octiconsVersion = 14.2.2 openiconicVersion = 1.1.0 paymentfontVersion = 1.2.5 prestashopiconsVersion = 0.8.0 remixiconVersion = 2.5.0 runestroiconsVersion = 5.6 simpleiconsVersion = 3.12.2 simplelineiconsVersion = 2.5.4 subwayVersion = 20201108 typiconsVersion = 2.0.7 themifyVersion = 1.0.1 uniconsVersion = 20201106 weathericonsVersion = 2.0.10 websymbolsVersion = 0.0 whhgVersion = 20201105 win10Version = 1.0.1 zondiconsVersion = 20170712 org.gradle.daemon = true org.gradle.caching = true org.gradle.parallel = false ================================================ FILE: gradlew ================================================ #!/bin/sh # # Copyright © 2015-2021 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # SPDX-License-Identifier: Apache-2.0 # ############################################################################## # # Gradle start up script for POSIX generated by Gradle. # # Important for running: # # (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is # noncompliant, but you have some other compliant shell such as ksh or # bash, then to run this script, type that shell name before the whole # command line, like: # # ksh Gradle # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: # * functions; # * expansions «$var», «${var}», «${var:-default}», «${var+SET}», # «${var#prefix}», «${var%suffix}», and «$( cmd )»; # * compound commands having a testable exit status, especially «case»; # * various built-in commands including «command», «set», and «ulimit». # # Important for patching: # # (2) This script targets any POSIX shell, so it avoids extensions provided # by Bash, Ksh, etc; in particular arrays are avoided. # # The "traditional" practice of packing multiple parameters into a # space-separated string is a well documented source of bugs and security # problems, so this is (mostly) avoided, by progressively accumulating # options in "$@", and eventually passing that to Java. # # Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, # and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; # see the in-line comments for details. # # There are tweaks for specific operating systems such as AIX, CygWin, # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. # ############################################################################## # Attempt to set APP_HOME # Resolve links: $0 may be a link app_path=$0 # Need this for daisy-chained symlinks. while APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path [ -h "$app_path" ] do ls=$( ls -ld "$app_path" ) link=${ls#*' -> '} case $link in #( /*) app_path=$link ;; #( *) app_path=$APP_HOME$link ;; esac done # This is normally unused # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum warn () { echo "$*" } >&2 die () { echo echo "$*" echo exit 1 } >&2 # OS specific support (must be 'true' or 'false'). cygwin=false msys=false darwin=false nonstop=false case "$( uname )" in #( CYGWIN* ) cygwin=true ;; #( Darwin* ) darwin=true ;; #( MSYS* | MINGW* ) msys=true ;; #( NONSTOP* ) nonstop=true ;; esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then # IBM's JDK on AIX uses strange locations for the executables JAVACMD=$JAVA_HOME/jre/sh/java else JAVACMD=$JAVA_HOME/bin/java fi if [ ! -x "$JAVACMD" ] ; then die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi else JAVACMD=java if ! command -v java >/dev/null 2>&1 then die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." fi fi # Increase the maximum file descriptors if we can. if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. # shellcheck disable=SC2039,SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac case $MAX_FD in #( '' | soft) :;; #( *) # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. # shellcheck disable=SC2039,SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac fi # Collect all arguments for the java command, stacking in reverse order: # * args from the command line # * the main class name # * -classpath # * -D...appname settings # * --module-path (only if needed) # * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. # For Cygwin or MSYS, switch paths to Windows format before running java if "$cygwin" || "$msys" ; then APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) JAVACMD=$( cygpath --unix "$JAVACMD" ) # Now convert the arguments - kludge to limit ourselves to /bin/sh for arg do if case $arg in #( -*) false ;; # don't mess with options #( /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath [ -e "$t" ] ;; #( *) false ;; esac then arg=$( cygpath --path --ignore --mixed "$arg" ) fi # Roll the args list around exactly as many times as the number of # args, so each arg winds up back in the position where it started, but # possibly modified. # # NB: a `for` loop captures its iteration list before it begins, so # changing the positional parameters here affects neither the number of # iterations, nor the values presented in `arg`. shift # remove old arg set -- "$@" "$arg" # push replacement arg done fi # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' # Collect all arguments for the java command: # * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, # and any embedded shellness will be escaped. # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be # treated as '${Hostname}' itself on the command line. set -- \ "-Dorg.gradle.appname=$APP_BASE_NAME" \ -classpath "$CLASSPATH" \ org.gradle.wrapper.GradleWrapperMain \ "$@" # Stop when "xargs" is not available. if ! command -v xargs >/dev/null 2>&1 then die "xargs is not available" fi # Use "xargs" to parse quoted args. # # With -n1 it outputs one arg per line, with the quotes and backslashes removed. # # In Bash we could simply go: # # readarray ARGS < <( xargs -n1 <<<"$var" ) && # set -- "${ARGS[@]}" "$@" # # but POSIX shell has neither arrays nor command substitution, so instead we # post-process each arg (as a line of input to sed) to backslash-escape any # character that might be a shell metacharacter, then use eval to reverse # that process (while maintaining the separation between arguments), and wrap # the whole thing up as a single "set" statement. # # This will of course break if any of these variables contains a newline or # an unmatched quote. # eval "set -- $( printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | xargs -n1 | sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | tr '\n' ' ' )" '"$@"' exec "$JAVACMD" "$@" ================================================ FILE: gradlew.bat ================================================ @rem @rem Copyright 2015 the original author or authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem https://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable law or agreed to in writing, software @rem distributed under the License is distributed on an "AS IS" BASIS, @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @rem See the License for the specific language governing permissions and @rem limitations under the License. @rem @rem SPDX-License-Identifier: Apache-2.0 @rem @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 if "%DIRNAME%"=="" set DIRNAME=. @rem This is normally unused set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Resolve any "." and ".." in APP_HOME to make it shorter. for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute echo. 1>&2 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 echo. 1>&2 echo Please set the JAVA_HOME variable in your environment to match the 1>&2 echo location of your Java installation. 1>&2 goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute echo. 1>&2 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 echo. 1>&2 echo Please set the JAVA_HOME variable in your environment to match the 1>&2 echo location of your Java installation. 1>&2 goto fail :execute @rem Setup the command line set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar @rem Execute Gradle "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* :end @rem End local scope for the variables with windows NT shell if %ERRORLEVEL% equ 0 goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! set EXIT_CODE=%ERRORLEVEL% if %EXIT_CODE% equ 0 set EXIT_CODE=1 if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% exit /b %EXIT_CODE% :mainEnd if "%OS%"=="Windows_NT" endlocal :omega ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/ikonli-antdesignicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.antdesignicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.antdesignicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.antdesignicons.AntDesignIconsFilledIkonHandler, org.kordamp.ikonli.antdesignicons.AntDesignIconsOutlinedIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.antdesignicons.AntDesignIconsFilledIkonProvider, org.kordamp.ikonli.antdesignicons.AntDesignIconsOutlinedIkonProvider; } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/java/org/kordamp/ikonli/antdesignicons/AntDesignIconsFilled.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.antdesignicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum AntDesignIconsFilled implements Ikon { ACCOUNT_BOOK("antf-account-book", '\ue900'), ALERT("antf-alert", '\ue901'), ALIPAY_CIRCLE("antf-alipay-circle", '\ue902'), ALIPAY_SQUARE("antf-alipay-square", '\ue903'), ALIWANGWANG("antf-aliwangwang", '\ue904'), AMAZON_CIRCLE("antf-amazon-circle", '\ue905'), AMAZON_SQUARE("antf-amazon-square", '\ue906'), ANDROID("antf-android", '\ue907'), API("antf-api", '\ue908'), APPLE("antf-apple", '\ue909'), APPSTORE("antf-appstore", '\ue90a'), AUDIO("antf-audio", '\ue90b'), BACKWARD("antf-backward", '\ue90c'), BANK("antf-bank", '\ue90d'), BEHANCE_CIRCLE("antf-behance-circle", '\ue90e'), BEHANCE_SQUARE("antf-behance-square", '\ue90f'), BELL("antf-bell", '\ue910'), BOOK("antf-book", '\ue911'), BOX_PLOT("antf-box-plot", '\ue912'), BUG("antf-bug", '\ue913'), BUILD("antf-build", '\ue914'), BULB("antf-bulb", '\ue915'), CALCULATOR("antf-calculator", '\ue916'), CALENDAR("antf-calendar", '\ue917'), CAMERA("antf-camera", '\ue918'), CAR("antf-car", '\ue919'), CARET_DOWN("antf-caret-down", '\ue91a'), CARET_LEFT("antf-caret-left", '\ue91b'), CARET_RIGHT("antf-caret-right", '\ue91c'), CARET_UP("antf-caret-up", '\ue91d'), CARRY_OUT("antf-carry-out", '\ue91e'), CHECK_CIRCLE("antf-check-circle", '\ue91f'), CHECK_SQUARE("antf-check-square", '\ue920'), CHROME("antf-chrome", '\ue921'), CI_CIRCLE("antf-ci-circle", '\ue922'), CLOCK_CIRCLE("antf-clock-circle", '\ue923'), CLOSE_CIRCLE("antf-close-circle", '\ue924'), CLOSE_SQUARE("antf-close-square", '\ue925'), CLOUD("antf-cloud", '\ue926'), CODE("antf-code", '\ue929'), CODEPEN_CIRCLE("antf-codepen-circle", '\ue92a'), CODEPEN_SQUARE("antf-codepen-square", '\ue92b'), CODE_SANDBOX_CIRCLE("antf-code-sandbox-circle", '\ue927'), CODE_SANDBOX_SQUARE("antf-code-sandbox-square", '\ue928'), COMPASS("antf-compass", '\ue92c'), CONTACTS("antf-contacts", '\ue92d'), CONTAINER("antf-container", '\ue92e'), CONTROL("antf-control", '\ue92f'), COPY("antf-copy", '\ue930'), COPYRIGHT_CIRCLE("antf-copyright-circle", '\ue931'), CREDIT_CARD("antf-credit-card", '\ue932'), CROWN("antf-crown", '\ue933'), CUSTOMER_SERVICE("antf-customer-service", '\ue934'), DASHBOARD("antf-dashboard", '\ue935'), DATABASE("antf-database", '\ue936'), DELETE("antf-delete", '\ue937'), DIFF("antf-diff", '\ue938'), DINGTALK_CIRCLE("antf-dingtalk-circle", '\ue939'), DINGTALK_SQUARE("antf-dingtalk-square", '\ue93a'), DISLIKE("antf-dislike", '\ue93b'), DOLLAR_CIRCLE("antf-dollar-circle", '\ue93c'), DOWN_CIRCLE("antf-down-circle", '\ue93d'), DOWN_SQUARE("antf-down-square", '\ue93e'), DRIBBBLE_CIRCLE("antf-dribbble-circle", '\ue93f'), DRIBBBLE_SQUARE("antf-dribbble-square", '\ue940'), DROPBOX_CIRCLE("antf-dropbox-circle", '\ue941'), DROPBOX_SQUARE("antf-dropbox-square", '\ue942'), EDIT("antf-edit", '\ue943'), ENVIRONMENT("antf-environment", '\ue944'), EURO_CIRCLE("antf-euro-circle", '\ue945'), EXCLAMATION_CIRCLE("antf-exclamation-circle", '\ue946'), EXPERIMENT("antf-experiment", '\ue947'), EYE("antf-eye", '\ue949'), EYE_INVISIBLE("antf-eye-invisible", '\ue948'), FACEBOOK("antf-facebook", '\ue94a'), FAST_BACKWARD("antf-fast-backward", '\ue94b'), FAST_FORWARD("antf-fast-forward", '\ue94c'), FILE("antf-file", '\ue958'), FILE_ADD("antf-file-add", '\ue94d'), FILE_EXCEL("antf-file-excel", '\ue94e'), FILE_EXCLAMATION("antf-file-exclamation", '\ue94f'), FILE_IMAGE("antf-file-image", '\ue950'), FILE_MARKDOWN("antf-file-markdown", '\ue951'), FILE_PDF("antf-file-pdf", '\ue952'), FILE_PPT("antf-file-ppt", '\ue953'), FILE_TEXT("antf-file-text", '\ue954'), FILE_UNKNOWN("antf-file-unknown", '\ue955'), FILE_WORD("antf-file-word", '\ue956'), FILE_ZIP("antf-file-zip", '\ue957'), FILTER("antf-filter", '\ue959'), FIRE("antf-fire", '\ue95a'), FLAG("antf-flag", '\ue95b'), FOLDER("antf-folder", '\ue95e'), FOLDER_ADD("antf-folder-add", '\ue95c'), FOLDER_OPEN("antf-folder-open", '\ue95d'), FORMAT_PAINTER("antf-format-painter", '\ue95f'), FORWARD("antf-forward", '\ue960'), FROWN("antf-frown", '\ue961'), FUND("antf-fund", '\ue962'), FUNNEL_PLOT("antf-funnel-plot", '\ue963'), GIFT("antf-gift", '\ue964'), GITHUB("antf-github", '\ue965'), GITLAB("antf-gitlab", '\ue966'), GOLD("antf-gold", '\ue967'), GOLDEN("antf-golden", '\ue968'), GOOGLE_CIRCLE("antf-google-circle", '\ue969'), GOOGLE_PLUS_CIRCLE("antf-google-plus-circle", '\ue96a'), GOOGLE_PLUS_SQUARE("antf-google-plus-square", '\ue96b'), GOOGLE_SQUARE("antf-google-square", '\ue96c'), HDD("antf-hdd", '\ue96d'), HEART("antf-heart", '\ue96e'), HIGHLIGHT("antf-highlight", '\ue96f'), HOME("antf-home", '\ue970'), HOURGLASS("antf-hourglass", '\ue971'), HTML5("antf-html5", '\ue972'), IDCARD("antf-idcard", '\ue973'), IE_CIRCLE("antf-ie-circle", '\ue974'), IE_SQUARE("antf-ie-square", '\ue975'), INFO_CIRCLE("antf-info-circle", '\ue976'), INSTAGRAM("antf-instagram", '\ue977'), INSURANCE("antf-insurance", '\ue978'), INTERACTION("antf-interaction", '\ue979'), LAYOUT("antf-layout", '\ue97a'), LEFT_CIRCLE("antf-left-circle", '\ue97b'), LEFT_SQUARE("antf-left-square", '\ue97c'), LIKE("antf-like", '\ue97d'), LINKEDIN("antf-linkedin", '\ue97e'), LOCK("antf-lock", '\ue97f'), MAC_COMMAND("antf-mac-command", '\ue980'), MAIL("antf-mail", '\ue981'), MEDICINE_BOX("antf-medicine-box", '\ue982'), MEDIUM_CIRCLE("antf-medium-circle", '\ue983'), MEDIUM_SQUARE("antf-medium-square", '\ue984'), MEH("antf-meh", '\ue985'), MESSAGE("antf-message", '\ue986'), MINUS_CIRCLE("antf-minus-circle", '\ue987'), MINUS_SQUARE("antf-minus-square", '\ue988'), MOBILE("antf-mobile", '\ue989'), MONEY_COLLECT("antf-money-collect", '\ue98a'), NOTIFICATION("antf-notification", '\ue98b'), PAUSE_CIRCLE("antf-pause-circle", '\ue98c'), PAY_CIRCLE("antf-pay-circle", '\ue98d'), PHONE("antf-phone", '\ue98e'), PICTURE("antf-picture", '\ue98f'), PIE_CHART("antf-pie-chart", '\ue990'), PLAY_CIRCLE("antf-play-circle", '\ue991'), PLAY_SQUARE("antf-play-square", '\ue992'), PLUS_CIRCLE("antf-plus-circle", '\ue993'), PLUS_SQUARE("antf-plus-square", '\ue994'), POUND_CIRCLE("antf-pound-circle", '\ue995'), PRINTER("antf-printer", '\ue996'), PROFILE("antf-profile", '\ue997'), PROJECT("antf-project", '\ue998'), PROPERTY_SAFETY("antf-property-safety", '\ue999'), PUSHPIN("antf-pushpin", '\ue99a'), QQ_CIRCLE("antf-qq-circle", '\ue99b'), QQ_SQUARE("antf-qq-square", '\ue99c'), QUESTION_CIRCLE("antf-question-circle", '\ue99d'), READ("antf-read", '\ue99e'), RECONCILIATION("antf-reconciliation", '\ue99f'), REDDIT_CIRCLE("antf-reddit-circle", '\ue9a1'), REDDIT_SQUARE("antf-reddit-square", '\ue9a2'), RED_ENVELOPE("antf-red-envelope", '\ue9a0'), REST("antf-rest", '\ue9a3'), RIGHT_CIRCLE("antf-right-circle", '\ue9a4'), RIGHT_SQUARE("antf-right-square", '\ue9a5'), ROBOT("antf-robot", '\ue9a6'), ROCKET("antf-rocket", '\ue9a7'), SAFETY_CERTIFICATE("antf-safety-certificate", '\ue9a8'), SAVE("antf-save", '\ue9a9'), SCHEDULE("antf-schedule", '\ue9aa'), SECURITY_SCAN("antf-security-scan", '\ue9ab'), SETTING("antf-setting", '\ue9ac'), SHOP("antf-shop", '\ue9ad'), SHOPPING("antf-shopping", '\ue9ae'), SIGNAL("antf-signal", '\ue9af'), SKETCH_CIRCLE("antf-sketch-circle", '\ue9b0'), SKETCH_SQUARE("antf-sketch-square", '\ue9b1'), SKIN("antf-skin", '\ue9b2'), SKYPE("antf-skype", '\ue9b3'), SLACK_CIRCLE("antf-slack-circle", '\ue9b4'), SLACK_SQUARE("antf-slack-square", '\ue9b5'), SLIDERS("antf-sliders", '\ue9b6'), SMILE("antf-smile", '\ue9b7'), SNIPPETS("antf-snippets", '\ue9b8'), SOUND("antf-sound", '\ue9b9'), STAR("antf-star", '\ue9ba'), STEP_BACKWARD("antf-step-backward", '\ue9bb'), STEP_FORWARD("antf-step-forward", '\ue9bc'), STOP("antf-stop", '\ue9bd'), SWITCHER("antf-switcher", '\ue9be'), TABLET("antf-tablet", '\ue9bf'), TAG("antf-tag", '\ue9c0'), TAGS("antf-tags", '\ue9c1'), TAOBAO_CIRCLE("antf-taobao-circle", '\ue9c2'), TAOBAO_SQUARE("antf-taobao-square", '\ue9c3'), THUNDERBOLT("antf-thunderbolt", '\ue9c4'), TOOL("antf-tool", '\ue9c5'), TRADEMARK_CIRCLE("antf-trademark-circle", '\ue9c6'), TROPHY("antf-trophy", '\ue9c7'), TWITTER_CIRCLE("antf-twitter-circle", '\ue9c8'), TWITTER_SQUARE("antf-twitter-square", '\ue9c9'), UNLOCK("antf-unlock", '\ue9ca'), UP_CIRCLE("antf-up-circle", '\ue9cb'), UP_SQUARE("antf-up-square", '\ue9cc'), USB("antf-usb", '\ue9cd'), VIDEO_CAMERA("antf-video-camera", '\ue9ce'), WALLET("antf-wallet", '\ue9cf'), WARNING("antf-warning", '\ue9d0'), WECHAT("antf-wechat", '\ue9d1'), WEIBO_CIRCLE("antf-weibo-circle", '\ue9d2'), WEIBO_SQUARE("antf-weibo-square", '\ue9d3'), WINDOWS("antf-windows", '\ue9d4'), YAHOO("antf-yahoo", '\ue9d5'), YOUTUBE("antf-youtube", '\ue9d6'), YUQUE("antf-yuque", '\ue9d7'), ZHIHU_CIRCLE("antf-zhihu-circle", '\ue9d8'), ZHIHU_SQUARE("antf-zhihu-square", '\ue9d9'); public static AntDesignIconsFilled findByDescription(String description) { for (AntDesignIconsFilled font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; AntDesignIconsFilled(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/java/org/kordamp/ikonli/antdesignicons/AntDesignIconsFilledIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.antdesignicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class AntDesignIconsFilledIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/antdesignicons/4.0.0/fonts/AntDesign-Icons-Filled.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("antf-"); } @Override public Ikon resolve(String description) { return AntDesignIconsFilled.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "AntDesign-Icons-Filled"; } } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/java/org/kordamp/ikonli/antdesignicons/AntDesignIconsFilledIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.antdesignicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class AntDesignIconsFilledIkonProvider implements IkonProvider { @Override public Class getIkon() { return AntDesignIconsFilled.class; } } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/java/org/kordamp/ikonli/antdesignicons/AntDesignIconsOutlined.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.antdesignicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum AntDesignIconsOutlined implements Ikon { ACCOUNT_BOOK("anto-account-book", '\ue900'), AIM("anto-aim", '\ue901'), ALERT("anto-alert", '\ue902'), ALIBABA("anto-alibaba", '\ue903'), ALIGN_CENTER("anto-align-center", '\ue904'), ALIGN_LEFT("anto-align-left", '\ue905'), ALIGN_RIGHT("anto-align-right", '\ue906'), ALIPAY("anto-alipay", '\ue908'), ALIPAY_CIRCLE("anto-alipay-circle", '\ue907'), ALIWANGWANG("anto-aliwangwang", '\ue909'), ALIYUN("anto-aliyun", '\ue90a'), AMAZON("anto-amazon", '\ue90b'), ANDROID("anto-android", '\ue90c'), ANT_CLOUD("anto-ant-cloud", '\ue90d'), ANT_DESIGN("anto-ant-design", '\ue90e'), APARTMENT("anto-apartment", '\ue90f'), API("anto-api", '\ue910'), APPLE("anto-apple", '\ue911'), APPSTORE("anto-appstore", '\ue913'), APPSTORE_ADD("anto-appstore-add", '\ue912'), AREA_CHART("anto-area-chart", '\ue914'), ARROWS_ALT("anto-arrows-alt", '\ue919'), ARROW_DOWN("anto-arrow-down", '\ue915'), ARROW_LEFT("anto-arrow-left", '\ue916'), ARROW_RIGHT("anto-arrow-right", '\ue917'), ARROW_UP("anto-arrow-up", '\ue918'), AUDIO("anto-audio", '\ue91b'), AUDIO_MUTED("anto-audio-muted", '\ue91a'), AUDIT("anto-audit", '\ue91c'), BACKWARD("anto-backward", '\ue91d'), BANK("anto-bank", '\ue91e'), BARCODE("anto-barcode", '\ue920'), BARS("anto-bars", '\ue921'), BAR_CHART("anto-bar-chart", '\ue91f'), BEHANCE("anto-behance", '\ue923'), BEHANCE_SQUARE("anto-behance-square", '\ue922'), BELL("anto-bell", '\ue924'), BG_COLORS("anto-bg-colors", '\ue925'), BLOCK("anto-block", '\ue926'), BOLD("anto-bold", '\ue927'), BOOK("anto-book", '\ue928'), BORDER("anto-border", '\ue931'), BORDERLESS_TABLE("anto-borderless-table", '\ue932'), BORDER_BOTTOM("anto-border-bottom", '\ue929'), BORDER_HORIZONTAL("anto-border-horizontal", '\ue92a'), BORDER_INNER("anto-border-inner", '\ue92b'), BORDER_LEFT("anto-border-left", '\ue92c'), BORDER_OUTER("anto-border-outer", '\ue92d'), BORDER_RIGHT("anto-border-right", '\ue92e'), BORDER_TOP("anto-border-top", '\ue92f'), BORDER_VERTICLE("anto-border-verticle", '\ue930'), BOX_PLOT("anto-box-plot", '\ue933'), BRANCHES("anto-branches", '\ue934'), BUG("anto-bug", '\ue935'), BUILD("anto-build", '\ue936'), BULB("anto-bulb", '\ue937'), CALCULATOR("anto-calculator", '\ue938'), CALENDAR("anto-calendar", '\ue939'), CAMERA("anto-camera", '\ue93a'), CAR("anto-car", '\ue93b'), CARET_DOWN("anto-caret-down", '\ue93c'), CARET_LEFT("anto-caret-left", '\ue93d'), CARET_RIGHT("anto-caret-right", '\ue93e'), CARET_UP("anto-caret-up", '\ue93f'), CARRY_OUT("anto-carry-out", '\ue940'), CHECK("anto-check", '\ue943'), CHECK_CIRCLE("anto-check-circle", '\ue941'), CHECK_SQUARE("anto-check-square", '\ue942'), CHROME("anto-chrome", '\ue944'), CI("anto-ci", '\ue946'), CI_CIRCLE("anto-ci-circle", '\ue945'), CLEAR("anto-clear", '\ue947'), CLOCK_CIRCLE("anto-clock-circle", '\ue948'), CLOSE("anto-close", '\ue94b'), CLOSE_CIRCLE("anto-close-circle", '\ue949'), CLOSE_SQUARE("anto-close-square", '\ue94a'), CLOUD("anto-cloud", '\ue950'), CLOUD_DOWNLOAD("anto-cloud-download", '\ue94c'), CLOUD_SERVER("anto-cloud-server", '\ue94d'), CLOUD_SYNC("anto-cloud-sync", '\ue94e'), CLOUD_UPLOAD("anto-cloud-upload", '\ue94f'), CLUSTER("anto-cluster", '\ue951'), CODE("anto-code", '\ue953'), CODEPEN("anto-codepen", '\ue955'), CODEPEN_CIRCLE("anto-codepen-circle", '\ue954'), CODE_SANDBOX("anto-code-sandbox", '\ue952'), COFFEE("anto-coffee", '\ue956'), COLUMN_HEIGHT("anto-column-height", '\ue957'), COLUMN_WIDTH("anto-column-width", '\ue958'), COMMENT("anto-comment", '\ue959'), COMPASS("anto-compass", '\ue95a'), COMPRESS("anto-compress", '\ue95b'), CONSOLE_SQL("anto-console-sql", '\ue95c'), CONTACTS("anto-contacts", '\ue95d'), CONTAINER("anto-container", '\ue95e'), CONTROL("anto-control", '\ue95f'), COPY("anto-copy", '\ue960'), COPYRIGHT("anto-copyright", '\ue962'), COPYRIGHT_CIRCLE("anto-copyright-circle", '\ue961'), CREDIT_CARD("anto-credit-card", '\ue963'), CROWN("anto-crown", '\ue964'), CUSTOMER_SERVICE("anto-customer-service", '\ue965'), DASH("anto-dash", '\ue966'), DASHBOARD("anto-dashboard", '\ue967'), DATABASE("anto-database", '\ue968'), DELETE("anto-delete", '\ue96b'), DELETE_COLUMN("anto-delete-column", '\ue969'), DELETE_ROW("anto-delete-row", '\ue96a'), DELIVERED_PROCEDURE("anto-delivered-procedure", '\ue96c'), DEPLOYMENT_UNIT("anto-deployment-unit", '\ue96d'), DESKTOP("anto-desktop", '\ue96e'), DIFF("anto-diff", '\ue96f'), DINGDING("anto-dingding", '\ue970'), DINGTALK("anto-dingtalk", '\ue971'), DISCONNECT("anto-disconnect", '\ue972'), DISLIKE("anto-dislike", '\ue973'), DOLLAR("anto-dollar", '\ue975'), DOLLAR_CIRCLE("anto-dollar-circle", '\ue974'), DOT_CHART("anto-dot-chart", '\ue976'), DOUBLE_LEFT("anto-double-left", '\ue977'), DOUBLE_RIGHT("anto-double-right", '\ue978'), DOWN("anto-down", '\ue97b'), DOWNLOAD("anto-download", '\ue97c'), DOWN_CIRCLE("anto-down-circle", '\ue979'), DOWN_SQUARE("anto-down-square", '\ue97a'), DRAG("anto-drag", '\ue97d'), DRIBBBLE("anto-dribbble", '\ue97f'), DRIBBBLE_SQUARE("anto-dribbble-square", '\ue97e'), DROPBOX("anto-dropbox", '\ue980'), EDIT("anto-edit", '\ue981'), ELLIPSIS("anto-ellipsis", '\ue982'), ENTER("anto-enter", '\ue983'), ENVIRONMENT("anto-environment", '\ue984'), EURO("anto-euro", '\ue986'), EURO_CIRCLE("anto-euro-circle", '\ue985'), EXCEPTION("anto-exception", '\ue987'), EXCLAMATION("anto-exclamation", '\ue989'), EXCLAMATION_CIRCLE("anto-exclamation-circle", '\ue988'), EXPAND("anto-expand", '\ue98b'), EXPAND_ALT("anto-expand-alt", '\ue98a'), EXPERIMENT("anto-experiment", '\ue98c'), EXPORT("anto-export", '\ue98d'), EYE("anto-eye", '\ue98f'), EYE_INVISIBLE("anto-eye-invisible", '\ue98e'), FACEBOOK("anto-facebook", '\ue990'), FALL("anto-fall", '\ue991'), FAST_BACKWARD("anto-fast-backward", '\ue992'), FAST_FORWARD("anto-fast-forward", '\ue993'), FIELD_BINARY("anto-field-binary", '\ue994'), FIELD_NUMBER("anto-field-number", '\ue995'), FIELD_STRING("anto-field-string", '\ue996'), FIELD_TIME("anto-field-time", '\ue997'), FILE("anto-file", '\ue9a9'), FILE_ADD("anto-file-add", '\ue998'), FILE_DONE("anto-file-done", '\ue999'), FILE_EXCEL("anto-file-excel", '\ue99a'), FILE_EXCLAMATION("anto-file-exclamation", '\ue99b'), FILE_GIF("anto-file-gif", '\ue99c'), FILE_IMAGE("anto-file-image", '\ue99d'), FILE_JPG("anto-file-jpg", '\ue99e'), FILE_MARKDOWN("anto-file-markdown", '\ue99f'), FILE_PDF("anto-file-pdf", '\ue9a0'), FILE_PPT("anto-file-ppt", '\ue9a1'), FILE_PROTECT("anto-file-protect", '\ue9a2'), FILE_SEARCH("anto-file-search", '\ue9a3'), FILE_SYNC("anto-file-sync", '\ue9a4'), FILE_TEXT("anto-file-text", '\ue9a5'), FILE_UNKNOWN("anto-file-unknown", '\ue9a6'), FILE_WORD("anto-file-word", '\ue9a7'), FILE_ZIP("anto-file-zip", '\ue9a8'), FILTER("anto-filter", '\ue9aa'), FIRE("anto-fire", '\ue9ab'), FLAG("anto-flag", '\ue9ac'), FOLDER("anto-folder", '\ue9b0'), FOLDER_ADD("anto-folder-add", '\ue9ad'), FOLDER_OPEN("anto-folder-open", '\ue9ae'), FOLDER_VIEW("anto-folder-view", '\ue9af'), FONT_COLORS("anto-font-colors", '\ue9b1'), FONT_SIZE("anto-font-size", '\ue9b2'), FORK("anto-fork", '\ue9b3'), FORM("anto-form", '\ue9b4'), FORMAT_PAINTER("anto-format-painter", '\ue9b5'), FORWARD("anto-forward", '\ue9b6'), FROWN("anto-frown", '\ue9b7'), FULLSCREEN("anto-fullscreen", '\ue9b9'), FULLSCREEN_EXIT("anto-fullscreen-exit", '\ue9b8'), FUNCTION("anto-function", '\ue9ba'), FUND("anto-fund", '\ue9bd'), FUND_PROJECTION_SCREEN("anto-fund-projection-screen", '\ue9bb'), FUND_VIEW("anto-fund-view", '\ue9bc'), FUNNEL_PLOT("anto-funnel-plot", '\ue9be'), GATEWAY("anto-gateway", '\ue9bf'), GIF("anto-gif", '\ue9c0'), GIFT("anto-gift", '\ue9c1'), GITHUB("anto-github", '\ue9c2'), GITLAB("anto-gitlab", '\ue9c3'), GLOBAL("anto-global", '\ue9c4'), GOLD("anto-gold", '\ue9c5'), GOOGLE("anto-google", '\ue9c7'), GOOGLE_PLUS("anto-google-plus", '\ue9c6'), GROUP("anto-group", '\ue9c8'), HDD("anto-hdd", '\ue9c9'), HEART("anto-heart", '\ue9ca'), HEAT_MAP("anto-heat-map", '\ue9cb'), HIGHLIGHT("anto-highlight", '\ue9cc'), HISTORY("anto-history", '\ue9cd'), HOME("anto-home", '\ue9ce'), HOURGLASS("anto-hourglass", '\ue9cf'), HTML5("anto-html5", '\ue9d0'), IDCARD("anto-idcard", '\ue9d1'), IE("anto-ie", '\ue9d2'), IMPORT("anto-import", '\ue9d3'), INBOX("anto-inbox", '\ue9d4'), INFO("anto-info", '\ue9d6'), INFO_CIRCLE("anto-info-circle", '\ue9d5'), INSERT_ROW_ABOVE("anto-insert-row-above", '\ue9d7'), INSERT_ROW_BELOW("anto-insert-row-below", '\ue9d8'), INSERT_ROW_LEFT("anto-insert-row-left", '\ue9d9'), INSERT_ROW_RIGHT("anto-insert-row-right", '\ue9da'), INSTAGRAM("anto-instagram", '\ue9db'), INSURANCE("anto-insurance", '\ue9dc'), INTERACTION("anto-interaction", '\ue9dd'), ISSUES_CLOSE("anto-issues-close", '\ue9de'), ITALIC("anto-italic", '\ue9df'), KEY("anto-key", '\ue9e0'), LAPTOP("anto-laptop", '\ue9e1'), LAYOUT("anto-layout", '\ue9e2'), LEFT("anto-left", '\ue9e5'), LEFT_CIRCLE("anto-left-circle", '\ue9e3'), LEFT_SQUARE("anto-left-square", '\ue9e4'), LIKE("anto-like", '\ue9e6'), LINE("anto-line", '\ue9e9'), LINE_CHART("anto-line-chart", '\ue9e7'), LINE_HEIGHT("anto-line-height", '\ue9e8'), LINK("anto-link", '\ue9ea'), LINKEDIN("anto-linkedin", '\ue9eb'), LOADING("anto-loading", '\ue9ed'), LOADING_3_QUARTERS("anto-loading-3-quarters", '\ue9ec'), LOCK("anto-lock", '\ue9ee'), LOGIN("anto-login", '\ue9ef'), LOGOUT("anto-logout", '\ue9f0'), MAC_COMMAND("anto-mac-command", '\ue9f1'), MAIL("anto-mail", '\ue9f2'), MAN("anto-man", '\ue9f3'), MEDICINE_BOX("anto-medicine-box", '\ue9f4'), MEDIUM("anto-medium", '\ue9f6'), MEDIUM_WORKMARK("anto-medium-workmark", '\ue9f5'), MEH("anto-meh", '\ue9f7'), MENU("anto-menu", '\ue9fa'), MENU_FOLD("anto-menu-fold", '\ue9f8'), MENU_UNFOLD("anto-menu-unfold", '\ue9f9'), MERGE_CELLS("anto-merge-cells", '\ue9fb'), MESSAGE("anto-message", '\ue9fc'), MINUS("anto-minus", '\ue9ff'), MINUS_CIRCLE("anto-minus-circle", '\ue9fd'), MINUS_SQUARE("anto-minus-square", '\ue9fe'), MOBILE("anto-mobile", '\uea00'), MONEY_COLLECT("anto-money-collect", '\uea01'), MONITOR("anto-monitor", '\uea02'), MORE("anto-more", '\uea03'), NODE_COLLAPSE("anto-node-collapse", '\uea04'), NODE_EXPAND("anto-node-expand", '\uea05'), NODE_INDEX("anto-node-index", '\uea06'), NOTIFICATION("anto-notification", '\uea07'), NUMBER("anto-number", '\uea08'), ONE_TO_ONE("anto-one-to-one", '\uea09'), ORDERED_LIST("anto-ordered-list", '\uea0a'), PAPER_CLIP("anto-paper-clip", '\uea0b'), PARTITION("anto-partition", '\uea0c'), PAUSE("anto-pause", '\uea0e'), PAUSE_CIRCLE("anto-pause-circle", '\uea0d'), PAY_CIRCLE("anto-pay-circle", '\uea0f'), PERCENTAGE("anto-percentage", '\uea10'), PHONE("anto-phone", '\uea11'), PICTURE("anto-picture", '\uea15'), PIC_CENTER("anto-pic-center", '\uea12'), PIC_LEFT("anto-pic-left", '\uea13'), PIC_RIGHT("anto-pic-right", '\uea14'), PIE_CHART("anto-pie-chart", '\uea16'), PLAY_CIRCLE("anto-play-circle", '\uea17'), PLAY_SQUARE("anto-play-square", '\uea18'), PLUS("anto-plus", '\uea1b'), PLUS_CIRCLE("anto-plus-circle", '\uea19'), PLUS_SQUARE("anto-plus-square", '\uea1a'), POUND("anto-pound", '\uea1d'), POUND_CIRCLE("anto-pound-circle", '\uea1c'), POWEROFF("anto-poweroff", '\uea1e'), PRINTER("anto-printer", '\uea1f'), PROFILE("anto-profile", '\uea20'), PROJECT("anto-project", '\uea21'), PROPERTY_SAFETY("anto-property-safety", '\uea22'), PULL_REQUEST("anto-pull-request", '\uea23'), PUSHPIN("anto-pushpin", '\uea24'), QQ("anto-qq", '\uea25'), QRCODE("anto-qrcode", '\uea26'), QUESTION("anto-question", '\uea28'), QUESTION_CIRCLE("anto-question-circle", '\uea27'), RADAR_CHART("anto-radar-chart", '\uea29'), RADIUS_BOTTOMLEFT("anto-radius-bottomleft", '\uea2a'), RADIUS_BOTTOMRIGHT("anto-radius-bottomright", '\uea2b'), RADIUS_SETTING("anto-radius-setting", '\uea2c'), RADIUS_UPLEFT("anto-radius-upleft", '\uea2d'), RADIUS_UPRIGHT("anto-radius-upright", '\uea2e'), READ("anto-read", '\uea2f'), RECONCILIATION("anto-reconciliation", '\uea30'), REDDIT("anto-reddit", '\uea32'), REDO("anto-redo", '\uea33'), RED_ENVELOPE("anto-red-envelope", '\uea31'), RELOAD("anto-reload", '\uea34'), REST("anto-rest", '\uea35'), RETWEET("anto-retweet", '\uea36'), RIGHT("anto-right", '\uea39'), RIGHT_CIRCLE("anto-right-circle", '\uea37'), RIGHT_SQUARE("anto-right-square", '\uea38'), RISE("anto-rise", '\uea3a'), ROBOT("anto-robot", '\uea3b'), ROCKET("anto-rocket", '\uea3c'), ROLLBACK("anto-rollback", '\uea3d'), ROTATE_LEFT("anto-rotate-left", '\uea3e'), ROTATE_RIGHT("anto-rotate-right", '\uea3f'), SAFETY("anto-safety", '\uea41'), SAFETY_CERTIFICATE("anto-safety-certificate", '\uea40'), SAVE("anto-save", '\uea42'), SCAN("anto-scan", '\uea43'), SCHEDULE("anto-schedule", '\uea44'), SCISSOR("anto-scissor", '\uea45'), SEARCH("anto-search", '\uea46'), SECURITY_SCAN("anto-security-scan", '\uea47'), SELECT("anto-select", '\uea48'), SEND("anto-send", '\uea49'), SETTING("anto-setting", '\uea4a'), SHAKE("anto-shake", '\uea4b'), SHARE_ALT("anto-share-alt", '\uea4c'), SHOP("anto-shop", '\uea4d'), SHOPPING("anto-shopping", '\uea4f'), SHOPPING_CART("anto-shopping-cart", '\uea4e'), SHRINK("anto-shrink", '\uea50'), SISTERNODE("anto-sisternode", '\uea51'), SKETCH("anto-sketch", '\uea52'), SKIN("anto-skin", '\uea53'), SKYPE("anto-skype", '\uea54'), SLACK("anto-slack", '\uea56'), SLACK_SQUARE("anto-slack-square", '\uea55'), SLIDERS("anto-sliders", '\uea57'), SMALL_DASH("anto-small-dash", '\uea58'), SMILE("anto-smile", '\uea59'), SNIPPETS("anto-snippets", '\uea5a'), SOLUTION("anto-solution", '\uea5b'), SORT_ASCENDING("anto-sort-ascending", '\uea5c'), SORT_DESCENDING("anto-sort-descending", '\uea5d'), SOUND("anto-sound", '\uea5e'), SPLIT_CELLS("anto-split-cells", '\uea5f'), STAR("anto-star", '\uea60'), STEP_BACKWARD("anto-step-backward", '\uea61'), STEP_FORWARD("anto-step-forward", '\uea62'), STOCK("anto-stock", '\uea63'), STOP("anto-stop", '\uea64'), STRIKETHROUGH("anto-strikethrough", '\uea65'), SUBNODE("anto-subnode", '\uea66'), SWAP("anto-swap", '\uea69'), SWAP_LEFT("anto-swap-left", '\uea67'), SWAP_RIGHT("anto-swap-right", '\uea68'), SWITCHER("anto-switcher", '\uea6a'), SYNC("anto-sync", '\uea6b'), TABLE("anto-table", '\uea6c'), TABLET("anto-tablet", '\uea6d'), TAG("anto-tag", '\uea6e'), TAGS("anto-tags", '\uea6f'), TAOBAO("anto-taobao", '\uea71'), TAOBAO_CIRCLE("anto-taobao-circle", '\uea70'), TEAM("anto-team", '\uea72'), THUNDERBOLT("anto-thunderbolt", '\uea73'), TOOL("anto-tool", '\uea75'), TO_TOP("anto-to-top", '\uea74'), TRADEMARK("anto-trademark", '\uea77'), TRADEMARK_CIRCLE("anto-trademark-circle", '\uea76'), TRANSACTION("anto-transaction", '\uea78'), TRANSLATION("anto-translation", '\uea79'), TROPHY("anto-trophy", '\uea7a'), TWITTER("anto-twitter", '\uea7b'), UNDERLINE("anto-underline", '\uea7c'), UNDO("anto-undo", '\uea7d'), UNGROUP("anto-ungroup", '\uea7e'), UNLOCK("anto-unlock", '\uea7f'), UNORDERED_LIST("anto-unordered-list", '\uea80'), UP("anto-up", '\uea83'), UPLOAD("anto-upload", '\uea84'), UP_CIRCLE("anto-up-circle", '\uea81'), UP_SQUARE("anto-up-square", '\uea82'), USB("anto-usb", '\uea85'), USER("anto-user", '\uea89'), USERGROUP_ADD("anto-usergroup-add", '\uea8a'), USERGROUP_DELETE("anto-usergroup-delete", '\uea8b'), USER_ADD("anto-user-add", '\uea86'), USER_DELETE("anto-user-delete", '\uea87'), USER_SWITCH("anto-user-switch", '\uea88'), VERIFIED("anto-verified", '\uea8c'), VERTICAL_ALIGN_BOTTOM("anto-vertical-align-bottom", '\uea8d'), VERTICAL_ALIGN_MIDDLE("anto-vertical-align-middle", '\uea8e'), VERTICAL_ALIGN_TOP("anto-vertical-align-top", '\uea8f'), VERTICAL_LEFT("anto-vertical-left", '\uea90'), VERTICAL_RIGHT("anto-vertical-right", '\uea91'), VIDEO_CAMERA("anto-video-camera", '\uea93'), VIDEO_CAMERA_ADD("anto-video-camera-add", '\uea92'), WALLET("anto-wallet", '\uea94'), WARNING("anto-warning", '\uea95'), WECHAT("anto-wechat", '\uea96'), WEIBO("anto-weibo", '\uea99'), WEIBO_CIRCLE("anto-weibo-circle", '\uea97'), WEIBO_SQUARE("anto-weibo-square", '\uea98'), WHATS_APP("anto-whats-app", '\uea9a'), WIFI("anto-wifi", '\uea9b'), WINDOWS("anto-windows", '\uea9c'), WOMAN("anto-woman", '\uea9d'), YAHOO("anto-yahoo", '\uea9e'), YOUTUBE("anto-youtube", '\uea9f'), YUQUE("anto-yuque", '\ueaa0'), ZHIHU("anto-zhihu", '\ueaa1'), ZOOM_IN("anto-zoom-in", '\ueaa2'), ZOOM_OUT("anto-zoom-out", '\ueaa3'); public static AntDesignIconsOutlined findByDescription(String description) { for (AntDesignIconsOutlined font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; AntDesignIconsOutlined(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/java/org/kordamp/ikonli/antdesignicons/AntDesignIconsOutlinedIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.antdesignicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class AntDesignIconsOutlinedIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/antdesignicons/4.0.0/fonts/AntDesign-Icons-Outlined.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("anto-"); } @Override public Ikon resolve(String description) { return AntDesignIconsOutlined.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "AntDesign-Icons-Outlined"; } } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/java/org/kordamp/ikonli/antdesignicons/AntDesignIconsOutlinedIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.antdesignicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class AntDesignIconsOutlinedIkonProvider implements IkonProvider { @Override public Class getIkon() { return AntDesignIconsOutlined.class; } } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/resources/META-INF/resources/antdesignicons/4.0.0/css/antdesignicons-filled.css ================================================ @font-face { font-family: 'AntDesign-Icons-Filled'; src: url('../fonts/AntDesign-Icons-Filled.eot?v1adt0'); src: url('../fonts/AntDesign-Icons-Filled.eot?v1adt0#iefix') format('embedded-opentype'), url('../fonts/AntDesign-Icons-Filled.ttf?v1adt0') format('truetype'), url('../fonts/AntDesign-Icons-Filled.woff?v1adt0') format('woff'), url('../fonts/AntDesign-Icons-Filled.svg?v1adt0#AntDesign-Icons-Filled') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="antf"], [class*=" antf"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'AntDesign-Icons-Filled' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .antf-account-book:before { content: "\e900"; } .antf-alert:before { content: "\e901"; } .antf-alipay-circle:before { content: "\e902"; } .antf-alipay-square:before { content: "\e903"; } .antf-aliwangwang:before { content: "\e904"; } .antf-amazon-circle:before { content: "\e905"; } .antf-amazon-square:before { content: "\e906"; } .antf-android:before { content: "\e907"; } .antf-api:before { content: "\e908"; } .antf-apple:before { content: "\e909"; } .antf-appstore:before { content: "\e90a"; } .antf-audio:before { content: "\e90b"; } .antf-backward:before { content: "\e90c"; } .antf-bank:before { content: "\e90d"; } .antf-behance-circle:before { content: "\e90e"; } .antf-behance-square:before { content: "\e90f"; } .antf-bell:before { content: "\e910"; } .antf-book:before { content: "\e911"; } .antf-box-plot:before { content: "\e912"; } .antf-bug:before { content: "\e913"; } .antf-build:before { content: "\e914"; } .antf-bulb:before { content: "\e915"; } .antf-calculator:before { content: "\e916"; } .antf-calendar:before { content: "\e917"; } .antf-camera:before { content: "\e918"; } .antf-car:before { content: "\e919"; } .antf-caret-down:before { content: "\e91a"; } .antf-caret-left:before { content: "\e91b"; } .antf-caret-right:before { content: "\e91c"; } .antf-caret-up:before { content: "\e91d"; } .antf-carry-out:before { content: "\e91e"; } .antf-check-circle:before { content: "\e91f"; } .antf-check-square:before { content: "\e920"; } .antf-chrome:before { content: "\e921"; } .antf-ci-circle:before { content: "\e922"; } .antf-clock-circle:before { content: "\e923"; } .antf-close-circle:before { content: "\e924"; } .antf-close-square:before { content: "\e925"; } .antf-cloud:before { content: "\e926"; } .antf-code-sandbox-circle:before { content: "\e927"; } .antf-code-sandbox-square:before { content: "\e928"; } .antf-code:before { content: "\e929"; } .antf-codepen-circle:before { content: "\e92a"; } .antf-codepen-square:before { content: "\e92b"; } .antf-compass:before { content: "\e92c"; } .antf-contacts:before { content: "\e92d"; } .antf-container:before { content: "\e92e"; } .antf-control:before { content: "\e92f"; } .antf-copy:before { content: "\e930"; } .antf-copyright-circle:before { content: "\e931"; } .antf-credit-card:before { content: "\e932"; } .antf-crown:before { content: "\e933"; } .antf-customer-service:before { content: "\e934"; } .antf-dashboard:before { content: "\e935"; } .antf-database:before { content: "\e936"; } .antf-delete:before { content: "\e937"; } .antf-diff:before { content: "\e938"; } .antf-dingtalk-circle:before { content: "\e939"; } .antf-dingtalk-square:before { content: "\e93a"; } .antf-dislike:before { content: "\e93b"; } .antf-dollar-circle:before { content: "\e93c"; } .antf-down-circle:before { content: "\e93d"; } .antf-down-square:before { content: "\e93e"; } .antf-dribbble-circle:before { content: "\e93f"; } .antf-dribbble-square:before { content: "\e940"; } .antf-dropbox-circle:before { content: "\e941"; } .antf-dropbox-square:before { content: "\e942"; } .antf-edit:before { content: "\e943"; } .antf-environment:before { content: "\e944"; } .antf-euro-circle:before { content: "\e945"; } .antf-exclamation-circle:before { content: "\e946"; } .antf-experiment:before { content: "\e947"; } .antf-eye-invisible:before { content: "\e948"; } .antf-eye:before { content: "\e949"; } .antf-facebook:before { content: "\e94a"; } .antf-fast-backward:before { content: "\e94b"; } .antf-fast-forward:before { content: "\e94c"; } .antf-file-add:before { content: "\e94d"; } .antf-file-excel:before { content: "\e94e"; } .antf-file-exclamation:before { content: "\e94f"; } .antf-file-image:before { content: "\e950"; } .antf-file-markdown:before { content: "\e951"; } .antf-file-pdf:before { content: "\e952"; } .antf-file-ppt:before { content: "\e953"; } .antf-file-text:before { content: "\e954"; } .antf-file-unknown:before { content: "\e955"; } .antf-file-word:before { content: "\e956"; } .antf-file-zip:before { content: "\e957"; } .antf-file:before { content: "\e958"; } .antf-filter:before { content: "\e959"; } .antf-fire:before { content: "\e95a"; } .antf-flag:before { content: "\e95b"; } .antf-folder-add:before { content: "\e95c"; } .antf-folder-open:before { content: "\e95d"; } .antf-folder:before { content: "\e95e"; } .antf-format-painter:before { content: "\e95f"; } .antf-forward:before { content: "\e960"; } .antf-frown:before { content: "\e961"; } .antf-fund:before { content: "\e962"; } .antf-funnel-plot:before { content: "\e963"; } .antf-gift:before { content: "\e964"; } .antf-github:before { content: "\e965"; } .antf-gitlab:before { content: "\e966"; } .antf-gold:before { content: "\e967"; } .antf-golden:before { content: "\e968"; } .antf-google-circle:before { content: "\e969"; } .antf-google-plus-circle:before { content: "\e96a"; } .antf-google-plus-square:before { content: "\e96b"; } .antf-google-square:before { content: "\e96c"; } .antf-hdd:before { content: "\e96d"; } .antf-heart:before { content: "\e96e"; } .antf-highlight:before { content: "\e96f"; } .antf-home:before { content: "\e970"; } .antf-hourglass:before { content: "\e971"; } .antf-html5:before { content: "\e972"; } .antf-idcard:before { content: "\e973"; } .antf-ie-circle:before { content: "\e974"; } .antf-ie-square:before { content: "\e975"; } .antf-info-circle:before { content: "\e976"; } .antf-instagram:before { content: "\e977"; } .antf-insurance:before { content: "\e978"; } .antf-interaction:before { content: "\e979"; } .antf-layout:before { content: "\e97a"; } .antf-left-circle:before { content: "\e97b"; } .antf-left-square:before { content: "\e97c"; } .antf-like:before { content: "\e97d"; } .antf-linkedin:before { content: "\e97e"; } .antf-lock:before { content: "\e97f"; } .antf-mac-command:before { content: "\e980"; } .antf-mail:before { content: "\e981"; } .antf-medicine-box:before { content: "\e982"; } .antf-medium-circle:before { content: "\e983"; } .antf-medium-square:before { content: "\e984"; } .antf-meh:before { content: "\e985"; } .antf-message:before { content: "\e986"; } .antf-minus-circle:before { content: "\e987"; } .antf-minus-square:before { content: "\e988"; } .antf-mobile:before { content: "\e989"; } .antf-money-collect:before { content: "\e98a"; } .antf-notification:before { content: "\e98b"; } .antf-pause-circle:before { content: "\e98c"; } .antf-pay-circle:before { content: "\e98d"; } .antf-phone:before { content: "\e98e"; } .antf-picture:before { content: "\e98f"; } .antf-pie-chart:before { content: "\e990"; } .antf-play-circle:before { content: "\e991"; } .antf-play-square:before { content: "\e992"; } .antf-plus-circle:before { content: "\e993"; } .antf-plus-square:before { content: "\e994"; } .antf-pound-circle:before { content: "\e995"; } .antf-printer:before { content: "\e996"; } .antf-profile:before { content: "\e997"; } .antf-project:before { content: "\e998"; } .antf-property-safety:before { content: "\e999"; } .antf-pushpin:before { content: "\e99a"; } .antf-qq-circle:before { content: "\e99b"; } .antf-qq-square:before { content: "\e99c"; } .antf-question-circle:before { content: "\e99d"; } .antf-read:before { content: "\e99e"; } .antf-reconciliation:before { content: "\e99f"; } .antf-red-envelope:before { content: "\e9a0"; } .antf-reddit-circle:before { content: "\e9a1"; } .antf-reddit-square:before { content: "\e9a2"; } .antf-rest:before { content: "\e9a3"; } .antf-right-circle:before { content: "\e9a4"; } .antf-right-square:before { content: "\e9a5"; } .antf-robot:before { content: "\e9a6"; } .antf-rocket:before { content: "\e9a7"; } .antf-safety-certificate:before { content: "\e9a8"; } .antf-save:before { content: "\e9a9"; } .antf-schedule:before { content: "\e9aa"; } .antf-security-scan:before { content: "\e9ab"; } .antf-setting:before { content: "\e9ac"; } .antf-shop:before { content: "\e9ad"; } .antf-shopping:before { content: "\e9ae"; } .antf-signal:before { content: "\e9af"; } .antf-sketch-circle:before { content: "\e9b0"; } .antf-sketch-square:before { content: "\e9b1"; } .antf-skin:before { content: "\e9b2"; } .antf-skype:before { content: "\e9b3"; } .antf-slack-circle:before { content: "\e9b4"; } .antf-slack-square:before { content: "\e9b5"; } .antf-sliders:before { content: "\e9b6"; } .antf-smile:before { content: "\e9b7"; } .antf-snippets:before { content: "\e9b8"; } .antf-sound:before { content: "\e9b9"; } .antf-star:before { content: "\e9ba"; } .antf-step-backward:before { content: "\e9bb"; } .antf-step-forward:before { content: "\e9bc"; } .antf-stop:before { content: "\e9bd"; } .antf-switcher:before { content: "\e9be"; } .antf-tablet:before { content: "\e9bf"; } .antf-tag:before { content: "\e9c0"; } .antf-tags:before { content: "\e9c1"; } .antf-taobao-circle:before { content: "\e9c2"; } .antf-taobao-square:before { content: "\e9c3"; } .antf-thunderbolt:before { content: "\e9c4"; } .antf-tool:before { content: "\e9c5"; } .antf-trademark-circle:before { content: "\e9c6"; } .antf-trophy:before { content: "\e9c7"; } .antf-twitter-circle:before { content: "\e9c8"; } .antf-twitter-square:before { content: "\e9c9"; } .antf-unlock:before { content: "\e9ca"; } .antf-up-circle:before { content: "\e9cb"; } .antf-up-square:before { content: "\e9cc"; } .antf-usb:before { content: "\e9cd"; } .antf-video-camera:before { content: "\e9ce"; } .antf-wallet:before { content: "\e9cf"; } .antf-warning:before { content: "\e9d0"; } .antf-wechat:before { content: "\e9d1"; } .antf-weibo-circle:before { content: "\e9d2"; } .antf-weibo-square:before { content: "\e9d3"; } .antf-windows:before { content: "\e9d4"; } .antf-yahoo:before { content: "\e9d5"; } .antf-youtube:before { content: "\e9d6"; } .antf-yuque:before { content: "\e9d7"; } .antf-zhihu-circle:before { content: "\e9d8"; } .antf-zhihu-square:before { content: "\e9d9"; } ================================================ FILE: icon-packs/ikonli-antdesignicons-pack/src/main/resources/META-INF/resources/antdesignicons/4.0.0/css/antdesignicons-outlined.css ================================================ @font-face { font-family: 'AntDesign-Icons-Outlined'; src: url('../fonts/AntDesign-Icons-Outlined.eot?ospa9b'); src: url('../fonts/AntDesign-Icons-Outlined.eot?ospa9b#iefix') format('embedded-opentype'), url('../fonts/AntDesign-Icons-Outlined.ttf?ospa9b') format('truetype'), url('../fonts/AntDesign-Icons-Outlined.woff?ospa9b') format('woff'), url('../fonts/AntDesign-Icons-Outlined.svg?ospa9b#AntDesign-Icons-Outlined') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="anto"], [class*=" anto"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'AntDesign-Icons-Outlined' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .anto-account-book:before { content: "\e900"; } .anto-aim:before { content: "\e901"; } .anto-alert:before { content: "\e902"; } .anto-alibaba:before { content: "\e903"; } .anto-align-center:before { content: "\e904"; } .anto-align-left:before { content: "\e905"; } .anto-align-right:before { content: "\e906"; } .anto-alipay-circle:before { content: "\e907"; } .anto-alipay:before { content: "\e908"; } .anto-aliwangwang:before { content: "\e909"; } .anto-aliyun:before { content: "\e90a"; } .anto-amazon:before { content: "\e90b"; } .anto-android:before { content: "\e90c"; } .anto-ant-cloud:before { content: "\e90d"; } .anto-ant-design:before { content: "\e90e"; } .anto-apartment:before { content: "\e90f"; } .anto-api:before { content: "\e910"; } .anto-apple:before { content: "\e911"; } .anto-appstore-add:before { content: "\e912"; } .anto-appstore:before { content: "\e913"; } .anto-area-chart:before { content: "\e914"; } .anto-arrow-down:before { content: "\e915"; } .anto-arrow-left:before { content: "\e916"; } .anto-arrow-right:before { content: "\e917"; } .anto-arrow-up:before { content: "\e918"; } .anto-arrows-alt:before { content: "\e919"; } .anto-audio-muted:before { content: "\e91a"; } .anto-audio:before { content: "\e91b"; } .anto-audit:before { content: "\e91c"; } .anto-backward:before { content: "\e91d"; } .anto-bank:before { content: "\e91e"; } .anto-bar-chart:before { content: "\e91f"; } .anto-barcode:before { content: "\e920"; } .anto-bars:before { content: "\e921"; } .anto-behance-square:before { content: "\e922"; } .anto-behance:before { content: "\e923"; } .anto-bell:before { content: "\e924"; } .anto-bg-colors:before { content: "\e925"; } .anto-block:before { content: "\e926"; } .anto-bold:before { content: "\e927"; } .anto-book:before { content: "\e928"; } .anto-border-bottom:before { content: "\e929"; } .anto-border-horizontal:before { content: "\e92a"; } .anto-border-inner:before { content: "\e92b"; } .anto-border-left:before { content: "\e92c"; } .anto-border-outer:before { content: "\e92d"; } .anto-border-right:before { content: "\e92e"; } .anto-border-top:before { content: "\e92f"; } .anto-border-verticle:before { content: "\e930"; } .anto-border:before { content: "\e931"; } .anto-borderless-table:before { content: "\e932"; } .anto-box-plot:before { content: "\e933"; } .anto-branches:before { content: "\e934"; } .anto-bug:before { content: "\e935"; } .anto-build:before { content: "\e936"; } .anto-bulb:before { content: "\e937"; } .anto-calculator:before { content: "\e938"; } .anto-calendar:before { content: "\e939"; } .anto-camera:before { content: "\e93a"; } .anto-car:before { content: "\e93b"; } .anto-caret-down:before { content: "\e93c"; } .anto-caret-left:before { content: "\e93d"; } .anto-caret-right:before { content: "\e93e"; } .anto-caret-up:before { content: "\e93f"; } .anto-carry-out:before { content: "\e940"; } .anto-check-circle:before { content: "\e941"; } .anto-check-square:before { content: "\e942"; } .anto-check:before { content: "\e943"; } .anto-chrome:before { content: "\e944"; } .anto-ci-circle:before { content: "\e945"; } .anto-ci:before { content: "\e946"; } .anto-clear:before { content: "\e947"; } .anto-clock-circle:before { content: "\e948"; } .anto-close-circle:before { content: "\e949"; } .anto-close-square:before { content: "\e94a"; } .anto-close:before { content: "\e94b"; } .anto-cloud-download:before { content: "\e94c"; } .anto-cloud-server:before { content: "\e94d"; } .anto-cloud-sync:before { content: "\e94e"; } .anto-cloud-upload:before { content: "\e94f"; } .anto-cloud:before { content: "\e950"; } .anto-cluster:before { content: "\e951"; } .anto-code-sandbox:before { content: "\e952"; } .anto-code:before { content: "\e953"; } .anto-codepen-circle:before { content: "\e954"; } .anto-codepen:before { content: "\e955"; } .anto-coffee:before { content: "\e956"; } .anto-column-height:before { content: "\e957"; } .anto-column-width:before { content: "\e958"; } .anto-comment:before { content: "\e959"; } .anto-compass:before { content: "\e95a"; } .anto-compress:before { content: "\e95b"; } .anto-console-sql:before { content: "\e95c"; } .anto-contacts:before { content: "\e95d"; } .anto-container:before { content: "\e95e"; } .anto-control:before { content: "\e95f"; } .anto-copy:before { content: "\e960"; } .anto-copyright-circle:before { content: "\e961"; } .anto-copyright:before { content: "\e962"; } .anto-credit-card:before { content: "\e963"; } .anto-crown:before { content: "\e964"; } .anto-customer-service:before { content: "\e965"; } .anto-dash:before { content: "\e966"; } .anto-dashboard:before { content: "\e967"; } .anto-database:before { content: "\e968"; } .anto-delete-column:before { content: "\e969"; } .anto-delete-row:before { content: "\e96a"; } .anto-delete:before { content: "\e96b"; } .anto-delivered-procedure:before { content: "\e96c"; } .anto-deployment-unit:before { content: "\e96d"; } .anto-desktop:before { content: "\e96e"; } .anto-diff:before { content: "\e96f"; } .anto-dingding:before { content: "\e970"; } .anto-dingtalk:before { content: "\e971"; } .anto-disconnect:before { content: "\e972"; } .anto-dislike:before { content: "\e973"; } .anto-dollar-circle:before { content: "\e974"; } .anto-dollar:before { content: "\e975"; } .anto-dot-chart:before { content: "\e976"; } .anto-double-left:before { content: "\e977"; } .anto-double-right:before { content: "\e978"; } .anto-down-circle:before { content: "\e979"; } .anto-down-square:before { content: "\e97a"; } .anto-down:before { content: "\e97b"; } .anto-download:before { content: "\e97c"; } .anto-drag:before { content: "\e97d"; } .anto-dribbble-square:before { content: "\e97e"; } .anto-dribbble:before { content: "\e97f"; } .anto-dropbox:before { content: "\e980"; } .anto-edit:before { content: "\e981"; } .anto-ellipsis:before { content: "\e982"; } .anto-enter:before { content: "\e983"; } .anto-environment:before { content: "\e984"; } .anto-euro-circle:before { content: "\e985"; } .anto-euro:before { content: "\e986"; } .anto-exception:before { content: "\e987"; } .anto-exclamation-circle:before { content: "\e988"; } .anto-exclamation:before { content: "\e989"; } .anto-expand-alt:before { content: "\e98a"; } .anto-expand:before { content: "\e98b"; } .anto-experiment:before { content: "\e98c"; } .anto-export:before { content: "\e98d"; } .anto-eye-invisible:before { content: "\e98e"; } .anto-eye:before { content: "\e98f"; } .anto-facebook:before { content: "\e990"; } .anto-fall:before { content: "\e991"; } .anto-fast-backward:before { content: "\e992"; } .anto-fast-forward:before { content: "\e993"; } .anto-field-binary:before { content: "\e994"; } .anto-field-number:before { content: "\e995"; } .anto-field-string:before { content: "\e996"; } .anto-field-time:before { content: "\e997"; } .anto-file-add:before { content: "\e998"; } .anto-file-done:before { content: "\e999"; } .anto-file-excel:before { content: "\e99a"; } .anto-file-exclamation:before { content: "\e99b"; } .anto-file-gif:before { content: "\e99c"; } .anto-file-image:before { content: "\e99d"; } .anto-file-jpg:before { content: "\e99e"; } .anto-file-markdown:before { content: "\e99f"; } .anto-file-pdf:before { content: "\e9a0"; } .anto-file-ppt:before { content: "\e9a1"; } .anto-file-protect:before { content: "\e9a2"; } .anto-file-search:before { content: "\e9a3"; } .anto-file-sync:before { content: "\e9a4"; } .anto-file-text:before { content: "\e9a5"; } .anto-file-unknown:before { content: "\e9a6"; } .anto-file-word:before { content: "\e9a7"; } .anto-file-zip:before { content: "\e9a8"; } .anto-file:before { content: "\e9a9"; } .anto-filter:before { content: "\e9aa"; } .anto-fire:before { content: "\e9ab"; } .anto-flag:before { content: "\e9ac"; } .anto-folder-add:before { content: "\e9ad"; } .anto-folder-open:before { content: "\e9ae"; } .anto-folder-view:before { content: "\e9af"; } .anto-folder:before { content: "\e9b0"; } .anto-font-colors:before { content: "\e9b1"; } .anto-font-size:before { content: "\e9b2"; } .anto-fork:before { content: "\e9b3"; } .anto-form:before { content: "\e9b4"; } .anto-format-painter:before { content: "\e9b5"; } .anto-forward:before { content: "\e9b6"; } .anto-frown:before { content: "\e9b7"; } .anto-fullscreen-exit:before { content: "\e9b8"; } .anto-fullscreen:before { content: "\e9b9"; } .anto-function:before { content: "\e9ba"; } .anto-fund-projection-screen:before { content: "\e9bb"; } .anto-fund-view:before { content: "\e9bc"; } .anto-fund:before { content: "\e9bd"; } .anto-funnel-plot:before { content: "\e9be"; } .anto-gateway:before { content: "\e9bf"; } .anto-gif:before { content: "\e9c0"; } .anto-gift:before { content: "\e9c1"; } .anto-github:before { content: "\e9c2"; } .anto-gitlab:before { content: "\e9c3"; } .anto-global:before { content: "\e9c4"; } .anto-gold:before { content: "\e9c5"; } .anto-google-plus:before { content: "\e9c6"; } .anto-google:before { content: "\e9c7"; } .anto-group:before { content: "\e9c8"; } .anto-hdd:before { content: "\e9c9"; } .anto-heart:before { content: "\e9ca"; } .anto-heat-map:before { content: "\e9cb"; } .anto-highlight:before { content: "\e9cc"; } .anto-history:before { content: "\e9cd"; } .anto-home:before { content: "\e9ce"; } .anto-hourglass:before { content: "\e9cf"; } .anto-html5:before { content: "\e9d0"; } .anto-idcard:before { content: "\e9d1"; } .anto-ie:before { content: "\e9d2"; } .anto-import:before { content: "\e9d3"; } .anto-inbox:before { content: "\e9d4"; } .anto-info-circle:before { content: "\e9d5"; } .anto-info:before { content: "\e9d6"; } .anto-insert-row-above:before { content: "\e9d7"; } .anto-insert-row-below:before { content: "\e9d8"; } .anto-insert-row-left:before { content: "\e9d9"; } .anto-insert-row-right:before { content: "\e9da"; } .anto-instagram:before { content: "\e9db"; } .anto-insurance:before { content: "\e9dc"; } .anto-interaction:before { content: "\e9dd"; } .anto-issues-close:before { content: "\e9de"; } .anto-italic:before { content: "\e9df"; } .anto-key:before { content: "\e9e0"; } .anto-laptop:before { content: "\e9e1"; } .anto-layout:before { content: "\e9e2"; } .anto-left-circle:before { content: "\e9e3"; } .anto-left-square:before { content: "\e9e4"; } .anto-left:before { content: "\e9e5"; } .anto-like:before { content: "\e9e6"; } .anto-line-chart:before { content: "\e9e7"; } .anto-line-height:before { content: "\e9e8"; } .anto-line:before { content: "\e9e9"; } .anto-link:before { content: "\e9ea"; } .anto-linkedin:before { content: "\e9eb"; } .anto-loading-3-quarters:before { content: "\e9ec"; } .anto-loading:before { content: "\e9ed"; } .anto-lock:before { content: "\e9ee"; } .anto-login:before { content: "\e9ef"; } .anto-logout:before { content: "\e9f0"; } .anto-mac-command:before { content: "\e9f1"; } .anto-mail:before { content: "\e9f2"; } .anto-man:before { content: "\e9f3"; } .anto-medicine-box:before { content: "\e9f4"; } .anto-medium-workmark:before { content: "\e9f5"; } .anto-medium:before { content: "\e9f6"; } .anto-meh:before { content: "\e9f7"; } .anto-menu-fold:before { content: "\e9f8"; } .anto-menu-unfold:before { content: "\e9f9"; } .anto-menu:before { content: "\e9fa"; } .anto-merge-cells:before { content: "\e9fb"; } .anto-message:before { content: "\e9fc"; } .anto-minus-circle:before { content: "\e9fd"; } .anto-minus-square:before { content: "\e9fe"; } .anto-minus:before { content: "\e9ff"; } .anto-mobile:before { content: "\ea00"; } .anto-money-collect:before { content: "\ea01"; } .anto-monitor:before { content: "\ea02"; } .anto-more:before { content: "\ea03"; } .anto-node-collapse:before { content: "\ea04"; } .anto-node-expand:before { content: "\ea05"; } .anto-node-index:before { content: "\ea06"; } .anto-notification:before { content: "\ea07"; } .anto-number:before { content: "\ea08"; } .anto-one-to-one:before { content: "\ea09"; } .anto-ordered-list:before { content: "\ea0a"; } .anto-paper-clip:before { content: "\ea0b"; } .anto-partition:before { content: "\ea0c"; } .anto-pause-circle:before { content: "\ea0d"; } .anto-pause:before { content: "\ea0e"; } .anto-pay-circle:before { content: "\ea0f"; } .anto-percentage:before { content: "\ea10"; } .anto-phone:before { content: "\ea11"; } .anto-pic-center:before { content: "\ea12"; } .anto-pic-left:before { content: "\ea13"; } .anto-pic-right:before { content: "\ea14"; } .anto-picture:before { content: "\ea15"; } .anto-pie-chart:before { content: "\ea16"; } .anto-play-circle:before { content: "\ea17"; } .anto-play-square:before { content: "\ea18"; } .anto-plus-circle:before { content: "\ea19"; } .anto-plus-square:before { content: "\ea1a"; } .anto-plus:before { content: "\ea1b"; } .anto-pound-circle:before { content: "\ea1c"; } .anto-pound:before { content: "\ea1d"; } .anto-poweroff:before { content: "\ea1e"; } .anto-printer:before { content: "\ea1f"; } .anto-profile:before { content: "\ea20"; } .anto-project:before { content: "\ea21"; } .anto-property-safety:before { content: "\ea22"; } .anto-pull-request:before { content: "\ea23"; } .anto-pushpin:before { content: "\ea24"; } .anto-qq:before { content: "\ea25"; } .anto-qrcode:before { content: "\ea26"; } .anto-question-circle:before { content: "\ea27"; } .anto-question:before { content: "\ea28"; } .anto-radar-chart:before { content: "\ea29"; } .anto-radius-bottomleft:before { content: "\ea2a"; } .anto-radius-bottomright:before { content: "\ea2b"; } .anto-radius-setting:before { content: "\ea2c"; } .anto-radius-upleft:before { content: "\ea2d"; } .anto-radius-upright:before { content: "\ea2e"; } .anto-read:before { content: "\ea2f"; } .anto-reconciliation:before { content: "\ea30"; } .anto-red-envelope:before { content: "\ea31"; } .anto-reddit:before { content: "\ea32"; } .anto-redo:before { content: "\ea33"; } .anto-reload:before { content: "\ea34"; } .anto-rest:before { content: "\ea35"; } .anto-retweet:before { content: "\ea36"; } .anto-right-circle:before { content: "\ea37"; } .anto-right-square:before { content: "\ea38"; } .anto-right:before { content: "\ea39"; } .anto-rise:before { content: "\ea3a"; } .anto-robot:before { content: "\ea3b"; } .anto-rocket:before { content: "\ea3c"; } .anto-rollback:before { content: "\ea3d"; } .anto-rotate-left:before { content: "\ea3e"; } .anto-rotate-right:before { content: "\ea3f"; } .anto-safety-certificate:before { content: "\ea40"; } .anto-safety:before { content: "\ea41"; } .anto-save:before { content: "\ea42"; } .anto-scan:before { content: "\ea43"; } .anto-schedule:before { content: "\ea44"; } .anto-scissor:before { content: "\ea45"; } .anto-search:before { content: "\ea46"; } .anto-security-scan:before { content: "\ea47"; } .anto-select:before { content: "\ea48"; } .anto-send:before { content: "\ea49"; } .anto-setting:before { content: "\ea4a"; } .anto-shake:before { content: "\ea4b"; } .anto-share-alt:before { content: "\ea4c"; } .anto-shop:before { content: "\ea4d"; } .anto-shopping-cart:before { content: "\ea4e"; } .anto-shopping:before { content: "\ea4f"; } .anto-shrink:before { content: "\ea50"; } .anto-sisternode:before { content: "\ea51"; } .anto-sketch:before { content: "\ea52"; } .anto-skin:before { content: "\ea53"; } .anto-skype:before { content: "\ea54"; } .anto-slack-square:before { content: "\ea55"; } .anto-slack:before { content: "\ea56"; } .anto-sliders:before { content: "\ea57"; } .anto-small-dash:before { content: "\ea58"; } .anto-smile:before { content: "\ea59"; } .anto-snippets:before { content: "\ea5a"; } .anto-solution:before { content: "\ea5b"; } .anto-sort-ascending:before { content: "\ea5c"; } .anto-sort-descending:before { content: "\ea5d"; } .anto-sound:before { content: "\ea5e"; } .anto-split-cells:before { content: "\ea5f"; } .anto-star:before { content: "\ea60"; } .anto-step-backward:before { content: "\ea61"; } .anto-step-forward:before { content: "\ea62"; } .anto-stock:before { content: "\ea63"; } .anto-stop:before { content: "\ea64"; } .anto-strikethrough:before { content: "\ea65"; } .anto-subnode:before { content: "\ea66"; } .anto-swap-left:before { content: "\ea67"; } .anto-swap-right:before { content: "\ea68"; } .anto-swap:before { content: "\ea69"; } .anto-switcher:before { content: "\ea6a"; } .anto-sync:before { content: "\ea6b"; } .anto-table:before { content: "\ea6c"; } .anto-tablet:before { content: "\ea6d"; } .anto-tag:before { content: "\ea6e"; } .anto-tags:before { content: "\ea6f"; } .anto-taobao-circle:before { content: "\ea70"; } .anto-taobao:before { content: "\ea71"; } .anto-team:before { content: "\ea72"; } .anto-thunderbolt:before { content: "\ea73"; } .anto-to-top:before { content: "\ea74"; } .anto-tool:before { content: "\ea75"; } .anto-trademark-circle:before { content: "\ea76"; } .anto-trademark:before { content: "\ea77"; } .anto-transaction:before { content: "\ea78"; } .anto-translation:before { content: "\ea79"; } .anto-trophy:before { content: "\ea7a"; } .anto-twitter:before { content: "\ea7b"; } .anto-underline:before { content: "\ea7c"; } .anto-undo:before { content: "\ea7d"; } .anto-ungroup:before { content: "\ea7e"; } .anto-unlock:before { content: "\ea7f"; } .anto-unordered-list:before { content: "\ea80"; } .anto-up-circle:before { content: "\ea81"; } .anto-up-square:before { content: "\ea82"; } .anto-up:before { content: "\ea83"; } .anto-upload:before { content: "\ea84"; } .anto-usb:before { content: "\ea85"; } .anto-user-add:before { content: "\ea86"; } .anto-user-delete:before { content: "\ea87"; } .anto-user-switch:before { content: "\ea88"; } .anto-user:before { content: "\ea89"; } .anto-usergroup-add:before { content: "\ea8a"; } .anto-usergroup-delete:before { content: "\ea8b"; } .anto-verified:before { content: "\ea8c"; } .anto-vertical-align-bottom:before { content: "\ea8d"; } .anto-vertical-align-middle:before { content: "\ea8e"; } .anto-vertical-align-top:before { content: "\ea8f"; } .anto-vertical-left:before { content: "\ea90"; } .anto-vertical-right:before { content: "\ea91"; } .anto-video-camera-add:before { content: "\ea92"; } .anto-video-camera:before { content: "\ea93"; } .anto-wallet:before { content: "\ea94"; } .anto-warning:before { content: "\ea95"; } .anto-wechat:before { content: "\ea96"; } .anto-weibo-circle:before { content: "\ea97"; } .anto-weibo-square:before { content: "\ea98"; } .anto-weibo:before { content: "\ea99"; } .anto-whats-app:before { content: "\ea9a"; } .anto-wifi:before { content: "\ea9b"; } .anto-windows:before { content: "\ea9c"; } .anto-woman:before { content: "\ea9d"; } .anto-yahoo:before { content: "\ea9e"; } .anto-youtube:before { content: "\ea9f"; } .anto-yuque:before { content: "\eaa0"; } .anto-zhihu:before { content: "\eaa1"; } .anto-zoom-in:before { content: "\eaa2"; } .anto-zoom-out:before { content: "\eaa3"; } ================================================ FILE: icon-packs/ikonli-bootstrapicons-pack/ikonli-bootstrapicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-bootstrapicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.bootstrapicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.bootstrapicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.bootstrapicons.BootstrapIconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.bootstrapicons.BootstrapIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-bootstrapicons-pack/src/main/java/org/kordamp/ikonli/bootstrapicons/BootstrapIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bootstrapicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum BootstrapIcons implements Ikon { ALARM("bi-alarm", '\uf102'), ALARM_FILL("bi-alarm-fill", '\uf101'), ALIGN_BOTTOM("bi-align-bottom", '\uf103'), ALIGN_CENTER("bi-align-center", '\uf104'), ALIGN_END("bi-align-end", '\uf105'), ALIGN_MIDDLE("bi-align-middle", '\uf106'), ALIGN_START("bi-align-start", '\uf107'), ALIGN_TOP("bi-align-top", '\uf108'), ALT("bi-alt", '\uf109'), APP("bi-app", '\uf10b'), APP_INDICATOR("bi-app-indicator", '\uf10a'), ARCHIVE("bi-archive", '\uf10d'), ARCHIVE_FILL("bi-archive-fill", '\uf10c'), ARROWS_ANGLE_CONTRACT("bi-arrows-angle-contract", '\uf149'), ARROWS_ANGLE_EXPAND("bi-arrows-angle-expand", '\uf14a'), ARROWS_COLLAPSE("bi-arrows-collapse", '\uf14b'), ARROWS_EXPAND("bi-arrows-expand", '\uf14c'), ARROWS_FULLSCREEN("bi-arrows-fullscreen", '\uf14d'), ARROWS_MOVE("bi-arrows-move", '\uf14e'), ARROW_90DEG_DOWN("bi-arrow-90deg-down", '\uf10e'), ARROW_90DEG_LEFT("bi-arrow-90deg-left", '\uf10f'), ARROW_90DEG_RIGHT("bi-arrow-90deg-right", '\uf110'), ARROW_90DEG_UP("bi-arrow-90deg-up", '\uf111'), ARROW_BAR_DOWN("bi-arrow-bar-down", '\uf112'), ARROW_BAR_LEFT("bi-arrow-bar-left", '\uf113'), ARROW_BAR_RIGHT("bi-arrow-bar-right", '\uf114'), ARROW_BAR_UP("bi-arrow-bar-up", '\uf115'), ARROW_CLOCKWISE("bi-arrow-clockwise", '\uf116'), ARROW_COUNTERCLOCKWISE("bi-arrow-counterclockwise", '\uf117'), ARROW_DOWN("bi-arrow-down", '\uf128'), ARROW_DOWN_CIRCLE("bi-arrow-down-circle", '\uf119'), ARROW_DOWN_CIRCLE_FILL("bi-arrow-down-circle-fill", '\uf118'), ARROW_DOWN_LEFT("bi-arrow-down-left", '\uf11e'), ARROW_DOWN_LEFT_CIRCLE("bi-arrow-down-left-circle", '\uf11b'), ARROW_DOWN_LEFT_CIRCLE_FILL("bi-arrow-down-left-circle-fill", '\uf11a'), ARROW_DOWN_LEFT_SQUARE("bi-arrow-down-left-square", '\uf11d'), ARROW_DOWN_LEFT_SQUARE_FILL("bi-arrow-down-left-square-fill", '\uf11c'), ARROW_DOWN_RIGHT("bi-arrow-down-right", '\uf123'), ARROW_DOWN_RIGHT_CIRCLE("bi-arrow-down-right-circle", '\uf120'), ARROW_DOWN_RIGHT_CIRCLE_FILL("bi-arrow-down-right-circle-fill", '\uf11f'), ARROW_DOWN_RIGHT_SQUARE("bi-arrow-down-right-square", '\uf122'), ARROW_DOWN_RIGHT_SQUARE_FILL("bi-arrow-down-right-square-fill", '\uf121'), ARROW_DOWN_SHORT("bi-arrow-down-short", '\uf124'), ARROW_DOWN_SQUARE("bi-arrow-down-square", '\uf126'), ARROW_DOWN_SQUARE_FILL("bi-arrow-down-square-fill", '\uf125'), ARROW_DOWN_UP("bi-arrow-down-up", '\uf127'), ARROW_LEFT("bi-arrow-left", '\uf12f'), ARROW_LEFT_CIRCLE("bi-arrow-left-circle", '\uf12a'), ARROW_LEFT_CIRCLE_FILL("bi-arrow-left-circle-fill", '\uf129'), ARROW_LEFT_RIGHT("bi-arrow-left-right", '\uf12b'), ARROW_LEFT_SHORT("bi-arrow-left-short", '\uf12c'), ARROW_LEFT_SQUARE("bi-arrow-left-square", '\uf12e'), ARROW_LEFT_SQUARE_FILL("bi-arrow-left-square-fill", '\uf12d'), ARROW_REPEAT("bi-arrow-repeat", '\uf130'), ARROW_RETURN_LEFT("bi-arrow-return-left", '\uf131'), ARROW_RETURN_RIGHT("bi-arrow-return-right", '\uf132'), ARROW_RIGHT("bi-arrow-right", '\uf138'), ARROW_RIGHT_CIRCLE("bi-arrow-right-circle", '\uf134'), ARROW_RIGHT_CIRCLE_FILL("bi-arrow-right-circle-fill", '\uf133'), ARROW_RIGHT_SHORT("bi-arrow-right-short", '\uf135'), ARROW_RIGHT_SQUARE("bi-arrow-right-square", '\uf137'), ARROW_RIGHT_SQUARE_FILL("bi-arrow-right-square-fill", '\uf136'), ARROW_UP("bi-arrow-up", '\uf148'), ARROW_UP_CIRCLE("bi-arrow-up-circle", '\uf13a'), ARROW_UP_CIRCLE_FILL("bi-arrow-up-circle-fill", '\uf139'), ARROW_UP_LEFT("bi-arrow-up-left", '\uf13f'), ARROW_UP_LEFT_CIRCLE("bi-arrow-up-left-circle", '\uf13c'), ARROW_UP_LEFT_CIRCLE_FILL("bi-arrow-up-left-circle-fill", '\uf13b'), ARROW_UP_LEFT_SQUARE("bi-arrow-up-left-square", '\uf13e'), ARROW_UP_LEFT_SQUARE_FILL("bi-arrow-up-left-square-fill", '\uf13d'), ARROW_UP_RIGHT("bi-arrow-up-right", '\uf144'), ARROW_UP_RIGHT_CIRCLE("bi-arrow-up-right-circle", '\uf141'), ARROW_UP_RIGHT_CIRCLE_FILL("bi-arrow-up-right-circle-fill", '\uf140'), ARROW_UP_RIGHT_SQUARE("bi-arrow-up-right-square", '\uf143'), ARROW_UP_RIGHT_SQUARE_FILL("bi-arrow-up-right-square-fill", '\uf142'), ARROW_UP_SHORT("bi-arrow-up-short", '\uf145'), ARROW_UP_SQUARE("bi-arrow-up-square", '\uf147'), ARROW_UP_SQUARE_FILL("bi-arrow-up-square-fill", '\uf146'), ASPECT_RATIO("bi-aspect-ratio", '\uf150'), ASPECT_RATIO_FILL("bi-aspect-ratio-fill", '\uf14f'), ASTERISK("bi-asterisk", '\uf151'), AT("bi-at", '\uf152'), AWARD("bi-award", '\uf154'), AWARD_FILL("bi-award-fill", '\uf153'), BACK("bi-back", '\uf155'), BACKSPACE("bi-backspace", '\uf159'), BACKSPACE_FILL("bi-backspace-fill", '\uf156'), BACKSPACE_REVERSE("bi-backspace-reverse", '\uf158'), BACKSPACE_REVERSE_FILL("bi-backspace-reverse-fill", '\uf157'), BADGE_3D("bi-badge-3d", '\uf15b'), BADGE_3D_FILL("bi-badge-3d-fill", '\uf15a'), BADGE_4K("bi-badge-4k", '\uf15d'), BADGE_4K_FILL("bi-badge-4k-fill", '\uf15c'), BADGE_8K("bi-badge-8k", '\uf15f'), BADGE_8K_FILL("bi-badge-8k-fill", '\uf15e'), BADGE_AD("bi-badge-ad", '\uf161'), BADGE_AD_FILL("bi-badge-ad-fill", '\uf160'), BADGE_AR("bi-badge-ar", '\uf163'), BADGE_AR_FILL("bi-badge-ar-fill", '\uf162'), BADGE_CC("bi-badge-cc", '\uf165'), BADGE_CC_FILL("bi-badge-cc-fill", '\uf164'), BADGE_HD("bi-badge-hd", '\uf167'), BADGE_HD_FILL("bi-badge-hd-fill", '\uf166'), BADGE_TM("bi-badge-tm", '\uf169'), BADGE_TM_FILL("bi-badge-tm-fill", '\uf168'), BADGE_VO("bi-badge-vo", '\uf16b'), BADGE_VO_FILL("bi-badge-vo-fill", '\uf16a'), BADGE_VR("bi-badge-vr", '\uf16d'), BADGE_VR_FILL("bi-badge-vr-fill", '\uf16c'), BADGE_WC("bi-badge-wc", '\uf16f'), BADGE_WC_FILL("bi-badge-wc-fill", '\uf16e'), BAG("bi-bag", '\uf179'), BAG_CHECK("bi-bag-check", '\uf171'), BAG_CHECK_FILL("bi-bag-check-fill", '\uf170'), BAG_DASH("bi-bag-dash", '\uf173'), BAG_DASH_FILL("bi-bag-dash-fill", '\uf172'), BAG_FILL("bi-bag-fill", '\uf174'), BAG_PLUS("bi-bag-plus", '\uf176'), BAG_PLUS_FILL("bi-bag-plus-fill", '\uf175'), BAG_X("bi-bag-x", '\uf178'), BAG_X_FILL("bi-bag-x-fill", '\uf177'), BAR_CHART("bi-bar-chart", '\uf17e'), BAR_CHART_FILL("bi-bar-chart-fill", '\uf17a'), BAR_CHART_LINE("bi-bar-chart-line", '\uf17c'), BAR_CHART_LINE_FILL("bi-bar-chart-line-fill", '\uf17b'), BAR_CHART_STEPS("bi-bar-chart-steps", '\uf17d'), BASKET("bi-basket", '\uf180'), BASKET2("bi-basket2", '\uf182'), BASKET2_FILL("bi-basket2-fill", '\uf181'), BASKET3("bi-basket3", '\uf184'), BASKET3_FILL("bi-basket3-fill", '\uf183'), BASKET_FILL("bi-basket-fill", '\uf17f'), BATTERY("bi-battery", '\uf188'), BATTERY_CHARGING("bi-battery-charging", '\uf185'), BATTERY_FULL("bi-battery-full", '\uf186'), BATTERY_HALF("bi-battery-half", '\uf187'), BELL("bi-bell", '\uf18a'), BELL_FILL("bi-bell-fill", '\uf189'), BEZIER("bi-bezier", '\uf18b'), BEZIER2("bi-bezier2", '\uf18c'), BICYCLE("bi-bicycle", '\uf18d'), BINOCULARS("bi-binoculars", '\uf18f'), BINOCULARS_FILL("bi-binoculars-fill", '\uf18e'), BLOCKQUOTE_LEFT("bi-blockquote-left", '\uf190'), BLOCKQUOTE_RIGHT("bi-blockquote-right", '\uf191'), BOOK("bi-book", '\uf194'), BOOKMARK("bi-bookmark", '\uf1a2'), BOOKMARKS("bi-bookmarks", '\uf1a4'), BOOKMARKS_FILL("bi-bookmarks-fill", '\uf1a3'), BOOKMARK_CHECK("bi-bookmark-check", '\uf196'), BOOKMARK_CHECK_FILL("bi-bookmark-check-fill", '\uf195'), BOOKMARK_DASH("bi-bookmark-dash", '\uf198'), BOOKMARK_DASH_FILL("bi-bookmark-dash-fill", '\uf197'), BOOKMARK_FILL("bi-bookmark-fill", '\uf199'), BOOKMARK_HEART("bi-bookmark-heart", '\uf19b'), BOOKMARK_HEART_FILL("bi-bookmark-heart-fill", '\uf19a'), BOOKMARK_PLUS("bi-bookmark-plus", '\uf19d'), BOOKMARK_PLUS_FILL("bi-bookmark-plus-fill", '\uf19c'), BOOKMARK_STAR("bi-bookmark-star", '\uf19f'), BOOKMARK_STAR_FILL("bi-bookmark-star-fill", '\uf19e'), BOOKMARK_X("bi-bookmark-x", '\uf1a1'), BOOKMARK_X_FILL("bi-bookmark-x-fill", '\uf1a0'), BOOKSHELF("bi-bookshelf", '\uf1a5'), BOOK_FILL("bi-book-fill", '\uf192'), BOOK_HALF("bi-book-half", '\uf193'), BOOTSTRAP("bi-bootstrap", '\uf1a8'), BOOTSTRAP_FILL("bi-bootstrap-fill", '\uf1a6'), BOOTSTRAP_REBOOT("bi-bootstrap-reboot", '\uf1a7'), BORDER("bi-border", '\uf1b4'), BORDER_ALL("bi-border-all", '\uf1a9'), BORDER_BOTTOM("bi-border-bottom", '\uf1aa'), BORDER_CENTER("bi-border-center", '\uf1ab'), BORDER_INNER("bi-border-inner", '\uf1ac'), BORDER_LEFT("bi-border-left", '\uf1ad'), BORDER_MIDDLE("bi-border-middle", '\uf1ae'), BORDER_OUTER("bi-border-outer", '\uf1af'), BORDER_RIGHT("bi-border-right", '\uf1b0'), BORDER_STYLE("bi-border-style", '\uf1b1'), BORDER_TOP("bi-border-top", '\uf1b2'), BORDER_WIDTH("bi-border-width", '\uf1b3'), BOUNDING_BOX("bi-bounding-box", '\uf1b6'), BOUNDING_BOX_CIRCLES("bi-bounding-box-circles", '\uf1b5'), BOX("bi-box", '\uf1c8'), BOX_ARROW_DOWN("bi-box-arrow-down", '\uf1b9'), BOX_ARROW_DOWN_LEFT("bi-box-arrow-down-left", '\uf1b7'), BOX_ARROW_DOWN_RIGHT("bi-box-arrow-down-right", '\uf1b8'), BOX_ARROW_IN_DOWN("bi-box-arrow-in-down", '\uf1bc'), BOX_ARROW_IN_DOWN_LEFT("bi-box-arrow-in-down-left", '\uf1ba'), BOX_ARROW_IN_DOWN_RIGHT("bi-box-arrow-in-down-right", '\uf1bb'), BOX_ARROW_IN_LEFT("bi-box-arrow-in-left", '\uf1bd'), BOX_ARROW_IN_RIGHT("bi-box-arrow-in-right", '\uf1be'), BOX_ARROW_IN_UP("bi-box-arrow-in-up", '\uf1c1'), BOX_ARROW_IN_UP_LEFT("bi-box-arrow-in-up-left", '\uf1bf'), BOX_ARROW_IN_UP_RIGHT("bi-box-arrow-in-up-right", '\uf1c0'), BOX_ARROW_LEFT("bi-box-arrow-left", '\uf1c2'), BOX_ARROW_RIGHT("bi-box-arrow-right", '\uf1c3'), BOX_ARROW_UP("bi-box-arrow-up", '\uf1c6'), BOX_ARROW_UP_LEFT("bi-box-arrow-up-left", '\uf1c4'), BOX_ARROW_UP_RIGHT("bi-box-arrow-up-right", '\uf1c5'), BOX_SEAM("bi-box-seam", '\uf1c7'), BRACES("bi-braces", '\uf1c9'), BRICKS("bi-bricks", '\uf1ca'), BRIEFCASE("bi-briefcase", '\uf1cc'), BRIEFCASE_FILL("bi-briefcase-fill", '\uf1cb'), BRIGHTNESS_ALT_HIGH("bi-brightness-alt-high", '\uf1ce'), BRIGHTNESS_ALT_HIGH_FILL("bi-brightness-alt-high-fill", '\uf1cd'), BRIGHTNESS_ALT_LOW("bi-brightness-alt-low", '\uf1d0'), BRIGHTNESS_ALT_LOW_FILL("bi-brightness-alt-low-fill", '\uf1cf'), BRIGHTNESS_HIGH("bi-brightness-high", '\uf1d2'), BRIGHTNESS_HIGH_FILL("bi-brightness-high-fill", '\uf1d1'), BRIGHTNESS_LOW("bi-brightness-low", '\uf1d4'), BRIGHTNESS_LOW_FILL("bi-brightness-low-fill", '\uf1d3'), BROADCAST("bi-broadcast", '\uf1d6'), BROADCAST_PIN("bi-broadcast-pin", '\uf1d5'), BRUSH("bi-brush", '\uf1d8'), BRUSH_FILL("bi-brush-fill", '\uf1d7'), BUCKET("bi-bucket", '\uf1da'), BUCKET_FILL("bi-bucket-fill", '\uf1d9'), BUG("bi-bug", '\uf1dc'), BUG_FILL("bi-bug-fill", '\uf1db'), BUILDING("bi-building", '\uf1dd'), BULLSEYE("bi-bullseye", '\uf1de'), CALCULATOR("bi-calculator", '\uf1e0'), CALCULATOR_FILL("bi-calculator-fill", '\uf1df'), CALENDAR("bi-calendar", '\uf1f6'), CALENDAR2("bi-calendar2", '\uf20c'), CALENDAR2_CHECK("bi-calendar2-check", '\uf1f8'), CALENDAR2_CHECK_FILL("bi-calendar2-check-fill", '\uf1f7'), CALENDAR2_DATE("bi-calendar2-date", '\uf1fa'), CALENDAR2_DATE_FILL("bi-calendar2-date-fill", '\uf1f9'), CALENDAR2_DAY("bi-calendar2-day", '\uf1fc'), CALENDAR2_DAY_FILL("bi-calendar2-day-fill", '\uf1fb'), CALENDAR2_EVENT("bi-calendar2-event", '\uf1fe'), CALENDAR2_EVENT_FILL("bi-calendar2-event-fill", '\uf1fd'), CALENDAR2_FILL("bi-calendar2-fill", '\uf1ff'), CALENDAR2_MINUS("bi-calendar2-minus", '\uf201'), CALENDAR2_MINUS_FILL("bi-calendar2-minus-fill", '\uf200'), CALENDAR2_MONTH("bi-calendar2-month", '\uf203'), CALENDAR2_MONTH_FILL("bi-calendar2-month-fill", '\uf202'), CALENDAR2_PLUS("bi-calendar2-plus", '\uf205'), CALENDAR2_PLUS_FILL("bi-calendar2-plus-fill", '\uf204'), CALENDAR2_RANGE("bi-calendar2-range", '\uf207'), CALENDAR2_RANGE_FILL("bi-calendar2-range-fill", '\uf206'), CALENDAR2_WEEK("bi-calendar2-week", '\uf209'), CALENDAR2_WEEK_FILL("bi-calendar2-week-fill", '\uf208'), CALENDAR2_X("bi-calendar2-x", '\uf20b'), CALENDAR2_X_FILL("bi-calendar2-x-fill", '\uf20a'), CALENDAR3("bi-calendar3", '\uf214'), CALENDAR3_EVENT("bi-calendar3-event", '\uf20e'), CALENDAR3_EVENT_FILL("bi-calendar3-event-fill", '\uf20d'), CALENDAR3_FILL("bi-calendar3-fill", '\uf20f'), CALENDAR3_RANGE("bi-calendar3-range", '\uf211'), CALENDAR3_RANGE_FILL("bi-calendar3-range-fill", '\uf210'), CALENDAR3_WEEK("bi-calendar3-week", '\uf213'), CALENDAR3_WEEK_FILL("bi-calendar3-week-fill", '\uf212'), CALENDAR4("bi-calendar4", '\uf218'), CALENDAR4_EVENT("bi-calendar4-event", '\uf215'), CALENDAR4_RANGE("bi-calendar4-range", '\uf216'), CALENDAR4_WEEK("bi-calendar4-week", '\uf217'), CALENDAR_CHECK("bi-calendar-check", '\uf1e2'), CALENDAR_CHECK_FILL("bi-calendar-check-fill", '\uf1e1'), CALENDAR_DATE("bi-calendar-date", '\uf1e4'), CALENDAR_DATE_FILL("bi-calendar-date-fill", '\uf1e3'), CALENDAR_DAY("bi-calendar-day", '\uf1e6'), CALENDAR_DAY_FILL("bi-calendar-day-fill", '\uf1e5'), CALENDAR_EVENT("bi-calendar-event", '\uf1e8'), CALENDAR_EVENT_FILL("bi-calendar-event-fill", '\uf1e7'), CALENDAR_FILL("bi-calendar-fill", '\uf1e9'), CALENDAR_MINUS("bi-calendar-minus", '\uf1eb'), CALENDAR_MINUS_FILL("bi-calendar-minus-fill", '\uf1ea'), CALENDAR_MONTH("bi-calendar-month", '\uf1ed'), CALENDAR_MONTH_FILL("bi-calendar-month-fill", '\uf1ec'), CALENDAR_PLUS("bi-calendar-plus", '\uf1ef'), CALENDAR_PLUS_FILL("bi-calendar-plus-fill", '\uf1ee'), CALENDAR_RANGE("bi-calendar-range", '\uf1f1'), CALENDAR_RANGE_FILL("bi-calendar-range-fill", '\uf1f0'), CALENDAR_WEEK("bi-calendar-week", '\uf1f3'), CALENDAR_WEEK_FILL("bi-calendar-week-fill", '\uf1f2'), CALENDAR_X("bi-calendar-x", '\uf1f5'), CALENDAR_X_FILL("bi-calendar-x-fill", '\uf1f4'), CAMERA("bi-camera", '\uf220'), CAMERA2("bi-camera2", '\uf221'), CAMERA_FILL("bi-camera-fill", '\uf219'), CAMERA_REELS("bi-camera-reels", '\uf21b'), CAMERA_REELS_FILL("bi-camera-reels-fill", '\uf21a'), CAMERA_VIDEO("bi-camera-video", '\uf21f'), CAMERA_VIDEO_FILL("bi-camera-video-fill", '\uf21c'), CAMERA_VIDEO_OFF("bi-camera-video-off", '\uf21e'), CAMERA_VIDEO_OFF_FILL("bi-camera-video-off-fill", '\uf21d'), CAPSLOCK("bi-capslock", '\uf223'), CAPSLOCK_FILL("bi-capslock-fill", '\uf222'), CARD_CHECKLIST("bi-card-checklist", '\uf224'), CARD_HEADING("bi-card-heading", '\uf225'), CARD_IMAGE("bi-card-image", '\uf226'), CARD_LIST("bi-card-list", '\uf227'), CARD_TEXT("bi-card-text", '\uf228'), CARET_DOWN("bi-caret-down", '\uf22c'), CARET_DOWN_FILL("bi-caret-down-fill", '\uf229'), CARET_DOWN_SQUARE("bi-caret-down-square", '\uf22b'), CARET_DOWN_SQUARE_FILL("bi-caret-down-square-fill", '\uf22a'), CARET_LEFT("bi-caret-left", '\uf230'), CARET_LEFT_FILL("bi-caret-left-fill", '\uf22d'), CARET_LEFT_SQUARE("bi-caret-left-square", '\uf22f'), CARET_LEFT_SQUARE_FILL("bi-caret-left-square-fill", '\uf22e'), CARET_RIGHT("bi-caret-right", '\uf234'), CARET_RIGHT_FILL("bi-caret-right-fill", '\uf231'), CARET_RIGHT_SQUARE("bi-caret-right-square", '\uf233'), CARET_RIGHT_SQUARE_FILL("bi-caret-right-square-fill", '\uf232'), CARET_UP("bi-caret-up", '\uf238'), CARET_UP_FILL("bi-caret-up-fill", '\uf235'), CARET_UP_SQUARE("bi-caret-up-square", '\uf237'), CARET_UP_SQUARE_FILL("bi-caret-up-square-fill", '\uf236'), CART("bi-cart", '\uf242'), CART2("bi-cart2", '\uf243'), CART3("bi-cart3", '\uf244'), CART4("bi-cart4", '\uf245'), CART_CHECK("bi-cart-check", '\uf23a'), CART_CHECK_FILL("bi-cart-check-fill", '\uf239'), CART_DASH("bi-cart-dash", '\uf23c'), CART_DASH_FILL("bi-cart-dash-fill", '\uf23b'), CART_FILL("bi-cart-fill", '\uf23d'), CART_PLUS("bi-cart-plus", '\uf23f'), CART_PLUS_FILL("bi-cart-plus-fill", '\uf23e'), CART_X("bi-cart-x", '\uf241'), CART_X_FILL("bi-cart-x-fill", '\uf240'), CASH("bi-cash", '\uf247'), CASH_STACK("bi-cash-stack", '\uf246'), CAST("bi-cast", '\uf248'), CHAT("bi-chat", '\uf268'), CHAT_DOTS("bi-chat-dots", '\uf24a'), CHAT_DOTS_FILL("bi-chat-dots-fill", '\uf249'), CHAT_FILL("bi-chat-fill", '\uf24b'), CHAT_LEFT("bi-chat-left", '\uf253'), CHAT_LEFT_DOTS("bi-chat-left-dots", '\uf24d'), CHAT_LEFT_DOTS_FILL("bi-chat-left-dots-fill", '\uf24c'), CHAT_LEFT_FILL("bi-chat-left-fill", '\uf24e'), CHAT_LEFT_QUOTE("bi-chat-left-quote", '\uf250'), CHAT_LEFT_QUOTE_FILL("bi-chat-left-quote-fill", '\uf24f'), CHAT_LEFT_TEXT("bi-chat-left-text", '\uf252'), CHAT_LEFT_TEXT_FILL("bi-chat-left-text-fill", '\uf251'), CHAT_QUOTE("bi-chat-quote", '\uf255'), CHAT_QUOTE_FILL("bi-chat-quote-fill", '\uf254'), CHAT_RIGHT("bi-chat-right", '\uf25d'), CHAT_RIGHT_DOTS("bi-chat-right-dots", '\uf257'), CHAT_RIGHT_DOTS_FILL("bi-chat-right-dots-fill", '\uf256'), CHAT_RIGHT_FILL("bi-chat-right-fill", '\uf258'), CHAT_RIGHT_QUOTE("bi-chat-right-quote", '\uf25a'), CHAT_RIGHT_QUOTE_FILL("bi-chat-right-quote-fill", '\uf259'), CHAT_RIGHT_TEXT("bi-chat-right-text", '\uf25c'), CHAT_RIGHT_TEXT_FILL("bi-chat-right-text-fill", '\uf25b'), CHAT_SQUARE("bi-chat-square", '\uf265'), CHAT_SQUARE_DOTS("bi-chat-square-dots", '\uf25f'), CHAT_SQUARE_DOTS_FILL("bi-chat-square-dots-fill", '\uf25e'), CHAT_SQUARE_FILL("bi-chat-square-fill", '\uf260'), CHAT_SQUARE_QUOTE("bi-chat-square-quote", '\uf262'), CHAT_SQUARE_QUOTE_FILL("bi-chat-square-quote-fill", '\uf261'), CHAT_SQUARE_TEXT("bi-chat-square-text", '\uf264'), CHAT_SQUARE_TEXT_FILL("bi-chat-square-text-fill", '\uf263'), CHAT_TEXT("bi-chat-text", '\uf267'), CHAT_TEXT_FILL("bi-chat-text-fill", '\uf266'), CHECK("bi-check", '\uf26e'), CHECK2("bi-check2", '\uf272'), CHECK2_ALL("bi-check2-all", '\uf26f'), CHECK2_CIRCLE("bi-check2-circle", '\uf270'), CHECK2_SQUARE("bi-check2-square", '\uf271'), CHECK_ALL("bi-check-all", '\uf269'), CHECK_CIRCLE("bi-check-circle", '\uf26b'), CHECK_CIRCLE_FILL("bi-check-circle-fill", '\uf26a'), CHECK_SQUARE("bi-check-square", '\uf26d'), CHECK_SQUARE_FILL("bi-check-square-fill", '\uf26c'), CHEVRON_BAR_CONTRACT("bi-chevron-bar-contract", '\uf273'), CHEVRON_BAR_DOWN("bi-chevron-bar-down", '\uf274'), CHEVRON_BAR_EXPAND("bi-chevron-bar-expand", '\uf275'), CHEVRON_BAR_LEFT("bi-chevron-bar-left", '\uf276'), CHEVRON_BAR_RIGHT("bi-chevron-bar-right", '\uf277'), CHEVRON_BAR_UP("bi-chevron-bar-up", '\uf278'), CHEVRON_COMPACT_DOWN("bi-chevron-compact-down", '\uf279'), CHEVRON_COMPACT_LEFT("bi-chevron-compact-left", '\uf27a'), CHEVRON_COMPACT_RIGHT("bi-chevron-compact-right", '\uf27b'), CHEVRON_COMPACT_UP("bi-chevron-compact-up", '\uf27c'), CHEVRON_CONTRACT("bi-chevron-contract", '\uf27d'), CHEVRON_DOUBLE_DOWN("bi-chevron-double-down", '\uf27e'), CHEVRON_DOUBLE_LEFT("bi-chevron-double-left", '\uf27f'), CHEVRON_DOUBLE_RIGHT("bi-chevron-double-right", '\uf280'), CHEVRON_DOUBLE_UP("bi-chevron-double-up", '\uf281'), CHEVRON_DOWN("bi-chevron-down", '\uf282'), CHEVRON_EXPAND("bi-chevron-expand", '\uf283'), CHEVRON_LEFT("bi-chevron-left", '\uf284'), CHEVRON_RIGHT("bi-chevron-right", '\uf285'), CHEVRON_UP("bi-chevron-up", '\uf286'), CIRCLE("bi-circle", '\uf28a'), CIRCLE_FILL("bi-circle-fill", '\uf287'), CIRCLE_HALF("bi-circle-half", '\uf288'), CIRCLE_SQUARE("bi-circle-square", '\uf289'), CLIPBOARD("bi-clipboard", '\uf290'), CLIPBOARD_CHECK("bi-clipboard-check", '\uf28b'), CLIPBOARD_DATA("bi-clipboard-data", '\uf28c'), CLIPBOARD_MINUS("bi-clipboard-minus", '\uf28d'), CLIPBOARD_PLUS("bi-clipboard-plus", '\uf28e'), CLIPBOARD_X("bi-clipboard-x", '\uf28f'), CLOCK("bi-clock", '\uf293'), CLOCK_FILL("bi-clock-fill", '\uf291'), CLOCK_HISTORY("bi-clock-history", '\uf292'), CLOUD("bi-cloud", '\uf2c1'), CLOUDS("bi-clouds", '\uf2c3'), CLOUDS_FILL("bi-clouds-fill", '\uf2c2'), CLOUDY("bi-cloudy", '\uf2c5'), CLOUDY_FILL("bi-cloudy-fill", '\uf2c4'), CLOUD_ARROW_DOWN("bi-cloud-arrow-down", '\uf295'), CLOUD_ARROW_DOWN_FILL("bi-cloud-arrow-down-fill", '\uf294'), CLOUD_ARROW_UP("bi-cloud-arrow-up", '\uf297'), CLOUD_ARROW_UP_FILL("bi-cloud-arrow-up-fill", '\uf296'), CLOUD_CHECK("bi-cloud-check", '\uf299'), CLOUD_CHECK_FILL("bi-cloud-check-fill", '\uf298'), CLOUD_DOWNLOAD("bi-cloud-download", '\uf29b'), CLOUD_DOWNLOAD_FILL("bi-cloud-download-fill", '\uf29a'), CLOUD_DRIZZLE("bi-cloud-drizzle", '\uf29d'), CLOUD_DRIZZLE_FILL("bi-cloud-drizzle-fill", '\uf29c'), CLOUD_FILL("bi-cloud-fill", '\uf29e'), CLOUD_FOG("bi-cloud-fog", '\uf2a0'), CLOUD_FOG2("bi-cloud-fog2", '\uf2a2'), CLOUD_FOG2_FILL("bi-cloud-fog2-fill", '\uf2a1'), CLOUD_FOG_FILL("bi-cloud-fog-fill", '\uf29f'), CLOUD_HAIL("bi-cloud-hail", '\uf2a4'), CLOUD_HAIL_FILL("bi-cloud-hail-fill", '\uf2a3'), CLOUD_HAZE("bi-cloud-haze", '\uf2a7'), CLOUD_HAZE2_FILL("bi-cloud-haze2-fill", '\uf2a8'), CLOUD_HAZE_1("bi-cloud-haze-1", '\uf2a5'), CLOUD_HAZE_FILL("bi-cloud-haze-fill", '\uf2a6'), CLOUD_LIGHTNING("bi-cloud-lightning", '\uf2ac'), CLOUD_LIGHTNING_FILL("bi-cloud-lightning-fill", '\uf2a9'), CLOUD_LIGHTNING_RAIN("bi-cloud-lightning-rain", '\uf2ab'), CLOUD_LIGHTNING_RAIN_FILL("bi-cloud-lightning-rain-fill", '\uf2aa'), CLOUD_MINUS("bi-cloud-minus", '\uf2ae'), CLOUD_MINUS_FILL("bi-cloud-minus-fill", '\uf2ad'), CLOUD_MOON("bi-cloud-moon", '\uf2b0'), CLOUD_MOON_FILL("bi-cloud-moon-fill", '\uf2af'), CLOUD_PLUS("bi-cloud-plus", '\uf2b2'), CLOUD_PLUS_FILL("bi-cloud-plus-fill", '\uf2b1'), CLOUD_RAIN("bi-cloud-rain", '\uf2b6'), CLOUD_RAIN_FILL("bi-cloud-rain-fill", '\uf2b3'), CLOUD_RAIN_HEAVY("bi-cloud-rain-heavy", '\uf2b5'), CLOUD_RAIN_HEAVY_FILL("bi-cloud-rain-heavy-fill", '\uf2b4'), CLOUD_SLASH("bi-cloud-slash", '\uf2b8'), CLOUD_SLASH_FILL("bi-cloud-slash-fill", '\uf2b7'), CLOUD_SLEET("bi-cloud-sleet", '\uf2ba'), CLOUD_SLEET_FILL("bi-cloud-sleet-fill", '\uf2b9'), CLOUD_SNOW("bi-cloud-snow", '\uf2bc'), CLOUD_SNOW_FILL("bi-cloud-snow-fill", '\uf2bb'), CLOUD_SUN("bi-cloud-sun", '\uf2be'), CLOUD_SUN_FILL("bi-cloud-sun-fill", '\uf2bd'), CLOUD_UPLOAD("bi-cloud-upload", '\uf2c0'), CLOUD_UPLOAD_FILL("bi-cloud-upload-fill", '\uf2bf'), CODE("bi-code", '\uf2c8'), CODE_SLASH("bi-code-slash", '\uf2c6'), CODE_SQUARE("bi-code-square", '\uf2c7'), COLLECTION("bi-collection", '\uf2cc'), COLLECTION_FILL("bi-collection-fill", '\uf2c9'), COLLECTION_PLAY("bi-collection-play", '\uf2cb'), COLLECTION_PLAY_FILL("bi-collection-play-fill", '\uf2ca'), COLUMNS("bi-columns", '\uf2ce'), COLUMNS_GAP("bi-columns-gap", '\uf2cd'), COMMAND("bi-command", '\uf2cf'), COMPASS("bi-compass", '\uf2d1'), COMPASS_FILL("bi-compass-fill", '\uf2d0'), CONE("bi-cone", '\uf2d3'), CONE_STRIPED("bi-cone-striped", '\uf2d2'), CONTROLLER("bi-controller", '\uf2d4'), CPU("bi-cpu", '\uf2d6'), CPU_FILL("bi-cpu-fill", '\uf2d5'), CREDIT_CARD("bi-credit-card", '\uf2dc'), CREDIT_CARD_2_BACK("bi-credit-card-2-back", '\uf2d8'), CREDIT_CARD_2_BACK_FILL("bi-credit-card-2-back-fill", '\uf2d7'), CREDIT_CARD_2_FRONT("bi-credit-card-2-front", '\uf2da'), CREDIT_CARD_2_FRONT_FILL("bi-credit-card-2-front-fill", '\uf2d9'), CREDIT_CARD_FILL("bi-credit-card-fill", '\uf2db'), CROP("bi-crop", '\uf2dd'), CUP("bi-cup", '\uf2e0'), CUP_FILL("bi-cup-fill", '\uf2de'), CUP_STRAW("bi-cup-straw", '\uf2df'), CURSOR("bi-cursor", '\uf2e3'), CURSOR_FILL("bi-cursor-fill", '\uf2e1'), CURSOR_TEXT("bi-cursor-text", '\uf2e2'), DASH("bi-dash", '\uf2ea'), DASH_CIRCLE("bi-dash-circle", '\uf2e6'), DASH_CIRCLE_DOTTED("bi-dash-circle-dotted", '\uf2e4'), DASH_CIRCLE_FILL("bi-dash-circle-fill", '\uf2e5'), DASH_SQUARE("bi-dash-square", '\uf2e9'), DASH_SQUARE_DOTTED("bi-dash-square-dotted", '\uf2e7'), DASH_SQUARE_FILL("bi-dash-square-fill", '\uf2e8'), DIAGRAM_2("bi-diagram-2", '\uf2ec'), DIAGRAM_2_FILL("bi-diagram-2-fill", '\uf2eb'), DIAGRAM_3("bi-diagram-3", '\uf2ee'), DIAGRAM_3_FILL("bi-diagram-3-fill", '\uf2ed'), DIAMOND("bi-diamond", '\uf2f1'), DIAMOND_FILL("bi-diamond-fill", '\uf2ef'), DIAMOND_HALF("bi-diamond-half", '\uf2f0'), DICE_1("bi-dice-1", '\uf2f3'), DICE_1_FILL("bi-dice-1-fill", '\uf2f2'), DICE_2("bi-dice-2", '\uf2f5'), DICE_2_FILL("bi-dice-2-fill", '\uf2f4'), DICE_3("bi-dice-3", '\uf2f7'), DICE_3_FILL("bi-dice-3-fill", '\uf2f6'), DICE_4("bi-dice-4", '\uf2f9'), DICE_4_FILL("bi-dice-4-fill", '\uf2f8'), DICE_5("bi-dice-5", '\uf2fb'), DICE_5_FILL("bi-dice-5-fill", '\uf2fa'), DICE_6("bi-dice-6", '\uf2fd'), DICE_6_FILL("bi-dice-6-fill", '\uf2fc'), DISC("bi-disc", '\uf2ff'), DISCORD("bi-discord", '\uf300'), DISC_FILL("bi-disc-fill", '\uf2fe'), DISPLAY("bi-display", '\uf302'), DISPLAY_FILL("bi-display-fill", '\uf301'), DISTRIBUTE_HORIZONTAL("bi-distribute-horizontal", '\uf303'), DISTRIBUTE_VERTICAL("bi-distribute-vertical", '\uf304'), DOOR_CLOSED("bi-door-closed", '\uf306'), DOOR_CLOSED_FILL("bi-door-closed-fill", '\uf305'), DOOR_OPEN("bi-door-open", '\uf308'), DOOR_OPEN_FILL("bi-door-open-fill", '\uf307'), DOT("bi-dot", '\uf309'), DOWNLOAD("bi-download", '\uf30a'), DROPLET("bi-droplet", '\uf30d'), DROPLET_FILL("bi-droplet-fill", '\uf30b'), DROPLET_HALF("bi-droplet-half", '\uf30c'), EARBUDS("bi-earbuds", '\uf30e'), EASEL("bi-easel", '\uf310'), EASEL_FILL("bi-easel-fill", '\uf30f'), EGG("bi-egg", '\uf313'), EGG_FILL("bi-egg-fill", '\uf311'), EGG_FRIED("bi-egg-fried", '\uf312'), EJECT("bi-eject", '\uf315'), EJECT_FILL("bi-eject-fill", '\uf314'), EMOJI_ANGRY("bi-emoji-angry", '\uf317'), EMOJI_ANGRY_FILL("bi-emoji-angry-fill", '\uf316'), EMOJI_DIZZY("bi-emoji-dizzy", '\uf319'), EMOJI_DIZZY_FILL("bi-emoji-dizzy-fill", '\uf318'), EMOJI_EXPRESSIONLESS("bi-emoji-expressionless", '\uf31b'), EMOJI_EXPRESSIONLESS_FILL("bi-emoji-expressionless-fill", '\uf31a'), EMOJI_FROWN("bi-emoji-frown", '\uf31d'), EMOJI_FROWN_FILL("bi-emoji-frown-fill", '\uf31c'), EMOJI_HEART_EYES("bi-emoji-heart-eyes", '\uf31f'), EMOJI_HEART_EYES_FILL("bi-emoji-heart-eyes-fill", '\uf31e'), EMOJI_LAUGHING("bi-emoji-laughing", '\uf321'), EMOJI_LAUGHING_FILL("bi-emoji-laughing-fill", '\uf320'), EMOJI_NEUTRAL("bi-emoji-neutral", '\uf323'), EMOJI_NEUTRAL_FILL("bi-emoji-neutral-fill", '\uf322'), EMOJI_SMILE("bi-emoji-smile", '\uf327'), EMOJI_SMILE_FILL("bi-emoji-smile-fill", '\uf324'), EMOJI_SMILE_UPSIDE_DOWN("bi-emoji-smile-upside-down", '\uf326'), EMOJI_SMILE_UPSIDE_DOWN_FILL("bi-emoji-smile-upside-down-fill", '\uf325'), EMOJI_SUNGLASSES("bi-emoji-sunglasses", '\uf329'), EMOJI_SUNGLASSES_FILL("bi-emoji-sunglasses-fill", '\uf328'), EMOJI_WINK("bi-emoji-wink", '\uf32b'), EMOJI_WINK_FILL("bi-emoji-wink-fill", '\uf32a'), ENVELOPE("bi-envelope", '\uf32f'), ENVELOPE_FILL("bi-envelope-fill", '\uf32c'), ENVELOPE_OPEN("bi-envelope-open", '\uf32e'), ENVELOPE_OPEN_FILL("bi-envelope-open-fill", '\uf32d'), ERASER("bi-eraser", '\uf331'), ERASER_FILL("bi-eraser-fill", '\uf330'), EXCLAMATION("bi-exclamation", '\uf33c'), EXCLAMATION_CIRCLE("bi-exclamation-circle", '\uf333'), EXCLAMATION_CIRCLE_FILL("bi-exclamation-circle-fill", '\uf332'), EXCLAMATION_DIAMOND("bi-exclamation-diamond", '\uf335'), EXCLAMATION_DIAMOND_FILL("bi-exclamation-diamond-fill", '\uf334'), EXCLAMATION_OCTAGON("bi-exclamation-octagon", '\uf337'), EXCLAMATION_OCTAGON_FILL("bi-exclamation-octagon-fill", '\uf336'), EXCLAMATION_SQUARE("bi-exclamation-square", '\uf339'), EXCLAMATION_SQUARE_FILL("bi-exclamation-square-fill", '\uf338'), EXCLAMATION_TRIANGLE("bi-exclamation-triangle", '\uf33b'), EXCLAMATION_TRIANGLE_FILL("bi-exclamation-triangle-fill", '\uf33a'), EXCLUDE("bi-exclude", '\uf33d'), EYE("bi-eye", '\uf341'), EYEDROPPER("bi-eyedropper", '\uf342'), EYEGLASSES("bi-eyeglasses", '\uf343'), EYE_FILL("bi-eye-fill", '\uf33e'), EYE_SLASH("bi-eye-slash", '\uf340'), EYE_SLASH_FILL("bi-eye-slash-fill", '\uf33f'), FACEBOOK("bi-facebook", '\uf344'), FILE("bi-file", '\uf3c0'), FILES("bi-files", '\uf3c2'), FILES_ALT("bi-files-alt", '\uf3c1'), FILE_ARROW_DOWN("bi-file-arrow-down", '\uf346'), FILE_ARROW_DOWN_FILL("bi-file-arrow-down-fill", '\uf345'), FILE_ARROW_UP("bi-file-arrow-up", '\uf348'), FILE_ARROW_UP_FILL("bi-file-arrow-up-fill", '\uf347'), FILE_BAR_GRAPH("bi-file-bar-graph", '\uf34a'), FILE_BAR_GRAPH_FILL("bi-file-bar-graph-fill", '\uf349'), FILE_BINARY("bi-file-binary", '\uf34c'), FILE_BINARY_FILL("bi-file-binary-fill", '\uf34b'), FILE_BREAK("bi-file-break", '\uf34e'), FILE_BREAK_FILL("bi-file-break-fill", '\uf34d'), FILE_CHECK("bi-file-check", '\uf350'), FILE_CHECK_FILL("bi-file-check-fill", '\uf34f'), FILE_CODE("bi-file-code", '\uf352'), FILE_CODE_FILL("bi-file-code-fill", '\uf351'), FILE_DIFF("bi-file-diff", '\uf354'), FILE_DIFF_FILL("bi-file-diff-fill", '\uf353'), FILE_EARMARK("bi-file-earmark", '\uf392'), FILE_EARMARK_ARROW_DOWN("bi-file-earmark-arrow-down", '\uf356'), FILE_EARMARK_ARROW_DOWN_FILL("bi-file-earmark-arrow-down-fill", '\uf355'), FILE_EARMARK_ARROW_UP("bi-file-earmark-arrow-up", '\uf358'), FILE_EARMARK_ARROW_UP_FILL("bi-file-earmark-arrow-up-fill", '\uf357'), FILE_EARMARK_BAR_GRAPH("bi-file-earmark-bar-graph", '\uf35a'), FILE_EARMARK_BAR_GRAPH_FILL("bi-file-earmark-bar-graph-fill", '\uf359'), FILE_EARMARK_BINARY("bi-file-earmark-binary", '\uf35c'), FILE_EARMARK_BINARY_FILL("bi-file-earmark-binary-fill", '\uf35b'), FILE_EARMARK_BREAK("bi-file-earmark-break", '\uf35e'), FILE_EARMARK_BREAK_FILL("bi-file-earmark-break-fill", '\uf35d'), FILE_EARMARK_CHECK("bi-file-earmark-check", '\uf360'), FILE_EARMARK_CHECK_FILL("bi-file-earmark-check-fill", '\uf35f'), FILE_EARMARK_CODE("bi-file-earmark-code", '\uf362'), FILE_EARMARK_CODE_FILL("bi-file-earmark-code-fill", '\uf361'), FILE_EARMARK_DIFF("bi-file-earmark-diff", '\uf364'), FILE_EARMARK_DIFF_FILL("bi-file-earmark-diff-fill", '\uf363'), FILE_EARMARK_EASEL("bi-file-earmark-easel", '\uf366'), FILE_EARMARK_EASEL_FILL("bi-file-earmark-easel-fill", '\uf365'), FILE_EARMARK_EXCEL("bi-file-earmark-excel", '\uf368'), FILE_EARMARK_EXCEL_FILL("bi-file-earmark-excel-fill", '\uf367'), FILE_EARMARK_FILL("bi-file-earmark-fill", '\uf369'), FILE_EARMARK_FONT("bi-file-earmark-font", '\uf36b'), FILE_EARMARK_FONT_FILL("bi-file-earmark-font-fill", '\uf36a'), FILE_EARMARK_IMAGE("bi-file-earmark-image", '\uf36d'), FILE_EARMARK_IMAGE_FILL("bi-file-earmark-image-fill", '\uf36c'), FILE_EARMARK_LOCK("bi-file-earmark-lock", '\uf36f'), FILE_EARMARK_LOCK2("bi-file-earmark-lock2", '\uf371'), FILE_EARMARK_LOCK2_FILL("bi-file-earmark-lock2-fill", '\uf370'), FILE_EARMARK_LOCK_FILL("bi-file-earmark-lock-fill", '\uf36e'), FILE_EARMARK_MEDICAL("bi-file-earmark-medical", '\uf373'), FILE_EARMARK_MEDICAL_FILL("bi-file-earmark-medical-fill", '\uf372'), FILE_EARMARK_MINUS("bi-file-earmark-minus", '\uf375'), FILE_EARMARK_MINUS_FILL("bi-file-earmark-minus-fill", '\uf374'), FILE_EARMARK_MUSIC("bi-file-earmark-music", '\uf377'), FILE_EARMARK_MUSIC_FILL("bi-file-earmark-music-fill", '\uf376'), FILE_EARMARK_PERSON("bi-file-earmark-person", '\uf379'), FILE_EARMARK_PERSON_FILL("bi-file-earmark-person-fill", '\uf378'), FILE_EARMARK_PLAY("bi-file-earmark-play", '\uf37b'), FILE_EARMARK_PLAY_FILL("bi-file-earmark-play-fill", '\uf37a'), FILE_EARMARK_PLUS("bi-file-earmark-plus", '\uf37d'), FILE_EARMARK_PLUS_FILL("bi-file-earmark-plus-fill", '\uf37c'), FILE_EARMARK_POST("bi-file-earmark-post", '\uf37f'), FILE_EARMARK_POST_FILL("bi-file-earmark-post-fill", '\uf37e'), FILE_EARMARK_PPT("bi-file-earmark-ppt", '\uf381'), FILE_EARMARK_PPT_FILL("bi-file-earmark-ppt-fill", '\uf380'), FILE_EARMARK_RICHTEXT("bi-file-earmark-richtext", '\uf383'), FILE_EARMARK_RICHTEXT_FILL("bi-file-earmark-richtext-fill", '\uf382'), FILE_EARMARK_RULED("bi-file-earmark-ruled", '\uf385'), FILE_EARMARK_RULED_FILL("bi-file-earmark-ruled-fill", '\uf384'), FILE_EARMARK_SLIDES("bi-file-earmark-slides", '\uf387'), FILE_EARMARK_SLIDES_FILL("bi-file-earmark-slides-fill", '\uf386'), FILE_EARMARK_SPREADSHEET("bi-file-earmark-spreadsheet", '\uf389'), FILE_EARMARK_SPREADSHEET_FILL("bi-file-earmark-spreadsheet-fill", '\uf388'), FILE_EARMARK_TEXT("bi-file-earmark-text", '\uf38b'), FILE_EARMARK_TEXT_FILL("bi-file-earmark-text-fill", '\uf38a'), FILE_EARMARK_WORD("bi-file-earmark-word", '\uf38d'), FILE_EARMARK_WORD_FILL("bi-file-earmark-word-fill", '\uf38c'), FILE_EARMARK_X("bi-file-earmark-x", '\uf38f'), FILE_EARMARK_X_FILL("bi-file-earmark-x-fill", '\uf38e'), FILE_EARMARK_ZIP("bi-file-earmark-zip", '\uf391'), FILE_EARMARK_ZIP_FILL("bi-file-earmark-zip-fill", '\uf390'), FILE_EASEL("bi-file-easel", '\uf394'), FILE_EASEL_FILL("bi-file-easel-fill", '\uf393'), FILE_EXCEL("bi-file-excel", '\uf396'), FILE_EXCEL_FILL("bi-file-excel-fill", '\uf395'), FILE_FILL("bi-file-fill", '\uf397'), FILE_FONT("bi-file-font", '\uf399'), FILE_FONT_FILL("bi-file-font-fill", '\uf398'), FILE_IMAGE("bi-file-image", '\uf39b'), FILE_IMAGE_FILL("bi-file-image-fill", '\uf39a'), FILE_LOCK("bi-file-lock", '\uf39d'), FILE_LOCK2("bi-file-lock2", '\uf39f'), FILE_LOCK2_FILL("bi-file-lock2-fill", '\uf39e'), FILE_LOCK_FILL("bi-file-lock-fill", '\uf39c'), FILE_MEDICAL("bi-file-medical", '\uf3a1'), FILE_MEDICAL_FILL("bi-file-medical-fill", '\uf3a0'), FILE_MINUS("bi-file-minus", '\uf3a3'), FILE_MINUS_FILL("bi-file-minus-fill", '\uf3a2'), FILE_MUSIC("bi-file-music", '\uf3a5'), FILE_MUSIC_FILL("bi-file-music-fill", '\uf3a4'), FILE_PERSON("bi-file-person", '\uf3a7'), FILE_PERSON_FILL("bi-file-person-fill", '\uf3a6'), FILE_PLAY("bi-file-play", '\uf3a9'), FILE_PLAY_FILL("bi-file-play-fill", '\uf3a8'), FILE_PLUS("bi-file-plus", '\uf3ab'), FILE_PLUS_FILL("bi-file-plus-fill", '\uf3aa'), FILE_POST("bi-file-post", '\uf3ad'), FILE_POST_FILL("bi-file-post-fill", '\uf3ac'), FILE_PPT("bi-file-ppt", '\uf3af'), FILE_PPT_FILL("bi-file-ppt-fill", '\uf3ae'), FILE_RICHTEXT("bi-file-richtext", '\uf3b1'), FILE_RICHTEXT_FILL("bi-file-richtext-fill", '\uf3b0'), FILE_RULED("bi-file-ruled", '\uf3b3'), FILE_RULED_FILL("bi-file-ruled-fill", '\uf3b2'), FILE_SLIDES("bi-file-slides", '\uf3b5'), FILE_SLIDES_FILL("bi-file-slides-fill", '\uf3b4'), FILE_SPREADSHEET("bi-file-spreadsheet", '\uf3b7'), FILE_SPREADSHEET_FILL("bi-file-spreadsheet-fill", '\uf3b6'), FILE_TEXT("bi-file-text", '\uf3b9'), FILE_TEXT_FILL("bi-file-text-fill", '\uf3b8'), FILE_WORD("bi-file-word", '\uf3bb'), FILE_WORD_FILL("bi-file-word-fill", '\uf3ba'), FILE_X("bi-file-x", '\uf3bd'), FILE_X_FILL("bi-file-x-fill", '\uf3bc'), FILE_ZIP("bi-file-zip", '\uf3bf'), FILE_ZIP_FILL("bi-file-zip-fill", '\uf3be'), FILM("bi-film", '\uf3c3'), FILTER("bi-filter", '\uf3ca'), FILTER_CIRCLE("bi-filter-circle", '\uf3c5'), FILTER_CIRCLE_FILL("bi-filter-circle-fill", '\uf3c4'), FILTER_LEFT("bi-filter-left", '\uf3c6'), FILTER_RIGHT("bi-filter-right", '\uf3c7'), FILTER_SQUARE("bi-filter-square", '\uf3c9'), FILTER_SQUARE_FILL("bi-filter-square-fill", '\uf3c8'), FLAG("bi-flag", '\uf3cc'), FLAG_FILL("bi-flag-fill", '\uf3cb'), FLOWER1("bi-flower1", '\uf3cd'), FLOWER2("bi-flower2", '\uf3ce'), FLOWER3("bi-flower3", '\uf3cf'), FOLDER("bi-folder", '\uf3d7'), FOLDER2("bi-folder2", '\uf3d9'), FOLDER2_OPEN("bi-folder2-open", '\uf3d8'), FOLDER_CHECK("bi-folder-check", '\uf3d0'), FOLDER_FILL("bi-folder-fill", '\uf3d1'), FOLDER_MINUS("bi-folder-minus", '\uf3d2'), FOLDER_PLUS("bi-folder-plus", '\uf3d3'), FOLDER_SYMLINK("bi-folder-symlink", '\uf3d5'), FOLDER_SYMLINK_FILL("bi-folder-symlink-fill", '\uf3d4'), FOLDER_X("bi-folder-x", '\uf3d6'), FONTS("bi-fonts", '\uf3da'), FORWARD("bi-forward", '\uf3dc'), FORWARD_FILL("bi-forward-fill", '\uf3db'), FRONT("bi-front", '\uf3dd'), FULLSCREEN("bi-fullscreen", '\uf3df'), FULLSCREEN_EXIT("bi-fullscreen-exit", '\uf3de'), FUNNEL("bi-funnel", '\uf3e1'), FUNNEL_FILL("bi-funnel-fill", '\uf3e0'), GEAR("bi-gear", '\uf3e5'), GEAR_FILL("bi-gear-fill", '\uf3e2'), GEAR_WIDE("bi-gear-wide", '\uf3e4'), GEAR_WIDE_CONNECTED("bi-gear-wide-connected", '\uf3e3'), GEM("bi-gem", '\uf3e6'), GEO("bi-geo", '\uf3ea'), GEO_ALT("bi-geo-alt", '\uf3e8'), GEO_ALT_FILL("bi-geo-alt-fill", '\uf3e7'), GEO_FILL("bi-geo-fill", '\uf3e9'), GIFT("bi-gift", '\uf3ec'), GIFT_FILL("bi-gift-fill", '\uf3eb'), GITHUB("bi-github", '\uf3ed'), GLOBE("bi-globe", '\uf3ee'), GLOBE2("bi-globe2", '\uf3ef'), GOOGLE("bi-google", '\uf3f0'), GRAPH_DOWN("bi-graph-down", '\uf3f1'), GRAPH_UP("bi-graph-up", '\uf3f2'), GRID("bi-grid", '\uf3fc'), GRID_1X2("bi-grid-1x2", '\uf3f4'), GRID_1X2_FILL("bi-grid-1x2-fill", '\uf3f3'), GRID_3X2("bi-grid-3x2", '\uf3f7'), GRID_3X2_GAP("bi-grid-3x2-gap", '\uf3f6'), GRID_3X2_GAP_FILL("bi-grid-3x2-gap-fill", '\uf3f5'), GRID_3X3("bi-grid-3x3", '\uf3fa'), GRID_3X3_GAP("bi-grid-3x3-gap", '\uf3f9'), GRID_3X3_GAP_FILL("bi-grid-3x3-gap-fill", '\uf3f8'), GRID_FILL("bi-grid-fill", '\uf3fb'), GRIP_HORIZONTAL("bi-grip-horizontal", '\uf3fd'), GRIP_VERTICAL("bi-grip-vertical", '\uf3fe'), HAMMER("bi-hammer", '\uf3ff'), HANDBAG("bi-handbag", '\uf409'), HANDBAG_FILL("bi-handbag-fill", '\uf408'), HAND_INDEX("bi-hand-index", '\uf403'), HAND_INDEX_FILL("bi-hand-index-fill", '\uf400'), HAND_INDEX_THUMB("bi-hand-index-thumb", '\uf402'), HAND_INDEX_THUMB_FILL("bi-hand-index-thumb-fill", '\uf401'), HAND_THUMBS_DOWN("bi-hand-thumbs-down", '\uf405'), HAND_THUMBS_DOWN_FILL("bi-hand-thumbs-down-fill", '\uf404'), HAND_THUMBS_UP("bi-hand-thumbs-up", '\uf407'), HAND_THUMBS_UP_FILL("bi-hand-thumbs-up-fill", '\uf406'), HASH("bi-hash", '\uf40a'), HDD("bi-hdd", '\uf412'), HDD_FILL("bi-hdd-fill", '\uf40b'), HDD_NETWORK("bi-hdd-network", '\uf40d'), HDD_NETWORK_FILL("bi-hdd-network-fill", '\uf40c'), HDD_RACK("bi-hdd-rack", '\uf40f'), HDD_RACK_FILL("bi-hdd-rack-fill", '\uf40e'), HDD_STACK("bi-hdd-stack", '\uf411'), HDD_STACK_FILL("bi-hdd-stack-fill", '\uf410'), HEADPHONES("bi-headphones", '\uf413'), HEADSET("bi-headset", '\uf414'), HEART("bi-heart", '\uf417'), HEART_FILL("bi-heart-fill", '\uf415'), HEART_HALF("bi-heart-half", '\uf416'), HEPTAGON("bi-heptagon", '\uf41a'), HEPTAGON_FILL("bi-heptagon-fill", '\uf418'), HEPTAGON_HALF("bi-heptagon-half", '\uf419'), HEXAGON("bi-hexagon", '\uf41d'), HEXAGON_FILL("bi-hexagon-fill", '\uf41b'), HEXAGON_HALF("bi-hexagon-half", '\uf41c'), HOURGLASS("bi-hourglass", '\uf421'), HOURGLASS_BOTTOM("bi-hourglass-bottom", '\uf41e'), HOURGLASS_SPLIT("bi-hourglass-split", '\uf41f'), HOURGLASS_TOP("bi-hourglass-top", '\uf420'), HOUSE("bi-house", '\uf425'), HOUSE_DOOR("bi-house-door", '\uf423'), HOUSE_DOOR_FILL("bi-house-door-fill", '\uf422'), HOUSE_FILL("bi-house-fill", '\uf424'), HR("bi-hr", '\uf426'), HURRICANE("bi-hurricane", '\uf427'), IMAGE("bi-image", '\uf42a'), IMAGES("bi-images", '\uf42b'), IMAGE_ALT("bi-image-alt", '\uf428'), IMAGE_FILL("bi-image-fill", '\uf429'), INBOX("bi-inbox", '\uf42d'), INBOXES("bi-inboxes", '\uf42f'), INBOXES_FILL("bi-inboxes-fill", '\uf42e'), INBOX_FILL("bi-inbox-fill", '\uf42c'), INFO("bi-info", '\uf434'), INFO_CIRCLE("bi-info-circle", '\uf431'), INFO_CIRCLE_FILL("bi-info-circle-fill", '\uf430'), INFO_SQUARE("bi-info-square", '\uf433'), INFO_SQUARE_FILL("bi-info-square-fill", '\uf432'), INPUT_CURSOR("bi-input-cursor", '\uf436'), INPUT_CURSOR_TEXT("bi-input-cursor-text", '\uf435'), INSTAGRAM("bi-instagram", '\uf437'), INTERSECT("bi-intersect", '\uf438'), JOURNAL("bi-journal", '\uf446'), JOURNALS("bi-journals", '\uf447'), JOURNAL_ALBUM("bi-journal-album", '\uf439'), JOURNAL_ARROW_DOWN("bi-journal-arrow-down", '\uf43a'), JOURNAL_ARROW_UP("bi-journal-arrow-up", '\uf43b'), JOURNAL_BOOKMARK("bi-journal-bookmark", '\uf43d'), JOURNAL_BOOKMARK_FILL("bi-journal-bookmark-fill", '\uf43c'), JOURNAL_CHECK("bi-journal-check", '\uf43e'), JOURNAL_CODE("bi-journal-code", '\uf43f'), JOURNAL_MEDICAL("bi-journal-medical", '\uf440'), JOURNAL_MINUS("bi-journal-minus", '\uf441'), JOURNAL_PLUS("bi-journal-plus", '\uf442'), JOURNAL_RICHTEXT("bi-journal-richtext", '\uf443'), JOURNAL_TEXT("bi-journal-text", '\uf444'), JOURNAL_X("bi-journal-x", '\uf445'), JOYSTICK("bi-joystick", '\uf448'), JUSTIFY("bi-justify", '\uf44b'), JUSTIFY_LEFT("bi-justify-left", '\uf449'), JUSTIFY_RIGHT("bi-justify-right", '\uf44a'), KANBAN("bi-kanban", '\uf44d'), KANBAN_FILL("bi-kanban-fill", '\uf44c'), KEY("bi-key", '\uf44f'), KEYBOARD("bi-keyboard", '\uf451'), KEYBOARD_FILL("bi-keyboard-fill", '\uf450'), KEY_FILL("bi-key-fill", '\uf44e'), LADDER("bi-ladder", '\uf452'), LAMP("bi-lamp", '\uf454'), LAMP_FILL("bi-lamp-fill", '\uf453'), LAPTOP("bi-laptop", '\uf456'), LAPTOP_FILL("bi-laptop-fill", '\uf455'), LAYERS("bi-layers", '\uf45b'), LAYERS_FILL("bi-layers-fill", '\uf459'), LAYERS_HALF("bi-layers-half", '\uf45a'), LAYER_BACKWARD("bi-layer-backward", '\uf457'), LAYER_FORWARD("bi-layer-forward", '\uf458'), LAYOUT_SIDEBAR("bi-layout-sidebar", '\uf45f'), LAYOUT_SIDEBAR_INSET("bi-layout-sidebar-inset", '\uf45d'), LAYOUT_SIDEBAR_INSET_REVERSE("bi-layout-sidebar-inset-reverse", '\uf45c'), LAYOUT_SIDEBAR_REVERSE("bi-layout-sidebar-reverse", '\uf45e'), LAYOUT_SPLIT("bi-layout-split", '\uf460'), LAYOUT_TEXT_SIDEBAR("bi-layout-text-sidebar", '\uf462'), LAYOUT_TEXT_SIDEBAR_REVERSE("bi-layout-text-sidebar-reverse", '\uf461'), LAYOUT_TEXT_WINDOW("bi-layout-text-window", '\uf464'), LAYOUT_TEXT_WINDOW_REVERSE("bi-layout-text-window-reverse", '\uf463'), LAYOUT_THREE_COLUMNS("bi-layout-three-columns", '\uf465'), LAYOUT_WTF("bi-layout-wtf", '\uf466'), LIFE_PRESERVER("bi-life-preserver", '\uf467'), LIGHTBULB("bi-lightbulb", '\uf46b'), LIGHTBULB_FILL("bi-lightbulb-fill", '\uf468'), LIGHTBULB_OFF("bi-lightbulb-off", '\uf46a'), LIGHTBULB_OFF_FILL("bi-lightbulb-off-fill", '\uf469'), LIGHTNING("bi-lightning", '\uf46f'), LIGHTNING_CHARGE("bi-lightning-charge", '\uf46d'), LIGHTNING_CHARGE_FILL("bi-lightning-charge-fill", '\uf46c'), LIGHTNING_FILL("bi-lightning-fill", '\uf46e'), LINK("bi-link", '\uf471'), LINKEDIN("bi-linkedin", '\uf472'), LINK_45DEG("bi-link-45deg", '\uf470'), LIST("bi-list", '\uf479'), LIST_CHECK("bi-list-check", '\uf473'), LIST_NESTED("bi-list-nested", '\uf474'), LIST_OL("bi-list-ol", '\uf475'), LIST_STARS("bi-list-stars", '\uf476'), LIST_TASK("bi-list-task", '\uf477'), LIST_UL("bi-list-ul", '\uf478'), LOCK("bi-lock", '\uf47b'), LOCK_FILL("bi-lock-fill", '\uf47a'), MAILBOX("bi-mailbox", '\uf47c'), MAILBOX2("bi-mailbox2", '\uf47d'), MAP("bi-map", '\uf47f'), MAP_FILL("bi-map-fill", '\uf47e'), MARKDOWN("bi-markdown", '\uf481'), MARKDOWN_FILL("bi-markdown-fill", '\uf480'), MASK("bi-mask", '\uf482'), MEGAPHONE("bi-megaphone", '\uf484'), MEGAPHONE_FILL("bi-megaphone-fill", '\uf483'), MENU_APP("bi-menu-app", '\uf486'), MENU_APP_FILL("bi-menu-app-fill", '\uf485'), MENU_BUTTON("bi-menu-button", '\uf48a'), MENU_BUTTON_FILL("bi-menu-button-fill", '\uf487'), MENU_BUTTON_WIDE("bi-menu-button-wide", '\uf489'), MENU_BUTTON_WIDE_FILL("bi-menu-button-wide-fill", '\uf488'), MENU_DOWN("bi-menu-down", '\uf48b'), MENU_UP("bi-menu-up", '\uf48c'), MIC("bi-mic", '\uf490'), MIC_FILL("bi-mic-fill", '\uf48d'), MIC_MUTE("bi-mic-mute", '\uf48f'), MIC_MUTE_FILL("bi-mic-mute-fill", '\uf48e'), MINECART("bi-minecart", '\uf492'), MINECART_LOADED("bi-minecart-loaded", '\uf491'), MOISTURE("bi-moisture", '\uf493'), MOON("bi-moon", '\uf497'), MOON_FILL("bi-moon-fill", '\uf494'), MOON_STARS("bi-moon-stars", '\uf496'), MOON_STARS_FILL("bi-moon-stars-fill", '\uf495'), MOUSE("bi-mouse", '\uf499'), MOUSE2("bi-mouse2", '\uf49b'), MOUSE2_FILL("bi-mouse2-fill", '\uf49a'), MOUSE3("bi-mouse3", '\uf49d'), MOUSE3_FILL("bi-mouse3-fill", '\uf49c'), MOUSE_FILL("bi-mouse-fill", '\uf498'), MUSIC_NOTE("bi-music-note", '\uf4a0'), MUSIC_NOTE_BEAMED("bi-music-note-beamed", '\uf49e'), MUSIC_NOTE_LIST("bi-music-note-list", '\uf49f'), MUSIC_PLAYER("bi-music-player", '\uf4a2'), MUSIC_PLAYER_FILL("bi-music-player-fill", '\uf4a1'), NEWSPAPER("bi-newspaper", '\uf4a3'), NODE_MINUS("bi-node-minus", '\uf4a5'), NODE_MINUS_FILL("bi-node-minus-fill", '\uf4a4'), NODE_PLUS("bi-node-plus", '\uf4a7'), NODE_PLUS_FILL("bi-node-plus-fill", '\uf4a6'), NUT("bi-nut", '\uf4a9'), NUT_FILL("bi-nut-fill", '\uf4a8'), OCTAGON("bi-octagon", '\uf4ac'), OCTAGON_FILL("bi-octagon-fill", '\uf4aa'), OCTAGON_HALF("bi-octagon-half", '\uf4ab'), OPTION("bi-option", '\uf4ad'), OUTLET("bi-outlet", '\uf4ae'), PAINT_BUCKET("bi-paint-bucket", '\uf4af'), PALETTE("bi-palette", '\uf4b1'), PALETTE2("bi-palette2", '\uf4b2'), PALETTE_FILL("bi-palette-fill", '\uf4b0'), PAPERCLIP("bi-paperclip", '\uf4b3'), PARAGRAPH("bi-paragraph", '\uf4b4'), PATCH_CHECK("bi-patch-check", '\uf4b6'), PATCH_CHECK_FILL("bi-patch-check-fill", '\uf4b5'), PATCH_EXCLAMATION("bi-patch-exclamation", '\uf4b8'), PATCH_EXCLAMATION_FILL("bi-patch-exclamation-fill", '\uf4b7'), PATCH_MINUS("bi-patch-minus", '\uf4ba'), PATCH_MINUS_FILL("bi-patch-minus-fill", '\uf4b9'), PATCH_PLUS("bi-patch-plus", '\uf4bc'), PATCH_PLUS_FILL("bi-patch-plus-fill", '\uf4bb'), PATCH_QUESTION("bi-patch-question", '\uf4be'), PATCH_QUESTION_FILL("bi-patch-question-fill", '\uf4bd'), PAUSE("bi-pause", '\uf4c4'), PAUSE_BTN("bi-pause-btn", '\uf4c0'), PAUSE_BTN_FILL("bi-pause-btn-fill", '\uf4bf'), PAUSE_CIRCLE("bi-pause-circle", '\uf4c2'), PAUSE_CIRCLE_FILL("bi-pause-circle-fill", '\uf4c1'), PAUSE_FILL("bi-pause-fill", '\uf4c3'), PEACE("bi-peace", '\uf4c6'), PEACE_FILL("bi-peace-fill", '\uf4c5'), PEN("bi-pen", '\uf4c8'), PENCIL("bi-pencil", '\uf4cb'), PENCIL_FILL("bi-pencil-fill", '\uf4c9'), PENCIL_SQUARE("bi-pencil-square", '\uf4ca'), PENTAGON("bi-pentagon", '\uf4ce'), PENTAGON_FILL("bi-pentagon-fill", '\uf4cc'), PENTAGON_HALF("bi-pentagon-half", '\uf4cd'), PEN_FILL("bi-pen-fill", '\uf4c7'), PEOPLE("bi-people", '\uf4d0'), PEOPLE_FILL("bi-people-fill", '\uf4cf'), PERCENT("bi-percent", '\uf4d1'), PERSON("bi-person", '\uf4e1'), PERSON_BADGE("bi-person-badge", '\uf4d3'), PERSON_BADGE_FILL("bi-person-badge-fill", '\uf4d2'), PERSON_BOUNDING_BOX("bi-person-bounding-box", '\uf4d4'), PERSON_CHECK("bi-person-check", '\uf4d6'), PERSON_CHECK_FILL("bi-person-check-fill", '\uf4d5'), PERSON_CIRCLE("bi-person-circle", '\uf4d7'), PERSON_DASH("bi-person-dash", '\uf4d9'), PERSON_DASH_FILL("bi-person-dash-fill", '\uf4d8'), PERSON_FILL("bi-person-fill", '\uf4da'), PERSON_LINES_FILL("bi-person-lines-fill", '\uf4db'), PERSON_PLUS("bi-person-plus", '\uf4dd'), PERSON_PLUS_FILL("bi-person-plus-fill", '\uf4dc'), PERSON_SQUARE("bi-person-square", '\uf4de'), PERSON_X("bi-person-x", '\uf4e0'), PERSON_X_FILL("bi-person-x-fill", '\uf4df'), PHONE("bi-phone", '\uf4e7'), PHONE_FILL("bi-phone-fill", '\uf4e2'), PHONE_LANDSCAPE("bi-phone-landscape", '\uf4e4'), PHONE_LANDSCAPE_FILL("bi-phone-landscape-fill", '\uf4e3'), PHONE_VIBRATE("bi-phone-vibrate", '\uf4e6'), PHONE_VIBRATE_FILL("bi-phone-vibrate-fill", '\uf4e5'), PIE_CHART("bi-pie-chart", '\uf4e9'), PIE_CHART_FILL("bi-pie-chart-fill", '\uf4e8'), PIN("bi-pin", '\uf4ed'), PIN_ANGLE("bi-pin-angle", '\uf4eb'), PIN_ANGLE_FILL("bi-pin-angle-fill", '\uf4ea'), PIN_FILL("bi-pin-fill", '\uf4ec'), PIP("bi-pip", '\uf4ef'), PIP_FILL("bi-pip-fill", '\uf4ee'), PLAY("bi-play", '\uf4f5'), PLAY_BTN("bi-play-btn", '\uf4f1'), PLAY_BTN_FILL("bi-play-btn-fill", '\uf4f0'), PLAY_CIRCLE("bi-play-circle", '\uf4f3'), PLAY_CIRCLE_FILL("bi-play-circle-fill", '\uf4f2'), PLAY_FILL("bi-play-fill", '\uf4f4'), PLUG("bi-plug", '\uf4f7'), PLUG_FILL("bi-plug-fill", '\uf4f6'), PLUS("bi-plus", '\uf4fe'), PLUS_CIRCLE("bi-plus-circle", '\uf4fa'), PLUS_CIRCLE_DOTTED("bi-plus-circle-dotted", '\uf4f8'), PLUS_CIRCLE_FILL("bi-plus-circle-fill", '\uf4f9'), PLUS_SQUARE("bi-plus-square", '\uf4fd'), PLUS_SQUARE_DOTTED("bi-plus-square-dotted", '\uf4fb'), PLUS_SQUARE_FILL("bi-plus-square-fill", '\uf4fc'), POWER("bi-power", '\uf4ff'), PRINTER("bi-printer", '\uf501'), PRINTER_FILL("bi-printer-fill", '\uf500'), PUZZLE("bi-puzzle", '\uf503'), PUZZLE_FILL("bi-puzzle-fill", '\uf502'), QUESTION("bi-question", '\uf50c'), QUESTION_CIRCLE("bi-question-circle", '\uf505'), QUESTION_CIRCLE_FILL("bi-question-circle-fill", '\uf504'), QUESTION_DIAMOND("bi-question-diamond", '\uf507'), QUESTION_DIAMOND_FILL("bi-question-diamond-fill", '\uf506'), QUESTION_OCTAGON("bi-question-octagon", '\uf509'), QUESTION_OCTAGON_FILL("bi-question-octagon-fill", '\uf508'), QUESTION_SQUARE("bi-question-square", '\uf50b'), QUESTION_SQUARE_FILL("bi-question-square-fill", '\uf50a'), RAINBOW("bi-rainbow", '\uf50d'), RECEIPT("bi-receipt", '\uf50f'), RECEIPT_CUTOFF("bi-receipt-cutoff", '\uf50e'), RECEPTION_0("bi-reception-0", '\uf510'), RECEPTION_1("bi-reception-1", '\uf511'), RECEPTION_2("bi-reception-2", '\uf512'), RECEPTION_3("bi-reception-3", '\uf513'), RECEPTION_4("bi-reception-4", '\uf514'), RECORD("bi-record", '\uf51a'), RECORD2("bi-record2", '\uf51c'), RECORD2_FILL("bi-record2-fill", '\uf51b'), RECORD_BTN("bi-record-btn", '\uf516'), RECORD_BTN_FILL("bi-record-btn-fill", '\uf515'), RECORD_CIRCLE("bi-record-circle", '\uf518'), RECORD_CIRCLE_FILL("bi-record-circle-fill", '\uf517'), RECORD_FILL("bi-record-fill", '\uf519'), REPLY("bi-reply", '\uf520'), REPLY_ALL("bi-reply-all", '\uf51e'), REPLY_ALL_FILL("bi-reply-all-fill", '\uf51d'), REPLY_FILL("bi-reply-fill", '\uf51f'), RSS("bi-rss", '\uf522'), RSS_FILL("bi-rss-fill", '\uf521'), RULERS("bi-rulers", '\uf523'), SAVE("bi-save", '\uf525'), SAVE2("bi-save2", '\uf527'), SAVE2_FILL("bi-save2-fill", '\uf526'), SAVE_FILL("bi-save-fill", '\uf524'), SCISSORS("bi-scissors", '\uf528'), SCREWDRIVER("bi-screwdriver", '\uf529'), SEARCH("bi-search", '\uf52a'), SEGMENTED_NAV("bi-segmented-nav", '\uf52b'), SERVER("bi-server", '\uf52c'), SHARE("bi-share", '\uf52e'), SHARE_FILL("bi-share-fill", '\uf52d'), SHIELD("bi-shield", '\uf53f'), SHIELD_CHECK("bi-shield-check", '\uf52f'), SHIELD_EXCLAMATION("bi-shield-exclamation", '\uf530'), SHIELD_FILL("bi-shield-fill", '\uf536'), SHIELD_FILL_CHECK("bi-shield-fill-check", '\uf531'), SHIELD_FILL_EXCLAMATION("bi-shield-fill-exclamation", '\uf532'), SHIELD_FILL_MINUS("bi-shield-fill-minus", '\uf533'), SHIELD_FILL_PLUS("bi-shield-fill-plus", '\uf534'), SHIELD_FILL_X("bi-shield-fill-x", '\uf535'), SHIELD_LOCK("bi-shield-lock", '\uf538'), SHIELD_LOCK_FILL("bi-shield-lock-fill", '\uf537'), SHIELD_MINUS("bi-shield-minus", '\uf539'), SHIELD_PLUS("bi-shield-plus", '\uf53a'), SHIELD_SHADED("bi-shield-shaded", '\uf53b'), SHIELD_SLASH("bi-shield-slash", '\uf53d'), SHIELD_SLASH_FILL("bi-shield-slash-fill", '\uf53c'), SHIELD_X("bi-shield-x", '\uf53e'), SHIFT("bi-shift", '\uf541'), SHIFT_FILL("bi-shift-fill", '\uf540'), SHOP("bi-shop", '\uf543'), SHOP_WINDOW("bi-shop-window", '\uf542'), SHUFFLE("bi-shuffle", '\uf544'), SIGNPOST("bi-signpost", '\uf54a'), SIGNPOST_2("bi-signpost-2", '\uf546'), SIGNPOST_2_FILL("bi-signpost-2-fill", '\uf545'), SIGNPOST_FILL("bi-signpost-fill", '\uf547'), SIGNPOST_SPLIT("bi-signpost-split", '\uf549'), SIGNPOST_SPLIT_FILL("bi-signpost-split-fill", '\uf548'), SIM("bi-sim", '\uf54c'), SIM_FILL("bi-sim-fill", '\uf54b'), SKIP_BACKWARD("bi-skip-backward", '\uf552'), SKIP_BACKWARD_BTN("bi-skip-backward-btn", '\uf54e'), SKIP_BACKWARD_BTN_FILL("bi-skip-backward-btn-fill", '\uf54d'), SKIP_BACKWARD_CIRCLE("bi-skip-backward-circle", '\uf550'), SKIP_BACKWARD_CIRCLE_FILL("bi-skip-backward-circle-fill", '\uf54f'), SKIP_BACKWARD_FILL("bi-skip-backward-fill", '\uf551'), SKIP_END("bi-skip-end", '\uf558'), SKIP_END_BTN("bi-skip-end-btn", '\uf554'), SKIP_END_BTN_FILL("bi-skip-end-btn-fill", '\uf553'), SKIP_END_CIRCLE("bi-skip-end-circle", '\uf556'), SKIP_END_CIRCLE_FILL("bi-skip-end-circle-fill", '\uf555'), SKIP_END_FILL("bi-skip-end-fill", '\uf557'), SKIP_FORWARD("bi-skip-forward", '\uf55e'), SKIP_FORWARD_BTN("bi-skip-forward-btn", '\uf55a'), SKIP_FORWARD_BTN_FILL("bi-skip-forward-btn-fill", '\uf559'), SKIP_FORWARD_CIRCLE("bi-skip-forward-circle", '\uf55c'), SKIP_FORWARD_CIRCLE_FILL("bi-skip-forward-circle-fill", '\uf55b'), SKIP_FORWARD_FILL("bi-skip-forward-fill", '\uf55d'), SKIP_START("bi-skip-start", '\uf564'), SKIP_START_BTN("bi-skip-start-btn", '\uf560'), SKIP_START_BTN_FILL("bi-skip-start-btn-fill", '\uf55f'), SKIP_START_CIRCLE("bi-skip-start-circle", '\uf562'), SKIP_START_CIRCLE_FILL("bi-skip-start-circle-fill", '\uf561'), SKIP_START_FILL("bi-skip-start-fill", '\uf563'), SLACK("bi-slack", '\uf565'), SLASH("bi-slash", '\uf56a'), SLASH_CIRCLE("bi-slash-circle", '\uf567'), SLASH_CIRCLE_FILL("bi-slash-circle-fill", '\uf566'), SLASH_SQUARE("bi-slash-square", '\uf569'), SLASH_SQUARE_FILL("bi-slash-square-fill", '\uf568'), SLIDERS("bi-sliders", '\uf56b'), SMARTWATCH("bi-smartwatch", '\uf56c'), SNOW("bi-snow", '\uf56d'), SNOW2("bi-snow2", '\uf56e'), SNOW3("bi-snow3", '\uf56f'), SORT_ALPHA_DOWN("bi-sort-alpha-down", '\uf571'), SORT_ALPHA_DOWN_ALT("bi-sort-alpha-down-alt", '\uf570'), SORT_ALPHA_UP("bi-sort-alpha-up", '\uf573'), SORT_ALPHA_UP_ALT("bi-sort-alpha-up-alt", '\uf572'), SORT_DOWN("bi-sort-down", '\uf575'), SORT_DOWN_ALT("bi-sort-down-alt", '\uf574'), SORT_NUMERIC_DOWN("bi-sort-numeric-down", '\uf577'), SORT_NUMERIC_DOWN_ALT("bi-sort-numeric-down-alt", '\uf576'), SORT_NUMERIC_UP("bi-sort-numeric-up", '\uf579'), SORT_NUMERIC_UP_ALT("bi-sort-numeric-up-alt", '\uf578'), SORT_UP("bi-sort-up", '\uf57b'), SORT_UP_ALT("bi-sort-up-alt", '\uf57a'), SOUNDWAVE("bi-soundwave", '\uf57c'), SPEAKER("bi-speaker", '\uf57e'), SPEAKER_FILL("bi-speaker-fill", '\uf57d'), SPEEDOMETER("bi-speedometer", '\uf57f'), SPEEDOMETER2("bi-speedometer2", '\uf580'), SPELLCHECK("bi-spellcheck", '\uf581'), SQUARE("bi-square", '\uf584'), SQUARE_FILL("bi-square-fill", '\uf582'), SQUARE_HALF("bi-square-half", '\uf583'), STACK("bi-stack", '\uf585'), STAR("bi-star", '\uf588'), STARS("bi-stars", '\uf589'), STAR_FILL("bi-star-fill", '\uf586'), STAR_HALF("bi-star-half", '\uf587'), STICKIES("bi-stickies", '\uf58b'), STICKIES_FILL("bi-stickies-fill", '\uf58a'), STICKY("bi-sticky", '\uf58d'), STICKY_FILL("bi-sticky-fill", '\uf58c'), STOP("bi-stop", '\uf593'), STOPLIGHTS("bi-stoplights", '\uf595'), STOPLIGHTS_FILL("bi-stoplights-fill", '\uf594'), STOPWATCH("bi-stopwatch", '\uf597'), STOPWATCH_FILL("bi-stopwatch-fill", '\uf596'), STOP_BTN("bi-stop-btn", '\uf58f'), STOP_BTN_FILL("bi-stop-btn-fill", '\uf58e'), STOP_CIRCLE("bi-stop-circle", '\uf591'), STOP_CIRCLE_FILL("bi-stop-circle-fill", '\uf590'), STOP_FILL("bi-stop-fill", '\uf592'), SUBTRACT("bi-subtract", '\uf598'), SUIT_CLUB("bi-suit-club", '\uf59a'), SUIT_CLUB_FILL("bi-suit-club-fill", '\uf599'), SUIT_DIAMOND("bi-suit-diamond", '\uf59c'), SUIT_DIAMOND_FILL("bi-suit-diamond-fill", '\uf59b'), SUIT_HEART("bi-suit-heart", '\uf59e'), SUIT_HEART_FILL("bi-suit-heart-fill", '\uf59d'), SUIT_SPADE("bi-suit-spade", '\uf5a0'), SUIT_SPADE_FILL("bi-suit-spade-fill", '\uf59f'), SUN("bi-sun", '\uf5a2'), SUNGLASSES("bi-sunglasses", '\uf5a3'), SUNRISE("bi-sunrise", '\uf5a5'), SUNRISE_FILL("bi-sunrise-fill", '\uf5a4'), SUNSET("bi-sunset", '\uf5a7'), SUNSET_FILL("bi-sunset-fill", '\uf5a6'), SUN_FILL("bi-sun-fill", '\uf5a1'), SYMMETRY_HORIZONTAL("bi-symmetry-horizontal", '\uf5a8'), SYMMETRY_VERTICAL("bi-symmetry-vertical", '\uf5a9'), TABLE("bi-table", '\uf5aa'), TABLET("bi-tablet", '\uf5ae'), TABLET_FILL("bi-tablet-fill", '\uf5ab'), TABLET_LANDSCAPE("bi-tablet-landscape", '\uf5ad'), TABLET_LANDSCAPE_FILL("bi-tablet-landscape-fill", '\uf5ac'), TAG("bi-tag", '\uf5b0'), TAGS("bi-tags", '\uf5b2'), TAGS_FILL("bi-tags-fill", '\uf5b1'), TAG_FILL("bi-tag-fill", '\uf5af'), TELEGRAM("bi-telegram", '\uf5b3'), TELEPHONE("bi-telephone", '\uf5c1'), TELEPHONE_FILL("bi-telephone-fill", '\uf5b4'), TELEPHONE_FORWARD("bi-telephone-forward", '\uf5b6'), TELEPHONE_FORWARD_FILL("bi-telephone-forward-fill", '\uf5b5'), TELEPHONE_INBOUND("bi-telephone-inbound", '\uf5b8'), TELEPHONE_INBOUND_FILL("bi-telephone-inbound-fill", '\uf5b7'), TELEPHONE_MINUS("bi-telephone-minus", '\uf5ba'), TELEPHONE_MINUS_FILL("bi-telephone-minus-fill", '\uf5b9'), TELEPHONE_OUTBOUND("bi-telephone-outbound", '\uf5bc'), TELEPHONE_OUTBOUND_FILL("bi-telephone-outbound-fill", '\uf5bb'), TELEPHONE_PLUS("bi-telephone-plus", '\uf5be'), TELEPHONE_PLUS_FILL("bi-telephone-plus-fill", '\uf5bd'), TELEPHONE_X("bi-telephone-x", '\uf5c0'), TELEPHONE_X_FILL("bi-telephone-x-fill", '\uf5bf'), TERMINAL("bi-terminal", '\uf5c3'), TERMINAL_FILL("bi-terminal-fill", '\uf5c2'), TEXTAREA("bi-textarea", '\uf5cc'), TEXTAREA_RESIZE("bi-textarea-resize", '\uf5ca'), TEXTAREA_T("bi-textarea-t", '\uf5cb'), TEXT_CENTER("bi-text-center", '\uf5c4'), TEXT_INDENT_LEFT("bi-text-indent-left", '\uf5c5'), TEXT_INDENT_RIGHT("bi-text-indent-right", '\uf5c6'), TEXT_LEFT("bi-text-left", '\uf5c7'), TEXT_PARAGRAPH("bi-text-paragraph", '\uf5c8'), TEXT_RIGHT("bi-text-right", '\uf5c9'), THERMOMETER("bi-thermometer", '\uf5d2'), THERMOMETER_HALF("bi-thermometer-half", '\uf5cd'), THERMOMETER_HIGH("bi-thermometer-high", '\uf5ce'), THERMOMETER_LOW("bi-thermometer-low", '\uf5cf'), THERMOMETER_SNOW("bi-thermometer-snow", '\uf5d0'), THERMOMETER_SUN("bi-thermometer-sun", '\uf5d1'), THREE_DOTS("bi-three-dots", '\uf5d4'), THREE_DOTS_VERTICAL("bi-three-dots-vertical", '\uf5d3'), TOGGLE2_OFF("bi-toggle2-off", '\uf5d7'), TOGGLE2_ON("bi-toggle2-on", '\uf5d8'), TOGGLES("bi-toggles", '\uf5d9'), TOGGLES2("bi-toggles2", '\uf5da'), TOGGLE_OFF("bi-toggle-off", '\uf5d5'), TOGGLE_ON("bi-toggle-on", '\uf5d6'), TOOLS("bi-tools", '\uf5db'), TORNADO("bi-tornado", '\uf5dc'), TRASH("bi-trash", '\uf5de'), TRASH2("bi-trash2", '\uf5e0'), TRASH2_FILL("bi-trash2-fill", '\uf5df'), TRASH_FILL("bi-trash-fill", '\uf5dd'), TREE("bi-tree", '\uf5e2'), TREE_FILL("bi-tree-fill", '\uf5e1'), TRIANGLE("bi-triangle", '\uf5e5'), TRIANGLE_FILL("bi-triangle-fill", '\uf5e3'), TRIANGLE_HALF("bi-triangle-half", '\uf5e4'), TROPHY("bi-trophy", '\uf5e7'), TROPHY_FILL("bi-trophy-fill", '\uf5e6'), TROPICAL_STORM("bi-tropical-storm", '\uf5e8'), TRUCK("bi-truck", '\uf5ea'), TRUCK_FLATBED("bi-truck-flatbed", '\uf5e9'), TSUNAMI("bi-tsunami", '\uf5eb'), TV("bi-tv", '\uf5ed'), TV_FILL("bi-tv-fill", '\uf5ec'), TWITCH("bi-twitch", '\uf5ee'), TWITTER("bi-twitter", '\uf5ef'), TYPE("bi-type", '\uf5f7'), TYPE_BOLD("bi-type-bold", '\uf5f0'), TYPE_H1("bi-type-h1", '\uf5f1'), TYPE_H2("bi-type-h2", '\uf5f2'), TYPE_H3("bi-type-h3", '\uf5f3'), TYPE_ITALIC("bi-type-italic", '\uf5f4'), TYPE_STRIKETHROUGH("bi-type-strikethrough", '\uf5f5'), TYPE_UNDERLINE("bi-type-underline", '\uf5f6'), UI_CHECKS("bi-ui-checks", '\uf5f9'), UI_CHECKS_GRID("bi-ui-checks-grid", '\uf5f8'), UI_RADIOS("bi-ui-radios", '\uf5fb'), UI_RADIOS_GRID("bi-ui-radios-grid", '\uf5fa'), UMBRELLA("bi-umbrella", '\uf5fd'), UMBRELLA_FILL("bi-umbrella-fill", '\uf5fc'), UNION("bi-union", '\uf5fe'), UNLOCK("bi-unlock", '\uf600'), UNLOCK_FILL("bi-unlock-fill", '\uf5ff'), UPC("bi-upc", '\uf602'), UPC_SCAN("bi-upc-scan", '\uf601'), UPLOAD("bi-upload", '\uf603'), VECTOR_PEN("bi-vector-pen", '\uf604'), VIEW_LIST("bi-view-list", '\uf605'), VIEW_STACKED("bi-view-stacked", '\uf606'), VINYL("bi-vinyl", '\uf608'), VINYL_FILL("bi-vinyl-fill", '\uf607'), VOICEMAIL("bi-voicemail", '\uf609'), VOLUME_DOWN("bi-volume-down", '\uf60b'), VOLUME_DOWN_FILL("bi-volume-down-fill", '\uf60a'), VOLUME_MUTE("bi-volume-mute", '\uf60d'), VOLUME_MUTE_FILL("bi-volume-mute-fill", '\uf60c'), VOLUME_OFF("bi-volume-off", '\uf60f'), VOLUME_OFF_FILL("bi-volume-off-fill", '\uf60e'), VOLUME_UP("bi-volume-up", '\uf611'), VOLUME_UP_FILL("bi-volume-up-fill", '\uf610'), VR("bi-vr", '\uf612'), WALLET("bi-wallet", '\uf614'), WALLET2("bi-wallet2", '\uf615'), WALLET_FILL("bi-wallet-fill", '\uf613'), WATCH("bi-watch", '\uf616'), WATER("bi-water", '\uf617'), WHATSAPP("bi-whatsapp", '\uf618'), WIFI("bi-wifi", '\uf61c'), WIFI_1("bi-wifi-1", '\uf619'), WIFI_2("bi-wifi-2", '\uf61a'), WIFI_OFF("bi-wifi-off", '\uf61b'), WIND("bi-wind", '\uf61d'), WINDOW("bi-window", '\uf620'), WINDOW_DOCK("bi-window-dock", '\uf61e'), WINDOW_SIDEBAR("bi-window-sidebar", '\uf61f'), WRENCH("bi-wrench", '\uf621'), X("bi-x", '\uf62a'), X_CIRCLE("bi-x-circle", '\uf623'), X_CIRCLE_FILL("bi-x-circle-fill", '\uf622'), X_DIAMOND("bi-x-diamond", '\uf625'), X_DIAMOND_FILL("bi-x-diamond-fill", '\uf624'), X_OCTAGON("bi-x-octagon", '\uf627'), X_OCTAGON_FILL("bi-x-octagon-fill", '\uf626'), X_SQUARE("bi-x-square", '\uf629'), X_SQUARE_FILL("bi-x-square-fill", '\uf628'), YOUTUBE("bi-youtube", '\uf62b'), ZOOM_IN("bi-zoom-in", '\uf62c'), ZOOM_OUT("bi-zoom-out", '\uf62d'); public static BootstrapIcons findByDescription(String description) { for (BootstrapIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; BootstrapIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bootstrapicons-pack/src/main/java/org/kordamp/ikonli/bootstrapicons/BootstrapIconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bootstrapicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BootstrapIconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bootstrapicons/1.4.1/fonts/bootstrap-icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bi-"); } @Override public Ikon resolve(String description) { return BootstrapIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "bootstrap-icons"; } } ================================================ FILE: icon-packs/ikonli-bootstrapicons-pack/src/main/java/org/kordamp/ikonli/bootstrapicons/BootstrapIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bootstrapicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class BootstrapIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return BootstrapIcons.class; } } ================================================ FILE: icon-packs/ikonli-bootstrapicons-pack/src/main/resources/META-INF/resources/bootstrapicons/1.4.1/css/bootstrap-icons.css ================================================ @font-face { font-family: "bootstrap-icons"; src: url("../fonts/bootstrap-icons.woff2?231ce25e89ab5804f9a6c427b8d325c9") format("woff2"), url("../fonts/bootstrap-icons.woff?231ce25e89ab5804f9a6c427b8d325c9") format("woff"); } [class^="bi-"]::before, [class*=" bi-"]::before { display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bi-alarm-fill::before { content: "\f101"; } .bi-alarm::before { content: "\f102"; } .bi-align-bottom::before { content: "\f103"; } .bi-align-center::before { content: "\f104"; } .bi-align-end::before { content: "\f105"; } .bi-align-middle::before { content: "\f106"; } .bi-align-start::before { content: "\f107"; } .bi-align-top::before { content: "\f108"; } .bi-alt::before { content: "\f109"; } .bi-app-indicator::before { content: "\f10a"; } .bi-app::before { content: "\f10b"; } .bi-archive-fill::before { content: "\f10c"; } .bi-archive::before { content: "\f10d"; } .bi-arrow-90deg-down::before { content: "\f10e"; } .bi-arrow-90deg-left::before { content: "\f10f"; } .bi-arrow-90deg-right::before { content: "\f110"; } .bi-arrow-90deg-up::before { content: "\f111"; } .bi-arrow-bar-down::before { content: "\f112"; } .bi-arrow-bar-left::before { content: "\f113"; } .bi-arrow-bar-right::before { content: "\f114"; } .bi-arrow-bar-up::before { content: "\f115"; } .bi-arrow-clockwise::before { content: "\f116"; } .bi-arrow-counterclockwise::before { content: "\f117"; } .bi-arrow-down-circle-fill::before { content: "\f118"; } .bi-arrow-down-circle::before { content: "\f119"; } .bi-arrow-down-left-circle-fill::before { content: "\f11a"; } .bi-arrow-down-left-circle::before { content: "\f11b"; } .bi-arrow-down-left-square-fill::before { content: "\f11c"; } .bi-arrow-down-left-square::before { content: "\f11d"; } .bi-arrow-down-left::before { content: "\f11e"; } .bi-arrow-down-right-circle-fill::before { content: "\f11f"; } .bi-arrow-down-right-circle::before { content: "\f120"; } .bi-arrow-down-right-square-fill::before { content: "\f121"; } .bi-arrow-down-right-square::before { content: "\f122"; } .bi-arrow-down-right::before { content: "\f123"; } .bi-arrow-down-short::before { content: "\f124"; } .bi-arrow-down-square-fill::before { content: "\f125"; } .bi-arrow-down-square::before { content: "\f126"; } .bi-arrow-down-up::before { content: "\f127"; } .bi-arrow-down::before { content: "\f128"; } .bi-arrow-left-circle-fill::before { content: "\f129"; } .bi-arrow-left-circle::before { content: "\f12a"; } .bi-arrow-left-right::before { content: "\f12b"; } .bi-arrow-left-short::before { content: "\f12c"; } .bi-arrow-left-square-fill::before { content: "\f12d"; } .bi-arrow-left-square::before { content: "\f12e"; } .bi-arrow-left::before { content: "\f12f"; } .bi-arrow-repeat::before { content: "\f130"; } .bi-arrow-return-left::before { content: "\f131"; } .bi-arrow-return-right::before { content: "\f132"; } .bi-arrow-right-circle-fill::before { content: "\f133"; } .bi-arrow-right-circle::before { content: "\f134"; } .bi-arrow-right-short::before { content: "\f135"; } .bi-arrow-right-square-fill::before { content: "\f136"; } .bi-arrow-right-square::before { content: "\f137"; } .bi-arrow-right::before { content: "\f138"; } .bi-arrow-up-circle-fill::before { content: "\f139"; } .bi-arrow-up-circle::before { content: "\f13a"; } .bi-arrow-up-left-circle-fill::before { content: "\f13b"; } .bi-arrow-up-left-circle::before { content: "\f13c"; } .bi-arrow-up-left-square-fill::before { content: "\f13d"; } .bi-arrow-up-left-square::before { content: "\f13e"; } .bi-arrow-up-left::before { content: "\f13f"; } .bi-arrow-up-right-circle-fill::before { content: "\f140"; } .bi-arrow-up-right-circle::before { content: "\f141"; } .bi-arrow-up-right-square-fill::before { content: "\f142"; } .bi-arrow-up-right-square::before { content: "\f143"; } .bi-arrow-up-right::before { content: "\f144"; } .bi-arrow-up-short::before { content: "\f145"; } .bi-arrow-up-square-fill::before { content: "\f146"; } .bi-arrow-up-square::before { content: "\f147"; } .bi-arrow-up::before { content: "\f148"; } .bi-arrows-angle-contract::before { content: "\f149"; } .bi-arrows-angle-expand::before { content: "\f14a"; } .bi-arrows-collapse::before { content: "\f14b"; } .bi-arrows-expand::before { content: "\f14c"; } .bi-arrows-fullscreen::before { content: "\f14d"; } .bi-arrows-move::before { content: "\f14e"; } .bi-aspect-ratio-fill::before { content: "\f14f"; } .bi-aspect-ratio::before { content: "\f150"; } .bi-asterisk::before { content: "\f151"; } .bi-at::before { content: "\f152"; } .bi-award-fill::before { content: "\f153"; } .bi-award::before { content: "\f154"; } .bi-back::before { content: "\f155"; } .bi-backspace-fill::before { content: "\f156"; } .bi-backspace-reverse-fill::before { content: "\f157"; } .bi-backspace-reverse::before { content: "\f158"; } .bi-backspace::before { content: "\f159"; } .bi-badge-3d-fill::before { content: "\f15a"; } .bi-badge-3d::before { content: "\f15b"; } .bi-badge-4k-fill::before { content: "\f15c"; } .bi-badge-4k::before { content: "\f15d"; } .bi-badge-8k-fill::before { content: "\f15e"; } .bi-badge-8k::before { content: "\f15f"; } .bi-badge-ad-fill::before { content: "\f160"; } .bi-badge-ad::before { content: "\f161"; } .bi-badge-ar-fill::before { content: "\f162"; } .bi-badge-ar::before { content: "\f163"; } .bi-badge-cc-fill::before { content: "\f164"; } .bi-badge-cc::before { content: "\f165"; } .bi-badge-hd-fill::before { content: "\f166"; } .bi-badge-hd::before { content: "\f167"; } .bi-badge-tm-fill::before { content: "\f168"; } .bi-badge-tm::before { content: "\f169"; } .bi-badge-vo-fill::before { content: "\f16a"; } .bi-badge-vo::before { content: "\f16b"; } .bi-badge-vr-fill::before { content: "\f16c"; } .bi-badge-vr::before { content: "\f16d"; } .bi-badge-wc-fill::before { content: "\f16e"; } .bi-badge-wc::before { content: "\f16f"; } .bi-bag-check-fill::before { content: "\f170"; } .bi-bag-check::before { content: "\f171"; } .bi-bag-dash-fill::before { content: "\f172"; } .bi-bag-dash::before { content: "\f173"; } .bi-bag-fill::before { content: "\f174"; } .bi-bag-plus-fill::before { content: "\f175"; } .bi-bag-plus::before { content: "\f176"; } .bi-bag-x-fill::before { content: "\f177"; } .bi-bag-x::before { content: "\f178"; } .bi-bag::before { content: "\f179"; } .bi-bar-chart-fill::before { content: "\f17a"; } .bi-bar-chart-line-fill::before { content: "\f17b"; } .bi-bar-chart-line::before { content: "\f17c"; } .bi-bar-chart-steps::before { content: "\f17d"; } .bi-bar-chart::before { content: "\f17e"; } .bi-basket-fill::before { content: "\f17f"; } .bi-basket::before { content: "\f180"; } .bi-basket2-fill::before { content: "\f181"; } .bi-basket2::before { content: "\f182"; } .bi-basket3-fill::before { content: "\f183"; } .bi-basket3::before { content: "\f184"; } .bi-battery-charging::before { content: "\f185"; } .bi-battery-full::before { content: "\f186"; } .bi-battery-half::before { content: "\f187"; } .bi-battery::before { content: "\f188"; } .bi-bell-fill::before { content: "\f189"; } .bi-bell::before { content: "\f18a"; } .bi-bezier::before { content: "\f18b"; } .bi-bezier2::before { content: "\f18c"; } .bi-bicycle::before { content: "\f18d"; } .bi-binoculars-fill::before { content: "\f18e"; } .bi-binoculars::before { content: "\f18f"; } .bi-blockquote-left::before { content: "\f190"; } .bi-blockquote-right::before { content: "\f191"; } .bi-book-fill::before { content: "\f192"; } .bi-book-half::before { content: "\f193"; } .bi-book::before { content: "\f194"; } .bi-bookmark-check-fill::before { content: "\f195"; } .bi-bookmark-check::before { content: "\f196"; } .bi-bookmark-dash-fill::before { content: "\f197"; } .bi-bookmark-dash::before { content: "\f198"; } .bi-bookmark-fill::before { content: "\f199"; } .bi-bookmark-heart-fill::before { content: "\f19a"; } .bi-bookmark-heart::before { content: "\f19b"; } .bi-bookmark-plus-fill::before { content: "\f19c"; } .bi-bookmark-plus::before { content: "\f19d"; } .bi-bookmark-star-fill::before { content: "\f19e"; } .bi-bookmark-star::before { content: "\f19f"; } .bi-bookmark-x-fill::before { content: "\f1a0"; } .bi-bookmark-x::before { content: "\f1a1"; } .bi-bookmark::before { content: "\f1a2"; } .bi-bookmarks-fill::before { content: "\f1a3"; } .bi-bookmarks::before { content: "\f1a4"; } .bi-bookshelf::before { content: "\f1a5"; } .bi-bootstrap-fill::before { content: "\f1a6"; } .bi-bootstrap-reboot::before { content: "\f1a7"; } .bi-bootstrap::before { content: "\f1a8"; } .bi-border-all::before { content: "\f1a9"; } .bi-border-bottom::before { content: "\f1aa"; } .bi-border-center::before { content: "\f1ab"; } .bi-border-inner::before { content: "\f1ac"; } .bi-border-left::before { content: "\f1ad"; } .bi-border-middle::before { content: "\f1ae"; } .bi-border-outer::before { content: "\f1af"; } .bi-border-right::before { content: "\f1b0"; } .bi-border-style::before { content: "\f1b1"; } .bi-border-top::before { content: "\f1b2"; } .bi-border-width::before { content: "\f1b3"; } .bi-border::before { content: "\f1b4"; } .bi-bounding-box-circles::before { content: "\f1b5"; } .bi-bounding-box::before { content: "\f1b6"; } .bi-box-arrow-down-left::before { content: "\f1b7"; } .bi-box-arrow-down-right::before { content: "\f1b8"; } .bi-box-arrow-down::before { content: "\f1b9"; } .bi-box-arrow-in-down-left::before { content: "\f1ba"; } .bi-box-arrow-in-down-right::before { content: "\f1bb"; } .bi-box-arrow-in-down::before { content: "\f1bc"; } .bi-box-arrow-in-left::before { content: "\f1bd"; } .bi-box-arrow-in-right::before { content: "\f1be"; } .bi-box-arrow-in-up-left::before { content: "\f1bf"; } .bi-box-arrow-in-up-right::before { content: "\f1c0"; } .bi-box-arrow-in-up::before { content: "\f1c1"; } .bi-box-arrow-left::before { content: "\f1c2"; } .bi-box-arrow-right::before { content: "\f1c3"; } .bi-box-arrow-up-left::before { content: "\f1c4"; } .bi-box-arrow-up-right::before { content: "\f1c5"; } .bi-box-arrow-up::before { content: "\f1c6"; } .bi-box-seam::before { content: "\f1c7"; } .bi-box::before { content: "\f1c8"; } .bi-braces::before { content: "\f1c9"; } .bi-bricks::before { content: "\f1ca"; } .bi-briefcase-fill::before { content: "\f1cb"; } .bi-briefcase::before { content: "\f1cc"; } .bi-brightness-alt-high-fill::before { content: "\f1cd"; } .bi-brightness-alt-high::before { content: "\f1ce"; } .bi-brightness-alt-low-fill::before { content: "\f1cf"; } .bi-brightness-alt-low::before { content: "\f1d0"; } .bi-brightness-high-fill::before { content: "\f1d1"; } .bi-brightness-high::before { content: "\f1d2"; } .bi-brightness-low-fill::before { content: "\f1d3"; } .bi-brightness-low::before { content: "\f1d4"; } .bi-broadcast-pin::before { content: "\f1d5"; } .bi-broadcast::before { content: "\f1d6"; } .bi-brush-fill::before { content: "\f1d7"; } .bi-brush::before { content: "\f1d8"; } .bi-bucket-fill::before { content: "\f1d9"; } .bi-bucket::before { content: "\f1da"; } .bi-bug-fill::before { content: "\f1db"; } .bi-bug::before { content: "\f1dc"; } .bi-building::before { content: "\f1dd"; } .bi-bullseye::before { content: "\f1de"; } .bi-calculator-fill::before { content: "\f1df"; } .bi-calculator::before { content: "\f1e0"; } .bi-calendar-check-fill::before { content: "\f1e1"; } .bi-calendar-check::before { content: "\f1e2"; } .bi-calendar-date-fill::before { content: "\f1e3"; } .bi-calendar-date::before { content: "\f1e4"; } .bi-calendar-day-fill::before { content: "\f1e5"; } .bi-calendar-day::before { content: "\f1e6"; } .bi-calendar-event-fill::before { content: "\f1e7"; } .bi-calendar-event::before { content: "\f1e8"; } .bi-calendar-fill::before { content: "\f1e9"; } .bi-calendar-minus-fill::before { content: "\f1ea"; } .bi-calendar-minus::before { content: "\f1eb"; } .bi-calendar-month-fill::before { content: "\f1ec"; } .bi-calendar-month::before { content: "\f1ed"; } .bi-calendar-plus-fill::before { content: "\f1ee"; } .bi-calendar-plus::before { content: "\f1ef"; } .bi-calendar-range-fill::before { content: "\f1f0"; } .bi-calendar-range::before { content: "\f1f1"; } .bi-calendar-week-fill::before { content: "\f1f2"; } .bi-calendar-week::before { content: "\f1f3"; } .bi-calendar-x-fill::before { content: "\f1f4"; } .bi-calendar-x::before { content: "\f1f5"; } .bi-calendar::before { content: "\f1f6"; } .bi-calendar2-check-fill::before { content: "\f1f7"; } .bi-calendar2-check::before { content: "\f1f8"; } .bi-calendar2-date-fill::before { content: "\f1f9"; } .bi-calendar2-date::before { content: "\f1fa"; } .bi-calendar2-day-fill::before { content: "\f1fb"; } .bi-calendar2-day::before { content: "\f1fc"; } .bi-calendar2-event-fill::before { content: "\f1fd"; } .bi-calendar2-event::before { content: "\f1fe"; } .bi-calendar2-fill::before { content: "\f1ff"; } .bi-calendar2-minus-fill::before { content: "\f200"; } .bi-calendar2-minus::before { content: "\f201"; } .bi-calendar2-month-fill::before { content: "\f202"; } .bi-calendar2-month::before { content: "\f203"; } .bi-calendar2-plus-fill::before { content: "\f204"; } .bi-calendar2-plus::before { content: "\f205"; } .bi-calendar2-range-fill::before { content: "\f206"; } .bi-calendar2-range::before { content: "\f207"; } .bi-calendar2-week-fill::before { content: "\f208"; } .bi-calendar2-week::before { content: "\f209"; } .bi-calendar2-x-fill::before { content: "\f20a"; } .bi-calendar2-x::before { content: "\f20b"; } .bi-calendar2::before { content: "\f20c"; } .bi-calendar3-event-fill::before { content: "\f20d"; } .bi-calendar3-event::before { content: "\f20e"; } .bi-calendar3-fill::before { content: "\f20f"; } .bi-calendar3-range-fill::before { content: "\f210"; } .bi-calendar3-range::before { content: "\f211"; } .bi-calendar3-week-fill::before { content: "\f212"; } .bi-calendar3-week::before { content: "\f213"; } .bi-calendar3::before { content: "\f214"; } .bi-calendar4-event::before { content: "\f215"; } .bi-calendar4-range::before { content: "\f216"; } .bi-calendar4-week::before { content: "\f217"; } .bi-calendar4::before { content: "\f218"; } .bi-camera-fill::before { content: "\f219"; } .bi-camera-reels-fill::before { content: "\f21a"; } .bi-camera-reels::before { content: "\f21b"; } .bi-camera-video-fill::before { content: "\f21c"; } .bi-camera-video-off-fill::before { content: "\f21d"; } .bi-camera-video-off::before { content: "\f21e"; } .bi-camera-video::before { content: "\f21f"; } .bi-camera::before { content: "\f220"; } .bi-camera2::before { content: "\f221"; } .bi-capslock-fill::before { content: "\f222"; } .bi-capslock::before { content: "\f223"; } .bi-card-checklist::before { content: "\f224"; } .bi-card-heading::before { content: "\f225"; } .bi-card-image::before { content: "\f226"; } .bi-card-list::before { content: "\f227"; } .bi-card-text::before { content: "\f228"; } .bi-caret-down-fill::before { content: "\f229"; } .bi-caret-down-square-fill::before { content: "\f22a"; } .bi-caret-down-square::before { content: "\f22b"; } .bi-caret-down::before { content: "\f22c"; } .bi-caret-left-fill::before { content: "\f22d"; } .bi-caret-left-square-fill::before { content: "\f22e"; } .bi-caret-left-square::before { content: "\f22f"; } .bi-caret-left::before { content: "\f230"; } .bi-caret-right-fill::before { content: "\f231"; } .bi-caret-right-square-fill::before { content: "\f232"; } .bi-caret-right-square::before { content: "\f233"; } .bi-caret-right::before { content: "\f234"; } .bi-caret-up-fill::before { content: "\f235"; } .bi-caret-up-square-fill::before { content: "\f236"; } .bi-caret-up-square::before { content: "\f237"; } .bi-caret-up::before { content: "\f238"; } .bi-cart-check-fill::before { content: "\f239"; } .bi-cart-check::before { content: "\f23a"; } .bi-cart-dash-fill::before { content: "\f23b"; } .bi-cart-dash::before { content: "\f23c"; } .bi-cart-fill::before { content: "\f23d"; } .bi-cart-plus-fill::before { content: "\f23e"; } .bi-cart-plus::before { content: "\f23f"; } .bi-cart-x-fill::before { content: "\f240"; } .bi-cart-x::before { content: "\f241"; } .bi-cart::before { content: "\f242"; } .bi-cart2::before { content: "\f243"; } .bi-cart3::before { content: "\f244"; } .bi-cart4::before { content: "\f245"; } .bi-cash-stack::before { content: "\f246"; } .bi-cash::before { content: "\f247"; } .bi-cast::before { content: "\f248"; } .bi-chat-dots-fill::before { content: "\f249"; } .bi-chat-dots::before { content: "\f24a"; } .bi-chat-fill::before { content: "\f24b"; } .bi-chat-left-dots-fill::before { content: "\f24c"; } .bi-chat-left-dots::before { content: "\f24d"; } .bi-chat-left-fill::before { content: "\f24e"; } .bi-chat-left-quote-fill::before { content: "\f24f"; } .bi-chat-left-quote::before { content: "\f250"; } .bi-chat-left-text-fill::before { content: "\f251"; } .bi-chat-left-text::before { content: "\f252"; } .bi-chat-left::before { content: "\f253"; } .bi-chat-quote-fill::before { content: "\f254"; } .bi-chat-quote::before { content: "\f255"; } .bi-chat-right-dots-fill::before { content: "\f256"; } .bi-chat-right-dots::before { content: "\f257"; } .bi-chat-right-fill::before { content: "\f258"; } .bi-chat-right-quote-fill::before { content: "\f259"; } .bi-chat-right-quote::before { content: "\f25a"; } .bi-chat-right-text-fill::before { content: "\f25b"; } .bi-chat-right-text::before { content: "\f25c"; } .bi-chat-right::before { content: "\f25d"; } .bi-chat-square-dots-fill::before { content: "\f25e"; } .bi-chat-square-dots::before { content: "\f25f"; } .bi-chat-square-fill::before { content: "\f260"; } .bi-chat-square-quote-fill::before { content: "\f261"; } .bi-chat-square-quote::before { content: "\f262"; } .bi-chat-square-text-fill::before { content: "\f263"; } .bi-chat-square-text::before { content: "\f264"; } .bi-chat-square::before { content: "\f265"; } .bi-chat-text-fill::before { content: "\f266"; } .bi-chat-text::before { content: "\f267"; } .bi-chat::before { content: "\f268"; } .bi-check-all::before { content: "\f269"; } .bi-check-circle-fill::before { content: "\f26a"; } .bi-check-circle::before { content: "\f26b"; } .bi-check-square-fill::before { content: "\f26c"; } .bi-check-square::before { content: "\f26d"; } .bi-check::before { content: "\f26e"; } .bi-check2-all::before { content: "\f26f"; } .bi-check2-circle::before { content: "\f270"; } .bi-check2-square::before { content: "\f271"; } .bi-check2::before { content: "\f272"; } .bi-chevron-bar-contract::before { content: "\f273"; } .bi-chevron-bar-down::before { content: "\f274"; } .bi-chevron-bar-expand::before { content: "\f275"; } .bi-chevron-bar-left::before { content: "\f276"; } .bi-chevron-bar-right::before { content: "\f277"; } .bi-chevron-bar-up::before { content: "\f278"; } .bi-chevron-compact-down::before { content: "\f279"; } .bi-chevron-compact-left::before { content: "\f27a"; } .bi-chevron-compact-right::before { content: "\f27b"; } .bi-chevron-compact-up::before { content: "\f27c"; } .bi-chevron-contract::before { content: "\f27d"; } .bi-chevron-double-down::before { content: "\f27e"; } .bi-chevron-double-left::before { content: "\f27f"; } .bi-chevron-double-right::before { content: "\f280"; } .bi-chevron-double-up::before { content: "\f281"; } .bi-chevron-down::before { content: "\f282"; } .bi-chevron-expand::before { content: "\f283"; } .bi-chevron-left::before { content: "\f284"; } .bi-chevron-right::before { content: "\f285"; } .bi-chevron-up::before { content: "\f286"; } .bi-circle-fill::before { content: "\f287"; } .bi-circle-half::before { content: "\f288"; } .bi-circle-square::before { content: "\f289"; } .bi-circle::before { content: "\f28a"; } .bi-clipboard-check::before { content: "\f28b"; } .bi-clipboard-data::before { content: "\f28c"; } .bi-clipboard-minus::before { content: "\f28d"; } .bi-clipboard-plus::before { content: "\f28e"; } .bi-clipboard-x::before { content: "\f28f"; } .bi-clipboard::before { content: "\f290"; } .bi-clock-fill::before { content: "\f291"; } .bi-clock-history::before { content: "\f292"; } .bi-clock::before { content: "\f293"; } .bi-cloud-arrow-down-fill::before { content: "\f294"; } .bi-cloud-arrow-down::before { content: "\f295"; } .bi-cloud-arrow-up-fill::before { content: "\f296"; } .bi-cloud-arrow-up::before { content: "\f297"; } .bi-cloud-check-fill::before { content: "\f298"; } .bi-cloud-check::before { content: "\f299"; } .bi-cloud-download-fill::before { content: "\f29a"; } .bi-cloud-download::before { content: "\f29b"; } .bi-cloud-drizzle-fill::before { content: "\f29c"; } .bi-cloud-drizzle::before { content: "\f29d"; } .bi-cloud-fill::before { content: "\f29e"; } .bi-cloud-fog-fill::before { content: "\f29f"; } .bi-cloud-fog::before { content: "\f2a0"; } .bi-cloud-fog2-fill::before { content: "\f2a1"; } .bi-cloud-fog2::before { content: "\f2a2"; } .bi-cloud-hail-fill::before { content: "\f2a3"; } .bi-cloud-hail::before { content: "\f2a4"; } .bi-cloud-haze-1::before { content: "\f2a5"; } .bi-cloud-haze-fill::before { content: "\f2a6"; } .bi-cloud-haze::before { content: "\f2a7"; } .bi-cloud-haze2-fill::before { content: "\f2a8"; } .bi-cloud-lightning-fill::before { content: "\f2a9"; } .bi-cloud-lightning-rain-fill::before { content: "\f2aa"; } .bi-cloud-lightning-rain::before { content: "\f2ab"; } .bi-cloud-lightning::before { content: "\f2ac"; } .bi-cloud-minus-fill::before { content: "\f2ad"; } .bi-cloud-minus::before { content: "\f2ae"; } .bi-cloud-moon-fill::before { content: "\f2af"; } .bi-cloud-moon::before { content: "\f2b0"; } .bi-cloud-plus-fill::before { content: "\f2b1"; } .bi-cloud-plus::before { content: "\f2b2"; } .bi-cloud-rain-fill::before { content: "\f2b3"; } .bi-cloud-rain-heavy-fill::before { content: "\f2b4"; } .bi-cloud-rain-heavy::before { content: "\f2b5"; } .bi-cloud-rain::before { content: "\f2b6"; } .bi-cloud-slash-fill::before { content: "\f2b7"; } .bi-cloud-slash::before { content: "\f2b8"; } .bi-cloud-sleet-fill::before { content: "\f2b9"; } .bi-cloud-sleet::before { content: "\f2ba"; } .bi-cloud-snow-fill::before { content: "\f2bb"; } .bi-cloud-snow::before { content: "\f2bc"; } .bi-cloud-sun-fill::before { content: "\f2bd"; } .bi-cloud-sun::before { content: "\f2be"; } .bi-cloud-upload-fill::before { content: "\f2bf"; } .bi-cloud-upload::before { content: "\f2c0"; } .bi-cloud::before { content: "\f2c1"; } .bi-clouds-fill::before { content: "\f2c2"; } .bi-clouds::before { content: "\f2c3"; } .bi-cloudy-fill::before { content: "\f2c4"; } .bi-cloudy::before { content: "\f2c5"; } .bi-code-slash::before { content: "\f2c6"; } .bi-code-square::before { content: "\f2c7"; } .bi-code::before { content: "\f2c8"; } .bi-collection-fill::before { content: "\f2c9"; } .bi-collection-play-fill::before { content: "\f2ca"; } .bi-collection-play::before { content: "\f2cb"; } .bi-collection::before { content: "\f2cc"; } .bi-columns-gap::before { content: "\f2cd"; } .bi-columns::before { content: "\f2ce"; } .bi-command::before { content: "\f2cf"; } .bi-compass-fill::before { content: "\f2d0"; } .bi-compass::before { content: "\f2d1"; } .bi-cone-striped::before { content: "\f2d2"; } .bi-cone::before { content: "\f2d3"; } .bi-controller::before { content: "\f2d4"; } .bi-cpu-fill::before { content: "\f2d5"; } .bi-cpu::before { content: "\f2d6"; } .bi-credit-card-2-back-fill::before { content: "\f2d7"; } .bi-credit-card-2-back::before { content: "\f2d8"; } .bi-credit-card-2-front-fill::before { content: "\f2d9"; } .bi-credit-card-2-front::before { content: "\f2da"; } .bi-credit-card-fill::before { content: "\f2db"; } .bi-credit-card::before { content: "\f2dc"; } .bi-crop::before { content: "\f2dd"; } .bi-cup-fill::before { content: "\f2de"; } .bi-cup-straw::before { content: "\f2df"; } .bi-cup::before { content: "\f2e0"; } .bi-cursor-fill::before { content: "\f2e1"; } .bi-cursor-text::before { content: "\f2e2"; } .bi-cursor::before { content: "\f2e3"; } .bi-dash-circle-dotted::before { content: "\f2e4"; } .bi-dash-circle-fill::before { content: "\f2e5"; } .bi-dash-circle::before { content: "\f2e6"; } .bi-dash-square-dotted::before { content: "\f2e7"; } .bi-dash-square-fill::before { content: "\f2e8"; } .bi-dash-square::before { content: "\f2e9"; } .bi-dash::before { content: "\f2ea"; } .bi-diagram-2-fill::before { content: "\f2eb"; } .bi-diagram-2::before { content: "\f2ec"; } .bi-diagram-3-fill::before { content: "\f2ed"; } .bi-diagram-3::before { content: "\f2ee"; } .bi-diamond-fill::before { content: "\f2ef"; } .bi-diamond-half::before { content: "\f2f0"; } .bi-diamond::before { content: "\f2f1"; } .bi-dice-1-fill::before { content: "\f2f2"; } .bi-dice-1::before { content: "\f2f3"; } .bi-dice-2-fill::before { content: "\f2f4"; } .bi-dice-2::before { content: "\f2f5"; } .bi-dice-3-fill::before { content: "\f2f6"; } .bi-dice-3::before { content: "\f2f7"; } .bi-dice-4-fill::before { content: "\f2f8"; } .bi-dice-4::before { content: "\f2f9"; } .bi-dice-5-fill::before { content: "\f2fa"; } .bi-dice-5::before { content: "\f2fb"; } .bi-dice-6-fill::before { content: "\f2fc"; } .bi-dice-6::before { content: "\f2fd"; } .bi-disc-fill::before { content: "\f2fe"; } .bi-disc::before { content: "\f2ff"; } .bi-discord::before { content: "\f300"; } .bi-display-fill::before { content: "\f301"; } .bi-display::before { content: "\f302"; } .bi-distribute-horizontal::before { content: "\f303"; } .bi-distribute-vertical::before { content: "\f304"; } .bi-door-closed-fill::before { content: "\f305"; } .bi-door-closed::before { content: "\f306"; } .bi-door-open-fill::before { content: "\f307"; } .bi-door-open::before { content: "\f308"; } .bi-dot::before { content: "\f309"; } .bi-download::before { content: "\f30a"; } .bi-droplet-fill::before { content: "\f30b"; } .bi-droplet-half::before { content: "\f30c"; } .bi-droplet::before { content: "\f30d"; } .bi-earbuds::before { content: "\f30e"; } .bi-easel-fill::before { content: "\f30f"; } .bi-easel::before { content: "\f310"; } .bi-egg-fill::before { content: "\f311"; } .bi-egg-fried::before { content: "\f312"; } .bi-egg::before { content: "\f313"; } .bi-eject-fill::before { content: "\f314"; } .bi-eject::before { content: "\f315"; } .bi-emoji-angry-fill::before { content: "\f316"; } .bi-emoji-angry::before { content: "\f317"; } .bi-emoji-dizzy-fill::before { content: "\f318"; } .bi-emoji-dizzy::before { content: "\f319"; } .bi-emoji-expressionless-fill::before { content: "\f31a"; } .bi-emoji-expressionless::before { content: "\f31b"; } .bi-emoji-frown-fill::before { content: "\f31c"; } .bi-emoji-frown::before { content: "\f31d"; } .bi-emoji-heart-eyes-fill::before { content: "\f31e"; } .bi-emoji-heart-eyes::before { content: "\f31f"; } .bi-emoji-laughing-fill::before { content: "\f320"; } .bi-emoji-laughing::before { content: "\f321"; } .bi-emoji-neutral-fill::before { content: "\f322"; } .bi-emoji-neutral::before { content: "\f323"; } .bi-emoji-smile-fill::before { content: "\f324"; } .bi-emoji-smile-upside-down-fill::before { content: "\f325"; } .bi-emoji-smile-upside-down::before { content: "\f326"; } .bi-emoji-smile::before { content: "\f327"; } .bi-emoji-sunglasses-fill::before { content: "\f328"; } .bi-emoji-sunglasses::before { content: "\f329"; } .bi-emoji-wink-fill::before { content: "\f32a"; } .bi-emoji-wink::before { content: "\f32b"; } .bi-envelope-fill::before { content: "\f32c"; } .bi-envelope-open-fill::before { content: "\f32d"; } .bi-envelope-open::before { content: "\f32e"; } .bi-envelope::before { content: "\f32f"; } .bi-eraser-fill::before { content: "\f330"; } .bi-eraser::before { content: "\f331"; } .bi-exclamation-circle-fill::before { content: "\f332"; } .bi-exclamation-circle::before { content: "\f333"; } .bi-exclamation-diamond-fill::before { content: "\f334"; } .bi-exclamation-diamond::before { content: "\f335"; } .bi-exclamation-octagon-fill::before { content: "\f336"; } .bi-exclamation-octagon::before { content: "\f337"; } .bi-exclamation-square-fill::before { content: "\f338"; } .bi-exclamation-square::before { content: "\f339"; } .bi-exclamation-triangle-fill::before { content: "\f33a"; } .bi-exclamation-triangle::before { content: "\f33b"; } .bi-exclamation::before { content: "\f33c"; } .bi-exclude::before { content: "\f33d"; } .bi-eye-fill::before { content: "\f33e"; } .bi-eye-slash-fill::before { content: "\f33f"; } .bi-eye-slash::before { content: "\f340"; } .bi-eye::before { content: "\f341"; } .bi-eyedropper::before { content: "\f342"; } .bi-eyeglasses::before { content: "\f343"; } .bi-facebook::before { content: "\f344"; } .bi-file-arrow-down-fill::before { content: "\f345"; } .bi-file-arrow-down::before { content: "\f346"; } .bi-file-arrow-up-fill::before { content: "\f347"; } .bi-file-arrow-up::before { content: "\f348"; } .bi-file-bar-graph-fill::before { content: "\f349"; } .bi-file-bar-graph::before { content: "\f34a"; } .bi-file-binary-fill::before { content: "\f34b"; } .bi-file-binary::before { content: "\f34c"; } .bi-file-break-fill::before { content: "\f34d"; } .bi-file-break::before { content: "\f34e"; } .bi-file-check-fill::before { content: "\f34f"; } .bi-file-check::before { content: "\f350"; } .bi-file-code-fill::before { content: "\f351"; } .bi-file-code::before { content: "\f352"; } .bi-file-diff-fill::before { content: "\f353"; } .bi-file-diff::before { content: "\f354"; } .bi-file-earmark-arrow-down-fill::before { content: "\f355"; } .bi-file-earmark-arrow-down::before { content: "\f356"; } .bi-file-earmark-arrow-up-fill::before { content: "\f357"; } .bi-file-earmark-arrow-up::before { content: "\f358"; } .bi-file-earmark-bar-graph-fill::before { content: "\f359"; } .bi-file-earmark-bar-graph::before { content: "\f35a"; } .bi-file-earmark-binary-fill::before { content: "\f35b"; } .bi-file-earmark-binary::before { content: "\f35c"; } .bi-file-earmark-break-fill::before { content: "\f35d"; } .bi-file-earmark-break::before { content: "\f35e"; } .bi-file-earmark-check-fill::before { content: "\f35f"; } .bi-file-earmark-check::before { content: "\f360"; } .bi-file-earmark-code-fill::before { content: "\f361"; } .bi-file-earmark-code::before { content: "\f362"; } .bi-file-earmark-diff-fill::before { content: "\f363"; } .bi-file-earmark-diff::before { content: "\f364"; } .bi-file-earmark-easel-fill::before { content: "\f365"; } .bi-file-earmark-easel::before { content: "\f366"; } .bi-file-earmark-excel-fill::before { content: "\f367"; } .bi-file-earmark-excel::before { content: "\f368"; } .bi-file-earmark-fill::before { content: "\f369"; } .bi-file-earmark-font-fill::before { content: "\f36a"; } .bi-file-earmark-font::before { content: "\f36b"; } .bi-file-earmark-image-fill::before { content: "\f36c"; } .bi-file-earmark-image::before { content: "\f36d"; } .bi-file-earmark-lock-fill::before { content: "\f36e"; } .bi-file-earmark-lock::before { content: "\f36f"; } .bi-file-earmark-lock2-fill::before { content: "\f370"; } .bi-file-earmark-lock2::before { content: "\f371"; } .bi-file-earmark-medical-fill::before { content: "\f372"; } .bi-file-earmark-medical::before { content: "\f373"; } .bi-file-earmark-minus-fill::before { content: "\f374"; } .bi-file-earmark-minus::before { content: "\f375"; } .bi-file-earmark-music-fill::before { content: "\f376"; } .bi-file-earmark-music::before { content: "\f377"; } .bi-file-earmark-person-fill::before { content: "\f378"; } .bi-file-earmark-person::before { content: "\f379"; } .bi-file-earmark-play-fill::before { content: "\f37a"; } .bi-file-earmark-play::before { content: "\f37b"; } .bi-file-earmark-plus-fill::before { content: "\f37c"; } .bi-file-earmark-plus::before { content: "\f37d"; } .bi-file-earmark-post-fill::before { content: "\f37e"; } .bi-file-earmark-post::before { content: "\f37f"; } .bi-file-earmark-ppt-fill::before { content: "\f380"; } .bi-file-earmark-ppt::before { content: "\f381"; } .bi-file-earmark-richtext-fill::before { content: "\f382"; } .bi-file-earmark-richtext::before { content: "\f383"; } .bi-file-earmark-ruled-fill::before { content: "\f384"; } .bi-file-earmark-ruled::before { content: "\f385"; } .bi-file-earmark-slides-fill::before { content: "\f386"; } .bi-file-earmark-slides::before { content: "\f387"; } .bi-file-earmark-spreadsheet-fill::before { content: "\f388"; } .bi-file-earmark-spreadsheet::before { content: "\f389"; } .bi-file-earmark-text-fill::before { content: "\f38a"; } .bi-file-earmark-text::before { content: "\f38b"; } .bi-file-earmark-word-fill::before { content: "\f38c"; } .bi-file-earmark-word::before { content: "\f38d"; } .bi-file-earmark-x-fill::before { content: "\f38e"; } .bi-file-earmark-x::before { content: "\f38f"; } .bi-file-earmark-zip-fill::before { content: "\f390"; } .bi-file-earmark-zip::before { content: "\f391"; } .bi-file-earmark::before { content: "\f392"; } .bi-file-easel-fill::before { content: "\f393"; } .bi-file-easel::before { content: "\f394"; } .bi-file-excel-fill::before { content: "\f395"; } .bi-file-excel::before { content: "\f396"; } .bi-file-fill::before { content: "\f397"; } .bi-file-font-fill::before { content: "\f398"; } .bi-file-font::before { content: "\f399"; } .bi-file-image-fill::before { content: "\f39a"; } .bi-file-image::before { content: "\f39b"; } .bi-file-lock-fill::before { content: "\f39c"; } .bi-file-lock::before { content: "\f39d"; } .bi-file-lock2-fill::before { content: "\f39e"; } .bi-file-lock2::before { content: "\f39f"; } .bi-file-medical-fill::before { content: "\f3a0"; } .bi-file-medical::before { content: "\f3a1"; } .bi-file-minus-fill::before { content: "\f3a2"; } .bi-file-minus::before { content: "\f3a3"; } .bi-file-music-fill::before { content: "\f3a4"; } .bi-file-music::before { content: "\f3a5"; } .bi-file-person-fill::before { content: "\f3a6"; } .bi-file-person::before { content: "\f3a7"; } .bi-file-play-fill::before { content: "\f3a8"; } .bi-file-play::before { content: "\f3a9"; } .bi-file-plus-fill::before { content: "\f3aa"; } .bi-file-plus::before { content: "\f3ab"; } .bi-file-post-fill::before { content: "\f3ac"; } .bi-file-post::before { content: "\f3ad"; } .bi-file-ppt-fill::before { content: "\f3ae"; } .bi-file-ppt::before { content: "\f3af"; } .bi-file-richtext-fill::before { content: "\f3b0"; } .bi-file-richtext::before { content: "\f3b1"; } .bi-file-ruled-fill::before { content: "\f3b2"; } .bi-file-ruled::before { content: "\f3b3"; } .bi-file-slides-fill::before { content: "\f3b4"; } .bi-file-slides::before { content: "\f3b5"; } .bi-file-spreadsheet-fill::before { content: "\f3b6"; } .bi-file-spreadsheet::before { content: "\f3b7"; } .bi-file-text-fill::before { content: "\f3b8"; } .bi-file-text::before { content: "\f3b9"; } .bi-file-word-fill::before { content: "\f3ba"; } .bi-file-word::before { content: "\f3bb"; } .bi-file-x-fill::before { content: "\f3bc"; } .bi-file-x::before { content: "\f3bd"; } .bi-file-zip-fill::before { content: "\f3be"; } .bi-file-zip::before { content: "\f3bf"; } .bi-file::before { content: "\f3c0"; } .bi-files-alt::before { content: "\f3c1"; } .bi-files::before { content: "\f3c2"; } .bi-film::before { content: "\f3c3"; } .bi-filter-circle-fill::before { content: "\f3c4"; } .bi-filter-circle::before { content: "\f3c5"; } .bi-filter-left::before { content: "\f3c6"; } .bi-filter-right::before { content: "\f3c7"; } .bi-filter-square-fill::before { content: "\f3c8"; } .bi-filter-square::before { content: "\f3c9"; } .bi-filter::before { content: "\f3ca"; } .bi-flag-fill::before { content: "\f3cb"; } .bi-flag::before { content: "\f3cc"; } .bi-flower1::before { content: "\f3cd"; } .bi-flower2::before { content: "\f3ce"; } .bi-flower3::before { content: "\f3cf"; } .bi-folder-check::before { content: "\f3d0"; } .bi-folder-fill::before { content: "\f3d1"; } .bi-folder-minus::before { content: "\f3d2"; } .bi-folder-plus::before { content: "\f3d3"; } .bi-folder-symlink-fill::before { content: "\f3d4"; } .bi-folder-symlink::before { content: "\f3d5"; } .bi-folder-x::before { content: "\f3d6"; } .bi-folder::before { content: "\f3d7"; } .bi-folder2-open::before { content: "\f3d8"; } .bi-folder2::before { content: "\f3d9"; } .bi-fonts::before { content: "\f3da"; } .bi-forward-fill::before { content: "\f3db"; } .bi-forward::before { content: "\f3dc"; } .bi-front::before { content: "\f3dd"; } .bi-fullscreen-exit::before { content: "\f3de"; } .bi-fullscreen::before { content: "\f3df"; } .bi-funnel-fill::before { content: "\f3e0"; } .bi-funnel::before { content: "\f3e1"; } .bi-gear-fill::before { content: "\f3e2"; } .bi-gear-wide-connected::before { content: "\f3e3"; } .bi-gear-wide::before { content: "\f3e4"; } .bi-gear::before { content: "\f3e5"; } .bi-gem::before { content: "\f3e6"; } .bi-geo-alt-fill::before { content: "\f3e7"; } .bi-geo-alt::before { content: "\f3e8"; } .bi-geo-fill::before { content: "\f3e9"; } .bi-geo::before { content: "\f3ea"; } .bi-gift-fill::before { content: "\f3eb"; } .bi-gift::before { content: "\f3ec"; } .bi-github::before { content: "\f3ed"; } .bi-globe::before { content: "\f3ee"; } .bi-globe2::before { content: "\f3ef"; } .bi-google::before { content: "\f3f0"; } .bi-graph-down::before { content: "\f3f1"; } .bi-graph-up::before { content: "\f3f2"; } .bi-grid-1x2-fill::before { content: "\f3f3"; } .bi-grid-1x2::before { content: "\f3f4"; } .bi-grid-3x2-gap-fill::before { content: "\f3f5"; } .bi-grid-3x2-gap::before { content: "\f3f6"; } .bi-grid-3x2::before { content: "\f3f7"; } .bi-grid-3x3-gap-fill::before { content: "\f3f8"; } .bi-grid-3x3-gap::before { content: "\f3f9"; } .bi-grid-3x3::before { content: "\f3fa"; } .bi-grid-fill::before { content: "\f3fb"; } .bi-grid::before { content: "\f3fc"; } .bi-grip-horizontal::before { content: "\f3fd"; } .bi-grip-vertical::before { content: "\f3fe"; } .bi-hammer::before { content: "\f3ff"; } .bi-hand-index-fill::before { content: "\f400"; } .bi-hand-index-thumb-fill::before { content: "\f401"; } .bi-hand-index-thumb::before { content: "\f402"; } .bi-hand-index::before { content: "\f403"; } .bi-hand-thumbs-down-fill::before { content: "\f404"; } .bi-hand-thumbs-down::before { content: "\f405"; } .bi-hand-thumbs-up-fill::before { content: "\f406"; } .bi-hand-thumbs-up::before { content: "\f407"; } .bi-handbag-fill::before { content: "\f408"; } .bi-handbag::before { content: "\f409"; } .bi-hash::before { content: "\f40a"; } .bi-hdd-fill::before { content: "\f40b"; } .bi-hdd-network-fill::before { content: "\f40c"; } .bi-hdd-network::before { content: "\f40d"; } .bi-hdd-rack-fill::before { content: "\f40e"; } .bi-hdd-rack::before { content: "\f40f"; } .bi-hdd-stack-fill::before { content: "\f410"; } .bi-hdd-stack::before { content: "\f411"; } .bi-hdd::before { content: "\f412"; } .bi-headphones::before { content: "\f413"; } .bi-headset::before { content: "\f414"; } .bi-heart-fill::before { content: "\f415"; } .bi-heart-half::before { content: "\f416"; } .bi-heart::before { content: "\f417"; } .bi-heptagon-fill::before { content: "\f418"; } .bi-heptagon-half::before { content: "\f419"; } .bi-heptagon::before { content: "\f41a"; } .bi-hexagon-fill::before { content: "\f41b"; } .bi-hexagon-half::before { content: "\f41c"; } .bi-hexagon::before { content: "\f41d"; } .bi-hourglass-bottom::before { content: "\f41e"; } .bi-hourglass-split::before { content: "\f41f"; } .bi-hourglass-top::before { content: "\f420"; } .bi-hourglass::before { content: "\f421"; } .bi-house-door-fill::before { content: "\f422"; } .bi-house-door::before { content: "\f423"; } .bi-house-fill::before { content: "\f424"; } .bi-house::before { content: "\f425"; } .bi-hr::before { content: "\f426"; } .bi-hurricane::before { content: "\f427"; } .bi-image-alt::before { content: "\f428"; } .bi-image-fill::before { content: "\f429"; } .bi-image::before { content: "\f42a"; } .bi-images::before { content: "\f42b"; } .bi-inbox-fill::before { content: "\f42c"; } .bi-inbox::before { content: "\f42d"; } .bi-inboxes-fill::before { content: "\f42e"; } .bi-inboxes::before { content: "\f42f"; } .bi-info-circle-fill::before { content: "\f430"; } .bi-info-circle::before { content: "\f431"; } .bi-info-square-fill::before { content: "\f432"; } .bi-info-square::before { content: "\f433"; } .bi-info::before { content: "\f434"; } .bi-input-cursor-text::before { content: "\f435"; } .bi-input-cursor::before { content: "\f436"; } .bi-instagram::before { content: "\f437"; } .bi-intersect::before { content: "\f438"; } .bi-journal-album::before { content: "\f439"; } .bi-journal-arrow-down::before { content: "\f43a"; } .bi-journal-arrow-up::before { content: "\f43b"; } .bi-journal-bookmark-fill::before { content: "\f43c"; } .bi-journal-bookmark::before { content: "\f43d"; } .bi-journal-check::before { content: "\f43e"; } .bi-journal-code::before { content: "\f43f"; } .bi-journal-medical::before { content: "\f440"; } .bi-journal-minus::before { content: "\f441"; } .bi-journal-plus::before { content: "\f442"; } .bi-journal-richtext::before { content: "\f443"; } .bi-journal-text::before { content: "\f444"; } .bi-journal-x::before { content: "\f445"; } .bi-journal::before { content: "\f446"; } .bi-journals::before { content: "\f447"; } .bi-joystick::before { content: "\f448"; } .bi-justify-left::before { content: "\f449"; } .bi-justify-right::before { content: "\f44a"; } .bi-justify::before { content: "\f44b"; } .bi-kanban-fill::before { content: "\f44c"; } .bi-kanban::before { content: "\f44d"; } .bi-key-fill::before { content: "\f44e"; } .bi-key::before { content: "\f44f"; } .bi-keyboard-fill::before { content: "\f450"; } .bi-keyboard::before { content: "\f451"; } .bi-ladder::before { content: "\f452"; } .bi-lamp-fill::before { content: "\f453"; } .bi-lamp::before { content: "\f454"; } .bi-laptop-fill::before { content: "\f455"; } .bi-laptop::before { content: "\f456"; } .bi-layer-backward::before { content: "\f457"; } .bi-layer-forward::before { content: "\f458"; } .bi-layers-fill::before { content: "\f459"; } .bi-layers-half::before { content: "\f45a"; } .bi-layers::before { content: "\f45b"; } .bi-layout-sidebar-inset-reverse::before { content: "\f45c"; } .bi-layout-sidebar-inset::before { content: "\f45d"; } .bi-layout-sidebar-reverse::before { content: "\f45e"; } .bi-layout-sidebar::before { content: "\f45f"; } .bi-layout-split::before { content: "\f460"; } .bi-layout-text-sidebar-reverse::before { content: "\f461"; } .bi-layout-text-sidebar::before { content: "\f462"; } .bi-layout-text-window-reverse::before { content: "\f463"; } .bi-layout-text-window::before { content: "\f464"; } .bi-layout-three-columns::before { content: "\f465"; } .bi-layout-wtf::before { content: "\f466"; } .bi-life-preserver::before { content: "\f467"; } .bi-lightbulb-fill::before { content: "\f468"; } .bi-lightbulb-off-fill::before { content: "\f469"; } .bi-lightbulb-off::before { content: "\f46a"; } .bi-lightbulb::before { content: "\f46b"; } .bi-lightning-charge-fill::before { content: "\f46c"; } .bi-lightning-charge::before { content: "\f46d"; } .bi-lightning-fill::before { content: "\f46e"; } .bi-lightning::before { content: "\f46f"; } .bi-link-45deg::before { content: "\f470"; } .bi-link::before { content: "\f471"; } .bi-linkedin::before { content: "\f472"; } .bi-list-check::before { content: "\f473"; } .bi-list-nested::before { content: "\f474"; } .bi-list-ol::before { content: "\f475"; } .bi-list-stars::before { content: "\f476"; } .bi-list-task::before { content: "\f477"; } .bi-list-ul::before { content: "\f478"; } .bi-list::before { content: "\f479"; } .bi-lock-fill::before { content: "\f47a"; } .bi-lock::before { content: "\f47b"; } .bi-mailbox::before { content: "\f47c"; } .bi-mailbox2::before { content: "\f47d"; } .bi-map-fill::before { content: "\f47e"; } .bi-map::before { content: "\f47f"; } .bi-markdown-fill::before { content: "\f480"; } .bi-markdown::before { content: "\f481"; } .bi-mask::before { content: "\f482"; } .bi-megaphone-fill::before { content: "\f483"; } .bi-megaphone::before { content: "\f484"; } .bi-menu-app-fill::before { content: "\f485"; } .bi-menu-app::before { content: "\f486"; } .bi-menu-button-fill::before { content: "\f487"; } .bi-menu-button-wide-fill::before { content: "\f488"; } .bi-menu-button-wide::before { content: "\f489"; } .bi-menu-button::before { content: "\f48a"; } .bi-menu-down::before { content: "\f48b"; } .bi-menu-up::before { content: "\f48c"; } .bi-mic-fill::before { content: "\f48d"; } .bi-mic-mute-fill::before { content: "\f48e"; } .bi-mic-mute::before { content: "\f48f"; } .bi-mic::before { content: "\f490"; } .bi-minecart-loaded::before { content: "\f491"; } .bi-minecart::before { content: "\f492"; } .bi-moisture::before { content: "\f493"; } .bi-moon-fill::before { content: "\f494"; } .bi-moon-stars-fill::before { content: "\f495"; } .bi-moon-stars::before { content: "\f496"; } .bi-moon::before { content: "\f497"; } .bi-mouse-fill::before { content: "\f498"; } .bi-mouse::before { content: "\f499"; } .bi-mouse2-fill::before { content: "\f49a"; } .bi-mouse2::before { content: "\f49b"; } .bi-mouse3-fill::before { content: "\f49c"; } .bi-mouse3::before { content: "\f49d"; } .bi-music-note-beamed::before { content: "\f49e"; } .bi-music-note-list::before { content: "\f49f"; } .bi-music-note::before { content: "\f4a0"; } .bi-music-player-fill::before { content: "\f4a1"; } .bi-music-player::before { content: "\f4a2"; } .bi-newspaper::before { content: "\f4a3"; } .bi-node-minus-fill::before { content: "\f4a4"; } .bi-node-minus::before { content: "\f4a5"; } .bi-node-plus-fill::before { content: "\f4a6"; } .bi-node-plus::before { content: "\f4a7"; } .bi-nut-fill::before { content: "\f4a8"; } .bi-nut::before { content: "\f4a9"; } .bi-octagon-fill::before { content: "\f4aa"; } .bi-octagon-half::before { content: "\f4ab"; } .bi-octagon::before { content: "\f4ac"; } .bi-option::before { content: "\f4ad"; } .bi-outlet::before { content: "\f4ae"; } .bi-paint-bucket::before { content: "\f4af"; } .bi-palette-fill::before { content: "\f4b0"; } .bi-palette::before { content: "\f4b1"; } .bi-palette2::before { content: "\f4b2"; } .bi-paperclip::before { content: "\f4b3"; } .bi-paragraph::before { content: "\f4b4"; } .bi-patch-check-fill::before { content: "\f4b5"; } .bi-patch-check::before { content: "\f4b6"; } .bi-patch-exclamation-fill::before { content: "\f4b7"; } .bi-patch-exclamation::before { content: "\f4b8"; } .bi-patch-minus-fill::before { content: "\f4b9"; } .bi-patch-minus::before { content: "\f4ba"; } .bi-patch-plus-fill::before { content: "\f4bb"; } .bi-patch-plus::before { content: "\f4bc"; } .bi-patch-question-fill::before { content: "\f4bd"; } .bi-patch-question::before { content: "\f4be"; } .bi-pause-btn-fill::before { content: "\f4bf"; } .bi-pause-btn::before { content: "\f4c0"; } .bi-pause-circle-fill::before { content: "\f4c1"; } .bi-pause-circle::before { content: "\f4c2"; } .bi-pause-fill::before { content: "\f4c3"; } .bi-pause::before { content: "\f4c4"; } .bi-peace-fill::before { content: "\f4c5"; } .bi-peace::before { content: "\f4c6"; } .bi-pen-fill::before { content: "\f4c7"; } .bi-pen::before { content: "\f4c8"; } .bi-pencil-fill::before { content: "\f4c9"; } .bi-pencil-square::before { content: "\f4ca"; } .bi-pencil::before { content: "\f4cb"; } .bi-pentagon-fill::before { content: "\f4cc"; } .bi-pentagon-half::before { content: "\f4cd"; } .bi-pentagon::before { content: "\f4ce"; } .bi-people-fill::before { content: "\f4cf"; } .bi-people::before { content: "\f4d0"; } .bi-percent::before { content: "\f4d1"; } .bi-person-badge-fill::before { content: "\f4d2"; } .bi-person-badge::before { content: "\f4d3"; } .bi-person-bounding-box::before { content: "\f4d4"; } .bi-person-check-fill::before { content: "\f4d5"; } .bi-person-check::before { content: "\f4d6"; } .bi-person-circle::before { content: "\f4d7"; } .bi-person-dash-fill::before { content: "\f4d8"; } .bi-person-dash::before { content: "\f4d9"; } .bi-person-fill::before { content: "\f4da"; } .bi-person-lines-fill::before { content: "\f4db"; } .bi-person-plus-fill::before { content: "\f4dc"; } .bi-person-plus::before { content: "\f4dd"; } .bi-person-square::before { content: "\f4de"; } .bi-person-x-fill::before { content: "\f4df"; } .bi-person-x::before { content: "\f4e0"; } .bi-person::before { content: "\f4e1"; } .bi-phone-fill::before { content: "\f4e2"; } .bi-phone-landscape-fill::before { content: "\f4e3"; } .bi-phone-landscape::before { content: "\f4e4"; } .bi-phone-vibrate-fill::before { content: "\f4e5"; } .bi-phone-vibrate::before { content: "\f4e6"; } .bi-phone::before { content: "\f4e7"; } .bi-pie-chart-fill::before { content: "\f4e8"; } .bi-pie-chart::before { content: "\f4e9"; } .bi-pin-angle-fill::before { content: "\f4ea"; } .bi-pin-angle::before { content: "\f4eb"; } .bi-pin-fill::before { content: "\f4ec"; } .bi-pin::before { content: "\f4ed"; } .bi-pip-fill::before { content: "\f4ee"; } .bi-pip::before { content: "\f4ef"; } .bi-play-btn-fill::before { content: "\f4f0"; } .bi-play-btn::before { content: "\f4f1"; } .bi-play-circle-fill::before { content: "\f4f2"; } .bi-play-circle::before { content: "\f4f3"; } .bi-play-fill::before { content: "\f4f4"; } .bi-play::before { content: "\f4f5"; } .bi-plug-fill::before { content: "\f4f6"; } .bi-plug::before { content: "\f4f7"; } .bi-plus-circle-dotted::before { content: "\f4f8"; } .bi-plus-circle-fill::before { content: "\f4f9"; } .bi-plus-circle::before { content: "\f4fa"; } .bi-plus-square-dotted::before { content: "\f4fb"; } .bi-plus-square-fill::before { content: "\f4fc"; } .bi-plus-square::before { content: "\f4fd"; } .bi-plus::before { content: "\f4fe"; } .bi-power::before { content: "\f4ff"; } .bi-printer-fill::before { content: "\f500"; } .bi-printer::before { content: "\f501"; } .bi-puzzle-fill::before { content: "\f502"; } .bi-puzzle::before { content: "\f503"; } .bi-question-circle-fill::before { content: "\f504"; } .bi-question-circle::before { content: "\f505"; } .bi-question-diamond-fill::before { content: "\f506"; } .bi-question-diamond::before { content: "\f507"; } .bi-question-octagon-fill::before { content: "\f508"; } .bi-question-octagon::before { content: "\f509"; } .bi-question-square-fill::before { content: "\f50a"; } .bi-question-square::before { content: "\f50b"; } .bi-question::before { content: "\f50c"; } .bi-rainbow::before { content: "\f50d"; } .bi-receipt-cutoff::before { content: "\f50e"; } .bi-receipt::before { content: "\f50f"; } .bi-reception-0::before { content: "\f510"; } .bi-reception-1::before { content: "\f511"; } .bi-reception-2::before { content: "\f512"; } .bi-reception-3::before { content: "\f513"; } .bi-reception-4::before { content: "\f514"; } .bi-record-btn-fill::before { content: "\f515"; } .bi-record-btn::before { content: "\f516"; } .bi-record-circle-fill::before { content: "\f517"; } .bi-record-circle::before { content: "\f518"; } .bi-record-fill::before { content: "\f519"; } .bi-record::before { content: "\f51a"; } .bi-record2-fill::before { content: "\f51b"; } .bi-record2::before { content: "\f51c"; } .bi-reply-all-fill::before { content: "\f51d"; } .bi-reply-all::before { content: "\f51e"; } .bi-reply-fill::before { content: "\f51f"; } .bi-reply::before { content: "\f520"; } .bi-rss-fill::before { content: "\f521"; } .bi-rss::before { content: "\f522"; } .bi-rulers::before { content: "\f523"; } .bi-save-fill::before { content: "\f524"; } .bi-save::before { content: "\f525"; } .bi-save2-fill::before { content: "\f526"; } .bi-save2::before { content: "\f527"; } .bi-scissors::before { content: "\f528"; } .bi-screwdriver::before { content: "\f529"; } .bi-search::before { content: "\f52a"; } .bi-segmented-nav::before { content: "\f52b"; } .bi-server::before { content: "\f52c"; } .bi-share-fill::before { content: "\f52d"; } .bi-share::before { content: "\f52e"; } .bi-shield-check::before { content: "\f52f"; } .bi-shield-exclamation::before { content: "\f530"; } .bi-shield-fill-check::before { content: "\f531"; } .bi-shield-fill-exclamation::before { content: "\f532"; } .bi-shield-fill-minus::before { content: "\f533"; } .bi-shield-fill-plus::before { content: "\f534"; } .bi-shield-fill-x::before { content: "\f535"; } .bi-shield-fill::before { content: "\f536"; } .bi-shield-lock-fill::before { content: "\f537"; } .bi-shield-lock::before { content: "\f538"; } .bi-shield-minus::before { content: "\f539"; } .bi-shield-plus::before { content: "\f53a"; } .bi-shield-shaded::before { content: "\f53b"; } .bi-shield-slash-fill::before { content: "\f53c"; } .bi-shield-slash::before { content: "\f53d"; } .bi-shield-x::before { content: "\f53e"; } .bi-shield::before { content: "\f53f"; } .bi-shift-fill::before { content: "\f540"; } .bi-shift::before { content: "\f541"; } .bi-shop-window::before { content: "\f542"; } .bi-shop::before { content: "\f543"; } .bi-shuffle::before { content: "\f544"; } .bi-signpost-2-fill::before { content: "\f545"; } .bi-signpost-2::before { content: "\f546"; } .bi-signpost-fill::before { content: "\f547"; } .bi-signpost-split-fill::before { content: "\f548"; } .bi-signpost-split::before { content: "\f549"; } .bi-signpost::before { content: "\f54a"; } .bi-sim-fill::before { content: "\f54b"; } .bi-sim::before { content: "\f54c"; } .bi-skip-backward-btn-fill::before { content: "\f54d"; } .bi-skip-backward-btn::before { content: "\f54e"; } .bi-skip-backward-circle-fill::before { content: "\f54f"; } .bi-skip-backward-circle::before { content: "\f550"; } .bi-skip-backward-fill::before { content: "\f551"; } .bi-skip-backward::before { content: "\f552"; } .bi-skip-end-btn-fill::before { content: "\f553"; } .bi-skip-end-btn::before { content: "\f554"; } .bi-skip-end-circle-fill::before { content: "\f555"; } .bi-skip-end-circle::before { content: "\f556"; } .bi-skip-end-fill::before { content: "\f557"; } .bi-skip-end::before { content: "\f558"; } .bi-skip-forward-btn-fill::before { content: "\f559"; } .bi-skip-forward-btn::before { content: "\f55a"; } .bi-skip-forward-circle-fill::before { content: "\f55b"; } .bi-skip-forward-circle::before { content: "\f55c"; } .bi-skip-forward-fill::before { content: "\f55d"; } .bi-skip-forward::before { content: "\f55e"; } .bi-skip-start-btn-fill::before { content: "\f55f"; } .bi-skip-start-btn::before { content: "\f560"; } .bi-skip-start-circle-fill::before { content: "\f561"; } .bi-skip-start-circle::before { content: "\f562"; } .bi-skip-start-fill::before { content: "\f563"; } .bi-skip-start::before { content: "\f564"; } .bi-slack::before { content: "\f565"; } .bi-slash-circle-fill::before { content: "\f566"; } .bi-slash-circle::before { content: "\f567"; } .bi-slash-square-fill::before { content: "\f568"; } .bi-slash-square::before { content: "\f569"; } .bi-slash::before { content: "\f56a"; } .bi-sliders::before { content: "\f56b"; } .bi-smartwatch::before { content: "\f56c"; } .bi-snow::before { content: "\f56d"; } .bi-snow2::before { content: "\f56e"; } .bi-snow3::before { content: "\f56f"; } .bi-sort-alpha-down-alt::before { content: "\f570"; } .bi-sort-alpha-down::before { content: "\f571"; } .bi-sort-alpha-up-alt::before { content: "\f572"; } .bi-sort-alpha-up::before { content: "\f573"; } .bi-sort-down-alt::before { content: "\f574"; } .bi-sort-down::before { content: "\f575"; } .bi-sort-numeric-down-alt::before { content: "\f576"; } .bi-sort-numeric-down::before { content: "\f577"; } .bi-sort-numeric-up-alt::before { content: "\f578"; } .bi-sort-numeric-up::before { content: "\f579"; } .bi-sort-up-alt::before { content: "\f57a"; } .bi-sort-up::before { content: "\f57b"; } .bi-soundwave::before { content: "\f57c"; } .bi-speaker-fill::before { content: "\f57d"; } .bi-speaker::before { content: "\f57e"; } .bi-speedometer::before { content: "\f57f"; } .bi-speedometer2::before { content: "\f580"; } .bi-spellcheck::before { content: "\f581"; } .bi-square-fill::before { content: "\f582"; } .bi-square-half::before { content: "\f583"; } .bi-square::before { content: "\f584"; } .bi-stack::before { content: "\f585"; } .bi-star-fill::before { content: "\f586"; } .bi-star-half::before { content: "\f587"; } .bi-star::before { content: "\f588"; } .bi-stars::before { content: "\f589"; } .bi-stickies-fill::before { content: "\f58a"; } .bi-stickies::before { content: "\f58b"; } .bi-sticky-fill::before { content: "\f58c"; } .bi-sticky::before { content: "\f58d"; } .bi-stop-btn-fill::before { content: "\f58e"; } .bi-stop-btn::before { content: "\f58f"; } .bi-stop-circle-fill::before { content: "\f590"; } .bi-stop-circle::before { content: "\f591"; } .bi-stop-fill::before { content: "\f592"; } .bi-stop::before { content: "\f593"; } .bi-stoplights-fill::before { content: "\f594"; } .bi-stoplights::before { content: "\f595"; } .bi-stopwatch-fill::before { content: "\f596"; } .bi-stopwatch::before { content: "\f597"; } .bi-subtract::before { content: "\f598"; } .bi-suit-club-fill::before { content: "\f599"; } .bi-suit-club::before { content: "\f59a"; } .bi-suit-diamond-fill::before { content: "\f59b"; } .bi-suit-diamond::before { content: "\f59c"; } .bi-suit-heart-fill::before { content: "\f59d"; } .bi-suit-heart::before { content: "\f59e"; } .bi-suit-spade-fill::before { content: "\f59f"; } .bi-suit-spade::before { content: "\f5a0"; } .bi-sun-fill::before { content: "\f5a1"; } .bi-sun::before { content: "\f5a2"; } .bi-sunglasses::before { content: "\f5a3"; } .bi-sunrise-fill::before { content: "\f5a4"; } .bi-sunrise::before { content: "\f5a5"; } .bi-sunset-fill::before { content: "\f5a6"; } .bi-sunset::before { content: "\f5a7"; } .bi-symmetry-horizontal::before { content: "\f5a8"; } .bi-symmetry-vertical::before { content: "\f5a9"; } .bi-table::before { content: "\f5aa"; } .bi-tablet-fill::before { content: "\f5ab"; } .bi-tablet-landscape-fill::before { content: "\f5ac"; } .bi-tablet-landscape::before { content: "\f5ad"; } .bi-tablet::before { content: "\f5ae"; } .bi-tag-fill::before { content: "\f5af"; } .bi-tag::before { content: "\f5b0"; } .bi-tags-fill::before { content: "\f5b1"; } .bi-tags::before { content: "\f5b2"; } .bi-telegram::before { content: "\f5b3"; } .bi-telephone-fill::before { content: "\f5b4"; } .bi-telephone-forward-fill::before { content: "\f5b5"; } .bi-telephone-forward::before { content: "\f5b6"; } .bi-telephone-inbound-fill::before { content: "\f5b7"; } .bi-telephone-inbound::before { content: "\f5b8"; } .bi-telephone-minus-fill::before { content: "\f5b9"; } .bi-telephone-minus::before { content: "\f5ba"; } .bi-telephone-outbound-fill::before { content: "\f5bb"; } .bi-telephone-outbound::before { content: "\f5bc"; } .bi-telephone-plus-fill::before { content: "\f5bd"; } .bi-telephone-plus::before { content: "\f5be"; } .bi-telephone-x-fill::before { content: "\f5bf"; } .bi-telephone-x::before { content: "\f5c0"; } .bi-telephone::before { content: "\f5c1"; } .bi-terminal-fill::before { content: "\f5c2"; } .bi-terminal::before { content: "\f5c3"; } .bi-text-center::before { content: "\f5c4"; } .bi-text-indent-left::before { content: "\f5c5"; } .bi-text-indent-right::before { content: "\f5c6"; } .bi-text-left::before { content: "\f5c7"; } .bi-text-paragraph::before { content: "\f5c8"; } .bi-text-right::before { content: "\f5c9"; } .bi-textarea-resize::before { content: "\f5ca"; } .bi-textarea-t::before { content: "\f5cb"; } .bi-textarea::before { content: "\f5cc"; } .bi-thermometer-half::before { content: "\f5cd"; } .bi-thermometer-high::before { content: "\f5ce"; } .bi-thermometer-low::before { content: "\f5cf"; } .bi-thermometer-snow::before { content: "\f5d0"; } .bi-thermometer-sun::before { content: "\f5d1"; } .bi-thermometer::before { content: "\f5d2"; } .bi-three-dots-vertical::before { content: "\f5d3"; } .bi-three-dots::before { content: "\f5d4"; } .bi-toggle-off::before { content: "\f5d5"; } .bi-toggle-on::before { content: "\f5d6"; } .bi-toggle2-off::before { content: "\f5d7"; } .bi-toggle2-on::before { content: "\f5d8"; } .bi-toggles::before { content: "\f5d9"; } .bi-toggles2::before { content: "\f5da"; } .bi-tools::before { content: "\f5db"; } .bi-tornado::before { content: "\f5dc"; } .bi-trash-fill::before { content: "\f5dd"; } .bi-trash::before { content: "\f5de"; } .bi-trash2-fill::before { content: "\f5df"; } .bi-trash2::before { content: "\f5e0"; } .bi-tree-fill::before { content: "\f5e1"; } .bi-tree::before { content: "\f5e2"; } .bi-triangle-fill::before { content: "\f5e3"; } .bi-triangle-half::before { content: "\f5e4"; } .bi-triangle::before { content: "\f5e5"; } .bi-trophy-fill::before { content: "\f5e6"; } .bi-trophy::before { content: "\f5e7"; } .bi-tropical-storm::before { content: "\f5e8"; } .bi-truck-flatbed::before { content: "\f5e9"; } .bi-truck::before { content: "\f5ea"; } .bi-tsunami::before { content: "\f5eb"; } .bi-tv-fill::before { content: "\f5ec"; } .bi-tv::before { content: "\f5ed"; } .bi-twitch::before { content: "\f5ee"; } .bi-twitter::before { content: "\f5ef"; } .bi-type-bold::before { content: "\f5f0"; } .bi-type-h1::before { content: "\f5f1"; } .bi-type-h2::before { content: "\f5f2"; } .bi-type-h3::before { content: "\f5f3"; } .bi-type-italic::before { content: "\f5f4"; } .bi-type-strikethrough::before { content: "\f5f5"; } .bi-type-underline::before { content: "\f5f6"; } .bi-type::before { content: "\f5f7"; } .bi-ui-checks-grid::before { content: "\f5f8"; } .bi-ui-checks::before { content: "\f5f9"; } .bi-ui-radios-grid::before { content: "\f5fa"; } .bi-ui-radios::before { content: "\f5fb"; } .bi-umbrella-fill::before { content: "\f5fc"; } .bi-umbrella::before { content: "\f5fd"; } .bi-union::before { content: "\f5fe"; } .bi-unlock-fill::before { content: "\f5ff"; } .bi-unlock::before { content: "\f600"; } .bi-upc-scan::before { content: "\f601"; } .bi-upc::before { content: "\f602"; } .bi-upload::before { content: "\f603"; } .bi-vector-pen::before { content: "\f604"; } .bi-view-list::before { content: "\f605"; } .bi-view-stacked::before { content: "\f606"; } .bi-vinyl-fill::before { content: "\f607"; } .bi-vinyl::before { content: "\f608"; } .bi-voicemail::before { content: "\f609"; } .bi-volume-down-fill::before { content: "\f60a"; } .bi-volume-down::before { content: "\f60b"; } .bi-volume-mute-fill::before { content: "\f60c"; } .bi-volume-mute::before { content: "\f60d"; } .bi-volume-off-fill::before { content: "\f60e"; } .bi-volume-off::before { content: "\f60f"; } .bi-volume-up-fill::before { content: "\f610"; } .bi-volume-up::before { content: "\f611"; } .bi-vr::before { content: "\f612"; } .bi-wallet-fill::before { content: "\f613"; } .bi-wallet::before { content: "\f614"; } .bi-wallet2::before { content: "\f615"; } .bi-watch::before { content: "\f616"; } .bi-water::before { content: "\f617"; } .bi-whatsapp::before { content: "\f618"; } .bi-wifi-1::before { content: "\f619"; } .bi-wifi-2::before { content: "\f61a"; } .bi-wifi-off::before { content: "\f61b"; } .bi-wifi::before { content: "\f61c"; } .bi-wind::before { content: "\f61d"; } .bi-window-dock::before { content: "\f61e"; } .bi-window-sidebar::before { content: "\f61f"; } .bi-window::before { content: "\f620"; } .bi-wrench::before { content: "\f621"; } .bi-x-circle-fill::before { content: "\f622"; } .bi-x-circle::before { content: "\f623"; } .bi-x-diamond-fill::before { content: "\f624"; } .bi-x-diamond::before { content: "\f625"; } .bi-x-octagon-fill::before { content: "\f626"; } .bi-x-octagon::before { content: "\f627"; } .bi-x-square-fill::before { content: "\f628"; } .bi-x-square::before { content: "\f629"; } .bi-x::before { content: "\f62a"; } .bi-youtube::before { content: "\f62b"; } .bi-zoom-in::before { content: "\f62c"; } .bi-zoom-out::before { content: "\f62d"; } ================================================ FILE: icon-packs/ikonli-boxicons-pack/ikonli-boxicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.boxicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.boxicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.boxicons.BoxiconsLogosIkonHandler, org.kordamp.ikonli.boxicons.BoxiconsRegularIkonHandler, org.kordamp.ikonli.boxicons.BoxiconsSolidIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.boxicons.BoxiconsLogosIkonProvider, org.kordamp.ikonli.boxicons.BoxiconsRegularIkonProvider, org.kordamp.ikonli.boxicons.BoxiconsSolidIkonProvider; } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsLogos.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum BoxiconsLogos implements Ikon { ADOBE("bxl-adobe", '\uee5f'), AIRBNB("bxl-airbnb", '\uee60'), ALGOLIA("bxl-algolia", '\uee61'), AMAZON("bxl-amazon", '\uee62'), ANDROID("bxl-android", '\uee63'), ANGULAR("bxl-angular", '\uee64'), APPLE("bxl-apple", '\uee65'), AUDIBLE("bxl-audible", '\uee66'), BAIDU("bxl-baidu", '\uee67'), BEHANCE("bxl-behance", '\uee68'), BING("bxl-bing", '\uee69'), BITCOIN("bxl-bitcoin", '\uee6a'), BLENDER("bxl-blender", '\uee6b'), BLOGGER("bxl-blogger", '\uee6c'), BOOTSTRAP("bxl-bootstrap", '\uee6d'), BOX_500PX("bxl-500px", '\uee5e'), CHROME("bxl-chrome", '\uee6e'), CODEPEN("bxl-codepen", '\uee6f'), CREATIVE_COMMONS("bxl-creative-commons", '\uee71'), CSS3("bxl-css3", '\uee72'), C_PLUS_PLUS("bxl-c-plus-plus", '\uee70'), DAILYMOTION("bxl-dailymotion", '\uee73'), DEVIANTART("bxl-deviantart", '\uee74'), DEV_TO("bxl-dev-to", '\uee75'), DIGG("bxl-digg", '\uee76'), DIGITALOCEAN("bxl-digitalocean", '\uee77'), DISCORD("bxl-discord", '\uee78'), DISCOURSE("bxl-discourse", '\uee79'), DJANGO("bxl-django", '\uee7a'), DRIBBBLE("bxl-dribbble", '\uee7b'), DROPBOX("bxl-dropbox", '\uee7c'), DRUPAL("bxl-drupal", '\uee7d'), EBAY("bxl-ebay", '\uee7e'), EDGE("bxl-edge", '\uee7f'), ETSY("bxl-etsy", '\uee80'), FACEBOOK("bxl-facebook", '\uee81'), FACEBOOK_CIRCLE("bxl-facebook-circle", '\uee82'), FACEBOOK_SQUARE("bxl-facebook-square", '\uee83'), FIGMA("bxl-figma", '\uee84'), FIREBASE("bxl-firebase", '\uee85'), FIREFOX("bxl-firefox", '\uee86'), FLICKR("bxl-flickr", '\uee87'), FLICKR_SQUARE("bxl-flickr-square", '\uee88'), FOURSQUARE("bxl-foursquare", '\uee89'), GIT("bxl-git", '\uee8a'), GITHUB("bxl-github", '\uee8b'), GITLAB("bxl-gitlab", '\uee8c'), GOOGLE("bxl-google", '\uee8d'), GOOGLE_CLOUD("bxl-google-cloud", '\uee8e'), GOOGLE_PLUS("bxl-google-plus", '\uee8f'), GOOGLE_PLUS_CIRCLE("bxl-google-plus-circle", '\uee90'), HTML5("bxl-html5", '\uee91'), IMDB("bxl-imdb", '\uee92'), INSTAGRAM("bxl-instagram", '\uee93'), INSTAGRAM_ALT("bxl-instagram-alt", '\uee94'), INTERNET_EXPLORER("bxl-internet-explorer", '\uee95'), INVISION("bxl-invision", '\uee96'), JAVASCRIPT("bxl-javascript", '\uee97'), JOOMLA("bxl-joomla", '\uee98'), JQUERY("bxl-jquery", '\uee99'), JSFIDDLE("bxl-jsfiddle", '\uee9a'), KICKSTARTER("bxl-kickstarter", '\uee9b'), KUBERNETES("bxl-kubernetes", '\uee9c'), LESS("bxl-less", '\uee9d'), LINKEDIN("bxl-linkedin", '\uee9e'), LINKEDIN_SQUARE("bxl-linkedin-square", '\uee9f'), MAGENTO("bxl-magento", '\ueea0'), MAILCHIMP("bxl-mailchimp", '\ueea1'), MARKDOWN("bxl-markdown", '\ueea2'), MASTERCARD("bxl-mastercard", '\ueea3'), MEDIUM("bxl-medium", '\ueea4'), MEDIUM_OLD("bxl-medium-old", '\ueea5'), MEDIUM_SQUARE("bxl-medium-square", '\ueea6'), MESSENGER("bxl-messenger", '\ueea7'), MICROSOFT("bxl-microsoft", '\ueea8'), MICROSOFT_TEAMS("bxl-microsoft-teams", '\ueea9'), NODEJS("bxl-nodejs", '\ueeaa'), OK_RU("bxl-ok-ru", '\ueeab'), OPERA("bxl-opera", '\ueeac'), PATREON("bxl-patreon", '\ueead'), PAYPAL("bxl-paypal", '\ueeae'), PERISCOPE("bxl-periscope", '\ueeaf'), PINTEREST("bxl-pinterest", '\ueeb0'), PINTEREST_ALT("bxl-pinterest-alt", '\ueeb1'), PLAY_STORE("bxl-play-store", '\ueeb2'), POCKET("bxl-pocket", '\ueeb3'), PRODUCT_HUNT("bxl-product-hunt", '\ueeb4'), PYTHON("bxl-python", '\ueeb5'), QUORA("bxl-quora", '\ueeb6'), REACT("bxl-react", '\ueeb7'), REDBUBBLE("bxl-redbubble", '\ueeb8'), REDDIT("bxl-reddit", '\ueeb9'), REDUX("bxl-redux", '\ueeba'), SASS("bxl-sass", '\ueebb'), SHOPIFY("bxl-shopify", '\ueebc'), SKYPE("bxl-skype", '\ueebd'), SLACK("bxl-slack", '\ueebe'), SLACK_OLD("bxl-slack-old", '\ueebf'), SNAPCHAT("bxl-snapchat", '\ueec0'), SOUNDCLOUD("bxl-soundcloud", '\ueec1'), SPOTIFY("bxl-spotify", '\ueec2'), SPRING_BOOT("bxl-spring-boot", '\ueec3'), SQUARESPACE("bxl-squarespace", '\ueec4'), STACK_OVERFLOW("bxl-stack-overflow", '\ueec5'), STRIPE("bxl-stripe", '\ueec6'), TELEGRAM("bxl-telegram", '\ueec7'), TRELLO("bxl-trello", '\ueec8'), TUMBLR("bxl-tumblr", '\ueec9'), TUX("bxl-tux", '\ueeca'), TWITCH("bxl-twitch", '\ueecb'), TWITTER("bxl-twitter", '\ueecc'), UNSPLASH("bxl-unsplash", '\ueecd'), VIMEO("bxl-vimeo", '\ueece'), VISA("bxl-visa", '\ueecf'), VK("bxl-vk", '\ueed0'), VUEJS("bxl-vuejs", '\ueed1'), WHATSAPP("bxl-whatsapp", '\ueed2'), WHATSAPP_SQUARE("bxl-whatsapp-square", '\ueed3'), WIKIPEDIA("bxl-wikipedia", '\ueed4'), WINDOWS("bxl-windows", '\ueed5'), WIX("bxl-wix", '\ueed6'), WORDPRESS("bxl-wordpress", '\ueed7'), YAHOO("bxl-yahoo", '\ueed8'), YELP("bxl-yelp", '\ueed9'), YOUTUBE("bxl-youtube", '\ueeda'), ZOOM("bxl-zoom", '\ueedb'); public static BoxiconsLogos findByDescription(String description) { for (BoxiconsLogos font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BoxiconsLogos(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsLogosIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BoxiconsLogosIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/boxicons/2.0.7/fonts/boxicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bxl-"); } @Override public Ikon resolve(String description) { return BoxiconsLogos.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "boxicons"; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsLogosIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class BoxiconsLogosIkonProvider implements IkonProvider { @Override public Class getIkon() { return BoxiconsLogos.class; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsRegular.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum BoxiconsRegular implements Ikon { ABACUS("bx-abacus", '\ue900'), ACCESSIBILITY("bx-accessibility", '\ue901'), ADD_TO_QUEUE("bx-add-to-queue", '\ue902'), ADJUST("bx-adjust", '\ue903'), ALARM("bx-alarm", '\ue904'), ALARM_ADD("bx-alarm-add", '\ue905'), ALARM_EXCLAMATION("bx-alarm-exclamation", '\ue906'), ALARM_OFF("bx-alarm-off", '\ue907'), ALARM_SNOOZE("bx-alarm-snooze", '\ue908'), ALBUM("bx-album", '\ue909'), ALIGN_JUSTIFY("bx-align-justify", '\ue90a'), ALIGN_LEFT("bx-align-left", '\ue90b'), ALIGN_MIDDLE("bx-align-middle", '\ue90c'), ALIGN_RIGHT("bx-align-right", '\ue90d'), ANALYSE("bx-analyse", '\ue90e'), ANCHOR("bx-anchor", '\ue90f'), ANGRY("bx-angry", '\ue910'), APERTURE("bx-aperture", '\ue911'), ARCH("bx-arch", '\ue912'), ARCHIVE("bx-archive", '\ue913'), ARCHIVE_IN("bx-archive-in", '\ue914'), ARCHIVE_OUT("bx-archive-out", '\ue915'), AREA("bx-area", '\ue916'), ARROW_BACK("bx-arrow-back", '\ue917'), ARROW_FROM_BOTTOM("bx-arrow-from-bottom", '\ue918'), ARROW_FROM_LEFT("bx-arrow-from-left", '\ue919'), ARROW_FROM_RIGHT("bx-arrow-from-right", '\ue91a'), ARROW_FROM_TOP("bx-arrow-from-top", '\ue91b'), ARROW_TO_BOTTOM("bx-arrow-to-bottom", '\ue91c'), ARROW_TO_LEFT("bx-arrow-to-left", '\ue91d'), ARROW_TO_RIGHT("bx-arrow-to-right", '\ue91e'), ARROW_TO_TOP("bx-arrow-to-top", '\ue91f'), AT("bx-at", '\ue920'), ATOM("bx-atom", '\ue921'), AWARD("bx-award", '\ue922'), BADGE("bx-badge", '\ue923'), BADGE_CHECK("bx-badge-check", '\ue924'), BALL("bx-ball", '\ue925'), BAND_AID("bx-band-aid", '\ue926'), BARCODE("bx-barcode", '\ue92b'), BARCODE_READER("bx-barcode-reader", '\ue92c'), BAR_CHART("bx-bar-chart", '\ue927'), BAR_CHART_ALT("bx-bar-chart-alt", '\ue928'), BAR_CHART_ALT_2("bx-bar-chart-alt-2", '\ue929'), BAR_CHART_SQUARE("bx-bar-chart-square", '\ue92a'), BASEBALL("bx-baseball", '\ue92d'), BASKET("bx-basket", '\ue92e'), BASKETBALL("bx-basketball", '\ue92f'), BATH("bx-bath", '\ue930'), BATTERY("bx-battery", '\ue931'), BED("bx-bed", '\ue932'), BEEN_HERE("bx-been-here", '\ue933'), BEER("bx-beer", '\ue934'), BELL("bx-bell", '\ue935'), BELL_MINUS("bx-bell-minus", '\ue936'), BELL_OFF("bx-bell-off", '\ue937'), BELL_PLUS("bx-bell-plus", '\ue938'), BIBLE("bx-bible", '\ue939'), BITCOIN("bx-bitcoin", '\ue93a'), BLANKET("bx-blanket", '\ue93b'), BLOCK("bx-block", '\ue93c'), BLUETOOTH("bx-bluetooth", '\ue93d'), BODY("bx-body", '\ue93e'), BOLD("bx-bold", '\ue93f'), BOLT_CIRCLE("bx-bolt-circle", '\ue940'), BOMB("bx-bomb", '\ue941'), BONE("bx-bone", '\ue942'), BONG("bx-bong", '\ue943'), BOOK("bx-book", '\ue944'), BOOKMARK("bx-bookmark", '\ue94a'), BOOKMARKS("bx-bookmarks", '\ue951'), BOOKMARK_ALT("bx-bookmark-alt", '\ue94b'), BOOKMARK_ALT_MINUS("bx-bookmark-alt-minus", '\ue94c'), BOOKMARK_ALT_PLUS("bx-bookmark-alt-plus", '\ue94d'), BOOKMARK_HEART("bx-bookmark-heart", '\ue94e'), BOOKMARK_MINUS("bx-bookmark-minus", '\ue94f'), BOOKMARK_PLUS("bx-bookmark-plus", '\ue950'), BOOK_ADD("bx-book-add", '\ue945'), BOOK_ALT("bx-book-alt", '\ue946'), BOOK_BOOKMARK("bx-book-bookmark", '\ue947'), BOOK_CONTENT("bx-book-content", '\ue948'), BOOK_HEART("bx-book-heart", '\ue949'), BOOK_OPEN("bx-book-open", '\ue952'), BOOK_READER("bx-book-reader", '\ue953'), BORDER_ALL("bx-border-all", '\ue954'), BORDER_BOTTOM("bx-border-bottom", '\ue955'), BORDER_INNER("bx-border-inner", '\ue956'), BORDER_LEFT("bx-border-left", '\ue957'), BORDER_NONE("bx-border-none", '\ue958'), BORDER_OUTER("bx-border-outer", '\ue959'), BORDER_RADIUS("bx-border-radius", '\ue95a'), BORDER_RIGHT("bx-border-right", '\ue95b'), BORDER_TOP("bx-border-top", '\ue95c'), BOT("bx-bot", '\ue95d'), BOWLING_BALL("bx-bowling-ball", '\ue95e'), BOX("bx-box", '\ue95f'), BRACKET("bx-bracket", '\ue960'), BRAILLE("bx-braille", '\ue961'), BRAIN("bx-brain", '\ue962'), BRIEFCASE("bx-briefcase", '\ue963'), BRIEFCASE_ALT("bx-briefcase-alt", '\ue964'), BRIEFCASE_ALT_2("bx-briefcase-alt-2", '\ue965'), BRIGHTNESS("bx-brightness", '\ue966'), BRIGHTNESS_HALF("bx-brightness-half", '\ue967'), BROADCAST("bx-broadcast", '\ue968'), BRUSH("bx-brush", '\ue969'), BRUSH_ALT("bx-brush-alt", '\ue96a'), BUG("bx-bug", '\ue96b'), BUG_ALT("bx-bug-alt", '\ue96c'), BUILDING("bx-building", '\ue96d'), BUILDINGS("bx-buildings", '\ue96f'), BUILDING_HOUSE("bx-building-house", '\ue96e'), BULB("bx-bulb", '\ue970'), BULLSEYE("bx-bullseye", '\ue971'), BUOY("bx-buoy", '\ue972'), BUS("bx-bus", '\ue973'), BUS_SCHOOL("bx-bus-school", '\ue974'), CABINET("bx-cabinet", '\ue975'), CAKE("bx-cake", '\ue976'), CALCULATOR("bx-calculator", '\ue977'), CALENDAR("bx-calendar", '\ue978'), CALENDAR_ALT("bx-calendar-alt", '\ue979'), CALENDAR_CHECK("bx-calendar-check", '\ue97a'), CALENDAR_EDIT("bx-calendar-edit", '\ue97b'), CALENDAR_EVENT("bx-calendar-event", '\ue97c'), CALENDAR_EXCLAMATION("bx-calendar-exclamation", '\ue97d'), CALENDAR_HEART("bx-calendar-heart", '\ue97e'), CALENDAR_MINUS("bx-calendar-minus", '\ue97f'), CALENDAR_PLUS("bx-calendar-plus", '\ue980'), CALENDAR_STAR("bx-calendar-star", '\ue981'), CALENDAR_WEEK("bx-calendar-week", '\ue982'), CALENDAR_X("bx-calendar-x", '\ue983'), CAMERA("bx-camera", '\ue984'), CAMERA_HOME("bx-camera-home", '\ue985'), CAMERA_MOVIE("bx-camera-movie", '\ue986'), CAMERA_OFF("bx-camera-off", '\ue987'), CAPSULE("bx-capsule", '\ue988'), CAPTIONS("bx-captions", '\ue989'), CAR("bx-car", '\ue98a'), CARD("bx-card", '\ue98b'), CARET_DOWN("bx-caret-down", '\ue98c'), CARET_DOWN_CIRCLE("bx-caret-down-circle", '\ue98d'), CARET_DOWN_SQUARE("bx-caret-down-square", '\ue98e'), CARET_LEFT("bx-caret-left", '\ue98f'), CARET_LEFT_CIRCLE("bx-caret-left-circle", '\ue990'), CARET_LEFT_SQUARE("bx-caret-left-square", '\ue991'), CARET_RIGHT("bx-caret-right", '\ue992'), CARET_RIGHT_CIRCLE("bx-caret-right-circle", '\ue993'), CARET_RIGHT_SQUARE("bx-caret-right-square", '\ue994'), CARET_UP("bx-caret-up", '\ue995'), CARET_UP_CIRCLE("bx-caret-up-circle", '\ue996'), CARET_UP_SQUARE("bx-caret-up-square", '\ue997'), CAROUSEL("bx-carousel", '\ue998'), CART("bx-cart", '\ue999'), CART_ALT("bx-cart-alt", '\ue99a'), CAST("bx-cast", '\ue99b'), CATEGORY("bx-category", '\ue99c'), CATEGORY_ALT("bx-category-alt", '\ue99d'), CCTV("bx-cctv", '\ue99e'), CERTIFICATION("bx-certification", '\ue99f'), CHAIR("bx-chair", '\ue9a0'), CHALKBOARD("bx-chalkboard", '\ue9a1'), CHART("bx-chart", '\ue9a2'), CHAT("bx-chat", '\ue9a3'), CHECK("bx-check", '\ue9a4'), CHECKBOX("bx-checkbox", '\ue9a5'), CHECKBOX_CHECKED("bx-checkbox-checked", '\ue9a6'), CHECKBOX_SQUARE("bx-checkbox-square", '\ue9a7'), CHECK_CIRCLE("bx-check-circle", '\ue9a8'), CHECK_DOUBLE("bx-check-double", '\ue9a9'), CHECK_SHIELD("bx-check-shield", '\ue9aa'), CHECK_SQUARE("bx-check-square", '\ue9ab'), CHEVRONS_DOWN("bx-chevrons-down", '\ue9b5'), CHEVRONS_LEFT("bx-chevrons-left", '\ue9b6'), CHEVRONS_RIGHT("bx-chevrons-right", '\ue9b7'), CHEVRONS_UP("bx-chevrons-up", '\ue9b8'), CHEVRON_DOWN("bx-chevron-down", '\ue9ac'), CHEVRON_DOWN_CIRCLE("bx-chevron-down-circle", '\ue9ad'), CHEVRON_DOWN_SQUARE("bx-chevron-down-square", '\ue9ae'), CHEVRON_LEFT("bx-chevron-left", '\ue9af'), CHEVRON_LEFT_CIRCLE("bx-chevron-left-circle", '\ue9b0'), CHEVRON_LEFT_SQUARE("bx-chevron-left-square", '\ue9b1'), CHEVRON_RIGHT("bx-chevron-right", '\ue9b2'), CHEVRON_RIGHT_CIRCLE("bx-chevron-right-circle", '\ue9b3'), CHEVRON_RIGHT_SQUARE("bx-chevron-right-square", '\ue9b4'), CHEVRON_UP("bx-chevron-up", '\ue9b9'), CHEVRON_UP_CIRCLE("bx-chevron-up-circle", '\ue9ba'), CHEVRON_UP_SQUARE("bx-chevron-up-square", '\ue9bb'), CHIP("bx-chip", '\ue9bc'), CHURCH("bx-church", '\ue9bd'), CIRCLE("bx-circle", '\ue9be'), CLINIC("bx-clinic", '\ue9bf'), CLIPBOARD("bx-clipboard", '\ue9c0'), CLOSET("bx-closet", '\ue9c1'), CLOUD("bx-cloud", '\ue9c2'), CLOUD_DOWNLOAD("bx-cloud-download", '\ue9c3'), CLOUD_DRIZZLE("bx-cloud-drizzle", '\ue9c4'), CLOUD_LIGHTNING("bx-cloud-lightning", '\ue9c5'), CLOUD_LIGHT_RAIN("bx-cloud-light-rain", '\ue9c6'), CLOUD_RAIN("bx-cloud-rain", '\ue9c7'), CLOUD_SNOW("bx-cloud-snow", '\ue9c8'), CLOUD_UPLOAD("bx-cloud-upload", '\ue9c9'), CODE("bx-code", '\ue9ca'), CODE_ALT("bx-code-alt", '\ue9cb'), CODE_BLOCK("bx-code-block", '\ue9cc'), CODE_CURLY("bx-code-curly", '\ue9cd'), COFFEE("bx-coffee", '\ue9ce'), COFFEE_TOGO("bx-coffee-togo", '\ue9cf'), COG("bx-cog", '\ue9d0'), COIN("bx-coin", '\ue9d1'), COIN_STACK("bx-coin-stack", '\ue9d2'), COLLAPSE("bx-collapse", '\ue9d3'), COLLECTION("bx-collection", '\ue9d4'), COLOR_FILL("bx-color-fill", '\ue9d5'), COLUMNS("bx-columns", '\ue9d6'), COMMAND("bx-command", '\ue9d7'), COMMENT("bx-comment", '\ue9d8'), COMMENT_ADD("bx-comment-add", '\ue9d9'), COMMENT_CHECK("bx-comment-check", '\ue9da'), COMMENT_DETAIL("bx-comment-detail", '\ue9db'), COMMENT_DOTS("bx-comment-dots", '\ue9dc'), COMMENT_EDIT("bx-comment-edit", '\ue9dd'), COMMENT_ERROR("bx-comment-error", '\ue9de'), COMMENT_MINUS("bx-comment-minus", '\ue9df'), COMMENT_X("bx-comment-x", '\ue9e0'), COMPASS("bx-compass", '\ue9e1'), CONFUSED("bx-confused", '\ue9e2'), CONVERSATION("bx-conversation", '\ue9e3'), COOKIE("bx-cookie", '\ue9e4'), COOL("bx-cool", '\ue9e5'), COPY("bx-copy", '\ue9e6'), COPYRIGHT("bx-copyright", '\ue9e8'), COPY_ALT("bx-copy-alt", '\ue9e7'), CREDIT_CARD("bx-credit-card", '\ue9e9'), CREDIT_CARD_ALT("bx-credit-card-alt", '\ue9ea'), CREDIT_CARD_FRONT("bx-credit-card-front", '\ue9eb'), CROP("bx-crop", '\ue9ec'), CROSSHAIR("bx-crosshair", '\ue9ed'), CROWN("bx-crown", '\ue9ee'), CUBE("bx-cube", '\ue9ef'), CUBE_ALT("bx-cube-alt", '\ue9f0'), CUBOID("bx-cuboid", '\ue9f1'), CURRENT_LOCATION("bx-current-location", '\ue9f2'), CUSTOMIZE("bx-customize", '\ue9f3'), CUT("bx-cut", '\ue9f4'), CYCLING("bx-cycling", '\ue9f5'), CYLINDER("bx-cylinder", '\ue9f6'), DATA("bx-data", '\ue9f7'), DESKTOP("bx-desktop", '\ue9f8'), DETAIL("bx-detail", '\ue9f9'), DEVICES("bx-devices", '\ue9fa'), DIALPAD("bx-dialpad", '\ue9fb'), DIALPAD_ALT("bx-dialpad-alt", '\ue9fc'), DIAMOND("bx-diamond", '\ue9fd'), DICE_1("bx-dice-1", '\ue9fe'), DICE_2("bx-dice-2", '\ue9ff'), DICE_3("bx-dice-3", '\uea00'), DICE_4("bx-dice-4", '\uea01'), DICE_5("bx-dice-5", '\uea02'), DICE_6("bx-dice-6", '\uea03'), DIRECTIONS("bx-directions", '\uea04'), DISC("bx-disc", '\uea05'), DISH("bx-dish", '\uea06'), DISLIKE("bx-dislike", '\uea07'), DIZZY("bx-dizzy", '\uea08'), DNA("bx-dna", '\uea09'), DOCK_BOTTOM("bx-dock-bottom", '\uea0a'), DOCK_LEFT("bx-dock-left", '\uea0b'), DOCK_RIGHT("bx-dock-right", '\uea0c'), DOCK_TOP("bx-dock-top", '\uea0d'), DOLLAR("bx-dollar", '\uea0e'), DOLLAR_CIRCLE("bx-dollar-circle", '\uea0f'), DONATE_BLOOD("bx-donate-blood", '\uea10'), DONATE_HEART("bx-donate-heart", '\uea11'), DOOR_OPEN("bx-door-open", '\uea12'), DOTS_HORIZONTAL("bx-dots-horizontal", '\uea13'), DOTS_HORIZONTAL_ROUNDED("bx-dots-horizontal-rounded", '\uea14'), DOTS_VERTICAL("bx-dots-vertical", '\uea15'), DOTS_VERTICAL_ROUNDED("bx-dots-vertical-rounded", '\uea16'), DOUGHNUT_CHART("bx-doughnut-chart", '\uea17'), DOWNLOAD("bx-download", '\uea1b'), DOWNVOTE("bx-downvote", '\uea1c'), DOWN_ARROW("bx-down-arrow", '\uea18'), DOWN_ARROW_ALT("bx-down-arrow-alt", '\uea19'), DOWN_ARROW_CIRCLE("bx-down-arrow-circle", '\uea1a'), DRINK("bx-drink", '\uea1d'), DROPLET("bx-droplet", '\uea1e'), DUMBBELL("bx-dumbbell", '\uea1f'), DUPLICATE("bx-duplicate", '\uea20'), EDIT("bx-edit", '\uea21'), EDIT_ALT("bx-edit-alt", '\uea22'), ENVELOPE("bx-envelope", '\uea23'), ENVELOPE_OPEN("bx-envelope-open", '\uea24'), EQUALIZER("bx-equalizer", '\uea25'), ERASER("bx-eraser", '\uea26'), ERROR("bx-error", '\uea27'), ERROR_ALT("bx-error-alt", '\uea28'), ERROR_CIRCLE("bx-error-circle", '\uea29'), EURO("bx-euro", '\uea2a'), EXCLUDE("bx-exclude", '\uea2b'), EXIT("bx-exit", '\uea2c'), EXIT_FULLSCREEN("bx-exit-fullscreen", '\uea2d'), EXPAND("bx-expand", '\uea2e'), EXPAND_ALT("bx-expand-alt", '\uea2f'), EXPORT("bx-export", '\uea30'), EXTENSION("bx-extension", '\uea31'), FACE("bx-face", '\uea32'), FAST_FORWARD("bx-fast-forward", '\uea33'), FAST_FORWARD_CIRCLE("bx-fast-forward-circle", '\uea34'), FEMALE("bx-female", '\uea35'), FEMALE_SIGN("bx-female-sign", '\uea36'), FILE("bx-file", '\uea37'), FILE_BLANK("bx-file-blank", '\uea38'), FILE_FIND("bx-file-find", '\uea39'), FILM("bx-film", '\uea3a'), FILTER("bx-filter", '\uea3b'), FILTER_ALT("bx-filter-alt", '\uea3c'), FINGERPRINT("bx-fingerprint", '\uea3d'), FIRST_AID("bx-first-aid", '\uea3e'), FIRST_PAGE("bx-first-page", '\uea3f'), FLAG("bx-flag", '\uea40'), FOLDER("bx-folder", '\uea41'), FOLDER_MINUS("bx-folder-minus", '\uea42'), FOLDER_OPEN("bx-folder-open", '\uea43'), FOLDER_PLUS("bx-folder-plus", '\uea44'), FONT("bx-font", '\uea45'), FONT_COLOR("bx-font-color", '\uea46'), FONT_FAMILY("bx-font-family", '\uea47'), FONT_SIZE("bx-font-size", '\uea48'), FOOD_MENU("bx-food-menu", '\uea49'), FOOD_TAG("bx-food-tag", '\uea4a'), FOOTBALL("bx-football", '\uea4b'), FRIDGE("bx-fridge", '\uea4c'), FULLSCREEN("bx-fullscreen", '\uea4d'), GAME("bx-game", '\uea4e'), GAS_PUMP("bx-gas-pump", '\uea4f'), GHOST("bx-ghost", '\uea50'), GIFT("bx-gift", '\uea51'), GIT_BRANCH("bx-git-branch", '\uea52'), GIT_COMMIT("bx-git-commit", '\uea53'), GIT_COMPARE("bx-git-compare", '\uea54'), GIT_MERGE("bx-git-merge", '\uea55'), GIT_PULL_REQUEST("bx-git-pull-request", '\uea56'), GIT_REPO_FORKED("bx-git-repo-forked", '\uea57'), GLASSES("bx-glasses", '\uea58'), GLASSES_ALT("bx-glasses-alt", '\uea59'), GLOBE("bx-globe", '\uea5a'), GLOBE_ALT("bx-globe-alt", '\uea5b'), GRID("bx-grid", '\uea5c'), GRID_ALT("bx-grid-alt", '\uea5d'), GRID_HORIZONTAL("bx-grid-horizontal", '\uea5e'), GRID_SMALL("bx-grid-small", '\uea5f'), GRID_VERTICAL("bx-grid-vertical", '\uea60'), GROUP("bx-group", '\uea61'), HANDICAP("bx-handicap", '\uea62'), HAPPY("bx-happy", '\uea63'), HAPPY_ALT("bx-happy-alt", '\uea64'), HAPPY_BEAMING("bx-happy-beaming", '\uea65'), HAPPY_HEART_EYES("bx-happy-heart-eyes", '\uea66'), HASH("bx-hash", '\uea67'), HDD("bx-hdd", '\uea68'), HEADING("bx-heading", '\uea69'), HEADPHONE("bx-headphone", '\uea6a'), HEALTH("bx-health", '\uea6b'), HEART("bx-heart", '\uea6c'), HEART_CIRCLE("bx-heart-circle", '\uea6d'), HEART_SQUARE("bx-heart-square", '\uea6e'), HELP_CIRCLE("bx-help-circle", '\uea6f'), HIDE("bx-hide", '\uea70'), HIGHLIGHT("bx-highlight", '\uea71'), HISTORY("bx-history", '\uea72'), HIVE("bx-hive", '\uea73'), HOME("bx-home", '\uea74'), HOME_ALT("bx-home-alt", '\uea75'), HOME_CIRCLE("bx-home-circle", '\uea76'), HOME_HEART("bx-home-heart", '\uea77'), HOME_SMILE("bx-home-smile", '\uea78'), HORIZONTAL_CENTER("bx-horizontal-center", '\uea79'), HOTEL("bx-hotel", '\uea7a'), HOURGLASS("bx-hourglass", '\uea7b'), ID_CARD("bx-id-card", '\uea7c'), IMAGE("bx-image", '\uea7d'), IMAGES("bx-images", '\uea80'), IMAGE_ADD("bx-image-add", '\uea7e'), IMAGE_ALT("bx-image-alt", '\uea7f'), IMPORT("bx-import", '\uea81'), INFINITE("bx-infinite", '\uea82'), INFO_CIRCLE("bx-info-circle", '\uea83'), INFO_SQUARE("bx-info-square", '\uea84'), INTERSECT("bx-intersect", '\uea85'), ITALIC("bx-italic", '\uea86'), JOYSTICK("bx-joystick", '\uea87'), JOYSTICK_ALT("bx-joystick-alt", '\uea88'), JOYSTICK_BUTTON("bx-joystick-button", '\uea89'), KEY("bx-key", '\uea8a'), LABEL("bx-label", '\uea8b'), LANDSCAPE("bx-landscape", '\uea8c'), LAPTOP("bx-laptop", '\uea8d'), LAST_PAGE("bx-last-page", '\uea8e'), LAUGH("bx-laugh", '\uea8f'), LAYER("bx-layer", '\uea90'), LAYER_MINUS("bx-layer-minus", '\uea91'), LAYER_PLUS("bx-layer-plus", '\uea92'), LAYOUT("bx-layout", '\uea93'), LEFT_ARROW("bx-left-arrow", '\uea94'), LEFT_ARROW_ALT("bx-left-arrow-alt", '\uea95'), LEFT_ARROW_CIRCLE("bx-left-arrow-circle", '\uea96'), LEFT_DOWN_ARROW_CIRCLE("bx-left-down-arrow-circle", '\uea97'), LEFT_INDENT("bx-left-indent", '\uea98'), LEFT_TOP_ARROW_CIRCLE("bx-left-top-arrow-circle", '\uea99'), LIBRARY("bx-library", '\uea9a'), LIKE("bx-like", '\uea9b'), LINE_CHART("bx-line-chart", '\uea9c'), LINE_CHART_DOWN("bx-line-chart-down", '\uea9d'), LINK("bx-link", '\uea9e'), LINK_ALT("bx-link-alt", '\uea9f'), LINK_EXTERNAL("bx-link-external", '\ueaa0'), LIRA("bx-lira", '\ueaa1'), LIST_CHECK("bx-list-check", '\ueaa2'), LIST_MINUS("bx-list-minus", '\ueaa3'), LIST_OL("bx-list-ol", '\ueaa4'), LIST_PLUS("bx-list-plus", '\ueaa5'), LIST_UL("bx-list-ul", '\ueaa6'), LOADER("bx-loader", '\ueaa7'), LOADER_ALT("bx-loader-alt", '\ueaa8'), LOADER_CIRCLE("bx-loader-circle", '\ueaa9'), LOCATION_PLUS("bx-location-plus", '\ueaaa'), LOCK("bx-lock", '\ueaab'), LOCK_ALT("bx-lock-alt", '\ueaac'), LOCK_OPEN("bx-lock-open", '\ueaad'), LOCK_OPEN_ALT("bx-lock-open-alt", '\ueaae'), LOG_IN("bx-log-in", '\ueaaf'), LOG_IN_CIRCLE("bx-log-in-circle", '\ueab0'), LOG_OUT("bx-log-out", '\ueab1'), LOG_OUT_CIRCLE("bx-log-out-circle", '\ueab2'), LOW_VISION("bx-low-vision", '\ueab3'), MAGNET("bx-magnet", '\ueab4'), MAIL_SEND("bx-mail-send", '\ueab5'), MALE("bx-male", '\ueab6'), MALE_SIGN("bx-male-sign", '\ueab7'), MAP("bx-map", '\ueab8'), MAP_ALT("bx-map-alt", '\ueab9'), MAP_PIN("bx-map-pin", '\ueaba'), MASK("bx-mask", '\ueabb'), MEDAL("bx-medal", '\ueabc'), MEH("bx-meh", '\ueabd'), MEH_ALT("bx-meh-alt", '\ueabe'), MEH_BLANK("bx-meh-blank", '\ueabf'), MEMORY_CARD("bx-memory-card", '\ueac0'), MENU("bx-menu", '\ueac1'), MENU_ALT_LEFT("bx-menu-alt-left", '\ueac2'), MENU_ALT_RIGHT("bx-menu-alt-right", '\ueac3'), MERGE("bx-merge", '\ueac4'), MESSAGE("bx-message", '\ueac5'), MESSAGE_ADD("bx-message-add", '\ueac6'), MESSAGE_ALT("bx-message-alt", '\ueac7'), MESSAGE_ALT_ADD("bx-message-alt-add", '\ueac8'), MESSAGE_ALT_CHECK("bx-message-alt-check", '\ueac9'), MESSAGE_ALT_DETAIL("bx-message-alt-detail", '\ueaca'), MESSAGE_ALT_DOTS("bx-message-alt-dots", '\ueacb'), MESSAGE_ALT_EDIT("bx-message-alt-edit", '\ueacc'), MESSAGE_ALT_ERROR("bx-message-alt-error", '\ueacd'), MESSAGE_ALT_MINUS("bx-message-alt-minus", '\ueace'), MESSAGE_ALT_X("bx-message-alt-x", '\ueacf'), MESSAGE_CHECK("bx-message-check", '\uead0'), MESSAGE_DETAIL("bx-message-detail", '\uead1'), MESSAGE_DOTS("bx-message-dots", '\uead2'), MESSAGE_EDIT("bx-message-edit", '\uead3'), MESSAGE_ERROR("bx-message-error", '\uead4'), MESSAGE_MINUS("bx-message-minus", '\uead5'), MESSAGE_ROUNDED("bx-message-rounded", '\uead6'), MESSAGE_ROUNDED_ADD("bx-message-rounded-add", '\uead7'), MESSAGE_ROUNDED_CHECK("bx-message-rounded-check", '\uead8'), MESSAGE_ROUNDED_DETAIL("bx-message-rounded-detail", '\uead9'), MESSAGE_ROUNDED_DOTS("bx-message-rounded-dots", '\ueada'), MESSAGE_ROUNDED_EDIT("bx-message-rounded-edit", '\ueadb'), MESSAGE_ROUNDED_ERROR("bx-message-rounded-error", '\ueadc'), MESSAGE_ROUNDED_MINUS("bx-message-rounded-minus", '\ueadd'), MESSAGE_ROUNDED_X("bx-message-rounded-x", '\ueade'), MESSAGE_SQUARE("bx-message-square", '\ueadf'), MESSAGE_SQUARE_ADD("bx-message-square-add", '\ueae0'), MESSAGE_SQUARE_CHECK("bx-message-square-check", '\ueae1'), MESSAGE_SQUARE_DETAIL("bx-message-square-detail", '\ueae2'), MESSAGE_SQUARE_DOTS("bx-message-square-dots", '\ueae3'), MESSAGE_SQUARE_EDIT("bx-message-square-edit", '\ueae4'), MESSAGE_SQUARE_ERROR("bx-message-square-error", '\ueae5'), MESSAGE_SQUARE_MINUS("bx-message-square-minus", '\ueae6'), MESSAGE_SQUARE_X("bx-message-square-x", '\ueae7'), MESSAGE_X("bx-message-x", '\ueae8'), METEOR("bx-meteor", '\ueae9'), MICROCHIP("bx-microchip", '\ueaea'), MICROPHONE("bx-microphone", '\ueaeb'), MICROPHONE_OFF("bx-microphone-off", '\ueaec'), MINUS("bx-minus", '\ueaed'), MINUS_BACK("bx-minus-back", '\ueaee'), MINUS_CIRCLE("bx-minus-circle", '\ueaef'), MINUS_FRONT("bx-minus-front", '\ueaf0'), MOBILE("bx-mobile", '\ueaf1'), MOBILE_ALT("bx-mobile-alt", '\ueaf2'), MOBILE_LANDSCAPE("bx-mobile-landscape", '\ueaf3'), MOBILE_VIBRATION("bx-mobile-vibration", '\ueaf4'), MONEY("bx-money", '\ueaf5'), MOON("bx-moon", '\ueaf6'), MOUSE("bx-mouse", '\ueaf7'), MOUSE_ALT("bx-mouse-alt", '\ueaf8'), MOVE("bx-move", '\ueaf9'), MOVE_HORIZONTAL("bx-move-horizontal", '\ueafa'), MOVE_VERTICAL("bx-move-vertical", '\ueafb'), MOVIE("bx-movie", '\ueafc'), MOVIE_PLAY("bx-movie-play", '\ueafd'), MUSIC("bx-music", '\ueafe'), NAVIGATION("bx-navigation", '\ueaff'), NETWORK_CHART("bx-network-chart", '\ueb00'), NEWS("bx-news", '\ueb01'), NOTE("bx-note", '\ueb03'), NOTEPAD("bx-notepad", '\ueb04'), NOTIFICATION("bx-notification", '\ueb05'), NOTIFICATION_OFF("bx-notification-off", '\ueb06'), NO_ENTRY("bx-no-entry", '\ueb02'), OUTLINE("bx-outline", '\ueb07'), PACKAGE("bx-package", '\ueb08'), PAINT("bx-paint", '\ueb09'), PAINT_ROLL("bx-paint-roll", '\ueb0a'), PALETTE("bx-palette", '\ueb0b'), PAPERCLIP("bx-paperclip", '\ueb0c'), PAPER_PLANE("bx-paper-plane", '\ueb0d'), PARAGRAPH("bx-paragraph", '\ueb0e'), PASTE("bx-paste", '\ueb0f'), PAUSE("bx-pause", '\ueb10'), PAUSE_CIRCLE("bx-pause-circle", '\ueb11'), PEN("bx-pen", '\ueb12'), PENCIL("bx-pencil", '\ueb13'), PHONE("bx-phone", '\ueb14'), PHONE_CALL("bx-phone-call", '\ueb15'), PHONE_INCOMING("bx-phone-incoming", '\ueb16'), PHONE_OUTGOING("bx-phone-outgoing", '\ueb17'), PHOTO_ALBUM("bx-photo-album", '\ueb18'), PIE_CHART("bx-pie-chart", '\ueb19'), PIE_CHART_ALT("bx-pie-chart-alt", '\ueb1a'), PIE_CHART_ALT_2("bx-pie-chart-alt-2", '\ueb1b'), PIN("bx-pin", '\ueb1c'), PLANET("bx-planet", '\ueb1d'), PLAY("bx-play", '\ueb1e'), PLAY_CIRCLE("bx-play-circle", '\ueb1f'), PLUG("bx-plug", '\ueb20'), PLUS("bx-plus", '\ueb21'), PLUS_CIRCLE("bx-plus-circle", '\ueb22'), PLUS_MEDICAL("bx-plus-medical", '\ueb23'), POINTER("bx-pointer", '\ueb24'), POLL("bx-poll", '\ueb25'), POLYGON("bx-polygon", '\ueb26'), POUND("bx-pound", '\ueb27'), POWER_OFF("bx-power-off", '\ueb28'), PRINTER("bx-printer", '\ueb29'), PULSE("bx-pulse", '\ueb2a'), PURCHASE_TAG("bx-purchase-tag", '\ueb2b'), PURCHASE_TAG_ALT("bx-purchase-tag-alt", '\ueb2c'), PYRAMID("bx-pyramid", '\ueb2d'), QUESTION_MARK("bx-question-mark", '\ueb2e'), RADAR("bx-radar", '\ueb2f'), RADIO("bx-radio", '\ueb30'), RADIO_CIRCLE("bx-radio-circle", '\ueb31'), RADIO_CIRCLE_MARKED("bx-radio-circle-marked", '\ueb32'), RECEIPT("bx-receipt", '\ueb33'), RECTANGLE("bx-rectangle", '\ueb34'), RECYCLE("bx-recycle", '\ueb35'), REDO("bx-redo", '\ueb36'), REFRESH("bx-refresh", '\ueb37'), RENAME("bx-rename", '\ueb38'), REPEAT("bx-repeat", '\ueb39'), REPLY("bx-reply", '\ueb3a'), REPLY_ALL("bx-reply-all", '\ueb3b'), REPOST("bx-repost", '\ueb3c'), RESET("bx-reset", '\ueb3d'), RESTAURANT("bx-restaurant", '\ueb3e'), REVISION("bx-revision", '\ueb3f'), REWIND("bx-rewind", '\ueb40'), REWIND_CIRCLE("bx-rewind-circle", '\ueb41'), RIGHT_ARROW("bx-right-arrow", '\ueb42'), RIGHT_ARROW_ALT("bx-right-arrow-alt", '\ueb43'), RIGHT_ARROW_CIRCLE("bx-right-arrow-circle", '\ueb44'), RIGHT_DOWN_ARROW_CIRCLE("bx-right-down-arrow-circle", '\ueb45'), RIGHT_INDENT("bx-right-indent", '\ueb46'), RIGHT_TOP_ARROW_CIRCLE("bx-right-top-arrow-circle", '\ueb47'), ROCKET("bx-rocket", '\ueb48'), ROTATE_LEFT("bx-rotate-left", '\ueb49'), ROTATE_RIGHT("bx-rotate-right", '\ueb4a'), RSS("bx-rss", '\ueb4b'), RUBLE("bx-ruble", '\ueb4c'), RULER("bx-ruler", '\ueb4d'), RUN("bx-run", '\ueb4e'), RUPEE("bx-rupee", '\ueb4f'), SAD("bx-sad", '\ueb50'), SAVE("bx-save", '\ueb51'), SCAN("bx-scan", '\ueb52'), SCREENSHOT("bx-screenshot", '\ueb53'), SEARCH("bx-search", '\ueb54'), SEARCH_ALT("bx-search-alt", '\ueb55'), SEARCH_ALT_2("bx-search-alt-2", '\ueb56'), SELECTION("bx-selection", '\ueb57'), SELECT_MULTIPLE("bx-select-multiple", '\ueb58'), SEND("bx-send", '\ueb59'), SERVER("bx-server", '\ueb5a'), SHAPE_CIRCLE("bx-shape-circle", '\ueb5b'), SHAPE_POLYGON("bx-shape-polygon", '\ueb5c'), SHAPE_SQUARE("bx-shape-square", '\ueb5d'), SHAPE_TRIANGLE("bx-shape-triangle", '\ueb5e'), SHARE("bx-share", '\ueb5f'), SHARE_ALT("bx-share-alt", '\ueb60'), SHEKEL("bx-shekel", '\ueb61'), SHIELD("bx-shield", '\ueb62'), SHIELD_ALT("bx-shield-alt", '\ueb63'), SHIELD_ALT_2("bx-shield-alt-2", '\ueb64'), SHIELD_QUARTER("bx-shield-quarter", '\ueb65'), SHIELD_X("bx-shield-x", '\ueb66'), SHOCKED("bx-shocked", '\ueb67'), SHOPPING_BAG("bx-shopping-bag", '\ueb68'), SHOW("bx-show", '\ueb69'), SHOW_ALT("bx-show-alt", '\ueb6a'), SHUFFLE("bx-shuffle", '\ueb6b'), SIDEBAR("bx-sidebar", '\ueb6c'), SITEMAP("bx-sitemap", '\ueb6d'), SKIP_NEXT("bx-skip-next", '\ueb6e'), SKIP_NEXT_CIRCLE("bx-skip-next-circle", '\ueb6f'), SKIP_PREVIOUS("bx-skip-previous", '\ueb70'), SKIP_PREVIOUS_CIRCLE("bx-skip-previous-circle", '\ueb71'), SLEEPY("bx-sleepy", '\ueb72'), SLIDER("bx-slider", '\ueb73'), SLIDER_ALT("bx-slider-alt", '\ueb74'), SLIDESHOW("bx-slideshow", '\ueb75'), SMILE("bx-smile", '\ueb76'), SORT("bx-sort", '\ueb77'), SORT_ALT_2("bx-sort-alt-2", '\ueb78'), SORT_A_Z("bx-sort-a-z", '\ueb79'), SORT_DOWN("bx-sort-down", '\ueb7a'), SORT_UP("bx-sort-up", '\ueb7b'), SORT_Z_A("bx-sort-z-a", '\ueb7c'), SPA("bx-spa", '\ueb7d'), SPACE_BAR("bx-space-bar", '\ueb7e'), SPRAY_CAN("bx-spray-can", '\ueb7f'), SPREADSHEET("bx-spreadsheet", '\ueb80'), SQUARE("bx-square", '\ueb81'), SQUARE_ROUNDED("bx-square-rounded", '\ueb82'), STAR("bx-star", '\ueb83'), STATION("bx-station", '\ueb84'), STATS("bx-stats", '\ueb85'), STICKER("bx-sticker", '\ueb86'), STOP("bx-stop", '\ueb87'), STOPWATCH("bx-stopwatch", '\ueb89'), STOP_CIRCLE("bx-stop-circle", '\ueb88'), STORE("bx-store", '\ueb8a'), STORE_ALT("bx-store-alt", '\ueb8b'), STREET_VIEW("bx-street-view", '\ueb8c'), STRIKETHROUGH("bx-strikethrough", '\ueb8d'), SUBDIRECTORY_LEFT("bx-subdirectory-left", '\ueb8e'), SUBDIRECTORY_RIGHT("bx-subdirectory-right", '\ueb8f'), SUN("bx-sun", '\ueb90'), SUPPORT("bx-support", '\ueb91'), SWIM("bx-swim", '\ueb92'), SYNC("bx-sync", '\ueb93'), TAB("bx-tab", '\ueb94'), TABLE("bx-table", '\ueb95'), TACHOMETER("bx-tachometer", '\ueb96'), TAG("bx-tag", '\ueb97'), TAG_ALT("bx-tag-alt", '\ueb98'), TARGET_LOCK("bx-target-lock", '\ueb99'), TASK("bx-task", '\ueb9a'), TASK_X("bx-task-x", '\ueb9b'), TAXI("bx-taxi", '\ueb9c'), TENNIS_BALL("bx-tennis-ball", '\ueb9d'), TERMINAL("bx-terminal", '\ueb9e'), TEST_TUBE("bx-test-tube", '\ueb9f'), TEXT("bx-text", '\ueba0'), TIME("bx-time", '\ueba1'), TIMER("bx-timer", '\ueba3'), TIME_FIVE("bx-time-five", '\ueba2'), TIRED("bx-tired", '\ueba4'), TOGGLE_LEFT("bx-toggle-left", '\ueba5'), TOGGLE_RIGHT("bx-toggle-right", '\ueba6'), TONE("bx-tone", '\ueba7'), TRAFFIC_CONE("bx-traffic-cone", '\ueba8'), TRAIN("bx-train", '\ueba9'), TRANSFER("bx-transfer", '\uebaa'), TRANSFER_ALT("bx-transfer-alt", '\uebab'), TRASH("bx-trash", '\uebac'), TRASH_ALT("bx-trash-alt", '\uebad'), TRENDING_DOWN("bx-trending-down", '\uebae'), TRENDING_UP("bx-trending-up", '\uebaf'), TRIM("bx-trim", '\uebb0'), TRIP("bx-trip", '\uebb1'), TROPHY("bx-trophy", '\uebb2'), TV("bx-tv", '\uebb3'), UNDERLINE("bx-underline", '\uebb4'), UNDO("bx-undo", '\uebb5'), UNITE("bx-unite", '\uebb6'), UNLINK("bx-unlink", '\uebb7'), UPLOAD("bx-upload", '\uebbb'), UPSIDE_DOWN("bx-upside-down", '\uebbc'), UPVOTE("bx-upvote", '\uebbd'), UP_ARROW("bx-up-arrow", '\uebb8'), UP_ARROW_ALT("bx-up-arrow-alt", '\uebb9'), UP_ARROW_CIRCLE("bx-up-arrow-circle", '\uebba'), USB("bx-usb", '\uebbe'), USER("bx-user", '\uebbf'), USER_CHECK("bx-user-check", '\uebc0'), USER_CIRCLE("bx-user-circle", '\uebc1'), USER_MINUS("bx-user-minus", '\uebc2'), USER_PIN("bx-user-pin", '\uebc3'), USER_PLUS("bx-user-plus", '\uebc4'), USER_VOICE("bx-user-voice", '\uebc5'), USER_X("bx-user-x", '\uebc6'), VECTOR("bx-vector", '\uebc7'), VERTICAL_CENTER("bx-vertical-center", '\uebc8'), VIAL("bx-vial", '\uebc9'), VIDEO("bx-video", '\uebca'), VIDEO_OFF("bx-video-off", '\uebcb'), VIDEO_PLUS("bx-video-plus", '\uebcc'), VIDEO_RECORDING("bx-video-recording", '\uebcd'), VOICEMAIL("bx-voicemail", '\uebce'), VOLUME("bx-volume", '\uebcf'), VOLUME_FULL("bx-volume-full", '\uebd0'), VOLUME_LOW("bx-volume-low", '\uebd1'), VOLUME_MUTE("bx-volume-mute", '\uebd2'), WALK("bx-walk", '\uebd3'), WALLET("bx-wallet", '\uebd4'), WALLET_ALT("bx-wallet-alt", '\uebd5'), WATER("bx-water", '\uebd6'), WEBCAM("bx-webcam", '\uebd7'), WIFI("bx-wifi", '\uebd8'), WIFI_0("bx-wifi-0", '\uebd9'), WIFI_1("bx-wifi-1", '\uebda'), WIFI_2("bx-wifi-2", '\uebdb'), WIFI_OFF("bx-wifi-off", '\uebdc'), WIND("bx-wind", '\uebdd'), WINDOW("bx-window", '\uebde'), WINDOWS("bx-windows", '\uebe2'), WINDOW_ALT("bx-window-alt", '\uebdf'), WINDOW_CLOSE("bx-window-close", '\uebe0'), WINDOW_OPEN("bx-window-open", '\uebe1'), WINE("bx-wine", '\uebe3'), WINK_SMILE("bx-wink-smile", '\uebe4'), WINK_TONGUE("bx-wink-tongue", '\uebe5'), WON("bx-won", '\uebe6'), WORLD("bx-world", '\uebe7'), WRENCH("bx-wrench", '\uebe8'), X("bx-x", '\uebe9'), X_CIRCLE("bx-x-circle", '\uebea'), YEN("bx-yen", '\uebeb'), ZOOM_IN("bx-zoom-in", '\uebec'), ZOOM_OUT("bx-zoom-out", '\uebed'); public static BoxiconsRegular findByDescription(String description) { for (BoxiconsRegular font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BoxiconsRegular(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsRegularIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BoxiconsRegularIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/boxicons/2.0.7/fonts/boxicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bx-"); } @Override public Ikon resolve(String description) { return BoxiconsRegular.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "boxicons"; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsRegularIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(org.kordamp.ikonli.IkonProvider.class) public class BoxiconsRegularIkonProvider implements org.kordamp.ikonli.IkonProvider { @Override public Class getIkon() { return BoxiconsRegular.class; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsSolid.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum BoxiconsSolid implements Ikon { ADD_TO_QUEUE("bxs-add-to-queue", '\uebee'), ADJUST("bxs-adjust", '\uebef'), ADJUST_ALT("bxs-adjust-alt", '\uebf0'), ALARM("bxs-alarm", '\uebf1'), ALARM_ADD("bxs-alarm-add", '\uebf2'), ALARM_EXCLAMATION("bxs-alarm-exclamation", '\uebf3'), ALARM_OFF("bxs-alarm-off", '\uebf4'), ALARM_SNOOZE("bxs-alarm-snooze", '\uebf5'), ALBUM("bxs-album", '\uebf6'), AMBULANCE("bxs-ambulance", '\uebf7'), ANALYSE("bxs-analyse", '\uebf8'), ANGRY("bxs-angry", '\uebf9'), ARCH("bxs-arch", '\uebfa'), ARCHIVE("bxs-archive", '\uebfb'), ARCHIVE_IN("bxs-archive-in", '\uebfc'), ARCHIVE_OUT("bxs-archive-out", '\uebfd'), AREA("bxs-area", '\uebfe'), ARROW_FROM_BOTTOM("bxs-arrow-from-bottom", '\uebff'), ARROW_FROM_LEFT("bxs-arrow-from-left", '\uec00'), ARROW_FROM_RIGHT("bxs-arrow-from-right", '\uec01'), ARROW_FROM_TOP("bxs-arrow-from-top", '\uec02'), ARROW_TO_BOTTOM("bxs-arrow-to-bottom", '\uec03'), ARROW_TO_LEFT("bxs-arrow-to-left", '\uec04'), ARROW_TO_RIGHT("bxs-arrow-to-right", '\uec05'), ARROW_TO_TOP("bxs-arrow-to-top", '\uec06'), AWARD("bxs-award", '\uec07'), BABY_CARRIAGE("bxs-baby-carriage", '\uec08'), BACKPACK("bxs-backpack", '\uec09'), BADGE("bxs-badge", '\uec0a'), BADGE_CHECK("bxs-badge-check", '\uec0b'), BADGE_DOLLAR("bxs-badge-dollar", '\uec0c'), BALL("bxs-ball", '\uec0d'), BAND_AID("bxs-band-aid", '\uec0e'), BANK("bxs-bank", '\uec0f'), BARCODE("bxs-barcode", '\uec12'), BAR_CHART_ALT_2("bxs-bar-chart-alt-2", '\uec10'), BAR_CHART_SQUARE("bxs-bar-chart-square", '\uec11'), BASEBALL("bxs-baseball", '\uec13'), BASKET("bxs-basket", '\uec14'), BASKETBALL("bxs-basketball", '\uec15'), BATH("bxs-bath", '\uec16'), BATTERY("bxs-battery", '\uec17'), BATTERY_CHARGING("bxs-battery-charging", '\uec18'), BATTERY_FULL("bxs-battery-full", '\uec19'), BATTERY_LOW("bxs-battery-low", '\uec1a'), BED("bxs-bed", '\uec1b'), BEEN_HERE("bxs-been-here", '\uec1c'), BEER("bxs-beer", '\uec1d'), BELL("bxs-bell", '\uec1e'), BELL_MINUS("bxs-bell-minus", '\uec1f'), BELL_OFF("bxs-bell-off", '\uec20'), BELL_PLUS("bxs-bell-plus", '\uec21'), BELL_RING("bxs-bell-ring", '\uec22'), BIBLE("bxs-bible", '\uec23'), BINOCULARS("bxs-binoculars", '\uec24'), BLANKET("bxs-blanket", '\uec25'), BOLT("bxs-bolt", '\uec26'), BOLT_CIRCLE("bxs-bolt-circle", '\uec27'), BOMB("bxs-bomb", '\uec28'), BONE("bxs-bone", '\uec29'), BONG("bxs-bong", '\uec2a'), BOOK("bxs-book", '\uec2b'), BOOKMARK("bxs-bookmark", '\uec31'), BOOKMARKS("bxs-bookmarks", '\uec38'), BOOKMARK_ALT("bxs-bookmark-alt", '\uec32'), BOOKMARK_ALT_MINUS("bxs-bookmark-alt-minus", '\uec33'), BOOKMARK_ALT_PLUS("bxs-bookmark-alt-plus", '\uec34'), BOOKMARK_HEART("bxs-bookmark-heart", '\uec35'), BOOKMARK_MINUS("bxs-bookmark-minus", '\uec36'), BOOKMARK_PLUS("bxs-bookmark-plus", '\uec37'), BOOKMARK_STAR("bxs-bookmark-star", '\uec39'), BOOK_ADD("bxs-book-add", '\uec2c'), BOOK_ALT("bxs-book-alt", '\uec2d'), BOOK_BOOKMARK("bxs-book-bookmark", '\uec2e'), BOOK_CONTENT("bxs-book-content", '\uec2f'), BOOK_HEART("bxs-book-heart", '\uec30'), BOOK_OPEN("bxs-book-open", '\uec3a'), BOOK_READER("bxs-book-reader", '\uec3b'), BOT("bxs-bot", '\uec3c'), BOWLING_BALL("bxs-bowling-ball", '\uec3d'), BOX("bxs-box", '\uec3e'), BRAIN("bxs-brain", '\uec3f'), BRIEFCASE("bxs-briefcase", '\uec40'), BRIEFCASE_ALT("bxs-briefcase-alt", '\uec41'), BRIEFCASE_ALT_2("bxs-briefcase-alt-2", '\uec42'), BRIGHTNESS("bxs-brightness", '\uec43'), BRIGHTNESS_HALF("bxs-brightness-half", '\uec44'), BRUSH("bxs-brush", '\uec45'), BRUSH_ALT("bxs-brush-alt", '\uec46'), BUG("bxs-bug", '\uec47'), BUG_ALT("bxs-bug-alt", '\uec48'), BUILDING("bxs-building", '\uec49'), BUILDINGS("bxs-buildings", '\uec4b'), BUILDING_HOUSE("bxs-building-house", '\uec4a'), BULB("bxs-bulb", '\uec4c'), BULLSEYE("bxs-bullseye", '\uec4d'), BUOY("bxs-buoy", '\uec4e'), BUS("bxs-bus", '\uec4f'), BUSINESS("bxs-business", '\uec50'), BUS_SCHOOL("bxs-bus-school", '\uec51'), CABINET("bxs-cabinet", '\uec52'), CAKE("bxs-cake", '\uec53'), CALCULATOR("bxs-calculator", '\uec54'), CALENDAR("bxs-calendar", '\uec55'), CALENDAR_ALT("bxs-calendar-alt", '\uec56'), CALENDAR_CHECK("bxs-calendar-check", '\uec57'), CALENDAR_EDIT("bxs-calendar-edit", '\uec58'), CALENDAR_EVENT("bxs-calendar-event", '\uec59'), CALENDAR_EXCLAMATION("bxs-calendar-exclamation", '\uec5a'), CALENDAR_HEART("bxs-calendar-heart", '\uec5b'), CALENDAR_MINUS("bxs-calendar-minus", '\uec5c'), CALENDAR_PLUS("bxs-calendar-plus", '\uec5d'), CALENDAR_STAR("bxs-calendar-star", '\uec5e'), CALENDAR_WEEK("bxs-calendar-week", '\uec5f'), CALENDAR_X("bxs-calendar-x", '\uec60'), CAMERA("bxs-camera", '\uec61'), CAMERA_HOME("bxs-camera-home", '\uec62'), CAMERA_MOVIE("bxs-camera-movie", '\uec63'), CAMERA_OFF("bxs-camera-off", '\uec64'), CAMERA_PLUS("bxs-camera-plus", '\uec65'), CAPSULE("bxs-capsule", '\uec66'), CAPTIONS("bxs-captions", '\uec67'), CAR("bxs-car", '\uec68'), CARD("bxs-card", '\uec6b'), CARET_DOWN_CIRCLE("bxs-caret-down-circle", '\uec6c'), CARET_DOWN_SQUARE("bxs-caret-down-square", '\uec6d'), CARET_LEFT_CIRCLE("bxs-caret-left-circle", '\uec6e'), CARET_LEFT_SQUARE("bxs-caret-left-square", '\uec6f'), CARET_RIGHT_CIRCLE("bxs-caret-right-circle", '\uec70'), CARET_RIGHT_SQUARE("bxs-caret-right-square", '\uec71'), CARET_UP_CIRCLE("bxs-caret-up-circle", '\uec72'), CARET_UP_SQUARE("bxs-caret-up-square", '\uec73'), CAROUSEL("bxs-carousel", '\uec76'), CART("bxs-cart", '\uec77'), CART_ADD("bxs-cart-add", '\uec78'), CART_ALT("bxs-cart-alt", '\uec79'), CART_DOWNLOAD("bxs-cart-download", '\uec7a'), CAR_BATTERY("bxs-car-battery", '\uec69'), CAR_CRASH("bxs-car-crash", '\uec6a'), CAR_GARAGE("bxs-car-garage", '\uec74'), CAR_MECHANIC("bxs-car-mechanic", '\uec75'), CAR_WASH("bxs-car-wash", '\uec7b'), CATEGORY("bxs-category", '\uec7c'), CATEGORY_ALT("bxs-category-alt", '\uec7d'), CCTV("bxs-cctv", '\uec7e'), CERTIFICATION("bxs-certification", '\uec7f'), CHALKBOARD("bxs-chalkboard", '\uec80'), CHART("bxs-chart", '\uec81'), CHAT("bxs-chat", '\uec82'), CHECKBOX("bxs-checkbox", '\uec83'), CHECKBOX_CHECKED("bxs-checkbox-checked", '\uec84'), CHECK_CIRCLE("bxs-check-circle", '\uec85'), CHECK_SHIELD("bxs-check-shield", '\uec86'), CHECK_SQUARE("bxs-check-square", '\uec87'), CHESS("bxs-chess", '\uec88'), CHEVRONS_DOWN("bxs-chevrons-down", '\uec92'), CHEVRONS_LEFT("bxs-chevrons-left", '\uec93'), CHEVRONS_RIGHT("bxs-chevrons-right", '\uec94'), CHEVRONS_UP("bxs-chevrons-up", '\uec95'), CHEVRON_DOWN("bxs-chevron-down", '\uec89'), CHEVRON_DOWN_CIRCLE("bxs-chevron-down-circle", '\uec8a'), CHEVRON_DOWN_SQUARE("bxs-chevron-down-square", '\uec8b'), CHEVRON_LEFT("bxs-chevron-left", '\uec8c'), CHEVRON_LEFT_CIRCLE("bxs-chevron-left-circle", '\uec8d'), CHEVRON_LEFT_SQUARE("bxs-chevron-left-square", '\uec8e'), CHEVRON_RIGHT("bxs-chevron-right", '\uec8f'), CHEVRON_RIGHT_CIRCLE("bxs-chevron-right-circle", '\uec90'), CHEVRON_RIGHT_SQUARE("bxs-chevron-right-square", '\uec91'), CHEVRON_UP("bxs-chevron-up", '\uec96'), CHEVRON_UP_CIRCLE("bxs-chevron-up-circle", '\uec97'), CHEVRON_UP_SQUARE("bxs-chevron-up-square", '\uec98'), CHIP("bxs-chip", '\uec99'), CHURCH("bxs-church", '\uec9a'), CIRCLE("bxs-circle", '\uec9b'), CITY("bxs-city", '\uec9c'), CLINIC("bxs-clinic", '\uec9d'), CLOUD("bxs-cloud", '\uec9e'), CLOUD_DOWNLOAD("bxs-cloud-download", '\uec9f'), CLOUD_LIGHTNING("bxs-cloud-lightning", '\ueca0'), CLOUD_RAIN("bxs-cloud-rain", '\ueca1'), CLOUD_UPLOAD("bxs-cloud-upload", '\ueca2'), COFFEE("bxs-coffee", '\ueca3'), COFFEE_ALT("bxs-coffee-alt", '\ueca4'), COFFEE_TOGO("bxs-coffee-togo", '\ueca5'), COG("bxs-cog", '\ueca6'), COIN("bxs-coin", '\ueca7'), COIN_STACK("bxs-coin-stack", '\ueca8'), COLLECTION("bxs-collection", '\ueca9'), COLOR_FILL("bxs-color-fill", '\uecaa'), COMMENT("bxs-comment", '\uecab'), COMMENT_ADD("bxs-comment-add", '\uecac'), COMMENT_CHECK("bxs-comment-check", '\uecad'), COMMENT_DETAIL("bxs-comment-detail", '\uecae'), COMMENT_DOTS("bxs-comment-dots", '\uecaf'), COMMENT_EDIT("bxs-comment-edit", '\uecb0'), COMMENT_ERROR("bxs-comment-error", '\uecb1'), COMMENT_MINUS("bxs-comment-minus", '\uecb2'), COMMENT_X("bxs-comment-x", '\uecb3'), COMPASS("bxs-compass", '\uecb4'), COMPONENT("bxs-component", '\uecb5'), CONFUSED("bxs-confused", '\uecb6'), CONTACT("bxs-contact", '\uecb7'), CONVERSATION("bxs-conversation", '\uecb8'), COOKIE("bxs-cookie", '\uecb9'), COOL("bxs-cool", '\uecba'), COPY("bxs-copy", '\uecbb'), COPYRIGHT("bxs-copyright", '\uecbd'), COPY_ALT("bxs-copy-alt", '\uecbc'), COUPON("bxs-coupon", '\uecbe'), CREDIT_CARD("bxs-credit-card", '\uecbf'), CREDIT_CARD_ALT("bxs-credit-card-alt", '\uecc0'), CREDIT_CARD_FRONT("bxs-credit-card-front", '\uecc1'), CROP("bxs-crop", '\uecc2'), CROWN("bxs-crown", '\uecc3'), CUBE("bxs-cube", '\uecc4'), CUBE_ALT("bxs-cube-alt", '\uecc5'), CUBOID("bxs-cuboid", '\uecc6'), CUSTOMIZE("bxs-customize", '\uecc7'), CYLINDER("bxs-cylinder", '\uecc8'), DASHBOARD("bxs-dashboard", '\uecc9'), DATA("bxs-data", '\uecca'), DETAIL("bxs-detail", '\ueccb'), DEVICES("bxs-devices", '\ueccc'), DIAMOND("bxs-diamond", '\ueccd'), DICE_1("bxs-dice-1", '\uecce'), DICE_2("bxs-dice-2", '\ueccf'), DICE_3("bxs-dice-3", '\uecd0'), DICE_4("bxs-dice-4", '\uecd1'), DICE_5("bxs-dice-5", '\uecd2'), DICE_6("bxs-dice-6", '\uecd3'), DIRECTIONS("bxs-directions", '\uecd6'), DIRECTION_LEFT("bxs-direction-left", '\uecd4'), DIRECTION_RIGHT("bxs-direction-right", '\uecd5'), DISC("bxs-disc", '\uecd7'), DISCOUNT("bxs-discount", '\uecd8'), DISH("bxs-dish", '\uecd9'), DISLIKE("bxs-dislike", '\uecda'), DIZZY("bxs-dizzy", '\uecdb'), DOCK_BOTTOM("bxs-dock-bottom", '\uecdc'), DOCK_LEFT("bxs-dock-left", '\uecdd'), DOCK_RIGHT("bxs-dock-right", '\uecde'), DOCK_TOP("bxs-dock-top", '\uecdf'), DOLLAR_CIRCLE("bxs-dollar-circle", '\uece0'), DONATE_BLOOD("bxs-donate-blood", '\uece1'), DONATE_HEART("bxs-donate-heart", '\uece2'), DOOR_OPEN("bxs-door-open", '\uece3'), DOUGHNUT_CHART("bxs-doughnut-chart", '\uece4'), DOWNLOAD("bxs-download", '\uece9'), DOWNVOTE("bxs-downvote", '\uecea'), DOWN_ARROW("bxs-down-arrow", '\uece5'), DOWN_ARROW_ALT("bxs-down-arrow-alt", '\uece6'), DOWN_ARROW_CIRCLE("bxs-down-arrow-circle", '\uece7'), DOWN_ARROW_SQUARE("bxs-down-arrow-square", '\uece8'), DRINK("bxs-drink", '\ueceb'), DROPLET("bxs-droplet", '\uecec'), DROPLET_HALF("bxs-droplet-half", '\ueced'), DRYER("bxs-dryer", '\uecee'), DUPLICATE("bxs-duplicate", '\uecef'), EDIT("bxs-edit", '\uecf0'), EDIT_ALT("bxs-edit-alt", '\uecf1'), EDIT_LOCATION("bxs-edit-location", '\uecf2'), EJECT("bxs-eject", '\uecf3'), ENVELOPE("bxs-envelope", '\uecf4'), ENVELOPE_OPEN("bxs-envelope-open", '\uecf5'), ERASER("bxs-eraser", '\uecf6'), ERROR("bxs-error", '\uecf7'), ERROR_ALT("bxs-error-alt", '\uecf8'), ERROR_CIRCLE("bxs-error-circle", '\uecf9'), EV_STATION("bxs-ev-station", '\uecfa'), EXIT("bxs-exit", '\uecfb'), EXTENSION("bxs-extension", '\uecfc'), EYEDROPPER("bxs-eyedropper", '\uecfd'), FACE("bxs-face", '\uecfe'), FACE_MASK("bxs-face-mask", '\uecff'), FACTORY("bxs-factory", '\ued00'), FAST_FORWARD_CIRCLE("bxs-fast-forward-circle", '\ued01'), FILE("bxs-file", '\ued02'), FILE_ARCHIVE("bxs-file-archive", '\ued03'), FILE_BLANK("bxs-file-blank", '\ued04'), FILE_CSS("bxs-file-css", '\ued05'), FILE_DOC("bxs-file-doc", '\ued06'), FILE_EXPORT("bxs-file-export", '\ued07'), FILE_FIND("bxs-file-find", '\ued08'), FILE_GIF("bxs-file-gif", '\ued09'), FILE_HTML("bxs-file-html", '\ued0a'), FILE_IMAGE("bxs-file-image", '\ued0b'), FILE_IMPORT("bxs-file-import", '\ued0c'), FILE_JPG("bxs-file-jpg", '\ued0d'), FILE_JS("bxs-file-js", '\ued0e'), FILE_JSON("bxs-file-json", '\ued0f'), FILE_MD("bxs-file-md", '\ued10'), FILE_PDF("bxs-file-pdf", '\ued11'), FILE_PLUS("bxs-file-plus", '\ued12'), FILE_PNG("bxs-file-png", '\ued13'), FILE_TXT("bxs-file-txt", '\ued14'), FILM("bxs-film", '\ued15'), FILTER_ALT("bxs-filter-alt", '\ued16'), FIRST_AID("bxs-first-aid", '\ued17'), FLAG("bxs-flag", '\ued18'), FLAG_ALT("bxs-flag-alt", '\ued19'), FLAG_CHECKERED("bxs-flag-checkered", '\ued1a'), FLAME("bxs-flame", '\ued1b'), FLASK("bxs-flask", '\ued1c'), FLORIST("bxs-florist", '\ued1d'), FOLDER("bxs-folder", '\ued1e'), FOLDER_MINUS("bxs-folder-minus", '\ued1f'), FOLDER_OPEN("bxs-folder-open", '\ued20'), FOLDER_PLUS("bxs-folder-plus", '\ued21'), FOOD_MENU("bxs-food-menu", '\ued22'), FRIDGE("bxs-fridge", '\ued23'), GAME("bxs-game", '\ued24'), GAS_PUMP("bxs-gas-pump", '\ued25'), GHOST("bxs-ghost", '\ued26'), GIFT("bxs-gift", '\ued27'), GRADUATION("bxs-graduation", '\ued28'), GRID("bxs-grid", '\ued29'), GRID_ALT("bxs-grid-alt", '\ued2a'), GROUP("bxs-group", '\ued2b'), GUITAR_AMP("bxs-guitar-amp", '\ued2c'), HAND_DOWN("bxs-hand-down", '\ued2d'), HAND_LEFT("bxs-hand-left", '\ued2e'), HAND_RIGHT("bxs-hand-right", '\ued2f'), HAND_UP("bxs-hand-up", '\ued30'), HAPPY("bxs-happy", '\ued31'), HAPPY_ALT("bxs-happy-alt", '\ued32'), HAPPY_BEAMING("bxs-happy-beaming", '\ued33'), HAPPY_HEART_EYES("bxs-happy-heart-eyes", '\ued34'), HDD("bxs-hdd", '\ued35'), HEART("bxs-heart", '\ued36'), HEART_CIRCLE("bxs-heart-circle", '\ued37'), HEART_SQUARE("bxs-heart-square", '\ued38'), HELP_CIRCLE("bxs-help-circle", '\ued39'), HIDE("bxs-hide", '\ued3a'), HOME("bxs-home", '\ued3b'), HOME_CIRCLE("bxs-home-circle", '\ued3c'), HOME_HEART("bxs-home-heart", '\ued3d'), HOME_SMILE("bxs-home-smile", '\ued3e'), HOT("bxs-hot", '\ued3f'), HOTEL("bxs-hotel", '\ued40'), HOURGLASS("bxs-hourglass", '\ued41'), HOURGLASS_BOTTOM("bxs-hourglass-bottom", '\ued42'), HOURGLASS_TOP("bxs-hourglass-top", '\ued43'), ID_CARD("bxs-id-card", '\ued44'), IMAGE("bxs-image", '\ued45'), IMAGE_ADD("bxs-image-add", '\ued46'), IMAGE_ALT("bxs-image-alt", '\ued47'), INBOX("bxs-inbox", '\ued48'), INFO_CIRCLE("bxs-info-circle", '\ued49'), INFO_SQUARE("bxs-info-square", '\ued4a'), INSTITUTION("bxs-institution", '\ued4b'), JOYSTICK("bxs-joystick", '\ued4c'), JOYSTICK_ALT("bxs-joystick-alt", '\ued4d'), JOYSTICK_BUTTON("bxs-joystick-button", '\ued4e'), KEY("bxs-key", '\ued4f'), KEYBOARD("bxs-keyboard", '\ued50'), LABEL("bxs-label", '\ued51'), LANDMARK("bxs-landmark", '\ued52'), LANDSCAPE("bxs-landscape", '\ued53'), LAUGH("bxs-laugh", '\ued54'), LAYER("bxs-layer", '\ued55'), LAYER_MINUS("bxs-layer-minus", '\ued56'), LAYER_PLUS("bxs-layer-plus", '\ued57'), LAYOUT("bxs-layout", '\ued58'), LEFT_ARROW("bxs-left-arrow", '\ued59'), LEFT_ARROW_ALT("bxs-left-arrow-alt", '\ued5a'), LEFT_ARROW_CIRCLE("bxs-left-arrow-circle", '\ued5b'), LEFT_ARROW_SQUARE("bxs-left-arrow-square", '\ued5c'), LEFT_DOWN_ARROW_CIRCLE("bxs-left-down-arrow-circle", '\ued5d'), LEFT_TOP_ARROW_CIRCLE("bxs-left-top-arrow-circle", '\ued5e'), LIKE("bxs-like", '\ued5f'), LOCATION_PLUS("bxs-location-plus", '\ued60'), LOCK("bxs-lock", '\ued61'), LOCK_ALT("bxs-lock-alt", '\ued62'), LOCK_OPEN("bxs-lock-open", '\ued63'), LOCK_OPEN_ALT("bxs-lock-open-alt", '\ued64'), LOG_IN("bxs-log-in", '\ued65'), LOG_IN_CIRCLE("bxs-log-in-circle", '\ued66'), LOG_OUT("bxs-log-out", '\ued67'), LOG_OUT_CIRCLE("bxs-log-out-circle", '\ued68'), LOW_VISION("bxs-low-vision", '\ued69'), MAGIC_WAND("bxs-magic-wand", '\ued6a'), MAGNET("bxs-magnet", '\ued6b'), MAP("bxs-map", '\ued6c'), MAP_ALT("bxs-map-alt", '\ued6d'), MAP_PIN("bxs-map-pin", '\ued6e'), MASK("bxs-mask", '\ued6f'), MEDAL("bxs-medal", '\ued70'), MEGAPHONE("bxs-megaphone", '\ued71'), MEH("bxs-meh", '\ued72'), MEH_ALT("bxs-meh-alt", '\ued73'), MEH_BLANK("bxs-meh-blank", '\ued74'), MEMORY_CARD("bxs-memory-card", '\ued75'), MESSAGE("bxs-message", '\ued76'), MESSAGE_ADD("bxs-message-add", '\ued77'), MESSAGE_ALT("bxs-message-alt", '\ued78'), MESSAGE_ALT_ADD("bxs-message-alt-add", '\ued79'), MESSAGE_ALT_CHECK("bxs-message-alt-check", '\ued7a'), MESSAGE_ALT_DETAIL("bxs-message-alt-detail", '\ued7b'), MESSAGE_ALT_DOTS("bxs-message-alt-dots", '\ued7c'), MESSAGE_ALT_EDIT("bxs-message-alt-edit", '\ued7d'), MESSAGE_ALT_ERROR("bxs-message-alt-error", '\ued7e'), MESSAGE_ALT_MINUS("bxs-message-alt-minus", '\ued7f'), MESSAGE_ALT_X("bxs-message-alt-x", '\ued80'), MESSAGE_CHECK("bxs-message-check", '\ued81'), MESSAGE_DETAIL("bxs-message-detail", '\ued82'), MESSAGE_DOTS("bxs-message-dots", '\ued83'), MESSAGE_EDIT("bxs-message-edit", '\ued84'), MESSAGE_ERROR("bxs-message-error", '\ued85'), MESSAGE_MINUS("bxs-message-minus", '\ued86'), MESSAGE_ROUNDED("bxs-message-rounded", '\ued87'), MESSAGE_ROUNDED_ADD("bxs-message-rounded-add", '\ued88'), MESSAGE_ROUNDED_CHECK("bxs-message-rounded-check", '\ued89'), MESSAGE_ROUNDED_DETAIL("bxs-message-rounded-detail", '\ued8a'), MESSAGE_ROUNDED_DOTS("bxs-message-rounded-dots", '\ued8b'), MESSAGE_ROUNDED_EDIT("bxs-message-rounded-edit", '\ued8c'), MESSAGE_ROUNDED_ERROR("bxs-message-rounded-error", '\ued8d'), MESSAGE_ROUNDED_MINUS("bxs-message-rounded-minus", '\ued8e'), MESSAGE_ROUNDED_X("bxs-message-rounded-x", '\ued8f'), MESSAGE_SQUARE("bxs-message-square", '\ued90'), MESSAGE_SQUARE_ADD("bxs-message-square-add", '\ued91'), MESSAGE_SQUARE_CHECK("bxs-message-square-check", '\ued92'), MESSAGE_SQUARE_DETAIL("bxs-message-square-detail", '\ued93'), MESSAGE_SQUARE_DOTS("bxs-message-square-dots", '\ued94'), MESSAGE_SQUARE_EDIT("bxs-message-square-edit", '\ued95'), MESSAGE_SQUARE_ERROR("bxs-message-square-error", '\ued96'), MESSAGE_SQUARE_MINUS("bxs-message-square-minus", '\ued97'), MESSAGE_SQUARE_X("bxs-message-square-x", '\ued98'), MESSAGE_X("bxs-message-x", '\ued99'), METEOR("bxs-meteor", '\ued9a'), MICROCHIP("bxs-microchip", '\ued9b'), MICROPHONE("bxs-microphone", '\ued9c'), MICROPHONE_ALT("bxs-microphone-alt", '\ued9d'), MICROPHONE_OFF("bxs-microphone-off", '\ued9e'), MINUS_CIRCLE("bxs-minus-circle", '\ued9f'), MINUS_SQUARE("bxs-minus-square", '\ueda0'), MOBILE("bxs-mobile", '\ueda1'), MOBILE_VIBRATION("bxs-mobile-vibration", '\ueda2'), MOON("bxs-moon", '\ueda3'), MOUSE("bxs-mouse", '\ueda4'), MOUSE_ALT("bxs-mouse-alt", '\ueda5'), MOVIE("bxs-movie", '\ueda6'), MOVIE_PLAY("bxs-movie-play", '\ueda7'), MUSIC("bxs-music", '\ueda8'), NAVIGATION("bxs-navigation", '\ueda9'), NETWORK_CHART("bxs-network-chart", '\uedaa'), NEWS("bxs-news", '\uedab'), NOTE("bxs-note", '\uedad'), NOTEPAD("bxs-notepad", '\uedae'), NOTIFICATION("bxs-notification", '\uedaf'), NOTIFICATION_OFF("bxs-notification-off", '\uedb0'), NO_ENTRY("bxs-no-entry", '\uedac'), OFFER("bxs-offer", '\uedb1'), PACKAGE("bxs-package", '\uedb2'), PAINT("bxs-paint", '\uedb3'), PAINT_ROLL("bxs-paint-roll", '\uedb4'), PALETTE("bxs-palette", '\uedb5'), PAPER_PLANE("bxs-paper-plane", '\uedb6'), PARKING("bxs-parking", '\uedb7'), PASTE("bxs-paste", '\uedb8'), PEN("bxs-pen", '\uedb9'), PENCIL("bxs-pencil", '\uedba'), PHONE("bxs-phone", '\uedbb'), PHONE_CALL("bxs-phone-call", '\uedbc'), PHONE_INCOMING("bxs-phone-incoming", '\uedbd'), PHONE_OUTGOING("bxs-phone-outgoing", '\uedbe'), PHOTO_ALBUM("bxs-photo-album", '\uedbf'), PIANO("bxs-piano", '\uedc0'), PIE_CHART("bxs-pie-chart", '\uedc1'), PIE_CHART_ALT("bxs-pie-chart-alt", '\uedc2'), PIE_CHART_ALT_2("bxs-pie-chart-alt-2", '\uedc3'), PIN("bxs-pin", '\uedc4'), PIZZA("bxs-pizza", '\uedc5'), PLANE("bxs-plane", '\uedc6'), PLANET("bxs-planet", '\uedc9'), PLANE_ALT("bxs-plane-alt", '\uedc7'), PLANE_LAND("bxs-plane-land", '\uedc8'), PLANE_TAKE_OFF("bxs-plane-take-off", '\uedca'), PLAYLIST("bxs-playlist", '\uedcb'), PLUG("bxs-plug", '\uedcc'), PLUS_CIRCLE("bxs-plus-circle", '\uedcd'), PLUS_SQUARE("bxs-plus-square", '\uedce'), POINTER("bxs-pointer", '\uedcf'), POLYGON("bxs-polygon", '\uedd0'), PRINTER("bxs-printer", '\uedd1'), PURCHASE_TAG("bxs-purchase-tag", '\uedd2'), PURCHASE_TAG_ALT("bxs-purchase-tag-alt", '\uedd3'), PYRAMID("bxs-pyramid", '\uedd4'), QUOTE_ALT_LEFT("bxs-quote-alt-left", '\uedd5'), QUOTE_ALT_RIGHT("bxs-quote-alt-right", '\uedd6'), QUOTE_LEFT("bxs-quote-left", '\uedd7'), QUOTE_RIGHT("bxs-quote-right", '\uedd8'), QUOTE_SINGLE_LEFT("bxs-quote-single-left", '\uedd9'), QUOTE_SINGLE_RIGHT("bxs-quote-single-right", '\uedda'), RADIATION("bxs-radiation", '\ueddb'), RADIO("bxs-radio", '\ueddc'), RECEIPT("bxs-receipt", '\ueddd'), RECTANGLE("bxs-rectangle", '\uedde'), RENAME("bxs-rename", '\ueddf'), REPORT("bxs-report", '\uede0'), REWIND_CIRCLE("bxs-rewind-circle", '\uede1'), RIGHT_ARROW("bxs-right-arrow", '\uede2'), RIGHT_ARROW_ALT("bxs-right-arrow-alt", '\uede3'), RIGHT_ARROW_CIRCLE("bxs-right-arrow-circle", '\uede4'), RIGHT_ARROW_SQUARE("bxs-right-arrow-square", '\uede5'), RIGHT_DOWN_ARROW_CIRCLE("bxs-right-down-arrow-circle", '\uede6'), RIGHT_TOP_ARROW_CIRCLE("bxs-right-top-arrow-circle", '\uede7'), ROCKET("bxs-rocket", '\uede8'), RULER("bxs-ruler", '\uede9'), SAD("bxs-sad", '\uedea'), SAVE("bxs-save", '\uedeb'), SCHOOL("bxs-school", '\uedec'), SEARCH("bxs-search", '\ueded'), SEARCH_ALT_2("bxs-search-alt-2", '\uedee'), SELECT_MULTIPLE("bxs-select-multiple", '\uedef'), SEND("bxs-send", '\uedf0'), SERVER("bxs-server", '\uedf1'), SHAPES("bxs-shapes", '\uedf2'), SHARE("bxs-share", '\uedf3'), SHARE_ALT("bxs-share-alt", '\uedf4'), SHIELD("bxs-shield", '\uedf5'), SHIELD_ALT_2("bxs-shield-alt-2", '\uedf6'), SHIELD_X("bxs-shield-x", '\uedf7'), SHIP("bxs-ship", '\uedf8'), SHOCKED("bxs-shocked", '\uedf9'), SHOPPING_BAG("bxs-shopping-bag", '\uedfa'), SHOPPING_BAGS("bxs-shopping-bags", '\uedfc'), SHOPPING_BAG_ALT("bxs-shopping-bag-alt", '\uedfb'), SHOW("bxs-show", '\uedfd'), SKIP_NEXT_CIRCLE("bxs-skip-next-circle", '\uedfe'), SKIP_PREVIOUS_CIRCLE("bxs-skip-previous-circle", '\uedff'), SKULL("bxs-skull", '\uee00'), SLEEPY("bxs-sleepy", '\uee01'), SLIDESHOW("bxs-slideshow", '\uee02'), SMILE("bxs-smile", '\uee03'), SORT_ALT("bxs-sort-alt", '\uee04'), SPA("bxs-spa", '\uee05'), SPRAY_CAN("bxs-spray-can", '\uee06'), SPREADSHEET("bxs-spreadsheet", '\uee07'), SQUARE("bxs-square", '\uee08'), SQUARE_ROUNDED("bxs-square-rounded", '\uee09'), STAR("bxs-star", '\uee0a'), STAR_HALF("bxs-star-half", '\uee0b'), STICKER("bxs-sticker", '\uee0c'), STOPWATCH("bxs-stopwatch", '\uee0d'), STORE("bxs-store", '\uee0e'), STORE_ALT("bxs-store-alt", '\uee0f'), SUN("bxs-sun", '\uee10'), TACHOMETER("bxs-tachometer", '\uee11'), TAG("bxs-tag", '\uee12'), TAG_ALT("bxs-tag-alt", '\uee13'), TAG_X("bxs-tag-x", '\uee14'), TAXI("bxs-taxi", '\uee15'), TENNIS_BALL("bxs-tennis-ball", '\uee16'), TERMINAL("bxs-terminal", '\uee17'), THERMOMETER("bxs-thermometer", '\uee18'), TIME("bxs-time", '\uee19'), TIMER("bxs-timer", '\uee1b'), TIME_FIVE("bxs-time-five", '\uee1a'), TIRED("bxs-tired", '\uee1c'), TOGGLE_LEFT("bxs-toggle-left", '\uee1d'), TOGGLE_RIGHT("bxs-toggle-right", '\uee1e'), TONE("bxs-tone", '\uee1f'), TORCH("bxs-torch", '\uee20'), TO_TOP("bxs-to-top", '\uee21'), TRAFFIC("bxs-traffic", '\uee22'), TRAFFIC_BARRIER("bxs-traffic-barrier", '\uee23'), TRAFFIC_CONE("bxs-traffic-cone", '\uee24'), TRAIN("bxs-train", '\uee25'), TRASH("bxs-trash", '\uee26'), TRASH_ALT("bxs-trash-alt", '\uee27'), TREE("bxs-tree", '\uee28'), TROPHY("bxs-trophy", '\uee29'), TRUCK("bxs-truck", '\uee2a'), TV("bxs-tv", '\uee2c'), T_SHIRT("bxs-t-shirt", '\uee2b'), UPSIDE_DOWN("bxs-upside-down", '\uee31'), UPVOTE("bxs-upvote", '\uee32'), UP_ARROW("bxs-up-arrow", '\uee2d'), UP_ARROW_ALT("bxs-up-arrow-alt", '\uee2e'), UP_ARROW_CIRCLE("bxs-up-arrow-circle", '\uee2f'), UP_ARROW_SQUARE("bxs-up-arrow-square", '\uee30'), USER("bxs-user", '\uee33'), USER_ACCOUNT("bxs-user-account", '\uee34'), USER_BADGE("bxs-user-badge", '\uee35'), USER_CHECK("bxs-user-check", '\uee36'), USER_CIRCLE("bxs-user-circle", '\uee37'), USER_DETAIL("bxs-user-detail", '\uee38'), USER_MINUS("bxs-user-minus", '\uee39'), USER_PIN("bxs-user-pin", '\uee3a'), USER_PLUS("bxs-user-plus", '\uee3b'), USER_RECTANGLE("bxs-user-rectangle", '\uee3c'), USER_VOICE("bxs-user-voice", '\uee3d'), USER_X("bxs-user-x", '\uee3e'), VECTOR("bxs-vector", '\uee3f'), VIAL("bxs-vial", '\uee40'), VIDEO("bxs-video", '\uee41'), VIDEOS("bxs-videos", '\uee45'), VIDEO_OFF("bxs-video-off", '\uee42'), VIDEO_PLUS("bxs-video-plus", '\uee43'), VIDEO_RECORDING("bxs-video-recording", '\uee44'), VIRUS("bxs-virus", '\uee46'), VIRUS_BLOCK("bxs-virus-block", '\uee47'), VOLUME("bxs-volume", '\uee48'), VOLUME_FULL("bxs-volume-full", '\uee49'), VOLUME_LOW("bxs-volume-low", '\uee4a'), VOLUME_MUTE("bxs-volume-mute", '\uee4b'), WALLET("bxs-wallet", '\uee4c'), WALLET_ALT("bxs-wallet-alt", '\uee4d'), WASHER("bxs-washer", '\uee4e'), WATCH("bxs-watch", '\uee4f'), WATCH_ALT("bxs-watch-alt", '\uee50'), WEBCAM("bxs-webcam", '\uee51'), WIDGET("bxs-widget", '\uee52'), WINDOW_ALT("bxs-window-alt", '\uee53'), WINE("bxs-wine", '\uee54'), WINK_SMILE("bxs-wink-smile", '\uee55'), WINK_TONGUE("bxs-wink-tongue", '\uee56'), WRENCH("bxs-wrench", '\uee57'), X_CIRCLE("bxs-x-circle", '\uee58'), X_SQUARE("bxs-x-square", '\uee59'), YIN_YANG("bxs-yin-yang", '\uee5a'), ZAP("bxs-zap", '\uee5b'), ZOOM_IN("bxs-zoom-in", '\uee5c'), ZOOM_OUT("bxs-zoom-out", '\uee5d'); public static BoxiconsSolid findByDescription(String description) { for (BoxiconsSolid font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BoxiconsSolid(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsSolidIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BoxiconsSolidIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/boxicons/2.0.7/fonts/boxicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bxs-"); } @Override public Ikon resolve(String description) { return BoxiconsSolid.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "boxicons"; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/java/org/kordamp/ikonli/boxicons/BoxiconsSolidIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.boxicons; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(org.kordamp.ikonli.IkonProvider.class) public class BoxiconsSolidIkonProvider implements org.kordamp.ikonli.IkonProvider { @Override public Class getIkon() { return BoxiconsSolid.class; } } ================================================ FILE: icon-packs/ikonli-boxicons-pack/src/main/resources/META-INF/resources/boxicons/2.0.7/css/boxicons.css ================================================ @font-face { font-family: 'boxicons'; font-weight: normal; font-style: normal; src: url('../fonts/boxicons.eot'); src: url('../fonts/boxicons.eot') format('embedded-opentype'), url('../fonts/boxicons.woff2') format('woff2'), url('../fonts/boxicons.woff') format('woff'), url('../fonts/boxicons.ttf') format('truetype'), url('../fonts/boxicons.svg?#boxicons') format('svg'); } .bx, .bxs, .bxl { font-family: 'boxicons' !important; font-weight: normal; font-style: normal; font-variant: normal; line-height: 1; display: inline-block; text-transform: none; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bx-ul { margin-left: 2em; padding-left: 0; list-style: none; } .bx-ul > li { position: relative; } .bx-ul .bx { font-size: inherit; line-height: inherit; position: absolute; left: -2em; width: 2em; text-align: center; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @-webkit-keyframes burst { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 90% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0; } } @keyframes burst { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 90% { -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0; } } @-webkit-keyframes flashing { 0% { opacity: 1; } 45% { opacity: 0; } 90% { opacity: 1; } } @keyframes flashing { 0% { opacity: 1; } 45% { opacity: 0; } 90% { opacity: 1; } } @-webkit-keyframes fade-left { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } 75% { -webkit-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; } } @keyframes fade-left { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } 75% { -webkit-transform: translateX(-20px); transform: translateX(-20px); opacity: 0; } } @-webkit-keyframes fade-right { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } 75% { -webkit-transform: translateX(20px); transform: translateX(20px); opacity: 0; } } @keyframes fade-right { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } 75% { -webkit-transform: translateX(20px); transform: translateX(20px); opacity: 0; } } @-webkit-keyframes fade-up { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } 75% { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; } } @keyframes fade-up { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } 75% { -webkit-transform: translateY(-20px); transform: translateY(-20px); opacity: 0; } } @-webkit-keyframes fade-down { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } 75% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; } } @keyframes fade-down { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } 75% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 0; } } @-webkit-keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } @keyframes tada { from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -10deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); } 40%, 60%, 80% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } } .bx-spin { -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } .bx-spin-hover:hover { -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } .bx-tada { -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite; } .bx-tada-hover:hover { -webkit-animation: tada 1.5s ease infinite; animation: tada 1.5s ease infinite; } .bx-flashing { -webkit-animation: flashing 1.5s infinite linear; animation: flashing 1.5s infinite linear; } .bx-flashing-hover:hover { -webkit-animation: flashing 1.5s infinite linear; animation: flashing 1.5s infinite linear; } .bx-burst { -webkit-animation: burst 1.5s infinite linear; animation: burst 1.5s infinite linear; } .bx-burst-hover:hover { -webkit-animation: burst 1.5s infinite linear; animation: burst 1.5s infinite linear; } .bx-fade-up { -webkit-animation: fade-up 1.5s infinite linear; animation: fade-up 1.5s infinite linear; } .bx-fade-up-hover:hover { -webkit-animation: fade-up 1.5s infinite linear; animation: fade-up 1.5s infinite linear; } .bx-fade-down { -webkit-animation: fade-down 1.5s infinite linear; animation: fade-down 1.5s infinite linear; } .bx-fade-down-hover:hover { -webkit-animation: fade-down 1.5s infinite linear; animation: fade-down 1.5s infinite linear; } .bx-fade-left { -webkit-animation: fade-left 1.5s infinite linear; animation: fade-left 1.5s infinite linear; } .bx-fade-left-hover:hover { -webkit-animation: fade-left 1.5s infinite linear; animation: fade-left 1.5s infinite linear; } .bx-fade-right { -webkit-animation: fade-right 1.5s infinite linear; animation: fade-right 1.5s infinite linear; } .bx-fade-right-hover:hover { -webkit-animation: fade-right 1.5s infinite linear; animation: fade-right 1.5s infinite linear; } .bx-xs { font-size: 1rem!important; } .bx-sm { font-size: 1.55rem!important; } .bx-md { font-size: 2.25rem!important; } .bx-fw { font-size: 1.2857142857em; line-height: .8em; width: 1.2857142857em; height: .8em; margin-top: -.2em!important; vertical-align: middle; } .bx-lg { font-size: 3.0rem!important; } .bx-pull-left { float: left; margin-right: .3em!important; } .bx-pull-right { float: right; margin-left: .3em!important; } .bx-rotate-90 { transform: rotate(90deg); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)'; } .bx-rotate-180 { transform: rotate(180deg); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)'; } .bx-rotate-270 { transform: rotate(270deg); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)'; } .bx-flip-horizontal { transform: scaleX(-1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)'; } .bx-flip-vertical { transform: scaleY(-1); -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)'; } .bx-border { padding: .25em; border: .07em solid rgba(0,0,0,.1); border-radius: .25em; } .bx-border-circle { padding: .25em; border: .07em solid rgba(0,0,0,.1); border-radius: 50%; } .bx-abacus:before { content: "\e900"; } .bx-accessibility:before { content: "\e901"; } .bx-add-to-queue:before { content: "\e902"; } .bx-adjust:before { content: "\e903"; } .bx-alarm:before { content: "\e904"; } .bx-alarm-add:before { content: "\e905"; } .bx-alarm-exclamation:before { content: "\e906"; } .bx-alarm-off:before { content: "\e907"; } .bx-alarm-snooze:before { content: "\e908"; } .bx-album:before { content: "\e909"; } .bx-align-justify:before { content: "\e90a"; } .bx-align-left:before { content: "\e90b"; } .bx-align-middle:before { content: "\e90c"; } .bx-align-right:before { content: "\e90d"; } .bx-analyse:before { content: "\e90e"; } .bx-anchor:before { content: "\e90f"; } .bx-angry:before { content: "\e910"; } .bx-aperture:before { content: "\e911"; } .bx-arch:before { content: "\e912"; } .bx-archive:before { content: "\e913"; } .bx-archive-in:before { content: "\e914"; } .bx-archive-out:before { content: "\e915"; } .bx-area:before { content: "\e916"; } .bx-arrow-back:before { content: "\e917"; } .bx-arrow-from-bottom:before { content: "\e918"; } .bx-arrow-from-left:before { content: "\e919"; } .bx-arrow-from-right:before { content: "\e91a"; } .bx-arrow-from-top:before { content: "\e91b"; } .bx-arrow-to-bottom:before { content: "\e91c"; } .bx-arrow-to-left:before { content: "\e91d"; } .bx-arrow-to-right:before { content: "\e91e"; } .bx-arrow-to-top:before { content: "\e91f"; } .bx-at:before { content: "\e920"; } .bx-atom:before { content: "\e921"; } .bx-award:before { content: "\e922"; } .bx-badge:before { content: "\e923"; } .bx-badge-check:before { content: "\e924"; } .bx-ball:before { content: "\e925"; } .bx-band-aid:before { content: "\e926"; } .bx-bar-chart:before { content: "\e927"; } .bx-bar-chart-alt:before { content: "\e928"; } .bx-bar-chart-alt-2:before { content: "\e929"; } .bx-bar-chart-square:before { content: "\e92a"; } .bx-barcode:before { content: "\e92b"; } .bx-barcode-reader:before { content: "\e92c"; } .bx-baseball:before { content: "\e92d"; } .bx-basket:before { content: "\e92e"; } .bx-basketball:before { content: "\e92f"; } .bx-bath:before { content: "\e930"; } .bx-battery:before { content: "\e931"; } .bx-bed:before { content: "\e932"; } .bx-been-here:before { content: "\e933"; } .bx-beer:before { content: "\e934"; } .bx-bell:before { content: "\e935"; } .bx-bell-minus:before { content: "\e936"; } .bx-bell-off:before { content: "\e937"; } .bx-bell-plus:before { content: "\e938"; } .bx-bible:before { content: "\e939"; } .bx-bitcoin:before { content: "\e93a"; } .bx-blanket:before { content: "\e93b"; } .bx-block:before { content: "\e93c"; } .bx-bluetooth:before { content: "\e93d"; } .bx-body:before { content: "\e93e"; } .bx-bold:before { content: "\e93f"; } .bx-bolt-circle:before { content: "\e940"; } .bx-bomb:before { content: "\e941"; } .bx-bone:before { content: "\e942"; } .bx-bong:before { content: "\e943"; } .bx-book:before { content: "\e944"; } .bx-book-add:before { content: "\e945"; } .bx-book-alt:before { content: "\e946"; } .bx-book-bookmark:before { content: "\e947"; } .bx-book-content:before { content: "\e948"; } .bx-book-heart:before { content: "\e949"; } .bx-bookmark:before { content: "\e94a"; } .bx-bookmark-alt:before { content: "\e94b"; } .bx-bookmark-alt-minus:before { content: "\e94c"; } .bx-bookmark-alt-plus:before { content: "\e94d"; } .bx-bookmark-heart:before { content: "\e94e"; } .bx-bookmark-minus:before { content: "\e94f"; } .bx-bookmark-plus:before { content: "\e950"; } .bx-bookmarks:before { content: "\e951"; } .bx-book-open:before { content: "\e952"; } .bx-book-reader:before { content: "\e953"; } .bx-border-all:before { content: "\e954"; } .bx-border-bottom:before { content: "\e955"; } .bx-border-inner:before { content: "\e956"; } .bx-border-left:before { content: "\e957"; } .bx-border-none:before { content: "\e958"; } .bx-border-outer:before { content: "\e959"; } .bx-border-radius:before { content: "\e95a"; } .bx-border-right:before { content: "\e95b"; } .bx-border-top:before { content: "\e95c"; } .bx-bot:before { content: "\e95d"; } .bx-bowling-ball:before { content: "\e95e"; } .bx-box:before { content: "\e95f"; } .bx-bracket:before { content: "\e960"; } .bx-braille:before { content: "\e961"; } .bx-brain:before { content: "\e962"; } .bx-briefcase:before { content: "\e963"; } .bx-briefcase-alt:before { content: "\e964"; } .bx-briefcase-alt-2:before { content: "\e965"; } .bx-brightness:before { content: "\e966"; } .bx-brightness-half:before { content: "\e967"; } .bx-broadcast:before { content: "\e968"; } .bx-brush:before { content: "\e969"; } .bx-brush-alt:before { content: "\e96a"; } .bx-bug:before { content: "\e96b"; } .bx-bug-alt:before { content: "\e96c"; } .bx-building:before { content: "\e96d"; } .bx-building-house:before { content: "\e96e"; } .bx-buildings:before { content: "\e96f"; } .bx-bulb:before { content: "\e970"; } .bx-bullseye:before { content: "\e971"; } .bx-buoy:before { content: "\e972"; } .bx-bus:before { content: "\e973"; } .bx-bus-school:before { content: "\e974"; } .bx-cabinet:before { content: "\e975"; } .bx-cake:before { content: "\e976"; } .bx-calculator:before { content: "\e977"; } .bx-calendar:before { content: "\e978"; } .bx-calendar-alt:before { content: "\e979"; } .bx-calendar-check:before { content: "\e97a"; } .bx-calendar-edit:before { content: "\e97b"; } .bx-calendar-event:before { content: "\e97c"; } .bx-calendar-exclamation:before { content: "\e97d"; } .bx-calendar-heart:before { content: "\e97e"; } .bx-calendar-minus:before { content: "\e97f"; } .bx-calendar-plus:before { content: "\e980"; } .bx-calendar-star:before { content: "\e981"; } .bx-calendar-week:before { content: "\e982"; } .bx-calendar-x:before { content: "\e983"; } .bx-camera:before { content: "\e984"; } .bx-camera-home:before { content: "\e985"; } .bx-camera-movie:before { content: "\e986"; } .bx-camera-off:before { content: "\e987"; } .bx-capsule:before { content: "\e988"; } .bx-captions:before { content: "\e989"; } .bx-car:before { content: "\e98a"; } .bx-card:before { content: "\e98b"; } .bx-caret-down:before { content: "\e98c"; } .bx-caret-down-circle:before { content: "\e98d"; } .bx-caret-down-square:before { content: "\e98e"; } .bx-caret-left:before { content: "\e98f"; } .bx-caret-left-circle:before { content: "\e990"; } .bx-caret-left-square:before { content: "\e991"; } .bx-caret-right:before { content: "\e992"; } .bx-caret-right-circle:before { content: "\e993"; } .bx-caret-right-square:before { content: "\e994"; } .bx-caret-up:before { content: "\e995"; } .bx-caret-up-circle:before { content: "\e996"; } .bx-caret-up-square:before { content: "\e997"; } .bx-carousel:before { content: "\e998"; } .bx-cart:before { content: "\e999"; } .bx-cart-alt:before { content: "\e99a"; } .bx-cast:before { content: "\e99b"; } .bx-category:before { content: "\e99c"; } .bx-category-alt:before { content: "\e99d"; } .bx-cctv:before { content: "\e99e"; } .bx-certification:before { content: "\e99f"; } .bx-chair:before { content: "\e9a0"; } .bx-chalkboard:before { content: "\e9a1"; } .bx-chart:before { content: "\e9a2"; } .bx-chat:before { content: "\e9a3"; } .bx-check:before { content: "\e9a4"; } .bx-checkbox:before { content: "\e9a5"; } .bx-checkbox-checked:before { content: "\e9a6"; } .bx-checkbox-square:before { content: "\e9a7"; } .bx-check-circle:before { content: "\e9a8"; } .bx-check-double:before { content: "\e9a9"; } .bx-check-shield:before { content: "\e9aa"; } .bx-check-square:before { content: "\e9ab"; } .bx-chevron-down:before { content: "\e9ac"; } .bx-chevron-down-circle:before { content: "\e9ad"; } .bx-chevron-down-square:before { content: "\e9ae"; } .bx-chevron-left:before { content: "\e9af"; } .bx-chevron-left-circle:before { content: "\e9b0"; } .bx-chevron-left-square:before { content: "\e9b1"; } .bx-chevron-right:before { content: "\e9b2"; } .bx-chevron-right-circle:before { content: "\e9b3"; } .bx-chevron-right-square:before { content: "\e9b4"; } .bx-chevrons-down:before { content: "\e9b5"; } .bx-chevrons-left:before { content: "\e9b6"; } .bx-chevrons-right:before { content: "\e9b7"; } .bx-chevrons-up:before { content: "\e9b8"; } .bx-chevron-up:before { content: "\e9b9"; } .bx-chevron-up-circle:before { content: "\e9ba"; } .bx-chevron-up-square:before { content: "\e9bb"; } .bx-chip:before { content: "\e9bc"; } .bx-church:before { content: "\e9bd"; } .bx-circle:before { content: "\e9be"; } .bx-clinic:before { content: "\e9bf"; } .bx-clipboard:before { content: "\e9c0"; } .bx-closet:before { content: "\e9c1"; } .bx-cloud:before { content: "\e9c2"; } .bx-cloud-download:before { content: "\e9c3"; } .bx-cloud-drizzle:before { content: "\e9c4"; } .bx-cloud-lightning:before { content: "\e9c5"; } .bx-cloud-light-rain:before { content: "\e9c6"; } .bx-cloud-rain:before { content: "\e9c7"; } .bx-cloud-snow:before { content: "\e9c8"; } .bx-cloud-upload:before { content: "\e9c9"; } .bx-code:before { content: "\e9ca"; } .bx-code-alt:before { content: "\e9cb"; } .bx-code-block:before { content: "\e9cc"; } .bx-code-curly:before { content: "\e9cd"; } .bx-coffee:before { content: "\e9ce"; } .bx-coffee-togo:before { content: "\e9cf"; } .bx-cog:before { content: "\e9d0"; } .bx-coin:before { content: "\e9d1"; } .bx-coin-stack:before { content: "\e9d2"; } .bx-collapse:before { content: "\e9d3"; } .bx-collection:before { content: "\e9d4"; } .bx-color-fill:before { content: "\e9d5"; } .bx-columns:before { content: "\e9d6"; } .bx-command:before { content: "\e9d7"; } .bx-comment:before { content: "\e9d8"; } .bx-comment-add:before { content: "\e9d9"; } .bx-comment-check:before { content: "\e9da"; } .bx-comment-detail:before { content: "\e9db"; } .bx-comment-dots:before { content: "\e9dc"; } .bx-comment-edit:before { content: "\e9dd"; } .bx-comment-error:before { content: "\e9de"; } .bx-comment-minus:before { content: "\e9df"; } .bx-comment-x:before { content: "\e9e0"; } .bx-compass:before { content: "\e9e1"; } .bx-confused:before { content: "\e9e2"; } .bx-conversation:before { content: "\e9e3"; } .bx-cookie:before { content: "\e9e4"; } .bx-cool:before { content: "\e9e5"; } .bx-copy:before { content: "\e9e6"; } .bx-copy-alt:before { content: "\e9e7"; } .bx-copyright:before { content: "\e9e8"; } .bx-credit-card:before { content: "\e9e9"; } .bx-credit-card-alt:before { content: "\e9ea"; } .bx-credit-card-front:before { content: "\e9eb"; } .bx-crop:before { content: "\e9ec"; } .bx-crosshair:before { content: "\e9ed"; } .bx-crown:before { content: "\e9ee"; } .bx-cube:before { content: "\e9ef"; } .bx-cube-alt:before { content: "\e9f0"; } .bx-cuboid:before { content: "\e9f1"; } .bx-current-location:before { content: "\e9f2"; } .bx-customize:before { content: "\e9f3"; } .bx-cut:before { content: "\e9f4"; } .bx-cycling:before { content: "\e9f5"; } .bx-cylinder:before { content: "\e9f6"; } .bx-data:before { content: "\e9f7"; } .bx-desktop:before { content: "\e9f8"; } .bx-detail:before { content: "\e9f9"; } .bx-devices:before { content: "\e9fa"; } .bx-dialpad:before { content: "\e9fb"; } .bx-dialpad-alt:before { content: "\e9fc"; } .bx-diamond:before { content: "\e9fd"; } .bx-dice-1:before { content: "\e9fe"; } .bx-dice-2:before { content: "\e9ff"; } .bx-dice-3:before { content: "\ea00"; } .bx-dice-4:before { content: "\ea01"; } .bx-dice-5:before { content: "\ea02"; } .bx-dice-6:before { content: "\ea03"; } .bx-directions:before { content: "\ea04"; } .bx-disc:before { content: "\ea05"; } .bx-dish:before { content: "\ea06"; } .bx-dislike:before { content: "\ea07"; } .bx-dizzy:before { content: "\ea08"; } .bx-dna:before { content: "\ea09"; } .bx-dock-bottom:before { content: "\ea0a"; } .bx-dock-left:before { content: "\ea0b"; } .bx-dock-right:before { content: "\ea0c"; } .bx-dock-top:before { content: "\ea0d"; } .bx-dollar:before { content: "\ea0e"; } .bx-dollar-circle:before { content: "\ea0f"; } .bx-donate-blood:before { content: "\ea10"; } .bx-donate-heart:before { content: "\ea11"; } .bx-door-open:before { content: "\ea12"; } .bx-dots-horizontal:before { content: "\ea13"; } .bx-dots-horizontal-rounded:before { content: "\ea14"; } .bx-dots-vertical:before { content: "\ea15"; } .bx-dots-vertical-rounded:before { content: "\ea16"; } .bx-doughnut-chart:before { content: "\ea17"; } .bx-down-arrow:before { content: "\ea18"; } .bx-down-arrow-alt:before { content: "\ea19"; } .bx-down-arrow-circle:before { content: "\ea1a"; } .bx-download:before { content: "\ea1b"; } .bx-downvote:before { content: "\ea1c"; } .bx-drink:before { content: "\ea1d"; } .bx-droplet:before { content: "\ea1e"; } .bx-dumbbell:before { content: "\ea1f"; } .bx-duplicate:before { content: "\ea20"; } .bx-edit:before { content: "\ea21"; } .bx-edit-alt:before { content: "\ea22"; } .bx-envelope:before { content: "\ea23"; } .bx-envelope-open:before { content: "\ea24"; } .bx-equalizer:before { content: "\ea25"; } .bx-eraser:before { content: "\ea26"; } .bx-error:before { content: "\ea27"; } .bx-error-alt:before { content: "\ea28"; } .bx-error-circle:before { content: "\ea29"; } .bx-euro:before { content: "\ea2a"; } .bx-exclude:before { content: "\ea2b"; } .bx-exit:before { content: "\ea2c"; } .bx-exit-fullscreen:before { content: "\ea2d"; } .bx-expand:before { content: "\ea2e"; } .bx-expand-alt:before { content: "\ea2f"; } .bx-export:before { content: "\ea30"; } .bx-extension:before { content: "\ea31"; } .bx-face:before { content: "\ea32"; } .bx-fast-forward:before { content: "\ea33"; } .bx-fast-forward-circle:before { content: "\ea34"; } .bx-female:before { content: "\ea35"; } .bx-female-sign:before { content: "\ea36"; } .bx-file:before { content: "\ea37"; } .bx-file-blank:before { content: "\ea38"; } .bx-file-find:before { content: "\ea39"; } .bx-film:before { content: "\ea3a"; } .bx-filter:before { content: "\ea3b"; } .bx-filter-alt:before { content: "\ea3c"; } .bx-fingerprint:before { content: "\ea3d"; } .bx-first-aid:before { content: "\ea3e"; } .bx-first-page:before { content: "\ea3f"; } .bx-flag:before { content: "\ea40"; } .bx-folder:before { content: "\ea41"; } .bx-folder-minus:before { content: "\ea42"; } .bx-folder-open:before { content: "\ea43"; } .bx-folder-plus:before { content: "\ea44"; } .bx-font:before { content: "\ea45"; } .bx-font-color:before { content: "\ea46"; } .bx-font-family:before { content: "\ea47"; } .bx-font-size:before { content: "\ea48"; } .bx-food-menu:before { content: "\ea49"; } .bx-food-tag:before { content: "\ea4a"; } .bx-football:before { content: "\ea4b"; } .bx-fridge:before { content: "\ea4c"; } .bx-fullscreen:before { content: "\ea4d"; } .bx-game:before { content: "\ea4e"; } .bx-gas-pump:before { content: "\ea4f"; } .bx-ghost:before { content: "\ea50"; } .bx-gift:before { content: "\ea51"; } .bx-git-branch:before { content: "\ea52"; } .bx-git-commit:before { content: "\ea53"; } .bx-git-compare:before { content: "\ea54"; } .bx-git-merge:before { content: "\ea55"; } .bx-git-pull-request:before { content: "\ea56"; } .bx-git-repo-forked:before { content: "\ea57"; } .bx-glasses:before { content: "\ea58"; } .bx-glasses-alt:before { content: "\ea59"; } .bx-globe:before { content: "\ea5a"; } .bx-globe-alt:before { content: "\ea5b"; } .bx-grid:before { content: "\ea5c"; } .bx-grid-alt:before { content: "\ea5d"; } .bx-grid-horizontal:before { content: "\ea5e"; } .bx-grid-small:before { content: "\ea5f"; } .bx-grid-vertical:before { content: "\ea60"; } .bx-group:before { content: "\ea61"; } .bx-handicap:before { content: "\ea62"; } .bx-happy:before { content: "\ea63"; } .bx-happy-alt:before { content: "\ea64"; } .bx-happy-beaming:before { content: "\ea65"; } .bx-happy-heart-eyes:before { content: "\ea66"; } .bx-hash:before { content: "\ea67"; } .bx-hdd:before { content: "\ea68"; } .bx-heading:before { content: "\ea69"; } .bx-headphone:before { content: "\ea6a"; } .bx-health:before { content: "\ea6b"; } .bx-heart:before { content: "\ea6c"; } .bx-heart-circle:before { content: "\ea6d"; } .bx-heart-square:before { content: "\ea6e"; } .bx-help-circle:before { content: "\ea6f"; } .bx-hide:before { content: "\ea70"; } .bx-highlight:before { content: "\ea71"; } .bx-history:before { content: "\ea72"; } .bx-hive:before { content: "\ea73"; } .bx-home:before { content: "\ea74"; } .bx-home-alt:before { content: "\ea75"; } .bx-home-circle:before { content: "\ea76"; } .bx-home-heart:before { content: "\ea77"; } .bx-home-smile:before { content: "\ea78"; } .bx-horizontal-center:before { content: "\ea79"; } .bx-hotel:before { content: "\ea7a"; } .bx-hourglass:before { content: "\ea7b"; } .bx-id-card:before { content: "\ea7c"; } .bx-image:before { content: "\ea7d"; } .bx-image-add:before { content: "\ea7e"; } .bx-image-alt:before { content: "\ea7f"; } .bx-images:before { content: "\ea80"; } .bx-import:before { content: "\ea81"; } .bx-infinite:before { content: "\ea82"; } .bx-info-circle:before { content: "\ea83"; } .bx-info-square:before { content: "\ea84"; } .bx-intersect:before { content: "\ea85"; } .bx-italic:before { content: "\ea86"; } .bx-joystick:before { content: "\ea87"; } .bx-joystick-alt:before { content: "\ea88"; } .bx-joystick-button:before { content: "\ea89"; } .bx-key:before { content: "\ea8a"; } .bx-label:before { content: "\ea8b"; } .bx-landscape:before { content: "\ea8c"; } .bx-laptop:before { content: "\ea8d"; } .bx-last-page:before { content: "\ea8e"; } .bx-laugh:before { content: "\ea8f"; } .bx-layer:before { content: "\ea90"; } .bx-layer-minus:before { content: "\ea91"; } .bx-layer-plus:before { content: "\ea92"; } .bx-layout:before { content: "\ea93"; } .bx-left-arrow:before { content: "\ea94"; } .bx-left-arrow-alt:before { content: "\ea95"; } .bx-left-arrow-circle:before { content: "\ea96"; } .bx-left-down-arrow-circle:before { content: "\ea97"; } .bx-left-indent:before { content: "\ea98"; } .bx-left-top-arrow-circle:before { content: "\ea99"; } .bx-library:before { content: "\ea9a"; } .bx-like:before { content: "\ea9b"; } .bx-line-chart:before { content: "\ea9c"; } .bx-line-chart-down:before { content: "\ea9d"; } .bx-link:before { content: "\ea9e"; } .bx-link-alt:before { content: "\ea9f"; } .bx-link-external:before { content: "\eaa0"; } .bx-lira:before { content: "\eaa1"; } .bx-list-check:before { content: "\eaa2"; } .bx-list-minus:before { content: "\eaa3"; } .bx-list-ol:before { content: "\eaa4"; } .bx-list-plus:before { content: "\eaa5"; } .bx-list-ul:before { content: "\eaa6"; } .bx-loader:before { content: "\eaa7"; } .bx-loader-alt:before { content: "\eaa8"; } .bx-loader-circle:before { content: "\eaa9"; } .bx-location-plus:before { content: "\eaaa"; } .bx-lock:before { content: "\eaab"; } .bx-lock-alt:before { content: "\eaac"; } .bx-lock-open:before { content: "\eaad"; } .bx-lock-open-alt:before { content: "\eaae"; } .bx-log-in:before { content: "\eaaf"; } .bx-log-in-circle:before { content: "\eab0"; } .bx-log-out:before { content: "\eab1"; } .bx-log-out-circle:before { content: "\eab2"; } .bx-low-vision:before { content: "\eab3"; } .bx-magnet:before { content: "\eab4"; } .bx-mail-send:before { content: "\eab5"; } .bx-male:before { content: "\eab6"; } .bx-male-sign:before { content: "\eab7"; } .bx-map:before { content: "\eab8"; } .bx-map-alt:before { content: "\eab9"; } .bx-map-pin:before { content: "\eaba"; } .bx-mask:before { content: "\eabb"; } .bx-medal:before { content: "\eabc"; } .bx-meh:before { content: "\eabd"; } .bx-meh-alt:before { content: "\eabe"; } .bx-meh-blank:before { content: "\eabf"; } .bx-memory-card:before { content: "\eac0"; } .bx-menu:before { content: "\eac1"; } .bx-menu-alt-left:before { content: "\eac2"; } .bx-menu-alt-right:before { content: "\eac3"; } .bx-merge:before { content: "\eac4"; } .bx-message:before { content: "\eac5"; } .bx-message-add:before { content: "\eac6"; } .bx-message-alt:before { content: "\eac7"; } .bx-message-alt-add:before { content: "\eac8"; } .bx-message-alt-check:before { content: "\eac9"; } .bx-message-alt-detail:before { content: "\eaca"; } .bx-message-alt-dots:before { content: "\eacb"; } .bx-message-alt-edit:before { content: "\eacc"; } .bx-message-alt-error:before { content: "\eacd"; } .bx-message-alt-minus:before { content: "\eace"; } .bx-message-alt-x:before { content: "\eacf"; } .bx-message-check:before { content: "\ead0"; } .bx-message-detail:before { content: "\ead1"; } .bx-message-dots:before { content: "\ead2"; } .bx-message-edit:before { content: "\ead3"; } .bx-message-error:before { content: "\ead4"; } .bx-message-minus:before { content: "\ead5"; } .bx-message-rounded:before { content: "\ead6"; } .bx-message-rounded-add:before { content: "\ead7"; } .bx-message-rounded-check:before { content: "\ead8"; } .bx-message-rounded-detail:before { content: "\ead9"; } .bx-message-rounded-dots:before { content: "\eada"; } .bx-message-rounded-edit:before { content: "\eadb"; } .bx-message-rounded-error:before { content: "\eadc"; } .bx-message-rounded-minus:before { content: "\eadd"; } .bx-message-rounded-x:before { content: "\eade"; } .bx-message-square:before { content: "\eadf"; } .bx-message-square-add:before { content: "\eae0"; } .bx-message-square-check:before { content: "\eae1"; } .bx-message-square-detail:before { content: "\eae2"; } .bx-message-square-dots:before { content: "\eae3"; } .bx-message-square-edit:before { content: "\eae4"; } .bx-message-square-error:before { content: "\eae5"; } .bx-message-square-minus:before { content: "\eae6"; } .bx-message-square-x:before { content: "\eae7"; } .bx-message-x:before { content: "\eae8"; } .bx-meteor:before { content: "\eae9"; } .bx-microchip:before { content: "\eaea"; } .bx-microphone:before { content: "\eaeb"; } .bx-microphone-off:before { content: "\eaec"; } .bx-minus:before { content: "\eaed"; } .bx-minus-back:before { content: "\eaee"; } .bx-minus-circle:before { content: "\eaef"; } .bx-minus-front:before { content: "\eaf0"; } .bx-mobile:before { content: "\eaf1"; } .bx-mobile-alt:before { content: "\eaf2"; } .bx-mobile-landscape:before { content: "\eaf3"; } .bx-mobile-vibration:before { content: "\eaf4"; } .bx-money:before { content: "\eaf5"; } .bx-moon:before { content: "\eaf6"; } .bx-mouse:before { content: "\eaf7"; } .bx-mouse-alt:before { content: "\eaf8"; } .bx-move:before { content: "\eaf9"; } .bx-move-horizontal:before { content: "\eafa"; } .bx-move-vertical:before { content: "\eafb"; } .bx-movie:before { content: "\eafc"; } .bx-movie-play:before { content: "\eafd"; } .bx-music:before { content: "\eafe"; } .bx-navigation:before { content: "\eaff"; } .bx-network-chart:before { content: "\eb00"; } .bx-news:before { content: "\eb01"; } .bx-no-entry:before { content: "\eb02"; } .bx-note:before { content: "\eb03"; } .bx-notepad:before { content: "\eb04"; } .bx-notification:before { content: "\eb05"; } .bx-notification-off:before { content: "\eb06"; } .bx-outline:before { content: "\eb07"; } .bx-package:before { content: "\eb08"; } .bx-paint:before { content: "\eb09"; } .bx-paint-roll:before { content: "\eb0a"; } .bx-palette:before { content: "\eb0b"; } .bx-paperclip:before { content: "\eb0c"; } .bx-paper-plane:before { content: "\eb0d"; } .bx-paragraph:before { content: "\eb0e"; } .bx-paste:before { content: "\eb0f"; } .bx-pause:before { content: "\eb10"; } .bx-pause-circle:before { content: "\eb11"; } .bx-pen:before { content: "\eb12"; } .bx-pencil:before { content: "\eb13"; } .bx-phone:before { content: "\eb14"; } .bx-phone-call:before { content: "\eb15"; } .bx-phone-incoming:before { content: "\eb16"; } .bx-phone-outgoing:before { content: "\eb17"; } .bx-photo-album:before { content: "\eb18"; } .bx-pie-chart:before { content: "\eb19"; } .bx-pie-chart-alt:before { content: "\eb1a"; } .bx-pie-chart-alt-2:before { content: "\eb1b"; } .bx-pin:before { content: "\eb1c"; } .bx-planet:before { content: "\eb1d"; } .bx-play:before { content: "\eb1e"; } .bx-play-circle:before { content: "\eb1f"; } .bx-plug:before { content: "\eb20"; } .bx-plus:before { content: "\eb21"; } .bx-plus-circle:before { content: "\eb22"; } .bx-plus-medical:before { content: "\eb23"; } .bx-pointer:before { content: "\eb24"; } .bx-poll:before { content: "\eb25"; } .bx-polygon:before { content: "\eb26"; } .bx-pound:before { content: "\eb27"; } .bx-power-off:before { content: "\eb28"; } .bx-printer:before { content: "\eb29"; } .bx-pulse:before { content: "\eb2a"; } .bx-purchase-tag:before { content: "\eb2b"; } .bx-purchase-tag-alt:before { content: "\eb2c"; } .bx-pyramid:before { content: "\eb2d"; } .bx-question-mark:before { content: "\eb2e"; } .bx-radar:before { content: "\eb2f"; } .bx-radio:before { content: "\eb30"; } .bx-radio-circle:before { content: "\eb31"; } .bx-radio-circle-marked:before { content: "\eb32"; } .bx-receipt:before { content: "\eb33"; } .bx-rectangle:before { content: "\eb34"; } .bx-recycle:before { content: "\eb35"; } .bx-redo:before { content: "\eb36"; } .bx-refresh:before { content: "\eb37"; } .bx-rename:before { content: "\eb38"; } .bx-repeat:before { content: "\eb39"; } .bx-reply:before { content: "\eb3a"; } .bx-reply-all:before { content: "\eb3b"; } .bx-repost:before { content: "\eb3c"; } .bx-reset:before { content: "\eb3d"; } .bx-restaurant:before { content: "\eb3e"; } .bx-revision:before { content: "\eb3f"; } .bx-rewind:before { content: "\eb40"; } .bx-rewind-circle:before { content: "\eb41"; } .bx-right-arrow:before { content: "\eb42"; } .bx-right-arrow-alt:before { content: "\eb43"; } .bx-right-arrow-circle:before { content: "\eb44"; } .bx-right-down-arrow-circle:before { content: "\eb45"; } .bx-right-indent:before { content: "\eb46"; } .bx-right-top-arrow-circle:before { content: "\eb47"; } .bx-rocket:before { content: "\eb48"; } .bx-rotate-left:before { content: "\eb49"; } .bx-rotate-right:before { content: "\eb4a"; } .bx-rss:before { content: "\eb4b"; } .bx-ruble:before { content: "\eb4c"; } .bx-ruler:before { content: "\eb4d"; } .bx-run:before { content: "\eb4e"; } .bx-rupee:before { content: "\eb4f"; } .bx-sad:before { content: "\eb50"; } .bx-save:before { content: "\eb51"; } .bx-scan:before { content: "\eb52"; } .bx-screenshot:before { content: "\eb53"; } .bx-search:before { content: "\eb54"; } .bx-search-alt:before { content: "\eb55"; } .bx-search-alt-2:before { content: "\eb56"; } .bx-selection:before { content: "\eb57"; } .bx-select-multiple:before { content: "\eb58"; } .bx-send:before { content: "\eb59"; } .bx-server:before { content: "\eb5a"; } .bx-shape-circle:before { content: "\eb5b"; } .bx-shape-polygon:before { content: "\eb5c"; } .bx-shape-square:before { content: "\eb5d"; } .bx-shape-triangle:before { content: "\eb5e"; } .bx-share:before { content: "\eb5f"; } .bx-share-alt:before { content: "\eb60"; } .bx-shekel:before { content: "\eb61"; } .bx-shield:before { content: "\eb62"; } .bx-shield-alt:before { content: "\eb63"; } .bx-shield-alt-2:before { content: "\eb64"; } .bx-shield-quarter:before { content: "\eb65"; } .bx-shield-x:before { content: "\eb66"; } .bx-shocked:before { content: "\eb67"; } .bx-shopping-bag:before { content: "\eb68"; } .bx-show:before { content: "\eb69"; } .bx-show-alt:before { content: "\eb6a"; } .bx-shuffle:before { content: "\eb6b"; } .bx-sidebar:before { content: "\eb6c"; } .bx-sitemap:before { content: "\eb6d"; } .bx-skip-next:before { content: "\eb6e"; } .bx-skip-next-circle:before { content: "\eb6f"; } .bx-skip-previous:before { content: "\eb70"; } .bx-skip-previous-circle:before { content: "\eb71"; } .bx-sleepy:before { content: "\eb72"; } .bx-slider:before { content: "\eb73"; } .bx-slider-alt:before { content: "\eb74"; } .bx-slideshow:before { content: "\eb75"; } .bx-smile:before { content: "\eb76"; } .bx-sort:before { content: "\eb77"; } .bx-sort-alt-2:before { content: "\eb78"; } .bx-sort-a-z:before { content: "\eb79"; } .bx-sort-down:before { content: "\eb7a"; } .bx-sort-up:before { content: "\eb7b"; } .bx-sort-z-a:before { content: "\eb7c"; } .bx-spa:before { content: "\eb7d"; } .bx-space-bar:before { content: "\eb7e"; } .bx-spray-can:before { content: "\eb7f"; } .bx-spreadsheet:before { content: "\eb80"; } .bx-square:before { content: "\eb81"; } .bx-square-rounded:before { content: "\eb82"; } .bx-star:before { content: "\eb83"; } .bx-station:before { content: "\eb84"; } .bx-stats:before { content: "\eb85"; } .bx-sticker:before { content: "\eb86"; } .bx-stop:before { content: "\eb87"; } .bx-stop-circle:before { content: "\eb88"; } .bx-stopwatch:before { content: "\eb89"; } .bx-store:before { content: "\eb8a"; } .bx-store-alt:before { content: "\eb8b"; } .bx-street-view:before { content: "\eb8c"; } .bx-strikethrough:before { content: "\eb8d"; } .bx-subdirectory-left:before { content: "\eb8e"; } .bx-subdirectory-right:before { content: "\eb8f"; } .bx-sun:before { content: "\eb90"; } .bx-support:before { content: "\eb91"; } .bx-swim:before { content: "\eb92"; } .bx-sync:before { content: "\eb93"; } .bx-tab:before { content: "\eb94"; } .bx-table:before { content: "\eb95"; } .bx-tachometer:before { content: "\eb96"; } .bx-tag:before { content: "\eb97"; } .bx-tag-alt:before { content: "\eb98"; } .bx-target-lock:before { content: "\eb99"; } .bx-task:before { content: "\eb9a"; } .bx-task-x:before { content: "\eb9b"; } .bx-taxi:before { content: "\eb9c"; } .bx-tennis-ball:before { content: "\eb9d"; } .bx-terminal:before { content: "\eb9e"; } .bx-test-tube:before { content: "\eb9f"; } .bx-text:before { content: "\eba0"; } .bx-time:before { content: "\eba1"; } .bx-time-five:before { content: "\eba2"; } .bx-timer:before { content: "\eba3"; } .bx-tired:before { content: "\eba4"; } .bx-toggle-left:before { content: "\eba5"; } .bx-toggle-right:before { content: "\eba6"; } .bx-tone:before { content: "\eba7"; } .bx-traffic-cone:before { content: "\eba8"; } .bx-train:before { content: "\eba9"; } .bx-transfer:before { content: "\ebaa"; } .bx-transfer-alt:before { content: "\ebab"; } .bx-trash:before { content: "\ebac"; } .bx-trash-alt:before { content: "\ebad"; } .bx-trending-down:before { content: "\ebae"; } .bx-trending-up:before { content: "\ebaf"; } .bx-trim:before { content: "\ebb0"; } .bx-trip:before { content: "\ebb1"; } .bx-trophy:before { content: "\ebb2"; } .bx-tv:before { content: "\ebb3"; } .bx-underline:before { content: "\ebb4"; } .bx-undo:before { content: "\ebb5"; } .bx-unite:before { content: "\ebb6"; } .bx-unlink:before { content: "\ebb7"; } .bx-up-arrow:before { content: "\ebb8"; } .bx-up-arrow-alt:before { content: "\ebb9"; } .bx-up-arrow-circle:before { content: "\ebba"; } .bx-upload:before { content: "\ebbb"; } .bx-upside-down:before { content: "\ebbc"; } .bx-upvote:before { content: "\ebbd"; } .bx-usb:before { content: "\ebbe"; } .bx-user:before { content: "\ebbf"; } .bx-user-check:before { content: "\ebc0"; } .bx-user-circle:before { content: "\ebc1"; } .bx-user-minus:before { content: "\ebc2"; } .bx-user-pin:before { content: "\ebc3"; } .bx-user-plus:before { content: "\ebc4"; } .bx-user-voice:before { content: "\ebc5"; } .bx-user-x:before { content: "\ebc6"; } .bx-vector:before { content: "\ebc7"; } .bx-vertical-center:before { content: "\ebc8"; } .bx-vial:before { content: "\ebc9"; } .bx-video:before { content: "\ebca"; } .bx-video-off:before { content: "\ebcb"; } .bx-video-plus:before { content: "\ebcc"; } .bx-video-recording:before { content: "\ebcd"; } .bx-voicemail:before { content: "\ebce"; } .bx-volume:before { content: "\ebcf"; } .bx-volume-full:before { content: "\ebd0"; } .bx-volume-low:before { content: "\ebd1"; } .bx-volume-mute:before { content: "\ebd2"; } .bx-walk:before { content: "\ebd3"; } .bx-wallet:before { content: "\ebd4"; } .bx-wallet-alt:before { content: "\ebd5"; } .bx-water:before { content: "\ebd6"; } .bx-webcam:before { content: "\ebd7"; } .bx-wifi:before { content: "\ebd8"; } .bx-wifi-0:before { content: "\ebd9"; } .bx-wifi-1:before { content: "\ebda"; } .bx-wifi-2:before { content: "\ebdb"; } .bx-wifi-off:before { content: "\ebdc"; } .bx-wind:before { content: "\ebdd"; } .bx-window:before { content: "\ebde"; } .bx-window-alt:before { content: "\ebdf"; } .bx-window-close:before { content: "\ebe0"; } .bx-window-open:before { content: "\ebe1"; } .bx-windows:before { content: "\ebe2"; } .bx-wine:before { content: "\ebe3"; } .bx-wink-smile:before { content: "\ebe4"; } .bx-wink-tongue:before { content: "\ebe5"; } .bx-won:before { content: "\ebe6"; } .bx-world:before { content: "\ebe7"; } .bx-wrench:before { content: "\ebe8"; } .bx-x:before { content: "\ebe9"; } .bx-x-circle:before { content: "\ebea"; } .bx-yen:before { content: "\ebeb"; } .bx-zoom-in:before { content: "\ebec"; } .bx-zoom-out:before { content: "\ebed"; } .bxs-add-to-queue:before { content: "\ebee"; } .bxs-adjust:before { content: "\ebef"; } .bxs-adjust-alt:before { content: "\ebf0"; } .bxs-alarm:before { content: "\ebf1"; } .bxs-alarm-add:before { content: "\ebf2"; } .bxs-alarm-exclamation:before { content: "\ebf3"; } .bxs-alarm-off:before { content: "\ebf4"; } .bxs-alarm-snooze:before { content: "\ebf5"; } .bxs-album:before { content: "\ebf6"; } .bxs-ambulance:before { content: "\ebf7"; } .bxs-analyse:before { content: "\ebf8"; } .bxs-angry:before { content: "\ebf9"; } .bxs-arch:before { content: "\ebfa"; } .bxs-archive:before { content: "\ebfb"; } .bxs-archive-in:before { content: "\ebfc"; } .bxs-archive-out:before { content: "\ebfd"; } .bxs-area:before { content: "\ebfe"; } .bxs-arrow-from-bottom:before { content: "\ebff"; } .bxs-arrow-from-left:before { content: "\ec00"; } .bxs-arrow-from-right:before { content: "\ec01"; } .bxs-arrow-from-top:before { content: "\ec02"; } .bxs-arrow-to-bottom:before { content: "\ec03"; } .bxs-arrow-to-left:before { content: "\ec04"; } .bxs-arrow-to-right:before { content: "\ec05"; } .bxs-arrow-to-top:before { content: "\ec06"; } .bxs-award:before { content: "\ec07"; } .bxs-baby-carriage:before { content: "\ec08"; } .bxs-backpack:before { content: "\ec09"; } .bxs-badge:before { content: "\ec0a"; } .bxs-badge-check:before { content: "\ec0b"; } .bxs-badge-dollar:before { content: "\ec0c"; } .bxs-ball:before { content: "\ec0d"; } .bxs-band-aid:before { content: "\ec0e"; } .bxs-bank:before { content: "\ec0f"; } .bxs-bar-chart-alt-2:before { content: "\ec10"; } .bxs-bar-chart-square:before { content: "\ec11"; } .bxs-barcode:before { content: "\ec12"; } .bxs-baseball:before { content: "\ec13"; } .bxs-basket:before { content: "\ec14"; } .bxs-basketball:before { content: "\ec15"; } .bxs-bath:before { content: "\ec16"; } .bxs-battery:before { content: "\ec17"; } .bxs-battery-charging:before { content: "\ec18"; } .bxs-battery-full:before { content: "\ec19"; } .bxs-battery-low:before { content: "\ec1a"; } .bxs-bed:before { content: "\ec1b"; } .bxs-been-here:before { content: "\ec1c"; } .bxs-beer:before { content: "\ec1d"; } .bxs-bell:before { content: "\ec1e"; } .bxs-bell-minus:before { content: "\ec1f"; } .bxs-bell-off:before { content: "\ec20"; } .bxs-bell-plus:before { content: "\ec21"; } .bxs-bell-ring:before { content: "\ec22"; } .bxs-bible:before { content: "\ec23"; } .bxs-binoculars:before { content: "\ec24"; } .bxs-blanket:before { content: "\ec25"; } .bxs-bolt:before { content: "\ec26"; } .bxs-bolt-circle:before { content: "\ec27"; } .bxs-bomb:before { content: "\ec28"; } .bxs-bone:before { content: "\ec29"; } .bxs-bong:before { content: "\ec2a"; } .bxs-book:before { content: "\ec2b"; } .bxs-book-add:before { content: "\ec2c"; } .bxs-book-alt:before { content: "\ec2d"; } .bxs-book-bookmark:before { content: "\ec2e"; } .bxs-book-content:before { content: "\ec2f"; } .bxs-book-heart:before { content: "\ec30"; } .bxs-bookmark:before { content: "\ec31"; } .bxs-bookmark-alt:before { content: "\ec32"; } .bxs-bookmark-alt-minus:before { content: "\ec33"; } .bxs-bookmark-alt-plus:before { content: "\ec34"; } .bxs-bookmark-heart:before { content: "\ec35"; } .bxs-bookmark-minus:before { content: "\ec36"; } .bxs-bookmark-plus:before { content: "\ec37"; } .bxs-bookmarks:before { content: "\ec38"; } .bxs-bookmark-star:before { content: "\ec39"; } .bxs-book-open:before { content: "\ec3a"; } .bxs-book-reader:before { content: "\ec3b"; } .bxs-bot:before { content: "\ec3c"; } .bxs-bowling-ball:before { content: "\ec3d"; } .bxs-box:before { content: "\ec3e"; } .bxs-brain:before { content: "\ec3f"; } .bxs-briefcase:before { content: "\ec40"; } .bxs-briefcase-alt:before { content: "\ec41"; } .bxs-briefcase-alt-2:before { content: "\ec42"; } .bxs-brightness:before { content: "\ec43"; } .bxs-brightness-half:before { content: "\ec44"; } .bxs-brush:before { content: "\ec45"; } .bxs-brush-alt:before { content: "\ec46"; } .bxs-bug:before { content: "\ec47"; } .bxs-bug-alt:before { content: "\ec48"; } .bxs-building:before { content: "\ec49"; } .bxs-building-house:before { content: "\ec4a"; } .bxs-buildings:before { content: "\ec4b"; } .bxs-bulb:before { content: "\ec4c"; } .bxs-bullseye:before { content: "\ec4d"; } .bxs-buoy:before { content: "\ec4e"; } .bxs-bus:before { content: "\ec4f"; } .bxs-business:before { content: "\ec50"; } .bxs-bus-school:before { content: "\ec51"; } .bxs-cabinet:before { content: "\ec52"; } .bxs-cake:before { content: "\ec53"; } .bxs-calculator:before { content: "\ec54"; } .bxs-calendar:before { content: "\ec55"; } .bxs-calendar-alt:before { content: "\ec56"; } .bxs-calendar-check:before { content: "\ec57"; } .bxs-calendar-edit:before { content: "\ec58"; } .bxs-calendar-event:before { content: "\ec59"; } .bxs-calendar-exclamation:before { content: "\ec5a"; } .bxs-calendar-heart:before { content: "\ec5b"; } .bxs-calendar-minus:before { content: "\ec5c"; } .bxs-calendar-plus:before { content: "\ec5d"; } .bxs-calendar-star:before { content: "\ec5e"; } .bxs-calendar-week:before { content: "\ec5f"; } .bxs-calendar-x:before { content: "\ec60"; } .bxs-camera:before { content: "\ec61"; } .bxs-camera-home:before { content: "\ec62"; } .bxs-camera-movie:before { content: "\ec63"; } .bxs-camera-off:before { content: "\ec64"; } .bxs-camera-plus:before { content: "\ec65"; } .bxs-capsule:before { content: "\ec66"; } .bxs-captions:before { content: "\ec67"; } .bxs-car:before { content: "\ec68"; } .bxs-car-battery:before { content: "\ec69"; } .bxs-car-crash:before { content: "\ec6a"; } .bxs-card:before { content: "\ec6b"; } .bxs-caret-down-circle:before { content: "\ec6c"; } .bxs-caret-down-square:before { content: "\ec6d"; } .bxs-caret-left-circle:before { content: "\ec6e"; } .bxs-caret-left-square:before { content: "\ec6f"; } .bxs-caret-right-circle:before { content: "\ec70"; } .bxs-caret-right-square:before { content: "\ec71"; } .bxs-caret-up-circle:before { content: "\ec72"; } .bxs-caret-up-square:before { content: "\ec73"; } .bxs-car-garage:before { content: "\ec74"; } .bxs-car-mechanic:before { content: "\ec75"; } .bxs-carousel:before { content: "\ec76"; } .bxs-cart:before { content: "\ec77"; } .bxs-cart-add:before { content: "\ec78"; } .bxs-cart-alt:before { content: "\ec79"; } .bxs-cart-download:before { content: "\ec7a"; } .bxs-car-wash:before { content: "\ec7b"; } .bxs-category:before { content: "\ec7c"; } .bxs-category-alt:before { content: "\ec7d"; } .bxs-cctv:before { content: "\ec7e"; } .bxs-certification:before { content: "\ec7f"; } .bxs-chalkboard:before { content: "\ec80"; } .bxs-chart:before { content: "\ec81"; } .bxs-chat:before { content: "\ec82"; } .bxs-checkbox:before { content: "\ec83"; } .bxs-checkbox-checked:before { content: "\ec84"; } .bxs-check-circle:before { content: "\ec85"; } .bxs-check-shield:before { content: "\ec86"; } .bxs-check-square:before { content: "\ec87"; } .bxs-chess:before { content: "\ec88"; } .bxs-chevron-down:before { content: "\ec89"; } .bxs-chevron-down-circle:before { content: "\ec8a"; } .bxs-chevron-down-square:before { content: "\ec8b"; } .bxs-chevron-left:before { content: "\ec8c"; } .bxs-chevron-left-circle:before { content: "\ec8d"; } .bxs-chevron-left-square:before { content: "\ec8e"; } .bxs-chevron-right:before { content: "\ec8f"; } .bxs-chevron-right-circle:before { content: "\ec90"; } .bxs-chevron-right-square:before { content: "\ec91"; } .bxs-chevrons-down:before { content: "\ec92"; } .bxs-chevrons-left:before { content: "\ec93"; } .bxs-chevrons-right:before { content: "\ec94"; } .bxs-chevrons-up:before { content: "\ec95"; } .bxs-chevron-up:before { content: "\ec96"; } .bxs-chevron-up-circle:before { content: "\ec97"; } .bxs-chevron-up-square:before { content: "\ec98"; } .bxs-chip:before { content: "\ec99"; } .bxs-church:before { content: "\ec9a"; } .bxs-circle:before { content: "\ec9b"; } .bxs-city:before { content: "\ec9c"; } .bxs-clinic:before { content: "\ec9d"; } .bxs-cloud:before { content: "\ec9e"; } .bxs-cloud-download:before { content: "\ec9f"; } .bxs-cloud-lightning:before { content: "\eca0"; } .bxs-cloud-rain:before { content: "\eca1"; } .bxs-cloud-upload:before { content: "\eca2"; } .bxs-coffee:before { content: "\eca3"; } .bxs-coffee-alt:before { content: "\eca4"; } .bxs-coffee-togo:before { content: "\eca5"; } .bxs-cog:before { content: "\eca6"; } .bxs-coin:before { content: "\eca7"; } .bxs-coin-stack:before { content: "\eca8"; } .bxs-collection:before { content: "\eca9"; } .bxs-color-fill:before { content: "\ecaa"; } .bxs-comment:before { content: "\ecab"; } .bxs-comment-add:before { content: "\ecac"; } .bxs-comment-check:before { content: "\ecad"; } .bxs-comment-detail:before { content: "\ecae"; } .bxs-comment-dots:before { content: "\ecaf"; } .bxs-comment-edit:before { content: "\ecb0"; } .bxs-comment-error:before { content: "\ecb1"; } .bxs-comment-minus:before { content: "\ecb2"; } .bxs-comment-x:before { content: "\ecb3"; } .bxs-compass:before { content: "\ecb4"; } .bxs-component:before { content: "\ecb5"; } .bxs-confused:before { content: "\ecb6"; } .bxs-contact:before { content: "\ecb7"; } .bxs-conversation:before { content: "\ecb8"; } .bxs-cookie:before { content: "\ecb9"; } .bxs-cool:before { content: "\ecba"; } .bxs-copy:before { content: "\ecbb"; } .bxs-copy-alt:before { content: "\ecbc"; } .bxs-copyright:before { content: "\ecbd"; } .bxs-coupon:before { content: "\ecbe"; } .bxs-credit-card:before { content: "\ecbf"; } .bxs-credit-card-alt:before { content: "\ecc0"; } .bxs-credit-card-front:before { content: "\ecc1"; } .bxs-crop:before { content: "\ecc2"; } .bxs-crown:before { content: "\ecc3"; } .bxs-cube:before { content: "\ecc4"; } .bxs-cube-alt:before { content: "\ecc5"; } .bxs-cuboid:before { content: "\ecc6"; } .bxs-customize:before { content: "\ecc7"; } .bxs-cylinder:before { content: "\ecc8"; } .bxs-dashboard:before { content: "\ecc9"; } .bxs-data:before { content: "\ecca"; } .bxs-detail:before { content: "\eccb"; } .bxs-devices:before { content: "\eccc"; } .bxs-diamond:before { content: "\eccd"; } .bxs-dice-1:before { content: "\ecce"; } .bxs-dice-2:before { content: "\eccf"; } .bxs-dice-3:before { content: "\ecd0"; } .bxs-dice-4:before { content: "\ecd1"; } .bxs-dice-5:before { content: "\ecd2"; } .bxs-dice-6:before { content: "\ecd3"; } .bxs-direction-left:before { content: "\ecd4"; } .bxs-direction-right:before { content: "\ecd5"; } .bxs-directions:before { content: "\ecd6"; } .bxs-disc:before { content: "\ecd7"; } .bxs-discount:before { content: "\ecd8"; } .bxs-dish:before { content: "\ecd9"; } .bxs-dislike:before { content: "\ecda"; } .bxs-dizzy:before { content: "\ecdb"; } .bxs-dock-bottom:before { content: "\ecdc"; } .bxs-dock-left:before { content: "\ecdd"; } .bxs-dock-right:before { content: "\ecde"; } .bxs-dock-top:before { content: "\ecdf"; } .bxs-dollar-circle:before { content: "\ece0"; } .bxs-donate-blood:before { content: "\ece1"; } .bxs-donate-heart:before { content: "\ece2"; } .bxs-door-open:before { content: "\ece3"; } .bxs-doughnut-chart:before { content: "\ece4"; } .bxs-down-arrow:before { content: "\ece5"; } .bxs-down-arrow-alt:before { content: "\ece6"; } .bxs-down-arrow-circle:before { content: "\ece7"; } .bxs-down-arrow-square:before { content: "\ece8"; } .bxs-download:before { content: "\ece9"; } .bxs-downvote:before { content: "\ecea"; } .bxs-drink:before { content: "\eceb"; } .bxs-droplet:before { content: "\ecec"; } .bxs-droplet-half:before { content: "\eced"; } .bxs-dryer:before { content: "\ecee"; } .bxs-duplicate:before { content: "\ecef"; } .bxs-edit:before { content: "\ecf0"; } .bxs-edit-alt:before { content: "\ecf1"; } .bxs-edit-location:before { content: "\ecf2"; } .bxs-eject:before { content: "\ecf3"; } .bxs-envelope:before { content: "\ecf4"; } .bxs-envelope-open:before { content: "\ecf5"; } .bxs-eraser:before { content: "\ecf6"; } .bxs-error:before { content: "\ecf7"; } .bxs-error-alt:before { content: "\ecf8"; } .bxs-error-circle:before { content: "\ecf9"; } .bxs-ev-station:before { content: "\ecfa"; } .bxs-exit:before { content: "\ecfb"; } .bxs-extension:before { content: "\ecfc"; } .bxs-eyedropper:before { content: "\ecfd"; } .bxs-face:before { content: "\ecfe"; } .bxs-face-mask:before { content: "\ecff"; } .bxs-factory:before { content: "\ed00"; } .bxs-fast-forward-circle:before { content: "\ed01"; } .bxs-file:before { content: "\ed02"; } .bxs-file-archive:before { content: "\ed03"; } .bxs-file-blank:before { content: "\ed04"; } .bxs-file-css:before { content: "\ed05"; } .bxs-file-doc:before { content: "\ed06"; } .bxs-file-export:before { content: "\ed07"; } .bxs-file-find:before { content: "\ed08"; } .bxs-file-gif:before { content: "\ed09"; } .bxs-file-html:before { content: "\ed0a"; } .bxs-file-image:before { content: "\ed0b"; } .bxs-file-import:before { content: "\ed0c"; } .bxs-file-jpg:before { content: "\ed0d"; } .bxs-file-js:before { content: "\ed0e"; } .bxs-file-json:before { content: "\ed0f"; } .bxs-file-md:before { content: "\ed10"; } .bxs-file-pdf:before { content: "\ed11"; } .bxs-file-plus:before { content: "\ed12"; } .bxs-file-png:before { content: "\ed13"; } .bxs-file-txt:before { content: "\ed14"; } .bxs-film:before { content: "\ed15"; } .bxs-filter-alt:before { content: "\ed16"; } .bxs-first-aid:before { content: "\ed17"; } .bxs-flag:before { content: "\ed18"; } .bxs-flag-alt:before { content: "\ed19"; } .bxs-flag-checkered:before { content: "\ed1a"; } .bxs-flame:before { content: "\ed1b"; } .bxs-flask:before { content: "\ed1c"; } .bxs-florist:before { content: "\ed1d"; } .bxs-folder:before { content: "\ed1e"; } .bxs-folder-minus:before { content: "\ed1f"; } .bxs-folder-open:before { content: "\ed20"; } .bxs-folder-plus:before { content: "\ed21"; } .bxs-food-menu:before { content: "\ed22"; } .bxs-fridge:before { content: "\ed23"; } .bxs-game:before { content: "\ed24"; } .bxs-gas-pump:before { content: "\ed25"; } .bxs-ghost:before { content: "\ed26"; } .bxs-gift:before { content: "\ed27"; } .bxs-graduation:before { content: "\ed28"; } .bxs-grid:before { content: "\ed29"; } .bxs-grid-alt:before { content: "\ed2a"; } .bxs-group:before { content: "\ed2b"; } .bxs-guitar-amp:before { content: "\ed2c"; } .bxs-hand-down:before { content: "\ed2d"; } .bxs-hand-left:before { content: "\ed2e"; } .bxs-hand-right:before { content: "\ed2f"; } .bxs-hand-up:before { content: "\ed30"; } .bxs-happy:before { content: "\ed31"; } .bxs-happy-alt:before { content: "\ed32"; } .bxs-happy-beaming:before { content: "\ed33"; } .bxs-happy-heart-eyes:before { content: "\ed34"; } .bxs-hdd:before { content: "\ed35"; } .bxs-heart:before { content: "\ed36"; } .bxs-heart-circle:before { content: "\ed37"; } .bxs-heart-square:before { content: "\ed38"; } .bxs-help-circle:before { content: "\ed39"; } .bxs-hide:before { content: "\ed3a"; } .bxs-home:before { content: "\ed3b"; } .bxs-home-circle:before { content: "\ed3c"; } .bxs-home-heart:before { content: "\ed3d"; } .bxs-home-smile:before { content: "\ed3e"; } .bxs-hot:before { content: "\ed3f"; } .bxs-hotel:before { content: "\ed40"; } .bxs-hourglass:before { content: "\ed41"; } .bxs-hourglass-bottom:before { content: "\ed42"; } .bxs-hourglass-top:before { content: "\ed43"; } .bxs-id-card:before { content: "\ed44"; } .bxs-image:before { content: "\ed45"; } .bxs-image-add:before { content: "\ed46"; } .bxs-image-alt:before { content: "\ed47"; } .bxs-inbox:before { content: "\ed48"; } .bxs-info-circle:before { content: "\ed49"; } .bxs-info-square:before { content: "\ed4a"; } .bxs-institution:before { content: "\ed4b"; } .bxs-joystick:before { content: "\ed4c"; } .bxs-joystick-alt:before { content: "\ed4d"; } .bxs-joystick-button:before { content: "\ed4e"; } .bxs-key:before { content: "\ed4f"; } .bxs-keyboard:before { content: "\ed50"; } .bxs-label:before { content: "\ed51"; } .bxs-landmark:before { content: "\ed52"; } .bxs-landscape:before { content: "\ed53"; } .bxs-laugh:before { content: "\ed54"; } .bxs-layer:before { content: "\ed55"; } .bxs-layer-minus:before { content: "\ed56"; } .bxs-layer-plus:before { content: "\ed57"; } .bxs-layout:before { content: "\ed58"; } .bxs-left-arrow:before { content: "\ed59"; } .bxs-left-arrow-alt:before { content: "\ed5a"; } .bxs-left-arrow-circle:before { content: "\ed5b"; } .bxs-left-arrow-square:before { content: "\ed5c"; } .bxs-left-down-arrow-circle:before { content: "\ed5d"; } .bxs-left-top-arrow-circle:before { content: "\ed5e"; } .bxs-like:before { content: "\ed5f"; } .bxs-location-plus:before { content: "\ed60"; } .bxs-lock:before { content: "\ed61"; } .bxs-lock-alt:before { content: "\ed62"; } .bxs-lock-open:before { content: "\ed63"; } .bxs-lock-open-alt:before { content: "\ed64"; } .bxs-log-in:before { content: "\ed65"; } .bxs-log-in-circle:before { content: "\ed66"; } .bxs-log-out:before { content: "\ed67"; } .bxs-log-out-circle:before { content: "\ed68"; } .bxs-low-vision:before { content: "\ed69"; } .bxs-magic-wand:before { content: "\ed6a"; } .bxs-magnet:before { content: "\ed6b"; } .bxs-map:before { content: "\ed6c"; } .bxs-map-alt:before { content: "\ed6d"; } .bxs-map-pin:before { content: "\ed6e"; } .bxs-mask:before { content: "\ed6f"; } .bxs-medal:before { content: "\ed70"; } .bxs-megaphone:before { content: "\ed71"; } .bxs-meh:before { content: "\ed72"; } .bxs-meh-alt:before { content: "\ed73"; } .bxs-meh-blank:before { content: "\ed74"; } .bxs-memory-card:before { content: "\ed75"; } .bxs-message:before { content: "\ed76"; } .bxs-message-add:before { content: "\ed77"; } .bxs-message-alt:before { content: "\ed78"; } .bxs-message-alt-add:before { content: "\ed79"; } .bxs-message-alt-check:before { content: "\ed7a"; } .bxs-message-alt-detail:before { content: "\ed7b"; } .bxs-message-alt-dots:before { content: "\ed7c"; } .bxs-message-alt-edit:before { content: "\ed7d"; } .bxs-message-alt-error:before { content: "\ed7e"; } .bxs-message-alt-minus:before { content: "\ed7f"; } .bxs-message-alt-x:before { content: "\ed80"; } .bxs-message-check:before { content: "\ed81"; } .bxs-message-detail:before { content: "\ed82"; } .bxs-message-dots:before { content: "\ed83"; } .bxs-message-edit:before { content: "\ed84"; } .bxs-message-error:before { content: "\ed85"; } .bxs-message-minus:before { content: "\ed86"; } .bxs-message-rounded:before { content: "\ed87"; } .bxs-message-rounded-add:before { content: "\ed88"; } .bxs-message-rounded-check:before { content: "\ed89"; } .bxs-message-rounded-detail:before { content: "\ed8a"; } .bxs-message-rounded-dots:before { content: "\ed8b"; } .bxs-message-rounded-edit:before { content: "\ed8c"; } .bxs-message-rounded-error:before { content: "\ed8d"; } .bxs-message-rounded-minus:before { content: "\ed8e"; } .bxs-message-rounded-x:before { content: "\ed8f"; } .bxs-message-square:before { content: "\ed90"; } .bxs-message-square-add:before { content: "\ed91"; } .bxs-message-square-check:before { content: "\ed92"; } .bxs-message-square-detail:before { content: "\ed93"; } .bxs-message-square-dots:before { content: "\ed94"; } .bxs-message-square-edit:before { content: "\ed95"; } .bxs-message-square-error:before { content: "\ed96"; } .bxs-message-square-minus:before { content: "\ed97"; } .bxs-message-square-x:before { content: "\ed98"; } .bxs-message-x:before { content: "\ed99"; } .bxs-meteor:before { content: "\ed9a"; } .bxs-microchip:before { content: "\ed9b"; } .bxs-microphone:before { content: "\ed9c"; } .bxs-microphone-alt:before { content: "\ed9d"; } .bxs-microphone-off:before { content: "\ed9e"; } .bxs-minus-circle:before { content: "\ed9f"; } .bxs-minus-square:before { content: "\eda0"; } .bxs-mobile:before { content: "\eda1"; } .bxs-mobile-vibration:before { content: "\eda2"; } .bxs-moon:before { content: "\eda3"; } .bxs-mouse:before { content: "\eda4"; } .bxs-mouse-alt:before { content: "\eda5"; } .bxs-movie:before { content: "\eda6"; } .bxs-movie-play:before { content: "\eda7"; } .bxs-music:before { content: "\eda8"; } .bxs-navigation:before { content: "\eda9"; } .bxs-network-chart:before { content: "\edaa"; } .bxs-news:before { content: "\edab"; } .bxs-no-entry:before { content: "\edac"; } .bxs-note:before { content: "\edad"; } .bxs-notepad:before { content: "\edae"; } .bxs-notification:before { content: "\edaf"; } .bxs-notification-off:before { content: "\edb0"; } .bxs-offer:before { content: "\edb1"; } .bxs-package:before { content: "\edb2"; } .bxs-paint:before { content: "\edb3"; } .bxs-paint-roll:before { content: "\edb4"; } .bxs-palette:before { content: "\edb5"; } .bxs-paper-plane:before { content: "\edb6"; } .bxs-parking:before { content: "\edb7"; } .bxs-paste:before { content: "\edb8"; } .bxs-pen:before { content: "\edb9"; } .bxs-pencil:before { content: "\edba"; } .bxs-phone:before { content: "\edbb"; } .bxs-phone-call:before { content: "\edbc"; } .bxs-phone-incoming:before { content: "\edbd"; } .bxs-phone-outgoing:before { content: "\edbe"; } .bxs-photo-album:before { content: "\edbf"; } .bxs-piano:before { content: "\edc0"; } .bxs-pie-chart:before { content: "\edc1"; } .bxs-pie-chart-alt:before { content: "\edc2"; } .bxs-pie-chart-alt-2:before { content: "\edc3"; } .bxs-pin:before { content: "\edc4"; } .bxs-pizza:before { content: "\edc5"; } .bxs-plane:before { content: "\edc6"; } .bxs-plane-alt:before { content: "\edc7"; } .bxs-plane-land:before { content: "\edc8"; } .bxs-planet:before { content: "\edc9"; } .bxs-plane-take-off:before { content: "\edca"; } .bxs-playlist:before { content: "\edcb"; } .bxs-plug:before { content: "\edcc"; } .bxs-plus-circle:before { content: "\edcd"; } .bxs-plus-square:before { content: "\edce"; } .bxs-pointer:before { content: "\edcf"; } .bxs-polygon:before { content: "\edd0"; } .bxs-printer:before { content: "\edd1"; } .bxs-purchase-tag:before { content: "\edd2"; } .bxs-purchase-tag-alt:before { content: "\edd3"; } .bxs-pyramid:before { content: "\edd4"; } .bxs-quote-alt-left:before { content: "\edd5"; } .bxs-quote-alt-right:before { content: "\edd6"; } .bxs-quote-left:before { content: "\edd7"; } .bxs-quote-right:before { content: "\edd8"; } .bxs-quote-single-left:before { content: "\edd9"; } .bxs-quote-single-right:before { content: "\edda"; } .bxs-radiation:before { content: "\eddb"; } .bxs-radio:before { content: "\eddc"; } .bxs-receipt:before { content: "\eddd"; } .bxs-rectangle:before { content: "\edde"; } .bxs-rename:before { content: "\eddf"; } .bxs-report:before { content: "\ede0"; } .bxs-rewind-circle:before { content: "\ede1"; } .bxs-right-arrow:before { content: "\ede2"; } .bxs-right-arrow-alt:before { content: "\ede3"; } .bxs-right-arrow-circle:before { content: "\ede4"; } .bxs-right-arrow-square:before { content: "\ede5"; } .bxs-right-down-arrow-circle:before { content: "\ede6"; } .bxs-right-top-arrow-circle:before { content: "\ede7"; } .bxs-rocket:before { content: "\ede8"; } .bxs-ruler:before { content: "\ede9"; } .bxs-sad:before { content: "\edea"; } .bxs-save:before { content: "\edeb"; } .bxs-school:before { content: "\edec"; } .bxs-search:before { content: "\eded"; } .bxs-search-alt-2:before { content: "\edee"; } .bxs-select-multiple:before { content: "\edef"; } .bxs-send:before { content: "\edf0"; } .bxs-server:before { content: "\edf1"; } .bxs-shapes:before { content: "\edf2"; } .bxs-share:before { content: "\edf3"; } .bxs-share-alt:before { content: "\edf4"; } .bxs-shield:before { content: "\edf5"; } .bxs-shield-alt-2:before { content: "\edf6"; } .bxs-shield-x:before { content: "\edf7"; } .bxs-ship:before { content: "\edf8"; } .bxs-shocked:before { content: "\edf9"; } .bxs-shopping-bag:before { content: "\edfa"; } .bxs-shopping-bag-alt:before { content: "\edfb"; } .bxs-shopping-bags:before { content: "\edfc"; } .bxs-show:before { content: "\edfd"; } .bxs-skip-next-circle:before { content: "\edfe"; } .bxs-skip-previous-circle:before { content: "\edff"; } .bxs-skull:before { content: "\ee00"; } .bxs-sleepy:before { content: "\ee01"; } .bxs-slideshow:before { content: "\ee02"; } .bxs-smile:before { content: "\ee03"; } .bxs-sort-alt:before { content: "\ee04"; } .bxs-spa:before { content: "\ee05"; } .bxs-spray-can:before { content: "\ee06"; } .bxs-spreadsheet:before { content: "\ee07"; } .bxs-square:before { content: "\ee08"; } .bxs-square-rounded:before { content: "\ee09"; } .bxs-star:before { content: "\ee0a"; } .bxs-star-half:before { content: "\ee0b"; } .bxs-sticker:before { content: "\ee0c"; } .bxs-stopwatch:before { content: "\ee0d"; } .bxs-store:before { content: "\ee0e"; } .bxs-store-alt:before { content: "\ee0f"; } .bxs-sun:before { content: "\ee10"; } .bxs-tachometer:before { content: "\ee11"; } .bxs-tag:before { content: "\ee12"; } .bxs-tag-alt:before { content: "\ee13"; } .bxs-tag-x:before { content: "\ee14"; } .bxs-taxi:before { content: "\ee15"; } .bxs-tennis-ball:before { content: "\ee16"; } .bxs-terminal:before { content: "\ee17"; } .bxs-thermometer:before { content: "\ee18"; } .bxs-time:before { content: "\ee19"; } .bxs-time-five:before { content: "\ee1a"; } .bxs-timer:before { content: "\ee1b"; } .bxs-tired:before { content: "\ee1c"; } .bxs-toggle-left:before { content: "\ee1d"; } .bxs-toggle-right:before { content: "\ee1e"; } .bxs-tone:before { content: "\ee1f"; } .bxs-torch:before { content: "\ee20"; } .bxs-to-top:before { content: "\ee21"; } .bxs-traffic:before { content: "\ee22"; } .bxs-traffic-barrier:before { content: "\ee23"; } .bxs-traffic-cone:before { content: "\ee24"; } .bxs-train:before { content: "\ee25"; } .bxs-trash:before { content: "\ee26"; } .bxs-trash-alt:before { content: "\ee27"; } .bxs-tree:before { content: "\ee28"; } .bxs-trophy:before { content: "\ee29"; } .bxs-truck:before { content: "\ee2a"; } .bxs-t-shirt:before { content: "\ee2b"; } .bxs-tv:before { content: "\ee2c"; } .bxs-up-arrow:before { content: "\ee2d"; } .bxs-up-arrow-alt:before { content: "\ee2e"; } .bxs-up-arrow-circle:before { content: "\ee2f"; } .bxs-up-arrow-square:before { content: "\ee30"; } .bxs-upside-down:before { content: "\ee31"; } .bxs-upvote:before { content: "\ee32"; } .bxs-user:before { content: "\ee33"; } .bxs-user-account:before { content: "\ee34"; } .bxs-user-badge:before { content: "\ee35"; } .bxs-user-check:before { content: "\ee36"; } .bxs-user-circle:before { content: "\ee37"; } .bxs-user-detail:before { content: "\ee38"; } .bxs-user-minus:before { content: "\ee39"; } .bxs-user-pin:before { content: "\ee3a"; } .bxs-user-plus:before { content: "\ee3b"; } .bxs-user-rectangle:before { content: "\ee3c"; } .bxs-user-voice:before { content: "\ee3d"; } .bxs-user-x:before { content: "\ee3e"; } .bxs-vector:before { content: "\ee3f"; } .bxs-vial:before { content: "\ee40"; } .bxs-video:before { content: "\ee41"; } .bxs-video-off:before { content: "\ee42"; } .bxs-video-plus:before { content: "\ee43"; } .bxs-video-recording:before { content: "\ee44"; } .bxs-videos:before { content: "\ee45"; } .bxs-virus:before { content: "\ee46"; } .bxs-virus-block:before { content: "\ee47"; } .bxs-volume:before { content: "\ee48"; } .bxs-volume-full:before { content: "\ee49"; } .bxs-volume-low:before { content: "\ee4a"; } .bxs-volume-mute:before { content: "\ee4b"; } .bxs-wallet:before { content: "\ee4c"; } .bxs-wallet-alt:before { content: "\ee4d"; } .bxs-washer:before { content: "\ee4e"; } .bxs-watch:before { content: "\ee4f"; } .bxs-watch-alt:before { content: "\ee50"; } .bxs-webcam:before { content: "\ee51"; } .bxs-widget:before { content: "\ee52"; } .bxs-window-alt:before { content: "\ee53"; } .bxs-wine:before { content: "\ee54"; } .bxs-wink-smile:before { content: "\ee55"; } .bxs-wink-tongue:before { content: "\ee56"; } .bxs-wrench:before { content: "\ee57"; } .bxs-x-circle:before { content: "\ee58"; } .bxs-x-square:before { content: "\ee59"; } .bxs-yin-yang:before { content: "\ee5a"; } .bxs-zap:before { content: "\ee5b"; } .bxs-zoom-in:before { content: "\ee5c"; } .bxs-zoom-out:before { content: "\ee5d"; } .bxl-500px:before { content: "\ee5e"; } .bxl-adobe:before { content: "\ee5f"; } .bxl-airbnb:before { content: "\ee60"; } .bxl-algolia:before { content: "\ee61"; } .bxl-amazon:before { content: "\ee62"; } .bxl-android:before { content: "\ee63"; } .bxl-angular:before { content: "\ee64"; } .bxl-apple:before { content: "\ee65"; } .bxl-audible:before { content: "\ee66"; } .bxl-baidu:before { content: "\ee67"; } .bxl-behance:before { content: "\ee68"; } .bxl-bing:before { content: "\ee69"; } .bxl-bitcoin:before { content: "\ee6a"; } .bxl-blender:before { content: "\ee6b"; } .bxl-blogger:before { content: "\ee6c"; } .bxl-bootstrap:before { content: "\ee6d"; } .bxl-chrome:before { content: "\ee6e"; } .bxl-codepen:before { content: "\ee6f"; } .bxl-c-plus-plus:before { content: "\ee70"; } .bxl-creative-commons:before { content: "\ee71"; } .bxl-css3:before { content: "\ee72"; } .bxl-dailymotion:before { content: "\ee73"; } .bxl-deviantart:before { content: "\ee74"; } .bxl-dev-to:before { content: "\ee75"; } .bxl-digg:before { content: "\ee76"; } .bxl-digitalocean:before { content: "\ee77"; } .bxl-discord:before { content: "\ee78"; } .bxl-discourse:before { content: "\ee79"; } .bxl-django:before { content: "\ee7a"; } .bxl-dribbble:before { content: "\ee7b"; } .bxl-dropbox:before { content: "\ee7c"; } .bxl-drupal:before { content: "\ee7d"; } .bxl-ebay:before { content: "\ee7e"; } .bxl-edge:before { content: "\ee7f"; } .bxl-etsy:before { content: "\ee80"; } .bxl-facebook:before { content: "\ee81"; } .bxl-facebook-circle:before { content: "\ee82"; } .bxl-facebook-square:before { content: "\ee83"; } .bxl-figma:before { content: "\ee84"; } .bxl-firebase:before { content: "\ee85"; } .bxl-firefox:before { content: "\ee86"; } .bxl-flickr:before { content: "\ee87"; } .bxl-flickr-square:before { content: "\ee88"; } .bxl-foursquare:before { content: "\ee89"; } .bxl-git:before { content: "\ee8a"; } .bxl-github:before { content: "\ee8b"; } .bxl-gitlab:before { content: "\ee8c"; } .bxl-google:before { content: "\ee8d"; } .bxl-google-cloud:before { content: "\ee8e"; } .bxl-google-plus:before { content: "\ee8f"; } .bxl-google-plus-circle:before { content: "\ee90"; } .bxl-html5:before { content: "\ee91"; } .bxl-imdb:before { content: "\ee92"; } .bxl-instagram:before { content: "\ee93"; } .bxl-instagram-alt:before { content: "\ee94"; } .bxl-internet-explorer:before { content: "\ee95"; } .bxl-invision:before { content: "\ee96"; } .bxl-javascript:before { content: "\ee97"; } .bxl-joomla:before { content: "\ee98"; } .bxl-jquery:before { content: "\ee99"; } .bxl-jsfiddle:before { content: "\ee9a"; } .bxl-kickstarter:before { content: "\ee9b"; } .bxl-kubernetes:before { content: "\ee9c"; } .bxl-less:before { content: "\ee9d"; } .bxl-linkedin:before { content: "\ee9e"; } .bxl-linkedin-square:before { content: "\ee9f"; } .bxl-magento:before { content: "\eea0"; } .bxl-mailchimp:before { content: "\eea1"; } .bxl-markdown:before { content: "\eea2"; } .bxl-mastercard:before { content: "\eea3"; } .bxl-medium:before { content: "\eea4"; } .bxl-medium-old:before { content: "\eea5"; } .bxl-medium-square:before { content: "\eea6"; } .bxl-messenger:before { content: "\eea7"; } .bxl-microsoft:before { content: "\eea8"; } .bxl-microsoft-teams:before { content: "\eea9"; } .bxl-nodejs:before { content: "\eeaa"; } .bxl-ok-ru:before { content: "\eeab"; } .bxl-opera:before { content: "\eeac"; } .bxl-patreon:before { content: "\eead"; } .bxl-paypal:before { content: "\eeae"; } .bxl-periscope:before { content: "\eeaf"; } .bxl-pinterest:before { content: "\eeb0"; } .bxl-pinterest-alt:before { content: "\eeb1"; } .bxl-play-store:before { content: "\eeb2"; } .bxl-pocket:before { content: "\eeb3"; } .bxl-product-hunt:before { content: "\eeb4"; } .bxl-python:before { content: "\eeb5"; } .bxl-quora:before { content: "\eeb6"; } .bxl-react:before { content: "\eeb7"; } .bxl-redbubble:before { content: "\eeb8"; } .bxl-reddit:before { content: "\eeb9"; } .bxl-redux:before { content: "\eeba"; } .bxl-sass:before { content: "\eebb"; } .bxl-shopify:before { content: "\eebc"; } .bxl-skype:before { content: "\eebd"; } .bxl-slack:before { content: "\eebe"; } .bxl-slack-old:before { content: "\eebf"; } .bxl-snapchat:before { content: "\eec0"; } .bxl-soundcloud:before { content: "\eec1"; } .bxl-spotify:before { content: "\eec2"; } .bxl-spring-boot:before { content: "\eec3"; } .bxl-squarespace:before { content: "\eec4"; } .bxl-stack-overflow:before { content: "\eec5"; } .bxl-stripe:before { content: "\eec6"; } .bxl-telegram:before { content: "\eec7"; } .bxl-trello:before { content: "\eec8"; } .bxl-tumblr:before { content: "\eec9"; } .bxl-tux:before { content: "\eeca"; } .bxl-twitch:before { content: "\eecb"; } .bxl-twitter:before { content: "\eecc"; } .bxl-unsplash:before { content: "\eecd"; } .bxl-vimeo:before { content: "\eece"; } .bxl-visa:before { content: "\eecf"; } .bxl-vk:before { content: "\eed0"; } .bxl-vuejs:before { content: "\eed1"; } .bxl-whatsapp:before { content: "\eed2"; } .bxl-whatsapp-square:before { content: "\eed3"; } .bxl-wikipedia:before { content: "\eed4"; } .bxl-windows:before { content: "\eed5"; } .bxl-wix:before { content: "\eed6"; } .bxl-wordpress:before { content: "\eed7"; } .bxl-yahoo:before { content: "\eed8"; } .bxl-yelp:before { content: "\eed9"; } .bxl-youtube:before { content: "\eeda"; } .bxl-zoom:before { content: "\eedb"; } ================================================ FILE: icon-packs/ikonli-bpmn-pack/ikonli-bpmn-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-bpmn-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.bpmn { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.bpmn; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.bpmn.BpmnIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.bpmn.BpmnIkonProvider; } ================================================ FILE: icon-packs/ikonli-bpmn-pack/src/main/java/org/kordamp/ikonli/bpmn/Bpmn.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bpmn; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Bpmn implements Ikon { AD_HOC_MARKER("bpmn-ad-hoc-marker", '\ue855'), BPMN_IO("bpmn-bpmn-io", '\ue831'), BUSINESS_RULE("bpmn-business-rule", '\ue818'), BUSINESS_RULE_TASK("bpmn-business-rule-task", '\ue827'), CALL_ACTIVITY("bpmn-call-activity", '\ue82a'), COMPENSATION_MARKER("bpmn-compensation-marker", '\ue858'), CONDITIONAL_FLOW("bpmn-conditional-flow", '\ue802'), CONNECTION("bpmn-connection", '\ue810'), CONNECTION_MULTI("bpmn-connection-multi", '\ue860'), DATA_INPUT("bpmn-data-input", '\ue866'), DATA_OBJECT("bpmn-data-object", '\ue84b'), DATA_OUTPUT("bpmn-data-output", '\ue867'), DATA_STORE("bpmn-data-store", '\ue84e'), DEFAULT_FLOW("bpmn-default-flow", '\ue803'), END_EVENT_CANCEL("bpmn-end-event-cancel", '\ue811'), END_EVENT_COMPENSATION("bpmn-end-event-compensation", '\ue81e'), END_EVENT_ERROR("bpmn-end-event-error", '\ue822'), END_EVENT_ESCALATION("bpmn-end-event-escalation", '\ue82f'), END_EVENT_LINK("bpmn-end-event-link", '\ue83b'), END_EVENT_MESSAGE("bpmn-end-event-message", '\ue83a'), END_EVENT_MULTIPLE("bpmn-end-event-multiple", '\ue839'), END_EVENT_NONE("bpmn-end-event-none", '\ue838'), END_EVENT_SIGNAL("bpmn-end-event-signal", '\ue837'), END_EVENT_TERMINATE("bpmn-end-event-terminate", '\ue836'), EVENT_SUBPROCESS_EXPANDED("bpmn-event-subprocess-expanded", '\ue85d'), GATEWAY_COMPLEX("bpmn-gateway-complex", '\ue832'), GATEWAY_EVENTBASED("bpmn-gateway-eventbased", '\ue833'), GATEWAY_NONE("bpmn-gateway-none", '\ue834'), GATEWAY_OR("bpmn-gateway-or", '\ue835'), GATEWAY_PARALLEL("bpmn-gateway-parallel", '\ue804'), GATEWAY_XOR("bpmn-gateway-xor", '\ue80f'), GROUP("bpmn-group", '\ue869'), HAND_TOOL("bpmn-hand-tool", '\ue868'), INTERMEDIATE_EVENT_CATCH_CANCEL("bpmn-intermediate-event-catch-cancel", '\ue805'), INTERMEDIATE_EVENT_CATCH_COMPENSATION("bpmn-intermediate-event-catch-compensation", '\ue80e'), INTERMEDIATE_EVENT_CATCH_CONDITION("bpmn-intermediate-event-catch-condition", '\ue812'), INTERMEDIATE_EVENT_CATCH_ERROR("bpmn-intermediate-event-catch-error", '\ue81d'), INTERMEDIATE_EVENT_CATCH_ESCALATION("bpmn-intermediate-event-catch-escalation", '\ue823'), INTERMEDIATE_EVENT_CATCH_LINK("bpmn-intermediate-event-catch-link", '\ue82e'), INTERMEDIATE_EVENT_CATCH_MESSAGE("bpmn-intermediate-event-catch-message", '\ue83c'), INTERMEDIATE_EVENT_CATCH_MULTIPLE("bpmn-intermediate-event-catch-multiple", '\ue847'), INTERMEDIATE_EVENT_CATCH_NON_INTERRUPTING_CONDITION("bpmn-intermediate-event-catch-non-interrupting-condition", '\ue85b'), INTERMEDIATE_EVENT_CATCH_NON_INTERRUPTING_ESCALATION("bpmn-intermediate-event-catch-non-interrupting-escalation", '\ue848'), INTERMEDIATE_EVENT_CATCH_NON_INTERRUPTING_MESSAGE("bpmn-intermediate-event-catch-non-interrupting-message", '\ue806'), INTERMEDIATE_EVENT_CATCH_NON_INTERRUPTING_MULTIPLE("bpmn-intermediate-event-catch-non-interrupting-multiple", '\ue851'), INTERMEDIATE_EVENT_CATCH_NON_INTERRUPTING_PARALLEL_MULTIPLE("bpmn-intermediate-event-catch-non-interrupting-parallel-multiple", '\ue813'), INTERMEDIATE_EVENT_CATCH_NON_INTERRUPTING_SIGNAL("bpmn-intermediate-event-catch-non-interrupting-signal", '\ue852'), INTERMEDIATE_EVENT_CATCH_NON_INTERRUPTING_TIMER("bpmn-intermediate-event-catch-non-interrupting-timer", '\ue80c'), INTERMEDIATE_EVENT_CATCH_PARALLEL_MULTIPLE("bpmn-intermediate-event-catch-parallel-multiple", '\ue80d'), INTERMEDIATE_EVENT_CATCH_SIGNAL("bpmn-intermediate-event-catch-signal", '\ue81c'), INTERMEDIATE_EVENT_CATCH_TIMER("bpmn-intermediate-event-catch-timer", '\ue824'), INTERMEDIATE_EVENT_NONE("bpmn-intermediate-event-none", '\ue82d'), INTERMEDIATE_EVENT_THROW_COMPENSATION("bpmn-intermediate-event-throw-compensation", '\ue83d'), INTERMEDIATE_EVENT_THROW_ESCALATION("bpmn-intermediate-event-throw-escalation", '\ue846'), INTERMEDIATE_EVENT_THROW_LINK("bpmn-intermediate-event-throw-link", '\ue849'), INTERMEDIATE_EVENT_THROW_MESSAGE("bpmn-intermediate-event-throw-message", '\ue850'), INTERMEDIATE_EVENT_THROW_MULTIPLE("bpmn-intermediate-event-throw-multiple", '\ue853'), INTERMEDIATE_EVENT_THROW_SIGNAL("bpmn-intermediate-event-throw-signal", '\ue85a'), LANE("bpmn-lane", '\ue861'), LANE_DIVIDE_THREE("bpmn-lane-divide-three", '\ue864'), LANE_DIVIDE_TWO("bpmn-lane-divide-two", '\ue865'), LANE_INSERT_ABOVE("bpmn-lane-insert-above", '\ue863'), LANE_INSERT_BELOW("bpmn-lane-insert-below", '\ue85e'), LASSO_TOOL("bpmn-lasso-tool", '\ue862'), LOOP_MARKER("bpmn-loop-marker", '\ue809'), MANUAL("bpmn-manual", '\ue828'), MANUAL_TASK("bpmn-manual-task", '\ue840'), PARALLEL_MI_MARKER("bpmn-parallel-mi-marker", '\ue80a'), PARTICIPANT("bpmn-participant", '\ue85c'), RECEIVE("bpmn-receive", '\ue829'), RECEIVE_TASK("bpmn-receive-task", '\ue843'), SCREW_WRENCH("bpmn-screw-wrench", '\ue800'), SCRIPT("bpmn-script", '\ue83f'), SCRIPT_TASK("bpmn-script-task", '\ue84c'), SEND("bpmn-send", '\ue841'), SEND_TASK("bpmn-send-task", '\ue84d'), SEQUENTIAL_MI_MARKER("bpmn-sequential-mi-marker", '\ue816'), SERVICE("bpmn-service", '\ue842'), SERVICE_TASK("bpmn-service-task", '\ue856'), SPACE_TOOL("bpmn-space-tool", '\ue85f'), START_EVENT_COMPENSATION("bpmn-start-event-compensation", '\ue807'), START_EVENT_CONDITION("bpmn-start-event-condition", '\ue814'), START_EVENT_ERROR("bpmn-start-event-error", '\ue81b'), START_EVENT_ESCALATION("bpmn-start-event-escalation", '\ue825'), START_EVENT_MESSAGE("bpmn-start-event-message", '\ue82c'), START_EVENT_MULTIPLE("bpmn-start-event-multiple", '\ue83e'), START_EVENT_NONE("bpmn-start-event-none", '\ue845'), START_EVENT_NON_INTERRUPTING_CONDITION("bpmn-start-event-non-interrupting-condition", '\ue84a'), START_EVENT_NON_INTERRUPTING_ESCALATION("bpmn-start-event-non-interrupting-escalation", '\ue84f'), START_EVENT_NON_INTERRUPTING_MESSAGE("bpmn-start-event-non-interrupting-message", '\ue854'), START_EVENT_NON_INTERRUPTING_MULTIPLE("bpmn-start-event-non-interrupting-multiple", '\ue859'), START_EVENT_NON_INTERRUPTING_PARALLEL_MULTIPLE("bpmn-start-event-non-interrupting-parallel-multiple", '\ue808'), START_EVENT_NON_INTERRUPTING_SIGNAL("bpmn-start-event-non-interrupting-signal", '\ue80b'), START_EVENT_NON_INTERRUPTING_TIMER("bpmn-start-event-non-interrupting-timer", '\ue815'), START_EVENT_PARALLEL_MULTIPLE("bpmn-start-event-parallel-multiple", '\ue81a'), START_EVENT_SIGNAL("bpmn-start-event-signal", '\ue826'), START_EVENT_TIMER("bpmn-start-event-timer", '\ue82b'), SUBPROCESS_COLLAPSED("bpmn-subprocess-collapsed", '\ue81f'), SUBPROCESS_EXPANDED("bpmn-subprocess-expanded", '\ue820'), SUB_PROCESS_MARKER("bpmn-sub-process-marker", '\ue819'), TASK("bpmn-task", '\ue821'), TASK_NONE("bpmn-task-none", '\ue857'), TEXT_ANNOTATION("bpmn-text-annotation", '\ue830'), TRANSACTION("bpmn-transaction", '\ue8c4'), TRASH("bpmn-trash", '\ue801'), USER("bpmn-user", '\ue844'), USER_TASK("bpmn-user-task", '\ue817'); public static Bpmn findByDescription(String description) { for (Bpmn font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Bpmn(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bpmn-pack/src/main/java/org/kordamp/ikonli/bpmn/BpmnIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bpmn; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BpmnIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bpmn/0.10.0/fonts/bpmn.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bpmn-"); } @Override public Ikon resolve(String description) { return Bpmn.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "bpmn"; } } ================================================ FILE: icon-packs/ikonli-bpmn-pack/src/main/java/org/kordamp/ikonli/bpmn/BpmnIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bpmn; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class BpmnIkonProvider implements IkonProvider { @Override public Class getIkon() { return Bpmn.class; } } ================================================ FILE: icon-packs/ikonli-bpmn-pack/src/main/resources/META-INF/resources/bpmn/0.10.0/css/bpmn.css ================================================ @font-face { font-family: 'bpmn'; src: url('../fonts/bpmn.eot?26374340'); src: url('../fonts/bpmn.eot?26374340#iefix') format('embedded-opentype'), url('../fonts/bpmn.woff2?26374340') format('woff2'), url('../fonts/bpmn.woff?26374340') format('woff'), url('../fonts/bpmn.ttf?26374340') format('truetype'), url('../fonts/bpmn.svg?26374340#bpmn') format('svg'); font-weight: normal; font-style: normal; } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'bpmn'; src: url('../font/bpmn.svg?26374340#bpmn') format('svg'); } } */ [class^="bpmn-"]:before, [class*=" bpmn-"]:before { font-family: "bpmn"; font-style: normal; font-weight: normal; speak: never; display: inline-block; text-decoration: inherit; width: 1em; /* margin-right: .2em; */ text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ /* margin-left: .2em; */ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .bpmn-screw-wrench:before { content: '\e800'; } /* '' */ .bpmn-trash:before { content: '\e801'; } /* '' */ .bpmn-conditional-flow:before { content: '\e802'; } /* '' */ .bpmn-default-flow:before { content: '\e803'; } /* '' */ .bpmn-gateway-parallel:before { content: '\e804'; } /* '' */ .bpmn-intermediate-event-catch-cancel:before { content: '\e805'; } /* '' */ .bpmn-intermediate-event-catch-non-interrupting-message:before { content: '\e806'; } /* '' */ .bpmn-start-event-compensation:before { content: '\e807'; } /* '' */ .bpmn-start-event-non-interrupting-parallel-multiple:before { content: '\e808'; } /* '' */ .bpmn-loop-marker:before { content: '\e809'; } /* '' */ .bpmn-parallel-mi-marker:before { content: '\e80a'; } /* '' */ .bpmn-start-event-non-interrupting-signal:before { content: '\e80b'; } /* '' */ .bpmn-intermediate-event-catch-non-interrupting-timer:before { content: '\e80c'; } /* '' */ .bpmn-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */ .bpmn-intermediate-event-catch-compensation:before { content: '\e80e'; } /* '' */ .bpmn-gateway-xor:before { content: '\e80f'; } /* '' */ .bpmn-connection:before { content: '\e810'; } /* '' */ .bpmn-end-event-cancel:before { content: '\e811'; } /* '' */ .bpmn-intermediate-event-catch-condition:before { content: '\e812'; } /* '' */ .bpmn-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; } /* '' */ .bpmn-start-event-condition:before { content: '\e814'; } /* '' */ .bpmn-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */ .bpmn-sequential-mi-marker:before { content: '\e816'; } /* '' */ .bpmn-user-task:before { content: '\e817'; } /* '' */ .bpmn-business-rule:before { content: '\e818'; } /* '' */ .bpmn-sub-process-marker:before { content: '\e819'; } /* '' */ .bpmn-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */ .bpmn-start-event-error:before { content: '\e81b'; } /* '' */ .bpmn-intermediate-event-catch-signal:before { content: '\e81c'; } /* '' */ .bpmn-intermediate-event-catch-error:before { content: '\e81d'; } /* '' */ .bpmn-end-event-compensation:before { content: '\e81e'; } /* '' */ .bpmn-subprocess-collapsed:before { content: '\e81f'; } /* '' */ .bpmn-subprocess-expanded:before { content: '\e820'; } /* '' */ .bpmn-task:before { content: '\e821'; } /* '' */ .bpmn-end-event-error:before { content: '\e822'; } /* '' */ .bpmn-intermediate-event-catch-escalation:before { content: '\e823'; } /* '' */ .bpmn-intermediate-event-catch-timer:before { content: '\e824'; } /* '' */ .bpmn-start-event-escalation:before { content: '\e825'; } /* '' */ .bpmn-start-event-signal:before { content: '\e826'; } /* '' */ .bpmn-business-rule-task:before { content: '\e827'; } /* '' */ .bpmn-manual:before { content: '\e828'; } /* '' */ .bpmn-receive:before { content: '\e829'; } /* '' */ .bpmn-call-activity:before { content: '\e82a'; } /* '' */ .bpmn-start-event-timer:before { content: '\e82b'; } /* '' */ .bpmn-start-event-message:before { content: '\e82c'; } /* '' */ .bpmn-intermediate-event-none:before { content: '\e82d'; } /* '' */ .bpmn-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */ .bpmn-end-event-escalation:before { content: '\e82f'; } /* '' */ .bpmn-text-annotation:before { content: '\e830'; } /* '' */ .bpmn-bpmn-io:before { content: '\e831'; } /* '' */ .bpmn-gateway-complex:before { content: '\e832'; } /* '' */ .bpmn-gateway-eventbased:before { content: '\e833'; } /* '' */ .bpmn-gateway-none:before { content: '\e834'; } /* '' */ .bpmn-gateway-or:before { content: '\e835'; } /* '' */ .bpmn-end-event-terminate:before { content: '\e836'; } /* '' */ .bpmn-end-event-signal:before { content: '\e837'; } /* '' */ .bpmn-end-event-none:before { content: '\e838'; } /* '' */ .bpmn-end-event-multiple:before { content: '\e839'; } /* '' */ .bpmn-end-event-message:before { content: '\e83a'; } /* '' */ .bpmn-end-event-link:before { content: '\e83b'; } /* '' */ .bpmn-intermediate-event-catch-message:before { content: '\e83c'; } /* '' */ .bpmn-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */ .bpmn-start-event-multiple:before { content: '\e83e'; } /* '' */ .bpmn-script:before { content: '\e83f'; } /* '' */ .bpmn-manual-task:before { content: '\e840'; } /* '' */ .bpmn-send:before { content: '\e841'; } /* '' */ .bpmn-service:before { content: '\e842'; } /* '' */ .bpmn-receive-task:before { content: '\e843'; } /* '' */ .bpmn-user:before { content: '\e844'; } /* '' */ .bpmn-start-event-none:before { content: '\e845'; } /* '' */ .bpmn-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */ .bpmn-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */ .bpmn-intermediate-event-catch-non-interrupting-escalation:before { content: '\e848'; } /* '' */ .bpmn-intermediate-event-throw-link:before { content: '\e849'; } /* '' */ .bpmn-start-event-non-interrupting-condition:before { content: '\e84a'; } /* '' */ .bpmn-data-object:before { content: '\e84b'; } /* '' */ .bpmn-script-task:before { content: '\e84c'; } /* '' */ .bpmn-send-task:before { content: '\e84d'; } /* '' */ .bpmn-data-store:before { content: '\e84e'; } /* '' */ .bpmn-start-event-non-interrupting-escalation:before { content: '\e84f'; } /* '' */ .bpmn-intermediate-event-throw-message:before { content: '\e850'; } /* '' */ .bpmn-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */ .bpmn-intermediate-event-catch-non-interrupting-signal:before { content: '\e852'; } /* '' */ .bpmn-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */ .bpmn-start-event-non-interrupting-message:before { content: '\e854'; } /* '' */ .bpmn-ad-hoc-marker:before { content: '\e855'; } /* '' */ .bpmn-service-task:before { content: '\e856'; } /* '' */ .bpmn-task-none:before { content: '\e857'; } /* '' */ .bpmn-compensation-marker:before { content: '\e858'; } /* '' */ .bpmn-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */ .bpmn-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */ .bpmn-intermediate-event-catch-non-interrupting-condition:before { content: '\e85b'; } /* '' */ .bpmn-participant:before { content: '\e85c'; } /* '' */ .bpmn-event-subprocess-expanded:before { content: '\e85d'; } /* '' */ .bpmn-lane-insert-below:before { content: '\e85e'; } /* '' */ .bpmn-space-tool:before { content: '\e85f'; } /* '' */ .bpmn-connection-multi:before { content: '\e860'; } /* '' */ .bpmn-lane:before { content: '\e861'; } /* '' */ .bpmn-lasso-tool:before { content: '\e862'; } /* '' */ .bpmn-lane-insert-above:before { content: '\e863'; } /* '' */ .bpmn-lane-divide-three:before { content: '\e864'; } /* '' */ .bpmn-lane-divide-two:before { content: '\e865'; } /* '' */ .bpmn-data-input:before { content: '\e866'; } /* '' */ .bpmn-data-output:before { content: '\e867'; } /* '' */ .bpmn-hand-tool:before { content: '\e868'; } /* '' */ .bpmn-group:before { content: '\e869'; } /* '' */ .bpmn-transaction:before { content: '\e8c4'; } /* '' */ ================================================ FILE: icon-packs/ikonli-bytedance-pack/ikonli-bytedance-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2023 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.bytedance { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.bytedance; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.bytedance.BytedanceIconsThinALIkonHandler, org.kordamp.ikonli.bytedance.BytedanceIconsThinMZIkonHandler, org.kordamp.ikonli.bytedance.BytedanceIconsRegularALIkonHandler, org.kordamp.ikonli.bytedance.BytedanceIconsRegularMZIkonHandler, org.kordamp.ikonli.bytedance.BytedanceIconsBoldALIkonHandler, org.kordamp.ikonli.bytedance.BytedanceIconsBoldMZIkonHandler, org.kordamp.ikonli.bytedance.BytedanceIconsExtraBoldALIkonHandler, org.kordamp.ikonli.bytedance.BytedanceIconsExtraBoldMZIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.bytedance.BytedanceIconsThinALIkonProvider, org.kordamp.ikonli.bytedance.BytedanceIconsThinMZIkonProvider, org.kordamp.ikonli.bytedance.BytedanceIconsRegularALIkonProvider, org.kordamp.ikonli.bytedance.BytedanceIconsRegularMZIkonProvider, org.kordamp.ikonli.bytedance.BytedanceIconsBoldALIkonProvider, org.kordamp.ikonli.bytedance.BytedanceIconsBoldMZIkonProvider, org.kordamp.ikonli.bytedance.BytedanceIconsExtraBoldALIkonProvider, org.kordamp.ikonli.bytedance.BytedanceIconsExtraBoldMZIkonProvider; } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsBoldAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsBoldAL implements Ikon { ABDOMINAL("bd3-abdominal", '\ue900'), ABNORMAL("bd3-abnormal", '\ue901'), A_CANE("bd3-a-cane", '\ue902'), ACCELERATION("bd3-acceleration", '\ue903'), ACCEPT_EMAIL("bd3-accept-email", '\ue904'), ACOUSTIC("bd3-acoustic", '\ue905'), ACTIVITY_SOURCE("bd3-activity-source", '\ue906'), AD("bd3-ad", '\ue907'), ADD("bd3-add", '\ue908'), ADD_COMPUTER("bd3-add-computer", '\ue909'), ADD_FOUR("bd3-add-four", '\ue90a'), ADD_ITEM("bd3-add-item", '\ue90b'), ADD_MODE("bd3-add-mode", '\ue90c'), ADD_MUSIC("bd3-add-music", '\ue90d'), ADD_ONE("bd3-add-one", '\ue90e'), ADD_PIC("bd3-add-pic", '\ue90f'), ADD_PICTURE("bd3-add-picture", '\ue910'), ADD_PRINT("bd3-add-print", '\ue911'), ADDRESS_BOOK("bd3-address-book", '\ue912'), ADD_SUBSET("bd3-add-subset", '\ue913'), ADD_SUBTRACT("bd3-add-subtract", '\ue914'), ADD_TEXT("bd3-add-text", '\ue915'), ADD_TEXT_TWO("bd3-add-text-two", '\ue916'), ADD_THREE("bd3-add-three", '\ue917'), ADD_TWO("bd3-add-two", '\ue918'), ADD_USER("bd3-add-user", '\ue919'), ADD_WEB("bd3-add-web", '\ue91a'), ADJACENT_ITEM("bd3-adjacent-item", '\ue91b'), ADJUSTMENT("bd3-adjustment", '\ue91c'), ADOBE_ILLUSTRATE("bd3-adobe-illustrate", '\ue91d'), ADOBE_INDESIGN("bd3-adobe-indesign", '\ue91e'), ADOBE_LIGHTROOM("bd3-adobe-lightroom", '\ue91f'), ADOBE_PHOTOSHOP("bd3-adobe-photoshop", '\ue920'), AD_PRODUCT("bd3-ad-product", '\ue921'), AFFERENT("bd3-afferent", '\ue922'), AFFERENT_FOUR("bd3-afferent-four", '\ue923'), AFFERENT_THREE("bd3-afferent-three", '\ue924'), AFFERENT_TWO("bd3-afferent-two", '\ue925'), AFRO_PICK("bd3-afro-pick", '\ue926'), AGREEMENT("bd3-agreement", '\ue927'), AIMING("bd3-aiming", '\ue928'), AIR_BIKE("bd3-air-bike", '\ue929'), AIR_CONDITIONING("bd3-air-conditioning", '\ue92a'), AIRPLANE("bd3-airplane", '\ue92b'), AIRPLANE_WINDOW("bd3-airplane-window", '\ue92c'), AIRPLANE_WINDOW_ONE("bd3-airplane-window-one", '\ue92d'), AIRPLAY("bd3-airplay", '\ue92e'), AIRPODS("bd3-airpods", '\ue92f'), ALARM("bd3-alarm", '\ue930'), ALARM_CLOCK("bd3-alarm-clock", '\ue931'), ALIGN_BOTTOM("bd3-align-bottom", '\ue932'), ALIGN_BOTTOM_TWO("bd3-align-bottom-two", '\ue933'), ALIGN_HORIZONTAL_CENTER_TWO("bd3-align-horizontal-center-two", '\ue934'), ALIGN_HORIZONTALLY("bd3-align-horizontally", '\ue935'), ALIGN_LEFT("bd3-align-left", '\ue936'), ALIGN_LEFT_ONE("bd3-align-left-one", '\ue937'), ALIGN_LEFT_TWO("bd3-align-left-two", '\ue938'), ALIGNMENT_BOTTOM_CENTER("bd3-alignment-bottom-center", '\ue939'), ALIGNMENT_BOTTOM_LEFT("bd3-alignment-bottom-left", '\ue93a'), ALIGNMENT_BOTTOM_RIGHT("bd3-alignment-bottom-right", '\ue93b'), ALIGNMENT_HORIZONTAL_BOTTOM("bd3-alignment-horizontal-bottom", '\ue93c'), ALIGNMENT_HORIZONTAL_CENTER("bd3-alignment-horizontal-center", '\ue93d'), ALIGNMENT_HORIZONTAL_TOP("bd3-alignment-horizontal-top", '\ue93e'), ALIGNMENT_LEFT_BOTTOM("bd3-alignment-left-bottom", '\ue93f'), ALIGNMENT_LEFT_CENTER("bd3-alignment-left-center", '\ue940'), ALIGNMENT_LEFT_TOP("bd3-alignment-left-top", '\ue941'), ALIGNMENT_RIGHT_BOTTOM("bd3-alignment-right-bottom", '\ue942'), ALIGNMENT_RIGHT_CENTER("bd3-alignment-right-center", '\ue943'), ALIGNMENT_RIGHT_TOP("bd3-alignment-right-top", '\ue944'), ALIGNMENT_TOP_CENTER("bd3-alignment-top-center", '\ue945'), ALIGNMENT_TOP_LEFT("bd3-alignment-top-left", '\ue946'), ALIGNMENT_TOP_RIGHT("bd3-alignment-top-right", '\ue947'), ALIGNMENT_VERTICAL_CENTER("bd3-alignment-vertical-center", '\ue948'), ALIGNMENT_VERTICAL_LEFT("bd3-alignment-vertical-left", '\ue949'), ALIGNMENT_VERTICAL_RIGHT("bd3-alignment-vertical-right", '\ue94a'), ALIGN_RIGHT("bd3-align-right", '\ue94b'), ALIGN_RIGHT_ONE("bd3-align-right-one", '\ue94c'), ALIGN_RIGHT_TWO("bd3-align-right-two", '\ue94d'), ALIGN_TEXT_BOTH("bd3-align-text-both", '\ue94e'), ALIGN_TEXT_BOTH_ONE("bd3-align-text-both-one", '\ue94f'), ALIGN_TEXT_BOTTOM("bd3-align-text-bottom", '\ue950'), ALIGN_TEXT_BOTTOM_ONE("bd3-align-text-bottom-one", '\ue951'), ALIGN_TEXT_CENTER("bd3-align-text-center", '\ue952'), ALIGN_TEXT_CENTER_ONE("bd3-align-text-center-one", '\ue953'), ALIGN_TEXT_LEFT("bd3-align-text-left", '\ue954'), ALIGN_TEXT_LEFT_ONE("bd3-align-text-left-one", '\ue955'), ALIGN_TEXT_MIDDLE("bd3-align-text-middle", '\ue956'), ALIGN_TEXT_MIDDLE_ONE("bd3-align-text-middle-one", '\ue957'), ALIGN_TEXT_RIGHT("bd3-align-text-right", '\ue958'), ALIGN_TEXT_RIGHT_ONE("bd3-align-text-right-one", '\ue959'), ALIGN_TEXT_TOP("bd3-align-text-top", '\ue95a'), ALIGN_TEXT_TOP_ONE("bd3-align-text-top-one", '\ue95b'), ALIGN_TOP("bd3-align-top", '\ue95c'), ALIGN_TOP_TWO("bd3-align-top-two", '\ue95d'), ALIGN_VERTICAL_CENTER_TWO("bd3-align-vertical-center-two", '\ue95e'), ALIGN_VERTICALLY("bd3-align-vertically", '\ue95f'), ALIPAY("bd3-alipay", '\ue960'), ALL_APPLICATION("bd3-all-application", '\ue961'), ALPHABETICAL_SORTING("bd3-alphabetical-sorting", '\ue962'), ALPHABETICAL_SORTING_TWO("bd3-alphabetical-sorting-two", '\ue963'), AMBULANCE("bd3-ambulance", '\ue964'), ANALYSIS("bd3-analysis", '\ue965'), ANCHOR("bd3-anchor", '\ue966'), ANCHOR_ONE("bd3-anchor-one", '\ue967'), ANCHOR_ROUND("bd3-anchor-round", '\ue968'), ANCHOR_SQURE("bd3-anchor-squre", '\ue969'), ANCHOR_TWO("bd3-anchor-two", '\ue96a'), ANDROID("bd3-android", '\ue96b'), ANGRY_FACE("bd3-angry-face", '\ue96c'), ANGUISHED_FACE("bd3-anguished-face", '\ue96d'), ANNOUNCEMENT("bd3-announcement", '\ue96e'), ANTI_CORROSION("bd3-anti-corrosion", '\ue96f'), APERTURE_PRIORITY("bd3-aperture-priority", '\ue970'), API("bd3-api", '\ue971'), API_APP("bd3-api-app", '\ue972'), APPLE("bd3-apple", '\ue973'), APPLE_ONE("bd3-apple-one", '\ue974'), APPLET_CLOSED("bd3-applet-closed", '\ue975'), APPLICATION("bd3-application", '\ue976'), APPLICATION_EFFECT("bd3-application-effect", '\ue977'), APPLICATION_MENU("bd3-application-menu", '\ue978'), APPLICATION_ONE("bd3-application-one", '\ue979'), APPLICATION_TWO("bd3-application-two", '\ue97a'), APPOINTMENT("bd3-appointment", '\ue97b'), APP_STORE("bd3-app-store", '\ue97c'), APP_SWITCH("bd3-app-switch", '\ue97d'), AQUARIUS("bd3-aquarius", '\ue97e'), ARC_DE_TRIOMPHE("bd3-arc-de-triomphe", '\ue97f'), ARCHERS_BOW("bd3-archers-bow", '\ue980'), ARCHERY("bd3-archery", '\ue981'), AREA_MAP("bd3-area-map", '\ue982'), ARENA("bd3-arena", '\ue983'), ARIES("bd3-aries", '\ue984'), ARITHMETIC("bd3-arithmetic", '\ue985'), ARITHMETIC_BUTTONS("bd3-arithmetic-buttons", '\ue986'), ARITHMETIC_ONE("bd3-arithmetic-one", '\ue987'), ARROW_CIRCLE_DOWN("bd3-arrow-circle-down", '\ue988'), ARROW_CIRCLE_LEFT("bd3-arrow-circle-left", '\ue989'), ARROW_CIRCLE_RIGHT("bd3-arrow-circle-right", '\ue98a'), ARROW_CIRCLE_UP("bd3-arrow-circle-up", '\ue98b'), ARROW_DOWN("bd3-arrow-down", '\ue98c'), ARROW_KEYS("bd3-arrow-keys", '\ue98d'), ARROW_LEFT("bd3-arrow-left", '\ue98e'), ARROW_LEFT_DOWN("bd3-arrow-left-down", '\ue98f'), ARROW_LEFT_UP("bd3-arrow-left-up", '\ue990'), ARROW_RIGHT("bd3-arrow-right", '\ue991'), ARROW_RIGHT_DOWN("bd3-arrow-right-down", '\ue992'), ARROW_RIGHT_UP("bd3-arrow-right-up", '\ue993'), ARROW_UP("bd3-arrow-up", '\ue994'), ASSEMBLY_LINE("bd3-assembly-line", '\ue995'), ASSOCIATION("bd3-association", '\ue996'), ASTERISK("bd3-asterisk", '\ue997'), ASTERISK_KEY("bd3-asterisk-key", '\ue998'), ASTONISHED_FACE("bd3-astonished-face", '\ue999'), AT_SIGN("bd3-at-sign", '\ue99a'), ATTENTION("bd3-attention", '\ue99b'), AUDIO_FILE("bd3-audio-file", '\ue99c'), AUDIT("bd3-audit", '\ue99d'), AUTO_FOCUS("bd3-auto-focus", '\ue99e'), AUTO_HEIGHT_ONE("bd3-auto-height-one", '\ue99f'), AUTO_LINE_HEIGHT("bd3-auto-line-height", '\ue9a0'), AUTO_LINE_WIDTH("bd3-auto-line-width", '\ue9a1'), AUTO_WIDTH("bd3-auto-width", '\ue9a2'), AUTO_WIDTH_ONE("bd3-auto-width-one", '\ue9a3'), AVATAR("bd3-avatar", '\ue9a4'), AVERAGE("bd3-average", '\ue9a5'), AVIATION("bd3-aviation", '\ue9a6'), AVOCADO("bd3-avocado", '\ue9a7'), AVOCADO_ONE("bd3-avocado-one", '\ue9a8'), BABY("bd3-baby", '\ue9a9'), BABY_APP("bd3-baby-app", '\ue9aa'), BABY_BOTTLE("bd3-baby-bottle", '\ue9ab'), BABY_CAR_SEAT("bd3-baby-car-seat", '\ue9ac'), BABY_FEET("bd3-baby-feet", '\ue9ad'), BABY_MEAL("bd3-baby-meal", '\ue9ae'), BABY_MOBILE("bd3-baby-mobile", '\ue9af'), BABY_ONE("bd3-baby-one", '\ue9b0'), BABY_PANTS("bd3-baby-pants", '\ue9b1'), BABY_SLING("bd3-baby-sling", '\ue9b2'), BABY_TASTE("bd3-baby-taste", '\ue9b3'), BACHELOR_CAP("bd3-bachelor-cap", '\ue9b4'), BACHELOR_CAP_ONE("bd3-bachelor-cap-one", '\ue9b5'), BACHELOR_CAP_TWO("bd3-bachelor-cap-two", '\ue9b6'), BACK("bd3-back", '\ue9b7'), BACKGROUND_COLOR("bd3-background-color", '\ue9b8'), BACK_ONE("bd3-back-one", '\ue9b9'), BACKPACK("bd3-backpack", '\ue9ba'), BAD("bd3-bad", '\ue9bb'), BADGE("bd3-badge", '\ue9bc'), BADGE_TWO("bd3-badge-two", '\ue9bd'), BADMINTON("bd3-badminton", '\ue9be'), BAD_ONE("bd3-bad-one", '\ue9bf'), BAD_TWO("bd3-bad-two", '\ue9c0'), BAGGAGE_DELAY("bd3-baggage-delay", '\ue9c1'), BALANCE("bd3-balance", '\ue9c2'), BALANCE_ONE("bd3-balance-one", '\ue9c3'), BALANCE_TWO("bd3-balance-two", '\ue9c4'), BANANA("bd3-banana", '\ue9c5'), BANK("bd3-bank", '\ue9c6'), BANK_CARD("bd3-bank-card", '\ue9c7'), BANK_CARD_ONE("bd3-bank-card-one", '\ue9c8'), BANK_CARD_TWO("bd3-bank-card-two", '\ue9c9'), BANK_TRANSFER("bd3-bank-transfer", '\ue9ca'), BAOKEMENG("bd3-baokemeng", '\ue9cb'), BARBECUE("bd3-barbecue", '\ue9cc'), BARBER_BRUSH("bd3-barber-brush", '\ue9cd'), BARBER_CLIPPERS("bd3-barber-clippers", '\ue9ce'), BAR_CODE("bd3-bar-code", '\ue9cf'), BASEBALL("bd3-baseball", '\ue9d0'), BASEBALL_BAT("bd3-baseball-bat", '\ue9d1'), BASEBALL_CAP("bd3-baseball-cap", '\ue9d2'), BASKETBALL("bd3-basketball", '\ue9d3'), BASKETBALL_CLOTHES("bd3-basketball-clothes", '\ue9d4'), BASKETBALL_ONE("bd3-basketball-one", '\ue9d5'), BASKETBALL_STAND("bd3-basketball-stand", '\ue9d6'), BAT("bd3-bat", '\ue9d7'), BATTERY_CHARGE("bd3-battery-charge", '\ue9d8'), BATTERY_EMPTY("bd3-battery-empty", '\ue9d9'), BATTERY_FAILURE("bd3-battery-failure", '\ue9da'), BATTERY_FULL("bd3-battery-full", '\ue9db'), BATTERY_STORAGE("bd3-battery-storage", '\ue9dc'), BATTERY_TIPS("bd3-battery-tips", '\ue9dd'), BATTERY_WORKING("bd3-battery-working", '\ue9de'), BATTERY_WORKING_ONE("bd3-battery-working-one", '\ue9df'), BEACH_UMBRELLA("bd3-beach-umbrella", '\ue9e0'), BEAR("bd3-bear", '\ue9e1'), BEAUTY("bd3-beauty", '\ue9e2'), BEAUTY_INSTRUMENT("bd3-beauty-instrument", '\ue9e3'), BEDSIDE("bd3-bedside", '\ue9e4'), BEDSIDE_TWO("bd3-bedside-two", '\ue9e5'), BEE("bd3-bee", '\ue9e6'), BEER("bd3-beer", '\ue9e7'), BEER_MUG("bd3-beer-mug", '\ue9e8'), BEHANCE("bd3-behance", '\ue9e9'), BELL_RING("bd3-bell-ring", '\ue9ea'), BELT("bd3-belt", '\ue9eb'), BENZ("bd3-benz", '\ue9ec'), BEZIER_CURVE("bd3-bezier-curve", '\ue9ed'), BIB("bd3-bib", '\ue9ee'), BIG_CLOCK("bd3-big-clock", '\ue9ef'), BIG_X("bd3-big-x", '\ue9f0'), BIKE("bd3-bike", '\ue9f1'), BILL("bd3-bill", '\ue9f2'), BIRD("bd3-bird", '\ue9f3'), BIRTHDAY_CAKE("bd3-birthday-cake", '\ue9f4'), BITCOIN("bd3-bitcoin", '\ue9f5'), BLACKBOARD("bd3-blackboard", '\ue9f6'), BLACK_EIGHT("bd3-black-eight", '\ue9f7'), BLADE("bd3-blade", '\ue9f8'), BLESS("bd3-bless", '\ue9f9'), BLOCK("bd3-block", '\ue9fa'), BLOCKCHAIN("bd3-blockchain", '\ue9fb'), BLOCK_EIGHT("bd3-block-eight", '\ue9fc'), BLOCK_FIVE("bd3-block-five", '\ue9fd'), BLOCK_FOUR("bd3-block-four", '\ue9fe'), BLOCK_NINE("bd3-block-nine", '\ue9ff'), BLOCK_ONE("bd3-block-one", '\uea00'), BLOCKS_AND_ARROWS("bd3-blocks-and-arrows", '\uea01'), BLOCK_SEVEN("bd3-block-seven", '\uea02'), BLOCK_SIX("bd3-block-six", '\uea03'), BLOCK_TEN("bd3-block-ten", '\uea04'), BLOCK_THREE("bd3-block-three", '\uea05'), BLOCK_TWO("bd3-block-two", '\uea06'), BLOOM("bd3-bloom", '\uea07'), BLOSSOM("bd3-blossom", '\uea08'), BLUETOOTH("bd3-bluetooth", '\uea09'), BOILER("bd3-boiler", '\uea0a'), BOLT_ONE("bd3-bolt-one", '\uea0b'), BONE("bd3-bone", '\uea0c'), BOOK("bd3-book", '\uea0d'), BOOKMARK("bd3-bookmark", '\uea0e'), BOOKMARK_ONE("bd3-bookmark-one", '\uea0f'), BOOKMARK_THREE("bd3-bookmark-three", '\uea10'), BOOK_ONE("bd3-book-one", '\uea11'), BOOK_OPEN("bd3-book-open", '\uea12'), BOOKSHELF("bd3-bookshelf", '\uea13'), BOOSTER_CAR_SEAT("bd3-booster-car-seat", '\uea14'), BOOTH("bd3-booth", '\uea15'), BOOTS("bd3-boots", '\uea16'), BOTTLE("bd3-bottle", '\uea17'), BOTTLE_ONE("bd3-bottle-one", '\uea18'), BOTTLE_THREE("bd3-bottle-three", '\uea19'), BOTTLE_TWO("bd3-bottle-two", '\uea1a'), BOTTOM_BAR("bd3-bottom-bar", '\uea1b'), BOTTOM_BAR_ONE("bd3-bottom-bar-one", '\uea1c'), BOW("bd3-bow", '\uea1d'), BOWL("bd3-bowl", '\uea1e'), BOWLING("bd3-bowling", '\uea1f'), BOWL_ONE("bd3-bowl-one", '\uea20'), BOX("bd3-box", '\uea21'), BOXING("bd3-boxing", '\uea22'), BOXING_ONE("bd3-boxing-one", '\uea23'), BOY("bd3-boy", '\uea24'), BOY_ONE("bd3-boy-one", '\uea25'), BOY_STROLLER("bd3-boy-stroller", '\uea26'), BOY_TWO("bd3-boy-two", '\uea27'), BRAIN("bd3-brain", '\uea28'), BRAKE_PADS("bd3-brake-pads", '\uea29'), BRANCH("bd3-branch", '\uea2a'), BRANCH_ONE("bd3-branch-one", '\uea2b'), BRANCH_TWO("bd3-branch-two", '\uea2c'), BRDIGE_THREE("bd3-brdige-three", '\uea2d'), BREAD("bd3-bread", '\uea2e'), BREAD_MACHINE("bd3-bread-machine", '\uea2f'), BREAD_ONE("bd3-bread-one", '\uea30'), BREAST_PUMP("bd3-breast-pump", '\uea31'), BRIDGE_ONE("bd3-bridge-one", '\uea32'), BRIDGE_TWO("bd3-bridge-two", '\uea33'), BRIEFCASE("bd3-briefcase", '\uea34'), BRIGHTNESS("bd3-brightness", '\uea35'), BRING_FORWARD("bd3-bring-forward", '\uea36'), BRING_TO_FRONT("bd3-bring-to-front", '\uea37'), BRING_TO_FRONT_ONE("bd3-bring-to-front-one", '\uea38'), BROADCAST("bd3-broadcast", '\uea39'), BROADCAST_ONE("bd3-broadcast-one", '\uea3a'), BROADCAST_RADIO("bd3-broadcast-radio", '\uea3b'), BROWSER("bd3-browser", '\uea3c'), BROWSER_CHROME("bd3-browser-chrome", '\uea3d'), BROWSER_SAFARI("bd3-browser-safari", '\uea3e'), BUBBLE_CHART("bd3-bubble-chart", '\uea3f'), BUG("bd3-bug", '\uea40'), BUILDING_FOUR("bd3-building-four", '\uea41'), BUILDING_ONE("bd3-building-one", '\uea42'), BUILDING_THREE("bd3-building-three", '\uea43'), BUILDING_TWO("bd3-building-two", '\uea44'), BULLET_MAP("bd3-bullet-map", '\uea45'), BUS("bd3-bus", '\uea46'), BUS_ONE("bd3-bus-one", '\uea47'), BUS_TWO("bd3-bus-two", '\uea48'), BUTTERFLY("bd3-butterfly", '\uea49'), BUY("bd3-buy", '\uea4a'), BYDESIGN("bd3-bydesign", '\uea4b'), BYE("bd3-bye", '\uea4c'), BYTEDANCE("bd3-bytedance", '\uea4d'), BYTEDANCE_APPLETS("bd3-bytedance-applets", '\uea4e'), BYTEDANCE_MINI_APP("bd3-bytedance-mini-app", '\uea4f'), CABLE_CAR("bd3-cable-car", '\uea50'), CACTUS("bd3-cactus", '\uea51'), CAKE("bd3-cake", '\uea52'), CAKE_FIVE("bd3-cake-five", '\uea53'), CAKE_FOUR("bd3-cake-four", '\uea54'), CAKE_ONE("bd3-cake-one", '\uea55'), CAKE_THREE("bd3-cake-three", '\uea56'), CAKE_TWO("bd3-cake-two", '\uea57'), CALCULATOR("bd3-calculator", '\uea58'), CALCULATOR_ONE("bd3-calculator-one", '\uea59'), CALENDAR("bd3-calendar", '\uea5a'), CALENDAR_DOT("bd3-calendar-dot", '\uea5b'), CALENDAR_THIRTY("bd3-calendar-thirty", '\uea5c'), CALENDAR_THIRTY_TWO("bd3-calendar-thirty-two", '\uea5d'), CALENDAR_THREE("bd3-calendar-three", '\uea5e'), CAMERA("bd3-camera", '\uea5f'), CAMERA_FIVE("bd3-camera-five", '\uea60'), CAMERA_FOUR("bd3-camera-four", '\uea61'), CAMERA_ONE("bd3-camera-one", '\uea62'), CAMERA_THREE("bd3-camera-three", '\uea63'), CAMERA_TWO("bd3-camera-two", '\uea64'), CAMP("bd3-camp", '\uea65'), CANCER("bd3-cancer", '\uea66'), CANDY("bd3-candy", '\uea67'), CANNED_FRUIT("bd3-canned-fruit", '\uea68'), CAPRICORNUS("bd3-capricornus", '\uea69'), CAR("bd3-car", '\uea6a'), CAR_BATTERY("bd3-car-battery", '\uea6b'), CARDIOELECTRIC("bd3-cardioelectric", '\uea6c'), CARD_TWO("bd3-card-two", '\uea6d'), CAROUSEL("bd3-carousel", '\uea6e'), CAROUSEL_VIDEO("bd3-carousel-video", '\uea6f'), CARROT("bd3-carrot", '\uea70'), CASTLE("bd3-castle", '\uea71'), CAST_SCREEN("bd3-cast-screen", '\uea72'), CAT("bd3-cat", '\uea73'), CATEGORY_MANAGEMENT("bd3-category-management", '\uea74'), CATTLE("bd3-cattle", '\uea75'), CATTLE_ZODIAC("bd3-cattle-zodiac", '\uea76'), CAUTION("bd3-caution", '\uea77'), CC("bd3-cc", '\uea78'), CD("bd3-cd", '\uea79'), CELL("bd3-cell", '\uea7a'), CE_MARKING("bd3-ce-marking", '\uea7b'), CENTER_ALIGNMENT("bd3-center-alignment", '\uea7c'), CERTIFICATE("bd3-certificate", '\uea7d'), CHAFING_DISH("bd3-chafing-dish", '\uea7e'), CHAFING_DISH_ONE("bd3-chafing-dish-one", '\uea7f'), CHAIR("bd3-chair", '\uea80'), CHAIR_ONE("bd3-chair-one", '\uea81'), CHANGE("bd3-change", '\uea82'), CHANGE_DATE_SORT("bd3-change-date-sort", '\uea83'), CHARGING_TREASURE("bd3-charging-treasure", '\uea84'), CHART_GRAPH("bd3-chart-graph", '\uea85'), CHART_HISTOGRAM("bd3-chart-histogram", '\uea86'), CHART_HISTOGRAM_ONE("bd3-chart-histogram-one", '\uea87'), CHART_HISTOGRAM_TWO("bd3-chart-histogram-two", '\uea88'), CHART_LINE("bd3-chart-line", '\uea89'), CHART_LINE_AREA("bd3-chart-line-area", '\uea8a'), CHART_PIE("bd3-chart-pie", '\uea8b'), CHART_PIE_ONE("bd3-chart-pie-one", '\uea8c'), CHART_PROPORTION("bd3-chart-proportion", '\uea8d'), CHART_RING("bd3-chart-ring", '\uea8e'), CHART_SCATTER("bd3-chart-scatter", '\uea8f'), CHART_STOCK("bd3-chart-stock", '\uea90'), CHECK("bd3-check", '\uea91'), CHECKBOX("bd3-checkbox", '\uea92'), CHECK_CORRECT("bd3-check-correct", '\uea93'), CHECKERBOARD("bd3-checkerboard", '\uea94'), CHECK_IN("bd3-check-in", '\uea95'), CHECKLIST("bd3-checklist", '\uea96'), CHECK_ONE("bd3-check-one", '\uea97'), CHECK_SMALL("bd3-check-small", '\uea98'), CHEESE("bd3-cheese", '\uea99'), CHEF_HAT("bd3-chef-hat", '\uea9a'), CHEF_HAT_ONE("bd3-chef-hat-one", '\uea9b'), CHERRY("bd3-cherry", '\uea9c'), CHESS("bd3-chess", '\uea9d'), CHESS_ONE("bd3-chess-one", '\uea9e'), CHEST("bd3-chest", '\uea9f'), CHICKEN("bd3-chicken", '\ueaa0'), CHICKEN_LEG("bd3-chicken-leg", '\ueaa1'), CHICKEN_ZODIAC("bd3-chicken-zodiac", '\ueaa2'), CHILDREN_CAP("bd3-children-cap", '\ueaa3'), CHILDREN_PYRAMID("bd3-children-pyramid", '\ueaa4'), CHILD_WITH_PACIFIER("bd3-child-with-pacifier", '\ueaa5'), CHILI("bd3-chili", '\ueaa6'), CHIMNEY("bd3-chimney", '\ueaa7'), CHINESE("bd3-chinese", '\ueaa8'), CHINESE_ONE("bd3-chinese-one", '\ueaa9'), CHINESE_PAVILION("bd3-chinese-pavilion", '\ueaaa'), CHIP("bd3-chip", '\ueaab'), CHOPPING_BOARD("bd3-chopping-board", '\ueaac'), CHOPSTICKS_FORK("bd3-chopsticks-fork", '\ueaad'), CHRISTMAS_TREE("bd3-christmas-tree", '\ueaae'), CHRISTMAS_TREE_ONE("bd3-christmas-tree-one", '\ueaaf'), CHURCH_ONE("bd3-church-one", '\ueab0'), CHURCH_TWO("bd3-church-two", '\ueab1'), CIRCLE_DOUBLE_DOWN("bd3-circle-double-down", '\ueab2'), CIRCLE_DOUBLE_LEFT("bd3-circle-double-left", '\ueab3'), CIRCLE_DOUBLE_RIGHT("bd3-circle-double-right", '\ueab4'), CIRCLE_DOUBLE_UP("bd3-circle-double-up", '\ueab5'), CIRCLE_FIVE_LINE("bd3-circle-five-line", '\ueab6'), CIRCLE_FOUR("bd3-circle-four", '\ueab7'), CIRCLE_FOUR_LINE("bd3-circle-four-line", '\ueab8'), CIRCLE_HOUSE("bd3-circle-house", '\ueab9'), CIRCLE_LEFT_DOWN("bd3-circle-left-down", '\ueaba'), CIRCLE_LEFT_UP("bd3-circle-left-up", '\ueabb'), CIRCLE_RIGHT_DOWN("bd3-circle-right-down", '\ueabc'), CIRCLE_RIGHT_UP("bd3-circle-right-up", '\ueabd'), CIRCLES_AND_TRIANGLES("bd3-circles-and-triangles", '\ueabe'), CIRCLES_SEVEN("bd3-circles-seven", '\ueabf'), CIRCLE_THREE("bd3-circle-three", '\ueac0'), CIRCLE_TWO_LINE("bd3-circle-two-line", '\ueac1'), CIRCULAR_CONNECTION("bd3-circular-connection", '\ueac2'), CIRCUS("bd3-circus", '\ueac3'), CITY("bd3-city", '\ueac4'), CITY_GATE("bd3-city-gate", '\ueac5'), CITY_ONE("bd3-city-one", '\ueac6'), CLAP("bd3-clap", '\ueac7'), CLASSROOM("bd3-classroom", '\ueac8'), CLEAR("bd3-clear", '\ueac9'), CLEAR_FORMAT("bd3-clear-format", '\ueaca'), CLICK("bd3-click", '\ueacb'), CLICK_TAP("bd3-click-tap", '\ueacc'), CLICK_TAP_TWO("bd3-click-tap-two", '\ueacd'), CLICK_TO_FOLD("bd3-click-to-fold", '\ueace'), CLIPBOARD("bd3-clipboard", '\ueacf'), CLOCK_TOWER("bd3-clock-tower", '\uead0'), CLOSE("bd3-close", '\uead1'), CLOSE_ONE("bd3-close-one", '\uead2'), CLOSE_REMIND("bd3-close-remind", '\uead3'), CLOSE_SMALL("bd3-close-small", '\uead4'), CLOSE_WIFI("bd3-close-wifi", '\uead5'), CLOTHES_BRIEFS("bd3-clothes-briefs", '\uead6'), CLOTHES_CARDIGAN("bd3-clothes-cardigan", '\uead7'), CLOTHES_CREW_NECK("bd3-clothes-crew-neck", '\uead8'), CLOTHES_DIAPERS("bd3-clothes-diapers", '\uead9'), CLOTHES_GLOVES("bd3-clothes-gloves", '\ueada'), CLOTHES_GLOVES_TWO("bd3-clothes-gloves-two", '\ueadb'), CLOTHES_HOODIE("bd3-clothes-hoodie", '\ueadc'), CLOTHES_PANTS("bd3-clothes-pants", '\ueadd'), CLOTHES_PANTS_SHORT("bd3-clothes-pants-short", '\ueade'), CLOTHES_PANTS_SWEAT("bd3-clothes-pants-sweat", '\ueadf'), CLOTHES_SHORT_SLEEVE("bd3-clothes-short-sleeve", '\ueae0'), CLOTHES_SKATES("bd3-clothes-skates", '\ueae1'), CLOTHES_SUIT("bd3-clothes-suit", '\ueae2'), CLOTHES_SWEATER("bd3-clothes-sweater", '\ueae3'), CLOTHES_TURTLENECK("bd3-clothes-turtleneck", '\ueae4'), CLOTHES_WINDBREAKER("bd3-clothes-windbreaker", '\ueae5'), CLOUD_STORAGE("bd3-cloud-storage", '\ueae6'), CLOUDY("bd3-cloudy", '\ueae7'), CLOUDY_NIGHT("bd3-cloudy-night", '\ueae8'), CLUE("bd3-clue", '\ueae9'), COAT_HANGER("bd3-coat-hanger", '\ueaea'), COCKTAIL("bd3-cocktail", '\ueaeb'), COCONUT_TREE("bd3-coconut-tree", '\ueaec'), CODE("bd3-code", '\ueaed'), CODE_BRACKETS("bd3-code-brackets", '\ueaee'), CODE_COMPUTER("bd3-code-computer", '\ueaef'), CODE_DOWNLOAD("bd3-code-download", '\ueaf0'), CODE_LAPTOP("bd3-code-laptop", '\ueaf1'), CODE_ONE("bd3-code-one", '\ueaf2'), COFFEE_MACHINE("bd3-coffee-machine", '\ueaf3'), COLA("bd3-cola", '\ueaf4'), COLLAPSE_TEXT_INPUT("bd3-collapse-text-input", '\ueaf5'), COLLECT_COMPUTER("bd3-collect-computer", '\ueaf6'), COLLECTION_FILES("bd3-collection-files", '\ueaf7'), COLLECTION_RECORDS("bd3-collection-records", '\ueaf8'), COLLECT_LAPTOP("bd3-collect-laptop", '\ueaf9'), COLLECT_PICTURE("bd3-collect-picture", '\ueafa'), COLOR_CARD("bd3-color-card", '\ueafb'), COLOR_FILTER("bd3-color-filter", '\ueafc'), COLUMN("bd3-column", '\ueafd'), COMB("bd3-comb", '\ueafe'), COME("bd3-come", '\ueaff'), COMMAND("bd3-command", '\ueb00'), COMMENT("bd3-comment", '\ueb01'), COMMENT_ONE("bd3-comment-one", '\ueb02'), COMMENTS("bd3-comments", '\ueb03'), COMMODITY("bd3-commodity", '\ueb04'), COMMUNICATION("bd3-communication", '\ueb05'), COMMUTER_BAG("bd3-commuter-bag", '\ueb06'), COMPASS("bd3-compass", '\ueb07'), COMPASS_ONE("bd3-compass-one", '\ueb08'), COMPONENTS("bd3-components", '\ueb09'), COMPOSITION("bd3-composition", '\ueb0a'), COMPRESSION("bd3-compression", '\ueb0b'), COMPUTER("bd3-computer", '\ueb0c'), COMPUTER_ONE("bd3-computer-one", '\ueb0d'), CONCEPT_SHARING("bd3-concept-sharing", '\ueb0e'), CONCERN("bd3-concern", '\ueb0f'), CONDITIONER("bd3-conditioner", '\ueb10'), CONE("bd3-cone", '\ueb11'), CONES("bd3-cones", '\ueb12'), CONFIG("bd3-config", '\ueb13'), CONFOUNDED_FACE("bd3-confounded-face", '\ueb14'), CONFUSED_FACE("bd3-confused-face", '\ueb15'), CONNECT("bd3-connect", '\ueb16'), CONNECT_ADDRESS_ONE("bd3-connect-address-one", '\ueb17'), CONNECT_ADDRESS_TWO("bd3-connect-address-two", '\ueb18'), CONNECTION("bd3-connection", '\ueb19'), CONNECTION_ARROW("bd3-connection-arrow", '\ueb1a'), CONNECTION_BOX("bd3-connection-box", '\ueb1b'), CONNECTION_POINT("bd3-connection-point", '\ueb1c'), CONNECTION_POINT_TWO("bd3-connection-point-two", '\ueb1d'), CONSIGNMENT("bd3-consignment", '\ueb1e'), CONSUME("bd3-consume", '\ueb1f'), CONTRAST("bd3-contrast", '\ueb20'), CONTRAST_VIEW("bd3-contrast-view", '\ueb21'), CONTRAST_VIEW_CIRCLE("bd3-contrast-view-circle", '\ueb22'), CONTROL("bd3-control", '\ueb23'), CONVERGING_GATEWAY("bd3-converging-gateway", '\ueb24'), COOK("bd3-cook", '\ueb25'), COOKING("bd3-cooking", '\ueb26'), COOKING_POT("bd3-cooking-pot", '\ueb27'), COOL("bd3-cool", '\ueb28'), COOPERATIVE_HANDSHAKE("bd3-cooperative-handshake", '\ueb29'), COORDINATE_SYSTEM("bd3-coordinate-system", '\ueb2a'), COPY("bd3-copy", '\ueb2b'), COPY_LINK("bd3-copy-link", '\ueb2c'), COPY_ONE("bd3-copy-one", '\ueb2d'), COPYRIGHT("bd3-copyright", '\ueb2e'), CORNER_DOWN_LEFT("bd3-corner-down-left", '\ueb2f'), CORNER_DOWN_RIGHT("bd3-corner-down-right", '\ueb30'), CORNER_LEFT_DOWN("bd3-corner-left-down", '\ueb31'), CORNER_LEFT_UP("bd3-corner-left-up", '\ueb32'), CORNER_RIGHT_DOWN("bd3-corner-right-down", '\ueb33'), CORNER_RIGHT_UP("bd3-corner-right-up", '\ueb34'), CORNER_UP_LEFT("bd3-corner-up-left", '\ueb35'), CORNER_UP_RIGHT("bd3-corner-up-right", '\ueb36'), CORONAVIRUS("bd3-coronavirus", '\ueb37'), CORRECT("bd3-correct", '\ueb38'), COSMETIC_BRUSH("bd3-cosmetic-brush", '\ueb39'), COUPON("bd3-coupon", '\ueb3a'), COURT("bd3-court", '\ueb3b'), CPU("bd3-cpu", '\ueb3c'), CRAB("bd3-crab", '\ueb3d'), CREATION_DATE_SORT("bd3-creation-date-sort", '\ueb3e'), CREATIVE("bd3-creative", '\ueb3f'), CREDIT("bd3-credit", '\ueb40'), CRIB("bd3-crib", '\ueb41'), CROISSANT("bd3-croissant", '\ueb42'), CROSS_RING("bd3-cross-ring", '\ueb43'), CROSS_RING_TWO("bd3-cross-ring-two", '\ueb44'), CROSS_SOCIETY("bd3-cross-society", '\ueb45'), CROWN("bd3-crown", '\ueb46'), CROWN_THREE("bd3-crown-three", '\ueb47'), CROWN_TWO("bd3-crown-two", '\ueb48'), CRUISE("bd3-cruise", '\ueb49'), CRYING_BABY("bd3-crying-baby", '\ueb4a'), CUBE("bd3-cube", '\ueb4b'), CUBE_FIVE("bd3-cube-five", '\ueb4c'), CUBE_FOUR("bd3-cube-four", '\ueb4d'), CUBE_THREE("bd3-cube-three", '\ueb4e'), CUBE_TWO("bd3-cube-two", '\ueb4f'), CUP("bd3-cup", '\ueb50'), CUP_FOUR("bd3-cup-four", '\ueb51'), CUP_ONE("bd3-cup-one", '\ueb52'), CURLING("bd3-curling", '\ueb53'), CURRENCY("bd3-currency", '\ueb54'), CURVE_ADJUSTMENT("bd3-curve-adjustment", '\ueb55'), CUSTOMER("bd3-customer", '\ueb56'), CUTTING("bd3-cutting", '\ueb57'), CUTTING_ONE("bd3-cutting-one", '\ueb58'), CUVETTE("bd3-cuvette", '\ueb59'), CYCLE("bd3-cycle", '\ueb5a'), CYCLE_ARROW("bd3-cycle-arrow", '\ueb5b'), CYCLE_MOVEMENT("bd3-cycle-movement", '\ueb5c'), CYCLE_ONE("bd3-cycle-one", '\ueb5d'), CYLINDER("bd3-cylinder", '\ueb5e'), DAMAGE_MAP("bd3-damage-map", '\ueb5f'), DARK_MODE("bd3-dark-mode", '\ueb60'), DASHBOARD("bd3-dashboard", '\ueb61'), DASHBOARD_CAR("bd3-dashboard-car", '\ueb62'), DASHBOARD_ONE("bd3-dashboard-one", '\ueb63'), DASHBOARD_TWO("bd3-dashboard-two", '\ueb64'), DATA("bd3-data", '\ueb65'), DATA_ALL("bd3-data-all", '\ueb66'), DATA_ARRIVAL("bd3-data-arrival", '\ueb67'), DATABASE_ALERT("bd3-database-alert", '\ueb68'), DATABASE_CODE("bd3-database-code", '\ueb69'), DATABASE_CONFIG("bd3-database-config", '\ueb6a'), DATABASE_DOWNLOAD("bd3-database-download", '\ueb6b'), DATABASE_ENTER("bd3-database-enter", '\ueb6c'), DATABASE_FAIL("bd3-database-fail", '\ueb6d'), DATABASE_FIRST("bd3-database-first", '\ueb6e'), DATABASE_FORBID("bd3-database-forbid", '\ueb6f'), DATABASE_LOCK("bd3-database-lock", '\ueb70'), DATABASE_NETWORK("bd3-database-network", '\ueb71'), DATABASE_NETWORK_POINT("bd3-database-network-point", '\ueb72'), DATABASE_POINT("bd3-database-point", '\ueb73'), DATABASE_POSITION("bd3-database-position", '\ueb74'), DATABASE_POWER("bd3-database-power", '\ueb75'), DATABASE_PROPORTION("bd3-database-proportion", '\ueb76'), DATABASE_SEARCH("bd3-database-search", '\ueb77'), DATABASE_SETTING("bd3-database-setting", '\ueb78'), DATABASE_SUCCESS("bd3-database-success", '\ueb79'), DATABASE_SYNC("bd3-database-sync", '\ueb7a'), DATABASE_TIME("bd3-database-time", '\ueb7b'), DATA_DISPLAY("bd3-data-display", '\ueb7c'), DATA_FILE("bd3-data-file", '\ueb7d'), DATA_FOUR("bd3-data-four", '\ueb7e'), DATA_LOCK("bd3-data-lock", '\ueb7f'), DATA_NULL("bd3-data-null", '\ueb80'), DATA_ONE("bd3-data-one", '\ueb81'), DATA_SCREEN("bd3-data-screen", '\ueb82'), DATA_SERVER("bd3-data-server", '\ueb83'), DATA_SHEET("bd3-data-sheet", '\ueb84'), DATA_SWITCHING("bd3-data-switching", '\ueb85'), DATA_THREE("bd3-data-three", '\ueb86'), DATA_TWO("bd3-data-two", '\ueb87'), DATA_USER("bd3-data-user", '\ueb88'), DATE_COMES_BACK("bd3-date-comes-back", '\ueb89'), DEADLINE_SORT("bd3-deadline-sort", '\ueb8a'), DEATH_STAR("bd3-death-star", '\ueb8b'), DEEPLINK("bd3-deeplink", '\ueb8c'), DEER("bd3-deer", '\ueb8d'), DEGREE_HAT("bd3-degree-hat", '\ueb8e'), DELETE("bd3-delete", '\ueb8f'), DELETE_FIVE("bd3-delete-five", '\ueb90'), DELETE_FOUR("bd3-delete-four", '\ueb91'), DELETE_KEY("bd3-delete-key", '\ueb92'), DELETE_MODE("bd3-delete-mode", '\ueb93'), DELETE_ONE("bd3-delete-one", '\ueb94'), DELETE_THEMES("bd3-delete-themes", '\ueb95'), DELETE_THREE("bd3-delete-three", '\ueb96'), DELETE_TWO("bd3-delete-two", '\ueb97'), DELIVERY("bd3-delivery", '\ueb98'), DEPOSIT("bd3-deposit", '\ueb99'), DESCEND("bd3-descend", '\ueb9a'), DESK_LAMP("bd3-desk-lamp", '\ueb9b'), DESK_LAMP_ONE("bd3-desk-lamp-one", '\ueb9c'), DETECTION("bd3-detection", '\ueb9d'), DEVICES("bd3-devices", '\ueb9e'), DIAMOND("bd3-diamond", '\ueb9f'), DIAMOND_NECKLACE("bd3-diamond-necklace", '\ueba0'), DIAMOND_ONE("bd3-diamond-one", '\ueba1'), DIAMOND_RING("bd3-diamond-ring", '\ueba2'), DIAMONDS("bd3-diamonds", '\ueba3'), DIAMOND_THREE("bd3-diamond-three", '\ueba4'), DIAMOND_TWO("bd3-diamond-two", '\ueba5'), DIANZIQIAN("bd3-dianziqian", '\ueba6'), DIAPERS_ONE("bd3-diapers-one", '\ueba7'), DIFFERENCE_SET("bd3-difference-set", '\ueba8'), DIGITAL_WATCHES("bd3-digital-watches", '\ueba9'), DIRECTION("bd3-direction", '\uebaa'), DIRECTION_ADJUSTMENT("bd3-direction-adjustment", '\uebab'), DIRECTION_ADJUSTMENT_THREE("bd3-direction-adjustment-three", '\uebac'), DIRECTION_ADJUSTMENT_TWO("bd3-direction-adjustment-two", '\uebad'), DISABALED_WEB("bd3-disabaled-web", '\uebae'), DISABLED_COMPUTER("bd3-disabled-computer", '\uebaf'), DISABLED_LAPTOP("bd3-disabled-laptop", '\uebb0'), DISABLED_PICTURE("bd3-disabled-picture", '\uebb1'), DISAPPOINTED_FACE("bd3-disappointed-face", '\uebb2'), DISCOVERY_INDEX("bd3-discovery-index", '\uebb3'), DISK("bd3-disk", '\uebb4'), DISK_ONE("bd3-disk-one", '\uebb5'), DISK_TWO("bd3-disk-two", '\uebb6'), DISLIKE("bd3-dislike", '\uebb7'), DISLIKE_TWO("bd3-dislike-two", '\uebb8'), DISPLAY("bd3-display", '\uebb9'), DISTORTION("bd3-distortion", '\uebba'), DISTRAUGHT_FACE("bd3-distraught-face", '\uebbb'), DISTRIBUTE_HORIZONTALLY("bd3-distribute-horizontally", '\uebbc'), DISTRIBUTE_HORIZONTAL_SPACING("bd3-distribute-horizontal-spacing", '\uebbd'), DISTRIBUTE_VERTICALLY("bd3-distribute-vertically", '\uebbe'), DISTRIBUTE_VERTICAL_SPACING("bd3-distribute-vertical-spacing", '\uebbf'), DIVIDING_LINE("bd3-dividing-line", '\uebc0'), DIVIDING_LINE_ONE("bd3-dividing-line-one", '\uebc1'), DIVING("bd3-diving", '\uebc2'), DIVING_BOTTLE("bd3-diving-bottle", '\uebc3'), DIVING_SUIT("bd3-diving-suit", '\uebc4'), DIVISION("bd3-division", '\uebc5'), DIZZY_FACE("bd3-dizzy-face", '\uebc6'), DOC_ADD("bd3-doc-add", '\uebc7'), DOC_DETAIL("bd3-doc-detail", '\uebc8'), DOC_FAIL("bd3-doc-fail", '\uebc9'), DOC_SEARCH("bd3-doc-search", '\uebca'), DOC_SEARCH_TWO("bd3-doc-search-two", '\uebcb'), DOC_SUCCESS("bd3-doc-success", '\uebcc'), DOCUMENT_FOLDER("bd3-document-folder", '\uebcd'), DOG("bd3-dog", '\uebce'), DOG_ZODIAC("bd3-dog-zodiac", '\uebcf'), DOLLAR("bd3-dollar", '\uebd0'), DOLPHIN("bd3-dolphin", '\uebd1'), DOME("bd3-dome", '\uebd2'), DOME_LIGHT("bd3-dome-light", '\uebd3'), DONE_ALL("bd3-done-all", '\uebd4'), DONGCHEDI("bd3-dongchedi", '\uebd5'), DOOR_HANDLE("bd3-door-handle", '\uebd6'), DOT("bd3-dot", '\uebd7'), DOUBLE_BED("bd3-double-bed", '\uebd8'), DOUBLE_DOWN("bd3-double-down", '\uebd9'), DOUBLE_LEFT("bd3-double-left", '\uebda'), DOUBLE_RIGHT("bd3-double-right", '\uebdb'), DOUBLE_UP("bd3-double-up", '\uebdc'), DOUGHNUT("bd3-doughnut", '\uebdd'), DOWN("bd3-down", '\uebde'), DOWN_C("bd3-down-c", '\uebdf'), DOWNLOAD("bd3-download", '\uebe0'), DOWNLOAD_COMPUTER("bd3-download-computer", '\uebe1'), DOWNLOAD_FOUR("bd3-download-four", '\uebe2'), DOWNLOAD_LAPTOP("bd3-download-laptop", '\uebe3'), DOWNLOAD_ONE("bd3-download-one", '\uebe4'), DOWNLOAD_THREE("bd3-download-three", '\uebe5'), DOWNLOAD_TWO("bd3-download-two", '\uebe6'), DOWNLOAD_WEB("bd3-download-web", '\uebe7'), DOWN_ONE("bd3-down-one", '\uebe8'), DOWN_PICTURE("bd3-down-picture", '\uebe9'), DOWN_SMALL("bd3-down-small", '\uebea'), DOWN_SQUARE("bd3-down-square", '\uebeb'), DOWN_TWO("bd3-down-two", '\uebec'), DRAG("bd3-drag", '\uebed'), DRAGON_ZODIAC("bd3-dragon-zodiac", '\uebee'), DRIBBLE("bd3-dribble", '\uebef'), DRINK("bd3-drink", '\uebf0'), DRONE("bd3-drone", '\uebf1'), DRONE_ONE("bd3-drone-one", '\uebf2'), DROPBOX("bd3-dropbox", '\uebf3'), DROP_DOWN_LIST("bd3-drop-down-list", '\uebf4'), DROP_SHADOW_DOWN("bd3-drop-shadow-down", '\uebf5'), DROP_SHADOW_LEFT("bd3-drop-shadow-left", '\uebf6'), DROP_SHADOW_RIGHT("bd3-drop-shadow-right", '\uebf7'), DROP_SHADOW_UP("bd3-drop-shadow-up", '\uebf8'), DRUMSTICK("bd3-drumstick", '\uebf9'), DUBAI("bd3-dubai", '\uebfa'), DUCK("bd3-duck", '\uebfb'), DUMBBELL("bd3-dumbbell", '\uebfc'), DUMBBEL_LINE("bd3-dumbbel-line", '\uebfd'), DVI("bd3-dvi", '\uebfe'), EAGLE("bd3-eagle", '\uebff'), EARTH("bd3-earth", '\uec00'), EASY("bd3-easy", '\uec01'), ECG("bd3-ecg", '\uec02'), EDIT("bd3-edit", '\uec03'), EDITING("bd3-editing", '\uec04'), EDIT_MOVIE("bd3-edit-movie", '\uec05'), EDIT_NAME("bd3-edit-name", '\uec06'), EDIT_ONE("bd3-edit-one", '\uec07'), EDITOR("bd3-editor", '\uec08'), EDIT_TWO("bd3-edit-two", '\uec09'), EEG("bd3-eeg", '\uec0a'), EFFECTS("bd3-effects", '\uec0b'), EFFERENT_FOUR("bd3-efferent-four", '\uec0c'), EFFERENT_THREE("bd3-efferent-three", '\uec0d'), EGG("bd3-egg", '\uec0e'), EGG_ONE("bd3-egg-one", '\uec0f'), EGGPLANT("bd3-eggplant", '\uec10'), EIFFEL_TOWER("bd3-eiffel-tower", '\uec11'), EIGHT_KEY("bd3-eight-key", '\uec12'), ELECTRIC_DRILL("bd3-electric-drill", '\uec13'), ELECTRIC_IRON("bd3-electric-iron", '\uec14'), ELECTRIC_WAVE("bd3-electric-wave", '\uec15'), ELECTROCARDIOGRAM("bd3-electrocardiogram", '\uec16'), ELECTRONIC_DOOR_LOCK("bd3-electronic-door-lock", '\uec17'), ELECTRONIC_LOCKS_CLOSE("bd3-electronic-locks-close", '\uec18'), ELECTRONIC_LOCKS_OPEN("bd3-electronic-locks-open", '\uec19'), ELECTRONIC_PEN("bd3-electronic-pen", '\uec1a'), ELEPHANT("bd3-elephant", '\uec1b'), ELEVATOR("bd3-elevator", '\uec1c'), EMAIL_BLOCK("bd3-email-block", '\uec1d'), EMAIL_DELECT("bd3-email-delect", '\uec1e'), EMAIL_DOWN("bd3-email-down", '\uec1f'), EMAIL_FAIL("bd3-email-fail", '\uec20'), EMAIL_LOCK("bd3-email-lock", '\uec21'), EMAIL_PUSH("bd3-email-push", '\uec22'), EMAIL_SEARCH("bd3-email-search", '\uec23'), EMAIL_SECURITY("bd3-email-security", '\uec24'), EMAIL_SUCCESSFULLY("bd3-email-successfully", '\uec25'), EMOTION_HAPPY("bd3-emotion-happy", '\uec26'), EMOTION_UNHAPPY("bd3-emotion-unhappy", '\uec27'), EMPTY("bd3-empty", '\uec28'), ENDLESS("bd3-endless", '\uec29'), ENDOCRINE("bd3-endocrine", '\uec2a'), ENDPOINT_DISPLACEMENT("bd3-endpoint-displacement", '\uec2b'), ENDPOINT_FLAT("bd3-endpoint-flat", '\uec2c'), ENDPOINT_ROUND("bd3-endpoint-round", '\uec2d'), ENDPOINT_SQUARE("bd3-endpoint-square", '\uec2e'), END_TIME_SORT("bd3-end-time-sort", '\uec2f'), ENERGY_SOCKET("bd3-energy-socket", '\uec30'), ENGINEERING_BRAND("bd3-engineering-brand", '\uec31'), ENGINEERING_VEHICLE("bd3-engineering-vehicle", '\uec32'), ENGLISH("bd3-english", '\uec33'), ENGLISH_MUSTACHE("bd3-english-mustache", '\uec34'), ENQUIRE("bd3-enquire", '\uec35'), ENTER_KEY("bd3-enter-key", '\uec36'), ENTER_KEY_ONE("bd3-enter-key-one", '\uec37'), ENTERTAINMENT("bd3-entertainment", '\uec38'), ENTER_THE_KEYBOARD("bd3-enter-the-keyboard", '\uec39'), ENVELOPE("bd3-envelope", '\uec3a'), ENVELOPE_ONE("bd3-envelope-one", '\uec3b'), EQUALIZER("bd3-equalizer", '\uec3c'), EQUAL_RATIO("bd3-equal-ratio", '\uec3d'), ERASE("bd3-erase", '\uec3e'), ERROR("bd3-error", '\uec3f'), ERROR_COMPUTER("bd3-error-computer", '\uec40'), ERROR_PICTURE("bd3-error-picture", '\uec41'), ERROR_PROMPT("bd3-error-prompt", '\uec42'), ESCALATORS("bd3-escalators", '\uec43'), ETHERNET_OFF("bd3-ethernet-off", '\uec44'), ETHERNET_ON("bd3-ethernet-on", '\uec45'), EVERY_USER("bd3-every-user", '\uec46'), EXCEL("bd3-excel", '\uec47'), EXCEL_ONE("bd3-excel-one", '\uec48'), EXCHANGE("bd3-exchange", '\uec49'), EXCHANGE_FOUR("bd3-exchange-four", '\uec4a'), EXCHANGE_ONE("bd3-exchange-one", '\uec4b'), EXCHANGE_THREE("bd3-exchange-three", '\uec4c'), EXCHANGE_TWO("bd3-exchange-two", '\uec4d'), EXCLUDE_SELECTION("bd3-exclude-selection", '\uec4e'), EXCLUSIVE_GATEWAY("bd3-exclusive-gateway", '\uec4f'), EXPAND_DOWN("bd3-expand-down", '\uec50'), EXPAND_DOWN_ONE("bd3-expand-down-one", '\uec51'), EXPAND_LEFT("bd3-expand-left", '\uec52'), EXPAND_LEFT_AND_RIGHT("bd3-expand-left-and-right", '\uec53'), EXPAND_RIGHT("bd3-expand-right", '\uec54'), EXPAND_TEXT_INPUT("bd3-expand-text-input", '\uec55'), EXPAND_UP("bd3-expand-up", '\uec56'), EXPENSES("bd3-expenses", '\uec57'), EXPENSES_ONE("bd3-expenses-one", '\uec58'), EXPERIMENT("bd3-experiment", '\uec59'), EXPERIMENT_ONE("bd3-experiment-one", '\uec5a'), EXPORT("bd3-export", '\uec5b'), EXPRESS_DELIVERY("bd3-express-delivery", '\uec5c'), EXPRESSIONLESS_FACE("bd3-expressionless-face", '\uec5d'), EXTEND("bd3-extend", '\uec5e'), EXTERNAL_TRANSMISSION("bd3-external-transmission", '\uec5f'), EYEBROW("bd3-eyebrow", '\uec60'), EYES("bd3-eyes", '\uec61'), FACEBOOK("bd3-facebook", '\uec62'), FACEBOOK_ONE("bd3-facebook-one", '\uec63'), FACE_POWDER("bd3-face-powder", '\uec64'), FACE_RECOGNITION("bd3-face-recognition", '\uec65'), FACETIME("bd3-facetime", '\uec66'), FACEU("bd3-faceu", '\uec67'), FACE_WITHOUT_MOUTH("bd3-face-without-mouth", '\uec68'), FACE_WITH_SMILING_OPEN_EYES("bd3-face-with-smiling-open-eyes", '\uec69'), FACIAL_CLEANSER("bd3-facial-cleanser", '\uec6a'), FACIAL_MASK("bd3-facial-mask", '\uec6b'), FACTORY_BUILDING("bd3-factory-building", '\uec6c'), FAIL_PICTURE("bd3-fail-picture", '\uec6d'), FAMILY("bd3-family", '\uec6e'), FAN("bd3-fan", '\uec6f'), FANQIEXIAOSHUO("bd3-fanqiexiaoshuo", '\uec70'), FEELGOOD("bd3-feelgood", '\uec71'), FEELGOOD_ONE("bd3-feelgood-one", '\uec72'), F_EIGHT_KEY("bd3-f-eight-key", '\uec73'), FEIYU("bd3-feiyu", '\uec74'), FEMALE("bd3-female", '\uec75'), FENCE_ONE("bd3-fence-one", '\uec76'), FENCE_TWO("bd3-fence-two", '\uec77'), FERRIS_WHEEL("bd3-ferris-wheel", '\uec78'), F_FIVE_KEY("bd3-f-five-key", '\uec79'), F_FOUR_KEY("bd3-f-four-key", '\uec7a'), FIGMA("bd3-figma", '\uec7b'), FIGMA_COMPONENT("bd3-figma-component", '\uec7c'), FIGMA_FLATTEN_SELECTION("bd3-figma-flatten-selection", '\uec7d'), FIGMA_MASK("bd3-figma-mask", '\uec7e'), FIGMA_RESET_INSTANCE("bd3-figma-reset-instance", '\uec7f'), FILE_ADDITION("bd3-file-addition", '\uec80'), FILE_ADDITION_ONE("bd3-file-addition-one", '\uec81'), FILE_CABINET("bd3-file-cabinet", '\uec82'), FILE_CODE("bd3-file-code", '\uec83'), FILE_CODE_ONE("bd3-file-code-one", '\uec84'), FILE_COLLECTION("bd3-file-collection", '\uec85'), FILE_COLLECTION_ONE("bd3-file-collection-one", '\uec86'), FILE_CONVERSION("bd3-file-conversion", '\uec87'), FILE_CONVERSION_ONE("bd3-file-conversion-one", '\uec88'), FILE_DATE("bd3-file-date", '\uec89'), FILE_DATE_ONE("bd3-file-date-one", '\uec8a'), FILE_DISPLAY("bd3-file-display", '\uec8b'), FILE_DISPLAY_ONE("bd3-file-display-one", '\uec8c'), FILE_DOC("bd3-file-doc", '\uec8d'), FILE_EDITING("bd3-file-editing", '\uec8e'), FILE_EDITING_ONE("bd3-file-editing-one", '\uec8f'), FILE_EXCEL("bd3-file-excel", '\uec90'), FILE_FAILED("bd3-file-failed", '\uec91'), FILE_FAILED_ONE("bd3-file-failed-one", '\uec92'), FILE_FOCUS("bd3-file-focus", '\uec93'), FILE_FOCUS_ONE("bd3-file-focus-one", '\uec94'), FILE_GIF("bd3-file-gif", '\uec95'), FILE_HASH("bd3-file-hash", '\uec96'), FILE_HASH_ONE("bd3-file-hash-one", '\uec97'), FILE_HIDING("bd3-file-hiding", '\uec98'), FILE_HIDING_ONE("bd3-file-hiding-one", '\uec99'), FILE_JPG("bd3-file-jpg", '\uec9a'), FILE_LOCK("bd3-file-lock", '\uec9b'), FILE_LOCK_ONE("bd3-file-lock-one", '\uec9c'), FILE_MUSIC("bd3-file-music", '\uec9d'), FILE_MUSIC_ONE("bd3-file-music-one", '\uec9e'), FILE_PDF("bd3-file-pdf", '\uec9f'), FILE_PDF_ONE("bd3-file-pdf-one", '\ueca0'), FILE_PPT("bd3-file-ppt", '\ueca1'), FILE_PROTECTION("bd3-file-protection", '\ueca2'), FILE_PROTECTION_ONE("bd3-file-protection-one", '\ueca3'), FILE_QUALITY("bd3-file-quality", '\ueca4'), FILE_QUALITY_ONE("bd3-file-quality-one", '\ueca5'), FILE_QUESTION("bd3-file-question", '\ueca6'), FILE_REMOVAL("bd3-file-removal", '\ueca7'), FILE_REMOVAL_ONE("bd3-file-removal-one", '\ueca8'), FILE_SEARCH("bd3-file-search", '\ueca9'), FILE_SEARCH_ONE("bd3-file-search-one", '\uecaa'), FILE_SEARCH_TWO("bd3-file-search-two", '\uecab'), FILE_SETTINGS("bd3-file-settings", '\uecac'), FILE_SETTINGS_ONE("bd3-file-settings-one", '\uecad'), FILE_STAFF("bd3-file-staff", '\uecae'), FILE_STAFF_ONE("bd3-file-staff-one", '\uecaf'), FILE_SUCCESS("bd3-file-success", '\uecb0'), FILE_SUCCESS_ONE("bd3-file-success-one", '\uecb1'), FILE_TEXT("bd3-file-text", '\uecb2'), FILE_TEXT_ONE("bd3-file-text-one", '\uecb3'), FILE_TIPS("bd3-file-tips", '\uecb4'), FILE_TIPS_ONE("bd3-file-tips-one", '\uecb5'), FILE_TXT("bd3-file-txt", '\uecb6'), FILE_TXT_ONE("bd3-file-txt-one", '\uecb7'), FILE_WITHDRAWAL("bd3-file-withdrawal", '\uecb8'), FILE_WITHDRAWAL_ONE("bd3-file-withdrawal-one", '\uecb9'), FILE_WORD("bd3-file-word", '\uecba'), FILE_ZIP("bd3-file-zip", '\uecbb'), FILL("bd3-fill", '\uecbc'), FILM("bd3-film", '\uecbd'), FILTER("bd3-filter", '\uecbe'), FILTER_ONE("bd3-filter-one", '\uecbf'), FINANCE("bd3-finance", '\uecc0'), FINANCING("bd3-financing", '\uecc1'), FINANCING_ONE("bd3-financing-one", '\uecc2'), FINANCING_TWO("bd3-financing-two", '\uecc3'), FIND("bd3-find", '\uecc4'), FIND_ONE("bd3-find-one", '\uecc5'), FINGERNAIL("bd3-fingernail", '\uecc6'), FINGERPRINT("bd3-fingerprint", '\uecc7'), FINGERPRINT_THREE("bd3-fingerprint-three", '\uecc8'), FINGERPRINT_TWO("bd3-fingerprint-two", '\uecc9'), FIRE("bd3-fire", '\uecca'), FIRE_EXTINGUISHER("bd3-fire-extinguisher", '\ueccb'), FIRE_EXTINGUISHER_ONE("bd3-fire-extinguisher-one", '\ueccc'), FIRE_TWO("bd3-fire-two", '\ueccd'), FIREWORKS("bd3-fireworks", '\uecce'), FIRST("bd3-first", '\ueccf'), FIRST_AID_KIT("bd3-first-aid-kit", '\uecd0'), FISH("bd3-fish", '\uecd1'), FISHING("bd3-fishing", '\uecd2'), FISH_ONE("bd3-fish-one", '\uecd3'), FIST("bd3-fist", '\uecd4'), FITNESS("bd3-fitness", '\uecd5'), FIVE("bd3-five", '\uecd6'), FIVE_ELLIPSES("bd3-five-ellipses", '\uecd7'), FIVE_FIVE("bd3-five-five", '\uecd8'), FIVE_KEY("bd3-five-key", '\uecd9'), FIVE_STAR_BADGE("bd3-five-star-badge", '\uecda'), FLAG("bd3-flag", '\uecdb'), FLASHLAMP("bd3-flashlamp", '\uecdc'), FLASHLIGHT("bd3-flashlight", '\uecdd'), FLASH_PAYMENT("bd3-flash-payment", '\uecde'), FLASK("bd3-flask", '\uecdf'), FLIGHT_AIRFLOW("bd3-flight-airflow", '\uece0'), FLIGHT_SAFETY("bd3-flight-safety", '\uece1'), FLIP_CAMERA("bd3-flip-camera", '\uece2'), FLIP_HORIZONTALLY("bd3-flip-horizontally", '\uece3'), FLIP_VERTICALLY("bd3-flip-vertically", '\uece4'), FLIRT("bd3-flirt", '\uece5'), FLOAT("bd3-float", '\uece6'), FLOOR_TILE("bd3-floor-tile", '\uece7'), FM("bd3-fm", '\uece8'), F_NINE_KEY("bd3-f-nine-key", '\uece9'), F_N_KEY("bd3-f-n-key", '\uecea'), FOCUS("bd3-focus", '\ueceb'), FOCUS_ONE("bd3-focus-one", '\uecec'), FOG("bd3-fog", '\ueced'), FOLDER("bd3-folder", '\uecee'), FOLDER_BLOCK("bd3-folder-block", '\uecef'), FOLDER_BLOCK_ONE("bd3-folder-block-one", '\uecf0'), FOLDER_CLOSE("bd3-folder-close", '\uecf1'), FOLDER_CODE("bd3-folder-code", '\uecf2'), FOLDER_CODE_ONE("bd3-folder-code-one", '\uecf3'), FOLDER_CONVERSION("bd3-folder-conversion", '\uecf4'), FOLDER_CONVERSION_ONE("bd3-folder-conversion-one", '\uecf5'), FOLDER_DOWNLOAD("bd3-folder-download", '\uecf6'), FOLDER_FAILED("bd3-folder-failed", '\uecf7'), FOLDER_FAILED_ONE("bd3-folder-failed-one", '\uecf8'), FOLDER_FOCUS("bd3-folder-focus", '\uecf9'), FOLDER_FOCUS_ONE("bd3-folder-focus-one", '\uecfa'), FOLDER_LOCK("bd3-folder-lock", '\uecfb'), FOLDER_LOCK_ONE("bd3-folder-lock-one", '\uecfc'), FOLDER_MINUS("bd3-folder-minus", '\uecfd'), FOLDER_MUSIC("bd3-folder-music", '\uecfe'), FOLDER_MUSIC_ONE("bd3-folder-music-one", '\uecff'), FOLDER_ONE("bd3-folder-one", '\ued00'), FOLDER_OPEN("bd3-folder-open", '\ued01'), FOLDER_PLUS("bd3-folder-plus", '\ued02'), FOLDER_PROTECTION("bd3-folder-protection", '\ued03'), FOLDER_PROTECTION_ONE("bd3-folder-protection-one", '\ued04'), FOLDER_QUALITY("bd3-folder-quality", '\ued05'), FOLDER_QUALITY_ONE("bd3-folder-quality-one", '\ued06'), FOLDER_SEARCH("bd3-folder-search", '\ued07'), FOLDER_SEARCH_ONE("bd3-folder-search-one", '\ued08'), FOLDER_SETTINGS("bd3-folder-settings", '\ued09'), FOLDER_SETTINGS_ONE("bd3-folder-settings-one", '\ued0a'), FOLDER_SUCCESS("bd3-folder-success", '\ued0b'), FOLDER_SUCCESS_ONE("bd3-folder-success-one", '\ued0c'), FOLDER_UPLOAD("bd3-folder-upload", '\ued0d'), FOLDER_WITHDRAWAL("bd3-folder-withdrawal", '\ued0e'), FOLDER_WITHDRAWAL_ONE("bd3-folder-withdrawal-one", '\ued0f'), FOLD_UP_ONE("bd3-fold-up-one", '\ued10'), FOLLOW_UP_DATE_SORT("bd3-follow-up-date-sort", '\ued11'), F_ONE_KEY("bd3-f-one-key", '\ued12'), FONT_SEARCH("bd3-font-search", '\ued13'), FONT_SIZE("bd3-font-size", '\ued14'), FONT_SIZE_TWO("bd3-font-size-two", '\ued15'), FOOT("bd3-foot", '\ued16'), FOOTBALL("bd3-football", '\ued17'), FORBID("bd3-forbid", '\ued18'), FORK("bd3-fork", '\ued19'), FORK_SPOON("bd3-fork-spoon", '\ued1a'), FORM("bd3-form", '\ued1b'), FORMAT("bd3-format", '\ued1c'), FORMAT_BRUSH("bd3-format-brush", '\ued1d'), FORM_ONE("bd3-form-one", '\ued1e'), FORMULA("bd3-formula", '\ued1f'), FOUNDATION_MAKEUP("bd3-foundation-makeup", '\ued20'), FOUR("bd3-four", '\ued21'), FOUR_ARROWS("bd3-four-arrows", '\ued22'), FOUR_FOUR("bd3-four-four", '\ued23'), FOUR_KEY("bd3-four-key", '\ued24'), FOUR_LEAVES("bd3-four-leaves", '\ued25'), FOUR_POINT_CONNECTION("bd3-four-point-connection", '\ued26'), FOUR_ROUND_POINT_CONNECTION("bd3-four-round-point-connection", '\ued27'), FOURSQUARE("bd3-foursquare", '\ued28'), FREEZE_COLUMN("bd3-freeze-column", '\ued29'), FREEZE_LINE("bd3-freeze-line", '\ued2a'), FREEZING_LINE_COLUMN("bd3-freezing-line-column", '\ued2b'), FRENCH_FRIES("bd3-french-fries", '\ued2c'), FRIENDS_CIRCLE("bd3-friends-circle", '\ued2d'), FRIGATE("bd3-frigate", '\ued2e'), FROG("bd3-frog", '\ued2f'), FROWNING_FACE_WHIT_OPEN_MOUTH("bd3-frowning-face-whit-open-mouth", '\ued30'), FRUITER("bd3-fruiter", '\ued31'), F_SEVEN_KEY("bd3-f-seven-key", '\ued32'), F_SIX_KEY("bd3-f-six-key", '\ued33'), F_THREE_KEY("bd3-f-three-key", '\ued34'), F_TWO_KEY("bd3-f-two-key", '\ued35'), FULL_DRESS_LONGUETTE("bd3-full-dress-longuette", '\ued36'), FULL_SCREEN("bd3-full-screen", '\ued37'), FULL_SCREEN_ONE("bd3-full-screen-one", '\ued38'), FULL_SCREEN_PLAY("bd3-full-screen-play", '\ued39'), FULL_SCREEN_TWO("bd3-full-screen-two", '\ued3a'), FULL_SELECTION("bd3-full-selection", '\ued3b'), FULLWIDTH("bd3-fullwidth", '\ued3c'), FUNDS("bd3-funds", '\ued3d'), FUTURE_BUILD_ONE("bd3-future-build-one", '\ued3e'), FUTURE_BUILD_THREE("bd3-future-build-three", '\ued3f'), FUTURE_BUILD_TWO("bd3-future-build-two", '\ued40'), F_ZERO_KEY("bd3-f-zero-key", '\ued41'), GAME("bd3-game", '\ued42'), GAME_CONSOLE("bd3-game-console", '\ued43'), GAME_CONSOLE_ONE("bd3-game-console-one", '\ued44'), GAME_EMOJI("bd3-game-emoji", '\ued45'), GAME_HANDLE("bd3-game-handle", '\ued46'), GAMEPAD("bd3-gamepad", '\ued47'), GAME_PS("bd3-game-ps", '\ued48'), GAME_THREE("bd3-game-three", '\ued49'), GAME_TWO("bd3-game-two", '\ued4a'), GARAGE("bd3-garage", '\ued4b'), GARLIC("bd3-garlic", '\ued4c'), GAS("bd3-gas", '\ued4d'), GASTROINTESTINAL("bd3-gastrointestinal", '\ued4e'), GATE("bd3-gate", '\ued4f'), GATE_MACHINE("bd3-gate-machine", '\ued50'), GAUZE("bd3-gauze", '\ued51'), GAVEL("bd3-gavel", '\ued52'), GEMINI("bd3-gemini", '\ued53'), GENERAL_BRANCH("bd3-general-branch", '\ued54'), GEOMETRIC_FLOWERS("bd3-geometric-flowers", '\ued55'), GERMS("bd3-germs", '\ued56'), GHOST("bd3-ghost", '\ued57'), GIFT("bd3-gift", '\ued58'), GIFT_BAG("bd3-gift-bag", '\ued59'), GIFT_BOX("bd3-gift-box", '\ued5a'), GIRL("bd3-girl", '\ued5b'), GIRL_ONE("bd3-girl-one", '\ued5c'), GIRL_TWO("bd3-girl-two", '\ued5d'), GITHUB("bd3-github", '\ued5e'), GITHUB_ONE("bd3-github-one", '\ued5f'), GITLAB("bd3-gitlab", '\ued60'), GLASSES("bd3-glasses", '\ued61'), GLASSES_ONE("bd3-glasses-one", '\ued62'), GLASSES_THREE("bd3-glasses-three", '\ued63'), GLOBE("bd3-globe", '\ued64'), GLOVE("bd3-glove", '\ued65'), GO_AHEAD("bd3-go-ahead", '\ued66'), GOBLET("bd3-goblet", '\ued67'), GOBLET_CRACKING("bd3-goblet-cracking", '\ued68'), GOBLET_FULL("bd3-goblet-full", '\ued69'), GOBLET_ONE("bd3-goblet-one", '\ued6a'), GO_END("bd3-go-end", '\ued6b'), GOLD_MEDAL("bd3-gold-medal", '\ued6c'), GOLD_MEDAL_TWO("bd3-gold-medal-two", '\ued6d'), GOLF_COURSE("bd3-golf-course", '\ued6e'), GONGFU("bd3-gongfu", '\ued6f'), GOOD("bd3-good", '\ued70'), GOOD_ONE("bd3-good-one", '\ued71'), GOOD_TWO("bd3-good-two", '\ued72'), GOOGLE("bd3-google", '\ued73'), GOOGLE_ADS("bd3-google-ads", '\ued74'), GO_ON("bd3-go-on", '\ued75'), GOPRO("bd3-gopro", '\ued76'), GO_START("bd3-go-start", '\ued77'), GPS("bd3-gps", '\ued78'), GRAPHIC_DESIGN("bd3-graphic-design", '\ued79'), GRAPHIC_DESIGN_TWO("bd3-graphic-design-two", '\ued7a'), GRAPHIC_STITCHING("bd3-graphic-stitching", '\ued7b'), GRAPHIC_STITCHING_FOUR("bd3-graphic-stitching-four", '\ued7c'), GRAPHIC_STITCHING_THREE("bd3-graphic-stitching-three", '\ued7d'), GREAT_WALL("bd3-great-wall", '\ued7e'), GREEN_HOUSE("bd3-green-house", '\ued7f'), GREEN_NEW_ENERGY("bd3-green-new-energy", '\ued80'), GRID_FOUR("bd3-grid-four", '\ued81'), GRID_NINE("bd3-grid-nine", '\ued82'), GRID_SIXTEEN("bd3-grid-sixteen", '\ued83'), GRID_THREE("bd3-grid-three", '\ued84'), GRID_TWO("bd3-grid-two", '\ued85'), GRIMACING_FACE("bd3-grimacing-face", '\ued86'), GRINNING_FACE("bd3-grinning-face", '\ued87'), GRINNING_FACE_WITH_OPEN_MOUTH("bd3-grinning-face-with-open-mouth", '\ued88'), GRINNING_FACE_WITH_SQUINTING_EYES("bd3-grinning-face-with-squinting-eyes", '\ued89'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES("bd3-grinning-face-with-tightly-closed-eyes", '\ued8a'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES_OPEN_MOUTH("bd3-grinning-face-with-tightly-closed-eyes-open-mouth", '\ued8b'), GROUP("bd3-group", '\ued8c'), GUIDE_BOARD("bd3-guide-board", '\ued8d'), GYMNASTICS("bd3-gymnastics", '\ued8e'), GYMNASTICS_ONE("bd3-gymnastics-one", '\ued8f'), H("bd3-h", '\ued90'), H1("bd3-h1", '\ued91'), H2("bd3-h2", '\ued92'), H3("bd3-h3", '\ued93'), HAIR_BRUSH("bd3-hair-brush", '\ued94'), HAIR_CLIP("bd3-hair-clip", '\ued95'), HAIR_DRYER("bd3-hair-dryer", '\ued96'), HAIR_DRYER_ONE("bd3-hair-dryer-one", '\ued97'), HALO("bd3-halo", '\ued98'), HAMBURGER("bd3-hamburger", '\ued99'), HAMBURGER_BUTTON("bd3-hamburger-button", '\ued9a'), HAMBURGER_ONE("bd3-hamburger-one", '\ued9b'), HAMMER_AND_ANVIL("bd3-hammer-and-anvil", '\ued9c'), HANDBAG("bd3-handbag", '\ued9d'), HAND_CREAM("bd3-hand-cream", '\ued9e'), HAND_DOWN("bd3-hand-down", '\ued9f'), HAND_DRAG("bd3-hand-drag", '\ueda0'), HANDHELD("bd3-handheld", '\ueda1'), HANDLE_A("bd3-handle-a", '\ueda2'), HANDLE_B("bd3-handle-b", '\ueda3'), HANDLE_C("bd3-handle-c", '\ueda4'), HANDLE_DOWN("bd3-handle-down", '\ueda5'), HAND_LEFT("bd3-hand-left", '\ueda6'), HANDLE_LEFT("bd3-handle-left", '\ueda7'), HANDLE_RIGHT("bd3-handle-right", '\ueda8'), HANDLE_ROUND("bd3-handle-round", '\ueda9'), HANDLE_SQUARE("bd3-handle-square", '\uedaa'), HANDLE_TRIANGLE("bd3-handle-triangle", '\uedab'), HANDLE_UP("bd3-handle-up", '\uedac'), HANDLE_X("bd3-handle-x", '\uedad'), HANDLE_Y("bd3-handle-y", '\uedae'), HANDLE_Z("bd3-handle-z", '\uedaf'), HAND_PAINTED_PLATE("bd3-hand-painted-plate", '\uedb0'), HAND_RIGHT("bd3-hand-right", '\uedb1'), HANDS("bd3-hands", '\uedb2'), HAND_UP("bd3-hand-up", '\uedb3'), HANDWASHING("bd3-handwashing", '\uedb4'), HANDWASHING_FLUID("bd3-handwashing-fluid", '\uedb5'), HANFU_CHINESE_STYLE("bd3-hanfu-chinese-style", '\uedb6'), HANGER("bd3-hanger", '\uedb7'), HANGER_ONE("bd3-hanger-one", '\uedb8'), HANGER_TWO("bd3-hanger-two", '\uedb9'), HARD_DISK("bd3-hard-disk", '\uedba'), HARD_DISK_ONE("bd3-hard-disk-one", '\uedbb'), HARM("bd3-harm", '\uedbc'), HASHTAG_KEY("bd3-hashtag-key", '\uedbd'), HAT("bd3-hat", '\uedbe'), HDD("bd3-hdd", '\uedbf'), HDMI_CABLE("bd3-hdmi-cable", '\uedc0'), HDMI_CONNECTOR("bd3-hdmi-connector", '\uedc1'), HEADPHONE_SOUND("bd3-headphone-sound", '\uedc2'), HEADSET("bd3-headset", '\uedc3'), HEADSET_ONE("bd3-headset-one", '\uedc4'), HEADSET_TWO("bd3-headset-two", '\uedc5'), HEADWEAR("bd3-headwear", '\uedc6'), HEALTH("bd3-health", '\uedc7'), HEALTH_PRODUCTS("bd3-health-products", '\uedc8'), HEALTHY_RECOGNITION("bd3-healthy-recognition", '\uedc9'), HEART("bd3-heart", '\uedca'), HEART_BALLON("bd3-heart-ballon", '\uedcb'), HEARTBEAT("bd3-heartbeat", '\uedcc'), HEART_RATE("bd3-heart-rate", '\uedcd'), HEATER_RESISTOR("bd3-heater-resistor", '\uedce'), HEAVY_METAL("bd3-heavy-metal", '\uedcf'), HEAVY_RAIN("bd3-heavy-rain", '\uedd0'), HEAVY_WIND("bd3-heavy-wind", '\uedd1'), HELMET("bd3-helmet", '\uedd2'), HELMET_ONE("bd3-helmet-one", '\uedd3'), HELP("bd3-help", '\uedd4'), HELPCENTER("bd3-helpcenter", '\uedd5'), HEXAGONAL("bd3-hexagonal", '\uedd6'), HEXAGON_ONE("bd3-hexagon-one", '\uedd7'), HEXAGON_STRIP("bd3-hexagon-strip", '\uedd8'), HI("bd3-hi", '\uedd9'), HIGH_HEELED_SHOES("bd3-high-heeled-shoes", '\uedda'), HIGH_LIGHT("bd3-high-light", '\ueddb'), HIGH_SPEED_RAIL("bd3-high-speed-rail", '\ueddc'), HIPPO("bd3-hippo", '\ueddd'), HISTOGRAM("bd3-histogram", '\uedde'), HISTORY("bd3-history", '\ueddf'), HISTORY_QUERY("bd3-history-query", '\uede0'), HOCKEY("bd3-hockey", '\uede1'), HOLD("bd3-hold", '\uede2'), HOLDING_HANDS("bd3-holding-hands", '\uede3'), HOLD_INTERFACE("bd3-hold-interface", '\uede4'), HOLD_SEEDS("bd3-hold-seeds", '\uede5'), HOLY_SWORD("bd3-holy-sword", '\uede6'), HOME("bd3-home", '\uede7'), HOMESTAY("bd3-homestay", '\uede8'), HOME_TWO("bd3-home-two", '\uede9'), HONEY("bd3-honey", '\uedea'), HONEY_ONE("bd3-honey-one", '\uedeb'), HORIZONTALLY_CENTERED("bd3-horizontally-centered", '\uedec'), HORIZONTAL_SPACING_BETWEEN_ITEMS("bd3-horizontal-spacing-between-items", '\ueded'), HORIZONTAL_TIDY_UP("bd3-horizontal-tidy-up", '\uedee'), HORSE_ZODIAC("bd3-horse-zodiac", '\uedef'), HOSPITAL("bd3-hospital", '\uedf0'), HOSPITAL_BED("bd3-hospital-bed", '\uedf1'), HOSPITAL_FOUR("bd3-hospital-four", '\uedf2'), HOSPITAL_THREE("bd3-hospital-three", '\uedf3'), HOSPITAL_TWO("bd3-hospital-two", '\uedf4'), HOT_AIR_BALLOON("bd3-hot-air-balloon", '\uedf5'), HOTEL("bd3-hotel", '\uedf6'), HOTEL_DO_NOT_CLEAN("bd3-hotel-do-not-clean", '\uedf7'), HOTEL_PLEASE_CLEAN("bd3-hotel-please-clean", '\uedf8'), HOT_POT("bd3-hot-pot", '\uedf9'), HOT_POT_ONE("bd3-hot-pot-one", '\uedfa'), HOURGLASS("bd3-hourglass", '\uedfb'), HOURGLASS_FULL("bd3-hourglass-full", '\uedfc'), HOURGLASS_NULL("bd3-hourglass-null", '\uedfd'), HTML_FIVE("bd3-html-five", '\uedfe'), HUNTING_GEAR("bd3-hunting-gear", '\uedff'), HUOSHANZHIBO("bd3-huoshanzhibo", '\uee00'), ICECREAM("bd3-icecream", '\uee01'), ICECREAM_FIVE("bd3-icecream-five", '\uee02'), ICECREAM_FOUR("bd3-icecream-four", '\uee03'), ICECREAM_ONE("bd3-icecream-one", '\uee04'), ICECREAM_THREE("bd3-icecream-three", '\uee05'), ICECREAM_TWO("bd3-icecream-two", '\uee06'), ID_CARD("bd3-id-card", '\uee07'), ID_CARD_H("bd3-id-card-h", '\uee08'), ID_CARD_V("bd3-id-card-v", '\uee09'), I_MAC("bd3-i-mac", '\uee0a'), IMAGE_FILES("bd3-image-files", '\uee0b'), IMBALANCE("bd3-imbalance", '\uee0c'), IMPORT_AND_EXPORT("bd3-import-and-export", '\uee0d'), INBOX("bd3-inbox", '\uee0e'), INBOX_DOWNLOAD_R("bd3-inbox-download-r", '\uee0f'), INBOX_IN("bd3-inbox-in", '\uee10'), INBOX_OUT("bd3-inbox-out", '\uee11'), INBOX_R("bd3-inbox-r", '\uee12'), INBOX_SUCCESS("bd3-inbox-success", '\uee13'), INBOX_SUCCESS_R("bd3-inbox-success-r", '\uee14'), INBOX_UPLOAD_R("bd3-inbox-upload-r", '\uee15'), INCLUSIVE_GATEWAY("bd3-inclusive-gateway", '\uee16'), INCOME("bd3-income", '\uee17'), INCOME_ONE("bd3-income-one", '\uee18'), INCOMING("bd3-incoming", '\uee19'), INCREASE("bd3-increase", '\uee1a'), INCREASE_THE_SCALE("bd3-increase-the-scale", '\uee1b'), INDENT_LEFT("bd3-indent-left", '\uee1c'), INDENT_RIGHT("bd3-indent-right", '\uee1d'), INDEX_FINGER("bd3-index-finger", '\uee1e'), INDUCTION_LOCK("bd3-induction-lock", '\uee1f'), INDUSTRIAL_SCALES("bd3-industrial-scales", '\uee20'), IN_FLIGHT("bd3-in-flight", '\uee21'), INFO("bd3-info", '\uee22'), INFUSION("bd3-infusion", '\uee23'), INJECTION("bd3-injection", '\uee24'), INLINE("bd3-inline", '\uee25'), INNER_SHADOW_BOTTOM_LEFT("bd3-inner-shadow-bottom-left", '\uee26'), INNER_SHADOW_BOTTOM_RIGHT("bd3-inner-shadow-bottom-right", '\uee27'), INNER_SHADOW_DOWN("bd3-inner-shadow-down", '\uee28'), INNER_SHADOW_LEFT("bd3-inner-shadow-left", '\uee29'), INNER_SHADOW_RIGHT("bd3-inner-shadow-right", '\uee2a'), INNER_SHADOW_TOP_LEFT("bd3-inner-shadow-top-left", '\uee2b'), INNER_SHADOW_TOP_RIGHT("bd3-inner-shadow-top-right", '\uee2c'), INNER_SHADOW_UP("bd3-inner-shadow-up", '\uee2d'), INSERT_CARD("bd3-insert-card", '\uee2e'), INSERT_TABLE("bd3-insert-table", '\uee2f'), INSPECTION("bd3-inspection", '\uee30'), INSTAGRAM("bd3-instagram", '\uee31'), INSTAGRAM_ONE("bd3-instagram-one", '\uee32'), INSTALL("bd3-install", '\uee33'), INSTRUCTION("bd3-instruction", '\uee34'), INTERCOM("bd3-intercom", '\uee35'), INTERMEDIATE_MODE("bd3-intermediate-mode", '\uee36'), INTERNAL_DATA("bd3-internal-data", '\uee37'), INTERNAL_EXPANSION("bd3-internal-expansion", '\uee38'), INTERNAL_REDUCTION("bd3-internal-reduction", '\uee39'), INTERNAL_TRANSMISSION("bd3-internal-transmission", '\uee3a'), INTERNATIONAL("bd3-international", '\uee3b'), INTERSECTION("bd3-intersection", '\uee3c'), INTERSECT_SELECTION("bd3-intersect-selection", '\uee3d'), INVALID_FILES("bd3-invalid-files", '\uee3e'), INVERT_CAMERA("bd3-invert-camera", '\uee3f'), INVERT_LEFT("bd3-invert-left", '\uee40'), INVERT_RIGHT("bd3-invert-right", '\uee41'), IOS_FACE_RECOGNITION("bd3-ios-face-recognition", '\uee42'), IPAD("bd3-ipad", '\uee43'), IPAD_ONE("bd3-ipad-one", '\uee44'), IPHONE("bd3-iphone", '\uee45'), IPO("bd3-ipo", '\uee46'), IRON("bd3-iron", '\uee47'), IRON_DISABLE("bd3-iron-disable", '\uee48'), IRON_THREE("bd3-iron-three", '\uee49'), IRON_TWO("bd3-iron-two", '\uee4a'), IWATCH("bd3-iwatch", '\uee4b'), IWATCH_ONE("bd3-iwatch-one", '\uee4c'), IWATCH_TWO("bd3-iwatch-two", '\uee4d'), JEWELRY("bd3-jewelry", '\uee4e'), JINRITOUTIAO("bd3-jinritoutiao", '\uee4f'), JOURNEY("bd3-journey", '\uee50'), JOYSTICK("bd3-joystick", '\uee51'), JUICE("bd3-juice", '\uee52'), JUMP("bd3-jump", '\uee53'), KAGI_MAP("bd3-kagi-map", '\uee54'), KETTLE("bd3-kettle", '\uee55'), KETTLE_ONE("bd3-kettle-one", '\uee56'), KEY("bd3-key", '\uee57'), KEYBOARD("bd3-keyboard", '\uee58'), KEYBOARD_ONE("bd3-keyboard-one", '\uee59'), KEYHOLE("bd3-keyhole", '\uee5a'), KEYLINE("bd3-keyline", '\uee5b'), KEY_ONE("bd3-key-one", '\uee5c'), KEY_TWO("bd3-key-two", '\uee5d'), KITCHEN_KNIFE("bd3-kitchen-knife", '\uee5e'), KNIFE_FORK("bd3-knife-fork", '\uee5f'), KOALA_BEAR("bd3-koala-bear", '\uee60'), KUNGFU("bd3-kungfu", '\uee61'), LABEL("bd3-label", '\uee62'), LADDER("bd3-ladder", '\uee63'), LADDER_ONE("bd3-ladder-one", '\uee64'), LAMP("bd3-lamp", '\uee65'), LANDING("bd3-landing", '\uee66'), LANDSCAPE("bd3-landscape", '\uee67'), LAND_SURVEYING("bd3-land-surveying", '\uee68'), LAPTOP("bd3-laptop", '\uee69'), LAPTOP_COMPUTER("bd3-laptop-computer", '\uee6a'), LAPTOP_ONE("bd3-laptop-one", '\uee6b'), LARK("bd3-lark", '\uee6c'), LARK_ONE("bd3-lark-one", '\uee6d'), LATTICE_PATTERN("bd3-lattice-pattern", '\uee6e'), LAYERS("bd3-layers", '\uee6f'), LAYOUT_FIVE("bd3-layout-five", '\uee70'), LAYOUT_FOUR("bd3-layout-four", '\uee71'), LAYOUT_ONE("bd3-layout-one", '\uee72'), LAYOUT_THREE("bd3-layout-three", '\uee73'), LAYOUT_TWO("bd3-layout-two", '\uee74'), LEAF("bd3-leaf", '\uee75'), LEAVES("bd3-leaves", '\uee76'), LEAVES_ONE("bd3-leaves-one", '\uee77'), LEAVES_TWO("bd3-leaves-two", '\uee78'), LED_DIODE("bd3-led-diode", '\uee79'), LEFT("bd3-left", '\uee7a'), LEFT_ALIGNMENT("bd3-left-alignment", '\uee7b'), LEFT_AND_RIGHT_BRANCH("bd3-left-and-right-branch", '\uee7c'), LEFT_BAR("bd3-left-bar", '\uee7d'), LEFT_BRANCH("bd3-left-branch", '\uee7e'), LEFT_C("bd3-left-c", '\uee7f'), LEFT_EXPAND("bd3-left-expand", '\uee80'), LEFT_ONE("bd3-left-one", '\uee81'), LEFT_SMALL("bd3-left-small", '\uee82'), LEFT_SMALL_DOWN("bd3-left-small-down", '\uee83'), LEFT_SMALL_UP("bd3-left-small-up", '\uee84'), LEFT_SQUARE("bd3-left-square", '\uee85'), LEFT_TWO("bd3-left-two", '\uee86'), LEMON("bd3-lemon", '\uee87'), LENS_ALIGNMENT("bd3-lens-alignment", '\uee88'), LEO("bd3-leo", '\uee89'), LEVEL("bd3-level", '\uee8a'), LEVEL_ADJUSTMENT("bd3-level-adjustment", '\uee8b'), LEVEL_EIGHT_TITLE("bd3-level-eight-title", '\uee8c'), LEVEL_FIVE_TITLE("bd3-level-five-title", '\uee8d'), LEVEL_FOUR_TITLE("bd3-level-four-title", '\uee8e'), LEVEL_NINE_TITLE("bd3-level-nine-title", '\uee8f'), LEVEL_SEVEN_TITLE("bd3-level-seven-title", '\uee90'), LEVEL_SIX_TITLE("bd3-level-six-title", '\uee91'), LIBRA("bd3-libra", '\uee92'), LIFEBUOY("bd3-lifebuoy", '\uee93'), LIGHT("bd3-light", '\uee94'), LIGHT_HOUSE("bd3-light-house", '\uee95'), LIGHT_MEMBER("bd3-light-member", '\uee96'), LIGHTNING("bd3-lightning", '\uee97'), LIGHT_RAIN("bd3-light-rain", '\uee98'), LIKE("bd3-like", '\uee99'), LINCOLN("bd3-lincoln", '\uee9a'), LINK("bd3-link", '\uee9b'), LINK_BREAK("bd3-link-break", '\uee9c'), LINK_CLOUD("bd3-link-cloud", '\uee9d'), LINK_CLOUD_FAILD("bd3-link-cloud-faild", '\uee9e'), LINK_CLOUD_SUCESS("bd3-link-cloud-sucess", '\uee9f'), LINK_FOUR("bd3-link-four", '\ueea0'), LINK_IN("bd3-link-in", '\ueea1'), LINK_INTERRUPT("bd3-link-interrupt", '\ueea2'), LINK_LEFT("bd3-link-left", '\ueea3'), LINK_ONE("bd3-link-one", '\ueea4'), LINK_OUT("bd3-link-out", '\ueea5'), LINK_RIGHT("bd3-link-right", '\ueea6'), LINK_THREE("bd3-link-three", '\ueea7'), LINK_TWO("bd3-link-two", '\ueea8'), LIP_GLOSS("bd3-lip-gloss", '\ueea9'), LIPSTICK("bd3-lipstick", '\ueeaa'), LIPSTICK_ONE("bd3-lipstick-one", '\ueeab'), LIP_TATTOO("bd3-lip-tattoo", '\ueeac'), LIQUEUR("bd3-liqueur", '\ueead'), LIST("bd3-list", '\ueeae'), LIST_ADD("bd3-list-add", '\ueeaf'), LIST_ALPHABET("bd3-list-alphabet", '\ueeb0'), LIST_BOTTOM("bd3-list-bottom", '\ueeb1'), LIST_CHECKBOX("bd3-list-checkbox", '\ueeb2'), LIST_FAIL("bd3-list-fail", '\ueeb3'), LIST_MIDDLE("bd3-list-middle", '\ueeb4'), LIST_NUMBERS("bd3-list-numbers", '\ueeb5'), LIST_ONE("bd3-list-one", '\ueeb6'), LIST_SUCCESS("bd3-list-success", '\ueeb7'), LIST_TOP("bd3-list-top", '\ueeb8'), LIST_TWO("bd3-list-two", '\ueeb9'), LIST_VIEW("bd3-list-view", '\ueeba'), LOADING("bd3-loading", '\ueebb'), LOADING_FOUR("bd3-loading-four", '\ueebc'), LOADING_ONE("bd3-loading-one", '\ueebd'), LOADING_THREE("bd3-loading-three", '\ueebe'), LOADING_TWO("bd3-loading-two", '\ueebf'), LOCAL("bd3-local", '\ueec0'), LOCAL_PIN("bd3-local-pin", '\ueec1'), LOCAL_TWO("bd3-local-two", '\ueec2'), LOCK("bd3-lock", '\ueec3'), LOCKING_COMPUTER("bd3-locking-computer", '\ueec4'), LOCKING_LAPTOP("bd3-locking-laptop", '\ueec5'), LOCKING_PICTURE("bd3-locking-picture", '\ueec6'), LOCKING_WEB("bd3-locking-web", '\ueec7'), LOCK_ONE("bd3-lock-one", '\ueec8'), LOG("bd3-log", '\ueec9'), LOGIN("bd3-login", '\ueeca'), LOGOUT("bd3-logout", '\ueecb'), LOLLIPOP("bd3-lollipop", '\ueecc'), LOOP_ONCE("bd3-loop-once", '\ueecd'), LOTION("bd3-lotion", '\ueece'), LOTUS("bd3-lotus", '\ueecf'), LOUDLY_CRYING_FACE("bd3-loudly-crying-face", '\ueed0'), LOUDLY_CRYING_FACE_WHIT_OPEN_MOUTH("bd3-loudly-crying-face-whit-open-mouth", '\ueed1'), LOVE_AND_HELP("bd3-love-and-help", '\ueed2'), LOWER_BRANCH("bd3-lower-branch", '\ueed3'), LUGGAGE("bd3-luggage", '\ueed4'), LUMINOUS("bd3-luminous", '\ueed5'), LUNG("bd3-lung", '\ueed6'); public static BytedanceIconsBoldAL findByDescription(String description) { for (BytedanceIconsBoldAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsBoldAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsBoldALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsBoldALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-Bold.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd3-"); } @Override public Ikon resolve(String description) { return BytedanceIconsBoldAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-Bold"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsBoldALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class BytedanceIconsBoldALIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsBoldAL.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsBoldMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsBoldMZ implements Ikon { MACADAMIA_NUT("bd3-macadamia-nut", '\ueed7'), MAC_FINDER("bd3-mac-finder", '\ueed8'), MAGIC("bd3-magic", '\ueed9'), MAGIC_HAT("bd3-magic-hat", '\ueeda'), MAGIC_WAND("bd3-magic-wand", '\ueedb'), MAGNET("bd3-magnet", '\ueedc'), MAIL("bd3-mail", '\ueedd'), MAIL_DOWNLOAD("bd3-mail-download", '\ueede'), MAIL_EDIT("bd3-mail-edit", '\ueedf'), MAILL_ONE("bd3-maill-one", '\ueee0'), MAIL_OPEN("bd3-mail-open", '\ueee1'), MAIL_PACKAGE("bd3-mail-package", '\ueee2'), MAIL_REVIEW("bd3-mail-review", '\ueee3'), MAIL_UNPACKING("bd3-mail-unpacking", '\ueee4'), MAKEUPS("bd3-makeups", '\ueee5'), MALE("bd3-male", '\ueee6'), MALL_BAG("bd3-mall-bag", '\ueee7'), MANUAL_GEAR("bd3-manual-gear", '\ueee8'), MANY_TO_MANY("bd3-many-to-many", '\ueee9'), MAP_DISTANCE("bd3-map-distance", '\ueeea'), MAP_DRAW("bd3-map-draw", '\ueeeb'), MAP_ROAD("bd3-map-road", '\ueeec'), MAP_ROAD_TWO("bd3-map-road-two", '\ueeed'), MAP_TWO("bd3-map-two", '\ueeee'), MARGIN("bd3-margin", '\ueeef'), MARGIN_ONE("bd3-margin-one", '\ueef0'), MARK("bd3-mark", '\ueef1'), MARKET("bd3-market", '\ueef2'), MARKET_ANALYSIS("bd3-market-analysis", '\ueef3'), MASCARA("bd3-mascara", '\ueef4'), MASK("bd3-mask", '\ueef5'), MASK_ONE("bd3-mask-one", '\ueef6'), MASK_TWO("bd3-mask-two", '\ueef7'), MASLOW_PYRAMIDS("bd3-maslow-pyramids", '\ueef8'), MASSAGE_CHAIR("bd3-massage-chair", '\ueef9'), MASSAGE_CHAIR_ONE("bd3-massage-chair-one", '\ueefa'), MASSAGE_TABLE("bd3-massage-table", '\ueefb'), MASTER("bd3-master", '\ueefc'), MATERIAL("bd3-material", '\ueefd'), MATERIAL_THREE("bd3-material-three", '\ueefe'), MATERIAL_TWO("bd3-material-two", '\ueeff'), MAXIMUM("bd3-maximum", '\uef00'), MAYA("bd3-maya", '\uef01'), MAYURA_GESTURE("bd3-mayura-gesture", '\uef02'), ME("bd3-me", '\uef03'), MEASURING_CUP("bd3-measuring-cup", '\uef04'), MEDAL_ONE("bd3-medal-one", '\uef05'), MEDIAEDITOR("bd3-mediaeditor", '\uef06'), MEDICAL_BOX("bd3-medical-box", '\uef07'), MEDICAL_FILES("bd3-medical-files", '\uef08'), MEDICAL_MARK("bd3-medical-mark", '\uef09'), MEDICATION_TIME("bd3-medication-time", '\uef0a'), MEDICINE_BOTTLE("bd3-medicine-bottle", '\uef0b'), MEDICINE_BOTTLE_ONE("bd3-medicine-bottle-one", '\uef0c'), MEDICINE_CHEST("bd3-medicine-chest", '\uef0d'), MEMORY("bd3-memory", '\uef0e'), MEMORY_CARD("bd3-memory-card", '\uef0f'), MEMORY_CARD_ONE("bd3-memory-card-one", '\uef10'), MEMORY_ONE("bd3-memory-one", '\uef11'), MEN_JACKET("bd3-men-jacket", '\uef12'), MENU_FOLD("bd3-menu-fold", '\uef13'), MENU_FOLD_ONE("bd3-menu-fold-one", '\uef14'), MENU_UNFOLD("bd3-menu-unfold", '\uef15'), MENU_UNFOLD_ONE("bd3-menu-unfold-one", '\uef16'), MERGE("bd3-merge", '\uef17'), MERGE_CELLS("bd3-merge-cells", '\uef18'), MESSAGE("bd3-message", '\uef19'), MESSAGE_EMOJI("bd3-message-emoji", '\uef1a'), MESSAGE_FAILED("bd3-message-failed", '\uef1b'), MESSAGE_ONE("bd3-message-one", '\uef1c'), MESSAGE_PRIVACY("bd3-message-privacy", '\uef1d'), MESSAGES("bd3-messages", '\uef1e'), MESSAGE_SEARCH("bd3-message-search", '\uef1f'), MESSAGE_SECURITY("bd3-message-security", '\uef20'), MESSAGE_SENT("bd3-message-sent", '\uef21'), MESSAGES_ONE("bd3-messages-one", '\uef22'), MESSAGE_SUCCESS("bd3-message-success", '\uef23'), MESSAGE_UNREAD("bd3-message-unread", '\uef24'), MICROPHONE("bd3-microphone", '\uef25'), MICROPHONE_ONE("bd3-microphone-one", '\uef26'), MICROSCOPE("bd3-microscope", '\uef27'), MICROSCOPE_ONE("bd3-microscope-one", '\uef28'), MICRO_SD("bd3-micro-sd", '\uef29'), MICRO_SLR_CAMERA("bd3-micro-slr-camera", '\uef2a'), MICROWAVE_OVEN("bd3-microwave-oven", '\uef2b'), MICROWAVES("bd3-microwaves", '\uef2c'), MIDDLE_FINGER("bd3-middle-finger", '\uef2d'), MILK("bd3-milk", '\uef2e'), MILK_ONE("bd3-milk-one", '\uef2f'), MIN("bd3-min", '\uef30'), MINDMAP_LIST("bd3-mindmap-list", '\uef31'), MINDMAP_MAP("bd3-mindmap-map", '\uef32'), MIND_MAPPING("bd3-mind-mapping", '\uef33'), MINI_SD_CARD("bd3-mini-sd-card", '\uef34'), MINUS("bd3-minus", '\uef35'), MINUS_THE_BOTTOM("bd3-minus-the-bottom", '\uef36'), MINUS_THE_TOP("bd3-minus-the-top", '\uef37'), MIRROR("bd3-mirror", '\uef38'), MIRROR_ONE("bd3-mirror-one", '\uef39'), MIRROR_TWO("bd3-mirror-two", '\uef3a'), MISALIGNED_SEMICIRCLE("bd3-misaligned-semicircle", '\uef3b'), MITSUBISHI("bd3-mitsubishi", '\uef3c'), MODIFY("bd3-modify", '\uef3d'), MODIFY_TWO("bd3-modify-two", '\uef3e'), MONITOR("bd3-monitor", '\uef3f'), MONITOR_CAMERA("bd3-monitor-camera", '\uef40'), MONITOR_OFF("bd3-monitor-off", '\uef41'), MONITOR_ONE("bd3-monitor-one", '\uef42'), MONITOR_TWO("bd3-monitor-two", '\uef43'), MONKEY("bd3-monkey", '\uef44'), MONKEY_ZODIAC("bd3-monkey-zodiac", '\uef45'), MONUMENT_ONE("bd3-monument-one", '\uef46'), MONUMENT_TWO("bd3-monument-two", '\uef47'), MOON("bd3-moon", '\uef48'), MORE("bd3-more", '\uef49'), MORE_APP("bd3-more-app", '\uef4a'), MORE_FOUR("bd3-more-four", '\uef4b'), MORE_ONE("bd3-more-one", '\uef4c'), MORE_THREE("bd3-more-three", '\uef4d'), MORE_TWO("bd3-more-two", '\uef4e'), MOSAIC("bd3-mosaic", '\uef4f'), MOUNTAIN("bd3-mountain", '\uef50'), MOUNTED("bd3-mounted", '\uef51'), MOUSE("bd3-mouse", '\uef52'), MOUSE_ONE("bd3-mouse-one", '\uef53'), MOUSE_ZODIAC("bd3-mouse-zodiac", '\uef54'), MOUTH("bd3-mouth", '\uef55'), MOVE("bd3-move", '\uef56'), MOVE_IN("bd3-move-in", '\uef57'), MOVE_IN_ONE("bd3-move-in-one", '\uef58'), MOVE_ONE("bd3-move-one", '\uef59'), MOVIE("bd3-movie", '\uef5a'), MOVIE_BOARD("bd3-movie-board", '\uef5b'), MOVING_PICTURE("bd3-moving-picture", '\uef5c'), MULTICAST("bd3-multicast", '\uef5d'), MULTI_CIRCULAR("bd3-multi-circular", '\uef5e'), MULTI_FUNCTION_KNIFE("bd3-multi-function-knife", '\uef5f'), MULTILAYER_SPHERE("bd3-multilayer-sphere", '\uef60'), MULTI_PICTURE_CAROUSEL("bd3-multi-picture-carousel", '\uef61'), MULTI_RECTANGLE("bd3-multi-rectangle", '\uef62'), MULTI_RING("bd3-multi-ring", '\uef63'), MULTI_TRIANGULAR("bd3-multi-triangular", '\uef64'), MULTI_TRIANGULAR_FOUR("bd3-multi-triangular-four", '\uef65'), MULTI_TRIANGULAR_THREE("bd3-multi-triangular-three", '\uef66'), MULTI_TRIANGULAR_TWO("bd3-multi-triangular-two", '\uef67'), MUSCLE("bd3-muscle", '\uef68'), MUSEUM_ONE("bd3-museum-one", '\uef69'), MUSEUM_TWO("bd3-museum-two", '\uef6a'), MUSIC("bd3-music", '\uef6b'), MUSIC_CD("bd3-music-cd", '\uef6c'), MUSIC_LIST("bd3-music-list", '\uef6d'), MUSIC_MENU("bd3-music-menu", '\uef6e'), MUSIC_ONE("bd3-music-one", '\uef6f'), MUSIC_RHYTHM("bd3-music-rhythm", '\uef70'), MUTE("bd3-mute", '\uef71'), NAIL_POLISH("bd3-nail-polish", '\uef72'), NAIL_POLISH_ONE("bd3-nail-polish-one", '\uef73'), NASAL("bd3-nasal", '\uef74'), NATURAL_MODE("bd3-natural-mode", '\uef75'), NAVIGATION("bd3-navigation", '\uef76'), NECKTIE("bd3-necktie", '\uef77'), NEEDLE("bd3-needle", '\uef78'), NEGATIVE_DYNAMICS("bd3-negative-dynamics", '\uef79'), NESTED_ARROWS("bd3-nested-arrows", '\uef7a'), NESTS("bd3-nests", '\uef7b'), NETWORK_DRIVE("bd3-network-drive", '\uef7c'), NETWORK_TREE("bd3-network-tree", '\uef7d'), NEURAL("bd3-neural", '\uef7e'), NEUTRAL_FACE("bd3-neutral-face", '\uef7f'), NEW_AFFERENT("bd3-new-afferent", '\uef80'), NEW_COMPUTER("bd3-new-computer", '\uef81'), NEW_DIANZIQIAN("bd3-new-dianziqian", '\uef82'), NEW_EFFERENT("bd3-new-efferent", '\uef83'), NEW_LARK("bd3-new-lark", '\uef84'), NEWLYBUILD("bd3-newlybuild", '\uef85'), NEW_PICTURE("bd3-new-picture", '\uef86'), NEWSPAPER_FOLDING("bd3-newspaper-folding", '\uef87'), NEXT("bd3-next", '\uef88'), NINE_KEY("bd3-nine-key", '\uef89'), NINE_POINTS_CONNECTED("bd3-nine-points-connected", '\uef8a'), NINTENDO_SWITCH("bd3-nintendo-switch", '\uef8b'), NMR("bd3-nmr", '\uef8c'), NODE_FLAT("bd3-node-flat", '\uef8d'), NODE_ROUND("bd3-node-round", '\uef8e'), NODE_SQUARE("bd3-node-square", '\uef8f'), NOODLES("bd3-noodles", '\uef90'), NO_SHOOTING("bd3-no-shooting", '\uef91'), NOTEBOOK("bd3-notebook", '\uef92'), NOTEBOOK_AND_PEN("bd3-notebook-and-pen", '\uef93'), NOTEBOOK_ONE("bd3-notebook-one", '\uef94'), NOTEPAD("bd3-notepad", '\uef95'), NOTES("bd3-notes", '\uef96'), NUCLEAR_PLANT("bd3-nuclear-plant", '\uef97'), NURSE_CAP("bd3-nurse-cap", '\uef98'), NUT("bd3-nut", '\uef99'), NUTRITION("bd3-nutrition", '\uef9a'), OCEANENGINE("bd3-oceanengine", '\uef9b'), OCTAGON("bd3-octagon", '\uef9c'), OFF_SCREEN("bd3-off-screen", '\uef9d'), OFF_SCREEN_ONE("bd3-off-screen-one", '\uef9e'), OFF_SCREEN_TWO("bd3-off-screen-two", '\uef9f'), OIL_INDUSTRY("bd3-oil-industry", '\uefa0'), OKAY("bd3-okay", '\uefa1'), ONE("bd3-one", '\uefa2'), ONE_KEY("bd3-one-key", '\uefa3'), ONE_ONE("bd3-one-one", '\uefa4'), ONESIES("bd3-onesies", '\uefa5'), ONE_THIRD_ROTATION("bd3-one-third-rotation", '\uefa6'), ONE_TO_MANY("bd3-one-to-many", '\uefa7'), ONE_TO_ONE("bd3-one-to-one", '\uefa8'), ONLINE_MEETING("bd3-online-meeting", '\uefa9'), OPEN("bd3-open", '\uefaa'), OPEN_AN_ACCOUNT("bd3-open-an-account", '\uefab'), OPEN_DOOR("bd3-open-door", '\uefac'), OPEN_ONE("bd3-open-one", '\uefad'), OPTIMIZE("bd3-optimize", '\uefae'), OPTIONAL("bd3-optional", '\uefaf'), ORANGE("bd3-orange", '\uefb0'), ORANGE_ONE("bd3-orange-one", '\uefb1'), ORANGE_STATION("bd3-orange-station", '\uefb2'), ORDER("bd3-order", '\uefb3'), ORDERED_LIST("bd3-ordered-list", '\uefb4'), ORTHOPEDIC("bd3-orthopedic", '\uefb5'), OSCILLATOR("bd3-oscillator", '\uefb6'), OTHER("bd3-other", '\uefb7'), OUTBOUND("bd3-outbound", '\uefb8'), OUTDOOR("bd3-outdoor", '\uefb9'), OUTGOING("bd3-outgoing", '\uefba'), OVAL_LOVE("bd3-oval-love", '\uefbb'), OVAL_LOVE_TWO("bd3-oval-love-two", '\uefbc'), OVAL_ONE("bd3-oval-one", '\uefbd'), OVEN("bd3-oven", '\uefbe'), OVEN_TRAY("bd3-oven-tray", '\uefbf'), OVERALL_REDUCTION("bd3-overall-reduction", '\uefc0'), OWL("bd3-owl", '\uefc1'), PACIFIER("bd3-pacifier", '\uefc2'), PAD("bd3-pad", '\uefc3'), PAGE("bd3-page", '\uefc4'), PAGE_TEMPLATE("bd3-page-template", '\uefc5'), PAGODA("bd3-pagoda", '\uefc6'), PAINT("bd3-paint", '\uefc7'), PAINTED_EGGSHELL("bd3-painted-eggshell", '\uefc8'), PAINTED_SCREEN("bd3-painted-screen", '\uefc9'), PALACE("bd3-palace", '\uefca'), PALM("bd3-palm", '\uefcb'), PANDA("bd3-panda", '\uefcc'), PANGLE("bd3-pangle", '\uefcd'), PANORAMA_HORIZONTAL("bd3-panorama-horizontal", '\uefce'), PANTIES("bd3-panties", '\uefcf'), PAPERCLIP("bd3-paperclip", '\uefd0'), PAPER_MONEY("bd3-paper-money", '\uefd1'), PAPER_MONEY_TWO("bd3-paper-money-two", '\uefd2'), PAPER_SHIP("bd3-paper-ship", '\uefd3'), PARABOLA("bd3-parabola", '\uefd4'), PARACHUTE("bd3-parachute", '\uefd5'), PARAGRAPH_ALPHABET("bd3-paragraph-alphabet", '\uefd6'), PARAGRAPH_BREAK("bd3-paragraph-break", '\uefd7'), PARAGRAPH_BREAK_TWO("bd3-paragraph-break-two", '\uefd8'), PARAGRAPH_CUT("bd3-paragraph-cut", '\uefd9'), PARAGRAPH_RECTANGLE("bd3-paragraph-rectangle", '\uefda'), PARAGRAPH_ROUND("bd3-paragraph-round", '\uefdb'), PARAGRAPH_TRIANGLE("bd3-paragraph-triangle", '\uefdc'), PARAGRAPH_UNFOLD("bd3-paragraph-unfold", '\uefdd'), PARALLEL_GATEWAY("bd3-parallel-gateway", '\uefde'), PARALLELOGRAM("bd3-parallelogram", '\uefdf'), PARENTING_BOOK("bd3-parenting-book", '\uefe0'), PARKING("bd3-parking", '\uefe1'), PARTY_BALLOON("bd3-party-balloon", '\uefe2'), PASSPORT("bd3-passport", '\uefe3'), PASSPORT_ONE("bd3-passport-one", '\uefe4'), PAUSE("bd3-pause", '\uefe5'), PAUSE_ONE("bd3-pause-one", '\uefe6'), PAY_CODE("bd3-pay-code", '\uefe7'), PAY_CODE_ONE("bd3-pay-code-one", '\uefe8'), PAY_CODE_TWO("bd3-pay-code-two", '\uefe9'), PAYMENT_METHOD("bd3-payment-method", '\uefea'), PAYPAL("bd3-paypal", '\uefeb'), PEACH("bd3-peach", '\uefec'), PEAR("bd3-pear", '\uefed'), PEARL_OF_THE_ORIENT("bd3-pearl-of-the-orient", '\uefee'), PEAS("bd3-peas", '\uefef'), PENCIL("bd3-pencil", '\ueff0'), PENNANT("bd3-pennant", '\ueff1'), PENTAGON_ONE("bd3-pentagon-one", '\ueff2'), PEOPLE("bd3-people", '\ueff3'), PEOPLE_BOTTOM("bd3-people-bottom", '\ueff4'), PEOPLE_BOTTOM_CARD("bd3-people-bottom-card", '\ueff5'), PEOPLE_DELETE("bd3-people-delete", '\ueff6'), PEOPLE_DELETE_ONE("bd3-people-delete-one", '\ueff7'), PEOPLE_DOWNLOAD("bd3-people-download", '\ueff8'), PEOPLE_LEFT("bd3-people-left", '\ueff9'), PEOPLE_MINUS("bd3-people-minus", '\ueffa'), PEOPLE_MINUS_ONE("bd3-people-minus-one", '\ueffb'), PEOPLE_PLUS("bd3-people-plus", '\ueffc'), PEOPLE_PLUS_ONE("bd3-people-plus-one", '\ueffd'), PEOPLE_RIGHT("bd3-people-right", '\ueffe'), PEOPLES("bd3-peoples", '\uefff'), PEOPLE_SAFE("bd3-people-safe", '\uf000'), PEOPLE_SAFE_ONE("bd3-people-safe-one", '\uf001'), PEOPLE_SEARCH("bd3-people-search", '\uf002'), PEOPLE_SEARCH_ONE("bd3-people-search-one", '\uf003'), PEOPLE_SPEAK("bd3-people-speak", '\uf004'), PEOPLES_TWO("bd3-peoples-two", '\uf005'), PEOPLE_TOP("bd3-people-top", '\uf006'), PEOPLE_TOP_CARD("bd3-people-top-card", '\uf007'), PEOPLE_UNKNOWN("bd3-people-unknown", '\uf008'), PEOPLE_UPLOAD("bd3-people-upload", '\uf009'), PERCENTAGE("bd3-percentage", '\uf00a'), PERFORMANCE("bd3-performance", '\uf00b'), PERFUME("bd3-perfume", '\uf00c'), PERFUMER_BOTTLE("bd3-perfumer-bottle", '\uf00d'), PERIOD("bd3-period", '\uf00e'), PERMISSIONS("bd3-permissions", '\uf00f'), PERSONAL_COLLECTION("bd3-personal-collection", '\uf010'), PERSONAL_PRIVACY("bd3-personal-privacy", '\uf011'), PERSPECTIVE("bd3-perspective", '\uf012'), PESTICIDE("bd3-pesticide", '\uf013'), PETROL("bd3-petrol", '\uf014'), PHONE("bd3-phone", '\uf015'), PHONE_BOOTH("bd3-phone-booth", '\uf016'), PHONE_CALL("bd3-phone-call", '\uf017'), PHONE_INCOMING("bd3-phone-incoming", '\uf018'), PHONE_INCOMING_ONE("bd3-phone-incoming-one", '\uf019'), PHONE_MISSED("bd3-phone-missed", '\uf01a'), PHONE_OFF("bd3-phone-off", '\uf01b'), PHONE_ONE("bd3-phone-one", '\uf01c'), PHONE_OUTGOING("bd3-phone-outgoing", '\uf01d'), PHONE_OUTGOING_ONE("bd3-phone-outgoing-one", '\uf01e'), PHONE_TELEPHONE("bd3-phone-telephone", '\uf01f'), PHONE_TWO("bd3-phone-two", '\uf020'), PHONE_VIDEO_CALL("bd3-phone-video-call", '\uf021'), PHONOGRAPH("bd3-phonograph", '\uf022'), PHOTOGRAPH("bd3-photograph", '\uf023'), PIANO("bd3-piano", '\uf024'), PIC("bd3-pic", '\uf025'), PIC_ONE("bd3-pic-one", '\uf026'), PICTURE("bd3-picture", '\uf027'), PICTURE_ALBUM("bd3-picture-album", '\uf028'), PICTURE_ONE("bd3-picture-one", '\uf029'), PIE("bd3-pie", '\uf02a'), PIE_FIVE("bd3-pie-five", '\uf02b'), PIE_FOUR("bd3-pie-four", '\uf02c'), PIE_ONE("bd3-pie-one", '\uf02d'), PIE_SEVEN("bd3-pie-seven", '\uf02e'), PIE_SIX("bd3-pie-six", '\uf02f'), PIE_THREE("bd3-pie-three", '\uf030'), PIE_TWO("bd3-pie-two", '\uf031'), PIG("bd3-pig", '\uf032'), PIGEON("bd3-pigeon", '\uf033'), PIG_ZODIAC("bd3-pig-zodiac", '\uf034'), PILL("bd3-pill", '\uf035'), PILLS("bd3-pills", '\uf036'), PIN("bd3-pin", '\uf037'), PINEAPPLE("bd3-pineapple", '\uf038'), PINWHEEL("bd3-pinwheel", '\uf039'), PISCES("bd3-pisces", '\uf03a'), PIVOT_TABLE("bd3-pivot-table", '\uf03b'), PLAN("bd3-plan", '\uf03c'), PLANET("bd3-planet", '\uf03d'), PLASTIC_SURGERY("bd3-plastic-surgery", '\uf03e'), PLATTE("bd3-platte", '\uf03f'), PLAY("bd3-play", '\uf040'), PLAYBACK_PROGRESS("bd3-playback-progress", '\uf041'), PLAY_BASKETBALL("bd3-play-basketball", '\uf042'), PLAY_CYCLE("bd3-play-cycle", '\uf043'), PLAY_ONCE("bd3-play-once", '\uf044'), PLAY_ONE("bd3-play-one", '\uf045'), PLAY_TWO("bd3-play-two", '\uf046'), PLAY_VOLLEYBALL("bd3-play-volleyball", '\uf047'), PLAY_WRONG("bd3-play-wrong", '\uf048'), PLUG("bd3-plug", '\uf049'), PLUG_ONE("bd3-plug-one", '\uf04a'), PLUS("bd3-plus", '\uf04b'), PLUS_CROSS("bd3-plus-cross", '\uf04c'), POINT("bd3-point", '\uf04d'), POINT_OUT("bd3-point-out", '\uf04e'), POKEBALL_ONE("bd3-pokeball-one", '\uf04f'), POKER("bd3-poker", '\uf050'), POPCORN("bd3-popcorn", '\uf051'), POPCORN_ONE("bd3-popcorn-one", '\uf052'), POSITIVE_DYNAMICS("bd3-positive-dynamics", '\uf053'), POT("bd3-pot", '\uf054'), POTENTIOMETER("bd3-potentiometer", '\uf055'), POUND("bd3-pound", '\uf056'), POUND_SIGN("bd3-pound-sign", '\uf057'), POUTING_FACE("bd3-pouting-face", '\uf058'), POWDER("bd3-powder", '\uf059'), POWER("bd3-power", '\uf05a'), POWERPOINT("bd3-powerpoint", '\uf05b'), POWER_SUPPLY("bd3-power-supply", '\uf05c'), POWER_SUPPLY_ONE("bd3-power-supply-one", '\uf05d'), PPT("bd3-ppt", '\uf05e'), PREGNANT_WOMEN("bd3-pregnant-women", '\uf05f'), PRESCHOOL("bd3-preschool", '\uf060'), PRESCRIPTION("bd3-prescription", '\uf061'), PRESS("bd3-press", '\uf062'), PREVIEW_CLOSE("bd3-preview-close", '\uf063'), PREVIEW_CLOSE_ONE("bd3-preview-close-one", '\uf064'), PREVIEW_OPEN("bd3-preview-open", '\uf065'), PRINTER("bd3-printer", '\uf066'), PRINTER_ONE("bd3-printer-one", '\uf067'), PRINTER_TWO("bd3-printer-two", '\uf068'), PRISON("bd3-prison", '\uf069'), PROCESS_LINE("bd3-process-line", '\uf06a'), PROJECTOR("bd3-projector", '\uf06b'), PROJECTOR_ONE("bd3-projector-one", '\uf06c'), PROJECTOR_THREE("bd3-projector-three", '\uf06d'), PROJECTOR_TWO("bd3-projector-two", '\uf06e'), PROPORTIONAL_SCALING("bd3-proportional-scaling", '\uf06f'), PROTECT("bd3-protect", '\uf070'), PROTECTION("bd3-protection", '\uf071'), PUBLIC_TOILET("bd3-public-toilet", '\uf072'), PULL_DOOR("bd3-pull-door", '\uf073'), PULL_REQUESTS("bd3-pull-requests", '\uf074'), PUMPKIN("bd3-pumpkin", '\uf075'), PURE_NATURAL("bd3-pure-natural", '\uf076'), PUSH_DOOR("bd3-push-door", '\uf077'), PUSHPIN("bd3-pushpin", '\uf078'), PUZZLE("bd3-puzzle", '\uf079'), PYRAMID("bd3-pyramid", '\uf07a'), PYRAMID_ONE("bd3-pyramid-one", '\uf07b'), QINGNIAO_CLUE("bd3-qingniao-clue", '\uf07c'), QIYEHAO("bd3-qiyehao", '\uf07d'), QUADRANGULAR_PYRAMID("bd3-quadrangular-pyramid", '\uf07e'), QUADRILATERAL("bd3-quadrilateral", '\uf07f'), QUOTE("bd3-quote", '\uf080'), RABBIT("bd3-rabbit", '\uf081'), RABBIT_ZODIAC("bd3-rabbit-zodiac", '\uf082'), RADAR("bd3-radar", '\uf083'), RADAR_CHART("bd3-radar-chart", '\uf084'), RADAR_THREE("bd3-radar-three", '\uf085'), RADAR_TWO("bd3-radar-two", '\uf086'), RADIATION("bd3-radiation", '\uf087'), RADIO("bd3-radio", '\uf088'), RADIO_NANNY("bd3-radio-nanny", '\uf089'), RADIO_ONE("bd3-radio-one", '\uf08a'), RADIO_TWO("bd3-radio-two", '\uf08b'), RADISH("bd3-radish", '\uf08c'), RADISH_ONE("bd3-radish-one", '\uf08d'), RAILWAY("bd3-railway", '\uf08e'), RANKING("bd3-ranking", '\uf08f'), RANKING_LIST("bd3-ranking-list", '\uf090'), RATTLE("bd3-rattle", '\uf091'), RATTLE_ONE("bd3-rattle-one", '\uf092'), RAZOR("bd3-razor", '\uf093'), READ_BOOK("bd3-read-book", '\uf094'), RECEIVE("bd3-receive", '\uf095'), RECEIVER("bd3-receiver", '\uf096'), RECENT_VIEWS_SORT("bd3-recent-views-sort", '\uf097'), RECORD("bd3-record", '\uf098'), RECORD_DISC("bd3-record-disc", '\uf099'), RECORD_PLAYER("bd3-record-player", '\uf09a'), RECTANGLE("bd3-rectangle", '\uf09b'), RECTANGLE_ONE("bd3-rectangle-one", '\uf09c'), RECTANGLE_SMALL("bd3-rectangle-small", '\uf09d'), RECTANGLE_TEAR("bd3-rectangle-tear", '\uf09e'), RECTANGLE_X("bd3-rectangle-x", '\uf09f'), RECTANGULAR_CIRCULAR_CONNECTION("bd3-rectangular-circular-connection", '\uf0a0'), RECTANGULAR_CIRCULAR_SEPARATION("bd3-rectangular-circular-separation", '\uf0a1'), RECTANGULAR_VERTEBRA("bd3-rectangular-vertebra", '\uf0a2'), RECYCLE_BIN("bd3-recycle-bin", '\uf0a3'), RECYCLING("bd3-recycling", '\uf0a4'), RECYCLING_POOL("bd3-recycling-pool", '\uf0a5'), RED_CROSS("bd3-red-cross", '\uf0a6'), RED_ENVELOPE("bd3-red-envelope", '\uf0a7'), RED_ENVELOPES("bd3-red-envelopes", '\uf0a8'), REDO("bd3-redo", '\uf0a9'), REDUCE("bd3-reduce", '\uf0aa'), REDUCE_DECIMAL_PLACES("bd3-reduce-decimal-places", '\uf0ab'), REDUCE_ONE("bd3-reduce-one", '\uf0ac'), REDUCE_TWO("bd3-reduce-two", '\uf0ad'), REDUCE_USER("bd3-reduce-user", '\uf0ae'), REEL("bd3-reel", '\uf0af'), REFRACTION("bd3-refraction", '\uf0b0'), REFRESH("bd3-refresh", '\uf0b1'), REFRESH_ONE("bd3-refresh-one", '\uf0b2'), REFRIGERATOR("bd3-refrigerator", '\uf0b3'), REJECT("bd3-reject", '\uf0b4'), RELATIONAL_GRAPH("bd3-relational-graph", '\uf0b5'), RELIEVED_FACE("bd3-relieved-face", '\uf0b6'), RELOAD("bd3-reload", '\uf0b7'), REMIND("bd3-remind", '\uf0b8'), REMIND_DISABLE("bd3-remind-disable", '\uf0b9'), REMOTE_CONTROL("bd3-remote-control", '\uf0ba'), REMOTE_CONTROL_ONE("bd3-remote-control-one", '\uf0bb'), RENAL("bd3-renal", '\uf0bc'), RENAULT("bd3-renault", '\uf0bd'), REPAIR("bd3-repair", '\uf0be'), REPLAY_FIVE("bd3-replay-five", '\uf0bf'), REPLAY_MUSIC("bd3-replay-music", '\uf0c0'), REPORT("bd3-report", '\uf0c1'), REPOSITIONING("bd3-repositioning", '\uf0c2'), RESISTOR("bd3-resistor", '\uf0c3'), RESPECT("bd3-respect", '\uf0c4'), RESTING("bd3-resting", '\uf0c5'), RETRO_BAG("bd3-retro-bag", '\uf0c6'), RETURN("bd3-return", '\uf0c7'), REVERSE_LENS("bd3-reverse-lens", '\uf0c8'), REVERSE_LENS_ONE("bd3-reverse-lens-one", '\uf0c9'), REVERSE_OPERATION_IN("bd3-reverse-operation-in", '\uf0ca'), REVERSE_OPERATION_OUT("bd3-reverse-operation-out", '\uf0cb'), REVERSE_ROTATION("bd3-reverse-rotation", '\uf0cc'), RICE("bd3-rice", '\uf0cd'), RIDING("bd3-riding", '\uf0ce'), RIDING_ONE("bd3-riding-one", '\uf0cf'), RIGHT("bd3-right", '\uf0d0'), RIGHT_ANGLE("bd3-right-angle", '\uf0d1'), RIGHT_BAR("bd3-right-bar", '\uf0d2'), RIGHT_BRANCH("bd3-right-branch", '\uf0d3'), RIGHT_BRANCH_ONE("bd3-right-branch-one", '\uf0d4'), RIGHT_BRANCH_TWO("bd3-right-branch-two", '\uf0d5'), RIGHT_C("bd3-right-c", '\uf0d6'), RIGHT_EXPAND("bd3-right-expand", '\uf0d7'), RIGHT_ONE("bd3-right-one", '\uf0d8'), RIGHT_RUN("bd3-right-run", '\uf0d9'), RIGHT_SMALL("bd3-right-small", '\uf0da'), RIGHT_SMALL_DOWN("bd3-right-small-down", '\uf0db'), RIGHT_SMALL_UP("bd3-right-small-up", '\uf0dc'), RIGHT_SQUARE("bd3-right-square", '\uf0dd'), RIGHT_TWO("bd3-right-two", '\uf0de'), RIGHT_USER("bd3-right-user", '\uf0df'), RING("bd3-ring", '\uf0e0'), RING_ONE("bd3-ring-one", '\uf0e1'), RINGS("bd3-rings", '\uf0e2'), RIPPLE("bd3-ripple", '\uf0e3'), ROAD("bd3-road", '\uf0e4'), ROAD_CONE("bd3-road-cone", '\uf0e5'), ROAD_ONE("bd3-road-one", '\uf0e6'), ROAD_SIGN("bd3-road-sign", '\uf0e7'), ROAD_SIGN_BOTH("bd3-road-sign-both", '\uf0e8'), ROBOT("bd3-robot", '\uf0e9'), ROBOT_ONE("bd3-robot-one", '\uf0ea'), ROBOT_TWO("bd3-robot-two", '\uf0eb'), ROCK("bd3-rock", '\uf0ec'), ROCKET("bd3-rocket", '\uf0ed'), ROCKET_ONE("bd3-rocket-one", '\uf0ee'), ROCK_GESTURE("bd3-rock-gesture", '\uf0ef'), ROCKING_HORSE("bd3-rocking-horse", '\uf0f0'), ROLLERSKATES("bd3-rollerskates", '\uf0f1'), ROMPER("bd3-romper", '\uf0f2'), ROPE_SKIPPING("bd3-rope-skipping", '\uf0f3'), ROPE_SKIPPING_ONE("bd3-rope-skipping-one", '\uf0f4'), ROTATE("bd3-rotate", '\uf0f5'), ROTATE_ONE("bd3-rotate-one", '\uf0f6'), ROTATING_ADD("bd3-rotating-add", '\uf0f7'), ROTATING_FORWARD("bd3-rotating-forward", '\uf0f8'), ROTATION("bd3-rotation", '\uf0f9'), ROTATION_HORIZONTAL("bd3-rotation-horizontal", '\uf0fa'), ROTATION_ONE("bd3-rotation-one", '\uf0fb'), ROTATION_VERTICAL("bd3-rotation-vertical", '\uf0fc'), ROUND("bd3-round", '\uf0fd'), ROUND_CALIPER("bd3-round-caliper", '\uf0fe'), ROUND_DISTORTION("bd3-round-distortion", '\uf0ff'), ROUND_MASK("bd3-round-mask", '\uf100'), ROUND_SOCKET("bd3-round-socket", '\uf101'), ROUND_TRIP("bd3-round-trip", '\uf102'), ROUTER("bd3-router", '\uf103'), ROUTER_ONE("bd3-router-one", '\uf104'), ROW_HEIGHT("bd3-row-height", '\uf105'), ROWING("bd3-rowing", '\uf106'), RS_MALE("bd3-rs-male", '\uf107'), RSS("bd3-rss", '\uf108'), RUGBY("bd3-rugby", '\uf109'), RUGBY_ONE("bd3-rugby-one", '\uf10a'), RULER("bd3-ruler", '\uf10b'), RULER_ONE("bd3-ruler-one", '\uf10c'), RULE_TWO("bd3-rule-two", '\uf10d'), RUN_LEFT("bd3-run-left", '\uf10e'), SAFE_RETRIEVAL("bd3-safe-retrieval", '\uf10f'), SAGITTARIUS("bd3-sagittarius", '\uf110'), SAILBOAT("bd3-sailboat", '\uf111'), SAILBOAT_ONE("bd3-sailboat-one", '\uf112'), SAILING("bd3-sailing", '\uf113'), SALES_REPORT("bd3-sales-report", '\uf114'), SANDALS("bd3-sandals", '\uf115'), SANDSTORM("bd3-sandstorm", '\uf116'), SANDWICH("bd3-sandwich", '\uf117'), SANDWICH_ONE("bd3-sandwich-one", '\uf118'), SAPLING("bd3-sapling", '\uf119'), SAVE("bd3-save", '\uf11a'), SAVE_ONE("bd3-save-one", '\uf11b'), SCALE("bd3-scale", '\uf11c'), SCALE_ONE("bd3-scale-one", '\uf11d'), SCALLION("bd3-scallion", '\uf11e'), SCAN("bd3-scan", '\uf11f'), SCAN_CODE("bd3-scan-code", '\uf120'), SCANNING("bd3-scanning", '\uf121'), SCANNING_TWO("bd3-scanning-two", '\uf122'), SCAN_SETTING("bd3-scan-setting", '\uf123'), SCATTER_ALIGNMENT("bd3-scatter-alignment", '\uf124'), SCHEDULE("bd3-schedule", '\uf125'), SCHOOL("bd3-school", '\uf126'), SCISSORS("bd3-scissors", '\uf127'), SCOREBOARD("bd3-scoreboard", '\uf128'), SCORPIO("bd3-scorpio", '\uf129'), SCREEN_ROTATION("bd3-screen-rotation", '\uf12a'), SCREENSHOT("bd3-screenshot", '\uf12b'), SCREENSHOT_ONE("bd3-screenshot-one", '\uf12c'), SCREENSHOT_TWO("bd3-screenshot-two", '\uf12d'), SCREWDRIVER("bd3-screwdriver", '\uf12e'), SD("bd3-sd", '\uf12f'), SD_CARD("bd3-sd-card", '\uf130'), SEAL("bd3-seal", '\uf131'), SEARCH("bd3-search", '\uf132'), SEAT("bd3-seat", '\uf133'), SECURITY("bd3-security", '\uf134'), SECURITY_STALL("bd3-security-stall", '\uf135'), SEEDLING("bd3-seedling", '\uf136'), SELECTED("bd3-selected", '\uf137'), SELECTED_FOCUS("bd3-selected-focus", '\uf138'), SELFIE("bd3-selfie", '\uf139'), SEND("bd3-send", '\uf13a'), SEND_BACKWARD("bd3-send-backward", '\uf13b'), SEND_EMAIL("bd3-send-email", '\uf13c'), SEND_ONE("bd3-send-one", '\uf13d'), SEND_TO_BACK("bd3-send-to-back", '\uf13e'), SENT_TO_BACK("bd3-sent-to-back", '\uf13f'), SEO("bd3-seo", '\uf140'), SEO_FOLDER("bd3-seo-folder", '\uf141'), SERVER("bd3-server", '\uf142'), SET_OFF("bd3-set-off", '\uf143'), SETTING("bd3-setting", '\uf144'), SETTING_COMPUTER("bd3-setting-computer", '\uf145'), SETTING_CONFIG("bd3-setting-config", '\uf146'), SETTING_LAPTOP("bd3-setting-laptop", '\uf147'), SETTING_ONE("bd3-setting-one", '\uf148'), SETTING_THREE("bd3-setting-three", '\uf149'), SETTING_TWO("bd3-setting-two", '\uf14a'), SETTING_WEB("bd3-setting-web", '\uf14b'), SEVEN_KEY("bd3-seven-key", '\uf14c'), SHADE("bd3-shade", '\uf14d'), SHAKE("bd3-shake", '\uf14e'), SHARE("bd3-share", '\uf14f'), SHARE_ONE("bd3-share-one", '\uf150'), SHARE_SYS("bd3-share-sys", '\uf151'), SHARE_THREE("bd3-share-three", '\uf152'), SHARE_TWO("bd3-share-two", '\uf153'), SHAVER("bd3-shaver", '\uf154'), SHAVER_ONE("bd3-shaver-one", '\uf155'), SHAVING("bd3-shaving", '\uf156'), SHEEP_ZODIAC("bd3-sheep-zodiac", '\uf157'), SHIELD("bd3-shield", '\uf158'), SHIELD_ADD("bd3-shield-add", '\uf159'), SHIP("bd3-ship", '\uf15a'), SHOP("bd3-shop", '\uf15b'), SHOPPING("bd3-shopping", '\uf15c'), SHOPPING_BAG("bd3-shopping-bag", '\uf15d'), SHOPPING_BAG_ONE("bd3-shopping-bag-one", '\uf15e'), SHOPPING_CART("bd3-shopping-cart", '\uf15f'), SHOPPING_CART_ADD("bd3-shopping-cart-add", '\uf160'), SHOPPING_CART_DEL("bd3-shopping-cart-del", '\uf161'), SHOPPING_CART_ONE("bd3-shopping-cart-one", '\uf162'), SHOPPING_CART_TWO("bd3-shopping-cart-two", '\uf163'), SHOPPING_MALL("bd3-shopping-mall", '\uf164'), SHORTS("bd3-shorts", '\uf165'), SHORT_SKIRT("bd3-short-skirt", '\uf166'), SHOULDER_BAG("bd3-shoulder-bag", '\uf167'), SHOVEL("bd3-shovel", '\uf168'), SHOVEL_ONE("bd3-shovel-one", '\uf169'), SHOWER_HEAD("bd3-shower-head", '\uf16a'), SHRIMP("bd3-shrimp", '\uf16b'), SHUFFLE("bd3-shuffle", '\uf16c'), SHUFFLE_ONE("bd3-shuffle-one", '\uf16d'), SHUTTER_PRIORITY("bd3-shutter-priority", '\uf16e'), SICKBED("bd3-sickbed", '\uf16f'), SIGNAL("bd3-signal", '\uf170'), SIGNAL_ONE("bd3-signal-one", '\uf171'), SIGNAL_STRENGTH("bd3-signal-strength", '\uf172'), SIGNAL_TOWER("bd3-signal-tower", '\uf173'), SIGNAL_TOWER_ONE("bd3-signal-tower-one", '\uf174'), SIM("bd3-sim", '\uf175'), SIM_CARD("bd3-sim-card", '\uf176'), SINGLE_BED("bd3-single-bed", '\uf177'), SINUSOID("bd3-sinusoid", '\uf178'), SIPPY_CUP("bd3-sippy-cup", '\uf179'), SIX("bd3-six", '\uf17a'), SIX_CIRCULAR_CONNECTION("bd3-six-circular-connection", '\uf17b'), SIX_KEY("bd3-six-key", '\uf17c'), SIX_POINTS("bd3-six-points", '\uf17d'), SKATE("bd3-skate", '\uf17e'), SKATES("bd3-skates", '\uf17f'), SKATING("bd3-skating", '\uf180'), SKETCH("bd3-sketch", '\uf181'), SKIING_NORDIC("bd3-skiing-nordic", '\uf182'), SKULL("bd3-skull", '\uf183'), SLAVE("bd3-slave", '\uf184'), SLEAVES("bd3-sleaves", '\uf185'), SLEEP("bd3-sleep", '\uf186'), SLEEP_ONE("bd3-sleep-one", '\uf187'), SLEEP_TWO("bd3-sleep-two", '\uf188'), SLIDE("bd3-slide", '\uf189'), SLIDE_TWO("bd3-slide-two", '\uf18a'), SLIDING_HORIZONTAL("bd3-sliding-horizontal", '\uf18b'), SLIDING_VERTICAL("bd3-sliding-vertical", '\uf18c'), SLIGHTLY_FROWNING_FACE_WHIT_OPEN_MOUTH("bd3-slightly-frowning-face-whit-open-mouth", '\uf18d'), SLIGHTLY_SMILING_FACE("bd3-slightly-smiling-face", '\uf18e'), SLIPPERS("bd3-slippers", '\uf18f'), SLIPPERS_ONE("bd3-slippers-one", '\uf190'), SLY_FACE_WHIT_SMILE("bd3-sly-face-whit-smile", '\uf191'), SMART_OPTIMIZATION("bd3-smart-optimization", '\uf192'), SMILING_FACE("bd3-smiling-face", '\uf193'), SMILING_FACE_WITH_SQUINTING_EYES("bd3-smiling-face-with-squinting-eyes", '\uf194'), SNACKS("bd3-snacks", '\uf195'), SNAKE_ZODIAC("bd3-snake-zodiac", '\uf196'), SNOW("bd3-snow", '\uf197'), SNOWFLAKE("bd3-snowflake", '\uf198'), SNOWMAN("bd3-snowman", '\uf199'), SOAP_BUBBLE("bd3-soap-bubble", '\uf19a'), SOCCER("bd3-soccer", '\uf19b'), SOCCER_ONE("bd3-soccer-one", '\uf19c'), SOCKS("bd3-socks", '\uf19d'), SOFA("bd3-sofa", '\uf19e'), SOFA_TWO("bd3-sofa-two", '\uf19f'), SOFTBALL("bd3-softball", '\uf1a0'), SOLAR_ENERGY("bd3-solar-energy", '\uf1a1'), SOLAR_ENERGY_ONE("bd3-solar-energy-one", '\uf1a2'), SOLID_STATE_DISK("bd3-solid-state-disk", '\uf1a3'), SORCERER_HAT("bd3-sorcerer-hat", '\uf1a4'), SORT("bd3-sort", '\uf1a5'), SORT_AMOUNT_DOWN("bd3-sort-amount-down", '\uf1a6'), SORT_AMOUNT_UP("bd3-sort-amount-up", '\uf1a7'), SORT_FOUR("bd3-sort-four", '\uf1a8'), SORT_ONE("bd3-sort-one", '\uf1a9'), SORT_THREE("bd3-sort-three", '\uf1aa'), SORT_TWO("bd3-sort-two", '\uf1ab'), SOUND("bd3-sound", '\uf1ac'), SOUND_ONE("bd3-sound-one", '\uf1ad'), SOUND_WAVE("bd3-sound-wave", '\uf1ae'), SOURCE_CODE("bd3-source-code", '\uf1af'), SOYBEAN_MILK_MAKER("bd3-soybean-milk-maker", '\uf1b0'), SPA_CANDLE("bd3-spa-candle", '\uf1b1'), SPACE_COLONY("bd3-space-colony", '\uf1b2'), SPANNER("bd3-spanner", '\uf1b3'), SPEAKER("bd3-speaker", '\uf1b4'), SPEAKER_ONE("bd3-speaker-one", '\uf1b5'), SPEED("bd3-speed", '\uf1b6'), SPEED_ONE("bd3-speed-one", '\uf1b7'), SPERM("bd3-sperm", '\uf1b8'), SPHERE("bd3-sphere", '\uf1b9'), SPIDER_MAN("bd3-spider-man", '\uf1ba'), SPIKEDSHOES("bd3-spikedshoes", '\uf1bb'), SPINNING_TOP("bd3-spinning-top", '\uf1bc'), SPLIT("bd3-split", '\uf1bd'), SPLIT_BRANCH("bd3-split-branch", '\uf1be'), SPLIT_CELLS("bd3-split-cells", '\uf1bf'), SPLIT_TURN_DOWN_LEFT("bd3-split-turn-down-left", '\uf1c0'), SPLIT_TURN_DOWN_RIGHT("bd3-split-turn-down-right", '\uf1c1'), SPOON("bd3-spoon", '\uf1c2'), SPORT("bd3-sport", '\uf1c3'), SPORTING("bd3-sporting", '\uf1c4'), SQUARE("bd3-square", '\uf1c5'), SQUARE_SMALL("bd3-square-small", '\uf1c6'), SSD("bd3-ssd", '\uf1c7'), STACK_LIGHT("bd3-stack-light", '\uf1c8'), STAMP("bd3-stamp", '\uf1c9'), STAND_UP("bd3-stand-up", '\uf1ca'), STAPLER("bd3-stapler", '\uf1cb'), STAR("bd3-star", '\uf1cc'), STAR_ONE("bd3-star-one", '\uf1cd'), START_TIME_SORT("bd3-start-time-sort", '\uf1ce'), STEERING_WHEEL("bd3-steering-wheel", '\uf1cf'), STEOLLER("bd3-steoller", '\uf1d0'), STEREO_NESTING("bd3-stereo-nesting", '\uf1d1'), STEREO_ONE("bd3-stereo-one", '\uf1d2'), STEREO_PERSPECTIVE("bd3-stereo-perspective", '\uf1d3'), STETHOSCOPE("bd3-stethoscope", '\uf1d4'), STICKERS("bd3-stickers", '\uf1d5'), STOCK_MARKET("bd3-stock-market", '\uf1d6'), STOPWATCH("bd3-stopwatch", '\uf1d7'), STOPWATCH_START("bd3-stopwatch-start", '\uf1d8'), STORAGE_CARD_ONE("bd3-storage-card-one", '\uf1d9'), STORAGE_CARD_TWO("bd3-storage-card-two", '\uf1da'), STRAIGHT_RAZOR("bd3-straight-razor", '\uf1db'), STRAW_HAT("bd3-straw-hat", '\uf1dc'), STRETCHING("bd3-stretching", '\uf1dd'), STRETCHING_ONE("bd3-stretching-one", '\uf1de'), STRIKETHROUGH("bd3-strikethrough", '\uf1df'), STRONGBOX("bd3-strongbox", '\uf1e0'), S_TURN_DOWN("bd3-s-turn-down", '\uf1e1'), S_TURN_LEFT("bd3-s-turn-left", '\uf1e2'), S_TURN_RIGHT("bd3-s-turn-right", '\uf1e3'), S_TURN_UP("bd3-s-turn-up", '\uf1e4'), SUBTRACT_SELECTION("bd3-subtract-selection", '\uf1e5'), SUBTRACT_SELECTION_ONE("bd3-subtract-selection-one", '\uf1e6'), SUBWAY("bd3-subway", '\uf1e7'), SUCCESS("bd3-success", '\uf1e8'), SUCCESS_PICTURE("bd3-success-picture", '\uf1e9'), SUM("bd3-sum", '\uf1ea'), SUN("bd3-sun", '\uf1eb'), SUNBATH("bd3-sunbath", '\uf1ec'), SUN_HAT("bd3-sun-hat", '\uf1ed'), SUNNY("bd3-sunny", '\uf1ee'), SUN_ONE("bd3-sun-one", '\uf1ef'), SUNRISE("bd3-sunrise", '\uf1f0'), SUNSET("bd3-sunset", '\uf1f1'), SUNSHADE("bd3-sunshade", '\uf1f2'), SURPRISED_FACE_WITH_OPEN_BIG_MOUTH("bd3-surprised-face-with-open-big-mouth", '\uf1f3'), SURPRISED_FACE_WITH_OPEN_MOUTH("bd3-surprised-face-with-open-mouth", '\uf1f4'), SURVEILLANCE_CAMERAS("bd3-surveillance-cameras", '\uf1f5'), SURVEILLANCE_CAMERAS_ONE("bd3-surveillance-cameras-one", '\uf1f6'), SURVEILLANCE_CAMERAS_TWO("bd3-surveillance-cameras-two", '\uf1f7'), SWALLOW("bd3-swallow", '\uf1f8'), SWEATER("bd3-sweater", '\uf1f9'), SWIMMING_POOL("bd3-swimming-pool", '\uf1fa'), SWIMMING_RING("bd3-swimming-ring", '\uf1fb'), SWIMSUIT("bd3-swimsuit", '\uf1fc'), SWING("bd3-swing", '\uf1fd'), SWIPE("bd3-swipe", '\uf1fe'), SWITCH("bd3-switch", '\uf1ff'), SWITCH_BUTTON("bd3-switch-button", '\uf200'), SWITCH_CONTRAST("bd3-switch-contrast", '\uf201'), SWITCHING_DONE("bd3-switching-done", '\uf202'), SWITCH_NINTENDO("bd3-switch-nintendo", '\uf203'), SWITCH_ONE("bd3-switch-one", '\uf204'), SWITCH_THEMES("bd3-switch-themes", '\uf205'), SWITCH_TRACK("bd3-switch-track", '\uf206'), SYMBOL("bd3-symbol", '\uf207'), SYMBOL_DOUBLE_X("bd3-symbol-double-x", '\uf208'), SYMMETRY("bd3-symmetry", '\uf209'), SYNC("bd3-sync", '\uf20a'), SYSTEM("bd3-system", '\uf20b'), TABLE("bd3-table", '\uf20c'), TABLE_FILE("bd3-table-file", '\uf20d'), TABLE_LAMP("bd3-table-lamp", '\uf20e'), TABLE_REPORT("bd3-table-report", '\uf20f'), TABLETENNIS("bd3-tabletennis", '\uf210'), TAG("bd3-tag", '\uf211'), TAG_ONE("bd3-tag-one", '\uf212'), TAILORING("bd3-tailoring", '\uf213'), TAILORING_TWO("bd3-tailoring-two", '\uf214'), TAJ_MAHAL("bd3-taj-mahal", '\uf215'), TAKE_OFF("bd3-take-off", '\uf216'), TAKE_OFF_ONE("bd3-take-off-one", '\uf217'), TAOBAO("bd3-taobao", '\uf218'), TAPE("bd3-tape", '\uf219'), TAPE_MEASURE("bd3-tape-measure", '\uf21a'), TARGET("bd3-target", '\uf21b'), TARGET_ONE("bd3-target-one", '\uf21c'), TARGET_TWO("bd3-target-two", '\uf21d'), TAURUS("bd3-taurus", '\uf21e'), TAXI("bd3-taxi", '\uf21f'), TEA("bd3-tea", '\uf220'), TEA_DRINK("bd3-tea-drink", '\uf221'), TEAPOT("bd3-teapot", '\uf222'), TEETH("bd3-teeth", '\uf223'), TELEGRAM("bd3-telegram", '\uf224'), TELESCOPE("bd3-telescope", '\uf225'), TENCENT_QQ("bd3-tencent-qq", '\uf226'), TENNIS("bd3-tennis", '\uf227'), TENT("bd3-tent", '\uf228'), TENT_BANNER("bd3-tent-banner", '\uf229'), TERMINAL("bd3-terminal", '\uf22a'), TERMINATION_FILE("bd3-termination-file", '\uf22b'), TERRACE("bd3-terrace", '\uf22c'), TEST_TUBE("bd3-test-tube", '\uf22d'), TEXT("bd3-text", '\uf22e'), TEXTAREA("bd3-textarea", '\uf22f'), TEXT_BOLD("bd3-text-bold", '\uf230'), TEXT_ITALIC("bd3-text-italic", '\uf231'), TEXT_MESSAGE("bd3-text-message", '\uf232'), TEXT_RECOGNITION("bd3-text-recognition", '\uf233'), TEXT_ROTATION_DOWN("bd3-text-rotation-down", '\uf234'), TEXT_ROTATION_LEFT("bd3-text-rotation-left", '\uf235'), TEXT_ROTATION_NONE("bd3-text-rotation-none", '\uf236'), TEXT_ROTATION_UP("bd3-text-rotation-up", '\uf237'), TEXT_STYLE("bd3-text-style", '\uf238'), TEXT_STYLE_ONE("bd3-text-style-one", '\uf239'), TEXT_UNDERLINE("bd3-text-underline", '\uf23a'), TEXTURE("bd3-texture", '\uf23b'), TEXTURE_TWO("bd3-texture-two", '\uf23c'), TEXT_WRAP_OVERFLOW("bd3-text-wrap-overflow", '\uf23d'), TEXT_WRAP_TRUNCATION("bd3-text-wrap-truncation", '\uf23e'), THEATER("bd3-theater", '\uf23f'), THEME("bd3-theme", '\uf240'), THERMOMETER("bd3-thermometer", '\uf241'), THERMOMETER_ONE("bd3-thermometer-one", '\uf242'), THERMOS_CUP("bd3-thermos-cup", '\uf243'), THE_SINGLE_SHOULDER_BAG("bd3-the-single-shoulder-bag", '\uf244'), THIN("bd3-thin", '\uf245'), THINKING_PROBLEM("bd3-thinking-problem", '\uf246'), THREE("bd3-three", '\uf247'), THREE_D_GLASSES("bd3-three-d-glasses", '\uf248'), THREE_HEXAGONS("bd3-three-hexagons", '\uf249'), THREE_KEY("bd3-three-key", '\uf24a'), THREE_SLASHES("bd3-three-slashes", '\uf24b'), THREE_THREE("bd3-three-three", '\uf24c'), THREE_TRIANGLES("bd3-three-triangles", '\uf24d'), THUMBS_DOWN("bd3-thumbs-down", '\uf24e'), THUMBS_UP("bd3-thumbs-up", '\uf24f'), THUNDERBOLT("bd3-thunderbolt", '\uf250'), THUNDERSTORM("bd3-thunderstorm", '\uf251'), THUNDERSTORM_ONE("bd3-thunderstorm-one", '\uf252'), TICKET("bd3-ticket", '\uf253'), TICKET_ONE("bd3-ticket-one", '\uf254'), TICKETS_CHECKED("bd3-tickets-checked", '\uf255'), TICKETS_ONE("bd3-tickets-one", '\uf256'), TICKETS_TWO("bd3-tickets-two", '\uf257'), TIGER_ZODIAC("bd3-tiger-zodiac", '\uf258'), TIKTOK("bd3-tiktok", '\uf259'), TIME("bd3-time", '\uf25a'), TIMED_MAIL("bd3-timed-mail", '\uf25b'), TIMELINE("bd3-timeline", '\uf25c'), TIMER("bd3-timer", '\uf25d'), TIPS("bd3-tips", '\uf25e'), TIPS_ONE("bd3-tips-one", '\uf25f'), TIRE_SWING("bd3-tire-swing", '\uf260'), TITLE_LEVEL("bd3-title-level", '\uf261'), TO_BOTTOM("bd3-to-bottom", '\uf262'), TO_BOTTOM_ONE("bd3-to-bottom-one", '\uf263'), TOILET("bd3-toilet", '\uf264'), TO_LEFT("bd3-to-left", '\uf265'), TOMATO("bd3-tomato", '\uf266'), TOOL("bd3-tool", '\uf267'), TOOLKIT("bd3-toolkit", '\uf268'), TOP_BAR("bd3-top-bar", '\uf269'), TOPBUZZ("bd3-topbuzz", '\uf26a'), TOPIC("bd3-topic", '\uf26b'), TOPIC_DISCUSSION("bd3-topic-discussion", '\uf26c'), TORCH("bd3-torch", '\uf26d'), TO_RIGHT("bd3-to-right", '\uf26e'), TO_TOP("bd3-to-top", '\uf26f'), TO_TOP_ONE("bd3-to-top-one", '\uf270'), TOUR_BUS("bd3-tour-bus", '\uf271'), TOWEL("bd3-towel", '\uf272'), TOWER("bd3-tower", '\uf273'), TOWER_OF_BABEL("bd3-tower-of-babel", '\uf274'), TOWER_OF_PISA("bd3-tower-of-pisa", '\uf275'), TOXINS("bd3-toxins", '\uf276'), TRACE("bd3-trace", '\uf277'), TRADEMARK("bd3-trademark", '\uf278'), TRADITIONAL_CHINESE_MEDICINE("bd3-traditional-chinese-medicine", '\uf279'), TRAIN("bd3-train", '\uf27a'), TRANSACTION("bd3-transaction", '\uf27b'), TRANSACTION_ORDER("bd3-transaction-order", '\uf27c'), TRANSFER("bd3-transfer", '\uf27d'), TRANSFER_DATA("bd3-transfer-data", '\uf27e'), TRANSFORM("bd3-transform", '\uf27f'), TRANSLATE("bd3-translate", '\uf280'), TRANSLATION("bd3-translation", '\uf281'), TRANSPORT("bd3-transport", '\uf282'), TRANSPORTER("bd3-transporter", '\uf283'), TRAPEZOID("bd3-trapezoid", '\uf284'), TRAY("bd3-tray", '\uf285'), TREADMILL("bd3-treadmill", '\uf286'), TREADMILL_ONE("bd3-treadmill-one", '\uf287'), TREADMILL_TWO("bd3-treadmill-two", '\uf288'), TREASURE_CHEST("bd3-treasure-chest", '\uf289'), TREE("bd3-tree", '\uf28a'), TREE_DIAGRAM("bd3-tree-diagram", '\uf28b'), TREE_LIST("bd3-tree-list", '\uf28c'), TREE_ONE("bd3-tree-one", '\uf28d'), TREE_TWO("bd3-tree-two", '\uf28e'), TREND("bd3-trend", '\uf28f'), TRENDING_DOWN("bd3-trending-down", '\uf290'), TRENDING_UP("bd3-trending-up", '\uf291'), TREND_TWO("bd3-trend-two", '\uf292'), TRIANGLE("bd3-triangle", '\uf293'), TRIANGLE_ROUND_RECTANGLE("bd3-triangle-round-rectangle", '\uf294'), TRIANGLE_RULER("bd3-triangle-ruler", '\uf295'), TRIANGULAR_PYRAMID("bd3-triangular-pyramid", '\uf296'), TROPHY("bd3-trophy", '\uf297'), TROUSERS_BELL_BOTTOMS("bd3-trousers-bell-bottoms", '\uf298'), TRUCK("bd3-truck", '\uf299'), TRUMPET("bd3-trumpet", '\uf29a'), TRUNK("bd3-trunk", '\uf29b'), T_SHIRT("bd3-t-shirt", '\uf29c'), TUB("bd3-tub", '\uf29d'), TUCHONG("bd3-tuchong", '\uf29e'), TUMBLR("bd3-tumblr", '\uf29f'), TURKEY("bd3-turkey", '\uf2a0'), TURN_AROUND("bd3-turn-around", '\uf2a1'), TURN_OFF_BLUETOOTH("bd3-turn-off-bluetooth", '\uf2a2'), TURN_ON("bd3-turn-on", '\uf2a3'), TV("bd3-tv", '\uf2a4'), TV_ONE("bd3-tv-one", '\uf2a5'), TWITTER("bd3-twitter", '\uf2a6'), TWO("bd3-two", '\uf2a7'), TWO_DIMENSIONAL_CODE("bd3-two-dimensional-code", '\uf2a8'), TWO_DIMENSIONAL_CODE_ONE("bd3-two-dimensional-code-one", '\uf2a9'), TWO_DIMENSIONAL_CODE_TWO("bd3-two-dimensional-code-two", '\uf2aa'), TWO_ELLIPSES("bd3-two-ellipses", '\uf2ab'), TWO_FINGERS("bd3-two-fingers", '\uf2ac'), TWO_HANDS("bd3-two-hands", '\uf2ad'), TWO_KEY("bd3-two-key", '\uf2ae'), TWO_SEMICIRCLES("bd3-two-semicircles", '\uf2af'), TWO_TRIANGLES("bd3-two-triangles", '\uf2b0'), TWO_TRIANGLES_TWO("bd3-two-triangles-two", '\uf2b1'), TWO_TWO("bd3-two-two", '\uf2b2'), TYPE_DRIVE("bd3-type-drive", '\uf2b3'), U_DISK("bd3-u-disk", '\uf2b4'), ULIKECAM("bd3-ulikecam", '\uf2b5'), UMBRELLA("bd3-umbrella", '\uf2b6'), UMBRELLA_ONE("bd3-umbrella-one", '\uf2b7'), UMBRELLA_TWO("bd3-umbrella-two", '\uf2b8'), UNDO("bd3-undo", '\uf2b9'), UNGROUP("bd3-ungroup", '\uf2ba'), UNICAST("bd3-unicast", '\uf2bb'), UNION_SELECTION("bd3-union-selection", '\uf2bc'), UNIVERSAL("bd3-universal", '\uf2bd'), UNLIKE("bd3-unlike", '\uf2be'), UNLINK("bd3-unlink", '\uf2bf'), UNLOCK("bd3-unlock", '\uf2c0'), UNLOCK_ONE("bd3-unlock-one", '\uf2c1'), UNORDERED_LIST("bd3-unordered-list", '\uf2c2'), UP("bd3-up", '\uf2c3'), UP_AND_DOWN("bd3-up-and-down", '\uf2c4'), UP_C("bd3-up-c", '\uf2c5'), UPDATE_ROTATION("bd3-update-rotation", '\uf2c6'), UPLOAD("bd3-upload", '\uf2c7'), UPLOAD_COMPUTER("bd3-upload-computer", '\uf2c8'), UPLOAD_LAPTOP("bd3-upload-laptop", '\uf2c9'), UPLOAD_LOGS("bd3-upload-logs", '\uf2ca'), UPLOAD_ONE("bd3-upload-one", '\uf2cb'), UPLOAD_PICTURE("bd3-upload-picture", '\uf2cc'), UPLOAD_THREE("bd3-upload-three", '\uf2cd'), UPLOAD_TWO("bd3-upload-two", '\uf2ce'), UPLOAD_WEB("bd3-upload-web", '\uf2cf'), UP_ONE("bd3-up-one", '\uf2d0'), UPSIDE_DOWN_FACE("bd3-upside-down-face", '\uf2d1'), UP_SMALL("bd3-up-small", '\uf2d2'), UP_SQUARE("bd3-up-square", '\uf2d3'), UP_TWO("bd3-up-two", '\uf2d4'), USB("bd3-usb", '\uf2d5'), USB_MEMORY_STICK("bd3-usb-memory-stick", '\uf2d6'), USB_MICRO_ONE("bd3-usb-micro-one", '\uf2d7'), USB_MICRO_TWO("bd3-usb-micro-two", '\uf2d8'), USB_ONE("bd3-usb-one", '\uf2d9'), USB_TYPE_C("bd3-usb-type-c", '\uf2da'), USER("bd3-user", '\uf2db'), USER_BUSINESS("bd3-user-business", '\uf2dc'), USER_POSITIONING("bd3-user-positioning", '\uf2dd'), USER_TO_USER_TRANSMISSION("bd3-user-to-user-transmission", '\uf2de'), UTERUS("bd3-uterus", '\uf2df'), U_TURN_DOWN("bd3-u-turn-down", '\uf2e0'), U_TURN_LEFT("bd3-u-turn-left", '\uf2e1'), U_TURN_RIGHT("bd3-u-turn-right", '\uf2e2'), U_TURN_UP("bd3-u-turn-up", '\uf2e3'), VACATION("bd3-vacation", '\uf2e4'), VACUUM_CLEANER("bd3-vacuum-cleaner", '\uf2e5'), VEGETABLE_BASKET("bd3-vegetable-basket", '\uf2e6'), VEGETABLES("bd3-vegetables", '\uf2e7'), VERTICALLY_CENTERED("bd3-vertically-centered", '\uf2e8'), VERTICAL_SPACING_BETWEEN_ITEMS("bd3-vertical-spacing-between-items", '\uf2e9'), VERTICAL_TIDY_UP("bd3-vertical-tidy-up", '\uf2ea'), VERTICAL_TIMELINE("bd3-vertical-timeline", '\uf2eb'), VEST("bd3-vest", '\uf2ec'), VIAL("bd3-vial", '\uf2ed'), VICIA_FABA("bd3-vicia-faba", '\uf2ee'), VIDEO("bd3-video", '\uf2ef'), VIDEOCAMERA("bd3-videocamera", '\uf2f0'), VIDEOCAMERA_ONE("bd3-videocamera-one", '\uf2f1'), VIDEO_CONFERENCE("bd3-video-conference", '\uf2f2'), VIDEO_FILE("bd3-video-file", '\uf2f3'), VIDEO_ONE("bd3-video-one", '\uf2f4'), VIDEO_TWO("bd3-video-two", '\uf2f5'), VIENCHARTS("bd3-viencharts", '\uf2f6'), VIEWFINDER("bd3-viewfinder", '\uf2f7'), VIEW_GRID_CARD("bd3-view-grid-card", '\uf2f8'), VIEW_GRID_DETAIL("bd3-view-grid-detail", '\uf2f9'), VIEW_GRID_LIST("bd3-view-grid-list", '\uf2fa'), VIEW_LIST("bd3-view-list", '\uf2fb'), VIGO("bd3-vigo", '\uf2fc'), VIP("bd3-vip", '\uf2fd'), VIP_ONE("bd3-vip-one", '\uf2fe'), VIRGO("bd3-virgo", '\uf2ff'), VIRTUAL_REALITY_GLASSES("bd3-virtual-reality-glasses", '\uf300'), VOICE("bd3-voice", '\uf301'), VOICE_INPUT("bd3-voice-input", '\uf302'), VOICEMAIL("bd3-voicemail", '\uf303'), VOICE_MESSAGE("bd3-voice-message", '\uf304'), VOICE_OFF("bd3-voice-off", '\uf305'), VOICE_ONE("bd3-voice-one", '\uf306'), VOLKSWAGEN("bd3-volkswagen", '\uf307'), VOLLEYBALL("bd3-volleyball", '\uf308'), VOLUME_DOWN("bd3-volume-down", '\uf309'), VOLUME_MUTE("bd3-volume-mute", '\uf30a'), VOLUME_NOTICE("bd3-volume-notice", '\uf30b'), VOLUME_SMALL("bd3-volume-small", '\uf30c'), VOLUME_UP("bd3-volume-up", '\uf30d'), VR_GLASSES("bd3-vr-glasses", '\uf30e'), WAISTLINE("bd3-waistline", '\uf30f'), WALLET("bd3-wallet", '\uf310'), WALLET_ONE("bd3-wallet-one", '\uf311'), WALLET_THREE("bd3-wallet-three", '\uf312'), WALLET_TWO("bd3-wallet-two", '\uf313'), WAREHOUSING("bd3-warehousing", '\uf314'), WASHING_MACHINE("bd3-washing-machine", '\uf315'), WASHING_MACHINE_ONE("bd3-washing-machine-one", '\uf316'), WATCH("bd3-watch", '\uf317'), WATCH_ONE("bd3-watch-one", '\uf318'), WATER("bd3-water", '\uf319'), WATERFALLS_H("bd3-waterfalls-h", '\uf31a'), WATERFALLS_V("bd3-waterfalls-v", '\uf31b'), WATER_LEVEL("bd3-water-level", '\uf31c'), WATERMELON("bd3-watermelon", '\uf31d'), WATERMELON_ONE("bd3-watermelon-one", '\uf31e'), WATER_NO("bd3-water-no", '\uf31f'), WATERPOLO("bd3-waterpolo", '\uf320'), WATERPOLO_ONE("bd3-waterpolo-one", '\uf321'), WATER_RATE("bd3-water-rate", '\uf322'), WATER_RATE_TWO("bd3-water-rate-two", '\uf323'), WAVES("bd3-waves", '\uf324'), WAVES_LEFT("bd3-waves-left", '\uf325'), WAVES_RIGHT("bd3-waves-right", '\uf326'), WEARY_FACE("bd3-weary-face", '\uf327'), WEBCAM("bd3-webcam", '\uf328'), WEB_PAGE("bd3-web-page", '\uf329'), WECHAT("bd3-wechat", '\uf32a'), WEIBO("bd3-weibo", '\uf32b'), WEIGHT("bd3-weight", '\uf32c'), WEIGHTLIFTING("bd3-weightlifting", '\uf32d'), WEIXIN_CARDS_OFFERS("bd3-weixin-cards-offers", '\uf32e'), WEIXIN_FAVORITES("bd3-weixin-favorites", '\uf32f'), WEIXIN_GAMES("bd3-weixin-games", '\uf330'), WEIXIN_MARKET("bd3-weixin-market", '\uf331'), WEIXIN_MINI_APP("bd3-weixin-mini-app", '\uf332'), WEIXIN_PEOPLE_NEARBY("bd3-weixin-people-nearby", '\uf333'), WEIXIN_SCAN("bd3-weixin-scan", '\uf334'), WEIXIN_SEARCH("bd3-weixin-search", '\uf335'), WEIXIN_SHAKE("bd3-weixin-shake", '\uf336'), WEIXIN_TOP_STORIES("bd3-weixin-top-stories", '\uf337'), WHALE("bd3-whale", '\uf338'), WHEELCHAIR("bd3-wheelchair", '\uf339'), WHIRLWIND("bd3-whirlwind", '\uf33a'), WHISTLING("bd3-whistling", '\uf33b'), WHOLE_SITE_ACCELERATOR("bd3-whole-site-accelerator", '\uf33c'), WIFI("bd3-wifi", '\uf33d'), WIND("bd3-wind", '\uf33e'), WINDMILL("bd3-windmill", '\uf33f'), WINDMILL_ONE("bd3-windmill-one", '\uf340'), WINDMILL_TWO("bd3-windmill-two", '\uf341'), WINDOWS("bd3-windows", '\uf342'), WIND_TURBINE("bd3-wind-turbine", '\uf343'), WINGSUIT_FLYING("bd3-wingsuit-flying", '\uf344'), WINKING_FACE("bd3-winking-face", '\uf345'), WINKING_FACE_WITH_OPEN_EYES("bd3-winking-face-with-open-eyes", '\uf346'), WOMAN("bd3-woman", '\uf347'), WOMEN("bd3-women", '\uf348'), WOMEN_COAT("bd3-women-coat", '\uf349'), WOOLEN_HAT("bd3-woolen-hat", '\uf34a'), WORD("bd3-word", '\uf34b'), WORKBENCH("bd3-workbench", '\uf34c'), WORKER("bd3-worker", '\uf34d'), WORLD("bd3-world", '\uf34e'), WORRIED_FACE("bd3-worried-face", '\uf34f'), WRITE("bd3-write", '\uf350'), WRITING_FLUENTLY("bd3-writing-fluently", '\uf351'), WRONG_USER("bd3-wrong-user", '\uf352'), XIAODU("bd3-xiaodu", '\uf353'), XIAODU_HOME("bd3-xiaodu-home", '\uf354'), XIGUA("bd3-xigua", '\uf355'), XINGFULI("bd3-xingfuli", '\uf356'), XINGTU("bd3-xingtu", '\uf357'), YEP("bd3-yep", '\uf358'), YOUTOBE("bd3-youtobe", '\uf359'), YOUTUBE("bd3-youtube", '\uf35a'), ZERO_KEY("bd3-zero-key", '\uf35b'), ZIJINYUNYING("bd3-zijinyunying", '\uf35c'), ZIP("bd3-zip", '\uf35d'), ZOOM("bd3-zoom", '\uf35e'), ZOOM_IN("bd3-zoom-in", '\uf35f'), ZOOM_INTERNAL("bd3-zoom-internal", '\uf360'), ZOOM_OUT("bd3-zoom-out", '\uf361'); public static BytedanceIconsBoldMZ findByDescription(String description) { for (BytedanceIconsBoldMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsBoldMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsBoldMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsBoldMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-Bold.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd3-"); } @Override public Ikon resolve(String description) { return BytedanceIconsBoldMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-Bold"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsBoldMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class BytedanceIconsBoldMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsBoldMZ.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsExtraBoldAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsExtraBoldAL implements Ikon { ABDOMINAL("bd4-abdominal", '\ue900'), ABNORMAL("bd4-abnormal", '\ue901'), A_CANE("bd4-a-cane", '\ue902'), ACCELERATION("bd4-acceleration", '\ue903'), ACCEPT_EMAIL("bd4-accept-email", '\ue904'), ACOUSTIC("bd4-acoustic", '\ue905'), ACTIVITY_SOURCE("bd4-activity-source", '\ue906'), AD("bd4-ad", '\ue907'), ADD("bd4-add", '\ue908'), ADD_COMPUTER("bd4-add-computer", '\ue909'), ADD_FOUR("bd4-add-four", '\ue90a'), ADD_ITEM("bd4-add-item", '\ue90b'), ADD_MODE("bd4-add-mode", '\ue90c'), ADD_MUSIC("bd4-add-music", '\ue90d'), ADD_ONE("bd4-add-one", '\ue90e'), ADD_PIC("bd4-add-pic", '\ue90f'), ADD_PICTURE("bd4-add-picture", '\ue910'), ADD_PRINT("bd4-add-print", '\ue911'), ADDRESS_BOOK("bd4-address-book", '\ue912'), ADD_SUBSET("bd4-add-subset", '\ue913'), ADD_SUBTRACT("bd4-add-subtract", '\ue914'), ADD_TEXT("bd4-add-text", '\ue915'), ADD_TEXT_TWO("bd4-add-text-two", '\ue916'), ADD_THREE("bd4-add-three", '\ue917'), ADD_TWO("bd4-add-two", '\ue918'), ADD_USER("bd4-add-user", '\ue919'), ADD_WEB("bd4-add-web", '\ue91a'), ADJACENT_ITEM("bd4-adjacent-item", '\ue91b'), ADJUSTMENT("bd4-adjustment", '\ue91c'), ADOBE_ILLUSTRATE("bd4-adobe-illustrate", '\ue91d'), ADOBE_INDESIGN("bd4-adobe-indesign", '\ue91e'), ADOBE_LIGHTROOM("bd4-adobe-lightroom", '\ue91f'), ADOBE_PHOTOSHOP("bd4-adobe-photoshop", '\ue920'), AD_PRODUCT("bd4-ad-product", '\ue921'), AFFERENT("bd4-afferent", '\ue922'), AFFERENT_FOUR("bd4-afferent-four", '\ue923'), AFFERENT_THREE("bd4-afferent-three", '\ue924'), AFFERENT_TWO("bd4-afferent-two", '\ue925'), AFRO_PICK("bd4-afro-pick", '\ue926'), AGREEMENT("bd4-agreement", '\ue927'), AIMING("bd4-aiming", '\ue928'), AIR_BIKE("bd4-air-bike", '\ue929'), AIR_CONDITIONING("bd4-air-conditioning", '\ue92a'), AIRPLANE("bd4-airplane", '\ue92b'), AIRPLANE_WINDOW("bd4-airplane-window", '\ue92c'), AIRPLANE_WINDOW_ONE("bd4-airplane-window-one", '\ue92d'), AIRPLAY("bd4-airplay", '\ue92e'), AIRPODS("bd4-airpods", '\ue92f'), ALARM("bd4-alarm", '\ue930'), ALARM_CLOCK("bd4-alarm-clock", '\ue931'), ALIGN_BOTTOM("bd4-align-bottom", '\ue932'), ALIGN_BOTTOM_TWO("bd4-align-bottom-two", '\ue933'), ALIGN_HORIZONTAL_CENTER_TWO("bd4-align-horizontal-center-two", '\ue934'), ALIGN_HORIZONTALLY("bd4-align-horizontally", '\ue935'), ALIGN_LEFT("bd4-align-left", '\ue936'), ALIGN_LEFT_ONE("bd4-align-left-one", '\ue937'), ALIGN_LEFT_TWO("bd4-align-left-two", '\ue938'), ALIGNMENT_BOTTOM_CENTER("bd4-alignment-bottom-center", '\ue939'), ALIGNMENT_BOTTOM_LEFT("bd4-alignment-bottom-left", '\ue93a'), ALIGNMENT_BOTTOM_RIGHT("bd4-alignment-bottom-right", '\ue93b'), ALIGNMENT_HORIZONTAL_BOTTOM("bd4-alignment-horizontal-bottom", '\ue93c'), ALIGNMENT_HORIZONTAL_CENTER("bd4-alignment-horizontal-center", '\ue93d'), ALIGNMENT_HORIZONTAL_TOP("bd4-alignment-horizontal-top", '\ue93e'), ALIGNMENT_LEFT_BOTTOM("bd4-alignment-left-bottom", '\ue93f'), ALIGNMENT_LEFT_CENTER("bd4-alignment-left-center", '\ue940'), ALIGNMENT_LEFT_TOP("bd4-alignment-left-top", '\ue941'), ALIGNMENT_RIGHT_BOTTOM("bd4-alignment-right-bottom", '\ue942'), ALIGNMENT_RIGHT_CENTER("bd4-alignment-right-center", '\ue943'), ALIGNMENT_RIGHT_TOP("bd4-alignment-right-top", '\ue944'), ALIGNMENT_TOP_CENTER("bd4-alignment-top-center", '\ue945'), ALIGNMENT_TOP_LEFT("bd4-alignment-top-left", '\ue946'), ALIGNMENT_TOP_RIGHT("bd4-alignment-top-right", '\ue947'), ALIGNMENT_VERTICAL_CENTER("bd4-alignment-vertical-center", '\ue948'), ALIGNMENT_VERTICAL_LEFT("bd4-alignment-vertical-left", '\ue949'), ALIGNMENT_VERTICAL_RIGHT("bd4-alignment-vertical-right", '\ue94a'), ALIGN_RIGHT("bd4-align-right", '\ue94b'), ALIGN_RIGHT_ONE("bd4-align-right-one", '\ue94c'), ALIGN_RIGHT_TWO("bd4-align-right-two", '\ue94d'), ALIGN_TEXT_BOTH("bd4-align-text-both", '\ue94e'), ALIGN_TEXT_BOTH_ONE("bd4-align-text-both-one", '\ue94f'), ALIGN_TEXT_BOTTOM("bd4-align-text-bottom", '\ue950'), ALIGN_TEXT_BOTTOM_ONE("bd4-align-text-bottom-one", '\ue951'), ALIGN_TEXT_CENTER("bd4-align-text-center", '\ue952'), ALIGN_TEXT_CENTER_ONE("bd4-align-text-center-one", '\ue953'), ALIGN_TEXT_LEFT("bd4-align-text-left", '\ue954'), ALIGN_TEXT_LEFT_ONE("bd4-align-text-left-one", '\ue955'), ALIGN_TEXT_MIDDLE("bd4-align-text-middle", '\ue956'), ALIGN_TEXT_MIDDLE_ONE("bd4-align-text-middle-one", '\ue957'), ALIGN_TEXT_RIGHT("bd4-align-text-right", '\ue958'), ALIGN_TEXT_RIGHT_ONE("bd4-align-text-right-one", '\ue959'), ALIGN_TEXT_TOP("bd4-align-text-top", '\ue95a'), ALIGN_TEXT_TOP_ONE("bd4-align-text-top-one", '\ue95b'), ALIGN_TOP("bd4-align-top", '\ue95c'), ALIGN_TOP_TWO("bd4-align-top-two", '\ue95d'), ALIGN_VERTICAL_CENTER_TWO("bd4-align-vertical-center-two", '\ue95e'), ALIGN_VERTICALLY("bd4-align-vertically", '\ue95f'), ALIPAY("bd4-alipay", '\ue960'), ALL_APPLICATION("bd4-all-application", '\ue961'), ALPHABETICAL_SORTING("bd4-alphabetical-sorting", '\ue962'), ALPHABETICAL_SORTING_TWO("bd4-alphabetical-sorting-two", '\ue963'), AMBULANCE("bd4-ambulance", '\ue964'), ANALYSIS("bd4-analysis", '\ue965'), ANCHOR("bd4-anchor", '\ue966'), ANCHOR_ONE("bd4-anchor-one", '\ue967'), ANCHOR_ROUND("bd4-anchor-round", '\ue968'), ANCHOR_SQURE("bd4-anchor-squre", '\ue969'), ANCHOR_TWO("bd4-anchor-two", '\ue96a'), ANDROID("bd4-android", '\ue96b'), ANGRY_FACE("bd4-angry-face", '\ue96c'), ANGUISHED_FACE("bd4-anguished-face", '\ue96d'), ANNOUNCEMENT("bd4-announcement", '\ue96e'), ANTI_CORROSION("bd4-anti-corrosion", '\ue96f'), APERTURE_PRIORITY("bd4-aperture-priority", '\ue970'), API("bd4-api", '\ue971'), API_APP("bd4-api-app", '\ue972'), APPLE("bd4-apple", '\ue973'), APPLE_ONE("bd4-apple-one", '\ue974'), APPLET_CLOSED("bd4-applet-closed", '\ue975'), APPLICATION("bd4-application", '\ue976'), APPLICATION_EFFECT("bd4-application-effect", '\ue977'), APPLICATION_MENU("bd4-application-menu", '\ue978'), APPLICATION_ONE("bd4-application-one", '\ue979'), APPLICATION_TWO("bd4-application-two", '\ue97a'), APPOINTMENT("bd4-appointment", '\ue97b'), APP_STORE("bd4-app-store", '\ue97c'), APP_SWITCH("bd4-app-switch", '\ue97d'), AQUARIUS("bd4-aquarius", '\ue97e'), ARC_DE_TRIOMPHE("bd4-arc-de-triomphe", '\ue97f'), ARCHERS_BOW("bd4-archers-bow", '\ue980'), ARCHERY("bd4-archery", '\ue981'), AREA_MAP("bd4-area-map", '\ue982'), ARENA("bd4-arena", '\ue983'), ARIES("bd4-aries", '\ue984'), ARITHMETIC("bd4-arithmetic", '\ue985'), ARITHMETIC_BUTTONS("bd4-arithmetic-buttons", '\ue986'), ARITHMETIC_ONE("bd4-arithmetic-one", '\ue987'), ARROW_CIRCLE_DOWN("bd4-arrow-circle-down", '\ue988'), ARROW_CIRCLE_LEFT("bd4-arrow-circle-left", '\ue989'), ARROW_CIRCLE_RIGHT("bd4-arrow-circle-right", '\ue98a'), ARROW_CIRCLE_UP("bd4-arrow-circle-up", '\ue98b'), ARROW_DOWN("bd4-arrow-down", '\ue98c'), ARROW_KEYS("bd4-arrow-keys", '\ue98d'), ARROW_LEFT("bd4-arrow-left", '\ue98e'), ARROW_LEFT_DOWN("bd4-arrow-left-down", '\ue98f'), ARROW_LEFT_UP("bd4-arrow-left-up", '\ue990'), ARROW_RIGHT("bd4-arrow-right", '\ue991'), ARROW_RIGHT_DOWN("bd4-arrow-right-down", '\ue992'), ARROW_RIGHT_UP("bd4-arrow-right-up", '\ue993'), ARROW_UP("bd4-arrow-up", '\ue994'), ASSEMBLY_LINE("bd4-assembly-line", '\ue995'), ASSOCIATION("bd4-association", '\ue996'), ASTERISK("bd4-asterisk", '\ue997'), ASTERISK_KEY("bd4-asterisk-key", '\ue998'), ASTONISHED_FACE("bd4-astonished-face", '\ue999'), AT_SIGN("bd4-at-sign", '\ue99a'), ATTENTION("bd4-attention", '\ue99b'), AUDIO_FILE("bd4-audio-file", '\ue99c'), AUDIT("bd4-audit", '\ue99d'), AUTO_FOCUS("bd4-auto-focus", '\ue99e'), AUTO_HEIGHT_ONE("bd4-auto-height-one", '\ue99f'), AUTO_LINE_HEIGHT("bd4-auto-line-height", '\ue9a0'), AUTO_LINE_WIDTH("bd4-auto-line-width", '\ue9a1'), AUTO_WIDTH("bd4-auto-width", '\ue9a2'), AUTO_WIDTH_ONE("bd4-auto-width-one", '\ue9a3'), AVATAR("bd4-avatar", '\ue9a4'), AVERAGE("bd4-average", '\ue9a5'), AVIATION("bd4-aviation", '\ue9a6'), AVOCADO("bd4-avocado", '\ue9a7'), AVOCADO_ONE("bd4-avocado-one", '\ue9a8'), BABY("bd4-baby", '\ue9a9'), BABY_APP("bd4-baby-app", '\ue9aa'), BABY_BOTTLE("bd4-baby-bottle", '\ue9ab'), BABY_CAR_SEAT("bd4-baby-car-seat", '\ue9ac'), BABY_FEET("bd4-baby-feet", '\ue9ad'), BABY_MEAL("bd4-baby-meal", '\ue9ae'), BABY_MOBILE("bd4-baby-mobile", '\ue9af'), BABY_ONE("bd4-baby-one", '\ue9b0'), BABY_PANTS("bd4-baby-pants", '\ue9b1'), BABY_SLING("bd4-baby-sling", '\ue9b2'), BABY_TASTE("bd4-baby-taste", '\ue9b3'), BACHELOR_CAP("bd4-bachelor-cap", '\ue9b4'), BACHELOR_CAP_ONE("bd4-bachelor-cap-one", '\ue9b5'), BACHELOR_CAP_TWO("bd4-bachelor-cap-two", '\ue9b6'), BACK("bd4-back", '\ue9b7'), BACKGROUND_COLOR("bd4-background-color", '\ue9b8'), BACK_ONE("bd4-back-one", '\ue9b9'), BACKPACK("bd4-backpack", '\ue9ba'), BAD("bd4-bad", '\ue9bb'), BADGE("bd4-badge", '\ue9bc'), BADGE_TWO("bd4-badge-two", '\ue9bd'), BADMINTON("bd4-badminton", '\ue9be'), BAD_ONE("bd4-bad-one", '\ue9bf'), BAD_TWO("bd4-bad-two", '\ue9c0'), BAGGAGE_DELAY("bd4-baggage-delay", '\ue9c1'), BALANCE("bd4-balance", '\ue9c2'), BALANCE_ONE("bd4-balance-one", '\ue9c3'), BALANCE_TWO("bd4-balance-two", '\ue9c4'), BANANA("bd4-banana", '\ue9c5'), BANK("bd4-bank", '\ue9c6'), BANK_CARD("bd4-bank-card", '\ue9c7'), BANK_CARD_ONE("bd4-bank-card-one", '\ue9c8'), BANK_CARD_TWO("bd4-bank-card-two", '\ue9c9'), BANK_TRANSFER("bd4-bank-transfer", '\ue9ca'), BAOKEMENG("bd4-baokemeng", '\ue9cb'), BARBECUE("bd4-barbecue", '\ue9cc'), BARBER_BRUSH("bd4-barber-brush", '\ue9cd'), BARBER_CLIPPERS("bd4-barber-clippers", '\ue9ce'), BAR_CODE("bd4-bar-code", '\ue9cf'), BASEBALL("bd4-baseball", '\ue9d0'), BASEBALL_BAT("bd4-baseball-bat", '\ue9d1'), BASEBALL_CAP("bd4-baseball-cap", '\ue9d2'), BASKETBALL("bd4-basketball", '\ue9d3'), BASKETBALL_CLOTHES("bd4-basketball-clothes", '\ue9d4'), BASKETBALL_ONE("bd4-basketball-one", '\ue9d5'), BASKETBALL_STAND("bd4-basketball-stand", '\ue9d6'), BAT("bd4-bat", '\ue9d7'), BATTERY_CHARGE("bd4-battery-charge", '\ue9d8'), BATTERY_EMPTY("bd4-battery-empty", '\ue9d9'), BATTERY_FAILURE("bd4-battery-failure", '\ue9da'), BATTERY_FULL("bd4-battery-full", '\ue9db'), BATTERY_STORAGE("bd4-battery-storage", '\ue9dc'), BATTERY_TIPS("bd4-battery-tips", '\ue9dd'), BATTERY_WORKING("bd4-battery-working", '\ue9de'), BATTERY_WORKING_ONE("bd4-battery-working-one", '\ue9df'), BEACH_UMBRELLA("bd4-beach-umbrella", '\ue9e0'), BEAR("bd4-bear", '\ue9e1'), BEAUTY("bd4-beauty", '\ue9e2'), BEAUTY_INSTRUMENT("bd4-beauty-instrument", '\ue9e3'), BEDSIDE("bd4-bedside", '\ue9e4'), BEDSIDE_TWO("bd4-bedside-two", '\ue9e5'), BEE("bd4-bee", '\ue9e6'), BEER("bd4-beer", '\ue9e7'), BEER_MUG("bd4-beer-mug", '\ue9e8'), BEHANCE("bd4-behance", '\ue9e9'), BELL_RING("bd4-bell-ring", '\ue9ea'), BELT("bd4-belt", '\ue9eb'), BENZ("bd4-benz", '\ue9ec'), BEZIER_CURVE("bd4-bezier-curve", '\ue9ed'), BIB("bd4-bib", '\ue9ee'), BIG_CLOCK("bd4-big-clock", '\ue9ef'), BIG_X("bd4-big-x", '\ue9f0'), BIKE("bd4-bike", '\ue9f1'), BILL("bd4-bill", '\ue9f2'), BIRD("bd4-bird", '\ue9f3'), BIRTHDAY_CAKE("bd4-birthday-cake", '\ue9f4'), BITCOIN("bd4-bitcoin", '\ue9f5'), BLACKBOARD("bd4-blackboard", '\ue9f6'), BLACK_EIGHT("bd4-black-eight", '\ue9f7'), BLADE("bd4-blade", '\ue9f8'), BLESS("bd4-bless", '\ue9f9'), BLOCK("bd4-block", '\ue9fa'), BLOCKCHAIN("bd4-blockchain", '\ue9fb'), BLOCK_EIGHT("bd4-block-eight", '\ue9fc'), BLOCK_FIVE("bd4-block-five", '\ue9fd'), BLOCK_FOUR("bd4-block-four", '\ue9fe'), BLOCK_NINE("bd4-block-nine", '\ue9ff'), BLOCK_ONE("bd4-block-one", '\uea00'), BLOCKS_AND_ARROWS("bd4-blocks-and-arrows", '\uea01'), BLOCK_SEVEN("bd4-block-seven", '\uea02'), BLOCK_SIX("bd4-block-six", '\uea03'), BLOCK_TEN("bd4-block-ten", '\uea04'), BLOCK_THREE("bd4-block-three", '\uea05'), BLOCK_TWO("bd4-block-two", '\uea06'), BLOOM("bd4-bloom", '\uea07'), BLOSSOM("bd4-blossom", '\uea08'), BLUETOOTH("bd4-bluetooth", '\uea09'), BOILER("bd4-boiler", '\uea0a'), BOLT_ONE("bd4-bolt-one", '\uea0b'), BONE("bd4-bone", '\uea0c'), BOOK("bd4-book", '\uea0d'), BOOKMARK("bd4-bookmark", '\uea0e'), BOOKMARK_ONE("bd4-bookmark-one", '\uea0f'), BOOKMARK_THREE("bd4-bookmark-three", '\uea10'), BOOK_ONE("bd4-book-one", '\uea11'), BOOK_OPEN("bd4-book-open", '\uea12'), BOOKSHELF("bd4-bookshelf", '\uea13'), BOOSTER_CAR_SEAT("bd4-booster-car-seat", '\uea14'), BOOTH("bd4-booth", '\uea15'), BOOTS("bd4-boots", '\uea16'), BOTTLE("bd4-bottle", '\uea17'), BOTTLE_ONE("bd4-bottle-one", '\uea18'), BOTTLE_THREE("bd4-bottle-three", '\uea19'), BOTTLE_TWO("bd4-bottle-two", '\uea1a'), BOTTOM_BAR("bd4-bottom-bar", '\uea1b'), BOTTOM_BAR_ONE("bd4-bottom-bar-one", '\uea1c'), BOW("bd4-bow", '\uea1d'), BOWL("bd4-bowl", '\uea1e'), BOWLING("bd4-bowling", '\uea1f'), BOWL_ONE("bd4-bowl-one", '\uea20'), BOX("bd4-box", '\uea21'), BOXING("bd4-boxing", '\uea22'), BOXING_ONE("bd4-boxing-one", '\uea23'), BOY("bd4-boy", '\uea24'), BOY_ONE("bd4-boy-one", '\uea25'), BOY_STROLLER("bd4-boy-stroller", '\uea26'), BOY_TWO("bd4-boy-two", '\uea27'), BRAIN("bd4-brain", '\uea28'), BRAKE_PADS("bd4-brake-pads", '\uea29'), BRANCH("bd4-branch", '\uea2a'), BRANCH_ONE("bd4-branch-one", '\uea2b'), BRANCH_TWO("bd4-branch-two", '\uea2c'), BRDIGE_THREE("bd4-brdige-three", '\uea2d'), BREAD("bd4-bread", '\uea2e'), BREAD_MACHINE("bd4-bread-machine", '\uea2f'), BREAD_ONE("bd4-bread-one", '\uea30'), BREAST_PUMP("bd4-breast-pump", '\uea31'), BRIDGE_ONE("bd4-bridge-one", '\uea32'), BRIDGE_TWO("bd4-bridge-two", '\uea33'), BRIEFCASE("bd4-briefcase", '\uea34'), BRIGHTNESS("bd4-brightness", '\uea35'), BRING_FORWARD("bd4-bring-forward", '\uea36'), BRING_TO_FRONT("bd4-bring-to-front", '\uea37'), BRING_TO_FRONT_ONE("bd4-bring-to-front-one", '\uea38'), BROADCAST("bd4-broadcast", '\uea39'), BROADCAST_ONE("bd4-broadcast-one", '\uea3a'), BROADCAST_RADIO("bd4-broadcast-radio", '\uea3b'), BROWSER("bd4-browser", '\uea3c'), BROWSER_CHROME("bd4-browser-chrome", '\uea3d'), BROWSER_SAFARI("bd4-browser-safari", '\uea3e'), BUBBLE_CHART("bd4-bubble-chart", '\uea3f'), BUG("bd4-bug", '\uea40'), BUILDING_FOUR("bd4-building-four", '\uea41'), BUILDING_ONE("bd4-building-one", '\uea42'), BUILDING_THREE("bd4-building-three", '\uea43'), BUILDING_TWO("bd4-building-two", '\uea44'), BULLET_MAP("bd4-bullet-map", '\uea45'), BUS("bd4-bus", '\uea46'), BUS_ONE("bd4-bus-one", '\uea47'), BUS_TWO("bd4-bus-two", '\uea48'), BUTTERFLY("bd4-butterfly", '\uea49'), BUY("bd4-buy", '\uea4a'), BYDESIGN("bd4-bydesign", '\uea4b'), BYE("bd4-bye", '\uea4c'), BYTEDANCE("bd4-bytedance", '\uea4d'), BYTEDANCE_APPLETS("bd4-bytedance-applets", '\uea4e'), BYTEDANCE_MINI_APP("bd4-bytedance-mini-app", '\uea4f'), CABLE_CAR("bd4-cable-car", '\uea50'), CACTUS("bd4-cactus", '\uea51'), CAKE("bd4-cake", '\uea52'), CAKE_FIVE("bd4-cake-five", '\uea53'), CAKE_FOUR("bd4-cake-four", '\uea54'), CAKE_ONE("bd4-cake-one", '\uea55'), CAKE_THREE("bd4-cake-three", '\uea56'), CAKE_TWO("bd4-cake-two", '\uea57'), CALCULATOR("bd4-calculator", '\uea58'), CALCULATOR_ONE("bd4-calculator-one", '\uea59'), CALENDAR("bd4-calendar", '\uea5a'), CALENDAR_DOT("bd4-calendar-dot", '\uea5b'), CALENDAR_THIRTY("bd4-calendar-thirty", '\uea5c'), CALENDAR_THIRTY_TWO("bd4-calendar-thirty-two", '\uea5d'), CALENDAR_THREE("bd4-calendar-three", '\uea5e'), CAMERA("bd4-camera", '\uea5f'), CAMERA_FIVE("bd4-camera-five", '\uea60'), CAMERA_FOUR("bd4-camera-four", '\uea61'), CAMERA_ONE("bd4-camera-one", '\uea62'), CAMERA_THREE("bd4-camera-three", '\uea63'), CAMERA_TWO("bd4-camera-two", '\uea64'), CAMP("bd4-camp", '\uea65'), CANCER("bd4-cancer", '\uea66'), CANDY("bd4-candy", '\uea67'), CANNED_FRUIT("bd4-canned-fruit", '\uea68'), CAPRICORNUS("bd4-capricornus", '\uea69'), CAR("bd4-car", '\uea6a'), CAR_BATTERY("bd4-car-battery", '\uea6b'), CARDIOELECTRIC("bd4-cardioelectric", '\uea6c'), CARD_TWO("bd4-card-two", '\uea6d'), CAROUSEL("bd4-carousel", '\uea6e'), CAROUSEL_VIDEO("bd4-carousel-video", '\uea6f'), CARROT("bd4-carrot", '\uea70'), CASTLE("bd4-castle", '\uea71'), CAST_SCREEN("bd4-cast-screen", '\uea72'), CAT("bd4-cat", '\uea73'), CATEGORY_MANAGEMENT("bd4-category-management", '\uea74'), CATTLE("bd4-cattle", '\uea75'), CATTLE_ZODIAC("bd4-cattle-zodiac", '\uea76'), CAUTION("bd4-caution", '\uea77'), CC("bd4-cc", '\uea78'), CD("bd4-cd", '\uea79'), CELL("bd4-cell", '\uea7a'), CE_MARKING("bd4-ce-marking", '\uea7b'), CENTER_ALIGNMENT("bd4-center-alignment", '\uea7c'), CERTIFICATE("bd4-certificate", '\uea7d'), CHAFING_DISH("bd4-chafing-dish", '\uea7e'), CHAFING_DISH_ONE("bd4-chafing-dish-one", '\uea7f'), CHAIR("bd4-chair", '\uea80'), CHAIR_ONE("bd4-chair-one", '\uea81'), CHANGE("bd4-change", '\uea82'), CHANGE_DATE_SORT("bd4-change-date-sort", '\uea83'), CHARGING_TREASURE("bd4-charging-treasure", '\uea84'), CHART_GRAPH("bd4-chart-graph", '\uea85'), CHART_HISTOGRAM("bd4-chart-histogram", '\uea86'), CHART_HISTOGRAM_ONE("bd4-chart-histogram-one", '\uea87'), CHART_HISTOGRAM_TWO("bd4-chart-histogram-two", '\uea88'), CHART_LINE("bd4-chart-line", '\uea89'), CHART_LINE_AREA("bd4-chart-line-area", '\uea8a'), CHART_PIE("bd4-chart-pie", '\uea8b'), CHART_PIE_ONE("bd4-chart-pie-one", '\uea8c'), CHART_PROPORTION("bd4-chart-proportion", '\uea8d'), CHART_RING("bd4-chart-ring", '\uea8e'), CHART_SCATTER("bd4-chart-scatter", '\uea8f'), CHART_STOCK("bd4-chart-stock", '\uea90'), CHECK("bd4-check", '\uea91'), CHECKBOX("bd4-checkbox", '\uea92'), CHECK_CORRECT("bd4-check-correct", '\uea93'), CHECKERBOARD("bd4-checkerboard", '\uea94'), CHECK_IN("bd4-check-in", '\uea95'), CHECKLIST("bd4-checklist", '\uea96'), CHECK_ONE("bd4-check-one", '\uea97'), CHECK_SMALL("bd4-check-small", '\uea98'), CHEESE("bd4-cheese", '\uea99'), CHEF_HAT("bd4-chef-hat", '\uea9a'), CHEF_HAT_ONE("bd4-chef-hat-one", '\uea9b'), CHERRY("bd4-cherry", '\uea9c'), CHESS("bd4-chess", '\uea9d'), CHESS_ONE("bd4-chess-one", '\uea9e'), CHEST("bd4-chest", '\uea9f'), CHICKEN("bd4-chicken", '\ueaa0'), CHICKEN_LEG("bd4-chicken-leg", '\ueaa1'), CHICKEN_ZODIAC("bd4-chicken-zodiac", '\ueaa2'), CHILDREN_CAP("bd4-children-cap", '\ueaa3'), CHILDREN_PYRAMID("bd4-children-pyramid", '\ueaa4'), CHILD_WITH_PACIFIER("bd4-child-with-pacifier", '\ueaa5'), CHILI("bd4-chili", '\ueaa6'), CHIMNEY("bd4-chimney", '\ueaa7'), CHINESE("bd4-chinese", '\ueaa8'), CHINESE_ONE("bd4-chinese-one", '\ueaa9'), CHINESE_PAVILION("bd4-chinese-pavilion", '\ueaaa'), CHIP("bd4-chip", '\ueaab'), CHOPPING_BOARD("bd4-chopping-board", '\ueaac'), CHOPSTICKS_FORK("bd4-chopsticks-fork", '\ueaad'), CHRISTMAS_TREE("bd4-christmas-tree", '\ueaae'), CHRISTMAS_TREE_ONE("bd4-christmas-tree-one", '\ueaaf'), CHURCH_ONE("bd4-church-one", '\ueab0'), CHURCH_TWO("bd4-church-two", '\ueab1'), CIRCLE_DOUBLE_DOWN("bd4-circle-double-down", '\ueab2'), CIRCLE_DOUBLE_LEFT("bd4-circle-double-left", '\ueab3'), CIRCLE_DOUBLE_RIGHT("bd4-circle-double-right", '\ueab4'), CIRCLE_DOUBLE_UP("bd4-circle-double-up", '\ueab5'), CIRCLE_FIVE_LINE("bd4-circle-five-line", '\ueab6'), CIRCLE_FOUR("bd4-circle-four", '\ueab7'), CIRCLE_FOUR_LINE("bd4-circle-four-line", '\ueab8'), CIRCLE_HOUSE("bd4-circle-house", '\ueab9'), CIRCLE_LEFT_DOWN("bd4-circle-left-down", '\ueaba'), CIRCLE_LEFT_UP("bd4-circle-left-up", '\ueabb'), CIRCLE_RIGHT_DOWN("bd4-circle-right-down", '\ueabc'), CIRCLE_RIGHT_UP("bd4-circle-right-up", '\ueabd'), CIRCLES_AND_TRIANGLES("bd4-circles-and-triangles", '\ueabe'), CIRCLES_SEVEN("bd4-circles-seven", '\ueabf'), CIRCLE_THREE("bd4-circle-three", '\ueac0'), CIRCLE_TWO_LINE("bd4-circle-two-line", '\ueac1'), CIRCULAR_CONNECTION("bd4-circular-connection", '\ueac2'), CIRCUS("bd4-circus", '\ueac3'), CITY("bd4-city", '\ueac4'), CITY_GATE("bd4-city-gate", '\ueac5'), CITY_ONE("bd4-city-one", '\ueac6'), CLAP("bd4-clap", '\ueac7'), CLASSROOM("bd4-classroom", '\ueac8'), CLEAR("bd4-clear", '\ueac9'), CLEAR_FORMAT("bd4-clear-format", '\ueaca'), CLICK("bd4-click", '\ueacb'), CLICK_TAP("bd4-click-tap", '\ueacc'), CLICK_TAP_TWO("bd4-click-tap-two", '\ueacd'), CLICK_TO_FOLD("bd4-click-to-fold", '\ueace'), CLIPBOARD("bd4-clipboard", '\ueacf'), CLOCK_TOWER("bd4-clock-tower", '\uead0'), CLOSE("bd4-close", '\uead1'), CLOSE_ONE("bd4-close-one", '\uead2'), CLOSE_REMIND("bd4-close-remind", '\uead3'), CLOSE_SMALL("bd4-close-small", '\uead4'), CLOSE_WIFI("bd4-close-wifi", '\uead5'), CLOTHES_BRIEFS("bd4-clothes-briefs", '\uead6'), CLOTHES_CARDIGAN("bd4-clothes-cardigan", '\uead7'), CLOTHES_CREW_NECK("bd4-clothes-crew-neck", '\uead8'), CLOTHES_DIAPERS("bd4-clothes-diapers", '\uead9'), CLOTHES_GLOVES("bd4-clothes-gloves", '\ueada'), CLOTHES_GLOVES_TWO("bd4-clothes-gloves-two", '\ueadb'), CLOTHES_HOODIE("bd4-clothes-hoodie", '\ueadc'), CLOTHES_PANTS("bd4-clothes-pants", '\ueadd'), CLOTHES_PANTS_SHORT("bd4-clothes-pants-short", '\ueade'), CLOTHES_PANTS_SWEAT("bd4-clothes-pants-sweat", '\ueadf'), CLOTHES_SHORT_SLEEVE("bd4-clothes-short-sleeve", '\ueae0'), CLOTHES_SKATES("bd4-clothes-skates", '\ueae1'), CLOTHES_SUIT("bd4-clothes-suit", '\ueae2'), CLOTHES_SWEATER("bd4-clothes-sweater", '\ueae3'), CLOTHES_TURTLENECK("bd4-clothes-turtleneck", '\ueae4'), CLOTHES_WINDBREAKER("bd4-clothes-windbreaker", '\ueae5'), CLOUD_STORAGE("bd4-cloud-storage", '\ueae6'), CLOUDY("bd4-cloudy", '\ueae7'), CLOUDY_NIGHT("bd4-cloudy-night", '\ueae8'), CLUE("bd4-clue", '\ueae9'), COAT_HANGER("bd4-coat-hanger", '\ueaea'), COCKTAIL("bd4-cocktail", '\ueaeb'), COCONUT_TREE("bd4-coconut-tree", '\ueaec'), CODE("bd4-code", '\ueaed'), CODE_BRACKETS("bd4-code-brackets", '\ueaee'), CODE_COMPUTER("bd4-code-computer", '\ueaef'), CODE_DOWNLOAD("bd4-code-download", '\ueaf0'), CODE_LAPTOP("bd4-code-laptop", '\ueaf1'), CODE_ONE("bd4-code-one", '\ueaf2'), COFFEE_MACHINE("bd4-coffee-machine", '\ueaf3'), COLA("bd4-cola", '\ueaf4'), COLLAPSE_TEXT_INPUT("bd4-collapse-text-input", '\ueaf5'), COLLECT_COMPUTER("bd4-collect-computer", '\ueaf6'), COLLECTION_FILES("bd4-collection-files", '\ueaf7'), COLLECTION_RECORDS("bd4-collection-records", '\ueaf8'), COLLECT_LAPTOP("bd4-collect-laptop", '\ueaf9'), COLLECT_PICTURE("bd4-collect-picture", '\ueafa'), COLOR_CARD("bd4-color-card", '\ueafb'), COLOR_FILTER("bd4-color-filter", '\ueafc'), COLUMN("bd4-column", '\ueafd'), COMB("bd4-comb", '\ueafe'), COME("bd4-come", '\ueaff'), COMMAND("bd4-command", '\ueb00'), COMMENT("bd4-comment", '\ueb01'), COMMENT_ONE("bd4-comment-one", '\ueb02'), COMMENTS("bd4-comments", '\ueb03'), COMMODITY("bd4-commodity", '\ueb04'), COMMUNICATION("bd4-communication", '\ueb05'), COMMUTER_BAG("bd4-commuter-bag", '\ueb06'), COMPASS("bd4-compass", '\ueb07'), COMPASS_ONE("bd4-compass-one", '\ueb08'), COMPONENTS("bd4-components", '\ueb09'), COMPOSITION("bd4-composition", '\ueb0a'), COMPRESSION("bd4-compression", '\ueb0b'), COMPUTER("bd4-computer", '\ueb0c'), COMPUTER_ONE("bd4-computer-one", '\ueb0d'), CONCEPT_SHARING("bd4-concept-sharing", '\ueb0e'), CONCERN("bd4-concern", '\ueb0f'), CONDITIONER("bd4-conditioner", '\ueb10'), CONE("bd4-cone", '\ueb11'), CONES("bd4-cones", '\ueb12'), CONFIG("bd4-config", '\ueb13'), CONFOUNDED_FACE("bd4-confounded-face", '\ueb14'), CONFUSED_FACE("bd4-confused-face", '\ueb15'), CONNECT("bd4-connect", '\ueb16'), CONNECT_ADDRESS_ONE("bd4-connect-address-one", '\ueb17'), CONNECT_ADDRESS_TWO("bd4-connect-address-two", '\ueb18'), CONNECTION("bd4-connection", '\ueb19'), CONNECTION_ARROW("bd4-connection-arrow", '\ueb1a'), CONNECTION_BOX("bd4-connection-box", '\ueb1b'), CONNECTION_POINT("bd4-connection-point", '\ueb1c'), CONNECTION_POINT_TWO("bd4-connection-point-two", '\ueb1d'), CONSIGNMENT("bd4-consignment", '\ueb1e'), CONSUME("bd4-consume", '\ueb1f'), CONTRAST("bd4-contrast", '\ueb20'), CONTRAST_VIEW("bd4-contrast-view", '\ueb21'), CONTRAST_VIEW_CIRCLE("bd4-contrast-view-circle", '\ueb22'), CONTROL("bd4-control", '\ueb23'), CONVERGING_GATEWAY("bd4-converging-gateway", '\ueb24'), COOK("bd4-cook", '\ueb25'), COOKING("bd4-cooking", '\ueb26'), COOKING_POT("bd4-cooking-pot", '\ueb27'), COOL("bd4-cool", '\ueb28'), COOPERATIVE_HANDSHAKE("bd4-cooperative-handshake", '\ueb29'), COORDINATE_SYSTEM("bd4-coordinate-system", '\ueb2a'), COPY("bd4-copy", '\ueb2b'), COPY_LINK("bd4-copy-link", '\ueb2c'), COPY_ONE("bd4-copy-one", '\ueb2d'), COPYRIGHT("bd4-copyright", '\ueb2e'), CORNER_DOWN_LEFT("bd4-corner-down-left", '\ueb2f'), CORNER_DOWN_RIGHT("bd4-corner-down-right", '\ueb30'), CORNER_LEFT_DOWN("bd4-corner-left-down", '\ueb31'), CORNER_LEFT_UP("bd4-corner-left-up", '\ueb32'), CORNER_RIGHT_DOWN("bd4-corner-right-down", '\ueb33'), CORNER_RIGHT_UP("bd4-corner-right-up", '\ueb34'), CORNER_UP_LEFT("bd4-corner-up-left", '\ueb35'), CORNER_UP_RIGHT("bd4-corner-up-right", '\ueb36'), CORONAVIRUS("bd4-coronavirus", '\ueb37'), CORRECT("bd4-correct", '\ueb38'), COSMETIC_BRUSH("bd4-cosmetic-brush", '\ueb39'), COUPON("bd4-coupon", '\ueb3a'), COURT("bd4-court", '\ueb3b'), CPU("bd4-cpu", '\ueb3c'), CRAB("bd4-crab", '\ueb3d'), CREATION_DATE_SORT("bd4-creation-date-sort", '\ueb3e'), CREATIVE("bd4-creative", '\ueb3f'), CREDIT("bd4-credit", '\ueb40'), CRIB("bd4-crib", '\ueb41'), CROISSANT("bd4-croissant", '\ueb42'), CROSS_RING("bd4-cross-ring", '\ueb43'), CROSS_RING_TWO("bd4-cross-ring-two", '\ueb44'), CROSS_SOCIETY("bd4-cross-society", '\ueb45'), CROWN("bd4-crown", '\ueb46'), CROWN_THREE("bd4-crown-three", '\ueb47'), CROWN_TWO("bd4-crown-two", '\ueb48'), CRUISE("bd4-cruise", '\ueb49'), CRYING_BABY("bd4-crying-baby", '\ueb4a'), CUBE("bd4-cube", '\ueb4b'), CUBE_FIVE("bd4-cube-five", '\ueb4c'), CUBE_FOUR("bd4-cube-four", '\ueb4d'), CUBE_THREE("bd4-cube-three", '\ueb4e'), CUBE_TWO("bd4-cube-two", '\ueb4f'), CUP("bd4-cup", '\ueb50'), CUP_FOUR("bd4-cup-four", '\ueb51'), CUP_ONE("bd4-cup-one", '\ueb52'), CURLING("bd4-curling", '\ueb53'), CURRENCY("bd4-currency", '\ueb54'), CURVE_ADJUSTMENT("bd4-curve-adjustment", '\ueb55'), CUSTOMER("bd4-customer", '\ueb56'), CUTTING("bd4-cutting", '\ueb57'), CUTTING_ONE("bd4-cutting-one", '\ueb58'), CUVETTE("bd4-cuvette", '\ueb59'), CYCLE("bd4-cycle", '\ueb5a'), CYCLE_ARROW("bd4-cycle-arrow", '\ueb5b'), CYCLE_MOVEMENT("bd4-cycle-movement", '\ueb5c'), CYCLE_ONE("bd4-cycle-one", '\ueb5d'), CYLINDER("bd4-cylinder", '\ueb5e'), DAMAGE_MAP("bd4-damage-map", '\ueb5f'), DARK_MODE("bd4-dark-mode", '\ueb60'), DASHBOARD("bd4-dashboard", '\ueb61'), DASHBOARD_CAR("bd4-dashboard-car", '\ueb62'), DASHBOARD_ONE("bd4-dashboard-one", '\ueb63'), DASHBOARD_TWO("bd4-dashboard-two", '\ueb64'), DATA("bd4-data", '\ueb65'), DATA_ALL("bd4-data-all", '\ueb66'), DATA_ARRIVAL("bd4-data-arrival", '\ueb67'), DATABASE_ALERT("bd4-database-alert", '\ueb68'), DATABASE_CODE("bd4-database-code", '\ueb69'), DATABASE_CONFIG("bd4-database-config", '\ueb6a'), DATABASE_DOWNLOAD("bd4-database-download", '\ueb6b'), DATABASE_ENTER("bd4-database-enter", '\ueb6c'), DATABASE_FAIL("bd4-database-fail", '\ueb6d'), DATABASE_FIRST("bd4-database-first", '\ueb6e'), DATABASE_FORBID("bd4-database-forbid", '\ueb6f'), DATABASE_LOCK("bd4-database-lock", '\ueb70'), DATABASE_NETWORK("bd4-database-network", '\ueb71'), DATABASE_NETWORK_POINT("bd4-database-network-point", '\ueb72'), DATABASE_POINT("bd4-database-point", '\ueb73'), DATABASE_POSITION("bd4-database-position", '\ueb74'), DATABASE_POWER("bd4-database-power", '\ueb75'), DATABASE_PROPORTION("bd4-database-proportion", '\ueb76'), DATABASE_SEARCH("bd4-database-search", '\ueb77'), DATABASE_SETTING("bd4-database-setting", '\ueb78'), DATABASE_SUCCESS("bd4-database-success", '\ueb79'), DATABASE_SYNC("bd4-database-sync", '\ueb7a'), DATABASE_TIME("bd4-database-time", '\ueb7b'), DATA_DISPLAY("bd4-data-display", '\ueb7c'), DATA_FILE("bd4-data-file", '\ueb7d'), DATA_FOUR("bd4-data-four", '\ueb7e'), DATA_LOCK("bd4-data-lock", '\ueb7f'), DATA_NULL("bd4-data-null", '\ueb80'), DATA_ONE("bd4-data-one", '\ueb81'), DATA_SCREEN("bd4-data-screen", '\ueb82'), DATA_SERVER("bd4-data-server", '\ueb83'), DATA_SHEET("bd4-data-sheet", '\ueb84'), DATA_SWITCHING("bd4-data-switching", '\ueb85'), DATA_THREE("bd4-data-three", '\ueb86'), DATA_TWO("bd4-data-two", '\ueb87'), DATA_USER("bd4-data-user", '\ueb88'), DATE_COMES_BACK("bd4-date-comes-back", '\ueb89'), DEADLINE_SORT("bd4-deadline-sort", '\ueb8a'), DEATH_STAR("bd4-death-star", '\ueb8b'), DEEPLINK("bd4-deeplink", '\ueb8c'), DEER("bd4-deer", '\ueb8d'), DEGREE_HAT("bd4-degree-hat", '\ueb8e'), DELETE("bd4-delete", '\ueb8f'), DELETE_FIVE("bd4-delete-five", '\ueb90'), DELETE_FOUR("bd4-delete-four", '\ueb91'), DELETE_KEY("bd4-delete-key", '\ueb92'), DELETE_MODE("bd4-delete-mode", '\ueb93'), DELETE_ONE("bd4-delete-one", '\ueb94'), DELETE_THEMES("bd4-delete-themes", '\ueb95'), DELETE_THREE("bd4-delete-three", '\ueb96'), DELETE_TWO("bd4-delete-two", '\ueb97'), DELIVERY("bd4-delivery", '\ueb98'), DEPOSIT("bd4-deposit", '\ueb99'), DESCEND("bd4-descend", '\ueb9a'), DESK_LAMP("bd4-desk-lamp", '\ueb9b'), DESK_LAMP_ONE("bd4-desk-lamp-one", '\ueb9c'), DETECTION("bd4-detection", '\ueb9d'), DEVICES("bd4-devices", '\ueb9e'), DIAMOND("bd4-diamond", '\ueb9f'), DIAMOND_NECKLACE("bd4-diamond-necklace", '\ueba0'), DIAMOND_ONE("bd4-diamond-one", '\ueba1'), DIAMOND_RING("bd4-diamond-ring", '\ueba2'), DIAMONDS("bd4-diamonds", '\ueba3'), DIAMOND_THREE("bd4-diamond-three", '\ueba4'), DIAMOND_TWO("bd4-diamond-two", '\ueba5'), DIANZIQIAN("bd4-dianziqian", '\ueba6'), DIAPERS_ONE("bd4-diapers-one", '\ueba7'), DIFFERENCE_SET("bd4-difference-set", '\ueba8'), DIGITAL_WATCHES("bd4-digital-watches", '\ueba9'), DIRECTION("bd4-direction", '\uebaa'), DIRECTION_ADJUSTMENT("bd4-direction-adjustment", '\uebab'), DIRECTION_ADJUSTMENT_THREE("bd4-direction-adjustment-three", '\uebac'), DIRECTION_ADJUSTMENT_TWO("bd4-direction-adjustment-two", '\uebad'), DISABALED_WEB("bd4-disabaled-web", '\uebae'), DISABLED_COMPUTER("bd4-disabled-computer", '\uebaf'), DISABLED_LAPTOP("bd4-disabled-laptop", '\uebb0'), DISABLED_PICTURE("bd4-disabled-picture", '\uebb1'), DISAPPOINTED_FACE("bd4-disappointed-face", '\uebb2'), DISCOVERY_INDEX("bd4-discovery-index", '\uebb3'), DISK("bd4-disk", '\uebb4'), DISK_ONE("bd4-disk-one", '\uebb5'), DISK_TWO("bd4-disk-two", '\uebb6'), DISLIKE("bd4-dislike", '\uebb7'), DISLIKE_TWO("bd4-dislike-two", '\uebb8'), DISPLAY("bd4-display", '\uebb9'), DISTORTION("bd4-distortion", '\uebba'), DISTRAUGHT_FACE("bd4-distraught-face", '\uebbb'), DISTRIBUTE_HORIZONTALLY("bd4-distribute-horizontally", '\uebbc'), DISTRIBUTE_HORIZONTAL_SPACING("bd4-distribute-horizontal-spacing", '\uebbd'), DISTRIBUTE_VERTICALLY("bd4-distribute-vertically", '\uebbe'), DISTRIBUTE_VERTICAL_SPACING("bd4-distribute-vertical-spacing", '\uebbf'), DIVIDING_LINE("bd4-dividing-line", '\uebc0'), DIVIDING_LINE_ONE("bd4-dividing-line-one", '\uebc1'), DIVING("bd4-diving", '\uebc2'), DIVING_BOTTLE("bd4-diving-bottle", '\uebc3'), DIVING_SUIT("bd4-diving-suit", '\uebc4'), DIVISION("bd4-division", '\uebc5'), DIZZY_FACE("bd4-dizzy-face", '\uebc6'), DOC_ADD("bd4-doc-add", '\uebc7'), DOC_DETAIL("bd4-doc-detail", '\uebc8'), DOC_FAIL("bd4-doc-fail", '\uebc9'), DOC_SEARCH("bd4-doc-search", '\uebca'), DOC_SEARCH_TWO("bd4-doc-search-two", '\uebcb'), DOC_SUCCESS("bd4-doc-success", '\uebcc'), DOCUMENT_FOLDER("bd4-document-folder", '\uebcd'), DOG("bd4-dog", '\uebce'), DOG_ZODIAC("bd4-dog-zodiac", '\uebcf'), DOLLAR("bd4-dollar", '\uebd0'), DOLPHIN("bd4-dolphin", '\uebd1'), DOME("bd4-dome", '\uebd2'), DOME_LIGHT("bd4-dome-light", '\uebd3'), DONE_ALL("bd4-done-all", '\uebd4'), DONGCHEDI("bd4-dongchedi", '\uebd5'), DOOR_HANDLE("bd4-door-handle", '\uebd6'), DOT("bd4-dot", '\uebd7'), DOUBLE_BED("bd4-double-bed", '\uebd8'), DOUBLE_DOWN("bd4-double-down", '\uebd9'), DOUBLE_LEFT("bd4-double-left", '\uebda'), DOUBLE_RIGHT("bd4-double-right", '\uebdb'), DOUBLE_UP("bd4-double-up", '\uebdc'), DOUGHNUT("bd4-doughnut", '\uebdd'), DOWN("bd4-down", '\uebde'), DOWN_C("bd4-down-c", '\uebdf'), DOWNLOAD("bd4-download", '\uebe0'), DOWNLOAD_COMPUTER("bd4-download-computer", '\uebe1'), DOWNLOAD_FOUR("bd4-download-four", '\uebe2'), DOWNLOAD_LAPTOP("bd4-download-laptop", '\uebe3'), DOWNLOAD_ONE("bd4-download-one", '\uebe4'), DOWNLOAD_THREE("bd4-download-three", '\uebe5'), DOWNLOAD_TWO("bd4-download-two", '\uebe6'), DOWNLOAD_WEB("bd4-download-web", '\uebe7'), DOWN_ONE("bd4-down-one", '\uebe8'), DOWN_PICTURE("bd4-down-picture", '\uebe9'), DOWN_SMALL("bd4-down-small", '\uebea'), DOWN_SQUARE("bd4-down-square", '\uebeb'), DOWN_TWO("bd4-down-two", '\uebec'), DRAG("bd4-drag", '\uebed'), DRAGON_ZODIAC("bd4-dragon-zodiac", '\uebee'), DRIBBLE("bd4-dribble", '\uebef'), DRINK("bd4-drink", '\uebf0'), DRONE("bd4-drone", '\uebf1'), DRONE_ONE("bd4-drone-one", '\uebf2'), DROPBOX("bd4-dropbox", '\uebf3'), DROP_DOWN_LIST("bd4-drop-down-list", '\uebf4'), DROP_SHADOW_DOWN("bd4-drop-shadow-down", '\uebf5'), DROP_SHADOW_LEFT("bd4-drop-shadow-left", '\uebf6'), DROP_SHADOW_RIGHT("bd4-drop-shadow-right", '\uebf7'), DROP_SHADOW_UP("bd4-drop-shadow-up", '\uebf8'), DRUMSTICK("bd4-drumstick", '\uebf9'), DUBAI("bd4-dubai", '\uebfa'), DUCK("bd4-duck", '\uebfb'), DUMBBELL("bd4-dumbbell", '\uebfc'), DUMBBEL_LINE("bd4-dumbbel-line", '\uebfd'), DVI("bd4-dvi", '\uebfe'), EAGLE("bd4-eagle", '\uebff'), EARTH("bd4-earth", '\uec00'), EASY("bd4-easy", '\uec01'), ECG("bd4-ecg", '\uec02'), EDIT("bd4-edit", '\uec03'), EDITING("bd4-editing", '\uec04'), EDIT_MOVIE("bd4-edit-movie", '\uec05'), EDIT_NAME("bd4-edit-name", '\uec06'), EDIT_ONE("bd4-edit-one", '\uec07'), EDITOR("bd4-editor", '\uec08'), EDIT_TWO("bd4-edit-two", '\uec09'), EEG("bd4-eeg", '\uec0a'), EFFECTS("bd4-effects", '\uec0b'), EFFERENT_FOUR("bd4-efferent-four", '\uec0c'), EFFERENT_THREE("bd4-efferent-three", '\uec0d'), EGG("bd4-egg", '\uec0e'), EGG_ONE("bd4-egg-one", '\uec0f'), EGGPLANT("bd4-eggplant", '\uec10'), EIFFEL_TOWER("bd4-eiffel-tower", '\uec11'), EIGHT_KEY("bd4-eight-key", '\uec12'), ELECTRIC_DRILL("bd4-electric-drill", '\uec13'), ELECTRIC_IRON("bd4-electric-iron", '\uec14'), ELECTRIC_WAVE("bd4-electric-wave", '\uec15'), ELECTROCARDIOGRAM("bd4-electrocardiogram", '\uec16'), ELECTRONIC_DOOR_LOCK("bd4-electronic-door-lock", '\uec17'), ELECTRONIC_LOCKS_CLOSE("bd4-electronic-locks-close", '\uec18'), ELECTRONIC_LOCKS_OPEN("bd4-electronic-locks-open", '\uec19'), ELECTRONIC_PEN("bd4-electronic-pen", '\uec1a'), ELEPHANT("bd4-elephant", '\uec1b'), ELEVATOR("bd4-elevator", '\uec1c'), EMAIL_BLOCK("bd4-email-block", '\uec1d'), EMAIL_DELECT("bd4-email-delect", '\uec1e'), EMAIL_DOWN("bd4-email-down", '\uec1f'), EMAIL_FAIL("bd4-email-fail", '\uec20'), EMAIL_LOCK("bd4-email-lock", '\uec21'), EMAIL_PUSH("bd4-email-push", '\uec22'), EMAIL_SEARCH("bd4-email-search", '\uec23'), EMAIL_SECURITY("bd4-email-security", '\uec24'), EMAIL_SUCCESSFULLY("bd4-email-successfully", '\uec25'), EMOTION_HAPPY("bd4-emotion-happy", '\uec26'), EMOTION_UNHAPPY("bd4-emotion-unhappy", '\uec27'), EMPTY("bd4-empty", '\uec28'), ENDLESS("bd4-endless", '\uec29'), ENDOCRINE("bd4-endocrine", '\uec2a'), ENDPOINT_DISPLACEMENT("bd4-endpoint-displacement", '\uec2b'), ENDPOINT_FLAT("bd4-endpoint-flat", '\uec2c'), ENDPOINT_ROUND("bd4-endpoint-round", '\uec2d'), ENDPOINT_SQUARE("bd4-endpoint-square", '\uec2e'), END_TIME_SORT("bd4-end-time-sort", '\uec2f'), ENERGY_SOCKET("bd4-energy-socket", '\uec30'), ENGINEERING_BRAND("bd4-engineering-brand", '\uec31'), ENGINEERING_VEHICLE("bd4-engineering-vehicle", '\uec32'), ENGLISH("bd4-english", '\uec33'), ENGLISH_MUSTACHE("bd4-english-mustache", '\uec34'), ENQUIRE("bd4-enquire", '\uec35'), ENTER_KEY("bd4-enter-key", '\uec36'), ENTER_KEY_ONE("bd4-enter-key-one", '\uec37'), ENTERTAINMENT("bd4-entertainment", '\uec38'), ENTER_THE_KEYBOARD("bd4-enter-the-keyboard", '\uec39'), ENVELOPE("bd4-envelope", '\uec3a'), ENVELOPE_ONE("bd4-envelope-one", '\uec3b'), EQUALIZER("bd4-equalizer", '\uec3c'), EQUAL_RATIO("bd4-equal-ratio", '\uec3d'), ERASE("bd4-erase", '\uec3e'), ERROR("bd4-error", '\uec3f'), ERROR_COMPUTER("bd4-error-computer", '\uec40'), ERROR_PICTURE("bd4-error-picture", '\uec41'), ERROR_PROMPT("bd4-error-prompt", '\uec42'), ESCALATORS("bd4-escalators", '\uec43'), ETHERNET_OFF("bd4-ethernet-off", '\uec44'), ETHERNET_ON("bd4-ethernet-on", '\uec45'), EVERY_USER("bd4-every-user", '\uec46'), EXCEL("bd4-excel", '\uec47'), EXCEL_ONE("bd4-excel-one", '\uec48'), EXCHANGE("bd4-exchange", '\uec49'), EXCHANGE_FOUR("bd4-exchange-four", '\uec4a'), EXCHANGE_ONE("bd4-exchange-one", '\uec4b'), EXCHANGE_THREE("bd4-exchange-three", '\uec4c'), EXCHANGE_TWO("bd4-exchange-two", '\uec4d'), EXCLUDE_SELECTION("bd4-exclude-selection", '\uec4e'), EXCLUSIVE_GATEWAY("bd4-exclusive-gateway", '\uec4f'), EXPAND_DOWN("bd4-expand-down", '\uec50'), EXPAND_DOWN_ONE("bd4-expand-down-one", '\uec51'), EXPAND_LEFT("bd4-expand-left", '\uec52'), EXPAND_LEFT_AND_RIGHT("bd4-expand-left-and-right", '\uec53'), EXPAND_RIGHT("bd4-expand-right", '\uec54'), EXPAND_TEXT_INPUT("bd4-expand-text-input", '\uec55'), EXPAND_UP("bd4-expand-up", '\uec56'), EXPENSES("bd4-expenses", '\uec57'), EXPENSES_ONE("bd4-expenses-one", '\uec58'), EXPERIMENT("bd4-experiment", '\uec59'), EXPERIMENT_ONE("bd4-experiment-one", '\uec5a'), EXPORT("bd4-export", '\uec5b'), EXPRESS_DELIVERY("bd4-express-delivery", '\uec5c'), EXPRESSIONLESS_FACE("bd4-expressionless-face", '\uec5d'), EXTEND("bd4-extend", '\uec5e'), EXTERNAL_TRANSMISSION("bd4-external-transmission", '\uec5f'), EYEBROW("bd4-eyebrow", '\uec60'), EYES("bd4-eyes", '\uec61'), FACEBOOK("bd4-facebook", '\uec62'), FACEBOOK_ONE("bd4-facebook-one", '\uec63'), FACE_POWDER("bd4-face-powder", '\uec64'), FACE_RECOGNITION("bd4-face-recognition", '\uec65'), FACETIME("bd4-facetime", '\uec66'), FACEU("bd4-faceu", '\uec67'), FACE_WITHOUT_MOUTH("bd4-face-without-mouth", '\uec68'), FACE_WITH_SMILING_OPEN_EYES("bd4-face-with-smiling-open-eyes", '\uec69'), FACIAL_CLEANSER("bd4-facial-cleanser", '\uec6a'), FACIAL_MASK("bd4-facial-mask", '\uec6b'), FACTORY_BUILDING("bd4-factory-building", '\uec6c'), FAIL_PICTURE("bd4-fail-picture", '\uec6d'), FAMILY("bd4-family", '\uec6e'), FAN("bd4-fan", '\uec6f'), FANQIEXIAOSHUO("bd4-fanqiexiaoshuo", '\uec70'), FEELGOOD("bd4-feelgood", '\uec71'), FEELGOOD_ONE("bd4-feelgood-one", '\uec72'), F_EIGHT_KEY("bd4-f-eight-key", '\uec73'), FEIYU("bd4-feiyu", '\uec74'), FEMALE("bd4-female", '\uec75'), FENCE_ONE("bd4-fence-one", '\uec76'), FENCE_TWO("bd4-fence-two", '\uec77'), FERRIS_WHEEL("bd4-ferris-wheel", '\uec78'), F_FIVE_KEY("bd4-f-five-key", '\uec79'), F_FOUR_KEY("bd4-f-four-key", '\uec7a'), FIGMA("bd4-figma", '\uec7b'), FIGMA_COMPONENT("bd4-figma-component", '\uec7c'), FIGMA_FLATTEN_SELECTION("bd4-figma-flatten-selection", '\uec7d'), FIGMA_MASK("bd4-figma-mask", '\uec7e'), FIGMA_RESET_INSTANCE("bd4-figma-reset-instance", '\uec7f'), FILE_ADDITION("bd4-file-addition", '\uec80'), FILE_ADDITION_ONE("bd4-file-addition-one", '\uec81'), FILE_CABINET("bd4-file-cabinet", '\uec82'), FILE_CODE("bd4-file-code", '\uec83'), FILE_CODE_ONE("bd4-file-code-one", '\uec84'), FILE_COLLECTION("bd4-file-collection", '\uec85'), FILE_COLLECTION_ONE("bd4-file-collection-one", '\uec86'), FILE_CONVERSION("bd4-file-conversion", '\uec87'), FILE_CONVERSION_ONE("bd4-file-conversion-one", '\uec88'), FILE_DATE("bd4-file-date", '\uec89'), FILE_DATE_ONE("bd4-file-date-one", '\uec8a'), FILE_DISPLAY("bd4-file-display", '\uec8b'), FILE_DISPLAY_ONE("bd4-file-display-one", '\uec8c'), FILE_DOC("bd4-file-doc", '\uec8d'), FILE_EDITING("bd4-file-editing", '\uec8e'), FILE_EDITING_ONE("bd4-file-editing-one", '\uec8f'), FILE_EXCEL("bd4-file-excel", '\uec90'), FILE_FAILED("bd4-file-failed", '\uec91'), FILE_FAILED_ONE("bd4-file-failed-one", '\uec92'), FILE_FOCUS("bd4-file-focus", '\uec93'), FILE_FOCUS_ONE("bd4-file-focus-one", '\uec94'), FILE_GIF("bd4-file-gif", '\uec95'), FILE_HASH("bd4-file-hash", '\uec96'), FILE_HASH_ONE("bd4-file-hash-one", '\uec97'), FILE_HIDING("bd4-file-hiding", '\uec98'), FILE_HIDING_ONE("bd4-file-hiding-one", '\uec99'), FILE_JPG("bd4-file-jpg", '\uec9a'), FILE_LOCK("bd4-file-lock", '\uec9b'), FILE_LOCK_ONE("bd4-file-lock-one", '\uec9c'), FILE_MUSIC("bd4-file-music", '\uec9d'), FILE_MUSIC_ONE("bd4-file-music-one", '\uec9e'), FILE_PDF("bd4-file-pdf", '\uec9f'), FILE_PDF_ONE("bd4-file-pdf-one", '\ueca0'), FILE_PPT("bd4-file-ppt", '\ueca1'), FILE_PROTECTION("bd4-file-protection", '\ueca2'), FILE_PROTECTION_ONE("bd4-file-protection-one", '\ueca3'), FILE_QUALITY("bd4-file-quality", '\ueca4'), FILE_QUALITY_ONE("bd4-file-quality-one", '\ueca5'), FILE_QUESTION("bd4-file-question", '\ueca6'), FILE_REMOVAL("bd4-file-removal", '\ueca7'), FILE_REMOVAL_ONE("bd4-file-removal-one", '\ueca8'), FILE_SEARCH("bd4-file-search", '\ueca9'), FILE_SEARCH_ONE("bd4-file-search-one", '\uecaa'), FILE_SEARCH_TWO("bd4-file-search-two", '\uecab'), FILE_SETTINGS("bd4-file-settings", '\uecac'), FILE_SETTINGS_ONE("bd4-file-settings-one", '\uecad'), FILE_STAFF("bd4-file-staff", '\uecae'), FILE_STAFF_ONE("bd4-file-staff-one", '\uecaf'), FILE_SUCCESS("bd4-file-success", '\uecb0'), FILE_SUCCESS_ONE("bd4-file-success-one", '\uecb1'), FILE_TEXT("bd4-file-text", '\uecb2'), FILE_TEXT_ONE("bd4-file-text-one", '\uecb3'), FILE_TIPS("bd4-file-tips", '\uecb4'), FILE_TIPS_ONE("bd4-file-tips-one", '\uecb5'), FILE_TXT("bd4-file-txt", '\uecb6'), FILE_TXT_ONE("bd4-file-txt-one", '\uecb7'), FILE_WITHDRAWAL("bd4-file-withdrawal", '\uecb8'), FILE_WITHDRAWAL_ONE("bd4-file-withdrawal-one", '\uecb9'), FILE_WORD("bd4-file-word", '\uecba'), FILE_ZIP("bd4-file-zip", '\uecbb'), FILL("bd4-fill", '\uecbc'), FILM("bd4-film", '\uecbd'), FILTER("bd4-filter", '\uecbe'), FILTER_ONE("bd4-filter-one", '\uecbf'), FINANCE("bd4-finance", '\uecc0'), FINANCING("bd4-financing", '\uecc1'), FINANCING_ONE("bd4-financing-one", '\uecc2'), FINANCING_TWO("bd4-financing-two", '\uecc3'), FIND("bd4-find", '\uecc4'), FIND_ONE("bd4-find-one", '\uecc5'), FINGERNAIL("bd4-fingernail", '\uecc6'), FINGERPRINT("bd4-fingerprint", '\uecc7'), FINGERPRINT_THREE("bd4-fingerprint-three", '\uecc8'), FINGERPRINT_TWO("bd4-fingerprint-two", '\uecc9'), FIRE("bd4-fire", '\uecca'), FIRE_EXTINGUISHER("bd4-fire-extinguisher", '\ueccb'), FIRE_EXTINGUISHER_ONE("bd4-fire-extinguisher-one", '\ueccc'), FIRE_TWO("bd4-fire-two", '\ueccd'), FIREWORKS("bd4-fireworks", '\uecce'), FIRST("bd4-first", '\ueccf'), FIRST_AID_KIT("bd4-first-aid-kit", '\uecd0'), FISH("bd4-fish", '\uecd1'), FISHING("bd4-fishing", '\uecd2'), FISH_ONE("bd4-fish-one", '\uecd3'), FIST("bd4-fist", '\uecd4'), FITNESS("bd4-fitness", '\uecd5'), FIVE("bd4-five", '\uecd6'), FIVE_ELLIPSES("bd4-five-ellipses", '\uecd7'), FIVE_FIVE("bd4-five-five", '\uecd8'), FIVE_KEY("bd4-five-key", '\uecd9'), FIVE_STAR_BADGE("bd4-five-star-badge", '\uecda'), FLAG("bd4-flag", '\uecdb'), FLASHLAMP("bd4-flashlamp", '\uecdc'), FLASHLIGHT("bd4-flashlight", '\uecdd'), FLASH_PAYMENT("bd4-flash-payment", '\uecde'), FLASK("bd4-flask", '\uecdf'), FLIGHT_AIRFLOW("bd4-flight-airflow", '\uece0'), FLIGHT_SAFETY("bd4-flight-safety", '\uece1'), FLIP_CAMERA("bd4-flip-camera", '\uece2'), FLIP_HORIZONTALLY("bd4-flip-horizontally", '\uece3'), FLIP_VERTICALLY("bd4-flip-vertically", '\uece4'), FLIRT("bd4-flirt", '\uece5'), FLOAT("bd4-float", '\uece6'), FLOOR_TILE("bd4-floor-tile", '\uece7'), FM("bd4-fm", '\uece8'), F_NINE_KEY("bd4-f-nine-key", '\uece9'), F_N_KEY("bd4-f-n-key", '\uecea'), FOCUS("bd4-focus", '\ueceb'), FOCUS_ONE("bd4-focus-one", '\uecec'), FOG("bd4-fog", '\ueced'), FOLDER("bd4-folder", '\uecee'), FOLDER_BLOCK("bd4-folder-block", '\uecef'), FOLDER_BLOCK_ONE("bd4-folder-block-one", '\uecf0'), FOLDER_CLOSE("bd4-folder-close", '\uecf1'), FOLDER_CODE("bd4-folder-code", '\uecf2'), FOLDER_CODE_ONE("bd4-folder-code-one", '\uecf3'), FOLDER_CONVERSION("bd4-folder-conversion", '\uecf4'), FOLDER_CONVERSION_ONE("bd4-folder-conversion-one", '\uecf5'), FOLDER_DOWNLOAD("bd4-folder-download", '\uecf6'), FOLDER_FAILED("bd4-folder-failed", '\uecf7'), FOLDER_FAILED_ONE("bd4-folder-failed-one", '\uecf8'), FOLDER_FOCUS("bd4-folder-focus", '\uecf9'), FOLDER_FOCUS_ONE("bd4-folder-focus-one", '\uecfa'), FOLDER_LOCK("bd4-folder-lock", '\uecfb'), FOLDER_LOCK_ONE("bd4-folder-lock-one", '\uecfc'), FOLDER_MINUS("bd4-folder-minus", '\uecfd'), FOLDER_MUSIC("bd4-folder-music", '\uecfe'), FOLDER_MUSIC_ONE("bd4-folder-music-one", '\uecff'), FOLDER_ONE("bd4-folder-one", '\ued00'), FOLDER_OPEN("bd4-folder-open", '\ued01'), FOLDER_PLUS("bd4-folder-plus", '\ued02'), FOLDER_PROTECTION("bd4-folder-protection", '\ued03'), FOLDER_PROTECTION_ONE("bd4-folder-protection-one", '\ued04'), FOLDER_QUALITY("bd4-folder-quality", '\ued05'), FOLDER_QUALITY_ONE("bd4-folder-quality-one", '\ued06'), FOLDER_SEARCH("bd4-folder-search", '\ued07'), FOLDER_SEARCH_ONE("bd4-folder-search-one", '\ued08'), FOLDER_SETTINGS("bd4-folder-settings", '\ued09'), FOLDER_SETTINGS_ONE("bd4-folder-settings-one", '\ued0a'), FOLDER_SUCCESS("bd4-folder-success", '\ued0b'), FOLDER_SUCCESS_ONE("bd4-folder-success-one", '\ued0c'), FOLDER_UPLOAD("bd4-folder-upload", '\ued0d'), FOLDER_WITHDRAWAL("bd4-folder-withdrawal", '\ued0e'), FOLDER_WITHDRAWAL_ONE("bd4-folder-withdrawal-one", '\ued0f'), FOLD_UP_ONE("bd4-fold-up-one", '\ued10'), FOLLOW_UP_DATE_SORT("bd4-follow-up-date-sort", '\ued11'), F_ONE_KEY("bd4-f-one-key", '\ued12'), FONT_SEARCH("bd4-font-search", '\ued13'), FONT_SIZE("bd4-font-size", '\ued14'), FONT_SIZE_TWO("bd4-font-size-two", '\ued15'), FOOT("bd4-foot", '\ued16'), FOOTBALL("bd4-football", '\ued17'), FORBID("bd4-forbid", '\ued18'), FORK("bd4-fork", '\ued19'), FORK_SPOON("bd4-fork-spoon", '\ued1a'), FORM("bd4-form", '\ued1b'), FORMAT("bd4-format", '\ued1c'), FORMAT_BRUSH("bd4-format-brush", '\ued1d'), FORM_ONE("bd4-form-one", '\ued1e'), FORMULA("bd4-formula", '\ued1f'), FOUNDATION_MAKEUP("bd4-foundation-makeup", '\ued20'), FOUR("bd4-four", '\ued21'), FOUR_ARROWS("bd4-four-arrows", '\ued22'), FOUR_FOUR("bd4-four-four", '\ued23'), FOUR_KEY("bd4-four-key", '\ued24'), FOUR_LEAVES("bd4-four-leaves", '\ued25'), FOUR_POINT_CONNECTION("bd4-four-point-connection", '\ued26'), FOUR_ROUND_POINT_CONNECTION("bd4-four-round-point-connection", '\ued27'), FOURSQUARE("bd4-foursquare", '\ued28'), FREEZE_COLUMN("bd4-freeze-column", '\ued29'), FREEZE_LINE("bd4-freeze-line", '\ued2a'), FREEZING_LINE_COLUMN("bd4-freezing-line-column", '\ued2b'), FRENCH_FRIES("bd4-french-fries", '\ued2c'), FRIENDS_CIRCLE("bd4-friends-circle", '\ued2d'), FRIGATE("bd4-frigate", '\ued2e'), FROG("bd4-frog", '\ued2f'), FROWNING_FACE_WHIT_OPEN_MOUTH("bd4-frowning-face-whit-open-mouth", '\ued30'), FRUITER("bd4-fruiter", '\ued31'), F_SEVEN_KEY("bd4-f-seven-key", '\ued32'), F_SIX_KEY("bd4-f-six-key", '\ued33'), F_THREE_KEY("bd4-f-three-key", '\ued34'), F_TWO_KEY("bd4-f-two-key", '\ued35'), FULL_DRESS_LONGUETTE("bd4-full-dress-longuette", '\ued36'), FULL_SCREEN("bd4-full-screen", '\ued37'), FULL_SCREEN_ONE("bd4-full-screen-one", '\ued38'), FULL_SCREEN_PLAY("bd4-full-screen-play", '\ued39'), FULL_SCREEN_TWO("bd4-full-screen-two", '\ued3a'), FULL_SELECTION("bd4-full-selection", '\ued3b'), FULLWIDTH("bd4-fullwidth", '\ued3c'), FUNDS("bd4-funds", '\ued3d'), FUTURE_BUILD_ONE("bd4-future-build-one", '\ued3e'), FUTURE_BUILD_THREE("bd4-future-build-three", '\ued3f'), FUTURE_BUILD_TWO("bd4-future-build-two", '\ued40'), F_ZERO_KEY("bd4-f-zero-key", '\ued41'), GAME("bd4-game", '\ued42'), GAME_CONSOLE("bd4-game-console", '\ued43'), GAME_CONSOLE_ONE("bd4-game-console-one", '\ued44'), GAME_EMOJI("bd4-game-emoji", '\ued45'), GAME_HANDLE("bd4-game-handle", '\ued46'), GAMEPAD("bd4-gamepad", '\ued47'), GAME_PS("bd4-game-ps", '\ued48'), GAME_THREE("bd4-game-three", '\ued49'), GAME_TWO("bd4-game-two", '\ued4a'), GARAGE("bd4-garage", '\ued4b'), GARLIC("bd4-garlic", '\ued4c'), GAS("bd4-gas", '\ued4d'), GASTROINTESTINAL("bd4-gastrointestinal", '\ued4e'), GATE("bd4-gate", '\ued4f'), GATE_MACHINE("bd4-gate-machine", '\ued50'), GAUZE("bd4-gauze", '\ued51'), GAVEL("bd4-gavel", '\ued52'), GEMINI("bd4-gemini", '\ued53'), GENERAL_BRANCH("bd4-general-branch", '\ued54'), GEOMETRIC_FLOWERS("bd4-geometric-flowers", '\ued55'), GERMS("bd4-germs", '\ued56'), GHOST("bd4-ghost", '\ued57'), GIFT("bd4-gift", '\ued58'), GIFT_BAG("bd4-gift-bag", '\ued59'), GIFT_BOX("bd4-gift-box", '\ued5a'), GIRL("bd4-girl", '\ued5b'), GIRL_ONE("bd4-girl-one", '\ued5c'), GIRL_TWO("bd4-girl-two", '\ued5d'), GITHUB("bd4-github", '\ued5e'), GITHUB_ONE("bd4-github-one", '\ued5f'), GITLAB("bd4-gitlab", '\ued60'), GLASSES("bd4-glasses", '\ued61'), GLASSES_ONE("bd4-glasses-one", '\ued62'), GLASSES_THREE("bd4-glasses-three", '\ued63'), GLOBE("bd4-globe", '\ued64'), GLOVE("bd4-glove", '\ued65'), GO_AHEAD("bd4-go-ahead", '\ued66'), GOBLET("bd4-goblet", '\ued67'), GOBLET_CRACKING("bd4-goblet-cracking", '\ued68'), GOBLET_FULL("bd4-goblet-full", '\ued69'), GOBLET_ONE("bd4-goblet-one", '\ued6a'), GO_END("bd4-go-end", '\ued6b'), GOLD_MEDAL("bd4-gold-medal", '\ued6c'), GOLD_MEDAL_TWO("bd4-gold-medal-two", '\ued6d'), GOLF_COURSE("bd4-golf-course", '\ued6e'), GONGFU("bd4-gongfu", '\ued6f'), GOOD("bd4-good", '\ued70'), GOOD_ONE("bd4-good-one", '\ued71'), GOOD_TWO("bd4-good-two", '\ued72'), GOOGLE("bd4-google", '\ued73'), GOOGLE_ADS("bd4-google-ads", '\ued74'), GO_ON("bd4-go-on", '\ued75'), GOPRO("bd4-gopro", '\ued76'), GO_START("bd4-go-start", '\ued77'), GPS("bd4-gps", '\ued78'), GRAPHIC_DESIGN("bd4-graphic-design", '\ued79'), GRAPHIC_DESIGN_TWO("bd4-graphic-design-two", '\ued7a'), GRAPHIC_STITCHING("bd4-graphic-stitching", '\ued7b'), GRAPHIC_STITCHING_FOUR("bd4-graphic-stitching-four", '\ued7c'), GRAPHIC_STITCHING_THREE("bd4-graphic-stitching-three", '\ued7d'), GREAT_WALL("bd4-great-wall", '\ued7e'), GREEN_HOUSE("bd4-green-house", '\ued7f'), GREEN_NEW_ENERGY("bd4-green-new-energy", '\ued80'), GRID_FOUR("bd4-grid-four", '\ued81'), GRID_NINE("bd4-grid-nine", '\ued82'), GRID_SIXTEEN("bd4-grid-sixteen", '\ued83'), GRID_THREE("bd4-grid-three", '\ued84'), GRID_TWO("bd4-grid-two", '\ued85'), GRIMACING_FACE("bd4-grimacing-face", '\ued86'), GRINNING_FACE("bd4-grinning-face", '\ued87'), GRINNING_FACE_WITH_OPEN_MOUTH("bd4-grinning-face-with-open-mouth", '\ued88'), GRINNING_FACE_WITH_SQUINTING_EYES("bd4-grinning-face-with-squinting-eyes", '\ued89'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES("bd4-grinning-face-with-tightly-closed-eyes", '\ued8a'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES_OPEN_MOUTH("bd4-grinning-face-with-tightly-closed-eyes-open-mouth", '\ued8b'), GROUP("bd4-group", '\ued8c'), GUIDE_BOARD("bd4-guide-board", '\ued8d'), GYMNASTICS("bd4-gymnastics", '\ued8e'), GYMNASTICS_ONE("bd4-gymnastics-one", '\ued8f'), H("bd4-h", '\ued90'), H1("bd4-h1", '\ued91'), H2("bd4-h2", '\ued92'), H3("bd4-h3", '\ued93'), HAIR_BRUSH("bd4-hair-brush", '\ued94'), HAIR_CLIP("bd4-hair-clip", '\ued95'), HAIR_DRYER("bd4-hair-dryer", '\ued96'), HAIR_DRYER_ONE("bd4-hair-dryer-one", '\ued97'), HALO("bd4-halo", '\ued98'), HAMBURGER("bd4-hamburger", '\ued99'), HAMBURGER_BUTTON("bd4-hamburger-button", '\ued9a'), HAMBURGER_ONE("bd4-hamburger-one", '\ued9b'), HAMMER_AND_ANVIL("bd4-hammer-and-anvil", '\ued9c'), HANDBAG("bd4-handbag", '\ued9d'), HAND_CREAM("bd4-hand-cream", '\ued9e'), HAND_DOWN("bd4-hand-down", '\ued9f'), HAND_DRAG("bd4-hand-drag", '\ueda0'), HANDHELD("bd4-handheld", '\ueda1'), HANDLE_A("bd4-handle-a", '\ueda2'), HANDLE_B("bd4-handle-b", '\ueda3'), HANDLE_C("bd4-handle-c", '\ueda4'), HANDLE_DOWN("bd4-handle-down", '\ueda5'), HAND_LEFT("bd4-hand-left", '\ueda6'), HANDLE_LEFT("bd4-handle-left", '\ueda7'), HANDLE_RIGHT("bd4-handle-right", '\ueda8'), HANDLE_ROUND("bd4-handle-round", '\ueda9'), HANDLE_SQUARE("bd4-handle-square", '\uedaa'), HANDLE_TRIANGLE("bd4-handle-triangle", '\uedab'), HANDLE_UP("bd4-handle-up", '\uedac'), HANDLE_X("bd4-handle-x", '\uedad'), HANDLE_Y("bd4-handle-y", '\uedae'), HANDLE_Z("bd4-handle-z", '\uedaf'), HAND_PAINTED_PLATE("bd4-hand-painted-plate", '\uedb0'), HAND_RIGHT("bd4-hand-right", '\uedb1'), HANDS("bd4-hands", '\uedb2'), HAND_UP("bd4-hand-up", '\uedb3'), HANDWASHING("bd4-handwashing", '\uedb4'), HANDWASHING_FLUID("bd4-handwashing-fluid", '\uedb5'), HANFU_CHINESE_STYLE("bd4-hanfu-chinese-style", '\uedb6'), HANGER("bd4-hanger", '\uedb7'), HANGER_ONE("bd4-hanger-one", '\uedb8'), HANGER_TWO("bd4-hanger-two", '\uedb9'), HARD_DISK("bd4-hard-disk", '\uedba'), HARD_DISK_ONE("bd4-hard-disk-one", '\uedbb'), HARM("bd4-harm", '\uedbc'), HASHTAG_KEY("bd4-hashtag-key", '\uedbd'), HAT("bd4-hat", '\uedbe'), HDD("bd4-hdd", '\uedbf'), HDMI_CABLE("bd4-hdmi-cable", '\uedc0'), HDMI_CONNECTOR("bd4-hdmi-connector", '\uedc1'), HEADPHONE_SOUND("bd4-headphone-sound", '\uedc2'), HEADSET("bd4-headset", '\uedc3'), HEADSET_ONE("bd4-headset-one", '\uedc4'), HEADSET_TWO("bd4-headset-two", '\uedc5'), HEADWEAR("bd4-headwear", '\uedc6'), HEALTH("bd4-health", '\uedc7'), HEALTH_PRODUCTS("bd4-health-products", '\uedc8'), HEALTHY_RECOGNITION("bd4-healthy-recognition", '\uedc9'), HEART("bd4-heart", '\uedca'), HEART_BALLON("bd4-heart-ballon", '\uedcb'), HEARTBEAT("bd4-heartbeat", '\uedcc'), HEART_RATE("bd4-heart-rate", '\uedcd'), HEATER_RESISTOR("bd4-heater-resistor", '\uedce'), HEAVY_METAL("bd4-heavy-metal", '\uedcf'), HEAVY_RAIN("bd4-heavy-rain", '\uedd0'), HEAVY_WIND("bd4-heavy-wind", '\uedd1'), HELMET("bd4-helmet", '\uedd2'), HELMET_ONE("bd4-helmet-one", '\uedd3'), HELP("bd4-help", '\uedd4'), HELPCENTER("bd4-helpcenter", '\uedd5'), HEXAGONAL("bd4-hexagonal", '\uedd6'), HEXAGON_ONE("bd4-hexagon-one", '\uedd7'), HEXAGON_STRIP("bd4-hexagon-strip", '\uedd8'), HI("bd4-hi", '\uedd9'), HIGH_HEELED_SHOES("bd4-high-heeled-shoes", '\uedda'), HIGH_LIGHT("bd4-high-light", '\ueddb'), HIGH_SPEED_RAIL("bd4-high-speed-rail", '\ueddc'), HIPPO("bd4-hippo", '\ueddd'), HISTOGRAM("bd4-histogram", '\uedde'), HISTORY("bd4-history", '\ueddf'), HISTORY_QUERY("bd4-history-query", '\uede0'), HOCKEY("bd4-hockey", '\uede1'), HOLD("bd4-hold", '\uede2'), HOLDING_HANDS("bd4-holding-hands", '\uede3'), HOLD_INTERFACE("bd4-hold-interface", '\uede4'), HOLD_SEEDS("bd4-hold-seeds", '\uede5'), HOLY_SWORD("bd4-holy-sword", '\uede6'), HOME("bd4-home", '\uede7'), HOMESTAY("bd4-homestay", '\uede8'), HOME_TWO("bd4-home-two", '\uede9'), HONEY("bd4-honey", '\uedea'), HONEY_ONE("bd4-honey-one", '\uedeb'), HORIZONTALLY_CENTERED("bd4-horizontally-centered", '\uedec'), HORIZONTAL_SPACING_BETWEEN_ITEMS("bd4-horizontal-spacing-between-items", '\ueded'), HORIZONTAL_TIDY_UP("bd4-horizontal-tidy-up", '\uedee'), HORSE_ZODIAC("bd4-horse-zodiac", '\uedef'), HOSPITAL("bd4-hospital", '\uedf0'), HOSPITAL_BED("bd4-hospital-bed", '\uedf1'), HOSPITAL_FOUR("bd4-hospital-four", '\uedf2'), HOSPITAL_THREE("bd4-hospital-three", '\uedf3'), HOSPITAL_TWO("bd4-hospital-two", '\uedf4'), HOT_AIR_BALLOON("bd4-hot-air-balloon", '\uedf5'), HOTEL("bd4-hotel", '\uedf6'), HOTEL_DO_NOT_CLEAN("bd4-hotel-do-not-clean", '\uedf7'), HOTEL_PLEASE_CLEAN("bd4-hotel-please-clean", '\uedf8'), HOT_POT("bd4-hot-pot", '\uedf9'), HOT_POT_ONE("bd4-hot-pot-one", '\uedfa'), HOURGLASS("bd4-hourglass", '\uedfb'), HOURGLASS_FULL("bd4-hourglass-full", '\uedfc'), HOURGLASS_NULL("bd4-hourglass-null", '\uedfd'), HTML_FIVE("bd4-html-five", '\uedfe'), HUNTING_GEAR("bd4-hunting-gear", '\uedff'), HUOSHANZHIBO("bd4-huoshanzhibo", '\uee00'), ICECREAM("bd4-icecream", '\uee01'), ICECREAM_FIVE("bd4-icecream-five", '\uee02'), ICECREAM_FOUR("bd4-icecream-four", '\uee03'), ICECREAM_ONE("bd4-icecream-one", '\uee04'), ICECREAM_THREE("bd4-icecream-three", '\uee05'), ICECREAM_TWO("bd4-icecream-two", '\uee06'), ID_CARD("bd4-id-card", '\uee07'), ID_CARD_H("bd4-id-card-h", '\uee08'), ID_CARD_V("bd4-id-card-v", '\uee09'), I_MAC("bd4-i-mac", '\uee0a'), IMAGE_FILES("bd4-image-files", '\uee0b'), IMBALANCE("bd4-imbalance", '\uee0c'), IMPORT_AND_EXPORT("bd4-import-and-export", '\uee0d'), INBOX("bd4-inbox", '\uee0e'), INBOX_DOWNLOAD_R("bd4-inbox-download-r", '\uee0f'), INBOX_IN("bd4-inbox-in", '\uee10'), INBOX_OUT("bd4-inbox-out", '\uee11'), INBOX_R("bd4-inbox-r", '\uee12'), INBOX_SUCCESS("bd4-inbox-success", '\uee13'), INBOX_SUCCESS_R("bd4-inbox-success-r", '\uee14'), INBOX_UPLOAD_R("bd4-inbox-upload-r", '\uee15'), INCLUSIVE_GATEWAY("bd4-inclusive-gateway", '\uee16'), INCOME("bd4-income", '\uee17'), INCOME_ONE("bd4-income-one", '\uee18'), INCOMING("bd4-incoming", '\uee19'), INCREASE("bd4-increase", '\uee1a'), INCREASE_THE_SCALE("bd4-increase-the-scale", '\uee1b'), INDENT_LEFT("bd4-indent-left", '\uee1c'), INDENT_RIGHT("bd4-indent-right", '\uee1d'), INDEX_FINGER("bd4-index-finger", '\uee1e'), INDUCTION_LOCK("bd4-induction-lock", '\uee1f'), INDUSTRIAL_SCALES("bd4-industrial-scales", '\uee20'), IN_FLIGHT("bd4-in-flight", '\uee21'), INFO("bd4-info", '\uee22'), INFUSION("bd4-infusion", '\uee23'), INJECTION("bd4-injection", '\uee24'), INLINE("bd4-inline", '\uee25'), INNER_SHADOW_BOTTOM_LEFT("bd4-inner-shadow-bottom-left", '\uee26'), INNER_SHADOW_BOTTOM_RIGHT("bd4-inner-shadow-bottom-right", '\uee27'), INNER_SHADOW_DOWN("bd4-inner-shadow-down", '\uee28'), INNER_SHADOW_LEFT("bd4-inner-shadow-left", '\uee29'), INNER_SHADOW_RIGHT("bd4-inner-shadow-right", '\uee2a'), INNER_SHADOW_TOP_LEFT("bd4-inner-shadow-top-left", '\uee2b'), INNER_SHADOW_TOP_RIGHT("bd4-inner-shadow-top-right", '\uee2c'), INNER_SHADOW_UP("bd4-inner-shadow-up", '\uee2d'), INSERT_CARD("bd4-insert-card", '\uee2e'), INSERT_TABLE("bd4-insert-table", '\uee2f'), INSPECTION("bd4-inspection", '\uee30'), INSTAGRAM("bd4-instagram", '\uee31'), INSTAGRAM_ONE("bd4-instagram-one", '\uee32'), INSTALL("bd4-install", '\uee33'), INSTRUCTION("bd4-instruction", '\uee34'), INTERCOM("bd4-intercom", '\uee35'), INTERMEDIATE_MODE("bd4-intermediate-mode", '\uee36'), INTERNAL_DATA("bd4-internal-data", '\uee37'), INTERNAL_EXPANSION("bd4-internal-expansion", '\uee38'), INTERNAL_REDUCTION("bd4-internal-reduction", '\uee39'), INTERNAL_TRANSMISSION("bd4-internal-transmission", '\uee3a'), INTERNATIONAL("bd4-international", '\uee3b'), INTERSECTION("bd4-intersection", '\uee3c'), INTERSECT_SELECTION("bd4-intersect-selection", '\uee3d'), INVALID_FILES("bd4-invalid-files", '\uee3e'), INVERT_CAMERA("bd4-invert-camera", '\uee3f'), INVERT_LEFT("bd4-invert-left", '\uee40'), INVERT_RIGHT("bd4-invert-right", '\uee41'), IOS_FACE_RECOGNITION("bd4-ios-face-recognition", '\uee42'), IPAD("bd4-ipad", '\uee43'), IPAD_ONE("bd4-ipad-one", '\uee44'), IPHONE("bd4-iphone", '\uee45'), IPO("bd4-ipo", '\uee46'), IRON("bd4-iron", '\uee47'), IRON_DISABLE("bd4-iron-disable", '\uee48'), IRON_THREE("bd4-iron-three", '\uee49'), IRON_TWO("bd4-iron-two", '\uee4a'), IWATCH("bd4-iwatch", '\uee4b'), IWATCH_ONE("bd4-iwatch-one", '\uee4c'), IWATCH_TWO("bd4-iwatch-two", '\uee4d'), JEWELRY("bd4-jewelry", '\uee4e'), JINRITOUTIAO("bd4-jinritoutiao", '\uee4f'), JOURNEY("bd4-journey", '\uee50'), JOYSTICK("bd4-joystick", '\uee51'), JUICE("bd4-juice", '\uee52'), JUMP("bd4-jump", '\uee53'), KAGI_MAP("bd4-kagi-map", '\uee54'), KETTLE("bd4-kettle", '\uee55'), KETTLE_ONE("bd4-kettle-one", '\uee56'), KEY("bd4-key", '\uee57'), KEYBOARD("bd4-keyboard", '\uee58'), KEYBOARD_ONE("bd4-keyboard-one", '\uee59'), KEYHOLE("bd4-keyhole", '\uee5a'), KEYLINE("bd4-keyline", '\uee5b'), KEY_ONE("bd4-key-one", '\uee5c'), KEY_TWO("bd4-key-two", '\uee5d'), KITCHEN_KNIFE("bd4-kitchen-knife", '\uee5e'), KNIFE_FORK("bd4-knife-fork", '\uee5f'), KOALA_BEAR("bd4-koala-bear", '\uee60'), KUNGFU("bd4-kungfu", '\uee61'), LABEL("bd4-label", '\uee62'), LADDER("bd4-ladder", '\uee63'), LADDER_ONE("bd4-ladder-one", '\uee64'), LAMP("bd4-lamp", '\uee65'), LANDING("bd4-landing", '\uee66'), LANDSCAPE("bd4-landscape", '\uee67'), LAND_SURVEYING("bd4-land-surveying", '\uee68'), LAPTOP("bd4-laptop", '\uee69'), LAPTOP_COMPUTER("bd4-laptop-computer", '\uee6a'), LAPTOP_ONE("bd4-laptop-one", '\uee6b'), LARK("bd4-lark", '\uee6c'), LARK_ONE("bd4-lark-one", '\uee6d'), LATTICE_PATTERN("bd4-lattice-pattern", '\uee6e'), LAYERS("bd4-layers", '\uee6f'), LAYOUT_FIVE("bd4-layout-five", '\uee70'), LAYOUT_FOUR("bd4-layout-four", '\uee71'), LAYOUT_ONE("bd4-layout-one", '\uee72'), LAYOUT_THREE("bd4-layout-three", '\uee73'), LAYOUT_TWO("bd4-layout-two", '\uee74'), LEAF("bd4-leaf", '\uee75'), LEAVES("bd4-leaves", '\uee76'), LEAVES_ONE("bd4-leaves-one", '\uee77'), LEAVES_TWO("bd4-leaves-two", '\uee78'), LED_DIODE("bd4-led-diode", '\uee79'), LEFT("bd4-left", '\uee7a'), LEFT_ALIGNMENT("bd4-left-alignment", '\uee7b'), LEFT_AND_RIGHT_BRANCH("bd4-left-and-right-branch", '\uee7c'), LEFT_BAR("bd4-left-bar", '\uee7d'), LEFT_BRANCH("bd4-left-branch", '\uee7e'), LEFT_C("bd4-left-c", '\uee7f'), LEFT_EXPAND("bd4-left-expand", '\uee80'), LEFT_ONE("bd4-left-one", '\uee81'), LEFT_SMALL("bd4-left-small", '\uee82'), LEFT_SMALL_DOWN("bd4-left-small-down", '\uee83'), LEFT_SMALL_UP("bd4-left-small-up", '\uee84'), LEFT_SQUARE("bd4-left-square", '\uee85'), LEFT_TWO("bd4-left-two", '\uee86'), LEMON("bd4-lemon", '\uee87'), LENS_ALIGNMENT("bd4-lens-alignment", '\uee88'), LEO("bd4-leo", '\uee89'), LEVEL("bd4-level", '\uee8a'), LEVEL_ADJUSTMENT("bd4-level-adjustment", '\uee8b'), LEVEL_EIGHT_TITLE("bd4-level-eight-title", '\uee8c'), LEVEL_FIVE_TITLE("bd4-level-five-title", '\uee8d'), LEVEL_FOUR_TITLE("bd4-level-four-title", '\uee8e'), LEVEL_NINE_TITLE("bd4-level-nine-title", '\uee8f'), LEVEL_SEVEN_TITLE("bd4-level-seven-title", '\uee90'), LEVEL_SIX_TITLE("bd4-level-six-title", '\uee91'), LIBRA("bd4-libra", '\uee92'), LIFEBUOY("bd4-lifebuoy", '\uee93'), LIGHT("bd4-light", '\uee94'), LIGHT_HOUSE("bd4-light-house", '\uee95'), LIGHT_MEMBER("bd4-light-member", '\uee96'), LIGHTNING("bd4-lightning", '\uee97'), LIGHT_RAIN("bd4-light-rain", '\uee98'), LIKE("bd4-like", '\uee99'), LINCOLN("bd4-lincoln", '\uee9a'), LINK("bd4-link", '\uee9b'), LINK_BREAK("bd4-link-break", '\uee9c'), LINK_CLOUD("bd4-link-cloud", '\uee9d'), LINK_CLOUD_FAILD("bd4-link-cloud-faild", '\uee9e'), LINK_CLOUD_SUCESS("bd4-link-cloud-sucess", '\uee9f'), LINK_FOUR("bd4-link-four", '\ueea0'), LINK_IN("bd4-link-in", '\ueea1'), LINK_INTERRUPT("bd4-link-interrupt", '\ueea2'), LINK_LEFT("bd4-link-left", '\ueea3'), LINK_ONE("bd4-link-one", '\ueea4'), LINK_OUT("bd4-link-out", '\ueea5'), LINK_RIGHT("bd4-link-right", '\ueea6'), LINK_THREE("bd4-link-three", '\ueea7'), LINK_TWO("bd4-link-two", '\ueea8'), LIP_GLOSS("bd4-lip-gloss", '\ueea9'), LIPSTICK("bd4-lipstick", '\ueeaa'), LIPSTICK_ONE("bd4-lipstick-one", '\ueeab'), LIP_TATTOO("bd4-lip-tattoo", '\ueeac'), LIQUEUR("bd4-liqueur", '\ueead'), LIST("bd4-list", '\ueeae'), LIST_ADD("bd4-list-add", '\ueeaf'), LIST_ALPHABET("bd4-list-alphabet", '\ueeb0'), LIST_BOTTOM("bd4-list-bottom", '\ueeb1'), LIST_CHECKBOX("bd4-list-checkbox", '\ueeb2'), LIST_FAIL("bd4-list-fail", '\ueeb3'), LIST_MIDDLE("bd4-list-middle", '\ueeb4'), LIST_NUMBERS("bd4-list-numbers", '\ueeb5'), LIST_ONE("bd4-list-one", '\ueeb6'), LIST_SUCCESS("bd4-list-success", '\ueeb7'), LIST_TOP("bd4-list-top", '\ueeb8'), LIST_TWO("bd4-list-two", '\ueeb9'), LIST_VIEW("bd4-list-view", '\ueeba'), LOADING("bd4-loading", '\ueebb'), LOADING_FOUR("bd4-loading-four", '\ueebc'), LOADING_ONE("bd4-loading-one", '\ueebd'), LOADING_THREE("bd4-loading-three", '\ueebe'), LOADING_TWO("bd4-loading-two", '\ueebf'), LOCAL("bd4-local", '\ueec0'), LOCAL_PIN("bd4-local-pin", '\ueec1'), LOCAL_TWO("bd4-local-two", '\ueec2'), LOCK("bd4-lock", '\ueec3'), LOCKING_COMPUTER("bd4-locking-computer", '\ueec4'), LOCKING_LAPTOP("bd4-locking-laptop", '\ueec5'), LOCKING_PICTURE("bd4-locking-picture", '\ueec6'), LOCKING_WEB("bd4-locking-web", '\ueec7'), LOCK_ONE("bd4-lock-one", '\ueec8'), LOG("bd4-log", '\ueec9'), LOGIN("bd4-login", '\ueeca'), LOGOUT("bd4-logout", '\ueecb'), LOLLIPOP("bd4-lollipop", '\ueecc'), LOOP_ONCE("bd4-loop-once", '\ueecd'), LOTION("bd4-lotion", '\ueece'), LOTUS("bd4-lotus", '\ueecf'), LOUDLY_CRYING_FACE("bd4-loudly-crying-face", '\ueed0'), LOUDLY_CRYING_FACE_WHIT_OPEN_MOUTH("bd4-loudly-crying-face-whit-open-mouth", '\ueed1'), LOVE_AND_HELP("bd4-love-and-help", '\ueed2'), LOWER_BRANCH("bd4-lower-branch", '\ueed3'), LUGGAGE("bd4-luggage", '\ueed4'), LUMINOUS("bd4-luminous", '\ueed5'), LUNG("bd4-lung", '\ueed6'); public static BytedanceIconsExtraBoldAL findByDescription(String description) { for (BytedanceIconsExtraBoldAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsExtraBoldAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsExtraBoldALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsExtraBoldALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-ExtraBold.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd4-"); } @Override public Ikon resolve(String description) { return BytedanceIconsExtraBoldAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-ExtraBold"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsExtraBoldALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class BytedanceIconsExtraBoldALIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsExtraBoldAL.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsExtraBoldMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsExtraBoldMZ implements Ikon { MACADAMIA_NUT("bd4-macadamia-nut", '\ueed7'), MAC_FINDER("bd4-mac-finder", '\ueed8'), MAGIC("bd4-magic", '\ueed9'), MAGIC_HAT("bd4-magic-hat", '\ueeda'), MAGIC_WAND("bd4-magic-wand", '\ueedb'), MAGNET("bd4-magnet", '\ueedc'), MAIL("bd4-mail", '\ueedd'), MAIL_DOWNLOAD("bd4-mail-download", '\ueede'), MAIL_EDIT("bd4-mail-edit", '\ueedf'), MAILL_ONE("bd4-maill-one", '\ueee0'), MAIL_OPEN("bd4-mail-open", '\ueee1'), MAIL_PACKAGE("bd4-mail-package", '\ueee2'), MAIL_REVIEW("bd4-mail-review", '\ueee3'), MAIL_UNPACKING("bd4-mail-unpacking", '\ueee4'), MAKEUPS("bd4-makeups", '\ueee5'), MALE("bd4-male", '\ueee6'), MALL_BAG("bd4-mall-bag", '\ueee7'), MANUAL_GEAR("bd4-manual-gear", '\ueee8'), MANY_TO_MANY("bd4-many-to-many", '\ueee9'), MAP_DISTANCE("bd4-map-distance", '\ueeea'), MAP_DRAW("bd4-map-draw", '\ueeeb'), MAP_ROAD("bd4-map-road", '\ueeec'), MAP_ROAD_TWO("bd4-map-road-two", '\ueeed'), MAP_TWO("bd4-map-two", '\ueeee'), MARGIN("bd4-margin", '\ueeef'), MARGIN_ONE("bd4-margin-one", '\ueef0'), MARK("bd4-mark", '\ueef1'), MARKET("bd4-market", '\ueef2'), MARKET_ANALYSIS("bd4-market-analysis", '\ueef3'), MASCARA("bd4-mascara", '\ueef4'), MASK("bd4-mask", '\ueef5'), MASK_ONE("bd4-mask-one", '\ueef6'), MASK_TWO("bd4-mask-two", '\ueef7'), MASLOW_PYRAMIDS("bd4-maslow-pyramids", '\ueef8'), MASSAGE_CHAIR("bd4-massage-chair", '\ueef9'), MASSAGE_CHAIR_ONE("bd4-massage-chair-one", '\ueefa'), MASSAGE_TABLE("bd4-massage-table", '\ueefb'), MASTER("bd4-master", '\ueefc'), MATERIAL("bd4-material", '\ueefd'), MATERIAL_THREE("bd4-material-three", '\ueefe'), MATERIAL_TWO("bd4-material-two", '\ueeff'), MAXIMUM("bd4-maximum", '\uef00'), MAYA("bd4-maya", '\uef01'), MAYURA_GESTURE("bd4-mayura-gesture", '\uef02'), ME("bd4-me", '\uef03'), MEASURING_CUP("bd4-measuring-cup", '\uef04'), MEDAL_ONE("bd4-medal-one", '\uef05'), MEDIAEDITOR("bd4-mediaeditor", '\uef06'), MEDICAL_BOX("bd4-medical-box", '\uef07'), MEDICAL_FILES("bd4-medical-files", '\uef08'), MEDICAL_MARK("bd4-medical-mark", '\uef09'), MEDICATION_TIME("bd4-medication-time", '\uef0a'), MEDICINE_BOTTLE("bd4-medicine-bottle", '\uef0b'), MEDICINE_BOTTLE_ONE("bd4-medicine-bottle-one", '\uef0c'), MEDICINE_CHEST("bd4-medicine-chest", '\uef0d'), MEMORY("bd4-memory", '\uef0e'), MEMORY_CARD("bd4-memory-card", '\uef0f'), MEMORY_CARD_ONE("bd4-memory-card-one", '\uef10'), MEMORY_ONE("bd4-memory-one", '\uef11'), MEN_JACKET("bd4-men-jacket", '\uef12'), MENU_FOLD("bd4-menu-fold", '\uef13'), MENU_FOLD_ONE("bd4-menu-fold-one", '\uef14'), MENU_UNFOLD("bd4-menu-unfold", '\uef15'), MENU_UNFOLD_ONE("bd4-menu-unfold-one", '\uef16'), MERGE("bd4-merge", '\uef17'), MERGE_CELLS("bd4-merge-cells", '\uef18'), MESSAGE("bd4-message", '\uef19'), MESSAGE_EMOJI("bd4-message-emoji", '\uef1a'), MESSAGE_FAILED("bd4-message-failed", '\uef1b'), MESSAGE_ONE("bd4-message-one", '\uef1c'), MESSAGE_PRIVACY("bd4-message-privacy", '\uef1d'), MESSAGES("bd4-messages", '\uef1e'), MESSAGE_SEARCH("bd4-message-search", '\uef1f'), MESSAGE_SECURITY("bd4-message-security", '\uef20'), MESSAGE_SENT("bd4-message-sent", '\uef21'), MESSAGES_ONE("bd4-messages-one", '\uef22'), MESSAGE_SUCCESS("bd4-message-success", '\uef23'), MESSAGE_UNREAD("bd4-message-unread", '\uef24'), MICROPHONE("bd4-microphone", '\uef25'), MICROPHONE_ONE("bd4-microphone-one", '\uef26'), MICROSCOPE("bd4-microscope", '\uef27'), MICROSCOPE_ONE("bd4-microscope-one", '\uef28'), MICRO_SD("bd4-micro-sd", '\uef29'), MICRO_SLR_CAMERA("bd4-micro-slr-camera", '\uef2a'), MICROWAVE_OVEN("bd4-microwave-oven", '\uef2b'), MICROWAVES("bd4-microwaves", '\uef2c'), MIDDLE_FINGER("bd4-middle-finger", '\uef2d'), MILK("bd4-milk", '\uef2e'), MILK_ONE("bd4-milk-one", '\uef2f'), MIN("bd4-min", '\uef30'), MINDMAP_LIST("bd4-mindmap-list", '\uef31'), MINDMAP_MAP("bd4-mindmap-map", '\uef32'), MIND_MAPPING("bd4-mind-mapping", '\uef33'), MINI_SD_CARD("bd4-mini-sd-card", '\uef34'), MINUS("bd4-minus", '\uef35'), MINUS_THE_BOTTOM("bd4-minus-the-bottom", '\uef36'), MINUS_THE_TOP("bd4-minus-the-top", '\uef37'), MIRROR("bd4-mirror", '\uef38'), MIRROR_ONE("bd4-mirror-one", '\uef39'), MIRROR_TWO("bd4-mirror-two", '\uef3a'), MISALIGNED_SEMICIRCLE("bd4-misaligned-semicircle", '\uef3b'), MITSUBISHI("bd4-mitsubishi", '\uef3c'), MODIFY("bd4-modify", '\uef3d'), MODIFY_TWO("bd4-modify-two", '\uef3e'), MONITOR("bd4-monitor", '\uef3f'), MONITOR_CAMERA("bd4-monitor-camera", '\uef40'), MONITOR_OFF("bd4-monitor-off", '\uef41'), MONITOR_ONE("bd4-monitor-one", '\uef42'), MONITOR_TWO("bd4-monitor-two", '\uef43'), MONKEY("bd4-monkey", '\uef44'), MONKEY_ZODIAC("bd4-monkey-zodiac", '\uef45'), MONUMENT_ONE("bd4-monument-one", '\uef46'), MONUMENT_TWO("bd4-monument-two", '\uef47'), MOON("bd4-moon", '\uef48'), MORE("bd4-more", '\uef49'), MORE_APP("bd4-more-app", '\uef4a'), MORE_FOUR("bd4-more-four", '\uef4b'), MORE_ONE("bd4-more-one", '\uef4c'), MORE_THREE("bd4-more-three", '\uef4d'), MORE_TWO("bd4-more-two", '\uef4e'), MOSAIC("bd4-mosaic", '\uef4f'), MOUNTAIN("bd4-mountain", '\uef50'), MOUNTED("bd4-mounted", '\uef51'), MOUSE("bd4-mouse", '\uef52'), MOUSE_ONE("bd4-mouse-one", '\uef53'), MOUSE_ZODIAC("bd4-mouse-zodiac", '\uef54'), MOUTH("bd4-mouth", '\uef55'), MOVE("bd4-move", '\uef56'), MOVE_IN("bd4-move-in", '\uef57'), MOVE_IN_ONE("bd4-move-in-one", '\uef58'), MOVE_ONE("bd4-move-one", '\uef59'), MOVIE("bd4-movie", '\uef5a'), MOVIE_BOARD("bd4-movie-board", '\uef5b'), MOVING_PICTURE("bd4-moving-picture", '\uef5c'), MULTICAST("bd4-multicast", '\uef5d'), MULTI_CIRCULAR("bd4-multi-circular", '\uef5e'), MULTI_FUNCTION_KNIFE("bd4-multi-function-knife", '\uef5f'), MULTILAYER_SPHERE("bd4-multilayer-sphere", '\uef60'), MULTI_PICTURE_CAROUSEL("bd4-multi-picture-carousel", '\uef61'), MULTI_RECTANGLE("bd4-multi-rectangle", '\uef62'), MULTI_RING("bd4-multi-ring", '\uef63'), MULTI_TRIANGULAR("bd4-multi-triangular", '\uef64'), MULTI_TRIANGULAR_FOUR("bd4-multi-triangular-four", '\uef65'), MULTI_TRIANGULAR_THREE("bd4-multi-triangular-three", '\uef66'), MULTI_TRIANGULAR_TWO("bd4-multi-triangular-two", '\uef67'), MUSCLE("bd4-muscle", '\uef68'), MUSEUM_ONE("bd4-museum-one", '\uef69'), MUSEUM_TWO("bd4-museum-two", '\uef6a'), MUSIC("bd4-music", '\uef6b'), MUSIC_CD("bd4-music-cd", '\uef6c'), MUSIC_LIST("bd4-music-list", '\uef6d'), MUSIC_MENU("bd4-music-menu", '\uef6e'), MUSIC_ONE("bd4-music-one", '\uef6f'), MUSIC_RHYTHM("bd4-music-rhythm", '\uef70'), MUTE("bd4-mute", '\uef71'), NAIL_POLISH("bd4-nail-polish", '\uef72'), NAIL_POLISH_ONE("bd4-nail-polish-one", '\uef73'), NASAL("bd4-nasal", '\uef74'), NATURAL_MODE("bd4-natural-mode", '\uef75'), NAVIGATION("bd4-navigation", '\uef76'), NECKTIE("bd4-necktie", '\uef77'), NEEDLE("bd4-needle", '\uef78'), NEGATIVE_DYNAMICS("bd4-negative-dynamics", '\uef79'), NESTED_ARROWS("bd4-nested-arrows", '\uef7a'), NESTS("bd4-nests", '\uef7b'), NETWORK_DRIVE("bd4-network-drive", '\uef7c'), NETWORK_TREE("bd4-network-tree", '\uef7d'), NEURAL("bd4-neural", '\uef7e'), NEUTRAL_FACE("bd4-neutral-face", '\uef7f'), NEW_AFFERENT("bd4-new-afferent", '\uef80'), NEW_COMPUTER("bd4-new-computer", '\uef81'), NEW_DIANZIQIAN("bd4-new-dianziqian", '\uef82'), NEW_EFFERENT("bd4-new-efferent", '\uef83'), NEW_LARK("bd4-new-lark", '\uef84'), NEWLYBUILD("bd4-newlybuild", '\uef85'), NEW_PICTURE("bd4-new-picture", '\uef86'), NEWSPAPER_FOLDING("bd4-newspaper-folding", '\uef87'), NEXT("bd4-next", '\uef88'), NINE_KEY("bd4-nine-key", '\uef89'), NINE_POINTS_CONNECTED("bd4-nine-points-connected", '\uef8a'), NINTENDO_SWITCH("bd4-nintendo-switch", '\uef8b'), NMR("bd4-nmr", '\uef8c'), NODE_FLAT("bd4-node-flat", '\uef8d'), NODE_ROUND("bd4-node-round", '\uef8e'), NODE_SQUARE("bd4-node-square", '\uef8f'), NOODLES("bd4-noodles", '\uef90'), NO_SHOOTING("bd4-no-shooting", '\uef91'), NOTEBOOK("bd4-notebook", '\uef92'), NOTEBOOK_AND_PEN("bd4-notebook-and-pen", '\uef93'), NOTEBOOK_ONE("bd4-notebook-one", '\uef94'), NOTEPAD("bd4-notepad", '\uef95'), NOTES("bd4-notes", '\uef96'), NUCLEAR_PLANT("bd4-nuclear-plant", '\uef97'), NURSE_CAP("bd4-nurse-cap", '\uef98'), NUT("bd4-nut", '\uef99'), NUTRITION("bd4-nutrition", '\uef9a'), OCEANENGINE("bd4-oceanengine", '\uef9b'), OCTAGON("bd4-octagon", '\uef9c'), OFF_SCREEN("bd4-off-screen", '\uef9d'), OFF_SCREEN_ONE("bd4-off-screen-one", '\uef9e'), OFF_SCREEN_TWO("bd4-off-screen-two", '\uef9f'), OIL_INDUSTRY("bd4-oil-industry", '\uefa0'), OKAY("bd4-okay", '\uefa1'), ONE("bd4-one", '\uefa2'), ONE_KEY("bd4-one-key", '\uefa3'), ONE_ONE("bd4-one-one", '\uefa4'), ONESIES("bd4-onesies", '\uefa5'), ONE_THIRD_ROTATION("bd4-one-third-rotation", '\uefa6'), ONE_TO_MANY("bd4-one-to-many", '\uefa7'), ONE_TO_ONE("bd4-one-to-one", '\uefa8'), ONLINE_MEETING("bd4-online-meeting", '\uefa9'), OPEN("bd4-open", '\uefaa'), OPEN_AN_ACCOUNT("bd4-open-an-account", '\uefab'), OPEN_DOOR("bd4-open-door", '\uefac'), OPEN_ONE("bd4-open-one", '\uefad'), OPTIMIZE("bd4-optimize", '\uefae'), OPTIONAL("bd4-optional", '\uefaf'), ORANGE("bd4-orange", '\uefb0'), ORANGE_ONE("bd4-orange-one", '\uefb1'), ORANGE_STATION("bd4-orange-station", '\uefb2'), ORDER("bd4-order", '\uefb3'), ORDERED_LIST("bd4-ordered-list", '\uefb4'), ORTHOPEDIC("bd4-orthopedic", '\uefb5'), OSCILLATOR("bd4-oscillator", '\uefb6'), OTHER("bd4-other", '\uefb7'), OUTBOUND("bd4-outbound", '\uefb8'), OUTDOOR("bd4-outdoor", '\uefb9'), OUTGOING("bd4-outgoing", '\uefba'), OVAL_LOVE("bd4-oval-love", '\uefbb'), OVAL_LOVE_TWO("bd4-oval-love-two", '\uefbc'), OVAL_ONE("bd4-oval-one", '\uefbd'), OVEN("bd4-oven", '\uefbe'), OVEN_TRAY("bd4-oven-tray", '\uefbf'), OVERALL_REDUCTION("bd4-overall-reduction", '\uefc0'), OWL("bd4-owl", '\uefc1'), PACIFIER("bd4-pacifier", '\uefc2'), PAD("bd4-pad", '\uefc3'), PAGE("bd4-page", '\uefc4'), PAGE_TEMPLATE("bd4-page-template", '\uefc5'), PAGODA("bd4-pagoda", '\uefc6'), PAINT("bd4-paint", '\uefc7'), PAINTED_EGGSHELL("bd4-painted-eggshell", '\uefc8'), PAINTED_SCREEN("bd4-painted-screen", '\uefc9'), PALACE("bd4-palace", '\uefca'), PALM("bd4-palm", '\uefcb'), PANDA("bd4-panda", '\uefcc'), PANGLE("bd4-pangle", '\uefcd'), PANORAMA_HORIZONTAL("bd4-panorama-horizontal", '\uefce'), PANTIES("bd4-panties", '\uefcf'), PAPERCLIP("bd4-paperclip", '\uefd0'), PAPER_MONEY("bd4-paper-money", '\uefd1'), PAPER_MONEY_TWO("bd4-paper-money-two", '\uefd2'), PAPER_SHIP("bd4-paper-ship", '\uefd3'), PARABOLA("bd4-parabola", '\uefd4'), PARACHUTE("bd4-parachute", '\uefd5'), PARAGRAPH_ALPHABET("bd4-paragraph-alphabet", '\uefd6'), PARAGRAPH_BREAK("bd4-paragraph-break", '\uefd7'), PARAGRAPH_BREAK_TWO("bd4-paragraph-break-two", '\uefd8'), PARAGRAPH_CUT("bd4-paragraph-cut", '\uefd9'), PARAGRAPH_RECTANGLE("bd4-paragraph-rectangle", '\uefda'), PARAGRAPH_ROUND("bd4-paragraph-round", '\uefdb'), PARAGRAPH_TRIANGLE("bd4-paragraph-triangle", '\uefdc'), PARAGRAPH_UNFOLD("bd4-paragraph-unfold", '\uefdd'), PARALLEL_GATEWAY("bd4-parallel-gateway", '\uefde'), PARALLELOGRAM("bd4-parallelogram", '\uefdf'), PARENTING_BOOK("bd4-parenting-book", '\uefe0'), PARKING("bd4-parking", '\uefe1'), PARTY_BALLOON("bd4-party-balloon", '\uefe2'), PASSPORT("bd4-passport", '\uefe3'), PASSPORT_ONE("bd4-passport-one", '\uefe4'), PAUSE("bd4-pause", '\uefe5'), PAUSE_ONE("bd4-pause-one", '\uefe6'), PAY_CODE("bd4-pay-code", '\uefe7'), PAY_CODE_ONE("bd4-pay-code-one", '\uefe8'), PAY_CODE_TWO("bd4-pay-code-two", '\uefe9'), PAYMENT_METHOD("bd4-payment-method", '\uefea'), PAYPAL("bd4-paypal", '\uefeb'), PEACH("bd4-peach", '\uefec'), PEAR("bd4-pear", '\uefed'), PEARL_OF_THE_ORIENT("bd4-pearl-of-the-orient", '\uefee'), PEAS("bd4-peas", '\uefef'), PENCIL("bd4-pencil", '\ueff0'), PENNANT("bd4-pennant", '\ueff1'), PENTAGON_ONE("bd4-pentagon-one", '\ueff2'), PEOPLE("bd4-people", '\ueff3'), PEOPLE_BOTTOM("bd4-people-bottom", '\ueff4'), PEOPLE_BOTTOM_CARD("bd4-people-bottom-card", '\ueff5'), PEOPLE_DELETE("bd4-people-delete", '\ueff6'), PEOPLE_DELETE_ONE("bd4-people-delete-one", '\ueff7'), PEOPLE_DOWNLOAD("bd4-people-download", '\ueff8'), PEOPLE_LEFT("bd4-people-left", '\ueff9'), PEOPLE_MINUS("bd4-people-minus", '\ueffa'), PEOPLE_MINUS_ONE("bd4-people-minus-one", '\ueffb'), PEOPLE_PLUS("bd4-people-plus", '\ueffc'), PEOPLE_PLUS_ONE("bd4-people-plus-one", '\ueffd'), PEOPLE_RIGHT("bd4-people-right", '\ueffe'), PEOPLES("bd4-peoples", '\uefff'), PEOPLE_SAFE("bd4-people-safe", '\uf000'), PEOPLE_SAFE_ONE("bd4-people-safe-one", '\uf001'), PEOPLE_SEARCH("bd4-people-search", '\uf002'), PEOPLE_SEARCH_ONE("bd4-people-search-one", '\uf003'), PEOPLE_SPEAK("bd4-people-speak", '\uf004'), PEOPLES_TWO("bd4-peoples-two", '\uf005'), PEOPLE_TOP("bd4-people-top", '\uf006'), PEOPLE_TOP_CARD("bd4-people-top-card", '\uf007'), PEOPLE_UNKNOWN("bd4-people-unknown", '\uf008'), PEOPLE_UPLOAD("bd4-people-upload", '\uf009'), PERCENTAGE("bd4-percentage", '\uf00a'), PERFORMANCE("bd4-performance", '\uf00b'), PERFUME("bd4-perfume", '\uf00c'), PERFUMER_BOTTLE("bd4-perfumer-bottle", '\uf00d'), PERIOD("bd4-period", '\uf00e'), PERMISSIONS("bd4-permissions", '\uf00f'), PERSONAL_COLLECTION("bd4-personal-collection", '\uf010'), PERSONAL_PRIVACY("bd4-personal-privacy", '\uf011'), PERSPECTIVE("bd4-perspective", '\uf012'), PESTICIDE("bd4-pesticide", '\uf013'), PETROL("bd4-petrol", '\uf014'), PHONE("bd4-phone", '\uf015'), PHONE_BOOTH("bd4-phone-booth", '\uf016'), PHONE_CALL("bd4-phone-call", '\uf017'), PHONE_INCOMING("bd4-phone-incoming", '\uf018'), PHONE_INCOMING_ONE("bd4-phone-incoming-one", '\uf019'), PHONE_MISSED("bd4-phone-missed", '\uf01a'), PHONE_OFF("bd4-phone-off", '\uf01b'), PHONE_ONE("bd4-phone-one", '\uf01c'), PHONE_OUTGOING("bd4-phone-outgoing", '\uf01d'), PHONE_OUTGOING_ONE("bd4-phone-outgoing-one", '\uf01e'), PHONE_TELEPHONE("bd4-phone-telephone", '\uf01f'), PHONE_TWO("bd4-phone-two", '\uf020'), PHONE_VIDEO_CALL("bd4-phone-video-call", '\uf021'), PHONOGRAPH("bd4-phonograph", '\uf022'), PHOTOGRAPH("bd4-photograph", '\uf023'), PIANO("bd4-piano", '\uf024'), PIC("bd4-pic", '\uf025'), PIC_ONE("bd4-pic-one", '\uf026'), PICTURE("bd4-picture", '\uf027'), PICTURE_ALBUM("bd4-picture-album", '\uf028'), PICTURE_ONE("bd4-picture-one", '\uf029'), PIE("bd4-pie", '\uf02a'), PIE_FIVE("bd4-pie-five", '\uf02b'), PIE_FOUR("bd4-pie-four", '\uf02c'), PIE_ONE("bd4-pie-one", '\uf02d'), PIE_SEVEN("bd4-pie-seven", '\uf02e'), PIE_SIX("bd4-pie-six", '\uf02f'), PIE_THREE("bd4-pie-three", '\uf030'), PIE_TWO("bd4-pie-two", '\uf031'), PIG("bd4-pig", '\uf032'), PIGEON("bd4-pigeon", '\uf033'), PIG_ZODIAC("bd4-pig-zodiac", '\uf034'), PILL("bd4-pill", '\uf035'), PILLS("bd4-pills", '\uf036'), PIN("bd4-pin", '\uf037'), PINEAPPLE("bd4-pineapple", '\uf038'), PINWHEEL("bd4-pinwheel", '\uf039'), PISCES("bd4-pisces", '\uf03a'), PIVOT_TABLE("bd4-pivot-table", '\uf03b'), PLAN("bd4-plan", '\uf03c'), PLANET("bd4-planet", '\uf03d'), PLASTIC_SURGERY("bd4-plastic-surgery", '\uf03e'), PLATTE("bd4-platte", '\uf03f'), PLAY("bd4-play", '\uf040'), PLAYBACK_PROGRESS("bd4-playback-progress", '\uf041'), PLAY_BASKETBALL("bd4-play-basketball", '\uf042'), PLAY_CYCLE("bd4-play-cycle", '\uf043'), PLAY_ONCE("bd4-play-once", '\uf044'), PLAY_ONE("bd4-play-one", '\uf045'), PLAY_TWO("bd4-play-two", '\uf046'), PLAY_VOLLEYBALL("bd4-play-volleyball", '\uf047'), PLAY_WRONG("bd4-play-wrong", '\uf048'), PLUG("bd4-plug", '\uf049'), PLUG_ONE("bd4-plug-one", '\uf04a'), PLUS("bd4-plus", '\uf04b'), PLUS_CROSS("bd4-plus-cross", '\uf04c'), POINT("bd4-point", '\uf04d'), POINT_OUT("bd4-point-out", '\uf04e'), POKEBALL_ONE("bd4-pokeball-one", '\uf04f'), POKER("bd4-poker", '\uf050'), POPCORN("bd4-popcorn", '\uf051'), POPCORN_ONE("bd4-popcorn-one", '\uf052'), POSITIVE_DYNAMICS("bd4-positive-dynamics", '\uf053'), POT("bd4-pot", '\uf054'), POTENTIOMETER("bd4-potentiometer", '\uf055'), POUND("bd4-pound", '\uf056'), POUND_SIGN("bd4-pound-sign", '\uf057'), POUTING_FACE("bd4-pouting-face", '\uf058'), POWDER("bd4-powder", '\uf059'), POWER("bd4-power", '\uf05a'), POWERPOINT("bd4-powerpoint", '\uf05b'), POWER_SUPPLY("bd4-power-supply", '\uf05c'), POWER_SUPPLY_ONE("bd4-power-supply-one", '\uf05d'), PPT("bd4-ppt", '\uf05e'), PREGNANT_WOMEN("bd4-pregnant-women", '\uf05f'), PRESCHOOL("bd4-preschool", '\uf060'), PRESCRIPTION("bd4-prescription", '\uf061'), PRESS("bd4-press", '\uf062'), PREVIEW_CLOSE("bd4-preview-close", '\uf063'), PREVIEW_CLOSE_ONE("bd4-preview-close-one", '\uf064'), PREVIEW_OPEN("bd4-preview-open", '\uf065'), PRINTER("bd4-printer", '\uf066'), PRINTER_ONE("bd4-printer-one", '\uf067'), PRINTER_TWO("bd4-printer-two", '\uf068'), PRISON("bd4-prison", '\uf069'), PROCESS_LINE("bd4-process-line", '\uf06a'), PROJECTOR("bd4-projector", '\uf06b'), PROJECTOR_ONE("bd4-projector-one", '\uf06c'), PROJECTOR_THREE("bd4-projector-three", '\uf06d'), PROJECTOR_TWO("bd4-projector-two", '\uf06e'), PROPORTIONAL_SCALING("bd4-proportional-scaling", '\uf06f'), PROTECT("bd4-protect", '\uf070'), PROTECTION("bd4-protection", '\uf071'), PUBLIC_TOILET("bd4-public-toilet", '\uf072'), PULL_DOOR("bd4-pull-door", '\uf073'), PULL_REQUESTS("bd4-pull-requests", '\uf074'), PUMPKIN("bd4-pumpkin", '\uf075'), PURE_NATURAL("bd4-pure-natural", '\uf076'), PUSH_DOOR("bd4-push-door", '\uf077'), PUSHPIN("bd4-pushpin", '\uf078'), PUZZLE("bd4-puzzle", '\uf079'), PYRAMID("bd4-pyramid", '\uf07a'), PYRAMID_ONE("bd4-pyramid-one", '\uf07b'), QINGNIAO_CLUE("bd4-qingniao-clue", '\uf07c'), QIYEHAO("bd4-qiyehao", '\uf07d'), QUADRANGULAR_PYRAMID("bd4-quadrangular-pyramid", '\uf07e'), QUADRILATERAL("bd4-quadrilateral", '\uf07f'), QUOTE("bd4-quote", '\uf080'), RABBIT("bd4-rabbit", '\uf081'), RABBIT_ZODIAC("bd4-rabbit-zodiac", '\uf082'), RADAR("bd4-radar", '\uf083'), RADAR_CHART("bd4-radar-chart", '\uf084'), RADAR_THREE("bd4-radar-three", '\uf085'), RADAR_TWO("bd4-radar-two", '\uf086'), RADIATION("bd4-radiation", '\uf087'), RADIO("bd4-radio", '\uf088'), RADIO_NANNY("bd4-radio-nanny", '\uf089'), RADIO_ONE("bd4-radio-one", '\uf08a'), RADIO_TWO("bd4-radio-two", '\uf08b'), RADISH("bd4-radish", '\uf08c'), RADISH_ONE("bd4-radish-one", '\uf08d'), RAILWAY("bd4-railway", '\uf08e'), RANKING("bd4-ranking", '\uf08f'), RANKING_LIST("bd4-ranking-list", '\uf090'), RATTLE("bd4-rattle", '\uf091'), RATTLE_ONE("bd4-rattle-one", '\uf092'), RAZOR("bd4-razor", '\uf093'), READ_BOOK("bd4-read-book", '\uf094'), RECEIVE("bd4-receive", '\uf095'), RECEIVER("bd4-receiver", '\uf096'), RECENT_VIEWS_SORT("bd4-recent-views-sort", '\uf097'), RECORD("bd4-record", '\uf098'), RECORD_DISC("bd4-record-disc", '\uf099'), RECORD_PLAYER("bd4-record-player", '\uf09a'), RECTANGLE("bd4-rectangle", '\uf09b'), RECTANGLE_ONE("bd4-rectangle-one", '\uf09c'), RECTANGLE_SMALL("bd4-rectangle-small", '\uf09d'), RECTANGLE_TEAR("bd4-rectangle-tear", '\uf09e'), RECTANGLE_X("bd4-rectangle-x", '\uf09f'), RECTANGULAR_CIRCULAR_CONNECTION("bd4-rectangular-circular-connection", '\uf0a0'), RECTANGULAR_CIRCULAR_SEPARATION("bd4-rectangular-circular-separation", '\uf0a1'), RECTANGULAR_VERTEBRA("bd4-rectangular-vertebra", '\uf0a2'), RECYCLE_BIN("bd4-recycle-bin", '\uf0a3'), RECYCLING("bd4-recycling", '\uf0a4'), RECYCLING_POOL("bd4-recycling-pool", '\uf0a5'), RED_CROSS("bd4-red-cross", '\uf0a6'), RED_ENVELOPE("bd4-red-envelope", '\uf0a7'), RED_ENVELOPES("bd4-red-envelopes", '\uf0a8'), REDO("bd4-redo", '\uf0a9'), REDUCE("bd4-reduce", '\uf0aa'), REDUCE_DECIMAL_PLACES("bd4-reduce-decimal-places", '\uf0ab'), REDUCE_ONE("bd4-reduce-one", '\uf0ac'), REDUCE_TWO("bd4-reduce-two", '\uf0ad'), REDUCE_USER("bd4-reduce-user", '\uf0ae'), REEL("bd4-reel", '\uf0af'), REFRACTION("bd4-refraction", '\uf0b0'), REFRESH("bd4-refresh", '\uf0b1'), REFRESH_ONE("bd4-refresh-one", '\uf0b2'), REFRIGERATOR("bd4-refrigerator", '\uf0b3'), REJECT("bd4-reject", '\uf0b4'), RELATIONAL_GRAPH("bd4-relational-graph", '\uf0b5'), RELIEVED_FACE("bd4-relieved-face", '\uf0b6'), RELOAD("bd4-reload", '\uf0b7'), REMIND("bd4-remind", '\uf0b8'), REMIND_DISABLE("bd4-remind-disable", '\uf0b9'), REMOTE_CONTROL("bd4-remote-control", '\uf0ba'), REMOTE_CONTROL_ONE("bd4-remote-control-one", '\uf0bb'), RENAL("bd4-renal", '\uf0bc'), RENAULT("bd4-renault", '\uf0bd'), REPAIR("bd4-repair", '\uf0be'), REPLAY_FIVE("bd4-replay-five", '\uf0bf'), REPLAY_MUSIC("bd4-replay-music", '\uf0c0'), REPORT("bd4-report", '\uf0c1'), REPOSITIONING("bd4-repositioning", '\uf0c2'), RESISTOR("bd4-resistor", '\uf0c3'), RESPECT("bd4-respect", '\uf0c4'), RESTING("bd4-resting", '\uf0c5'), RETRO_BAG("bd4-retro-bag", '\uf0c6'), RETURN("bd4-return", '\uf0c7'), REVERSE_LENS("bd4-reverse-lens", '\uf0c8'), REVERSE_LENS_ONE("bd4-reverse-lens-one", '\uf0c9'), REVERSE_OPERATION_IN("bd4-reverse-operation-in", '\uf0ca'), REVERSE_OPERATION_OUT("bd4-reverse-operation-out", '\uf0cb'), REVERSE_ROTATION("bd4-reverse-rotation", '\uf0cc'), RICE("bd4-rice", '\uf0cd'), RIDING("bd4-riding", '\uf0ce'), RIDING_ONE("bd4-riding-one", '\uf0cf'), RIGHT("bd4-right", '\uf0d0'), RIGHT_ANGLE("bd4-right-angle", '\uf0d1'), RIGHT_BAR("bd4-right-bar", '\uf0d2'), RIGHT_BRANCH("bd4-right-branch", '\uf0d3'), RIGHT_BRANCH_ONE("bd4-right-branch-one", '\uf0d4'), RIGHT_BRANCH_TWO("bd4-right-branch-two", '\uf0d5'), RIGHT_C("bd4-right-c", '\uf0d6'), RIGHT_EXPAND("bd4-right-expand", '\uf0d7'), RIGHT_ONE("bd4-right-one", '\uf0d8'), RIGHT_RUN("bd4-right-run", '\uf0d9'), RIGHT_SMALL("bd4-right-small", '\uf0da'), RIGHT_SMALL_DOWN("bd4-right-small-down", '\uf0db'), RIGHT_SMALL_UP("bd4-right-small-up", '\uf0dc'), RIGHT_SQUARE("bd4-right-square", '\uf0dd'), RIGHT_TWO("bd4-right-two", '\uf0de'), RIGHT_USER("bd4-right-user", '\uf0df'), RING("bd4-ring", '\uf0e0'), RING_ONE("bd4-ring-one", '\uf0e1'), RINGS("bd4-rings", '\uf0e2'), RIPPLE("bd4-ripple", '\uf0e3'), ROAD("bd4-road", '\uf0e4'), ROAD_CONE("bd4-road-cone", '\uf0e5'), ROAD_ONE("bd4-road-one", '\uf0e6'), ROAD_SIGN("bd4-road-sign", '\uf0e7'), ROAD_SIGN_BOTH("bd4-road-sign-both", '\uf0e8'), ROBOT("bd4-robot", '\uf0e9'), ROBOT_ONE("bd4-robot-one", '\uf0ea'), ROBOT_TWO("bd4-robot-two", '\uf0eb'), ROCK("bd4-rock", '\uf0ec'), ROCKET("bd4-rocket", '\uf0ed'), ROCKET_ONE("bd4-rocket-one", '\uf0ee'), ROCK_GESTURE("bd4-rock-gesture", '\uf0ef'), ROCKING_HORSE("bd4-rocking-horse", '\uf0f0'), ROLLERSKATES("bd4-rollerskates", '\uf0f1'), ROMPER("bd4-romper", '\uf0f2'), ROPE_SKIPPING("bd4-rope-skipping", '\uf0f3'), ROPE_SKIPPING_ONE("bd4-rope-skipping-one", '\uf0f4'), ROTATE("bd4-rotate", '\uf0f5'), ROTATE_ONE("bd4-rotate-one", '\uf0f6'), ROTATING_ADD("bd4-rotating-add", '\uf0f7'), ROTATING_FORWARD("bd4-rotating-forward", '\uf0f8'), ROTATION("bd4-rotation", '\uf0f9'), ROTATION_HORIZONTAL("bd4-rotation-horizontal", '\uf0fa'), ROTATION_ONE("bd4-rotation-one", '\uf0fb'), ROTATION_VERTICAL("bd4-rotation-vertical", '\uf0fc'), ROUND("bd4-round", '\uf0fd'), ROUND_CALIPER("bd4-round-caliper", '\uf0fe'), ROUND_DISTORTION("bd4-round-distortion", '\uf0ff'), ROUND_MASK("bd4-round-mask", '\uf100'), ROUND_SOCKET("bd4-round-socket", '\uf101'), ROUND_TRIP("bd4-round-trip", '\uf102'), ROUTER("bd4-router", '\uf103'), ROUTER_ONE("bd4-router-one", '\uf104'), ROW_HEIGHT("bd4-row-height", '\uf105'), ROWING("bd4-rowing", '\uf106'), RS_MALE("bd4-rs-male", '\uf107'), RSS("bd4-rss", '\uf108'), RUGBY("bd4-rugby", '\uf109'), RUGBY_ONE("bd4-rugby-one", '\uf10a'), RULER("bd4-ruler", '\uf10b'), RULER_ONE("bd4-ruler-one", '\uf10c'), RULE_TWO("bd4-rule-two", '\uf10d'), RUN_LEFT("bd4-run-left", '\uf10e'), SAFE_RETRIEVAL("bd4-safe-retrieval", '\uf10f'), SAGITTARIUS("bd4-sagittarius", '\uf110'), SAILBOAT("bd4-sailboat", '\uf111'), SAILBOAT_ONE("bd4-sailboat-one", '\uf112'), SAILING("bd4-sailing", '\uf113'), SALES_REPORT("bd4-sales-report", '\uf114'), SANDALS("bd4-sandals", '\uf115'), SANDSTORM("bd4-sandstorm", '\uf116'), SANDWICH("bd4-sandwich", '\uf117'), SANDWICH_ONE("bd4-sandwich-one", '\uf118'), SAPLING("bd4-sapling", '\uf119'), SAVE("bd4-save", '\uf11a'), SAVE_ONE("bd4-save-one", '\uf11b'), SCALE("bd4-scale", '\uf11c'), SCALE_ONE("bd4-scale-one", '\uf11d'), SCALLION("bd4-scallion", '\uf11e'), SCAN("bd4-scan", '\uf11f'), SCAN_CODE("bd4-scan-code", '\uf120'), SCANNING("bd4-scanning", '\uf121'), SCANNING_TWO("bd4-scanning-two", '\uf122'), SCAN_SETTING("bd4-scan-setting", '\uf123'), SCATTER_ALIGNMENT("bd4-scatter-alignment", '\uf124'), SCHEDULE("bd4-schedule", '\uf125'), SCHOOL("bd4-school", '\uf126'), SCISSORS("bd4-scissors", '\uf127'), SCOREBOARD("bd4-scoreboard", '\uf128'), SCORPIO("bd4-scorpio", '\uf129'), SCREEN_ROTATION("bd4-screen-rotation", '\uf12a'), SCREENSHOT("bd4-screenshot", '\uf12b'), SCREENSHOT_ONE("bd4-screenshot-one", '\uf12c'), SCREENSHOT_TWO("bd4-screenshot-two", '\uf12d'), SCREWDRIVER("bd4-screwdriver", '\uf12e'), SD("bd4-sd", '\uf12f'), SD_CARD("bd4-sd-card", '\uf130'), SEAL("bd4-seal", '\uf131'), SEARCH("bd4-search", '\uf132'), SEAT("bd4-seat", '\uf133'), SECURITY("bd4-security", '\uf134'), SECURITY_STALL("bd4-security-stall", '\uf135'), SEEDLING("bd4-seedling", '\uf136'), SELECTED("bd4-selected", '\uf137'), SELECTED_FOCUS("bd4-selected-focus", '\uf138'), SELFIE("bd4-selfie", '\uf139'), SEND("bd4-send", '\uf13a'), SEND_BACKWARD("bd4-send-backward", '\uf13b'), SEND_EMAIL("bd4-send-email", '\uf13c'), SEND_ONE("bd4-send-one", '\uf13d'), SEND_TO_BACK("bd4-send-to-back", '\uf13e'), SENT_TO_BACK("bd4-sent-to-back", '\uf13f'), SEO("bd4-seo", '\uf140'), SEO_FOLDER("bd4-seo-folder", '\uf141'), SERVER("bd4-server", '\uf142'), SET_OFF("bd4-set-off", '\uf143'), SETTING("bd4-setting", '\uf144'), SETTING_COMPUTER("bd4-setting-computer", '\uf145'), SETTING_CONFIG("bd4-setting-config", '\uf146'), SETTING_LAPTOP("bd4-setting-laptop", '\uf147'), SETTING_ONE("bd4-setting-one", '\uf148'), SETTING_THREE("bd4-setting-three", '\uf149'), SETTING_TWO("bd4-setting-two", '\uf14a'), SETTING_WEB("bd4-setting-web", '\uf14b'), SEVEN_KEY("bd4-seven-key", '\uf14c'), SHADE("bd4-shade", '\uf14d'), SHAKE("bd4-shake", '\uf14e'), SHARE("bd4-share", '\uf14f'), SHARE_ONE("bd4-share-one", '\uf150'), SHARE_SYS("bd4-share-sys", '\uf151'), SHARE_THREE("bd4-share-three", '\uf152'), SHARE_TWO("bd4-share-two", '\uf153'), SHAVER("bd4-shaver", '\uf154'), SHAVER_ONE("bd4-shaver-one", '\uf155'), SHAVING("bd4-shaving", '\uf156'), SHEEP_ZODIAC("bd4-sheep-zodiac", '\uf157'), SHIELD("bd4-shield", '\uf158'), SHIELD_ADD("bd4-shield-add", '\uf159'), SHIP("bd4-ship", '\uf15a'), SHOP("bd4-shop", '\uf15b'), SHOPPING("bd4-shopping", '\uf15c'), SHOPPING_BAG("bd4-shopping-bag", '\uf15d'), SHOPPING_BAG_ONE("bd4-shopping-bag-one", '\uf15e'), SHOPPING_CART("bd4-shopping-cart", '\uf15f'), SHOPPING_CART_ADD("bd4-shopping-cart-add", '\uf160'), SHOPPING_CART_DEL("bd4-shopping-cart-del", '\uf161'), SHOPPING_CART_ONE("bd4-shopping-cart-one", '\uf162'), SHOPPING_CART_TWO("bd4-shopping-cart-two", '\uf163'), SHOPPING_MALL("bd4-shopping-mall", '\uf164'), SHORTS("bd4-shorts", '\uf165'), SHORT_SKIRT("bd4-short-skirt", '\uf166'), SHOULDER_BAG("bd4-shoulder-bag", '\uf167'), SHOVEL("bd4-shovel", '\uf168'), SHOVEL_ONE("bd4-shovel-one", '\uf169'), SHOWER_HEAD("bd4-shower-head", '\uf16a'), SHRIMP("bd4-shrimp", '\uf16b'), SHUFFLE("bd4-shuffle", '\uf16c'), SHUFFLE_ONE("bd4-shuffle-one", '\uf16d'), SHUTTER_PRIORITY("bd4-shutter-priority", '\uf16e'), SICKBED("bd4-sickbed", '\uf16f'), SIGNAL("bd4-signal", '\uf170'), SIGNAL_ONE("bd4-signal-one", '\uf171'), SIGNAL_STRENGTH("bd4-signal-strength", '\uf172'), SIGNAL_TOWER("bd4-signal-tower", '\uf173'), SIGNAL_TOWER_ONE("bd4-signal-tower-one", '\uf174'), SIM("bd4-sim", '\uf175'), SIM_CARD("bd4-sim-card", '\uf176'), SINGLE_BED("bd4-single-bed", '\uf177'), SINUSOID("bd4-sinusoid", '\uf178'), SIPPY_CUP("bd4-sippy-cup", '\uf179'), SIX("bd4-six", '\uf17a'), SIX_CIRCULAR_CONNECTION("bd4-six-circular-connection", '\uf17b'), SIX_KEY("bd4-six-key", '\uf17c'), SIX_POINTS("bd4-six-points", '\uf17d'), SKATE("bd4-skate", '\uf17e'), SKATES("bd4-skates", '\uf17f'), SKATING("bd4-skating", '\uf180'), SKETCH("bd4-sketch", '\uf181'), SKIING_NORDIC("bd4-skiing-nordic", '\uf182'), SKULL("bd4-skull", '\uf183'), SLAVE("bd4-slave", '\uf184'), SLEAVES("bd4-sleaves", '\uf185'), SLEEP("bd4-sleep", '\uf186'), SLEEP_ONE("bd4-sleep-one", '\uf187'), SLEEP_TWO("bd4-sleep-two", '\uf188'), SLIDE("bd4-slide", '\uf189'), SLIDE_TWO("bd4-slide-two", '\uf18a'), SLIDING_HORIZONTAL("bd4-sliding-horizontal", '\uf18b'), SLIDING_VERTICAL("bd4-sliding-vertical", '\uf18c'), SLIGHTLY_FROWNING_FACE_WHIT_OPEN_MOUTH("bd4-slightly-frowning-face-whit-open-mouth", '\uf18d'), SLIGHTLY_SMILING_FACE("bd4-slightly-smiling-face", '\uf18e'), SLIPPERS("bd4-slippers", '\uf18f'), SLIPPERS_ONE("bd4-slippers-one", '\uf190'), SLY_FACE_WHIT_SMILE("bd4-sly-face-whit-smile", '\uf191'), SMART_OPTIMIZATION("bd4-smart-optimization", '\uf192'), SMILING_FACE("bd4-smiling-face", '\uf193'), SMILING_FACE_WITH_SQUINTING_EYES("bd4-smiling-face-with-squinting-eyes", '\uf194'), SNACKS("bd4-snacks", '\uf195'), SNAKE_ZODIAC("bd4-snake-zodiac", '\uf196'), SNOW("bd4-snow", '\uf197'), SNOWFLAKE("bd4-snowflake", '\uf198'), SNOWMAN("bd4-snowman", '\uf199'), SOAP_BUBBLE("bd4-soap-bubble", '\uf19a'), SOCCER("bd4-soccer", '\uf19b'), SOCCER_ONE("bd4-soccer-one", '\uf19c'), SOCKS("bd4-socks", '\uf19d'), SOFA("bd4-sofa", '\uf19e'), SOFA_TWO("bd4-sofa-two", '\uf19f'), SOFTBALL("bd4-softball", '\uf1a0'), SOLAR_ENERGY("bd4-solar-energy", '\uf1a1'), SOLAR_ENERGY_ONE("bd4-solar-energy-one", '\uf1a2'), SOLID_STATE_DISK("bd4-solid-state-disk", '\uf1a3'), SORCERER_HAT("bd4-sorcerer-hat", '\uf1a4'), SORT("bd4-sort", '\uf1a5'), SORT_AMOUNT_DOWN("bd4-sort-amount-down", '\uf1a6'), SORT_AMOUNT_UP("bd4-sort-amount-up", '\uf1a7'), SORT_FOUR("bd4-sort-four", '\uf1a8'), SORT_ONE("bd4-sort-one", '\uf1a9'), SORT_THREE("bd4-sort-three", '\uf1aa'), SORT_TWO("bd4-sort-two", '\uf1ab'), SOUND("bd4-sound", '\uf1ac'), SOUND_ONE("bd4-sound-one", '\uf1ad'), SOUND_WAVE("bd4-sound-wave", '\uf1ae'), SOURCE_CODE("bd4-source-code", '\uf1af'), SOYBEAN_MILK_MAKER("bd4-soybean-milk-maker", '\uf1b0'), SPA_CANDLE("bd4-spa-candle", '\uf1b1'), SPACE_COLONY("bd4-space-colony", '\uf1b2'), SPANNER("bd4-spanner", '\uf1b3'), SPEAKER("bd4-speaker", '\uf1b4'), SPEAKER_ONE("bd4-speaker-one", '\uf1b5'), SPEED("bd4-speed", '\uf1b6'), SPEED_ONE("bd4-speed-one", '\uf1b7'), SPERM("bd4-sperm", '\uf1b8'), SPHERE("bd4-sphere", '\uf1b9'), SPIDER_MAN("bd4-spider-man", '\uf1ba'), SPIKEDSHOES("bd4-spikedshoes", '\uf1bb'), SPINNING_TOP("bd4-spinning-top", '\uf1bc'), SPLIT("bd4-split", '\uf1bd'), SPLIT_BRANCH("bd4-split-branch", '\uf1be'), SPLIT_CELLS("bd4-split-cells", '\uf1bf'), SPLIT_TURN_DOWN_LEFT("bd4-split-turn-down-left", '\uf1c0'), SPLIT_TURN_DOWN_RIGHT("bd4-split-turn-down-right", '\uf1c1'), SPOON("bd4-spoon", '\uf1c2'), SPORT("bd4-sport", '\uf1c3'), SPORTING("bd4-sporting", '\uf1c4'), SQUARE("bd4-square", '\uf1c5'), SQUARE_SMALL("bd4-square-small", '\uf1c6'), SSD("bd4-ssd", '\uf1c7'), STACK_LIGHT("bd4-stack-light", '\uf1c8'), STAMP("bd4-stamp", '\uf1c9'), STAND_UP("bd4-stand-up", '\uf1ca'), STAPLER("bd4-stapler", '\uf1cb'), STAR("bd4-star", '\uf1cc'), STAR_ONE("bd4-star-one", '\uf1cd'), START_TIME_SORT("bd4-start-time-sort", '\uf1ce'), STEERING_WHEEL("bd4-steering-wheel", '\uf1cf'), STEOLLER("bd4-steoller", '\uf1d0'), STEREO_NESTING("bd4-stereo-nesting", '\uf1d1'), STEREO_ONE("bd4-stereo-one", '\uf1d2'), STEREO_PERSPECTIVE("bd4-stereo-perspective", '\uf1d3'), STETHOSCOPE("bd4-stethoscope", '\uf1d4'), STICKERS("bd4-stickers", '\uf1d5'), STOCK_MARKET("bd4-stock-market", '\uf1d6'), STOPWATCH("bd4-stopwatch", '\uf1d7'), STOPWATCH_START("bd4-stopwatch-start", '\uf1d8'), STORAGE_CARD_ONE("bd4-storage-card-one", '\uf1d9'), STORAGE_CARD_TWO("bd4-storage-card-two", '\uf1da'), STRAIGHT_RAZOR("bd4-straight-razor", '\uf1db'), STRAW_HAT("bd4-straw-hat", '\uf1dc'), STRETCHING("bd4-stretching", '\uf1dd'), STRETCHING_ONE("bd4-stretching-one", '\uf1de'), STRIKETHROUGH("bd4-strikethrough", '\uf1df'), STRONGBOX("bd4-strongbox", '\uf1e0'), S_TURN_DOWN("bd4-s-turn-down", '\uf1e1'), S_TURN_LEFT("bd4-s-turn-left", '\uf1e2'), S_TURN_RIGHT("bd4-s-turn-right", '\uf1e3'), S_TURN_UP("bd4-s-turn-up", '\uf1e4'), SUBTRACT_SELECTION("bd4-subtract-selection", '\uf1e5'), SUBTRACT_SELECTION_ONE("bd4-subtract-selection-one", '\uf1e6'), SUBWAY("bd4-subway", '\uf1e7'), SUCCESS("bd4-success", '\uf1e8'), SUCCESS_PICTURE("bd4-success-picture", '\uf1e9'), SUM("bd4-sum", '\uf1ea'), SUN("bd4-sun", '\uf1eb'), SUNBATH("bd4-sunbath", '\uf1ec'), SUN_HAT("bd4-sun-hat", '\uf1ed'), SUNNY("bd4-sunny", '\uf1ee'), SUN_ONE("bd4-sun-one", '\uf1ef'), SUNRISE("bd4-sunrise", '\uf1f0'), SUNSET("bd4-sunset", '\uf1f1'), SUNSHADE("bd4-sunshade", '\uf1f2'), SURPRISED_FACE_WITH_OPEN_BIG_MOUTH("bd4-surprised-face-with-open-big-mouth", '\uf1f3'), SURPRISED_FACE_WITH_OPEN_MOUTH("bd4-surprised-face-with-open-mouth", '\uf1f4'), SURVEILLANCE_CAMERAS("bd4-surveillance-cameras", '\uf1f5'), SURVEILLANCE_CAMERAS_ONE("bd4-surveillance-cameras-one", '\uf1f6'), SURVEILLANCE_CAMERAS_TWO("bd4-surveillance-cameras-two", '\uf1f7'), SWALLOW("bd4-swallow", '\uf1f8'), SWEATER("bd4-sweater", '\uf1f9'), SWIMMING_POOL("bd4-swimming-pool", '\uf1fa'), SWIMMING_RING("bd4-swimming-ring", '\uf1fb'), SWIMSUIT("bd4-swimsuit", '\uf1fc'), SWING("bd4-swing", '\uf1fd'), SWIPE("bd4-swipe", '\uf1fe'), SWITCH("bd4-switch", '\uf1ff'), SWITCH_BUTTON("bd4-switch-button", '\uf200'), SWITCH_CONTRAST("bd4-switch-contrast", '\uf201'), SWITCHING_DONE("bd4-switching-done", '\uf202'), SWITCH_NINTENDO("bd4-switch-nintendo", '\uf203'), SWITCH_ONE("bd4-switch-one", '\uf204'), SWITCH_THEMES("bd4-switch-themes", '\uf205'), SWITCH_TRACK("bd4-switch-track", '\uf206'), SYMBOL("bd4-symbol", '\uf207'), SYMBOL_DOUBLE_X("bd4-symbol-double-x", '\uf208'), SYMMETRY("bd4-symmetry", '\uf209'), SYNC("bd4-sync", '\uf20a'), SYSTEM("bd4-system", '\uf20b'), TABLE("bd4-table", '\uf20c'), TABLE_FILE("bd4-table-file", '\uf20d'), TABLE_LAMP("bd4-table-lamp", '\uf20e'), TABLE_REPORT("bd4-table-report", '\uf20f'), TABLETENNIS("bd4-tabletennis", '\uf210'), TAG("bd4-tag", '\uf211'), TAG_ONE("bd4-tag-one", '\uf212'), TAILORING("bd4-tailoring", '\uf213'), TAILORING_TWO("bd4-tailoring-two", '\uf214'), TAJ_MAHAL("bd4-taj-mahal", '\uf215'), TAKE_OFF("bd4-take-off", '\uf216'), TAKE_OFF_ONE("bd4-take-off-one", '\uf217'), TAOBAO("bd4-taobao", '\uf218'), TAPE("bd4-tape", '\uf219'), TAPE_MEASURE("bd4-tape-measure", '\uf21a'), TARGET("bd4-target", '\uf21b'), TARGET_ONE("bd4-target-one", '\uf21c'), TARGET_TWO("bd4-target-two", '\uf21d'), TAURUS("bd4-taurus", '\uf21e'), TAXI("bd4-taxi", '\uf21f'), TEA("bd4-tea", '\uf220'), TEA_DRINK("bd4-tea-drink", '\uf221'), TEAPOT("bd4-teapot", '\uf222'), TEETH("bd4-teeth", '\uf223'), TELEGRAM("bd4-telegram", '\uf224'), TELESCOPE("bd4-telescope", '\uf225'), TENCENT_QQ("bd4-tencent-qq", '\uf226'), TENNIS("bd4-tennis", '\uf227'), TENT("bd4-tent", '\uf228'), TENT_BANNER("bd4-tent-banner", '\uf229'), TERMINAL("bd4-terminal", '\uf22a'), TERMINATION_FILE("bd4-termination-file", '\uf22b'), TERRACE("bd4-terrace", '\uf22c'), TEST_TUBE("bd4-test-tube", '\uf22d'), TEXT("bd4-text", '\uf22e'), TEXTAREA("bd4-textarea", '\uf22f'), TEXT_BOLD("bd4-text-bold", '\uf230'), TEXT_ITALIC("bd4-text-italic", '\uf231'), TEXT_MESSAGE("bd4-text-message", '\uf232'), TEXT_RECOGNITION("bd4-text-recognition", '\uf233'), TEXT_ROTATION_DOWN("bd4-text-rotation-down", '\uf234'), TEXT_ROTATION_LEFT("bd4-text-rotation-left", '\uf235'), TEXT_ROTATION_NONE("bd4-text-rotation-none", '\uf236'), TEXT_ROTATION_UP("bd4-text-rotation-up", '\uf237'), TEXT_STYLE("bd4-text-style", '\uf238'), TEXT_STYLE_ONE("bd4-text-style-one", '\uf239'), TEXT_UNDERLINE("bd4-text-underline", '\uf23a'), TEXTURE("bd4-texture", '\uf23b'), TEXTURE_TWO("bd4-texture-two", '\uf23c'), TEXT_WRAP_OVERFLOW("bd4-text-wrap-overflow", '\uf23d'), TEXT_WRAP_TRUNCATION("bd4-text-wrap-truncation", '\uf23e'), THEATER("bd4-theater", '\uf23f'), THEME("bd4-theme", '\uf240'), THERMOMETER("bd4-thermometer", '\uf241'), THERMOMETER_ONE("bd4-thermometer-one", '\uf242'), THERMOS_CUP("bd4-thermos-cup", '\uf243'), THE_SINGLE_SHOULDER_BAG("bd4-the-single-shoulder-bag", '\uf244'), THIN("bd4-thin", '\uf245'), THINKING_PROBLEM("bd4-thinking-problem", '\uf246'), THREE("bd4-three", '\uf247'), THREE_D_GLASSES("bd4-three-d-glasses", '\uf248'), THREE_HEXAGONS("bd4-three-hexagons", '\uf249'), THREE_KEY("bd4-three-key", '\uf24a'), THREE_SLASHES("bd4-three-slashes", '\uf24b'), THREE_THREE("bd4-three-three", '\uf24c'), THREE_TRIANGLES("bd4-three-triangles", '\uf24d'), THUMBS_DOWN("bd4-thumbs-down", '\uf24e'), THUMBS_UP("bd4-thumbs-up", '\uf24f'), THUNDERBOLT("bd4-thunderbolt", '\uf250'), THUNDERSTORM("bd4-thunderstorm", '\uf251'), THUNDERSTORM_ONE("bd4-thunderstorm-one", '\uf252'), TICKET("bd4-ticket", '\uf253'), TICKET_ONE("bd4-ticket-one", '\uf254'), TICKETS_CHECKED("bd4-tickets-checked", '\uf255'), TICKETS_ONE("bd4-tickets-one", '\uf256'), TICKETS_TWO("bd4-tickets-two", '\uf257'), TIGER_ZODIAC("bd4-tiger-zodiac", '\uf258'), TIKTOK("bd4-tiktok", '\uf259'), TIME("bd4-time", '\uf25a'), TIMED_MAIL("bd4-timed-mail", '\uf25b'), TIMELINE("bd4-timeline", '\uf25c'), TIMER("bd4-timer", '\uf25d'), TIPS("bd4-tips", '\uf25e'), TIPS_ONE("bd4-tips-one", '\uf25f'), TIRE_SWING("bd4-tire-swing", '\uf260'), TITLE_LEVEL("bd4-title-level", '\uf261'), TO_BOTTOM("bd4-to-bottom", '\uf262'), TO_BOTTOM_ONE("bd4-to-bottom-one", '\uf263'), TOILET("bd4-toilet", '\uf264'), TO_LEFT("bd4-to-left", '\uf265'), TOMATO("bd4-tomato", '\uf266'), TOOL("bd4-tool", '\uf267'), TOOLKIT("bd4-toolkit", '\uf268'), TOP_BAR("bd4-top-bar", '\uf269'), TOPBUZZ("bd4-topbuzz", '\uf26a'), TOPIC("bd4-topic", '\uf26b'), TOPIC_DISCUSSION("bd4-topic-discussion", '\uf26c'), TORCH("bd4-torch", '\uf26d'), TO_RIGHT("bd4-to-right", '\uf26e'), TO_TOP("bd4-to-top", '\uf26f'), TO_TOP_ONE("bd4-to-top-one", '\uf270'), TOUR_BUS("bd4-tour-bus", '\uf271'), TOWEL("bd4-towel", '\uf272'), TOWER("bd4-tower", '\uf273'), TOWER_OF_BABEL("bd4-tower-of-babel", '\uf274'), TOWER_OF_PISA("bd4-tower-of-pisa", '\uf275'), TOXINS("bd4-toxins", '\uf276'), TRACE("bd4-trace", '\uf277'), TRADEMARK("bd4-trademark", '\uf278'), TRADITIONAL_CHINESE_MEDICINE("bd4-traditional-chinese-medicine", '\uf279'), TRAIN("bd4-train", '\uf27a'), TRANSACTION("bd4-transaction", '\uf27b'), TRANSACTION_ORDER("bd4-transaction-order", '\uf27c'), TRANSFER("bd4-transfer", '\uf27d'), TRANSFER_DATA("bd4-transfer-data", '\uf27e'), TRANSFORM("bd4-transform", '\uf27f'), TRANSLATE("bd4-translate", '\uf280'), TRANSLATION("bd4-translation", '\uf281'), TRANSPORT("bd4-transport", '\uf282'), TRANSPORTER("bd4-transporter", '\uf283'), TRAPEZOID("bd4-trapezoid", '\uf284'), TRAY("bd4-tray", '\uf285'), TREADMILL("bd4-treadmill", '\uf286'), TREADMILL_ONE("bd4-treadmill-one", '\uf287'), TREADMILL_TWO("bd4-treadmill-two", '\uf288'), TREASURE_CHEST("bd4-treasure-chest", '\uf289'), TREE("bd4-tree", '\uf28a'), TREE_DIAGRAM("bd4-tree-diagram", '\uf28b'), TREE_LIST("bd4-tree-list", '\uf28c'), TREE_ONE("bd4-tree-one", '\uf28d'), TREE_TWO("bd4-tree-two", '\uf28e'), TREND("bd4-trend", '\uf28f'), TRENDING_DOWN("bd4-trending-down", '\uf290'), TRENDING_UP("bd4-trending-up", '\uf291'), TREND_TWO("bd4-trend-two", '\uf292'), TRIANGLE("bd4-triangle", '\uf293'), TRIANGLE_ROUND_RECTANGLE("bd4-triangle-round-rectangle", '\uf294'), TRIANGLE_RULER("bd4-triangle-ruler", '\uf295'), TRIANGULAR_PYRAMID("bd4-triangular-pyramid", '\uf296'), TROPHY("bd4-trophy", '\uf297'), TROUSERS_BELL_BOTTOMS("bd4-trousers-bell-bottoms", '\uf298'), TRUCK("bd4-truck", '\uf299'), TRUMPET("bd4-trumpet", '\uf29a'), TRUNK("bd4-trunk", '\uf29b'), T_SHIRT("bd4-t-shirt", '\uf29c'), TUB("bd4-tub", '\uf29d'), TUCHONG("bd4-tuchong", '\uf29e'), TUMBLR("bd4-tumblr", '\uf29f'), TURKEY("bd4-turkey", '\uf2a0'), TURN_AROUND("bd4-turn-around", '\uf2a1'), TURN_OFF_BLUETOOTH("bd4-turn-off-bluetooth", '\uf2a2'), TURN_ON("bd4-turn-on", '\uf2a3'), TV("bd4-tv", '\uf2a4'), TV_ONE("bd4-tv-one", '\uf2a5'), TWITTER("bd4-twitter", '\uf2a6'), TWO("bd4-two", '\uf2a7'), TWO_DIMENSIONAL_CODE("bd4-two-dimensional-code", '\uf2a8'), TWO_DIMENSIONAL_CODE_ONE("bd4-two-dimensional-code-one", '\uf2a9'), TWO_DIMENSIONAL_CODE_TWO("bd4-two-dimensional-code-two", '\uf2aa'), TWO_ELLIPSES("bd4-two-ellipses", '\uf2ab'), TWO_FINGERS("bd4-two-fingers", '\uf2ac'), TWO_HANDS("bd4-two-hands", '\uf2ad'), TWO_KEY("bd4-two-key", '\uf2ae'), TWO_SEMICIRCLES("bd4-two-semicircles", '\uf2af'), TWO_TRIANGLES("bd4-two-triangles", '\uf2b0'), TWO_TRIANGLES_TWO("bd4-two-triangles-two", '\uf2b1'), TWO_TWO("bd4-two-two", '\uf2b2'), TYPE_DRIVE("bd4-type-drive", '\uf2b3'), U_DISK("bd4-u-disk", '\uf2b4'), ULIKECAM("bd4-ulikecam", '\uf2b5'), UMBRELLA("bd4-umbrella", '\uf2b6'), UMBRELLA_ONE("bd4-umbrella-one", '\uf2b7'), UMBRELLA_TWO("bd4-umbrella-two", '\uf2b8'), UNDO("bd4-undo", '\uf2b9'), UNGROUP("bd4-ungroup", '\uf2ba'), UNICAST("bd4-unicast", '\uf2bb'), UNION_SELECTION("bd4-union-selection", '\uf2bc'), UNIVERSAL("bd4-universal", '\uf2bd'), UNLIKE("bd4-unlike", '\uf2be'), UNLINK("bd4-unlink", '\uf2bf'), UNLOCK("bd4-unlock", '\uf2c0'), UNLOCK_ONE("bd4-unlock-one", '\uf2c1'), UNORDERED_LIST("bd4-unordered-list", '\uf2c2'), UP("bd4-up", '\uf2c3'), UP_AND_DOWN("bd4-up-and-down", '\uf2c4'), UP_C("bd4-up-c", '\uf2c5'), UPDATE_ROTATION("bd4-update-rotation", '\uf2c6'), UPLOAD("bd4-upload", '\uf2c7'), UPLOAD_COMPUTER("bd4-upload-computer", '\uf2c8'), UPLOAD_LAPTOP("bd4-upload-laptop", '\uf2c9'), UPLOAD_LOGS("bd4-upload-logs", '\uf2ca'), UPLOAD_ONE("bd4-upload-one", '\uf2cb'), UPLOAD_PICTURE("bd4-upload-picture", '\uf2cc'), UPLOAD_THREE("bd4-upload-three", '\uf2cd'), UPLOAD_TWO("bd4-upload-two", '\uf2ce'), UPLOAD_WEB("bd4-upload-web", '\uf2cf'), UP_ONE("bd4-up-one", '\uf2d0'), UPSIDE_DOWN_FACE("bd4-upside-down-face", '\uf2d1'), UP_SMALL("bd4-up-small", '\uf2d2'), UP_SQUARE("bd4-up-square", '\uf2d3'), UP_TWO("bd4-up-two", '\uf2d4'), USB("bd4-usb", '\uf2d5'), USB_MEMORY_STICK("bd4-usb-memory-stick", '\uf2d6'), USB_MICRO_ONE("bd4-usb-micro-one", '\uf2d7'), USB_MICRO_TWO("bd4-usb-micro-two", '\uf2d8'), USB_ONE("bd4-usb-one", '\uf2d9'), USB_TYPE_C("bd4-usb-type-c", '\uf2da'), USER("bd4-user", '\uf2db'), USER_BUSINESS("bd4-user-business", '\uf2dc'), USER_POSITIONING("bd4-user-positioning", '\uf2dd'), USER_TO_USER_TRANSMISSION("bd4-user-to-user-transmission", '\uf2de'), UTERUS("bd4-uterus", '\uf2df'), U_TURN_DOWN("bd4-u-turn-down", '\uf2e0'), U_TURN_LEFT("bd4-u-turn-left", '\uf2e1'), U_TURN_RIGHT("bd4-u-turn-right", '\uf2e2'), U_TURN_UP("bd4-u-turn-up", '\uf2e3'), VACATION("bd4-vacation", '\uf2e4'), VACUUM_CLEANER("bd4-vacuum-cleaner", '\uf2e5'), VEGETABLE_BASKET("bd4-vegetable-basket", '\uf2e6'), VEGETABLES("bd4-vegetables", '\uf2e7'), VERTICALLY_CENTERED("bd4-vertically-centered", '\uf2e8'), VERTICAL_SPACING_BETWEEN_ITEMS("bd4-vertical-spacing-between-items", '\uf2e9'), VERTICAL_TIDY_UP("bd4-vertical-tidy-up", '\uf2ea'), VERTICAL_TIMELINE("bd4-vertical-timeline", '\uf2eb'), VEST("bd4-vest", '\uf2ec'), VIAL("bd4-vial", '\uf2ed'), VICIA_FABA("bd4-vicia-faba", '\uf2ee'), VIDEO("bd4-video", '\uf2ef'), VIDEOCAMERA("bd4-videocamera", '\uf2f0'), VIDEOCAMERA_ONE("bd4-videocamera-one", '\uf2f1'), VIDEO_CONFERENCE("bd4-video-conference", '\uf2f2'), VIDEO_FILE("bd4-video-file", '\uf2f3'), VIDEO_ONE("bd4-video-one", '\uf2f4'), VIDEO_TWO("bd4-video-two", '\uf2f5'), VIENCHARTS("bd4-viencharts", '\uf2f6'), VIEWFINDER("bd4-viewfinder", '\uf2f7'), VIEW_GRID_CARD("bd4-view-grid-card", '\uf2f8'), VIEW_GRID_DETAIL("bd4-view-grid-detail", '\uf2f9'), VIEW_GRID_LIST("bd4-view-grid-list", '\uf2fa'), VIEW_LIST("bd4-view-list", '\uf2fb'), VIGO("bd4-vigo", '\uf2fc'), VIP("bd4-vip", '\uf2fd'), VIP_ONE("bd4-vip-one", '\uf2fe'), VIRGO("bd4-virgo", '\uf2ff'), VIRTUAL_REALITY_GLASSES("bd4-virtual-reality-glasses", '\uf300'), VOICE("bd4-voice", '\uf301'), VOICE_INPUT("bd4-voice-input", '\uf302'), VOICEMAIL("bd4-voicemail", '\uf303'), VOICE_MESSAGE("bd4-voice-message", '\uf304'), VOICE_OFF("bd4-voice-off", '\uf305'), VOICE_ONE("bd4-voice-one", '\uf306'), VOLKSWAGEN("bd4-volkswagen", '\uf307'), VOLLEYBALL("bd4-volleyball", '\uf308'), VOLUME_DOWN("bd4-volume-down", '\uf309'), VOLUME_MUTE("bd4-volume-mute", '\uf30a'), VOLUME_NOTICE("bd4-volume-notice", '\uf30b'), VOLUME_SMALL("bd4-volume-small", '\uf30c'), VOLUME_UP("bd4-volume-up", '\uf30d'), VR_GLASSES("bd4-vr-glasses", '\uf30e'), WAISTLINE("bd4-waistline", '\uf30f'), WALLET("bd4-wallet", '\uf310'), WALLET_ONE("bd4-wallet-one", '\uf311'), WALLET_THREE("bd4-wallet-three", '\uf312'), WALLET_TWO("bd4-wallet-two", '\uf313'), WAREHOUSING("bd4-warehousing", '\uf314'), WASHING_MACHINE("bd4-washing-machine", '\uf315'), WASHING_MACHINE_ONE("bd4-washing-machine-one", '\uf316'), WATCH("bd4-watch", '\uf317'), WATCH_ONE("bd4-watch-one", '\uf318'), WATER("bd4-water", '\uf319'), WATERFALLS_H("bd4-waterfalls-h", '\uf31a'), WATERFALLS_V("bd4-waterfalls-v", '\uf31b'), WATER_LEVEL("bd4-water-level", '\uf31c'), WATERMELON("bd4-watermelon", '\uf31d'), WATERMELON_ONE("bd4-watermelon-one", '\uf31e'), WATER_NO("bd4-water-no", '\uf31f'), WATERPOLO("bd4-waterpolo", '\uf320'), WATERPOLO_ONE("bd4-waterpolo-one", '\uf321'), WATER_RATE("bd4-water-rate", '\uf322'), WATER_RATE_TWO("bd4-water-rate-two", '\uf323'), WAVES("bd4-waves", '\uf324'), WAVES_LEFT("bd4-waves-left", '\uf325'), WAVES_RIGHT("bd4-waves-right", '\uf326'), WEARY_FACE("bd4-weary-face", '\uf327'), WEBCAM("bd4-webcam", '\uf328'), WEB_PAGE("bd4-web-page", '\uf329'), WECHAT("bd4-wechat", '\uf32a'), WEIBO("bd4-weibo", '\uf32b'), WEIGHT("bd4-weight", '\uf32c'), WEIGHTLIFTING("bd4-weightlifting", '\uf32d'), WEIXIN_CARDS_OFFERS("bd4-weixin-cards-offers", '\uf32e'), WEIXIN_FAVORITES("bd4-weixin-favorites", '\uf32f'), WEIXIN_GAMES("bd4-weixin-games", '\uf330'), WEIXIN_MARKET("bd4-weixin-market", '\uf331'), WEIXIN_MINI_APP("bd4-weixin-mini-app", '\uf332'), WEIXIN_PEOPLE_NEARBY("bd4-weixin-people-nearby", '\uf333'), WEIXIN_SCAN("bd4-weixin-scan", '\uf334'), WEIXIN_SEARCH("bd4-weixin-search", '\uf335'), WEIXIN_SHAKE("bd4-weixin-shake", '\uf336'), WEIXIN_TOP_STORIES("bd4-weixin-top-stories", '\uf337'), WHALE("bd4-whale", '\uf338'), WHEELCHAIR("bd4-wheelchair", '\uf339'), WHIRLWIND("bd4-whirlwind", '\uf33a'), WHISTLING("bd4-whistling", '\uf33b'), WHOLE_SITE_ACCELERATOR("bd4-whole-site-accelerator", '\uf33c'), WIFI("bd4-wifi", '\uf33d'), WIND("bd4-wind", '\uf33e'), WINDMILL("bd4-windmill", '\uf33f'), WINDMILL_ONE("bd4-windmill-one", '\uf340'), WINDMILL_TWO("bd4-windmill-two", '\uf341'), WINDOWS("bd4-windows", '\uf342'), WIND_TURBINE("bd4-wind-turbine", '\uf343'), WINGSUIT_FLYING("bd4-wingsuit-flying", '\uf344'), WINKING_FACE("bd4-winking-face", '\uf345'), WINKING_FACE_WITH_OPEN_EYES("bd4-winking-face-with-open-eyes", '\uf346'), WOMAN("bd4-woman", '\uf347'), WOMEN("bd4-women", '\uf348'), WOMEN_COAT("bd4-women-coat", '\uf349'), WOOLEN_HAT("bd4-woolen-hat", '\uf34a'), WORD("bd4-word", '\uf34b'), WORKBENCH("bd4-workbench", '\uf34c'), WORKER("bd4-worker", '\uf34d'), WORLD("bd4-world", '\uf34e'), WORRIED_FACE("bd4-worried-face", '\uf34f'), WRITE("bd4-write", '\uf350'), WRITING_FLUENTLY("bd4-writing-fluently", '\uf351'), WRONG_USER("bd4-wrong-user", '\uf352'), XIAODU("bd4-xiaodu", '\uf353'), XIAODU_HOME("bd4-xiaodu-home", '\uf354'), XIGUA("bd4-xigua", '\uf355'), XINGFULI("bd4-xingfuli", '\uf356'), XINGTU("bd4-xingtu", '\uf357'), YEP("bd4-yep", '\uf358'), YOUTOBE("bd4-youtobe", '\uf359'), YOUTUBE("bd4-youtube", '\uf35a'), ZERO_KEY("bd4-zero-key", '\uf35b'), ZIJINYUNYING("bd4-zijinyunying", '\uf35c'), ZIP("bd4-zip", '\uf35d'), ZOOM("bd4-zoom", '\uf35e'), ZOOM_IN("bd4-zoom-in", '\uf35f'), ZOOM_INTERNAL("bd4-zoom-internal", '\uf360'), ZOOM_OUT("bd4-zoom-out", '\uf361'); public static BytedanceIconsExtraBoldMZ findByDescription(String description) { for (BytedanceIconsExtraBoldMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsExtraBoldMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsExtraBoldMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsExtraBoldMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-ExtraBold.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd4-"); } @Override public Ikon resolve(String description) { return BytedanceIconsExtraBoldMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-ExtraBold"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsExtraBoldMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class BytedanceIconsExtraBoldMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsExtraBoldMZ.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsRegularAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsRegularAL implements Ikon { ABDOMINAL("bd2-abdominal", '\ue900'), ABNORMAL("bd2-abnormal", '\ue901'), A_CANE("bd2-a-cane", '\ue902'), ACCELERATION("bd2-acceleration", '\ue903'), ACCEPT_EMAIL("bd2-accept-email", '\ue904'), ACOUSTIC("bd2-acoustic", '\ue905'), ACTIVITY_SOURCE("bd2-activity-source", '\ue906'), AD("bd2-ad", '\ue907'), ADD("bd2-add", '\ue908'), ADD_COMPUTER("bd2-add-computer", '\ue909'), ADD_FOUR("bd2-add-four", '\ue90a'), ADD_ITEM("bd2-add-item", '\ue90b'), ADD_MODE("bd2-add-mode", '\ue90c'), ADD_MUSIC("bd2-add-music", '\ue90d'), ADD_ONE("bd2-add-one", '\ue90e'), ADD_PIC("bd2-add-pic", '\ue90f'), ADD_PICTURE("bd2-add-picture", '\ue910'), ADD_PRINT("bd2-add-print", '\ue911'), ADDRESS_BOOK("bd2-address-book", '\ue912'), ADD_SUBSET("bd2-add-subset", '\ue913'), ADD_SUBTRACT("bd2-add-subtract", '\ue914'), ADD_TEXT("bd2-add-text", '\ue915'), ADD_TEXT_TWO("bd2-add-text-two", '\ue916'), ADD_THREE("bd2-add-three", '\ue917'), ADD_TWO("bd2-add-two", '\ue918'), ADD_USER("bd2-add-user", '\ue919'), ADD_WEB("bd2-add-web", '\ue91a'), ADJACENT_ITEM("bd2-adjacent-item", '\ue91b'), ADJUSTMENT("bd2-adjustment", '\ue91c'), ADOBE_ILLUSTRATE("bd2-adobe-illustrate", '\ue91d'), ADOBE_INDESIGN("bd2-adobe-indesign", '\ue91e'), ADOBE_LIGHTROOM("bd2-adobe-lightroom", '\ue91f'), ADOBE_PHOTOSHOP("bd2-adobe-photoshop", '\ue920'), AD_PRODUCT("bd2-ad-product", '\ue921'), AFFERENT("bd2-afferent", '\ue922'), AFFERENT_FOUR("bd2-afferent-four", '\ue923'), AFFERENT_THREE("bd2-afferent-three", '\ue924'), AFFERENT_TWO("bd2-afferent-two", '\ue925'), AFRO_PICK("bd2-afro-pick", '\ue926'), AGREEMENT("bd2-agreement", '\ue927'), AIMING("bd2-aiming", '\ue928'), AIR_BIKE("bd2-air-bike", '\ue929'), AIR_CONDITIONING("bd2-air-conditioning", '\ue92a'), AIRPLANE("bd2-airplane", '\ue92b'), AIRPLANE_WINDOW("bd2-airplane-window", '\ue92c'), AIRPLANE_WINDOW_ONE("bd2-airplane-window-one", '\ue92d'), AIRPLAY("bd2-airplay", '\ue92e'), AIRPODS("bd2-airpods", '\ue92f'), ALARM("bd2-alarm", '\ue930'), ALARM_CLOCK("bd2-alarm-clock", '\ue931'), ALIGN_BOTTOM("bd2-align-bottom", '\ue932'), ALIGN_BOTTOM_TWO("bd2-align-bottom-two", '\ue933'), ALIGN_HORIZONTAL_CENTER_TWO("bd2-align-horizontal-center-two", '\ue934'), ALIGN_HORIZONTALLY("bd2-align-horizontally", '\ue935'), ALIGN_LEFT("bd2-align-left", '\ue936'), ALIGN_LEFT_ONE("bd2-align-left-one", '\ue937'), ALIGN_LEFT_TWO("bd2-align-left-two", '\ue938'), ALIGNMENT_BOTTOM_CENTER("bd2-alignment-bottom-center", '\ue939'), ALIGNMENT_BOTTOM_LEFT("bd2-alignment-bottom-left", '\ue93a'), ALIGNMENT_BOTTOM_RIGHT("bd2-alignment-bottom-right", '\ue93b'), ALIGNMENT_HORIZONTAL_BOTTOM("bd2-alignment-horizontal-bottom", '\ue93c'), ALIGNMENT_HORIZONTAL_CENTER("bd2-alignment-horizontal-center", '\ue93d'), ALIGNMENT_HORIZONTAL_TOP("bd2-alignment-horizontal-top", '\ue93e'), ALIGNMENT_LEFT_BOTTOM("bd2-alignment-left-bottom", '\ue93f'), ALIGNMENT_LEFT_CENTER("bd2-alignment-left-center", '\ue940'), ALIGNMENT_LEFT_TOP("bd2-alignment-left-top", '\ue941'), ALIGNMENT_RIGHT_BOTTOM("bd2-alignment-right-bottom", '\ue942'), ALIGNMENT_RIGHT_CENTER("bd2-alignment-right-center", '\ue943'), ALIGNMENT_RIGHT_TOP("bd2-alignment-right-top", '\ue944'), ALIGNMENT_TOP_CENTER("bd2-alignment-top-center", '\ue945'), ALIGNMENT_TOP_LEFT("bd2-alignment-top-left", '\ue946'), ALIGNMENT_TOP_RIGHT("bd2-alignment-top-right", '\ue947'), ALIGNMENT_VERTICAL_CENTER("bd2-alignment-vertical-center", '\ue948'), ALIGNMENT_VERTICAL_LEFT("bd2-alignment-vertical-left", '\ue949'), ALIGNMENT_VERTICAL_RIGHT("bd2-alignment-vertical-right", '\ue94a'), ALIGN_RIGHT("bd2-align-right", '\ue94b'), ALIGN_RIGHT_ONE("bd2-align-right-one", '\ue94c'), ALIGN_RIGHT_TWO("bd2-align-right-two", '\ue94d'), ALIGN_TEXT_BOTH("bd2-align-text-both", '\ue94e'), ALIGN_TEXT_BOTH_ONE("bd2-align-text-both-one", '\ue94f'), ALIGN_TEXT_BOTTOM("bd2-align-text-bottom", '\ue950'), ALIGN_TEXT_BOTTOM_ONE("bd2-align-text-bottom-one", '\ue951'), ALIGN_TEXT_CENTER("bd2-align-text-center", '\ue952'), ALIGN_TEXT_CENTER_ONE("bd2-align-text-center-one", '\ue953'), ALIGN_TEXT_LEFT("bd2-align-text-left", '\ue954'), ALIGN_TEXT_LEFT_ONE("bd2-align-text-left-one", '\ue955'), ALIGN_TEXT_MIDDLE("bd2-align-text-middle", '\ue956'), ALIGN_TEXT_MIDDLE_ONE("bd2-align-text-middle-one", '\ue957'), ALIGN_TEXT_RIGHT("bd2-align-text-right", '\ue958'), ALIGN_TEXT_RIGHT_ONE("bd2-align-text-right-one", '\ue959'), ALIGN_TEXT_TOP("bd2-align-text-top", '\ue95a'), ALIGN_TEXT_TOP_ONE("bd2-align-text-top-one", '\ue95b'), ALIGN_TOP("bd2-align-top", '\ue95c'), ALIGN_TOP_TWO("bd2-align-top-two", '\ue95d'), ALIGN_VERTICAL_CENTER_TWO("bd2-align-vertical-center-two", '\ue95e'), ALIGN_VERTICALLY("bd2-align-vertically", '\ue95f'), ALIPAY("bd2-alipay", '\ue960'), ALL_APPLICATION("bd2-all-application", '\ue961'), ALPHABETICAL_SORTING("bd2-alphabetical-sorting", '\ue962'), ALPHABETICAL_SORTING_TWO("bd2-alphabetical-sorting-two", '\ue963'), AMBULANCE("bd2-ambulance", '\ue964'), ANALYSIS("bd2-analysis", '\ue965'), ANCHOR("bd2-anchor", '\ue966'), ANCHOR_ONE("bd2-anchor-one", '\ue967'), ANCHOR_ROUND("bd2-anchor-round", '\ue968'), ANCHOR_SQURE("bd2-anchor-squre", '\ue969'), ANCHOR_TWO("bd2-anchor-two", '\ue96a'), ANDROID("bd2-android", '\ue96b'), ANGRY_FACE("bd2-angry-face", '\ue96c'), ANGUISHED_FACE("bd2-anguished-face", '\ue96d'), ANNOUNCEMENT("bd2-announcement", '\ue96e'), ANTI_CORROSION("bd2-anti-corrosion", '\ue96f'), APERTURE_PRIORITY("bd2-aperture-priority", '\ue970'), API("bd2-api", '\ue971'), API_APP("bd2-api-app", '\ue972'), APPLE("bd2-apple", '\ue973'), APPLE_ONE("bd2-apple-one", '\ue974'), APPLET_CLOSED("bd2-applet-closed", '\ue975'), APPLICATION("bd2-application", '\ue976'), APPLICATION_EFFECT("bd2-application-effect", '\ue977'), APPLICATION_MENU("bd2-application-menu", '\ue978'), APPLICATION_ONE("bd2-application-one", '\ue979'), APPLICATION_TWO("bd2-application-two", '\ue97a'), APPOINTMENT("bd2-appointment", '\ue97b'), APP_STORE("bd2-app-store", '\ue97c'), APP_SWITCH("bd2-app-switch", '\ue97d'), AQUARIUS("bd2-aquarius", '\ue97e'), ARC_DE_TRIOMPHE("bd2-arc-de-triomphe", '\ue97f'), ARCHERS_BOW("bd2-archers-bow", '\ue980'), ARCHERY("bd2-archery", '\ue981'), AREA_MAP("bd2-area-map", '\ue982'), ARENA("bd2-arena", '\ue983'), ARIES("bd2-aries", '\ue984'), ARITHMETIC("bd2-arithmetic", '\ue985'), ARITHMETIC_BUTTONS("bd2-arithmetic-buttons", '\ue986'), ARITHMETIC_ONE("bd2-arithmetic-one", '\ue987'), ARROW_CIRCLE_DOWN("bd2-arrow-circle-down", '\ue988'), ARROW_CIRCLE_LEFT("bd2-arrow-circle-left", '\ue989'), ARROW_CIRCLE_RIGHT("bd2-arrow-circle-right", '\ue98a'), ARROW_CIRCLE_UP("bd2-arrow-circle-up", '\ue98b'), ARROW_DOWN("bd2-arrow-down", '\ue98c'), ARROW_KEYS("bd2-arrow-keys", '\ue98d'), ARROW_LEFT("bd2-arrow-left", '\ue98e'), ARROW_LEFT_DOWN("bd2-arrow-left-down", '\ue98f'), ARROW_LEFT_UP("bd2-arrow-left-up", '\ue990'), ARROW_RIGHT("bd2-arrow-right", '\ue991'), ARROW_RIGHT_DOWN("bd2-arrow-right-down", '\ue992'), ARROW_RIGHT_UP("bd2-arrow-right-up", '\ue993'), ARROW_UP("bd2-arrow-up", '\ue994'), ASSEMBLY_LINE("bd2-assembly-line", '\ue995'), ASSOCIATION("bd2-association", '\ue996'), ASTERISK("bd2-asterisk", '\ue997'), ASTERISK_KEY("bd2-asterisk-key", '\ue998'), ASTONISHED_FACE("bd2-astonished-face", '\ue999'), AT_SIGN("bd2-at-sign", '\ue99a'), ATTENTION("bd2-attention", '\ue99b'), AUDIO_FILE("bd2-audio-file", '\ue99c'), AUDIT("bd2-audit", '\ue99d'), AUTO_FOCUS("bd2-auto-focus", '\ue99e'), AUTO_HEIGHT_ONE("bd2-auto-height-one", '\ue99f'), AUTO_LINE_HEIGHT("bd2-auto-line-height", '\ue9a0'), AUTO_LINE_WIDTH("bd2-auto-line-width", '\ue9a1'), AUTO_WIDTH("bd2-auto-width", '\ue9a2'), AUTO_WIDTH_ONE("bd2-auto-width-one", '\ue9a3'), AVATAR("bd2-avatar", '\ue9a4'), AVERAGE("bd2-average", '\ue9a5'), AVIATION("bd2-aviation", '\ue9a6'), AVOCADO("bd2-avocado", '\ue9a7'), AVOCADO_ONE("bd2-avocado-one", '\ue9a8'), BABY("bd2-baby", '\ue9a9'), BABY_APP("bd2-baby-app", '\ue9aa'), BABY_BOTTLE("bd2-baby-bottle", '\ue9ab'), BABY_CAR_SEAT("bd2-baby-car-seat", '\ue9ac'), BABY_FEET("bd2-baby-feet", '\ue9ad'), BABY_MEAL("bd2-baby-meal", '\ue9ae'), BABY_MOBILE("bd2-baby-mobile", '\ue9af'), BABY_ONE("bd2-baby-one", '\ue9b0'), BABY_PANTS("bd2-baby-pants", '\ue9b1'), BABY_SLING("bd2-baby-sling", '\ue9b2'), BABY_TASTE("bd2-baby-taste", '\ue9b3'), BACHELOR_CAP("bd2-bachelor-cap", '\ue9b4'), BACHELOR_CAP_ONE("bd2-bachelor-cap-one", '\ue9b5'), BACHELOR_CAP_TWO("bd2-bachelor-cap-two", '\ue9b6'), BACK("bd2-back", '\ue9b7'), BACKGROUND_COLOR("bd2-background-color", '\ue9b8'), BACK_ONE("bd2-back-one", '\ue9b9'), BACKPACK("bd2-backpack", '\ue9ba'), BAD("bd2-bad", '\ue9bb'), BADGE("bd2-badge", '\ue9bc'), BADGE_TWO("bd2-badge-two", '\ue9bd'), BADMINTON("bd2-badminton", '\ue9be'), BAD_ONE("bd2-bad-one", '\ue9bf'), BAD_TWO("bd2-bad-two", '\ue9c0'), BAGGAGE_DELAY("bd2-baggage-delay", '\ue9c1'), BALANCE("bd2-balance", '\ue9c2'), BALANCE_ONE("bd2-balance-one", '\ue9c3'), BALANCE_TWO("bd2-balance-two", '\ue9c4'), BANANA("bd2-banana", '\ue9c5'), BANK("bd2-bank", '\ue9c6'), BANK_CARD("bd2-bank-card", '\ue9c7'), BANK_CARD_ONE("bd2-bank-card-one", '\ue9c8'), BANK_CARD_TWO("bd2-bank-card-two", '\ue9c9'), BANK_TRANSFER("bd2-bank-transfer", '\ue9ca'), BAOKEMENG("bd2-baokemeng", '\ue9cb'), BARBECUE("bd2-barbecue", '\ue9cc'), BARBER_BRUSH("bd2-barber-brush", '\ue9cd'), BARBER_CLIPPERS("bd2-barber-clippers", '\ue9ce'), BAR_CODE("bd2-bar-code", '\ue9cf'), BASEBALL("bd2-baseball", '\ue9d0'), BASEBALL_BAT("bd2-baseball-bat", '\ue9d1'), BASEBALL_CAP("bd2-baseball-cap", '\ue9d2'), BASKETBALL("bd2-basketball", '\ue9d3'), BASKETBALL_CLOTHES("bd2-basketball-clothes", '\ue9d4'), BASKETBALL_ONE("bd2-basketball-one", '\ue9d5'), BASKETBALL_STAND("bd2-basketball-stand", '\ue9d6'), BAT("bd2-bat", '\ue9d7'), BATTERY_CHARGE("bd2-battery-charge", '\ue9d8'), BATTERY_EMPTY("bd2-battery-empty", '\ue9d9'), BATTERY_FAILURE("bd2-battery-failure", '\ue9da'), BATTERY_FULL("bd2-battery-full", '\ue9db'), BATTERY_STORAGE("bd2-battery-storage", '\ue9dc'), BATTERY_TIPS("bd2-battery-tips", '\ue9dd'), BATTERY_WORKING("bd2-battery-working", '\ue9de'), BATTERY_WORKING_ONE("bd2-battery-working-one", '\ue9df'), BEACH_UMBRELLA("bd2-beach-umbrella", '\ue9e0'), BEAR("bd2-bear", '\ue9e1'), BEAUTY("bd2-beauty", '\ue9e2'), BEAUTY_INSTRUMENT("bd2-beauty-instrument", '\ue9e3'), BEDSIDE("bd2-bedside", '\ue9e4'), BEDSIDE_TWO("bd2-bedside-two", '\ue9e5'), BEE("bd2-bee", '\ue9e6'), BEER("bd2-beer", '\ue9e7'), BEER_MUG("bd2-beer-mug", '\ue9e8'), BEHANCE("bd2-behance", '\ue9e9'), BELL_RING("bd2-bell-ring", '\ue9ea'), BELT("bd2-belt", '\ue9eb'), BENZ("bd2-benz", '\ue9ec'), BEZIER_CURVE("bd2-bezier-curve", '\ue9ed'), BIB("bd2-bib", '\ue9ee'), BIG_CLOCK("bd2-big-clock", '\ue9ef'), BIG_X("bd2-big-x", '\ue9f0'), BIKE("bd2-bike", '\ue9f1'), BILL("bd2-bill", '\ue9f2'), BIRD("bd2-bird", '\ue9f3'), BIRTHDAY_CAKE("bd2-birthday-cake", '\ue9f4'), BITCOIN("bd2-bitcoin", '\ue9f5'), BLACKBOARD("bd2-blackboard", '\ue9f6'), BLACK_EIGHT("bd2-black-eight", '\ue9f7'), BLADE("bd2-blade", '\ue9f8'), BLESS("bd2-bless", '\ue9f9'), BLOCK("bd2-block", '\ue9fa'), BLOCKCHAIN("bd2-blockchain", '\ue9fb'), BLOCK_EIGHT("bd2-block-eight", '\ue9fc'), BLOCK_FIVE("bd2-block-five", '\ue9fd'), BLOCK_FOUR("bd2-block-four", '\ue9fe'), BLOCK_NINE("bd2-block-nine", '\ue9ff'), BLOCK_ONE("bd2-block-one", '\uea00'), BLOCKS_AND_ARROWS("bd2-blocks-and-arrows", '\uea01'), BLOCK_SEVEN("bd2-block-seven", '\uea02'), BLOCK_SIX("bd2-block-six", '\uea03'), BLOCK_TEN("bd2-block-ten", '\uea04'), BLOCK_THREE("bd2-block-three", '\uea05'), BLOCK_TWO("bd2-block-two", '\uea06'), BLOOM("bd2-bloom", '\uea07'), BLOSSOM("bd2-blossom", '\uea08'), BLUETOOTH("bd2-bluetooth", '\uea09'), BOILER("bd2-boiler", '\uea0a'), BOLT_ONE("bd2-bolt-one", '\uea0b'), BONE("bd2-bone", '\uea0c'), BOOK("bd2-book", '\uea0d'), BOOKMARK("bd2-bookmark", '\uea0e'), BOOKMARK_ONE("bd2-bookmark-one", '\uea0f'), BOOKMARK_THREE("bd2-bookmark-three", '\uea10'), BOOK_ONE("bd2-book-one", '\uea11'), BOOK_OPEN("bd2-book-open", '\uea12'), BOOKSHELF("bd2-bookshelf", '\uea13'), BOOSTER_CAR_SEAT("bd2-booster-car-seat", '\uea14'), BOOTH("bd2-booth", '\uea15'), BOOTS("bd2-boots", '\uea16'), BOTTLE("bd2-bottle", '\uea17'), BOTTLE_ONE("bd2-bottle-one", '\uea18'), BOTTLE_THREE("bd2-bottle-three", '\uea19'), BOTTLE_TWO("bd2-bottle-two", '\uea1a'), BOTTOM_BAR("bd2-bottom-bar", '\uea1b'), BOTTOM_BAR_ONE("bd2-bottom-bar-one", '\uea1c'), BOW("bd2-bow", '\uea1d'), BOWL("bd2-bowl", '\uea1e'), BOWLING("bd2-bowling", '\uea1f'), BOWL_ONE("bd2-bowl-one", '\uea20'), BOX("bd2-box", '\uea21'), BOXING("bd2-boxing", '\uea22'), BOXING_ONE("bd2-boxing-one", '\uea23'), BOY("bd2-boy", '\uea24'), BOY_ONE("bd2-boy-one", '\uea25'), BOY_STROLLER("bd2-boy-stroller", '\uea26'), BOY_TWO("bd2-boy-two", '\uea27'), BRAIN("bd2-brain", '\uea28'), BRAKE_PADS("bd2-brake-pads", '\uea29'), BRANCH("bd2-branch", '\uea2a'), BRANCH_ONE("bd2-branch-one", '\uea2b'), BRANCH_TWO("bd2-branch-two", '\uea2c'), BRDIGE_THREE("bd2-brdige-three", '\uea2d'), BREAD("bd2-bread", '\uea2e'), BREAD_MACHINE("bd2-bread-machine", '\uea2f'), BREAD_ONE("bd2-bread-one", '\uea30'), BREAST_PUMP("bd2-breast-pump", '\uea31'), BRIDGE_ONE("bd2-bridge-one", '\uea32'), BRIDGE_TWO("bd2-bridge-two", '\uea33'), BRIEFCASE("bd2-briefcase", '\uea34'), BRIGHTNESS("bd2-brightness", '\uea35'), BRING_FORWARD("bd2-bring-forward", '\uea36'), BRING_TO_FRONT("bd2-bring-to-front", '\uea37'), BRING_TO_FRONT_ONE("bd2-bring-to-front-one", '\uea38'), BROADCAST("bd2-broadcast", '\uea39'), BROADCAST_ONE("bd2-broadcast-one", '\uea3a'), BROADCAST_RADIO("bd2-broadcast-radio", '\uea3b'), BROWSER("bd2-browser", '\uea3c'), BROWSER_CHROME("bd2-browser-chrome", '\uea3d'), BROWSER_SAFARI("bd2-browser-safari", '\uea3e'), BUBBLE_CHART("bd2-bubble-chart", '\uea3f'), BUG("bd2-bug", '\uea40'), BUILDING_FOUR("bd2-building-four", '\uea41'), BUILDING_ONE("bd2-building-one", '\uea42'), BUILDING_THREE("bd2-building-three", '\uea43'), BUILDING_TWO("bd2-building-two", '\uea44'), BULLET_MAP("bd2-bullet-map", '\uea45'), BUS("bd2-bus", '\uea46'), BUS_ONE("bd2-bus-one", '\uea47'), BUS_TWO("bd2-bus-two", '\uea48'), BUTTERFLY("bd2-butterfly", '\uea49'), BUY("bd2-buy", '\uea4a'), BYDESIGN("bd2-bydesign", '\uea4b'), BYE("bd2-bye", '\uea4c'), BYTEDANCE("bd2-bytedance", '\uea4d'), BYTEDANCE_APPLETS("bd2-bytedance-applets", '\uea4e'), BYTEDANCE_MINI_APP("bd2-bytedance-mini-app", '\uea4f'), CABLE_CAR("bd2-cable-car", '\uea50'), CACTUS("bd2-cactus", '\uea51'), CAKE("bd2-cake", '\uea52'), CAKE_FIVE("bd2-cake-five", '\uea53'), CAKE_FOUR("bd2-cake-four", '\uea54'), CAKE_ONE("bd2-cake-one", '\uea55'), CAKE_THREE("bd2-cake-three", '\uea56'), CAKE_TWO("bd2-cake-two", '\uea57'), CALCULATOR("bd2-calculator", '\uea58'), CALCULATOR_ONE("bd2-calculator-one", '\uea59'), CALENDAR("bd2-calendar", '\uea5a'), CALENDAR_DOT("bd2-calendar-dot", '\uea5b'), CALENDAR_THIRTY("bd2-calendar-thirty", '\uea5c'), CALENDAR_THIRTY_TWO("bd2-calendar-thirty-two", '\uea5d'), CALENDAR_THREE("bd2-calendar-three", '\uea5e'), CAMERA("bd2-camera", '\uea5f'), CAMERA_FIVE("bd2-camera-five", '\uea60'), CAMERA_FOUR("bd2-camera-four", '\uea61'), CAMERA_ONE("bd2-camera-one", '\uea62'), CAMERA_THREE("bd2-camera-three", '\uea63'), CAMERA_TWO("bd2-camera-two", '\uea64'), CAMP("bd2-camp", '\uea65'), CANCER("bd2-cancer", '\uea66'), CANDY("bd2-candy", '\uea67'), CANNED_FRUIT("bd2-canned-fruit", '\uea68'), CAPRICORNUS("bd2-capricornus", '\uea69'), CAR("bd2-car", '\uea6a'), CAR_BATTERY("bd2-car-battery", '\uea6b'), CARDIOELECTRIC("bd2-cardioelectric", '\uea6c'), CARD_TWO("bd2-card-two", '\uea6d'), CAROUSEL("bd2-carousel", '\uea6e'), CAROUSEL_VIDEO("bd2-carousel-video", '\uea6f'), CARROT("bd2-carrot", '\uea70'), CASTLE("bd2-castle", '\uea71'), CAST_SCREEN("bd2-cast-screen", '\uea72'), CAT("bd2-cat", '\uea73'), CATEGORY_MANAGEMENT("bd2-category-management", '\uea74'), CATTLE("bd2-cattle", '\uea75'), CATTLE_ZODIAC("bd2-cattle-zodiac", '\uea76'), CAUTION("bd2-caution", '\uea77'), CC("bd2-cc", '\uea78'), CD("bd2-cd", '\uea79'), CELL("bd2-cell", '\uea7a'), CE_MARKING("bd2-ce-marking", '\uea7b'), CENTER_ALIGNMENT("bd2-center-alignment", '\uea7c'), CERTIFICATE("bd2-certificate", '\uea7d'), CHAFING_DISH("bd2-chafing-dish", '\uea7e'), CHAFING_DISH_ONE("bd2-chafing-dish-one", '\uea7f'), CHAIR("bd2-chair", '\uea80'), CHAIR_ONE("bd2-chair-one", '\uea81'), CHANGE("bd2-change", '\uea82'), CHANGE_DATE_SORT("bd2-change-date-sort", '\uea83'), CHARGING_TREASURE("bd2-charging-treasure", '\uea84'), CHART_GRAPH("bd2-chart-graph", '\uea85'), CHART_HISTOGRAM("bd2-chart-histogram", '\uea86'), CHART_HISTOGRAM_ONE("bd2-chart-histogram-one", '\uea87'), CHART_HISTOGRAM_TWO("bd2-chart-histogram-two", '\uea88'), CHART_LINE("bd2-chart-line", '\uea89'), CHART_LINE_AREA("bd2-chart-line-area", '\uea8a'), CHART_PIE("bd2-chart-pie", '\uea8b'), CHART_PIE_ONE("bd2-chart-pie-one", '\uea8c'), CHART_PROPORTION("bd2-chart-proportion", '\uea8d'), CHART_RING("bd2-chart-ring", '\uea8e'), CHART_SCATTER("bd2-chart-scatter", '\uea8f'), CHART_STOCK("bd2-chart-stock", '\uea90'), CHECK("bd2-check", '\uea91'), CHECKBOX("bd2-checkbox", '\uea92'), CHECK_CORRECT("bd2-check-correct", '\uea93'), CHECKERBOARD("bd2-checkerboard", '\uea94'), CHECK_IN("bd2-check-in", '\uea95'), CHECKLIST("bd2-checklist", '\uea96'), CHECK_ONE("bd2-check-one", '\uea97'), CHECK_SMALL("bd2-check-small", '\uea98'), CHEESE("bd2-cheese", '\uea99'), CHEF_HAT("bd2-chef-hat", '\uea9a'), CHEF_HAT_ONE("bd2-chef-hat-one", '\uea9b'), CHERRY("bd2-cherry", '\uea9c'), CHESS("bd2-chess", '\uea9d'), CHESS_ONE("bd2-chess-one", '\uea9e'), CHEST("bd2-chest", '\uea9f'), CHICKEN("bd2-chicken", '\ueaa0'), CHICKEN_LEG("bd2-chicken-leg", '\ueaa1'), CHICKEN_ZODIAC("bd2-chicken-zodiac", '\ueaa2'), CHILDREN_CAP("bd2-children-cap", '\ueaa3'), CHILDREN_PYRAMID("bd2-children-pyramid", '\ueaa4'), CHILD_WITH_PACIFIER("bd2-child-with-pacifier", '\ueaa5'), CHILI("bd2-chili", '\ueaa6'), CHIMNEY("bd2-chimney", '\ueaa7'), CHINESE("bd2-chinese", '\ueaa8'), CHINESE_ONE("bd2-chinese-one", '\ueaa9'), CHINESE_PAVILION("bd2-chinese-pavilion", '\ueaaa'), CHIP("bd2-chip", '\ueaab'), CHOPPING_BOARD("bd2-chopping-board", '\ueaac'), CHOPSTICKS_FORK("bd2-chopsticks-fork", '\ueaad'), CHRISTMAS_TREE("bd2-christmas-tree", '\ueaae'), CHRISTMAS_TREE_ONE("bd2-christmas-tree-one", '\ueaaf'), CHURCH_ONE("bd2-church-one", '\ueab0'), CHURCH_TWO("bd2-church-two", '\ueab1'), CIRCLE_DOUBLE_DOWN("bd2-circle-double-down", '\ueab2'), CIRCLE_DOUBLE_LEFT("bd2-circle-double-left", '\ueab3'), CIRCLE_DOUBLE_RIGHT("bd2-circle-double-right", '\ueab4'), CIRCLE_DOUBLE_UP("bd2-circle-double-up", '\ueab5'), CIRCLE_FIVE_LINE("bd2-circle-five-line", '\ueab6'), CIRCLE_FOUR("bd2-circle-four", '\ueab7'), CIRCLE_FOUR_LINE("bd2-circle-four-line", '\ueab8'), CIRCLE_HOUSE("bd2-circle-house", '\ueab9'), CIRCLE_LEFT_DOWN("bd2-circle-left-down", '\ueaba'), CIRCLE_LEFT_UP("bd2-circle-left-up", '\ueabb'), CIRCLE_RIGHT_DOWN("bd2-circle-right-down", '\ueabc'), CIRCLE_RIGHT_UP("bd2-circle-right-up", '\ueabd'), CIRCLES_AND_TRIANGLES("bd2-circles-and-triangles", '\ueabe'), CIRCLES_SEVEN("bd2-circles-seven", '\ueabf'), CIRCLE_THREE("bd2-circle-three", '\ueac0'), CIRCLE_TWO_LINE("bd2-circle-two-line", '\ueac1'), CIRCULAR_CONNECTION("bd2-circular-connection", '\ueac2'), CIRCUS("bd2-circus", '\ueac3'), CITY("bd2-city", '\ueac4'), CITY_GATE("bd2-city-gate", '\ueac5'), CITY_ONE("bd2-city-one", '\ueac6'), CLAP("bd2-clap", '\ueac7'), CLASSROOM("bd2-classroom", '\ueac8'), CLEAR("bd2-clear", '\ueac9'), CLEAR_FORMAT("bd2-clear-format", '\ueaca'), CLICK("bd2-click", '\ueacb'), CLICK_TAP("bd2-click-tap", '\ueacc'), CLICK_TAP_TWO("bd2-click-tap-two", '\ueacd'), CLICK_TO_FOLD("bd2-click-to-fold", '\ueace'), CLIPBOARD("bd2-clipboard", '\ueacf'), CLOCK_TOWER("bd2-clock-tower", '\uead0'), CLOSE("bd2-close", '\uead1'), CLOSE_ONE("bd2-close-one", '\uead2'), CLOSE_REMIND("bd2-close-remind", '\uead3'), CLOSE_SMALL("bd2-close-small", '\uead4'), CLOSE_WIFI("bd2-close-wifi", '\uead5'), CLOTHES_BRIEFS("bd2-clothes-briefs", '\uead6'), CLOTHES_CARDIGAN("bd2-clothes-cardigan", '\uead7'), CLOTHES_CREW_NECK("bd2-clothes-crew-neck", '\uead8'), CLOTHES_DIAPERS("bd2-clothes-diapers", '\uead9'), CLOTHES_GLOVES("bd2-clothes-gloves", '\ueada'), CLOTHES_GLOVES_TWO("bd2-clothes-gloves-two", '\ueadb'), CLOTHES_HOODIE("bd2-clothes-hoodie", '\ueadc'), CLOTHES_PANTS("bd2-clothes-pants", '\ueadd'), CLOTHES_PANTS_SHORT("bd2-clothes-pants-short", '\ueade'), CLOTHES_PANTS_SWEAT("bd2-clothes-pants-sweat", '\ueadf'), CLOTHES_SHORT_SLEEVE("bd2-clothes-short-sleeve", '\ueae0'), CLOTHES_SKATES("bd2-clothes-skates", '\ueae1'), CLOTHES_SUIT("bd2-clothes-suit", '\ueae2'), CLOTHES_SWEATER("bd2-clothes-sweater", '\ueae3'), CLOTHES_TURTLENECK("bd2-clothes-turtleneck", '\ueae4'), CLOTHES_WINDBREAKER("bd2-clothes-windbreaker", '\ueae5'), CLOUD_STORAGE("bd2-cloud-storage", '\ueae6'), CLOUDY("bd2-cloudy", '\ueae7'), CLOUDY_NIGHT("bd2-cloudy-night", '\ueae8'), CLUE("bd2-clue", '\ueae9'), COAT_HANGER("bd2-coat-hanger", '\ueaea'), COCKTAIL("bd2-cocktail", '\ueaeb'), COCONUT_TREE("bd2-coconut-tree", '\ueaec'), CODE("bd2-code", '\ueaed'), CODE_BRACKETS("bd2-code-brackets", '\ueaee'), CODE_COMPUTER("bd2-code-computer", '\ueaef'), CODE_DOWNLOAD("bd2-code-download", '\ueaf0'), CODE_LAPTOP("bd2-code-laptop", '\ueaf1'), CODE_ONE("bd2-code-one", '\ueaf2'), COFFEE_MACHINE("bd2-coffee-machine", '\ueaf3'), COLA("bd2-cola", '\ueaf4'), COLLAPSE_TEXT_INPUT("bd2-collapse-text-input", '\ueaf5'), COLLECT_COMPUTER("bd2-collect-computer", '\ueaf6'), COLLECTION_FILES("bd2-collection-files", '\ueaf7'), COLLECTION_RECORDS("bd2-collection-records", '\ueaf8'), COLLECT_LAPTOP("bd2-collect-laptop", '\ueaf9'), COLLECT_PICTURE("bd2-collect-picture", '\ueafa'), COLOR_CARD("bd2-color-card", '\ueafb'), COLOR_FILTER("bd2-color-filter", '\ueafc'), COLUMN("bd2-column", '\ueafd'), COMB("bd2-comb", '\ueafe'), COME("bd2-come", '\ueaff'), COMMAND("bd2-command", '\ueb00'), COMMENT("bd2-comment", '\ueb01'), COMMENT_ONE("bd2-comment-one", '\ueb02'), COMMENTS("bd2-comments", '\ueb03'), COMMODITY("bd2-commodity", '\ueb04'), COMMUNICATION("bd2-communication", '\ueb05'), COMMUTER_BAG("bd2-commuter-bag", '\ueb06'), COMPASS("bd2-compass", '\ueb07'), COMPASS_ONE("bd2-compass-one", '\ueb08'), COMPONENTS("bd2-components", '\ueb09'), COMPOSITION("bd2-composition", '\ueb0a'), COMPRESSION("bd2-compression", '\ueb0b'), COMPUTER("bd2-computer", '\ueb0c'), COMPUTER_ONE("bd2-computer-one", '\ueb0d'), CONCEPT_SHARING("bd2-concept-sharing", '\ueb0e'), CONCERN("bd2-concern", '\ueb0f'), CONDITIONER("bd2-conditioner", '\ueb10'), CONE("bd2-cone", '\ueb11'), CONES("bd2-cones", '\ueb12'), CONFIG("bd2-config", '\ueb13'), CONFOUNDED_FACE("bd2-confounded-face", '\ueb14'), CONFUSED_FACE("bd2-confused-face", '\ueb15'), CONNECT("bd2-connect", '\ueb16'), CONNECT_ADDRESS_ONE("bd2-connect-address-one", '\ueb17'), CONNECT_ADDRESS_TWO("bd2-connect-address-two", '\ueb18'), CONNECTION("bd2-connection", '\ueb19'), CONNECTION_ARROW("bd2-connection-arrow", '\ueb1a'), CONNECTION_BOX("bd2-connection-box", '\ueb1b'), CONNECTION_POINT("bd2-connection-point", '\ueb1c'), CONNECTION_POINT_TWO("bd2-connection-point-two", '\ueb1d'), CONSIGNMENT("bd2-consignment", '\ueb1e'), CONSUME("bd2-consume", '\ueb1f'), CONTRAST("bd2-contrast", '\ueb20'), CONTRAST_VIEW("bd2-contrast-view", '\ueb21'), CONTRAST_VIEW_CIRCLE("bd2-contrast-view-circle", '\ueb22'), CONTROL("bd2-control", '\ueb23'), CONVERGING_GATEWAY("bd2-converging-gateway", '\ueb24'), COOK("bd2-cook", '\ueb25'), COOKING("bd2-cooking", '\ueb26'), COOKING_POT("bd2-cooking-pot", '\ueb27'), COOL("bd2-cool", '\ueb28'), COOPERATIVE_HANDSHAKE("bd2-cooperative-handshake", '\ueb29'), COORDINATE_SYSTEM("bd2-coordinate-system", '\ueb2a'), COPY("bd2-copy", '\ueb2b'), COPY_LINK("bd2-copy-link", '\ueb2c'), COPY_ONE("bd2-copy-one", '\ueb2d'), COPYRIGHT("bd2-copyright", '\ueb2e'), CORNER_DOWN_LEFT("bd2-corner-down-left", '\ueb2f'), CORNER_DOWN_RIGHT("bd2-corner-down-right", '\ueb30'), CORNER_LEFT_DOWN("bd2-corner-left-down", '\ueb31'), CORNER_LEFT_UP("bd2-corner-left-up", '\ueb32'), CORNER_RIGHT_DOWN("bd2-corner-right-down", '\ueb33'), CORNER_RIGHT_UP("bd2-corner-right-up", '\ueb34'), CORNER_UP_LEFT("bd2-corner-up-left", '\ueb35'), CORNER_UP_RIGHT("bd2-corner-up-right", '\ueb36'), CORONAVIRUS("bd2-coronavirus", '\ueb37'), CORRECT("bd2-correct", '\ueb38'), COSMETIC_BRUSH("bd2-cosmetic-brush", '\ueb39'), COUPON("bd2-coupon", '\ueb3a'), COURT("bd2-court", '\ueb3b'), CPU("bd2-cpu", '\ueb3c'), CRAB("bd2-crab", '\ueb3d'), CREATION_DATE_SORT("bd2-creation-date-sort", '\ueb3e'), CREATIVE("bd2-creative", '\ueb3f'), CREDIT("bd2-credit", '\ueb40'), CRIB("bd2-crib", '\ueb41'), CROISSANT("bd2-croissant", '\ueb42'), CROSS_RING("bd2-cross-ring", '\ueb43'), CROSS_RING_TWO("bd2-cross-ring-two", '\ueb44'), CROSS_SOCIETY("bd2-cross-society", '\ueb45'), CROWN("bd2-crown", '\ueb46'), CROWN_THREE("bd2-crown-three", '\ueb47'), CROWN_TWO("bd2-crown-two", '\ueb48'), CRUISE("bd2-cruise", '\ueb49'), CRYING_BABY("bd2-crying-baby", '\ueb4a'), CUBE("bd2-cube", '\ueb4b'), CUBE_FIVE("bd2-cube-five", '\ueb4c'), CUBE_FOUR("bd2-cube-four", '\ueb4d'), CUBE_THREE("bd2-cube-three", '\ueb4e'), CUBE_TWO("bd2-cube-two", '\ueb4f'), CUP("bd2-cup", '\ueb50'), CUP_FOUR("bd2-cup-four", '\ueb51'), CUP_ONE("bd2-cup-one", '\ueb52'), CURLING("bd2-curling", '\ueb53'), CURRENCY("bd2-currency", '\ueb54'), CURVE_ADJUSTMENT("bd2-curve-adjustment", '\ueb55'), CUSTOMER("bd2-customer", '\ueb56'), CUTTING("bd2-cutting", '\ueb57'), CUTTING_ONE("bd2-cutting-one", '\ueb58'), CUVETTE("bd2-cuvette", '\ueb59'), CYCLE("bd2-cycle", '\ueb5a'), CYCLE_ARROW("bd2-cycle-arrow", '\ueb5b'), CYCLE_MOVEMENT("bd2-cycle-movement", '\ueb5c'), CYCLE_ONE("bd2-cycle-one", '\ueb5d'), CYLINDER("bd2-cylinder", '\ueb5e'), DAMAGE_MAP("bd2-damage-map", '\ueb5f'), DARK_MODE("bd2-dark-mode", '\ueb60'), DASHBOARD("bd2-dashboard", '\ueb61'), DASHBOARD_CAR("bd2-dashboard-car", '\ueb62'), DASHBOARD_ONE("bd2-dashboard-one", '\ueb63'), DASHBOARD_TWO("bd2-dashboard-two", '\ueb64'), DATA("bd2-data", '\ueb65'), DATA_ALL("bd2-data-all", '\ueb66'), DATA_ARRIVAL("bd2-data-arrival", '\ueb67'), DATABASE_ALERT("bd2-database-alert", '\ueb68'), DATABASE_CODE("bd2-database-code", '\ueb69'), DATABASE_CONFIG("bd2-database-config", '\ueb6a'), DATABASE_DOWNLOAD("bd2-database-download", '\ueb6b'), DATABASE_ENTER("bd2-database-enter", '\ueb6c'), DATABASE_FAIL("bd2-database-fail", '\ueb6d'), DATABASE_FIRST("bd2-database-first", '\ueb6e'), DATABASE_FORBID("bd2-database-forbid", '\ueb6f'), DATABASE_LOCK("bd2-database-lock", '\ueb70'), DATABASE_NETWORK("bd2-database-network", '\ueb71'), DATABASE_NETWORK_POINT("bd2-database-network-point", '\ueb72'), DATABASE_POINT("bd2-database-point", '\ueb73'), DATABASE_POSITION("bd2-database-position", '\ueb74'), DATABASE_POWER("bd2-database-power", '\ueb75'), DATABASE_PROPORTION("bd2-database-proportion", '\ueb76'), DATABASE_SEARCH("bd2-database-search", '\ueb77'), DATABASE_SETTING("bd2-database-setting", '\ueb78'), DATABASE_SUCCESS("bd2-database-success", '\ueb79'), DATABASE_SYNC("bd2-database-sync", '\ueb7a'), DATABASE_TIME("bd2-database-time", '\ueb7b'), DATA_DISPLAY("bd2-data-display", '\ueb7c'), DATA_FILE("bd2-data-file", '\ueb7d'), DATA_FOUR("bd2-data-four", '\ueb7e'), DATA_LOCK("bd2-data-lock", '\ueb7f'), DATA_NULL("bd2-data-null", '\ueb80'), DATA_ONE("bd2-data-one", '\ueb81'), DATA_SCREEN("bd2-data-screen", '\ueb82'), DATA_SERVER("bd2-data-server", '\ueb83'), DATA_SHEET("bd2-data-sheet", '\ueb84'), DATA_SWITCHING("bd2-data-switching", '\ueb85'), DATA_THREE("bd2-data-three", '\ueb86'), DATA_TWO("bd2-data-two", '\ueb87'), DATA_USER("bd2-data-user", '\ueb88'), DATE_COMES_BACK("bd2-date-comes-back", '\ueb89'), DEADLINE_SORT("bd2-deadline-sort", '\ueb8a'), DEATH_STAR("bd2-death-star", '\ueb8b'), DEEPLINK("bd2-deeplink", '\ueb8c'), DEER("bd2-deer", '\ueb8d'), DEGREE_HAT("bd2-degree-hat", '\ueb8e'), DELETE("bd2-delete", '\ueb8f'), DELETE_FIVE("bd2-delete-five", '\ueb90'), DELETE_FOUR("bd2-delete-four", '\ueb91'), DELETE_KEY("bd2-delete-key", '\ueb92'), DELETE_MODE("bd2-delete-mode", '\ueb93'), DELETE_ONE("bd2-delete-one", '\ueb94'), DELETE_THEMES("bd2-delete-themes", '\ueb95'), DELETE_THREE("bd2-delete-three", '\ueb96'), DELETE_TWO("bd2-delete-two", '\ueb97'), DELIVERY("bd2-delivery", '\ueb98'), DEPOSIT("bd2-deposit", '\ueb99'), DESCEND("bd2-descend", '\ueb9a'), DESK_LAMP("bd2-desk-lamp", '\ueb9b'), DESK_LAMP_ONE("bd2-desk-lamp-one", '\ueb9c'), DETECTION("bd2-detection", '\ueb9d'), DEVICES("bd2-devices", '\ueb9e'), DIAMOND("bd2-diamond", '\ueb9f'), DIAMOND_NECKLACE("bd2-diamond-necklace", '\ueba0'), DIAMOND_ONE("bd2-diamond-one", '\ueba1'), DIAMOND_RING("bd2-diamond-ring", '\ueba2'), DIAMONDS("bd2-diamonds", '\ueba3'), DIAMOND_THREE("bd2-diamond-three", '\ueba4'), DIAMOND_TWO("bd2-diamond-two", '\ueba5'), DIANZIQIAN("bd2-dianziqian", '\ueba6'), DIAPERS_ONE("bd2-diapers-one", '\ueba7'), DIFFERENCE_SET("bd2-difference-set", '\ueba8'), DIGITAL_WATCHES("bd2-digital-watches", '\ueba9'), DIRECTION("bd2-direction", '\uebaa'), DIRECTION_ADJUSTMENT("bd2-direction-adjustment", '\uebab'), DIRECTION_ADJUSTMENT_THREE("bd2-direction-adjustment-three", '\uebac'), DIRECTION_ADJUSTMENT_TWO("bd2-direction-adjustment-two", '\uebad'), DISABALED_WEB("bd2-disabaled-web", '\uebae'), DISABLED_COMPUTER("bd2-disabled-computer", '\uebaf'), DISABLED_LAPTOP("bd2-disabled-laptop", '\uebb0'), DISABLED_PICTURE("bd2-disabled-picture", '\uebb1'), DISAPPOINTED_FACE("bd2-disappointed-face", '\uebb2'), DISCOVERY_INDEX("bd2-discovery-index", '\uebb3'), DISK("bd2-disk", '\uebb4'), DISK_ONE("bd2-disk-one", '\uebb5'), DISK_TWO("bd2-disk-two", '\uebb6'), DISLIKE("bd2-dislike", '\uebb7'), DISLIKE_TWO("bd2-dislike-two", '\uebb8'), DISPLAY("bd2-display", '\uebb9'), DISTORTION("bd2-distortion", '\uebba'), DISTRAUGHT_FACE("bd2-distraught-face", '\uebbb'), DISTRIBUTE_HORIZONTALLY("bd2-distribute-horizontally", '\uebbc'), DISTRIBUTE_HORIZONTAL_SPACING("bd2-distribute-horizontal-spacing", '\uebbd'), DISTRIBUTE_VERTICALLY("bd2-distribute-vertically", '\uebbe'), DISTRIBUTE_VERTICAL_SPACING("bd2-distribute-vertical-spacing", '\uebbf'), DIVIDING_LINE("bd2-dividing-line", '\uebc0'), DIVIDING_LINE_ONE("bd2-dividing-line-one", '\uebc1'), DIVING("bd2-diving", '\uebc2'), DIVING_BOTTLE("bd2-diving-bottle", '\uebc3'), DIVING_SUIT("bd2-diving-suit", '\uebc4'), DIVISION("bd2-division", '\uebc5'), DIZZY_FACE("bd2-dizzy-face", '\uebc6'), DOC_ADD("bd2-doc-add", '\uebc7'), DOC_DETAIL("bd2-doc-detail", '\uebc8'), DOC_FAIL("bd2-doc-fail", '\uebc9'), DOC_SEARCH("bd2-doc-search", '\uebca'), DOC_SEARCH_TWO("bd2-doc-search-two", '\uebcb'), DOC_SUCCESS("bd2-doc-success", '\uebcc'), DOCUMENT_FOLDER("bd2-document-folder", '\uebcd'), DOG("bd2-dog", '\uebce'), DOG_ZODIAC("bd2-dog-zodiac", '\uebcf'), DOLLAR("bd2-dollar", '\uebd0'), DOLPHIN("bd2-dolphin", '\uebd1'), DOME("bd2-dome", '\uebd2'), DOME_LIGHT("bd2-dome-light", '\uebd3'), DONE_ALL("bd2-done-all", '\uebd4'), DONGCHEDI("bd2-dongchedi", '\uebd5'), DOOR_HANDLE("bd2-door-handle", '\uebd6'), DOT("bd2-dot", '\uebd7'), DOUBLE_BED("bd2-double-bed", '\uebd8'), DOUBLE_DOWN("bd2-double-down", '\uebd9'), DOUBLE_LEFT("bd2-double-left", '\uebda'), DOUBLE_RIGHT("bd2-double-right", '\uebdb'), DOUBLE_UP("bd2-double-up", '\uebdc'), DOUGHNUT("bd2-doughnut", '\uebdd'), DOWN("bd2-down", '\uebde'), DOWN_C("bd2-down-c", '\uebdf'), DOWNLOAD("bd2-download", '\uebe0'), DOWNLOAD_COMPUTER("bd2-download-computer", '\uebe1'), DOWNLOAD_FOUR("bd2-download-four", '\uebe2'), DOWNLOAD_LAPTOP("bd2-download-laptop", '\uebe3'), DOWNLOAD_ONE("bd2-download-one", '\uebe4'), DOWNLOAD_THREE("bd2-download-three", '\uebe5'), DOWNLOAD_TWO("bd2-download-two", '\uebe6'), DOWNLOAD_WEB("bd2-download-web", '\uebe7'), DOWN_ONE("bd2-down-one", '\uebe8'), DOWN_PICTURE("bd2-down-picture", '\uebe9'), DOWN_SMALL("bd2-down-small", '\uebea'), DOWN_SQUARE("bd2-down-square", '\uebeb'), DOWN_TWO("bd2-down-two", '\uebec'), DRAG("bd2-drag", '\uebed'), DRAGON_ZODIAC("bd2-dragon-zodiac", '\uebee'), DRIBBLE("bd2-dribble", '\uebef'), DRINK("bd2-drink", '\uebf0'), DRONE("bd2-drone", '\uebf1'), DRONE_ONE("bd2-drone-one", '\uebf2'), DROPBOX("bd2-dropbox", '\uebf3'), DROP_DOWN_LIST("bd2-drop-down-list", '\uebf4'), DROP_SHADOW_DOWN("bd2-drop-shadow-down", '\uebf5'), DROP_SHADOW_LEFT("bd2-drop-shadow-left", '\uebf6'), DROP_SHADOW_RIGHT("bd2-drop-shadow-right", '\uebf7'), DROP_SHADOW_UP("bd2-drop-shadow-up", '\uebf8'), DRUMSTICK("bd2-drumstick", '\uebf9'), DUBAI("bd2-dubai", '\uebfa'), DUCK("bd2-duck", '\uebfb'), DUMBBELL("bd2-dumbbell", '\uebfc'), DUMBBEL_LINE("bd2-dumbbel-line", '\uebfd'), DVI("bd2-dvi", '\uebfe'), EAGLE("bd2-eagle", '\uebff'), EARTH("bd2-earth", '\uec00'), EASY("bd2-easy", '\uec01'), ECG("bd2-ecg", '\uec02'), EDIT("bd2-edit", '\uec03'), EDITING("bd2-editing", '\uec04'), EDIT_MOVIE("bd2-edit-movie", '\uec05'), EDIT_NAME("bd2-edit-name", '\uec06'), EDIT_ONE("bd2-edit-one", '\uec07'), EDITOR("bd2-editor", '\uec08'), EDIT_TWO("bd2-edit-two", '\uec09'), EEG("bd2-eeg", '\uec0a'), EFFECTS("bd2-effects", '\uec0b'), EFFERENT_FOUR("bd2-efferent-four", '\uec0c'), EFFERENT_THREE("bd2-efferent-three", '\uec0d'), EGG("bd2-egg", '\uec0e'), EGG_ONE("bd2-egg-one", '\uec0f'), EGGPLANT("bd2-eggplant", '\uec10'), EIFFEL_TOWER("bd2-eiffel-tower", '\uec11'), EIGHT_KEY("bd2-eight-key", '\uec12'), ELECTRIC_DRILL("bd2-electric-drill", '\uec13'), ELECTRIC_IRON("bd2-electric-iron", '\uec14'), ELECTRIC_WAVE("bd2-electric-wave", '\uec15'), ELECTROCARDIOGRAM("bd2-electrocardiogram", '\uec16'), ELECTRONIC_DOOR_LOCK("bd2-electronic-door-lock", '\uec17'), ELECTRONIC_LOCKS_CLOSE("bd2-electronic-locks-close", '\uec18'), ELECTRONIC_LOCKS_OPEN("bd2-electronic-locks-open", '\uec19'), ELECTRONIC_PEN("bd2-electronic-pen", '\uec1a'), ELEPHANT("bd2-elephant", '\uec1b'), ELEVATOR("bd2-elevator", '\uec1c'), EMAIL_BLOCK("bd2-email-block", '\uec1d'), EMAIL_DELECT("bd2-email-delect", '\uec1e'), EMAIL_DOWN("bd2-email-down", '\uec1f'), EMAIL_FAIL("bd2-email-fail", '\uec20'), EMAIL_LOCK("bd2-email-lock", '\uec21'), EMAIL_PUSH("bd2-email-push", '\uec22'), EMAIL_SEARCH("bd2-email-search", '\uec23'), EMAIL_SECURITY("bd2-email-security", '\uec24'), EMAIL_SUCCESSFULLY("bd2-email-successfully", '\uec25'), EMOTION_HAPPY("bd2-emotion-happy", '\uec26'), EMOTION_UNHAPPY("bd2-emotion-unhappy", '\uec27'), EMPTY("bd2-empty", '\uec28'), ENDLESS("bd2-endless", '\uec29'), ENDOCRINE("bd2-endocrine", '\uec2a'), ENDPOINT_DISPLACEMENT("bd2-endpoint-displacement", '\uec2b'), ENDPOINT_FLAT("bd2-endpoint-flat", '\uec2c'), ENDPOINT_ROUND("bd2-endpoint-round", '\uec2d'), ENDPOINT_SQUARE("bd2-endpoint-square", '\uec2e'), END_TIME_SORT("bd2-end-time-sort", '\uec2f'), ENERGY_SOCKET("bd2-energy-socket", '\uec30'), ENGINEERING_BRAND("bd2-engineering-brand", '\uec31'), ENGINEERING_VEHICLE("bd2-engineering-vehicle", '\uec32'), ENGLISH("bd2-english", '\uec33'), ENGLISH_MUSTACHE("bd2-english-mustache", '\uec34'), ENQUIRE("bd2-enquire", '\uec35'), ENTER_KEY("bd2-enter-key", '\uec36'), ENTER_KEY_ONE("bd2-enter-key-one", '\uec37'), ENTERTAINMENT("bd2-entertainment", '\uec38'), ENTER_THE_KEYBOARD("bd2-enter-the-keyboard", '\uec39'), ENVELOPE("bd2-envelope", '\uec3a'), ENVELOPE_ONE("bd2-envelope-one", '\uec3b'), EQUALIZER("bd2-equalizer", '\uec3c'), EQUAL_RATIO("bd2-equal-ratio", '\uec3d'), ERASE("bd2-erase", '\uec3e'), ERROR("bd2-error", '\uec3f'), ERROR_COMPUTER("bd2-error-computer", '\uec40'), ERROR_PICTURE("bd2-error-picture", '\uec41'), ERROR_PROMPT("bd2-error-prompt", '\uec42'), ESCALATORS("bd2-escalators", '\uec43'), ETHERNET_OFF("bd2-ethernet-off", '\uec44'), ETHERNET_ON("bd2-ethernet-on", '\uec45'), EVERY_USER("bd2-every-user", '\uec46'), EXCEL("bd2-excel", '\uec47'), EXCEL_ONE("bd2-excel-one", '\uec48'), EXCHANGE("bd2-exchange", '\uec49'), EXCHANGE_FOUR("bd2-exchange-four", '\uec4a'), EXCHANGE_ONE("bd2-exchange-one", '\uec4b'), EXCHANGE_THREE("bd2-exchange-three", '\uec4c'), EXCHANGE_TWO("bd2-exchange-two", '\uec4d'), EXCLUDE_SELECTION("bd2-exclude-selection", '\uec4e'), EXCLUSIVE_GATEWAY("bd2-exclusive-gateway", '\uec4f'), EXPAND_DOWN("bd2-expand-down", '\uec50'), EXPAND_DOWN_ONE("bd2-expand-down-one", '\uec51'), EXPAND_LEFT("bd2-expand-left", '\uec52'), EXPAND_LEFT_AND_RIGHT("bd2-expand-left-and-right", '\uec53'), EXPAND_RIGHT("bd2-expand-right", '\uec54'), EXPAND_TEXT_INPUT("bd2-expand-text-input", '\uec55'), EXPAND_UP("bd2-expand-up", '\uec56'), EXPENSES("bd2-expenses", '\uec57'), EXPENSES_ONE("bd2-expenses-one", '\uec58'), EXPERIMENT("bd2-experiment", '\uec59'), EXPERIMENT_ONE("bd2-experiment-one", '\uec5a'), EXPORT("bd2-export", '\uec5b'), EXPRESS_DELIVERY("bd2-express-delivery", '\uec5c'), EXPRESSIONLESS_FACE("bd2-expressionless-face", '\uec5d'), EXTEND("bd2-extend", '\uec5e'), EXTERNAL_TRANSMISSION("bd2-external-transmission", '\uec5f'), EYEBROW("bd2-eyebrow", '\uec60'), EYES("bd2-eyes", '\uec61'), FACEBOOK("bd2-facebook", '\uec62'), FACEBOOK_ONE("bd2-facebook-one", '\uec63'), FACE_POWDER("bd2-face-powder", '\uec64'), FACE_RECOGNITION("bd2-face-recognition", '\uec65'), FACETIME("bd2-facetime", '\uec66'), FACEU("bd2-faceu", '\uec67'), FACE_WITHOUT_MOUTH("bd2-face-without-mouth", '\uec68'), FACE_WITH_SMILING_OPEN_EYES("bd2-face-with-smiling-open-eyes", '\uec69'), FACIAL_CLEANSER("bd2-facial-cleanser", '\uec6a'), FACIAL_MASK("bd2-facial-mask", '\uec6b'), FACTORY_BUILDING("bd2-factory-building", '\uec6c'), FAIL_PICTURE("bd2-fail-picture", '\uec6d'), FAMILY("bd2-family", '\uec6e'), FAN("bd2-fan", '\uec6f'), FANQIEXIAOSHUO("bd2-fanqiexiaoshuo", '\uec70'), FEELGOOD("bd2-feelgood", '\uec71'), FEELGOOD_ONE("bd2-feelgood-one", '\uec72'), F_EIGHT_KEY("bd2-f-eight-key", '\uec73'), FEIYU("bd2-feiyu", '\uec74'), FEMALE("bd2-female", '\uec75'), FENCE_ONE("bd2-fence-one", '\uec76'), FENCE_TWO("bd2-fence-two", '\uec77'), FERRIS_WHEEL("bd2-ferris-wheel", '\uec78'), F_FIVE_KEY("bd2-f-five-key", '\uec79'), F_FOUR_KEY("bd2-f-four-key", '\uec7a'), FIGMA("bd2-figma", '\uec7b'), FIGMA_COMPONENT("bd2-figma-component", '\uec7c'), FIGMA_FLATTEN_SELECTION("bd2-figma-flatten-selection", '\uec7d'), FIGMA_MASK("bd2-figma-mask", '\uec7e'), FIGMA_RESET_INSTANCE("bd2-figma-reset-instance", '\uec7f'), FILE_ADDITION("bd2-file-addition", '\uec80'), FILE_ADDITION_ONE("bd2-file-addition-one", '\uec81'), FILE_CABINET("bd2-file-cabinet", '\uec82'), FILE_CODE("bd2-file-code", '\uec83'), FILE_CODE_ONE("bd2-file-code-one", '\uec84'), FILE_COLLECTION("bd2-file-collection", '\uec85'), FILE_COLLECTION_ONE("bd2-file-collection-one", '\uec86'), FILE_CONVERSION("bd2-file-conversion", '\uec87'), FILE_CONVERSION_ONE("bd2-file-conversion-one", '\uec88'), FILE_DATE("bd2-file-date", '\uec89'), FILE_DATE_ONE("bd2-file-date-one", '\uec8a'), FILE_DISPLAY("bd2-file-display", '\uec8b'), FILE_DISPLAY_ONE("bd2-file-display-one", '\uec8c'), FILE_DOC("bd2-file-doc", '\uec8d'), FILE_EDITING("bd2-file-editing", '\uec8e'), FILE_EDITING_ONE("bd2-file-editing-one", '\uec8f'), FILE_EXCEL("bd2-file-excel", '\uec90'), FILE_FAILED("bd2-file-failed", '\uec91'), FILE_FAILED_ONE("bd2-file-failed-one", '\uec92'), FILE_FOCUS("bd2-file-focus", '\uec93'), FILE_FOCUS_ONE("bd2-file-focus-one", '\uec94'), FILE_GIF("bd2-file-gif", '\uec95'), FILE_HASH("bd2-file-hash", '\uec96'), FILE_HASH_ONE("bd2-file-hash-one", '\uec97'), FILE_HIDING("bd2-file-hiding", '\uec98'), FILE_HIDING_ONE("bd2-file-hiding-one", '\uec99'), FILE_JPG("bd2-file-jpg", '\uec9a'), FILE_LOCK("bd2-file-lock", '\uec9b'), FILE_LOCK_ONE("bd2-file-lock-one", '\uec9c'), FILE_MUSIC("bd2-file-music", '\uec9d'), FILE_MUSIC_ONE("bd2-file-music-one", '\uec9e'), FILE_PDF("bd2-file-pdf", '\uec9f'), FILE_PDF_ONE("bd2-file-pdf-one", '\ueca0'), FILE_PPT("bd2-file-ppt", '\ueca1'), FILE_PROTECTION("bd2-file-protection", '\ueca2'), FILE_PROTECTION_ONE("bd2-file-protection-one", '\ueca3'), FILE_QUALITY("bd2-file-quality", '\ueca4'), FILE_QUALITY_ONE("bd2-file-quality-one", '\ueca5'), FILE_QUESTION("bd2-file-question", '\ueca6'), FILE_REMOVAL("bd2-file-removal", '\ueca7'), FILE_REMOVAL_ONE("bd2-file-removal-one", '\ueca8'), FILE_SEARCH("bd2-file-search", '\ueca9'), FILE_SEARCH_ONE("bd2-file-search-one", '\uecaa'), FILE_SEARCH_TWO("bd2-file-search-two", '\uecab'), FILE_SETTINGS("bd2-file-settings", '\uecac'), FILE_SETTINGS_ONE("bd2-file-settings-one", '\uecad'), FILE_STAFF("bd2-file-staff", '\uecae'), FILE_STAFF_ONE("bd2-file-staff-one", '\uecaf'), FILE_SUCCESS("bd2-file-success", '\uecb0'), FILE_SUCCESS_ONE("bd2-file-success-one", '\uecb1'), FILE_TEXT("bd2-file-text", '\uecb2'), FILE_TEXT_ONE("bd2-file-text-one", '\uecb3'), FILE_TIPS("bd2-file-tips", '\uecb4'), FILE_TIPS_ONE("bd2-file-tips-one", '\uecb5'), FILE_TXT("bd2-file-txt", '\uecb6'), FILE_TXT_ONE("bd2-file-txt-one", '\uecb7'), FILE_WITHDRAWAL("bd2-file-withdrawal", '\uecb8'), FILE_WITHDRAWAL_ONE("bd2-file-withdrawal-one", '\uecb9'), FILE_WORD("bd2-file-word", '\uecba'), FILE_ZIP("bd2-file-zip", '\uecbb'), FILL("bd2-fill", '\uecbc'), FILM("bd2-film", '\uecbd'), FILTER("bd2-filter", '\uecbe'), FILTER_ONE("bd2-filter-one", '\uecbf'), FINANCE("bd2-finance", '\uecc0'), FINANCING("bd2-financing", '\uecc1'), FINANCING_ONE("bd2-financing-one", '\uecc2'), FINANCING_TWO("bd2-financing-two", '\uecc3'), FIND("bd2-find", '\uecc4'), FIND_ONE("bd2-find-one", '\uecc5'), FINGERNAIL("bd2-fingernail", '\uecc6'), FINGERPRINT("bd2-fingerprint", '\uecc7'), FINGERPRINT_THREE("bd2-fingerprint-three", '\uecc8'), FINGERPRINT_TWO("bd2-fingerprint-two", '\uecc9'), FIRE("bd2-fire", '\uecca'), FIRE_EXTINGUISHER("bd2-fire-extinguisher", '\ueccb'), FIRE_EXTINGUISHER_ONE("bd2-fire-extinguisher-one", '\ueccc'), FIRE_TWO("bd2-fire-two", '\ueccd'), FIREWORKS("bd2-fireworks", '\uecce'), FIRST("bd2-first", '\ueccf'), FIRST_AID_KIT("bd2-first-aid-kit", '\uecd0'), FISH("bd2-fish", '\uecd1'), FISHING("bd2-fishing", '\uecd2'), FISH_ONE("bd2-fish-one", '\uecd3'), FIST("bd2-fist", '\uecd4'), FITNESS("bd2-fitness", '\uecd5'), FIVE("bd2-five", '\uecd6'), FIVE_ELLIPSES("bd2-five-ellipses", '\uecd7'), FIVE_FIVE("bd2-five-five", '\uecd8'), FIVE_KEY("bd2-five-key", '\uecd9'), FIVE_STAR_BADGE("bd2-five-star-badge", '\uecda'), FLAG("bd2-flag", '\uecdb'), FLASHLAMP("bd2-flashlamp", '\uecdc'), FLASHLIGHT("bd2-flashlight", '\uecdd'), FLASH_PAYMENT("bd2-flash-payment", '\uecde'), FLASK("bd2-flask", '\uecdf'), FLIGHT_AIRFLOW("bd2-flight-airflow", '\uece0'), FLIGHT_SAFETY("bd2-flight-safety", '\uece1'), FLIP_CAMERA("bd2-flip-camera", '\uece2'), FLIP_HORIZONTALLY("bd2-flip-horizontally", '\uece3'), FLIP_VERTICALLY("bd2-flip-vertically", '\uece4'), FLIRT("bd2-flirt", '\uece5'), FLOAT("bd2-float", '\uece6'), FLOOR_TILE("bd2-floor-tile", '\uece7'), FM("bd2-fm", '\uece8'), F_NINE_KEY("bd2-f-nine-key", '\uece9'), F_N_KEY("bd2-f-n-key", '\uecea'), FOCUS("bd2-focus", '\ueceb'), FOCUS_ONE("bd2-focus-one", '\uecec'), FOG("bd2-fog", '\ueced'), FOLDER("bd2-folder", '\uecee'), FOLDER_BLOCK("bd2-folder-block", '\uecef'), FOLDER_BLOCK_ONE("bd2-folder-block-one", '\uecf0'), FOLDER_CLOSE("bd2-folder-close", '\uecf1'), FOLDER_CODE("bd2-folder-code", '\uecf2'), FOLDER_CODE_ONE("bd2-folder-code-one", '\uecf3'), FOLDER_CONVERSION("bd2-folder-conversion", '\uecf4'), FOLDER_CONVERSION_ONE("bd2-folder-conversion-one", '\uecf5'), FOLDER_DOWNLOAD("bd2-folder-download", '\uecf6'), FOLDER_FAILED("bd2-folder-failed", '\uecf7'), FOLDER_FAILED_ONE("bd2-folder-failed-one", '\uecf8'), FOLDER_FOCUS("bd2-folder-focus", '\uecf9'), FOLDER_FOCUS_ONE("bd2-folder-focus-one", '\uecfa'), FOLDER_LOCK("bd2-folder-lock", '\uecfb'), FOLDER_LOCK_ONE("bd2-folder-lock-one", '\uecfc'), FOLDER_MINUS("bd2-folder-minus", '\uecfd'), FOLDER_MUSIC("bd2-folder-music", '\uecfe'), FOLDER_MUSIC_ONE("bd2-folder-music-one", '\uecff'), FOLDER_ONE("bd2-folder-one", '\ued00'), FOLDER_OPEN("bd2-folder-open", '\ued01'), FOLDER_PLUS("bd2-folder-plus", '\ued02'), FOLDER_PROTECTION("bd2-folder-protection", '\ued03'), FOLDER_PROTECTION_ONE("bd2-folder-protection-one", '\ued04'), FOLDER_QUALITY("bd2-folder-quality", '\ued05'), FOLDER_QUALITY_ONE("bd2-folder-quality-one", '\ued06'), FOLDER_SEARCH("bd2-folder-search", '\ued07'), FOLDER_SEARCH_ONE("bd2-folder-search-one", '\ued08'), FOLDER_SETTINGS("bd2-folder-settings", '\ued09'), FOLDER_SETTINGS_ONE("bd2-folder-settings-one", '\ued0a'), FOLDER_SUCCESS("bd2-folder-success", '\ued0b'), FOLDER_SUCCESS_ONE("bd2-folder-success-one", '\ued0c'), FOLDER_UPLOAD("bd2-folder-upload", '\ued0d'), FOLDER_WITHDRAWAL("bd2-folder-withdrawal", '\ued0e'), FOLDER_WITHDRAWAL_ONE("bd2-folder-withdrawal-one", '\ued0f'), FOLD_UP_ONE("bd2-fold-up-one", '\ued10'), FOLLOW_UP_DATE_SORT("bd2-follow-up-date-sort", '\ued11'), F_ONE_KEY("bd2-f-one-key", '\ued12'), FONT_SEARCH("bd2-font-search", '\ued13'), FONT_SIZE("bd2-font-size", '\ued14'), FONT_SIZE_TWO("bd2-font-size-two", '\ued15'), FOOT("bd2-foot", '\ued16'), FOOTBALL("bd2-football", '\ued17'), FORBID("bd2-forbid", '\ued18'), FORK("bd2-fork", '\ued19'), FORK_SPOON("bd2-fork-spoon", '\ued1a'), FORM("bd2-form", '\ued1b'), FORMAT("bd2-format", '\ued1c'), FORMAT_BRUSH("bd2-format-brush", '\ued1d'), FORM_ONE("bd2-form-one", '\ued1e'), FORMULA("bd2-formula", '\ued1f'), FOUNDATION_MAKEUP("bd2-foundation-makeup", '\ued20'), FOUR("bd2-four", '\ued21'), FOUR_ARROWS("bd2-four-arrows", '\ued22'), FOUR_FOUR("bd2-four-four", '\ued23'), FOUR_KEY("bd2-four-key", '\ued24'), FOUR_LEAVES("bd2-four-leaves", '\ued25'), FOUR_POINT_CONNECTION("bd2-four-point-connection", '\ued26'), FOUR_ROUND_POINT_CONNECTION("bd2-four-round-point-connection", '\ued27'), FOURSQUARE("bd2-foursquare", '\ued28'), FREEZE_COLUMN("bd2-freeze-column", '\ued29'), FREEZE_LINE("bd2-freeze-line", '\ued2a'), FREEZING_LINE_COLUMN("bd2-freezing-line-column", '\ued2b'), FRENCH_FRIES("bd2-french-fries", '\ued2c'), FRIENDS_CIRCLE("bd2-friends-circle", '\ued2d'), FRIGATE("bd2-frigate", '\ued2e'), FROG("bd2-frog", '\ued2f'), FROWNING_FACE_WHIT_OPEN_MOUTH("bd2-frowning-face-whit-open-mouth", '\ued30'), FRUITER("bd2-fruiter", '\ued31'), F_SEVEN_KEY("bd2-f-seven-key", '\ued32'), F_SIX_KEY("bd2-f-six-key", '\ued33'), F_THREE_KEY("bd2-f-three-key", '\ued34'), F_TWO_KEY("bd2-f-two-key", '\ued35'), FULL_DRESS_LONGUETTE("bd2-full-dress-longuette", '\ued36'), FULL_SCREEN("bd2-full-screen", '\ued37'), FULL_SCREEN_ONE("bd2-full-screen-one", '\ued38'), FULL_SCREEN_PLAY("bd2-full-screen-play", '\ued39'), FULL_SCREEN_TWO("bd2-full-screen-two", '\ued3a'), FULL_SELECTION("bd2-full-selection", '\ued3b'), FULLWIDTH("bd2-fullwidth", '\ued3c'), FUNDS("bd2-funds", '\ued3d'), FUTURE_BUILD_ONE("bd2-future-build-one", '\ued3e'), FUTURE_BUILD_THREE("bd2-future-build-three", '\ued3f'), FUTURE_BUILD_TWO("bd2-future-build-two", '\ued40'), F_ZERO_KEY("bd2-f-zero-key", '\ued41'), GAME("bd2-game", '\ued42'), GAME_CONSOLE("bd2-game-console", '\ued43'), GAME_CONSOLE_ONE("bd2-game-console-one", '\ued44'), GAME_EMOJI("bd2-game-emoji", '\ued45'), GAME_HANDLE("bd2-game-handle", '\ued46'), GAMEPAD("bd2-gamepad", '\ued47'), GAME_PS("bd2-game-ps", '\ued48'), GAME_THREE("bd2-game-three", '\ued49'), GAME_TWO("bd2-game-two", '\ued4a'), GARAGE("bd2-garage", '\ued4b'), GARLIC("bd2-garlic", '\ued4c'), GAS("bd2-gas", '\ued4d'), GASTROINTESTINAL("bd2-gastrointestinal", '\ued4e'), GATE("bd2-gate", '\ued4f'), GATE_MACHINE("bd2-gate-machine", '\ued50'), GAUZE("bd2-gauze", '\ued51'), GAVEL("bd2-gavel", '\ued52'), GEMINI("bd2-gemini", '\ued53'), GENERAL_BRANCH("bd2-general-branch", '\ued54'), GEOMETRIC_FLOWERS("bd2-geometric-flowers", '\ued55'), GERMS("bd2-germs", '\ued56'), GHOST("bd2-ghost", '\ued57'), GIFT("bd2-gift", '\ued58'), GIFT_BAG("bd2-gift-bag", '\ued59'), GIFT_BOX("bd2-gift-box", '\ued5a'), GIRL("bd2-girl", '\ued5b'), GIRL_ONE("bd2-girl-one", '\ued5c'), GIRL_TWO("bd2-girl-two", '\ued5d'), GITHUB("bd2-github", '\ued5e'), GITHUB_ONE("bd2-github-one", '\ued5f'), GITLAB("bd2-gitlab", '\ued60'), GLASSES("bd2-glasses", '\ued61'), GLASSES_ONE("bd2-glasses-one", '\ued62'), GLASSES_THREE("bd2-glasses-three", '\ued63'), GLOBE("bd2-globe", '\ued64'), GLOVE("bd2-glove", '\ued65'), GO_AHEAD("bd2-go-ahead", '\ued66'), GOBLET("bd2-goblet", '\ued67'), GOBLET_CRACKING("bd2-goblet-cracking", '\ued68'), GOBLET_FULL("bd2-goblet-full", '\ued69'), GOBLET_ONE("bd2-goblet-one", '\ued6a'), GO_END("bd2-go-end", '\ued6b'), GOLD_MEDAL("bd2-gold-medal", '\ued6c'), GOLD_MEDAL_TWO("bd2-gold-medal-two", '\ued6d'), GOLF_COURSE("bd2-golf-course", '\ued6e'), GONGFU("bd2-gongfu", '\ued6f'), GOOD("bd2-good", '\ued70'), GOOD_ONE("bd2-good-one", '\ued71'), GOOD_TWO("bd2-good-two", '\ued72'), GOOGLE("bd2-google", '\ued73'), GOOGLE_ADS("bd2-google-ads", '\ued74'), GO_ON("bd2-go-on", '\ued75'), GOPRO("bd2-gopro", '\ued76'), GO_START("bd2-go-start", '\ued77'), GPS("bd2-gps", '\ued78'), GRAPHIC_DESIGN("bd2-graphic-design", '\ued79'), GRAPHIC_DESIGN_TWO("bd2-graphic-design-two", '\ued7a'), GRAPHIC_STITCHING("bd2-graphic-stitching", '\ued7b'), GRAPHIC_STITCHING_FOUR("bd2-graphic-stitching-four", '\ued7c'), GRAPHIC_STITCHING_THREE("bd2-graphic-stitching-three", '\ued7d'), GREAT_WALL("bd2-great-wall", '\ued7e'), GREEN_HOUSE("bd2-green-house", '\ued7f'), GREEN_NEW_ENERGY("bd2-green-new-energy", '\ued80'), GRID_FOUR("bd2-grid-four", '\ued81'), GRID_NINE("bd2-grid-nine", '\ued82'), GRID_SIXTEEN("bd2-grid-sixteen", '\ued83'), GRID_THREE("bd2-grid-three", '\ued84'), GRID_TWO("bd2-grid-two", '\ued85'), GRIMACING_FACE("bd2-grimacing-face", '\ued86'), GRINNING_FACE("bd2-grinning-face", '\ued87'), GRINNING_FACE_WITH_OPEN_MOUTH("bd2-grinning-face-with-open-mouth", '\ued88'), GRINNING_FACE_WITH_SQUINTING_EYES("bd2-grinning-face-with-squinting-eyes", '\ued89'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES("bd2-grinning-face-with-tightly-closed-eyes", '\ued8a'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES_OPEN_MOUTH("bd2-grinning-face-with-tightly-closed-eyes-open-mouth", '\ued8b'), GROUP("bd2-group", '\ued8c'), GUIDE_BOARD("bd2-guide-board", '\ued8d'), GYMNASTICS("bd2-gymnastics", '\ued8e'), GYMNASTICS_ONE("bd2-gymnastics-one", '\ued8f'), H("bd2-h", '\ued90'), H1("bd2-h1", '\ued91'), H2("bd2-h2", '\ued92'), H3("bd2-h3", '\ued93'), HAIR_BRUSH("bd2-hair-brush", '\ued94'), HAIR_CLIP("bd2-hair-clip", '\ued95'), HAIR_DRYER("bd2-hair-dryer", '\ued96'), HAIR_DRYER_ONE("bd2-hair-dryer-one", '\ued97'), HALO("bd2-halo", '\ued98'), HAMBURGER("bd2-hamburger", '\ued99'), HAMBURGER_BUTTON("bd2-hamburger-button", '\ued9a'), HAMBURGER_ONE("bd2-hamburger-one", '\ued9b'), HAMMER_AND_ANVIL("bd2-hammer-and-anvil", '\ued9c'), HANDBAG("bd2-handbag", '\ued9d'), HAND_CREAM("bd2-hand-cream", '\ued9e'), HAND_DOWN("bd2-hand-down", '\ued9f'), HAND_DRAG("bd2-hand-drag", '\ueda0'), HANDHELD("bd2-handheld", '\ueda1'), HANDLE_A("bd2-handle-a", '\ueda2'), HANDLE_B("bd2-handle-b", '\ueda3'), HANDLE_C("bd2-handle-c", '\ueda4'), HANDLE_DOWN("bd2-handle-down", '\ueda5'), HAND_LEFT("bd2-hand-left", '\ueda6'), HANDLE_LEFT("bd2-handle-left", '\ueda7'), HANDLE_RIGHT("bd2-handle-right", '\ueda8'), HANDLE_ROUND("bd2-handle-round", '\ueda9'), HANDLE_SQUARE("bd2-handle-square", '\uedaa'), HANDLE_TRIANGLE("bd2-handle-triangle", '\uedab'), HANDLE_UP("bd2-handle-up", '\uedac'), HANDLE_X("bd2-handle-x", '\uedad'), HANDLE_Y("bd2-handle-y", '\uedae'), HANDLE_Z("bd2-handle-z", '\uedaf'), HAND_PAINTED_PLATE("bd2-hand-painted-plate", '\uedb0'), HAND_RIGHT("bd2-hand-right", '\uedb1'), HANDS("bd2-hands", '\uedb2'), HAND_UP("bd2-hand-up", '\uedb3'), HANDWASHING("bd2-handwashing", '\uedb4'), HANDWASHING_FLUID("bd2-handwashing-fluid", '\uedb5'), HANFU_CHINESE_STYLE("bd2-hanfu-chinese-style", '\uedb6'), HANGER("bd2-hanger", '\uedb7'), HANGER_ONE("bd2-hanger-one", '\uedb8'), HANGER_TWO("bd2-hanger-two", '\uedb9'), HARD_DISK("bd2-hard-disk", '\uedba'), HARD_DISK_ONE("bd2-hard-disk-one", '\uedbb'), HARM("bd2-harm", '\uedbc'), HASHTAG_KEY("bd2-hashtag-key", '\uedbd'), HAT("bd2-hat", '\uedbe'), HDD("bd2-hdd", '\uedbf'), HDMI_CABLE("bd2-hdmi-cable", '\uedc0'), HDMI_CONNECTOR("bd2-hdmi-connector", '\uedc1'), HEADPHONE_SOUND("bd2-headphone-sound", '\uedc2'), HEADSET("bd2-headset", '\uedc3'), HEADSET_ONE("bd2-headset-one", '\uedc4'), HEADSET_TWO("bd2-headset-two", '\uedc5'), HEADWEAR("bd2-headwear", '\uedc6'), HEALTH("bd2-health", '\uedc7'), HEALTH_PRODUCTS("bd2-health-products", '\uedc8'), HEALTHY_RECOGNITION("bd2-healthy-recognition", '\uedc9'), HEART("bd2-heart", '\uedca'), HEART_BALLON("bd2-heart-ballon", '\uedcb'), HEARTBEAT("bd2-heartbeat", '\uedcc'), HEART_RATE("bd2-heart-rate", '\uedcd'), HEATER_RESISTOR("bd2-heater-resistor", '\uedce'), HEAVY_METAL("bd2-heavy-metal", '\uedcf'), HEAVY_RAIN("bd2-heavy-rain", '\uedd0'), HEAVY_WIND("bd2-heavy-wind", '\uedd1'), HELMET("bd2-helmet", '\uedd2'), HELMET_ONE("bd2-helmet-one", '\uedd3'), HELP("bd2-help", '\uedd4'), HELPCENTER("bd2-helpcenter", '\uedd5'), HEXAGONAL("bd2-hexagonal", '\uedd6'), HEXAGON_ONE("bd2-hexagon-one", '\uedd7'), HEXAGON_STRIP("bd2-hexagon-strip", '\uedd8'), HI("bd2-hi", '\uedd9'), HIGH_HEELED_SHOES("bd2-high-heeled-shoes", '\uedda'), HIGH_LIGHT("bd2-high-light", '\ueddb'), HIGH_SPEED_RAIL("bd2-high-speed-rail", '\ueddc'), HIPPO("bd2-hippo", '\ueddd'), HISTOGRAM("bd2-histogram", '\uedde'), HISTORY("bd2-history", '\ueddf'), HISTORY_QUERY("bd2-history-query", '\uede0'), HOCKEY("bd2-hockey", '\uede1'), HOLD("bd2-hold", '\uede2'), HOLDING_HANDS("bd2-holding-hands", '\uede3'), HOLD_INTERFACE("bd2-hold-interface", '\uede4'), HOLD_SEEDS("bd2-hold-seeds", '\uede5'), HOLY_SWORD("bd2-holy-sword", '\uede6'), HOME("bd2-home", '\uede7'), HOMESTAY("bd2-homestay", '\uede8'), HOME_TWO("bd2-home-two", '\uede9'), HONEY("bd2-honey", '\uedea'), HONEY_ONE("bd2-honey-one", '\uedeb'), HORIZONTALLY_CENTERED("bd2-horizontally-centered", '\uedec'), HORIZONTAL_SPACING_BETWEEN_ITEMS("bd2-horizontal-spacing-between-items", '\ueded'), HORIZONTAL_TIDY_UP("bd2-horizontal-tidy-up", '\uedee'), HORSE_ZODIAC("bd2-horse-zodiac", '\uedef'), HOSPITAL("bd2-hospital", '\uedf0'), HOSPITAL_BED("bd2-hospital-bed", '\uedf1'), HOSPITAL_FOUR("bd2-hospital-four", '\uedf2'), HOSPITAL_THREE("bd2-hospital-three", '\uedf3'), HOSPITAL_TWO("bd2-hospital-two", '\uedf4'), HOT_AIR_BALLOON("bd2-hot-air-balloon", '\uedf5'), HOTEL("bd2-hotel", '\uedf6'), HOTEL_DO_NOT_CLEAN("bd2-hotel-do-not-clean", '\uedf7'), HOTEL_PLEASE_CLEAN("bd2-hotel-please-clean", '\uedf8'), HOT_POT("bd2-hot-pot", '\uedf9'), HOT_POT_ONE("bd2-hot-pot-one", '\uedfa'), HOURGLASS("bd2-hourglass", '\uedfb'), HOURGLASS_FULL("bd2-hourglass-full", '\uedfc'), HOURGLASS_NULL("bd2-hourglass-null", '\uedfd'), HTML_FIVE("bd2-html-five", '\uedfe'), HUNTING_GEAR("bd2-hunting-gear", '\uedff'), HUOSHANZHIBO("bd2-huoshanzhibo", '\uee00'), ICECREAM("bd2-icecream", '\uee01'), ICECREAM_FIVE("bd2-icecream-five", '\uee02'), ICECREAM_FOUR("bd2-icecream-four", '\uee03'), ICECREAM_ONE("bd2-icecream-one", '\uee04'), ICECREAM_THREE("bd2-icecream-three", '\uee05'), ICECREAM_TWO("bd2-icecream-two", '\uee06'), ID_CARD("bd2-id-card", '\uee07'), ID_CARD_H("bd2-id-card-h", '\uee08'), ID_CARD_V("bd2-id-card-v", '\uee09'), I_MAC("bd2-i-mac", '\uee0a'), IMAGE_FILES("bd2-image-files", '\uee0b'), IMBALANCE("bd2-imbalance", '\uee0c'), IMPORT_AND_EXPORT("bd2-import-and-export", '\uee0d'), INBOX("bd2-inbox", '\uee0e'), INBOX_DOWNLOAD_R("bd2-inbox-download-r", '\uee0f'), INBOX_IN("bd2-inbox-in", '\uee10'), INBOX_OUT("bd2-inbox-out", '\uee11'), INBOX_R("bd2-inbox-r", '\uee12'), INBOX_SUCCESS("bd2-inbox-success", '\uee13'), INBOX_SUCCESS_R("bd2-inbox-success-r", '\uee14'), INBOX_UPLOAD_R("bd2-inbox-upload-r", '\uee15'), INCLUSIVE_GATEWAY("bd2-inclusive-gateway", '\uee16'), INCOME("bd2-income", '\uee17'), INCOME_ONE("bd2-income-one", '\uee18'), INCOMING("bd2-incoming", '\uee19'), INCREASE("bd2-increase", '\uee1a'), INCREASE_THE_SCALE("bd2-increase-the-scale", '\uee1b'), INDENT_LEFT("bd2-indent-left", '\uee1c'), INDENT_RIGHT("bd2-indent-right", '\uee1d'), INDEX_FINGER("bd2-index-finger", '\uee1e'), INDUCTION_LOCK("bd2-induction-lock", '\uee1f'), INDUSTRIAL_SCALES("bd2-industrial-scales", '\uee20'), IN_FLIGHT("bd2-in-flight", '\uee21'), INFO("bd2-info", '\uee22'), INFUSION("bd2-infusion", '\uee23'), INJECTION("bd2-injection", '\uee24'), INLINE("bd2-inline", '\uee25'), INNER_SHADOW_BOTTOM_LEFT("bd2-inner-shadow-bottom-left", '\uee26'), INNER_SHADOW_BOTTOM_RIGHT("bd2-inner-shadow-bottom-right", '\uee27'), INNER_SHADOW_DOWN("bd2-inner-shadow-down", '\uee28'), INNER_SHADOW_LEFT("bd2-inner-shadow-left", '\uee29'), INNER_SHADOW_RIGHT("bd2-inner-shadow-right", '\uee2a'), INNER_SHADOW_TOP_LEFT("bd2-inner-shadow-top-left", '\uee2b'), INNER_SHADOW_TOP_RIGHT("bd2-inner-shadow-top-right", '\uee2c'), INNER_SHADOW_UP("bd2-inner-shadow-up", '\uee2d'), INSERT_CARD("bd2-insert-card", '\uee2e'), INSERT_TABLE("bd2-insert-table", '\uee2f'), INSPECTION("bd2-inspection", '\uee30'), INSTAGRAM("bd2-instagram", '\uee31'), INSTAGRAM_ONE("bd2-instagram-one", '\uee32'), INSTALL("bd2-install", '\uee33'), INSTRUCTION("bd2-instruction", '\uee34'), INTERCOM("bd2-intercom", '\uee35'), INTERMEDIATE_MODE("bd2-intermediate-mode", '\uee36'), INTERNAL_DATA("bd2-internal-data", '\uee37'), INTERNAL_EXPANSION("bd2-internal-expansion", '\uee38'), INTERNAL_REDUCTION("bd2-internal-reduction", '\uee39'), INTERNAL_TRANSMISSION("bd2-internal-transmission", '\uee3a'), INTERNATIONAL("bd2-international", '\uee3b'), INTERSECTION("bd2-intersection", '\uee3c'), INTERSECT_SELECTION("bd2-intersect-selection", '\uee3d'), INVALID_FILES("bd2-invalid-files", '\uee3e'), INVERT_CAMERA("bd2-invert-camera", '\uee3f'), INVERT_LEFT("bd2-invert-left", '\uee40'), INVERT_RIGHT("bd2-invert-right", '\uee41'), IOS_FACE_RECOGNITION("bd2-ios-face-recognition", '\uee42'), IPAD("bd2-ipad", '\uee43'), IPAD_ONE("bd2-ipad-one", '\uee44'), IPHONE("bd2-iphone", '\uee45'), IPO("bd2-ipo", '\uee46'), IRON("bd2-iron", '\uee47'), IRON_DISABLE("bd2-iron-disable", '\uee48'), IRON_THREE("bd2-iron-three", '\uee49'), IRON_TWO("bd2-iron-two", '\uee4a'), IWATCH("bd2-iwatch", '\uee4b'), IWATCH_ONE("bd2-iwatch-one", '\uee4c'), IWATCH_TWO("bd2-iwatch-two", '\uee4d'), JEWELRY("bd2-jewelry", '\uee4e'), JINRITOUTIAO("bd2-jinritoutiao", '\uee4f'), JOURNEY("bd2-journey", '\uee50'), JOYSTICK("bd2-joystick", '\uee51'), JUICE("bd2-juice", '\uee52'), JUMP("bd2-jump", '\uee53'), KAGI_MAP("bd2-kagi-map", '\uee54'), KETTLE("bd2-kettle", '\uee55'), KETTLE_ONE("bd2-kettle-one", '\uee56'), KEY("bd2-key", '\uee57'), KEYBOARD("bd2-keyboard", '\uee58'), KEYBOARD_ONE("bd2-keyboard-one", '\uee59'), KEYHOLE("bd2-keyhole", '\uee5a'), KEYLINE("bd2-keyline", '\uee5b'), KEY_ONE("bd2-key-one", '\uee5c'), KEY_TWO("bd2-key-two", '\uee5d'), KITCHEN_KNIFE("bd2-kitchen-knife", '\uee5e'), KNIFE_FORK("bd2-knife-fork", '\uee5f'), KOALA_BEAR("bd2-koala-bear", '\uee60'), KUNGFU("bd2-kungfu", '\uee61'), LABEL("bd2-label", '\uee62'), LADDER("bd2-ladder", '\uee63'), LADDER_ONE("bd2-ladder-one", '\uee64'), LAMP("bd2-lamp", '\uee65'), LANDING("bd2-landing", '\uee66'), LANDSCAPE("bd2-landscape", '\uee67'), LAND_SURVEYING("bd2-land-surveying", '\uee68'), LAPTOP("bd2-laptop", '\uee69'), LAPTOP_COMPUTER("bd2-laptop-computer", '\uee6a'), LAPTOP_ONE("bd2-laptop-one", '\uee6b'), LARK("bd2-lark", '\uee6c'), LARK_ONE("bd2-lark-one", '\uee6d'), LATTICE_PATTERN("bd2-lattice-pattern", '\uee6e'), LAYERS("bd2-layers", '\uee6f'), LAYOUT_FIVE("bd2-layout-five", '\uee70'), LAYOUT_FOUR("bd2-layout-four", '\uee71'), LAYOUT_ONE("bd2-layout-one", '\uee72'), LAYOUT_THREE("bd2-layout-three", '\uee73'), LAYOUT_TWO("bd2-layout-two", '\uee74'), LEAF("bd2-leaf", '\uee75'), LEAVES("bd2-leaves", '\uee76'), LEAVES_ONE("bd2-leaves-one", '\uee77'), LEAVES_TWO("bd2-leaves-two", '\uee78'), LED_DIODE("bd2-led-diode", '\uee79'), LEFT("bd2-left", '\uee7a'), LEFT_ALIGNMENT("bd2-left-alignment", '\uee7b'), LEFT_AND_RIGHT_BRANCH("bd2-left-and-right-branch", '\uee7c'), LEFT_BAR("bd2-left-bar", '\uee7d'), LEFT_BRANCH("bd2-left-branch", '\uee7e'), LEFT_C("bd2-left-c", '\uee7f'), LEFT_EXPAND("bd2-left-expand", '\uee80'), LEFT_ONE("bd2-left-one", '\uee81'), LEFT_SMALL("bd2-left-small", '\uee82'), LEFT_SMALL_DOWN("bd2-left-small-down", '\uee83'), LEFT_SMALL_UP("bd2-left-small-up", '\uee84'), LEFT_SQUARE("bd2-left-square", '\uee85'), LEFT_TWO("bd2-left-two", '\uee86'), LEMON("bd2-lemon", '\uee87'), LENS_ALIGNMENT("bd2-lens-alignment", '\uee88'), LEO("bd2-leo", '\uee89'), LEVEL("bd2-level", '\uee8a'), LEVEL_ADJUSTMENT("bd2-level-adjustment", '\uee8b'), LEVEL_EIGHT_TITLE("bd2-level-eight-title", '\uee8c'), LEVEL_FIVE_TITLE("bd2-level-five-title", '\uee8d'), LEVEL_FOUR_TITLE("bd2-level-four-title", '\uee8e'), LEVEL_NINE_TITLE("bd2-level-nine-title", '\uee8f'), LEVEL_SEVEN_TITLE("bd2-level-seven-title", '\uee90'), LEVEL_SIX_TITLE("bd2-level-six-title", '\uee91'), LIBRA("bd2-libra", '\uee92'), LIFEBUOY("bd2-lifebuoy", '\uee93'), LIGHT("bd2-light", '\uee94'), LIGHT_HOUSE("bd2-light-house", '\uee95'), LIGHT_MEMBER("bd2-light-member", '\uee96'), LIGHTNING("bd2-lightning", '\uee97'), LIGHT_RAIN("bd2-light-rain", '\uee98'), LIKE("bd2-like", '\uee99'), LINCOLN("bd2-lincoln", '\uee9a'), LINK("bd2-link", '\uee9b'), LINK_BREAK("bd2-link-break", '\uee9c'), LINK_CLOUD("bd2-link-cloud", '\uee9d'), LINK_CLOUD_FAILD("bd2-link-cloud-faild", '\uee9e'), LINK_CLOUD_SUCESS("bd2-link-cloud-sucess", '\uee9f'), LINK_FOUR("bd2-link-four", '\ueea0'), LINK_IN("bd2-link-in", '\ueea1'), LINK_INTERRUPT("bd2-link-interrupt", '\ueea2'), LINK_LEFT("bd2-link-left", '\ueea3'), LINK_ONE("bd2-link-one", '\ueea4'), LINK_OUT("bd2-link-out", '\ueea5'), LINK_RIGHT("bd2-link-right", '\ueea6'), LINK_THREE("bd2-link-three", '\ueea7'), LINK_TWO("bd2-link-two", '\ueea8'), LIP_GLOSS("bd2-lip-gloss", '\ueea9'), LIPSTICK("bd2-lipstick", '\ueeaa'), LIPSTICK_ONE("bd2-lipstick-one", '\ueeab'), LIP_TATTOO("bd2-lip-tattoo", '\ueeac'), LIQUEUR("bd2-liqueur", '\ueead'), LIST("bd2-list", '\ueeae'), LIST_ADD("bd2-list-add", '\ueeaf'), LIST_ALPHABET("bd2-list-alphabet", '\ueeb0'), LIST_BOTTOM("bd2-list-bottom", '\ueeb1'), LIST_CHECKBOX("bd2-list-checkbox", '\ueeb2'), LIST_FAIL("bd2-list-fail", '\ueeb3'), LIST_MIDDLE("bd2-list-middle", '\ueeb4'), LIST_NUMBERS("bd2-list-numbers", '\ueeb5'), LIST_ONE("bd2-list-one", '\ueeb6'), LIST_SUCCESS("bd2-list-success", '\ueeb7'), LIST_TOP("bd2-list-top", '\ueeb8'), LIST_TWO("bd2-list-two", '\ueeb9'), LIST_VIEW("bd2-list-view", '\ueeba'), LOADING("bd2-loading", '\ueebb'), LOADING_FOUR("bd2-loading-four", '\ueebc'), LOADING_ONE("bd2-loading-one", '\ueebd'), LOADING_THREE("bd2-loading-three", '\ueebe'), LOADING_TWO("bd2-loading-two", '\ueebf'), LOCAL("bd2-local", '\ueec0'), LOCAL_PIN("bd2-local-pin", '\ueec1'), LOCAL_TWO("bd2-local-two", '\ueec2'), LOCK("bd2-lock", '\ueec3'), LOCKING_COMPUTER("bd2-locking-computer", '\ueec4'), LOCKING_LAPTOP("bd2-locking-laptop", '\ueec5'), LOCKING_PICTURE("bd2-locking-picture", '\ueec6'), LOCKING_WEB("bd2-locking-web", '\ueec7'), LOCK_ONE("bd2-lock-one", '\ueec8'), LOG("bd2-log", '\ueec9'), LOGIN("bd2-login", '\ueeca'), LOGOUT("bd2-logout", '\ueecb'), LOLLIPOP("bd2-lollipop", '\ueecc'), LOOP_ONCE("bd2-loop-once", '\ueecd'), LOTION("bd2-lotion", '\ueece'), LOTUS("bd2-lotus", '\ueecf'), LOUDLY_CRYING_FACE("bd2-loudly-crying-face", '\ueed0'), LOUDLY_CRYING_FACE_WHIT_OPEN_MOUTH("bd2-loudly-crying-face-whit-open-mouth", '\ueed1'), LOVE_AND_HELP("bd2-love-and-help", '\ueed2'), LOWER_BRANCH("bd2-lower-branch", '\ueed3'), LUGGAGE("bd2-luggage", '\ueed4'), LUMINOUS("bd2-luminous", '\ueed5'), LUNG("bd2-lung", '\ueed6'); public static BytedanceIconsRegularAL findByDescription(String description) { for (BytedanceIconsRegularAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsRegularAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsRegularALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsRegularALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-Regular.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd2-"); } @Override public Ikon resolve(String description) { return BytedanceIconsRegularAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-Regular"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsRegularALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class BytedanceIconsRegularALIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsRegularAL.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsRegularMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsRegularMZ implements Ikon { MACADAMIA_NUT("bd2-macadamia-nut", '\ueed7'), MAC_FINDER("bd2-mac-finder", '\ueed8'), MAGIC("bd2-magic", '\ueed9'), MAGIC_HAT("bd2-magic-hat", '\ueeda'), MAGIC_WAND("bd2-magic-wand", '\ueedb'), MAGNET("bd2-magnet", '\ueedc'), MAIL("bd2-mail", '\ueedd'), MAIL_DOWNLOAD("bd2-mail-download", '\ueede'), MAIL_EDIT("bd2-mail-edit", '\ueedf'), MAILL_ONE("bd2-maill-one", '\ueee0'), MAIL_OPEN("bd2-mail-open", '\ueee1'), MAIL_PACKAGE("bd2-mail-package", '\ueee2'), MAIL_REVIEW("bd2-mail-review", '\ueee3'), MAIL_UNPACKING("bd2-mail-unpacking", '\ueee4'), MAKEUPS("bd2-makeups", '\ueee5'), MALE("bd2-male", '\ueee6'), MALL_BAG("bd2-mall-bag", '\ueee7'), MANUAL_GEAR("bd2-manual-gear", '\ueee8'), MANY_TO_MANY("bd2-many-to-many", '\ueee9'), MAP_DISTANCE("bd2-map-distance", '\ueeea'), MAP_DRAW("bd2-map-draw", '\ueeeb'), MAP_ROAD("bd2-map-road", '\ueeec'), MAP_ROAD_TWO("bd2-map-road-two", '\ueeed'), MAP_TWO("bd2-map-two", '\ueeee'), MARGIN("bd2-margin", '\ueeef'), MARGIN_ONE("bd2-margin-one", '\ueef0'), MARK("bd2-mark", '\ueef1'), MARKET("bd2-market", '\ueef2'), MARKET_ANALYSIS("bd2-market-analysis", '\ueef3'), MASCARA("bd2-mascara", '\ueef4'), MASK("bd2-mask", '\ueef5'), MASK_ONE("bd2-mask-one", '\ueef6'), MASK_TWO("bd2-mask-two", '\ueef7'), MASLOW_PYRAMIDS("bd2-maslow-pyramids", '\ueef8'), MASSAGE_CHAIR("bd2-massage-chair", '\ueef9'), MASSAGE_CHAIR_ONE("bd2-massage-chair-one", '\ueefa'), MASSAGE_TABLE("bd2-massage-table", '\ueefb'), MASTER("bd2-master", '\ueefc'), MATERIAL("bd2-material", '\ueefd'), MATERIAL_THREE("bd2-material-three", '\ueefe'), MATERIAL_TWO("bd2-material-two", '\ueeff'), MAXIMUM("bd2-maximum", '\uef00'), MAYA("bd2-maya", '\uef01'), MAYURA_GESTURE("bd2-mayura-gesture", '\uef02'), ME("bd2-me", '\uef03'), MEASURING_CUP("bd2-measuring-cup", '\uef04'), MEDAL_ONE("bd2-medal-one", '\uef05'), MEDIAEDITOR("bd2-mediaeditor", '\uef06'), MEDICAL_BOX("bd2-medical-box", '\uef07'), MEDICAL_FILES("bd2-medical-files", '\uef08'), MEDICAL_MARK("bd2-medical-mark", '\uef09'), MEDICATION_TIME("bd2-medication-time", '\uef0a'), MEDICINE_BOTTLE("bd2-medicine-bottle", '\uef0b'), MEDICINE_BOTTLE_ONE("bd2-medicine-bottle-one", '\uef0c'), MEDICINE_CHEST("bd2-medicine-chest", '\uef0d'), MEMORY("bd2-memory", '\uef0e'), MEMORY_CARD("bd2-memory-card", '\uef0f'), MEMORY_CARD_ONE("bd2-memory-card-one", '\uef10'), MEMORY_ONE("bd2-memory-one", '\uef11'), MEN_JACKET("bd2-men-jacket", '\uef12'), MENU_FOLD("bd2-menu-fold", '\uef13'), MENU_FOLD_ONE("bd2-menu-fold-one", '\uef14'), MENU_UNFOLD("bd2-menu-unfold", '\uef15'), MENU_UNFOLD_ONE("bd2-menu-unfold-one", '\uef16'), MERGE("bd2-merge", '\uef17'), MERGE_CELLS("bd2-merge-cells", '\uef18'), MESSAGE("bd2-message", '\uef19'), MESSAGE_EMOJI("bd2-message-emoji", '\uef1a'), MESSAGE_FAILED("bd2-message-failed", '\uef1b'), MESSAGE_ONE("bd2-message-one", '\uef1c'), MESSAGE_PRIVACY("bd2-message-privacy", '\uef1d'), MESSAGES("bd2-messages", '\uef1e'), MESSAGE_SEARCH("bd2-message-search", '\uef1f'), MESSAGE_SECURITY("bd2-message-security", '\uef20'), MESSAGE_SENT("bd2-message-sent", '\uef21'), MESSAGES_ONE("bd2-messages-one", '\uef22'), MESSAGE_SUCCESS("bd2-message-success", '\uef23'), MESSAGE_UNREAD("bd2-message-unread", '\uef24'), MICROPHONE("bd2-microphone", '\uef25'), MICROPHONE_ONE("bd2-microphone-one", '\uef26'), MICROSCOPE("bd2-microscope", '\uef27'), MICROSCOPE_ONE("bd2-microscope-one", '\uef28'), MICRO_SD("bd2-micro-sd", '\uef29'), MICRO_SLR_CAMERA("bd2-micro-slr-camera", '\uef2a'), MICROWAVE_OVEN("bd2-microwave-oven", '\uef2b'), MICROWAVES("bd2-microwaves", '\uef2c'), MIDDLE_FINGER("bd2-middle-finger", '\uef2d'), MILK("bd2-milk", '\uef2e'), MILK_ONE("bd2-milk-one", '\uef2f'), MIN("bd2-min", '\uef30'), MINDMAP_LIST("bd2-mindmap-list", '\uef31'), MINDMAP_MAP("bd2-mindmap-map", '\uef32'), MIND_MAPPING("bd2-mind-mapping", '\uef33'), MINI_SD_CARD("bd2-mini-sd-card", '\uef34'), MINUS("bd2-minus", '\uef35'), MINUS_THE_BOTTOM("bd2-minus-the-bottom", '\uef36'), MINUS_THE_TOP("bd2-minus-the-top", '\uef37'), MIRROR("bd2-mirror", '\uef38'), MIRROR_ONE("bd2-mirror-one", '\uef39'), MIRROR_TWO("bd2-mirror-two", '\uef3a'), MISALIGNED_SEMICIRCLE("bd2-misaligned-semicircle", '\uef3b'), MITSUBISHI("bd2-mitsubishi", '\uef3c'), MODIFY("bd2-modify", '\uef3d'), MODIFY_TWO("bd2-modify-two", '\uef3e'), MONITOR("bd2-monitor", '\uef3f'), MONITOR_CAMERA("bd2-monitor-camera", '\uef40'), MONITOR_OFF("bd2-monitor-off", '\uef41'), MONITOR_ONE("bd2-monitor-one", '\uef42'), MONITOR_TWO("bd2-monitor-two", '\uef43'), MONKEY("bd2-monkey", '\uef44'), MONKEY_ZODIAC("bd2-monkey-zodiac", '\uef45'), MONUMENT_ONE("bd2-monument-one", '\uef46'), MONUMENT_TWO("bd2-monument-two", '\uef47'), MOON("bd2-moon", '\uef48'), MORE("bd2-more", '\uef49'), MORE_APP("bd2-more-app", '\uef4a'), MORE_FOUR("bd2-more-four", '\uef4b'), MORE_ONE("bd2-more-one", '\uef4c'), MORE_THREE("bd2-more-three", '\uef4d'), MORE_TWO("bd2-more-two", '\uef4e'), MOSAIC("bd2-mosaic", '\uef4f'), MOUNTAIN("bd2-mountain", '\uef50'), MOUNTED("bd2-mounted", '\uef51'), MOUSE("bd2-mouse", '\uef52'), MOUSE_ONE("bd2-mouse-one", '\uef53'), MOUSE_ZODIAC("bd2-mouse-zodiac", '\uef54'), MOUTH("bd2-mouth", '\uef55'), MOVE("bd2-move", '\uef56'), MOVE_IN("bd2-move-in", '\uef57'), MOVE_IN_ONE("bd2-move-in-one", '\uef58'), MOVE_ONE("bd2-move-one", '\uef59'), MOVIE("bd2-movie", '\uef5a'), MOVIE_BOARD("bd2-movie-board", '\uef5b'), MOVING_PICTURE("bd2-moving-picture", '\uef5c'), MULTICAST("bd2-multicast", '\uef5d'), MULTI_CIRCULAR("bd2-multi-circular", '\uef5e'), MULTI_FUNCTION_KNIFE("bd2-multi-function-knife", '\uef5f'), MULTILAYER_SPHERE("bd2-multilayer-sphere", '\uef60'), MULTI_PICTURE_CAROUSEL("bd2-multi-picture-carousel", '\uef61'), MULTI_RECTANGLE("bd2-multi-rectangle", '\uef62'), MULTI_RING("bd2-multi-ring", '\uef63'), MULTI_TRIANGULAR("bd2-multi-triangular", '\uef64'), MULTI_TRIANGULAR_FOUR("bd2-multi-triangular-four", '\uef65'), MULTI_TRIANGULAR_THREE("bd2-multi-triangular-three", '\uef66'), MULTI_TRIANGULAR_TWO("bd2-multi-triangular-two", '\uef67'), MUSCLE("bd2-muscle", '\uef68'), MUSEUM_ONE("bd2-museum-one", '\uef69'), MUSEUM_TWO("bd2-museum-two", '\uef6a'), MUSIC("bd2-music", '\uef6b'), MUSIC_CD("bd2-music-cd", '\uef6c'), MUSIC_LIST("bd2-music-list", '\uef6d'), MUSIC_MENU("bd2-music-menu", '\uef6e'), MUSIC_ONE("bd2-music-one", '\uef6f'), MUSIC_RHYTHM("bd2-music-rhythm", '\uef70'), MUTE("bd2-mute", '\uef71'), NAIL_POLISH("bd2-nail-polish", '\uef72'), NAIL_POLISH_ONE("bd2-nail-polish-one", '\uef73'), NASAL("bd2-nasal", '\uef74'), NATURAL_MODE("bd2-natural-mode", '\uef75'), NAVIGATION("bd2-navigation", '\uef76'), NECKTIE("bd2-necktie", '\uef77'), NEEDLE("bd2-needle", '\uef78'), NEGATIVE_DYNAMICS("bd2-negative-dynamics", '\uef79'), NESTED_ARROWS("bd2-nested-arrows", '\uef7a'), NESTS("bd2-nests", '\uef7b'), NETWORK_DRIVE("bd2-network-drive", '\uef7c'), NETWORK_TREE("bd2-network-tree", '\uef7d'), NEURAL("bd2-neural", '\uef7e'), NEUTRAL_FACE("bd2-neutral-face", '\uef7f'), NEW_AFFERENT("bd2-new-afferent", '\uef80'), NEW_COMPUTER("bd2-new-computer", '\uef81'), NEW_DIANZIQIAN("bd2-new-dianziqian", '\uef82'), NEW_EFFERENT("bd2-new-efferent", '\uef83'), NEW_LARK("bd2-new-lark", '\uef84'), NEWLYBUILD("bd2-newlybuild", '\uef85'), NEW_PICTURE("bd2-new-picture", '\uef86'), NEWSPAPER_FOLDING("bd2-newspaper-folding", '\uef87'), NEXT("bd2-next", '\uef88'), NINE_KEY("bd2-nine-key", '\uef89'), NINE_POINTS_CONNECTED("bd2-nine-points-connected", '\uef8a'), NINTENDO_SWITCH("bd2-nintendo-switch", '\uef8b'), NMR("bd2-nmr", '\uef8c'), NODE_FLAT("bd2-node-flat", '\uef8d'), NODE_ROUND("bd2-node-round", '\uef8e'), NODE_SQUARE("bd2-node-square", '\uef8f'), NOODLES("bd2-noodles", '\uef90'), NO_SHOOTING("bd2-no-shooting", '\uef91'), NOTEBOOK("bd2-notebook", '\uef92'), NOTEBOOK_AND_PEN("bd2-notebook-and-pen", '\uef93'), NOTEBOOK_ONE("bd2-notebook-one", '\uef94'), NOTEPAD("bd2-notepad", '\uef95'), NOTES("bd2-notes", '\uef96'), NUCLEAR_PLANT("bd2-nuclear-plant", '\uef97'), NURSE_CAP("bd2-nurse-cap", '\uef98'), NUT("bd2-nut", '\uef99'), NUTRITION("bd2-nutrition", '\uef9a'), OCEANENGINE("bd2-oceanengine", '\uef9b'), OCTAGON("bd2-octagon", '\uef9c'), OFF_SCREEN("bd2-off-screen", '\uef9d'), OFF_SCREEN_ONE("bd2-off-screen-one", '\uef9e'), OFF_SCREEN_TWO("bd2-off-screen-two", '\uef9f'), OIL_INDUSTRY("bd2-oil-industry", '\uefa0'), OKAY("bd2-okay", '\uefa1'), ONE("bd2-one", '\uefa2'), ONE_KEY("bd2-one-key", '\uefa3'), ONE_ONE("bd2-one-one", '\uefa4'), ONESIES("bd2-onesies", '\uefa5'), ONE_THIRD_ROTATION("bd2-one-third-rotation", '\uefa6'), ONE_TO_MANY("bd2-one-to-many", '\uefa7'), ONE_TO_ONE("bd2-one-to-one", '\uefa8'), ONLINE_MEETING("bd2-online-meeting", '\uefa9'), OPEN("bd2-open", '\uefaa'), OPEN_AN_ACCOUNT("bd2-open-an-account", '\uefab'), OPEN_DOOR("bd2-open-door", '\uefac'), OPEN_ONE("bd2-open-one", '\uefad'), OPTIMIZE("bd2-optimize", '\uefae'), OPTIONAL("bd2-optional", '\uefaf'), ORANGE("bd2-orange", '\uefb0'), ORANGE_ONE("bd2-orange-one", '\uefb1'), ORANGE_STATION("bd2-orange-station", '\uefb2'), ORDER("bd2-order", '\uefb3'), ORDERED_LIST("bd2-ordered-list", '\uefb4'), ORTHOPEDIC("bd2-orthopedic", '\uefb5'), OSCILLATOR("bd2-oscillator", '\uefb6'), OTHER("bd2-other", '\uefb7'), OUTBOUND("bd2-outbound", '\uefb8'), OUTDOOR("bd2-outdoor", '\uefb9'), OUTGOING("bd2-outgoing", '\uefba'), OVAL_LOVE("bd2-oval-love", '\uefbb'), OVAL_LOVE_TWO("bd2-oval-love-two", '\uefbc'), OVAL_ONE("bd2-oval-one", '\uefbd'), OVEN("bd2-oven", '\uefbe'), OVEN_TRAY("bd2-oven-tray", '\uefbf'), OVERALL_REDUCTION("bd2-overall-reduction", '\uefc0'), OWL("bd2-owl", '\uefc1'), PACIFIER("bd2-pacifier", '\uefc2'), PAD("bd2-pad", '\uefc3'), PAGE("bd2-page", '\uefc4'), PAGE_TEMPLATE("bd2-page-template", '\uefc5'), PAGODA("bd2-pagoda", '\uefc6'), PAINT("bd2-paint", '\uefc7'), PAINTED_EGGSHELL("bd2-painted-eggshell", '\uefc8'), PAINTED_SCREEN("bd2-painted-screen", '\uefc9'), PALACE("bd2-palace", '\uefca'), PALM("bd2-palm", '\uefcb'), PANDA("bd2-panda", '\uefcc'), PANGLE("bd2-pangle", '\uefcd'), PANORAMA_HORIZONTAL("bd2-panorama-horizontal", '\uefce'), PANTIES("bd2-panties", '\uefcf'), PAPERCLIP("bd2-paperclip", '\uefd0'), PAPER_MONEY("bd2-paper-money", '\uefd1'), PAPER_MONEY_TWO("bd2-paper-money-two", '\uefd2'), PAPER_SHIP("bd2-paper-ship", '\uefd3'), PARABOLA("bd2-parabola", '\uefd4'), PARACHUTE("bd2-parachute", '\uefd5'), PARAGRAPH_ALPHABET("bd2-paragraph-alphabet", '\uefd6'), PARAGRAPH_BREAK("bd2-paragraph-break", '\uefd7'), PARAGRAPH_BREAK_TWO("bd2-paragraph-break-two", '\uefd8'), PARAGRAPH_CUT("bd2-paragraph-cut", '\uefd9'), PARAGRAPH_RECTANGLE("bd2-paragraph-rectangle", '\uefda'), PARAGRAPH_ROUND("bd2-paragraph-round", '\uefdb'), PARAGRAPH_TRIANGLE("bd2-paragraph-triangle", '\uefdc'), PARAGRAPH_UNFOLD("bd2-paragraph-unfold", '\uefdd'), PARALLEL_GATEWAY("bd2-parallel-gateway", '\uefde'), PARALLELOGRAM("bd2-parallelogram", '\uefdf'), PARENTING_BOOK("bd2-parenting-book", '\uefe0'), PARKING("bd2-parking", '\uefe1'), PARTY_BALLOON("bd2-party-balloon", '\uefe2'), PASSPORT("bd2-passport", '\uefe3'), PASSPORT_ONE("bd2-passport-one", '\uefe4'), PAUSE("bd2-pause", '\uefe5'), PAUSE_ONE("bd2-pause-one", '\uefe6'), PAY_CODE("bd2-pay-code", '\uefe7'), PAY_CODE_ONE("bd2-pay-code-one", '\uefe8'), PAY_CODE_TWO("bd2-pay-code-two", '\uefe9'), PAYMENT_METHOD("bd2-payment-method", '\uefea'), PAYPAL("bd2-paypal", '\uefeb'), PEACH("bd2-peach", '\uefec'), PEAR("bd2-pear", '\uefed'), PEARL_OF_THE_ORIENT("bd2-pearl-of-the-orient", '\uefee'), PEAS("bd2-peas", '\uefef'), PENCIL("bd2-pencil", '\ueff0'), PENNANT("bd2-pennant", '\ueff1'), PENTAGON_ONE("bd2-pentagon-one", '\ueff2'), PEOPLE("bd2-people", '\ueff3'), PEOPLE_BOTTOM("bd2-people-bottom", '\ueff4'), PEOPLE_BOTTOM_CARD("bd2-people-bottom-card", '\ueff5'), PEOPLE_DELETE("bd2-people-delete", '\ueff6'), PEOPLE_DELETE_ONE("bd2-people-delete-one", '\ueff7'), PEOPLE_DOWNLOAD("bd2-people-download", '\ueff8'), PEOPLE_LEFT("bd2-people-left", '\ueff9'), PEOPLE_MINUS("bd2-people-minus", '\ueffa'), PEOPLE_MINUS_ONE("bd2-people-minus-one", '\ueffb'), PEOPLE_PLUS("bd2-people-plus", '\ueffc'), PEOPLE_PLUS_ONE("bd2-people-plus-one", '\ueffd'), PEOPLE_RIGHT("bd2-people-right", '\ueffe'), PEOPLES("bd2-peoples", '\uefff'), PEOPLE_SAFE("bd2-people-safe", '\uf000'), PEOPLE_SAFE_ONE("bd2-people-safe-one", '\uf001'), PEOPLE_SEARCH("bd2-people-search", '\uf002'), PEOPLE_SEARCH_ONE("bd2-people-search-one", '\uf003'), PEOPLE_SPEAK("bd2-people-speak", '\uf004'), PEOPLES_TWO("bd2-peoples-two", '\uf005'), PEOPLE_TOP("bd2-people-top", '\uf006'), PEOPLE_TOP_CARD("bd2-people-top-card", '\uf007'), PEOPLE_UNKNOWN("bd2-people-unknown", '\uf008'), PEOPLE_UPLOAD("bd2-people-upload", '\uf009'), PERCENTAGE("bd2-percentage", '\uf00a'), PERFORMANCE("bd2-performance", '\uf00b'), PERFUME("bd2-perfume", '\uf00c'), PERFUMER_BOTTLE("bd2-perfumer-bottle", '\uf00d'), PERIOD("bd2-period", '\uf00e'), PERMISSIONS("bd2-permissions", '\uf00f'), PERSONAL_COLLECTION("bd2-personal-collection", '\uf010'), PERSONAL_PRIVACY("bd2-personal-privacy", '\uf011'), PERSPECTIVE("bd2-perspective", '\uf012'), PESTICIDE("bd2-pesticide", '\uf013'), PETROL("bd2-petrol", '\uf014'), PHONE("bd2-phone", '\uf015'), PHONE_BOOTH("bd2-phone-booth", '\uf016'), PHONE_CALL("bd2-phone-call", '\uf017'), PHONE_INCOMING("bd2-phone-incoming", '\uf018'), PHONE_INCOMING_ONE("bd2-phone-incoming-one", '\uf019'), PHONE_MISSED("bd2-phone-missed", '\uf01a'), PHONE_OFF("bd2-phone-off", '\uf01b'), PHONE_ONE("bd2-phone-one", '\uf01c'), PHONE_OUTGOING("bd2-phone-outgoing", '\uf01d'), PHONE_OUTGOING_ONE("bd2-phone-outgoing-one", '\uf01e'), PHONE_TELEPHONE("bd2-phone-telephone", '\uf01f'), PHONE_TWO("bd2-phone-two", '\uf020'), PHONE_VIDEO_CALL("bd2-phone-video-call", '\uf021'), PHONOGRAPH("bd2-phonograph", '\uf022'), PHOTOGRAPH("bd2-photograph", '\uf023'), PIANO("bd2-piano", '\uf024'), PIC("bd2-pic", '\uf025'), PIC_ONE("bd2-pic-one", '\uf026'), PICTURE("bd2-picture", '\uf027'), PICTURE_ALBUM("bd2-picture-album", '\uf028'), PICTURE_ONE("bd2-picture-one", '\uf029'), PIE("bd2-pie", '\uf02a'), PIE_FIVE("bd2-pie-five", '\uf02b'), PIE_FOUR("bd2-pie-four", '\uf02c'), PIE_ONE("bd2-pie-one", '\uf02d'), PIE_SEVEN("bd2-pie-seven", '\uf02e'), PIE_SIX("bd2-pie-six", '\uf02f'), PIE_THREE("bd2-pie-three", '\uf030'), PIE_TWO("bd2-pie-two", '\uf031'), PIG("bd2-pig", '\uf032'), PIGEON("bd2-pigeon", '\uf033'), PIG_ZODIAC("bd2-pig-zodiac", '\uf034'), PILL("bd2-pill", '\uf035'), PILLS("bd2-pills", '\uf036'), PIN("bd2-pin", '\uf037'), PINEAPPLE("bd2-pineapple", '\uf038'), PINWHEEL("bd2-pinwheel", '\uf039'), PISCES("bd2-pisces", '\uf03a'), PIVOT_TABLE("bd2-pivot-table", '\uf03b'), PLAN("bd2-plan", '\uf03c'), PLANET("bd2-planet", '\uf03d'), PLASTIC_SURGERY("bd2-plastic-surgery", '\uf03e'), PLATTE("bd2-platte", '\uf03f'), PLAY("bd2-play", '\uf040'), PLAYBACK_PROGRESS("bd2-playback-progress", '\uf041'), PLAY_BASKETBALL("bd2-play-basketball", '\uf042'), PLAY_CYCLE("bd2-play-cycle", '\uf043'), PLAY_ONCE("bd2-play-once", '\uf044'), PLAY_ONE("bd2-play-one", '\uf045'), PLAY_TWO("bd2-play-two", '\uf046'), PLAY_VOLLEYBALL("bd2-play-volleyball", '\uf047'), PLAY_WRONG("bd2-play-wrong", '\uf048'), PLUG("bd2-plug", '\uf049'), PLUG_ONE("bd2-plug-one", '\uf04a'), PLUS("bd2-plus", '\uf04b'), PLUS_CROSS("bd2-plus-cross", '\uf04c'), POINT("bd2-point", '\uf04d'), POINT_OUT("bd2-point-out", '\uf04e'), POKEBALL_ONE("bd2-pokeball-one", '\uf04f'), POKER("bd2-poker", '\uf050'), POPCORN("bd2-popcorn", '\uf051'), POPCORN_ONE("bd2-popcorn-one", '\uf052'), POSITIVE_DYNAMICS("bd2-positive-dynamics", '\uf053'), POT("bd2-pot", '\uf054'), POTENTIOMETER("bd2-potentiometer", '\uf055'), POUND("bd2-pound", '\uf056'), POUND_SIGN("bd2-pound-sign", '\uf057'), POUTING_FACE("bd2-pouting-face", '\uf058'), POWDER("bd2-powder", '\uf059'), POWER("bd2-power", '\uf05a'), POWERPOINT("bd2-powerpoint", '\uf05b'), POWER_SUPPLY("bd2-power-supply", '\uf05c'), POWER_SUPPLY_ONE("bd2-power-supply-one", '\uf05d'), PPT("bd2-ppt", '\uf05e'), PREGNANT_WOMEN("bd2-pregnant-women", '\uf05f'), PRESCHOOL("bd2-preschool", '\uf060'), PRESCRIPTION("bd2-prescription", '\uf061'), PRESS("bd2-press", '\uf062'), PREVIEW_CLOSE("bd2-preview-close", '\uf063'), PREVIEW_CLOSE_ONE("bd2-preview-close-one", '\uf064'), PREVIEW_OPEN("bd2-preview-open", '\uf065'), PRINTER("bd2-printer", '\uf066'), PRINTER_ONE("bd2-printer-one", '\uf067'), PRINTER_TWO("bd2-printer-two", '\uf068'), PRISON("bd2-prison", '\uf069'), PROCESS_LINE("bd2-process-line", '\uf06a'), PROJECTOR("bd2-projector", '\uf06b'), PROJECTOR_ONE("bd2-projector-one", '\uf06c'), PROJECTOR_THREE("bd2-projector-three", '\uf06d'), PROJECTOR_TWO("bd2-projector-two", '\uf06e'), PROPORTIONAL_SCALING("bd2-proportional-scaling", '\uf06f'), PROTECT("bd2-protect", '\uf070'), PROTECTION("bd2-protection", '\uf071'), PUBLIC_TOILET("bd2-public-toilet", '\uf072'), PULL_DOOR("bd2-pull-door", '\uf073'), PULL_REQUESTS("bd2-pull-requests", '\uf074'), PUMPKIN("bd2-pumpkin", '\uf075'), PURE_NATURAL("bd2-pure-natural", '\uf076'), PUSH_DOOR("bd2-push-door", '\uf077'), PUSHPIN("bd2-pushpin", '\uf078'), PUZZLE("bd2-puzzle", '\uf079'), PYRAMID("bd2-pyramid", '\uf07a'), PYRAMID_ONE("bd2-pyramid-one", '\uf07b'), QINGNIAO_CLUE("bd2-qingniao-clue", '\uf07c'), QIYEHAO("bd2-qiyehao", '\uf07d'), QUADRANGULAR_PYRAMID("bd2-quadrangular-pyramid", '\uf07e'), QUADRILATERAL("bd2-quadrilateral", '\uf07f'), QUOTE("bd2-quote", '\uf080'), RABBIT("bd2-rabbit", '\uf081'), RABBIT_ZODIAC("bd2-rabbit-zodiac", '\uf082'), RADAR("bd2-radar", '\uf083'), RADAR_CHART("bd2-radar-chart", '\uf084'), RADAR_THREE("bd2-radar-three", '\uf085'), RADAR_TWO("bd2-radar-two", '\uf086'), RADIATION("bd2-radiation", '\uf087'), RADIO("bd2-radio", '\uf088'), RADIO_NANNY("bd2-radio-nanny", '\uf089'), RADIO_ONE("bd2-radio-one", '\uf08a'), RADIO_TWO("bd2-radio-two", '\uf08b'), RADISH("bd2-radish", '\uf08c'), RADISH_ONE("bd2-radish-one", '\uf08d'), RAILWAY("bd2-railway", '\uf08e'), RANKING("bd2-ranking", '\uf08f'), RANKING_LIST("bd2-ranking-list", '\uf090'), RATTLE("bd2-rattle", '\uf091'), RATTLE_ONE("bd2-rattle-one", '\uf092'), RAZOR("bd2-razor", '\uf093'), READ_BOOK("bd2-read-book", '\uf094'), RECEIVE("bd2-receive", '\uf095'), RECEIVER("bd2-receiver", '\uf096'), RECENT_VIEWS_SORT("bd2-recent-views-sort", '\uf097'), RECORD("bd2-record", '\uf098'), RECORD_DISC("bd2-record-disc", '\uf099'), RECORD_PLAYER("bd2-record-player", '\uf09a'), RECTANGLE("bd2-rectangle", '\uf09b'), RECTANGLE_ONE("bd2-rectangle-one", '\uf09c'), RECTANGLE_SMALL("bd2-rectangle-small", '\uf09d'), RECTANGLE_TEAR("bd2-rectangle-tear", '\uf09e'), RECTANGLE_X("bd2-rectangle-x", '\uf09f'), RECTANGULAR_CIRCULAR_CONNECTION("bd2-rectangular-circular-connection", '\uf0a0'), RECTANGULAR_CIRCULAR_SEPARATION("bd2-rectangular-circular-separation", '\uf0a1'), RECTANGULAR_VERTEBRA("bd2-rectangular-vertebra", '\uf0a2'), RECYCLE_BIN("bd2-recycle-bin", '\uf0a3'), RECYCLING("bd2-recycling", '\uf0a4'), RECYCLING_POOL("bd2-recycling-pool", '\uf0a5'), RED_CROSS("bd2-red-cross", '\uf0a6'), RED_ENVELOPE("bd2-red-envelope", '\uf0a7'), RED_ENVELOPES("bd2-red-envelopes", '\uf0a8'), REDO("bd2-redo", '\uf0a9'), REDUCE("bd2-reduce", '\uf0aa'), REDUCE_DECIMAL_PLACES("bd2-reduce-decimal-places", '\uf0ab'), REDUCE_ONE("bd2-reduce-one", '\uf0ac'), REDUCE_TWO("bd2-reduce-two", '\uf0ad'), REDUCE_USER("bd2-reduce-user", '\uf0ae'), REEL("bd2-reel", '\uf0af'), REFRACTION("bd2-refraction", '\uf0b0'), REFRESH("bd2-refresh", '\uf0b1'), REFRESH_ONE("bd2-refresh-one", '\uf0b2'), REFRIGERATOR("bd2-refrigerator", '\uf0b3'), REJECT("bd2-reject", '\uf0b4'), RELATIONAL_GRAPH("bd2-relational-graph", '\uf0b5'), RELIEVED_FACE("bd2-relieved-face", '\uf0b6'), RELOAD("bd2-reload", '\uf0b7'), REMIND("bd2-remind", '\uf0b8'), REMIND_DISABLE("bd2-remind-disable", '\uf0b9'), REMOTE_CONTROL("bd2-remote-control", '\uf0ba'), REMOTE_CONTROL_ONE("bd2-remote-control-one", '\uf0bb'), RENAL("bd2-renal", '\uf0bc'), RENAULT("bd2-renault", '\uf0bd'), REPAIR("bd2-repair", '\uf0be'), REPLAY_FIVE("bd2-replay-five", '\uf0bf'), REPLAY_MUSIC("bd2-replay-music", '\uf0c0'), REPORT("bd2-report", '\uf0c1'), REPOSITIONING("bd2-repositioning", '\uf0c2'), RESISTOR("bd2-resistor", '\uf0c3'), RESPECT("bd2-respect", '\uf0c4'), RESTING("bd2-resting", '\uf0c5'), RETRO_BAG("bd2-retro-bag", '\uf0c6'), RETURN("bd2-return", '\uf0c7'), REVERSE_LENS("bd2-reverse-lens", '\uf0c8'), REVERSE_LENS_ONE("bd2-reverse-lens-one", '\uf0c9'), REVERSE_OPERATION_IN("bd2-reverse-operation-in", '\uf0ca'), REVERSE_OPERATION_OUT("bd2-reverse-operation-out", '\uf0cb'), REVERSE_ROTATION("bd2-reverse-rotation", '\uf0cc'), RICE("bd2-rice", '\uf0cd'), RIDING("bd2-riding", '\uf0ce'), RIDING_ONE("bd2-riding-one", '\uf0cf'), RIGHT("bd2-right", '\uf0d0'), RIGHT_ANGLE("bd2-right-angle", '\uf0d1'), RIGHT_BAR("bd2-right-bar", '\uf0d2'), RIGHT_BRANCH("bd2-right-branch", '\uf0d3'), RIGHT_BRANCH_ONE("bd2-right-branch-one", '\uf0d4'), RIGHT_BRANCH_TWO("bd2-right-branch-two", '\uf0d5'), RIGHT_C("bd2-right-c", '\uf0d6'), RIGHT_EXPAND("bd2-right-expand", '\uf0d7'), RIGHT_ONE("bd2-right-one", '\uf0d8'), RIGHT_RUN("bd2-right-run", '\uf0d9'), RIGHT_SMALL("bd2-right-small", '\uf0da'), RIGHT_SMALL_DOWN("bd2-right-small-down", '\uf0db'), RIGHT_SMALL_UP("bd2-right-small-up", '\uf0dc'), RIGHT_SQUARE("bd2-right-square", '\uf0dd'), RIGHT_TWO("bd2-right-two", '\uf0de'), RIGHT_USER("bd2-right-user", '\uf0df'), RING("bd2-ring", '\uf0e0'), RING_ONE("bd2-ring-one", '\uf0e1'), RINGS("bd2-rings", '\uf0e2'), RIPPLE("bd2-ripple", '\uf0e3'), ROAD("bd2-road", '\uf0e4'), ROAD_CONE("bd2-road-cone", '\uf0e5'), ROAD_ONE("bd2-road-one", '\uf0e6'), ROAD_SIGN("bd2-road-sign", '\uf0e7'), ROAD_SIGN_BOTH("bd2-road-sign-both", '\uf0e8'), ROBOT("bd2-robot", '\uf0e9'), ROBOT_ONE("bd2-robot-one", '\uf0ea'), ROBOT_TWO("bd2-robot-two", '\uf0eb'), ROCK("bd2-rock", '\uf0ec'), ROCKET("bd2-rocket", '\uf0ed'), ROCKET_ONE("bd2-rocket-one", '\uf0ee'), ROCK_GESTURE("bd2-rock-gesture", '\uf0ef'), ROCKING_HORSE("bd2-rocking-horse", '\uf0f0'), ROLLERSKATES("bd2-rollerskates", '\uf0f1'), ROMPER("bd2-romper", '\uf0f2'), ROPE_SKIPPING("bd2-rope-skipping", '\uf0f3'), ROPE_SKIPPING_ONE("bd2-rope-skipping-one", '\uf0f4'), ROTATE("bd2-rotate", '\uf0f5'), ROTATE_ONE("bd2-rotate-one", '\uf0f6'), ROTATING_ADD("bd2-rotating-add", '\uf0f7'), ROTATING_FORWARD("bd2-rotating-forward", '\uf0f8'), ROTATION("bd2-rotation", '\uf0f9'), ROTATION_HORIZONTAL("bd2-rotation-horizontal", '\uf0fa'), ROTATION_ONE("bd2-rotation-one", '\uf0fb'), ROTATION_VERTICAL("bd2-rotation-vertical", '\uf0fc'), ROUND("bd2-round", '\uf0fd'), ROUND_CALIPER("bd2-round-caliper", '\uf0fe'), ROUND_DISTORTION("bd2-round-distortion", '\uf0ff'), ROUND_MASK("bd2-round-mask", '\uf100'), ROUND_SOCKET("bd2-round-socket", '\uf101'), ROUND_TRIP("bd2-round-trip", '\uf102'), ROUTER("bd2-router", '\uf103'), ROUTER_ONE("bd2-router-one", '\uf104'), ROW_HEIGHT("bd2-row-height", '\uf105'), ROWING("bd2-rowing", '\uf106'), RS_MALE("bd2-rs-male", '\uf107'), RSS("bd2-rss", '\uf108'), RUGBY("bd2-rugby", '\uf109'), RUGBY_ONE("bd2-rugby-one", '\uf10a'), RULER("bd2-ruler", '\uf10b'), RULER_ONE("bd2-ruler-one", '\uf10c'), RULE_TWO("bd2-rule-two", '\uf10d'), RUN_LEFT("bd2-run-left", '\uf10e'), SAFE_RETRIEVAL("bd2-safe-retrieval", '\uf10f'), SAGITTARIUS("bd2-sagittarius", '\uf110'), SAILBOAT("bd2-sailboat", '\uf111'), SAILBOAT_ONE("bd2-sailboat-one", '\uf112'), SAILING("bd2-sailing", '\uf113'), SALES_REPORT("bd2-sales-report", '\uf114'), SANDALS("bd2-sandals", '\uf115'), SANDSTORM("bd2-sandstorm", '\uf116'), SANDWICH("bd2-sandwich", '\uf117'), SANDWICH_ONE("bd2-sandwich-one", '\uf118'), SAPLING("bd2-sapling", '\uf119'), SAVE("bd2-save", '\uf11a'), SAVE_ONE("bd2-save-one", '\uf11b'), SCALE("bd2-scale", '\uf11c'), SCALE_ONE("bd2-scale-one", '\uf11d'), SCALLION("bd2-scallion", '\uf11e'), SCAN("bd2-scan", '\uf11f'), SCAN_CODE("bd2-scan-code", '\uf120'), SCANNING("bd2-scanning", '\uf121'), SCANNING_TWO("bd2-scanning-two", '\uf122'), SCAN_SETTING("bd2-scan-setting", '\uf123'), SCATTER_ALIGNMENT("bd2-scatter-alignment", '\uf124'), SCHEDULE("bd2-schedule", '\uf125'), SCHOOL("bd2-school", '\uf126'), SCISSORS("bd2-scissors", '\uf127'), SCOREBOARD("bd2-scoreboard", '\uf128'), SCORPIO("bd2-scorpio", '\uf129'), SCREEN_ROTATION("bd2-screen-rotation", '\uf12a'), SCREENSHOT("bd2-screenshot", '\uf12b'), SCREENSHOT_ONE("bd2-screenshot-one", '\uf12c'), SCREENSHOT_TWO("bd2-screenshot-two", '\uf12d'), SCREWDRIVER("bd2-screwdriver", '\uf12e'), SD("bd2-sd", '\uf12f'), SD_CARD("bd2-sd-card", '\uf130'), SEAL("bd2-seal", '\uf131'), SEARCH("bd2-search", '\uf132'), SEAT("bd2-seat", '\uf133'), SECURITY("bd2-security", '\uf134'), SECURITY_STALL("bd2-security-stall", '\uf135'), SEEDLING("bd2-seedling", '\uf136'), SELECTED("bd2-selected", '\uf137'), SELECTED_FOCUS("bd2-selected-focus", '\uf138'), SELFIE("bd2-selfie", '\uf139'), SEND("bd2-send", '\uf13a'), SEND_BACKWARD("bd2-send-backward", '\uf13b'), SEND_EMAIL("bd2-send-email", '\uf13c'), SEND_ONE("bd2-send-one", '\uf13d'), SEND_TO_BACK("bd2-send-to-back", '\uf13e'), SENT_TO_BACK("bd2-sent-to-back", '\uf13f'), SEO("bd2-seo", '\uf140'), SEO_FOLDER("bd2-seo-folder", '\uf141'), SERVER("bd2-server", '\uf142'), SET_OFF("bd2-set-off", '\uf143'), SETTING("bd2-setting", '\uf144'), SETTING_COMPUTER("bd2-setting-computer", '\uf145'), SETTING_CONFIG("bd2-setting-config", '\uf146'), SETTING_LAPTOP("bd2-setting-laptop", '\uf147'), SETTING_ONE("bd2-setting-one", '\uf148'), SETTING_THREE("bd2-setting-three", '\uf149'), SETTING_TWO("bd2-setting-two", '\uf14a'), SETTING_WEB("bd2-setting-web", '\uf14b'), SEVEN_KEY("bd2-seven-key", '\uf14c'), SHADE("bd2-shade", '\uf14d'), SHAKE("bd2-shake", '\uf14e'), SHARE("bd2-share", '\uf14f'), SHARE_ONE("bd2-share-one", '\uf150'), SHARE_SYS("bd2-share-sys", '\uf151'), SHARE_THREE("bd2-share-three", '\uf152'), SHARE_TWO("bd2-share-two", '\uf153'), SHAVER("bd2-shaver", '\uf154'), SHAVER_ONE("bd2-shaver-one", '\uf155'), SHAVING("bd2-shaving", '\uf156'), SHEEP_ZODIAC("bd2-sheep-zodiac", '\uf157'), SHIELD("bd2-shield", '\uf158'), SHIELD_ADD("bd2-shield-add", '\uf159'), SHIP("bd2-ship", '\uf15a'), SHOP("bd2-shop", '\uf15b'), SHOPPING("bd2-shopping", '\uf15c'), SHOPPING_BAG("bd2-shopping-bag", '\uf15d'), SHOPPING_BAG_ONE("bd2-shopping-bag-one", '\uf15e'), SHOPPING_CART("bd2-shopping-cart", '\uf15f'), SHOPPING_CART_ADD("bd2-shopping-cart-add", '\uf160'), SHOPPING_CART_DEL("bd2-shopping-cart-del", '\uf161'), SHOPPING_CART_ONE("bd2-shopping-cart-one", '\uf162'), SHOPPING_CART_TWO("bd2-shopping-cart-two", '\uf163'), SHOPPING_MALL("bd2-shopping-mall", '\uf164'), SHORTS("bd2-shorts", '\uf165'), SHORT_SKIRT("bd2-short-skirt", '\uf166'), SHOULDER_BAG("bd2-shoulder-bag", '\uf167'), SHOVEL("bd2-shovel", '\uf168'), SHOVEL_ONE("bd2-shovel-one", '\uf169'), SHOWER_HEAD("bd2-shower-head", '\uf16a'), SHRIMP("bd2-shrimp", '\uf16b'), SHUFFLE("bd2-shuffle", '\uf16c'), SHUFFLE_ONE("bd2-shuffle-one", '\uf16d'), SHUTTER_PRIORITY("bd2-shutter-priority", '\uf16e'), SICKBED("bd2-sickbed", '\uf16f'), SIGNAL("bd2-signal", '\uf170'), SIGNAL_ONE("bd2-signal-one", '\uf171'), SIGNAL_STRENGTH("bd2-signal-strength", '\uf172'), SIGNAL_TOWER("bd2-signal-tower", '\uf173'), SIGNAL_TOWER_ONE("bd2-signal-tower-one", '\uf174'), SIM("bd2-sim", '\uf175'), SIM_CARD("bd2-sim-card", '\uf176'), SINGLE_BED("bd2-single-bed", '\uf177'), SINUSOID("bd2-sinusoid", '\uf178'), SIPPY_CUP("bd2-sippy-cup", '\uf179'), SIX("bd2-six", '\uf17a'), SIX_CIRCULAR_CONNECTION("bd2-six-circular-connection", '\uf17b'), SIX_KEY("bd2-six-key", '\uf17c'), SIX_POINTS("bd2-six-points", '\uf17d'), SKATE("bd2-skate", '\uf17e'), SKATES("bd2-skates", '\uf17f'), SKATING("bd2-skating", '\uf180'), SKETCH("bd2-sketch", '\uf181'), SKIING_NORDIC("bd2-skiing-nordic", '\uf182'), SKULL("bd2-skull", '\uf183'), SLAVE("bd2-slave", '\uf184'), SLEAVES("bd2-sleaves", '\uf185'), SLEEP("bd2-sleep", '\uf186'), SLEEP_ONE("bd2-sleep-one", '\uf187'), SLEEP_TWO("bd2-sleep-two", '\uf188'), SLIDE("bd2-slide", '\uf189'), SLIDE_TWO("bd2-slide-two", '\uf18a'), SLIDING_HORIZONTAL("bd2-sliding-horizontal", '\uf18b'), SLIDING_VERTICAL("bd2-sliding-vertical", '\uf18c'), SLIGHTLY_FROWNING_FACE_WHIT_OPEN_MOUTH("bd2-slightly-frowning-face-whit-open-mouth", '\uf18d'), SLIGHTLY_SMILING_FACE("bd2-slightly-smiling-face", '\uf18e'), SLIPPERS("bd2-slippers", '\uf18f'), SLIPPERS_ONE("bd2-slippers-one", '\uf190'), SLY_FACE_WHIT_SMILE("bd2-sly-face-whit-smile", '\uf191'), SMART_OPTIMIZATION("bd2-smart-optimization", '\uf192'), SMILING_FACE("bd2-smiling-face", '\uf193'), SMILING_FACE_WITH_SQUINTING_EYES("bd2-smiling-face-with-squinting-eyes", '\uf194'), SNACKS("bd2-snacks", '\uf195'), SNAKE_ZODIAC("bd2-snake-zodiac", '\uf196'), SNOW("bd2-snow", '\uf197'), SNOWFLAKE("bd2-snowflake", '\uf198'), SNOWMAN("bd2-snowman", '\uf199'), SOAP_BUBBLE("bd2-soap-bubble", '\uf19a'), SOCCER("bd2-soccer", '\uf19b'), SOCCER_ONE("bd2-soccer-one", '\uf19c'), SOCKS("bd2-socks", '\uf19d'), SOFA("bd2-sofa", '\uf19e'), SOFA_TWO("bd2-sofa-two", '\uf19f'), SOFTBALL("bd2-softball", '\uf1a0'), SOLAR_ENERGY("bd2-solar-energy", '\uf1a1'), SOLAR_ENERGY_ONE("bd2-solar-energy-one", '\uf1a2'), SOLID_STATE_DISK("bd2-solid-state-disk", '\uf1a3'), SORCERER_HAT("bd2-sorcerer-hat", '\uf1a4'), SORT("bd2-sort", '\uf1a5'), SORT_AMOUNT_DOWN("bd2-sort-amount-down", '\uf1a6'), SORT_AMOUNT_UP("bd2-sort-amount-up", '\uf1a7'), SORT_FOUR("bd2-sort-four", '\uf1a8'), SORT_ONE("bd2-sort-one", '\uf1a9'), SORT_THREE("bd2-sort-three", '\uf1aa'), SORT_TWO("bd2-sort-two", '\uf1ab'), SOUND("bd2-sound", '\uf1ac'), SOUND_ONE("bd2-sound-one", '\uf1ad'), SOUND_WAVE("bd2-sound-wave", '\uf1ae'), SOURCE_CODE("bd2-source-code", '\uf1af'), SOYBEAN_MILK_MAKER("bd2-soybean-milk-maker", '\uf1b0'), SPA_CANDLE("bd2-spa-candle", '\uf1b1'), SPACE_COLONY("bd2-space-colony", '\uf1b2'), SPANNER("bd2-spanner", '\uf1b3'), SPEAKER("bd2-speaker", '\uf1b4'), SPEAKER_ONE("bd2-speaker-one", '\uf1b5'), SPEED("bd2-speed", '\uf1b6'), SPEED_ONE("bd2-speed-one", '\uf1b7'), SPERM("bd2-sperm", '\uf1b8'), SPHERE("bd2-sphere", '\uf1b9'), SPIDER_MAN("bd2-spider-man", '\uf1ba'), SPIKEDSHOES("bd2-spikedshoes", '\uf1bb'), SPINNING_TOP("bd2-spinning-top", '\uf1bc'), SPLIT("bd2-split", '\uf1bd'), SPLIT_BRANCH("bd2-split-branch", '\uf1be'), SPLIT_CELLS("bd2-split-cells", '\uf1bf'), SPLIT_TURN_DOWN_LEFT("bd2-split-turn-down-left", '\uf1c0'), SPLIT_TURN_DOWN_RIGHT("bd2-split-turn-down-right", '\uf1c1'), SPOON("bd2-spoon", '\uf1c2'), SPORT("bd2-sport", '\uf1c3'), SPORTING("bd2-sporting", '\uf1c4'), SQUARE("bd2-square", '\uf1c5'), SQUARE_SMALL("bd2-square-small", '\uf1c6'), SSD("bd2-ssd", '\uf1c7'), STACK_LIGHT("bd2-stack-light", '\uf1c8'), STAMP("bd2-stamp", '\uf1c9'), STAND_UP("bd2-stand-up", '\uf1ca'), STAPLER("bd2-stapler", '\uf1cb'), STAR("bd2-star", '\uf1cc'), STAR_ONE("bd2-star-one", '\uf1cd'), START_TIME_SORT("bd2-start-time-sort", '\uf1ce'), STEERING_WHEEL("bd2-steering-wheel", '\uf1cf'), STEOLLER("bd2-steoller", '\uf1d0'), STEREO_NESTING("bd2-stereo-nesting", '\uf1d1'), STEREO_ONE("bd2-stereo-one", '\uf1d2'), STEREO_PERSPECTIVE("bd2-stereo-perspective", '\uf1d3'), STETHOSCOPE("bd2-stethoscope", '\uf1d4'), STICKERS("bd2-stickers", '\uf1d5'), STOCK_MARKET("bd2-stock-market", '\uf1d6'), STOPWATCH("bd2-stopwatch", '\uf1d7'), STOPWATCH_START("bd2-stopwatch-start", '\uf1d8'), STORAGE_CARD_ONE("bd2-storage-card-one", '\uf1d9'), STORAGE_CARD_TWO("bd2-storage-card-two", '\uf1da'), STRAIGHT_RAZOR("bd2-straight-razor", '\uf1db'), STRAW_HAT("bd2-straw-hat", '\uf1dc'), STRETCHING("bd2-stretching", '\uf1dd'), STRETCHING_ONE("bd2-stretching-one", '\uf1de'), STRIKETHROUGH("bd2-strikethrough", '\uf1df'), STRONGBOX("bd2-strongbox", '\uf1e0'), S_TURN_DOWN("bd2-s-turn-down", '\uf1e1'), S_TURN_LEFT("bd2-s-turn-left", '\uf1e2'), S_TURN_RIGHT("bd2-s-turn-right", '\uf1e3'), S_TURN_UP("bd2-s-turn-up", '\uf1e4'), SUBTRACT_SELECTION("bd2-subtract-selection", '\uf1e5'), SUBTRACT_SELECTION_ONE("bd2-subtract-selection-one", '\uf1e6'), SUBWAY("bd2-subway", '\uf1e7'), SUCCESS("bd2-success", '\uf1e8'), SUCCESS_PICTURE("bd2-success-picture", '\uf1e9'), SUM("bd2-sum", '\uf1ea'), SUN("bd2-sun", '\uf1eb'), SUNBATH("bd2-sunbath", '\uf1ec'), SUN_HAT("bd2-sun-hat", '\uf1ed'), SUNNY("bd2-sunny", '\uf1ee'), SUN_ONE("bd2-sun-one", '\uf1ef'), SUNRISE("bd2-sunrise", '\uf1f0'), SUNSET("bd2-sunset", '\uf1f1'), SUNSHADE("bd2-sunshade", '\uf1f2'), SURPRISED_FACE_WITH_OPEN_BIG_MOUTH("bd2-surprised-face-with-open-big-mouth", '\uf1f3'), SURPRISED_FACE_WITH_OPEN_MOUTH("bd2-surprised-face-with-open-mouth", '\uf1f4'), SURVEILLANCE_CAMERAS("bd2-surveillance-cameras", '\uf1f5'), SURVEILLANCE_CAMERAS_ONE("bd2-surveillance-cameras-one", '\uf1f6'), SURVEILLANCE_CAMERAS_TWO("bd2-surveillance-cameras-two", '\uf1f7'), SWALLOW("bd2-swallow", '\uf1f8'), SWEATER("bd2-sweater", '\uf1f9'), SWIMMING_POOL("bd2-swimming-pool", '\uf1fa'), SWIMMING_RING("bd2-swimming-ring", '\uf1fb'), SWIMSUIT("bd2-swimsuit", '\uf1fc'), SWING("bd2-swing", '\uf1fd'), SWIPE("bd2-swipe", '\uf1fe'), SWITCH("bd2-switch", '\uf1ff'), SWITCH_BUTTON("bd2-switch-button", '\uf200'), SWITCH_CONTRAST("bd2-switch-contrast", '\uf201'), SWITCHING_DONE("bd2-switching-done", '\uf202'), SWITCH_NINTENDO("bd2-switch-nintendo", '\uf203'), SWITCH_ONE("bd2-switch-one", '\uf204'), SWITCH_THEMES("bd2-switch-themes", '\uf205'), SWITCH_TRACK("bd2-switch-track", '\uf206'), SYMBOL("bd2-symbol", '\uf207'), SYMBOL_DOUBLE_X("bd2-symbol-double-x", '\uf208'), SYMMETRY("bd2-symmetry", '\uf209'), SYNC("bd2-sync", '\uf20a'), SYSTEM("bd2-system", '\uf20b'), TABLE("bd2-table", '\uf20c'), TABLE_FILE("bd2-table-file", '\uf20d'), TABLE_LAMP("bd2-table-lamp", '\uf20e'), TABLE_REPORT("bd2-table-report", '\uf20f'), TABLETENNIS("bd2-tabletennis", '\uf210'), TAG("bd2-tag", '\uf211'), TAG_ONE("bd2-tag-one", '\uf212'), TAILORING("bd2-tailoring", '\uf213'), TAILORING_TWO("bd2-tailoring-two", '\uf214'), TAJ_MAHAL("bd2-taj-mahal", '\uf215'), TAKE_OFF("bd2-take-off", '\uf216'), TAKE_OFF_ONE("bd2-take-off-one", '\uf217'), TAOBAO("bd2-taobao", '\uf218'), TAPE("bd2-tape", '\uf219'), TAPE_MEASURE("bd2-tape-measure", '\uf21a'), TARGET("bd2-target", '\uf21b'), TARGET_ONE("bd2-target-one", '\uf21c'), TARGET_TWO("bd2-target-two", '\uf21d'), TAURUS("bd2-taurus", '\uf21e'), TAXI("bd2-taxi", '\uf21f'), TEA("bd2-tea", '\uf220'), TEA_DRINK("bd2-tea-drink", '\uf221'), TEAPOT("bd2-teapot", '\uf222'), TEETH("bd2-teeth", '\uf223'), TELEGRAM("bd2-telegram", '\uf224'), TELESCOPE("bd2-telescope", '\uf225'), TENCENT_QQ("bd2-tencent-qq", '\uf226'), TENNIS("bd2-tennis", '\uf227'), TENT("bd2-tent", '\uf228'), TENT_BANNER("bd2-tent-banner", '\uf229'), TERMINAL("bd2-terminal", '\uf22a'), TERMINATION_FILE("bd2-termination-file", '\uf22b'), TERRACE("bd2-terrace", '\uf22c'), TEST_TUBE("bd2-test-tube", '\uf22d'), TEXT("bd2-text", '\uf22e'), TEXTAREA("bd2-textarea", '\uf22f'), TEXT_BOLD("bd2-text-bold", '\uf230'), TEXT_ITALIC("bd2-text-italic", '\uf231'), TEXT_MESSAGE("bd2-text-message", '\uf232'), TEXT_RECOGNITION("bd2-text-recognition", '\uf233'), TEXT_ROTATION_DOWN("bd2-text-rotation-down", '\uf234'), TEXT_ROTATION_LEFT("bd2-text-rotation-left", '\uf235'), TEXT_ROTATION_NONE("bd2-text-rotation-none", '\uf236'), TEXT_ROTATION_UP("bd2-text-rotation-up", '\uf237'), TEXT_STYLE("bd2-text-style", '\uf238'), TEXT_STYLE_ONE("bd2-text-style-one", '\uf239'), TEXT_UNDERLINE("bd2-text-underline", '\uf23a'), TEXTURE("bd2-texture", '\uf23b'), TEXTURE_TWO("bd2-texture-two", '\uf23c'), TEXT_WRAP_OVERFLOW("bd2-text-wrap-overflow", '\uf23d'), TEXT_WRAP_TRUNCATION("bd2-text-wrap-truncation", '\uf23e'), THEATER("bd2-theater", '\uf23f'), THEME("bd2-theme", '\uf240'), THERMOMETER("bd2-thermometer", '\uf241'), THERMOMETER_ONE("bd2-thermometer-one", '\uf242'), THERMOS_CUP("bd2-thermos-cup", '\uf243'), THE_SINGLE_SHOULDER_BAG("bd2-the-single-shoulder-bag", '\uf244'), THIN("bd2-thin", '\uf245'), THINKING_PROBLEM("bd2-thinking-problem", '\uf246'), THREE("bd2-three", '\uf247'), THREE_D_GLASSES("bd2-three-d-glasses", '\uf248'), THREE_HEXAGONS("bd2-three-hexagons", '\uf249'), THREE_KEY("bd2-three-key", '\uf24a'), THREE_SLASHES("bd2-three-slashes", '\uf24b'), THREE_THREE("bd2-three-three", '\uf24c'), THREE_TRIANGLES("bd2-three-triangles", '\uf24d'), THUMBS_DOWN("bd2-thumbs-down", '\uf24e'), THUMBS_UP("bd2-thumbs-up", '\uf24f'), THUNDERBOLT("bd2-thunderbolt", '\uf250'), THUNDERSTORM("bd2-thunderstorm", '\uf251'), THUNDERSTORM_ONE("bd2-thunderstorm-one", '\uf252'), TICKET("bd2-ticket", '\uf253'), TICKET_ONE("bd2-ticket-one", '\uf254'), TICKETS_CHECKED("bd2-tickets-checked", '\uf255'), TICKETS_ONE("bd2-tickets-one", '\uf256'), TICKETS_TWO("bd2-tickets-two", '\uf257'), TIGER_ZODIAC("bd2-tiger-zodiac", '\uf258'), TIKTOK("bd2-tiktok", '\uf259'), TIME("bd2-time", '\uf25a'), TIMED_MAIL("bd2-timed-mail", '\uf25b'), TIMELINE("bd2-timeline", '\uf25c'), TIMER("bd2-timer", '\uf25d'), TIPS("bd2-tips", '\uf25e'), TIPS_ONE("bd2-tips-one", '\uf25f'), TIRE_SWING("bd2-tire-swing", '\uf260'), TITLE_LEVEL("bd2-title-level", '\uf261'), TO_BOTTOM("bd2-to-bottom", '\uf262'), TO_BOTTOM_ONE("bd2-to-bottom-one", '\uf263'), TOILET("bd2-toilet", '\uf264'), TO_LEFT("bd2-to-left", '\uf265'), TOMATO("bd2-tomato", '\uf266'), TOOL("bd2-tool", '\uf267'), TOOLKIT("bd2-toolkit", '\uf268'), TOP_BAR("bd2-top-bar", '\uf269'), TOPBUZZ("bd2-topbuzz", '\uf26a'), TOPIC("bd2-topic", '\uf26b'), TOPIC_DISCUSSION("bd2-topic-discussion", '\uf26c'), TORCH("bd2-torch", '\uf26d'), TO_RIGHT("bd2-to-right", '\uf26e'), TO_TOP("bd2-to-top", '\uf26f'), TO_TOP_ONE("bd2-to-top-one", '\uf270'), TOUR_BUS("bd2-tour-bus", '\uf271'), TOWEL("bd2-towel", '\uf272'), TOWER("bd2-tower", '\uf273'), TOWER_OF_BABEL("bd2-tower-of-babel", '\uf274'), TOWER_OF_PISA("bd2-tower-of-pisa", '\uf275'), TOXINS("bd2-toxins", '\uf276'), TRACE("bd2-trace", '\uf277'), TRADEMARK("bd2-trademark", '\uf278'), TRADITIONAL_CHINESE_MEDICINE("bd2-traditional-chinese-medicine", '\uf279'), TRAIN("bd2-train", '\uf27a'), TRANSACTION("bd2-transaction", '\uf27b'), TRANSACTION_ORDER("bd2-transaction-order", '\uf27c'), TRANSFER("bd2-transfer", '\uf27d'), TRANSFER_DATA("bd2-transfer-data", '\uf27e'), TRANSFORM("bd2-transform", '\uf27f'), TRANSLATE("bd2-translate", '\uf280'), TRANSLATION("bd2-translation", '\uf281'), TRANSPORT("bd2-transport", '\uf282'), TRANSPORTER("bd2-transporter", '\uf283'), TRAPEZOID("bd2-trapezoid", '\uf284'), TRAY("bd2-tray", '\uf285'), TREADMILL("bd2-treadmill", '\uf286'), TREADMILL_ONE("bd2-treadmill-one", '\uf287'), TREADMILL_TWO("bd2-treadmill-two", '\uf288'), TREASURE_CHEST("bd2-treasure-chest", '\uf289'), TREE("bd2-tree", '\uf28a'), TREE_DIAGRAM("bd2-tree-diagram", '\uf28b'), TREE_LIST("bd2-tree-list", '\uf28c'), TREE_ONE("bd2-tree-one", '\uf28d'), TREE_TWO("bd2-tree-two", '\uf28e'), TREND("bd2-trend", '\uf28f'), TRENDING_DOWN("bd2-trending-down", '\uf290'), TRENDING_UP("bd2-trending-up", '\uf291'), TREND_TWO("bd2-trend-two", '\uf292'), TRIANGLE("bd2-triangle", '\uf293'), TRIANGLE_ROUND_RECTANGLE("bd2-triangle-round-rectangle", '\uf294'), TRIANGLE_RULER("bd2-triangle-ruler", '\uf295'), TRIANGULAR_PYRAMID("bd2-triangular-pyramid", '\uf296'), TROPHY("bd2-trophy", '\uf297'), TROUSERS_BELL_BOTTOMS("bd2-trousers-bell-bottoms", '\uf298'), TRUCK("bd2-truck", '\uf299'), TRUMPET("bd2-trumpet", '\uf29a'), TRUNK("bd2-trunk", '\uf29b'), T_SHIRT("bd2-t-shirt", '\uf29c'), TUB("bd2-tub", '\uf29d'), TUCHONG("bd2-tuchong", '\uf29e'), TUMBLR("bd2-tumblr", '\uf29f'), TURKEY("bd2-turkey", '\uf2a0'), TURN_AROUND("bd2-turn-around", '\uf2a1'), TURN_OFF_BLUETOOTH("bd2-turn-off-bluetooth", '\uf2a2'), TURN_ON("bd2-turn-on", '\uf2a3'), TV("bd2-tv", '\uf2a4'), TV_ONE("bd2-tv-one", '\uf2a5'), TWITTER("bd2-twitter", '\uf2a6'), TWO("bd2-two", '\uf2a7'), TWO_DIMENSIONAL_CODE("bd2-two-dimensional-code", '\uf2a8'), TWO_DIMENSIONAL_CODE_ONE("bd2-two-dimensional-code-one", '\uf2a9'), TWO_DIMENSIONAL_CODE_TWO("bd2-two-dimensional-code-two", '\uf2aa'), TWO_ELLIPSES("bd2-two-ellipses", '\uf2ab'), TWO_FINGERS("bd2-two-fingers", '\uf2ac'), TWO_HANDS("bd2-two-hands", '\uf2ad'), TWO_KEY("bd2-two-key", '\uf2ae'), TWO_SEMICIRCLES("bd2-two-semicircles", '\uf2af'), TWO_TRIANGLES("bd2-two-triangles", '\uf2b0'), TWO_TRIANGLES_TWO("bd2-two-triangles-two", '\uf2b1'), TWO_TWO("bd2-two-two", '\uf2b2'), TYPE_DRIVE("bd2-type-drive", '\uf2b3'), U_DISK("bd2-u-disk", '\uf2b4'), ULIKECAM("bd2-ulikecam", '\uf2b5'), UMBRELLA("bd2-umbrella", '\uf2b6'), UMBRELLA_ONE("bd2-umbrella-one", '\uf2b7'), UMBRELLA_TWO("bd2-umbrella-two", '\uf2b8'), UNDO("bd2-undo", '\uf2b9'), UNGROUP("bd2-ungroup", '\uf2ba'), UNICAST("bd2-unicast", '\uf2bb'), UNION_SELECTION("bd2-union-selection", '\uf2bc'), UNIVERSAL("bd2-universal", '\uf2bd'), UNLIKE("bd2-unlike", '\uf2be'), UNLINK("bd2-unlink", '\uf2bf'), UNLOCK("bd2-unlock", '\uf2c0'), UNLOCK_ONE("bd2-unlock-one", '\uf2c1'), UNORDERED_LIST("bd2-unordered-list", '\uf2c2'), UP("bd2-up", '\uf2c3'), UP_AND_DOWN("bd2-up-and-down", '\uf2c4'), UP_C("bd2-up-c", '\uf2c5'), UPDATE_ROTATION("bd2-update-rotation", '\uf2c6'), UPLOAD("bd2-upload", '\uf2c7'), UPLOAD_COMPUTER("bd2-upload-computer", '\uf2c8'), UPLOAD_LAPTOP("bd2-upload-laptop", '\uf2c9'), UPLOAD_LOGS("bd2-upload-logs", '\uf2ca'), UPLOAD_ONE("bd2-upload-one", '\uf2cb'), UPLOAD_PICTURE("bd2-upload-picture", '\uf2cc'), UPLOAD_THREE("bd2-upload-three", '\uf2cd'), UPLOAD_TWO("bd2-upload-two", '\uf2ce'), UPLOAD_WEB("bd2-upload-web", '\uf2cf'), UP_ONE("bd2-up-one", '\uf2d0'), UPSIDE_DOWN_FACE("bd2-upside-down-face", '\uf2d1'), UP_SMALL("bd2-up-small", '\uf2d2'), UP_SQUARE("bd2-up-square", '\uf2d3'), UP_TWO("bd2-up-two", '\uf2d4'), USB("bd2-usb", '\uf2d5'), USB_MEMORY_STICK("bd2-usb-memory-stick", '\uf2d6'), USB_MICRO_ONE("bd2-usb-micro-one", '\uf2d7'), USB_MICRO_TWO("bd2-usb-micro-two", '\uf2d8'), USB_ONE("bd2-usb-one", '\uf2d9'), USB_TYPE_C("bd2-usb-type-c", '\uf2da'), USER("bd2-user", '\uf2db'), USER_BUSINESS("bd2-user-business", '\uf2dc'), USER_POSITIONING("bd2-user-positioning", '\uf2dd'), USER_TO_USER_TRANSMISSION("bd2-user-to-user-transmission", '\uf2de'), UTERUS("bd2-uterus", '\uf2df'), U_TURN_DOWN("bd2-u-turn-down", '\uf2e0'), U_TURN_LEFT("bd2-u-turn-left", '\uf2e1'), U_TURN_RIGHT("bd2-u-turn-right", '\uf2e2'), U_TURN_UP("bd2-u-turn-up", '\uf2e3'), VACATION("bd2-vacation", '\uf2e4'), VACUUM_CLEANER("bd2-vacuum-cleaner", '\uf2e5'), VEGETABLE_BASKET("bd2-vegetable-basket", '\uf2e6'), VEGETABLES("bd2-vegetables", '\uf2e7'), VERTICALLY_CENTERED("bd2-vertically-centered", '\uf2e8'), VERTICAL_SPACING_BETWEEN_ITEMS("bd2-vertical-spacing-between-items", '\uf2e9'), VERTICAL_TIDY_UP("bd2-vertical-tidy-up", '\uf2ea'), VERTICAL_TIMELINE("bd2-vertical-timeline", '\uf2eb'), VEST("bd2-vest", '\uf2ec'), VIAL("bd2-vial", '\uf2ed'), VICIA_FABA("bd2-vicia-faba", '\uf2ee'), VIDEO("bd2-video", '\uf2ef'), VIDEOCAMERA("bd2-videocamera", '\uf2f0'), VIDEOCAMERA_ONE("bd2-videocamera-one", '\uf2f1'), VIDEO_CONFERENCE("bd2-video-conference", '\uf2f2'), VIDEO_FILE("bd2-video-file", '\uf2f3'), VIDEO_ONE("bd2-video-one", '\uf2f4'), VIDEO_TWO("bd2-video-two", '\uf2f5'), VIENCHARTS("bd2-viencharts", '\uf2f6'), VIEWFINDER("bd2-viewfinder", '\uf2f7'), VIEW_GRID_CARD("bd2-view-grid-card", '\uf2f8'), VIEW_GRID_DETAIL("bd2-view-grid-detail", '\uf2f9'), VIEW_GRID_LIST("bd2-view-grid-list", '\uf2fa'), VIEW_LIST("bd2-view-list", '\uf2fb'), VIGO("bd2-vigo", '\uf2fc'), VIP("bd2-vip", '\uf2fd'), VIP_ONE("bd2-vip-one", '\uf2fe'), VIRGO("bd2-virgo", '\uf2ff'), VIRTUAL_REALITY_GLASSES("bd2-virtual-reality-glasses", '\uf300'), VOICE("bd2-voice", '\uf301'), VOICE_INPUT("bd2-voice-input", '\uf302'), VOICEMAIL("bd2-voicemail", '\uf303'), VOICE_MESSAGE("bd2-voice-message", '\uf304'), VOICE_OFF("bd2-voice-off", '\uf305'), VOICE_ONE("bd2-voice-one", '\uf306'), VOLKSWAGEN("bd2-volkswagen", '\uf307'), VOLLEYBALL("bd2-volleyball", '\uf308'), VOLUME_DOWN("bd2-volume-down", '\uf309'), VOLUME_MUTE("bd2-volume-mute", '\uf30a'), VOLUME_NOTICE("bd2-volume-notice", '\uf30b'), VOLUME_SMALL("bd2-volume-small", '\uf30c'), VOLUME_UP("bd2-volume-up", '\uf30d'), VR_GLASSES("bd2-vr-glasses", '\uf30e'), WAISTLINE("bd2-waistline", '\uf30f'), WALLET("bd2-wallet", '\uf310'), WALLET_ONE("bd2-wallet-one", '\uf311'), WALLET_THREE("bd2-wallet-three", '\uf312'), WALLET_TWO("bd2-wallet-two", '\uf313'), WAREHOUSING("bd2-warehousing", '\uf314'), WASHING_MACHINE("bd2-washing-machine", '\uf315'), WASHING_MACHINE_ONE("bd2-washing-machine-one", '\uf316'), WATCH("bd2-watch", '\uf317'), WATCH_ONE("bd2-watch-one", '\uf318'), WATER("bd2-water", '\uf319'), WATERFALLS_H("bd2-waterfalls-h", '\uf31a'), WATERFALLS_V("bd2-waterfalls-v", '\uf31b'), WATER_LEVEL("bd2-water-level", '\uf31c'), WATERMELON("bd2-watermelon", '\uf31d'), WATERMELON_ONE("bd2-watermelon-one", '\uf31e'), WATER_NO("bd2-water-no", '\uf31f'), WATERPOLO("bd2-waterpolo", '\uf320'), WATERPOLO_ONE("bd2-waterpolo-one", '\uf321'), WATER_RATE("bd2-water-rate", '\uf322'), WATER_RATE_TWO("bd2-water-rate-two", '\uf323'), WAVES("bd2-waves", '\uf324'), WAVES_LEFT("bd2-waves-left", '\uf325'), WAVES_RIGHT("bd2-waves-right", '\uf326'), WEARY_FACE("bd2-weary-face", '\uf327'), WEBCAM("bd2-webcam", '\uf328'), WEB_PAGE("bd2-web-page", '\uf329'), WECHAT("bd2-wechat", '\uf32a'), WEIBO("bd2-weibo", '\uf32b'), WEIGHT("bd2-weight", '\uf32c'), WEIGHTLIFTING("bd2-weightlifting", '\uf32d'), WEIXIN_CARDS_OFFERS("bd2-weixin-cards-offers", '\uf32e'), WEIXIN_FAVORITES("bd2-weixin-favorites", '\uf32f'), WEIXIN_GAMES("bd2-weixin-games", '\uf330'), WEIXIN_MARKET("bd2-weixin-market", '\uf331'), WEIXIN_MINI_APP("bd2-weixin-mini-app", '\uf332'), WEIXIN_PEOPLE_NEARBY("bd2-weixin-people-nearby", '\uf333'), WEIXIN_SCAN("bd2-weixin-scan", '\uf334'), WEIXIN_SEARCH("bd2-weixin-search", '\uf335'), WEIXIN_SHAKE("bd2-weixin-shake", '\uf336'), WEIXIN_TOP_STORIES("bd2-weixin-top-stories", '\uf337'), WHALE("bd2-whale", '\uf338'), WHEELCHAIR("bd2-wheelchair", '\uf339'), WHIRLWIND("bd2-whirlwind", '\uf33a'), WHISTLING("bd2-whistling", '\uf33b'), WHOLE_SITE_ACCELERATOR("bd2-whole-site-accelerator", '\uf33c'), WIFI("bd2-wifi", '\uf33d'), WIND("bd2-wind", '\uf33e'), WINDMILL("bd2-windmill", '\uf33f'), WINDMILL_ONE("bd2-windmill-one", '\uf340'), WINDMILL_TWO("bd2-windmill-two", '\uf341'), WINDOWS("bd2-windows", '\uf342'), WIND_TURBINE("bd2-wind-turbine", '\uf343'), WINGSUIT_FLYING("bd2-wingsuit-flying", '\uf344'), WINKING_FACE("bd2-winking-face", '\uf345'), WINKING_FACE_WITH_OPEN_EYES("bd2-winking-face-with-open-eyes", '\uf346'), WOMAN("bd2-woman", '\uf347'), WOMEN("bd2-women", '\uf348'), WOMEN_COAT("bd2-women-coat", '\uf349'), WOOLEN_HAT("bd2-woolen-hat", '\uf34a'), WORD("bd2-word", '\uf34b'), WORKBENCH("bd2-workbench", '\uf34c'), WORKER("bd2-worker", '\uf34d'), WORLD("bd2-world", '\uf34e'), WORRIED_FACE("bd2-worried-face", '\uf34f'), WRITE("bd2-write", '\uf350'), WRITING_FLUENTLY("bd2-writing-fluently", '\uf351'), WRONG_USER("bd2-wrong-user", '\uf352'), XIAODU("bd2-xiaodu", '\uf353'), XIAODU_HOME("bd2-xiaodu-home", '\uf354'), XIGUA("bd2-xigua", '\uf355'), XINGFULI("bd2-xingfuli", '\uf356'), XINGTU("bd2-xingtu", '\uf357'), YEP("bd2-yep", '\uf358'), YOUTOBE("bd2-youtobe", '\uf359'), YOUTUBE("bd2-youtube", '\uf35a'), ZERO_KEY("bd2-zero-key", '\uf35b'), ZIJINYUNYING("bd2-zijinyunying", '\uf35c'), ZIP("bd2-zip", '\uf35d'), ZOOM("bd2-zoom", '\uf35e'), ZOOM_IN("bd2-zoom-in", '\uf35f'), ZOOM_INTERNAL("bd2-zoom-internal", '\uf360'), ZOOM_OUT("bd2-zoom-out", '\uf361'); public static BytedanceIconsRegularMZ findByDescription(String description) { for (BytedanceIconsRegularMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsRegularMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsRegularMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsRegularMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-Regular.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd2-"); } @Override public Ikon resolve(String description) { return BytedanceIconsRegularMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-Regular"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsRegularMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class BytedanceIconsRegularMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsRegularMZ.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsThinAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsThinAL implements Ikon { ABDOMINAL("bd1-abdominal", '\ue900'), ABNORMAL("bd1-abnormal", '\ue901'), A_CANE("bd1-a-cane", '\ue902'), ACCELERATION("bd1-acceleration", '\ue903'), ACCEPT_EMAIL("bd1-accept-email", '\ue904'), ACOUSTIC("bd1-acoustic", '\ue905'), ACTIVITY_SOURCE("bd1-activity-source", '\ue906'), AD("bd1-ad", '\ue907'), ADD("bd1-add", '\ue908'), ADD_COMPUTER("bd1-add-computer", '\ue909'), ADD_FOUR("bd1-add-four", '\ue90a'), ADD_ITEM("bd1-add-item", '\ue90b'), ADD_MODE("bd1-add-mode", '\ue90c'), ADD_MUSIC("bd1-add-music", '\ue90d'), ADD_ONE("bd1-add-one", '\ue90e'), ADD_PIC("bd1-add-pic", '\ue90f'), ADD_PICTURE("bd1-add-picture", '\ue910'), ADD_PRINT("bd1-add-print", '\ue911'), ADDRESS_BOOK("bd1-address-book", '\ue912'), ADD_SUBSET("bd1-add-subset", '\ue913'), ADD_SUBTRACT("bd1-add-subtract", '\ue914'), ADD_TEXT("bd1-add-text", '\ue915'), ADD_TEXT_TWO("bd1-add-text-two", '\ue916'), ADD_THREE("bd1-add-three", '\ue917'), ADD_TWO("bd1-add-two", '\ue918'), ADD_USER("bd1-add-user", '\ue919'), ADD_WEB("bd1-add-web", '\ue91a'), ADJACENT_ITEM("bd1-adjacent-item", '\ue91b'), ADJUSTMENT("bd1-adjustment", '\ue91c'), ADOBE_ILLUSTRATE("bd1-adobe-illustrate", '\ue91d'), ADOBE_INDESIGN("bd1-adobe-indesign", '\ue91e'), ADOBE_LIGHTROOM("bd1-adobe-lightroom", '\ue91f'), ADOBE_PHOTOSHOP("bd1-adobe-photoshop", '\ue920'), AD_PRODUCT("bd1-ad-product", '\ue921'), AFFERENT("bd1-afferent", '\ue922'), AFFERENT_FOUR("bd1-afferent-four", '\ue923'), AFFERENT_THREE("bd1-afferent-three", '\ue924'), AFFERENT_TWO("bd1-afferent-two", '\ue925'), AFRO_PICK("bd1-afro-pick", '\ue926'), AGREEMENT("bd1-agreement", '\ue927'), AIMING("bd1-aiming", '\ue928'), AIR_BIKE("bd1-air-bike", '\ue929'), AIR_CONDITIONING("bd1-air-conditioning", '\ue92a'), AIRPLANE("bd1-airplane", '\ue92b'), AIRPLANE_WINDOW("bd1-airplane-window", '\ue92c'), AIRPLANE_WINDOW_ONE("bd1-airplane-window-one", '\ue92d'), AIRPLAY("bd1-airplay", '\ue92e'), AIRPODS("bd1-airpods", '\ue92f'), ALARM("bd1-alarm", '\ue930'), ALARM_CLOCK("bd1-alarm-clock", '\ue931'), ALIGN_BOTTOM("bd1-align-bottom", '\ue932'), ALIGN_BOTTOM_TWO("bd1-align-bottom-two", '\ue933'), ALIGN_HORIZONTAL_CENTER_TWO("bd1-align-horizontal-center-two", '\ue934'), ALIGN_HORIZONTALLY("bd1-align-horizontally", '\ue935'), ALIGN_LEFT("bd1-align-left", '\ue936'), ALIGN_LEFT_ONE("bd1-align-left-one", '\ue937'), ALIGN_LEFT_TWO("bd1-align-left-two", '\ue938'), ALIGNMENT_BOTTOM_CENTER("bd1-alignment-bottom-center", '\ue939'), ALIGNMENT_BOTTOM_LEFT("bd1-alignment-bottom-left", '\ue93a'), ALIGNMENT_BOTTOM_RIGHT("bd1-alignment-bottom-right", '\ue93b'), ALIGNMENT_HORIZONTAL_BOTTOM("bd1-alignment-horizontal-bottom", '\ue93c'), ALIGNMENT_HORIZONTAL_CENTER("bd1-alignment-horizontal-center", '\ue93d'), ALIGNMENT_HORIZONTAL_TOP("bd1-alignment-horizontal-top", '\ue93e'), ALIGNMENT_LEFT_BOTTOM("bd1-alignment-left-bottom", '\ue93f'), ALIGNMENT_LEFT_CENTER("bd1-alignment-left-center", '\ue940'), ALIGNMENT_LEFT_TOP("bd1-alignment-left-top", '\ue941'), ALIGNMENT_RIGHT_BOTTOM("bd1-alignment-right-bottom", '\ue942'), ALIGNMENT_RIGHT_CENTER("bd1-alignment-right-center", '\ue943'), ALIGNMENT_RIGHT_TOP("bd1-alignment-right-top", '\ue944'), ALIGNMENT_TOP_CENTER("bd1-alignment-top-center", '\ue945'), ALIGNMENT_TOP_LEFT("bd1-alignment-top-left", '\ue946'), ALIGNMENT_TOP_RIGHT("bd1-alignment-top-right", '\ue947'), ALIGNMENT_VERTICAL_CENTER("bd1-alignment-vertical-center", '\ue948'), ALIGNMENT_VERTICAL_LEFT("bd1-alignment-vertical-left", '\ue949'), ALIGNMENT_VERTICAL_RIGHT("bd1-alignment-vertical-right", '\ue94a'), ALIGN_RIGHT("bd1-align-right", '\ue94b'), ALIGN_RIGHT_ONE("bd1-align-right-one", '\ue94c'), ALIGN_RIGHT_TWO("bd1-align-right-two", '\ue94d'), ALIGN_TEXT_BOTH("bd1-align-text-both", '\ue94e'), ALIGN_TEXT_BOTH_ONE("bd1-align-text-both-one", '\ue94f'), ALIGN_TEXT_BOTTOM("bd1-align-text-bottom", '\ue950'), ALIGN_TEXT_BOTTOM_ONE("bd1-align-text-bottom-one", '\ue951'), ALIGN_TEXT_CENTER("bd1-align-text-center", '\ue952'), ALIGN_TEXT_CENTER_ONE("bd1-align-text-center-one", '\ue953'), ALIGN_TEXT_LEFT("bd1-align-text-left", '\ue954'), ALIGN_TEXT_LEFT_ONE("bd1-align-text-left-one", '\ue955'), ALIGN_TEXT_MIDDLE("bd1-align-text-middle", '\ue956'), ALIGN_TEXT_MIDDLE_ONE("bd1-align-text-middle-one", '\ue957'), ALIGN_TEXT_RIGHT("bd1-align-text-right", '\ue958'), ALIGN_TEXT_RIGHT_ONE("bd1-align-text-right-one", '\ue959'), ALIGN_TEXT_TOP("bd1-align-text-top", '\ue95a'), ALIGN_TEXT_TOP_ONE("bd1-align-text-top-one", '\ue95b'), ALIGN_TOP("bd1-align-top", '\ue95c'), ALIGN_TOP_TWO("bd1-align-top-two", '\ue95d'), ALIGN_VERTICAL_CENTER_TWO("bd1-align-vertical-center-two", '\ue95e'), ALIGN_VERTICALLY("bd1-align-vertically", '\ue95f'), ALIPAY("bd1-alipay", '\ue960'), ALL_APPLICATION("bd1-all-application", '\ue961'), ALPHABETICAL_SORTING("bd1-alphabetical-sorting", '\ue962'), ALPHABETICAL_SORTING_TWO("bd1-alphabetical-sorting-two", '\ue963'), AMBULANCE("bd1-ambulance", '\ue964'), ANALYSIS("bd1-analysis", '\ue965'), ANCHOR("bd1-anchor", '\ue966'), ANCHOR_ONE("bd1-anchor-one", '\ue967'), ANCHOR_ROUND("bd1-anchor-round", '\ue968'), ANCHOR_SQURE("bd1-anchor-squre", '\ue969'), ANCHOR_TWO("bd1-anchor-two", '\ue96a'), ANDROID("bd1-android", '\ue96b'), ANGRY_FACE("bd1-angry-face", '\ue96c'), ANGUISHED_FACE("bd1-anguished-face", '\ue96d'), ANNOUNCEMENT("bd1-announcement", '\ue96e'), ANTI_CORROSION("bd1-anti-corrosion", '\ue96f'), APERTURE_PRIORITY("bd1-aperture-priority", '\ue970'), API("bd1-api", '\ue971'), API_APP("bd1-api-app", '\ue972'), APPLE("bd1-apple", '\ue973'), APPLE_ONE("bd1-apple-one", '\ue974'), APPLET_CLOSED("bd1-applet-closed", '\ue975'), APPLICATION("bd1-application", '\ue976'), APPLICATION_EFFECT("bd1-application-effect", '\ue977'), APPLICATION_MENU("bd1-application-menu", '\ue978'), APPLICATION_ONE("bd1-application-one", '\ue979'), APPLICATION_TWO("bd1-application-two", '\ue97a'), APPOINTMENT("bd1-appointment", '\ue97b'), APP_STORE("bd1-app-store", '\ue97c'), APP_SWITCH("bd1-app-switch", '\ue97d'), AQUARIUS("bd1-aquarius", '\ue97e'), ARC_DE_TRIOMPHE("bd1-arc-de-triomphe", '\ue97f'), ARCHERS_BOW("bd1-archers-bow", '\ue980'), ARCHERY("bd1-archery", '\ue981'), AREA_MAP("bd1-area-map", '\ue982'), ARENA("bd1-arena", '\ue983'), ARIES("bd1-aries", '\ue984'), ARITHMETIC("bd1-arithmetic", '\ue985'), ARITHMETIC_BUTTONS("bd1-arithmetic-buttons", '\ue986'), ARITHMETIC_ONE("bd1-arithmetic-one", '\ue987'), ARROW_CIRCLE_DOWN("bd1-arrow-circle-down", '\ue988'), ARROW_CIRCLE_LEFT("bd1-arrow-circle-left", '\ue989'), ARROW_CIRCLE_RIGHT("bd1-arrow-circle-right", '\ue98a'), ARROW_CIRCLE_UP("bd1-arrow-circle-up", '\ue98b'), ARROW_DOWN("bd1-arrow-down", '\ue98c'), ARROW_KEYS("bd1-arrow-keys", '\ue98d'), ARROW_LEFT("bd1-arrow-left", '\ue98e'), ARROW_LEFT_DOWN("bd1-arrow-left-down", '\ue98f'), ARROW_LEFT_UP("bd1-arrow-left-up", '\ue990'), ARROW_RIGHT("bd1-arrow-right", '\ue991'), ARROW_RIGHT_DOWN("bd1-arrow-right-down", '\ue992'), ARROW_RIGHT_UP("bd1-arrow-right-up", '\ue993'), ARROW_UP("bd1-arrow-up", '\ue994'), ASSEMBLY_LINE("bd1-assembly-line", '\ue995'), ASSOCIATION("bd1-association", '\ue996'), ASTERISK("bd1-asterisk", '\ue997'), ASTERISK_KEY("bd1-asterisk-key", '\ue998'), ASTONISHED_FACE("bd1-astonished-face", '\ue999'), AT_SIGN("bd1-at-sign", '\ue99a'), ATTENTION("bd1-attention", '\ue99b'), AUDIO_FILE("bd1-audio-file", '\ue99c'), AUDIT("bd1-audit", '\ue99d'), AUTO_FOCUS("bd1-auto-focus", '\ue99e'), AUTO_HEIGHT_ONE("bd1-auto-height-one", '\ue99f'), AUTO_LINE_HEIGHT("bd1-auto-line-height", '\ue9a0'), AUTO_LINE_WIDTH("bd1-auto-line-width", '\ue9a1'), AUTO_WIDTH("bd1-auto-width", '\ue9a2'), AUTO_WIDTH_ONE("bd1-auto-width-one", '\ue9a3'), AVATAR("bd1-avatar", '\ue9a4'), AVERAGE("bd1-average", '\ue9a5'), AVIATION("bd1-aviation", '\ue9a6'), AVOCADO("bd1-avocado", '\ue9a7'), AVOCADO_ONE("bd1-avocado-one", '\ue9a8'), BABY("bd1-baby", '\ue9a9'), BABY_APP("bd1-baby-app", '\ue9aa'), BABY_BOTTLE("bd1-baby-bottle", '\ue9ab'), BABY_CAR_SEAT("bd1-baby-car-seat", '\ue9ac'), BABY_FEET("bd1-baby-feet", '\ue9ad'), BABY_MEAL("bd1-baby-meal", '\ue9ae'), BABY_MOBILE("bd1-baby-mobile", '\ue9af'), BABY_ONE("bd1-baby-one", '\ue9b0'), BABY_PANTS("bd1-baby-pants", '\ue9b1'), BABY_SLING("bd1-baby-sling", '\ue9b2'), BABY_TASTE("bd1-baby-taste", '\ue9b3'), BACHELOR_CAP("bd1-bachelor-cap", '\ue9b4'), BACHELOR_CAP_ONE("bd1-bachelor-cap-one", '\ue9b5'), BACHELOR_CAP_TWO("bd1-bachelor-cap-two", '\ue9b6'), BACK("bd1-back", '\ue9b7'), BACKGROUND_COLOR("bd1-background-color", '\ue9b8'), BACK_ONE("bd1-back-one", '\ue9b9'), BACKPACK("bd1-backpack", '\ue9ba'), BAD("bd1-bad", '\ue9bb'), BADGE("bd1-badge", '\ue9bc'), BADGE_TWO("bd1-badge-two", '\ue9bd'), BADMINTON("bd1-badminton", '\ue9be'), BAD_ONE("bd1-bad-one", '\ue9bf'), BAD_TWO("bd1-bad-two", '\ue9c0'), BAGGAGE_DELAY("bd1-baggage-delay", '\ue9c1'), BALANCE("bd1-balance", '\ue9c2'), BALANCE_ONE("bd1-balance-one", '\ue9c3'), BALANCE_TWO("bd1-balance-two", '\ue9c4'), BANANA("bd1-banana", '\ue9c5'), BANK("bd1-bank", '\ue9c6'), BANK_CARD("bd1-bank-card", '\ue9c7'), BANK_CARD_ONE("bd1-bank-card-one", '\ue9c8'), BANK_CARD_TWO("bd1-bank-card-two", '\ue9c9'), BANK_TRANSFER("bd1-bank-transfer", '\ue9ca'), BAOKEMENG("bd1-baokemeng", '\ue9cb'), BARBECUE("bd1-barbecue", '\ue9cc'), BARBER_BRUSH("bd1-barber-brush", '\ue9cd'), BARBER_CLIPPERS("bd1-barber-clippers", '\ue9ce'), BAR_CODE("bd1-bar-code", '\ue9cf'), BASEBALL("bd1-baseball", '\ue9d0'), BASEBALL_BAT("bd1-baseball-bat", '\ue9d1'), BASEBALL_CAP("bd1-baseball-cap", '\ue9d2'), BASKETBALL("bd1-basketball", '\ue9d3'), BASKETBALL_CLOTHES("bd1-basketball-clothes", '\ue9d4'), BASKETBALL_ONE("bd1-basketball-one", '\ue9d5'), BASKETBALL_STAND("bd1-basketball-stand", '\ue9d6'), BAT("bd1-bat", '\ue9d7'), BATTERY_CHARGE("bd1-battery-charge", '\ue9d8'), BATTERY_EMPTY("bd1-battery-empty", '\ue9d9'), BATTERY_FAILURE("bd1-battery-failure", '\ue9da'), BATTERY_FULL("bd1-battery-full", '\ue9db'), BATTERY_STORAGE("bd1-battery-storage", '\ue9dc'), BATTERY_TIPS("bd1-battery-tips", '\ue9dd'), BATTERY_WORKING("bd1-battery-working", '\ue9de'), BATTERY_WORKING_ONE("bd1-battery-working-one", '\ue9df'), BEACH_UMBRELLA("bd1-beach-umbrella", '\ue9e0'), BEAR("bd1-bear", '\ue9e1'), BEAUTY("bd1-beauty", '\ue9e2'), BEAUTY_INSTRUMENT("bd1-beauty-instrument", '\ue9e3'), BEDSIDE("bd1-bedside", '\ue9e4'), BEDSIDE_TWO("bd1-bedside-two", '\ue9e5'), BEE("bd1-bee", '\ue9e6'), BEER("bd1-beer", '\ue9e7'), BEER_MUG("bd1-beer-mug", '\ue9e8'), BEHANCE("bd1-behance", '\ue9e9'), BELL_RING("bd1-bell-ring", '\ue9ea'), BELT("bd1-belt", '\ue9eb'), BENZ("bd1-benz", '\ue9ec'), BEZIER_CURVE("bd1-bezier-curve", '\ue9ed'), BIB("bd1-bib", '\ue9ee'), BIG_CLOCK("bd1-big-clock", '\ue9ef'), BIG_X("bd1-big-x", '\ue9f0'), BIKE("bd1-bike", '\ue9f1'), BILL("bd1-bill", '\ue9f2'), BIRD("bd1-bird", '\ue9f3'), BIRTHDAY_CAKE("bd1-birthday-cake", '\ue9f4'), BITCOIN("bd1-bitcoin", '\ue9f5'), BLACKBOARD("bd1-blackboard", '\ue9f6'), BLACK_EIGHT("bd1-black-eight", '\ue9f7'), BLADE("bd1-blade", '\ue9f8'), BLESS("bd1-bless", '\ue9f9'), BLOCK("bd1-block", '\ue9fa'), BLOCKCHAIN("bd1-blockchain", '\ue9fb'), BLOCK_EIGHT("bd1-block-eight", '\ue9fc'), BLOCK_FIVE("bd1-block-five", '\ue9fd'), BLOCK_FOUR("bd1-block-four", '\ue9fe'), BLOCK_NINE("bd1-block-nine", '\ue9ff'), BLOCK_ONE("bd1-block-one", '\uea00'), BLOCKS_AND_ARROWS("bd1-blocks-and-arrows", '\uea01'), BLOCK_SEVEN("bd1-block-seven", '\uea02'), BLOCK_SIX("bd1-block-six", '\uea03'), BLOCK_TEN("bd1-block-ten", '\uea04'), BLOCK_THREE("bd1-block-three", '\uea05'), BLOCK_TWO("bd1-block-two", '\uea06'), BLOOM("bd1-bloom", '\uea07'), BLOSSOM("bd1-blossom", '\uea08'), BLUETOOTH("bd1-bluetooth", '\uea09'), BOILER("bd1-boiler", '\uea0a'), BOLT_ONE("bd1-bolt-one", '\uea0b'), BONE("bd1-bone", '\uea0c'), BOOK("bd1-book", '\uea0d'), BOOKMARK("bd1-bookmark", '\uea0e'), BOOKMARK_ONE("bd1-bookmark-one", '\uea0f'), BOOKMARK_THREE("bd1-bookmark-three", '\uea10'), BOOK_ONE("bd1-book-one", '\uea11'), BOOK_OPEN("bd1-book-open", '\uea12'), BOOKSHELF("bd1-bookshelf", '\uea13'), BOOSTER_CAR_SEAT("bd1-booster-car-seat", '\uea14'), BOOTH("bd1-booth", '\uea15'), BOOTS("bd1-boots", '\uea16'), BOTTLE("bd1-bottle", '\uea17'), BOTTLE_ONE("bd1-bottle-one", '\uea18'), BOTTLE_THREE("bd1-bottle-three", '\uea19'), BOTTLE_TWO("bd1-bottle-two", '\uea1a'), BOTTOM_BAR("bd1-bottom-bar", '\uea1b'), BOTTOM_BAR_ONE("bd1-bottom-bar-one", '\uea1c'), BOW("bd1-bow", '\uea1d'), BOWL("bd1-bowl", '\uea1e'), BOWLING("bd1-bowling", '\uea1f'), BOWL_ONE("bd1-bowl-one", '\uea20'), BOX("bd1-box", '\uea21'), BOXING("bd1-boxing", '\uea22'), BOXING_ONE("bd1-boxing-one", '\uea23'), BOY("bd1-boy", '\uea24'), BOY_ONE("bd1-boy-one", '\uea25'), BOY_STROLLER("bd1-boy-stroller", '\uea26'), BOY_TWO("bd1-boy-two", '\uea27'), BRAIN("bd1-brain", '\uea28'), BRAKE_PADS("bd1-brake-pads", '\uea29'), BRANCH("bd1-branch", '\uea2a'), BRANCH_ONE("bd1-branch-one", '\uea2b'), BRANCH_TWO("bd1-branch-two", '\uea2c'), BRDIGE_THREE("bd1-brdige-three", '\uea2d'), BREAD("bd1-bread", '\uea2e'), BREAD_MACHINE("bd1-bread-machine", '\uea2f'), BREAD_ONE("bd1-bread-one", '\uea30'), BREAST_PUMP("bd1-breast-pump", '\uea31'), BRIDGE_ONE("bd1-bridge-one", '\uea32'), BRIDGE_TWO("bd1-bridge-two", '\uea33'), BRIEFCASE("bd1-briefcase", '\uea34'), BRIGHTNESS("bd1-brightness", '\uea35'), BRING_FORWARD("bd1-bring-forward", '\uea36'), BRING_TO_FRONT("bd1-bring-to-front", '\uea37'), BRING_TO_FRONT_ONE("bd1-bring-to-front-one", '\uea38'), BROADCAST("bd1-broadcast", '\uea39'), BROADCAST_ONE("bd1-broadcast-one", '\uea3a'), BROADCAST_RADIO("bd1-broadcast-radio", '\uea3b'), BROWSER("bd1-browser", '\uea3c'), BROWSER_CHROME("bd1-browser-chrome", '\uea3d'), BROWSER_SAFARI("bd1-browser-safari", '\uea3e'), BUBBLE_CHART("bd1-bubble-chart", '\uea3f'), BUG("bd1-bug", '\uea40'), BUILDING_FOUR("bd1-building-four", '\uea41'), BUILDING_ONE("bd1-building-one", '\uea42'), BUILDING_THREE("bd1-building-three", '\uea43'), BUILDING_TWO("bd1-building-two", '\uea44'), BULLET_MAP("bd1-bullet-map", '\uea45'), BUS("bd1-bus", '\uea46'), BUS_ONE("bd1-bus-one", '\uea47'), BUS_TWO("bd1-bus-two", '\uea48'), BUTTERFLY("bd1-butterfly", '\uea49'), BUY("bd1-buy", '\uea4a'), BYDESIGN("bd1-bydesign", '\uea4b'), BYE("bd1-bye", '\uea4c'), BYTEDANCE("bd1-bytedance", '\uea4d'), BYTEDANCE_APPLETS("bd1-bytedance-applets", '\uea4e'), BYTEDANCE_MINI_APP("bd1-bytedance-mini-app", '\uea4f'), CABLE_CAR("bd1-cable-car", '\uea50'), CACTUS("bd1-cactus", '\uea51'), CAKE("bd1-cake", '\uea52'), CAKE_FIVE("bd1-cake-five", '\uea53'), CAKE_FOUR("bd1-cake-four", '\uea54'), CAKE_ONE("bd1-cake-one", '\uea55'), CAKE_THREE("bd1-cake-three", '\uea56'), CAKE_TWO("bd1-cake-two", '\uea57'), CALCULATOR("bd1-calculator", '\uea58'), CALCULATOR_ONE("bd1-calculator-one", '\uea59'), CALENDAR("bd1-calendar", '\uea5a'), CALENDAR_DOT("bd1-calendar-dot", '\uea5b'), CALENDAR_THIRTY("bd1-calendar-thirty", '\uea5c'), CALENDAR_THIRTY_TWO("bd1-calendar-thirty-two", '\uea5d'), CALENDAR_THREE("bd1-calendar-three", '\uea5e'), CAMERA("bd1-camera", '\uea5f'), CAMERA_FIVE("bd1-camera-five", '\uea60'), CAMERA_FOUR("bd1-camera-four", '\uea61'), CAMERA_ONE("bd1-camera-one", '\uea62'), CAMERA_THREE("bd1-camera-three", '\uea63'), CAMERA_TWO("bd1-camera-two", '\uea64'), CAMP("bd1-camp", '\uea65'), CANCER("bd1-cancer", '\uea66'), CANDY("bd1-candy", '\uea67'), CANNED_FRUIT("bd1-canned-fruit", '\uea68'), CAPRICORNUS("bd1-capricornus", '\uea69'), CAR("bd1-car", '\uea6a'), CAR_BATTERY("bd1-car-battery", '\uea6b'), CARDIOELECTRIC("bd1-cardioelectric", '\uea6c'), CARD_TWO("bd1-card-two", '\uea6d'), CAROUSEL("bd1-carousel", '\uea6e'), CAROUSEL_VIDEO("bd1-carousel-video", '\uea6f'), CARROT("bd1-carrot", '\uea70'), CASTLE("bd1-castle", '\uea71'), CAST_SCREEN("bd1-cast-screen", '\uea72'), CAT("bd1-cat", '\uea73'), CATEGORY_MANAGEMENT("bd1-category-management", '\uea74'), CATTLE("bd1-cattle", '\uea75'), CATTLE_ZODIAC("bd1-cattle-zodiac", '\uea76'), CAUTION("bd1-caution", '\uea77'), CC("bd1-cc", '\uea78'), CD("bd1-cd", '\uea79'), CELL("bd1-cell", '\uea7a'), CE_MARKING("bd1-ce-marking", '\uea7b'), CENTER_ALIGNMENT("bd1-center-alignment", '\uea7c'), CERTIFICATE("bd1-certificate", '\uea7d'), CHAFING_DISH("bd1-chafing-dish", '\uea7e'), CHAFING_DISH_ONE("bd1-chafing-dish-one", '\uea7f'), CHAIR("bd1-chair", '\uea80'), CHAIR_ONE("bd1-chair-one", '\uea81'), CHANGE("bd1-change", '\uea82'), CHANGE_DATE_SORT("bd1-change-date-sort", '\uea83'), CHARGING_TREASURE("bd1-charging-treasure", '\uea84'), CHART_GRAPH("bd1-chart-graph", '\uea85'), CHART_HISTOGRAM("bd1-chart-histogram", '\uea86'), CHART_HISTOGRAM_ONE("bd1-chart-histogram-one", '\uea87'), CHART_HISTOGRAM_TWO("bd1-chart-histogram-two", '\uea88'), CHART_LINE("bd1-chart-line", '\uea89'), CHART_LINE_AREA("bd1-chart-line-area", '\uea8a'), CHART_PIE("bd1-chart-pie", '\uea8b'), CHART_PIE_ONE("bd1-chart-pie-one", '\uea8c'), CHART_PROPORTION("bd1-chart-proportion", '\uea8d'), CHART_RING("bd1-chart-ring", '\uea8e'), CHART_SCATTER("bd1-chart-scatter", '\uea8f'), CHART_STOCK("bd1-chart-stock", '\uea90'), CHECK("bd1-check", '\uea91'), CHECKBOX("bd1-checkbox", '\uea92'), CHECK_CORRECT("bd1-check-correct", '\uea93'), CHECKERBOARD("bd1-checkerboard", '\uea94'), CHECK_IN("bd1-check-in", '\uea95'), CHECKLIST("bd1-checklist", '\uea96'), CHECK_ONE("bd1-check-one", '\uea97'), CHECK_SMALL("bd1-check-small", '\uea98'), CHEESE("bd1-cheese", '\uea99'), CHEF_HAT("bd1-chef-hat", '\uea9a'), CHEF_HAT_ONE("bd1-chef-hat-one", '\uea9b'), CHERRY("bd1-cherry", '\uea9c'), CHESS("bd1-chess", '\uea9d'), CHESS_ONE("bd1-chess-one", '\uea9e'), CHEST("bd1-chest", '\uea9f'), CHICKEN("bd1-chicken", '\ueaa0'), CHICKEN_LEG("bd1-chicken-leg", '\ueaa1'), CHICKEN_ZODIAC("bd1-chicken-zodiac", '\ueaa2'), CHILDREN_CAP("bd1-children-cap", '\ueaa3'), CHILDREN_PYRAMID("bd1-children-pyramid", '\ueaa4'), CHILD_WITH_PACIFIER("bd1-child-with-pacifier", '\ueaa5'), CHILI("bd1-chili", '\ueaa6'), CHIMNEY("bd1-chimney", '\ueaa7'), CHINESE("bd1-chinese", '\ueaa8'), CHINESE_ONE("bd1-chinese-one", '\ueaa9'), CHINESE_PAVILION("bd1-chinese-pavilion", '\ueaaa'), CHIP("bd1-chip", '\ueaab'), CHOPPING_BOARD("bd1-chopping-board", '\ueaac'), CHOPSTICKS_FORK("bd1-chopsticks-fork", '\ueaad'), CHRISTMAS_TREE("bd1-christmas-tree", '\ueaae'), CHRISTMAS_TREE_ONE("bd1-christmas-tree-one", '\ueaaf'), CHURCH_ONE("bd1-church-one", '\ueab0'), CHURCH_TWO("bd1-church-two", '\ueab1'), CIRCLE_DOUBLE_DOWN("bd1-circle-double-down", '\ueab2'), CIRCLE_DOUBLE_LEFT("bd1-circle-double-left", '\ueab3'), CIRCLE_DOUBLE_RIGHT("bd1-circle-double-right", '\ueab4'), CIRCLE_DOUBLE_UP("bd1-circle-double-up", '\ueab5'), CIRCLE_FIVE_LINE("bd1-circle-five-line", '\ueab6'), CIRCLE_FOUR("bd1-circle-four", '\ueab7'), CIRCLE_FOUR_LINE("bd1-circle-four-line", '\ueab8'), CIRCLE_HOUSE("bd1-circle-house", '\ueab9'), CIRCLE_LEFT_DOWN("bd1-circle-left-down", '\ueaba'), CIRCLE_LEFT_UP("bd1-circle-left-up", '\ueabb'), CIRCLE_RIGHT_DOWN("bd1-circle-right-down", '\ueabc'), CIRCLE_RIGHT_UP("bd1-circle-right-up", '\ueabd'), CIRCLES_AND_TRIANGLES("bd1-circles-and-triangles", '\ueabe'), CIRCLES_SEVEN("bd1-circles-seven", '\ueabf'), CIRCLE_THREE("bd1-circle-three", '\ueac0'), CIRCLE_TWO_LINE("bd1-circle-two-line", '\ueac1'), CIRCULAR_CONNECTION("bd1-circular-connection", '\ueac2'), CIRCUS("bd1-circus", '\ueac3'), CITY("bd1-city", '\ueac4'), CITY_GATE("bd1-city-gate", '\ueac5'), CITY_ONE("bd1-city-one", '\ueac6'), CLAP("bd1-clap", '\ueac7'), CLASSROOM("bd1-classroom", '\ueac8'), CLEAR("bd1-clear", '\ueac9'), CLEAR_FORMAT("bd1-clear-format", '\ueaca'), CLICK("bd1-click", '\ueacb'), CLICK_TAP("bd1-click-tap", '\ueacc'), CLICK_TAP_TWO("bd1-click-tap-two", '\ueacd'), CLICK_TO_FOLD("bd1-click-to-fold", '\ueace'), CLIPBOARD("bd1-clipboard", '\ueacf'), CLOCK_TOWER("bd1-clock-tower", '\uead0'), CLOSE("bd1-close", '\uead1'), CLOSE_ONE("bd1-close-one", '\uead2'), CLOSE_REMIND("bd1-close-remind", '\uead3'), CLOSE_SMALL("bd1-close-small", '\uead4'), CLOSE_WIFI("bd1-close-wifi", '\uead5'), CLOTHES_BRIEFS("bd1-clothes-briefs", '\uead6'), CLOTHES_CARDIGAN("bd1-clothes-cardigan", '\uead7'), CLOTHES_CREW_NECK("bd1-clothes-crew-neck", '\uead8'), CLOTHES_DIAPERS("bd1-clothes-diapers", '\uead9'), CLOTHES_GLOVES("bd1-clothes-gloves", '\ueada'), CLOTHES_GLOVES_TWO("bd1-clothes-gloves-two", '\ueadb'), CLOTHES_HOODIE("bd1-clothes-hoodie", '\ueadc'), CLOTHES_PANTS("bd1-clothes-pants", '\ueadd'), CLOTHES_PANTS_SHORT("bd1-clothes-pants-short", '\ueade'), CLOTHES_PANTS_SWEAT("bd1-clothes-pants-sweat", '\ueadf'), CLOTHES_SHORT_SLEEVE("bd1-clothes-short-sleeve", '\ueae0'), CLOTHES_SKATES("bd1-clothes-skates", '\ueae1'), CLOTHES_SUIT("bd1-clothes-suit", '\ueae2'), CLOTHES_SWEATER("bd1-clothes-sweater", '\ueae3'), CLOTHES_TURTLENECK("bd1-clothes-turtleneck", '\ueae4'), CLOTHES_WINDBREAKER("bd1-clothes-windbreaker", '\ueae5'), CLOUD_STORAGE("bd1-cloud-storage", '\ueae6'), CLOUDY("bd1-cloudy", '\ueae7'), CLOUDY_NIGHT("bd1-cloudy-night", '\ueae8'), CLUE("bd1-clue", '\ueae9'), COAT_HANGER("bd1-coat-hanger", '\ueaea'), COCKTAIL("bd1-cocktail", '\ueaeb'), COCONUT_TREE("bd1-coconut-tree", '\ueaec'), CODE("bd1-code", '\ueaed'), CODE_BRACKETS("bd1-code-brackets", '\ueaee'), CODE_COMPUTER("bd1-code-computer", '\ueaef'), CODE_DOWNLOAD("bd1-code-download", '\ueaf0'), CODE_LAPTOP("bd1-code-laptop", '\ueaf1'), CODE_ONE("bd1-code-one", '\ueaf2'), COFFEE_MACHINE("bd1-coffee-machine", '\ueaf3'), COLA("bd1-cola", '\ueaf4'), COLLAPSE_TEXT_INPUT("bd1-collapse-text-input", '\ueaf5'), COLLECT_COMPUTER("bd1-collect-computer", '\ueaf6'), COLLECTION_FILES("bd1-collection-files", '\ueaf7'), COLLECTION_RECORDS("bd1-collection-records", '\ueaf8'), COLLECT_LAPTOP("bd1-collect-laptop", '\ueaf9'), COLLECT_PICTURE("bd1-collect-picture", '\ueafa'), COLOR_CARD("bd1-color-card", '\ueafb'), COLOR_FILTER("bd1-color-filter", '\ueafc'), COLUMN("bd1-column", '\ueafd'), COMB("bd1-comb", '\ueafe'), COME("bd1-come", '\ueaff'), COMMAND("bd1-command", '\ueb00'), COMMENT("bd1-comment", '\ueb01'), COMMENT_ONE("bd1-comment-one", '\ueb02'), COMMENTS("bd1-comments", '\ueb03'), COMMODITY("bd1-commodity", '\ueb04'), COMMUNICATION("bd1-communication", '\ueb05'), COMMUTER_BAG("bd1-commuter-bag", '\ueb06'), COMPASS("bd1-compass", '\ueb07'), COMPASS_ONE("bd1-compass-one", '\ueb08'), COMPONENTS("bd1-components", '\ueb09'), COMPOSITION("bd1-composition", '\ueb0a'), COMPRESSION("bd1-compression", '\ueb0b'), COMPUTER("bd1-computer", '\ueb0c'), COMPUTER_ONE("bd1-computer-one", '\ueb0d'), CONCEPT_SHARING("bd1-concept-sharing", '\ueb0e'), CONCERN("bd1-concern", '\ueb0f'), CONDITIONER("bd1-conditioner", '\ueb10'), CONE("bd1-cone", '\ueb11'), CONES("bd1-cones", '\ueb12'), CONFIG("bd1-config", '\ueb13'), CONFOUNDED_FACE("bd1-confounded-face", '\ueb14'), CONFUSED_FACE("bd1-confused-face", '\ueb15'), CONNECT("bd1-connect", '\ueb16'), CONNECT_ADDRESS_ONE("bd1-connect-address-one", '\ueb17'), CONNECT_ADDRESS_TWO("bd1-connect-address-two", '\ueb18'), CONNECTION("bd1-connection", '\ueb19'), CONNECTION_ARROW("bd1-connection-arrow", '\ueb1a'), CONNECTION_BOX("bd1-connection-box", '\ueb1b'), CONNECTION_POINT("bd1-connection-point", '\ueb1c'), CONNECTION_POINT_TWO("bd1-connection-point-two", '\ueb1d'), CONSIGNMENT("bd1-consignment", '\ueb1e'), CONSUME("bd1-consume", '\ueb1f'), CONTRAST("bd1-contrast", '\ueb20'), CONTRAST_VIEW("bd1-contrast-view", '\ueb21'), CONTRAST_VIEW_CIRCLE("bd1-contrast-view-circle", '\ueb22'), CONTROL("bd1-control", '\ueb23'), CONVERGING_GATEWAY("bd1-converging-gateway", '\ueb24'), COOK("bd1-cook", '\ueb25'), COOKING("bd1-cooking", '\ueb26'), COOKING_POT("bd1-cooking-pot", '\ueb27'), COOL("bd1-cool", '\ueb28'), COOPERATIVE_HANDSHAKE("bd1-cooperative-handshake", '\ueb29'), COORDINATE_SYSTEM("bd1-coordinate-system", '\ueb2a'), COPY("bd1-copy", '\ueb2b'), COPY_LINK("bd1-copy-link", '\ueb2c'), COPY_ONE("bd1-copy-one", '\ueb2d'), COPYRIGHT("bd1-copyright", '\ueb2e'), CORNER_DOWN_LEFT("bd1-corner-down-left", '\ueb2f'), CORNER_DOWN_RIGHT("bd1-corner-down-right", '\ueb30'), CORNER_LEFT_DOWN("bd1-corner-left-down", '\ueb31'), CORNER_LEFT_UP("bd1-corner-left-up", '\ueb32'), CORNER_RIGHT_DOWN("bd1-corner-right-down", '\ueb33'), CORNER_RIGHT_UP("bd1-corner-right-up", '\ueb34'), CORNER_UP_LEFT("bd1-corner-up-left", '\ueb35'), CORNER_UP_RIGHT("bd1-corner-up-right", '\ueb36'), CORONAVIRUS("bd1-coronavirus", '\ueb37'), CORRECT("bd1-correct", '\ueb38'), COSMETIC_BRUSH("bd1-cosmetic-brush", '\ueb39'), COUPON("bd1-coupon", '\ueb3a'), COURT("bd1-court", '\ueb3b'), CPU("bd1-cpu", '\ueb3c'), CRAB("bd1-crab", '\ueb3d'), CREATION_DATE_SORT("bd1-creation-date-sort", '\ueb3e'), CREATIVE("bd1-creative", '\ueb3f'), CREDIT("bd1-credit", '\ueb40'), CRIB("bd1-crib", '\ueb41'), CROISSANT("bd1-croissant", '\ueb42'), CROSS_RING("bd1-cross-ring", '\ueb43'), CROSS_RING_TWO("bd1-cross-ring-two", '\ueb44'), CROSS_SOCIETY("bd1-cross-society", '\ueb45'), CROWN("bd1-crown", '\ueb46'), CROWN_THREE("bd1-crown-three", '\ueb47'), CROWN_TWO("bd1-crown-two", '\ueb48'), CRUISE("bd1-cruise", '\ueb49'), CRYING_BABY("bd1-crying-baby", '\ueb4a'), CUBE("bd1-cube", '\ueb4b'), CUBE_FIVE("bd1-cube-five", '\ueb4c'), CUBE_FOUR("bd1-cube-four", '\ueb4d'), CUBE_THREE("bd1-cube-three", '\ueb4e'), CUBE_TWO("bd1-cube-two", '\ueb4f'), CUP("bd1-cup", '\ueb50'), CUP_FOUR("bd1-cup-four", '\ueb51'), CUP_ONE("bd1-cup-one", '\ueb52'), CURLING("bd1-curling", '\ueb53'), CURRENCY("bd1-currency", '\ueb54'), CURVE_ADJUSTMENT("bd1-curve-adjustment", '\ueb55'), CUSTOMER("bd1-customer", '\ueb56'), CUTTING("bd1-cutting", '\ueb57'), CUTTING_ONE("bd1-cutting-one", '\ueb58'), CUVETTE("bd1-cuvette", '\ueb59'), CYCLE("bd1-cycle", '\ueb5a'), CYCLE_ARROW("bd1-cycle-arrow", '\ueb5b'), CYCLE_MOVEMENT("bd1-cycle-movement", '\ueb5c'), CYCLE_ONE("bd1-cycle-one", '\ueb5d'), CYLINDER("bd1-cylinder", '\ueb5e'), DAMAGE_MAP("bd1-damage-map", '\ueb5f'), DARK_MODE("bd1-dark-mode", '\ueb60'), DASHBOARD("bd1-dashboard", '\ueb61'), DASHBOARD_CAR("bd1-dashboard-car", '\ueb62'), DASHBOARD_ONE("bd1-dashboard-one", '\ueb63'), DASHBOARD_TWO("bd1-dashboard-two", '\ueb64'), DATA("bd1-data", '\ueb65'), DATA_ALL("bd1-data-all", '\ueb66'), DATA_ARRIVAL("bd1-data-arrival", '\ueb67'), DATABASE_ALERT("bd1-database-alert", '\ueb68'), DATABASE_CODE("bd1-database-code", '\ueb69'), DATABASE_CONFIG("bd1-database-config", '\ueb6a'), DATABASE_DOWNLOAD("bd1-database-download", '\ueb6b'), DATABASE_ENTER("bd1-database-enter", '\ueb6c'), DATABASE_FAIL("bd1-database-fail", '\ueb6d'), DATABASE_FIRST("bd1-database-first", '\ueb6e'), DATABASE_FORBID("bd1-database-forbid", '\ueb6f'), DATABASE_LOCK("bd1-database-lock", '\ueb70'), DATABASE_NETWORK("bd1-database-network", '\ueb71'), DATABASE_NETWORK_POINT("bd1-database-network-point", '\ueb72'), DATABASE_POINT("bd1-database-point", '\ueb73'), DATABASE_POSITION("bd1-database-position", '\ueb74'), DATABASE_POWER("bd1-database-power", '\ueb75'), DATABASE_PROPORTION("bd1-database-proportion", '\ueb76'), DATABASE_SEARCH("bd1-database-search", '\ueb77'), DATABASE_SETTING("bd1-database-setting", '\ueb78'), DATABASE_SUCCESS("bd1-database-success", '\ueb79'), DATABASE_SYNC("bd1-database-sync", '\ueb7a'), DATABASE_TIME("bd1-database-time", '\ueb7b'), DATA_DISPLAY("bd1-data-display", '\ueb7c'), DATA_FILE("bd1-data-file", '\ueb7d'), DATA_FOUR("bd1-data-four", '\ueb7e'), DATA_LOCK("bd1-data-lock", '\ueb7f'), DATA_NULL("bd1-data-null", '\ueb80'), DATA_ONE("bd1-data-one", '\ueb81'), DATA_SCREEN("bd1-data-screen", '\ueb82'), DATA_SERVER("bd1-data-server", '\ueb83'), DATA_SHEET("bd1-data-sheet", '\ueb84'), DATA_SWITCHING("bd1-data-switching", '\ueb85'), DATA_THREE("bd1-data-three", '\ueb86'), DATA_TWO("bd1-data-two", '\ueb87'), DATA_USER("bd1-data-user", '\ueb88'), DATE_COMES_BACK("bd1-date-comes-back", '\ueb89'), DEADLINE_SORT("bd1-deadline-sort", '\ueb8a'), DEATH_STAR("bd1-death-star", '\ueb8b'), DEEPLINK("bd1-deeplink", '\ueb8c'), DEER("bd1-deer", '\ueb8d'), DEGREE_HAT("bd1-degree-hat", '\ueb8e'), DELETE("bd1-delete", '\ueb8f'), DELETE_FIVE("bd1-delete-five", '\ueb90'), DELETE_FOUR("bd1-delete-four", '\ueb91'), DELETE_KEY("bd1-delete-key", '\ueb92'), DELETE_MODE("bd1-delete-mode", '\ueb93'), DELETE_ONE("bd1-delete-one", '\ueb94'), DELETE_THEMES("bd1-delete-themes", '\ueb95'), DELETE_THREE("bd1-delete-three", '\ueb96'), DELETE_TWO("bd1-delete-two", '\ueb97'), DELIVERY("bd1-delivery", '\ueb98'), DEPOSIT("bd1-deposit", '\ueb99'), DESCEND("bd1-descend", '\ueb9a'), DESK_LAMP("bd1-desk-lamp", '\ueb9b'), DESK_LAMP_ONE("bd1-desk-lamp-one", '\ueb9c'), DETECTION("bd1-detection", '\ueb9d'), DEVICES("bd1-devices", '\ueb9e'), DIAMOND("bd1-diamond", '\ueb9f'), DIAMOND_NECKLACE("bd1-diamond-necklace", '\ueba0'), DIAMOND_ONE("bd1-diamond-one", '\ueba1'), DIAMOND_RING("bd1-diamond-ring", '\ueba2'), DIAMONDS("bd1-diamonds", '\ueba3'), DIAMOND_THREE("bd1-diamond-three", '\ueba4'), DIAMOND_TWO("bd1-diamond-two", '\ueba5'), DIANZIQIAN("bd1-dianziqian", '\ueba6'), DIAPERS_ONE("bd1-diapers-one", '\ueba7'), DIFFERENCE_SET("bd1-difference-set", '\ueba8'), DIGITAL_WATCHES("bd1-digital-watches", '\ueba9'), DIRECTION("bd1-direction", '\uebaa'), DIRECTION_ADJUSTMENT("bd1-direction-adjustment", '\uebab'), DIRECTION_ADJUSTMENT_THREE("bd1-direction-adjustment-three", '\uebac'), DIRECTION_ADJUSTMENT_TWO("bd1-direction-adjustment-two", '\uebad'), DISABALED_WEB("bd1-disabaled-web", '\uebae'), DISABLED_COMPUTER("bd1-disabled-computer", '\uebaf'), DISABLED_LAPTOP("bd1-disabled-laptop", '\uebb0'), DISABLED_PICTURE("bd1-disabled-picture", '\uebb1'), DISAPPOINTED_FACE("bd1-disappointed-face", '\uebb2'), DISCOVERY_INDEX("bd1-discovery-index", '\uebb3'), DISK("bd1-disk", '\uebb4'), DISK_ONE("bd1-disk-one", '\uebb5'), DISK_TWO("bd1-disk-two", '\uebb6'), DISLIKE("bd1-dislike", '\uebb7'), DISLIKE_TWO("bd1-dislike-two", '\uebb8'), DISPLAY("bd1-display", '\uebb9'), DISTORTION("bd1-distortion", '\uebba'), DISTRAUGHT_FACE("bd1-distraught-face", '\uebbb'), DISTRIBUTE_HORIZONTALLY("bd1-distribute-horizontally", '\uebbc'), DISTRIBUTE_HORIZONTAL_SPACING("bd1-distribute-horizontal-spacing", '\uebbd'), DISTRIBUTE_VERTICALLY("bd1-distribute-vertically", '\uebbe'), DISTRIBUTE_VERTICAL_SPACING("bd1-distribute-vertical-spacing", '\uebbf'), DIVIDING_LINE("bd1-dividing-line", '\uebc0'), DIVIDING_LINE_ONE("bd1-dividing-line-one", '\uebc1'), DIVING("bd1-diving", '\uebc2'), DIVING_BOTTLE("bd1-diving-bottle", '\uebc3'), DIVING_SUIT("bd1-diving-suit", '\uebc4'), DIVISION("bd1-division", '\uebc5'), DIZZY_FACE("bd1-dizzy-face", '\uebc6'), DOC_ADD("bd1-doc-add", '\uebc7'), DOC_DETAIL("bd1-doc-detail", '\uebc8'), DOC_FAIL("bd1-doc-fail", '\uebc9'), DOC_SEARCH("bd1-doc-search", '\uebca'), DOC_SEARCH_TWO("bd1-doc-search-two", '\uebcb'), DOC_SUCCESS("bd1-doc-success", '\uebcc'), DOCUMENT_FOLDER("bd1-document-folder", '\uebcd'), DOG("bd1-dog", '\uebce'), DOG_ZODIAC("bd1-dog-zodiac", '\uebcf'), DOLLAR("bd1-dollar", '\uebd0'), DOLPHIN("bd1-dolphin", '\uebd1'), DOME("bd1-dome", '\uebd2'), DOME_LIGHT("bd1-dome-light", '\uebd3'), DONE_ALL("bd1-done-all", '\uebd4'), DONGCHEDI("bd1-dongchedi", '\uebd5'), DOOR_HANDLE("bd1-door-handle", '\uebd6'), DOT("bd1-dot", '\uebd7'), DOUBLE_BED("bd1-double-bed", '\uebd8'), DOUBLE_DOWN("bd1-double-down", '\uebd9'), DOUBLE_LEFT("bd1-double-left", '\uebda'), DOUBLE_RIGHT("bd1-double-right", '\uebdb'), DOUBLE_UP("bd1-double-up", '\uebdc'), DOUGHNUT("bd1-doughnut", '\uebdd'), DOWN("bd1-down", '\uebde'), DOWN_C("bd1-down-c", '\uebdf'), DOWNLOAD("bd1-download", '\uebe0'), DOWNLOAD_COMPUTER("bd1-download-computer", '\uebe1'), DOWNLOAD_FOUR("bd1-download-four", '\uebe2'), DOWNLOAD_LAPTOP("bd1-download-laptop", '\uebe3'), DOWNLOAD_ONE("bd1-download-one", '\uebe4'), DOWNLOAD_THREE("bd1-download-three", '\uebe5'), DOWNLOAD_TWO("bd1-download-two", '\uebe6'), DOWNLOAD_WEB("bd1-download-web", '\uebe7'), DOWN_ONE("bd1-down-one", '\uebe8'), DOWN_PICTURE("bd1-down-picture", '\uebe9'), DOWN_SMALL("bd1-down-small", '\uebea'), DOWN_SQUARE("bd1-down-square", '\uebeb'), DOWN_TWO("bd1-down-two", '\uebec'), DRAG("bd1-drag", '\uebed'), DRAGON_ZODIAC("bd1-dragon-zodiac", '\uebee'), DRIBBLE("bd1-dribble", '\uebef'), DRINK("bd1-drink", '\uebf0'), DRONE("bd1-drone", '\uebf1'), DRONE_ONE("bd1-drone-one", '\uebf2'), DROPBOX("bd1-dropbox", '\uebf3'), DROP_DOWN_LIST("bd1-drop-down-list", '\uebf4'), DROP_SHADOW_DOWN("bd1-drop-shadow-down", '\uebf5'), DROP_SHADOW_LEFT("bd1-drop-shadow-left", '\uebf6'), DROP_SHADOW_RIGHT("bd1-drop-shadow-right", '\uebf7'), DROP_SHADOW_UP("bd1-drop-shadow-up", '\uebf8'), DRUMSTICK("bd1-drumstick", '\uebf9'), DUBAI("bd1-dubai", '\uebfa'), DUCK("bd1-duck", '\uebfb'), DUMBBELL("bd1-dumbbell", '\uebfc'), DUMBBEL_LINE("bd1-dumbbel-line", '\uebfd'), DVI("bd1-dvi", '\uebfe'), EAGLE("bd1-eagle", '\uebff'), EARTH("bd1-earth", '\uec00'), EASY("bd1-easy", '\uec01'), ECG("bd1-ecg", '\uec02'), EDIT("bd1-edit", '\uec03'), EDITING("bd1-editing", '\uec04'), EDIT_MOVIE("bd1-edit-movie", '\uec05'), EDIT_NAME("bd1-edit-name", '\uec06'), EDIT_ONE("bd1-edit-one", '\uec07'), EDITOR("bd1-editor", '\uec08'), EDIT_TWO("bd1-edit-two", '\uec09'), EEG("bd1-eeg", '\uec0a'), EFFECTS("bd1-effects", '\uec0b'), EFFERENT_FOUR("bd1-efferent-four", '\uec0c'), EFFERENT_THREE("bd1-efferent-three", '\uec0d'), EGG("bd1-egg", '\uec0e'), EGG_ONE("bd1-egg-one", '\uec0f'), EGGPLANT("bd1-eggplant", '\uec10'), EIFFEL_TOWER("bd1-eiffel-tower", '\uec11'), EIGHT_KEY("bd1-eight-key", '\uec12'), ELECTRIC_DRILL("bd1-electric-drill", '\uec13'), ELECTRIC_IRON("bd1-electric-iron", '\uec14'), ELECTRIC_WAVE("bd1-electric-wave", '\uec15'), ELECTROCARDIOGRAM("bd1-electrocardiogram", '\uec16'), ELECTRONIC_DOOR_LOCK("bd1-electronic-door-lock", '\uec17'), ELECTRONIC_LOCKS_CLOSE("bd1-electronic-locks-close", '\uec18'), ELECTRONIC_LOCKS_OPEN("bd1-electronic-locks-open", '\uec19'), ELECTRONIC_PEN("bd1-electronic-pen", '\uec1a'), ELEPHANT("bd1-elephant", '\uec1b'), ELEVATOR("bd1-elevator", '\uec1c'), EMAIL_BLOCK("bd1-email-block", '\uec1d'), EMAIL_DELECT("bd1-email-delect", '\uec1e'), EMAIL_DOWN("bd1-email-down", '\uec1f'), EMAIL_FAIL("bd1-email-fail", '\uec20'), EMAIL_LOCK("bd1-email-lock", '\uec21'), EMAIL_PUSH("bd1-email-push", '\uec22'), EMAIL_SEARCH("bd1-email-search", '\uec23'), EMAIL_SECURITY("bd1-email-security", '\uec24'), EMAIL_SUCCESSFULLY("bd1-email-successfully", '\uec25'), EMOTION_HAPPY("bd1-emotion-happy", '\uec26'), EMOTION_UNHAPPY("bd1-emotion-unhappy", '\uec27'), EMPTY("bd1-empty", '\uec28'), ENDLESS("bd1-endless", '\uec29'), ENDOCRINE("bd1-endocrine", '\uec2a'), ENDPOINT_DISPLACEMENT("bd1-endpoint-displacement", '\uec2b'), ENDPOINT_FLAT("bd1-endpoint-flat", '\uec2c'), ENDPOINT_ROUND("bd1-endpoint-round", '\uec2d'), ENDPOINT_SQUARE("bd1-endpoint-square", '\uec2e'), END_TIME_SORT("bd1-end-time-sort", '\uec2f'), ENERGY_SOCKET("bd1-energy-socket", '\uec30'), ENGINEERING_BRAND("bd1-engineering-brand", '\uec31'), ENGINEERING_VEHICLE("bd1-engineering-vehicle", '\uec32'), ENGLISH("bd1-english", '\uec33'), ENGLISH_MUSTACHE("bd1-english-mustache", '\uec34'), ENQUIRE("bd1-enquire", '\uec35'), ENTER_KEY("bd1-enter-key", '\uec36'), ENTER_KEY_ONE("bd1-enter-key-one", '\uec37'), ENTERTAINMENT("bd1-entertainment", '\uec38'), ENTER_THE_KEYBOARD("bd1-enter-the-keyboard", '\uec39'), ENVELOPE("bd1-envelope", '\uec3a'), ENVELOPE_ONE("bd1-envelope-one", '\uec3b'), EQUALIZER("bd1-equalizer", '\uec3c'), EQUAL_RATIO("bd1-equal-ratio", '\uec3d'), ERASE("bd1-erase", '\uec3e'), ERROR("bd1-error", '\uec3f'), ERROR_COMPUTER("bd1-error-computer", '\uec40'), ERROR_PICTURE("bd1-error-picture", '\uec41'), ERROR_PROMPT("bd1-error-prompt", '\uec42'), ESCALATORS("bd1-escalators", '\uec43'), ETHERNET_OFF("bd1-ethernet-off", '\uec44'), ETHERNET_ON("bd1-ethernet-on", '\uec45'), EVERY_USER("bd1-every-user", '\uec46'), EXCEL("bd1-excel", '\uec47'), EXCEL_ONE("bd1-excel-one", '\uec48'), EXCHANGE("bd1-exchange", '\uec49'), EXCHANGE_FOUR("bd1-exchange-four", '\uec4a'), EXCHANGE_ONE("bd1-exchange-one", '\uec4b'), EXCHANGE_THREE("bd1-exchange-three", '\uec4c'), EXCHANGE_TWO("bd1-exchange-two", '\uec4d'), EXCLUDE_SELECTION("bd1-exclude-selection", '\uec4e'), EXCLUSIVE_GATEWAY("bd1-exclusive-gateway", '\uec4f'), EXPAND_DOWN("bd1-expand-down", '\uec50'), EXPAND_DOWN_ONE("bd1-expand-down-one", '\uec51'), EXPAND_LEFT("bd1-expand-left", '\uec52'), EXPAND_LEFT_AND_RIGHT("bd1-expand-left-and-right", '\uec53'), EXPAND_RIGHT("bd1-expand-right", '\uec54'), EXPAND_TEXT_INPUT("bd1-expand-text-input", '\uec55'), EXPAND_UP("bd1-expand-up", '\uec56'), EXPENSES("bd1-expenses", '\uec57'), EXPENSES_ONE("bd1-expenses-one", '\uec58'), EXPERIMENT("bd1-experiment", '\uec59'), EXPERIMENT_ONE("bd1-experiment-one", '\uec5a'), EXPORT("bd1-export", '\uec5b'), EXPRESS_DELIVERY("bd1-express-delivery", '\uec5c'), EXPRESSIONLESS_FACE("bd1-expressionless-face", '\uec5d'), EXTEND("bd1-extend", '\uec5e'), EXTERNAL_TRANSMISSION("bd1-external-transmission", '\uec5f'), EYEBROW("bd1-eyebrow", '\uec60'), EYES("bd1-eyes", '\uec61'), FACEBOOK("bd1-facebook", '\uec62'), FACEBOOK_ONE("bd1-facebook-one", '\uec63'), FACE_POWDER("bd1-face-powder", '\uec64'), FACE_RECOGNITION("bd1-face-recognition", '\uec65'), FACETIME("bd1-facetime", '\uec66'), FACEU("bd1-faceu", '\uec67'), FACE_WITHOUT_MOUTH("bd1-face-without-mouth", '\uec68'), FACE_WITH_SMILING_OPEN_EYES("bd1-face-with-smiling-open-eyes", '\uec69'), FACIAL_CLEANSER("bd1-facial-cleanser", '\uec6a'), FACIAL_MASK("bd1-facial-mask", '\uec6b'), FACTORY_BUILDING("bd1-factory-building", '\uec6c'), FAIL_PICTURE("bd1-fail-picture", '\uec6d'), FAMILY("bd1-family", '\uec6e'), FAN("bd1-fan", '\uec6f'), FANQIEXIAOSHUO("bd1-fanqiexiaoshuo", '\uec70'), FEELGOOD("bd1-feelgood", '\uec71'), FEELGOOD_ONE("bd1-feelgood-one", '\uec72'), F_EIGHT_KEY("bd1-f-eight-key", '\uec73'), FEIYU("bd1-feiyu", '\uec74'), FEMALE("bd1-female", '\uec75'), FENCE_ONE("bd1-fence-one", '\uec76'), FENCE_TWO("bd1-fence-two", '\uec77'), FERRIS_WHEEL("bd1-ferris-wheel", '\uec78'), F_FIVE_KEY("bd1-f-five-key", '\uec79'), F_FOUR_KEY("bd1-f-four-key", '\uec7a'), FIGMA("bd1-figma", '\uec7b'), FIGMA_COMPONENT("bd1-figma-component", '\uec7c'), FIGMA_FLATTEN_SELECTION("bd1-figma-flatten-selection", '\uec7d'), FIGMA_MASK("bd1-figma-mask", '\uec7e'), FIGMA_RESET_INSTANCE("bd1-figma-reset-instance", '\uec7f'), FILE_ADDITION("bd1-file-addition", '\uec80'), FILE_ADDITION_ONE("bd1-file-addition-one", '\uec81'), FILE_CABINET("bd1-file-cabinet", '\uec82'), FILE_CODE("bd1-file-code", '\uec83'), FILE_CODE_ONE("bd1-file-code-one", '\uec84'), FILE_COLLECTION("bd1-file-collection", '\uec85'), FILE_COLLECTION_ONE("bd1-file-collection-one", '\uec86'), FILE_CONVERSION("bd1-file-conversion", '\uec87'), FILE_CONVERSION_ONE("bd1-file-conversion-one", '\uec88'), FILE_DATE("bd1-file-date", '\uec89'), FILE_DATE_ONE("bd1-file-date-one", '\uec8a'), FILE_DISPLAY("bd1-file-display", '\uec8b'), FILE_DISPLAY_ONE("bd1-file-display-one", '\uec8c'), FILE_DOC("bd1-file-doc", '\uec8d'), FILE_EDITING("bd1-file-editing", '\uec8e'), FILE_EDITING_ONE("bd1-file-editing-one", '\uec8f'), FILE_EXCEL("bd1-file-excel", '\uec90'), FILE_FAILED("bd1-file-failed", '\uec91'), FILE_FAILED_ONE("bd1-file-failed-one", '\uec92'), FILE_FOCUS("bd1-file-focus", '\uec93'), FILE_FOCUS_ONE("bd1-file-focus-one", '\uec94'), FILE_GIF("bd1-file-gif", '\uec95'), FILE_HASH("bd1-file-hash", '\uec96'), FILE_HASH_ONE("bd1-file-hash-one", '\uec97'), FILE_HIDING("bd1-file-hiding", '\uec98'), FILE_HIDING_ONE("bd1-file-hiding-one", '\uec99'), FILE_JPG("bd1-file-jpg", '\uec9a'), FILE_LOCK("bd1-file-lock", '\uec9b'), FILE_LOCK_ONE("bd1-file-lock-one", '\uec9c'), FILE_MUSIC("bd1-file-music", '\uec9d'), FILE_MUSIC_ONE("bd1-file-music-one", '\uec9e'), FILE_PDF("bd1-file-pdf", '\uec9f'), FILE_PDF_ONE("bd1-file-pdf-one", '\ueca0'), FILE_PPT("bd1-file-ppt", '\ueca1'), FILE_PROTECTION("bd1-file-protection", '\ueca2'), FILE_PROTECTION_ONE("bd1-file-protection-one", '\ueca3'), FILE_QUALITY("bd1-file-quality", '\ueca4'), FILE_QUALITY_ONE("bd1-file-quality-one", '\ueca5'), FILE_QUESTION("bd1-file-question", '\ueca6'), FILE_REMOVAL("bd1-file-removal", '\ueca7'), FILE_REMOVAL_ONE("bd1-file-removal-one", '\ueca8'), FILE_SEARCH("bd1-file-search", '\ueca9'), FILE_SEARCH_ONE("bd1-file-search-one", '\uecaa'), FILE_SEARCH_TWO("bd1-file-search-two", '\uecab'), FILE_SETTINGS("bd1-file-settings", '\uecac'), FILE_SETTINGS_ONE("bd1-file-settings-one", '\uecad'), FILE_STAFF("bd1-file-staff", '\uecae'), FILE_STAFF_ONE("bd1-file-staff-one", '\uecaf'), FILE_SUCCESS("bd1-file-success", '\uecb0'), FILE_SUCCESS_ONE("bd1-file-success-one", '\uecb1'), FILE_TEXT("bd1-file-text", '\uecb2'), FILE_TEXT_ONE("bd1-file-text-one", '\uecb3'), FILE_TIPS("bd1-file-tips", '\uecb4'), FILE_TIPS_ONE("bd1-file-tips-one", '\uecb5'), FILE_TXT("bd1-file-txt", '\uecb6'), FILE_TXT_ONE("bd1-file-txt-one", '\uecb7'), FILE_WITHDRAWAL("bd1-file-withdrawal", '\uecb8'), FILE_WITHDRAWAL_ONE("bd1-file-withdrawal-one", '\uecb9'), FILE_WORD("bd1-file-word", '\uecba'), FILE_ZIP("bd1-file-zip", '\uecbb'), FILL("bd1-fill", '\uecbc'), FILM("bd1-film", '\uecbd'), FILTER("bd1-filter", '\uecbe'), FILTER_ONE("bd1-filter-one", '\uecbf'), FINANCE("bd1-finance", '\uecc0'), FINANCING("bd1-financing", '\uecc1'), FINANCING_ONE("bd1-financing-one", '\uecc2'), FINANCING_TWO("bd1-financing-two", '\uecc3'), FIND("bd1-find", '\uecc4'), FIND_ONE("bd1-find-one", '\uecc5'), FINGERNAIL("bd1-fingernail", '\uecc6'), FINGERPRINT("bd1-fingerprint", '\uecc7'), FINGERPRINT_THREE("bd1-fingerprint-three", '\uecc8'), FINGERPRINT_TWO("bd1-fingerprint-two", '\uecc9'), FIRE("bd1-fire", '\uecca'), FIRE_EXTINGUISHER("bd1-fire-extinguisher", '\ueccb'), FIRE_EXTINGUISHER_ONE("bd1-fire-extinguisher-one", '\ueccc'), FIRE_TWO("bd1-fire-two", '\ueccd'), FIREWORKS("bd1-fireworks", '\uecce'), FIRST("bd1-first", '\ueccf'), FIRST_AID_KIT("bd1-first-aid-kit", '\uecd0'), FISH("bd1-fish", '\uecd1'), FISHING("bd1-fishing", '\uecd2'), FISH_ONE("bd1-fish-one", '\uecd3'), FIST("bd1-fist", '\uecd4'), FITNESS("bd1-fitness", '\uecd5'), FIVE("bd1-five", '\uecd6'), FIVE_ELLIPSES("bd1-five-ellipses", '\uecd7'), FIVE_FIVE("bd1-five-five", '\uecd8'), FIVE_KEY("bd1-five-key", '\uecd9'), FIVE_STAR_BADGE("bd1-five-star-badge", '\uecda'), FLAG("bd1-flag", '\uecdb'), FLASHLAMP("bd1-flashlamp", '\uecdc'), FLASHLIGHT("bd1-flashlight", '\uecdd'), FLASH_PAYMENT("bd1-flash-payment", '\uecde'), FLASK("bd1-flask", '\uecdf'), FLIGHT_AIRFLOW("bd1-flight-airflow", '\uece0'), FLIGHT_SAFETY("bd1-flight-safety", '\uece1'), FLIP_CAMERA("bd1-flip-camera", '\uece2'), FLIP_HORIZONTALLY("bd1-flip-horizontally", '\uece3'), FLIP_VERTICALLY("bd1-flip-vertically", '\uece4'), FLIRT("bd1-flirt", '\uece5'), FLOAT("bd1-float", '\uece6'), FLOOR_TILE("bd1-floor-tile", '\uece7'), FM("bd1-fm", '\uece8'), F_NINE_KEY("bd1-f-nine-key", '\uece9'), F_N_KEY("bd1-f-n-key", '\uecea'), FOCUS("bd1-focus", '\ueceb'), FOCUS_ONE("bd1-focus-one", '\uecec'), FOG("bd1-fog", '\ueced'), FOLDER("bd1-folder", '\uecee'), FOLDER_BLOCK("bd1-folder-block", '\uecef'), FOLDER_BLOCK_ONE("bd1-folder-block-one", '\uecf0'), FOLDER_CLOSE("bd1-folder-close", '\uecf1'), FOLDER_CODE("bd1-folder-code", '\uecf2'), FOLDER_CODE_ONE("bd1-folder-code-one", '\uecf3'), FOLDER_CONVERSION("bd1-folder-conversion", '\uecf4'), FOLDER_CONVERSION_ONE("bd1-folder-conversion-one", '\uecf5'), FOLDER_DOWNLOAD("bd1-folder-download", '\uecf6'), FOLDER_FAILED("bd1-folder-failed", '\uecf7'), FOLDER_FAILED_ONE("bd1-folder-failed-one", '\uecf8'), FOLDER_FOCUS("bd1-folder-focus", '\uecf9'), FOLDER_FOCUS_ONE("bd1-folder-focus-one", '\uecfa'), FOLDER_LOCK("bd1-folder-lock", '\uecfb'), FOLDER_LOCK_ONE("bd1-folder-lock-one", '\uecfc'), FOLDER_MINUS("bd1-folder-minus", '\uecfd'), FOLDER_MUSIC("bd1-folder-music", '\uecfe'), FOLDER_MUSIC_ONE("bd1-folder-music-one", '\uecff'), FOLDER_ONE("bd1-folder-one", '\ued00'), FOLDER_OPEN("bd1-folder-open", '\ued01'), FOLDER_PLUS("bd1-folder-plus", '\ued02'), FOLDER_PROTECTION("bd1-folder-protection", '\ued03'), FOLDER_PROTECTION_ONE("bd1-folder-protection-one", '\ued04'), FOLDER_QUALITY("bd1-folder-quality", '\ued05'), FOLDER_QUALITY_ONE("bd1-folder-quality-one", '\ued06'), FOLDER_SEARCH("bd1-folder-search", '\ued07'), FOLDER_SEARCH_ONE("bd1-folder-search-one", '\ued08'), FOLDER_SETTINGS("bd1-folder-settings", '\ued09'), FOLDER_SETTINGS_ONE("bd1-folder-settings-one", '\ued0a'), FOLDER_SUCCESS("bd1-folder-success", '\ued0b'), FOLDER_SUCCESS_ONE("bd1-folder-success-one", '\ued0c'), FOLDER_UPLOAD("bd1-folder-upload", '\ued0d'), FOLDER_WITHDRAWAL("bd1-folder-withdrawal", '\ued0e'), FOLDER_WITHDRAWAL_ONE("bd1-folder-withdrawal-one", '\ued0f'), FOLD_UP_ONE("bd1-fold-up-one", '\ued10'), FOLLOW_UP_DATE_SORT("bd1-follow-up-date-sort", '\ued11'), F_ONE_KEY("bd1-f-one-key", '\ued12'), FONT_SEARCH("bd1-font-search", '\ued13'), FONT_SIZE("bd1-font-size", '\ued14'), FONT_SIZE_TWO("bd1-font-size-two", '\ued15'), FOOT("bd1-foot", '\ued16'), FOOTBALL("bd1-football", '\ued17'), FORBID("bd1-forbid", '\ued18'), FORK("bd1-fork", '\ued19'), FORK_SPOON("bd1-fork-spoon", '\ued1a'), FORM("bd1-form", '\ued1b'), FORMAT("bd1-format", '\ued1c'), FORMAT_BRUSH("bd1-format-brush", '\ued1d'), FORM_ONE("bd1-form-one", '\ued1e'), FORMULA("bd1-formula", '\ued1f'), FOUNDATION_MAKEUP("bd1-foundation-makeup", '\ued20'), FOUR("bd1-four", '\ued21'), FOUR_ARROWS("bd1-four-arrows", '\ued22'), FOUR_FOUR("bd1-four-four", '\ued23'), FOUR_KEY("bd1-four-key", '\ued24'), FOUR_LEAVES("bd1-four-leaves", '\ued25'), FOUR_POINT_CONNECTION("bd1-four-point-connection", '\ued26'), FOUR_ROUND_POINT_CONNECTION("bd1-four-round-point-connection", '\ued27'), FOURSQUARE("bd1-foursquare", '\ued28'), FREEZE_COLUMN("bd1-freeze-column", '\ued29'), FREEZE_LINE("bd1-freeze-line", '\ued2a'), FREEZING_LINE_COLUMN("bd1-freezing-line-column", '\ued2b'), FRENCH_FRIES("bd1-french-fries", '\ued2c'), FRIENDS_CIRCLE("bd1-friends-circle", '\ued2d'), FRIGATE("bd1-frigate", '\ued2e'), FROG("bd1-frog", '\ued2f'), FROWNING_FACE_WHIT_OPEN_MOUTH("bd1-frowning-face-whit-open-mouth", '\ued30'), FRUITER("bd1-fruiter", '\ued31'), F_SEVEN_KEY("bd1-f-seven-key", '\ued32'), F_SIX_KEY("bd1-f-six-key", '\ued33'), F_THREE_KEY("bd1-f-three-key", '\ued34'), F_TWO_KEY("bd1-f-two-key", '\ued35'), FULL_DRESS_LONGUETTE("bd1-full-dress-longuette", '\ued36'), FULL_SCREEN("bd1-full-screen", '\ued37'), FULL_SCREEN_ONE("bd1-full-screen-one", '\ued38'), FULL_SCREEN_PLAY("bd1-full-screen-play", '\ued39'), FULL_SCREEN_TWO("bd1-full-screen-two", '\ued3a'), FULL_SELECTION("bd1-full-selection", '\ued3b'), FULLWIDTH("bd1-fullwidth", '\ued3c'), FUNDS("bd1-funds", '\ued3d'), FUTURE_BUILD_ONE("bd1-future-build-one", '\ued3e'), FUTURE_BUILD_THREE("bd1-future-build-three", '\ued3f'), FUTURE_BUILD_TWO("bd1-future-build-two", '\ued40'), F_ZERO_KEY("bd1-f-zero-key", '\ued41'), GAME("bd1-game", '\ued42'), GAME_CONSOLE("bd1-game-console", '\ued43'), GAME_CONSOLE_ONE("bd1-game-console-one", '\ued44'), GAME_EMOJI("bd1-game-emoji", '\ued45'), GAME_HANDLE("bd1-game-handle", '\ued46'), GAMEPAD("bd1-gamepad", '\ued47'), GAME_PS("bd1-game-ps", '\ued48'), GAME_THREE("bd1-game-three", '\ued49'), GAME_TWO("bd1-game-two", '\ued4a'), GARAGE("bd1-garage", '\ued4b'), GARLIC("bd1-garlic", '\ued4c'), GAS("bd1-gas", '\ued4d'), GASTROINTESTINAL("bd1-gastrointestinal", '\ued4e'), GATE("bd1-gate", '\ued4f'), GATE_MACHINE("bd1-gate-machine", '\ued50'), GAUZE("bd1-gauze", '\ued51'), GAVEL("bd1-gavel", '\ued52'), GEMINI("bd1-gemini", '\ued53'), GENERAL_BRANCH("bd1-general-branch", '\ued54'), GEOMETRIC_FLOWERS("bd1-geometric-flowers", '\ued55'), GERMS("bd1-germs", '\ued56'), GHOST("bd1-ghost", '\ued57'), GIFT("bd1-gift", '\ued58'), GIFT_BAG("bd1-gift-bag", '\ued59'), GIFT_BOX("bd1-gift-box", '\ued5a'), GIRL("bd1-girl", '\ued5b'), GIRL_ONE("bd1-girl-one", '\ued5c'), GIRL_TWO("bd1-girl-two", '\ued5d'), GITHUB("bd1-github", '\ued5e'), GITHUB_ONE("bd1-github-one", '\ued5f'), GITLAB("bd1-gitlab", '\ued60'), GLASSES("bd1-glasses", '\ued61'), GLASSES_ONE("bd1-glasses-one", '\ued62'), GLASSES_THREE("bd1-glasses-three", '\ued63'), GLOBE("bd1-globe", '\ued64'), GLOVE("bd1-glove", '\ued65'), GO_AHEAD("bd1-go-ahead", '\ued66'), GOBLET("bd1-goblet", '\ued67'), GOBLET_CRACKING("bd1-goblet-cracking", '\ued68'), GOBLET_FULL("bd1-goblet-full", '\ued69'), GOBLET_ONE("bd1-goblet-one", '\ued6a'), GO_END("bd1-go-end", '\ued6b'), GOLD_MEDAL("bd1-gold-medal", '\ued6c'), GOLD_MEDAL_TWO("bd1-gold-medal-two", '\ued6d'), GOLF_COURSE("bd1-golf-course", '\ued6e'), GONGFU("bd1-gongfu", '\ued6f'), GOOD("bd1-good", '\ued70'), GOOD_ONE("bd1-good-one", '\ued71'), GOOD_TWO("bd1-good-two", '\ued72'), GOOGLE("bd1-google", '\ued73'), GOOGLE_ADS("bd1-google-ads", '\ued74'), GO_ON("bd1-go-on", '\ued75'), GOPRO("bd1-gopro", '\ued76'), GO_START("bd1-go-start", '\ued77'), GPS("bd1-gps", '\ued78'), GRAPHIC_DESIGN("bd1-graphic-design", '\ued79'), GRAPHIC_DESIGN_TWO("bd1-graphic-design-two", '\ued7a'), GRAPHIC_STITCHING("bd1-graphic-stitching", '\ued7b'), GRAPHIC_STITCHING_FOUR("bd1-graphic-stitching-four", '\ued7c'), GRAPHIC_STITCHING_THREE("bd1-graphic-stitching-three", '\ued7d'), GREAT_WALL("bd1-great-wall", '\ued7e'), GREEN_HOUSE("bd1-green-house", '\ued7f'), GREEN_NEW_ENERGY("bd1-green-new-energy", '\ued80'), GRID_FOUR("bd1-grid-four", '\ued81'), GRID_NINE("bd1-grid-nine", '\ued82'), GRID_SIXTEEN("bd1-grid-sixteen", '\ued83'), GRID_THREE("bd1-grid-three", '\ued84'), GRID_TWO("bd1-grid-two", '\ued85'), GRIMACING_FACE("bd1-grimacing-face", '\ued86'), GRINNING_FACE("bd1-grinning-face", '\ued87'), GRINNING_FACE_WITH_OPEN_MOUTH("bd1-grinning-face-with-open-mouth", '\ued88'), GRINNING_FACE_WITH_SQUINTING_EYES("bd1-grinning-face-with-squinting-eyes", '\ued89'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES("bd1-grinning-face-with-tightly-closed-eyes", '\ued8a'), GRINNING_FACE_WITH_TIGHTLY_CLOSED_EYES_OPEN_MOUTH("bd1-grinning-face-with-tightly-closed-eyes-open-mouth", '\ued8b'), GROUP("bd1-group", '\ued8c'), GUIDE_BOARD("bd1-guide-board", '\ued8d'), GYMNASTICS("bd1-gymnastics", '\ued8e'), GYMNASTICS_ONE("bd1-gymnastics-one", '\ued8f'), H("bd1-h", '\ued90'), H1("bd1-h1", '\ued91'), H2("bd1-h2", '\ued92'), H3("bd1-h3", '\ued93'), HAIR_BRUSH("bd1-hair-brush", '\ued94'), HAIR_CLIP("bd1-hair-clip", '\ued95'), HAIR_DRYER("bd1-hair-dryer", '\ued96'), HAIR_DRYER_ONE("bd1-hair-dryer-one", '\ued97'), HALO("bd1-halo", '\ued98'), HAMBURGER("bd1-hamburger", '\ued99'), HAMBURGER_BUTTON("bd1-hamburger-button", '\ued9a'), HAMBURGER_ONE("bd1-hamburger-one", '\ued9b'), HAMMER_AND_ANVIL("bd1-hammer-and-anvil", '\ued9c'), HANDBAG("bd1-handbag", '\ued9d'), HAND_CREAM("bd1-hand-cream", '\ued9e'), HAND_DOWN("bd1-hand-down", '\ued9f'), HAND_DRAG("bd1-hand-drag", '\ueda0'), HANDHELD("bd1-handheld", '\ueda1'), HANDLE_A("bd1-handle-a", '\ueda2'), HANDLE_B("bd1-handle-b", '\ueda3'), HANDLE_C("bd1-handle-c", '\ueda4'), HANDLE_DOWN("bd1-handle-down", '\ueda5'), HAND_LEFT("bd1-hand-left", '\ueda6'), HANDLE_LEFT("bd1-handle-left", '\ueda7'), HANDLE_RIGHT("bd1-handle-right", '\ueda8'), HANDLE_ROUND("bd1-handle-round", '\ueda9'), HANDLE_SQUARE("bd1-handle-square", '\uedaa'), HANDLE_TRIANGLE("bd1-handle-triangle", '\uedab'), HANDLE_UP("bd1-handle-up", '\uedac'), HANDLE_X("bd1-handle-x", '\uedad'), HANDLE_Y("bd1-handle-y", '\uedae'), HANDLE_Z("bd1-handle-z", '\uedaf'), HAND_PAINTED_PLATE("bd1-hand-painted-plate", '\uedb0'), HAND_RIGHT("bd1-hand-right", '\uedb1'), HANDS("bd1-hands", '\uedb2'), HAND_UP("bd1-hand-up", '\uedb3'), HANDWASHING("bd1-handwashing", '\uedb4'), HANDWASHING_FLUID("bd1-handwashing-fluid", '\uedb5'), HANFU_CHINESE_STYLE("bd1-hanfu-chinese-style", '\uedb6'), HANGER("bd1-hanger", '\uedb7'), HANGER_ONE("bd1-hanger-one", '\uedb8'), HANGER_TWO("bd1-hanger-two", '\uedb9'), HARD_DISK("bd1-hard-disk", '\uedba'), HARD_DISK_ONE("bd1-hard-disk-one", '\uedbb'), HARM("bd1-harm", '\uedbc'), HASHTAG_KEY("bd1-hashtag-key", '\uedbd'), HAT("bd1-hat", '\uedbe'), HDD("bd1-hdd", '\uedbf'), HDMI_CABLE("bd1-hdmi-cable", '\uedc0'), HDMI_CONNECTOR("bd1-hdmi-connector", '\uedc1'), HEADPHONE_SOUND("bd1-headphone-sound", '\uedc2'), HEADSET("bd1-headset", '\uedc3'), HEADSET_ONE("bd1-headset-one", '\uedc4'), HEADSET_TWO("bd1-headset-two", '\uedc5'), HEADWEAR("bd1-headwear", '\uedc6'), HEALTH("bd1-health", '\uedc7'), HEALTH_PRODUCTS("bd1-health-products", '\uedc8'), HEALTHY_RECOGNITION("bd1-healthy-recognition", '\uedc9'), HEART("bd1-heart", '\uedca'), HEART_BALLON("bd1-heart-ballon", '\uedcb'), HEARTBEAT("bd1-heartbeat", '\uedcc'), HEART_RATE("bd1-heart-rate", '\uedcd'), HEATER_RESISTOR("bd1-heater-resistor", '\uedce'), HEAVY_METAL("bd1-heavy-metal", '\uedcf'), HEAVY_RAIN("bd1-heavy-rain", '\uedd0'), HEAVY_WIND("bd1-heavy-wind", '\uedd1'), HELMET("bd1-helmet", '\uedd2'), HELMET_ONE("bd1-helmet-one", '\uedd3'), HELP("bd1-help", '\uedd4'), HELPCENTER("bd1-helpcenter", '\uedd5'), HEXAGONAL("bd1-hexagonal", '\uedd6'), HEXAGON_ONE("bd1-hexagon-one", '\uedd7'), HEXAGON_STRIP("bd1-hexagon-strip", '\uedd8'), HI("bd1-hi", '\uedd9'), HIGH_HEELED_SHOES("bd1-high-heeled-shoes", '\uedda'), HIGH_LIGHT("bd1-high-light", '\ueddb'), HIGH_SPEED_RAIL("bd1-high-speed-rail", '\ueddc'), HIPPO("bd1-hippo", '\ueddd'), HISTOGRAM("bd1-histogram", '\uedde'), HISTORY("bd1-history", '\ueddf'), HISTORY_QUERY("bd1-history-query", '\uede0'), HOCKEY("bd1-hockey", '\uede1'), HOLD("bd1-hold", '\uede2'), HOLDING_HANDS("bd1-holding-hands", '\uede3'), HOLD_INTERFACE("bd1-hold-interface", '\uede4'), HOLD_SEEDS("bd1-hold-seeds", '\uede5'), HOLY_SWORD("bd1-holy-sword", '\uede6'), HOME("bd1-home", '\uede7'), HOMESTAY("bd1-homestay", '\uede8'), HOME_TWO("bd1-home-two", '\uede9'), HONEY("bd1-honey", '\uedea'), HONEY_ONE("bd1-honey-one", '\uedeb'), HORIZONTALLY_CENTERED("bd1-horizontally-centered", '\uedec'), HORIZONTAL_SPACING_BETWEEN_ITEMS("bd1-horizontal-spacing-between-items", '\ueded'), HORIZONTAL_TIDY_UP("bd1-horizontal-tidy-up", '\uedee'), HORSE_ZODIAC("bd1-horse-zodiac", '\uedef'), HOSPITAL("bd1-hospital", '\uedf0'), HOSPITAL_BED("bd1-hospital-bed", '\uedf1'), HOSPITAL_FOUR("bd1-hospital-four", '\uedf2'), HOSPITAL_THREE("bd1-hospital-three", '\uedf3'), HOSPITAL_TWO("bd1-hospital-two", '\uedf4'), HOT_AIR_BALLOON("bd1-hot-air-balloon", '\uedf5'), HOTEL("bd1-hotel", '\uedf6'), HOTEL_DO_NOT_CLEAN("bd1-hotel-do-not-clean", '\uedf7'), HOTEL_PLEASE_CLEAN("bd1-hotel-please-clean", '\uedf8'), HOT_POT("bd1-hot-pot", '\uedf9'), HOT_POT_ONE("bd1-hot-pot-one", '\uedfa'), HOURGLASS("bd1-hourglass", '\uedfb'), HOURGLASS_FULL("bd1-hourglass-full", '\uedfc'), HOURGLASS_NULL("bd1-hourglass-null", '\uedfd'), HTML_FIVE("bd1-html-five", '\uedfe'), HUNTING_GEAR("bd1-hunting-gear", '\uedff'), HUOSHANZHIBO("bd1-huoshanzhibo", '\uee00'), ICECREAM("bd1-icecream", '\uee01'), ICECREAM_FIVE("bd1-icecream-five", '\uee02'), ICECREAM_FOUR("bd1-icecream-four", '\uee03'), ICECREAM_ONE("bd1-icecream-one", '\uee04'), ICECREAM_THREE("bd1-icecream-three", '\uee05'), ICECREAM_TWO("bd1-icecream-two", '\uee06'), ID_CARD("bd1-id-card", '\uee07'), ID_CARD_H("bd1-id-card-h", '\uee08'), ID_CARD_V("bd1-id-card-v", '\uee09'), I_MAC("bd1-i-mac", '\uee0a'), IMAGE_FILES("bd1-image-files", '\uee0b'), IMBALANCE("bd1-imbalance", '\uee0c'), IMPORT_AND_EXPORT("bd1-import-and-export", '\uee0d'), INBOX("bd1-inbox", '\uee0e'), INBOX_DOWNLOAD_R("bd1-inbox-download-r", '\uee0f'), INBOX_IN("bd1-inbox-in", '\uee10'), INBOX_OUT("bd1-inbox-out", '\uee11'), INBOX_R("bd1-inbox-r", '\uee12'), INBOX_SUCCESS("bd1-inbox-success", '\uee13'), INBOX_SUCCESS_R("bd1-inbox-success-r", '\uee14'), INBOX_UPLOAD_R("bd1-inbox-upload-r", '\uee15'), INCLUSIVE_GATEWAY("bd1-inclusive-gateway", '\uee16'), INCOME("bd1-income", '\uee17'), INCOME_ONE("bd1-income-one", '\uee18'), INCOMING("bd1-incoming", '\uee19'), INCREASE("bd1-increase", '\uee1a'), INCREASE_THE_SCALE("bd1-increase-the-scale", '\uee1b'), INDENT_LEFT("bd1-indent-left", '\uee1c'), INDENT_RIGHT("bd1-indent-right", '\uee1d'), INDEX_FINGER("bd1-index-finger", '\uee1e'), INDUCTION_LOCK("bd1-induction-lock", '\uee1f'), INDUSTRIAL_SCALES("bd1-industrial-scales", '\uee20'), IN_FLIGHT("bd1-in-flight", '\uee21'), INFO("bd1-info", '\uee22'), INFUSION("bd1-infusion", '\uee23'), INJECTION("bd1-injection", '\uee24'), INLINE("bd1-inline", '\uee25'), INNER_SHADOW_BOTTOM_LEFT("bd1-inner-shadow-bottom-left", '\uee26'), INNER_SHADOW_BOTTOM_RIGHT("bd1-inner-shadow-bottom-right", '\uee27'), INNER_SHADOW_DOWN("bd1-inner-shadow-down", '\uee28'), INNER_SHADOW_LEFT("bd1-inner-shadow-left", '\uee29'), INNER_SHADOW_RIGHT("bd1-inner-shadow-right", '\uee2a'), INNER_SHADOW_TOP_LEFT("bd1-inner-shadow-top-left", '\uee2b'), INNER_SHADOW_TOP_RIGHT("bd1-inner-shadow-top-right", '\uee2c'), INNER_SHADOW_UP("bd1-inner-shadow-up", '\uee2d'), INSERT_CARD("bd1-insert-card", '\uee2e'), INSERT_TABLE("bd1-insert-table", '\uee2f'), INSPECTION("bd1-inspection", '\uee30'), INSTAGRAM("bd1-instagram", '\uee31'), INSTAGRAM_ONE("bd1-instagram-one", '\uee32'), INSTALL("bd1-install", '\uee33'), INSTRUCTION("bd1-instruction", '\uee34'), INTERCOM("bd1-intercom", '\uee35'), INTERMEDIATE_MODE("bd1-intermediate-mode", '\uee36'), INTERNAL_DATA("bd1-internal-data", '\uee37'), INTERNAL_EXPANSION("bd1-internal-expansion", '\uee38'), INTERNAL_REDUCTION("bd1-internal-reduction", '\uee39'), INTERNAL_TRANSMISSION("bd1-internal-transmission", '\uee3a'), INTERNATIONAL("bd1-international", '\uee3b'), INTERSECTION("bd1-intersection", '\uee3c'), INTERSECT_SELECTION("bd1-intersect-selection", '\uee3d'), INVALID_FILES("bd1-invalid-files", '\uee3e'), INVERT_CAMERA("bd1-invert-camera", '\uee3f'), INVERT_LEFT("bd1-invert-left", '\uee40'), INVERT_RIGHT("bd1-invert-right", '\uee41'), IOS_FACE_RECOGNITION("bd1-ios-face-recognition", '\uee42'), IPAD("bd1-ipad", '\uee43'), IPAD_ONE("bd1-ipad-one", '\uee44'), IPHONE("bd1-iphone", '\uee45'), IPO("bd1-ipo", '\uee46'), IRON("bd1-iron", '\uee47'), IRON_DISABLE("bd1-iron-disable", '\uee48'), IRON_THREE("bd1-iron-three", '\uee49'), IRON_TWO("bd1-iron-two", '\uee4a'), IWATCH("bd1-iwatch", '\uee4b'), IWATCH_ONE("bd1-iwatch-one", '\uee4c'), IWATCH_TWO("bd1-iwatch-two", '\uee4d'), JEWELRY("bd1-jewelry", '\uee4e'), JINRITOUTIAO("bd1-jinritoutiao", '\uee4f'), JOURNEY("bd1-journey", '\uee50'), JOYSTICK("bd1-joystick", '\uee51'), JUICE("bd1-juice", '\uee52'), JUMP("bd1-jump", '\uee53'), KAGI_MAP("bd1-kagi-map", '\uee54'), KETTLE("bd1-kettle", '\uee55'), KETTLE_ONE("bd1-kettle-one", '\uee56'), KEY("bd1-key", '\uee57'), KEYBOARD("bd1-keyboard", '\uee58'), KEYBOARD_ONE("bd1-keyboard-one", '\uee59'), KEYHOLE("bd1-keyhole", '\uee5a'), KEYLINE("bd1-keyline", '\uee5b'), KEY_ONE("bd1-key-one", '\uee5c'), KEY_TWO("bd1-key-two", '\uee5d'), KITCHEN_KNIFE("bd1-kitchen-knife", '\uee5e'), KNIFE_FORK("bd1-knife-fork", '\uee5f'), KOALA_BEAR("bd1-koala-bear", '\uee60'), KUNGFU("bd1-kungfu", '\uee61'), LABEL("bd1-label", '\uee62'), LADDER("bd1-ladder", '\uee63'), LADDER_ONE("bd1-ladder-one", '\uee64'), LAMP("bd1-lamp", '\uee65'), LANDING("bd1-landing", '\uee66'), LANDSCAPE("bd1-landscape", '\uee67'), LAND_SURVEYING("bd1-land-surveying", '\uee68'), LAPTOP("bd1-laptop", '\uee69'), LAPTOP_COMPUTER("bd1-laptop-computer", '\uee6a'), LAPTOP_ONE("bd1-laptop-one", '\uee6b'), LARK("bd1-lark", '\uee6c'), LARK_ONE("bd1-lark-one", '\uee6d'), LATTICE_PATTERN("bd1-lattice-pattern", '\uee6e'), LAYERS("bd1-layers", '\uee6f'), LAYOUT_FIVE("bd1-layout-five", '\uee70'), LAYOUT_FOUR("bd1-layout-four", '\uee71'), LAYOUT_ONE("bd1-layout-one", '\uee72'), LAYOUT_THREE("bd1-layout-three", '\uee73'), LAYOUT_TWO("bd1-layout-two", '\uee74'), LEAF("bd1-leaf", '\uee75'), LEAVES("bd1-leaves", '\uee76'), LEAVES_ONE("bd1-leaves-one", '\uee77'), LEAVES_TWO("bd1-leaves-two", '\uee78'), LED_DIODE("bd1-led-diode", '\uee79'), LEFT("bd1-left", '\uee7a'), LEFT_ALIGNMENT("bd1-left-alignment", '\uee7b'), LEFT_AND_RIGHT_BRANCH("bd1-left-and-right-branch", '\uee7c'), LEFT_BAR("bd1-left-bar", '\uee7d'), LEFT_BRANCH("bd1-left-branch", '\uee7e'), LEFT_C("bd1-left-c", '\uee7f'), LEFT_EXPAND("bd1-left-expand", '\uee80'), LEFT_ONE("bd1-left-one", '\uee81'), LEFT_SMALL("bd1-left-small", '\uee82'), LEFT_SMALL_DOWN("bd1-left-small-down", '\uee83'), LEFT_SMALL_UP("bd1-left-small-up", '\uee84'), LEFT_SQUARE("bd1-left-square", '\uee85'), LEFT_TWO("bd1-left-two", '\uee86'), LEMON("bd1-lemon", '\uee87'), LENS_ALIGNMENT("bd1-lens-alignment", '\uee88'), LEO("bd1-leo", '\uee89'), LEVEL("bd1-level", '\uee8a'), LEVEL_ADJUSTMENT("bd1-level-adjustment", '\uee8b'), LEVEL_EIGHT_TITLE("bd1-level-eight-title", '\uee8c'), LEVEL_FIVE_TITLE("bd1-level-five-title", '\uee8d'), LEVEL_FOUR_TITLE("bd1-level-four-title", '\uee8e'), LEVEL_NINE_TITLE("bd1-level-nine-title", '\uee8f'), LEVEL_SEVEN_TITLE("bd1-level-seven-title", '\uee90'), LEVEL_SIX_TITLE("bd1-level-six-title", '\uee91'), LIBRA("bd1-libra", '\uee92'), LIFEBUOY("bd1-lifebuoy", '\uee93'), LIGHT("bd1-light", '\uee94'), LIGHT_HOUSE("bd1-light-house", '\uee95'), LIGHT_MEMBER("bd1-light-member", '\uee96'), LIGHTNING("bd1-lightning", '\uee97'), LIGHT_RAIN("bd1-light-rain", '\uee98'), LIKE("bd1-like", '\uee99'), LINCOLN("bd1-lincoln", '\uee9a'), LINK("bd1-link", '\uee9b'), LINK_BREAK("bd1-link-break", '\uee9c'), LINK_CLOUD("bd1-link-cloud", '\uee9d'), LINK_CLOUD_FAILD("bd1-link-cloud-faild", '\uee9e'), LINK_CLOUD_SUCESS("bd1-link-cloud-sucess", '\uee9f'), LINK_FOUR("bd1-link-four", '\ueea0'), LINK_IN("bd1-link-in", '\ueea1'), LINK_INTERRUPT("bd1-link-interrupt", '\ueea2'), LINK_LEFT("bd1-link-left", '\ueea3'), LINK_ONE("bd1-link-one", '\ueea4'), LINK_OUT("bd1-link-out", '\ueea5'), LINK_RIGHT("bd1-link-right", '\ueea6'), LINK_THREE("bd1-link-three", '\ueea7'), LINK_TWO("bd1-link-two", '\ueea8'), LIP_GLOSS("bd1-lip-gloss", '\ueea9'), LIPSTICK("bd1-lipstick", '\ueeaa'), LIPSTICK_ONE("bd1-lipstick-one", '\ueeab'), LIP_TATTOO("bd1-lip-tattoo", '\ueeac'), LIQUEUR("bd1-liqueur", '\ueead'), LIST("bd1-list", '\ueeae'), LIST_ADD("bd1-list-add", '\ueeaf'), LIST_ALPHABET("bd1-list-alphabet", '\ueeb0'), LIST_BOTTOM("bd1-list-bottom", '\ueeb1'), LIST_CHECKBOX("bd1-list-checkbox", '\ueeb2'), LIST_FAIL("bd1-list-fail", '\ueeb3'), LIST_MIDDLE("bd1-list-middle", '\ueeb4'), LIST_NUMBERS("bd1-list-numbers", '\ueeb5'), LIST_ONE("bd1-list-one", '\ueeb6'), LIST_SUCCESS("bd1-list-success", '\ueeb7'), LIST_TOP("bd1-list-top", '\ueeb8'), LIST_TWO("bd1-list-two", '\ueeb9'), LIST_VIEW("bd1-list-view", '\ueeba'), LOADING("bd1-loading", '\ueebb'), LOADING_FOUR("bd1-loading-four", '\ueebc'), LOADING_ONE("bd1-loading-one", '\ueebd'), LOADING_THREE("bd1-loading-three", '\ueebe'), LOADING_TWO("bd1-loading-two", '\ueebf'), LOCAL("bd1-local", '\ueec0'), LOCAL_PIN("bd1-local-pin", '\ueec1'), LOCAL_TWO("bd1-local-two", '\ueec2'), LOCK("bd1-lock", '\ueec3'), LOCKING_COMPUTER("bd1-locking-computer", '\ueec4'), LOCKING_LAPTOP("bd1-locking-laptop", '\ueec5'), LOCKING_PICTURE("bd1-locking-picture", '\ueec6'), LOCKING_WEB("bd1-locking-web", '\ueec7'), LOCK_ONE("bd1-lock-one", '\ueec8'), LOG("bd1-log", '\ueec9'), LOGIN("bd1-login", '\ueeca'), LOGOUT("bd1-logout", '\ueecb'), LOLLIPOP("bd1-lollipop", '\ueecc'), LOOP_ONCE("bd1-loop-once", '\ueecd'), LOTION("bd1-lotion", '\ueece'), LOTUS("bd1-lotus", '\ueecf'), LOUDLY_CRYING_FACE("bd1-loudly-crying-face", '\ueed0'), LOUDLY_CRYING_FACE_WHIT_OPEN_MOUTH("bd1-loudly-crying-face-whit-open-mouth", '\ueed1'), LOVE_AND_HELP("bd1-love-and-help", '\ueed2'), LOWER_BRANCH("bd1-lower-branch", '\ueed3'), LUGGAGE("bd1-luggage", '\ueed4'), LUMINOUS("bd1-luminous", '\ueed5'), LUNG("bd1-lung", '\ueed6'); public static BytedanceIconsThinAL findByDescription(String description) { for (BytedanceIconsThinAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsThinAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsThinALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsThinALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-Thin.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd1-"); } @Override public Ikon resolve(String description) { return BytedanceIconsThinAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-Thin"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsThinALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class BytedanceIconsThinALIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsThinAL.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsThinMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.Ikon; /** * @author LeeWyatt */ public enum BytedanceIconsThinMZ implements Ikon { MACADAMIA_NUT("bd1-macadamia-nut", '\ueed7'), MAC_FINDER("bd1-mac-finder", '\ueed8'), MAGIC("bd1-magic", '\ueed9'), MAGIC_HAT("bd1-magic-hat", '\ueeda'), MAGIC_WAND("bd1-magic-wand", '\ueedb'), MAGNET("bd1-magnet", '\ueedc'), MAIL("bd1-mail", '\ueedd'), MAIL_DOWNLOAD("bd1-mail-download", '\ueede'), MAIL_EDIT("bd1-mail-edit", '\ueedf'), MAILL_ONE("bd1-maill-one", '\ueee0'), MAIL_OPEN("bd1-mail-open", '\ueee1'), MAIL_PACKAGE("bd1-mail-package", '\ueee2'), MAIL_REVIEW("bd1-mail-review", '\ueee3'), MAIL_UNPACKING("bd1-mail-unpacking", '\ueee4'), MAKEUPS("bd1-makeups", '\ueee5'), MALE("bd1-male", '\ueee6'), MALL_BAG("bd1-mall-bag", '\ueee7'), MANUAL_GEAR("bd1-manual-gear", '\ueee8'), MANY_TO_MANY("bd1-many-to-many", '\ueee9'), MAP_DISTANCE("bd1-map-distance", '\ueeea'), MAP_DRAW("bd1-map-draw", '\ueeeb'), MAP_ROAD("bd1-map-road", '\ueeec'), MAP_ROAD_TWO("bd1-map-road-two", '\ueeed'), MAP_TWO("bd1-map-two", '\ueeee'), MARGIN("bd1-margin", '\ueeef'), MARGIN_ONE("bd1-margin-one", '\ueef0'), MARK("bd1-mark", '\ueef1'), MARKET("bd1-market", '\ueef2'), MARKET_ANALYSIS("bd1-market-analysis", '\ueef3'), MASCARA("bd1-mascara", '\ueef4'), MASK("bd1-mask", '\ueef5'), MASK_ONE("bd1-mask-one", '\ueef6'), MASK_TWO("bd1-mask-two", '\ueef7'), MASLOW_PYRAMIDS("bd1-maslow-pyramids", '\ueef8'), MASSAGE_CHAIR("bd1-massage-chair", '\ueef9'), MASSAGE_CHAIR_ONE("bd1-massage-chair-one", '\ueefa'), MASSAGE_TABLE("bd1-massage-table", '\ueefb'), MASTER("bd1-master", '\ueefc'), MATERIAL("bd1-material", '\ueefd'), MATERIAL_THREE("bd1-material-three", '\ueefe'), MATERIAL_TWO("bd1-material-two", '\ueeff'), MAXIMUM("bd1-maximum", '\uef00'), MAYA("bd1-maya", '\uef01'), MAYURA_GESTURE("bd1-mayura-gesture", '\uef02'), ME("bd1-me", '\uef03'), MEASURING_CUP("bd1-measuring-cup", '\uef04'), MEDAL_ONE("bd1-medal-one", '\uef05'), MEDIAEDITOR("bd1-mediaeditor", '\uef06'), MEDICAL_BOX("bd1-medical-box", '\uef07'), MEDICAL_FILES("bd1-medical-files", '\uef08'), MEDICAL_MARK("bd1-medical-mark", '\uef09'), MEDICATION_TIME("bd1-medication-time", '\uef0a'), MEDICINE_BOTTLE("bd1-medicine-bottle", '\uef0b'), MEDICINE_BOTTLE_ONE("bd1-medicine-bottle-one", '\uef0c'), MEDICINE_CHEST("bd1-medicine-chest", '\uef0d'), MEMORY("bd1-memory", '\uef0e'), MEMORY_CARD("bd1-memory-card", '\uef0f'), MEMORY_CARD_ONE("bd1-memory-card-one", '\uef10'), MEMORY_ONE("bd1-memory-one", '\uef11'), MEN_JACKET("bd1-men-jacket", '\uef12'), MENU_FOLD("bd1-menu-fold", '\uef13'), MENU_FOLD_ONE("bd1-menu-fold-one", '\uef14'), MENU_UNFOLD("bd1-menu-unfold", '\uef15'), MENU_UNFOLD_ONE("bd1-menu-unfold-one", '\uef16'), MERGE("bd1-merge", '\uef17'), MERGE_CELLS("bd1-merge-cells", '\uef18'), MESSAGE("bd1-message", '\uef19'), MESSAGE_EMOJI("bd1-message-emoji", '\uef1a'), MESSAGE_FAILED("bd1-message-failed", '\uef1b'), MESSAGE_ONE("bd1-message-one", '\uef1c'), MESSAGE_PRIVACY("bd1-message-privacy", '\uef1d'), MESSAGES("bd1-messages", '\uef1e'), MESSAGE_SEARCH("bd1-message-search", '\uef1f'), MESSAGE_SECURITY("bd1-message-security", '\uef20'), MESSAGE_SENT("bd1-message-sent", '\uef21'), MESSAGES_ONE("bd1-messages-one", '\uef22'), MESSAGE_SUCCESS("bd1-message-success", '\uef23'), MESSAGE_UNREAD("bd1-message-unread", '\uef24'), MICROPHONE("bd1-microphone", '\uef25'), MICROPHONE_ONE("bd1-microphone-one", '\uef26'), MICROSCOPE("bd1-microscope", '\uef27'), MICROSCOPE_ONE("bd1-microscope-one", '\uef28'), MICRO_SD("bd1-micro-sd", '\uef29'), MICRO_SLR_CAMERA("bd1-micro-slr-camera", '\uef2a'), MICROWAVE_OVEN("bd1-microwave-oven", '\uef2b'), MICROWAVES("bd1-microwaves", '\uef2c'), MIDDLE_FINGER("bd1-middle-finger", '\uef2d'), MILK("bd1-milk", '\uef2e'), MILK_ONE("bd1-milk-one", '\uef2f'), MIN("bd1-min", '\uef30'), MINDMAP_LIST("bd1-mindmap-list", '\uef31'), MINDMAP_MAP("bd1-mindmap-map", '\uef32'), MIND_MAPPING("bd1-mind-mapping", '\uef33'), MINI_SD_CARD("bd1-mini-sd-card", '\uef34'), MINUS("bd1-minus", '\uef35'), MINUS_THE_BOTTOM("bd1-minus-the-bottom", '\uef36'), MINUS_THE_TOP("bd1-minus-the-top", '\uef37'), MIRROR("bd1-mirror", '\uef38'), MIRROR_ONE("bd1-mirror-one", '\uef39'), MIRROR_TWO("bd1-mirror-two", '\uef3a'), MISALIGNED_SEMICIRCLE("bd1-misaligned-semicircle", '\uef3b'), MITSUBISHI("bd1-mitsubishi", '\uef3c'), MODIFY("bd1-modify", '\uef3d'), MODIFY_TWO("bd1-modify-two", '\uef3e'), MONITOR("bd1-monitor", '\uef3f'), MONITOR_CAMERA("bd1-monitor-camera", '\uef40'), MONITOR_OFF("bd1-monitor-off", '\uef41'), MONITOR_ONE("bd1-monitor-one", '\uef42'), MONITOR_TWO("bd1-monitor-two", '\uef43'), MONKEY("bd1-monkey", '\uef44'), MONKEY_ZODIAC("bd1-monkey-zodiac", '\uef45'), MONUMENT_ONE("bd1-monument-one", '\uef46'), MONUMENT_TWO("bd1-monument-two", '\uef47'), MOON("bd1-moon", '\uef48'), MORE("bd1-more", '\uef49'), MORE_APP("bd1-more-app", '\uef4a'), MORE_FOUR("bd1-more-four", '\uef4b'), MORE_ONE("bd1-more-one", '\uef4c'), MORE_THREE("bd1-more-three", '\uef4d'), MORE_TWO("bd1-more-two", '\uef4e'), MOSAIC("bd1-mosaic", '\uef4f'), MOUNTAIN("bd1-mountain", '\uef50'), MOUNTED("bd1-mounted", '\uef51'), MOUSE("bd1-mouse", '\uef52'), MOUSE_ONE("bd1-mouse-one", '\uef53'), MOUSE_ZODIAC("bd1-mouse-zodiac", '\uef54'), MOUTH("bd1-mouth", '\uef55'), MOVE("bd1-move", '\uef56'), MOVE_IN("bd1-move-in", '\uef57'), MOVE_IN_ONE("bd1-move-in-one", '\uef58'), MOVE_ONE("bd1-move-one", '\uef59'), MOVIE("bd1-movie", '\uef5a'), MOVIE_BOARD("bd1-movie-board", '\uef5b'), MOVING_PICTURE("bd1-moving-picture", '\uef5c'), MULTICAST("bd1-multicast", '\uef5d'), MULTI_CIRCULAR("bd1-multi-circular", '\uef5e'), MULTI_FUNCTION_KNIFE("bd1-multi-function-knife", '\uef5f'), MULTILAYER_SPHERE("bd1-multilayer-sphere", '\uef60'), MULTI_PICTURE_CAROUSEL("bd1-multi-picture-carousel", '\uef61'), MULTI_RECTANGLE("bd1-multi-rectangle", '\uef62'), MULTI_RING("bd1-multi-ring", '\uef63'), MULTI_TRIANGULAR("bd1-multi-triangular", '\uef64'), MULTI_TRIANGULAR_FOUR("bd1-multi-triangular-four", '\uef65'), MULTI_TRIANGULAR_THREE("bd1-multi-triangular-three", '\uef66'), MULTI_TRIANGULAR_TWO("bd1-multi-triangular-two", '\uef67'), MUSCLE("bd1-muscle", '\uef68'), MUSEUM_ONE("bd1-museum-one", '\uef69'), MUSEUM_TWO("bd1-museum-two", '\uef6a'), MUSIC("bd1-music", '\uef6b'), MUSIC_CD("bd1-music-cd", '\uef6c'), MUSIC_LIST("bd1-music-list", '\uef6d'), MUSIC_MENU("bd1-music-menu", '\uef6e'), MUSIC_ONE("bd1-music-one", '\uef6f'), MUSIC_RHYTHM("bd1-music-rhythm", '\uef70'), MUTE("bd1-mute", '\uef71'), NAIL_POLISH("bd1-nail-polish", '\uef72'), NAIL_POLISH_ONE("bd1-nail-polish-one", '\uef73'), NASAL("bd1-nasal", '\uef74'), NATURAL_MODE("bd1-natural-mode", '\uef75'), NAVIGATION("bd1-navigation", '\uef76'), NECKTIE("bd1-necktie", '\uef77'), NEEDLE("bd1-needle", '\uef78'), NEGATIVE_DYNAMICS("bd1-negative-dynamics", '\uef79'), NESTED_ARROWS("bd1-nested-arrows", '\uef7a'), NESTS("bd1-nests", '\uef7b'), NETWORK_DRIVE("bd1-network-drive", '\uef7c'), NETWORK_TREE("bd1-network-tree", '\uef7d'), NEURAL("bd1-neural", '\uef7e'), NEUTRAL_FACE("bd1-neutral-face", '\uef7f'), NEW_AFFERENT("bd1-new-afferent", '\uef80'), NEW_COMPUTER("bd1-new-computer", '\uef81'), NEW_DIANZIQIAN("bd1-new-dianziqian", '\uef82'), NEW_EFFERENT("bd1-new-efferent", '\uef83'), NEW_LARK("bd1-new-lark", '\uef84'), NEWLYBUILD("bd1-newlybuild", '\uef85'), NEW_PICTURE("bd1-new-picture", '\uef86'), NEWSPAPER_FOLDING("bd1-newspaper-folding", '\uef87'), NEXT("bd1-next", '\uef88'), NINE_KEY("bd1-nine-key", '\uef89'), NINE_POINTS_CONNECTED("bd1-nine-points-connected", '\uef8a'), NINTENDO_SWITCH("bd1-nintendo-switch", '\uef8b'), NMR("bd1-nmr", '\uef8c'), NODE_FLAT("bd1-node-flat", '\uef8d'), NODE_ROUND("bd1-node-round", '\uef8e'), NODE_SQUARE("bd1-node-square", '\uef8f'), NOODLES("bd1-noodles", '\uef90'), NO_SHOOTING("bd1-no-shooting", '\uef91'), NOTEBOOK("bd1-notebook", '\uef92'), NOTEBOOK_AND_PEN("bd1-notebook-and-pen", '\uef93'), NOTEBOOK_ONE("bd1-notebook-one", '\uef94'), NOTEPAD("bd1-notepad", '\uef95'), NOTES("bd1-notes", '\uef96'), NUCLEAR_PLANT("bd1-nuclear-plant", '\uef97'), NURSE_CAP("bd1-nurse-cap", '\uef98'), NUT("bd1-nut", '\uef99'), NUTRITION("bd1-nutrition", '\uef9a'), OCEANENGINE("bd1-oceanengine", '\uef9b'), OCTAGON("bd1-octagon", '\uef9c'), OFF_SCREEN("bd1-off-screen", '\uef9d'), OFF_SCREEN_ONE("bd1-off-screen-one", '\uef9e'), OFF_SCREEN_TWO("bd1-off-screen-two", '\uef9f'), OIL_INDUSTRY("bd1-oil-industry", '\uefa0'), OKAY("bd1-okay", '\uefa1'), ONE("bd1-one", '\uefa2'), ONE_KEY("bd1-one-key", '\uefa3'), ONE_ONE("bd1-one-one", '\uefa4'), ONESIES("bd1-onesies", '\uefa5'), ONE_THIRD_ROTATION("bd1-one-third-rotation", '\uefa6'), ONE_TO_MANY("bd1-one-to-many", '\uefa7'), ONE_TO_ONE("bd1-one-to-one", '\uefa8'), ONLINE_MEETING("bd1-online-meeting", '\uefa9'), OPEN("bd1-open", '\uefaa'), OPEN_AN_ACCOUNT("bd1-open-an-account", '\uefab'), OPEN_DOOR("bd1-open-door", '\uefac'), OPEN_ONE("bd1-open-one", '\uefad'), OPTIMIZE("bd1-optimize", '\uefae'), OPTIONAL("bd1-optional", '\uefaf'), ORANGE("bd1-orange", '\uefb0'), ORANGE_ONE("bd1-orange-one", '\uefb1'), ORANGE_STATION("bd1-orange-station", '\uefb2'), ORDER("bd1-order", '\uefb3'), ORDERED_LIST("bd1-ordered-list", '\uefb4'), ORTHOPEDIC("bd1-orthopedic", '\uefb5'), OSCILLATOR("bd1-oscillator", '\uefb6'), OTHER("bd1-other", '\uefb7'), OUTBOUND("bd1-outbound", '\uefb8'), OUTDOOR("bd1-outdoor", '\uefb9'), OUTGOING("bd1-outgoing", '\uefba'), OVAL_LOVE("bd1-oval-love", '\uefbb'), OVAL_LOVE_TWO("bd1-oval-love-two", '\uefbc'), OVAL_ONE("bd1-oval-one", '\uefbd'), OVEN("bd1-oven", '\uefbe'), OVEN_TRAY("bd1-oven-tray", '\uefbf'), OVERALL_REDUCTION("bd1-overall-reduction", '\uefc0'), OWL("bd1-owl", '\uefc1'), PACIFIER("bd1-pacifier", '\uefc2'), PAD("bd1-pad", '\uefc3'), PAGE("bd1-page", '\uefc4'), PAGE_TEMPLATE("bd1-page-template", '\uefc5'), PAGODA("bd1-pagoda", '\uefc6'), PAINT("bd1-paint", '\uefc7'), PAINTED_EGGSHELL("bd1-painted-eggshell", '\uefc8'), PAINTED_SCREEN("bd1-painted-screen", '\uefc9'), PALACE("bd1-palace", '\uefca'), PALM("bd1-palm", '\uefcb'), PANDA("bd1-panda", '\uefcc'), PANGLE("bd1-pangle", '\uefcd'), PANORAMA_HORIZONTAL("bd1-panorama-horizontal", '\uefce'), PANTIES("bd1-panties", '\uefcf'), PAPERCLIP("bd1-paperclip", '\uefd0'), PAPER_MONEY("bd1-paper-money", '\uefd1'), PAPER_MONEY_TWO("bd1-paper-money-two", '\uefd2'), PAPER_SHIP("bd1-paper-ship", '\uefd3'), PARABOLA("bd1-parabola", '\uefd4'), PARACHUTE("bd1-parachute", '\uefd5'), PARAGRAPH_ALPHABET("bd1-paragraph-alphabet", '\uefd6'), PARAGRAPH_BREAK("bd1-paragraph-break", '\uefd7'), PARAGRAPH_BREAK_TWO("bd1-paragraph-break-two", '\uefd8'), PARAGRAPH_CUT("bd1-paragraph-cut", '\uefd9'), PARAGRAPH_RECTANGLE("bd1-paragraph-rectangle", '\uefda'), PARAGRAPH_ROUND("bd1-paragraph-round", '\uefdb'), PARAGRAPH_TRIANGLE("bd1-paragraph-triangle", '\uefdc'), PARAGRAPH_UNFOLD("bd1-paragraph-unfold", '\uefdd'), PARALLEL_GATEWAY("bd1-parallel-gateway", '\uefde'), PARALLELOGRAM("bd1-parallelogram", '\uefdf'), PARENTING_BOOK("bd1-parenting-book", '\uefe0'), PARKING("bd1-parking", '\uefe1'), PARTY_BALLOON("bd1-party-balloon", '\uefe2'), PASSPORT("bd1-passport", '\uefe3'), PASSPORT_ONE("bd1-passport-one", '\uefe4'), PAUSE("bd1-pause", '\uefe5'), PAUSE_ONE("bd1-pause-one", '\uefe6'), PAY_CODE("bd1-pay-code", '\uefe7'), PAY_CODE_ONE("bd1-pay-code-one", '\uefe8'), PAY_CODE_TWO("bd1-pay-code-two", '\uefe9'), PAYMENT_METHOD("bd1-payment-method", '\uefea'), PAYPAL("bd1-paypal", '\uefeb'), PEACH("bd1-peach", '\uefec'), PEAR("bd1-pear", '\uefed'), PEARL_OF_THE_ORIENT("bd1-pearl-of-the-orient", '\uefee'), PEAS("bd1-peas", '\uefef'), PENCIL("bd1-pencil", '\ueff0'), PENNANT("bd1-pennant", '\ueff1'), PENTAGON_ONE("bd1-pentagon-one", '\ueff2'), PEOPLE("bd1-people", '\ueff3'), PEOPLE_BOTTOM("bd1-people-bottom", '\ueff4'), PEOPLE_BOTTOM_CARD("bd1-people-bottom-card", '\ueff5'), PEOPLE_DELETE("bd1-people-delete", '\ueff6'), PEOPLE_DELETE_ONE("bd1-people-delete-one", '\ueff7'), PEOPLE_DOWNLOAD("bd1-people-download", '\ueff8'), PEOPLE_LEFT("bd1-people-left", '\ueff9'), PEOPLE_MINUS("bd1-people-minus", '\ueffa'), PEOPLE_MINUS_ONE("bd1-people-minus-one", '\ueffb'), PEOPLE_PLUS("bd1-people-plus", '\ueffc'), PEOPLE_PLUS_ONE("bd1-people-plus-one", '\ueffd'), PEOPLE_RIGHT("bd1-people-right", '\ueffe'), PEOPLES("bd1-peoples", '\uefff'), PEOPLE_SAFE("bd1-people-safe", '\uf000'), PEOPLE_SAFE_ONE("bd1-people-safe-one", '\uf001'), PEOPLE_SEARCH("bd1-people-search", '\uf002'), PEOPLE_SEARCH_ONE("bd1-people-search-one", '\uf003'), PEOPLE_SPEAK("bd1-people-speak", '\uf004'), PEOPLES_TWO("bd1-peoples-two", '\uf005'), PEOPLE_TOP("bd1-people-top", '\uf006'), PEOPLE_TOP_CARD("bd1-people-top-card", '\uf007'), PEOPLE_UNKNOWN("bd1-people-unknown", '\uf008'), PEOPLE_UPLOAD("bd1-people-upload", '\uf009'), PERCENTAGE("bd1-percentage", '\uf00a'), PERFORMANCE("bd1-performance", '\uf00b'), PERFUME("bd1-perfume", '\uf00c'), PERFUMER_BOTTLE("bd1-perfumer-bottle", '\uf00d'), PERIOD("bd1-period", '\uf00e'), PERMISSIONS("bd1-permissions", '\uf00f'), PERSONAL_COLLECTION("bd1-personal-collection", '\uf010'), PERSONAL_PRIVACY("bd1-personal-privacy", '\uf011'), PERSPECTIVE("bd1-perspective", '\uf012'), PESTICIDE("bd1-pesticide", '\uf013'), PETROL("bd1-petrol", '\uf014'), PHONE("bd1-phone", '\uf015'), PHONE_BOOTH("bd1-phone-booth", '\uf016'), PHONE_CALL("bd1-phone-call", '\uf017'), PHONE_INCOMING("bd1-phone-incoming", '\uf018'), PHONE_INCOMING_ONE("bd1-phone-incoming-one", '\uf019'), PHONE_MISSED("bd1-phone-missed", '\uf01a'), PHONE_OFF("bd1-phone-off", '\uf01b'), PHONE_ONE("bd1-phone-one", '\uf01c'), PHONE_OUTGOING("bd1-phone-outgoing", '\uf01d'), PHONE_OUTGOING_ONE("bd1-phone-outgoing-one", '\uf01e'), PHONE_TELEPHONE("bd1-phone-telephone", '\uf01f'), PHONE_TWO("bd1-phone-two", '\uf020'), PHONE_VIDEO_CALL("bd1-phone-video-call", '\uf021'), PHONOGRAPH("bd1-phonograph", '\uf022'), PHOTOGRAPH("bd1-photograph", '\uf023'), PIANO("bd1-piano", '\uf024'), PIC("bd1-pic", '\uf025'), PIC_ONE("bd1-pic-one", '\uf026'), PICTURE("bd1-picture", '\uf027'), PICTURE_ALBUM("bd1-picture-album", '\uf028'), PICTURE_ONE("bd1-picture-one", '\uf029'), PIE("bd1-pie", '\uf02a'), PIE_FIVE("bd1-pie-five", '\uf02b'), PIE_FOUR("bd1-pie-four", '\uf02c'), PIE_ONE("bd1-pie-one", '\uf02d'), PIE_SEVEN("bd1-pie-seven", '\uf02e'), PIE_SIX("bd1-pie-six", '\uf02f'), PIE_THREE("bd1-pie-three", '\uf030'), PIE_TWO("bd1-pie-two", '\uf031'), PIG("bd1-pig", '\uf032'), PIGEON("bd1-pigeon", '\uf033'), PIG_ZODIAC("bd1-pig-zodiac", '\uf034'), PILL("bd1-pill", '\uf035'), PILLS("bd1-pills", '\uf036'), PIN("bd1-pin", '\uf037'), PINEAPPLE("bd1-pineapple", '\uf038'), PINWHEEL("bd1-pinwheel", '\uf039'), PISCES("bd1-pisces", '\uf03a'), PIVOT_TABLE("bd1-pivot-table", '\uf03b'), PLAN("bd1-plan", '\uf03c'), PLANET("bd1-planet", '\uf03d'), PLASTIC_SURGERY("bd1-plastic-surgery", '\uf03e'), PLATTE("bd1-platte", '\uf03f'), PLAY("bd1-play", '\uf040'), PLAYBACK_PROGRESS("bd1-playback-progress", '\uf041'), PLAY_BASKETBALL("bd1-play-basketball", '\uf042'), PLAY_CYCLE("bd1-play-cycle", '\uf043'), PLAY_ONCE("bd1-play-once", '\uf044'), PLAY_ONE("bd1-play-one", '\uf045'), PLAY_TWO("bd1-play-two", '\uf046'), PLAY_VOLLEYBALL("bd1-play-volleyball", '\uf047'), PLAY_WRONG("bd1-play-wrong", '\uf048'), PLUG("bd1-plug", '\uf049'), PLUG_ONE("bd1-plug-one", '\uf04a'), PLUS("bd1-plus", '\uf04b'), PLUS_CROSS("bd1-plus-cross", '\uf04c'), POINT("bd1-point", '\uf04d'), POINT_OUT("bd1-point-out", '\uf04e'), POKEBALL_ONE("bd1-pokeball-one", '\uf04f'), POKER("bd1-poker", '\uf050'), POPCORN("bd1-popcorn", '\uf051'), POPCORN_ONE("bd1-popcorn-one", '\uf052'), POSITIVE_DYNAMICS("bd1-positive-dynamics", '\uf053'), POT("bd1-pot", '\uf054'), POTENTIOMETER("bd1-potentiometer", '\uf055'), POUND("bd1-pound", '\uf056'), POUND_SIGN("bd1-pound-sign", '\uf057'), POUTING_FACE("bd1-pouting-face", '\uf058'), POWDER("bd1-powder", '\uf059'), POWER("bd1-power", '\uf05a'), POWERPOINT("bd1-powerpoint", '\uf05b'), POWER_SUPPLY("bd1-power-supply", '\uf05c'), POWER_SUPPLY_ONE("bd1-power-supply-one", '\uf05d'), PPT("bd1-ppt", '\uf05e'), PREGNANT_WOMEN("bd1-pregnant-women", '\uf05f'), PRESCHOOL("bd1-preschool", '\uf060'), PRESCRIPTION("bd1-prescription", '\uf061'), PRESS("bd1-press", '\uf062'), PREVIEW_CLOSE("bd1-preview-close", '\uf063'), PREVIEW_CLOSE_ONE("bd1-preview-close-one", '\uf064'), PREVIEW_OPEN("bd1-preview-open", '\uf065'), PRINTER("bd1-printer", '\uf066'), PRINTER_ONE("bd1-printer-one", '\uf067'), PRINTER_TWO("bd1-printer-two", '\uf068'), PRISON("bd1-prison", '\uf069'), PROCESS_LINE("bd1-process-line", '\uf06a'), PROJECTOR("bd1-projector", '\uf06b'), PROJECTOR_ONE("bd1-projector-one", '\uf06c'), PROJECTOR_THREE("bd1-projector-three", '\uf06d'), PROJECTOR_TWO("bd1-projector-two", '\uf06e'), PROPORTIONAL_SCALING("bd1-proportional-scaling", '\uf06f'), PROTECT("bd1-protect", '\uf070'), PROTECTION("bd1-protection", '\uf071'), PUBLIC_TOILET("bd1-public-toilet", '\uf072'), PULL_DOOR("bd1-pull-door", '\uf073'), PULL_REQUESTS("bd1-pull-requests", '\uf074'), PUMPKIN("bd1-pumpkin", '\uf075'), PURE_NATURAL("bd1-pure-natural", '\uf076'), PUSH_DOOR("bd1-push-door", '\uf077'), PUSHPIN("bd1-pushpin", '\uf078'), PUZZLE("bd1-puzzle", '\uf079'), PYRAMID("bd1-pyramid", '\uf07a'), PYRAMID_ONE("bd1-pyramid-one", '\uf07b'), QINGNIAO_CLUE("bd1-qingniao-clue", '\uf07c'), QIYEHAO("bd1-qiyehao", '\uf07d'), QUADRANGULAR_PYRAMID("bd1-quadrangular-pyramid", '\uf07e'), QUADRILATERAL("bd1-quadrilateral", '\uf07f'), QUOTE("bd1-quote", '\uf080'), RABBIT("bd1-rabbit", '\uf081'), RABBIT_ZODIAC("bd1-rabbit-zodiac", '\uf082'), RADAR("bd1-radar", '\uf083'), RADAR_CHART("bd1-radar-chart", '\uf084'), RADAR_THREE("bd1-radar-three", '\uf085'), RADAR_TWO("bd1-radar-two", '\uf086'), RADIATION("bd1-radiation", '\uf087'), RADIO("bd1-radio", '\uf088'), RADIO_NANNY("bd1-radio-nanny", '\uf089'), RADIO_ONE("bd1-radio-one", '\uf08a'), RADIO_TWO("bd1-radio-two", '\uf08b'), RADISH("bd1-radish", '\uf08c'), RADISH_ONE("bd1-radish-one", '\uf08d'), RAILWAY("bd1-railway", '\uf08e'), RANKING("bd1-ranking", '\uf08f'), RANKING_LIST("bd1-ranking-list", '\uf090'), RATTLE("bd1-rattle", '\uf091'), RATTLE_ONE("bd1-rattle-one", '\uf092'), RAZOR("bd1-razor", '\uf093'), READ_BOOK("bd1-read-book", '\uf094'), RECEIVE("bd1-receive", '\uf095'), RECEIVER("bd1-receiver", '\uf096'), RECENT_VIEWS_SORT("bd1-recent-views-sort", '\uf097'), RECORD("bd1-record", '\uf098'), RECORD_DISC("bd1-record-disc", '\uf099'), RECORD_PLAYER("bd1-record-player", '\uf09a'), RECTANGLE("bd1-rectangle", '\uf09b'), RECTANGLE_ONE("bd1-rectangle-one", '\uf09c'), RECTANGLE_SMALL("bd1-rectangle-small", '\uf09d'), RECTANGLE_TEAR("bd1-rectangle-tear", '\uf09e'), RECTANGLE_X("bd1-rectangle-x", '\uf09f'), RECTANGULAR_CIRCULAR_CONNECTION("bd1-rectangular-circular-connection", '\uf0a0'), RECTANGULAR_CIRCULAR_SEPARATION("bd1-rectangular-circular-separation", '\uf0a1'), RECTANGULAR_VERTEBRA("bd1-rectangular-vertebra", '\uf0a2'), RECYCLE_BIN("bd1-recycle-bin", '\uf0a3'), RECYCLING("bd1-recycling", '\uf0a4'), RECYCLING_POOL("bd1-recycling-pool", '\uf0a5'), RED_CROSS("bd1-red-cross", '\uf0a6'), RED_ENVELOPE("bd1-red-envelope", '\uf0a7'), RED_ENVELOPES("bd1-red-envelopes", '\uf0a8'), REDO("bd1-redo", '\uf0a9'), REDUCE("bd1-reduce", '\uf0aa'), REDUCE_DECIMAL_PLACES("bd1-reduce-decimal-places", '\uf0ab'), REDUCE_ONE("bd1-reduce-one", '\uf0ac'), REDUCE_TWO("bd1-reduce-two", '\uf0ad'), REDUCE_USER("bd1-reduce-user", '\uf0ae'), REEL("bd1-reel", '\uf0af'), REFRACTION("bd1-refraction", '\uf0b0'), REFRESH("bd1-refresh", '\uf0b1'), REFRESH_ONE("bd1-refresh-one", '\uf0b2'), REFRIGERATOR("bd1-refrigerator", '\uf0b3'), REJECT("bd1-reject", '\uf0b4'), RELATIONAL_GRAPH("bd1-relational-graph", '\uf0b5'), RELIEVED_FACE("bd1-relieved-face", '\uf0b6'), RELOAD("bd1-reload", '\uf0b7'), REMIND("bd1-remind", '\uf0b8'), REMIND_DISABLE("bd1-remind-disable", '\uf0b9'), REMOTE_CONTROL("bd1-remote-control", '\uf0ba'), REMOTE_CONTROL_ONE("bd1-remote-control-one", '\uf0bb'), RENAL("bd1-renal", '\uf0bc'), RENAULT("bd1-renault", '\uf0bd'), REPAIR("bd1-repair", '\uf0be'), REPLAY_FIVE("bd1-replay-five", '\uf0bf'), REPLAY_MUSIC("bd1-replay-music", '\uf0c0'), REPORT("bd1-report", '\uf0c1'), REPOSITIONING("bd1-repositioning", '\uf0c2'), RESISTOR("bd1-resistor", '\uf0c3'), RESPECT("bd1-respect", '\uf0c4'), RESTING("bd1-resting", '\uf0c5'), RETRO_BAG("bd1-retro-bag", '\uf0c6'), RETURN("bd1-return", '\uf0c7'), REVERSE_LENS("bd1-reverse-lens", '\uf0c8'), REVERSE_LENS_ONE("bd1-reverse-lens-one", '\uf0c9'), REVERSE_OPERATION_IN("bd1-reverse-operation-in", '\uf0ca'), REVERSE_OPERATION_OUT("bd1-reverse-operation-out", '\uf0cb'), REVERSE_ROTATION("bd1-reverse-rotation", '\uf0cc'), RICE("bd1-rice", '\uf0cd'), RIDING("bd1-riding", '\uf0ce'), RIDING_ONE("bd1-riding-one", '\uf0cf'), RIGHT("bd1-right", '\uf0d0'), RIGHT_ANGLE("bd1-right-angle", '\uf0d1'), RIGHT_BAR("bd1-right-bar", '\uf0d2'), RIGHT_BRANCH("bd1-right-branch", '\uf0d3'), RIGHT_BRANCH_ONE("bd1-right-branch-one", '\uf0d4'), RIGHT_BRANCH_TWO("bd1-right-branch-two", '\uf0d5'), RIGHT_C("bd1-right-c", '\uf0d6'), RIGHT_EXPAND("bd1-right-expand", '\uf0d7'), RIGHT_ONE("bd1-right-one", '\uf0d8'), RIGHT_RUN("bd1-right-run", '\uf0d9'), RIGHT_SMALL("bd1-right-small", '\uf0da'), RIGHT_SMALL_DOWN("bd1-right-small-down", '\uf0db'), RIGHT_SMALL_UP("bd1-right-small-up", '\uf0dc'), RIGHT_SQUARE("bd1-right-square", '\uf0dd'), RIGHT_TWO("bd1-right-two", '\uf0de'), RIGHT_USER("bd1-right-user", '\uf0df'), RING("bd1-ring", '\uf0e0'), RING_ONE("bd1-ring-one", '\uf0e1'), RINGS("bd1-rings", '\uf0e2'), RIPPLE("bd1-ripple", '\uf0e3'), ROAD("bd1-road", '\uf0e4'), ROAD_CONE("bd1-road-cone", '\uf0e5'), ROAD_ONE("bd1-road-one", '\uf0e6'), ROAD_SIGN("bd1-road-sign", '\uf0e7'), ROAD_SIGN_BOTH("bd1-road-sign-both", '\uf0e8'), ROBOT("bd1-robot", '\uf0e9'), ROBOT_ONE("bd1-robot-one", '\uf0ea'), ROBOT_TWO("bd1-robot-two", '\uf0eb'), ROCK("bd1-rock", '\uf0ec'), ROCKET("bd1-rocket", '\uf0ed'), ROCKET_ONE("bd1-rocket-one", '\uf0ee'), ROCK_GESTURE("bd1-rock-gesture", '\uf0ef'), ROCKING_HORSE("bd1-rocking-horse", '\uf0f0'), ROLLERSKATES("bd1-rollerskates", '\uf0f1'), ROMPER("bd1-romper", '\uf0f2'), ROPE_SKIPPING("bd1-rope-skipping", '\uf0f3'), ROPE_SKIPPING_ONE("bd1-rope-skipping-one", '\uf0f4'), ROTATE("bd1-rotate", '\uf0f5'), ROTATE_ONE("bd1-rotate-one", '\uf0f6'), ROTATING_ADD("bd1-rotating-add", '\uf0f7'), ROTATING_FORWARD("bd1-rotating-forward", '\uf0f8'), ROTATION("bd1-rotation", '\uf0f9'), ROTATION_HORIZONTAL("bd1-rotation-horizontal", '\uf0fa'), ROTATION_ONE("bd1-rotation-one", '\uf0fb'), ROTATION_VERTICAL("bd1-rotation-vertical", '\uf0fc'), ROUND("bd1-round", '\uf0fd'), ROUND_CALIPER("bd1-round-caliper", '\uf0fe'), ROUND_DISTORTION("bd1-round-distortion", '\uf0ff'), ROUND_MASK("bd1-round-mask", '\uf100'), ROUND_SOCKET("bd1-round-socket", '\uf101'), ROUND_TRIP("bd1-round-trip", '\uf102'), ROUTER("bd1-router", '\uf103'), ROUTER_ONE("bd1-router-one", '\uf104'), ROW_HEIGHT("bd1-row-height", '\uf105'), ROWING("bd1-rowing", '\uf106'), RS_MALE("bd1-rs-male", '\uf107'), RSS("bd1-rss", '\uf108'), RUGBY("bd1-rugby", '\uf109'), RUGBY_ONE("bd1-rugby-one", '\uf10a'), RULER("bd1-ruler", '\uf10b'), RULER_ONE("bd1-ruler-one", '\uf10c'), RULE_TWO("bd1-rule-two", '\uf10d'), RUN_LEFT("bd1-run-left", '\uf10e'), SAFE_RETRIEVAL("bd1-safe-retrieval", '\uf10f'), SAGITTARIUS("bd1-sagittarius", '\uf110'), SAILBOAT("bd1-sailboat", '\uf111'), SAILBOAT_ONE("bd1-sailboat-one", '\uf112'), SAILING("bd1-sailing", '\uf113'), SALES_REPORT("bd1-sales-report", '\uf114'), SANDALS("bd1-sandals", '\uf115'), SANDSTORM("bd1-sandstorm", '\uf116'), SANDWICH("bd1-sandwich", '\uf117'), SANDWICH_ONE("bd1-sandwich-one", '\uf118'), SAPLING("bd1-sapling", '\uf119'), SAVE("bd1-save", '\uf11a'), SAVE_ONE("bd1-save-one", '\uf11b'), SCALE("bd1-scale", '\uf11c'), SCALE_ONE("bd1-scale-one", '\uf11d'), SCALLION("bd1-scallion", '\uf11e'), SCAN("bd1-scan", '\uf11f'), SCAN_CODE("bd1-scan-code", '\uf120'), SCANNING("bd1-scanning", '\uf121'), SCANNING_TWO("bd1-scanning-two", '\uf122'), SCAN_SETTING("bd1-scan-setting", '\uf123'), SCATTER_ALIGNMENT("bd1-scatter-alignment", '\uf124'), SCHEDULE("bd1-schedule", '\uf125'), SCHOOL("bd1-school", '\uf126'), SCISSORS("bd1-scissors", '\uf127'), SCOREBOARD("bd1-scoreboard", '\uf128'), SCORPIO("bd1-scorpio", '\uf129'), SCREEN_ROTATION("bd1-screen-rotation", '\uf12a'), SCREENSHOT("bd1-screenshot", '\uf12b'), SCREENSHOT_ONE("bd1-screenshot-one", '\uf12c'), SCREENSHOT_TWO("bd1-screenshot-two", '\uf12d'), SCREWDRIVER("bd1-screwdriver", '\uf12e'), SD("bd1-sd", '\uf12f'), SD_CARD("bd1-sd-card", '\uf130'), SEAL("bd1-seal", '\uf131'), SEARCH("bd1-search", '\uf132'), SEAT("bd1-seat", '\uf133'), SECURITY("bd1-security", '\uf134'), SECURITY_STALL("bd1-security-stall", '\uf135'), SEEDLING("bd1-seedling", '\uf136'), SELECTED("bd1-selected", '\uf137'), SELECTED_FOCUS("bd1-selected-focus", '\uf138'), SELFIE("bd1-selfie", '\uf139'), SEND("bd1-send", '\uf13a'), SEND_BACKWARD("bd1-send-backward", '\uf13b'), SEND_EMAIL("bd1-send-email", '\uf13c'), SEND_ONE("bd1-send-one", '\uf13d'), SEND_TO_BACK("bd1-send-to-back", '\uf13e'), SENT_TO_BACK("bd1-sent-to-back", '\uf13f'), SEO("bd1-seo", '\uf140'), SEO_FOLDER("bd1-seo-folder", '\uf141'), SERVER("bd1-server", '\uf142'), SET_OFF("bd1-set-off", '\uf143'), SETTING("bd1-setting", '\uf144'), SETTING_COMPUTER("bd1-setting-computer", '\uf145'), SETTING_CONFIG("bd1-setting-config", '\uf146'), SETTING_LAPTOP("bd1-setting-laptop", '\uf147'), SETTING_ONE("bd1-setting-one", '\uf148'), SETTING_THREE("bd1-setting-three", '\uf149'), SETTING_TWO("bd1-setting-two", '\uf14a'), SETTING_WEB("bd1-setting-web", '\uf14b'), SEVEN_KEY("bd1-seven-key", '\uf14c'), SHADE("bd1-shade", '\uf14d'), SHAKE("bd1-shake", '\uf14e'), SHARE("bd1-share", '\uf14f'), SHARE_ONE("bd1-share-one", '\uf150'), SHARE_SYS("bd1-share-sys", '\uf151'), SHARE_THREE("bd1-share-three", '\uf152'), SHARE_TWO("bd1-share-two", '\uf153'), SHAVER("bd1-shaver", '\uf154'), SHAVER_ONE("bd1-shaver-one", '\uf155'), SHAVING("bd1-shaving", '\uf156'), SHEEP_ZODIAC("bd1-sheep-zodiac", '\uf157'), SHIELD("bd1-shield", '\uf158'), SHIELD_ADD("bd1-shield-add", '\uf159'), SHIP("bd1-ship", '\uf15a'), SHOP("bd1-shop", '\uf15b'), SHOPPING("bd1-shopping", '\uf15c'), SHOPPING_BAG("bd1-shopping-bag", '\uf15d'), SHOPPING_BAG_ONE("bd1-shopping-bag-one", '\uf15e'), SHOPPING_CART("bd1-shopping-cart", '\uf15f'), SHOPPING_CART_ADD("bd1-shopping-cart-add", '\uf160'), SHOPPING_CART_DEL("bd1-shopping-cart-del", '\uf161'), SHOPPING_CART_ONE("bd1-shopping-cart-one", '\uf162'), SHOPPING_CART_TWO("bd1-shopping-cart-two", '\uf163'), SHOPPING_MALL("bd1-shopping-mall", '\uf164'), SHORTS("bd1-shorts", '\uf165'), SHORT_SKIRT("bd1-short-skirt", '\uf166'), SHOULDER_BAG("bd1-shoulder-bag", '\uf167'), SHOVEL("bd1-shovel", '\uf168'), SHOVEL_ONE("bd1-shovel-one", '\uf169'), SHOWER_HEAD("bd1-shower-head", '\uf16a'), SHRIMP("bd1-shrimp", '\uf16b'), SHUFFLE("bd1-shuffle", '\uf16c'), SHUFFLE_ONE("bd1-shuffle-one", '\uf16d'), SHUTTER_PRIORITY("bd1-shutter-priority", '\uf16e'), SICKBED("bd1-sickbed", '\uf16f'), SIGNAL("bd1-signal", '\uf170'), SIGNAL_ONE("bd1-signal-one", '\uf171'), SIGNAL_STRENGTH("bd1-signal-strength", '\uf172'), SIGNAL_TOWER("bd1-signal-tower", '\uf173'), SIGNAL_TOWER_ONE("bd1-signal-tower-one", '\uf174'), SIM("bd1-sim", '\uf175'), SIM_CARD("bd1-sim-card", '\uf176'), SINGLE_BED("bd1-single-bed", '\uf177'), SINUSOID("bd1-sinusoid", '\uf178'), SIPPY_CUP("bd1-sippy-cup", '\uf179'), SIX("bd1-six", '\uf17a'), SIX_CIRCULAR_CONNECTION("bd1-six-circular-connection", '\uf17b'), SIX_KEY("bd1-six-key", '\uf17c'), SIX_POINTS("bd1-six-points", '\uf17d'), SKATE("bd1-skate", '\uf17e'), SKATES("bd1-skates", '\uf17f'), SKATING("bd1-skating", '\uf180'), SKETCH("bd1-sketch", '\uf181'), SKIING_NORDIC("bd1-skiing-nordic", '\uf182'), SKULL("bd1-skull", '\uf183'), SLAVE("bd1-slave", '\uf184'), SLEAVES("bd1-sleaves", '\uf185'), SLEEP("bd1-sleep", '\uf186'), SLEEP_ONE("bd1-sleep-one", '\uf187'), SLEEP_TWO("bd1-sleep-two", '\uf188'), SLIDE("bd1-slide", '\uf189'), SLIDE_TWO("bd1-slide-two", '\uf18a'), SLIDING_HORIZONTAL("bd1-sliding-horizontal", '\uf18b'), SLIDING_VERTICAL("bd1-sliding-vertical", '\uf18c'), SLIGHTLY_FROWNING_FACE_WHIT_OPEN_MOUTH("bd1-slightly-frowning-face-whit-open-mouth", '\uf18d'), SLIGHTLY_SMILING_FACE("bd1-slightly-smiling-face", '\uf18e'), SLIPPERS("bd1-slippers", '\uf18f'), SLIPPERS_ONE("bd1-slippers-one", '\uf190'), SLY_FACE_WHIT_SMILE("bd1-sly-face-whit-smile", '\uf191'), SMART_OPTIMIZATION("bd1-smart-optimization", '\uf192'), SMILING_FACE("bd1-smiling-face", '\uf193'), SMILING_FACE_WITH_SQUINTING_EYES("bd1-smiling-face-with-squinting-eyes", '\uf194'), SNACKS("bd1-snacks", '\uf195'), SNAKE_ZODIAC("bd1-snake-zodiac", '\uf196'), SNOW("bd1-snow", '\uf197'), SNOWFLAKE("bd1-snowflake", '\uf198'), SNOWMAN("bd1-snowman", '\uf199'), SOAP_BUBBLE("bd1-soap-bubble", '\uf19a'), SOCCER("bd1-soccer", '\uf19b'), SOCCER_ONE("bd1-soccer-one", '\uf19c'), SOCKS("bd1-socks", '\uf19d'), SOFA("bd1-sofa", '\uf19e'), SOFA_TWO("bd1-sofa-two", '\uf19f'), SOFTBALL("bd1-softball", '\uf1a0'), SOLAR_ENERGY("bd1-solar-energy", '\uf1a1'), SOLAR_ENERGY_ONE("bd1-solar-energy-one", '\uf1a2'), SOLID_STATE_DISK("bd1-solid-state-disk", '\uf1a3'), SORCERER_HAT("bd1-sorcerer-hat", '\uf1a4'), SORT("bd1-sort", '\uf1a5'), SORT_AMOUNT_DOWN("bd1-sort-amount-down", '\uf1a6'), SORT_AMOUNT_UP("bd1-sort-amount-up", '\uf1a7'), SORT_FOUR("bd1-sort-four", '\uf1a8'), SORT_ONE("bd1-sort-one", '\uf1a9'), SORT_THREE("bd1-sort-three", '\uf1aa'), SORT_TWO("bd1-sort-two", '\uf1ab'), SOUND("bd1-sound", '\uf1ac'), SOUND_ONE("bd1-sound-one", '\uf1ad'), SOUND_WAVE("bd1-sound-wave", '\uf1ae'), SOURCE_CODE("bd1-source-code", '\uf1af'), SOYBEAN_MILK_MAKER("bd1-soybean-milk-maker", '\uf1b0'), SPA_CANDLE("bd1-spa-candle", '\uf1b1'), SPACE_COLONY("bd1-space-colony", '\uf1b2'), SPANNER("bd1-spanner", '\uf1b3'), SPEAKER("bd1-speaker", '\uf1b4'), SPEAKER_ONE("bd1-speaker-one", '\uf1b5'), SPEED("bd1-speed", '\uf1b6'), SPEED_ONE("bd1-speed-one", '\uf1b7'), SPERM("bd1-sperm", '\uf1b8'), SPHERE("bd1-sphere", '\uf1b9'), SPIDER_MAN("bd1-spider-man", '\uf1ba'), SPIKEDSHOES("bd1-spikedshoes", '\uf1bb'), SPINNING_TOP("bd1-spinning-top", '\uf1bc'), SPLIT("bd1-split", '\uf1bd'), SPLIT_BRANCH("bd1-split-branch", '\uf1be'), SPLIT_CELLS("bd1-split-cells", '\uf1bf'), SPLIT_TURN_DOWN_LEFT("bd1-split-turn-down-left", '\uf1c0'), SPLIT_TURN_DOWN_RIGHT("bd1-split-turn-down-right", '\uf1c1'), SPOON("bd1-spoon", '\uf1c2'), SPORT("bd1-sport", '\uf1c3'), SPORTING("bd1-sporting", '\uf1c4'), SQUARE("bd1-square", '\uf1c5'), SQUARE_SMALL("bd1-square-small", '\uf1c6'), SSD("bd1-ssd", '\uf1c7'), STACK_LIGHT("bd1-stack-light", '\uf1c8'), STAMP("bd1-stamp", '\uf1c9'), STAND_UP("bd1-stand-up", '\uf1ca'), STAPLER("bd1-stapler", '\uf1cb'), STAR("bd1-star", '\uf1cc'), STAR_ONE("bd1-star-one", '\uf1cd'), START_TIME_SORT("bd1-start-time-sort", '\uf1ce'), STEERING_WHEEL("bd1-steering-wheel", '\uf1cf'), STEOLLER("bd1-steoller", '\uf1d0'), STEREO_NESTING("bd1-stereo-nesting", '\uf1d1'), STEREO_ONE("bd1-stereo-one", '\uf1d2'), STEREO_PERSPECTIVE("bd1-stereo-perspective", '\uf1d3'), STETHOSCOPE("bd1-stethoscope", '\uf1d4'), STICKERS("bd1-stickers", '\uf1d5'), STOCK_MARKET("bd1-stock-market", '\uf1d6'), STOPWATCH("bd1-stopwatch", '\uf1d7'), STOPWATCH_START("bd1-stopwatch-start", '\uf1d8'), STORAGE_CARD_ONE("bd1-storage-card-one", '\uf1d9'), STORAGE_CARD_TWO("bd1-storage-card-two", '\uf1da'), STRAIGHT_RAZOR("bd1-straight-razor", '\uf1db'), STRAW_HAT("bd1-straw-hat", '\uf1dc'), STRETCHING("bd1-stretching", '\uf1dd'), STRETCHING_ONE("bd1-stretching-one", '\uf1de'), STRIKETHROUGH("bd1-strikethrough", '\uf1df'), STRONGBOX("bd1-strongbox", '\uf1e0'), S_TURN_DOWN("bd1-s-turn-down", '\uf1e1'), S_TURN_LEFT("bd1-s-turn-left", '\uf1e2'), S_TURN_RIGHT("bd1-s-turn-right", '\uf1e3'), S_TURN_UP("bd1-s-turn-up", '\uf1e4'), SUBTRACT_SELECTION("bd1-subtract-selection", '\uf1e5'), SUBTRACT_SELECTION_ONE("bd1-subtract-selection-one", '\uf1e6'), SUBWAY("bd1-subway", '\uf1e7'), SUCCESS("bd1-success", '\uf1e8'), SUCCESS_PICTURE("bd1-success-picture", '\uf1e9'), SUM("bd1-sum", '\uf1ea'), SUN("bd1-sun", '\uf1eb'), SUNBATH("bd1-sunbath", '\uf1ec'), SUN_HAT("bd1-sun-hat", '\uf1ed'), SUNNY("bd1-sunny", '\uf1ee'), SUN_ONE("bd1-sun-one", '\uf1ef'), SUNRISE("bd1-sunrise", '\uf1f0'), SUNSET("bd1-sunset", '\uf1f1'), SUNSHADE("bd1-sunshade", '\uf1f2'), SURPRISED_FACE_WITH_OPEN_BIG_MOUTH("bd1-surprised-face-with-open-big-mouth", '\uf1f3'), SURPRISED_FACE_WITH_OPEN_MOUTH("bd1-surprised-face-with-open-mouth", '\uf1f4'), SURVEILLANCE_CAMERAS("bd1-surveillance-cameras", '\uf1f5'), SURVEILLANCE_CAMERAS_ONE("bd1-surveillance-cameras-one", '\uf1f6'), SURVEILLANCE_CAMERAS_TWO("bd1-surveillance-cameras-two", '\uf1f7'), SWALLOW("bd1-swallow", '\uf1f8'), SWEATER("bd1-sweater", '\uf1f9'), SWIMMING_POOL("bd1-swimming-pool", '\uf1fa'), SWIMMING_RING("bd1-swimming-ring", '\uf1fb'), SWIMSUIT("bd1-swimsuit", '\uf1fc'), SWING("bd1-swing", '\uf1fd'), SWIPE("bd1-swipe", '\uf1fe'), SWITCH("bd1-switch", '\uf1ff'), SWITCH_BUTTON("bd1-switch-button", '\uf200'), SWITCH_CONTRAST("bd1-switch-contrast", '\uf201'), SWITCHING_DONE("bd1-switching-done", '\uf202'), SWITCH_NINTENDO("bd1-switch-nintendo", '\uf203'), SWITCH_ONE("bd1-switch-one", '\uf204'), SWITCH_THEMES("bd1-switch-themes", '\uf205'), SWITCH_TRACK("bd1-switch-track", '\uf206'), SYMBOL("bd1-symbol", '\uf207'), SYMBOL_DOUBLE_X("bd1-symbol-double-x", '\uf208'), SYMMETRY("bd1-symmetry", '\uf209'), SYNC("bd1-sync", '\uf20a'), SYSTEM("bd1-system", '\uf20b'), TABLE("bd1-table", '\uf20c'), TABLE_FILE("bd1-table-file", '\uf20d'), TABLE_LAMP("bd1-table-lamp", '\uf20e'), TABLE_REPORT("bd1-table-report", '\uf20f'), TABLETENNIS("bd1-tabletennis", '\uf210'), TAG("bd1-tag", '\uf211'), TAG_ONE("bd1-tag-one", '\uf212'), TAILORING("bd1-tailoring", '\uf213'), TAILORING_TWO("bd1-tailoring-two", '\uf214'), TAJ_MAHAL("bd1-taj-mahal", '\uf215'), TAKE_OFF("bd1-take-off", '\uf216'), TAKE_OFF_ONE("bd1-take-off-one", '\uf217'), TAOBAO("bd1-taobao", '\uf218'), TAPE("bd1-tape", '\uf219'), TAPE_MEASURE("bd1-tape-measure", '\uf21a'), TARGET("bd1-target", '\uf21b'), TARGET_ONE("bd1-target-one", '\uf21c'), TARGET_TWO("bd1-target-two", '\uf21d'), TAURUS("bd1-taurus", '\uf21e'), TAXI("bd1-taxi", '\uf21f'), TEA("bd1-tea", '\uf220'), TEA_DRINK("bd1-tea-drink", '\uf221'), TEAPOT("bd1-teapot", '\uf222'), TEETH("bd1-teeth", '\uf223'), TELEGRAM("bd1-telegram", '\uf224'), TELESCOPE("bd1-telescope", '\uf225'), TENCENT_QQ("bd1-tencent-qq", '\uf226'), TENNIS("bd1-tennis", '\uf227'), TENT("bd1-tent", '\uf228'), TENT_BANNER("bd1-tent-banner", '\uf229'), TERMINAL("bd1-terminal", '\uf22a'), TERMINATION_FILE("bd1-termination-file", '\uf22b'), TERRACE("bd1-terrace", '\uf22c'), TEST_TUBE("bd1-test-tube", '\uf22d'), TEXT("bd1-text", '\uf22e'), TEXTAREA("bd1-textarea", '\uf22f'), TEXT_BOLD("bd1-text-bold", '\uf230'), TEXT_ITALIC("bd1-text-italic", '\uf231'), TEXT_MESSAGE("bd1-text-message", '\uf232'), TEXT_RECOGNITION("bd1-text-recognition", '\uf233'), TEXT_ROTATION_DOWN("bd1-text-rotation-down", '\uf234'), TEXT_ROTATION_LEFT("bd1-text-rotation-left", '\uf235'), TEXT_ROTATION_NONE("bd1-text-rotation-none", '\uf236'), TEXT_ROTATION_UP("bd1-text-rotation-up", '\uf237'), TEXT_STYLE("bd1-text-style", '\uf238'), TEXT_STYLE_ONE("bd1-text-style-one", '\uf239'), TEXT_UNDERLINE("bd1-text-underline", '\uf23a'), TEXTURE("bd1-texture", '\uf23b'), TEXTURE_TWO("bd1-texture-two", '\uf23c'), TEXT_WRAP_OVERFLOW("bd1-text-wrap-overflow", '\uf23d'), TEXT_WRAP_TRUNCATION("bd1-text-wrap-truncation", '\uf23e'), THEATER("bd1-theater", '\uf23f'), THEME("bd1-theme", '\uf240'), THERMOMETER("bd1-thermometer", '\uf241'), THERMOMETER_ONE("bd1-thermometer-one", '\uf242'), THERMOS_CUP("bd1-thermos-cup", '\uf243'), THE_SINGLE_SHOULDER_BAG("bd1-the-single-shoulder-bag", '\uf244'), THIN("bd1-thin", '\uf245'), THINKING_PROBLEM("bd1-thinking-problem", '\uf246'), THREE("bd1-three", '\uf247'), THREE_D_GLASSES("bd1-three-d-glasses", '\uf248'), THREE_HEXAGONS("bd1-three-hexagons", '\uf249'), THREE_KEY("bd1-three-key", '\uf24a'), THREE_SLASHES("bd1-three-slashes", '\uf24b'), THREE_THREE("bd1-three-three", '\uf24c'), THREE_TRIANGLES("bd1-three-triangles", '\uf24d'), THUMBS_DOWN("bd1-thumbs-down", '\uf24e'), THUMBS_UP("bd1-thumbs-up", '\uf24f'), THUNDERBOLT("bd1-thunderbolt", '\uf250'), THUNDERSTORM("bd1-thunderstorm", '\uf251'), THUNDERSTORM_ONE("bd1-thunderstorm-one", '\uf252'), TICKET("bd1-ticket", '\uf253'), TICKET_ONE("bd1-ticket-one", '\uf254'), TICKETS_CHECKED("bd1-tickets-checked", '\uf255'), TICKETS_ONE("bd1-tickets-one", '\uf256'), TICKETS_TWO("bd1-tickets-two", '\uf257'), TIGER_ZODIAC("bd1-tiger-zodiac", '\uf258'), TIKTOK("bd1-tiktok", '\uf259'), TIME("bd1-time", '\uf25a'), TIMED_MAIL("bd1-timed-mail", '\uf25b'), TIMELINE("bd1-timeline", '\uf25c'), TIMER("bd1-timer", '\uf25d'), TIPS("bd1-tips", '\uf25e'), TIPS_ONE("bd1-tips-one", '\uf25f'), TIRE_SWING("bd1-tire-swing", '\uf260'), TITLE_LEVEL("bd1-title-level", '\uf261'), TO_BOTTOM("bd1-to-bottom", '\uf262'), TO_BOTTOM_ONE("bd1-to-bottom-one", '\uf263'), TOILET("bd1-toilet", '\uf264'), TO_LEFT("bd1-to-left", '\uf265'), TOMATO("bd1-tomato", '\uf266'), TOOL("bd1-tool", '\uf267'), TOOLKIT("bd1-toolkit", '\uf268'), TOP_BAR("bd1-top-bar", '\uf269'), TOPBUZZ("bd1-topbuzz", '\uf26a'), TOPIC("bd1-topic", '\uf26b'), TOPIC_DISCUSSION("bd1-topic-discussion", '\uf26c'), TORCH("bd1-torch", '\uf26d'), TO_RIGHT("bd1-to-right", '\uf26e'), TO_TOP("bd1-to-top", '\uf26f'), TO_TOP_ONE("bd1-to-top-one", '\uf270'), TOUR_BUS("bd1-tour-bus", '\uf271'), TOWEL("bd1-towel", '\uf272'), TOWER("bd1-tower", '\uf273'), TOWER_OF_BABEL("bd1-tower-of-babel", '\uf274'), TOWER_OF_PISA("bd1-tower-of-pisa", '\uf275'), TOXINS("bd1-toxins", '\uf276'), TRACE("bd1-trace", '\uf277'), TRADEMARK("bd1-trademark", '\uf278'), TRADITIONAL_CHINESE_MEDICINE("bd1-traditional-chinese-medicine", '\uf279'), TRAIN("bd1-train", '\uf27a'), TRANSACTION("bd1-transaction", '\uf27b'), TRANSACTION_ORDER("bd1-transaction-order", '\uf27c'), TRANSFER("bd1-transfer", '\uf27d'), TRANSFER_DATA("bd1-transfer-data", '\uf27e'), TRANSFORM("bd1-transform", '\uf27f'), TRANSLATE("bd1-translate", '\uf280'), TRANSLATION("bd1-translation", '\uf281'), TRANSPORT("bd1-transport", '\uf282'), TRANSPORTER("bd1-transporter", '\uf283'), TRAPEZOID("bd1-trapezoid", '\uf284'), TRAY("bd1-tray", '\uf285'), TREADMILL("bd1-treadmill", '\uf286'), TREADMILL_ONE("bd1-treadmill-one", '\uf287'), TREADMILL_TWO("bd1-treadmill-two", '\uf288'), TREASURE_CHEST("bd1-treasure-chest", '\uf289'), TREE("bd1-tree", '\uf28a'), TREE_DIAGRAM("bd1-tree-diagram", '\uf28b'), TREE_LIST("bd1-tree-list", '\uf28c'), TREE_ONE("bd1-tree-one", '\uf28d'), TREE_TWO("bd1-tree-two", '\uf28e'), TREND("bd1-trend", '\uf28f'), TRENDING_DOWN("bd1-trending-down", '\uf290'), TRENDING_UP("bd1-trending-up", '\uf291'), TREND_TWO("bd1-trend-two", '\uf292'), TRIANGLE("bd1-triangle", '\uf293'), TRIANGLE_ROUND_RECTANGLE("bd1-triangle-round-rectangle", '\uf294'), TRIANGLE_RULER("bd1-triangle-ruler", '\uf295'), TRIANGULAR_PYRAMID("bd1-triangular-pyramid", '\uf296'), TROPHY("bd1-trophy", '\uf297'), TROUSERS_BELL_BOTTOMS("bd1-trousers-bell-bottoms", '\uf298'), TRUCK("bd1-truck", '\uf299'), TRUMPET("bd1-trumpet", '\uf29a'), TRUNK("bd1-trunk", '\uf29b'), T_SHIRT("bd1-t-shirt", '\uf29c'), TUB("bd1-tub", '\uf29d'), TUCHONG("bd1-tuchong", '\uf29e'), TUMBLR("bd1-tumblr", '\uf29f'), TURKEY("bd1-turkey", '\uf2a0'), TURN_AROUND("bd1-turn-around", '\uf2a1'), TURN_OFF_BLUETOOTH("bd1-turn-off-bluetooth", '\uf2a2'), TURN_ON("bd1-turn-on", '\uf2a3'), TV("bd1-tv", '\uf2a4'), TV_ONE("bd1-tv-one", '\uf2a5'), TWITTER("bd1-twitter", '\uf2a6'), TWO("bd1-two", '\uf2a7'), TWO_DIMENSIONAL_CODE("bd1-two-dimensional-code", '\uf2a8'), TWO_DIMENSIONAL_CODE_ONE("bd1-two-dimensional-code-one", '\uf2a9'), TWO_DIMENSIONAL_CODE_TWO("bd1-two-dimensional-code-two", '\uf2aa'), TWO_ELLIPSES("bd1-two-ellipses", '\uf2ab'), TWO_FINGERS("bd1-two-fingers", '\uf2ac'), TWO_HANDS("bd1-two-hands", '\uf2ad'), TWO_KEY("bd1-two-key", '\uf2ae'), TWO_SEMICIRCLES("bd1-two-semicircles", '\uf2af'), TWO_TRIANGLES("bd1-two-triangles", '\uf2b0'), TWO_TRIANGLES_TWO("bd1-two-triangles-two", '\uf2b1'), TWO_TWO("bd1-two-two", '\uf2b2'), TYPE_DRIVE("bd1-type-drive", '\uf2b3'), U_DISK("bd1-u-disk", '\uf2b4'), ULIKECAM("bd1-ulikecam", '\uf2b5'), UMBRELLA("bd1-umbrella", '\uf2b6'), UMBRELLA_ONE("bd1-umbrella-one", '\uf2b7'), UMBRELLA_TWO("bd1-umbrella-two", '\uf2b8'), UNDO("bd1-undo", '\uf2b9'), UNGROUP("bd1-ungroup", '\uf2ba'), UNICAST("bd1-unicast", '\uf2bb'), UNION_SELECTION("bd1-union-selection", '\uf2bc'), UNIVERSAL("bd1-universal", '\uf2bd'), UNLIKE("bd1-unlike", '\uf2be'), UNLINK("bd1-unlink", '\uf2bf'), UNLOCK("bd1-unlock", '\uf2c0'), UNLOCK_ONE("bd1-unlock-one", '\uf2c1'), UNORDERED_LIST("bd1-unordered-list", '\uf2c2'), UP("bd1-up", '\uf2c3'), UP_AND_DOWN("bd1-up-and-down", '\uf2c4'), UP_C("bd1-up-c", '\uf2c5'), UPDATE_ROTATION("bd1-update-rotation", '\uf2c6'), UPLOAD("bd1-upload", '\uf2c7'), UPLOAD_COMPUTER("bd1-upload-computer", '\uf2c8'), UPLOAD_LAPTOP("bd1-upload-laptop", '\uf2c9'), UPLOAD_LOGS("bd1-upload-logs", '\uf2ca'), UPLOAD_ONE("bd1-upload-one", '\uf2cb'), UPLOAD_PICTURE("bd1-upload-picture", '\uf2cc'), UPLOAD_THREE("bd1-upload-three", '\uf2cd'), UPLOAD_TWO("bd1-upload-two", '\uf2ce'), UPLOAD_WEB("bd1-upload-web", '\uf2cf'), UP_ONE("bd1-up-one", '\uf2d0'), UPSIDE_DOWN_FACE("bd1-upside-down-face", '\uf2d1'), UP_SMALL("bd1-up-small", '\uf2d2'), UP_SQUARE("bd1-up-square", '\uf2d3'), UP_TWO("bd1-up-two", '\uf2d4'), USB("bd1-usb", '\uf2d5'), USB_MEMORY_STICK("bd1-usb-memory-stick", '\uf2d6'), USB_MICRO_ONE("bd1-usb-micro-one", '\uf2d7'), USB_MICRO_TWO("bd1-usb-micro-two", '\uf2d8'), USB_ONE("bd1-usb-one", '\uf2d9'), USB_TYPE_C("bd1-usb-type-c", '\uf2da'), USER("bd1-user", '\uf2db'), USER_BUSINESS("bd1-user-business", '\uf2dc'), USER_POSITIONING("bd1-user-positioning", '\uf2dd'), USER_TO_USER_TRANSMISSION("bd1-user-to-user-transmission", '\uf2de'), UTERUS("bd1-uterus", '\uf2df'), U_TURN_DOWN("bd1-u-turn-down", '\uf2e0'), U_TURN_LEFT("bd1-u-turn-left", '\uf2e1'), U_TURN_RIGHT("bd1-u-turn-right", '\uf2e2'), U_TURN_UP("bd1-u-turn-up", '\uf2e3'), VACATION("bd1-vacation", '\uf2e4'), VACUUM_CLEANER("bd1-vacuum-cleaner", '\uf2e5'), VEGETABLE_BASKET("bd1-vegetable-basket", '\uf2e6'), VEGETABLES("bd1-vegetables", '\uf2e7'), VERTICALLY_CENTERED("bd1-vertically-centered", '\uf2e8'), VERTICAL_SPACING_BETWEEN_ITEMS("bd1-vertical-spacing-between-items", '\uf2e9'), VERTICAL_TIDY_UP("bd1-vertical-tidy-up", '\uf2ea'), VERTICAL_TIMELINE("bd1-vertical-timeline", '\uf2eb'), VEST("bd1-vest", '\uf2ec'), VIAL("bd1-vial", '\uf2ed'), VICIA_FABA("bd1-vicia-faba", '\uf2ee'), VIDEO("bd1-video", '\uf2ef'), VIDEOCAMERA("bd1-videocamera", '\uf2f0'), VIDEOCAMERA_ONE("bd1-videocamera-one", '\uf2f1'), VIDEO_CONFERENCE("bd1-video-conference", '\uf2f2'), VIDEO_FILE("bd1-video-file", '\uf2f3'), VIDEO_ONE("bd1-video-one", '\uf2f4'), VIDEO_TWO("bd1-video-two", '\uf2f5'), VIENCHARTS("bd1-viencharts", '\uf2f6'), VIEWFINDER("bd1-viewfinder", '\uf2f7'), VIEW_GRID_CARD("bd1-view-grid-card", '\uf2f8'), VIEW_GRID_DETAIL("bd1-view-grid-detail", '\uf2f9'), VIEW_GRID_LIST("bd1-view-grid-list", '\uf2fa'), VIEW_LIST("bd1-view-list", '\uf2fb'), VIGO("bd1-vigo", '\uf2fc'), VIP("bd1-vip", '\uf2fd'), VIP_ONE("bd1-vip-one", '\uf2fe'), VIRGO("bd1-virgo", '\uf2ff'), VIRTUAL_REALITY_GLASSES("bd1-virtual-reality-glasses", '\uf300'), VOICE("bd1-voice", '\uf301'), VOICE_INPUT("bd1-voice-input", '\uf302'), VOICEMAIL("bd1-voicemail", '\uf303'), VOICE_MESSAGE("bd1-voice-message", '\uf304'), VOICE_OFF("bd1-voice-off", '\uf305'), VOICE_ONE("bd1-voice-one", '\uf306'), VOLKSWAGEN("bd1-volkswagen", '\uf307'), VOLLEYBALL("bd1-volleyball", '\uf308'), VOLUME_DOWN("bd1-volume-down", '\uf309'), VOLUME_MUTE("bd1-volume-mute", '\uf30a'), VOLUME_NOTICE("bd1-volume-notice", '\uf30b'), VOLUME_SMALL("bd1-volume-small", '\uf30c'), VOLUME_UP("bd1-volume-up", '\uf30d'), VR_GLASSES("bd1-vr-glasses", '\uf30e'), WAISTLINE("bd1-waistline", '\uf30f'), WALLET("bd1-wallet", '\uf310'), WALLET_ONE("bd1-wallet-one", '\uf311'), WALLET_THREE("bd1-wallet-three", '\uf312'), WALLET_TWO("bd1-wallet-two", '\uf313'), WAREHOUSING("bd1-warehousing", '\uf314'), WASHING_MACHINE("bd1-washing-machine", '\uf315'), WASHING_MACHINE_ONE("bd1-washing-machine-one", '\uf316'), WATCH("bd1-watch", '\uf317'), WATCH_ONE("bd1-watch-one", '\uf318'), WATER("bd1-water", '\uf319'), WATERFALLS_H("bd1-waterfalls-h", '\uf31a'), WATERFALLS_V("bd1-waterfalls-v", '\uf31b'), WATER_LEVEL("bd1-water-level", '\uf31c'), WATERMELON("bd1-watermelon", '\uf31d'), WATERMELON_ONE("bd1-watermelon-one", '\uf31e'), WATER_NO("bd1-water-no", '\uf31f'), WATERPOLO("bd1-waterpolo", '\uf320'), WATERPOLO_ONE("bd1-waterpolo-one", '\uf321'), WATER_RATE("bd1-water-rate", '\uf322'), WATER_RATE_TWO("bd1-water-rate-two", '\uf323'), WAVES("bd1-waves", '\uf324'), WAVES_LEFT("bd1-waves-left", '\uf325'), WAVES_RIGHT("bd1-waves-right", '\uf326'), WEARY_FACE("bd1-weary-face", '\uf327'), WEBCAM("bd1-webcam", '\uf328'), WEB_PAGE("bd1-web-page", '\uf329'), WECHAT("bd1-wechat", '\uf32a'), WEIBO("bd1-weibo", '\uf32b'), WEIGHT("bd1-weight", '\uf32c'), WEIGHTLIFTING("bd1-weightlifting", '\uf32d'), WEIXIN_CARDS_OFFERS("bd1-weixin-cards-offers", '\uf32e'), WEIXIN_FAVORITES("bd1-weixin-favorites", '\uf32f'), WEIXIN_GAMES("bd1-weixin-games", '\uf330'), WEIXIN_MARKET("bd1-weixin-market", '\uf331'), WEIXIN_MINI_APP("bd1-weixin-mini-app", '\uf332'), WEIXIN_PEOPLE_NEARBY("bd1-weixin-people-nearby", '\uf333'), WEIXIN_SCAN("bd1-weixin-scan", '\uf334'), WEIXIN_SEARCH("bd1-weixin-search", '\uf335'), WEIXIN_SHAKE("bd1-weixin-shake", '\uf336'), WEIXIN_TOP_STORIES("bd1-weixin-top-stories", '\uf337'), WHALE("bd1-whale", '\uf338'), WHEELCHAIR("bd1-wheelchair", '\uf339'), WHIRLWIND("bd1-whirlwind", '\uf33a'), WHISTLING("bd1-whistling", '\uf33b'), WHOLE_SITE_ACCELERATOR("bd1-whole-site-accelerator", '\uf33c'), WIFI("bd1-wifi", '\uf33d'), WIND("bd1-wind", '\uf33e'), WINDMILL("bd1-windmill", '\uf33f'), WINDMILL_ONE("bd1-windmill-one", '\uf340'), WINDMILL_TWO("bd1-windmill-two", '\uf341'), WINDOWS("bd1-windows", '\uf342'), WIND_TURBINE("bd1-wind-turbine", '\uf343'), WINGSUIT_FLYING("bd1-wingsuit-flying", '\uf344'), WINKING_FACE("bd1-winking-face", '\uf345'), WINKING_FACE_WITH_OPEN_EYES("bd1-winking-face-with-open-eyes", '\uf346'), WOMAN("bd1-woman", '\uf347'), WOMEN("bd1-women", '\uf348'), WOMEN_COAT("bd1-women-coat", '\uf349'), WOOLEN_HAT("bd1-woolen-hat", '\uf34a'), WORD("bd1-word", '\uf34b'), WORKBENCH("bd1-workbench", '\uf34c'), WORKER("bd1-worker", '\uf34d'), WORLD("bd1-world", '\uf34e'), WORRIED_FACE("bd1-worried-face", '\uf34f'), WRITE("bd1-write", '\uf350'), WRITING_FLUENTLY("bd1-writing-fluently", '\uf351'), WRONG_USER("bd1-wrong-user", '\uf352'), XIAODU("bd1-xiaodu", '\uf353'), XIAODU_HOME("bd1-xiaodu-home", '\uf354'), XIGUA("bd1-xigua", '\uf355'), XINGFULI("bd1-xingfuli", '\uf356'), XINGTU("bd1-xingtu", '\uf357'), YEP("bd1-yep", '\uf358'), YOUTOBE("bd1-youtobe", '\uf359'), YOUTUBE("bd1-youtube", '\uf35a'), ZERO_KEY("bd1-zero-key", '\uf35b'), ZIJINYUNYING("bd1-zijinyunying", '\uf35c'), ZIP("bd1-zip", '\uf35d'), ZOOM("bd1-zoom", '\uf35e'), ZOOM_IN("bd1-zoom-in", '\uf35f'), ZOOM_INTERNAL("bd1-zoom-internal", '\uf360'), ZOOM_OUT("bd1-zoom-out", '\uf361'); public static BytedanceIconsThinMZ findByDescription(String description) { for (BytedanceIconsThinMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; BytedanceIconsThinMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsThinMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author LeeWyatt */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class BytedanceIconsThinMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/bytedance/1.3.0/fonts/Bytedance-IconPack-Thin.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("bd1-"); } @Override public Ikon resolve(String description) { return BytedanceIconsThinMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Bytedance-IconPack-Thin"; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/java/org/kordamp/ikonli/bytedance/BytedanceIconsThinMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.bytedance; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author LeeWyatt */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class BytedanceIconsThinMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return BytedanceIconsThinMZ.class; } } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/resources/META-INF/resources/bytedance/1.3.0/css/bytedance-iconpack-bold.css ================================================ /*! * Bytedance IconPark v1.3.0 * @link https://iconpark.oceanengine.com/official * License - https://github.com/bytedance/IconPark/blob/master/LICENSE (Apache License 2.0) */ @font-face { font-family: 'Bytedance-IconPack-Bold'; src: url('../fonts/Bytedance-IconPack-Bold.eot?8brx9a'); src: url('../fonts/Bytedance-IconPack-Bold.eot?8brx9a#iefix') format('embedded-opentype'), url('../fonts/Bytedance-IconPack-Bold.ttf?8brx9a') format('truetype'), url('../fonts/Bytedance-IconPack-Bold.woff?8brx9a') format('woff'), url('../fonts/Bytedance-IconPack-Bold.svg?8brx9a#Bytedance-IconPack-Bold') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="bd3"], [class*=" bd3"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Bytedance-IconPack-Bold' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bd3-abdominal:before { content: "\e900"; } .bd3-abnormal:before { content: "\e901"; } .bd3-a-cane:before { content: "\e902"; } .bd3-acceleration:before { content: "\e903"; } .bd3-accept-email:before { content: "\e904"; } .bd3-acoustic:before { content: "\e905"; } .bd3-activity-source:before { content: "\e906"; } .bd3-ad:before { content: "\e907"; } .bd3-add:before { content: "\e908"; } .bd3-add-computer:before { content: "\e909"; } .bd3-add-four:before { content: "\e90a"; } .bd3-add-item:before { content: "\e90b"; } .bd3-add-mode:before { content: "\e90c"; } .bd3-add-music:before { content: "\e90d"; } .bd3-add-one:before { content: "\e90e"; } .bd3-add-pic:before { content: "\e90f"; } .bd3-add-picture:before { content: "\e910"; } .bd3-add-print:before { content: "\e911"; } .bd3-address-book:before { content: "\e912"; } .bd3-add-subset:before { content: "\e913"; } .bd3-add-subtract:before { content: "\e914"; } .bd3-add-text:before { content: "\e915"; } .bd3-add-text-two:before { content: "\e916"; } .bd3-add-three:before { content: "\e917"; } .bd3-add-two:before { content: "\e918"; } .bd3-add-user:before { content: "\e919"; } .bd3-add-web:before { content: "\e91a"; } .bd3-adjacent-item:before { content: "\e91b"; } .bd3-adjustment:before { content: "\e91c"; } .bd3-adobe-illustrate:before { content: "\e91d"; } .bd3-adobe-indesign:before { content: "\e91e"; } .bd3-adobe-lightroom:before { content: "\e91f"; } .bd3-adobe-photoshop:before { content: "\e920"; } .bd3-ad-product:before { content: "\e921"; } .bd3-afferent:before { content: "\e922"; } .bd3-afferent-four:before { content: "\e923"; } .bd3-afferent-three:before { content: "\e924"; } .bd3-afferent-two:before { content: "\e925"; } .bd3-afro-pick:before { content: "\e926"; } .bd3-agreement:before { content: "\e927"; } .bd3-aiming:before { content: "\e928"; } .bd3-air-bike:before { content: "\e929"; } .bd3-air-conditioning:before { content: "\e92a"; } .bd3-airplane:before { content: "\e92b"; } .bd3-airplane-window:before { content: "\e92c"; } .bd3-airplane-window-one:before { content: "\e92d"; } .bd3-airplay:before { content: "\e92e"; } .bd3-airpods:before { content: "\e92f"; } .bd3-alarm:before { content: "\e930"; } .bd3-alarm-clock:before { content: "\e931"; } .bd3-align-bottom:before { content: "\e932"; } .bd3-align-bottom-two:before { content: "\e933"; } .bd3-align-horizontal-center-two:before { content: "\e934"; } .bd3-align-horizontally:before { content: "\e935"; } .bd3-align-left:before { content: "\e936"; } .bd3-align-left-one:before { content: "\e937"; } .bd3-align-left-two:before { content: "\e938"; } .bd3-alignment-bottom-center:before { content: "\e939"; } .bd3-alignment-bottom-left:before { content: "\e93a"; } .bd3-alignment-bottom-right:before { content: "\e93b"; } .bd3-alignment-horizontal-bottom:before { content: "\e93c"; } .bd3-alignment-horizontal-center:before { content: "\e93d"; } .bd3-alignment-horizontal-top:before { content: "\e93e"; } .bd3-alignment-left-bottom:before { content: "\e93f"; } .bd3-alignment-left-center:before { content: "\e940"; } .bd3-alignment-left-top:before { content: "\e941"; } .bd3-alignment-right-bottom:before { content: "\e942"; } .bd3-alignment-right-center:before { content: "\e943"; } .bd3-alignment-right-top:before { content: "\e944"; } .bd3-alignment-top-center:before { content: "\e945"; } .bd3-alignment-top-left:before { content: "\e946"; } .bd3-alignment-top-right:before { content: "\e947"; } .bd3-alignment-vertical-center:before { content: "\e948"; } .bd3-alignment-vertical-left:before { content: "\e949"; } .bd3-alignment-vertical-right:before { content: "\e94a"; } .bd3-align-right:before { content: "\e94b"; } .bd3-align-right-one:before { content: "\e94c"; } .bd3-align-right-two:before { content: "\e94d"; } .bd3-align-text-both:before { content: "\e94e"; } .bd3-align-text-both-one:before { content: "\e94f"; } .bd3-align-text-bottom:before { content: "\e950"; } .bd3-align-text-bottom-one:before { content: "\e951"; } .bd3-align-text-center:before { content: "\e952"; } .bd3-align-text-center-one:before { content: "\e953"; } .bd3-align-text-left:before { content: "\e954"; } .bd3-align-text-left-one:before { content: "\e955"; } .bd3-align-text-middle:before { content: "\e956"; } .bd3-align-text-middle-one:before { content: "\e957"; } .bd3-align-text-right:before { content: "\e958"; } .bd3-align-text-right-one:before { content: "\e959"; } .bd3-align-text-top:before { content: "\e95a"; } .bd3-align-text-top-one:before { content: "\e95b"; } .bd3-align-top:before { content: "\e95c"; } .bd3-align-top-two:before { content: "\e95d"; } .bd3-align-vertical-center-two:before { content: "\e95e"; } .bd3-align-vertically:before { content: "\e95f"; } .bd3-alipay:before { content: "\e960"; } .bd3-all-application:before { content: "\e961"; } .bd3-alphabetical-sorting:before { content: "\e962"; } .bd3-alphabetical-sorting-two:before { content: "\e963"; } .bd3-ambulance:before { content: "\e964"; } .bd3-analysis:before { content: "\e965"; } .bd3-anchor:before { content: "\e966"; } .bd3-anchor-one:before { content: "\e967"; } .bd3-anchor-round:before { content: "\e968"; } .bd3-anchor-squre:before { content: "\e969"; } .bd3-anchor-two:before { content: "\e96a"; } .bd3-android:before { content: "\e96b"; } .bd3-angry-face:before { content: "\e96c"; } .bd3-anguished-face:before { content: "\e96d"; } .bd3-announcement:before { content: "\e96e"; } .bd3-anti-corrosion:before { content: "\e96f"; } .bd3-aperture-priority:before { content: "\e970"; } .bd3-api:before { content: "\e971"; } .bd3-api-app:before { content: "\e972"; } .bd3-apple:before { content: "\e973"; } .bd3-apple-one:before { content: "\e974"; } .bd3-applet-closed:before { content: "\e975"; } .bd3-application:before { content: "\e976"; } .bd3-application-effect:before { content: "\e977"; } .bd3-application-menu:before { content: "\e978"; } .bd3-application-one:before { content: "\e979"; } .bd3-application-two:before { content: "\e97a"; } .bd3-appointment:before { content: "\e97b"; } .bd3-app-store:before { content: "\e97c"; } .bd3-app-switch:before { content: "\e97d"; } .bd3-aquarius:before { content: "\e97e"; } .bd3-arc-de-triomphe:before { content: "\e97f"; } .bd3-archers-bow:before { content: "\e980"; } .bd3-archery:before { content: "\e981"; } .bd3-area-map:before { content: "\e982"; } .bd3-arena:before { content: "\e983"; } .bd3-aries:before { content: "\e984"; } .bd3-arithmetic:before { content: "\e985"; } .bd3-arithmetic-buttons:before { content: "\e986"; } .bd3-arithmetic-one:before { content: "\e987"; } .bd3-arrow-circle-down:before { content: "\e988"; } .bd3-arrow-circle-left:before { content: "\e989"; } .bd3-arrow-circle-right:before { content: "\e98a"; } .bd3-arrow-circle-up:before { content: "\e98b"; } .bd3-arrow-down:before { content: "\e98c"; } .bd3-arrow-keys:before { content: "\e98d"; } .bd3-arrow-left:before { content: "\e98e"; } .bd3-arrow-left-down:before { content: "\e98f"; } .bd3-arrow-left-up:before { content: "\e990"; } .bd3-arrow-right:before { content: "\e991"; } .bd3-arrow-right-down:before { content: "\e992"; } .bd3-arrow-right-up:before { content: "\e993"; } .bd3-arrow-up:before { content: "\e994"; } .bd3-assembly-line:before { content: "\e995"; } .bd3-association:before { content: "\e996"; } .bd3-asterisk:before { content: "\e997"; } .bd3-asterisk-key:before { content: "\e998"; } .bd3-astonished-face:before { content: "\e999"; } .bd3-at-sign:before { content: "\e99a"; } .bd3-attention:before { content: "\e99b"; } .bd3-audio-file:before { content: "\e99c"; } .bd3-audit:before { content: "\e99d"; } .bd3-auto-focus:before { content: "\e99e"; } .bd3-auto-height-one:before { content: "\e99f"; } .bd3-auto-line-height:before { content: "\e9a0"; } .bd3-auto-line-width:before { content: "\e9a1"; } .bd3-auto-width:before { content: "\e9a2"; } .bd3-auto-width-one:before { content: "\e9a3"; } .bd3-avatar:before { content: "\e9a4"; } .bd3-average:before { content: "\e9a5"; } .bd3-aviation:before { content: "\e9a6"; } .bd3-avocado:before { content: "\e9a7"; } .bd3-avocado-one:before { content: "\e9a8"; } .bd3-baby:before { content: "\e9a9"; } .bd3-baby-app:before { content: "\e9aa"; } .bd3-baby-bottle:before { content: "\e9ab"; } .bd3-baby-car-seat:before { content: "\e9ac"; } .bd3-baby-feet:before { content: "\e9ad"; } .bd3-baby-meal:before { content: "\e9ae"; } .bd3-baby-mobile:before { content: "\e9af"; } .bd3-baby-one:before { content: "\e9b0"; } .bd3-baby-pants:before { content: "\e9b1"; } .bd3-baby-sling:before { content: "\e9b2"; } .bd3-baby-taste:before { content: "\e9b3"; } .bd3-bachelor-cap:before { content: "\e9b4"; } .bd3-bachelor-cap-one:before { content: "\e9b5"; } .bd3-bachelor-cap-two:before { content: "\e9b6"; } .bd3-back:before { content: "\e9b7"; } .bd3-background-color:before { content: "\e9b8"; } .bd3-back-one:before { content: "\e9b9"; } .bd3-backpack:before { content: "\e9ba"; } .bd3-bad:before { content: "\e9bb"; } .bd3-badge:before { content: "\e9bc"; } .bd3-badge-two:before { content: "\e9bd"; } .bd3-badminton:before { content: "\e9be"; } .bd3-bad-one:before { content: "\e9bf"; } .bd3-bad-two:before { content: "\e9c0"; } .bd3-baggage-delay:before { content: "\e9c1"; } .bd3-balance:before { content: "\e9c2"; } .bd3-balance-one:before { content: "\e9c3"; } .bd3-balance-two:before { content: "\e9c4"; } .bd3-banana:before { content: "\e9c5"; } .bd3-bank:before { content: "\e9c6"; } .bd3-bank-card:before { content: "\e9c7"; } .bd3-bank-card-one:before { content: "\e9c8"; } .bd3-bank-card-two:before { content: "\e9c9"; } .bd3-bank-transfer:before { content: "\e9ca"; } .bd3-baokemeng:before { content: "\e9cb"; } .bd3-barbecue:before { content: "\e9cc"; } .bd3-barber-brush:before { content: "\e9cd"; } .bd3-barber-clippers:before { content: "\e9ce"; } .bd3-bar-code:before { content: "\e9cf"; } .bd3-baseball:before { content: "\e9d0"; } .bd3-baseball-bat:before { content: "\e9d1"; } .bd3-baseball-cap:before { content: "\e9d2"; } .bd3-basketball:before { content: "\e9d3"; } .bd3-basketball-clothes:before { content: "\e9d4"; } .bd3-basketball-one:before { content: "\e9d5"; } .bd3-basketball-stand:before { content: "\e9d6"; } .bd3-bat:before { content: "\e9d7"; } .bd3-battery-charge:before { content: "\e9d8"; } .bd3-battery-empty:before { content: "\e9d9"; } .bd3-battery-failure:before { content: "\e9da"; } .bd3-battery-full:before { content: "\e9db"; } .bd3-battery-storage:before { content: "\e9dc"; } .bd3-battery-tips:before { content: "\e9dd"; } .bd3-battery-working:before { content: "\e9de"; } .bd3-battery-working-one:before { content: "\e9df"; } .bd3-beach-umbrella:before { content: "\e9e0"; } .bd3-bear:before { content: "\e9e1"; } .bd3-beauty:before { content: "\e9e2"; } .bd3-beauty-instrument:before { content: "\e9e3"; } .bd3-bedside:before { content: "\e9e4"; } .bd3-bedside-two:before { content: "\e9e5"; } .bd3-bee:before { content: "\e9e6"; } .bd3-beer:before { content: "\e9e7"; } .bd3-beer-mug:before { content: "\e9e8"; } .bd3-behance:before { content: "\e9e9"; } .bd3-bell-ring:before { content: "\e9ea"; } .bd3-belt:before { content: "\e9eb"; } .bd3-benz:before { content: "\e9ec"; } .bd3-bezier-curve:before { content: "\e9ed"; } .bd3-bib:before { content: "\e9ee"; } .bd3-big-clock:before { content: "\e9ef"; } .bd3-big-x:before { content: "\e9f0"; } .bd3-bike:before { content: "\e9f1"; } .bd3-bill:before { content: "\e9f2"; } .bd3-bird:before { content: "\e9f3"; } .bd3-birthday-cake:before { content: "\e9f4"; } .bd3-bitcoin:before { content: "\e9f5"; } .bd3-blackboard:before { content: "\e9f6"; } .bd3-black-eight:before { content: "\e9f7"; } .bd3-blade:before { content: "\e9f8"; } .bd3-bless:before { content: "\e9f9"; } .bd3-block:before { content: "\e9fa"; } .bd3-blockchain:before { content: "\e9fb"; } .bd3-block-eight:before { content: "\e9fc"; } .bd3-block-five:before { content: "\e9fd"; } .bd3-block-four:before { content: "\e9fe"; } .bd3-block-nine:before { content: "\e9ff"; } .bd3-block-one:before { content: "\ea00"; } .bd3-blocks-and-arrows:before { content: "\ea01"; } .bd3-block-seven:before { content: "\ea02"; } .bd3-block-six:before { content: "\ea03"; } .bd3-block-ten:before { content: "\ea04"; } .bd3-block-three:before { content: "\ea05"; } .bd3-block-two:before { content: "\ea06"; } .bd3-bloom:before { content: "\ea07"; } .bd3-blossom:before { content: "\ea08"; } .bd3-bluetooth:before { content: "\ea09"; } .bd3-boiler:before { content: "\ea0a"; } .bd3-bolt-one:before { content: "\ea0b"; } .bd3-bone:before { content: "\ea0c"; } .bd3-book:before { content: "\ea0d"; } .bd3-bookmark:before { content: "\ea0e"; } .bd3-bookmark-one:before { content: "\ea0f"; } .bd3-bookmark-three:before { content: "\ea10"; } .bd3-book-one:before { content: "\ea11"; } .bd3-book-open:before { content: "\ea12"; } .bd3-bookshelf:before { content: "\ea13"; } .bd3-booster-car-seat:before { content: "\ea14"; } .bd3-booth:before { content: "\ea15"; } .bd3-boots:before { content: "\ea16"; } .bd3-bottle:before { content: "\ea17"; } .bd3-bottle-one:before { content: "\ea18"; } .bd3-bottle-three:before { content: "\ea19"; } .bd3-bottle-two:before { content: "\ea1a"; } .bd3-bottom-bar:before { content: "\ea1b"; } .bd3-bottom-bar-one:before { content: "\ea1c"; } .bd3-bow:before { content: "\ea1d"; } .bd3-bowl:before { content: "\ea1e"; } .bd3-bowling:before { content: "\ea1f"; } .bd3-bowl-one:before { content: "\ea20"; } .bd3-box:before { content: "\ea21"; } .bd3-boxing:before { content: "\ea22"; } .bd3-boxing-one:before { content: "\ea23"; } .bd3-boy:before { content: "\ea24"; } .bd3-boy-one:before { content: "\ea25"; } .bd3-boy-stroller:before { content: "\ea26"; } .bd3-boy-two:before { content: "\ea27"; } .bd3-brain:before { content: "\ea28"; } .bd3-brake-pads:before { content: "\ea29"; } .bd3-branch:before { content: "\ea2a"; } .bd3-branch-one:before { content: "\ea2b"; } .bd3-branch-two:before { content: "\ea2c"; } .bd3-brdige-three:before { content: "\ea2d"; } .bd3-bread:before { content: "\ea2e"; } .bd3-bread-machine:before { content: "\ea2f"; } .bd3-bread-one:before { content: "\ea30"; } .bd3-breast-pump:before { content: "\ea31"; } .bd3-bridge-one:before { content: "\ea32"; } .bd3-bridge-two:before { content: "\ea33"; } .bd3-briefcase:before { content: "\ea34"; } .bd3-brightness:before { content: "\ea35"; } .bd3-bring-forward:before { content: "\ea36"; } .bd3-bring-to-front:before { content: "\ea37"; } .bd3-bring-to-front-one:before { content: "\ea38"; } .bd3-broadcast:before { content: "\ea39"; } .bd3-broadcast-one:before { content: "\ea3a"; } .bd3-broadcast-radio:before { content: "\ea3b"; } .bd3-browser:before { content: "\ea3c"; } .bd3-browser-chrome:before { content: "\ea3d"; } .bd3-browser-safari:before { content: "\ea3e"; } .bd3-bubble-chart:before { content: "\ea3f"; } .bd3-bug:before { content: "\ea40"; } .bd3-building-four:before { content: "\ea41"; } .bd3-building-one:before { content: "\ea42"; } .bd3-building-three:before { content: "\ea43"; } .bd3-building-two:before { content: "\ea44"; } .bd3-bullet-map:before { content: "\ea45"; } .bd3-bus:before { content: "\ea46"; } .bd3-bus-one:before { content: "\ea47"; } .bd3-bus-two:before { content: "\ea48"; } .bd3-butterfly:before { content: "\ea49"; } .bd3-buy:before { content: "\ea4a"; } .bd3-bydesign:before { content: "\ea4b"; } .bd3-bye:before { content: "\ea4c"; } .bd3-bytedance:before { content: "\ea4d"; } .bd3-bytedance-applets:before { content: "\ea4e"; } .bd3-bytedance-mini-app:before { content: "\ea4f"; } .bd3-cable-car:before { content: "\ea50"; } .bd3-cactus:before { content: "\ea51"; } .bd3-cake:before { content: "\ea52"; } .bd3-cake-five:before { content: "\ea53"; } .bd3-cake-four:before { content: "\ea54"; } .bd3-cake-one:before { content: "\ea55"; } .bd3-cake-three:before { content: "\ea56"; } .bd3-cake-two:before { content: "\ea57"; } .bd3-calculator:before { content: "\ea58"; } .bd3-calculator-one:before { content: "\ea59"; } .bd3-calendar:before { content: "\ea5a"; } .bd3-calendar-dot:before { content: "\ea5b"; } .bd3-calendar-thirty:before { content: "\ea5c"; } .bd3-calendar-thirty-two:before { content: "\ea5d"; } .bd3-calendar-three:before { content: "\ea5e"; } .bd3-camera:before { content: "\ea5f"; } .bd3-camera-five:before { content: "\ea60"; } .bd3-camera-four:before { content: "\ea61"; } .bd3-camera-one:before { content: "\ea62"; } .bd3-camera-three:before { content: "\ea63"; } .bd3-camera-two:before { content: "\ea64"; } .bd3-camp:before { content: "\ea65"; } .bd3-cancer:before { content: "\ea66"; } .bd3-candy:before { content: "\ea67"; } .bd3-canned-fruit:before { content: "\ea68"; } .bd3-capricornus:before { content: "\ea69"; } .bd3-car:before { content: "\ea6a"; } .bd3-car-battery:before { content: "\ea6b"; } .bd3-cardioelectric:before { content: "\ea6c"; } .bd3-card-two:before { content: "\ea6d"; } .bd3-carousel:before { content: "\ea6e"; } .bd3-carousel-video:before { content: "\ea6f"; } .bd3-carrot:before { content: "\ea70"; } .bd3-castle:before { content: "\ea71"; } .bd3-cast-screen:before { content: "\ea72"; } .bd3-cat:before { content: "\ea73"; } .bd3-category-management:before { content: "\ea74"; } .bd3-cattle:before { content: "\ea75"; } .bd3-cattle-zodiac:before { content: "\ea76"; } .bd3-caution:before { content: "\ea77"; } .bd3-cc:before { content: "\ea78"; } .bd3-cd:before { content: "\ea79"; } .bd3-cell:before { content: "\ea7a"; } .bd3-ce-marking:before { content: "\ea7b"; } .bd3-center-alignment:before { content: "\ea7c"; } .bd3-certificate:before { content: "\ea7d"; } .bd3-chafing-dish:before { content: "\ea7e"; } .bd3-chafing-dish-one:before { content: "\ea7f"; } .bd3-chair:before { content: "\ea80"; } .bd3-chair-one:before { content: "\ea81"; } .bd3-change:before { content: "\ea82"; } .bd3-change-date-sort:before { content: "\ea83"; } .bd3-charging-treasure:before { content: "\ea84"; } .bd3-chart-graph:before { content: "\ea85"; } .bd3-chart-histogram:before { content: "\ea86"; } .bd3-chart-histogram-one:before { content: "\ea87"; } .bd3-chart-histogram-two:before { content: "\ea88"; } .bd3-chart-line:before { content: "\ea89"; } .bd3-chart-line-area:before { content: "\ea8a"; } .bd3-chart-pie:before { content: "\ea8b"; } .bd3-chart-pie-one:before { content: "\ea8c"; } .bd3-chart-proportion:before { content: "\ea8d"; } .bd3-chart-ring:before { content: "\ea8e"; } .bd3-chart-scatter:before { content: "\ea8f"; } .bd3-chart-stock:before { content: "\ea90"; } .bd3-check:before { content: "\ea91"; } .bd3-checkbox:before { content: "\ea92"; } .bd3-check-correct:before { content: "\ea93"; } .bd3-checkerboard:before { content: "\ea94"; } .bd3-check-in:before { content: "\ea95"; } .bd3-checklist:before { content: "\ea96"; } .bd3-check-one:before { content: "\ea97"; } .bd3-check-small:before { content: "\ea98"; } .bd3-cheese:before { content: "\ea99"; } .bd3-chef-hat:before { content: "\ea9a"; } .bd3-chef-hat-one:before { content: "\ea9b"; } .bd3-cherry:before { content: "\ea9c"; } .bd3-chess:before { content: "\ea9d"; } .bd3-chess-one:before { content: "\ea9e"; } .bd3-chest:before { content: "\ea9f"; } .bd3-chicken:before { content: "\eaa0"; } .bd3-chicken-leg:before { content: "\eaa1"; } .bd3-chicken-zodiac:before { content: "\eaa2"; } .bd3-children-cap:before { content: "\eaa3"; } .bd3-children-pyramid:before { content: "\eaa4"; } .bd3-child-with-pacifier:before { content: "\eaa5"; } .bd3-chili:before { content: "\eaa6"; } .bd3-chimney:before { content: "\eaa7"; } .bd3-chinese:before { content: "\eaa8"; } .bd3-chinese-one:before { content: "\eaa9"; } .bd3-chinese-pavilion:before { content: "\eaaa"; } .bd3-chip:before { content: "\eaab"; } .bd3-chopping-board:before { content: "\eaac"; } .bd3-chopsticks-fork:before { content: "\eaad"; } .bd3-christmas-tree:before { content: "\eaae"; } .bd3-christmas-tree-one:before { content: "\eaaf"; } .bd3-church-one:before { content: "\eab0"; } .bd3-church-two:before { content: "\eab1"; } .bd3-circle-double-down:before { content: "\eab2"; } .bd3-circle-double-left:before { content: "\eab3"; } .bd3-circle-double-right:before { content: "\eab4"; } .bd3-circle-double-up:before { content: "\eab5"; } .bd3-circle-five-line:before { content: "\eab6"; } .bd3-circle-four:before { content: "\eab7"; } .bd3-circle-four-line:before { content: "\eab8"; } .bd3-circle-house:before { content: "\eab9"; } .bd3-circle-left-down:before { content: "\eaba"; } .bd3-circle-left-up:before { content: "\eabb"; } .bd3-circle-right-down:before { content: "\eabc"; } .bd3-circle-right-up:before { content: "\eabd"; } .bd3-circles-and-triangles:before { content: "\eabe"; } .bd3-circles-seven:before { content: "\eabf"; } .bd3-circle-three:before { content: "\eac0"; } .bd3-circle-two-line:before { content: "\eac1"; } .bd3-circular-connection:before { content: "\eac2"; } .bd3-circus:before { content: "\eac3"; } .bd3-city:before { content: "\eac4"; } .bd3-city-gate:before { content: "\eac5"; } .bd3-city-one:before { content: "\eac6"; } .bd3-clap:before { content: "\eac7"; } .bd3-classroom:before { content: "\eac8"; } .bd3-clear:before { content: "\eac9"; } .bd3-clear-format:before { content: "\eaca"; } .bd3-click:before { content: "\eacb"; } .bd3-click-tap:before { content: "\eacc"; } .bd3-click-tap-two:before { content: "\eacd"; } .bd3-click-to-fold:before { content: "\eace"; } .bd3-clipboard:before { content: "\eacf"; } .bd3-clock-tower:before { content: "\ead0"; } .bd3-close:before { content: "\ead1"; } .bd3-close-one:before { content: "\ead2"; } .bd3-close-remind:before { content: "\ead3"; } .bd3-close-small:before { content: "\ead4"; } .bd3-close-wifi:before { content: "\ead5"; } .bd3-clothes-briefs:before { content: "\ead6"; } .bd3-clothes-cardigan:before { content: "\ead7"; } .bd3-clothes-crew-neck:before { content: "\ead8"; } .bd3-clothes-diapers:before { content: "\ead9"; } .bd3-clothes-gloves:before { content: "\eada"; } .bd3-clothes-gloves-two:before { content: "\eadb"; } .bd3-clothes-hoodie:before { content: "\eadc"; } .bd3-clothes-pants:before { content: "\eadd"; } .bd3-clothes-pants-short:before { content: "\eade"; } .bd3-clothes-pants-sweat:before { content: "\eadf"; } .bd3-clothes-short-sleeve:before { content: "\eae0"; } .bd3-clothes-skates:before { content: "\eae1"; } .bd3-clothes-suit:before { content: "\eae2"; } .bd3-clothes-sweater:before { content: "\eae3"; } .bd3-clothes-turtleneck:before { content: "\eae4"; } .bd3-clothes-windbreaker:before { content: "\eae5"; } .bd3-cloud-storage:before { content: "\eae6"; } .bd3-cloudy:before { content: "\eae7"; } .bd3-cloudy-night:before { content: "\eae8"; } .bd3-clue:before { content: "\eae9"; } .bd3-coat-hanger:before { content: "\eaea"; } .bd3-cocktail:before { content: "\eaeb"; } .bd3-coconut-tree:before { content: "\eaec"; } .bd3-code:before { content: "\eaed"; } .bd3-code-brackets:before { content: "\eaee"; } .bd3-code-computer:before { content: "\eaef"; } .bd3-code-download:before { content: "\eaf0"; } .bd3-code-laptop:before { content: "\eaf1"; } .bd3-code-one:before { content: "\eaf2"; } .bd3-coffee-machine:before { content: "\eaf3"; } .bd3-cola:before { content: "\eaf4"; } .bd3-collapse-text-input:before { content: "\eaf5"; } .bd3-collect-computer:before { content: "\eaf6"; } .bd3-collection-files:before { content: "\eaf7"; } .bd3-collection-records:before { content: "\eaf8"; } .bd3-collect-laptop:before { content: "\eaf9"; } .bd3-collect-picture:before { content: "\eafa"; } .bd3-color-card:before { content: "\eafb"; } .bd3-color-filter:before { content: "\eafc"; } .bd3-column:before { content: "\eafd"; } .bd3-comb:before { content: "\eafe"; } .bd3-come:before { content: "\eaff"; } .bd3-command:before { content: "\eb00"; } .bd3-comment:before { content: "\eb01"; } .bd3-comment-one:before { content: "\eb02"; } .bd3-comments:before { content: "\eb03"; } .bd3-commodity:before { content: "\eb04"; } .bd3-communication:before { content: "\eb05"; } .bd3-commuter-bag:before { content: "\eb06"; } .bd3-compass:before { content: "\eb07"; } .bd3-compass-one:before { content: "\eb08"; } .bd3-components:before { content: "\eb09"; } .bd3-composition:before { content: "\eb0a"; } .bd3-compression:before { content: "\eb0b"; } .bd3-computer:before { content: "\eb0c"; } .bd3-computer-one:before { content: "\eb0d"; } .bd3-concept-sharing:before { content: "\eb0e"; } .bd3-concern:before { content: "\eb0f"; } .bd3-conditioner:before { content: "\eb10"; } .bd3-cone:before { content: "\eb11"; } .bd3-cones:before { content: "\eb12"; } .bd3-config:before { content: "\eb13"; } .bd3-confounded-face:before { content: "\eb14"; } .bd3-confused-face:before { content: "\eb15"; } .bd3-connect:before { content: "\eb16"; } .bd3-connect-address-one:before { content: "\eb17"; } .bd3-connect-address-two:before { content: "\eb18"; } .bd3-connection:before { content: "\eb19"; } .bd3-connection-arrow:before { content: "\eb1a"; } .bd3-connection-box:before { content: "\eb1b"; } .bd3-connection-point:before { content: "\eb1c"; } .bd3-connection-point-two:before { content: "\eb1d"; } .bd3-consignment:before { content: "\eb1e"; } .bd3-consume:before { content: "\eb1f"; } .bd3-contrast:before { content: "\eb20"; } .bd3-contrast-view:before { content: "\eb21"; } .bd3-contrast-view-circle:before { content: "\eb22"; } .bd3-control:before { content: "\eb23"; } .bd3-converging-gateway:before { content: "\eb24"; } .bd3-cook:before { content: "\eb25"; } .bd3-cooking:before { content: "\eb26"; } .bd3-cooking-pot:before { content: "\eb27"; } .bd3-cool:before { content: "\eb28"; } .bd3-cooperative-handshake:before { content: "\eb29"; } .bd3-coordinate-system:before { content: "\eb2a"; } .bd3-copy:before { content: "\eb2b"; } .bd3-copy-link:before { content: "\eb2c"; } .bd3-copy-one:before { content: "\eb2d"; } .bd3-copyright:before { content: "\eb2e"; } .bd3-corner-down-left:before { content: "\eb2f"; } .bd3-corner-down-right:before { content: "\eb30"; } .bd3-corner-left-down:before { content: "\eb31"; } .bd3-corner-left-up:before { content: "\eb32"; } .bd3-corner-right-down:before { content: "\eb33"; } .bd3-corner-right-up:before { content: "\eb34"; } .bd3-corner-up-left:before { content: "\eb35"; } .bd3-corner-up-right:before { content: "\eb36"; } .bd3-coronavirus:before { content: "\eb37"; } .bd3-correct:before { content: "\eb38"; } .bd3-cosmetic-brush:before { content: "\eb39"; } .bd3-coupon:before { content: "\eb3a"; } .bd3-court:before { content: "\eb3b"; } .bd3-cpu:before { content: "\eb3c"; } .bd3-crab:before { content: "\eb3d"; } .bd3-creation-date-sort:before { content: "\eb3e"; } .bd3-creative:before { content: "\eb3f"; } .bd3-credit:before { content: "\eb40"; } .bd3-crib:before { content: "\eb41"; } .bd3-croissant:before { content: "\eb42"; } .bd3-cross-ring:before { content: "\eb43"; } .bd3-cross-ring-two:before { content: "\eb44"; } .bd3-cross-society:before { content: "\eb45"; } .bd3-crown:before { content: "\eb46"; } .bd3-crown-three:before { content: "\eb47"; } .bd3-crown-two:before { content: "\eb48"; } .bd3-cruise:before { content: "\eb49"; } .bd3-crying-baby:before { content: "\eb4a"; } .bd3-cube:before { content: "\eb4b"; } .bd3-cube-five:before { content: "\eb4c"; } .bd3-cube-four:before { content: "\eb4d"; } .bd3-cube-three:before { content: "\eb4e"; } .bd3-cube-two:before { content: "\eb4f"; } .bd3-cup:before { content: "\eb50"; } .bd3-cup-four:before { content: "\eb51"; } .bd3-cup-one:before { content: "\eb52"; } .bd3-curling:before { content: "\eb53"; } .bd3-currency:before { content: "\eb54"; } .bd3-curve-adjustment:before { content: "\eb55"; } .bd3-customer:before { content: "\eb56"; } .bd3-cutting:before { content: "\eb57"; } .bd3-cutting-one:before { content: "\eb58"; } .bd3-cuvette:before { content: "\eb59"; } .bd3-cycle:before { content: "\eb5a"; } .bd3-cycle-arrow:before { content: "\eb5b"; } .bd3-cycle-movement:before { content: "\eb5c"; } .bd3-cycle-one:before { content: "\eb5d"; } .bd3-cylinder:before { content: "\eb5e"; } .bd3-damage-map:before { content: "\eb5f"; } .bd3-dark-mode:before { content: "\eb60"; } .bd3-dashboard:before { content: "\eb61"; } .bd3-dashboard-car:before { content: "\eb62"; } .bd3-dashboard-one:before { content: "\eb63"; } .bd3-dashboard-two:before { content: "\eb64"; } .bd3-data:before { content: "\eb65"; } .bd3-data-all:before { content: "\eb66"; } .bd3-data-arrival:before { content: "\eb67"; } .bd3-database-alert:before { content: "\eb68"; } .bd3-database-code:before { content: "\eb69"; } .bd3-database-config:before { content: "\eb6a"; } .bd3-database-download:before { content: "\eb6b"; } .bd3-database-enter:before { content: "\eb6c"; } .bd3-database-fail:before { content: "\eb6d"; } .bd3-database-first:before { content: "\eb6e"; } .bd3-database-forbid:before { content: "\eb6f"; } .bd3-database-lock:before { content: "\eb70"; } .bd3-database-network:before { content: "\eb71"; } .bd3-database-network-point:before { content: "\eb72"; } .bd3-database-point:before { content: "\eb73"; } .bd3-database-position:before { content: "\eb74"; } .bd3-database-power:before { content: "\eb75"; } .bd3-database-proportion:before { content: "\eb76"; } .bd3-database-search:before { content: "\eb77"; } .bd3-database-setting:before { content: "\eb78"; } .bd3-database-success:before { content: "\eb79"; } .bd3-database-sync:before { content: "\eb7a"; } .bd3-database-time:before { content: "\eb7b"; } .bd3-data-display:before { content: "\eb7c"; } .bd3-data-file:before { content: "\eb7d"; } .bd3-data-four:before { content: "\eb7e"; } .bd3-data-lock:before { content: "\eb7f"; } .bd3-data-null:before { content: "\eb80"; } .bd3-data-one:before { content: "\eb81"; } .bd3-data-screen:before { content: "\eb82"; } .bd3-data-server:before { content: "\eb83"; } .bd3-data-sheet:before { content: "\eb84"; } .bd3-data-switching:before { content: "\eb85"; } .bd3-data-three:before { content: "\eb86"; } .bd3-data-two:before { content: "\eb87"; } .bd3-data-user:before { content: "\eb88"; } .bd3-date-comes-back:before { content: "\eb89"; } .bd3-deadline-sort:before { content: "\eb8a"; } .bd3-death-star:before { content: "\eb8b"; } .bd3-deeplink:before { content: "\eb8c"; } .bd3-deer:before { content: "\eb8d"; } .bd3-degree-hat:before { content: "\eb8e"; } .bd3-delete:before { content: "\eb8f"; } .bd3-delete-five:before { content: "\eb90"; } .bd3-delete-four:before { content: "\eb91"; } .bd3-delete-key:before { content: "\eb92"; } .bd3-delete-mode:before { content: "\eb93"; } .bd3-delete-one:before { content: "\eb94"; } .bd3-delete-themes:before { content: "\eb95"; } .bd3-delete-three:before { content: "\eb96"; } .bd3-delete-two:before { content: "\eb97"; } .bd3-delivery:before { content: "\eb98"; } .bd3-deposit:before { content: "\eb99"; } .bd3-descend:before { content: "\eb9a"; } .bd3-desk-lamp:before { content: "\eb9b"; } .bd3-desk-lamp-one:before { content: "\eb9c"; } .bd3-detection:before { content: "\eb9d"; } .bd3-devices:before { content: "\eb9e"; } .bd3-diamond:before { content: "\eb9f"; } .bd3-diamond-necklace:before { content: "\eba0"; } .bd3-diamond-one:before { content: "\eba1"; } .bd3-diamond-ring:before { content: "\eba2"; } .bd3-diamonds:before { content: "\eba3"; } .bd3-diamond-three:before { content: "\eba4"; } .bd3-diamond-two:before { content: "\eba5"; } .bd3-dianziqian:before { content: "\eba6"; } .bd3-diapers-one:before { content: "\eba7"; } .bd3-difference-set:before { content: "\eba8"; } .bd3-digital-watches:before { content: "\eba9"; } .bd3-direction:before { content: "\ebaa"; } .bd3-direction-adjustment:before { content: "\ebab"; } .bd3-direction-adjustment-three:before { content: "\ebac"; } .bd3-direction-adjustment-two:before { content: "\ebad"; } .bd3-disabaled-web:before { content: "\ebae"; } .bd3-disabled-computer:before { content: "\ebaf"; } .bd3-disabled-laptop:before { content: "\ebb0"; } .bd3-disabled-picture:before { content: "\ebb1"; } .bd3-disappointed-face:before { content: "\ebb2"; } .bd3-discovery-index:before { content: "\ebb3"; } .bd3-disk:before { content: "\ebb4"; } .bd3-disk-one:before { content: "\ebb5"; } .bd3-disk-two:before { content: "\ebb6"; } .bd3-dislike:before { content: "\ebb7"; } .bd3-dislike-two:before { content: "\ebb8"; } .bd3-display:before { content: "\ebb9"; } .bd3-distortion:before { content: "\ebba"; } .bd3-distraught-face:before { content: "\ebbb"; } .bd3-distribute-horizontally:before { content: "\ebbc"; } .bd3-distribute-horizontal-spacing:before { content: "\ebbd"; } .bd3-distribute-vertically:before { content: "\ebbe"; } .bd3-distribute-vertical-spacing:before { content: "\ebbf"; } .bd3-dividing-line:before { content: "\ebc0"; } .bd3-dividing-line-one:before { content: "\ebc1"; } .bd3-diving:before { content: "\ebc2"; } .bd3-diving-bottle:before { content: "\ebc3"; } .bd3-diving-suit:before { content: "\ebc4"; } .bd3-division:before { content: "\ebc5"; } .bd3-dizzy-face:before { content: "\ebc6"; } .bd3-doc-add:before { content: "\ebc7"; } .bd3-doc-detail:before { content: "\ebc8"; } .bd3-doc-fail:before { content: "\ebc9"; } .bd3-doc-search:before { content: "\ebca"; } .bd3-doc-search-two:before { content: "\ebcb"; } .bd3-doc-success:before { content: "\ebcc"; } .bd3-document-folder:before { content: "\ebcd"; } .bd3-dog:before { content: "\ebce"; } .bd3-dog-zodiac:before { content: "\ebcf"; } .bd3-dollar:before { content: "\ebd0"; } .bd3-dolphin:before { content: "\ebd1"; } .bd3-dome:before { content: "\ebd2"; } .bd3-dome-light:before { content: "\ebd3"; } .bd3-done-all:before { content: "\ebd4"; } .bd3-dongchedi:before { content: "\ebd5"; } .bd3-door-handle:before { content: "\ebd6"; } .bd3-dot:before { content: "\ebd7"; } .bd3-double-bed:before { content: "\ebd8"; } .bd3-double-down:before { content: "\ebd9"; } .bd3-double-left:before { content: "\ebda"; } .bd3-double-right:before { content: "\ebdb"; } .bd3-double-up:before { content: "\ebdc"; } .bd3-doughnut:before { content: "\ebdd"; } .bd3-down:before { content: "\ebde"; } .bd3-down-c:before { content: "\ebdf"; } .bd3-download:before { content: "\ebe0"; } .bd3-download-computer:before { content: "\ebe1"; } .bd3-download-four:before { content: "\ebe2"; } .bd3-download-laptop:before { content: "\ebe3"; } .bd3-download-one:before { content: "\ebe4"; } .bd3-download-three:before { content: "\ebe5"; } .bd3-download-two:before { content: "\ebe6"; } .bd3-download-web:before { content: "\ebe7"; } .bd3-down-one:before { content: "\ebe8"; } .bd3-down-picture:before { content: "\ebe9"; } .bd3-down-small:before { content: "\ebea"; } .bd3-down-square:before { content: "\ebeb"; } .bd3-down-two:before { content: "\ebec"; } .bd3-drag:before { content: "\ebed"; } .bd3-dragon-zodiac:before { content: "\ebee"; } .bd3-dribble:before { content: "\ebef"; } .bd3-drink:before { content: "\ebf0"; } .bd3-drone:before { content: "\ebf1"; } .bd3-drone-one:before { content: "\ebf2"; } .bd3-dropbox:before { content: "\ebf3"; } .bd3-drop-down-list:before { content: "\ebf4"; } .bd3-drop-shadow-down:before { content: "\ebf5"; } .bd3-drop-shadow-left:before { content: "\ebf6"; } .bd3-drop-shadow-right:before { content: "\ebf7"; } .bd3-drop-shadow-up:before { content: "\ebf8"; } .bd3-drumstick:before { content: "\ebf9"; } .bd3-dubai:before { content: "\ebfa"; } .bd3-duck:before { content: "\ebfb"; } .bd3-dumbbell:before { content: "\ebfc"; } .bd3-dumbbel-line:before { content: "\ebfd"; } .bd3-dvi:before { content: "\ebfe"; } .bd3-eagle:before { content: "\ebff"; } .bd3-earth:before { content: "\ec00"; } .bd3-easy:before { content: "\ec01"; } .bd3-ecg:before { content: "\ec02"; } .bd3-edit:before { content: "\ec03"; } .bd3-editing:before { content: "\ec04"; } .bd3-edit-movie:before { content: "\ec05"; } .bd3-edit-name:before { content: "\ec06"; } .bd3-edit-one:before { content: "\ec07"; } .bd3-editor:before { content: "\ec08"; } .bd3-edit-two:before { content: "\ec09"; } .bd3-eeg:before { content: "\ec0a"; } .bd3-effects:before { content: "\ec0b"; } .bd3-efferent-four:before { content: "\ec0c"; } .bd3-efferent-three:before { content: "\ec0d"; } .bd3-egg:before { content: "\ec0e"; } .bd3-egg-one:before { content: "\ec0f"; } .bd3-eggplant:before { content: "\ec10"; } .bd3-eiffel-tower:before { content: "\ec11"; } .bd3-eight-key:before { content: "\ec12"; } .bd3-electric-drill:before { content: "\ec13"; } .bd3-electric-iron:before { content: "\ec14"; } .bd3-electric-wave:before { content: "\ec15"; } .bd3-electrocardiogram:before { content: "\ec16"; } .bd3-electronic-door-lock:before { content: "\ec17"; } .bd3-electronic-locks-close:before { content: "\ec18"; } .bd3-electronic-locks-open:before { content: "\ec19"; } .bd3-electronic-pen:before { content: "\ec1a"; } .bd3-elephant:before { content: "\ec1b"; } .bd3-elevator:before { content: "\ec1c"; } .bd3-email-block:before { content: "\ec1d"; } .bd3-email-delect:before { content: "\ec1e"; } .bd3-email-down:before { content: "\ec1f"; } .bd3-email-fail:before { content: "\ec20"; } .bd3-email-lock:before { content: "\ec21"; } .bd3-email-push:before { content: "\ec22"; } .bd3-email-search:before { content: "\ec23"; } .bd3-email-security:before { content: "\ec24"; } .bd3-email-successfully:before { content: "\ec25"; } .bd3-emotion-happy:before { content: "\ec26"; } .bd3-emotion-unhappy:before { content: "\ec27"; } .bd3-empty:before { content: "\ec28"; } .bd3-endless:before { content: "\ec29"; } .bd3-endocrine:before { content: "\ec2a"; } .bd3-endpoint-displacement:before { content: "\ec2b"; } .bd3-endpoint-flat:before { content: "\ec2c"; } .bd3-endpoint-round:before { content: "\ec2d"; } .bd3-endpoint-square:before { content: "\ec2e"; } .bd3-end-time-sort:before { content: "\ec2f"; } .bd3-energy-socket:before { content: "\ec30"; } .bd3-engineering-brand:before { content: "\ec31"; } .bd3-engineering-vehicle:before { content: "\ec32"; } .bd3-english:before { content: "\ec33"; } .bd3-english-mustache:before { content: "\ec34"; } .bd3-enquire:before { content: "\ec35"; } .bd3-enter-key:before { content: "\ec36"; } .bd3-enter-key-one:before { content: "\ec37"; } .bd3-entertainment:before { content: "\ec38"; } .bd3-enter-the-keyboard:before { content: "\ec39"; } .bd3-envelope:before { content: "\ec3a"; } .bd3-envelope-one:before { content: "\ec3b"; } .bd3-equalizer:before { content: "\ec3c"; } .bd3-equal-ratio:before { content: "\ec3d"; } .bd3-erase:before { content: "\ec3e"; } .bd3-error:before { content: "\ec3f"; } .bd3-error-computer:before { content: "\ec40"; } .bd3-error-picture:before { content: "\ec41"; } .bd3-error-prompt:before { content: "\ec42"; } .bd3-escalators:before { content: "\ec43"; } .bd3-ethernet-off:before { content: "\ec44"; } .bd3-ethernet-on:before { content: "\ec45"; } .bd3-every-user:before { content: "\ec46"; } .bd3-excel:before { content: "\ec47"; } .bd3-excel-one:before { content: "\ec48"; } .bd3-exchange:before { content: "\ec49"; } .bd3-exchange-four:before { content: "\ec4a"; } .bd3-exchange-one:before { content: "\ec4b"; } .bd3-exchange-three:before { content: "\ec4c"; } .bd3-exchange-two:before { content: "\ec4d"; } .bd3-exclude-selection:before { content: "\ec4e"; } .bd3-exclusive-gateway:before { content: "\ec4f"; } .bd3-expand-down:before { content: "\ec50"; } .bd3-expand-down-one:before { content: "\ec51"; } .bd3-expand-left:before { content: "\ec52"; } .bd3-expand-left-and-right:before { content: "\ec53"; } .bd3-expand-right:before { content: "\ec54"; } .bd3-expand-text-input:before { content: "\ec55"; } .bd3-expand-up:before { content: "\ec56"; } .bd3-expenses:before { content: "\ec57"; } .bd3-expenses-one:before { content: "\ec58"; } .bd3-experiment:before { content: "\ec59"; } .bd3-experiment-one:before { content: "\ec5a"; } .bd3-export:before { content: "\ec5b"; } .bd3-express-delivery:before { content: "\ec5c"; } .bd3-expressionless-face:before { content: "\ec5d"; } .bd3-extend:before { content: "\ec5e"; } .bd3-external-transmission:before { content: "\ec5f"; } .bd3-eyebrow:before { content: "\ec60"; } .bd3-eyes:before { content: "\ec61"; } .bd3-facebook:before { content: "\ec62"; } .bd3-facebook-one:before { content: "\ec63"; } .bd3-face-powder:before { content: "\ec64"; } .bd3-face-recognition:before { content: "\ec65"; } .bd3-facetime:before { content: "\ec66"; } .bd3-faceu:before { content: "\ec67"; } .bd3-face-without-mouth:before { content: "\ec68"; } .bd3-face-with-smiling-open-eyes:before { content: "\ec69"; } .bd3-facial-cleanser:before { content: "\ec6a"; } .bd3-facial-mask:before { content: "\ec6b"; } .bd3-factory-building:before { content: "\ec6c"; } .bd3-fail-picture:before { content: "\ec6d"; } .bd3-family:before { content: "\ec6e"; } .bd3-fan:before { content: "\ec6f"; } .bd3-fanqiexiaoshuo:before { content: "\ec70"; } .bd3-feelgood:before { content: "\ec71"; } .bd3-feelgood-one:before { content: "\ec72"; } .bd3-f-eight-key:before { content: "\ec73"; } .bd3-feiyu:before { content: "\ec74"; } .bd3-female:before { content: "\ec75"; } .bd3-fence-one:before { content: "\ec76"; } .bd3-fence-two:before { content: "\ec77"; } .bd3-ferris-wheel:before { content: "\ec78"; } .bd3-f-five-key:before { content: "\ec79"; } .bd3-f-four-key:before { content: "\ec7a"; } .bd3-figma:before { content: "\ec7b"; } .bd3-figma-component:before { content: "\ec7c"; } .bd3-figma-flatten-selection:before { content: "\ec7d"; } .bd3-figma-mask:before { content: "\ec7e"; } .bd3-figma-reset-instance:before { content: "\ec7f"; } .bd3-file-addition:before { content: "\ec80"; } .bd3-file-addition-one:before { content: "\ec81"; } .bd3-file-cabinet:before { content: "\ec82"; } .bd3-file-code:before { content: "\ec83"; } .bd3-file-code-one:before { content: "\ec84"; } .bd3-file-collection:before { content: "\ec85"; } .bd3-file-collection-one:before { content: "\ec86"; } .bd3-file-conversion:before { content: "\ec87"; } .bd3-file-conversion-one:before { content: "\ec88"; } .bd3-file-date:before { content: "\ec89"; } .bd3-file-date-one:before { content: "\ec8a"; } .bd3-file-display:before { content: "\ec8b"; } .bd3-file-display-one:before { content: "\ec8c"; } .bd3-file-doc:before { content: "\ec8d"; } .bd3-file-editing:before { content: "\ec8e"; } .bd3-file-editing-one:before { content: "\ec8f"; } .bd3-file-excel:before { content: "\ec90"; } .bd3-file-failed:before { content: "\ec91"; } .bd3-file-failed-one:before { content: "\ec92"; } .bd3-file-focus:before { content: "\ec93"; } .bd3-file-focus-one:before { content: "\ec94"; } .bd3-file-gif:before { content: "\ec95"; } .bd3-file-hash:before { content: "\ec96"; } .bd3-file-hash-one:before { content: "\ec97"; } .bd3-file-hiding:before { content: "\ec98"; } .bd3-file-hiding-one:before { content: "\ec99"; } .bd3-file-jpg:before { content: "\ec9a"; } .bd3-file-lock:before { content: "\ec9b"; } .bd3-file-lock-one:before { content: "\ec9c"; } .bd3-file-music:before { content: "\ec9d"; } .bd3-file-music-one:before { content: "\ec9e"; } .bd3-file-pdf:before { content: "\ec9f"; } .bd3-file-pdf-one:before { content: "\eca0"; } .bd3-file-ppt:before { content: "\eca1"; } .bd3-file-protection:before { content: "\eca2"; } .bd3-file-protection-one:before { content: "\eca3"; } .bd3-file-quality:before { content: "\eca4"; } .bd3-file-quality-one:before { content: "\eca5"; } .bd3-file-question:before { content: "\eca6"; } .bd3-file-removal:before { content: "\eca7"; } .bd3-file-removal-one:before { content: "\eca8"; } .bd3-file-search:before { content: "\eca9"; } .bd3-file-search-one:before { content: "\ecaa"; } .bd3-file-search-two:before { content: "\ecab"; } .bd3-file-settings:before { content: "\ecac"; } .bd3-file-settings-one:before { content: "\ecad"; } .bd3-file-staff:before { content: "\ecae"; } .bd3-file-staff-one:before { content: "\ecaf"; } .bd3-file-success:before { content: "\ecb0"; } .bd3-file-success-one:before { content: "\ecb1"; } .bd3-file-text:before { content: "\ecb2"; } .bd3-file-text-one:before { content: "\ecb3"; } .bd3-file-tips:before { content: "\ecb4"; } .bd3-file-tips-one:before { content: "\ecb5"; } .bd3-file-txt:before { content: "\ecb6"; } .bd3-file-txt-one:before { content: "\ecb7"; } .bd3-file-withdrawal:before { content: "\ecb8"; } .bd3-file-withdrawal-one:before { content: "\ecb9"; } .bd3-file-word:before { content: "\ecba"; } .bd3-file-zip:before { content: "\ecbb"; } .bd3-fill:before { content: "\ecbc"; } .bd3-film:before { content: "\ecbd"; } .bd3-filter:before { content: "\ecbe"; } .bd3-filter-one:before { content: "\ecbf"; } .bd3-finance:before { content: "\ecc0"; } .bd3-financing:before { content: "\ecc1"; } .bd3-financing-one:before { content: "\ecc2"; } .bd3-financing-two:before { content: "\ecc3"; } .bd3-find:before { content: "\ecc4"; } .bd3-find-one:before { content: "\ecc5"; } .bd3-fingernail:before { content: "\ecc6"; } .bd3-fingerprint:before { content: "\ecc7"; } .bd3-fingerprint-three:before { content: "\ecc8"; } .bd3-fingerprint-two:before { content: "\ecc9"; } .bd3-fire:before { content: "\ecca"; } .bd3-fire-extinguisher:before { content: "\eccb"; } .bd3-fire-extinguisher-one:before { content: "\eccc"; } .bd3-fire-two:before { content: "\eccd"; } .bd3-fireworks:before { content: "\ecce"; } .bd3-first:before { content: "\eccf"; } .bd3-first-aid-kit:before { content: "\ecd0"; } .bd3-fish:before { content: "\ecd1"; } .bd3-fishing:before { content: "\ecd2"; } .bd3-fish-one:before { content: "\ecd3"; } .bd3-fist:before { content: "\ecd4"; } .bd3-fitness:before { content: "\ecd5"; } .bd3-five:before { content: "\ecd6"; } .bd3-five-ellipses:before { content: "\ecd7"; } .bd3-five-five:before { content: "\ecd8"; } .bd3-five-key:before { content: "\ecd9"; } .bd3-five-star-badge:before { content: "\ecda"; } .bd3-flag:before { content: "\ecdb"; } .bd3-flashlamp:before { content: "\ecdc"; } .bd3-flashlight:before { content: "\ecdd"; } .bd3-flash-payment:before { content: "\ecde"; } .bd3-flask:before { content: "\ecdf"; } .bd3-flight-airflow:before { content: "\ece0"; } .bd3-flight-safety:before { content: "\ece1"; } .bd3-flip-camera:before { content: "\ece2"; } .bd3-flip-horizontally:before { content: "\ece3"; } .bd3-flip-vertically:before { content: "\ece4"; } .bd3-flirt:before { content: "\ece5"; } .bd3-float:before { content: "\ece6"; } .bd3-floor-tile:before { content: "\ece7"; } .bd3-fm:before { content: "\ece8"; } .bd3-f-nine-key:before { content: "\ece9"; } .bd3-f-n-key:before { content: "\ecea"; } .bd3-focus:before { content: "\eceb"; } .bd3-focus-one:before { content: "\ecec"; } .bd3-fog:before { content: "\eced"; } .bd3-folder:before { content: "\ecee"; } .bd3-folder-block:before { content: "\ecef"; } .bd3-folder-block-one:before { content: "\ecf0"; } .bd3-folder-close:before { content: "\ecf1"; } .bd3-folder-code:before { content: "\ecf2"; } .bd3-folder-code-one:before { content: "\ecf3"; } .bd3-folder-conversion:before { content: "\ecf4"; } .bd3-folder-conversion-one:before { content: "\ecf5"; } .bd3-folder-download:before { content: "\ecf6"; } .bd3-folder-failed:before { content: "\ecf7"; } .bd3-folder-failed-one:before { content: "\ecf8"; } .bd3-folder-focus:before { content: "\ecf9"; } .bd3-folder-focus-one:before { content: "\ecfa"; } .bd3-folder-lock:before { content: "\ecfb"; } .bd3-folder-lock-one:before { content: "\ecfc"; } .bd3-folder-minus:before { content: "\ecfd"; } .bd3-folder-music:before { content: "\ecfe"; } .bd3-folder-music-one:before { content: "\ecff"; } .bd3-folder-one:before { content: "\ed00"; } .bd3-folder-open:before { content: "\ed01"; } .bd3-folder-plus:before { content: "\ed02"; } .bd3-folder-protection:before { content: "\ed03"; } .bd3-folder-protection-one:before { content: "\ed04"; } .bd3-folder-quality:before { content: "\ed05"; } .bd3-folder-quality-one:before { content: "\ed06"; } .bd3-folder-search:before { content: "\ed07"; } .bd3-folder-search-one:before { content: "\ed08"; } .bd3-folder-settings:before { content: "\ed09"; } .bd3-folder-settings-one:before { content: "\ed0a"; } .bd3-folder-success:before { content: "\ed0b"; } .bd3-folder-success-one:before { content: "\ed0c"; } .bd3-folder-upload:before { content: "\ed0d"; } .bd3-folder-withdrawal:before { content: "\ed0e"; } .bd3-folder-withdrawal-one:before { content: "\ed0f"; } .bd3-fold-up-one:before { content: "\ed10"; } .bd3-follow-up-date-sort:before { content: "\ed11"; } .bd3-f-one-key:before { content: "\ed12"; } .bd3-font-search:before { content: "\ed13"; } .bd3-font-size:before { content: "\ed14"; } .bd3-font-size-two:before { content: "\ed15"; } .bd3-foot:before { content: "\ed16"; } .bd3-football:before { content: "\ed17"; } .bd3-forbid:before { content: "\ed18"; } .bd3-fork:before { content: "\ed19"; } .bd3-fork-spoon:before { content: "\ed1a"; } .bd3-form:before { content: "\ed1b"; } .bd3-format:before { content: "\ed1c"; } .bd3-format-brush:before { content: "\ed1d"; } .bd3-form-one:before { content: "\ed1e"; } .bd3-formula:before { content: "\ed1f"; } .bd3-foundation-makeup:before { content: "\ed20"; } .bd3-four:before { content: "\ed21"; } .bd3-four-arrows:before { content: "\ed22"; } .bd3-four-four:before { content: "\ed23"; } .bd3-four-key:before { content: "\ed24"; } .bd3-four-leaves:before { content: "\ed25"; } .bd3-four-point-connection:before { content: "\ed26"; } .bd3-four-round-point-connection:before { content: "\ed27"; } .bd3-foursquare:before { content: "\ed28"; } .bd3-freeze-column:before { content: "\ed29"; } .bd3-freeze-line:before { content: "\ed2a"; } .bd3-freezing-line-column:before { content: "\ed2b"; } .bd3-french-fries:before { content: "\ed2c"; } .bd3-friends-circle:before { content: "\ed2d"; } .bd3-frigate:before { content: "\ed2e"; } .bd3-frog:before { content: "\ed2f"; } .bd3-frowning-face-whit-open-mouth:before { content: "\ed30"; } .bd3-fruiter:before { content: "\ed31"; } .bd3-f-seven-key:before { content: "\ed32"; } .bd3-f-six-key:before { content: "\ed33"; } .bd3-f-three-key:before { content: "\ed34"; } .bd3-f-two-key:before { content: "\ed35"; } .bd3-full-dress-longuette:before { content: "\ed36"; } .bd3-full-screen:before { content: "\ed37"; } .bd3-full-screen-one:before { content: "\ed38"; } .bd3-full-screen-play:before { content: "\ed39"; } .bd3-full-screen-two:before { content: "\ed3a"; } .bd3-full-selection:before { content: "\ed3b"; } .bd3-fullwidth:before { content: "\ed3c"; } .bd3-funds:before { content: "\ed3d"; } .bd3-future-build-one:before { content: "\ed3e"; } .bd3-future-build-three:before { content: "\ed3f"; } .bd3-future-build-two:before { content: "\ed40"; } .bd3-f-zero-key:before { content: "\ed41"; } .bd3-game:before { content: "\ed42"; } .bd3-game-console:before { content: "\ed43"; } .bd3-game-console-one:before { content: "\ed44"; } .bd3-game-emoji:before { content: "\ed45"; } .bd3-game-handle:before { content: "\ed46"; } .bd3-gamepad:before { content: "\ed47"; } .bd3-game-ps:before { content: "\ed48"; } .bd3-game-three:before { content: "\ed49"; } .bd3-game-two:before { content: "\ed4a"; } .bd3-garage:before { content: "\ed4b"; } .bd3-garlic:before { content: "\ed4c"; } .bd3-gas:before { content: "\ed4d"; } .bd3-gastrointestinal:before { content: "\ed4e"; } .bd3-gate:before { content: "\ed4f"; } .bd3-gate-machine:before { content: "\ed50"; } .bd3-gauze:before { content: "\ed51"; } .bd3-gavel:before { content: "\ed52"; } .bd3-gemini:before { content: "\ed53"; } .bd3-general-branch:before { content: "\ed54"; } .bd3-geometric-flowers:before { content: "\ed55"; } .bd3-germs:before { content: "\ed56"; } .bd3-ghost:before { content: "\ed57"; } .bd3-gift:before { content: "\ed58"; } .bd3-gift-bag:before { content: "\ed59"; } .bd3-gift-box:before { content: "\ed5a"; } .bd3-girl:before { content: "\ed5b"; } .bd3-girl-one:before { content: "\ed5c"; } .bd3-girl-two:before { content: "\ed5d"; } .bd3-github:before { content: "\ed5e"; } .bd3-github-one:before { content: "\ed5f"; } .bd3-gitlab:before { content: "\ed60"; } .bd3-glasses:before { content: "\ed61"; } .bd3-glasses-one:before { content: "\ed62"; } .bd3-glasses-three:before { content: "\ed63"; } .bd3-globe:before { content: "\ed64"; } .bd3-glove:before { content: "\ed65"; } .bd3-go-ahead:before { content: "\ed66"; } .bd3-goblet:before { content: "\ed67"; } .bd3-goblet-cracking:before { content: "\ed68"; } .bd3-goblet-full:before { content: "\ed69"; } .bd3-goblet-one:before { content: "\ed6a"; } .bd3-go-end:before { content: "\ed6b"; } .bd3-gold-medal:before { content: "\ed6c"; } .bd3-gold-medal-two:before { content: "\ed6d"; } .bd3-golf-course:before { content: "\ed6e"; } .bd3-gongfu:before { content: "\ed6f"; } .bd3-good:before { content: "\ed70"; } .bd3-good-one:before { content: "\ed71"; } .bd3-good-two:before { content: "\ed72"; } .bd3-google:before { content: "\ed73"; } .bd3-google-ads:before { content: "\ed74"; } .bd3-go-on:before { content: "\ed75"; } .bd3-gopro:before { content: "\ed76"; } .bd3-go-start:before { content: "\ed77"; } .bd3-gps:before { content: "\ed78"; } .bd3-graphic-design:before { content: "\ed79"; } .bd3-graphic-design-two:before { content: "\ed7a"; } .bd3-graphic-stitching:before { content: "\ed7b"; } .bd3-graphic-stitching-four:before { content: "\ed7c"; } .bd3-graphic-stitching-three:before { content: "\ed7d"; } .bd3-great-wall:before { content: "\ed7e"; } .bd3-green-house:before { content: "\ed7f"; } .bd3-green-new-energy:before { content: "\ed80"; } .bd3-grid-four:before { content: "\ed81"; } .bd3-grid-nine:before { content: "\ed82"; } .bd3-grid-sixteen:before { content: "\ed83"; } .bd3-grid-three:before { content: "\ed84"; } .bd3-grid-two:before { content: "\ed85"; } .bd3-grimacing-face:before { content: "\ed86"; } .bd3-grinning-face:before { content: "\ed87"; } .bd3-grinning-face-with-open-mouth:before { content: "\ed88"; } .bd3-grinning-face-with-squinting-eyes:before { content: "\ed89"; } .bd3-grinning-face-with-tightly-closed-eyes:before { content: "\ed8a"; } .bd3-grinning-face-with-tightly-closed-eyes-open-mouth:before { content: "\ed8b"; } .bd3-group:before { content: "\ed8c"; } .bd3-guide-board:before { content: "\ed8d"; } .bd3-gymnastics:before { content: "\ed8e"; } .bd3-gymnastics-one:before { content: "\ed8f"; } .bd3-h:before { content: "\ed90"; } .bd3-h1:before { content: "\ed91"; } .bd3-h2:before { content: "\ed92"; } .bd3-h3:before { content: "\ed93"; } .bd3-hair-brush:before { content: "\ed94"; } .bd3-hair-clip:before { content: "\ed95"; } .bd3-hair-dryer:before { content: "\ed96"; } .bd3-hair-dryer-one:before { content: "\ed97"; } .bd3-halo:before { content: "\ed98"; } .bd3-hamburger:before { content: "\ed99"; } .bd3-hamburger-button:before { content: "\ed9a"; } .bd3-hamburger-one:before { content: "\ed9b"; } .bd3-hammer-and-anvil:before { content: "\ed9c"; } .bd3-handbag:before { content: "\ed9d"; } .bd3-hand-cream:before { content: "\ed9e"; } .bd3-hand-down:before { content: "\ed9f"; } .bd3-hand-drag:before { content: "\eda0"; } .bd3-handheld:before { content: "\eda1"; } .bd3-handle-a:before { content: "\eda2"; } .bd3-handle-b:before { content: "\eda3"; } .bd3-handle-c:before { content: "\eda4"; } .bd3-handle-down:before { content: "\eda5"; } .bd3-hand-left:before { content: "\eda6"; } .bd3-handle-left:before { content: "\eda7"; } .bd3-handle-right:before { content: "\eda8"; } .bd3-handle-round:before { content: "\eda9"; } .bd3-handle-square:before { content: "\edaa"; } .bd3-handle-triangle:before { content: "\edab"; } .bd3-handle-up:before { content: "\edac"; } .bd3-handle-x:before { content: "\edad"; } .bd3-handle-y:before { content: "\edae"; } .bd3-handle-z:before { content: "\edaf"; } .bd3-hand-painted-plate:before { content: "\edb0"; } .bd3-hand-right:before { content: "\edb1"; } .bd3-hands:before { content: "\edb2"; } .bd3-hand-up:before { content: "\edb3"; } .bd3-handwashing:before { content: "\edb4"; } .bd3-handwashing-fluid:before { content: "\edb5"; } .bd3-hanfu-chinese-style:before { content: "\edb6"; } .bd3-hanger:before { content: "\edb7"; } .bd3-hanger-one:before { content: "\edb8"; } .bd3-hanger-two:before { content: "\edb9"; } .bd3-hard-disk:before { content: "\edba"; } .bd3-hard-disk-one:before { content: "\edbb"; } .bd3-harm:before { content: "\edbc"; } .bd3-hashtag-key:before { content: "\edbd"; } .bd3-hat:before { content: "\edbe"; } .bd3-hdd:before { content: "\edbf"; } .bd3-hdmi-cable:before { content: "\edc0"; } .bd3-hdmi-connector:before { content: "\edc1"; } .bd3-headphone-sound:before { content: "\edc2"; } .bd3-headset:before { content: "\edc3"; } .bd3-headset-one:before { content: "\edc4"; } .bd3-headset-two:before { content: "\edc5"; } .bd3-headwear:before { content: "\edc6"; } .bd3-health:before { content: "\edc7"; } .bd3-health-products:before { content: "\edc8"; } .bd3-healthy-recognition:before { content: "\edc9"; } .bd3-heart:before { content: "\edca"; } .bd3-heart-ballon:before { content: "\edcb"; } .bd3-heartbeat:before { content: "\edcc"; } .bd3-heart-rate:before { content: "\edcd"; } .bd3-heater-resistor:before { content: "\edce"; } .bd3-heavy-metal:before { content: "\edcf"; } .bd3-heavy-rain:before { content: "\edd0"; } .bd3-heavy-wind:before { content: "\edd1"; } .bd3-helmet:before { content: "\edd2"; } .bd3-helmet-one:before { content: "\edd3"; } .bd3-help:before { content: "\edd4"; } .bd3-helpcenter:before { content: "\edd5"; } .bd3-hexagonal:before { content: "\edd6"; } .bd3-hexagon-one:before { content: "\edd7"; } .bd3-hexagon-strip:before { content: "\edd8"; } .bd3-hi:before { content: "\edd9"; } .bd3-high-heeled-shoes:before { content: "\edda"; } .bd3-high-light:before { content: "\eddb"; } .bd3-high-speed-rail:before { content: "\eddc"; } .bd3-hippo:before { content: "\eddd"; } .bd3-histogram:before { content: "\edde"; } .bd3-history:before { content: "\eddf"; } .bd3-history-query:before { content: "\ede0"; } .bd3-hockey:before { content: "\ede1"; } .bd3-hold:before { content: "\ede2"; } .bd3-holding-hands:before { content: "\ede3"; } .bd3-hold-interface:before { content: "\ede4"; } .bd3-hold-seeds:before { content: "\ede5"; } .bd3-holy-sword:before { content: "\ede6"; } .bd3-home:before { content: "\ede7"; } .bd3-homestay:before { content: "\ede8"; } .bd3-home-two:before { content: "\ede9"; } .bd3-honey:before { content: "\edea"; } .bd3-honey-one:before { content: "\edeb"; } .bd3-horizontally-centered:before { content: "\edec"; } .bd3-horizontal-spacing-between-items:before { content: "\eded"; } .bd3-horizontal-tidy-up:before { content: "\edee"; } .bd3-horse-zodiac:before { content: "\edef"; } .bd3-hospital:before { content: "\edf0"; } .bd3-hospital-bed:before { content: "\edf1"; } .bd3-hospital-four:before { content: "\edf2"; } .bd3-hospital-three:before { content: "\edf3"; } .bd3-hospital-two:before { content: "\edf4"; } .bd3-hot-air-balloon:before { content: "\edf5"; } .bd3-hotel:before { content: "\edf6"; } .bd3-hotel-do-not-clean:before { content: "\edf7"; } .bd3-hotel-please-clean:before { content: "\edf8"; } .bd3-hot-pot:before { content: "\edf9"; } .bd3-hot-pot-one:before { content: "\edfa"; } .bd3-hourglass:before { content: "\edfb"; } .bd3-hourglass-full:before { content: "\edfc"; } .bd3-hourglass-null:before { content: "\edfd"; } .bd3-html-five:before { content: "\edfe"; } .bd3-hunting-gear:before { content: "\edff"; } .bd3-huoshanzhibo:before { content: "\ee00"; } .bd3-icecream:before { content: "\ee01"; } .bd3-icecream-five:before { content: "\ee02"; } .bd3-icecream-four:before { content: "\ee03"; } .bd3-icecream-one:before { content: "\ee04"; } .bd3-icecream-three:before { content: "\ee05"; } .bd3-icecream-two:before { content: "\ee06"; } .bd3-id-card:before { content: "\ee07"; } .bd3-id-card-h:before { content: "\ee08"; } .bd3-id-card-v:before { content: "\ee09"; } .bd3-i-mac:before { content: "\ee0a"; } .bd3-image-files:before { content: "\ee0b"; } .bd3-imbalance:before { content: "\ee0c"; } .bd3-import-and-export:before { content: "\ee0d"; } .bd3-inbox:before { content: "\ee0e"; } .bd3-inbox-download-r:before { content: "\ee0f"; } .bd3-inbox-in:before { content: "\ee10"; } .bd3-inbox-out:before { content: "\ee11"; } .bd3-inbox-r:before { content: "\ee12"; } .bd3-inbox-success:before { content: "\ee13"; } .bd3-inbox-success-r:before { content: "\ee14"; } .bd3-inbox-upload-r:before { content: "\ee15"; } .bd3-inclusive-gateway:before { content: "\ee16"; } .bd3-income:before { content: "\ee17"; } .bd3-income-one:before { content: "\ee18"; } .bd3-incoming:before { content: "\ee19"; } .bd3-increase:before { content: "\ee1a"; } .bd3-increase-the-scale:before { content: "\ee1b"; } .bd3-indent-left:before { content: "\ee1c"; } .bd3-indent-right:before { content: "\ee1d"; } .bd3-index-finger:before { content: "\ee1e"; } .bd3-induction-lock:before { content: "\ee1f"; } .bd3-industrial-scales:before { content: "\ee20"; } .bd3-in-flight:before { content: "\ee21"; } .bd3-info:before { content: "\ee22"; } .bd3-infusion:before { content: "\ee23"; } .bd3-injection:before { content: "\ee24"; } .bd3-inline:before { content: "\ee25"; } .bd3-inner-shadow-bottom-left:before { content: "\ee26"; } .bd3-inner-shadow-bottom-right:before { content: "\ee27"; } .bd3-inner-shadow-down:before { content: "\ee28"; } .bd3-inner-shadow-left:before { content: "\ee29"; } .bd3-inner-shadow-right:before { content: "\ee2a"; } .bd3-inner-shadow-top-left:before { content: "\ee2b"; } .bd3-inner-shadow-top-right:before { content: "\ee2c"; } .bd3-inner-shadow-up:before { content: "\ee2d"; } .bd3-insert-card:before { content: "\ee2e"; } .bd3-insert-table:before { content: "\ee2f"; } .bd3-inspection:before { content: "\ee30"; } .bd3-instagram:before { content: "\ee31"; } .bd3-instagram-one:before { content: "\ee32"; } .bd3-install:before { content: "\ee33"; } .bd3-instruction:before { content: "\ee34"; } .bd3-intercom:before { content: "\ee35"; } .bd3-intermediate-mode:before { content: "\ee36"; } .bd3-internal-data:before { content: "\ee37"; } .bd3-internal-expansion:before { content: "\ee38"; } .bd3-internal-reduction:before { content: "\ee39"; } .bd3-internal-transmission:before { content: "\ee3a"; } .bd3-international:before { content: "\ee3b"; } .bd3-intersection:before { content: "\ee3c"; } .bd3-intersect-selection:before { content: "\ee3d"; } .bd3-invalid-files:before { content: "\ee3e"; } .bd3-invert-camera:before { content: "\ee3f"; } .bd3-invert-left:before { content: "\ee40"; } .bd3-invert-right:before { content: "\ee41"; } .bd3-ios-face-recognition:before { content: "\ee42"; } .bd3-ipad:before { content: "\ee43"; } .bd3-ipad-one:before { content: "\ee44"; } .bd3-iphone:before { content: "\ee45"; } .bd3-ipo:before { content: "\ee46"; } .bd3-iron:before { content: "\ee47"; } .bd3-iron-disable:before { content: "\ee48"; } .bd3-iron-three:before { content: "\ee49"; } .bd3-iron-two:before { content: "\ee4a"; } .bd3-iwatch:before { content: "\ee4b"; } .bd3-iwatch-one:before { content: "\ee4c"; } .bd3-iwatch-two:before { content: "\ee4d"; } .bd3-jewelry:before { content: "\ee4e"; } .bd3-jinritoutiao:before { content: "\ee4f"; } .bd3-journey:before { content: "\ee50"; } .bd3-joystick:before { content: "\ee51"; } .bd3-juice:before { content: "\ee52"; } .bd3-jump:before { content: "\ee53"; } .bd3-kagi-map:before { content: "\ee54"; } .bd3-kettle:before { content: "\ee55"; } .bd3-kettle-one:before { content: "\ee56"; } .bd3-key:before { content: "\ee57"; } .bd3-keyboard:before { content: "\ee58"; } .bd3-keyboard-one:before { content: "\ee59"; } .bd3-keyhole:before { content: "\ee5a"; } .bd3-keyline:before { content: "\ee5b"; } .bd3-key-one:before { content: "\ee5c"; } .bd3-key-two:before { content: "\ee5d"; } .bd3-kitchen-knife:before { content: "\ee5e"; } .bd3-knife-fork:before { content: "\ee5f"; } .bd3-koala-bear:before { content: "\ee60"; } .bd3-kungfu:before { content: "\ee61"; } .bd3-label:before { content: "\ee62"; } .bd3-ladder:before { content: "\ee63"; } .bd3-ladder-one:before { content: "\ee64"; } .bd3-lamp:before { content: "\ee65"; } .bd3-landing:before { content: "\ee66"; } .bd3-landscape:before { content: "\ee67"; } .bd3-land-surveying:before { content: "\ee68"; } .bd3-laptop:before { content: "\ee69"; } .bd3-laptop-computer:before { content: "\ee6a"; } .bd3-laptop-one:before { content: "\ee6b"; } .bd3-lark:before { content: "\ee6c"; } .bd3-lark-one:before { content: "\ee6d"; } .bd3-lattice-pattern:before { content: "\ee6e"; } .bd3-layers:before { content: "\ee6f"; } .bd3-layout-five:before { content: "\ee70"; } .bd3-layout-four:before { content: "\ee71"; } .bd3-layout-one:before { content: "\ee72"; } .bd3-layout-three:before { content: "\ee73"; } .bd3-layout-two:before { content: "\ee74"; } .bd3-leaf:before { content: "\ee75"; } .bd3-leaves:before { content: "\ee76"; } .bd3-leaves-one:before { content: "\ee77"; } .bd3-leaves-two:before { content: "\ee78"; } .bd3-led-diode:before { content: "\ee79"; } .bd3-left:before { content: "\ee7a"; } .bd3-left-alignment:before { content: "\ee7b"; } .bd3-left-and-right-branch:before { content: "\ee7c"; } .bd3-left-bar:before { content: "\ee7d"; } .bd3-left-branch:before { content: "\ee7e"; } .bd3-left-c:before { content: "\ee7f"; } .bd3-left-expand:before { content: "\ee80"; } .bd3-left-one:before { content: "\ee81"; } .bd3-left-small:before { content: "\ee82"; } .bd3-left-small-down:before { content: "\ee83"; } .bd3-left-small-up:before { content: "\ee84"; } .bd3-left-square:before { content: "\ee85"; } .bd3-left-two:before { content: "\ee86"; } .bd3-lemon:before { content: "\ee87"; } .bd3-lens-alignment:before { content: "\ee88"; } .bd3-leo:before { content: "\ee89"; } .bd3-level:before { content: "\ee8a"; } .bd3-level-adjustment:before { content: "\ee8b"; } .bd3-level-eight-title:before { content: "\ee8c"; } .bd3-level-five-title:before { content: "\ee8d"; } .bd3-level-four-title:before { content: "\ee8e"; } .bd3-level-nine-title:before { content: "\ee8f"; } .bd3-level-seven-title:before { content: "\ee90"; } .bd3-level-six-title:before { content: "\ee91"; } .bd3-libra:before { content: "\ee92"; } .bd3-lifebuoy:before { content: "\ee93"; } .bd3-light:before { content: "\ee94"; } .bd3-light-house:before { content: "\ee95"; } .bd3-light-member:before { content: "\ee96"; } .bd3-lightning:before { content: "\ee97"; } .bd3-light-rain:before { content: "\ee98"; } .bd3-like:before { content: "\ee99"; } .bd3-lincoln:before { content: "\ee9a"; } .bd3-link:before { content: "\ee9b"; } .bd3-link-break:before { content: "\ee9c"; } .bd3-link-cloud:before { content: "\ee9d"; } .bd3-link-cloud-faild:before { content: "\ee9e"; } .bd3-link-cloud-sucess:before { content: "\ee9f"; } .bd3-link-four:before { content: "\eea0"; } .bd3-link-in:before { content: "\eea1"; } .bd3-link-interrupt:before { content: "\eea2"; } .bd3-link-left:before { content: "\eea3"; } .bd3-link-one:before { content: "\eea4"; } .bd3-link-out:before { content: "\eea5"; } .bd3-link-right:before { content: "\eea6"; } .bd3-link-three:before { content: "\eea7"; } .bd3-link-two:before { content: "\eea8"; } .bd3-lip-gloss:before { content: "\eea9"; } .bd3-lipstick:before { content: "\eeaa"; } .bd3-lipstick-one:before { content: "\eeab"; } .bd3-lip-tattoo:before { content: "\eeac"; } .bd3-liqueur:before { content: "\eead"; } .bd3-list:before { content: "\eeae"; } .bd3-list-add:before { content: "\eeaf"; } .bd3-list-alphabet:before { content: "\eeb0"; } .bd3-list-bottom:before { content: "\eeb1"; } .bd3-list-checkbox:before { content: "\eeb2"; } .bd3-list-fail:before { content: "\eeb3"; } .bd3-list-middle:before { content: "\eeb4"; } .bd3-list-numbers:before { content: "\eeb5"; } .bd3-list-one:before { content: "\eeb6"; } .bd3-list-success:before { content: "\eeb7"; } .bd3-list-top:before { content: "\eeb8"; } .bd3-list-two:before { content: "\eeb9"; } .bd3-list-view:before { content: "\eeba"; } .bd3-loading:before { content: "\eebb"; } .bd3-loading-four:before { content: "\eebc"; } .bd3-loading-one:before { content: "\eebd"; } .bd3-loading-three:before { content: "\eebe"; } .bd3-loading-two:before { content: "\eebf"; } .bd3-local:before { content: "\eec0"; } .bd3-local-pin:before { content: "\eec1"; } .bd3-local-two:before { content: "\eec2"; } .bd3-lock:before { content: "\eec3"; } .bd3-locking-computer:before { content: "\eec4"; } .bd3-locking-laptop:before { content: "\eec5"; } .bd3-locking-picture:before { content: "\eec6"; } .bd3-locking-web:before { content: "\eec7"; } .bd3-lock-one:before { content: "\eec8"; } .bd3-log:before { content: "\eec9"; } .bd3-login:before { content: "\eeca"; } .bd3-logout:before { content: "\eecb"; } .bd3-lollipop:before { content: "\eecc"; } .bd3-loop-once:before { content: "\eecd"; } .bd3-lotion:before { content: "\eece"; } .bd3-lotus:before { content: "\eecf"; } .bd3-loudly-crying-face:before { content: "\eed0"; } .bd3-loudly-crying-face-whit-open-mouth:before { content: "\eed1"; } .bd3-love-and-help:before { content: "\eed2"; } .bd3-lower-branch:before { content: "\eed3"; } .bd3-luggage:before { content: "\eed4"; } .bd3-luminous:before { content: "\eed5"; } .bd3-lung:before { content: "\eed6"; } .bd3-macadamia-nut:before { content: "\eed7"; } .bd3-mac-finder:before { content: "\eed8"; } .bd3-magic:before { content: "\eed9"; } .bd3-magic-hat:before { content: "\eeda"; } .bd3-magic-wand:before { content: "\eedb"; } .bd3-magnet:before { content: "\eedc"; } .bd3-mail:before { content: "\eedd"; } .bd3-mail-download:before { content: "\eede"; } .bd3-mail-edit:before { content: "\eedf"; } .bd3-maill-one:before { content: "\eee0"; } .bd3-mail-open:before { content: "\eee1"; } .bd3-mail-package:before { content: "\eee2"; } .bd3-mail-review:before { content: "\eee3"; } .bd3-mail-unpacking:before { content: "\eee4"; } .bd3-makeups:before { content: "\eee5"; } .bd3-male:before { content: "\eee6"; } .bd3-mall-bag:before { content: "\eee7"; } .bd3-manual-gear:before { content: "\eee8"; } .bd3-many-to-many:before { content: "\eee9"; } .bd3-map-distance:before { content: "\eeea"; } .bd3-map-draw:before { content: "\eeeb"; } .bd3-map-road:before { content: "\eeec"; } .bd3-map-road-two:before { content: "\eeed"; } .bd3-map-two:before { content: "\eeee"; } .bd3-margin:before { content: "\eeef"; } .bd3-margin-one:before { content: "\eef0"; } .bd3-mark:before { content: "\eef1"; } .bd3-market:before { content: "\eef2"; } .bd3-market-analysis:before { content: "\eef3"; } .bd3-mascara:before { content: "\eef4"; } .bd3-mask:before { content: "\eef5"; } .bd3-mask-one:before { content: "\eef6"; } .bd3-mask-two:before { content: "\eef7"; } .bd3-maslow-pyramids:before { content: "\eef8"; } .bd3-massage-chair:before { content: "\eef9"; } .bd3-massage-chair-one:before { content: "\eefa"; } .bd3-massage-table:before { content: "\eefb"; } .bd3-master:before { content: "\eefc"; } .bd3-material:before { content: "\eefd"; } .bd3-material-three:before { content: "\eefe"; } .bd3-material-two:before { content: "\eeff"; } .bd3-maximum:before { content: "\ef00"; } .bd3-maya:before { content: "\ef01"; } .bd3-mayura-gesture:before { content: "\ef02"; } .bd3-me:before { content: "\ef03"; } .bd3-measuring-cup:before { content: "\ef04"; } .bd3-medal-one:before { content: "\ef05"; } .bd3-mediaeditor:before { content: "\ef06"; } .bd3-medical-box:before { content: "\ef07"; } .bd3-medical-files:before { content: "\ef08"; } .bd3-medical-mark:before { content: "\ef09"; } .bd3-medication-time:before { content: "\ef0a"; } .bd3-medicine-bottle:before { content: "\ef0b"; } .bd3-medicine-bottle-one:before { content: "\ef0c"; } .bd3-medicine-chest:before { content: "\ef0d"; } .bd3-memory:before { content: "\ef0e"; } .bd3-memory-card:before { content: "\ef0f"; } .bd3-memory-card-one:before { content: "\ef10"; } .bd3-memory-one:before { content: "\ef11"; } .bd3-men-jacket:before { content: "\ef12"; } .bd3-menu-fold:before { content: "\ef13"; } .bd3-menu-fold-one:before { content: "\ef14"; } .bd3-menu-unfold:before { content: "\ef15"; } .bd3-menu-unfold-one:before { content: "\ef16"; } .bd3-merge:before { content: "\ef17"; } .bd3-merge-cells:before { content: "\ef18"; } .bd3-message:before { content: "\ef19"; } .bd3-message-emoji:before { content: "\ef1a"; } .bd3-message-failed:before { content: "\ef1b"; } .bd3-message-one:before { content: "\ef1c"; } .bd3-message-privacy:before { content: "\ef1d"; } .bd3-messages:before { content: "\ef1e"; } .bd3-message-search:before { content: "\ef1f"; } .bd3-message-security:before { content: "\ef20"; } .bd3-message-sent:before { content: "\ef21"; } .bd3-messages-one:before { content: "\ef22"; } .bd3-message-success:before { content: "\ef23"; } .bd3-message-unread:before { content: "\ef24"; } .bd3-microphone:before { content: "\ef25"; } .bd3-microphone-one:before { content: "\ef26"; } .bd3-microscope:before { content: "\ef27"; } .bd3-microscope-one:before { content: "\ef28"; } .bd3-micro-sd:before { content: "\ef29"; } .bd3-micro-slr-camera:before { content: "\ef2a"; } .bd3-microwave-oven:before { content: "\ef2b"; } .bd3-microwaves:before { content: "\ef2c"; } .bd3-middle-finger:before { content: "\ef2d"; } .bd3-milk:before { content: "\ef2e"; } .bd3-milk-one:before { content: "\ef2f"; } .bd3-min:before { content: "\ef30"; } .bd3-mindmap-list:before { content: "\ef31"; } .bd3-mindmap-map:before { content: "\ef32"; } .bd3-mind-mapping:before { content: "\ef33"; } .bd3-mini-sd-card:before { content: "\ef34"; } .bd3-minus:before { content: "\ef35"; } .bd3-minus-the-bottom:before { content: "\ef36"; } .bd3-minus-the-top:before { content: "\ef37"; } .bd3-mirror:before { content: "\ef38"; } .bd3-mirror-one:before { content: "\ef39"; } .bd3-mirror-two:before { content: "\ef3a"; } .bd3-misaligned-semicircle:before { content: "\ef3b"; } .bd3-mitsubishi:before { content: "\ef3c"; } .bd3-modify:before { content: "\ef3d"; } .bd3-modify-two:before { content: "\ef3e"; } .bd3-monitor:before { content: "\ef3f"; } .bd3-monitor-camera:before { content: "\ef40"; } .bd3-monitor-off:before { content: "\ef41"; } .bd3-monitor-one:before { content: "\ef42"; } .bd3-monitor-two:before { content: "\ef43"; } .bd3-monkey:before { content: "\ef44"; } .bd3-monkey-zodiac:before { content: "\ef45"; } .bd3-monument-one:before { content: "\ef46"; } .bd3-monument-two:before { content: "\ef47"; } .bd3-moon:before { content: "\ef48"; } .bd3-more:before { content: "\ef49"; } .bd3-more-app:before { content: "\ef4a"; } .bd3-more-four:before { content: "\ef4b"; } .bd3-more-one:before { content: "\ef4c"; } .bd3-more-three:before { content: "\ef4d"; } .bd3-more-two:before { content: "\ef4e"; } .bd3-mosaic:before { content: "\ef4f"; } .bd3-mountain:before { content: "\ef50"; } .bd3-mounted:before { content: "\ef51"; } .bd3-mouse:before { content: "\ef52"; } .bd3-mouse-one:before { content: "\ef53"; } .bd3-mouse-zodiac:before { content: "\ef54"; } .bd3-mouth:before { content: "\ef55"; } .bd3-move:before { content: "\ef56"; } .bd3-move-in:before { content: "\ef57"; } .bd3-move-in-one:before { content: "\ef58"; } .bd3-move-one:before { content: "\ef59"; } .bd3-movie:before { content: "\ef5a"; } .bd3-movie-board:before { content: "\ef5b"; } .bd3-moving-picture:before { content: "\ef5c"; } .bd3-multicast:before { content: "\ef5d"; } .bd3-multi-circular:before { content: "\ef5e"; } .bd3-multi-function-knife:before { content: "\ef5f"; } .bd3-multilayer-sphere:before { content: "\ef60"; } .bd3-multi-picture-carousel:before { content: "\ef61"; } .bd3-multi-rectangle:before { content: "\ef62"; } .bd3-multi-ring:before { content: "\ef63"; } .bd3-multi-triangular:before { content: "\ef64"; } .bd3-multi-triangular-four:before { content: "\ef65"; } .bd3-multi-triangular-three:before { content: "\ef66"; } .bd3-multi-triangular-two:before { content: "\ef67"; } .bd3-muscle:before { content: "\ef68"; } .bd3-museum-one:before { content: "\ef69"; } .bd3-museum-two:before { content: "\ef6a"; } .bd3-music:before { content: "\ef6b"; } .bd3-music-cd:before { content: "\ef6c"; } .bd3-music-list:before { content: "\ef6d"; } .bd3-music-menu:before { content: "\ef6e"; } .bd3-music-one:before { content: "\ef6f"; } .bd3-music-rhythm:before { content: "\ef70"; } .bd3-mute:before { content: "\ef71"; } .bd3-nail-polish:before { content: "\ef72"; } .bd3-nail-polish-one:before { content: "\ef73"; } .bd3-nasal:before { content: "\ef74"; } .bd3-natural-mode:before { content: "\ef75"; } .bd3-navigation:before { content: "\ef76"; } .bd3-necktie:before { content: "\ef77"; } .bd3-needle:before { content: "\ef78"; } .bd3-negative-dynamics:before { content: "\ef79"; } .bd3-nested-arrows:before { content: "\ef7a"; } .bd3-nests:before { content: "\ef7b"; } .bd3-network-drive:before { content: "\ef7c"; } .bd3-network-tree:before { content: "\ef7d"; } .bd3-neural:before { content: "\ef7e"; } .bd3-neutral-face:before { content: "\ef7f"; } .bd3-new-afferent:before { content: "\ef80"; } .bd3-new-computer:before { content: "\ef81"; } .bd3-new-dianziqian:before { content: "\ef82"; } .bd3-new-efferent:before { content: "\ef83"; } .bd3-new-lark:before { content: "\ef84"; } .bd3-newlybuild:before { content: "\ef85"; } .bd3-new-picture:before { content: "\ef86"; } .bd3-newspaper-folding:before { content: "\ef87"; } .bd3-next:before { content: "\ef88"; } .bd3-nine-key:before { content: "\ef89"; } .bd3-nine-points-connected:before { content: "\ef8a"; } .bd3-nintendo-switch:before { content: "\ef8b"; } .bd3-nmr:before { content: "\ef8c"; } .bd3-node-flat:before { content: "\ef8d"; } .bd3-node-round:before { content: "\ef8e"; } .bd3-node-square:before { content: "\ef8f"; } .bd3-noodles:before { content: "\ef90"; } .bd3-no-shooting:before { content: "\ef91"; } .bd3-notebook:before { content: "\ef92"; } .bd3-notebook-and-pen:before { content: "\ef93"; } .bd3-notebook-one:before { content: "\ef94"; } .bd3-notepad:before { content: "\ef95"; } .bd3-notes:before { content: "\ef96"; } .bd3-nuclear-plant:before { content: "\ef97"; } .bd3-nurse-cap:before { content: "\ef98"; } .bd3-nut:before { content: "\ef99"; } .bd3-nutrition:before { content: "\ef9a"; } .bd3-oceanengine:before { content: "\ef9b"; } .bd3-octagon:before { content: "\ef9c"; } .bd3-off-screen:before { content: "\ef9d"; } .bd3-off-screen-one:before { content: "\ef9e"; } .bd3-off-screen-two:before { content: "\ef9f"; } .bd3-oil-industry:before { content: "\efa0"; } .bd3-okay:before { content: "\efa1"; } .bd3-one:before { content: "\efa2"; } .bd3-one-key:before { content: "\efa3"; } .bd3-one-one:before { content: "\efa4"; } .bd3-onesies:before { content: "\efa5"; } .bd3-one-third-rotation:before { content: "\efa6"; } .bd3-one-to-many:before { content: "\efa7"; } .bd3-one-to-one:before { content: "\efa8"; } .bd3-online-meeting:before { content: "\efa9"; } .bd3-open:before { content: "\efaa"; } .bd3-open-an-account:before { content: "\efab"; } .bd3-open-door:before { content: "\efac"; } .bd3-open-one:before { content: "\efad"; } .bd3-optimize:before { content: "\efae"; } .bd3-optional:before { content: "\efaf"; } .bd3-orange:before { content: "\efb0"; } .bd3-orange-one:before { content: "\efb1"; } .bd3-orange-station:before { content: "\efb2"; } .bd3-order:before { content: "\efb3"; } .bd3-ordered-list:before { content: "\efb4"; } .bd3-orthopedic:before { content: "\efb5"; } .bd3-oscillator:before { content: "\efb6"; } .bd3-other:before { content: "\efb7"; } .bd3-outbound:before { content: "\efb8"; } .bd3-outdoor:before { content: "\efb9"; } .bd3-outgoing:before { content: "\efba"; } .bd3-oval-love:before { content: "\efbb"; } .bd3-oval-love-two:before { content: "\efbc"; } .bd3-oval-one:before { content: "\efbd"; } .bd3-oven:before { content: "\efbe"; } .bd3-oven-tray:before { content: "\efbf"; } .bd3-overall-reduction:before { content: "\efc0"; } .bd3-owl:before { content: "\efc1"; } .bd3-pacifier:before { content: "\efc2"; } .bd3-pad:before { content: "\efc3"; } .bd3-page:before { content: "\efc4"; } .bd3-page-template:before { content: "\efc5"; } .bd3-pagoda:before { content: "\efc6"; } .bd3-paint:before { content: "\efc7"; } .bd3-painted-eggshell:before { content: "\efc8"; } .bd3-painted-screen:before { content: "\efc9"; } .bd3-palace:before { content: "\efca"; } .bd3-palm:before { content: "\efcb"; } .bd3-panda:before { content: "\efcc"; } .bd3-pangle:before { content: "\efcd"; } .bd3-panorama-horizontal:before { content: "\efce"; } .bd3-panties:before { content: "\efcf"; } .bd3-paperclip:before { content: "\efd0"; } .bd3-paper-money:before { content: "\efd1"; } .bd3-paper-money-two:before { content: "\efd2"; } .bd3-paper-ship:before { content: "\efd3"; } .bd3-parabola:before { content: "\efd4"; } .bd3-parachute:before { content: "\efd5"; } .bd3-paragraph-alphabet:before { content: "\efd6"; } .bd3-paragraph-break:before { content: "\efd7"; } .bd3-paragraph-break-two:before { content: "\efd8"; } .bd3-paragraph-cut:before { content: "\efd9"; } .bd3-paragraph-rectangle:before { content: "\efda"; } .bd3-paragraph-round:before { content: "\efdb"; } .bd3-paragraph-triangle:before { content: "\efdc"; } .bd3-paragraph-unfold:before { content: "\efdd"; } .bd3-parallel-gateway:before { content: "\efde"; } .bd3-parallelogram:before { content: "\efdf"; } .bd3-parenting-book:before { content: "\efe0"; } .bd3-parking:before { content: "\efe1"; } .bd3-party-balloon:before { content: "\efe2"; } .bd3-passport:before { content: "\efe3"; } .bd3-passport-one:before { content: "\efe4"; } .bd3-pause:before { content: "\efe5"; } .bd3-pause-one:before { content: "\efe6"; } .bd3-pay-code:before { content: "\efe7"; } .bd3-pay-code-one:before { content: "\efe8"; } .bd3-pay-code-two:before { content: "\efe9"; } .bd3-payment-method:before { content: "\efea"; } .bd3-paypal:before { content: "\efeb"; } .bd3-peach:before { content: "\efec"; } .bd3-pear:before { content: "\efed"; } .bd3-pearl-of-the-orient:before { content: "\efee"; } .bd3-peas:before { content: "\efef"; } .bd3-pencil:before { content: "\eff0"; } .bd3-pennant:before { content: "\eff1"; } .bd3-pentagon-one:before { content: "\eff2"; } .bd3-people:before { content: "\eff3"; } .bd3-people-bottom:before { content: "\eff4"; } .bd3-people-bottom-card:before { content: "\eff5"; } .bd3-people-delete:before { content: "\eff6"; } .bd3-people-delete-one:before { content: "\eff7"; } .bd3-people-download:before { content: "\eff8"; } .bd3-people-left:before { content: "\eff9"; } .bd3-people-minus:before { content: "\effa"; } .bd3-people-minus-one:before { content: "\effb"; } .bd3-people-plus:before { content: "\effc"; } .bd3-people-plus-one:before { content: "\effd"; } .bd3-people-right:before { content: "\effe"; } .bd3-peoples:before { content: "\efff"; } .bd3-people-safe:before { content: "\f000"; } .bd3-people-safe-one:before { content: "\f001"; } .bd3-people-search:before { content: "\f002"; } .bd3-people-search-one:before { content: "\f003"; } .bd3-people-speak:before { content: "\f004"; } .bd3-peoples-two:before { content: "\f005"; } .bd3-people-top:before { content: "\f006"; } .bd3-people-top-card:before { content: "\f007"; } .bd3-people-unknown:before { content: "\f008"; } .bd3-people-upload:before { content: "\f009"; } .bd3-percentage:before { content: "\f00a"; } .bd3-performance:before { content: "\f00b"; } .bd3-perfume:before { content: "\f00c"; } .bd3-perfumer-bottle:before { content: "\f00d"; } .bd3-period:before { content: "\f00e"; } .bd3-permissions:before { content: "\f00f"; } .bd3-personal-collection:before { content: "\f010"; } .bd3-personal-privacy:before { content: "\f011"; } .bd3-perspective:before { content: "\f012"; } .bd3-pesticide:before { content: "\f013"; } .bd3-petrol:before { content: "\f014"; } .bd3-phone:before { content: "\f015"; } .bd3-phone-booth:before { content: "\f016"; } .bd3-phone-call:before { content: "\f017"; } .bd3-phone-incoming:before { content: "\f018"; } .bd3-phone-incoming-one:before { content: "\f019"; } .bd3-phone-missed:before { content: "\f01a"; } .bd3-phone-off:before { content: "\f01b"; } .bd3-phone-one:before { content: "\f01c"; } .bd3-phone-outgoing:before { content: "\f01d"; } .bd3-phone-outgoing-one:before { content: "\f01e"; } .bd3-phone-telephone:before { content: "\f01f"; } .bd3-phone-two:before { content: "\f020"; } .bd3-phone-video-call:before { content: "\f021"; } .bd3-phonograph:before { content: "\f022"; } .bd3-photograph:before { content: "\f023"; } .bd3-piano:before { content: "\f024"; } .bd3-pic:before { content: "\f025"; } .bd3-pic-one:before { content: "\f026"; } .bd3-picture:before { content: "\f027"; } .bd3-picture-album:before { content: "\f028"; } .bd3-picture-one:before { content: "\f029"; } .bd3-pie:before { content: "\f02a"; } .bd3-pie-five:before { content: "\f02b"; } .bd3-pie-four:before { content: "\f02c"; } .bd3-pie-one:before { content: "\f02d"; } .bd3-pie-seven:before { content: "\f02e"; } .bd3-pie-six:before { content: "\f02f"; } .bd3-pie-three:before { content: "\f030"; } .bd3-pie-two:before { content: "\f031"; } .bd3-pig:before { content: "\f032"; } .bd3-pigeon:before { content: "\f033"; } .bd3-pig-zodiac:before { content: "\f034"; } .bd3-pill:before { content: "\f035"; } .bd3-pills:before { content: "\f036"; } .bd3-pin:before { content: "\f037"; } .bd3-pineapple:before { content: "\f038"; } .bd3-pinwheel:before { content: "\f039"; } .bd3-pisces:before { content: "\f03a"; } .bd3-pivot-table:before { content: "\f03b"; } .bd3-plan:before { content: "\f03c"; } .bd3-planet:before { content: "\f03d"; } .bd3-plastic-surgery:before { content: "\f03e"; } .bd3-platte:before { content: "\f03f"; } .bd3-play:before { content: "\f040"; } .bd3-playback-progress:before { content: "\f041"; } .bd3-play-basketball:before { content: "\f042"; } .bd3-play-cycle:before { content: "\f043"; } .bd3-play-once:before { content: "\f044"; } .bd3-play-one:before { content: "\f045"; } .bd3-play-two:before { content: "\f046"; } .bd3-play-volleyball:before { content: "\f047"; } .bd3-play-wrong:before { content: "\f048"; } .bd3-plug:before { content: "\f049"; } .bd3-plug-one:before { content: "\f04a"; } .bd3-plus:before { content: "\f04b"; } .bd3-plus-cross:before { content: "\f04c"; } .bd3-point:before { content: "\f04d"; } .bd3-point-out:before { content: "\f04e"; } .bd3-pokeball-one:before { content: "\f04f"; } .bd3-poker:before { content: "\f050"; } .bd3-popcorn:before { content: "\f051"; } .bd3-popcorn-one:before { content: "\f052"; } .bd3-positive-dynamics:before { content: "\f053"; } .bd3-pot:before { content: "\f054"; } .bd3-potentiometer:before { content: "\f055"; } .bd3-pound:before { content: "\f056"; } .bd3-pound-sign:before { content: "\f057"; } .bd3-pouting-face:before { content: "\f058"; } .bd3-powder:before { content: "\f059"; } .bd3-power:before { content: "\f05a"; } .bd3-powerpoint:before { content: "\f05b"; } .bd3-power-supply:before { content: "\f05c"; } .bd3-power-supply-one:before { content: "\f05d"; } .bd3-ppt:before { content: "\f05e"; } .bd3-pregnant-women:before { content: "\f05f"; } .bd3-preschool:before { content: "\f060"; } .bd3-prescription:before { content: "\f061"; } .bd3-press:before { content: "\f062"; } .bd3-preview-close:before { content: "\f063"; } .bd3-preview-close-one:before { content: "\f064"; } .bd3-preview-open:before { content: "\f065"; } .bd3-printer:before { content: "\f066"; } .bd3-printer-one:before { content: "\f067"; } .bd3-printer-two:before { content: "\f068"; } .bd3-prison:before { content: "\f069"; } .bd3-process-line:before { content: "\f06a"; } .bd3-projector:before { content: "\f06b"; } .bd3-projector-one:before { content: "\f06c"; } .bd3-projector-three:before { content: "\f06d"; } .bd3-projector-two:before { content: "\f06e"; } .bd3-proportional-scaling:before { content: "\f06f"; } .bd3-protect:before { content: "\f070"; } .bd3-protection:before { content: "\f071"; } .bd3-public-toilet:before { content: "\f072"; } .bd3-pull-door:before { content: "\f073"; } .bd3-pull-requests:before { content: "\f074"; } .bd3-pumpkin:before { content: "\f075"; } .bd3-pure-natural:before { content: "\f076"; } .bd3-push-door:before { content: "\f077"; } .bd3-pushpin:before { content: "\f078"; } .bd3-puzzle:before { content: "\f079"; } .bd3-pyramid:before { content: "\f07a"; } .bd3-pyramid-one:before { content: "\f07b"; } .bd3-qingniao-clue:before { content: "\f07c"; } .bd3-qiyehao:before { content: "\f07d"; } .bd3-quadrangular-pyramid:before { content: "\f07e"; } .bd3-quadrilateral:before { content: "\f07f"; } .bd3-quote:before { content: "\f080"; } .bd3-rabbit:before { content: "\f081"; } .bd3-rabbit-zodiac:before { content: "\f082"; } .bd3-radar:before { content: "\f083"; } .bd3-radar-chart:before { content: "\f084"; } .bd3-radar-three:before { content: "\f085"; } .bd3-radar-two:before { content: "\f086"; } .bd3-radiation:before { content: "\f087"; } .bd3-radio:before { content: "\f088"; } .bd3-radio-nanny:before { content: "\f089"; } .bd3-radio-one:before { content: "\f08a"; } .bd3-radio-two:before { content: "\f08b"; } .bd3-radish:before { content: "\f08c"; } .bd3-radish-one:before { content: "\f08d"; } .bd3-railway:before { content: "\f08e"; } .bd3-ranking:before { content: "\f08f"; } .bd3-ranking-list:before { content: "\f090"; } .bd3-rattle:before { content: "\f091"; } .bd3-rattle-one:before { content: "\f092"; } .bd3-razor:before { content: "\f093"; } .bd3-read-book:before { content: "\f094"; } .bd3-receive:before { content: "\f095"; } .bd3-receiver:before { content: "\f096"; } .bd3-recent-views-sort:before { content: "\f097"; } .bd3-record:before { content: "\f098"; } .bd3-record-disc:before { content: "\f099"; } .bd3-record-player:before { content: "\f09a"; } .bd3-rectangle:before { content: "\f09b"; } .bd3-rectangle-one:before { content: "\f09c"; } .bd3-rectangle-small:before { content: "\f09d"; } .bd3-rectangle-tear:before { content: "\f09e"; } .bd3-rectangle-x:before { content: "\f09f"; } .bd3-rectangular-circular-connection:before { content: "\f0a0"; } .bd3-rectangular-circular-separation:before { content: "\f0a1"; } .bd3-rectangular-vertebra:before { content: "\f0a2"; } .bd3-recycle-bin:before { content: "\f0a3"; } .bd3-recycling:before { content: "\f0a4"; } .bd3-recycling-pool:before { content: "\f0a5"; } .bd3-red-cross:before { content: "\f0a6"; } .bd3-red-envelope:before { content: "\f0a7"; } .bd3-red-envelopes:before { content: "\f0a8"; } .bd3-redo:before { content: "\f0a9"; } .bd3-reduce:before { content: "\f0aa"; } .bd3-reduce-decimal-places:before { content: "\f0ab"; } .bd3-reduce-one:before { content: "\f0ac"; } .bd3-reduce-two:before { content: "\f0ad"; } .bd3-reduce-user:before { content: "\f0ae"; } .bd3-reel:before { content: "\f0af"; } .bd3-refraction:before { content: "\f0b0"; } .bd3-refresh:before { content: "\f0b1"; } .bd3-refresh-one:before { content: "\f0b2"; } .bd3-refrigerator:before { content: "\f0b3"; } .bd3-reject:before { content: "\f0b4"; } .bd3-relational-graph:before { content: "\f0b5"; } .bd3-relieved-face:before { content: "\f0b6"; } .bd3-reload:before { content: "\f0b7"; } .bd3-remind:before { content: "\f0b8"; } .bd3-remind-disable:before { content: "\f0b9"; } .bd3-remote-control:before { content: "\f0ba"; } .bd3-remote-control-one:before { content: "\f0bb"; } .bd3-renal:before { content: "\f0bc"; } .bd3-renault:before { content: "\f0bd"; } .bd3-repair:before { content: "\f0be"; } .bd3-replay-five:before { content: "\f0bf"; } .bd3-replay-music:before { content: "\f0c0"; } .bd3-report:before { content: "\f0c1"; } .bd3-repositioning:before { content: "\f0c2"; } .bd3-resistor:before { content: "\f0c3"; } .bd3-respect:before { content: "\f0c4"; } .bd3-resting:before { content: "\f0c5"; } .bd3-retro-bag:before { content: "\f0c6"; } .bd3-return:before { content: "\f0c7"; } .bd3-reverse-lens:before { content: "\f0c8"; } .bd3-reverse-lens-one:before { content: "\f0c9"; } .bd3-reverse-operation-in:before { content: "\f0ca"; } .bd3-reverse-operation-out:before { content: "\f0cb"; } .bd3-reverse-rotation:before { content: "\f0cc"; } .bd3-rice:before { content: "\f0cd"; } .bd3-riding:before { content: "\f0ce"; } .bd3-riding-one:before { content: "\f0cf"; } .bd3-right:before { content: "\f0d0"; } .bd3-right-angle:before { content: "\f0d1"; } .bd3-right-bar:before { content: "\f0d2"; } .bd3-right-branch:before { content: "\f0d3"; } .bd3-right-branch-one:before { content: "\f0d4"; } .bd3-right-branch-two:before { content: "\f0d5"; } .bd3-right-c:before { content: "\f0d6"; } .bd3-right-expand:before { content: "\f0d7"; } .bd3-right-one:before { content: "\f0d8"; } .bd3-right-run:before { content: "\f0d9"; } .bd3-right-small:before { content: "\f0da"; } .bd3-right-small-down:before { content: "\f0db"; } .bd3-right-small-up:before { content: "\f0dc"; } .bd3-right-square:before { content: "\f0dd"; } .bd3-right-two:before { content: "\f0de"; } .bd3-right-user:before { content: "\f0df"; } .bd3-ring:before { content: "\f0e0"; } .bd3-ring-one:before { content: "\f0e1"; } .bd3-rings:before { content: "\f0e2"; } .bd3-ripple:before { content: "\f0e3"; } .bd3-road:before { content: "\f0e4"; } .bd3-road-cone:before { content: "\f0e5"; } .bd3-road-one:before { content: "\f0e6"; } .bd3-road-sign:before { content: "\f0e7"; } .bd3-road-sign-both:before { content: "\f0e8"; } .bd3-robot:before { content: "\f0e9"; } .bd3-robot-one:before { content: "\f0ea"; } .bd3-robot-two:before { content: "\f0eb"; } .bd3-rock:before { content: "\f0ec"; } .bd3-rocket:before { content: "\f0ed"; } .bd3-rocket-one:before { content: "\f0ee"; } .bd3-rock-gesture:before { content: "\f0ef"; } .bd3-rocking-horse:before { content: "\f0f0"; } .bd3-rollerskates:before { content: "\f0f1"; } .bd3-romper:before { content: "\f0f2"; } .bd3-rope-skipping:before { content: "\f0f3"; } .bd3-rope-skipping-one:before { content: "\f0f4"; } .bd3-rotate:before { content: "\f0f5"; } .bd3-rotate-one:before { content: "\f0f6"; } .bd3-rotating-add:before { content: "\f0f7"; } .bd3-rotating-forward:before { content: "\f0f8"; } .bd3-rotation:before { content: "\f0f9"; } .bd3-rotation-horizontal:before { content: "\f0fa"; } .bd3-rotation-one:before { content: "\f0fb"; } .bd3-rotation-vertical:before { content: "\f0fc"; } .bd3-round:before { content: "\f0fd"; } .bd3-round-caliper:before { content: "\f0fe"; } .bd3-round-distortion:before { content: "\f0ff"; } .bd3-round-mask:before { content: "\f100"; } .bd3-round-socket:before { content: "\f101"; } .bd3-round-trip:before { content: "\f102"; } .bd3-router:before { content: "\f103"; } .bd3-router-one:before { content: "\f104"; } .bd3-row-height:before { content: "\f105"; } .bd3-rowing:before { content: "\f106"; } .bd3-rs-male:before { content: "\f107"; } .bd3-rss:before { content: "\f108"; } .bd3-rugby:before { content: "\f109"; } .bd3-rugby-one:before { content: "\f10a"; } .bd3-ruler:before { content: "\f10b"; } .bd3-ruler-one:before { content: "\f10c"; } .bd3-rule-two:before { content: "\f10d"; } .bd3-run-left:before { content: "\f10e"; } .bd3-safe-retrieval:before { content: "\f10f"; } .bd3-sagittarius:before { content: "\f110"; } .bd3-sailboat:before { content: "\f111"; } .bd3-sailboat-one:before { content: "\f112"; } .bd3-sailing:before { content: "\f113"; } .bd3-sales-report:before { content: "\f114"; } .bd3-sandals:before { content: "\f115"; } .bd3-sandstorm:before { content: "\f116"; } .bd3-sandwich:before { content: "\f117"; } .bd3-sandwich-one:before { content: "\f118"; } .bd3-sapling:before { content: "\f119"; } .bd3-save:before { content: "\f11a"; } .bd3-save-one:before { content: "\f11b"; } .bd3-scale:before { content: "\f11c"; } .bd3-scale-one:before { content: "\f11d"; } .bd3-scallion:before { content: "\f11e"; } .bd3-scan:before { content: "\f11f"; } .bd3-scan-code:before { content: "\f120"; } .bd3-scanning:before { content: "\f121"; } .bd3-scanning-two:before { content: "\f122"; } .bd3-scan-setting:before { content: "\f123"; } .bd3-scatter-alignment:before { content: "\f124"; } .bd3-schedule:before { content: "\f125"; } .bd3-school:before { content: "\f126"; } .bd3-scissors:before { content: "\f127"; } .bd3-scoreboard:before { content: "\f128"; } .bd3-scorpio:before { content: "\f129"; } .bd3-screen-rotation:before { content: "\f12a"; } .bd3-screenshot:before { content: "\f12b"; } .bd3-screenshot-one:before { content: "\f12c"; } .bd3-screenshot-two:before { content: "\f12d"; } .bd3-screwdriver:before { content: "\f12e"; } .bd3-sd:before { content: "\f12f"; } .bd3-sd-card:before { content: "\f130"; } .bd3-seal:before { content: "\f131"; } .bd3-search:before { content: "\f132"; } .bd3-seat:before { content: "\f133"; } .bd3-security:before { content: "\f134"; } .bd3-security-stall:before { content: "\f135"; } .bd3-seedling:before { content: "\f136"; } .bd3-selected:before { content: "\f137"; } .bd3-selected-focus:before { content: "\f138"; } .bd3-selfie:before { content: "\f139"; } .bd3-send:before { content: "\f13a"; } .bd3-send-backward:before { content: "\f13b"; } .bd3-send-email:before { content: "\f13c"; } .bd3-send-one:before { content: "\f13d"; } .bd3-send-to-back:before { content: "\f13e"; } .bd3-sent-to-back:before { content: "\f13f"; } .bd3-seo:before { content: "\f140"; } .bd3-seo-folder:before { content: "\f141"; } .bd3-server:before { content: "\f142"; } .bd3-set-off:before { content: "\f143"; } .bd3-setting:before { content: "\f144"; } .bd3-setting-computer:before { content: "\f145"; } .bd3-setting-config:before { content: "\f146"; } .bd3-setting-laptop:before { content: "\f147"; } .bd3-setting-one:before { content: "\f148"; } .bd3-setting-three:before { content: "\f149"; } .bd3-setting-two:before { content: "\f14a"; } .bd3-setting-web:before { content: "\f14b"; } .bd3-seven-key:before { content: "\f14c"; } .bd3-shade:before { content: "\f14d"; } .bd3-shake:before { content: "\f14e"; } .bd3-share:before { content: "\f14f"; } .bd3-share-one:before { content: "\f150"; } .bd3-share-sys:before { content: "\f151"; } .bd3-share-three:before { content: "\f152"; } .bd3-share-two:before { content: "\f153"; } .bd3-shaver:before { content: "\f154"; } .bd3-shaver-one:before { content: "\f155"; } .bd3-shaving:before { content: "\f156"; } .bd3-sheep-zodiac:before { content: "\f157"; } .bd3-shield:before { content: "\f158"; } .bd3-shield-add:before { content: "\f159"; } .bd3-ship:before { content: "\f15a"; } .bd3-shop:before { content: "\f15b"; } .bd3-shopping:before { content: "\f15c"; } .bd3-shopping-bag:before { content: "\f15d"; } .bd3-shopping-bag-one:before { content: "\f15e"; } .bd3-shopping-cart:before { content: "\f15f"; } .bd3-shopping-cart-add:before { content: "\f160"; } .bd3-shopping-cart-del:before { content: "\f161"; } .bd3-shopping-cart-one:before { content: "\f162"; } .bd3-shopping-cart-two:before { content: "\f163"; } .bd3-shopping-mall:before { content: "\f164"; } .bd3-shorts:before { content: "\f165"; } .bd3-short-skirt:before { content: "\f166"; } .bd3-shoulder-bag:before { content: "\f167"; } .bd3-shovel:before { content: "\f168"; } .bd3-shovel-one:before { content: "\f169"; } .bd3-shower-head:before { content: "\f16a"; } .bd3-shrimp:before { content: "\f16b"; } .bd3-shuffle:before { content: "\f16c"; } .bd3-shuffle-one:before { content: "\f16d"; } .bd3-shutter-priority:before { content: "\f16e"; } .bd3-sickbed:before { content: "\f16f"; } .bd3-signal:before { content: "\f170"; } .bd3-signal-one:before { content: "\f171"; } .bd3-signal-strength:before { content: "\f172"; } .bd3-signal-tower:before { content: "\f173"; } .bd3-signal-tower-one:before { content: "\f174"; } .bd3-sim:before { content: "\f175"; } .bd3-sim-card:before { content: "\f176"; } .bd3-single-bed:before { content: "\f177"; } .bd3-sinusoid:before { content: "\f178"; } .bd3-sippy-cup:before { content: "\f179"; } .bd3-six:before { content: "\f17a"; } .bd3-six-circular-connection:before { content: "\f17b"; } .bd3-six-key:before { content: "\f17c"; } .bd3-six-points:before { content: "\f17d"; } .bd3-skate:before { content: "\f17e"; } .bd3-skates:before { content: "\f17f"; } .bd3-skating:before { content: "\f180"; } .bd3-sketch:before { content: "\f181"; } .bd3-skiing-nordic:before { content: "\f182"; } .bd3-skull:before { content: "\f183"; } .bd3-slave:before { content: "\f184"; } .bd3-sleaves:before { content: "\f185"; } .bd3-sleep:before { content: "\f186"; } .bd3-sleep-one:before { content: "\f187"; } .bd3-sleep-two:before { content: "\f188"; } .bd3-slide:before { content: "\f189"; } .bd3-slide-two:before { content: "\f18a"; } .bd3-sliding-horizontal:before { content: "\f18b"; } .bd3-sliding-vertical:before { content: "\f18c"; } .bd3-slightly-frowning-face-whit-open-mouth:before { content: "\f18d"; } .bd3-slightly-smiling-face:before { content: "\f18e"; } .bd3-slippers:before { content: "\f18f"; } .bd3-slippers-one:before { content: "\f190"; } .bd3-sly-face-whit-smile:before { content: "\f191"; } .bd3-smart-optimization:before { content: "\f192"; } .bd3-smiling-face:before { content: "\f193"; } .bd3-smiling-face-with-squinting-eyes:before { content: "\f194"; } .bd3-snacks:before { content: "\f195"; } .bd3-snake-zodiac:before { content: "\f196"; } .bd3-snow:before { content: "\f197"; } .bd3-snowflake:before { content: "\f198"; } .bd3-snowman:before { content: "\f199"; } .bd3-soap-bubble:before { content: "\f19a"; } .bd3-soccer:before { content: "\f19b"; } .bd3-soccer-one:before { content: "\f19c"; } .bd3-socks:before { content: "\f19d"; } .bd3-sofa:before { content: "\f19e"; } .bd3-sofa-two:before { content: "\f19f"; } .bd3-softball:before { content: "\f1a0"; } .bd3-solar-energy:before { content: "\f1a1"; } .bd3-solar-energy-one:before { content: "\f1a2"; } .bd3-solid-state-disk:before { content: "\f1a3"; } .bd3-sorcerer-hat:before { content: "\f1a4"; } .bd3-sort:before { content: "\f1a5"; } .bd3-sort-amount-down:before { content: "\f1a6"; } .bd3-sort-amount-up:before { content: "\f1a7"; } .bd3-sort-four:before { content: "\f1a8"; } .bd3-sort-one:before { content: "\f1a9"; } .bd3-sort-three:before { content: "\f1aa"; } .bd3-sort-two:before { content: "\f1ab"; } .bd3-sound:before { content: "\f1ac"; } .bd3-sound-one:before { content: "\f1ad"; } .bd3-sound-wave:before { content: "\f1ae"; } .bd3-source-code:before { content: "\f1af"; } .bd3-soybean-milk-maker:before { content: "\f1b0"; } .bd3-spa-candle:before { content: "\f1b1"; } .bd3-space-colony:before { content: "\f1b2"; } .bd3-spanner:before { content: "\f1b3"; } .bd3-speaker:before { content: "\f1b4"; } .bd3-speaker-one:before { content: "\f1b5"; } .bd3-speed:before { content: "\f1b6"; } .bd3-speed-one:before { content: "\f1b7"; } .bd3-sperm:before { content: "\f1b8"; } .bd3-sphere:before { content: "\f1b9"; } .bd3-spider-man:before { content: "\f1ba"; } .bd3-spikedshoes:before { content: "\f1bb"; } .bd3-spinning-top:before { content: "\f1bc"; } .bd3-split:before { content: "\f1bd"; } .bd3-split-branch:before { content: "\f1be"; } .bd3-split-cells:before { content: "\f1bf"; } .bd3-split-turn-down-left:before { content: "\f1c0"; } .bd3-split-turn-down-right:before { content: "\f1c1"; } .bd3-spoon:before { content: "\f1c2"; } .bd3-sport:before { content: "\f1c3"; } .bd3-sporting:before { content: "\f1c4"; } .bd3-square:before { content: "\f1c5"; } .bd3-square-small:before { content: "\f1c6"; } .bd3-ssd:before { content: "\f1c7"; } .bd3-stack-light:before { content: "\f1c8"; } .bd3-stamp:before { content: "\f1c9"; } .bd3-stand-up:before { content: "\f1ca"; } .bd3-stapler:before { content: "\f1cb"; } .bd3-star:before { content: "\f1cc"; } .bd3-star-one:before { content: "\f1cd"; } .bd3-start-time-sort:before { content: "\f1ce"; } .bd3-steering-wheel:before { content: "\f1cf"; } .bd3-steoller:before { content: "\f1d0"; } .bd3-stereo-nesting:before { content: "\f1d1"; } .bd3-stereo-one:before { content: "\f1d2"; } .bd3-stereo-perspective:before { content: "\f1d3"; } .bd3-stethoscope:before { content: "\f1d4"; } .bd3-stickers:before { content: "\f1d5"; } .bd3-stock-market:before { content: "\f1d6"; } .bd3-stopwatch:before { content: "\f1d7"; } .bd3-stopwatch-start:before { content: "\f1d8"; } .bd3-storage-card-one:before { content: "\f1d9"; } .bd3-storage-card-two:before { content: "\f1da"; } .bd3-straight-razor:before { content: "\f1db"; } .bd3-straw-hat:before { content: "\f1dc"; } .bd3-stretching:before { content: "\f1dd"; } .bd3-stretching-one:before { content: "\f1de"; } .bd3-strikethrough:before { content: "\f1df"; } .bd3-strongbox:before { content: "\f1e0"; } .bd3-s-turn-down:before { content: "\f1e1"; } .bd3-s-turn-left:before { content: "\f1e2"; } .bd3-s-turn-right:before { content: "\f1e3"; } .bd3-s-turn-up:before { content: "\f1e4"; } .bd3-subtract-selection:before { content: "\f1e5"; } .bd3-subtract-selection-one:before { content: "\f1e6"; } .bd3-subway:before { content: "\f1e7"; } .bd3-success:before { content: "\f1e8"; } .bd3-success-picture:before { content: "\f1e9"; } .bd3-sum:before { content: "\f1ea"; } .bd3-sun:before { content: "\f1eb"; } .bd3-sunbath:before { content: "\f1ec"; } .bd3-sun-hat:before { content: "\f1ed"; } .bd3-sunny:before { content: "\f1ee"; } .bd3-sun-one:before { content: "\f1ef"; } .bd3-sunrise:before { content: "\f1f0"; } .bd3-sunset:before { content: "\f1f1"; } .bd3-sunshade:before { content: "\f1f2"; } .bd3-surprised-face-with-open-big-mouth:before { content: "\f1f3"; } .bd3-surprised-face-with-open-mouth:before { content: "\f1f4"; } .bd3-surveillance-cameras:before { content: "\f1f5"; } .bd3-surveillance-cameras-one:before { content: "\f1f6"; } .bd3-surveillance-cameras-two:before { content: "\f1f7"; } .bd3-swallow:before { content: "\f1f8"; } .bd3-sweater:before { content: "\f1f9"; } .bd3-swimming-pool:before { content: "\f1fa"; } .bd3-swimming-ring:before { content: "\f1fb"; } .bd3-swimsuit:before { content: "\f1fc"; } .bd3-swing:before { content: "\f1fd"; } .bd3-swipe:before { content: "\f1fe"; } .bd3-switch:before { content: "\f1ff"; } .bd3-switch-button:before { content: "\f200"; } .bd3-switch-contrast:before { content: "\f201"; } .bd3-switching-done:before { content: "\f202"; } .bd3-switch-nintendo:before { content: "\f203"; } .bd3-switch-one:before { content: "\f204"; } .bd3-switch-themes:before { content: "\f205"; } .bd3-switch-track:before { content: "\f206"; } .bd3-symbol:before { content: "\f207"; } .bd3-symbol-double-x:before { content: "\f208"; } .bd3-symmetry:before { content: "\f209"; } .bd3-sync:before { content: "\f20a"; } .bd3-system:before { content: "\f20b"; } .bd3-table:before { content: "\f20c"; } .bd3-table-file:before { content: "\f20d"; } .bd3-table-lamp:before { content: "\f20e"; } .bd3-table-report:before { content: "\f20f"; } .bd3-tabletennis:before { content: "\f210"; } .bd3-tag:before { content: "\f211"; } .bd3-tag-one:before { content: "\f212"; } .bd3-tailoring:before { content: "\f213"; } .bd3-tailoring-two:before { content: "\f214"; } .bd3-taj-mahal:before { content: "\f215"; } .bd3-take-off:before { content: "\f216"; } .bd3-take-off-one:before { content: "\f217"; } .bd3-taobao:before { content: "\f218"; } .bd3-tape:before { content: "\f219"; } .bd3-tape-measure:before { content: "\f21a"; } .bd3-target:before { content: "\f21b"; } .bd3-target-one:before { content: "\f21c"; } .bd3-target-two:before { content: "\f21d"; } .bd3-taurus:before { content: "\f21e"; } .bd3-taxi:before { content: "\f21f"; } .bd3-tea:before { content: "\f220"; } .bd3-tea-drink:before { content: "\f221"; } .bd3-teapot:before { content: "\f222"; } .bd3-teeth:before { content: "\f223"; } .bd3-telegram:before { content: "\f224"; } .bd3-telescope:before { content: "\f225"; } .bd3-tencent-qq:before { content: "\f226"; } .bd3-tennis:before { content: "\f227"; } .bd3-tent:before { content: "\f228"; } .bd3-tent-banner:before { content: "\f229"; } .bd3-terminal:before { content: "\f22a"; } .bd3-termination-file:before { content: "\f22b"; } .bd3-terrace:before { content: "\f22c"; } .bd3-test-tube:before { content: "\f22d"; } .bd3-text:before { content: "\f22e"; } .bd3-textarea:before { content: "\f22f"; } .bd3-text-bold:before { content: "\f230"; } .bd3-text-italic:before { content: "\f231"; } .bd3-text-message:before { content: "\f232"; } .bd3-text-recognition:before { content: "\f233"; } .bd3-text-rotation-down:before { content: "\f234"; } .bd3-text-rotation-left:before { content: "\f235"; } .bd3-text-rotation-none:before { content: "\f236"; } .bd3-text-rotation-up:before { content: "\f237"; } .bd3-text-style:before { content: "\f238"; } .bd3-text-style-one:before { content: "\f239"; } .bd3-text-underline:before { content: "\f23a"; } .bd3-texture:before { content: "\f23b"; } .bd3-texture-two:before { content: "\f23c"; } .bd3-text-wrap-overflow:before { content: "\f23d"; } .bd3-text-wrap-truncation:before { content: "\f23e"; } .bd3-theater:before { content: "\f23f"; } .bd3-theme:before { content: "\f240"; } .bd3-thermometer:before { content: "\f241"; } .bd3-thermometer-one:before { content: "\f242"; } .bd3-thermos-cup:before { content: "\f243"; } .bd3-the-single-shoulder-bag:before { content: "\f244"; } .bd3-thin:before { content: "\f245"; } .bd3-thinking-problem:before { content: "\f246"; } .bd3-three:before { content: "\f247"; } .bd3-three-d-glasses:before { content: "\f248"; } .bd3-three-hexagons:before { content: "\f249"; } .bd3-three-key:before { content: "\f24a"; } .bd3-three-slashes:before { content: "\f24b"; } .bd3-three-three:before { content: "\f24c"; } .bd3-three-triangles:before { content: "\f24d"; } .bd3-thumbs-down:before { content: "\f24e"; } .bd3-thumbs-up:before { content: "\f24f"; } .bd3-thunderbolt:before { content: "\f250"; } .bd3-thunderstorm:before { content: "\f251"; } .bd3-thunderstorm-one:before { content: "\f252"; } .bd3-ticket:before { content: "\f253"; } .bd3-ticket-one:before { content: "\f254"; } .bd3-tickets-checked:before { content: "\f255"; } .bd3-tickets-one:before { content: "\f256"; } .bd3-tickets-two:before { content: "\f257"; } .bd3-tiger-zodiac:before { content: "\f258"; } .bd3-tiktok:before { content: "\f259"; } .bd3-time:before { content: "\f25a"; } .bd3-timed-mail:before { content: "\f25b"; } .bd3-timeline:before { content: "\f25c"; } .bd3-timer:before { content: "\f25d"; } .bd3-tips:before { content: "\f25e"; } .bd3-tips-one:before { content: "\f25f"; } .bd3-tire-swing:before { content: "\f260"; } .bd3-title-level:before { content: "\f261"; } .bd3-to-bottom:before { content: "\f262"; } .bd3-to-bottom-one:before { content: "\f263"; } .bd3-toilet:before { content: "\f264"; } .bd3-to-left:before { content: "\f265"; } .bd3-tomato:before { content: "\f266"; } .bd3-tool:before { content: "\f267"; } .bd3-toolkit:before { content: "\f268"; } .bd3-top-bar:before { content: "\f269"; } .bd3-topbuzz:before { content: "\f26a"; } .bd3-topic:before { content: "\f26b"; } .bd3-topic-discussion:before { content: "\f26c"; } .bd3-torch:before { content: "\f26d"; } .bd3-to-right:before { content: "\f26e"; } .bd3-to-top:before { content: "\f26f"; } .bd3-to-top-one:before { content: "\f270"; } .bd3-tour-bus:before { content: "\f271"; } .bd3-towel:before { content: "\f272"; } .bd3-tower:before { content: "\f273"; } .bd3-tower-of-babel:before { content: "\f274"; } .bd3-tower-of-pisa:before { content: "\f275"; } .bd3-toxins:before { content: "\f276"; } .bd3-trace:before { content: "\f277"; } .bd3-trademark:before { content: "\f278"; } .bd3-traditional-chinese-medicine:before { content: "\f279"; } .bd3-train:before { content: "\f27a"; } .bd3-transaction:before { content: "\f27b"; } .bd3-transaction-order:before { content: "\f27c"; } .bd3-transfer:before { content: "\f27d"; } .bd3-transfer-data:before { content: "\f27e"; } .bd3-transform:before { content: "\f27f"; } .bd3-translate:before { content: "\f280"; } .bd3-translation:before { content: "\f281"; } .bd3-transport:before { content: "\f282"; } .bd3-transporter:before { content: "\f283"; } .bd3-trapezoid:before { content: "\f284"; } .bd3-tray:before { content: "\f285"; } .bd3-treadmill:before { content: "\f286"; } .bd3-treadmill-one:before { content: "\f287"; } .bd3-treadmill-two:before { content: "\f288"; } .bd3-treasure-chest:before { content: "\f289"; } .bd3-tree:before { content: "\f28a"; } .bd3-tree-diagram:before { content: "\f28b"; } .bd3-tree-list:before { content: "\f28c"; } .bd3-tree-one:before { content: "\f28d"; } .bd3-tree-two:before { content: "\f28e"; } .bd3-trend:before { content: "\f28f"; } .bd3-trending-down:before { content: "\f290"; } .bd3-trending-up:before { content: "\f291"; } .bd3-trend-two:before { content: "\f292"; } .bd3-triangle:before { content: "\f293"; } .bd3-triangle-round-rectangle:before { content: "\f294"; } .bd3-triangle-ruler:before { content: "\f295"; } .bd3-triangular-pyramid:before { content: "\f296"; } .bd3-trophy:before { content: "\f297"; } .bd3-trousers-bell-bottoms:before { content: "\f298"; } .bd3-truck:before { content: "\f299"; } .bd3-trumpet:before { content: "\f29a"; } .bd3-trunk:before { content: "\f29b"; } .bd3-t-shirt:before { content: "\f29c"; } .bd3-tub:before { content: "\f29d"; } .bd3-tuchong:before { content: "\f29e"; } .bd3-tumblr:before { content: "\f29f"; } .bd3-turkey:before { content: "\f2a0"; } .bd3-turn-around:before { content: "\f2a1"; } .bd3-turn-off-bluetooth:before { content: "\f2a2"; } .bd3-turn-on:before { content: "\f2a3"; } .bd3-tv:before { content: "\f2a4"; } .bd3-tv-one:before { content: "\f2a5"; } .bd3-twitter:before { content: "\f2a6"; } .bd3-two:before { content: "\f2a7"; } .bd3-two-dimensional-code:before { content: "\f2a8"; } .bd3-two-dimensional-code-one:before { content: "\f2a9"; } .bd3-two-dimensional-code-two:before { content: "\f2aa"; } .bd3-two-ellipses:before { content: "\f2ab"; } .bd3-two-fingers:before { content: "\f2ac"; } .bd3-two-hands:before { content: "\f2ad"; } .bd3-two-key:before { content: "\f2ae"; } .bd3-two-semicircles:before { content: "\f2af"; } .bd3-two-triangles:before { content: "\f2b0"; } .bd3-two-triangles-two:before { content: "\f2b1"; } .bd3-two-two:before { content: "\f2b2"; } .bd3-type-drive:before { content: "\f2b3"; } .bd3-u-disk:before { content: "\f2b4"; } .bd3-ulikecam:before { content: "\f2b5"; } .bd3-umbrella:before { content: "\f2b6"; } .bd3-umbrella-one:before { content: "\f2b7"; } .bd3-umbrella-two:before { content: "\f2b8"; } .bd3-undo:before { content: "\f2b9"; } .bd3-ungroup:before { content: "\f2ba"; } .bd3-unicast:before { content: "\f2bb"; } .bd3-union-selection:before { content: "\f2bc"; } .bd3-universal:before { content: "\f2bd"; } .bd3-unlike:before { content: "\f2be"; } .bd3-unlink:before { content: "\f2bf"; } .bd3-unlock:before { content: "\f2c0"; } .bd3-unlock-one:before { content: "\f2c1"; } .bd3-unordered-list:before { content: "\f2c2"; } .bd3-up:before { content: "\f2c3"; } .bd3-up-and-down:before { content: "\f2c4"; } .bd3-up-c:before { content: "\f2c5"; } .bd3-update-rotation:before { content: "\f2c6"; } .bd3-upload:before { content: "\f2c7"; } .bd3-upload-computer:before { content: "\f2c8"; } .bd3-upload-laptop:before { content: "\f2c9"; } .bd3-upload-logs:before { content: "\f2ca"; } .bd3-upload-one:before { content: "\f2cb"; } .bd3-upload-picture:before { content: "\f2cc"; } .bd3-upload-three:before { content: "\f2cd"; } .bd3-upload-two:before { content: "\f2ce"; } .bd3-upload-web:before { content: "\f2cf"; } .bd3-up-one:before { content: "\f2d0"; } .bd3-upside-down-face:before { content: "\f2d1"; } .bd3-up-small:before { content: "\f2d2"; } .bd3-up-square:before { content: "\f2d3"; } .bd3-up-two:before { content: "\f2d4"; } .bd3-usb:before { content: "\f2d5"; } .bd3-usb-memory-stick:before { content: "\f2d6"; } .bd3-usb-micro-one:before { content: "\f2d7"; } .bd3-usb-micro-two:before { content: "\f2d8"; } .bd3-usb-one:before { content: "\f2d9"; } .bd3-usb-type-c:before { content: "\f2da"; } .bd3-user:before { content: "\f2db"; } .bd3-user-business:before { content: "\f2dc"; } .bd3-user-positioning:before { content: "\f2dd"; } .bd3-user-to-user-transmission:before { content: "\f2de"; } .bd3-uterus:before { content: "\f2df"; } .bd3-u-turn-down:before { content: "\f2e0"; } .bd3-u-turn-left:before { content: "\f2e1"; } .bd3-u-turn-right:before { content: "\f2e2"; } .bd3-u-turn-up:before { content: "\f2e3"; } .bd3-vacation:before { content: "\f2e4"; } .bd3-vacuum-cleaner:before { content: "\f2e5"; } .bd3-vegetable-basket:before { content: "\f2e6"; } .bd3-vegetables:before { content: "\f2e7"; } .bd3-vertically-centered:before { content: "\f2e8"; } .bd3-vertical-spacing-between-items:before { content: "\f2e9"; } .bd3-vertical-tidy-up:before { content: "\f2ea"; } .bd3-vertical-timeline:before { content: "\f2eb"; } .bd3-vest:before { content: "\f2ec"; } .bd3-vial:before { content: "\f2ed"; } .bd3-vicia-faba:before { content: "\f2ee"; } .bd3-video:before { content: "\f2ef"; } .bd3-videocamera:before { content: "\f2f0"; } .bd3-videocamera-one:before { content: "\f2f1"; } .bd3-video-conference:before { content: "\f2f2"; } .bd3-video-file:before { content: "\f2f3"; } .bd3-video-one:before { content: "\f2f4"; } .bd3-video-two:before { content: "\f2f5"; } .bd3-viencharts:before { content: "\f2f6"; } .bd3-viewfinder:before { content: "\f2f7"; } .bd3-view-grid-card:before { content: "\f2f8"; } .bd3-view-grid-detail:before { content: "\f2f9"; } .bd3-view-grid-list:before { content: "\f2fa"; } .bd3-view-list:before { content: "\f2fb"; } .bd3-vigo:before { content: "\f2fc"; } .bd3-vip:before { content: "\f2fd"; } .bd3-vip-one:before { content: "\f2fe"; } .bd3-virgo:before { content: "\f2ff"; } .bd3-virtual-reality-glasses:before { content: "\f300"; } .bd3-voice:before { content: "\f301"; } .bd3-voice-input:before { content: "\f302"; } .bd3-voicemail:before { content: "\f303"; } .bd3-voice-message:before { content: "\f304"; } .bd3-voice-off:before { content: "\f305"; } .bd3-voice-one:before { content: "\f306"; } .bd3-volkswagen:before { content: "\f307"; } .bd3-volleyball:before { content: "\f308"; } .bd3-volume-down:before { content: "\f309"; } .bd3-volume-mute:before { content: "\f30a"; } .bd3-volume-notice:before { content: "\f30b"; } .bd3-volume-small:before { content: "\f30c"; } .bd3-volume-up:before { content: "\f30d"; } .bd3-vr-glasses:before { content: "\f30e"; } .bd3-waistline:before { content: "\f30f"; } .bd3-wallet:before { content: "\f310"; } .bd3-wallet-one:before { content: "\f311"; } .bd3-wallet-three:before { content: "\f312"; } .bd3-wallet-two:before { content: "\f313"; } .bd3-warehousing:before { content: "\f314"; } .bd3-washing-machine:before { content: "\f315"; } .bd3-washing-machine-one:before { content: "\f316"; } .bd3-watch:before { content: "\f317"; } .bd3-watch-one:before { content: "\f318"; } .bd3-water:before { content: "\f319"; } .bd3-waterfalls-h:before { content: "\f31a"; } .bd3-waterfalls-v:before { content: "\f31b"; } .bd3-water-level:before { content: "\f31c"; } .bd3-watermelon:before { content: "\f31d"; } .bd3-watermelon-one:before { content: "\f31e"; } .bd3-water-no:before { content: "\f31f"; } .bd3-waterpolo:before { content: "\f320"; } .bd3-waterpolo-one:before { content: "\f321"; } .bd3-water-rate:before { content: "\f322"; } .bd3-water-rate-two:before { content: "\f323"; } .bd3-waves:before { content: "\f324"; } .bd3-waves-left:before { content: "\f325"; } .bd3-waves-right:before { content: "\f326"; } .bd3-weary-face:before { content: "\f327"; } .bd3-webcam:before { content: "\f328"; } .bd3-web-page:before { content: "\f329"; } .bd3-wechat:before { content: "\f32a"; } .bd3-weibo:before { content: "\f32b"; } .bd3-weight:before { content: "\f32c"; } .bd3-weightlifting:before { content: "\f32d"; } .bd3-weixin-cards-offers:before { content: "\f32e"; } .bd3-weixin-favorites:before { content: "\f32f"; } .bd3-weixin-games:before { content: "\f330"; } .bd3-weixin-market:before { content: "\f331"; } .bd3-weixin-mini-app:before { content: "\f332"; } .bd3-weixin-people-nearby:before { content: "\f333"; } .bd3-weixin-scan:before { content: "\f334"; } .bd3-weixin-search:before { content: "\f335"; } .bd3-weixin-shake:before { content: "\f336"; } .bd3-weixin-top-stories:before { content: "\f337"; } .bd3-whale:before { content: "\f338"; } .bd3-wheelchair:before { content: "\f339"; } .bd3-whirlwind:before { content: "\f33a"; } .bd3-whistling:before { content: "\f33b"; } .bd3-whole-site-accelerator:before { content: "\f33c"; } .bd3-wifi:before { content: "\f33d"; } .bd3-wind:before { content: "\f33e"; } .bd3-windmill:before { content: "\f33f"; } .bd3-windmill-one:before { content: "\f340"; } .bd3-windmill-two:before { content: "\f341"; } .bd3-windows:before { content: "\f342"; } .bd3-wind-turbine:before { content: "\f343"; } .bd3-wingsuit-flying:before { content: "\f344"; } .bd3-winking-face:before { content: "\f345"; } .bd3-winking-face-with-open-eyes:before { content: "\f346"; } .bd3-woman:before { content: "\f347"; } .bd3-women:before { content: "\f348"; } .bd3-women-coat:before { content: "\f349"; } .bd3-woolen-hat:before { content: "\f34a"; } .bd3-word:before { content: "\f34b"; } .bd3-workbench:before { content: "\f34c"; } .bd3-worker:before { content: "\f34d"; } .bd3-world:before { content: "\f34e"; } .bd3-worried-face:before { content: "\f34f"; } .bd3-write:before { content: "\f350"; } .bd3-writing-fluently:before { content: "\f351"; } .bd3-wrong-user:before { content: "\f352"; } .bd3-xiaodu:before { content: "\f353"; } .bd3-xiaodu-home:before { content: "\f354"; } .bd3-xigua:before { content: "\f355"; } .bd3-xingfuli:before { content: "\f356"; } .bd3-xingtu:before { content: "\f357"; } .bd3-yep:before { content: "\f358"; } .bd3-youtobe:before { content: "\f359"; } .bd3-youtube:before { content: "\f35a"; } .bd3-zero-key:before { content: "\f35b"; } .bd3-zijinyunying:before { content: "\f35c"; } .bd3-zip:before { content: "\f35d"; } .bd3-zoom:before { content: "\f35e"; } .bd3-zoom-in:before { content: "\f35f"; } .bd3-zoom-internal:before { content: "\f360"; } .bd3-zoom-out:before { content: "\f361"; } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/resources/META-INF/resources/bytedance/1.3.0/css/bytedance-iconpack-extrabold.css ================================================ /*! * Bytedance IconPark v1.3.0 * @link https://iconpark.oceanengine.com/official * License - https://github.com/bytedance/IconPark/blob/master/LICENSE (Apache License 2.0) */ @font-face { font-family: 'Bytedance-IconPack-ExtraBold'; src: url('../fonts/Bytedance-IconPack-ExtraBold.eot?pcl4bd'); src: url('../fonts/Bytedance-IconPack-ExtraBold.eot?pcl4bd#iefix') format('embedded-opentype'), url('../fonts/Bytedance-IconPack-ExtraBold.ttf?pcl4bd') format('truetype'), url('../fonts/Bytedance-IconPack-ExtraBold.woff?pcl4bd') format('woff'), url('../fonts/Bytedance-IconPack-ExtraBold.svg?pcl4bd#Bytedance-IconPack-ExtraBold') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="bd4"], [class*=" bd4"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Bytedance-IconPack-ExtraBold' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bd4-abdominal:before { content: "\e900"; } .bd4-abnormal:before { content: "\e901"; } .bd4-a-cane:before { content: "\e902"; } .bd4-acceleration:before { content: "\e903"; } .bd4-accept-email:before { content: "\e904"; } .bd4-acoustic:before { content: "\e905"; } .bd4-activity-source:before { content: "\e906"; } .bd4-ad:before { content: "\e907"; } .bd4-add:before { content: "\e908"; } .bd4-add-computer:before { content: "\e909"; } .bd4-add-four:before { content: "\e90a"; } .bd4-add-item:before { content: "\e90b"; } .bd4-add-mode:before { content: "\e90c"; } .bd4-add-music:before { content: "\e90d"; } .bd4-add-one:before { content: "\e90e"; } .bd4-add-pic:before { content: "\e90f"; } .bd4-add-picture:before { content: "\e910"; } .bd4-add-print:before { content: "\e911"; } .bd4-address-book:before { content: "\e912"; } .bd4-add-subset:before { content: "\e913"; } .bd4-add-subtract:before { content: "\e914"; } .bd4-add-text:before { content: "\e915"; } .bd4-add-text-two:before { content: "\e916"; } .bd4-add-three:before { content: "\e917"; } .bd4-add-two:before { content: "\e918"; } .bd4-add-user:before { content: "\e919"; } .bd4-add-web:before { content: "\e91a"; } .bd4-adjacent-item:before { content: "\e91b"; } .bd4-adjustment:before { content: "\e91c"; } .bd4-adobe-illustrate:before { content: "\e91d"; } .bd4-adobe-indesign:before { content: "\e91e"; } .bd4-adobe-lightroom:before { content: "\e91f"; } .bd4-adobe-photoshop:before { content: "\e920"; } .bd4-ad-product:before { content: "\e921"; } .bd4-afferent:before { content: "\e922"; } .bd4-afferent-four:before { content: "\e923"; } .bd4-afferent-three:before { content: "\e924"; } .bd4-afferent-two:before { content: "\e925"; } .bd4-afro-pick:before { content: "\e926"; } .bd4-agreement:before { content: "\e927"; } .bd4-aiming:before { content: "\e928"; } .bd4-air-bike:before { content: "\e929"; } .bd4-air-conditioning:before { content: "\e92a"; } .bd4-airplane:before { content: "\e92b"; } .bd4-airplane-window:before { content: "\e92c"; } .bd4-airplane-window-one:before { content: "\e92d"; } .bd4-airplay:before { content: "\e92e"; } .bd4-airpods:before { content: "\e92f"; } .bd4-alarm:before { content: "\e930"; } .bd4-alarm-clock:before { content: "\e931"; } .bd4-align-bottom:before { content: "\e932"; } .bd4-align-bottom-two:before { content: "\e933"; } .bd4-align-horizontal-center-two:before { content: "\e934"; } .bd4-align-horizontally:before { content: "\e935"; } .bd4-align-left:before { content: "\e936"; } .bd4-align-left-one:before { content: "\e937"; } .bd4-align-left-two:before { content: "\e938"; } .bd4-alignment-bottom-center:before { content: "\e939"; } .bd4-alignment-bottom-left:before { content: "\e93a"; } .bd4-alignment-bottom-right:before { content: "\e93b"; } .bd4-alignment-horizontal-bottom:before { content: "\e93c"; } .bd4-alignment-horizontal-center:before { content: "\e93d"; } .bd4-alignment-horizontal-top:before { content: "\e93e"; } .bd4-alignment-left-bottom:before { content: "\e93f"; } .bd4-alignment-left-center:before { content: "\e940"; } .bd4-alignment-left-top:before { content: "\e941"; } .bd4-alignment-right-bottom:before { content: "\e942"; } .bd4-alignment-right-center:before { content: "\e943"; } .bd4-alignment-right-top:before { content: "\e944"; } .bd4-alignment-top-center:before { content: "\e945"; } .bd4-alignment-top-left:before { content: "\e946"; } .bd4-alignment-top-right:before { content: "\e947"; } .bd4-alignment-vertical-center:before { content: "\e948"; } .bd4-alignment-vertical-left:before { content: "\e949"; } .bd4-alignment-vertical-right:before { content: "\e94a"; } .bd4-align-right:before { content: "\e94b"; } .bd4-align-right-one:before { content: "\e94c"; } .bd4-align-right-two:before { content: "\e94d"; } .bd4-align-text-both:before { content: "\e94e"; } .bd4-align-text-both-one:before { content: "\e94f"; } .bd4-align-text-bottom:before { content: "\e950"; } .bd4-align-text-bottom-one:before { content: "\e951"; } .bd4-align-text-center:before { content: "\e952"; } .bd4-align-text-center-one:before { content: "\e953"; } .bd4-align-text-left:before { content: "\e954"; } .bd4-align-text-left-one:before { content: "\e955"; } .bd4-align-text-middle:before { content: "\e956"; } .bd4-align-text-middle-one:before { content: "\e957"; } .bd4-align-text-right:before { content: "\e958"; } .bd4-align-text-right-one:before { content: "\e959"; } .bd4-align-text-top:before { content: "\e95a"; } .bd4-align-text-top-one:before { content: "\e95b"; } .bd4-align-top:before { content: "\e95c"; } .bd4-align-top-two:before { content: "\e95d"; } .bd4-align-vertical-center-two:before { content: "\e95e"; } .bd4-align-vertically:before { content: "\e95f"; } .bd4-alipay:before { content: "\e960"; } .bd4-all-application:before { content: "\e961"; } .bd4-alphabetical-sorting:before { content: "\e962"; } .bd4-alphabetical-sorting-two:before { content: "\e963"; } .bd4-ambulance:before { content: "\e964"; } .bd4-analysis:before { content: "\e965"; } .bd4-anchor:before { content: "\e966"; } .bd4-anchor-one:before { content: "\e967"; } .bd4-anchor-round:before { content: "\e968"; } .bd4-anchor-squre:before { content: "\e969"; } .bd4-anchor-two:before { content: "\e96a"; } .bd4-android:before { content: "\e96b"; } .bd4-angry-face:before { content: "\e96c"; } .bd4-anguished-face:before { content: "\e96d"; } .bd4-announcement:before { content: "\e96e"; } .bd4-anti-corrosion:before { content: "\e96f"; } .bd4-aperture-priority:before { content: "\e970"; } .bd4-api:before { content: "\e971"; } .bd4-api-app:before { content: "\e972"; } .bd4-apple:before { content: "\e973"; } .bd4-apple-one:before { content: "\e974"; } .bd4-applet-closed:before { content: "\e975"; } .bd4-application:before { content: "\e976"; } .bd4-application-effect:before { content: "\e977"; } .bd4-application-menu:before { content: "\e978"; } .bd4-application-one:before { content: "\e979"; } .bd4-application-two:before { content: "\e97a"; } .bd4-appointment:before { content: "\e97b"; } .bd4-app-store:before { content: "\e97c"; } .bd4-app-switch:before { content: "\e97d"; } .bd4-aquarius:before { content: "\e97e"; } .bd4-arc-de-triomphe:before { content: "\e97f"; } .bd4-archers-bow:before { content: "\e980"; } .bd4-archery:before { content: "\e981"; } .bd4-area-map:before { content: "\e982"; } .bd4-arena:before { content: "\e983"; } .bd4-aries:before { content: "\e984"; } .bd4-arithmetic:before { content: "\e985"; } .bd4-arithmetic-buttons:before { content: "\e986"; } .bd4-arithmetic-one:before { content: "\e987"; } .bd4-arrow-circle-down:before { content: "\e988"; } .bd4-arrow-circle-left:before { content: "\e989"; } .bd4-arrow-circle-right:before { content: "\e98a"; } .bd4-arrow-circle-up:before { content: "\e98b"; } .bd4-arrow-down:before { content: "\e98c"; } .bd4-arrow-keys:before { content: "\e98d"; } .bd4-arrow-left:before { content: "\e98e"; } .bd4-arrow-left-down:before { content: "\e98f"; } .bd4-arrow-left-up:before { content: "\e990"; } .bd4-arrow-right:before { content: "\e991"; } .bd4-arrow-right-down:before { content: "\e992"; } .bd4-arrow-right-up:before { content: "\e993"; } .bd4-arrow-up:before { content: "\e994"; } .bd4-assembly-line:before { content: "\e995"; } .bd4-association:before { content: "\e996"; } .bd4-asterisk:before { content: "\e997"; } .bd4-asterisk-key:before { content: "\e998"; } .bd4-astonished-face:before { content: "\e999"; } .bd4-at-sign:before { content: "\e99a"; } .bd4-attention:before { content: "\e99b"; } .bd4-audio-file:before { content: "\e99c"; } .bd4-audit:before { content: "\e99d"; } .bd4-auto-focus:before { content: "\e99e"; } .bd4-auto-height-one:before { content: "\e99f"; } .bd4-auto-line-height:before { content: "\e9a0"; } .bd4-auto-line-width:before { content: "\e9a1"; } .bd4-auto-width:before { content: "\e9a2"; } .bd4-auto-width-one:before { content: "\e9a3"; } .bd4-avatar:before { content: "\e9a4"; } .bd4-average:before { content: "\e9a5"; } .bd4-aviation:before { content: "\e9a6"; } .bd4-avocado:before { content: "\e9a7"; } .bd4-avocado-one:before { content: "\e9a8"; } .bd4-baby:before { content: "\e9a9"; } .bd4-baby-app:before { content: "\e9aa"; } .bd4-baby-bottle:before { content: "\e9ab"; } .bd4-baby-car-seat:before { content: "\e9ac"; } .bd4-baby-feet:before { content: "\e9ad"; } .bd4-baby-meal:before { content: "\e9ae"; } .bd4-baby-mobile:before { content: "\e9af"; } .bd4-baby-one:before { content: "\e9b0"; } .bd4-baby-pants:before { content: "\e9b1"; } .bd4-baby-sling:before { content: "\e9b2"; } .bd4-baby-taste:before { content: "\e9b3"; } .bd4-bachelor-cap:before { content: "\e9b4"; } .bd4-bachelor-cap-one:before { content: "\e9b5"; } .bd4-bachelor-cap-two:before { content: "\e9b6"; } .bd4-back:before { content: "\e9b7"; } .bd4-background-color:before { content: "\e9b8"; } .bd4-back-one:before { content: "\e9b9"; } .bd4-backpack:before { content: "\e9ba"; } .bd4-bad:before { content: "\e9bb"; } .bd4-badge:before { content: "\e9bc"; } .bd4-badge-two:before { content: "\e9bd"; } .bd4-badminton:before { content: "\e9be"; } .bd4-bad-one:before { content: "\e9bf"; } .bd4-bad-two:before { content: "\e9c0"; } .bd4-baggage-delay:before { content: "\e9c1"; } .bd4-balance:before { content: "\e9c2"; } .bd4-balance-one:before { content: "\e9c3"; } .bd4-balance-two:before { content: "\e9c4"; } .bd4-banana:before { content: "\e9c5"; } .bd4-bank:before { content: "\e9c6"; } .bd4-bank-card:before { content: "\e9c7"; } .bd4-bank-card-one:before { content: "\e9c8"; } .bd4-bank-card-two:before { content: "\e9c9"; } .bd4-bank-transfer:before { content: "\e9ca"; } .bd4-baokemeng:before { content: "\e9cb"; } .bd4-barbecue:before { content: "\e9cc"; } .bd4-barber-brush:before { content: "\e9cd"; } .bd4-barber-clippers:before { content: "\e9ce"; } .bd4-bar-code:before { content: "\e9cf"; } .bd4-baseball:before { content: "\e9d0"; } .bd4-baseball-bat:before { content: "\e9d1"; } .bd4-baseball-cap:before { content: "\e9d2"; } .bd4-basketball:before { content: "\e9d3"; } .bd4-basketball-clothes:before { content: "\e9d4"; } .bd4-basketball-one:before { content: "\e9d5"; } .bd4-basketball-stand:before { content: "\e9d6"; } .bd4-bat:before { content: "\e9d7"; } .bd4-battery-charge:before { content: "\e9d8"; } .bd4-battery-empty:before { content: "\e9d9"; } .bd4-battery-failure:before { content: "\e9da"; } .bd4-battery-full:before { content: "\e9db"; } .bd4-battery-storage:before { content: "\e9dc"; } .bd4-battery-tips:before { content: "\e9dd"; } .bd4-battery-working:before { content: "\e9de"; } .bd4-battery-working-one:before { content: "\e9df"; } .bd4-beach-umbrella:before { content: "\e9e0"; } .bd4-bear:before { content: "\e9e1"; } .bd4-beauty:before { content: "\e9e2"; } .bd4-beauty-instrument:before { content: "\e9e3"; } .bd4-bedside:before { content: "\e9e4"; } .bd4-bedside-two:before { content: "\e9e5"; } .bd4-bee:before { content: "\e9e6"; } .bd4-beer:before { content: "\e9e7"; } .bd4-beer-mug:before { content: "\e9e8"; } .bd4-behance:before { content: "\e9e9"; } .bd4-bell-ring:before { content: "\e9ea"; } .bd4-belt:before { content: "\e9eb"; } .bd4-benz:before { content: "\e9ec"; } .bd4-bezier-curve:before { content: "\e9ed"; } .bd4-bib:before { content: "\e9ee"; } .bd4-big-clock:before { content: "\e9ef"; } .bd4-big-x:before { content: "\e9f0"; } .bd4-bike:before { content: "\e9f1"; } .bd4-bill:before { content: "\e9f2"; } .bd4-bird:before { content: "\e9f3"; } .bd4-birthday-cake:before { content: "\e9f4"; } .bd4-bitcoin:before { content: "\e9f5"; } .bd4-blackboard:before { content: "\e9f6"; } .bd4-black-eight:before { content: "\e9f7"; } .bd4-blade:before { content: "\e9f8"; } .bd4-bless:before { content: "\e9f9"; } .bd4-block:before { content: "\e9fa"; } .bd4-blockchain:before { content: "\e9fb"; } .bd4-block-eight:before { content: "\e9fc"; } .bd4-block-five:before { content: "\e9fd"; } .bd4-block-four:before { content: "\e9fe"; } .bd4-block-nine:before { content: "\e9ff"; } .bd4-block-one:before { content: "\ea00"; } .bd4-blocks-and-arrows:before { content: "\ea01"; } .bd4-block-seven:before { content: "\ea02"; } .bd4-block-six:before { content: "\ea03"; } .bd4-block-ten:before { content: "\ea04"; } .bd4-block-three:before { content: "\ea05"; } .bd4-block-two:before { content: "\ea06"; } .bd4-bloom:before { content: "\ea07"; } .bd4-blossom:before { content: "\ea08"; } .bd4-bluetooth:before { content: "\ea09"; } .bd4-boiler:before { content: "\ea0a"; } .bd4-bolt-one:before { content: "\ea0b"; } .bd4-bone:before { content: "\ea0c"; } .bd4-book:before { content: "\ea0d"; } .bd4-bookmark:before { content: "\ea0e"; } .bd4-bookmark-one:before { content: "\ea0f"; } .bd4-bookmark-three:before { content: "\ea10"; } .bd4-book-one:before { content: "\ea11"; } .bd4-book-open:before { content: "\ea12"; } .bd4-bookshelf:before { content: "\ea13"; } .bd4-booster-car-seat:before { content: "\ea14"; } .bd4-booth:before { content: "\ea15"; } .bd4-boots:before { content: "\ea16"; } .bd4-bottle:before { content: "\ea17"; } .bd4-bottle-one:before { content: "\ea18"; } .bd4-bottle-three:before { content: "\ea19"; } .bd4-bottle-two:before { content: "\ea1a"; } .bd4-bottom-bar:before { content: "\ea1b"; } .bd4-bottom-bar-one:before { content: "\ea1c"; } .bd4-bow:before { content: "\ea1d"; } .bd4-bowl:before { content: "\ea1e"; } .bd4-bowling:before { content: "\ea1f"; } .bd4-bowl-one:before { content: "\ea20"; } .bd4-box:before { content: "\ea21"; } .bd4-boxing:before { content: "\ea22"; } .bd4-boxing-one:before { content: "\ea23"; } .bd4-boy:before { content: "\ea24"; } .bd4-boy-one:before { content: "\ea25"; } .bd4-boy-stroller:before { content: "\ea26"; } .bd4-boy-two:before { content: "\ea27"; } .bd4-brain:before { content: "\ea28"; } .bd4-brake-pads:before { content: "\ea29"; } .bd4-branch:before { content: "\ea2a"; } .bd4-branch-one:before { content: "\ea2b"; } .bd4-branch-two:before { content: "\ea2c"; } .bd4-brdige-three:before { content: "\ea2d"; } .bd4-bread:before { content: "\ea2e"; } .bd4-bread-machine:before { content: "\ea2f"; } .bd4-bread-one:before { content: "\ea30"; } .bd4-breast-pump:before { content: "\ea31"; } .bd4-bridge-one:before { content: "\ea32"; } .bd4-bridge-two:before { content: "\ea33"; } .bd4-briefcase:before { content: "\ea34"; } .bd4-brightness:before { content: "\ea35"; } .bd4-bring-forward:before { content: "\ea36"; } .bd4-bring-to-front:before { content: "\ea37"; } .bd4-bring-to-front-one:before { content: "\ea38"; } .bd4-broadcast:before { content: "\ea39"; } .bd4-broadcast-one:before { content: "\ea3a"; } .bd4-broadcast-radio:before { content: "\ea3b"; } .bd4-browser:before { content: "\ea3c"; } .bd4-browser-chrome:before { content: "\ea3d"; } .bd4-browser-safari:before { content: "\ea3e"; } .bd4-bubble-chart:before { content: "\ea3f"; } .bd4-bug:before { content: "\ea40"; } .bd4-building-four:before { content: "\ea41"; } .bd4-building-one:before { content: "\ea42"; } .bd4-building-three:before { content: "\ea43"; } .bd4-building-two:before { content: "\ea44"; } .bd4-bullet-map:before { content: "\ea45"; } .bd4-bus:before { content: "\ea46"; } .bd4-bus-one:before { content: "\ea47"; } .bd4-bus-two:before { content: "\ea48"; } .bd4-butterfly:before { content: "\ea49"; } .bd4-buy:before { content: "\ea4a"; } .bd4-bydesign:before { content: "\ea4b"; } .bd4-bye:before { content: "\ea4c"; } .bd4-bytedance:before { content: "\ea4d"; } .bd4-bytedance-applets:before { content: "\ea4e"; } .bd4-bytedance-mini-app:before { content: "\ea4f"; } .bd4-cable-car:before { content: "\ea50"; } .bd4-cactus:before { content: "\ea51"; } .bd4-cake:before { content: "\ea52"; } .bd4-cake-five:before { content: "\ea53"; } .bd4-cake-four:before { content: "\ea54"; } .bd4-cake-one:before { content: "\ea55"; } .bd4-cake-three:before { content: "\ea56"; } .bd4-cake-two:before { content: "\ea57"; } .bd4-calculator:before { content: "\ea58"; } .bd4-calculator-one:before { content: "\ea59"; } .bd4-calendar:before { content: "\ea5a"; } .bd4-calendar-dot:before { content: "\ea5b"; } .bd4-calendar-thirty:before { content: "\ea5c"; } .bd4-calendar-thirty-two:before { content: "\ea5d"; } .bd4-calendar-three:before { content: "\ea5e"; } .bd4-camera:before { content: "\ea5f"; } .bd4-camera-five:before { content: "\ea60"; } .bd4-camera-four:before { content: "\ea61"; } .bd4-camera-one:before { content: "\ea62"; } .bd4-camera-three:before { content: "\ea63"; } .bd4-camera-two:before { content: "\ea64"; } .bd4-camp:before { content: "\ea65"; } .bd4-cancer:before { content: "\ea66"; } .bd4-candy:before { content: "\ea67"; } .bd4-canned-fruit:before { content: "\ea68"; } .bd4-capricornus:before { content: "\ea69"; } .bd4-car:before { content: "\ea6a"; } .bd4-car-battery:before { content: "\ea6b"; } .bd4-cardioelectric:before { content: "\ea6c"; } .bd4-card-two:before { content: "\ea6d"; } .bd4-carousel:before { content: "\ea6e"; } .bd4-carousel-video:before { content: "\ea6f"; } .bd4-carrot:before { content: "\ea70"; } .bd4-castle:before { content: "\ea71"; } .bd4-cast-screen:before { content: "\ea72"; } .bd4-cat:before { content: "\ea73"; } .bd4-category-management:before { content: "\ea74"; } .bd4-cattle:before { content: "\ea75"; } .bd4-cattle-zodiac:before { content: "\ea76"; } .bd4-caution:before { content: "\ea77"; } .bd4-cc:before { content: "\ea78"; } .bd4-cd:before { content: "\ea79"; } .bd4-cell:before { content: "\ea7a"; } .bd4-ce-marking:before { content: "\ea7b"; } .bd4-center-alignment:before { content: "\ea7c"; } .bd4-certificate:before { content: "\ea7d"; } .bd4-chafing-dish:before { content: "\ea7e"; } .bd4-chafing-dish-one:before { content: "\ea7f"; } .bd4-chair:before { content: "\ea80"; } .bd4-chair-one:before { content: "\ea81"; } .bd4-change:before { content: "\ea82"; } .bd4-change-date-sort:before { content: "\ea83"; } .bd4-charging-treasure:before { content: "\ea84"; } .bd4-chart-graph:before { content: "\ea85"; } .bd4-chart-histogram:before { content: "\ea86"; } .bd4-chart-histogram-one:before { content: "\ea87"; } .bd4-chart-histogram-two:before { content: "\ea88"; } .bd4-chart-line:before { content: "\ea89"; } .bd4-chart-line-area:before { content: "\ea8a"; } .bd4-chart-pie:before { content: "\ea8b"; } .bd4-chart-pie-one:before { content: "\ea8c"; } .bd4-chart-proportion:before { content: "\ea8d"; } .bd4-chart-ring:before { content: "\ea8e"; } .bd4-chart-scatter:before { content: "\ea8f"; } .bd4-chart-stock:before { content: "\ea90"; } .bd4-check:before { content: "\ea91"; } .bd4-checkbox:before { content: "\ea92"; } .bd4-check-correct:before { content: "\ea93"; } .bd4-checkerboard:before { content: "\ea94"; } .bd4-check-in:before { content: "\ea95"; } .bd4-checklist:before { content: "\ea96"; } .bd4-check-one:before { content: "\ea97"; } .bd4-check-small:before { content: "\ea98"; } .bd4-cheese:before { content: "\ea99"; } .bd4-chef-hat:before { content: "\ea9a"; } .bd4-chef-hat-one:before { content: "\ea9b"; } .bd4-cherry:before { content: "\ea9c"; } .bd4-chess:before { content: "\ea9d"; } .bd4-chess-one:before { content: "\ea9e"; } .bd4-chest:before { content: "\ea9f"; } .bd4-chicken:before { content: "\eaa0"; } .bd4-chicken-leg:before { content: "\eaa1"; } .bd4-chicken-zodiac:before { content: "\eaa2"; } .bd4-children-cap:before { content: "\eaa3"; } .bd4-children-pyramid:before { content: "\eaa4"; } .bd4-child-with-pacifier:before { content: "\eaa5"; } .bd4-chili:before { content: "\eaa6"; } .bd4-chimney:before { content: "\eaa7"; } .bd4-chinese:before { content: "\eaa8"; } .bd4-chinese-one:before { content: "\eaa9"; } .bd4-chinese-pavilion:before { content: "\eaaa"; } .bd4-chip:before { content: "\eaab"; } .bd4-chopping-board:before { content: "\eaac"; } .bd4-chopsticks-fork:before { content: "\eaad"; } .bd4-christmas-tree:before { content: "\eaae"; } .bd4-christmas-tree-one:before { content: "\eaaf"; } .bd4-church-one:before { content: "\eab0"; } .bd4-church-two:before { content: "\eab1"; } .bd4-circle-double-down:before { content: "\eab2"; } .bd4-circle-double-left:before { content: "\eab3"; } .bd4-circle-double-right:before { content: "\eab4"; } .bd4-circle-double-up:before { content: "\eab5"; } .bd4-circle-five-line:before { content: "\eab6"; } .bd4-circle-four:before { content: "\eab7"; } .bd4-circle-four-line:before { content: "\eab8"; } .bd4-circle-house:before { content: "\eab9"; } .bd4-circle-left-down:before { content: "\eaba"; } .bd4-circle-left-up:before { content: "\eabb"; } .bd4-circle-right-down:before { content: "\eabc"; } .bd4-circle-right-up:before { content: "\eabd"; } .bd4-circles-and-triangles:before { content: "\eabe"; } .bd4-circles-seven:before { content: "\eabf"; } .bd4-circle-three:before { content: "\eac0"; } .bd4-circle-two-line:before { content: "\eac1"; } .bd4-circular-connection:before { content: "\eac2"; } .bd4-circus:before { content: "\eac3"; } .bd4-city:before { content: "\eac4"; } .bd4-city-gate:before { content: "\eac5"; } .bd4-city-one:before { content: "\eac6"; } .bd4-clap:before { content: "\eac7"; } .bd4-classroom:before { content: "\eac8"; } .bd4-clear:before { content: "\eac9"; } .bd4-clear-format:before { content: "\eaca"; } .bd4-click:before { content: "\eacb"; } .bd4-click-tap:before { content: "\eacc"; } .bd4-click-tap-two:before { content: "\eacd"; } .bd4-click-to-fold:before { content: "\eace"; } .bd4-clipboard:before { content: "\eacf"; } .bd4-clock-tower:before { content: "\ead0"; } .bd4-close:before { content: "\ead1"; } .bd4-close-one:before { content: "\ead2"; } .bd4-close-remind:before { content: "\ead3"; } .bd4-close-small:before { content: "\ead4"; } .bd4-close-wifi:before { content: "\ead5"; } .bd4-clothes-briefs:before { content: "\ead6"; } .bd4-clothes-cardigan:before { content: "\ead7"; } .bd4-clothes-crew-neck:before { content: "\ead8"; } .bd4-clothes-diapers:before { content: "\ead9"; } .bd4-clothes-gloves:before { content: "\eada"; } .bd4-clothes-gloves-two:before { content: "\eadb"; } .bd4-clothes-hoodie:before { content: "\eadc"; } .bd4-clothes-pants:before { content: "\eadd"; } .bd4-clothes-pants-short:before { content: "\eade"; } .bd4-clothes-pants-sweat:before { content: "\eadf"; } .bd4-clothes-short-sleeve:before { content: "\eae0"; } .bd4-clothes-skates:before { content: "\eae1"; } .bd4-clothes-suit:before { content: "\eae2"; } .bd4-clothes-sweater:before { content: "\eae3"; } .bd4-clothes-turtleneck:before { content: "\eae4"; } .bd4-clothes-windbreaker:before { content: "\eae5"; } .bd4-cloud-storage:before { content: "\eae6"; } .bd4-cloudy:before { content: "\eae7"; } .bd4-cloudy-night:before { content: "\eae8"; } .bd4-clue:before { content: "\eae9"; } .bd4-coat-hanger:before { content: "\eaea"; } .bd4-cocktail:before { content: "\eaeb"; } .bd4-coconut-tree:before { content: "\eaec"; } .bd4-code:before { content: "\eaed"; } .bd4-code-brackets:before { content: "\eaee"; } .bd4-code-computer:before { content: "\eaef"; } .bd4-code-download:before { content: "\eaf0"; } .bd4-code-laptop:before { content: "\eaf1"; } .bd4-code-one:before { content: "\eaf2"; } .bd4-coffee-machine:before { content: "\eaf3"; } .bd4-cola:before { content: "\eaf4"; } .bd4-collapse-text-input:before { content: "\eaf5"; } .bd4-collect-computer:before { content: "\eaf6"; } .bd4-collection-files:before { content: "\eaf7"; } .bd4-collection-records:before { content: "\eaf8"; } .bd4-collect-laptop:before { content: "\eaf9"; } .bd4-collect-picture:before { content: "\eafa"; } .bd4-color-card:before { content: "\eafb"; } .bd4-color-filter:before { content: "\eafc"; } .bd4-column:before { content: "\eafd"; } .bd4-comb:before { content: "\eafe"; } .bd4-come:before { content: "\eaff"; } .bd4-command:before { content: "\eb00"; } .bd4-comment:before { content: "\eb01"; } .bd4-comment-one:before { content: "\eb02"; } .bd4-comments:before { content: "\eb03"; } .bd4-commodity:before { content: "\eb04"; } .bd4-communication:before { content: "\eb05"; } .bd4-commuter-bag:before { content: "\eb06"; } .bd4-compass:before { content: "\eb07"; } .bd4-compass-one:before { content: "\eb08"; } .bd4-components:before { content: "\eb09"; } .bd4-composition:before { content: "\eb0a"; } .bd4-compression:before { content: "\eb0b"; } .bd4-computer:before { content: "\eb0c"; } .bd4-computer-one:before { content: "\eb0d"; } .bd4-concept-sharing:before { content: "\eb0e"; } .bd4-concern:before { content: "\eb0f"; } .bd4-conditioner:before { content: "\eb10"; } .bd4-cone:before { content: "\eb11"; } .bd4-cones:before { content: "\eb12"; } .bd4-config:before { content: "\eb13"; } .bd4-confounded-face:before { content: "\eb14"; } .bd4-confused-face:before { content: "\eb15"; } .bd4-connect:before { content: "\eb16"; } .bd4-connect-address-one:before { content: "\eb17"; } .bd4-connect-address-two:before { content: "\eb18"; } .bd4-connection:before { content: "\eb19"; } .bd4-connection-arrow:before { content: "\eb1a"; } .bd4-connection-box:before { content: "\eb1b"; } .bd4-connection-point:before { content: "\eb1c"; } .bd4-connection-point-two:before { content: "\eb1d"; } .bd4-consignment:before { content: "\eb1e"; } .bd4-consume:before { content: "\eb1f"; } .bd4-contrast:before { content: "\eb20"; } .bd4-contrast-view:before { content: "\eb21"; } .bd4-contrast-view-circle:before { content: "\eb22"; } .bd4-control:before { content: "\eb23"; } .bd4-converging-gateway:before { content: "\eb24"; } .bd4-cook:before { content: "\eb25"; } .bd4-cooking:before { content: "\eb26"; } .bd4-cooking-pot:before { content: "\eb27"; } .bd4-cool:before { content: "\eb28"; } .bd4-cooperative-handshake:before { content: "\eb29"; } .bd4-coordinate-system:before { content: "\eb2a"; } .bd4-copy:before { content: "\eb2b"; } .bd4-copy-link:before { content: "\eb2c"; } .bd4-copy-one:before { content: "\eb2d"; } .bd4-copyright:before { content: "\eb2e"; } .bd4-corner-down-left:before { content: "\eb2f"; } .bd4-corner-down-right:before { content: "\eb30"; } .bd4-corner-left-down:before { content: "\eb31"; } .bd4-corner-left-up:before { content: "\eb32"; } .bd4-corner-right-down:before { content: "\eb33"; } .bd4-corner-right-up:before { content: "\eb34"; } .bd4-corner-up-left:before { content: "\eb35"; } .bd4-corner-up-right:before { content: "\eb36"; } .bd4-coronavirus:before { content: "\eb37"; } .bd4-correct:before { content: "\eb38"; } .bd4-cosmetic-brush:before { content: "\eb39"; } .bd4-coupon:before { content: "\eb3a"; } .bd4-court:before { content: "\eb3b"; } .bd4-cpu:before { content: "\eb3c"; } .bd4-crab:before { content: "\eb3d"; } .bd4-creation-date-sort:before { content: "\eb3e"; } .bd4-creative:before { content: "\eb3f"; } .bd4-credit:before { content: "\eb40"; } .bd4-crib:before { content: "\eb41"; } .bd4-croissant:before { content: "\eb42"; } .bd4-cross-ring:before { content: "\eb43"; } .bd4-cross-ring-two:before { content: "\eb44"; } .bd4-cross-society:before { content: "\eb45"; } .bd4-crown:before { content: "\eb46"; } .bd4-crown-three:before { content: "\eb47"; } .bd4-crown-two:before { content: "\eb48"; } .bd4-cruise:before { content: "\eb49"; } .bd4-crying-baby:before { content: "\eb4a"; } .bd4-cube:before { content: "\eb4b"; } .bd4-cube-five:before { content: "\eb4c"; } .bd4-cube-four:before { content: "\eb4d"; } .bd4-cube-three:before { content: "\eb4e"; } .bd4-cube-two:before { content: "\eb4f"; } .bd4-cup:before { content: "\eb50"; } .bd4-cup-four:before { content: "\eb51"; } .bd4-cup-one:before { content: "\eb52"; } .bd4-curling:before { content: "\eb53"; } .bd4-currency:before { content: "\eb54"; } .bd4-curve-adjustment:before { content: "\eb55"; } .bd4-customer:before { content: "\eb56"; } .bd4-cutting:before { content: "\eb57"; } .bd4-cutting-one:before { content: "\eb58"; } .bd4-cuvette:before { content: "\eb59"; } .bd4-cycle:before { content: "\eb5a"; } .bd4-cycle-arrow:before { content: "\eb5b"; } .bd4-cycle-movement:before { content: "\eb5c"; } .bd4-cycle-one:before { content: "\eb5d"; } .bd4-cylinder:before { content: "\eb5e"; } .bd4-damage-map:before { content: "\eb5f"; } .bd4-dark-mode:before { content: "\eb60"; } .bd4-dashboard:before { content: "\eb61"; } .bd4-dashboard-car:before { content: "\eb62"; } .bd4-dashboard-one:before { content: "\eb63"; } .bd4-dashboard-two:before { content: "\eb64"; } .bd4-data:before { content: "\eb65"; } .bd4-data-all:before { content: "\eb66"; } .bd4-data-arrival:before { content: "\eb67"; } .bd4-database-alert:before { content: "\eb68"; } .bd4-database-code:before { content: "\eb69"; } .bd4-database-config:before { content: "\eb6a"; } .bd4-database-download:before { content: "\eb6b"; } .bd4-database-enter:before { content: "\eb6c"; } .bd4-database-fail:before { content: "\eb6d"; } .bd4-database-first:before { content: "\eb6e"; } .bd4-database-forbid:before { content: "\eb6f"; } .bd4-database-lock:before { content: "\eb70"; } .bd4-database-network:before { content: "\eb71"; } .bd4-database-network-point:before { content: "\eb72"; } .bd4-database-point:before { content: "\eb73"; } .bd4-database-position:before { content: "\eb74"; } .bd4-database-power:before { content: "\eb75"; } .bd4-database-proportion:before { content: "\eb76"; } .bd4-database-search:before { content: "\eb77"; } .bd4-database-setting:before { content: "\eb78"; } .bd4-database-success:before { content: "\eb79"; } .bd4-database-sync:before { content: "\eb7a"; } .bd4-database-time:before { content: "\eb7b"; } .bd4-data-display:before { content: "\eb7c"; } .bd4-data-file:before { content: "\eb7d"; } .bd4-data-four:before { content: "\eb7e"; } .bd4-data-lock:before { content: "\eb7f"; } .bd4-data-null:before { content: "\eb80"; } .bd4-data-one:before { content: "\eb81"; } .bd4-data-screen:before { content: "\eb82"; } .bd4-data-server:before { content: "\eb83"; } .bd4-data-sheet:before { content: "\eb84"; } .bd4-data-switching:before { content: "\eb85"; } .bd4-data-three:before { content: "\eb86"; } .bd4-data-two:before { content: "\eb87"; } .bd4-data-user:before { content: "\eb88"; } .bd4-date-comes-back:before { content: "\eb89"; } .bd4-deadline-sort:before { content: "\eb8a"; } .bd4-death-star:before { content: "\eb8b"; } .bd4-deeplink:before { content: "\eb8c"; } .bd4-deer:before { content: "\eb8d"; } .bd4-degree-hat:before { content: "\eb8e"; } .bd4-delete:before { content: "\eb8f"; } .bd4-delete-five:before { content: "\eb90"; } .bd4-delete-four:before { content: "\eb91"; } .bd4-delete-key:before { content: "\eb92"; } .bd4-delete-mode:before { content: "\eb93"; } .bd4-delete-one:before { content: "\eb94"; } .bd4-delete-themes:before { content: "\eb95"; } .bd4-delete-three:before { content: "\eb96"; } .bd4-delete-two:before { content: "\eb97"; } .bd4-delivery:before { content: "\eb98"; } .bd4-deposit:before { content: "\eb99"; } .bd4-descend:before { content: "\eb9a"; } .bd4-desk-lamp:before { content: "\eb9b"; } .bd4-desk-lamp-one:before { content: "\eb9c"; } .bd4-detection:before { content: "\eb9d"; } .bd4-devices:before { content: "\eb9e"; } .bd4-diamond:before { content: "\eb9f"; } .bd4-diamond-necklace:before { content: "\eba0"; } .bd4-diamond-one:before { content: "\eba1"; } .bd4-diamond-ring:before { content: "\eba2"; } .bd4-diamonds:before { content: "\eba3"; } .bd4-diamond-three:before { content: "\eba4"; } .bd4-diamond-two:before { content: "\eba5"; } .bd4-dianziqian:before { content: "\eba6"; } .bd4-diapers-one:before { content: "\eba7"; } .bd4-difference-set:before { content: "\eba8"; } .bd4-digital-watches:before { content: "\eba9"; } .bd4-direction:before { content: "\ebaa"; } .bd4-direction-adjustment:before { content: "\ebab"; } .bd4-direction-adjustment-three:before { content: "\ebac"; } .bd4-direction-adjustment-two:before { content: "\ebad"; } .bd4-disabaled-web:before { content: "\ebae"; } .bd4-disabled-computer:before { content: "\ebaf"; } .bd4-disabled-laptop:before { content: "\ebb0"; } .bd4-disabled-picture:before { content: "\ebb1"; } .bd4-disappointed-face:before { content: "\ebb2"; } .bd4-discovery-index:before { content: "\ebb3"; } .bd4-disk:before { content: "\ebb4"; } .bd4-disk-one:before { content: "\ebb5"; } .bd4-disk-two:before { content: "\ebb6"; } .bd4-dislike:before { content: "\ebb7"; } .bd4-dislike-two:before { content: "\ebb8"; } .bd4-display:before { content: "\ebb9"; } .bd4-distortion:before { content: "\ebba"; } .bd4-distraught-face:before { content: "\ebbb"; } .bd4-distribute-horizontally:before { content: "\ebbc"; } .bd4-distribute-horizontal-spacing:before { content: "\ebbd"; } .bd4-distribute-vertically:before { content: "\ebbe"; } .bd4-distribute-vertical-spacing:before { content: "\ebbf"; } .bd4-dividing-line:before { content: "\ebc0"; } .bd4-dividing-line-one:before { content: "\ebc1"; } .bd4-diving:before { content: "\ebc2"; } .bd4-diving-bottle:before { content: "\ebc3"; } .bd4-diving-suit:before { content: "\ebc4"; } .bd4-division:before { content: "\ebc5"; } .bd4-dizzy-face:before { content: "\ebc6"; } .bd4-doc-add:before { content: "\ebc7"; } .bd4-doc-detail:before { content: "\ebc8"; } .bd4-doc-fail:before { content: "\ebc9"; } .bd4-doc-search:before { content: "\ebca"; } .bd4-doc-search-two:before { content: "\ebcb"; } .bd4-doc-success:before { content: "\ebcc"; } .bd4-document-folder:before { content: "\ebcd"; } .bd4-dog:before { content: "\ebce"; } .bd4-dog-zodiac:before { content: "\ebcf"; } .bd4-dollar:before { content: "\ebd0"; } .bd4-dolphin:before { content: "\ebd1"; } .bd4-dome:before { content: "\ebd2"; } .bd4-dome-light:before { content: "\ebd3"; } .bd4-done-all:before { content: "\ebd4"; } .bd4-dongchedi:before { content: "\ebd5"; } .bd4-door-handle:before { content: "\ebd6"; } .bd4-dot:before { content: "\ebd7"; } .bd4-double-bed:before { content: "\ebd8"; } .bd4-double-down:before { content: "\ebd9"; } .bd4-double-left:before { content: "\ebda"; } .bd4-double-right:before { content: "\ebdb"; } .bd4-double-up:before { content: "\ebdc"; } .bd4-doughnut:before { content: "\ebdd"; } .bd4-down:before { content: "\ebde"; } .bd4-down-c:before { content: "\ebdf"; } .bd4-download:before { content: "\ebe0"; } .bd4-download-computer:before { content: "\ebe1"; } .bd4-download-four:before { content: "\ebe2"; } .bd4-download-laptop:before { content: "\ebe3"; } .bd4-download-one:before { content: "\ebe4"; } .bd4-download-three:before { content: "\ebe5"; } .bd4-download-two:before { content: "\ebe6"; } .bd4-download-web:before { content: "\ebe7"; } .bd4-down-one:before { content: "\ebe8"; } .bd4-down-picture:before { content: "\ebe9"; } .bd4-down-small:before { content: "\ebea"; } .bd4-down-square:before { content: "\ebeb"; } .bd4-down-two:before { content: "\ebec"; } .bd4-drag:before { content: "\ebed"; } .bd4-dragon-zodiac:before { content: "\ebee"; } .bd4-dribble:before { content: "\ebef"; } .bd4-drink:before { content: "\ebf0"; } .bd4-drone:before { content: "\ebf1"; } .bd4-drone-one:before { content: "\ebf2"; } .bd4-dropbox:before { content: "\ebf3"; } .bd4-drop-down-list:before { content: "\ebf4"; } .bd4-drop-shadow-down:before { content: "\ebf5"; } .bd4-drop-shadow-left:before { content: "\ebf6"; } .bd4-drop-shadow-right:before { content: "\ebf7"; } .bd4-drop-shadow-up:before { content: "\ebf8"; } .bd4-drumstick:before { content: "\ebf9"; } .bd4-dubai:before { content: "\ebfa"; } .bd4-duck:before { content: "\ebfb"; } .bd4-dumbbell:before { content: "\ebfc"; } .bd4-dumbbel-line:before { content: "\ebfd"; } .bd4-dvi:before { content: "\ebfe"; } .bd4-eagle:before { content: "\ebff"; } .bd4-earth:before { content: "\ec00"; } .bd4-easy:before { content: "\ec01"; } .bd4-ecg:before { content: "\ec02"; } .bd4-edit:before { content: "\ec03"; } .bd4-editing:before { content: "\ec04"; } .bd4-edit-movie:before { content: "\ec05"; } .bd4-edit-name:before { content: "\ec06"; } .bd4-edit-one:before { content: "\ec07"; } .bd4-editor:before { content: "\ec08"; } .bd4-edit-two:before { content: "\ec09"; } .bd4-eeg:before { content: "\ec0a"; } .bd4-effects:before { content: "\ec0b"; } .bd4-efferent-four:before { content: "\ec0c"; } .bd4-efferent-three:before { content: "\ec0d"; } .bd4-egg:before { content: "\ec0e"; } .bd4-egg-one:before { content: "\ec0f"; } .bd4-eggplant:before { content: "\ec10"; } .bd4-eiffel-tower:before { content: "\ec11"; } .bd4-eight-key:before { content: "\ec12"; } .bd4-electric-drill:before { content: "\ec13"; } .bd4-electric-iron:before { content: "\ec14"; } .bd4-electric-wave:before { content: "\ec15"; } .bd4-electrocardiogram:before { content: "\ec16"; } .bd4-electronic-door-lock:before { content: "\ec17"; } .bd4-electronic-locks-close:before { content: "\ec18"; } .bd4-electronic-locks-open:before { content: "\ec19"; } .bd4-electronic-pen:before { content: "\ec1a"; } .bd4-elephant:before { content: "\ec1b"; } .bd4-elevator:before { content: "\ec1c"; } .bd4-email-block:before { content: "\ec1d"; } .bd4-email-delect:before { content: "\ec1e"; } .bd4-email-down:before { content: "\ec1f"; } .bd4-email-fail:before { content: "\ec20"; } .bd4-email-lock:before { content: "\ec21"; } .bd4-email-push:before { content: "\ec22"; } .bd4-email-search:before { content: "\ec23"; } .bd4-email-security:before { content: "\ec24"; } .bd4-email-successfully:before { content: "\ec25"; } .bd4-emotion-happy:before { content: "\ec26"; } .bd4-emotion-unhappy:before { content: "\ec27"; } .bd4-empty:before { content: "\ec28"; } .bd4-endless:before { content: "\ec29"; } .bd4-endocrine:before { content: "\ec2a"; } .bd4-endpoint-displacement:before { content: "\ec2b"; } .bd4-endpoint-flat:before { content: "\ec2c"; } .bd4-endpoint-round:before { content: "\ec2d"; } .bd4-endpoint-square:before { content: "\ec2e"; } .bd4-end-time-sort:before { content: "\ec2f"; } .bd4-energy-socket:before { content: "\ec30"; } .bd4-engineering-brand:before { content: "\ec31"; } .bd4-engineering-vehicle:before { content: "\ec32"; } .bd4-english:before { content: "\ec33"; } .bd4-english-mustache:before { content: "\ec34"; } .bd4-enquire:before { content: "\ec35"; } .bd4-enter-key:before { content: "\ec36"; } .bd4-enter-key-one:before { content: "\ec37"; } .bd4-entertainment:before { content: "\ec38"; } .bd4-enter-the-keyboard:before { content: "\ec39"; } .bd4-envelope:before { content: "\ec3a"; } .bd4-envelope-one:before { content: "\ec3b"; } .bd4-equalizer:before { content: "\ec3c"; } .bd4-equal-ratio:before { content: "\ec3d"; } .bd4-erase:before { content: "\ec3e"; } .bd4-error:before { content: "\ec3f"; } .bd4-error-computer:before { content: "\ec40"; } .bd4-error-picture:before { content: "\ec41"; } .bd4-error-prompt:before { content: "\ec42"; } .bd4-escalators:before { content: "\ec43"; } .bd4-ethernet-off:before { content: "\ec44"; } .bd4-ethernet-on:before { content: "\ec45"; } .bd4-every-user:before { content: "\ec46"; } .bd4-excel:before { content: "\ec47"; } .bd4-excel-one:before { content: "\ec48"; } .bd4-exchange:before { content: "\ec49"; } .bd4-exchange-four:before { content: "\ec4a"; } .bd4-exchange-one:before { content: "\ec4b"; } .bd4-exchange-three:before { content: "\ec4c"; } .bd4-exchange-two:before { content: "\ec4d"; } .bd4-exclude-selection:before { content: "\ec4e"; } .bd4-exclusive-gateway:before { content: "\ec4f"; } .bd4-expand-down:before { content: "\ec50"; } .bd4-expand-down-one:before { content: "\ec51"; } .bd4-expand-left:before { content: "\ec52"; } .bd4-expand-left-and-right:before { content: "\ec53"; } .bd4-expand-right:before { content: "\ec54"; } .bd4-expand-text-input:before { content: "\ec55"; } .bd4-expand-up:before { content: "\ec56"; } .bd4-expenses:before { content: "\ec57"; } .bd4-expenses-one:before { content: "\ec58"; } .bd4-experiment:before { content: "\ec59"; } .bd4-experiment-one:before { content: "\ec5a"; } .bd4-export:before { content: "\ec5b"; } .bd4-express-delivery:before { content: "\ec5c"; } .bd4-expressionless-face:before { content: "\ec5d"; } .bd4-extend:before { content: "\ec5e"; } .bd4-external-transmission:before { content: "\ec5f"; } .bd4-eyebrow:before { content: "\ec60"; } .bd4-eyes:before { content: "\ec61"; } .bd4-facebook:before { content: "\ec62"; } .bd4-facebook-one:before { content: "\ec63"; } .bd4-face-powder:before { content: "\ec64"; } .bd4-face-recognition:before { content: "\ec65"; } .bd4-facetime:before { content: "\ec66"; } .bd4-faceu:before { content: "\ec67"; } .bd4-face-without-mouth:before { content: "\ec68"; } .bd4-face-with-smiling-open-eyes:before { content: "\ec69"; } .bd4-facial-cleanser:before { content: "\ec6a"; } .bd4-facial-mask:before { content: "\ec6b"; } .bd4-factory-building:before { content: "\ec6c"; } .bd4-fail-picture:before { content: "\ec6d"; } .bd4-family:before { content: "\ec6e"; } .bd4-fan:before { content: "\ec6f"; } .bd4-fanqiexiaoshuo:before { content: "\ec70"; } .bd4-feelgood:before { content: "\ec71"; } .bd4-feelgood-one:before { content: "\ec72"; } .bd4-f-eight-key:before { content: "\ec73"; } .bd4-feiyu:before { content: "\ec74"; } .bd4-female:before { content: "\ec75"; } .bd4-fence-one:before { content: "\ec76"; } .bd4-fence-two:before { content: "\ec77"; } .bd4-ferris-wheel:before { content: "\ec78"; } .bd4-f-five-key:before { content: "\ec79"; } .bd4-f-four-key:before { content: "\ec7a"; } .bd4-figma:before { content: "\ec7b"; } .bd4-figma-component:before { content: "\ec7c"; } .bd4-figma-flatten-selection:before { content: "\ec7d"; } .bd4-figma-mask:before { content: "\ec7e"; } .bd4-figma-reset-instance:before { content: "\ec7f"; } .bd4-file-addition:before { content: "\ec80"; } .bd4-file-addition-one:before { content: "\ec81"; } .bd4-file-cabinet:before { content: "\ec82"; } .bd4-file-code:before { content: "\ec83"; } .bd4-file-code-one:before { content: "\ec84"; } .bd4-file-collection:before { content: "\ec85"; } .bd4-file-collection-one:before { content: "\ec86"; } .bd4-file-conversion:before { content: "\ec87"; } .bd4-file-conversion-one:before { content: "\ec88"; } .bd4-file-date:before { content: "\ec89"; } .bd4-file-date-one:before { content: "\ec8a"; } .bd4-file-display:before { content: "\ec8b"; } .bd4-file-display-one:before { content: "\ec8c"; } .bd4-file-doc:before { content: "\ec8d"; } .bd4-file-editing:before { content: "\ec8e"; } .bd4-file-editing-one:before { content: "\ec8f"; } .bd4-file-excel:before { content: "\ec90"; } .bd4-file-failed:before { content: "\ec91"; } .bd4-file-failed-one:before { content: "\ec92"; } .bd4-file-focus:before { content: "\ec93"; } .bd4-file-focus-one:before { content: "\ec94"; } .bd4-file-gif:before { content: "\ec95"; } .bd4-file-hash:before { content: "\ec96"; } .bd4-file-hash-one:before { content: "\ec97"; } .bd4-file-hiding:before { content: "\ec98"; } .bd4-file-hiding-one:before { content: "\ec99"; } .bd4-file-jpg:before { content: "\ec9a"; } .bd4-file-lock:before { content: "\ec9b"; } .bd4-file-lock-one:before { content: "\ec9c"; } .bd4-file-music:before { content: "\ec9d"; } .bd4-file-music-one:before { content: "\ec9e"; } .bd4-file-pdf:before { content: "\ec9f"; } .bd4-file-pdf-one:before { content: "\eca0"; } .bd4-file-ppt:before { content: "\eca1"; } .bd4-file-protection:before { content: "\eca2"; } .bd4-file-protection-one:before { content: "\eca3"; } .bd4-file-quality:before { content: "\eca4"; } .bd4-file-quality-one:before { content: "\eca5"; } .bd4-file-question:before { content: "\eca6"; } .bd4-file-removal:before { content: "\eca7"; } .bd4-file-removal-one:before { content: "\eca8"; } .bd4-file-search:before { content: "\eca9"; } .bd4-file-search-one:before { content: "\ecaa"; } .bd4-file-search-two:before { content: "\ecab"; } .bd4-file-settings:before { content: "\ecac"; } .bd4-file-settings-one:before { content: "\ecad"; } .bd4-file-staff:before { content: "\ecae"; } .bd4-file-staff-one:before { content: "\ecaf"; } .bd4-file-success:before { content: "\ecb0"; } .bd4-file-success-one:before { content: "\ecb1"; } .bd4-file-text:before { content: "\ecb2"; } .bd4-file-text-one:before { content: "\ecb3"; } .bd4-file-tips:before { content: "\ecb4"; } .bd4-file-tips-one:before { content: "\ecb5"; } .bd4-file-txt:before { content: "\ecb6"; } .bd4-file-txt-one:before { content: "\ecb7"; } .bd4-file-withdrawal:before { content: "\ecb8"; } .bd4-file-withdrawal-one:before { content: "\ecb9"; } .bd4-file-word:before { content: "\ecba"; } .bd4-file-zip:before { content: "\ecbb"; } .bd4-fill:before { content: "\ecbc"; } .bd4-film:before { content: "\ecbd"; } .bd4-filter:before { content: "\ecbe"; } .bd4-filter-one:before { content: "\ecbf"; } .bd4-finance:before { content: "\ecc0"; } .bd4-financing:before { content: "\ecc1"; } .bd4-financing-one:before { content: "\ecc2"; } .bd4-financing-two:before { content: "\ecc3"; } .bd4-find:before { content: "\ecc4"; } .bd4-find-one:before { content: "\ecc5"; } .bd4-fingernail:before { content: "\ecc6"; } .bd4-fingerprint:before { content: "\ecc7"; } .bd4-fingerprint-three:before { content: "\ecc8"; } .bd4-fingerprint-two:before { content: "\ecc9"; } .bd4-fire:before { content: "\ecca"; } .bd4-fire-extinguisher:before { content: "\eccb"; } .bd4-fire-extinguisher-one:before { content: "\eccc"; } .bd4-fire-two:before { content: "\eccd"; } .bd4-fireworks:before { content: "\ecce"; } .bd4-first:before { content: "\eccf"; } .bd4-first-aid-kit:before { content: "\ecd0"; } .bd4-fish:before { content: "\ecd1"; } .bd4-fishing:before { content: "\ecd2"; } .bd4-fish-one:before { content: "\ecd3"; } .bd4-fist:before { content: "\ecd4"; } .bd4-fitness:before { content: "\ecd5"; } .bd4-five:before { content: "\ecd6"; } .bd4-five-ellipses:before { content: "\ecd7"; } .bd4-five-five:before { content: "\ecd8"; } .bd4-five-key:before { content: "\ecd9"; } .bd4-five-star-badge:before { content: "\ecda"; } .bd4-flag:before { content: "\ecdb"; } .bd4-flashlamp:before { content: "\ecdc"; } .bd4-flashlight:before { content: "\ecdd"; } .bd4-flash-payment:before { content: "\ecde"; } .bd4-flask:before { content: "\ecdf"; } .bd4-flight-airflow:before { content: "\ece0"; } .bd4-flight-safety:before { content: "\ece1"; } .bd4-flip-camera:before { content: "\ece2"; } .bd4-flip-horizontally:before { content: "\ece3"; } .bd4-flip-vertically:before { content: "\ece4"; } .bd4-flirt:before { content: "\ece5"; } .bd4-float:before { content: "\ece6"; } .bd4-floor-tile:before { content: "\ece7"; } .bd4-fm:before { content: "\ece8"; } .bd4-f-nine-key:before { content: "\ece9"; } .bd4-f-n-key:before { content: "\ecea"; } .bd4-focus:before { content: "\eceb"; } .bd4-focus-one:before { content: "\ecec"; } .bd4-fog:before { content: "\eced"; } .bd4-folder:before { content: "\ecee"; } .bd4-folder-block:before { content: "\ecef"; } .bd4-folder-block-one:before { content: "\ecf0"; } .bd4-folder-close:before { content: "\ecf1"; } .bd4-folder-code:before { content: "\ecf2"; } .bd4-folder-code-one:before { content: "\ecf3"; } .bd4-folder-conversion:before { content: "\ecf4"; } .bd4-folder-conversion-one:before { content: "\ecf5"; } .bd4-folder-download:before { content: "\ecf6"; } .bd4-folder-failed:before { content: "\ecf7"; } .bd4-folder-failed-one:before { content: "\ecf8"; } .bd4-folder-focus:before { content: "\ecf9"; } .bd4-folder-focus-one:before { content: "\ecfa"; } .bd4-folder-lock:before { content: "\ecfb"; } .bd4-folder-lock-one:before { content: "\ecfc"; } .bd4-folder-minus:before { content: "\ecfd"; } .bd4-folder-music:before { content: "\ecfe"; } .bd4-folder-music-one:before { content: "\ecff"; } .bd4-folder-one:before { content: "\ed00"; } .bd4-folder-open:before { content: "\ed01"; } .bd4-folder-plus:before { content: "\ed02"; } .bd4-folder-protection:before { content: "\ed03"; } .bd4-folder-protection-one:before { content: "\ed04"; } .bd4-folder-quality:before { content: "\ed05"; } .bd4-folder-quality-one:before { content: "\ed06"; } .bd4-folder-search:before { content: "\ed07"; } .bd4-folder-search-one:before { content: "\ed08"; } .bd4-folder-settings:before { content: "\ed09"; } .bd4-folder-settings-one:before { content: "\ed0a"; } .bd4-folder-success:before { content: "\ed0b"; } .bd4-folder-success-one:before { content: "\ed0c"; } .bd4-folder-upload:before { content: "\ed0d"; } .bd4-folder-withdrawal:before { content: "\ed0e"; } .bd4-folder-withdrawal-one:before { content: "\ed0f"; } .bd4-fold-up-one:before { content: "\ed10"; } .bd4-follow-up-date-sort:before { content: "\ed11"; } .bd4-f-one-key:before { content: "\ed12"; } .bd4-font-search:before { content: "\ed13"; } .bd4-font-size:before { content: "\ed14"; } .bd4-font-size-two:before { content: "\ed15"; } .bd4-foot:before { content: "\ed16"; } .bd4-football:before { content: "\ed17"; } .bd4-forbid:before { content: "\ed18"; } .bd4-fork:before { content: "\ed19"; } .bd4-fork-spoon:before { content: "\ed1a"; } .bd4-form:before { content: "\ed1b"; } .bd4-format:before { content: "\ed1c"; } .bd4-format-brush:before { content: "\ed1d"; } .bd4-form-one:before { content: "\ed1e"; } .bd4-formula:before { content: "\ed1f"; } .bd4-foundation-makeup:before { content: "\ed20"; } .bd4-four:before { content: "\ed21"; } .bd4-four-arrows:before { content: "\ed22"; } .bd4-four-four:before { content: "\ed23"; } .bd4-four-key:before { content: "\ed24"; } .bd4-four-leaves:before { content: "\ed25"; } .bd4-four-point-connection:before { content: "\ed26"; } .bd4-four-round-point-connection:before { content: "\ed27"; } .bd4-foursquare:before { content: "\ed28"; } .bd4-freeze-column:before { content: "\ed29"; } .bd4-freeze-line:before { content: "\ed2a"; } .bd4-freezing-line-column:before { content: "\ed2b"; } .bd4-french-fries:before { content: "\ed2c"; } .bd4-friends-circle:before { content: "\ed2d"; } .bd4-frigate:before { content: "\ed2e"; } .bd4-frog:before { content: "\ed2f"; } .bd4-frowning-face-whit-open-mouth:before { content: "\ed30"; } .bd4-fruiter:before { content: "\ed31"; } .bd4-f-seven-key:before { content: "\ed32"; } .bd4-f-six-key:before { content: "\ed33"; } .bd4-f-three-key:before { content: "\ed34"; } .bd4-f-two-key:before { content: "\ed35"; } .bd4-full-dress-longuette:before { content: "\ed36"; } .bd4-full-screen:before { content: "\ed37"; } .bd4-full-screen-one:before { content: "\ed38"; } .bd4-full-screen-play:before { content: "\ed39"; } .bd4-full-screen-two:before { content: "\ed3a"; } .bd4-full-selection:before { content: "\ed3b"; } .bd4-fullwidth:before { content: "\ed3c"; } .bd4-funds:before { content: "\ed3d"; } .bd4-future-build-one:before { content: "\ed3e"; } .bd4-future-build-three:before { content: "\ed3f"; } .bd4-future-build-two:before { content: "\ed40"; } .bd4-f-zero-key:before { content: "\ed41"; } .bd4-game:before { content: "\ed42"; } .bd4-game-console:before { content: "\ed43"; } .bd4-game-console-one:before { content: "\ed44"; } .bd4-game-emoji:before { content: "\ed45"; } .bd4-game-handle:before { content: "\ed46"; } .bd4-gamepad:before { content: "\ed47"; } .bd4-game-ps:before { content: "\ed48"; } .bd4-game-three:before { content: "\ed49"; } .bd4-game-two:before { content: "\ed4a"; } .bd4-garage:before { content: "\ed4b"; } .bd4-garlic:before { content: "\ed4c"; } .bd4-gas:before { content: "\ed4d"; } .bd4-gastrointestinal:before { content: "\ed4e"; } .bd4-gate:before { content: "\ed4f"; } .bd4-gate-machine:before { content: "\ed50"; } .bd4-gauze:before { content: "\ed51"; } .bd4-gavel:before { content: "\ed52"; } .bd4-gemini:before { content: "\ed53"; } .bd4-general-branch:before { content: "\ed54"; } .bd4-geometric-flowers:before { content: "\ed55"; } .bd4-germs:before { content: "\ed56"; } .bd4-ghost:before { content: "\ed57"; } .bd4-gift:before { content: "\ed58"; } .bd4-gift-bag:before { content: "\ed59"; } .bd4-gift-box:before { content: "\ed5a"; } .bd4-girl:before { content: "\ed5b"; } .bd4-girl-one:before { content: "\ed5c"; } .bd4-girl-two:before { content: "\ed5d"; } .bd4-github:before { content: "\ed5e"; } .bd4-github-one:before { content: "\ed5f"; } .bd4-gitlab:before { content: "\ed60"; } .bd4-glasses:before { content: "\ed61"; } .bd4-glasses-one:before { content: "\ed62"; } .bd4-glasses-three:before { content: "\ed63"; } .bd4-globe:before { content: "\ed64"; } .bd4-glove:before { content: "\ed65"; } .bd4-go-ahead:before { content: "\ed66"; } .bd4-goblet:before { content: "\ed67"; } .bd4-goblet-cracking:before { content: "\ed68"; } .bd4-goblet-full:before { content: "\ed69"; } .bd4-goblet-one:before { content: "\ed6a"; } .bd4-go-end:before { content: "\ed6b"; } .bd4-gold-medal:before { content: "\ed6c"; } .bd4-gold-medal-two:before { content: "\ed6d"; } .bd4-golf-course:before { content: "\ed6e"; } .bd4-gongfu:before { content: "\ed6f"; } .bd4-good:before { content: "\ed70"; } .bd4-good-one:before { content: "\ed71"; } .bd4-good-two:before { content: "\ed72"; } .bd4-google:before { content: "\ed73"; } .bd4-google-ads:before { content: "\ed74"; } .bd4-go-on:before { content: "\ed75"; } .bd4-gopro:before { content: "\ed76"; } .bd4-go-start:before { content: "\ed77"; } .bd4-gps:before { content: "\ed78"; } .bd4-graphic-design:before { content: "\ed79"; } .bd4-graphic-design-two:before { content: "\ed7a"; } .bd4-graphic-stitching:before { content: "\ed7b"; } .bd4-graphic-stitching-four:before { content: "\ed7c"; } .bd4-graphic-stitching-three:before { content: "\ed7d"; } .bd4-great-wall:before { content: "\ed7e"; } .bd4-green-house:before { content: "\ed7f"; } .bd4-green-new-energy:before { content: "\ed80"; } .bd4-grid-four:before { content: "\ed81"; } .bd4-grid-nine:before { content: "\ed82"; } .bd4-grid-sixteen:before { content: "\ed83"; } .bd4-grid-three:before { content: "\ed84"; } .bd4-grid-two:before { content: "\ed85"; } .bd4-grimacing-face:before { content: "\ed86"; } .bd4-grinning-face:before { content: "\ed87"; } .bd4-grinning-face-with-open-mouth:before { content: "\ed88"; } .bd4-grinning-face-with-squinting-eyes:before { content: "\ed89"; } .bd4-grinning-face-with-tightly-closed-eyes:before { content: "\ed8a"; } .bd4-grinning-face-with-tightly-closed-eyes-open-mouth:before { content: "\ed8b"; } .bd4-group:before { content: "\ed8c"; } .bd4-guide-board:before { content: "\ed8d"; } .bd4-gymnastics:before { content: "\ed8e"; } .bd4-gymnastics-one:before { content: "\ed8f"; } .bd4-h:before { content: "\ed90"; } .bd4-h1:before { content: "\ed91"; } .bd4-h2:before { content: "\ed92"; } .bd4-h3:before { content: "\ed93"; } .bd4-hair-brush:before { content: "\ed94"; } .bd4-hair-clip:before { content: "\ed95"; } .bd4-hair-dryer:before { content: "\ed96"; } .bd4-hair-dryer-one:before { content: "\ed97"; } .bd4-halo:before { content: "\ed98"; } .bd4-hamburger:before { content: "\ed99"; } .bd4-hamburger-button:before { content: "\ed9a"; } .bd4-hamburger-one:before { content: "\ed9b"; } .bd4-hammer-and-anvil:before { content: "\ed9c"; } .bd4-handbag:before { content: "\ed9d"; } .bd4-hand-cream:before { content: "\ed9e"; } .bd4-hand-down:before { content: "\ed9f"; } .bd4-hand-drag:before { content: "\eda0"; } .bd4-handheld:before { content: "\eda1"; } .bd4-handle-a:before { content: "\eda2"; } .bd4-handle-b:before { content: "\eda3"; } .bd4-handle-c:before { content: "\eda4"; } .bd4-handle-down:before { content: "\eda5"; } .bd4-hand-left:before { content: "\eda6"; } .bd4-handle-left:before { content: "\eda7"; } .bd4-handle-right:before { content: "\eda8"; } .bd4-handle-round:before { content: "\eda9"; } .bd4-handle-square:before { content: "\edaa"; } .bd4-handle-triangle:before { content: "\edab"; } .bd4-handle-up:before { content: "\edac"; } .bd4-handle-x:before { content: "\edad"; } .bd4-handle-y:before { content: "\edae"; } .bd4-handle-z:before { content: "\edaf"; } .bd4-hand-painted-plate:before { content: "\edb0"; } .bd4-hand-right:before { content: "\edb1"; } .bd4-hands:before { content: "\edb2"; } .bd4-hand-up:before { content: "\edb3"; } .bd4-handwashing:before { content: "\edb4"; } .bd4-handwashing-fluid:before { content: "\edb5"; } .bd4-hanfu-chinese-style:before { content: "\edb6"; } .bd4-hanger:before { content: "\edb7"; } .bd4-hanger-one:before { content: "\edb8"; } .bd4-hanger-two:before { content: "\edb9"; } .bd4-hard-disk:before { content: "\edba"; } .bd4-hard-disk-one:before { content: "\edbb"; } .bd4-harm:before { content: "\edbc"; } .bd4-hashtag-key:before { content: "\edbd"; } .bd4-hat:before { content: "\edbe"; } .bd4-hdd:before { content: "\edbf"; } .bd4-hdmi-cable:before { content: "\edc0"; } .bd4-hdmi-connector:before { content: "\edc1"; } .bd4-headphone-sound:before { content: "\edc2"; } .bd4-headset:before { content: "\edc3"; } .bd4-headset-one:before { content: "\edc4"; } .bd4-headset-two:before { content: "\edc5"; } .bd4-headwear:before { content: "\edc6"; } .bd4-health:before { content: "\edc7"; } .bd4-health-products:before { content: "\edc8"; } .bd4-healthy-recognition:before { content: "\edc9"; } .bd4-heart:before { content: "\edca"; } .bd4-heart-ballon:before { content: "\edcb"; } .bd4-heartbeat:before { content: "\edcc"; } .bd4-heart-rate:before { content: "\edcd"; } .bd4-heater-resistor:before { content: "\edce"; } .bd4-heavy-metal:before { content: "\edcf"; } .bd4-heavy-rain:before { content: "\edd0"; } .bd4-heavy-wind:before { content: "\edd1"; } .bd4-helmet:before { content: "\edd2"; } .bd4-helmet-one:before { content: "\edd3"; } .bd4-help:before { content: "\edd4"; } .bd4-helpcenter:before { content: "\edd5"; } .bd4-hexagonal:before { content: "\edd6"; } .bd4-hexagon-one:before { content: "\edd7"; } .bd4-hexagon-strip:before { content: "\edd8"; } .bd4-hi:before { content: "\edd9"; } .bd4-high-heeled-shoes:before { content: "\edda"; } .bd4-high-light:before { content: "\eddb"; } .bd4-high-speed-rail:before { content: "\eddc"; } .bd4-hippo:before { content: "\eddd"; } .bd4-histogram:before { content: "\edde"; } .bd4-history:before { content: "\eddf"; } .bd4-history-query:before { content: "\ede0"; } .bd4-hockey:before { content: "\ede1"; } .bd4-hold:before { content: "\ede2"; } .bd4-holding-hands:before { content: "\ede3"; } .bd4-hold-interface:before { content: "\ede4"; } .bd4-hold-seeds:before { content: "\ede5"; } .bd4-holy-sword:before { content: "\ede6"; } .bd4-home:before { content: "\ede7"; } .bd4-homestay:before { content: "\ede8"; } .bd4-home-two:before { content: "\ede9"; } .bd4-honey:before { content: "\edea"; } .bd4-honey-one:before { content: "\edeb"; } .bd4-horizontally-centered:before { content: "\edec"; } .bd4-horizontal-spacing-between-items:before { content: "\eded"; } .bd4-horizontal-tidy-up:before { content: "\edee"; } .bd4-horse-zodiac:before { content: "\edef"; } .bd4-hospital:before { content: "\edf0"; } .bd4-hospital-bed:before { content: "\edf1"; } .bd4-hospital-four:before { content: "\edf2"; } .bd4-hospital-three:before { content: "\edf3"; } .bd4-hospital-two:before { content: "\edf4"; } .bd4-hot-air-balloon:before { content: "\edf5"; } .bd4-hotel:before { content: "\edf6"; } .bd4-hotel-do-not-clean:before { content: "\edf7"; } .bd4-hotel-please-clean:before { content: "\edf8"; } .bd4-hot-pot:before { content: "\edf9"; } .bd4-hot-pot-one:before { content: "\edfa"; } .bd4-hourglass:before { content: "\edfb"; } .bd4-hourglass-full:before { content: "\edfc"; } .bd4-hourglass-null:before { content: "\edfd"; } .bd4-html-five:before { content: "\edfe"; } .bd4-hunting-gear:before { content: "\edff"; } .bd4-huoshanzhibo:before { content: "\ee00"; } .bd4-icecream:before { content: "\ee01"; } .bd4-icecream-five:before { content: "\ee02"; } .bd4-icecream-four:before { content: "\ee03"; } .bd4-icecream-one:before { content: "\ee04"; } .bd4-icecream-three:before { content: "\ee05"; } .bd4-icecream-two:before { content: "\ee06"; } .bd4-id-card:before { content: "\ee07"; } .bd4-id-card-h:before { content: "\ee08"; } .bd4-id-card-v:before { content: "\ee09"; } .bd4-i-mac:before { content: "\ee0a"; } .bd4-image-files:before { content: "\ee0b"; } .bd4-imbalance:before { content: "\ee0c"; } .bd4-import-and-export:before { content: "\ee0d"; } .bd4-inbox:before { content: "\ee0e"; } .bd4-inbox-download-r:before { content: "\ee0f"; } .bd4-inbox-in:before { content: "\ee10"; } .bd4-inbox-out:before { content: "\ee11"; } .bd4-inbox-r:before { content: "\ee12"; } .bd4-inbox-success:before { content: "\ee13"; } .bd4-inbox-success-r:before { content: "\ee14"; } .bd4-inbox-upload-r:before { content: "\ee15"; } .bd4-inclusive-gateway:before { content: "\ee16"; } .bd4-income:before { content: "\ee17"; } .bd4-income-one:before { content: "\ee18"; } .bd4-incoming:before { content: "\ee19"; } .bd4-increase:before { content: "\ee1a"; } .bd4-increase-the-scale:before { content: "\ee1b"; } .bd4-indent-left:before { content: "\ee1c"; } .bd4-indent-right:before { content: "\ee1d"; } .bd4-index-finger:before { content: "\ee1e"; } .bd4-induction-lock:before { content: "\ee1f"; } .bd4-industrial-scales:before { content: "\ee20"; } .bd4-in-flight:before { content: "\ee21"; } .bd4-info:before { content: "\ee22"; } .bd4-infusion:before { content: "\ee23"; } .bd4-injection:before { content: "\ee24"; } .bd4-inline:before { content: "\ee25"; } .bd4-inner-shadow-bottom-left:before { content: "\ee26"; } .bd4-inner-shadow-bottom-right:before { content: "\ee27"; } .bd4-inner-shadow-down:before { content: "\ee28"; } .bd4-inner-shadow-left:before { content: "\ee29"; } .bd4-inner-shadow-right:before { content: "\ee2a"; } .bd4-inner-shadow-top-left:before { content: "\ee2b"; } .bd4-inner-shadow-top-right:before { content: "\ee2c"; } .bd4-inner-shadow-up:before { content: "\ee2d"; } .bd4-insert-card:before { content: "\ee2e"; } .bd4-insert-table:before { content: "\ee2f"; } .bd4-inspection:before { content: "\ee30"; } .bd4-instagram:before { content: "\ee31"; } .bd4-instagram-one:before { content: "\ee32"; } .bd4-install:before { content: "\ee33"; } .bd4-instruction:before { content: "\ee34"; } .bd4-intercom:before { content: "\ee35"; } .bd4-intermediate-mode:before { content: "\ee36"; } .bd4-internal-data:before { content: "\ee37"; } .bd4-internal-expansion:before { content: "\ee38"; } .bd4-internal-reduction:before { content: "\ee39"; } .bd4-internal-transmission:before { content: "\ee3a"; } .bd4-international:before { content: "\ee3b"; } .bd4-intersection:before { content: "\ee3c"; } .bd4-intersect-selection:before { content: "\ee3d"; } .bd4-invalid-files:before { content: "\ee3e"; } .bd4-invert-camera:before { content: "\ee3f"; } .bd4-invert-left:before { content: "\ee40"; } .bd4-invert-right:before { content: "\ee41"; } .bd4-ios-face-recognition:before { content: "\ee42"; } .bd4-ipad:before { content: "\ee43"; } .bd4-ipad-one:before { content: "\ee44"; } .bd4-iphone:before { content: "\ee45"; } .bd4-ipo:before { content: "\ee46"; } .bd4-iron:before { content: "\ee47"; } .bd4-iron-disable:before { content: "\ee48"; } .bd4-iron-three:before { content: "\ee49"; } .bd4-iron-two:before { content: "\ee4a"; } .bd4-iwatch:before { content: "\ee4b"; } .bd4-iwatch-one:before { content: "\ee4c"; } .bd4-iwatch-two:before { content: "\ee4d"; } .bd4-jewelry:before { content: "\ee4e"; } .bd4-jinritoutiao:before { content: "\ee4f"; } .bd4-journey:before { content: "\ee50"; } .bd4-joystick:before { content: "\ee51"; } .bd4-juice:before { content: "\ee52"; } .bd4-jump:before { content: "\ee53"; } .bd4-kagi-map:before { content: "\ee54"; } .bd4-kettle:before { content: "\ee55"; } .bd4-kettle-one:before { content: "\ee56"; } .bd4-key:before { content: "\ee57"; } .bd4-keyboard:before { content: "\ee58"; } .bd4-keyboard-one:before { content: "\ee59"; } .bd4-keyhole:before { content: "\ee5a"; } .bd4-keyline:before { content: "\ee5b"; } .bd4-key-one:before { content: "\ee5c"; } .bd4-key-two:before { content: "\ee5d"; } .bd4-kitchen-knife:before { content: "\ee5e"; } .bd4-knife-fork:before { content: "\ee5f"; } .bd4-koala-bear:before { content: "\ee60"; } .bd4-kungfu:before { content: "\ee61"; } .bd4-label:before { content: "\ee62"; } .bd4-ladder:before { content: "\ee63"; } .bd4-ladder-one:before { content: "\ee64"; } .bd4-lamp:before { content: "\ee65"; } .bd4-landing:before { content: "\ee66"; } .bd4-landscape:before { content: "\ee67"; } .bd4-land-surveying:before { content: "\ee68"; } .bd4-laptop:before { content: "\ee69"; } .bd4-laptop-computer:before { content: "\ee6a"; } .bd4-laptop-one:before { content: "\ee6b"; } .bd4-lark:before { content: "\ee6c"; } .bd4-lark-one:before { content: "\ee6d"; } .bd4-lattice-pattern:before { content: "\ee6e"; } .bd4-layers:before { content: "\ee6f"; } .bd4-layout-five:before { content: "\ee70"; } .bd4-layout-four:before { content: "\ee71"; } .bd4-layout-one:before { content: "\ee72"; } .bd4-layout-three:before { content: "\ee73"; } .bd4-layout-two:before { content: "\ee74"; } .bd4-leaf:before { content: "\ee75"; } .bd4-leaves:before { content: "\ee76"; } .bd4-leaves-one:before { content: "\ee77"; } .bd4-leaves-two:before { content: "\ee78"; } .bd4-led-diode:before { content: "\ee79"; } .bd4-left:before { content: "\ee7a"; } .bd4-left-alignment:before { content: "\ee7b"; } .bd4-left-and-right-branch:before { content: "\ee7c"; } .bd4-left-bar:before { content: "\ee7d"; } .bd4-left-branch:before { content: "\ee7e"; } .bd4-left-c:before { content: "\ee7f"; } .bd4-left-expand:before { content: "\ee80"; } .bd4-left-one:before { content: "\ee81"; } .bd4-left-small:before { content: "\ee82"; } .bd4-left-small-down:before { content: "\ee83"; } .bd4-left-small-up:before { content: "\ee84"; } .bd4-left-square:before { content: "\ee85"; } .bd4-left-two:before { content: "\ee86"; } .bd4-lemon:before { content: "\ee87"; } .bd4-lens-alignment:before { content: "\ee88"; } .bd4-leo:before { content: "\ee89"; } .bd4-level:before { content: "\ee8a"; } .bd4-level-adjustment:before { content: "\ee8b"; } .bd4-level-eight-title:before { content: "\ee8c"; } .bd4-level-five-title:before { content: "\ee8d"; } .bd4-level-four-title:before { content: "\ee8e"; } .bd4-level-nine-title:before { content: "\ee8f"; } .bd4-level-seven-title:before { content: "\ee90"; } .bd4-level-six-title:before { content: "\ee91"; } .bd4-libra:before { content: "\ee92"; } .bd4-lifebuoy:before { content: "\ee93"; } .bd4-light:before { content: "\ee94"; } .bd4-light-house:before { content: "\ee95"; } .bd4-light-member:before { content: "\ee96"; } .bd4-lightning:before { content: "\ee97"; } .bd4-light-rain:before { content: "\ee98"; } .bd4-like:before { content: "\ee99"; } .bd4-lincoln:before { content: "\ee9a"; } .bd4-link:before { content: "\ee9b"; } .bd4-link-break:before { content: "\ee9c"; } .bd4-link-cloud:before { content: "\ee9d"; } .bd4-link-cloud-faild:before { content: "\ee9e"; } .bd4-link-cloud-sucess:before { content: "\ee9f"; } .bd4-link-four:before { content: "\eea0"; } .bd4-link-in:before { content: "\eea1"; } .bd4-link-interrupt:before { content: "\eea2"; } .bd4-link-left:before { content: "\eea3"; } .bd4-link-one:before { content: "\eea4"; } .bd4-link-out:before { content: "\eea5"; } .bd4-link-right:before { content: "\eea6"; } .bd4-link-three:before { content: "\eea7"; } .bd4-link-two:before { content: "\eea8"; } .bd4-lip-gloss:before { content: "\eea9"; } .bd4-lipstick:before { content: "\eeaa"; } .bd4-lipstick-one:before { content: "\eeab"; } .bd4-lip-tattoo:before { content: "\eeac"; } .bd4-liqueur:before { content: "\eead"; } .bd4-list:before { content: "\eeae"; } .bd4-list-add:before { content: "\eeaf"; } .bd4-list-alphabet:before { content: "\eeb0"; } .bd4-list-bottom:before { content: "\eeb1"; } .bd4-list-checkbox:before { content: "\eeb2"; } .bd4-list-fail:before { content: "\eeb3"; } .bd4-list-middle:before { content: "\eeb4"; } .bd4-list-numbers:before { content: "\eeb5"; } .bd4-list-one:before { content: "\eeb6"; } .bd4-list-success:before { content: "\eeb7"; } .bd4-list-top:before { content: "\eeb8"; } .bd4-list-two:before { content: "\eeb9"; } .bd4-list-view:before { content: "\eeba"; } .bd4-loading:before { content: "\eebb"; } .bd4-loading-four:before { content: "\eebc"; } .bd4-loading-one:before { content: "\eebd"; } .bd4-loading-three:before { content: "\eebe"; } .bd4-loading-two:before { content: "\eebf"; } .bd4-local:before { content: "\eec0"; } .bd4-local-pin:before { content: "\eec1"; } .bd4-local-two:before { content: "\eec2"; } .bd4-lock:before { content: "\eec3"; } .bd4-locking-computer:before { content: "\eec4"; } .bd4-locking-laptop:before { content: "\eec5"; } .bd4-locking-picture:before { content: "\eec6"; } .bd4-locking-web:before { content: "\eec7"; } .bd4-lock-one:before { content: "\eec8"; } .bd4-log:before { content: "\eec9"; } .bd4-login:before { content: "\eeca"; } .bd4-logout:before { content: "\eecb"; } .bd4-lollipop:before { content: "\eecc"; } .bd4-loop-once:before { content: "\eecd"; } .bd4-lotion:before { content: "\eece"; } .bd4-lotus:before { content: "\eecf"; } .bd4-loudly-crying-face:before { content: "\eed0"; } .bd4-loudly-crying-face-whit-open-mouth:before { content: "\eed1"; } .bd4-love-and-help:before { content: "\eed2"; } .bd4-lower-branch:before { content: "\eed3"; } .bd4-luggage:before { content: "\eed4"; } .bd4-luminous:before { content: "\eed5"; } .bd4-lung:before { content: "\eed6"; } .bd4-macadamia-nut:before { content: "\eed7"; } .bd4-mac-finder:before { content: "\eed8"; } .bd4-magic:before { content: "\eed9"; } .bd4-magic-hat:before { content: "\eeda"; } .bd4-magic-wand:before { content: "\eedb"; } .bd4-magnet:before { content: "\eedc"; } .bd4-mail:before { content: "\eedd"; } .bd4-mail-download:before { content: "\eede"; } .bd4-mail-edit:before { content: "\eedf"; } .bd4-maill-one:before { content: "\eee0"; } .bd4-mail-open:before { content: "\eee1"; } .bd4-mail-package:before { content: "\eee2"; } .bd4-mail-review:before { content: "\eee3"; } .bd4-mail-unpacking:before { content: "\eee4"; } .bd4-makeups:before { content: "\eee5"; } .bd4-male:before { content: "\eee6"; } .bd4-mall-bag:before { content: "\eee7"; } .bd4-manual-gear:before { content: "\eee8"; } .bd4-many-to-many:before { content: "\eee9"; } .bd4-map-distance:before { content: "\eeea"; } .bd4-map-draw:before { content: "\eeeb"; } .bd4-map-road:before { content: "\eeec"; } .bd4-map-road-two:before { content: "\eeed"; } .bd4-map-two:before { content: "\eeee"; } .bd4-margin:before { content: "\eeef"; } .bd4-margin-one:before { content: "\eef0"; } .bd4-mark:before { content: "\eef1"; } .bd4-market:before { content: "\eef2"; } .bd4-market-analysis:before { content: "\eef3"; } .bd4-mascara:before { content: "\eef4"; } .bd4-mask:before { content: "\eef5"; } .bd4-mask-one:before { content: "\eef6"; } .bd4-mask-two:before { content: "\eef7"; } .bd4-maslow-pyramids:before { content: "\eef8"; } .bd4-massage-chair:before { content: "\eef9"; } .bd4-massage-chair-one:before { content: "\eefa"; } .bd4-massage-table:before { content: "\eefb"; } .bd4-master:before { content: "\eefc"; } .bd4-material:before { content: "\eefd"; } .bd4-material-three:before { content: "\eefe"; } .bd4-material-two:before { content: "\eeff"; } .bd4-maximum:before { content: "\ef00"; } .bd4-maya:before { content: "\ef01"; } .bd4-mayura-gesture:before { content: "\ef02"; } .bd4-me:before { content: "\ef03"; } .bd4-measuring-cup:before { content: "\ef04"; } .bd4-medal-one:before { content: "\ef05"; } .bd4-mediaeditor:before { content: "\ef06"; } .bd4-medical-box:before { content: "\ef07"; } .bd4-medical-files:before { content: "\ef08"; } .bd4-medical-mark:before { content: "\ef09"; } .bd4-medication-time:before { content: "\ef0a"; } .bd4-medicine-bottle:before { content: "\ef0b"; } .bd4-medicine-bottle-one:before { content: "\ef0c"; } .bd4-medicine-chest:before { content: "\ef0d"; } .bd4-memory:before { content: "\ef0e"; } .bd4-memory-card:before { content: "\ef0f"; } .bd4-memory-card-one:before { content: "\ef10"; } .bd4-memory-one:before { content: "\ef11"; } .bd4-men-jacket:before { content: "\ef12"; } .bd4-menu-fold:before { content: "\ef13"; } .bd4-menu-fold-one:before { content: "\ef14"; } .bd4-menu-unfold:before { content: "\ef15"; } .bd4-menu-unfold-one:before { content: "\ef16"; } .bd4-merge:before { content: "\ef17"; } .bd4-merge-cells:before { content: "\ef18"; } .bd4-message:before { content: "\ef19"; } .bd4-message-emoji:before { content: "\ef1a"; } .bd4-message-failed:before { content: "\ef1b"; } .bd4-message-one:before { content: "\ef1c"; } .bd4-message-privacy:before { content: "\ef1d"; } .bd4-messages:before { content: "\ef1e"; } .bd4-message-search:before { content: "\ef1f"; } .bd4-message-security:before { content: "\ef20"; } .bd4-message-sent:before { content: "\ef21"; } .bd4-messages-one:before { content: "\ef22"; } .bd4-message-success:before { content: "\ef23"; } .bd4-message-unread:before { content: "\ef24"; } .bd4-microphone:before { content: "\ef25"; } .bd4-microphone-one:before { content: "\ef26"; } .bd4-microscope:before { content: "\ef27"; } .bd4-microscope-one:before { content: "\ef28"; } .bd4-micro-sd:before { content: "\ef29"; } .bd4-micro-slr-camera:before { content: "\ef2a"; } .bd4-microwave-oven:before { content: "\ef2b"; } .bd4-microwaves:before { content: "\ef2c"; } .bd4-middle-finger:before { content: "\ef2d"; } .bd4-milk:before { content: "\ef2e"; } .bd4-milk-one:before { content: "\ef2f"; } .bd4-min:before { content: "\ef30"; } .bd4-mindmap-list:before { content: "\ef31"; } .bd4-mindmap-map:before { content: "\ef32"; } .bd4-mind-mapping:before { content: "\ef33"; } .bd4-mini-sd-card:before { content: "\ef34"; } .bd4-minus:before { content: "\ef35"; } .bd4-minus-the-bottom:before { content: "\ef36"; } .bd4-minus-the-top:before { content: "\ef37"; } .bd4-mirror:before { content: "\ef38"; } .bd4-mirror-one:before { content: "\ef39"; } .bd4-mirror-two:before { content: "\ef3a"; } .bd4-misaligned-semicircle:before { content: "\ef3b"; } .bd4-mitsubishi:before { content: "\ef3c"; } .bd4-modify:before { content: "\ef3d"; } .bd4-modify-two:before { content: "\ef3e"; } .bd4-monitor:before { content: "\ef3f"; } .bd4-monitor-camera:before { content: "\ef40"; } .bd4-monitor-off:before { content: "\ef41"; } .bd4-monitor-one:before { content: "\ef42"; } .bd4-monitor-two:before { content: "\ef43"; } .bd4-monkey:before { content: "\ef44"; } .bd4-monkey-zodiac:before { content: "\ef45"; } .bd4-monument-one:before { content: "\ef46"; } .bd4-monument-two:before { content: "\ef47"; } .bd4-moon:before { content: "\ef48"; } .bd4-more:before { content: "\ef49"; } .bd4-more-app:before { content: "\ef4a"; } .bd4-more-four:before { content: "\ef4b"; } .bd4-more-one:before { content: "\ef4c"; } .bd4-more-three:before { content: "\ef4d"; } .bd4-more-two:before { content: "\ef4e"; } .bd4-mosaic:before { content: "\ef4f"; } .bd4-mountain:before { content: "\ef50"; } .bd4-mounted:before { content: "\ef51"; } .bd4-mouse:before { content: "\ef52"; } .bd4-mouse-one:before { content: "\ef53"; } .bd4-mouse-zodiac:before { content: "\ef54"; } .bd4-mouth:before { content: "\ef55"; } .bd4-move:before { content: "\ef56"; } .bd4-move-in:before { content: "\ef57"; } .bd4-move-in-one:before { content: "\ef58"; } .bd4-move-one:before { content: "\ef59"; } .bd4-movie:before { content: "\ef5a"; } .bd4-movie-board:before { content: "\ef5b"; } .bd4-moving-picture:before { content: "\ef5c"; } .bd4-multicast:before { content: "\ef5d"; } .bd4-multi-circular:before { content: "\ef5e"; } .bd4-multi-function-knife:before { content: "\ef5f"; } .bd4-multilayer-sphere:before { content: "\ef60"; } .bd4-multi-picture-carousel:before { content: "\ef61"; } .bd4-multi-rectangle:before { content: "\ef62"; } .bd4-multi-ring:before { content: "\ef63"; } .bd4-multi-triangular:before { content: "\ef64"; } .bd4-multi-triangular-four:before { content: "\ef65"; } .bd4-multi-triangular-three:before { content: "\ef66"; } .bd4-multi-triangular-two:before { content: "\ef67"; } .bd4-muscle:before { content: "\ef68"; } .bd4-museum-one:before { content: "\ef69"; } .bd4-museum-two:before { content: "\ef6a"; } .bd4-music:before { content: "\ef6b"; } .bd4-music-cd:before { content: "\ef6c"; } .bd4-music-list:before { content: "\ef6d"; } .bd4-music-menu:before { content: "\ef6e"; } .bd4-music-one:before { content: "\ef6f"; } .bd4-music-rhythm:before { content: "\ef70"; } .bd4-mute:before { content: "\ef71"; } .bd4-nail-polish:before { content: "\ef72"; } .bd4-nail-polish-one:before { content: "\ef73"; } .bd4-nasal:before { content: "\ef74"; } .bd4-natural-mode:before { content: "\ef75"; } .bd4-navigation:before { content: "\ef76"; } .bd4-necktie:before { content: "\ef77"; } .bd4-needle:before { content: "\ef78"; } .bd4-negative-dynamics:before { content: "\ef79"; } .bd4-nested-arrows:before { content: "\ef7a"; } .bd4-nests:before { content: "\ef7b"; } .bd4-network-drive:before { content: "\ef7c"; } .bd4-network-tree:before { content: "\ef7d"; } .bd4-neural:before { content: "\ef7e"; } .bd4-neutral-face:before { content: "\ef7f"; } .bd4-new-afferent:before { content: "\ef80"; } .bd4-new-computer:before { content: "\ef81"; } .bd4-new-dianziqian:before { content: "\ef82"; } .bd4-new-efferent:before { content: "\ef83"; } .bd4-new-lark:before { content: "\ef84"; } .bd4-newlybuild:before { content: "\ef85"; } .bd4-new-picture:before { content: "\ef86"; } .bd4-newspaper-folding:before { content: "\ef87"; } .bd4-next:before { content: "\ef88"; } .bd4-nine-key:before { content: "\ef89"; } .bd4-nine-points-connected:before { content: "\ef8a"; } .bd4-nintendo-switch:before { content: "\ef8b"; } .bd4-nmr:before { content: "\ef8c"; } .bd4-node-flat:before { content: "\ef8d"; } .bd4-node-round:before { content: "\ef8e"; } .bd4-node-square:before { content: "\ef8f"; } .bd4-noodles:before { content: "\ef90"; } .bd4-no-shooting:before { content: "\ef91"; } .bd4-notebook:before { content: "\ef92"; } .bd4-notebook-and-pen:before { content: "\ef93"; } .bd4-notebook-one:before { content: "\ef94"; } .bd4-notepad:before { content: "\ef95"; } .bd4-notes:before { content: "\ef96"; } .bd4-nuclear-plant:before { content: "\ef97"; } .bd4-nurse-cap:before { content: "\ef98"; } .bd4-nut:before { content: "\ef99"; } .bd4-nutrition:before { content: "\ef9a"; } .bd4-oceanengine:before { content: "\ef9b"; } .bd4-octagon:before { content: "\ef9c"; } .bd4-off-screen:before { content: "\ef9d"; } .bd4-off-screen-one:before { content: "\ef9e"; } .bd4-off-screen-two:before { content: "\ef9f"; } .bd4-oil-industry:before { content: "\efa0"; } .bd4-okay:before { content: "\efa1"; } .bd4-one:before { content: "\efa2"; } .bd4-one-key:before { content: "\efa3"; } .bd4-one-one:before { content: "\efa4"; } .bd4-onesies:before { content: "\efa5"; } .bd4-one-third-rotation:before { content: "\efa6"; } .bd4-one-to-many:before { content: "\efa7"; } .bd4-one-to-one:before { content: "\efa8"; } .bd4-online-meeting:before { content: "\efa9"; } .bd4-open:before { content: "\efaa"; } .bd4-open-an-account:before { content: "\efab"; } .bd4-open-door:before { content: "\efac"; } .bd4-open-one:before { content: "\efad"; } .bd4-optimize:before { content: "\efae"; } .bd4-optional:before { content: "\efaf"; } .bd4-orange:before { content: "\efb0"; } .bd4-orange-one:before { content: "\efb1"; } .bd4-orange-station:before { content: "\efb2"; } .bd4-order:before { content: "\efb3"; } .bd4-ordered-list:before { content: "\efb4"; } .bd4-orthopedic:before { content: "\efb5"; } .bd4-oscillator:before { content: "\efb6"; } .bd4-other:before { content: "\efb7"; } .bd4-outbound:before { content: "\efb8"; } .bd4-outdoor:before { content: "\efb9"; } .bd4-outgoing:before { content: "\efba"; } .bd4-oval-love:before { content: "\efbb"; } .bd4-oval-love-two:before { content: "\efbc"; } .bd4-oval-one:before { content: "\efbd"; } .bd4-oven:before { content: "\efbe"; } .bd4-oven-tray:before { content: "\efbf"; } .bd4-overall-reduction:before { content: "\efc0"; } .bd4-owl:before { content: "\efc1"; } .bd4-pacifier:before { content: "\efc2"; } .bd4-pad:before { content: "\efc3"; } .bd4-page:before { content: "\efc4"; } .bd4-page-template:before { content: "\efc5"; } .bd4-pagoda:before { content: "\efc6"; } .bd4-paint:before { content: "\efc7"; } .bd4-painted-eggshell:before { content: "\efc8"; } .bd4-painted-screen:before { content: "\efc9"; } .bd4-palace:before { content: "\efca"; } .bd4-palm:before { content: "\efcb"; } .bd4-panda:before { content: "\efcc"; } .bd4-pangle:before { content: "\efcd"; } .bd4-panorama-horizontal:before { content: "\efce"; } .bd4-panties:before { content: "\efcf"; } .bd4-paperclip:before { content: "\efd0"; } .bd4-paper-money:before { content: "\efd1"; } .bd4-paper-money-two:before { content: "\efd2"; } .bd4-paper-ship:before { content: "\efd3"; } .bd4-parabola:before { content: "\efd4"; } .bd4-parachute:before { content: "\efd5"; } .bd4-paragraph-alphabet:before { content: "\efd6"; } .bd4-paragraph-break:before { content: "\efd7"; } .bd4-paragraph-break-two:before { content: "\efd8"; } .bd4-paragraph-cut:before { content: "\efd9"; } .bd4-paragraph-rectangle:before { content: "\efda"; } .bd4-paragraph-round:before { content: "\efdb"; } .bd4-paragraph-triangle:before { content: "\efdc"; } .bd4-paragraph-unfold:before { content: "\efdd"; } .bd4-parallel-gateway:before { content: "\efde"; } .bd4-parallelogram:before { content: "\efdf"; } .bd4-parenting-book:before { content: "\efe0"; } .bd4-parking:before { content: "\efe1"; } .bd4-party-balloon:before { content: "\efe2"; } .bd4-passport:before { content: "\efe3"; } .bd4-passport-one:before { content: "\efe4"; } .bd4-pause:before { content: "\efe5"; } .bd4-pause-one:before { content: "\efe6"; } .bd4-pay-code:before { content: "\efe7"; } .bd4-pay-code-one:before { content: "\efe8"; } .bd4-pay-code-two:before { content: "\efe9"; } .bd4-payment-method:before { content: "\efea"; } .bd4-paypal:before { content: "\efeb"; } .bd4-peach:before { content: "\efec"; } .bd4-pear:before { content: "\efed"; } .bd4-pearl-of-the-orient:before { content: "\efee"; } .bd4-peas:before { content: "\efef"; } .bd4-pencil:before { content: "\eff0"; } .bd4-pennant:before { content: "\eff1"; } .bd4-pentagon-one:before { content: "\eff2"; } .bd4-people:before { content: "\eff3"; } .bd4-people-bottom:before { content: "\eff4"; } .bd4-people-bottom-card:before { content: "\eff5"; } .bd4-people-delete:before { content: "\eff6"; } .bd4-people-delete-one:before { content: "\eff7"; } .bd4-people-download:before { content: "\eff8"; } .bd4-people-left:before { content: "\eff9"; } .bd4-people-minus:before { content: "\effa"; } .bd4-people-minus-one:before { content: "\effb"; } .bd4-people-plus:before { content: "\effc"; } .bd4-people-plus-one:before { content: "\effd"; } .bd4-people-right:before { content: "\effe"; } .bd4-peoples:before { content: "\efff"; } .bd4-people-safe:before { content: "\f000"; } .bd4-people-safe-one:before { content: "\f001"; } .bd4-people-search:before { content: "\f002"; } .bd4-people-search-one:before { content: "\f003"; } .bd4-people-speak:before { content: "\f004"; } .bd4-peoples-two:before { content: "\f005"; } .bd4-people-top:before { content: "\f006"; } .bd4-people-top-card:before { content: "\f007"; } .bd4-people-unknown:before { content: "\f008"; } .bd4-people-upload:before { content: "\f009"; } .bd4-percentage:before { content: "\f00a"; } .bd4-performance:before { content: "\f00b"; } .bd4-perfume:before { content: "\f00c"; } .bd4-perfumer-bottle:before { content: "\f00d"; } .bd4-period:before { content: "\f00e"; } .bd4-permissions:before { content: "\f00f"; } .bd4-personal-collection:before { content: "\f010"; } .bd4-personal-privacy:before { content: "\f011"; } .bd4-perspective:before { content: "\f012"; } .bd4-pesticide:before { content: "\f013"; } .bd4-petrol:before { content: "\f014"; } .bd4-phone:before { content: "\f015"; } .bd4-phone-booth:before { content: "\f016"; } .bd4-phone-call:before { content: "\f017"; } .bd4-phone-incoming:before { content: "\f018"; } .bd4-phone-incoming-one:before { content: "\f019"; } .bd4-phone-missed:before { content: "\f01a"; } .bd4-phone-off:before { content: "\f01b"; } .bd4-phone-one:before { content: "\f01c"; } .bd4-phone-outgoing:before { content: "\f01d"; } .bd4-phone-outgoing-one:before { content: "\f01e"; } .bd4-phone-telephone:before { content: "\f01f"; } .bd4-phone-two:before { content: "\f020"; } .bd4-phone-video-call:before { content: "\f021"; } .bd4-phonograph:before { content: "\f022"; } .bd4-photograph:before { content: "\f023"; } .bd4-piano:before { content: "\f024"; } .bd4-pic:before { content: "\f025"; } .bd4-pic-one:before { content: "\f026"; } .bd4-picture:before { content: "\f027"; } .bd4-picture-album:before { content: "\f028"; } .bd4-picture-one:before { content: "\f029"; } .bd4-pie:before { content: "\f02a"; } .bd4-pie-five:before { content: "\f02b"; } .bd4-pie-four:before { content: "\f02c"; } .bd4-pie-one:before { content: "\f02d"; } .bd4-pie-seven:before { content: "\f02e"; } .bd4-pie-six:before { content: "\f02f"; } .bd4-pie-three:before { content: "\f030"; } .bd4-pie-two:before { content: "\f031"; } .bd4-pig:before { content: "\f032"; } .bd4-pigeon:before { content: "\f033"; } .bd4-pig-zodiac:before { content: "\f034"; } .bd4-pill:before { content: "\f035"; } .bd4-pills:before { content: "\f036"; } .bd4-pin:before { content: "\f037"; } .bd4-pineapple:before { content: "\f038"; } .bd4-pinwheel:before { content: "\f039"; } .bd4-pisces:before { content: "\f03a"; } .bd4-pivot-table:before { content: "\f03b"; } .bd4-plan:before { content: "\f03c"; } .bd4-planet:before { content: "\f03d"; } .bd4-plastic-surgery:before { content: "\f03e"; } .bd4-platte:before { content: "\f03f"; } .bd4-play:before { content: "\f040"; } .bd4-playback-progress:before { content: "\f041"; } .bd4-play-basketball:before { content: "\f042"; } .bd4-play-cycle:before { content: "\f043"; } .bd4-play-once:before { content: "\f044"; } .bd4-play-one:before { content: "\f045"; } .bd4-play-two:before { content: "\f046"; } .bd4-play-volleyball:before { content: "\f047"; } .bd4-play-wrong:before { content: "\f048"; } .bd4-plug:before { content: "\f049"; } .bd4-plug-one:before { content: "\f04a"; } .bd4-plus:before { content: "\f04b"; } .bd4-plus-cross:before { content: "\f04c"; } .bd4-point:before { content: "\f04d"; } .bd4-point-out:before { content: "\f04e"; } .bd4-pokeball-one:before { content: "\f04f"; } .bd4-poker:before { content: "\f050"; } .bd4-popcorn:before { content: "\f051"; } .bd4-popcorn-one:before { content: "\f052"; } .bd4-positive-dynamics:before { content: "\f053"; } .bd4-pot:before { content: "\f054"; } .bd4-potentiometer:before { content: "\f055"; } .bd4-pound:before { content: "\f056"; } .bd4-pound-sign:before { content: "\f057"; } .bd4-pouting-face:before { content: "\f058"; } .bd4-powder:before { content: "\f059"; } .bd4-power:before { content: "\f05a"; } .bd4-powerpoint:before { content: "\f05b"; } .bd4-power-supply:before { content: "\f05c"; } .bd4-power-supply-one:before { content: "\f05d"; } .bd4-ppt:before { content: "\f05e"; } .bd4-pregnant-women:before { content: "\f05f"; } .bd4-preschool:before { content: "\f060"; } .bd4-prescription:before { content: "\f061"; } .bd4-press:before { content: "\f062"; } .bd4-preview-close:before { content: "\f063"; } .bd4-preview-close-one:before { content: "\f064"; } .bd4-preview-open:before { content: "\f065"; } .bd4-printer:before { content: "\f066"; } .bd4-printer-one:before { content: "\f067"; } .bd4-printer-two:before { content: "\f068"; } .bd4-prison:before { content: "\f069"; } .bd4-process-line:before { content: "\f06a"; } .bd4-projector:before { content: "\f06b"; } .bd4-projector-one:before { content: "\f06c"; } .bd4-projector-three:before { content: "\f06d"; } .bd4-projector-two:before { content: "\f06e"; } .bd4-proportional-scaling:before { content: "\f06f"; } .bd4-protect:before { content: "\f070"; } .bd4-protection:before { content: "\f071"; } .bd4-public-toilet:before { content: "\f072"; } .bd4-pull-door:before { content: "\f073"; } .bd4-pull-requests:before { content: "\f074"; } .bd4-pumpkin:before { content: "\f075"; } .bd4-pure-natural:before { content: "\f076"; } .bd4-push-door:before { content: "\f077"; } .bd4-pushpin:before { content: "\f078"; } .bd4-puzzle:before { content: "\f079"; } .bd4-pyramid:before { content: "\f07a"; } .bd4-pyramid-one:before { content: "\f07b"; } .bd4-qingniao-clue:before { content: "\f07c"; } .bd4-qiyehao:before { content: "\f07d"; } .bd4-quadrangular-pyramid:before { content: "\f07e"; } .bd4-quadrilateral:before { content: "\f07f"; } .bd4-quote:before { content: "\f080"; } .bd4-rabbit:before { content: "\f081"; } .bd4-rabbit-zodiac:before { content: "\f082"; } .bd4-radar:before { content: "\f083"; } .bd4-radar-chart:before { content: "\f084"; } .bd4-radar-three:before { content: "\f085"; } .bd4-radar-two:before { content: "\f086"; } .bd4-radiation:before { content: "\f087"; } .bd4-radio:before { content: "\f088"; } .bd4-radio-nanny:before { content: "\f089"; } .bd4-radio-one:before { content: "\f08a"; } .bd4-radio-two:before { content: "\f08b"; } .bd4-radish:before { content: "\f08c"; } .bd4-radish-one:before { content: "\f08d"; } .bd4-railway:before { content: "\f08e"; } .bd4-ranking:before { content: "\f08f"; } .bd4-ranking-list:before { content: "\f090"; } .bd4-rattle:before { content: "\f091"; } .bd4-rattle-one:before { content: "\f092"; } .bd4-razor:before { content: "\f093"; } .bd4-read-book:before { content: "\f094"; } .bd4-receive:before { content: "\f095"; } .bd4-receiver:before { content: "\f096"; } .bd4-recent-views-sort:before { content: "\f097"; } .bd4-record:before { content: "\f098"; } .bd4-record-disc:before { content: "\f099"; } .bd4-record-player:before { content: "\f09a"; } .bd4-rectangle:before { content: "\f09b"; } .bd4-rectangle-one:before { content: "\f09c"; } .bd4-rectangle-small:before { content: "\f09d"; } .bd4-rectangle-tear:before { content: "\f09e"; } .bd4-rectangle-x:before { content: "\f09f"; } .bd4-rectangular-circular-connection:before { content: "\f0a0"; } .bd4-rectangular-circular-separation:before { content: "\f0a1"; } .bd4-rectangular-vertebra:before { content: "\f0a2"; } .bd4-recycle-bin:before { content: "\f0a3"; } .bd4-recycling:before { content: "\f0a4"; } .bd4-recycling-pool:before { content: "\f0a5"; } .bd4-red-cross:before { content: "\f0a6"; } .bd4-red-envelope:before { content: "\f0a7"; } .bd4-red-envelopes:before { content: "\f0a8"; } .bd4-redo:before { content: "\f0a9"; } .bd4-reduce:before { content: "\f0aa"; } .bd4-reduce-decimal-places:before { content: "\f0ab"; } .bd4-reduce-one:before { content: "\f0ac"; } .bd4-reduce-two:before { content: "\f0ad"; } .bd4-reduce-user:before { content: "\f0ae"; } .bd4-reel:before { content: "\f0af"; } .bd4-refraction:before { content: "\f0b0"; } .bd4-refresh:before { content: "\f0b1"; } .bd4-refresh-one:before { content: "\f0b2"; } .bd4-refrigerator:before { content: "\f0b3"; } .bd4-reject:before { content: "\f0b4"; } .bd4-relational-graph:before { content: "\f0b5"; } .bd4-relieved-face:before { content: "\f0b6"; } .bd4-reload:before { content: "\f0b7"; } .bd4-remind:before { content: "\f0b8"; } .bd4-remind-disable:before { content: "\f0b9"; } .bd4-remote-control:before { content: "\f0ba"; } .bd4-remote-control-one:before { content: "\f0bb"; } .bd4-renal:before { content: "\f0bc"; } .bd4-renault:before { content: "\f0bd"; } .bd4-repair:before { content: "\f0be"; } .bd4-replay-five:before { content: "\f0bf"; } .bd4-replay-music:before { content: "\f0c0"; } .bd4-report:before { content: "\f0c1"; } .bd4-repositioning:before { content: "\f0c2"; } .bd4-resistor:before { content: "\f0c3"; } .bd4-respect:before { content: "\f0c4"; } .bd4-resting:before { content: "\f0c5"; } .bd4-retro-bag:before { content: "\f0c6"; } .bd4-return:before { content: "\f0c7"; } .bd4-reverse-lens:before { content: "\f0c8"; } .bd4-reverse-lens-one:before { content: "\f0c9"; } .bd4-reverse-operation-in:before { content: "\f0ca"; } .bd4-reverse-operation-out:before { content: "\f0cb"; } .bd4-reverse-rotation:before { content: "\f0cc"; } .bd4-rice:before { content: "\f0cd"; } .bd4-riding:before { content: "\f0ce"; } .bd4-riding-one:before { content: "\f0cf"; } .bd4-right:before { content: "\f0d0"; } .bd4-right-angle:before { content: "\f0d1"; } .bd4-right-bar:before { content: "\f0d2"; } .bd4-right-branch:before { content: "\f0d3"; } .bd4-right-branch-one:before { content: "\f0d4"; } .bd4-right-branch-two:before { content: "\f0d5"; } .bd4-right-c:before { content: "\f0d6"; } .bd4-right-expand:before { content: "\f0d7"; } .bd4-right-one:before { content: "\f0d8"; } .bd4-right-run:before { content: "\f0d9"; } .bd4-right-small:before { content: "\f0da"; } .bd4-right-small-down:before { content: "\f0db"; } .bd4-right-small-up:before { content: "\f0dc"; } .bd4-right-square:before { content: "\f0dd"; } .bd4-right-two:before { content: "\f0de"; } .bd4-right-user:before { content: "\f0df"; } .bd4-ring:before { content: "\f0e0"; } .bd4-ring-one:before { content: "\f0e1"; } .bd4-rings:before { content: "\f0e2"; } .bd4-ripple:before { content: "\f0e3"; } .bd4-road:before { content: "\f0e4"; } .bd4-road-cone:before { content: "\f0e5"; } .bd4-road-one:before { content: "\f0e6"; } .bd4-road-sign:before { content: "\f0e7"; } .bd4-road-sign-both:before { content: "\f0e8"; } .bd4-robot:before { content: "\f0e9"; } .bd4-robot-one:before { content: "\f0ea"; } .bd4-robot-two:before { content: "\f0eb"; } .bd4-rock:before { content: "\f0ec"; } .bd4-rocket:before { content: "\f0ed"; } .bd4-rocket-one:before { content: "\f0ee"; } .bd4-rock-gesture:before { content: "\f0ef"; } .bd4-rocking-horse:before { content: "\f0f0"; } .bd4-rollerskates:before { content: "\f0f1"; } .bd4-romper:before { content: "\f0f2"; } .bd4-rope-skipping:before { content: "\f0f3"; } .bd4-rope-skipping-one:before { content: "\f0f4"; } .bd4-rotate:before { content: "\f0f5"; } .bd4-rotate-one:before { content: "\f0f6"; } .bd4-rotating-add:before { content: "\f0f7"; } .bd4-rotating-forward:before { content: "\f0f8"; } .bd4-rotation:before { content: "\f0f9"; } .bd4-rotation-horizontal:before { content: "\f0fa"; } .bd4-rotation-one:before { content: "\f0fb"; } .bd4-rotation-vertical:before { content: "\f0fc"; } .bd4-round:before { content: "\f0fd"; } .bd4-round-caliper:before { content: "\f0fe"; } .bd4-round-distortion:before { content: "\f0ff"; } .bd4-round-mask:before { content: "\f100"; } .bd4-round-socket:before { content: "\f101"; } .bd4-round-trip:before { content: "\f102"; } .bd4-router:before { content: "\f103"; } .bd4-router-one:before { content: "\f104"; } .bd4-row-height:before { content: "\f105"; } .bd4-rowing:before { content: "\f106"; } .bd4-rs-male:before { content: "\f107"; } .bd4-rss:before { content: "\f108"; } .bd4-rugby:before { content: "\f109"; } .bd4-rugby-one:before { content: "\f10a"; } .bd4-ruler:before { content: "\f10b"; } .bd4-ruler-one:before { content: "\f10c"; } .bd4-rule-two:before { content: "\f10d"; } .bd4-run-left:before { content: "\f10e"; } .bd4-safe-retrieval:before { content: "\f10f"; } .bd4-sagittarius:before { content: "\f110"; } .bd4-sailboat:before { content: "\f111"; } .bd4-sailboat-one:before { content: "\f112"; } .bd4-sailing:before { content: "\f113"; } .bd4-sales-report:before { content: "\f114"; } .bd4-sandals:before { content: "\f115"; } .bd4-sandstorm:before { content: "\f116"; } .bd4-sandwich:before { content: "\f117"; } .bd4-sandwich-one:before { content: "\f118"; } .bd4-sapling:before { content: "\f119"; } .bd4-save:before { content: "\f11a"; } .bd4-save-one:before { content: "\f11b"; } .bd4-scale:before { content: "\f11c"; } .bd4-scale-one:before { content: "\f11d"; } .bd4-scallion:before { content: "\f11e"; } .bd4-scan:before { content: "\f11f"; } .bd4-scan-code:before { content: "\f120"; } .bd4-scanning:before { content: "\f121"; } .bd4-scanning-two:before { content: "\f122"; } .bd4-scan-setting:before { content: "\f123"; } .bd4-scatter-alignment:before { content: "\f124"; } .bd4-schedule:before { content: "\f125"; } .bd4-school:before { content: "\f126"; } .bd4-scissors:before { content: "\f127"; } .bd4-scoreboard:before { content: "\f128"; } .bd4-scorpio:before { content: "\f129"; } .bd4-screen-rotation:before { content: "\f12a"; } .bd4-screenshot:before { content: "\f12b"; } .bd4-screenshot-one:before { content: "\f12c"; } .bd4-screenshot-two:before { content: "\f12d"; } .bd4-screwdriver:before { content: "\f12e"; } .bd4-sd:before { content: "\f12f"; } .bd4-sd-card:before { content: "\f130"; } .bd4-seal:before { content: "\f131"; } .bd4-search:before { content: "\f132"; } .bd4-seat:before { content: "\f133"; } .bd4-security:before { content: "\f134"; } .bd4-security-stall:before { content: "\f135"; } .bd4-seedling:before { content: "\f136"; } .bd4-selected:before { content: "\f137"; } .bd4-selected-focus:before { content: "\f138"; } .bd4-selfie:before { content: "\f139"; } .bd4-send:before { content: "\f13a"; } .bd4-send-backward:before { content: "\f13b"; } .bd4-send-email:before { content: "\f13c"; } .bd4-send-one:before { content: "\f13d"; } .bd4-send-to-back:before { content: "\f13e"; } .bd4-sent-to-back:before { content: "\f13f"; } .bd4-seo:before { content: "\f140"; } .bd4-seo-folder:before { content: "\f141"; } .bd4-server:before { content: "\f142"; } .bd4-set-off:before { content: "\f143"; } .bd4-setting:before { content: "\f144"; } .bd4-setting-computer:before { content: "\f145"; } .bd4-setting-config:before { content: "\f146"; } .bd4-setting-laptop:before { content: "\f147"; } .bd4-setting-one:before { content: "\f148"; } .bd4-setting-three:before { content: "\f149"; } .bd4-setting-two:before { content: "\f14a"; } .bd4-setting-web:before { content: "\f14b"; } .bd4-seven-key:before { content: "\f14c"; } .bd4-shade:before { content: "\f14d"; } .bd4-shake:before { content: "\f14e"; } .bd4-share:before { content: "\f14f"; } .bd4-share-one:before { content: "\f150"; } .bd4-share-sys:before { content: "\f151"; } .bd4-share-three:before { content: "\f152"; } .bd4-share-two:before { content: "\f153"; } .bd4-shaver:before { content: "\f154"; } .bd4-shaver-one:before { content: "\f155"; } .bd4-shaving:before { content: "\f156"; } .bd4-sheep-zodiac:before { content: "\f157"; } .bd4-shield:before { content: "\f158"; } .bd4-shield-add:before { content: "\f159"; } .bd4-ship:before { content: "\f15a"; } .bd4-shop:before { content: "\f15b"; } .bd4-shopping:before { content: "\f15c"; } .bd4-shopping-bag:before { content: "\f15d"; } .bd4-shopping-bag-one:before { content: "\f15e"; } .bd4-shopping-cart:before { content: "\f15f"; } .bd4-shopping-cart-add:before { content: "\f160"; } .bd4-shopping-cart-del:before { content: "\f161"; } .bd4-shopping-cart-one:before { content: "\f162"; } .bd4-shopping-cart-two:before { content: "\f163"; } .bd4-shopping-mall:before { content: "\f164"; } .bd4-shorts:before { content: "\f165"; } .bd4-short-skirt:before { content: "\f166"; } .bd4-shoulder-bag:before { content: "\f167"; } .bd4-shovel:before { content: "\f168"; } .bd4-shovel-one:before { content: "\f169"; } .bd4-shower-head:before { content: "\f16a"; } .bd4-shrimp:before { content: "\f16b"; } .bd4-shuffle:before { content: "\f16c"; } .bd4-shuffle-one:before { content: "\f16d"; } .bd4-shutter-priority:before { content: "\f16e"; } .bd4-sickbed:before { content: "\f16f"; } .bd4-signal:before { content: "\f170"; } .bd4-signal-one:before { content: "\f171"; } .bd4-signal-strength:before { content: "\f172"; } .bd4-signal-tower:before { content: "\f173"; } .bd4-signal-tower-one:before { content: "\f174"; } .bd4-sim:before { content: "\f175"; } .bd4-sim-card:before { content: "\f176"; } .bd4-single-bed:before { content: "\f177"; } .bd4-sinusoid:before { content: "\f178"; } .bd4-sippy-cup:before { content: "\f179"; } .bd4-six:before { content: "\f17a"; } .bd4-six-circular-connection:before { content: "\f17b"; } .bd4-six-key:before { content: "\f17c"; } .bd4-six-points:before { content: "\f17d"; } .bd4-skate:before { content: "\f17e"; } .bd4-skates:before { content: "\f17f"; } .bd4-skating:before { content: "\f180"; } .bd4-sketch:before { content: "\f181"; } .bd4-skiing-nordic:before { content: "\f182"; } .bd4-skull:before { content: "\f183"; } .bd4-slave:before { content: "\f184"; } .bd4-sleaves:before { content: "\f185"; } .bd4-sleep:before { content: "\f186"; } .bd4-sleep-one:before { content: "\f187"; } .bd4-sleep-two:before { content: "\f188"; } .bd4-slide:before { content: "\f189"; } .bd4-slide-two:before { content: "\f18a"; } .bd4-sliding-horizontal:before { content: "\f18b"; } .bd4-sliding-vertical:before { content: "\f18c"; } .bd4-slightly-frowning-face-whit-open-mouth:before { content: "\f18d"; } .bd4-slightly-smiling-face:before { content: "\f18e"; } .bd4-slippers:before { content: "\f18f"; } .bd4-slippers-one:before { content: "\f190"; } .bd4-sly-face-whit-smile:before { content: "\f191"; } .bd4-smart-optimization:before { content: "\f192"; } .bd4-smiling-face:before { content: "\f193"; } .bd4-smiling-face-with-squinting-eyes:before { content: "\f194"; } .bd4-snacks:before { content: "\f195"; } .bd4-snake-zodiac:before { content: "\f196"; } .bd4-snow:before { content: "\f197"; } .bd4-snowflake:before { content: "\f198"; } .bd4-snowman:before { content: "\f199"; } .bd4-soap-bubble:before { content: "\f19a"; } .bd4-soccer:before { content: "\f19b"; } .bd4-soccer-one:before { content: "\f19c"; } .bd4-socks:before { content: "\f19d"; } .bd4-sofa:before { content: "\f19e"; } .bd4-sofa-two:before { content: "\f19f"; } .bd4-softball:before { content: "\f1a0"; } .bd4-solar-energy:before { content: "\f1a1"; } .bd4-solar-energy-one:before { content: "\f1a2"; } .bd4-solid-state-disk:before { content: "\f1a3"; } .bd4-sorcerer-hat:before { content: "\f1a4"; } .bd4-sort:before { content: "\f1a5"; } .bd4-sort-amount-down:before { content: "\f1a6"; } .bd4-sort-amount-up:before { content: "\f1a7"; } .bd4-sort-four:before { content: "\f1a8"; } .bd4-sort-one:before { content: "\f1a9"; } .bd4-sort-three:before { content: "\f1aa"; } .bd4-sort-two:before { content: "\f1ab"; } .bd4-sound:before { content: "\f1ac"; } .bd4-sound-one:before { content: "\f1ad"; } .bd4-sound-wave:before { content: "\f1ae"; } .bd4-source-code:before { content: "\f1af"; } .bd4-soybean-milk-maker:before { content: "\f1b0"; } .bd4-spa-candle:before { content: "\f1b1"; } .bd4-space-colony:before { content: "\f1b2"; } .bd4-spanner:before { content: "\f1b3"; } .bd4-speaker:before { content: "\f1b4"; } .bd4-speaker-one:before { content: "\f1b5"; } .bd4-speed:before { content: "\f1b6"; } .bd4-speed-one:before { content: "\f1b7"; } .bd4-sperm:before { content: "\f1b8"; } .bd4-sphere:before { content: "\f1b9"; } .bd4-spider-man:before { content: "\f1ba"; } .bd4-spikedshoes:before { content: "\f1bb"; } .bd4-spinning-top:before { content: "\f1bc"; } .bd4-split:before { content: "\f1bd"; } .bd4-split-branch:before { content: "\f1be"; } .bd4-split-cells:before { content: "\f1bf"; } .bd4-split-turn-down-left:before { content: "\f1c0"; } .bd4-split-turn-down-right:before { content: "\f1c1"; } .bd4-spoon:before { content: "\f1c2"; } .bd4-sport:before { content: "\f1c3"; } .bd4-sporting:before { content: "\f1c4"; } .bd4-square:before { content: "\f1c5"; } .bd4-square-small:before { content: "\f1c6"; } .bd4-ssd:before { content: "\f1c7"; } .bd4-stack-light:before { content: "\f1c8"; } .bd4-stamp:before { content: "\f1c9"; } .bd4-stand-up:before { content: "\f1ca"; } .bd4-stapler:before { content: "\f1cb"; } .bd4-star:before { content: "\f1cc"; } .bd4-star-one:before { content: "\f1cd"; } .bd4-start-time-sort:before { content: "\f1ce"; } .bd4-steering-wheel:before { content: "\f1cf"; } .bd4-steoller:before { content: "\f1d0"; } .bd4-stereo-nesting:before { content: "\f1d1"; } .bd4-stereo-one:before { content: "\f1d2"; } .bd4-stereo-perspective:before { content: "\f1d3"; } .bd4-stethoscope:before { content: "\f1d4"; } .bd4-stickers:before { content: "\f1d5"; } .bd4-stock-market:before { content: "\f1d6"; } .bd4-stopwatch:before { content: "\f1d7"; } .bd4-stopwatch-start:before { content: "\f1d8"; } .bd4-storage-card-one:before { content: "\f1d9"; } .bd4-storage-card-two:before { content: "\f1da"; } .bd4-straight-razor:before { content: "\f1db"; } .bd4-straw-hat:before { content: "\f1dc"; } .bd4-stretching:before { content: "\f1dd"; } .bd4-stretching-one:before { content: "\f1de"; } .bd4-strikethrough:before { content: "\f1df"; } .bd4-strongbox:before { content: "\f1e0"; } .bd4-s-turn-down:before { content: "\f1e1"; } .bd4-s-turn-left:before { content: "\f1e2"; } .bd4-s-turn-right:before { content: "\f1e3"; } .bd4-s-turn-up:before { content: "\f1e4"; } .bd4-subtract-selection:before { content: "\f1e5"; } .bd4-subtract-selection-one:before { content: "\f1e6"; } .bd4-subway:before { content: "\f1e7"; } .bd4-success:before { content: "\f1e8"; } .bd4-success-picture:before { content: "\f1e9"; } .bd4-sum:before { content: "\f1ea"; } .bd4-sun:before { content: "\f1eb"; } .bd4-sunbath:before { content: "\f1ec"; } .bd4-sun-hat:before { content: "\f1ed"; } .bd4-sunny:before { content: "\f1ee"; } .bd4-sun-one:before { content: "\f1ef"; } .bd4-sunrise:before { content: "\f1f0"; } .bd4-sunset:before { content: "\f1f1"; } .bd4-sunshade:before { content: "\f1f2"; } .bd4-surprised-face-with-open-big-mouth:before { content: "\f1f3"; } .bd4-surprised-face-with-open-mouth:before { content: "\f1f4"; } .bd4-surveillance-cameras:before { content: "\f1f5"; } .bd4-surveillance-cameras-one:before { content: "\f1f6"; } .bd4-surveillance-cameras-two:before { content: "\f1f7"; } .bd4-swallow:before { content: "\f1f8"; } .bd4-sweater:before { content: "\f1f9"; } .bd4-swimming-pool:before { content: "\f1fa"; } .bd4-swimming-ring:before { content: "\f1fb"; } .bd4-swimsuit:before { content: "\f1fc"; } .bd4-swing:before { content: "\f1fd"; } .bd4-swipe:before { content: "\f1fe"; } .bd4-switch:before { content: "\f1ff"; } .bd4-switch-button:before { content: "\f200"; } .bd4-switch-contrast:before { content: "\f201"; } .bd4-switching-done:before { content: "\f202"; } .bd4-switch-nintendo:before { content: "\f203"; } .bd4-switch-one:before { content: "\f204"; } .bd4-switch-themes:before { content: "\f205"; } .bd4-switch-track:before { content: "\f206"; } .bd4-symbol:before { content: "\f207"; } .bd4-symbol-double-x:before { content: "\f208"; } .bd4-symmetry:before { content: "\f209"; } .bd4-sync:before { content: "\f20a"; } .bd4-system:before { content: "\f20b"; } .bd4-table:before { content: "\f20c"; } .bd4-table-file:before { content: "\f20d"; } .bd4-table-lamp:before { content: "\f20e"; } .bd4-table-report:before { content: "\f20f"; } .bd4-tabletennis:before { content: "\f210"; } .bd4-tag:before { content: "\f211"; } .bd4-tag-one:before { content: "\f212"; } .bd4-tailoring:before { content: "\f213"; } .bd4-tailoring-two:before { content: "\f214"; } .bd4-taj-mahal:before { content: "\f215"; } .bd4-take-off:before { content: "\f216"; } .bd4-take-off-one:before { content: "\f217"; } .bd4-taobao:before { content: "\f218"; } .bd4-tape:before { content: "\f219"; } .bd4-tape-measure:before { content: "\f21a"; } .bd4-target:before { content: "\f21b"; } .bd4-target-one:before { content: "\f21c"; } .bd4-target-two:before { content: "\f21d"; } .bd4-taurus:before { content: "\f21e"; } .bd4-taxi:before { content: "\f21f"; } .bd4-tea:before { content: "\f220"; } .bd4-tea-drink:before { content: "\f221"; } .bd4-teapot:before { content: "\f222"; } .bd4-teeth:before { content: "\f223"; } .bd4-telegram:before { content: "\f224"; } .bd4-telescope:before { content: "\f225"; } .bd4-tencent-qq:before { content: "\f226"; } .bd4-tennis:before { content: "\f227"; } .bd4-tent:before { content: "\f228"; } .bd4-tent-banner:before { content: "\f229"; } .bd4-terminal:before { content: "\f22a"; } .bd4-termination-file:before { content: "\f22b"; } .bd4-terrace:before { content: "\f22c"; } .bd4-test-tube:before { content: "\f22d"; } .bd4-text:before { content: "\f22e"; } .bd4-textarea:before { content: "\f22f"; } .bd4-text-bold:before { content: "\f230"; } .bd4-text-italic:before { content: "\f231"; } .bd4-text-message:before { content: "\f232"; } .bd4-text-recognition:before { content: "\f233"; } .bd4-text-rotation-down:before { content: "\f234"; } .bd4-text-rotation-left:before { content: "\f235"; } .bd4-text-rotation-none:before { content: "\f236"; } .bd4-text-rotation-up:before { content: "\f237"; } .bd4-text-style:before { content: "\f238"; } .bd4-text-style-one:before { content: "\f239"; } .bd4-text-underline:before { content: "\f23a"; } .bd4-texture:before { content: "\f23b"; } .bd4-texture-two:before { content: "\f23c"; } .bd4-text-wrap-overflow:before { content: "\f23d"; } .bd4-text-wrap-truncation:before { content: "\f23e"; } .bd4-theater:before { content: "\f23f"; } .bd4-theme:before { content: "\f240"; } .bd4-thermometer:before { content: "\f241"; } .bd4-thermometer-one:before { content: "\f242"; } .bd4-thermos-cup:before { content: "\f243"; } .bd4-the-single-shoulder-bag:before { content: "\f244"; } .bd4-thin:before { content: "\f245"; } .bd4-thinking-problem:before { content: "\f246"; } .bd4-three:before { content: "\f247"; } .bd4-three-d-glasses:before { content: "\f248"; } .bd4-three-hexagons:before { content: "\f249"; } .bd4-three-key:before { content: "\f24a"; } .bd4-three-slashes:before { content: "\f24b"; } .bd4-three-three:before { content: "\f24c"; } .bd4-three-triangles:before { content: "\f24d"; } .bd4-thumbs-down:before { content: "\f24e"; } .bd4-thumbs-up:before { content: "\f24f"; } .bd4-thunderbolt:before { content: "\f250"; } .bd4-thunderstorm:before { content: "\f251"; } .bd4-thunderstorm-one:before { content: "\f252"; } .bd4-ticket:before { content: "\f253"; } .bd4-ticket-one:before { content: "\f254"; } .bd4-tickets-checked:before { content: "\f255"; } .bd4-tickets-one:before { content: "\f256"; } .bd4-tickets-two:before { content: "\f257"; } .bd4-tiger-zodiac:before { content: "\f258"; } .bd4-tiktok:before { content: "\f259"; } .bd4-time:before { content: "\f25a"; } .bd4-timed-mail:before { content: "\f25b"; } .bd4-timeline:before { content: "\f25c"; } .bd4-timer:before { content: "\f25d"; } .bd4-tips:before { content: "\f25e"; } .bd4-tips-one:before { content: "\f25f"; } .bd4-tire-swing:before { content: "\f260"; } .bd4-title-level:before { content: "\f261"; } .bd4-to-bottom:before { content: "\f262"; } .bd4-to-bottom-one:before { content: "\f263"; } .bd4-toilet:before { content: "\f264"; } .bd4-to-left:before { content: "\f265"; } .bd4-tomato:before { content: "\f266"; } .bd4-tool:before { content: "\f267"; } .bd4-toolkit:before { content: "\f268"; } .bd4-top-bar:before { content: "\f269"; } .bd4-topbuzz:before { content: "\f26a"; } .bd4-topic:before { content: "\f26b"; } .bd4-topic-discussion:before { content: "\f26c"; } .bd4-torch:before { content: "\f26d"; } .bd4-to-right:before { content: "\f26e"; } .bd4-to-top:before { content: "\f26f"; } .bd4-to-top-one:before { content: "\f270"; } .bd4-tour-bus:before { content: "\f271"; } .bd4-towel:before { content: "\f272"; } .bd4-tower:before { content: "\f273"; } .bd4-tower-of-babel:before { content: "\f274"; } .bd4-tower-of-pisa:before { content: "\f275"; } .bd4-toxins:before { content: "\f276"; } .bd4-trace:before { content: "\f277"; } .bd4-trademark:before { content: "\f278"; } .bd4-traditional-chinese-medicine:before { content: "\f279"; } .bd4-train:before { content: "\f27a"; } .bd4-transaction:before { content: "\f27b"; } .bd4-transaction-order:before { content: "\f27c"; } .bd4-transfer:before { content: "\f27d"; } .bd4-transfer-data:before { content: "\f27e"; } .bd4-transform:before { content: "\f27f"; } .bd4-translate:before { content: "\f280"; } .bd4-translation:before { content: "\f281"; } .bd4-transport:before { content: "\f282"; } .bd4-transporter:before { content: "\f283"; } .bd4-trapezoid:before { content: "\f284"; } .bd4-tray:before { content: "\f285"; } .bd4-treadmill:before { content: "\f286"; } .bd4-treadmill-one:before { content: "\f287"; } .bd4-treadmill-two:before { content: "\f288"; } .bd4-treasure-chest:before { content: "\f289"; } .bd4-tree:before { content: "\f28a"; } .bd4-tree-diagram:before { content: "\f28b"; } .bd4-tree-list:before { content: "\f28c"; } .bd4-tree-one:before { content: "\f28d"; } .bd4-tree-two:before { content: "\f28e"; } .bd4-trend:before { content: "\f28f"; } .bd4-trending-down:before { content: "\f290"; } .bd4-trending-up:before { content: "\f291"; } .bd4-trend-two:before { content: "\f292"; } .bd4-triangle:before { content: "\f293"; } .bd4-triangle-round-rectangle:before { content: "\f294"; } .bd4-triangle-ruler:before { content: "\f295"; } .bd4-triangular-pyramid:before { content: "\f296"; } .bd4-trophy:before { content: "\f297"; } .bd4-trousers-bell-bottoms:before { content: "\f298"; } .bd4-truck:before { content: "\f299"; } .bd4-trumpet:before { content: "\f29a"; } .bd4-trunk:before { content: "\f29b"; } .bd4-t-shirt:before { content: "\f29c"; } .bd4-tub:before { content: "\f29d"; } .bd4-tuchong:before { content: "\f29e"; } .bd4-tumblr:before { content: "\f29f"; } .bd4-turkey:before { content: "\f2a0"; } .bd4-turn-around:before { content: "\f2a1"; } .bd4-turn-off-bluetooth:before { content: "\f2a2"; } .bd4-turn-on:before { content: "\f2a3"; } .bd4-tv:before { content: "\f2a4"; } .bd4-tv-one:before { content: "\f2a5"; } .bd4-twitter:before { content: "\f2a6"; } .bd4-two:before { content: "\f2a7"; } .bd4-two-dimensional-code:before { content: "\f2a8"; } .bd4-two-dimensional-code-one:before { content: "\f2a9"; } .bd4-two-dimensional-code-two:before { content: "\f2aa"; } .bd4-two-ellipses:before { content: "\f2ab"; } .bd4-two-fingers:before { content: "\f2ac"; } .bd4-two-hands:before { content: "\f2ad"; } .bd4-two-key:before { content: "\f2ae"; } .bd4-two-semicircles:before { content: "\f2af"; } .bd4-two-triangles:before { content: "\f2b0"; } .bd4-two-triangles-two:before { content: "\f2b1"; } .bd4-two-two:before { content: "\f2b2"; } .bd4-type-drive:before { content: "\f2b3"; } .bd4-u-disk:before { content: "\f2b4"; } .bd4-ulikecam:before { content: "\f2b5"; } .bd4-umbrella:before { content: "\f2b6"; } .bd4-umbrella-one:before { content: "\f2b7"; } .bd4-umbrella-two:before { content: "\f2b8"; } .bd4-undo:before { content: "\f2b9"; } .bd4-ungroup:before { content: "\f2ba"; } .bd4-unicast:before { content: "\f2bb"; } .bd4-union-selection:before { content: "\f2bc"; } .bd4-universal:before { content: "\f2bd"; } .bd4-unlike:before { content: "\f2be"; } .bd4-unlink:before { content: "\f2bf"; } .bd4-unlock:before { content: "\f2c0"; } .bd4-unlock-one:before { content: "\f2c1"; } .bd4-unordered-list:before { content: "\f2c2"; } .bd4-up:before { content: "\f2c3"; } .bd4-up-and-down:before { content: "\f2c4"; } .bd4-up-c:before { content: "\f2c5"; } .bd4-update-rotation:before { content: "\f2c6"; } .bd4-upload:before { content: "\f2c7"; } .bd4-upload-computer:before { content: "\f2c8"; } .bd4-upload-laptop:before { content: "\f2c9"; } .bd4-upload-logs:before { content: "\f2ca"; } .bd4-upload-one:before { content: "\f2cb"; } .bd4-upload-picture:before { content: "\f2cc"; } .bd4-upload-three:before { content: "\f2cd"; } .bd4-upload-two:before { content: "\f2ce"; } .bd4-upload-web:before { content: "\f2cf"; } .bd4-up-one:before { content: "\f2d0"; } .bd4-upside-down-face:before { content: "\f2d1"; } .bd4-up-small:before { content: "\f2d2"; } .bd4-up-square:before { content: "\f2d3"; } .bd4-up-two:before { content: "\f2d4"; } .bd4-usb:before { content: "\f2d5"; } .bd4-usb-memory-stick:before { content: "\f2d6"; } .bd4-usb-micro-one:before { content: "\f2d7"; } .bd4-usb-micro-two:before { content: "\f2d8"; } .bd4-usb-one:before { content: "\f2d9"; } .bd4-usb-type-c:before { content: "\f2da"; } .bd4-user:before { content: "\f2db"; } .bd4-user-business:before { content: "\f2dc"; } .bd4-user-positioning:before { content: "\f2dd"; } .bd4-user-to-user-transmission:before { content: "\f2de"; } .bd4-uterus:before { content: "\f2df"; } .bd4-u-turn-down:before { content: "\f2e0"; } .bd4-u-turn-left:before { content: "\f2e1"; } .bd4-u-turn-right:before { content: "\f2e2"; } .bd4-u-turn-up:before { content: "\f2e3"; } .bd4-vacation:before { content: "\f2e4"; } .bd4-vacuum-cleaner:before { content: "\f2e5"; } .bd4-vegetable-basket:before { content: "\f2e6"; } .bd4-vegetables:before { content: "\f2e7"; } .bd4-vertically-centered:before { content: "\f2e8"; } .bd4-vertical-spacing-between-items:before { content: "\f2e9"; } .bd4-vertical-tidy-up:before { content: "\f2ea"; } .bd4-vertical-timeline:before { content: "\f2eb"; } .bd4-vest:before { content: "\f2ec"; } .bd4-vial:before { content: "\f2ed"; } .bd4-vicia-faba:before { content: "\f2ee"; } .bd4-video:before { content: "\f2ef"; } .bd4-videocamera:before { content: "\f2f0"; } .bd4-videocamera-one:before { content: "\f2f1"; } .bd4-video-conference:before { content: "\f2f2"; } .bd4-video-file:before { content: "\f2f3"; } .bd4-video-one:before { content: "\f2f4"; } .bd4-video-two:before { content: "\f2f5"; } .bd4-viencharts:before { content: "\f2f6"; } .bd4-viewfinder:before { content: "\f2f7"; } .bd4-view-grid-card:before { content: "\f2f8"; } .bd4-view-grid-detail:before { content: "\f2f9"; } .bd4-view-grid-list:before { content: "\f2fa"; } .bd4-view-list:before { content: "\f2fb"; } .bd4-vigo:before { content: "\f2fc"; } .bd4-vip:before { content: "\f2fd"; } .bd4-vip-one:before { content: "\f2fe"; } .bd4-virgo:before { content: "\f2ff"; } .bd4-virtual-reality-glasses:before { content: "\f300"; } .bd4-voice:before { content: "\f301"; } .bd4-voice-input:before { content: "\f302"; } .bd4-voicemail:before { content: "\f303"; } .bd4-voice-message:before { content: "\f304"; } .bd4-voice-off:before { content: "\f305"; } .bd4-voice-one:before { content: "\f306"; } .bd4-volkswagen:before { content: "\f307"; } .bd4-volleyball:before { content: "\f308"; } .bd4-volume-down:before { content: "\f309"; } .bd4-volume-mute:before { content: "\f30a"; } .bd4-volume-notice:before { content: "\f30b"; } .bd4-volume-small:before { content: "\f30c"; } .bd4-volume-up:before { content: "\f30d"; } .bd4-vr-glasses:before { content: "\f30e"; } .bd4-waistline:before { content: "\f30f"; } .bd4-wallet:before { content: "\f310"; } .bd4-wallet-one:before { content: "\f311"; } .bd4-wallet-three:before { content: "\f312"; } .bd4-wallet-two:before { content: "\f313"; } .bd4-warehousing:before { content: "\f314"; } .bd4-washing-machine:before { content: "\f315"; } .bd4-washing-machine-one:before { content: "\f316"; } .bd4-watch:before { content: "\f317"; } .bd4-watch-one:before { content: "\f318"; } .bd4-water:before { content: "\f319"; } .bd4-waterfalls-h:before { content: "\f31a"; } .bd4-waterfalls-v:before { content: "\f31b"; } .bd4-water-level:before { content: "\f31c"; } .bd4-watermelon:before { content: "\f31d"; } .bd4-watermelon-one:before { content: "\f31e"; } .bd4-water-no:before { content: "\f31f"; } .bd4-waterpolo:before { content: "\f320"; } .bd4-waterpolo-one:before { content: "\f321"; } .bd4-water-rate:before { content: "\f322"; } .bd4-water-rate-two:before { content: "\f323"; } .bd4-waves:before { content: "\f324"; } .bd4-waves-left:before { content: "\f325"; } .bd4-waves-right:before { content: "\f326"; } .bd4-weary-face:before { content: "\f327"; } .bd4-webcam:before { content: "\f328"; } .bd4-web-page:before { content: "\f329"; } .bd4-wechat:before { content: "\f32a"; } .bd4-weibo:before { content: "\f32b"; } .bd4-weight:before { content: "\f32c"; } .bd4-weightlifting:before { content: "\f32d"; } .bd4-weixin-cards-offers:before { content: "\f32e"; } .bd4-weixin-favorites:before { content: "\f32f"; } .bd4-weixin-games:before { content: "\f330"; } .bd4-weixin-market:before { content: "\f331"; } .bd4-weixin-mini-app:before { content: "\f332"; } .bd4-weixin-people-nearby:before { content: "\f333"; } .bd4-weixin-scan:before { content: "\f334"; } .bd4-weixin-search:before { content: "\f335"; } .bd4-weixin-shake:before { content: "\f336"; } .bd4-weixin-top-stories:before { content: "\f337"; } .bd4-whale:before { content: "\f338"; } .bd4-wheelchair:before { content: "\f339"; } .bd4-whirlwind:before { content: "\f33a"; } .bd4-whistling:before { content: "\f33b"; } .bd4-whole-site-accelerator:before { content: "\f33c"; } .bd4-wifi:before { content: "\f33d"; } .bd4-wind:before { content: "\f33e"; } .bd4-windmill:before { content: "\f33f"; } .bd4-windmill-one:before { content: "\f340"; } .bd4-windmill-two:before { content: "\f341"; } .bd4-windows:before { content: "\f342"; } .bd4-wind-turbine:before { content: "\f343"; } .bd4-wingsuit-flying:before { content: "\f344"; } .bd4-winking-face:before { content: "\f345"; } .bd4-winking-face-with-open-eyes:before { content: "\f346"; } .bd4-woman:before { content: "\f347"; } .bd4-women:before { content: "\f348"; } .bd4-women-coat:before { content: "\f349"; } .bd4-woolen-hat:before { content: "\f34a"; } .bd4-word:before { content: "\f34b"; } .bd4-workbench:before { content: "\f34c"; } .bd4-worker:before { content: "\f34d"; } .bd4-world:before { content: "\f34e"; } .bd4-worried-face:before { content: "\f34f"; } .bd4-write:before { content: "\f350"; } .bd4-writing-fluently:before { content: "\f351"; } .bd4-wrong-user:before { content: "\f352"; } .bd4-xiaodu:before { content: "\f353"; } .bd4-xiaodu-home:before { content: "\f354"; } .bd4-xigua:before { content: "\f355"; } .bd4-xingfuli:before { content: "\f356"; } .bd4-xingtu:before { content: "\f357"; } .bd4-yep:before { content: "\f358"; } .bd4-youtobe:before { content: "\f359"; } .bd4-youtube:before { content: "\f35a"; } .bd4-zero-key:before { content: "\f35b"; } .bd4-zijinyunying:before { content: "\f35c"; } .bd4-zip:before { content: "\f35d"; } .bd4-zoom:before { content: "\f35e"; } .bd4-zoom-in:before { content: "\f35f"; } .bd4-zoom-internal:before { content: "\f360"; } .bd4-zoom-out:before { content: "\f361"; } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/resources/META-INF/resources/bytedance/1.3.0/css/bytedance-iconpack-regular.css ================================================ /*! * Bytedance IconPark v1.3.0 * @link https://iconpark.oceanengine.com/official * License - https://github.com/bytedance/IconPark/blob/master/LICENSE (Apache License 2.0) */ @font-face { font-family: 'Bytedance-IconPack-Regular'; src: url('../fonts/Bytedance-IconPack-Regular.eot?if88cy'); src: url('../fonts/Bytedance-IconPack-Regular.eot?if88cy#iefix') format('embedded-opentype'), url('../fonts/Bytedance-IconPack-Regular.ttf?if88cy') format('truetype'), url('../fonts/Bytedance-IconPack-Regular.woff?if88cy') format('woff'), url('../fonts/Bytedance-IconPack-Regular.svg?if88cy#Bytedance-IconPack-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="bd2"], [class*=" bd2"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Bytedance-IconPack-Regular' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bd2-abdominal:before { content: "\e900"; } .bd2-abnormal:before { content: "\e901"; } .bd2-a-cane:before { content: "\e902"; } .bd2-acceleration:before { content: "\e903"; } .bd2-accept-email:before { content: "\e904"; } .bd2-acoustic:before { content: "\e905"; } .bd2-activity-source:before { content: "\e906"; } .bd2-ad:before { content: "\e907"; } .bd2-add:before { content: "\e908"; } .bd2-add-computer:before { content: "\e909"; } .bd2-add-four:before { content: "\e90a"; } .bd2-add-item:before { content: "\e90b"; } .bd2-add-mode:before { content: "\e90c"; } .bd2-add-music:before { content: "\e90d"; } .bd2-add-one:before { content: "\e90e"; } .bd2-add-pic:before { content: "\e90f"; } .bd2-add-picture:before { content: "\e910"; } .bd2-add-print:before { content: "\e911"; } .bd2-address-book:before { content: "\e912"; } .bd2-add-subset:before { content: "\e913"; } .bd2-add-subtract:before { content: "\e914"; } .bd2-add-text:before { content: "\e915"; } .bd2-add-text-two:before { content: "\e916"; } .bd2-add-three:before { content: "\e917"; } .bd2-add-two:before { content: "\e918"; } .bd2-add-user:before { content: "\e919"; } .bd2-add-web:before { content: "\e91a"; } .bd2-adjacent-item:before { content: "\e91b"; } .bd2-adjustment:before { content: "\e91c"; } .bd2-adobe-illustrate:before { content: "\e91d"; } .bd2-adobe-indesign:before { content: "\e91e"; } .bd2-adobe-lightroom:before { content: "\e91f"; } .bd2-adobe-photoshop:before { content: "\e920"; } .bd2-ad-product:before { content: "\e921"; } .bd2-afferent:before { content: "\e922"; } .bd2-afferent-four:before { content: "\e923"; } .bd2-afferent-three:before { content: "\e924"; } .bd2-afferent-two:before { content: "\e925"; } .bd2-afro-pick:before { content: "\e926"; } .bd2-agreement:before { content: "\e927"; } .bd2-aiming:before { content: "\e928"; } .bd2-air-bike:before { content: "\e929"; } .bd2-air-conditioning:before { content: "\e92a"; } .bd2-airplane:before { content: "\e92b"; } .bd2-airplane-window:before { content: "\e92c"; } .bd2-airplane-window-one:before { content: "\e92d"; } .bd2-airplay:before { content: "\e92e"; } .bd2-airpods:before { content: "\e92f"; } .bd2-alarm:before { content: "\e930"; } .bd2-alarm-clock:before { content: "\e931"; } .bd2-align-bottom:before { content: "\e932"; } .bd2-align-bottom-two:before { content: "\e933"; } .bd2-align-horizontal-center-two:before { content: "\e934"; } .bd2-align-horizontally:before { content: "\e935"; } .bd2-align-left:before { content: "\e936"; } .bd2-align-left-one:before { content: "\e937"; } .bd2-align-left-two:before { content: "\e938"; } .bd2-alignment-bottom-center:before { content: "\e939"; } .bd2-alignment-bottom-left:before { content: "\e93a"; } .bd2-alignment-bottom-right:before { content: "\e93b"; } .bd2-alignment-horizontal-bottom:before { content: "\e93c"; } .bd2-alignment-horizontal-center:before { content: "\e93d"; } .bd2-alignment-horizontal-top:before { content: "\e93e"; } .bd2-alignment-left-bottom:before { content: "\e93f"; } .bd2-alignment-left-center:before { content: "\e940"; } .bd2-alignment-left-top:before { content: "\e941"; } .bd2-alignment-right-bottom:before { content: "\e942"; } .bd2-alignment-right-center:before { content: "\e943"; } .bd2-alignment-right-top:before { content: "\e944"; } .bd2-alignment-top-center:before { content: "\e945"; } .bd2-alignment-top-left:before { content: "\e946"; } .bd2-alignment-top-right:before { content: "\e947"; } .bd2-alignment-vertical-center:before { content: "\e948"; } .bd2-alignment-vertical-left:before { content: "\e949"; } .bd2-alignment-vertical-right:before { content: "\e94a"; } .bd2-align-right:before { content: "\e94b"; } .bd2-align-right-one:before { content: "\e94c"; } .bd2-align-right-two:before { content: "\e94d"; } .bd2-align-text-both:before { content: "\e94e"; } .bd2-align-text-both-one:before { content: "\e94f"; } .bd2-align-text-bottom:before { content: "\e950"; } .bd2-align-text-bottom-one:before { content: "\e951"; } .bd2-align-text-center:before { content: "\e952"; } .bd2-align-text-center-one:before { content: "\e953"; } .bd2-align-text-left:before { content: "\e954"; } .bd2-align-text-left-one:before { content: "\e955"; } .bd2-align-text-middle:before { content: "\e956"; } .bd2-align-text-middle-one:before { content: "\e957"; } .bd2-align-text-right:before { content: "\e958"; } .bd2-align-text-right-one:before { content: "\e959"; } .bd2-align-text-top:before { content: "\e95a"; } .bd2-align-text-top-one:before { content: "\e95b"; } .bd2-align-top:before { content: "\e95c"; } .bd2-align-top-two:before { content: "\e95d"; } .bd2-align-vertical-center-two:before { content: "\e95e"; } .bd2-align-vertically:before { content: "\e95f"; } .bd2-alipay:before { content: "\e960"; } .bd2-all-application:before { content: "\e961"; } .bd2-alphabetical-sorting:before { content: "\e962"; } .bd2-alphabetical-sorting-two:before { content: "\e963"; } .bd2-ambulance:before { content: "\e964"; } .bd2-analysis:before { content: "\e965"; } .bd2-anchor:before { content: "\e966"; } .bd2-anchor-one:before { content: "\e967"; } .bd2-anchor-round:before { content: "\e968"; } .bd2-anchor-squre:before { content: "\e969"; } .bd2-anchor-two:before { content: "\e96a"; } .bd2-android:before { content: "\e96b"; } .bd2-angry-face:before { content: "\e96c"; } .bd2-anguished-face:before { content: "\e96d"; } .bd2-announcement:before { content: "\e96e"; } .bd2-anti-corrosion:before { content: "\e96f"; } .bd2-aperture-priority:before { content: "\e970"; } .bd2-api:before { content: "\e971"; } .bd2-api-app:before { content: "\e972"; } .bd2-apple:before { content: "\e973"; } .bd2-apple-one:before { content: "\e974"; } .bd2-applet-closed:before { content: "\e975"; } .bd2-application:before { content: "\e976"; } .bd2-application-effect:before { content: "\e977"; } .bd2-application-menu:before { content: "\e978"; } .bd2-application-one:before { content: "\e979"; } .bd2-application-two:before { content: "\e97a"; } .bd2-appointment:before { content: "\e97b"; } .bd2-app-store:before { content: "\e97c"; } .bd2-app-switch:before { content: "\e97d"; } .bd2-aquarius:before { content: "\e97e"; } .bd2-arc-de-triomphe:before { content: "\e97f"; } .bd2-archers-bow:before { content: "\e980"; } .bd2-archery:before { content: "\e981"; } .bd2-area-map:before { content: "\e982"; } .bd2-arena:before { content: "\e983"; } .bd2-aries:before { content: "\e984"; } .bd2-arithmetic:before { content: "\e985"; } .bd2-arithmetic-buttons:before { content: "\e986"; } .bd2-arithmetic-one:before { content: "\e987"; } .bd2-arrow-circle-down:before { content: "\e988"; } .bd2-arrow-circle-left:before { content: "\e989"; } .bd2-arrow-circle-right:before { content: "\e98a"; } .bd2-arrow-circle-up:before { content: "\e98b"; } .bd2-arrow-down:before { content: "\e98c"; } .bd2-arrow-keys:before { content: "\e98d"; } .bd2-arrow-left:before { content: "\e98e"; } .bd2-arrow-left-down:before { content: "\e98f"; } .bd2-arrow-left-up:before { content: "\e990"; } .bd2-arrow-right:before { content: "\e991"; } .bd2-arrow-right-down:before { content: "\e992"; } .bd2-arrow-right-up:before { content: "\e993"; } .bd2-arrow-up:before { content: "\e994"; } .bd2-assembly-line:before { content: "\e995"; } .bd2-association:before { content: "\e996"; } .bd2-asterisk:before { content: "\e997"; } .bd2-asterisk-key:before { content: "\e998"; } .bd2-astonished-face:before { content: "\e999"; } .bd2-at-sign:before { content: "\e99a"; } .bd2-attention:before { content: "\e99b"; } .bd2-audio-file:before { content: "\e99c"; } .bd2-audit:before { content: "\e99d"; } .bd2-auto-focus:before { content: "\e99e"; } .bd2-auto-height-one:before { content: "\e99f"; } .bd2-auto-line-height:before { content: "\e9a0"; } .bd2-auto-line-width:before { content: "\e9a1"; } .bd2-auto-width:before { content: "\e9a2"; } .bd2-auto-width-one:before { content: "\e9a3"; } .bd2-avatar:before { content: "\e9a4"; } .bd2-average:before { content: "\e9a5"; } .bd2-aviation:before { content: "\e9a6"; } .bd2-avocado:before { content: "\e9a7"; } .bd2-avocado-one:before { content: "\e9a8"; } .bd2-baby:before { content: "\e9a9"; } .bd2-baby-app:before { content: "\e9aa"; } .bd2-baby-bottle:before { content: "\e9ab"; } .bd2-baby-car-seat:before { content: "\e9ac"; } .bd2-baby-feet:before { content: "\e9ad"; } .bd2-baby-meal:before { content: "\e9ae"; } .bd2-baby-mobile:before { content: "\e9af"; } .bd2-baby-one:before { content: "\e9b0"; } .bd2-baby-pants:before { content: "\e9b1"; } .bd2-baby-sling:before { content: "\e9b2"; } .bd2-baby-taste:before { content: "\e9b3"; } .bd2-bachelor-cap:before { content: "\e9b4"; } .bd2-bachelor-cap-one:before { content: "\e9b5"; } .bd2-bachelor-cap-two:before { content: "\e9b6"; } .bd2-back:before { content: "\e9b7"; } .bd2-background-color:before { content: "\e9b8"; } .bd2-back-one:before { content: "\e9b9"; } .bd2-backpack:before { content: "\e9ba"; } .bd2-bad:before { content: "\e9bb"; } .bd2-badge:before { content: "\e9bc"; } .bd2-badge-two:before { content: "\e9bd"; } .bd2-badminton:before { content: "\e9be"; } .bd2-bad-one:before { content: "\e9bf"; } .bd2-bad-two:before { content: "\e9c0"; } .bd2-baggage-delay:before { content: "\e9c1"; } .bd2-balance:before { content: "\e9c2"; } .bd2-balance-one:before { content: "\e9c3"; } .bd2-balance-two:before { content: "\e9c4"; } .bd2-banana:before { content: "\e9c5"; } .bd2-bank:before { content: "\e9c6"; } .bd2-bank-card:before { content: "\e9c7"; } .bd2-bank-card-one:before { content: "\e9c8"; } .bd2-bank-card-two:before { content: "\e9c9"; } .bd2-bank-transfer:before { content: "\e9ca"; } .bd2-baokemeng:before { content: "\e9cb"; } .bd2-barbecue:before { content: "\e9cc"; } .bd2-barber-brush:before { content: "\e9cd"; } .bd2-barber-clippers:before { content: "\e9ce"; } .bd2-bar-code:before { content: "\e9cf"; } .bd2-baseball:before { content: "\e9d0"; } .bd2-baseball-bat:before { content: "\e9d1"; } .bd2-baseball-cap:before { content: "\e9d2"; } .bd2-basketball:before { content: "\e9d3"; } .bd2-basketball-clothes:before { content: "\e9d4"; } .bd2-basketball-one:before { content: "\e9d5"; } .bd2-basketball-stand:before { content: "\e9d6"; } .bd2-bat:before { content: "\e9d7"; } .bd2-battery-charge:before { content: "\e9d8"; } .bd2-battery-empty:before { content: "\e9d9"; } .bd2-battery-failure:before { content: "\e9da"; } .bd2-battery-full:before { content: "\e9db"; } .bd2-battery-storage:before { content: "\e9dc"; } .bd2-battery-tips:before { content: "\e9dd"; } .bd2-battery-working:before { content: "\e9de"; } .bd2-battery-working-one:before { content: "\e9df"; } .bd2-beach-umbrella:before { content: "\e9e0"; } .bd2-bear:before { content: "\e9e1"; } .bd2-beauty:before { content: "\e9e2"; } .bd2-beauty-instrument:before { content: "\e9e3"; } .bd2-bedside:before { content: "\e9e4"; } .bd2-bedside-two:before { content: "\e9e5"; } .bd2-bee:before { content: "\e9e6"; } .bd2-beer:before { content: "\e9e7"; } .bd2-beer-mug:before { content: "\e9e8"; } .bd2-behance:before { content: "\e9e9"; } .bd2-bell-ring:before { content: "\e9ea"; } .bd2-belt:before { content: "\e9eb"; } .bd2-benz:before { content: "\e9ec"; } .bd2-bezier-curve:before { content: "\e9ed"; } .bd2-bib:before { content: "\e9ee"; } .bd2-big-clock:before { content: "\e9ef"; } .bd2-big-x:before { content: "\e9f0"; } .bd2-bike:before { content: "\e9f1"; } .bd2-bill:before { content: "\e9f2"; } .bd2-bird:before { content: "\e9f3"; } .bd2-birthday-cake:before { content: "\e9f4"; } .bd2-bitcoin:before { content: "\e9f5"; } .bd2-blackboard:before { content: "\e9f6"; } .bd2-black-eight:before { content: "\e9f7"; } .bd2-blade:before { content: "\e9f8"; } .bd2-bless:before { content: "\e9f9"; } .bd2-block:before { content: "\e9fa"; } .bd2-blockchain:before { content: "\e9fb"; } .bd2-block-eight:before { content: "\e9fc"; } .bd2-block-five:before { content: "\e9fd"; } .bd2-block-four:before { content: "\e9fe"; } .bd2-block-nine:before { content: "\e9ff"; } .bd2-block-one:before { content: "\ea00"; } .bd2-blocks-and-arrows:before { content: "\ea01"; } .bd2-block-seven:before { content: "\ea02"; } .bd2-block-six:before { content: "\ea03"; } .bd2-block-ten:before { content: "\ea04"; } .bd2-block-three:before { content: "\ea05"; } .bd2-block-two:before { content: "\ea06"; } .bd2-bloom:before { content: "\ea07"; } .bd2-blossom:before { content: "\ea08"; } .bd2-bluetooth:before { content: "\ea09"; } .bd2-boiler:before { content: "\ea0a"; } .bd2-bolt-one:before { content: "\ea0b"; } .bd2-bone:before { content: "\ea0c"; } .bd2-book:before { content: "\ea0d"; } .bd2-bookmark:before { content: "\ea0e"; } .bd2-bookmark-one:before { content: "\ea0f"; } .bd2-bookmark-three:before { content: "\ea10"; } .bd2-book-one:before { content: "\ea11"; } .bd2-book-open:before { content: "\ea12"; } .bd2-bookshelf:before { content: "\ea13"; } .bd2-booster-car-seat:before { content: "\ea14"; } .bd2-booth:before { content: "\ea15"; } .bd2-boots:before { content: "\ea16"; } .bd2-bottle:before { content: "\ea17"; } .bd2-bottle-one:before { content: "\ea18"; } .bd2-bottle-three:before { content: "\ea19"; } .bd2-bottle-two:before { content: "\ea1a"; } .bd2-bottom-bar:before { content: "\ea1b"; } .bd2-bottom-bar-one:before { content: "\ea1c"; } .bd2-bow:before { content: "\ea1d"; } .bd2-bowl:before { content: "\ea1e"; } .bd2-bowling:before { content: "\ea1f"; } .bd2-bowl-one:before { content: "\ea20"; } .bd2-box:before { content: "\ea21"; } .bd2-boxing:before { content: "\ea22"; } .bd2-boxing-one:before { content: "\ea23"; } .bd2-boy:before { content: "\ea24"; } .bd2-boy-one:before { content: "\ea25"; } .bd2-boy-stroller:before { content: "\ea26"; } .bd2-boy-two:before { content: "\ea27"; } .bd2-brain:before { content: "\ea28"; } .bd2-brake-pads:before { content: "\ea29"; } .bd2-branch:before { content: "\ea2a"; } .bd2-branch-one:before { content: "\ea2b"; } .bd2-branch-two:before { content: "\ea2c"; } .bd2-brdige-three:before { content: "\ea2d"; } .bd2-bread:before { content: "\ea2e"; } .bd2-bread-machine:before { content: "\ea2f"; } .bd2-bread-one:before { content: "\ea30"; } .bd2-breast-pump:before { content: "\ea31"; } .bd2-bridge-one:before { content: "\ea32"; } .bd2-bridge-two:before { content: "\ea33"; } .bd2-briefcase:before { content: "\ea34"; } .bd2-brightness:before { content: "\ea35"; } .bd2-bring-forward:before { content: "\ea36"; } .bd2-bring-to-front:before { content: "\ea37"; } .bd2-bring-to-front-one:before { content: "\ea38"; } .bd2-broadcast:before { content: "\ea39"; } .bd2-broadcast-one:before { content: "\ea3a"; } .bd2-broadcast-radio:before { content: "\ea3b"; } .bd2-browser:before { content: "\ea3c"; } .bd2-browser-chrome:before { content: "\ea3d"; } .bd2-browser-safari:before { content: "\ea3e"; } .bd2-bubble-chart:before { content: "\ea3f"; } .bd2-bug:before { content: "\ea40"; } .bd2-building-four:before { content: "\ea41"; } .bd2-building-one:before { content: "\ea42"; } .bd2-building-three:before { content: "\ea43"; } .bd2-building-two:before { content: "\ea44"; } .bd2-bullet-map:before { content: "\ea45"; } .bd2-bus:before { content: "\ea46"; } .bd2-bus-one:before { content: "\ea47"; } .bd2-bus-two:before { content: "\ea48"; } .bd2-butterfly:before { content: "\ea49"; } .bd2-buy:before { content: "\ea4a"; } .bd2-bydesign:before { content: "\ea4b"; } .bd2-bye:before { content: "\ea4c"; } .bd2-bytedance:before { content: "\ea4d"; } .bd2-bytedance-applets:before { content: "\ea4e"; } .bd2-bytedance-mini-app:before { content: "\ea4f"; } .bd2-cable-car:before { content: "\ea50"; } .bd2-cactus:before { content: "\ea51"; } .bd2-cake:before { content: "\ea52"; } .bd2-cake-five:before { content: "\ea53"; } .bd2-cake-four:before { content: "\ea54"; } .bd2-cake-one:before { content: "\ea55"; } .bd2-cake-three:before { content: "\ea56"; } .bd2-cake-two:before { content: "\ea57"; } .bd2-calculator:before { content: "\ea58"; } .bd2-calculator-one:before { content: "\ea59"; } .bd2-calendar:before { content: "\ea5a"; } .bd2-calendar-dot:before { content: "\ea5b"; } .bd2-calendar-thirty:before { content: "\ea5c"; } .bd2-calendar-thirty-two:before { content: "\ea5d"; } .bd2-calendar-three:before { content: "\ea5e"; } .bd2-camera:before { content: "\ea5f"; } .bd2-camera-five:before { content: "\ea60"; } .bd2-camera-four:before { content: "\ea61"; } .bd2-camera-one:before { content: "\ea62"; } .bd2-camera-three:before { content: "\ea63"; } .bd2-camera-two:before { content: "\ea64"; } .bd2-camp:before { content: "\ea65"; } .bd2-cancer:before { content: "\ea66"; } .bd2-candy:before { content: "\ea67"; } .bd2-canned-fruit:before { content: "\ea68"; } .bd2-capricornus:before { content: "\ea69"; } .bd2-car:before { content: "\ea6a"; } .bd2-car-battery:before { content: "\ea6b"; } .bd2-cardioelectric:before { content: "\ea6c"; } .bd2-card-two:before { content: "\ea6d"; } .bd2-carousel:before { content: "\ea6e"; } .bd2-carousel-video:before { content: "\ea6f"; } .bd2-carrot:before { content: "\ea70"; } .bd2-castle:before { content: "\ea71"; } .bd2-cast-screen:before { content: "\ea72"; } .bd2-cat:before { content: "\ea73"; } .bd2-category-management:before { content: "\ea74"; } .bd2-cattle:before { content: "\ea75"; } .bd2-cattle-zodiac:before { content: "\ea76"; } .bd2-caution:before { content: "\ea77"; } .bd2-cc:before { content: "\ea78"; } .bd2-cd:before { content: "\ea79"; } .bd2-cell:before { content: "\ea7a"; } .bd2-ce-marking:before { content: "\ea7b"; } .bd2-center-alignment:before { content: "\ea7c"; } .bd2-certificate:before { content: "\ea7d"; } .bd2-chafing-dish:before { content: "\ea7e"; } .bd2-chafing-dish-one:before { content: "\ea7f"; } .bd2-chair:before { content: "\ea80"; } .bd2-chair-one:before { content: "\ea81"; } .bd2-change:before { content: "\ea82"; } .bd2-change-date-sort:before { content: "\ea83"; } .bd2-charging-treasure:before { content: "\ea84"; } .bd2-chart-graph:before { content: "\ea85"; } .bd2-chart-histogram:before { content: "\ea86"; } .bd2-chart-histogram-one:before { content: "\ea87"; } .bd2-chart-histogram-two:before { content: "\ea88"; } .bd2-chart-line:before { content: "\ea89"; } .bd2-chart-line-area:before { content: "\ea8a"; } .bd2-chart-pie:before { content: "\ea8b"; } .bd2-chart-pie-one:before { content: "\ea8c"; } .bd2-chart-proportion:before { content: "\ea8d"; } .bd2-chart-ring:before { content: "\ea8e"; } .bd2-chart-scatter:before { content: "\ea8f"; } .bd2-chart-stock:before { content: "\ea90"; } .bd2-check:before { content: "\ea91"; } .bd2-checkbox:before { content: "\ea92"; } .bd2-check-correct:before { content: "\ea93"; } .bd2-checkerboard:before { content: "\ea94"; } .bd2-check-in:before { content: "\ea95"; } .bd2-checklist:before { content: "\ea96"; } .bd2-check-one:before { content: "\ea97"; } .bd2-check-small:before { content: "\ea98"; } .bd2-cheese:before { content: "\ea99"; } .bd2-chef-hat:before { content: "\ea9a"; } .bd2-chef-hat-one:before { content: "\ea9b"; } .bd2-cherry:before { content: "\ea9c"; } .bd2-chess:before { content: "\ea9d"; } .bd2-chess-one:before { content: "\ea9e"; } .bd2-chest:before { content: "\ea9f"; } .bd2-chicken:before { content: "\eaa0"; } .bd2-chicken-leg:before { content: "\eaa1"; } .bd2-chicken-zodiac:before { content: "\eaa2"; } .bd2-children-cap:before { content: "\eaa3"; } .bd2-children-pyramid:before { content: "\eaa4"; } .bd2-child-with-pacifier:before { content: "\eaa5"; } .bd2-chili:before { content: "\eaa6"; } .bd2-chimney:before { content: "\eaa7"; } .bd2-chinese:before { content: "\eaa8"; } .bd2-chinese-one:before { content: "\eaa9"; } .bd2-chinese-pavilion:before { content: "\eaaa"; } .bd2-chip:before { content: "\eaab"; } .bd2-chopping-board:before { content: "\eaac"; } .bd2-chopsticks-fork:before { content: "\eaad"; } .bd2-christmas-tree:before { content: "\eaae"; } .bd2-christmas-tree-one:before { content: "\eaaf"; } .bd2-church-one:before { content: "\eab0"; } .bd2-church-two:before { content: "\eab1"; } .bd2-circle-double-down:before { content: "\eab2"; } .bd2-circle-double-left:before { content: "\eab3"; } .bd2-circle-double-right:before { content: "\eab4"; } .bd2-circle-double-up:before { content: "\eab5"; } .bd2-circle-five-line:before { content: "\eab6"; } .bd2-circle-four:before { content: "\eab7"; } .bd2-circle-four-line:before { content: "\eab8"; } .bd2-circle-house:before { content: "\eab9"; } .bd2-circle-left-down:before { content: "\eaba"; } .bd2-circle-left-up:before { content: "\eabb"; } .bd2-circle-right-down:before { content: "\eabc"; } .bd2-circle-right-up:before { content: "\eabd"; } .bd2-circles-and-triangles:before { content: "\eabe"; } .bd2-circles-seven:before { content: "\eabf"; } .bd2-circle-three:before { content: "\eac0"; } .bd2-circle-two-line:before { content: "\eac1"; } .bd2-circular-connection:before { content: "\eac2"; } .bd2-circus:before { content: "\eac3"; } .bd2-city:before { content: "\eac4"; } .bd2-city-gate:before { content: "\eac5"; } .bd2-city-one:before { content: "\eac6"; } .bd2-clap:before { content: "\eac7"; } .bd2-classroom:before { content: "\eac8"; } .bd2-clear:before { content: "\eac9"; } .bd2-clear-format:before { content: "\eaca"; } .bd2-click:before { content: "\eacb"; } .bd2-click-tap:before { content: "\eacc"; } .bd2-click-tap-two:before { content: "\eacd"; } .bd2-click-to-fold:before { content: "\eace"; } .bd2-clipboard:before { content: "\eacf"; } .bd2-clock-tower:before { content: "\ead0"; } .bd2-close:before { content: "\ead1"; } .bd2-close-one:before { content: "\ead2"; } .bd2-close-remind:before { content: "\ead3"; } .bd2-close-small:before { content: "\ead4"; } .bd2-close-wifi:before { content: "\ead5"; } .bd2-clothes-briefs:before { content: "\ead6"; } .bd2-clothes-cardigan:before { content: "\ead7"; } .bd2-clothes-crew-neck:before { content: "\ead8"; } .bd2-clothes-diapers:before { content: "\ead9"; } .bd2-clothes-gloves:before { content: "\eada"; } .bd2-clothes-gloves-two:before { content: "\eadb"; } .bd2-clothes-hoodie:before { content: "\eadc"; } .bd2-clothes-pants:before { content: "\eadd"; } .bd2-clothes-pants-short:before { content: "\eade"; } .bd2-clothes-pants-sweat:before { content: "\eadf"; } .bd2-clothes-short-sleeve:before { content: "\eae0"; } .bd2-clothes-skates:before { content: "\eae1"; } .bd2-clothes-suit:before { content: "\eae2"; } .bd2-clothes-sweater:before { content: "\eae3"; } .bd2-clothes-turtleneck:before { content: "\eae4"; } .bd2-clothes-windbreaker:before { content: "\eae5"; } .bd2-cloud-storage:before { content: "\eae6"; } .bd2-cloudy:before { content: "\eae7"; } .bd2-cloudy-night:before { content: "\eae8"; } .bd2-clue:before { content: "\eae9"; } .bd2-coat-hanger:before { content: "\eaea"; } .bd2-cocktail:before { content: "\eaeb"; } .bd2-coconut-tree:before { content: "\eaec"; } .bd2-code:before { content: "\eaed"; } .bd2-code-brackets:before { content: "\eaee"; } .bd2-code-computer:before { content: "\eaef"; } .bd2-code-download:before { content: "\eaf0"; } .bd2-code-laptop:before { content: "\eaf1"; } .bd2-code-one:before { content: "\eaf2"; } .bd2-coffee-machine:before { content: "\eaf3"; } .bd2-cola:before { content: "\eaf4"; } .bd2-collapse-text-input:before { content: "\eaf5"; } .bd2-collect-computer:before { content: "\eaf6"; } .bd2-collection-files:before { content: "\eaf7"; } .bd2-collection-records:before { content: "\eaf8"; } .bd2-collect-laptop:before { content: "\eaf9"; } .bd2-collect-picture:before { content: "\eafa"; } .bd2-color-card:before { content: "\eafb"; } .bd2-color-filter:before { content: "\eafc"; } .bd2-column:before { content: "\eafd"; } .bd2-comb:before { content: "\eafe"; } .bd2-come:before { content: "\eaff"; } .bd2-command:before { content: "\eb00"; } .bd2-comment:before { content: "\eb01"; } .bd2-comment-one:before { content: "\eb02"; } .bd2-comments:before { content: "\eb03"; } .bd2-commodity:before { content: "\eb04"; } .bd2-communication:before { content: "\eb05"; } .bd2-commuter-bag:before { content: "\eb06"; } .bd2-compass:before { content: "\eb07"; } .bd2-compass-one:before { content: "\eb08"; } .bd2-components:before { content: "\eb09"; } .bd2-composition:before { content: "\eb0a"; } .bd2-compression:before { content: "\eb0b"; } .bd2-computer:before { content: "\eb0c"; } .bd2-computer-one:before { content: "\eb0d"; } .bd2-concept-sharing:before { content: "\eb0e"; } .bd2-concern:before { content: "\eb0f"; } .bd2-conditioner:before { content: "\eb10"; } .bd2-cone:before { content: "\eb11"; } .bd2-cones:before { content: "\eb12"; } .bd2-config:before { content: "\eb13"; } .bd2-confounded-face:before { content: "\eb14"; } .bd2-confused-face:before { content: "\eb15"; } .bd2-connect:before { content: "\eb16"; } .bd2-connect-address-one:before { content: "\eb17"; } .bd2-connect-address-two:before { content: "\eb18"; } .bd2-connection:before { content: "\eb19"; } .bd2-connection-arrow:before { content: "\eb1a"; } .bd2-connection-box:before { content: "\eb1b"; } .bd2-connection-point:before { content: "\eb1c"; } .bd2-connection-point-two:before { content: "\eb1d"; } .bd2-consignment:before { content: "\eb1e"; } .bd2-consume:before { content: "\eb1f"; } .bd2-contrast:before { content: "\eb20"; } .bd2-contrast-view:before { content: "\eb21"; } .bd2-contrast-view-circle:before { content: "\eb22"; } .bd2-control:before { content: "\eb23"; } .bd2-converging-gateway:before { content: "\eb24"; } .bd2-cook:before { content: "\eb25"; } .bd2-cooking:before { content: "\eb26"; } .bd2-cooking-pot:before { content: "\eb27"; } .bd2-cool:before { content: "\eb28"; } .bd2-cooperative-handshake:before { content: "\eb29"; } .bd2-coordinate-system:before { content: "\eb2a"; } .bd2-copy:before { content: "\eb2b"; } .bd2-copy-link:before { content: "\eb2c"; } .bd2-copy-one:before { content: "\eb2d"; } .bd2-copyright:before { content: "\eb2e"; } .bd2-corner-down-left:before { content: "\eb2f"; } .bd2-corner-down-right:before { content: "\eb30"; } .bd2-corner-left-down:before { content: "\eb31"; } .bd2-corner-left-up:before { content: "\eb32"; } .bd2-corner-right-down:before { content: "\eb33"; } .bd2-corner-right-up:before { content: "\eb34"; } .bd2-corner-up-left:before { content: "\eb35"; } .bd2-corner-up-right:before { content: "\eb36"; } .bd2-coronavirus:before { content: "\eb37"; } .bd2-correct:before { content: "\eb38"; } .bd2-cosmetic-brush:before { content: "\eb39"; } .bd2-coupon:before { content: "\eb3a"; } .bd2-court:before { content: "\eb3b"; } .bd2-cpu:before { content: "\eb3c"; } .bd2-crab:before { content: "\eb3d"; } .bd2-creation-date-sort:before { content: "\eb3e"; } .bd2-creative:before { content: "\eb3f"; } .bd2-credit:before { content: "\eb40"; } .bd2-crib:before { content: "\eb41"; } .bd2-croissant:before { content: "\eb42"; } .bd2-cross-ring:before { content: "\eb43"; } .bd2-cross-ring-two:before { content: "\eb44"; } .bd2-cross-society:before { content: "\eb45"; } .bd2-crown:before { content: "\eb46"; } .bd2-crown-three:before { content: "\eb47"; } .bd2-crown-two:before { content: "\eb48"; } .bd2-cruise:before { content: "\eb49"; } .bd2-crying-baby:before { content: "\eb4a"; } .bd2-cube:before { content: "\eb4b"; } .bd2-cube-five:before { content: "\eb4c"; } .bd2-cube-four:before { content: "\eb4d"; } .bd2-cube-three:before { content: "\eb4e"; } .bd2-cube-two:before { content: "\eb4f"; } .bd2-cup:before { content: "\eb50"; } .bd2-cup-four:before { content: "\eb51"; } .bd2-cup-one:before { content: "\eb52"; } .bd2-curling:before { content: "\eb53"; } .bd2-currency:before { content: "\eb54"; } .bd2-curve-adjustment:before { content: "\eb55"; } .bd2-customer:before { content: "\eb56"; } .bd2-cutting:before { content: "\eb57"; } .bd2-cutting-one:before { content: "\eb58"; } .bd2-cuvette:before { content: "\eb59"; } .bd2-cycle:before { content: "\eb5a"; } .bd2-cycle-arrow:before { content: "\eb5b"; } .bd2-cycle-movement:before { content: "\eb5c"; } .bd2-cycle-one:before { content: "\eb5d"; } .bd2-cylinder:before { content: "\eb5e"; } .bd2-damage-map:before { content: "\eb5f"; } .bd2-dark-mode:before { content: "\eb60"; } .bd2-dashboard:before { content: "\eb61"; } .bd2-dashboard-car:before { content: "\eb62"; } .bd2-dashboard-one:before { content: "\eb63"; } .bd2-dashboard-two:before { content: "\eb64"; } .bd2-data:before { content: "\eb65"; } .bd2-data-all:before { content: "\eb66"; } .bd2-data-arrival:before { content: "\eb67"; } .bd2-database-alert:before { content: "\eb68"; } .bd2-database-code:before { content: "\eb69"; } .bd2-database-config:before { content: "\eb6a"; } .bd2-database-download:before { content: "\eb6b"; } .bd2-database-enter:before { content: "\eb6c"; } .bd2-database-fail:before { content: "\eb6d"; } .bd2-database-first:before { content: "\eb6e"; } .bd2-database-forbid:before { content: "\eb6f"; } .bd2-database-lock:before { content: "\eb70"; } .bd2-database-network:before { content: "\eb71"; } .bd2-database-network-point:before { content: "\eb72"; } .bd2-database-point:before { content: "\eb73"; } .bd2-database-position:before { content: "\eb74"; } .bd2-database-power:before { content: "\eb75"; } .bd2-database-proportion:before { content: "\eb76"; } .bd2-database-search:before { content: "\eb77"; } .bd2-database-setting:before { content: "\eb78"; } .bd2-database-success:before { content: "\eb79"; } .bd2-database-sync:before { content: "\eb7a"; } .bd2-database-time:before { content: "\eb7b"; } .bd2-data-display:before { content: "\eb7c"; } .bd2-data-file:before { content: "\eb7d"; } .bd2-data-four:before { content: "\eb7e"; } .bd2-data-lock:before { content: "\eb7f"; } .bd2-data-null:before { content: "\eb80"; } .bd2-data-one:before { content: "\eb81"; } .bd2-data-screen:before { content: "\eb82"; } .bd2-data-server:before { content: "\eb83"; } .bd2-data-sheet:before { content: "\eb84"; } .bd2-data-switching:before { content: "\eb85"; } .bd2-data-three:before { content: "\eb86"; } .bd2-data-two:before { content: "\eb87"; } .bd2-data-user:before { content: "\eb88"; } .bd2-date-comes-back:before { content: "\eb89"; } .bd2-deadline-sort:before { content: "\eb8a"; } .bd2-death-star:before { content: "\eb8b"; } .bd2-deeplink:before { content: "\eb8c"; } .bd2-deer:before { content: "\eb8d"; } .bd2-degree-hat:before { content: "\eb8e"; } .bd2-delete:before { content: "\eb8f"; } .bd2-delete-five:before { content: "\eb90"; } .bd2-delete-four:before { content: "\eb91"; } .bd2-delete-key:before { content: "\eb92"; } .bd2-delete-mode:before { content: "\eb93"; } .bd2-delete-one:before { content: "\eb94"; } .bd2-delete-themes:before { content: "\eb95"; } .bd2-delete-three:before { content: "\eb96"; } .bd2-delete-two:before { content: "\eb97"; } .bd2-delivery:before { content: "\eb98"; } .bd2-deposit:before { content: "\eb99"; } .bd2-descend:before { content: "\eb9a"; } .bd2-desk-lamp:before { content: "\eb9b"; } .bd2-desk-lamp-one:before { content: "\eb9c"; } .bd2-detection:before { content: "\eb9d"; } .bd2-devices:before { content: "\eb9e"; } .bd2-diamond:before { content: "\eb9f"; } .bd2-diamond-necklace:before { content: "\eba0"; } .bd2-diamond-one:before { content: "\eba1"; } .bd2-diamond-ring:before { content: "\eba2"; } .bd2-diamonds:before { content: "\eba3"; } .bd2-diamond-three:before { content: "\eba4"; } .bd2-diamond-two:before { content: "\eba5"; } .bd2-dianziqian:before { content: "\eba6"; } .bd2-diapers-one:before { content: "\eba7"; } .bd2-difference-set:before { content: "\eba8"; } .bd2-digital-watches:before { content: "\eba9"; } .bd2-direction:before { content: "\ebaa"; } .bd2-direction-adjustment:before { content: "\ebab"; } .bd2-direction-adjustment-three:before { content: "\ebac"; } .bd2-direction-adjustment-two:before { content: "\ebad"; } .bd2-disabaled-web:before { content: "\ebae"; } .bd2-disabled-computer:before { content: "\ebaf"; } .bd2-disabled-laptop:before { content: "\ebb0"; } .bd2-disabled-picture:before { content: "\ebb1"; } .bd2-disappointed-face:before { content: "\ebb2"; } .bd2-discovery-index:before { content: "\ebb3"; } .bd2-disk:before { content: "\ebb4"; } .bd2-disk-one:before { content: "\ebb5"; } .bd2-disk-two:before { content: "\ebb6"; } .bd2-dislike:before { content: "\ebb7"; } .bd2-dislike-two:before { content: "\ebb8"; } .bd2-display:before { content: "\ebb9"; } .bd2-distortion:before { content: "\ebba"; } .bd2-distraught-face:before { content: "\ebbb"; } .bd2-distribute-horizontally:before { content: "\ebbc"; } .bd2-distribute-horizontal-spacing:before { content: "\ebbd"; } .bd2-distribute-vertically:before { content: "\ebbe"; } .bd2-distribute-vertical-spacing:before { content: "\ebbf"; } .bd2-dividing-line:before { content: "\ebc0"; } .bd2-dividing-line-one:before { content: "\ebc1"; } .bd2-diving:before { content: "\ebc2"; } .bd2-diving-bottle:before { content: "\ebc3"; } .bd2-diving-suit:before { content: "\ebc4"; } .bd2-division:before { content: "\ebc5"; } .bd2-dizzy-face:before { content: "\ebc6"; } .bd2-doc-add:before { content: "\ebc7"; } .bd2-doc-detail:before { content: "\ebc8"; } .bd2-doc-fail:before { content: "\ebc9"; } .bd2-doc-search:before { content: "\ebca"; } .bd2-doc-search-two:before { content: "\ebcb"; } .bd2-doc-success:before { content: "\ebcc"; } .bd2-document-folder:before { content: "\ebcd"; } .bd2-dog:before { content: "\ebce"; } .bd2-dog-zodiac:before { content: "\ebcf"; } .bd2-dollar:before { content: "\ebd0"; } .bd2-dolphin:before { content: "\ebd1"; } .bd2-dome:before { content: "\ebd2"; } .bd2-dome-light:before { content: "\ebd3"; } .bd2-done-all:before { content: "\ebd4"; } .bd2-dongchedi:before { content: "\ebd5"; } .bd2-door-handle:before { content: "\ebd6"; } .bd2-dot:before { content: "\ebd7"; } .bd2-double-bed:before { content: "\ebd8"; } .bd2-double-down:before { content: "\ebd9"; } .bd2-double-left:before { content: "\ebda"; } .bd2-double-right:before { content: "\ebdb"; } .bd2-double-up:before { content: "\ebdc"; } .bd2-doughnut:before { content: "\ebdd"; } .bd2-down:before { content: "\ebde"; } .bd2-down-c:before { content: "\ebdf"; } .bd2-download:before { content: "\ebe0"; } .bd2-download-computer:before { content: "\ebe1"; } .bd2-download-four:before { content: "\ebe2"; } .bd2-download-laptop:before { content: "\ebe3"; } .bd2-download-one:before { content: "\ebe4"; } .bd2-download-three:before { content: "\ebe5"; } .bd2-download-two:before { content: "\ebe6"; } .bd2-download-web:before { content: "\ebe7"; } .bd2-down-one:before { content: "\ebe8"; } .bd2-down-picture:before { content: "\ebe9"; } .bd2-down-small:before { content: "\ebea"; } .bd2-down-square:before { content: "\ebeb"; } .bd2-down-two:before { content: "\ebec"; } .bd2-drag:before { content: "\ebed"; } .bd2-dragon-zodiac:before { content: "\ebee"; } .bd2-dribble:before { content: "\ebef"; } .bd2-drink:before { content: "\ebf0"; } .bd2-drone:before { content: "\ebf1"; } .bd2-drone-one:before { content: "\ebf2"; } .bd2-dropbox:before { content: "\ebf3"; } .bd2-drop-down-list:before { content: "\ebf4"; } .bd2-drop-shadow-down:before { content: "\ebf5"; } .bd2-drop-shadow-left:before { content: "\ebf6"; } .bd2-drop-shadow-right:before { content: "\ebf7"; } .bd2-drop-shadow-up:before { content: "\ebf8"; } .bd2-drumstick:before { content: "\ebf9"; } .bd2-dubai:before { content: "\ebfa"; } .bd2-duck:before { content: "\ebfb"; } .bd2-dumbbell:before { content: "\ebfc"; } .bd2-dumbbel-line:before { content: "\ebfd"; } .bd2-dvi:before { content: "\ebfe"; } .bd2-eagle:before { content: "\ebff"; } .bd2-earth:before { content: "\ec00"; } .bd2-easy:before { content: "\ec01"; } .bd2-ecg:before { content: "\ec02"; } .bd2-edit:before { content: "\ec03"; } .bd2-editing:before { content: "\ec04"; } .bd2-edit-movie:before { content: "\ec05"; } .bd2-edit-name:before { content: "\ec06"; } .bd2-edit-one:before { content: "\ec07"; } .bd2-editor:before { content: "\ec08"; } .bd2-edit-two:before { content: "\ec09"; } .bd2-eeg:before { content: "\ec0a"; } .bd2-effects:before { content: "\ec0b"; } .bd2-efferent-four:before { content: "\ec0c"; } .bd2-efferent-three:before { content: "\ec0d"; } .bd2-egg:before { content: "\ec0e"; } .bd2-egg-one:before { content: "\ec0f"; } .bd2-eggplant:before { content: "\ec10"; } .bd2-eiffel-tower:before { content: "\ec11"; } .bd2-eight-key:before { content: "\ec12"; } .bd2-electric-drill:before { content: "\ec13"; } .bd2-electric-iron:before { content: "\ec14"; } .bd2-electric-wave:before { content: "\ec15"; } .bd2-electrocardiogram:before { content: "\ec16"; } .bd2-electronic-door-lock:before { content: "\ec17"; } .bd2-electronic-locks-close:before { content: "\ec18"; } .bd2-electronic-locks-open:before { content: "\ec19"; } .bd2-electronic-pen:before { content: "\ec1a"; } .bd2-elephant:before { content: "\ec1b"; } .bd2-elevator:before { content: "\ec1c"; } .bd2-email-block:before { content: "\ec1d"; } .bd2-email-delect:before { content: "\ec1e"; } .bd2-email-down:before { content: "\ec1f"; } .bd2-email-fail:before { content: "\ec20"; } .bd2-email-lock:before { content: "\ec21"; } .bd2-email-push:before { content: "\ec22"; } .bd2-email-search:before { content: "\ec23"; } .bd2-email-security:before { content: "\ec24"; } .bd2-email-successfully:before { content: "\ec25"; } .bd2-emotion-happy:before { content: "\ec26"; } .bd2-emotion-unhappy:before { content: "\ec27"; } .bd2-empty:before { content: "\ec28"; } .bd2-endless:before { content: "\ec29"; } .bd2-endocrine:before { content: "\ec2a"; } .bd2-endpoint-displacement:before { content: "\ec2b"; } .bd2-endpoint-flat:before { content: "\ec2c"; } .bd2-endpoint-round:before { content: "\ec2d"; } .bd2-endpoint-square:before { content: "\ec2e"; } .bd2-end-time-sort:before { content: "\ec2f"; } .bd2-energy-socket:before { content: "\ec30"; } .bd2-engineering-brand:before { content: "\ec31"; } .bd2-engineering-vehicle:before { content: "\ec32"; } .bd2-english:before { content: "\ec33"; } .bd2-english-mustache:before { content: "\ec34"; } .bd2-enquire:before { content: "\ec35"; } .bd2-enter-key:before { content: "\ec36"; } .bd2-enter-key-one:before { content: "\ec37"; } .bd2-entertainment:before { content: "\ec38"; } .bd2-enter-the-keyboard:before { content: "\ec39"; } .bd2-envelope:before { content: "\ec3a"; } .bd2-envelope-one:before { content: "\ec3b"; } .bd2-equalizer:before { content: "\ec3c"; } .bd2-equal-ratio:before { content: "\ec3d"; } .bd2-erase:before { content: "\ec3e"; } .bd2-error:before { content: "\ec3f"; } .bd2-error-computer:before { content: "\ec40"; } .bd2-error-picture:before { content: "\ec41"; } .bd2-error-prompt:before { content: "\ec42"; } .bd2-escalators:before { content: "\ec43"; } .bd2-ethernet-off:before { content: "\ec44"; } .bd2-ethernet-on:before { content: "\ec45"; } .bd2-every-user:before { content: "\ec46"; } .bd2-excel:before { content: "\ec47"; } .bd2-excel-one:before { content: "\ec48"; } .bd2-exchange:before { content: "\ec49"; } .bd2-exchange-four:before { content: "\ec4a"; } .bd2-exchange-one:before { content: "\ec4b"; } .bd2-exchange-three:before { content: "\ec4c"; } .bd2-exchange-two:before { content: "\ec4d"; } .bd2-exclude-selection:before { content: "\ec4e"; } .bd2-exclusive-gateway:before { content: "\ec4f"; } .bd2-expand-down:before { content: "\ec50"; } .bd2-expand-down-one:before { content: "\ec51"; } .bd2-expand-left:before { content: "\ec52"; } .bd2-expand-left-and-right:before { content: "\ec53"; } .bd2-expand-right:before { content: "\ec54"; } .bd2-expand-text-input:before { content: "\ec55"; } .bd2-expand-up:before { content: "\ec56"; } .bd2-expenses:before { content: "\ec57"; } .bd2-expenses-one:before { content: "\ec58"; } .bd2-experiment:before { content: "\ec59"; } .bd2-experiment-one:before { content: "\ec5a"; } .bd2-export:before { content: "\ec5b"; } .bd2-express-delivery:before { content: "\ec5c"; } .bd2-expressionless-face:before { content: "\ec5d"; } .bd2-extend:before { content: "\ec5e"; } .bd2-external-transmission:before { content: "\ec5f"; } .bd2-eyebrow:before { content: "\ec60"; } .bd2-eyes:before { content: "\ec61"; } .bd2-facebook:before { content: "\ec62"; } .bd2-facebook-one:before { content: "\ec63"; } .bd2-face-powder:before { content: "\ec64"; } .bd2-face-recognition:before { content: "\ec65"; } .bd2-facetime:before { content: "\ec66"; } .bd2-faceu:before { content: "\ec67"; } .bd2-face-without-mouth:before { content: "\ec68"; } .bd2-face-with-smiling-open-eyes:before { content: "\ec69"; } .bd2-facial-cleanser:before { content: "\ec6a"; } .bd2-facial-mask:before { content: "\ec6b"; } .bd2-factory-building:before { content: "\ec6c"; } .bd2-fail-picture:before { content: "\ec6d"; } .bd2-family:before { content: "\ec6e"; } .bd2-fan:before { content: "\ec6f"; } .bd2-fanqiexiaoshuo:before { content: "\ec70"; } .bd2-feelgood:before { content: "\ec71"; } .bd2-feelgood-one:before { content: "\ec72"; } .bd2-f-eight-key:before { content: "\ec73"; } .bd2-feiyu:before { content: "\ec74"; } .bd2-female:before { content: "\ec75"; } .bd2-fence-one:before { content: "\ec76"; } .bd2-fence-two:before { content: "\ec77"; } .bd2-ferris-wheel:before { content: "\ec78"; } .bd2-f-five-key:before { content: "\ec79"; } .bd2-f-four-key:before { content: "\ec7a"; } .bd2-figma:before { content: "\ec7b"; } .bd2-figma-component:before { content: "\ec7c"; } .bd2-figma-flatten-selection:before { content: "\ec7d"; } .bd2-figma-mask:before { content: "\ec7e"; } .bd2-figma-reset-instance:before { content: "\ec7f"; } .bd2-file-addition:before { content: "\ec80"; } .bd2-file-addition-one:before { content: "\ec81"; } .bd2-file-cabinet:before { content: "\ec82"; } .bd2-file-code:before { content: "\ec83"; } .bd2-file-code-one:before { content: "\ec84"; } .bd2-file-collection:before { content: "\ec85"; } .bd2-file-collection-one:before { content: "\ec86"; } .bd2-file-conversion:before { content: "\ec87"; } .bd2-file-conversion-one:before { content: "\ec88"; } .bd2-file-date:before { content: "\ec89"; } .bd2-file-date-one:before { content: "\ec8a"; } .bd2-file-display:before { content: "\ec8b"; } .bd2-file-display-one:before { content: "\ec8c"; } .bd2-file-doc:before { content: "\ec8d"; } .bd2-file-editing:before { content: "\ec8e"; } .bd2-file-editing-one:before { content: "\ec8f"; } .bd2-file-excel:before { content: "\ec90"; } .bd2-file-failed:before { content: "\ec91"; } .bd2-file-failed-one:before { content: "\ec92"; } .bd2-file-focus:before { content: "\ec93"; } .bd2-file-focus-one:before { content: "\ec94"; } .bd2-file-gif:before { content: "\ec95"; } .bd2-file-hash:before { content: "\ec96"; } .bd2-file-hash-one:before { content: "\ec97"; } .bd2-file-hiding:before { content: "\ec98"; } .bd2-file-hiding-one:before { content: "\ec99"; } .bd2-file-jpg:before { content: "\ec9a"; } .bd2-file-lock:before { content: "\ec9b"; } .bd2-file-lock-one:before { content: "\ec9c"; } .bd2-file-music:before { content: "\ec9d"; } .bd2-file-music-one:before { content: "\ec9e"; } .bd2-file-pdf:before { content: "\ec9f"; } .bd2-file-pdf-one:before { content: "\eca0"; } .bd2-file-ppt:before { content: "\eca1"; } .bd2-file-protection:before { content: "\eca2"; } .bd2-file-protection-one:before { content: "\eca3"; } .bd2-file-quality:before { content: "\eca4"; } .bd2-file-quality-one:before { content: "\eca5"; } .bd2-file-question:before { content: "\eca6"; } .bd2-file-removal:before { content: "\eca7"; } .bd2-file-removal-one:before { content: "\eca8"; } .bd2-file-search:before { content: "\eca9"; } .bd2-file-search-one:before { content: "\ecaa"; } .bd2-file-search-two:before { content: "\ecab"; } .bd2-file-settings:before { content: "\ecac"; } .bd2-file-settings-one:before { content: "\ecad"; } .bd2-file-staff:before { content: "\ecae"; } .bd2-file-staff-one:before { content: "\ecaf"; } .bd2-file-success:before { content: "\ecb0"; } .bd2-file-success-one:before { content: "\ecb1"; } .bd2-file-text:before { content: "\ecb2"; } .bd2-file-text-one:before { content: "\ecb3"; } .bd2-file-tips:before { content: "\ecb4"; } .bd2-file-tips-one:before { content: "\ecb5"; } .bd2-file-txt:before { content: "\ecb6"; } .bd2-file-txt-one:before { content: "\ecb7"; } .bd2-file-withdrawal:before { content: "\ecb8"; } .bd2-file-withdrawal-one:before { content: "\ecb9"; } .bd2-file-word:before { content: "\ecba"; } .bd2-file-zip:before { content: "\ecbb"; } .bd2-fill:before { content: "\ecbc"; } .bd2-film:before { content: "\ecbd"; } .bd2-filter:before { content: "\ecbe"; } .bd2-filter-one:before { content: "\ecbf"; } .bd2-finance:before { content: "\ecc0"; } .bd2-financing:before { content: "\ecc1"; } .bd2-financing-one:before { content: "\ecc2"; } .bd2-financing-two:before { content: "\ecc3"; } .bd2-find:before { content: "\ecc4"; } .bd2-find-one:before { content: "\ecc5"; } .bd2-fingernail:before { content: "\ecc6"; } .bd2-fingerprint:before { content: "\ecc7"; } .bd2-fingerprint-three:before { content: "\ecc8"; } .bd2-fingerprint-two:before { content: "\ecc9"; } .bd2-fire:before { content: "\ecca"; } .bd2-fire-extinguisher:before { content: "\eccb"; } .bd2-fire-extinguisher-one:before { content: "\eccc"; } .bd2-fire-two:before { content: "\eccd"; } .bd2-fireworks:before { content: "\ecce"; } .bd2-first:before { content: "\eccf"; } .bd2-first-aid-kit:before { content: "\ecd0"; } .bd2-fish:before { content: "\ecd1"; } .bd2-fishing:before { content: "\ecd2"; } .bd2-fish-one:before { content: "\ecd3"; } .bd2-fist:before { content: "\ecd4"; } .bd2-fitness:before { content: "\ecd5"; } .bd2-five:before { content: "\ecd6"; } .bd2-five-ellipses:before { content: "\ecd7"; } .bd2-five-five:before { content: "\ecd8"; } .bd2-five-key:before { content: "\ecd9"; } .bd2-five-star-badge:before { content: "\ecda"; } .bd2-flag:before { content: "\ecdb"; } .bd2-flashlamp:before { content: "\ecdc"; } .bd2-flashlight:before { content: "\ecdd"; } .bd2-flash-payment:before { content: "\ecde"; } .bd2-flask:before { content: "\ecdf"; } .bd2-flight-airflow:before { content: "\ece0"; } .bd2-flight-safety:before { content: "\ece1"; } .bd2-flip-camera:before { content: "\ece2"; } .bd2-flip-horizontally:before { content: "\ece3"; } .bd2-flip-vertically:before { content: "\ece4"; } .bd2-flirt:before { content: "\ece5"; } .bd2-float:before { content: "\ece6"; } .bd2-floor-tile:before { content: "\ece7"; } .bd2-fm:before { content: "\ece8"; } .bd2-f-nine-key:before { content: "\ece9"; } .bd2-f-n-key:before { content: "\ecea"; } .bd2-focus:before { content: "\eceb"; } .bd2-focus-one:before { content: "\ecec"; } .bd2-fog:before { content: "\eced"; } .bd2-folder:before { content: "\ecee"; } .bd2-folder-block:before { content: "\ecef"; } .bd2-folder-block-one:before { content: "\ecf0"; } .bd2-folder-close:before { content: "\ecf1"; } .bd2-folder-code:before { content: "\ecf2"; } .bd2-folder-code-one:before { content: "\ecf3"; } .bd2-folder-conversion:before { content: "\ecf4"; } .bd2-folder-conversion-one:before { content: "\ecf5"; } .bd2-folder-download:before { content: "\ecf6"; } .bd2-folder-failed:before { content: "\ecf7"; } .bd2-folder-failed-one:before { content: "\ecf8"; } .bd2-folder-focus:before { content: "\ecf9"; } .bd2-folder-focus-one:before { content: "\ecfa"; } .bd2-folder-lock:before { content: "\ecfb"; } .bd2-folder-lock-one:before { content: "\ecfc"; } .bd2-folder-minus:before { content: "\ecfd"; } .bd2-folder-music:before { content: "\ecfe"; } .bd2-folder-music-one:before { content: "\ecff"; } .bd2-folder-one:before { content: "\ed00"; } .bd2-folder-open:before { content: "\ed01"; } .bd2-folder-plus:before { content: "\ed02"; } .bd2-folder-protection:before { content: "\ed03"; } .bd2-folder-protection-one:before { content: "\ed04"; } .bd2-folder-quality:before { content: "\ed05"; } .bd2-folder-quality-one:before { content: "\ed06"; } .bd2-folder-search:before { content: "\ed07"; } .bd2-folder-search-one:before { content: "\ed08"; } .bd2-folder-settings:before { content: "\ed09"; } .bd2-folder-settings-one:before { content: "\ed0a"; } .bd2-folder-success:before { content: "\ed0b"; } .bd2-folder-success-one:before { content: "\ed0c"; } .bd2-folder-upload:before { content: "\ed0d"; } .bd2-folder-withdrawal:before { content: "\ed0e"; } .bd2-folder-withdrawal-one:before { content: "\ed0f"; } .bd2-fold-up-one:before { content: "\ed10"; } .bd2-follow-up-date-sort:before { content: "\ed11"; } .bd2-f-one-key:before { content: "\ed12"; } .bd2-font-search:before { content: "\ed13"; } .bd2-font-size:before { content: "\ed14"; } .bd2-font-size-two:before { content: "\ed15"; } .bd2-foot:before { content: "\ed16"; } .bd2-football:before { content: "\ed17"; } .bd2-forbid:before { content: "\ed18"; } .bd2-fork:before { content: "\ed19"; } .bd2-fork-spoon:before { content: "\ed1a"; } .bd2-form:before { content: "\ed1b"; } .bd2-format:before { content: "\ed1c"; } .bd2-format-brush:before { content: "\ed1d"; } .bd2-form-one:before { content: "\ed1e"; } .bd2-formula:before { content: "\ed1f"; } .bd2-foundation-makeup:before { content: "\ed20"; } .bd2-four:before { content: "\ed21"; } .bd2-four-arrows:before { content: "\ed22"; } .bd2-four-four:before { content: "\ed23"; } .bd2-four-key:before { content: "\ed24"; } .bd2-four-leaves:before { content: "\ed25"; } .bd2-four-point-connection:before { content: "\ed26"; } .bd2-four-round-point-connection:before { content: "\ed27"; } .bd2-foursquare:before { content: "\ed28"; } .bd2-freeze-column:before { content: "\ed29"; } .bd2-freeze-line:before { content: "\ed2a"; } .bd2-freezing-line-column:before { content: "\ed2b"; } .bd2-french-fries:before { content: "\ed2c"; } .bd2-friends-circle:before { content: "\ed2d"; } .bd2-frigate:before { content: "\ed2e"; } .bd2-frog:before { content: "\ed2f"; } .bd2-frowning-face-whit-open-mouth:before { content: "\ed30"; } .bd2-fruiter:before { content: "\ed31"; } .bd2-f-seven-key:before { content: "\ed32"; } .bd2-f-six-key:before { content: "\ed33"; } .bd2-f-three-key:before { content: "\ed34"; } .bd2-f-two-key:before { content: "\ed35"; } .bd2-full-dress-longuette:before { content: "\ed36"; } .bd2-full-screen:before { content: "\ed37"; } .bd2-full-screen-one:before { content: "\ed38"; } .bd2-full-screen-play:before { content: "\ed39"; } .bd2-full-screen-two:before { content: "\ed3a"; } .bd2-full-selection:before { content: "\ed3b"; } .bd2-fullwidth:before { content: "\ed3c"; } .bd2-funds:before { content: "\ed3d"; } .bd2-future-build-one:before { content: "\ed3e"; } .bd2-future-build-three:before { content: "\ed3f"; } .bd2-future-build-two:before { content: "\ed40"; } .bd2-f-zero-key:before { content: "\ed41"; } .bd2-game:before { content: "\ed42"; } .bd2-game-console:before { content: "\ed43"; } .bd2-game-console-one:before { content: "\ed44"; } .bd2-game-emoji:before { content: "\ed45"; } .bd2-game-handle:before { content: "\ed46"; } .bd2-gamepad:before { content: "\ed47"; } .bd2-game-ps:before { content: "\ed48"; } .bd2-game-three:before { content: "\ed49"; } .bd2-game-two:before { content: "\ed4a"; } .bd2-garage:before { content: "\ed4b"; } .bd2-garlic:before { content: "\ed4c"; } .bd2-gas:before { content: "\ed4d"; } .bd2-gastrointestinal:before { content: "\ed4e"; } .bd2-gate:before { content: "\ed4f"; } .bd2-gate-machine:before { content: "\ed50"; } .bd2-gauze:before { content: "\ed51"; } .bd2-gavel:before { content: "\ed52"; } .bd2-gemini:before { content: "\ed53"; } .bd2-general-branch:before { content: "\ed54"; } .bd2-geometric-flowers:before { content: "\ed55"; } .bd2-germs:before { content: "\ed56"; } .bd2-ghost:before { content: "\ed57"; } .bd2-gift:before { content: "\ed58"; } .bd2-gift-bag:before { content: "\ed59"; } .bd2-gift-box:before { content: "\ed5a"; } .bd2-girl:before { content: "\ed5b"; } .bd2-girl-one:before { content: "\ed5c"; } .bd2-girl-two:before { content: "\ed5d"; } .bd2-github:before { content: "\ed5e"; } .bd2-github-one:before { content: "\ed5f"; } .bd2-gitlab:before { content: "\ed60"; } .bd2-glasses:before { content: "\ed61"; } .bd2-glasses-one:before { content: "\ed62"; } .bd2-glasses-three:before { content: "\ed63"; } .bd2-globe:before { content: "\ed64"; } .bd2-glove:before { content: "\ed65"; } .bd2-go-ahead:before { content: "\ed66"; } .bd2-goblet:before { content: "\ed67"; } .bd2-goblet-cracking:before { content: "\ed68"; } .bd2-goblet-full:before { content: "\ed69"; } .bd2-goblet-one:before { content: "\ed6a"; } .bd2-go-end:before { content: "\ed6b"; } .bd2-gold-medal:before { content: "\ed6c"; } .bd2-gold-medal-two:before { content: "\ed6d"; } .bd2-golf-course:before { content: "\ed6e"; } .bd2-gongfu:before { content: "\ed6f"; } .bd2-good:before { content: "\ed70"; } .bd2-good-one:before { content: "\ed71"; } .bd2-good-two:before { content: "\ed72"; } .bd2-google:before { content: "\ed73"; } .bd2-google-ads:before { content: "\ed74"; } .bd2-go-on:before { content: "\ed75"; } .bd2-gopro:before { content: "\ed76"; } .bd2-go-start:before { content: "\ed77"; } .bd2-gps:before { content: "\ed78"; } .bd2-graphic-design:before { content: "\ed79"; } .bd2-graphic-design-two:before { content: "\ed7a"; } .bd2-graphic-stitching:before { content: "\ed7b"; } .bd2-graphic-stitching-four:before { content: "\ed7c"; } .bd2-graphic-stitching-three:before { content: "\ed7d"; } .bd2-great-wall:before { content: "\ed7e"; } .bd2-green-house:before { content: "\ed7f"; } .bd2-green-new-energy:before { content: "\ed80"; } .bd2-grid-four:before { content: "\ed81"; } .bd2-grid-nine:before { content: "\ed82"; } .bd2-grid-sixteen:before { content: "\ed83"; } .bd2-grid-three:before { content: "\ed84"; } .bd2-grid-two:before { content: "\ed85"; } .bd2-grimacing-face:before { content: "\ed86"; } .bd2-grinning-face:before { content: "\ed87"; } .bd2-grinning-face-with-open-mouth:before { content: "\ed88"; } .bd2-grinning-face-with-squinting-eyes:before { content: "\ed89"; } .bd2-grinning-face-with-tightly-closed-eyes:before { content: "\ed8a"; } .bd2-grinning-face-with-tightly-closed-eyes-open-mouth:before { content: "\ed8b"; } .bd2-group:before { content: "\ed8c"; } .bd2-guide-board:before { content: "\ed8d"; } .bd2-gymnastics:before { content: "\ed8e"; } .bd2-gymnastics-one:before { content: "\ed8f"; } .bd2-h:before { content: "\ed90"; } .bd2-h1:before { content: "\ed91"; } .bd2-h2:before { content: "\ed92"; } .bd2-h3:before { content: "\ed93"; } .bd2-hair-brush:before { content: "\ed94"; } .bd2-hair-clip:before { content: "\ed95"; } .bd2-hair-dryer:before { content: "\ed96"; } .bd2-hair-dryer-one:before { content: "\ed97"; } .bd2-halo:before { content: "\ed98"; } .bd2-hamburger:before { content: "\ed99"; } .bd2-hamburger-button:before { content: "\ed9a"; } .bd2-hamburger-one:before { content: "\ed9b"; } .bd2-hammer-and-anvil:before { content: "\ed9c"; } .bd2-handbag:before { content: "\ed9d"; } .bd2-hand-cream:before { content: "\ed9e"; } .bd2-hand-down:before { content: "\ed9f"; } .bd2-hand-drag:before { content: "\eda0"; } .bd2-handheld:before { content: "\eda1"; } .bd2-handle-a:before { content: "\eda2"; } .bd2-handle-b:before { content: "\eda3"; } .bd2-handle-c:before { content: "\eda4"; } .bd2-handle-down:before { content: "\eda5"; } .bd2-hand-left:before { content: "\eda6"; } .bd2-handle-left:before { content: "\eda7"; } .bd2-handle-right:before { content: "\eda8"; } .bd2-handle-round:before { content: "\eda9"; } .bd2-handle-square:before { content: "\edaa"; } .bd2-handle-triangle:before { content: "\edab"; } .bd2-handle-up:before { content: "\edac"; } .bd2-handle-x:before { content: "\edad"; } .bd2-handle-y:before { content: "\edae"; } .bd2-handle-z:before { content: "\edaf"; } .bd2-hand-painted-plate:before { content: "\edb0"; } .bd2-hand-right:before { content: "\edb1"; } .bd2-hands:before { content: "\edb2"; } .bd2-hand-up:before { content: "\edb3"; } .bd2-handwashing:before { content: "\edb4"; } .bd2-handwashing-fluid:before { content: "\edb5"; } .bd2-hanfu-chinese-style:before { content: "\edb6"; } .bd2-hanger:before { content: "\edb7"; } .bd2-hanger-one:before { content: "\edb8"; } .bd2-hanger-two:before { content: "\edb9"; } .bd2-hard-disk:before { content: "\edba"; } .bd2-hard-disk-one:before { content: "\edbb"; } .bd2-harm:before { content: "\edbc"; } .bd2-hashtag-key:before { content: "\edbd"; } .bd2-hat:before { content: "\edbe"; } .bd2-hdd:before { content: "\edbf"; } .bd2-hdmi-cable:before { content: "\edc0"; } .bd2-hdmi-connector:before { content: "\edc1"; } .bd2-headphone-sound:before { content: "\edc2"; } .bd2-headset:before { content: "\edc3"; } .bd2-headset-one:before { content: "\edc4"; } .bd2-headset-two:before { content: "\edc5"; } .bd2-headwear:before { content: "\edc6"; } .bd2-health:before { content: "\edc7"; } .bd2-health-products:before { content: "\edc8"; } .bd2-healthy-recognition:before { content: "\edc9"; } .bd2-heart:before { content: "\edca"; } .bd2-heart-ballon:before { content: "\edcb"; } .bd2-heartbeat:before { content: "\edcc"; } .bd2-heart-rate:before { content: "\edcd"; } .bd2-heater-resistor:before { content: "\edce"; } .bd2-heavy-metal:before { content: "\edcf"; } .bd2-heavy-rain:before { content: "\edd0"; } .bd2-heavy-wind:before { content: "\edd1"; } .bd2-helmet:before { content: "\edd2"; } .bd2-helmet-one:before { content: "\edd3"; } .bd2-help:before { content: "\edd4"; } .bd2-helpcenter:before { content: "\edd5"; } .bd2-hexagonal:before { content: "\edd6"; } .bd2-hexagon-one:before { content: "\edd7"; } .bd2-hexagon-strip:before { content: "\edd8"; } .bd2-hi:before { content: "\edd9"; } .bd2-high-heeled-shoes:before { content: "\edda"; } .bd2-high-light:before { content: "\eddb"; } .bd2-high-speed-rail:before { content: "\eddc"; } .bd2-hippo:before { content: "\eddd"; } .bd2-histogram:before { content: "\edde"; } .bd2-history:before { content: "\eddf"; } .bd2-history-query:before { content: "\ede0"; } .bd2-hockey:before { content: "\ede1"; } .bd2-hold:before { content: "\ede2"; } .bd2-holding-hands:before { content: "\ede3"; } .bd2-hold-interface:before { content: "\ede4"; } .bd2-hold-seeds:before { content: "\ede5"; } .bd2-holy-sword:before { content: "\ede6"; } .bd2-home:before { content: "\ede7"; } .bd2-homestay:before { content: "\ede8"; } .bd2-home-two:before { content: "\ede9"; } .bd2-honey:before { content: "\edea"; } .bd2-honey-one:before { content: "\edeb"; } .bd2-horizontally-centered:before { content: "\edec"; } .bd2-horizontal-spacing-between-items:before { content: "\eded"; } .bd2-horizontal-tidy-up:before { content: "\edee"; } .bd2-horse-zodiac:before { content: "\edef"; } .bd2-hospital:before { content: "\edf0"; } .bd2-hospital-bed:before { content: "\edf1"; } .bd2-hospital-four:before { content: "\edf2"; } .bd2-hospital-three:before { content: "\edf3"; } .bd2-hospital-two:before { content: "\edf4"; } .bd2-hot-air-balloon:before { content: "\edf5"; } .bd2-hotel:before { content: "\edf6"; } .bd2-hotel-do-not-clean:before { content: "\edf7"; } .bd2-hotel-please-clean:before { content: "\edf8"; } .bd2-hot-pot:before { content: "\edf9"; } .bd2-hot-pot-one:before { content: "\edfa"; } .bd2-hourglass:before { content: "\edfb"; } .bd2-hourglass-full:before { content: "\edfc"; } .bd2-hourglass-null:before { content: "\edfd"; } .bd2-html-five:before { content: "\edfe"; } .bd2-hunting-gear:before { content: "\edff"; } .bd2-huoshanzhibo:before { content: "\ee00"; } .bd2-icecream:before { content: "\ee01"; } .bd2-icecream-five:before { content: "\ee02"; } .bd2-icecream-four:before { content: "\ee03"; } .bd2-icecream-one:before { content: "\ee04"; } .bd2-icecream-three:before { content: "\ee05"; } .bd2-icecream-two:before { content: "\ee06"; } .bd2-id-card:before { content: "\ee07"; } .bd2-id-card-h:before { content: "\ee08"; } .bd2-id-card-v:before { content: "\ee09"; } .bd2-i-mac:before { content: "\ee0a"; } .bd2-image-files:before { content: "\ee0b"; } .bd2-imbalance:before { content: "\ee0c"; } .bd2-import-and-export:before { content: "\ee0d"; } .bd2-inbox:before { content: "\ee0e"; } .bd2-inbox-download-r:before { content: "\ee0f"; } .bd2-inbox-in:before { content: "\ee10"; } .bd2-inbox-out:before { content: "\ee11"; } .bd2-inbox-r:before { content: "\ee12"; } .bd2-inbox-success:before { content: "\ee13"; } .bd2-inbox-success-r:before { content: "\ee14"; } .bd2-inbox-upload-r:before { content: "\ee15"; } .bd2-inclusive-gateway:before { content: "\ee16"; } .bd2-income:before { content: "\ee17"; } .bd2-income-one:before { content: "\ee18"; } .bd2-incoming:before { content: "\ee19"; } .bd2-increase:before { content: "\ee1a"; } .bd2-increase-the-scale:before { content: "\ee1b"; } .bd2-indent-left:before { content: "\ee1c"; } .bd2-indent-right:before { content: "\ee1d"; } .bd2-index-finger:before { content: "\ee1e"; } .bd2-induction-lock:before { content: "\ee1f"; } .bd2-industrial-scales:before { content: "\ee20"; } .bd2-in-flight:before { content: "\ee21"; } .bd2-info:before { content: "\ee22"; } .bd2-infusion:before { content: "\ee23"; } .bd2-injection:before { content: "\ee24"; } .bd2-inline:before { content: "\ee25"; } .bd2-inner-shadow-bottom-left:before { content: "\ee26"; } .bd2-inner-shadow-bottom-right:before { content: "\ee27"; } .bd2-inner-shadow-down:before { content: "\ee28"; } .bd2-inner-shadow-left:before { content: "\ee29"; } .bd2-inner-shadow-right:before { content: "\ee2a"; } .bd2-inner-shadow-top-left:before { content: "\ee2b"; } .bd2-inner-shadow-top-right:before { content: "\ee2c"; } .bd2-inner-shadow-up:before { content: "\ee2d"; } .bd2-insert-card:before { content: "\ee2e"; } .bd2-insert-table:before { content: "\ee2f"; } .bd2-inspection:before { content: "\ee30"; } .bd2-instagram:before { content: "\ee31"; } .bd2-instagram-one:before { content: "\ee32"; } .bd2-install:before { content: "\ee33"; } .bd2-instruction:before { content: "\ee34"; } .bd2-intercom:before { content: "\ee35"; } .bd2-intermediate-mode:before { content: "\ee36"; } .bd2-internal-data:before { content: "\ee37"; } .bd2-internal-expansion:before { content: "\ee38"; } .bd2-internal-reduction:before { content: "\ee39"; } .bd2-internal-transmission:before { content: "\ee3a"; } .bd2-international:before { content: "\ee3b"; } .bd2-intersection:before { content: "\ee3c"; } .bd2-intersect-selection:before { content: "\ee3d"; } .bd2-invalid-files:before { content: "\ee3e"; } .bd2-invert-camera:before { content: "\ee3f"; } .bd2-invert-left:before { content: "\ee40"; } .bd2-invert-right:before { content: "\ee41"; } .bd2-ios-face-recognition:before { content: "\ee42"; } .bd2-ipad:before { content: "\ee43"; } .bd2-ipad-one:before { content: "\ee44"; } .bd2-iphone:before { content: "\ee45"; } .bd2-ipo:before { content: "\ee46"; } .bd2-iron:before { content: "\ee47"; } .bd2-iron-disable:before { content: "\ee48"; } .bd2-iron-three:before { content: "\ee49"; } .bd2-iron-two:before { content: "\ee4a"; } .bd2-iwatch:before { content: "\ee4b"; } .bd2-iwatch-one:before { content: "\ee4c"; } .bd2-iwatch-two:before { content: "\ee4d"; } .bd2-jewelry:before { content: "\ee4e"; } .bd2-jinritoutiao:before { content: "\ee4f"; } .bd2-journey:before { content: "\ee50"; } .bd2-joystick:before { content: "\ee51"; } .bd2-juice:before { content: "\ee52"; } .bd2-jump:before { content: "\ee53"; } .bd2-kagi-map:before { content: "\ee54"; } .bd2-kettle:before { content: "\ee55"; } .bd2-kettle-one:before { content: "\ee56"; } .bd2-key:before { content: "\ee57"; } .bd2-keyboard:before { content: "\ee58"; } .bd2-keyboard-one:before { content: "\ee59"; } .bd2-keyhole:before { content: "\ee5a"; } .bd2-keyline:before { content: "\ee5b"; } .bd2-key-one:before { content: "\ee5c"; } .bd2-key-two:before { content: "\ee5d"; } .bd2-kitchen-knife:before { content: "\ee5e"; } .bd2-knife-fork:before { content: "\ee5f"; } .bd2-koala-bear:before { content: "\ee60"; } .bd2-kungfu:before { content: "\ee61"; } .bd2-label:before { content: "\ee62"; } .bd2-ladder:before { content: "\ee63"; } .bd2-ladder-one:before { content: "\ee64"; } .bd2-lamp:before { content: "\ee65"; } .bd2-landing:before { content: "\ee66"; } .bd2-landscape:before { content: "\ee67"; } .bd2-land-surveying:before { content: "\ee68"; } .bd2-laptop:before { content: "\ee69"; } .bd2-laptop-computer:before { content: "\ee6a"; } .bd2-laptop-one:before { content: "\ee6b"; } .bd2-lark:before { content: "\ee6c"; } .bd2-lark-one:before { content: "\ee6d"; } .bd2-lattice-pattern:before { content: "\ee6e"; } .bd2-layers:before { content: "\ee6f"; } .bd2-layout-five:before { content: "\ee70"; } .bd2-layout-four:before { content: "\ee71"; } .bd2-layout-one:before { content: "\ee72"; } .bd2-layout-three:before { content: "\ee73"; } .bd2-layout-two:before { content: "\ee74"; } .bd2-leaf:before { content: "\ee75"; } .bd2-leaves:before { content: "\ee76"; } .bd2-leaves-one:before { content: "\ee77"; } .bd2-leaves-two:before { content: "\ee78"; } .bd2-led-diode:before { content: "\ee79"; } .bd2-left:before { content: "\ee7a"; } .bd2-left-alignment:before { content: "\ee7b"; } .bd2-left-and-right-branch:before { content: "\ee7c"; } .bd2-left-bar:before { content: "\ee7d"; } .bd2-left-branch:before { content: "\ee7e"; } .bd2-left-c:before { content: "\ee7f"; } .bd2-left-expand:before { content: "\ee80"; } .bd2-left-one:before { content: "\ee81"; } .bd2-left-small:before { content: "\ee82"; } .bd2-left-small-down:before { content: "\ee83"; } .bd2-left-small-up:before { content: "\ee84"; } .bd2-left-square:before { content: "\ee85"; } .bd2-left-two:before { content: "\ee86"; } .bd2-lemon:before { content: "\ee87"; } .bd2-lens-alignment:before { content: "\ee88"; } .bd2-leo:before { content: "\ee89"; } .bd2-level:before { content: "\ee8a"; } .bd2-level-adjustment:before { content: "\ee8b"; } .bd2-level-eight-title:before { content: "\ee8c"; } .bd2-level-five-title:before { content: "\ee8d"; } .bd2-level-four-title:before { content: "\ee8e"; } .bd2-level-nine-title:before { content: "\ee8f"; } .bd2-level-seven-title:before { content: "\ee90"; } .bd2-level-six-title:before { content: "\ee91"; } .bd2-libra:before { content: "\ee92"; } .bd2-lifebuoy:before { content: "\ee93"; } .bd2-light:before { content: "\ee94"; } .bd2-light-house:before { content: "\ee95"; } .bd2-light-member:before { content: "\ee96"; } .bd2-lightning:before { content: "\ee97"; } .bd2-light-rain:before { content: "\ee98"; } .bd2-like:before { content: "\ee99"; } .bd2-lincoln:before { content: "\ee9a"; } .bd2-link:before { content: "\ee9b"; } .bd2-link-break:before { content: "\ee9c"; } .bd2-link-cloud:before { content: "\ee9d"; } .bd2-link-cloud-faild:before { content: "\ee9e"; } .bd2-link-cloud-sucess:before { content: "\ee9f"; } .bd2-link-four:before { content: "\eea0"; } .bd2-link-in:before { content: "\eea1"; } .bd2-link-interrupt:before { content: "\eea2"; } .bd2-link-left:before { content: "\eea3"; } .bd2-link-one:before { content: "\eea4"; } .bd2-link-out:before { content: "\eea5"; } .bd2-link-right:before { content: "\eea6"; } .bd2-link-three:before { content: "\eea7"; } .bd2-link-two:before { content: "\eea8"; } .bd2-lip-gloss:before { content: "\eea9"; } .bd2-lipstick:before { content: "\eeaa"; } .bd2-lipstick-one:before { content: "\eeab"; } .bd2-lip-tattoo:before { content: "\eeac"; } .bd2-liqueur:before { content: "\eead"; } .bd2-list:before { content: "\eeae"; } .bd2-list-add:before { content: "\eeaf"; } .bd2-list-alphabet:before { content: "\eeb0"; } .bd2-list-bottom:before { content: "\eeb1"; } .bd2-list-checkbox:before { content: "\eeb2"; } .bd2-list-fail:before { content: "\eeb3"; } .bd2-list-middle:before { content: "\eeb4"; } .bd2-list-numbers:before { content: "\eeb5"; } .bd2-list-one:before { content: "\eeb6"; } .bd2-list-success:before { content: "\eeb7"; } .bd2-list-top:before { content: "\eeb8"; } .bd2-list-two:before { content: "\eeb9"; } .bd2-list-view:before { content: "\eeba"; } .bd2-loading:before { content: "\eebb"; } .bd2-loading-four:before { content: "\eebc"; } .bd2-loading-one:before { content: "\eebd"; } .bd2-loading-three:before { content: "\eebe"; } .bd2-loading-two:before { content: "\eebf"; } .bd2-local:before { content: "\eec0"; } .bd2-local-pin:before { content: "\eec1"; } .bd2-local-two:before { content: "\eec2"; } .bd2-lock:before { content: "\eec3"; } .bd2-locking-computer:before { content: "\eec4"; } .bd2-locking-laptop:before { content: "\eec5"; } .bd2-locking-picture:before { content: "\eec6"; } .bd2-locking-web:before { content: "\eec7"; } .bd2-lock-one:before { content: "\eec8"; } .bd2-log:before { content: "\eec9"; } .bd2-login:before { content: "\eeca"; } .bd2-logout:before { content: "\eecb"; } .bd2-lollipop:before { content: "\eecc"; } .bd2-loop-once:before { content: "\eecd"; } .bd2-lotion:before { content: "\eece"; } .bd2-lotus:before { content: "\eecf"; } .bd2-loudly-crying-face:before { content: "\eed0"; } .bd2-loudly-crying-face-whit-open-mouth:before { content: "\eed1"; } .bd2-love-and-help:before { content: "\eed2"; } .bd2-lower-branch:before { content: "\eed3"; } .bd2-luggage:before { content: "\eed4"; } .bd2-luminous:before { content: "\eed5"; } .bd2-lung:before { content: "\eed6"; } .bd2-macadamia-nut:before { content: "\eed7"; } .bd2-mac-finder:before { content: "\eed8"; } .bd2-magic:before { content: "\eed9"; } .bd2-magic-hat:before { content: "\eeda"; } .bd2-magic-wand:before { content: "\eedb"; } .bd2-magnet:before { content: "\eedc"; } .bd2-mail:before { content: "\eedd"; } .bd2-mail-download:before { content: "\eede"; } .bd2-mail-edit:before { content: "\eedf"; } .bd2-maill-one:before { content: "\eee0"; } .bd2-mail-open:before { content: "\eee1"; } .bd2-mail-package:before { content: "\eee2"; } .bd2-mail-review:before { content: "\eee3"; } .bd2-mail-unpacking:before { content: "\eee4"; } .bd2-makeups:before { content: "\eee5"; } .bd2-male:before { content: "\eee6"; } .bd2-mall-bag:before { content: "\eee7"; } .bd2-manual-gear:before { content: "\eee8"; } .bd2-many-to-many:before { content: "\eee9"; } .bd2-map-distance:before { content: "\eeea"; } .bd2-map-draw:before { content: "\eeeb"; } .bd2-map-road:before { content: "\eeec"; } .bd2-map-road-two:before { content: "\eeed"; } .bd2-map-two:before { content: "\eeee"; } .bd2-margin:before { content: "\eeef"; } .bd2-margin-one:before { content: "\eef0"; } .bd2-mark:before { content: "\eef1"; } .bd2-market:before { content: "\eef2"; } .bd2-market-analysis:before { content: "\eef3"; } .bd2-mascara:before { content: "\eef4"; } .bd2-mask:before { content: "\eef5"; } .bd2-mask-one:before { content: "\eef6"; } .bd2-mask-two:before { content: "\eef7"; } .bd2-maslow-pyramids:before { content: "\eef8"; } .bd2-massage-chair:before { content: "\eef9"; } .bd2-massage-chair-one:before { content: "\eefa"; } .bd2-massage-table:before { content: "\eefb"; } .bd2-master:before { content: "\eefc"; } .bd2-material:before { content: "\eefd"; } .bd2-material-three:before { content: "\eefe"; } .bd2-material-two:before { content: "\eeff"; } .bd2-maximum:before { content: "\ef00"; } .bd2-maya:before { content: "\ef01"; } .bd2-mayura-gesture:before { content: "\ef02"; } .bd2-me:before { content: "\ef03"; } .bd2-measuring-cup:before { content: "\ef04"; } .bd2-medal-one:before { content: "\ef05"; } .bd2-mediaeditor:before { content: "\ef06"; } .bd2-medical-box:before { content: "\ef07"; } .bd2-medical-files:before { content: "\ef08"; } .bd2-medical-mark:before { content: "\ef09"; } .bd2-medication-time:before { content: "\ef0a"; } .bd2-medicine-bottle:before { content: "\ef0b"; } .bd2-medicine-bottle-one:before { content: "\ef0c"; } .bd2-medicine-chest:before { content: "\ef0d"; } .bd2-memory:before { content: "\ef0e"; } .bd2-memory-card:before { content: "\ef0f"; } .bd2-memory-card-one:before { content: "\ef10"; } .bd2-memory-one:before { content: "\ef11"; } .bd2-men-jacket:before { content: "\ef12"; } .bd2-menu-fold:before { content: "\ef13"; } .bd2-menu-fold-one:before { content: "\ef14"; } .bd2-menu-unfold:before { content: "\ef15"; } .bd2-menu-unfold-one:before { content: "\ef16"; } .bd2-merge:before { content: "\ef17"; } .bd2-merge-cells:before { content: "\ef18"; } .bd2-message:before { content: "\ef19"; } .bd2-message-emoji:before { content: "\ef1a"; } .bd2-message-failed:before { content: "\ef1b"; } .bd2-message-one:before { content: "\ef1c"; } .bd2-message-privacy:before { content: "\ef1d"; } .bd2-messages:before { content: "\ef1e"; } .bd2-message-search:before { content: "\ef1f"; } .bd2-message-security:before { content: "\ef20"; } .bd2-message-sent:before { content: "\ef21"; } .bd2-messages-one:before { content: "\ef22"; } .bd2-message-success:before { content: "\ef23"; } .bd2-message-unread:before { content: "\ef24"; } .bd2-microphone:before { content: "\ef25"; } .bd2-microphone-one:before { content: "\ef26"; } .bd2-microscope:before { content: "\ef27"; } .bd2-microscope-one:before { content: "\ef28"; } .bd2-micro-sd:before { content: "\ef29"; } .bd2-micro-slr-camera:before { content: "\ef2a"; } .bd2-microwave-oven:before { content: "\ef2b"; } .bd2-microwaves:before { content: "\ef2c"; } .bd2-middle-finger:before { content: "\ef2d"; } .bd2-milk:before { content: "\ef2e"; } .bd2-milk-one:before { content: "\ef2f"; } .bd2-min:before { content: "\ef30"; } .bd2-mindmap-list:before { content: "\ef31"; } .bd2-mindmap-map:before { content: "\ef32"; } .bd2-mind-mapping:before { content: "\ef33"; } .bd2-mini-sd-card:before { content: "\ef34"; } .bd2-minus:before { content: "\ef35"; } .bd2-minus-the-bottom:before { content: "\ef36"; } .bd2-minus-the-top:before { content: "\ef37"; } .bd2-mirror:before { content: "\ef38"; } .bd2-mirror-one:before { content: "\ef39"; } .bd2-mirror-two:before { content: "\ef3a"; } .bd2-misaligned-semicircle:before { content: "\ef3b"; } .bd2-mitsubishi:before { content: "\ef3c"; } .bd2-modify:before { content: "\ef3d"; } .bd2-modify-two:before { content: "\ef3e"; } .bd2-monitor:before { content: "\ef3f"; } .bd2-monitor-camera:before { content: "\ef40"; } .bd2-monitor-off:before { content: "\ef41"; } .bd2-monitor-one:before { content: "\ef42"; } .bd2-monitor-two:before { content: "\ef43"; } .bd2-monkey:before { content: "\ef44"; } .bd2-monkey-zodiac:before { content: "\ef45"; } .bd2-monument-one:before { content: "\ef46"; } .bd2-monument-two:before { content: "\ef47"; } .bd2-moon:before { content: "\ef48"; } .bd2-more:before { content: "\ef49"; } .bd2-more-app:before { content: "\ef4a"; } .bd2-more-four:before { content: "\ef4b"; } .bd2-more-one:before { content: "\ef4c"; } .bd2-more-three:before { content: "\ef4d"; } .bd2-more-two:before { content: "\ef4e"; } .bd2-mosaic:before { content: "\ef4f"; } .bd2-mountain:before { content: "\ef50"; } .bd2-mounted:before { content: "\ef51"; } .bd2-mouse:before { content: "\ef52"; } .bd2-mouse-one:before { content: "\ef53"; } .bd2-mouse-zodiac:before { content: "\ef54"; } .bd2-mouth:before { content: "\ef55"; } .bd2-move:before { content: "\ef56"; } .bd2-move-in:before { content: "\ef57"; } .bd2-move-in-one:before { content: "\ef58"; } .bd2-move-one:before { content: "\ef59"; } .bd2-movie:before { content: "\ef5a"; } .bd2-movie-board:before { content: "\ef5b"; } .bd2-moving-picture:before { content: "\ef5c"; } .bd2-multicast:before { content: "\ef5d"; } .bd2-multi-circular:before { content: "\ef5e"; } .bd2-multi-function-knife:before { content: "\ef5f"; } .bd2-multilayer-sphere:before { content: "\ef60"; } .bd2-multi-picture-carousel:before { content: "\ef61"; } .bd2-multi-rectangle:before { content: "\ef62"; } .bd2-multi-ring:before { content: "\ef63"; } .bd2-multi-triangular:before { content: "\ef64"; } .bd2-multi-triangular-four:before { content: "\ef65"; } .bd2-multi-triangular-three:before { content: "\ef66"; } .bd2-multi-triangular-two:before { content: "\ef67"; } .bd2-muscle:before { content: "\ef68"; } .bd2-museum-one:before { content: "\ef69"; } .bd2-museum-two:before { content: "\ef6a"; } .bd2-music:before { content: "\ef6b"; } .bd2-music-cd:before { content: "\ef6c"; } .bd2-music-list:before { content: "\ef6d"; } .bd2-music-menu:before { content: "\ef6e"; } .bd2-music-one:before { content: "\ef6f"; } .bd2-music-rhythm:before { content: "\ef70"; } .bd2-mute:before { content: "\ef71"; } .bd2-nail-polish:before { content: "\ef72"; } .bd2-nail-polish-one:before { content: "\ef73"; } .bd2-nasal:before { content: "\ef74"; } .bd2-natural-mode:before { content: "\ef75"; } .bd2-navigation:before { content: "\ef76"; } .bd2-necktie:before { content: "\ef77"; } .bd2-needle:before { content: "\ef78"; } .bd2-negative-dynamics:before { content: "\ef79"; } .bd2-nested-arrows:before { content: "\ef7a"; } .bd2-nests:before { content: "\ef7b"; } .bd2-network-drive:before { content: "\ef7c"; } .bd2-network-tree:before { content: "\ef7d"; } .bd2-neural:before { content: "\ef7e"; } .bd2-neutral-face:before { content: "\ef7f"; } .bd2-new-afferent:before { content: "\ef80"; } .bd2-new-computer:before { content: "\ef81"; } .bd2-new-dianziqian:before { content: "\ef82"; } .bd2-new-efferent:before { content: "\ef83"; } .bd2-new-lark:before { content: "\ef84"; } .bd2-newlybuild:before { content: "\ef85"; } .bd2-new-picture:before { content: "\ef86"; } .bd2-newspaper-folding:before { content: "\ef87"; } .bd2-next:before { content: "\ef88"; } .bd2-nine-key:before { content: "\ef89"; } .bd2-nine-points-connected:before { content: "\ef8a"; } .bd2-nintendo-switch:before { content: "\ef8b"; } .bd2-nmr:before { content: "\ef8c"; } .bd2-node-flat:before { content: "\ef8d"; } .bd2-node-round:before { content: "\ef8e"; } .bd2-node-square:before { content: "\ef8f"; } .bd2-noodles:before { content: "\ef90"; } .bd2-no-shooting:before { content: "\ef91"; } .bd2-notebook:before { content: "\ef92"; } .bd2-notebook-and-pen:before { content: "\ef93"; } .bd2-notebook-one:before { content: "\ef94"; } .bd2-notepad:before { content: "\ef95"; } .bd2-notes:before { content: "\ef96"; } .bd2-nuclear-plant:before { content: "\ef97"; } .bd2-nurse-cap:before { content: "\ef98"; } .bd2-nut:before { content: "\ef99"; } .bd2-nutrition:before { content: "\ef9a"; } .bd2-oceanengine:before { content: "\ef9b"; } .bd2-octagon:before { content: "\ef9c"; } .bd2-off-screen:before { content: "\ef9d"; } .bd2-off-screen-one:before { content: "\ef9e"; } .bd2-off-screen-two:before { content: "\ef9f"; } .bd2-oil-industry:before { content: "\efa0"; } .bd2-okay:before { content: "\efa1"; } .bd2-one:before { content: "\efa2"; } .bd2-one-key:before { content: "\efa3"; } .bd2-one-one:before { content: "\efa4"; } .bd2-onesies:before { content: "\efa5"; } .bd2-one-third-rotation:before { content: "\efa6"; } .bd2-one-to-many:before { content: "\efa7"; } .bd2-one-to-one:before { content: "\efa8"; } .bd2-online-meeting:before { content: "\efa9"; } .bd2-open:before { content: "\efaa"; } .bd2-open-an-account:before { content: "\efab"; } .bd2-open-door:before { content: "\efac"; } .bd2-open-one:before { content: "\efad"; } .bd2-optimize:before { content: "\efae"; } .bd2-optional:before { content: "\efaf"; } .bd2-orange:before { content: "\efb0"; } .bd2-orange-one:before { content: "\efb1"; } .bd2-orange-station:before { content: "\efb2"; } .bd2-order:before { content: "\efb3"; } .bd2-ordered-list:before { content: "\efb4"; } .bd2-orthopedic:before { content: "\efb5"; } .bd2-oscillator:before { content: "\efb6"; } .bd2-other:before { content: "\efb7"; } .bd2-outbound:before { content: "\efb8"; } .bd2-outdoor:before { content: "\efb9"; } .bd2-outgoing:before { content: "\efba"; } .bd2-oval-love:before { content: "\efbb"; } .bd2-oval-love-two:before { content: "\efbc"; } .bd2-oval-one:before { content: "\efbd"; } .bd2-oven:before { content: "\efbe"; } .bd2-oven-tray:before { content: "\efbf"; } .bd2-overall-reduction:before { content: "\efc0"; } .bd2-owl:before { content: "\efc1"; } .bd2-pacifier:before { content: "\efc2"; } .bd2-pad:before { content: "\efc3"; } .bd2-page:before { content: "\efc4"; } .bd2-page-template:before { content: "\efc5"; } .bd2-pagoda:before { content: "\efc6"; } .bd2-paint:before { content: "\efc7"; } .bd2-painted-eggshell:before { content: "\efc8"; } .bd2-painted-screen:before { content: "\efc9"; } .bd2-palace:before { content: "\efca"; } .bd2-palm:before { content: "\efcb"; } .bd2-panda:before { content: "\efcc"; } .bd2-pangle:before { content: "\efcd"; } .bd2-panorama-horizontal:before { content: "\efce"; } .bd2-panties:before { content: "\efcf"; } .bd2-paperclip:before { content: "\efd0"; } .bd2-paper-money:before { content: "\efd1"; } .bd2-paper-money-two:before { content: "\efd2"; } .bd2-paper-ship:before { content: "\efd3"; } .bd2-parabola:before { content: "\efd4"; } .bd2-parachute:before { content: "\efd5"; } .bd2-paragraph-alphabet:before { content: "\efd6"; } .bd2-paragraph-break:before { content: "\efd7"; } .bd2-paragraph-break-two:before { content: "\efd8"; } .bd2-paragraph-cut:before { content: "\efd9"; } .bd2-paragraph-rectangle:before { content: "\efda"; } .bd2-paragraph-round:before { content: "\efdb"; } .bd2-paragraph-triangle:before { content: "\efdc"; } .bd2-paragraph-unfold:before { content: "\efdd"; } .bd2-parallel-gateway:before { content: "\efde"; } .bd2-parallelogram:before { content: "\efdf"; } .bd2-parenting-book:before { content: "\efe0"; } .bd2-parking:before { content: "\efe1"; } .bd2-party-balloon:before { content: "\efe2"; } .bd2-passport:before { content: "\efe3"; } .bd2-passport-one:before { content: "\efe4"; } .bd2-pause:before { content: "\efe5"; } .bd2-pause-one:before { content: "\efe6"; } .bd2-pay-code:before { content: "\efe7"; } .bd2-pay-code-one:before { content: "\efe8"; } .bd2-pay-code-two:before { content: "\efe9"; } .bd2-payment-method:before { content: "\efea"; } .bd2-paypal:before { content: "\efeb"; } .bd2-peach:before { content: "\efec"; } .bd2-pear:before { content: "\efed"; } .bd2-pearl-of-the-orient:before { content: "\efee"; } .bd2-peas:before { content: "\efef"; } .bd2-pencil:before { content: "\eff0"; } .bd2-pennant:before { content: "\eff1"; } .bd2-pentagon-one:before { content: "\eff2"; } .bd2-people:before { content: "\eff3"; } .bd2-people-bottom:before { content: "\eff4"; } .bd2-people-bottom-card:before { content: "\eff5"; } .bd2-people-delete:before { content: "\eff6"; } .bd2-people-delete-one:before { content: "\eff7"; } .bd2-people-download:before { content: "\eff8"; } .bd2-people-left:before { content: "\eff9"; } .bd2-people-minus:before { content: "\effa"; } .bd2-people-minus-one:before { content: "\effb"; } .bd2-people-plus:before { content: "\effc"; } .bd2-people-plus-one:before { content: "\effd"; } .bd2-people-right:before { content: "\effe"; } .bd2-peoples:before { content: "\efff"; } .bd2-people-safe:before { content: "\f000"; } .bd2-people-safe-one:before { content: "\f001"; } .bd2-people-search:before { content: "\f002"; } .bd2-people-search-one:before { content: "\f003"; } .bd2-people-speak:before { content: "\f004"; } .bd2-peoples-two:before { content: "\f005"; } .bd2-people-top:before { content: "\f006"; } .bd2-people-top-card:before { content: "\f007"; } .bd2-people-unknown:before { content: "\f008"; } .bd2-people-upload:before { content: "\f009"; } .bd2-percentage:before { content: "\f00a"; } .bd2-performance:before { content: "\f00b"; } .bd2-perfume:before { content: "\f00c"; } .bd2-perfumer-bottle:before { content: "\f00d"; } .bd2-period:before { content: "\f00e"; } .bd2-permissions:before { content: "\f00f"; } .bd2-personal-collection:before { content: "\f010"; } .bd2-personal-privacy:before { content: "\f011"; } .bd2-perspective:before { content: "\f012"; } .bd2-pesticide:before { content: "\f013"; } .bd2-petrol:before { content: "\f014"; } .bd2-phone:before { content: "\f015"; } .bd2-phone-booth:before { content: "\f016"; } .bd2-phone-call:before { content: "\f017"; } .bd2-phone-incoming:before { content: "\f018"; } .bd2-phone-incoming-one:before { content: "\f019"; } .bd2-phone-missed:before { content: "\f01a"; } .bd2-phone-off:before { content: "\f01b"; } .bd2-phone-one:before { content: "\f01c"; } .bd2-phone-outgoing:before { content: "\f01d"; } .bd2-phone-outgoing-one:before { content: "\f01e"; } .bd2-phone-telephone:before { content: "\f01f"; } .bd2-phone-two:before { content: "\f020"; } .bd2-phone-video-call:before { content: "\f021"; } .bd2-phonograph:before { content: "\f022"; } .bd2-photograph:before { content: "\f023"; } .bd2-piano:before { content: "\f024"; } .bd2-pic:before { content: "\f025"; } .bd2-pic-one:before { content: "\f026"; } .bd2-picture:before { content: "\f027"; } .bd2-picture-album:before { content: "\f028"; } .bd2-picture-one:before { content: "\f029"; } .bd2-pie:before { content: "\f02a"; } .bd2-pie-five:before { content: "\f02b"; } .bd2-pie-four:before { content: "\f02c"; } .bd2-pie-one:before { content: "\f02d"; } .bd2-pie-seven:before { content: "\f02e"; } .bd2-pie-six:before { content: "\f02f"; } .bd2-pie-three:before { content: "\f030"; } .bd2-pie-two:before { content: "\f031"; } .bd2-pig:before { content: "\f032"; } .bd2-pigeon:before { content: "\f033"; } .bd2-pig-zodiac:before { content: "\f034"; } .bd2-pill:before { content: "\f035"; } .bd2-pills:before { content: "\f036"; } .bd2-pin:before { content: "\f037"; } .bd2-pineapple:before { content: "\f038"; } .bd2-pinwheel:before { content: "\f039"; } .bd2-pisces:before { content: "\f03a"; } .bd2-pivot-table:before { content: "\f03b"; } .bd2-plan:before { content: "\f03c"; } .bd2-planet:before { content: "\f03d"; } .bd2-plastic-surgery:before { content: "\f03e"; } .bd2-platte:before { content: "\f03f"; } .bd2-play:before { content: "\f040"; } .bd2-playback-progress:before { content: "\f041"; } .bd2-play-basketball:before { content: "\f042"; } .bd2-play-cycle:before { content: "\f043"; } .bd2-play-once:before { content: "\f044"; } .bd2-play-one:before { content: "\f045"; } .bd2-play-two:before { content: "\f046"; } .bd2-play-volleyball:before { content: "\f047"; } .bd2-play-wrong:before { content: "\f048"; } .bd2-plug:before { content: "\f049"; } .bd2-plug-one:before { content: "\f04a"; } .bd2-plus:before { content: "\f04b"; } .bd2-plus-cross:before { content: "\f04c"; } .bd2-point:before { content: "\f04d"; } .bd2-point-out:before { content: "\f04e"; } .bd2-pokeball-one:before { content: "\f04f"; } .bd2-poker:before { content: "\f050"; } .bd2-popcorn:before { content: "\f051"; } .bd2-popcorn-one:before { content: "\f052"; } .bd2-positive-dynamics:before { content: "\f053"; } .bd2-pot:before { content: "\f054"; } .bd2-potentiometer:before { content: "\f055"; } .bd2-pound:before { content: "\f056"; } .bd2-pound-sign:before { content: "\f057"; } .bd2-pouting-face:before { content: "\f058"; } .bd2-powder:before { content: "\f059"; } .bd2-power:before { content: "\f05a"; } .bd2-powerpoint:before { content: "\f05b"; } .bd2-power-supply:before { content: "\f05c"; } .bd2-power-supply-one:before { content: "\f05d"; } .bd2-ppt:before { content: "\f05e"; } .bd2-pregnant-women:before { content: "\f05f"; } .bd2-preschool:before { content: "\f060"; } .bd2-prescription:before { content: "\f061"; } .bd2-press:before { content: "\f062"; } .bd2-preview-close:before { content: "\f063"; } .bd2-preview-close-one:before { content: "\f064"; } .bd2-preview-open:before { content: "\f065"; } .bd2-printer:before { content: "\f066"; } .bd2-printer-one:before { content: "\f067"; } .bd2-printer-two:before { content: "\f068"; } .bd2-prison:before { content: "\f069"; } .bd2-process-line:before { content: "\f06a"; } .bd2-projector:before { content: "\f06b"; } .bd2-projector-one:before { content: "\f06c"; } .bd2-projector-three:before { content: "\f06d"; } .bd2-projector-two:before { content: "\f06e"; } .bd2-proportional-scaling:before { content: "\f06f"; } .bd2-protect:before { content: "\f070"; } .bd2-protection:before { content: "\f071"; } .bd2-public-toilet:before { content: "\f072"; } .bd2-pull-door:before { content: "\f073"; } .bd2-pull-requests:before { content: "\f074"; } .bd2-pumpkin:before { content: "\f075"; } .bd2-pure-natural:before { content: "\f076"; } .bd2-push-door:before { content: "\f077"; } .bd2-pushpin:before { content: "\f078"; } .bd2-puzzle:before { content: "\f079"; } .bd2-pyramid:before { content: "\f07a"; } .bd2-pyramid-one:before { content: "\f07b"; } .bd2-qingniao-clue:before { content: "\f07c"; } .bd2-qiyehao:before { content: "\f07d"; } .bd2-quadrangular-pyramid:before { content: "\f07e"; } .bd2-quadrilateral:before { content: "\f07f"; } .bd2-quote:before { content: "\f080"; } .bd2-rabbit:before { content: "\f081"; } .bd2-rabbit-zodiac:before { content: "\f082"; } .bd2-radar:before { content: "\f083"; } .bd2-radar-chart:before { content: "\f084"; } .bd2-radar-three:before { content: "\f085"; } .bd2-radar-two:before { content: "\f086"; } .bd2-radiation:before { content: "\f087"; } .bd2-radio:before { content: "\f088"; } .bd2-radio-nanny:before { content: "\f089"; } .bd2-radio-one:before { content: "\f08a"; } .bd2-radio-two:before { content: "\f08b"; } .bd2-radish:before { content: "\f08c"; } .bd2-radish-one:before { content: "\f08d"; } .bd2-railway:before { content: "\f08e"; } .bd2-ranking:before { content: "\f08f"; } .bd2-ranking-list:before { content: "\f090"; } .bd2-rattle:before { content: "\f091"; } .bd2-rattle-one:before { content: "\f092"; } .bd2-razor:before { content: "\f093"; } .bd2-read-book:before { content: "\f094"; } .bd2-receive:before { content: "\f095"; } .bd2-receiver:before { content: "\f096"; } .bd2-recent-views-sort:before { content: "\f097"; } .bd2-record:before { content: "\f098"; } .bd2-record-disc:before { content: "\f099"; } .bd2-record-player:before { content: "\f09a"; } .bd2-rectangle:before { content: "\f09b"; } .bd2-rectangle-one:before { content: "\f09c"; } .bd2-rectangle-small:before { content: "\f09d"; } .bd2-rectangle-tear:before { content: "\f09e"; } .bd2-rectangle-x:before { content: "\f09f"; } .bd2-rectangular-circular-connection:before { content: "\f0a0"; } .bd2-rectangular-circular-separation:before { content: "\f0a1"; } .bd2-rectangular-vertebra:before { content: "\f0a2"; } .bd2-recycle-bin:before { content: "\f0a3"; } .bd2-recycling:before { content: "\f0a4"; } .bd2-recycling-pool:before { content: "\f0a5"; } .bd2-red-cross:before { content: "\f0a6"; } .bd2-red-envelope:before { content: "\f0a7"; } .bd2-red-envelopes:before { content: "\f0a8"; } .bd2-redo:before { content: "\f0a9"; } .bd2-reduce:before { content: "\f0aa"; } .bd2-reduce-decimal-places:before { content: "\f0ab"; } .bd2-reduce-one:before { content: "\f0ac"; } .bd2-reduce-two:before { content: "\f0ad"; } .bd2-reduce-user:before { content: "\f0ae"; } .bd2-reel:before { content: "\f0af"; } .bd2-refraction:before { content: "\f0b0"; } .bd2-refresh:before { content: "\f0b1"; } .bd2-refresh-one:before { content: "\f0b2"; } .bd2-refrigerator:before { content: "\f0b3"; } .bd2-reject:before { content: "\f0b4"; } .bd2-relational-graph:before { content: "\f0b5"; } .bd2-relieved-face:before { content: "\f0b6"; } .bd2-reload:before { content: "\f0b7"; } .bd2-remind:before { content: "\f0b8"; } .bd2-remind-disable:before { content: "\f0b9"; } .bd2-remote-control:before { content: "\f0ba"; } .bd2-remote-control-one:before { content: "\f0bb"; } .bd2-renal:before { content: "\f0bc"; } .bd2-renault:before { content: "\f0bd"; } .bd2-repair:before { content: "\f0be"; } .bd2-replay-five:before { content: "\f0bf"; } .bd2-replay-music:before { content: "\f0c0"; } .bd2-report:before { content: "\f0c1"; } .bd2-repositioning:before { content: "\f0c2"; } .bd2-resistor:before { content: "\f0c3"; } .bd2-respect:before { content: "\f0c4"; } .bd2-resting:before { content: "\f0c5"; } .bd2-retro-bag:before { content: "\f0c6"; } .bd2-return:before { content: "\f0c7"; } .bd2-reverse-lens:before { content: "\f0c8"; } .bd2-reverse-lens-one:before { content: "\f0c9"; } .bd2-reverse-operation-in:before { content: "\f0ca"; } .bd2-reverse-operation-out:before { content: "\f0cb"; } .bd2-reverse-rotation:before { content: "\f0cc"; } .bd2-rice:before { content: "\f0cd"; } .bd2-riding:before { content: "\f0ce"; } .bd2-riding-one:before { content: "\f0cf"; } .bd2-right:before { content: "\f0d0"; } .bd2-right-angle:before { content: "\f0d1"; } .bd2-right-bar:before { content: "\f0d2"; } .bd2-right-branch:before { content: "\f0d3"; } .bd2-right-branch-one:before { content: "\f0d4"; } .bd2-right-branch-two:before { content: "\f0d5"; } .bd2-right-c:before { content: "\f0d6"; } .bd2-right-expand:before { content: "\f0d7"; } .bd2-right-one:before { content: "\f0d8"; } .bd2-right-run:before { content: "\f0d9"; } .bd2-right-small:before { content: "\f0da"; } .bd2-right-small-down:before { content: "\f0db"; } .bd2-right-small-up:before { content: "\f0dc"; } .bd2-right-square:before { content: "\f0dd"; } .bd2-right-two:before { content: "\f0de"; } .bd2-right-user:before { content: "\f0df"; } .bd2-ring:before { content: "\f0e0"; } .bd2-ring-one:before { content: "\f0e1"; } .bd2-rings:before { content: "\f0e2"; } .bd2-ripple:before { content: "\f0e3"; } .bd2-road:before { content: "\f0e4"; } .bd2-road-cone:before { content: "\f0e5"; } .bd2-road-one:before { content: "\f0e6"; } .bd2-road-sign:before { content: "\f0e7"; } .bd2-road-sign-both:before { content: "\f0e8"; } .bd2-robot:before { content: "\f0e9"; } .bd2-robot-one:before { content: "\f0ea"; } .bd2-robot-two:before { content: "\f0eb"; } .bd2-rock:before { content: "\f0ec"; } .bd2-rocket:before { content: "\f0ed"; } .bd2-rocket-one:before { content: "\f0ee"; } .bd2-rock-gesture:before { content: "\f0ef"; } .bd2-rocking-horse:before { content: "\f0f0"; } .bd2-rollerskates:before { content: "\f0f1"; } .bd2-romper:before { content: "\f0f2"; } .bd2-rope-skipping:before { content: "\f0f3"; } .bd2-rope-skipping-one:before { content: "\f0f4"; } .bd2-rotate:before { content: "\f0f5"; } .bd2-rotate-one:before { content: "\f0f6"; } .bd2-rotating-add:before { content: "\f0f7"; } .bd2-rotating-forward:before { content: "\f0f8"; } .bd2-rotation:before { content: "\f0f9"; } .bd2-rotation-horizontal:before { content: "\f0fa"; } .bd2-rotation-one:before { content: "\f0fb"; } .bd2-rotation-vertical:before { content: "\f0fc"; } .bd2-round:before { content: "\f0fd"; } .bd2-round-caliper:before { content: "\f0fe"; } .bd2-round-distortion:before { content: "\f0ff"; } .bd2-round-mask:before { content: "\f100"; } .bd2-round-socket:before { content: "\f101"; } .bd2-round-trip:before { content: "\f102"; } .bd2-router:before { content: "\f103"; } .bd2-router-one:before { content: "\f104"; } .bd2-row-height:before { content: "\f105"; } .bd2-rowing:before { content: "\f106"; } .bd2-rs-male:before { content: "\f107"; } .bd2-rss:before { content: "\f108"; } .bd2-rugby:before { content: "\f109"; } .bd2-rugby-one:before { content: "\f10a"; } .bd2-ruler:before { content: "\f10b"; } .bd2-ruler-one:before { content: "\f10c"; } .bd2-rule-two:before { content: "\f10d"; } .bd2-run-left:before { content: "\f10e"; } .bd2-safe-retrieval:before { content: "\f10f"; } .bd2-sagittarius:before { content: "\f110"; } .bd2-sailboat:before { content: "\f111"; } .bd2-sailboat-one:before { content: "\f112"; } .bd2-sailing:before { content: "\f113"; } .bd2-sales-report:before { content: "\f114"; } .bd2-sandals:before { content: "\f115"; } .bd2-sandstorm:before { content: "\f116"; } .bd2-sandwich:before { content: "\f117"; } .bd2-sandwich-one:before { content: "\f118"; } .bd2-sapling:before { content: "\f119"; } .bd2-save:before { content: "\f11a"; } .bd2-save-one:before { content: "\f11b"; } .bd2-scale:before { content: "\f11c"; } .bd2-scale-one:before { content: "\f11d"; } .bd2-scallion:before { content: "\f11e"; } .bd2-scan:before { content: "\f11f"; } .bd2-scan-code:before { content: "\f120"; } .bd2-scanning:before { content: "\f121"; } .bd2-scanning-two:before { content: "\f122"; } .bd2-scan-setting:before { content: "\f123"; } .bd2-scatter-alignment:before { content: "\f124"; } .bd2-schedule:before { content: "\f125"; } .bd2-school:before { content: "\f126"; } .bd2-scissors:before { content: "\f127"; } .bd2-scoreboard:before { content: "\f128"; } .bd2-scorpio:before { content: "\f129"; } .bd2-screen-rotation:before { content: "\f12a"; } .bd2-screenshot:before { content: "\f12b"; } .bd2-screenshot-one:before { content: "\f12c"; } .bd2-screenshot-two:before { content: "\f12d"; } .bd2-screwdriver:before { content: "\f12e"; } .bd2-sd:before { content: "\f12f"; } .bd2-sd-card:before { content: "\f130"; } .bd2-seal:before { content: "\f131"; } .bd2-search:before { content: "\f132"; } .bd2-seat:before { content: "\f133"; } .bd2-security:before { content: "\f134"; } .bd2-security-stall:before { content: "\f135"; } .bd2-seedling:before { content: "\f136"; } .bd2-selected:before { content: "\f137"; } .bd2-selected-focus:before { content: "\f138"; } .bd2-selfie:before { content: "\f139"; } .bd2-send:before { content: "\f13a"; } .bd2-send-backward:before { content: "\f13b"; } .bd2-send-email:before { content: "\f13c"; } .bd2-send-one:before { content: "\f13d"; } .bd2-send-to-back:before { content: "\f13e"; } .bd2-sent-to-back:before { content: "\f13f"; } .bd2-seo:before { content: "\f140"; } .bd2-seo-folder:before { content: "\f141"; } .bd2-server:before { content: "\f142"; } .bd2-set-off:before { content: "\f143"; } .bd2-setting:before { content: "\f144"; } .bd2-setting-computer:before { content: "\f145"; } .bd2-setting-config:before { content: "\f146"; } .bd2-setting-laptop:before { content: "\f147"; } .bd2-setting-one:before { content: "\f148"; } .bd2-setting-three:before { content: "\f149"; } .bd2-setting-two:before { content: "\f14a"; } .bd2-setting-web:before { content: "\f14b"; } .bd2-seven-key:before { content: "\f14c"; } .bd2-shade:before { content: "\f14d"; } .bd2-shake:before { content: "\f14e"; } .bd2-share:before { content: "\f14f"; } .bd2-share-one:before { content: "\f150"; } .bd2-share-sys:before { content: "\f151"; } .bd2-share-three:before { content: "\f152"; } .bd2-share-two:before { content: "\f153"; } .bd2-shaver:before { content: "\f154"; } .bd2-shaver-one:before { content: "\f155"; } .bd2-shaving:before { content: "\f156"; } .bd2-sheep-zodiac:before { content: "\f157"; } .bd2-shield:before { content: "\f158"; } .bd2-shield-add:before { content: "\f159"; } .bd2-ship:before { content: "\f15a"; } .bd2-shop:before { content: "\f15b"; } .bd2-shopping:before { content: "\f15c"; } .bd2-shopping-bag:before { content: "\f15d"; } .bd2-shopping-bag-one:before { content: "\f15e"; } .bd2-shopping-cart:before { content: "\f15f"; } .bd2-shopping-cart-add:before { content: "\f160"; } .bd2-shopping-cart-del:before { content: "\f161"; } .bd2-shopping-cart-one:before { content: "\f162"; } .bd2-shopping-cart-two:before { content: "\f163"; } .bd2-shopping-mall:before { content: "\f164"; } .bd2-shorts:before { content: "\f165"; } .bd2-short-skirt:before { content: "\f166"; } .bd2-shoulder-bag:before { content: "\f167"; } .bd2-shovel:before { content: "\f168"; } .bd2-shovel-one:before { content: "\f169"; } .bd2-shower-head:before { content: "\f16a"; } .bd2-shrimp:before { content: "\f16b"; } .bd2-shuffle:before { content: "\f16c"; } .bd2-shuffle-one:before { content: "\f16d"; } .bd2-shutter-priority:before { content: "\f16e"; } .bd2-sickbed:before { content: "\f16f"; } .bd2-signal:before { content: "\f170"; } .bd2-signal-one:before { content: "\f171"; } .bd2-signal-strength:before { content: "\f172"; } .bd2-signal-tower:before { content: "\f173"; } .bd2-signal-tower-one:before { content: "\f174"; } .bd2-sim:before { content: "\f175"; } .bd2-sim-card:before { content: "\f176"; } .bd2-single-bed:before { content: "\f177"; } .bd2-sinusoid:before { content: "\f178"; } .bd2-sippy-cup:before { content: "\f179"; } .bd2-six:before { content: "\f17a"; } .bd2-six-circular-connection:before { content: "\f17b"; } .bd2-six-key:before { content: "\f17c"; } .bd2-six-points:before { content: "\f17d"; } .bd2-skate:before { content: "\f17e"; } .bd2-skates:before { content: "\f17f"; } .bd2-skating:before { content: "\f180"; } .bd2-sketch:before { content: "\f181"; } .bd2-skiing-nordic:before { content: "\f182"; } .bd2-skull:before { content: "\f183"; } .bd2-slave:before { content: "\f184"; } .bd2-sleaves:before { content: "\f185"; } .bd2-sleep:before { content: "\f186"; } .bd2-sleep-one:before { content: "\f187"; } .bd2-sleep-two:before { content: "\f188"; } .bd2-slide:before { content: "\f189"; } .bd2-slide-two:before { content: "\f18a"; } .bd2-sliding-horizontal:before { content: "\f18b"; } .bd2-sliding-vertical:before { content: "\f18c"; } .bd2-slightly-frowning-face-whit-open-mouth:before { content: "\f18d"; } .bd2-slightly-smiling-face:before { content: "\f18e"; } .bd2-slippers:before { content: "\f18f"; } .bd2-slippers-one:before { content: "\f190"; } .bd2-sly-face-whit-smile:before { content: "\f191"; } .bd2-smart-optimization:before { content: "\f192"; } .bd2-smiling-face:before { content: "\f193"; } .bd2-smiling-face-with-squinting-eyes:before { content: "\f194"; } .bd2-snacks:before { content: "\f195"; } .bd2-snake-zodiac:before { content: "\f196"; } .bd2-snow:before { content: "\f197"; } .bd2-snowflake:before { content: "\f198"; } .bd2-snowman:before { content: "\f199"; } .bd2-soap-bubble:before { content: "\f19a"; } .bd2-soccer:before { content: "\f19b"; } .bd2-soccer-one:before { content: "\f19c"; } .bd2-socks:before { content: "\f19d"; } .bd2-sofa:before { content: "\f19e"; } .bd2-sofa-two:before { content: "\f19f"; } .bd2-softball:before { content: "\f1a0"; } .bd2-solar-energy:before { content: "\f1a1"; } .bd2-solar-energy-one:before { content: "\f1a2"; } .bd2-solid-state-disk:before { content: "\f1a3"; } .bd2-sorcerer-hat:before { content: "\f1a4"; } .bd2-sort:before { content: "\f1a5"; } .bd2-sort-amount-down:before { content: "\f1a6"; } .bd2-sort-amount-up:before { content: "\f1a7"; } .bd2-sort-four:before { content: "\f1a8"; } .bd2-sort-one:before { content: "\f1a9"; } .bd2-sort-three:before { content: "\f1aa"; } .bd2-sort-two:before { content: "\f1ab"; } .bd2-sound:before { content: "\f1ac"; } .bd2-sound-one:before { content: "\f1ad"; } .bd2-sound-wave:before { content: "\f1ae"; } .bd2-source-code:before { content: "\f1af"; } .bd2-soybean-milk-maker:before { content: "\f1b0"; } .bd2-spa-candle:before { content: "\f1b1"; } .bd2-space-colony:before { content: "\f1b2"; } .bd2-spanner:before { content: "\f1b3"; } .bd2-speaker:before { content: "\f1b4"; } .bd2-speaker-one:before { content: "\f1b5"; } .bd2-speed:before { content: "\f1b6"; } .bd2-speed-one:before { content: "\f1b7"; } .bd2-sperm:before { content: "\f1b8"; } .bd2-sphere:before { content: "\f1b9"; } .bd2-spider-man:before { content: "\f1ba"; } .bd2-spikedshoes:before { content: "\f1bb"; } .bd2-spinning-top:before { content: "\f1bc"; } .bd2-split:before { content: "\f1bd"; } .bd2-split-branch:before { content: "\f1be"; } .bd2-split-cells:before { content: "\f1bf"; } .bd2-split-turn-down-left:before { content: "\f1c0"; } .bd2-split-turn-down-right:before { content: "\f1c1"; } .bd2-spoon:before { content: "\f1c2"; } .bd2-sport:before { content: "\f1c3"; } .bd2-sporting:before { content: "\f1c4"; } .bd2-square:before { content: "\f1c5"; } .bd2-square-small:before { content: "\f1c6"; } .bd2-ssd:before { content: "\f1c7"; } .bd2-stack-light:before { content: "\f1c8"; } .bd2-stamp:before { content: "\f1c9"; } .bd2-stand-up:before { content: "\f1ca"; } .bd2-stapler:before { content: "\f1cb"; } .bd2-star:before { content: "\f1cc"; } .bd2-star-one:before { content: "\f1cd"; } .bd2-start-time-sort:before { content: "\f1ce"; } .bd2-steering-wheel:before { content: "\f1cf"; } .bd2-steoller:before { content: "\f1d0"; } .bd2-stereo-nesting:before { content: "\f1d1"; } .bd2-stereo-one:before { content: "\f1d2"; } .bd2-stereo-perspective:before { content: "\f1d3"; } .bd2-stethoscope:before { content: "\f1d4"; } .bd2-stickers:before { content: "\f1d5"; } .bd2-stock-market:before { content: "\f1d6"; } .bd2-stopwatch:before { content: "\f1d7"; } .bd2-stopwatch-start:before { content: "\f1d8"; } .bd2-storage-card-one:before { content: "\f1d9"; } .bd2-storage-card-two:before { content: "\f1da"; } .bd2-straight-razor:before { content: "\f1db"; } .bd2-straw-hat:before { content: "\f1dc"; } .bd2-stretching:before { content: "\f1dd"; } .bd2-stretching-one:before { content: "\f1de"; } .bd2-strikethrough:before { content: "\f1df"; } .bd2-strongbox:before { content: "\f1e0"; } .bd2-s-turn-down:before { content: "\f1e1"; } .bd2-s-turn-left:before { content: "\f1e2"; } .bd2-s-turn-right:before { content: "\f1e3"; } .bd2-s-turn-up:before { content: "\f1e4"; } .bd2-subtract-selection:before { content: "\f1e5"; } .bd2-subtract-selection-one:before { content: "\f1e6"; } .bd2-subway:before { content: "\f1e7"; } .bd2-success:before { content: "\f1e8"; } .bd2-success-picture:before { content: "\f1e9"; } .bd2-sum:before { content: "\f1ea"; } .bd2-sun:before { content: "\f1eb"; } .bd2-sunbath:before { content: "\f1ec"; } .bd2-sun-hat:before { content: "\f1ed"; } .bd2-sunny:before { content: "\f1ee"; } .bd2-sun-one:before { content: "\f1ef"; } .bd2-sunrise:before { content: "\f1f0"; } .bd2-sunset:before { content: "\f1f1"; } .bd2-sunshade:before { content: "\f1f2"; } .bd2-surprised-face-with-open-big-mouth:before { content: "\f1f3"; } .bd2-surprised-face-with-open-mouth:before { content: "\f1f4"; } .bd2-surveillance-cameras:before { content: "\f1f5"; } .bd2-surveillance-cameras-one:before { content: "\f1f6"; } .bd2-surveillance-cameras-two:before { content: "\f1f7"; } .bd2-swallow:before { content: "\f1f8"; } .bd2-sweater:before { content: "\f1f9"; } .bd2-swimming-pool:before { content: "\f1fa"; } .bd2-swimming-ring:before { content: "\f1fb"; } .bd2-swimsuit:before { content: "\f1fc"; } .bd2-swing:before { content: "\f1fd"; } .bd2-swipe:before { content: "\f1fe"; } .bd2-switch:before { content: "\f1ff"; } .bd2-switch-button:before { content: "\f200"; } .bd2-switch-contrast:before { content: "\f201"; } .bd2-switching-done:before { content: "\f202"; } .bd2-switch-nintendo:before { content: "\f203"; } .bd2-switch-one:before { content: "\f204"; } .bd2-switch-themes:before { content: "\f205"; } .bd2-switch-track:before { content: "\f206"; } .bd2-symbol:before { content: "\f207"; } .bd2-symbol-double-x:before { content: "\f208"; } .bd2-symmetry:before { content: "\f209"; } .bd2-sync:before { content: "\f20a"; } .bd2-system:before { content: "\f20b"; } .bd2-table:before { content: "\f20c"; } .bd2-table-file:before { content: "\f20d"; } .bd2-table-lamp:before { content: "\f20e"; } .bd2-table-report:before { content: "\f20f"; } .bd2-tabletennis:before { content: "\f210"; } .bd2-tag:before { content: "\f211"; } .bd2-tag-one:before { content: "\f212"; } .bd2-tailoring:before { content: "\f213"; } .bd2-tailoring-two:before { content: "\f214"; } .bd2-taj-mahal:before { content: "\f215"; } .bd2-take-off:before { content: "\f216"; } .bd2-take-off-one:before { content: "\f217"; } .bd2-taobao:before { content: "\f218"; } .bd2-tape:before { content: "\f219"; } .bd2-tape-measure:before { content: "\f21a"; } .bd2-target:before { content: "\f21b"; } .bd2-target-one:before { content: "\f21c"; } .bd2-target-two:before { content: "\f21d"; } .bd2-taurus:before { content: "\f21e"; } .bd2-taxi:before { content: "\f21f"; } .bd2-tea:before { content: "\f220"; } .bd2-tea-drink:before { content: "\f221"; } .bd2-teapot:before { content: "\f222"; } .bd2-teeth:before { content: "\f223"; } .bd2-telegram:before { content: "\f224"; } .bd2-telescope:before { content: "\f225"; } .bd2-tencent-qq:before { content: "\f226"; } .bd2-tennis:before { content: "\f227"; } .bd2-tent:before { content: "\f228"; } .bd2-tent-banner:before { content: "\f229"; } .bd2-terminal:before { content: "\f22a"; } .bd2-termination-file:before { content: "\f22b"; } .bd2-terrace:before { content: "\f22c"; } .bd2-test-tube:before { content: "\f22d"; } .bd2-text:before { content: "\f22e"; } .bd2-textarea:before { content: "\f22f"; } .bd2-text-bold:before { content: "\f230"; } .bd2-text-italic:before { content: "\f231"; } .bd2-text-message:before { content: "\f232"; } .bd2-text-recognition:before { content: "\f233"; } .bd2-text-rotation-down:before { content: "\f234"; } .bd2-text-rotation-left:before { content: "\f235"; } .bd2-text-rotation-none:before { content: "\f236"; } .bd2-text-rotation-up:before { content: "\f237"; } .bd2-text-style:before { content: "\f238"; } .bd2-text-style-one:before { content: "\f239"; } .bd2-text-underline:before { content: "\f23a"; } .bd2-texture:before { content: "\f23b"; } .bd2-texture-two:before { content: "\f23c"; } .bd2-text-wrap-overflow:before { content: "\f23d"; } .bd2-text-wrap-truncation:before { content: "\f23e"; } .bd2-theater:before { content: "\f23f"; } .bd2-theme:before { content: "\f240"; } .bd2-thermometer:before { content: "\f241"; } .bd2-thermometer-one:before { content: "\f242"; } .bd2-thermos-cup:before { content: "\f243"; } .bd2-the-single-shoulder-bag:before { content: "\f244"; } .bd2-thin:before { content: "\f245"; } .bd2-thinking-problem:before { content: "\f246"; } .bd2-three:before { content: "\f247"; } .bd2-three-d-glasses:before { content: "\f248"; } .bd2-three-hexagons:before { content: "\f249"; } .bd2-three-key:before { content: "\f24a"; } .bd2-three-slashes:before { content: "\f24b"; } .bd2-three-three:before { content: "\f24c"; } .bd2-three-triangles:before { content: "\f24d"; } .bd2-thumbs-down:before { content: "\f24e"; } .bd2-thumbs-up:before { content: "\f24f"; } .bd2-thunderbolt:before { content: "\f250"; } .bd2-thunderstorm:before { content: "\f251"; } .bd2-thunderstorm-one:before { content: "\f252"; } .bd2-ticket:before { content: "\f253"; } .bd2-ticket-one:before { content: "\f254"; } .bd2-tickets-checked:before { content: "\f255"; } .bd2-tickets-one:before { content: "\f256"; } .bd2-tickets-two:before { content: "\f257"; } .bd2-tiger-zodiac:before { content: "\f258"; } .bd2-tiktok:before { content: "\f259"; } .bd2-time:before { content: "\f25a"; } .bd2-timed-mail:before { content: "\f25b"; } .bd2-timeline:before { content: "\f25c"; } .bd2-timer:before { content: "\f25d"; } .bd2-tips:before { content: "\f25e"; } .bd2-tips-one:before { content: "\f25f"; } .bd2-tire-swing:before { content: "\f260"; } .bd2-title-level:before { content: "\f261"; } .bd2-to-bottom:before { content: "\f262"; } .bd2-to-bottom-one:before { content: "\f263"; } .bd2-toilet:before { content: "\f264"; } .bd2-to-left:before { content: "\f265"; } .bd2-tomato:before { content: "\f266"; } .bd2-tool:before { content: "\f267"; } .bd2-toolkit:before { content: "\f268"; } .bd2-top-bar:before { content: "\f269"; } .bd2-topbuzz:before { content: "\f26a"; } .bd2-topic:before { content: "\f26b"; } .bd2-topic-discussion:before { content: "\f26c"; } .bd2-torch:before { content: "\f26d"; } .bd2-to-right:before { content: "\f26e"; } .bd2-to-top:before { content: "\f26f"; } .bd2-to-top-one:before { content: "\f270"; } .bd2-tour-bus:before { content: "\f271"; } .bd2-towel:before { content: "\f272"; } .bd2-tower:before { content: "\f273"; } .bd2-tower-of-babel:before { content: "\f274"; } .bd2-tower-of-pisa:before { content: "\f275"; } .bd2-toxins:before { content: "\f276"; } .bd2-trace:before { content: "\f277"; } .bd2-trademark:before { content: "\f278"; } .bd2-traditional-chinese-medicine:before { content: "\f279"; } .bd2-train:before { content: "\f27a"; } .bd2-transaction:before { content: "\f27b"; } .bd2-transaction-order:before { content: "\f27c"; } .bd2-transfer:before { content: "\f27d"; } .bd2-transfer-data:before { content: "\f27e"; } .bd2-transform:before { content: "\f27f"; } .bd2-translate:before { content: "\f280"; } .bd2-translation:before { content: "\f281"; } .bd2-transport:before { content: "\f282"; } .bd2-transporter:before { content: "\f283"; } .bd2-trapezoid:before { content: "\f284"; } .bd2-tray:before { content: "\f285"; } .bd2-treadmill:before { content: "\f286"; } .bd2-treadmill-one:before { content: "\f287"; } .bd2-treadmill-two:before { content: "\f288"; } .bd2-treasure-chest:before { content: "\f289"; } .bd2-tree:before { content: "\f28a"; } .bd2-tree-diagram:before { content: "\f28b"; } .bd2-tree-list:before { content: "\f28c"; } .bd2-tree-one:before { content: "\f28d"; } .bd2-tree-two:before { content: "\f28e"; } .bd2-trend:before { content: "\f28f"; } .bd2-trending-down:before { content: "\f290"; } .bd2-trending-up:before { content: "\f291"; } .bd2-trend-two:before { content: "\f292"; } .bd2-triangle:before { content: "\f293"; } .bd2-triangle-round-rectangle:before { content: "\f294"; } .bd2-triangle-ruler:before { content: "\f295"; } .bd2-triangular-pyramid:before { content: "\f296"; } .bd2-trophy:before { content: "\f297"; } .bd2-trousers-bell-bottoms:before { content: "\f298"; } .bd2-truck:before { content: "\f299"; } .bd2-trumpet:before { content: "\f29a"; } .bd2-trunk:before { content: "\f29b"; } .bd2-t-shirt:before { content: "\f29c"; } .bd2-tub:before { content: "\f29d"; } .bd2-tuchong:before { content: "\f29e"; } .bd2-tumblr:before { content: "\f29f"; } .bd2-turkey:before { content: "\f2a0"; } .bd2-turn-around:before { content: "\f2a1"; } .bd2-turn-off-bluetooth:before { content: "\f2a2"; } .bd2-turn-on:before { content: "\f2a3"; } .bd2-tv:before { content: "\f2a4"; } .bd2-tv-one:before { content: "\f2a5"; } .bd2-twitter:before { content: "\f2a6"; } .bd2-two:before { content: "\f2a7"; } .bd2-two-dimensional-code:before { content: "\f2a8"; } .bd2-two-dimensional-code-one:before { content: "\f2a9"; } .bd2-two-dimensional-code-two:before { content: "\f2aa"; } .bd2-two-ellipses:before { content: "\f2ab"; } .bd2-two-fingers:before { content: "\f2ac"; } .bd2-two-hands:before { content: "\f2ad"; } .bd2-two-key:before { content: "\f2ae"; } .bd2-two-semicircles:before { content: "\f2af"; } .bd2-two-triangles:before { content: "\f2b0"; } .bd2-two-triangles-two:before { content: "\f2b1"; } .bd2-two-two:before { content: "\f2b2"; } .bd2-type-drive:before { content: "\f2b3"; } .bd2-u-disk:before { content: "\f2b4"; } .bd2-ulikecam:before { content: "\f2b5"; } .bd2-umbrella:before { content: "\f2b6"; } .bd2-umbrella-one:before { content: "\f2b7"; } .bd2-umbrella-two:before { content: "\f2b8"; } .bd2-undo:before { content: "\f2b9"; } .bd2-ungroup:before { content: "\f2ba"; } .bd2-unicast:before { content: "\f2bb"; } .bd2-union-selection:before { content: "\f2bc"; } .bd2-universal:before { content: "\f2bd"; } .bd2-unlike:before { content: "\f2be"; } .bd2-unlink:before { content: "\f2bf"; } .bd2-unlock:before { content: "\f2c0"; } .bd2-unlock-one:before { content: "\f2c1"; } .bd2-unordered-list:before { content: "\f2c2"; } .bd2-up:before { content: "\f2c3"; } .bd2-up-and-down:before { content: "\f2c4"; } .bd2-up-c:before { content: "\f2c5"; } .bd2-update-rotation:before { content: "\f2c6"; } .bd2-upload:before { content: "\f2c7"; } .bd2-upload-computer:before { content: "\f2c8"; } .bd2-upload-laptop:before { content: "\f2c9"; } .bd2-upload-logs:before { content: "\f2ca"; } .bd2-upload-one:before { content: "\f2cb"; } .bd2-upload-picture:before { content: "\f2cc"; } .bd2-upload-three:before { content: "\f2cd"; } .bd2-upload-two:before { content: "\f2ce"; } .bd2-upload-web:before { content: "\f2cf"; } .bd2-up-one:before { content: "\f2d0"; } .bd2-upside-down-face:before { content: "\f2d1"; } .bd2-up-small:before { content: "\f2d2"; } .bd2-up-square:before { content: "\f2d3"; } .bd2-up-two:before { content: "\f2d4"; } .bd2-usb:before { content: "\f2d5"; } .bd2-usb-memory-stick:before { content: "\f2d6"; } .bd2-usb-micro-one:before { content: "\f2d7"; } .bd2-usb-micro-two:before { content: "\f2d8"; } .bd2-usb-one:before { content: "\f2d9"; } .bd2-usb-type-c:before { content: "\f2da"; } .bd2-user:before { content: "\f2db"; } .bd2-user-business:before { content: "\f2dc"; } .bd2-user-positioning:before { content: "\f2dd"; } .bd2-user-to-user-transmission:before { content: "\f2de"; } .bd2-uterus:before { content: "\f2df"; } .bd2-u-turn-down:before { content: "\f2e0"; } .bd2-u-turn-left:before { content: "\f2e1"; } .bd2-u-turn-right:before { content: "\f2e2"; } .bd2-u-turn-up:before { content: "\f2e3"; } .bd2-vacation:before { content: "\f2e4"; } .bd2-vacuum-cleaner:before { content: "\f2e5"; } .bd2-vegetable-basket:before { content: "\f2e6"; } .bd2-vegetables:before { content: "\f2e7"; } .bd2-vertically-centered:before { content: "\f2e8"; } .bd2-vertical-spacing-between-items:before { content: "\f2e9"; } .bd2-vertical-tidy-up:before { content: "\f2ea"; } .bd2-vertical-timeline:before { content: "\f2eb"; } .bd2-vest:before { content: "\f2ec"; } .bd2-vial:before { content: "\f2ed"; } .bd2-vicia-faba:before { content: "\f2ee"; } .bd2-video:before { content: "\f2ef"; } .bd2-videocamera:before { content: "\f2f0"; } .bd2-videocamera-one:before { content: "\f2f1"; } .bd2-video-conference:before { content: "\f2f2"; } .bd2-video-file:before { content: "\f2f3"; } .bd2-video-one:before { content: "\f2f4"; } .bd2-video-two:before { content: "\f2f5"; } .bd2-viencharts:before { content: "\f2f6"; } .bd2-viewfinder:before { content: "\f2f7"; } .bd2-view-grid-card:before { content: "\f2f8"; } .bd2-view-grid-detail:before { content: "\f2f9"; } .bd2-view-grid-list:before { content: "\f2fa"; } .bd2-view-list:before { content: "\f2fb"; } .bd2-vigo:before { content: "\f2fc"; } .bd2-vip:before { content: "\f2fd"; } .bd2-vip-one:before { content: "\f2fe"; } .bd2-virgo:before { content: "\f2ff"; } .bd2-virtual-reality-glasses:before { content: "\f300"; } .bd2-voice:before { content: "\f301"; } .bd2-voice-input:before { content: "\f302"; } .bd2-voicemail:before { content: "\f303"; } .bd2-voice-message:before { content: "\f304"; } .bd2-voice-off:before { content: "\f305"; } .bd2-voice-one:before { content: "\f306"; } .bd2-volkswagen:before { content: "\f307"; } .bd2-volleyball:before { content: "\f308"; } .bd2-volume-down:before { content: "\f309"; } .bd2-volume-mute:before { content: "\f30a"; } .bd2-volume-notice:before { content: "\f30b"; } .bd2-volume-small:before { content: "\f30c"; } .bd2-volume-up:before { content: "\f30d"; } .bd2-vr-glasses:before { content: "\f30e"; } .bd2-waistline:before { content: "\f30f"; } .bd2-wallet:before { content: "\f310"; } .bd2-wallet-one:before { content: "\f311"; } .bd2-wallet-three:before { content: "\f312"; } .bd2-wallet-two:before { content: "\f313"; } .bd2-warehousing:before { content: "\f314"; } .bd2-washing-machine:before { content: "\f315"; } .bd2-washing-machine-one:before { content: "\f316"; } .bd2-watch:before { content: "\f317"; } .bd2-watch-one:before { content: "\f318"; } .bd2-water:before { content: "\f319"; } .bd2-waterfalls-h:before { content: "\f31a"; } .bd2-waterfalls-v:before { content: "\f31b"; } .bd2-water-level:before { content: "\f31c"; } .bd2-watermelon:before { content: "\f31d"; } .bd2-watermelon-one:before { content: "\f31e"; } .bd2-water-no:before { content: "\f31f"; } .bd2-waterpolo:before { content: "\f320"; } .bd2-waterpolo-one:before { content: "\f321"; } .bd2-water-rate:before { content: "\f322"; } .bd2-water-rate-two:before { content: "\f323"; } .bd2-waves:before { content: "\f324"; } .bd2-waves-left:before { content: "\f325"; } .bd2-waves-right:before { content: "\f326"; } .bd2-weary-face:before { content: "\f327"; } .bd2-webcam:before { content: "\f328"; } .bd2-web-page:before { content: "\f329"; } .bd2-wechat:before { content: "\f32a"; } .bd2-weibo:before { content: "\f32b"; } .bd2-weight:before { content: "\f32c"; } .bd2-weightlifting:before { content: "\f32d"; } .bd2-weixin-cards-offers:before { content: "\f32e"; } .bd2-weixin-favorites:before { content: "\f32f"; } .bd2-weixin-games:before { content: "\f330"; } .bd2-weixin-market:before { content: "\f331"; } .bd2-weixin-mini-app:before { content: "\f332"; } .bd2-weixin-people-nearby:before { content: "\f333"; } .bd2-weixin-scan:before { content: "\f334"; } .bd2-weixin-search:before { content: "\f335"; } .bd2-weixin-shake:before { content: "\f336"; } .bd2-weixin-top-stories:before { content: "\f337"; } .bd2-whale:before { content: "\f338"; } .bd2-wheelchair:before { content: "\f339"; } .bd2-whirlwind:before { content: "\f33a"; } .bd2-whistling:before { content: "\f33b"; } .bd2-whole-site-accelerator:before { content: "\f33c"; } .bd2-wifi:before { content: "\f33d"; } .bd2-wind:before { content: "\f33e"; } .bd2-windmill:before { content: "\f33f"; } .bd2-windmill-one:before { content: "\f340"; } .bd2-windmill-two:before { content: "\f341"; } .bd2-windows:before { content: "\f342"; } .bd2-wind-turbine:before { content: "\f343"; } .bd2-wingsuit-flying:before { content: "\f344"; } .bd2-winking-face:before { content: "\f345"; } .bd2-winking-face-with-open-eyes:before { content: "\f346"; } .bd2-woman:before { content: "\f347"; } .bd2-women:before { content: "\f348"; } .bd2-women-coat:before { content: "\f349"; } .bd2-woolen-hat:before { content: "\f34a"; } .bd2-word:before { content: "\f34b"; } .bd2-workbench:before { content: "\f34c"; } .bd2-worker:before { content: "\f34d"; } .bd2-world:before { content: "\f34e"; } .bd2-worried-face:before { content: "\f34f"; } .bd2-write:before { content: "\f350"; } .bd2-writing-fluently:before { content: "\f351"; } .bd2-wrong-user:before { content: "\f352"; } .bd2-xiaodu:before { content: "\f353"; } .bd2-xiaodu-home:before { content: "\f354"; } .bd2-xigua:before { content: "\f355"; } .bd2-xingfuli:before { content: "\f356"; } .bd2-xingtu:before { content: "\f357"; } .bd2-yep:before { content: "\f358"; } .bd2-youtobe:before { content: "\f359"; } .bd2-youtube:before { content: "\f35a"; } .bd2-zero-key:before { content: "\f35b"; } .bd2-zijinyunying:before { content: "\f35c"; } .bd2-zip:before { content: "\f35d"; } .bd2-zoom:before { content: "\f35e"; } .bd2-zoom-in:before { content: "\f35f"; } .bd2-zoom-internal:before { content: "\f360"; } .bd2-zoom-out:before { content: "\f361"; } ================================================ FILE: icon-packs/ikonli-bytedance-pack/src/main/resources/META-INF/resources/bytedance/1.3.0/css/bytedance-iconpack-thin.css ================================================ /*! * Bytedance IconPark v1.3.0 * @link https://iconpark.oceanengine.com/official * License - https://github.com/bytedance/IconPark/blob/master/LICENSE (Apache License 2.0) */ @font-face { font-family: 'Bytedance-IconPack-Thin'; src: url('../fonts/Bytedance-IconPack-Thin.eot?cryhon'); src: url('../fonts/Bytedance-IconPack-Thin.eot?cryhon#iefix') format('embedded-opentype'), url('../fonts/Bytedance-IconPack-Thin.ttf?cryhon') format('truetype'), url('../fonts/Bytedance-IconPack-Thin.woff?cryhon') format('woff'), url('../fonts/Bytedance-IconPack-Thin.svg?cryhon#Bytedance-IconPack-Thin') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="bd1"], [class*=" bd1"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Bytedance-IconPack-Thin' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .bd1-abdominal:before { content: "\e900"; } .bd1-abnormal:before { content: "\e901"; } .bd1-a-cane:before { content: "\e902"; } .bd1-acceleration:before { content: "\e903"; } .bd1-accept-email:before { content: "\e904"; } .bd1-acoustic:before { content: "\e905"; } .bd1-activity-source:before { content: "\e906"; } .bd1-ad:before { content: "\e907"; } .bd1-add:before { content: "\e908"; } .bd1-add-computer:before { content: "\e909"; } .bd1-add-four:before { content: "\e90a"; } .bd1-add-item:before { content: "\e90b"; } .bd1-add-mode:before { content: "\e90c"; } .bd1-add-music:before { content: "\e90d"; } .bd1-add-one:before { content: "\e90e"; } .bd1-add-pic:before { content: "\e90f"; } .bd1-add-picture:before { content: "\e910"; } .bd1-add-print:before { content: "\e911"; } .bd1-address-book:before { content: "\e912"; } .bd1-add-subset:before { content: "\e913"; } .bd1-add-subtract:before { content: "\e914"; } .bd1-add-text:before { content: "\e915"; } .bd1-add-text-two:before { content: "\e916"; } .bd1-add-three:before { content: "\e917"; } .bd1-add-two:before { content: "\e918"; } .bd1-add-user:before { content: "\e919"; } .bd1-add-web:before { content: "\e91a"; } .bd1-adjacent-item:before { content: "\e91b"; } .bd1-adjustment:before { content: "\e91c"; } .bd1-adobe-illustrate:before { content: "\e91d"; } .bd1-adobe-indesign:before { content: "\e91e"; } .bd1-adobe-lightroom:before { content: "\e91f"; } .bd1-adobe-photoshop:before { content: "\e920"; } .bd1-ad-product:before { content: "\e921"; } .bd1-afferent:before { content: "\e922"; } .bd1-afferent-four:before { content: "\e923"; } .bd1-afferent-three:before { content: "\e924"; } .bd1-afferent-two:before { content: "\e925"; } .bd1-afro-pick:before { content: "\e926"; } .bd1-agreement:before { content: "\e927"; } .bd1-aiming:before { content: "\e928"; } .bd1-air-bike:before { content: "\e929"; } .bd1-air-conditioning:before { content: "\e92a"; } .bd1-airplane:before { content: "\e92b"; } .bd1-airplane-window:before { content: "\e92c"; } .bd1-airplane-window-one:before { content: "\e92d"; } .bd1-airplay:before { content: "\e92e"; } .bd1-airpods:before { content: "\e92f"; } .bd1-alarm:before { content: "\e930"; } .bd1-alarm-clock:before { content: "\e931"; } .bd1-align-bottom:before { content: "\e932"; } .bd1-align-bottom-two:before { content: "\e933"; } .bd1-align-horizontal-center-two:before { content: "\e934"; } .bd1-align-horizontally:before { content: "\e935"; } .bd1-align-left:before { content: "\e936"; } .bd1-align-left-one:before { content: "\e937"; } .bd1-align-left-two:before { content: "\e938"; } .bd1-alignment-bottom-center:before { content: "\e939"; } .bd1-alignment-bottom-left:before { content: "\e93a"; } .bd1-alignment-bottom-right:before { content: "\e93b"; } .bd1-alignment-horizontal-bottom:before { content: "\e93c"; } .bd1-alignment-horizontal-center:before { content: "\e93d"; } .bd1-alignment-horizontal-top:before { content: "\e93e"; } .bd1-alignment-left-bottom:before { content: "\e93f"; } .bd1-alignment-left-center:before { content: "\e940"; } .bd1-alignment-left-top:before { content: "\e941"; } .bd1-alignment-right-bottom:before { content: "\e942"; } .bd1-alignment-right-center:before { content: "\e943"; } .bd1-alignment-right-top:before { content: "\e944"; } .bd1-alignment-top-center:before { content: "\e945"; } .bd1-alignment-top-left:before { content: "\e946"; } .bd1-alignment-top-right:before { content: "\e947"; } .bd1-alignment-vertical-center:before { content: "\e948"; } .bd1-alignment-vertical-left:before { content: "\e949"; } .bd1-alignment-vertical-right:before { content: "\e94a"; } .bd1-align-right:before { content: "\e94b"; } .bd1-align-right-one:before { content: "\e94c"; } .bd1-align-right-two:before { content: "\e94d"; } .bd1-align-text-both:before { content: "\e94e"; } .bd1-align-text-both-one:before { content: "\e94f"; } .bd1-align-text-bottom:before { content: "\e950"; } .bd1-align-text-bottom-one:before { content: "\e951"; } .bd1-align-text-center:before { content: "\e952"; } .bd1-align-text-center-one:before { content: "\e953"; } .bd1-align-text-left:before { content: "\e954"; } .bd1-align-text-left-one:before { content: "\e955"; } .bd1-align-text-middle:before { content: "\e956"; } .bd1-align-text-middle-one:before { content: "\e957"; } .bd1-align-text-right:before { content: "\e958"; } .bd1-align-text-right-one:before { content: "\e959"; } .bd1-align-text-top:before { content: "\e95a"; } .bd1-align-text-top-one:before { content: "\e95b"; } .bd1-align-top:before { content: "\e95c"; } .bd1-align-top-two:before { content: "\e95d"; } .bd1-align-vertical-center-two:before { content: "\e95e"; } .bd1-align-vertically:before { content: "\e95f"; } .bd1-alipay:before { content: "\e960"; } .bd1-all-application:before { content: "\e961"; } .bd1-alphabetical-sorting:before { content: "\e962"; } .bd1-alphabetical-sorting-two:before { content: "\e963"; } .bd1-ambulance:before { content: "\e964"; } .bd1-analysis:before { content: "\e965"; } .bd1-anchor:before { content: "\e966"; } .bd1-anchor-one:before { content: "\e967"; } .bd1-anchor-round:before { content: "\e968"; } .bd1-anchor-squre:before { content: "\e969"; } .bd1-anchor-two:before { content: "\e96a"; } .bd1-android:before { content: "\e96b"; } .bd1-angry-face:before { content: "\e96c"; } .bd1-anguished-face:before { content: "\e96d"; } .bd1-announcement:before { content: "\e96e"; } .bd1-anti-corrosion:before { content: "\e96f"; } .bd1-aperture-priority:before { content: "\e970"; } .bd1-api:before { content: "\e971"; } .bd1-api-app:before { content: "\e972"; } .bd1-apple:before { content: "\e973"; } .bd1-apple-one:before { content: "\e974"; } .bd1-applet-closed:before { content: "\e975"; } .bd1-application:before { content: "\e976"; } .bd1-application-effect:before { content: "\e977"; } .bd1-application-menu:before { content: "\e978"; } .bd1-application-one:before { content: "\e979"; } .bd1-application-two:before { content: "\e97a"; } .bd1-appointment:before { content: "\e97b"; } .bd1-app-store:before { content: "\e97c"; } .bd1-app-switch:before { content: "\e97d"; } .bd1-aquarius:before { content: "\e97e"; } .bd1-arc-de-triomphe:before { content: "\e97f"; } .bd1-archers-bow:before { content: "\e980"; } .bd1-archery:before { content: "\e981"; } .bd1-area-map:before { content: "\e982"; } .bd1-arena:before { content: "\e983"; } .bd1-aries:before { content: "\e984"; } .bd1-arithmetic:before { content: "\e985"; } .bd1-arithmetic-buttons:before { content: "\e986"; } .bd1-arithmetic-one:before { content: "\e987"; } .bd1-arrow-circle-down:before { content: "\e988"; } .bd1-arrow-circle-left:before { content: "\e989"; } .bd1-arrow-circle-right:before { content: "\e98a"; } .bd1-arrow-circle-up:before { content: "\e98b"; } .bd1-arrow-down:before { content: "\e98c"; } .bd1-arrow-keys:before { content: "\e98d"; } .bd1-arrow-left:before { content: "\e98e"; } .bd1-arrow-left-down:before { content: "\e98f"; } .bd1-arrow-left-up:before { content: "\e990"; } .bd1-arrow-right:before { content: "\e991"; } .bd1-arrow-right-down:before { content: "\e992"; } .bd1-arrow-right-up:before { content: "\e993"; } .bd1-arrow-up:before { content: "\e994"; } .bd1-assembly-line:before { content: "\e995"; } .bd1-association:before { content: "\e996"; } .bd1-asterisk:before { content: "\e997"; } .bd1-asterisk-key:before { content: "\e998"; } .bd1-astonished-face:before { content: "\e999"; } .bd1-at-sign:before { content: "\e99a"; } .bd1-attention:before { content: "\e99b"; } .bd1-audio-file:before { content: "\e99c"; } .bd1-audit:before { content: "\e99d"; } .bd1-auto-focus:before { content: "\e99e"; } .bd1-auto-height-one:before { content: "\e99f"; } .bd1-auto-line-height:before { content: "\e9a0"; } .bd1-auto-line-width:before { content: "\e9a1"; } .bd1-auto-width:before { content: "\e9a2"; } .bd1-auto-width-one:before { content: "\e9a3"; } .bd1-avatar:before { content: "\e9a4"; } .bd1-average:before { content: "\e9a5"; } .bd1-aviation:before { content: "\e9a6"; } .bd1-avocado:before { content: "\e9a7"; } .bd1-avocado-one:before { content: "\e9a8"; } .bd1-baby:before { content: "\e9a9"; } .bd1-baby-app:before { content: "\e9aa"; } .bd1-baby-bottle:before { content: "\e9ab"; } .bd1-baby-car-seat:before { content: "\e9ac"; } .bd1-baby-feet:before { content: "\e9ad"; } .bd1-baby-meal:before { content: "\e9ae"; } .bd1-baby-mobile:before { content: "\e9af"; } .bd1-baby-one:before { content: "\e9b0"; } .bd1-baby-pants:before { content: "\e9b1"; } .bd1-baby-sling:before { content: "\e9b2"; } .bd1-baby-taste:before { content: "\e9b3"; } .bd1-bachelor-cap:before { content: "\e9b4"; } .bd1-bachelor-cap-one:before { content: "\e9b5"; } .bd1-bachelor-cap-two:before { content: "\e9b6"; } .bd1-back:before { content: "\e9b7"; } .bd1-background-color:before { content: "\e9b8"; } .bd1-back-one:before { content: "\e9b9"; } .bd1-backpack:before { content: "\e9ba"; } .bd1-bad:before { content: "\e9bb"; } .bd1-badge:before { content: "\e9bc"; } .bd1-badge-two:before { content: "\e9bd"; } .bd1-badminton:before { content: "\e9be"; } .bd1-bad-one:before { content: "\e9bf"; } .bd1-bad-two:before { content: "\e9c0"; } .bd1-baggage-delay:before { content: "\e9c1"; } .bd1-balance:before { content: "\e9c2"; } .bd1-balance-one:before { content: "\e9c3"; } .bd1-balance-two:before { content: "\e9c4"; } .bd1-banana:before { content: "\e9c5"; } .bd1-bank:before { content: "\e9c6"; } .bd1-bank-card:before { content: "\e9c7"; } .bd1-bank-card-one:before { content: "\e9c8"; } .bd1-bank-card-two:before { content: "\e9c9"; } .bd1-bank-transfer:before { content: "\e9ca"; } .bd1-baokemeng:before { content: "\e9cb"; } .bd1-barbecue:before { content: "\e9cc"; } .bd1-barber-brush:before { content: "\e9cd"; } .bd1-barber-clippers:before { content: "\e9ce"; } .bd1-bar-code:before { content: "\e9cf"; } .bd1-baseball:before { content: "\e9d0"; } .bd1-baseball-bat:before { content: "\e9d1"; } .bd1-baseball-cap:before { content: "\e9d2"; } .bd1-basketball:before { content: "\e9d3"; } .bd1-basketball-clothes:before { content: "\e9d4"; } .bd1-basketball-one:before { content: "\e9d5"; } .bd1-basketball-stand:before { content: "\e9d6"; } .bd1-bat:before { content: "\e9d7"; } .bd1-battery-charge:before { content: "\e9d8"; } .bd1-battery-empty:before { content: "\e9d9"; } .bd1-battery-failure:before { content: "\e9da"; } .bd1-battery-full:before { content: "\e9db"; } .bd1-battery-storage:before { content: "\e9dc"; } .bd1-battery-tips:before { content: "\e9dd"; } .bd1-battery-working:before { content: "\e9de"; } .bd1-battery-working-one:before { content: "\e9df"; } .bd1-beach-umbrella:before { content: "\e9e0"; } .bd1-bear:before { content: "\e9e1"; } .bd1-beauty:before { content: "\e9e2"; } .bd1-beauty-instrument:before { content: "\e9e3"; } .bd1-bedside:before { content: "\e9e4"; } .bd1-bedside-two:before { content: "\e9e5"; } .bd1-bee:before { content: "\e9e6"; } .bd1-beer:before { content: "\e9e7"; } .bd1-beer-mug:before { content: "\e9e8"; } .bd1-behance:before { content: "\e9e9"; } .bd1-bell-ring:before { content: "\e9ea"; } .bd1-belt:before { content: "\e9eb"; } .bd1-benz:before { content: "\e9ec"; } .bd1-bezier-curve:before { content: "\e9ed"; } .bd1-bib:before { content: "\e9ee"; } .bd1-big-clock:before { content: "\e9ef"; } .bd1-big-x:before { content: "\e9f0"; } .bd1-bike:before { content: "\e9f1"; } .bd1-bill:before { content: "\e9f2"; } .bd1-bird:before { content: "\e9f3"; } .bd1-birthday-cake:before { content: "\e9f4"; } .bd1-bitcoin:before { content: "\e9f5"; } .bd1-blackboard:before { content: "\e9f6"; } .bd1-black-eight:before { content: "\e9f7"; } .bd1-blade:before { content: "\e9f8"; } .bd1-bless:before { content: "\e9f9"; } .bd1-block:before { content: "\e9fa"; } .bd1-blockchain:before { content: "\e9fb"; } .bd1-block-eight:before { content: "\e9fc"; } .bd1-block-five:before { content: "\e9fd"; } .bd1-block-four:before { content: "\e9fe"; } .bd1-block-nine:before { content: "\e9ff"; } .bd1-block-one:before { content: "\ea00"; } .bd1-blocks-and-arrows:before { content: "\ea01"; } .bd1-block-seven:before { content: "\ea02"; } .bd1-block-six:before { content: "\ea03"; } .bd1-block-ten:before { content: "\ea04"; } .bd1-block-three:before { content: "\ea05"; } .bd1-block-two:before { content: "\ea06"; } .bd1-bloom:before { content: "\ea07"; } .bd1-blossom:before { content: "\ea08"; } .bd1-bluetooth:before { content: "\ea09"; } .bd1-boiler:before { content: "\ea0a"; } .bd1-bolt-one:before { content: "\ea0b"; } .bd1-bone:before { content: "\ea0c"; } .bd1-book:before { content: "\ea0d"; } .bd1-bookmark:before { content: "\ea0e"; } .bd1-bookmark-one:before { content: "\ea0f"; } .bd1-bookmark-three:before { content: "\ea10"; } .bd1-book-one:before { content: "\ea11"; } .bd1-book-open:before { content: "\ea12"; } .bd1-bookshelf:before { content: "\ea13"; } .bd1-booster-car-seat:before { content: "\ea14"; } .bd1-booth:before { content: "\ea15"; } .bd1-boots:before { content: "\ea16"; } .bd1-bottle:before { content: "\ea17"; } .bd1-bottle-one:before { content: "\ea18"; } .bd1-bottle-three:before { content: "\ea19"; } .bd1-bottle-two:before { content: "\ea1a"; } .bd1-bottom-bar:before { content: "\ea1b"; } .bd1-bottom-bar-one:before { content: "\ea1c"; } .bd1-bow:before { content: "\ea1d"; } .bd1-bowl:before { content: "\ea1e"; } .bd1-bowling:before { content: "\ea1f"; } .bd1-bowl-one:before { content: "\ea20"; } .bd1-box:before { content: "\ea21"; } .bd1-boxing:before { content: "\ea22"; } .bd1-boxing-one:before { content: "\ea23"; } .bd1-boy:before { content: "\ea24"; } .bd1-boy-one:before { content: "\ea25"; } .bd1-boy-stroller:before { content: "\ea26"; } .bd1-boy-two:before { content: "\ea27"; } .bd1-brain:before { content: "\ea28"; } .bd1-brake-pads:before { content: "\ea29"; } .bd1-branch:before { content: "\ea2a"; } .bd1-branch-one:before { content: "\ea2b"; } .bd1-branch-two:before { content: "\ea2c"; } .bd1-brdige-three:before { content: "\ea2d"; } .bd1-bread:before { content: "\ea2e"; } .bd1-bread-machine:before { content: "\ea2f"; } .bd1-bread-one:before { content: "\ea30"; } .bd1-breast-pump:before { content: "\ea31"; } .bd1-bridge-one:before { content: "\ea32"; } .bd1-bridge-two:before { content: "\ea33"; } .bd1-briefcase:before { content: "\ea34"; } .bd1-brightness:before { content: "\ea35"; } .bd1-bring-forward:before { content: "\ea36"; } .bd1-bring-to-front:before { content: "\ea37"; } .bd1-bring-to-front-one:before { content: "\ea38"; } .bd1-broadcast:before { content: "\ea39"; } .bd1-broadcast-one:before { content: "\ea3a"; } .bd1-broadcast-radio:before { content: "\ea3b"; } .bd1-browser:before { content: "\ea3c"; } .bd1-browser-chrome:before { content: "\ea3d"; } .bd1-browser-safari:before { content: "\ea3e"; } .bd1-bubble-chart:before { content: "\ea3f"; } .bd1-bug:before { content: "\ea40"; } .bd1-building-four:before { content: "\ea41"; } .bd1-building-one:before { content: "\ea42"; } .bd1-building-three:before { content: "\ea43"; } .bd1-building-two:before { content: "\ea44"; } .bd1-bullet-map:before { content: "\ea45"; } .bd1-bus:before { content: "\ea46"; } .bd1-bus-one:before { content: "\ea47"; } .bd1-bus-two:before { content: "\ea48"; } .bd1-butterfly:before { content: "\ea49"; } .bd1-buy:before { content: "\ea4a"; } .bd1-bydesign:before { content: "\ea4b"; } .bd1-bye:before { content: "\ea4c"; } .bd1-bytedance:before { content: "\ea4d"; } .bd1-bytedance-applets:before { content: "\ea4e"; } .bd1-bytedance-mini-app:before { content: "\ea4f"; } .bd1-cable-car:before { content: "\ea50"; } .bd1-cactus:before { content: "\ea51"; } .bd1-cake:before { content: "\ea52"; } .bd1-cake-five:before { content: "\ea53"; } .bd1-cake-four:before { content: "\ea54"; } .bd1-cake-one:before { content: "\ea55"; } .bd1-cake-three:before { content: "\ea56"; } .bd1-cake-two:before { content: "\ea57"; } .bd1-calculator:before { content: "\ea58"; } .bd1-calculator-one:before { content: "\ea59"; } .bd1-calendar:before { content: "\ea5a"; } .bd1-calendar-dot:before { content: "\ea5b"; } .bd1-calendar-thirty:before { content: "\ea5c"; } .bd1-calendar-thirty-two:before { content: "\ea5d"; } .bd1-calendar-three:before { content: "\ea5e"; } .bd1-camera:before { content: "\ea5f"; } .bd1-camera-five:before { content: "\ea60"; } .bd1-camera-four:before { content: "\ea61"; } .bd1-camera-one:before { content: "\ea62"; } .bd1-camera-three:before { content: "\ea63"; } .bd1-camera-two:before { content: "\ea64"; } .bd1-camp:before { content: "\ea65"; } .bd1-cancer:before { content: "\ea66"; } .bd1-candy:before { content: "\ea67"; } .bd1-canned-fruit:before { content: "\ea68"; } .bd1-capricornus:before { content: "\ea69"; } .bd1-car:before { content: "\ea6a"; } .bd1-car-battery:before { content: "\ea6b"; } .bd1-cardioelectric:before { content: "\ea6c"; } .bd1-card-two:before { content: "\ea6d"; } .bd1-carousel:before { content: "\ea6e"; } .bd1-carousel-video:before { content: "\ea6f"; } .bd1-carrot:before { content: "\ea70"; } .bd1-castle:before { content: "\ea71"; } .bd1-cast-screen:before { content: "\ea72"; } .bd1-cat:before { content: "\ea73"; } .bd1-category-management:before { content: "\ea74"; } .bd1-cattle:before { content: "\ea75"; } .bd1-cattle-zodiac:before { content: "\ea76"; } .bd1-caution:before { content: "\ea77"; } .bd1-cc:before { content: "\ea78"; } .bd1-cd:before { content: "\ea79"; } .bd1-cell:before { content: "\ea7a"; } .bd1-ce-marking:before { content: "\ea7b"; } .bd1-center-alignment:before { content: "\ea7c"; } .bd1-certificate:before { content: "\ea7d"; } .bd1-chafing-dish:before { content: "\ea7e"; } .bd1-chafing-dish-one:before { content: "\ea7f"; } .bd1-chair:before { content: "\ea80"; } .bd1-chair-one:before { content: "\ea81"; } .bd1-change:before { content: "\ea82"; } .bd1-change-date-sort:before { content: "\ea83"; } .bd1-charging-treasure:before { content: "\ea84"; } .bd1-chart-graph:before { content: "\ea85"; } .bd1-chart-histogram:before { content: "\ea86"; } .bd1-chart-histogram-one:before { content: "\ea87"; } .bd1-chart-histogram-two:before { content: "\ea88"; } .bd1-chart-line:before { content: "\ea89"; } .bd1-chart-line-area:before { content: "\ea8a"; } .bd1-chart-pie:before { content: "\ea8b"; } .bd1-chart-pie-one:before { content: "\ea8c"; } .bd1-chart-proportion:before { content: "\ea8d"; } .bd1-chart-ring:before { content: "\ea8e"; } .bd1-chart-scatter:before { content: "\ea8f"; } .bd1-chart-stock:before { content: "\ea90"; } .bd1-check:before { content: "\ea91"; } .bd1-checkbox:before { content: "\ea92"; } .bd1-check-correct:before { content: "\ea93"; } .bd1-checkerboard:before { content: "\ea94"; } .bd1-check-in:before { content: "\ea95"; } .bd1-checklist:before { content: "\ea96"; } .bd1-check-one:before { content: "\ea97"; } .bd1-check-small:before { content: "\ea98"; } .bd1-cheese:before { content: "\ea99"; } .bd1-chef-hat:before { content: "\ea9a"; } .bd1-chef-hat-one:before { content: "\ea9b"; } .bd1-cherry:before { content: "\ea9c"; } .bd1-chess:before { content: "\ea9d"; } .bd1-chess-one:before { content: "\ea9e"; } .bd1-chest:before { content: "\ea9f"; } .bd1-chicken:before { content: "\eaa0"; } .bd1-chicken-leg:before { content: "\eaa1"; } .bd1-chicken-zodiac:before { content: "\eaa2"; } .bd1-children-cap:before { content: "\eaa3"; } .bd1-children-pyramid:before { content: "\eaa4"; } .bd1-child-with-pacifier:before { content: "\eaa5"; } .bd1-chili:before { content: "\eaa6"; } .bd1-chimney:before { content: "\eaa7"; } .bd1-chinese:before { content: "\eaa8"; } .bd1-chinese-one:before { content: "\eaa9"; } .bd1-chinese-pavilion:before { content: "\eaaa"; } .bd1-chip:before { content: "\eaab"; } .bd1-chopping-board:before { content: "\eaac"; } .bd1-chopsticks-fork:before { content: "\eaad"; } .bd1-christmas-tree:before { content: "\eaae"; } .bd1-christmas-tree-one:before { content: "\eaaf"; } .bd1-church-one:before { content: "\eab0"; } .bd1-church-two:before { content: "\eab1"; } .bd1-circle-double-down:before { content: "\eab2"; } .bd1-circle-double-left:before { content: "\eab3"; } .bd1-circle-double-right:before { content: "\eab4"; } .bd1-circle-double-up:before { content: "\eab5"; } .bd1-circle-five-line:before { content: "\eab6"; } .bd1-circle-four:before { content: "\eab7"; } .bd1-circle-four-line:before { content: "\eab8"; } .bd1-circle-house:before { content: "\eab9"; } .bd1-circle-left-down:before { content: "\eaba"; } .bd1-circle-left-up:before { content: "\eabb"; } .bd1-circle-right-down:before { content: "\eabc"; } .bd1-circle-right-up:before { content: "\eabd"; } .bd1-circles-and-triangles:before { content: "\eabe"; } .bd1-circles-seven:before { content: "\eabf"; } .bd1-circle-three:before { content: "\eac0"; } .bd1-circle-two-line:before { content: "\eac1"; } .bd1-circular-connection:before { content: "\eac2"; } .bd1-circus:before { content: "\eac3"; } .bd1-city:before { content: "\eac4"; } .bd1-city-gate:before { content: "\eac5"; } .bd1-city-one:before { content: "\eac6"; } .bd1-clap:before { content: "\eac7"; } .bd1-classroom:before { content: "\eac8"; } .bd1-clear:before { content: "\eac9"; } .bd1-clear-format:before { content: "\eaca"; } .bd1-click:before { content: "\eacb"; } .bd1-click-tap:before { content: "\eacc"; } .bd1-click-tap-two:before { content: "\eacd"; } .bd1-click-to-fold:before { content: "\eace"; } .bd1-clipboard:before { content: "\eacf"; } .bd1-clock-tower:before { content: "\ead0"; } .bd1-close:before { content: "\ead1"; } .bd1-close-one:before { content: "\ead2"; } .bd1-close-remind:before { content: "\ead3"; } .bd1-close-small:before { content: "\ead4"; } .bd1-close-wifi:before { content: "\ead5"; } .bd1-clothes-briefs:before { content: "\ead6"; } .bd1-clothes-cardigan:before { content: "\ead7"; } .bd1-clothes-crew-neck:before { content: "\ead8"; } .bd1-clothes-diapers:before { content: "\ead9"; } .bd1-clothes-gloves:before { content: "\eada"; } .bd1-clothes-gloves-two:before { content: "\eadb"; } .bd1-clothes-hoodie:before { content: "\eadc"; } .bd1-clothes-pants:before { content: "\eadd"; } .bd1-clothes-pants-short:before { content: "\eade"; } .bd1-clothes-pants-sweat:before { content: "\eadf"; } .bd1-clothes-short-sleeve:before { content: "\eae0"; } .bd1-clothes-skates:before { content: "\eae1"; } .bd1-clothes-suit:before { content: "\eae2"; } .bd1-clothes-sweater:before { content: "\eae3"; } .bd1-clothes-turtleneck:before { content: "\eae4"; } .bd1-clothes-windbreaker:before { content: "\eae5"; } .bd1-cloud-storage:before { content: "\eae6"; } .bd1-cloudy:before { content: "\eae7"; } .bd1-cloudy-night:before { content: "\eae8"; } .bd1-clue:before { content: "\eae9"; } .bd1-coat-hanger:before { content: "\eaea"; } .bd1-cocktail:before { content: "\eaeb"; } .bd1-coconut-tree:before { content: "\eaec"; } .bd1-code:before { content: "\eaed"; } .bd1-code-brackets:before { content: "\eaee"; } .bd1-code-computer:before { content: "\eaef"; } .bd1-code-download:before { content: "\eaf0"; } .bd1-code-laptop:before { content: "\eaf1"; } .bd1-code-one:before { content: "\eaf2"; } .bd1-coffee-machine:before { content: "\eaf3"; } .bd1-cola:before { content: "\eaf4"; } .bd1-collapse-text-input:before { content: "\eaf5"; } .bd1-collect-computer:before { content: "\eaf6"; } .bd1-collection-files:before { content: "\eaf7"; } .bd1-collection-records:before { content: "\eaf8"; } .bd1-collect-laptop:before { content: "\eaf9"; } .bd1-collect-picture:before { content: "\eafa"; } .bd1-color-card:before { content: "\eafb"; } .bd1-color-filter:before { content: "\eafc"; } .bd1-column:before { content: "\eafd"; } .bd1-comb:before { content: "\eafe"; } .bd1-come:before { content: "\eaff"; } .bd1-command:before { content: "\eb00"; } .bd1-comment:before { content: "\eb01"; } .bd1-comment-one:before { content: "\eb02"; } .bd1-comments:before { content: "\eb03"; } .bd1-commodity:before { content: "\eb04"; } .bd1-communication:before { content: "\eb05"; } .bd1-commuter-bag:before { content: "\eb06"; } .bd1-compass:before { content: "\eb07"; } .bd1-compass-one:before { content: "\eb08"; } .bd1-components:before { content: "\eb09"; } .bd1-composition:before { content: "\eb0a"; } .bd1-compression:before { content: "\eb0b"; } .bd1-computer:before { content: "\eb0c"; } .bd1-computer-one:before { content: "\eb0d"; } .bd1-concept-sharing:before { content: "\eb0e"; } .bd1-concern:before { content: "\eb0f"; } .bd1-conditioner:before { content: "\eb10"; } .bd1-cone:before { content: "\eb11"; } .bd1-cones:before { content: "\eb12"; } .bd1-config:before { content: "\eb13"; } .bd1-confounded-face:before { content: "\eb14"; } .bd1-confused-face:before { content: "\eb15"; } .bd1-connect:before { content: "\eb16"; } .bd1-connect-address-one:before { content: "\eb17"; } .bd1-connect-address-two:before { content: "\eb18"; } .bd1-connection:before { content: "\eb19"; } .bd1-connection-arrow:before { content: "\eb1a"; } .bd1-connection-box:before { content: "\eb1b"; } .bd1-connection-point:before { content: "\eb1c"; } .bd1-connection-point-two:before { content: "\eb1d"; } .bd1-consignment:before { content: "\eb1e"; } .bd1-consume:before { content: "\eb1f"; } .bd1-contrast:before { content: "\eb20"; } .bd1-contrast-view:before { content: "\eb21"; } .bd1-contrast-view-circle:before { content: "\eb22"; } .bd1-control:before { content: "\eb23"; } .bd1-converging-gateway:before { content: "\eb24"; } .bd1-cook:before { content: "\eb25"; } .bd1-cooking:before { content: "\eb26"; } .bd1-cooking-pot:before { content: "\eb27"; } .bd1-cool:before { content: "\eb28"; } .bd1-cooperative-handshake:before { content: "\eb29"; } .bd1-coordinate-system:before { content: "\eb2a"; } .bd1-copy:before { content: "\eb2b"; } .bd1-copy-link:before { content: "\eb2c"; } .bd1-copy-one:before { content: "\eb2d"; } .bd1-copyright:before { content: "\eb2e"; } .bd1-corner-down-left:before { content: "\eb2f"; } .bd1-corner-down-right:before { content: "\eb30"; } .bd1-corner-left-down:before { content: "\eb31"; } .bd1-corner-left-up:before { content: "\eb32"; } .bd1-corner-right-down:before { content: "\eb33"; } .bd1-corner-right-up:before { content: "\eb34"; } .bd1-corner-up-left:before { content: "\eb35"; } .bd1-corner-up-right:before { content: "\eb36"; } .bd1-coronavirus:before { content: "\eb37"; } .bd1-correct:before { content: "\eb38"; } .bd1-cosmetic-brush:before { content: "\eb39"; } .bd1-coupon:before { content: "\eb3a"; } .bd1-court:before { content: "\eb3b"; } .bd1-cpu:before { content: "\eb3c"; } .bd1-crab:before { content: "\eb3d"; } .bd1-creation-date-sort:before { content: "\eb3e"; } .bd1-creative:before { content: "\eb3f"; } .bd1-credit:before { content: "\eb40"; } .bd1-crib:before { content: "\eb41"; } .bd1-croissant:before { content: "\eb42"; } .bd1-cross-ring:before { content: "\eb43"; } .bd1-cross-ring-two:before { content: "\eb44"; } .bd1-cross-society:before { content: "\eb45"; } .bd1-crown:before { content: "\eb46"; } .bd1-crown-three:before { content: "\eb47"; } .bd1-crown-two:before { content: "\eb48"; } .bd1-cruise:before { content: "\eb49"; } .bd1-crying-baby:before { content: "\eb4a"; } .bd1-cube:before { content: "\eb4b"; } .bd1-cube-five:before { content: "\eb4c"; } .bd1-cube-four:before { content: "\eb4d"; } .bd1-cube-three:before { content: "\eb4e"; } .bd1-cube-two:before { content: "\eb4f"; } .bd1-cup:before { content: "\eb50"; } .bd1-cup-four:before { content: "\eb51"; } .bd1-cup-one:before { content: "\eb52"; } .bd1-curling:before { content: "\eb53"; } .bd1-currency:before { content: "\eb54"; } .bd1-curve-adjustment:before { content: "\eb55"; } .bd1-customer:before { content: "\eb56"; } .bd1-cutting:before { content: "\eb57"; } .bd1-cutting-one:before { content: "\eb58"; } .bd1-cuvette:before { content: "\eb59"; } .bd1-cycle:before { content: "\eb5a"; } .bd1-cycle-arrow:before { content: "\eb5b"; } .bd1-cycle-movement:before { content: "\eb5c"; } .bd1-cycle-one:before { content: "\eb5d"; } .bd1-cylinder:before { content: "\eb5e"; } .bd1-damage-map:before { content: "\eb5f"; } .bd1-dark-mode:before { content: "\eb60"; } .bd1-dashboard:before { content: "\eb61"; } .bd1-dashboard-car:before { content: "\eb62"; } .bd1-dashboard-one:before { content: "\eb63"; } .bd1-dashboard-two:before { content: "\eb64"; } .bd1-data:before { content: "\eb65"; } .bd1-data-all:before { content: "\eb66"; } .bd1-data-arrival:before { content: "\eb67"; } .bd1-database-alert:before { content: "\eb68"; } .bd1-database-code:before { content: "\eb69"; } .bd1-database-config:before { content: "\eb6a"; } .bd1-database-download:before { content: "\eb6b"; } .bd1-database-enter:before { content: "\eb6c"; } .bd1-database-fail:before { content: "\eb6d"; } .bd1-database-first:before { content: "\eb6e"; } .bd1-database-forbid:before { content: "\eb6f"; } .bd1-database-lock:before { content: "\eb70"; } .bd1-database-network:before { content: "\eb71"; } .bd1-database-network-point:before { content: "\eb72"; } .bd1-database-point:before { content: "\eb73"; } .bd1-database-position:before { content: "\eb74"; } .bd1-database-power:before { content: "\eb75"; } .bd1-database-proportion:before { content: "\eb76"; } .bd1-database-search:before { content: "\eb77"; } .bd1-database-setting:before { content: "\eb78"; } .bd1-database-success:before { content: "\eb79"; } .bd1-database-sync:before { content: "\eb7a"; } .bd1-database-time:before { content: "\eb7b"; } .bd1-data-display:before { content: "\eb7c"; } .bd1-data-file:before { content: "\eb7d"; } .bd1-data-four:before { content: "\eb7e"; } .bd1-data-lock:before { content: "\eb7f"; } .bd1-data-null:before { content: "\eb80"; } .bd1-data-one:before { content: "\eb81"; } .bd1-data-screen:before { content: "\eb82"; } .bd1-data-server:before { content: "\eb83"; } .bd1-data-sheet:before { content: "\eb84"; } .bd1-data-switching:before { content: "\eb85"; } .bd1-data-three:before { content: "\eb86"; } .bd1-data-two:before { content: "\eb87"; } .bd1-data-user:before { content: "\eb88"; } .bd1-date-comes-back:before { content: "\eb89"; } .bd1-deadline-sort:before { content: "\eb8a"; } .bd1-death-star:before { content: "\eb8b"; } .bd1-deeplink:before { content: "\eb8c"; } .bd1-deer:before { content: "\eb8d"; } .bd1-degree-hat:before { content: "\eb8e"; } .bd1-delete:before { content: "\eb8f"; } .bd1-delete-five:before { content: "\eb90"; } .bd1-delete-four:before { content: "\eb91"; } .bd1-delete-key:before { content: "\eb92"; } .bd1-delete-mode:before { content: "\eb93"; } .bd1-delete-one:before { content: "\eb94"; } .bd1-delete-themes:before { content: "\eb95"; } .bd1-delete-three:before { content: "\eb96"; } .bd1-delete-two:before { content: "\eb97"; } .bd1-delivery:before { content: "\eb98"; } .bd1-deposit:before { content: "\eb99"; } .bd1-descend:before { content: "\eb9a"; } .bd1-desk-lamp:before { content: "\eb9b"; } .bd1-desk-lamp-one:before { content: "\eb9c"; } .bd1-detection:before { content: "\eb9d"; } .bd1-devices:before { content: "\eb9e"; } .bd1-diamond:before { content: "\eb9f"; } .bd1-diamond-necklace:before { content: "\eba0"; } .bd1-diamond-one:before { content: "\eba1"; } .bd1-diamond-ring:before { content: "\eba2"; } .bd1-diamonds:before { content: "\eba3"; } .bd1-diamond-three:before { content: "\eba4"; } .bd1-diamond-two:before { content: "\eba5"; } .bd1-dianziqian:before { content: "\eba6"; } .bd1-diapers-one:before { content: "\eba7"; } .bd1-difference-set:before { content: "\eba8"; } .bd1-digital-watches:before { content: "\eba9"; } .bd1-direction:before { content: "\ebaa"; } .bd1-direction-adjustment:before { content: "\ebab"; } .bd1-direction-adjustment-three:before { content: "\ebac"; } .bd1-direction-adjustment-two:before { content: "\ebad"; } .bd1-disabaled-web:before { content: "\ebae"; } .bd1-disabled-computer:before { content: "\ebaf"; } .bd1-disabled-laptop:before { content: "\ebb0"; } .bd1-disabled-picture:before { content: "\ebb1"; } .bd1-disappointed-face:before { content: "\ebb2"; } .bd1-discovery-index:before { content: "\ebb3"; } .bd1-disk:before { content: "\ebb4"; } .bd1-disk-one:before { content: "\ebb5"; } .bd1-disk-two:before { content: "\ebb6"; } .bd1-dislike:before { content: "\ebb7"; } .bd1-dislike-two:before { content: "\ebb8"; } .bd1-display:before { content: "\ebb9"; } .bd1-distortion:before { content: "\ebba"; } .bd1-distraught-face:before { content: "\ebbb"; } .bd1-distribute-horizontally:before { content: "\ebbc"; } .bd1-distribute-horizontal-spacing:before { content: "\ebbd"; } .bd1-distribute-vertically:before { content: "\ebbe"; } .bd1-distribute-vertical-spacing:before { content: "\ebbf"; } .bd1-dividing-line:before { content: "\ebc0"; } .bd1-dividing-line-one:before { content: "\ebc1"; } .bd1-diving:before { content: "\ebc2"; } .bd1-diving-bottle:before { content: "\ebc3"; } .bd1-diving-suit:before { content: "\ebc4"; } .bd1-division:before { content: "\ebc5"; } .bd1-dizzy-face:before { content: "\ebc6"; } .bd1-doc-add:before { content: "\ebc7"; } .bd1-doc-detail:before { content: "\ebc8"; } .bd1-doc-fail:before { content: "\ebc9"; } .bd1-doc-search:before { content: "\ebca"; } .bd1-doc-search-two:before { content: "\ebcb"; } .bd1-doc-success:before { content: "\ebcc"; } .bd1-document-folder:before { content: "\ebcd"; } .bd1-dog:before { content: "\ebce"; } .bd1-dog-zodiac:before { content: "\ebcf"; } .bd1-dollar:before { content: "\ebd0"; } .bd1-dolphin:before { content: "\ebd1"; } .bd1-dome:before { content: "\ebd2"; } .bd1-dome-light:before { content: "\ebd3"; } .bd1-done-all:before { content: "\ebd4"; } .bd1-dongchedi:before { content: "\ebd5"; } .bd1-door-handle:before { content: "\ebd6"; } .bd1-dot:before { content: "\ebd7"; } .bd1-double-bed:before { content: "\ebd8"; } .bd1-double-down:before { content: "\ebd9"; } .bd1-double-left:before { content: "\ebda"; } .bd1-double-right:before { content: "\ebdb"; } .bd1-double-up:before { content: "\ebdc"; } .bd1-doughnut:before { content: "\ebdd"; } .bd1-down:before { content: "\ebde"; } .bd1-down-c:before { content: "\ebdf"; } .bd1-download:before { content: "\ebe0"; } .bd1-download-computer:before { content: "\ebe1"; } .bd1-download-four:before { content: "\ebe2"; } .bd1-download-laptop:before { content: "\ebe3"; } .bd1-download-one:before { content: "\ebe4"; } .bd1-download-three:before { content: "\ebe5"; } .bd1-download-two:before { content: "\ebe6"; } .bd1-download-web:before { content: "\ebe7"; } .bd1-down-one:before { content: "\ebe8"; } .bd1-down-picture:before { content: "\ebe9"; } .bd1-down-small:before { content: "\ebea"; } .bd1-down-square:before { content: "\ebeb"; } .bd1-down-two:before { content: "\ebec"; } .bd1-drag:before { content: "\ebed"; } .bd1-dragon-zodiac:before { content: "\ebee"; } .bd1-dribble:before { content: "\ebef"; } .bd1-drink:before { content: "\ebf0"; } .bd1-drone:before { content: "\ebf1"; } .bd1-drone-one:before { content: "\ebf2"; } .bd1-dropbox:before { content: "\ebf3"; } .bd1-drop-down-list:before { content: "\ebf4"; } .bd1-drop-shadow-down:before { content: "\ebf5"; } .bd1-drop-shadow-left:before { content: "\ebf6"; } .bd1-drop-shadow-right:before { content: "\ebf7"; } .bd1-drop-shadow-up:before { content: "\ebf8"; } .bd1-drumstick:before { content: "\ebf9"; } .bd1-dubai:before { content: "\ebfa"; } .bd1-duck:before { content: "\ebfb"; } .bd1-dumbbell:before { content: "\ebfc"; } .bd1-dumbbel-line:before { content: "\ebfd"; } .bd1-dvi:before { content: "\ebfe"; } .bd1-eagle:before { content: "\ebff"; } .bd1-earth:before { content: "\ec00"; } .bd1-easy:before { content: "\ec01"; } .bd1-ecg:before { content: "\ec02"; } .bd1-edit:before { content: "\ec03"; } .bd1-editing:before { content: "\ec04"; } .bd1-edit-movie:before { content: "\ec05"; } .bd1-edit-name:before { content: "\ec06"; } .bd1-edit-one:before { content: "\ec07"; } .bd1-editor:before { content: "\ec08"; } .bd1-edit-two:before { content: "\ec09"; } .bd1-eeg:before { content: "\ec0a"; } .bd1-effects:before { content: "\ec0b"; } .bd1-efferent-four:before { content: "\ec0c"; } .bd1-efferent-three:before { content: "\ec0d"; } .bd1-egg:before { content: "\ec0e"; } .bd1-egg-one:before { content: "\ec0f"; } .bd1-eggplant:before { content: "\ec10"; } .bd1-eiffel-tower:before { content: "\ec11"; } .bd1-eight-key:before { content: "\ec12"; } .bd1-electric-drill:before { content: "\ec13"; } .bd1-electric-iron:before { content: "\ec14"; } .bd1-electric-wave:before { content: "\ec15"; } .bd1-electrocardiogram:before { content: "\ec16"; } .bd1-electronic-door-lock:before { content: "\ec17"; } .bd1-electronic-locks-close:before { content: "\ec18"; } .bd1-electronic-locks-open:before { content: "\ec19"; } .bd1-electronic-pen:before { content: "\ec1a"; } .bd1-elephant:before { content: "\ec1b"; } .bd1-elevator:before { content: "\ec1c"; } .bd1-email-block:before { content: "\ec1d"; } .bd1-email-delect:before { content: "\ec1e"; } .bd1-email-down:before { content: "\ec1f"; } .bd1-email-fail:before { content: "\ec20"; } .bd1-email-lock:before { content: "\ec21"; } .bd1-email-push:before { content: "\ec22"; } .bd1-email-search:before { content: "\ec23"; } .bd1-email-security:before { content: "\ec24"; } .bd1-email-successfully:before { content: "\ec25"; } .bd1-emotion-happy:before { content: "\ec26"; } .bd1-emotion-unhappy:before { content: "\ec27"; } .bd1-empty:before { content: "\ec28"; } .bd1-endless:before { content: "\ec29"; } .bd1-endocrine:before { content: "\ec2a"; } .bd1-endpoint-displacement:before { content: "\ec2b"; } .bd1-endpoint-flat:before { content: "\ec2c"; } .bd1-endpoint-round:before { content: "\ec2d"; } .bd1-endpoint-square:before { content: "\ec2e"; } .bd1-end-time-sort:before { content: "\ec2f"; } .bd1-energy-socket:before { content: "\ec30"; } .bd1-engineering-brand:before { content: "\ec31"; } .bd1-engineering-vehicle:before { content: "\ec32"; } .bd1-english:before { content: "\ec33"; } .bd1-english-mustache:before { content: "\ec34"; } .bd1-enquire:before { content: "\ec35"; } .bd1-enter-key:before { content: "\ec36"; } .bd1-enter-key-one:before { content: "\ec37"; } .bd1-entertainment:before { content: "\ec38"; } .bd1-enter-the-keyboard:before { content: "\ec39"; } .bd1-envelope:before { content: "\ec3a"; } .bd1-envelope-one:before { content: "\ec3b"; } .bd1-equalizer:before { content: "\ec3c"; } .bd1-equal-ratio:before { content: "\ec3d"; } .bd1-erase:before { content: "\ec3e"; } .bd1-error:before { content: "\ec3f"; } .bd1-error-computer:before { content: "\ec40"; } .bd1-error-picture:before { content: "\ec41"; } .bd1-error-prompt:before { content: "\ec42"; } .bd1-escalators:before { content: "\ec43"; } .bd1-ethernet-off:before { content: "\ec44"; } .bd1-ethernet-on:before { content: "\ec45"; } .bd1-every-user:before { content: "\ec46"; } .bd1-excel:before { content: "\ec47"; } .bd1-excel-one:before { content: "\ec48"; } .bd1-exchange:before { content: "\ec49"; } .bd1-exchange-four:before { content: "\ec4a"; } .bd1-exchange-one:before { content: "\ec4b"; } .bd1-exchange-three:before { content: "\ec4c"; } .bd1-exchange-two:before { content: "\ec4d"; } .bd1-exclude-selection:before { content: "\ec4e"; } .bd1-exclusive-gateway:before { content: "\ec4f"; } .bd1-expand-down:before { content: "\ec50"; } .bd1-expand-down-one:before { content: "\ec51"; } .bd1-expand-left:before { content: "\ec52"; } .bd1-expand-left-and-right:before { content: "\ec53"; } .bd1-expand-right:before { content: "\ec54"; } .bd1-expand-text-input:before { content: "\ec55"; } .bd1-expand-up:before { content: "\ec56"; } .bd1-expenses:before { content: "\ec57"; } .bd1-expenses-one:before { content: "\ec58"; } .bd1-experiment:before { content: "\ec59"; } .bd1-experiment-one:before { content: "\ec5a"; } .bd1-export:before { content: "\ec5b"; } .bd1-express-delivery:before { content: "\ec5c"; } .bd1-expressionless-face:before { content: "\ec5d"; } .bd1-extend:before { content: "\ec5e"; } .bd1-external-transmission:before { content: "\ec5f"; } .bd1-eyebrow:before { content: "\ec60"; } .bd1-eyes:before { content: "\ec61"; } .bd1-facebook:before { content: "\ec62"; } .bd1-facebook-one:before { content: "\ec63"; } .bd1-face-powder:before { content: "\ec64"; } .bd1-face-recognition:before { content: "\ec65"; } .bd1-facetime:before { content: "\ec66"; } .bd1-faceu:before { content: "\ec67"; } .bd1-face-without-mouth:before { content: "\ec68"; } .bd1-face-with-smiling-open-eyes:before { content: "\ec69"; } .bd1-facial-cleanser:before { content: "\ec6a"; } .bd1-facial-mask:before { content: "\ec6b"; } .bd1-factory-building:before { content: "\ec6c"; } .bd1-fail-picture:before { content: "\ec6d"; } .bd1-family:before { content: "\ec6e"; } .bd1-fan:before { content: "\ec6f"; } .bd1-fanqiexiaoshuo:before { content: "\ec70"; } .bd1-feelgood:before { content: "\ec71"; } .bd1-feelgood-one:before { content: "\ec72"; } .bd1-f-eight-key:before { content: "\ec73"; } .bd1-feiyu:before { content: "\ec74"; } .bd1-female:before { content: "\ec75"; } .bd1-fence-one:before { content: "\ec76"; } .bd1-fence-two:before { content: "\ec77"; } .bd1-ferris-wheel:before { content: "\ec78"; } .bd1-f-five-key:before { content: "\ec79"; } .bd1-f-four-key:before { content: "\ec7a"; } .bd1-figma:before { content: "\ec7b"; } .bd1-figma-component:before { content: "\ec7c"; } .bd1-figma-flatten-selection:before { content: "\ec7d"; } .bd1-figma-mask:before { content: "\ec7e"; } .bd1-figma-reset-instance:before { content: "\ec7f"; } .bd1-file-addition:before { content: "\ec80"; } .bd1-file-addition-one:before { content: "\ec81"; } .bd1-file-cabinet:before { content: "\ec82"; } .bd1-file-code:before { content: "\ec83"; } .bd1-file-code-one:before { content: "\ec84"; } .bd1-file-collection:before { content: "\ec85"; } .bd1-file-collection-one:before { content: "\ec86"; } .bd1-file-conversion:before { content: "\ec87"; } .bd1-file-conversion-one:before { content: "\ec88"; } .bd1-file-date:before { content: "\ec89"; } .bd1-file-date-one:before { content: "\ec8a"; } .bd1-file-display:before { content: "\ec8b"; } .bd1-file-display-one:before { content: "\ec8c"; } .bd1-file-doc:before { content: "\ec8d"; } .bd1-file-editing:before { content: "\ec8e"; } .bd1-file-editing-one:before { content: "\ec8f"; } .bd1-file-excel:before { content: "\ec90"; } .bd1-file-failed:before { content: "\ec91"; } .bd1-file-failed-one:before { content: "\ec92"; } .bd1-file-focus:before { content: "\ec93"; } .bd1-file-focus-one:before { content: "\ec94"; } .bd1-file-gif:before { content: "\ec95"; } .bd1-file-hash:before { content: "\ec96"; } .bd1-file-hash-one:before { content: "\ec97"; } .bd1-file-hiding:before { content: "\ec98"; } .bd1-file-hiding-one:before { content: "\ec99"; } .bd1-file-jpg:before { content: "\ec9a"; } .bd1-file-lock:before { content: "\ec9b"; } .bd1-file-lock-one:before { content: "\ec9c"; } .bd1-file-music:before { content: "\ec9d"; } .bd1-file-music-one:before { content: "\ec9e"; } .bd1-file-pdf:before { content: "\ec9f"; } .bd1-file-pdf-one:before { content: "\eca0"; } .bd1-file-ppt:before { content: "\eca1"; } .bd1-file-protection:before { content: "\eca2"; } .bd1-file-protection-one:before { content: "\eca3"; } .bd1-file-quality:before { content: "\eca4"; } .bd1-file-quality-one:before { content: "\eca5"; } .bd1-file-question:before { content: "\eca6"; } .bd1-file-removal:before { content: "\eca7"; } .bd1-file-removal-one:before { content: "\eca8"; } .bd1-file-search:before { content: "\eca9"; } .bd1-file-search-one:before { content: "\ecaa"; } .bd1-file-search-two:before { content: "\ecab"; } .bd1-file-settings:before { content: "\ecac"; } .bd1-file-settings-one:before { content: "\ecad"; } .bd1-file-staff:before { content: "\ecae"; } .bd1-file-staff-one:before { content: "\ecaf"; } .bd1-file-success:before { content: "\ecb0"; } .bd1-file-success-one:before { content: "\ecb1"; } .bd1-file-text:before { content: "\ecb2"; } .bd1-file-text-one:before { content: "\ecb3"; } .bd1-file-tips:before { content: "\ecb4"; } .bd1-file-tips-one:before { content: "\ecb5"; } .bd1-file-txt:before { content: "\ecb6"; } .bd1-file-txt-one:before { content: "\ecb7"; } .bd1-file-withdrawal:before { content: "\ecb8"; } .bd1-file-withdrawal-one:before { content: "\ecb9"; } .bd1-file-word:before { content: "\ecba"; } .bd1-file-zip:before { content: "\ecbb"; } .bd1-fill:before { content: "\ecbc"; } .bd1-film:before { content: "\ecbd"; } .bd1-filter:before { content: "\ecbe"; } .bd1-filter-one:before { content: "\ecbf"; } .bd1-finance:before { content: "\ecc0"; } .bd1-financing:before { content: "\ecc1"; } .bd1-financing-one:before { content: "\ecc2"; } .bd1-financing-two:before { content: "\ecc3"; } .bd1-find:before { content: "\ecc4"; } .bd1-find-one:before { content: "\ecc5"; } .bd1-fingernail:before { content: "\ecc6"; } .bd1-fingerprint:before { content: "\ecc7"; } .bd1-fingerprint-three:before { content: "\ecc8"; } .bd1-fingerprint-two:before { content: "\ecc9"; } .bd1-fire:before { content: "\ecca"; } .bd1-fire-extinguisher:before { content: "\eccb"; } .bd1-fire-extinguisher-one:before { content: "\eccc"; } .bd1-fire-two:before { content: "\eccd"; } .bd1-fireworks:before { content: "\ecce"; } .bd1-first:before { content: "\eccf"; } .bd1-first-aid-kit:before { content: "\ecd0"; } .bd1-fish:before { content: "\ecd1"; } .bd1-fishing:before { content: "\ecd2"; } .bd1-fish-one:before { content: "\ecd3"; } .bd1-fist:before { content: "\ecd4"; } .bd1-fitness:before { content: "\ecd5"; } .bd1-five:before { content: "\ecd6"; } .bd1-five-ellipses:before { content: "\ecd7"; } .bd1-five-five:before { content: "\ecd8"; } .bd1-five-key:before { content: "\ecd9"; } .bd1-five-star-badge:before { content: "\ecda"; } .bd1-flag:before { content: "\ecdb"; } .bd1-flashlamp:before { content: "\ecdc"; } .bd1-flashlight:before { content: "\ecdd"; } .bd1-flash-payment:before { content: "\ecde"; } .bd1-flask:before { content: "\ecdf"; } .bd1-flight-airflow:before { content: "\ece0"; } .bd1-flight-safety:before { content: "\ece1"; } .bd1-flip-camera:before { content: "\ece2"; } .bd1-flip-horizontally:before { content: "\ece3"; } .bd1-flip-vertically:before { content: "\ece4"; } .bd1-flirt:before { content: "\ece5"; } .bd1-float:before { content: "\ece6"; } .bd1-floor-tile:before { content: "\ece7"; } .bd1-fm:before { content: "\ece8"; } .bd1-f-nine-key:before { content: "\ece9"; } .bd1-f-n-key:before { content: "\ecea"; } .bd1-focus:before { content: "\eceb"; } .bd1-focus-one:before { content: "\ecec"; } .bd1-fog:before { content: "\eced"; } .bd1-folder:before { content: "\ecee"; } .bd1-folder-block:before { content: "\ecef"; } .bd1-folder-block-one:before { content: "\ecf0"; } .bd1-folder-close:before { content: "\ecf1"; } .bd1-folder-code:before { content: "\ecf2"; } .bd1-folder-code-one:before { content: "\ecf3"; } .bd1-folder-conversion:before { content: "\ecf4"; } .bd1-folder-conversion-one:before { content: "\ecf5"; } .bd1-folder-download:before { content: "\ecf6"; } .bd1-folder-failed:before { content: "\ecf7"; } .bd1-folder-failed-one:before { content: "\ecf8"; } .bd1-folder-focus:before { content: "\ecf9"; } .bd1-folder-focus-one:before { content: "\ecfa"; } .bd1-folder-lock:before { content: "\ecfb"; } .bd1-folder-lock-one:before { content: "\ecfc"; } .bd1-folder-minus:before { content: "\ecfd"; } .bd1-folder-music:before { content: "\ecfe"; } .bd1-folder-music-one:before { content: "\ecff"; } .bd1-folder-one:before { content: "\ed00"; } .bd1-folder-open:before { content: "\ed01"; } .bd1-folder-plus:before { content: "\ed02"; } .bd1-folder-protection:before { content: "\ed03"; } .bd1-folder-protection-one:before { content: "\ed04"; } .bd1-folder-quality:before { content: "\ed05"; } .bd1-folder-quality-one:before { content: "\ed06"; } .bd1-folder-search:before { content: "\ed07"; } .bd1-folder-search-one:before { content: "\ed08"; } .bd1-folder-settings:before { content: "\ed09"; } .bd1-folder-settings-one:before { content: "\ed0a"; } .bd1-folder-success:before { content: "\ed0b"; } .bd1-folder-success-one:before { content: "\ed0c"; } .bd1-folder-upload:before { content: "\ed0d"; } .bd1-folder-withdrawal:before { content: "\ed0e"; } .bd1-folder-withdrawal-one:before { content: "\ed0f"; } .bd1-fold-up-one:before { content: "\ed10"; } .bd1-follow-up-date-sort:before { content: "\ed11"; } .bd1-f-one-key:before { content: "\ed12"; } .bd1-font-search:before { content: "\ed13"; } .bd1-font-size:before { content: "\ed14"; } .bd1-font-size-two:before { content: "\ed15"; } .bd1-foot:before { content: "\ed16"; } .bd1-football:before { content: "\ed17"; } .bd1-forbid:before { content: "\ed18"; } .bd1-fork:before { content: "\ed19"; } .bd1-fork-spoon:before { content: "\ed1a"; } .bd1-form:before { content: "\ed1b"; } .bd1-format:before { content: "\ed1c"; } .bd1-format-brush:before { content: "\ed1d"; } .bd1-form-one:before { content: "\ed1e"; } .bd1-formula:before { content: "\ed1f"; } .bd1-foundation-makeup:before { content: "\ed20"; } .bd1-four:before { content: "\ed21"; } .bd1-four-arrows:before { content: "\ed22"; } .bd1-four-four:before { content: "\ed23"; } .bd1-four-key:before { content: "\ed24"; } .bd1-four-leaves:before { content: "\ed25"; } .bd1-four-point-connection:before { content: "\ed26"; } .bd1-four-round-point-connection:before { content: "\ed27"; } .bd1-foursquare:before { content: "\ed28"; } .bd1-freeze-column:before { content: "\ed29"; } .bd1-freeze-line:before { content: "\ed2a"; } .bd1-freezing-line-column:before { content: "\ed2b"; } .bd1-french-fries:before { content: "\ed2c"; } .bd1-friends-circle:before { content: "\ed2d"; } .bd1-frigate:before { content: "\ed2e"; } .bd1-frog:before { content: "\ed2f"; } .bd1-frowning-face-whit-open-mouth:before { content: "\ed30"; } .bd1-fruiter:before { content: "\ed31"; } .bd1-f-seven-key:before { content: "\ed32"; } .bd1-f-six-key:before { content: "\ed33"; } .bd1-f-three-key:before { content: "\ed34"; } .bd1-f-two-key:before { content: "\ed35"; } .bd1-full-dress-longuette:before { content: "\ed36"; } .bd1-full-screen:before { content: "\ed37"; } .bd1-full-screen-one:before { content: "\ed38"; } .bd1-full-screen-play:before { content: "\ed39"; } .bd1-full-screen-two:before { content: "\ed3a"; } .bd1-full-selection:before { content: "\ed3b"; } .bd1-fullwidth:before { content: "\ed3c"; } .bd1-funds:before { content: "\ed3d"; } .bd1-future-build-one:before { content: "\ed3e"; } .bd1-future-build-three:before { content: "\ed3f"; } .bd1-future-build-two:before { content: "\ed40"; } .bd1-f-zero-key:before { content: "\ed41"; } .bd1-game:before { content: "\ed42"; } .bd1-game-console:before { content: "\ed43"; } .bd1-game-console-one:before { content: "\ed44"; } .bd1-game-emoji:before { content: "\ed45"; } .bd1-game-handle:before { content: "\ed46"; } .bd1-gamepad:before { content: "\ed47"; } .bd1-game-ps:before { content: "\ed48"; } .bd1-game-three:before { content: "\ed49"; } .bd1-game-two:before { content: "\ed4a"; } .bd1-garage:before { content: "\ed4b"; } .bd1-garlic:before { content: "\ed4c"; } .bd1-gas:before { content: "\ed4d"; } .bd1-gastrointestinal:before { content: "\ed4e"; } .bd1-gate:before { content: "\ed4f"; } .bd1-gate-machine:before { content: "\ed50"; } .bd1-gauze:before { content: "\ed51"; } .bd1-gavel:before { content: "\ed52"; } .bd1-gemini:before { content: "\ed53"; } .bd1-general-branch:before { content: "\ed54"; } .bd1-geometric-flowers:before { content: "\ed55"; } .bd1-germs:before { content: "\ed56"; } .bd1-ghost:before { content: "\ed57"; } .bd1-gift:before { content: "\ed58"; } .bd1-gift-bag:before { content: "\ed59"; } .bd1-gift-box:before { content: "\ed5a"; } .bd1-girl:before { content: "\ed5b"; } .bd1-girl-one:before { content: "\ed5c"; } .bd1-girl-two:before { content: "\ed5d"; } .bd1-github:before { content: "\ed5e"; } .bd1-github-one:before { content: "\ed5f"; } .bd1-gitlab:before { content: "\ed60"; } .bd1-glasses:before { content: "\ed61"; } .bd1-glasses-one:before { content: "\ed62"; } .bd1-glasses-three:before { content: "\ed63"; } .bd1-globe:before { content: "\ed64"; } .bd1-glove:before { content: "\ed65"; } .bd1-go-ahead:before { content: "\ed66"; } .bd1-goblet:before { content: "\ed67"; } .bd1-goblet-cracking:before { content: "\ed68"; } .bd1-goblet-full:before { content: "\ed69"; } .bd1-goblet-one:before { content: "\ed6a"; } .bd1-go-end:before { content: "\ed6b"; } .bd1-gold-medal:before { content: "\ed6c"; } .bd1-gold-medal-two:before { content: "\ed6d"; } .bd1-golf-course:before { content: "\ed6e"; } .bd1-gongfu:before { content: "\ed6f"; } .bd1-good:before { content: "\ed70"; } .bd1-good-one:before { content: "\ed71"; } .bd1-good-two:before { content: "\ed72"; } .bd1-google:before { content: "\ed73"; } .bd1-google-ads:before { content: "\ed74"; } .bd1-go-on:before { content: "\ed75"; } .bd1-gopro:before { content: "\ed76"; } .bd1-go-start:before { content: "\ed77"; } .bd1-gps:before { content: "\ed78"; } .bd1-graphic-design:before { content: "\ed79"; } .bd1-graphic-design-two:before { content: "\ed7a"; } .bd1-graphic-stitching:before { content: "\ed7b"; } .bd1-graphic-stitching-four:before { content: "\ed7c"; } .bd1-graphic-stitching-three:before { content: "\ed7d"; } .bd1-great-wall:before { content: "\ed7e"; } .bd1-green-house:before { content: "\ed7f"; } .bd1-green-new-energy:before { content: "\ed80"; } .bd1-grid-four:before { content: "\ed81"; } .bd1-grid-nine:before { content: "\ed82"; } .bd1-grid-sixteen:before { content: "\ed83"; } .bd1-grid-three:before { content: "\ed84"; } .bd1-grid-two:before { content: "\ed85"; } .bd1-grimacing-face:before { content: "\ed86"; } .bd1-grinning-face:before { content: "\ed87"; } .bd1-grinning-face-with-open-mouth:before { content: "\ed88"; } .bd1-grinning-face-with-squinting-eyes:before { content: "\ed89"; } .bd1-grinning-face-with-tightly-closed-eyes:before { content: "\ed8a"; } .bd1-grinning-face-with-tightly-closed-eyes-open-mouth:before { content: "\ed8b"; } .bd1-group:before { content: "\ed8c"; } .bd1-guide-board:before { content: "\ed8d"; } .bd1-gymnastics:before { content: "\ed8e"; } .bd1-gymnastics-one:before { content: "\ed8f"; } .bd1-h:before { content: "\ed90"; } .bd1-h1:before { content: "\ed91"; } .bd1-h2:before { content: "\ed92"; } .bd1-h3:before { content: "\ed93"; } .bd1-hair-brush:before { content: "\ed94"; } .bd1-hair-clip:before { content: "\ed95"; } .bd1-hair-dryer:before { content: "\ed96"; } .bd1-hair-dryer-one:before { content: "\ed97"; } .bd1-halo:before { content: "\ed98"; } .bd1-hamburger:before { content: "\ed99"; } .bd1-hamburger-button:before { content: "\ed9a"; } .bd1-hamburger-one:before { content: "\ed9b"; } .bd1-hammer-and-anvil:before { content: "\ed9c"; } .bd1-handbag:before { content: "\ed9d"; } .bd1-hand-cream:before { content: "\ed9e"; } .bd1-hand-down:before { content: "\ed9f"; } .bd1-hand-drag:before { content: "\eda0"; } .bd1-handheld:before { content: "\eda1"; } .bd1-handle-a:before { content: "\eda2"; } .bd1-handle-b:before { content: "\eda3"; } .bd1-handle-c:before { content: "\eda4"; } .bd1-handle-down:before { content: "\eda5"; } .bd1-hand-left:before { content: "\eda6"; } .bd1-handle-left:before { content: "\eda7"; } .bd1-handle-right:before { content: "\eda8"; } .bd1-handle-round:before { content: "\eda9"; } .bd1-handle-square:before { content: "\edaa"; } .bd1-handle-triangle:before { content: "\edab"; } .bd1-handle-up:before { content: "\edac"; } .bd1-handle-x:before { content: "\edad"; } .bd1-handle-y:before { content: "\edae"; } .bd1-handle-z:before { content: "\edaf"; } .bd1-hand-painted-plate:before { content: "\edb0"; } .bd1-hand-right:before { content: "\edb1"; } .bd1-hands:before { content: "\edb2"; } .bd1-hand-up:before { content: "\edb3"; } .bd1-handwashing:before { content: "\edb4"; } .bd1-handwashing-fluid:before { content: "\edb5"; } .bd1-hanfu-chinese-style:before { content: "\edb6"; } .bd1-hanger:before { content: "\edb7"; } .bd1-hanger-one:before { content: "\edb8"; } .bd1-hanger-two:before { content: "\edb9"; } .bd1-hard-disk:before { content: "\edba"; } .bd1-hard-disk-one:before { content: "\edbb"; } .bd1-harm:before { content: "\edbc"; } .bd1-hashtag-key:before { content: "\edbd"; } .bd1-hat:before { content: "\edbe"; } .bd1-hdd:before { content: "\edbf"; } .bd1-hdmi-cable:before { content: "\edc0"; } .bd1-hdmi-connector:before { content: "\edc1"; } .bd1-headphone-sound:before { content: "\edc2"; } .bd1-headset:before { content: "\edc3"; } .bd1-headset-one:before { content: "\edc4"; } .bd1-headset-two:before { content: "\edc5"; } .bd1-headwear:before { content: "\edc6"; } .bd1-health:before { content: "\edc7"; } .bd1-health-products:before { content: "\edc8"; } .bd1-healthy-recognition:before { content: "\edc9"; } .bd1-heart:before { content: "\edca"; } .bd1-heart-ballon:before { content: "\edcb"; } .bd1-heartbeat:before { content: "\edcc"; } .bd1-heart-rate:before { content: "\edcd"; } .bd1-heater-resistor:before { content: "\edce"; } .bd1-heavy-metal:before { content: "\edcf"; } .bd1-heavy-rain:before { content: "\edd0"; } .bd1-heavy-wind:before { content: "\edd1"; } .bd1-helmet:before { content: "\edd2"; } .bd1-helmet-one:before { content: "\edd3"; } .bd1-help:before { content: "\edd4"; } .bd1-helpcenter:before { content: "\edd5"; } .bd1-hexagonal:before { content: "\edd6"; } .bd1-hexagon-one:before { content: "\edd7"; } .bd1-hexagon-strip:before { content: "\edd8"; } .bd1-hi:before { content: "\edd9"; } .bd1-high-heeled-shoes:before { content: "\edda"; } .bd1-high-light:before { content: "\eddb"; } .bd1-high-speed-rail:before { content: "\eddc"; } .bd1-hippo:before { content: "\eddd"; } .bd1-histogram:before { content: "\edde"; } .bd1-history:before { content: "\eddf"; } .bd1-history-query:before { content: "\ede0"; } .bd1-hockey:before { content: "\ede1"; } .bd1-hold:before { content: "\ede2"; } .bd1-holding-hands:before { content: "\ede3"; } .bd1-hold-interface:before { content: "\ede4"; } .bd1-hold-seeds:before { content: "\ede5"; } .bd1-holy-sword:before { content: "\ede6"; } .bd1-home:before { content: "\ede7"; } .bd1-homestay:before { content: "\ede8"; } .bd1-home-two:before { content: "\ede9"; } .bd1-honey:before { content: "\edea"; } .bd1-honey-one:before { content: "\edeb"; } .bd1-horizontally-centered:before { content: "\edec"; } .bd1-horizontal-spacing-between-items:before { content: "\eded"; } .bd1-horizontal-tidy-up:before { content: "\edee"; } .bd1-horse-zodiac:before { content: "\edef"; } .bd1-hospital:before { content: "\edf0"; } .bd1-hospital-bed:before { content: "\edf1"; } .bd1-hospital-four:before { content: "\edf2"; } .bd1-hospital-three:before { content: "\edf3"; } .bd1-hospital-two:before { content: "\edf4"; } .bd1-hot-air-balloon:before { content: "\edf5"; } .bd1-hotel:before { content: "\edf6"; } .bd1-hotel-do-not-clean:before { content: "\edf7"; } .bd1-hotel-please-clean:before { content: "\edf8"; } .bd1-hot-pot:before { content: "\edf9"; } .bd1-hot-pot-one:before { content: "\edfa"; } .bd1-hourglass:before { content: "\edfb"; } .bd1-hourglass-full:before { content: "\edfc"; } .bd1-hourglass-null:before { content: "\edfd"; } .bd1-html-five:before { content: "\edfe"; } .bd1-hunting-gear:before { content: "\edff"; } .bd1-huoshanzhibo:before { content: "\ee00"; } .bd1-icecream:before { content: "\ee01"; } .bd1-icecream-five:before { content: "\ee02"; } .bd1-icecream-four:before { content: "\ee03"; } .bd1-icecream-one:before { content: "\ee04"; } .bd1-icecream-three:before { content: "\ee05"; } .bd1-icecream-two:before { content: "\ee06"; } .bd1-id-card:before { content: "\ee07"; } .bd1-id-card-h:before { content: "\ee08"; } .bd1-id-card-v:before { content: "\ee09"; } .bd1-i-mac:before { content: "\ee0a"; } .bd1-image-files:before { content: "\ee0b"; } .bd1-imbalance:before { content: "\ee0c"; } .bd1-import-and-export:before { content: "\ee0d"; } .bd1-inbox:before { content: "\ee0e"; } .bd1-inbox-download-r:before { content: "\ee0f"; } .bd1-inbox-in:before { content: "\ee10"; } .bd1-inbox-out:before { content: "\ee11"; } .bd1-inbox-r:before { content: "\ee12"; } .bd1-inbox-success:before { content: "\ee13"; } .bd1-inbox-success-r:before { content: "\ee14"; } .bd1-inbox-upload-r:before { content: "\ee15"; } .bd1-inclusive-gateway:before { content: "\ee16"; } .bd1-income:before { content: "\ee17"; } .bd1-income-one:before { content: "\ee18"; } .bd1-incoming:before { content: "\ee19"; } .bd1-increase:before { content: "\ee1a"; } .bd1-increase-the-scale:before { content: "\ee1b"; } .bd1-indent-left:before { content: "\ee1c"; } .bd1-indent-right:before { content: "\ee1d"; } .bd1-index-finger:before { content: "\ee1e"; } .bd1-induction-lock:before { content: "\ee1f"; } .bd1-industrial-scales:before { content: "\ee20"; } .bd1-in-flight:before { content: "\ee21"; } .bd1-info:before { content: "\ee22"; } .bd1-infusion:before { content: "\ee23"; } .bd1-injection:before { content: "\ee24"; } .bd1-inline:before { content: "\ee25"; } .bd1-inner-shadow-bottom-left:before { content: "\ee26"; } .bd1-inner-shadow-bottom-right:before { content: "\ee27"; } .bd1-inner-shadow-down:before { content: "\ee28"; } .bd1-inner-shadow-left:before { content: "\ee29"; } .bd1-inner-shadow-right:before { content: "\ee2a"; } .bd1-inner-shadow-top-left:before { content: "\ee2b"; } .bd1-inner-shadow-top-right:before { content: "\ee2c"; } .bd1-inner-shadow-up:before { content: "\ee2d"; } .bd1-insert-card:before { content: "\ee2e"; } .bd1-insert-table:before { content: "\ee2f"; } .bd1-inspection:before { content: "\ee30"; } .bd1-instagram:before { content: "\ee31"; } .bd1-instagram-one:before { content: "\ee32"; } .bd1-install:before { content: "\ee33"; } .bd1-instruction:before { content: "\ee34"; } .bd1-intercom:before { content: "\ee35"; } .bd1-intermediate-mode:before { content: "\ee36"; } .bd1-internal-data:before { content: "\ee37"; } .bd1-internal-expansion:before { content: "\ee38"; } .bd1-internal-reduction:before { content: "\ee39"; } .bd1-internal-transmission:before { content: "\ee3a"; } .bd1-international:before { content: "\ee3b"; } .bd1-intersection:before { content: "\ee3c"; } .bd1-intersect-selection:before { content: "\ee3d"; } .bd1-invalid-files:before { content: "\ee3e"; } .bd1-invert-camera:before { content: "\ee3f"; } .bd1-invert-left:before { content: "\ee40"; } .bd1-invert-right:before { content: "\ee41"; } .bd1-ios-face-recognition:before { content: "\ee42"; } .bd1-ipad:before { content: "\ee43"; } .bd1-ipad-one:before { content: "\ee44"; } .bd1-iphone:before { content: "\ee45"; } .bd1-ipo:before { content: "\ee46"; } .bd1-iron:before { content: "\ee47"; } .bd1-iron-disable:before { content: "\ee48"; } .bd1-iron-three:before { content: "\ee49"; } .bd1-iron-two:before { content: "\ee4a"; } .bd1-iwatch:before { content: "\ee4b"; } .bd1-iwatch-one:before { content: "\ee4c"; } .bd1-iwatch-two:before { content: "\ee4d"; } .bd1-jewelry:before { content: "\ee4e"; } .bd1-jinritoutiao:before { content: "\ee4f"; } .bd1-journey:before { content: "\ee50"; } .bd1-joystick:before { content: "\ee51"; } .bd1-juice:before { content: "\ee52"; } .bd1-jump:before { content: "\ee53"; } .bd1-kagi-map:before { content: "\ee54"; } .bd1-kettle:before { content: "\ee55"; } .bd1-kettle-one:before { content: "\ee56"; } .bd1-key:before { content: "\ee57"; } .bd1-keyboard:before { content: "\ee58"; } .bd1-keyboard-one:before { content: "\ee59"; } .bd1-keyhole:before { content: "\ee5a"; } .bd1-keyline:before { content: "\ee5b"; } .bd1-key-one:before { content: "\ee5c"; } .bd1-key-two:before { content: "\ee5d"; } .bd1-kitchen-knife:before { content: "\ee5e"; } .bd1-knife-fork:before { content: "\ee5f"; } .bd1-koala-bear:before { content: "\ee60"; } .bd1-kungfu:before { content: "\ee61"; } .bd1-label:before { content: "\ee62"; } .bd1-ladder:before { content: "\ee63"; } .bd1-ladder-one:before { content: "\ee64"; } .bd1-lamp:before { content: "\ee65"; } .bd1-landing:before { content: "\ee66"; } .bd1-landscape:before { content: "\ee67"; } .bd1-land-surveying:before { content: "\ee68"; } .bd1-laptop:before { content: "\ee69"; } .bd1-laptop-computer:before { content: "\ee6a"; } .bd1-laptop-one:before { content: "\ee6b"; } .bd1-lark:before { content: "\ee6c"; } .bd1-lark-one:before { content: "\ee6d"; } .bd1-lattice-pattern:before { content: "\ee6e"; } .bd1-layers:before { content: "\ee6f"; } .bd1-layout-five:before { content: "\ee70"; } .bd1-layout-four:before { content: "\ee71"; } .bd1-layout-one:before { content: "\ee72"; } .bd1-layout-three:before { content: "\ee73"; } .bd1-layout-two:before { content: "\ee74"; } .bd1-leaf:before { content: "\ee75"; } .bd1-leaves:before { content: "\ee76"; } .bd1-leaves-one:before { content: "\ee77"; } .bd1-leaves-two:before { content: "\ee78"; } .bd1-led-diode:before { content: "\ee79"; } .bd1-left:before { content: "\ee7a"; } .bd1-left-alignment:before { content: "\ee7b"; } .bd1-left-and-right-branch:before { content: "\ee7c"; } .bd1-left-bar:before { content: "\ee7d"; } .bd1-left-branch:before { content: "\ee7e"; } .bd1-left-c:before { content: "\ee7f"; } .bd1-left-expand:before { content: "\ee80"; } .bd1-left-one:before { content: "\ee81"; } .bd1-left-small:before { content: "\ee82"; } .bd1-left-small-down:before { content: "\ee83"; } .bd1-left-small-up:before { content: "\ee84"; } .bd1-left-square:before { content: "\ee85"; } .bd1-left-two:before { content: "\ee86"; } .bd1-lemon:before { content: "\ee87"; } .bd1-lens-alignment:before { content: "\ee88"; } .bd1-leo:before { content: "\ee89"; } .bd1-level:before { content: "\ee8a"; } .bd1-level-adjustment:before { content: "\ee8b"; } .bd1-level-eight-title:before { content: "\ee8c"; } .bd1-level-five-title:before { content: "\ee8d"; } .bd1-level-four-title:before { content: "\ee8e"; } .bd1-level-nine-title:before { content: "\ee8f"; } .bd1-level-seven-title:before { content: "\ee90"; } .bd1-level-six-title:before { content: "\ee91"; } .bd1-libra:before { content: "\ee92"; } .bd1-lifebuoy:before { content: "\ee93"; } .bd1-light:before { content: "\ee94"; } .bd1-light-house:before { content: "\ee95"; } .bd1-light-member:before { content: "\ee96"; } .bd1-lightning:before { content: "\ee97"; } .bd1-light-rain:before { content: "\ee98"; } .bd1-like:before { content: "\ee99"; } .bd1-lincoln:before { content: "\ee9a"; } .bd1-link:before { content: "\ee9b"; } .bd1-link-break:before { content: "\ee9c"; } .bd1-link-cloud:before { content: "\ee9d"; } .bd1-link-cloud-faild:before { content: "\ee9e"; } .bd1-link-cloud-sucess:before { content: "\ee9f"; } .bd1-link-four:before { content: "\eea0"; } .bd1-link-in:before { content: "\eea1"; } .bd1-link-interrupt:before { content: "\eea2"; } .bd1-link-left:before { content: "\eea3"; } .bd1-link-one:before { content: "\eea4"; } .bd1-link-out:before { content: "\eea5"; } .bd1-link-right:before { content: "\eea6"; } .bd1-link-three:before { content: "\eea7"; } .bd1-link-two:before { content: "\eea8"; } .bd1-lip-gloss:before { content: "\eea9"; } .bd1-lipstick:before { content: "\eeaa"; } .bd1-lipstick-one:before { content: "\eeab"; } .bd1-lip-tattoo:before { content: "\eeac"; } .bd1-liqueur:before { content: "\eead"; } .bd1-list:before { content: "\eeae"; } .bd1-list-add:before { content: "\eeaf"; } .bd1-list-alphabet:before { content: "\eeb0"; } .bd1-list-bottom:before { content: "\eeb1"; } .bd1-list-checkbox:before { content: "\eeb2"; } .bd1-list-fail:before { content: "\eeb3"; } .bd1-list-middle:before { content: "\eeb4"; } .bd1-list-numbers:before { content: "\eeb5"; } .bd1-list-one:before { content: "\eeb6"; } .bd1-list-success:before { content: "\eeb7"; } .bd1-list-top:before { content: "\eeb8"; } .bd1-list-two:before { content: "\eeb9"; } .bd1-list-view:before { content: "\eeba"; } .bd1-loading:before { content: "\eebb"; } .bd1-loading-four:before { content: "\eebc"; } .bd1-loading-one:before { content: "\eebd"; } .bd1-loading-three:before { content: "\eebe"; } .bd1-loading-two:before { content: "\eebf"; } .bd1-local:before { content: "\eec0"; } .bd1-local-pin:before { content: "\eec1"; } .bd1-local-two:before { content: "\eec2"; } .bd1-lock:before { content: "\eec3"; } .bd1-locking-computer:before { content: "\eec4"; } .bd1-locking-laptop:before { content: "\eec5"; } .bd1-locking-picture:before { content: "\eec6"; } .bd1-locking-web:before { content: "\eec7"; } .bd1-lock-one:before { content: "\eec8"; } .bd1-log:before { content: "\eec9"; } .bd1-login:before { content: "\eeca"; } .bd1-logout:before { content: "\eecb"; } .bd1-lollipop:before { content: "\eecc"; } .bd1-loop-once:before { content: "\eecd"; } .bd1-lotion:before { content: "\eece"; } .bd1-lotus:before { content: "\eecf"; } .bd1-loudly-crying-face:before { content: "\eed0"; } .bd1-loudly-crying-face-whit-open-mouth:before { content: "\eed1"; } .bd1-love-and-help:before { content: "\eed2"; } .bd1-lower-branch:before { content: "\eed3"; } .bd1-luggage:before { content: "\eed4"; } .bd1-luminous:before { content: "\eed5"; } .bd1-lung:before { content: "\eed6"; } .bd1-macadamia-nut:before { content: "\eed7"; } .bd1-mac-finder:before { content: "\eed8"; } .bd1-magic:before { content: "\eed9"; } .bd1-magic-hat:before { content: "\eeda"; } .bd1-magic-wand:before { content: "\eedb"; } .bd1-magnet:before { content: "\eedc"; } .bd1-mail:before { content: "\eedd"; } .bd1-mail-download:before { content: "\eede"; } .bd1-mail-edit:before { content: "\eedf"; } .bd1-maill-one:before { content: "\eee0"; } .bd1-mail-open:before { content: "\eee1"; } .bd1-mail-package:before { content: "\eee2"; } .bd1-mail-review:before { content: "\eee3"; } .bd1-mail-unpacking:before { content: "\eee4"; } .bd1-makeups:before { content: "\eee5"; } .bd1-male:before { content: "\eee6"; } .bd1-mall-bag:before { content: "\eee7"; } .bd1-manual-gear:before { content: "\eee8"; } .bd1-many-to-many:before { content: "\eee9"; } .bd1-map-distance:before { content: "\eeea"; } .bd1-map-draw:before { content: "\eeeb"; } .bd1-map-road:before { content: "\eeec"; } .bd1-map-road-two:before { content: "\eeed"; } .bd1-map-two:before { content: "\eeee"; } .bd1-margin:before { content: "\eeef"; } .bd1-margin-one:before { content: "\eef0"; } .bd1-mark:before { content: "\eef1"; } .bd1-market:before { content: "\eef2"; } .bd1-market-analysis:before { content: "\eef3"; } .bd1-mascara:before { content: "\eef4"; } .bd1-mask:before { content: "\eef5"; } .bd1-mask-one:before { content: "\eef6"; } .bd1-mask-two:before { content: "\eef7"; } .bd1-maslow-pyramids:before { content: "\eef8"; } .bd1-massage-chair:before { content: "\eef9"; } .bd1-massage-chair-one:before { content: "\eefa"; } .bd1-massage-table:before { content: "\eefb"; } .bd1-master:before { content: "\eefc"; } .bd1-material:before { content: "\eefd"; } .bd1-material-three:before { content: "\eefe"; } .bd1-material-two:before { content: "\eeff"; } .bd1-maximum:before { content: "\ef00"; } .bd1-maya:before { content: "\ef01"; } .bd1-mayura-gesture:before { content: "\ef02"; } .bd1-me:before { content: "\ef03"; } .bd1-measuring-cup:before { content: "\ef04"; } .bd1-medal-one:before { content: "\ef05"; } .bd1-mediaeditor:before { content: "\ef06"; } .bd1-medical-box:before { content: "\ef07"; } .bd1-medical-files:before { content: "\ef08"; } .bd1-medical-mark:before { content: "\ef09"; } .bd1-medication-time:before { content: "\ef0a"; } .bd1-medicine-bottle:before { content: "\ef0b"; } .bd1-medicine-bottle-one:before { content: "\ef0c"; } .bd1-medicine-chest:before { content: "\ef0d"; } .bd1-memory:before { content: "\ef0e"; } .bd1-memory-card:before { content: "\ef0f"; } .bd1-memory-card-one:before { content: "\ef10"; } .bd1-memory-one:before { content: "\ef11"; } .bd1-men-jacket:before { content: "\ef12"; } .bd1-menu-fold:before { content: "\ef13"; } .bd1-menu-fold-one:before { content: "\ef14"; } .bd1-menu-unfold:before { content: "\ef15"; } .bd1-menu-unfold-one:before { content: "\ef16"; } .bd1-merge:before { content: "\ef17"; } .bd1-merge-cells:before { content: "\ef18"; } .bd1-message:before { content: "\ef19"; } .bd1-message-emoji:before { content: "\ef1a"; } .bd1-message-failed:before { content: "\ef1b"; } .bd1-message-one:before { content: "\ef1c"; } .bd1-message-privacy:before { content: "\ef1d"; } .bd1-messages:before { content: "\ef1e"; } .bd1-message-search:before { content: "\ef1f"; } .bd1-message-security:before { content: "\ef20"; } .bd1-message-sent:before { content: "\ef21"; } .bd1-messages-one:before { content: "\ef22"; } .bd1-message-success:before { content: "\ef23"; } .bd1-message-unread:before { content: "\ef24"; } .bd1-microphone:before { content: "\ef25"; } .bd1-microphone-one:before { content: "\ef26"; } .bd1-microscope:before { content: "\ef27"; } .bd1-microscope-one:before { content: "\ef28"; } .bd1-micro-sd:before { content: "\ef29"; } .bd1-micro-slr-camera:before { content: "\ef2a"; } .bd1-microwave-oven:before { content: "\ef2b"; } .bd1-microwaves:before { content: "\ef2c"; } .bd1-middle-finger:before { content: "\ef2d"; } .bd1-milk:before { content: "\ef2e"; } .bd1-milk-one:before { content: "\ef2f"; } .bd1-min:before { content: "\ef30"; } .bd1-mindmap-list:before { content: "\ef31"; } .bd1-mindmap-map:before { content: "\ef32"; } .bd1-mind-mapping:before { content: "\ef33"; } .bd1-mini-sd-card:before { content: "\ef34"; } .bd1-minus:before { content: "\ef35"; } .bd1-minus-the-bottom:before { content: "\ef36"; } .bd1-minus-the-top:before { content: "\ef37"; } .bd1-mirror:before { content: "\ef38"; } .bd1-mirror-one:before { content: "\ef39"; } .bd1-mirror-two:before { content: "\ef3a"; } .bd1-misaligned-semicircle:before { content: "\ef3b"; } .bd1-mitsubishi:before { content: "\ef3c"; } .bd1-modify:before { content: "\ef3d"; } .bd1-modify-two:before { content: "\ef3e"; } .bd1-monitor:before { content: "\ef3f"; } .bd1-monitor-camera:before { content: "\ef40"; } .bd1-monitor-off:before { content: "\ef41"; } .bd1-monitor-one:before { content: "\ef42"; } .bd1-monitor-two:before { content: "\ef43"; } .bd1-monkey:before { content: "\ef44"; } .bd1-monkey-zodiac:before { content: "\ef45"; } .bd1-monument-one:before { content: "\ef46"; } .bd1-monument-two:before { content: "\ef47"; } .bd1-moon:before { content: "\ef48"; } .bd1-more:before { content: "\ef49"; } .bd1-more-app:before { content: "\ef4a"; } .bd1-more-four:before { content: "\ef4b"; } .bd1-more-one:before { content: "\ef4c"; } .bd1-more-three:before { content: "\ef4d"; } .bd1-more-two:before { content: "\ef4e"; } .bd1-mosaic:before { content: "\ef4f"; } .bd1-mountain:before { content: "\ef50"; } .bd1-mounted:before { content: "\ef51"; } .bd1-mouse:before { content: "\ef52"; } .bd1-mouse-one:before { content: "\ef53"; } .bd1-mouse-zodiac:before { content: "\ef54"; } .bd1-mouth:before { content: "\ef55"; } .bd1-move:before { content: "\ef56"; } .bd1-move-in:before { content: "\ef57"; } .bd1-move-in-one:before { content: "\ef58"; } .bd1-move-one:before { content: "\ef59"; } .bd1-movie:before { content: "\ef5a"; } .bd1-movie-board:before { content: "\ef5b"; } .bd1-moving-picture:before { content: "\ef5c"; } .bd1-multicast:before { content: "\ef5d"; } .bd1-multi-circular:before { content: "\ef5e"; } .bd1-multi-function-knife:before { content: "\ef5f"; } .bd1-multilayer-sphere:before { content: "\ef60"; } .bd1-multi-picture-carousel:before { content: "\ef61"; } .bd1-multi-rectangle:before { content: "\ef62"; } .bd1-multi-ring:before { content: "\ef63"; } .bd1-multi-triangular:before { content: "\ef64"; } .bd1-multi-triangular-four:before { content: "\ef65"; } .bd1-multi-triangular-three:before { content: "\ef66"; } .bd1-multi-triangular-two:before { content: "\ef67"; } .bd1-muscle:before { content: "\ef68"; } .bd1-museum-one:before { content: "\ef69"; } .bd1-museum-two:before { content: "\ef6a"; } .bd1-music:before { content: "\ef6b"; } .bd1-music-cd:before { content: "\ef6c"; } .bd1-music-list:before { content: "\ef6d"; } .bd1-music-menu:before { content: "\ef6e"; } .bd1-music-one:before { content: "\ef6f"; } .bd1-music-rhythm:before { content: "\ef70"; } .bd1-mute:before { content: "\ef71"; } .bd1-nail-polish:before { content: "\ef72"; } .bd1-nail-polish-one:before { content: "\ef73"; } .bd1-nasal:before { content: "\ef74"; } .bd1-natural-mode:before { content: "\ef75"; } .bd1-navigation:before { content: "\ef76"; } .bd1-necktie:before { content: "\ef77"; } .bd1-needle:before { content: "\ef78"; } .bd1-negative-dynamics:before { content: "\ef79"; } .bd1-nested-arrows:before { content: "\ef7a"; } .bd1-nests:before { content: "\ef7b"; } .bd1-network-drive:before { content: "\ef7c"; } .bd1-network-tree:before { content: "\ef7d"; } .bd1-neural:before { content: "\ef7e"; } .bd1-neutral-face:before { content: "\ef7f"; } .bd1-new-afferent:before { content: "\ef80"; } .bd1-new-computer:before { content: "\ef81"; } .bd1-new-dianziqian:before { content: "\ef82"; } .bd1-new-efferent:before { content: "\ef83"; } .bd1-new-lark:before { content: "\ef84"; } .bd1-newlybuild:before { content: "\ef85"; } .bd1-new-picture:before { content: "\ef86"; } .bd1-newspaper-folding:before { content: "\ef87"; } .bd1-next:before { content: "\ef88"; } .bd1-nine-key:before { content: "\ef89"; } .bd1-nine-points-connected:before { content: "\ef8a"; } .bd1-nintendo-switch:before { content: "\ef8b"; } .bd1-nmr:before { content: "\ef8c"; } .bd1-node-flat:before { content: "\ef8d"; } .bd1-node-round:before { content: "\ef8e"; } .bd1-node-square:before { content: "\ef8f"; } .bd1-noodles:before { content: "\ef90"; } .bd1-no-shooting:before { content: "\ef91"; } .bd1-notebook:before { content: "\ef92"; } .bd1-notebook-and-pen:before { content: "\ef93"; } .bd1-notebook-one:before { content: "\ef94"; } .bd1-notepad:before { content: "\ef95"; } .bd1-notes:before { content: "\ef96"; } .bd1-nuclear-plant:before { content: "\ef97"; } .bd1-nurse-cap:before { content: "\ef98"; } .bd1-nut:before { content: "\ef99"; } .bd1-nutrition:before { content: "\ef9a"; } .bd1-oceanengine:before { content: "\ef9b"; } .bd1-octagon:before { content: "\ef9c"; } .bd1-off-screen:before { content: "\ef9d"; } .bd1-off-screen-one:before { content: "\ef9e"; } .bd1-off-screen-two:before { content: "\ef9f"; } .bd1-oil-industry:before { content: "\efa0"; } .bd1-okay:before { content: "\efa1"; } .bd1-one:before { content: "\efa2"; } .bd1-one-key:before { content: "\efa3"; } .bd1-one-one:before { content: "\efa4"; } .bd1-onesies:before { content: "\efa5"; } .bd1-one-third-rotation:before { content: "\efa6"; } .bd1-one-to-many:before { content: "\efa7"; } .bd1-one-to-one:before { content: "\efa8"; } .bd1-online-meeting:before { content: "\efa9"; } .bd1-open:before { content: "\efaa"; } .bd1-open-an-account:before { content: "\efab"; } .bd1-open-door:before { content: "\efac"; } .bd1-open-one:before { content: "\efad"; } .bd1-optimize:before { content: "\efae"; } .bd1-optional:before { content: "\efaf"; } .bd1-orange:before { content: "\efb0"; } .bd1-orange-one:before { content: "\efb1"; } .bd1-orange-station:before { content: "\efb2"; } .bd1-order:before { content: "\efb3"; } .bd1-ordered-list:before { content: "\efb4"; } .bd1-orthopedic:before { content: "\efb5"; } .bd1-oscillator:before { content: "\efb6"; } .bd1-other:before { content: "\efb7"; } .bd1-outbound:before { content: "\efb8"; } .bd1-outdoor:before { content: "\efb9"; } .bd1-outgoing:before { content: "\efba"; } .bd1-oval-love:before { content: "\efbb"; } .bd1-oval-love-two:before { content: "\efbc"; } .bd1-oval-one:before { content: "\efbd"; } .bd1-oven:before { content: "\efbe"; } .bd1-oven-tray:before { content: "\efbf"; } .bd1-overall-reduction:before { content: "\efc0"; } .bd1-owl:before { content: "\efc1"; } .bd1-pacifier:before { content: "\efc2"; } .bd1-pad:before { content: "\efc3"; } .bd1-page:before { content: "\efc4"; } .bd1-page-template:before { content: "\efc5"; } .bd1-pagoda:before { content: "\efc6"; } .bd1-paint:before { content: "\efc7"; } .bd1-painted-eggshell:before { content: "\efc8"; } .bd1-painted-screen:before { content: "\efc9"; } .bd1-palace:before { content: "\efca"; } .bd1-palm:before { content: "\efcb"; } .bd1-panda:before { content: "\efcc"; } .bd1-pangle:before { content: "\efcd"; } .bd1-panorama-horizontal:before { content: "\efce"; } .bd1-panties:before { content: "\efcf"; } .bd1-paperclip:before { content: "\efd0"; } .bd1-paper-money:before { content: "\efd1"; } .bd1-paper-money-two:before { content: "\efd2"; } .bd1-paper-ship:before { content: "\efd3"; } .bd1-parabola:before { content: "\efd4"; } .bd1-parachute:before { content: "\efd5"; } .bd1-paragraph-alphabet:before { content: "\efd6"; } .bd1-paragraph-break:before { content: "\efd7"; } .bd1-paragraph-break-two:before { content: "\efd8"; } .bd1-paragraph-cut:before { content: "\efd9"; } .bd1-paragraph-rectangle:before { content: "\efda"; } .bd1-paragraph-round:before { content: "\efdb"; } .bd1-paragraph-triangle:before { content: "\efdc"; } .bd1-paragraph-unfold:before { content: "\efdd"; } .bd1-parallel-gateway:before { content: "\efde"; } .bd1-parallelogram:before { content: "\efdf"; } .bd1-parenting-book:before { content: "\efe0"; } .bd1-parking:before { content: "\efe1"; } .bd1-party-balloon:before { content: "\efe2"; } .bd1-passport:before { content: "\efe3"; } .bd1-passport-one:before { content: "\efe4"; } .bd1-pause:before { content: "\efe5"; } .bd1-pause-one:before { content: "\efe6"; } .bd1-pay-code:before { content: "\efe7"; } .bd1-pay-code-one:before { content: "\efe8"; } .bd1-pay-code-two:before { content: "\efe9"; } .bd1-payment-method:before { content: "\efea"; } .bd1-paypal:before { content: "\efeb"; } .bd1-peach:before { content: "\efec"; } .bd1-pear:before { content: "\efed"; } .bd1-pearl-of-the-orient:before { content: "\efee"; } .bd1-peas:before { content: "\efef"; } .bd1-pencil:before { content: "\eff0"; } .bd1-pennant:before { content: "\eff1"; } .bd1-pentagon-one:before { content: "\eff2"; } .bd1-people:before { content: "\eff3"; } .bd1-people-bottom:before { content: "\eff4"; } .bd1-people-bottom-card:before { content: "\eff5"; } .bd1-people-delete:before { content: "\eff6"; } .bd1-people-delete-one:before { content: "\eff7"; } .bd1-people-download:before { content: "\eff8"; } .bd1-people-left:before { content: "\eff9"; } .bd1-people-minus:before { content: "\effa"; } .bd1-people-minus-one:before { content: "\effb"; } .bd1-people-plus:before { content: "\effc"; } .bd1-people-plus-one:before { content: "\effd"; } .bd1-people-right:before { content: "\effe"; } .bd1-peoples:before { content: "\efff"; } .bd1-people-safe:before { content: "\f000"; } .bd1-people-safe-one:before { content: "\f001"; } .bd1-people-search:before { content: "\f002"; } .bd1-people-search-one:before { content: "\f003"; } .bd1-people-speak:before { content: "\f004"; } .bd1-peoples-two:before { content: "\f005"; } .bd1-people-top:before { content: "\f006"; } .bd1-people-top-card:before { content: "\f007"; } .bd1-people-unknown:before { content: "\f008"; } .bd1-people-upload:before { content: "\f009"; } .bd1-percentage:before { content: "\f00a"; } .bd1-performance:before { content: "\f00b"; } .bd1-perfume:before { content: "\f00c"; } .bd1-perfumer-bottle:before { content: "\f00d"; } .bd1-period:before { content: "\f00e"; } .bd1-permissions:before { content: "\f00f"; } .bd1-personal-collection:before { content: "\f010"; } .bd1-personal-privacy:before { content: "\f011"; } .bd1-perspective:before { content: "\f012"; } .bd1-pesticide:before { content: "\f013"; } .bd1-petrol:before { content: "\f014"; } .bd1-phone:before { content: "\f015"; } .bd1-phone-booth:before { content: "\f016"; } .bd1-phone-call:before { content: "\f017"; } .bd1-phone-incoming:before { content: "\f018"; } .bd1-phone-incoming-one:before { content: "\f019"; } .bd1-phone-missed:before { content: "\f01a"; } .bd1-phone-off:before { content: "\f01b"; } .bd1-phone-one:before { content: "\f01c"; } .bd1-phone-outgoing:before { content: "\f01d"; } .bd1-phone-outgoing-one:before { content: "\f01e"; } .bd1-phone-telephone:before { content: "\f01f"; } .bd1-phone-two:before { content: "\f020"; } .bd1-phone-video-call:before { content: "\f021"; } .bd1-phonograph:before { content: "\f022"; } .bd1-photograph:before { content: "\f023"; } .bd1-piano:before { content: "\f024"; } .bd1-pic:before { content: "\f025"; } .bd1-pic-one:before { content: "\f026"; } .bd1-picture:before { content: "\f027"; } .bd1-picture-album:before { content: "\f028"; } .bd1-picture-one:before { content: "\f029"; } .bd1-pie:before { content: "\f02a"; } .bd1-pie-five:before { content: "\f02b"; } .bd1-pie-four:before { content: "\f02c"; } .bd1-pie-one:before { content: "\f02d"; } .bd1-pie-seven:before { content: "\f02e"; } .bd1-pie-six:before { content: "\f02f"; } .bd1-pie-three:before { content: "\f030"; } .bd1-pie-two:before { content: "\f031"; } .bd1-pig:before { content: "\f032"; } .bd1-pigeon:before { content: "\f033"; } .bd1-pig-zodiac:before { content: "\f034"; } .bd1-pill:before { content: "\f035"; } .bd1-pills:before { content: "\f036"; } .bd1-pin:before { content: "\f037"; } .bd1-pineapple:before { content: "\f038"; } .bd1-pinwheel:before { content: "\f039"; } .bd1-pisces:before { content: "\f03a"; } .bd1-pivot-table:before { content: "\f03b"; } .bd1-plan:before { content: "\f03c"; } .bd1-planet:before { content: "\f03d"; } .bd1-plastic-surgery:before { content: "\f03e"; } .bd1-platte:before { content: "\f03f"; } .bd1-play:before { content: "\f040"; } .bd1-playback-progress:before { content: "\f041"; } .bd1-play-basketball:before { content: "\f042"; } .bd1-play-cycle:before { content: "\f043"; } .bd1-play-once:before { content: "\f044"; } .bd1-play-one:before { content: "\f045"; } .bd1-play-two:before { content: "\f046"; } .bd1-play-volleyball:before { content: "\f047"; } .bd1-play-wrong:before { content: "\f048"; } .bd1-plug:before { content: "\f049"; } .bd1-plug-one:before { content: "\f04a"; } .bd1-plus:before { content: "\f04b"; } .bd1-plus-cross:before { content: "\f04c"; } .bd1-point:before { content: "\f04d"; } .bd1-point-out:before { content: "\f04e"; } .bd1-pokeball-one:before { content: "\f04f"; } .bd1-poker:before { content: "\f050"; } .bd1-popcorn:before { content: "\f051"; } .bd1-popcorn-one:before { content: "\f052"; } .bd1-positive-dynamics:before { content: "\f053"; } .bd1-pot:before { content: "\f054"; } .bd1-potentiometer:before { content: "\f055"; } .bd1-pound:before { content: "\f056"; } .bd1-pound-sign:before { content: "\f057"; } .bd1-pouting-face:before { content: "\f058"; } .bd1-powder:before { content: "\f059"; } .bd1-power:before { content: "\f05a"; } .bd1-powerpoint:before { content: "\f05b"; } .bd1-power-supply:before { content: "\f05c"; } .bd1-power-supply-one:before { content: "\f05d"; } .bd1-ppt:before { content: "\f05e"; } .bd1-pregnant-women:before { content: "\f05f"; } .bd1-preschool:before { content: "\f060"; } .bd1-prescription:before { content: "\f061"; } .bd1-press:before { content: "\f062"; } .bd1-preview-close:before { content: "\f063"; } .bd1-preview-close-one:before { content: "\f064"; } .bd1-preview-open:before { content: "\f065"; } .bd1-printer:before { content: "\f066"; } .bd1-printer-one:before { content: "\f067"; } .bd1-printer-two:before { content: "\f068"; } .bd1-prison:before { content: "\f069"; } .bd1-process-line:before { content: "\f06a"; } .bd1-projector:before { content: "\f06b"; } .bd1-projector-one:before { content: "\f06c"; } .bd1-projector-three:before { content: "\f06d"; } .bd1-projector-two:before { content: "\f06e"; } .bd1-proportional-scaling:before { content: "\f06f"; } .bd1-protect:before { content: "\f070"; } .bd1-protection:before { content: "\f071"; } .bd1-public-toilet:before { content: "\f072"; } .bd1-pull-door:before { content: "\f073"; } .bd1-pull-requests:before { content: "\f074"; } .bd1-pumpkin:before { content: "\f075"; } .bd1-pure-natural:before { content: "\f076"; } .bd1-push-door:before { content: "\f077"; } .bd1-pushpin:before { content: "\f078"; } .bd1-puzzle:before { content: "\f079"; } .bd1-pyramid:before { content: "\f07a"; } .bd1-pyramid-one:before { content: "\f07b"; } .bd1-qingniao-clue:before { content: "\f07c"; } .bd1-qiyehao:before { content: "\f07d"; } .bd1-quadrangular-pyramid:before { content: "\f07e"; } .bd1-quadrilateral:before { content: "\f07f"; } .bd1-quote:before { content: "\f080"; } .bd1-rabbit:before { content: "\f081"; } .bd1-rabbit-zodiac:before { content: "\f082"; } .bd1-radar:before { content: "\f083"; } .bd1-radar-chart:before { content: "\f084"; } .bd1-radar-three:before { content: "\f085"; } .bd1-radar-two:before { content: "\f086"; } .bd1-radiation:before { content: "\f087"; } .bd1-radio:before { content: "\f088"; } .bd1-radio-nanny:before { content: "\f089"; } .bd1-radio-one:before { content: "\f08a"; } .bd1-radio-two:before { content: "\f08b"; } .bd1-radish:before { content: "\f08c"; } .bd1-radish-one:before { content: "\f08d"; } .bd1-railway:before { content: "\f08e"; } .bd1-ranking:before { content: "\f08f"; } .bd1-ranking-list:before { content: "\f090"; } .bd1-rattle:before { content: "\f091"; } .bd1-rattle-one:before { content: "\f092"; } .bd1-razor:before { content: "\f093"; } .bd1-read-book:before { content: "\f094"; } .bd1-receive:before { content: "\f095"; } .bd1-receiver:before { content: "\f096"; } .bd1-recent-views-sort:before { content: "\f097"; } .bd1-record:before { content: "\f098"; } .bd1-record-disc:before { content: "\f099"; } .bd1-record-player:before { content: "\f09a"; } .bd1-rectangle:before { content: "\f09b"; } .bd1-rectangle-one:before { content: "\f09c"; } .bd1-rectangle-small:before { content: "\f09d"; } .bd1-rectangle-tear:before { content: "\f09e"; } .bd1-rectangle-x:before { content: "\f09f"; } .bd1-rectangular-circular-connection:before { content: "\f0a0"; } .bd1-rectangular-circular-separation:before { content: "\f0a1"; } .bd1-rectangular-vertebra:before { content: "\f0a2"; } .bd1-recycle-bin:before { content: "\f0a3"; } .bd1-recycling:before { content: "\f0a4"; } .bd1-recycling-pool:before { content: "\f0a5"; } .bd1-red-cross:before { content: "\f0a6"; } .bd1-red-envelope:before { content: "\f0a7"; } .bd1-red-envelopes:before { content: "\f0a8"; } .bd1-redo:before { content: "\f0a9"; } .bd1-reduce:before { content: "\f0aa"; } .bd1-reduce-decimal-places:before { content: "\f0ab"; } .bd1-reduce-one:before { content: "\f0ac"; } .bd1-reduce-two:before { content: "\f0ad"; } .bd1-reduce-user:before { content: "\f0ae"; } .bd1-reel:before { content: "\f0af"; } .bd1-refraction:before { content: "\f0b0"; } .bd1-refresh:before { content: "\f0b1"; } .bd1-refresh-one:before { content: "\f0b2"; } .bd1-refrigerator:before { content: "\f0b3"; } .bd1-reject:before { content: "\f0b4"; } .bd1-relational-graph:before { content: "\f0b5"; } .bd1-relieved-face:before { content: "\f0b6"; } .bd1-reload:before { content: "\f0b7"; } .bd1-remind:before { content: "\f0b8"; } .bd1-remind-disable:before { content: "\f0b9"; } .bd1-remote-control:before { content: "\f0ba"; } .bd1-remote-control-one:before { content: "\f0bb"; } .bd1-renal:before { content: "\f0bc"; } .bd1-renault:before { content: "\f0bd"; } .bd1-repair:before { content: "\f0be"; } .bd1-replay-five:before { content: "\f0bf"; } .bd1-replay-music:before { content: "\f0c0"; } .bd1-report:before { content: "\f0c1"; } .bd1-repositioning:before { content: "\f0c2"; } .bd1-resistor:before { content: "\f0c3"; } .bd1-respect:before { content: "\f0c4"; } .bd1-resting:before { content: "\f0c5"; } .bd1-retro-bag:before { content: "\f0c6"; } .bd1-return:before { content: "\f0c7"; } .bd1-reverse-lens:before { content: "\f0c8"; } .bd1-reverse-lens-one:before { content: "\f0c9"; } .bd1-reverse-operation-in:before { content: "\f0ca"; } .bd1-reverse-operation-out:before { content: "\f0cb"; } .bd1-reverse-rotation:before { content: "\f0cc"; } .bd1-rice:before { content: "\f0cd"; } .bd1-riding:before { content: "\f0ce"; } .bd1-riding-one:before { content: "\f0cf"; } .bd1-right:before { content: "\f0d0"; } .bd1-right-angle:before { content: "\f0d1"; } .bd1-right-bar:before { content: "\f0d2"; } .bd1-right-branch:before { content: "\f0d3"; } .bd1-right-branch-one:before { content: "\f0d4"; } .bd1-right-branch-two:before { content: "\f0d5"; } .bd1-right-c:before { content: "\f0d6"; } .bd1-right-expand:before { content: "\f0d7"; } .bd1-right-one:before { content: "\f0d8"; } .bd1-right-run:before { content: "\f0d9"; } .bd1-right-small:before { content: "\f0da"; } .bd1-right-small-down:before { content: "\f0db"; } .bd1-right-small-up:before { content: "\f0dc"; } .bd1-right-square:before { content: "\f0dd"; } .bd1-right-two:before { content: "\f0de"; } .bd1-right-user:before { content: "\f0df"; } .bd1-ring:before { content: "\f0e0"; } .bd1-ring-one:before { content: "\f0e1"; } .bd1-rings:before { content: "\f0e2"; } .bd1-ripple:before { content: "\f0e3"; } .bd1-road:before { content: "\f0e4"; } .bd1-road-cone:before { content: "\f0e5"; } .bd1-road-one:before { content: "\f0e6"; } .bd1-road-sign:before { content: "\f0e7"; } .bd1-road-sign-both:before { content: "\f0e8"; } .bd1-robot:before { content: "\f0e9"; } .bd1-robot-one:before { content: "\f0ea"; } .bd1-robot-two:before { content: "\f0eb"; } .bd1-rock:before { content: "\f0ec"; } .bd1-rocket:before { content: "\f0ed"; } .bd1-rocket-one:before { content: "\f0ee"; } .bd1-rock-gesture:before { content: "\f0ef"; } .bd1-rocking-horse:before { content: "\f0f0"; } .bd1-rollerskates:before { content: "\f0f1"; } .bd1-romper:before { content: "\f0f2"; } .bd1-rope-skipping:before { content: "\f0f3"; } .bd1-rope-skipping-one:before { content: "\f0f4"; } .bd1-rotate:before { content: "\f0f5"; } .bd1-rotate-one:before { content: "\f0f6"; } .bd1-rotating-add:before { content: "\f0f7"; } .bd1-rotating-forward:before { content: "\f0f8"; } .bd1-rotation:before { content: "\f0f9"; } .bd1-rotation-horizontal:before { content: "\f0fa"; } .bd1-rotation-one:before { content: "\f0fb"; } .bd1-rotation-vertical:before { content: "\f0fc"; } .bd1-round:before { content: "\f0fd"; } .bd1-round-caliper:before { content: "\f0fe"; } .bd1-round-distortion:before { content: "\f0ff"; } .bd1-round-mask:before { content: "\f100"; } .bd1-round-socket:before { content: "\f101"; } .bd1-round-trip:before { content: "\f102"; } .bd1-router:before { content: "\f103"; } .bd1-router-one:before { content: "\f104"; } .bd1-row-height:before { content: "\f105"; } .bd1-rowing:before { content: "\f106"; } .bd1-rs-male:before { content: "\f107"; } .bd1-rss:before { content: "\f108"; } .bd1-rugby:before { content: "\f109"; } .bd1-rugby-one:before { content: "\f10a"; } .bd1-ruler:before { content: "\f10b"; } .bd1-ruler-one:before { content: "\f10c"; } .bd1-rule-two:before { content: "\f10d"; } .bd1-run-left:before { content: "\f10e"; } .bd1-safe-retrieval:before { content: "\f10f"; } .bd1-sagittarius:before { content: "\f110"; } .bd1-sailboat:before { content: "\f111"; } .bd1-sailboat-one:before { content: "\f112"; } .bd1-sailing:before { content: "\f113"; } .bd1-sales-report:before { content: "\f114"; } .bd1-sandals:before { content: "\f115"; } .bd1-sandstorm:before { content: "\f116"; } .bd1-sandwich:before { content: "\f117"; } .bd1-sandwich-one:before { content: "\f118"; } .bd1-sapling:before { content: "\f119"; } .bd1-save:before { content: "\f11a"; } .bd1-save-one:before { content: "\f11b"; } .bd1-scale:before { content: "\f11c"; } .bd1-scale-one:before { content: "\f11d"; } .bd1-scallion:before { content: "\f11e"; } .bd1-scan:before { content: "\f11f"; } .bd1-scan-code:before { content: "\f120"; } .bd1-scanning:before { content: "\f121"; } .bd1-scanning-two:before { content: "\f122"; } .bd1-scan-setting:before { content: "\f123"; } .bd1-scatter-alignment:before { content: "\f124"; } .bd1-schedule:before { content: "\f125"; } .bd1-school:before { content: "\f126"; } .bd1-scissors:before { content: "\f127"; } .bd1-scoreboard:before { content: "\f128"; } .bd1-scorpio:before { content: "\f129"; } .bd1-screen-rotation:before { content: "\f12a"; } .bd1-screenshot:before { content: "\f12b"; } .bd1-screenshot-one:before { content: "\f12c"; } .bd1-screenshot-two:before { content: "\f12d"; } .bd1-screwdriver:before { content: "\f12e"; } .bd1-sd:before { content: "\f12f"; } .bd1-sd-card:before { content: "\f130"; } .bd1-seal:before { content: "\f131"; } .bd1-search:before { content: "\f132"; } .bd1-seat:before { content: "\f133"; } .bd1-security:before { content: "\f134"; } .bd1-security-stall:before { content: "\f135"; } .bd1-seedling:before { content: "\f136"; } .bd1-selected:before { content: "\f137"; } .bd1-selected-focus:before { content: "\f138"; } .bd1-selfie:before { content: "\f139"; } .bd1-send:before { content: "\f13a"; } .bd1-send-backward:before { content: "\f13b"; } .bd1-send-email:before { content: "\f13c"; } .bd1-send-one:before { content: "\f13d"; } .bd1-send-to-back:before { content: "\f13e"; } .bd1-sent-to-back:before { content: "\f13f"; } .bd1-seo:before { content: "\f140"; } .bd1-seo-folder:before { content: "\f141"; } .bd1-server:before { content: "\f142"; } .bd1-set-off:before { content: "\f143"; } .bd1-setting:before { content: "\f144"; } .bd1-setting-computer:before { content: "\f145"; } .bd1-setting-config:before { content: "\f146"; } .bd1-setting-laptop:before { content: "\f147"; } .bd1-setting-one:before { content: "\f148"; } .bd1-setting-three:before { content: "\f149"; } .bd1-setting-two:before { content: "\f14a"; } .bd1-setting-web:before { content: "\f14b"; } .bd1-seven-key:before { content: "\f14c"; } .bd1-shade:before { content: "\f14d"; } .bd1-shake:before { content: "\f14e"; } .bd1-share:before { content: "\f14f"; } .bd1-share-one:before { content: "\f150"; } .bd1-share-sys:before { content: "\f151"; } .bd1-share-three:before { content: "\f152"; } .bd1-share-two:before { content: "\f153"; } .bd1-shaver:before { content: "\f154"; } .bd1-shaver-one:before { content: "\f155"; } .bd1-shaving:before { content: "\f156"; } .bd1-sheep-zodiac:before { content: "\f157"; } .bd1-shield:before { content: "\f158"; } .bd1-shield-add:before { content: "\f159"; } .bd1-ship:before { content: "\f15a"; } .bd1-shop:before { content: "\f15b"; } .bd1-shopping:before { content: "\f15c"; } .bd1-shopping-bag:before { content: "\f15d"; } .bd1-shopping-bag-one:before { content: "\f15e"; } .bd1-shopping-cart:before { content: "\f15f"; } .bd1-shopping-cart-add:before { content: "\f160"; } .bd1-shopping-cart-del:before { content: "\f161"; } .bd1-shopping-cart-one:before { content: "\f162"; } .bd1-shopping-cart-two:before { content: "\f163"; } .bd1-shopping-mall:before { content: "\f164"; } .bd1-shorts:before { content: "\f165"; } .bd1-short-skirt:before { content: "\f166"; } .bd1-shoulder-bag:before { content: "\f167"; } .bd1-shovel:before { content: "\f168"; } .bd1-shovel-one:before { content: "\f169"; } .bd1-shower-head:before { content: "\f16a"; } .bd1-shrimp:before { content: "\f16b"; } .bd1-shuffle:before { content: "\f16c"; } .bd1-shuffle-one:before { content: "\f16d"; } .bd1-shutter-priority:before { content: "\f16e"; } .bd1-sickbed:before { content: "\f16f"; } .bd1-signal:before { content: "\f170"; } .bd1-signal-one:before { content: "\f171"; } .bd1-signal-strength:before { content: "\f172"; } .bd1-signal-tower:before { content: "\f173"; } .bd1-signal-tower-one:before { content: "\f174"; } .bd1-sim:before { content: "\f175"; } .bd1-sim-card:before { content: "\f176"; } .bd1-single-bed:before { content: "\f177"; } .bd1-sinusoid:before { content: "\f178"; } .bd1-sippy-cup:before { content: "\f179"; } .bd1-six:before { content: "\f17a"; } .bd1-six-circular-connection:before { content: "\f17b"; } .bd1-six-key:before { content: "\f17c"; } .bd1-six-points:before { content: "\f17d"; } .bd1-skate:before { content: "\f17e"; } .bd1-skates:before { content: "\f17f"; } .bd1-skating:before { content: "\f180"; } .bd1-sketch:before { content: "\f181"; } .bd1-skiing-nordic:before { content: "\f182"; } .bd1-skull:before { content: "\f183"; } .bd1-slave:before { content: "\f184"; } .bd1-sleaves:before { content: "\f185"; } .bd1-sleep:before { content: "\f186"; } .bd1-sleep-one:before { content: "\f187"; } .bd1-sleep-two:before { content: "\f188"; } .bd1-slide:before { content: "\f189"; } .bd1-slide-two:before { content: "\f18a"; } .bd1-sliding-horizontal:before { content: "\f18b"; } .bd1-sliding-vertical:before { content: "\f18c"; } .bd1-slightly-frowning-face-whit-open-mouth:before { content: "\f18d"; } .bd1-slightly-smiling-face:before { content: "\f18e"; } .bd1-slippers:before { content: "\f18f"; } .bd1-slippers-one:before { content: "\f190"; } .bd1-sly-face-whit-smile:before { content: "\f191"; } .bd1-smart-optimization:before { content: "\f192"; } .bd1-smiling-face:before { content: "\f193"; } .bd1-smiling-face-with-squinting-eyes:before { content: "\f194"; } .bd1-snacks:before { content: "\f195"; } .bd1-snake-zodiac:before { content: "\f196"; } .bd1-snow:before { content: "\f197"; } .bd1-snowflake:before { content: "\f198"; } .bd1-snowman:before { content: "\f199"; } .bd1-soap-bubble:before { content: "\f19a"; } .bd1-soccer:before { content: "\f19b"; } .bd1-soccer-one:before { content: "\f19c"; } .bd1-socks:before { content: "\f19d"; } .bd1-sofa:before { content: "\f19e"; } .bd1-sofa-two:before { content: "\f19f"; } .bd1-softball:before { content: "\f1a0"; } .bd1-solar-energy:before { content: "\f1a1"; } .bd1-solar-energy-one:before { content: "\f1a2"; } .bd1-solid-state-disk:before { content: "\f1a3"; } .bd1-sorcerer-hat:before { content: "\f1a4"; } .bd1-sort:before { content: "\f1a5"; } .bd1-sort-amount-down:before { content: "\f1a6"; } .bd1-sort-amount-up:before { content: "\f1a7"; } .bd1-sort-four:before { content: "\f1a8"; } .bd1-sort-one:before { content: "\f1a9"; } .bd1-sort-three:before { content: "\f1aa"; } .bd1-sort-two:before { content: "\f1ab"; } .bd1-sound:before { content: "\f1ac"; } .bd1-sound-one:before { content: "\f1ad"; } .bd1-sound-wave:before { content: "\f1ae"; } .bd1-source-code:before { content: "\f1af"; } .bd1-soybean-milk-maker:before { content: "\f1b0"; } .bd1-spa-candle:before { content: "\f1b1"; } .bd1-space-colony:before { content: "\f1b2"; } .bd1-spanner:before { content: "\f1b3"; } .bd1-speaker:before { content: "\f1b4"; } .bd1-speaker-one:before { content: "\f1b5"; } .bd1-speed:before { content: "\f1b6"; } .bd1-speed-one:before { content: "\f1b7"; } .bd1-sperm:before { content: "\f1b8"; } .bd1-sphere:before { content: "\f1b9"; } .bd1-spider-man:before { content: "\f1ba"; } .bd1-spikedshoes:before { content: "\f1bb"; } .bd1-spinning-top:before { content: "\f1bc"; } .bd1-split:before { content: "\f1bd"; } .bd1-split-branch:before { content: "\f1be"; } .bd1-split-cells:before { content: "\f1bf"; } .bd1-split-turn-down-left:before { content: "\f1c0"; } .bd1-split-turn-down-right:before { content: "\f1c1"; } .bd1-spoon:before { content: "\f1c2"; } .bd1-sport:before { content: "\f1c3"; } .bd1-sporting:before { content: "\f1c4"; } .bd1-square:before { content: "\f1c5"; } .bd1-square-small:before { content: "\f1c6"; } .bd1-ssd:before { content: "\f1c7"; } .bd1-stack-light:before { content: "\f1c8"; } .bd1-stamp:before { content: "\f1c9"; } .bd1-stand-up:before { content: "\f1ca"; } .bd1-stapler:before { content: "\f1cb"; } .bd1-star:before { content: "\f1cc"; } .bd1-star-one:before { content: "\f1cd"; } .bd1-start-time-sort:before { content: "\f1ce"; } .bd1-steering-wheel:before { content: "\f1cf"; } .bd1-steoller:before { content: "\f1d0"; } .bd1-stereo-nesting:before { content: "\f1d1"; } .bd1-stereo-one:before { content: "\f1d2"; } .bd1-stereo-perspective:before { content: "\f1d3"; } .bd1-stethoscope:before { content: "\f1d4"; } .bd1-stickers:before { content: "\f1d5"; } .bd1-stock-market:before { content: "\f1d6"; } .bd1-stopwatch:before { content: "\f1d7"; } .bd1-stopwatch-start:before { content: "\f1d8"; } .bd1-storage-card-one:before { content: "\f1d9"; } .bd1-storage-card-two:before { content: "\f1da"; } .bd1-straight-razor:before { content: "\f1db"; } .bd1-straw-hat:before { content: "\f1dc"; } .bd1-stretching:before { content: "\f1dd"; } .bd1-stretching-one:before { content: "\f1de"; } .bd1-strikethrough:before { content: "\f1df"; } .bd1-strongbox:before { content: "\f1e0"; } .bd1-s-turn-down:before { content: "\f1e1"; } .bd1-s-turn-left:before { content: "\f1e2"; } .bd1-s-turn-right:before { content: "\f1e3"; } .bd1-s-turn-up:before { content: "\f1e4"; } .bd1-subtract-selection:before { content: "\f1e5"; } .bd1-subtract-selection-one:before { content: "\f1e6"; } .bd1-subway:before { content: "\f1e7"; } .bd1-success:before { content: "\f1e8"; } .bd1-success-picture:before { content: "\f1e9"; } .bd1-sum:before { content: "\f1ea"; } .bd1-sun:before { content: "\f1eb"; } .bd1-sunbath:before { content: "\f1ec"; } .bd1-sun-hat:before { content: "\f1ed"; } .bd1-sunny:before { content: "\f1ee"; } .bd1-sun-one:before { content: "\f1ef"; } .bd1-sunrise:before { content: "\f1f0"; } .bd1-sunset:before { content: "\f1f1"; } .bd1-sunshade:before { content: "\f1f2"; } .bd1-surprised-face-with-open-big-mouth:before { content: "\f1f3"; } .bd1-surprised-face-with-open-mouth:before { content: "\f1f4"; } .bd1-surveillance-cameras:before { content: "\f1f5"; } .bd1-surveillance-cameras-one:before { content: "\f1f6"; } .bd1-surveillance-cameras-two:before { content: "\f1f7"; } .bd1-swallow:before { content: "\f1f8"; } .bd1-sweater:before { content: "\f1f9"; } .bd1-swimming-pool:before { content: "\f1fa"; } .bd1-swimming-ring:before { content: "\f1fb"; } .bd1-swimsuit:before { content: "\f1fc"; } .bd1-swing:before { content: "\f1fd"; } .bd1-swipe:before { content: "\f1fe"; } .bd1-switch:before { content: "\f1ff"; } .bd1-switch-button:before { content: "\f200"; } .bd1-switch-contrast:before { content: "\f201"; } .bd1-switching-done:before { content: "\f202"; } .bd1-switch-nintendo:before { content: "\f203"; } .bd1-switch-one:before { content: "\f204"; } .bd1-switch-themes:before { content: "\f205"; } .bd1-switch-track:before { content: "\f206"; } .bd1-symbol:before { content: "\f207"; } .bd1-symbol-double-x:before { content: "\f208"; } .bd1-symmetry:before { content: "\f209"; } .bd1-sync:before { content: "\f20a"; } .bd1-system:before { content: "\f20b"; } .bd1-table:before { content: "\f20c"; } .bd1-table-file:before { content: "\f20d"; } .bd1-table-lamp:before { content: "\f20e"; } .bd1-table-report:before { content: "\f20f"; } .bd1-tabletennis:before { content: "\f210"; } .bd1-tag:before { content: "\f211"; } .bd1-tag-one:before { content: "\f212"; } .bd1-tailoring:before { content: "\f213"; } .bd1-tailoring-two:before { content: "\f214"; } .bd1-taj-mahal:before { content: "\f215"; } .bd1-take-off:before { content: "\f216"; } .bd1-take-off-one:before { content: "\f217"; } .bd1-taobao:before { content: "\f218"; } .bd1-tape:before { content: "\f219"; } .bd1-tape-measure:before { content: "\f21a"; } .bd1-target:before { content: "\f21b"; } .bd1-target-one:before { content: "\f21c"; } .bd1-target-two:before { content: "\f21d"; } .bd1-taurus:before { content: "\f21e"; } .bd1-taxi:before { content: "\f21f"; } .bd1-tea:before { content: "\f220"; } .bd1-tea-drink:before { content: "\f221"; } .bd1-teapot:before { content: "\f222"; } .bd1-teeth:before { content: "\f223"; } .bd1-telegram:before { content: "\f224"; } .bd1-telescope:before { content: "\f225"; } .bd1-tencent-qq:before { content: "\f226"; } .bd1-tennis:before { content: "\f227"; } .bd1-tent:before { content: "\f228"; } .bd1-tent-banner:before { content: "\f229"; } .bd1-terminal:before { content: "\f22a"; } .bd1-termination-file:before { content: "\f22b"; } .bd1-terrace:before { content: "\f22c"; } .bd1-test-tube:before { content: "\f22d"; } .bd1-text:before { content: "\f22e"; } .bd1-textarea:before { content: "\f22f"; } .bd1-text-bold:before { content: "\f230"; } .bd1-text-italic:before { content: "\f231"; } .bd1-text-message:before { content: "\f232"; } .bd1-text-recognition:before { content: "\f233"; } .bd1-text-rotation-down:before { content: "\f234"; } .bd1-text-rotation-left:before { content: "\f235"; } .bd1-text-rotation-none:before { content: "\f236"; } .bd1-text-rotation-up:before { content: "\f237"; } .bd1-text-style:before { content: "\f238"; } .bd1-text-style-one:before { content: "\f239"; } .bd1-text-underline:before { content: "\f23a"; } .bd1-texture:before { content: "\f23b"; } .bd1-texture-two:before { content: "\f23c"; } .bd1-text-wrap-overflow:before { content: "\f23d"; } .bd1-text-wrap-truncation:before { content: "\f23e"; } .bd1-theater:before { content: "\f23f"; } .bd1-theme:before { content: "\f240"; } .bd1-thermometer:before { content: "\f241"; } .bd1-thermometer-one:before { content: "\f242"; } .bd1-thermos-cup:before { content: "\f243"; } .bd1-the-single-shoulder-bag:before { content: "\f244"; } .bd1-thin:before { content: "\f245"; } .bd1-thinking-problem:before { content: "\f246"; } .bd1-three:before { content: "\f247"; } .bd1-three-d-glasses:before { content: "\f248"; } .bd1-three-hexagons:before { content: "\f249"; } .bd1-three-key:before { content: "\f24a"; } .bd1-three-slashes:before { content: "\f24b"; } .bd1-three-three:before { content: "\f24c"; } .bd1-three-triangles:before { content: "\f24d"; } .bd1-thumbs-down:before { content: "\f24e"; } .bd1-thumbs-up:before { content: "\f24f"; } .bd1-thunderbolt:before { content: "\f250"; } .bd1-thunderstorm:before { content: "\f251"; } .bd1-thunderstorm-one:before { content: "\f252"; } .bd1-ticket:before { content: "\f253"; } .bd1-ticket-one:before { content: "\f254"; } .bd1-tickets-checked:before { content: "\f255"; } .bd1-tickets-one:before { content: "\f256"; } .bd1-tickets-two:before { content: "\f257"; } .bd1-tiger-zodiac:before { content: "\f258"; } .bd1-tiktok:before { content: "\f259"; } .bd1-time:before { content: "\f25a"; } .bd1-timed-mail:before { content: "\f25b"; } .bd1-timeline:before { content: "\f25c"; } .bd1-timer:before { content: "\f25d"; } .bd1-tips:before { content: "\f25e"; } .bd1-tips-one:before { content: "\f25f"; } .bd1-tire-swing:before { content: "\f260"; } .bd1-title-level:before { content: "\f261"; } .bd1-to-bottom:before { content: "\f262"; } .bd1-to-bottom-one:before { content: "\f263"; } .bd1-toilet:before { content: "\f264"; } .bd1-to-left:before { content: "\f265"; } .bd1-tomato:before { content: "\f266"; } .bd1-tool:before { content: "\f267"; } .bd1-toolkit:before { content: "\f268"; } .bd1-top-bar:before { content: "\f269"; } .bd1-topbuzz:before { content: "\f26a"; } .bd1-topic:before { content: "\f26b"; } .bd1-topic-discussion:before { content: "\f26c"; } .bd1-torch:before { content: "\f26d"; } .bd1-to-right:before { content: "\f26e"; } .bd1-to-top:before { content: "\f26f"; } .bd1-to-top-one:before { content: "\f270"; } .bd1-tour-bus:before { content: "\f271"; } .bd1-towel:before { content: "\f272"; } .bd1-tower:before { content: "\f273"; } .bd1-tower-of-babel:before { content: "\f274"; } .bd1-tower-of-pisa:before { content: "\f275"; } .bd1-toxins:before { content: "\f276"; } .bd1-trace:before { content: "\f277"; } .bd1-trademark:before { content: "\f278"; } .bd1-traditional-chinese-medicine:before { content: "\f279"; } .bd1-train:before { content: "\f27a"; } .bd1-transaction:before { content: "\f27b"; } .bd1-transaction-order:before { content: "\f27c"; } .bd1-transfer:before { content: "\f27d"; } .bd1-transfer-data:before { content: "\f27e"; } .bd1-transform:before { content: "\f27f"; } .bd1-translate:before { content: "\f280"; } .bd1-translation:before { content: "\f281"; } .bd1-transport:before { content: "\f282"; } .bd1-transporter:before { content: "\f283"; } .bd1-trapezoid:before { content: "\f284"; } .bd1-tray:before { content: "\f285"; } .bd1-treadmill:before { content: "\f286"; } .bd1-treadmill-one:before { content: "\f287"; } .bd1-treadmill-two:before { content: "\f288"; } .bd1-treasure-chest:before { content: "\f289"; } .bd1-tree:before { content: "\f28a"; } .bd1-tree-diagram:before { content: "\f28b"; } .bd1-tree-list:before { content: "\f28c"; } .bd1-tree-one:before { content: "\f28d"; } .bd1-tree-two:before { content: "\f28e"; } .bd1-trend:before { content: "\f28f"; } .bd1-trending-down:before { content: "\f290"; } .bd1-trending-up:before { content: "\f291"; } .bd1-trend-two:before { content: "\f292"; } .bd1-triangle:before { content: "\f293"; } .bd1-triangle-round-rectangle:before { content: "\f294"; } .bd1-triangle-ruler:before { content: "\f295"; } .bd1-triangular-pyramid:before { content: "\f296"; } .bd1-trophy:before { content: "\f297"; } .bd1-trousers-bell-bottoms:before { content: "\f298"; } .bd1-truck:before { content: "\f299"; } .bd1-trumpet:before { content: "\f29a"; } .bd1-trunk:before { content: "\f29b"; } .bd1-t-shirt:before { content: "\f29c"; } .bd1-tub:before { content: "\f29d"; } .bd1-tuchong:before { content: "\f29e"; } .bd1-tumblr:before { content: "\f29f"; } .bd1-turkey:before { content: "\f2a0"; } .bd1-turn-around:before { content: "\f2a1"; } .bd1-turn-off-bluetooth:before { content: "\f2a2"; } .bd1-turn-on:before { content: "\f2a3"; } .bd1-tv:before { content: "\f2a4"; } .bd1-tv-one:before { content: "\f2a5"; } .bd1-twitter:before { content: "\f2a6"; } .bd1-two:before { content: "\f2a7"; } .bd1-two-dimensional-code:before { content: "\f2a8"; } .bd1-two-dimensional-code-one:before { content: "\f2a9"; } .bd1-two-dimensional-code-two:before { content: "\f2aa"; } .bd1-two-ellipses:before { content: "\f2ab"; } .bd1-two-fingers:before { content: "\f2ac"; } .bd1-two-hands:before { content: "\f2ad"; } .bd1-two-key:before { content: "\f2ae"; } .bd1-two-semicircles:before { content: "\f2af"; } .bd1-two-triangles:before { content: "\f2b0"; } .bd1-two-triangles-two:before { content: "\f2b1"; } .bd1-two-two:before { content: "\f2b2"; } .bd1-type-drive:before { content: "\f2b3"; } .bd1-u-disk:before { content: "\f2b4"; } .bd1-ulikecam:before { content: "\f2b5"; } .bd1-umbrella:before { content: "\f2b6"; } .bd1-umbrella-one:before { content: "\f2b7"; } .bd1-umbrella-two:before { content: "\f2b8"; } .bd1-undo:before { content: "\f2b9"; } .bd1-ungroup:before { content: "\f2ba"; } .bd1-unicast:before { content: "\f2bb"; } .bd1-union-selection:before { content: "\f2bc"; } .bd1-universal:before { content: "\f2bd"; } .bd1-unlike:before { content: "\f2be"; } .bd1-unlink:before { content: "\f2bf"; } .bd1-unlock:before { content: "\f2c0"; } .bd1-unlock-one:before { content: "\f2c1"; } .bd1-unordered-list:before { content: "\f2c2"; } .bd1-up:before { content: "\f2c3"; } .bd1-up-and-down:before { content: "\f2c4"; } .bd1-up-c:before { content: "\f2c5"; } .bd1-update-rotation:before { content: "\f2c6"; } .bd1-upload:before { content: "\f2c7"; } .bd1-upload-computer:before { content: "\f2c8"; } .bd1-upload-laptop:before { content: "\f2c9"; } .bd1-upload-logs:before { content: "\f2ca"; } .bd1-upload-one:before { content: "\f2cb"; } .bd1-upload-picture:before { content: "\f2cc"; } .bd1-upload-three:before { content: "\f2cd"; } .bd1-upload-two:before { content: "\f2ce"; } .bd1-upload-web:before { content: "\f2cf"; } .bd1-up-one:before { content: "\f2d0"; } .bd1-upside-down-face:before { content: "\f2d1"; } .bd1-up-small:before { content: "\f2d2"; } .bd1-up-square:before { content: "\f2d3"; } .bd1-up-two:before { content: "\f2d4"; } .bd1-usb:before { content: "\f2d5"; } .bd1-usb-memory-stick:before { content: "\f2d6"; } .bd1-usb-micro-one:before { content: "\f2d7"; } .bd1-usb-micro-two:before { content: "\f2d8"; } .bd1-usb-one:before { content: "\f2d9"; } .bd1-usb-type-c:before { content: "\f2da"; } .bd1-user:before { content: "\f2db"; } .bd1-user-business:before { content: "\f2dc"; } .bd1-user-positioning:before { content: "\f2dd"; } .bd1-user-to-user-transmission:before { content: "\f2de"; } .bd1-uterus:before { content: "\f2df"; } .bd1-u-turn-down:before { content: "\f2e0"; } .bd1-u-turn-left:before { content: "\f2e1"; } .bd1-u-turn-right:before { content: "\f2e2"; } .bd1-u-turn-up:before { content: "\f2e3"; } .bd1-vacation:before { content: "\f2e4"; } .bd1-vacuum-cleaner:before { content: "\f2e5"; } .bd1-vegetable-basket:before { content: "\f2e6"; } .bd1-vegetables:before { content: "\f2e7"; } .bd1-vertically-centered:before { content: "\f2e8"; } .bd1-vertical-spacing-between-items:before { content: "\f2e9"; } .bd1-vertical-tidy-up:before { content: "\f2ea"; } .bd1-vertical-timeline:before { content: "\f2eb"; } .bd1-vest:before { content: "\f2ec"; } .bd1-vial:before { content: "\f2ed"; } .bd1-vicia-faba:before { content: "\f2ee"; } .bd1-video:before { content: "\f2ef"; } .bd1-videocamera:before { content: "\f2f0"; } .bd1-videocamera-one:before { content: "\f2f1"; } .bd1-video-conference:before { content: "\f2f2"; } .bd1-video-file:before { content: "\f2f3"; } .bd1-video-one:before { content: "\f2f4"; } .bd1-video-two:before { content: "\f2f5"; } .bd1-viencharts:before { content: "\f2f6"; } .bd1-viewfinder:before { content: "\f2f7"; } .bd1-view-grid-card:before { content: "\f2f8"; } .bd1-view-grid-detail:before { content: "\f2f9"; } .bd1-view-grid-list:before { content: "\f2fa"; } .bd1-view-list:before { content: "\f2fb"; } .bd1-vigo:before { content: "\f2fc"; } .bd1-vip:before { content: "\f2fd"; } .bd1-vip-one:before { content: "\f2fe"; } .bd1-virgo:before { content: "\f2ff"; } .bd1-virtual-reality-glasses:before { content: "\f300"; } .bd1-voice:before { content: "\f301"; } .bd1-voice-input:before { content: "\f302"; } .bd1-voicemail:before { content: "\f303"; } .bd1-voice-message:before { content: "\f304"; } .bd1-voice-off:before { content: "\f305"; } .bd1-voice-one:before { content: "\f306"; } .bd1-volkswagen:before { content: "\f307"; } .bd1-volleyball:before { content: "\f308"; } .bd1-volume-down:before { content: "\f309"; } .bd1-volume-mute:before { content: "\f30a"; } .bd1-volume-notice:before { content: "\f30b"; } .bd1-volume-small:before { content: "\f30c"; } .bd1-volume-up:before { content: "\f30d"; } .bd1-vr-glasses:before { content: "\f30e"; } .bd1-waistline:before { content: "\f30f"; } .bd1-wallet:before { content: "\f310"; } .bd1-wallet-one:before { content: "\f311"; } .bd1-wallet-three:before { content: "\f312"; } .bd1-wallet-two:before { content: "\f313"; } .bd1-warehousing:before { content: "\f314"; } .bd1-washing-machine:before { content: "\f315"; } .bd1-washing-machine-one:before { content: "\f316"; } .bd1-watch:before { content: "\f317"; } .bd1-watch-one:before { content: "\f318"; } .bd1-water:before { content: "\f319"; } .bd1-waterfalls-h:before { content: "\f31a"; } .bd1-waterfalls-v:before { content: "\f31b"; } .bd1-water-level:before { content: "\f31c"; } .bd1-watermelon:before { content: "\f31d"; } .bd1-watermelon-one:before { content: "\f31e"; } .bd1-water-no:before { content: "\f31f"; } .bd1-waterpolo:before { content: "\f320"; } .bd1-waterpolo-one:before { content: "\f321"; } .bd1-water-rate:before { content: "\f322"; } .bd1-water-rate-two:before { content: "\f323"; } .bd1-waves:before { content: "\f324"; } .bd1-waves-left:before { content: "\f325"; } .bd1-waves-right:before { content: "\f326"; } .bd1-weary-face:before { content: "\f327"; } .bd1-webcam:before { content: "\f328"; } .bd1-web-page:before { content: "\f329"; } .bd1-wechat:before { content: "\f32a"; } .bd1-weibo:before { content: "\f32b"; } .bd1-weight:before { content: "\f32c"; } .bd1-weightlifting:before { content: "\f32d"; } .bd1-weixin-cards-offers:before { content: "\f32e"; } .bd1-weixin-favorites:before { content: "\f32f"; } .bd1-weixin-games:before { content: "\f330"; } .bd1-weixin-market:before { content: "\f331"; } .bd1-weixin-mini-app:before { content: "\f332"; } .bd1-weixin-people-nearby:before { content: "\f333"; } .bd1-weixin-scan:before { content: "\f334"; } .bd1-weixin-search:before { content: "\f335"; } .bd1-weixin-shake:before { content: "\f336"; } .bd1-weixin-top-stories:before { content: "\f337"; } .bd1-whale:before { content: "\f338"; } .bd1-wheelchair:before { content: "\f339"; } .bd1-whirlwind:before { content: "\f33a"; } .bd1-whistling:before { content: "\f33b"; } .bd1-whole-site-accelerator:before { content: "\f33c"; } .bd1-wifi:before { content: "\f33d"; } .bd1-wind:before { content: "\f33e"; } .bd1-windmill:before { content: "\f33f"; } .bd1-windmill-one:before { content: "\f340"; } .bd1-windmill-two:before { content: "\f341"; } .bd1-windows:before { content: "\f342"; } .bd1-wind-turbine:before { content: "\f343"; } .bd1-wingsuit-flying:before { content: "\f344"; } .bd1-winking-face:before { content: "\f345"; } .bd1-winking-face-with-open-eyes:before { content: "\f346"; } .bd1-woman:before { content: "\f347"; } .bd1-women:before { content: "\f348"; } .bd1-women-coat:before { content: "\f349"; } .bd1-woolen-hat:before { content: "\f34a"; } .bd1-word:before { content: "\f34b"; } .bd1-workbench:before { content: "\f34c"; } .bd1-worker:before { content: "\f34d"; } .bd1-world:before { content: "\f34e"; } .bd1-worried-face:before { content: "\f34f"; } .bd1-write:before { content: "\f350"; } .bd1-writing-fluently:before { content: "\f351"; } .bd1-wrong-user:before { content: "\f352"; } .bd1-xiaodu:before { content: "\f353"; } .bd1-xiaodu-home:before { content: "\f354"; } .bd1-xigua:before { content: "\f355"; } .bd1-xingfuli:before { content: "\f356"; } .bd1-xingtu:before { content: "\f357"; } .bd1-yep:before { content: "\f358"; } .bd1-youtobe:before { content: "\f359"; } .bd1-youtube:before { content: "\f35a"; } .bd1-zero-key:before { content: "\f35b"; } .bd1-zijinyunying:before { content: "\f35c"; } .bd1-zip:before { content: "\f35d"; } .bd1-zoom:before { content: "\f35e"; } .bd1-zoom-in:before { content: "\f35f"; } .bd1-zoom-internal:before { content: "\f360"; } .bd1-zoom-out:before { content: "\f361"; } ================================================ FILE: icon-packs/ikonli-captainicon-pack/ikonli-captainicon-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-captainicon-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.captainicon { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.captainicon; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.captainicon.CaptainiconIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.captainicon.CaptainiconIkonProvider; } ================================================ FILE: icon-packs/ikonli-captainicon-pack/src/main/java/org/kordamp/ikonli/captainicon/Captainicon.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.captainicon; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Captainicon implements Ikon { ICON_001("captainicon-001", '\ue600'), ICON_002("captainicon-002", '\ue601'), ICON_003("captainicon-003", '\ue602'), ICON_004("captainicon-004", '\ue603'), ICON_005("captainicon-005", '\ue604'), ICON_006("captainicon-006", '\ue605'), ICON_007("captainicon-007", '\ue606'), ICON_008("captainicon-008", '\ue607'), ICON_009("captainicon-009", '\ue608'), ICON_010("captainicon-010", '\ue609'), ICON_011("captainicon-011", '\ue60a'), ICON_012("captainicon-012", '\ue60b'), ICON_013("captainicon-013", '\ue60c'), ICON_014("captainicon-014", '\ue60d'), ICON_015("captainicon-015", '\ue60e'), ICON_016("captainicon-016", '\ue60f'), ICON_017("captainicon-017", '\ue610'), ICON_018("captainicon-018", '\ue611'), ICON_019("captainicon-019", '\ue612'), ICON_020("captainicon-020", '\ue613'), ICON_021("captainicon-021", '\ue614'), ICON_022("captainicon-022", '\ue615'), ICON_023("captainicon-023", '\ue616'), ICON_024("captainicon-024", '\ue617'), ICON_025("captainicon-025", '\ue618'), ICON_026("captainicon-026", '\ue619'), ICON_027("captainicon-027", '\ue61a'), ICON_028("captainicon-028", '\ue61b'), ICON_029("captainicon-029", '\ue61c'), ICON_030("captainicon-030", '\ue61d'), ICON_031("captainicon-031", '\ue61e'), ICON_032("captainicon-032", '\ue61f'), ICON_033("captainicon-033", '\ue620'), ICON_034("captainicon-034", '\ue621'), ICON_035("captainicon-035", '\ue622'), ICON_036("captainicon-036", '\ue623'), ICON_037("captainicon-037", '\ue624'), ICON_038("captainicon-038", '\ue625'), ICON_039("captainicon-039", '\ue626'), ICON_040("captainicon-040", '\ue627'), ICON_041("captainicon-041", '\ue628'), ICON_042("captainicon-042", '\ue629'), ICON_043("captainicon-043", '\ue62a'), ICON_044("captainicon-044", '\ue62b'), ICON_045("captainicon-045", '\ue62c'), ICON_046("captainicon-046", '\ue62d'), ICON_047("captainicon-047", '\ue62e'), ICON_048("captainicon-048", '\ue62f'), ICON_049("captainicon-049", '\ue630'), ICON_050("captainicon-050", '\ue631'), ICON_051("captainicon-051", '\ue632'), ICON_052("captainicon-052", '\ue633'), ICON_053("captainicon-053", '\ue634'), ICON_054("captainicon-054", '\ue635'), ICON_055("captainicon-055", '\ue636'), ICON_056("captainicon-056", '\ue637'), ICON_057("captainicon-057", '\ue638'), ICON_058("captainicon-058", '\ue639'), ICON_059("captainicon-059", '\ue63a'), ICON_060("captainicon-060", '\ue63b'), ICON_061("captainicon-061", '\ue63c'), ICON_062("captainicon-062", '\ue63d'), ICON_063("captainicon-063", '\ue63e'), ICON_064("captainicon-064", '\ue63f'), ICON_065("captainicon-065", '\ue640'), ICON_066("captainicon-066", '\ue641'), ICON_067("captainicon-067", '\ue642'), ICON_068("captainicon-068", '\ue643'), ICON_069("captainicon-069", '\ue644'), ICON_070("captainicon-070", '\ue645'), ICON_071("captainicon-071", '\ue646'), ICON_072("captainicon-072", '\ue647'), ICON_073("captainicon-073", '\ue648'), ICON_074("captainicon-074", '\ue649'), ICON_075("captainicon-075", '\ue64a'), ICON_076("captainicon-076", '\ue64b'), ICON_077("captainicon-077", '\ue64c'), ICON_078("captainicon-078", '\ue64d'), ICON_079("captainicon-079", '\ue64e'), ICON_080("captainicon-080", '\ue64f'), ICON_081("captainicon-081", '\ue650'), ICON_082("captainicon-082", '\ue651'), ICON_083("captainicon-083", '\ue652'), ICON_084("captainicon-084", '\ue653'), ICON_085("captainicon-085", '\ue654'), ICON_086("captainicon-086", '\ue655'), ICON_087("captainicon-087", '\ue656'), ICON_088("captainicon-088", '\ue657'), ICON_089("captainicon-089", '\ue658'), ICON_090("captainicon-090", '\ue659'), ICON_091("captainicon-091", '\ue65a'), ICON_092("captainicon-092", '\ue65b'), ICON_093("captainicon-093", '\ue65c'), ICON_094("captainicon-094", '\ue65d'), ICON_095("captainicon-095", '\ue65e'), ICON_096("captainicon-096", '\ue65f'), ICON_097("captainicon-097", '\ue660'), ICON_098("captainicon-098", '\ue661'), ICON_099("captainicon-099", '\ue662'), ICON_100("captainicon-100", '\ue663'), ICON_101("captainicon-101", '\ue664'), ICON_102("captainicon-102", '\ue665'), ICON_103("captainicon-103", '\ue666'), ICON_104("captainicon-104", '\ue667'), ICON_105("captainicon-105", '\ue668'), ICON_106("captainicon-106", '\ue669'), ICON_107("captainicon-107", '\ue66a'), ICON_108("captainicon-108", '\ue66b'), ICON_109("captainicon-109", '\ue66c'), ICON_110("captainicon-110", '\ue66d'), ICON_111("captainicon-111", '\ue66e'), ICON_112("captainicon-112", '\ue66f'), ICON_113("captainicon-113", '\ue670'), ICON_114("captainicon-114", '\ue671'), ICON_115("captainicon-115", '\ue672'), ICON_116("captainicon-116", '\ue673'), ICON_117("captainicon-117", '\ue674'), ICON_118("captainicon-118", '\ue675'), ICON_119("captainicon-119", '\ue676'), ICON_120("captainicon-120", '\ue677'), ICON_121("captainicon-121", '\ue678'), ICON_122("captainicon-122", '\ue679'), ICON_123("captainicon-123", '\ue67a'), ICON_124("captainicon-124", '\ue67b'), ICON_125("captainicon-125", '\ue67c'), ICON_126("captainicon-126", '\ue67d'), ICON_127("captainicon-127", '\ue67e'), ICON_128("captainicon-128", '\ue67f'), ICON_129("captainicon-129", '\ue680'), ICON_130("captainicon-130", '\ue681'), ICON_131("captainicon-131", '\ue682'), ICON_132("captainicon-132", '\ue683'), ICON_133("captainicon-133", '\ue684'), ICON_134("captainicon-134", '\ue685'), ICON_135("captainicon-135", '\ue686'), ICON_136("captainicon-136", '\ue687'), ICON_137("captainicon-137", '\ue688'), ICON_138("captainicon-138", '\ue689'), ICON_139("captainicon-139", '\ue68a'), ICON_140("captainicon-140", '\ue68b'), ICON_141("captainicon-141", '\ue68c'), ICON_142("captainicon-142", '\ue68d'), ICON_143("captainicon-143", '\ue68e'), ICON_144("captainicon-144", '\ue68f'), ICON_145("captainicon-145", '\ue690'), ICON_146("captainicon-146", '\ue691'), ICON_147("captainicon-147", '\ue692'), ICON_148("captainicon-148", '\ue693'), ICON_149("captainicon-149", '\ue694'), ICON_150("captainicon-150", '\ue695'), ICON_151("captainicon-151", '\ue696'), ICON_152("captainicon-152", '\ue697'), ICON_153("captainicon-153", '\ue698'), ICON_154("captainicon-154", '\ue699'), ICON_155("captainicon-155", '\ue69a'), ICON_156("captainicon-156", '\ue69b'), ICON_157("captainicon-157", '\ue69c'), ICON_158("captainicon-158", '\ue69d'), ICON_159("captainicon-159", '\ue69e'), ICON_160("captainicon-160", '\ue69f'), ICON_161("captainicon-161", '\ue6a0'), ICON_162("captainicon-162", '\ue6a1'), ICON_163("captainicon-163", '\ue6a2'), ICON_164("captainicon-164", '\ue6a3'), ICON_165("captainicon-165", '\ue6a4'), ICON_166("captainicon-166", '\ue6a5'), ICON_167("captainicon-167", '\ue6a6'), ICON_168("captainicon-168", '\ue6a7'), ICON_169("captainicon-169", '\ue6a8'), ICON_170("captainicon-170", '\ue6a9'), ICON_171("captainicon-171", '\ue6aa'), ICON_172("captainicon-172", '\ue6ab'), ICON_173("captainicon-173", '\ue6ac'), ICON_174("captainicon-174", '\ue6ad'), ICON_175("captainicon-175", '\ue6ae'), ICON_176("captainicon-176", '\ue6af'), ICON_177("captainicon-177", '\ue6b0'), ICON_178("captainicon-178", '\ue6b1'), ICON_179("captainicon-179", '\ue6b2'), ICON_180("captainicon-180", '\ue6b3'), ICON_181("captainicon-181", '\ue6b4'), ICON_182("captainicon-182", '\ue6b5'), ICON_183("captainicon-183", '\ue6b6'), ICON_184("captainicon-184", '\ue6b7'), ICON_185("captainicon-185", '\ue6b8'), ICON_186("captainicon-186", '\ue6b9'), ICON_187("captainicon-187", '\ue6ba'), ICON_188("captainicon-188", '\ue6bb'), ICON_189("captainicon-189", '\ue6bc'), ICON_190("captainicon-190", '\ue6bd'), ICON_191("captainicon-191", '\ue6be'), ICON_192("captainicon-192", '\ue6bf'), ICON_193("captainicon-193", '\ue6c0'), ICON_194("captainicon-194", '\ue6c1'), ICON_195("captainicon-195", '\ue6c2'), ICON_196("captainicon-196", '\ue6c3'), ICON_197("captainicon-197", '\ue6c4'), ICON_198("captainicon-198", '\ue6c5'), ICON_199("captainicon-199", '\ue6c6'), ICON_200("captainicon-200", '\ue6c7'), ICON_201("captainicon-201", '\ue6c8'), ICON_202("captainicon-202", '\ue6c9'), ICON_203("captainicon-203", '\ue6ca'), ICON_204("captainicon-204", '\ue6cb'), ICON_205("captainicon-205", '\ue6cc'), ICON_206("captainicon-206", '\ue6cd'), ICON_207("captainicon-207", '\ue6ce'), ICON_208("captainicon-208", '\ue6cf'), ICON_209("captainicon-209", '\ue6d0'), ICON_210("captainicon-210", '\ue6d1'), ICON_211("captainicon-211", '\ue6d2'), ICON_212("captainicon-212", '\ue6d3'), ICON_213("captainicon-213", '\ue6d4'), ICON_214("captainicon-214", '\ue6d5'), ICON_215("captainicon-215", '\ue6d6'), ICON_216("captainicon-216", '\ue6d7'), ICON_217("captainicon-217", '\ue6d8'), ICON_218("captainicon-218", '\ue6d9'), ICON_219("captainicon-219", '\ue6da'), ICON_220("captainicon-220", '\ue6db'), ICON_221("captainicon-221", '\ue6dc'), ICON_222("captainicon-222", '\ue6dd'), ICON_223("captainicon-223", '\ue6de'), ICON_224("captainicon-224", '\ue6df'), ICON_225("captainicon-225", '\ue6e0'), ICON_226("captainicon-226", '\ue6e1'), ICON_227("captainicon-227", '\ue6e2'), ICON_228("captainicon-228", '\ue6e3'), ICON_229("captainicon-229", '\ue6e4'), ICON_230("captainicon-230", '\ue6e5'), ICON_231("captainicon-231", '\ue6e6'), ICON_232("captainicon-232", '\ue6e7'), ICON_233("captainicon-233", '\ue6e8'), ICON_234("captainicon-234", '\ue6e9'), ICON_235("captainicon-235", '\ue6ea'), ICON_236("captainicon-236", '\ue6eb'), ICON_237("captainicon-237", '\ue6ec'), ICON_238("captainicon-238", '\ue6ed'), ICON_239("captainicon-239", '\ue6ee'), ICON_240("captainicon-240", '\ue6ef'), ICON_241("captainicon-241", '\ue6f0'), ICON_242("captainicon-242", '\ue6f1'), ICON_243("captainicon-243", '\ue6f2'), ICON_244("captainicon-244", '\ue6f3'), ICON_245("captainicon-245", '\ue6f4'), ICON_246("captainicon-246", '\ue6f5'), ICON_247("captainicon-247", '\ue6f6'), ICON_248("captainicon-248", '\ue6f7'), ICON_249("captainicon-249", '\ue6f8'), ICON_250("captainicon-250", '\ue6f9'), ICON_251("captainicon-251", '\ue6fa'), ICON_252("captainicon-252", '\ue6fb'), ICON_253("captainicon-253", '\ue6fc'), ICON_254("captainicon-254", '\ue6fd'), ICON_255("captainicon-255", '\ue6fe'), ICON_256("captainicon-256", '\ue6ff'), ICON_257("captainicon-257", '\ue700'), ICON_258("captainicon-258", '\ue701'), ICON_259("captainicon-259", '\ue702'), ICON_260("captainicon-260", '\ue703'), ICON_261("captainicon-261", '\ue704'), ICON_262("captainicon-262", '\ue705'), ICON_263("captainicon-263", '\ue706'), ICON_264("captainicon-264", '\ue707'), ICON_265("captainicon-265", '\ue708'), ICON_266("captainicon-266", '\ue709'), ICON_267("captainicon-267", '\ue70a'), ICON_268("captainicon-268", '\ue70b'), ICON_269("captainicon-269", '\ue70c'), ICON_270("captainicon-270", '\ue70d'), ICON_271("captainicon-271", '\ue70e'), ICON_272("captainicon-272", '\ue70f'), ICON_273("captainicon-273", '\ue710'), ICON_274("captainicon-274", '\ue711'), ICON_275("captainicon-275", '\ue712'), ICON_276("captainicon-276", '\ue713'), ICON_277("captainicon-277", '\ue714'), ICON_278("captainicon-278", '\ue715'), ICON_279("captainicon-279", '\ue716'), ICON_280("captainicon-280", '\ue717'), ICON_281("captainicon-281", '\ue718'), ICON_282("captainicon-282", '\ue719'), ICON_283("captainicon-283", '\ue71a'), ICON_284("captainicon-284", '\ue71b'), ICON_285("captainicon-285", '\ue71c'), ICON_286("captainicon-286", '\ue71d'), ICON_287("captainicon-287", '\ue71e'), ICON_288("captainicon-288", '\ue71f'), ICON_289("captainicon-289", '\ue720'), ICON_290("captainicon-290", '\ue721'), ICON_291("captainicon-291", '\ue722'), ICON_292("captainicon-292", '\ue723'), ICON_293("captainicon-293", '\ue724'), ICON_294("captainicon-294", '\ue725'), ICON_295("captainicon-295", '\ue726'), ICON_296("captainicon-296", '\ue727'), ICON_297("captainicon-297", '\ue728'), ICON_298("captainicon-298", '\ue729'), ICON_299("captainicon-299", '\ue72a'), ICON_300("captainicon-300", '\ue72b'), ICON_301("captainicon-301", '\ue72c'), ICON_302("captainicon-302", '\ue72d'), ICON_303("captainicon-303", '\ue72e'), ICON_304("captainicon-304", '\ue72f'), ICON_305("captainicon-305", '\ue730'), ICON_306("captainicon-306", '\ue731'), ICON_307("captainicon-307", '\ue732'), ICON_308("captainicon-308", '\ue733'), ICON_309("captainicon-309", '\ue734'), ICON_310("captainicon-310", '\ue735'), ICON_311("captainicon-311", '\ue736'), ICON_312("captainicon-312", '\ue737'), ICON_313("captainicon-313", '\ue738'), ICON_314("captainicon-314", '\ue739'), ICON_315("captainicon-315", '\ue73a'), ICON_316("captainicon-316", '\ue73b'), ICON_317("captainicon-317", '\ue73c'), ICON_318("captainicon-318", '\ue73d'), ICON_319("captainicon-319", '\ue73e'), ICON_320("captainicon-320", '\ue73f'), ICON_321("captainicon-321", '\ue740'), ICON_322("captainicon-322", '\ue741'), ICON_323("captainicon-323", '\ue742'), ICON_324("captainicon-324", '\ue743'), ICON_325("captainicon-325", '\ue744'), ICON_326("captainicon-326", '\ue745'), ICON_327("captainicon-327", '\ue746'), ICON_328("captainicon-328", '\ue747'), ICON_329("captainicon-329", '\ue748'), ICON_330("captainicon-330", '\ue749'), ICON_331("captainicon-331", '\ue74a'), ICON_332("captainicon-332", '\ue74b'), ICON_333("captainicon-333", '\ue74c'), ICON_334("captainicon-334", '\ue74d'), ICON_335("captainicon-335", '\ue74e'), ICON_336("captainicon-336", '\ue74f'), ICON_337("captainicon-337", '\ue750'), ICON_338("captainicon-338", '\ue751'), ICON_339("captainicon-339", '\ue752'), ICON_340("captainicon-340", '\ue753'), ICON_341("captainicon-341", '\ue754'), ICON_342("captainicon-342", '\ue755'), ICON_343("captainicon-343", '\ue756'), ICON_344("captainicon-344", '\ue757'), ICON_345("captainicon-345", '\ue758'), ICON_346("captainicon-346", '\ue759'), ICON_347("captainicon-347", '\ue75a'), ICON_348("captainicon-348", '\ue75b'), ICON_349("captainicon-349", '\ue75c'), ICON_350("captainicon-350", '\ue75d'), ICON_351("captainicon-351", '\ue75e'), ICON_352("captainicon-352", '\ue75f'), ICON_353("captainicon-353", '\ue760'), ICON_354("captainicon-354", '\ue761'), ICON_355("captainicon-355", '\ue762'), ICON_356("captainicon-356", '\ue763'), ICON_357("captainicon-357", '\ue764'), ICON_358("captainicon-358", '\ue765'), ICON_359("captainicon-359", '\ue766'), ICON_360("captainicon-360", '\ue767'), ICON_361("captainicon-361", '\ue768'), ICON_362("captainicon-362", '\ue769'), ICON_363("captainicon-363", '\ue76a'), ICON_364("captainicon-364", '\ue76b'), ICON_365("captainicon-365", '\ue76c'), ICON_366("captainicon-366", '\ue76d'), ICON_367("captainicon-367", '\ue76e'), ICON_368("captainicon-368", '\ue76f'), ICON_369("captainicon-369", '\ue770'), ICON_370("captainicon-370", '\ue771'), ICON_371("captainicon-371", '\ue772'), ICON_372("captainicon-372", '\ue773'), ICON_373("captainicon-373", '\ue774'), ICON_374("captainicon-374", '\ue775'), ICON_375("captainicon-375", '\ue776'); public static Captainicon findByDescription(String description) { for (Captainicon font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Captainicon(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-captainicon-pack/src/main/java/org/kordamp/ikonli/captainicon/CaptainiconIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.captainicon; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class CaptainiconIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/captainicon/20140501/fonts/captainicon.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("captainicon-"); } @Override public Ikon resolve(String description) { return Captainicon.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "captainicon"; } } ================================================ FILE: icon-packs/ikonli-captainicon-pack/src/main/java/org/kordamp/ikonli/captainicon/CaptainiconIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.captainicon; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class CaptainiconIkonProvider implements IkonProvider { @Override public Class getIkon() { return Captainicon.class; } } ================================================ FILE: icon-packs/ikonli-captainicon-pack/src/main/resources/META-INF/resources/captainicon/20140501/css/captainicon.css ================================================ @font-face { font-family: 'captainicon'; src:url('../fonts/captainicon.eot?-1i2a56'); src:url('../fonts/captainicon.eot?#iefix-1i2a56') format('embedded-opentype'), url('../fonts/captainicon.woff?-1i2a56') format('woff'), url('../fonts/captainicon.ttf?-1i2a56') format('truetype'), url('../fonts/captainicon.svg?-1i2a56#captainicon') format('svg'); font-weight: normal; font-style: normal; } [class^="captainicon-"], [class*=" captainicon-"] { font-family: 'captainicon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .captainicon-001:before { content: "\e600"; } .captainicon-002:before { content: "\e601"; } .captainicon-003:before { content: "\e602"; } .captainicon-004:before { content: "\e603"; } .captainicon-005:before { content: "\e604"; } .captainicon-006:before { content: "\e605"; } .captainicon-007:before { content: "\e606"; } .captainicon-008:before { content: "\e607"; } .captainicon-009:before { content: "\e608"; } .captainicon-010:before { content: "\e609"; } .captainicon-011:before { content: "\e60a"; } .captainicon-012:before { content: "\e60b"; } .captainicon-013:before { content: "\e60c"; } .captainicon-014:before { content: "\e60d"; } .captainicon-015:before { content: "\e60e"; } .captainicon-016:before { content: "\e60f"; } .captainicon-017:before { content: "\e610"; } .captainicon-018:before { content: "\e611"; } .captainicon-019:before { content: "\e612"; } .captainicon-020:before { content: "\e613"; } .captainicon-021:before { content: "\e614"; } .captainicon-022:before { content: "\e615"; } .captainicon-023:before { content: "\e616"; } .captainicon-024:before { content: "\e617"; } .captainicon-025:before { content: "\e618"; } .captainicon-026:before { content: "\e619"; } .captainicon-027:before { content: "\e61a"; } .captainicon-028:before { content: "\e61b"; } .captainicon-029:before { content: "\e61c"; } .captainicon-030:before { content: "\e61d"; } .captainicon-031:before { content: "\e61e"; } .captainicon-032:before { content: "\e61f"; } .captainicon-033:before { content: "\e620"; } .captainicon-034:before { content: "\e621"; } .captainicon-035:before { content: "\e622"; } .captainicon-036:before { content: "\e623"; } .captainicon-037:before { content: "\e624"; } .captainicon-038:before { content: "\e625"; } .captainicon-039:before { content: "\e626"; } .captainicon-040:before { content: "\e627"; } .captainicon-041:before { content: "\e628"; } .captainicon-042:before { content: "\e629"; } .captainicon-043:before { content: "\e62a"; } .captainicon-044:before { content: "\e62b"; } .captainicon-045:before { content: "\e62c"; } .captainicon-046:before { content: "\e62d"; } .captainicon-047:before { content: "\e62e"; } .captainicon-048:before { content: "\e62f"; } .captainicon-049:before { content: "\e630"; } .captainicon-050:before { content: "\e631"; } .captainicon-051:before { content: "\e632"; } .captainicon-052:before { content: "\e633"; } .captainicon-053:before { content: "\e634"; } .captainicon-054:before { content: "\e635"; } .captainicon-055:before { content: "\e636"; } .captainicon-056:before { content: "\e637"; } .captainicon-057:before { content: "\e638"; } .captainicon-058:before { content: "\e639"; } .captainicon-059:before { content: "\e63a"; } .captainicon-060:before { content: "\e63b"; } .captainicon-061:before { content: "\e63c"; } .captainicon-062:before { content: "\e63d"; } .captainicon-063:before { content: "\e63e"; } .captainicon-064:before { content: "\e63f"; } .captainicon-065:before { content: "\e640"; } .captainicon-066:before { content: "\e641"; } .captainicon-067:before { content: "\e642"; } .captainicon-068:before { content: "\e643"; } .captainicon-069:before { content: "\e644"; } .captainicon-070:before { content: "\e645"; } .captainicon-071:before { content: "\e646"; } .captainicon-072:before { content: "\e647"; } .captainicon-073:before { content: "\e648"; } .captainicon-074:before { content: "\e649"; } .captainicon-075:before { content: "\e64a"; } .captainicon-076:before { content: "\e64b"; } .captainicon-077:before { content: "\e64c"; } .captainicon-078:before { content: "\e64d"; } .captainicon-079:before { content: "\e64e"; } .captainicon-080:before { content: "\e64f"; } .captainicon-081:before { content: "\e650"; } .captainicon-082:before { content: "\e651"; } .captainicon-083:before { content: "\e652"; } .captainicon-084:before { content: "\e653"; } .captainicon-085:before { content: "\e654"; } .captainicon-086:before { content: "\e655"; } .captainicon-087:before { content: "\e656"; } .captainicon-088:before { content: "\e657"; } .captainicon-089:before { content: "\e658"; } .captainicon-090:before { content: "\e659"; } .captainicon-091:before { content: "\e65a"; } .captainicon-092:before { content: "\e65b"; } .captainicon-093:before { content: "\e65c"; } .captainicon-094:before { content: "\e65d"; } .captainicon-095:before { content: "\e65e"; } .captainicon-096:before { content: "\e65f"; } .captainicon-097:before { content: "\e660"; } .captainicon-098:before { content: "\e661"; } .captainicon-099:before { content: "\e662"; } .captainicon-100:before { content: "\e663"; } .captainicon-101:before { content: "\e664"; } .captainicon-102:before { content: "\e665"; } .captainicon-103:before { content: "\e666"; } .captainicon-104:before { content: "\e667"; } .captainicon-105:before { content: "\e668"; } .captainicon-106:before { content: "\e669"; } .captainicon-107:before { content: "\e66a"; } .captainicon-108:before { content: "\e66b"; } .captainicon-109:before { content: "\e66c"; } .captainicon-110:before { content: "\e66d"; } .captainicon-111:before { content: "\e66e"; } .captainicon-112:before { content: "\e66f"; } .captainicon-113:before { content: "\e670"; } .captainicon-114:before { content: "\e671"; } .captainicon-115:before { content: "\e672"; } .captainicon-116:before { content: "\e673"; } .captainicon-117:before { content: "\e674"; } .captainicon-118:before { content: "\e675"; } .captainicon-119:before { content: "\e676"; } .captainicon-120:before { content: "\e677"; } .captainicon-121:before { content: "\e678"; } .captainicon-122:before { content: "\e679"; } .captainicon-123:before { content: "\e67a"; } .captainicon-124:before { content: "\e67b"; } .captainicon-125:before { content: "\e67c"; } .captainicon-126:before { content: "\e67d"; } .captainicon-127:before { content: "\e67e"; } .captainicon-128:before { content: "\e67f"; } .captainicon-129:before { content: "\e680"; } .captainicon-130:before { content: "\e681"; } .captainicon-131:before { content: "\e682"; } .captainicon-132:before { content: "\e683"; } .captainicon-133:before { content: "\e684"; } .captainicon-134:before { content: "\e685"; } .captainicon-135:before { content: "\e686"; } .captainicon-136:before { content: "\e687"; } .captainicon-137:before { content: "\e688"; } .captainicon-138:before { content: "\e689"; } .captainicon-139:before { content: "\e68a"; } .captainicon-140:before { content: "\e68b"; } .captainicon-141:before { content: "\e68c"; } .captainicon-142:before { content: "\e68d"; } .captainicon-143:before { content: "\e68e"; } .captainicon-144:before { content: "\e68f"; } .captainicon-145:before { content: "\e690"; } .captainicon-146:before { content: "\e691"; } .captainicon-147:before { content: "\e692"; } .captainicon-148:before { content: "\e693"; } .captainicon-149:before { content: "\e694"; } .captainicon-150:before { content: "\e695"; } .captainicon-151:before { content: "\e696"; } .captainicon-152:before { content: "\e697"; } .captainicon-153:before { content: "\e698"; } .captainicon-154:before { content: "\e699"; } .captainicon-155:before { content: "\e69a"; } .captainicon-156:before { content: "\e69b"; } .captainicon-157:before { content: "\e69c"; } .captainicon-158:before { content: "\e69d"; } .captainicon-159:before { content: "\e69e"; } .captainicon-160:before { content: "\e69f"; } .captainicon-161:before { content: "\e6a0"; } .captainicon-162:before { content: "\e6a1"; } .captainicon-163:before { content: "\e6a2"; } .captainicon-164:before { content: "\e6a3"; } .captainicon-165:before { content: "\e6a4"; } .captainicon-166:before { content: "\e6a5"; } .captainicon-167:before { content: "\e6a6"; } .captainicon-168:before { content: "\e6a7"; } .captainicon-169:before { content: "\e6a8"; } .captainicon-170:before { content: "\e6a9"; } .captainicon-171:before { content: "\e6aa"; } .captainicon-172:before { content: "\e6ab"; } .captainicon-173:before { content: "\e6ac"; } .captainicon-174:before { content: "\e6ad"; } .captainicon-175:before { content: "\e6ae"; } .captainicon-176:before { content: "\e6af"; } .captainicon-177:before { content: "\e6b0"; } .captainicon-178:before { content: "\e6b1"; } .captainicon-179:before { content: "\e6b2"; } .captainicon-180:before { content: "\e6b3"; } .captainicon-181:before { content: "\e6b4"; } .captainicon-182:before { content: "\e6b5"; } .captainicon-183:before { content: "\e6b6"; } .captainicon-184:before { content: "\e6b7"; } .captainicon-185:before { content: "\e6b8"; } .captainicon-186:before { content: "\e6b9"; } .captainicon-187:before { content: "\e6ba"; } .captainicon-188:before { content: "\e6bb"; } .captainicon-189:before { content: "\e6bc"; } .captainicon-190:before { content: "\e6bd"; } .captainicon-191:before { content: "\e6be"; } .captainicon-192:before { content: "\e6bf"; } .captainicon-193:before { content: "\e6c0"; } .captainicon-194:before { content: "\e6c1"; } .captainicon-195:before { content: "\e6c2"; } .captainicon-196:before { content: "\e6c3"; } .captainicon-197:before { content: "\e6c4"; } .captainicon-198:before { content: "\e6c5"; } .captainicon-199:before { content: "\e6c6"; } .captainicon-200:before { content: "\e6c7"; } .captainicon-201:before { content: "\e6c8"; } .captainicon-202:before { content: "\e6c9"; } .captainicon-203:before { content: "\e6ca"; } .captainicon-204:before { content: "\e6cb"; } .captainicon-205:before { content: "\e6cc"; } .captainicon-206:before { content: "\e6cd"; } .captainicon-207:before { content: "\e6ce"; } .captainicon-208:before { content: "\e6cf"; } .captainicon-209:before { content: "\e6d0"; } .captainicon-210:before { content: "\e6d1"; } .captainicon-211:before { content: "\e6d2"; } .captainicon-212:before { content: "\e6d3"; } .captainicon-213:before { content: "\e6d4"; } .captainicon-214:before { content: "\e6d5"; } .captainicon-215:before { content: "\e6d6"; } .captainicon-216:before { content: "\e6d7"; } .captainicon-217:before { content: "\e6d8"; } .captainicon-218:before { content: "\e6d9"; } .captainicon-219:before { content: "\e6da"; } .captainicon-220:before { content: "\e6db"; } .captainicon-221:before { content: "\e6dc"; } .captainicon-222:before { content: "\e6dd"; } .captainicon-223:before { content: "\e6de"; } .captainicon-224:before { content: "\e6df"; } .captainicon-225:before { content: "\e6e0"; } .captainicon-226:before { content: "\e6e1"; } .captainicon-227:before { content: "\e6e2"; } .captainicon-228:before { content: "\e6e3"; } .captainicon-229:before { content: "\e6e4"; } .captainicon-230:before { content: "\e6e5"; } .captainicon-231:before { content: "\e6e6"; } .captainicon-232:before { content: "\e6e7"; } .captainicon-233:before { content: "\e6e8"; } .captainicon-234:before { content: "\e6e9"; } .captainicon-235:before { content: "\e6ea"; } .captainicon-236:before { content: "\e6eb"; } .captainicon-237:before { content: "\e6ec"; } .captainicon-238:before { content: "\e6ed"; } .captainicon-239:before { content: "\e6ee"; } .captainicon-240:before { content: "\e6ef"; } .captainicon-241:before { content: "\e6f0"; } .captainicon-242:before { content: "\e6f1"; } .captainicon-243:before { content: "\e6f2"; } .captainicon-244:before { content: "\e6f3"; } .captainicon-245:before { content: "\e6f4"; } .captainicon-246:before { content: "\e6f5"; } .captainicon-247:before { content: "\e6f6"; } .captainicon-248:before { content: "\e6f7"; } .captainicon-249:before { content: "\e6f8"; } .captainicon-250:before { content: "\e6f9"; } .captainicon-251:before { content: "\e6fa"; } .captainicon-252:before { content: "\e6fb"; } .captainicon-253:before { content: "\e6fc"; } .captainicon-254:before { content: "\e6fd"; } .captainicon-255:before { content: "\e6fe"; } .captainicon-256:before { content: "\e6ff"; } .captainicon-257:before { content: "\e700"; } .captainicon-258:before { content: "\e701"; } .captainicon-259:before { content: "\e702"; } .captainicon-260:before { content: "\e703"; } .captainicon-261:before { content: "\e704"; } .captainicon-262:before { content: "\e705"; } .captainicon-263:before { content: "\e706"; } .captainicon-264:before { content: "\e707"; } .captainicon-265:before { content: "\e708"; } .captainicon-266:before { content: "\e709"; } .captainicon-267:before { content: "\e70a"; } .captainicon-268:before { content: "\e70b"; } .captainicon-269:before { content: "\e70c"; } .captainicon-270:before { content: "\e70d"; } .captainicon-271:before { content: "\e70e"; } .captainicon-272:before { content: "\e70f"; } .captainicon-273:before { content: "\e710"; } .captainicon-274:before { content: "\e711"; } .captainicon-275:before { content: "\e712"; } .captainicon-276:before { content: "\e713"; } .captainicon-277:before { content: "\e714"; } .captainicon-278:before { content: "\e715"; } .captainicon-279:before { content: "\e716"; } .captainicon-280:before { content: "\e717"; } .captainicon-281:before { content: "\e718"; } .captainicon-282:before { content: "\e719"; } .captainicon-283:before { content: "\e71a"; } .captainicon-284:before { content: "\e71b"; } .captainicon-285:before { content: "\e71c"; } .captainicon-286:before { content: "\e71d"; } .captainicon-287:before { content: "\e71e"; } .captainicon-288:before { content: "\e71f"; } .captainicon-289:before { content: "\e720"; } .captainicon-290:before { content: "\e721"; } .captainicon-291:before { content: "\e722"; } .captainicon-292:before { content: "\e723"; } .captainicon-293:before { content: "\e724"; } .captainicon-294:before { content: "\e725"; } .captainicon-295:before { content: "\e726"; } .captainicon-296:before { content: "\e727"; } .captainicon-297:before { content: "\e728"; } .captainicon-298:before { content: "\e729"; } .captainicon-299:before { content: "\e72a"; } .captainicon-300:before { content: "\e72b"; } .captainicon-301:before { content: "\e72c"; } .captainicon-302:before { content: "\e72d"; } .captainicon-303:before { content: "\e72e"; } .captainicon-304:before { content: "\e72f"; } .captainicon-305:before { content: "\e730"; } .captainicon-306:before { content: "\e731"; } .captainicon-307:before { content: "\e732"; } .captainicon-308:before { content: "\e733"; } .captainicon-309:before { content: "\e734"; } .captainicon-310:before { content: "\e735"; } .captainicon-311:before { content: "\e736"; } .captainicon-312:before { content: "\e737"; } .captainicon-313:before { content: "\e738"; } .captainicon-314:before { content: "\e739"; } .captainicon-315:before { content: "\e73a"; } .captainicon-316:before { content: "\e73b"; } .captainicon-317:before { content: "\e73c"; } .captainicon-318:before { content: "\e73d"; } .captainicon-319:before { content: "\e73e"; } .captainicon-320:before { content: "\e73f"; } .captainicon-321:before { content: "\e740"; } .captainicon-322:before { content: "\e741"; } .captainicon-323:before { content: "\e742"; } .captainicon-324:before { content: "\e743"; } .captainicon-325:before { content: "\e744"; } .captainicon-326:before { content: "\e745"; } .captainicon-327:before { content: "\e746"; } .captainicon-328:before { content: "\e747"; } .captainicon-329:before { content: "\e748"; } .captainicon-330:before { content: "\e749"; } .captainicon-331:before { content: "\e74a"; } .captainicon-332:before { content: "\e74b"; } .captainicon-333:before { content: "\e74c"; } .captainicon-334:before { content: "\e74d"; } .captainicon-335:before { content: "\e74e"; } .captainicon-336:before { content: "\e74f"; } .captainicon-337:before { content: "\e750"; } .captainicon-338:before { content: "\e751"; } .captainicon-339:before { content: "\e752"; } .captainicon-340:before { content: "\e753"; } .captainicon-341:before { content: "\e754"; } .captainicon-342:before { content: "\e755"; } .captainicon-343:before { content: "\e756"; } .captainicon-344:before { content: "\e757"; } .captainicon-345:before { content: "\e758"; } .captainicon-346:before { content: "\e759"; } .captainicon-347:before { content: "\e75a"; } .captainicon-348:before { content: "\e75b"; } .captainicon-349:before { content: "\e75c"; } .captainicon-350:before { content: "\e75d"; } .captainicon-351:before { content: "\e75e"; } .captainicon-352:before { content: "\e75f"; } .captainicon-353:before { content: "\e760"; } .captainicon-354:before { content: "\e761"; } .captainicon-355:before { content: "\e762"; } .captainicon-356:before { content: "\e763"; } .captainicon-357:before { content: "\e764"; } .captainicon-358:before { content: "\e765"; } .captainicon-359:before { content: "\e766"; } .captainicon-360:before { content: "\e767"; } .captainicon-361:before { content: "\e768"; } .captainicon-362:before { content: "\e769"; } .captainicon-363:before { content: "\e76a"; } .captainicon-364:before { content: "\e76b"; } .captainicon-365:before { content: "\e76c"; } .captainicon-366:before { content: "\e76d"; } .captainicon-367:before { content: "\e76e"; } .captainicon-368:before { content: "\e76f"; } .captainicon-369:before { content: "\e770"; } .captainicon-370:before { content: "\e771"; } .captainicon-371:before { content: "\e772"; } .captainicon-372:before { content: "\e773"; } .captainicon-373:before { content: "\e774"; } .captainicon-374:before { content: "\e775"; } .captainicon-375:before { content: "\e776"; } ================================================ FILE: icon-packs/ikonli-carbonicons-pack/ikonli-carbonicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-carbonicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.carbonicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.carbonicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.carbonicons.CarboniconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.carbonicons.CarbonIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-carbonicons-pack/src/main/java/org/kordamp/ikonli/carbonicons/CarbonIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.carbonicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum CarbonIcons implements Ikon { CI_3D_CURSOR("ci-3d-cursor", '\ue901'), CI_3D_CURSOR_ALT("ci-3d-cursor-alt", '\ue900'), CI_3D_CURVE_AUTO_COLON("ci-3d-curve-auto-colon", '\ue902'), CI_3D_CURVE_AUTO_VESSELS("ci-3d-curve-auto-vessels", '\ue903'), CI_3D_CURVE_MANUAL("ci-3d-curve-manual", '\ue904'), CI_3D_ICA("ci-3d-ica", '\ue905'), CI_3D_MPR_TOGGLE("ci-3d-mpr-toggle", '\ue906'), CI_3D_PRINT_MESH("ci-3d-print-mesh", '\ue907'), CI_3D_SOFTWARE("ci-3d-software", '\ue908'), CI_3RD_PARTY_CONNECTED("ci-3rd-party-connected", '\ue909'), CI_4K("ci-4k", '\ue90b'), CI_4K_FILLED("ci-4k-filled", '\ue90a'), ACCESSIBILITY("ci-accessibility", '\ue90f'), ACCESSIBILITY_ALT("ci-accessibility-alt", '\ue90c'), ACCESSIBILITY_COLOR("ci-accessibility-color", '\ue90e'), ACCESSIBILITY_COLOR_FILLED("ci-accessibility-color-filled", '\ue90d'), ACCOUNT("ci-account", '\ue910'), ACCUMULATION_ICE("ci-accumulation-ice", '\ue911'), ACCUMULATION_PRECIPITATION("ci-accumulation-precipitation", '\ue912'), ACCUMULATION_RAIN("ci-accumulation-rain", '\ue913'), ACCUMULATION_SNOW("ci-accumulation-snow", '\ue914'), ACTIVITY("ci-activity", '\ue915'), ADD("ci-add", '\ue919'), ADD_ALT("ci-add-alt", '\ue916'), ADD_COMMENT("ci-add-comment", '\ue917'), ADD_FILLED("ci-add-filled", '\ue918'), AGRICULTURE_ANALYTICS("ci-agriculture-analytics", '\ue91a'), AIRLINE_DIGITAL_GATE("ci-airline-digital-gate", '\ue92b'), AIRLINE_MANAGE_GATES("ci-airline-manage-gates", '\ue92c'), AIRLINE_PASSENGER_CARE("ci-airline-passenger-care", '\ue92d'), AIRLINE_RAPID_BOARD("ci-airline-rapid-board", '\ue92e'), AIRPORT_01("ci-airport-01", '\ue92f'), AIRPORT_02("ci-airport-02", '\ue930'), AIRPORT_LOCATION("ci-airport-location", '\ue931'), AI_RESULTS("ci-ai-results", '\ue920'), AI_RESULTS_HIGH("ci-ai-results-high", '\ue91b'), AI_RESULTS_LOW("ci-ai-results-low", '\ue91c'), AI_RESULTS_MEDIUM("ci-ai-results-medium", '\ue91d'), AI_RESULTS_URGENT("ci-ai-results-urgent", '\ue91e'), AI_RESULTS_VERY_HIGH("ci-ai-results-very-high", '\ue91f'), AI_STATUS("ci-ai-status", '\ue92a'), AI_STATUS_COMPLETE("ci-ai-status-complete", '\ue921'), AI_STATUS_FAILED("ci-ai-status-failed", '\ue922'), AI_STATUS_IN_PROGRESS("ci-ai-status-in-progress", '\ue923'), AI_STATUS_REJECTED("ci-ai-status-rejected", '\ue929'), ALARM("ci-alarm", '\ue934'), ALARM_ADD("ci-alarm-add", '\ue932'), ALARM_SUBTRACT("ci-alarm-subtract", '\ue933'), ALIGN_BOX_BOTTOM_CENTER("ci-align-box-bottom-center", '\ue935'), ALIGN_BOX_BOTTOM_LEFT("ci-align-box-bottom-left", '\ue936'), ALIGN_BOX_BOTTOM_RIGHT("ci-align-box-bottom-right", '\ue937'), ALIGN_BOX_MIDDLE_CENTER("ci-align-box-middle-center", '\ue938'), ALIGN_BOX_MIDDLE_LEFT("ci-align-box-middle-left", '\ue939'), ALIGN_BOX_MIDDLE_RIGHT("ci-align-box-middle-right", '\ue93a'), ALIGN_BOX_TOP_CENTER("ci-align-box-top-center", '\ue93b'), ALIGN_BOX_TOP_LEFT("ci-align-box-top-left", '\ue93c'), ALIGN_BOX_TOP_RIGHT("ci-align-box-top-right", '\ue93d'), ALIGN_HORIZONTAL_CENTER("ci-align-horizontal-center", '\ue93e'), ALIGN_HORIZONTAL_LEFT("ci-align-horizontal-left", '\ue93f'), ALIGN_HORIZONTAL_RIGHT("ci-align-horizontal-right", '\ue940'), ALIGN_VERTICAL_BOTTOM("ci-align-vertical-bottom", '\ue941'), ALIGN_VERTICAL_CENTER("ci-align-vertical-center", '\ue942'), ALIGN_VERTICAL_TOP("ci-align-vertical-top", '\ue943'), ANALYTICS("ci-analytics", '\ue945'), ANALYTICS_REFERENCE("ci-analytics-reference", '\ue944'), ANGLE("ci-angle", '\ue946'), ANNOTATION_VISIBILITY("ci-annotation-visibility", '\ue947'), APERTURE("ci-aperture", '\ue948'), API("ci-api", '\ue94a'), API_1("ci-api-1", '\ue949'), APP("ci-app", '\ue94d'), APPLE("ci-apple", '\ue94e'), APPLICATION("ci-application", '\ue94f'), APPS("ci-apps", '\ue950'), APP_CONNECTIVITY("ci-app-connectivity", '\ue94b'), APP_SWITCHER("ci-app-switcher", '\ue94c'), ARCHIVE("ci-archive", '\ue951'), AREA("ci-area", '\ue953'), AREA_CUSTOM("ci-area-custom", '\ue952'), ARRIVAL("ci-arrival", '\ue954'), ARROWS("ci-arrows", '\ue961'), ARROWS_HORIZONTAL("ci-arrows-horizontal", '\ue95f'), ARROWS_VERTICAL("ci-arrows-vertical", '\ue960'), ARROW_ANNOTATION("ci-arrow-annotation", '\ue955'), ARROW_DOWN("ci-arrow-down", '\ue958'), ARROW_DOWN_LEFT("ci-arrow-down-left", '\ue956'), ARROW_DOWN_RIGHT("ci-arrow-down-right", '\ue957'), ARROW_LEFT("ci-arrow-left", '\ue959'), ARROW_RIGHT("ci-arrow-right", '\ue95a'), ARROW_SHIFT_DOWN("ci-arrow-shift-down", '\ue95b'), ARROW_UP("ci-arrow-up", '\ue95e'), ARROW_UP_LEFT("ci-arrow-up-left", '\ue95c'), ARROW_UP_RIGHT("ci-arrow-up-right", '\ue95d'), ASLEEP("ci-asleep", '\ue963'), ASLEEP_FILLED("ci-asleep-filled", '\ue962'), ASSET("ci-asset", '\ue964'), AT("ci-at", '\ue965'), ATTACHMENT("ci-attachment", '\ue966'), AUDIO_CONSOLE("ci-audio-console", '\ue967'), AUGMENTED_REALITY("ci-augmented-reality", '\ue968'), AUTOMATIC("ci-automatic", '\ue96a'), AUTO_SCROLL("ci-auto-scroll", '\ue969'), AWAKE("ci-awake", '\ue96b'), BACK_TO_TOP("ci-back-to-top", '\ue96c'), BADGE("ci-badge", '\ue96d'), BAGGAGE_CLAIM("ci-baggage-claim", '\ue96e'), BAR("ci-bar", '\ue96f'), BARRIER("ci-barrier", '\ue970'), BASKETBALL("ci-basketball", '\ue971'), BAT("ci-bat", '\ue972'), BATTERY_CHARGING("ci-battery-charging", '\ue973'), BATTERY_EMPTY("ci-battery-empty", '\ue974'), BATTERY_FULL("ci-battery-full", '\ue975'), BATTERY_HALF("ci-battery-half", '\ue976'), BATTERY_LOW("ci-battery-low", '\ue977'), BATTERY_QUARTER("ci-battery-quarter", '\ue978'), BEE("ci-bee", '\ue97a'), BEE_BAT("ci-bee-bat", '\ue979'), BICYCLE("ci-bicycle", '\ue97b'), BINOCULARS("ci-binoculars", '\ue97c'), BLOCH_SPHERE("ci-bloch-sphere", '\ue97d'), BLOCKCHAIN("ci-blockchain", '\ue97e'), BLOG("ci-blog", '\ue97f'), BLUETOOTH("ci-bluetooth", '\ue981'), BLUETOOTH_OFF("ci-bluetooth-off", '\ue980'), BOOK("ci-book", '\ue982'), BOOKMARK("ci-bookmark", '\ue984'), BOOKMARK_FILLED("ci-bookmark-filled", '\ue983'), BOOLEAN("ci-boolean", '\ue985'), BORDER_BOTTOM("ci-border-bottom", '\ue986'), BORDER_FULL("ci-border-full", '\ue987'), BORDER_LEFT("ci-border-left", '\ue988'), BORDER_NONE("ci-border-none", '\ue989'), BORDER_RIGHT("ci-border-right", '\ue98a'), BORDER_TOP("ci-border-top", '\ue98b'), BOT("ci-bot", '\ue98c'), BOX("ci-box", '\ue98e'), BOX_PLOT("ci-box-plot", '\ue98d'), BRANCH("ci-branch", '\ue98f'), BRIGHTNESS_CONTRAST("ci-brightness-contrast", '\ue990'), BRING_TO_FRONT("ci-bring-to-front", '\ue991'), BRUSH_FREEHAND("ci-brush-freehand", '\ue992'), BRUSH_POLYGON("ci-brush-polygon", '\ue993'), BUILDING("ci-building", '\ue997'), BUILDING_INSIGHTS_1("ci-building-insights-1", '\ue994'), BUILDING_INSIGHTS_2("ci-building-insights-2", '\ue995'), BUILDING_INSIGHTS_3("ci-building-insights-3", '\ue996'), BULLHORN("ci-bullhorn", '\ue998'), BUOY("ci-buoy", '\ue999'), BUS("ci-bus", '\ue99a'), CABIN_CARE("ci-cabin-care", '\ue99d'), CABIN_CARE_ALERT("ci-cabin-care-alert", '\ue99b'), CABIN_CARE_ALT("ci-cabin-care-alt", '\ue99c'), CAD("ci-cad", '\ue99e'), CAFE("ci-cafe", '\ue99f'), CALCULATOR("ci-calculator", '\ue9a1'), CALCULATOR_CHECK("ci-calculator-check", '\ue9a0'), CALENDAR("ci-calendar", '\ue9a5'), CALENDAR_HEAT_MAP("ci-calendar-heat-map", '\ue9a2'), CALENDAR_SETTINGS("ci-calendar-settings", '\ue9a3'), CALENDAR_TOOLS("ci-calendar-tools", '\ue9a4'), CALIBRATE("ci-calibrate", '\ue9a6'), CAMERA("ci-camera", '\ue9a8'), CAMERA_ACTION("ci-camera-action", '\ue9a7'), CAMPSITE("ci-campsite", '\ue9a9'), CAR("ci-car", '\ue9ab'), CARBON("ci-carbon", '\ue9ac'), CARET_DOWN("ci-caret-down", '\ue9ad'), CARET_LEFT("ci-caret-left", '\ue9ae'), CARET_RIGHT("ci-caret-right", '\ue9af'), CARET_SORT("ci-caret-sort", '\ue9b2'), CARET_SORT_DOWN("ci-caret-sort-down", '\ue9b0'), CARET_SORT_UP("ci-caret-sort-up", '\ue9b1'), CARET_UP("ci-caret-up", '\ue9b3'), CAROUSEL_HORIZONTAL("ci-carousel-horizontal", '\ue9b4'), CAROUSEL_VERTICAL("ci-carousel-vertical", '\ue9b5'), CAR_FRONT("ci-car-front", '\ue9aa'), CATALOG("ci-catalog", '\ue9b6'), CATEGORIES("ci-categories", '\ue9b7'), CATEGORY("ci-category", '\ue9bc'), CATEGORY_ADD("ci-category-add", '\ue9b8'), CATEGORY_AND("ci-category-and", '\ue9b9'), CATEGORY_NEW("ci-category-new", '\ue9bb'), CATEGORY_NEW_EACH("ci-category-new-each", '\ue9ba'), CCX("ci-ccx", '\ue9bd'), CDA("ci-cda", '\ue9c1'), CD_ARCHIVE("ci-cd-archive", '\ue9be'), CD_CREATE_ARCHIVE("ci-cd-create-archive", '\ue9bf'), CD_CREATE_EXCHANGE("ci-cd-create-exchange", '\ue9c0'), CENTER_CIRCLE("ci-center-circle", '\ue9c2'), CENTER_SQUARE("ci-center-square", '\ue9c3'), CENTER_TO_FIT("ci-center-to-fit", '\ue9c4'), CERTIFICATE("ci-certificate", '\ue9c6'), CERTIFICATE_CHECK("ci-certificate-check", '\ue9c5'), CHANGE_CATALOG("ci-change-catalog", '\ue9c7'), CHARACTER_PATTERNS("ci-character-patterns", '\ue9c8'), CHARGING_STATION("ci-charging-station", '\ue9ca'), CHARGING_STATION_FILLED("ci-charging-station-filled", '\ue9c9'), CHART_3D("ci-chart-3d", '\ue9cb'), CHART_AREA("ci-chart-area", '\ue9ce'), CHART_AREA_SMOOTH("ci-chart-area-smooth", '\ue9cc'), CHART_AREA_STEPPER("ci-chart-area-stepper", '\ue9cd'), CHART_AVERAGE("ci-chart-average", '\ue9cf'), CHART_BAR("ci-chart-bar", '\ue9d4'), CHART_BAR_FLOATING("ci-chart-bar-floating", '\ue9d0'), CHART_BAR_OVERLAY("ci-chart-bar-overlay", '\ue9d1'), CHART_BAR_STACKED("ci-chart-bar-stacked", '\ue9d2'), CHART_BAR_TARGET("ci-chart-bar-target", '\ue9d3'), CHART_BUBBLE("ci-chart-bubble", '\ue9d5'), CHART_BULLET("ci-chart-bullet", '\ue9d6'), CHART_CANDLESTICK("ci-chart-candlestick", '\ue9d7'), CHART_CLUSTER_BAR("ci-chart-cluster-bar", '\ue9d8'), CHART_COLUMN("ci-chart-column", '\ue9db'), CHART_COLUMN_FLOATING("ci-chart-column-floating", '\ue9d9'), CHART_COLUMN_TARGET("ci-chart-column-target", '\ue9da'), CHART_COMBO("ci-chart-combo", '\ue9dd'), CHART_COMBO_STACKED("ci-chart-combo-stacked", '\ue9dc'), CHART_CUSTOM("ci-chart-custom", '\ue9de'), CHART_ERROR_BAR("ci-chart-error-bar", '\ue9e0'), CHART_ERROR_BAR_ALT("ci-chart-error-bar-alt", '\ue9df'), CHART_EVALUATION("ci-chart-evaluation", '\ue9e1'), CHART_HIGH_LOW("ci-chart-high-low", '\ue9e2'), CHART_HISTOGRAM("ci-chart-histogram", '\ue9e3'), CHART_LINE("ci-chart-line", '\ue9e6'), CHART_LINE_DATA("ci-chart-line-data", '\ue9e4'), CHART_LINE_SMOOTH("ci-chart-line-smooth", '\ue9e5'), CHART_MARIMEKKO("ci-chart-marimekko", '\ue9e7'), CHART_MAXIMUM("ci-chart-maximum", '\ue9e8'), CHART_MINIMUM("ci-chart-minimum", '\ue9e9'), CHART_MULTITYPE("ci-chart-multitype", '\ue9eb'), CHART_MULTI_LINE("ci-chart-multi-line", '\ue9ea'), CHART_NETWORK("ci-chart-network", '\ue9ec'), CHART_PARALLEL("ci-chart-parallel", '\ue9ed'), CHART_PIE("ci-chart-pie", '\ue9ee'), CHART_POINT("ci-chart-point", '\ue9ef'), CHART_POPULATION("ci-chart-population", '\ue9f0'), CHART_RADAR("ci-chart-radar", '\ue9f1'), CHART_RADIAL("ci-chart-radial", '\ue9f2'), CHART_RELATIONSHIP("ci-chart-relationship", '\ue9f3'), CHART_RING("ci-chart-ring", '\ue9f4'), CHART_RIVER("ci-chart-river", '\ue9f5'), CHART_ROSE("ci-chart-rose", '\ue9f6'), CHART_SCATTER("ci-chart-scatter", '\ue9f7'), CHART_STACKED("ci-chart-stacked", '\ue9f8'), CHART_STEPPER("ci-chart-stepper", '\ue9f9'), CHART_SUNBURST("ci-chart-sunburst", '\ue9fa'), CHART_TREEMAP("ci-chart-treemap", '\ue9fc'), CHART_T_SNE("ci-chart-t-sne", '\ue9fb'), CHART_VENN_DIAGRAM("ci-chart-venn-diagram", '\ue9fd'), CHART_WATERFALL("ci-chart-waterfall", '\ue9fe'), CHAT("ci-chat", '\uea00'), CHAT_BOT("ci-chat-bot", '\ue9ff'), CHECKBOX("ci-checkbox", '\uea07'), CHECKBOX_CHECKED("ci-checkbox-checked", '\uea02'), CHECKBOX_CHECKED_FILLED("ci-checkbox-checked-filled", '\uea01'), CHECKBOX_INDETERMINATE("ci-checkbox-indeterminate", '\uea04'), CHECKBOX_INDETERMINATE_FILLED("ci-checkbox-indeterminate-filled", '\uea03'), CHECKBOX_UNDETERMINATE("ci-checkbox-undeterminate", '\uea06'), CHECKBOX_UNDETERMINATE_FILLED("ci-checkbox-undeterminate-filled", '\uea05'), CHECKMARK("ci-checkmark", '\uea0e'), CHECKMARK_FILLED("ci-checkmark-filled", '\uea0a'), CHECKMARK_FILLED_ERROR("ci-checkmark-filled-error", '\uea08'), CHECKMARK_FILLED_WARNING("ci-checkmark-filled-warning", '\uea09'), CHECKMARK_OUTLINE("ci-checkmark-outline", '\uea0d'), CHECKMARK_OUTLINE_ERROR("ci-checkmark-outline-error", '\uea0b'), CHECKMARK_OUTLINE_WARNING("ci-checkmark-outline-warning", '\uea0c'), CHEMISTRY("ci-chemistry", '\uea10'), CHEMISTRY_REFERENCE("ci-chemistry-reference", '\uea0f'), CHEVRON_DOWN("ci-chevron-down", '\uea11'), CHEVRON_LEFT("ci-chevron-left", '\uea12'), CHEVRON_MINI("ci-chevron-mini", '\uea13'), CHEVRON_RIGHT("ci-chevron-right", '\uea14'), CHEVRON_SORT("ci-chevron-sort", '\uea17'), CHEVRON_SORT_DOWN("ci-chevron-sort-down", '\uea15'), CHEVRON_SORT_UP("ci-chevron-sort-up", '\uea16'), CHEVRON_UP("ci-chevron-up", '\uea18'), CHIP("ci-chip", '\uea19'), CHOICES("ci-choices", '\uea1a'), CIRCLE_DASH("ci-circle-dash", '\uea1b'), CIRCLE_FILLED("ci-circle-filled", '\uea1c'), CIRCLE_MEASUREMENT("ci-circle-measurement", '\uea1d'), CIRCLE_PACKING("ci-circle-packing", '\uea1e'), CIRCUIT_COMPOSER("ci-circuit-composer", '\uea1f'), CLASSIFICATION("ci-classification", '\uea20'), CLASSIFIER_LANGUAGE("ci-classifier-language", '\uea21'), CLEAN("ci-clean", '\uea22'), CLOSE("ci-close", '\uea25'), CLOSED_CAPTION("ci-closed-caption", '\uea28'), CLOSED_CAPTION_ALT("ci-closed-caption-alt", '\uea26'), CLOSED_CAPTION_FILLED("ci-closed-caption-filled", '\uea27'), CLOSE_FILLED("ci-close-filled", '\uea23'), CLOSE_OUTLINE("ci-close-outline", '\uea24'), CLOUD("ci-cloud", '\uea37'), CLOUDY("ci-cloudy", '\uea38'), CLOUD_APP("ci-cloud-app", '\uea29'), CLOUD_CEILING("ci-cloud-ceiling", '\uea2a'), CLOUD_DATA_OPS("ci-cloud-data-ops", '\uea2b'), CLOUD_DOWNLOAD("ci-cloud-download", '\uea2c'), CLOUD_FOUNDRY_1("ci-cloud-foundry-1", '\uea2d'), CLOUD_FOUNDRY_2("ci-cloud-foundry-2", '\uea2e'), CLOUD_LIGHTNING("ci-cloud-lightning", '\uea2f'), CLOUD_RAIN("ci-cloud-rain", '\uea30'), CLOUD_SNOW("ci-cloud-snow", '\uea35'), CLOUD_UPLOAD("ci-cloud-upload", '\uea36'), COBB_ANGLE("ci-cobb-angle", '\uea39'), CODE("ci-code", '\uea3b'), CODE_REFERENCE("ci-code-reference", '\uea3a'), COGNITIVE("ci-cognitive", '\uea3c'), COLLABORATE("ci-collaborate", '\uea3d'), COLLAPSE_ALL("ci-collapse-all", '\uea3e'), COLLAPSE_CATEGORIES("ci-collapse-categories", '\uea3f'), COLOR_PALETTE("ci-color-palette", '\uea40'), COLOR_SWITCH("ci-color-switch", '\uea41'), COLUMN("ci-column", '\uea44'), COLUMN_DELETE("ci-column-delete", '\uea42'), COLUMN_INSERT("ci-column-insert", '\uea43'), COMPARE("ci-compare", '\uea45'), COMPASS("ci-compass", '\uea46'), COMPOSER_EDIT("ci-composer-edit", '\uea47'), CONCEPT("ci-concept", '\uea48'), CONNECT("ci-connect", '\uea49'), CONNECTION_SIGNAL("ci-connection-signal", '\uea4a'), CONSTRUCTION("ci-construction", '\uea4b'), CONTAINER_SOFTWARE("ci-container-software", '\uea4c'), CONTENT_VIEW("ci-content-view", '\uea4d'), CONTOUR_FINDING("ci-contour-finding", '\uea4e'), CONTRAST("ci-contrast", '\uea4f'), COPY("ci-copy", '\uea52'), COPY_FILE("ci-copy-file", '\uea50'), COPY_LINK("ci-copy-link", '\uea51'), CORN("ci-corn", '\uea53'), CORNER("ci-corner", '\uea54'), CORONAVIRUS("ci-coronavirus", '\uea55'), COURSE("ci-course", '\uea56'), COVARIATE("ci-covariate", '\uea57'), CREDENTIALS("ci-credentials", '\uea58'), CROP("ci-crop", '\uea5b'), CROP_GROWTH("ci-crop-growth", '\uea59'), CROP_HEALTH("ci-crop-health", '\uea5a'), CROSSROADS("ci-crossroads", '\uea5e'), CROSS_REFERENCE("ci-cross-reference", '\uea5c'), CROSS_TAB("ci-cross-tab", '\uea5d'), CROWD_REPORT("ci-crowd-report", '\uea60'), CROWD_REPORT_FILLED("ci-crowd-report-filled", '\uea5f'), CSV("ci-csv", '\uea61'), CU1("ci-cu1", '\uea62'), CU3("ci-cu3", '\uea63'), CUBE_VIEW("ci-cube-view", '\uea64'), CURRENCY_BAHT("ci-currency-baht", '\uea65'), CURRENCY_DOLLAR("ci-currency-dollar", '\uea66'), CURRENCY_EURO("ci-currency-euro", '\uea67'), CURRENCY_LIRA("ci-currency-lira", '\uea68'), CURRENCY_POUND("ci-currency-pound", '\uea69'), CURRENCY_RUPEE("ci-currency-rupee", '\uea6a'), CURRENCY_SHEKEL("ci-currency-shekel", '\uea6b'), CURRENCY_WON("ci-currency-won", '\uea6c'), CURRENCY_YEN("ci-currency-yen", '\uea6d'), CURSOR_1("ci-cursor-1", '\uea6e'), CURSOR_2("ci-cursor-2", '\uea6f'), CUT("ci-cut", '\uea71'), CUT_IN_HALF("ci-cut-in-half", '\uea70'), CY("ci-cy", '\uea72'), CYCLIST("ci-cyclist", '\uea73'), CZ("ci-cz", '\uea74'), DASHBOARD("ci-dashboard", '\uea76'), DASHBOARD_REFERENCE("ci-dashboard-reference", '\uea75'), DATASTORE("ci-datastore", '\uea8e'), DATA_1("ci-data-1", '\uea77'), DATA_2("ci-data-2", '\uea78'), DATA_BASE("ci-data-base", '\uea7a'), DATA_BASE_ALT("ci-data-base-alt", '\uea79'), DATA_CHECK("ci-data-check", '\uea7b'), DATA_CLASS("ci-data-class", '\uea7c'), DATA_COLLECTION("ci-data-collection", '\uea7d'), DATA_CONNECTED("ci-data-connected", '\uea7e'), DATA_ERROR("ci-data-error", '\uea7f'), DATA_PLAYER("ci-data-player", '\uea80'), DATA_REFERENCE("ci-data-reference", '\uea81'), DATA_REFINERY("ci-data-refinery", '\uea83'), DATA_REFINERY_REFERENCE("ci-data-refinery-reference", '\uea82'), DATA_SET("ci-data-set", '\uea84'), DATA_SHARE("ci-data-share", '\uea85'), DATA_STRUCTURED("ci-data-structured", '\uea86'), DATA_TABLE("ci-data-table", '\uea88'), DATA_TABLE_REFERENCE("ci-data-table-reference", '\uea87'), DATA_UNSTRUCTURED("ci-data-unstructured", '\uea89'), DATA_VIS_1("ci-data-vis-1", '\uea8a'), DATA_VIS_2("ci-data-vis-2", '\uea8b'), DATA_VIS_3("ci-data-vis-3", '\uea8c'), DATA_VIS_4("ci-data-vis-4", '\uea8d'), DEBUG("ci-debug", '\uea8f'), DECISION_TREE("ci-decision-tree", '\uea90'), DELETE("ci-delete", '\uea91'), DELIVERY_TRUCK("ci-delivery-truck", '\uea92'), DENOMINATE("ci-denominate", '\uea93'), DEPARTURE("ci-departure", '\uea94'), DEPLOY("ci-deploy", '\uea96'), DEPLOYMENT_PATTERN("ci-deployment-pattern", '\uea97'), DEPLOYMENT_POLICY("ci-deployment-policy", '\uea98'), DEPLOY_RULES("ci-deploy-rules", '\uea95'), DEVELOPMENT("ci-development", '\uea99'), DEVICES("ci-devices", '\uea9a'), DEW_POINT("ci-dew-point", '\uea9c'), DEW_POINT_FILLED("ci-dew-point-filled", '\uea9b'), DIAGRAM("ci-diagram", '\uea9e'), DIAGRAM_REFERENCE("ci-diagram-reference", '\uea9d'), DICOM_6000("ci-dicom-6000", '\uea9f'), DICOM_OVERLAY("ci-dicom-overlay", '\ueaa0'), DIRECTION_BEAR_RIGHT_01("ci-direction-bear-right-01", '\ueaa2'), DIRECTION_BEAR_RIGHT_01_FILLED("ci-direction-bear-right-01-filled", '\ueaa1'), DIRECTION_BEAR_RIGHT_02("ci-direction-bear-right-02", '\ueaa4'), DIRECTION_BEAR_RIGHT_02_FILLED("ci-direction-bear-right-02-filled", '\ueaa3'), DIRECTION_CURVE("ci-direction-curve", '\ueaa6'), DIRECTION_CURVE_FILLED("ci-direction-curve-filled", '\ueaa5'), DIRECTION_MERGE("ci-direction-merge", '\ueaa8'), DIRECTION_MERGE_FILLED("ci-direction-merge-filled", '\ueaa7'), DIRECTION_RIGHT_01("ci-direction-right-01", '\ueaaa'), DIRECTION_RIGHT_01_FILLED("ci-direction-right-01-filled", '\ueaa9'), DIRECTION_RIGHT_02("ci-direction-right-02", '\ueaac'), DIRECTION_RIGHT_02_FILLED("ci-direction-right-02-filled", '\ueaab'), DIRECTION_ROTARY_FIRST_RIGHT("ci-direction-rotary-first-right", '\ueaae'), DIRECTION_ROTARY_FIRST_RIGHT_FILLED("ci-direction-rotary-first-right-filled", '\ueaad'), DIRECTION_ROTARY_RIGHT("ci-direction-rotary-right", '\ueab0'), DIRECTION_ROTARY_RIGHT_FILLED("ci-direction-rotary-right-filled", '\ueaaf'), DIRECTION_ROTARY_STRAIGHT("ci-direction-rotary-straight", '\ueab2'), DIRECTION_ROTARY_STRAIGHT_FILLED("ci-direction-rotary-straight-filled", '\ueab1'), DIRECTION_SHARP_TURN("ci-direction-sharp-turn", '\ueab4'), DIRECTION_SHARP_TURN_FILLED("ci-direction-sharp-turn-filled", '\ueab3'), DIRECTION_STRAIGHT("ci-direction-straight", '\ueab8'), DIRECTION_STRAIGHT_FILLED("ci-direction-straight-filled", '\ueab5'), DIRECTION_STRAIGHT_RIGHT("ci-direction-straight-right", '\ueab7'), DIRECTION_STRAIGHT_RIGHT_FILLED("ci-direction-straight-right-filled", '\ueab6'), DIRECTION_U_TURN("ci-direction-u-turn", '\ueaba'), DIRECTION_U_TURN_FILLED("ci-direction-u-turn-filled", '\ueab9'), DISTRIBUTE_HORIZONTAL_CENTER("ci-distribute-horizontal-center", '\ueabb'), DISTRIBUTE_HORIZONTAL_LEFT("ci-distribute-horizontal-left", '\ueabc'), DISTRIBUTE_HORIZONTAL_RIGHT("ci-distribute-horizontal-right", '\ueabd'), DISTRIBUTE_VERTICAL_BOTTOM("ci-distribute-vertical-bottom", '\ueabe'), DISTRIBUTE_VERTICAL_CENTER("ci-distribute-vertical-center", '\ueabf'), DISTRIBUTE_VERTICAL_TOP("ci-distribute-vertical-top", '\ueac0'), DNA("ci-dna", '\ueac1'), DOC("ci-doc", '\ueac2'), DOCUMENT("ci-document", '\uead0'), DOCUMENT_ADD("ci-document-add", '\ueac3'), DOCUMENT_BLANK("ci-document-blank", '\ueac4'), DOCUMENT_DOWNLOAD("ci-document-download", '\ueac5'), DOCUMENT_EXPORT("ci-document-export", '\ueac6'), DOCUMENT_IMPORT("ci-document-import", '\ueac7'), DOCUMENT_PDF("ci-document-pdf", '\ueac8'), DOCUMENT_SENTIMENT("ci-document-sentiment", '\ueac9'), DOCUMENT_SUBTRACT("ci-document-subtract", '\ueaca'), DOCUMENT_TASKS("ci-document-tasks", '\ueacb'), DOCUMENT_UNKNOWN("ci-document-unknown", '\ueacc'), DOCUMENT_VIEW("ci-document-view", '\ueacd'), DOCUMENT_WORD_PROCESSOR("ci-document-word-processor", '\ueacf'), DOCUMENT_WORD_PROCESSOR_REFERENCE("ci-document-word-processor-reference", '\ueace'), DOT_MARK("ci-dot-mark", '\uead1'), DOUBLE_INTEGER("ci-double-integer", '\uead2'), DOWNLOAD("ci-download", '\uead5'), DOWNLOAD_STUDY("ci-download-study", '\uead4'), DOWN_TO_BOTTOM("ci-down-to-bottom", '\uead3'), DRAGGABLE("ci-draggable", '\uead8'), DRAG_HORIZONTAL("ci-drag-horizontal", '\uead6'), DRAG_VERTICAL("ci-drag-vertical", '\uead7'), DRAW("ci-draw", '\uead9'), DRIVER_ANALYSIS("ci-driver-analysis", '\ueada'), DROP_PHOTO("ci-drop-photo", '\ueadc'), DROP_PHOTO_FILLED("ci-drop-photo-filled", '\ueadb'), DROUGHT("ci-drought", '\ueadd'), DVR("ci-dvr", '\ueade'), EARTH("ci-earth", '\ueae6'), EARTHQUAKE("ci-earthquake", '\ueae7'), EARTH_AMERICAS("ci-earth-americas", '\ueae0'), EARTH_AMERICAS_FILLED("ci-earth-americas-filled", '\ueadf'), EARTH_EUROPE_AFRICA("ci-earth-europe-africa", '\ueae2'), EARTH_EUROPE_AFRICA_FILLED("ci-earth-europe-africa-filled", '\ueae1'), EARTH_FILLED("ci-earth-filled", '\ueae3'), EARTH_SOUTHEAST_ASIA("ci-earth-southeast-asia", '\ueae5'), EARTH_SOUTHEAST_ASIA_FILLED("ci-earth-southeast-asia-filled", '\ueae4'), EDGE_CLUSTER("ci-edge-cluster", '\ueae8'), EDGE_DEVICE("ci-edge-device", '\ueae9'), EDGE_ENHANCEMENT("ci-edge-enhancement", '\ueaed'), EDGE_ENHANCEMENT_01("ci-edge-enhancement-01", '\ueaea'), EDGE_ENHANCEMENT_02("ci-edge-enhancement-02", '\ueaeb'), EDGE_ENHANCEMENT_03("ci-edge-enhancement-03", '\ueaec'), EDGE_NODE("ci-edge-node", '\ueaee'), EDGE_SERVICE("ci-edge-service", '\ueaef'), EDIT("ci-edit", '\ueaf2'), EDIT_FILTER("ci-edit-filter", '\ueaf0'), EDIT_OFF("ci-edit-off", '\ueaf1'), EDT_LOOP("ci-edt-loop", '\ueaf3'), EDUCATION("ci-education", '\ueaf4'), EMAIL("ci-email", '\ueaf6'), EMAIL_NEW("ci-email-new", '\ueaf5'), ENTERPRISE("ci-enterprise", '\ueaf7'), ERASE("ci-erase", '\ueaf9'), ERASE_3D("ci-erase-3d", '\ueaf8'), ERROR("ci-error", '\ueafc'), ERROR_FILLED("ci-error-filled", '\ueafa'), ERROR_OUTLINE("ci-error-outline", '\ueafb'), EVENT("ci-event", '\ueafe'), EVENTS("ci-events", '\ueb00'), EVENTS_ALT("ci-events-alt", '\ueaff'), EVENT_SCHEDULE("ci-event-schedule", '\ueafd'), EXAM_MODE("ci-exam-mode", '\ueb01'), EXIT("ci-exit", '\ueb02'), EXPAND_ALL("ci-expand-all", '\ueb03'), EXPAND_CATEGORIES("ci-expand-categories", '\ueb04'), EXPORT("ci-export", '\ueb05'), EYEDROPPER("ci-eyedropper", '\ueb06'), FACE_ACTIVATED("ci-face-activated", '\ueb09'), FACE_ACTIVATED_ADD("ci-face-activated-add", '\ueb07'), FACE_ACTIVATED_FILLED("ci-face-activated-filled", '\ueb08'), FACE_ADD("ci-face-add", '\ueb0a'), FACE_COOL("ci-face-cool", '\ueb0b'), FACE_DISSATISFIED("ci-face-dissatisfied", '\ueb0d'), FACE_DISSATISFIED_FILLED("ci-face-dissatisfied-filled", '\ueb0c'), FACE_DIZZY("ci-face-dizzy", '\ueb0f'), FACE_DIZZY_FILLED("ci-face-dizzy-filled", '\ueb0e'), FACE_MASK("ci-face-mask", '\ueb10'), FACE_NEUTRAL("ci-face-neutral", '\ueb12'), FACE_NEUTRAL_FILLED("ci-face-neutral-filled", '\ueb11'), FACE_PENDING("ci-face-pending", '\ueb14'), FACE_PENDING_FILLED("ci-face-pending-filled", '\ueb13'), FACE_SATISFIED("ci-face-satisfied", '\ueb16'), FACE_SATISFIED_FILLED("ci-face-satisfied-filled", '\ueb15'), FACE_WINK("ci-face-wink", '\ueb18'), FACE_WINK_FILLED("ci-face-wink-filled", '\ueb17'), FACTOR("ci-factor", '\ueb19'), FADE("ci-fade", '\ueb1a'), FAVORITE("ci-favorite", '\ueb1c'), FAVORITE_FILLED("ci-favorite-filled", '\ueb1b'), FETCH_UPLOAD("ci-fetch-upload", '\ueb1e'), FETCH_UPLOAD_CLOUD("ci-fetch-upload-cloud", '\ueb1d'), FILTER("ci-filter", '\ueb22'), FILTER_EDIT("ci-filter-edit", '\ueb1f'), FILTER_REMOVE("ci-filter-remove", '\ueb20'), FILTER_RESET("ci-filter-reset", '\ueb21'), FINANCE("ci-finance", '\ueb23'), FINGERPRINT_RECOGNITION("ci-fingerprint-recognition", '\ueb24'), FIRE("ci-fire", '\ueb25'), FISH("ci-fish", '\ueb27'), FISH_MULTIPLE("ci-fish-multiple", '\ueb26'), FIT_TO_SCREEN("ci-fit-to-screen", '\ueb28'), FLAG("ci-flag", '\ueb2a'), FLAGGING_TAXI("ci-flagging-taxi", '\ueb2b'), FLAG_FILLED("ci-flag-filled", '\ueb29'), FLASH("ci-flash", '\ueb2f'), FLASH_FILLED("ci-flash-filled", '\ueb2c'), FLASH_OFF("ci-flash-off", '\ueb2e'), FLASH_OFF_FILLED("ci-flash-off-filled", '\ueb2d'), FLIGHT_INTERNATIONAL("ci-flight-international", '\ueb30'), FLIGHT_ROSTER("ci-flight-roster", '\ueb31'), FLIGHT_SCHEDULE("ci-flight-schedule", '\ueb32'), FLOOD("ci-flood", '\ueb34'), FLOOD_WARNING("ci-flood-warning", '\ueb33'), FLOW("ci-flow", '\ueb3f'), FLOW_CONNECTION("ci-flow-connection", '\ueb35'), FLOW_DATA("ci-flow-data", '\ueb36'), FOG("ci-fog", '\ueb40'), FOLDER("ci-folder", '\ueb46'), FOLDERS("ci-folders", '\ueb47'), FOLDER_ADD("ci-folder-add", '\ueb41'), FOLDER_DETAILS("ci-folder-details", '\ueb43'), FOLDER_DETAILS_REFERENCE("ci-folder-details-reference", '\ueb42'), FOLDER_OFF("ci-folder-off", '\ueb44'), FOLDER_SHARED("ci-folder-shared", '\ueb45'), FORECAST_HAIL("ci-forecast-hail", '\ueb49'), FORECAST_HAIL_30("ci-forecast-hail-30", '\ueb48'), FORECAST_LIGHTNING("ci-forecast-lightning", '\ueb4b'), FORECAST_LIGHTNING_30("ci-forecast-lightning-30", '\ueb4a'), FORK("ci-fork", '\ueb4c'), FORUM("ci-forum", '\ueb4d'), FORWARD_10("ci-forward-10", '\ueb4f'), FORWARD_30("ci-forward-30", '\ueb50'), FORWARD_5("ci-forward-5", '\ueb4e'), FRAGILE("ci-fragile", '\ueb51'), FRUIT_BOWL("ci-fruit-bowl", '\ueb52'), FUSION_BLENDER("ci-fusion-blender", '\ueb58'), GAME_CONSOLE("ci-game-console", '\ueb59'), GAME_WIRELESS("ci-game-wireless", '\ueb5a'), GAMIFICATION("ci-gamification", '\ueb5b'), GAS_STATION("ci-gas-station", '\ueb5c'), GENDER_FEMALE("ci-gender-female", '\ueb5d'), GENDER_MALE("ci-gender-male", '\ueb5e'), GENERATE_PDF("ci-generate-pdf", '\ueb5f'), GIF("ci-gif", '\ueb60'), GIFT("ci-gift", '\ueb61'), GLOBE("ci-globe", '\ueb62'), GRADIENT("ci-gradient", '\ueb63'), GRAPHICAL_DATA_FLOW("ci-graphical-data-flow", '\ueb64'), GRID("ci-grid", '\ueb65'), GROUP("ci-group", '\ueb66'), H("ci-h", '\ueb67'), HAIL("ci-hail", '\ueb68'), HANGING_PROTOCOL("ci-hanging-protocol", '\ueb69'), HARBOR("ci-harbor", '\ueb6a'), HASHTAG("ci-hashtag", '\ueb6b'), HAZE("ci-haze", '\ueb6d'), HAZE_NIGHT("ci-haze-night", '\ueb6c'), HD("ci-hd", '\ueb6f'), HDR("ci-hdr", '\ueb70'), HD_FILLED("ci-hd-filled", '\ueb6e'), HEADPHONES("ci-headphones", '\ueb71'), HEADSET("ci-headset", '\ueb72'), HEALTH_CROSS("ci-health-cross", '\ueb73'), HEARING("ci-hearing", '\ueb74'), HEAT_MAP("ci-heat-map", '\ueb78'), HEAT_MAP_02("ci-heat-map-02", '\ueb75'), HEAT_MAP_03("ci-heat-map-03", '\ueb76'), HEAT_MAP_STOCKS("ci-heat-map-stocks", '\ueb77'), HELICOPTER("ci-helicopter", '\ueb79'), HELP("ci-help", '\ueb7c'), HELP_DESK("ci-help-desk", '\ueb7a'), HELP_FILLED("ci-help-filled", '\ueb7b'), HINTON_PLOT("ci-hinton-plot", '\ueb7d'), HOLE_FILLING("ci-hole-filling", '\ueb7f'), HOLE_FILLING_CURSOR("ci-hole-filling-cursor", '\ueb7e'), HOME("ci-home", '\ueb80'), HOSPITAL("ci-hospital", '\ueb82'), HOSPITAL_BED("ci-hospital-bed", '\ueb81'), HOTEL("ci-hotel", '\ueb83'), HOURGLASS("ci-hourglass", '\ueb84'), HTML("ci-html", '\ueb86'), HTML_REFERENCE("ci-html-reference", '\ueb85'), HTTP("ci-http", '\ueb87'), HUMIDITY("ci-humidity", '\ueb89'), HUMIDITY_ALT("ci-humidity-alt", '\ueb88'), HURRICANE("ci-hurricane", '\ueb8a'), HYBRID_NETWORKING("ci-hybrid-networking", '\ueb8b'), IBM_CLOUD("ci-ibm-cloud", '\ueb8c'), IBM_SECURITY("ci-ibm-security", '\ueb8d'), ICA_2D("ci-ica-2d", '\ueb8e'), ICE_ACCRETION("ci-ice-accretion", '\ueb8f'), ID("ci-id", '\ueb90'), IDEA("ci-idea", '\ueb91'), IDENTIFICATION("ci-identification", '\ueb92'), IMAGE("ci-image", '\ueb96'), IMAGE_MEDICAL("ci-image-medical", '\ueb93'), IMAGE_REFERENCE("ci-image-reference", '\ueb94'), IMAGE_SEARCH("ci-image-search", '\ueb95'), IMPROVE_RELEVANCE("ci-improve-relevance", '\ueb97'), INCOMPLETE("ci-incomplete", '\ueb9e'), INCOMPLETE_CANCEL("ci-incomplete-cancel", '\ueb9b'), INCOMPLETE_ERROR("ci-incomplete-error", '\ueb9c'), INCOMPLETE_WARNING("ci-incomplete-warning", '\ueb9d'), INCREASE_LEVEL("ci-increase-level", '\ueb9f'), INDUSTRY("ci-industry", '\ueba0'), INFORMATION("ci-information", '\ueba4'), INFORMATION_FILLED("ci-information-filled", '\ueba1'), INFORMATION_SQUARE("ci-information-square", '\ueba3'), INFORMATION_SQUARE_FILLED("ci-information-square-filled", '\ueba2'), INSERT("ci-insert", '\ueba6'), INSERT_PAGE("ci-insert-page", '\ueba5'), INTEGRATION("ci-integration", '\ueba7'), INTERACTIONS("ci-interactions", '\ueba8'), INTERACTIVE_SEGMENTATION_CURSOR("ci-interactive-segmentation-cursor", '\ueba9'), INTERSECT("ci-intersect", '\uebaa'), INVENTORY_MANAGEMENT("ci-inventory-management", '\uebab'), IN_PROGRESS("ci-in-progress", '\ueb9a'), IN_PROGRESS_ERROR("ci-in-progress-error", '\ueb98'), IN_PROGRESS_WARNING("ci-in-progress-warning", '\ueb99'), IOT_CONNECT("ci-iot-connect", '\uebac'), IOT_PLATFORM("ci-iot-platform", '\uebad'), ISO("ci-iso", '\uebb0'), ISO_FILLED("ci-iso-filled", '\uebae'), ISO_OUTLINE("ci-iso-outline", '\uebaf'), JOIN_INNER("ci-join-inner", '\uebb1'), JOIN_LEFT("ci-join-left", '\uebb2'), JOIN_OUTER("ci-join-outer", '\uebb3'), JOIN_RIGHT("ci-join-right", '\uebb4'), JPG("ci-jpg", '\uebb5'), JSON("ci-json", '\uebb7'), JSON_REFERENCE("ci-json-reference", '\uebb6'), JUMP_LINK("ci-jump-link", '\uebb8'), KEEP_DRY("ci-keep-dry", '\uebb9'), KEYBOARD("ci-keyboard", '\uebba'), LANGUAGE("ci-language", '\uebbb'), LAPTOP("ci-laptop", '\uebbc'), LASSO("ci-lasso", '\uebbd'), LAUNCH("ci-launch", '\uebc1'), LAUNCH_STUDY_1("ci-launch-study-1", '\uebbe'), LAUNCH_STUDY_2("ci-launch-study-2", '\uebbf'), LAUNCH_STUDY_3("ci-launch-study-3", '\uebc0'), LAYERS("ci-layers", '\uebc2'), LEGEND("ci-legend", '\uebc3'), LETTER_AA("ci-letter-aa", '\uebc4'), LETTER_BB("ci-letter-bb", '\uebc5'), LETTER_CC("ci-letter-cc", '\uebc6'), LETTER_DD("ci-letter-dd", '\uebc7'), LETTER_EE("ci-letter-ee", '\uebc8'), LETTER_FF("ci-letter-ff", '\uebc9'), LETTER_GG("ci-letter-gg", '\uebca'), LETTER_HH("ci-letter-hh", '\uebcb'), LETTER_II("ci-letter-ii", '\uebcc'), LETTER_JJ("ci-letter-jj", '\uebcd'), LETTER_KK("ci-letter-kk", '\uebce'), LETTER_LL("ci-letter-ll", '\uebcf'), LETTER_MM("ci-letter-mm", '\uebd0'), LETTER_NN("ci-letter-nn", '\uebd1'), LETTER_OO("ci-letter-oo", '\uebd2'), LETTER_PP("ci-letter-pp", '\uebd3'), LETTER_QQ("ci-letter-qq", '\uebd4'), LETTER_RR("ci-letter-rr", '\uebd5'), LETTER_SS("ci-letter-ss", '\uebd6'), LETTER_TT("ci-letter-tt", '\uebd7'), LETTER_UU("ci-letter-uu", '\uebd8'), LETTER_VV("ci-letter-vv", '\uebd9'), LETTER_WW("ci-letter-ww", '\uebda'), LETTER_XX("ci-letter-xx", '\uebdb'), LETTER_YY("ci-letter-yy", '\uebdc'), LETTER_ZZ("ci-letter-zz", '\uebdd'), LICENSE("ci-license", '\uebe4'), LICENSE_DRAFT("ci-license-draft", '\uebde'), LICENSE_GLOBAL("ci-license-global", '\uebdf'), LICENSE_MAINTENANCE("ci-license-maintenance", '\uebe1'), LICENSE_MAINTENANCE_DRAFT("ci-license-maintenance-draft", '\uebe0'), LICENSE_THIRD_PARTY("ci-license-third-party", '\uebe3'), LICENSE_THIRD_PARTY_DRAFT("ci-license-third-party-draft", '\uebe2'), LIGHT("ci-light", '\uebe6'), LIGHTNING("ci-lightning", '\uebe7'), LIGHT_FILLED("ci-light-filled", '\uebe5'), LINK("ci-link", '\uebe8'), LINUX("ci-linux", '\uebea'), LINUX_ALT("ci-linux-alt", '\uebe9'), LIST("ci-list", '\uebf0'), LIST_BOXES("ci-list-boxes", '\uebeb'), LIST_BULLETED("ci-list-bulleted", '\uebec'), LIST_CHECKED("ci-list-checked", '\uebed'), LIST_DROPDOWN("ci-list-dropdown", '\uebee'), LIST_NUMBERED("ci-list-numbered", '\uebef'), LOCATION("ci-location", '\uebfb'), LOCATION_COMPANY("ci-location-company", '\uebf2'), LOCATION_COMPANY_FILLED("ci-location-company-filled", '\uebf1'), LOCATION_HAZARD("ci-location-hazard", '\uebf4'), LOCATION_HAZARD_FILLED("ci-location-hazard-filled", '\uebf3'), LOCATION_HEART("ci-location-heart", '\uebf6'), LOCATION_HEART_FILLED("ci-location-heart-filled", '\uebf5'), LOCATION_PERSON("ci-location-person", '\uebf8'), LOCATION_PERSON_FILLED("ci-location-person-filled", '\uebf7'), LOCATION_STAR("ci-location-star", '\uebfa'), LOCATION_STAR_FILLED("ci-location-star-filled", '\uebf9'), LOCKED("ci-locked", '\uebfc'), LOGIN("ci-login", '\uebfd'), LOGOUT("ci-logout", '\uec17'), LOGO_DIGG("ci-logo-digg", '\uebfe'), LOGO_FACEBOOK("ci-logo-facebook", '\uebff'), LOGO_FLICKR("ci-logo-flickr", '\uec00'), LOGO_GITHUB("ci-logo-github", '\uec01'), LOGO_GLASSDOOR("ci-logo-glassdoor", '\uec02'), LOGO_INSTAGRAM("ci-logo-instagram", '\uec03'), LOGO_JUPYTER("ci-logo-jupyter", '\uec04'), LOGO_KEYBASE("ci-logo-keybase", '\uec05'), LOGO_LINKEDIN("ci-logo-linkedin", '\uec06'), LOGO_LIVESTREAM("ci-logo-livestream", '\uec07'), LOGO_MEDIUM("ci-logo-medium", '\uec08'), LOGO_OPENSHIFT("ci-logo-openshift", '\uec09'), LOGO_PINTEREST("ci-logo-pinterest", '\uec0a'), LOGO_PYTHON("ci-logo-python", '\uec0b'), LOGO_QUORA("ci-logo-quora", '\uec0c'), LOGO_R_SCRIPT("ci-logo-r-script", '\uec0d'), LOGO_SKYPE("ci-logo-skype", '\uec0e'), LOGO_SLACK("ci-logo-slack", '\uec0f'), LOGO_SNAPCHAT("ci-logo-snapchat", '\uec10'), LOGO_TUMBLR("ci-logo-tumblr", '\uec11'), LOGO_TWITTER("ci-logo-twitter", '\uec12'), LOGO_VMWARE("ci-logo-vmware", '\uec13'), LOGO_XING("ci-logo-xing", '\uec14'), LOGO_YELP("ci-logo-yelp", '\uec15'), LOGO_YOUTUBE("ci-logo-youtube", '\uec16'), LOOP("ci-loop", '\uec18'), MACHINE_LEARNING("ci-machine-learning", '\uec1d'), MACHINE_LEARNING_MODEL("ci-machine-learning-model", '\uec1c'), MAC_COMMAND("ci-mac-command", '\uec19'), MAC_OPTION("ci-mac-option", '\uec1a'), MAC_SHIFT("ci-mac-shift", '\uec1b'), MAGIC_WAND("ci-magic-wand", '\uec1f'), MAGIC_WAND_FILLED("ci-magic-wand-filled", '\uec1e'), MAGNIFY("ci-magnify", '\uec20'), MAIL_ALL("ci-mail-all", '\uec21'), MAIL_REPLY("ci-mail-reply", '\uec22'), MAMMOGRAM("ci-mammogram", '\uec23'), MANAGED_SOLUTIONS("ci-managed-solutions", '\uec25'), MANAGE_PROTECTION("ci-manage-protection", '\uec24'), MAP("ci-map", '\uec27'), MAP_BOUNDARY("ci-map-boundary", '\uec26'), MARINE_WARNING("ci-marine-warning", '\uec28'), MATH_CURVE("ci-math-curve", '\uec29'), MATRIX("ci-matrix", '\uec2a'), MAXIMIZE("ci-maximize", '\uec2b'), MEDICATION("ci-medication", '\uec2e'), MEDICATION_ALERT("ci-medication-alert", '\uec2c'), MEDICATION_REMINDER("ci-medication-reminder", '\uec2d'), MENU("ci-menu", '\uec2f'), METER("ci-meter", '\uec31'), METER_ALT("ci-meter-alt", '\uec30'), MICROPHONE("ci-microphone", '\uec35'), MICROPHONE_FILLED("ci-microphone-filled", '\uec32'), MICROPHONE_OFF("ci-microphone-off", '\uec34'), MICROPHONE_OFF_FILLED("ci-microphone-off-filled", '\uec33'), MICROSCOPE("ci-microscope", '\uec36'), MIGRATE("ci-migrate", '\uec38'), MIGRATE_ALT("ci-migrate-alt", '\uec37'), MILESTONE("ci-milestone", '\uec39'), MINIMIZE("ci-minimize", '\uec3a'), MISUSE("ci-misuse", '\uec3d'), MISUSE_ALT("ci-misuse-alt", '\uec3b'), MISUSE_OUTLINE("ci-misuse-outline", '\uec3c'), MIXED_RAIN_HAIL("ci-mixed-rain-hail", '\uec3e'), MOBILE("ci-mobile", '\uec44'), MOBILE_ADD("ci-mobile-add", '\uec3f'), MOBILE_AUDIO("ci-mobile-audio", '\uec40'), MOBILE_CHECK("ci-mobile-check", '\uec41'), MOBILE_DOWNLOAD("ci-mobile-download", '\uec42'), MOBILE_LANDSCAPE("ci-mobile-landscape", '\uec43'), MODEL("ci-model", '\uec49'), MODEL_ALT("ci-model-alt", '\uec45'), MODEL_BUILDER("ci-model-builder", '\uec47'), MODEL_BUILDER_REFERENCE("ci-model-builder-reference", '\uec46'), MODEL_REFERENCE("ci-model-reference", '\uec48'), MONEY("ci-money", '\uec4a'), MONSTER("ci-monster", '\uec4b'), MONUMENT("ci-monument", '\uec4c'), MOON("ci-moon", '\uec4d'), MOSTLY_CLOUDY("ci-mostly-cloudy", '\uec4f'), MOSTLY_CLOUDY_NIGHT("ci-mostly-cloudy-night", '\uec4e'), MOUNTAIN("ci-mountain", '\uec50'), MOV("ci-mov", '\uec51'), MOVE("ci-move", '\uec52'), MOVEMENT("ci-movement", '\uec53'), MP3("ci-mp3", '\uec54'), MP4("ci-mp4", '\uec55'), MPEG("ci-mpeg", '\uec56'), MPG2("ci-mpg2", '\uec57'), MUSIC("ci-music", '\uec58'), NAME_SPACE("ci-name-space", '\uec59'), NAVAID_CIVIL("ci-navaid-civil", '\uec5a'), NAVAID_DME("ci-navaid-dme", '\uec5b'), NAVAID_HELIPAD("ci-navaid-helipad", '\uec5c'), NAVAID_MILITARY("ci-navaid-military", '\uec5e'), NAVAID_MILITARY_CIVIL("ci-navaid-military-civil", '\uec5d'), NAVAID_NDB("ci-navaid-ndb", '\uec75'), NAVAID_PRIVATE("ci-navaid-private", '\uec76'), NAVAID_SEAPLANE("ci-navaid-seaplane", '\uec77'), NAVAID_TACAN("ci-navaid-tacan", '\uec78'), NAVAID_VHFOR("ci-navaid-vhfor", '\uec79'), NAVAID_VORTAC("ci-navaid-vortac", '\uec7e'), NETWORK_1("ci-network-1", '\uec7f'), NETWORK_2("ci-network-2", '\uec80'), NETWORK_3("ci-network-3", '\uec82'), NETWORK_3_REFERENCE("ci-network-3-reference", '\uec81'), NETWORK_4("ci-network-4", '\uec83'), NEW_TAB("ci-new-tab", '\uec84'), NEXT_FILLED("ci-next-filled", '\uec85'), NEXT_OUTLINE("ci-next-outline", '\uec86'), NOMINAL("ci-nominal", '\uec89'), NOMINATE("ci-nominate", '\uec8a'), NON_CERTIFIED("ci-non-certified", '\uec8b'), NOODLE_BOWL("ci-noodle-bowl", '\uec8c'), NOTEBOOK("ci-notebook", '\uec91'), NOTEBOOK_REFERENCE("ci-notebook-reference", '\uec90'), NOTIFICATION("ci-notification", '\uec96'), NOTIFICATION_FILLED("ci-notification-filled", '\uec92'), NOTIFICATION_NEW("ci-notification-new", '\uec93'), NOTIFICATION_OFF("ci-notification-off", '\uec95'), NOTIFICATION_OFF_FILLED("ci-notification-off-filled", '\uec94'), NOT_AVAILABLE("ci-not-available", '\uec8d'), NOT_SENT("ci-not-sent", '\uec8f'), NOT_SENT_FILLED("ci-not-sent-filled", '\uec8e'), NO_IMAGE("ci-no-image", '\uec87'), NO_TICKET("ci-no-ticket", '\uec88'), NUMBER_0("ci-number-0", '\uec97'), NUMBER_1("ci-number-1", '\uec98'), NUMBER_2("ci-number-2", '\uec99'), NUMBER_3("ci-number-3", '\uec9a'), NUMBER_4("ci-number-4", '\uec9b'), NUMBER_5("ci-number-5", '\uec9c'), NUMBER_6("ci-number-6", '\uec9d'), NUMBER_7("ci-number-7", '\uec9e'), NUMBER_8("ci-number-8", '\uec9f'), NUMBER_9("ci-number-9", '\ueca0'), NUMBER_SMALL_0("ci-number-small-0", '\ueca1'), NUMBER_SMALL_1("ci-number-small-1", '\ueca2'), NUMBER_SMALL_2("ci-number-small-2", '\ueca3'), NUMBER_SMALL_3("ci-number-small-3", '\ueca4'), NUMBER_SMALL_4("ci-number-small-4", '\ueca5'), NUMBER_SMALL_5("ci-number-small-5", '\ueca6'), NUMBER_SMALL_6("ci-number-small-6", '\ueca7'), NUMBER_SMALL_7("ci-number-small-7", '\ueca8'), NUMBER_SMALL_8("ci-number-small-8", '\ueca9'), NUMBER_SMALL_9("ci-number-small-9", '\uecaa'), OBJECT_STORAGE("ci-object-storage", '\uecab'), OBSERVED_HAIL("ci-observed-hail", '\uecac'), OBSERVED_LIGHTNING("ci-observed-lightning", '\uecad'), OMEGA("ci-omega", '\uecae'), OPACITY("ci-opacity", '\uecaf'), OPEN_PANEL_BOTTOM("ci-open-panel-bottom", '\uecb0'), OPEN_PANEL_FILLED_BOTTOM("ci-open-panel-filled-bottom", '\uecb1'), OPEN_PANEL_FILLED_LEFT("ci-open-panel-filled-left", '\uecb2'), OPEN_PANEL_FILLED_RIGHT("ci-open-panel-filled-right", '\uecb3'), OPEN_PANEL_FILLED_TOP("ci-open-panel-filled-top", '\uecb4'), OPEN_PANEL_LEFT("ci-open-panel-left", '\uecb5'), OPEN_PANEL_RIGHT("ci-open-panel-right", '\uecb6'), OPEN_PANEL_TOP("ci-open-panel-top", '\uecb7'), OPERATION("ci-operation", '\uecba'), OPERATIONS_FIELD("ci-operations-field", '\uecbb'), OPERATIONS_RECORD("ci-operations-record", '\uecbc'), OPERATION_GAUGE("ci-operation-gauge", '\uecb8'), OPERATION_IF("ci-operation-if", '\uecb9'), ORDINAL("ci-ordinal", '\uecbd'), OUTAGE("ci-outage", '\uecbe'), OUTLOOK_SEVERE("ci-outlook-severe", '\uecbf'), OVERFLOW_MENU_HORIZONTAL("ci-overflow-menu-horizontal", '\uecc0'), OVERFLOW_MENU_VERTICAL("ci-overflow-menu-vertical", '\uecc1'), OVERLAY("ci-overlay", '\uecc2'), PACKAGE("ci-package", '\uecc3'), PAGE_BREAK("ci-page-break", '\uecc4'), PAGE_FIRST("ci-page-first", '\uecc5'), PAGE_LAST("ci-page-last", '\uecc6'), PAGE_NUMBER("ci-page-number", '\uecc7'), PAGE_SCROLL("ci-page-scroll", '\uecc8'), PAINT_BRUSH("ci-paint-brush", '\uecca'), PAINT_BRUSH_ALT("ci-paint-brush-alt", '\uecc9'), PALM_TREE("ci-palm-tree", '\ueccb'), PANEL_EXPANSION("ci-panel-expansion", '\uecce'), PAN_HORIZONTAL("ci-pan-horizontal", '\ueccc'), PAN_VERTICAL("ci-pan-vertical", '\ueccd'), PARAGRAPH("ci-paragraph", '\ueccf'), PARENT_CHILD("ci-parent-child", '\uecd0'), PARTLY_CLOUDY("ci-partly-cloudy", '\uecd2'), PARTLY_CLOUDY_NIGHT("ci-partly-cloudy-night", '\uecd1'), PARTNERSHIP("ci-partnership", '\uecd3'), PASSENGER_DRINKS("ci-passenger-drinks", '\uecd4'), PASSENGER_PLUS("ci-passenger-plus", '\uecd5'), PASSWORD("ci-password", '\uecd6'), PASTE("ci-paste", '\uecd7'), PAUSE("ci-pause", '\uecdd'), PAUSE_FILLED("ci-pause-filled", '\uecd8'), PAUSE_FUTURE("ci-pause-future", '\uecd9'), PAUSE_OUTLINE("ci-pause-outline", '\uecdb'), PAUSE_OUTLINE_FILLED("ci-pause-outline-filled", '\uecda'), PAUSE_PAST("ci-pause-past", '\uecdc'), PDF("ci-pdf", '\uecdf'), PDF_REFERENCE("ci-pdf-reference", '\uecde'), PEDESTRIAN("ci-pedestrian", '\uece1'), PEDESTRIAN_CHILD("ci-pedestrian-child", '\uece0'), PENDING("ci-pending", '\uece3'), PENDING_FILLED("ci-pending-filled", '\uece2'), PERCENTAGE("ci-percentage", '\uece5'), PERCENTAGE_FILLED("ci-percentage-filled", '\uece4'), PERSON("ci-person", '\uece7'), PERSON_FAVORITE("ci-person-favorite", '\uece6'), PEST("ci-pest", '\uece8'), PET_IMAGE_B("ci-pet-image-b", '\uece9'), PET_IMAGE_O("ci-pet-image-o", '\uecea'), PHONE("ci-phone", '\uecee'), PHONE_FILLED("ci-phone-filled", '\ueceb'), PHONE_OFF("ci-phone-off", '\ueced'), PHONE_OFF_FILLED("ci-phone-off-filled", '\uecec'), PHRASE_SENTIMENT("ci-phrase-sentiment", '\uecef'), PICNIC_AREA("ci-picnic-area", '\uecf0'), PILLS("ci-pills", '\uecf3'), PILLS_ADD("ci-pills-add", '\uecf1'), PILLS_SUBTRACT("ci-pills-subtract", '\uecf2'), PIN("ci-pin", '\uecf5'), PIN_FILLED("ci-pin-filled", '\uecf4'), PLANE("ci-plane", '\uecf8'), PLANE_PRIVATE("ci-plane-private", '\uecf6'), PLANE_SEA("ci-plane-sea", '\uecf7'), PLAY("ci-play", '\uecfd'), PLAYLIST("ci-playlist", '\uecfe'), PLAY_FILLED("ci-play-filled", '\uecfa'), PLAY_FILLED_ALT("ci-play-filled-alt", '\uecf9'), PLAY_OUTLINE("ci-play-outline", '\uecfc'), PLAY_OUTLINE_FILLED("ci-play-outline-filled", '\uecfb'), PLUG("ci-plug", '\ued00'), PLUG_FILLED("ci-plug-filled", '\uecff'), PNG("ci-png", '\ued01'), POINTER_TEXT("ci-pointer-text", '\ued02'), POLICE("ci-police", '\ued03'), POLICY("ci-policy", '\ued04'), POPUP("ci-popup", '\ued05'), PORTFOLIO("ci-portfolio", '\ued06'), POWER("ci-power", '\ued07'), PPT("ci-ppt", '\ued08'), PRESENTATION_FILE("ci-presentation-file", '\ued09'), PRESSURE("ci-pressure", '\ued0b'), PRESSURE_FILLED("ci-pressure-filled", '\ued0a'), PREVIOUS_FILLED("ci-previous-filled", '\ued0c'), PREVIOUS_OUTLINE("ci-previous-outline", '\ued0d'), PRINTER("ci-printer", '\ued0e'), PRODUCT("ci-product", '\ued0f'), PURCHASE("ci-purchase", '\ued10'), QQ_PLOT("ci-qq-plot", '\ued11'), QR_CODE("ci-qr-code", '\ued12'), QUADRANT_PLOT("ci-quadrant-plot", '\ued13'), QUERY("ci-query", '\ued15'), QUERY_QUEUE("ci-query-queue", '\ued14'), QUEUED("ci-queued", '\ued16'), QUOTES("ci-quotes", '\ued17'), RADAR("ci-radar", '\ued1a'), RADAR_ENHANCED("ci-radar-enhanced", '\ued18'), RADAR_WEATHER("ci-radar-weather", '\ued19'), RADIO("ci-radio", '\ued1d'), RADIO_BUTTON("ci-radio-button", '\ued1c'), RADIO_BUTTON_CHECKED("ci-radio-button-checked", '\ued1b'), RAIN("ci-rain", '\ued23'), RAIN_DRIZZLE("ci-rain-drizzle", '\ued1e'), RAIN_DROP("ci-rain-drop", '\ued1f'), RAIN_HEAVY("ci-rain-heavy", '\ued20'), RAIN_SCATTERED("ci-rain-scattered", '\ued22'), RAIN_SCATTERED_NIGHT("ci-rain-scattered-night", '\ued21'), RAW("ci-raw", '\ued24'), RECEIPT("ci-receipt", '\ued25'), RECENTLY_VIEWED("ci-recently-viewed", '\ued26'), RECOMMEND("ci-recommend", '\ued27'), RECORDING("ci-recording", '\ued2a'), RECORDING_FILLED("ci-recording-filled", '\ued29'), RECORDING_FILLED_ALT("ci-recording-filled-alt", '\ued28'), REDO("ci-redo", '\ued2b'), REFLECT_HORIZONTAL("ci-reflect-horizontal", '\ued2d'), REFLECT_VERTICAL("ci-reflect-vertical", '\ued2e'), REF_EVAPOTRANSPIRATION("ci-ref-evapotranspiration", '\ued2c'), REGION_ANALYSIS_AREA("ci-region-analysis-area", '\ued2f'), REGION_ANALYSIS_VOLUME("ci-region-analysis-volume", '\ued30'), REGISTRATION("ci-registration", '\ued31'), REMINDER("ci-reminder", '\ued33'), REMINDER_MEDICAL("ci-reminder-medical", '\ued32'), RENEW("ci-renew", '\ued34'), REPEAT("ci-repeat", '\ued36'), REPEAT_ONE("ci-repeat-one", '\ued35'), REPLY("ci-reply", '\ued37'), REPORT("ci-report", '\ued39'), REPORT_DATA("ci-report-data", '\ued38'), REQUEST_QUOTE("ci-request-quote", '\ued3a'), RESEARCH_BLOCH_SPHERE("ci-research-bloch-sphere", '\ued3b'), RESEARCH_HINTON_PLOT("ci-research-hinton-plot", '\ued3c'), RESEARCH_MATRIX("ci-research-matrix", '\ued3d'), RESET("ci-reset", '\ued3f'), RESET_ALT("ci-reset-alt", '\ued3e'), RESTART("ci-restart", '\ued40'), RESTAURANT("ci-restaurant", '\ued42'), RESTAURANT_FINE("ci-restaurant-fine", '\ued41'), REWIND_10("ci-rewind-10", '\ued44'), REWIND_30("ci-rewind-30", '\ued45'), REWIND_5("ci-rewind-5", '\ued43'), ROAD("ci-road", '\ued47'), ROADMAP("ci-roadmap", '\ued48'), ROAD_WEATHER("ci-road-weather", '\ued46'), ROCKET("ci-rocket", '\ued49'), ROTATE("ci-rotate", '\ued54'), ROTATE_180("ci-rotate-180", '\ued4a'), ROTATE_360("ci-rotate-360", '\ued4b'), ROTATE_CLOCKWISE("ci-rotate-clockwise", '\ued4f'), ROTATE_CLOCKWISE_ALT("ci-rotate-clockwise-alt", '\ued4d'), ROTATE_CLOCKWISE_ALT_FILLED("ci-rotate-clockwise-alt-filled", '\ued4c'), ROTATE_CLOCKWISE_FILLED("ci-rotate-clockwise-filled", '\ued4e'), ROTATE_COUNTERCLOCKWISE("ci-rotate-counterclockwise", '\ued53'), ROTATE_COUNTERCLOCKWISE_ALT("ci-rotate-counterclockwise-alt", '\ued51'), ROTATE_COUNTERCLOCKWISE_ALT_FILLED("ci-rotate-counterclockwise-alt-filled", '\ued50'), ROTATE_COUNTERCLOCKWISE_FILLED("ci-rotate-counterclockwise-filled", '\ued52'), ROW("ci-row", '\ued59'), ROW_COLLAPSE("ci-row-collapse", '\ued55'), ROW_DELETE("ci-row-delete", '\ued56'), ROW_EXPAND("ci-row-expand", '\ued57'), ROW_INSERT("ci-row-insert", '\ued58'), RSS("ci-rss", '\ued5a'), RULE("ci-rule", '\ued5b'), RULER("ci-ruler", '\ued5d'), RULER_ALT("ci-ruler-alt", '\ued5c'), RUN("ci-run", '\ued5e'), S("ci-s", '\ued60'), SAILBOAT_COASTAL("ci-sailboat-coastal", '\ued61'), SAILBOAT_OFFSHORE("ci-sailboat-offshore", '\ued62'), SANKEY_DIAGRAM("ci-sankey-diagram", '\ued63'), SATELLITE("ci-satellite", '\ued66'), SATELLITE_RADAR("ci-satellite-radar", '\ued64'), SATELLITE_WEATHER("ci-satellite-weather", '\ued65'), SAVE("ci-save", '\ued6b'), SAVE_ANNOTATION("ci-save-annotation", '\ued67'), SAVE_IMAGE("ci-save-image", '\ued68'), SAVE_MODEL("ci-save-model", '\ued69'), SAVE_SERIES("ci-save-series", '\ued6a'), SCALE("ci-scale", '\ued6c'), SCALES("ci-scales", '\ued6e'), SCALES_TIPPED("ci-scales-tipped", '\ued6d'), SCALPEL("ci-scalpel", '\ued72'), SCALPEL_CURSOR("ci-scalpel-cursor", '\ued6f'), SCALPEL_LASSO("ci-scalpel-lasso", '\ued70'), SCALPEL_SELECT("ci-scalpel-select", '\ued71'), SCAN("ci-scan", '\ued73'), SCATTER_MATRIX("ci-scatter-matrix", '\ued74'), SCHEMATICS("ci-schematics", '\ued75'), SCOOTER("ci-scooter", '\ued77'), SCOOTER_FRONT("ci-scooter-front", '\ued76'), SCREEN("ci-screen", '\ued79'), SCREEN_OFF("ci-screen-off", '\ued78'), SCRIPT("ci-script", '\ued7b'), SCRIPT_REFERENCE("ci-script-reference", '\ued7a'), SDK("ci-sdk", '\ued7c'), SEARCH("ci-search", '\ued7d'), SECURITY("ci-security", '\ued7e'), SELECT_01("ci-select-01", '\ued7f'), SELECT_02("ci-select-02", '\ued80'), SEND("ci-send", '\ued85'), SEND_ALT("ci-send-alt", '\ued82'), SEND_ALT_FILLED("ci-send-alt-filled", '\ued81'), SEND_FILLED("ci-send-filled", '\ued83'), SEND_TO_BACK("ci-send-to-back", '\ued84'), SERVICE_DESK("ci-service-desk", '\ued86'), SETTINGS("ci-settings", '\ued89'), SETTINGS_ADJUST("ci-settings-adjust", '\ued87'), SETTINGS_CHECK("ci-settings-check", '\ued88'), SHARE("ci-share", '\ued8b'), SHARE_KNOWLEDGE("ci-share-knowledge", '\ued8a'), SHOPPING_BAG("ci-shopping-bag", '\ued8c'), SHOPPING_CART("ci-shopping-cart", '\ued8d'), SHOPPING_CATALOG("ci-shopping-catalog", '\ued8e'), SHRINK_SCREEN("ci-shrink-screen", '\ued90'), SHRINK_SCREEN_FILLED("ci-shrink-screen-filled", '\ued8f'), SHUFFLE("ci-shuffle", '\ued91'), SHUTTLE("ci-shuttle", '\ued92'), SIGMA("ci-sigma", '\ued93'), SIGNAL_STRENGTH("ci-signal-strength", '\ued94'), SKILL_LEVEL("ci-skill-level", '\ued98'), SKILL_LEVEL_ADVANCED("ci-skill-level-advanced", '\ued95'), SKILL_LEVEL_BASIC("ci-skill-level-basic", '\ued96'), SKILL_LEVEL_INTERMEDIATE("ci-skill-level-intermediate", '\ued97'), SKIP_BACK("ci-skip-back", '\ued9e'), SKIP_BACK_FILLED("ci-skip-back-filled", '\ued99'), SKIP_BACK_OUTLINE("ci-skip-back-outline", '\ued9c'), SKIP_BACK_OUTLINE_FILLED("ci-skip-back-outline-filled", '\ued9a'), SKIP_BACK_OUTLINE_SOLID("ci-skip-back-outline-solid", '\ued9b'), SKIP_BACK_SOLID_FILLED("ci-skip-back-solid-filled", '\ued9d'), SKIP_FORWARD("ci-skip-forward", '\ueda4'), SKIP_FORWARD_FILLED("ci-skip-forward-filled", '\ued9f'), SKIP_FORWARD_OUTLINE("ci-skip-forward-outline", '\ueda2'), SKIP_FORWARD_OUTLINE_FILLED("ci-skip-forward-outline-filled", '\ueda0'), SKIP_FORWARD_OUTLINE_SOLID("ci-skip-forward-outline-solid", '\ueda1'), SKIP_FORWARD_SOLID_FILLED("ci-skip-forward-solid-filled", '\ueda3'), SLEET("ci-sleet", '\ueda5'), SMELL("ci-smell", '\ueda6'), SMOKE("ci-smoke", '\ueda7'), SMOOTHING("ci-smoothing", '\ueda9'), SMOOTHING_CURSOR("ci-smoothing-cursor", '\ueda8'), SNOOZE("ci-snooze", '\uedaa'), SNOW("ci-snow", '\uedb0'), SNOWFLAKE("ci-snowflake", '\uedb1'), SNOW_BLIZZARD("ci-snow-blizzard", '\uedab'), SNOW_DENSITY("ci-snow-density", '\uedac'), SNOW_HEAVY("ci-snow-heavy", '\uedad'), SNOW_SCATTERED("ci-snow-scattered", '\uedaf'), SNOW_SCATTERED_NIGHT("ci-snow-scattered-night", '\uedae'), SOCCER("ci-soccer", '\uedb2'), SOIL_MOISTURE("ci-soil-moisture", '\uedb5'), SOIL_MOISTURE_FIELD("ci-soil-moisture-field", '\uedb3'), SOIL_MOISTURE_GLOBAL("ci-soil-moisture-global", '\uedb4'), SOIL_TEMPERATURE("ci-soil-temperature", '\uedb8'), SOIL_TEMPERATURE_FIELD("ci-soil-temperature-field", '\uedb6'), SOIL_TEMPERATURE_GLOBAL("ci-soil-temperature-global", '\uedb7'), SPELL_CHECK("ci-spell-check", '\uedb9'), SPINE_LABEL("ci-spine-label", '\uedba'), SPLIT("ci-split", '\uedbd'), SPLIT_DISCARD("ci-split-discard", '\uedbb'), SPLIT_SCREEN("ci-split-screen", '\uedbc'), SPRAY_PAINT("ci-spray-paint", '\uedbe'), SPROUT("ci-sprout", '\uedbf'), SQL("ci-sql", '\uedc0'), STACKED_MOVE("ci-stacked-move", '\uedc2'), STACKED_SCROLLING_1("ci-stacked-scrolling-1", '\uedc3'), STACKED_SCROLLING_2("ci-stacked-scrolling-2", '\uedc4'), STACK_LIMITATION("ci-stack-limitation", '\uedc1'), STAMP("ci-stamp", '\uedc5'), STAR("ci-star", '\uedc9'), STAR_FILLED("ci-star-filled", '\uedc6'), STAR_HALF("ci-star-half", '\uedc7'), STAR_REVIEW("ci-star-review", '\uedc8'), STAY_INSIDE("ci-stay-inside", '\uedca'), STEM_LEAF_PLOT("ci-stem-leaf-plot", '\uedcb'), STETHOSCOPE("ci-stethoscope", '\uedcc'), STOP("ci-stop", '\uedd1'), STOP_FILLED("ci-stop-filled", '\uedce'), STOP_FILLED_ALT("ci-stop-filled-alt", '\uedcd'), STOP_OUTLINE("ci-stop-outline", '\uedd0'), STOP_OUTLINE_FILLED("ci-stop-outline-filled", '\uedcf'), STORAGE_REQUEST("ci-storage-request", '\uedd2'), STORE("ci-store", '\uedd3'), STORM_TRACKER("ci-storm-tracker", '\uedd4'), STRAWBERRY("ci-strawberry", '\uedd5'), STRESS_BREATH_EDITOR("ci-stress-breath-editor", '\uedd6'), STRING_INTEGER("ci-string-integer", '\uedd7'), STRING_TEXT("ci-string-text", '\uedd8'), STUDY_NEXT("ci-study-next", '\uedd9'), STUDY_PREVIOUS("ci-study-previous", '\uedda'), STUDY_SKIP("ci-study-skip", '\ueddb'), SUBTRACT("ci-subtract", '\uedde'), SUBTRACT_ALT("ci-subtract-alt", '\ueddd'), SUB_VOLUME("ci-sub-volume", '\ueddc'), SUMMARY_KPI("ci-summary-kpi", '\ueddf'), SUN("ci-sun", '\uede0'), SUNNY("ci-sunny", '\uede1'), SUNRISE("ci-sunrise", '\uede2'), SUNSET("ci-sunset", '\uede3'), SVG("ci-svg", '\uede4'), SWIM("ci-swim", '\uede5'), SWITCHER("ci-switcher", '\uede6'), SYS_PROVISION("ci-sys-provision", '\uede7'), S_ALT("ci-s-alt", '\ued5f'), T("ci-t", '\uede9'), TABLE("ci-table", '\uedec'), TABLET("ci-tablet", '\uedee'), TABLET_LANDSCAPE("ci-tablet-landscape", '\ueded'), TABLE_OF_CONTENTS("ci-table-of-contents", '\uedea'), TABLE_SPLIT("ci-table-split", '\uedeb'), TAG("ci-tag", '\uedf1'), TAG_EDIT("ci-tag-edit", '\uedef'), TAG_GROUP("ci-tag-group", '\uedf0'), TASK("ci-task", '\uedf3'), TASK_VIEW("ci-task-view", '\uedf2'), TASTE("ci-taste", '\uedf4'), TAXI("ci-taxi", '\uedf5'), TEMPERATURE("ci-temperature", '\uedfd'), TEMPERATURE_FEELS_LIKE("ci-temperature-feels-like", '\uedf6'), TEMPERATURE_FRIGID("ci-temperature-frigid", '\uedf7'), TEMPERATURE_HOT("ci-temperature-hot", '\uedf8'), TEMPERATURE_INVERSION("ci-temperature-inversion", '\uedf9'), TEMPERATURE_MAX("ci-temperature-max", '\uedfa'), TEMPERATURE_MIN("ci-temperature-min", '\uedfb'), TEMPERATURE_WATER("ci-temperature-water", '\uedfc'), TEMPLATE("ci-template", '\uedfe'), TENNIS("ci-tennis", '\uee00'), TENNIS_BALL("ci-tennis-ball", '\uedff'), TERM("ci-term", '\uee01'), TERMINAL("ci-terminal", '\uee02'), TEXT_ALIGN_CENTER("ci-text-align-center", '\uee03'), TEXT_ALIGN_JUSTIFY("ci-text-align-justify", '\uee04'), TEXT_ALIGN_LEFT("ci-text-align-left", '\uee05'), TEXT_ALIGN_RIGHT("ci-text-align-right", '\uee06'), TEXT_ALL_CAPS("ci-text-all-caps", '\uee07'), TEXT_ANNOTATION_TOGGLE("ci-text-annotation-toggle", '\uee08'), TEXT_BOLD("ci-text-bold", '\uee09'), TEXT_COLOR("ci-text-color", '\uee0a'), TEXT_CREATION("ci-text-creation", '\uee0b'), TEXT_FILL("ci-text-fill", '\uee0c'), TEXT_FOOTNOTE("ci-text-footnote", '\uee0d'), TEXT_HIGHLIGHT("ci-text-highlight", '\uee0e'), TEXT_INDENT("ci-text-indent", '\uee11'), TEXT_INDENT_LESS("ci-text-indent-less", '\uee0f'), TEXT_INDENT_MORE("ci-text-indent-more", '\uee10'), TEXT_ITALIC("ci-text-italic", '\uee12'), TEXT_KERNING("ci-text-kerning", '\uee13'), TEXT_LEADING("ci-text-leading", '\uee14'), TEXT_LINE_SPACING("ci-text-line-spacing", '\uee15'), TEXT_LINK("ci-text-link", '\uee17'), TEXT_LINK_ANALYSIS("ci-text-link-analysis", '\uee16'), TEXT_MINING("ci-text-mining", '\uee19'), TEXT_MINING_APPLIER("ci-text-mining-applier", '\uee18'), TEXT_NEW_LINE("ci-text-new-line", '\uee1a'), TEXT_SCALE("ci-text-scale", '\uee1b'), TEXT_SELECTION("ci-text-selection", '\uee1c'), TEXT_SMALL_CAPS("ci-text-small-caps", '\uee1d'), TEXT_STRIKETHROUGH("ci-text-strikethrough", '\uee1e'), TEXT_SUBSCRIPT("ci-text-subscript", '\uee1f'), TEXT_SUPERSCRIPT("ci-text-superscript", '\uee20'), TEXT_TRACKING("ci-text-tracking", '\uee21'), TEXT_UNDERLINE("ci-text-underline", '\uee22'), TEXT_VERTICAL_ALIGNMENT("ci-text-vertical-alignment", '\uee23'), TEXT_WRAP("ci-text-wrap", '\uee24'), THEATER("ci-theater", '\uee25'), THIS_SIDE_UP("ci-this-side-up", '\uee26'), THRESHOLD("ci-threshold", '\uee27'), THUMBNAIL_1("ci-thumbnail-1", '\uee28'), THUMBNAIL_2("ci-thumbnail-2", '\uee29'), THUMBNAIL_PREVIEW("ci-thumbnail-preview", '\uee2a'), THUMBS_DOWN("ci-thumbs-down", '\uee2b'), THUMBS_UP("ci-thumbs-up", '\uee2c'), THUNDERSTORM("ci-thunderstorm", '\uee31'), THUNDERSTORM_SCATTERED("ci-thunderstorm-scattered", '\uee2e'), THUNDERSTORM_SCATTERED_NIGHT("ci-thunderstorm-scattered-night", '\uee2d'), THUNDERSTORM_SEVERE("ci-thunderstorm-severe", '\uee2f'), THUNDERSTORM_STRONG("ci-thunderstorm-strong", '\uee30'), TICKET("ci-ticket", '\uee32'), TIDES("ci-tides", '\uee33'), TIF("ci-tif", '\uee34'), TIME("ci-time", '\uee36'), TIMER("ci-timer", '\uee37'), TIME_PLOT("ci-time-plot", '\uee35'), TOOLS("ci-tools", '\uee3a'), TOOLS_ALT("ci-tools-alt", '\uee39'), TOOL_BOX("ci-tool-box", '\uee38'), TORNADO("ci-tornado", '\uee3c'), TORNADO_WARNING("ci-tornado-warning", '\uee3b'), TOUCH_1("ci-touch-1", '\uee3d'), TOUCH_2("ci-touch-2", '\uee3e'), TOUCH_INTERACTION("ci-touch-interaction", '\uee3f'), TRAFFIC_CONE("ci-traffic-cone", '\uee40'), TRAFFIC_EVENT("ci-traffic-event", '\uee41'), TRAFFIC_FLOW("ci-traffic-flow", '\uee43'), TRAFFIC_FLOW_INCIDENT("ci-traffic-flow-incident", '\uee42'), TRAFFIC_INCIDENT("ci-traffic-incident", '\uee44'), TRAFFIC_WEATHER_INCIDENT("ci-traffic-weather-incident", '\uee45'), TRAIN("ci-train", '\uee49'), TRAIN_HEART("ci-train-heart", '\uee46'), TRAIN_TICKET("ci-train-ticket", '\uee47'), TRAIN_TIME("ci-train-time", '\uee48'), TRAM("ci-tram", '\uee4a'), TRANSGENDER("ci-transgender", '\uee4b'), TRANSLATE("ci-translate", '\uee4c'), TRASH_CAN("ci-trash-can", '\uee4d'), TREE("ci-tree", '\uee50'), TREE_VIEW("ci-tree-view", '\uee4f'), TREE_VIEW_ALT("ci-tree-view-alt", '\uee4e'), TROPHY("ci-trophy", '\uee52'), TROPHY_FILLED("ci-trophy-filled", '\uee51'), TROPICAL_STORM("ci-tropical-storm", '\uee55'), TROPICAL_STORM_MODEL_TRACKS("ci-tropical-storm-model-tracks", '\uee53'), TROPICAL_STORM_TRACKS("ci-tropical-storm-tracks", '\uee54'), TROPICAL_WARNING("ci-tropical-warning", '\uee56'), TSV("ci-tsv", '\uee57'), TWO_PERSON_LIFT("ci-two-person-lift", '\uee58'), TXT("ci-txt", '\uee5a'), TXT_REFERENCE("ci-txt-reference", '\uee59'), TYPES("ci-types", '\uee5c'), TYPE_PATTERN("ci-type-pattern", '\uee5b'), T_ALT("ci-t-alt", '\uede8'), U1("ci-u1", '\uee5d'), U2("ci-u2", '\uee5e'), U3("ci-u3", '\uee5f'), UMBRELLA("ci-umbrella", '\uee60'), UNDEFINED("ci-undefined", '\uee62'), UNDEFINED_FILLED("ci-undefined-filled", '\uee61'), UNDO("ci-undo", '\uee63'), UNKNOWN("ci-unknown", '\uee65'), UNKNOWN_FILLED("ci-unknown-filled", '\uee64'), UNLINK("ci-unlink", '\uee66'), UNLOCKED("ci-unlocked", '\uee67'), UPGRADE("ci-upgrade", '\uee69'), UPLOAD("ci-upload", '\uee6a'), UP_TO_TOP("ci-up-to-top", '\uee68'), USB("ci-usb", '\uee6b'), USER("ci-user", '\uee81'), USER_ACTIVITY("ci-user-activity", '\uee6c'), USER_ADMIN("ci-user-admin", '\uee6d'), USER_AVATAR("ci-user-avatar", '\uee70'), USER_AVATAR_FILLED("ci-user-avatar-filled", '\uee6f'), USER_AVATAR_FILLED_ALT("ci-user-avatar-filled-alt", '\uee6e'), USER_CERTIFICATION("ci-user-certification", '\uee71'), USER_DATA("ci-user-data", '\uee72'), USER_FAVORITE("ci-user-favorite", '\uee75'), USER_FAVORITE_ALT("ci-user-favorite-alt", '\uee74'), USER_FAVORITE_ALT_FILLED("ci-user-favorite-alt-filled", '\uee73'), USER_FILLED("ci-user-filled", '\uee76'), USER_FOLLOW("ci-user-follow", '\uee77'), USER_IDENTIFICATION("ci-user-identification", '\uee78'), USER_MULTIPLE("ci-user-multiple", '\uee79'), USER_ONLINE("ci-user-online", '\uee7a'), USER_PROFILE("ci-user-profile", '\uee7c'), USER_PROFILE_ALT("ci-user-profile-alt", '\uee7b'), USER_ROLE("ci-user-role", '\uee7d'), USER_SIMULATION("ci-user-simulation", '\uee7e'), USER_SPEAKER("ci-user-speaker", '\uee7f'), USER_X_RAY("ci-user-x-ray", '\uee80'), UV_INDEX("ci-uv-index", '\uee84'), UV_INDEX_ALT("ci-uv-index-alt", '\uee82'), UV_INDEX_FILLED("ci-uv-index-filled", '\uee83'), VAN("ci-van", '\uee85'), VIDEO("ci-video", '\uee8b'), VIDEO_ADD("ci-video-add", '\uee86'), VIDEO_CHAT("ci-video-chat", '\uee87'), VIDEO_FILLED("ci-video-filled", '\uee88'), VIDEO_OFF("ci-video-off", '\uee8a'), VIDEO_OFF_FILLED("ci-video-off-filled", '\uee89'), VIEW("ci-view", '\uee92'), VIEW_FILLED("ci-view-filled", '\uee8c'), VIEW_MODE_1("ci-view-mode-1", '\uee8d'), VIEW_MODE_2("ci-view-mode-2", '\uee8e'), VIEW_NEXT("ci-view-next", '\uee8f'), VIEW_OFF("ci-view-off", '\uee91'), VIEW_OFF_FILLED("ci-view-off-filled", '\uee90'), VIRTUAL_COLUMN("ci-virtual-column", '\uee94'), VIRTUAL_COLUMN_KEY("ci-virtual-column-key", '\uee93'), VIRTUAL_MACHINE("ci-virtual-machine", '\uee95'), VIRTUAL_PRIVATE_CLOUD("ci-virtual-private-cloud", '\uee97'), VIRTUAL_PRIVATE_CLOUD_ALT("ci-virtual-private-cloud-alt", '\uee96'), VISUAL_RECOGNITION("ci-visual-recognition", '\uee98'), VMDK_DISK("ci-vmdk-disk", '\uee99'), VOICEMAIL("ci-voicemail", '\uee9a'), VOLUME_DOWN("ci-volume-down", '\uee9c'), VOLUME_DOWN_FILLED("ci-volume-down-filled", '\uee9b'), VOLUME_MUTE("ci-volume-mute", '\uee9e'), VOLUME_MUTE_FILLED("ci-volume-mute-filled", '\uee9d'), VOLUME_UP("ci-volume-up", '\ueea0'), VOLUME_UP_FILLED("ci-volume-up-filled", '\uee9f'), VPN("ci-vpn", '\ueea1'), WALLET("ci-wallet", '\ueea2'), WARNING("ci-warning", '\ueeab'), WARNING_ALT("ci-warning-alt", '\ueea6'), WARNING_ALT_FILLED("ci-warning-alt-filled", '\ueea3'), WARNING_ALT_INVERTED("ci-warning-alt-inverted", '\ueea5'), WARNING_ALT_INVERTED_FILLED("ci-warning-alt-inverted-filled", '\ueea4'), WARNING_FILLED("ci-warning-filled", '\ueea7'), WARNING_OTHER("ci-warning-other", '\ueea8'), WARNING_SQUARE("ci-warning-square", '\ueeaa'), WARNING_SQUARE_FILLED("ci-warning-square-filled", '\ueea9'), WATCH("ci-watch", '\ueeac'), WATSON("ci-watson", '\ueeae'), WATSON_MACHINE_LEARNING("ci-watson-machine-learning", '\ueead'), WAVE_DIRECTION("ci-wave-direction", '\ueeaf'), WAVE_HEIGHT("ci-wave-height", '\ueeb0'), WAVE_PERIOD("ci-wave-period", '\ueeb1'), WEATHER_FRONT_COLD("ci-weather-front-cold", '\ueeb2'), WEATHER_FRONT_STATIONARY("ci-weather-front-stationary", '\ueeb3'), WEATHER_FRONT_WARM("ci-weather-front-warm", '\ueeb4'), WEATHER_STATION("ci-weather-station", '\ueeb5'), WEBSHEET("ci-websheet", '\ueeb6'), WHEAT("ci-wheat", '\ueeb7'), WIFI("ci-wifi", '\ueeb9'), WIFI_OFF("ci-wifi-off", '\ueeb8'), WIKIS("ci-wikis", '\ueeba'), WINDOW_AUTO("ci-window-auto", '\ueebd'), WINDOW_BASE("ci-window-base", '\ueebe'), WINDOW_OVERLAY("ci-window-overlay", '\ueebf'), WINDY("ci-windy", '\ueecd'), WINDY_DUST("ci-windy-dust", '\ueeca'), WINDY_SNOW("ci-windy-snow", '\ueecb'), WINDY_STRONG("ci-windy-strong", '\ueecc'), WIND_GUSTS("ci-wind-gusts", '\ueebb'), WIND_STREAM("ci-wind-stream", '\ueebc'), WINTER_WARNING("ci-winter-warning", '\ueece'), WINTRY_MIX("ci-wintry-mix", '\ueecf'), WIRELESS_CHECKOUT("ci-wireless-checkout", '\ueed0'), WMV("ci-wmv", '\ueed1'), WORD_CLOUD("ci-word-cloud", '\ueed2'), WORKSPACE("ci-workspace", '\ueed4'), WORKSPACE_IMPORT("ci-workspace-import", '\ueed3'), WORSHIP("ci-worship", '\ueed8'), WORSHIP_CHRISTIAN("ci-worship-christian", '\ueed5'), WORSHIP_JEWISH("ci-worship-jewish", '\ueed6'), WORSHIP_MUSLIM("ci-worship-muslim", '\ueed7'), X("ci-x", '\ueeda'), XLS("ci-xls", '\ueedb'), XML("ci-xml", '\ueedc'), X_AXIS("ci-x-axis", '\ueed9'), Y("ci-y", '\ueede'), Y_AXIS("ci-y-axis", '\ueedd'), Z("ci-z", '\ueee0'), ZIP("ci-zip", '\ueee2'), ZIP_REFERENCE("ci-zip-reference", '\ueee1'), ZOOM_IN("ci-zoom-in", '\ueee3'), ZOOM_OUT("ci-zoom-out", '\ueee4'), ZOOM_PAN("ci-zoom-pan", '\ueee5'), ZOOM_RESET("ci-zoom-reset", '\ueee6'), Z_AXIS("ci-z-axis", '\ueedf'); public static CarbonIcons findByDescription(String description) { for (CarbonIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; CarbonIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-carbonicons-pack/src/main/java/org/kordamp/ikonli/carbonicons/CarbonIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.carbonicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class CarbonIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return CarbonIcons.class; } } ================================================ FILE: icon-packs/ikonli-carbonicons-pack/src/main/java/org/kordamp/ikonli/carbonicons/CarboniconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.carbonicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class CarboniconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/carbonicons/10.23.2/fonts/Carbon-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ci-"); } @Override public Ikon resolve(String description) { return CarbonIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Carbon-Icons"; } } ================================================ FILE: icon-packs/ikonli-carbonicons-pack/src/main/resources/META-INF/resources/carbonicons/10.23.2/css/carbonicons.css ================================================ @font-face { font-family: 'Carbon-Icons'; src: url('../fonts/Carbon-Icons.eot?aobt14'); src: url('../fonts/Carbon-Icons.eot?aobt14#iefix') format('embedded-opentype'), url('../fonts/Carbon-Icons.ttf?aobt14') format('truetype'), url('../fonts/Carbon-Icons.woff?aobt14') format('woff'), url('../fonts/Carbon-Icons.svg?aobt14#Carbon-Icons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="ci-"], [class*=" ci-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Carbon-Icons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ci-3d-cursor-alt:before { content: "\e900"; } .ci-3d-cursor:before { content: "\e901"; } .ci-3d-curve-auto-colon:before { content: "\e902"; } .ci-3d-curve-auto-vessels:before { content: "\e903"; } .ci-3d-curve-manual:before { content: "\e904"; } .ci-3d-ica:before { content: "\e905"; } .ci-3d-mpr-toggle:before { content: "\e906"; } .ci-3d-print-mesh:before { content: "\e907"; } .ci-3d-software:before { content: "\e908"; } .ci-3rd-party-connected:before { content: "\e909"; } .ci-4k-filled:before { content: "\e90a"; } .ci-4k:before { content: "\e90b"; } .ci-accessibility-alt:before { content: "\e90c"; } .ci-accessibility-color-filled:before { content: "\e90d"; } .ci-accessibility-color:before { content: "\e90e"; } .ci-accessibility:before { content: "\e90f"; } .ci-account:before { content: "\e910"; } .ci-accumulation-ice:before { content: "\e911"; } .ci-accumulation-precipitation:before { content: "\e912"; } .ci-accumulation-rain:before { content: "\e913"; } .ci-accumulation-snow:before { content: "\e914"; } .ci-activity:before { content: "\e915"; } .ci-add-alt:before { content: "\e916"; } .ci-add-comment:before { content: "\e917"; } .ci-add-filled:before { content: "\e918"; } .ci-add:before { content: "\e919"; } .ci-agriculture-analytics:before { content: "\e91a"; } .ci-ai-results-high:before { content: "\e91b"; } .ci-ai-results-low:before { content: "\e91c"; } .ci-ai-results-medium:before { content: "\e91d"; } .ci-ai-results-urgent:before { content: "\e91e"; } .ci-ai-results-very-high:before { content: "\e91f"; } .ci-ai-results:before { content: "\e920"; } .ci-ai-status-complete:before { content: "\e921"; } .ci-ai-status-failed:before { content: "\e922"; } .ci-ai-status-in-progress:before { content: "\e923"; } .ci-ai-status-queued .path1:before { content: "\e924"; color: rgb(0, 0, 0); } .ci-ai-status-queued .path2:before { content: "\e925"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-ai-status-queued .path3:before { content: "\e926"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-ai-status-queued .path4:before { content: "\e927"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-ai-status-queued .path5:before { content: "\e928"; margin-left: -1em; color: rgb(39, 36, 37); } .ci-ai-status-rejected:before { content: "\e929"; } .ci-ai-status:before { content: "\e92a"; } .ci-airline-digital-gate:before { content: "\e92b"; } .ci-airline-manage-gates:before { content: "\e92c"; } .ci-airline-passenger-care:before { content: "\e92d"; } .ci-airline-rapid-board:before { content: "\e92e"; } .ci-airport-01:before { content: "\e92f"; } .ci-airport-02:before { content: "\e930"; } .ci-airport-location:before { content: "\e931"; } .ci-alarm-add:before { content: "\e932"; } .ci-alarm-subtract:before { content: "\e933"; } .ci-alarm:before { content: "\e934"; } .ci-align-box-bottom-center:before { content: "\e935"; } .ci-align-box-bottom-left:before { content: "\e936"; } .ci-align-box-bottom-right:before { content: "\e937"; } .ci-align-box-middle-center:before { content: "\e938"; } .ci-align-box-middle-left:before { content: "\e939"; } .ci-align-box-middle-right:before { content: "\e93a"; } .ci-align-box-top-center:before { content: "\e93b"; } .ci-align-box-top-left:before { content: "\e93c"; } .ci-align-box-top-right:before { content: "\e93d"; } .ci-align-horizontal-center:before { content: "\e93e"; } .ci-align-horizontal-left:before { content: "\e93f"; } .ci-align-horizontal-right:before { content: "\e940"; } .ci-align-vertical-bottom:before { content: "\e941"; } .ci-align-vertical-center:before { content: "\e942"; } .ci-align-vertical-top:before { content: "\e943"; } .ci-analytics-reference:before { content: "\e944"; } .ci-analytics:before { content: "\e945"; } .ci-angle:before { content: "\e946"; } .ci-annotation-visibility:before { content: "\e947"; } .ci-aperture:before { content: "\e948"; } .ci-api-1:before { content: "\e949"; } .ci-api:before { content: "\e94a"; } .ci-app-connectivity:before { content: "\e94b"; } .ci-app-switcher:before { content: "\e94c"; } .ci-app:before { content: "\e94d"; } .ci-apple:before { content: "\e94e"; } .ci-application:before { content: "\e94f"; } .ci-apps:before { content: "\e950"; } .ci-archive:before { content: "\e951"; } .ci-area-custom:before { content: "\e952"; } .ci-area:before { content: "\e953"; } .ci-arrival:before { content: "\e954"; } .ci-arrow-annotation:before { content: "\e955"; } .ci-arrow-down-left:before { content: "\e956"; } .ci-arrow-down-right:before { content: "\e957"; } .ci-arrow-down:before { content: "\e958"; } .ci-arrow-left:before { content: "\e959"; } .ci-arrow-right:before { content: "\e95a"; } .ci-arrow-shift-down:before { content: "\e95b"; } .ci-arrow-up-left:before { content: "\e95c"; } .ci-arrow-up-right:before { content: "\e95d"; } .ci-arrow-up:before { content: "\e95e"; } .ci-arrows-horizontal:before { content: "\e95f"; } .ci-arrows-vertical:before { content: "\e960"; } .ci-arrows:before { content: "\e961"; } .ci-asleep-filled:before { content: "\e962"; } .ci-asleep:before { content: "\e963"; } .ci-asset:before { content: "\e964"; } .ci-at:before { content: "\e965"; } .ci-attachment:before { content: "\e966"; } .ci-audio-console:before { content: "\e967"; } .ci-augmented-reality:before { content: "\e968"; } .ci-auto-scroll:before { content: "\e969"; } .ci-automatic:before { content: "\e96a"; } .ci-awake:before { content: "\e96b"; } .ci-back-to-top:before { content: "\e96c"; } .ci-badge:before { content: "\e96d"; } .ci-baggage-claim:before { content: "\e96e"; } .ci-bar:before { content: "\e96f"; } .ci-barrier:before { content: "\e970"; } .ci-basketball:before { content: "\e971"; } .ci-bat:before { content: "\e972"; } .ci-battery-charging:before { content: "\e973"; } .ci-battery-empty:before { content: "\e974"; } .ci-battery-full:before { content: "\e975"; } .ci-battery-half:before { content: "\e976"; } .ci-battery-low:before { content: "\e977"; } .ci-battery-quarter:before { content: "\e978"; } .ci-bee-bat:before { content: "\e979"; } .ci-bee:before { content: "\e97a"; } .ci-bicycle:before { content: "\e97b"; } .ci-binoculars:before { content: "\e97c"; } .ci-bloch-sphere:before { content: "\e97d"; } .ci-blockchain:before { content: "\e97e"; } .ci-blog:before { content: "\e97f"; } .ci-bluetooth-off:before { content: "\e980"; } .ci-bluetooth:before { content: "\e981"; } .ci-book:before { content: "\e982"; } .ci-bookmark-filled:before { content: "\e983"; } .ci-bookmark:before { content: "\e984"; } .ci-boolean:before { content: "\e985"; } .ci-border-bottom:before { content: "\e986"; } .ci-border-full:before { content: "\e987"; } .ci-border-left:before { content: "\e988"; } .ci-border-none:before { content: "\e989"; } .ci-border-right:before { content: "\e98a"; } .ci-border-top:before { content: "\e98b"; } .ci-bot:before { content: "\e98c"; } .ci-box-plot:before { content: "\e98d"; } .ci-box:before { content: "\e98e"; } .ci-branch:before { content: "\e98f"; } .ci-brightness-contrast:before { content: "\e990"; } .ci-bring-to-front:before { content: "\e991"; } .ci-brush-freehand:before { content: "\e992"; } .ci-brush-polygon:before { content: "\e993"; } .ci-building-insights-1:before { content: "\e994"; } .ci-building-insights-2:before { content: "\e995"; } .ci-building-insights-3:before { content: "\e996"; } .ci-building:before { content: "\e997"; } .ci-bullhorn:before { content: "\e998"; } .ci-buoy:before { content: "\e999"; } .ci-bus:before { content: "\e99a"; } .ci-cabin-care-alert:before { content: "\e99b"; } .ci-cabin-care-alt:before { content: "\e99c"; } .ci-cabin-care:before { content: "\e99d"; } .ci-cad:before { content: "\e99e"; } .ci-cafe:before { content: "\e99f"; } .ci-calculator-check:before { content: "\e9a0"; } .ci-calculator:before { content: "\e9a1"; } .ci-calendar-heat-map:before { content: "\e9a2"; } .ci-calendar-settings:before { content: "\e9a3"; } .ci-calendar-tools:before { content: "\e9a4"; } .ci-calendar:before { content: "\e9a5"; } .ci-calibrate:before { content: "\e9a6"; } .ci-camera-action:before { content: "\e9a7"; } .ci-camera:before { content: "\e9a8"; } .ci-campsite:before { content: "\e9a9"; } .ci-car-front:before { content: "\e9aa"; } .ci-car:before { content: "\e9ab"; } .ci-carbon:before { content: "\e9ac"; } .ci-caret-down:before { content: "\e9ad"; } .ci-caret-left:before { content: "\e9ae"; } .ci-caret-right:before { content: "\e9af"; } .ci-caret-sort-down:before { content: "\e9b0"; } .ci-caret-sort-up:before { content: "\e9b1"; } .ci-caret-sort:before { content: "\e9b2"; } .ci-caret-up:before { content: "\e9b3"; } .ci-carousel-horizontal:before { content: "\e9b4"; } .ci-carousel-vertical:before { content: "\e9b5"; } .ci-catalog:before { content: "\e9b6"; } .ci-categories:before { content: "\e9b7"; } .ci-category-add:before { content: "\e9b8"; } .ci-category-and:before { content: "\e9b9"; } .ci-category-new-each:before { content: "\e9ba"; } .ci-category-new:before { content: "\e9bb"; } .ci-category:before { content: "\e9bc"; } .ci-ccx:before { content: "\e9bd"; } .ci-cd-archive:before { content: "\e9be"; } .ci-cd-create-archive:before { content: "\e9bf"; } .ci-cd-create-exchange:before { content: "\e9c0"; } .ci-cda:before { content: "\e9c1"; } .ci-center-circle:before { content: "\e9c2"; } .ci-center-square:before { content: "\e9c3"; } .ci-center-to-fit:before { content: "\e9c4"; } .ci-certificate-check:before { content: "\e9c5"; } .ci-certificate:before { content: "\e9c6"; } .ci-change-catalog:before { content: "\e9c7"; } .ci-character-patterns:before { content: "\e9c8"; } .ci-charging-station-filled:before { content: "\e9c9"; } .ci-charging-station:before { content: "\e9ca"; } .ci-chart-3d:before { content: "\e9cb"; } .ci-chart-area-smooth:before { content: "\e9cc"; } .ci-chart-area-stepper:before { content: "\e9cd"; } .ci-chart-area:before { content: "\e9ce"; } .ci-chart-average:before { content: "\e9cf"; } .ci-chart-bar-floating:before { content: "\e9d0"; } .ci-chart-bar-overlay:before { content: "\e9d1"; } .ci-chart-bar-stacked:before { content: "\e9d2"; } .ci-chart-bar-target:before { content: "\e9d3"; } .ci-chart-bar:before { content: "\e9d4"; } .ci-chart-bubble:before { content: "\e9d5"; } .ci-chart-bullet:before { content: "\e9d6"; } .ci-chart-candlestick:before { content: "\e9d7"; } .ci-chart-cluster-bar:before { content: "\e9d8"; } .ci-chart-column-floating:before { content: "\e9d9"; } .ci-chart-column-target:before { content: "\e9da"; } .ci-chart-column:before { content: "\e9db"; } .ci-chart-combo-stacked:before { content: "\e9dc"; } .ci-chart-combo:before { content: "\e9dd"; } .ci-chart-custom:before { content: "\e9de"; } .ci-chart-error-bar-alt:before { content: "\e9df"; } .ci-chart-error-bar:before { content: "\e9e0"; } .ci-chart-evaluation:before { content: "\e9e1"; } .ci-chart-high-low:before { content: "\e9e2"; } .ci-chart-histogram:before { content: "\e9e3"; } .ci-chart-line-data:before { content: "\e9e4"; } .ci-chart-line-smooth:before { content: "\e9e5"; } .ci-chart-line:before { content: "\e9e6"; } .ci-chart-marimekko:before { content: "\e9e7"; } .ci-chart-maximum:before { content: "\e9e8"; } .ci-chart-minimum:before { content: "\e9e9"; } .ci-chart-multi-line:before { content: "\e9ea"; } .ci-chart-multitype:before { content: "\e9eb"; } .ci-chart-network:before { content: "\e9ec"; } .ci-chart-parallel:before { content: "\e9ed"; } .ci-chart-pie:before { content: "\e9ee"; } .ci-chart-point:before { content: "\e9ef"; } .ci-chart-population:before { content: "\e9f0"; } .ci-chart-radar:before { content: "\e9f1"; } .ci-chart-radial:before { content: "\e9f2"; } .ci-chart-relationship:before { content: "\e9f3"; } .ci-chart-ring:before { content: "\e9f4"; } .ci-chart-river:before { content: "\e9f5"; } .ci-chart-rose:before { content: "\e9f6"; } .ci-chart-scatter:before { content: "\e9f7"; } .ci-chart-stacked:before { content: "\e9f8"; } .ci-chart-stepper:before { content: "\e9f9"; } .ci-chart-sunburst:before { content: "\e9fa"; } .ci-chart-t-sne:before { content: "\e9fb"; } .ci-chart-treemap:before { content: "\e9fc"; } .ci-chart-venn-diagram:before { content: "\e9fd"; } .ci-chart-waterfall:before { content: "\e9fe"; } .ci-chat-bot:before { content: "\e9ff"; } .ci-chat:before { content: "\ea00"; } .ci-checkbox-checked-filled:before { content: "\ea01"; } .ci-checkbox-checked:before { content: "\ea02"; } .ci-checkbox-indeterminate-filled:before { content: "\ea03"; } .ci-checkbox-indeterminate:before { content: "\ea04"; } .ci-checkbox-undeterminate-filled:before { content: "\ea05"; } .ci-checkbox-undeterminate:before { content: "\ea06"; } .ci-checkbox:before { content: "\ea07"; } .ci-checkmark-filled-error:before { content: "\ea08"; } .ci-checkmark-filled-warning:before { content: "\ea09"; } .ci-checkmark-filled:before { content: "\ea0a"; } .ci-checkmark-outline-error:before { content: "\ea0b"; } .ci-checkmark-outline-warning:before { content: "\ea0c"; } .ci-checkmark-outline:before { content: "\ea0d"; } .ci-checkmark:before { content: "\ea0e"; } .ci-chemistry-reference:before { content: "\ea0f"; } .ci-chemistry:before { content: "\ea10"; } .ci-chevron-down:before { content: "\ea11"; } .ci-chevron-left:before { content: "\ea12"; } .ci-chevron-mini:before { content: "\ea13"; } .ci-chevron-right:before { content: "\ea14"; } .ci-chevron-sort-down:before { content: "\ea15"; } .ci-chevron-sort-up:before { content: "\ea16"; } .ci-chevron-sort:before { content: "\ea17"; } .ci-chevron-up:before { content: "\ea18"; } .ci-chip:before { content: "\ea19"; } .ci-choices:before { content: "\ea1a"; } .ci-circle-dash:before { content: "\ea1b"; } .ci-circle-filled:before { content: "\ea1c"; } .ci-circle-measurement:before { content: "\ea1d"; } .ci-circle-packing:before { content: "\ea1e"; } .ci-circuit-composer:before { content: "\ea1f"; } .ci-classification:before { content: "\ea20"; } .ci-classifier-language:before { content: "\ea21"; } .ci-clean:before { content: "\ea22"; } .ci-close-filled:before { content: "\ea23"; } .ci-close-outline:before { content: "\ea24"; } .ci-close:before { content: "\ea25"; } .ci-closed-caption-alt:before { content: "\ea26"; } .ci-closed-caption-filled:before { content: "\ea27"; } .ci-closed-caption:before { content: "\ea28"; } .ci-cloud-app:before { content: "\ea29"; } .ci-cloud-ceiling:before { content: "\ea2a"; } .ci-cloud-data-ops:before { content: "\ea2b"; } .ci-cloud-download:before { content: "\ea2c"; } .ci-cloud-foundry-1:before { content: "\ea2d"; } .ci-cloud-foundry-2:before { content: "\ea2e"; } .ci-cloud-lightning:before { content: "\ea2f"; } .ci-cloud-rain:before { content: "\ea30"; } .ci-cloud-satellite .path1:before { content: "\ea31"; color: rgb(28, 28, 28); } .ci-cloud-satellite .path2:before { content: "\ea32"; margin-left: -1em; color: rgb(28, 28, 28); } .ci-cloud-satellite .path3:before { content: "\ea33"; margin-left: -1em; color: rgb(28, 28, 28); } .ci-cloud-satellite .path4:before { content: "\ea34"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-cloud-snow:before { content: "\ea35"; } .ci-cloud-upload:before { content: "\ea36"; } .ci-cloud:before { content: "\ea37"; } .ci-cloudy:before { content: "\ea38"; } .ci-cobb-angle:before { content: "\ea39"; } .ci-code-reference:before { content: "\ea3a"; } .ci-code:before { content: "\ea3b"; } .ci-cognitive:before { content: "\ea3c"; } .ci-collaborate:before { content: "\ea3d"; } .ci-collapse-all:before { content: "\ea3e"; } .ci-collapse-categories:before { content: "\ea3f"; } .ci-color-palette:before { content: "\ea40"; } .ci-color-switch:before { content: "\ea41"; } .ci-column-delete:before { content: "\ea42"; } .ci-column-insert:before { content: "\ea43"; } .ci-column:before { content: "\ea44"; } .ci-compare:before { content: "\ea45"; } .ci-compass:before { content: "\ea46"; } .ci-composer-edit:before { content: "\ea47"; } .ci-concept:before { content: "\ea48"; } .ci-connect:before { content: "\ea49"; } .ci-connection-signal:before { content: "\ea4a"; } .ci-construction:before { content: "\ea4b"; } .ci-container-software:before { content: "\ea4c"; } .ci-content-view:before { content: "\ea4d"; } .ci-contour-finding:before { content: "\ea4e"; } .ci-contrast:before { content: "\ea4f"; } .ci-copy-file:before { content: "\ea50"; } .ci-copy-link:before { content: "\ea51"; } .ci-copy:before { content: "\ea52"; } .ci-corn:before { content: "\ea53"; } .ci-corner:before { content: "\ea54"; } .ci-coronavirus:before { content: "\ea55"; } .ci-course:before { content: "\ea56"; } .ci-covariate:before { content: "\ea57"; } .ci-credentials:before { content: "\ea58"; } .ci-crop-growth:before { content: "\ea59"; } .ci-crop-health:before { content: "\ea5a"; } .ci-crop:before { content: "\ea5b"; } .ci-cross-reference:before { content: "\ea5c"; } .ci-cross-tab:before { content: "\ea5d"; } .ci-crossroads:before { content: "\ea5e"; } .ci-crowd-report-filled:before { content: "\ea5f"; } .ci-crowd-report:before { content: "\ea60"; } .ci-csv:before { content: "\ea61"; } .ci-cu1:before { content: "\ea62"; } .ci-cu3:before { content: "\ea63"; } .ci-cube-view:before { content: "\ea64"; } .ci-currency-baht:before { content: "\ea65"; } .ci-currency-dollar:before { content: "\ea66"; } .ci-currency-euro:before { content: "\ea67"; } .ci-currency-lira:before { content: "\ea68"; } .ci-currency-pound:before { content: "\ea69"; } .ci-currency-rupee:before { content: "\ea6a"; } .ci-currency-shekel:before { content: "\ea6b"; } .ci-currency-won:before { content: "\ea6c"; } .ci-currency-yen:before { content: "\ea6d"; } .ci-cursor-1:before { content: "\ea6e"; } .ci-cursor-2:before { content: "\ea6f"; } .ci-cut-in-half:before { content: "\ea70"; } .ci-cut:before { content: "\ea71"; } .ci-cy:before { content: "\ea72"; } .ci-cyclist:before { content: "\ea73"; } .ci-cz:before { content: "\ea74"; } .ci-dashboard-reference:before { content: "\ea75"; } .ci-dashboard:before { content: "\ea76"; } .ci-data-1:before { content: "\ea77"; } .ci-data-2:before { content: "\ea78"; } .ci-data-base-alt:before { content: "\ea79"; } .ci-data-base:before { content: "\ea7a"; } .ci-data-check:before { content: "\ea7b"; } .ci-data-class:before { content: "\ea7c"; } .ci-data-collection:before { content: "\ea7d"; } .ci-data-connected:before { content: "\ea7e"; } .ci-data-error:before { content: "\ea7f"; } .ci-data-player:before { content: "\ea80"; } .ci-data-reference:before { content: "\ea81"; } .ci-data-refinery-reference:before { content: "\ea82"; } .ci-data-refinery:before { content: "\ea83"; } .ci-data-set:before { content: "\ea84"; } .ci-data-share:before { content: "\ea85"; } .ci-data-structured:before { content: "\ea86"; } .ci-data-table-reference:before { content: "\ea87"; } .ci-data-table:before { content: "\ea88"; } .ci-data-unstructured:before { content: "\ea89"; } .ci-data-vis-1:before { content: "\ea8a"; } .ci-data-vis-2:before { content: "\ea8b"; } .ci-data-vis-3:before { content: "\ea8c"; } .ci-data-vis-4:before { content: "\ea8d"; } .ci-datastore:before { content: "\ea8e"; } .ci-debug:before { content: "\ea8f"; } .ci-decision-tree:before { content: "\ea90"; } .ci-delete:before { content: "\ea91"; } .ci-delivery-truck:before { content: "\ea92"; } .ci-denominate:before { content: "\ea93"; } .ci-departure:before { content: "\ea94"; } .ci-deploy-rules:before { content: "\ea95"; } .ci-deploy:before { content: "\ea96"; } .ci-deployment-pattern:before { content: "\ea97"; } .ci-deployment-policy:before { content: "\ea98"; } .ci-development:before { content: "\ea99"; } .ci-devices:before { content: "\ea9a"; } .ci-dew-point-filled:before { content: "\ea9b"; } .ci-dew-point:before { content: "\ea9c"; } .ci-diagram-reference:before { content: "\ea9d"; } .ci-diagram:before { content: "\ea9e"; } .ci-dicom-6000:before { content: "\ea9f"; } .ci-dicom-overlay:before { content: "\eaa0"; } .ci-direction-bear-right-01-filled:before { content: "\eaa1"; } .ci-direction-bear-right-01:before { content: "\eaa2"; } .ci-direction-bear-right-02-filled:before { content: "\eaa3"; } .ci-direction-bear-right-02:before { content: "\eaa4"; } .ci-direction-curve-filled:before { content: "\eaa5"; } .ci-direction-curve:before { content: "\eaa6"; } .ci-direction-merge-filled:before { content: "\eaa7"; } .ci-direction-merge:before { content: "\eaa8"; } .ci-direction-right-01-filled:before { content: "\eaa9"; } .ci-direction-right-01:before { content: "\eaaa"; } .ci-direction-right-02-filled:before { content: "\eaab"; } .ci-direction-right-02:before { content: "\eaac"; } .ci-direction-rotary-first-right-filled:before { content: "\eaad"; } .ci-direction-rotary-first-right:before { content: "\eaae"; } .ci-direction-rotary-right-filled:before { content: "\eaaf"; } .ci-direction-rotary-right:before { content: "\eab0"; } .ci-direction-rotary-straight-filled:before { content: "\eab1"; } .ci-direction-rotary-straight:before { content: "\eab2"; } .ci-direction-sharp-turn-filled:before { content: "\eab3"; } .ci-direction-sharp-turn:before { content: "\eab4"; } .ci-direction-straight-filled:before { content: "\eab5"; } .ci-direction-straight-right-filled:before { content: "\eab6"; } .ci-direction-straight-right:before { content: "\eab7"; } .ci-direction-straight:before { content: "\eab8"; } .ci-direction-u-turn-filled:before { content: "\eab9"; } .ci-direction-u-turn:before { content: "\eaba"; } .ci-distribute-horizontal-center:before { content: "\eabb"; } .ci-distribute-horizontal-left:before { content: "\eabc"; } .ci-distribute-horizontal-right:before { content: "\eabd"; } .ci-distribute-vertical-bottom:before { content: "\eabe"; } .ci-distribute-vertical-center:before { content: "\eabf"; } .ci-distribute-vertical-top:before { content: "\eac0"; } .ci-dna:before { content: "\eac1"; } .ci-doc:before { content: "\eac2"; } .ci-document-add:before { content: "\eac3"; } .ci-document-blank:before { content: "\eac4"; } .ci-document-download:before { content: "\eac5"; } .ci-document-export:before { content: "\eac6"; } .ci-document-import:before { content: "\eac7"; } .ci-document-pdf:before { content: "\eac8"; } .ci-document-sentiment:before { content: "\eac9"; } .ci-document-subtract:before { content: "\eaca"; } .ci-document-tasks:before { content: "\eacb"; } .ci-document-unknown:before { content: "\eacc"; } .ci-document-view:before { content: "\eacd"; } .ci-document-word-processor-reference:before { content: "\eace"; } .ci-document-word-processor:before { content: "\eacf"; } .ci-document:before { content: "\ead0"; } .ci-dot-mark:before { content: "\ead1"; } .ci-double-integer:before { content: "\ead2"; } .ci-down-to-bottom:before { content: "\ead3"; } .ci-download-study:before { content: "\ead4"; } .ci-download:before { content: "\ead5"; } .ci-drag-horizontal:before { content: "\ead6"; } .ci-drag-vertical:before { content: "\ead7"; } .ci-draggable:before { content: "\ead8"; } .ci-draw:before { content: "\ead9"; } .ci-driver-analysis:before { content: "\eada"; } .ci-drop-photo-filled:before { content: "\eadb"; } .ci-drop-photo:before { content: "\eadc"; } .ci-drought:before { content: "\eadd"; } .ci-dvr:before { content: "\eade"; } .ci-earth-americas-filled:before { content: "\eadf"; } .ci-earth-americas:before { content: "\eae0"; } .ci-earth-europe-africa-filled:before { content: "\eae1"; } .ci-earth-europe-africa:before { content: "\eae2"; } .ci-earth-filled:before { content: "\eae3"; } .ci-earth-southeast-asia-filled:before { content: "\eae4"; } .ci-earth-southeast-asia:before { content: "\eae5"; } .ci-earth:before { content: "\eae6"; } .ci-earthquake:before { content: "\eae7"; } .ci-edge-cluster:before { content: "\eae8"; } .ci-edge-device:before { content: "\eae9"; } .ci-edge-enhancement-01:before { content: "\eaea"; } .ci-edge-enhancement-02:before { content: "\eaeb"; } .ci-edge-enhancement-03:before { content: "\eaec"; } .ci-edge-enhancement:before { content: "\eaed"; } .ci-edge-node:before { content: "\eaee"; } .ci-edge-service:before { content: "\eaef"; } .ci-edit-filter:before { content: "\eaf0"; } .ci-edit-off:before { content: "\eaf1"; } .ci-edit:before { content: "\eaf2"; } .ci-edt-loop:before { content: "\eaf3"; } .ci-education:before { content: "\eaf4"; } .ci-email-new:before { content: "\eaf5"; } .ci-email:before { content: "\eaf6"; } .ci-enterprise:before { content: "\eaf7"; } .ci-erase-3d:before { content: "\eaf8"; } .ci-erase:before { content: "\eaf9"; } .ci-error-filled:before { content: "\eafa"; } .ci-error-outline:before { content: "\eafb"; } .ci-error:before { content: "\eafc"; } .ci-event-schedule:before { content: "\eafd"; } .ci-event:before { content: "\eafe"; } .ci-events-alt:before { content: "\eaff"; } .ci-events:before { content: "\eb00"; } .ci-exam-mode:before { content: "\eb01"; } .ci-exit:before { content: "\eb02"; } .ci-expand-all:before { content: "\eb03"; } .ci-expand-categories:before { content: "\eb04"; } .ci-export:before { content: "\eb05"; } .ci-eyedropper:before { content: "\eb06"; } .ci-face-activated-add:before { content: "\eb07"; } .ci-face-activated-filled:before { content: "\eb08"; } .ci-face-activated:before { content: "\eb09"; } .ci-face-add:before { content: "\eb0a"; } .ci-face-cool:before { content: "\eb0b"; } .ci-face-dissatisfied-filled:before { content: "\eb0c"; } .ci-face-dissatisfied:before { content: "\eb0d"; } .ci-face-dizzy-filled:before { content: "\eb0e"; } .ci-face-dizzy:before { content: "\eb0f"; } .ci-face-mask:before { content: "\eb10"; } .ci-face-neutral-filled:before { content: "\eb11"; } .ci-face-neutral:before { content: "\eb12"; } .ci-face-pending-filled:before { content: "\eb13"; } .ci-face-pending:before { content: "\eb14"; } .ci-face-satisfied-filled:before { content: "\eb15"; } .ci-face-satisfied:before { content: "\eb16"; } .ci-face-wink-filled:before { content: "\eb17"; } .ci-face-wink:before { content: "\eb18"; } .ci-factor:before { content: "\eb19"; } .ci-fade:before { content: "\eb1a"; } .ci-favorite-filled:before { content: "\eb1b"; } .ci-favorite:before { content: "\eb1c"; } .ci-fetch-upload-cloud:before { content: "\eb1d"; } .ci-fetch-upload:before { content: "\eb1e"; } .ci-filter-edit:before { content: "\eb1f"; } .ci-filter-remove:before { content: "\eb20"; } .ci-filter-reset:before { content: "\eb21"; } .ci-filter:before { content: "\eb22"; } .ci-finance:before { content: "\eb23"; } .ci-fingerprint-recognition:before { content: "\eb24"; } .ci-fire:before { content: "\eb25"; } .ci-fish-multiple:before { content: "\eb26"; } .ci-fish:before { content: "\eb27"; } .ci-fit-to-screen:before { content: "\eb28"; } .ci-flag-filled:before { content: "\eb29"; } .ci-flag:before { content: "\eb2a"; } .ci-flagging-taxi:before { content: "\eb2b"; } .ci-flash-filled:before { content: "\eb2c"; } .ci-flash-off-filled:before { content: "\eb2d"; } .ci-flash-off:before { content: "\eb2e"; } .ci-flash:before { content: "\eb2f"; } .ci-flight-international:before { content: "\eb30"; } .ci-flight-roster:before { content: "\eb31"; } .ci-flight-schedule:before { content: "\eb32"; } .ci-flood-warning:before { content: "\eb33"; } .ci-flood:before { content: "\eb34"; } .ci-flow-connection:before { content: "\eb35"; } .ci-flow-data:before { content: "\eb36"; } .ci-flow-stream-reference .path1:before { content: "\eb37"; color: rgb(9, 9, 9); } .ci-flow-stream-reference .path2:before { content: "\eb38"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-flow-stream-reference .path3:before { content: "\eb39"; margin-left: -1em; color: rgb(9, 9, 9); } .ci-flow-stream-reference .path4:before { content: "\eb3a"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-flow-stream-reference .path5:before { content: "\eb3b"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-flow-stream .path1:before { content: "\eb3c"; color: rgb(9, 9, 9); } .ci-flow-stream .path2:before { content: "\eb3d"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-flow-stream .path3:before { content: "\eb3e"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-flow:before { content: "\eb3f"; } .ci-fog:before { content: "\eb40"; } .ci-folder-add:before { content: "\eb41"; } .ci-folder-details-reference:before { content: "\eb42"; } .ci-folder-details:before { content: "\eb43"; } .ci-folder-off:before { content: "\eb44"; } .ci-folder-shared:before { content: "\eb45"; } .ci-folder:before { content: "\eb46"; } .ci-folders:before { content: "\eb47"; } .ci-forecast-hail-30:before { content: "\eb48"; } .ci-forecast-hail:before { content: "\eb49"; } .ci-forecast-lightning-30:before { content: "\eb4a"; } .ci-forecast-lightning:before { content: "\eb4b"; } .ci-fork:before { content: "\eb4c"; } .ci-forum:before { content: "\eb4d"; } .ci-forward-5:before { content: "\eb4e"; } .ci-forward-10:before { content: "\eb4f"; } .ci-forward-30:before { content: "\eb50"; } .ci-fragile:before { content: "\eb51"; } .ci-fruit-bowl:before { content: "\eb52"; } .ci-function-math .path1:before { content: "\eb53"; color: rgb(0, 0, 0); } .ci-function-math .path2:before { content: "\eb54"; margin-left: -1em; color: rgb(28, 28, 28); } .ci-function .path1:before { content: "\eb55"; color: rgb(39, 36, 37); } .ci-function .path2:before { content: "\eb56"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-function .path3:before { content: "\eb57"; margin-left: -1em; color: rgb(39, 36, 37); } .ci-fusion-blender:before { content: "\eb58"; } .ci-game-console:before { content: "\eb59"; } .ci-game-wireless:before { content: "\eb5a"; } .ci-gamification:before { content: "\eb5b"; } .ci-gas-station:before { content: "\eb5c"; } .ci-gender-female:before { content: "\eb5d"; } .ci-gender-male:before { content: "\eb5e"; } .ci-generate-pdf:before { content: "\eb5f"; } .ci-gif:before { content: "\eb60"; } .ci-gift:before { content: "\eb61"; } .ci-globe:before { content: "\eb62"; } .ci-gradient:before { content: "\eb63"; } .ci-graphical-data-flow:before { content: "\eb64"; } .ci-grid:before { content: "\eb65"; } .ci-group:before { content: "\eb66"; } .ci-h:before { content: "\eb67"; } .ci-hail:before { content: "\eb68"; } .ci-hanging-protocol:before { content: "\eb69"; } .ci-harbor:before { content: "\eb6a"; } .ci-hashtag:before { content: "\eb6b"; } .ci-haze-night:before { content: "\eb6c"; } .ci-haze:before { content: "\eb6d"; } .ci-hd-filled:before { content: "\eb6e"; } .ci-hd:before { content: "\eb6f"; } .ci-hdr:before { content: "\eb70"; } .ci-headphones:before { content: "\eb71"; } .ci-headset:before { content: "\eb72"; } .ci-health-cross:before { content: "\eb73"; } .ci-hearing:before { content: "\eb74"; } .ci-heat-map-02:before { content: "\eb75"; } .ci-heat-map-03:before { content: "\eb76"; } .ci-heat-map-stocks:before { content: "\eb77"; } .ci-heat-map:before { content: "\eb78"; } .ci-helicopter:before { content: "\eb79"; } .ci-help-desk:before { content: "\eb7a"; } .ci-help-filled:before { content: "\eb7b"; } .ci-help:before { content: "\eb7c"; } .ci-hinton-plot:before { content: "\eb7d"; } .ci-hole-filling-cursor:before { content: "\eb7e"; } .ci-hole-filling:before { content: "\eb7f"; } .ci-home:before { content: "\eb80"; } .ci-hospital-bed:before { content: "\eb81"; } .ci-hospital:before { content: "\eb82"; } .ci-hotel:before { content: "\eb83"; } .ci-hourglass:before { content: "\eb84"; } .ci-html-reference:before { content: "\eb85"; } .ci-html:before { content: "\eb86"; } .ci-http:before { content: "\eb87"; } .ci-humidity-alt:before { content: "\eb88"; } .ci-humidity:before { content: "\eb89"; } .ci-hurricane:before { content: "\eb8a"; } .ci-hybrid-networking:before { content: "\eb8b"; } .ci-ibm-cloud:before { content: "\eb8c"; } .ci-ibm-security:before { content: "\eb8d"; } .ci-ica-2d:before { content: "\eb8e"; } .ci-ice-accretion:before { content: "\eb8f"; } .ci-id:before { content: "\eb90"; } .ci-idea:before { content: "\eb91"; } .ci-identification:before { content: "\eb92"; } .ci-image-medical:before { content: "\eb93"; } .ci-image-reference:before { content: "\eb94"; } .ci-image-search:before { content: "\eb95"; } .ci-image:before { content: "\eb96"; } .ci-improve-relevance:before { content: "\eb97"; } .ci-in-progress-error:before { content: "\eb98"; } .ci-in-progress-warning:before { content: "\eb99"; } .ci-in-progress:before { content: "\eb9a"; } .ci-incomplete-cancel:before { content: "\eb9b"; } .ci-incomplete-error:before { content: "\eb9c"; } .ci-incomplete-warning:before { content: "\eb9d"; } .ci-incomplete:before { content: "\eb9e"; } .ci-increase-level:before { content: "\eb9f"; } .ci-industry:before { content: "\eba0"; } .ci-information-filled:before { content: "\eba1"; } .ci-information-square-filled:before { content: "\eba2"; } .ci-information-square:before { content: "\eba3"; } .ci-information:before { content: "\eba4"; } .ci-insert-page:before { content: "\eba5"; } .ci-insert:before { content: "\eba6"; } .ci-integration:before { content: "\eba7"; } .ci-interactions:before { content: "\eba8"; } .ci-interactive-segmentation-cursor:before { content: "\eba9"; } .ci-intersect:before { content: "\ebaa"; } .ci-inventory-management:before { content: "\ebab"; } .ci-iot-connect:before { content: "\ebac"; } .ci-iot-platform:before { content: "\ebad"; } .ci-iso-filled:before { content: "\ebae"; } .ci-iso-outline:before { content: "\ebaf"; } .ci-iso:before { content: "\ebb0"; } .ci-join-inner:before { content: "\ebb1"; } .ci-join-left:before { content: "\ebb2"; } .ci-join-outer:before { content: "\ebb3"; } .ci-join-right:before { content: "\ebb4"; } .ci-jpg:before { content: "\ebb5"; } .ci-json-reference:before { content: "\ebb6"; } .ci-json:before { content: "\ebb7"; } .ci-jump-link:before { content: "\ebb8"; } .ci-keep-dry:before { content: "\ebb9"; } .ci-keyboard:before { content: "\ebba"; } .ci-language:before { content: "\ebbb"; } .ci-laptop:before { content: "\ebbc"; } .ci-lasso:before { content: "\ebbd"; } .ci-launch-study-1:before { content: "\ebbe"; } .ci-launch-study-2:before { content: "\ebbf"; } .ci-launch-study-3:before { content: "\ebc0"; } .ci-launch:before { content: "\ebc1"; } .ci-layers:before { content: "\ebc2"; } .ci-legend:before { content: "\ebc3"; } .ci-letter-aa:before { content: "\ebc4"; } .ci-letter-bb:before { content: "\ebc5"; } .ci-letter-cc:before { content: "\ebc6"; } .ci-letter-dd:before { content: "\ebc7"; } .ci-letter-ee:before { content: "\ebc8"; } .ci-letter-ff:before { content: "\ebc9"; } .ci-letter-gg:before { content: "\ebca"; } .ci-letter-hh:before { content: "\ebcb"; } .ci-letter-ii:before { content: "\ebcc"; } .ci-letter-jj:before { content: "\ebcd"; } .ci-letter-kk:before { content: "\ebce"; } .ci-letter-ll:before { content: "\ebcf"; } .ci-letter-mm:before { content: "\ebd0"; } .ci-letter-nn:before { content: "\ebd1"; } .ci-letter-oo:before { content: "\ebd2"; } .ci-letter-pp:before { content: "\ebd3"; } .ci-letter-qq:before { content: "\ebd4"; } .ci-letter-rr:before { content: "\ebd5"; } .ci-letter-ss:before { content: "\ebd6"; } .ci-letter-tt:before { content: "\ebd7"; } .ci-letter-uu:before { content: "\ebd8"; } .ci-letter-vv:before { content: "\ebd9"; } .ci-letter-ww:before { content: "\ebda"; } .ci-letter-xx:before { content: "\ebdb"; } .ci-letter-yy:before { content: "\ebdc"; } .ci-letter-zz:before { content: "\ebdd"; } .ci-license-draft:before { content: "\ebde"; } .ci-license-global:before { content: "\ebdf"; } .ci-license-maintenance-draft:before { content: "\ebe0"; } .ci-license-maintenance:before { content: "\ebe1"; } .ci-license-third-party-draft:before { content: "\ebe2"; } .ci-license-third-party:before { content: "\ebe3"; } .ci-license:before { content: "\ebe4"; } .ci-light-filled:before { content: "\ebe5"; } .ci-light:before { content: "\ebe6"; } .ci-lightning:before { content: "\ebe7"; } .ci-link:before { content: "\ebe8"; } .ci-linux-alt:before { content: "\ebe9"; } .ci-linux:before { content: "\ebea"; } .ci-list-boxes:before { content: "\ebeb"; } .ci-list-bulleted:before { content: "\ebec"; } .ci-list-checked:before { content: "\ebed"; } .ci-list-dropdown:before { content: "\ebee"; } .ci-list-numbered:before { content: "\ebef"; } .ci-list:before { content: "\ebf0"; } .ci-location-company-filled:before { content: "\ebf1"; } .ci-location-company:before { content: "\ebf2"; } .ci-location-hazard-filled:before { content: "\ebf3"; } .ci-location-hazard:before { content: "\ebf4"; } .ci-location-heart-filled:before { content: "\ebf5"; } .ci-location-heart:before { content: "\ebf6"; } .ci-location-person-filled:before { content: "\ebf7"; } .ci-location-person:before { content: "\ebf8"; } .ci-location-star-filled:before { content: "\ebf9"; } .ci-location-star:before { content: "\ebfa"; } .ci-location:before { content: "\ebfb"; } .ci-locked:before { content: "\ebfc"; } .ci-login:before { content: "\ebfd"; } .ci-logo-digg:before { content: "\ebfe"; } .ci-logo-facebook:before { content: "\ebff"; } .ci-logo-flickr:before { content: "\ec00"; } .ci-logo-github:before { content: "\ec01"; } .ci-logo-glassdoor:before { content: "\ec02"; } .ci-logo-instagram:before { content: "\ec03"; } .ci-logo-jupyter:before { content: "\ec04"; } .ci-logo-keybase:before { content: "\ec05"; } .ci-logo-linkedin:before { content: "\ec06"; } .ci-logo-livestream:before { content: "\ec07"; } .ci-logo-medium:before { content: "\ec08"; } .ci-logo-openshift:before { content: "\ec09"; } .ci-logo-pinterest:before { content: "\ec0a"; } .ci-logo-python:before { content: "\ec0b"; } .ci-logo-quora:before { content: "\ec0c"; } .ci-logo-r-script:before { content: "\ec0d"; } .ci-logo-skype:before { content: "\ec0e"; } .ci-logo-slack:before { content: "\ec0f"; } .ci-logo-snapchat:before { content: "\ec10"; } .ci-logo-tumblr:before { content: "\ec11"; } .ci-logo-twitter:before { content: "\ec12"; } .ci-logo-vmware:before { content: "\ec13"; } .ci-logo-xing:before { content: "\ec14"; } .ci-logo-yelp:before { content: "\ec15"; } .ci-logo-youtube:before { content: "\ec16"; } .ci-logout:before { content: "\ec17"; } .ci-loop:before { content: "\ec18"; } .ci-mac-command:before { content: "\ec19"; } .ci-mac-option:before { content: "\ec1a"; } .ci-mac-shift:before { content: "\ec1b"; } .ci-machine-learning-model:before { content: "\ec1c"; } .ci-machine-learning:before { content: "\ec1d"; } .ci-magic-wand-filled:before { content: "\ec1e"; } .ci-magic-wand:before { content: "\ec1f"; } .ci-magnify:before { content: "\ec20"; } .ci-mail-all:before { content: "\ec21"; } .ci-mail-reply:before { content: "\ec22"; } .ci-mammogram:before { content: "\ec23"; } .ci-manage-protection:before { content: "\ec24"; } .ci-managed-solutions:before { content: "\ec25"; } .ci-map-boundary:before { content: "\ec26"; } .ci-map:before { content: "\ec27"; } .ci-marine-warning:before { content: "\ec28"; } .ci-math-curve:before { content: "\ec29"; } .ci-matrix:before { content: "\ec2a"; } .ci-maximize:before { content: "\ec2b"; } .ci-medication-alert:before { content: "\ec2c"; } .ci-medication-reminder:before { content: "\ec2d"; } .ci-medication:before { content: "\ec2e"; } .ci-menu:before { content: "\ec2f"; } .ci-meter-alt:before { content: "\ec30"; } .ci-meter:before { content: "\ec31"; } .ci-microphone-filled:before { content: "\ec32"; } .ci-microphone-off-filled:before { content: "\ec33"; } .ci-microphone-off:before { content: "\ec34"; } .ci-microphone:before { content: "\ec35"; } .ci-microscope:before { content: "\ec36"; } .ci-migrate-alt:before { content: "\ec37"; } .ci-migrate:before { content: "\ec38"; } .ci-milestone:before { content: "\ec39"; } .ci-minimize:before { content: "\ec3a"; } .ci-misuse-alt:before { content: "\ec3b"; } .ci-misuse-outline:before { content: "\ec3c"; } .ci-misuse:before { content: "\ec3d"; } .ci-mixed-rain-hail:before { content: "\ec3e"; } .ci-mobile-add:before { content: "\ec3f"; } .ci-mobile-audio:before { content: "\ec40"; } .ci-mobile-check:before { content: "\ec41"; } .ci-mobile-download:before { content: "\ec42"; } .ci-mobile-landscape:before { content: "\ec43"; } .ci-mobile:before { content: "\ec44"; } .ci-model-alt:before { content: "\ec45"; } .ci-model-builder-reference:before { content: "\ec46"; } .ci-model-builder:before { content: "\ec47"; } .ci-model-reference:before { content: "\ec48"; } .ci-model:before { content: "\ec49"; } .ci-money:before { content: "\ec4a"; } .ci-monster:before { content: "\ec4b"; } .ci-monument:before { content: "\ec4c"; } .ci-moon:before { content: "\ec4d"; } .ci-mostly-cloudy-night:before { content: "\ec4e"; } .ci-mostly-cloudy:before { content: "\ec4f"; } .ci-mountain:before { content: "\ec50"; } .ci-mov:before { content: "\ec51"; } .ci-move:before { content: "\ec52"; } .ci-movement:before { content: "\ec53"; } .ci-mp3:before { content: "\ec54"; } .ci-mp4:before { content: "\ec55"; } .ci-mpeg:before { content: "\ec56"; } .ci-mpg2:before { content: "\ec57"; } .ci-music:before { content: "\ec58"; } .ci-name-space:before { content: "\ec59"; } .ci-navaid-civil:before { content: "\ec5a"; } .ci-navaid-dme:before { content: "\ec5b"; } .ci-navaid-helipad:before { content: "\ec5c"; } .ci-navaid-military-civil:before { content: "\ec5d"; } .ci-navaid-military:before { content: "\ec5e"; } .ci-navaid-ndb-dme .path1:before { content: "\ec5f"; color: rgb(23, 23, 23); } .ci-navaid-ndb-dme .path2:before { content: "\ec60"; margin-left: -1em; color: rgb(23, 23, 23); } .ci-navaid-ndb-dme .path3:before { content: "\ec61"; margin-left: -1em; color: rgb(23, 23, 23); } .ci-navaid-ndb-dme .path4:before { content: "\ec62"; margin-left: -1em; color: rgb(23, 23, 23); } .ci-navaid-ndb-dme .path5:before { content: "\ec63"; margin-left: -1em; color: rgb(23, 23, 23); } .ci-navaid-ndb-dme .path6:before { content: "\ec64"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path7:before { content: "\ec65"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path8:before { content: "\ec66"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path9:before { content: "\ec67"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path10:before { content: "\ec68"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path11:before { content: "\ec69"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path12:before { content: "\ec6a"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path13:before { content: "\ec6b"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path14:before { content: "\ec6c"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path15:before { content: "\ec6d"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path16:before { content: "\ec6e"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path17:before { content: "\ec6f"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path18:before { content: "\ec70"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path19:before { content: "\ec71"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path20:before { content: "\ec72"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path21:before { content: "\ec73"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb-dme .path22:before { content: "\ec74"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-navaid-ndb:before { content: "\ec75"; } .ci-navaid-private:before { content: "\ec76"; } .ci-navaid-seaplane:before { content: "\ec77"; } .ci-navaid-tacan:before { content: "\ec78"; } .ci-navaid-vhfor:before { content: "\ec79"; } .ci-navaid-vor .path1:before { content: "\ec7a"; color: rgb(0, 0, 0); } .ci-navaid-vor .path2:before { content: "\ec7b"; margin-left: -1em; color: rgb(23, 23, 23); } .ci-navaid-vordme .path1:before { content: "\ec7c"; color: rgb(0, 0, 0); } .ci-navaid-vordme .path2:before { content: "\ec7d"; margin-left: -1em; color: rgb(23, 23, 23); } .ci-navaid-vortac:before { content: "\ec7e"; } .ci-network-1:before { content: "\ec7f"; } .ci-network-2:before { content: "\ec80"; } .ci-network-3-reference:before { content: "\ec81"; } .ci-network-3:before { content: "\ec82"; } .ci-network-4:before { content: "\ec83"; } .ci-new-tab:before { content: "\ec84"; } .ci-next-filled:before { content: "\ec85"; } .ci-next-outline:before { content: "\ec86"; } .ci-no-image:before { content: "\ec87"; } .ci-no-ticket:before { content: "\ec88"; } .ci-nominal:before { content: "\ec89"; } .ci-nominate:before { content: "\ec8a"; } .ci-non-certified:before { content: "\ec8b"; } .ci-noodle-bowl:before { content: "\ec8c"; } .ci-not-available:before { content: "\ec8d"; } .ci-not-sent-filled:before { content: "\ec8e"; } .ci-not-sent:before { content: "\ec8f"; } .ci-notebook-reference:before { content: "\ec90"; } .ci-notebook:before { content: "\ec91"; } .ci-notification-filled:before { content: "\ec92"; } .ci-notification-new:before { content: "\ec93"; } .ci-notification-off-filled:before { content: "\ec94"; } .ci-notification-off:before { content: "\ec95"; } .ci-notification:before { content: "\ec96"; } .ci-number-0:before { content: "\ec97"; } .ci-number-1:before { content: "\ec98"; } .ci-number-2:before { content: "\ec99"; } .ci-number-3:before { content: "\ec9a"; } .ci-number-4:before { content: "\ec9b"; } .ci-number-5:before { content: "\ec9c"; } .ci-number-6:before { content: "\ec9d"; } .ci-number-7:before { content: "\ec9e"; } .ci-number-8:before { content: "\ec9f"; } .ci-number-9:before { content: "\eca0"; } .ci-number-small-0:before { content: "\eca1"; } .ci-number-small-1:before { content: "\eca2"; } .ci-number-small-2:before { content: "\eca3"; } .ci-number-small-3:before { content: "\eca4"; } .ci-number-small-4:before { content: "\eca5"; } .ci-number-small-5:before { content: "\eca6"; } .ci-number-small-6:before { content: "\eca7"; } .ci-number-small-7:before { content: "\eca8"; } .ci-number-small-8:before { content: "\eca9"; } .ci-number-small-9:before { content: "\ecaa"; } .ci-object-storage:before { content: "\ecab"; } .ci-observed-hail:before { content: "\ecac"; } .ci-observed-lightning:before { content: "\ecad"; } .ci-omega:before { content: "\ecae"; } .ci-opacity:before { content: "\ecaf"; } .ci-open-panel-bottom:before { content: "\ecb0"; } .ci-open-panel-filled-bottom:before { content: "\ecb1"; } .ci-open-panel-filled-left:before { content: "\ecb2"; } .ci-open-panel-filled-right:before { content: "\ecb3"; } .ci-open-panel-filled-top:before { content: "\ecb4"; } .ci-open-panel-left:before { content: "\ecb5"; } .ci-open-panel-right:before { content: "\ecb6"; } .ci-open-panel-top:before { content: "\ecb7"; } .ci-operation-gauge:before { content: "\ecb8"; } .ci-operation-if:before { content: "\ecb9"; } .ci-operation:before { content: "\ecba"; } .ci-operations-field:before { content: "\ecbb"; } .ci-operations-record:before { content: "\ecbc"; } .ci-ordinal:before { content: "\ecbd"; } .ci-outage:before { content: "\ecbe"; } .ci-outlook-severe:before { content: "\ecbf"; } .ci-overflow-menu-horizontal:before { content: "\ecc0"; } .ci-overflow-menu-vertical:before { content: "\ecc1"; } .ci-overlay:before { content: "\ecc2"; } .ci-package:before { content: "\ecc3"; } .ci-page-break:before { content: "\ecc4"; } .ci-page-first:before { content: "\ecc5"; } .ci-page-last:before { content: "\ecc6"; } .ci-page-number:before { content: "\ecc7"; } .ci-page-scroll:before { content: "\ecc8"; } .ci-paint-brush-alt:before { content: "\ecc9"; } .ci-paint-brush:before { content: "\ecca"; } .ci-palm-tree:before { content: "\eccb"; } .ci-pan-horizontal:before { content: "\eccc"; } .ci-pan-vertical:before { content: "\eccd"; } .ci-panel-expansion:before { content: "\ecce"; } .ci-paragraph:before { content: "\eccf"; } .ci-parent-child:before { content: "\ecd0"; } .ci-partly-cloudy-night:before { content: "\ecd1"; } .ci-partly-cloudy:before { content: "\ecd2"; } .ci-partnership:before { content: "\ecd3"; } .ci-passenger-drinks:before { content: "\ecd4"; } .ci-passenger-plus:before { content: "\ecd5"; } .ci-password:before { content: "\ecd6"; } .ci-paste:before { content: "\ecd7"; } .ci-pause-filled:before { content: "\ecd8"; } .ci-pause-future:before { content: "\ecd9"; } .ci-pause-outline-filled:before { content: "\ecda"; } .ci-pause-outline:before { content: "\ecdb"; } .ci-pause-past:before { content: "\ecdc"; } .ci-pause:before { content: "\ecdd"; } .ci-pdf-reference:before { content: "\ecde"; } .ci-pdf:before { content: "\ecdf"; } .ci-pedestrian-child:before { content: "\ece0"; } .ci-pedestrian:before { content: "\ece1"; } .ci-pending-filled:before { content: "\ece2"; } .ci-pending:before { content: "\ece3"; } .ci-percentage-filled:before { content: "\ece4"; } .ci-percentage:before { content: "\ece5"; } .ci-person-favorite:before { content: "\ece6"; } .ci-person:before { content: "\ece7"; } .ci-pest:before { content: "\ece8"; } .ci-pet-image-b:before { content: "\ece9"; } .ci-pet-image-o:before { content: "\ecea"; } .ci-phone-filled:before { content: "\eceb"; } .ci-phone-off-filled:before { content: "\ecec"; } .ci-phone-off:before { content: "\eced"; } .ci-phone:before { content: "\ecee"; } .ci-phrase-sentiment:before { content: "\ecef"; } .ci-picnic-area:before { content: "\ecf0"; } .ci-pills-add:before { content: "\ecf1"; } .ci-pills-subtract:before { content: "\ecf2"; } .ci-pills:before { content: "\ecf3"; } .ci-pin-filled:before { content: "\ecf4"; } .ci-pin:before { content: "\ecf5"; } .ci-plane-private:before { content: "\ecf6"; } .ci-plane-sea:before { content: "\ecf7"; } .ci-plane:before { content: "\ecf8"; } .ci-play-filled-alt:before { content: "\ecf9"; } .ci-play-filled:before { content: "\ecfa"; } .ci-play-outline-filled:before { content: "\ecfb"; } .ci-play-outline:before { content: "\ecfc"; } .ci-play:before { content: "\ecfd"; } .ci-playlist:before { content: "\ecfe"; } .ci-plug-filled:before { content: "\ecff"; } .ci-plug:before { content: "\ed00"; } .ci-png:before { content: "\ed01"; } .ci-pointer-text:before { content: "\ed02"; } .ci-police:before { content: "\ed03"; } .ci-policy:before { content: "\ed04"; } .ci-popup:before { content: "\ed05"; } .ci-portfolio:before { content: "\ed06"; } .ci-power:before { content: "\ed07"; } .ci-ppt:before { content: "\ed08"; } .ci-presentation-file:before { content: "\ed09"; } .ci-pressure-filled:before { content: "\ed0a"; } .ci-pressure:before { content: "\ed0b"; } .ci-previous-filled:before { content: "\ed0c"; } .ci-previous-outline:before { content: "\ed0d"; } .ci-printer:before { content: "\ed0e"; } .ci-product:before { content: "\ed0f"; } .ci-purchase:before { content: "\ed10"; } .ci-qq-plot:before { content: "\ed11"; } .ci-qr-code:before { content: "\ed12"; } .ci-quadrant-plot:before { content: "\ed13"; } .ci-query-queue:before { content: "\ed14"; } .ci-query:before { content: "\ed15"; } .ci-queued:before { content: "\ed16"; } .ci-quotes:before { content: "\ed17"; } .ci-radar-enhanced:before { content: "\ed18"; } .ci-radar-weather:before { content: "\ed19"; } .ci-radar:before { content: "\ed1a"; } .ci-radio-button-checked:before { content: "\ed1b"; } .ci-radio-button:before { content: "\ed1c"; } .ci-radio:before { content: "\ed1d"; } .ci-rain-drizzle:before { content: "\ed1e"; } .ci-rain-drop:before { content: "\ed1f"; } .ci-rain-heavy:before { content: "\ed20"; } .ci-rain-scattered-night:before { content: "\ed21"; } .ci-rain-scattered:before { content: "\ed22"; } .ci-rain:before { content: "\ed23"; } .ci-raw:before { content: "\ed24"; } .ci-receipt:before { content: "\ed25"; } .ci-recently-viewed:before { content: "\ed26"; } .ci-recommend:before { content: "\ed27"; } .ci-recording-filled-alt:before { content: "\ed28"; } .ci-recording-filled:before { content: "\ed29"; } .ci-recording:before { content: "\ed2a"; } .ci-redo:before { content: "\ed2b"; } .ci-ref-evapotranspiration:before { content: "\ed2c"; } .ci-reflect-horizontal:before { content: "\ed2d"; } .ci-reflect-vertical:before { content: "\ed2e"; } .ci-region-analysis-area:before { content: "\ed2f"; } .ci-region-analysis-volume:before { content: "\ed30"; } .ci-registration:before { content: "\ed31"; } .ci-reminder-medical:before { content: "\ed32"; } .ci-reminder:before { content: "\ed33"; } .ci-renew:before { content: "\ed34"; } .ci-repeat-one:before { content: "\ed35"; } .ci-repeat:before { content: "\ed36"; } .ci-reply:before { content: "\ed37"; } .ci-report-data:before { content: "\ed38"; } .ci-report:before { content: "\ed39"; } .ci-request-quote:before { content: "\ed3a"; } .ci-research-bloch-sphere:before { content: "\ed3b"; } .ci-research-hinton-plot:before { content: "\ed3c"; } .ci-research-matrix:before { content: "\ed3d"; } .ci-reset-alt:before { content: "\ed3e"; } .ci-reset:before { content: "\ed3f"; } .ci-restart:before { content: "\ed40"; } .ci-restaurant-fine:before { content: "\ed41"; } .ci-restaurant:before { content: "\ed42"; } .ci-rewind-5:before { content: "\ed43"; } .ci-rewind-10:before { content: "\ed44"; } .ci-rewind-30:before { content: "\ed45"; } .ci-road-weather:before { content: "\ed46"; } .ci-road:before { content: "\ed47"; } .ci-roadmap:before { content: "\ed48"; } .ci-rocket:before { content: "\ed49"; } .ci-rotate-180:before { content: "\ed4a"; } .ci-rotate-360:before { content: "\ed4b"; } .ci-rotate-clockwise-alt-filled:before { content: "\ed4c"; } .ci-rotate-clockwise-alt:before { content: "\ed4d"; } .ci-rotate-clockwise-filled:before { content: "\ed4e"; } .ci-rotate-clockwise:before { content: "\ed4f"; } .ci-rotate-counterclockwise-alt-filled:before { content: "\ed50"; } .ci-rotate-counterclockwise-alt:before { content: "\ed51"; } .ci-rotate-counterclockwise-filled:before { content: "\ed52"; } .ci-rotate-counterclockwise:before { content: "\ed53"; } .ci-rotate:before { content: "\ed54"; } .ci-row-collapse:before { content: "\ed55"; } .ci-row-delete:before { content: "\ed56"; } .ci-row-expand:before { content: "\ed57"; } .ci-row-insert:before { content: "\ed58"; } .ci-row:before { content: "\ed59"; } .ci-rss:before { content: "\ed5a"; } .ci-rule:before { content: "\ed5b"; } .ci-ruler-alt:before { content: "\ed5c"; } .ci-ruler:before { content: "\ed5d"; } .ci-run:before { content: "\ed5e"; } .ci-s-alt:before { content: "\ed5f"; } .ci-s:before { content: "\ed60"; } .ci-sailboat-coastal:before { content: "\ed61"; } .ci-sailboat-offshore:before { content: "\ed62"; } .ci-sankey-diagram:before { content: "\ed63"; } .ci-satellite-radar:before { content: "\ed64"; } .ci-satellite-weather:before { content: "\ed65"; } .ci-satellite:before { content: "\ed66"; } .ci-save-annotation:before { content: "\ed67"; } .ci-save-image:before { content: "\ed68"; } .ci-save-model:before { content: "\ed69"; } .ci-save-series:before { content: "\ed6a"; } .ci-save:before { content: "\ed6b"; } .ci-scale:before { content: "\ed6c"; } .ci-scales-tipped:before { content: "\ed6d"; } .ci-scales:before { content: "\ed6e"; } .ci-scalpel-cursor:before { content: "\ed6f"; } .ci-scalpel-lasso:before { content: "\ed70"; } .ci-scalpel-select:before { content: "\ed71"; } .ci-scalpel:before { content: "\ed72"; } .ci-scan:before { content: "\ed73"; } .ci-scatter-matrix:before { content: "\ed74"; } .ci-schematics:before { content: "\ed75"; } .ci-scooter-front:before { content: "\ed76"; } .ci-scooter:before { content: "\ed77"; } .ci-screen-off:before { content: "\ed78"; } .ci-screen:before { content: "\ed79"; } .ci-script-reference:before { content: "\ed7a"; } .ci-script:before { content: "\ed7b"; } .ci-sdk:before { content: "\ed7c"; } .ci-search:before { content: "\ed7d"; } .ci-security:before { content: "\ed7e"; } .ci-select-01:before { content: "\ed7f"; } .ci-select-02:before { content: "\ed80"; } .ci-send-alt-filled:before { content: "\ed81"; } .ci-send-alt:before { content: "\ed82"; } .ci-send-filled:before { content: "\ed83"; } .ci-send-to-back:before { content: "\ed84"; } .ci-send:before { content: "\ed85"; } .ci-service-desk:before { content: "\ed86"; } .ci-settings-adjust:before { content: "\ed87"; } .ci-settings-check:before { content: "\ed88"; } .ci-settings:before { content: "\ed89"; } .ci-share-knowledge:before { content: "\ed8a"; } .ci-share:before { content: "\ed8b"; } .ci-shopping-bag:before { content: "\ed8c"; } .ci-shopping-cart:before { content: "\ed8d"; } .ci-shopping-catalog:before { content: "\ed8e"; } .ci-shrink-screen-filled:before { content: "\ed8f"; } .ci-shrink-screen:before { content: "\ed90"; } .ci-shuffle:before { content: "\ed91"; } .ci-shuttle:before { content: "\ed92"; } .ci-sigma:before { content: "\ed93"; } .ci-signal-strength:before { content: "\ed94"; } .ci-skill-level-advanced:before { content: "\ed95"; } .ci-skill-level-basic:before { content: "\ed96"; } .ci-skill-level-intermediate:before { content: "\ed97"; } .ci-skill-level:before { content: "\ed98"; } .ci-skip-back-filled:before { content: "\ed99"; } .ci-skip-back-outline-filled:before { content: "\ed9a"; } .ci-skip-back-outline-solid:before { content: "\ed9b"; } .ci-skip-back-outline:before { content: "\ed9c"; } .ci-skip-back-solid-filled:before { content: "\ed9d"; } .ci-skip-back:before { content: "\ed9e"; } .ci-skip-forward-filled:before { content: "\ed9f"; } .ci-skip-forward-outline-filled:before { content: "\eda0"; } .ci-skip-forward-outline-solid:before { content: "\eda1"; } .ci-skip-forward-outline:before { content: "\eda2"; } .ci-skip-forward-solid-filled:before { content: "\eda3"; } .ci-skip-forward:before { content: "\eda4"; } .ci-sleet:before { content: "\eda5"; } .ci-smell:before { content: "\eda6"; } .ci-smoke:before { content: "\eda7"; } .ci-smoothing-cursor:before { content: "\eda8"; } .ci-smoothing:before { content: "\eda9"; } .ci-snooze:before { content: "\edaa"; } .ci-snow-blizzard:before { content: "\edab"; } .ci-snow-density:before { content: "\edac"; } .ci-snow-heavy:before { content: "\edad"; } .ci-snow-scattered-night:before { content: "\edae"; } .ci-snow-scattered:before { content: "\edaf"; } .ci-snow:before { content: "\edb0"; } .ci-snowflake:before { content: "\edb1"; } .ci-soccer:before { content: "\edb2"; } .ci-soil-moisture-field:before { content: "\edb3"; } .ci-soil-moisture-global:before { content: "\edb4"; } .ci-soil-moisture:before { content: "\edb5"; } .ci-soil-temperature-field:before { content: "\edb6"; } .ci-soil-temperature-global:before { content: "\edb7"; } .ci-soil-temperature:before { content: "\edb8"; } .ci-spell-check:before { content: "\edb9"; } .ci-spine-label:before { content: "\edba"; } .ci-split-discard:before { content: "\edbb"; } .ci-split-screen:before { content: "\edbc"; } .ci-split:before { content: "\edbd"; } .ci-spray-paint:before { content: "\edbe"; } .ci-sprout:before { content: "\edbf"; } .ci-sql:before { content: "\edc0"; } .ci-stack-limitation:before { content: "\edc1"; } .ci-stacked-move:before { content: "\edc2"; } .ci-stacked-scrolling-1:before { content: "\edc3"; } .ci-stacked-scrolling-2:before { content: "\edc4"; } .ci-stamp:before { content: "\edc5"; } .ci-star-filled:before { content: "\edc6"; } .ci-star-half:before { content: "\edc7"; } .ci-star-review:before { content: "\edc8"; } .ci-star:before { content: "\edc9"; } .ci-stay-inside:before { content: "\edca"; } .ci-stem-leaf-plot:before { content: "\edcb"; } .ci-stethoscope:before { content: "\edcc"; } .ci-stop-filled-alt:before { content: "\edcd"; } .ci-stop-filled:before { content: "\edce"; } .ci-stop-outline-filled:before { content: "\edcf"; } .ci-stop-outline:before { content: "\edd0"; } .ci-stop:before { content: "\edd1"; } .ci-storage-request:before { content: "\edd2"; } .ci-store:before { content: "\edd3"; } .ci-storm-tracker:before { content: "\edd4"; } .ci-strawberry:before { content: "\edd5"; } .ci-stress-breath-editor:before { content: "\edd6"; } .ci-string-integer:before { content: "\edd7"; } .ci-string-text:before { content: "\edd8"; } .ci-study-next:before { content: "\edd9"; } .ci-study-previous:before { content: "\edda"; } .ci-study-skip:before { content: "\eddb"; } .ci-sub-volume:before { content: "\eddc"; } .ci-subtract-alt:before { content: "\eddd"; } .ci-subtract:before { content: "\edde"; } .ci-summary-kpi:before { content: "\eddf"; } .ci-sun:before { content: "\ede0"; } .ci-sunny:before { content: "\ede1"; } .ci-sunrise:before { content: "\ede2"; } .ci-sunset:before { content: "\ede3"; } .ci-svg:before { content: "\ede4"; } .ci-swim:before { content: "\ede5"; } .ci-switcher:before { content: "\ede6"; } .ci-sys-provision:before { content: "\ede7"; } .ci-t-alt:before { content: "\ede8"; } .ci-t:before { content: "\ede9"; } .ci-table-of-contents:before { content: "\edea"; } .ci-table-split:before { content: "\edeb"; } .ci-table:before { content: "\edec"; } .ci-tablet-landscape:before { content: "\eded"; } .ci-tablet:before { content: "\edee"; } .ci-tag-edit:before { content: "\edef"; } .ci-tag-group:before { content: "\edf0"; } .ci-tag:before { content: "\edf1"; } .ci-task-view:before { content: "\edf2"; } .ci-task:before { content: "\edf3"; } .ci-taste:before { content: "\edf4"; } .ci-taxi:before { content: "\edf5"; } .ci-temperature-feels-like:before { content: "\edf6"; } .ci-temperature-frigid:before { content: "\edf7"; } .ci-temperature-hot:before { content: "\edf8"; } .ci-temperature-inversion:before { content: "\edf9"; } .ci-temperature-max:before { content: "\edfa"; } .ci-temperature-min:before { content: "\edfb"; } .ci-temperature-water:before { content: "\edfc"; } .ci-temperature:before { content: "\edfd"; } .ci-template:before { content: "\edfe"; } .ci-tennis-ball:before { content: "\edff"; } .ci-tennis:before { content: "\ee00"; } .ci-term:before { content: "\ee01"; } .ci-terminal:before { content: "\ee02"; } .ci-text-align-center:before { content: "\ee03"; } .ci-text-align-justify:before { content: "\ee04"; } .ci-text-align-left:before { content: "\ee05"; } .ci-text-align-right:before { content: "\ee06"; } .ci-text-all-caps:before { content: "\ee07"; } .ci-text-annotation-toggle:before { content: "\ee08"; } .ci-text-bold:before { content: "\ee09"; } .ci-text-color:before { content: "\ee0a"; } .ci-text-creation:before { content: "\ee0b"; } .ci-text-fill:before { content: "\ee0c"; } .ci-text-footnote:before { content: "\ee0d"; } .ci-text-highlight:before { content: "\ee0e"; } .ci-text-indent-less:before { content: "\ee0f"; } .ci-text-indent-more:before { content: "\ee10"; } .ci-text-indent:before { content: "\ee11"; } .ci-text-italic:before { content: "\ee12"; } .ci-text-kerning:before { content: "\ee13"; } .ci-text-leading:before { content: "\ee14"; } .ci-text-line-spacing:before { content: "\ee15"; } .ci-text-link-analysis:before { content: "\ee16"; } .ci-text-link:before { content: "\ee17"; } .ci-text-mining-applier:before { content: "\ee18"; } .ci-text-mining:before { content: "\ee19"; } .ci-text-new-line:before { content: "\ee1a"; } .ci-text-scale:before { content: "\ee1b"; } .ci-text-selection:before { content: "\ee1c"; } .ci-text-small-caps:before { content: "\ee1d"; } .ci-text-strikethrough:before { content: "\ee1e"; } .ci-text-subscript:before { content: "\ee1f"; } .ci-text-superscript:before { content: "\ee20"; } .ci-text-tracking:before { content: "\ee21"; } .ci-text-underline:before { content: "\ee22"; } .ci-text-vertical-alignment:before { content: "\ee23"; } .ci-text-wrap:before { content: "\ee24"; } .ci-theater:before { content: "\ee25"; } .ci-this-side-up:before { content: "\ee26"; } .ci-threshold:before { content: "\ee27"; } .ci-thumbnail-1:before { content: "\ee28"; } .ci-thumbnail-2:before { content: "\ee29"; } .ci-thumbnail-preview:before { content: "\ee2a"; } .ci-thumbs-down:before { content: "\ee2b"; } .ci-thumbs-up:before { content: "\ee2c"; } .ci-thunderstorm-scattered-night:before { content: "\ee2d"; } .ci-thunderstorm-scattered:before { content: "\ee2e"; } .ci-thunderstorm-severe:before { content: "\ee2f"; } .ci-thunderstorm-strong:before { content: "\ee30"; } .ci-thunderstorm:before { content: "\ee31"; } .ci-ticket:before { content: "\ee32"; } .ci-tides:before { content: "\ee33"; } .ci-tif:before { content: "\ee34"; } .ci-time-plot:before { content: "\ee35"; } .ci-time:before { content: "\ee36"; } .ci-timer:before { content: "\ee37"; } .ci-tool-box:before { content: "\ee38"; } .ci-tools-alt:before { content: "\ee39"; } .ci-tools:before { content: "\ee3a"; } .ci-tornado-warning:before { content: "\ee3b"; } .ci-tornado:before { content: "\ee3c"; } .ci-touch-1:before { content: "\ee3d"; } .ci-touch-2:before { content: "\ee3e"; } .ci-touch-interaction:before { content: "\ee3f"; } .ci-traffic-cone:before { content: "\ee40"; } .ci-traffic-event:before { content: "\ee41"; } .ci-traffic-flow-incident:before { content: "\ee42"; } .ci-traffic-flow:before { content: "\ee43"; } .ci-traffic-incident:before { content: "\ee44"; } .ci-traffic-weather-incident:before { content: "\ee45"; } .ci-train-heart:before { content: "\ee46"; } .ci-train-ticket:before { content: "\ee47"; } .ci-train-time:before { content: "\ee48"; } .ci-train:before { content: "\ee49"; } .ci-tram:before { content: "\ee4a"; } .ci-transgender:before { content: "\ee4b"; } .ci-translate:before { content: "\ee4c"; } .ci-trash-can:before { content: "\ee4d"; } .ci-tree-view-alt:before { content: "\ee4e"; } .ci-tree-view:before { content: "\ee4f"; } .ci-tree:before { content: "\ee50"; } .ci-trophy-filled:before { content: "\ee51"; } .ci-trophy:before { content: "\ee52"; } .ci-tropical-storm-model-tracks:before { content: "\ee53"; } .ci-tropical-storm-tracks:before { content: "\ee54"; } .ci-tropical-storm:before { content: "\ee55"; } .ci-tropical-warning:before { content: "\ee56"; } .ci-tsv:before { content: "\ee57"; } .ci-two-person-lift:before { content: "\ee58"; } .ci-txt-reference:before { content: "\ee59"; } .ci-txt:before { content: "\ee5a"; } .ci-type-pattern:before { content: "\ee5b"; } .ci-types:before { content: "\ee5c"; } .ci-u1:before { content: "\ee5d"; } .ci-u2:before { content: "\ee5e"; } .ci-u3:before { content: "\ee5f"; } .ci-umbrella:before { content: "\ee60"; } .ci-undefined-filled:before { content: "\ee61"; } .ci-undefined:before { content: "\ee62"; } .ci-undo:before { content: "\ee63"; } .ci-unknown-filled:before { content: "\ee64"; } .ci-unknown:before { content: "\ee65"; } .ci-unlink:before { content: "\ee66"; } .ci-unlocked:before { content: "\ee67"; } .ci-up-to-top:before { content: "\ee68"; } .ci-upgrade:before { content: "\ee69"; } .ci-upload:before { content: "\ee6a"; } .ci-usb:before { content: "\ee6b"; } .ci-user-activity:before { content: "\ee6c"; } .ci-user-admin:before { content: "\ee6d"; } .ci-user-avatar-filled-alt:before { content: "\ee6e"; } .ci-user-avatar-filled:before { content: "\ee6f"; } .ci-user-avatar:before { content: "\ee70"; } .ci-user-certification:before { content: "\ee71"; } .ci-user-data:before { content: "\ee72"; } .ci-user-favorite-alt-filled:before { content: "\ee73"; } .ci-user-favorite-alt:before { content: "\ee74"; } .ci-user-favorite:before { content: "\ee75"; } .ci-user-filled:before { content: "\ee76"; } .ci-user-follow:before { content: "\ee77"; } .ci-user-identification:before { content: "\ee78"; } .ci-user-multiple:before { content: "\ee79"; } .ci-user-online:before { content: "\ee7a"; } .ci-user-profile-alt:before { content: "\ee7b"; } .ci-user-profile:before { content: "\ee7c"; } .ci-user-role:before { content: "\ee7d"; } .ci-user-simulation:before { content: "\ee7e"; } .ci-user-speaker:before { content: "\ee7f"; } .ci-user-x-ray:before { content: "\ee80"; } .ci-user:before { content: "\ee81"; } .ci-uv-index-alt:before { content: "\ee82"; } .ci-uv-index-filled:before { content: "\ee83"; } .ci-uv-index:before { content: "\ee84"; } .ci-van:before { content: "\ee85"; } .ci-video-add:before { content: "\ee86"; } .ci-video-chat:before { content: "\ee87"; } .ci-video-filled:before { content: "\ee88"; } .ci-video-off-filled:before { content: "\ee89"; } .ci-video-off:before { content: "\ee8a"; } .ci-video:before { content: "\ee8b"; } .ci-view-filled:before { content: "\ee8c"; } .ci-view-mode-1:before { content: "\ee8d"; } .ci-view-mode-2:before { content: "\ee8e"; } .ci-view-next:before { content: "\ee8f"; } .ci-view-off-filled:before { content: "\ee90"; } .ci-view-off:before { content: "\ee91"; } .ci-view:before { content: "\ee92"; } .ci-virtual-column-key:before { content: "\ee93"; } .ci-virtual-column:before { content: "\ee94"; } .ci-virtual-machine:before { content: "\ee95"; } .ci-virtual-private-cloud-alt:before { content: "\ee96"; } .ci-virtual-private-cloud:before { content: "\ee97"; } .ci-visual-recognition:before { content: "\ee98"; } .ci-vmdk-disk:before { content: "\ee99"; } .ci-voicemail:before { content: "\ee9a"; } .ci-volume-down-filled:before { content: "\ee9b"; } .ci-volume-down:before { content: "\ee9c"; } .ci-volume-mute-filled:before { content: "\ee9d"; } .ci-volume-mute:before { content: "\ee9e"; } .ci-volume-up-filled:before { content: "\ee9f"; } .ci-volume-up:before { content: "\eea0"; } .ci-vpn:before { content: "\eea1"; } .ci-wallet:before { content: "\eea2"; } .ci-warning-alt-filled:before { content: "\eea3"; } .ci-warning-alt-inverted-filled:before { content: "\eea4"; } .ci-warning-alt-inverted:before { content: "\eea5"; } .ci-warning-alt:before { content: "\eea6"; } .ci-warning-filled:before { content: "\eea7"; } .ci-warning-other:before { content: "\eea8"; } .ci-warning-square-filled:before { content: "\eea9"; } .ci-warning-square:before { content: "\eeaa"; } .ci-warning:before { content: "\eeab"; } .ci-watch:before { content: "\eeac"; } .ci-watson-machine-learning:before { content: "\eead"; } .ci-watson:before { content: "\eeae"; } .ci-wave-direction:before { content: "\eeaf"; } .ci-wave-height:before { content: "\eeb0"; } .ci-wave-period:before { content: "\eeb1"; } .ci-weather-front-cold:before { content: "\eeb2"; } .ci-weather-front-stationary:before { content: "\eeb3"; } .ci-weather-front-warm:before { content: "\eeb4"; } .ci-weather-station:before { content: "\eeb5"; } .ci-websheet:before { content: "\eeb6"; } .ci-wheat:before { content: "\eeb7"; } .ci-wifi-off:before { content: "\eeb8"; } .ci-wifi:before { content: "\eeb9"; } .ci-wikis:before { content: "\eeba"; } .ci-wind-gusts:before { content: "\eebb"; } .ci-wind-stream:before { content: "\eebc"; } .ci-window-auto:before { content: "\eebd"; } .ci-window-base:before { content: "\eebe"; } .ci-window-overlay:before { content: "\eebf"; } .ci-window-preset .path1:before { content: "\eec0"; color: rgb(0, 0, 0); } .ci-window-preset .path2:before { content: "\eec1"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path3:before { content: "\eec2"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path4:before { content: "\eec3"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path5:before { content: "\eec4"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path6:before { content: "\eec5"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path7:before { content: "\eec6"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path8:before { content: "\eec7"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path9:before { content: "\eec8"; margin-left: -1em; color: rgb(0, 0, 0); } .ci-window-preset .path10:before { content: "\eec9"; margin-left: -1em; color: rgb(39, 36, 37); } .ci-windy-dust:before { content: "\eeca"; } .ci-windy-snow:before { content: "\eecb"; } .ci-windy-strong:before { content: "\eecc"; } .ci-windy:before { content: "\eecd"; } .ci-winter-warning:before { content: "\eece"; } .ci-wintry-mix:before { content: "\eecf"; } .ci-wireless-checkout:before { content: "\eed0"; } .ci-wmv:before { content: "\eed1"; } .ci-word-cloud:before { content: "\eed2"; } .ci-workspace-import:before { content: "\eed3"; } .ci-workspace:before { content: "\eed4"; } .ci-worship-christian:before { content: "\eed5"; } .ci-worship-jewish:before { content: "\eed6"; } .ci-worship-muslim:before { content: "\eed7"; } .ci-worship:before { content: "\eed8"; } .ci-x-axis:before { content: "\eed9"; } .ci-x:before { content: "\eeda"; } .ci-xls:before { content: "\eedb"; } .ci-xml:before { content: "\eedc"; } .ci-y-axis:before { content: "\eedd"; } .ci-y:before { content: "\eede"; } .ci-z-axis:before { content: "\eedf"; } .ci-z:before { content: "\eee0"; } .ci-zip-reference:before { content: "\eee1"; } .ci-zip:before { content: "\eee2"; } .ci-zoom-in:before { content: "\eee3"; } .ci-zoom-out:before { content: "\eee4"; } .ci-zoom-pan:before { content: "\eee5"; } .ci-zoom-reset:before { content: "\eee6"; } ================================================ FILE: icon-packs/ikonli-codicons-pack/ikonli-codicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-codicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.codicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.codicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.codicons.CodiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.codicons.CodiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-codicons-pack/src/main/java/org/kordamp/ikonli/codicons/Codicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.codicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Codicons implements Ikon { ACCOUNT("codicon-account", '\uEB99'), ACTIVATE_BREAKPOINTS("codicon-activate-breakpoints", '\uEA97'), ADD("codicon-add", '\uEA60'), ARCHIVE("codicon-archive", '\uEA98'), ARROW_BOTH("codicon-arrow-both", '\uEA99'), ARROW_DOWN("codicon-arrow-down", '\uEA9A'), ARROW_LEFT("codicon-arrow-left", '\uEA9B'), ARROW_RIGHT("codicon-arrow-right", '\uEA9C'), ARROW_SMALL_DOWN("codicon-arrow-small-down", '\uEA9D'), ARROW_SMALL_LEFT("codicon-arrow-small-left", '\uEA9E'), ARROW_SMALL_RIGHT("codicon-arrow-small-right", '\uEA9F'), ARROW_SMALL_UP("codicon-arrow-small-up", '\uEAA0'), ARROW_UP("codicon-arrow-up", '\uEAA1'), BEAKER("codicon-beaker", '\uEA79'), BELL("codicon-bell", '\uEAA2'), BELL_DOT("codicon-bell-dot", '\uEB9A'), BOLD("codicon-bold", '\uEAA3'), BOOK("codicon-book", '\uEAA4'), BOOKMARK("codicon-bookmark", '\uEAA5'), BRIEFCASE("codicon-briefcase", '\uEAAC'), BROADCAST("codicon-broadcast", '\uEAAD'), BROWSER("codicon-browser", '\uEAAE'), BUG("codicon-bug", '\uEAAF'), CALENDAR("codicon-calendar", '\uEAB0'), CALL_INCOMING("codicon-call-incoming", '\uEB92'), CALL_OUTGOING("codicon-call-outgoing", '\uEB93'), CASE_SENSITIVE("codicon-case-sensitive", '\uEAB1'), CHECK("codicon-check", '\uEAB2'), CHECKLIST("codicon-checklist", '\uEAB3'), CHECK_ALL("codicon-check-all", '\uEBB1'), CHEVRON_DOWN("codicon-chevron-down", '\uEAB4'), CHEVRON_LEFT("codicon-chevron-left", '\uEAB5'), CHEVRON_RIGHT("codicon-chevron-right", '\uEAB6'), CHEVRON_UP("codicon-chevron-up", '\uEAB7'), CHROME_CLOSE("codicon-chrome-close", '\uEAB8'), CHROME_MAXIMIZE("codicon-chrome-maximize", '\uEAB9'), CHROME_MINIMIZE("codicon-chrome-minimize", '\uEABA'), CHROME_RESTORE("codicon-chrome-restore", '\uEABB'), CIRCLE_FILLED("codicon-circle-filled", '\uEA71'), CIRCLE_OUTLINE("codicon-circle-outline", '\uEABC'), CIRCLE_SLASH("codicon-circle-slash", '\uEABD'), CIRCUIT_BOARD("codicon-circuit-board", '\uEABE'), CLEAR_ALL("codicon-clear-all", '\uEABF'), CLIPPY("codicon-clippy", '\uEAC0'), CLOSE("codicon-close", '\uEA76'), CLOSE_ALL("codicon-close-all", '\uEAC1'), CLOUD("codicon-cloud", '\uEBAA'), CLOUD_DOWNLOAD("codicon-cloud-download", '\uEAC2'), CLOUD_UPLOAD("codicon-cloud-upload", '\uEAC3'), CODE("codicon-code", '\uEAC4'), COLLAPSE_ALL("codicon-collapse-all", '\uEAC5'), COLOR_MODE("codicon-color-mode", '\uEAC6'), COMMENT("codicon-comment", '\uEA6B'), COMMENT_DISCUSSION("codicon-comment-discussion", '\uEAC7'), CREDIT_CARD("codicon-credit-card", '\uEAC9'), DASH("codicon-dash", '\uEACC'), DASHBOARD("codicon-dashboard", '\uEACD'), DATABASE("codicon-database", '\uEACE'), DEBUG("codicon-debug", '\uEAD8'), DEBUG_ALT("codicon-debug-alt", '\uEB91'), DEBUG_ALT_SMALL("codicon-debug-alt-small", '\uEBA8'), DEBUG_BREAKPOINT_CONDITIONAL("codicon-debug-breakpoint-conditional", '\uEAA7'), DEBUG_BREAKPOINT_CONDITIONAL_UNVERIFIED("codicon-debug-breakpoint-conditional-unverified", '\uEAA6'), DEBUG_BREAKPOINT_DATA("codicon-debug-breakpoint-data", '\uEAA9'), DEBUG_BREAKPOINT_DATA_UNVERIFIED("codicon-debug-breakpoint-data-unverified", '\uEAA8'), DEBUG_BREAKPOINT_FUNCTION("codicon-debug-breakpoint-function", '\uEB88'), DEBUG_BREAKPOINT_FUNCTION_UNVERIFIED("codicon-debug-breakpoint-function-unverified", '\uEB87'), DEBUG_BREAKPOINT_LOG("codicon-debug-breakpoint-log", '\uEAAB'), DEBUG_BREAKPOINT_LOG_UNVERIFIED("codicon-debug-breakpoint-log-unverified", '\uEAAA'), DEBUG_BREAKPOINT_UNSUPPORTED("codicon-debug-breakpoint-unsupported", '\uEB8C'), DEBUG_CONSOLE("codicon-debug-console", '\uEB9B'), DEBUG_CONTINUE("codicon-debug-continue", '\uEACF'), DEBUG_DISCONNECT("codicon-debug-disconnect", '\uEAD0'), DEBUG_PAUSE("codicon-debug-pause", '\uEAD1'), DEBUG_RESTART("codicon-debug-restart", '\uEAD2'), DEBUG_RESTART_FRAME("codicon-debug-restart-frame", '\uEB90'), DEBUG_REVERSE_CONTINUE("codicon-debug-reverse-continue", '\uEB8E'), DEBUG_STACKFRAME("codicon-debug-stackframe", '\uEB8B'), DEBUG_STACKFRAME_ACTIVE("codicon-debug-stackframe-active", '\uEB89'), DEBUG_STACKFRAME_DOT("codicon-debug-stackframe-dot", '\uEB8A'), DEBUG_START("codicon-debug-start", '\uEAD3'), DEBUG_STEP_BACK("codicon-debug-step-back", '\uEB8F'), DEBUG_STEP_INTO("codicon-debug-step-into", '\uEAD4'), DEBUG_STEP_OUT("codicon-debug-step-out", '\uEAD5'), DEBUG_STEP_OVER("codicon-debug-step-over", '\uEAD6'), DEBUG_STOP("codicon-debug-stop", '\uEAD7'), DESKTOP_DOWNLOAD("codicon-desktop-download", '\uEA78'), DEVICE_CAMERA("codicon-device-camera", '\uEADA'), DEVICE_CAMERA_VIDEO("codicon-device-camera-video", '\uEAD9'), DEVICE_MOBILE("codicon-device-mobile", '\uEADB'), DIFF("codicon-diff", '\uEAE1'), DIFF_ADDED("codicon-diff-added", '\uEADC'), DIFF_IGNORED("codicon-diff-ignored", '\uEADD'), DIFF_MODIFIED("codicon-diff-modified", '\uEADE'), DIFF_REMOVED("codicon-diff-removed", '\uEADF'), DIFF_RENAMED("codicon-diff-renamed", '\uEAE0'), DISCARD("codicon-discard", '\uEAE2'), EDIT("codicon-edit", '\uEA73'), EDITOR_LAYOUT("codicon-editor-layout", '\uEAE3'), ELLIPSIS("codicon-ellipsis", '\uEA7C'), EMPTY_WINDOW("codicon-empty-window", '\uEAE4'), ERROR("codicon-error", '\uEA87'), EXCLUDE("codicon-exclude", '\uEAE5'), EXPAND_ALL("codicon-expand-all", '\uEB95'), EXPORT("codicon-export", '\uEBAC'), EXTENSIONS("codicon-extensions", '\uEAE6'), EYE("codicon-eye", '\uEA70'), EYE_CLOSED("codicon-eye-closed", '\uEAE7'), FEEDBACK("codicon-feedback", '\uEB96'), FILE("codicon-file", '\uEA7B'), FILES("codicon-files", '\uEAF0'), FILE_BINARY("codicon-file-binary", '\uEAE8'), FILE_CODE("codicon-file-code", '\uEAE9'), FILE_MEDIA("codicon-file-media", '\uEAEA'), FILE_PDF("codicon-file-pdf", '\uEAEB'), FILE_SUBMODULE("codicon-file-submodule", '\uEAEC'), FILE_SYMLINK_DIRECTORY("codicon-file-symlink-directory", '\uEAED'), FILE_SYMLINK_FILE("codicon-file-symlink-file", '\uEAEE'), FILE_ZIP("codicon-file-zip", '\uEAEF'), FILTER("codicon-filter", '\uEAF1'), FLAME("codicon-flame", '\uEAF2'), FOLD("codicon-fold", '\uEAF5'), FOLDER("codicon-folder", '\uEA83'), FOLDER_ACTIVE("codicon-folder-active", '\uEAF6'), FOLDER_OPENED("codicon-folder-opened", '\uEAF7'), FOLD_DOWN("codicon-fold-down", '\uEAF3'), FOLD_UP("codicon-fold-up", '\uEAF4'), GEAR("codicon-gear", '\uEAF8'), GIFT("codicon-gift", '\uEAF9'), GIST_SECRET("codicon-gist-secret", '\uEAFA'), GITHUB("codicon-github", '\uEA84'), GITHUB_ACTION("codicon-github-action", '\uEAFF'), GITHUB_ALT("codicon-github-alt", '\uEB00'), GITHUB_INVERTED("codicon-github-inverted", '\uEBA1'), GIT_COMMIT("codicon-git-commit", '\uEAFC'), GIT_COMPARE("codicon-git-compare", '\uEAFD'), GIT_MERGE("codicon-git-merge", '\uEAFE'), GIT_PULL_REQUEST("codicon-git-pull-request", '\uEA64'), GLOBE("codicon-globe", '\uEB01'), GO_TO_FILE("codicon-go-to-file", '\uEA94'), GRABBER("codicon-grabber", '\uEB02'), GRAPH("codicon-graph", '\uEB03'), GRAPH_LEFT("codicon-graph-left", '\uEBAD'), GRIPPER("codicon-gripper", '\uEB04'), GROUP_BY_REF_TYPE("codicon-group-by-ref-type", '\uEB97'), HEART("codicon-heart", '\uEB05'), HISTORY("codicon-history", '\uEA82'), HOME("codicon-home", '\uEB06'), HORIZONTAL_RULE("codicon-horizontal-rule", '\uEB07'), HUBOT("codicon-hubot", '\uEB08'), INBOX("codicon-inbox", '\uEB09'), INFO("codicon-info", '\uEA74'), ISSUES("codicon-issues", '\uEB0C'), ISSUE_CLOSED("codicon-issue-closed", '\uEB0A'), ISSUE_REOPENED("codicon-issue-reopened", '\uEB0B'), ITALIC("codicon-italic", '\uEB0D'), JERSEY("codicon-jersey", '\uEB0E'), JSON("codicon-json", '\uEB0F'), KEBAB_VERTICAL("codicon-kebab-vertical", '\uEB10'), KEY("codicon-key", '\uEB11'), LAW("codicon-law", '\uEB12'), LIBRARY("codicon-library", '\uEB9C'), LIGHTBULB("codicon-lightbulb", '\uEA61'), LIGHTBULB_AUTOFIX("codicon-lightbulb-autofix", '\uEB13'), LINK("codicon-link", '\uEB15'), LINK_EXTERNAL("codicon-link-external", '\uEB14'), LIST_FILTER("codicon-list-filter", '\uEB83'), LIST_FLAT("codicon-list-flat", '\uEB84'), LIST_ORDERED("codicon-list-ordered", '\uEB16'), LIST_SELECTION("codicon-list-selection", '\uEB85'), LIST_TREE("codicon-list-tree", '\uEB86'), LIST_UNORDERED("codicon-list-unordered", '\uEB17'), LIVE_SHARE("codicon-live-share", '\uEB18'), LOADING("codicon-loading", '\uEB19'), LOCATION("codicon-location", '\uEB1A'), LOCK("codicon-lock", '\uEA75'), MAGNET("codicon-magnet", '\uEBAE'), MAIL("codicon-mail", '\uEB1C'), MAIL_READ("codicon-mail-read", '\uEB1B'), MARKDOWN("codicon-markdown", '\uEB1D'), MEGAPHONE("codicon-megaphone", '\uEB1E'), MENTION("codicon-mention", '\uEB1F'), MENU("codicon-menu", '\uEB94'), MERGE("codicon-merge", '\uEBAB'), MILESTONE("codicon-milestone", '\uEB20'), MIRROR("codicon-mirror", '\uEA69'), MORTAR_BOARD("codicon-mortar-board", '\uEB21'), MOVE("codicon-move", '\uEB22'), MULTIPLE_WINDOWS("codicon-multiple-windows", '\uEB23'), MUTE("codicon-mute", '\uEB24'), NEW_FILE("codicon-new-file", '\uEA7F'), NEW_FOLDER("codicon-new-folder", '\uEA80'), NOTE("codicon-note", '\uEB26'), NOTEBOOK("codicon-notebook", '\uEBAF'), NO_NEWLINE("codicon-no-newline", '\uEB25'), OCTOFACE("codicon-octoface", '\uEB27'), OPEN_PREVIEW("codicon-open-preview", '\uEB28'), ORGANIZATION("codicon-organization", '\uEA7E'), OUTPUT("codicon-output", '\uEB9D'), PACKAGE("codicon-package", '\uEB29'), PAINTCAN("codicon-paintcan", '\uEB2A'), PASS("codicon-pass", '\uEBA4'), PERSON("codicon-person", '\uEA67'), PIN("codicon-pin", '\uEB2B'), PINNED("codicon-pinned", '\uEBA0'), PLAY("codicon-play", '\uEB2C'), PLAY_CIRCLE("codicon-play-circle", '\uEBA6'), PLUG("codicon-plug", '\uEB2D'), PRESERVE_CASE("codicon-preserve-case", '\uEB2E'), PREVIEW("codicon-preview", '\uEB2F'), PRIMITIVE_SQUARE("codicon-primitive-square", '\uEA72'), PROJECT("codicon-project", '\uEB30'), PULSE("codicon-pulse", '\uEB31'), QUESTION("codicon-question", '\uEB32'), QUOTE("codicon-quote", '\uEB33'), RADIO_TOWER("codicon-radio-tower", '\uEB34'), REACTIONS("codicon-reactions", '\uEB35'), RECORD("codicon-record", '\uEBA7'), RECORD_KEYS("codicon-record-keys", '\uEA65'), REDO("codicon-redo", '\uEBB0'), REFERENCES("codicon-references", '\uEB36'), REFRESH("codicon-refresh", '\uEB37'), REGEX("codicon-regex", '\uEB38'), REMOTE("codicon-remote", '\uEB3A'), REMOTE_EXPLORER("codicon-remote-explorer", '\uEB39'), REMOVE("codicon-remove", '\uEB3B'), REPLACE("codicon-replace", '\uEB3D'), REPLACE_ALL("codicon-replace-all", '\uEB3C'), REPLY("codicon-reply", '\uEA7D'), REPO("codicon-repo", '\uEA62'), REPORT("codicon-report", '\uEB42'), REPO_CLONE("codicon-repo-clone", '\uEB3E'), REPO_FORCE_PUSH("codicon-repo-force-push", '\uEB3F'), REPO_FORKED("codicon-repo-forked", '\uEA63'), REPO_PULL("codicon-repo-pull", '\uEB40'), REPO_PUSH("codicon-repo-push", '\uEB41'), REQUEST_CHANGES("codicon-request-changes", '\uEB43'), ROCKET("codicon-rocket", '\uEB44'), ROOT_FOLDER("codicon-root-folder", '\uEB46'), ROOT_FOLDER_OPENED("codicon-root-folder-opened", '\uEB45'), RSS("codicon-rss", '\uEB47'), RUBY("codicon-ruby", '\uEB48'), RUN_ALL("codicon-run-all", '\uEB9E'), SAVE("codicon-save", '\uEB4B'), SAVE_ALL("codicon-save-all", '\uEB49'), SAVE_AS("codicon-save-as", '\uEB4A'), SCREEN_FULL("codicon-screen-full", '\uEB4C'), SCREEN_NORMAL("codicon-screen-normal", '\uEB4D'), SEARCH("codicon-search", '\uEA6D'), SEARCH_STOP("codicon-search-stop", '\uEB4E'), SERVER("codicon-server", '\uEB50'), SERVER_ENVIRONMENT("codicon-server-environment", '\uEBA3'), SERVER_PROCESS("codicon-server-process", '\uEBA2'), SETTINGS("codicon-settings", '\uEB52'), SETTINGS_GEAR("codicon-settings-gear", '\uEB51'), SHIELD("codicon-shield", '\uEB53'), SIGN_IN("codicon-sign-in", '\uEA6F'), SIGN_OUT("codicon-sign-out", '\uEA6E'), SMILEY("codicon-smiley", '\uEB54'), SORT_PRECEDENCE("codicon-sort-precedence", '\uEB55'), SOURCE_CONTROL("codicon-source-control", '\uEA68'), SPLIT_HORIZONTAL("codicon-split-horizontal", '\uEB56'), SPLIT_VERTICAL("codicon-split-vertical", '\uEB57'), SQUIRREL("codicon-squirrel", '\uEB58'), STAR_EMPTY("codicon-star-empty", '\uEA6A'), STAR_FULL("codicon-star-full", '\uEB59'), STAR_HALF("codicon-star-half", '\uEB5A'), STOP_CIRCLE("codicon-stop-circle", '\uEBA5'), SYMBOL_ARRAY("codicon-symbol-array", '\uEA8A'), SYMBOL_BOOLEAN("codicon-symbol-boolean", '\uEA8F'), SYMBOL_CLASS("codicon-symbol-class", '\uEB5B'), SYMBOL_COLOR("codicon-symbol-color", '\uEB5C'), SYMBOL_CONSTANT("codicon-symbol-constant", '\uEB5D'), SYMBOL_ENUM("codicon-symbol-enum", '\uEA95'), SYMBOL_ENUM_MEMBER("codicon-symbol-enum-member", '\uEB5E'), SYMBOL_EVENT("codicon-symbol-event", '\uEA86'), SYMBOL_FIELD("codicon-symbol-field", '\uEB5F'), SYMBOL_FILE("codicon-symbol-file", '\uEB60'), SYMBOL_INTERFACE("codicon-symbol-interface", '\uEB61'), SYMBOL_KEY("codicon-symbol-key", '\uEA93'), SYMBOL_KEYWORD("codicon-symbol-keyword", '\uEB62'), SYMBOL_METHOD("codicon-symbol-method", '\uEA8C'), SYMBOL_MISC("codicon-symbol-misc", '\uEB63'), SYMBOL_NAMESPACE("codicon-symbol-namespace", '\uEA8B'), SYMBOL_NUMERIC("codicon-symbol-numeric", '\uEA90'), SYMBOL_OPERATOR("codicon-symbol-operator", '\uEB64'), SYMBOL_PARAMETER("codicon-symbol-parameter", '\uEA92'), SYMBOL_PROPERTY("codicon-symbol-property", '\uEB65'), SYMBOL_RULER("codicon-symbol-ruler", '\uEA96'), SYMBOL_SNIPPET("codicon-symbol-snippet", '\uEB66'), SYMBOL_STRING("codicon-symbol-string", '\uEB8D'), SYMBOL_STRUCTURE("codicon-symbol-structure", '\uEA91'), SYMBOL_VARIABLE("codicon-symbol-variable", '\uEA88'), SYNC("codicon-sync", '\uEA77'), SYNC_IGNORED("codicon-sync-ignored", '\uEB9F'), TAG("codicon-tag", '\uEA66'), TASKLIST("codicon-tasklist", '\uEB67'), TELESCOPE("codicon-telescope", '\uEB68'), TERMINAL("codicon-terminal", '\uEA85'), TEXT_SIZE("codicon-text-size", '\uEB69'), THREE_BARS("codicon-three-bars", '\uEB6A'), THUMBSDOWN("codicon-thumbsdown", '\uEB6B'), THUMBSUP("codicon-thumbsup", '\uEB6C'), TOOLS("codicon-tools", '\uEB6D'), TRASH("codicon-trash", '\uEA81'), TRIANGLE_DOWN("codicon-triangle-down", '\uEB6E'), TRIANGLE_LEFT("codicon-triangle-left", '\uEB6F'), TRIANGLE_RIGHT("codicon-triangle-right", '\uEB70'), TRIANGLE_UP("codicon-triangle-up", '\uEB71'), TWITTER("codicon-twitter", '\uEB72'), UNFOLD("codicon-unfold", '\uEB73'), UNGROUP_BY_REF_TYPE("codicon-ungroup-by-ref-type", '\uEB98'), UNLOCK("codicon-unlock", '\uEB74'), UNMUTE("codicon-unmute", '\uEB75'), UNVERIFIED("codicon-unverified", '\uEB76'), VERIFIED("codicon-verified", '\uEB77'), VERSIONS("codicon-versions", '\uEB78'), VM("codicon-vm", '\uEA7A'), VM_ACTIVE("codicon-vm-active", '\uEB79'), VM_CONNECT("codicon-vm-connect", '\uEBA9'), VM_OUTLINE("codicon-vm-outline", '\uEB7A'), VM_RUNNING("codicon-vm-running", '\uEB7B'), WARNING("codicon-warning", '\uEA6C'), WATCH("codicon-watch", '\uEB7C'), WHITESPACE("codicon-whitespace", '\uEB7D'), WHOLE_WORD("codicon-whole-word", '\uEB7E'), WINDOW("codicon-window", '\uEB7F'), WORD_WRAP("codicon-word-wrap", '\uEB80'), ZOOM_IN("codicon-zoom-in", '\uEB81'), ZOOM_OUT("codicon-zoom-out", '\uEB82'); public static Codicons findByDescription(String description) { for (Codicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Codicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-codicons-pack/src/main/java/org/kordamp/ikonli/codicons/CodiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.codicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class CodiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/codicons/0.0.12/fonts/codicon.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("codicon-"); } @Override public Ikon resolve(String description) { return Codicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "codicon"; } } ================================================ FILE: icon-packs/ikonli-codicons-pack/src/main/java/org/kordamp/ikonli/codicons/CodiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.codicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class CodiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Codicons.class; } } ================================================ FILE: icon-packs/ikonli-codicons-pack/src/main/resources/META-INF/resources/codicons/0.0.12/css/codicon.css ================================================ /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ @font-face { font-family: "codicon"; src: url("../fonts/codicon.ttf?669d352dfabff8f6eaa466c8ae820e43") format("truetype"); } [class^="codicon-"], [class*=" codicon-"] { font-family: 'codicon'; speak: none; font: normal normal normal 16px/1 codicon; display: inline-block; text-decoration: none; text-rendering: auto; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; user-select: none; -webkit-user-select: none; -ms-user-select: none; } .codicon-add:before { content: "\ea60" } .codicon-plus:before { content: "\ea60" } .codicon-gist-new:before { content: "\ea60" } .codicon-repo-create:before { content: "\ea60" } .codicon-lightbulb:before { content: "\ea61" } .codicon-light-bulb:before { content: "\ea61" } .codicon-repo:before { content: "\ea62" } .codicon-repo-delete:before { content: "\ea62" } .codicon-gist-fork:before { content: "\ea63" } .codicon-repo-forked:before { content: "\ea63" } .codicon-git-pull-request:before { content: "\ea64" } .codicon-git-pull-request-abandoned:before { content: "\ea64" } .codicon-record-keys:before { content: "\ea65" } .codicon-keyboard:before { content: "\ea65" } .codicon-tag:before { content: "\ea66" } .codicon-tag-add:before { content: "\ea66" } .codicon-tag-remove:before { content: "\ea66" } .codicon-person:before { content: "\ea67" } .codicon-person-add:before { content: "\ea67" } .codicon-person-follow:before { content: "\ea67" } .codicon-person-outline:before { content: "\ea67" } .codicon-person-filled:before { content: "\ea67" } .codicon-git-branch:before { content: "\ea68" } .codicon-git-branch-create:before { content: "\ea68" } .codicon-git-branch-delete:before { content: "\ea68" } .codicon-source-control:before { content: "\ea68" } .codicon-mirror:before { content: "\ea69" } .codicon-mirror-public:before { content: "\ea69" } .codicon-star:before { content: "\ea6a" } .codicon-star-add:before { content: "\ea6a" } .codicon-star-delete:before { content: "\ea6a" } .codicon-star-empty:before { content: "\ea6a" } .codicon-comment:before { content: "\ea6b" } .codicon-comment-add:before { content: "\ea6b" } .codicon-alert:before { content: "\ea6c" } .codicon-warning:before { content: "\ea6c" } .codicon-search:before { content: "\ea6d" } .codicon-search-save:before { content: "\ea6d" } .codicon-log-out:before { content: "\ea6e" } .codicon-sign-out:before { content: "\ea6e" } .codicon-log-in:before { content: "\ea6f" } .codicon-sign-in:before { content: "\ea6f" } .codicon-eye:before { content: "\ea70" } .codicon-eye-unwatch:before { content: "\ea70" } .codicon-eye-watch:before { content: "\ea70" } .codicon-circle-filled:before { content: "\ea71" } .codicon-primitive-dot:before { content: "\ea71" } .codicon-close-dirty:before { content: "\ea71" } .codicon-debug-breakpoint:before { content: "\ea71" } .codicon-debug-breakpoint-disabled:before { content: "\ea71" } .codicon-debug-hint:before { content: "\ea71" } .codicon-primitive-square:before { content: "\ea72" } .codicon-edit:before { content: "\ea73" } .codicon-pencil:before { content: "\ea73" } .codicon-info:before { content: "\ea74" } .codicon-issue-opened:before { content: "\ea74" } .codicon-gist-private:before { content: "\ea75" } .codicon-git-fork-private:before { content: "\ea75" } .codicon-lock:before { content: "\ea75" } .codicon-mirror-private:before { content: "\ea75" } .codicon-close:before { content: "\ea76" } .codicon-remove-close:before { content: "\ea76" } .codicon-x:before { content: "\ea76" } .codicon-repo-sync:before { content: "\ea77" } .codicon-sync:before { content: "\ea77" } .codicon-clone:before { content: "\ea78" } .codicon-desktop-download:before { content: "\ea78" } .codicon-beaker:before { content: "\ea79" } .codicon-microscope:before { content: "\ea79" } .codicon-vm:before { content: "\ea7a" } .codicon-device-desktop:before { content: "\ea7a" } .codicon-file:before { content: "\ea7b" } .codicon-file-text:before { content: "\ea7b" } .codicon-more:before { content: "\ea7c" } .codicon-ellipsis:before { content: "\ea7c" } .codicon-kebab-horizontal:before { content: "\ea7c" } .codicon-mail-reply:before { content: "\ea7d" } .codicon-reply:before { content: "\ea7d" } .codicon-organization:before { content: "\ea7e" } .codicon-organization-filled:before { content: "\ea7e" } .codicon-organization-outline:before { content: "\ea7e" } .codicon-new-file:before { content: "\ea7f" } .codicon-file-add:before { content: "\ea7f" } .codicon-new-folder:before { content: "\ea80" } .codicon-file-directory-create:before { content: "\ea80" } .codicon-trash:before { content: "\ea81" } .codicon-trashcan:before { content: "\ea81" } .codicon-history:before { content: "\ea82" } .codicon-clock:before { content: "\ea82" } .codicon-folder:before { content: "\ea83" } .codicon-file-directory:before { content: "\ea83" } .codicon-symbol-folder:before { content: "\ea83" } .codicon-logo-github:before { content: "\ea84" } .codicon-mark-github:before { content: "\ea84" } .codicon-github:before { content: "\ea84" } .codicon-terminal:before { content: "\ea85" } .codicon-console:before { content: "\ea85" } .codicon-repl:before { content: "\ea85" } .codicon-zap:before { content: "\ea86" } .codicon-symbol-event:before { content: "\ea86" } .codicon-error:before { content: "\ea87" } .codicon-stop:before { content: "\ea87" } .codicon-variable:before { content: "\ea88" } .codicon-symbol-variable:before { content: "\ea88" } .codicon-array:before { content: "\ea8a" } .codicon-symbol-array:before { content: "\ea8a" } .codicon-symbol-module:before { content: "\ea8b" } .codicon-symbol-package:before { content: "\ea8b" } .codicon-symbol-namespace:before { content: "\ea8b" } .codicon-symbol-object:before { content: "\ea8b" } .codicon-symbol-method:before { content: "\ea8c" } .codicon-symbol-function:before { content: "\ea8c" } .codicon-symbol-constructor:before { content: "\ea8c" } .codicon-symbol-boolean:before { content: "\ea8f" } .codicon-symbol-null:before { content: "\ea8f" } .codicon-symbol-numeric:before { content: "\ea90" } .codicon-symbol-number:before { content: "\ea90" } .codicon-symbol-structure:before { content: "\ea91" } .codicon-symbol-struct:before { content: "\ea91" } .codicon-symbol-parameter:before { content: "\ea92" } .codicon-symbol-type-parameter:before { content: "\ea92" } .codicon-symbol-key:before { content: "\ea93" } .codicon-symbol-text:before { content: "\ea93" } .codicon-symbol-reference:before { content: "\ea94" } .codicon-go-to-file:before { content: "\ea94" } .codicon-symbol-enum:before { content: "\ea95" } .codicon-symbol-value:before { content: "\ea95" } .codicon-symbol-ruler:before { content: "\ea96" } .codicon-symbol-unit:before { content: "\ea96" } .codicon-activate-breakpoints:before { content: "\ea97" } .codicon-archive:before { content: "\ea98" } .codicon-arrow-both:before { content: "\ea99" } .codicon-arrow-down:before { content: "\ea9a" } .codicon-arrow-left:before { content: "\ea9b" } .codicon-arrow-right:before { content: "\ea9c" } .codicon-arrow-small-down:before { content: "\ea9d" } .codicon-arrow-small-left:before { content: "\ea9e" } .codicon-arrow-small-right:before { content: "\ea9f" } .codicon-arrow-small-up:before { content: "\eaa0" } .codicon-arrow-up:before { content: "\eaa1" } .codicon-bell:before { content: "\eaa2" } .codicon-bold:before { content: "\eaa3" } .codicon-book:before { content: "\eaa4" } .codicon-bookmark:before { content: "\eaa5" } .codicon-debug-breakpoint-conditional-unverified:before { content: "\eaa6" } .codicon-debug-breakpoint-conditional:before { content: "\eaa7" } .codicon-debug-breakpoint-conditional-disabled:before { content: "\eaa7" } .codicon-debug-breakpoint-data-unverified:before { content: "\eaa8" } .codicon-debug-breakpoint-data:before { content: "\eaa9" } .codicon-debug-breakpoint-data-disabled:before { content: "\eaa9" } .codicon-debug-breakpoint-log-unverified:before { content: "\eaaa" } .codicon-debug-breakpoint-log:before { content: "\eaab" } .codicon-debug-breakpoint-log-disabled:before { content: "\eaab" } .codicon-briefcase:before { content: "\eaac" } .codicon-broadcast:before { content: "\eaad" } .codicon-browser:before { content: "\eaae" } .codicon-bug:before { content: "\eaaf" } .codicon-calendar:before { content: "\eab0" } .codicon-case-sensitive:before { content: "\eab1" } .codicon-check:before { content: "\eab2" } .codicon-checklist:before { content: "\eab3" } .codicon-chevron-down:before { content: "\eab4" } .codicon-chevron-left:before { content: "\eab5" } .codicon-chevron-right:before { content: "\eab6" } .codicon-chevron-up:before { content: "\eab7" } .codicon-chrome-close:before { content: "\eab8" } .codicon-chrome-maximize:before { content: "\eab9" } .codicon-chrome-minimize:before { content: "\eaba" } .codicon-chrome-restore:before { content: "\eabb" } .codicon-circle-outline:before { content: "\eabc" } .codicon-debug-breakpoint-unverified:before { content: "\eabc" } .codicon-circle-slash:before { content: "\eabd" } .codicon-circuit-board:before { content: "\eabe" } .codicon-clear-all:before { content: "\eabf" } .codicon-clippy:before { content: "\eac0" } .codicon-close-all:before { content: "\eac1" } .codicon-cloud-download:before { content: "\eac2" } .codicon-cloud-upload:before { content: "\eac3" } .codicon-code:before { content: "\eac4" } .codicon-collapse-all:before { content: "\eac5" } .codicon-color-mode:before { content: "\eac6" } .codicon-comment-discussion:before { content: "\eac7" } .codicon-credit-card:before { content: "\eac9" } .codicon-dash:before { content: "\eacc" } .codicon-dashboard:before { content: "\eacd" } .codicon-database:before { content: "\eace" } .codicon-debug-continue:before { content: "\eacf" } .codicon-debug-disconnect:before { content: "\ead0" } .codicon-debug-pause:before { content: "\ead1" } .codicon-debug-restart:before { content: "\ead2" } .codicon-debug-start:before { content: "\ead3" } .codicon-debug-step-into:before { content: "\ead4" } .codicon-debug-step-out:before { content: "\ead5" } .codicon-debug-step-over:before { content: "\ead6" } .codicon-debug-stop:before { content: "\ead7" } .codicon-debug:before { content: "\ead8" } .codicon-device-camera-video:before { content: "\ead9" } .codicon-device-camera:before { content: "\eada" } .codicon-device-mobile:before { content: "\eadb" } .codicon-diff-added:before { content: "\eadc" } .codicon-diff-ignored:before { content: "\eadd" } .codicon-diff-modified:before { content: "\eade" } .codicon-diff-removed:before { content: "\eadf" } .codicon-diff-renamed:before { content: "\eae0" } .codicon-diff:before { content: "\eae1" } .codicon-discard:before { content: "\eae2" } .codicon-editor-layout:before { content: "\eae3" } .codicon-empty-window:before { content: "\eae4" } .codicon-exclude:before { content: "\eae5" } .codicon-extensions:before { content: "\eae6" } .codicon-eye-closed:before { content: "\eae7" } .codicon-file-binary:before { content: "\eae8" } .codicon-file-code:before { content: "\eae9" } .codicon-file-media:before { content: "\eaea" } .codicon-file-pdf:before { content: "\eaeb" } .codicon-file-submodule:before { content: "\eaec" } .codicon-file-symlink-directory:before { content: "\eaed" } .codicon-file-symlink-file:before { content: "\eaee" } .codicon-file-zip:before { content: "\eaef" } .codicon-files:before { content: "\eaf0" } .codicon-filter:before { content: "\eaf1" } .codicon-flame:before { content: "\eaf2" } .codicon-fold-down:before { content: "\eaf3" } .codicon-fold-up:before { content: "\eaf4" } .codicon-fold:before { content: "\eaf5" } .codicon-folder-active:before { content: "\eaf6" } .codicon-folder-opened:before { content: "\eaf7" } .codicon-gear:before { content: "\eaf8" } .codicon-gift:before { content: "\eaf9" } .codicon-gist-secret:before { content: "\eafa" } .codicon-gist:before { content: "\eafb" } .codicon-git-commit:before { content: "\eafc" } .codicon-git-compare:before { content: "\eafd" } .codicon-compare-changes:before { content: "\eafd" } .codicon-git-merge:before { content: "\eafe" } .codicon-github-action:before { content: "\eaff" } .codicon-github-alt:before { content: "\eb00" } .codicon-globe:before { content: "\eb01" } .codicon-grabber:before { content: "\eb02" } .codicon-graph:before { content: "\eb03" } .codicon-gripper:before { content: "\eb04" } .codicon-heart:before { content: "\eb05" } .codicon-home:before { content: "\eb06" } .codicon-horizontal-rule:before { content: "\eb07" } .codicon-hubot:before { content: "\eb08" } .codicon-inbox:before { content: "\eb09" } .codicon-issue-closed:before { content: "\eb0a" } .codicon-issue-reopened:before { content: "\eb0b" } .codicon-issues:before { content: "\eb0c" } .codicon-italic:before { content: "\eb0d" } .codicon-jersey:before { content: "\eb0e" } .codicon-json:before { content: "\eb0f" } .codicon-kebab-vertical:before { content: "\eb10" } .codicon-key:before { content: "\eb11" } .codicon-law:before { content: "\eb12" } .codicon-lightbulb-autofix:before { content: "\eb13" } .codicon-link-external:before { content: "\eb14" } .codicon-link:before { content: "\eb15" } .codicon-list-ordered:before { content: "\eb16" } .codicon-list-unordered:before { content: "\eb17" } .codicon-live-share:before { content: "\eb18" } .codicon-loading:before { content: "\eb19" } .codicon-location:before { content: "\eb1a" } .codicon-mail-read:before { content: "\eb1b" } .codicon-mail:before { content: "\eb1c" } .codicon-markdown:before { content: "\eb1d" } .codicon-megaphone:before { content: "\eb1e" } .codicon-mention:before { content: "\eb1f" } .codicon-milestone:before { content: "\eb20" } .codicon-mortar-board:before { content: "\eb21" } .codicon-move:before { content: "\eb22" } .codicon-multiple-windows:before { content: "\eb23" } .codicon-mute:before { content: "\eb24" } .codicon-no-newline:before { content: "\eb25" } .codicon-note:before { content: "\eb26" } .codicon-octoface:before { content: "\eb27" } .codicon-open-preview:before { content: "\eb28" } .codicon-package:before { content: "\eb29" } .codicon-paintcan:before { content: "\eb2a" } .codicon-pin:before { content: "\eb2b" } .codicon-play:before { content: "\eb2c" } .codicon-run:before { content: "\eb2c" } .codicon-plug:before { content: "\eb2d" } .codicon-preserve-case:before { content: "\eb2e" } .codicon-preview:before { content: "\eb2f" } .codicon-project:before { content: "\eb30" } .codicon-pulse:before { content: "\eb31" } .codicon-question:before { content: "\eb32" } .codicon-quote:before { content: "\eb33" } .codicon-radio-tower:before { content: "\eb34" } .codicon-reactions:before { content: "\eb35" } .codicon-references:before { content: "\eb36" } .codicon-refresh:before { content: "\eb37" } .codicon-regex:before { content: "\eb38" } .codicon-remote-explorer:before { content: "\eb39" } .codicon-remote:before { content: "\eb3a" } .codicon-remove:before { content: "\eb3b" } .codicon-replace-all:before { content: "\eb3c" } .codicon-replace:before { content: "\eb3d" } .codicon-repo-clone:before { content: "\eb3e" } .codicon-repo-force-push:before { content: "\eb3f" } .codicon-repo-pull:before { content: "\eb40" } .codicon-repo-push:before { content: "\eb41" } .codicon-report:before { content: "\eb42" } .codicon-request-changes:before { content: "\eb43" } .codicon-rocket:before { content: "\eb44" } .codicon-root-folder-opened:before { content: "\eb45" } .codicon-root-folder:before { content: "\eb46" } .codicon-rss:before { content: "\eb47" } .codicon-ruby:before { content: "\eb48" } .codicon-save-all:before { content: "\eb49" } .codicon-save-as:before { content: "\eb4a" } .codicon-save:before { content: "\eb4b" } .codicon-screen-full:before { content: "\eb4c" } .codicon-screen-normal:before { content: "\eb4d" } .codicon-search-stop:before { content: "\eb4e" } .codicon-server:before { content: "\eb50" } .codicon-settings-gear:before { content: "\eb51" } .codicon-settings:before { content: "\eb52" } .codicon-shield:before { content: "\eb53" } .codicon-smiley:before { content: "\eb54" } .codicon-sort-precedence:before { content: "\eb55" } .codicon-split-horizontal:before { content: "\eb56" } .codicon-split-vertical:before { content: "\eb57" } .codicon-squirrel:before { content: "\eb58" } .codicon-star-full:before { content: "\eb59" } .codicon-star-half:before { content: "\eb5a" } .codicon-symbol-class:before { content: "\eb5b" } .codicon-symbol-color:before { content: "\eb5c" } .codicon-symbol-constant:before { content: "\eb5d" } .codicon-symbol-enum-member:before { content: "\eb5e" } .codicon-symbol-field:before { content: "\eb5f" } .codicon-symbol-file:before { content: "\eb60" } .codicon-symbol-interface:before { content: "\eb61" } .codicon-symbol-keyword:before { content: "\eb62" } .codicon-symbol-misc:before { content: "\eb63" } .codicon-symbol-operator:before { content: "\eb64" } .codicon-symbol-property:before { content: "\eb65" } .codicon-wrench:before { content: "\eb65" } .codicon-wrench-subaction:before { content: "\eb65" } .codicon-symbol-snippet:before { content: "\eb66" } .codicon-tasklist:before { content: "\eb67" } .codicon-telescope:before { content: "\eb68" } .codicon-text-size:before { content: "\eb69" } .codicon-three-bars:before { content: "\eb6a" } .codicon-thumbsdown:before { content: "\eb6b" } .codicon-thumbsup:before { content: "\eb6c" } .codicon-tools:before { content: "\eb6d" } .codicon-triangle-down:before { content: "\eb6e" } .codicon-triangle-left:before { content: "\eb6f" } .codicon-triangle-right:before { content: "\eb70" } .codicon-triangle-up:before { content: "\eb71" } .codicon-twitter:before { content: "\eb72" } .codicon-unfold:before { content: "\eb73" } .codicon-unlock:before { content: "\eb74" } .codicon-unmute:before { content: "\eb75" } .codicon-unverified:before { content: "\eb76" } .codicon-verified:before { content: "\eb77" } .codicon-versions:before { content: "\eb78" } .codicon-vm-active:before { content: "\eb79" } .codicon-vm-outline:before { content: "\eb7a" } .codicon-vm-running:before { content: "\eb7b" } .codicon-watch:before { content: "\eb7c" } .codicon-whitespace:before { content: "\eb7d" } .codicon-whole-word:before { content: "\eb7e" } .codicon-window:before { content: "\eb7f" } .codicon-word-wrap:before { content: "\eb80" } .codicon-zoom-in:before { content: "\eb81" } .codicon-zoom-out:before { content: "\eb82" } .codicon-list-filter:before { content: "\eb83" } .codicon-list-flat:before { content: "\eb84" } .codicon-list-selection:before { content: "\eb85" } .codicon-selection:before { content: "\eb85" } .codicon-list-tree:before { content: "\eb86" } .codicon-debug-breakpoint-function-unverified:before { content: "\eb87" } .codicon-debug-breakpoint-function:before { content: "\eb88" } .codicon-debug-breakpoint-function-disabled:before { content: "\eb88" } .codicon-debug-stackframe-active:before { content: "\eb89" } .codicon-debug-stackframe-dot:before { content: "\eb8a" } .codicon-debug-stackframe:before { content: "\eb8b" } .codicon-debug-stackframe-focused:before { content: "\eb8b" } .codicon-debug-breakpoint-unsupported:before { content: "\eb8c" } .codicon-symbol-string:before { content: "\eb8d" } .codicon-debug-reverse-continue:before { content: "\eb8e" } .codicon-debug-step-back:before { content: "\eb8f" } .codicon-debug-restart-frame:before { content: "\eb90" } .codicon-debug-alt:before { content: "\eb91" } .codicon-call-incoming:before { content: "\eb92" } .codicon-call-outgoing:before { content: "\eb93" } .codicon-menu:before { content: "\eb94" } .codicon-expand-all:before { content: "\eb95" } .codicon-feedback:before { content: "\eb96" } .codicon-group-by-ref-type:before { content: "\eb97" } .codicon-ungroup-by-ref-type:before { content: "\eb98" } .codicon-account:before { content: "\eb99" } .codicon-bell-dot:before { content: "\eb9a" } .codicon-debug-console:before { content: "\eb9b" } .codicon-library:before { content: "\eb9c" } .codicon-output:before { content: "\eb9d" } .codicon-run-all:before { content: "\eb9e" } .codicon-sync-ignored:before { content: "\eb9f" } .codicon-pinned:before { content: "\eba0" } .codicon-github-inverted:before { content: "\eba1" } .codicon-server-process:before { content: "\eba2" } .codicon-server-environment:before { content: "\eba3" } .codicon-pass:before { content: "\eba4" } .codicon-stop-circle:before { content: "\eba5" } .codicon-play-circle:before { content: "\eba6" } .codicon-record:before { content: "\eba7" } .codicon-debug-alt-small:before { content: "\eba8" } .codicon-vm-connect:before { content: "\eba9" } .codicon-cloud:before { content: "\ebaa" } .codicon-merge:before { content: "\ebab" } .codicon-export:before { content: "\ebac" } .codicon-graph-left:before { content: "\ebad" } .codicon-magnet:before { content: "\ebae" } .codicon-notebook:before { content: "\ebaf" } .codicon-redo:before { content: "\ebb0" } .codicon-check-all:before { content: "\ebb1" } ================================================ FILE: icon-packs/ikonli-coreui-pack/ikonli-coreui-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.coreui { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.coreui; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.coreui.CoreUiBrandsIkonHandler, org.kordamp.ikonli.coreui.CoreUiFreeIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.coreui.CoreUiBrandsIkonProvider, org.kordamp.ikonli.coreui.CoreUiFreeIkonProvider; } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/java/org/kordamp/ikonli/coreui/CoreUiBrands.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.coreui; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum CoreUiBrands implements Ikon { ABOUT_ME("cib-about-me", '\uea03'), ABSTRACT("cib-abstract", '\uea04'), ACM("cib-acm", '\uea05'), ADDTHIS("cib-addthis", '\uea06'), ADGUARD("cib-adguard", '\uea07'), ADOBE("cib-adobe", '\uea08'), ADOBE_ACROBAT_READER("cib-adobe-acrobat-reader", '\uea09'), ADOBE_AFTER_EFFECTS("cib-adobe-after-effects", '\uea0a'), ADOBE_AUDITION("cib-adobe-audition", '\uea0b'), ADOBE_CREATIVE_CLOUD("cib-adobe-creative-cloud", '\uea0c'), ADOBE_DREAMWEAVER("cib-adobe-dreamweaver", '\uea0d'), ADOBE_ILLUSTRATOR("cib-adobe-illustrator", '\uea0e'), ADOBE_INDESIGN("cib-adobe-indesign", '\uea0f'), ADOBE_LIGHTROOM("cib-adobe-lightroom", '\uea10'), ADOBE_LIGHTROOM_CLASSIC("cib-adobe-lightroom-classic", '\uea11'), ADOBE_PHOTOSHOP("cib-adobe-photoshop", '\uea12'), ADOBE_PREMIERE("cib-adobe-premiere", '\uea13'), ADOBE_TYPEKIT("cib-adobe-typekit", '\uea14'), ADOBE_XD("cib-adobe-xd", '\uea15'), AIRBNB("cib-airbnb", '\uea16'), ALGOLIA("cib-algolia", '\uea17'), ALIPAY("cib-alipay", '\uea18'), ALLOCINE("cib-allocine", '\uea19'), AMAZON("cib-amazon", '\uea1a'), AMAZON_AWS("cib-amazon-aws", '\uea1b'), AMAZON_PAY("cib-amazon-pay", '\uea1c'), AMD("cib-amd", '\uea1d'), AMERICAN_EXPRESS("cib-american-express", '\uea1e'), ANACONDA("cib-anaconda", '\uea1f'), ANALOGUE("cib-analogue", '\uea20'), ANDROID("cib-android", '\uea21'), ANDROID_ALT("cib-android-alt", '\uea22'), ANGELLIST("cib-angellist", '\uea23'), ANGULAR("cib-angular", '\uea24'), ANGULAR_UNIVERSAL("cib-angular-universal", '\uea25'), ANSIBLE("cib-ansible", '\uea26'), APACHE("cib-apache", '\uea27'), APACHE_AIRFLOW("cib-apache-airflow", '\uea28'), APACHE_FLINK("cib-apache-flink", '\uea29'), APACHE_SPARK("cib-apache-spark", '\uea2a'), APPLE("cib-apple", '\uea2d'), APPLE_MUSIC("cib-apple-music", '\uea2e'), APPLE_PAY("cib-apple-pay", '\uea2f'), APPLE_PODCASTS("cib-apple-podcasts", '\uea30'), APPVEYOR("cib-appveyor", '\uea31'), APP_STORE("cib-app-store", '\uea2b'), APP_STORE_IOS("cib-app-store-ios", '\uea2c'), ARAL("cib-aral", '\uea32'), ARCHIVE_OF_OUR_OWN("cib-archive-of-our-own", '\uea34'), ARCH_LINUX("cib-arch-linux", '\uea33'), ARDUINO("cib-arduino", '\uea35'), ARTSTATION("cib-artstation", '\uea36'), ARXIV("cib-arxiv", '\uea37'), ASANA("cib-asana", '\uea38'), ATLASSIAN("cib-atlassian", '\uea3a'), ATOM("cib-atom", '\uea3b'), AT_AND_T("cib-at-and-t", '\uea39'), AUDIBLE("cib-audible", '\uea3c'), AURELIA("cib-aurelia", '\uea3d'), AUTH0("cib-auth0", '\uea3e'), AUTOMATIC("cib-automatic", '\uea3f'), AUTOTASK("cib-autotask", '\uea40'), AVENTRIX("cib-aventrix", '\uea41'), AZURE_ARTIFACTS("cib-azure-artifacts", '\uea42'), AZURE_DEVOPS("cib-azure-devops", '\uea43'), AZURE_PIPELINES("cib-azure-pipelines", '\uea44'), BABEL("cib-babel", '\uea45'), BAIDU("cib-baidu", '\uea46'), BAMBOO("cib-bamboo", '\uea47'), BANCONTACT("cib-bancontact", '\uea48'), BANDCAMP("cib-bandcamp", '\uea49'), BASECAMP("cib-basecamp", '\uea4a'), BATHASU("cib-bathasu", '\uea4b'), BEHANCE("cib-behance", '\uea4c'), BIG_CARTEL("cib-big-cartel", '\uea4d'), BING("cib-bing", '\uea4e'), BIT("cib-bit", '\uea4f'), BITBUCKET("cib-bitbucket", '\uea50'), BITCOIN("cib-bitcoin", '\uea51'), BITDEFENDER("cib-bitdefender", '\uea52'), BITLY("cib-bitly", '\uea53'), BLACKBERRY("cib-blackberry", '\uea54'), BLENDER("cib-blender", '\uea55'), BLOGGER("cib-blogger", '\uea56'), BLOGGER_B("cib-blogger-b", '\uea57'), BLUETOOTH("cib-bluetooth", '\uea58'), BLUETOOTH_B("cib-bluetooth-b", '\uea59'), BOEING("cib-boeing", '\uea5a'), BOOST("cib-boost", '\uea5b'), BOOTSTRAP("cib-bootstrap", '\uea5c'), BOWER("cib-bower", '\uea5d'), BRAND_AI("cib-brand-ai", '\uea5e'), BRAVE("cib-brave", '\uea5f'), BTC("cib-btc", '\uea60'), BUDDY("cib-buddy", '\uea61'), BUFFER("cib-buffer", '\uea62'), BUYSELLADS("cib-buysellads", '\uea64'), BUY_ME_A_COFFEE("cib-buy-me-a-coffee", '\uea63'), BUZZFEED("cib-buzzfeed", '\uea65'), C("cib-c", '\uea66'), CAKEPHP("cib-cakephp", '\uea67'), CAMPAIGN_MONITOR("cib-campaign-monitor", '\uea68'), CANVA("cib-canva", '\uea69'), CASHAPP("cib-cashapp", '\uea6a'), CASSANDRA("cib-cassandra", '\uea6b'), CASTRO("cib-castro", '\uea6c'), CC_AMAZON_PAY("cib-cc-amazon-pay", '\uea6d'), CC_AMEX("cib-cc-amex", '\uea6e'), CC_APPLE_PAY("cib-cc-apple-pay", '\uea6f'), CC_DINERS_CLUB("cib-cc-diners-club", '\uea70'), CC_DISCOVER("cib-cc-discover", '\uea71'), CC_JCB("cib-cc-jcb", '\uea72'), CC_MASTERCARD("cib-cc-mastercard", '\uea73'), CC_PAYPAL("cib-cc-paypal", '\uea74'), CC_STRIPE("cib-cc-stripe", '\uea75'), CC_VISA("cib-cc-visa", '\uea76'), CENTOS("cib-centos", '\uea77'), CEVO("cib-cevo", '\uea78'), CHASE("cib-chase", '\uea79'), CHEF("cib-chef", '\uea7a'), CHROMECAST("cib-chromecast", '\uea7b'), CIRCLE("cib-circle", '\uea7c'), CIRCLECI("cib-circleci", '\uea7d'), CIRRUSCI("cib-cirrusci", '\uea7e'), CISCO("cib-cisco", '\uea7f'), CIVICRM("cib-civicrm", '\uea80'), CLOCKIFY("cib-clockify", '\uea81'), CLOJURE("cib-clojure", '\uea82'), CLOUDBEES("cib-cloudbees", '\uea83'), CLOUDFLARE("cib-cloudflare", '\uea84'), CMAKE("cib-cmake", '\uea85'), CODACY("cib-codacy", '\uea87'), CODECADEMY("cib-codecademy", '\uea89'), CODECOV("cib-codecov", '\uea8a'), CODEIGNITER("cib-codeigniter", '\uea8b'), CODEPEN("cib-codepen", '\uea8c'), CODERWALL("cib-coderwall", '\uea8d'), CODESANDBOX("cib-codesandbox", '\uea8e'), CODESHIP("cib-codeship", '\uea8f'), CODEWARS("cib-codewars", '\uea90'), CODE_CLIMATE("cib-code-climate", '\uea88'), CODIO("cib-codio", '\uea91'), COFFEESCRIPT("cib-coffeescript", '\uea92'), COMMON_WORKFLOW_LANGUAGE("cib-common-workflow-language", '\uea93'), COMPOSER("cib-composer", '\uea94'), CONDA_FORGE("cib-conda-forge", '\uea95'), CONEKTA("cib-conekta", '\uea96'), CONFLUENCE("cib-confluence", '\uea97'), COREUI("cib-coreui", '\uea98'), COREUI_C("cib-coreui-c", '\uea99'), COREUI_500PX("cib-500px", '\uea01'), COREUI_500PX_5("cib-500px-5", '\uea02'), COURSERA("cib-coursera", '\uea9a'), COVERALLS("cib-coveralls", '\uea9b'), CO_OP("cib-co-op", '\uea86'), CPANEL("cib-cpanel", '\uea9c'), CPLUSPLUS("cib-cplusplus", '\uea9d'), CREATIVE_COMMONS("cib-creative-commons", '\uea9e'), CREATIVE_COMMONS_BY("cib-creative-commons-by", '\uea9f'), CREATIVE_COMMONS_NC("cib-creative-commons-nc", '\ueaa0'), CREATIVE_COMMONS_NC_EU("cib-creative-commons-nc-eu", '\ueaa1'), CREATIVE_COMMONS_NC_JP("cib-creative-commons-nc-jp", '\ueaa2'), CREATIVE_COMMONS_ND("cib-creative-commons-nd", '\ueaa3'), CREATIVE_COMMONS_PD("cib-creative-commons-pd", '\ueaa4'), CREATIVE_COMMONS_PD_ALT("cib-creative-commons-pd-alt", '\ueaa5'), CREATIVE_COMMONS_REMIX("cib-creative-commons-remix", '\ueaa6'), CREATIVE_COMMONS_SA("cib-creative-commons-sa", '\ueaa7'), CREATIVE_COMMONS_SAMPLING("cib-creative-commons-sampling", '\ueaa8'), CREATIVE_COMMONS_SAMPLING_PLUS("cib-creative-commons-sampling-plus", '\ueaa9'), CREATIVE_COMMONS_SHARE("cib-creative-commons-share", '\ueaaa'), CREATIVE_COMMONS_ZERO("cib-creative-commons-zero", '\ueaab'), CRUNCHBASE("cib-crunchbase", '\ueaac'), CRUNCHYROLL("cib-crunchyroll", '\ueaad'), CSS3("cib-css3", '\ueaae'), CSS3_SHILED("cib-css3-shiled", '\ueaaf'), CSSWIZARDRY("cib-csswizardry", '\ueab0'), D3_JS("cib-d3-js", '\ueab1'), DAILYMOTION("cib-dailymotion", '\ueab2'), DASHLANE("cib-dashlane", '\ueab3'), DAZN("cib-dazn", '\ueab4'), DBLP("cib-dblp", '\ueab5'), DEBIAN("cib-debian", '\ueab6'), DEEPIN("cib-deepin", '\ueab7'), DEEZER("cib-deezer", '\ueab8'), DELICIOUS("cib-delicious", '\ueab9'), DELL("cib-dell", '\ueaba'), DENO("cib-deno", '\ueabb'), DEPENDABOT("cib-dependabot", '\ueabc'), DESIGNER_NEWS("cib-designer-news", '\ueabd'), DEVIANTART("cib-deviantart", '\ueabf'), DEVRANT("cib-devrant", '\ueac0'), DEV_TO("cib-dev-to", '\ueabe'), DIASPORA("cib-diaspora", '\ueac1'), DIGG("cib-digg", '\ueac2'), DIGITAL_OCEAN("cib-digital-ocean", '\ueac3'), DISCORD("cib-discord", '\ueac4'), DISCOURSE("cib-discourse", '\ueac5'), DISCOVER("cib-discover", '\ueac6'), DISQUS("cib-disqus", '\ueac7'), DISROOT("cib-disroot", '\ueac8'), DJANGO("cib-django", '\ueac9'), DOCKER("cib-docker", '\ueaca'), DOCUSIGN("cib-docusign", '\ueacb'), DOT_NET("cib-dot-net", '\ueacc'), DRAUGIEM_LV("cib-draugiem-lv", '\ueacd'), DRIBBBLE("cib-dribbble", '\ueace'), DRONE("cib-drone", '\ueacf'), DROPBOX("cib-dropbox", '\uead0'), DRUPAL("cib-drupal", '\uead1'), DTUBE("cib-dtube", '\uead2'), DUCKDUCKGO("cib-duckduckgo", '\uead3'), DYNATRACE("cib-dynatrace", '\uead4'), EBAY("cib-ebay", '\uead5'), ECLIPSEIDE("cib-eclipseide", '\uead6'), ELASTIC("cib-elastic", '\uead7'), ELASTIC_CLOUD("cib-elastic-cloud", '\uead8'), ELASTIC_SEARCH("cib-elastic-search", '\uead9'), ELASTIC_STACK("cib-elastic-stack", '\ueada'), ELECTRON("cib-electron", '\ueadb'), ELEMENTARY("cib-elementary", '\ueadc'), ELEVENTY("cib-eleventy", '\ueadd'), ELLO("cib-ello", '\ueade'), ELSEVIER("cib-elsevier", '\ueadf'), EMLAKJET("cib-emlakjet", '\ueae0'), EMPIREKRED("cib-empirekred", '\ueae1'), ENVATO("cib-envato", '\ueae2'), EPIC_GAMES("cib-epic-games", '\ueae3'), EPSON("cib-epson", '\ueae4'), ESEA("cib-esea", '\ueae5'), ESLINT("cib-eslint", '\ueae6'), ETHEREUM("cib-ethereum", '\ueae7'), ETSY("cib-etsy", '\ueae8'), EVENTBRITE("cib-eventbrite", '\ueaea'), EVENT_STORE("cib-event-store", '\ueae9'), EVERNOTE("cib-evernote", '\ueaeb'), EVERPLACES("cib-everplaces", '\ueaec'), EVRY("cib-evry", '\ueaed'), EXERCISM("cib-exercism", '\ueaee'), EXPERTS_EXCHANGE("cib-experts-exchange", '\ueaef'), EXPO("cib-expo", '\ueaf0'), EYEEM("cib-eyeem", '\ueaf1'), FACEBOOK("cib-facebook", '\ueaf3'), FACEBOOK_F("cib-facebook-f", '\ueaf4'), FACEIT("cib-faceit", '\ueaf5'), FANDANGO("cib-fandango", '\ueaf6'), FAVRO("cib-favro", '\ueaf7'), FEATHUB("cib-feathub", '\ueaf8'), FEDEX("cib-fedex", '\ueaf9'), FEDORA("cib-fedora", '\ueafa'), FEEDLY("cib-feedly", '\ueafb'), FIDO_ALLIANCE("cib-fido-alliance", '\ueafc'), FIGMA("cib-figma", '\ueafd'), FILEZILLA("cib-filezilla", '\ueafe'), FIREBASE("cib-firebase", '\ueaff'), FITBIT("cib-fitbit", '\ueb00'), FLASK("cib-flask", '\ueb01'), FLATTR("cib-flattr", '\ueb02'), FLICKR("cib-flickr", '\ueb03'), FLIPBOARD("cib-flipboard", '\ueb04'), FLUTTER("cib-flutter", '\ueb05'), FNAC("cib-fnac", '\ueb06'), FOURSQUARE("cib-foursquare", '\ueb07'), FRAMER("cib-framer", '\ueb08'), FREEBSD("cib-freebsd", '\ueb09'), FREECODECAMP("cib-freecodecamp", '\ueb0a'), FURRY_NETWORK("cib-furry-network", '\ueb0c'), FUR_AFFINITY("cib-fur-affinity", '\ueb0b'), F_SECURE("cib-f-secure", '\ueaf2'), GARMIN("cib-garmin", '\ueb0d'), GATSBY("cib-gatsby", '\ueb0e'), GAUGES("cib-gauges", '\ueb0f'), GENIUS("cib-genius", '\ueb10'), GENTOO("cib-gentoo", '\ueb11'), GEOCACHING("cib-geocaching", '\ueb12'), GERRIT("cib-gerrit", '\ueb13'), GG("cib-gg", '\ueb14'), GHOST("cib-ghost", '\ueb15'), GIMP("cib-gimp", '\ueb16'), GIT("cib-git", '\ueb17'), GITEA("cib-gitea", '\ueb18'), GITHUB("cib-github", '\ueb19'), GITKRAKEN("cib-gitkraken", '\ueb1a'), GITLAB("cib-gitlab", '\ueb1b'), GITPOD("cib-gitpod", '\ueb1c'), GITTER("cib-gitter", '\ueb1d'), GLASSDOOR("cib-glassdoor", '\ueb1e'), GLITCH("cib-glitch", '\ueb1f'), GMAIL("cib-gmail", '\ueb20'), GNU("cib-gnu", '\ueb21'), GNU_PRIVACY_GUARD("cib-gnu-privacy-guard", '\ueb22'), GNU_SOCIAL("cib-gnu-social", '\ueb23'), GO("cib-go", '\ueb24'), GODOT_ENGINE("cib-godot-engine", '\ueb25'), GOG_COM("cib-gog-com", '\ueb26'), GOLDENLINE("cib-goldenline", '\ueb27'), GOODREADS("cib-goodreads", '\ueb28'), GOOGLE("cib-google", '\ueb29'), GOOGLES_CHOLAR("cib-googles-cholar", '\ueb33'), GOOGLE_ADS("cib-google-ads", '\ueb2a'), GOOGLE_ALLO("cib-google-allo", '\ueb2b'), GOOGLE_ANALYTICS("cib-google-analytics", '\ueb2c'), GOOGLE_CHROME("cib-google-chrome", '\ueb2d'), GOOGLE_CLOUD("cib-google-cloud", '\ueb2e'), GOOGLE_KEEP("cib-google-keep", '\ueb2f'), GOOGLE_PAY("cib-google-pay", '\ueb30'), GOOGLE_PLAY("cib-google-play", '\ueb31'), GOOGLE_PODCASTS("cib-google-podcasts", '\ueb32'), GOV_UK("cib-gov-uk", '\ueb34'), GRADLE("cib-gradle", '\ueb35'), GRAFANA("cib-grafana", '\ueb36'), GRAPHCOOL("cib-graphcool", '\ueb37'), GRAPHQL("cib-graphql", '\ueb38'), GRAV("cib-grav", '\ueb39'), GRAVATAR("cib-gravatar", '\ueb3a'), GREENKEEPER("cib-greenkeeper", '\ueb3b'), GREENSOCK("cib-greensock", '\ueb3c'), GROOVY("cib-groovy", '\ueb3d'), GROUPON("cib-groupon", '\ueb3e'), GRUNT("cib-grunt", '\ueb3f'), GULP("cib-gulp", '\ueb40'), GUMROAD("cib-gumroad", '\ueb41'), GUMTREE("cib-gumtree", '\ueb42'), HABR("cib-habr", '\ueb43'), HACKADAY("cib-hackaday", '\ueb44'), HACKEREARTH("cib-hackerearth", '\ueb45'), HACKERONE("cib-hackerone", '\ueb46'), HACKERRANK("cib-hackerrank", '\ueb47'), HACKHANDS("cib-hackhands", '\ueb48'), HACKSTER("cib-hackster", '\ueb49'), HAPPYCOW("cib-happycow", '\ueb4a'), HASHNODE("cib-hashnode", '\ueb4b'), HASKELL("cib-haskell", '\ueb4c'), HATENA_BOOKMARK("cib-hatena-bookmark", '\ueb4d'), HAXE("cib-haxe", '\ueb4e'), HELM("cib-helm", '\ueb4f'), HERE("cib-here", '\ueb50'), HEROKU("cib-heroku", '\ueb51'), HEXO("cib-hexo", '\ueb52'), HIGHLY("cib-highly", '\ueb53'), HIPCHAT("cib-hipchat", '\ueb54'), HITACHI("cib-hitachi", '\ueb55'), HOCKEYAPP("cib-hockeyapp", '\ueb56'), HOMIFY("cib-homify", '\ueb57'), HOOTSUITE("cib-hootsuite", '\ueb58'), HOTJAR("cib-hotjar", '\ueb59'), HOUZZ("cib-houzz", '\ueb5a'), HP("cib-hp", '\ueb5b'), HTML5("cib-html5", '\ueb5c'), HTML5_SHIELD("cib-html5-shield", '\ueb5d'), HTMLACADEMY("cib-htmlacademy", '\ueb5e'), HUAWEI("cib-huawei", '\ueb5f'), HUBSPOT("cib-hubspot", '\ueb60'), HULU("cib-hulu", '\ueb61'), HUMBLE_BUNDLE("cib-humble-bundle", '\ueb62'), IATA("cib-iata", '\ueb63'), IBM("cib-ibm", '\ueb64'), ICLOUD("cib-icloud", '\ueb65'), ICONJAR("cib-iconjar", '\ueb66'), ICQ("cib-icq", '\ueb67'), IDEAL("cib-ideal", '\ueb68'), IFIXIT("cib-ifixit", '\ueb69'), IMDB("cib-imdb", '\ueb6a'), INDEED("cib-indeed", '\ueb6b'), INKSCAPE("cib-inkscape", '\ueb6c'), INSTACART("cib-instacart", '\ueb6d'), INSTAGRAM("cib-instagram", '\ueb6e'), INSTAPAPER("cib-instapaper", '\ueb6f'), INTEL("cib-intel", '\ueb70'), INTELLIJIDEA("cib-intellijidea", '\ueb71'), INTERCOM("cib-intercom", '\ueb72'), INTERNET_EXPLORER("cib-internet-explorer", '\ueb73'), INVISION("cib-invision", '\ueb74'), IONIC("cib-ionic", '\ueb75'), ISSUU("cib-issuu", '\ueb76'), ITCH_IO("cib-itch-io", '\ueb77'), JABBER("cib-jabber", '\ueb78'), JAVA("cib-java", '\ueb79'), JAVASCRIPT("cib-javascript", '\ueb7a'), JEKYLL("cib-jekyll", '\ueb7b'), JENKINS("cib-jenkins", '\ueb7c'), JEST("cib-jest", '\ueb7d'), JET("cib-jet", '\ueb7e'), JETBRAINS("cib-jetbrains", '\ueb7f'), JIRA("cib-jira", '\ueb80'), JOOMLA("cib-joomla", '\ueb81'), JQUERY("cib-jquery", '\ueb82'), JS("cib-js", '\ueb83'), JSDELIVR("cib-jsdelivr", '\ueb84'), JSFIDDLE("cib-jsfiddle", '\ueb85'), JSON("cib-json", '\ueb86'), JUPYTER("cib-jupyter", '\ueb87'), JUSTGIVING("cib-justgiving", '\ueb88'), KAGGLE("cib-kaggle", '\ueb89'), KAIOS("cib-kaios", '\ueb8a'), KASPERSKY("cib-kaspersky", '\ueb8b'), KENTICO("cib-kentico", '\ueb8c'), KERAS("cib-keras", '\ueb8d'), KEYBASE("cib-keybase", '\ueb8e'), KEYCDN("cib-keycdn", '\ueb8f'), KHAN_ACADEMY("cib-khan-academy", '\ueb90'), KIBANA("cib-kibana", '\ueb91'), KICKSTARTER("cib-kickstarter", '\ueb92'), KIK("cib-kik", '\ueb93'), KIRBY("cib-kirby", '\ueb94'), KLOUT("cib-klout", '\ueb95'), KNOWN("cib-known", '\ueb96'), KODI("cib-kodi", '\ueb98'), KODING("cib-koding", '\ueb99'), KOTLIN("cib-kotlin", '\ueb9a'), KO_FI("cib-ko-fi", '\ueb97'), KRITA("cib-krita", '\ueb9b'), KUBERNETES("cib-kubernetes", '\ueb9c'), LANYRD("cib-lanyrd", '\ueb9d'), LARAVEL("cib-laravel", '\ueb9e'), LARAVEL_HORIZON("cib-laravel-horizon", '\ueb9f'), LARAVEL_NOVA("cib-laravel-nova", '\ueba0'), LAST_FM("cib-last-fm", '\ueba1'), LATEX("cib-latex", '\ueba2'), LAUNCHPAD("cib-launchpad", '\ueba3'), LEETCODE("cib-leetcode", '\ueba4'), LENOVO("cib-lenovo", '\ueba5'), LESS("cib-less", '\ueba6'), LETS_ENCRYPT("cib-lets-encrypt", '\ueba7'), LETTERBOXD("cib-letterboxd", '\ueba8'), LGTM("cib-lgtm", '\ueba9'), LIBERAPAY("cib-liberapay", '\uebaa'), LIBRARYTHING("cib-librarything", '\uebab'), LIBREOFFICE("cib-libreoffice", '\uebac'), LINE("cib-line", '\uebad'), LINKEDIN("cib-linkedin", '\uebae'), LINKEDIN_IN("cib-linkedin-in", '\uebaf'), LINUX("cib-linux", '\uebb0'), LINUX_FOUNDATION("cib-linux-foundation", '\uebb1'), LINUX_MINT("cib-linux-mint", '\uebb2'), LIVEJOURNAL("cib-livejournal", '\uebb3'), LIVESTREAM("cib-livestream", '\uebb4'), LOGSTASH("cib-logstash", '\uebb5'), LUA("cib-lua", '\uebb6'), LUMEN("cib-lumen", '\uebb7'), LYFT("cib-lyft", '\uebb8'), MACYS("cib-macys", '\uebb9'), MAGENTO("cib-magento", '\uebba'), MAGISK("cib-magisk", '\uebbb'), MAILCHIMP("cib-mailchimp", '\uebbd'), MAIL_RU("cib-mail-ru", '\uebbc'), MAKERBOT("cib-makerbot", '\uebbe'), MANJARO("cib-manjaro", '\uebbf'), MARKDOWN("cib-markdown", '\uebc0'), MARKETO("cib-marketo", '\uebc1'), MASTERCARD("cib-mastercard", '\uebc2'), MASTODON("cib-mastodon", '\uebc3'), MATERIAL_DESIGN("cib-material-design", '\uebc4'), MATHWORKS("cib-mathworks", '\uebc5'), MATRIX("cib-matrix", '\uebc6'), MATTERMOST("cib-mattermost", '\uebc7'), MATTERNET("cib-matternet", '\uebc8'), MAXCDN("cib-maxcdn", '\uebc9'), MCAFEE("cib-mcafee", '\uebca'), MEDIAFIRE("cib-mediafire", '\uebcc'), MEDIA_TEMPLE("cib-media-temple", '\uebcb'), MEDIUM("cib-medium", '\uebcd'), MEDIUM_M("cib-medium-m", '\uebce'), MEETUP("cib-meetup", '\uebcf'), MEGA("cib-mega", '\uebd0'), MENDELEY("cib-mendeley", '\uebd1'), MESSENGER("cib-messenger", '\uebd2'), METEOR("cib-meteor", '\uebd3'), MICROGENETICS("cib-microgenetics", '\uebd5'), MICROSOFT("cib-microsoft", '\uebd6'), MICROSOFT_EDGE("cib-microsoft-edge", '\uebd7'), MICRO_BLOG("cib-micro-blog", '\uebd4'), MINETEST("cib-minetest", '\uebd8'), MINUTEMAILER("cib-minutemailer", '\uebd9'), MIX("cib-mix", '\uebda'), MIXCLOUD("cib-mixcloud", '\uebdb'), MIXER("cib-mixer", '\uebdc'), MOJANG("cib-mojang", '\uebdd'), MONERO("cib-monero", '\uebde'), MONGODB("cib-mongodb", '\uebdf'), MONKEYTIE("cib-monkeytie", '\uebe0'), MONOGRAM("cib-monogram", '\uebe1'), MONZO("cib-monzo", '\uebe2'), MOO("cib-moo", '\uebe3'), MOZILLA("cib-mozilla", '\uebe4'), MOZILLA_FIREFOX("cib-mozilla-firefox", '\uebe5'), MUSESCORE("cib-musescore", '\uebe6'), MXLINUX("cib-mxlinux", '\uebe7'), MYSPACE("cib-myspace", '\uebe8'), MYSQL("cib-mysql", '\uebe9'), NATIVESCRIPT("cib-nativescript", '\uebea'), NEC("cib-nec", '\uebeb'), NEO4J("cib-neo4j", '\uebec'), NETFLIX("cib-netflix", '\uebed'), NETLIFY("cib-netlify", '\uebee'), NEXTCLOUD("cib-nextcloud", '\uebf0'), NEXTDOOR("cib-nextdoor", '\uebf1'), NEXT_JS("cib-next-js", '\uebef'), NGINX("cib-nginx", '\uebf2'), NIM("cib-nim", '\uebf3'), NINTENDO("cib-nintendo", '\uebf4'), NINTENDO_3DS("cib-nintendo-3ds", '\uebf5'), NINTENDO_GAMECUBE("cib-nintendo-gamecube", '\uebf6'), NINTENDO_SWITCH("cib-nintendo-switch", '\uebf7'), NODEMON("cib-nodemon", '\uebfa'), NODE_JS("cib-node-js", '\uebf8'), NODE_RED("cib-node-red", '\uebf9'), NOKIA("cib-nokia", '\uebfb'), NOTION("cib-notion", '\uebfc'), NPM("cib-npm", '\uebfd'), NUCLEO("cib-nucleo", '\uebfe'), NUGET("cib-nuget", '\uebff'), NUXT_JS("cib-nuxt-js", '\uec00'), NVIDIA("cib-nvidia", '\uec01'), OCAML("cib-ocaml", '\uec02'), OCTAVE("cib-octave", '\uec03'), OCTOPUS_DEPLOY("cib-octopus-deploy", '\uec04'), OCULUS("cib-oculus", '\uec05'), ODNOKLASSNIKI("cib-odnoklassniki", '\uec06'), OPENSTREETMAP("cib-openstreetmap", '\uec0b'), OPENSUSE("cib-opensuse", '\uec0c'), OPENVPN("cib-openvpn", '\uec0d'), OPEN_ACCESS("cib-open-access", '\uec07'), OPEN_COLLECTIVE("cib-open-collective", '\uec08'), OPEN_ID("cib-open-id", '\uec09'), OPEN_SOURCE_INITIATIVE("cib-open-source-initiative", '\uec0a'), OPERA("cib-opera", '\uec0e'), OPSGENIE("cib-opsgenie", '\uec0f'), ORACLE("cib-oracle", '\uec10'), ORCID("cib-orcid", '\uec11'), ORIGIN("cib-origin", '\uec12'), OSI("cib-osi", '\uec13'), OSMC("cib-osmc", '\uec14'), OVERCAST("cib-overcast", '\uec15'), OVERLEAF("cib-overleaf", '\uec16'), OVH("cib-ovh", '\uec17'), PAGEKIT("cib-pagekit", '\uec18'), PALANTIR("cib-palantir", '\uec19'), PANDORA("cib-pandora", '\uec1a'), PANTHEON("cib-pantheon", '\uec1b'), PATREON("cib-patreon", '\uec1c'), PAYPAL("cib-paypal", '\uec1d'), PERISCOPE("cib-periscope", '\uec1e'), PHP("cib-php", '\uec1f'), PICARTO_TV("cib-picarto-tv", '\uec20'), PINBOARD("cib-pinboard", '\uec21'), PINGDOM("cib-pingdom", '\uec22'), PINGUP("cib-pingup", '\uec23'), PINTEREST("cib-pinterest", '\uec24'), PINTEREST_P("cib-pinterest-p", '\uec25'), PIVOTALTRACKER("cib-pivotaltracker", '\uec26'), PLANGRID("cib-plangrid", '\uec27'), PLAYERFM("cib-playerfm", '\uec29'), PLAYER_ME("cib-player-me", '\uec28'), PLAYSTATION("cib-playstation", '\uec2a'), PLAYSTATION3("cib-playstation3", '\uec2b'), PLAYSTATION4("cib-playstation4", '\uec2c'), PLESK("cib-plesk", '\uec2d'), PLEX("cib-plex", '\uec2e'), PLURALSIGHT("cib-pluralsight", '\uec2f'), PLURK("cib-plurk", '\uec30'), POCKET("cib-pocket", '\uec31'), POSTGRESQL("cib-postgresql", '\uec32'), POSTMAN("cib-postman", '\uec33'), POSTWOMAN("cib-postwoman", '\uec34'), POWERSHELL("cib-powershell", '\uec35'), PRETTIER("cib-prettier", '\uec36'), PRISMIC("cib-prismic", '\uec37'), PROBOT("cib-probot", '\uec38'), PROCESSWIRE("cib-processwire", '\uec39'), PRODUCT_HUNT("cib-product-hunt", '\uec3a'), PROTONMAIL("cib-protonmail", '\uec3c'), PROTO_IO("cib-proto-io", '\uec3b'), PROXMOX("cib-proxmox", '\uec3d'), PYPI("cib-pypi", '\uec3e'), PYTHON("cib-python", '\uec3f'), PYTORCH("cib-pytorch", '\uec40'), QGIS("cib-qgis", '\uec41'), QIITA("cib-qiita", '\uec42'), QQ("cib-qq", '\uec43'), QUALCOMM("cib-qualcomm", '\uec44'), QUANTCAST("cib-quantcast", '\uec45'), QUANTOPIAN("cib-quantopian", '\uec46'), QUARKUS("cib-quarkus", '\uec47'), QUORA("cib-quora", '\uec48'), QWIKLABS("cib-qwiklabs", '\uec49'), QZONE("cib-qzone", '\uec4a'), R("cib-r", '\uec4b'), RADIOPUBLIC("cib-radiopublic", '\uec4c'), RAILS("cib-rails", '\uec4d'), RASPBERRY_PI("cib-raspberry-pi", '\uec4e'), REACT("cib-react", '\uec4f'), README("cib-readme", '\uec51'), READ_THE_DOCS("cib-read-the-docs", '\uec50'), REALM("cib-realm", '\uec52'), REASON("cib-reason", '\uec53'), REDBUBBLE("cib-redbubble", '\uec54'), REDDIT("cib-reddit", '\uec55'), REDDIT_ALT("cib-reddit-alt", '\uec56'), REDHAT("cib-redhat", '\uec57'), REDIS("cib-redis", '\uec58'), REDUX("cib-redux", '\uec59'), RENREN("cib-renren", '\uec5a'), REVERBNATION("cib-reverbnation", '\uec5b'), RIOT("cib-riot", '\uec5c'), RIPPLE("cib-ripple", '\uec5d'), RISEUP("cib-riseup", '\uec5e'), ROLLUP_JS("cib-rollup-js", '\uec5f'), ROOTS("cib-roots", '\uec60'), ROUNDCUBE("cib-roundcube", '\uec61'), RSS("cib-rss", '\uec62'), RSTUDIO("cib-rstudio", '\uec63'), RUBY("cib-ruby", '\uec64'), RUBYGEMS("cib-rubygems", '\uec65'), RUNKEEPER("cib-runkeeper", '\uec66'), RUST("cib-rust", '\uec67'), SAFARI("cib-safari", '\uec68'), SAHIBINDEN("cib-sahibinden", '\uec69'), SALESFORCE("cib-salesforce", '\uec6a'), SALTSTACK("cib-saltstack", '\uec6b'), SAMSUNG("cib-samsung", '\uec6c'), SAMSUNG_PAY("cib-samsung-pay", '\uec6d'), SAP("cib-sap", '\uec6e'), SASS("cib-sass", '\uec6f'), SASS_ALT("cib-sass-alt", '\uec70'), SAUCELABS("cib-saucelabs", '\uec71'), SCALA("cib-scala", '\uec72'), SCALEWAY("cib-scaleway", '\uec73'), SCRIBD("cib-scribd", '\uec74'), SCRUTINIZERCI("cib-scrutinizerci", '\uec75'), SEAGATE("cib-seagate", '\uec76'), SEGA("cib-sega", '\uec77'), SELLFY("cib-sellfy", '\uec78'), SEMAPHORECI("cib-semaphoreci", '\uec79'), SENSU("cib-sensu", '\uec7a'), SENTRY("cib-sentry", '\uec7b'), SERVER_FAULT("cib-server-fault", '\uec7c'), SHAZAM("cib-shazam", '\uec7d'), SHELL("cib-shell", '\uec7e'), SHOPIFY("cib-shopify", '\uec7f'), SHOWPAD("cib-showpad", '\uec80'), SIEMENS("cib-siemens", '\uec81'), SIGNAL("cib-signal", '\uec82'), SINA_WEIBO("cib-sina-weibo", '\uec83'), SITEPOINT("cib-sitepoint", '\uec84'), SKETCH("cib-sketch", '\uec85'), SKILLSHARE("cib-skillshare", '\uec86'), SKYLINER("cib-skyliner", '\uec87'), SKYPE("cib-skype", '\uec88'), SLACK("cib-slack", '\uec89'), SLASHDOT("cib-slashdot", '\uec8a'), SLICKPIC("cib-slickpic", '\uec8b'), SLIDES("cib-slides", '\uec8c'), SLIDESHARE("cib-slideshare", '\uec8d'), SMASHINGMAGAZINE("cib-smashingmagazine", '\uec8e'), SNAPCHAT("cib-snapchat", '\uec8f'), SNAPCRAFT("cib-snapcraft", '\uec90'), SNYK("cib-snyk", '\uec91'), SOCIETY6("cib-society6", '\uec92'), SOCKET_IO("cib-socket-io", '\uec93'), SOGOU("cib-sogou", '\uec94'), SOLUS("cib-solus", '\uec95'), SONGKICK("cib-songkick", '\uec96'), SONOS("cib-sonos", '\uec97'), SOUNDCLOUD("cib-soundcloud", '\uec98'), SOURCEFORGE("cib-sourceforge", '\uec99'), SOURCEGRAPH("cib-sourcegraph", '\uec9a'), SPACEMACS("cib-spacemacs", '\uec9b'), SPACEX("cib-spacex", '\uec9c'), SPARKFUN("cib-sparkfun", '\uec9d'), SPARKPOST("cib-sparkpost", '\uec9e'), SPDX("cib-spdx", '\uec9f'), SPEAKER_DECK("cib-speaker-deck", '\ueca0'), SPECTRUM("cib-spectrum", '\ueca1'), SPOTIFY("cib-spotify", '\ueca2'), SPOTLIGHT("cib-spotlight", '\ueca3'), SPREAKER("cib-spreaker", '\ueca4'), SPRING("cib-spring", '\ueca5'), SPRINT("cib-sprint", '\ueca6'), SQUARESPACE("cib-squarespace", '\ueca7'), STACKBIT("cib-stackbit", '\ueca8'), STACKEXCHANGE("cib-stackexchange", '\ueca9'), STACKOVERFLOW("cib-stackoverflow", '\uecaa'), STACKPATH("cib-stackpath", '\uecab'), STACKSHARE("cib-stackshare", '\uecac'), STADIA("cib-stadia", '\uecad'), STATAMIC("cib-statamic", '\uecae'), STATICMAN("cib-staticman", '\uecaf'), STATUSPAGE("cib-statuspage", '\uecb0'), STEAM("cib-steam", '\uecb1'), STEEM("cib-steem", '\uecb2'), STEEMIT("cib-steemit", '\uecb3'), STITCHER("cib-stitcher", '\uecb4'), STORIFY("cib-storify", '\uecb5'), STORYBOOK("cib-storybook", '\uecb6'), STRAPI("cib-strapi", '\uecb7'), STRAVA("cib-strava", '\uecb8'), STRIPE("cib-stripe", '\uecb9'), STRIPE_S("cib-stripe-s", '\uecba'), STUBHUB("cib-stubhub", '\uecbb'), STUMBLEUPON("cib-stumbleupon", '\uecbc'), STYLESHARE("cib-styleshare", '\uecbd'), STYLUS("cib-stylus", '\uecbe'), SUBLIME_TEXT("cib-sublime-text", '\uecbf'), SUBVERSION("cib-subversion", '\uecc0'), SUPERUSER("cib-superuser", '\uecc1'), SVELTE("cib-svelte", '\uecc2'), SVG("cib-svg", '\uecc3'), SWAGGER("cib-swagger", '\uecc4'), SWARM("cib-swarm", '\uecc5'), SWIFT("cib-swift", '\uecc6'), SYMANTEC("cib-symantec", '\uecc7'), SYMFONY("cib-symfony", '\uecc8'), SYNOLOGY("cib-synology", '\uecc9'), TABLEAU("cib-tableau", '\ueccb'), TAILS("cib-tails", '\ueccc'), TAPAS("cib-tapas", '\ueccd'), TEAMVIEWER("cib-teamviewer", '\uecce'), TED("cib-ted", '\ueccf'), TEESPRING("cib-teespring", '\uecd0'), TELEGRAM("cib-telegram", '\uecd1'), TELEGRAM_PLANE("cib-telegram-plane", '\uecd2'), TENCENT_QQ("cib-tencent-qq", '\uecd3'), TENCENT_WEIBO("cib-tencent-weibo", '\uecd4'), TENSORFLOW("cib-tensorflow", '\uecd5'), TERRAFORM("cib-terraform", '\uecd6'), TESLA("cib-tesla", '\uecd7'), THE_MIGHTY("cib-the-mighty", '\uecd8'), THE_MOVIE_DATABASE("cib-the-movie-database", '\uecd9'), TIDAL("cib-tidal", '\uecda'), TIKTOK("cib-tiktok", '\uecdb'), TINDER("cib-tinder", '\uecdc'), TODOIST("cib-todoist", '\uecdd'), TOGGL("cib-toggl", '\uecde'), TOPCODER("cib-topcoder", '\uecdf'), TOPTAL("cib-toptal", '\uece0'), TOR("cib-tor", '\uece1'), TOSHIBA("cib-toshiba", '\uece2'), TRAINERROAD("cib-trainerroad", '\uece3'), TRAKT("cib-trakt", '\uece4'), TRAVISCI("cib-travisci", '\uece5'), TREEHOUSE("cib-treehouse", '\uece6'), TRELLO("cib-trello", '\uece7'), TRIPADVISOR("cib-tripadvisor", '\uece8'), TRULIA("cib-trulia", '\uece9'), TUMBLR("cib-tumblr", '\uecea'), TWILIO("cib-twilio", '\ueceb'), TWITCH("cib-twitch", '\uecec'), TWITTER("cib-twitter", '\ueced'), TWOO("cib-twoo", '\uecee'), TYPESCRIPT("cib-typescript", '\uecef'), TYPO3("cib-typo3", '\uecf0'), T_MOBILE("cib-t-mobile", '\uecca'), UBER("cib-uber", '\uecf1'), UBISOFT("cib-ubisoft", '\uecf2'), UBLOCK_ORIGIN("cib-ublock-origin", '\uecf3'), UBUNTU("cib-ubuntu", '\uecf4'), UDACITY("cib-udacity", '\uecf5'), UDEMY("cib-udemy", '\uecf6'), UIKIT("cib-uikit", '\uecf7'), UMBRACO("cib-umbraco", '\uecf8'), UNITY("cib-unity", '\uecf9'), UNREAL_ENGINE("cib-unreal-engine", '\uecfa'), UNSPLASH("cib-unsplash", '\uecfb'), UNTAPPD("cib-untappd", '\uecfc'), UPWORK("cib-upwork", '\uecfd'), USB("cib-usb", '\uecfe'), V8("cib-v8", '\uecff'), VAGRANT("cib-vagrant", '\ued00'), VENMO("cib-venmo", '\ued01'), VERIZON("cib-verizon", '\ued02'), VIADEO("cib-viadeo", '\ued03'), VIBER("cib-viber", '\ued04'), VIM("cib-vim", '\ued05'), VIMEO("cib-vimeo", '\ued06'), VIMEO_V("cib-vimeo-v", '\ued07'), VINE("cib-vine", '\ued08'), VIRB("cib-virb", '\ued09'), VISA("cib-visa", '\ued0a'), VISUAL_STUDIO("cib-visual-studio", '\ued0b'), VISUAL_STUDIO_CODE("cib-visual-studio-code", '\ued0c'), VK("cib-vk", '\ued0d'), VLC("cib-vlc", '\ued0e'), VSCO("cib-vsco", '\ued0f'), VUE_JS("cib-vue-js", '\ued10'), WATTPAD("cib-wattpad", '\ued11'), WEASYL("cib-weasyl", '\ued12'), WEBCOMPONENTS_ORG("cib-webcomponents-org", '\ued13'), WEBPACK("cib-webpack", '\ued14'), WEBSTORM("cib-webstorm", '\ued15'), WECHAT("cib-wechat", '\ued16'), WHATSAPP("cib-whatsapp", '\ued17'), WHEN_I_WORK("cib-when-i-work", '\ued18'), WII("cib-wii", '\ued19'), WIIU("cib-wiiu", '\ued1a'), WIKIPEDIA("cib-wikipedia", '\ued1b'), WINDOWS("cib-windows", '\ued1c'), WIRE("cib-wire", '\ued1d'), WIREGUARD("cib-wireguard", '\ued1e'), WIX("cib-wix", '\ued1f'), WOLFRAM("cib-wolfram", '\ued20'), WOLFRAM_LANGUAGE("cib-wolfram-language", '\ued21'), WOLFRAM_MATHEMATICA("cib-wolfram-mathematica", '\ued22'), WORDPRESS("cib-wordpress", '\ued23'), WPENGINE("cib-wpengine", '\ued24'), XBOX("cib-xbox", '\ued26'), XCODE("cib-xcode", '\ued27'), XERO("cib-xero", '\ued28'), XIAOMI("cib-xiaomi", '\ued29'), XING("cib-xing", '\ued2a'), XRP("cib-xrp", '\ued2b'), XSPLIT("cib-xsplit", '\ued2c'), X_PACK("cib-x-pack", '\ued25'), YAHOO("cib-yahoo", '\ued2e'), YAMMER("cib-yammer", '\ued2f'), YANDEX("cib-yandex", '\ued30'), YARN("cib-yarn", '\ued31'), YELP("cib-yelp", '\ued32'), YOUTUBE("cib-youtube", '\ued33'), Y_COMBINATOR("cib-y-combinator", '\ued2d'), ZALANDO("cib-zalando", '\ued34'), ZAPIER("cib-zapier", '\ued35'), ZEIT("cib-zeit", '\ued36'), ZENDESK("cib-zendesk", '\ued37'), ZERPLY("cib-zerply", '\ued38'), ZILLOW("cib-zillow", '\ued39'), ZINGAT("cib-zingat", '\ued3a'), ZOOM("cib-zoom", '\ued3b'), ZORIN("cib-zorin", '\ued3c'), ZULIP("cib-zulip", '\ued3d'); public static CoreUiBrands findByDescription(String description) { for (CoreUiBrands font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; CoreUiBrands(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/java/org/kordamp/ikonli/coreui/CoreUiBrandsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.coreui; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class CoreUiBrandsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/coreui/2.0.0-beta.5/fonts/CoreUI-Icons-Brand.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("cib-"); } @Override public Ikon resolve(String description) { return CoreUiBrands.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "CoreUI-Icons-Brand"; } } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/java/org/kordamp/ikonli/coreui/CoreUiBrandsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.coreui; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class CoreUiBrandsIkonProvider implements IkonProvider { @Override public Class getIkon() { return CoreUiBrands.class; } } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/java/org/kordamp/ikonli/coreui/CoreUiFree.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.coreui; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum CoreUiFree implements Ikon { ACCOUNT_LOGOUT("cil-account-logout", '\uea03'), ACTION_REDO("cil-action-redo", '\uea04'), ACTION_UNDO("cil-action-undo", '\uea05'), ADDRESS_BOOK("cil-address-book", '\uea06'), AIRPLANE_MODE("cil-airplane-mode", '\uea07'), AIRPLANE_MODE_OFF("cil-airplane-mode-off", '\uea08'), AIRPLAY("cil-airplay", '\uea09'), ALARM("cil-alarm", '\uea0a'), ALBUM("cil-album", '\uea0b'), ALIGN_CENTER("cil-align-center", '\uea0c'), ALIGN_LEFT("cil-align-left", '\uea0d'), ALIGN_RIGHT("cil-align-right", '\uea0e'), AMERICAN_FOOTBALL("cil-american-football", '\uea0f'), ANIMAL("cil-animal", '\uea10'), APERTURE("cil-aperture", '\uea11'), APPLE("cil-apple", '\uea12'), APPLICATIONS("cil-applications", '\uea13'), APPLICATIONS_SETTINGS("cil-applications-settings", '\uea14'), APPS("cil-apps", '\uea15'), APPS_SETTINGS("cil-apps-settings", '\uea16'), ARROW_BOTTOM("cil-arrow-bottom", '\uea17'), ARROW_CIRCLE_BOTTOM("cil-arrow-circle-bottom", '\uea18'), ARROW_CIRCLE_LEFT("cil-arrow-circle-left", '\uea19'), ARROW_CIRCLE_RIGHT("cil-arrow-circle-right", '\uea1a'), ARROW_CIRCLE_TOP("cil-arrow-circle-top", '\uea1b'), ARROW_LEFT("cil-arrow-left", '\uea1c'), ARROW_RIGHT("cil-arrow-right", '\uea1d'), ARROW_THICK_BOTTOM("cil-arrow-thick-bottom", '\uea1e'), ARROW_THICK_FROM_BOTTOM("cil-arrow-thick-from-bottom", '\uea1f'), ARROW_THICK_FROM_LEFT("cil-arrow-thick-from-left", '\uea20'), ARROW_THICK_FROM_RIGHT("cil-arrow-thick-from-right", '\uea21'), ARROW_THICK_FROM_TOP("cil-arrow-thick-from-top", '\uea22'), ARROW_THICK_LEFT("cil-arrow-thick-left", '\uea23'), ARROW_THICK_RIGHT("cil-arrow-thick-right", '\uea24'), ARROW_THICK_TOP("cil-arrow-thick-top", '\uea29'), ARROW_THICK_TO_BOTTOM("cil-arrow-thick-to-bottom", '\uea25'), ARROW_THICK_TO_LEFT("cil-arrow-thick-to-left", '\uea26'), ARROW_THICK_TO_RIGHT("cil-arrow-thick-to-right", '\uea27'), ARROW_THICK_TO_TOP("cil-arrow-thick-to-top", '\uea28'), ARROW_TOP("cil-arrow-top", '\uea2a'), ASSISTIVE_LISTENING_SYSTEM("cil-assistive-listening-system", '\uea2b'), ASTERISK("cil-asterisk", '\uea2c'), ASTERISK_CIRCLE("cil-asterisk-circle", '\uea2d'), AT("cil-at", '\uea2e'), AUDIO("cil-audio", '\uea2f'), AUDIO_DESCRIPTION("cil-audio-description", '\uea30'), AUDIO_SPECTRUM("cil-audio-spectrum", '\uea31'), AV_TIMER("cil-av-timer", '\uea32'), BABY("cil-baby", '\uea33'), BABY_CARRIAGE("cil-baby-carriage", '\uea34'), BACKSPACE("cil-backspace", '\uea35'), BADGE("cil-badge", '\uea36'), BALANCE_SCALE("cil-balance-scale", '\uea37'), BAN("cil-ban", '\uea38'), BANK("cil-bank", '\uea39'), BARCODE("cil-barcode", '\uea3b'), BAR_CHART("cil-bar-chart", '\uea3a'), BASEBALL("cil-baseball", '\uea3c'), BASKET("cil-basket", '\uea3d'), BASKETBALL("cil-basketball", '\uea3e'), BATH("cil-bath", '\uea3f'), BATHROOM("cil-bathroom", '\uea40'), BATTERY_0("cil-battery-0", '\uea41'), BATTERY_3("cil-battery-3", '\uea42'), BATTERY_5("cil-battery-5", '\uea43'), BATTERY_ALERT("cil-battery-alert", '\uea44'), BATTERY_EMPTY("cil-battery-empty", '\uea45'), BATTERY_FULL("cil-battery-full", '\uea46'), BATTERY_SLASH("cil-battery-slash", '\uea47'), BEACH_ACCESS("cil-beach-access", '\uea48'), BEAKER("cil-beaker", '\uea49'), BED("cil-bed", '\uea4a'), BELL("cil-bell", '\uea4b'), BELL_EXCLAMATION("cil-bell-exclamation", '\uea4c'), BIKE("cil-bike", '\uea4d'), BIRTHDAY_CAKE("cil-birthday-cake", '\uea4e'), BLIND("cil-blind", '\uea4f'), BLUETOOTH("cil-bluetooth", '\uea50'), BLUR("cil-blur", '\uea51'), BLUR_CIRCULAR("cil-blur-circular", '\uea52'), BLUR_LINEAR("cil-blur-linear", '\uea53'), BOAT_ALT("cil-boat-alt", '\uea54'), BOLD("cil-bold", '\uea55'), BOLT("cil-bolt", '\uea56'), BOLT_CIRCLE("cil-bolt-circle", '\uea57'), BOOK("cil-book", '\uea58'), BOOKMARK("cil-bookmark", '\uea59'), BORDER_ALL("cil-border-all", '\uea5a'), BORDER_BOTTOM("cil-border-bottom", '\uea5b'), BORDER_CLEAR("cil-border-clear", '\uea5c'), BORDER_HORIZONTAL("cil-border-horizontal", '\uea5d'), BORDER_INNER("cil-border-inner", '\uea5e'), BORDER_LEFT("cil-border-left", '\uea5f'), BORDER_OUTER("cil-border-outer", '\uea60'), BORDER_RIGHT("cil-border-right", '\uea61'), BORDER_STYLE("cil-border-style", '\uea62'), BORDER_TOP("cil-border-top", '\uea63'), BORDER_VERTICAL("cil-border-vertical", '\uea64'), BOWLING("cil-bowling", '\uea65'), BRAILLE("cil-braille", '\uea66'), BRIEFCASE("cil-briefcase", '\uea67'), BRIGHTNESS("cil-brightness", '\uea68'), BRITISH_POUND("cil-british-pound", '\uea69'), BROWSER("cil-browser", '\uea6a'), BRUSH("cil-brush", '\uea6b'), BRUSH_ALT("cil-brush-alt", '\uea6c'), BUG("cil-bug", '\uea6d'), BUILDING("cil-building", '\uea6e'), BULLHORN("cil-bullhorn", '\uea6f'), BURGER("cil-burger", '\uea70'), BURN("cil-burn", '\uea71'), BUS_ALT("cil-bus-alt", '\uea72'), CALCULATOR("cil-calculator", '\uea73'), CALENDAR("cil-calendar", '\uea74'), CALENDAR_CHECK("cil-calendar-check", '\uea75'), CAMERA("cil-camera", '\uea76'), CAMERA_CONTROL("cil-camera-control", '\uea77'), CAMERA_ROLL("cil-camera-roll", '\uea78'), CARET_BOTTOM("cil-caret-bottom", '\uea7a'), CARET_LEFT("cil-caret-left", '\uea7b'), CARET_RIGHT("cil-caret-right", '\uea7c'), CARET_TOP("cil-caret-top", '\uea7d'), CART("cil-cart", '\uea7e'), CAR_ALT("cil-car-alt", '\uea79'), CASH("cil-cash", '\uea7f'), CASINO("cil-casino", '\uea80'), CAST("cil-cast", '\uea81'), CAT("cil-cat", '\uea82'), CC("cil-cc", '\uea83'), CENTER_FOCUS("cil-center-focus", '\uea84'), CHART("cil-chart", '\uea85'), CHART_LINE("cil-chart-line", '\uea86'), CHART_PIE("cil-chart-pie", '\uea87'), CHAT_BUBBLE("cil-chat-bubble", '\uea88'), CHECK("cil-check", '\uea89'), CHECK_ALT("cil-check-alt", '\uea8a'), CHECK_CIRCLE("cil-check-circle", '\uea8b'), CHEVRON_BOTTOM("cil-chevron-bottom", '\uea8c'), CHEVRON_CIRCLE_DOWN_ALT("cil-chevron-circle-down-alt", '\uea8d'), CHEVRON_CIRCLE_LEFT_ALT("cil-chevron-circle-left-alt", '\uea8e'), CHEVRON_CIRCLE_RIGHT_ALT("cil-chevron-circle-right-alt", '\uea8f'), CHEVRON_CIRCLE_UP_ALT("cil-chevron-circle-up-alt", '\uea90'), CHEVRON_DOUBLE_DOWN("cil-chevron-double-down", '\uea91'), CHEVRON_DOUBLE_LEFT("cil-chevron-double-left", '\uea92'), CHEVRON_DOUBLE_RIGHT("cil-chevron-double-right", '\uea93'), CHEVRON_DOUBLE_UP("cil-chevron-double-up", '\uea94'), CHEVRON_LEFT("cil-chevron-left", '\uea95'), CHEVRON_RIGHT("cil-chevron-right", '\uea96'), CHEVRON_TOP("cil-chevron-top", '\uea97'), CHILD("cil-child", '\uea98'), CHILD_FRIENDLY("cil-child-friendly", '\uea99'), CIRCLE("cil-circle", '\uea9a'), CLEAR_ALL("cil-clear-all", '\uea9b'), CLIPBOARD("cil-clipboard", '\uea9c'), CLOCK("cil-clock", '\uea9d'), CLONE("cil-clone", '\uea9e'), CLOSED_CAPTIONING("cil-closed-captioning", '\uea9f'), CLOUD("cil-cloud", '\ueaa0'), CLOUDY("cil-cloudy", '\ueaa3'), CLOUD_DOWNLOAD("cil-cloud-download", '\ueaa1'), CLOUD_UPLOAD("cil-cloud-upload", '\ueaa2'), CODE("cil-code", '\ueaa4'), COFFEE("cil-coffee", '\ueaa5'), COG("cil-cog", '\ueaa6'), COLOR_BORDER("cil-color-border", '\ueaa7'), COLOR_FILL("cil-color-fill", '\ueaa8'), COLOR_PALETTE("cil-color-palette", '\ueaa9'), COLUMNS("cil-columns", '\ueaaa'), COMMAND("cil-command", '\ueaab'), COMMENT_BUBBLE("cil-comment-bubble", '\ueaac'), COMMENT_SQUARE("cil-comment-square", '\ueaad'), COMPASS("cil-compass", '\ueaae'), COMPRESS("cil-compress", '\ueaaf'), CONTACT("cil-contact", '\ueab0'), CONTRAST("cil-contrast", '\ueab1'), CONTROL("cil-control", '\ueab2'), COPY("cil-copy", '\ueab3'), COUCH("cil-couch", '\ueab4'), CREDIT_CARD("cil-credit-card", '\ueab5'), CROP("cil-crop", '\ueab6'), CROP_ROTATE("cil-crop-rotate", '\ueab7'), CURSOR("cil-cursor", '\ueab8'), CURSOR_MOVE("cil-cursor-move", '\ueab9'), CUT("cil-cut", '\ueaba'), DATA_TRANSFER_DOWN("cil-data-transfer-down", '\ueabb'), DATA_TRANSFER_UP("cil-data-transfer-up", '\ueabc'), DEAF("cil-deaf", '\ueabd'), DELETE("cil-delete", '\ueabe'), DESCRIPTION("cil-description", '\ueabf'), DEVICES("cil-devices", '\ueac0'), DIALPAD("cil-dialpad", '\ueac1'), DIAMOND("cil-diamond", '\ueac2'), DINNER("cil-dinner", '\ueac3'), DISABLED("cil-disabled", '\ueac4'), DOG("cil-dog", '\ueac5'), DOLLAR("cil-dollar", '\ueac6'), DOOR("cil-door", '\ueac7'), DOUBLE_QUOTE_SANS_LEFT("cil-double-quote-sans-left", '\ueac8'), DOUBLE_QUOTE_SANS_RIGHT("cil-double-quote-sans-right", '\ueac9'), DRINK("cil-drink", '\ueaca'), DRINK_ALCOHOL("cil-drink-alcohol", '\ueacb'), DROP("cil-drop", '\ueacc'), ECO("cil-eco", '\ueacd'), EDUCATION("cil-education", '\ueace'), ELEVATOR("cil-elevator", '\ueacf'), ENVELOPE_CLOSED("cil-envelope-closed", '\uead0'), ENVELOPE_LETTER("cil-envelope-letter", '\uead1'), ENVELOPE_OPEN("cil-envelope-open", '\uead2'), EQUALIZER("cil-equalizer", '\uead3'), ETHERNET("cil-ethernet", '\uead4'), EURO("cil-euro", '\uead5'), EXCERPT("cil-excerpt", '\uead6'), EXIT_TO_APP("cil-exit-to-app", '\uead7'), EXPAND_DOWN("cil-expand-down", '\uead8'), EXPAND_LEFT("cil-expand-left", '\uead9'), EXPAND_RIGHT("cil-expand-right", '\ueada'), EXPAND_UP("cil-expand-up", '\ueadb'), EXPOSURE("cil-exposure", '\ueadc'), EXTERNAL_LINK("cil-external-link", '\ueadd'), EYEDROPPER("cil-eyedropper", '\ueade'), FACE("cil-face", '\ueadf'), FACE_DEAD("cil-face-dead", '\ueae0'), FACTORY("cil-factory", '\ueae1'), FACTORY_SLASH("cil-factory-slash", '\ueae2'), FASTFOOD("cil-fastfood", '\ueae3'), FAX("cil-fax", '\ueae4'), FEATURED_PLAYLIST("cil-featured-playlist", '\ueae5'), FILE("cil-file", '\ueae6'), FILTER("cil-filter", '\ueae7'), FILTER_FRAMES("cil-filter-frames", '\ueae8'), FILTER_PHOTO("cil-filter-photo", '\ueae9'), FILTER_SQUARE("cil-filter-square", '\ueaea'), FILTER_X("cil-filter-x", '\ueaeb'), FIND_IN_PAGE("cil-find-in-page", '\ueaec'), FINGERPRINT("cil-fingerprint", '\ueaed'), FIRE("cil-fire", '\ueaee'), FLAG_ALT("cil-flag-alt", '\ueaef'), FLIGHT_TAKEOFF("cil-flight-takeoff", '\ueaf0'), FLIP("cil-flip", '\ueaf1'), FLIP_TO_BACK("cil-flip-to-back", '\ueaf2'), FLIP_TO_FRONT("cil-flip-to-front", '\ueaf3'), FLOWER("cil-flower", '\ueaf4'), FOLDER("cil-folder", '\ueaf5'), FOLDER_OPEN("cil-folder-open", '\ueaf6'), FONT("cil-font", '\ueaf7'), FOOTBALL("cil-football", '\ueaf8'), FORK("cil-fork", '\ueaf9'), FRIDGE("cil-fridge", '\ueafa'), FROWN("cil-frown", '\ueafb'), FULLSCREEN("cil-fullscreen", '\ueafc'), FULLSCREEN_EXIT("cil-fullscreen-exit", '\ueafd'), FUNCTIONS("cil-functions", '\ueafe'), FUNCTIONS_ALT("cil-functions-alt", '\ueaff'), GAMEPAD("cil-gamepad", '\ueb00'), GARAGE("cil-garage", '\ueb01'), GAUGE("cil-gauge", '\ueb02'), GEM("cil-gem", '\ueb03'), GIF("cil-gif", '\ueb04'), GIFT("cil-gift", '\ueb05'), GLOBE_ALT("cil-globe-alt", '\ueb06'), GOLF("cil-golf", '\ueb07'), GOLF_ALT("cil-golf-alt", '\ueb08'), GRADIENT("cil-gradient", '\ueb09'), GRAIN("cil-grain", '\ueb0a'), GRAPH("cil-graph", '\ueb0b'), GRID("cil-grid", '\ueb0c'), GRID_SLASH("cil-grid-slash", '\ueb0d'), GROUP("cil-group", '\ueb0e'), HAMBURGER_MENU("cil-hamburger-menu", '\ueb0f'), HAND_POINT_DOWN("cil-hand-point-down", '\ueb10'), HAND_POINT_LEFT("cil-hand-point-left", '\ueb11'), HAND_POINT_RIGHT("cil-hand-point-right", '\ueb12'), HAND_POINT_UP("cil-hand-point-up", '\ueb13'), HAPPY("cil-happy", '\ueb14'), HD("cil-hd", '\ueb15'), HDR("cil-hdr", '\ueb16'), HEADER("cil-header", '\ueb17'), HEADPHONES("cil-headphones", '\ueb18'), HEALING("cil-healing", '\ueb19'), HEART("cil-heart", '\ueb1a'), HIGHLIGHTER("cil-highlighter", '\ueb1b'), HIGHLIGT("cil-highligt", '\ueb1c'), HISTORY("cil-history", '\ueb1d'), HOME("cil-home", '\ueb1e'), HOSPITAL("cil-hospital", '\ueb1f'), HOT_TUB("cil-hot-tub", '\ueb20'), HOUSE("cil-house", '\ueb21'), HTTPS("cil-https", '\ueb22'), IMAGE("cil-image", '\ueb23'), IMAGE_BROKEN("cil-image-broken", '\ueb24'), IMAGE_PLUS("cil-image-plus", '\ueb25'), INBOX("cil-inbox", '\ueb26'), INDENT_DECREASE("cil-indent-decrease", '\ueb27'), INDENT_INCREASE("cil-indent-increase", '\ueb28'), INDUSTRY("cil-industry", '\ueb29'), INDUSTRY_SLASH("cil-industry-slash", '\ueb2a'), INFINITY("cil-infinity", '\ueb2b'), INFO("cil-info", '\ueb2c'), INPUT("cil-input", '\ueb2d'), INPUT_HDMI("cil-input-hdmi", '\ueb2e'), INPUT_POWER("cil-input-power", '\ueb2f'), INSTITUTION("cil-institution", '\ueb30'), ITALIC("cil-italic", '\ueb31'), JUSTIFY_CENTER("cil-justify-center", '\ueb32'), JUSTIFY_LEFT("cil-justify-left", '\ueb33'), JUSTIFY_RIGHT("cil-justify-right", '\ueb34'), KEYBOARD("cil-keyboard", '\ueb35'), LAN("cil-lan", '\ueb36'), LANGUAGE("cil-language", '\ueb37'), LAPTOP("cil-laptop", '\ueb38'), LAYERS("cil-layers", '\ueb39'), LEAF("cil-leaf", '\ueb3a'), LEMON("cil-lemon", '\ueb3b'), LEVEL_DOWN("cil-level-down", '\ueb3c'), LEVEL_UP("cil-level-up", '\ueb3d'), LIBRARY("cil-library", '\ueb3e'), LIBRARY_ADD("cil-library-add", '\ueb3f'), LIBRARY_BUILDING("cil-library-building", '\ueb40'), LIFE_RING("cil-life-ring", '\ueb41'), LIGHTBULB("cil-lightbulb", '\ueb42'), LINE_SPACING("cil-line-spacing", '\ueb43'), LINE_STYLE("cil-line-style", '\ueb44'), LINE_WEIGHT("cil-line-weight", '\ueb45'), LINK("cil-link", '\ueb46'), LINK_ALT("cil-link-alt", '\ueb47'), LINK_BROKEN("cil-link-broken", '\ueb48'), LIST("cil-list", '\ueb49'), LIST_FILTER("cil-list-filter", '\ueb4a'), LIST_HIGH_PRIORITY("cil-list-high-priority", '\ueb4b'), LIST_LOW_PRIORITY("cil-list-low-priority", '\ueb4c'), LIST_NUMBERED("cil-list-numbered", '\ueb4d'), LIST_NUMBERED_RTL("cil-list-numbered-rtl", '\ueb4e'), LIST_RICH("cil-list-rich", '\ueb4f'), LOCATION_PIN("cil-location-pin", '\ueb50'), LOCK_LOCKED("cil-lock-locked", '\ueb51'), LOCK_UNLOCKED("cil-lock-unlocked", '\ueb52'), LOCOMOTIVE("cil-locomotive", '\ueb53'), LOOP("cil-loop", '\ueb54'), LOOP_1("cil-loop-1", '\ueb55'), LOOP_CIRCULAR("cil-loop-circular", '\ueb56'), LOW_VISION("cil-low-vision", '\ueb57'), MAGNIFYING_GLASS("cil-magnifying-glass", '\ueb58'), MAP("cil-map", '\ueb59'), MEDIA_EJECT("cil-media-eject", '\ueb5a'), MEDIA_PAUSE("cil-media-pause", '\ueb5b'), MEDIA_PLAY("cil-media-play", '\ueb5c'), MEDIA_RECORD("cil-media-record", '\ueb5d'), MEDIA_SKIP_BACKWARD("cil-media-skip-backward", '\ueb5e'), MEDIA_SKIP_FORWARD("cil-media-skip-forward", '\ueb5f'), MEDIA_STEP_BACKWARD("cil-media-step-backward", '\ueb60'), MEDIA_STEP_FORWARD("cil-media-step-forward", '\ueb61'), MEDIA_STOP("cil-media-stop", '\ueb62'), MEDICAL_CROSS("cil-medical-cross", '\ueb63'), MEH("cil-meh", '\ueb64'), MEMORY("cil-memory", '\ueb65'), MENU("cil-menu", '\ueb66'), MIC("cil-mic", '\ueb67'), MICROPHONE("cil-microphone", '\ueb68'), MINUS("cil-minus", '\ueb69'), MOBILE("cil-mobile", '\ueb6a'), MOBILE_LANDSCAPE("cil-mobile-landscape", '\ueb6b'), MONEY("cil-money", '\ueb6c'), MONITOR("cil-monitor", '\ueb6d'), MOOD_BAD("cil-mood-bad", '\ueb6e'), MOOD_GOOD("cil-mood-good", '\ueb6f'), MOOD_VERY_BAD("cil-mood-very-bad", '\ueb70'), MOOD_VERY_GOOD("cil-mood-very-good", '\ueb71'), MOON("cil-moon", '\ueb72'), MOUSE("cil-mouse", '\ueb73'), MOUTH_SLASH("cil-mouth-slash", '\ueb74'), MOVE("cil-move", '\ueb75'), MOVIE("cil-movie", '\ueb76'), MUG("cil-mug", '\ueb77'), MUG_TEA("cil-mug-tea", '\ueb78'), MUSIC_NOTE("cil-music-note", '\ueb79'), NEWSPAPER("cil-newspaper", '\ueb7a'), NOTES("cil-notes", '\ueb7c'), NOTE_ADD("cil-note-add", '\ueb7b'), OBJECT_GROUP("cil-object-group", '\ueb7d'), OBJECT_UNGROUP("cil-object-ungroup", '\ueb7e'), OPACITY("cil-opacity", '\ueb7f'), OPENTYPE("cil-opentype", '\ueb80'), OPTIONS("cil-options", '\ueb81'), PAINT("cil-paint", '\ueb82'), PAINT_BUCKET("cil-paint-bucket", '\ueb83'), PAPERCLIP("cil-paperclip", '\ueb85'), PAPER_PLANE("cil-paper-plane", '\ueb84'), PARAGRAPH("cil-paragraph", '\ueb86'), PAW("cil-paw", '\ueb87'), PEN("cil-pen", '\ueb88'), PENCIL("cil-pencil", '\ueb8b'), PEN_ALT("cil-pen-alt", '\ueb89'), PEN_NIB("cil-pen-nib", '\ueb8a'), PEOPLE("cil-people", '\ueb8c'), PHONE("cil-phone", '\ueb8d'), PIN("cil-pin", '\ueb8e'), PIZZA("cil-pizza", '\ueb8f'), PLANT("cil-plant", '\ueb90'), PLAYLIST_ADD("cil-playlist-add", '\ueb91'), PLUS("cil-plus", '\ueb92'), POOL("cil-pool", '\ueb93'), POWER_STANDBY("cil-power-standby", '\ueb94'), PREGNANT("cil-pregnant", '\ueb95'), PRINT("cil-print", '\ueb96'), PUSHCHAIR("cil-pushchair", '\ueb97'), PUZZLE("cil-puzzle", '\ueb98'), QR_CODE("cil-qr-code", '\ueb99'), RAIN("cil-rain", '\ueb9a'), RECTANGLE("cil-rectangle", '\ueb9b'), RECYCLE("cil-recycle", '\ueb9c'), RELOAD("cil-reload", '\ueb9d'), REPORT_SLASH("cil-report-slash", '\ueb9e'), RESIZE_BOTH("cil-resize-both", '\ueb9f'), RESIZE_HEIGHT("cil-resize-height", '\ueba0'), RESIZE_WIDTH("cil-resize-width", '\ueba1'), RESTAURANT("cil-restaurant", '\ueba2'), ROOM("cil-room", '\ueba3'), ROUTER("cil-router", '\ueba4'), ROWING("cil-rowing", '\ueba5'), RSS("cil-rss", '\ueba6'), RUBLE("cil-ruble", '\ueba7'), RUNNING("cil-running", '\ueba8'), SAD("cil-sad", '\ueba9'), SATELITE("cil-satelite", '\uebaa'), SAVE("cil-save", '\uebab'), SCHOOL("cil-school", '\uebac'), SCREEN_DESKTOP("cil-screen-desktop", '\uebad'), SCREEN_SMARTPHONE("cil-screen-smartphone", '\uebae'), SCRUBBER("cil-scrubber", '\uebaf'), SEARCH("cil-search", '\uebb0'), SEND("cil-send", '\uebb1'), SETTINGS("cil-settings", '\uebb2'), SHARE("cil-share", '\uebb3'), SHARE_ALL("cil-share-all", '\uebb4'), SHARE_ALT("cil-share-alt", '\uebb5'), SHARE_BOXED("cil-share-boxed", '\uebb6'), SHIELD_ALT("cil-shield-alt", '\uebb7'), SHORT_TEXT("cil-short-text", '\uebb8'), SHOWER("cil-shower", '\uebb9'), SIGNAL_CELLULAR_0("cil-signal-cellular-0", '\uebbb'), SIGNAL_CELLULAR_3("cil-signal-cellular-3", '\uebbc'), SIGNAL_CELLULAR_4("cil-signal-cellular-4", '\uebbd'), SIGN_LANGUAGE("cil-sign-language", '\uebba'), SIM("cil-sim", '\uebbe'), SITEMAP("cil-sitemap", '\uebbf'), SMILE("cil-smile", '\uebc0'), SMILE_PLUS("cil-smile-plus", '\uebc1'), SMOKE("cil-smoke", '\uebc2'), SMOKE_FREE("cil-smoke-free", '\uebc3'), SMOKE_SLASH("cil-smoke-slash", '\uebc4'), SMOKING_ROOM("cil-smoking-room", '\uebc5'), SNOWFLAKE("cil-snowflake", '\uebc6'), SOCCER("cil-soccer", '\uebc7'), SOFA("cil-sofa", '\uebc8'), SORT_ALPHA_DOWN("cil-sort-alpha-down", '\uebc9'), SORT_ALPHA_UP("cil-sort-alpha-up", '\uebca'), SORT_ASCENDING("cil-sort-ascending", '\uebcb'), SORT_DESCENDING("cil-sort-descending", '\uebcc'), SORT_NUMERIC_DOWN("cil-sort-numeric-down", '\uebcd'), SORT_NUMERIC_UP("cil-sort-numeric-up", '\uebce'), SPA("cil-spa", '\uebcf'), SPACE_BAR("cil-space-bar", '\uebd0'), SPEAK("cil-speak", '\uebd1'), SPEAKER("cil-speaker", '\uebd2'), SPEECH("cil-speech", '\uebd3'), SPEEDOMETER("cil-speedometer", '\uebd4'), SPREADSHEET("cil-spreadsheet", '\uebd5'), SQUARE("cil-square", '\uebd6'), STAR("cil-star", '\uebd7'), STAR_HALF("cil-star-half", '\uebd8'), STORAGE("cil-storage", '\uebd9'), STREAM("cil-stream", '\uebda'), STRIKETHROUGH("cil-strikethrough", '\uebdb'), SUN("cil-sun", '\uebdc'), SWAP_HORIZONTAL("cil-swap-horizontal", '\uebdd'), SWAP_VERTICAL("cil-swap-vertical", '\uebde'), SWIMMING("cil-swimming", '\uebdf'), SYNC("cil-sync", '\uebe0'), TABLET("cil-tablet", '\uebe1'), TAG("cil-tag", '\uebe2'), TAGS("cil-tags", '\uebe3'), TASK("cil-task", '\uebe4'), TAXI("cil-taxi", '\uebe5'), TENNIS("cil-tennis", '\uebe6'), TENNIS_BALL("cil-tennis-ball", '\uebe7'), TERMINAL("cil-terminal", '\uebe8'), TERRAIN("cil-terrain", '\uebe9'), TEXT("cil-text", '\uebea'), TEXT_SHAPES("cil-text-shapes", '\uebeb'), TEXT_SIZE("cil-text-size", '\uebec'), TEXT_SQUARE("cil-text-square", '\uebed'), TEXT_STRIKE("cil-text-strike", '\uebee'), THUMB_DOWN("cil-thumb-down", '\uebef'), THUMB_UP("cil-thumb-up", '\uebf0'), TOGGLE_OFF("cil-toggle-off", '\uebf1'), TOGGLE_ON("cil-toggle-on", '\uebf2'), TOILET("cil-toilet", '\uebf3'), TOUCH_APP("cil-touch-app", '\uebf4'), TRANSFER("cil-transfer", '\uebf5'), TRANSLATE("cil-translate", '\uebf6'), TRASH("cil-trash", '\uebf7'), TRIANGLE("cil-triangle", '\uebf8'), TRUCK("cil-truck", '\uebf9'), TV("cil-tv", '\uebfa'), UNDERLINE("cil-underline", '\uebfb'), USB("cil-usb", '\uebfc'), USER("cil-user", '\uebfd'), USER_FEMALE("cil-user-female", '\uebfe'), USER_FOLLOW("cil-user-follow", '\uebff'), USER_PLUS("cil-user-plus", '\uec00'), USER_UNFOLLOW("cil-user-unfollow", '\uec01'), USER_X("cil-user-x", '\uec02'), VECTOR("cil-vector", '\uec03'), VERTICAL_ALIGN_BOTTOM("cil-vertical-align-bottom", '\uec04'), VERTICAL_ALIGN_CENTER("cil-vertical-align-center", '\uec05'), VERTICAL_ALIGN_TOP("cil-vertical-align-top", '\uec06'), VIDEO("cil-video", '\uec07'), VIDEOGAME("cil-videogame", '\uec08'), VIEW_COLUMN("cil-view-column", '\uec09'), VIEW_MODULE("cil-view-module", '\uec0a'), VIEW_QUILT("cil-view-quilt", '\uec0b'), VIEW_STREAM("cil-view-stream", '\uec0c'), VOICE("cil-voice", '\uec0d'), VOICE_OVER_RECORD("cil-voice-over-record", '\uec0e'), VOLUME_HIGH("cil-volume-high", '\uec0f'), VOLUME_LOW("cil-volume-low", '\uec10'), VOLUME_OFF("cil-volume-off", '\uec11'), WALK("cil-walk", '\uec12'), WALLET("cil-wallet", '\uec13'), WALLPAPER("cil-wallpaper", '\uec14'), WARNING("cil-warning", '\uec15'), WATCH("cil-watch", '\uec16'), WC("cil-wc", '\uec17'), WEIGHTLIFITNG("cil-weightlifitng", '\uec18'), WHEELCHAIR("cil-wheelchair", '\uec19'), WIFI_SIGNAL_0("cil-wifi-signal-0", '\uec1a'), WIFI_SIGNAL_1("cil-wifi-signal-1", '\uec1b'), WIFI_SIGNAL_2("cil-wifi-signal-2", '\uec1c'), WIFI_SIGNAL_3("cil-wifi-signal-3", '\uec1d'), WIFI_SIGNAL_4("cil-wifi-signal-4", '\uec1e'), WIFI_SIGNAL_OFF("cil-wifi-signal-off", '\uec1f'), WINDOW("cil-window", '\uec20'), WINDOW_MAXIMIZE("cil-window-maximize", '\uec21'), WINDOW_MINIMIZE("cil-window-minimize", '\uec22'), WINDOW_RESTORE("cil-window-restore", '\uec23'), WRAP_TEXT("cil-wrap-text", '\uec24'), X("cil-x", '\uec25'), X_CIRCLE("cil-x-circle", '\uec26'), YEN("cil-yen", '\uec27'), ZOOM("cil-zoom", '\uec28'), ZOOM_IN("cil-zoom-in", '\uec29'), ZOOM_OUT("cil-zoom-out", '\uec2a'); public static CoreUiFree findByDescription(String description) { for (CoreUiFree font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; CoreUiFree(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/java/org/kordamp/ikonli/coreui/CoreUiFreeIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.coreui; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class CoreUiFreeIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/coreui/2.0.0-beta.5/fonts/CoreUI-Icons-Free.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("cil-"); } @Override public Ikon resolve(String description) { return CoreUiFree.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "CoreUI-Icons-Free"; } } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/java/org/kordamp/ikonli/coreui/CoreUiFreeIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.coreui; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class CoreUiFreeIkonProvider implements IkonProvider { @Override public Class getIkon() { return CoreUiFree.class; } } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/resources/META-INF/resources/coreui/2.0.0-beta.5/css/coreui-brand.css ================================================ @charset "UTF-8"; /*! * CoreUI Icons - Brand Icons * @version v2.0.0-beta.4 * @link https://coreui.io/icons/brand/ * Copyright (c) 2020 creativeLabs Łukasz Holeczek * Licensed under CC0 1.0 Universal */ @font-face { font-family: 'CoreUI-Icons-Brand'; src: url("../fonts/CoreUI-Icons-Brand.eot?64h6xh"); src: url("../fonts/CoreUI-Icons-Brand.eot?64h6xh#iefix") format("embedded-opentype"), url("../fonts/CoreUI-Icons-Brand.ttf?64h6xh") format("truetype"), url("../fonts/CoreUI-Icons-Brand.woff?64h6xh") format("woff"), url("../fonts/CoreUI-Icons-Brand.svg?64h6xh#CoreUI-Icons-Brand") format("svg"); font-weight: normal; font-style: normal; } [class^="cib-"], [class*=" cib-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'CoreUI-Icons-Brand' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .cib-500px:before { content: "\ea01"; } .cib-500px-5:before { content: "\ea02"; } .cib-about-me:before { content: "\ea03"; } .cib-abstract:before { content: "\ea04"; } .cib-acm:before { content: "\ea05"; } .cib-addthis:before { content: "\ea06"; } .cib-adguard:before { content: "\ea07"; } .cib-adobe:before { content: "\ea08"; } .cib-adobe-acrobat-reader:before { content: "\ea09"; } .cib-adobe-after-effects:before { content: "\ea0a"; } .cib-adobe-audition:before { content: "\ea0b"; } .cib-adobe-creative-cloud:before { content: "\ea0c"; } .cib-adobe-dreamweaver:before { content: "\ea0d"; } .cib-adobe-illustrator:before { content: "\ea0e"; } .cib-adobe-indesign:before { content: "\ea0f"; } .cib-adobe-lightroom:before { content: "\ea10"; } .cib-adobe-lightroom-classic:before { content: "\ea11"; } .cib-adobe-photoshop:before { content: "\ea12"; } .cib-adobe-premiere:before { content: "\ea13"; } .cib-adobe-typekit:before { content: "\ea14"; } .cib-adobe-xd:before { content: "\ea15"; } .cib-airbnb:before { content: "\ea16"; } .cib-algolia:before { content: "\ea17"; } .cib-alipay:before { content: "\ea18"; } .cib-allocine:before { content: "\ea19"; } .cib-amazon:before { content: "\ea1a"; } .cib-amazon-aws:before { content: "\ea1b"; } .cib-amazon-pay:before { content: "\ea1c"; } .cib-amd:before { content: "\ea1d"; } .cib-american-express:before { content: "\ea1e"; } .cib-anaconda:before { content: "\ea1f"; } .cib-analogue:before { content: "\ea20"; } .cib-android:before { content: "\ea21"; } .cib-android-alt:before { content: "\ea22"; } .cib-angellist:before { content: "\ea23"; } .cib-angular:before { content: "\ea24"; } .cib-angular-universal:before { content: "\ea25"; } .cib-ansible:before { content: "\ea26"; } .cib-apache:before { content: "\ea27"; } .cib-apache-airflow:before { content: "\ea28"; } .cib-apache-flink:before { content: "\ea29"; } .cib-apache-spark:before { content: "\ea2a"; } .cib-app-store:before { content: "\ea2b"; } .cib-app-store-ios:before { content: "\ea2c"; } .cib-apple:before { content: "\ea2d"; } .cib-apple-music:before { content: "\ea2e"; } .cib-apple-pay:before { content: "\ea2f"; } .cib-apple-podcasts:before { content: "\ea30"; } .cib-appveyor:before { content: "\ea31"; } .cib-aral:before { content: "\ea32"; } .cib-arch-linux:before { content: "\ea33"; } .cib-archive-of-our-own:before { content: "\ea34"; } .cib-arduino:before { content: "\ea35"; } .cib-artstation:before { content: "\ea36"; } .cib-arxiv:before { content: "\ea37"; } .cib-asana:before { content: "\ea38"; } .cib-at-and-t:before { content: "\ea39"; } .cib-atlassian:before { content: "\ea3a"; } .cib-atom:before { content: "\ea3b"; } .cib-audible:before { content: "\ea3c"; } .cib-aurelia:before { content: "\ea3d"; } .cib-auth0:before { content: "\ea3e"; } .cib-automatic:before { content: "\ea3f"; } .cib-autotask:before { content: "\ea40"; } .cib-aventrix:before { content: "\ea41"; } .cib-azure-artifacts:before { content: "\ea42"; } .cib-azure-devops:before { content: "\ea43"; } .cib-azure-pipelines:before { content: "\ea44"; } .cib-babel:before { content: "\ea45"; } .cib-baidu:before { content: "\ea46"; } .cib-bamboo:before { content: "\ea47"; } .cib-bancontact:before { content: "\ea48"; } .cib-bandcamp:before { content: "\ea49"; } .cib-basecamp:before { content: "\ea4a"; } .cib-bathasu:before { content: "\ea4b"; } .cib-behance:before { content: "\ea4c"; } .cib-big-cartel:before { content: "\ea4d"; } .cib-bing:before { content: "\ea4e"; } .cib-bit:before { content: "\ea4f"; } .cib-bitbucket:before { content: "\ea50"; } .cib-bitcoin:before { content: "\ea51"; } .cib-bitdefender:before { content: "\ea52"; } .cib-bitly:before { content: "\ea53"; } .cib-blackberry:before { content: "\ea54"; } .cib-blender:before { content: "\ea55"; } .cib-blogger:before { content: "\ea56"; } .cib-blogger-b:before { content: "\ea57"; } .cib-bluetooth:before { content: "\ea58"; } .cib-bluetooth-b:before { content: "\ea59"; } .cib-boeing:before { content: "\ea5a"; } .cib-boost:before { content: "\ea5b"; } .cib-bootstrap:before { content: "\ea5c"; } .cib-bower:before { content: "\ea5d"; } .cib-brand-ai:before { content: "\ea5e"; } .cib-brave:before { content: "\ea5f"; } .cib-btc:before { content: "\ea60"; } .cib-buddy:before { content: "\ea61"; } .cib-buffer:before { content: "\ea62"; } .cib-buy-me-a-coffee:before { content: "\ea63"; } .cib-buysellads:before { content: "\ea64"; } .cib-buzzfeed:before { content: "\ea65"; } .cib-c:before { content: "\ea66"; } .cib-cakephp:before { content: "\ea67"; } .cib-campaign-monitor:before { content: "\ea68"; } .cib-canva:before { content: "\ea69"; } .cib-cashapp:before { content: "\ea6a"; } .cib-cassandra:before { content: "\ea6b"; } .cib-castro:before { content: "\ea6c"; } .cib-cc-amazon-pay:before { content: "\ea6d"; } .cib-cc-amex:before { content: "\ea6e"; } .cib-cc-apple-pay:before { content: "\ea6f"; } .cib-cc-diners-club:before { content: "\ea70"; } .cib-cc-discover:before { content: "\ea71"; } .cib-cc-jcb:before { content: "\ea72"; } .cib-cc-mastercard:before { content: "\ea73"; } .cib-cc-paypal:before { content: "\ea74"; } .cib-cc-stripe:before { content: "\ea75"; } .cib-cc-visa:before { content: "\ea76"; } .cib-centos:before { content: "\ea77"; } .cib-cevo:before { content: "\ea78"; } .cib-chase:before { content: "\ea79"; } .cib-chef:before { content: "\ea7a"; } .cib-chromecast:before { content: "\ea7b"; } .cib-circle:before { content: "\ea7c"; } .cib-circleci:before { content: "\ea7d"; } .cib-cirrusci:before { content: "\ea7e"; } .cib-cisco:before { content: "\ea7f"; } .cib-civicrm:before { content: "\ea80"; } .cib-clockify:before { content: "\ea81"; } .cib-clojure:before { content: "\ea82"; } .cib-cloudbees:before { content: "\ea83"; } .cib-cloudflare:before { content: "\ea84"; } .cib-cmake:before { content: "\ea85"; } .cib-co-op:before { content: "\ea86"; } .cib-codacy:before { content: "\ea87"; } .cib-code-climate:before { content: "\ea88"; } .cib-codecademy:before { content: "\ea89"; } .cib-codecov:before { content: "\ea8a"; } .cib-codeigniter:before { content: "\ea8b"; } .cib-codepen:before { content: "\ea8c"; } .cib-coderwall:before { content: "\ea8d"; } .cib-codesandbox:before { content: "\ea8e"; } .cib-codeship:before { content: "\ea8f"; } .cib-codewars:before { content: "\ea90"; } .cib-codio:before { content: "\ea91"; } .cib-coffeescript:before { content: "\ea92"; } .cib-common-workflow-language:before { content: "\ea93"; } .cib-composer:before { content: "\ea94"; } .cib-conda-forge:before { content: "\ea95"; } .cib-conekta:before { content: "\ea96"; } .cib-confluence:before { content: "\ea97"; } .cib-coreui:before { content: "\ea98"; } .cib-coreui-c:before { content: "\ea99"; } .cib-coursera:before { content: "\ea9a"; } .cib-coveralls:before { content: "\ea9b"; } .cib-cpanel:before { content: "\ea9c"; } .cib-cplusplus:before { content: "\ea9d"; } .cib-creative-commons:before { content: "\ea9e"; } .cib-creative-commons-by:before { content: "\ea9f"; } .cib-creative-commons-nc:before { content: "\eaa0"; } .cib-creative-commons-nc-eu:before { content: "\eaa1"; } .cib-creative-commons-nc-jp:before { content: "\eaa2"; } .cib-creative-commons-nd:before { content: "\eaa3"; } .cib-creative-commons-pd:before { content: "\eaa4"; } .cib-creative-commons-pd-alt:before { content: "\eaa5"; } .cib-creative-commons-remix:before { content: "\eaa6"; } .cib-creative-commons-sa:before { content: "\eaa7"; } .cib-creative-commons-sampling:before { content: "\eaa8"; } .cib-creative-commons-sampling-plus:before { content: "\eaa9"; } .cib-creative-commons-share:before { content: "\eaaa"; } .cib-creative-commons-zero:before { content: "\eaab"; } .cib-crunchbase:before { content: "\eaac"; } .cib-crunchyroll:before { content: "\eaad"; } .cib-css3:before { content: "\eaae"; } .cib-css3-shiled:before { content: "\eaaf"; } .cib-csswizardry:before { content: "\eab0"; } .cib-d3-js:before { content: "\eab1"; } .cib-dailymotion:before { content: "\eab2"; } .cib-dashlane:before { content: "\eab3"; } .cib-dazn:before { content: "\eab4"; } .cib-dblp:before { content: "\eab5"; } .cib-debian:before { content: "\eab6"; } .cib-deepin:before { content: "\eab7"; } .cib-deezer:before { content: "\eab8"; } .cib-delicious:before { content: "\eab9"; } .cib-dell:before { content: "\eaba"; } .cib-deno:before { content: "\eabb"; } .cib-dependabot:before { content: "\eabc"; } .cib-designer-news:before { content: "\eabd"; } .cib-dev-to:before { content: "\eabe"; } .cib-deviantart:before { content: "\eabf"; } .cib-devrant:before { content: "\eac0"; } .cib-diaspora:before { content: "\eac1"; } .cib-digg:before { content: "\eac2"; } .cib-digital-ocean:before { content: "\eac3"; } .cib-discord:before { content: "\eac4"; } .cib-discourse:before { content: "\eac5"; } .cib-discover:before { content: "\eac6"; } .cib-disqus:before { content: "\eac7"; } .cib-disroot:before { content: "\eac8"; } .cib-django:before { content: "\eac9"; } .cib-docker:before { content: "\eaca"; } .cib-docusign:before { content: "\eacb"; } .cib-dot-net:before { content: "\eacc"; } .cib-draugiem-lv:before { content: "\eacd"; } .cib-dribbble:before { content: "\eace"; } .cib-drone:before { content: "\eacf"; } .cib-dropbox:before { content: "\ead0"; } .cib-drupal:before { content: "\ead1"; } .cib-dtube:before { content: "\ead2"; } .cib-duckduckgo:before { content: "\ead3"; } .cib-dynatrace:before { content: "\ead4"; } .cib-ebay:before { content: "\ead5"; } .cib-eclipseide:before { content: "\ead6"; } .cib-elastic:before { content: "\ead7"; } .cib-elastic-cloud:before { content: "\ead8"; } .cib-elastic-search:before { content: "\ead9"; } .cib-elastic-stack:before { content: "\eada"; } .cib-electron:before { content: "\eadb"; } .cib-elementary:before { content: "\eadc"; } .cib-eleventy:before { content: "\eadd"; } .cib-ello:before { content: "\eade"; } .cib-elsevier:before { content: "\eadf"; } .cib-emlakjet:before { content: "\eae0"; } .cib-empirekred:before { content: "\eae1"; } .cib-envato:before { content: "\eae2"; } .cib-epic-games:before { content: "\eae3"; } .cib-epson:before { content: "\eae4"; } .cib-esea:before { content: "\eae5"; } .cib-eslint:before { content: "\eae6"; } .cib-ethereum:before { content: "\eae7"; } .cib-etsy:before { content: "\eae8"; } .cib-event-store:before { content: "\eae9"; } .cib-eventbrite:before { content: "\eaea"; } .cib-evernote:before { content: "\eaeb"; } .cib-everplaces:before { content: "\eaec"; } .cib-evry:before { content: "\eaed"; } .cib-exercism:before { content: "\eaee"; } .cib-experts-exchange:before { content: "\eaef"; } .cib-expo:before { content: "\eaf0"; } .cib-eyeem:before { content: "\eaf1"; } .cib-f-secure:before { content: "\eaf2"; } .cib-facebook:before { content: "\eaf3"; } .cib-facebook-f:before { content: "\eaf4"; } .cib-faceit:before { content: "\eaf5"; } .cib-fandango:before { content: "\eaf6"; } .cib-favro:before { content: "\eaf7"; } .cib-feathub:before { content: "\eaf8"; } .cib-fedex:before { content: "\eaf9"; } .cib-fedora:before { content: "\eafa"; } .cib-feedly:before { content: "\eafb"; } .cib-fido-alliance:before { content: "\eafc"; } .cib-figma:before { content: "\eafd"; } .cib-filezilla:before { content: "\eafe"; } .cib-firebase:before { content: "\eaff"; } .cib-fitbit:before { content: "\eb00"; } .cib-flask:before { content: "\eb01"; } .cib-flattr:before { content: "\eb02"; } .cib-flickr:before { content: "\eb03"; } .cib-flipboard:before { content: "\eb04"; } .cib-flutter:before { content: "\eb05"; } .cib-fnac:before { content: "\eb06"; } .cib-foursquare:before { content: "\eb07"; } .cib-framer:before { content: "\eb08"; } .cib-freebsd:before { content: "\eb09"; } .cib-freecodecamp:before { content: "\eb0a"; } .cib-fur-affinity:before { content: "\eb0b"; } .cib-furry-network:before { content: "\eb0c"; } .cib-garmin:before { content: "\eb0d"; } .cib-gatsby:before { content: "\eb0e"; } .cib-gauges:before { content: "\eb0f"; } .cib-genius:before { content: "\eb10"; } .cib-gentoo:before { content: "\eb11"; } .cib-geocaching:before { content: "\eb12"; } .cib-gerrit:before { content: "\eb13"; } .cib-gg:before { content: "\eb14"; } .cib-ghost:before { content: "\eb15"; } .cib-gimp:before { content: "\eb16"; } .cib-git:before { content: "\eb17"; } .cib-gitea:before { content: "\eb18"; } .cib-github:before { content: "\eb19"; } .cib-gitkraken:before { content: "\eb1a"; } .cib-gitlab:before { content: "\eb1b"; } .cib-gitpod:before { content: "\eb1c"; } .cib-gitter:before { content: "\eb1d"; } .cib-glassdoor:before { content: "\eb1e"; } .cib-glitch:before { content: "\eb1f"; } .cib-gmail:before { content: "\eb20"; } .cib-gnu:before { content: "\eb21"; } .cib-gnu-privacy-guard:before { content: "\eb22"; } .cib-gnu-social:before { content: "\eb23"; } .cib-go:before { content: "\eb24"; } .cib-godot-engine:before { content: "\eb25"; } .cib-gog-com:before { content: "\eb26"; } .cib-goldenline:before { content: "\eb27"; } .cib-goodreads:before { content: "\eb28"; } .cib-google:before { content: "\eb29"; } .cib-google-ads:before { content: "\eb2a"; } .cib-google-allo:before { content: "\eb2b"; } .cib-google-analytics:before { content: "\eb2c"; } .cib-google-chrome:before { content: "\eb2d"; } .cib-google-cloud:before { content: "\eb2e"; } .cib-google-keep:before { content: "\eb2f"; } .cib-google-pay:before { content: "\eb30"; } .cib-google-play:before { content: "\eb31"; } .cib-google-podcasts:before { content: "\eb32"; } .cib-googles-cholar:before { content: "\eb33"; } .cib-gov-uk:before { content: "\eb34"; } .cib-gradle:before { content: "\eb35"; } .cib-grafana:before { content: "\eb36"; } .cib-graphcool:before { content: "\eb37"; } .cib-graphql:before { content: "\eb38"; } .cib-grav:before { content: "\eb39"; } .cib-gravatar:before { content: "\eb3a"; } .cib-greenkeeper:before { content: "\eb3b"; } .cib-greensock:before { content: "\eb3c"; } .cib-groovy:before { content: "\eb3d"; } .cib-groupon:before { content: "\eb3e"; } .cib-grunt:before { content: "\eb3f"; } .cib-gulp:before { content: "\eb40"; } .cib-gumroad:before { content: "\eb41"; } .cib-gumtree:before { content: "\eb42"; } .cib-habr:before { content: "\eb43"; } .cib-hackaday:before { content: "\eb44"; } .cib-hackerearth:before { content: "\eb45"; } .cib-hackerone:before { content: "\eb46"; } .cib-hackerrank:before { content: "\eb47"; } .cib-hackhands:before { content: "\eb48"; } .cib-hackster:before { content: "\eb49"; } .cib-happycow:before { content: "\eb4a"; } .cib-hashnode:before { content: "\eb4b"; } .cib-haskell:before { content: "\eb4c"; } .cib-hatena-bookmark:before { content: "\eb4d"; } .cib-haxe:before { content: "\eb4e"; } .cib-helm:before { content: "\eb4f"; } .cib-here:before { content: "\eb50"; } .cib-heroku:before { content: "\eb51"; } .cib-hexo:before { content: "\eb52"; } .cib-highly:before { content: "\eb53"; } .cib-hipchat:before { content: "\eb54"; } .cib-hitachi:before { content: "\eb55"; } .cib-hockeyapp:before { content: "\eb56"; } .cib-homify:before { content: "\eb57"; } .cib-hootsuite:before { content: "\eb58"; } .cib-hotjar:before { content: "\eb59"; } .cib-houzz:before { content: "\eb5a"; } .cib-hp:before { content: "\eb5b"; } .cib-html5:before { content: "\eb5c"; } .cib-html5-shield:before { content: "\eb5d"; } .cib-htmlacademy:before { content: "\eb5e"; } .cib-huawei:before { content: "\eb5f"; } .cib-hubspot:before { content: "\eb60"; } .cib-hulu:before { content: "\eb61"; } .cib-humble-bundle:before { content: "\eb62"; } .cib-iata:before { content: "\eb63"; } .cib-ibm:before { content: "\eb64"; } .cib-icloud:before { content: "\eb65"; } .cib-iconjar:before { content: "\eb66"; } .cib-icq:before { content: "\eb67"; } .cib-ideal:before { content: "\eb68"; } .cib-ifixit:before { content: "\eb69"; } .cib-imdb:before { content: "\eb6a"; } .cib-indeed:before { content: "\eb6b"; } .cib-inkscape:before { content: "\eb6c"; } .cib-instacart:before { content: "\eb6d"; } .cib-instagram:before { content: "\eb6e"; } .cib-instapaper:before { content: "\eb6f"; } .cib-intel:before { content: "\eb70"; } .cib-intellijidea:before { content: "\eb71"; } .cib-intercom:before { content: "\eb72"; } .cib-internet-explorer:before { content: "\eb73"; } .cib-invision:before { content: "\eb74"; } .cib-ionic:before { content: "\eb75"; } .cib-issuu:before { content: "\eb76"; } .cib-itch-io:before { content: "\eb77"; } .cib-jabber:before { content: "\eb78"; } .cib-java:before { content: "\eb79"; } .cib-javascript:before { content: "\eb7a"; } .cib-jekyll:before { content: "\eb7b"; } .cib-jenkins:before { content: "\eb7c"; } .cib-jest:before { content: "\eb7d"; } .cib-jet:before { content: "\eb7e"; } .cib-jetbrains:before { content: "\eb7f"; } .cib-jira:before { content: "\eb80"; } .cib-joomla:before { content: "\eb81"; } .cib-jquery:before { content: "\eb82"; } .cib-js:before { content: "\eb83"; } .cib-jsdelivr:before { content: "\eb84"; } .cib-jsfiddle:before { content: "\eb85"; } .cib-json:before { content: "\eb86"; } .cib-jupyter:before { content: "\eb87"; } .cib-justgiving:before { content: "\eb88"; } .cib-kaggle:before { content: "\eb89"; } .cib-kaios:before { content: "\eb8a"; } .cib-kaspersky:before { content: "\eb8b"; } .cib-kentico:before { content: "\eb8c"; } .cib-keras:before { content: "\eb8d"; } .cib-keybase:before { content: "\eb8e"; } .cib-keycdn:before { content: "\eb8f"; } .cib-khan-academy:before { content: "\eb90"; } .cib-kibana:before { content: "\eb91"; } .cib-kickstarter:before { content: "\eb92"; } .cib-kik:before { content: "\eb93"; } .cib-kirby:before { content: "\eb94"; } .cib-klout:before { content: "\eb95"; } .cib-known:before { content: "\eb96"; } .cib-ko-fi:before { content: "\eb97"; } .cib-kodi:before { content: "\eb98"; } .cib-koding:before { content: "\eb99"; } .cib-kotlin:before { content: "\eb9a"; } .cib-krita:before { content: "\eb9b"; } .cib-kubernetes:before { content: "\eb9c"; } .cib-lanyrd:before { content: "\eb9d"; } .cib-laravel:before { content: "\eb9e"; } .cib-laravel-horizon:before { content: "\eb9f"; } .cib-laravel-nova:before { content: "\eba0"; } .cib-last-fm:before { content: "\eba1"; } .cib-latex:before { content: "\eba2"; } .cib-launchpad:before { content: "\eba3"; } .cib-leetcode:before { content: "\eba4"; } .cib-lenovo:before { content: "\eba5"; } .cib-less:before { content: "\eba6"; } .cib-lets-encrypt:before { content: "\eba7"; } .cib-letterboxd:before { content: "\eba8"; } .cib-lgtm:before { content: "\eba9"; } .cib-liberapay:before { content: "\ebaa"; } .cib-librarything:before { content: "\ebab"; } .cib-libreoffice:before { content: "\ebac"; } .cib-line:before { content: "\ebad"; } .cib-linkedin:before { content: "\ebae"; } .cib-linkedin-in:before { content: "\ebaf"; } .cib-linux:before { content: "\ebb0"; } .cib-linux-foundation:before { content: "\ebb1"; } .cib-linux-mint:before { content: "\ebb2"; } .cib-livejournal:before { content: "\ebb3"; } .cib-livestream:before { content: "\ebb4"; } .cib-logstash:before { content: "\ebb5"; } .cib-lua:before { content: "\ebb6"; } .cib-lumen:before { content: "\ebb7"; } .cib-lyft:before { content: "\ebb8"; } .cib-macys:before { content: "\ebb9"; } .cib-magento:before { content: "\ebba"; } .cib-magisk:before { content: "\ebbb"; } .cib-mail-ru:before { content: "\ebbc"; } .cib-mailchimp:before { content: "\ebbd"; } .cib-makerbot:before { content: "\ebbe"; } .cib-manjaro:before { content: "\ebbf"; } .cib-markdown:before { content: "\ebc0"; } .cib-marketo:before { content: "\ebc1"; } .cib-mastercard:before { content: "\ebc2"; } .cib-mastodon:before { content: "\ebc3"; } .cib-material-design:before { content: "\ebc4"; } .cib-mathworks:before { content: "\ebc5"; } .cib-matrix:before { content: "\ebc6"; } .cib-mattermost:before { content: "\ebc7"; } .cib-matternet:before { content: "\ebc8"; } .cib-maxcdn:before { content: "\ebc9"; } .cib-mcafee:before { content: "\ebca"; } .cib-media-temple:before { content: "\ebcb"; } .cib-mediafire:before { content: "\ebcc"; } .cib-medium:before { content: "\ebcd"; } .cib-medium-m:before { content: "\ebce"; } .cib-meetup:before { content: "\ebcf"; } .cib-mega:before { content: "\ebd0"; } .cib-mendeley:before { content: "\ebd1"; } .cib-messenger:before { content: "\ebd2"; } .cib-meteor:before { content: "\ebd3"; } .cib-micro-blog:before { content: "\ebd4"; } .cib-microgenetics:before { content: "\ebd5"; } .cib-microsoft:before { content: "\ebd6"; } .cib-microsoft-edge:before { content: "\ebd7"; } .cib-minetest:before { content: "\ebd8"; } .cib-minutemailer:before { content: "\ebd9"; } .cib-mix:before { content: "\ebda"; } .cib-mixcloud:before { content: "\ebdb"; } .cib-mixer:before { content: "\ebdc"; } .cib-mojang:before { content: "\ebdd"; } .cib-monero:before { content: "\ebde"; } .cib-mongodb:before { content: "\ebdf"; } .cib-monkeytie:before { content: "\ebe0"; } .cib-monogram:before { content: "\ebe1"; } .cib-monzo:before { content: "\ebe2"; } .cib-moo:before { content: "\ebe3"; } .cib-mozilla:before { content: "\ebe4"; } .cib-mozilla-firefox:before { content: "\ebe5"; } .cib-musescore:before { content: "\ebe6"; } .cib-mxlinux:before { content: "\ebe7"; } .cib-myspace:before { content: "\ebe8"; } .cib-mysql:before { content: "\ebe9"; } .cib-nativescript:before { content: "\ebea"; } .cib-nec:before { content: "\ebeb"; } .cib-neo4j:before { content: "\ebec"; } .cib-netflix:before { content: "\ebed"; } .cib-netlify:before { content: "\ebee"; } .cib-next-js:before { content: "\ebef"; } .cib-nextcloud:before { content: "\ebf0"; } .cib-nextdoor:before { content: "\ebf1"; } .cib-nginx:before { content: "\ebf2"; } .cib-nim:before { content: "\ebf3"; } .cib-nintendo:before { content: "\ebf4"; } .cib-nintendo-3ds:before { content: "\ebf5"; } .cib-nintendo-gamecube:before { content: "\ebf6"; } .cib-nintendo-switch:before { content: "\ebf7"; } .cib-node-js:before { content: "\ebf8"; } .cib-node-red:before { content: "\ebf9"; } .cib-nodemon:before { content: "\ebfa"; } .cib-nokia:before { content: "\ebfb"; } .cib-notion:before { content: "\ebfc"; } .cib-npm:before { content: "\ebfd"; } .cib-nucleo:before { content: "\ebfe"; } .cib-nuget:before { content: "\ebff"; } .cib-nuxt-js:before { content: "\ec00"; } .cib-nvidia:before { content: "\ec01"; } .cib-ocaml:before { content: "\ec02"; } .cib-octave:before { content: "\ec03"; } .cib-octopus-deploy:before { content: "\ec04"; } .cib-oculus:before { content: "\ec05"; } .cib-odnoklassniki:before { content: "\ec06"; } .cib-open-access:before { content: "\ec07"; } .cib-open-collective:before { content: "\ec08"; } .cib-open-id:before { content: "\ec09"; } .cib-open-source-initiative:before { content: "\ec0a"; } .cib-openstreetmap:before { content: "\ec0b"; } .cib-opensuse:before { content: "\ec0c"; } .cib-openvpn:before { content: "\ec0d"; } .cib-opera:before { content: "\ec0e"; } .cib-opsgenie:before { content: "\ec0f"; } .cib-oracle:before { content: "\ec10"; } .cib-orcid:before { content: "\ec11"; } .cib-origin:before { content: "\ec12"; } .cib-osi:before { content: "\ec13"; } .cib-osmc:before { content: "\ec14"; } .cib-overcast:before { content: "\ec15"; } .cib-overleaf:before { content: "\ec16"; } .cib-ovh:before { content: "\ec17"; } .cib-pagekit:before { content: "\ec18"; } .cib-palantir:before { content: "\ec19"; } .cib-pandora:before { content: "\ec1a"; } .cib-pantheon:before { content: "\ec1b"; } .cib-patreon:before { content: "\ec1c"; } .cib-paypal:before { content: "\ec1d"; } .cib-periscope:before { content: "\ec1e"; } .cib-php:before { content: "\ec1f"; } .cib-picarto-tv:before { content: "\ec20"; } .cib-pinboard:before { content: "\ec21"; } .cib-pingdom:before { content: "\ec22"; } .cib-pingup:before { content: "\ec23"; } .cib-pinterest:before { content: "\ec24"; } .cib-pinterest-p:before { content: "\ec25"; } .cib-pivotaltracker:before { content: "\ec26"; } .cib-plangrid:before { content: "\ec27"; } .cib-player-me:before { content: "\ec28"; } .cib-playerfm:before { content: "\ec29"; } .cib-playstation:before { content: "\ec2a"; } .cib-playstation3:before { content: "\ec2b"; } .cib-playstation4:before { content: "\ec2c"; } .cib-plesk:before { content: "\ec2d"; } .cib-plex:before { content: "\ec2e"; } .cib-pluralsight:before { content: "\ec2f"; } .cib-plurk:before { content: "\ec30"; } .cib-pocket:before { content: "\ec31"; } .cib-postgresql:before { content: "\ec32"; } .cib-postman:before { content: "\ec33"; } .cib-postwoman:before { content: "\ec34"; } .cib-powershell:before { content: "\ec35"; } .cib-prettier:before { content: "\ec36"; } .cib-prismic:before { content: "\ec37"; } .cib-probot:before { content: "\ec38"; } .cib-processwire:before { content: "\ec39"; } .cib-product-hunt:before { content: "\ec3a"; } .cib-proto-io:before { content: "\ec3b"; } .cib-protonmail:before { content: "\ec3c"; } .cib-proxmox:before { content: "\ec3d"; } .cib-pypi:before { content: "\ec3e"; } .cib-python:before { content: "\ec3f"; } .cib-pytorch:before { content: "\ec40"; } .cib-qgis:before { content: "\ec41"; } .cib-qiita:before { content: "\ec42"; } .cib-qq:before { content: "\ec43"; } .cib-qualcomm:before { content: "\ec44"; } .cib-quantcast:before { content: "\ec45"; } .cib-quantopian:before { content: "\ec46"; } .cib-quarkus:before { content: "\ec47"; } .cib-quora:before { content: "\ec48"; } .cib-qwiklabs:before { content: "\ec49"; } .cib-qzone:before { content: "\ec4a"; } .cib-r:before { content: "\ec4b"; } .cib-radiopublic:before { content: "\ec4c"; } .cib-rails:before { content: "\ec4d"; } .cib-raspberry-pi:before { content: "\ec4e"; } .cib-react:before { content: "\ec4f"; } .cib-read-the-docs:before { content: "\ec50"; } .cib-readme:before { content: "\ec51"; } .cib-realm:before { content: "\ec52"; } .cib-reason:before { content: "\ec53"; } .cib-redbubble:before { content: "\ec54"; } .cib-reddit:before { content: "\ec55"; } .cib-reddit-alt:before { content: "\ec56"; } .cib-redhat:before { content: "\ec57"; } .cib-redis:before { content: "\ec58"; } .cib-redux:before { content: "\ec59"; } .cib-renren:before { content: "\ec5a"; } .cib-reverbnation:before { content: "\ec5b"; } .cib-riot:before { content: "\ec5c"; } .cib-ripple:before { content: "\ec5d"; } .cib-riseup:before { content: "\ec5e"; } .cib-rollup-js:before { content: "\ec5f"; } .cib-roots:before { content: "\ec60"; } .cib-roundcube:before { content: "\ec61"; } .cib-rss:before { content: "\ec62"; } .cib-rstudio:before { content: "\ec63"; } .cib-ruby:before { content: "\ec64"; } .cib-rubygems:before { content: "\ec65"; } .cib-runkeeper:before { content: "\ec66"; } .cib-rust:before { content: "\ec67"; } .cib-safari:before { content: "\ec68"; } .cib-sahibinden:before { content: "\ec69"; } .cib-salesforce:before { content: "\ec6a"; } .cib-saltstack:before { content: "\ec6b"; } .cib-samsung:before { content: "\ec6c"; } .cib-samsung-pay:before { content: "\ec6d"; } .cib-sap:before { content: "\ec6e"; } .cib-sass:before { content: "\ec6f"; } .cib-sass-alt:before { content: "\ec70"; } .cib-saucelabs:before { content: "\ec71"; } .cib-scala:before { content: "\ec72"; } .cib-scaleway:before { content: "\ec73"; } .cib-scribd:before { content: "\ec74"; } .cib-scrutinizerci:before { content: "\ec75"; } .cib-seagate:before { content: "\ec76"; } .cib-sega:before { content: "\ec77"; } .cib-sellfy:before { content: "\ec78"; } .cib-semaphoreci:before { content: "\ec79"; } .cib-sensu:before { content: "\ec7a"; } .cib-sentry:before { content: "\ec7b"; } .cib-server-fault:before { content: "\ec7c"; } .cib-shazam:before { content: "\ec7d"; } .cib-shell:before { content: "\ec7e"; } .cib-shopify:before { content: "\ec7f"; } .cib-showpad:before { content: "\ec80"; } .cib-siemens:before { content: "\ec81"; } .cib-signal:before { content: "\ec82"; } .cib-sina-weibo:before { content: "\ec83"; } .cib-sitepoint:before { content: "\ec84"; } .cib-sketch:before { content: "\ec85"; } .cib-skillshare:before { content: "\ec86"; } .cib-skyliner:before { content: "\ec87"; } .cib-skype:before { content: "\ec88"; } .cib-slack:before { content: "\ec89"; } .cib-slashdot:before { content: "\ec8a"; } .cib-slickpic:before { content: "\ec8b"; } .cib-slides:before { content: "\ec8c"; } .cib-slideshare:before { content: "\ec8d"; } .cib-smashingmagazine:before { content: "\ec8e"; } .cib-snapchat:before { content: "\ec8f"; } .cib-snapcraft:before { content: "\ec90"; } .cib-snyk:before { content: "\ec91"; } .cib-society6:before { content: "\ec92"; } .cib-socket-io:before { content: "\ec93"; } .cib-sogou:before { content: "\ec94"; } .cib-solus:before { content: "\ec95"; } .cib-songkick:before { content: "\ec96"; } .cib-sonos:before { content: "\ec97"; } .cib-soundcloud:before { content: "\ec98"; } .cib-sourceforge:before { content: "\ec99"; } .cib-sourcegraph:before { content: "\ec9a"; } .cib-spacemacs:before { content: "\ec9b"; } .cib-spacex:before { content: "\ec9c"; } .cib-sparkfun:before { content: "\ec9d"; } .cib-sparkpost:before { content: "\ec9e"; } .cib-spdx:before { content: "\ec9f"; } .cib-speaker-deck:before { content: "\eca0"; } .cib-spectrum:before { content: "\eca1"; } .cib-spotify:before { content: "\eca2"; } .cib-spotlight:before { content: "\eca3"; } .cib-spreaker:before { content: "\eca4"; } .cib-spring:before { content: "\eca5"; } .cib-sprint:before { content: "\eca6"; } .cib-squarespace:before { content: "\eca7"; } .cib-stackbit:before { content: "\eca8"; } .cib-stackexchange:before { content: "\eca9"; } .cib-stackoverflow:before { content: "\ecaa"; } .cib-stackpath:before { content: "\ecab"; } .cib-stackshare:before { content: "\ecac"; } .cib-stadia:before { content: "\ecad"; } .cib-statamic:before { content: "\ecae"; } .cib-staticman:before { content: "\ecaf"; } .cib-statuspage:before { content: "\ecb0"; } .cib-steam:before { content: "\ecb1"; } .cib-steem:before { content: "\ecb2"; } .cib-steemit:before { content: "\ecb3"; } .cib-stitcher:before { content: "\ecb4"; } .cib-storify:before { content: "\ecb5"; } .cib-storybook:before { content: "\ecb6"; } .cib-strapi:before { content: "\ecb7"; } .cib-strava:before { content: "\ecb8"; } .cib-stripe:before { content: "\ecb9"; } .cib-stripe-s:before { content: "\ecba"; } .cib-stubhub:before { content: "\ecbb"; } .cib-stumbleupon:before { content: "\ecbc"; } .cib-styleshare:before { content: "\ecbd"; } .cib-stylus:before { content: "\ecbe"; } .cib-sublime-text:before { content: "\ecbf"; } .cib-subversion:before { content: "\ecc0"; } .cib-superuser:before { content: "\ecc1"; } .cib-svelte:before { content: "\ecc2"; } .cib-svg:before { content: "\ecc3"; } .cib-swagger:before { content: "\ecc4"; } .cib-swarm:before { content: "\ecc5"; } .cib-swift:before { content: "\ecc6"; } .cib-symantec:before { content: "\ecc7"; } .cib-symfony:before { content: "\ecc8"; } .cib-synology:before { content: "\ecc9"; } .cib-t-mobile:before { content: "\ecca"; } .cib-tableau:before { content: "\eccb"; } .cib-tails:before { content: "\eccc"; } .cib-tapas:before { content: "\eccd"; } .cib-teamviewer:before { content: "\ecce"; } .cib-ted:before { content: "\eccf"; } .cib-teespring:before { content: "\ecd0"; } .cib-telegram:before { content: "\ecd1"; } .cib-telegram-plane:before { content: "\ecd2"; } .cib-tencent-qq:before { content: "\ecd3"; } .cib-tencent-weibo:before { content: "\ecd4"; } .cib-tensorflow:before { content: "\ecd5"; } .cib-terraform:before { content: "\ecd6"; } .cib-tesla:before { content: "\ecd7"; } .cib-the-mighty:before { content: "\ecd8"; } .cib-the-movie-database:before { content: "\ecd9"; } .cib-tidal:before { content: "\ecda"; } .cib-tiktok:before { content: "\ecdb"; } .cib-tinder:before { content: "\ecdc"; } .cib-todoist:before { content: "\ecdd"; } .cib-toggl:before { content: "\ecde"; } .cib-topcoder:before { content: "\ecdf"; } .cib-toptal:before { content: "\ece0"; } .cib-tor:before { content: "\ece1"; } .cib-toshiba:before { content: "\ece2"; } .cib-trainerroad:before { content: "\ece3"; } .cib-trakt:before { content: "\ece4"; } .cib-travisci:before { content: "\ece5"; } .cib-treehouse:before { content: "\ece6"; } .cib-trello:before { content: "\ece7"; } .cib-tripadvisor:before { content: "\ece8"; } .cib-trulia:before { content: "\ece9"; } .cib-tumblr:before { content: "\ecea"; } .cib-twilio:before { content: "\eceb"; } .cib-twitch:before { content: "\ecec"; } .cib-twitter:before { content: "\eced"; } .cib-twoo:before { content: "\ecee"; } .cib-typescript:before { content: "\ecef"; } .cib-typo3:before { content: "\ecf0"; } .cib-uber:before { content: "\ecf1"; } .cib-ubisoft:before { content: "\ecf2"; } .cib-ublock-origin:before { content: "\ecf3"; } .cib-ubuntu:before { content: "\ecf4"; } .cib-udacity:before { content: "\ecf5"; } .cib-udemy:before { content: "\ecf6"; } .cib-uikit:before { content: "\ecf7"; } .cib-umbraco:before { content: "\ecf8"; } .cib-unity:before { content: "\ecf9"; } .cib-unreal-engine:before { content: "\ecfa"; } .cib-unsplash:before { content: "\ecfb"; } .cib-untappd:before { content: "\ecfc"; } .cib-upwork:before { content: "\ecfd"; } .cib-usb:before { content: "\ecfe"; } .cib-v8:before { content: "\ecff"; } .cib-vagrant:before { content: "\ed00"; } .cib-venmo:before { content: "\ed01"; } .cib-verizon:before { content: "\ed02"; } .cib-viadeo:before { content: "\ed03"; } .cib-viber:before { content: "\ed04"; } .cib-vim:before { content: "\ed05"; } .cib-vimeo:before { content: "\ed06"; } .cib-vimeo-v:before { content: "\ed07"; } .cib-vine:before { content: "\ed08"; } .cib-virb:before { content: "\ed09"; } .cib-visa:before { content: "\ed0a"; } .cib-visual-studio:before { content: "\ed0b"; } .cib-visual-studio-code:before { content: "\ed0c"; } .cib-vk:before { content: "\ed0d"; } .cib-vlc:before { content: "\ed0e"; } .cib-vsco:before { content: "\ed0f"; } .cib-vue-js:before { content: "\ed10"; } .cib-wattpad:before { content: "\ed11"; } .cib-weasyl:before { content: "\ed12"; } .cib-webcomponents-org:before { content: "\ed13"; } .cib-webpack:before { content: "\ed14"; } .cib-webstorm:before { content: "\ed15"; } .cib-wechat:before { content: "\ed16"; } .cib-whatsapp:before { content: "\ed17"; } .cib-when-i-work:before { content: "\ed18"; } .cib-wii:before { content: "\ed19"; } .cib-wiiu:before { content: "\ed1a"; } .cib-wikipedia:before { content: "\ed1b"; } .cib-windows:before { content: "\ed1c"; } .cib-wire:before { content: "\ed1d"; } .cib-wireguard:before { content: "\ed1e"; } .cib-wix:before { content: "\ed1f"; } .cib-wolfram:before { content: "\ed20"; } .cib-wolfram-language:before { content: "\ed21"; } .cib-wolfram-mathematica:before { content: "\ed22"; } .cib-wordpress:before { content: "\ed23"; } .cib-wpengine:before { content: "\ed24"; } .cib-x-pack:before { content: "\ed25"; } .cib-xbox:before { content: "\ed26"; } .cib-xcode:before { content: "\ed27"; } .cib-xero:before { content: "\ed28"; } .cib-xiaomi:before { content: "\ed29"; } .cib-xing:before { content: "\ed2a"; } .cib-xrp:before { content: "\ed2b"; } .cib-xsplit:before { content: "\ed2c"; } .cib-y-combinator:before { content: "\ed2d"; } .cib-yahoo:before { content: "\ed2e"; } .cib-yammer:before { content: "\ed2f"; } .cib-yandex:before { content: "\ed30"; } .cib-yarn:before { content: "\ed31"; } .cib-yelp:before { content: "\ed32"; } .cib-youtube:before { content: "\ed33"; } .cib-zalando:before { content: "\ed34"; } .cib-zapier:before { content: "\ed35"; } .cib-zeit:before { content: "\ed36"; } .cib-zendesk:before { content: "\ed37"; } .cib-zerply:before { content: "\ed38"; } .cib-zillow:before { content: "\ed39"; } .cib-zingat:before { content: "\ed3a"; } .cib-zoom:before { content: "\ed3b"; } .cib-zorin:before { content: "\ed3c"; } .cib-zulip:before { content: "\ed3d"; } ================================================ FILE: icon-packs/ikonli-coreui-pack/src/main/resources/META-INF/resources/coreui/2.0.0-beta.5/css/coreui-free.css ================================================ @charset "UTF-8"; /*! * CoreUI Icons Free Open Source Icons * @version v2.0.0-beta.4 * @link https://coreui.io/icons * Copyright (c) 2020 creativeLabs Łukasz Holeczek * Licensed under MIT (https://coreui.io/icons/license) */ @font-face { font-family: 'CoreUI-Icons-Free'; src: url("../fonts/CoreUI-Icons-Free.eot?64h6xh"); src: url("../fonts/CoreUI-Icons-Free.eot?64h6xh#iefix") format("embedded-opentype"), url("../fonts/CoreUI-Icons-Free.ttf?64h6xh") format("truetype"), url("../fonts/CoreUI-Icons-Free.woff?64h6xh") format("woff"), url("../fonts/CoreUI-Icons-Free.svg?64h6xh#CoreUI-Icons-Free") format("svg"); font-weight: normal; font-style: normal; } [class^="cil-"], [class*=" cil-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'CoreUI-Icons-Free' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .cil-3d:before { content: "\ea01"; } .cil-4k:before { content: "\ea02"; } .cil-account-logout:before { content: "\ea03"; } .cil-action-redo:before { content: "\ea04"; } .cil-action-undo:before { content: "\ea05"; } .cil-address-book:before { content: "\ea06"; } .cil-airplane-mode:before { content: "\ea07"; } .cil-airplane-mode-off:before { content: "\ea08"; } .cil-airplay:before { content: "\ea09"; } .cil-alarm:before { content: "\ea0a"; } .cil-album:before { content: "\ea0b"; } .cil-align-center:before { content: "\ea0c"; } .cil-align-left:before { content: "\ea0d"; } .cil-align-right:before { content: "\ea0e"; } .cil-american-football:before { content: "\ea0f"; } .cil-animal:before { content: "\ea10"; } .cil-aperture:before { content: "\ea11"; } .cil-apple:before { content: "\ea12"; } .cil-applications:before { content: "\ea13"; } .cil-applications-settings:before { content: "\ea14"; } .cil-apps:before { content: "\ea15"; } .cil-apps-settings:before { content: "\ea16"; } .cil-arrow-bottom:before { content: "\ea17"; } .cil-arrow-circle-bottom:before { content: "\ea18"; } .cil-arrow-circle-left:before { content: "\ea19"; } .cil-arrow-circle-right:before { content: "\ea1a"; } .cil-arrow-circle-top:before { content: "\ea1b"; } .cil-arrow-left:before { content: "\ea1c"; } .cil-arrow-right:before { content: "\ea1d"; } .cil-arrow-thick-bottom:before { content: "\ea1e"; } .cil-arrow-thick-from-bottom:before { content: "\ea1f"; } .cil-arrow-thick-from-left:before { content: "\ea20"; } .cil-arrow-thick-from-right:before { content: "\ea21"; } .cil-arrow-thick-from-top:before { content: "\ea22"; } .cil-arrow-thick-left:before { content: "\ea23"; } .cil-arrow-thick-right:before { content: "\ea24"; } .cil-arrow-thick-to-bottom:before { content: "\ea25"; } .cil-arrow-thick-to-left:before { content: "\ea26"; } .cil-arrow-thick-to-right:before { content: "\ea27"; } .cil-arrow-thick-to-top:before { content: "\ea28"; } .cil-arrow-thick-top:before { content: "\ea29"; } .cil-arrow-top:before { content: "\ea2a"; } .cil-assistive-listening-system:before { content: "\ea2b"; } .cil-asterisk:before { content: "\ea2c"; } .cil-asterisk-circle:before { content: "\ea2d"; } .cil-at:before { content: "\ea2e"; } .cil-audio:before { content: "\ea2f"; } .cil-audio-description:before { content: "\ea30"; } .cil-audio-spectrum:before { content: "\ea31"; } .cil-av-timer:before { content: "\ea32"; } .cil-baby:before { content: "\ea33"; } .cil-baby-carriage:before { content: "\ea34"; } .cil-backspace:before { content: "\ea35"; } .cil-badge:before { content: "\ea36"; } .cil-balance-scale:before { content: "\ea37"; } .cil-ban:before { content: "\ea38"; } .cil-bank:before { content: "\ea39"; } .cil-bar-chart:before { content: "\ea3a"; } .cil-barcode:before { content: "\ea3b"; } .cil-baseball:before { content: "\ea3c"; } .cil-basket:before { content: "\ea3d"; } .cil-basketball:before { content: "\ea3e"; } .cil-bath:before { content: "\ea3f"; } .cil-bathroom:before { content: "\ea40"; } .cil-battery-0:before { content: "\ea41"; } .cil-battery-3:before { content: "\ea42"; } .cil-battery-5:before { content: "\ea43"; } .cil-battery-alert:before { content: "\ea44"; } .cil-battery-empty:before { content: "\ea45"; } .cil-battery-full:before { content: "\ea46"; } .cil-battery-slash:before { content: "\ea47"; } .cil-beach-access:before { content: "\ea48"; } .cil-beaker:before { content: "\ea49"; } .cil-bed:before { content: "\ea4a"; } .cil-bell:before { content: "\ea4b"; } .cil-bell-exclamation:before { content: "\ea4c"; } .cil-bike:before { content: "\ea4d"; } .cil-birthday-cake:before { content: "\ea4e"; } .cil-blind:before { content: "\ea4f"; } .cil-bluetooth:before { content: "\ea50"; } .cil-blur:before { content: "\ea51"; } .cil-blur-circular:before { content: "\ea52"; } .cil-blur-linear:before { content: "\ea53"; } .cil-boat-alt:before { content: "\ea54"; } .cil-bold:before { content: "\ea55"; } .cil-bolt:before { content: "\ea56"; } .cil-bolt-circle:before { content: "\ea57"; } .cil-book:before { content: "\ea58"; } .cil-bookmark:before { content: "\ea59"; } .cil-border-all:before { content: "\ea5a"; } .cil-border-bottom:before { content: "\ea5b"; } .cil-border-clear:before { content: "\ea5c"; } .cil-border-horizontal:before { content: "\ea5d"; } .cil-border-inner:before { content: "\ea5e"; } .cil-border-left:before { content: "\ea5f"; } .cil-border-outer:before { content: "\ea60"; } .cil-border-right:before { content: "\ea61"; } .cil-border-style:before { content: "\ea62"; } .cil-border-top:before { content: "\ea63"; } .cil-border-vertical:before { content: "\ea64"; } .cil-bowling:before { content: "\ea65"; } .cil-braille:before { content: "\ea66"; } .cil-briefcase:before { content: "\ea67"; } .cil-brightness:before { content: "\ea68"; } .cil-british-pound:before { content: "\ea69"; } .cil-browser:before { content: "\ea6a"; } .cil-brush:before { content: "\ea6b"; } .cil-brush-alt:before { content: "\ea6c"; } .cil-bug:before { content: "\ea6d"; } .cil-building:before { content: "\ea6e"; } .cil-bullhorn:before { content: "\ea6f"; } .cil-burger:before { content: "\ea70"; } .cil-burn:before { content: "\ea71"; } .cil-bus-alt:before { content: "\ea72"; } .cil-calculator:before { content: "\ea73"; } .cil-calendar:before { content: "\ea74"; } .cil-calendar-check:before { content: "\ea75"; } .cil-camera:before { content: "\ea76"; } .cil-camera-control:before { content: "\ea77"; } .cil-camera-roll:before { content: "\ea78"; } .cil-car-alt:before { content: "\ea79"; } .cil-caret-bottom:before { content: "\ea7a"; } .cil-caret-left:before { content: "\ea7b"; } .cil-caret-right:before { content: "\ea7c"; } .cil-caret-top:before { content: "\ea7d"; } .cil-cart:before { content: "\ea7e"; } .cil-cash:before { content: "\ea7f"; } .cil-casino:before { content: "\ea80"; } .cil-cast:before { content: "\ea81"; } .cil-cat:before { content: "\ea82"; } .cil-cc:before { content: "\ea83"; } .cil-center-focus:before { content: "\ea84"; } .cil-chart:before { content: "\ea85"; } .cil-chart-line:before { content: "\ea86"; } .cil-chart-pie:before { content: "\ea87"; } .cil-chat-bubble:before { content: "\ea88"; } .cil-check:before { content: "\ea89"; } .cil-check-alt:before { content: "\ea8a"; } .cil-check-circle:before { content: "\ea8b"; } .cil-chevron-bottom:before { content: "\ea8c"; } .cil-chevron-circle-down-alt:before { content: "\ea8d"; } .cil-chevron-circle-left-alt:before { content: "\ea8e"; } .cil-chevron-circle-right-alt:before { content: "\ea8f"; } .cil-chevron-circle-up-alt:before { content: "\ea90"; } .cil-chevron-double-down:before { content: "\ea91"; } .cil-chevron-double-left:before { content: "\ea92"; } .cil-chevron-double-right:before { content: "\ea93"; } .cil-chevron-double-up:before { content: "\ea94"; } .cil-chevron-left:before { content: "\ea95"; } .cil-chevron-right:before { content: "\ea96"; } .cil-chevron-top:before { content: "\ea97"; } .cil-child:before { content: "\ea98"; } .cil-child-friendly:before { content: "\ea99"; } .cil-circle:before { content: "\ea9a"; } .cil-clear-all:before { content: "\ea9b"; } .cil-clipboard:before { content: "\ea9c"; } .cil-clock:before { content: "\ea9d"; } .cil-clone:before { content: "\ea9e"; } .cil-closed-captioning:before { content: "\ea9f"; } .cil-cloud:before { content: "\eaa0"; } .cil-cloud-download:before { content: "\eaa1"; } .cil-cloud-upload:before { content: "\eaa2"; } .cil-cloudy:before { content: "\eaa3"; } .cil-code:before { content: "\eaa4"; } .cil-coffee:before { content: "\eaa5"; } .cil-cog:before { content: "\eaa6"; } .cil-color-border:before { content: "\eaa7"; } .cil-color-fill:before { content: "\eaa8"; } .cil-color-palette:before { content: "\eaa9"; } .cil-columns:before { content: "\eaaa"; } .cil-command:before { content: "\eaab"; } .cil-comment-bubble:before { content: "\eaac"; } .cil-comment-square:before { content: "\eaad"; } .cil-compass:before { content: "\eaae"; } .cil-compress:before { content: "\eaaf"; } .cil-contact:before { content: "\eab0"; } .cil-contrast:before { content: "\eab1"; } .cil-control:before { content: "\eab2"; } .cil-copy:before { content: "\eab3"; } .cil-couch:before { content: "\eab4"; } .cil-credit-card:before { content: "\eab5"; } .cil-crop:before { content: "\eab6"; } .cil-crop-rotate:before { content: "\eab7"; } .cil-cursor:before { content: "\eab8"; } .cil-cursor-move:before { content: "\eab9"; } .cil-cut:before { content: "\eaba"; } .cil-data-transfer-down:before { content: "\eabb"; } .cil-data-transfer-up:before { content: "\eabc"; } .cil-deaf:before { content: "\eabd"; } .cil-delete:before { content: "\eabe"; } .cil-description:before { content: "\eabf"; } .cil-devices:before { content: "\eac0"; } .cil-dialpad:before { content: "\eac1"; } .cil-diamond:before { content: "\eac2"; } .cil-dinner:before { content: "\eac3"; } .cil-disabled:before { content: "\eac4"; } .cil-dog:before { content: "\eac5"; } .cil-dollar:before { content: "\eac6"; } .cil-door:before { content: "\eac7"; } .cil-double-quote-sans-left:before { content: "\eac8"; } .cil-double-quote-sans-right:before { content: "\eac9"; } .cil-drink:before { content: "\eaca"; } .cil-drink-alcohol:before { content: "\eacb"; } .cil-drop:before { content: "\eacc"; } .cil-eco:before { content: "\eacd"; } .cil-education:before { content: "\eace"; } .cil-elevator:before { content: "\eacf"; } .cil-envelope-closed:before { content: "\ead0"; } .cil-envelope-letter:before { content: "\ead1"; } .cil-envelope-open:before { content: "\ead2"; } .cil-equalizer:before { content: "\ead3"; } .cil-ethernet:before { content: "\ead4"; } .cil-euro:before { content: "\ead5"; } .cil-excerpt:before { content: "\ead6"; } .cil-exit-to-app:before { content: "\ead7"; } .cil-expand-down:before { content: "\ead8"; } .cil-expand-left:before { content: "\ead9"; } .cil-expand-right:before { content: "\eada"; } .cil-expand-up:before { content: "\eadb"; } .cil-exposure:before { content: "\eadc"; } .cil-external-link:before { content: "\eadd"; } .cil-eyedropper:before { content: "\eade"; } .cil-face:before { content: "\eadf"; } .cil-face-dead:before { content: "\eae0"; } .cil-factory:before { content: "\eae1"; } .cil-factory-slash:before { content: "\eae2"; } .cil-fastfood:before { content: "\eae3"; } .cil-fax:before { content: "\eae4"; } .cil-featured-playlist:before { content: "\eae5"; } .cil-file:before { content: "\eae6"; } .cil-filter:before { content: "\eae7"; } .cil-filter-frames:before { content: "\eae8"; } .cil-filter-photo:before { content: "\eae9"; } .cil-filter-square:before { content: "\eaea"; } .cil-filter-x:before { content: "\eaeb"; } .cil-find-in-page:before { content: "\eaec"; } .cil-fingerprint:before { content: "\eaed"; } .cil-fire:before { content: "\eaee"; } .cil-flag-alt:before { content: "\eaef"; } .cil-flight-takeoff:before { content: "\eaf0"; } .cil-flip:before { content: "\eaf1"; } .cil-flip-to-back:before { content: "\eaf2"; } .cil-flip-to-front:before { content: "\eaf3"; } .cil-flower:before { content: "\eaf4"; } .cil-folder:before { content: "\eaf5"; } .cil-folder-open:before { content: "\eaf6"; } .cil-font:before { content: "\eaf7"; } .cil-football:before { content: "\eaf8"; } .cil-fork:before { content: "\eaf9"; } .cil-fridge:before { content: "\eafa"; } .cil-frown:before { content: "\eafb"; } .cil-fullscreen:before { content: "\eafc"; } .cil-fullscreen-exit:before { content: "\eafd"; } .cil-functions:before { content: "\eafe"; } .cil-functions-alt:before { content: "\eaff"; } .cil-gamepad:before { content: "\eb00"; } .cil-garage:before { content: "\eb01"; } .cil-gauge:before { content: "\eb02"; } .cil-gem:before { content: "\eb03"; } .cil-gif:before { content: "\eb04"; } .cil-gift:before { content: "\eb05"; } .cil-globe-alt:before { content: "\eb06"; } .cil-golf:before { content: "\eb07"; } .cil-golf-alt:before { content: "\eb08"; } .cil-gradient:before { content: "\eb09"; } .cil-grain:before { content: "\eb0a"; } .cil-graph:before { content: "\eb0b"; } .cil-grid:before { content: "\eb0c"; } .cil-grid-slash:before { content: "\eb0d"; } .cil-group:before { content: "\eb0e"; } .cil-hamburger-menu:before { content: "\eb0f"; } .cil-hand-point-down:before { content: "\eb10"; } .cil-hand-point-left:before { content: "\eb11"; } .cil-hand-point-right:before { content: "\eb12"; } .cil-hand-point-up:before { content: "\eb13"; } .cil-happy:before { content: "\eb14"; } .cil-hd:before { content: "\eb15"; } .cil-hdr:before { content: "\eb16"; } .cil-header:before { content: "\eb17"; } .cil-headphones:before { content: "\eb18"; } .cil-healing:before { content: "\eb19"; } .cil-heart:before { content: "\eb1a"; } .cil-highlighter:before { content: "\eb1b"; } .cil-highligt:before { content: "\eb1c"; } .cil-history:before { content: "\eb1d"; } .cil-home:before { content: "\eb1e"; } .cil-hospital:before { content: "\eb1f"; } .cil-hot-tub:before { content: "\eb20"; } .cil-house:before { content: "\eb21"; } .cil-https:before { content: "\eb22"; } .cil-image:before { content: "\eb23"; } .cil-image-broken:before { content: "\eb24"; } .cil-image-plus:before { content: "\eb25"; } .cil-inbox:before { content: "\eb26"; } .cil-indent-decrease:before { content: "\eb27"; } .cil-indent-increase:before { content: "\eb28"; } .cil-industry:before { content: "\eb29"; } .cil-industry-slash:before { content: "\eb2a"; } .cil-infinity:before { content: "\eb2b"; } .cil-info:before { content: "\eb2c"; } .cil-input:before { content: "\eb2d"; } .cil-input-hdmi:before { content: "\eb2e"; } .cil-input-power:before { content: "\eb2f"; } .cil-institution:before { content: "\eb30"; } .cil-italic:before { content: "\eb31"; } .cil-justify-center:before { content: "\eb32"; } .cil-justify-left:before { content: "\eb33"; } .cil-justify-right:before { content: "\eb34"; } .cil-keyboard:before { content: "\eb35"; } .cil-lan:before { content: "\eb36"; } .cil-language:before { content: "\eb37"; } .cil-laptop:before { content: "\eb38"; } .cil-layers:before { content: "\eb39"; } .cil-leaf:before { content: "\eb3a"; } .cil-lemon:before { content: "\eb3b"; } .cil-level-down:before { content: "\eb3c"; } .cil-level-up:before { content: "\eb3d"; } .cil-library:before { content: "\eb3e"; } .cil-library-add:before { content: "\eb3f"; } .cil-library-building:before { content: "\eb40"; } .cil-life-ring:before { content: "\eb41"; } .cil-lightbulb:before { content: "\eb42"; } .cil-line-spacing:before { content: "\eb43"; } .cil-line-style:before { content: "\eb44"; } .cil-line-weight:before { content: "\eb45"; } .cil-link:before { content: "\eb46"; } .cil-link-alt:before { content: "\eb47"; } .cil-link-broken:before { content: "\eb48"; } .cil-list:before { content: "\eb49"; } .cil-list-filter:before { content: "\eb4a"; } .cil-list-high-priority:before { content: "\eb4b"; } .cil-list-low-priority:before { content: "\eb4c"; } .cil-list-numbered:before { content: "\eb4d"; } .cil-list-numbered-rtl:before { content: "\eb4e"; } .cil-list-rich:before { content: "\eb4f"; } .cil-location-pin:before { content: "\eb50"; } .cil-lock-locked:before { content: "\eb51"; } .cil-lock-unlocked:before { content: "\eb52"; } .cil-locomotive:before { content: "\eb53"; } .cil-loop:before { content: "\eb54"; } .cil-loop-1:before { content: "\eb55"; } .cil-loop-circular:before { content: "\eb56"; } .cil-low-vision:before { content: "\eb57"; } .cil-magnifying-glass:before { content: "\eb58"; } .cil-map:before { content: "\eb59"; } .cil-media-eject:before { content: "\eb5a"; } .cil-media-pause:before { content: "\eb5b"; } .cil-media-play:before { content: "\eb5c"; } .cil-media-record:before { content: "\eb5d"; } .cil-media-skip-backward:before { content: "\eb5e"; } .cil-media-skip-forward:before { content: "\eb5f"; } .cil-media-step-backward:before { content: "\eb60"; } .cil-media-step-forward:before { content: "\eb61"; } .cil-media-stop:before { content: "\eb62"; } .cil-medical-cross:before { content: "\eb63"; } .cil-meh:before { content: "\eb64"; } .cil-memory:before { content: "\eb65"; } .cil-menu:before { content: "\eb66"; } .cil-mic:before { content: "\eb67"; } .cil-microphone:before { content: "\eb68"; } .cil-minus:before { content: "\eb69"; } .cil-mobile:before { content: "\eb6a"; } .cil-mobile-landscape:before { content: "\eb6b"; } .cil-money:before { content: "\eb6c"; } .cil-monitor:before { content: "\eb6d"; } .cil-mood-bad:before { content: "\eb6e"; } .cil-mood-good:before { content: "\eb6f"; } .cil-mood-very-bad:before { content: "\eb70"; } .cil-mood-very-good:before { content: "\eb71"; } .cil-moon:before { content: "\eb72"; } .cil-mouse:before { content: "\eb73"; } .cil-mouth-slash:before { content: "\eb74"; } .cil-move:before { content: "\eb75"; } .cil-movie:before { content: "\eb76"; } .cil-mug:before { content: "\eb77"; } .cil-mug-tea:before { content: "\eb78"; } .cil-music-note:before { content: "\eb79"; } .cil-newspaper:before { content: "\eb7a"; } .cil-note-add:before { content: "\eb7b"; } .cil-notes:before { content: "\eb7c"; } .cil-object-group:before { content: "\eb7d"; } .cil-object-ungroup:before { content: "\eb7e"; } .cil-opacity:before { content: "\eb7f"; } .cil-opentype:before { content: "\eb80"; } .cil-options:before { content: "\eb81"; } .cil-paint:before { content: "\eb82"; } .cil-paint-bucket:before { content: "\eb83"; } .cil-paper-plane:before { content: "\eb84"; } .cil-paperclip:before { content: "\eb85"; } .cil-paragraph:before { content: "\eb86"; } .cil-paw:before { content: "\eb87"; } .cil-pen:before { content: "\eb88"; } .cil-pen-alt:before { content: "\eb89"; } .cil-pen-nib:before { content: "\eb8a"; } .cil-pencil:before { content: "\eb8b"; } .cil-people:before { content: "\eb8c"; } .cil-phone:before { content: "\eb8d"; } .cil-pin:before { content: "\eb8e"; } .cil-pizza:before { content: "\eb8f"; } .cil-plant:before { content: "\eb90"; } .cil-playlist-add:before { content: "\eb91"; } .cil-plus:before { content: "\eb92"; } .cil-pool:before { content: "\eb93"; } .cil-power-standby:before { content: "\eb94"; } .cil-pregnant:before { content: "\eb95"; } .cil-print:before { content: "\eb96"; } .cil-pushchair:before { content: "\eb97"; } .cil-puzzle:before { content: "\eb98"; } .cil-qr-code:before { content: "\eb99"; } .cil-rain:before { content: "\eb9a"; } .cil-rectangle:before { content: "\eb9b"; } .cil-recycle:before { content: "\eb9c"; } .cil-reload:before { content: "\eb9d"; } .cil-report-slash:before { content: "\eb9e"; } .cil-resize-both:before { content: "\eb9f"; } .cil-resize-height:before { content: "\eba0"; } .cil-resize-width:before { content: "\eba1"; } .cil-restaurant:before { content: "\eba2"; } .cil-room:before { content: "\eba3"; } .cil-router:before { content: "\eba4"; } .cil-rowing:before { content: "\eba5"; } .cil-rss:before { content: "\eba6"; } .cil-ruble:before { content: "\eba7"; } .cil-running:before { content: "\eba8"; } .cil-sad:before { content: "\eba9"; } .cil-satelite:before { content: "\ebaa"; } .cil-save:before { content: "\ebab"; } .cil-school:before { content: "\ebac"; } .cil-screen-desktop:before { content: "\ebad"; } .cil-screen-smartphone:before { content: "\ebae"; } .cil-scrubber:before { content: "\ebaf"; } .cil-search:before { content: "\ebb0"; } .cil-send:before { content: "\ebb1"; } .cil-settings:before { content: "\ebb2"; } .cil-share:before { content: "\ebb3"; } .cil-share-all:before { content: "\ebb4"; } .cil-share-alt:before { content: "\ebb5"; } .cil-share-boxed:before { content: "\ebb6"; } .cil-shield-alt:before { content: "\ebb7"; } .cil-short-text:before { content: "\ebb8"; } .cil-shower:before { content: "\ebb9"; } .cil-sign-language:before { content: "\ebba"; } .cil-signal-cellular-0:before { content: "\ebbb"; } .cil-signal-cellular-3:before { content: "\ebbc"; } .cil-signal-cellular-4:before { content: "\ebbd"; } .cil-sim:before { content: "\ebbe"; } .cil-sitemap:before { content: "\ebbf"; } .cil-smile:before { content: "\ebc0"; } .cil-smile-plus:before { content: "\ebc1"; } .cil-smoke:before { content: "\ebc2"; } .cil-smoke-free:before { content: "\ebc3"; } .cil-smoke-slash:before { content: "\ebc4"; } .cil-smoking-room:before { content: "\ebc5"; } .cil-snowflake:before { content: "\ebc6"; } .cil-soccer:before { content: "\ebc7"; } .cil-sofa:before { content: "\ebc8"; } .cil-sort-alpha-down:before { content: "\ebc9"; } .cil-sort-alpha-up:before { content: "\ebca"; } .cil-sort-ascending:before { content: "\ebcb"; } .cil-sort-descending:before { content: "\ebcc"; } .cil-sort-numeric-down:before { content: "\ebcd"; } .cil-sort-numeric-up:before { content: "\ebce"; } .cil-spa:before { content: "\ebcf"; } .cil-space-bar:before { content: "\ebd0"; } .cil-speak:before { content: "\ebd1"; } .cil-speaker:before { content: "\ebd2"; } .cil-speech:before { content: "\ebd3"; } .cil-speedometer:before { content: "\ebd4"; } .cil-spreadsheet:before { content: "\ebd5"; } .cil-square:before { content: "\ebd6"; } .cil-star:before { content: "\ebd7"; } .cil-star-half:before { content: "\ebd8"; } .cil-storage:before { content: "\ebd9"; } .cil-stream:before { content: "\ebda"; } .cil-strikethrough:before { content: "\ebdb"; } .cil-sun:before { content: "\ebdc"; } .cil-swap-horizontal:before { content: "\ebdd"; } .cil-swap-vertical:before { content: "\ebde"; } .cil-swimming:before { content: "\ebdf"; } .cil-sync:before { content: "\ebe0"; } .cil-tablet:before { content: "\ebe1"; } .cil-tag:before { content: "\ebe2"; } .cil-tags:before { content: "\ebe3"; } .cil-task:before { content: "\ebe4"; } .cil-taxi:before { content: "\ebe5"; } .cil-tennis:before { content: "\ebe6"; } .cil-tennis-ball:before { content: "\ebe7"; } .cil-terminal:before { content: "\ebe8"; } .cil-terrain:before { content: "\ebe9"; } .cil-text:before { content: "\ebea"; } .cil-text-shapes:before { content: "\ebeb"; } .cil-text-size:before { content: "\ebec"; } .cil-text-square:before { content: "\ebed"; } .cil-text-strike:before { content: "\ebee"; } .cil-thumb-down:before { content: "\ebef"; } .cil-thumb-up:before { content: "\ebf0"; } .cil-toggle-off:before { content: "\ebf1"; } .cil-toggle-on:before { content: "\ebf2"; } .cil-toilet:before { content: "\ebf3"; } .cil-touch-app:before { content: "\ebf4"; } .cil-transfer:before { content: "\ebf5"; } .cil-translate:before { content: "\ebf6"; } .cil-trash:before { content: "\ebf7"; } .cil-triangle:before { content: "\ebf8"; } .cil-truck:before { content: "\ebf9"; } .cil-tv:before { content: "\ebfa"; } .cil-underline:before { content: "\ebfb"; } .cil-usb:before { content: "\ebfc"; } .cil-user:before { content: "\ebfd"; } .cil-user-female:before { content: "\ebfe"; } .cil-user-follow:before { content: "\ebff"; } .cil-user-plus:before { content: "\ec00"; } .cil-user-unfollow:before { content: "\ec01"; } .cil-user-x:before { content: "\ec02"; } .cil-vector:before { content: "\ec03"; } .cil-vertical-align-bottom:before { content: "\ec04"; } .cil-vertical-align-center:before { content: "\ec05"; } .cil-vertical-align-top:before { content: "\ec06"; } .cil-video:before { content: "\ec07"; } .cil-videogame:before { content: "\ec08"; } .cil-view-column:before { content: "\ec09"; } .cil-view-module:before { content: "\ec0a"; } .cil-view-quilt:before { content: "\ec0b"; } .cil-view-stream:before { content: "\ec0c"; } .cil-voice:before { content: "\ec0d"; } .cil-voice-over-record:before { content: "\ec0e"; } .cil-volume-high:before { content: "\ec0f"; } .cil-volume-low:before { content: "\ec10"; } .cil-volume-off:before { content: "\ec11"; } .cil-walk:before { content: "\ec12"; } .cil-wallet:before { content: "\ec13"; } .cil-wallpaper:before { content: "\ec14"; } .cil-warning:before { content: "\ec15"; } .cil-watch:before { content: "\ec16"; } .cil-wc:before { content: "\ec17"; } .cil-weightlifitng:before { content: "\ec18"; } .cil-wheelchair:before { content: "\ec19"; } .cil-wifi-signal-0:before { content: "\ec1a"; } .cil-wifi-signal-1:before { content: "\ec1b"; } .cil-wifi-signal-2:before { content: "\ec1c"; } .cil-wifi-signal-3:before { content: "\ec1d"; } .cil-wifi-signal-4:before { content: "\ec1e"; } .cil-wifi-signal-off:before { content: "\ec1f"; } .cil-window:before { content: "\ec20"; } .cil-window-maximize:before { content: "\ec21"; } .cil-window-minimize:before { content: "\ec22"; } .cil-window-restore:before { content: "\ec23"; } .cil-wrap-text:before { content: "\ec24"; } .cil-x:before { content: "\ec25"; } .cil-x-circle:before { content: "\ec26"; } .cil-yen:before { content: "\ec27"; } .cil-zoom:before { content: "\ec28"; } .cil-zoom-in:before { content: "\ec29"; } .cil-zoom-out:before { content: "\ec2a"; } ================================================ FILE: icon-packs/ikonli-dashicons-pack/ikonli-dashicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-dashicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.dashicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.dashicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.dashicons.DashiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.dashicons.DashiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-dashicons-pack/src/main/java/org/kordamp/ikonli/dashicons/Dashicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.dashicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Dashicons implements Ikon { ADMIN_APPEARANCE("dashicons-admin-appearance", '\uf100'), ADMIN_COLLAPSE("dashicons-admin-collapse", '\uf148'), ADMIN_COMMENTS("dashicons-admin-comments", '\uf101'), ADMIN_CUSTOMIZER("dashicons-admin-customizer", '\uf540'), ADMIN_GENERIC("dashicons-admin-generic", '\uf111'), ADMIN_HOME("dashicons-admin-home", '\uf102'), ADMIN_LINKS("dashicons-admin-links", '\uf103'), ADMIN_MEDIA("dashicons-admin-media", '\uf104'), ADMIN_MULTISITE("dashicons-admin-multisite", '\uf541'), ADMIN_NETWORK("dashicons-admin-network", '\uf112'), ADMIN_PAGE("dashicons-admin-page", '\uf105'), ADMIN_PLUGINS("dashicons-admin-plugins", '\uf106'), ADMIN_POST("dashicons-admin-post", '\uf109'), ADMIN_SETTINGS("dashicons-admin-settings", '\uf108'), ADMIN_SITE("dashicons-admin-site", '\uf319'), ADMIN_SITE_ALT("dashicons-admin-site-alt", '\uf11d'), ADMIN_SITE_ALT2("dashicons-admin-site-alt2", '\uf11e'), ADMIN_SITE_ALT3("dashicons-admin-site-alt3", '\uf11f'), ADMIN_TOOLS("dashicons-admin-tools", '\uf107'), ADMIN_USERS("dashicons-admin-users", '\uf110'), AIRPLANE("dashicons-airplane", '\uf15f'), ALBUM("dashicons-album", '\uf514'), ALIGN_CENTER("dashicons-align-center", '\uf134'), ALIGN_FULL_WIDTH("dashicons-align-full-width", '\uf114'), ALIGN_LEFT("dashicons-align-left", '\uf135'), ALIGN_NONE("dashicons-align-none", '\uf138'), ALIGN_PULL_LEFT("dashicons-align-pull-left", '\uf10a'), ALIGN_PULL_RIGHT("dashicons-align-pull-right", '\uf10b'), ALIGN_RIGHT("dashicons-align-right", '\uf136'), ALIGN_WIDE("dashicons-align-wide", '\uf11b'), AMAZON("dashicons-amazon", '\uf162'), ANALYTICS("dashicons-analytics", '\uf183'), ARCHIVE("dashicons-archive", '\uf480'), ARROW_DOWN("dashicons-arrow-down", '\uf140'), ARROW_DOWN_ALT("dashicons-arrow-down-alt", '\uf346'), ARROW_DOWN_ALT2("dashicons-arrow-down-alt2", '\uf347'), ARROW_LEFT("dashicons-arrow-left", '\uf141'), ARROW_LEFT_ALT("dashicons-arrow-left-alt", '\uf340'), ARROW_LEFT_ALT2("dashicons-arrow-left-alt2", '\uf341'), ARROW_RIGHT("dashicons-arrow-right", '\uf139'), ARROW_RIGHT_ALT("dashicons-arrow-right-alt", '\uf344'), ARROW_RIGHT_ALT2("dashicons-arrow-right-alt2", '\uf345'), ARROW_UP("dashicons-arrow-up", '\uf142'), ARROW_UP_ALT("dashicons-arrow-up-alt", '\uf342'), ARROW_UP_ALT2("dashicons-arrow-up-alt2", '\uf343'), ARROW_UP_DUPLICATE("dashicons-arrow-up-duplicate", '\uf143'), ART("dashicons-art", '\uf309'), AWARDS("dashicons-awards", '\uf313'), BACKUP("dashicons-backup", '\uf321'), BANK("dashicons-bank", '\uf16a'), BEER("dashicons-beer", '\uf16c'), BELL("dashicons-bell", '\uf16d'), BLOCK_DEFAULT("dashicons-block-default", '\uf12b'), BOOK("dashicons-book", '\uf330'), BOOK_ALT("dashicons-book-alt", '\uf331'), BUDDICONS_ACTIVITY("dashicons-buddicons-activity", '\uf452'), BUDDICONS_BBPRESS_LOGO("dashicons-buddicons-bbpress-logo", '\uf477'), BUDDICONS_BUDDYPRESS_LOGO("dashicons-buddicons-buddypress-logo", '\uf448'), BUDDICONS_COMMUNITY("dashicons-buddicons-community", '\uf453'), BUDDICONS_FORUMS("dashicons-buddicons-forums", '\uf449'), BUDDICONS_FRIENDS("dashicons-buddicons-friends", '\uf454'), BUDDICONS_GROUPS("dashicons-buddicons-groups", '\uf456'), BUDDICONS_PM("dashicons-buddicons-pm", '\uf457'), BUDDICONS_REPLIES("dashicons-buddicons-replies", '\uf451'), BUDDICONS_TOPICS("dashicons-buddicons-topics", '\uf450'), BUDDICONS_TRACKING("dashicons-buddicons-tracking", '\uf455'), BUILDING("dashicons-building", '\uf512'), BUSINESSMAN("dashicons-businessman", '\uf338'), BUSINESSPERSON("dashicons-businessperson", '\uf12e'), BUSINESSWOMAN("dashicons-businesswoman", '\uf12f'), BUTTON("dashicons-button", '\uf11a'), CALCULATOR("dashicons-calculator", '\uf16e'), CALENDAR("dashicons-calendar", '\uf145'), CALENDAR_ALT("dashicons-calendar-alt", '\uf508'), CAMERA("dashicons-camera", '\uf306'), CAMERA_ALT("dashicons-camera-alt", '\uf129'), CAR("dashicons-car", '\uf16b'), CARROT("dashicons-carrot", '\uf511'), CART("dashicons-cart", '\uf174'), CATEGORY("dashicons-category", '\uf318'), CHART_AREA("dashicons-chart-area", '\uf239'), CHART_BAR("dashicons-chart-bar", '\uf185'), CHART_LINE("dashicons-chart-line", '\uf238'), CHART_PIE("dashicons-chart-pie", '\uf184'), CLIPBOARD("dashicons-clipboard", '\uf481'), CLOCK("dashicons-clock", '\uf469'), CLOUD("dashicons-cloud", '\uf176'), CLOUD_SAVED("dashicons-cloud-saved", '\uf137'), CLOUD_UPLOAD("dashicons-cloud-upload", '\uf13b'), CODE_STANDARDS("dashicons-code-standards", '\uf13a'), COFFEE("dashicons-coffee", '\uf16f'), COLOR_PICKER("dashicons-color-picker", '\uf131'), COLUMNS("dashicons-columns", '\uf13c'), CONTROLS_BACK("dashicons-controls-back", '\uf518'), CONTROLS_FORWARD("dashicons-controls-forward", '\uf519'), CONTROLS_PAUSE("dashicons-controls-pause", '\uf523'), CONTROLS_PLAY("dashicons-controls-play", '\uf522'), CONTROLS_REPEAT("dashicons-controls-repeat", '\uf515'), CONTROLS_SKIPBACK("dashicons-controls-skipback", '\uf516'), CONTROLS_SKIPFORWARD("dashicons-controls-skipforward", '\uf517'), CONTROLS_VOLUMEOFF("dashicons-controls-volumeoff", '\uf520'), CONTROLS_VOLUMEON("dashicons-controls-volumeon", '\uf521'), COVER_IMAGE("dashicons-cover-image", '\uf13d'), DASHBOARD("dashicons-dashboard", '\uf226'), DATABASE("dashicons-database", '\uf17e'), DATABASE_ADD("dashicons-database-add", '\uf170'), DATABASE_EXPORT("dashicons-database-export", '\uf17a'), DATABASE_IMPORT("dashicons-database-import", '\uf17b'), DATABASE_REMOVE("dashicons-database-remove", '\uf17c'), DATABASE_VIEW("dashicons-database-view", '\uf17d'), DESKTOP("dashicons-desktop", '\uf472'), DISMISS("dashicons-dismiss", '\uf153'), DOWNLOAD("dashicons-download", '\uf316'), DRUMSTICK("dashicons-drumstick", '\uf17f'), EDIT("dashicons-edit", '\uf464'), EDITOR_ALIGNCENTER("dashicons-editor-aligncenter", '\uf207'), EDITOR_ALIGNLEFT("dashicons-editor-alignleft", '\uf206'), EDITOR_ALIGNRIGHT("dashicons-editor-alignright", '\uf208'), EDITOR_BOLD("dashicons-editor-bold", '\uf200'), EDITOR_BREAK("dashicons-editor-break", '\uf474'), EDITOR_CODE("dashicons-editor-code", '\uf475'), EDITOR_CODE_DUPLICATE("dashicons-editor-code-duplicate", '\uf494'), EDITOR_CONTRACT("dashicons-editor-contract", '\uf506'), EDITOR_CUSTOMCHAR("dashicons-editor-customchar", '\uf220'), EDITOR_DISTRACTIONFREE("dashicons-editor-distractionfree", '\uf211'), EDITOR_EXPAND("dashicons-editor-expand", '\uf211'), EDITOR_HELP("dashicons-editor-help", '\uf223'), EDITOR_INDENT("dashicons-editor-indent", '\uf222'), EDITOR_INSERTMORE("dashicons-editor-insertmore", '\uf209'), EDITOR_ITALIC("dashicons-editor-italic", '\uf201'), EDITOR_JUSTIFY("dashicons-editor-justify", '\uf214'), EDITOR_KITCHENSINK("dashicons-editor-kitchensink", '\uf212'), EDITOR_LTR("dashicons-editor-ltr", '\uf10c'), EDITOR_OL("dashicons-editor-ol", '\uf204'), EDITOR_OL_RTL("dashicons-editor-ol-rtl", '\uf12c'), EDITOR_OUTDENT("dashicons-editor-outdent", '\uf221'), EDITOR_PARAGRAPH("dashicons-editor-paragraph", '\uf476'), EDITOR_PASTE_TEXT("dashicons-editor-paste-text", '\uf217'), EDITOR_PASTE_WORD("dashicons-editor-paste-word", '\uf216'), EDITOR_QUOTE("dashicons-editor-quote", '\uf205'), EDITOR_REMOVEFORMATTING("dashicons-editor-removeformatting", '\uf218'), EDITOR_RTL("dashicons-editor-rtl", '\uf320'), EDITOR_SPELLCHECK("dashicons-editor-spellcheck", '\uf210'), EDITOR_STRIKETHROUGH("dashicons-editor-strikethrough", '\uf224'), EDITOR_TABLE("dashicons-editor-table", '\uf535'), EDITOR_TEXTCOLOR("dashicons-editor-textcolor", '\uf215'), EDITOR_UL("dashicons-editor-ul", '\uf203'), EDITOR_UNDERLINE("dashicons-editor-underline", '\uf213'), EDITOR_UNLINK("dashicons-editor-unlink", '\uf225'), EDITOR_VIDEO("dashicons-editor-video", '\uf219'), EDIT_LARGE("dashicons-edit-large", '\uf327'), EDIT_PAGE("dashicons-edit-page", '\uf186'), ELLIPSIS("dashicons-ellipsis", '\uf11c'), EMAIL("dashicons-email", '\uf465'), EMAIL_ALT("dashicons-email-alt", '\uf466'), EMAIL_ALT2("dashicons-email-alt2", '\uf467'), EMBED_AUDIO("dashicons-embed-audio", '\uf13e'), EMBED_GENERIC("dashicons-embed-generic", '\uf13f'), EMBED_PHOTO("dashicons-embed-photo", '\uf144'), EMBED_POST("dashicons-embed-post", '\uf146'), EMBED_VIDEO("dashicons-embed-video", '\uf149'), EXCERPT_VIEW("dashicons-excerpt-view", '\uf164'), EXERPT_VIEW("dashicons-exerpt-view", '\uf164'), EXIT("dashicons-exit", '\uf14a'), EXTERNAL("dashicons-external", '\uf504'), FACEBOOK("dashicons-facebook", '\uf304'), FACEBOOK_ALT("dashicons-facebook-alt", '\uf305'), FEEDBACK("dashicons-feedback", '\uf175'), FILTER("dashicons-filter", '\uf536'), FLAG("dashicons-flag", '\uf227'), FOOD("dashicons-food", '\uf187'), FORMAT_ASIDE("dashicons-format-aside", '\uf123'), FORMAT_AUDIO("dashicons-format-audio", '\uf127'), FORMAT_CHAT("dashicons-format-chat", '\uf125'), FORMAT_GALLERY("dashicons-format-gallery", '\uf161'), FORMAT_IMAGE("dashicons-format-image", '\uf128'), FORMAT_LINKS("dashicons-format-links", '\uf103'), FORMAT_QUOTE("dashicons-format-quote", '\uf122'), FORMAT_STANDARD("dashicons-format-standard", '\uf109'), FORMAT_STATUS("dashicons-format-status", '\uf130'), FORMAT_VIDEO("dashicons-format-video", '\uf126'), FORMS("dashicons-forms", '\uf314'), FULLSCREEN_ALT("dashicons-fullscreen-alt", '\uf188'), FULLSCREEN_EXIT_ALT("dashicons-fullscreen-exit-alt", '\uf189'), GAMES("dashicons-games", '\uf18a'), GOOGLE("dashicons-google", '\uf18b'), GOOGLEPLUS("dashicons-googleplus", '\uf462'), GRID_VIEW("dashicons-grid-view", '\uf509'), GROUPS("dashicons-groups", '\uf307'), HAMMER("dashicons-hammer", '\uf308'), HEADING("dashicons-heading", '\uf10e'), HEART("dashicons-heart", '\uf487'), HIDDEN("dashicons-hidden", '\uf530'), HOURGLASS("dashicons-hourglass", '\uf18c'), HTML("dashicons-html", '\uf14b'), ID("dashicons-id", '\uf336'), ID_ALT("dashicons-id-alt", '\uf337'), IMAGES_ALT("dashicons-images-alt", '\uf232'), IMAGES_ALT2("dashicons-images-alt2", '\uf233'), IMAGE_CROP("dashicons-image-crop", '\uf165'), IMAGE_FILTER("dashicons-image-filter", '\uf533'), IMAGE_FLIP_HORIZONTAL("dashicons-image-flip-horizontal", '\uf169'), IMAGE_FLIP_VERTICAL("dashicons-image-flip-vertical", '\uf168'), IMAGE_ROTATE("dashicons-image-rotate", '\uf531'), IMAGE_ROTATE_LEFT("dashicons-image-rotate-left", '\uf166'), IMAGE_ROTATE_RIGHT("dashicons-image-rotate-right", '\uf167'), INDEX_CARD("dashicons-index-card", '\uf510'), INFO("dashicons-info", '\uf348'), INFO_OUTLINE("dashicons-info-outline", '\uf14c'), INSERT("dashicons-insert", '\uf10f'), INSERT_AFTER("dashicons-insert-after", '\uf14d'), INSERT_BEFORE("dashicons-insert-before", '\uf14e'), INSTAGRAM("dashicons-instagram", '\uf12d'), LAPTOP("dashicons-laptop", '\uf547'), LAYOUT("dashicons-layout", '\uf538'), LEFTRIGHT("dashicons-leftright", '\uf229'), LIGHTBULB("dashicons-lightbulb", '\uf339'), LINKEDIN("dashicons-linkedin", '\uf18d'), LIST_VIEW("dashicons-list-view", '\uf163'), LOCATION("dashicons-location", '\uf230'), LOCATION_ALT("dashicons-location-alt", '\uf231'), LOCK("dashicons-lock", '\uf160'), LOCK_DUPLICATE("dashicons-lock-duplicate", '\uf315'), MARKER("dashicons-marker", '\uf159'), MEDIA_ARCHIVE("dashicons-media-archive", '\uf501'), MEDIA_AUDIO("dashicons-media-audio", '\uf500'), MEDIA_CODE("dashicons-media-code", '\uf499'), MEDIA_DEFAULT("dashicons-media-default", '\uf498'), MEDIA_DOCUMENT("dashicons-media-document", '\uf497'), MEDIA_INTERACTIVE("dashicons-media-interactive", '\uf496'), MEDIA_SPREADSHEET("dashicons-media-spreadsheet", '\uf495'), MEDIA_TEXT("dashicons-media-text", '\uf491'), MEDIA_VIDEO("dashicons-media-video", '\uf490'), MEGAPHONE("dashicons-megaphone", '\uf488'), MENU("dashicons-menu", '\uf333'), MENU_ALT("dashicons-menu-alt", '\uf228'), MENU_ALT2("dashicons-menu-alt2", '\uf329'), MENU_ALT3("dashicons-menu-alt3", '\uf349'), MICROPHONE("dashicons-microphone", '\uf482'), MIGRATE("dashicons-migrate", '\uf310'), MINUS("dashicons-minus", '\uf460'), MONEY("dashicons-money", '\uf526'), MONEY_ALT("dashicons-money-alt", '\uf18e'), MOVE("dashicons-move", '\uf545'), NAMETAG("dashicons-nametag", '\uf484'), NETWORKING("dashicons-networking", '\uf325'), NO("dashicons-no", '\uf158'), NO_ALT("dashicons-no-alt", '\uf335'), OPEN_FOLDER("dashicons-open-folder", '\uf18f'), PALMTREE("dashicons-palmtree", '\uf527'), PAPERCLIP("dashicons-paperclip", '\uf546'), PDF("dashicons-pdf", '\uf190'), PERFORMANCE("dashicons-performance", '\uf311'), PETS("dashicons-pets", '\uf191'), PHONE("dashicons-phone", '\uf525'), PINTEREST("dashicons-pinterest", '\uf192'), PLAYLIST_AUDIO("dashicons-playlist-audio", '\uf492'), PLAYLIST_VIDEO("dashicons-playlist-video", '\uf493'), PLUGINS_CHECKED("dashicons-plugins-checked", '\uf485'), PLUS("dashicons-plus", '\uf132'), PLUS_ALT("dashicons-plus-alt", '\uf502'), PLUS_ALT2("dashicons-plus-alt2", '\uf543'), PODIO("dashicons-podio", '\uf19c'), PORTFOLIO("dashicons-portfolio", '\uf322'), POST_STATUS("dashicons-post-status", '\uf173'), POST_TRASH("dashicons-post-trash", '\uf182'), PRESSTHIS("dashicons-pressthis", '\uf157'), PRINTER("dashicons-printer", '\uf193'), PRIVACY("dashicons-privacy", '\uf194'), PRODUCTS("dashicons-products", '\uf312'), RANDOMIZE("dashicons-randomize", '\uf503'), REDDIT("dashicons-reddit", '\uf195'), REDO("dashicons-redo", '\uf172'), REMOVE("dashicons-remove", '\uf14f'), REST_API("dashicons-rest-api", '\uf124'), RSS("dashicons-rss", '\uf303'), SAVED("dashicons-saved", '\uf15e'), SCHEDULE("dashicons-schedule", '\uf489'), SCREENOPTIONS("dashicons-screenoptions", '\uf180'), SEARCH("dashicons-search", '\uf179'), SHARE("dashicons-share", '\uf237'), SHARE1("dashicons-share1", '\uf237'), SHARE_ALT("dashicons-share-alt", '\uf240'), SHARE_ALT2("dashicons-share-alt2", '\uf242'), SHIELD("dashicons-shield", '\uf332'), SHIELD_ALT("dashicons-shield-alt", '\uf334'), SHORTCODE("dashicons-shortcode", '\uf150'), SLIDES("dashicons-slides", '\uf181'), SMARTPHONE("dashicons-smartphone", '\uf470'), SMILEY("dashicons-smiley", '\uf328'), SORT("dashicons-sort", '\uf156'), SOS("dashicons-sos", '\uf468'), SPOTIFY("dashicons-spotify", '\uf196'), STAR_EMPTY("dashicons-star-empty", '\uf154'), STAR_FILLED("dashicons-star-filled", '\uf155'), STAR_HALF("dashicons-star-half", '\uf459'), STICKY("dashicons-sticky", '\uf537'), STORE("dashicons-store", '\uf513'), SUPERHERO("dashicons-superhero", '\uf198'), SUPERHERO_ALT("dashicons-superhero-alt", '\uf197'), TABLET("dashicons-tablet", '\uf471'), TABLE_COL_AFTER("dashicons-table-col-after", '\uf151'), TABLE_COL_BEFORE("dashicons-table-col-before", '\uf152'), TABLE_COL_DELETE("dashicons-table-col-delete", '\uf15a'), TABLE_ROW_AFTER("dashicons-table-row-after", '\uf15b'), TABLE_ROW_BEFORE("dashicons-table-row-before", '\uf15c'), TABLE_ROW_DELETE("dashicons-table-row-delete", '\uf15d'), TAG("dashicons-tag", '\uf323'), TAGCLOUD("dashicons-tagcloud", '\uf479'), TESTIMONIAL("dashicons-testimonial", '\uf473'), TEXT("dashicons-text", '\uf478'), TEXT_PAGE("dashicons-text-page", '\uf121'), THUMBS_DOWN("dashicons-thumbs-down", '\uf542'), THUMBS_UP("dashicons-thumbs-up", '\uf529'), TICKETS("dashicons-tickets", '\uf486'), TICKETS_ALT("dashicons-tickets-alt", '\uf524'), TIDE("dashicons-tide", '\uf10d'), TRANSLATION("dashicons-translation", '\uf326'), TRASH("dashicons-trash", '\uf182'), TWITCH("dashicons-twitch", '\uf199'), TWITTER("dashicons-twitter", '\uf301'), TWITTER_ALT("dashicons-twitter-alt", '\uf302'), UNDO("dashicons-undo", '\uf171'), UNIVERSAL_ACCESS("dashicons-universal-access", '\uf483'), UNIVERSAL_ACCESS_ALT("dashicons-universal-access-alt", '\uf507'), UNLOCK("dashicons-unlock", '\uf528'), UPDATE("dashicons-update", '\uf463'), UPDATE_ALT("dashicons-update-alt", '\uf113'), UPLOAD("dashicons-upload", '\uf317'), VAULT("dashicons-vault", '\uf178'), VIDEO_ALT("dashicons-video-alt", '\uf234'), VIDEO_ALT2("dashicons-video-alt2", '\uf235'), VIDEO_ALT3("dashicons-video-alt3", '\uf236'), VISIBILITY("dashicons-visibility", '\uf177'), WARNING("dashicons-warning", '\uf534'), WELCOME_ADD_PAGE("dashicons-welcome-add-page", '\uf133'), WELCOME_COMMENTS("dashicons-welcome-comments", '\uf117'), WELCOME_EDIT_PAGE("dashicons-welcome-edit-page", '\uf119'), WELCOME_LEARN_MORE("dashicons-welcome-learn-more", '\uf118'), WELCOME_VIEW_SITE("dashicons-welcome-view-site", '\uf115'), WELCOME_WIDGETS_MENUS("dashicons-welcome-widgets-menus", '\uf116'), WELCOME_WRITE_BLOG("dashicons-welcome-write-blog", '\uf119'), WHATSAPP("dashicons-whatsapp", '\uf19a'), WORDPRESS("dashicons-wordpress", '\uf120'), WORDPRESS_ALT("dashicons-wordpress-alt", '\uf324'), XING("dashicons-xing", '\uf19d'), YES("dashicons-yes", '\uf147'), YES_ALT("dashicons-yes-alt", '\uf12a'), YOUTUBE("dashicons-youtube", '\uf19b'); public static Dashicons findByDescription(String description) { for (Dashicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Dashicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-dashicons-pack/src/main/java/org/kordamp/ikonli/dashicons/DashiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.dashicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class DashiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/dashicons/20200504/fonts/dashicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("dashicons-"); } @Override public Ikon resolve(String description) { return Dashicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "dashicons"; } } ================================================ FILE: icon-packs/ikonli-dashicons-pack/src/main/java/org/kordamp/ikonli/dashicons/DashiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.dashicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class DashiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Dashicons.class; } } ================================================ FILE: icon-packs/ikonli-dashicons-pack/src/main/resources/META-INF/resources/dashicons/20200504/css/dashicons.css ================================================ /** * DO NOT EDIT THIS FILE DIRECTLY * This file is automatically built using a build process * If you need to fix errors, see https://github.com/WordPress/dashicons */ /* stylelint-disable function-url-quotes, declaration-colon-newline-after */ @font-face { font-family: dashicons; src: url("../fonts/dashicons.eot?380d8bbbfa573efd9332485b301f5f57"); src: url("../fonts/dashicons.eot?380d8bbbfa573efd9332485b301f5f57#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHwIAAsAAAAA3GAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYxsAAKlYRBARVmhlYWQAAG3YAAAAMAAAADYWrKgJaGhlYQAAbggAAAAfAAAAJAQ3A0hobXR4AABuKAAAACUAAAVQpgT/9mxvY2EAAG5QAAACqgAAAqpytEbobWF4cAAAcPwAAAAfAAAAIAJvAKBuYW1lAABxHAAAATAAAAIiwytf8nBvc3QAAHJMAAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyTbUk27KMMLBobZVtrvVaPmVw1+7+WMDYy5rDpsfAwjMLmPXxmDKYa8HALrCmZ8Es+3sLCw/evpr3RWTW0TMjA/t73VWRkZFH3F/8vyO+YlgG/tD/g64yGrPOMI2w2/H85L+LQyw4JeQ5WDCQgOHf63a6nTMIgk1I3+yi5z/dlE/4muV5RadY3f/0GsY5UZTzaUsqKFqtki9ImuKo2BVzoov/5NNNhTNE3dZMHuMh3A3p2MNwhyYV8uW6phQkyyyoGOcxJkWLy/dF9EVGZQyIbRaRo6PqGmptI7uNEdO93OlcfvZyp3v56Q+jL9Jo5/KbHuuMf/NzryWP0ueHaMSkGcaONr0CcoRlhNu1avM0anUGh16x6EWDyC0W0ajoXnGLgwE9TPL+HfRrTJmJINZpd8Jm2MRVvEEbAydNso1Iq3Q7qNNN/j2/GLcX+i2EEItFFXNKfaW+7qmKkkr5gR8pmVou548f8FQsCrykp1dMScBqfnUB/XCKFQVJkBAS/HyultEygRdkWNZTMscaK/XxD+qO4qclXdZSllStKTmeS8o6gnqGzDHox5qAfRwK2K21myEOu82w1o463bDrd7rtyPX8ro89P8KbnVazKjgeGh3H+kJnwQt6gQ9HHXe7grHQCb18L/DgqAvHv1JeXd1ZXR3l/DC+gT7hB7vJE8ePC3pIEp4nt+2skiKlaLl+Ef0CIzE66QMExYLy+O0I+26l7bdrLhqGuY99LPeL/dZwOL466qNmch4t7O/vvzgYTN/zNfSfGI+pMschDi1sIB3BgIUaGKgJw3IbeSlySkar43Vw16O3rLH0mg+D2dtEn3MNww3dE/lnzPKa+QzWycmJ3/pnouWL3yOavvqMCEne8RPLcN+Ce7zwjFVZRf8O7oEbdfyMuVY2n8mTE8MYf+Wfib6JMA0jmurp+vLs1gopNkfLfg1dY2wmzywxHeifdqu5jMIarlUFGJFeVNnshJueI1SbrY4fWXEk2oTmwdBdk1PUM5Tlar+6LBuGjBjFGOYajXazORqQMBBwrx/FscMrshFFhgwH41PNNrkrHP8VvZt95ztzj9AYFEuKJxn6DYZnFJhhLpOD0d5gFhnoPkR7ykBhG0YLdJRPzktxasOHoUUDcqVCuvFNb3qTPRgEe9/Y7++2MD35bzQcD/pXUb9/ddBCrRa674kn7Oee23roYfvSpdby8t7jj6efey5Nw+iRS5cege9OBH/JmP599F9pu9Eex9DhBluD8dyBaefNhu9PZi0rW7infqzX7GV/Ja0VMufOhbrj5B0H/Xz23NlsQTMfFB+P/kPj1QW49dvJhbwzmeOEPqRIW3StisVHbsWKhogZH46uM9EA9cYHQYR6yRj8HPo8g6GVahCHhugUWQytA3MdqArppjOo3ep2fHLBQOi++4/dL2Qc7jf8ayWtVMi8vqyUPaWMpc9Bss3j+9H74Q7MO36rcM3VJLGseHDL67KF6iVItjPC/QkN+wP0xwwMJwSZNemwJhOJEplmTJTDrkfHOVLWf2jd3bAci9fWtu/ATjbtyZqcNvAd2+vORtpO8+hg7QfXNQ6iGy65xUjLmuSnMy6+fTtJn865EboC42KZuR1GrdVq1ipVwbXiEduIyJBdRnR8nkY1Mki3oPqdTc/1588KaP7ONhoZyviAjuGeYlxnsophKFlRFqeRQUCuBljBAUkikT5qkbTxVQjfbbhGU8BQdYi8RCKP3JQymXcjFsHaETEPMJdhBajqyCmizW3UWkO+jvAaCjvdZhULsOAVEKHuTWjGbieEuVdE/man66UgtduB+dMM4W44UBKfLJEejMgU0HsBd7qH289sbz/zNhK8g/dNaaXEG5ItSBwrenKjwol6IOkFqb0eFFnO4PD/YadYnkOSqAgFrEJn+zhXCCpWWU6bfMa98zuMkmR6iGOZ5K0QfMzK43KkWYogKpakIU7LINtzkaIY2cA+UTFFbfynjqdlbclQcIrlUpyU76QFnkul9MISkuor4Tn0RkHSDE5RGJj1szZagJXjFPOGG1rJhlinC40BNa2RBhJC2mhk1QtJ++io2YWm8nxyqbmO3DWYCKTxPDJdyQCFa3HLkX/BJU0IsW0WOmCuzVReElleV7mUq/Ga6BQNNc1JhhjK1kNWjpWQk7uQ2lQcAdsBhFXN51mW1ViO47k0LwoaxiW/hjlITGGrrKRYxKYU797XHnP9+SYc/zKWkCiyYsHQ0ipCPE6lTBVhzufFQsaSczZXgtYS4BLL8e47BEOSIQuDFzWelThB8vycxxY91dUFKHDdUwypAa29tmWZThua05pr0zSTYQpAKxaYNRiDJ5gd5jyzy1xkHmYeY17HPH1DW/OR59ea3TaMLIBXfq0dujUy1kiI4RsJfuTWmj5pwhCWUDL9TyM4wBVyHQYpvCGEboKQpKTgFO4kT+K5ph7/zVkkdo3fadoir0rsY7XbBdFuPsZKzbOc0RWDxy5Kj5JrT1/gIf0ygvSUeVxkkXTcSDXXVP9Y+X/66mq5vKr6G6W/8rXV8rH5Jv6/a9XKj99nNDS9Vq2d/6b7DK3xuvO16vl6pXrhfPW2e/WGZtx7D6Tq35QkV+vVaqW+Vy94y2cL9eXxf6kVvZVzxdqSN6VDtD1PMnfcND5xZzK2QhiUpO40Eg88OlphZBZZOl/JUMWTu+daJHgKMJcupVVe5FIZ+/Qaa5Rsu38WkCjHpTVdzAuyqGvRva6N+arcCRQTaJKmcmLqyNj60u5K1bNVLGOOgC9JXrRVNbd9b8rJ5jMFixU4G3FYL+V0VTbV+2przUvLli7piiDLM7z76+jLjAPjhiEAJ1lVmjBfsA+QhveSVQ99Inuh/G6707Q/rmmbZ0t33XGXrI+/H3uG4QECyur6x+1m2/7n5fObunLXnXeVdj6DDYJ+pvn8LKx7Dqz1DKqSBlmHmdzZ9L0E7OMuoO0CncFVcrENmDtCjGNoksClBMvp2RafggmhGs6FQqecq1WP3X+sWs0V2yVk64qtW1ozXy7nm5ql24p+br3aye9giRdFXsI7hXZlgs+/DPXdgmOTMBoE0YVNY4rsgGQQLItLiMDXbbSOJhdmRwDfn9X9tPHItslxKc1f0zhR5hzNLCsvn7yk3beWFnY+rAoi76awktJcn8MyawRP6ryAPqsJgv7aAOhhCgMm1VKywLkC5rWXt4X02n3apZMvq1VNczhZ5LQNnxyM0w8pjk+KLtBOw+g3KbotAvreYu5lmHalDXwBG66xuF3xrZrF64QAtgGFwvjzttEa9KwH9A9G5zaCud4lBLVICOct0hCzfap13nHSu6/bvM4cXkUPa91AFc1VN7Dv52TMwgqCLvpRRuBZmecWKraSkiU2pXO5syVBYCWB76wGaZpmR9j07Afe2Nq4LaPhYDxE/V8PbE2QnrBEWevyKSTJAhKVJw1JQLLMIyiuZvGsIHN+19Z5JEFeSChaOZ7lFa48xQlXACekABnBomJX2hXUrrgYjj3UhzwiAFI0MoDYcNiPZmN98hygi4rlkycPxkMYZteZAxLArfwN7zcAD9I8bECdjQgC+PKTvA4PUbYHf+NrcxnuRcNoP/o6ZS2gaVkh06NFnTwznDzThQ7tJvke7o+ASdkHdDK+egVymctjen8D7g/hbhe+6GC/NX3gWtSKmFeuH60XZFOLKMSOy9eD8HDQ6yVl3I+Gw7+nbi5p1QGtV5Q07ZF+iHHSr6KfZ0zgre5jHoUSCzWY8mQVj2CJh2nWbcbcP+C4hOcNASYBRd08gwj5bbdgrNcI0XAiQE0w0OEadquAAHzX8bqup7OACNst9P133v/myymOXXrq+OqDDR4vp0MjhVjDSGNZALxiGH/qLuiGDJOqynE6x/K5WrqRKfF4BZ5yA01MLS37OXbhEstJlqwZ7yp1EJdqhEEWCSlf5FQkwLpfkznEao0WstKuzLIlTtJyPcANGYXV0zXM86xmsJpl8qYYZpRs7Z/KajatWOYyw4hTXpq0owk8URZocQW4IjpGyUjBbpTwam3Aul3grd3Jl7T5aNxHe+OrqHWtR1jhk25xuEf/SFqEhnC5F/R6lJ+OoqKbDfZae8FeMOnDa7OxgwiTXLEqDcJhHY5bWfp0METDVqsHcyQIEhp6BcorEhmHBRwCEMrDVj86OIj6UJhRPzg4CPrMVB5yBe2RUWcTKUA4GAzgRtQfDLIHB7N7BqhFZijwOGiw10fR/v7sGuEJRFo2mhWe5YGCJNvpvXtwL0/eQ25NckFxntN7elAelkqfUA+G8943Hs2n266EtFIRiuJsJpU7mgfhgXw8pFkkOUyu0/cDwIbJivrT9ydt1qhZtBrhtPTTjG5qswblfpMKDG9qsx7J5wzyD/b6B8PhDekIRyjYG0Edp7TvMzCugNO2vZiV871YgERWCZKgE5aEQm3fo4C7SRD172EWiSqbSqu+Xghk3y8WeD5bWN9882XXVqRTjeYObixKisjXFxQF/WQKc0paNhXRlIKMoPLC2c7J6GSxlGpvLEXr9zveJ00UpD1HFwqWPaFHn0K/BpQoA+ULaQl9sgD7pInXYUxgn4x+wtSFkwi0n9+NGn4Xh7Vv0vVWaWur1NL1qLy1VX506dSpB05tLccSpHOV9tn6zvjPy52d+g76p/F95P5yBPf/0qkHt+DmbCxEyp9Qv/fE95zQPnwiabNfg3KVmCUiD2B1lqA7yn1ss2usTgeZv83iZru7QSQV3SZ6bPMkji6/aaO+qS1JC8XGAxdCfvXuBy7Yx16U17KX37Qtomy29zzi0E/B2etO4iB9sp4rbZo2vQ1ubmbu/XBm86TwR1jhX3jhYgexM5o9AuopAi41AUdB/8Jk5XEURsmXkAoE61h/POJ3xIjfwfAVxyNKu0d72SyMIfJ3ncgXYyyBvoS+BDhigWkz5wBJvIGgogSu4pCgHSKRjcWyQHohuUFlsXCt5ROYSLqCSgdmJ0K1m2BIAu6cbrPWAVwCjwKGJBReAFIdOQRVoicraY/TVJ3zXaWh7Wha2tD1Z7WG8lFP58b/IxJMTrvL5BxBeJbXJf5ZQVuaRDn9kxCRhWcFPcW9SRZFsbjgpCS9ntUES2QVxa0H9SxKc16QTamW66d1fQc4AMcAbuDNmvZxTtdPtHheu88U9OcFjXuLoGrcswJaEsiBxi+8hVf01JuBeBtvku2lvIgVSQuamoCNouKmg1xjhiv+FfSNQCQmDViOarAEtVuULVhDVcF1AGYVoJVIh60hxLjFfvGFpSoC3jHtm3x1mc27KPILQJvd4q9v1boyK7GKZcGUEruN434o7+yIzTnaMCRcHyJrNfkSoV4F8quhQa8Pq46O+rqC+i3405XRSNGn8tpr8Bzg/G7FrcDqaLU6EdB6ItHqWgTjE0nLZoeKoGDqlMlRMYxtYD3g04tWS6hVWh0PAdU/ggKCq8eHPBWco+n7YUKjyErevoWsGnl7VEHDKH7n4SGRsKAAYNfe3Pum7UjecQLGImMDHIHyufA5KvcRahMBUHKshpOENhUB+RMx3ShaL/r5wC0W3QDy0DQIokkkWC1HQ9kgHAo6PIiK657XKy4VSZJ8nKPCn1YccsfJYS9bXj04oAyNkcwdsmZLjM/U6ex5K5SZdHW30+40/U4Tag6TwYs2u50jHGSqGkt2gL2J1Qvd2b3bcBUYoU5308EbRCALxBgukrnU3XQxwUNELkLYJwHDq+kLny+ZOQ7hxwTdNXIcFizdM7TV7uPd7uPPkqC7cHuWs7hS6+GnHm61Hl4VdMcMOJmzDKf4aPN8xvIxHxTNoq3xLOnqfAbzWS+oFETheC1jGlx+ZXVz/Z719XvQk0vdRu1tniALH82VXWsl7aRNtJzkA8H4+UKOd/k2zQiCt9G7bI+tI6mcYzkkf0va3/ZsrLOpFOJfSC9XyyuKrJe4wvo9r7lnnTRrooiB4aACEmoCrTrF7DKP36CN8eebFB+9goswVvA2cJBNTMYBGQ9E/0DlHFGLUDeDDekKCGB1ws4j5sJbz59/63tIcOHcc2fPPvcdJDi39fqtrdd/Cwmedu1SqAeVlcullZXtlZV7NMdQMc+yZdfIqlKn02n4lsizKMeJWFdNRWOZ5IUQaMkLIcgmL4RgRcUb5cATFnKllYC8dHtlYAimltYMtZN34GVuu41cM+f4dj3waX4T2n0F5opIZ/RiTLvtVgitAvXtTiK4TaZCIU6ci/tAnW6YRvDARBW3SWHBNrTrRNvkxs17Gk3VdYdZ2TQdYy+gc2gvnhjJob+x4Je9wCv7Cxu2uyTanmpXiRZJXFo4MB11SarYmnHs4msvHtMNuyw5nuqgg0xOLrimISfH9z2iGKZ8NDDz6/oZ0/fN3V0SntHXj3u+lsISJwichFPa6puFlMUC+PB7+fVcbj3f8xVLYkUpJcx4D7KO+kyNWSdS5okcuUmJB8BrB1N6w1dIWKtQ2D0fT6gR3Agh4TG69A3o0hXT88xF1jMD02MX4WT8v+aEyHWiQDGU6yTcplQmn9yahxPUg8bCPKkUj0nbxQ3Ziw+7hmdMLkJ0wjMMoB469P4qc5o5y5xn7mR6dAw01ymcc5ORMH+aopqgeBRAbemYmD8Puy4+g1wDxUf8h6qoqYouqv6qN1RFXVE1UfVW/ZcNOSLViWRjSEN6fhgBa5h80BvNbNq1LDedNbO2nT1yNv67EXlkRF4xjX00iOg/4JSgBd/puvLTUM91qpEhChlcC4VYLO4TPOEL2G+vsZSYkhW2S5ddoMHoPVUpMCLvVbnbvI4RSDXLZvnFHDaiYFVxVrZXbXktaJtSfpFnbfRE+q6aF7CDQSrn1e62JGQalTOmJz/5fnHrVVu1GgTih14rZs2dimEiZm69GjEa1RcB2PGBX4sRtR12QwwfQK4Y2B7EHLt/qTzuu7mgXmqOHn9cOSn8oRqJjz8s/+DH0WinXB4fosDJOHnTGX/33bfLlWe1b86It9+pPPXMlCai30G/zNzDPMQ8wTzLvMB8N/MhQBtEibeOHNLBRiL0bk/gV5cMTmghaA86RKOJdiQ5xgM5voGMe88PJ0tnd0I3iRaTDAwYRjBO/Hi0xEkwTzqTc38ujn7RWz3ji6qUlmyJcAKSKvpnVj3TSddYvhLoTYkjazKsNS34kignhVpQ5dhqLrgmmWTQPxQvzed5WJvgm+IC7lUStwuTXNgV8CO7ROdCghLFIST4W39n1deaedcUFV5QRdPNNTR/dceXNXn9pKpXT7qw7MASr5FntTiEU9YQ3JNVXT25blqvj+dbFB8+xKkAfPjUjoBFQJhbWBFFBUcxHEpoySH6I7pOkTkI2JkiZgKVYR2anXRaxKyBdNQUGXsO5uenJjQoUpSy8gGikPuAgk6rJfX9qk/i5htI2hvWiCrvAyQYf1URVUVSBMkxxCr6bUX5gFryybXTSnwHBD/wBqXsq/AUfYdfUt+bztmuZWfsQPfzU/nNS+jLjEtXEIZMJSJ6DbuEy/F8MpD9poEIhIHVEohFSLEH9lD2m9PLzQeay+nn9RPNM1FWU9PB+sa3ZAC0LQS1THPHCeydpuebIbr463XPtr36lzM5dHd9w1UM8S717Stcds19T+CtegFfcIGfoXSZZeZkUj6TA86rBvzgMsz+iOkyW8wZhiGI1a+1o8kX/yPiRGJCJVn9KNprAfMdjV450icCK/hjmR45RAOCp1uDOE7Dw30Sm5ct/grTYNaovj2eijXsuzhsd8NqrJsibABZPAko7ALUowCmiQ40K6MEaXvRDIL0smtnMzKWRN7NV9Y3L2yXzIN6qDZaDTW8d6fsFXWRS61Uevl8r7KS4gxVMrWMtYOBV9AxRi+cvOfYsfuOz+Rzv8IEVFJMZCt4gnqgDFuI6nFpSQkvHU6Lc/F4EBxfh/Ut5ReKy2ExXC4W/JTguO9YhL9JWRDTq9d7qu80/G2SOYKvsO03HF9ILy7+n5NiTMsxgnLcztwNrUOapkYELFUsxO3R9UhR2i1gnrpEBJGADELWoEydSXOGRHUa/8OU8aHQaGhm9RLKXr6cPVnIBuXq2uLiWrUcjP/aaHA2L6q8qBh2Blg3jWuUHC3DcYgVzGdMgUUcl9Gcva2trUNdSKU6r7l8PPBO3CGKAkbQV6J4R+e8KmSsoMILAuZxyjJVU1CxkNIDTfELZhiaBV/RAj0l4JXg5Zen4+AaGsAILkGsMrO3OI0AhMYgglgCQZLnEtkzIX+oDyGvq+Ohqusq6qs6GhRdegmCA5I4UHRdYajShtoPxLKSJYqOzzOvZi4xr4nzm2jLgf9qpm6SmszEJ1/nUowHqV59mtglsoXBdYYWkISHmmX7dlo7cuhpaSAwcDY5pIN0+lnbd+C0Aom+bWWvw6qORvOVHX8nXIDPZbgRYO5D8eHghsRMxs76H9TSjnKJBMeT9IdIk2jJWvwVoBulI/TiNjrm7mXuj/lS6+ga6NYoKiJ9UxX8ubhNVnIgF1uIiMMjF98Qn1AW4LjH/Z5f8vvwPYxXhoP4QMkMMOF7QFKSw5ASFjQcD9AgS+BcloY7ZAnbIevRNDb+diI3v0ZJTpYSm4CG0QQL3FzXf1z92hW3G6sU6DeuB2DQPoDPW9Rj2BqScu+jvb+n3C8fHmav0D9mbj6MEpsawM4wPukkiOUD3Sg1NaoZ3K0apjJ+RjEN9e5eP6JCvFMww9XxryvptILWVDMaH5x68BR85u1FiC0Nsbcj9bBquOZ2J7ZNwx4aXIsG10qrq2dWVxGQbRh9QetwlJiMJTYb6DsBUa/QucQ0nETh2a2tsYRq1ybomDZoFIdxO1aogs2fMploB1oQGvDyIl7bqYbHcdouOprY2KxfrG82RM0pjP+7dK7mVvAnof1Kvv8x4BLgiddXI0/EnWbRruhOttHIkq+jF91SrS4LZZ8MMPhM8PAfo/9OtH7dRHoLdDGxD9lGsV6VJjcpJGxSGW7C2WFqUIGJvSBVEB6JClH6ngt392xNU/K6JTumpHmqgDNaSfXdPEL1mibKHOdqORtIvZ6GLi8VK27aX65ziJe4+kraXChxLC9zxbBhpRfMailql71KoSCLnKVzGOCNibkUEvS0ky5znlZQTqQV1tMByqimZJgZSVLV8momJYlsKrOaKy54rIxZ1g3v2DrLMDN9xQgQVxXGPtONJpxZ20oYOTL6K7iGJ2Mgmg6GwwkDRvmVnmKg3f6hFnfBX5uk4zwq4FEQQw/RwZ4HaZPPnJxrSKy37AqZbz5MICIx6x+0rgSoB+Or1zqc8ZqkrAWmCbP0ONHnUKFEla5eGI447MzO0aSg/NQ0bxJBI5VAVVN7RisHQidFUKy6i/YVCpLH/1EhOnjjB2LMHKEtIaOTxcPICj8ip/VQkojZqebj70GDGNoeHOEvp3NpNK9DpP9kTo32on60FyuSgvHhaDTH+5SZDYg5ArYqhN3oUAbap6IrckqObhGlLOwlYoaQ6PowGmnK+O1v5KFZUQOWVXzZ8ExAL4q28aAAHbGowNC7iD6mONz4kz8myYTccLypsh9V06afSqV4e/wvUOH74Aow3Wwas++cx2FEP0MlpMAUuqEbTYVDiNm4eGx0ZePik/cfO3Y/Yg6OXdwYXjlGTp68uBHz1SyDxoA9V5kOc5LZZs4xF5i7CDr2qKIEZpFA0DwRdK+jRMwNPB41i2uvoRrMsJrgJx23aSBAVvjoF23UjFJedbIIpTi2jvHXRFf8PMZ/jl1Pf7sB0IRlkapJnqrm7hdpF/1w+ofSn59+f9D+QvqHbPTXdZbAmYyr5sp6XXThBfjz8Kqvief0Fw07p6qepGkoxaYskfazBU+9Hd7w4tx3ru8JH1O/Qc5mxxK2WNoGTAH2gWXZwA5ijr+m233NcyQ4vnRhaenCAyTIpFLo+V4WajZKLkIw3k+uQvA9KYQ6F194gVfmeeghYMMyQ2yeW0QWiklApeZuDGaADw27hI9+gT+1VNhQDSVopmor7ToCrL3+yxfra0/WUWDIS6fLWb6Rk1lhs1rvdC60PvTq+tpr63PztvIKuWyhdq1L5jKl4zdmc6n3/PO7j0BWN2cCV3qQ0TxtyMGx9cpVQW9LnVoqbuiyNleJVRSkLH7pNPCzs/LfHk3pyK+h34S+uZO5yHwbWemocoFgNFJuSj+ACrqEXCR1qTZ5Apg7VNRMGA+fkPouNfSKA9/rtJuNKb6jBV5Gbmy07lGNhSfQBHKFSA+qzX8pyqoEGNhIG6yiqgprpGFREJHsrOUVP8Wu1cP7S4UsFgvl16/kNV0VFIU1ZdNw/NT4b5bJwn1KScFDWBYlSZGIvFlLGynyLqTlJYllZaWAeU3RsS2Lhijb2JAN/mm3WMCN5YVXpdNaLnt3Y6FYN/y8mTZFTUK6ILOs7wRPxsjgBd7GuqLxuACv42QpL/Lwivh1szWE9BMGHhNGXTcBzI2YDYeVnapEopC0rgst2S96RGczHhXdAzj8fthuh8sZW1HszICQ2ScdEo6iBzYvO7nHgum4/gL6PPRZh9JHWKBwGB/oiuVTUtmlC1RIDwZKDBj92NrxDEKfz4W5tbRiKGlRlsUBjSiKaK7Z+dwvvsuWBJkXLdt11BXFsd+FPm/ncvYqvYU8NMCKgknEXMs1c9/6TttRVlTXsU2JlwXJftccvRzENjHdyKrZ8O3tEzOT2IaDYY6sewKMvobbtYCoImY4hO9jj42vPvbYDfcgvo0tv41G1yc3oRbcxCZyy2GSnxVZJD+itupRExXyneZH7iN6dA3FRRkSFfeUZlyhsm/GdnG70vZx22933Yobdt1BhLJ7e0E0vra3h3q95sei3m40TI6zcu5TewdSk9CtWZHbJUYHwP2P0OnL49Hlyy+8gKIXXpivF7HFIbXy21DmNh4Nh+T2z9KqvfDC+Cq5e3J/ENsI2BFkUIv2BgMoCkHS87iVB1xwfnJPg05JJ+ZuiYan043IikJYXyLepMxwjV6JZfLTCxERKNAczst6xnRdM6PLbEpKsRyPbKtsaY6qcpwcAqyDlYWkS6JKRokqShwn8cjS83HpfpeT00HtNbUgLXMA8mRWStc6IQAJiZNl7r0LOV1EEi+lBFG1lixVFFKSzLOinmPm9x0Q6c1xgqXtygTvCxTvIwBMjVaMWsk2g5gZ3owVM3EyPfFxxa0cRy9pTlodP6fYNvouYikFnLukp3O6StjQtKkposDzUBTVrJsqFOaP6Qg6tJXx72oWm1bRomKPR2To7Mkyla1eIVz0nql5pmPCx9NMESui9FuEzorTftEYDzgrYp9MNJF3E30pwW10FQQaYU9Q2c0QE3fjzRPTzRWV6ZWYydnsPIF23AxdFjOfjmHbozFs+48xmHvxGwDc7cVxtB1feqtBjSz7uXM1uuoer51D2TitFSO4+PPetxKZwXJ3Pq0Xv4qZ01mKjAP1Owa88b1ktZ+IfIG1JTZjAPnauNXp1uLa+oAD2m6sajtN1ZUwBueTyJCM1ogZIU1D/ZjMW5RdbeUzASCuhy5DQPU9xy76a8HkpLIiXw6cLHf20WMXEROT71i0FgXFtqNnNLvwZ7qv97SMDic9iL5R0DN6D04gKQoCbdFniza5MFc/GRD3GmC32whus+eqcnPJ8Y21m69KdKRpcHiYVOajR2swq9rGpDLfN22D3i7qT6ry9iNl7x+t2GBWlbghgCTu7jLMkXrlbl2vf2QXzerl0+4+/Ad3UlKvJSIRndXrH9pFcb0O4modGY8qrMRkp9Lt8+PRPToOv36dbmqDyTj81v3WrbttUqeNWa3nxmBw606bq83gaK1vOf7u/P9n/IXUcu4fPfzM5bvSl0//746/t6zA09vzOlOV1usM6aM5puCmlg//3gTKhU0K/fdFUV/P5EgxITg8Wub+rD5w0PfIVfgmhzmsN6IWlfXZijQBupV2AqHp+sQTqViEe6hPJAWDiOwWMpQIgJeBHh5fDQ4PyV6i64wMZFcOAnogat1rV64M+/P8DGmrzI2cVDivD5xxTz/T60WTzxGu6XDuAjO/dwwzOrGGjKjJrk8oU9RGe9H4amu/Nxj0ACeNRsPW/nA4Z0P5a+hLZKcmIrYnZDBOttjSXQvFWAjfiXd2bcPAIzveYC3uNNHPqIXyXWcXPdvl0wYG6K8ItsjzuuoEIg98uOC63YLBG04+vWQJMnrJs51UZade6Lou2QbEyzlb1XledATFFBRBdwXX9tjSjilJmZkd8e+hP6CY0IbV1u+us9i3fU8wWLq/9aOVT1WNyqfqX31AQfL/+6n6X5hq5fsqn4S0T9bR8gNKUR7XP/U/FCk1w/e/hX4L8FUa6Apj16xKu0ZmlYEA6LW7naaBziC/Dwh2hF5fETMS9OweZoc7/lsW0WB8EKHbKiKLg/Fo2JcyH/R33rI4ee9PogOY38neUlJA4P89wuQTbS96/XkJ4dH7iiOcO/2+/Hv33pd/H/qR81JW/FLhvV8S0X3vz7//pyFtOqdmNtjUmouMPz45ov5VlAXUk40PQJKI0oqGzNd73p88Hx0m9un9mx5/pef9JH9yRAeHh8Rcn4Y3PJ60xTsAExvQwiVoYytmE8meA8L44nYsmMPRJrWTGH5z+3RQ9IKt20q1fJAJwsXjQR6Soa1XK03McmFhZfE77rLC9PEl35vD3MTuN4pxfUSMyA4Hg2toeK231+8x8/IDnlqgU6tfm2zcwIf9fnY47NEQ9ftkt+91hh7m+JkrlFcH+N2tuV2/0oXG8wHh4wiYtQomPM6HTp4s98tPjPtPwCGOoyHE0f1PjOG4Vz5xAoInUH8Sn9rofSyWpRB5mICJkJ2ieSrsg9lGxO6xth5gMbMRpfWl/dc0LPvBDz1gm43H9l3VFK0IfUu3vVHL5WA9qobrr7r3vtvWwwqc6YphVjbaXZIVP60LkYPHe2qBp3BrkGnYxTypi5/yMVSuQmoZHgyHg73S8SeRs1d68nipuvVkaTyC6BaxQu6Xnjxxe7904kl0e+XxE6U+RB+ft/VXYw3njPwDTQ+J4R3wrETggUOChqHPgZd1cSJcqKKDhJhD8AMLqmUohuYVzEqj1DBcXWxiPavr2fllQVF0V1N0WzYqdjFr+YaiSPcKgQqkforVryXjl8xGj2o5q0Q2Aqwc0dJEhCmsNUg0+UbJsXcY9PsRfK4zhwcwzIP+qEeGeJDN9qJLjxD42Wu1dqOInEezNr5hzwRKZttEhxLPGrJl4rAPtBumDYy+ParCae3352y7/3nMSyKYHbjWjbrwRd/euaNj/JhJQ5h0UXTYms7T0fw8tYE1mv+PxbLz3wOCu6mqKNGrX5vKdb+OXp1Y/tP1z53fXhB//Ve4RjRhlSROdgtA7fu9aBANWvCN+vMJo0F2hLIQRcA2D/r9Xmv6N7h2bXRwsB8lf7tx6pzuiK7cqBaPty1E1VhkuaZLOY1TpOQDC9/7hXK7WGyXNdM2408gmaY5QKNS+0y7tC+bpowiEo5HNN6DW/au9pmZTd0VaJv7mcvME8zrmaeItBBYUpjDjkFW3Fo34cnXEfHMUBWI54OO36STewPSYQYQ6XeH0D0cwwyfmiMSvFoNXVLcVmqzS96FfT6ajR80SBmskOIX71gpsQLLs3xKwSKPRES2gm6Isgprqarbukx07cgUeFUEDp5DvMwrPObl0Is4zklX5PFfXqN/qMTCS/gUyy+m08UUPMfLHEcSUqwo8x8XOYFXdA7LBs9qPM+mUyzHwdqe4tO8biqoJt7bz2phMIT/+fYR6e7dFeYi8w1U64b9M8TwipAc4B2p5WBMHrC/TQkgLJPxZUohfAIw3AkGg0Wi2oR2ma0fZNPpEKqhiujOw8PyimakBA4blqxiVVBUIZUysrAsVWzT0WUs84aiYayrioJ1rKUdT9NkrQLrXq8faBKWz0fBR9JIhXqqhopZQdB5QRCgnkZgbAZ3q5pi8ClVFCzBxCnOFixD1hBidSuY0Jkrt6YzNbpWYpgGfjtqUAIQf2vJ8aAPMzkghAbNEZphNkt1ubciNDP/IZV/yIhHg39fbpdK7bICLL7pEMOpAEY1Gew77dJHqKV1RGwnx9TSDhF1z5SmjICq6TCzVgiSgQnendpNd29S0xLDdeJ4gdBQdPq268yrTsWyi+8LyYvHQxKGOmq1ru620KgXBL1EtRTA1dGkINapUz8E831wUxk2biqDbRFpNE2rzYwaiPEffCK/C58jBfkdkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdl+58pgAB8oV0xzfgnos00sZrqxcQxgYaIfTban3SLtL03FSRvCaq22VVsU+c1GZflLR5KEjWZ5+cfzjg7Tr3QhvZlvbd223g0rN6XM4fyfZhxK93wij0+0TadRrG8ifkfW0WR/hreJns2b5r81Vo0ThkEO7/yoKHaxh38Y467oonfnDR9Q6r81zeOm1/HhFmP8tR/GLtyDPyp6uIsZ5h9Pb0uo/b9Hb0d9IuOd2DH8KkWQ67AOnWbOE2kbFQh2mzHPDKxIW49tdHEUwooJ66X7CliTEOfSxPcD1bWF6HslSZAlZ7Vq1St+WnQkP5P9Su5E7mRO3+p0g4JhaUah7HiWoZvPruh8Snx91rIsIwc4Mxj10b9jU5wr2/VMcxF7KS5/vPhdw+Hym4e+a1ocYtOaY+8sy54SLFhKUFcz2ocHo2DYm2KGX0T3MGeZ25l7gVpeortDui4V4oa12IIYEGeNeGYhu/pgVANGoSJQF7o8IpR008drUH/AkEAW4UIDR+tIgDageAtv1KJYR9NCH5YtJe1X0kYqwxey3XomZ5w0cplMNZPz11bTioQNzFZYQSqvORK2JVeT2LvvZiV1/Jd8ThS454qyblpvWLmCNgLT/ByXcrFjFUTVyezsLC/vBDs7Oyl42oHHTDVty25KMBQrcGTjQd3xTHMJib78qmU1O5PtXDmCO2b7GW+wy5vtYIxnYvxJ9scSq5nWMMYz8Rj9Dqq7keF9UaqWglYLa110/7GnW/1j+TcoF5sDoqXuhW+brVlDuma51GqgSXb0T7ReZFF6xZOXYpuAY4eHO7eIUZNtiEfB/k2RmSxgDw3oqsHEdvZhbHBPTezbLlGu96N6J+1EmeI/KWUO0eCDjdB2ax/63tVyGJZWfwpqHa9BX0NfYzKA3IowO9vMccBs20zilUjAITExBWrAhrFbIt4HEhlin8qNEo9EfmyM2uVDGG8wN/zENZFidZZD4pvIOW2JKnFONH7naNjqR8PR6DOmXUtcE9VPWaFVWTURP7kIzxPPQ6poLYXES5F9pmsqxE3RWbg42utHH7BO1eF0+cRxr2abC+ZqxXKTS6RK1nSt+3q4NLbfIq0Hq6pFEHyEEtSJ5xDorY6vdA0Ne4DRh73rTICYIDvMksPVaXBTAhoFwXiQzaJ+lvwNBgH5i6ZBACnkQkQDkjC1U2lRHRUMBzsxB/AaE1uh2iQyKC4V4YOITzCIfSE+EIUjORbjq/FnSqMJ370a+3WqzdkYhsQDFTFQqNJNk2S4nSFyj26HqFfQoWeO94m9BNozvYqQ4p56PeZTUuq5Tve5lMTywuuf4lhAhP/6X+svHRKLCxL8raBwTzyFhRT7+MbG42xKwE89wSmCrL7jHeqU//5zKE+RaP2I1hgARIMqp4lXBbKdtMQS70kOMCdXqbVjC0Jh+AmiOeK4H3hnSlbQV18Q1/z/7Lnit5Oj7979F88rmGcROvkJjsXSbD5do7xTlkryICuoPWREtkkR6Q6xdfL81wEtODb+sWNf+VGeUyzxAx/EaTnFo+Ha76zB5w/ey5kGy7/udTxrmBwz01uRNiW+U4gl9A12m7g29YkFUM/HvktcinXDtn/EgvMLZANZ0dXVfr/Z3N0Nmk1Ae0XvKjG+gaC3R5QzRfHZlwBAwAAk7H9vfg92wrvfmDt06a3ze+2tcvn4/MuFuXfb0GolWNlXb1W/o7UK2zB6ulPDvCN1PDiYVu7aWrFlKkTcqs+XYLT//FwZsjtNZ207lsoeaetV6qHmFrWd+ppqzvuZCqknqlds+z+XxZTg5ivYdLCu4ErelX0RS6zg9lzFf9etWmogihnJLVQFVcO2JVTzjsBKopRRnLtcPnVsvh3ny+3TUXJzG4aUEe6+8uiIBsAT37LL6huDterekVExwQ+xPjXD5KmXtJt8Yk1txioEoc+foENDHvep16uhbIwHiUbxofG11iwaIboTid6H3h3D4/390SQyZ09FPBMQmbMFTIAFrEBszIQAZff7n322/olP1J9FB7HfjVHr2fqP/mj9WWbeHkuMPSK6ZGh1azbR1Vuw/ruHo+h99X/xVBSNr41afXQwCu59X/1fXmd60QHKRrM9+2+GdcIlFgqAkmrE5dkWajepaSYU6Hfv3pbvECS3mSkvRWfORD9351palM+motXOnVNZ3+io/D9+z5HXuIka4C70RhmYyKfa4mktXbaKjeV2+5clGOQjTR6/LGvfvx0axnF2OVzd/n5NJjczU/nBNWqbPVvN5nTg8csRlaPQhazNJ8ej3TAeZnvBaHwVAuq6bDhhacb7166NgFUExjagKoGprPEr1IdHO1Ggl5CLXSD766jdy1Yqaw+sVSrZge1VTBW9FGHM00905SDFm7r+InPUN4qbeBxpT5yOuUJsez+Ietmat7YRLNeC5Wx7w29GaDAeDEciQsRmXhqpLMIYsROa9vu0zYmeGRAXaeJkA2JtuhFxYpIcLxc+dEHMX1QFH8a4MHc9bDUPeDGLFfiq2Df0jG74eDUAqlJevZJrsI4DUcdBTfSSxO3sCHgSPmBlWWpCf8BmrQc4SRvuU8PzwQrerPkL+ifI2Sf0Bb+2OTfnJvvsqW8UC1dsIgJLuGC/WwvQ1f3xaDc2WRkOR4MBOhyP9hFggz2ACEHQH8z65xo6JKuj3ejQkTBZSLCbMDbkpNU5QEShdFe73bDtQz6qNlqthu3o6FMRayrjX2q023e1pB+I/qS8AjdJv0kHHTstr01wLaIjeeptNLaFnXohdcMkHQWuW+sRvOHue8V9coSuBWKE+nV7vdcrutSsqQ9Hr7i7W/QGxD/prG2y1KKVWkbMW3RTl3zxpnKyt4Hs05kYPfididFHrT1n7hHRwWrVYmEQGm5SYcKnFZNG0N2KOQYqML42IJC77EeAPkRFM9PX0qrMcyxKCbJm53SRPciayp+goUkehic3TfIwedeXUDZB7K9LTEBGQ1W2VF3VDFnLahq8/08UM8vcaL+SJ/j6prkL/Is9rdPEkMWaN2TZSBJJ/CR6j55O6+NvhhB993h4EKO4XmLHEtsilwNNiI1Y0uVAxegweUAnD4/3KA9E+ma5WHyDqhYyVTtD95AqB1GQhXpYshpos7FA+GnqY+uonAILtxBeJIm/Z2sZxxbai0vLtWba1baWw83/K61l3DRuLy6uVJu2o52EtJ+tZEye5xsX3ZNOtbm6+cazq+HNSVM6eI1yXEXqIfZEzNU7FJISf5UTbBHdFME3Wdcg5m0njh078XckkGNr7XeZ1Cb7XXHXfjFOPD3ZzX9scbh4jAZX5+23489LyViKzWemcghSXonRAK3H/nfKk96HFbfjE7EDkT0kX7o7BBLpytoy3tIKoh7wAoP4m+2Nh4P9/XgBRmhfNqiHKOIk6pDu6tijugB9ui6lKDerQ97OdN1oQh+ukF2vRJND1gu+WwPs6TZCtwuMHZSBOGkCxMHDlIJruBuWUNtAUXRwcO1g/AvN3mgA4SAMd0Kylg6J248BAmwRhOGl5g4gkBHxBbLTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwji+s3RGeX3s+PL88WPvb82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/gR5QH95Wh1zopTpNe5mGNH1ajy8DhiO7Zlp0v+YaIltWqV/lif57M1n1yF4KHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8Hm35mjw2dBtTbN19LztOPby8fZDumLKpYxkGFKmJFmK/lD7+Bq5P2jK5EZ9SSaPabN15FeovT3hhSPqto1aAm763bWJrI44hGiHTfTZX3gOn13YPM+i0onqSm0ruKPZfc3x46/pnry0wbKoubuwwaLzm9WtOioeD/LUdUP06EndvhF3TnDMTZTQT7zwTrzxziOYnx+i/n5EgqMY9CpxREbdlyU04ovoZ4CX86hPoi1q00S6YZPwclVKnJKoP4umuh2gEiVEdgWGcISuWEdNus1g0yOsQzWMN8R8iVNUvRooYqFaeDYleQVPxtlC9g85GaISzhSy6bK+8cymUeZLYfkjOSuvVXNcTl1aleUvrS6pEK/qBSuf4mT0XmtJN4tLtUxmUa9ns/WC4xiTyPjqs+vHj68/q6XTX252nhR19bGFdYTWFx5TdfGJbpPj0LT//gx9hnCuhL3pNsPJBoJuI9m/U0LoP9QfqXt69lu+G7tiCaBUdusbnj6TC4xAQK+pP1R3K8GPfBvGJezhcQOVM0rWqOLZ+BgkesWZqMRCO4Md+KDhd33X+OA7vxP1Jvf+BvppIpVqxI4eiJtxAcebF4gxCGJOb6wEWd5rnMxu2PZG9mTD46OVjbuC5cWN9Qfza6xrmi67lv+GxxeXp2PmTwE/EllukznF7DDxbuhmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJibLyPcKRGXBNRrjgEx9HOiL28vLd35QpU3iivLIrIyEjovjv+0ulFcvzPLvUlmYVWXf8jLZMte5elTTqB6xpm31DmN47Rv6i+dQj+K8baB7jojO2ihsCxmLCShO6TMf67k185lcncfl3IyxltlM5spRycCFqGtSHB4Li31T83a9eMw7wjvVaMW9dBgdLGqVeKN8IRcEBKSeLqhepmXNNawj605JqsRi9PxIQmPpqEAwn6nHBYKYaUd88dHz+Z4iivQrzaVTawzbeKhrEaZzZh7oPpXEvcjIrVs13CNuP+jN6SoRURMq/sREU9F9ccrUVBLNYOAzZt59upuNvqfW1vmI4+s0bBP9zgPAMXuDR56aHDfzs59gz5yTm6VLj3y8tbJ0iOXmMSPd7J2xesV6fFXMXcwu9BOgPzwNjqT6lDCxLpkvqY2u4lWDIfVZBs0GWmbwOOzxLa25k81aJXYgIUIhYfXeZziUoCYLE3URR4hHngNWf0yrFoP1cycIQiibFt6oGuaa8P5FbrOUjtyoEnvTWFeFiXFNwRZxbxkwRl3WwBrdHbdM3N6mbhgAiAJB44v6zkrl822gmCXhsxMRzFM6nk8qSetIz9XR+y4PtSR/wfWL67b+BovslyKZYW0JmpQOZ4FhkVF3ODdNSOvAypU0lA1Q42rdo2oqMbDPmp9MytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn7A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/ir48kXGiCTLmyUwn9NqfuB5FfbKV84FT4//W8JZffZe3dPFXG69e9u66uOShZ5aoseJ97sW73KWLd3qfc12SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3nl0gF5ySNXLqGA5HH1atT/GOTDTMpHfRUpVL5WINgI8G3UBva15jegrGRLrk81pyG8+mAzbYenzq/dhr4fuvJwBHkM6IboQc12OrefeOgzgB0RcxhBuw9v+X4YSN0aUB8XgEqjAiQeCm+T1mgTJS36yObF21YvbIW2NX4nvAfeFvV2sySDhx46cXvHsW87JDgwus70Dg7nbKEIj1qmKL1IdvNRpXw3RhRk8FaJU9y2vw2c/k5788SJzfbOqafK57yzjcXbl5ZuX2ycddf2j1Vehw7LxadffLpY7q6HhdrS7a++falabLauLC4TF+/T+URk/kQrkoc8F4k3OiAOVoU0ElTHhraLWk0CLboRGVMk1pjwB367SqFPzSVuE1vReARM6l7xi9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6h3NeDUe3DDjw8GWcJSLRf7kQrQVR0cobVE4lakvggJ919z426MqA3MdJt8mwCfLl+JI4BAI+LvNEK98egwLgM/Pgx61Lfs+BrxeHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXERw/59QMojEX3n8M3QFfHwAl/q2YdEn+axLkf+onxd6A9V01b30C3OjPEj0WrNcfbphKvWkSSVpt6eQmPOiij9qqx7ephq0VMChzTlM88c/r0M28nwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8GP14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDbeoSD/D6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4P2EZIyoMdLw2MXXkasQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV65SVNkngZfrwC/jfooujH/8dVZ/sRajWSfmvYr6dUGxF8517myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUb8ej8/R/+5NrFJYrVVrsEoKxOGHAyslcT+yOfn9mtOIuPOl/lL82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0nfySsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafz7SrXzb6KGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfQjD0SNSiW9mv032dU0jczJjq7QmevNpAczjokH6h/GprkxTOwR1xeJGwz0CIEsPeKps2Wq6GXVRAe6MvG2oejR6KB/kCW/VzHf9vP+m+nOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KulHm2J/qJHXEZf37t6de8bmek9H4AxVmY249nr0p9ooro+6gONCG/XETVmhelFf0FmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8yh5EQn45VcuHP8jOdppqppqjkb95+jbaASayxS7yk18yk8aAEj4ceeMOgPQez0ek07lwuD4MO7u5axZJg9362UTkUo//ZcMwefH1kef/WDhbSJTKv0wR/fKASCkJlg3aN6mE2mQ3XTTDfxtDLRydivqI955ZN53vn0LdU0t44GMVsdP4n2E9dVUX8S2bspZUqLf5HSYuDrG905jwRTtxl+F1AsbneBI+0VDbvZbqTNYixkO/XA2/7VYPDsyic/IhbTQbMZpIvia2LJ2rdXr7Va0WGr8bNzexWIxQUTb5yb7Due/KZXm3punAr5li4sOWaBzwNLi6tGni+YDiTVW607WrAIkGi1mOV8ZyWbXXF8Llus1iHxXHRnq3XnbB/BkPr2a1At51TfcKO2E/jLxFWBgKkWiMirBwEA1IAaKTEQPtdSZM0v+opaJ8ACBbvLp04t75ryAbkFgisnOFs2fN9Q06kXdokq7+j+jxtXuiM76Y9sn58R/iP7Pw6SRAjIa2e+fzgqL9SodsKjdJ9YZBPnc34UYqqCDOdCvNmZOBrzpl2Mor3x1VGv118rra31pkFoZVhWiQQBsRmTCKUVBY32xsAB7fW0KNCCrNYKtGygRVkI+1lLKudzRdXInVYsBT5H+oGUM5yVzKbGWtAViZ+4TUL5uy7xU0Llv5MiBQL3JokXU7rjlESzp9qC7FqGMy3H+O++gxMcVnmIdQoO1vUHza0UL8gFxz2St0w1liRvuvMGmGOy+YZmAqsn0aL1elmAa/Frx4dRK9vb3e1liY989kgdpjWYlHBalBv7RbzJliV5lmzUIX0Dh3alwEb0l8jC+JRyhfTVwRCKdTDsX2f6QLn7QyKPTfIituk94OF6VEIIPG42m52yqQl2nZQ3PdE9zloeln4M3F20jqYGTgmKnNQpugqvC0g2MYX5ll5vOGvya/v7xCh7NwFlrVaPZmweqXvslzpDUX2dWggfY1oJz5yUJeGBJ2bP+B8RpwW9Qix3WkPou1uF0/L2YsOcYHKghjvZ5NCiJjqJXdWt+u1WfZbszbllZ8X75OlO95s6K6K5wyfBCJM+ouh+0j83euUkusFJv2RNuUfd1cjmbjTXIbtkiSSBMYjtzeKx/xX0Z9Dy9FdBkOcSyAXUbxn58WrcDanzzDXqXmCbpT8nVpvuMkeJIDwWR9J9KwLV/MIigb4sIrPkcALLcT9+Ags9AaOghCRXcg0RO3+a4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0VPFUn6zIrDoJXiIewkhUbJP5DPSe9gUxwp6LfppTg9afi4qGyonLS08Wyh+hk1h280osgN3YD3j+pLGzPalzH4rg/yOBXwtCGL7Qfo9bF1pIabVmrXTIPF5kDzTJurd6e9WJN8BcQY4bE2eYZmZfxw0NyJYZsxMvmhALMt6+73etGy3zGeubIRFn+QzoTuEpyAeT+e99zpkF1Fs25r81tl0FaObCohGIor5yr07uxGRMVJ0EHXugikLaxv5mZ5gP9H6ltwTD8rtGBi05QdPkDvJAicb8764h/FeQzuiiArQJd1T05/uL0T91mTX4dR2nVq/kV0qsUOHYNp+dF08wVygvtjIcGvFPz5AXAUB9Id5RQyqJzAh3jFBZcMeYVviDUbh12FVkWEpPM9xmMO8p/uioVpFx7RTppLHmiqKsuHKqhgoRjad9yxJkaR0c85L9rFXHzv26idIgAJOYSVJYnmUYtMlURbrdc7yncBQ9BQvihlVliU1byhGNUxZcj7I4PTPzTnBfmfyHggmvBKMHcIbNGFmEh8uDMz72sw/DK50dUSFpNspgEaxPsenUsNEmhhrPM6wdPmmTqPCbYST3VVNlrE3qtkFRZbtgjD+X78NjAuHeAxVxHyKMDGmhlX8nJHRyxU9o6sZsegWResbC4uLJxwJ2qb2bUEjgA86GI+qGzmPc62vYlUwU5LI84IkcaJMfn7sBwpa1iD+JbRCSkCpFOLYxZOLtmHpAbb9R9K5XCNejyYypWvE6hdRCk42qdboNr7E0Q4RMfZ36Sc5ImbuhByn8qIYe8eo+w7mvnhmHPFbPME1duzFZsKXzP/gJflpkymLOolggCGA0JooMuTY3btsRMmWgqLby6Zflc72JlaLwXi4nzjDjw8fab69yZ285yRM+8SlmPFwssngYARNnM5m09DWEC3+xHCYYHc5PriOY5PWQtevJ7TlQWLRPLHWmJhwkLb7B6VNNjLPLD8mW2xcNKIMFd3VHAxm8ewgmMWL7pErbvEgXl9IEEWvEPeK82fFmY+0F9GLlE7i+AdYiQ4Cvfjoo/VHLzUefbRx6VH0KDmBGDlPnvkA+gB9ZvaIjzqPdi892nmUfhBzqftoctKdo1Ec3SUa1uD+VMVGWvTxdOhEqBcBefqrX8gmTmzi+7+EPks9ZjJ2bGY/sdVoVol3/SIrTKztBbcWG3iQLUv0LvJDb+RkTmj1+6roK7Lu572Cn1eW9iqGnd9Ms4aRalfS5pLnDEr59ZX1jH/xVXqttJBZ0ZVyUCtkrN33x2YI6LOcXAjqdtpNZzYyHpcuLTflxbNy9sLOpdtOdxYbJrfZzmfSRmgbUqb2pzETlrTXf0J/NLMC1xFg/DUU//YsoZ9Ev0jdk9FfLdOpp0JiSknEfcLcD0uiK+THTK9kzuxkORJ7u3XM00TPe7sIK/vbse7ht5PfSrI075h1xV8pplKSIAJUkDhhA/1c9ty5zKczluFxmXPnsi9aoiKI/hn/RWy4+EX6hvQxT00Lsmh92ttZQYjYinnEST7LTuTB8Z52smO+CphxkzkJa2XiiYvs3bYwHcg1ss3D9WPbPfozSIm7kgiWVeKfI3nkZQdWSjwYod4fO6YTrJnO03mnXrcLj0fArvbGh1f671MURTeGARBFFBGndp813GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8mb+FyF9bwzdQrTnZDiKU2mJk8b9Nfsmq1pavemyBNoZ5Xyewcxth7Eh2/W72k2GqFurpbflphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRT9D1qAR88gnq3W4zBoFk6BNOvTZ/LhRRl6ZTv8XkVxVasVczwrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvZXM5aZNn0I/qLqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8BN7ZKf685bMZChhLC5HfDsDBxwEx6hPi49r1EDNHthHzYjB0flBBqCxKSexoPy9/eWzzV1mEJ9PDJJ+RA1OzierH0XEkgysazpiYI4vgzvMKyWk9RZR71BVmT79EQq/IvvqVYXCs5mhjI5x4RfQANSlp137IIC7LmnU1rqiF8lVdEXu3JrMTP6ZmJVQpxFk3kMV7snjkhUXQPqQDknSxe1AOyD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhBusmilLgYZzVi6cP9tzdk+n2sJxiW/47wxQ8eEV2pQp9eT7Q7dNjD8SZzKYhKGEIDHgBiTjkboPUNeEE23UFjIswNFzhQKSwXpb4Z7e2Rjc+y4OyogQXhrqrBYyKRfzD/CQ6TgfhKL+xMHBfiGcuXons3m0ZJ1b1hDianRDcXZ24udhpLg4QcfhPO5UrRmv11wpRX1pr4Vrv8dWdTRdciZSL86dBXsdtbYNnG+Sg3wiNMNSn2JoQPEmg0qGcexu3gyy86gEF2+d+1egbNd5Z+cPpnJ2Tle7OQK5+9ZP/udsi/Qa+NfUSVcUvyiWnoymytqxf+C3kYu+Db3VvzEsU3dEFVe2C7BU9GFr8mccO/6Rc6vaeV85rXwjK+WsKg5X03Wxt9Fv5v4LSkinV1jt1kvNVOouOjlxXz+1W9846tpeGFvbxda4+WFSQKE458iabszHwhXEnuUqRlV/HuELeAK9klkhhVjPc4N9w6oO5MeCenPsiflPEC/AT26RX4dLbaeJT9fRjTOlF2iGyI7LXsN6uDFcbIwQmWS+4hvXHTxaRlmJ6trHCs6Jrd2bs1/GqfNWvWRh1+VyVRJXHw6Y1nHzp3N/H+VXXlwG9d537fX2xvHYrHAAsRJcCkSBEUuDkmkSEoyqcOEDlKK41tWFNCKj9q1Lct14yC10kmUpEfa1CZnEjczSttk0jQNXed2nBmnycRk3RxTN0nbJH+EnKSettO4nXbaQH3fWwAEKbtJQHAPALtv9+07vuP3/b40jotiICJm1WcuKE6E42KGEuSlUDAzWjpEDtMjiMva9qFbbs5ekIIhctzBA7tDoVjmtgKOaIJUfjtctq//t0idmOTqaxQVnQcsE0XgTCCaYEHEdt53enBingitZIQiH/vCLtjc/URBBRqGPkEBp40FSUWDcUdkDflyRAicllT24QaWcA0rT2kR9AeKwQ4jBS8o+C6ibbPhB0WFLfJo/wM80cbxPg3zLGpqyrXzF5KKNBmScV7X9da3TVX5e1kp8Arm+X4sftH+oSgJQH++9RyWyDPzPf+gm4K5YKyjk+IOizJqDGcdXc8OEwW0baJGjXxN+nDQlPE3pVqeKJ0hX97u0Ts3idYJ3iw/PNzFQLQ7hdqoUTrwgabo95Mo+o3c2FhOlhOtjde4Ui6Wze7OigtywBRYKW7hRQ1t7J4dYxOtn6FmwX1fbjSXIzrQomwneBQypEWx1y/tjxedKDSmAJ5E8g+AmhoNH+voHGC498cwLk87iR/J6DWbzspKvV6nwRDgv/EQXd+8Rl5lx9mI1516fG1pyVCbmtFsUmr31uZqo74c7/Fp6tSLBDNZmx3YcyGvlAvFe6SWXWz5iTsqeJsWAAH3ti/0M5qhiFIWB1hdNqKzbDi4yp47ceIcWzfUFTAPSOxgdZCVVAMpZEdlQctVjftDuuvqoTP1+ukr6fSV0/V1SpqnGi6Y+11DZbbwmpvU1tgPTMwd9nEI7gcGhBSpIUjhVRvLiQJYfsfIYOvSqy+jVafVcHIT+UQslshP5FrrnpMZQcxIxqk7ZSKSbaK4Rz5XFPIbzxvKjyx6mZH8kHevnfO8XC+HIlh5476OiWkEbUXwiP6QF8gHZJInWub6UqNZJ4+ltV7vSyY8tLLU7OtzGqgx762D4WVPyXt2Hpbe1n09R9l/58CKVqBJpIiaXrO7gXvk/DkL5zBNaRf1utRWU0join+im3P9/MbA0x31ifSJpI7WE6YUEicnI4fMRDhiyAH+sMg6B6v6gKNLAvW0akZrPRwPm/HQ6mBhKM/zLEbpbC4lBDQ9HImFWfPnEYclcsxdQT1EzqJIYeF+10gUDEnLgYs4p4nRCPDtR8KHE7zNSyxr8bwlSEUzZprxcK+ODjmZwcIDlh0f0WblfbPKenN5uTm0f/9Qs0kZfomWu9SoT56Z9HYdXjy8i9npf+77//zPYOx+A7/zU2tv5HJeL5d7bAkV8jRI5efLbm28AxiHwWAgX+nxYlntuPFqzaPwdtJr0Ercle7V/ooPcolCoTIgPmvl7WTxQDFp28nJob6SdkkajKVL7Mhq0o5bX+AGKoVCQgl8Lnyv5MYzxWKGHH/JGHWGJ5O2lRrJpIpbbfBrpK/GaOY/P7UYReYQidMD841FVErcDaR74sSe2m1nf+2W+o3FkfeeOPr2o+5sre890UxmJJPx7rvjtkqtXiwenb/5yOOH68nqbCFdzGSK6e6z+gR6zM9tSkmk3/3JI/33fgtdIqt7vslcP4ZtYUiAJ6bNigMQcoGmjW2jB4ExhtJ7X2Ma15ilNTKmLy03IPEJmXKbK0Tsgkij1+GLMncggDeWUYNM6YD6dbaAvt0x/QvoRYr1oVmcfBMfJNQEJA94jqlRmkzRuF1V46iWVxKyrIWCkh5WUSjuJDRZdURx8NZswjSrR47KTuVYuXwMfbD/LbskLGmapBM1IciqpiYHCpJg6dnE0SNV03zeubFcvrHH9ruJvkrjIBfARg45T0sckckMHlsiHUOmOGD65rqUnXgA8gsDaKE2xdcqVRoobnCk/5U49IwsOmlZJHqKatuqFQ5ppLtevIFTnEwu7LrhXMY5M1AeIO8fdH5p6tGYboaDeveXWdN1zWzGQfca6bBo4LAms4LAktsPK0hS5sWAYwU4SeIClvO4AycbWOj8UuIEgZO0YETu/NIAs7phOb1cuQrFuuEKIFVh1uCyfggeuWPSz/f17y4Ity5uIsdrNf99bvg48hrzSA8XZ48Lx1ub3q7fQ47mdtrhV0gbywGXAR3pyBDv+jAPu80ADyZKHAUaePQQTcHKPWAfHBk5EHuAg7wLB+wHOe7BKM3BkJHlCYdsOBOyTH9KNsLko21yIXChtLPOeT5BbicdTDvhFSBJEINxKJLs68+XslUnIilKwCCaphHSDFGamcmYaJ3nFTBPPHHboeGozAuSogXNaDyVLewqefGeGBq/zD2/TKlEKqAqZIV+RgkaKJD7F11MkxfIH593+wbVphwNOeFI8Bde4LpIHrOdzEuyoqur+f6+ZCSs98yFmKIEmRqVR0Ke7Zl5208DHlopl5eWktU7qgtkY2Wt3FqDcPbyWhnRftHR45a28zXUABMJIwcZK2BacNvqURMxrVWPHE1GiRXyWluLr9DXUpvIpuNjWW/jYcj80om79NEwJs1pjlfWQLuCxfMrTqOxI9yRUvduNLv99tvocWqzKIL1DvRhap8Y8/MMbN/n/GxVuQEXp9CqlcJaMBg3ceovyKYeCDph3Fc7/IidM89dOmfm7EfQ4xC3zbGCRhMndDdbH1m8Qd0zN7dHvWGR2Yq3q/t4GZS1vayLnGtMcx4xTVSH7MxbPKAauXeHyJJDVCfuZUwr2KQ1EWkBU5Bll3QCTBW4hGy3WrON7RT6rw7E1bPGGFLPqvGB9NhTPsDw8/7eP7W/7AEV/KP/zUn/m2XfLxTx96b975jeuBuNSTK7Ie/qthncpHEmOOeCqwaiYnJ5P/SEOgbhoxTyFdoSosZEqmIhZsutMshq/K47ihovCONLo2IUIZbXxdLbKoLOcvq+x8oCz+4+csiTdB5LE0cXq0TdUMmdb3lTvsvxrK3qiiCjgOaooyLHJ7QgiwVDDgfSvF5JigLZDRpcSBSzXFAM9sZFypSpjSjZuGZDLuk0guipmkvGi/ryhb6Vlb4Ly/XJR09FL12KnnoUbSybj35sfv5jj5pnLwVuvTw5efnWwDZ/hkzWr3eOniOZ7eUHri//urKvK7db5hLagPEPAqZ9bgWbzD10OALnGE166wfPNjdi6XTsJkRmA2xgMiW8meyjqwfQQcGN6/EB4eBBOZGy4nErlZAPHhQGyIdud36mGOMMINtNSk3SZijZttqP3CxR82w/6sAfAyOYdrIdG9gJlALOjkW9RXScZqOpawEeY75vNNWzSuiIUVUzkzF3LiEveua/m81VVlZEOUBUGsvqrhWDrE22O88BsxRwo2Yx5AUnj2gaKhzyVtXX1z9SLEr9Y7Y91k8E2fX187AlDZekbK9/EvioQKOtCR4u4Pw0KFoRu+YFyFwwxboVFyX/srXhrSLnmWMzL5xfHfjBkannBscri0UkIGadvJzS+4v1+vEDF0u/3R8w60t765w/JrB6G8fexRkUeqwrAnDj+CZt+g/xs+juO+4o3nln60VWaz39JH2hI63vIvczt5duJ+/fQi+1Kujj57LkD93devqNyjG3oJ8VjpTDkXObPWVdpcX8Lau9CCe/epm+0DN+Ia0/8ktpPY3upiUxHZ+m3s3Xl6eRirWKa9csF0ANhXyFEiLgNre+XfEXXNezg+2r2ezVTObFn7+GXr0sOk8mxCefDAeejEmX//DkaXfx5ODJBXfhJEIZnM1m5rL/Aldx0MGJUimBHXT3ZDgwMRGThltrJxfdxVPuyYXBhZPduex16rpT0YDjbtd1rf0PPIro3LH+Y+Td+rBf2VfJ+/JlcuMv/c+xY7ljx6626xpe6c03LsfsVDQpDeq6AER/gLkFKZyU9XG/mI+TUj5HS6HnfYnU9620nNZn6Y2SUpC4mT7XwR50ysmD1WuLSBjuxM27vm8+69sqMBHI0V+fPEVqz1047Z4+2TrLahktO1LKGK3KM5kvP5/9EHrp+1C9pwbgB6eegCKvwrNtP+CtnH2d+fv1IqE93OhJcIv6rzFE8t9JWeCDAJq92Dge8rUhz0JuF9WPnNVrzCqa9wOd0TrsNXyAPhymtMfTZ5nX47Gk3JVbDD9ZimvqZfzp8FXCTI3WVpvLgJyPr6G1jQYRZZZWvdUGWgWPcxOih2jWx7rTfvVwcHbY/2ht+Jbjbqw9wHv92BHLa1CGG8tpAvkHGgXQrUPxvZubaJXmEGk26cpzvHg5zmzxi24yvZhe6Kl5ylNB7UsVP3slUcq9NfqilJtrrWfjft5c5g15t1CbvKC3ToBaj4Yh0cwaS8sraGW9QUQu37xNyX59i/aWDkF5D2s5d6yEqBuxnf54jNoiLQj0MxDpZt7nOazKHGfbWl01PF6U8E+r0nGRN5AK+TT5iKrMWUFDDV6VsbwhPaxKyvJGu5xvor+hXN0QiTKWQpS0CrzZEcpXDa4/or0QyYk8TjTXW07c6Smo9R8A7OuWZL3pdG9JW5iMTSZI7qnMnKL4dVyh/EG4UItOEa2wBpnZiXJKU7OnIQ1q1bXhkgwEBmWfKNuMena2Qu1CFQ/b/hztZ5GxowJ1ytttNALLOJGBQNhyWk84pmuEIw7i8oKmfUWLCXle1b4iCkro0y9ImMtzAfyCJLJ5VhG5VT2EWkAgYyXwUUU39XXdtITWhoaj31Cldayh248iTBRIfOQ9R6TwoIuPtn58lpxzjpz7rB7j51h1fY4z8F0Yc2QtnRVw6+tKfZ4IhMcjCS6oNnTT1EekUKQhqUfGJFVlNB+TwDLUujZJ5MJjpI4uMI8x72DexbwfMg8jImhvqy27CqFeKVR1o3aefGWPRcFiXbOj1VF2QEyzGNgdR0mtYSLelsDtMQ3qt2vZIMoAwmVbVfoJq8mUIkY8Mom7tfGBAMpXcRkOrlEHN2CipoHwqgbU+tfX738GCifqfeTfywWRqBJRk2f1CKtwLBeL8hwvIZfu9IVLZ7GOwtqDVU3g+FBhCAUDunKmIiS26v6+xOSZyT8tsJxiRHIqj/iYKESkYix5T5ETlVLcSvI6upjoCwQ0dPEIDg8O4KNXDsNaOvrDwXqy/yT5/4iWZkU9GFRxKHmBQxLCMhJZfmj8AoeRbODpsNE0vbOHjIBslzLHF1iRl242Q9b8jWQkPG65fS6AtGZ0JKLByfPkeCTtM8OX1JHpoBSIZPc4Q9opTeBvP3Wix07v8/cQOZRo/BURV8RC1iKqa7VGRpM7ztyGAq0VyL/z2Xues6vHqj95Ll6rexYjQBugY65NRr0h5kZqL/Gtn5hGmm5hTSycr9k73Wkd0SaFSLfIk6dEdDLyjAemQVAkvZgoPx5pIMhxtSi2j+4fNo9Q3pHVaOqhsvPQKt0mi5cX+k5luJAezEtExgqOWtbuENmQ8yE9xE5HxCo2Eaor0uyq1/CPsBo3jre3YLBN1mrJUD6AZT4mhzQtpMRJvwr0B8fC6XQYbdmF/LyqFBePerIDgEkdezQmPcv59+cir64ZrdWAUucLpcK5Om/Hovcgxw4qn5UDLFoxNMdRA3ABqmG8ufVz2dCVrr71PClHbjNNMCYOQeClV6uQ1g38uXQKAX/DbHihVLrx9/MzS3tOoNJMf/9Sfz9aP9T61q5d73r1exOe99qh8+fPt/WED5FzJkHKye1H7VzcHfCgTbNzV0oInb8ifcDKZq0PZEdSqdS+K9EMm31GqadH0lU7nbb/uZrJslnLTrfP+WP0eZozoO3cAU8MIABKqL3aT7p/CdEU420d3K7WRFxFPzaT6cy+mYXjB3XlgJfaLcuSpmeHIlHT1vNv3cfV3Ei/nkmoqQT6nb6INjM5UxgaQoOoP4k4sZxDKtJ3jUeLZVZV3FrQwMFcmOvhcYpAO6Ssuz4c0uq4vr1fZLDutVdbkKFoO4/5VrIeGJva+ZgCdIOCBsZ88AAAO0D7QRtTF564MEUXGz4jyXIxPV4sjqeLKSvXp2gCxkrBDIYjAQsrIVlN5awUYqbbx0xd+F+fMPIxLNAgZF4IyBgLtSl3D8ffkMv3D8bzHP+2Spmcp4cD72PoeUai+NBf9YKZX/4qv/SrXNoWXr6P+oJ8Y3y+nYrWHxe6mY9ttzcLJsWsehB60cnOGVBXFEUj16kpCnJoZAUNvQioq5T3Rg08WxNMFYgMVVOobdULjFUhyrkFM3O0Q4yB88BP7VGyJTAHQWupeR+QpgaTpeCwPTdYnB/HlZtveeGWCWVy22fIGfBiUS+ZHpwbXlryltzxWHSsL0P2umW+iv7cLxPcHDagHP1oWXKPZo70FMA6+tQ7YNERRubHxeott0zKU4OJ3cHh+Fxfsb7jE/SJwcPDjYY7HrfG+zKtP+vd27rXFcqVYtDIWYBTdszw6+AsXy6jcnkFALplgOr2xoyBRAjsJweu55JzIaadSrYd1bCH76NjC3cpmzk1+1Zr22V9h6KZv4Y0SQPBWZNar0ma9n0/m8xSxAiTKSxstJOrdA6La1JmvjyfAfs9HLniZ/19NCXGgzB8BuMis6Wfr9AYgwxk1WkHkVC4fC3k4h2AUHJlTVBNmmpgeWkpvgXVQE3f2/wIuDs8yKCqLtO4ut7c3abPrdl7wpodgrbanVWIqrPaydCdOvMQYh7a1g4hWv26Gi5UbLSRslr0HKhupVqbkGUP9q7BcnStG1f/E3IdwJ5UYYClhpqf/ZyNFC1QAyKKdue3c0BKIXadkOUBF+g00Hd2vXP28L7hnBDcNTN1Zd+uCK/zkvR3csI0EyaeuJAdPRp3Rvfu7gvoR0ezF5C+by/GQ9mqGtnXl9AGMynBElRtRjbhgC/sHT8YS7nJsaQz2seZ/Ubs4Pje7bG9wetje2v5NOo6dHqMk2fkeXmPHO43zXyvkfPfPvrRN8npcDgd7pVdABcCOowvToSyRBGqbUOJePUNFHccyJMdRxB30Wpu0nzZTg9nMJwn/Aa6m92jULcfh0ejxP91BliP/Tdapzhe0NzI6nudj+MzM0xvfAD22ydyzbzpFoQu3SuYdqnrmMJLwV3xZc3TyIgM+pffItXfTYq6MnYqFjs1puhiEjHzrU3UH1hacrAqSSpe2TtQYne77m62NNCbGyJArczDr9Ojx6ElUGlri4qNOv+Ac7m3764Pn8hkTrwJFnf4tmIPCBDWVhAD/YZe4iuD/YXBwUL/4DzlMU19xnFAd9Xbbb6X99CP/dnL7CfjzDHm+OvwVhJVucOCSJkQOzMZKJIgW7rbPtj5C0os1KQX3wRyS1RvrTp1QFa0vitiqK1io7HcbL7Q3Vnt/aaB6nQMWgWzxdRS3Y+1bvq17DjNuqRI5O0AT78EQG+p60v7B/QT0tYhtzDVQCwyZtaq47jmEkH2U/2SdD95ZKGSZF250n8ljH7Ujy3p/v9CzZL0o/cUrlS32vXL6GXSHmdo76Y4JaLDgFRFVCma57HtZaJEl+NRUI4imBIctempYBSgcRLok6m77rtznEsJkXmpXJkcHx3jFoNxXlPDfdNDFh+RsC4QFcNggbuX59hAJB6TeTbMC/wu4MW9nxyw7677RnE9IiTT5GQfjHOI5dTUVNxNW5jo2FleZLGosJgnqqwiYCHMI9YS2ADoCNeuET0RkTo5wNSZRebmHTKV4MIt5Ynw6PqT8oAPMCXX7iOG3HFQpIlqB+Ll2IAY9dLs7gqgMmniCASAolqafssysxevXJydfeS9F2dbX7spJfKiaMWNQPqtE8WT6YBuCLwsGGFZPi5jQeQFMRoLRAdEgRft7NfBTZrYX35l35z5nYO5fJp0r1lyrovvfYQsbvgpiwwdsWh0TybJKpqlalIQx1y7lrBfYVmiDRIRiEPBIHuThqxQ2h2fmH5bSko+cGh86J2rmrxld4THC1iIOnMTczvzlh21sTMh2HgVqmYYvXHV+L/IjZKZCGqGIlZd0hMKJlRMt14eeR+5DVhc65EuteMJgdSCGdWNvlsq7pGEruoiJ3NaUJJmMfgIePKlEzVFnhOifQ8c4gXSSGK11qfu8qZfnkhlnARi5tonnn0EFbfE3dYz32J1DaGh8WQcyYqpaFKAi+atsVjkBZY1DBAZyfL4lz6th8LxePH+O3/a+plzfrJ04o9VqdMHPk3xYwUyJlN4W8QDQCtMttNslaLhwOZjQwoCsBt8iTMmSPvdNcNxArdPFWa+wXGsCBsH0GlW5icEzC+gBxVJmL2fFwXlgRUOc8qvP8SvCKQxPLUtNtfciVTJ+9EGPXPUkdxi7uDl3DYn3Bcfzkw9HWM6vpkPoydprlsbw+HoN3MfhGPQk7FXHs7s75b3JxR9ChFP4CjLUQhypN2Lx/10MgKRC74qJSuJkf5TJ7UImaY7O0lJusa8C11KSgIkbeEj2v6L+9s7UnLv9MS7IdfA/wHc2fNXAHicY2BkYGAA4l9X/x6N57f5ysDNxAACtw4bt8Ho/7/+/2fiZQKp5GAASwMAmL8N/3icY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBjIGNwY7hkAGRQZIhlCGVoZchmCGe4aThq+Gy4bmhwGHG4c2h04HXAdnh26HgoeMh5eHoQepB7EHuQfFB8oH0Qfch+qH9wgJCBcIIAgmCC4IRYhTiHeIlgikCLCIwQjUCOSI84kBiR2JPQlICU4JXYlmiYGJnQmoCboJx4nSieKJ7goAChcKJYo2Cj4KRopOiluKagpzCn0KlAqeCqoKt4rTiuuK/IsSiyGLNotDC0+LZwt0i4ELnwurC7CLuwvWC+YL+QwWDDAMOYxGDFAMWgxmDHKMgAyTjKOMrwy+jMmM2YzqDPkNGw0ojTINNo1JDVaNcA19DYuNnA2njbyNzA3VDdqN6w36DhGOH44rjkoOUI5XDl2OZA51DnuOfw6ejr0Oxg7ijvyPAw8Jjw+PKQ9CD1aPcI+LD6MPug/ND9yP8w/9EAKQCBAfkDkQRBBTEGQQeRCJEJQQsZC6EMaQ2ZDnEOuQ9xD+kRARLhE4EUWRVBFqkXMRfRGHEZgRnJGyEc0R1xHdEeWR8pILEhMSHxIsEjkSTJJZkmaSdRJ/kocSlpKjEqwStpLDktES9RMuEzWTUxNgE2qTdROHk5ATqBO7E8sT2ZPok+8UBxQTlBwUJJQ6FEWUTpRbFGmUepSXlKCUuhTblQEVD5UZFR2VKwAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"), url("../fonts/dashicons.ttf?380d8bbbfa573efd9332485b301f5f57") format("truetype"); font-weight: 400; font-style: normal; } /* stylelint-enable */ .dashicons, .dashicons-before:before { font-family: dashicons; display: inline-block; line-height: 1; font-weight: 400; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; height: 20px; font-size: 20px; vertical-align: top; text-align: center; transition: color 0.1s ease-in; } /* Icons */ .dashicons-admin-appearance:before { content: "\f100"; } .dashicons-admin-collapse:before { content: "\f148"; } .dashicons-admin-comments:before { content: "\f101"; } .dashicons-admin-customizer:before { content: "\f540"; } .dashicons-admin-generic:before { content: "\f111"; } .dashicons-admin-home:before { content: "\f102"; } .dashicons-admin-links:before { content: "\f103"; } .dashicons-admin-media:before { content: "\f104"; } .dashicons-admin-multisite:before { content: "\f541"; } .dashicons-admin-network:before { content: "\f112"; } .dashicons-admin-page:before { content: "\f105"; } .dashicons-admin-plugins:before { content: "\f106"; } .dashicons-admin-post:before { content: "\f109"; } .dashicons-admin-settings:before { content: "\f108"; } .dashicons-admin-site-alt:before { content: "\f11d"; } .dashicons-admin-site-alt2:before { content: "\f11e"; } .dashicons-admin-site-alt3:before { content: "\f11f"; } .dashicons-admin-site:before { content: "\f319"; } .dashicons-admin-tools:before { content: "\f107"; } .dashicons-admin-users:before { content: "\f110"; } .dashicons-airplane:before { content: "\f15f"; } .dashicons-album:before { content: "\f514"; } .dashicons-align-center:before { content: "\f134"; } .dashicons-align-full-width:before { content: "\f114"; } .dashicons-align-left:before { content: "\f135"; } .dashicons-align-none:before { content: "\f138"; } .dashicons-align-pull-left:before { content: "\f10a"; } .dashicons-align-pull-right:before { content: "\f10b"; } .dashicons-align-right:before { content: "\f136"; } .dashicons-align-wide:before { content: "\f11b"; } .dashicons-amazon:before { content: "\f162"; } .dashicons-analytics:before { content: "\f183"; } .dashicons-archive:before { content: "\f480"; } .dashicons-arrow-down-alt:before { content: "\f346"; } .dashicons-arrow-down-alt2:before { content: "\f347"; } .dashicons-arrow-down:before { content: "\f140"; } .dashicons-arrow-left-alt:before { content: "\f340"; } .dashicons-arrow-left-alt2:before { content: "\f341"; } .dashicons-arrow-left:before { content: "\f141"; } .dashicons-arrow-right-alt:before { content: "\f344"; } .dashicons-arrow-right-alt2:before { content: "\f345"; } .dashicons-arrow-right:before { content: "\f139"; } .dashicons-arrow-up-alt:before { content: "\f342"; } .dashicons-arrow-up-alt2:before { content: "\f343"; } .dashicons-arrow-up-duplicate:before { content: "\f143"; } .dashicons-arrow-up:before { content: "\f142"; } .dashicons-art:before { content: "\f309"; } .dashicons-awards:before { content: "\f313"; } .dashicons-backup:before { content: "\f321"; } .dashicons-bank:before { content: "\f16a"; } .dashicons-beer:before { content: "\f16c"; } .dashicons-bell:before { content: "\f16d"; } .dashicons-block-default:before { content: "\f12b"; } .dashicons-book-alt:before { content: "\f331"; } .dashicons-book:before { content: "\f330"; } .dashicons-buddicons-activity:before { content: "\f452"; } .dashicons-buddicons-bbpress-logo:before { content: "\f477"; } .dashicons-buddicons-buddypress-logo:before { content: "\f448"; } .dashicons-buddicons-community:before { content: "\f453"; } .dashicons-buddicons-forums:before { content: "\f449"; } .dashicons-buddicons-friends:before { content: "\f454"; } .dashicons-buddicons-groups:before { content: "\f456"; } .dashicons-buddicons-pm:before { content: "\f457"; } .dashicons-buddicons-replies:before { content: "\f451"; } .dashicons-buddicons-topics:before { content: "\f450"; } .dashicons-buddicons-tracking:before { content: "\f455"; } .dashicons-building:before { content: "\f512"; } .dashicons-businessman:before { content: "\f338"; } .dashicons-businessperson:before { content: "\f12e"; } .dashicons-businesswoman:before { content: "\f12f"; } .dashicons-button:before { content: "\f11a"; } .dashicons-calculator:before { content: "\f16e"; } .dashicons-calendar-alt:before { content: "\f508"; } .dashicons-calendar:before { content: "\f145"; } .dashicons-camera-alt:before { content: "\f129"; } .dashicons-camera:before { content: "\f306"; } .dashicons-car:before { content: "\f16b"; } .dashicons-carrot:before { content: "\f511"; } .dashicons-cart:before { content: "\f174"; } .dashicons-category:before { content: "\f318"; } .dashicons-chart-area:before { content: "\f239"; } .dashicons-chart-bar:before { content: "\f185"; } .dashicons-chart-line:before { content: "\f238"; } .dashicons-chart-pie:before { content: "\f184"; } .dashicons-clipboard:before { content: "\f481"; } .dashicons-clock:before { content: "\f469"; } .dashicons-cloud-saved:before { content: "\f137"; } .dashicons-cloud-upload:before { content: "\f13b"; } .dashicons-cloud:before { content: "\f176"; } .dashicons-code-standards:before { content: "\f13a"; } .dashicons-coffee:before { content: "\f16f"; } .dashicons-color-picker:before { content: "\f131"; } .dashicons-columns:before { content: "\f13c"; } .dashicons-controls-back:before { content: "\f518"; } .dashicons-controls-forward:before { content: "\f519"; } .dashicons-controls-pause:before { content: "\f523"; } .dashicons-controls-play:before { content: "\f522"; } .dashicons-controls-repeat:before { content: "\f515"; } .dashicons-controls-skipback:before { content: "\f516"; } .dashicons-controls-skipforward:before { content: "\f517"; } .dashicons-controls-volumeoff:before { content: "\f520"; } .dashicons-controls-volumeon:before { content: "\f521"; } .dashicons-cover-image:before { content: "\f13d"; } .dashicons-dashboard:before { content: "\f226"; } .dashicons-database-add:before { content: "\f170"; } .dashicons-database-export:before { content: "\f17a"; } .dashicons-database-import:before { content: "\f17b"; } .dashicons-database-remove:before { content: "\f17c"; } .dashicons-database-view:before { content: "\f17d"; } .dashicons-database:before { content: "\f17e"; } .dashicons-desktop:before { content: "\f472"; } .dashicons-dismiss:before { content: "\f153"; } .dashicons-download:before { content: "\f316"; } .dashicons-drumstick:before { content: "\f17f"; } .dashicons-edit-large:before { content: "\f327"; } .dashicons-edit-page:before { content: "\f186"; } .dashicons-edit:before { content: "\f464"; } .dashicons-editor-aligncenter:before { content: "\f207"; } .dashicons-editor-alignleft:before { content: "\f206"; } .dashicons-editor-alignright:before { content: "\f208"; } .dashicons-editor-bold:before { content: "\f200"; } .dashicons-editor-break:before { content: "\f474"; } .dashicons-editor-code-duplicate:before { content: "\f494"; } .dashicons-editor-code:before { content: "\f475"; } .dashicons-editor-contract:before { content: "\f506"; } .dashicons-editor-customchar:before { content: "\f220"; } .dashicons-editor-expand:before { content: "\f211"; } .dashicons-editor-help:before { content: "\f223"; } .dashicons-editor-indent:before { content: "\f222"; } .dashicons-editor-insertmore:before { content: "\f209"; } .dashicons-editor-italic:before { content: "\f201"; } .dashicons-editor-justify:before { content: "\f214"; } .dashicons-editor-kitchensink:before { content: "\f212"; } .dashicons-editor-ltr:before { content: "\f10c"; } .dashicons-editor-ol-rtl:before { content: "\f12c"; } .dashicons-editor-ol:before { content: "\f204"; } .dashicons-editor-outdent:before { content: "\f221"; } .dashicons-editor-paragraph:before { content: "\f476"; } .dashicons-editor-paste-text:before { content: "\f217"; } .dashicons-editor-paste-word:before { content: "\f216"; } .dashicons-editor-quote:before { content: "\f205"; } .dashicons-editor-removeformatting:before { content: "\f218"; } .dashicons-editor-rtl:before { content: "\f320"; } .dashicons-editor-spellcheck:before { content: "\f210"; } .dashicons-editor-strikethrough:before { content: "\f224"; } .dashicons-editor-table:before { content: "\f535"; } .dashicons-editor-textcolor:before { content: "\f215"; } .dashicons-editor-ul:before { content: "\f203"; } .dashicons-editor-underline:before { content: "\f213"; } .dashicons-editor-unlink:before { content: "\f225"; } .dashicons-editor-video:before { content: "\f219"; } .dashicons-ellipsis:before { content: "\f11c"; } .dashicons-email-alt:before { content: "\f466"; } .dashicons-email-alt2:before { content: "\f467"; } .dashicons-email:before { content: "\f465"; } .dashicons-embed-audio:before { content: "\f13e"; } .dashicons-embed-generic:before { content: "\f13f"; } .dashicons-embed-photo:before { content: "\f144"; } .dashicons-embed-post:before { content: "\f146"; } .dashicons-embed-video:before { content: "\f149"; } .dashicons-excerpt-view:before { content: "\f164"; } .dashicons-exit:before { content: "\f14a"; } .dashicons-external:before { content: "\f504"; } .dashicons-facebook-alt:before { content: "\f305"; } .dashicons-facebook:before { content: "\f304"; } .dashicons-feedback:before { content: "\f175"; } .dashicons-filter:before { content: "\f536"; } .dashicons-flag:before { content: "\f227"; } .dashicons-food:before { content: "\f187"; } .dashicons-format-aside:before { content: "\f123"; } .dashicons-format-audio:before { content: "\f127"; } .dashicons-format-chat:before { content: "\f125"; } .dashicons-format-gallery:before { content: "\f161"; } .dashicons-format-image:before { content: "\f128"; } .dashicons-format-quote:before { content: "\f122"; } .dashicons-format-status:before { content: "\f130"; } .dashicons-format-video:before { content: "\f126"; } .dashicons-forms:before { content: "\f314"; } .dashicons-fullscreen-alt:before { content: "\f188"; } .dashicons-fullscreen-exit-alt:before { content: "\f189"; } .dashicons-games:before { content: "\f18a"; } .dashicons-google:before { content: "\f18b"; } .dashicons-googleplus:before { content: "\f462"; } .dashicons-grid-view:before { content: "\f509"; } .dashicons-groups:before { content: "\f307"; } .dashicons-hammer:before { content: "\f308"; } .dashicons-heading:before { content: "\f10e"; } .dashicons-heart:before { content: "\f487"; } .dashicons-hidden:before { content: "\f530"; } .dashicons-hourglass:before { content: "\f18c"; } .dashicons-html:before { content: "\f14b"; } .dashicons-id-alt:before { content: "\f337"; } .dashicons-id:before { content: "\f336"; } .dashicons-image-crop:before { content: "\f165"; } .dashicons-image-filter:before { content: "\f533"; } .dashicons-image-flip-horizontal:before { content: "\f169"; } .dashicons-image-flip-vertical:before { content: "\f168"; } .dashicons-image-rotate-left:before { content: "\f166"; } .dashicons-image-rotate-right:before { content: "\f167"; } .dashicons-image-rotate:before { content: "\f531"; } .dashicons-images-alt:before { content: "\f232"; } .dashicons-images-alt2:before { content: "\f233"; } .dashicons-index-card:before { content: "\f510"; } .dashicons-info-outline:before { content: "\f14c"; } .dashicons-info:before { content: "\f348"; } .dashicons-insert-after:before { content: "\f14d"; } .dashicons-insert-before:before { content: "\f14e"; } .dashicons-insert:before { content: "\f10f"; } .dashicons-instagram:before { content: "\f12d"; } .dashicons-laptop:before { content: "\f547"; } .dashicons-layout:before { content: "\f538"; } .dashicons-leftright:before { content: "\f229"; } .dashicons-lightbulb:before { content: "\f339"; } .dashicons-linkedin:before { content: "\f18d"; } .dashicons-list-view:before { content: "\f163"; } .dashicons-location-alt:before { content: "\f231"; } .dashicons-location:before { content: "\f230"; } .dashicons-lock-duplicate:before { content: "\f315"; } .dashicons-lock:before { content: "\f160"; } .dashicons-marker:before { content: "\f159"; } .dashicons-media-archive:before { content: "\f501"; } .dashicons-media-audio:before { content: "\f500"; } .dashicons-media-code:before { content: "\f499"; } .dashicons-media-default:before { content: "\f498"; } .dashicons-media-document:before { content: "\f497"; } .dashicons-media-interactive:before { content: "\f496"; } .dashicons-media-spreadsheet:before { content: "\f495"; } .dashicons-media-text:before { content: "\f491"; } .dashicons-media-video:before { content: "\f490"; } .dashicons-megaphone:before { content: "\f488"; } .dashicons-menu-alt:before { content: "\f228"; } .dashicons-menu-alt2:before { content: "\f329"; } .dashicons-menu-alt3:before { content: "\f349"; } .dashicons-menu:before { content: "\f333"; } .dashicons-microphone:before { content: "\f482"; } .dashicons-migrate:before { content: "\f310"; } .dashicons-minus:before { content: "\f460"; } .dashicons-money-alt:before { content: "\f18e"; } .dashicons-money:before { content: "\f526"; } .dashicons-move:before { content: "\f545"; } .dashicons-nametag:before { content: "\f484"; } .dashicons-networking:before { content: "\f325"; } .dashicons-no-alt:before { content: "\f335"; } .dashicons-no:before { content: "\f158"; } .dashicons-open-folder:before { content: "\f18f"; } .dashicons-palmtree:before { content: "\f527"; } .dashicons-paperclip:before { content: "\f546"; } .dashicons-pdf:before { content: "\f190"; } .dashicons-performance:before { content: "\f311"; } .dashicons-pets:before { content: "\f191"; } .dashicons-phone:before { content: "\f525"; } .dashicons-pinterest:before { content: "\f192"; } .dashicons-playlist-audio:before { content: "\f492"; } .dashicons-playlist-video:before { content: "\f493"; } .dashicons-plugins-checked:before { content: "\f485"; } .dashicons-plus-alt:before { content: "\f502"; } .dashicons-plus-alt2:before { content: "\f543"; } .dashicons-plus:before { content: "\f132"; } .dashicons-podio:before { content: "\f19c"; } .dashicons-portfolio:before { content: "\f322"; } .dashicons-post-status:before { content: "\f173"; } .dashicons-pressthis:before { content: "\f157"; } .dashicons-printer:before { content: "\f193"; } .dashicons-privacy:before { content: "\f194"; } .dashicons-products:before { content: "\f312"; } .dashicons-randomize:before { content: "\f503"; } .dashicons-reddit:before { content: "\f195"; } .dashicons-redo:before { content: "\f172"; } .dashicons-remove:before { content: "\f14f"; } .dashicons-rest-api:before { content: "\f124"; } .dashicons-rss:before { content: "\f303"; } .dashicons-saved:before { content: "\f15e"; } .dashicons-schedule:before { content: "\f489"; } .dashicons-screenoptions:before { content: "\f180"; } .dashicons-search:before { content: "\f179"; } .dashicons-share-alt:before { content: "\f240"; } .dashicons-share-alt2:before { content: "\f242"; } .dashicons-share:before { content: "\f237"; } .dashicons-shield-alt:before { content: "\f334"; } .dashicons-shield:before { content: "\f332"; } .dashicons-shortcode:before { content: "\f150"; } .dashicons-slides:before { content: "\f181"; } .dashicons-smartphone:before { content: "\f470"; } .dashicons-smiley:before { content: "\f328"; } .dashicons-sort:before { content: "\f156"; } .dashicons-sos:before { content: "\f468"; } .dashicons-spotify:before { content: "\f196"; } .dashicons-star-empty:before { content: "\f154"; } .dashicons-star-filled:before { content: "\f155"; } .dashicons-star-half:before { content: "\f459"; } .dashicons-sticky:before { content: "\f537"; } .dashicons-store:before { content: "\f513"; } .dashicons-superhero-alt:before { content: "\f197"; } .dashicons-superhero:before { content: "\f198"; } .dashicons-table-col-after:before { content: "\f151"; } .dashicons-table-col-before:before { content: "\f152"; } .dashicons-table-col-delete:before { content: "\f15a"; } .dashicons-table-row-after:before { content: "\f15b"; } .dashicons-table-row-before:before { content: "\f15c"; } .dashicons-table-row-delete:before { content: "\f15d"; } .dashicons-tablet:before { content: "\f471"; } .dashicons-tag:before { content: "\f323"; } .dashicons-tagcloud:before { content: "\f479"; } .dashicons-testimonial:before { content: "\f473"; } .dashicons-text-page:before { content: "\f121"; } .dashicons-text:before { content: "\f478"; } .dashicons-thumbs-down:before { content: "\f542"; } .dashicons-thumbs-up:before { content: "\f529"; } .dashicons-tickets-alt:before { content: "\f524"; } .dashicons-tickets:before { content: "\f486"; } .dashicons-tide:before { content: "\f10d"; } .dashicons-translation:before { content: "\f326"; } .dashicons-trash:before { content: "\f182"; } .dashicons-twitch:before { content: "\f199"; } .dashicons-twitter-alt:before { content: "\f302"; } .dashicons-twitter:before { content: "\f301"; } .dashicons-undo:before { content: "\f171"; } .dashicons-universal-access-alt:before { content: "\f507"; } .dashicons-universal-access:before { content: "\f483"; } .dashicons-unlock:before { content: "\f528"; } .dashicons-update-alt:before { content: "\f113"; } .dashicons-update:before { content: "\f463"; } .dashicons-upload:before { content: "\f317"; } .dashicons-vault:before { content: "\f178"; } .dashicons-video-alt:before { content: "\f234"; } .dashicons-video-alt2:before { content: "\f235"; } .dashicons-video-alt3:before { content: "\f236"; } .dashicons-visibility:before { content: "\f177"; } .dashicons-warning:before { content: "\f534"; } .dashicons-welcome-add-page:before { content: "\f133"; } .dashicons-welcome-comments:before { content: "\f117"; } .dashicons-welcome-learn-more:before { content: "\f118"; } .dashicons-welcome-view-site:before { content: "\f115"; } .dashicons-welcome-widgets-menus:before { content: "\f116"; } .dashicons-welcome-write-blog:before { content: "\f119"; } .dashicons-whatsapp:before { content: "\f19a"; } .dashicons-wordpress-alt:before { content: "\f324"; } .dashicons-wordpress:before { content: "\f120"; } .dashicons-xing:before { content: "\f19d"; } .dashicons-yes-alt:before { content: "\f12a"; } .dashicons-yes:before { content: "\f147"; } .dashicons-youtube:before { content: "\f19b"; } /* Additional CSS classes, manually added to the CSS template file */ .dashicons-editor-distractionfree:before { content: "\f211"; } /* This is a typo, but was previously released. It should remain for backward compatibility. See https://core.trac.wordpress.org/ticket/30832. */ .dashicons-exerpt-view:before { content: "\f164"; } .dashicons-format-links:before { content: "\f103"; } .dashicons-format-standard:before { content: "\f109"; } .dashicons-post-trash:before { content: "\f182"; } .dashicons-share1:before { content: "\f237"; } .dashicons-welcome-edit-page:before { content: "\f119"; } ================================================ FILE: icon-packs/ikonli-devicons-pack/ikonli-devicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-devicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.devicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.devicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.devicons.DeviconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.devicons.DeviconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-devicons-pack/src/main/java/org/kordamp/ikonli/devicons/Devicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.devicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Devicons implements Ikon { // latest is e6c5 ANDROID("di-android", '\ue60e'), ANGULAR("di-angular", '\ue653'), APPCELERATOR("di-appcelerator", '\ue6ab'), APPLE("di-apple", '\ue611'), APPSTORE("di-appstore", '\ue613'), APTANA("di-aptana", '\ue699'), ASTERISK("di-asterisk", '\ue6ac'), ATLASSIAN("di-atlassian", '\ue65b'), ATOM("di-atom", '\ue664'), AWS("di-aws", '\ue6ad'), BACKBONE("di-backbone", '\ue652'), BING_SMALL("di-bing_small", '\ue600'), BINTRAY("di-bintray", '\ue694'), BITBUCKET("di-bitbucket", '\ue603'), BLACKBERRY("di-blackberry", '\ue623'), BOOTSTRAP("di-bootstrap", '\ue647'), BOWER("di-bower", '\ue64d'), BRACKETS("di-brackets", '\ue69d'), BUGSENSE("di-bugsense", '\ue68d'), CELLULOID("di-celluloid", '\ue66b'), CHROME("di-chrome", '\ue643'), CISCO("di-cisco", '\ue665'), CLOJURE("di-clojure", '\ue668'), CLOJURE_ALT("di-clojure_alt", '\ue66a'), CLOUD9("di-cloud9", '\ue69f'), CODA("di-coda", '\ue693'), CODE("di-code", '\ue696'), CODEIGNITER("di-codeigniter", '\ue680'), CODEPEN("di-codepen", '\ue616'), CODE_BADGE("di-code_badge", '\ue6a3'), CODROPS("di-codrops", '\ue62f'), COFFEESCRIPT("di-coffeescript", '\ue651'), COMPASS("di-compass", '\ue661'), COMPOSER("di-composer", '\ue683'), CREATIVECOMMONS("di-creativecommons", '\ue689'), CREATIVECOMMONS_BADGE("di-creativecommons_badge", '\ue68a'), CSS3("di-css3", '\ue649'), CSS3_FULL("di-css3_full", '\ue64a'), CSSDECK("di-cssdeck", '\ue62a'), CSS_TRICKS("di-css_tricks", '\ue601'), DART("di-dart", '\ue698'), DATABASE("di-database", '\ue606'), DEBIAN("di-debian", '\ue67d'), DIGITAL_OCEAN("di-digital-ocean", '\ue6ae'), DJANGO("di-django", '\ue61d'), DLANG("di-dlang", '\ue6af'), DOCKER("di-docker", '\ue6b0'), DOCTRINE("di-doctrine", '\ue674'), DOJO("di-dojo", '\ue61c'), DOTNET("di-dotnet", '\ue67f'), DREAMWEAVER("di-dreamweaver", '\ue69c'), DROPBOX("di-dropbox", '\ue607'), DRUPAL("di-drupal", '\ue642'), ECLIPSE("di-eclipse", '\ue69e'), EMBER("di-ember", '\ue61b'), ENVATO("di-envato", '\ue65d'), ERLANG("di-erlang", '\ue6b1'), EXTJS("di-extjs", '\ue68e'), FIREBASE("di-firebase", '\ue687'), FIREFOX("di-firefox", '\ue645'), FSHARP("di-fsharp", '\ue6a7'), GHOST("di-ghost", '\ue61f'), GHOST_SMALL("di-ghost_small", '\ue614'), GIT("di-git", '\ue602'), GITHUB("di-github", '\ue60a'), GITHUB_ALT("di-github_alt", '\ue608'), GITHUB_BADGE("di-github_badge", '\ue609'), GITHUB_FULL("di-github_full", '\ue617'), GIT_BRANCH("di-git_branch", '\ue625'), GIT_COMMIT("di-git_commit", '\ue629'), GIT_COMPARE("di-git_compare", '\ue628'), GIT_MERGE("di-git_merge", '\ue627'), GIT_PULL_REQUEST("di-git_pull_request", '\ue626'), GNU("di-gnu", '\ue679'), GO("di-go", '\ue624'), GOOGLE_ANALYTICS("di-google_analytics", '\ue660'), GOOGLE_CLOUD_PLATFORM("di-google-cloud-platform", '\ue6b2'), GOOGLE_DRIVE("di-google_drive", '\ue631'), GRAILS("di-grails", '\ue6b3'), GROOVY("di-groovy", '\ue675'), GRUNT("di-grunt", '\ue64c'), GULP("di-gulp", '\ue663'), HACKERNEWS("di-hackernews", '\ue61a'), HASKELL("di-haskell", '\ue677'), HEROKU("di-heroku", '\ue67b'), HTML5("di-html5", '\ue636'), HTML5_3D_EFFECTS("di-html5_3d_effects", '\ue635'), HTML5_CONNECTIVITY("di-html5_connectivity", '\ue634'), HTML5_DEVICE_ACCESS("di-html5_device_access", '\ue633'), HTML5_MULTIMEDIA("di-html5_multimedia", '\ue632'), IE("di-ie", '\ue644'), ILLUSTRATOR("di-illustrator", '\ue6b4'), INTELLIJ("di-intellij", '\ue6b5'), IONIC("di-ionic", '\ue6a9'), JAVA("di-java", '\ue638'), JAVASCRIPT("di-javascript", '\ue64e'), JAVASCRIPT_BADGE("di-javascript_badge", '\ue681'), JAVASCRIPT_SHIELD("di-javascript_shield", '\ue64f'), JEKYLL_SMALL("di-jekyll_small", '\ue60d'), JENKINS("di-jenkins", '\ue667'), JIRA("di-jira", '\ue65c'), JOOMLA("di-joomla", '\ue641'), JQUERY("di-jquery", '\ue650'), JQUERY_UI("di-jquery_ui", '\ue654'), KOMODO("di-komodo", '\ue692'), KRAKENJS("di-krakenjs", '\ue685'), KRAKENJS_BADGE("di-krakenjs_badge", '\ue684'), LARAVEL("di-laravel", '\ue63f'), LESS("di-less", '\ue658'), LINUX("di-linux", '\ue612'), MAGENTO("di-magento", '\ue640'), MAILCHIMP("di-mailchimp", '\ue69a'), MARKDOWN("di-markdown", '\ue63e'), MATERIALIZECSS("di-materializecss", '\ue6b6'), METEOR("di-meteor", '\ue6a5'), METEORFULL("di-meteorfull", '\ue6a6'), MITLICENCE("di-mitlicence", '\ue68b'), MODERNIZR("di-modernizr", '\ue620'), MONGODB("di-mongodb", '\ue6a4'), MOOTOOLS("di-mootools", '\ue690'), MOOTOOLS_BADGE("di-mootools_badge", '\ue68f'), MOZILLA("di-mozilla", '\ue686'), MSQL_SERVER("di-msql_server", '\ue67c'), MYSQL("di-mysql", '\ue604'), NANCY("di-nancy", '\ue666'), NETBEANS("di-netbeans", '\ue69b'), NETMAGAZINE("di-netmagazine", '\ue62e'), NGINX("di-nginx", '\ue676'), NODEJS("di-nodejs", '\ue619'), NODEJS_SMALL("di-nodejs_small", '\ue618'), NPM("di-npm", '\ue61e'), ONEDRIVE("di-onedrive", '\ue662'), OPENSHIFT("di-openshift", '\ue6b7'), OPENSOURCE("di-opensource", '\ue671'), OPERA("di-opera", '\ue646'), PERL("di-perl", '\ue669'), PHONEGAP("di-phonegap", '\ue630'), PHOTOSHOP("di-photoshop", '\ue6b8'), PHP("di-php", '\ue63d'), POSTGRESQL("di-postgresql", '\ue66e'), PROLOG("di-prolog", '\ue6a1'), PYTHON("di-python", '\ue63c'), RACKSPACE("di-rackspace", '\ue6b9'), RAPHAEL("di-raphael", '\ue65f'), RASPBERRY_PI("di-raspberry_pi", '\ue622'), REACT("di-react", '\ue6ba'), REDHAT("di-redhat", '\ue6bb'), REDIS("di-redis", '\ue66d'), REQUIREJS("di-requirejs", '\ue670'), RESPONSIVE("di-responsive", '\ue697'), RUBY("di-ruby", '\ue639'), RUBY_ON_RAILS("di-ruby_on_rails", '\ue63b'), RUBY_ROUGH("di-ruby_rough", '\ue691'), RUST("di-rust", '\ue6a8'), SAFARI("di-safari", '\ue648'), SASS("di-sass", '\ue64b'), SCALA("di-scala", '\ue637'), SCRIPTCS("di-scriptcs", '\ue6bc'), SCRUM("di-scrum", '\ue6a0'), SENCHATOUCH("di-senchatouch", '\ue68c'), SIZZLEJS("di-sizzlejs", '\ue688'), SMASHING_MAGAZINE("di-smashing_magazine", '\ue62d'), SNAP_SVG("di-snap_svg", '\ue65e'), SQLLITE("di-sqllite", '\ue6c4'), STACKOVERFLOW("di-stackoverflow", '\ue610'), STREAMLINE("di-streamline", '\ue605'), STYLUS("di-stylus", '\ue659'), SWIFT("di-swift", '\ue655'), SYMFONY("di-symfony", '\ue656'), SYMFONY_BADGE("di-symfony_badge", '\ue657'), TECHCRUNCH("di-techcrunch", '\ue62c'), TERMINAL("di-terminal", '\ue695'), TERMINAL_BADGE("di-terminal_badge", '\ue6a2'), TRAVIS("di-travis", '\ue67e'), TRELLO("di-trello", '\ue65a'), TYPO3("di-typo3", '\ue672'), UBUNTU("di-ubuntu", '\ue63a'), UIKIT("di-uikit", '\ue673'), UNITY_SMALL("di-unity_small", '\ue621'), VIM("di-vim", '\ue6c5'), VISUALSTUDIO("di-visualstudio", '\ue60c'), W3C("di-w3c", '\ue66c'), WEBPLATFORM("di-webplatform", '\ue66f'), WINDOWS("di-windows", '\ue60f'), WORDPRESS("di-wordpress", '\ue60b'), YAHOO("di-yahoo", '\ue615'), YAHOO_SMALL("di-yahoo_small", '\ue62b'), YEOMAN("di-yeoman", '\ue67a'), YII("di-yii", '\ue682'), ZEND("di-zend", '\ue678'); public static Devicons findByDescription(String description) { for (Devicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Devicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-devicons-pack/src/main/java/org/kordamp/ikonli/devicons/DeviconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.devicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class DeviconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/devicons/1.8.0/fonts/devicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("di-"); } @Override public Ikon resolve(String description) { return Devicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Devicons"; } } ================================================ FILE: icon-packs/ikonli-devicons-pack/src/main/java/org/kordamp/ikonli/devicons/DeviconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.devicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class DeviconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Devicons.class; } } ================================================ FILE: icon-packs/ikonli-devicons-pack/src/main/resources/META-INF/resources/devicons/1.8.0/css/devicons.css ================================================ /*! * Devicons 1.8.0 made by Theodore Vorillas / http://vorillaz.com */ @font-face { font-family: 'Devicons'; src: url("../fonts/devicons.eot?xqxft6"); src: url("../fonts/devicons.eot?#iefixxqxft6") format("embedded-opentype"), url("../fonts/devicons.woff?xqxft6") format("woff"), url("../fonts/devicons.ttf?xqxft6") format("truetype"), url("../fonts/devicons.svg?xqxft6#devicons") format("svg"); font-weight: normal; font-style: normal; } .devicons { font-family: 'Devicons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .devicons-git:before { content: "\e602"; } .devicons-git_compare:before { content: "\e628"; } .devicons-git_branch:before { content: "\e625"; } .devicons-git_commit:before { content: "\e629"; } .devicons-git_pull_request:before { content: "\e626"; } .devicons-git_merge:before { content: "\e627"; } .devicons-bitbucket:before { content: "\e603"; } .devicons-github_alt:before { content: "\e608"; } .devicons-github_badge:before { content: "\e609"; } .devicons-github:before { content: "\e60a"; } .devicons-github_full:before { content: "\e617"; } .devicons-java:before { content: "\e638"; } .devicons-ruby:before { content: "\e639"; } .devicons-scala:before { content: "\e637"; } .devicons-python:before { content: "\e63c"; } .devicons-go:before { content: "\e624"; } .devicons-ruby_on_rails:before { content: "\e63b"; } .devicons-django:before { content: "\e61d"; } .devicons-markdown:before { content: "\e63e"; } .devicons-php:before { content: "\e63d"; } .devicons-mysql:before { content: "\e604"; } .devicons-streamline:before { content: "\e605"; } .devicons-database:before { content: "\e606"; } .devicons-laravel:before { content: "\e63f"; } .devicons-javascript:before { content: "\e64e"; } .devicons-angular:before { content: "\e653"; } .devicons-backbone:before { content: "\e652"; } .devicons-coffeescript:before { content: "\e651"; } .devicons-jquery:before { content: "\e650"; } .devicons-modernizr:before { content: "\e620"; } .devicons-jquery_ui:before { content: "\e654"; } .devicons-ember:before { content: "\e61b"; } .devicons-dojo:before { content: "\e61c"; } .devicons-nodejs:before { content: "\e619"; } .devicons-nodejs_small:before { content: "\e618"; } .devicons-javascript_shield:before { content: "\e64f"; } .devicons-bootstrap:before { content: "\e647"; } .devicons-sass:before { content: "\e64b"; } .devicons-css3_full:before { content: "\e64a"; } .devicons-css3:before { content: "\e649"; } .devicons-html5:before { content: "\e636"; } .devicons-html5_multimedia:before { content: "\e632"; } .devicons-html5_device_access:before { content: "\e633"; } .devicons-html5_3d_effects:before { content: "\e635"; } .devicons-html5_connectivity:before { content: "\e634"; } .devicons-ghost_small:before { content: "\e614"; } .devicons-ghost:before { content: "\e61f"; } .devicons-magento:before { content: "\e640"; } .devicons-joomla:before { content: "\e641"; } .devicons-jekyll_small:before { content: "\e60d"; } .devicons-drupal:before { content: "\e642"; } .devicons-wordpress:before { content: "\e60b"; } .devicons-grunt:before { content: "\e64c"; } .devicons-bower:before { content: "\e64d"; } .devicons-npm:before { content: "\e61e"; } .devicons-yahoo_small:before { content: "\e62b"; } .devicons-yahoo:before { content: "\e615"; } .devicons-bing_small:before { content: "\e600"; } .devicons-windows:before { content: "\e60f"; } .devicons-linux:before { content: "\e612"; } .devicons-ubuntu:before { content: "\e63a"; } .devicons-android:before { content: "\e60e"; } .devicons-apple:before { content: "\e611"; } .devicons-appstore:before { content: "\e613"; } .devicons-phonegap:before { content: "\e630"; } .devicons-blackberry:before { content: "\e623"; } .devicons-stackoverflow:before { content: "\e610"; } .devicons-techcrunch:before { content: "\e62c"; } .devicons-codrops:before { content: "\e62f"; } .devicons-css_tricks:before { content: "\e601"; } .devicons-smashing_magazine:before { content: "\e62d"; } .devicons-netmagazine:before { content: "\e62e"; } .devicons-codepen:before { content: "\e616"; } .devicons-cssdeck:before { content: "\e62a"; } .devicons-hackernews:before { content: "\e61a"; } .devicons-dropbox:before { content: "\e607"; } .devicons-google_drive:before { content: "\e631"; } .devicons-visualstudio:before { content: "\e60c"; } .devicons-unity_small:before { content: "\e621"; } .devicons-raspberry_pi:before { content: "\e622"; } .devicons-chrome:before { content: "\e643"; } .devicons-ie:before { content: "\e644"; } .devicons-firefox:before { content: "\e645"; } .devicons-opera:before { content: "\e646"; } .devicons-safari:before { content: "\e648"; } .devicons-swift:before { content: "\e655"; } .devicons-symfony:before { content: "\e656"; } .devicons-symfony_badge:before { content: "\e657"; } .devicons-less:before { content: "\e658"; } .devicons-stylus:before { content: "\e659"; } .devicons-trello:before { content: "\e65a"; } .devicons-atlassian:before { content: "\e65b"; } .devicons-jira:before { content: "\e65c"; } .devicons-envato:before { content: "\e65d"; } .devicons-snap_svg:before { content: "\e65e"; } .devicons-raphael:before { content: "\e65f"; } .devicons-google_analytics:before { content: "\e660"; } .devicons-compass:before { content: "\e661"; } .devicons-onedrive:before { content: "\e662"; } .devicons-gulp:before { content: "\e663"; } .devicons-atom:before { content: "\e664"; } .devicons-cisco:before { content: "\e665"; } .devicons-nancy:before { content: "\e666"; } .devicons-clojure:before { content: "\e668"; } .devicons-clojure_alt:before { content: "\e66a"; } .devicons-perl:before { content: "\e669"; } .devicons-celluloid:before { content: "\e66b"; } .devicons-w3c:before { content: "\e66c"; } .devicons-redis:before { content: "\e66d"; } .devicons-postgresql:before { content: "\e66e"; } .devicons-webplatform:before { content: "\e66f"; } .devicons-jenkins:before { content: "\e667"; } .devicons-requirejs:before { content: "\e670"; } .devicons-opensource:before { content: "\e671"; } .devicons-typo3:before { content: "\e672"; } .devicons-uikit:before { content: "\e673"; } .devicons-doctrine:before { content: "\e674"; } .devicons-groovy:before { content: "\e675"; } .devicons-nginx:before { content: "\e676"; } .devicons-haskell:before { content: "\e677"; } .devicons-zend:before { content: "\e678"; } .devicons-gnu:before { content: "\e679"; } .devicons-yeoman:before { content: "\e67a"; } .devicons-heroku:before { content: "\e67b"; } .devicons-debian:before { content: "\e67d"; } .devicons-travis:before { content: "\e67e"; } .devicons-dotnet:before { content: "\e67f"; } .devicons-codeigniter:before { content: "\e680"; } .devicons-javascript_badge:before { content: "\e681"; } .devicons-yii:before { content: "\e682"; } .devicons-msql_server:before { content: "\e67c"; } .devicons-composer:before { content: "\e683"; } .devicons-krakenjs_badge:before { content: "\e684"; } .devicons-krakenjs:before { content: "\e685"; } .devicons-mozilla:before { content: "\e686"; } .devicons-firebase:before { content: "\e687"; } .devicons-sizzlejs:before { content: "\e688"; } .devicons-creativecommons:before { content: "\e689"; } .devicons-creativecommons_badge:before { content: "\e68a"; } .devicons-mitlicence:before { content: "\e68b"; } .devicons-senchatouch:before { content: "\e68c"; } .devicons-bugsense:before { content: "\e68d"; } .devicons-extjs:before { content: "\e68e"; } .devicons-mootools_badge:before { content: "\e68f"; } .devicons-mootools:before { content: "\e690"; } .devicons-ruby_rough:before { content: "\e691"; } .devicons-komodo:before { content: "\e692"; } .devicons-coda:before { content: "\e693"; } .devicons-bintray:before { content: "\e694"; } .devicons-terminal:before { content: "\e695"; } .devicons-code:before { content: "\e696"; } .devicons-responsive:before { content: "\e697"; } .devicons-dart:before { content: "\e698"; } .devicons-aptana:before { content: "\e699"; } .devicons-mailchimp:before { content: "\e69a"; } .devicons-netbeans:before { content: "\e69b"; } .devicons-dreamweaver:before { content: "\e69c"; } .devicons-brackets:before { content: "\e69d"; } .devicons-eclipse:before { content: "\e69e"; } .devicons-cloud9:before { content: "\e69f"; } .devicons-scrum:before { content: "\e6a0"; } .devicons-prolog:before { content: "\e6a1"; } .devicons-terminal_badge:before { content: "\e6a2"; } .devicons-code_badge:before { content: "\e6a3"; } .devicons-mongodb:before { content: "\e6a4"; } .devicons-meteor:before { content: "\e6a5"; } .devicons-meteorfull:before { content: "\e6a6"; } .devicons-fsharp:before { content: "\e6a7"; } .devicons-rust:before { content: "\e6a8"; } .devicons-ionic:before { content: "\e6a9"; } .devicons-sublime:before { content: "\e6aa"; } .devicons-appcelerator:before { content: "\e6ab"; } .devicons-asterisk:before { content: "\e6ac"; } .devicons-aws:before { content: "\e6ad"; } .devicons-digital-ocean:before { content: "\e6ae"; } .devicons-dlang:before { content: "\e6af"; } .devicons-docker:before { content: "\e6b0"; } .devicons-erlang:before { content: "\e6b1"; } .devicons-google-cloud-platform:before { content: "\e6b2"; } .devicons-grails:before { content: "\e6b3"; } .devicons-illustrator:before { content: "\e6b4"; } .devicons-intellij:before { content: "\e6b5"; } .devicons-materializecss:before { content: "\e6b6"; } .devicons-openshift:before { content: "\e6b7"; } .devicons-photoshop:before { content: "\e6b8"; } .devicons-rackspace:before { content: "\e6b9"; } .devicons-react:before { content: "\e6ba"; } .devicons-redhat:before { content: "\e6bb"; } .devicons-scriptcs:before { content: "\e6bc"; } .devicons-sqllite:before { content: "\e6c4"; } .devicons-vim:before { content: "\e6c5"; } ================================================ FILE: icon-packs/ikonli-elusive-pack/ikonli-elusive-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-elusive-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.elusive { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.elusive; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.elusive.ElusiveIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.elusive.ElusiveIkonProvider; } ================================================ FILE: icon-packs/ikonli-elusive-pack/src/main/java/org/kordamp/ikonli/elusive/Elusive.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.elusive; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Elusive implements Ikon { // latest is e72a ADDRESS_BOOK("eli-address-book", '\ue729'), ADDRESS_BOOK_ALT("eli-address-book-alt", '\ue728'), ADJUST("eli-adjust", '\ue727'), ADJUST_ALT("eli-adjust-alt", '\ue726'), ADULT("eli-adult", '\ue725'), ALIGN_CENTER("eli-align-center", '\ue724'), ALIGN_JUSTIFY("eli-align-justify", '\ue723'), ALIGN_LEFT("eli-align-left", '\ue722'), ALIGN_RIGHT("eli-align-right", '\ue721'), ARROW_DOWN("eli-arrow-down", '\ue720'), ARROW_LEFT("eli-arrow-left", '\ue71f'), ARROW_RIGHT("eli-arrow-right", '\ue71e'), ARROW_UP("eli-arrow-up", '\ue71d'), ASL("eli-asl", '\ue71c'), ASTERISK("eli-asterisk", '\ue72a'), BACKWARD("eli-backward", '\ue71b'), BAN_CIRCLE("eli-ban-circle", '\ue71a'), BARCODE("eli-barcode", '\ue719'), BEHANCE("eli-behance", '\ue718'), BLIND("eli-blind", '\ue716'), BLOGGER("eli-blogger", '\ue715'), BOLD("eli-bold", '\ue714'), BOOK("eli-book", '\ue713'), BOOKMARK("eli-bookmark", '\ue712'), BOOKMARK_EMPTY("eli-bookmark-empty", '\ue711'), BRAILLE("eli-braille", '\ue710'), BRIEFCASE("eli-briefcase", '\ue70f'), BROOM("eli-broom", '\ue70e'), BRUSH("eli-brush", '\ue70d'), BULB("eli-bulb", '\ue70c'), BULLHORN("eli-bullhorn", '\ue70b'), CALENDAR("eli-calendar", '\ue70a'), CALENDAR_SIGN("eli-calendar-sign", '\ue709'), CAMERA("eli-camera", '\ue708'), CAR("eli-car", '\ue707'), CARET_DOWN("eli-caret-down", '\ue706'), CARET_LEFT("eli-caret-left", '\ue705'), CARET_RIGHT("eli-caret-right", '\ue704'), CARET_UP("eli-caret-up", '\ue703'), CC("eli-cc", '\ue702'), CERTIFICATE("eli-certificate", '\ue701'), CHECK("eli-check", '\ue700'), CHECK_EMPTY("eli-check-empty", '\ue6ff'), CHEVRON_DOWN("eli-chevron-down", '\ue6fe'), CHEVRON_LEFT("eli-chevron-left", '\ue6fd'), CHEVRON_RIGHT("eli-chevron-right", '\ue6fc'), CHEVRON_UP("eli-chevron-up", '\ue6fb'), CHILD("eli-child", '\ue6fa'), CIRCLE_ARROW_DOWN("eli-circle-arrow-down", '\ue6f9'), CIRCLE_ARROW_LEFT("eli-circle-arrow-left", '\ue6f8'), CIRCLE_ARROW_RIGHT("eli-circle-arrow-right", '\ue6f7'), CIRCLE_ARROW_UP("eli-circle-arrow-up", '\ue6f6'), CLOUD("eli-cloud", '\ue6f5'), CLOUD_ALT("eli-cloud-alt", '\ue6f4'), COG("eli-cog", '\ue6f3'), COGS("eli-cogs", '\ue6f1'), COG_ALT("eli-cog-alt", '\ue6f2'), COMMENT("eli-comment", '\ue6f0'), COMMENT_ALT("eli-comment-alt", '\ue6ef'), COMPASS("eli-compass", '\ue6ee'), COMPASS_ALT("eli-compass-alt", '\ue6ed'), CREDIT_CARD("eli-credit-card", '\ue6ec'), CSS("eli-css", '\ue6eb'), DASHBOARD("eli-dashboard", '\ue6ea'), DELICIOUS("eli-delicious", '\ue6e9'), DELL("eli-dell", '\ue717'), DEVIANTART("eli-deviantart", '\ue6e8'), DIGG("eli-digg", '\ue6e7'), DOWNLOAD("eli-download", '\ue6e6'), DOWNLOAD_ALT("eli-download-alt", '\ue6e5'), DRIBBBLE("eli-dribbble", '\ue6e4'), EDIT("eli-edit", '\ue6e3'), EJECT("eli-eject", '\ue6e2'), ENVELOPE("eli-envelope", '\ue6e1'), ENVELOPE_ALT("eli-envelope-alt", '\ue6e0'), ERROR("eli-error", '\ue6df'), ERROR_ALT("eli-error-alt", '\ue6de'), EUR("eli-eur", '\ue6dd'), EXCLAMATION_SIGN("eli-exclamation-sign", '\ue6dc'), EYE_CLOSE("eli-eye-close", '\ue6db'), EYE_OPEN("eli-eye-open", '\ue6da'), FACEBOOK("eli-facebook", '\ue6d9'), FACETIME_VIDEO("eli-facetime-video", '\ue6d8'), FAST_BACKWARD("eli-fast-backward", '\ue6d7'), FAST_FORWARD("eli-fast-forward", '\ue6d6'), FEMALE("eli-female", '\ue6d5'), FILE("eli-file", '\ue6d4'), FILE_ALT("eli-file-alt", '\ue6d3'), FILE_EDIT("eli-file-edit", '\ue6d2'), FILE_EDIT_ALT("eli-file-edit-alt", '\ue6d1'), FILE_NEW("eli-file-new", '\ue6d0'), FILE_NEW_ALT("eli-file-new-alt", '\ue6cf'), FILM("eli-film", '\ue6ce'), FILTER("eli-filter", '\ue6cd'), FIRE("eli-fire", '\ue6cc'), FLAG("eli-flag", '\ue6cb'), FLAG_ALT("eli-flag-alt", '\ue6ca'), FLICKR("eli-flickr", '\ue6c9'), FOLDER("eli-folder", '\ue6c8'), FOLDER_CLOSE("eli-folder-close", '\ue6c7'), FOLDER_OPEN("eli-folder-open", '\ue6c6'), FOLDER_SIGN("eli-folder-sign", '\ue6c5'), FONT("eli-font", '\ue6c4'), FONTSIZE("eli-fontsize", '\ue6c3'), FORK("eli-fork", '\ue6c2'), FORWARD("eli-forward", '\ue6c1'), FORWARD_ALT("eli-forward-alt", '\ue6c0'), FOURSQUARE("eli-foursquare", '\ue6bf'), FRIENDFEED("eli-friendfeed", '\ue6be'), FRIENDFEED_RECT("eli-friendfeed-rect", '\ue6bd'), FULLSCREEN("eli-fullscreen", '\ue6bc'), GBP("eli-gbp", '\ue6bb'), GIFT("eli-gift", '\ue6ba'), GITHUB("eli-github", '\ue6b9'), GITHUB_TEXT("eli-github-text", '\ue6b8'), GLASS("eli-glass", '\ue6b7'), GLASSES("eli-glasses", '\ue6b6'), GLOBE("eli-globe", '\ue6b5'), GLOBE_ALT("eli-globe-alt", '\ue6b4'), GOOGLEPLUS("eli-googleplus", '\ue6b3'), GRAPH("eli-graph", '\ue6b2'), GRAPH_ALT("eli-graph-alt", '\ue6b1'), GROUP("eli-group", '\ue6b0'), GROUP_ALT("eli-group-alt", '\ue6af'), GUIDEDOG("eli-guidedog", '\ue6ae'), HAND_DOWN("eli-hand-down", '\ue6ad'), HAND_LEFT("eli-hand-left", '\ue6ac'), HAND_RIGHT("eli-hand-right", '\ue6ab'), HAND_UP("eli-hand-up", '\ue6aa'), HDD("eli-hdd", '\ue6a9'), HEADPHONES("eli-headphones", '\ue6a8'), HEARING_IMPAIRED("eli-hearing-impaired", '\ue6a7'), HEART("eli-heart", '\ue6a6'), HEART_ALT("eli-heart-alt", '\ue6a5'), HEART_EMPTY("eli-heart-empty", '\ue6a4'), HOME("eli-home", '\ue6a3'), HOME_ALT("eli-home-alt", '\ue6a2'), HOURGLASS("eli-hourglass", '\ue6a1'), IDEA("eli-idea", '\ue6a0'), IDEA_ALT("eli-idea-alt", '\ue69f'), INBOX("eli-inbox", '\ue69e'), INBOX_ALT("eli-inbox-alt", '\ue69d'), INBOX_BOX("eli-inbox-box", '\ue69c'), INDENT_LEFT("eli-indent-left", '\ue69b'), INDENT_RIGHT("eli-indent-right", '\ue69a'), INFO_SIGN("eli-info-sign", '\ue699'), INSTAGRAM("eli-instagram", '\ue698'), IPHONE_HOME("eli-iphone-home", '\ue697'), ITALIC("eli-italic", '\ue696'), KEY("eli-key", '\ue695'), LAPTOP("eli-laptop", '\ue694'), LAPTOP_ALT("eli-laptop-alt", '\ue693'), LASTFM("eli-lastfm", '\ue692'), LEAF("eli-leaf", '\ue691'), LINES("eli-lines", '\ue690'), LINK("eli-link", '\ue68f'), LINKEDIN("eli-linkedin", '\ue68e'), LIST("eli-list", '\ue68d'), LIST_ALT("eli-list-alt", '\ue68c'), LIVEJOURNAL("eli-livejournal", '\ue68b'), LOCK("eli-lock", '\ue68a'), LOCK_ALT("eli-lock-alt", '\ue689'), MAGIC("eli-magic", '\ue688'), MAGNET("eli-magnet", '\ue687'), MALE("eli-male", '\ue686'), MAP_MARKER("eli-map-marker", '\ue685'), MAP_MARKER_ALT("eli-map-marker-alt", '\ue684'), MIC("eli-mic", '\ue683'), MIC_ALT("eli-mic-alt", '\ue682'), MINUS("eli-minus", '\ue681'), MINUS_SIGN("eli-minus-sign", '\ue680'), MOVE("eli-move", '\ue67f'), MUSIC("eli-music", '\ue67e'), MYSPACE("eli-myspace", '\ue67d'), NETWORK("eli-network", '\ue67c'), OFF("eli-off", '\ue67b'), OK("eli-ok", '\ue67a'), OK_CIRCLE("eli-ok-circle", '\ue679'), OK_SIGN("eli-ok-sign", '\ue678'), OPENSOURCE("eli-opensource", '\ue677'), PAPER_CLIP("eli-paper-clip", '\ue676'), PAPER_CLIP_ALT("eli-paper-clip-alt", '\ue675'), PATH("eli-path", '\ue674'), PAUSE("eli-pause", '\ue673'), PAUSE_ALT("eli-pause-alt", '\ue672'), PENCIL("eli-pencil", '\ue671'), PENCIL_ALT("eli-pencil-alt", '\ue670'), PERSON("eli-person", '\ue66f'), PHONE("eli-phone", '\ue66e'), PHONE_ALT("eli-phone-alt", '\ue66d'), PHOTO("eli-photo", '\ue66c'), PHOTO_ALT("eli-photo-alt", '\ue66b'), PICASA("eli-picasa", '\ue66a'), PICTURE("eli-picture", '\ue669'), PINTEREST("eli-pinterest", '\ue668'), PLANE("eli-plane", '\ue667'), PLAY("eli-play", '\ue666'), PLAY_ALT("eli-play-alt", '\ue665'), PLAY_CIRCLE("eli-play-circle", '\ue664'), PLUS("eli-plus", '\ue663'), PLUS_SIGN("eli-plus-sign", '\ue662'), PODCAST("eli-podcast", '\ue661'), PRINT("eli-print", '\ue660'), PUZZLE("eli-puzzle", '\ue65f'), QRCODE("eli-qrcode", '\ue65e'), QUESTION("eli-question", '\ue65d'), QUESTION_SIGN("eli-question-sign", '\ue65c'), QUOTES("eli-quotes", '\ue65b'), QUOTES_ALT("eli-quotes-alt", '\ue65a'), RANDOM("eli-random", '\ue659'), RECORD("eli-record", '\ue658'), REDDIT("eli-reddit", '\ue657'), REFRESH("eli-refresh", '\ue656'), REMOVE("eli-remove", '\ue655'), REMOVE_CIRCLE("eli-remove-circle", '\ue654'), REMOVE_SIGN("eli-remove-sign", '\ue653'), REPEAT("eli-repeat", '\ue652'), REPEAT_ALT("eli-repeat-alt", '\ue651'), RESIZE_FULL("eli-resize-full", '\ue650'), RESIZE_HORIZONTAL("eli-resize-horizontal", '\ue64f'), RESIZE_SMALL("eli-resize-small", '\ue64e'), RESIZE_VERTICAL("eli-resize-vertical", '\ue64d'), RETURN_KEY("eli-return-key", '\ue64c'), RETWEET("eli-retweet", '\ue64b'), REVERSE_ALT("eli-reverse-alt", '\ue64a'), ROAD("eli-road", '\ue649'), RSS("eli-rss", '\ue648'), SCISSORS("eli-scissors", '\ue647'), SCREEN("eli-screen", '\ue646'), SCREENSHOT("eli-screenshot", '\ue644'), SCREEN_ALT("eli-screen-alt", '\ue645'), SEARCH("eli-search", '\ue643'), SEARCH_ALT("eli-search-alt", '\ue642'), SHARE("eli-share", '\ue641'), SHARE_ALT("eli-share-alt", '\ue640'), SHOPPING_CART("eli-shopping-cart", '\ue63f'), SHOPPING_CART_SIGN("eli-shopping-cart-sign", '\ue63e'), SIGNAL("eli-signal", '\ue63d'), SKYPE("eli-skype", '\ue63c'), SLIDESHARE("eli-slideshare", '\ue63b'), SMILEY("eli-smiley", '\ue63a'), SMILEY_ALT("eli-smiley-alt", '\ue639'), SOUNDCLOUD("eli-soundcloud", '\ue638'), SPEAKER("eli-speaker", '\ue637'), SPOTIFY("eli-spotify", '\ue636'), STACKOVERFLOW("eli-stackoverflow", '\ue635'), STAR("eli-star", '\ue634'), STAR_ALT("eli-star-alt", '\ue633'), STAR_EMPTY("eli-star-empty", '\ue632'), STEP_BACKWARD("eli-step-backward", '\ue631'), STEP_FORWARD("eli-step-forward", '\ue630'), STOP("eli-stop", '\ue62f'), STOP_ALT("eli-stop-alt", '\ue62e'), STUMBLEUPON("eli-stumbleupon", '\ue62d'), TAG("eli-tag", '\ue62c'), TAGS("eli-tags", '\ue62b'), TASKS("eli-tasks", '\ue62a'), TEXT_HEIGHT("eli-text-height", '\ue629'), TEXT_WIDTH("eli-text-width", '\ue628'), TH("eli-th", '\ue627'), THUMBS_DOWN("eli-thumbs-down", '\ue624'), THUMBS_UP("eli-thumbs-up", '\ue623'), TH_LARGE("eli-th-large", '\ue626'), TH_LIST("eli-th-list", '\ue625'), TIME("eli-time", '\ue622'), TIME_ALT("eli-time-alt", '\ue621'), TINT("eli-tint", '\ue620'), TORSO("eli-torso", '\ue61f'), TRASH("eli-trash", '\ue61e'), TRASH_ALT("eli-trash-alt", '\ue61d'), TUMBLR("eli-tumblr", '\ue61c'), TWITTER("eli-twitter", '\ue61b'), UNIVERSAL_ACCESS("eli-universal-access", '\ue61a'), UNLOCK("eli-unlock", '\ue619'), UNLOCK_ALT("eli-unlock-alt", '\ue618'), UPLOAD("eli-upload", '\ue617'), USD("eli-usd", '\ue616'), USER("eli-user", '\ue615'), VIADEO("eli-viadeo", '\ue614'), VIDEO("eli-video", '\ue613'), VIDEO_ALT("eli-video-alt", '\ue612'), VIDEO_CHAT("eli-video-chat", '\ue611'), VIEW_MODE("eli-view-mode", '\ue610'), VIMEO("eli-vimeo", '\ue60f'), VKONTAKTE("eli-vkontakte", '\ue60e'), VOLUME_DOWN("eli-volume-down", '\ue60d'), VOLUME_OFF("eli-volume-off", '\ue60c'), VOLUME_UP("eli-volume-up", '\ue60b'), W3C("eli-w3c", '\ue60a'), WARNING_SIGN("eli-warning-sign", '\ue609'), WEBSITE("eli-website", '\ue608'), WEBSITE_ALT("eli-website-alt", '\ue607'), WHEELCHAIR("eli-wheelchair", '\ue606'), WORDPRESS("eli-wordpress", '\ue605'), WRENCH("eli-wrench", '\ue604'), WRENCH_ALT("eli-wrench-alt", '\ue603'), YOUTUBE("eli-youtube", '\ue602'), ZOOM_IN("eli-zoom-in", '\ue601'), ZOOM_OUT("eli-zoom-out", '\ue600'); public static Elusive findByDescription(String description) { for (Elusive font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Elusive(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-elusive-pack/src/main/java/org/kordamp/ikonli/elusive/ElusiveIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.elusive; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class ElusiveIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/elusive/2.0/fonts/Elusive-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("eli-"); } @Override public Ikon resolve(String description) { return Elusive.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Elusive-Icons"; } } ================================================ FILE: icon-packs/ikonli-elusive-pack/src/main/java/org/kordamp/ikonli/elusive/ElusiveIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.elusive; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class ElusiveIkonProvider implements IkonProvider { @Override public Class getIkon() { return Elusive.class; } } ================================================ FILE: icon-packs/ikonli-elusive-pack/src/main/resources/META-INF/resources/elusive/2.0/css/elusive-webfont.css ================================================ @font-face { font-family: 'Elusive-Icons'; src:url('../fonts/Elusive-Icons.eot'); src:url('../fonts/Elusive-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Elusive-Icons.ttf') format('truetype'), url('../fonts/Elusive-Icons.woff') format('woff'), url('../fonts/Elusive-Icons.svg#Elusive-Icons') format('svg'); font-weight: normal; font-style: normal; } .el-icon { font-family: 'Elusive-Icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .el-icon-zoom-out:before { content: "\e600"; } .el-icon-zoom-in:before { content: "\e601"; } .el-icon-youtube:before { content: "\e602"; } .el-icon-wrench-alt:before { content: "\e603"; } .el-icon-wrench:before { content: "\e604"; } .el-icon-wordpress:before { content: "\e605"; } .el-icon-wheelchair:before { content: "\e606"; } .el-icon-website-alt:before { content: "\e607"; } .el-icon-website:before { content: "\e608"; } .el-icon-warning-sign:before { content: "\e609"; } .el-icon-w3c:before { content: "\e60a"; } .el-icon-volume-up:before { content: "\e60b"; } .el-icon-volume-off:before { content: "\e60c"; } .el-icon-volume-down:before { content: "\e60d"; } .el-icon-vkontakte:before { content: "\e60e"; } .el-icon-vimeo:before { content: "\e60f"; } .el-icon-view-mode:before { content: "\e610"; } .el-icon-video-chat:before { content: "\e611"; } .el-icon-video-alt:before { content: "\e612"; } .el-icon-video:before { content: "\e613"; } .el-icon-viadeo:before { content: "\e614"; } .el-icon-user:before { content: "\e615"; } .el-icon-usd:before { content: "\e616"; } .el-icon-upload:before { content: "\e617"; } .el-icon-unlock-alt:before { content: "\e618"; } .el-icon-unlock:before { content: "\e619"; } .el-icon-universal-access:before { content: "\e61a"; } .el-icon-twitter:before { content: "\e61b"; } .el-icon-tumblr:before { content: "\e61c"; } .el-icon-trash-alt:before { content: "\e61d"; } .el-icon-trash:before { content: "\e61e"; } .el-icon-torso:before { content: "\e61f"; } .el-icon-tint:before { content: "\e620"; } .el-icon-time-alt:before { content: "\e621"; } .el-icon-time:before { content: "\e622"; } .el-icon-thumbs-up:before { content: "\e623"; } .el-icon-thumbs-down:before { content: "\e624"; } .el-icon-th-list:before { content: "\e625"; } .el-icon-th-large:before { content: "\e626"; } .el-icon-th:before { content: "\e627"; } .el-icon-text-width:before { content: "\e628"; } .el-icon-text-height:before { content: "\e629"; } .el-icon-tasks:before { content: "\e62a"; } .el-icon-tags:before { content: "\e62b"; } .el-icon-tag:before { content: "\e62c"; } .el-icon-stumbleupon:before { content: "\e62d"; } .el-icon-stop-alt:before { content: "\e62e"; } .el-icon-stop:before { content: "\e62f"; } .el-icon-step-forward:before { content: "\e630"; } .el-icon-step-backward:before { content: "\e631"; } .el-icon-star-empty:before { content: "\e632"; } .el-icon-star-alt:before { content: "\e633"; } .el-icon-star:before { content: "\e634"; } .el-icon-stackoverflow:before { content: "\e635"; } .el-icon-spotify:before { content: "\e636"; } .el-icon-speaker:before { content: "\e637"; } .el-icon-soundcloud:before { content: "\e638"; } .el-icon-smiley-alt:before { content: "\e639"; } .el-icon-smiley:before { content: "\e63a"; } .el-icon-slideshare:before { content: "\e63b"; } .el-icon-skype:before { content: "\e63c"; } .el-icon-signal:before { content: "\e63d"; } .el-icon-shopping-cart-sign:before { content: "\e63e"; } .el-icon-shopping-cart:before { content: "\e63f"; } .el-icon-share-alt:before { content: "\e640"; } .el-icon-share:before { content: "\e641"; } .el-icon-search-alt:before { content: "\e642"; } .el-icon-search:before { content: "\e643"; } .el-icon-screenshot:before { content: "\e644"; } .el-icon-screen-alt:before { content: "\e645"; } .el-icon-screen:before { content: "\e646"; } .el-icon-scissors:before { content: "\e647"; } .el-icon-rss:before { content: "\e648"; } .el-icon-road:before { content: "\e649"; } .el-icon-reverse-alt:before { content: "\e64a"; } .el-icon-retweet:before { content: "\e64b"; } .el-icon-return-key:before { content: "\e64c"; } .el-icon-resize-vertical:before { content: "\e64d"; } .el-icon-resize-small:before { content: "\e64e"; } .el-icon-resize-horizontal:before { content: "\e64f"; } .el-icon-resize-full:before { content: "\e650"; } .el-icon-repeat-alt:before { content: "\e651"; } .el-icon-repeat:before { content: "\e652"; } .el-icon-remove-sign:before { content: "\e653"; } .el-icon-remove-circle:before { content: "\e654"; } .el-icon-remove:before { content: "\e655"; } .el-icon-refresh:before { content: "\e656"; } .el-icon-reddit:before { content: "\e657"; } .el-icon-record:before { content: "\e658"; } .el-icon-random:before { content: "\e659"; } .el-icon-quotes-alt:before { content: "\e65a"; } .el-icon-quotes:before { content: "\e65b"; } .el-icon-question-sign:before { content: "\e65c"; } .el-icon-question:before { content: "\e65d"; } .el-icon-qrcode:before { content: "\e65e"; } .el-icon-puzzle:before { content: "\e65f"; } .el-icon-print:before { content: "\e660"; } .el-icon-podcast:before { content: "\e661"; } .el-icon-plus-sign:before { content: "\e662"; } .el-icon-plus:before { content: "\e663"; } .el-icon-play-circle:before { content: "\e664"; } .el-icon-play-alt:before { content: "\e665"; } .el-icon-play:before { content: "\e666"; } .el-icon-plane:before { content: "\e667"; } .el-icon-pinterest:before { content: "\e668"; } .el-icon-picture:before { content: "\e669"; } .el-icon-picasa:before { content: "\e66a"; } .el-icon-photo-alt:before { content: "\e66b"; } .el-icon-photo:before { content: "\e66c"; } .el-icon-phone-alt:before { content: "\e66d"; } .el-icon-phone:before { content: "\e66e"; } .el-icon-person:before { content: "\e66f"; } .el-icon-pencil-alt:before { content: "\e670"; } .el-icon-pencil:before { content: "\e671"; } .el-icon-pause-alt:before { content: "\e672"; } .el-icon-pause:before { content: "\e673"; } .el-icon-path:before { content: "\e674"; } .el-icon-paper-clip-alt:before { content: "\e675"; } .el-icon-paper-clip:before { content: "\e676"; } .el-icon-opensource:before { content: "\e677"; } .el-icon-ok-sign:before { content: "\e678"; } .el-icon-ok-circle:before { content: "\e679"; } .el-icon-ok:before { content: "\e67a"; } .el-icon-off:before { content: "\e67b"; } .el-icon-network:before { content: "\e67c"; } .el-icon-myspace:before { content: "\e67d"; } .el-icon-music:before { content: "\e67e"; } .el-icon-move:before { content: "\e67f"; } .el-icon-minus-sign:before { content: "\e680"; } .el-icon-minus:before { content: "\e681"; } .el-icon-mic-alt:before { content: "\e682"; } .el-icon-mic:before { content: "\e683"; } .el-icon-map-marker-alt:before { content: "\e684"; } .el-icon-map-marker:before { content: "\e685"; } .el-icon-male:before { content: "\e686"; } .el-icon-magnet:before { content: "\e687"; } .el-icon-magic:before { content: "\e688"; } .el-icon-lock-alt:before { content: "\e689"; } .el-icon-lock:before { content: "\e68a"; } .el-icon-livejournal:before { content: "\e68b"; } .el-icon-list-alt:before { content: "\e68c"; } .el-icon-list:before { content: "\e68d"; } .el-icon-linkedin:before { content: "\e68e"; } .el-icon-link:before { content: "\e68f"; } .el-icon-lines:before { content: "\e690"; } .el-icon-leaf:before { content: "\e691"; } .el-icon-lastfm:before { content: "\e692"; } .el-icon-laptop-alt:before { content: "\e693"; } .el-icon-laptop:before { content: "\e694"; } .el-icon-key:before { content: "\e695"; } .el-icon-italic:before { content: "\e696"; } .el-icon-iphone-home:before { content: "\e697"; } .el-icon-instagram:before { content: "\e698"; } .el-icon-info-sign:before { content: "\e699"; } .el-icon-indent-right:before { content: "\e69a"; } .el-icon-indent-left:before { content: "\e69b"; } .el-icon-inbox-box:before { content: "\e69c"; } .el-icon-inbox-alt:before { content: "\e69d"; } .el-icon-inbox:before { content: "\e69e"; } .el-icon-idea-alt:before { content: "\e69f"; } .el-icon-idea:before { content: "\e6a0"; } .el-icon-hourglass:before { content: "\e6a1"; } .el-icon-home-alt:before { content: "\e6a2"; } .el-icon-home:before { content: "\e6a3"; } .el-icon-heart-empty:before { content: "\e6a4"; } .el-icon-heart-alt:before { content: "\e6a5"; } .el-icon-heart:before { content: "\e6a6"; } .el-icon-hearing-impaired:before { content: "\e6a7"; } .el-icon-headphones:before { content: "\e6a8"; } .el-icon-hdd:before { content: "\e6a9"; } .el-icon-hand-up:before { content: "\e6aa"; } .el-icon-hand-right:before { content: "\e6ab"; } .el-icon-hand-left:before { content: "\e6ac"; } .el-icon-hand-down:before { content: "\e6ad"; } .el-icon-guidedog:before { content: "\e6ae"; } .el-icon-group-alt:before { content: "\e6af"; } .el-icon-group:before { content: "\e6b0"; } .el-icon-graph-alt:before { content: "\e6b1"; } .el-icon-graph:before { content: "\e6b2"; } .el-icon-googleplus:before { content: "\e6b3"; } .el-icon-globe-alt:before { content: "\e6b4"; } .el-icon-globe:before { content: "\e6b5"; } .el-icon-glasses:before { content: "\e6b6"; } .el-icon-glass:before { content: "\e6b7"; } .el-icon-github-text:before { content: "\e6b8"; } .el-icon-github:before { content: "\e6b9"; } .el-icon-gift:before { content: "\e6ba"; } .el-icon-gbp:before { content: "\e6bb"; } .el-icon-fullscreen:before { content: "\e6bc"; } .el-icon-friendfeed-rect:before { content: "\e6bd"; } .el-icon-friendfeed:before { content: "\e6be"; } .el-icon-foursquare:before { content: "\e6bf"; } .el-icon-forward-alt:before { content: "\e6c0"; } .el-icon-forward:before { content: "\e6c1"; } .el-icon-fork:before { content: "\e6c2"; } .el-icon-fontsize:before { content: "\e6c3"; } .el-icon-font:before { content: "\e6c4"; } .el-icon-folder-sign:before { content: "\e6c5"; } .el-icon-folder-open:before { content: "\e6c6"; } .el-icon-folder-close:before { content: "\e6c7"; } .el-icon-folder:before { content: "\e6c8"; } .el-icon-flickr:before { content: "\e6c9"; } .el-icon-flag-alt:before { content: "\e6ca"; } .el-icon-flag:before { content: "\e6cb"; } .el-icon-fire:before { content: "\e6cc"; } .el-icon-filter:before { content: "\e6cd"; } .el-icon-film:before { content: "\e6ce"; } .el-icon-file-new-alt:before { content: "\e6cf"; } .el-icon-file-new:before { content: "\e6d0"; } .el-icon-file-edit-alt:before { content: "\e6d1"; } .el-icon-file-edit:before { content: "\e6d2"; } .el-icon-file-alt:before { content: "\e6d3"; } .el-icon-file:before { content: "\e6d4"; } .el-icon-female:before { content: "\e6d5"; } .el-icon-fast-forward:before { content: "\e6d6"; } .el-icon-fast-backward:before { content: "\e6d7"; } .el-icon-facetime-video:before { content: "\e6d8"; } .el-icon-facebook:before { content: "\e6d9"; } .el-icon-eye-open:before { content: "\e6da"; } .el-icon-eye-close:before { content: "\e6db"; } .el-icon-exclamation-sign:before { content: "\e6dc"; } .el-icon-eur:before { content: "\e6dd"; } .el-icon-error-alt:before { content: "\e6de"; } .el-icon-error:before { content: "\e6df"; } .el-icon-envelope-alt:before { content: "\e6e0"; } .el-icon-envelope:before { content: "\e6e1"; } .el-icon-eject:before { content: "\e6e2"; } .el-icon-edit:before { content: "\e6e3"; } .el-icon-dribbble:before { content: "\e6e4"; } .el-icon-download-alt:before { content: "\e6e5"; } .el-icon-download:before { content: "\e6e6"; } .el-icon-digg:before { content: "\e6e7"; } .el-icon-deviantart:before { content: "\e6e8"; } .el-icon-delicious:before { content: "\e6e9"; } .el-icon-dashboard:before { content: "\e6ea"; } .el-icon-css:before { content: "\e6eb"; } .el-icon-credit-card:before { content: "\e6ec"; } .el-icon-compass-alt:before { content: "\e6ed"; } .el-icon-compass:before { content: "\e6ee"; } .el-icon-comment-alt:before { content: "\e6ef"; } .el-icon-comment:before { content: "\e6f0"; } .el-icon-cogs:before { content: "\e6f1"; } .el-icon-cog-alt:before { content: "\e6f2"; } .el-icon-cog:before { content: "\e6f3"; } .el-icon-cloud-alt:before { content: "\e6f4"; } .el-icon-cloud:before { content: "\e6f5"; } .el-icon-circle-arrow-up:before { content: "\e6f6"; } .el-icon-circle-arrow-right:before { content: "\e6f7"; } .el-icon-circle-arrow-left:before { content: "\e6f8"; } .el-icon-circle-arrow-down:before { content: "\e6f9"; } .el-icon-child:before { content: "\e6fa"; } .el-icon-chevron-up:before { content: "\e6fb"; } .el-icon-chevron-right:before { content: "\e6fc"; } .el-icon-chevron-left:before { content: "\e6fd"; } .el-icon-chevron-down:before { content: "\e6fe"; } .el-icon-check-empty:before { content: "\e6ff"; } .el-icon-check:before { content: "\e700"; } .el-icon-certificate:before { content: "\e701"; } .el-icon-cc:before { content: "\e702"; } .el-icon-caret-up:before { content: "\e703"; } .el-icon-caret-right:before { content: "\e704"; } .el-icon-caret-left:before { content: "\e705"; } .el-icon-caret-down:before { content: "\e706"; } .el-icon-car:before { content: "\e707"; } .el-icon-camera:before { content: "\e708"; } .el-icon-calendar-sign:before { content: "\e709"; } .el-icon-calendar:before { content: "\e70a"; } .el-icon-bullhorn:before { content: "\e70b"; } .el-icon-bulb:before { content: "\e70c"; } .el-icon-brush:before { content: "\e70d"; } .el-icon-broom:before { content: "\e70e"; } .el-icon-briefcase:before { content: "\e70f"; } .el-icon-braille:before { content: "\e710"; } .el-icon-bookmark-empty:before { content: "\e711"; } .el-icon-bookmark:before { content: "\e712"; } .el-icon-book:before { content: "\e713"; } .el-icon-bold:before { content: "\e714"; } .el-icon-blogger:before { content: "\e715"; } .el-icon-blind:before { content: "\e716"; } .el-icon-bell:before { content: "\e717"; } .el-icon-behance:before { content: "\e718"; } .el-icon-barcode:before { content: "\e719"; } .el-icon-ban-circle:before { content: "\e71a"; } .el-icon-backward:before { content: "\e71b"; } .el-icon-asl:before { content: "\e71c"; } .el-icon-arrow-up:before { content: "\e71d"; } .el-icon-arrow-right:before { content: "\e71e"; } .el-icon-arrow-left:before { content: "\e71f"; } .el-icon-arrow-down:before { content: "\e720"; } .el-icon-align-right:before { content: "\e721"; } .el-icon-align-left:before { content: "\e722"; } .el-icon-align-justify:before { content: "\e723"; } .el-icon-align-center:before { content: "\e724"; } .el-icon-adult:before { content: "\e725"; } .el-icon-adjust-alt:before { content: "\e726"; } .el-icon-adjust:before { content: "\e727"; } .el-icon-address-book-alt:before { content: "\e728"; } .el-icon-address-book:before { content: "\e729"; } .el-icon-asterisk:before { content: "\e72a"; } ================================================ FILE: icon-packs/ikonli-entypo-pack/ikonli-entypo-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-entypo-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.entypo { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.entypo; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.entypo.EntypoIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.entypo.EntypoIkonProvider; } ================================================ FILE: icon-packs/ikonli-entypo-pack/src/main/java/org/kordamp/ikonli/entypo/Entypo.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.entypo; import org.kordamp.ikonli.Ikon; /** * @author Loïc Sculier aka typhon0 */ public enum Entypo implements Ikon { // last is ea9a ADDRESS("enty-address", '\ue929'), ADD_TO_LIST("enty-add-to-list", '\uea2f'), ADD_USER("enty-add-user", '\ue900'), ADJUST("enty-adjust", '\ue987'), AIR("enty-air", '\ue960'), AIRCRAFT("enty-aircraft", '\ue94f'), AIRCRAFT_LANDING("enty-aircraft-landing", '\ue952'), AIRCRAFT_TAKE_OFF("enty-aircraft-take-off", '\ue951'), ALIGN_BOTTOM("enty-align-bottom", '\ue9c5'), ALIGN_HORIZONTAL_MIDDLE("enty-align-horizontal-middle", '\ue9c8'), ALIGN_LEFT("enty-align-left", '\ue9c4'), ALIGN_RIGHT("enty-align-right", '\ue9c7'), ALIGN_TOP("enty-align-top", '\ue9c6'), ALIGN_VERTICAL_MIDDLE("enty-align-vertical-middle", '\ue9c9'), APP_STORE("enty-app-store", '\uea92'), ARCHIVE("enty-archive", '\ue9e6'), AREA_GRAPH("enty-area-graph", '\ue9a1'), ARROW_BOLD_DOWN("enty-arrow-bold-down", '\uea06'), ARROW_BOLD_LEFT("enty-arrow-bold-left", '\uea05'), ARROW_BOLD_RIGHT("enty-arrow-bold-right", '\uea08'), ARROW_BOLD_UP("enty-arrow-bold-up", '\uea07'), ARROW_DOWN("enty-arrow-down", '\uea0a'), ARROW_LEFT("enty-arrow-left", '\uea09'), ARROW_LONG_DOWN("enty-arrow-long-down", '\uea26'), ARROW_LONG_LEFT("enty-arrow-long-left", '\uea25'), ARROW_LONG_RIGHT("enty-arrow-long-right", '\uea28'), ARROW_LONG_UP("enty-arrow-long-up", '\uea27'), ARROW_RIGHT("enty-arrow-right", '\uea0c'), ARROW_UP("enty-arrow-up", '\uea0b'), ARROW_WITH_CIRCLE_DOWN("enty-arrow-with-circle-down", '\uea0e'), ARROW_WITH_CIRCLE_LEFT("enty-arrow-with-circle-left", '\uea0d'), ARROW_WITH_CIRCLE_RIGHT("enty-arrow-with-circle-right", '\uea10'), ARROW_WITH_CIRCLE_UP("enty-arrow-with-circle-up", '\uea0f'), ATTACHMENT("enty-attachment", '\ue928'), AWARENESS_RIBBON("enty-awareness-ribbon", '\ue93d'), BACK("enty-back", '\ue9bd'), BACK_IN_TIME("enty-back-in-time", '\ue9c3'), BAIDU("enty-baidu", '\uea96'), BAR_GRAPH("enty-bar-graph", '\ue9a0'), BASECAMP("enty-basecamp", '\uea87'), BATTERY("enty-battery", '\ue969'), BEAMED_NOTE("enty-beamed-note", '\ue944'), BEHANCE("enty-behance", '\uea83'), BELL("enty-bell", '\ue933'), BLACKBOARD("enty-blackboard", '\ue94b'), BLOCK("enty-block", '\ue9b3'), BOOK("enty-book", '\ue94c'), BOOKMARK("enty-bookmark", '\ue9f1'), BOOKMARKS("enty-bookmarks", '\ue9f2'), BOWL("enty-bowl", '\ue95e'), BOX("enty-box", '\ue997'), BRIEFCASE("enty-briefcase", '\ue95f'), BROWSER("enty-browser", '\ue97f'), BRUSH("enty-brush", '\ue974'), BUCKET("enty-bucket", '\ue96a'), BUG("enty-bug", '\uea3a'), CAKE("enty-cake", '\ue96d'), CALCULATOR("enty-calculator", '\ue931'), CALENDAR("enty-calendar", '\ue95a'), CAMERA("enty-camera", '\ue93b'), CCW("enty-ccw", '\ue9b9'), CHAT("enty-chat", '\ue927'), CHECK("enty-check", '\ue9a8'), CHEVRON_DOWN("enty-chevron-down", '\uea16'), CHEVRON_LEFT("enty-chevron-left", '\uea15'), CHEVRON_RIGHT("enty-chevron-right", '\uea18'), CHEVRON_SMALL_DOWN("enty-chevron-small-down", '\uea1a'), CHEVRON_SMALL_LEFT("enty-chevron-small-left", '\uea19'), CHEVRON_SMALL_RIGHT("enty-chevron-small-right", '\uea1c'), CHEVRON_SMALL_UP("enty-chevron-small-up", '\uea1b'), CHEVRON_THIN_DOWN("enty-chevron-thin-down", '\uea1e'), CHEVRON_THIN_LEFT("enty-chevron-thin-left", '\uea1d'), CHEVRON_THIN_RIGHT("enty-chevron-thin-right", '\uea20'), CHEVRON_THIN_UP("enty-chevron-thin-up", '\uea1f'), CHEVRON_UP("enty-chevron-up", '\uea17'), CHEVRON_WITH_CIRCLE_DOWN("enty-chevron-with-circle-down", '\uea22'), CHEVRON_WITH_CIRCLE_LEFT("enty-chevron-with-circle-left", '\uea21'), CHEVRON_WITH_CIRCLE_RIGHT("enty-chevron-with-circle-right", '\uea24'), CHEVRON_WITH_CIRCLE_UP("enty-chevron-with-circle-up", '\uea23'), CIRCLE("enty-circle", '\ue9bb'), CIRCLE_WITH_CROSS("enty-circle-with-cross", '\ue9af'), CIRCLE_WITH_MINUS("enty-circle-with-minus", '\ue9ad'), CIRCLE_WITH_PLUS("enty-circle-with-plus", '\ue9ae'), CIRCULAR_GRAPH("enty-circular-graph", '\ue9a2'), CLAPPERBOARD("enty-clapperboard", '\ue946'), CLASSIC_COMPUTER("enty-classic-computer", '\uea32'), CLIPBOARD("enty-clipboard", '\ue995'), CLOCK("enty-clock", '\ue957'), CLOUD("enty-cloud", '\ue9ee'), CODE("enty-code", '\ue989'), COG("enty-cog", '\ue936'), COLOURS("enty-colours", '\ue964'), COMPASS("enty-compass", '\ue926'), CONTROLLER_FAST_BACKWARD("enty-controller-fast-backward", '\uea30'), CONTROLLER_FAST_FORWARD("enty-controller-fast-forward", '\ue9f8'), CONTROLLER_JUMP_TO_START("enty-controller-jump-to-start", '\ue9f9'), CONTROLLER_NEXT("enty-controller-next", '\ue9fa'), CONTROLLER_PAUS("enty-controller-paus", '\ue9f5'), CONTROLLER_PLAY("enty-controller-play", '\ue9f4'), CONTROLLER_RECORD("enty-controller-record", '\ue9f6'), CONTROLLER_STOP("enty-controller-stop", '\ue9f7'), CONTROLLER_VOLUME("enty-controller-volume", '\ue9fd'), COPY("enty-copy", '\ue9d9'), CREATIVE_CLOUD("enty-creative-cloud", '\uea86'), CREATIVE_COMMONS("enty-creative-commons", '\uea41'), CREATIVE_COMMONS_ATTRIBUTION("enty-creative-commons-attribution", '\uea40'), CREATIVE_COMMONS_NODERIVS("enty-creative-commons-noderivs", '\uea48'), CREATIVE_COMMONS_NONCOMMERCIAL_EU("enty-creative-commons-noncommercial-eu", '\uea47'), CREATIVE_COMMONS_NONCOMMERCIAL_US("enty-creative-commons-noncommercial-us", '\uea46'), CREATIVE_COMMONS_PUBLIC_DOMAIN("enty-creative-commons-public-domain", '\uea45'), CREATIVE_COMMONS_REMIX("enty-creative-commons-remix", '\uea44'), CREATIVE_COMMONS_SHARE("enty-creative-commons-share", '\uea43'), CREATIVE_COMMONS_SHAREALIKE("enty-creative-commons-sharealike", '\uea42'), CREDIT("enty-credit", '\ue955'), CREDIT_CARD("enty-credit-card", '\ue98d'), CROP("enty-crop", '\uea3e'), CROSS("enty-cross", '\ue9a9'), CUP("enty-cup", '\ue970'), CW("enty-cw", '\ue9ba'), CYCLE("enty-cycle", '\ue9b8'), DATABASE("enty-database", '\ue996'), DIAL_PAD("enty-dial-pad", '\ue993'), DIRECTION("enty-direction", '\ue925'), DOCUMENT("enty-document", '\ue9d4'), DOCUMENTS("enty-documents", '\ue9d5'), DOCUMENT_LANDSCAPE("enty-document-landscape", '\uea33'), DOTS_THREE_HORIZONTAL("enty-dots-three-horizontal", '\uea2e'), DOTS_THREE_VERTICAL("enty-dots-three-vertical", '\uea2a'), DOTS_TWO_HORIZONTAL("enty-dots-two-horizontal", '\uea2d'), DOTS_TWO_VERTICAL("enty-dots-two-vertical", '\uea2b'), DOT_SINGLE("enty-dot-single", '\uea2c'), DOWNLOAD("enty-download", '\ue9ea'), DRIBBBLE("enty-dribbble", '\uea5c'), DRIBBBLE_WITH_CIRCLE("enty-dribbble-with-circle", '\uea5d'), DRINK("enty-drink", '\ue942'), DRIVE("enty-drive", '\ue96e'), DROP("enty-drop", '\ue95c'), DROPBOX("enty-dropbox", '\uea74'), EDIT("enty-edit", '\ue924'), EMAIL("enty-email", '\ue923'), EMOJI_FLIRT("enty-emoji-flirt", '\ue9e7'), EMOJI_HAPPY("enty-emoji-happy", '\ue9cc'), EMOJI_NEUTRAL("enty-emoji-neutral", '\ue9cd'), EMOJI_SAD("enty-emoji-sad", '\ue9ce'), ERASE("enty-erase", '\ue9b2'), ERASER("enty-eraser", '\ue97d'), EVERNOTE("enty-evernote", '\uea97'), EXPORT("enty-export", '\ue922'), EYE("enty-eye", '\ue954'), EYE_WITH_LINE("enty-eye-with-line", '\uea36'), FACEBOOK("enty-facebook", '\uea53'), FACEBOOK_WITH_CIRCLE("enty-facebook-with-circle", '\uea54'), FEATHER("enty-feather", '\ue921'), FINGERPRINT("enty-fingerprint", '\uea3c'), FIVE_HUNDRED_PX("enty-five-hundred-px", '\uea6d'), FIVE_HUNDRED_PX_WITH_CIRCLE("enty-five-hundred-px-with-circle", '\uea6e'), FLAG("enty-flag", '\ue935'), FLASH("enty-flash", '\ue959'), FLASHLIGHT("enty-flashlight", '\ue930'), FLATTR("enty-flattr", '\uea79'), FLAT_BRUSH("enty-flat-brush", '\ue97b'), FLICKR("enty-flickr", '\uea4b'), FLICKR_WITH_CIRCLE("enty-flickr-with-circle", '\uea4c'), FLOWER("enty-flower", '\uea37'), FLOW_BRANCH("enty-flow-branch", '\uea01'), FLOW_CASCADE("enty-flow-cascade", '\uea00'), FLOW_LINE("enty-flow-line", '\uea03'), FLOW_PARALLEL("enty-flow-parallel", '\uea04'), FLOW_TREE("enty-flow-tree", '\uea02'), FOLDER("enty-folder", '\ue9df'), FOLDER_IMAGES("enty-folder-images", '\ue9e0'), FOLDER_MUSIC("enty-folder-music", '\ue9e1'), FOLDER_VIDEO("enty-folder-video", '\ue9e2'), FORWARD("enty-forward", '\ue920'), FOURSQUARE("enty-foursquare", '\uea7a'), FUNNEL("enty-funnel", '\ue96b'), GAME_CONTROLLER("enty-game-controller", '\ue96f'), GAUGE("enty-gauge", '\ue963'), GITHUB("enty-github", '\uea49'), GITHUB_WITH_CIRCLE("enty-github-with-circle", '\uea4a'), GLOBE("enty-globe", '\ue977'), GOOGLE_DRIVE("enty-google-drive", '\uea7f'), GOOGLE_HANGOUTS("enty-google-hangouts", '\uea77'), GOOGLE_PLAY("enty-google-play", '\uea93'), GOOGLE_PLUS("enty-google-plus", '\uea56'), GOOGLE_PLUS_WITH_CIRCLE("enty-google-plus-with-circle", '\uea55'), GRADUATION_CAP("enty-graduation-cap", '\ue94a'), GRID("enty-grid", '\ue9d2'), GROOVESHARK("enty-grooveshark", '\uea72'), HAIR_CROSS("enty-hair-cross", '\ue91f'), HAND("enty-hand", '\ue956'), HEART("enty-heart", '\ue91d'), HEART_OUTLINED("enty-heart-outlined", '\ue91e'), HELP("enty-help", '\ue9b5'), HELP_WITH_CIRCLE("enty-help-with-circle", '\ue9b6'), HOME("enty-home", '\ue92d'), HOUR_GLASS("enty-hour-glass", '\ue961'), HOUZZ("enty-houzz", '\uea95'), ICLOUD("enty-icloud", '\uea73'), IMAGE("enty-image", '\ue9da'), IMAGES("enty-images", '\ue9dc'), IMAGE_INVERTED("enty-image-inverted", '\ue9db'), INBOX("enty-inbox", '\ue91c'), INFINITY("enty-infinity", '\ue98b'), INFO("enty-info", '\ue9b4'), INFO_WITH_CIRCLE("enty-info-with-circle", '\ue9b7'), INSTAGRAM("enty-instagram", '\uea99'), INSTAGRAM_WITH_CIRCLE("enty-instagram-with-circle", '\uea9a'), INSTALL("enty-install", '\ue9ec'), KEY("enty-key", '\ue967'), KEYBOARD("enty-keyboard", '\ue979'), LAB_FLASK("enty-lab-flask", '\ue972'), LANDLINE("enty-landline", '\ue91b'), LANGUAGE("enty-language", '\ue965'), LAPTOP("enty-laptop", '\ue91a'), LASTFM("enty-lastfm", '\uea61'), LASTFM_WITH_CIRCLE("enty-lastfm-with-circle", '\uea60'), LAYERS("enty-layers", '\ue9f0'), LEAF("enty-leaf", '\ue940'), LEVEL_DOWN("enty-level-down", '\ue9be'), LEVEL_UP("enty-level-up", '\ue9bf'), LIFEBUOY("enty-lifebuoy", '\ue953'), LIGHT_BULB("enty-light-bulb", '\ue98c'), LIGHT_DOWN("enty-light-down", '\ue985'), LIGHT_UP("enty-light-up", '\ue986'), LINE_GRAPH("enty-line-graph", '\ue99e'), LINK("enty-link", '\ue934'), LINKEDIN("enty-linkedin", '\uea98'), LINKEDIN_WITH_CIRCLE("enty-linkedin-with-circle", '\uea5b'), LIST("enty-list", '\ue9d1'), LOCATION("enty-location", '\ue918'), LOCATION_PIN("enty-location-pin", '\ue919'), LOCK("enty-lock", '\ue9a3'), LOCK_OPEN("enty-lock-open", '\ue9a4'), LOGIN("enty-login", '\ue9a5'), LOG_OUT("enty-log-out", '\ue9a6'), LOOP("enty-loop", '\ue9c0'), MAGNET("enty-magnet", '\ue96c'), MAGNIFYING_GLASS("enty-magnifying-glass", '\ue92f'), MAIL("enty-mail", '\ue917'), MAIL_WITH_CIRCLE("enty-mail-with-circle", '\uea91'), MAN("enty-man", '\ue941'), MAP("enty-map", '\ue916'), MASK("enty-mask", '\ue9e4'), MEDAL("enty-medal", '\ue948'), MEDIUM("enty-medium", '\uea90'), MEDIUM_WITH_CIRCLE("enty-medium-with-circle", '\uea8f'), MEGAPHONE("enty-megaphone", '\ue93c'), MENU("enty-menu", '\ue9d3'), MERGE("enty-merge", '\uea35'), MESSAGE("enty-message", '\ue92a'), MIC("enty-mic", '\ue958'), MINUS("enty-minus", '\ue9b0'), MIXI("enty-mixi", '\uea82'), MOBILE("enty-mobile", '\ue915'), MODERN_MIC("enty-modern-mic", '\ue945'), MOON("enty-moon", '\ue93e'), MOUSE("enty-mouse", '\ue914'), MOUSE_POINTER("enty-mouse-pointer", '\uea3d'), MUSIC("enty-music", '\ue9de'), NETWORK("enty-network", '\ue966'), NEW("enty-new", '\ue949'), NEWS("enty-news", '\ue94e'), NEWSLETTER("enty-newsletter", '\uea38'), NEW_MESSAGE("enty-new-message", '\ue913'), NOTE("enty-note", '\ue943'), NOTIFICATION("enty-notification", '\ue912'), NOTIFICATIONS_OFF("enty-notifications-off", '\uea3f'), OLD_MOBILE("enty-old-mobile", '\ue911'), OLD_PHONE("enty-old-phone", '\ue910'), ONEDRIVE("enty-onedrive", '\uea75'), OPEN_BOOK("enty-open-book", '\ue9f3'), PALETTE("enty-palette", '\ue93f'), PAPER_PLANE("enty-paper-plane", '\ue90f'), PAYPAL("enty-paypal", '\uea84'), PENCIL("enty-pencil", '\ue97c'), PHONE("enty-phone", '\ue90e'), PICASA("enty-picasa", '\uea80'), PIE_CHART("enty-pie-chart", '\ue99f'), PIN("enty-pin", '\ue94d'), PINTEREST("enty-pinterest", '\uea58'), PINTEREST_WITH_CIRCLE("enty-pinterest-with-circle", '\uea57'), PLUS("enty-plus", '\ue9b1'), POPUP("enty-popup", '\ue92e'), POWER_PLUG("enty-power-plug", '\ue939'), PRICE_RIBBON("enty-price-ribbon", '\ue947'), PRICE_TAG("enty-price-tag", '\ue93a'), PRINT("enty-print", '\ue932'), PROGRESS_EMPTY("enty-progress-empty", '\ue984'), PROGRESS_FULL("enty-progress-full", '\ue981'), PROGRESS_ONE("enty-progress-one", '\ue983'), PROGRESS_TWO("enty-progress-two", '\ue982'), PUBLISH("enty-publish", '\ue980'), QQ("enty-qq", '\uea76'), QQ_WITH_CIRCLE("enty-qq-with-circle", '\uea8c'), QUOTE("enty-quote", '\ue92c'), RADIO("enty-radio", '\ue978'), RAFT("enty-raft", '\uea8d'), RAFT_WITH_CIRCLE("enty-raft-with-circle", '\uea8e'), RAINBOW("enty-rainbow", '\uea89'), RDIO("enty-rdio", '\uea62'), RDIO_WITH_CIRCLE("enty-rdio-with-circle", '\uea63'), REMOVE_USER("enty-remove-user", '\uea31'), RENREN("enty-renren", '\uea7d'), REPLY("enty-reply", '\ue90c'), REPLY_ALL("enty-reply-all", '\ue90d'), RESIZE_100("enty-resize-100", '\ue9fc'), RESIZE_FULL_SCREEN("enty-resize-full-screen", '\ue9fb'), RETWEET("enty-retweet", '\ue9c1'), ROCKET("enty-rocket", '\ue971'), ROUND_BRUSH("enty-round-brush", '\ue97a'), RSS("enty-rss", '\ue999'), RULER("enty-ruler", '\ue973'), SAVE("enty-save", '\ue9eb'), SCISSORS("enty-scissors", '\ue97e'), SCRIBD("enty-scribd", '\uea7b'), SELECT_ARROWS("enty-select-arrows", '\uea29'), SHARE("enty-share", '\ue90a'), SHAREABLE("enty-shareable", '\ue909'), SHARE_ALTERNATIVE("enty-share-alternative", '\ue90b'), SHIELD("enty-shield", '\ue950'), SHOP("enty-shop", '\ue98e'), SHOPPING_BAG("enty-shopping-bag", '\ue990'), SHOPPING_BASKET("enty-shopping-basket", '\ue991'), SHOPPING_CART("enty-shopping-cart", '\ue98f'), SHUFFLE("enty-shuffle", '\ue9bc'), SIGNAL("enty-signal", '\ue99a'), SINA_WEIBO("enty-sina-weibo", '\uea7e'), SKYPE("enty-skype", '\uea6f'), SKYPE_WITH_CIRCLE("enty-skype-with-circle", '\uea70'), SLIDESHARE("enty-slideshare", '\uea78'), SMASHING("enty-smashing", '\uea85'), SOUND("enty-sound", '\ue9fe'), SOUNDCLOUD("enty-soundcloud", '\uea81'), SOUND_MIX("enty-sound-mix", '\ue988'), SOUND_MUTE("enty-sound-mute", '\ue9ff'), SPORTS_CLUB("enty-sports-club", '\ue9e3'), SPOTIFY("enty-spotify", '\uea64'), SPOTIFY_WITH_CIRCLE("enty-spotify-with-circle", '\uea65'), SPREADSHEET("enty-spreadsheet", '\ue9d8'), SQUARED_CROSS("enty-squared-cross", '\ue9ac'), SQUARED_MINUS("enty-squared-minus", '\ue9aa'), SQUARED_PLUS("enty-squared-plus", '\ue9ab'), STAR("enty-star", '\ue907'), STAR_OUTLINED("enty-star-outlined", '\ue908'), STOPWATCH("enty-stopwatch", '\ue968'), STUMBLEUPON("enty-stumbleupon", '\uea5e'), STUMBLEUPON_WITH_CIRCLE("enty-stumbleupon-with-circle", '\uea5f'), SUITCASE("enty-suitcase", '\ue975'), SWAP("enty-swap", '\ue9c2'), SWARM("enty-swarm", '\uea7c'), SWEDEN("enty-sweden", '\ue99d'), SWITCH("enty-switch", '\ue9a7'), TABLET("enty-tablet", '\ue906'), TABLET_MOBILE_COMBO("enty-tablet-mobile-combo", '\uea39'), TAG("enty-tag", '\ue9ca'), TEXT("enty-text", '\ue9d0'), TEXT_DOCUMENT("enty-text-document", '\ue9d6'), TEXT_DOCUMENT_INVERTED("enty-text-document-inverted", '\ue9d7'), THERMOMETER("enty-thermometer", '\ue99b'), THUMBS_DOWN("enty-thumbs-down", '\ue905'), THUMBS_UP("enty-thumbs-up", '\ue904'), THUNDER_CLOUD("enty-thunder-cloud", '\ue95b'), TICKET("enty-ticket", '\ue998'), TIME_SLOT("enty-time-slot", '\ue9e5'), TOOLS("enty-tools", '\ue937'), TRAFFIC_CONE("enty-traffic-cone", '\ue976'), TRASH("enty-trash", '\ue9e8'), TREE("enty-tree", '\ue962'), TRIANGLE_DOWN("enty-triangle-down", '\uea12'), TRIANGLE_LEFT("enty-triangle-left", '\uea11'), TRIANGLE_RIGHT("enty-triangle-right", '\uea14'), TRIANGLE_UP("enty-triangle-up", '\uea13'), TRIPADVISOR("enty-tripadvisor", '\uea88'), TROPHY("enty-trophy", '\ue938'), TUMBLR("enty-tumblr", '\uea59'), TUMBLR_WITH_CIRCLE("enty-tumblr-with-circle", '\uea5a'), TV("enty-tv", '\ue98a'), TWITTER("enty-twitter", '\uea52'), TWITTER_WITH_CIRCLE("enty-twitter-with-circle", '\uea51'), TYPING("enty-typing", '\ue92b'), UNINSTALL("enty-uninstall", '\ue9ed'), UNREAD("enty-unread", '\ue9cf'), UNTAG("enty-untag", '\ue9cb'), UPLOAD("enty-upload", '\ue9e9'), UPLOAD_TO_CLOUD("enty-upload-to-cloud", '\ue9ef'), USER("enty-user", '\ue903'), USERS("enty-users", '\ue902'), VIDEO("enty-video", '\ue9dd'), VIDEO_CAMERA("enty-video-camera", '\uea3b'), VIMEO("enty-vimeo", '\uea4f'), VIMEO_WITH_CIRCLE("enty-vimeo-with-circle", '\uea50'), VINE("enty-vine", '\uea69'), VINE_WITH_CIRCLE("enty-vine-with-circle", '\uea6a'), VINYL("enty-vinyl", '\ue95d'), VK("enty-vk", '\uea66'), VK_ALTERNITIVE("enty-vk-alternitive", '\uea67'), VK_WITH_CIRCLE("enty-vk-with-circle", '\uea68'), VOICEMAIL("enty-voicemail", '\ue994'), V_CARD("enty-v-card", '\ue901'), WALLET("enty-wallet", '\ue992'), WARNING("enty-warning", '\uea34'), WATER("enty-water", '\ue99c'), WINDOWS_STORE("enty-windows-store", '\uea94'), XING("enty-xing", '\uea6b'), XING_WITH_CIRCLE("enty-xing-with-circle", '\uea6c'), YELP("enty-yelp", '\uea71'), YOUKO("enty-youko", '\uea8a'), YOUKO_WITH_CIRCLE("enty-youko-with-circle", '\uea8b'), YOUTUBE("enty-youtube", '\uea4e'), YOUTUBE_WITH_CIRCLE("enty-youtube-with-circle", '\uea4d'); public static Entypo findByDescription(String description) { for (Entypo font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Entypo(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-entypo-pack/src/main/java/org/kordamp/ikonli/entypo/EntypoIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.entypo; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Loïc Sculier aka typhon0 */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class EntypoIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/entypo/1.0/fonts/Entypo.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("enty-"); } @Override public Ikon resolve(String description) { return Entypo.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Entypo"; } } ================================================ FILE: icon-packs/ikonli-entypo-pack/src/main/java/org/kordamp/ikonli/entypo/EntypoIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.entypo; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class EntypoIkonProvider implements IkonProvider { @Override public Class getIkon() { return Entypo.class; } } ================================================ FILE: icon-packs/ikonli-entypo-pack/src/main/resources/META-INF/resources/entypo/1.0/css/entypo.css ================================================ @font-face { font-family: 'Entypo'; src: url('../fonts/Entypo.eot?qf0asv'); src: url('../fonts/Entypo.eot?qf0asv#iefix') format('embedded-opentype'), url('../fonts/Entypo.ttf?qf0asv') format('truetype'), url('../fonts/Entypo.woff?qf0asv') format('woff'), url('../fonts/Entypo.svg?qf0asv#Entypo') format('svg'); font-weight: normal; font-style: normal; } [class^="enty-"], [class*=" enty-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Entypo' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .enty-add-user:before { content: "\e900"; } .enty-v-card:before { content: "\e901"; } .enty-users:before { content: "\e902"; } .enty-user:before { content: "\e903"; } .enty-thumbs-up:before { content: "\e904"; } .enty-thumbs-down:before { content: "\e905"; } .enty-tablet:before { content: "\e906"; } .enty-star:before { content: "\e907"; } .enty-star-outlined:before { content: "\e908"; } .enty-shareable:before { content: "\e909"; } .enty-share:before { content: "\e90a"; } .enty-share-alternative:before { content: "\e90b"; } .enty-reply:before { content: "\e90c"; } .enty-reply-all:before { content: "\e90d"; } .enty-phone:before { content: "\e90e"; } .enty-paper-plane:before { content: "\e90f"; } .enty-old-phone:before { content: "\e910"; } .enty-old-mobile:before { content: "\e911"; } .enty-notification:before { content: "\e912"; } .enty-new-message:before { content: "\e913"; } .enty-mouse:before { content: "\e914"; } .enty-mobile:before { content: "\e915"; } .enty-map:before { content: "\e916"; } .enty-mail:before { content: "\e917"; } .enty-location:before { content: "\e918"; } .enty-location-pin:before { content: "\e919"; } .enty-laptop:before { content: "\e91a"; } .enty-landline:before { content: "\e91b"; } .enty-inbox:before { content: "\e91c"; } .enty-heart:before { content: "\e91d"; } .enty-heart-outlined:before { content: "\e91e"; } .enty-hair-cross:before { content: "\e91f"; } .enty-forward:before { content: "\e920"; } .enty-feather:before { content: "\e921"; } .enty-export:before { content: "\e922"; } .enty-email:before { content: "\e923"; } .enty-edit:before { content: "\e924"; } .enty-direction:before { content: "\e925"; } .enty-compass:before { content: "\e926"; } .enty-chat:before { content: "\e927"; } .enty-attachment:before { content: "\e928"; } .enty-address:before { content: "\e929"; } .enty-message:before { content: "\e92a"; } .enty-typing:before { content: "\e92b"; } .enty-quote:before { content: "\e92c"; } .enty-home:before { content: "\e92d"; } .enty-popup:before { content: "\e92e"; } .enty-magnifying-glass:before { content: "\e92f"; } .enty-flashlight:before { content: "\e930"; } .enty-calculator:before { content: "\e931"; } .enty-print:before { content: "\e932"; } .enty-bell:before { content: "\e933"; } .enty-link:before { content: "\e934"; } .enty-flag:before { content: "\e935"; } .enty-cog:before { content: "\e936"; } .enty-tools:before { content: "\e937"; } .enty-trophy:before { content: "\e938"; } .enty-power-plug:before { content: "\e939"; } .enty-price-tag:before { content: "\e93a"; } .enty-camera:before { content: "\e93b"; } .enty-megaphone:before { content: "\e93c"; } .enty-awareness-ribbon:before { content: "\e93d"; } .enty-moon:before { content: "\e93e"; } .enty-palette:before { content: "\e93f"; } .enty-leaf:before { content: "\e940"; } .enty-man:before { content: "\e941"; } .enty-drink:before { content: "\e942"; } .enty-note:before { content: "\e943"; } .enty-beamed-note:before { content: "\e944"; } .enty-modern-mic:before { content: "\e945"; } .enty-clapperboard:before { content: "\e946"; } .enty-price-ribbon:before { content: "\e947"; } .enty-medal:before { content: "\e948"; } .enty-new:before { content: "\e949"; } .enty-graduation-cap:before { content: "\e94a"; } .enty-blackboard:before { content: "\e94b"; } .enty-book:before { content: "\e94c"; } .enty-pin:before { content: "\e94d"; } .enty-news:before { content: "\e94e"; } .enty-aircraft:before { content: "\e94f"; } .enty-shield:before { content: "\e950"; } .enty-aircraft-take-off:before { content: "\e951"; } .enty-aircraft-landing:before { content: "\e952"; } .enty-lifebuoy:before { content: "\e953"; } .enty-eye:before { content: "\e954"; } .enty-credit:before { content: "\e955"; } .enty-hand:before { content: "\e956"; } .enty-clock:before { content: "\e957"; } .enty-mic:before { content: "\e958"; } .enty-flash:before { content: "\e959"; } .enty-calendar:before { content: "\e95a"; } .enty-thunder-cloud:before { content: "\e95b"; } .enty-drop:before { content: "\e95c"; } .enty-vinyl:before { content: "\e95d"; } .enty-bowl:before { content: "\e95e"; } .enty-briefcase:before { content: "\e95f"; } .enty-air:before { content: "\e960"; } .enty-hour-glass:before { content: "\e961"; } .enty-tree:before { content: "\e962"; } .enty-gauge:before { content: "\e963"; } .enty-colours:before { content: "\e964"; } .enty-language:before { content: "\e965"; } .enty-network:before { content: "\e966"; } .enty-key:before { content: "\e967"; } .enty-stopwatch:before { content: "\e968"; } .enty-battery:before { content: "\e969"; } .enty-bucket:before { content: "\e96a"; } .enty-funnel:before { content: "\e96b"; } .enty-magnet:before { content: "\e96c"; } .enty-cake:before { content: "\e96d"; } .enty-drive:before { content: "\e96e"; } .enty-game-controller:before { content: "\e96f"; } .enty-cup:before { content: "\e970"; } .enty-rocket:before { content: "\e971"; } .enty-lab-flask:before { content: "\e972"; } .enty-ruler:before { content: "\e973"; } .enty-brush:before { content: "\e974"; } .enty-suitcase:before { content: "\e975"; } .enty-traffic-cone:before { content: "\e976"; } .enty-globe:before { content: "\e977"; } .enty-radio:before { content: "\e978"; } .enty-keyboard:before { content: "\e979"; } .enty-round-brush:before { content: "\e97a"; } .enty-flat-brush:before { content: "\e97b"; } .enty-pencil:before { content: "\e97c"; } .enty-eraser:before { content: "\e97d"; } .enty-scissors:before { content: "\e97e"; } .enty-browser:before { content: "\e97f"; } .enty-publish:before { content: "\e980"; } .enty-progress-full:before { content: "\e981"; } .enty-progress-two:before { content: "\e982"; } .enty-progress-one:before { content: "\e983"; } .enty-progress-empty:before { content: "\e984"; } .enty-light-down:before { content: "\e985"; } .enty-light-up:before { content: "\e986"; } .enty-adjust:before { content: "\e987"; } .enty-sound-mix:before { content: "\e988"; } .enty-code:before { content: "\e989"; } .enty-tv:before { content: "\e98a"; } .enty-infinity:before { content: "\e98b"; } .enty-light-bulb:before { content: "\e98c"; } .enty-credit-card:before { content: "\e98d"; } .enty-shop:before { content: "\e98e"; } .enty-shopping-cart:before { content: "\e98f"; } .enty-shopping-bag:before { content: "\e990"; } .enty-shopping-basket:before { content: "\e991"; } .enty-wallet:before { content: "\e992"; } .enty-dial-pad:before { content: "\e993"; } .enty-voicemail:before { content: "\e994"; } .enty-clipboard:before { content: "\e995"; } .enty-database:before { content: "\e996"; } .enty-box:before { content: "\e997"; } .enty-ticket:before { content: "\e998"; } .enty-rss:before { content: "\e999"; } .enty-signal:before { content: "\e99a"; } .enty-thermometer:before { content: "\e99b"; } .enty-water:before { content: "\e99c"; } .enty-sweden:before { content: "\e99d"; } .enty-line-graph:before { content: "\e99e"; } .enty-pie-chart:before { content: "\e99f"; } .enty-bar-graph:before { content: "\e9a0"; } .enty-area-graph:before { content: "\e9a1"; } .enty-circular-graph:before { content: "\e9a2"; } .enty-lock:before { content: "\e9a3"; } .enty-lock-open:before { content: "\e9a4"; } .enty-login:before { content: "\e9a5"; } .enty-log-out:before { content: "\e9a6"; } .enty-switch:before { content: "\e9a7"; } .enty-check:before { content: "\e9a8"; } .enty-cross:before { content: "\e9a9"; } .enty-squared-minus:before { content: "\e9aa"; } .enty-squared-plus:before { content: "\e9ab"; } .enty-squared-cross:before { content: "\e9ac"; } .enty-circle-with-minus:before { content: "\e9ad"; } .enty-circle-with-plus:before { content: "\e9ae"; } .enty-circle-with-cross:before { content: "\e9af"; } .enty-minus:before { content: "\e9b0"; } .enty-plus:before { content: "\e9b1"; } .enty-erase:before { content: "\e9b2"; } .enty-block:before { content: "\e9b3"; } .enty-info:before { content: "\e9b4"; } .enty-help:before { content: "\e9b5"; } .enty-help-with-circle:before { content: "\e9b6"; } .enty-info-with-circle:before { content: "\e9b7"; } .enty-cycle:before { content: "\e9b8"; } .enty-ccw:before { content: "\e9b9"; } .enty-cw:before { content: "\e9ba"; } .enty-circle:before { content: "\e9bb"; } .enty-shuffle:before { content: "\e9bc"; } .enty-back:before { content: "\e9bd"; } .enty-level-down:before { content: "\e9be"; } .enty-level-up:before { content: "\e9bf"; } .enty-loop:before { content: "\e9c0"; } .enty-retweet:before { content: "\e9c1"; } .enty-swap:before { content: "\e9c2"; } .enty-back-in-time:before { content: "\e9c3"; } .enty-align-left:before { content: "\e9c4"; } .enty-align-bottom:before { content: "\e9c5"; } .enty-align-top:before { content: "\e9c6"; } .enty-align-right:before { content: "\e9c7"; } .enty-align-horizontal-middle:before { content: "\e9c8"; } .enty-align-vertical-middle:before { content: "\e9c9"; } .enty-tag:before { content: "\e9ca"; } .enty-untag:before { content: "\e9cb"; } .enty-emoji-happy:before { content: "\e9cc"; } .enty-emoji-neutral:before { content: "\e9cd"; } .enty-emoji-sad:before { content: "\e9ce"; } .enty-unread:before { content: "\e9cf"; } .enty-text:before { content: "\e9d0"; } .enty-list:before { content: "\e9d1"; } .enty-grid:before { content: "\e9d2"; } .enty-menu:before { content: "\e9d3"; } .enty-document:before { content: "\e9d4"; } .enty-documents:before { content: "\e9d5"; } .enty-text-document:before { content: "\e9d6"; } .enty-text-document-inverted:before { content: "\e9d7"; } .enty-spreadsheet:before { content: "\e9d8"; } .enty-copy:before { content: "\e9d9"; } .enty-image:before { content: "\e9da"; } .enty-image-inverted:before { content: "\e9db"; } .enty-images:before { content: "\e9dc"; } .enty-video:before { content: "\e9dd"; } .enty-music:before { content: "\e9de"; } .enty-folder:before { content: "\e9df"; } .enty-folder-images:before { content: "\e9e0"; } .enty-folder-music:before { content: "\e9e1"; } .enty-folder-video:before { content: "\e9e2"; } .enty-sports-club:before { content: "\e9e3"; } .enty-mask:before { content: "\e9e4"; } .enty-time-slot:before { content: "\e9e5"; } .enty-archive:before { content: "\e9e6"; } .enty-emoji-flirt:before { content: "\e9e7"; } .enty-trash:before { content: "\e9e8"; } .enty-upload:before { content: "\e9e9"; } .enty-download:before { content: "\e9ea"; } .enty-save:before { content: "\e9eb"; } .enty-install:before { content: "\e9ec"; } .enty-uninstall:before { content: "\e9ed"; } .enty-cloud:before { content: "\e9ee"; } .enty-upload-to-cloud:before { content: "\e9ef"; } .enty-layers:before { content: "\e9f0"; } .enty-bookmark:before { content: "\e9f1"; } .enty-bookmarks:before { content: "\e9f2"; } .enty-open-book:before { content: "\e9f3"; } .enty-controller-play:before { content: "\e9f4"; } .enty-controller-paus:before { content: "\e9f5"; } .enty-controller-record:before { content: "\e9f6"; } .enty-controller-stop:before { content: "\e9f7"; } .enty-controller-fast-forward:before { content: "\e9f8"; } .enty-controller-jump-to-start:before { content: "\e9f9"; } .enty-controller-next:before { content: "\e9fa"; } .enty-resize-full-screen:before { content: "\e9fb"; } .enty-resize-100:before { content: "\e9fc"; } .enty-controller-volume:before { content: "\e9fd"; } .enty-sound:before { content: "\e9fe"; } .enty-sound-mute:before { content: "\e9ff"; } .enty-flow-cascade:before { content: "\ea00"; } .enty-flow-branch:before { content: "\ea01"; } .enty-flow-tree:before { content: "\ea02"; } .enty-flow-line:before { content: "\ea03"; } .enty-flow-parallel:before { content: "\ea04"; } .enty-arrow-bold-left:before { content: "\ea05"; } .enty-arrow-bold-down:before { content: "\ea06"; } .enty-arrow-bold-up:before { content: "\ea07"; } .enty-arrow-bold-right:before { content: "\ea08"; } .enty-arrow-left:before { content: "\ea09"; } .enty-arrow-down:before { content: "\ea0a"; } .enty-arrow-up:before { content: "\ea0b"; } .enty-arrow-right:before { content: "\ea0c"; } .enty-arrow-with-circle-left:before { content: "\ea0d"; } .enty-arrow-with-circle-down:before { content: "\ea0e"; } .enty-arrow-with-circle-up:before { content: "\ea0f"; } .enty-arrow-with-circle-right:before { content: "\ea10"; } .enty-triangle-left:before { content: "\ea11"; } .enty-triangle-down:before { content: "\ea12"; } .enty-triangle-up:before { content: "\ea13"; } .enty-triangle-right:before { content: "\ea14"; } .enty-chevron-left:before { content: "\ea15"; } .enty-chevron-down:before { content: "\ea16"; } .enty-chevron-up:before { content: "\ea17"; } .enty-chevron-right:before { content: "\ea18"; } .enty-chevron-small-left:before { content: "\ea19"; } .enty-chevron-small-down:before { content: "\ea1a"; } .enty-chevron-small-up:before { content: "\ea1b"; } .enty-chevron-small-right:before { content: "\ea1c"; } .enty-chevron-thin-left:before { content: "\ea1d"; } .enty-chevron-thin-down:before { content: "\ea1e"; } .enty-chevron-thin-up:before { content: "\ea1f"; } .enty-chevron-thin-right:before { content: "\ea20"; } .enty-chevron-with-circle-left:before { content: "\ea21"; } .enty-chevron-with-circle-down:before { content: "\ea22"; } .enty-chevron-with-circle-up:before { content: "\ea23"; } .enty-chevron-with-circle-right:before { content: "\ea24"; } .enty-arrow-long-left:before { content: "\ea25"; } .enty-arrow-long-down:before { content: "\ea26"; } .enty-arrow-long-up:before { content: "\ea27"; } .enty-arrow-long-right:before { content: "\ea28"; } .enty-select-arrows:before { content: "\ea29"; } .enty-dots-three-vertical:before { content: "\ea2a"; } .enty-dots-two-vertical:before { content: "\ea2b"; } .enty-dot-single:before { content: "\ea2c"; } .enty-dots-two-horizontal:before { content: "\ea2d"; } .enty-dots-three-horizontal:before { content: "\ea2e"; } .enty-add-to-list:before { content: "\ea2f"; } .enty-controller-fast-backward:before { content: "\ea30"; } .enty-remove-user:before { content: "\ea31"; } .enty-classic-computer:before { content: "\ea32"; } .enty-document-landscape:before { content: "\ea33"; } .enty-warning:before { content: "\ea34"; } .enty-merge:before { content: "\ea35"; } .enty-eye-with-line:before { content: "\ea36"; } .enty-flower:before { content: "\ea37"; } .enty-newsletter:before { content: "\ea38"; } .enty-tablet-mobile-combo:before { content: "\ea39"; } .enty-bug:before { content: "\ea3a"; } .enty-video-camera:before { content: "\ea3b"; } .enty-fingerprint:before { content: "\ea3c"; } .enty-mouse-pointer:before { content: "\ea3d"; } .enty-crop:before { content: "\ea3e"; } .enty-notifications-off:before { content: "\ea3f"; } .enty-creative-commons-attribution:before { content: "\ea40"; } .enty-creative-commons:before { content: "\ea41"; } .enty-creative-commons-sharealike:before { content: "\ea42"; } .enty-creative-commons-share:before { content: "\ea43"; } .enty-creative-commons-remix:before { content: "\ea44"; } .enty-creative-commons-public-domain:before { content: "\ea45"; } .enty-creative-commons-noncommercial-us:before { content: "\ea46"; } .enty-creative-commons-noncommercial-eu:before { content: "\ea47"; } .enty-creative-commons-noderivs:before { content: "\ea48"; } .enty-github:before { content: "\ea49"; } .enty-github-with-circle:before { content: "\ea4a"; } .enty-flickr:before { content: "\ea4b"; } .enty-flickr-with-circle:before { content: "\ea4c"; } .enty-youtube-with-circle:before { content: "\ea4d"; } .enty-youtube:before { content: "\ea4e"; } .enty-vimeo:before { content: "\ea4f"; } .enty-vimeo-with-circle:before { content: "\ea50"; } .enty-twitter-with-circle:before { content: "\ea51"; } .enty-twitter:before { content: "\ea52"; } .enty-facebook:before { content: "\ea53"; } .enty-facebook-with-circle:before { content: "\ea54"; } .enty-google-plus-with-circle:before { content: "\ea55"; } .enty-google-plus:before { content: "\ea56"; } .enty-pinterest-with-circle:before { content: "\ea57"; } .enty-pinterest:before { content: "\ea58"; } .enty-tumblr:before { content: "\ea59"; } .enty-tumblr-with-circle:before { content: "\ea5a"; } .enty-linkedin-with-circle:before { content: "\ea5b"; } .enty-dribbble:before { content: "\ea5c"; } .enty-dribbble-with-circle:before { content: "\ea5d"; } .enty-stumbleupon:before { content: "\ea5e"; } .enty-stumbleupon-with-circle:before { content: "\ea5f"; } .enty-lastfm-with-circle:before { content: "\ea60"; } .enty-lastfm:before { content: "\ea61"; } .enty-rdio:before { content: "\ea62"; } .enty-rdio-with-circle:before { content: "\ea63"; } .enty-spotify:before { content: "\ea64"; } .enty-spotify-with-circle:before { content: "\ea65"; } .enty-vk:before { content: "\ea66"; } .enty-vk-alternitive:before { content: "\ea67"; } .enty-vk-with-circle:before { content: "\ea68"; } .enty-vine:before { content: "\ea69"; } .enty-vine-with-circle:before { content: "\ea6a"; } .enty-xing:before { content: "\ea6b"; } .enty-xing-with-circle:before { content: "\ea6c"; } .enty-five-hundred-px:before { content: "\ea6d"; } .enty-five-hundred-px-with-circle:before { content: "\ea6e"; } .enty-skype:before { content: "\ea6f"; } .enty-skype-with-circle:before { content: "\ea70"; } .enty-yelp:before { content: "\ea71"; } .enty-grooveshark:before { content: "\ea72"; } .enty-icloud:before { content: "\ea73"; } .enty-dropbox:before { content: "\ea74"; } .enty-onedrive:before { content: "\ea75"; } .enty-qq:before { content: "\ea76"; } .enty-google-hangouts:before { content: "\ea77"; } .enty-slideshare:before { content: "\ea78"; } .enty-flattr:before { content: "\ea79"; } .enty-foursquare:before { content: "\ea7a"; } .enty-scribd:before { content: "\ea7b"; } .enty-swarm:before { content: "\ea7c"; } .enty-renren:before { content: "\ea7d"; } .enty-sina-weibo:before { content: "\ea7e"; } .enty-google-drive:before { content: "\ea7f"; } .enty-picasa:before { content: "\ea80"; } .enty-soundcloud:before { content: "\ea81"; } .enty-mixi:before { content: "\ea82"; } .enty-behance:before { content: "\ea83"; } .enty-paypal:before { content: "\ea84"; } .enty-smashing:before { content: "\ea85"; } .enty-creative-cloud:before { content: "\ea86"; } .enty-basecamp:before { content: "\ea87"; } .enty-tripadvisor:before { content: "\ea88"; } .enty-rainbow:before { content: "\ea89"; } .enty-youko:before { content: "\ea8a"; } .enty-youko-with-circle:before { content: "\ea8b"; } .enty-qq-with-circle:before { content: "\ea8c"; } .enty-raft:before { content: "\ea8d"; } .enty-raft-with-circle:before { content: "\ea8e"; } .enty-medium-with-circle:before { content: "\ea8f"; } .enty-medium:before { content: "\ea90"; } .enty-mail-with-circle:before { content: "\ea91"; } .enty-app-store:before { content: "\ea92"; } .enty-google-play:before { content: "\ea93"; } .enty-windows-store:before { content: "\ea94"; } .enty-houzz:before { content: "\ea95"; } .enty-baidu:before { content: "\ea96"; } .enty-evernote:before { content: "\ea97"; } .enty-linkedin:before { content: "\ea98"; } .enty-instagram:before { content: "\ea99"; } .enty-instagram-with-circle:before { content: "\ea9a"; } ================================================ FILE: icon-packs/ikonli-evaicons-pack/ikonli-evaicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-evaicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.evaicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.evaicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.evaicons.EvaiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.evaicons.EvaiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-evaicons-pack/src/main/java/org/kordamp/ikonli/evaicons/Evaicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.evaicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Evaicons implements Ikon { ACTIVITY("eva-activity", '\ue901'), ACTIVITY_OUTLINE("eva-activity-outline", '\ue900'), ALERT_CIRCLE("eva-alert-circle", '\ue903'), ALERT_CIRCLE_OUTLINE("eva-alert-circle-outline", '\ue902'), ALERT_TRIANGLE("eva-alert-triangle", '\ue905'), ALERT_TRIANGLE_OUTLINE("eva-alert-triangle-outline", '\ue904'), ARCHIVE("eva-archive", '\ue907'), ARCHIVE_OUTLINE("eva-archive-outline", '\ue906'), ARROWHEAD_DOWN("eva-arrowhead-down", '\ue929'), ARROWHEAD_DOWN_OUTLINE("eva-arrowhead-down-outline", '\ue928'), ARROWHEAD_LEFT("eva-arrowhead-left", '\ue92b'), ARROWHEAD_LEFT_OUTLINE("eva-arrowhead-left-outline", '\ue92a'), ARROWHEAD_RIGHT("eva-arrowhead-right", '\ue92d'), ARROWHEAD_RIGHT_OUTLINE("eva-arrowhead-right-outline", '\ue92c'), ARROWHEAD_UP("eva-arrowhead-up", '\ue92f'), ARROWHEAD_UP_OUTLINE("eva-arrowhead-up-outline", '\ue92e'), ARROW_BACK("eva-arrow-back", '\ue909'), ARROW_BACK_OUTLINE("eva-arrow-back-outline", '\ue908'), ARROW_CIRCLE_DOWN("eva-arrow-circle-down", '\ue90b'), ARROW_CIRCLE_DOWN_OUTLINE("eva-arrow-circle-down-outline", '\ue90a'), ARROW_CIRCLE_LEFT("eva-arrow-circle-left", '\ue90d'), ARROW_CIRCLE_LEFT_OUTLINE("eva-arrow-circle-left-outline", '\ue90c'), ARROW_CIRCLE_RIGHT("eva-arrow-circle-right", '\ue90f'), ARROW_CIRCLE_RIGHT_OUTLINE("eva-arrow-circle-right-outline", '\ue90e'), ARROW_CIRCLE_UP("eva-arrow-circle-up", '\ue911'), ARROW_CIRCLE_UP_OUTLINE("eva-arrow-circle-up-outline", '\ue910'), ARROW_DOWN("eva-arrow-down", '\ue913'), ARROW_DOWNWARD("eva-arrow-downward", '\ue915'), ARROW_DOWNWARD_OUTLINE("eva-arrow-downward-outline", '\ue914'), ARROW_DOWN_OUTLINE("eva-arrow-down-outline", '\ue912'), ARROW_FORWARD("eva-arrow-forward", '\ue917'), ARROW_FORWARD_OUTLINE("eva-arrow-forward-outline", '\ue916'), ARROW_IOS_BACK("eva-arrow-ios-back", '\ue919'), ARROW_IOS_BACK_OUTLINE("eva-arrow-ios-back-outline", '\ue918'), ARROW_IOS_DOWNWARD("eva-arrow-ios-downward", '\ue91b'), ARROW_IOS_DOWNWARD_OUTLINE("eva-arrow-ios-downward-outline", '\ue91a'), ARROW_IOS_FORWARD("eva-arrow-ios-forward", '\ue91d'), ARROW_IOS_FORWARD_OUTLINE("eva-arrow-ios-forward-outline", '\ue91c'), ARROW_IOS_UPWARD("eva-arrow-ios-upward", '\ue91f'), ARROW_IOS_UPWARD_OUTLINE("eva-arrow-ios-upward-outline", '\ue91e'), ARROW_LEFT("eva-arrow-left", '\ue921'), ARROW_LEFT_OUTLINE("eva-arrow-left-outline", '\ue920'), ARROW_RIGHT("eva-arrow-right", '\ue923'), ARROW_RIGHT_OUTLINE("eva-arrow-right-outline", '\ue922'), ARROW_UP("eva-arrow-up", '\ue925'), ARROW_UPWARD("eva-arrow-upward", '\ue927'), ARROW_UPWARD_OUTLINE("eva-arrow-upward-outline", '\ue926'), ARROW_UP_OUTLINE("eva-arrow-up-outline", '\ue924'), AT("eva-at", '\ue931'), ATTACH("eva-attach", '\ue935'), ATTACH_2("eva-attach-2", '\ue933'), ATTACH_2_OUTLINE("eva-attach-2-outline", '\ue932'), ATTACH_OUTLINE("eva-attach-outline", '\ue934'), AT_OUTLINE("eva-at-outline", '\ue930'), AWARD("eva-award", '\ue937'), AWARD_OUTLINE("eva-award-outline", '\ue936'), BACKSPACE("eva-backspace", '\ue939'), BACKSPACE_OUTLINE("eva-backspace-outline", '\ue938'), BAR_CHART("eva-bar-chart", '\ue93d'), BAR_CHART_2("eva-bar-chart-2", '\ue93b'), BAR_CHART_2_OUTLINE("eva-bar-chart-2-outline", '\ue93a'), BAR_CHART_OUTLINE("eva-bar-chart-outline", '\ue93c'), BATTERY("eva-battery", '\ue93f'), BATTERY_OUTLINE("eva-battery-outline", '\ue93e'), BEHANCE("eva-behance", '\ue941'), BEHANCE_OUTLINE("eva-behance-outline", '\ue940'), BELL("eva-bell", '\ue945'), BELL_OFF("eva-bell-off", '\ue943'), BELL_OFF_OUTLINE("eva-bell-off-outline", '\ue942'), BELL_OUTLINE("eva-bell-outline", '\ue944'), BLUETOOTH("eva-bluetooth", '\ue947'), BLUETOOTH_OUTLINE("eva-bluetooth-outline", '\ue946'), BOOK("eva-book", '\ue94b'), BOOKMARK("eva-bookmark", '\ue94d'), BOOKMARK_OUTLINE("eva-bookmark-outline", '\ue94c'), BOOK_OPEN("eva-book-open", '\ue949'), BOOK_OPEN_OUTLINE("eva-book-open-outline", '\ue948'), BOOK_OUTLINE("eva-book-outline", '\ue94a'), BRIEFCASE("eva-briefcase", '\ue94f'), BRIEFCASE_OUTLINE("eva-briefcase-outline", '\ue94e'), BROWSER("eva-browser", '\ue951'), BROWSER_OUTLINE("eva-browser-outline", '\ue950'), BRUSH("eva-brush", '\ue953'), BRUSH_OUTLINE("eva-brush-outline", '\ue952'), BULB("eva-bulb", '\ue955'), BULB_OUTLINE("eva-bulb-outline", '\ue954'), CALENDAR("eva-calendar", '\ue957'), CALENDAR_OUTLINE("eva-calendar-outline", '\ue956'), CAMERA("eva-camera", '\ue959'), CAMERA_OUTLINE("eva-camera-outline", '\ue958'), CAR("eva-car", '\ue95b'), CAR_OUTLINE("eva-car-outline", '\ue95a'), CAST("eva-cast", '\ue95d'), CAST_OUTLINE("eva-cast-outline", '\ue95c'), CHARGING("eva-charging", '\ue95f'), CHARGING_OUTLINE("eva-charging-outline", '\ue95e'), CHECKMARK("eva-checkmark", '\ue969'), CHECKMARK_CIRCLE("eva-checkmark-circle", '\ue963'), CHECKMARK_CIRCLE_2("eva-checkmark-circle-2", '\ue961'), CHECKMARK_CIRCLE_2_OUTLINE("eva-checkmark-circle-2-outline", '\ue960'), CHECKMARK_CIRCLE_OUTLINE("eva-checkmark-circle-outline", '\ue962'), CHECKMARK_OUTLINE("eva-checkmark-outline", '\ue964'), CHECKMARK_SQUARE("eva-checkmark-square", '\ue968'), CHECKMARK_SQUARE_2("eva-checkmark-square-2", '\ue966'), CHECKMARK_SQUARE_2_OUTLINE("eva-checkmark-square-2-outline", '\ue965'), CHECKMARK_SQUARE_OUTLINE("eva-checkmark-square-outline", '\ue967'), CHEVRON_DOWN("eva-chevron-down", '\ue96b'), CHEVRON_DOWN_OUTLINE("eva-chevron-down-outline", '\ue96a'), CHEVRON_LEFT("eva-chevron-left", '\ue96d'), CHEVRON_LEFT_OUTLINE("eva-chevron-left-outline", '\ue96c'), CHEVRON_RIGHT("eva-chevron-right", '\ue96f'), CHEVRON_RIGHT_OUTLINE("eva-chevron-right-outline", '\ue96e'), CHEVRON_UP("eva-chevron-up", '\ue971'), CHEVRON_UP_OUTLINE("eva-chevron-up-outline", '\ue970'), CLIPBOARD("eva-clipboard", '\ue973'), CLIPBOARD_OUTLINE("eva-clipboard-outline", '\ue972'), CLOCK("eva-clock", '\ue975'), CLOCK_OUTLINE("eva-clock-outline", '\ue974'), CLOSE("eva-close", '\ue97b'), CLOSE_CIRCLE("eva-close-circle", '\ue977'), CLOSE_CIRCLE_OUTLINE("eva-close-circle-outline", '\ue976'), CLOSE_OUTLINE("eva-close-outline", '\ue978'), CLOSE_SQUARE("eva-close-square", '\ue97a'), CLOSE_SQUARE_OUTLINE("eva-close-square-outline", '\ue979'), CLOUD_DOWNLOAD("eva-cloud-download", '\ue97d'), CLOUD_DOWNLOAD_OUTLINE("eva-cloud-download-outline", '\ue97c'), CLOUD_UPLOAD("eva-cloud-upload", '\ue97f'), CLOUD_UPLOAD_OUTLINE("eva-cloud-upload-outline", '\ue97e'), CODE("eva-code", '\ue983'), CODE_DOWNLOAD("eva-code-download", '\ue981'), CODE_DOWNLOAD_OUTLINE("eva-code-download-outline", '\ue980'), CODE_OUTLINE("eva-code-outline", '\ue982'), COLLAPSE("eva-collapse", '\ue985'), COLLAPSE_OUTLINE("eva-collapse-outline", '\ue984'), COLOR_PALETTE("eva-color-palette", '\ue987'), COLOR_PALETTE_OUTLINE("eva-color-palette-outline", '\ue986'), COLOR_PICKER("eva-color-picker", '\ue989'), COLOR_PICKER_OUTLINE("eva-color-picker-outline", '\ue988'), COMPASS("eva-compass", '\ue98b'), COMPASS_OUTLINE("eva-compass-outline", '\ue98a'), COPY("eva-copy", '\ue98d'), COPY_OUTLINE("eva-copy-outline", '\ue98c'), CORNER_DOWN_LEFT("eva-corner-down-left", '\ue98f'), CORNER_DOWN_LEFT_OUTLINE("eva-corner-down-left-outline", '\ue98e'), CORNER_DOWN_RIGHT("eva-corner-down-right", '\ue991'), CORNER_DOWN_RIGHT_OUTLINE("eva-corner-down-right-outline", '\ue990'), CORNER_LEFT_DOWN("eva-corner-left-down", '\ue993'), CORNER_LEFT_DOWN_OUTLINE("eva-corner-left-down-outline", '\ue992'), CORNER_LEFT_UP("eva-corner-left-up", '\ue995'), CORNER_LEFT_UP_OUTLINE("eva-corner-left-up-outline", '\ue994'), CORNER_RIGHT_DOWN("eva-corner-right-down", '\ue997'), CORNER_RIGHT_DOWN_OUTLINE("eva-corner-right-down-outline", '\ue996'), CORNER_RIGHT_UP("eva-corner-right-up", '\ue999'), CORNER_RIGHT_UP_OUTLINE("eva-corner-right-up-outline", '\ue998'), CORNER_UP_LEFT("eva-corner-up-left", '\ue99b'), CORNER_UP_LEFT_OUTLINE("eva-corner-up-left-outline", '\ue99a'), CORNER_UP_RIGHT("eva-corner-up-right", '\ue99d'), CORNER_UP_RIGHT_OUTLINE("eva-corner-up-right-outline", '\ue99c'), CREDIT_CARD("eva-credit-card", '\ue99f'), CREDIT_CARD_OUTLINE("eva-credit-card-outline", '\ue99e'), CROP("eva-crop", '\ue9a1'), CROP_OUTLINE("eva-crop-outline", '\ue9a0'), CUBE("eva-cube", '\ue9a3'), CUBE_OUTLINE("eva-cube-outline", '\ue9a2'), DIAGONAL_ARROW_LEFT_DOWN("eva-diagonal-arrow-left-down", '\ue9a5'), DIAGONAL_ARROW_LEFT_DOWN_OUTLINE("eva-diagonal-arrow-left-down-outline", '\ue9a4'), DIAGONAL_ARROW_LEFT_UP("eva-diagonal-arrow-left-up", '\ue9a7'), DIAGONAL_ARROW_LEFT_UP_OUTLINE("eva-diagonal-arrow-left-up-outline", '\ue9a6'), DIAGONAL_ARROW_RIGHT_DOWN("eva-diagonal-arrow-right-down", '\ue9a9'), DIAGONAL_ARROW_RIGHT_DOWN_OUTLINE("eva-diagonal-arrow-right-down-outline", '\ue9a8'), DIAGONAL_ARROW_RIGHT_UP("eva-diagonal-arrow-right-up", '\ue9ab'), DIAGONAL_ARROW_RIGHT_UP_OUTLINE("eva-diagonal-arrow-right-up-outline", '\ue9aa'), DONE_ALL("eva-done-all", '\ue9ad'), DONE_ALL_OUTLINE("eva-done-all-outline", '\ue9ac'), DOWNLOAD("eva-download", '\ue9af'), DOWNLOAD_OUTLINE("eva-download-outline", '\ue9ae'), DROPLET("eva-droplet", '\ue9b3'), DROPLET_OFF("eva-droplet-off", '\ue9b1'), DROPLET_OFF_OUTLINE("eva-droplet-off-outline", '\ue9b0'), DROPLET_OUTLINE("eva-droplet-outline", '\ue9b2'), EDIT("eva-edit", '\ue9b7'), EDIT_2("eva-edit-2", '\ue9b5'), EDIT_2_OUTLINE("eva-edit-2-outline", '\ue9b4'), EDIT_OUTLINE("eva-edit-outline", '\ue9b6'), EMAIL("eva-email", '\ue9b9'), EMAIL_OUTLINE("eva-email-outline", '\ue9b8'), EXPAND("eva-expand", '\ue9bb'), EXPAND_OUTLINE("eva-expand-outline", '\ue9ba'), EXTERNAL_LINK("eva-external-link", '\ue9bd'), EXTERNAL_LINK_OUTLINE("eva-external-link-outline", '\ue9bc'), EYE("eva-eye", '\ue9c3'), EYE_OFF("eva-eye-off", '\ue9c1'), EYE_OFF_2("eva-eye-off-2", '\ue9bf'), EYE_OFF_2_OUTLINE("eva-eye-off-2-outline", '\ue9be'), EYE_OFF_OUTLINE("eva-eye-off-outline", '\ue9c0'), EYE_OUTLINE("eva-eye-outline", '\ue9c2'), FACEBOOK("eva-facebook", '\ue9c5'), FACEBOOK_OUTLINE("eva-facebook-outline", '\ue9c4'), FILE("eva-file", '\ue9cd'), FILE_ADD("eva-file-add", '\ue9c7'), FILE_ADD_OUTLINE("eva-file-add-outline", '\ue9c6'), FILE_OUTLINE("eva-file-outline", '\ue9c8'), FILE_REMOVE("eva-file-remove", '\ue9ca'), FILE_REMOVE_OUTLINE("eva-file-remove-outline", '\ue9c9'), FILE_TEXT("eva-file-text", '\ue9cc'), FILE_TEXT_OUTLINE("eva-file-text-outline", '\ue9cb'), FILM("eva-film", '\ue9cf'), FILM_OUTLINE("eva-film-outline", '\ue9ce'), FLAG("eva-flag", '\ue9d1'), FLAG_OUTLINE("eva-flag-outline", '\ue9d0'), FLASH("eva-flash", '\ue9d5'), FLASH_OFF("eva-flash-off", '\ue9d3'), FLASH_OFF_OUTLINE("eva-flash-off-outline", '\ue9d2'), FLASH_OUTLINE("eva-flash-outline", '\ue9d4'), FLIP("eva-flip", '\ue9d9'), FLIP_2("eva-flip-2", '\ue9d7'), FLIP_2_OUTLINE("eva-flip-2-outline", '\ue9d6'), FLIP_OUTLINE("eva-flip-outline", '\ue9d8'), FOLDER("eva-folder", '\ue9df'), FOLDER_ADD("eva-folder-add", '\ue9db'), FOLDER_ADD_OUTLINE("eva-folder-add-outline", '\ue9da'), FOLDER_OUTLINE("eva-folder-outline", '\ue9dc'), FOLDER_REMOVE("eva-folder-remove", '\ue9de'), FOLDER_REMOVE_OUTLINE("eva-folder-remove-outline", '\ue9dd'), FUNNEL("eva-funnel", '\ue9e1'), FUNNEL_OUTLINE("eva-funnel-outline", '\ue9e0'), GIFT("eva-gift", '\ue9e3'), GIFT_OUTLINE("eva-gift-outline", '\ue9e2'), GITHUB("eva-github", '\ue9e5'), GITHUB_OUTLINE("eva-github-outline", '\ue9e4'), GLOBE("eva-globe", '\ue9ea'), GLOBE_2("eva-globe-2", '\ue9e7'), GLOBE_2_OUTLINE("eva-globe-2-outline", '\ue9e6'), GLOBE_3("eva-globe-3", '\ue9e8'), GLOBE_OUTLINE("eva-globe-outline", '\ue9e9'), GOOGLE("eva-google", '\ue9ec'), GOOGLE_OUTLINE("eva-google-outline", '\ue9eb'), GRID("eva-grid", '\ue9ee'), GRID_OUTLINE("eva-grid-outline", '\ue9ed'), HARD_DRIVE("eva-hard-drive", '\ue9f0'), HARD_DRIVE_OUTLINE("eva-hard-drive-outline", '\ue9ef'), HASH("eva-hash", '\ue9f2'), HASH_OUTLINE("eva-hash-outline", '\ue9f1'), HEADPHONES("eva-headphones", '\ue9f4'), HEADPHONES_OUTLINE("eva-headphones-outline", '\ue9f3'), HEART("eva-heart", '\ue9f6'), HEART_OUTLINE("eva-heart-outline", '\ue9f5'), HOME("eva-home", '\ue9f8'), HOME_OUTLINE("eva-home-outline", '\ue9f7'), IMAGE("eva-image", '\ue9fb'), IMAGE_2("eva-image-2", '\ue9f9'), IMAGE_OUTLINE("eva-image-outline", '\ue9fa'), INBOX("eva-inbox", '\ue9fd'), INBOX_OUTLINE("eva-inbox-outline", '\ue9fc'), INFO("eva-info", '\ue9ff'), INFO_OUTLINE("eva-info-outline", '\ue9fe'), KEYPAD("eva-keypad", '\uea01'), KEYPAD_OUTLINE("eva-keypad-outline", '\uea00'), LAYERS("eva-layers", '\uea03'), LAYERS_OUTLINE("eva-layers-outline", '\uea02'), LAYOUT("eva-layout", '\uea05'), LAYOUT_OUTLINE("eva-layout-outline", '\uea04'), LINK("eva-link", '\uea09'), LINKEDIN("eva-linkedin", '\uea0b'), LINKEDIN_OUTLINE("eva-linkedin-outline", '\uea0a'), LINK_2("eva-link-2", '\uea07'), LINK_2_OUTLINE("eva-link-2-outline", '\uea06'), LINK_OUTLINE("eva-link-outline", '\uea08'), LIST("eva-list", '\uea0d'), LIST_OUTLINE("eva-list-outline", '\uea0c'), LOADER_OUTLINE("eva-loader-outline", '\uea0e'), LOCK("eva-lock", '\uea10'), LOCK_OUTLINE("eva-lock-outline", '\uea0f'), LOG_IN("eva-log-in", '\uea12'), LOG_IN_OUTLINE("eva-log-in-outline", '\uea11'), LOG_OUT("eva-log-out", '\uea14'), LOG_OUT_OUTLINE("eva-log-out-outline", '\uea13'), MAP("eva-map", '\uea16'), MAP_OUTLINE("eva-map-outline", '\uea15'), MAXIMIZE("eva-maximize", '\uea18'), MAXIMIZE_OUTLINE("eva-maximize-outline", '\uea17'), MENU("eva-menu", '\uea1e'), MENU_2("eva-menu-2", '\uea1a'), MENU_2_OUTLINE("eva-menu-2-outline", '\uea19'), MENU_ARROW("eva-menu-arrow", '\uea1c'), MENU_ARROW_OUTLINE("eva-menu-arrow-outline", '\uea1b'), MENU_OUTLINE("eva-menu-outline", '\uea1d'), MESSAGE_CIRCLE("eva-message-circle", '\uea20'), MESSAGE_CIRCLE_OUTLINE("eva-message-circle-outline", '\uea1f'), MESSAGE_SQUARE("eva-message-square", '\uea22'), MESSAGE_SQUARE_OUTLINE("eva-message-square-outline", '\uea21'), MIC("eva-mic", '\uea26'), MIC_OFF("eva-mic-off", '\uea24'), MIC_OFF_OUTLINE("eva-mic-off-outline", '\uea23'), MIC_OUTLINE("eva-mic-outline", '\uea25'), MINIMIZE("eva-minimize", '\uea28'), MINIMIZE_OUTLINE("eva-minimize-outline", '\uea27'), MINUS("eva-minus", '\uea2e'), MINUS_CIRCLE("eva-minus-circle", '\uea2a'), MINUS_CIRCLE_OUTLINE("eva-minus-circle-outline", '\uea29'), MINUS_OUTLINE("eva-minus-outline", '\uea2b'), MINUS_SQUARE("eva-minus-square", '\uea2d'), MINUS_SQUARE_OUTLINE("eva-minus-square-outline", '\uea2c'), MONITOR("eva-monitor", '\uea30'), MONITOR_OUTLINE("eva-monitor-outline", '\uea2f'), MOON("eva-moon", '\uea32'), MOON_OUTLINE("eva-moon-outline", '\uea31'), MORE_HORIZONTAL("eva-more-horizontal", '\uea34'), MORE_HORIZONTAL_OUTLINE("eva-more-horizontal-outline", '\uea33'), MORE_VERTICAL("eva-more-vertical", '\uea36'), MORE_VERTICAL_OUTLINE("eva-more-vertical-outline", '\uea35'), MOVE("eva-move", '\uea38'), MOVE_OUTLINE("eva-move-outline", '\uea37'), MUSIC("eva-music", '\uea3a'), MUSIC_OUTLINE("eva-music-outline", '\uea39'), NAVIGATION("eva-navigation", '\uea3e'), NAVIGATION_2("eva-navigation-2", '\uea3c'), NAVIGATION_2_OUTLINE("eva-navigation-2-outline", '\uea3b'), NAVIGATION_OUTLINE("eva-navigation-outline", '\uea3d'), NPM("eva-npm", '\uea40'), NPM_OUTLINE("eva-npm-outline", '\uea3f'), OPTIONS("eva-options", '\uea44'), OPTIONS_2("eva-options-2", '\uea42'), OPTIONS_2_OUTLINE("eva-options-2-outline", '\uea41'), OPTIONS_OUTLINE("eva-options-outline", '\uea43'), PANTONE("eva-pantone", '\uea46'), PANTONE_OUTLINE("eva-pantone-outline", '\uea45'), PAPER_PLANE("eva-paper-plane", '\uea48'), PAPER_PLANE_OUTLINE("eva-paper-plane-outline", '\uea47'), PAUSE_CIRCLE("eva-pause-circle", '\uea4a'), PAUSE_CIRCLE_OUTLINE("eva-pause-circle-outline", '\uea49'), PEOPLE("eva-people", '\uea4c'), PEOPLE_OUTLINE("eva-people-outline", '\uea4b'), PERCENT("eva-percent", '\uea4e'), PERCENT_OUTLINE("eva-percent-outline", '\uea4d'), PERSON("eva-person", '\uea58'), PERSON_ADD("eva-person-add", '\uea50'), PERSON_ADD_OUTLINE("eva-person-add-outline", '\uea4f'), PERSON_DELETE("eva-person-delete", '\uea52'), PERSON_DELETE_OUTLINE("eva-person-delete-outline", '\uea51'), PERSON_DONE("eva-person-done", '\uea54'), PERSON_DONE_OUTLINE("eva-person-done-outline", '\uea53'), PERSON_OUTLINE("eva-person-outline", '\uea55'), PERSON_REMOVE("eva-person-remove", '\uea57'), PERSON_REMOVE_OUTLINE("eva-person-remove-outline", '\uea56'), PHONE("eva-phone", '\uea60'), PHONE_CALL("eva-phone-call", '\uea5a'), PHONE_CALL_OUTLINE("eva-phone-call-outline", '\uea59'), PHONE_MISSED("eva-phone-missed", '\uea5c'), PHONE_MISSED_OUTLINE("eva-phone-missed-outline", '\uea5b'), PHONE_OFF("eva-phone-off", '\uea5e'), PHONE_OFF_OUTLINE("eva-phone-off-outline", '\uea5d'), PHONE_OUTLINE("eva-phone-outline", '\uea5f'), PIE_CHART("eva-pie-chart", '\uea63'), PIE_CHART_2("eva-pie-chart-2", '\uea61'), PIE_CHART_OUTLINE("eva-pie-chart-outline", '\uea62'), PIN("eva-pin", '\uea65'), PIN_OUTLINE("eva-pin-outline", '\uea64'), PLAY_CIRCLE("eva-play-circle", '\uea67'), PLAY_CIRCLE_OUTLINE("eva-play-circle-outline", '\uea66'), PLUS("eva-plus", '\uea6d'), PLUS_CIRCLE("eva-plus-circle", '\uea69'), PLUS_CIRCLE_OUTLINE("eva-plus-circle-outline", '\uea68'), PLUS_OUTLINE("eva-plus-outline", '\uea6a'), PLUS_SQUARE("eva-plus-square", '\uea6c'), PLUS_SQUARE_OUTLINE("eva-plus-square-outline", '\uea6b'), POWER("eva-power", '\uea6f'), POWER_OUTLINE("eva-power-outline", '\uea6e'), PRICETAGS("eva-pricetags", '\uea71'), PRICETAGS_OUTLINE("eva-pricetags-outline", '\uea70'), PRINTER("eva-printer", '\uea73'), PRINTER_OUTLINE("eva-printer-outline", '\uea72'), QUESTION_MARK("eva-question-mark", '\uea77'), QUESTION_MARK_CIRCLE("eva-question-mark-circle", '\uea75'), QUESTION_MARK_CIRCLE_OUTLINE("eva-question-mark-circle-outline", '\uea74'), QUESTION_MARK_OUTLINE("eva-question-mark-outline", '\uea76'), RADIO("eva-radio", '\uea7d'), RADIO_BUTTON_OFF("eva-radio-button-off", '\uea79'), RADIO_BUTTON_OFF_OUTLINE("eva-radio-button-off-outline", '\uea78'), RADIO_BUTTON_ON("eva-radio-button-on", '\uea7b'), RADIO_BUTTON_ON_OUTLINE("eva-radio-button-on-outline", '\uea7a'), RADIO_OUTLINE("eva-radio-outline", '\uea7c'), RECORDING("eva-recording", '\uea7f'), RECORDING_OUTLINE("eva-recording-outline", '\uea7e'), REFRESH("eva-refresh", '\uea81'), REFRESH_OUTLINE("eva-refresh-outline", '\uea80'), REPEAT("eva-repeat", '\uea83'), REPEAT_OUTLINE("eva-repeat-outline", '\uea82'), REWIND_LEFT("eva-rewind-left", '\uea85'), REWIND_LEFT_OUTLINE("eva-rewind-left-outline", '\uea84'), REWIND_RIGHT("eva-rewind-right", '\uea87'), REWIND_RIGHT_OUTLINE("eva-rewind-right-outline", '\uea86'), SAVE("eva-save", '\uea89'), SAVE_OUTLINE("eva-save-outline", '\uea88'), SCISSORS("eva-scissors", '\uea8b'), SCISSORS_OUTLINE("eva-scissors-outline", '\uea8a'), SEARCH("eva-search", '\uea8d'), SEARCH_OUTLINE("eva-search-outline", '\uea8c'), SETTINGS("eva-settings", '\uea91'), SETTINGS_2("eva-settings-2", '\uea8f'), SETTINGS_2_OUTLINE("eva-settings-2-outline", '\uea8e'), SETTINGS_OUTLINE("eva-settings-outline", '\uea90'), SHAKE("eva-shake", '\uea93'), SHAKE_OUTLINE("eva-shake-outline", '\uea92'), SHARE("eva-share", '\uea95'), SHARE_OUTLINE("eva-share-outline", '\uea94'), SHIELD("eva-shield", '\uea99'), SHIELD_OFF("eva-shield-off", '\uea97'), SHIELD_OFF_OUTLINE("eva-shield-off-outline", '\uea96'), SHIELD_OUTLINE("eva-shield-outline", '\uea98'), SHOPPING_BAG("eva-shopping-bag", '\uea9b'), SHOPPING_BAG_OUTLINE("eva-shopping-bag-outline", '\uea9a'), SHOPPING_CART("eva-shopping-cart", '\uea9d'), SHOPPING_CART_OUTLINE("eva-shopping-cart-outline", '\uea9c'), SHUFFLE("eva-shuffle", '\ueaa1'), SHUFFLE_2("eva-shuffle-2", '\uea9f'), SHUFFLE_2_OUTLINE("eva-shuffle-2-outline", '\uea9e'), SHUFFLE_OUTLINE("eva-shuffle-outline", '\ueaa0'), SKIP_BACK("eva-skip-back", '\ueaa3'), SKIP_BACK_OUTLINE("eva-skip-back-outline", '\ueaa2'), SKIP_FORWARD("eva-skip-forward", '\ueaa5'), SKIP_FORWARD_OUTLINE("eva-skip-forward-outline", '\ueaa4'), SLASH("eva-slash", '\ueaa7'), SLASH_OUTLINE("eva-slash-outline", '\ueaa6'), SMARTPHONE("eva-smartphone", '\ueaa9'), SMARTPHONE_OUTLINE("eva-smartphone-outline", '\ueaa8'), SMILING_FACE("eva-smiling-face", '\ueaab'), SMILING_FACE_OUTLINE("eva-smiling-face-outline", '\ueaaa'), SPEAKER("eva-speaker", '\ueaad'), SPEAKER_OUTLINE("eva-speaker-outline", '\ueaac'), SQUARE("eva-square", '\ueaaf'), SQUARE_OUTLINE("eva-square-outline", '\ueaae'), STAR("eva-star", '\ueab1'), STAR_OUTLINE("eva-star-outline", '\ueab0'), STOP_CIRCLE("eva-stop-circle", '\ueab3'), STOP_CIRCLE_OUTLINE("eva-stop-circle-outline", '\ueab2'), SUN("eva-sun", '\ueab5'), SUN_OUTLINE("eva-sun-outline", '\ueab4'), SWAP("eva-swap", '\ueab7'), SWAP_OUTLINE("eva-swap-outline", '\ueab6'), SYNC("eva-sync", '\ueab9'), SYNC_OUTLINE("eva-sync-outline", '\ueab8'), TEXT("eva-text", '\ueabb'), TEXT_OUTLINE("eva-text-outline", '\ueaba'), THERMOMETER("eva-thermometer", '\ueac1'), THERMOMETER_MINUS("eva-thermometer-minus", '\ueabd'), THERMOMETER_MINUS_OUTLINE("eva-thermometer-minus-outline", '\ueabc'), THERMOMETER_OUTLINE("eva-thermometer-outline", '\ueabe'), THERMOMETER_PLUS("eva-thermometer-plus", '\ueac0'), THERMOMETER_PLUS_OUTLINE("eva-thermometer-plus-outline", '\ueabf'), TOGGLE_LEFT("eva-toggle-left", '\ueac3'), TOGGLE_LEFT_OUTLINE("eva-toggle-left-outline", '\ueac2'), TOGGLE_RIGHT("eva-toggle-right", '\ueac5'), TOGGLE_RIGHT_OUTLINE("eva-toggle-right-outline", '\ueac4'), TRASH("eva-trash", '\ueac9'), TRASH_2("eva-trash-2", '\ueac7'), TRASH_2_OUTLINE("eva-trash-2-outline", '\ueac6'), TRASH_OUTLINE("eva-trash-outline", '\ueac8'), TRENDING_DOWN("eva-trending-down", '\ueacb'), TRENDING_DOWN_OUTLINE("eva-trending-down-outline", '\ueaca'), TRENDING_UP("eva-trending-up", '\ueacd'), TRENDING_UP_OUTLINE("eva-trending-up-outline", '\ueacc'), TV("eva-tv", '\ueacf'), TV_OUTLINE("eva-tv-outline", '\ueace'), TWITTER("eva-twitter", '\uead1'), TWITTER_OUTLINE("eva-twitter-outline", '\uead0'), UMBRELLA("eva-umbrella", '\uead3'), UMBRELLA_OUTLINE("eva-umbrella-outline", '\uead2'), UNDO("eva-undo", '\uead5'), UNDO_OUTLINE("eva-undo-outline", '\uead4'), UNLOCK("eva-unlock", '\uead7'), UNLOCK_OUTLINE("eva-unlock-outline", '\uead6'), UPLOAD("eva-upload", '\uead9'), UPLOAD_OUTLINE("eva-upload-outline", '\uead8'), VIDEO("eva-video", '\ueadd'), VIDEO_OFF("eva-video-off", '\ueadb'), VIDEO_OFF_OUTLINE("eva-video-off-outline", '\ueada'), VIDEO_OUTLINE("eva-video-outline", '\ueadc'), VOLUME_DOWN("eva-volume-down", '\ueadf'), VOLUME_DOWN_OUTLINE("eva-volume-down-outline", '\ueade'), VOLUME_MUTE("eva-volume-mute", '\ueae1'), VOLUME_MUTE_OUTLINE("eva-volume-mute-outline", '\ueae0'), VOLUME_OFF("eva-volume-off", '\ueae3'), VOLUME_OFF_OUTLINE("eva-volume-off-outline", '\ueae2'), VOLUME_UP("eva-volume-up", '\ueae5'), VOLUME_UP_OUTLINE("eva-volume-up-outline", '\ueae4'), WIFI("eva-wifi", '\ueae9'), WIFI_OFF("eva-wifi-off", '\ueae7'), WIFI_OFF_OUTLINE("eva-wifi-off-outline", '\ueae6'), WIFI_OUTLINE("eva-wifi-outline", '\ueae8'); public static Evaicons findByDescription(String description) { for (Evaicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Evaicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-evaicons-pack/src/main/java/org/kordamp/ikonli/evaicons/EvaiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.evaicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class EvaiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/evaicons/1.1.3/fonts/Evaicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("eva-"); } @Override public Ikon resolve(String description) { return Evaicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Evaicons"; } } ================================================ FILE: icon-packs/ikonli-evaicons-pack/src/main/java/org/kordamp/ikonli/evaicons/EvaiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.evaicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class EvaiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Evaicons.class; } } ================================================ FILE: icon-packs/ikonli-evaicons-pack/src/main/resources/META-INF/resources/evaicons/1.1.3/css/evaicons.css ================================================ @font-face { font-family: 'Evaicons'; src: url('../fonts/Evaicons.eot?66ynol'); src: url('../fonts/Evaicons.eot?66ynol#iefix') format('embedded-opentype'), url('../fonts/Evaicons.ttf?66ynol') format('truetype'), url('../fonts/Evaicons.woff?66ynol') format('woff'), url('../fonts/Evaicons.svg?66ynol#Evaicons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="eva-"], [class*=" eva-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Evaicons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .eva-activity-outline:before { content: "\e900"; } .eva-activity:before { content: "\e901"; } .eva-alert-circle-outline:before { content: "\e902"; } .eva-alert-circle:before { content: "\e903"; } .eva-alert-triangle-outline:before { content: "\e904"; } .eva-alert-triangle:before { content: "\e905"; } .eva-archive-outline:before { content: "\e906"; } .eva-archive:before { content: "\e907"; } .eva-arrow-back-outline:before { content: "\e908"; } .eva-arrow-back:before { content: "\e909"; } .eva-arrow-circle-down-outline:before { content: "\e90a"; } .eva-arrow-circle-down:before { content: "\e90b"; } .eva-arrow-circle-left-outline:before { content: "\e90c"; } .eva-arrow-circle-left:before { content: "\e90d"; } .eva-arrow-circle-right-outline:before { content: "\e90e"; } .eva-arrow-circle-right:before { content: "\e90f"; } .eva-arrow-circle-up-outline:before { content: "\e910"; } .eva-arrow-circle-up:before { content: "\e911"; } .eva-arrow-down-outline:before { content: "\e912"; } .eva-arrow-down:before { content: "\e913"; } .eva-arrow-downward-outline:before { content: "\e914"; } .eva-arrow-downward:before { content: "\e915"; } .eva-arrow-forward-outline:before { content: "\e916"; } .eva-arrow-forward:before { content: "\e917"; } .eva-arrow-ios-back-outline:before { content: "\e918"; } .eva-arrow-ios-back:before { content: "\e919"; } .eva-arrow-ios-downward-outline:before { content: "\e91a"; } .eva-arrow-ios-downward:before { content: "\e91b"; } .eva-arrow-ios-forward-outline:before { content: "\e91c"; } .eva-arrow-ios-forward:before { content: "\e91d"; } .eva-arrow-ios-upward-outline:before { content: "\e91e"; } .eva-arrow-ios-upward:before { content: "\e91f"; } .eva-arrow-left-outline:before { content: "\e920"; } .eva-arrow-left:before { content: "\e921"; } .eva-arrow-right-outline:before { content: "\e922"; } .eva-arrow-right:before { content: "\e923"; } .eva-arrow-up-outline:before { content: "\e924"; } .eva-arrow-up:before { content: "\e925"; } .eva-arrow-upward-outline:before { content: "\e926"; } .eva-arrow-upward:before { content: "\e927"; } .eva-arrowhead-down-outline:before { content: "\e928"; } .eva-arrowhead-down:before { content: "\e929"; } .eva-arrowhead-left-outline:before { content: "\e92a"; } .eva-arrowhead-left:before { content: "\e92b"; } .eva-arrowhead-right-outline:before { content: "\e92c"; } .eva-arrowhead-right:before { content: "\e92d"; } .eva-arrowhead-up-outline:before { content: "\e92e"; } .eva-arrowhead-up:before { content: "\e92f"; } .eva-at-outline:before { content: "\e930"; } .eva-at:before { content: "\e931"; } .eva-attach-2-outline:before { content: "\e932"; } .eva-attach-2:before { content: "\e933"; } .eva-attach-outline:before { content: "\e934"; } .eva-attach:before { content: "\e935"; } .eva-award-outline:before { content: "\e936"; } .eva-award:before { content: "\e937"; } .eva-backspace-outline:before { content: "\e938"; } .eva-backspace:before { content: "\e939"; } .eva-bar-chart-2-outline:before { content: "\e93a"; } .eva-bar-chart-2:before { content: "\e93b"; } .eva-bar-chart-outline:before { content: "\e93c"; } .eva-bar-chart:before { content: "\e93d"; } .eva-battery-outline:before { content: "\e93e"; } .eva-battery:before { content: "\e93f"; } .eva-behance-outline:before { content: "\e940"; } .eva-behance:before { content: "\e941"; } .eva-bell-off-outline:before { content: "\e942"; } .eva-bell-off:before { content: "\e943"; } .eva-bell-outline:before { content: "\e944"; } .eva-bell:before { content: "\e945"; } .eva-bluetooth-outline:before { content: "\e946"; } .eva-bluetooth:before { content: "\e947"; } .eva-book-open-outline:before { content: "\e948"; } .eva-book-open:before { content: "\e949"; } .eva-book-outline:before { content: "\e94a"; } .eva-book:before { content: "\e94b"; } .eva-bookmark-outline:before { content: "\e94c"; } .eva-bookmark:before { content: "\e94d"; } .eva-briefcase-outline:before { content: "\e94e"; } .eva-briefcase:before { content: "\e94f"; } .eva-browser-outline:before { content: "\e950"; } .eva-browser:before { content: "\e951"; } .eva-brush-outline:before { content: "\e952"; } .eva-brush:before { content: "\e953"; } .eva-bulb-outline:before { content: "\e954"; } .eva-bulb:before { content: "\e955"; } .eva-calendar-outline:before { content: "\e956"; } .eva-calendar:before { content: "\e957"; } .eva-camera-outline:before { content: "\e958"; } .eva-camera:before { content: "\e959"; } .eva-car-outline:before { content: "\e95a"; } .eva-car:before { content: "\e95b"; } .eva-cast-outline:before { content: "\e95c"; } .eva-cast:before { content: "\e95d"; } .eva-charging-outline:before { content: "\e95e"; } .eva-charging:before { content: "\e95f"; } .eva-checkmark-circle-2-outline:before { content: "\e960"; } .eva-checkmark-circle-2:before { content: "\e961"; } .eva-checkmark-circle-outline:before { content: "\e962"; } .eva-checkmark-circle:before { content: "\e963"; } .eva-checkmark-outline:before { content: "\e964"; } .eva-checkmark-square-2-outline:before { content: "\e965"; } .eva-checkmark-square-2:before { content: "\e966"; } .eva-checkmark-square-outline:before { content: "\e967"; } .eva-checkmark-square:before { content: "\e968"; } .eva-checkmark:before { content: "\e969"; } .eva-chevron-down-outline:before { content: "\e96a"; } .eva-chevron-down:before { content: "\e96b"; } .eva-chevron-left-outline:before { content: "\e96c"; } .eva-chevron-left:before { content: "\e96d"; } .eva-chevron-right-outline:before { content: "\e96e"; } .eva-chevron-right:before { content: "\e96f"; } .eva-chevron-up-outline:before { content: "\e970"; } .eva-chevron-up:before { content: "\e971"; } .eva-clipboard-outline:before { content: "\e972"; } .eva-clipboard:before { content: "\e973"; } .eva-clock-outline:before { content: "\e974"; } .eva-clock:before { content: "\e975"; } .eva-close-circle-outline:before { content: "\e976"; } .eva-close-circle:before { content: "\e977"; } .eva-close-outline:before { content: "\e978"; } .eva-close-square-outline:before { content: "\e979"; } .eva-close-square:before { content: "\e97a"; } .eva-close:before { content: "\e97b"; } .eva-cloud-download-outline:before { content: "\e97c"; } .eva-cloud-download:before { content: "\e97d"; } .eva-cloud-upload-outline:before { content: "\e97e"; } .eva-cloud-upload:before { content: "\e97f"; } .eva-code-download-outline:before { content: "\e980"; } .eva-code-download:before { content: "\e981"; } .eva-code-outline:before { content: "\e982"; } .eva-code:before { content: "\e983"; } .eva-collapse-outline:before { content: "\e984"; } .eva-collapse:before { content: "\e985"; } .eva-color-palette-outline:before { content: "\e986"; } .eva-color-palette:before { content: "\e987"; } .eva-color-picker-outline:before { content: "\e988"; } .eva-color-picker:before { content: "\e989"; } .eva-compass-outline:before { content: "\e98a"; } .eva-compass:before { content: "\e98b"; } .eva-copy-outline:before { content: "\e98c"; } .eva-copy:before { content: "\e98d"; } .eva-corner-down-left-outline:before { content: "\e98e"; } .eva-corner-down-left:before { content: "\e98f"; } .eva-corner-down-right-outline:before { content: "\e990"; } .eva-corner-down-right:before { content: "\e991"; } .eva-corner-left-down-outline:before { content: "\e992"; } .eva-corner-left-down:before { content: "\e993"; } .eva-corner-left-up-outline:before { content: "\e994"; } .eva-corner-left-up:before { content: "\e995"; } .eva-corner-right-down-outline:before { content: "\e996"; } .eva-corner-right-down:before { content: "\e997"; } .eva-corner-right-up-outline:before { content: "\e998"; } .eva-corner-right-up:before { content: "\e999"; } .eva-corner-up-left-outline:before { content: "\e99a"; } .eva-corner-up-left:before { content: "\e99b"; } .eva-corner-up-right-outline:before { content: "\e99c"; } .eva-corner-up-right:before { content: "\e99d"; } .eva-credit-card-outline:before { content: "\e99e"; } .eva-credit-card:before { content: "\e99f"; } .eva-crop-outline:before { content: "\e9a0"; } .eva-crop:before { content: "\e9a1"; } .eva-cube-outline:before { content: "\e9a2"; } .eva-cube:before { content: "\e9a3"; } .eva-diagonal-arrow-left-down-outline:before { content: "\e9a4"; } .eva-diagonal-arrow-left-down:before { content: "\e9a5"; } .eva-diagonal-arrow-left-up-outline:before { content: "\e9a6"; } .eva-diagonal-arrow-left-up:before { content: "\e9a7"; } .eva-diagonal-arrow-right-down-outline:before { content: "\e9a8"; } .eva-diagonal-arrow-right-down:before { content: "\e9a9"; } .eva-diagonal-arrow-right-up-outline:before { content: "\e9aa"; } .eva-diagonal-arrow-right-up:before { content: "\e9ab"; } .eva-done-all-outline:before { content: "\e9ac"; } .eva-done-all:before { content: "\e9ad"; } .eva-download-outline:before { content: "\e9ae"; } .eva-download:before { content: "\e9af"; } .eva-droplet-off-outline:before { content: "\e9b0"; } .eva-droplet-off:before { content: "\e9b1"; } .eva-droplet-outline:before { content: "\e9b2"; } .eva-droplet:before { content: "\e9b3"; } .eva-edit-2-outline:before { content: "\e9b4"; } .eva-edit-2:before { content: "\e9b5"; } .eva-edit-outline:before { content: "\e9b6"; } .eva-edit:before { content: "\e9b7"; } .eva-email-outline:before { content: "\e9b8"; } .eva-email:before { content: "\e9b9"; } .eva-expand-outline:before { content: "\e9ba"; } .eva-expand:before { content: "\e9bb"; } .eva-external-link-outline:before { content: "\e9bc"; } .eva-external-link:before { content: "\e9bd"; } .eva-eye-off-2-outline:before { content: "\e9be"; } .eva-eye-off-2:before { content: "\e9bf"; } .eva-eye-off-outline:before { content: "\e9c0"; } .eva-eye-off:before { content: "\e9c1"; } .eva-eye-outline:before { content: "\e9c2"; } .eva-eye:before { content: "\e9c3"; } .eva-facebook-outline:before { content: "\e9c4"; } .eva-facebook:before { content: "\e9c5"; } .eva-file-add-outline:before { content: "\e9c6"; } .eva-file-add:before { content: "\e9c7"; } .eva-file-outline:before { content: "\e9c8"; } .eva-file-remove-outline:before { content: "\e9c9"; } .eva-file-remove:before { content: "\e9ca"; } .eva-file-text-outline:before { content: "\e9cb"; } .eva-file-text:before { content: "\e9cc"; } .eva-file:before { content: "\e9cd"; } .eva-film-outline:before { content: "\e9ce"; } .eva-film:before { content: "\e9cf"; } .eva-flag-outline:before { content: "\e9d0"; } .eva-flag:before { content: "\e9d1"; } .eva-flash-off-outline:before { content: "\e9d2"; } .eva-flash-off:before { content: "\e9d3"; } .eva-flash-outline:before { content: "\e9d4"; } .eva-flash:before { content: "\e9d5"; } .eva-flip-2-outline:before { content: "\e9d6"; } .eva-flip-2:before { content: "\e9d7"; } .eva-flip-outline:before { content: "\e9d8"; } .eva-flip:before { content: "\e9d9"; } .eva-folder-add-outline:before { content: "\e9da"; } .eva-folder-add:before { content: "\e9db"; } .eva-folder-outline:before { content: "\e9dc"; } .eva-folder-remove-outline:before { content: "\e9dd"; } .eva-folder-remove:before { content: "\e9de"; } .eva-folder:before { content: "\e9df"; } .eva-funnel-outline:before { content: "\e9e0"; } .eva-funnel:before { content: "\e9e1"; } .eva-gift-outline:before { content: "\e9e2"; } .eva-gift:before { content: "\e9e3"; } .eva-github-outline:before { content: "\e9e4"; } .eva-github:before { content: "\e9e5"; } .eva-globe-2-outline:before { content: "\e9e6"; } .eva-globe-2:before { content: "\e9e7"; } .eva-globe-3:before { content: "\e9e8"; } .eva-globe-outline:before { content: "\e9e9"; } .eva-globe:before { content: "\e9ea"; } .eva-google-outline:before { content: "\e9eb"; } .eva-google:before { content: "\e9ec"; } .eva-grid-outline:before { content: "\e9ed"; } .eva-grid:before { content: "\e9ee"; } .eva-hard-drive-outline:before { content: "\e9ef"; } .eva-hard-drive:before { content: "\e9f0"; } .eva-hash-outline:before { content: "\e9f1"; } .eva-hash:before { content: "\e9f2"; } .eva-headphones-outline:before { content: "\e9f3"; } .eva-headphones:before { content: "\e9f4"; } .eva-heart-outline:before { content: "\e9f5"; } .eva-heart:before { content: "\e9f6"; } .eva-home-outline:before { content: "\e9f7"; } .eva-home:before { content: "\e9f8"; } .eva-image-2:before { content: "\e9f9"; } .eva-image-outline:before { content: "\e9fa"; } .eva-image:before { content: "\e9fb"; } .eva-inbox-outline:before { content: "\e9fc"; } .eva-inbox:before { content: "\e9fd"; } .eva-info-outline:before { content: "\e9fe"; } .eva-info:before { content: "\e9ff"; } .eva-keypad-outline:before { content: "\ea00"; } .eva-keypad:before { content: "\ea01"; } .eva-layers-outline:before { content: "\ea02"; } .eva-layers:before { content: "\ea03"; } .eva-layout-outline:before { content: "\ea04"; } .eva-layout:before { content: "\ea05"; } .eva-link-2-outline:before { content: "\ea06"; } .eva-link-2:before { content: "\ea07"; } .eva-link-outline:before { content: "\ea08"; } .eva-link:before { content: "\ea09"; } .eva-linkedin-outline:before { content: "\ea0a"; } .eva-linkedin:before { content: "\ea0b"; } .eva-list-outline:before { content: "\ea0c"; } .eva-list:before { content: "\ea0d"; } .eva-loader-outline:before { content: "\ea0e"; } .eva-lock-outline:before { content: "\ea0f"; } .eva-lock:before { content: "\ea10"; } .eva-log-in-outline:before { content: "\ea11"; } .eva-log-in:before { content: "\ea12"; } .eva-log-out-outline:before { content: "\ea13"; } .eva-log-out:before { content: "\ea14"; } .eva-map-outline:before { content: "\ea15"; } .eva-map:before { content: "\ea16"; } .eva-maximize-outline:before { content: "\ea17"; } .eva-maximize:before { content: "\ea18"; } .eva-menu-2-outline:before { content: "\ea19"; } .eva-menu-2:before { content: "\ea1a"; } .eva-menu-arrow-outline:before { content: "\ea1b"; } .eva-menu-arrow:before { content: "\ea1c"; } .eva-menu-outline:before { content: "\ea1d"; } .eva-menu:before { content: "\ea1e"; } .eva-message-circle-outline:before { content: "\ea1f"; } .eva-message-circle:before { content: "\ea20"; } .eva-message-square-outline:before { content: "\ea21"; } .eva-message-square:before { content: "\ea22"; } .eva-mic-off-outline:before { content: "\ea23"; } .eva-mic-off:before { content: "\ea24"; } .eva-mic-outline:before { content: "\ea25"; } .eva-mic:before { content: "\ea26"; } .eva-minimize-outline:before { content: "\ea27"; } .eva-minimize:before { content: "\ea28"; } .eva-minus-circle-outline:before { content: "\ea29"; } .eva-minus-circle:before { content: "\ea2a"; } .eva-minus-outline:before { content: "\ea2b"; } .eva-minus-square-outline:before { content: "\ea2c"; } .eva-minus-square:before { content: "\ea2d"; } .eva-minus:before { content: "\ea2e"; } .eva-monitor-outline:before { content: "\ea2f"; } .eva-monitor:before { content: "\ea30"; } .eva-moon-outline:before { content: "\ea31"; } .eva-moon:before { content: "\ea32"; } .eva-more-horizontal-outline:before { content: "\ea33"; } .eva-more-horizontal:before { content: "\ea34"; } .eva-more-vertical-outline:before { content: "\ea35"; } .eva-more-vertical:before { content: "\ea36"; } .eva-move-outline:before { content: "\ea37"; } .eva-move:before { content: "\ea38"; } .eva-music-outline:before { content: "\ea39"; } .eva-music:before { content: "\ea3a"; } .eva-navigation-2-outline:before { content: "\ea3b"; } .eva-navigation-2:before { content: "\ea3c"; } .eva-navigation-outline:before { content: "\ea3d"; } .eva-navigation:before { content: "\ea3e"; } .eva-npm-outline:before { content: "\ea3f"; } .eva-npm:before { content: "\ea40"; } .eva-options-2-outline:before { content: "\ea41"; } .eva-options-2:before { content: "\ea42"; } .eva-options-outline:before { content: "\ea43"; } .eva-options:before { content: "\ea44"; } .eva-pantone-outline:before { content: "\ea45"; } .eva-pantone:before { content: "\ea46"; } .eva-paper-plane-outline:before { content: "\ea47"; } .eva-paper-plane:before { content: "\ea48"; } .eva-pause-circle-outline:before { content: "\ea49"; } .eva-pause-circle:before { content: "\ea4a"; } .eva-people-outline:before { content: "\ea4b"; } .eva-people:before { content: "\ea4c"; } .eva-percent-outline:before { content: "\ea4d"; } .eva-percent:before { content: "\ea4e"; } .eva-person-add-outline:before { content: "\ea4f"; } .eva-person-add:before { content: "\ea50"; } .eva-person-delete-outline:before { content: "\ea51"; } .eva-person-delete:before { content: "\ea52"; } .eva-person-done-outline:before { content: "\ea53"; } .eva-person-done:before { content: "\ea54"; } .eva-person-outline:before { content: "\ea55"; } .eva-person-remove-outline:before { content: "\ea56"; } .eva-person-remove:before { content: "\ea57"; } .eva-person:before { content: "\ea58"; } .eva-phone-call-outline:before { content: "\ea59"; } .eva-phone-call:before { content: "\ea5a"; } .eva-phone-missed-outline:before { content: "\ea5b"; } .eva-phone-missed:before { content: "\ea5c"; } .eva-phone-off-outline:before { content: "\ea5d"; } .eva-phone-off:before { content: "\ea5e"; } .eva-phone-outline:before { content: "\ea5f"; } .eva-phone:before { content: "\ea60"; } .eva-pie-chart-2:before { content: "\ea61"; } .eva-pie-chart-outline:before { content: "\ea62"; } .eva-pie-chart:before { content: "\ea63"; } .eva-pin-outline:before { content: "\ea64"; } .eva-pin:before { content: "\ea65"; } .eva-play-circle-outline:before { content: "\ea66"; } .eva-play-circle:before { content: "\ea67"; } .eva-plus-circle-outline:before { content: "\ea68"; } .eva-plus-circle:before { content: "\ea69"; } .eva-plus-outline:before { content: "\ea6a"; } .eva-plus-square-outline:before { content: "\ea6b"; } .eva-plus-square:before { content: "\ea6c"; } .eva-plus:before { content: "\ea6d"; } .eva-power-outline:before { content: "\ea6e"; } .eva-power:before { content: "\ea6f"; } .eva-pricetags-outline:before { content: "\ea70"; } .eva-pricetags:before { content: "\ea71"; } .eva-printer-outline:before { content: "\ea72"; } .eva-printer:before { content: "\ea73"; } .eva-question-mark-circle-outline:before { content: "\ea74"; } .eva-question-mark-circle:before { content: "\ea75"; } .eva-question-mark-outline:before { content: "\ea76"; } .eva-question-mark:before { content: "\ea77"; } .eva-radio-button-off-outline:before { content: "\ea78"; } .eva-radio-button-off:before { content: "\ea79"; } .eva-radio-button-on-outline:before { content: "\ea7a"; } .eva-radio-button-on:before { content: "\ea7b"; } .eva-radio-outline:before { content: "\ea7c"; } .eva-radio:before { content: "\ea7d"; } .eva-recording-outline:before { content: "\ea7e"; } .eva-recording:before { content: "\ea7f"; } .eva-refresh-outline:before { content: "\ea80"; } .eva-refresh:before { content: "\ea81"; } .eva-repeat-outline:before { content: "\ea82"; } .eva-repeat:before { content: "\ea83"; } .eva-rewind-left-outline:before { content: "\ea84"; } .eva-rewind-left:before { content: "\ea85"; } .eva-rewind-right-outline:before { content: "\ea86"; } .eva-rewind-right:before { content: "\ea87"; } .eva-save-outline:before { content: "\ea88"; } .eva-save:before { content: "\ea89"; } .eva-scissors-outline:before { content: "\ea8a"; } .eva-scissors:before { content: "\ea8b"; } .eva-search-outline:before { content: "\ea8c"; } .eva-search:before { content: "\ea8d"; } .eva-settings-2-outline:before { content: "\ea8e"; } .eva-settings-2:before { content: "\ea8f"; } .eva-settings-outline:before { content: "\ea90"; } .eva-settings:before { content: "\ea91"; } .eva-shake-outline:before { content: "\ea92"; } .eva-shake:before { content: "\ea93"; } .eva-share-outline:before { content: "\ea94"; } .eva-share:before { content: "\ea95"; } .eva-shield-off-outline:before { content: "\ea96"; } .eva-shield-off:before { content: "\ea97"; } .eva-shield-outline:before { content: "\ea98"; } .eva-shield:before { content: "\ea99"; } .eva-shopping-bag-outline:before { content: "\ea9a"; } .eva-shopping-bag:before { content: "\ea9b"; } .eva-shopping-cart-outline:before { content: "\ea9c"; } .eva-shopping-cart:before { content: "\ea9d"; } .eva-shuffle-2-outline:before { content: "\ea9e"; } .eva-shuffle-2:before { content: "\ea9f"; } .eva-shuffle-outline:before { content: "\eaa0"; } .eva-shuffle:before { content: "\eaa1"; } .eva-skip-back-outline:before { content: "\eaa2"; } .eva-skip-back:before { content: "\eaa3"; } .eva-skip-forward-outline:before { content: "\eaa4"; } .eva-skip-forward:before { content: "\eaa5"; } .eva-slash-outline:before { content: "\eaa6"; } .eva-slash:before { content: "\eaa7"; } .eva-smartphone-outline:before { content: "\eaa8"; } .eva-smartphone:before { content: "\eaa9"; } .eva-smiling-face-outline:before { content: "\eaaa"; } .eva-smiling-face:before { content: "\eaab"; } .eva-speaker-outline:before { content: "\eaac"; } .eva-speaker:before { content: "\eaad"; } .eva-square-outline:before { content: "\eaae"; } .eva-square:before { content: "\eaaf"; } .eva-star-outline:before { content: "\eab0"; } .eva-star:before { content: "\eab1"; } .eva-stop-circle-outline:before { content: "\eab2"; } .eva-stop-circle:before { content: "\eab3"; } .eva-sun-outline:before { content: "\eab4"; } .eva-sun:before { content: "\eab5"; } .eva-swap-outline:before { content: "\eab6"; } .eva-swap:before { content: "\eab7"; } .eva-sync-outline:before { content: "\eab8"; } .eva-sync:before { content: "\eab9"; } .eva-text-outline:before { content: "\eaba"; } .eva-text:before { content: "\eabb"; } .eva-thermometer-minus-outline:before { content: "\eabc"; } .eva-thermometer-minus:before { content: "\eabd"; } .eva-thermometer-outline:before { content: "\eabe"; } .eva-thermometer-plus-outline:before { content: "\eabf"; } .eva-thermometer-plus:before { content: "\eac0"; } .eva-thermometer:before { content: "\eac1"; } .eva-toggle-left-outline:before { content: "\eac2"; } .eva-toggle-left:before { content: "\eac3"; } .eva-toggle-right-outline:before { content: "\eac4"; } .eva-toggle-right:before { content: "\eac5"; } .eva-trash-2-outline:before { content: "\eac6"; } .eva-trash-2:before { content: "\eac7"; } .eva-trash-outline:before { content: "\eac8"; } .eva-trash:before { content: "\eac9"; } .eva-trending-down-outline:before { content: "\eaca"; } .eva-trending-down:before { content: "\eacb"; } .eva-trending-up-outline:before { content: "\eacc"; } .eva-trending-up:before { content: "\eacd"; } .eva-tv-outline:before { content: "\eace"; } .eva-tv:before { content: "\eacf"; } .eva-twitter-outline:before { content: "\ead0"; } .eva-twitter:before { content: "\ead1"; } .eva-umbrella-outline:before { content: "\ead2"; } .eva-umbrella:before { content: "\ead3"; } .eva-undo-outline:before { content: "\ead4"; } .eva-undo:before { content: "\ead5"; } .eva-unlock-outline:before { content: "\ead6"; } .eva-unlock:before { content: "\ead7"; } .eva-upload-outline:before { content: "\ead8"; } .eva-upload:before { content: "\ead9"; } .eva-video-off-outline:before { content: "\eada"; } .eva-video-off:before { content: "\eadb"; } .eva-video-outline:before { content: "\eadc"; } .eva-video:before { content: "\eadd"; } .eva-volume-down-outline:before { content: "\eade"; } .eva-volume-down:before { content: "\eadf"; } .eva-volume-mute-outline:before { content: "\eae0"; } .eva-volume-mute:before { content: "\eae1"; } .eva-volume-off-outline:before { content: "\eae2"; } .eva-volume-off:before { content: "\eae3"; } .eva-volume-up-outline:before { content: "\eae4"; } .eva-volume-up:before { content: "\eae5"; } .eva-wifi-off-outline:before { content: "\eae6"; } .eva-wifi-off:before { content: "\eae7"; } .eva-wifi-outline:before { content: "\eae8"; } .eva-wifi:before { content: "\eae9"; } ================================================ FILE: icon-packs/ikonli-feather-pack/ikonli-feather-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-feather-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.feather { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.feather; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.feather.FeatherIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.feather.FeatherIkonProvider; } ================================================ FILE: icon-packs/ikonli-feather-pack/src/main/java/org/kordamp/ikonli/feather/Feather.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.feather; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Feather implements Ikon { ACTIVITY("fth-activity", '\ue000'), AIRPLAY("fth-airplay", '\ue001'), ALERT_CIRCLE("fth-alert-circle", '\ue002'), ALERT_OCTAGON("fth-alert-octagon", '\ue003'), ALERT_TRIANGLE("fth-alert-triangle", '\ue004'), ALIGN_CENTER("fth-align-center", '\ue005'), ALIGN_JUSTIFY("fth-align-justify", '\ue006'), ALIGN_LEFT("fth-align-left", '\ue007'), ALIGN_RIGHT("fth-align-right", '\ue008'), ANCHOR("fth-anchor", '\ue009'), APERTURE("fth-aperture", '\ue00a'), ARCHIVE("fth-archive", '\ue00b'), ARROW_DOWN("fth-arrow-down", '\ue00c'), ARROW_DOWN_CIRCLE("fth-arrow-down-circle", '\ue00d'), ARROW_DOWN_LEFT("fth-arrow-down-left", '\ue00e'), ARROW_DOWN_RIGHT("fth-arrow-down-right", '\ue00f'), ARROW_LEFT("fth-arrow-left", '\ue010'), ARROW_LEFT_CIRCLE("fth-arrow-left-circle", '\ue011'), ARROW_RIGHT("fth-arrow-right", '\ue012'), ARROW_RIGHT_CIRCLE("fth-arrow-right-circle", '\ue013'), ARROW_UP("fth-arrow-up", '\ue014'), ARROW_UP_CIRCLE("fth-arrow-up-circle", '\ue015'), ARROW_UP_LEFT("fth-arrow-up-left", '\ue016'), ARROW_UP_RIGHT("fth-arrow-up-right", '\ue017'), AT_SIGN("fth-at-sign", '\ue018'), AWARD("fth-award", '\ue019'), BAR_CHART("fth-bar-chart", '\ue01a'), BAR_CHART_2("fth-bar-chart-2", '\ue01b'), BATTERY("fth-battery", '\ue01c'), BATTERY_CHARGING("fth-battery-charging", '\ue01d'), BELL("fth-bell", '\ue01e'), BELL_OFF("fth-bell-off", '\ue01f'), BLUETOOTH("fth-bluetooth", '\ue020'), BOLD("fth-bold", '\ue021'), BOOK("fth-book", '\ue022'), BOOKMARK("fth-bookmark", '\ue023'), BOOK_OPEN("fth-book-open", '\ue024'), BOX("fth-box", '\ue025'), BRIEFCASE("fth-briefcase", '\ue026'), CALENDAR("fth-calendar", '\ue027'), CAMERA("fth-camera", '\ue028'), CAMERA_OFF("fth-camera-off", '\ue029'), CAST("fth-cast", '\ue02a'), CHECK("fth-check", '\ue02b'), CHECK_CIRCLE("fth-check-circle", '\ue02c'), CHECK_SQUARE("fth-check-square", '\ue02d'), CHEVRONS_DOWN("fth-chevrons-down", '\ue031'), CHEVRONS_LEFT("fth-chevrons-left", '\ue032'), CHEVRONS_RIGHT("fth-chevrons-right", '\ue033'), CHEVRONS_UP("fth-chevrons-up", '\ue034'), CHEVRON_DOWN("fth-chevron-down", '\ue02e'), CHEVRON_LEFT("fth-chevron-left", '\ue02f'), CHEVRON_RIGHT("fth-chevron-right", '\ue030'), CHEVRON_UP("fth-chevron-up", '\ue035'), CHROME("fth-chrome", '\ue036'), CIRCLE("fth-circle", '\ue037'), CLIPBOARD("fth-clipboard", '\ue038'), CLOCK("fth-clock", '\ue039'), CLOUD("fth-cloud", '\ue03a'), CLOUD_DRIZZLE("fth-cloud-drizzle", '\ue03b'), CLOUD_LIGHTNING("fth-cloud-lightning", '\ue03c'), CLOUD_OFF("fth-cloud-off", '\ue03d'), CLOUD_RAIN("fth-cloud-rain", '\ue03e'), CLOUD_SNOW("fth-cloud-snow", '\ue03f'), CODE("fth-code", '\ue040'), CODEPEN("fth-codepen", '\ue041'), CODESANDBOX("fth-codesandbox", '\ue042'), COFFEE("fth-coffee", '\ue043'), COLUMNS("fth-columns", '\ue044'), COMMAND("fth-command", '\ue045'), COMPASS("fth-compass", '\ue046'), COPY("fth-copy", '\ue047'), CORNER_DOWN_LEFT("fth-corner-down-left", '\ue048'), CORNER_DOWN_RIGHT("fth-corner-down-right", '\ue049'), CORNER_LEFT_DOWN("fth-corner-left-down", '\ue04a'), CORNER_LEFT_UP("fth-corner-left-up", '\ue04b'), CORNER_RIGHT_DOWN("fth-corner-right-down", '\ue04c'), CORNER_RIGHT_UP("fth-corner-right-up", '\ue04d'), CORNER_UP_LEFT("fth-corner-up-left", '\ue04e'), CORNER_UP_RIGHT("fth-corner-up-right", '\ue04f'), CPU("fth-cpu", '\ue050'), CREDIT_CARD("fth-credit-card", '\ue051'), CROP("fth-crop", '\ue052'), CROSSHAIR("fth-crosshair", '\ue053'), DATABASE("fth-database", '\ue054'), DELETE("fth-delete", '\ue055'), DISC("fth-disc", '\ue056'), DIVIDE("fth-divide", '\ue057'), DIVIDE_CIRCLE("fth-divide-circle", '\ue058'), DIVIDE_SQUARE("fth-divide-square", '\ue059'), DOLLAR_SIGN("fth-dollar-sign", '\ue05a'), DOWNLOAD("fth-download", '\ue05b'), DOWNLOAD_CLOUD("fth-download-cloud", '\ue05c'), DRIBBBLE("fth-dribbble", '\ue05d'), DROPLET("fth-droplet", '\ue05e'), EDIT("fth-edit", '\ue05f'), EDIT_2("fth-edit-2", '\ue060'), EDIT_3("fth-edit-3", '\ue061'), EXTERNAL_LINK("fth-external-link", '\ue062'), EYE("fth-eye", '\ue063'), EYE_OFF("fth-eye-off", '\ue064'), FACEBOOK("fth-facebook", '\ue065'), FAST_FORWARD("fth-fast-forward", '\ue066'), FEATHER("fth-feather", '\ue067'), FIGMA("fth-figma", '\ue068'), FILE("fth-file", '\ue069'), FILE_MINUS("fth-file-minus", '\ue06a'), FILE_PLUS("fth-file-plus", '\ue06b'), FILE_TEXT("fth-file-text", '\ue06c'), FILM("fth-film", '\ue06d'), FILTER("fth-filter", '\ue06e'), FLAG("fth-flag", '\ue06f'), FOLDER("fth-folder", '\ue070'), FOLDER_MINUS("fth-folder-minus", '\ue071'), FOLDER_PLUS("fth-folder-plus", '\ue072'), FRAMER("fth-framer", '\ue073'), FROWN("fth-frown", '\ue074'), GIFT("fth-gift", '\ue075'), GITHUB("fth-github", '\ue078'), GITLAB("fth-gitlab", '\ue079'), GIT_BRANCH("fth-git-branch", '\ue076'), GIT_COMMIT("fth-git-commit", '\ue077'), GIT_MERGE("fth-git-merge", '\ue07a'), GIT_PULL_REQUEST("fth-git-pull-request", '\ue07b'), GLOBE("fth-globe", '\ue07c'), GRID("fth-grid", '\ue07d'), HARD_DRIVE("fth-hard-drive", '\ue07e'), HASH("fth-hash", '\ue07f'), HEADPHONES("fth-headphones", '\ue080'), HEART("fth-heart", '\ue081'), HELP_CIRCLE("fth-help-circle", '\ue082'), HEXAGON("fth-hexagon", '\ue083'), HOME("fth-home", '\ue084'), IMAGE("fth-image", '\ue085'), INBOX("fth-inbox", '\ue086'), INFO("fth-info", '\ue087'), INSTAGRAM("fth-instagram", '\ue088'), ITALIC("fth-italic", '\ue089'), KEY("fth-key", '\ue08a'), LAYERS("fth-layers", '\ue08b'), LAYOUT("fth-layout", '\ue08c'), LIFE_BUOY("fth-life-buoy", '\ue08d'), LINK("fth-link", '\ue08e'), LINKEDIN("fth-linkedin", '\ue090'), LINK_2("fth-link-2", '\ue08f'), LIST("fth-list", '\ue091'), LOADER("fth-loader", '\ue092'), LOCK("fth-lock", '\ue093'), LOG_IN("fth-log-in", '\ue094'), LOG_OUT("fth-log-out", '\ue095'), MAIL("fth-mail", '\ue096'), MAP("fth-map", '\ue097'), MAP_PIN("fth-map-pin", '\ue098'), MAXIMIZE("fth-maximize", '\ue099'), MAXIMIZE_2("fth-maximize-2", '\ue09a'), MEH("fth-meh", '\ue09b'), MENU("fth-menu", '\ue09c'), MESSAGE_CIRCLE("fth-message-circle", '\ue09d'), MESSAGE_SQUARE("fth-message-square", '\ue09e'), MIC("fth-mic", '\ue09f'), MIC_OFF("fth-mic-off", '\ue0a0'), MINIMIZE("fth-minimize", '\ue0a1'), MINIMIZE_2("fth-minimize-2", '\ue0a2'), MINUS("fth-minus", '\ue0a3'), MINUS_CIRCLE("fth-minus-circle", '\ue0a4'), MINUS_SQUARE("fth-minus-square", '\ue0a5'), MONITOR("fth-monitor", '\ue0a6'), MOON("fth-moon", '\ue0a7'), MORE_HORIZONTAL("fth-more-horizontal", '\ue0a8'), MORE_VERTICAL("fth-more-vertical", '\ue0a9'), MOUSE_POINTER("fth-mouse-pointer", '\ue0aa'), MOVE("fth-move", '\ue0ab'), MUSIC("fth-music", '\ue0ac'), NAVIGATION("fth-navigation", '\ue0ad'), NAVIGATION_2("fth-navigation-2", '\ue0ae'), OCTAGON("fth-octagon", '\ue0af'), PACKAGE("fth-package", '\ue0b0'), PAPERCLIP("fth-paperclip", '\ue0b1'), PAUSE("fth-pause", '\ue0b2'), PAUSE_CIRCLE("fth-pause-circle", '\ue0b3'), PEN_TOOL("fth-pen-tool", '\ue0b4'), PERCENT("fth-percent", '\ue0b5'), PHONE("fth-phone", '\ue0b6'), PHONE_CALL("fth-phone-call", '\ue0b7'), PHONE_FORWARDED("fth-phone-forwarded", '\ue0b8'), PHONE_INCOMING("fth-phone-incoming", '\ue0b9'), PHONE_MISSED("fth-phone-missed", '\ue0ba'), PHONE_OFF("fth-phone-off", '\ue0bb'), PHONE_OUTGOING("fth-phone-outgoing", '\ue0bc'), PIE_CHART("fth-pie-chart", '\ue0bd'), PLAY("fth-play", '\ue0be'), PLAY_CIRCLE("fth-play-circle", '\ue0bf'), PLUS("fth-plus", '\ue0c0'), PLUS_CIRCLE("fth-plus-circle", '\ue0c1'), PLUS_SQUARE("fth-plus-square", '\ue0c2'), POCKET("fth-pocket", '\ue0c3'), POWER("fth-power", '\ue0c4'), PRINTER("fth-printer", '\ue0c5'), RADIO("fth-radio", '\ue0c6'), REFRESH_CCW("fth-refresh-ccw", '\ue0c7'), REFRESH_CW("fth-refresh-cw", '\ue0c8'), REPEAT("fth-repeat", '\ue0c9'), REWIND("fth-rewind", '\ue0ca'), ROTATE_CCW("fth-rotate-ccw", '\ue0cb'), ROTATE_CW("fth-rotate-cw", '\ue0cc'), RSS("fth-rss", '\ue0cd'), SAVE("fth-save", '\ue0ce'), SCISSORS("fth-scissors", '\ue0cf'), SEARCH("fth-search", '\ue0d0'), SEND("fth-send", '\ue0d1'), SERVER("fth-server", '\ue0d2'), SETTINGS("fth-settings", '\ue0d3'), SHARE("fth-share", '\ue0d4'), SHARE_2("fth-share-2", '\ue0d5'), SHIELD("fth-shield", '\ue0d6'), SHIELD_OFF("fth-shield-off", '\ue0d7'), SHOPPING_BAG("fth-shopping-bag", '\ue0d8'), SHOPPING_CART("fth-shopping-cart", '\ue0d9'), SHUFFLE("fth-shuffle", '\ue0da'), SIDEBAR("fth-sidebar", '\ue0db'), SKIP_BACK("fth-skip-back", '\ue0dc'), SKIP_FORWARD("fth-skip-forward", '\ue0dd'), SLACK("fth-slack", '\ue0de'), SLASH("fth-slash", '\ue0df'), SLIDERS("fth-sliders", '\ue0e0'), SMARTPHONE("fth-smartphone", '\ue0e1'), SMILE("fth-smile", '\ue0e2'), SPEAKER("fth-speaker", '\ue0e3'), SQUARE("fth-square", '\ue0e4'), STAR("fth-star", '\ue0e5'), STOP_CIRCLE("fth-stop-circle", '\ue0e6'), SUN("fth-sun", '\ue0e7'), SUNRISE("fth-sunrise", '\ue0e8'), SUNSET("fth-sunset", '\ue0e9'), TABLET("fth-tablet", '\ue0ea'), TAG("fth-tag", '\ue0eb'), TARGET("fth-target", '\ue0ec'), TERMINAL("fth-terminal", '\ue0ed'), THERMOMETER("fth-thermometer", '\ue0ee'), THUMBS_DOWN("fth-thumbs-down", '\ue0ef'), THUMBS_UP("fth-thumbs-up", '\ue0f0'), TOGGLE_LEFT("fth-toggle-left", '\ue0f1'), TOGGLE_RIGHT("fth-toggle-right", '\ue0f2'), TOOL("fth-tool", '\ue0f3'), TRASH("fth-trash", '\ue0f4'), TRASH_2("fth-trash-2", '\ue0f5'), TRELLO("fth-trello", '\ue0f6'), TRENDING_DOWN("fth-trending-down", '\ue0f7'), TRENDING_UP("fth-trending-up", '\ue0f8'), TRIANGLE("fth-triangle", '\ue0f9'), TRUCK("fth-truck", '\ue0fa'), TV("fth-tv", '\ue0fb'), TWITCH("fth-twitch", '\ue0fc'), TWITTER("fth-twitter", '\ue0fd'), TYPE("fth-type", '\ue0fe'), UMBRELLA("fth-umbrella", '\ue0ff'), UNDERLINE("fth-underline", '\ue100'), UNLOCK("fth-unlock", '\ue101'), UPLOAD("fth-upload", '\ue102'), UPLOAD_CLOUD("fth-upload-cloud", '\ue103'), USER("fth-user", '\ue104'), USERS("fth-users", '\ue108'), USER_CHECK("fth-user-check", '\ue105'), USER_MINUS("fth-user-minus", '\ue106'), USER_PLUS("fth-user-plus", '\ue107'), USER_X("fth-user-x", '\ue109'), VIDEO("fth-video", '\ue10a'), VIDEO_OFF("fth-video-off", '\ue10b'), VOICEMAIL("fth-voicemail", '\ue10c'), VOLUME("fth-volume", '\ue10d'), VOLUME_1("fth-volume-1", '\ue10e'), VOLUME_2("fth-volume-2", '\ue10f'), VOLUME_X("fth-volume-x", '\ue110'), WATCH("fth-watch", '\ue111'), WIFI("fth-wifi", '\ue112'), WIFI_OFF("fth-wifi-off", '\ue113'), WIND("fth-wind", '\ue114'), X("fth-x", '\ue115'), X_CIRCLE("fth-x-circle", '\ue116'), X_OCTAGON("fth-x-octagon", '\ue117'), X_SQUARE("fth-x-square", '\ue118'), YOUTUBE("fth-youtube", '\ue119'), ZAP("fth-zap", '\ue11a'), ZAP_OFF("fth-zap-off", '\ue11b'), ZOOM_IN("fth-zoom-in", '\ue11c'), ZOOM_OUT("fth-zoom-out", '\ue11d'); public static Feather findByDescription(String description) { for (Feather font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Feather(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-feather-pack/src/main/java/org/kordamp/ikonli/feather/FeatherIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.feather; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FeatherIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/feather/4.28/fonts/feather.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fth-"); } @Override public Ikon resolve(String description) { return Feather.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "FeatherIcons"; } } ================================================ FILE: icon-packs/ikonli-feather-pack/src/main/java/org/kordamp/ikonli/feather/FeatherIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.feather; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FeatherIkonProvider implements IkonProvider { @Override public Class getIkon() { return Feather.class; } } ================================================ FILE: icon-packs/ikonli-feather-pack/src/main/resources/META-INF/resources/feather/4.28/css/feather.css ================================================ @font-face { font-family: 'FeatherIcons'; src: url('../fonts/feather.eot?7wkbcu'); src: url('../fonts/feather.eot?7wkbcu#iefix') format('embedded-opentype'), url('../fonts/feather.ttf?7wkbcu') format('truetype'), url('../fonts/feather.woff?7wkbcu') format('woff'), url('../fonts/feather.svg?7wkbcu#FeatherIcons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } .fth:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'FeatherIcons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fth-activity:before { content: "\e000"; } .fth-airplay:before { content: "\e001"; } .fth-alert-circle:before { content: "\e002"; } .fth-alert-octagon:before { content: "\e003"; } .fth-alert-triangle:before { content: "\e004"; } .fth-align-center:before { content: "\e005"; } .fth-align-justify:before { content: "\e006"; } .fth-align-left:before { content: "\e007"; } .fth-align-right:before { content: "\e008"; } .fth-anchor:before { content: "\e009"; } .fth-aperture:before { content: "\e00a"; } .fth-archive:before { content: "\e00b"; } .fth-arrow-down:before { content: "\e00c"; } .fth-arrow-down-circle:before { content: "\e00d"; } .fth-arrow-down-left:before { content: "\e00e"; } .fth-arrow-down-right:before { content: "\e00f"; } .fth-arrow-left:before { content: "\e010"; } .fth-arrow-left-circle:before { content: "\e011"; } .fth-arrow-right:before { content: "\e012"; } .fth-arrow-right-circle:before { content: "\e013"; } .fth-arrow-up:before { content: "\e014"; } .fth-arrow-up-circle:before { content: "\e015"; } .fth-arrow-up-left:before { content: "\e016"; } .fth-arrow-up-right:before { content: "\e017"; } .fth-at-sign:before { content: "\e018"; } .fth-award:before { content: "\e019"; } .fth-bar-chart:before { content: "\e01a"; } .fth-bar-chart-2:before { content: "\e01b"; } .fth-battery:before { content: "\e01c"; } .fth-battery-charging:before { content: "\e01d"; } .fth-bell:before { content: "\e01e"; } .fth-bell-off:before { content: "\e01f"; } .fth-bluetooth:before { content: "\e020"; } .fth-bold:before { content: "\e021"; } .fth-book:before { content: "\e022"; } .fth-bookmark:before { content: "\e023"; } .fth-book-open:before { content: "\e024"; } .fth-box:before { content: "\e025"; } .fth-briefcase:before { content: "\e026"; } .fth-calendar:before { content: "\e027"; } .fth-camera:before { content: "\e028"; } .fth-camera-off:before { content: "\e029"; } .fth-cast:before { content: "\e02a"; } .fth-check:before { content: "\e02b"; } .fth-check-circle:before { content: "\e02c"; } .fth-check-square:before { content: "\e02d"; } .fth-chevron-down:before { content: "\e02e"; } .fth-chevron-left:before { content: "\e02f"; } .fth-chevron-right:before { content: "\e030"; } .fth-chevrons-down:before { content: "\e031"; } .fth-chevrons-left:before { content: "\e032"; } .fth-chevrons-right:before { content: "\e033"; } .fth-chevrons-up:before { content: "\e034"; } .fth-chevron-up:before { content: "\e035"; } .fth-chrome:before { content: "\e036"; } .fth-circle:before { content: "\e037"; } .fth-clipboard:before { content: "\e038"; } .fth-clock:before { content: "\e039"; } .fth-cloud:before { content: "\e03a"; } .fth-cloud-drizzle:before { content: "\e03b"; } .fth-cloud-lightning:before { content: "\e03c"; } .fth-cloud-off:before { content: "\e03d"; } .fth-cloud-rain:before { content: "\e03e"; } .fth-cloud-snow:before { content: "\e03f"; } .fth-code:before { content: "\e040"; } .fth-codepen:before { content: "\e041"; } .fth-codesandbox:before { content: "\e042"; } .fth-coffee:before { content: "\e043"; } .fth-columns:before { content: "\e044"; } .fth-command:before { content: "\e045"; } .fth-compass:before { content: "\e046"; } .fth-copy:before { content: "\e047"; } .fth-corner-down-left:before { content: "\e048"; } .fth-corner-down-right:before { content: "\e049"; } .fth-corner-left-down:before { content: "\e04a"; } .fth-corner-left-up:before { content: "\e04b"; } .fth-corner-right-down:before { content: "\e04c"; } .fth-corner-right-up:before { content: "\e04d"; } .fth-corner-up-left:before { content: "\e04e"; } .fth-corner-up-right:before { content: "\e04f"; } .fth-cpu:before { content: "\e050"; } .fth-credit-card:before { content: "\e051"; } .fth-crop:before { content: "\e052"; } .fth-crosshair:before { content: "\e053"; } .fth-database:before { content: "\e054"; } .fth-delete:before { content: "\e055"; } .fth-disc:before { content: "\e056"; } .fth-divide:before { content: "\e057"; } .fth-divide-circle:before { content: "\e058"; } .fth-divide-square:before { content: "\e059"; } .fth-dollar-sign:before { content: "\e05a"; } .fth-download:before { content: "\e05b"; } .fth-download-cloud:before { content: "\e05c"; } .fth-dribbble:before { content: "\e05d"; } .fth-droplet:before { content: "\e05e"; } .fth-edit:before { content: "\e05f"; } .fth-edit-2:before { content: "\e060"; } .fth-edit-3:before { content: "\e061"; } .fth-external-link:before { content: "\e062"; } .fth-eye:before { content: "\e063"; } .fth-eye-off:before { content: "\e064"; } .fth-facebook:before { content: "\e065"; } .fth-fast-forward:before { content: "\e066"; } .fth-feather:before { content: "\e067"; } .fth-figma:before { content: "\e068"; } .fth-file:before { content: "\e069"; } .fth-file-minus:before { content: "\e06a"; } .fth-file-plus:before { content: "\e06b"; } .fth-file-text:before { content: "\e06c"; } .fth-film:before { content: "\e06d"; } .fth-filter:before { content: "\e06e"; } .fth-flag:before { content: "\e06f"; } .fth-folder:before { content: "\e070"; } .fth-folder-minus:before { content: "\e071"; } .fth-folder-plus:before { content: "\e072"; } .fth-framer:before { content: "\e073"; } .fth-frown:before { content: "\e074"; } .fth-gift:before { content: "\e075"; } .fth-git-branch:before { content: "\e076"; } .fth-git-commit:before { content: "\e077"; } .fth-github:before { content: "\e078"; } .fth-gitlab:before { content: "\e079"; } .fth-git-merge:before { content: "\e07a"; } .fth-git-pull-request:before { content: "\e07b"; } .fth-globe:before { content: "\e07c"; } .fth-grid:before { content: "\e07d"; } .fth-hard-drive:before { content: "\e07e"; } .fth-hash:before { content: "\e07f"; } .fth-headphones:before { content: "\e080"; } .fth-heart:before { content: "\e081"; } .fth-help-circle:before { content: "\e082"; } .fth-hexagon:before { content: "\e083"; } .fth-home:before { content: "\e084"; } .fth-image:before { content: "\e085"; } .fth-inbox:before { content: "\e086"; } .fth-info:before { content: "\e087"; } .fth-instagram:before { content: "\e088"; } .fth-italic:before { content: "\e089"; } .fth-key:before { content: "\e08a"; } .fth-layers:before { content: "\e08b"; } .fth-layout:before { content: "\e08c"; } .fth-life-buoy:before { content: "\e08d"; } .fth-link:before { content: "\e08e"; } .fth-link-2:before { content: "\e08f"; } .fth-linkedin:before { content: "\e090"; } .fth-list:before { content: "\e091"; } .fth-loader:before { content: "\e092"; } .fth-lock:before { content: "\e093"; } .fth-log-in:before { content: "\e094"; } .fth-log-out:before { content: "\e095"; } .fth-mail:before { content: "\e096"; } .fth-map:before { content: "\e097"; } .fth-map-pin:before { content: "\e098"; } .fth-maximize:before { content: "\e099"; } .fth-maximize-2:before { content: "\e09a"; } .fth-meh:before { content: "\e09b"; } .fth-menu:before { content: "\e09c"; } .fth-message-circle:before { content: "\e09d"; } .fth-message-square:before { content: "\e09e"; } .fth-mic:before { content: "\e09f"; } .fth-mic-off:before { content: "\e0a0"; } .fth-minimize:before { content: "\e0a1"; } .fth-minimize-2:before { content: "\e0a2"; } .fth-minus:before { content: "\e0a3"; } .fth-minus-circle:before { content: "\e0a4"; } .fth-minus-square:before { content: "\e0a5"; } .fth-monitor:before { content: "\e0a6"; } .fth-moon:before { content: "\e0a7"; } .fth-more-horizontal:before { content: "\e0a8"; } .fth-more-vertical:before { content: "\e0a9"; } .fth-mouse-pointer:before { content: "\e0aa"; } .fth-move:before { content: "\e0ab"; } .fth-music:before { content: "\e0ac"; } .fth-navigation:before { content: "\e0ad"; } .fth-navigation-2:before { content: "\e0ae"; } .fth-octagon:before { content: "\e0af"; } .fth-package:before { content: "\e0b0"; } .fth-paperclip:before { content: "\e0b1"; } .fth-pause:before { content: "\e0b2"; } .fth-pause-circle:before { content: "\e0b3"; } .fth-pen-tool:before { content: "\e0b4"; } .fth-percent:before { content: "\e0b5"; } .fth-phone:before { content: "\e0b6"; } .fth-phone-call:before { content: "\e0b7"; } .fth-phone-forwarded:before { content: "\e0b8"; } .fth-phone-incoming:before { content: "\e0b9"; } .fth-phone-missed:before { content: "\e0ba"; } .fth-phone-off:before { content: "\e0bb"; } .fth-phone-outgoing:before { content: "\e0bc"; } .fth-pie-chart:before { content: "\e0bd"; } .fth-play:before { content: "\e0be"; } .fth-play-circle:before { content: "\e0bf"; } .fth-plus:before { content: "\e0c0"; } .fth-plus-circle:before { content: "\e0c1"; } .fth-plus-square:before { content: "\e0c2"; } .fth-pocket:before { content: "\e0c3"; } .fth-power:before { content: "\e0c4"; } .fth-printer:before { content: "\e0c5"; } .fth-radio:before { content: "\e0c6"; } .fth-refresh-ccw:before { content: "\e0c7"; } .fth-refresh-cw:before { content: "\e0c8"; } .fth-repeat:before { content: "\e0c9"; } .fth-rewind:before { content: "\e0ca"; } .fth-rotate-ccw:before { content: "\e0cb"; } .fth-rotate-cw:before { content: "\e0cc"; } .fth-rss:before { content: "\e0cd"; } .fth-save:before { content: "\e0ce"; } .fth-scissors:before { content: "\e0cf"; } .fth-search:before { content: "\e0d0"; } .fth-send:before { content: "\e0d1"; } .fth-server:before { content: "\e0d2"; } .fth-settings:before { content: "\e0d3"; } .fth-share:before { content: "\e0d4"; } .fth-share-2:before { content: "\e0d5"; } .fth-shield:before { content: "\e0d6"; } .fth-shield-off:before { content: "\e0d7"; } .fth-shopping-bag:before { content: "\e0d8"; } .fth-shopping-cart:before { content: "\e0d9"; } .fth-shuffle:before { content: "\e0da"; } .fth-sidebar:before { content: "\e0db"; } .fth-skip-back:before { content: "\e0dc"; } .fth-skip-forward:before { content: "\e0dd"; } .fth-slack:before { content: "\e0de"; } .fth-slash:before { content: "\e0df"; } .fth-sliders:before { content: "\e0e0"; } .fth-smartphone:before { content: "\e0e1"; } .fth-smile:before { content: "\e0e2"; } .fth-speaker:before { content: "\e0e3"; } .fth-square:before { content: "\e0e4"; } .fth-star:before { content: "\e0e5"; } .fth-stop-circle:before { content: "\e0e6"; } .fth-sun:before { content: "\e0e7"; } .fth-sunrise:before { content: "\e0e8"; } .fth-sunset:before { content: "\e0e9"; } .fth-tablet:before { content: "\e0ea"; } .fth-tag:before { content: "\e0eb"; } .fth-target:before { content: "\e0ec"; } .fth-terminal:before { content: "\e0ed"; } .fth-thermometer:before { content: "\e0ee"; } .fth-thumbs-down:before { content: "\e0ef"; } .fth-thumbs-up:before { content: "\e0f0"; } .fth-toggle-left:before { content: "\e0f1"; } .fth-toggle-right:before { content: "\e0f2"; } .fth-tool:before { content: "\e0f3"; } .fth-trash:before { content: "\e0f4"; } .fth-trash-2:before { content: "\e0f5"; } .fth-trello:before { content: "\e0f6"; } .fth-trending-down:before { content: "\e0f7"; } .fth-trending-up:before { content: "\e0f8"; } .fth-triangle:before { content: "\e0f9"; } .fth-truck:before { content: "\e0fa"; } .fth-tv:before { content: "\e0fb"; } .fth-twitch:before { content: "\e0fc"; } .fth-twitter:before { content: "\e0fd"; } .fth-type:before { content: "\e0fe"; } .fth-umbrella:before { content: "\e0ff"; } .fth-underline:before { content: "\e100"; } .fth-unlock:before { content: "\e101"; } .fth-upload:before { content: "\e102"; } .fth-upload-cloud:before { content: "\e103"; } .fth-user:before { content: "\e104"; } .fth-user-check:before { content: "\e105"; } .fth-user-minus:before { content: "\e106"; } .fth-user-plus:before { content: "\e107"; } .fth-users:before { content: "\e108"; } .fth-user-x:before { content: "\e109"; } .fth-video:before { content: "\e10a"; } .fth-video-off:before { content: "\e10b"; } .fth-voicemail:before { content: "\e10c"; } .fth-volume:before { content: "\e10d"; } .fth-volume-1:before { content: "\e10e"; } .fth-volume-2:before { content: "\e10f"; } .fth-volume-x:before { content: "\e110"; } .fth-watch:before { content: "\e111"; } .fth-wifi:before { content: "\e112"; } .fth-wifi-off:before { content: "\e113"; } .fth-wind:before { content: "\e114"; } .fth-x:before { content: "\e115"; } .fth-x-circle:before { content: "\e116"; } .fth-x-octagon:before { content: "\e117"; } .fth-x-square:before { content: "\e118"; } .fth-youtube:before { content: "\e119"; } .fth-zap:before { content: "\e11a"; } .fth-zap-off:before { content: "\e11b"; } .fth-zoom-in:before { content: "\e11c"; } .fth-zoom-out:before { content: "\e11d"; } ================================================ FILE: icon-packs/ikonli-fileicons-pack/ikonli-fileicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-fileicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.fileicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.fileicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.fileicons.FileIconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.fileicons.FileIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-fileicons-pack/src/main/java/org/kordamp/ikonli/fileicons/FileIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fileicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FileIcons implements Ikon { FILE_1C("file-1c", '\ue901'), FILE_1C_ALT("file-1c-alt", '\ue900'), FILE_3DS_MAX("file-3ds-max", '\ue903'), FILE_3D_MODEL("file-3d-model", '\ue902'), FILE_4D("file-4d", '\ue904'), ABAP("file-abap", '\ue906'), ABIF("file-abif", '\ue907'), ACRE("file-acre", '\ue908'), ACTIONSCRIPT("file-actionscript", '\ue909'), ADA("file-ada", '\ue90a'), ADOBE("file-adobe", '\ue920'), ADOBE_ACROBAT("file-adobe-acrobat", '\ue90b'), ADOBE_AFTEREFFECTS("file-adobe-aftereffects", '\ue90c'), ADOBE_ANIMATE("file-adobe-animate", '\ue90d'), ADOBE_AUDITION("file-adobe-audition", '\ue90e'), ADOBE_BRIDGE("file-adobe-bridge", '\ue90f'), ADOBE_CHARACTERANIMATOR("file-adobe-characteranimator", '\ue910'), ADOBE_CREATIVECLOUD("file-adobe-creativecloud", '\ue911'), ADOBE_DIMENSION("file-adobe-dimension", '\ue912'), ADOBE_DREAMWEAVER("file-adobe-dreamweaver", '\ue913'), ADOBE_FLASH("file-adobe-flash", '\ue914'), ADOBE_FUSE("file-adobe-fuse", '\ue915'), ADOBE_ILLUSTRATOR("file-adobe-illustrator", '\ue916'), ADOBE_INCOPY("file-adobe-incopy", '\ue917'), ADOBE_INDESIGN("file-adobe-indesign", '\ue918'), ADOBE_LIGHTROOM("file-adobe-lightroom", '\ue919'), ADOBE_MEDIAENCODER("file-adobe-mediaencoder", '\ue91a'), ADOBE_PHOTOSHOP("file-adobe-photoshop", '\ue91b'), ADOBE_PRELUDE("file-adobe-prelude", '\ue91c'), ADOBE_PREMIERE("file-adobe-premiere", '\ue91d'), ADOBE_PREMIERERUSH("file-adobe-premiererush", '\ue91e'), ADOBE_XD("file-adobe-xd", '\ue91f'), AETERNITY("file-aeternity", '\ue921'), AFFECTSCRIPT("file-affectscript", '\ue922'), AFFINITYDESIGNER("file-affinitydesigner", '\ue923'), AGC("file-agc", '\ue924'), AGDA("file-agda", '\ue925'), AKKA("file-akka", '\ue926'), ALACRITTY("file-alacritty", '\ue928'), ALACRITTY_ALT("file-alacritty-alt", '\ue927'), ALEX("file-alex", '\ue929'), ALLOY("file-alloy", '\ue92a'), ALPINE_LINUX("file-alpine-linux", '\ue92b'), AMD("file-amd", '\ue92c'), AMIGAOS("file-amigaos", '\ue92d'), AMPL("file-ampl", '\ue92e'), AMUSEWIKI("file-amusewiki", '\ue92f'), ANALYTICA("file-analytica", '\ue930'), ANGELSCRIPT("file-angelscript", '\ue931'), ANIMESTUDIO("file-animestudio", '\ue932'), ANSIBLE("file-ansible", '\ue934'), ANSIBLE_ALT("file-ansible-alt", '\ue933'), ANTLR("file-antlr", '\ue935'), ANTWAR("file-antwar", '\ue936'), ANYSCRIPT("file-anyscript", '\ue937'), APACHE_ANT("file-apache-ant", '\ue938'), APIEXTRACTOR("file-apiextractor", '\ue93a'), API_BLUEPRINT("file-api-blueprint", '\ue939'), APL("file-apl", '\ue93c'), APL_OLD("file-apl-old", '\ue93b'), APOLLO("file-apollo", '\ue93d'), APPLE("file-apple", '\ue93e'), APPVEYOR("file-appveyor", '\ue93f'), ARC("file-arc", '\ue940'), ARCH_LINUX("file-arch-linux", '\ue941'), ARDUINO("file-arduino", '\ue942'), ARM("file-arm", '\ue943'), ARTTEXT("file-arttext", '\ue944'), ASCIIDOC("file-asciidoc", '\ue945'), ASCIIDOCTOR("file-asciidoctor", '\ue946'), ASSEMBLY_AGC("file-assembly-agc", '\ue947'), ASSEMBLY_AMD("file-assembly-amd", '\ue948'), ASSEMBLY_ARM("file-assembly-arm", '\ue949'), ASSEMBLY_ATT("file-assembly-att", '\ue94a'), ASSEMBLY_AVR("file-assembly-avr", '\ue94b'), ASSEMBLY_GENERIC("file-assembly-generic", '\ue94c'), ASSEMBLY_HITACHI("file-assembly-hitachi", '\ue94d'), ASSEMBLY_INTEL("file-assembly-intel", '\ue94e'), ASSEMBLY_MOTOROLA("file-assembly-motorola", '\ue94f'), ASSEMBLY_POWERPC("file-assembly-powerpc", '\ue950'), ASSEMBLY_RISCV("file-assembly-riscv", '\ue951'), ASSEMBLY_SPARC("file-assembly-sparc", '\ue952'), ASSEMBLY_VAX("file-assembly-vax", '\ue953'), ASSEMBLY_ZILOG("file-assembly-zilog", '\ue954'), ASYMPTOTE("file-asymptote", '\ue956'), ASYMPTOTE_ALT("file-asymptote-alt", '\ue955'), ATOUM("file-atoum", '\ue957'), ATS("file-ats", '\ue958'), ATT("file-att", '\ue959'), AUDACITY("file-audacity", '\ue95a'), AUGEAS("file-augeas", '\ue95b'), AURELIA("file-aurelia", '\ue95c'), AUTOHOTKEY("file-autohotkey", '\ue95d'), AUTOIT("file-autoit", '\ue95e'), AVR("file-avr", '\ue95f'), AVRO("file-avro", '\ue960'), AWK("file-awk", '\ue961'), AZURE_PIPELINES("file-azure-pipelines", '\ue962'), A_PLUS("file-a-plus", '\ue905'), BABEL("file-babel", '\ue963'), BALLERINA("file-ballerina", '\ue964'), BAZAAR("file-bazaar", '\ue965'), BAZEL("file-bazel", '\ue967'), BAZEL_OLD("file-bazel-old", '\ue966'), BEHAT("file-behat", '\ue968'), BEM("file-bem", '\ue969'), BIBTEX("file-bibtex", '\ue96a'), BIML("file-biml", '\ue96b'), BINDER("file-binder", '\ue96c'), BINTRAY("file-bintray", '\ue96d'), BISON("file-bison", '\ue96e'), BITHOUND("file-bithound", '\ue96f'), BLENDER("file-blender", '\ue970'), BLITZBASIC("file-blitzbasic", '\ue971'), BLOC("file-bloc", '\ue972'), BLUESPEC("file-bluespec", '\ue973'), BNF("file-bnf", '\ue974'), BOO("file-boo", '\ue975'), BORS("file-bors", '\ue976'), BOSQUE("file-bosque", '\ue977'), BRAINFUCK("file-brainfuck", '\ue978'), BRAKEMAN("file-brakeman", '\ue979'), BRO("file-bro", '\ue97a'), BROCCOLI("file-broccoli", '\ue97b'), BROTLI("file-brotli", '\ue97d'), BROTLI_OLD("file-brotli-old", '\ue97c'), BROWSERSLIST("file-browserslist", '\ue97e'), BROWSERSYNC("file-browsersync", '\ue97f'), BRUNCH("file-brunch", '\ue980'), BUCK("file-buck", '\ue981'), BUILDKITE("file-buildkite", '\ue983'), BUILD_BOOT("file-build-boot", '\ue982'), BUNDLER("file-bundler", '\ue984'), BYOND("file-byond", '\ue985'), C1("file-c1", '\ue986'), C2("file-c2", '\ue987'), C3("file-c3", '\ue988'), CABAL("file-cabal", '\ue989'), CADDY("file-caddy", '\ue98b'), CADDY_OLD("file-caddy-old", '\ue98a'), CAFFE("file-caffe", '\ue98c'), CAFFE2("file-caffe2", '\ue98d'), CAIRO("file-cairo", '\ue98e'), CAKE("file-cake", '\ue98f'), CAKEFILE("file-cakefile", '\ue990'), CAKEPHP("file-cakephp", '\ue992'), CAKEPHP_OLD("file-cakephp-old", '\ue991'), CALVA("file-calva", '\ue993'), CARTHAGE("file-carthage", '\ue994'), CDF("file-cdf", '\ue995'), CEYLON("file-ceylon", '\ue996'), CHAI("file-chai", '\ue997'), CHAPEL("file-chapel", '\ue998'), CHARTJS("file-chartjs", '\ue999'), CHEETAH3D("file-cheetah3d", '\ue99a'), CHEF("file-chef", '\ue99b'), CHOCOLATEY("file-chocolatey", '\ue99c'), CHUCK("file-chuck", '\ue99d'), CIRCLECI("file-circleci", '\ue99e'), CIRRU("file-cirru", '\ue99f'), CKEDITOR("file-ckeditor", '\ue9a0'), CLARION("file-clarion", '\ue9a1'), CLEAN("file-clean", '\ue9a2'), CLICK("file-click", '\ue9a3'), CLIPS("file-clips", '\ue9a4'), CLOJUREJS("file-clojurejs", '\ue9a5'), CLOSURETEMPLATE("file-closuretemplate", '\ue9a6'), CLOUDFOUNDRY("file-cloudfoundry", '\ue9a7'), CMAKE("file-cmake", '\ue9a8'), COBOL("file-cobol", '\ue9a9'), COCOAPODS("file-cocoapods", '\ue9aa'), CODACY("file-codacy", '\ue9ab'), CODECOV("file-codecov", '\ue9ad'), CODEKIT("file-codekit", '\ue9ae'), CODEMETA("file-codemeta", '\ue9af'), CODEMIRROR("file-codemirror", '\ue9b0'), CODESHIP("file-codeship", '\ue9b1'), CODE_CLIMATE("file-code-climate", '\ue9ac'), COLDFUSION("file-coldfusion", '\ue9b2'), COMMITLINT("file-commitlint", '\ue9b3'), COMMON_LISP("file-common-lisp", '\ue9b4'), COMPONENT_PASCAL("file-component-pascal", '\ue9b5'), COMPOSER("file-composer", '\ue9b6'), CONAN("file-conan", '\ue9b7'), CONDA("file-conda", '\ue9b8'), CONFIG("file-config", '\ue9c3'), CONFIG_COFFEESCRIPT("file-config-coffeescript", '\ue9b9'), CONFIG_GO("file-config-go", '\ue9ba'), CONFIG_HASKELL("file-config-haskell", '\ue9bb'), CONFIG_JS("file-config-js", '\ue9bc'), CONFIG_PERL("file-config-perl", '\ue9bd'), CONFIG_PYTHON("file-config-python", '\ue9be'), CONFIG_REACT("file-config-react", '\ue9bf'), CONFIG_RUBY("file-config-ruby", '\ue9c0'), CONFIG_RUST("file-config-rust", '\ue9c1'), CONFIG_TYPESCRIPT("file-config-typescript", '\ue9c2'), CONLL("file-conll", '\ue9c4'), COQ("file-coq", '\ue9c5'), CORDOVA("file-cordova", '\ue9c6'), CORELDRAW("file-coreldraw", '\ue9c8'), CORELDRAW_ALT("file-coreldraw-alt", '\ue9c7'), COVERALLS("file-coveralls", '\ue9c9'), CPAN("file-cpan", '\ue9ca'), CPCDOSC("file-cpcdosc", '\ue9cb'), CRAFTTWEAKER("file-crafttweaker", '\ue9cc'), CREOLE("file-creole", '\ue9cd'), CROWDIN("file-crowdin", '\ue9ce'), CRYSTAL("file-crystal", '\ue9cf'), CSOUND("file-csound", '\ue9d0'), CUBIT("file-cubit", '\ue9d1'), CUCUMBER("file-cucumber", '\ue9d2'), CUNEIFORM("file-cuneiform", '\ue9d3'), CURL("file-curl", '\ue9d5'), CURL_LANG("file-curl-lang", '\ue9d4'), CURRY("file-curry", '\ue9d6'), CVS("file-cvs", '\ue9d7'), CWL("file-cwl", '\ue9d8'), CYTHON("file-cython", '\ue9d9'), D3("file-d3", '\ue9da'), DAFNY("file-dafny", '\ue9db'), DARCS_PATCH("file-darcs-patch", '\ue9dc'), DASHBOARD("file-dashboard", '\ue9dd'), DATAWEAVE("file-dataweave", '\ue9de'), DBASE("file-dbase", '\ue9df'), DEFAULT("file-default", '\ue9e0'), DELPHI("file-delphi", '\ue9e1'), DENO("file-deno", '\ue9e2'), DEPENDABOT("file-dependabot", '\ue9e3'), DEVCONTAINER("file-devcontainer", '\ue9e4'), DEVICETREE("file-devicetree", '\ue9e5'), DHALL("file-dhall", '\ue9e6'), DIA("file-dia", '\ue9e7'), DIFF("file-diff", '\ue9e8'), DIGDAG("file-digdag", '\ue9e9'), DNA("file-dna", '\ue9ea'), DOCBOOK("file-docbook", '\ue9eb'), DOCKER("file-docker", '\ue9ec'), DOCLETS("file-doclets", '\ue9ed'), DOCPAD("file-docpad", '\ue9ee'), DOCZ("file-docz", '\ue9ef'), DOGESCRIPT("file-dogescript", '\ue9f0'), DOM("file-dom", '\ue9f1'), DONEJS("file-donejs", '\ue9f2'), DOSBOX("file-dosbox", '\ue9f4'), DOSBOX_ALT("file-dosbox-alt", '\ue9f3'), DOTJS("file-dotjs", '\ue9f5'), DOXYGEN("file-doxygen", '\ue9f6'), DRAGONFLYBSD("file-dragonflybsd", '\ue9f7'), DRAGULA("file-dragula", '\ue9f8'), DRAWIO("file-drawio", '\ue9f9'), DRONE("file-drone", '\ue9fa'), DUB("file-dub", '\ue9fb'), DVC("file-dvc", '\ue9fc'), DYALOG("file-dyalog", '\ue9fd'), DYLIB("file-dylib", '\ue9fe'), E("file-e", '\ue9ff'), EAGLE("file-eagle", '\uea00'), EASYBUILD("file-easybuild", '\uea01'), EC("file-ec", '\uea02'), ECERE("file-ecere", '\uea03'), ECLIPSE_LANG("file-eclipse-lang", '\uea04'), EDGE("file-edge", '\uea05'), EDITORCONFIG("file-editorconfig", '\uea06'), EIFFEL("file-eiffel", '\uea07'), EJS("file-ejs", '\uea08'), ELECTRON("file-electron", '\uea09'), ELEMENTARYOS("file-elementaryos", '\uea0a'), ELM("file-elm", '\uea0b'), EMACS("file-emacs", '\uea0c'), EMBER("file-ember", '\uea0d'), EMBERSCRIPT("file-emberscript", '\uea0e'), ENSIME("file-ensime", '\uea0f'), EQ("file-eq", '\uea10'), ESDOC("file-esdoc", '\uea11'), ESLINT("file-eslint", '\uea13'), ESLINT_OLD("file-eslint-old", '\uea12'), EXPO("file-expo", '\uea14'), FABFILE("file-fabfile", '\uea15'), FABRIC("file-fabric", '\uea16'), FACTOR("file-factor", '\uea17'), FALCON("file-falcon", '\uea18'), FANCY("file-fancy", '\uea19'), FANTOM("file-fantom", '\uea1a'), FAUNA("file-fauna", '\uea1b'), FAUST("file-faust", '\uea1c'), FBX("file-fbx", '\uea1d'), FEXL("file-fexl", '\uea1e'), FFMPEG("file-ffmpeg", '\uea1f'), FINALDRAFT("file-finaldraft", '\uea20'), FINDER("file-finder", '\uea21'), FIREBASE("file-firebase", '\uea23'), FIREBASE_BOLT("file-firebase-bolt", '\uea22'), FLASK("file-flask", '\uea24'), FLOOBITS("file-floobits", '\uea25'), FLOW("file-flow", '\uea26'), FLUTTER("file-flutter", '\uea27'), FLUX("file-flux", '\uea28'), FONT("file-font", '\uea2b'), FONTFORGE("file-fontforge", '\uea2c'), FONT_BITMAP("file-font-bitmap", '\uea29'), FONT_OUTLINE("file-font-outline", '\uea2a'), FORK("file-fork", '\uea2d'), FORTHERECORD("file-fortherecord", '\uea2e'), FORTRAN("file-fortran", '\uea2f'), FOSSA("file-fossa", '\uea30'), FOSSIL("file-fossil", '\uea31'), FOUNTAIN("file-fountain", '\uea32'), FRANCA("file-franca", '\uea33'), FREEDESKTOP("file-freedesktop", '\uea34'), FREEDOS("file-freedos", '\uea35'), FREEMARKER("file-freemarker", '\uea36'), FREEMAT("file-freemat", '\uea37'), FREGE("file-frege", '\uea38'), FTHTML("file-fthtml", '\uea39'), FUELUX("file-fuelux", '\uea3a'), FUSEBOX("file-fusebox", '\uea3b'), FUTHARK("file-futhark", '\uea3c'), GALAXY("file-galaxy", '\uea3d'), GALEN("file-galen", '\uea3e'), GAMEMAKER("file-gamemaker", '\uea3f'), GAMS("file-gams", '\uea40'), GAP("file-gap", '\uea41'), GATSBY("file-gatsby", '\uea42'), GAUSS("file-gauss", '\uea43'), GDB("file-gdb", '\uea44'), GENSHI("file-genshi", '\uea45'), GENSTAT("file-genstat", '\uea46'), GENTOO("file-gentoo", '\uea47'), GF("file-gf", '\uea48'), GHOSTSCRIPT("file-ghostscript", '\uea49'), GIMP("file-gimp", '\uea4a'), GITLAB("file-gitlab", '\uea4b'), GITPOD("file-gitpod", '\uea4c'), GLADE("file-glade", '\uea4d'), GLIDE("file-glide", '\uea4e'), GLTF("file-gltf", '\uea4f'), GLYPHS("file-glyphs", '\uea50'), GN("file-gn", '\uea51'), GNU("file-gnu", '\uea52'), GNUPLOT("file-gnuplot", '\uea53'), GO("file-go", '\uea55'), GODOT("file-godot", '\uea56'), GOLO("file-golo", '\uea57'), GORELEASER("file-goreleaser", '\uea58'), GOSU("file-gosu", '\uea59'), GO_OLD("file-go-old", '\uea54'), GRADLE("file-gradle", '\uea5a'), GRAPHITE("file-graphite", '\uea5b'), GRAPHQL("file-graphql", '\uea5d'), GRAPHQL_CODEGENERATOR("file-graphql-codegenerator", '\uea5c'), GRAPHVIZ("file-graphviz", '\uea5e'), GRAVIT_DESIGNER("file-gravit-designer", '\uea5f'), GREENKEEPER("file-greenkeeper", '\uea60'), GRIDSOME("file-gridsome", '\uea61'), GROOVY("file-groovy", '\uea62'), GRUNT("file-grunt", '\uea63'), GULP("file-gulp", '\uea64'), HACK("file-hack", '\uea65'), HAML("file-haml", '\uea66'), HARBOUR("file-harbour", '\uea67'), HASHICORP("file-hashicorp", '\uea68'), HAXE("file-haxe", '\uea69'), HAXEDEVELOP("file-haxedevelop", '\uea6a'), HELIX("file-helix", '\uea6b'), HEWLETTPACKARD("file-hewlettpackard", '\uea6c'), HIE("file-hie", '\uea6d'), HITACHI("file-hitachi", '\uea6e'), HJSON("file-hjson", '\uea6f'), HOMEBREW("file-homebrew", '\uea70'), HOP("file-hop", '\uea71'), HOPLON("file-hoplon", '\uea72'), HOUNDCI("file-houndci", '\uea73'), HUGO("file-hugo", '\uea74'), HUSKY("file-husky", '\uea75'), HY("file-hy", '\uea76'), HYGEN("file-hygen", '\uea77'), HYPER("file-hyper", '\uea78'), ICOMOON("file-icomoon", '\uea79'), ICU("file-icu", '\uea7a'), IDL("file-idl", '\uea7b'), IDRIS("file-idris", '\uea7c'), IGOR_PRO("file-igor-pro", '\uea7d'), ILLUMOS("file-illumos", '\uea7e'), IMAGE("file-image", '\uea7f'), IMBA("file-imba", '\uea82'), IMBA_ALT("file-imba-alt", '\uea80'), IMBA_OLD("file-imba-old", '\uea81'), INFLUXDATA("file-influxdata", '\uea83'), INFORM7("file-inform7", '\uea84'), INK("file-ink", '\uea85'), INKSCAPE("file-inkscape", '\uea86'), INNOSETUP("file-innosetup", '\uea87'), INTEL("file-intel", '\uea88'), IO("file-io", '\uea89'), IONIC_PROJECT("file-ionic-project", '\uea90'), ISABELLE("file-isabelle", '\uea91'), ISTANBUL("file-istanbul", '\uea92'), J("file-j", '\uea93'), JADE("file-jade", '\uea94'), JAKEFILE("file-jakefile", '\uea95'), JANET("file-janet", '\uea96'), JASMINE("file-jasmine", '\uea97'), JENKINS("file-jenkins", '\uea98'), JEST("file-jest", '\uea99'), JINJA("file-jinja", '\uea9a'), JISON("file-jison", '\uea9b'), JOLIE("file-jolie", '\uea9c'), JSCPD("file-jscpd", '\uea9d'), JSON5("file-json5", '\ueaa2'), JSONNET("file-jsonnet", '\ueaa3'), JSON_1("file-json-1", '\uea9e'), JSON_2("file-json-2", '\uea9f'), JSON_LD1("file-json-ld1", '\ueaa0'), JSON_LD2("file-json-ld2", '\ueaa1'), JSX("file-jsx", '\ueaa6'), JSX_ALT("file-jsx-alt", '\ueaa4'), JSX_ATOM("file-jsx-atom", '\ueaa5'), JULIA("file-julia", '\ueaa7'), JUNOS("file-junos", '\ueaa8'), JUPYTER("file-jupyter", '\ueaa9'), KAITAI("file-kaitai", '\ueaaa'), KARMA("file-karma", '\ueaab'), KEYBASE("file-keybase", '\ueaac'), KEYNOTE("file-keynote", '\ueaad'), KHRONOS("file-khronos", '\ueaae'), KIBO("file-kibo", '\ueaaf'), KICAD("file-kicad", '\ueab0'), KITCHENCI("file-kitchenci", '\ueab1'), KIVY("file-kivy", '\ueab2'), KNIME("file-knime", '\ueab3'), KNOCKOUT("file-knockout", '\ueab4'), KOS("file-kos", '\ueab5'), KOTLIN("file-kotlin", '\ueab6'), KRL("file-krl", '\ueab7'), KUBERNETES("file-kubernetes", '\ueab8'), KUSTO("file-kusto", '\ueaba'), KUSTO_ALT("file-kusto-alt", '\ueab9'), KX("file-kx", '\ueabb'), LABVIEW("file-labview", '\ueabc'), LARK("file-lark", '\ueabd'), LASSO("file-lasso", '\ueabe'), LATEX("file-latex", '\ueabf'), LATINO("file-latino", '\ueac0'), LEAFLET("file-leaflet", '\ueac1'), LEAN("file-lean", '\ueac2'), LEFTHOOK("file-lefthook", '\ueac4'), LEFTHOOK_ALT("file-lefthook-alt", '\ueac3'), LEININGEN("file-leiningen", '\ueac5'), LEKTOR("file-lektor", '\ueac6'), LERNA("file-lerna", '\ueac7'), LEX("file-lex", '\ueac9'), LEX_ALT("file-lex-alt", '\ueac8'), LFE("file-lfe", '\ueaca'), LGTM("file-lgtm", '\ueacb'), LIBUV("file-libuv", '\ueacc'), LIGHTHOUSE("file-lighthouse", '\ueacd'), LIGHTWAVE("file-lightwave", '\ueace'), LILYPOND("file-lilypond", '\ueacf'), LIME("file-lime", '\uead0'), LINQPAD("file-linqpad", '\uead1'), LISP("file-lisp", '\uead2'), LIVESCRIPT("file-livescript", '\uead3'), LLVM("file-llvm", '\uead4'), LOGTALK("file-logtalk", '\uead5'), LOLCODE("file-lolcode", '\uead6'), LOOKML("file-lookml", '\uead7'), LSL("file-lsl", '\uead8'), LUA("file-lua", '\uead9'), MACAULAY2("file-macaulay2", '\ueada'), MACVIM("file-macvim", '\ueadb'), MAGIT("file-magit", '\ueadc'), MAKO("file-mako", '\ueadd'), MANJARO("file-manjaro", '\ueade'), MANPAGE("file-manpage", '\ueadf'), MAPBOX("file-mapbox", '\ueae0'), MARKDOWNLINT("file-markdownlint", '\ueae1'), MARKO("file-marko", '\ueae2'), MATHEMATICA("file-mathematica", '\ueae3'), MATHJAX("file-mathjax", '\ueae4'), MATLAB("file-matlab", '\ueae5'), MATROSKA("file-matroska", '\ueae6'), MAX("file-max", '\ueae7'), MAYA("file-maya", '\ueae8'), MDX("file-mdx", '\ueae9'), MEDIAWIKI("file-mediawiki", '\ueaea'), MELPA("file-melpa", '\ueaeb'), MERCURIAL("file-mercurial", '\ueaec'), MERCURY("file-mercury", '\ueaed'), MERMAID("file-mermaid", '\ueaee'), MESON("file-meson", '\ueaf0'), MESON_OLD("file-meson-old", '\ueaef'), METAL("file-metal", '\ueaf1'), METEOR("file-meteor", '\ueaf2'), MICROSOFT_ACCESS("file-microsoft-access", '\ueaf3'), MICROSOFT_EXCEL("file-microsoft-excel", '\ueaf4'), MICROSOFT_INFOPATH("file-microsoft-infopath", '\ueaf5'), MICROSOFT_LYNC("file-microsoft-lync", '\ueaf6'), MICROSOFT_ONENOTE("file-microsoft-onenote", '\ueaf7'), MICROSOFT_OUTLOOK("file-microsoft-outlook", '\ueaf8'), MICROSOFT_POWERPOINT("file-microsoft-powerpoint", '\ueaf9'), MICROSOFT_PROJECT("file-microsoft-project", '\ueafa'), MICROSOFT_PUBLISHER("file-microsoft-publisher", '\ueafb'), MICROSOFT_VISIO("file-microsoft-visio", '\ueafc'), MICROSOFT_WORD("file-microsoft-word", '\ueafd'), MINECRAFT("file-minecraft", '\ueafe'), MINIZINC("file-minizinc", '\ueaff'), MIRAH("file-mirah", '\ueb00'), MIRANDA("file-miranda", '\ueb01'), MIRC("file-mirc", '\ueb02'), MJML("file-mjml", '\ueb03'), MOCHA("file-mocha", '\ueb04'), MODELICA("file-modelica", '\ueb05'), MODERNWEB("file-modernweb", '\ueb06'), MODO("file-modo", '\ueb07'), MODULA_2("file-modula-2", '\ueb08'), MODULA_3("file-modula-3", '\ueb09'), MOHO("file-moho", '\ueb0a'), MOLECULER("file-moleculer", '\ueb0b'), MOMENT("file-moment", '\ueb0d'), MOMENT_TIMEZONE("file-moment-timezone", '\ueb0c'), MONKEY("file-monkey", '\ueb0e'), MONO("file-mono", '\ueb0f'), MONOTONE("file-monotone", '\ueb10'), MOTOROLA("file-motorola", '\ueb11'), MOUSTACHE("file-moustache", '\ueb12'), MRUBY("file-mruby", '\ueb13'), MS_DOS("file-ms-dos", '\ueb14'), MUPAD("file-mupad", '\ueb15'), NANO("file-nano", '\ueb16'), NANOC("file-nanoc", '\ueb17'), NANT("file-nant", '\ueb18'), NASM("file-nasm", '\ueb19'), NDEPEND("file-ndepend", '\ueb1a'), NEKO("file-neko", '\ueb1b'), NEMERLE("file-nemerle", '\ueb1c'), NEO4J("file-neo4j", '\ueb1d'), NEON("file-neon", '\ueb1e'), NESSUS("file-nessus", '\ueb1f'), NESTJS("file-nestjs", '\ueb20'), NETLIFY("file-netlify", '\ueb21'), NETLINX("file-netlinx", '\ueb22'), NETLOGO("file-netlogo", '\ueb23'), NEW_RELIC("file-new-relic", '\ueb24'), NEXTFLOW("file-nextflow", '\ueb25'), NEXTJS("file-nextjs", '\ueb26'), NGINX("file-nginx", '\ueb27'), NIB("file-nib", '\ueb28'), NICKLE("file-nickle", '\ueb29'), NIGHTWATCH("file-nightwatch", '\ueb2a'), NIMBLE("file-nimble", '\ueb2b'), NIMROD("file-nimrod", '\ueb2c'), NINTENDO64("file-nintendo64", '\ueb2d'), NIT("file-nit", '\ueb2e'), NIX("file-nix", '\ueb2f'), NMAP("file-nmap", '\ueb30'), NODEMON("file-nodemon", '\ueb31'), NOKOGIRI("file-nokogiri", '\ueb32'), NOMAD("file-nomad", '\ueb33'), NOON("file-noon", '\ueb34'), NORMALISE("file-normalise", '\ueb35'), NPM("file-npm", '\ueb37'), NPM_OLD("file-npm-old", '\ueb36'), NSIS("file-nsis", '\ueb39'), NSIS_OLD("file-nsis-old", '\ueb38'), NSRI("file-nsri", '\ueb3b'), NSRI_ALT("file-nsri-alt", '\ueb3a'), NUCLIDE("file-nuclide", '\ueb3c'), NUGET("file-nuget", '\ueb3d'), NUMPY("file-numpy", '\ueb3f'), NUMPY_OLD("file-numpy-old", '\ueb3e'), NUNJUCKS("file-nunjucks", '\ueb40'), NUXT("file-nuxt", '\ueb41'), NVIDIA("file-nvidia", '\ueb42'), NWSCRIPT("file-nwscript", '\ueb43'), NX("file-nx", '\ueb44'), NXC("file-nxc", '\ueb45'), OBERON("file-oberon", '\ueb46'), OBJECTIVE_J("file-objective-j", '\ueb47'), OCAML("file-ocaml", '\ueb48'), OCTAVE("file-octave", '\ueb49'), ODIN("file-odin", '\ueb4a'), OGONE("file-ogone", '\ueb4b'), OOC("file-ooc", '\ueb4c'), OPA("file-opa", '\ueb4d'), OPENAPI("file-openapi", '\ueb4e'), OPENBSD("file-openbsd", '\ueb50'), OPENBSD_ALT("file-openbsd-alt", '\ueb4f'), OPENCL("file-opencl", '\ueb51'), OPENCV("file-opencv", '\ueb52'), OPENEXR("file-openexr", '\ueb53'), OPENGL("file-opengl", '\ueb54'), OPENINDIANA("file-openindiana", '\ueb55'), OPENOFFICE("file-openoffice", '\ueb56'), OPENPOLICYAGENT("file-openpolicyagent", '\ueb57'), OPENSCAD("file-openscad", '\ueb58'), OPENSOLARIS("file-opensolaris", '\ueb59'), OPENSTACK("file-openstack", '\ueb5a'), OPENVMS("file-openvms", '\ueb5b'), OPENVPN("file-openvpn", '\ueb5c'), OPENZFS("file-openzfs", '\ueb5d'), ORG_MODE("file-org-mode", '\ueb5e'), OS2("file-os2", '\ueb5f'), OWL("file-owl", '\ueb60'), OX("file-ox", '\ueb61'), OXYGENE("file-oxygene", '\ueb62'), OZ("file-oz", '\ueb63'), P4("file-p4", '\ueb64'), PAN("file-pan", '\ueb65'), PAPYRUS("file-papyrus", '\ueb66'), PARROT("file-parrot", '\ueb67'), PASCAL("file-pascal", '\ueb68'), PATCH("file-patch", '\ueb69'), PATREON("file-patreon", '\ueb6a'), PAWN("file-pawn", '\ueb6b'), PCD("file-pcd", '\ueb6c'), PEGJS("file-pegjs", '\ueb6d'), PERL6("file-perl6", '\ueb6e'), PHALCON("file-phalcon", '\ueb6f'), PHOENIX("file-phoenix", '\ueb70'), PHP("file-php", '\ueb71'), PHPUNIT("file-phpunit", '\ueb72'), PHRASEAPP("file-phraseapp", '\ueb73'), PICKLE("file-pickle", '\ueb74'), PICOLISP("file-picolisp", '\ueb76'), PICO_8("file-pico-8", '\ueb75'), PIKE("file-pike", '\ueb77'), PINESCRIPT("file-pinescript", '\ueb78'), PIPENV("file-pipenv", '\ueb79'), PKGSRC("file-pkgsrc", '\ueb7a'), PLATFORMIO("file-platformio", '\ueb7b'), PM2("file-pm2", '\ueb7c'), PNPM("file-pnpm", '\ueb7d'), POD("file-pod", '\ueb7e'), POGOSCRIPT("file-pogoscript", '\ueb7f'), POINTWISE("file-pointwise", '\ueb80'), POLYMER("file-polymer", '\ueb81'), PONY("file-pony", '\ueb82'), POSTCSS("file-postcss", '\ueb83'), POSTSCRIPT("file-postscript", '\ueb84'), POV_RAY("file-pov-ray", '\ueb85'), POWERBUILDER("file-powerbuilder", '\ueb86'), POWERPC("file-powerpc", '\ueb87'), POWERSHELL("file-powershell", '\ueb88'), PRECISION("file-precision", '\ueb89'), PRECOMMIT("file-precommit", '\ueb8a'), PRETTIER("file-prettier", '\ueb8b'), PRISMA("file-prisma", '\ueb8c'), PROCESSING("file-processing", '\ueb8d'), PROGRESS("file-progress", '\ueb8f'), PROGRESS_OLD("file-progress-old", '\ueb8e'), PROPELLER("file-propeller", '\ueb90'), PROS("file-pros", '\ueb91'), PROSELINT("file-proselint", '\ueb92'), PROTRACTOR("file-protractor", '\ueb93'), PUG("file-pug", '\ueb95'), PUG_OLD("file-pug-old", '\ueb94'), PULLAPPROVE("file-pullapprove", '\ueb96'), PUPPET("file-puppet", '\ueb97'), PURE("file-pure", '\ueb98'), PUREBASIC("file-purebasic", '\ueb99'), PURESCRIPT("file-purescript", '\ueb9a'), PYPI("file-pypi", '\ueb9b'), PYRET("file-pyret", '\ueb9c'), PYTEST("file-pytest", '\ueb9d'), PYUP("file-pyup", '\ueb9e'), Q("file-q", '\ueb9f'), QISKIT("file-qiskit", '\ueba0'), QLIKVIEW("file-qlikview", '\ueba1'), QT("file-qt", '\ueba2'), QUASAR("file-quasar", '\ueba3'), R("file-r", '\ueba4'), RACKET("file-racket", '\ueba5'), RAML("file-raml", '\ueba6'), RASCAL("file-rascal", '\ueba7'), RAZZLE("file-razzle", '\ueba8'), RDATA("file-rdata", '\ueba9'), RDOC("file-rdoc", '\uebaa'), REACTOS("file-reactos", '\uebab'), READTHEDOCS("file-readthedocs", '\uebac'), REALBASIC("file-realbasic", '\uebad'), REASON("file-reason", '\uebae'), REASONSTUDIOS("file-reasonstudios", '\uebb0'), REASONSTUDIOS_ALT("file-reasonstudios-alt", '\uebaf'), REBOL("file-rebol", '\uebb1'), RED("file-red", '\uebb3'), REDUX("file-redux", '\uebb4'), RED_OLD("file-red-old", '\uebb2'), REEK("file-reek", '\uebb5'), REGEX("file-regex", '\uebb6'), REMARK("file-remark", '\uebb7'), RENOVATE("file-renovate", '\uebb8'), RESCRIPT("file-rescript", '\uebb9'), RESTRUCTUREDTEXT("file-restructuredtext", '\uebba'), REXX("file-rexx", '\uebbb'), RHINO3D("file-rhino3d", '\uebbc'), RING("file-ring", '\uebbd'), RIOT("file-riot", '\uebbf'), RIOT_OLD("file-riot-old", '\uebbe'), RISC_V("file-risc-v", '\uebc0'), RMARKDOWN("file-rmarkdown", '\uebc1'), ROBOTFRAMEWORK("file-robotframework", '\uebc3'), ROBOTFRAMEWORK_OLD("file-robotframework-old", '\uebc2'), ROBOTS("file-robots", '\uebc4'), ROLLUP("file-rollup", '\uebc6'), ROLLUP_OLD("file-rollup-old", '\uebc5'), RSPEC("file-rspec", '\uebc7'), RSTUDIO("file-rstudio", '\uebc8'), RSYNC("file-rsync", '\uebc9'), RUBOCOP("file-rubocop", '\uebca'), RUBYGEMS("file-rubygems", '\uebcb'), SAC("file-sac", '\uebcc'), SAGE("file-sage", '\uebcd'), SAILS("file-sails", '\uebce'), SALTSTACK("file-saltstack", '\uebcf'), SAN("file-san", '\uebd0'), SAS("file-sas", '\uebd1'), SBT("file-sbt", '\uebd2'), SCHEME("file-scheme", '\uebd3'), SCILAB("file-scilab", '\uebd4'), SCILLA("file-scilla", '\uebd5'), SCRATCH("file-scratch", '\uebd6'), SCRIPT("file--script", '\ue986'), SCRUTINIZER("file-scrutinizer", '\uebd7'), SELF("file-self", '\uebd8'), SEMANTICRELEASE("file-semanticrelease", '\uebd9'), SENTRY("file-sentry", '\uebda'), SEQUELIZE("file-sequelize", '\uebdb'), SERVERLESS("file-serverless", '\uebdc'), SERVICE_FABRIC("file-service-fabric", '\uebdd'), SHADOWCLJS("file-shadowcljs", '\uebde'), SHEN("file-shen", '\uebdf'), SHIPIT("file-shipit", '\uebe0'), SHIPPABLE("file-shippable", '\uebe1'), SHOPIFY("file-shopify", '\uebe2'), SHURIKEN("file-shuriken", '\uebe3'), SIGILS("file-sigils", '\uebe4'), SILICONGRAPHICS("file-silicongraphics", '\uebe5'), SILVERSTRIPE("file-silverstripe", '\uebe6'), SINATRA("file-sinatra", '\uebe7'), SKETCH("file-sketch", '\uebe8'), SKETCHUP_LAYOUT("file-sketchup-layout", '\uebe9'), SKETCHUP_MAKE("file-sketchup-make", '\uebea'), SKETCHUP_STYLEBUILDER("file-sketchup-stylebuilder", '\uebeb'), SLASH("file-slash", '\uebec'), SMARTOS("file-smartos", '\uebee'), SMARTOS_ALT("file-smartos-alt", '\uebed'), SNAPCRAFT("file-snapcraft", '\uebef'), SNORT("file-snort", '\uebf0'), SNOWPACK("file-snowpack", '\uebf1'), SNYK("file-snyk", '\uebf2'), SOLIDARITY("file-solidarity", '\uebf3'), SOLIDITY("file-solidity", '\uebf4'), SOPHIA("file-sophia", '\uebf5'), SORBET("file-sorbet", '\uebf6'), SOURCE("file-source", '\uebf7'), SPACEMACS("file-spacemacs", '\uebf8'), SPACENGINE("file-spacengine", '\uebf9'), SPARC("file-sparc", '\uebfa'), SPRAY("file-spray", '\uebfb'), SQF("file-sqf", '\uebfc'), SQLITE("file-sqlite", '\uebfd'), SQUARESPACE("file-squarespace", '\uebfe'), STAN("file-stan", '\uebff'), STATA("file-stata", '\uec00'), STDLIBJS("file-stdlibjs", '\uec01'), STENCIL("file-stencil", '\uec02'), STITCHES("file-stitches", '\uec03'), STORYBOOK("file-storybook", '\uec04'), STORYIST("file-storyist", '\uec05'), STRINGS("file-strings", '\uec06'), STYLABLE("file-stylable", '\uec07'), STYLEDCOMPONENTS("file-styledcomponents", '\uec08'), STYLELINT("file-stylelint", '\uec09'), STYLISHHASKELL("file-stylishhaskell", '\uec0a'), STYLUS("file-stylus", '\uec0d'), STYLUS_ORB("file-stylus-orb", '\uec0b'), STYLUS_S("file-stylus-s", '\uec0c'), SUBLIME("file-sublime", '\uec0e'), SUPERCOLLIDER("file-supercollider", '\uec0f'), SVELTE("file-svelte", '\uec10'), SVN("file-svn", '\uec11'), SWAGGER("file-swagger", '\uec12'), SYSTEMVERILOG("file-systemverilog", '\uec13'), TAG("file-tag", '\uec14'), TAILWIND("file-tailwind", '\uec15'), TCL("file-tcl", '\uec16'), TELEGRAM("file-telegram", '\uec17'), TEMPLATETOOLKIT("file-templatetoolkit", '\uec18'), TEMPLEOS("file-templeos", '\uec19'), TERMINAL("file-terminal", '\uec1a'), TERN("file-tern", '\uec1b'), TERRAFORM("file-terraform", '\uec1c'), TERSER("file-terser", '\uec1d'), TESTCAFE("file-testcafe", '\uec2a'), TEST_COFFEESCRIPT("file-test-coffeescript", '\uec1e'), TEST_DIRECTORY("file-test-directory", '\uec1f'), TEST_GENERIC("file-test-generic", '\uec20'), TEST_GO("file-test-go", '\uec21'), TEST_HASKELL("file-test-haskell", '\uec22'), TEST_JS("file-test-js", '\uec23'), TEST_PERL("file-test-perl", '\uec24'), TEST_PYTHON("file-test-python", '\uec25'), TEST_REACT("file-test-react", '\uec26'), TEST_RUBY("file-test-ruby", '\uec27'), TEST_RUST("file-test-rust", '\uec28'), TEST_TYPESCRIPT("file-test-typescript", '\uec29'), TEXTILE("file-textile", '\uec2b'), TEXTMATE("file-textmate", '\uec2c'), TFS("file-tfs", '\uec2d'), THOR("file-thor", '\uec2e'), TILT("file-tilt", '\uec2f'), TINYMCE("file-tinymce", '\uec30'), TIPE("file-tipe", '\uec31'), TLA("file-tla", '\uec32'), TMUX("file-tmux", '\uec33'), TOML("file-toml", '\uec34'), TORTOISESVN("file-tortoisesvn", '\uec35'), TOTVS("file-totvs", '\uec36'), TRUFFLE("file-truffle", '\uec37'), TSX("file-tsx", '\uec39'), TSX_ALT("file-tsx-alt", '\uec38'), TTCN_3("file-ttcn-3", '\uec3a'), TURING("file-turing", '\uec3b'), TWIG("file-twig", '\uec3c'), TWINE("file-twine", '\uec3d'), TXL("file-txl", '\uec3e'), TYPEDOC("file-typedoc", '\uec3f'), TYPESCRIPT("file-typescript", '\uec41'), TYPESCRIPT_ALT("file-typescript-alt", '\uec40'), TYPINGS("file-typings", '\uec42'), UFO("file-ufo", '\uec43'), UNIBEAUTIFY("file-unibeautify", '\uec44'), UNICODE("file-unicode", '\uec45'), UNO("file-uno", '\uec46'), UNREALSCRIPT("file-unrealscript", '\uec47'), URWEB("file-urweb", '\uec48'), V("file-v", '\uec4a'), V8("file-v8", '\uec4c'), V8_TURBOFAN("file-v8-turbofan", '\uec4b'), VAGRANT("file-vagrant", '\uec4d'), VALA("file-vala", '\uec4e'), VAX("file-vax", '\uec4f'), VCL("file-vcl", '\uec50'), VELOCITY("file-velocity", '\uec51'), VERILOG("file-verilog", '\uec52'), VERTEXSHADER("file-vertexshader", '\uec53'), VHDL("file-vhdl", '\uec54'), VIDEO("file-video", '\uec55'), VIRTUALBOX("file-virtualbox", '\uec57'), VIRTUALBOX_ALT("file-virtualbox-alt", '\uec56'), VMWARE("file-vmware", '\uec58'), VSCODE("file-vscode", '\uec59'), VSTS("file-vsts", '\uec5a'), VUE("file-vue", '\uec5b'), VYPER("file-vyper", '\uec5c'), V_RAY("file-v-ray", '\uec49'), W3C("file-w3c", '\uec5d'), WALLABY("file-wallaby", '\uec5e'), WALT("file-walt", '\uec5f'), WARCRAFT_III("file-warcraft-iii", '\uec60'), WASI("file-wasi", '\uec61'), WATCHMAN("file-watchman", '\uec62'), WDL("file-wdl", '\uec63'), WEBASSEMBLY("file-webassembly", '\uec64'), WEBGL("file-webgl", '\uec65'), WEBHINT("file-webhint", '\uec66'), WEBPACK("file-webpack", '\uec68'), WEBPACK_OLD("file-webpack-old", '\uec67'), WEBVTT("file-webvtt", '\uec69'), WENYAN("file-wenyan", '\uec6a'), WERCKER("file-wercker", '\uec6b'), WGET("file-wget", '\uec6c'), WINE("file-wine", '\uec6d'), WIX("file-wix", '\uec6e'), WORKBOX("file-workbox", '\uec6f'), WURST("file-wurst", '\uec70'), X10("file-x10", '\uec71'), XAMARIN("file-xamarin", '\uec72'), XMAKE("file-xmake", '\uec73'), XMOS("file-xmos", '\uec74'), XPAGES("file-xpages", '\uec75'), XTEND("file-xtend", '\uec76'), XUBUNTU("file-xubuntu", '\uec77'), YAML("file-yaml", '\uec7c'), YAMLLINT("file-yamllint", '\uec7d'), YAML_ALT1("file-yaml-alt1", '\uec78'), YAML_ALT2("file-yaml-alt2", '\uec79'), YAML_ALT3("file-yaml-alt3", '\uec7a'), YAML_ALT4("file-yaml-alt4", '\uec7b'), YANDEX("file-yandex", '\uec7e'), YANG("file-yang", '\uec7f'), YARA("file-yara", '\uec80'), YARN("file-yarn", '\uec81'), YASM("file-yasm", '\uec82'), YORICK("file-yorick", '\uec83'), YUI("file-yui", '\uec84'), ZBRUSH("file-zbrush", '\uec85'), ZEIT("file-zeit", '\uec86'), ZEPHIR("file-zephir", '\uec87'), ZIG("file-zig", '\uec88'), ZILOG("file-zilog", '\uec89'), ZIMPL("file-zimpl", '\uec8a'), ZORINOS("file-zorinos", '\uec8b'), ZORK("file-zork", '\uec8c'); public static FileIcons findByDescription(String description) { for (FileIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FileIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fileicons-pack/src/main/java/org/kordamp/ikonli/fileicons/FileIconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fileicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FileIconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fileicons/2.1.44/fonts/File-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("file-"); } @Override public Ikon resolve(String description) { return FileIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "File-Icons"; } } ================================================ FILE: icon-packs/ikonli-fileicons-pack/src/main/java/org/kordamp/ikonli/fileicons/FileIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fileicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FileIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return FileIcons.class; } } ================================================ FILE: icon-packs/ikonli-fileicons-pack/src/main/resources/META-INF/resources/fileicons/2.1.44/css/fileicons.css ================================================ @font-face { font-family: 'File-Icons'; src: url('../fonts/File-Icons.eot?5z3ukx'); src: url('../fonts/File-Icons.eot?5z3ukx#iefix') format('embedded-opentype'), url('../fonts/File-Icons.ttf?5z3ukx') format('truetype'), url('../fonts/File-Icons.woff?5z3ukx') format('woff'), url('../fonts/File-Icons.svg?5z3ukx#File-Icons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="file-"], [class*=" file-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'File-Icons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .file-1c-alt:before { content: "\e900"; } .file-1c:before { content: "\e901"; } .file-3d-model:before { content: "\e902"; } .file-3ds-max:before { content: "\e903"; } .file-4d:before { content: "\e904"; } .file-a-plus:before { content: "\e905"; } .file-abap:before { content: "\e906"; } .file-abif:before { content: "\e907"; } .file-acre:before { content: "\e908"; } .file-actionscript:before { content: "\e909"; } .file-ada:before { content: "\e90a"; } .file-adobe-acrobat:before { content: "\e90b"; } .file-adobe-aftereffects:before { content: "\e90c"; } .file-adobe-animate:before { content: "\e90d"; } .file-adobe-audition:before { content: "\e90e"; } .file-adobe-bridge:before { content: "\e90f"; } .file-adobe-characteranimator:before { content: "\e910"; } .file-adobe-creativecloud:before { content: "\e911"; } .file-adobe-dimension:before { content: "\e912"; } .file-adobe-dreamweaver:before { content: "\e913"; } .file-adobe-flash:before { content: "\e914"; } .file-adobe-fuse:before { content: "\e915"; } .file-adobe-illustrator:before { content: "\e916"; } .file-adobe-incopy:before { content: "\e917"; } .file-adobe-indesign:before { content: "\e918"; } .file-adobe-lightroom:before { content: "\e919"; } .file-adobe-mediaencoder:before { content: "\e91a"; } .file-adobe-photoshop:before { content: "\e91b"; } .file-adobe-prelude:before { content: "\e91c"; } .file-adobe-premiere:before { content: "\e91d"; } .file-adobe-premiererush:before { content: "\e91e"; } .file-adobe-xd:before { content: "\e91f"; } .file-adobe:before { content: "\e920"; } .file-aeternity:before { content: "\e921"; } .file-affectscript:before { content: "\e922"; } .file-affinitydesigner:before { content: "\e923"; } .file-agc:before { content: "\e924"; } .file-agda:before { content: "\e925"; } .file-akka:before { content: "\e926"; } .file-alacritty-alt:before { content: "\e927"; } .file-alacritty:before { content: "\e928"; } .file-alex:before { content: "\e929"; } .file-alloy:before { content: "\e92a"; } .file-alpine-linux:before { content: "\e92b"; } .file-amd:before { content: "\e92c"; } .file-amigaos:before { content: "\e92d"; } .file-ampl:before { content: "\e92e"; } .file-amusewiki:before { content: "\e92f"; } .file-analytica:before { content: "\e930"; } .file-angelscript:before { content: "\e931"; } .file-animestudio:before { content: "\e932"; } .file-ansible-alt:before { content: "\e933"; } .file-ansible:before { content: "\e934"; } .file-antlr:before { content: "\e935"; } .file-antwar:before { content: "\e936"; } .file-anyscript:before { content: "\e937"; } .file-apache-ant:before { content: "\e938"; } .file-api-blueprint:before { content: "\e939"; } .file-apiextractor:before { content: "\e93a"; } .file-apl-old:before { content: "\e93b"; } .file-apl:before { content: "\e93c"; } .file-apollo:before { content: "\e93d"; } .file-apple:before { content: "\e93e"; } .file-appveyor:before { content: "\e93f"; } .file-arc:before { content: "\e940"; } .file-arch-linux:before { content: "\e941"; } .file-arduino:before { content: "\e942"; } .file-arm:before { content: "\e943"; } .file-arttext:before { content: "\e944"; } .file-asciidoc:before { content: "\e945"; } .file-asciidoctor:before { content: "\e946"; } .file-assembly-agc:before { content: "\e947"; } .file-assembly-amd:before { content: "\e948"; } .file-assembly-arm:before { content: "\e949"; } .file-assembly-att:before { content: "\e94a"; } .file-assembly-avr:before { content: "\e94b"; } .file-assembly-generic:before { content: "\e94c"; } .file-assembly-hitachi:before { content: "\e94d"; } .file-assembly-intel:before { content: "\e94e"; } .file-assembly-motorola:before { content: "\e94f"; } .file-assembly-powerpc:before { content: "\e950"; } .file-assembly-riscv:before { content: "\e951"; } .file-assembly-sparc:before { content: "\e952"; } .file-assembly-vax:before { content: "\e953"; } .file-assembly-zilog:before { content: "\e954"; } .file-asymptote-alt:before { content: "\e955"; } .file-asymptote:before { content: "\e956"; } .file-atoum:before { content: "\e957"; } .file-ats:before { content: "\e958"; } .file-att:before { content: "\e959"; } .file-audacity:before { content: "\e95a"; } .file-augeas:before { content: "\e95b"; } .file-aurelia:before { content: "\e95c"; } .file-autohotkey:before { content: "\e95d"; } .file-autoit:before { content: "\e95e"; } .file-avr:before { content: "\e95f"; } .file-avro:before { content: "\e960"; } .file-awk:before { content: "\e961"; } .file-azure-pipelines:before { content: "\e962"; } .file-babel:before { content: "\e963"; } .file-ballerina:before { content: "\e964"; } .file-bazaar:before { content: "\e965"; } .file-bazel-old:before { content: "\e966"; } .file-bazel:before { content: "\e967"; } .file-behat:before { content: "\e968"; } .file-bem:before { content: "\e969"; } .file-bibtex:before { content: "\e96a"; } .file-biml:before { content: "\e96b"; } .file-binder:before { content: "\e96c"; } .file-bintray:before { content: "\e96d"; } .file-bison:before { content: "\e96e"; } .file-bithound:before { content: "\e96f"; } .file-blender:before { content: "\e970"; } .file-blitzbasic:before { content: "\e971"; } .file-bloc:before { content: "\e972"; } .file-bluespec:before { content: "\e973"; } .file-bnf:before { content: "\e974"; } .file-boo:before { content: "\e975"; } .file-bors:before { content: "\e976"; } .file-bosque:before { content: "\e977"; } .file-brainfuck:before { content: "\e978"; } .file-brakeman:before { content: "\e979"; } .file-bro:before { content: "\e97a"; } .file-broccoli:before { content: "\e97b"; } .file-brotli-old:before { content: "\e97c"; } .file-brotli:before { content: "\e97d"; } .file-browserslist:before { content: "\e97e"; } .file-browsersync:before { content: "\e97f"; } .file-brunch:before { content: "\e980"; } .file-buck:before { content: "\e981"; } .file-build-boot:before { content: "\e982"; } .file-buildkite:before { content: "\e983"; } .file-bundler:before { content: "\e984"; } .file-byond:before { content: "\e985"; } .file-c1:before { content: "\e986"; } .file-script:before { content: "\e986"; } .file-c2:before { content: "\e987"; } .file-c3:before { content: "\e988"; } .file-cabal:before { content: "\e989"; } .file-caddy-old:before { content: "\e98a"; } .file-caddy:before { content: "\e98b"; } .file-caffe:before { content: "\e98c"; } .file-caffe2:before { content: "\e98d"; } .file-cairo:before { content: "\e98e"; } .file-cake:before { content: "\e98f"; } .file-cakefile:before { content: "\e990"; } .file-cakephp-old:before { content: "\e991"; } .file-cakephp:before { content: "\e992"; } .file-calva:before { content: "\e993"; } .file-carthage:before { content: "\e994"; } .file-cdf:before { content: "\e995"; } .file-ceylon:before { content: "\e996"; } .file-chai:before { content: "\e997"; } .file-chapel:before { content: "\e998"; } .file-chartjs:before { content: "\e999"; } .file-cheetah3d:before { content: "\e99a"; } .file-chef:before { content: "\e99b"; } .file-chocolatey:before { content: "\e99c"; } .file-chuck:before { content: "\e99d"; } .file-circleci:before { content: "\e99e"; } .file-cirru:before { content: "\e99f"; } .file-ckeditor:before { content: "\e9a0"; } .file-clarion:before { content: "\e9a1"; } .file-clean:before { content: "\e9a2"; } .file-click:before { content: "\e9a3"; } .file-clips:before { content: "\e9a4"; } .file-clojurejs:before { content: "\e9a5"; } .file-closuretemplate:before { content: "\e9a6"; } .file-cloudfoundry:before { content: "\e9a7"; } .file-cmake:before { content: "\e9a8"; } .file-cobol:before { content: "\e9a9"; } .file-cocoapods:before { content: "\e9aa"; } .file-codacy:before { content: "\e9ab"; } .file-code-climate:before { content: "\e9ac"; } .file-codecov:before { content: "\e9ad"; } .file-codekit:before { content: "\e9ae"; } .file-codemeta:before { content: "\e9af"; } .file-codemirror:before { content: "\e9b0"; } .file-codeship:before { content: "\e9b1"; } .file-coldfusion:before { content: "\e9b2"; } .file-commitlint:before { content: "\e9b3"; } .file-common-lisp:before { content: "\e9b4"; } .file-component-pascal:before { content: "\e9b5"; } .file-composer:before { content: "\e9b6"; } .file-conan:before { content: "\e9b7"; } .file-conda:before { content: "\e9b8"; } .file-config-coffeescript:before { content: "\e9b9"; } .file-config-go:before { content: "\e9ba"; } .file-config-haskell:before { content: "\e9bb"; } .file-config-js:before { content: "\e9bc"; } .file-config-perl:before { content: "\e9bd"; } .file-config-python:before { content: "\e9be"; } .file-config-react:before { content: "\e9bf"; } .file-config-ruby:before { content: "\e9c0"; } .file-config-rust:before { content: "\e9c1"; } .file-config-typescript:before { content: "\e9c2"; } .file-config:before { content: "\e9c3"; } .file-conll:before { content: "\e9c4"; } .file-coq:before { content: "\e9c5"; } .file-cordova:before { content: "\e9c6"; } .file-coreldraw-alt:before { content: "\e9c7"; } .file-coreldraw:before { content: "\e9c8"; } .file-coveralls:before { content: "\e9c9"; } .file-cpan:before { content: "\e9ca"; } .file-cpcdosc:before { content: "\e9cb"; } .file-crafttweaker:before { content: "\e9cc"; } .file-creole:before { content: "\e9cd"; } .file-crowdin:before { content: "\e9ce"; } .file-crystal:before { content: "\e9cf"; } .file-csound:before { content: "\e9d0"; } .file-cubit:before { content: "\e9d1"; } .file-cucumber:before { content: "\e9d2"; } .file-cuneiform:before { content: "\e9d3"; } .file-curl-lang:before { content: "\e9d4"; } .file-curl:before { content: "\e9d5"; } .file-curry:before { content: "\e9d6"; } .file-cvs:before { content: "\e9d7"; } .file-cwl:before { content: "\e9d8"; } .file-cython:before { content: "\e9d9"; } .file-d3:before { content: "\e9da"; } .file-dafny:before { content: "\e9db"; } .file-darcs-patch:before { content: "\e9dc"; } .file-dashboard:before { content: "\e9dd"; } .file-dataweave:before { content: "\e9de"; } .file-dbase:before { content: "\e9df"; } .file-default:before { content: "\e9e0"; } .file-delphi:before { content: "\e9e1"; } .file-deno:before { content: "\e9e2"; } .file-dependabot:before { content: "\e9e3"; } .file-devcontainer:before { content: "\e9e4"; } .file-devicetree:before { content: "\e9e5"; } .file-dhall:before { content: "\e9e6"; } .file-dia:before { content: "\e9e7"; } .file-diff:before { content: "\e9e8"; } .file-digdag:before { content: "\e9e9"; } .file-dna:before { content: "\e9ea"; } .file-docbook:before { content: "\e9eb"; } .file-docker:before { content: "\e9ec"; } .file-doclets:before { content: "\e9ed"; } .file-docpad:before { content: "\e9ee"; } .file-docz:before { content: "\e9ef"; } .file-dogescript:before { content: "\e9f0"; } .file-dom:before { content: "\e9f1"; } .file-donejs:before { content: "\e9f2"; } .file-dosbox-alt:before { content: "\e9f3"; } .file-dosbox:before { content: "\e9f4"; } .file-dotjs:before { content: "\e9f5"; } .file-doxygen:before { content: "\e9f6"; } .file-dragonflybsd:before { content: "\e9f7"; } .file-dragula:before { content: "\e9f8"; } .file-drawio:before { content: "\e9f9"; } .file-drone:before { content: "\e9fa"; } .file-dub:before { content: "\e9fb"; } .file-dvc:before { content: "\e9fc"; } .file-dyalog:before { content: "\e9fd"; } .file-dylib:before { content: "\e9fe"; } .file-e:before { content: "\e9ff"; } .file-eagle:before { content: "\ea00"; } .file-easybuild:before { content: "\ea01"; } .file-ec:before { content: "\ea02"; } .file-ecere:before { content: "\ea03"; } .file-eclipse-lang:before { content: "\ea04"; } .file-edge:before { content: "\ea05"; } .file-editorconfig:before { content: "\ea06"; } .file-eiffel:before { content: "\ea07"; } .file-ejs:before { content: "\ea08"; } .file-electron:before { content: "\ea09"; } .file-elementaryos:before { content: "\ea0a"; } .file-elm:before { content: "\ea0b"; } .file-emacs:before { content: "\ea0c"; } .file-ember:before { content: "\ea0d"; } .file-emberscript:before { content: "\ea0e"; } .file-ensime:before { content: "\ea0f"; } .file-eq:before { content: "\ea10"; } .file-esdoc:before { content: "\ea11"; } .file-eslint-old:before { content: "\ea12"; } .file-eslint:before { content: "\ea13"; } .file-expo:before { content: "\ea14"; } .file-fabfile:before { content: "\ea15"; } .file-fabric:before { content: "\ea16"; } .file-factor:before { content: "\ea17"; } .file-falcon:before { content: "\ea18"; } .file-fancy:before { content: "\ea19"; } .file-fantom:before { content: "\ea1a"; } .file-fauna:before { content: "\ea1b"; } .file-faust:before { content: "\ea1c"; } .file-fbx:before { content: "\ea1d"; } .file-fexl:before { content: "\ea1e"; } .file-ffmpeg:before { content: "\ea1f"; } .file-finaldraft:before { content: "\ea20"; } .file-finder:before { content: "\ea21"; } .file-firebase-bolt:before { content: "\ea22"; } .file-firebase:before { content: "\ea23"; } .file-flask:before { content: "\ea24"; } .file-floobits:before { content: "\ea25"; } .file-flow:before { content: "\ea26"; } .file-flutter:before { content: "\ea27"; } .file-flux:before { content: "\ea28"; } .file-font-bitmap:before { content: "\ea29"; } .file-font-outline:before { content: "\ea2a"; } .file-font:before { content: "\ea2b"; } .file-fontforge:before { content: "\ea2c"; } .file-fork:before { content: "\ea2d"; } .file-fortherecord:before { content: "\ea2e"; } .file-fortran:before { content: "\ea2f"; } .file-fossa:before { content: "\ea30"; } .file-fossil:before { content: "\ea31"; } .file-fountain:before { content: "\ea32"; } .file-franca:before { content: "\ea33"; } .file-freedesktop:before { content: "\ea34"; } .file-freedos:before { content: "\ea35"; } .file-freemarker:before { content: "\ea36"; } .file-freemat:before { content: "\ea37"; } .file-frege:before { content: "\ea38"; } .file-fthtml:before { content: "\ea39"; } .file-fuelux:before { content: "\ea3a"; } .file-fusebox:before { content: "\ea3b"; } .file-futhark:before { content: "\ea3c"; } .file-galaxy:before { content: "\ea3d"; } .file-galen:before { content: "\ea3e"; } .file-gamemaker:before { content: "\ea3f"; } .file-gams:before { content: "\ea40"; } .file-gap:before { content: "\ea41"; } .file-gatsby:before { content: "\ea42"; } .file-gauss:before { content: "\ea43"; } .file-gdb:before { content: "\ea44"; } .file-genshi:before { content: "\ea45"; } .file-genstat:before { content: "\ea46"; } .file-gentoo:before { content: "\ea47"; } .file-gf:before { content: "\ea48"; } .file-ghostscript:before { content: "\ea49"; } .file-gimp:before { content: "\ea4a"; } .file-gitlab:before { content: "\ea4b"; } .file-gitpod:before { content: "\ea4c"; } .file-glade:before { content: "\ea4d"; } .file-glide:before { content: "\ea4e"; } .file-gltf:before { content: "\ea4f"; } .file-glyphs:before { content: "\ea50"; } .file-gn:before { content: "\ea51"; } .file-gnu:before { content: "\ea52"; } .file-gnuplot:before { content: "\ea53"; } .file-go-old:before { content: "\ea54"; } .file-go:before { content: "\ea55"; } .file-godot:before { content: "\ea56"; } .file-golo:before { content: "\ea57"; } .file-goreleaser:before { content: "\ea58"; } .file-gosu:before { content: "\ea59"; } .file-gradle:before { content: "\ea5a"; } .file-graphite:before { content: "\ea5b"; } .file-graphql-codegenerator:before { content: "\ea5c"; } .file-graphql:before { content: "\ea5d"; } .file-graphviz:before { content: "\ea5e"; } .file-gravit-designer:before { content: "\ea5f"; } .file-greenkeeper:before { content: "\ea60"; } .file-gridsome:before { content: "\ea61"; } .file-groovy:before { content: "\ea62"; } .file-grunt:before { content: "\ea63"; } .file-gulp:before { content: "\ea64"; } .file-hack:before { content: "\ea65"; } .file-haml:before { content: "\ea66"; } .file-harbour:before { content: "\ea67"; } .file-hashicorp:before { content: "\ea68"; } .file-haxe:before { content: "\ea69"; } .file-haxedevelop:before { content: "\ea6a"; } .file-helix:before { content: "\ea6b"; } .file-hewlettpackard:before { content: "\ea6c"; } .file-hie:before { content: "\ea6d"; } .file-hitachi:before { content: "\ea6e"; } .file-hjson:before { content: "\ea6f"; } .file-homebrew:before { content: "\ea70"; } .file-hop:before { content: "\ea71"; } .file-hoplon:before { content: "\ea72"; } .file-houndci:before { content: "\ea73"; } .file-hugo:before { content: "\ea74"; } .file-husky:before { content: "\ea75"; } .file-hy:before { content: "\ea76"; } .file-hygen:before { content: "\ea77"; } .file-hyper:before { content: "\ea78"; } .file-icomoon:before { content: "\ea79"; } .file-icu:before { content: "\ea7a"; } .file-idl:before { content: "\ea7b"; } .file-idris:before { content: "\ea7c"; } .file-igor-pro:before { content: "\ea7d"; } .file-illumos:before { content: "\ea7e"; } .file-image:before { content: "\ea7f"; } .file-imba-alt:before { content: "\ea80"; } .file-imba-old:before { content: "\ea81"; } .file-imba:before { content: "\ea82"; } .file-influxdata:before { content: "\ea83"; } .file-inform7:before { content: "\ea84"; } .file-ink:before { content: "\ea85"; } .file-inkscape:before { content: "\ea86"; } .file-innosetup:before { content: "\ea87"; } .file-intel:before { content: "\ea88"; } .file-io:before { content: "\ea89"; } .file-ioke .path1:before { content: "\ea8a"; color: rgb(24, 25, 22); } .file-ioke .path2:before { content: "\ea8b"; margin-left: -1em; color: rgb(24, 25, 22); } .file-ioke .path3:before { content: "\ea8c"; margin-left: -1em; color: rgb(0, 0, 0); } .file-ioke .path4:before { content: "\ea8d"; margin-left: -1em; color: rgb(0, 0, 0); } .file-ioke .path5:before { content: "\ea8e"; margin-left: -1em; color: rgb(0, 0, 0); } .file-ioke .path6:before { content: "\ea8f"; margin-left: -1em; color: rgb(0, 0, 0); } .file-ionic-project:before { content: "\ea90"; } .file-isabelle:before { content: "\ea91"; } .file-istanbul:before { content: "\ea92"; } .file-j:before { content: "\ea93"; } .file-jade:before { content: "\ea94"; } .file-jakefile:before { content: "\ea95"; } .file-janet:before { content: "\ea96"; } .file-jasmine:before { content: "\ea97"; } .file-jenkins:before { content: "\ea98"; } .file-jest:before { content: "\ea99"; } .file-jinja:before { content: "\ea9a"; } .file-jison:before { content: "\ea9b"; } .file-jolie:before { content: "\ea9c"; } .file-jscpd:before { content: "\ea9d"; } .file-json-1:before { content: "\ea9e"; } .file-json-2:before { content: "\ea9f"; } .file-json-ld1:before { content: "\eaa0"; } .file-json-ld2:before { content: "\eaa1"; } .file-json5:before { content: "\eaa2"; } .file-jsonnet:before { content: "\eaa3"; } .file-jsx-alt:before { content: "\eaa4"; } .file-jsx-atom:before { content: "\eaa5"; } .file-jsx:before { content: "\eaa6"; } .file-julia:before { content: "\eaa7"; } .file-junos:before { content: "\eaa8"; } .file-jupyter:before { content: "\eaa9"; } .file-kaitai:before { content: "\eaaa"; } .file-karma:before { content: "\eaab"; } .file-keybase:before { content: "\eaac"; } .file-keynote:before { content: "\eaad"; } .file-khronos:before { content: "\eaae"; } .file-kibo:before { content: "\eaaf"; } .file-kicad:before { content: "\eab0"; } .file-kitchenci:before { content: "\eab1"; } .file-kivy:before { content: "\eab2"; } .file-knime:before { content: "\eab3"; } .file-knockout:before { content: "\eab4"; } .file-kos:before { content: "\eab5"; } .file-kotlin:before { content: "\eab6"; } .file-krl:before { content: "\eab7"; } .file-kubernetes:before { content: "\eab8"; } .file-kusto-alt:before { content: "\eab9"; } .file-kusto:before { content: "\eaba"; } .file-kx:before { content: "\eabb"; } .file-labview:before { content: "\eabc"; } .file-lark:before { content: "\eabd"; } .file-lasso:before { content: "\eabe"; } .file-latex:before { content: "\eabf"; } .file-latino:before { content: "\eac0"; } .file-leaflet:before { content: "\eac1"; } .file-lean:before { content: "\eac2"; } .file-lefthook-alt:before { content: "\eac3"; } .file-lefthook:before { content: "\eac4"; } .file-leiningen:before { content: "\eac5"; } .file-lektor:before { content: "\eac6"; } .file-lerna:before { content: "\eac7"; } .file-lex-alt:before { content: "\eac8"; } .file-lex:before { content: "\eac9"; } .file-lfe:before { content: "\eaca"; } .file-lgtm:before { content: "\eacb"; } .file-libuv:before { content: "\eacc"; } .file-lighthouse:before { content: "\eacd"; } .file-lightwave:before { content: "\eace"; } .file-lilypond:before { content: "\eacf"; } .file-lime:before { content: "\ead0"; } .file-linqpad:before { content: "\ead1"; } .file-lisp:before { content: "\ead2"; } .file-livescript:before { content: "\ead3"; } .file-llvm:before { content: "\ead4"; } .file-logtalk:before { content: "\ead5"; } .file-lolcode:before { content: "\ead6"; } .file-lookml:before { content: "\ead7"; } .file-lsl:before { content: "\ead8"; } .file-lua:before { content: "\ead9"; } .file-macaulay2:before { content: "\eada"; } .file-macvim:before { content: "\eadb"; } .file-magit:before { content: "\eadc"; } .file-mako:before { content: "\eadd"; } .file-manjaro:before { content: "\eade"; } .file-manpage:before { content: "\eadf"; } .file-mapbox:before { content: "\eae0"; } .file-markdownlint:before { content: "\eae1"; } .file-marko:before { content: "\eae2"; } .file-mathematica:before { content: "\eae3"; } .file-mathjax:before { content: "\eae4"; } .file-matlab:before { content: "\eae5"; } .file-matroska:before { content: "\eae6"; } .file-max:before { content: "\eae7"; } .file-maya:before { content: "\eae8"; } .file-mdx:before { content: "\eae9"; } .file-mediawiki:before { content: "\eaea"; } .file-melpa:before { content: "\eaeb"; } .file-mercurial:before { content: "\eaec"; } .file-mercury:before { content: "\eaed"; } .file-mermaid:before { content: "\eaee"; } .file-meson-old:before { content: "\eaef"; } .file-meson:before { content: "\eaf0"; } .file-metal:before { content: "\eaf1"; } .file-meteor:before { content: "\eaf2"; } .file-microsoft-access:before { content: "\eaf3"; } .file-microsoft-excel:before { content: "\eaf4"; } .file-microsoft-infopath:before { content: "\eaf5"; } .file-microsoft-lync:before { content: "\eaf6"; } .file-microsoft-onenote:before { content: "\eaf7"; } .file-microsoft-outlook:before { content: "\eaf8"; } .file-microsoft-powerpoint:before { content: "\eaf9"; } .file-microsoft-project:before { content: "\eafa"; } .file-microsoft-publisher:before { content: "\eafb"; } .file-microsoft-visio:before { content: "\eafc"; } .file-microsoft-word:before { content: "\eafd"; } .file-minecraft:before { content: "\eafe"; } .file-minizinc:before { content: "\eaff"; } .file-mirah:before { content: "\eb00"; } .file-miranda:before { content: "\eb01"; } .file-mirc:before { content: "\eb02"; } .file-mjml:before { content: "\eb03"; } .file-mocha:before { content: "\eb04"; } .file-modelica:before { content: "\eb05"; } .file-modernweb:before { content: "\eb06"; } .file-modo:before { content: "\eb07"; } .file-modula-2:before { content: "\eb08"; } .file-modula-3:before { content: "\eb09"; } .file-moho:before { content: "\eb0a"; } .file-moleculer:before { content: "\eb0b"; } .file-moment-timezone:before { content: "\eb0c"; } .file-moment:before { content: "\eb0d"; } .file-monkey:before { content: "\eb0e"; } .file-mono:before { content: "\eb0f"; } .file-monotone:before { content: "\eb10"; } .file-motorola:before { content: "\eb11"; } .file-moustache:before { content: "\eb12"; } .file-mruby:before { content: "\eb13"; } .file-ms-dos:before { content: "\eb14"; } .file-mupad:before { content: "\eb15"; } .file-nano:before { content: "\eb16"; } .file-nanoc:before { content: "\eb17"; } .file-nant:before { content: "\eb18"; } .file-nasm:before { content: "\eb19"; } .file-ndepend:before { content: "\eb1a"; } .file-neko:before { content: "\eb1b"; } .file-nemerle:before { content: "\eb1c"; } .file-neo4j:before { content: "\eb1d"; } .file-neon:before { content: "\eb1e"; } .file-nessus:before { content: "\eb1f"; } .file-nestjs:before { content: "\eb20"; } .file-netlify:before { content: "\eb21"; } .file-netlinx:before { content: "\eb22"; } .file-netlogo:before { content: "\eb23"; } .file-new-relic:before { content: "\eb24"; } .file-nextflow:before { content: "\eb25"; } .file-nextjs:before { content: "\eb26"; } .file-nginx:before { content: "\eb27"; } .file-nib:before { content: "\eb28"; } .file-nickle:before { content: "\eb29"; } .file-nightwatch:before { content: "\eb2a"; } .file-nimble:before { content: "\eb2b"; } .file-nimrod:before { content: "\eb2c"; } .file-nintendo64:before { content: "\eb2d"; } .file-nit:before { content: "\eb2e"; } .file-nix:before { content: "\eb2f"; } .file-nmap:before { content: "\eb30"; } .file-nodemon:before { content: "\eb31"; } .file-nokogiri:before { content: "\eb32"; } .file-nomad:before { content: "\eb33"; } .file-noon:before { content: "\eb34"; } .file-normalise:before { content: "\eb35"; } .file-npm-old:before { content: "\eb36"; } .file-npm:before { content: "\eb37"; } .file-nsis-old:before { content: "\eb38"; } .file-nsis:before { content: "\eb39"; } .file-nsri-alt:before { content: "\eb3a"; } .file-nsri:before { content: "\eb3b"; } .file-nuclide:before { content: "\eb3c"; } .file-nuget:before { content: "\eb3d"; } .file-numpy-old:before { content: "\eb3e"; } .file-numpy:before { content: "\eb3f"; } .file-nunjucks:before { content: "\eb40"; } .file-nuxt:before { content: "\eb41"; } .file-nvidia:before { content: "\eb42"; } .file-nwscript:before { content: "\eb43"; } .file-nx:before { content: "\eb44"; } .file-nxc:before { content: "\eb45"; } .file-oberon:before { content: "\eb46"; } .file-objective-j:before { content: "\eb47"; } .file-ocaml:before { content: "\eb48"; } .file-octave:before { content: "\eb49"; } .file-odin:before { content: "\eb4a"; } .file-ogone:before { content: "\eb4b"; } .file-ooc:before { content: "\eb4c"; } .file-opa:before { content: "\eb4d"; } .file-openapi:before { content: "\eb4e"; } .file-openbsd-alt:before { content: "\eb4f"; } .file-openbsd:before { content: "\eb50"; } .file-opencl:before { content: "\eb51"; } .file-opencv:before { content: "\eb52"; } .file-openexr:before { content: "\eb53"; } .file-opengl:before { content: "\eb54"; } .file-openindiana:before { content: "\eb55"; } .file-openoffice:before { content: "\eb56"; } .file-openpolicyagent:before { content: "\eb57"; } .file-openscad:before { content: "\eb58"; } .file-opensolaris:before { content: "\eb59"; } .file-openstack:before { content: "\eb5a"; } .file-openvms:before { content: "\eb5b"; } .file-openvpn:before { content: "\eb5c"; } .file-openzfs:before { content: "\eb5d"; } .file-org-mode:before { content: "\eb5e"; } .file-os2:before { content: "\eb5f"; } .file-owl:before { content: "\eb60"; } .file-ox:before { content: "\eb61"; } .file-oxygene:before { content: "\eb62"; } .file-oz:before { content: "\eb63"; } .file-p4:before { content: "\eb64"; } .file-pan:before { content: "\eb65"; } .file-papyrus:before { content: "\eb66"; } .file-parrot:before { content: "\eb67"; } .file-pascal:before { content: "\eb68"; } .file-patch:before { content: "\eb69"; } .file-patreon:before { content: "\eb6a"; } .file-pawn:before { content: "\eb6b"; } .file-pcd:before { content: "\eb6c"; } .file-pegjs:before { content: "\eb6d"; } .file-perl6:before { content: "\eb6e"; } .file-phalcon:before { content: "\eb6f"; } .file-phoenix:before { content: "\eb70"; } .file-php:before { content: "\eb71"; } .file-phpunit:before { content: "\eb72"; } .file-phraseapp:before { content: "\eb73"; } .file-pickle:before { content: "\eb74"; } .file-pico-8:before { content: "\eb75"; } .file-picolisp:before { content: "\eb76"; } .file-pike:before { content: "\eb77"; } .file-pinescript:before { content: "\eb78"; } .file-pipenv:before { content: "\eb79"; } .file-pkgsrc:before { content: "\eb7a"; } .file-platformio:before { content: "\eb7b"; } .file-pm2:before { content: "\eb7c"; } .file-pnpm:before { content: "\eb7d"; } .file-pod:before { content: "\eb7e"; } .file-pogoscript:before { content: "\eb7f"; } .file-pointwise:before { content: "\eb80"; } .file-polymer:before { content: "\eb81"; } .file-pony:before { content: "\eb82"; } .file-postcss:before { content: "\eb83"; } .file-postscript:before { content: "\eb84"; } .file-pov-ray:before { content: "\eb85"; } .file-powerbuilder:before { content: "\eb86"; } .file-powerpc:before { content: "\eb87"; } .file-powershell:before { content: "\eb88"; } .file-precision:before { content: "\eb89"; } .file-precommit:before { content: "\eb8a"; } .file-prettier:before { content: "\eb8b"; } .file-prisma:before { content: "\eb8c"; } .file-processing:before { content: "\eb8d"; } .file-progress-old:before { content: "\eb8e"; } .file-progress:before { content: "\eb8f"; } .file-propeller:before { content: "\eb90"; } .file-pros:before { content: "\eb91"; } .file-proselint:before { content: "\eb92"; } .file-protractor:before { content: "\eb93"; } .file-pug-old:before { content: "\eb94"; } .file-pug:before { content: "\eb95"; } .file-pullapprove:before { content: "\eb96"; } .file-puppet:before { content: "\eb97"; } .file-pure:before { content: "\eb98"; } .file-purebasic:before { content: "\eb99"; } .file-purescript:before { content: "\eb9a"; } .file-pypi:before { content: "\eb9b"; } .file-pyret:before { content: "\eb9c"; } .file-pytest:before { content: "\eb9d"; } .file-pyup:before { content: "\eb9e"; } .file-q:before { content: "\eb9f"; } .file-qiskit:before { content: "\eba0"; } .file-qlikview:before { content: "\eba1"; } .file-qt:before { content: "\eba2"; } .file-quasar:before { content: "\eba3"; } .file-r:before { content: "\eba4"; } .file-racket:before { content: "\eba5"; } .file-raml:before { content: "\eba6"; } .file-rascal:before { content: "\eba7"; } .file-razzle:before { content: "\eba8"; } .file-rdata:before { content: "\eba9"; } .file-rdoc:before { content: "\ebaa"; } .file-reactos:before { content: "\ebab"; } .file-readthedocs:before { content: "\ebac"; } .file-realbasic:before { content: "\ebad"; } .file-reason:before { content: "\ebae"; } .file-reasonstudios-alt:before { content: "\ebaf"; } .file-reasonstudios:before { content: "\ebb0"; } .file-rebol:before { content: "\ebb1"; } .file-red-old:before { content: "\ebb2"; } .file-red:before { content: "\ebb3"; } .file-redux:before { content: "\ebb4"; } .file-reek:before { content: "\ebb5"; } .file-regex:before { content: "\ebb6"; } .file-remark:before { content: "\ebb7"; } .file-renovate:before { content: "\ebb8"; } .file-rescript:before { content: "\ebb9"; } .file-restructuredtext:before { content: "\ebba"; } .file-rexx:before { content: "\ebbb"; } .file-rhino3d:before { content: "\ebbc"; } .file-ring:before { content: "\ebbd"; } .file-riot-old:before { content: "\ebbe"; } .file-riot:before { content: "\ebbf"; } .file-risc-v:before { content: "\ebc0"; } .file-rmarkdown:before { content: "\ebc1"; } .file-robotframework-old:before { content: "\ebc2"; } .file-robotframework:before { content: "\ebc3"; } .file-robots:before { content: "\ebc4"; } .file-rollup-old:before { content: "\ebc5"; } .file-rollup:before { content: "\ebc6"; } .file-rspec:before { content: "\ebc7"; } .file-rstudio:before { content: "\ebc8"; } .file-rsync:before { content: "\ebc9"; } .file-rubocop:before { content: "\ebca"; } .file-rubygems:before { content: "\ebcb"; } .file-sac:before { content: "\ebcc"; } .file-sage:before { content: "\ebcd"; } .file-sails:before { content: "\ebce"; } .file-saltstack:before { content: "\ebcf"; } .file-san:before { content: "\ebd0"; } .file-sas:before { content: "\ebd1"; } .file-sbt:before { content: "\ebd2"; } .file-scheme:before { content: "\ebd3"; } .file-scilab:before { content: "\ebd4"; } .file-scilla:before { content: "\ebd5"; } .file-scratch:before { content: "\ebd6"; } .file-scrutinizer:before { content: "\ebd7"; } .file-self:before { content: "\ebd8"; } .file-semanticrelease:before { content: "\ebd9"; } .file-sentry:before { content: "\ebda"; } .file-sequelize:before { content: "\ebdb"; } .file-serverless:before { content: "\ebdc"; } .file-service-fabric:before { content: "\ebdd"; } .file-shadowcljs:before { content: "\ebde"; } .file-shen:before { content: "\ebdf"; } .file-shipit:before { content: "\ebe0"; } .file-shippable:before { content: "\ebe1"; } .file-shopify:before { content: "\ebe2"; } .file-shuriken:before { content: "\ebe3"; } .file-sigils:before { content: "\ebe4"; } .file-silicongraphics:before { content: "\ebe5"; } .file-silverstripe:before { content: "\ebe6"; } .file-sinatra:before { content: "\ebe7"; } .file-sketch:before { content: "\ebe8"; } .file-sketchup-layout:before { content: "\ebe9"; } .file-sketchup-make:before { content: "\ebea"; } .file-sketchup-stylebuilder:before { content: "\ebeb"; } .file-slash:before { content: "\ebec"; } .file-smartos-alt:before { content: "\ebed"; } .file-smartos:before { content: "\ebee"; } .file-snapcraft:before { content: "\ebef"; } .file-snort:before { content: "\ebf0"; } .file-snowpack:before { content: "\ebf1"; } .file-snyk:before { content: "\ebf2"; } .file-solidarity:before { content: "\ebf3"; } .file-solidity:before { content: "\ebf4"; } .file-sophia:before { content: "\ebf5"; } .file-sorbet:before { content: "\ebf6"; } .file-source:before { content: "\ebf7"; } .file-spacemacs:before { content: "\ebf8"; } .file-spacengine:before { content: "\ebf9"; } .file-sparc:before { content: "\ebfa"; } .file-spray:before { content: "\ebfb"; } .file-sqf:before { content: "\ebfc"; } .file-sqlite:before { content: "\ebfd"; } .file-squarespace:before { content: "\ebfe"; } .file-stan:before { content: "\ebff"; } .file-stata:before { content: "\ec00"; } .file-stdlibjs:before { content: "\ec01"; } .file-stencil:before { content: "\ec02"; } .file-stitches:before { content: "\ec03"; } .file-storybook:before { content: "\ec04"; } .file-storyist:before { content: "\ec05"; } .file-strings:before { content: "\ec06"; } .file-stylable:before { content: "\ec07"; } .file-styledcomponents:before { content: "\ec08"; } .file-stylelint:before { content: "\ec09"; } .file-stylishhaskell:before { content: "\ec0a"; } .file-stylus-orb:before { content: "\ec0b"; } .file-stylus-s:before { content: "\ec0c"; } .file-stylus:before { content: "\ec0d"; } .file-sublime:before { content: "\ec0e"; } .file-supercollider:before { content: "\ec0f"; } .file-svelte:before { content: "\ec10"; } .file-svn:before { content: "\ec11"; } .file-swagger:before { content: "\ec12"; } .file-systemverilog:before { content: "\ec13"; } .file-tag:before { content: "\ec14"; } .file-tailwind:before { content: "\ec15"; } .file-tcl:before { content: "\ec16"; } .file-telegram:before { content: "\ec17"; } .file-templatetoolkit:before { content: "\ec18"; } .file-templeos:before { content: "\ec19"; } .file-terminal:before { content: "\ec1a"; } .file-tern:before { content: "\ec1b"; } .file-terraform:before { content: "\ec1c"; } .file-terser:before { content: "\ec1d"; } .file-test-coffeescript:before { content: "\ec1e"; } .file-test-directory:before { content: "\ec1f"; } .file-test-generic:before { content: "\ec20"; } .file-test-go:before { content: "\ec21"; } .file-test-haskell:before { content: "\ec22"; } .file-test-js:before { content: "\ec23"; } .file-test-perl:before { content: "\ec24"; } .file-test-python:before { content: "\ec25"; } .file-test-react:before { content: "\ec26"; } .file-test-ruby:before { content: "\ec27"; } .file-test-rust:before { content: "\ec28"; } .file-test-typescript:before { content: "\ec29"; } .file-testcafe:before { content: "\ec2a"; } .file-textile:before { content: "\ec2b"; } .file-textmate:before { content: "\ec2c"; } .file-tfs:before { content: "\ec2d"; } .file-thor:before { content: "\ec2e"; } .file-tilt:before { content: "\ec2f"; } .file-tinymce:before { content: "\ec30"; } .file-tipe:before { content: "\ec31"; } .file-tla:before { content: "\ec32"; } .file-tmux:before { content: "\ec33"; } .file-toml:before { content: "\ec34"; } .file-tortoisesvn:before { content: "\ec35"; } .file-totvs:before { content: "\ec36"; } .file-truffle:before { content: "\ec37"; } .file-tsx-alt:before { content: "\ec38"; } .file-tsx:before { content: "\ec39"; } .file-ttcn-3:before { content: "\ec3a"; } .file-turing:before { content: "\ec3b"; } .file-twig:before { content: "\ec3c"; } .file-twine:before { content: "\ec3d"; } .file-txl:before { content: "\ec3e"; } .file-typedoc:before { content: "\ec3f"; } .file-typescript-alt:before { content: "\ec40"; } .file-typescript:before { content: "\ec41"; } .file-typings:before { content: "\ec42"; } .file-ufo:before { content: "\ec43"; } .file-unibeautify:before { content: "\ec44"; } .file-unicode:before { content: "\ec45"; } .file-uno:before { content: "\ec46"; } .file-unrealscript:before { content: "\ec47"; } .file-urweb:before { content: "\ec48"; } .file-v-ray:before { content: "\ec49"; } .file-v:before { content: "\ec4a"; } .file-v8-turbofan:before { content: "\ec4b"; } .file-v8:before { content: "\ec4c"; } .file-vagrant:before { content: "\ec4d"; } .file-vala:before { content: "\ec4e"; } .file-vax:before { content: "\ec4f"; } .file-vcl:before { content: "\ec50"; } .file-velocity:before { content: "\ec51"; } .file-verilog:before { content: "\ec52"; } .file-vertexshader:before { content: "\ec53"; } .file-vhdl:before { content: "\ec54"; } .file-video:before { content: "\ec55"; } .file-virtualbox-alt:before { content: "\ec56"; } .file-virtualbox:before { content: "\ec57"; } .file-vmware:before { content: "\ec58"; } .file-vscode:before { content: "\ec59"; } .file-vsts:before { content: "\ec5a"; } .file-vue:before { content: "\ec5b"; } .file-vyper:before { content: "\ec5c"; } .file-w3c:before { content: "\ec5d"; } .file-wallaby:before { content: "\ec5e"; } .file-walt:before { content: "\ec5f"; } .file-warcraft-iii:before { content: "\ec60"; } .file-wasi:before { content: "\ec61"; } .file-watchman:before { content: "\ec62"; } .file-wdl:before { content: "\ec63"; } .file-webassembly:before { content: "\ec64"; } .file-webgl:before { content: "\ec65"; } .file-webhint:before { content: "\ec66"; } .file-webpack-old:before { content: "\ec67"; } .file-webpack:before { content: "\ec68"; } .file-webvtt:before { content: "\ec69"; } .file-wenyan:before { content: "\ec6a"; } .file-wercker:before { content: "\ec6b"; } .file-wget:before { content: "\ec6c"; } .file-wine:before { content: "\ec6d"; } .file-wix:before { content: "\ec6e"; } .file-workbox:before { content: "\ec6f"; } .file-wurst:before { content: "\ec70"; } .file-x10:before { content: "\ec71"; } .file-xamarin:before { content: "\ec72"; } .file-xmake:before { content: "\ec73"; } .file-xmos:before { content: "\ec74"; } .file-xpages:before { content: "\ec75"; } .file-xtend:before { content: "\ec76"; } .file-xubuntu:before { content: "\ec77"; } .file-yaml-alt1:before { content: "\ec78"; } .file-yaml-alt2:before { content: "\ec79"; } .file-yaml-alt3:before { content: "\ec7a"; } .file-yaml-alt4:before { content: "\ec7b"; } .file-yaml:before { content: "\ec7c"; } .file-yamllint:before { content: "\ec7d"; } .file-yandex:before { content: "\ec7e"; } .file-yang:before { content: "\ec7f"; } .file-yara:before { content: "\ec80"; } .file-yarn:before { content: "\ec81"; } .file-yasm:before { content: "\ec82"; } .file-yorick:before { content: "\ec83"; } .file-yui:before { content: "\ec84"; } .file-zbrush:before { content: "\ec85"; } .file-zeit:before { content: "\ec86"; } .file-zephir:before { content: "\ec87"; } .file-zig:before { content: "\ec88"; } .file-zilog:before { content: "\ec89"; } .file-zimpl:before { content: "\ec8a"; } .file-zorinos:before { content: "\ec8b"; } .file-zork:before { content: "\ec8c"; } ================================================ FILE: icon-packs/ikonli-fluentui-pack/ikonli-fluentui-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.fluentui { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.fluentui; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.fluentui.FluentUiFilledALIkonHandler, org.kordamp.ikonli.fluentui.FluentUiFilledMZIkonHandler, org.kordamp.ikonli.fluentui.FluentUiRegularALIkonHandler, org.kordamp.ikonli.fluentui.FluentUiRegularMZIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.fluentui.FluentUiFilledALIkonProvider, org.kordamp.ikonli.fluentui.FluentUiFilledMZIkonProvider, org.kordamp.ikonli.fluentui.FluentUiRegularALIkonProvider, org.kordamp.ikonli.fluentui.FluentUiRegularMZIkonProvider; } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiFilledAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FluentUiFilledAL implements Ikon { ACCESSIBILITY_16('\uf102'), ACCESSIBILITY_20('\uf103'), ACCESSIBILITY_24('\uf104'), ACCESSIBILITY_28('\uf105'), ACCESS_TIME_24('\uf101'), ACTIVITY_24('\uf106'), ADD_12('\uf107'), ADD_16('\uf108'), ADD_20('\uf109'), ADD_24('\uf10a'), ADD_28('\uf10b'), ADD_CIRCLE_20('\uf10c'), ADD_CIRCLE_24('\uf10d'), ADD_CIRCLE_28('\uf10e'), ADD_SQUARE_24('\uf8e2'), AIRPLANE_20('\uf10f'), AIRPLANE_24('\uf110'), AIRPLANE_TAKE_OFF_16('\uf111'), AIRPLANE_TAKE_OFF_20('\uf112'), AIRPLANE_TAKE_OFF_24('\uf113'), ALERT_20('\uf114'), ALERT_24('\uf115'), ALERT_28('\uf116'), ALERT_OFF_16('\uf117'), ALERT_OFF_20('\uf118'), ALERT_OFF_24('\uf119'), ALERT_OFF_28('\uf11a'), ALERT_ON_24('\uf11b'), ALERT_SNOOZE_20('\uf11c'), ALERT_SNOOZE_24('\uf11d'), ALERT_URGENT_20('\uf11e'), ALERT_URGENT_24('\uf11f'), ANIMAL_DOG_20('\uf120'), ANIMAL_DOG_24('\uf121'), APPROVALS_APP_24('\uf130'), APPROVALS_APP_28('\uf131'), APPS_16('\uf132'), APPS_20('\uf133'), APPS_24('\uf134'), APPS_28('\uf135'), APPS_ADD_IN_20('\uf136'), APPS_ADD_IN_24('\uf137'), APPS_LIST_20('\uf8e3'), APPS_LIST_24('\uf138'), APP_FOLDER_20('\uf122'), APP_FOLDER_24('\uf123'), APP_GENERIC_24('\uf124'), APP_RECENT_24('\uf125'), APP_SPAN_16('\uf126'), APP_SPAN_20('\uf127'), APP_SPAN_24('\uf128'), APP_SPAN_28('\uf129'), APP_STORE_24('\uf12a'), APP_TITLE_24('\uf12b'), APP_UNSPAN_16('\uf12c'), APP_UNSPAN_20('\uf12d'), APP_UNSPAN_24('\uf12e'), APP_UNSPAN_28('\uf12f'), ARCHIVE_16('\uf8e4'), ARCHIVE_20('\uf139'), ARCHIVE_24('\uf13a'), ARCHIVE_28('\uf13b'), ARCHIVE_48('\uf13c'), ARROWS_BIDIRECTIONAL_24('\uf1a6'), ARROW_AUTOFIT_HEIGHT_24('\uf8e5'), ARROW_AUTOFIT_WIDTH_24('\uf8e6'), ARROW_CLOCKWISE_20('\uf13d'), ARROW_CLOCKWISE_24('\uf13e'), ARROW_COUNTERCLOCKWISE_20('\uf13f'), ARROW_COUNTERCLOCKWISE_24('\uf140'), ARROW_COUNTERCLOCKWISE_28('\uf8e7'), ARROW_CURVE_DOWN_LEFT_20('\uf141'), ARROW_CURVE_DOWN_RIGHT_20('\uf142'), ARROW_CURVE_RIGHT_20('\uf143'), ARROW_CURVE_RIGHT_24('\uf144'), ARROW_CURVE_UP_LEFT_20('\uf145'), ARROW_CURVE_UP_RIGHT_20('\uf146'), ARROW_DOWNLOAD_16('\uf14f'), ARROW_DOWNLOAD_20('\uf150'), ARROW_DOWNLOAD_24('\uf151'), ARROW_DOWNLOAD_48('\uf152'), ARROW_DOWN_12('\uf8e8'), ARROW_DOWN_16('\uf147'), ARROW_DOWN_20('\uf148'), ARROW_DOWN_24('\uf149'), ARROW_DOWN_28('\uf14a'), ARROW_DOWN_LEFT_16('\uf8e9'), ARROW_DOWN_LEFT_24('\uf14b'), ARROW_DOWN_RIGHT_CIRCLE_16('\uf14c'), ARROW_DOWN_RIGHT_CIRCLE_24('\uf14d'), ARROW_DOWN_SQUARE_24('\uf14e'), ARROW_ENTER_24('\uf153'), ARROW_EXPAND_24('\uf154'), ARROW_EXPORT_20('\uf155'), ARROW_EXPORT_RTL_20('\uf8ea'), ARROW_FIT_HEIGHT_24('\uf8eb'), ARROW_FIT_WIDTH_24('\uf8ec'), ARROW_FORWARD_16('\uf156'), ARROW_FORWARD_20('\uf157'), ARROW_FORWARD_24('\uf158'), ARROW_HOOK_DOWN_LEFT_16('\uf8ed'), ARROW_HOOK_DOWN_LEFT_20('\uf8ee'), ARROW_HOOK_DOWN_LEFT_24('\uf8ef'), ARROW_HOOK_DOWN_LEFT_28('\uf8f0'), ARROW_HOOK_DOWN_RIGHT_16('\uf8f1'), ARROW_HOOK_DOWN_RIGHT_20('\uf8f2'), ARROW_HOOK_DOWN_RIGHT_24('\uf8f3'), ARROW_HOOK_DOWN_RIGHT_28('\uf8f4'), ARROW_HOOK_UP_LEFT_16('\uf8f5'), ARROW_HOOK_UP_LEFT_20('\uf8f6'), ARROW_HOOK_UP_LEFT_24('\uf8f7'), ARROW_HOOK_UP_LEFT_28('\uf8f8'), ARROW_HOOK_UP_RIGHT_16('\uf8f9'), ARROW_HOOK_UP_RIGHT_20('\uf8fa'), ARROW_HOOK_UP_RIGHT_24('\uf8fb'), ARROW_HOOK_UP_RIGHT_28('\uf8fc'), ARROW_IMPORT_20('\uf159'), ARROW_IMPORT_24('\uf15a'), ARROW_LEFT_20('\uf15b'), ARROW_LEFT_24('\uf15c'), ARROW_LEFT_28('\uf15d'), ARROW_MAXIMIZE_16('\uf15e'), ARROW_MAXIMIZE_20('\uf15f'), ARROW_MAXIMIZE_24('\uf160'), ARROW_MAXIMIZE_28('\uf161'), ARROW_MAXIMIZE_VERTICAL_20('\uf162'), ARROW_MAXIMIZE_VERTICAL_24('\uf163'), ARROW_MINIMIZE_16('\uf164'), ARROW_MINIMIZE_20('\uf165'), ARROW_MINIMIZE_24('\uf166'), ARROW_MINIMIZE_28('\uf167'), ARROW_MINIMIZE_VERTICAL_24('\uf168'), ARROW_MOVE_20('\uf8fd'), ARROW_MOVE_24('\uf169'), ARROW_NEXT_20('\uf16a'), ARROW_NEXT_24('\uf16b'), ARROW_PREVIOUS_20('\uf16c'), ARROW_PREVIOUS_24('\uf16d'), ARROW_REDO_20('\uf16e'), ARROW_REDO_24('\uf16f'), ARROW_REDO_32('\uf8fe'), ARROW_REDO_48('\uf8ff'), ARROW_REPEAT_ALL_16('\uf170'), ARROW_REPEAT_ALL_20('\uf171'), ARROW_REPEAT_ALL_24('\uf172'), ARROW_REPEAT_ALL_OFF_16('\uf173'), ARROW_REPEAT_ALL_OFF_20('\uf174'), ARROW_REPEAT_ALL_OFF_24('\uf175'), ARROW_REPLY_16('\uf176'), ARROW_REPLY_20('\uf177'), ARROW_REPLY_24('\uf178'), ARROW_REPLY_48('\uf179'), ARROW_REPLY_ALL_16('\uf17a'), ARROW_REPLY_ALL_20('\uf17b'), ARROW_REPLY_ALL_24('\uf17c'), ARROW_REPLY_ALL_48('\uf17d'), ARROW_REPLY_DOWN_16('\uf17e'), ARROW_REPLY_DOWN_20('\uf17f'), ARROW_REPLY_DOWN_24('\uf180'), ARROW_RIGHT_20('\uf181'), ARROW_RIGHT_24('\uf182'), ARROW_RIGHT_28('\uf183'), ARROW_RIGHT_CIRCLE_24('\uf184'), ARROW_ROTATE_CLOCKWISE_20('\uf185'), ARROW_ROTATE_CLOCKWISE_24('\uf186'), ARROW_ROTATE_COUNTERCLOCKWISE_20('\uf187'), ARROW_ROTATE_COUNTERCLOCKWISE_24('\uf188'), ARROW_ROTATE_ICON_24('\uf189'), ARROW_ROTATE_LEFT_24('\uf900'), ARROW_ROTATE_RIGHT_20('\uf901'), ARROW_ROTATE_RIGHT_24('\uf902'), ARROW_SORT_20('\uf18a'), ARROW_SORT_24('\uf18b'), ARROW_SORT_28('\uf18c'), ARROW_SWAP_20('\uf18d'), ARROW_SWAP_24('\uf18e'), ARROW_SYNC_12('\uf18f'), ARROW_SYNC_20('\uf190'), ARROW_SYNC_24('\uf191'), ARROW_SYNC_CIRCLE_16('\uf192'), ARROW_SYNC_CIRCLE_20('\uf193'), ARROW_SYNC_CIRCLE_24('\uf194'), ARROW_SYNC_OFF_12('\uf195'), ARROW_TRENDING_16('\uf196'), ARROW_TRENDING_20('\uf197'), ARROW_TRENDING_24('\uf198'), ARROW_UNDO_20('\uf199'), ARROW_UNDO_24('\uf19a'), ARROW_UPLOAD_20('\uf1a4'), ARROW_UPLOAD_24('\uf1a5'), ARROW_UP_20('\uf19b'), ARROW_UP_24('\uf19c'), ARROW_UP_28('\uf19d'), ARROW_UP_CIRCLE_16('\uf19e'), ARROW_UP_CIRCLE_20('\uf19f'), ARROW_UP_CIRCLE_24('\uf1a0'), ARROW_UP_LEFT_24('\uf1a1'), ARROW_UP_LEFT_CIRCLE_24('\uf1a2'), ARROW_UP_RIGHT_16('\uf903'), ARROW_UP_RIGHT_24('\uf1a3'), ASSIGNMENTS_24('\uf1a7'), ATTACH_16('\uf1a8'), ATTACH_20('\uf1a9'), ATTACH_24('\uf1aa'), ATTACH_ARROW_RIGHT_20('\uf904'), ATTACH_ARROW_RIGHT_24('\uf905'), ATTACH_FORWARD_20('\uf1ab'), ATTACH_FORWARD_24('\uf1ac'), ATTACH_TEXT_24('\uf906'), ATTACH_WITH_TEXT_24('\uf1ad'), AUTOCORRECT_24('\uf1ae'), AUTOFIT_CONTENT_24('\uf907'), AUTOSUM_20('\uf1af'), AUTOSUM_24('\uf1b0'), BACKPACK_12('\uf908'), BACKPACK_16('\uf909'), BACKPACK_20('\uf90a'), BACKPACK_24('\uf90b'), BACKPACK_28('\uf90c'), BACKPACK_48('\uf90d'), BACKSPACE_20('\uf1b1'), BACKSPACE_24('\uf1b2'), BACKWARD_20('\uf1b3'), BACKWARD_24('\uf1b4'), BADGE_24('\uf1b5'), BALLOON_16('\uf90e'), BALLOON_20('\uf1b6'), BALLOON_24('\uf1b7'), BANK_16('\uf1b8'), BANK_20('\uf1b9'), BANK_24('\uf1ba'), BATTERY_0_20('\uf1bb'), BATTERY_0_24('\uf1bc'), BATTERY_1_20('\uf1bd'), BATTERY_1_24('\uf1be'), BATTERY_2_20('\uf1bf'), BATTERY_2_24('\uf1c0'), BATTERY_3_20('\uf1c1'), BATTERY_3_24('\uf1c2'), BATTERY_4_20('\uf1c3'), BATTERY_4_24('\uf1c4'), BATTERY_5_20('\uf1c5'), BATTERY_5_24('\uf1c6'), BATTERY_6_20('\uf1c7'), BATTERY_6_24('\uf1c8'), BATTERY_7_20('\uf1c9'), BATTERY_7_24('\uf1ca'), BATTERY_8_20('\uf1cb'), BATTERY_8_24('\uf1cc'), BATTERY_9_20('\uf1cd'), BATTERY_9_24('\uf1ce'), BATTERY_CHARGE_20('\uf1cf'), BATTERY_CHARGE_24('\uf1d0'), BATTERY_FULL_20('\uf1d1'), BATTERY_FULL_24('\uf1d2'), BATTERY_SAVER_20('\uf1d3'), BATTERY_SAVER_24('\uf1d4'), BATTERY_WARNING_24('\uf1d5'), BEAKER_16('\uf1d6'), BEAKER_20('\uf1d7'), BEAKER_24('\uf1d8'), BED_16('\uf90f'), BED_20('\uf1d9'), BED_24('\uf1da'), BLOCK_16('\uf1db'), BLOCK_20('\uf1dc'), BLOCK_24('\uf1dd'), BLUETOOTH_20('\uf1de'), BLUETOOTH_24('\uf1df'), BLUETOOTH_28('\uf910'), BLUETOOTH_CONNECTED_24('\uf1e0'), BLUETOOTH_DISABLED_24('\uf1e1'), BLUETOOTH_SEARCHING_24('\uf1e2'), BLUR_16('\uf911'), BLUR_20('\uf912'), BLUR_24('\uf913'), BLUR_28('\uf914'), BOARD_24('\uf1e3'), BOOKMARK_16('\uf1f4'), BOOKMARK_20('\uf1f5'), BOOKMARK_24('\uf1f6'), BOOKMARK_28('\uf1f7'), BOOKMARK_OFF_24('\uf1f8'), BOOK_20('\uf915'), BOOK_24('\uf916'), BOOK_ADD_20('\uf917'), BOOK_ADD_24('\uf918'), BOOK_CLOCK_24('\uf919'), BOOK_COINS_24('\uf91a'), BOOK_COMPASS_24('\uf91b'), BOOK_DATABASE_24('\uf91c'), BOOK_EXCLAMATION_MARK_24('\uf91d'), BOOK_FORMULA_COMPATIBILITY_24('\uf1e4'), BOOK_FORMULA_DATABASE_24('\uf1e5'), BOOK_FORMULA_DATE_24('\uf1e6'), BOOK_FORMULA_ENGINEERING_24('\uf1e7'), BOOK_FORMULA_FINANCIAL_24('\uf1e8'), BOOK_FORMULA_INFORMATION_24('\uf1e9'), BOOK_FORMULA_LOGICAL_24('\uf1ea'), BOOK_FORMULA_LOOKUP_24('\uf1eb'), BOOK_FORMULA_MATH_24('\uf1ec'), BOOK_FORMULA_RECENT_24('\uf1ed'), BOOK_FORMULA_STATISTICS_24('\uf1ee'), BOOK_FORMULA_TEXT_24('\uf1ef'), BOOK_GLOBE_24('\uf1f0'), BOOK_INFORMATION_24('\uf91e'), BOOK_LETTER_24('\uf91f'), BOOK_NUMBER_16('\uf1f1'), BOOK_NUMBER_20('\uf1f2'), BOOK_NUMBER_24('\uf1f3'), BOOK_OPEN_20('\uf920'), BOOK_OPEN_24('\uf921'), BOOK_OPEN_GLOBE_24('\uf922'), BOOK_PULSE_24('\uf923'), BOOK_QUESTION_MARK_24('\uf924'), BOOK_SEARCH_24('\uf925'), BOOK_STAR_24('\uf926'), BOOK_THETA_24('\uf927'), BORDER_ALL_24('\uf928'), BORDER_BOTTOM_24('\uf929'), BORDER_BOTTOM_DOUBLE_24('\uf92a'), BORDER_BOTTOM_THICK_24('\uf92b'), BORDER_LEFT_24('\uf92c'), BORDER_NONE_24('\uf92d'), BORDER_OUTSIDE_24('\uf92e'), BORDER_OUTSIDE_THICK_24('\uf92f'), BORDER_RIGHT_24('\uf930'), BORDER_TOP_24('\uf931'), BORDER_TOP_BOTTOM_24('\uf932'), BORDER_TOP_BOTTOM_DOUBLE_24('\uf933'), BORDER_TOP_BOTTOM_THICK_24('\uf934'), BOT_24('\uf1f9'), BOT_ADD_24('\uf1fa'), BRANCH_24('\uf1fb'), BRIEFCASE_12('\uf935'), BRIEFCASE_20('\uf1fc'), BRIEFCASE_24('\uf1fd'), BRIEFCASE_32('\uf936'), BRIEFCASE_ADD_24('\uf937'), BRIEFCASE_ADD_32('\uf938'), BRING_TO_FRONT_20('\uf1fe'), BRING_TO_FRONT_24('\uf1ff'), BROAD_ACTIVITY_FEED_24('\uf200'), BROOM_20('\uf201'), BROOM_24('\uf202'), BUG_16('\uf939'), BUG_20('\uf93a'), BUG_24('\uf93b'), BUG_REPORT_24('\uf203'), BUILDING_1_24('\uf204'), BUILDING_24('\uf205'), BUILDING_2_16('\uf206'), BUILDING_2_20('\uf207'), BUILDING_2_24('\uf208'), BUILDING_BANK_16('\uf93c'), BUILDING_BANK_20('\uf93d'), BUILDING_BANK_24('\uf93e'), BUILDING_GOVERNMENT_24('\uf93f'), BUILDING_GOVERNMENT_32('\uf940'), BUILDING_MULTIPLE_24('\uf941'), BUILDING_RETAIL_24('\uf209'), BUILDING_SHOP_16('\uf942'), BUILDING_SHOP_20('\uf943'), BUILDING_SHOP_24('\uf944'), BUILDING_SKYSCRAPER_16('\uf945'), BUILDING_SKYSCRAPER_20('\uf946'), BUILDING_SKYSCRAPER_24('\uf947'), CALCULATOR_20('\uf20a'), CALENDAR_20('\uf20b'), CALENDAR_24('\uf20c'), CALENDAR_28('\uf20d'), CALENDAR_3_DAY_20('\uf20e'), CALENDAR_3_DAY_24('\uf20f'), CALENDAR_3_DAY_28('\uf210'), CALENDAR_ADD_20('\uf211'), CALENDAR_ADD_24('\uf212'), CALENDAR_AGENDA_20('\uf213'), CALENDAR_AGENDA_24('\uf214'), CALENDAR_AGENDA_28('\uf215'), CALENDAR_ARROW_RIGHT_20('\uf216'), CALENDAR_ASSISTANT_20('\uf217'), CALENDAR_ASSISTANT_24('\uf218'), CALENDAR_CANCEL_16('\uf948'), CALENDAR_CANCEL_20('\uf219'), CALENDAR_CANCEL_24('\uf21a'), CALENDAR_CHECKMARK_16('\uf21b'), CALENDAR_CHECKMARK_20('\uf21c'), CALENDAR_CHECKMARK_24('\uf8e1'), CALENDAR_CLOCK_16('\uf949'), CALENDAR_CLOCK_20('\uf21d'), CALENDAR_CLOCK_24('\uf21e'), CALENDAR_DATE_20('\uf21f'), CALENDAR_DATE_24('\uf220'), CALENDAR_DATE_28('\uf221'), CALENDAR_DAY_20('\uf222'), CALENDAR_DAY_24('\uf223'), CALENDAR_DAY_28('\uf224'), CALENDAR_EMPTY_16('\uf225'), CALENDAR_EMPTY_20('\uf226'), CALENDAR_EMPTY_24('\uf227'), CALENDAR_EMPTY_28('\uf228'), CALENDAR_LATER_24('\uf229'), CALENDAR_MENTION_20('\uf94a'), CALENDAR_MONTH_20('\uf22a'), CALENDAR_MONTH_24('\uf22b'), CALENDAR_MONTH_28('\uf22c'), CALENDAR_MULTIPLE_20('\uf22d'), CALENDAR_MULTIPLE_24('\uf22e'), CALENDAR_OVERDUE_24('\uf22f'), CALENDAR_PERSON_20('\uf230'), CALENDAR_PERSON_24('\uf94b'), CALENDAR_QUESTION_MARK_16('\uf94c'), CALENDAR_QUESTION_MARK_20('\uf94d'), CALENDAR_QUESTION_MARK_24('\uf94e'), CALENDAR_REPLY_16('\uf231'), CALENDAR_REPLY_20('\uf232'), CALENDAR_REPLY_24('\uf233'), CALENDAR_REPLY_28('\uf234'), CALENDAR_SETTINGS_20('\uf235'), CALENDAR_STAR_20('\uf236'), CALENDAR_STAR_24('\uf237'), CALENDAR_SYNC_16('\uf238'), CALENDAR_SYNC_20('\uf239'), CALENDAR_SYNC_24('\uf23a'), CALENDAR_TODAY_16('\uf23b'), CALENDAR_TODAY_20('\uf23c'), CALENDAR_TODAY_24('\uf23d'), CALENDAR_TODAY_28('\uf23e'), CALENDAR_WEEK_NUMBERS_24('\uf23f'), CALENDAR_WEEK_START_20('\uf240'), CALENDAR_WEEK_START_24('\uf241'), CALENDAR_WEEK_START_28('\uf242'), CALENDAR_WORK_WEEK_16('\uf243'), CALENDAR_WORK_WEEK_20('\uf244'), CALENDAR_WORK_WEEK_24('\uf245'), CALLIGRAPHY_PEN_20('\uf252'), CALLIGRAPHY_PEN_24('\uf253'), CALL_ADD_24('\uf246'), CALL_BLOCKED_16('\uf94f'), CALL_BLOCKED_20('\uf950'), CALL_BLOCKED_24('\uf951'), CALL_BLOCKED_28('\uf952'), CALL_BLOCKED_48('\uf953'), CALL_END_20('\uf247'), CALL_END_24('\uf248'), CALL_END_28('\uf249'), CALL_FORWARD_16('\uf954'), CALL_FORWARD_20('\uf955'), CALL_FORWARD_24('\uf24a'), CALL_FORWARD_28('\uf956'), CALL_FORWARD_48('\uf957'), CALL_INBOUND_16('\uf24b'), CALL_INBOUND_20('\uf958'), CALL_INBOUND_24('\uf24c'), CALL_INBOUND_28('\uf959'), CALL_INBOUND_48('\uf95a'), CALL_MISSED_16('\uf24d'), CALL_MISSED_24('\uf24e'), CALL_MISSED_28('\uf95b'), CALL_MISSED_48('\uf95c'), CALL_OUTBOUND_16('\uf24f'), CALL_OUTBOUND_20('\uf95d'), CALL_OUTBOUND_24('\uf250'), CALL_OUTBOUND_28('\uf95e'), CALL_OUTBOUND_48('\uf95f'), CALL_PARK_16('\uf960'), CALL_PARK_20('\uf961'), CALL_PARK_24('\uf251'), CALL_PARK_28('\uf962'), CALL_PARK_48('\uf963'), CAMERA_20('\uf254'), CAMERA_24('\uf255'), CAMERA_28('\uf256'), CAMERA_ADD_20('\uf257'), CAMERA_ADD_24('\uf258'), CAMERA_ADD_48('\uf259'), CAMERA_EDIT_20('\uf964'), CAMERA_SWITCH_24('\uf25a'), CARET_12('\uf25b'), CARET_16('\uf25c'), CARET_20('\uf25d'), CARET_24('\uf25e'), CARET_DOWN_12('\uf25f'), CARET_DOWN_16('\uf260'), CARET_DOWN_20('\uf261'), CARET_DOWN_24('\uf262'), CARET_LEFT_12('\uf263'), CARET_LEFT_16('\uf264'), CARET_LEFT_20('\uf265'), CARET_LEFT_24('\uf266'), CARET_RIGHT_12('\uf267'), CARET_RIGHT_16('\uf268'), CARET_RIGHT_20('\uf269'), CARET_RIGHT_24('\uf26a'), CARET_UP_12('\uf965'), CARET_UP_16('\uf966'), CARET_UP_20('\uf967'), CARET_UP_24('\uf968'), CART_16('\uf969'), CART_20('\uf96a'), CART_24('\uf26b'), CAST_20('\uf26c'), CAST_24('\uf26d'), CAST_28('\uf26e'), CELLULAR_3G_24('\uf26f'), CELLULAR_4G_24('\uf270'), CELLULAR_DATA_1_20('\uf271'), CELLULAR_DATA_1_24('\uf272'), CELLULAR_DATA_2_20('\uf273'), CELLULAR_DATA_2_24('\uf274'), CELLULAR_DATA_3_20('\uf275'), CELLULAR_DATA_3_24('\uf276'), CELLULAR_DATA_4_20('\uf277'), CELLULAR_DATA_4_24('\uf278'), CELLULAR_DATA_5_20('\uf279'), CELLULAR_DATA_5_24('\uf27a'), CELLULAR_DATA_OFF_24('\uf27b'), CELLULAR_OFF_24('\uf27c'), CELLULAR_UNAVAILABLE_24('\uf27d'), CENTER_HORIZONTALLY_24('\uf96b'), CENTER_VERTICALLY_24('\uf96c'), CERTIFICATE_20('\uf27e'), CERTIFICATE_24('\uf27f'), CHANNEL_16('\uf280'), CHANNEL_20('\uf281'), CHANNEL_24('\uf282'), CHANNEL_28('\uf96d'), CHANNEL_48('\uf96e'), CHANNEL_ADD_16('\uf96f'), CHANNEL_ADD_20('\uf970'), CHANNEL_ADD_24('\uf971'), CHANNEL_ADD_28('\uf972'), CHANNEL_ADD_48('\uf973'), CHANNEL_ALERT_16('\uf974'), CHANNEL_ALERT_20('\uf975'), CHANNEL_ALERT_24('\uf976'), CHANNEL_ALERT_28('\uf977'), CHANNEL_ALERT_48('\uf978'), CHANNEL_ARROW_LEFT_16('\uf979'), CHANNEL_ARROW_LEFT_20('\uf97a'), CHANNEL_ARROW_LEFT_24('\uf97b'), CHANNEL_ARROW_LEFT_28('\uf97c'), CHANNEL_ARROW_LEFT_48('\uf97d'), CHANNEL_DISMISS_16('\uf97e'), CHANNEL_DISMISS_20('\uf97f'), CHANNEL_DISMISS_24('\uf980'), CHANNEL_DISMISS_28('\uf981'), CHANNEL_DISMISS_48('\uf982'), CHANNEL_FOLLOW_24('\uf283'), CHANNEL_NOTIFICATIONS_24('\uf284'), CHANNEL_UNFOLLOW_24('\uf285'), CHAT_16('\uf983'), CHAT_20('\uf286'), CHAT_24('\uf287'), CHAT_28('\uf288'), CHAT_BUBBLES_QUESTION_24('\uf289'), CHAT_HELP_24('\uf28a'), CHAT_OFF_24('\uf28b'), CHAT_WARNING_24('\uf28c'), CHECKBOX_CHECKED_20('\uf28d'), CHECKBOX_CHECKED_24('\uf28e'), CHECKBOX_UNCHECKED_12('\uf28f'), CHECKBOX_UNCHECKED_16('\uf290'), CHECKBOX_UNCHECKED_20('\uf291'), CHECKBOX_UNCHECKED_24('\uf292'), CHECKMARK_12('\uf293'), CHECKMARK_16('\uf984'), CHECKMARK_20('\uf294'), CHECKMARK_24('\uf295'), CHECKMARK_28('\uf296'), CHECKMARK_CIRCLE_16('\uf297'), CHECKMARK_CIRCLE_20('\uf298'), CHECKMARK_CIRCLE_24('\uf299'), CHECKMARK_CIRCLE_48('\uf29a'), CHECKMARK_LOCK_16('\uf29b'), CHECKMARK_LOCK_20('\uf29c'), CHECKMARK_LOCK_24('\uf29d'), CHECKMARK_SQUARE_24('\uf29e'), CHECKMARK_UNDERLINE_CIRCLE_16('\uf29f'), CHECKMARK_UNDERLINE_CIRCLE_20('\uf2a0'), CHEVRON_DOWN_12('\uf2a1'), CHEVRON_DOWN_16('\uf2a2'), CHEVRON_DOWN_20('\uf2a3'), CHEVRON_DOWN_24('\uf2a4'), CHEVRON_DOWN_28('\uf2a5'), CHEVRON_DOWN_48('\uf2a6'), CHEVRON_DOWN_CIRCLE_24('\uf2a7'), CHEVRON_LEFT_12('\uf2a8'), CHEVRON_LEFT_16('\uf2a9'), CHEVRON_LEFT_20('\uf2aa'), CHEVRON_LEFT_24('\uf2ab'), CHEVRON_LEFT_28('\uf2ac'), CHEVRON_LEFT_48('\uf2ad'), CHEVRON_RIGHT_12('\uf2ae'), CHEVRON_RIGHT_16('\uf2af'), CHEVRON_RIGHT_20('\uf2b0'), CHEVRON_RIGHT_24('\uf2b1'), CHEVRON_RIGHT_28('\uf2b2'), CHEVRON_RIGHT_48('\uf2b3'), CHEVRON_RIGHT_CIRCLE_24('\uf985'), CHEVRON_UP_12('\uf2b4'), CHEVRON_UP_16('\uf2b5'), CHEVRON_UP_20('\uf2b6'), CHEVRON_UP_24('\uf2b7'), CHEVRON_UP_28('\uf2b8'), CHEVRON_UP_48('\uf2b9'), CIRCLE_16('\uf2ba'), CIRCLE_20('\uf2bb'), CIRCLE_24('\uf2bc'), CIRCLE_HALF_FILL_20('\uf2bd'), CIRCLE_HALF_FILL_24('\uf2be'), CIRCLE_LINE_24('\uf2bf'), CIRCLE_SMALL_24('\uf2c0'), CITY_16('\uf2c1'), CITY_20('\uf2c2'), CITY_24('\uf2c3'), CLASSIFICATION_16('\uf2c5'), CLASSIFICATION_20('\uf2c6'), CLASSIFICATION_24('\uf2c7'), CLASS_24('\uf2c4'), CLEAR_FORMATTING_24('\uf2c8'), CLIPBOARD_20('\uf2c9'), CLIPBOARD_24('\uf2ca'), CLIPBOARD_CODE_16('\uf2cb'), CLIPBOARD_CODE_20('\uf2cc'), CLIPBOARD_CODE_24('\uf2cd'), CLIPBOARD_LETTER_16('\uf2ce'), CLIPBOARD_LETTER_20('\uf2cf'), CLIPBOARD_LETTER_24('\uf2d0'), CLIPBOARD_LINK_16('\uf2d1'), CLIPBOARD_LINK_20('\uf2d2'), CLIPBOARD_LINK_24('\uf2d3'), CLIPBOARD_MORE_24('\uf2d4'), CLIPBOARD_PASTE_16('\uf986'), CLIPBOARD_PASTE_20('\uf2d5'), CLIPBOARD_PASTE_24('\uf2d6'), CLIPBOARD_SEARCH_20('\uf2d7'), CLIPBOARD_SEARCH_24('\uf2d8'), CLIPBOARD_TEXT_20('\uf2d9'), CLIPBOARD_TEXT_24('\uf2da'), CLOCK_12('\uf2db'), CLOCK_16('\uf2dc'), CLOCK_20('\uf2dd'), CLOCK_24('\uf2de'), CLOCK_28('\uf2df'), CLOCK_48('\uf2e0'), CLOCK_ALARM_20('\uf2e1'), CLOCK_ALARM_24('\uf2e2'), CLOCK_DISMISS_24('\uf987'), CLOSED_CAPTION_16('\uf988'), CLOSED_CAPTION_20('\uf989'), CLOSED_CAPTION_24('\uf2e3'), CLOSED_CAPTION_28('\uf98a'), CLOSED_CAPTION_48('\uf98b'), CLOUD_20('\uf2e4'), CLOUD_24('\uf2e5'), CLOUD_48('\uf2e6'), CLOUD_BACKUP_24('\uf2e7'), CLOUD_BACKUP_48('\uf2e8'), CLOUD_DOWNLOAD_24('\uf2e9'), CLOUD_DOWNLOAD_32('\uf98c'), CLOUD_DOWNLOAD_48('\uf98d'), CLOUD_OFFLINE_24('\uf2ec'), CLOUD_OFF_24('\uf2ea'), CLOUD_OFF_48('\uf2eb'), CLOUD_SYNC_COMPLETE_24('\uf2ed'), CLOUD_SYNC_COMPLETE_48('\uf2ee'), CODE_20('\uf2ef'), CODE_24('\uf2f0'), COLLECTIONS_20('\uf2f1'), COLLECTIONS_24('\uf2f2'), COLLECTIONS_ADD_20('\uf2f3'), COLLECTIONS_ADD_24('\uf2f4'), COLOR_20('\uf2f5'), COLOR_24('\uf2f6'), COLOR_BACKGROUND_20('\uf2f7'), COLOR_BACKGROUND_24('\uf2f8'), COLOR_FILL_20('\uf2f9'), COLOR_FILL_24('\uf2fa'), COLOR_LINE_16('\uf98e'), COLOR_LINE_20('\uf2fb'), COLOR_LINE_24('\uf2fc'), COLUMN_TRIPLE_24('\uf2fd'), COMMENT_12('\uf98f'), COMMENT_16('\uf2fe'), COMMENT_20('\uf2ff'), COMMENT_24('\uf300'), COMMENT_28('\uf990'), COMMENT_48('\uf991'), COMMENT_ADD_12('\uf992'), COMMENT_ADD_16('\uf993'), COMMENT_ADD_20('\uf994'), COMMENT_ADD_24('\uf301'), COMMENT_ADD_28('\uf995'), COMMENT_ADD_48('\uf996'), COMMENT_ARROW_LEFT_12('\uf997'), COMMENT_ARROW_LEFT_16('\uf998'), COMMENT_ARROW_LEFT_20('\uf999'), COMMENT_ARROW_LEFT_28('\uf99a'), COMMENT_ARROW_LEFT_48('\uf99b'), COMMENT_ARROW_RIGHT_12('\uf99c'), COMMENT_ARROW_RIGHT_16('\uf99d'), COMMENT_ARROW_RIGHT_20('\uf99e'), COMMENT_ARROW_RIGHT_28('\uf99f'), COMMENT_ARROW_RIGHT_48('\uf9a0'), COMMENT_CHECKMARK_12('\uf9a1'), COMMENT_CHECKMARK_16('\uf9a2'), COMMENT_CHECKMARK_20('\uf9a3'), COMMENT_CHECKMARK_24('\uf9a4'), COMMENT_CHECKMARK_28('\uf9a5'), COMMENT_CHECKMARK_48('\uf9a6'), COMMENT_DELETE_24('\uf302'), COMMENT_EDIT_20('\uf9a7'), COMMENT_EDIT_24('\uf9a8'), COMMENT_MENTION_16('\uf303'), COMMENT_MENTION_20('\uf304'), COMMENT_MENTION_24('\uf305'), COMMENT_MULTIPLE_16('\uf306'), COMMENT_MULTIPLE_20('\uf307'), COMMENT_MULTIPLE_24('\uf308'), COMMENT_NEXT_24('\uf309'), COMMENT_OFF_16('\uf9a9'), COMMENT_OFF_20('\uf9aa'), COMMENT_OFF_24('\uf9ab'), COMMENT_OFF_28('\uf9ac'), COMMENT_OFF_48('\uf9ad'), COMMENT_PREVIOUS_24('\uf30a'), COMMENT_RESOLVE_24('\uf30b'), COMMUNICATION_16('\uf30c'), COMMUNICATION_20('\uf30d'), COMMUNICATION_24('\uf30e'), COMPASS_NORTHWEST_16('\uf30f'), COMPASS_NORTHWEST_20('\uf310'), COMPASS_NORTHWEST_24('\uf311'), COMPASS_NORTHWEST_28('\uf312'), COMPOSE_16('\uf313'), COMPOSE_20('\uf314'), COMPOSE_24('\uf315'), COMPOSE_28('\uf316'), CONFERENCE_ROOM_16('\uf317'), CONFERENCE_ROOM_20('\uf318'), CONFERENCE_ROOM_24('\uf319'), CONFERENCE_ROOM_28('\uf31a'), CONFERENCE_ROOM_48('\uf31b'), CONNECTOR_16('\uf31c'), CONNECTOR_20('\uf31d'), CONNECTOR_24('\uf31e'), CONTACTS_24('\uf322'), CONTACT_CARD_20('\uf31f'), CONTACT_CARD_24('\uf320'), CONTACT_CARD_GROUP_16('\uf9ae'), CONTACT_CARD_GROUP_20('\uf9af'), CONTACT_CARD_GROUP_24('\uf321'), CONTACT_CARD_GROUP_28('\uf9b0'), CONTACT_CARD_GROUP_48('\uf9b1'), CONTENT_SETTINGS_16('\uf323'), CONTENT_SETTINGS_20('\uf324'), CONTENT_SETTINGS_24('\uf325'), CONVERT_RANGE_24('\uf9b2'), CONVERT_TO_TABLE_24('\uf326'), CONVERT_TO_TEXT_24('\uf327'), COOKIES_20('\uf328'), COOKIES_24('\uf329'), COPY_16('\uf32a'), COPY_20('\uf32b'), COPY_24('\uf32c'), COPY_ADD_24('\uf9b3'), COPY_IMAGE_24('\uf32d'), COPY_LINK_24('\uf32e'), COPY_MOVE_16('\uf32f'), COPY_MOVE_24('\uf330'), COPY_SELECT_20('\uf9b4'), COUCH_12('\uf9b5'), COUCH_24('\uf9b6'), CROP_20('\uf9b7'), CROP_24('\uf331'), CROP_INTERIM_24('\uf332'), CROP_INTERIM_OFF_24('\uf333'), CUBE_16('\uf334'), CUBE_20('\uf335'), CUBE_24('\uf336'), CURRENCY_16('\uf337'), CURRENCY_20('\uf338'), CURRENCY_24('\uf339'), CURRENCY_DOLLAR_RUPEE_16('\uf9b8'), CURRENCY_DOLLAR_RUPEE_20('\uf9b9'), CURRENCY_DOLLAR_RUPEE_24('\uf9ba'), CURSOR_20('\uf9bb'), CURSOR_24('\uf9bc'), CURSOR_HOVER_16('\uf9bd'), CURSOR_HOVER_20('\uf9be'), CURSOR_HOVER_24('\uf9bf'), CURSOR_HOVER_28('\uf9c0'), CURSOR_HOVER_32('\uf9c1'), CURSOR_HOVER_48('\uf9c2'), CURSOR_HOVER_OFF_16('\uf9c3'), CURSOR_HOVER_OFF_20('\uf9c4'), CURSOR_HOVER_OFF_24('\uf9c5'), CURSOR_HOVER_OFF_28('\uf9c6'), CURSOR_HOVER_OFF_48('\uf9c7'), CUT_20('\uf33a'), CUT_24('\uf33b'), DARK_THEME_24('\uf33c'), DATA_AREA_24('\uf33d'), DATA_BAR_HORIZONTAL_24('\uf33e'), DATA_BAR_VERTICAL_20('\uf33f'), DATA_BAR_VERTICAL_24('\uf340'), DATA_BAR_VERTICAL_ADD_24('\uf9c8'), DATA_FUNNEL_24('\uf341'), DATA_HISTOGRAM_24('\uf342'), DATA_LINE_24('\uf343'), DATA_PIE_20('\uf344'), DATA_PIE_24('\uf345'), DATA_SCATTER_24('\uf346'), DATA_SUNBURST_24('\uf347'), DATA_TREEMAP_24('\uf348'), DATA_USAGE_20('\uf9c9'), DATA_USAGE_24('\uf349'), DATA_WATERFALL_24('\uf34a'), DATA_WHISKER_24('\uf34b'), DECIMAL_ARROW_LEFT_24('\uf9ca'), DECIMAL_ARROW_RIGHT_24('\uf9cb'), DELETE_16('\uf9cc'), DELETE_20('\uf34c'), DELETE_24('\uf34d'), DELETE_28('\uf34e'), DELETE_48('\uf34f'), DELETE_FOREVER_24('\uf350'), DELETE_FOREVER_28('\uf351'), DELETE_OFF_20('\uf352'), DELETE_OFF_24('\uf353'), DENTIST_12('\uf9cd'), DENTIST_16('\uf9ce'), DENTIST_20('\uf9cf'), DENTIST_24('\uf354'), DENTIST_28('\uf9d0'), DENTIST_48('\uf9d1'), DESIGN_IDEAS_16('\uf355'), DESIGN_IDEAS_20('\uf356'), DESIGN_IDEAS_24('\uf357'), DESKTOP_16('\uf358'), DESKTOP_20('\uf359'), DESKTOP_24('\uf35a'), DESKTOP_28('\uf35b'), DEVELOPER_BOARD_24('\uf35c'), DEVICE_EQ_24('\uf35d'), DIALPAD_20('\uf35e'), DIALPAD_24('\uf35f'), DIALPAD_OFF_24('\uf360'), DICTIONARY_20('\uf361'), DICTIONARY_24('\uf362'), DICTIONARY_ADD_20('\uf363'), DICTIONARY_ADD_24('\uf364'), DIRECTIONS_20('\uf365'), DIRECTIONS_24('\uf366'), DISMISS_12('\uf367'), DISMISS_16('\uf368'), DISMISS_20('\uf369'), DISMISS_24('\uf36a'), DISMISS_28('\uf36b'), DISMISS_CIRCLE_16('\uf36c'), DISMISS_CIRCLE_20('\uf36d'), DISMISS_CIRCLE_24('\uf36e'), DISMISS_CIRCLE_28('\uf9d2'), DISMISS_CIRCLE_48('\uf36f'), DIVIDER_SHORT_24('\uf370'), DIVIDER_TALL_24('\uf371'), DOCK_24('\uf372'), DOCK_LEFT_16('\uf373'), DOCK_LEFT_20('\uf374'), DOCK_LEFT_24('\uf375'), DOCK_LEFT_28('\uf9d3'), DOCK_LEFT_48('\uf9d4'), DOCK_RIGHT_16('\uf9d5'), DOCK_RIGHT_20('\uf9d6'), DOCK_RIGHT_24('\uf9d7'), DOCK_RIGHT_28('\uf9d8'), DOCK_RIGHT_48('\uf9d9'), DOCK_ROW_24('\uf376'), DOCTOR_12('\uf9da'), DOCTOR_16('\uf9db'), DOCTOR_20('\uf9dc'), DOCTOR_24('\uf377'), DOCTOR_28('\uf9dd'), DOCTOR_48('\uf9de'), DOCUMENT_16('\uf9df'), DOCUMENT_20('\uf378'), DOCUMENT_24('\uf379'), DOCUMENT_28('\uf37a'), DOCUMENT_48('\uf9e0'), DOCUMENT_ADD_16('\uf9e1'), DOCUMENT_ADD_20('\uf9e2'), DOCUMENT_ADD_24('\uf9e3'), DOCUMENT_ADD_28('\uf9e4'), DOCUMENT_ADD_48('\uf9e5'), DOCUMENT_ARROW_LEFT_16('\uf9e6'), DOCUMENT_ARROW_LEFT_20('\uf9e7'), DOCUMENT_ARROW_LEFT_24('\uf9e8'), DOCUMENT_ARROW_LEFT_28('\uf9e9'), DOCUMENT_ARROW_LEFT_48('\uf9ea'), DOCUMENT_AUTOSAVE_24('\uf37b'), DOCUMENT_BRIEFCASE_20('\uf37c'), DOCUMENT_BRIEFCASE_24('\uf37d'), DOCUMENT_CATCH_UP_16('\uf9eb'), DOCUMENT_CATCH_UP_20('\uf9ec'), DOCUMENT_CATCH_UP_24('\uf37e'), DOCUMENT_COPY_16('\uf37f'), DOCUMENT_COPY_20('\uf380'), DOCUMENT_COPY_24('\uf381'), DOCUMENT_COPY_48('\uf382'), DOCUMENT_DISMISS_20('\uf383'), DOCUMENT_DISMISS_24('\uf384'), DOCUMENT_EDIT_16('\uf385'), DOCUMENT_EDIT_20('\uf386'), DOCUMENT_EDIT_24('\uf387'), DOCUMENT_ENDNOTE_20('\uf388'), DOCUMENT_ENDNOTE_24('\uf389'), DOCUMENT_ERROR_16('\uf38a'), DOCUMENT_ERROR_20('\uf38b'), DOCUMENT_ERROR_24('\uf38c'), DOCUMENT_FOOTER_24('\uf38d'), DOCUMENT_FOOTER_REMOVE_24('\uf38e'), DOCUMENT_HEADER_24('\uf38f'), DOCUMENT_HEADER_FOOTER_20('\uf390'), DOCUMENT_HEADER_FOOTER_24('\uf391'), DOCUMENT_HEADER_REMOVE_24('\uf392'), DOCUMENT_LANDSCAPE_20('\uf393'), DOCUMENT_LANDSCAPE_24('\uf394'), DOCUMENT_LANDSCAPE_DATA_24('\uf9ed'), DOCUMENT_LANDSCAPE_SPLIT_20('\uf9ee'), DOCUMENT_LANDSCAPE_SPLIT_HINT_20('\uf9ef'), DOCUMENT_MARGINS_20('\uf395'), DOCUMENT_MARGINS_24('\uf396'), DOCUMENT_NONE_20('\uf397'), DOCUMENT_NONE_24('\uf398'), DOCUMENT_ONE_PAGE_20('\uf399'), DOCUMENT_ONE_PAGE_24('\uf39a'), DOCUMENT_PAGE_24('\uf39b'), DOCUMENT_PAGE_BOTTOM_CENTER_20('\uf39c'), DOCUMENT_PAGE_BOTTOM_CENTER_24('\uf39d'), DOCUMENT_PAGE_BOTTOM_LEFT_20('\uf39e'), DOCUMENT_PAGE_BOTTOM_LEFT_24('\uf39f'), DOCUMENT_PAGE_BOTTOM_RIGHT_20('\uf3a0'), DOCUMENT_PAGE_BOTTOM_RIGHT_24('\uf3a1'), DOCUMENT_PAGE_BREAK_20('\uf9f0'), DOCUMENT_PAGE_BREAK_24('\uf3a2'), DOCUMENT_PAGE_NUMBER_20('\uf3a3'), DOCUMENT_PAGE_NUMBER_24('\uf3a4'), DOCUMENT_PAGE_TOP_CENTER_20('\uf3a5'), DOCUMENT_PAGE_TOP_CENTER_24('\uf3a6'), DOCUMENT_PAGE_TOP_LEFT_20('\uf3a7'), DOCUMENT_PAGE_TOP_LEFT_24('\uf3a8'), DOCUMENT_PAGE_TOP_RIGHT_20('\uf3a9'), DOCUMENT_PAGE_TOP_RIGHT_24('\uf3aa'), DOCUMENT_PDF_16('\uf3ab'), DOCUMENT_PDF_20('\uf3ac'), DOCUMENT_PDF_24('\uf3ad'), DOCUMENT_SEARCH_20('\uf3ae'), DOCUMENT_SEARCH_24('\uf3af'), DOCUMENT_TOOLBOX_20('\uf3b0'), DOCUMENT_TOOLBOX_24('\uf3b1'), DOCUMENT_TOP_CENTER_20('\uf3b2'), DOCUMENT_TOP_LEFT_20('\uf3b3'), DOCUMENT_TOP_RIGHT_20('\uf3b4'), DOCUMENT_UNKNOWN_16('\uf3b5'), DOCUMENT_UNKNOWN_20('\uf3b6'), DOCUMENT_UNKNOWN_24('\uf3b7'), DOCUMENT_WIDTH_20('\uf3b8'), DOCUMENT_WIDTH_24('\uf3b9'), DOUBLE_SWIPE_DOWN_24('\uf3ba'), DOUBLE_SWIPE_UP_24('\uf3bb'), DOUBLE_TAP_SWIPE_DOWN_24('\uf3bc'), DOUBLE_TAP_SWIPE_UP_24('\uf3bd'), DRAFTS_16('\uf3be'), DRAFTS_20('\uf3bf'), DRAFTS_24('\uf3c0'), DRAG_24('\uf3c1'), DRINK_24('\uf3c2'), DRINK_BEER_16('\uf9f1'), DRINK_BEER_20('\uf9f2'), DRINK_BEER_24('\uf3c3'), DRINK_COFFEE_16('\uf9f3'), DRINK_COFFEE_20('\uf3c4'), DRINK_COFFEE_24('\uf3c5'), DRINK_MARGARITA_16('\uf9f4'), DRINK_MARGARITA_20('\uf9f5'), DRINK_MARGARITA_24('\uf3c6'), DRINK_WINE_16('\uf9f6'), DRINK_WINE_20('\uf9f7'), DRINK_WINE_24('\uf3c7'), DUAL_SCREEN_24('\uf3c8'), DUAL_SCREEN_ADD_24('\uf3c9'), DUAL_SCREEN_ARROW_RIGHT_24('\uf3ca'), DUAL_SCREEN_CLOCK_24('\uf3cb'), DUAL_SCREEN_DESKTOP_24('\uf3cc'), DUAL_SCREEN_ERROR_24('\uf3cd'), DUAL_SCREEN_GROUP_24('\uf3ce'), DUAL_SCREEN_LOCK_24('\uf3cf'), DUAL_SCREEN_MIRROR_24('\uf3d0'), DUAL_SCREEN_PAGINATION_24('\uf3d1'), DUAL_SCREEN_SETTINGS_24('\uf3d2'), DUAL_SCREEN_SPAN_24('\uf9f8'), DUAL_SCREEN_STATUS_BAR_24('\uf3d3'), DUAL_SCREEN_TABLET_24('\uf3d4'), DUAL_SCREEN_UPDATE_24('\uf3d5'), DUAL_SCREEN_VERTICAL_SCROLL_24('\uf3d6'), DUAL_SCREEN_VIBRATE_24('\uf3d7'), EARTH_16('\uf3d8'), EARTH_20('\uf3d9'), EARTH_24('\uf3da'), EDIT_16('\uf3db'), EDIT_20('\uf3dc'), EDIT_24('\uf3dd'), EDIT_32('\uf9f9'), EDIT_OFF_16('\uf9fa'), EDIT_OFF_24('\uf9fb'), EDIT_SETTINGS_24('\uf9fc'), EMOJI_16('\uf3de'), EMOJI_20('\uf3df'), EMOJI_24('\uf3e0'), EMOJI_ADD_16('\uf9fd'), EMOJI_ADD_24('\uf3e1'), EMOJI_ANGRY_20('\uf3e2'), EMOJI_ANGRY_24('\uf3e3'), EMOJI_HAND_24('\uf9fe'), EMOJI_HAND_28('\uf9ff'), EMOJI_LAUGH_20('\uf3e4'), EMOJI_LAUGH_24('\uf3e5'), EMOJI_MEH_20('\uf3e6'), EMOJI_MEH_24('\uf3e7'), EMOJI_SAD_20('\uf3e8'), EMOJI_SAD_24('\uf3e9'), EMOJI_SURPRISE_20('\uf3ea'), EMOJI_SURPRISE_24('\uf3eb'), ERASER_20('\ufa00'), ERASER_24('\ufa01'), ERASER_MEDIUM_24('\ufa02'), ERASER_SEGMENT_24('\ufa03'), ERASER_SMALL_24('\ufa04'), ERASER_TOOL_24('\uf3ee'), ERASE_20('\uf3ec'), ERASE_24('\uf3ed'), ERROR_CIRCLE_12('\ufa05'), ERROR_CIRCLE_16('\uf3ef'), ERROR_CIRCLE_20('\uf3f0'), ERROR_CIRCLE_24('\uf3f1'), EXPORT_24('\uf3f2'), EXTENDED_DOCK_24('\uf3f3'), EXTENSION_20('\uf3f4'), EXTENSION_24('\uf3f5'), EYE_HIDE_20('\uf3f6'), EYE_HIDE_24('\uf3f7'), EYE_SHOW_12('\uf3f8'), EYE_SHOW_16('\uf3f9'), EYE_SHOW_20('\uf3fa'), EYE_SHOW_24('\uf3fb'), EYE_TRACKING_16('\ufa06'), EYE_TRACKING_20('\ufa07'), EYE_TRACKING_24('\ufa08'), EYE_TRACKING_OFF_16('\ufa09'), EYE_TRACKING_OFF_20('\ufa0a'), EYE_TRACKING_OFF_24('\ufa0b'), FAST_ACCELERATION_24('\uf3fc'), FAST_FORWARD_20('\uf3fd'), FAST_FORWARD_24('\uf3fe'), FAST_MODE_16('\uf3ff'), FAST_MODE_20('\uf400'), FAST_MODE_24('\uf401'), FAST_MODE_28('\uf402'), FAVORITES_20('\uf403'), FAVORITES_24('\uf404'), FILTER_20('\uf405'), FILTER_24('\uf406'), FILTER_28('\uf407'), FINGERPRINT_24('\uf408'), FINGERPRINT_48('\ufa10'), FIXED_WIDTH_24('\ufa11'), FLAG_16('\uf409'), FLAG_20('\uf40a'), FLAG_24('\uf40b'), FLAG_28('\uf40c'), FLAG_48('\uf40d'), FLAG_OFF_24('\uf40e'), FLAG_OFF_28('\uf40f'), FLAG_OFF_48('\uf410'), FLAG_PRIDE_16('\uf411'), FLAG_PRIDE_20('\uf412'), FLAG_PRIDE_24('\uf413'), FLAG_PRIDE_28('\uf414'), FLAG_PRIDE_48('\uf415'), FLASHLIGHT_24('\uf41a'), FLASHLIGHT_OFF_24('\uf41b'), FLASH_AUTO_24('\uf416'), FLASH_OFF_24('\uf417'), FLASH_ON_20('\uf418'), FLASH_ON_24('\uf419'), FLIP_HORIZONTAL_24('\ufa12'), FLIP_VERTICAL_24('\ufa13'), FLUENT_32('\ufa14'), FLUENT_48('\ufa15'), FLUID_20('\ufa16'), FLUID_24('\ufa17'), FOLDER_20('\uf41c'), FOLDER_24('\uf41d'), FOLDER_28('\uf41e'), FOLDER_48('\uf41f'), FOLDER_ADD_20('\uf420'), FOLDER_ADD_24('\uf421'), FOLDER_ADD_28('\uf422'), FOLDER_ADD_48('\uf423'), FOLDER_BRIEFCASE_20('\uf424'), FOLDER_JUNK_20('\uf425'), FOLDER_JUNK_24('\uf426'), FOLDER_JUNK_28('\uf427'), FOLDER_JUNK_48('\uf428'), FOLDER_LINK_20('\uf429'), FOLDER_LINK_24('\uf42a'), FOLDER_LINK_28('\uf42b'), FOLDER_LINK_48('\uf42c'), FOLDER_MOVE_16('\ufa18'), FOLDER_MOVE_20('\uf42d'), FOLDER_MOVE_24('\uf42e'), FOLDER_MOVE_28('\uf42f'), FOLDER_MOVE_48('\uf430'), FOLDER_OPEN_16('\uf431'), FOLDER_OPEN_20('\uf432'), FOLDER_OPEN_24('\uf433'), FOLDER_OPEN_VERTICAL_20('\uf434'), FOLDER_PUBLIC_16('\uf435'), FOLDER_PUBLIC_20('\uf436'), FOLDER_PUBLIC_24('\uf437'), FOLDER_ZIP_16('\uf438'), FOLDER_ZIP_20('\uf439'), FOLDER_ZIP_24('\uf43a'), FONT_DECREASE_20('\uf43b'), FONT_DECREASE_24('\uf43c'), FONT_INCREASE_20('\uf43d'), FONT_INCREASE_24('\uf43e'), FONT_SPACE_TRACKING_IN_16('\uf43f'), FONT_SPACE_TRACKING_IN_20('\uf440'), FONT_SPACE_TRACKING_IN_24('\uf441'), FONT_SPACE_TRACKING_IN_28('\uf442'), FONT_SPACE_TRACKING_OUT_16('\uf443'), FONT_SPACE_TRACKING_OUT_20('\uf444'), FONT_SPACE_TRACKING_OUT_24('\uf445'), FONT_SPACE_TRACKING_OUT_28('\uf446'), FOOD_20('\uf447'), FOOD_24('\uf448'), FOOD_CAKE_24('\uf449'), FOOD_EGG_16('\ufa19'), FOOD_EGG_20('\ufa1a'), FOOD_EGG_24('\uf44a'), FOOD_TOAST_16('\ufa1b'), FOOD_TOAST_20('\ufa1c'), FOOD_TOAST_24('\uf44b'), FORM_NEW_24('\uf44c'), FORM_NEW_28('\uf44d'), FORM_NEW_48('\uf44e'), FORWARD_20('\uf44f'), FORWARD_24('\uf450'), FPS_240_24('\uf451'), FPS_960_24('\uf452'), FULL_SCREEN_ZOOM_24('\uf453'), F_STOP_16('\ufa0c'), F_STOP_20('\ufa0d'), F_STOP_24('\ufa0e'), F_STOP_28('\ufa0f'), GALLERY_24('\uf454'), GAMES_24('\uf455'), GAVEL_24('\ufa1d'), GAVEL_32('\ufa1e'), GESTURE_24('\uf456'), GIFT_20('\uf459'), GIFT_24('\uf45a'), GIF_20('\uf457'), GIF_24('\uf458'), GLANCE_24('\uf45b'), GLASSES_16('\ufa1f'), GLASSES_20('\ufa20'), GLASSES_24('\uf45c'), GLASSES_28('\ufa21'), GLASSES_48('\ufa22'), GLASSES_OFF_16('\ufa23'), GLASSES_OFF_20('\ufa24'), GLASSES_OFF_24('\uf45d'), GLASSES_OFF_28('\ufa25'), GLASSES_OFF_48('\ufa26'), GLOBE_16('\ufa27'), GLOBE_20('\uf45e'), GLOBE_24('\uf45f'), GLOBE_ADD_24('\uf460'), GLOBE_CLOCK_24('\uf461'), GLOBE_DESKTOP_24('\uf462'), GLOBE_LOCATION_24('\uf463'), GLOBE_SEARCH_24('\uf464'), GLOBE_VIDEO_24('\uf465'), GRID_20('\uf466'), GRID_24('\uf467'), GRID_28('\uf468'), GROUP_20('\uf469'), GROUP_24('\uf46a'), GROUP_LIST_24('\uf46b'), GUEST_16('\uf46c'), GUEST_20('\uf46d'), GUEST_24('\uf46e'), GUEST_28('\uf46f'), GUEST_ADD_24('\uf470'), HANDSHAKE_16('\uf472'), HANDSHAKE_20('\uf473'), HANDSHAKE_24('\uf474'), HAND_LEFT_20('\ufa28'), HAND_RAISE_24('\uf471'), HAND_RIGHT_24('\ufa29'), HAND_RIGHT_28('\ufa2a'), HAT_GRADUATION_16('\ufa2b'), HAT_GRADUATION_20('\ufa2c'), HAT_GRADUATION_24('\ufa2d'), HDR_24('\uf475'), HD_16('\ufa2e'), HD_20('\ufa2f'), HD_24('\ufa30'), HEADPHONES_24('\uf476'), HEADPHONES_28('\uf477'), HEADSET_16('\ufa31'), HEADSET_20('\ufa32'), HEADSET_24('\uf478'), HEADSET_28('\uf479'), HEADSET_48('\ufa33'), HEADSET_VR_20('\uf47a'), HEADSET_VR_24('\uf47b'), HEART_16('\uf47c'), HEART_20('\uf47d'), HEART_24('\uf47e'), HEART_PULSE_24('\ufa34'), HEART_PULSE_32('\ufa35'), HIGHLIGHT_16('\uf47f'), HIGHLIGHT_20('\uf480'), HIGHLIGHT_24('\uf481'), HIGHLIGHT_ACCENT_16('\uf482'), HIGHLIGHT_ACCENT_20('\uf483'), HIGHLIGHT_ACCENT_24('\uf484'), HISTORY_20('\uf485'), HISTORY_24('\uf486'), HOME_16('\ufa36'), HOME_20('\uf487'), HOME_24('\uf488'), HOME_28('\uf489'), HOME_32('\ufa37'), HOME_48('\ufa38'), HOME_ADD_24('\uf48a'), HOME_CHECKMARK_24('\uf48b'), ICONS_20('\uf48c'), ICONS_24('\uf48d'), IMAGE_16('\uf48e'), IMAGE_20('\uf48f'), IMAGE_24('\uf490'), IMAGE_28('\uf491'), IMAGE_48('\uf492'), IMAGE_ADD_24('\uf493'), IMAGE_ALT_TEXT_20('\uf494'), IMAGE_ALT_TEXT_24('\uf495'), IMAGE_ARROW_COUNTERCLOCKWISE_24('\ufa39'), IMAGE_COPY_20('\uf496'), IMAGE_COPY_24('\uf497'), IMAGE_COPY_28('\uf498'), IMAGE_EDIT_16('\uf499'), IMAGE_EDIT_20('\uf49a'), IMAGE_EDIT_24('\uf49b'), IMAGE_LIBRARY_20('\uf49c'), IMAGE_LIBRARY_24('\uf49d'), IMAGE_LIBRARY_28('\uf49e'), IMAGE_OFF_24('\uf49f'), IMAGE_SEARCH_20('\uf4a0'), IMAGE_SEARCH_24('\uf4a1'), IMMERSIVE_READER_20('\uf4a2'), IMMERSIVE_READER_24('\uf4a3'), IMPORTANT_12('\uf4a4'), IMPORTANT_16('\uf4a5'), IMPORTANT_20('\uf4a6'), IMPORTANT_24('\uf4a7'), INCOGNITO_24('\uf4a8'), INFO_16('\uf4a9'), INFO_20('\uf4aa'), INFO_24('\uf4ab'), INFO_28('\uf4ac'), INFO_SHIELD_20('\ufa3a'), INKING_TOOL_16('\uf4ad'), INKING_TOOL_20('\uf4ae'), INKING_TOOL_24('\uf4af'), INKING_TOOL_ACCENT_16('\uf4b0'), INKING_TOOL_ACCENT_20('\uf4b1'), INKING_TOOL_ACCENT_24('\uf4b2'), INPRIVATE_ACCOUNT_16('\uf4b3'), INPRIVATE_ACCOUNT_20('\uf4b4'), INPRIVATE_ACCOUNT_24('\uf4b5'), INPRIVATE_ACCOUNT_28('\uf4b6'), INSERT_20('\uf4b7'), INSPECT_20('\uf4b8'), INSPECT_24('\uf4b9'), IOS_ARROW_LEFT_24('\uf4ba'), IOS_CHEVRON_24('\uf4bb'), IOS_CHEVRON_RIGHT_20('\uf4bc'), JAVASCRIPT_16('\uf4bd'), JAVASCRIPT_20('\uf4be'), JAVASCRIPT_24('\uf4bf'), KEYBOARD_20('\uf4c2'), KEYBOARD_24('\uf4c3'), KEYBOARD_DOCK_24('\uf4c4'), KEYBOARD_LAYOUT_FLOAT_24('\uf4c5'), KEYBOARD_LAYOUT_ONE_HANDED_LEFT_24('\uf4c6'), KEYBOARD_LAYOUT_RESIZE_24('\uf4c7'), KEYBOARD_LAYOUT_SPLIT_24('\uf4c8'), KEYBOARD_SHIFT_24('\uf4c9'), KEYBOARD_SHIFT_UPPERCASE_24('\uf4ca'), KEYBOARD_TAB_24('\uf4cb'), KEY_20('\uf4c0'), KEY_24('\uf4c1'), KEY_MULTIPLE_20('\ufa3b'), LAPTOP_16('\uf4cc'), LAPTOP_20('\uf4cd'), LAPTOP_24('\uf4ce'), LAPTOP_28('\uf4cf'), LARGE_16('\uf4d0'), LARGE_20('\uf4d1'), LARGE_24('\uf4d2'), LASSO_24('\uf4d3'), LAUNCHER_SETTINGS_24('\uf4d4'), LAYER_20('\uf4d5'), LAYER_24('\uf4d6'), LEAF_16('\uf4d7'), LEAF_20('\uf4d8'), LEAF_24('\uf4d9'), LEAF_TWO_16('\uf4da'), LEAF_TWO_20('\uf4db'), LEAF_TWO_24('\uf4dc'), LIBRARY_24('\uf4dd'), LIBRARY_28('\uf4de'), LIGHTBULB_16('\uf4df'), LIGHTBULB_20('\uf4e0'), LIGHTBULB_24('\uf4e1'), LIGHTBULB_CIRCLE_24('\uf4e2'), LIGHTBULB_FILAMENT_16('\uf4e3'), LIGHTBULB_FILAMENT_20('\uf4e4'), LIGHTBULB_FILAMENT_24('\uf4e5'), LIKERT_16('\uf4e7'), LIKERT_20('\uf4e8'), LIKERT_24('\uf4e9'), LIKE_16('\uf4e6'), LINE_HORIZONTAL_1_20('\uf4ea'), LINE_HORIZONTAL_3_20('\uf4eb'), LINE_HORIZONTAL_5_20('\uf4ec'), LINE_HORIZONTAL_5_ERROR_20('\ufa3c'), LINK_16('\uf4ed'), LINK_20('\uf4ee'), LINK_24('\uf4ef'), LINK_28('\uf4f0'), LINK_48('\uf4f1'), LINK_EDIT_16('\uf4f2'), LINK_EDIT_20('\uf4f3'), LINK_EDIT_24('\uf4f4'), LINK_REMOVE_20('\uf4f5'), LINK_SQUARE_12('\ufa3d'), LINK_SQUARE_16('\ufa3e'), LINK_SQUARE_24('\uf4f6'), LIST_20('\uf4f7'), LIST_24('\uf4f8'), LIST_28('\uf4f9'), LIVE_20('\uf4fa'), LIVE_24('\uf4fb'), LOCAL_LANGUAGE_16('\uf4fc'), LOCAL_LANGUAGE_20('\uf4fd'), LOCAL_LANGUAGE_24('\uf4fe'), LOCAL_LANGUAGE_28('\uf4ff'), LOCATION_12('\uf500'), LOCATION_16('\uf501'), LOCATION_20('\uf502'), LOCATION_24('\uf503'), LOCATION_28('\uf504'), LOCATION_48('\ufa3f'), LOCATION_LIVE_20('\uf505'), LOCATION_LIVE_24('\uf506'), LOCATION_NOT_FOUND_24('\uf507'), LOCATION_OFF_16('\ufa40'), LOCATION_OFF_20('\ufa41'), LOCATION_OFF_24('\ufa42'), LOCATION_OFF_28('\ufa43'), LOCATION_OFF_48('\ufa44'), LOCK_12('\uf508'), LOCK_16('\uf509'), LOCK_20('\uf50a'), LOCK_24('\uf50b'), LOCK_MULTIPLE_24('\ufa45'), LOCK_SHIELD_20('\uf50c'), LOCK_SHIELD_24('\uf50d'), LOCK_SHIELD_48('\uf50e'), LOTTERY_24('\ufa46'); public static FluentUiFilledAL findByDescription(String description) { for (FluentUiFilledAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FluentUiFilledAL(int code) { this.description = "fltfal-" + name().toLowerCase().replace("_", "-"); this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiFilledALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FluentUiFilledALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fluentui/1.1.74/fonts/FluentSystemIcons-Filled.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fltfal-"); } @Override public Ikon resolve(String description) { return FluentUiFilledAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "FluentSystemIcons-Filled"; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiFilledALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FluentUiFilledALIkonProvider implements IkonProvider { @Override public Class getIkon() { return FluentUiFilledAL.class; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiFilledMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FluentUiFilledMZ implements Ikon { MAGIC_WAND_16('\ufa47'), MAGIC_WAND_20('\ufa48'), MAGIC_WAND_24('\uf50f'), MAGIC_WAND_28('\ufa49'), MAGIC_WAND_48('\ufa4a'), MAIL_16('\ufa4b'), MAIL_20('\uf510'), MAIL_24('\uf511'), MAIL_28('\uf512'), MAIL_48('\uf513'), MAIL_ADD_24('\uf514'), MAIL_ALL_20('\uf515'), MAIL_ALL_24('\uf516'), MAIL_ALL_ACCOUNTS_24('\uf517'), MAIL_ALL_READ_20('\uf518'), MAIL_ALL_UNREAD_20('\uf519'), MAIL_CLOCK_20('\uf51a'), MAIL_COPY_20('\uf51b'), MAIL_COPY_24('\uf51c'), MAIL_INBOX_16('\uf51d'), MAIL_INBOX_20('\uf51e'), MAIL_INBOX_24('\uf51f'), MAIL_INBOX_28('\uf520'), MAIL_INBOX_ADD_16('\uf521'), MAIL_INBOX_ADD_20('\uf522'), MAIL_INBOX_ADD_24('\uf523'), MAIL_INBOX_ADD_28('\uf524'), MAIL_INBOX_DISMISS_16('\uf525'), MAIL_INBOX_DISMISS_20('\uf526'), MAIL_INBOX_DISMISS_24('\uf527'), MAIL_INBOX_DISMISS_28('\uf528'), MAIL_MOVE_TO_FOCUSSED_24('\uf529'), MAIL_OUTBOX_20('\uf8e0'), MAIL_OUTBOX_24('\uf52a'), MAIL_READ_16('\ufa4c'), MAIL_READ_20('\uf52b'), MAIL_READ_24('\uf52c'), MAIL_READ_28('\uf52d'), MAIL_READ_48('\uf52e'), MAIL_UNREAD_16('\uf52f'), MAIL_UNREAD_20('\uf530'), MAIL_UNREAD_24('\uf531'), MAIL_UNREAD_28('\uf532'), MAIL_UNREAD_48('\uf533'), MAIL_UNSUBSCRIBE_24('\uf534'), MALWARE_DETECTED_16('\uf535'), MALWARE_DETECTED_24('\uf536'), MANUFACTURER_24('\uf537'), MAP_24('\uf538'), MAP_DRIVE_16('\uf539'), MAP_DRIVE_20('\uf53a'), MAP_DRIVE_24('\uf53b'), MATCH_APP_LAYOUT_24('\uf53c'), MATH_FORMAT_LINEAR_24('\ufa4d'), MATH_FORMAT_PROFESSIONAL_24('\ufa4e'), MATH_FORMULA_24('\ufa4f'), MAXIMIZE_16('\uf53d'), MAXIMIZE_20('\ufa50'), MAXIMIZE_24('\ufa51'), MAXIMIZE_28('\ufa52'), MAXIMIZE_48('\ufa53'), MEET_NOW_16('\ufa54'), MEET_NOW_20('\uf53e'), MEET_NOW_24('\uf53f'), MEGAPHONE_16('\uf540'), MEGAPHONE_20('\uf541'), MEGAPHONE_24('\uf542'), MEGAPHONE_28('\uf543'), MEGAPHONE_OFF_24('\uf544'), MENTION_16('\uf545'), MENTION_20('\uf546'), MENTION_24('\uf547'), MERGE_24('\uf548'), MIC_OFF_12('\uf549'), MIC_OFF_16('\uf54a'), MIC_OFF_20('\ufa55'), MIC_OFF_24('\uf54b'), MIC_OFF_28('\uf54c'), MIC_OFF_48('\ufa56'), MIC_ON_16('\uf54d'), MIC_ON_20('\uf54e'), MIC_ON_24('\uf54f'), MIC_ON_28('\uf550'), MIC_ON_48('\uf551'), MIC_PROHIBITED_24('\ufa57'), MIC_SETTINGS_24('\uf552'), MIDI_20('\uf553'), MIDI_24('\uf554'), MINIMIZE_12('\ufa58'), MINIMIZE_16('\ufa59'), MINIMIZE_20('\ufa5a'), MINIMIZE_24('\ufa5b'), MINIMIZE_28('\ufa5c'), MINIMIZE_48('\ufa5d'), MISSING_METADATA_16('\uf555'), MISSING_METADATA_24('\uf556'), MOBILE_OPTIMIZED_24('\uf557'), MONEY_16('\uf558'), MONEY_20('\uf559'), MONEY_24('\uf55a'), MORE_16('\uf55b'), MORE_20('\uf55c'), MORE_24('\uf55d'), MORE_28('\uf55e'), MORE_48('\uf55f'), MORE_CIRCLE_20('\ufa5e'), MORE_VERTICAL_20('\uf560'), MORE_VERTICAL_24('\uf561'), MORE_VERTICAL_28('\uf562'), MORE_VERTICAL_48('\uf563'), MOVIES_AND_TV_16('\ufa5f'), MOVIES_AND_TV_20('\ufa60'), MOVIES_AND_TV_24('\uf564'), MULTISELECT_20('\uf565'), MULTISELECT_24('\uf566'), MUSIC_20('\uf567'), MUSIC_24('\uf568'), MUSIC_NOTES_16('\ufa63'), MUSIC_NOTES_24('\ufa64'), MUSIC_NOTE_20('\ufa61'), MUSIC_NOTE_24('\ufa62'), MY_LOCATION_24('\uf569'), NAVIGATION_20('\uf56a'), NAVIGATION_24('\uf56b'), NAVIGATION_UNREAD_24('\ufa65'), NETWORK_CHECK_24('\uf56c'), NEWS_20('\uf56f'), NEWS_24('\uf570'), NEWS_28('\uf571'), NEW_16('\uf56d'), NEW_24('\uf56e'), NEXT_16('\uf572'), NEXT_20('\uf573'), NEXT_24('\uf574'), NOTEBOOK_24('\uf57a'), NOTEBOOK_ERROR_24('\uf57b'), NOTEBOOK_LIGHTNING_24('\uf57c'), NOTEBOOK_QUESTION_MARK_24('\uf57d'), NOTEBOOK_SECTION_24('\uf57e'), NOTEBOOK_SYNC_24('\uf57f'), NOTEPAD_20('\uf580'), NOTEPAD_24('\uf581'), NOTEPAD_28('\uf582'), NOTE_20('\uf575'), NOTE_24('\uf576'), NOTE_ADD_16('\uf577'), NOTE_ADD_20('\uf578'), NOTE_ADD_24('\uf579'), NUMBER_ROW_16('\uf583'), NUMBER_ROW_20('\uf584'), NUMBER_ROW_24('\uf585'), NUMBER_SYMBOL_16('\uf586'), NUMBER_SYMBOL_20('\uf587'), NUMBER_SYMBOL_24('\uf588'), NUMBER_SYMBOL_DISMISS_24('\ufa66'), OFFICE_APPS_24('\uf589'), OFFICE_APPS_28('\uf58a'), OPEN_16('\uf58b'), OPEN_20('\uf58c'), OPEN_24('\uf58d'), OPEN_28('\ufa67'), OPEN_48('\ufa68'), OPEN_FOLDER_16('\ufa69'), OPEN_FOLDER_20('\ufa6a'), OPEN_FOLDER_24('\uf58e'), OPEN_FOLDER_28('\ufa6b'), OPEN_FOLDER_48('\ufa6c'), OPEN_IN_BROWSER_24('\uf58f'), OPEN_OFF_16('\ufa6d'), OPEN_OFF_20('\ufa6e'), OPEN_OFF_24('\ufa6f'), OPEN_OFF_28('\ufa70'), OPEN_OFF_48('\ufa71'), OPTIONS_16('\uf590'), OPTIONS_20('\uf591'), OPTIONS_24('\uf592'), ORGANIZATION_20('\uf593'), ORGANIZATION_24('\uf594'), ORGANIZATION_28('\uf595'), OWNER_24('\uf596'), PAGE_20('\uf597'), PAGE_FIT_16('\uf598'), PAGE_FIT_20('\uf599'), PAGE_FIT_24('\uf59a'), PAINT_BRUSH_16('\uf59b'), PAINT_BRUSH_20('\uf59c'), PAINT_BRUSH_24('\uf59d'), PAINT_BRUSH_ARROW_DOWN_24('\ufa72'), PAINT_BRUSH_ARROW_UP_24('\ufa73'), PAINT_BUCKET_16('\uf59e'), PAINT_BUCKET_20('\uf59f'), PAINT_BUCKET_24('\uf5a0'), PAIR_24('\uf5a1'), PANE_CLOSE_16('\uf5a2'), PANE_CLOSE_20('\uf5a3'), PANE_CLOSE_24('\uf5a4'), PANE_OPEN_16('\uf5a5'), PANE_OPEN_20('\uf5a6'), PANE_OPEN_24('\uf5a7'), PASSWORD_24('\uf5a8'), PATIENT_24('\uf5a9'), PAUSE_12('\ufa74'), PAUSE_16('\uf5aa'), PAUSE_20('\uf5ab'), PAUSE_24('\uf5ac'), PAUSE_48('\uf5ad'), PAYMENT_16('\ufa75'), PAYMENT_20('\uf5ae'), PAYMENT_24('\uf5af'), PAYMENT_28('\ufa76'), PEN_SETTINGS_24('\uf5b0'), PEOPLE_16('\uf5b1'), PEOPLE_20('\uf5b2'), PEOPLE_24('\uf5b3'), PEOPLE_28('\uf5b4'), PEOPLE_ADD_16('\uf5b5'), PEOPLE_ADD_20('\uf5b6'), PEOPLE_ADD_24('\uf5b7'), PEOPLE_AUDIENCE_24('\uf5b8'), PEOPLE_COMMUNITY_16('\uf5b9'), PEOPLE_COMMUNITY_20('\uf5ba'), PEOPLE_COMMUNITY_24('\uf5bb'), PEOPLE_COMMUNITY_28('\uf5bc'), PEOPLE_COMMUNITY_ADD_24('\uf5bd'), PEOPLE_PROHIBITED_16('\ufa77'), PEOPLE_PROHIBITED_20('\uf5be'), PEOPLE_SEARCH_24('\uf5bf'), PEOPLE_SETTINGS_20('\uf5c0'), PEOPLE_SWAP_16('\ufa78'), PEOPLE_SWAP_20('\ufa79'), PEOPLE_SWAP_24('\ufa7a'), PEOPLE_SWAP_28('\ufa7b'), PEOPLE_TEAM_16('\uf5c1'), PEOPLE_TEAM_20('\uf5c2'), PEOPLE_TEAM_24('\uf5c3'), PEOPLE_TEAM_28('\uf5c4'), PEOPLE_TEAM_ADD_20('\ufa7c'), PEOPLE_TEAM_ADD_24('\ufa7d'), PEOPLE_TEAM_DISMISS_24('\ufa7e'), PERSON_12('\uf5c5'), PERSON_16('\uf5c6'), PERSON_20('\uf5c7'), PERSON_24('\uf5c8'), PERSON_28('\uf5c9'), PERSON_48('\uf5ca'), PERSON_ACCOUNTS_24('\uf5cb'), PERSON_ADD_20('\uf5cc'), PERSON_ADD_24('\uf5cd'), PERSON_ARROW_LEFT_20('\uf5ce'), PERSON_ARROW_LEFT_24('\uf5cf'), PERSON_ARROW_RIGHT_16('\uf5d0'), PERSON_ARROW_RIGHT_20('\uf5d1'), PERSON_ARROW_RIGHT_24('\uf5d2'), PERSON_AVAILABLE_16('\uf5d3'), PERSON_AVAILABLE_20('\ufa7f'), PERSON_AVAILABLE_24('\uf5d4'), PERSON_BLOCK_24('\uf5d5'), PERSON_BOARD_16('\uf5d6'), PERSON_BOARD_20('\uf5d7'), PERSON_BOARD_24('\uf5d8'), PERSON_CALL_24('\uf5d9'), PERSON_CLOCK_16('\ufa80'), PERSON_CLOCK_20('\ufa81'), PERSON_CLOCK_24('\ufa82'), PERSON_DELETE_16('\uf5da'), PERSON_DELETE_20('\ufa83'), PERSON_DELETE_24('\uf5db'), PERSON_FEEDBACK_20('\uf5dc'), PERSON_FEEDBACK_24('\uf5dd'), PERSON_MAIL_16('\ufa84'), PERSON_MAIL_20('\ufa85'), PERSON_MAIL_24('\ufa86'), PERSON_MAIL_28('\ufa87'), PERSON_MAIL_48('\ufa88'), PERSON_PROHIBITED_20('\uf5de'), PERSON_PROHIBITED_24('\ufa89'), PERSON_QUESTION_MARK_16('\uf5df'), PERSON_QUESTION_MARK_20('\uf5e0'), PERSON_QUESTION_MARK_24('\uf5e1'), PERSON_SUPPORT_16('\uf5e2'), PERSON_SUPPORT_20('\uf5e3'), PERSON_SUPPORT_24('\uf5e4'), PERSON_SWAP_16('\uf5e5'), PERSON_SWAP_20('\uf5e6'), PERSON_SWAP_24('\uf5e7'), PERSON_VOICE_20('\uf5e8'), PERSON_VOICE_24('\uf5e9'), PHONE_16('\ufa8a'), PHONE_20('\uf5ea'), PHONE_24('\uf5eb'), PHONE_28('\uf5ec'), PHONE_ADD_NEW_APP_24('\uf5ed'), PHONE_DESKTOP_16('\uf5ee'), PHONE_DESKTOP_20('\uf5ef'), PHONE_DESKTOP_24('\uf5f0'), PHONE_DESKTOP_28('\uf5f1'), PHONE_ERROR_24('\uf5f2'), PHONE_HOME_LOCK_24('\uf5f3'), PHONE_LAPTOP_20('\uf5f4'), PHONE_LAPTOP_24('\uf5f5'), PHONE_LINK_SETUP_24('\uf5f6'), PHONE_MOBILE_20('\uf5f7'), PHONE_MOBILE_24('\uf5f8'), PHONE_PAGE_HEADER_24('\uf5f9'), PHONE_PAGINATION_24('\uf5fa'), PHONE_SCREEN_TIME_24('\uf5fb'), PHONE_SHAKE_24('\uf5fc'), PHONE_STATUS_BAR_24('\uf5fd'), PHONE_TABLET_20('\uf5fe'), PHONE_TABLET_24('\uf5ff'), PHONE_TO_PC_20('\uf600'), PHONE_TO_PC_24('\uf601'), PHONE_UPDATE_24('\uf602'), PHONE_VERTICAL_SCROLL_24('\uf603'), PHONE_VIBRATE_24('\uf604'), PHOTO_FILTER_24('\uf605'), PICTURE_IN_PICTURE_16('\uf606'), PICTURE_IN_PICTURE_20('\uf607'), PICTURE_IN_PICTURE_24('\uf608'), PIN_12('\uf609'), PIN_16('\uf60a'), PIN_20('\uf60b'), PIN_24('\uf60c'), PIN_OFF_20('\uf60d'), PIN_OFF_24('\uf60e'), PLAY_20('\uf60f'), PLAY_24('\uf610'), PLAY_48('\uf611'), PLAY_CIRCLE_24('\uf612'), PLUG_DISCONNECTED_20('\uf613'), PLUG_DISCONNECTED_24('\uf614'), PLUG_DISCONNECTED_28('\uf615'), POINT_SCAN_24('\uf616'), POLL_20('\ufa8b'), POLL_24('\uf617'), POWER_20('\uf618'), POWER_24('\uf619'), POWER_28('\uf61a'), PREDICTIONS_24('\uf61b'), PREMIUM_16('\uf61c'), PREMIUM_20('\uf61d'), PREMIUM_24('\uf61e'), PREMIUM_28('\uf61f'), PRESENCE_AVAILABLE_10('\uf620'), PRESENCE_AVAILABLE_12('\uf621'), PRESENCE_AVAILABLE_16('\uf622'), PRESENCE_AWAY_10('\uf623'), PRESENCE_AWAY_12('\uf624'), PRESENCE_AWAY_16('\uf625'), PRESENCE_BUSY_10('\uf626'), PRESENCE_BUSY_12('\uf627'), PRESENCE_BUSY_16('\uf628'), PRESENCE_DND_10('\uf629'), PRESENCE_DND_12('\uf62a'), PRESENCE_DND_16('\uf62b'), PRESENTER_24('\uf62c'), PRESENTER_OFF_24('\uf62d'), PREVIEW_LINK_16('\uf62e'), PREVIEW_LINK_20('\uf62f'), PREVIEW_LINK_24('\uf630'), PREVIOUS_16('\uf631'), PREVIOUS_20('\uf632'), PREVIOUS_24('\uf633'), PRINT_20('\uf634'), PRINT_24('\uf635'), PRINT_48('\uf636'), PROHIBITED_20('\uf637'), PROHIBITED_24('\uf638'), PROHIBITED_28('\uf639'), PROHIBITED_48('\uf63a'), PROOFREAD_LANGUAGE_24('\uf63b'), PROTOCOL_HANDLER_16('\uf63c'), PROTOCOL_HANDLER_20('\uf63d'), PROTOCOL_HANDLER_24('\uf63e'), PULSE_24('\ufa8c'), QR_CODE_20('\ufa8d'), QR_CODE_24('\uf63f'), QR_CODE_28('\uf640'), QUESTION_16('\uf641'), QUESTION_20('\uf642'), QUESTION_24('\uf643'), QUESTION_28('\uf644'), QUESTION_48('\uf645'), QUESTION_CIRCLE_16('\uf646'), QUESTION_CIRCLE_20('\uf647'), QUESTION_CIRCLE_24('\uf648'), QUESTION_CIRCLE_28('\uf649'), QUESTION_CIRCLE_48('\uf64a'), QUIZ_NEW_24('\uf64b'), QUIZ_NEW_28('\uf64c'), QUIZ_NEW_48('\uf64d'), RADIO_BUTTON_20('\uf64e'), RADIO_BUTTON_24('\uf64f'), RATING_MATURE_16('\uf650'), RATING_MATURE_20('\uf651'), RATING_MATURE_24('\uf652'), READING_LIST_16('\uf65b'), READING_LIST_20('\uf65c'), READING_LIST_24('\uf65d'), READING_LIST_28('\uf65e'), READING_LIST_ADD_16('\uf65f'), READING_LIST_ADD_20('\uf660'), READING_LIST_ADD_24('\uf661'), READING_LIST_ADD_28('\uf662'), READING_MODE_20('\uf663'), READING_MODE_24('\uf664'), READING_MODE_MOBILE_20('\uf665'), READING_MODE_MOBILE_24('\uf666'), READ_ALOUD_20('\uf657'), READ_ALOUD_24('\uf658'), READ_ONLY_16('\uf659'), READ_ONLY_24('\uf65a'), REAL_ESTATE_24('\ufa8e'), RECIEPT_20('\uf667'), RECIEPT_24('\uf668'), RECOMMENDED_24('\uf669'), RECORD_16('\uf66a'), RECORD_20('\uf66b'), RECORD_24('\uf66c'), REMOVE_12('\uf66d'), REMOVE_16('\uf66e'), REMOVE_20('\uf66f'), REMOVE_24('\uf670'), REMOVE_RECENT_24('\uf671'), RENAME_16('\uf672'), RENAME_20('\uf673'), RENAME_24('\uf674'), RENAME_28('\uf675'), RESIZE_20('\uf676'), RESIZE_IMAGE_24('\uf677'), RESIZE_TABLE_24('\uf678'), RESIZE_VIDEO_24('\uf679'), RESTORE_16('\uf67a'), REWARD_16('\uf67b'), REWARD_20('\uf67c'), REWARD_24('\uf67d'), REWIND_20('\uf67e'), REWIND_24('\uf67f'), RE_ORDER_16('\uf653'), RE_ORDER_24('\uf654'), RE_ORDER_DOTS_20('\uf655'), RE_ORDER_DOTS_24('\uf656'), RIBBON_24('\ufa8f'), RIBBON_STAR_20('\ufa90'), RIBBON_STAR_24('\ufa91'), ROCKET_16('\uf680'), ROCKET_20('\uf681'), ROCKET_24('\uf682'), ROUTER_24('\uf683'), ROW_TRIPLE_24('\uf684'), RULER_16('\uf685'), RULER_20('\uf686'), RULER_24('\uf687'), RUN_16('\ufa92'), RUN_20('\ufa93'), RUN_24('\uf688'), SAVE_20('\uf689'), SAVE_24('\uf68a'), SAVE_AS_20('\uf68b'), SAVE_AS_24('\uf68c'), SAVE_COPY_24('\uf68d'), SAVINGS_16('\uf68e'), SAVINGS_20('\uf68f'), SAVINGS_24('\uf690'), SCALES_24('\ufa94'), SCALES_32('\ufa95'), SCALE_FILL_24('\uf691'), SCALE_FIT_16('\uf692'), SCALE_FIT_20('\uf693'), SCALE_FIT_24('\uf694'), SCAN_24('\uf695'), SCRATCHPAD_24('\uf696'), SCREENSHOT_20('\uf697'), SCREENSHOT_24('\uf698'), SEARCH_20('\uf699'), SEARCH_24('\uf69a'), SEARCH_28('\uf69b'), SEARCH_INFO_24('\uf69c'), SEARCH_SHIELD_20('\ufa96'), SEARCH_SQUARE_24('\uf69d'), SELECT_ALL_24('\uf69e'), SELECT_ALL_OFF_24('\uf69f'), SELECT_OBJECT_20('\uf6a0'), SELECT_OBJECT_24('\uf6a1'), SEND_20('\uf6a2'), SEND_24('\uf6a3'), SEND_28('\uf6a4'), SEND_CLOCK_20('\uf6a5'), SEND_COPY_24('\uf6a6'), SEND_LOGGING_24('\uf6a7'), SEND_TO_BACK_20('\uf6a8'), SEND_TO_BACK_24('\uf6a9'), SERIAL_PORT_16('\uf6aa'), SERIAL_PORT_20('\uf6ab'), SERIAL_PORT_24('\uf6ac'), SERVICE_BELL_24('\uf6ad'), SETTINGS_16('\uf6b1'), SETTINGS_20('\uf6b2'), SETTINGS_24('\uf6b3'), SETTINGS_28('\uf6b4'), SET_TOP_STACK_16('\uf6ae'), SET_TOP_STACK_20('\uf6af'), SET_TOP_STACK_24('\uf6b0'), SHAPES_16('\uf6b5'), SHAPES_20('\uf6b6'), SHAPES_24('\uf6b7'), SHARE_20('\uf6b8'), SHARE_24('\uf6b9'), SHARE_ANDROID_20('\uf6ba'), SHARE_ANDROID_24('\uf6bb'), SHARE_CLOSE_TRAY_24('\uf6bc'), SHARE_DESKTOP_24('\uf6bd'), SHARE_IOS_20('\uf6be'), SHARE_IOS_24('\uf6bf'), SHARE_IOS_28('\uf6c0'), SHARE_IOS_48('\uf6c1'), SHARE_SCREEN_20('\uf6c2'), SHARE_SCREEN_24('\uf6c3'), SHARE_SCREEN_28('\uf6c4'), SHARE_STOP_16('\ufa97'), SHARE_STOP_20('\ufa98'), SHARE_STOP_24('\uf6c5'), SHARE_STOP_28('\uf6c6'), SHARE_STOP_48('\ufa99'), SHIELD_20('\uf6c7'), SHIELD_24('\uf6c8'), SHIELD_DISMISS_20('\uf6c9'), SHIELD_DISMISS_24('\uf6ca'), SHIELD_DISMISS_SHIELD_20('\ufa9a'), SHIELD_ERROR_20('\uf6cb'), SHIELD_ERROR_24('\uf6cc'), SHIELD_KEYHOLE_16('\uf6cd'), SHIELD_KEYHOLE_20('\uf6ce'), SHIELD_KEYHOLE_24('\uf6cf'), SHIELD_PROHIBITED_20('\uf6d0'), SHIELD_PROHIBITED_24('\uf6d1'), SHIFTS_24('\uf6d2'), SHIFTS_24H_20('\uf6d3'), SHIFTS_24H_24('\uf6d4'), SHIFTS_28('\uf6d5'), SHIFTS_30_MINUTES_24('\uf6d6'), SHIFTS_ACTIVITY_20('\uf6d7'), SHIFTS_ACTIVITY_24('\uf6d8'), SHIFTS_ADD_24('\uf6d9'), SHIFTS_APPROVE_24('\uf6da'), SHIFTS_AVAILABILITY_24('\uf6db'), SHIFTS_DAY_20('\ufa9b'), SHIFTS_DAY_24('\ufa9c'), SHIFTS_DENY_24('\uf6dc'), SHIFTS_OPEN_20('\uf6dd'), SHIFTS_OPEN_24('\uf6de'), SHIFTS_PENDING_24('\uf6df'), SHIFTS_TEAM_24('\uf6e0'), SHIP_20('\uf6e1'), SHIP_24('\uf6e2'), SIDEBAR_SEARCH_LTR_20('\ufa9d'), SIDEBAR_SEARCH_RTL_20('\ufa9e'), SIGNATURE_16('\uf6e4'), SIGNATURE_20('\uf6e5'), SIGNATURE_24('\uf6e6'), SIGNATURE_28('\uf6e7'), SIGNED_16('\uf6e8'), SIGNED_20('\uf6e9'), SIGNED_24('\uf6ea'), SIGN_OUT_20('\ufa9f'), SIGN_OUT_24('\uf6e3'), SIM_16('\uf6eb'), SIM_20('\uf6ec'), SIM_24('\uf6ed'), SLEEP_24('\uf6ee'), SLIDE_ADD_24('\uf6ef'), SLIDE_DESIGN_24('\uf6f0'), SLIDE_HIDE_24('\uf6f1'), SLIDE_LAYOUT_20('\uf6f2'), SLIDE_LAYOUT_24('\uf6f3'), SLIDE_MICROPHONE_24('\uf6f4'), SLIDE_MULTIPLE_ARROW_RIGHT_24('\ufaa0'), SLIDE_SEARCH_24('\ufaa1'), SLIDE_SEARCH_28('\ufaa2'), SLIDE_SIZE_24('\ufaa3'), SLIDE_TEXT_16('\ufaa4'), SLIDE_TEXT_20('\ufaa5'), SLIDE_TEXT_24('\uf6f5'), SLIDE_TEXT_28('\ufaa6'), SLIDE_TEXT_48('\ufaa7'), SLOW_MODE_16('\uf6f6'), SLOW_MODE_20('\uf6f7'), SLOW_MODE_24('\uf6f8'), SLOW_MODE_28('\uf6f9'), SMALL_16('\uf6fa'), SMALL_20('\uf6fb'), SMALL_24('\uf6fc'), SNOOZE_16('\uf6fd'), SNOOZE_24('\uf6fe'), SOUND_SOURCE_24('\uf6ff'), SOUND_SOURCE_28('\uf700'), SPACEBAR_24('\uf701'), SPEAKER_0_16('\ufaa8'), SPEAKER_0_20('\ufaa9'), SPEAKER_0_24('\uf702'), SPEAKER_0_28('\ufaaa'), SPEAKER_0_48('\ufaab'), SPEAKER_16('\uf703'), SPEAKER_1_16('\ufaac'), SPEAKER_1_20('\ufaad'), SPEAKER_1_24('\uf704'), SPEAKER_1_28('\ufaae'), SPEAKER_1_48('\ufaaf'), SPEAKER_20('\uf705'), SPEAKER_24('\uf706'), SPEAKER_28('\uf707'), SPEAKER_48('\ufab0'), SPEAKER_BLUETOOTH_24('\uf708'), SPEAKER_BLUETOOTH_28('\ufab1'), SPEAKER_EDIT_16('\uf709'), SPEAKER_EDIT_20('\uf70a'), SPEAKER_EDIT_24('\uf70b'), SPEAKER_NONE_16('\ufab2'), SPEAKER_NONE_20('\uf70c'), SPEAKER_NONE_24('\uf70d'), SPEAKER_NONE_28('\uf70e'), SPEAKER_NONE_48('\ufab3'), SPEAKER_OFF_16('\ufab4'), SPEAKER_OFF_20('\ufab5'), SPEAKER_OFF_24('\uf70f'), SPEAKER_OFF_28('\uf710'), SPEAKER_OFF_48('\ufab6'), SPEAKER_SETTINGS_24('\uf711'), SPEAKER_USB_24('\ufab7'), SPEAKER_USB_28('\ufab8'), SPINNER_IOS_20('\uf712'), SPORTS_16('\uf713'), SPORTS_20('\uf714'), SPORTS_24('\uf715'), SPORT_16('\ufab9'), SPORT_20('\ufaba'), SPORT_24('\ufabb'), SPORT_AMERICAN_FOOTBALL_24('\ufabc'), SPORT_BASEBALL_24('\ufabd'), SPORT_BASKETBALL_24('\ufabe'), SPORT_HOCKEY_24('\ufabf'), STAR_12('\uf716'), STAR_16('\uf717'), STAR_20('\uf718'), STAR_24('\uf719'), STAR_28('\uf71a'), STAR_ADD_16('\uf71b'), STAR_ADD_20('\uf71c'), STAR_ADD_24('\uf71d'), STAR_ARROW_RIGHT_24('\uf71e'), STAR_ARROW_RIGHT_START_24('\uf71f'), STAR_EDIT_24('\ufac0'), STAR_EMPHASIS_24('\uf720'), STAR_HALF_12('\uf721'), STAR_HALF_16('\uf722'), STAR_HALF_20('\uf723'), STAR_HALF_24('\uf724'), STAR_HALF_28('\uf725'), STAR_OFF_12('\uf726'), STAR_OFF_16('\uf727'), STAR_OFF_20('\uf728'), STAR_OFF_24('\uf729'), STAR_OFF_28('\uf72a'), STAR_ONE_QUARTER_12('\uf72b'), STAR_ONE_QUARTER_16('\uf72c'), STAR_ONE_QUARTER_20('\uf72d'), STAR_ONE_QUARTER_24('\uf72e'), STAR_ONE_QUARTER_28('\uf72f'), STAR_PROHIBITED_16('\uf730'), STAR_PROHIBITED_20('\uf731'), STAR_PROHIBITED_24('\uf732'), STAR_SETTINGS_24('\uf733'), STAR_THREE_QUARTER_12('\uf734'), STAR_THREE_QUARTER_16('\uf735'), STAR_THREE_QUARTER_20('\uf736'), STAR_THREE_QUARTER_24('\uf737'), STAR_THREE_QUARTER_28('\uf738'), STATUS_16('\uf739'), STATUS_20('\uf73a'), STATUS_24('\uf73b'), STETHOSCOPE_20('\uf73c'), STETHOSCOPE_24('\uf73d'), STICKER_20('\uf73e'), STICKER_24('\uf73f'), STICKER_ADD_24('\uf740'), STOP_16('\uf741'), STOP_20('\uf742'), STOP_24('\uf743'), STORAGE_24('\uf744'), STORE_16('\uf745'), STORE_20('\uf746'), STORE_24('\uf747'), STORE_MICROSOFT_16('\uf748'), STORE_MICROSOFT_20('\uf749'), STORE_MICROSOFT_24('\uf74a'), STYLE_GUIDE_24('\uf74b'), SUBWAY_20('\uf74d'), SUBWAY_24('\uf74e'), SUB_GRID_24('\uf74c'), SUGGESTION_24('\uf74f'), SURFACE_EARBUDS_20('\uf750'), SURFACE_EARBUDS_24('\uf751'), SURFACE_HUB_20('\uf752'), SURFACE_HUB_24('\uf753'), SWIPE_DOWN_24('\uf754'), SWIPE_RIGHT_24('\uf755'), SWIPE_UP_24('\uf756'), SYMBOLS_24('\uf757'), SYNC_OFF_16('\uf758'), SYNC_OFF_20('\uf759'), SYSTEM_24('\uf75a'), TABLET_20('\uf791'), TABLET_24('\uf792'), TABLE_16('\ufac3'), TABLE_20('\uf775'), TABLE_24('\uf776'), TABLE_28('\ufac4'), TABLE_48('\ufac5'), TABLE_ADD_24('\uf777'), TABLE_CELLS_MERGE_20('\uf778'), TABLE_CELLS_MERGE_24('\uf779'), TABLE_CELLS_SPLIT_20('\uf77a'), TABLE_CELLS_SPLIT_24('\uf77b'), TABLE_COLUMN_DELETE_24('\uf77c'), TABLE_COLUMN_INSERT_24('\uf77d'), TABLE_COLUMN_RESIZE_24('\uf77e'), TABLE_DELETE_24('\uf77f'), TABLE_EDIT_24('\uf780'), TABLE_FREEZE_24('\uf781'), TABLE_FREEZE_COLUMN_24('\uf782'), TABLE_FREEZE_ROW_24('\uf783'), TABLE_INSERT_DOWN_24('\uf784'), TABLE_INSERT_LEFT_24('\uf785'), TABLE_INSERT_RIGHT_24('\uf786'), TABLE_INSERT_UP_24('\uf787'), TABLE_MOVE_DOWN_24('\uf788'), TABLE_MOVE_LEFT_24('\uf789'), TABLE_MOVE_RIGHT_24('\uf78a'), TABLE_MOVE_UP_24('\uf78b'), TABLE_ROW_DELETE_24('\uf78c'), TABLE_ROW_INSERT_24('\uf78d'), TABLE_ROW_RESIZE_24('\uf78e'), TABLE_SETTINGS_24('\uf78f'), TABLE_SIMPLE_16('\ufac6'), TABLE_SIMPLE_20('\ufac7'), TABLE_SIMPLE_24('\ufac8'), TABLE_SIMPLE_28('\ufac9'), TABLE_SIMPLE_48('\ufaca'), TABLE_SWITCH_24('\uf790'), TABS_24('\uf793'), TAB_16('\uf75b'), TAB_20('\uf75c'), TAB_24('\uf75d'), TAB_28('\uf75e'), TAB_DESKTOP_20('\uf75f'), TAB_DESKTOP_ARROW_CLOCKWISE_16('\uf760'), TAB_DESKTOP_ARROW_CLOCKWISE_20('\uf761'), TAB_DESKTOP_ARROW_CLOCKWISE_24('\uf762'), TAB_DESKTOP_ARROW_LEFT_20('\ufac1'), TAB_DESKTOP_CLOCK_20('\uf763'), TAB_DESKTOP_COPY_20('\uf764'), TAB_DESKTOP_IMAGE_16('\uf765'), TAB_DESKTOP_IMAGE_20('\uf766'), TAB_DESKTOP_IMAGE_24('\uf767'), TAB_DESKTOP_MULTIPLE_20('\uf768'), TAB_DESKTOP_NEW_PAGE_20('\uf769'), TAB_INPRIVATE_ACCOUNT_20('\uf76e'), TAB_INPRIVATE_ACCOUNT_24('\uf76f'), TAB_IN_PRIVATE_16('\uf76a'), TAB_IN_PRIVATE_20('\uf76b'), TAB_IN_PRIVATE_24('\uf76c'), TAB_IN_PRIVATE_28('\uf76d'), TAB_NEW_20('\uf770'), TAB_NEW_24('\uf771'), TAB_PROHIBITED_24('\ufac2'), TAB_SWEEP_24('\uf772'), TAB_TRACKING_PREVENTION_20('\uf773'), TAB_TRACKING_PREVENTION_24('\uf774'), TAG_16('\ufacb'), TAG_20('\uf794'), TAG_24('\uf795'), TAP_DOUBLE_24('\uf796'), TAP_SINGLE_24('\uf797'), TARGET_16('\uf798'), TARGET_20('\uf799'), TARGET_24('\uf79a'), TARGET_EDIT_16('\uf79b'), TARGET_EDIT_20('\uf79c'), TARGET_EDIT_24('\uf79d'), TASKS_APP_20('\ufacc'), TASKS_APP_24('\uf7a2'), TASKS_APP_28('\uf7a3'), TASK_LIST_20('\uf79e'), TASK_LIST_24('\uf79f'), TASK_LIST_ADD_20('\uf7a0'), TASK_LIST_ADD_24('\uf7a1'), TEAM_ADD_24('\uf7a4'), TEAM_DELETE_24('\uf7a5'), TEDDY_24('\uf7a6'), TEMPERATURE_20('\uf7a7'), TEMPERATURE_24('\uf7a8'), TENT_12('\ufacd'), TENT_16('\uface'), TENT_20('\ufacf'), TENT_24('\uf7a9'), TENT_28('\ufad0'), TENT_48('\ufad1'), TEST_CALL_24('\uf7aa'), TEXTBOX_20('\uf828'), TEXTBOX_24('\uf829'), TEXTBOX_ALIGN_20('\uf82a'), TEXTBOX_ALIGN_24('\uf82b'), TEXTBOX_ALIGN_BOTTOM_20('\uf82c'), TEXTBOX_ALIGN_BOTTOM_24('\uf82d'), TEXTBOX_ALIGN_MIDDLE_20('\uf82e'), TEXTBOX_ALIGN_MIDDLE_24('\uf82f'), TEXTBOX_ALIGN_TOP_20('\uf830'), TEXTBOX_ALIGN_TOP_24('\uf831'), TEXTBOX_VERTICAL_20('\uf832'), TEXTBOX_VERTICAL_24('\uf833'), TEXT_24('\uf7ab'), TEXT_ADD_24('\uf7ac'), TEXT_ADD_SPACE_AFTER_20('\uf7ad'), TEXT_ADD_SPACE_AFTER_24('\uf7ae'), TEXT_ADD_SPACE_BEFORE_20('\uf7af'), TEXT_ADD_SPACE_BEFORE_24('\uf7b0'), TEXT_ALIGN_CENTER_20('\uf7b1'), TEXT_ALIGN_CENTER_24('\uf7b2'), TEXT_ALIGN_DISTRIBUTED_20('\uf7b3'), TEXT_ALIGN_DISTRIBUTED_24('\uf7b4'), TEXT_ALIGN_JUSTIFY_20('\uf7b5'), TEXT_ALIGN_JUSTIFY_24('\uf7b6'), TEXT_ALIGN_LEFT_20('\uf7b7'), TEXT_ALIGN_LEFT_24('\uf7b8'), TEXT_ALIGN_RIGHT_20('\uf7b9'), TEXT_ALIGN_RIGHT_24('\uf7ba'), TEXT_ASTERISK_20('\uf7bb'), TEXT_BOLD_16('\ufad2'), TEXT_BOLD_20('\uf7bc'), TEXT_BOLD_24('\uf7bd'), TEXT_BULLET_LIST_20('\uf7be'), TEXT_BULLET_LIST_24('\uf7bf'), TEXT_BULLET_LIST_ADD_24('\uf7c0'), TEXT_BULLET_LIST_SQUARE_24('\uf7c1'), TEXT_BULLET_LIST_SQUARE_WARNING_16('\uf7c2'), TEXT_BULLET_LIST_SQUARE_WARNING_20('\uf7c3'), TEXT_BULLET_LIST_SQUARE_WARNING_24('\uf7c4'), TEXT_BULLET_LIST_TREE_16('\uf7c5'), TEXT_BULLET_LIST_TREE_20('\uf7c6'), TEXT_BULLET_LIST_TREE_24('\uf7c7'), TEXT_CHANGE_ACCEPT_20('\uf7c8'), TEXT_CHANGE_ACCEPT_24('\uf7c9'), TEXT_CHANGE_CASE_20('\uf7ca'), TEXT_CHANGE_CASE_24('\uf7cb'), TEXT_CHANGE_NEXT_20('\uf7cc'), TEXT_CHANGE_NEXT_24('\uf7cd'), TEXT_CHANGE_PREVIOUS_20('\uf7ce'), TEXT_CHANGE_PREVIOUS_24('\uf7cf'), TEXT_CHANGE_REJECT_20('\uf7d0'), TEXT_CHANGE_REJECT_24('\uf7d1'), TEXT_CHANGE_SETTINGS_20('\uf7d2'), TEXT_CHANGE_SETTINGS_24('\uf7d3'), TEXT_CLEAR_FORMATTING_20('\uf7d4'), TEXT_CLEAR_FORMATTING_24('\uf7d5'), TEXT_COLLAPSE_24('\uf7d6'), TEXT_COLOR_16('\ufad3'), TEXT_COLOR_20('\uf7d7'), TEXT_COLOR_24('\uf7d8'), TEXT_COLUMN_ONE_20('\uf7d9'), TEXT_COLUMN_ONE_24('\uf7da'), TEXT_COLUMN_ONE_NARROW_20('\ufad4'), TEXT_COLUMN_ONE_NARROW_24('\ufad5'), TEXT_COLUMN_ONE_WIDE_20('\ufad6'), TEXT_COLUMN_ONE_WIDE_24('\ufad7'), TEXT_COLUMN_THREE_20('\uf7db'), TEXT_COLUMN_THREE_24('\uf7dc'), TEXT_COLUMN_TWO_20('\uf7dd'), TEXT_COLUMN_TWO_24('\uf7de'), TEXT_COLUMN_TWO_LEFT_20('\uf7df'), TEXT_COLUMN_TWO_LEFT_24('\uf7e0'), TEXT_COLUMN_TWO_RIGHT_20('\uf7e1'), TEXT_COLUMN_TWO_RIGHT_24('\uf7e2'), TEXT_CONTINUOUS_24('\ufad8'), TEXT_DESCRIPTION_20('\uf7e3'), TEXT_DESCRIPTION_24('\uf7e4'), TEXT_DIRECTION_20('\uf7e5'), TEXT_DIRECTION_24('\uf7e6'), TEXT_DIRECTION_HORIZONTAL_LTR_20('\uf7e7'), TEXT_DIRECTION_HORIZONTAL_LTR_24('\uf7e8'), TEXT_DIRECTION_ROTATE_270_20('\uf7e9'), TEXT_DIRECTION_ROTATE_270_24('\uf7ea'), TEXT_DIRECTION_ROTATE_270_AC_20('\uf7eb'), TEXT_DIRECTION_ROTATE_270_AC_24('\uf7ec'), TEXT_DIRECTION_ROTATE_90_20('\uf7ed'), TEXT_DIRECTION_ROTATE_90_24('\uf7ee'), TEXT_DIRECTION_VERTICAL_20('\uf7ef'), TEXT_DIRECTION_VERTICAL_24('\uf7f0'), TEXT_EDIT_STYLE_20('\uf7f1'), TEXT_EDIT_STYLE_24('\uf7f2'), TEXT_EFFECTS_20('\uf7f3'), TEXT_EFFECTS_24('\uf7f4'), TEXT_EXPAND_24('\uf7f5'), TEXT_FIELD_16('\uf7f6'), TEXT_FIELD_20('\uf7f7'), TEXT_FIELD_24('\uf7f8'), TEXT_FIRST_LINE_20('\uf7f9'), TEXT_FIRST_LINE_24('\uf7fa'), TEXT_FONT_16('\uf7fb'), TEXT_FONT_20('\uf7fc'), TEXT_FONT_24('\uf7fd'), TEXT_FONT_SIZE_20('\uf7fe'), TEXT_FONT_SIZE_24('\uf7ff'), TEXT_FOOTNOTE_20('\uf800'), TEXT_FOOTNOTE_24('\uf801'), TEXT_GRAMMAR_OPTIONS_16('\uf802'), TEXT_GRAMMAR_OPTIONS_20('\uf803'), TEXT_GRAMMAR_OPTIONS_24('\uf804'), TEXT_HANGING_20('\uf805'), TEXT_HANGING_24('\uf806'), TEXT_HEADER_1_20('\uf807'), TEXT_HEADER_2_20('\uf808'), TEXT_HEADER_3_20('\uf809'), TEXT_INDENT_DECREASE_20('\ufad9'), TEXT_INDENT_DECREASE_24('\uf80a'), TEXT_INDENT_INCREASE_20('\ufada'), TEXT_INDENT_INCREASE_24('\uf80b'), TEXT_ITALIC_16('\ufadb'), TEXT_ITALIC_20('\uf80c'), TEXT_ITALIC_24('\uf80d'), TEXT_LINE_SPACING_20('\uf80e'), TEXT_LINE_SPACING_24('\uf80f'), TEXT_NUMBER_FORMAT_20('\uf810'), TEXT_NUMBER_FORMAT_24('\uf811'), TEXT_NUMBER_LIST_LTR_20('\uf812'), TEXT_NUMBER_LIST_LTR_24('\uf813'), TEXT_NUMBER_LIST_RTL_24('\uf814'), TEXT_PARAGRAPH_SETTINGS_20('\uf815'), TEXT_PARAGRAPH_SETTINGS_24('\uf816'), TEXT_PROOFING_TOOLS_20('\uf817'), TEXT_PROOFING_TOOLS_24('\uf818'), TEXT_QUOTE_20('\uf819'), TEXT_QUOTE_24('\uf81a'), TEXT_SORT_ASCENDING_20('\uf81b'), TEXT_SORT_DESCENDING_20('\uf81c'), TEXT_STRIKETHROUGH_16('\ufadc'), TEXT_STRIKETHROUGH_20('\uf81d'), TEXT_STRIKETHROUGH_24('\uf81e'), TEXT_SUBSCRIPT_20('\uf81f'), TEXT_SUBSCRIPT_24('\uf820'), TEXT_SUPERSCRIPT_20('\uf821'), TEXT_SUPERSCRIPT_24('\uf822'), TEXT_UNDERLINE_16('\ufadd'), TEXT_UNDERLINE_20('\uf823'), TEXT_UNDERLINE_24('\uf824'), TEXT_WORD_COUNT_20('\uf825'), TEXT_WORD_COUNT_24('\uf826'), TEXT_WRAP_24('\uf827'), TEXT_WRAP_BEHIND_20('\ufade'), TEXT_WRAP_BEHIND_24('\ufadf'), TEXT_WRAP_FRONT_20('\ufae0'), TEXT_WRAP_FRONT_24('\ufae1'), TEXT_WRAP_LINE_20('\ufae2'), TEXT_WRAP_LINE_24('\ufae3'), TEXT_WRAP_SQUARE_20('\ufae4'), TEXT_WRAP_SQUARE_24('\ufae5'), TEXT_WRAP_THROUGH_20('\ufae6'), TEXT_WRAP_THROUGH_24('\ufae7'), TEXT_WRAP_TIGHT_20('\ufae8'), TEXT_WRAP_TIGHT_24('\ufae9'), TEXT_WRAP_TOP_BOTTOM_20('\ufaea'), TEXT_WRAP_TOP_BOTTOM_24('\ufaeb'), THINKING_20('\uf834'), THINKING_24('\uf835'), THUMB_DISLIKE_20('\uf836'), THUMB_DISLIKE_24('\uf837'), THUMB_LIKE_20('\uf838'), THUMB_LIKE_24('\uf839'), TICKET_20('\uf83a'), TICKET_24('\uf83b'), TICKET_DIAGONAL_16('\ufaec'), TICKET_DIAGONAL_20('\ufaed'), TICKET_DIAGONAL_24('\ufaee'), TICKET_DIAGONAL_28('\ufaef'), TIMELINE_24('\uf83e'), TIMER_10_24('\uf83f'), TIMER_16('\ufaf0'), TIMER_20('\ufaf1'), TIMER_24('\uf840'), TIMER_2_24('\uf841'), TIMER_OFF_24('\uf842'), TIME_AND_WEATHER_24('\uf83c'), TIME_PICKER_24('\uf83d'), TOGGLE_LEFT_16('\ufaf2'), TOGGLE_LEFT_20('\ufaf3'), TOGGLE_LEFT_24('\ufaf4'), TOGGLE_LEFT_28('\ufaf5'), TOGGLE_LEFT_48('\ufaf6'), TOGGLE_RIGHT_16('\uf843'), TOGGLE_RIGHT_20('\uf844'), TOGGLE_RIGHT_24('\uf845'), TOGGLE_RIGHT_28('\ufaf7'), TOGGLE_RIGHT_48('\ufaf8'), TOOLBOX_16('\uf846'), TOOLBOX_20('\uf847'), TOOLBOX_24('\uf848'), TOOLBOX_28('\uf849'), TOP_SPEED_24('\uf84a'), TRANSLATE_20('\uf84b'), TRANSLATE_24('\uf84c'), TROPHY_16('\uf84d'), TROPHY_20('\uf84e'), TROPHY_24('\uf84f'), TV_16('\ufaf9'), TV_20('\ufafa'), TV_24('\ufafb'), TV_28('\ufafc'), TV_48('\ufafd'), UNINSTALL_APP_24('\uf850'), UNLOCK_20('\uf851'), UNLOCK_24('\uf852'), UNLOCK_28('\uf853'), UPLOAD_24('\uf854'), USB_PORT_20('\uf855'), USB_PORT_24('\uf856'), USB_STICK_20('\uf857'), USB_STICK_24('\uf858'), VAULT_16('\uf859'), VAULT_20('\uf85a'), VAULT_24('\uf85b'), VEHICLE_BICYCLE_16('\ufafe'), VEHICLE_BICYCLE_20('\ufaff'), VEHICLE_BICYCLE_24('\uf85c'), VEHICLE_BUS_16('\ufb00'), VEHICLE_BUS_20('\ufb01'), VEHICLE_BUS_24('\uf85d'), VEHICLE_CAB_24('\uf85e'), VEHICLE_CAR_16('\uf85f'), VEHICLE_CAR_20('\uf860'), VEHICLE_CAR_24('\uf861'), VEHICLE_CAR_28('\ufb02'), VEHICLE_CAR_48('\ufb03'), VEHICLE_SHIP_16('\ufb04'), VEHICLE_SHIP_20('\ufb05'), VEHICLE_SHIP_24('\ufb06'), VEHICLE_SUBWAY_16('\ufb07'), VEHICLE_SUBWAY_20('\ufb08'), VEHICLE_SUBWAY_24('\ufb09'), VEHICLE_TRUCK_16('\ufb0a'), VEHICLE_TRUCK_20('\ufb0b'), VEHICLE_TRUCK_24('\uf862'), VIDEO_16('\uf863'), VIDEO_20('\uf864'), VIDEO_24('\uf865'), VIDEO_28('\uf866'), VIDEO_BACKGROUND_EFFECT_24('\uf867'), VIDEO_CLIP_20('\ufb0c'), VIDEO_CLIP_24('\uf868'), VIDEO_OFF_20('\uf869'), VIDEO_OFF_24('\uf86a'), VIDEO_OFF_28('\uf86b'), VIDEO_PERSON_24('\uf86c'), VIDEO_PERSON_OFF_24('\uf86d'), VIDEO_PERSON_STAR_24('\uf86e'), VIDEO_PLAY_PAUSE_24('\uf86f'), VIDEO_SECURITY_20('\uf870'), VIDEO_SECURITY_24('\uf871'), VIDEO_SWITCH_24('\uf872'), VIEW_DESKTOP_20('\uf873'), VIEW_DESKTOP_24('\uf874'), VIEW_DESKTOP_MOBILE_20('\uf875'), VIEW_DESKTOP_MOBILE_24('\uf876'), VISUAL_SEARCH_16('\uf877'), VISUAL_SEARCH_20('\uf878'), VISUAL_SEARCH_24('\uf879'), VOICEMAIL_16('\uf87a'), VOICEMAIL_20('\uf87b'), VOICEMAIL_24('\uf87c'), VOTE_20('\ufb0d'), VOTE_24('\ufb0e'), WALKIE_TALKIE_24('\uf87d'), WALKIE_TALKIE_28('\uf87e'), WALLPAPER_24('\uf87f'), WARNING_16('\uf880'), WARNING_20('\uf881'), WARNING_24('\uf882'), WEATHER_BLOWING_SNOW_20('\uf883'), WEATHER_BLOWING_SNOW_24('\uf884'), WEATHER_BLOWING_SNOW_48('\uf885'), WEATHER_CLOUDY_20('\uf886'), WEATHER_CLOUDY_24('\uf887'), WEATHER_CLOUDY_48('\uf888'), WEATHER_DRIZZLE_20('\ufb0f'), WEATHER_DRIZZLE_24('\ufb10'), WEATHER_DRIZZLE_48('\ufb11'), WEATHER_DUSTSTORM_20('\uf889'), WEATHER_DUSTSTORM_24('\uf88a'), WEATHER_DUSTSTORM_48('\uf88b'), WEATHER_FOG_20('\uf88c'), WEATHER_FOG_24('\uf88d'), WEATHER_FOG_48('\uf88e'), WEATHER_HAIL_DAY_20('\uf88f'), WEATHER_HAIL_DAY_24('\uf890'), WEATHER_HAIL_DAY_48('\uf891'), WEATHER_HAIL_NIGHT_20('\uf892'), WEATHER_HAIL_NIGHT_24('\uf893'), WEATHER_HAIL_NIGHT_48('\uf894'), WEATHER_HAZE_20('\ufb12'), WEATHER_HAZE_24('\ufb13'), WEATHER_HAZE_48('\ufb14'), WEATHER_MOON_16('\ufb15'), WEATHER_MOON_20('\uf895'), WEATHER_MOON_24('\uf896'), WEATHER_MOON_28('\ufb16'), WEATHER_MOON_48('\uf897'), WEATHER_MOON_OFF_16('\ufb17'), WEATHER_MOON_OFF_20('\ufb18'), WEATHER_MOON_OFF_24('\ufb19'), WEATHER_MOON_OFF_28('\ufb1a'), WEATHER_MOON_OFF_48('\ufb1b'), WEATHER_PARTLY_CLOUDY_DAY_20('\uf898'), WEATHER_PARTLY_CLOUDY_DAY_24('\uf899'), WEATHER_PARTLY_CLOUDY_DAY_48('\uf89a'), WEATHER_PARTLY_CLOUDY_NIGHT_20('\uf89b'), WEATHER_PARTLY_CLOUDY_NIGHT_24('\uf89c'), WEATHER_PARTLY_CLOUDY_NIGHT_48('\uf89d'), WEATHER_RAIN_20('\uf89e'), WEATHER_RAIN_24('\uf89f'), WEATHER_RAIN_48('\uf8a0'), WEATHER_RAIN_SHOWERS_DAY_20('\uf8a1'), WEATHER_RAIN_SHOWERS_DAY_24('\uf8a2'), WEATHER_RAIN_SHOWERS_DAY_48('\uf8a3'), WEATHER_RAIN_SHOWERS_NIGHT_20('\uf8a4'), WEATHER_RAIN_SHOWERS_NIGHT_24('\uf8a5'), WEATHER_RAIN_SHOWERS_NIGHT_48('\uf8a6'), WEATHER_RAIN_SNOW_20('\uf8a7'), WEATHER_RAIN_SNOW_24('\uf8a8'), WEATHER_RAIN_SNOW_48('\uf8a9'), WEATHER_SNOWFLAKE_20('\uf8b3'), WEATHER_SNOWFLAKE_24('\uf8b4'), WEATHER_SNOWFLAKE_48('\uf8b5'), WEATHER_SNOW_20('\uf8aa'), WEATHER_SNOW_24('\uf8ab'), WEATHER_SNOW_48('\uf8ac'), WEATHER_SNOW_SHOWER_DAY_20('\uf8ad'), WEATHER_SNOW_SHOWER_DAY_24('\uf8ae'), WEATHER_SNOW_SHOWER_DAY_48('\uf8af'), WEATHER_SNOW_SHOWER_NIGHT_20('\uf8b0'), WEATHER_SNOW_SHOWER_NIGHT_24('\uf8b1'), WEATHER_SNOW_SHOWER_NIGHT_48('\uf8b2'), WEATHER_SQUALLS_20('\uf8b6'), WEATHER_SQUALLS_24('\uf8b7'), WEATHER_SQUALLS_48('\uf8b8'), WEATHER_SUNNY_20('\uf8b9'), WEATHER_SUNNY_24('\uf8ba'), WEATHER_SUNNY_48('\uf8bb'), WEATHER_SUNNY_HIGH_20('\ufb1c'), WEATHER_SUNNY_HIGH_24('\ufb1d'), WEATHER_SUNNY_HIGH_48('\ufb1e'), WEATHER_SUNNY_LOW_20('\ufb1f'), WEATHER_SUNNY_LOW_24('\ufb20'), WEATHER_SUNNY_LOW_48('\ufb21'), WEATHER_THUNDERSTORM_20('\uf8bc'), WEATHER_THUNDERSTORM_24('\uf8bd'), WEATHER_THUNDERSTORM_48('\uf8be'), WEB_ASSET_24('\uf8bf'), WEEKEND_12('\uf8c0'), WEEKEND_24('\uf8c1'), WHITEBOARD_20('\uf8c2'), WHITEBOARD_24('\uf8c3'), WIFI_1_20('\uf8c4'), WIFI_1_24('\uf8c5'), WIFI_2_20('\uf8c6'), WIFI_2_24('\uf8c7'), WIFI_3_20('\uf8c8'), WIFI_3_24('\uf8c9'), WIFI_4_20('\uf8ca'), WIFI_4_24('\uf8cb'), WIFI_PROTECTED_24('\uf8cc'), WINDOW_20('\uf8cd'), WINDOW_AD_20('\uf8ce'), WINDOW_DEV_TOOLS_16('\uf8cf'), WINDOW_DEV_TOOLS_20('\uf8d0'), WINDOW_DEV_TOOLS_24('\uf8d1'), WINDOW_HORIZONTAL_20('\ufb22'), WINDOW_INPRIVATE_20('\uf8d2'), WINDOW_INPRIVATE_ACCOUNT_20('\uf8d3'), WINDOW_MULTIPLE_20('\uf8d4'), WINDOW_NEW_16('\ufb23'), WINDOW_NEW_20('\uf8d5'), WINDOW_NEW_24('\ufb24'), WINDOW_SHIELD_16('\uf8d6'), WINDOW_SHIELD_20('\uf8d7'), WINDOW_SHIELD_24('\uf8d8'), WINDOW_VERTICAL_20('\ufb25'), WRENCH_16('\ufb26'), WRENCH_20('\ufb27'), WRENCH_24('\uf8d9'), XBOX_CONSOLE_20('\uf8da'), XBOX_CONSOLE_24('\uf8db'), ZOOM_IN_20('\uf8dc'), ZOOM_IN_24('\uf8dd'), ZOOM_OUT_20('\uf8de'), ZOOM_OUT_24('\uf8df'); public static FluentUiFilledMZ findByDescription(String description) { for (FluentUiFilledMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FluentUiFilledMZ(int code) { this.description = "fltfmz-" + name().toLowerCase().replace("_", "-"); this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiFilledMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FluentUiFilledMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fluentui/1.1.74/fonts/FluentSystemIcons-Filled.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fltfmz-"); } @Override public Ikon resolve(String description) { return FluentUiFilledMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "FluentSystemIcons-Filled"; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiFilledMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class FluentUiFilledMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return FluentUiFilledMZ.class; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiRegularAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FluentUiRegularAL implements Ikon { ACCESSIBILITY_16('\uf102'), ACCESSIBILITY_20('\uf103'), ACCESSIBILITY_24('\uf104'), ACCESSIBILITY_28('\uf105'), ACCESS_TIME_24('\uf101'), ACTIVITY_24('\uf106'), ADD_12('\uf107'), ADD_16('\uf108'), ADD_20('\uf109'), ADD_24('\uf10a'), ADD_28('\uf10b'), ADD_CIRCLE_20('\uf10c'), ADD_CIRCLE_24('\uf10d'), ADD_CIRCLE_28('\uf10e'), ADD_SQUARE_24('\uf8ca'), AIRPLANE_20('\uf10f'), AIRPLANE_24('\uf110'), AIRPLANE_TAKE_OFF_16('\uf111'), AIRPLANE_TAKE_OFF_20('\uf112'), AIRPLANE_TAKE_OFF_24('\uf113'), ALERT_20('\uf114'), ALERT_24('\uf115'), ALERT_28('\uf116'), ALERT_OFF_16('\uf117'), ALERT_OFF_20('\uf118'), ALERT_OFF_24('\uf119'), ALERT_OFF_28('\uf11a'), ALERT_ON_24('\uf11b'), ALERT_SNOOZE_20('\uf11c'), ALERT_SNOOZE_24('\uf11d'), ALERT_URGENT_20('\uf11e'), ALERT_URGENT_24('\uf11f'), ANIMAL_DOG_20('\uf120'), ANIMAL_DOG_24('\uf121'), APPROVALS_APP_24('\uf130'), APPROVALS_APP_28('\uf131'), APPS_16('\uf132'), APPS_20('\uf133'), APPS_24('\uf134'), APPS_28('\uf135'), APPS_ADD_IN_20('\uf136'), APPS_ADD_IN_24('\uf137'), APPS_LIST_20('\uf8cb'), APPS_LIST_24('\uf138'), APP_FOLDER_20('\uf122'), APP_FOLDER_24('\uf123'), APP_GENERIC_24('\uf124'), APP_RECENT_24('\uf125'), APP_SPAN_16('\uf126'), APP_SPAN_20('\uf127'), APP_SPAN_24('\uf128'), APP_SPAN_28('\uf129'), APP_STORE_24('\uf12a'), APP_TITLE_24('\uf12b'), APP_UNSPAN_16('\uf12c'), APP_UNSPAN_20('\uf12d'), APP_UNSPAN_24('\uf12e'), APP_UNSPAN_28('\uf12f'), ARCHIVE_16('\uf8cc'), ARCHIVE_20('\uf139'), ARCHIVE_24('\uf13a'), ARCHIVE_28('\uf13b'), ARCHIVE_48('\uf13c'), ARROWS_BIDIRECTIONAL_24('\uf1a6'), ARROW_AUTOFIT_HEIGHT_24('\uf8cd'), ARROW_AUTOFIT_WIDTH_24('\uf8ce'), ARROW_CLOCKWISE_20('\uf13d'), ARROW_CLOCKWISE_24('\uf13e'), ARROW_COUNTERCLOCKWISE_20('\uf13f'), ARROW_COUNTERCLOCKWISE_24('\uf140'), ARROW_COUNTERCLOCKWISE_28('\uf8cf'), ARROW_CURVE_DOWN_LEFT_20('\uf141'), ARROW_CURVE_DOWN_RIGHT_20('\uf142'), ARROW_CURVE_RIGHT_20('\uf143'), ARROW_CURVE_RIGHT_24('\uf144'), ARROW_CURVE_UP_LEFT_20('\uf145'), ARROW_CURVE_UP_RIGHT_20('\uf146'), ARROW_DOWNLOAD_16('\uf14f'), ARROW_DOWNLOAD_20('\uf150'), ARROW_DOWNLOAD_24('\uf151'), ARROW_DOWNLOAD_48('\uf152'), ARROW_DOWN_12('\uf8d0'), ARROW_DOWN_16('\uf147'), ARROW_DOWN_20('\uf148'), ARROW_DOWN_24('\uf149'), ARROW_DOWN_28('\uf14a'), ARROW_DOWN_LEFT_16('\uf8d1'), ARROW_DOWN_LEFT_24('\uf14b'), ARROW_DOWN_RIGHT_CIRCLE_16('\uf14c'), ARROW_DOWN_RIGHT_CIRCLE_24('\uf14d'), ARROW_DOWN_SQUARE_24('\uf14e'), ARROW_ENTER_24('\uf153'), ARROW_EXPAND_24('\uf154'), ARROW_EXPORT_20('\uf155'), ARROW_EXPORT_RTL_20('\uf8d2'), ARROW_FIT_HEIGHT_24('\uf8d3'), ARROW_FIT_WIDTH_24('\uf8d4'), ARROW_FORWARD_16('\uf156'), ARROW_FORWARD_20('\uf157'), ARROW_FORWARD_24('\uf158'), ARROW_HOOK_DOWN_LEFT_16('\uf8d5'), ARROW_HOOK_DOWN_LEFT_20('\uf8d6'), ARROW_HOOK_DOWN_LEFT_24('\uf8d7'), ARROW_HOOK_DOWN_LEFT_28('\uf8d8'), ARROW_HOOK_DOWN_RIGHT_16('\uf8d9'), ARROW_HOOK_DOWN_RIGHT_20('\uf8da'), ARROW_HOOK_DOWN_RIGHT_24('\uf8db'), ARROW_HOOK_DOWN_RIGHT_28('\uf8dc'), ARROW_HOOK_UP_LEFT_16('\uf8dd'), ARROW_HOOK_UP_LEFT_20('\uf8de'), ARROW_HOOK_UP_LEFT_24('\uf8df'), ARROW_HOOK_UP_LEFT_28('\uf8e0'), ARROW_HOOK_UP_RIGHT_16('\uf8e1'), ARROW_HOOK_UP_RIGHT_20('\uf8e2'), ARROW_HOOK_UP_RIGHT_24('\uf8e3'), ARROW_HOOK_UP_RIGHT_28('\uf8e4'), ARROW_IMPORT_20('\uf159'), ARROW_IMPORT_24('\uf15a'), ARROW_LEFT_20('\uf15b'), ARROW_LEFT_24('\uf15c'), ARROW_LEFT_28('\uf15d'), ARROW_MAXIMIZE_16('\uf15e'), ARROW_MAXIMIZE_20('\uf15f'), ARROW_MAXIMIZE_24('\uf160'), ARROW_MAXIMIZE_28('\uf161'), ARROW_MAXIMIZE_VERTICAL_20('\uf162'), ARROW_MAXIMIZE_VERTICAL_24('\uf163'), ARROW_MINIMIZE_16('\uf164'), ARROW_MINIMIZE_20('\uf165'), ARROW_MINIMIZE_24('\uf166'), ARROW_MINIMIZE_28('\uf167'), ARROW_MINIMIZE_VERTICAL_24('\uf168'), ARROW_MOVE_20('\uf8e5'), ARROW_MOVE_24('\uf169'), ARROW_NEXT_20('\uf16a'), ARROW_NEXT_24('\uf16b'), ARROW_PREVIOUS_20('\uf16c'), ARROW_PREVIOUS_24('\uf16d'), ARROW_REDO_20('\uf16e'), ARROW_REDO_24('\uf16f'), ARROW_REDO_32('\uf8e6'), ARROW_REDO_48('\uf8e7'), ARROW_REPEAT_ALL_16('\uf170'), ARROW_REPEAT_ALL_20('\uf171'), ARROW_REPEAT_ALL_24('\uf172'), ARROW_REPEAT_ALL_OFF_16('\uf173'), ARROW_REPEAT_ALL_OFF_20('\uf174'), ARROW_REPEAT_ALL_OFF_24('\uf175'), ARROW_REPLY_16('\uf176'), ARROW_REPLY_20('\uf177'), ARROW_REPLY_24('\uf178'), ARROW_REPLY_48('\uf179'), ARROW_REPLY_ALL_16('\uf17a'), ARROW_REPLY_ALL_20('\uf17b'), ARROW_REPLY_ALL_24('\uf17c'), ARROW_REPLY_ALL_48('\uf17d'), ARROW_REPLY_DOWN_16('\uf17e'), ARROW_REPLY_DOWN_20('\uf17f'), ARROW_REPLY_DOWN_24('\uf180'), ARROW_RIGHT_20('\uf181'), ARROW_RIGHT_24('\uf182'), ARROW_RIGHT_28('\uf183'), ARROW_RIGHT_CIRCLE_24('\uf184'), ARROW_ROTATE_CLOCKWISE_20('\uf185'), ARROW_ROTATE_CLOCKWISE_24('\uf186'), ARROW_ROTATE_COUNTERCLOCKWISE_20('\uf187'), ARROW_ROTATE_COUNTERCLOCKWISE_24('\uf188'), ARROW_ROTATE_ICON_24('\uf189'), ARROW_ROTATE_LEFT_24('\uf8e8'), ARROW_ROTATE_RIGHT_20('\uf8e9'), ARROW_ROTATE_RIGHT_24('\uf8ea'), ARROW_SORT_20('\uf18a'), ARROW_SORT_24('\uf18b'), ARROW_SORT_28('\uf18c'), ARROW_SWAP_20('\uf18d'), ARROW_SWAP_24('\uf18e'), ARROW_SYNC_12('\uf18f'), ARROW_SYNC_20('\uf190'), ARROW_SYNC_24('\uf191'), ARROW_SYNC_CIRCLE_16('\uf192'), ARROW_SYNC_CIRCLE_20('\uf193'), ARROW_SYNC_CIRCLE_24('\uf194'), ARROW_SYNC_OFF_12('\uf195'), ARROW_TRENDING_16('\uf196'), ARROW_TRENDING_20('\uf197'), ARROW_TRENDING_24('\uf198'), ARROW_UNDO_20('\uf199'), ARROW_UNDO_24('\uf19a'), ARROW_UPLOAD_20('\uf1a4'), ARROW_UPLOAD_24('\uf1a5'), ARROW_UP_20('\uf19b'), ARROW_UP_24('\uf19c'), ARROW_UP_28('\uf19d'), ARROW_UP_CIRCLE_16('\uf19e'), ARROW_UP_CIRCLE_20('\uf19f'), ARROW_UP_CIRCLE_24('\uf1a0'), ARROW_UP_LEFT_24('\uf1a1'), ARROW_UP_LEFT_CIRCLE_24('\uf1a2'), ARROW_UP_RIGHT_16('\uf8eb'), ARROW_UP_RIGHT_24('\uf1a3'), ASSIGNMENTS_24('\uf1a7'), ATTACH_16('\uf1a8'), ATTACH_20('\uf1a9'), ATTACH_24('\uf1aa'), ATTACH_ARROW_RIGHT_20('\uf8ec'), ATTACH_ARROW_RIGHT_24('\uf8ed'), ATTACH_FORWARD_20('\uf1ab'), ATTACH_FORWARD_24('\uf1ac'), ATTACH_TEXT_24('\uf8ee'), ATTACH_WITH_TEXT_24('\uf1ad'), AUTOCORRECT_24('\uf1ae'), AUTOFIT_CONTENT_24('\uf8ef'), AUTOSUM_20('\uf1af'), AUTOSUM_24('\uf1b0'), BACKPACK_12('\uf8f0'), BACKPACK_16('\uf8f1'), BACKPACK_20('\uf8f2'), BACKPACK_24('\uf8f3'), BACKPACK_28('\uf8f4'), BACKPACK_48('\uf8f5'), BACKSPACE_20('\uf1b1'), BACKSPACE_24('\uf1b2'), BACKWARD_20('\uf1b3'), BACKWARD_24('\uf1b4'), BADGE_24('\uf1b5'), BALLOON_16('\uf8f6'), BALLOON_20('\uf1b6'), BALLOON_24('\uf1b7'), BANK_16('\uf1b8'), BANK_20('\uf1b9'), BANK_24('\uf1ba'), BATTERY_0_20('\uf1bb'), BATTERY_0_24('\uf1bc'), BATTERY_1_20('\uf1bd'), BATTERY_1_24('\uf1be'), BATTERY_2_20('\uf1bf'), BATTERY_2_24('\uf1c0'), BATTERY_3_20('\uf1c1'), BATTERY_3_24('\uf1c2'), BATTERY_4_20('\uf1c3'), BATTERY_4_24('\uf1c4'), BATTERY_5_20('\uf1c5'), BATTERY_5_24('\uf1c6'), BATTERY_6_20('\uf1c7'), BATTERY_6_24('\uf1c8'), BATTERY_7_20('\uf1c9'), BATTERY_7_24('\uf1ca'), BATTERY_8_20('\uf1cb'), BATTERY_8_24('\uf1cc'), BATTERY_9_20('\uf1cd'), BATTERY_9_24('\uf1ce'), BATTERY_CHARGE_20('\uf1cf'), BATTERY_CHARGE_24('\uf1d0'), BATTERY_FULL_20('\uf1d1'), BATTERY_FULL_24('\uf1d2'), BATTERY_SAVER_20('\uf1d3'), BATTERY_SAVER_24('\uf1d4'), BATTERY_WARNING_24('\uf1d5'), BEAKER_16('\uf1d6'), BEAKER_20('\uf1d7'), BEAKER_24('\uf1d8'), BED_16('\uf8f7'), BED_20('\uf1d9'), BED_24('\uf1da'), BLOCK_16('\uf1db'), BLOCK_20('\uf1dc'), BLOCK_24('\uf1dd'), BLUETOOTH_20('\uf1de'), BLUETOOTH_24('\uf1df'), BLUETOOTH_28('\uf8f8'), BLUETOOTH_CONNECTED_24('\uf1e0'), BLUETOOTH_DISABLED_24('\uf1e1'), BLUETOOTH_SEARCHING_24('\uf1e2'), BLUR_16('\uf8f9'), BLUR_20('\uf8fa'), BLUR_24('\uf8fb'), BLUR_28('\uf8fc'), BOARD_24('\uf1e3'), BOOKMARK_16('\uf1f4'), BOOKMARK_20('\uf1f5'), BOOKMARK_24('\uf1f6'), BOOKMARK_28('\uf1f7'), BOOKMARK_OFF_24('\uf1f8'), BOOK_20('\uf8fd'), BOOK_24('\uf8fe'), BOOK_ADD_20('\uf8ff'), BOOK_ADD_24('\uf900'), BOOK_CLOCK_24('\uf901'), BOOK_COINS_24('\uf902'), BOOK_COMPASS_24('\uf903'), BOOK_DATABASE_24('\uf904'), BOOK_EXCLAMATION_MARK_24('\uf905'), BOOK_FORMULA_COMPATIBILITY_24('\uf1e4'), BOOK_FORMULA_DATABASE_24('\uf1e5'), BOOK_FORMULA_DATE_24('\uf1e6'), BOOK_FORMULA_ENGINEERING_24('\uf1e7'), BOOK_FORMULA_FINANCIAL_24('\uf1e8'), BOOK_FORMULA_INFORMATION_24('\uf1e9'), BOOK_FORMULA_LOGICAL_24('\uf1ea'), BOOK_FORMULA_LOOKUP_24('\uf1eb'), BOOK_FORMULA_MATH_24('\uf1ec'), BOOK_FORMULA_RECENT_24('\uf1ed'), BOOK_FORMULA_STATISTICS_24('\uf1ee'), BOOK_FORMULA_TEXT_24('\uf1ef'), BOOK_GLOBE_24('\uf1f0'), BOOK_INFORMATION_24('\uf906'), BOOK_LETTER_24('\uf907'), BOOK_NUMBER_16('\uf1f1'), BOOK_NUMBER_20('\uf1f2'), BOOK_NUMBER_24('\uf1f3'), BOOK_OPEN_20('\uf908'), BOOK_OPEN_24('\uf909'), BOOK_OPEN_GLOBE_24('\uf90a'), BOOK_PULSE_24('\uf90b'), BOOK_QUESTION_MARK_24('\uf90c'), BOOK_SEARCH_24('\uf90d'), BOOK_STAR_24('\uf90e'), BOOK_THETA_24('\uf90f'), BORDER_ALL_24('\uf910'), BORDER_BOTTOM_24('\uf911'), BORDER_BOTTOM_DOUBLE_24('\uf912'), BORDER_BOTTOM_THICK_24('\uf913'), BORDER_LEFT_24('\uf914'), BORDER_NONE_24('\uf915'), BORDER_OUTSIDE_24('\uf916'), BORDER_OUTSIDE_THICK_24('\uf917'), BORDER_RIGHT_24('\uf918'), BORDER_TOP_24('\uf919'), BORDER_TOP_BOTTOM_24('\uf91a'), BORDER_TOP_BOTTOM_DOUBLE_24('\uf91b'), BORDER_TOP_BOTTOM_THICK_24('\uf91c'), BOT_24('\uf1f9'), BOT_ADD_24('\uf1fa'), BRANCH_24('\uf1fb'), BRIEFCASE_12('\uf91d'), BRIEFCASE_20('\uf1fc'), BRIEFCASE_24('\uf1fd'), BRIEFCASE_32('\uf91e'), BRIEFCASE_ADD_24('\uf91f'), BRIEFCASE_ADD_32('\uf920'), BRING_TO_FRONT_20('\uf1fe'), BRING_TO_FRONT_24('\uf1ff'), BROAD_ACTIVITY_FEED_24('\uf200'), BROOM_20('\uf201'), BROOM_24('\uf202'), BUG_16('\uf921'), BUG_20('\uf922'), BUG_24('\uf923'), BUG_REPORT_24('\uf203'), BUILDING_1_24('\uf204'), BUILDING_24('\uf205'), BUILDING_2_16('\uf206'), BUILDING_2_20('\uf207'), BUILDING_2_24('\uf208'), BUILDING_BANK_16('\uf924'), BUILDING_BANK_20('\uf925'), BUILDING_BANK_24('\uf926'), BUILDING_GOVERNMENT_24('\uf927'), BUILDING_GOVERNMENT_32('\uf928'), BUILDING_MULTIPLE_24('\uf929'), BUILDING_RETAIL_24('\uf209'), BUILDING_SHOP_16('\uf92a'), BUILDING_SHOP_20('\uf92b'), BUILDING_SHOP_24('\uf92c'), BUILDING_SKYSCRAPER_16('\uf92d'), BUILDING_SKYSCRAPER_20('\uf92e'), BUILDING_SKYSCRAPER_24('\uf92f'), CALCULATOR_20('\uf20a'), CALENDAR_20('\uf20b'), CALENDAR_24('\uf20c'), CALENDAR_28('\uf20d'), CALENDAR_3_DAY_20('\uf20e'), CALENDAR_3_DAY_24('\uf20f'), CALENDAR_3_DAY_28('\uf210'), CALENDAR_ADD_20('\uf211'), CALENDAR_ADD_24('\uf212'), CALENDAR_AGENDA_20('\uf213'), CALENDAR_AGENDA_24('\uf214'), CALENDAR_AGENDA_28('\uf215'), CALENDAR_ARROW_RIGHT_20('\uf216'), CALENDAR_ASSISTANT_20('\uf217'), CALENDAR_ASSISTANT_24('\uf218'), CALENDAR_CANCEL_16('\uf930'), CALENDAR_CANCEL_20('\uf219'), CALENDAR_CANCEL_24('\uf21a'), CALENDAR_CHECKMARK_16('\uf21b'), CALENDAR_CHECKMARK_20('\uf21c'), CALENDAR_CHECKMARK_24('\uf8c9'), CALENDAR_CLOCK_16('\uf931'), CALENDAR_CLOCK_20('\uf21d'), CALENDAR_CLOCK_24('\uf21e'), CALENDAR_DATE_20('\uf21f'), CALENDAR_DATE_24('\uf220'), CALENDAR_DATE_28('\uf221'), CALENDAR_DAY_20('\uf222'), CALENDAR_DAY_24('\uf223'), CALENDAR_DAY_28('\uf224'), CALENDAR_EMPTY_16('\uf225'), CALENDAR_EMPTY_20('\uf226'), CALENDAR_EMPTY_24('\uf227'), CALENDAR_EMPTY_28('\uf228'), CALENDAR_LATER_24('\uf229'), CALENDAR_MENTION_20('\uf932'), CALENDAR_MONTH_20('\uf22a'), CALENDAR_MONTH_24('\uf22b'), CALENDAR_MONTH_28('\uf22c'), CALENDAR_MULTIPLE_20('\uf22d'), CALENDAR_MULTIPLE_24('\uf22e'), CALENDAR_OVERDUE_24('\uf22f'), CALENDAR_PERSON_20('\uf230'), CALENDAR_PERSON_24('\uf933'), CALENDAR_QUESTION_MARK_16('\uf934'), CALENDAR_QUESTION_MARK_20('\uf935'), CALENDAR_QUESTION_MARK_24('\uf936'), CALENDAR_REPLY_16('\uf231'), CALENDAR_REPLY_20('\uf232'), CALENDAR_REPLY_24('\uf233'), CALENDAR_REPLY_28('\uf234'), CALENDAR_SETTINGS_20('\uf235'), CALENDAR_STAR_20('\uf236'), CALENDAR_STAR_24('\uf237'), CALENDAR_SYNC_16('\uf238'), CALENDAR_SYNC_20('\uf239'), CALENDAR_SYNC_24('\uf23a'), CALENDAR_TODAY_16('\uf23b'), CALENDAR_TODAY_20('\uf23c'), CALENDAR_TODAY_24('\uf23d'), CALENDAR_TODAY_28('\uf23e'), CALENDAR_WEEK_NUMBERS_24('\uf23f'), CALENDAR_WEEK_START_20('\uf240'), CALENDAR_WEEK_START_24('\uf241'), CALENDAR_WEEK_START_28('\uf242'), CALENDAR_WORK_WEEK_16('\uf243'), CALENDAR_WORK_WEEK_20('\uf244'), CALENDAR_WORK_WEEK_24('\uf245'), CALLIGRAPHY_PEN_20('\uf252'), CALLIGRAPHY_PEN_24('\uf253'), CALL_ADD_24('\uf246'), CALL_BLOCKED_16('\uf937'), CALL_BLOCKED_20('\uf938'), CALL_BLOCKED_24('\uf939'), CALL_BLOCKED_28('\uf93a'), CALL_BLOCKED_48('\uf93b'), CALL_END_20('\uf247'), CALL_END_24('\uf248'), CALL_END_28('\uf249'), CALL_FORWARD_16('\uf93c'), CALL_FORWARD_20('\uf93d'), CALL_FORWARD_24('\uf24a'), CALL_FORWARD_28('\uf93e'), CALL_FORWARD_48('\uf93f'), CALL_INBOUND_16('\uf24b'), CALL_INBOUND_20('\uf940'), CALL_INBOUND_24('\uf24c'), CALL_INBOUND_28('\uf941'), CALL_INBOUND_48('\uf942'), CALL_MISSED_16('\uf24d'), CALL_MISSED_24('\uf24e'), CALL_MISSED_28('\uf943'), CALL_MISSED_48('\uf944'), CALL_OUTBOUND_16('\uf24f'), CALL_OUTBOUND_20('\uf945'), CALL_OUTBOUND_24('\uf250'), CALL_OUTBOUND_28('\uf946'), CALL_OUTBOUND_48('\uf947'), CALL_PARK_16('\uf948'), CALL_PARK_20('\uf949'), CALL_PARK_24('\uf251'), CALL_PARK_28('\uf94a'), CALL_PARK_48('\uf94b'), CAMERA_20('\uf254'), CAMERA_24('\uf255'), CAMERA_28('\uf256'), CAMERA_ADD_20('\uf257'), CAMERA_ADD_24('\uf258'), CAMERA_ADD_48('\uf259'), CAMERA_EDIT_20('\uf94c'), CAMERA_SWITCH_24('\uf25a'), CARET_12('\uf25b'), CARET_16('\uf25c'), CARET_20('\uf25d'), CARET_24('\uf25e'), CARET_DOWN_12('\uf25f'), CARET_DOWN_16('\uf260'), CARET_DOWN_20('\uf261'), CARET_DOWN_24('\uf262'), CARET_LEFT_12('\uf263'), CARET_LEFT_16('\uf264'), CARET_LEFT_20('\uf265'), CARET_LEFT_24('\uf266'), CARET_RIGHT_12('\uf267'), CARET_RIGHT_16('\uf268'), CARET_RIGHT_20('\uf269'), CARET_RIGHT_24('\uf26a'), CARET_UP_12('\uf94d'), CARET_UP_16('\uf94e'), CARET_UP_20('\uf94f'), CARET_UP_24('\uf950'), CART_16('\uf951'), CART_20('\uf952'), CART_24('\uf26b'), CAST_20('\uf26c'), CAST_24('\uf26d'), CAST_28('\uf26e'), CELLULAR_3G_24('\uf26f'), CELLULAR_4G_24('\uf270'), CELLULAR_DATA_1_20('\uf271'), CELLULAR_DATA_1_24('\uf272'), CELLULAR_DATA_2_20('\uf273'), CELLULAR_DATA_2_24('\uf274'), CELLULAR_DATA_3_20('\uf275'), CELLULAR_DATA_3_24('\uf276'), CELLULAR_DATA_4_20('\uf277'), CELLULAR_DATA_4_24('\uf278'), CELLULAR_DATA_5_20('\uf279'), CELLULAR_DATA_5_24('\uf27a'), CELLULAR_DATA_OFF_24('\uf27b'), CELLULAR_OFF_24('\uf27c'), CELLULAR_UNAVAILABLE_24('\uf27d'), CENTER_HORIZONTALLY_24('\uf953'), CENTER_VERTICALLY_24('\uf954'), CERTIFICATE_20('\uf27e'), CERTIFICATE_24('\uf27f'), CHANNEL_16('\uf280'), CHANNEL_20('\uf281'), CHANNEL_24('\uf282'), CHANNEL_28('\uf955'), CHANNEL_48('\uf956'), CHANNEL_ADD_16('\uf957'), CHANNEL_ADD_20('\uf958'), CHANNEL_ADD_24('\uf959'), CHANNEL_ADD_28('\uf95a'), CHANNEL_ADD_48('\uf95b'), CHANNEL_ALERT_16('\uf95c'), CHANNEL_ALERT_20('\uf95d'), CHANNEL_ALERT_24('\uf95e'), CHANNEL_ALERT_28('\uf95f'), CHANNEL_ALERT_48('\uf960'), CHANNEL_ARROW_LEFT_16('\uf961'), CHANNEL_ARROW_LEFT_20('\uf962'), CHANNEL_ARROW_LEFT_24('\uf963'), CHANNEL_ARROW_LEFT_28('\uf964'), CHANNEL_ARROW_LEFT_48('\uf965'), CHANNEL_DISMISS_16('\uf966'), CHANNEL_DISMISS_20('\uf967'), CHANNEL_DISMISS_24('\uf968'), CHANNEL_DISMISS_28('\uf969'), CHANNEL_DISMISS_48('\uf96a'), CHANNEL_FOLLOW_24('\uf283'), CHANNEL_NOTIFICATIONS_24('\uf284'), CHANNEL_UNFOLLOW_24('\uf285'), CHAT_16('\uf96b'), CHAT_20('\uf286'), CHAT_24('\uf287'), CHAT_28('\uf288'), CHAT_BUBBLES_QUESTION_24('\uf289'), CHAT_HELP_24('\uf28a'), CHAT_OFF_24('\uf28b'), CHAT_WARNING_24('\uf28c'), CHECKBOX_CHECKED_20('\uf28d'), CHECKBOX_CHECKED_24('\uf28e'), CHECKBOX_UNCHECKED_12('\uf28f'), CHECKBOX_UNCHECKED_16('\uf290'), CHECKBOX_UNCHECKED_20('\uf291'), CHECKBOX_UNCHECKED_24('\uf292'), CHECKMARK_12('\uf293'), CHECKMARK_16('\uf96c'), CHECKMARK_20('\uf294'), CHECKMARK_24('\uf295'), CHECKMARK_28('\uf296'), CHECKMARK_CIRCLE_16('\uf297'), CHECKMARK_CIRCLE_20('\uf298'), CHECKMARK_CIRCLE_24('\uf299'), CHECKMARK_CIRCLE_48('\uf29a'), CHECKMARK_LOCK_16('\uf29b'), CHECKMARK_LOCK_20('\uf29c'), CHECKMARK_LOCK_24('\uf29d'), CHECKMARK_SQUARE_24('\uf29e'), CHECKMARK_UNDERLINE_CIRCLE_16('\uf29f'), CHECKMARK_UNDERLINE_CIRCLE_20('\uf2a0'), CHEVRON_DOWN_12('\uf2a1'), CHEVRON_DOWN_16('\uf2a2'), CHEVRON_DOWN_20('\uf2a3'), CHEVRON_DOWN_24('\uf2a4'), CHEVRON_DOWN_28('\uf2a5'), CHEVRON_DOWN_48('\uf2a6'), CHEVRON_DOWN_CIRCLE_24('\uf2a7'), CHEVRON_LEFT_12('\uf2a8'), CHEVRON_LEFT_16('\uf2a9'), CHEVRON_LEFT_20('\uf2aa'), CHEVRON_LEFT_24('\uf2ab'), CHEVRON_LEFT_28('\uf2ac'), CHEVRON_LEFT_48('\uf2ad'), CHEVRON_RIGHT_12('\uf2ae'), CHEVRON_RIGHT_16('\uf2af'), CHEVRON_RIGHT_20('\uf2b0'), CHEVRON_RIGHT_24('\uf2b1'), CHEVRON_RIGHT_28('\uf2b2'), CHEVRON_RIGHT_48('\uf2b3'), CHEVRON_RIGHT_CIRCLE_24('\uf96d'), CHEVRON_UP_12('\uf2b4'), CHEVRON_UP_16('\uf2b5'), CHEVRON_UP_20('\uf2b6'), CHEVRON_UP_24('\uf2b7'), CHEVRON_UP_28('\uf2b8'), CHEVRON_UP_48('\uf2b9'), CIRCLE_16('\uf2ba'), CIRCLE_20('\uf2bb'), CIRCLE_24('\uf2bc'), CIRCLE_HALF_FILL_20('\uf2bd'), CIRCLE_HALF_FILL_24('\uf2be'), CIRCLE_LINE_24('\uf2bf'), CIRCLE_SMALL_24('\uf2c0'), CITY_16('\uf2c1'), CITY_20('\uf2c2'), CITY_24('\uf2c3'), CLASSIFICATION_16('\uf2c5'), CLASSIFICATION_20('\uf2c6'), CLASSIFICATION_24('\uf2c7'), CLASS_24('\uf2c4'), CLEAR_FORMATTING_24('\uf2c8'), CLIPBOARD_20('\uf2c9'), CLIPBOARD_24('\uf2ca'), CLIPBOARD_CODE_16('\uf2cb'), CLIPBOARD_CODE_20('\uf2cc'), CLIPBOARD_CODE_24('\uf2cd'), CLIPBOARD_LETTER_16('\uf2ce'), CLIPBOARD_LETTER_20('\uf2cf'), CLIPBOARD_LETTER_24('\uf2d0'), CLIPBOARD_LINK_16('\uf2d1'), CLIPBOARD_LINK_20('\uf2d2'), CLIPBOARD_LINK_24('\uf2d3'), CLIPBOARD_MORE_24('\uf2d4'), CLIPBOARD_PASTE_16('\uf96e'), CLIPBOARD_PASTE_20('\uf2d5'), CLIPBOARD_PASTE_24('\uf2d6'), CLIPBOARD_SEARCH_20('\uf2d7'), CLIPBOARD_SEARCH_24('\uf2d8'), CLIPBOARD_TEXT_20('\uf2d9'), CLIPBOARD_TEXT_24('\uf2da'), CLOCK_12('\uf2db'), CLOCK_16('\uf2dc'), CLOCK_20('\uf2dd'), CLOCK_24('\uf2de'), CLOCK_28('\uf2df'), CLOCK_48('\uf2e0'), CLOCK_ALARM_20('\uf2e1'), CLOCK_ALARM_24('\uf2e2'), CLOCK_DISMISS_24('\uf96f'), CLOSED_CAPTION_16('\uf970'), CLOSED_CAPTION_20('\uf971'), CLOSED_CAPTION_24('\uf2e3'), CLOSED_CAPTION_28('\uf972'), CLOSED_CAPTION_48('\uf973'), CLOUD_20('\uf2e4'), CLOUD_24('\uf2e5'), CLOUD_48('\uf2e6'), CLOUD_BACKUP_24('\uf2e7'), CLOUD_BACKUP_48('\uf2e8'), CLOUD_DOWNLOAD_24('\uf2e9'), CLOUD_DOWNLOAD_32('\uf974'), CLOUD_DOWNLOAD_48('\uf975'), CLOUD_OFFLINE_24('\uf2ec'), CLOUD_OFF_24('\uf2ea'), CLOUD_OFF_48('\uf2eb'), CLOUD_SYNC_COMPLETE_24('\uf2ed'), CLOUD_SYNC_COMPLETE_48('\uf2ee'), CODE_20('\uf2ef'), CODE_24('\uf2f0'), COLLECTIONS_20('\uf2f1'), COLLECTIONS_24('\uf2f2'), COLLECTIONS_ADD_20('\uf2f3'), COLLECTIONS_ADD_24('\uf2f4'), COLOR_20('\uf2f5'), COLOR_24('\uf2f6'), COLOR_BACKGROUND_20('\uf2f7'), COLOR_BACKGROUND_24('\uf2f8'), COLOR_BACKGROUND_ACCENT_20('\uf976'), COLOR_BACKGROUND_ACCENT_24('\uf977'), COLOR_FILL_20('\uf2f9'), COLOR_FILL_24('\uf2fa'), COLOR_FILL_ACCENT_20('\uf978'), COLOR_FILL_ACCENT_24('\uf979'), COLOR_LINE_16('\uf97a'), COLOR_LINE_20('\uf2fb'), COLOR_LINE_24('\uf2fc'), COLOR_LINE_ACCENT_16('\uf97b'), COLOR_LINE_ACCENT_20('\uf97c'), COLOR_LINE_ACCENT_24('\uf97d'), COLUMN_TRIPLE_24('\uf2fd'), COMMENT_12('\uf97e'), COMMENT_16('\uf2fe'), COMMENT_20('\uf2ff'), COMMENT_24('\uf300'), COMMENT_28('\uf97f'), COMMENT_48('\uf980'), COMMENT_ADD_12('\uf981'), COMMENT_ADD_16('\uf982'), COMMENT_ADD_20('\uf983'), COMMENT_ADD_24('\uf301'), COMMENT_ADD_28('\uf984'), COMMENT_ADD_48('\uf985'), COMMENT_ARROW_LEFT_12('\uf986'), COMMENT_ARROW_LEFT_16('\uf987'), COMMENT_ARROW_LEFT_20('\uf988'), COMMENT_ARROW_LEFT_28('\uf989'), COMMENT_ARROW_LEFT_48('\uf98a'), COMMENT_ARROW_RIGHT_12('\uf98b'), COMMENT_ARROW_RIGHT_16('\uf98c'), COMMENT_ARROW_RIGHT_20('\uf98d'), COMMENT_ARROW_RIGHT_28('\uf98e'), COMMENT_ARROW_RIGHT_48('\uf98f'), COMMENT_CHECKMARK_12('\uf990'), COMMENT_CHECKMARK_16('\uf991'), COMMENT_CHECKMARK_20('\uf992'), COMMENT_CHECKMARK_24('\uf993'), COMMENT_CHECKMARK_28('\uf994'), COMMENT_CHECKMARK_48('\uf995'), COMMENT_DELETE_24('\uf302'), COMMENT_EDIT_20('\uf996'), COMMENT_EDIT_24('\uf997'), COMMENT_MENTION_16('\uf303'), COMMENT_MENTION_20('\uf304'), COMMENT_MENTION_24('\uf305'), COMMENT_MULTIPLE_16('\uf306'), COMMENT_MULTIPLE_20('\uf307'), COMMENT_MULTIPLE_24('\uf308'), COMMENT_NEXT_24('\uf309'), COMMENT_OFF_16('\uf998'), COMMENT_OFF_20('\uf999'), COMMENT_OFF_24('\uf99a'), COMMENT_OFF_28('\uf99b'), COMMENT_OFF_48('\uf99c'), COMMENT_PREVIOUS_24('\uf30a'), COMMENT_RESOLVE_24('\uf30b'), COMMUNICATION_16('\uf30c'), COMMUNICATION_20('\uf30d'), COMMUNICATION_24('\uf30e'), COMPASS_NORTHWEST_16('\uf30f'), COMPASS_NORTHWEST_20('\uf310'), COMPASS_NORTHWEST_24('\uf311'), COMPASS_NORTHWEST_28('\uf312'), COMPOSE_16('\uf313'), COMPOSE_20('\uf314'), COMPOSE_24('\uf315'), COMPOSE_28('\uf316'), CONFERENCE_ROOM_16('\uf317'), CONFERENCE_ROOM_20('\uf318'), CONFERENCE_ROOM_24('\uf319'), CONFERENCE_ROOM_28('\uf31a'), CONFERENCE_ROOM_48('\uf31b'), CONNECTOR_16('\uf31c'), CONNECTOR_20('\uf31d'), CONNECTOR_24('\uf31e'), CONTACTS_24('\uf322'), CONTACT_CARD_20('\uf31f'), CONTACT_CARD_24('\uf320'), CONTACT_CARD_GROUP_16('\uf99d'), CONTACT_CARD_GROUP_20('\uf99e'), CONTACT_CARD_GROUP_24('\uf321'), CONTACT_CARD_GROUP_28('\uf99f'), CONTACT_CARD_GROUP_48('\uf9a0'), CONTENT_SETTINGS_16('\uf323'), CONTENT_SETTINGS_20('\uf324'), CONTENT_SETTINGS_24('\uf325'), CONVERT_RANGE_24('\uf9a1'), CONVERT_TO_TABLE_24('\uf326'), CONVERT_TO_TEXT_24('\uf327'), COOKIES_20('\uf328'), COOKIES_24('\uf329'), COPY_16('\uf32a'), COPY_20('\uf32b'), COPY_24('\uf32c'), COPY_ADD_24('\uf9a2'), COPY_IMAGE_24('\uf32d'), COPY_LINK_24('\uf32e'), COPY_MOVE_16('\uf32f'), COPY_MOVE_24('\uf330'), COPY_SELECT_20('\uf9a3'), COUCH_12('\uf9a4'), COUCH_24('\uf9a5'), CROP_20('\uf9a6'), CROP_24('\uf331'), CROP_INTERIM_24('\uf332'), CROP_INTERIM_OFF_24('\uf333'), CUBE_16('\uf334'), CUBE_20('\uf335'), CUBE_24('\uf336'), CURRENCY_16('\uf337'), CURRENCY_20('\uf338'), CURRENCY_24('\uf339'), CURRENCY_DOLLAR_RUPEE_16('\uf9a7'), CURRENCY_DOLLAR_RUPEE_20('\uf9a8'), CURRENCY_DOLLAR_RUPEE_24('\uf9a9'), CURSOR_20('\uf9aa'), CURSOR_24('\uf9ab'), CURSOR_HOVER_16('\uf9ac'), CURSOR_HOVER_20('\uf9ad'), CURSOR_HOVER_24('\uf9ae'), CURSOR_HOVER_28('\uf9af'), CURSOR_HOVER_32('\uf9b0'), CURSOR_HOVER_48('\uf9b1'), CURSOR_HOVER_OFF_16('\uf9b2'), CURSOR_HOVER_OFF_20('\uf9b3'), CURSOR_HOVER_OFF_24('\uf9b4'), CURSOR_HOVER_OFF_28('\uf9b5'), CURSOR_HOVER_OFF_48('\uf9b6'), CUT_20('\uf33a'), CUT_24('\uf33b'), DARK_THEME_24('\uf33c'), DATA_AREA_24('\uf33d'), DATA_BAR_HORIZONTAL_24('\uf33e'), DATA_BAR_VERTICAL_20('\uf33f'), DATA_BAR_VERTICAL_24('\uf340'), DATA_BAR_VERTICAL_ADD_24('\uf9b7'), DATA_FUNNEL_24('\uf341'), DATA_HISTOGRAM_24('\uf342'), DATA_LINE_24('\uf343'), DATA_PIE_20('\uf344'), DATA_PIE_24('\uf345'), DATA_SCATTER_24('\uf346'), DATA_SUNBURST_24('\uf347'), DATA_TREEMAP_24('\uf348'), DATA_USAGE_20('\uf9b8'), DATA_USAGE_24('\uf349'), DATA_WATERFALL_24('\uf34a'), DATA_WHISKER_24('\uf34b'), DECIMAL_ARROW_LEFT_24('\uf9b9'), DECIMAL_ARROW_RIGHT_24('\uf9ba'), DELETE_16('\uf9bb'), DELETE_20('\uf34c'), DELETE_24('\uf34d'), DELETE_28('\uf34e'), DELETE_48('\uf34f'), DELETE_FOREVER_24('\uf350'), DELETE_FOREVER_28('\uf351'), DELETE_OFF_20('\uf352'), DELETE_OFF_24('\uf353'), DENTIST_12('\uf9bc'), DENTIST_16('\uf9bd'), DENTIST_20('\uf9be'), DENTIST_24('\uf354'), DENTIST_28('\uf9bf'), DENTIST_48('\uf9c0'), DESIGN_IDEAS_16('\uf355'), DESIGN_IDEAS_20('\uf356'), DESIGN_IDEAS_24('\uf357'), DESKTOP_16('\uf358'), DESKTOP_20('\uf359'), DESKTOP_24('\uf35a'), DESKTOP_28('\uf35b'), DEVELOPER_BOARD_24('\uf35c'), DEVICE_EQ_24('\uf35d'), DIALPAD_20('\uf35e'), DIALPAD_24('\uf35f'), DIALPAD_OFF_24('\uf360'), DICTIONARY_20('\uf361'), DICTIONARY_24('\uf362'), DICTIONARY_ADD_20('\uf363'), DICTIONARY_ADD_24('\uf364'), DIRECTIONS_20('\uf365'), DIRECTIONS_24('\uf366'), DISMISS_12('\uf367'), DISMISS_16('\uf368'), DISMISS_20('\uf369'), DISMISS_24('\uf36a'), DISMISS_28('\uf36b'), DISMISS_CIRCLE_16('\uf36c'), DISMISS_CIRCLE_20('\uf36d'), DISMISS_CIRCLE_24('\uf36e'), DISMISS_CIRCLE_28('\uf9c1'), DISMISS_CIRCLE_48('\uf36f'), DIVIDER_SHORT_24('\uf370'), DIVIDER_TALL_24('\uf371'), DOCK_24('\uf372'), DOCK_LEFT_16('\uf373'), DOCK_LEFT_20('\uf374'), DOCK_LEFT_24('\uf375'), DOCK_LEFT_28('\uf9c2'), DOCK_LEFT_48('\uf9c3'), DOCK_RIGHT_16('\uf9c4'), DOCK_RIGHT_20('\uf9c5'), DOCK_RIGHT_24('\uf9c6'), DOCK_RIGHT_28('\uf9c7'), DOCK_RIGHT_48('\uf9c8'), DOCK_ROW_24('\uf376'), DOCTOR_12('\uf9c9'), DOCTOR_16('\uf9ca'), DOCTOR_20('\uf9cb'), DOCTOR_24('\uf377'), DOCTOR_28('\uf9cc'), DOCTOR_48('\uf9cd'), DOCUMENT_16('\uf9ce'), DOCUMENT_20('\uf378'), DOCUMENT_24('\uf379'), DOCUMENT_28('\uf37a'), DOCUMENT_48('\uf9cf'), DOCUMENT_ADD_16('\uf9d0'), DOCUMENT_ADD_20('\uf9d1'), DOCUMENT_ADD_24('\uf9d2'), DOCUMENT_ADD_28('\uf9d3'), DOCUMENT_ADD_48('\uf9d4'), DOCUMENT_ARROW_LEFT_16('\uf9d5'), DOCUMENT_ARROW_LEFT_20('\uf9d6'), DOCUMENT_ARROW_LEFT_24('\uf9d7'), DOCUMENT_ARROW_LEFT_28('\uf9d8'), DOCUMENT_ARROW_LEFT_48('\uf9d9'), DOCUMENT_AUTOSAVE_24('\uf37b'), DOCUMENT_BRIEFCASE_20('\uf37c'), DOCUMENT_BRIEFCASE_24('\uf37d'), DOCUMENT_CATCH_UP_16('\uf9da'), DOCUMENT_CATCH_UP_20('\uf9db'), DOCUMENT_CATCH_UP_24('\uf37e'), DOCUMENT_COPY_16('\uf37f'), DOCUMENT_COPY_20('\uf380'), DOCUMENT_COPY_24('\uf381'), DOCUMENT_COPY_48('\uf382'), DOCUMENT_DISMISS_20('\uf383'), DOCUMENT_DISMISS_24('\uf384'), DOCUMENT_EDIT_16('\uf385'), DOCUMENT_EDIT_20('\uf386'), DOCUMENT_EDIT_24('\uf387'), DOCUMENT_ENDNOTE_20('\uf388'), DOCUMENT_ENDNOTE_24('\uf389'), DOCUMENT_ERROR_16('\uf38a'), DOCUMENT_ERROR_20('\uf38b'), DOCUMENT_ERROR_24('\uf38c'), DOCUMENT_FOOTER_24('\uf38d'), DOCUMENT_FOOTER_REMOVE_24('\uf38e'), DOCUMENT_HEADER_24('\uf38f'), DOCUMENT_HEADER_FOOTER_20('\uf390'), DOCUMENT_HEADER_FOOTER_24('\uf391'), DOCUMENT_HEADER_REMOVE_24('\uf392'), DOCUMENT_LANDSCAPE_20('\uf393'), DOCUMENT_LANDSCAPE_24('\uf394'), DOCUMENT_LANDSCAPE_DATA_24('\uf9dc'), DOCUMENT_LANDSCAPE_SPLIT_20('\uf9dd'), DOCUMENT_LANDSCAPE_SPLIT_HINT_20('\uf9de'), DOCUMENT_MARGINS_20('\uf395'), DOCUMENT_MARGINS_24('\uf396'), DOCUMENT_NONE_20('\uf397'), DOCUMENT_NONE_24('\uf398'), DOCUMENT_ONE_PAGE_20('\uf399'), DOCUMENT_ONE_PAGE_24('\uf39a'), DOCUMENT_PAGE_24('\uf39b'), DOCUMENT_PAGE_BOTTOM_CENTER_20('\uf39c'), DOCUMENT_PAGE_BOTTOM_CENTER_24('\uf39d'), DOCUMENT_PAGE_BOTTOM_LEFT_20('\uf39e'), DOCUMENT_PAGE_BOTTOM_LEFT_24('\uf39f'), DOCUMENT_PAGE_BOTTOM_RIGHT_20('\uf3a0'), DOCUMENT_PAGE_BOTTOM_RIGHT_24('\uf3a1'), DOCUMENT_PAGE_BREAK_20('\uf9df'), DOCUMENT_PAGE_BREAK_24('\uf3a2'), DOCUMENT_PAGE_NUMBER_20('\uf3a3'), DOCUMENT_PAGE_NUMBER_24('\uf3a4'), DOCUMENT_PAGE_TOP_CENTER_20('\uf3a5'), DOCUMENT_PAGE_TOP_CENTER_24('\uf3a6'), DOCUMENT_PAGE_TOP_LEFT_20('\uf3a7'), DOCUMENT_PAGE_TOP_LEFT_24('\uf3a8'), DOCUMENT_PAGE_TOP_RIGHT_20('\uf3a9'), DOCUMENT_PAGE_TOP_RIGHT_24('\uf3aa'), DOCUMENT_PDF_16('\uf3ab'), DOCUMENT_PDF_20('\uf3ac'), DOCUMENT_PDF_24('\uf3ad'), DOCUMENT_SEARCH_20('\uf3ae'), DOCUMENT_SEARCH_24('\uf3af'), DOCUMENT_TOOLBOX_20('\uf3b0'), DOCUMENT_TOOLBOX_24('\uf3b1'), DOCUMENT_TOP_CENTER_20('\uf3b2'), DOCUMENT_TOP_LEFT_20('\uf3b3'), DOCUMENT_TOP_RIGHT_20('\uf3b4'), DOCUMENT_UNKNOWN_16('\uf3b5'), DOCUMENT_UNKNOWN_20('\uf3b6'), DOCUMENT_UNKNOWN_24('\uf3b7'), DOCUMENT_WIDTH_20('\uf3b8'), DOCUMENT_WIDTH_24('\uf3b9'), DOUBLE_SWIPE_DOWN_24('\uf3ba'), DOUBLE_SWIPE_UP_24('\uf3bb'), DOUBLE_TAP_SWIPE_DOWN_24('\uf3bc'), DOUBLE_TAP_SWIPE_UP_24('\uf3bd'), DRAFTS_16('\uf3be'), DRAFTS_20('\uf3bf'), DRAFTS_24('\uf3c0'), DRAG_24('\uf3c1'), DRINK_24('\uf3c2'), DRINK_BEER_16('\uf9e0'), DRINK_BEER_20('\uf9e1'), DRINK_BEER_24('\uf3c3'), DRINK_COFFEE_16('\uf9e2'), DRINK_COFFEE_20('\uf3c4'), DRINK_COFFEE_24('\uf3c5'), DRINK_MARGARITA_16('\uf9e3'), DRINK_MARGARITA_20('\uf9e4'), DRINK_MARGARITA_24('\uf3c6'), DRINK_WINE_16('\uf9e5'), DRINK_WINE_20('\uf9e6'), DRINK_WINE_24('\uf3c7'), DUAL_SCREEN_24('\uf3c8'), DUAL_SCREEN_ADD_24('\uf3c9'), DUAL_SCREEN_ARROW_RIGHT_24('\uf3ca'), DUAL_SCREEN_CLOCK_24('\uf3cb'), DUAL_SCREEN_DESKTOP_24('\uf3cc'), DUAL_SCREEN_ERROR_24('\uf3cd'), DUAL_SCREEN_GROUP_24('\uf3ce'), DUAL_SCREEN_HEADER_24('\uf3cf'), DUAL_SCREEN_LOCK_24('\uf3d0'), DUAL_SCREEN_MIRROR_24('\uf3d1'), DUAL_SCREEN_PAGINATION_24('\uf3d2'), DUAL_SCREEN_SETTINGS_24('\uf3d3'), DUAL_SCREEN_SPAN_24('\uf9e7'), DUAL_SCREEN_STATUS_BAR_24('\uf3d4'), DUAL_SCREEN_TABLET_24('\uf3d5'), DUAL_SCREEN_UPDATE_24('\uf3d6'), DUAL_SCREEN_VERTICAL_SCROLL_24('\uf3d7'), DUAL_SCREEN_VIBRATE_24('\uf3d8'), EARTH_16('\uf3d9'), EARTH_20('\uf3da'), EARTH_24('\uf3db'), EDIT_16('\uf3dc'), EDIT_20('\uf3dd'), EDIT_24('\uf3de'), EDIT_32('\uf9e8'), EDIT_OFF_16('\uf9e9'), EDIT_OFF_24('\uf9ea'), EDIT_SETTINGS_24('\uf9eb'), EMOJI_16('\uf3df'), EMOJI_20('\uf3e0'), EMOJI_24('\uf3e1'), EMOJI_ADD_16('\uf9ec'), EMOJI_ADD_24('\uf3e2'), EMOJI_ANGRY_20('\uf3e3'), EMOJI_ANGRY_24('\uf3e4'), EMOJI_HAND_24('\uf9ed'), EMOJI_HAND_28('\uf9ee'), EMOJI_LAUGH_20('\uf3e5'), EMOJI_LAUGH_24('\uf3e6'), EMOJI_MEH_20('\uf3e7'), EMOJI_MEH_24('\uf3e8'), EMOJI_SAD_20('\uf3e9'), EMOJI_SAD_24('\uf3ea'), EMOJI_SURPRISE_20('\uf3eb'), EMOJI_SURPRISE_24('\uf3ec'), ERASER_20('\uf9ef'), ERASER_24('\uf9f0'), ERASER_MEDIUM_24('\uf9f1'), ERASER_SEGMENT_24('\uf9f2'), ERASER_SMALL_24('\uf9f3'), ERASER_TOOL_24('\uf3ef'), ERASE_20('\uf3ed'), ERASE_24('\uf3ee'), ERROR_CIRCLE_12('\uf9f4'), ERROR_CIRCLE_16('\uf3f0'), ERROR_CIRCLE_20('\uf3f1'), ERROR_CIRCLE_24('\uf3f2'), EXPORT_24('\uf3f3'), EXTENDED_DOCK_24('\uf3f4'), EXTENSION_20('\uf3f5'), EXTENSION_24('\uf3f6'), EYE_HIDE_20('\uf3f7'), EYE_HIDE_24('\uf3f8'), EYE_SHOW_12('\uf3f9'), EYE_SHOW_16('\uf3fa'), EYE_SHOW_20('\uf3fb'), EYE_SHOW_24('\uf3fc'), EYE_TRACKING_16('\uf9f5'), EYE_TRACKING_20('\uf9f6'), EYE_TRACKING_24('\uf9f7'), EYE_TRACKING_OFF_16('\uf9f8'), EYE_TRACKING_OFF_20('\uf9f9'), EYE_TRACKING_OFF_24('\uf9fa'), FAST_ACCELERATION_24('\uf3fd'), FAST_FORWARD_20('\uf3fe'), FAST_FORWARD_24('\uf3ff'), FAST_MODE_16('\uf400'), FAST_MODE_20('\uf401'), FAST_MODE_24('\uf402'), FAST_MODE_28('\uf403'), FAVORITES_20('\uf404'), FAVORITES_24('\uf405'), FILTER_20('\uf406'), FILTER_24('\uf407'), FILTER_28('\uf408'), FINGERPRINT_24('\uf409'), FINGERPRINT_48('\uf9ff'), FIXED_WIDTH_24('\ufa00'), FLAG_16('\uf40a'), FLAG_20('\uf40b'), FLAG_24('\uf40c'), FLAG_28('\uf40d'), FLAG_48('\uf40e'), FLAG_OFF_24('\uf40f'), FLAG_OFF_28('\uf410'), FLAG_OFF_48('\uf411'), FLASHLIGHT_24('\uf416'), FLASHLIGHT_OFF_24('\uf417'), FLASH_AUTO_24('\uf412'), FLASH_OFF_24('\uf413'), FLASH_ON_20('\uf414'), FLASH_ON_24('\uf415'), FLIP_HORIZONTAL_24('\ufa01'), FLIP_VERTICAL_24('\ufa02'), FLUENT_32('\ufa03'), FLUENT_48('\ufa04'), FLUID_20('\ufa05'), FLUID_24('\ufa06'), FOLDER_20('\uf418'), FOLDER_24('\uf419'), FOLDER_28('\uf41a'), FOLDER_48('\uf41b'), FOLDER_ADD_20('\uf41c'), FOLDER_ADD_24('\uf41d'), FOLDER_ADD_28('\uf41e'), FOLDER_ADD_48('\uf41f'), FOLDER_BRIEFCASE_20('\uf420'), FOLDER_JUNK_20('\uf421'), FOLDER_JUNK_24('\uf422'), FOLDER_JUNK_28('\uf423'), FOLDER_JUNK_48('\uf424'), FOLDER_LINK_20('\uf425'), FOLDER_LINK_24('\uf426'), FOLDER_LINK_28('\uf427'), FOLDER_LINK_48('\uf428'), FOLDER_MOVE_16('\ufa07'), FOLDER_MOVE_20('\uf429'), FOLDER_MOVE_24('\uf42a'), FOLDER_MOVE_28('\uf42b'), FOLDER_MOVE_48('\uf42c'), FOLDER_OPEN_16('\uf42d'), FOLDER_OPEN_20('\uf42e'), FOLDER_OPEN_24('\uf42f'), FOLDER_OPEN_VERTICAL_20('\uf430'), FOLDER_PUBLIC_16('\uf431'), FOLDER_PUBLIC_20('\uf432'), FOLDER_PUBLIC_24('\uf433'), FOLDER_ZIP_16('\uf434'), FOLDER_ZIP_20('\uf435'), FOLDER_ZIP_24('\uf436'), FONT_DECREASE_20('\uf437'), FONT_DECREASE_24('\uf438'), FONT_INCREASE_20('\uf439'), FONT_INCREASE_24('\uf43a'), FONT_SPACE_TRACKING_IN_16('\uf43b'), FONT_SPACE_TRACKING_IN_20('\uf43c'), FONT_SPACE_TRACKING_IN_24('\uf43d'), FONT_SPACE_TRACKING_IN_28('\uf43e'), FONT_SPACE_TRACKING_OUT_16('\uf43f'), FONT_SPACE_TRACKING_OUT_20('\uf440'), FONT_SPACE_TRACKING_OUT_24('\uf441'), FONT_SPACE_TRACKING_OUT_28('\uf442'), FOOD_20('\uf443'), FOOD_24('\uf444'), FOOD_CAKE_24('\uf445'), FOOD_EGG_16('\ufa08'), FOOD_EGG_20('\ufa09'), FOOD_EGG_24('\uf446'), FOOD_TOAST_16('\ufa0a'), FOOD_TOAST_20('\ufa0b'), FOOD_TOAST_24('\uf447'), FORM_NEW_24('\uf448'), FORM_NEW_28('\uf449'), FORM_NEW_48('\uf44a'), FORWARD_20('\uf44b'), FORWARD_24('\uf44c'), FPS_240_24('\uf44d'), FPS_960_24('\uf44e'), FULL_SCREEN_ZOOM_24('\uf44f'), F_STOP_16('\uf9fb'), F_STOP_20('\uf9fc'), F_STOP_24('\uf9fd'), F_STOP_28('\uf9fe'), GALLERY_24('\uf450'), GAMES_24('\uf451'), GAVEL_24('\ufa0c'), GAVEL_32('\ufa0d'), GESTURE_24('\uf452'), GIFT_20('\uf455'), GIFT_24('\uf456'), GIF_20('\uf453'), GIF_24('\uf454'), GLANCE_24('\uf457'), GLASSES_16('\ufa0e'), GLASSES_20('\ufa0f'), GLASSES_24('\uf458'), GLASSES_28('\ufa10'), GLASSES_48('\ufa11'), GLASSES_OFF_16('\ufa12'), GLASSES_OFF_20('\ufa13'), GLASSES_OFF_24('\uf459'), GLASSES_OFF_28('\ufa14'), GLASSES_OFF_48('\ufa15'), GLOBE_16('\ufa16'), GLOBE_20('\uf45a'), GLOBE_24('\uf45b'), GLOBE_ADD_24('\uf45c'), GLOBE_CLOCK_24('\uf45d'), GLOBE_DESKTOP_24('\uf45e'), GLOBE_LOCATION_24('\uf45f'), GLOBE_SEARCH_24('\uf460'), GLOBE_VIDEO_24('\uf461'), GRID_20('\uf462'), GRID_24('\uf463'), GRID_28('\uf464'), GROUP_20('\uf465'), GROUP_24('\uf466'), GROUP_LIST_24('\uf467'), GUEST_16('\uf468'), GUEST_20('\uf469'), GUEST_24('\uf46a'), GUEST_28('\uf46b'), GUEST_ADD_24('\uf46c'), HANDSHAKE_16('\uf46e'), HANDSHAKE_20('\uf46f'), HANDSHAKE_24('\uf470'), HAND_LEFT_20('\ufa17'), HAND_RAISE_24('\uf46d'), HAND_RIGHT_24('\ufa18'), HAND_RIGHT_28('\ufa19'), HAT_GRADUATION_16('\ufa1a'), HAT_GRADUATION_20('\ufa1b'), HAT_GRADUATION_24('\ufa1c'), HDR_24('\uf471'), HD_16('\ufa1d'), HD_20('\ufa1e'), HD_24('\ufa1f'), HEADPHONES_24('\uf472'), HEADPHONES_28('\uf473'), HEADSET_16('\ufa20'), HEADSET_20('\ufa21'), HEADSET_24('\uf474'), HEADSET_28('\uf475'), HEADSET_48('\ufa22'), HEADSET_VR_20('\uf476'), HEADSET_VR_24('\uf477'), HEART_16('\uf478'), HEART_20('\uf479'), HEART_24('\uf47a'), HEART_PULSE_24('\ufa23'), HEART_PULSE_32('\ufa24'), HIGHLIGHT_16('\uf47b'), HIGHLIGHT_20('\uf47c'), HIGHLIGHT_24('\uf47d'), HISTORY_20('\uf47e'), HISTORY_24('\uf47f'), HOME_16('\ufa25'), HOME_20('\uf480'), HOME_24('\uf481'), HOME_28('\uf482'), HOME_32('\ufa26'), HOME_48('\ufa27'), HOME_ADD_24('\uf483'), HOME_CHECKMARK_24('\uf484'), ICONS_20('\uf485'), ICONS_24('\uf486'), IMAGE_16('\uf487'), IMAGE_20('\uf488'), IMAGE_24('\uf489'), IMAGE_28('\uf48a'), IMAGE_48('\uf48b'), IMAGE_ADD_24('\uf48c'), IMAGE_ALT_TEXT_20('\uf48d'), IMAGE_ALT_TEXT_24('\uf48e'), IMAGE_ARROW_COUNTERCLOCKWISE_24('\ufa28'), IMAGE_COPY_20('\uf48f'), IMAGE_COPY_24('\uf490'), IMAGE_COPY_28('\uf491'), IMAGE_EDIT_16('\uf492'), IMAGE_EDIT_20('\uf493'), IMAGE_EDIT_24('\uf494'), IMAGE_LIBRARY_20('\uf495'), IMAGE_LIBRARY_24('\uf496'), IMAGE_LIBRARY_28('\uf497'), IMAGE_OFF_24('\uf498'), IMAGE_SEARCH_20('\uf499'), IMAGE_SEARCH_24('\uf49a'), IMMERSIVE_READER_20('\uf49b'), IMMERSIVE_READER_24('\uf49c'), IMPORTANT_12('\uf49d'), IMPORTANT_16('\uf49e'), IMPORTANT_20('\uf49f'), IMPORTANT_24('\uf4a0'), INCOGNITO_24('\uf4a1'), INFO_16('\uf4a2'), INFO_20('\uf4a3'), INFO_24('\uf4a4'), INFO_28('\uf4a5'), INFO_SHIELD_20('\ufa29'), INKING_TOOL_16('\uf4a6'), INKING_TOOL_20('\uf4a7'), INKING_TOOL_24('\uf4a8'), INPRIVATE_ACCOUNT_16('\uf4a9'), INPRIVATE_ACCOUNT_20('\uf4aa'), INPRIVATE_ACCOUNT_24('\uf4ab'), INPRIVATE_ACCOUNT_28('\uf4ac'), INSERT_20('\uf4ad'), INSPECT_20('\uf4ae'), INSPECT_24('\uf4af'), IOS_ARROW_LEFT_24('\uf4b0'), IOS_CHEVRON_24('\uf4b1'), IOS_CHEVRON_RIGHT_20('\uf4b2'), JAVASCRIPT_16('\uf4b3'), JAVASCRIPT_20('\uf4b4'), JAVASCRIPT_24('\uf4b5'), KEYBOARD_20('\uf4b8'), KEYBOARD_24('\uf4b9'), KEYBOARD_DOCK_24('\uf4ba'), KEYBOARD_LAYOUT_FLOAT_24('\uf4bb'), KEYBOARD_LAYOUT_ONE_HANDED_LEFT_24('\uf4bc'), KEYBOARD_LAYOUT_RESIZE_24('\uf4bd'), KEYBOARD_LAYOUT_SPLIT_24('\uf4be'), KEYBOARD_SHIFT_24('\uf4bf'), KEYBOARD_SHIFT_UPPERCASE_24('\uf4c0'), KEYBOARD_TAB_24('\uf4c1'), KEY_20('\uf4b6'), KEY_24('\uf4b7'), KEY_MULTIPLE_20('\ufa2a'), LAPTOP_16('\uf4c2'), LAPTOP_20('\uf4c3'), LAPTOP_24('\uf4c4'), LAPTOP_28('\uf4c5'), LARGE_16('\uf4c6'), LARGE_20('\uf4c7'), LARGE_24('\uf4c8'), LASSO_24('\uf4c9'), LAUNCHER_SETTINGS_24('\uf4ca'), LAYER_20('\uf4cb'), LAYER_24('\uf4cc'), LEAF_16('\uf4cd'), LEAF_20('\uf4ce'), LEAF_24('\uf4cf'), LEAF_TWO_16('\uf4d0'), LEAF_TWO_20('\uf4d1'), LEAF_TWO_24('\uf4d2'), LIBRARY_24('\uf4d3'), LIBRARY_28('\uf4d4'), LIGHTBULB_16('\uf4d5'), LIGHTBULB_20('\uf4d6'), LIGHTBULB_24('\uf4d7'), LIGHTBULB_CIRCLE_24('\uf4d8'), LIGHTBULB_FILAMENT_16('\uf4d9'), LIGHTBULB_FILAMENT_20('\uf4da'), LIGHTBULB_FILAMENT_24('\uf4db'), LIKERT_16('\uf4dd'), LIKERT_20('\uf4de'), LIKERT_24('\uf4df'), LIKE_16('\uf4dc'), LINE_HORIZONTAL_1_20('\uf4e0'), LINE_HORIZONTAL_3_20('\uf4e1'), LINE_HORIZONTAL_5_20('\uf4e2'), LINE_HORIZONTAL_5_ERROR_20('\ufa2b'), LINK_16('\uf4e3'), LINK_20('\uf4e4'), LINK_24('\uf4e5'), LINK_28('\uf4e6'), LINK_48('\uf4e7'), LINK_EDIT_16('\uf4e8'), LINK_EDIT_20('\uf4e9'), LINK_EDIT_24('\uf4ea'), LINK_REMOVE_20('\uf4eb'), LINK_SQUARE_12('\ufa2c'), LINK_SQUARE_16('\ufa2d'), LINK_SQUARE_24('\uf4ec'), LIST_20('\uf4ed'), LIST_24('\uf4ee'), LIST_28('\uf4ef'), LIVE_20('\uf4f0'), LIVE_24('\uf4f1'), LOCAL_LANGUAGE_16('\uf4f2'), LOCAL_LANGUAGE_20('\uf4f3'), LOCAL_LANGUAGE_24('\uf4f4'), LOCAL_LANGUAGE_28('\uf4f5'), LOCATION_12('\uf4f6'), LOCATION_16('\uf4f7'), LOCATION_20('\uf4f8'), LOCATION_24('\uf4f9'), LOCATION_28('\uf4fa'), LOCATION_48('\ufa2e'), LOCATION_LIVE_20('\uf4fb'), LOCATION_LIVE_24('\uf4fc'), LOCATION_NOT_FOUND_24('\uf4fd'), LOCATION_OFF_16('\ufa2f'), LOCATION_OFF_20('\ufa30'), LOCATION_OFF_24('\ufa31'), LOCATION_OFF_28('\ufa32'), LOCATION_OFF_48('\ufa33'), LOCK_12('\uf4fe'), LOCK_16('\uf4ff'), LOCK_20('\uf500'), LOCK_24('\uf501'), LOCK_MULTIPLE_24('\ufa34'), LOCK_SHIELD_20('\uf502'), LOCK_SHIELD_24('\uf503'), LOCK_SHIELD_48('\uf504'), LOTTERY_24('\ufa35'); public static FluentUiRegularAL findByDescription(String description) { for (FluentUiRegularAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FluentUiRegularAL(int code) { this.description = "fltral-" + name().toLowerCase().replace("_", "-"); this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiRegularALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FluentUiRegularALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fluentui/1.1.74/fonts/FluentSystemIcons-Regular.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fltral-"); } @Override public Ikon resolve(String description) { return FluentUiRegularAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "FluentSystemIcons-Regular"; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiRegularALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class FluentUiRegularALIkonProvider implements IkonProvider { @Override public Class getIkon() { return FluentUiRegularAL.class; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiRegularMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FluentUiRegularMZ implements Ikon { MAGIC_WAND_16('\ufa36'), MAGIC_WAND_20('\ufa37'), MAGIC_WAND_24('\uf505'), MAGIC_WAND_28('\ufa38'), MAGIC_WAND_48('\ufa39'), MAIL_16('\ufa3a'), MAIL_20('\uf506'), MAIL_24('\uf507'), MAIL_28('\uf508'), MAIL_48('\uf509'), MAIL_ADD_24('\uf50a'), MAIL_ALL_20('\uf50b'), MAIL_ALL_24('\uf50c'), MAIL_ALL_ACCOUNTS_24('\uf50d'), MAIL_ALL_READ_20('\uf50e'), MAIL_ALL_UNREAD_20('\uf50f'), MAIL_CLOCK_20('\uf510'), MAIL_COPY_20('\uf511'), MAIL_COPY_24('\uf512'), MAIL_INBOX_16('\uf513'), MAIL_INBOX_20('\uf514'), MAIL_INBOX_24('\uf515'), MAIL_INBOX_28('\uf516'), MAIL_INBOX_ADD_16('\uf517'), MAIL_INBOX_ADD_20('\uf518'), MAIL_INBOX_ADD_24('\uf519'), MAIL_INBOX_ADD_28('\uf51a'), MAIL_INBOX_DISMISS_16('\uf51b'), MAIL_INBOX_DISMISS_20('\uf51c'), MAIL_INBOX_DISMISS_24('\uf51d'), MAIL_INBOX_DISMISS_28('\uf51e'), MAIL_MOVE_TO_FOCUSSED_24('\uf51f'), MAIL_OUTBOX_20('\uf8c8'), MAIL_OUTBOX_24('\uf520'), MAIL_READ_16('\ufa3b'), MAIL_READ_20('\uf521'), MAIL_READ_24('\uf522'), MAIL_READ_28('\uf523'), MAIL_READ_48('\uf524'), MAIL_UNREAD_16('\uf525'), MAIL_UNREAD_20('\uf526'), MAIL_UNREAD_24('\uf527'), MAIL_UNREAD_28('\uf528'), MAIL_UNREAD_48('\uf529'), MAIL_UNSUBSCRIBE_24('\uf52a'), MALWARE_DETECTED_16('\uf52b'), MALWARE_DETECTED_24('\uf52c'), MANUFACTURER_24('\uf52d'), MAP_24('\uf52e'), MAP_DRIVE_16('\uf52f'), MAP_DRIVE_20('\uf530'), MAP_DRIVE_24('\uf531'), MATCH_APP_LAYOUT_24('\uf532'), MATH_FORMAT_LINEAR_24('\ufa3c'), MATH_FORMAT_PROFESSIONAL_24('\ufa3d'), MATH_FORMULA_24('\ufa3e'), MAXIMIZE_16('\uf533'), MAXIMIZE_20('\ufa3f'), MAXIMIZE_24('\ufa40'), MAXIMIZE_28('\ufa41'), MAXIMIZE_48('\ufa42'), MEET_NOW_16('\ufa43'), MEET_NOW_20('\uf534'), MEET_NOW_24('\uf535'), MEGAPHONE_16('\uf536'), MEGAPHONE_20('\uf537'), MEGAPHONE_24('\uf538'), MEGAPHONE_28('\uf539'), MEGAPHONE_OFF_24('\uf53a'), MENTION_16('\uf53b'), MENTION_20('\uf53c'), MENTION_24('\uf53d'), MERGE_24('\uf53e'), MIC_OFF_12('\uf53f'), MIC_OFF_16('\uf540'), MIC_OFF_20('\ufa44'), MIC_OFF_24('\uf541'), MIC_OFF_28('\uf542'), MIC_OFF_48('\ufa45'), MIC_ON_16('\uf543'), MIC_ON_20('\uf544'), MIC_ON_24('\uf545'), MIC_ON_28('\uf546'), MIC_ON_48('\uf547'), MIC_PROHIBITED_24('\ufa46'), MIC_SETTINGS_24('\uf548'), MIDI_20('\uf549'), MIDI_24('\uf54a'), MINIMIZE_12('\ufa47'), MINIMIZE_16('\ufa48'), MINIMIZE_20('\ufa49'), MINIMIZE_24('\ufa4a'), MINIMIZE_28('\ufa4b'), MINIMIZE_48('\ufa4c'), MISSING_METADATA_16('\uf54b'), MISSING_METADATA_24('\uf54c'), MOBILE_OPTIMIZED_24('\uf54d'), MONEY_16('\uf54e'), MONEY_20('\uf54f'), MONEY_24('\uf550'), MORE_16('\uf551'), MORE_20('\uf552'), MORE_24('\uf553'), MORE_28('\uf554'), MORE_48('\uf555'), MORE_CIRCLE_20('\ufa4d'), MORE_VERTICAL_20('\uf556'), MORE_VERTICAL_24('\uf557'), MORE_VERTICAL_28('\uf558'), MORE_VERTICAL_48('\uf559'), MOVIES_AND_TV_16('\ufa4e'), MOVIES_AND_TV_20('\ufa4f'), MOVIES_AND_TV_24('\uf55a'), MULTISELECT_20('\uf55b'), MULTISELECT_24('\uf55c'), MUSIC_20('\uf55d'), MUSIC_24('\uf55e'), MUSIC_NOTES_16('\ufa52'), MUSIC_NOTES_24('\ufa53'), MUSIC_NOTE_20('\ufa50'), MUSIC_NOTE_24('\ufa51'), MY_LOCATION_24('\uf55f'), NAVIGATION_20('\uf560'), NAVIGATION_24('\uf561'), NAVIGATION_UNREAD_24('\ufa54'), NETWORK_CHECK_24('\uf562'), NEWS_20('\uf565'), NEWS_24('\uf566'), NEWS_28('\uf567'), NEW_16('\uf563'), NEW_24('\uf564'), NEXT_16('\uf568'), NEXT_20('\uf569'), NEXT_24('\uf56a'), NOTEBOOK_24('\uf570'), NOTEBOOK_ERROR_24('\uf571'), NOTEBOOK_LIGHTNING_24('\uf572'), NOTEBOOK_QUESTION_MARK_24('\uf573'), NOTEBOOK_SECTION_24('\uf574'), NOTEBOOK_SYNC_24('\uf575'), NOTEPAD_20('\uf576'), NOTEPAD_24('\uf577'), NOTEPAD_28('\uf578'), NOTE_20('\uf56b'), NOTE_24('\uf56c'), NOTE_ADD_16('\uf56d'), NOTE_ADD_20('\uf56e'), NOTE_ADD_24('\uf56f'), NUMBER_ROW_16('\uf579'), NUMBER_ROW_20('\uf57a'), NUMBER_ROW_24('\uf57b'), NUMBER_SYMBOL_16('\uf57c'), NUMBER_SYMBOL_20('\uf57d'), NUMBER_SYMBOL_24('\uf57e'), NUMBER_SYMBOL_DISMISS_24('\ufa55'), OFFICE_APPS_24('\uf57f'), OFFICE_APPS_28('\uf580'), OPEN_16('\uf581'), OPEN_20('\uf582'), OPEN_24('\uf583'), OPEN_28('\ufa56'), OPEN_48('\ufa57'), OPEN_FOLDER_16('\ufa58'), OPEN_FOLDER_20('\ufa59'), OPEN_FOLDER_24('\uf584'), OPEN_FOLDER_28('\ufa5a'), OPEN_FOLDER_48('\ufa5b'), OPEN_IN_BROWSER_24('\uf585'), OPEN_OFF_16('\ufa5c'), OPEN_OFF_20('\ufa5d'), OPEN_OFF_24('\ufa5e'), OPEN_OFF_28('\ufa5f'), OPEN_OFF_48('\ufa60'), OPTIONS_16('\uf586'), OPTIONS_20('\uf587'), OPTIONS_24('\uf588'), ORGANIZATION_20('\uf589'), ORGANIZATION_24('\uf58a'), ORGANIZATION_28('\uf58b'), OWNER_24('\uf58c'), PAGE_20('\uf58d'), PAGE_FIT_16('\uf58e'), PAGE_FIT_20('\uf58f'), PAGE_FIT_24('\uf590'), PAINT_BRUSH_16('\uf591'), PAINT_BRUSH_20('\uf592'), PAINT_BRUSH_24('\uf593'), PAINT_BRUSH_ARROW_DOWN_24('\ufa61'), PAINT_BRUSH_ARROW_UP_24('\ufa62'), PAINT_BUCKET_16('\uf594'), PAINT_BUCKET_20('\uf595'), PAINT_BUCKET_24('\uf596'), PAIR_24('\uf597'), PANE_CLOSE_16('\uf598'), PANE_CLOSE_20('\uf599'), PANE_CLOSE_24('\uf59a'), PANE_OPEN_16('\uf59b'), PANE_OPEN_20('\uf59c'), PANE_OPEN_24('\uf59d'), PASSWORD_24('\uf59e'), PATIENT_24('\uf59f'), PAUSE_12('\ufa63'), PAUSE_16('\uf5a0'), PAUSE_20('\uf5a1'), PAUSE_24('\uf5a2'), PAUSE_48('\uf5a3'), PAYMENT_16('\ufa64'), PAYMENT_20('\uf5a4'), PAYMENT_24('\uf5a5'), PAYMENT_28('\ufa65'), PEN_SETTINGS_24('\uf5a6'), PEOPLE_16('\uf5a7'), PEOPLE_20('\uf5a8'), PEOPLE_24('\uf5a9'), PEOPLE_28('\uf5aa'), PEOPLE_ADD_16('\uf5ab'), PEOPLE_ADD_20('\uf5ac'), PEOPLE_ADD_24('\uf5ad'), PEOPLE_AUDIENCE_24('\uf5ae'), PEOPLE_COMMUNITY_16('\uf5af'), PEOPLE_COMMUNITY_20('\uf5b0'), PEOPLE_COMMUNITY_24('\uf5b1'), PEOPLE_COMMUNITY_28('\uf5b2'), PEOPLE_COMMUNITY_ADD_24('\uf5b3'), PEOPLE_PROHIBITED_16('\ufa66'), PEOPLE_PROHIBITED_20('\uf5b4'), PEOPLE_SEARCH_24('\uf5b5'), PEOPLE_SETTINGS_20('\uf5b6'), PEOPLE_SWAP_16('\ufa67'), PEOPLE_SWAP_20('\ufa68'), PEOPLE_SWAP_24('\ufa69'), PEOPLE_SWAP_28('\ufa6a'), PEOPLE_TEAM_16('\uf5b7'), PEOPLE_TEAM_20('\uf5b8'), PEOPLE_TEAM_24('\uf5b9'), PEOPLE_TEAM_28('\uf5ba'), PEOPLE_TEAM_ADD_20('\ufa6b'), PEOPLE_TEAM_ADD_24('\ufa6c'), PEOPLE_TEAM_DISMISS_24('\ufa6d'), PERSON_12('\uf5bb'), PERSON_16('\uf5bc'), PERSON_20('\uf5bd'), PERSON_24('\uf5be'), PERSON_28('\uf5bf'), PERSON_48('\uf5c0'), PERSON_ACCOUNTS_24('\uf5c1'), PERSON_ADD_20('\uf5c2'), PERSON_ADD_24('\uf5c3'), PERSON_ARROW_LEFT_20('\uf5c4'), PERSON_ARROW_LEFT_24('\uf5c5'), PERSON_ARROW_RIGHT_16('\uf5c6'), PERSON_ARROW_RIGHT_20('\uf5c7'), PERSON_ARROW_RIGHT_24('\uf5c8'), PERSON_AVAILABLE_16('\uf5c9'), PERSON_AVAILABLE_20('\ufa6e'), PERSON_AVAILABLE_24('\uf5ca'), PERSON_BLOCK_24('\uf5cb'), PERSON_BOARD_16('\uf5cc'), PERSON_BOARD_20('\uf5cd'), PERSON_BOARD_24('\uf5ce'), PERSON_CALL_24('\uf5cf'), PERSON_CLOCK_16('\ufa6f'), PERSON_CLOCK_20('\ufa70'), PERSON_CLOCK_24('\ufa71'), PERSON_DELETE_16('\uf5d0'), PERSON_DELETE_20('\ufa72'), PERSON_DELETE_24('\uf5d1'), PERSON_FEEDBACK_20('\uf5d2'), PERSON_FEEDBACK_24('\uf5d3'), PERSON_MAIL_16('\ufa73'), PERSON_MAIL_20('\ufa74'), PERSON_MAIL_24('\ufa75'), PERSON_MAIL_28('\ufa76'), PERSON_MAIL_48('\ufa77'), PERSON_PROHIBITED_20('\uf5d4'), PERSON_PROHIBITED_24('\ufa78'), PERSON_QUESTION_MARK_16('\uf5d5'), PERSON_QUESTION_MARK_20('\uf5d6'), PERSON_QUESTION_MARK_24('\uf5d7'), PERSON_SUPPORT_16('\uf5d8'), PERSON_SUPPORT_20('\uf5d9'), PERSON_SUPPORT_24('\uf5da'), PERSON_SWAP_16('\uf5db'), PERSON_SWAP_20('\uf5dc'), PERSON_SWAP_24('\uf5dd'), PERSON_VOICE_20('\uf5de'), PERSON_VOICE_24('\uf5df'), PHONE_16('\ufa79'), PHONE_20('\uf5e0'), PHONE_24('\uf5e1'), PHONE_28('\uf5e2'), PHONE_ADD_NEW_APP_24('\uf5e3'), PHONE_DESKTOP_16('\uf5e4'), PHONE_DESKTOP_20('\uf5e5'), PHONE_DESKTOP_24('\uf5e6'), PHONE_DESKTOP_28('\uf5e7'), PHONE_ERROR_24('\uf5e8'), PHONE_HOME_LOCK_24('\uf5e9'), PHONE_LAPTOP_20('\uf5ea'), PHONE_LAPTOP_24('\uf5eb'), PHONE_LINK_SETUP_24('\uf5ec'), PHONE_MOBILE_20('\uf5ed'), PHONE_MOBILE_24('\uf5ee'), PHONE_PAGE_HEADER_24('\uf5ef'), PHONE_PAGINATION_24('\uf5f0'), PHONE_SCREEN_TIME_24('\uf5f1'), PHONE_SHAKE_24('\uf5f2'), PHONE_STATUS_BAR_24('\uf5f3'), PHONE_TABLET_20('\uf5f4'), PHONE_TABLET_24('\uf5f5'), PHONE_TO_PC_20('\uf5f6'), PHONE_TO_PC_24('\uf5f7'), PHONE_UPDATE_24('\uf5f8'), PHONE_VERTICAL_SCROLL_24('\uf5f9'), PHONE_VIBRATE_24('\uf5fa'), PHOTO_FILTER_24('\uf5fb'), PICTURE_IN_PICTURE_16('\uf5fc'), PICTURE_IN_PICTURE_20('\uf5fd'), PICTURE_IN_PICTURE_24('\uf5fe'), PIN_12('\uf5ff'), PIN_16('\uf600'), PIN_20('\uf601'), PIN_24('\uf602'), PIN_OFF_20('\uf603'), PIN_OFF_24('\uf604'), PLAY_20('\uf605'), PLAY_24('\uf606'), PLAY_48('\uf607'), PLAY_CIRCLE_24('\uf608'), PLUG_DISCONNECTED_20('\uf609'), PLUG_DISCONNECTED_24('\uf60a'), PLUG_DISCONNECTED_28('\uf60b'), POINT_SCAN_24('\uf60c'), POLL_20('\ufa7a'), POLL_24('\uf60d'), POWER_20('\uf60e'), POWER_24('\uf60f'), POWER_28('\uf610'), PREDICTIONS_24('\uf611'), PREMIUM_16('\uf612'), PREMIUM_20('\uf613'), PREMIUM_24('\uf614'), PREMIUM_28('\uf615'), PRESENCE_AVAILABLE_10('\ufa7b'), PRESENCE_AVAILABLE_12('\ufa7c'), PRESENCE_AVAILABLE_16('\ufa7d'), PRESENCE_BLOCKED_10('\uf616'), PRESENCE_BLOCKED_12('\uf617'), PRESENCE_BLOCKED_16('\uf618'), PRESENCE_DND_10('\ufa7e'), PRESENCE_DND_12('\ufa7f'), PRESENCE_DND_16('\ufa80'), PRESENCE_OFFLINE_10('\uf619'), PRESENCE_OFFLINE_12('\uf61a'), PRESENCE_OFFLINE_16('\uf61b'), PRESENCE_OOF_10('\uf61c'), PRESENCE_OOF_12('\uf61d'), PRESENCE_OOF_16('\uf61e'), PRESENCE_UNKNOWN_10('\uf61f'), PRESENCE_UNKNOWN_12('\uf620'), PRESENCE_UNKNOWN_16('\uf621'), PRESENTER_24('\uf622'), PRESENTER_OFF_24('\uf623'), PREVIEW_LINK_16('\uf624'), PREVIEW_LINK_20('\uf625'), PREVIEW_LINK_24('\uf626'), PREVIOUS_16('\uf627'), PREVIOUS_20('\uf628'), PREVIOUS_24('\uf629'), PRINT_20('\uf62a'), PRINT_24('\uf62b'), PRINT_48('\uf62c'), PROHIBITED_20('\uf62d'), PROHIBITED_24('\uf62e'), PROHIBITED_28('\uf62f'), PROHIBITED_48('\uf630'), PROOFREAD_LANGUAGE_24('\uf631'), PROTOCOL_HANDLER_16('\uf632'), PROTOCOL_HANDLER_20('\uf633'), PROTOCOL_HANDLER_24('\uf634'), PULSE_24('\ufa81'), QR_CODE_20('\ufa82'), QR_CODE_24('\uf635'), QR_CODE_28('\uf636'), QUESTION_16('\uf637'), QUESTION_20('\uf638'), QUESTION_24('\uf639'), QUESTION_28('\uf63a'), QUESTION_48('\uf63b'), QUESTION_CIRCLE_16('\uf63c'), QUESTION_CIRCLE_20('\uf63d'), QUESTION_CIRCLE_24('\uf63e'), QUESTION_CIRCLE_28('\uf63f'), QUESTION_CIRCLE_48('\uf640'), QUIZ_NEW_24('\uf641'), QUIZ_NEW_28('\uf642'), QUIZ_NEW_48('\uf643'), RADIO_BUTTON_20('\uf644'), RADIO_BUTTON_24('\uf645'), RATING_MATURE_16('\uf646'), RATING_MATURE_20('\uf647'), RATING_MATURE_24('\uf648'), READING_LIST_16('\uf651'), READING_LIST_20('\uf652'), READING_LIST_24('\uf653'), READING_LIST_28('\uf654'), READING_LIST_ADD_16('\uf655'), READING_LIST_ADD_20('\uf656'), READING_LIST_ADD_24('\uf657'), READING_LIST_ADD_28('\uf658'), READING_MODE_20('\uf659'), READING_MODE_24('\uf65a'), READING_MODE_MOBILE_20('\uf65b'), READING_MODE_MOBILE_24('\uf65c'), READ_ALOUD_20('\uf64d'), READ_ALOUD_24('\uf64e'), READ_ONLY_16('\uf64f'), READ_ONLY_24('\uf650'), REAL_ESTATE_24('\ufa83'), RECIEPT_20('\uf65d'), RECIEPT_24('\uf65e'), RECOMMENDED_24('\uf65f'), RECORD_16('\uf660'), RECORD_20('\uf661'), RECORD_24('\uf662'), REMOVE_12('\uf663'), REMOVE_16('\uf664'), REMOVE_20('\uf665'), REMOVE_24('\uf666'), REMOVE_RECENT_24('\uf667'), RENAME_16('\uf668'), RENAME_20('\uf669'), RENAME_24('\uf66a'), RENAME_28('\uf66b'), RESIZE_20('\uf66c'), RESIZE_IMAGE_24('\uf66d'), RESIZE_TABLE_24('\uf66e'), RESIZE_VIDEO_24('\uf66f'), RESTORE_16('\uf670'), REWARD_16('\uf671'), REWARD_20('\uf672'), REWARD_24('\uf673'), REWIND_20('\uf674'), REWIND_24('\uf675'), RE_ORDER_16('\uf649'), RE_ORDER_24('\uf64a'), RE_ORDER_DOTS_20('\uf64b'), RE_ORDER_DOTS_24('\uf64c'), RIBBON_24('\ufa84'), RIBBON_STAR_20('\ufa85'), RIBBON_STAR_24('\ufa86'), ROCKET_16('\uf676'), ROCKET_20('\uf677'), ROCKET_24('\uf678'), ROUTER_24('\uf679'), ROW_TRIPLE_24('\uf67a'), RULER_16('\uf67b'), RULER_20('\uf67c'), RULER_24('\uf67d'), RUN_16('\ufa87'), RUN_20('\ufa88'), RUN_24('\uf67e'), SAVE_20('\uf67f'), SAVE_24('\uf680'), SAVE_AS_20('\uf681'), SAVE_AS_24('\uf682'), SAVE_COPY_24('\uf683'), SAVINGS_16('\uf684'), SAVINGS_20('\uf685'), SAVINGS_24('\uf686'), SCALES_24('\ufa89'), SCALES_32('\ufa8a'), SCALE_FILL_24('\uf687'), SCALE_FIT_16('\uf688'), SCALE_FIT_20('\uf689'), SCALE_FIT_24('\uf68a'), SCAN_24('\uf68b'), SCRATCHPAD_24('\uf68c'), SCREENSHOT_20('\uf68d'), SCREENSHOT_24('\uf68e'), SEARCH_20('\uf68f'), SEARCH_24('\uf690'), SEARCH_28('\uf691'), SEARCH_INFO_20('\uf692'), SEARCH_INFO_24('\uf693'), SEARCH_SHIELD_20('\ufa8b'), SEARCH_SQUARE_24('\uf694'), SELECT_ALL_24('\uf695'), SELECT_ALL_OFF_24('\uf696'), SELECT_OBJECT_20('\uf697'), SELECT_OBJECT_24('\uf698'), SEND_20('\uf699'), SEND_24('\uf69a'), SEND_28('\uf69b'), SEND_CLOCK_20('\uf69c'), SEND_COPY_24('\uf69d'), SEND_LOGGING_24('\uf69e'), SEND_TO_BACK_20('\uf69f'), SEND_TO_BACK_24('\uf6a0'), SERIAL_PORT_16('\uf6a1'), SERIAL_PORT_20('\uf6a2'), SERIAL_PORT_24('\uf6a3'), SERVICE_BELL_24('\uf6a4'), SETTINGS_16('\uf6a8'), SETTINGS_20('\uf6a9'), SETTINGS_24('\uf6aa'), SETTINGS_28('\uf6ab'), SET_TOP_STACK_16('\uf6a5'), SET_TOP_STACK_20('\uf6a6'), SET_TOP_STACK_24('\uf6a7'), SHAPES_16('\uf6ac'), SHAPES_20('\uf6ad'), SHAPES_24('\uf6ae'), SHARE_20('\uf6af'), SHARE_24('\uf6b0'), SHARE_ANDROID_20('\uf6b1'), SHARE_ANDROID_24('\uf6b2'), SHARE_CLOSE_TRAY_24('\uf6b3'), SHARE_DESKTOP_24('\uf6b4'), SHARE_IOS_20('\uf6b5'), SHARE_IOS_24('\uf6b6'), SHARE_IOS_28('\uf6b7'), SHARE_IOS_48('\uf6b8'), SHARE_SCREEN_20('\uf6b9'), SHARE_SCREEN_24('\uf6ba'), SHARE_SCREEN_28('\uf6bb'), SHARE_STOP_16('\ufa8c'), SHARE_STOP_20('\ufa8d'), SHARE_STOP_24('\uf6bc'), SHARE_STOP_28('\uf6bd'), SHARE_STOP_48('\ufa8e'), SHIELD_20('\uf6be'), SHIELD_24('\uf6bf'), SHIELD_DISMISS_20('\uf6c0'), SHIELD_DISMISS_24('\uf6c1'), SHIELD_DISMISS_SHIELD_20('\ufa8f'), SHIELD_ERROR_20('\uf6c2'), SHIELD_ERROR_24('\uf6c3'), SHIELD_KEYHOLE_16('\uf6c4'), SHIELD_KEYHOLE_20('\uf6c5'), SHIELD_KEYHOLE_24('\uf6c6'), SHIELD_PROHIBITED_20('\uf6c7'), SHIELD_PROHIBITED_24('\uf6c8'), SHIFTS_24('\uf6c9'), SHIFTS_24H_20('\uf6ca'), SHIFTS_24H_24('\uf6cb'), SHIFTS_28('\uf6cc'), SHIFTS_30_MINUTES_24('\uf6cd'), SHIFTS_ACTIVITY_20('\uf6ce'), SHIFTS_ACTIVITY_24('\uf6cf'), SHIFTS_ADD_24('\uf6d0'), SHIFTS_APPROVE_24('\uf6d1'), SHIFTS_AVAILABILITY_24('\uf6d2'), SHIFTS_DAY_20('\ufa90'), SHIFTS_DAY_24('\ufa91'), SHIFTS_DENY_24('\uf6d3'), SHIFTS_OPEN_20('\uf6d4'), SHIFTS_OPEN_24('\uf6d5'), SHIFTS_PENDING_24('\uf6d6'), SHIFTS_TEAM_24('\uf6d7'), SHIP_20('\uf6d8'), SHIP_24('\uf6d9'), SIDEBAR_SEARCH_LTR_20('\ufa92'), SIDEBAR_SEARCH_RTL_20('\ufa93'), SIGNATURE_16('\uf6db'), SIGNATURE_20('\uf6dc'), SIGNATURE_24('\uf6dd'), SIGNATURE_28('\uf6de'), SIGNED_16('\uf6df'), SIGNED_20('\uf6e0'), SIGNED_24('\uf6e1'), SIGN_OUT_20('\ufa94'), SIGN_OUT_24('\uf6da'), SIM_16('\uf6e2'), SIM_20('\uf6e3'), SIM_24('\uf6e4'), SLEEP_24('\uf6e5'), SLIDE_ADD_24('\uf6e6'), SLIDE_DESIGN_24('\uf6e7'), SLIDE_HIDE_24('\uf6e8'), SLIDE_LAYOUT_20('\uf6e9'), SLIDE_LAYOUT_24('\uf6ea'), SLIDE_MICROPHONE_24('\uf6eb'), SLIDE_MULTIPLE_ARROW_RIGHT_24('\ufa95'), SLIDE_SEARCH_24('\ufa96'), SLIDE_SEARCH_28('\ufa97'), SLIDE_SIZE_24('\ufa98'), SLIDE_TEXT_16('\ufa99'), SLIDE_TEXT_20('\ufa9a'), SLIDE_TEXT_24('\uf6ec'), SLIDE_TEXT_28('\ufa9b'), SLIDE_TEXT_48('\ufa9c'), SLOW_MODE_16('\uf6ed'), SLOW_MODE_20('\uf6ee'), SLOW_MODE_24('\uf6ef'), SLOW_MODE_28('\uf6f0'), SMALL_16('\uf6f1'), SMALL_20('\uf6f2'), SMALL_24('\uf6f3'), SNOOZE_16('\uf6f4'), SNOOZE_24('\uf6f5'), SOUND_SOURCE_24('\uf6f6'), SOUND_SOURCE_28('\uf6f7'), SPACEBAR_24('\uf6f8'), SPEAKER_0_16('\ufa9d'), SPEAKER_0_20('\ufa9e'), SPEAKER_0_24('\uf6f9'), SPEAKER_0_28('\ufa9f'), SPEAKER_0_48('\ufaa0'), SPEAKER_16('\uf6fa'), SPEAKER_1_16('\ufaa1'), SPEAKER_1_20('\ufaa2'), SPEAKER_1_24('\uf6fb'), SPEAKER_1_28('\ufaa3'), SPEAKER_1_48('\ufaa4'), SPEAKER_20('\uf6fc'), SPEAKER_24('\uf6fd'), SPEAKER_28('\uf6fe'), SPEAKER_48('\ufaa5'), SPEAKER_BLUETOOTH_24('\uf6ff'), SPEAKER_BLUETOOTH_28('\ufaa6'), SPEAKER_EDIT_16('\uf700'), SPEAKER_EDIT_20('\uf701'), SPEAKER_EDIT_24('\uf702'), SPEAKER_NONE_16('\ufaa7'), SPEAKER_NONE_20('\uf703'), SPEAKER_NONE_24('\uf704'), SPEAKER_NONE_28('\uf705'), SPEAKER_NONE_48('\ufaa8'), SPEAKER_OFF_16('\ufaa9'), SPEAKER_OFF_20('\ufaaa'), SPEAKER_OFF_24('\uf706'), SPEAKER_OFF_28('\uf707'), SPEAKER_OFF_48('\ufaab'), SPEAKER_SETTINGS_24('\uf708'), SPEAKER_USB_24('\ufaac'), SPEAKER_USB_28('\ufaad'), SPINNER_IOS_20('\uf709'), SPORTS_16('\uf70a'), SPORTS_20('\uf70b'), SPORTS_24('\uf70c'), SPORT_16('\ufaae'), SPORT_20('\ufaaf'), SPORT_24('\ufab0'), SPORT_AMERICAN_FOOTBALL_24('\ufab1'), SPORT_BASEBALL_24('\ufab2'), SPORT_BASKETBALL_24('\ufab3'), SPORT_HOCKEY_24('\ufab4'), STAR_12('\uf70d'), STAR_16('\uf70e'), STAR_20('\uf70f'), STAR_24('\uf710'), STAR_28('\uf711'), STAR_ADD_16('\uf712'), STAR_ADD_20('\uf713'), STAR_ADD_24('\uf714'), STAR_ARROW_RIGHT_24('\uf715'), STAR_ARROW_RIGHT_START_24('\uf716'), STAR_EDIT_24('\ufab5'), STAR_EMPHASIS_24('\uf717'), STAR_OFF_12('\uf718'), STAR_OFF_16('\uf719'), STAR_OFF_20('\uf71a'), STAR_OFF_24('\uf71b'), STAR_OFF_28('\uf71c'), STAR_PROHIBITED_16('\uf71d'), STAR_PROHIBITED_20('\uf71e'), STAR_PROHIBITED_24('\uf71f'), STAR_SETTINGS_24('\uf720'), STATUS_16('\uf721'), STATUS_20('\uf722'), STATUS_24('\uf723'), STETHOSCOPE_20('\uf724'), STETHOSCOPE_24('\uf725'), STICKER_20('\uf726'), STICKER_24('\uf727'), STICKER_ADD_24('\uf728'), STOP_16('\uf729'), STOP_20('\uf72a'), STOP_24('\uf72b'), STORAGE_24('\uf72c'), STORE_16('\uf72d'), STORE_20('\uf72e'), STORE_24('\uf72f'), STORE_MICROSOFT_16('\uf730'), STORE_MICROSOFT_20('\uf731'), STORE_MICROSOFT_24('\uf732'), STYLE_GUIDE_24('\uf733'), SUBWAY_20('\uf735'), SUBWAY_24('\uf736'), SUB_GRID_24('\uf734'), SUGGESTION_24('\uf737'), SURFACE_EARBUDS_20('\uf738'), SURFACE_EARBUDS_24('\uf739'), SURFACE_HUB_20('\uf73a'), SURFACE_HUB_24('\uf73b'), SWIPE_DOWN_24('\uf73c'), SWIPE_RIGHT_24('\uf73d'), SWIPE_UP_24('\uf73e'), SYMBOLS_24('\uf73f'), SYNC_OFF_16('\uf740'), SYNC_OFF_20('\uf741'), SYSTEM_24('\uf742'), TABLET_20('\uf779'), TABLET_24('\uf77a'), TABLE_16('\ufab8'), TABLE_20('\uf75d'), TABLE_24('\uf75e'), TABLE_28('\ufab9'), TABLE_48('\ufaba'), TABLE_ADD_24('\uf75f'), TABLE_CELLS_MERGE_20('\uf760'), TABLE_CELLS_MERGE_24('\uf761'), TABLE_CELLS_SPLIT_20('\uf762'), TABLE_CELLS_SPLIT_24('\uf763'), TABLE_COLUMN_DELETE_24('\uf764'), TABLE_COLUMN_INSERT_24('\uf765'), TABLE_COLUMN_RESIZE_24('\uf766'), TABLE_DELETE_24('\uf767'), TABLE_EDIT_24('\uf768'), TABLE_FREEZE_24('\uf769'), TABLE_FREEZE_COLUMN_24('\uf76a'), TABLE_FREEZE_ROW_24('\uf76b'), TABLE_INSERT_DOWN_24('\uf76c'), TABLE_INSERT_LEFT_24('\uf76d'), TABLE_INSERT_RIGHT_24('\uf76e'), TABLE_INSERT_UP_24('\uf76f'), TABLE_MOVE_DOWN_24('\uf770'), TABLE_MOVE_LEFT_24('\uf771'), TABLE_MOVE_RIGHT_24('\uf772'), TABLE_MOVE_UP_24('\uf773'), TABLE_ROW_DELETE_24('\uf774'), TABLE_ROW_INSERT_24('\uf775'), TABLE_ROW_RESIZE_24('\uf776'), TABLE_SETTINGS_24('\uf777'), TABLE_SIMPLE_16('\ufabb'), TABLE_SIMPLE_20('\ufabc'), TABLE_SIMPLE_24('\ufabd'), TABLE_SIMPLE_28('\ufabe'), TABLE_SIMPLE_48('\ufabf'), TABLE_SWITCH_24('\uf778'), TABS_24('\uf77b'), TAB_16('\uf743'), TAB_20('\uf744'), TAB_24('\uf745'), TAB_28('\uf746'), TAB_DESKTOP_20('\uf747'), TAB_DESKTOP_ARROW_CLOCKWISE_16('\uf748'), TAB_DESKTOP_ARROW_CLOCKWISE_20('\uf749'), TAB_DESKTOP_ARROW_CLOCKWISE_24('\uf74a'), TAB_DESKTOP_ARROW_LEFT_20('\ufab6'), TAB_DESKTOP_CLOCK_20('\uf74b'), TAB_DESKTOP_COPY_20('\uf74c'), TAB_DESKTOP_IMAGE_16('\uf74d'), TAB_DESKTOP_IMAGE_20('\uf74e'), TAB_DESKTOP_IMAGE_24('\uf74f'), TAB_DESKTOP_MULTIPLE_20('\uf750'), TAB_DESKTOP_NEW_PAGE_20('\uf751'), TAB_INPRIVATE_ACCOUNT_20('\uf756'), TAB_INPRIVATE_ACCOUNT_24('\uf757'), TAB_IN_PRIVATE_16('\uf752'), TAB_IN_PRIVATE_20('\uf753'), TAB_IN_PRIVATE_24('\uf754'), TAB_IN_PRIVATE_28('\uf755'), TAB_NEW_20('\uf758'), TAB_NEW_24('\uf759'), TAB_PROHIBITED_24('\ufab7'), TAB_SWEEP_24('\uf75a'), TAB_TRACKING_PREVENTION_20('\uf75b'), TAB_TRACKING_PREVENTION_24('\uf75c'), TAG_16('\ufac0'), TAG_20('\uf77c'), TAG_24('\uf77d'), TAP_DOUBLE_24('\uf77e'), TAP_SINGLE_24('\uf77f'), TARGET_16('\uf780'), TARGET_20('\uf781'), TARGET_24('\uf782'), TARGET_EDIT_16('\uf783'), TARGET_EDIT_20('\uf784'), TARGET_EDIT_24('\uf785'), TASKS_APP_20('\ufac1'), TASKS_APP_24('\uf78a'), TASKS_APP_28('\uf78b'), TASK_LIST_20('\uf786'), TASK_LIST_24('\uf787'), TASK_LIST_ADD_20('\uf788'), TASK_LIST_ADD_24('\uf789'), TEAM_ADD_24('\uf78c'), TEAM_DELETE_24('\uf78d'), TEDDY_24('\uf78e'), TEMPERATURE_20('\uf78f'), TEMPERATURE_24('\uf790'), TENT_12('\ufac2'), TENT_16('\ufac3'), TENT_20('\ufac4'), TENT_24('\uf791'), TENT_28('\ufac5'), TENT_48('\ufac6'), TEST_CALL_24('\uf792'), TEXTBOX_20('\uf80f'), TEXTBOX_24('\uf810'), TEXTBOX_ALIGN_20('\uf811'), TEXTBOX_ALIGN_24('\uf812'), TEXTBOX_ALIGN_BOTTOM_20('\uf813'), TEXTBOX_ALIGN_BOTTOM_24('\uf814'), TEXTBOX_ALIGN_MIDDLE_20('\uf815'), TEXTBOX_ALIGN_MIDDLE_24('\uf816'), TEXTBOX_ALIGN_TOP_20('\uf817'), TEXTBOX_ALIGN_TOP_24('\uf818'), TEXTBOX_VERTICAL_20('\uf819'), TEXTBOX_VERTICAL_24('\uf81a'), TEXT_24('\uf793'), TEXT_ADD_24('\uf794'), TEXT_ADD_SPACE_AFTER_20('\uf795'), TEXT_ADD_SPACE_AFTER_24('\uf796'), TEXT_ADD_SPACE_BEFORE_20('\uf797'), TEXT_ADD_SPACE_BEFORE_24('\uf798'), TEXT_ALIGN_CENTER_20('\uf799'), TEXT_ALIGN_CENTER_24('\uf79a'), TEXT_ALIGN_DISTRIBUTED_20('\uf79b'), TEXT_ALIGN_DISTRIBUTED_24('\uf79c'), TEXT_ALIGN_JUSTIFY_20('\uf79d'), TEXT_ALIGN_JUSTIFY_24('\uf79e'), TEXT_ALIGN_LEFT_20('\uf79f'), TEXT_ALIGN_LEFT_24('\uf7a0'), TEXT_ALIGN_RIGHT_20('\uf7a1'), TEXT_ALIGN_RIGHT_24('\uf7a2'), TEXT_ASTERISK_20('\uf7a3'), TEXT_BOLD_16('\ufac7'), TEXT_BOLD_20('\uf7a4'), TEXT_BOLD_24('\uf7a5'), TEXT_BULLET_LIST_20('\uf7a6'), TEXT_BULLET_LIST_24('\uf7a7'), TEXT_BULLET_LIST_ADD_24('\uf7a8'), TEXT_BULLET_LIST_SQUARE_24('\uf7a9'), TEXT_BULLET_LIST_SQUARE_WARNING_16('\uf7aa'), TEXT_BULLET_LIST_SQUARE_WARNING_20('\uf7ab'), TEXT_BULLET_LIST_SQUARE_WARNING_24('\uf7ac'), TEXT_BULLET_LIST_TREE_16('\uf7ad'), TEXT_BULLET_LIST_TREE_20('\uf7ae'), TEXT_BULLET_LIST_TREE_24('\uf7af'), TEXT_CHANGE_ACCEPT_20('\uf7b0'), TEXT_CHANGE_ACCEPT_24('\uf7b1'), TEXT_CHANGE_CASE_20('\uf7b2'), TEXT_CHANGE_CASE_24('\uf7b3'), TEXT_CHANGE_NEXT_20('\uf7b4'), TEXT_CHANGE_NEXT_24('\uf7b5'), TEXT_CHANGE_PREVIOUS_20('\uf7b6'), TEXT_CHANGE_PREVIOUS_24('\uf7b7'), TEXT_CHANGE_REJECT_20('\uf7b8'), TEXT_CHANGE_REJECT_24('\uf7b9'), TEXT_CHANGE_SETTINGS_20('\uf7ba'), TEXT_CHANGE_SETTINGS_24('\uf7bb'), TEXT_CLEAR_FORMATTING_20('\uf7bc'), TEXT_CLEAR_FORMATTING_24('\uf7bd'), TEXT_COLLAPSE_24('\uf7be'), TEXT_COLOR_16('\ufac8'), TEXT_COLOR_20('\uf7bf'), TEXT_COLOR_24('\uf7c0'), TEXT_COLOR_ACCENT_16('\ufac9'), TEXT_COLOR_ACCENT_20('\ufaca'), TEXT_COLOR_ACCENT_24('\ufacb'), TEXT_COLUMN_ONE_20('\uf7c1'), TEXT_COLUMN_ONE_24('\uf7c2'), TEXT_COLUMN_ONE_NARROW_20('\ufacc'), TEXT_COLUMN_ONE_NARROW_24('\ufacd'), TEXT_COLUMN_ONE_WIDE_20('\uface'), TEXT_COLUMN_ONE_WIDE_24('\ufacf'), TEXT_COLUMN_THREE_20('\uf7c3'), TEXT_COLUMN_THREE_24('\uf7c4'), TEXT_COLUMN_TWO_20('\uf7c5'), TEXT_COLUMN_TWO_24('\uf7c6'), TEXT_COLUMN_TWO_LEFT_20('\uf7c7'), TEXT_COLUMN_TWO_LEFT_24('\uf7c8'), TEXT_COLUMN_TWO_RIGHT_20('\uf7c9'), TEXT_COLUMN_TWO_RIGHT_24('\uf7ca'), TEXT_CONTINUOUS_24('\ufad0'), TEXT_DESCRIPTION_20('\uf7cb'), TEXT_DESCRIPTION_24('\uf7cc'), TEXT_DIRECTION_20('\uf7cd'), TEXT_DIRECTION_24('\uf7ce'), TEXT_DIRECTION_HORIZONTAL_LTR_20('\uf7cf'), TEXT_DIRECTION_HORIZONTAL_LTR_24('\uf7d0'), TEXT_DIRECTION_ROTATE_270_20('\uf7d1'), TEXT_DIRECTION_ROTATE_270_24('\uf7d2'), TEXT_DIRECTION_ROTATE_270_AC_20('\uf7d3'), TEXT_DIRECTION_ROTATE_270_AC_24('\uf7d4'), TEXT_DIRECTION_ROTATE_90_20('\uf7d5'), TEXT_DIRECTION_ROTATE_90_24('\uf7d6'), TEXT_DIRECTION_VERTICAL_20('\uf7d7'), TEXT_DIRECTION_VERTICAL_24('\uf7d8'), TEXT_EDIT_STYLE_20('\uf7d9'), TEXT_EDIT_STYLE_24('\uf7da'), TEXT_EFFECTS_20('\uf7db'), TEXT_EFFECTS_24('\uf7dc'), TEXT_EXPAND_24('\uf7dd'), TEXT_FIELD_16('\uf7de'), TEXT_FIELD_20('\uf7df'), TEXT_FIELD_24('\uf7e0'), TEXT_FIRST_LINE_20('\uf7e1'), TEXT_FIRST_LINE_24('\uf7e2'), TEXT_FONT_16('\uf7e3'), TEXT_FONT_20('\uf7e4'), TEXT_FONT_24('\uf7e5'), TEXT_FONT_SIZE_20('\uf7e6'), TEXT_FONT_SIZE_24('\uf7e7'), TEXT_FOOTNOTE_20('\uf7e8'), TEXT_FOOTNOTE_24('\uf7e9'), TEXT_GRAMMAR_OPTIONS_16('\uf7ea'), TEXT_GRAMMAR_OPTIONS_20('\uf7eb'), TEXT_GRAMMAR_OPTIONS_24('\uf7ec'), TEXT_HANGING_20('\uf7ed'), TEXT_HANGING_24('\uf7ee'), TEXT_HEADER_1_20('\uf7ef'), TEXT_HEADER_2_20('\uf7f0'), TEXT_HEADER_3_20('\uf7f1'), TEXT_INDENT_DECREASE_20('\ufad1'), TEXT_INDENT_DECREASE_24('\uf7f2'), TEXT_INDENT_INCREASE_20('\ufad2'), TEXT_INDENT_INCREASE_24('\uf7f3'), TEXT_ITALIC_16('\ufad3'), TEXT_ITALIC_20('\uf7f4'), TEXT_ITALIC_24('\uf7f5'), TEXT_LINE_SPACING_20('\uf7f6'), TEXT_LINE_SPACING_24('\uf7f7'), TEXT_NUMBER_FORMAT_24('\uf7f8'), TEXT_NUMBER_LIST_LTR_20('\uf7f9'), TEXT_NUMBER_LIST_LTR_24('\uf7fa'), TEXT_NUMBER_LIST_RTL_24('\uf7fb'), TEXT_PARAGRAPH_SETTINGS_20('\uf7fc'), TEXT_PARAGRAPH_SETTINGS_24('\uf7fd'), TEXT_PROOFING_TOOLS_20('\uf7fe'), TEXT_PROOFING_TOOLS_24('\uf7ff'), TEXT_QUOTE_20('\uf800'), TEXT_QUOTE_24('\uf801'), TEXT_SORT_ASCENDING_20('\uf802'), TEXT_SORT_DESCENDING_20('\uf803'), TEXT_STRIKETHROUGH_16('\ufad4'), TEXT_STRIKETHROUGH_20('\uf804'), TEXT_STRIKETHROUGH_24('\uf805'), TEXT_SUBSCRIPT_20('\uf806'), TEXT_SUBSCRIPT_24('\uf807'), TEXT_SUPERSCRIPT_20('\uf808'), TEXT_SUPERSCRIPT_24('\uf809'), TEXT_UNDERLINE_16('\ufad5'), TEXT_UNDERLINE_20('\uf80a'), TEXT_UNDERLINE_24('\uf80b'), TEXT_WORD_COUNT_20('\uf80c'), TEXT_WORD_COUNT_24('\uf80d'), TEXT_WRAP_24('\uf80e'), TEXT_WRAP_BEHIND_20('\ufad6'), TEXT_WRAP_BEHIND_24('\ufad7'), TEXT_WRAP_FRONT_20('\ufad8'), TEXT_WRAP_FRONT_24('\ufad9'), TEXT_WRAP_LINE_20('\ufada'), TEXT_WRAP_LINE_24('\ufadb'), TEXT_WRAP_SQUARE_20('\ufadc'), TEXT_WRAP_SQUARE_24('\ufadd'), TEXT_WRAP_THROUGH_20('\ufade'), TEXT_WRAP_THROUGH_24('\ufadf'), TEXT_WRAP_TIGHT_20('\ufae0'), TEXT_WRAP_TIGHT_24('\ufae1'), TEXT_WRAP_TOP_BOTTOM_20('\ufae2'), TEXT_WRAP_TOP_BOTTOM_24('\ufae3'), THINKING_20('\uf81b'), THINKING_24('\uf81c'), THUMB_DISLIKE_20('\uf81d'), THUMB_DISLIKE_24('\uf81e'), THUMB_LIKE_20('\uf81f'), THUMB_LIKE_24('\uf820'), TICKET_20('\uf821'), TICKET_24('\uf822'), TICKET_DIAGONAL_16('\ufae4'), TICKET_DIAGONAL_20('\ufae5'), TICKET_DIAGONAL_24('\ufae6'), TICKET_DIAGONAL_28('\ufae7'), TIMELINE_24('\uf825'), TIMER_10_24('\uf826'), TIMER_16('\ufae8'), TIMER_20('\ufae9'), TIMER_24('\uf827'), TIMER_2_24('\uf828'), TIMER_OFF_24('\uf829'), TIME_AND_WEATHER_24('\uf823'), TIME_PICKER_24('\uf824'), TOGGLE_LEFT_16('\ufaea'), TOGGLE_LEFT_20('\ufaeb'), TOGGLE_LEFT_24('\ufaec'), TOGGLE_LEFT_28('\ufaed'), TOGGLE_LEFT_48('\ufaee'), TOGGLE_RIGHT_16('\uf82a'), TOGGLE_RIGHT_20('\uf82b'), TOGGLE_RIGHT_24('\uf82c'), TOGGLE_RIGHT_28('\ufaef'), TOGGLE_RIGHT_48('\ufaf0'), TOOLBOX_16('\uf82d'), TOOLBOX_20('\uf82e'), TOOLBOX_24('\uf82f'), TOOLBOX_28('\uf830'), TOP_SPEED_24('\uf831'), TRANSLATE_16('\uf832'), TRANSLATE_20('\uf833'), TRANSLATE_24('\uf834'), TROPHY_16('\uf835'), TROPHY_20('\uf836'), TROPHY_24('\uf837'), TV_16('\ufaf1'), TV_20('\ufaf2'), TV_24('\ufaf3'), TV_28('\ufaf4'), TV_48('\ufaf5'), UNINSTALL_APP_24('\uf838'), UNLOCK_20('\uf839'), UNLOCK_24('\uf83a'), UNLOCK_28('\uf83b'), UPLOAD_24('\uf83c'), USB_PORT_20('\uf83d'), USB_PORT_24('\uf83e'), USB_STICK_20('\uf83f'), USB_STICK_24('\uf840'), VAULT_16('\uf841'), VAULT_20('\uf842'), VAULT_24('\uf843'), VEHICLE_BICYCLE_16('\ufaf6'), VEHICLE_BICYCLE_20('\ufaf7'), VEHICLE_BICYCLE_24('\uf844'), VEHICLE_BUS_16('\ufaf8'), VEHICLE_BUS_20('\ufaf9'), VEHICLE_BUS_24('\uf845'), VEHICLE_CAB_24('\uf846'), VEHICLE_CAR_16('\uf847'), VEHICLE_CAR_20('\uf848'), VEHICLE_CAR_24('\uf849'), VEHICLE_CAR_28('\ufafa'), VEHICLE_CAR_48('\ufafb'), VEHICLE_SHIP_16('\ufafc'), VEHICLE_SHIP_20('\ufafd'), VEHICLE_SHIP_24('\ufafe'), VEHICLE_SUBWAY_16('\ufaff'), VEHICLE_SUBWAY_20('\ufb00'), VEHICLE_SUBWAY_24('\ufb01'), VEHICLE_TRUCK_16('\ufb02'), VEHICLE_TRUCK_20('\ufb03'), VEHICLE_TRUCK_24('\uf84a'), VIDEO_16('\uf84b'), VIDEO_20('\uf84c'), VIDEO_24('\uf84d'), VIDEO_28('\uf84e'), VIDEO_BACKGROUND_EFFECT_24('\uf84f'), VIDEO_CLIP_20('\ufb04'), VIDEO_CLIP_24('\uf850'), VIDEO_OFF_20('\uf851'), VIDEO_OFF_24('\uf852'), VIDEO_OFF_28('\uf853'), VIDEO_PERSON_24('\uf854'), VIDEO_PERSON_OFF_24('\uf855'), VIDEO_PERSON_STAR_24('\uf856'), VIDEO_PLAY_PAUSE_24('\uf857'), VIDEO_SECURITY_20('\uf858'), VIDEO_SECURITY_24('\uf859'), VIDEO_SWITCH_24('\uf85a'), VIEW_DESKTOP_20('\uf85b'), VIEW_DESKTOP_24('\uf85c'), VIEW_DESKTOP_MOBILE_20('\uf85d'), VIEW_DESKTOP_MOBILE_24('\uf85e'), VISUAL_SEARCH_16('\uf85f'), VISUAL_SEARCH_20('\uf860'), VISUAL_SEARCH_24('\uf861'), VOICEMAIL_16('\uf862'), VOICEMAIL_20('\uf863'), VOICEMAIL_24('\uf864'), VOTE_20('\ufb05'), VOTE_24('\ufb06'), WALKIE_TALKIE_24('\uf865'), WALKIE_TALKIE_28('\uf866'), WALLPAPER_24('\uf867'), WARNING_16('\uf868'), WARNING_20('\uf869'), WARNING_24('\uf86a'), WEATHER_BLOWING_SNOW_20('\uf86b'), WEATHER_BLOWING_SNOW_24('\uf86c'), WEATHER_BLOWING_SNOW_48('\uf86d'), WEATHER_CLOUDY_20('\uf86e'), WEATHER_CLOUDY_24('\uf86f'), WEATHER_CLOUDY_48('\uf870'), WEATHER_DRIZZLE_20('\ufb07'), WEATHER_DRIZZLE_24('\ufb08'), WEATHER_DRIZZLE_48('\ufb09'), WEATHER_DUSTSTORM_20('\uf871'), WEATHER_DUSTSTORM_24('\uf872'), WEATHER_DUSTSTORM_48('\uf873'), WEATHER_FOG_20('\uf874'), WEATHER_FOG_24('\uf875'), WEATHER_FOG_48('\uf876'), WEATHER_HAIL_DAY_20('\uf877'), WEATHER_HAIL_DAY_24('\uf878'), WEATHER_HAIL_DAY_48('\uf879'), WEATHER_HAIL_NIGHT_20('\uf87a'), WEATHER_HAIL_NIGHT_24('\uf87b'), WEATHER_HAIL_NIGHT_48('\uf87c'), WEATHER_HAZE_20('\ufb0a'), WEATHER_HAZE_24('\ufb0b'), WEATHER_HAZE_48('\ufb0c'), WEATHER_MOON_16('\ufb0d'), WEATHER_MOON_20('\uf87d'), WEATHER_MOON_24('\uf87e'), WEATHER_MOON_28('\ufb0e'), WEATHER_MOON_48('\uf87f'), WEATHER_MOON_OFF_16('\ufb0f'), WEATHER_MOON_OFF_20('\ufb10'), WEATHER_MOON_OFF_24('\ufb11'), WEATHER_MOON_OFF_28('\ufb12'), WEATHER_MOON_OFF_48('\ufb13'), WEATHER_PARTLY_CLOUDY_DAY_20('\uf880'), WEATHER_PARTLY_CLOUDY_DAY_24('\uf881'), WEATHER_PARTLY_CLOUDY_DAY_48('\uf882'), WEATHER_PARTLY_CLOUDY_NIGHT_20('\uf883'), WEATHER_PARTLY_CLOUDY_NIGHT_24('\uf884'), WEATHER_PARTLY_CLOUDY_NIGHT_48('\uf885'), WEATHER_RAIN_20('\uf886'), WEATHER_RAIN_24('\uf887'), WEATHER_RAIN_48('\uf888'), WEATHER_RAIN_SHOWERS_DAY_20('\uf889'), WEATHER_RAIN_SHOWERS_DAY_24('\uf88a'), WEATHER_RAIN_SHOWERS_DAY_48('\uf88b'), WEATHER_RAIN_SHOWERS_NIGHT_20('\uf88c'), WEATHER_RAIN_SHOWERS_NIGHT_24('\uf88d'), WEATHER_RAIN_SHOWERS_NIGHT_48('\uf88e'), WEATHER_RAIN_SNOW_20('\uf88f'), WEATHER_RAIN_SNOW_24('\uf890'), WEATHER_RAIN_SNOW_48('\uf891'), WEATHER_SNOWFLAKE_20('\uf89b'), WEATHER_SNOWFLAKE_24('\uf89c'), WEATHER_SNOWFLAKE_48('\uf89d'), WEATHER_SNOW_20('\uf892'), WEATHER_SNOW_24('\uf893'), WEATHER_SNOW_48('\uf894'), WEATHER_SNOW_SHOWER_DAY_20('\uf895'), WEATHER_SNOW_SHOWER_DAY_24('\uf896'), WEATHER_SNOW_SHOWER_DAY_48('\uf897'), WEATHER_SNOW_SHOWER_NIGHT_20('\uf898'), WEATHER_SNOW_SHOWER_NIGHT_24('\uf899'), WEATHER_SNOW_SHOWER_NIGHT_48('\uf89a'), WEATHER_SQUALLS_20('\uf89e'), WEATHER_SQUALLS_24('\uf89f'), WEATHER_SQUALLS_48('\uf8a0'), WEATHER_SUNNY_20('\uf8a1'), WEATHER_SUNNY_24('\uf8a2'), WEATHER_SUNNY_48('\uf8a3'), WEATHER_SUNNY_HIGH_20('\ufb14'), WEATHER_SUNNY_HIGH_24('\ufb15'), WEATHER_SUNNY_HIGH_48('\ufb16'), WEATHER_SUNNY_LOW_20('\ufb17'), WEATHER_SUNNY_LOW_24('\ufb18'), WEATHER_SUNNY_LOW_48('\ufb19'), WEATHER_THUNDERSTORM_20('\uf8a4'), WEATHER_THUNDERSTORM_24('\uf8a5'), WEATHER_THUNDERSTORM_48('\uf8a6'), WEB_ASSET_24('\uf8a7'), WEEKEND_12('\uf8a8'), WEEKEND_24('\uf8a9'), WHITEBOARD_20('\uf8aa'), WHITEBOARD_24('\uf8ab'), WIFI_1_20('\uf8ac'), WIFI_1_24('\uf8ad'), WIFI_2_20('\uf8ae'), WIFI_2_24('\uf8af'), WIFI_3_20('\uf8b0'), WIFI_3_24('\uf8b1'), WIFI_4_20('\uf8b2'), WIFI_4_24('\uf8b3'), WIFI_PROTECTED_24('\uf8b4'), WINDOW_20('\uf8b5'), WINDOW_AD_20('\uf8b6'), WINDOW_DEV_TOOLS_16('\uf8b7'), WINDOW_DEV_TOOLS_20('\uf8b8'), WINDOW_DEV_TOOLS_24('\uf8b9'), WINDOW_HORIZONTAL_20('\ufb1a'), WINDOW_INPRIVATE_20('\uf8ba'), WINDOW_INPRIVATE_ACCOUNT_20('\uf8bb'), WINDOW_MULTIPLE_20('\uf8bc'), WINDOW_NEW_16('\ufb1b'), WINDOW_NEW_20('\uf8bd'), WINDOW_NEW_24('\ufb1c'), WINDOW_SHIELD_16('\uf8be'), WINDOW_SHIELD_20('\uf8bf'), WINDOW_SHIELD_24('\uf8c0'), WINDOW_VERTICAL_20('\ufb1d'), WRENCH_16('\ufb1e'), WRENCH_20('\ufb1f'), WRENCH_24('\uf8c1'), XBOX_CONSOLE_20('\uf8c2'), XBOX_CONSOLE_24('\uf8c3'), ZOOM_IN_20('\uf8c4'), ZOOM_IN_24('\uf8c5'), ZOOM_OUT_20('\uf8c6'), ZOOM_OUT_24('\uf8c7'); public static FluentUiRegularMZ findByDescription(String description) { for (FluentUiRegularMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FluentUiRegularMZ(int code) { this.description = "fltrmz-" + name().toLowerCase().replace("_", "-"); this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiRegularMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FluentUiRegularMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fluentui/1.1.74/fonts/FluentSystemIcons-Regular.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fltrmz-"); } @Override public Ikon resolve(String description) { return FluentUiRegularMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "FluentSystemIcons-Regular"; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/java/org/kordamp/ikonli/fluentui/FluentUiRegularMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fluentui; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class FluentUiRegularMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return FluentUiRegularMZ.class; } } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/resources/META-INF/resources/fluentui/1.1.74/css/FluentSystemIcons-Filled.css ================================================ @font-face { font-family: 'FluentSystemIcons-Filled'; src: url('../fonts/FluentSystemIcons-Filled.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: block; } .fltf:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'FluentSystemIcons-Filled' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Icons */ .fltf-access-time-24:before { content: "\f101"; } .fltf-accessibility-16:before { content: "\f102"; } .fltf-accessibility-20:before { content: "\f103"; } .fltf-accessibility-24:before { content: "\f104"; } .fltf-accessibility-28:before { content: "\f105"; } .fltf-activity-24:before { content: "\f106"; } .fltf-add-12:before { content: "\f107"; } .fltf-add-16:before { content: "\f108"; } .fltf-add-20:before { content: "\f109"; } .fltf-add-24:before { content: "\f10a"; } .fltf-add-28:before { content: "\f10b"; } .fltf-add-circle-20:before { content: "\f10c"; } .fltf-add-circle-24:before { content: "\f10d"; } .fltf-add-circle-28:before { content: "\f10e"; } .fltf-airplane-20:before { content: "\f10f"; } .fltf-airplane-24:before { content: "\f110"; } .fltf-airplane-take-off-16:before { content: "\f111"; } .fltf-airplane-take-off-20:before { content: "\f112"; } .fltf-airplane-take-off-24:before { content: "\f113"; } .fltf-alert-20:before { content: "\f114"; } .fltf-alert-24:before { content: "\f115"; } .fltf-alert-28:before { content: "\f116"; } .fltf-alert-off-16:before { content: "\f117"; } .fltf-alert-off-20:before { content: "\f118"; } .fltf-alert-off-24:before { content: "\f119"; } .fltf-alert-off-28:before { content: "\f11a"; } .fltf-alert-on-24:before { content: "\f11b"; } .fltf-alert-snooze-20:before { content: "\f11c"; } .fltf-alert-snooze-24:before { content: "\f11d"; } .fltf-alert-urgent-20:before { content: "\f11e"; } .fltf-alert-urgent-24:before { content: "\f11f"; } .fltf-animal-dog-20:before { content: "\f120"; } .fltf-animal-dog-24:before { content: "\f121"; } .fltf-app-folder-20:before { content: "\f122"; } .fltf-app-folder-24:before { content: "\f123"; } .fltf-app-generic-24:before { content: "\f124"; } .fltf-app-recent-24:before { content: "\f125"; } .fltf-app-span-16:before { content: "\f126"; } .fltf-app-span-20:before { content: "\f127"; } .fltf-app-span-24:before { content: "\f128"; } .fltf-app-span-28:before { content: "\f129"; } .fltf-app-store-24:before { content: "\f12a"; } .fltf-app-title-24:before { content: "\f12b"; } .fltf-app-unspan-16:before { content: "\f12c"; } .fltf-app-unspan-20:before { content: "\f12d"; } .fltf-app-unspan-24:before { content: "\f12e"; } .fltf-app-unspan-28:before { content: "\f12f"; } .fltf-approvals-app-24:before { content: "\f130"; } .fltf-approvals-app-28:before { content: "\f131"; } .fltf-apps-16:before { content: "\f132"; } .fltf-apps-20:before { content: "\f133"; } .fltf-apps-24:before { content: "\f134"; } .fltf-apps-28:before { content: "\f135"; } .fltf-apps-add-in-20:before { content: "\f136"; } .fltf-apps-add-in-24:before { content: "\f137"; } .fltf-apps-list-24:before { content: "\f138"; } .fltf-archive-20:before { content: "\f139"; } .fltf-archive-24:before { content: "\f13a"; } .fltf-archive-28:before { content: "\f13b"; } .fltf-archive-48:before { content: "\f13c"; } .fltf-arrow-clockwise-20:before { content: "\f13d"; } .fltf-arrow-clockwise-24:before { content: "\f13e"; } .fltf-arrow-counterclockwise-20:before { content: "\f13f"; } .fltf-arrow-counterclockwise-24:before { content: "\f140"; } .fltf-arrow-curve-down-left-20:before { content: "\f141"; } .fltf-arrow-curve-down-right-20:before { content: "\f142"; } .fltf-arrow-curve-right-20:before { content: "\f143"; } .fltf-arrow-curve-right-24:before { content: "\f144"; } .fltf-arrow-curve-up-left-20:before { content: "\f145"; } .fltf-arrow-curve-up-right-20:before { content: "\f146"; } .fltf-arrow-down-16:before { content: "\f147"; } .fltf-arrow-down-20:before { content: "\f148"; } .fltf-arrow-down-24:before { content: "\f149"; } .fltf-arrow-down-28:before { content: "\f14a"; } .fltf-arrow-down-left-24:before { content: "\f14b"; } .fltf-arrow-down-right-circle-16:before { content: "\f14c"; } .fltf-arrow-down-right-circle-24:before { content: "\f14d"; } .fltf-arrow-down-square-24:before { content: "\f14e"; } .fltf-arrow-download-16:before { content: "\f14f"; } .fltf-arrow-download-20:before { content: "\f150"; } .fltf-arrow-download-24:before { content: "\f151"; } .fltf-arrow-download-48:before { content: "\f152"; } .fltf-arrow-enter-24:before { content: "\f153"; } .fltf-arrow-expand-24:before { content: "\f154"; } .fltf-arrow-export-20:before { content: "\f155"; } .fltf-arrow-forward-16:before { content: "\f156"; } .fltf-arrow-forward-20:before { content: "\f157"; } .fltf-arrow-forward-24:before { content: "\f158"; } .fltf-arrow-import-20:before { content: "\f159"; } .fltf-arrow-import-24:before { content: "\f15a"; } .fltf-arrow-left-20:before { content: "\f15b"; } .fltf-arrow-left-24:before { content: "\f15c"; } .fltf-arrow-left-28:before { content: "\f15d"; } .fltf-arrow-maximize-16:before { content: "\f15e"; } .fltf-arrow-maximize-20:before { content: "\f15f"; } .fltf-arrow-maximize-24:before { content: "\f160"; } .fltf-arrow-maximize-28:before { content: "\f161"; } .fltf-arrow-maximize-vertical-20:before { content: "\f162"; } .fltf-arrow-maximize-vertical-24:before { content: "\f163"; } .fltf-arrow-minimize-16:before { content: "\f164"; } .fltf-arrow-minimize-20:before { content: "\f165"; } .fltf-arrow-minimize-24:before { content: "\f166"; } .fltf-arrow-minimize-28:before { content: "\f167"; } .fltf-arrow-minimize-vertical-24:before { content: "\f168"; } .fltf-arrow-move-24:before { content: "\f169"; } .fltf-arrow-next-20:before { content: "\f16a"; } .fltf-arrow-next-24:before { content: "\f16b"; } .fltf-arrow-previous-20:before { content: "\f16c"; } .fltf-arrow-previous-24:before { content: "\f16d"; } .fltf-arrow-redo-20:before { content: "\f16e"; } .fltf-arrow-redo-24:before { content: "\f16f"; } .fltf-arrow-repeat-all-16:before { content: "\f170"; } .fltf-arrow-repeat-all-20:before { content: "\f171"; } .fltf-arrow-repeat-all-24:before { content: "\f172"; } .fltf-arrow-repeat-all-off-16:before { content: "\f173"; } .fltf-arrow-repeat-all-off-20:before { content: "\f174"; } .fltf-arrow-repeat-all-off-24:before { content: "\f175"; } .fltf-arrow-reply-16:before { content: "\f176"; } .fltf-arrow-reply-20:before { content: "\f177"; } .fltf-arrow-reply-24:before { content: "\f178"; } .fltf-arrow-reply-48:before { content: "\f179"; } .fltf-arrow-reply-all-16:before { content: "\f17a"; } .fltf-arrow-reply-all-20:before { content: "\f17b"; } .fltf-arrow-reply-all-24:before { content: "\f17c"; } .fltf-arrow-reply-all-48:before { content: "\f17d"; } .fltf-arrow-reply-down-16:before { content: "\f17e"; } .fltf-arrow-reply-down-20:before { content: "\f17f"; } .fltf-arrow-reply-down-24:before { content: "\f180"; } .fltf-arrow-right-20:before { content: "\f181"; } .fltf-arrow-right-24:before { content: "\f182"; } .fltf-arrow-right-28:before { content: "\f183"; } .fltf-arrow-right-circle-24:before { content: "\f184"; } .fltf-arrow-rotate-clockwise-20:before { content: "\f185"; } .fltf-arrow-rotate-clockwise-24:before { content: "\f186"; } .fltf-arrow-rotate-counterclockwise-20:before { content: "\f187"; } .fltf-arrow-rotate-counterclockwise-24:before { content: "\f188"; } .fltf-arrow-rotate-icon-24:before { content: "\f189"; } .fltf-arrow-sort-20:before { content: "\f18a"; } .fltf-arrow-sort-24:before { content: "\f18b"; } .fltf-arrow-sort-28:before { content: "\f18c"; } .fltf-arrow-swap-20:before { content: "\f18d"; } .fltf-arrow-swap-24:before { content: "\f18e"; } .fltf-arrow-sync-12:before { content: "\f18f"; } .fltf-arrow-sync-20:before { content: "\f190"; } .fltf-arrow-sync-24:before { content: "\f191"; } .fltf-arrow-sync-circle-16:before { content: "\f192"; } .fltf-arrow-sync-circle-20:before { content: "\f193"; } .fltf-arrow-sync-circle-24:before { content: "\f194"; } .fltf-arrow-sync-off-12:before { content: "\f195"; } .fltf-arrow-trending-16:before { content: "\f196"; } .fltf-arrow-trending-20:before { content: "\f197"; } .fltf-arrow-trending-24:before { content: "\f198"; } .fltf-arrow-undo-20:before { content: "\f199"; } .fltf-arrow-undo-24:before { content: "\f19a"; } .fltf-arrow-up-20:before { content: "\f19b"; } .fltf-arrow-up-24:before { content: "\f19c"; } .fltf-arrow-up-28:before { content: "\f19d"; } .fltf-arrow-up-circle-16:before { content: "\f19e"; } .fltf-arrow-up-circle-20:before { content: "\f19f"; } .fltf-arrow-up-circle-24:before { content: "\f1a0"; } .fltf-arrow-up-left-24:before { content: "\f1a1"; } .fltf-arrow-up-left-circle-24:before { content: "\f1a2"; } .fltf-arrow-up-right-24:before { content: "\f1a3"; } .fltf-arrow-upload-20:before { content: "\f1a4"; } .fltf-arrow-upload-24:before { content: "\f1a5"; } .fltf-arrows-bidirectional-24:before { content: "\f1a6"; } .fltf-assignments-24:before { content: "\f1a7"; } .fltf-attach-16:before { content: "\f1a8"; } .fltf-attach-20:before { content: "\f1a9"; } .fltf-attach-24:before { content: "\f1aa"; } .fltf-attach-forward-20:before { content: "\f1ab"; } .fltf-attach-forward-24:before { content: "\f1ac"; } .fltf-attach-with-text-24:before { content: "\f1ad"; } .fltf-autocorrect-24:before { content: "\f1ae"; } .fltf-autosum-20:before { content: "\f1af"; } .fltf-autosum-24:before { content: "\f1b0"; } .fltf-backspace-20:before { content: "\f1b1"; } .fltf-backspace-24:before { content: "\f1b2"; } .fltf-backward-20:before { content: "\f1b3"; } .fltf-backward-24:before { content: "\f1b4"; } .fltf-badge-24:before { content: "\f1b5"; } .fltf-balloon-20:before { content: "\f1b6"; } .fltf-balloon-24:before { content: "\f1b7"; } .fltf-bank-16:before { content: "\f1b8"; } .fltf-bank-20:before { content: "\f1b9"; } .fltf-bank-24:before { content: "\f1ba"; } .fltf-battery-0-20:before { content: "\f1bb"; } .fltf-battery-0-24:before { content: "\f1bc"; } .fltf-battery-1-20:before { content: "\f1bd"; } .fltf-battery-1-24:before { content: "\f1be"; } .fltf-battery-2-20:before { content: "\f1bf"; } .fltf-battery-2-24:before { content: "\f1c0"; } .fltf-battery-3-20:before { content: "\f1c1"; } .fltf-battery-3-24:before { content: "\f1c2"; } .fltf-battery-4-20:before { content: "\f1c3"; } .fltf-battery-4-24:before { content: "\f1c4"; } .fltf-battery-5-20:before { content: "\f1c5"; } .fltf-battery-5-24:before { content: "\f1c6"; } .fltf-battery-6-20:before { content: "\f1c7"; } .fltf-battery-6-24:before { content: "\f1c8"; } .fltf-battery-7-20:before { content: "\f1c9"; } .fltf-battery-7-24:before { content: "\f1ca"; } .fltf-battery-8-20:before { content: "\f1cb"; } .fltf-battery-8-24:before { content: "\f1cc"; } .fltf-battery-9-20:before { content: "\f1cd"; } .fltf-battery-9-24:before { content: "\f1ce"; } .fltf-battery-charge-20:before { content: "\f1cf"; } .fltf-battery-charge-24:before { content: "\f1d0"; } .fltf-battery-full-20:before { content: "\f1d1"; } .fltf-battery-full-24:before { content: "\f1d2"; } .fltf-battery-saver-20:before { content: "\f1d3"; } .fltf-battery-saver-24:before { content: "\f1d4"; } .fltf-battery-warning-24:before { content: "\f1d5"; } .fltf-beaker-16:before { content: "\f1d6"; } .fltf-beaker-20:before { content: "\f1d7"; } .fltf-beaker-24:before { content: "\f1d8"; } .fltf-bed-20:before { content: "\f1d9"; } .fltf-bed-24:before { content: "\f1da"; } .fltf-block-16:before { content: "\f1db"; } .fltf-block-20:before { content: "\f1dc"; } .fltf-block-24:before { content: "\f1dd"; } .fltf-bluetooth-20:before { content: "\f1de"; } .fltf-bluetooth-24:before { content: "\f1df"; } .fltf-bluetooth-connected-24:before { content: "\f1e0"; } .fltf-bluetooth-disabled-24:before { content: "\f1e1"; } .fltf-bluetooth-searching-24:before { content: "\f1e2"; } .fltf-board-24:before { content: "\f1e3"; } .fltf-book-formula-compatibility-24:before { content: "\f1e4"; } .fltf-book-formula-database-24:before { content: "\f1e5"; } .fltf-book-formula-date-24:before { content: "\f1e6"; } .fltf-book-formula-engineering-24:before { content: "\f1e7"; } .fltf-book-formula-financial-24:before { content: "\f1e8"; } .fltf-book-formula-information-24:before { content: "\f1e9"; } .fltf-book-formula-logical-24:before { content: "\f1ea"; } .fltf-book-formula-lookup-24:before { content: "\f1eb"; } .fltf-book-formula-math-24:before { content: "\f1ec"; } .fltf-book-formula-recent-24:before { content: "\f1ed"; } .fltf-book-formula-statistics-24:before { content: "\f1ee"; } .fltf-book-formula-text-24:before { content: "\f1ef"; } .fltf-book-globe-24:before { content: "\f1f0"; } .fltf-book-number-16:before { content: "\f1f1"; } .fltf-book-number-20:before { content: "\f1f2"; } .fltf-book-number-24:before { content: "\f1f3"; } .fltf-bookmark-16:before { content: "\f1f4"; } .fltf-bookmark-20:before { content: "\f1f5"; } .fltf-bookmark-24:before { content: "\f1f6"; } .fltf-bookmark-28:before { content: "\f1f7"; } .fltf-bookmark-off-24:before { content: "\f1f8"; } .fltf-bot-24:before { content: "\f1f9"; } .fltf-bot-add-24:before { content: "\f1fa"; } .fltf-branch-24:before { content: "\f1fb"; } .fltf-briefcase-20:before { content: "\f1fc"; } .fltf-briefcase-24:before { content: "\f1fd"; } .fltf-bring-to-front-20:before { content: "\f1fe"; } .fltf-bring-to-front-24:before { content: "\f1ff"; } .fltf-broad-activity-feed-24:before { content: "\f200"; } .fltf-broom-20:before { content: "\f201"; } .fltf-broom-24:before { content: "\f202"; } .fltf-bug-report-24:before { content: "\f203"; } .fltf-building-1-24:before { content: "\f204"; } .fltf-building-24:before { content: "\f205"; } .fltf-building-2-16:before { content: "\f206"; } .fltf-building-2-20:before { content: "\f207"; } .fltf-building-2-24:before { content: "\f208"; } .fltf-building-retail-24:before { content: "\f209"; } .fltf-calculator-20:before { content: "\f20a"; } .fltf-calendar-20:before { content: "\f20b"; } .fltf-calendar-24:before { content: "\f20c"; } .fltf-calendar-28:before { content: "\f20d"; } .fltf-calendar-3-day-20:before { content: "\f20e"; } .fltf-calendar-3-day-24:before { content: "\f20f"; } .fltf-calendar-3-day-28:before { content: "\f210"; } .fltf-calendar-add-20:before { content: "\f211"; } .fltf-calendar-add-24:before { content: "\f212"; } .fltf-calendar-agenda-20:before { content: "\f213"; } .fltf-calendar-agenda-24:before { content: "\f214"; } .fltf-calendar-agenda-28:before { content: "\f215"; } .fltf-calendar-arrow-right-20:before { content: "\f216"; } .fltf-calendar-assistant-20:before { content: "\f217"; } .fltf-calendar-assistant-24:before { content: "\f218"; } .fltf-calendar-cancel-20:before { content: "\f219"; } .fltf-calendar-cancel-24:before { content: "\f21a"; } .fltf-calendar-checkmark-16:before { content: "\f21b"; } .fltf-calendar-checkmark-20:before { content: "\f21c"; } .fltf-calendar-clock-20:before { content: "\f21d"; } .fltf-calendar-clock-24:before { content: "\f21e"; } .fltf-calendar-date-20:before { content: "\f21f"; } .fltf-calendar-date-24:before { content: "\f220"; } .fltf-calendar-date-28:before { content: "\f221"; } .fltf-calendar-day-20:before { content: "\f222"; } .fltf-calendar-day-24:before { content: "\f223"; } .fltf-calendar-day-28:before { content: "\f224"; } .fltf-calendar-empty-16:before { content: "\f225"; } .fltf-calendar-empty-20:before { content: "\f226"; } .fltf-calendar-empty-24:before { content: "\f227"; } .fltf-calendar-empty-28:before { content: "\f228"; } .fltf-calendar-later-24:before { content: "\f229"; } .fltf-calendar-month-20:before { content: "\f22a"; } .fltf-calendar-month-24:before { content: "\f22b"; } .fltf-calendar-month-28:before { content: "\f22c"; } .fltf-calendar-multiple-20:before { content: "\f22d"; } .fltf-calendar-multiple-24:before { content: "\f22e"; } .fltf-calendar-overdue-24:before { content: "\f22f"; } .fltf-calendar-person-20:before { content: "\f230"; } .fltf-calendar-reply-16:before { content: "\f231"; } .fltf-calendar-reply-20:before { content: "\f232"; } .fltf-calendar-reply-24:before { content: "\f233"; } .fltf-calendar-reply-28:before { content: "\f234"; } .fltf-calendar-settings-20:before { content: "\f235"; } .fltf-calendar-star-20:before { content: "\f236"; } .fltf-calendar-star-24:before { content: "\f237"; } .fltf-calendar-sync-16:before { content: "\f238"; } .fltf-calendar-sync-20:before { content: "\f239"; } .fltf-calendar-sync-24:before { content: "\f23a"; } .fltf-calendar-today-16:before { content: "\f23b"; } .fltf-calendar-today-20:before { content: "\f23c"; } .fltf-calendar-today-24:before { content: "\f23d"; } .fltf-calendar-today-28:before { content: "\f23e"; } .fltf-calendar-week-numbers-24:before { content: "\f23f"; } .fltf-calendar-week-start-20:before { content: "\f240"; } .fltf-calendar-week-start-24:before { content: "\f241"; } .fltf-calendar-week-start-28:before { content: "\f242"; } .fltf-calendar-work-week-16:before { content: "\f243"; } .fltf-calendar-work-week-20:before { content: "\f244"; } .fltf-calendar-work-week-24:before { content: "\f245"; } .fltf-call-add-24:before { content: "\f246"; } .fltf-call-end-20:before { content: "\f247"; } .fltf-call-end-24:before { content: "\f248"; } .fltf-call-end-28:before { content: "\f249"; } .fltf-call-forward-24:before { content: "\f24a"; } .fltf-call-inbound-16:before { content: "\f24b"; } .fltf-call-inbound-24:before { content: "\f24c"; } .fltf-call-missed-16:before { content: "\f24d"; } .fltf-call-missed-24:before { content: "\f24e"; } .fltf-call-outbound-16:before { content: "\f24f"; } .fltf-call-outbound-24:before { content: "\f250"; } .fltf-call-park-24:before { content: "\f251"; } .fltf-calligraphy-pen-20:before { content: "\f252"; } .fltf-calligraphy-pen-24:before { content: "\f253"; } .fltf-camera-20:before { content: "\f254"; } .fltf-camera-24:before { content: "\f255"; } .fltf-camera-28:before { content: "\f256"; } .fltf-camera-add-20:before { content: "\f257"; } .fltf-camera-add-24:before { content: "\f258"; } .fltf-camera-add-48:before { content: "\f259"; } .fltf-camera-switch-24:before { content: "\f25a"; } .fltf-caret-12:before { content: "\f25b"; } .fltf-caret-16:before { content: "\f25c"; } .fltf-caret-20:before { content: "\f25d"; } .fltf-caret-24:before { content: "\f25e"; } .fltf-caret-down-12:before { content: "\f25f"; } .fltf-caret-down-16:before { content: "\f260"; } .fltf-caret-down-20:before { content: "\f261"; } .fltf-caret-down-24:before { content: "\f262"; } .fltf-caret-left-12:before { content: "\f263"; } .fltf-caret-left-16:before { content: "\f264"; } .fltf-caret-left-20:before { content: "\f265"; } .fltf-caret-left-24:before { content: "\f266"; } .fltf-caret-right-12:before { content: "\f267"; } .fltf-caret-right-16:before { content: "\f268"; } .fltf-caret-right-20:before { content: "\f269"; } .fltf-caret-right-24:before { content: "\f26a"; } .fltf-cart-24:before { content: "\f26b"; } .fltf-cast-20:before { content: "\f26c"; } .fltf-cast-24:before { content: "\f26d"; } .fltf-cast-28:before { content: "\f26e"; } .fltf-cellular-3g-24:before { content: "\f26f"; } .fltf-cellular-4g-24:before { content: "\f270"; } .fltf-cellular-data-1-20:before { content: "\f271"; } .fltf-cellular-data-1-24:before { content: "\f272"; } .fltf-cellular-data-2-20:before { content: "\f273"; } .fltf-cellular-data-2-24:before { content: "\f274"; } .fltf-cellular-data-3-20:before { content: "\f275"; } .fltf-cellular-data-3-24:before { content: "\f276"; } .fltf-cellular-data-4-20:before { content: "\f277"; } .fltf-cellular-data-4-24:before { content: "\f278"; } .fltf-cellular-data-5-20:before { content: "\f279"; } .fltf-cellular-data-5-24:before { content: "\f27a"; } .fltf-cellular-data-off-24:before { content: "\f27b"; } .fltf-cellular-off-24:before { content: "\f27c"; } .fltf-cellular-unavailable-24:before { content: "\f27d"; } .fltf-certificate-20:before { content: "\f27e"; } .fltf-certificate-24:before { content: "\f27f"; } .fltf-channel-16:before { content: "\f280"; } .fltf-channel-20:before { content: "\f281"; } .fltf-channel-24:before { content: "\f282"; } .fltf-channel-follow-24:before { content: "\f283"; } .fltf-channel-notifications-24:before { content: "\f284"; } .fltf-channel-unfollow-24:before { content: "\f285"; } .fltf-chat-20:before { content: "\f286"; } .fltf-chat-24:before { content: "\f287"; } .fltf-chat-28:before { content: "\f288"; } .fltf-chat-bubbles-question-24:before { content: "\f289"; } .fltf-chat-help-24:before { content: "\f28a"; } .fltf-chat-off-24:before { content: "\f28b"; } .fltf-chat-warning-24:before { content: "\f28c"; } .fltf-checkbox-checked-20:before { content: "\f28d"; } .fltf-checkbox-checked-24:before { content: "\f28e"; } .fltf-checkbox-unchecked-12:before { content: "\f28f"; } .fltf-checkbox-unchecked-16:before { content: "\f290"; } .fltf-checkbox-unchecked-20:before { content: "\f291"; } .fltf-checkbox-unchecked-24:before { content: "\f292"; } .fltf-checkmark-12:before { content: "\f293"; } .fltf-checkmark-20:before { content: "\f294"; } .fltf-checkmark-24:before { content: "\f295"; } .fltf-checkmark-28:before { content: "\f296"; } .fltf-checkmark-circle-16:before { content: "\f297"; } .fltf-checkmark-circle-20:before { content: "\f298"; } .fltf-checkmark-circle-24:before { content: "\f299"; } .fltf-checkmark-circle-48:before { content: "\f29a"; } .fltf-checkmark-lock-16:before { content: "\f29b"; } .fltf-checkmark-lock-20:before { content: "\f29c"; } .fltf-checkmark-lock-24:before { content: "\f29d"; } .fltf-checkmark-square-24:before { content: "\f29e"; } .fltf-checkmark-underline-circle-16:before { content: "\f29f"; } .fltf-checkmark-underline-circle-20:before { content: "\f2a0"; } .fltf-chevron-down-12:before { content: "\f2a1"; } .fltf-chevron-down-16:before { content: "\f2a2"; } .fltf-chevron-down-20:before { content: "\f2a3"; } .fltf-chevron-down-24:before { content: "\f2a4"; } .fltf-chevron-down-28:before { content: "\f2a5"; } .fltf-chevron-down-48:before { content: "\f2a6"; } .fltf-chevron-down-circle-24:before { content: "\f2a7"; } .fltf-chevron-left-12:before { content: "\f2a8"; } .fltf-chevron-left-16:before { content: "\f2a9"; } .fltf-chevron-left-20:before { content: "\f2aa"; } .fltf-chevron-left-24:before { content: "\f2ab"; } .fltf-chevron-left-28:before { content: "\f2ac"; } .fltf-chevron-left-48:before { content: "\f2ad"; } .fltf-chevron-right-12:before { content: "\f2ae"; } .fltf-chevron-right-16:before { content: "\f2af"; } .fltf-chevron-right-20:before { content: "\f2b0"; } .fltf-chevron-right-24:before { content: "\f2b1"; } .fltf-chevron-right-28:before { content: "\f2b2"; } .fltf-chevron-right-48:before { content: "\f2b3"; } .fltf-chevron-up-12:before { content: "\f2b4"; } .fltf-chevron-up-16:before { content: "\f2b5"; } .fltf-chevron-up-20:before { content: "\f2b6"; } .fltf-chevron-up-24:before { content: "\f2b7"; } .fltf-chevron-up-28:before { content: "\f2b8"; } .fltf-chevron-up-48:before { content: "\f2b9"; } .fltf-circle-16:before { content: "\f2ba"; } .fltf-circle-20:before { content: "\f2bb"; } .fltf-circle-24:before { content: "\f2bc"; } .fltf-circle-half-fill-20:before { content: "\f2bd"; } .fltf-circle-half-fill-24:before { content: "\f2be"; } .fltf-circle-line-24:before { content: "\f2bf"; } .fltf-circle-small-24:before { content: "\f2c0"; } .fltf-city-16:before { content: "\f2c1"; } .fltf-city-20:before { content: "\f2c2"; } .fltf-city-24:before { content: "\f2c3"; } .fltf-class-24:before { content: "\f2c4"; } .fltf-classification-16:before { content: "\f2c5"; } .fltf-classification-20:before { content: "\f2c6"; } .fltf-classification-24:before { content: "\f2c7"; } .fltf-clear-formatting-24:before { content: "\f2c8"; } .fltf-clipboard-20:before { content: "\f2c9"; } .fltf-clipboard-24:before { content: "\f2ca"; } .fltf-clipboard-code-16:before { content: "\f2cb"; } .fltf-clipboard-code-20:before { content: "\f2cc"; } .fltf-clipboard-code-24:before { content: "\f2cd"; } .fltf-clipboard-letter-16:before { content: "\f2ce"; } .fltf-clipboard-letter-20:before { content: "\f2cf"; } .fltf-clipboard-letter-24:before { content: "\f2d0"; } .fltf-clipboard-link-16:before { content: "\f2d1"; } .fltf-clipboard-link-20:before { content: "\f2d2"; } .fltf-clipboard-link-24:before { content: "\f2d3"; } .fltf-clipboard-more-24:before { content: "\f2d4"; } .fltf-clipboard-paste-20:before { content: "\f2d5"; } .fltf-clipboard-paste-24:before { content: "\f2d6"; } .fltf-clipboard-search-20:before { content: "\f2d7"; } .fltf-clipboard-search-24:before { content: "\f2d8"; } .fltf-clipboard-text-20:before { content: "\f2d9"; } .fltf-clipboard-text-24:before { content: "\f2da"; } .fltf-clock-12:before { content: "\f2db"; } .fltf-clock-16:before { content: "\f2dc"; } .fltf-clock-20:before { content: "\f2dd"; } .fltf-clock-24:before { content: "\f2de"; } .fltf-clock-28:before { content: "\f2df"; } .fltf-clock-48:before { content: "\f2e0"; } .fltf-clock-alarm-20:before { content: "\f2e1"; } .fltf-clock-alarm-24:before { content: "\f2e2"; } .fltf-closed-caption-24:before { content: "\f2e3"; } .fltf-cloud-20:before { content: "\f2e4"; } .fltf-cloud-24:before { content: "\f2e5"; } .fltf-cloud-48:before { content: "\f2e6"; } .fltf-cloud-backup-24:before { content: "\f2e7"; } .fltf-cloud-backup-48:before { content: "\f2e8"; } .fltf-cloud-download-24:before { content: "\f2e9"; } .fltf-cloud-off-24:before { content: "\f2ea"; } .fltf-cloud-off-48:before { content: "\f2eb"; } .fltf-cloud-offline-24:before { content: "\f2ec"; } .fltf-cloud-sync-complete-24:before { content: "\f2ed"; } .fltf-cloud-sync-complete-48:before { content: "\f2ee"; } .fltf-code-20:before { content: "\f2ef"; } .fltf-code-24:before { content: "\f2f0"; } .fltf-collections-20:before { content: "\f2f1"; } .fltf-collections-24:before { content: "\f2f2"; } .fltf-collections-add-20:before { content: "\f2f3"; } .fltf-collections-add-24:before { content: "\f2f4"; } .fltf-color-20:before { content: "\f2f5"; } .fltf-color-24:before { content: "\f2f6"; } .fltf-color-background-20:before { content: "\f2f7"; } .fltf-color-background-24:before { content: "\f2f8"; } .fltf-color-fill-20:before { content: "\f2f9"; } .fltf-color-fill-24:before { content: "\f2fa"; } .fltf-color-line-20:before { content: "\f2fb"; } .fltf-color-line-24:before { content: "\f2fc"; } .fltf-column-triple-24:before { content: "\f2fd"; } .fltf-comment-16:before { content: "\f2fe"; } .fltf-comment-20:before { content: "\f2ff"; } .fltf-comment-24:before { content: "\f300"; } .fltf-comment-add-24:before { content: "\f301"; } .fltf-comment-delete-24:before { content: "\f302"; } .fltf-comment-mention-16:before { content: "\f303"; } .fltf-comment-mention-20:before { content: "\f304"; } .fltf-comment-mention-24:before { content: "\f305"; } .fltf-comment-multiple-16:before { content: "\f306"; } .fltf-comment-multiple-20:before { content: "\f307"; } .fltf-comment-multiple-24:before { content: "\f308"; } .fltf-comment-next-24:before { content: "\f309"; } .fltf-comment-previous-24:before { content: "\f30a"; } .fltf-comment-resolve-24:before { content: "\f30b"; } .fltf-communication-16:before { content: "\f30c"; } .fltf-communication-20:before { content: "\f30d"; } .fltf-communication-24:before { content: "\f30e"; } .fltf-compass-northwest-16:before { content: "\f30f"; } .fltf-compass-northwest-20:before { content: "\f310"; } .fltf-compass-northwest-24:before { content: "\f311"; } .fltf-compass-northwest-28:before { content: "\f312"; } .fltf-compose-16:before { content: "\f313"; } .fltf-compose-20:before { content: "\f314"; } .fltf-compose-24:before { content: "\f315"; } .fltf-compose-28:before { content: "\f316"; } .fltf-conference-room-16:before { content: "\f317"; } .fltf-conference-room-20:before { content: "\f318"; } .fltf-conference-room-24:before { content: "\f319"; } .fltf-conference-room-28:before { content: "\f31a"; } .fltf-conference-room-48:before { content: "\f31b"; } .fltf-connector-16:before { content: "\f31c"; } .fltf-connector-20:before { content: "\f31d"; } .fltf-connector-24:before { content: "\f31e"; } .fltf-contact-card-20:before { content: "\f31f"; } .fltf-contact-card-24:before { content: "\f320"; } .fltf-contact-card-group-24:before { content: "\f321"; } .fltf-contacts-24:before { content: "\f322"; } .fltf-content-settings-16:before { content: "\f323"; } .fltf-content-settings-20:before { content: "\f324"; } .fltf-content-settings-24:before { content: "\f325"; } .fltf-convert-to-table-24:before { content: "\f326"; } .fltf-convert-to-text-24:before { content: "\f327"; } .fltf-cookies-20:before { content: "\f328"; } .fltf-cookies-24:before { content: "\f329"; } .fltf-copy-16:before { content: "\f32a"; } .fltf-copy-20:before { content: "\f32b"; } .fltf-copy-24:before { content: "\f32c"; } .fltf-copy-image-24:before { content: "\f32d"; } .fltf-copy-link-24:before { content: "\f32e"; } .fltf-copy-move-16:before { content: "\f32f"; } .fltf-copy-move-24:before { content: "\f330"; } .fltf-crop-24:before { content: "\f331"; } .fltf-crop-interim-24:before { content: "\f332"; } .fltf-crop-interim-off-24:before { content: "\f333"; } .fltf-cube-16:before { content: "\f334"; } .fltf-cube-20:before { content: "\f335"; } .fltf-cube-24:before { content: "\f336"; } .fltf-currency-16:before { content: "\f337"; } .fltf-currency-20:before { content: "\f338"; } .fltf-currency-24:before { content: "\f339"; } .fltf-cut-20:before { content: "\f33a"; } .fltf-cut-24:before { content: "\f33b"; } .fltf-dark-theme-24:before { content: "\f33c"; } .fltf-data-area-24:before { content: "\f33d"; } .fltf-data-bar-horizontal-24:before { content: "\f33e"; } .fltf-data-bar-vertical-20:before { content: "\f33f"; } .fltf-data-bar-vertical-24:before { content: "\f340"; } .fltf-data-funnel-24:before { content: "\f341"; } .fltf-data-histogram-24:before { content: "\f342"; } .fltf-data-line-24:before { content: "\f343"; } .fltf-data-pie-20:before { content: "\f344"; } .fltf-data-pie-24:before { content: "\f345"; } .fltf-data-scatter-24:before { content: "\f346"; } .fltf-data-sunburst-24:before { content: "\f347"; } .fltf-data-treemap-24:before { content: "\f348"; } .fltf-data-usage-24:before { content: "\f349"; } .fltf-data-waterfall-24:before { content: "\f34a"; } .fltf-data-whisker-24:before { content: "\f34b"; } .fltf-delete-20:before { content: "\f34c"; } .fltf-delete-24:before { content: "\f34d"; } .fltf-delete-28:before { content: "\f34e"; } .fltf-delete-48:before { content: "\f34f"; } .fltf-delete-forever-24:before { content: "\f350"; } .fltf-delete-forever-28:before { content: "\f351"; } .fltf-delete-off-20:before { content: "\f352"; } .fltf-delete-off-24:before { content: "\f353"; } .fltf-dentist-24:before { content: "\f354"; } .fltf-design-ideas-16:before { content: "\f355"; } .fltf-design-ideas-20:before { content: "\f356"; } .fltf-design-ideas-24:before { content: "\f357"; } .fltf-desktop-16:before { content: "\f358"; } .fltf-desktop-20:before { content: "\f359"; } .fltf-desktop-24:before { content: "\f35a"; } .fltf-desktop-28:before { content: "\f35b"; } .fltf-developer-board-24:before { content: "\f35c"; } .fltf-device-eq-24:before { content: "\f35d"; } .fltf-dialpad-20:before { content: "\f35e"; } .fltf-dialpad-24:before { content: "\f35f"; } .fltf-dialpad-off-24:before { content: "\f360"; } .fltf-dictionary-20:before { content: "\f361"; } .fltf-dictionary-24:before { content: "\f362"; } .fltf-dictionary-add-20:before { content: "\f363"; } .fltf-dictionary-add-24:before { content: "\f364"; } .fltf-directions-20:before { content: "\f365"; } .fltf-directions-24:before { content: "\f366"; } .fltf-dismiss-12:before { content: "\f367"; } .fltf-dismiss-16:before { content: "\f368"; } .fltf-dismiss-20:before { content: "\f369"; } .fltf-dismiss-24:before { content: "\f36a"; } .fltf-dismiss-28:before { content: "\f36b"; } .fltf-dismiss-circle-16:before { content: "\f36c"; } .fltf-dismiss-circle-20:before { content: "\f36d"; } .fltf-dismiss-circle-24:before { content: "\f36e"; } .fltf-dismiss-circle-48:before { content: "\f36f"; } .fltf-divider-short-24:before { content: "\f370"; } .fltf-divider-tall-24:before { content: "\f371"; } .fltf-dock-24:before { content: "\f372"; } .fltf-dock-left-16:before { content: "\f373"; } .fltf-dock-left-20:before { content: "\f374"; } .fltf-dock-left-24:before { content: "\f375"; } .fltf-dock-row-24:before { content: "\f376"; } .fltf-doctor-24:before { content: "\f377"; } .fltf-document-20:before { content: "\f378"; } .fltf-document-24:before { content: "\f379"; } .fltf-document-28:before { content: "\f37a"; } .fltf-document-autosave-24:before { content: "\f37b"; } .fltf-document-briefcase-20:before { content: "\f37c"; } .fltf-document-briefcase-24:before { content: "\f37d"; } .fltf-document-catch-up-24:before { content: "\f37e"; } .fltf-document-copy-16:before { content: "\f37f"; } .fltf-document-copy-20:before { content: "\f380"; } .fltf-document-copy-24:before { content: "\f381"; } .fltf-document-copy-48:before { content: "\f382"; } .fltf-document-dismiss-20:before { content: "\f383"; } .fltf-document-dismiss-24:before { content: "\f384"; } .fltf-document-edit-16:before { content: "\f385"; } .fltf-document-edit-20:before { content: "\f386"; } .fltf-document-edit-24:before { content: "\f387"; } .fltf-document-endnote-20:before { content: "\f388"; } .fltf-document-endnote-24:before { content: "\f389"; } .fltf-document-error-16:before { content: "\f38a"; } .fltf-document-error-20:before { content: "\f38b"; } .fltf-document-error-24:before { content: "\f38c"; } .fltf-document-footer-24:before { content: "\f38d"; } .fltf-document-footer-remove-24:before { content: "\f38e"; } .fltf-document-header-24:before { content: "\f38f"; } .fltf-document-header-footer-20:before { content: "\f390"; } .fltf-document-header-footer-24:before { content: "\f391"; } .fltf-document-header-remove-24:before { content: "\f392"; } .fltf-document-landscape-20:before { content: "\f393"; } .fltf-document-landscape-24:before { content: "\f394"; } .fltf-document-margins-20:before { content: "\f395"; } .fltf-document-margins-24:before { content: "\f396"; } .fltf-document-none-20:before { content: "\f397"; } .fltf-document-none-24:before { content: "\f398"; } .fltf-document-one-page-20:before { content: "\f399"; } .fltf-document-one-page-24:before { content: "\f39a"; } .fltf-document-page-24:before { content: "\f39b"; } .fltf-document-page-bottom-center-20:before { content: "\f39c"; } .fltf-document-page-bottom-center-24:before { content: "\f39d"; } .fltf-document-page-bottom-left-20:before { content: "\f39e"; } .fltf-document-page-bottom-left-24:before { content: "\f39f"; } .fltf-document-page-bottom-right-20:before { content: "\f3a0"; } .fltf-document-page-bottom-right-24:before { content: "\f3a1"; } .fltf-document-page-break-24:before { content: "\f3a2"; } .fltf-document-page-number-20:before { content: "\f3a3"; } .fltf-document-page-number-24:before { content: "\f3a4"; } .fltf-document-page-top-center-20:before { content: "\f3a5"; } .fltf-document-page-top-center-24:before { content: "\f3a6"; } .fltf-document-page-top-left-20:before { content: "\f3a7"; } .fltf-document-page-top-left-24:before { content: "\f3a8"; } .fltf-document-page-top-right-20:before { content: "\f3a9"; } .fltf-document-page-top-right-24:before { content: "\f3aa"; } .fltf-document-pdf-16:before { content: "\f3ab"; } .fltf-document-pdf-20:before { content: "\f3ac"; } .fltf-document-pdf-24:before { content: "\f3ad"; } .fltf-document-search-20:before { content: "\f3ae"; } .fltf-document-search-24:before { content: "\f3af"; } .fltf-document-toolbox-20:before { content: "\f3b0"; } .fltf-document-toolbox-24:before { content: "\f3b1"; } .fltf-document-top-center-20:before { content: "\f3b2"; } .fltf-document-top-left-20:before { content: "\f3b3"; } .fltf-document-top-right-20:before { content: "\f3b4"; } .fltf-document-unknown-16:before { content: "\f3b5"; } .fltf-document-unknown-20:before { content: "\f3b6"; } .fltf-document-unknown-24:before { content: "\f3b7"; } .fltf-document-width-20:before { content: "\f3b8"; } .fltf-document-width-24:before { content: "\f3b9"; } .fltf-double-swipe-down-24:before { content: "\f3ba"; } .fltf-double-swipe-up-24:before { content: "\f3bb"; } .fltf-double-tap-swipe-down-24:before { content: "\f3bc"; } .fltf-double-tap-swipe-up-24:before { content: "\f3bd"; } .fltf-drafts-16:before { content: "\f3be"; } .fltf-drafts-20:before { content: "\f3bf"; } .fltf-drafts-24:before { content: "\f3c0"; } .fltf-drag-24:before { content: "\f3c1"; } .fltf-drink-24:before { content: "\f3c2"; } .fltf-drink-beer-24:before { content: "\f3c3"; } .fltf-drink-coffee-20:before { content: "\f3c4"; } .fltf-drink-coffee-24:before { content: "\f3c5"; } .fltf-drink-margarita-24:before { content: "\f3c6"; } .fltf-drink-wine-24:before { content: "\f3c7"; } .fltf-dual-screen-24:before { content: "\f3c8"; } .fltf-dual-screen-add-24:before { content: "\f3c9"; } .fltf-dual-screen-arrow-right-24:before { content: "\f3ca"; } .fltf-dual-screen-clock-24:before { content: "\f3cb"; } .fltf-dual-screen-desktop-24:before { content: "\f3cc"; } .fltf-dual-screen-error-24:before { content: "\f3cd"; } .fltf-dual-screen-group-24:before { content: "\f3ce"; } .fltf-dual-screen-lock-24:before { content: "\f3cf"; } .fltf-dual-screen-mirror-24:before { content: "\f3d0"; } .fltf-dual-screen-pagination-24:before { content: "\f3d1"; } .fltf-dual-screen-settings-24:before { content: "\f3d2"; } .fltf-dual-screen-status-bar-24:before { content: "\f3d3"; } .fltf-dual-screen-tablet-24:before { content: "\f3d4"; } .fltf-dual-screen-update-24:before { content: "\f3d5"; } .fltf-dual-screen-vertical-scroll-24:before { content: "\f3d6"; } .fltf-dual-screen-vibrate-24:before { content: "\f3d7"; } .fltf-earth-16:before { content: "\f3d8"; } .fltf-earth-20:before { content: "\f3d9"; } .fltf-earth-24:before { content: "\f3da"; } .fltf-edit-16:before { content: "\f3db"; } .fltf-edit-20:before { content: "\f3dc"; } .fltf-edit-24:before { content: "\f3dd"; } .fltf-emoji-16:before { content: "\f3de"; } .fltf-emoji-20:before { content: "\f3df"; } .fltf-emoji-24:before { content: "\f3e0"; } .fltf-emoji-add-24:before { content: "\f3e1"; } .fltf-emoji-angry-20:before { content: "\f3e2"; } .fltf-emoji-angry-24:before { content: "\f3e3"; } .fltf-emoji-laugh-20:before { content: "\f3e4"; } .fltf-emoji-laugh-24:before { content: "\f3e5"; } .fltf-emoji-meh-20:before { content: "\f3e6"; } .fltf-emoji-meh-24:before { content: "\f3e7"; } .fltf-emoji-sad-20:before { content: "\f3e8"; } .fltf-emoji-sad-24:before { content: "\f3e9"; } .fltf-emoji-surprise-20:before { content: "\f3ea"; } .fltf-emoji-surprise-24:before { content: "\f3eb"; } .fltf-erase-20:before { content: "\f3ec"; } .fltf-erase-24:before { content: "\f3ed"; } .fltf-eraser-tool-24:before { content: "\f3ee"; } .fltf-error-circle-16:before { content: "\f3ef"; } .fltf-error-circle-20:before { content: "\f3f0"; } .fltf-error-circle-24:before { content: "\f3f1"; } .fltf-export-24:before { content: "\f3f2"; } .fltf-extended-dock-24:before { content: "\f3f3"; } .fltf-extension-20:before { content: "\f3f4"; } .fltf-extension-24:before { content: "\f3f5"; } .fltf-eye-hide-20:before { content: "\f3f6"; } .fltf-eye-hide-24:before { content: "\f3f7"; } .fltf-eye-show-12:before { content: "\f3f8"; } .fltf-eye-show-16:before { content: "\f3f9"; } .fltf-eye-show-20:before { content: "\f3fa"; } .fltf-eye-show-24:before { content: "\f3fb"; } .fltf-fast-acceleration-24:before { content: "\f3fc"; } .fltf-fast-forward-20:before { content: "\f3fd"; } .fltf-fast-forward-24:before { content: "\f3fe"; } .fltf-fast-mode-16:before { content: "\f3ff"; } .fltf-fast-mode-20:before { content: "\f400"; } .fltf-fast-mode-24:before { content: "\f401"; } .fltf-fast-mode-28:before { content: "\f402"; } .fltf-favorites-20:before { content: "\f403"; } .fltf-favorites-24:before { content: "\f404"; } .fltf-filter-20:before { content: "\f405"; } .fltf-filter-24:before { content: "\f406"; } .fltf-filter-28:before { content: "\f407"; } .fltf-fingerprint-24:before { content: "\f408"; } .fltf-flag-16:before { content: "\f409"; } .fltf-flag-20:before { content: "\f40a"; } .fltf-flag-24:before { content: "\f40b"; } .fltf-flag-28:before { content: "\f40c"; } .fltf-flag-48:before { content: "\f40d"; } .fltf-flag-off-24:before { content: "\f40e"; } .fltf-flag-off-28:before { content: "\f40f"; } .fltf-flag-off-48:before { content: "\f410"; } .fltf-flag-pride-16:before { content: "\f411"; } .fltf-flag-pride-20:before { content: "\f412"; } .fltf-flag-pride-24:before { content: "\f413"; } .fltf-flag-pride-28:before { content: "\f414"; } .fltf-flag-pride-48:before { content: "\f415"; } .fltf-flash-auto-24:before { content: "\f416"; } .fltf-flash-off-24:before { content: "\f417"; } .fltf-flash-on-20:before { content: "\f418"; } .fltf-flash-on-24:before { content: "\f419"; } .fltf-flashlight-24:before { content: "\f41a"; } .fltf-flashlight-off-24:before { content: "\f41b"; } .fltf-folder-20:before { content: "\f41c"; } .fltf-folder-24:before { content: "\f41d"; } .fltf-folder-28:before { content: "\f41e"; } .fltf-folder-48:before { content: "\f41f"; } .fltf-folder-add-20:before { content: "\f420"; } .fltf-folder-add-24:before { content: "\f421"; } .fltf-folder-add-28:before { content: "\f422"; } .fltf-folder-add-48:before { content: "\f423"; } .fltf-folder-briefcase-20:before { content: "\f424"; } .fltf-folder-junk-20:before { content: "\f425"; } .fltf-folder-junk-24:before { content: "\f426"; } .fltf-folder-junk-28:before { content: "\f427"; } .fltf-folder-junk-48:before { content: "\f428"; } .fltf-folder-link-20:before { content: "\f429"; } .fltf-folder-link-24:before { content: "\f42a"; } .fltf-folder-link-28:before { content: "\f42b"; } .fltf-folder-link-48:before { content: "\f42c"; } .fltf-folder-move-20:before { content: "\f42d"; } .fltf-folder-move-24:before { content: "\f42e"; } .fltf-folder-move-28:before { content: "\f42f"; } .fltf-folder-move-48:before { content: "\f430"; } .fltf-folder-open-16:before { content: "\f431"; } .fltf-folder-open-20:before { content: "\f432"; } .fltf-folder-open-24:before { content: "\f433"; } .fltf-folder-open-vertical-20:before { content: "\f434"; } .fltf-folder-public-16:before { content: "\f435"; } .fltf-folder-public-20:before { content: "\f436"; } .fltf-folder-public-24:before { content: "\f437"; } .fltf-folder-zip-16:before { content: "\f438"; } .fltf-folder-zip-20:before { content: "\f439"; } .fltf-folder-zip-24:before { content: "\f43a"; } .fltf-font-decrease-20:before { content: "\f43b"; } .fltf-font-decrease-24:before { content: "\f43c"; } .fltf-font-increase-20:before { content: "\f43d"; } .fltf-font-increase-24:before { content: "\f43e"; } .fltf-font-space-tracking-in-16:before { content: "\f43f"; } .fltf-font-space-tracking-in-20:before { content: "\f440"; } .fltf-font-space-tracking-in-24:before { content: "\f441"; } .fltf-font-space-tracking-in-28:before { content: "\f442"; } .fltf-font-space-tracking-out-16:before { content: "\f443"; } .fltf-font-space-tracking-out-20:before { content: "\f444"; } .fltf-font-space-tracking-out-24:before { content: "\f445"; } .fltf-font-space-tracking-out-28:before { content: "\f446"; } .fltf-food-20:before { content: "\f447"; } .fltf-food-24:before { content: "\f448"; } .fltf-food-cake-24:before { content: "\f449"; } .fltf-food-egg-24:before { content: "\f44a"; } .fltf-food-toast-24:before { content: "\f44b"; } .fltf-form-new-24:before { content: "\f44c"; } .fltf-form-new-28:before { content: "\f44d"; } .fltf-form-new-48:before { content: "\f44e"; } .fltf-forward-20:before { content: "\f44f"; } .fltf-forward-24:before { content: "\f450"; } .fltf-fps-240-24:before { content: "\f451"; } .fltf-fps-960-24:before { content: "\f452"; } .fltf-full-screen-zoom-24:before { content: "\f453"; } .fltf-gallery-24:before { content: "\f454"; } .fltf-games-24:before { content: "\f455"; } .fltf-gesture-24:before { content: "\f456"; } .fltf-gif-20:before { content: "\f457"; } .fltf-gif-24:before { content: "\f458"; } .fltf-gift-20:before { content: "\f459"; } .fltf-gift-24:before { content: "\f45a"; } .fltf-glance-24:before { content: "\f45b"; } .fltf-glasses-24:before { content: "\f45c"; } .fltf-glasses-off-24:before { content: "\f45d"; } .fltf-globe-20:before { content: "\f45e"; } .fltf-globe-24:before { content: "\f45f"; } .fltf-globe-add-24:before { content: "\f460"; } .fltf-globe-clock-24:before { content: "\f461"; } .fltf-globe-desktop-24:before { content: "\f462"; } .fltf-globe-location-24:before { content: "\f463"; } .fltf-globe-search-24:before { content: "\f464"; } .fltf-globe-video-24:before { content: "\f465"; } .fltf-grid-20:before { content: "\f466"; } .fltf-grid-24:before { content: "\f467"; } .fltf-grid-28:before { content: "\f468"; } .fltf-group-20:before { content: "\f469"; } .fltf-group-24:before { content: "\f46a"; } .fltf-group-list-24:before { content: "\f46b"; } .fltf-guest-16:before { content: "\f46c"; } .fltf-guest-20:before { content: "\f46d"; } .fltf-guest-24:before { content: "\f46e"; } .fltf-guest-28:before { content: "\f46f"; } .fltf-guest-add-24:before { content: "\f470"; } .fltf-hand-raise-24:before { content: "\f471"; } .fltf-handshake-16:before { content: "\f472"; } .fltf-handshake-20:before { content: "\f473"; } .fltf-handshake-24:before { content: "\f474"; } .fltf-hdr-24:before { content: "\f475"; } .fltf-headphones-24:before { content: "\f476"; } .fltf-headphones-28:before { content: "\f477"; } .fltf-headset-24:before { content: "\f478"; } .fltf-headset-28:before { content: "\f479"; } .fltf-headset-vr-20:before { content: "\f47a"; } .fltf-headset-vr-24:before { content: "\f47b"; } .fltf-heart-16:before { content: "\f47c"; } .fltf-heart-20:before { content: "\f47d"; } .fltf-heart-24:before { content: "\f47e"; } .fltf-highlight-16:before { content: "\f47f"; } .fltf-highlight-20:before { content: "\f480"; } .fltf-highlight-24:before { content: "\f481"; } .fltf-highlight-accent-16:before { content: "\f482"; } .fltf-highlight-accent-20:before { content: "\f483"; } .fltf-highlight-accent-24:before { content: "\f484"; } .fltf-history-20:before { content: "\f485"; } .fltf-history-24:before { content: "\f486"; } .fltf-home-20:before { content: "\f487"; } .fltf-home-24:before { content: "\f488"; } .fltf-home-28:before { content: "\f489"; } .fltf-home-add-24:before { content: "\f48a"; } .fltf-home-checkmark-24:before { content: "\f48b"; } .fltf-icons-20:before { content: "\f48c"; } .fltf-icons-24:before { content: "\f48d"; } .fltf-image-16:before { content: "\f48e"; } .fltf-image-20:before { content: "\f48f"; } .fltf-image-24:before { content: "\f490"; } .fltf-image-28:before { content: "\f491"; } .fltf-image-48:before { content: "\f492"; } .fltf-image-add-24:before { content: "\f493"; } .fltf-image-alt-text-20:before { content: "\f494"; } .fltf-image-alt-text-24:before { content: "\f495"; } .fltf-image-copy-20:before { content: "\f496"; } .fltf-image-copy-24:before { content: "\f497"; } .fltf-image-copy-28:before { content: "\f498"; } .fltf-image-edit-16:before { content: "\f499"; } .fltf-image-edit-20:before { content: "\f49a"; } .fltf-image-edit-24:before { content: "\f49b"; } .fltf-image-library-20:before { content: "\f49c"; } .fltf-image-library-24:before { content: "\f49d"; } .fltf-image-library-28:before { content: "\f49e"; } .fltf-image-off-24:before { content: "\f49f"; } .fltf-image-search-20:before { content: "\f4a0"; } .fltf-image-search-24:before { content: "\f4a1"; } .fltf-immersive-reader-20:before { content: "\f4a2"; } .fltf-immersive-reader-24:before { content: "\f4a3"; } .fltf-important-12:before { content: "\f4a4"; } .fltf-important-16:before { content: "\f4a5"; } .fltf-important-20:before { content: "\f4a6"; } .fltf-important-24:before { content: "\f4a7"; } .fltf-incognito-24:before { content: "\f4a8"; } .fltf-info-16:before { content: "\f4a9"; } .fltf-info-20:before { content: "\f4aa"; } .fltf-info-24:before { content: "\f4ab"; } .fltf-info-28:before { content: "\f4ac"; } .fltf-inking-tool-16:before { content: "\f4ad"; } .fltf-inking-tool-20:before { content: "\f4ae"; } .fltf-inking-tool-24:before { content: "\f4af"; } .fltf-inking-tool-accent-16:before { content: "\f4b0"; } .fltf-inking-tool-accent-20:before { content: "\f4b1"; } .fltf-inking-tool-accent-24:before { content: "\f4b2"; } .fltf-inprivate-account-16:before { content: "\f4b3"; } .fltf-inprivate-account-20:before { content: "\f4b4"; } .fltf-inprivate-account-24:before { content: "\f4b5"; } .fltf-inprivate-account-28:before { content: "\f4b6"; } .fltf-insert-20:before { content: "\f4b7"; } .fltf-inspect-20:before { content: "\f4b8"; } .fltf-inspect-24:before { content: "\f4b9"; } .fltf-ios-arrow-left-24:before { content: "\f4ba"; } .fltf-ios-chevron-24:before { content: "\f4bb"; } .fltf-ios-chevron-right-20:before { content: "\f4bc"; } .fltf-javascript-16:before { content: "\f4bd"; } .fltf-javascript-20:before { content: "\f4be"; } .fltf-javascript-24:before { content: "\f4bf"; } .fltf-key-20:before { content: "\f4c0"; } .fltf-key-24:before { content: "\f4c1"; } .fltf-keyboard-20:before { content: "\f4c2"; } .fltf-keyboard-24:before { content: "\f4c3"; } .fltf-keyboard-dock-24:before { content: "\f4c4"; } .fltf-keyboard-layout-float-24:before { content: "\f4c5"; } .fltf-keyboard-layout-one-handed-left-24:before { content: "\f4c6"; } .fltf-keyboard-layout-resize-24:before { content: "\f4c7"; } .fltf-keyboard-layout-split-24:before { content: "\f4c8"; } .fltf-keyboard-shift-24:before { content: "\f4c9"; } .fltf-keyboard-shift-uppercase-24:before { content: "\f4ca"; } .fltf-keyboard-tab-24:before { content: "\f4cb"; } .fltf-laptop-16:before { content: "\f4cc"; } .fltf-laptop-20:before { content: "\f4cd"; } .fltf-laptop-24:before { content: "\f4ce"; } .fltf-laptop-28:before { content: "\f4cf"; } .fltf-large-16:before { content: "\f4d0"; } .fltf-large-20:before { content: "\f4d1"; } .fltf-large-24:before { content: "\f4d2"; } .fltf-lasso-24:before { content: "\f4d3"; } .fltf-launcher-settings-24:before { content: "\f4d4"; } .fltf-layer-20:before { content: "\f4d5"; } .fltf-layer-24:before { content: "\f4d6"; } .fltf-leaf-16:before { content: "\f4d7"; } .fltf-leaf-20:before { content: "\f4d8"; } .fltf-leaf-24:before { content: "\f4d9"; } .fltf-leaf-two-16:before { content: "\f4da"; } .fltf-leaf-two-20:before { content: "\f4db"; } .fltf-leaf-two-24:before { content: "\f4dc"; } .fltf-library-24:before { content: "\f4dd"; } .fltf-library-28:before { content: "\f4de"; } .fltf-lightbulb-16:before { content: "\f4df"; } .fltf-lightbulb-20:before { content: "\f4e0"; } .fltf-lightbulb-24:before { content: "\f4e1"; } .fltf-lightbulb-circle-24:before { content: "\f4e2"; } .fltf-lightbulb-filament-16:before { content: "\f4e3"; } .fltf-lightbulb-filament-20:before { content: "\f4e4"; } .fltf-lightbulb-filament-24:before { content: "\f4e5"; } .fltf-like-16:before { content: "\f4e6"; } .fltf-likert-16:before { content: "\f4e7"; } .fltf-likert-20:before { content: "\f4e8"; } .fltf-likert-24:before { content: "\f4e9"; } .fltf-line-horizontal-1-20:before { content: "\f4ea"; } .fltf-line-horizontal-3-20:before { content: "\f4eb"; } .fltf-line-horizontal-5-20:before { content: "\f4ec"; } .fltf-link-16:before { content: "\f4ed"; } .fltf-link-20:before { content: "\f4ee"; } .fltf-link-24:before { content: "\f4ef"; } .fltf-link-28:before { content: "\f4f0"; } .fltf-link-48:before { content: "\f4f1"; } .fltf-link-edit-16:before { content: "\f4f2"; } .fltf-link-edit-20:before { content: "\f4f3"; } .fltf-link-edit-24:before { content: "\f4f4"; } .fltf-link-remove-20:before { content: "\f4f5"; } .fltf-link-square-24:before { content: "\f4f6"; } .fltf-list-20:before { content: "\f4f7"; } .fltf-list-24:before { content: "\f4f8"; } .fltf-list-28:before { content: "\f4f9"; } .fltf-live-20:before { content: "\f4fa"; } .fltf-live-24:before { content: "\f4fb"; } .fltf-local-language-16:before { content: "\f4fc"; } .fltf-local-language-20:before { content: "\f4fd"; } .fltf-local-language-24:before { content: "\f4fe"; } .fltf-local-language-28:before { content: "\f4ff"; } .fltf-location-12:before { content: "\f500"; } .fltf-location-16:before { content: "\f501"; } .fltf-location-20:before { content: "\f502"; } .fltf-location-24:before { content: "\f503"; } .fltf-location-28:before { content: "\f504"; } .fltf-location-live-20:before { content: "\f505"; } .fltf-location-live-24:before { content: "\f506"; } .fltf-location-not-found-24:before { content: "\f507"; } .fltf-lock-12:before { content: "\f508"; } .fltf-lock-16:before { content: "\f509"; } .fltf-lock-20:before { content: "\f50a"; } .fltf-lock-24:before { content: "\f50b"; } .fltf-lock-shield-20:before { content: "\f50c"; } .fltf-lock-shield-24:before { content: "\f50d"; } .fltf-lock-shield-48:before { content: "\f50e"; } .fltf-magic-wand-24:before { content: "\f50f"; } .fltf-mail-20:before { content: "\f510"; } .fltf-mail-24:before { content: "\f511"; } .fltf-mail-28:before { content: "\f512"; } .fltf-mail-48:before { content: "\f513"; } .fltf-mail-add-24:before { content: "\f514"; } .fltf-mail-all-20:before { content: "\f515"; } .fltf-mail-all-24:before { content: "\f516"; } .fltf-mail-all-accounts-24:before { content: "\f517"; } .fltf-mail-all-read-20:before { content: "\f518"; } .fltf-mail-all-unread-20:before { content: "\f519"; } .fltf-mail-clock-20:before { content: "\f51a"; } .fltf-mail-copy-20:before { content: "\f51b"; } .fltf-mail-copy-24:before { content: "\f51c"; } .fltf-mail-inbox-16:before { content: "\f51d"; } .fltf-mail-inbox-20:before { content: "\f51e"; } .fltf-mail-inbox-24:before { content: "\f51f"; } .fltf-mail-inbox-28:before { content: "\f520"; } .fltf-mail-inbox-add-16:before { content: "\f521"; } .fltf-mail-inbox-add-20:before { content: "\f522"; } .fltf-mail-inbox-add-24:before { content: "\f523"; } .fltf-mail-inbox-add-28:before { content: "\f524"; } .fltf-mail-inbox-dismiss-16:before { content: "\f525"; } .fltf-mail-inbox-dismiss-20:before { content: "\f526"; } .fltf-mail-inbox-dismiss-24:before { content: "\f527"; } .fltf-mail-inbox-dismiss-28:before { content: "\f528"; } .fltf-mail-move-to-focussed-24:before { content: "\f529"; } .fltf-mail-outbox-24:before { content: "\f52a"; } .fltf-mail-read-20:before { content: "\f52b"; } .fltf-mail-read-24:before { content: "\f52c"; } .fltf-mail-read-28:before { content: "\f52d"; } .fltf-mail-read-48:before { content: "\f52e"; } .fltf-mail-unread-16:before { content: "\f52f"; } .fltf-mail-unread-20:before { content: "\f530"; } .fltf-mail-unread-24:before { content: "\f531"; } .fltf-mail-unread-28:before { content: "\f532"; } .fltf-mail-unread-48:before { content: "\f533"; } .fltf-mail-unsubscribe-24:before { content: "\f534"; } .fltf-malware-detected-16:before { content: "\f535"; } .fltf-malware-detected-24:before { content: "\f536"; } .fltf-manufacturer-24:before { content: "\f537"; } .fltf-map-24:before { content: "\f538"; } .fltf-map-drive-16:before { content: "\f539"; } .fltf-map-drive-20:before { content: "\f53a"; } .fltf-map-drive-24:before { content: "\f53b"; } .fltf-match-app-layout-24:before { content: "\f53c"; } .fltf-maximize-16:before { content: "\f53d"; } .fltf-meet-now-20:before { content: "\f53e"; } .fltf-meet-now-24:before { content: "\f53f"; } .fltf-megaphone-16:before { content: "\f540"; } .fltf-megaphone-20:before { content: "\f541"; } .fltf-megaphone-24:before { content: "\f542"; } .fltf-megaphone-28:before { content: "\f543"; } .fltf-megaphone-off-24:before { content: "\f544"; } .fltf-mention-16:before { content: "\f545"; } .fltf-mention-20:before { content: "\f546"; } .fltf-mention-24:before { content: "\f547"; } .fltf-merge-24:before { content: "\f548"; } .fltf-mic-off-12:before { content: "\f549"; } .fltf-mic-off-16:before { content: "\f54a"; } .fltf-mic-off-24:before { content: "\f54b"; } .fltf-mic-off-28:before { content: "\f54c"; } .fltf-mic-on-16:before { content: "\f54d"; } .fltf-mic-on-20:before { content: "\f54e"; } .fltf-mic-on-24:before { content: "\f54f"; } .fltf-mic-on-28:before { content: "\f550"; } .fltf-mic-on-48:before { content: "\f551"; } .fltf-mic-settings-24:before { content: "\f552"; } .fltf-midi-20:before { content: "\f553"; } .fltf-midi-24:before { content: "\f554"; } .fltf-missing-metadata-16:before { content: "\f555"; } .fltf-missing-metadata-24:before { content: "\f556"; } .fltf-mobile-optimized-24:before { content: "\f557"; } .fltf-money-16:before { content: "\f558"; } .fltf-money-20:before { content: "\f559"; } .fltf-money-24:before { content: "\f55a"; } .fltf-more-16:before { content: "\f55b"; } .fltf-more-20:before { content: "\f55c"; } .fltf-more-24:before { content: "\f55d"; } .fltf-more-28:before { content: "\f55e"; } .fltf-more-48:before { content: "\f55f"; } .fltf-more-vertical-20:before { content: "\f560"; } .fltf-more-vertical-24:before { content: "\f561"; } .fltf-more-vertical-28:before { content: "\f562"; } .fltf-more-vertical-48:before { content: "\f563"; } .fltf-movies-and-tv-24:before { content: "\f564"; } .fltf-multiselect-20:before { content: "\f565"; } .fltf-multiselect-24:before { content: "\f566"; } .fltf-music-20:before { content: "\f567"; } .fltf-music-24:before { content: "\f568"; } .fltf-my-location-24:before { content: "\f569"; } .fltf-navigation-20:before { content: "\f56a"; } .fltf-navigation-24:before { content: "\f56b"; } .fltf-network-check-24:before { content: "\f56c"; } .fltf-new-16:before { content: "\f56d"; } .fltf-new-24:before { content: "\f56e"; } .fltf-news-20:before { content: "\f56f"; } .fltf-news-24:before { content: "\f570"; } .fltf-news-28:before { content: "\f571"; } .fltf-next-16:before { content: "\f572"; } .fltf-next-20:before { content: "\f573"; } .fltf-next-24:before { content: "\f574"; } .fltf-note-20:before { content: "\f575"; } .fltf-note-24:before { content: "\f576"; } .fltf-note-add-16:before { content: "\f577"; } .fltf-note-add-20:before { content: "\f578"; } .fltf-note-add-24:before { content: "\f579"; } .fltf-notebook-24:before { content: "\f57a"; } .fltf-notebook-error-24:before { content: "\f57b"; } .fltf-notebook-lightning-24:before { content: "\f57c"; } .fltf-notebook-question-mark-24:before { content: "\f57d"; } .fltf-notebook-section-24:before { content: "\f57e"; } .fltf-notebook-sync-24:before { content: "\f57f"; } .fltf-notepad-20:before { content: "\f580"; } .fltf-notepad-24:before { content: "\f581"; } .fltf-notepad-28:before { content: "\f582"; } .fltf-number-row-16:before { content: "\f583"; } .fltf-number-row-20:before { content: "\f584"; } .fltf-number-row-24:before { content: "\f585"; } .fltf-number-symbol-16:before { content: "\f586"; } .fltf-number-symbol-20:before { content: "\f587"; } .fltf-number-symbol-24:before { content: "\f588"; } .fltf-office-apps-24:before { content: "\f589"; } .fltf-office-apps-28:before { content: "\f58a"; } .fltf-open-16:before { content: "\f58b"; } .fltf-open-20:before { content: "\f58c"; } .fltf-open-24:before { content: "\f58d"; } .fltf-open-folder-24:before { content: "\f58e"; } .fltf-open-in-browser-24:before { content: "\f58f"; } .fltf-options-16:before { content: "\f590"; } .fltf-options-20:before { content: "\f591"; } .fltf-options-24:before { content: "\f592"; } .fltf-organization-20:before { content: "\f593"; } .fltf-organization-24:before { content: "\f594"; } .fltf-organization-28:before { content: "\f595"; } .fltf-owner-24:before { content: "\f596"; } .fltf-page-20:before { content: "\f597"; } .fltf-page-fit-16:before { content: "\f598"; } .fltf-page-fit-20:before { content: "\f599"; } .fltf-page-fit-24:before { content: "\f59a"; } .fltf-paint-brush-16:before { content: "\f59b"; } .fltf-paint-brush-20:before { content: "\f59c"; } .fltf-paint-brush-24:before { content: "\f59d"; } .fltf-paint-bucket-16:before { content: "\f59e"; } .fltf-paint-bucket-20:before { content: "\f59f"; } .fltf-paint-bucket-24:before { content: "\f5a0"; } .fltf-pair-24:before { content: "\f5a1"; } .fltf-pane-close-16:before { content: "\f5a2"; } .fltf-pane-close-20:before { content: "\f5a3"; } .fltf-pane-close-24:before { content: "\f5a4"; } .fltf-pane-open-16:before { content: "\f5a5"; } .fltf-pane-open-20:before { content: "\f5a6"; } .fltf-pane-open-24:before { content: "\f5a7"; } .fltf-password-24:before { content: "\f5a8"; } .fltf-patient-24:before { content: "\f5a9"; } .fltf-pause-16:before { content: "\f5aa"; } .fltf-pause-20:before { content: "\f5ab"; } .fltf-pause-24:before { content: "\f5ac"; } .fltf-pause-48:before { content: "\f5ad"; } .fltf-payment-20:before { content: "\f5ae"; } .fltf-payment-24:before { content: "\f5af"; } .fltf-pen-settings-24:before { content: "\f5b0"; } .fltf-people-16:before { content: "\f5b1"; } .fltf-people-20:before { content: "\f5b2"; } .fltf-people-24:before { content: "\f5b3"; } .fltf-people-28:before { content: "\f5b4"; } .fltf-people-add-16:before { content: "\f5b5"; } .fltf-people-add-20:before { content: "\f5b6"; } .fltf-people-add-24:before { content: "\f5b7"; } .fltf-people-audience-24:before { content: "\f5b8"; } .fltf-people-community-16:before { content: "\f5b9"; } .fltf-people-community-20:before { content: "\f5ba"; } .fltf-people-community-24:before { content: "\f5bb"; } .fltf-people-community-28:before { content: "\f5bc"; } .fltf-people-community-add-24:before { content: "\f5bd"; } .fltf-people-prohibited-20:before { content: "\f5be"; } .fltf-people-search-24:before { content: "\f5bf"; } .fltf-people-settings-20:before { content: "\f5c0"; } .fltf-people-team-16:before { content: "\f5c1"; } .fltf-people-team-20:before { content: "\f5c2"; } .fltf-people-team-24:before { content: "\f5c3"; } .fltf-people-team-28:before { content: "\f5c4"; } .fltf-person-12:before { content: "\f5c5"; } .fltf-person-16:before { content: "\f5c6"; } .fltf-person-20:before { content: "\f5c7"; } .fltf-person-24:before { content: "\f5c8"; } .fltf-person-28:before { content: "\f5c9"; } .fltf-person-48:before { content: "\f5ca"; } .fltf-person-accounts-24:before { content: "\f5cb"; } .fltf-person-add-20:before { content: "\f5cc"; } .fltf-person-add-24:before { content: "\f5cd"; } .fltf-person-arrow-left-20:before { content: "\f5ce"; } .fltf-person-arrow-left-24:before { content: "\f5cf"; } .fltf-person-arrow-right-16:before { content: "\f5d0"; } .fltf-person-arrow-right-20:before { content: "\f5d1"; } .fltf-person-arrow-right-24:before { content: "\f5d2"; } .fltf-person-available-16:before { content: "\f5d3"; } .fltf-person-available-24:before { content: "\f5d4"; } .fltf-person-block-24:before { content: "\f5d5"; } .fltf-person-board-16:before { content: "\f5d6"; } .fltf-person-board-20:before { content: "\f5d7"; } .fltf-person-board-24:before { content: "\f5d8"; } .fltf-person-call-24:before { content: "\f5d9"; } .fltf-person-delete-16:before { content: "\f5da"; } .fltf-person-delete-24:before { content: "\f5db"; } .fltf-person-feedback-20:before { content: "\f5dc"; } .fltf-person-feedback-24:before { content: "\f5dd"; } .fltf-person-prohibited-20:before { content: "\f5de"; } .fltf-person-question-mark-16:before { content: "\f5df"; } .fltf-person-question-mark-20:before { content: "\f5e0"; } .fltf-person-question-mark-24:before { content: "\f5e1"; } .fltf-person-support-16:before { content: "\f5e2"; } .fltf-person-support-20:before { content: "\f5e3"; } .fltf-person-support-24:before { content: "\f5e4"; } .fltf-person-swap-16:before { content: "\f5e5"; } .fltf-person-swap-20:before { content: "\f5e6"; } .fltf-person-swap-24:before { content: "\f5e7"; } .fltf-person-voice-20:before { content: "\f5e8"; } .fltf-person-voice-24:before { content: "\f5e9"; } .fltf-phone-20:before { content: "\f5ea"; } .fltf-phone-24:before { content: "\f5eb"; } .fltf-phone-28:before { content: "\f5ec"; } .fltf-phone-add-new-app-24:before { content: "\f5ed"; } .fltf-phone-desktop-16:before { content: "\f5ee"; } .fltf-phone-desktop-20:before { content: "\f5ef"; } .fltf-phone-desktop-24:before { content: "\f5f0"; } .fltf-phone-desktop-28:before { content: "\f5f1"; } .fltf-phone-error-24:before { content: "\f5f2"; } .fltf-phone-home-lock-24:before { content: "\f5f3"; } .fltf-phone-laptop-20:before { content: "\f5f4"; } .fltf-phone-laptop-24:before { content: "\f5f5"; } .fltf-phone-link-setup-24:before { content: "\f5f6"; } .fltf-phone-mobile-20:before { content: "\f5f7"; } .fltf-phone-mobile-24:before { content: "\f5f8"; } .fltf-phone-page-header-24:before { content: "\f5f9"; } .fltf-phone-pagination-24:before { content: "\f5fa"; } .fltf-phone-screen-time-24:before { content: "\f5fb"; } .fltf-phone-shake-24:before { content: "\f5fc"; } .fltf-phone-status-bar-24:before { content: "\f5fd"; } .fltf-phone-tablet-20:before { content: "\f5fe"; } .fltf-phone-tablet-24:before { content: "\f5ff"; } .fltf-phone-to-pc-20:before { content: "\f600"; } .fltf-phone-to-pc-24:before { content: "\f601"; } .fltf-phone-update-24:before { content: "\f602"; } .fltf-phone-vertical-scroll-24:before { content: "\f603"; } .fltf-phone-vibrate-24:before { content: "\f604"; } .fltf-photo-filter-24:before { content: "\f605"; } .fltf-picture-in-picture-16:before { content: "\f606"; } .fltf-picture-in-picture-20:before { content: "\f607"; } .fltf-picture-in-picture-24:before { content: "\f608"; } .fltf-pin-12:before { content: "\f609"; } .fltf-pin-16:before { content: "\f60a"; } .fltf-pin-20:before { content: "\f60b"; } .fltf-pin-24:before { content: "\f60c"; } .fltf-pin-off-20:before { content: "\f60d"; } .fltf-pin-off-24:before { content: "\f60e"; } .fltf-play-20:before { content: "\f60f"; } .fltf-play-24:before { content: "\f610"; } .fltf-play-48:before { content: "\f611"; } .fltf-play-circle-24:before { content: "\f612"; } .fltf-plug-disconnected-20:before { content: "\f613"; } .fltf-plug-disconnected-24:before { content: "\f614"; } .fltf-plug-disconnected-28:before { content: "\f615"; } .fltf-point-scan-24:before { content: "\f616"; } .fltf-poll-24:before { content: "\f617"; } .fltf-power-20:before { content: "\f618"; } .fltf-power-24:before { content: "\f619"; } .fltf-power-28:before { content: "\f61a"; } .fltf-predictions-24:before { content: "\f61b"; } .fltf-premium-16:before { content: "\f61c"; } .fltf-premium-20:before { content: "\f61d"; } .fltf-premium-24:before { content: "\f61e"; } .fltf-premium-28:before { content: "\f61f"; } .fltf-presence-available-10:before { content: "\f620"; } .fltf-presence-available-12:before { content: "\f621"; } .fltf-presence-available-16:before { content: "\f622"; } .fltf-presence-away-10:before { content: "\f623"; } .fltf-presence-away-12:before { content: "\f624"; } .fltf-presence-away-16:before { content: "\f625"; } .fltf-presence-busy-10:before { content: "\f626"; } .fltf-presence-busy-12:before { content: "\f627"; } .fltf-presence-busy-16:before { content: "\f628"; } .fltf-presence-dnd-10:before { content: "\f629"; } .fltf-presence-dnd-12:before { content: "\f62a"; } .fltf-presence-dnd-16:before { content: "\f62b"; } .fltf-presenter-24:before { content: "\f62c"; } .fltf-presenter-off-24:before { content: "\f62d"; } .fltf-preview-link-16:before { content: "\f62e"; } .fltf-preview-link-20:before { content: "\f62f"; } .fltf-preview-link-24:before { content: "\f630"; } .fltf-previous-16:before { content: "\f631"; } .fltf-previous-20:before { content: "\f632"; } .fltf-previous-24:before { content: "\f633"; } .fltf-print-20:before { content: "\f634"; } .fltf-print-24:before { content: "\f635"; } .fltf-print-48:before { content: "\f636"; } .fltf-prohibited-20:before { content: "\f637"; } .fltf-prohibited-24:before { content: "\f638"; } .fltf-prohibited-28:before { content: "\f639"; } .fltf-prohibited-48:before { content: "\f63a"; } .fltf-proofread-language-24:before { content: "\f63b"; } .fltf-protocol-handler-16:before { content: "\f63c"; } .fltf-protocol-handler-20:before { content: "\f63d"; } .fltf-protocol-handler-24:before { content: "\f63e"; } .fltf-qr-code-24:before { content: "\f63f"; } .fltf-qr-code-28:before { content: "\f640"; } .fltf-question-16:before { content: "\f641"; } .fltf-question-20:before { content: "\f642"; } .fltf-question-24:before { content: "\f643"; } .fltf-question-28:before { content: "\f644"; } .fltf-question-48:before { content: "\f645"; } .fltf-question-circle-16:before { content: "\f646"; } .fltf-question-circle-20:before { content: "\f647"; } .fltf-question-circle-24:before { content: "\f648"; } .fltf-question-circle-28:before { content: "\f649"; } .fltf-question-circle-48:before { content: "\f64a"; } .fltf-quiz-new-24:before { content: "\f64b"; } .fltf-quiz-new-28:before { content: "\f64c"; } .fltf-quiz-new-48:before { content: "\f64d"; } .fltf-radio-button-20:before { content: "\f64e"; } .fltf-radio-button-24:before { content: "\f64f"; } .fltf-rating-mature-16:before { content: "\f650"; } .fltf-rating-mature-20:before { content: "\f651"; } .fltf-rating-mature-24:before { content: "\f652"; } .fltf-re-order-16:before { content: "\f653"; } .fltf-re-order-24:before { content: "\f654"; } .fltf-re-order-dots-20:before { content: "\f655"; } .fltf-re-order-dots-24:before { content: "\f656"; } .fltf-read-aloud-20:before { content: "\f657"; } .fltf-read-aloud-24:before { content: "\f658"; } .fltf-read-only-16:before { content: "\f659"; } .fltf-read-only-24:before { content: "\f65a"; } .fltf-reading-list-16:before { content: "\f65b"; } .fltf-reading-list-20:before { content: "\f65c"; } .fltf-reading-list-24:before { content: "\f65d"; } .fltf-reading-list-28:before { content: "\f65e"; } .fltf-reading-list-add-16:before { content: "\f65f"; } .fltf-reading-list-add-20:before { content: "\f660"; } .fltf-reading-list-add-24:before { content: "\f661"; } .fltf-reading-list-add-28:before { content: "\f662"; } .fltf-reading-mode-20:before { content: "\f663"; } .fltf-reading-mode-24:before { content: "\f664"; } .fltf-reading-mode-mobile-20:before { content: "\f665"; } .fltf-reading-mode-mobile-24:before { content: "\f666"; } .fltf-reciept-20:before { content: "\f667"; } .fltf-reciept-24:before { content: "\f668"; } .fltf-recommended-24:before { content: "\f669"; } .fltf-record-16:before { content: "\f66a"; } .fltf-record-20:before { content: "\f66b"; } .fltf-record-24:before { content: "\f66c"; } .fltf-remove-12:before { content: "\f66d"; } .fltf-remove-16:before { content: "\f66e"; } .fltf-remove-20:before { content: "\f66f"; } .fltf-remove-24:before { content: "\f670"; } .fltf-remove-recent-24:before { content: "\f671"; } .fltf-rename-16:before { content: "\f672"; } .fltf-rename-20:before { content: "\f673"; } .fltf-rename-24:before { content: "\f674"; } .fltf-rename-28:before { content: "\f675"; } .fltf-resize-20:before { content: "\f676"; } .fltf-resize-image-24:before { content: "\f677"; } .fltf-resize-table-24:before { content: "\f678"; } .fltf-resize-video-24:before { content: "\f679"; } .fltf-restore-16:before { content: "\f67a"; } .fltf-reward-16:before { content: "\f67b"; } .fltf-reward-20:before { content: "\f67c"; } .fltf-reward-24:before { content: "\f67d"; } .fltf-rewind-20:before { content: "\f67e"; } .fltf-rewind-24:before { content: "\f67f"; } .fltf-rocket-16:before { content: "\f680"; } .fltf-rocket-20:before { content: "\f681"; } .fltf-rocket-24:before { content: "\f682"; } .fltf-router-24:before { content: "\f683"; } .fltf-row-triple-24:before { content: "\f684"; } .fltf-ruler-16:before { content: "\f685"; } .fltf-ruler-20:before { content: "\f686"; } .fltf-ruler-24:before { content: "\f687"; } .fltf-run-24:before { content: "\f688"; } .fltf-save-20:before { content: "\f689"; } .fltf-save-24:before { content: "\f68a"; } .fltf-save-as-20:before { content: "\f68b"; } .fltf-save-as-24:before { content: "\f68c"; } .fltf-save-copy-24:before { content: "\f68d"; } .fltf-savings-16:before { content: "\f68e"; } .fltf-savings-20:before { content: "\f68f"; } .fltf-savings-24:before { content: "\f690"; } .fltf-scale-fill-24:before { content: "\f691"; } .fltf-scale-fit-16:before { content: "\f692"; } .fltf-scale-fit-20:before { content: "\f693"; } .fltf-scale-fit-24:before { content: "\f694"; } .fltf-scan-24:before { content: "\f695"; } .fltf-scratchpad-24:before { content: "\f696"; } .fltf-screenshot-20:before { content: "\f697"; } .fltf-screenshot-24:before { content: "\f698"; } .fltf-search-20:before { content: "\f699"; } .fltf-search-24:before { content: "\f69a"; } .fltf-search-28:before { content: "\f69b"; } .fltf-search-info-24:before { content: "\f69c"; } .fltf-search-square-24:before { content: "\f69d"; } .fltf-select-all-24:before { content: "\f69e"; } .fltf-select-all-off-24:before { content: "\f69f"; } .fltf-select-object-20:before { content: "\f6a0"; } .fltf-select-object-24:before { content: "\f6a1"; } .fltf-send-20:before { content: "\f6a2"; } .fltf-send-24:before { content: "\f6a3"; } .fltf-send-28:before { content: "\f6a4"; } .fltf-send-clock-20:before { content: "\f6a5"; } .fltf-send-copy-24:before { content: "\f6a6"; } .fltf-send-logging-24:before { content: "\f6a7"; } .fltf-send-to-back-20:before { content: "\f6a8"; } .fltf-send-to-back-24:before { content: "\f6a9"; } .fltf-serial-port-16:before { content: "\f6aa"; } .fltf-serial-port-20:before { content: "\f6ab"; } .fltf-serial-port-24:before { content: "\f6ac"; } .fltf-service-bell-24:before { content: "\f6ad"; } .fltf-set-top-stack-16:before { content: "\f6ae"; } .fltf-set-top-stack-20:before { content: "\f6af"; } .fltf-set-top-stack-24:before { content: "\f6b0"; } .fltf-settings-16:before { content: "\f6b1"; } .fltf-settings-20:before { content: "\f6b2"; } .fltf-settings-24:before { content: "\f6b3"; } .fltf-settings-28:before { content: "\f6b4"; } .fltf-shapes-16:before { content: "\f6b5"; } .fltf-shapes-20:before { content: "\f6b6"; } .fltf-shapes-24:before { content: "\f6b7"; } .fltf-share-20:before { content: "\f6b8"; } .fltf-share-24:before { content: "\f6b9"; } .fltf-share-android-20:before { content: "\f6ba"; } .fltf-share-android-24:before { content: "\f6bb"; } .fltf-share-close-tray-24:before { content: "\f6bc"; } .fltf-share-desktop-24:before { content: "\f6bd"; } .fltf-share-ios-20:before { content: "\f6be"; } .fltf-share-ios-24:before { content: "\f6bf"; } .fltf-share-ios-28:before { content: "\f6c0"; } .fltf-share-ios-48:before { content: "\f6c1"; } .fltf-share-screen-20:before { content: "\f6c2"; } .fltf-share-screen-24:before { content: "\f6c3"; } .fltf-share-screen-28:before { content: "\f6c4"; } .fltf-share-stop-24:before { content: "\f6c5"; } .fltf-share-stop-28:before { content: "\f6c6"; } .fltf-shield-20:before { content: "\f6c7"; } .fltf-shield-24:before { content: "\f6c8"; } .fltf-shield-dismiss-20:before { content: "\f6c9"; } .fltf-shield-dismiss-24:before { content: "\f6ca"; } .fltf-shield-error-20:before { content: "\f6cb"; } .fltf-shield-error-24:before { content: "\f6cc"; } .fltf-shield-keyhole-16:before { content: "\f6cd"; } .fltf-shield-keyhole-20:before { content: "\f6ce"; } .fltf-shield-keyhole-24:before { content: "\f6cf"; } .fltf-shield-prohibited-20:before { content: "\f6d0"; } .fltf-shield-prohibited-24:before { content: "\f6d1"; } .fltf-shifts-24:before { content: "\f6d2"; } .fltf-shifts-24h-20:before { content: "\f6d3"; } .fltf-shifts-24h-24:before { content: "\f6d4"; } .fltf-shifts-28:before { content: "\f6d5"; } .fltf-shifts-30-minutes-24:before { content: "\f6d6"; } .fltf-shifts-activity-20:before { content: "\f6d7"; } .fltf-shifts-activity-24:before { content: "\f6d8"; } .fltf-shifts-add-24:before { content: "\f6d9"; } .fltf-shifts-approve-24:before { content: "\f6da"; } .fltf-shifts-availability-24:before { content: "\f6db"; } .fltf-shifts-deny-24:before { content: "\f6dc"; } .fltf-shifts-open-20:before { content: "\f6dd"; } .fltf-shifts-open-24:before { content: "\f6de"; } .fltf-shifts-pending-24:before { content: "\f6df"; } .fltf-shifts-team-24:before { content: "\f6e0"; } .fltf-ship-20:before { content: "\f6e1"; } .fltf-ship-24:before { content: "\f6e2"; } .fltf-sign-out-24:before { content: "\f6e3"; } .fltf-signature-16:before { content: "\f6e4"; } .fltf-signature-20:before { content: "\f6e5"; } .fltf-signature-24:before { content: "\f6e6"; } .fltf-signature-28:before { content: "\f6e7"; } .fltf-signed-16:before { content: "\f6e8"; } .fltf-signed-20:before { content: "\f6e9"; } .fltf-signed-24:before { content: "\f6ea"; } .fltf-sim-16:before { content: "\f6eb"; } .fltf-sim-20:before { content: "\f6ec"; } .fltf-sim-24:before { content: "\f6ed"; } .fltf-sleep-24:before { content: "\f6ee"; } .fltf-slide-add-24:before { content: "\f6ef"; } .fltf-slide-design-24:before { content: "\f6f0"; } .fltf-slide-hide-24:before { content: "\f6f1"; } .fltf-slide-layout-20:before { content: "\f6f2"; } .fltf-slide-layout-24:before { content: "\f6f3"; } .fltf-slide-microphone-24:before { content: "\f6f4"; } .fltf-slide-text-24:before { content: "\f6f5"; } .fltf-slow-mode-16:before { content: "\f6f6"; } .fltf-slow-mode-20:before { content: "\f6f7"; } .fltf-slow-mode-24:before { content: "\f6f8"; } .fltf-slow-mode-28:before { content: "\f6f9"; } .fltf-small-16:before { content: "\f6fa"; } .fltf-small-20:before { content: "\f6fb"; } .fltf-small-24:before { content: "\f6fc"; } .fltf-snooze-16:before { content: "\f6fd"; } .fltf-snooze-24:before { content: "\f6fe"; } .fltf-sound-source-24:before { content: "\f6ff"; } .fltf-sound-source-28:before { content: "\f700"; } .fltf-spacebar-24:before { content: "\f701"; } .fltf-speaker-0-24:before { content: "\f702"; } .fltf-speaker-16:before { content: "\f703"; } .fltf-speaker-1-24:before { content: "\f704"; } .fltf-speaker-20:before { content: "\f705"; } .fltf-speaker-24:before { content: "\f706"; } .fltf-speaker-28:before { content: "\f707"; } .fltf-speaker-bluetooth-24:before { content: "\f708"; } .fltf-speaker-edit-16:before { content: "\f709"; } .fltf-speaker-edit-20:before { content: "\f70a"; } .fltf-speaker-edit-24:before { content: "\f70b"; } .fltf-speaker-none-20:before { content: "\f70c"; } .fltf-speaker-none-24:before { content: "\f70d"; } .fltf-speaker-none-28:before { content: "\f70e"; } .fltf-speaker-off-24:before { content: "\f70f"; } .fltf-speaker-off-28:before { content: "\f710"; } .fltf-speaker-settings-24:before { content: "\f711"; } .fltf-spinner-ios-20:before { content: "\f712"; } .fltf-sports-16:before { content: "\f713"; } .fltf-sports-20:before { content: "\f714"; } .fltf-sports-24:before { content: "\f715"; } .fltf-star-12:before { content: "\f716"; } .fltf-star-16:before { content: "\f717"; } .fltf-star-20:before { content: "\f718"; } .fltf-star-24:before { content: "\f719"; } .fltf-star-28:before { content: "\f71a"; } .fltf-star-add-16:before { content: "\f71b"; } .fltf-star-add-20:before { content: "\f71c"; } .fltf-star-add-24:before { content: "\f71d"; } .fltf-star-arrow-right-24:before { content: "\f71e"; } .fltf-star-arrow-right-start-24:before { content: "\f71f"; } .fltf-star-emphasis-24:before { content: "\f720"; } .fltf-star-half-12:before { content: "\f721"; } .fltf-star-half-16:before { content: "\f722"; } .fltf-star-half-20:before { content: "\f723"; } .fltf-star-half-24:before { content: "\f724"; } .fltf-star-half-28:before { content: "\f725"; } .fltf-star-off-12:before { content: "\f726"; } .fltf-star-off-16:before { content: "\f727"; } .fltf-star-off-20:before { content: "\f728"; } .fltf-star-off-24:before { content: "\f729"; } .fltf-star-off-28:before { content: "\f72a"; } .fltf-star-one-quarter-12:before { content: "\f72b"; } .fltf-star-one-quarter-16:before { content: "\f72c"; } .fltf-star-one-quarter-20:before { content: "\f72d"; } .fltf-star-one-quarter-24:before { content: "\f72e"; } .fltf-star-one-quarter-28:before { content: "\f72f"; } .fltf-star-prohibited-16:before { content: "\f730"; } .fltf-star-prohibited-20:before { content: "\f731"; } .fltf-star-prohibited-24:before { content: "\f732"; } .fltf-star-settings-24:before { content: "\f733"; } .fltf-star-three-quarter-12:before { content: "\f734"; } .fltf-star-three-quarter-16:before { content: "\f735"; } .fltf-star-three-quarter-20:before { content: "\f736"; } .fltf-star-three-quarter-24:before { content: "\f737"; } .fltf-star-three-quarter-28:before { content: "\f738"; } .fltf-status-16:before { content: "\f739"; } .fltf-status-20:before { content: "\f73a"; } .fltf-status-24:before { content: "\f73b"; } .fltf-stethoscope-20:before { content: "\f73c"; } .fltf-stethoscope-24:before { content: "\f73d"; } .fltf-sticker-20:before { content: "\f73e"; } .fltf-sticker-24:before { content: "\f73f"; } .fltf-sticker-add-24:before { content: "\f740"; } .fltf-stop-16:before { content: "\f741"; } .fltf-stop-20:before { content: "\f742"; } .fltf-stop-24:before { content: "\f743"; } .fltf-storage-24:before { content: "\f744"; } .fltf-store-16:before { content: "\f745"; } .fltf-store-20:before { content: "\f746"; } .fltf-store-24:before { content: "\f747"; } .fltf-store-microsoft-16:before { content: "\f748"; } .fltf-store-microsoft-20:before { content: "\f749"; } .fltf-store-microsoft-24:before { content: "\f74a"; } .fltf-style-guide-24:before { content: "\f74b"; } .fltf-sub-grid-24:before { content: "\f74c"; } .fltf-subway-20:before { content: "\f74d"; } .fltf-subway-24:before { content: "\f74e"; } .fltf-suggestion-24:before { content: "\f74f"; } .fltf-surface-earbuds-20:before { content: "\f750"; } .fltf-surface-earbuds-24:before { content: "\f751"; } .fltf-surface-hub-20:before { content: "\f752"; } .fltf-surface-hub-24:before { content: "\f753"; } .fltf-swipe-down-24:before { content: "\f754"; } .fltf-swipe-right-24:before { content: "\f755"; } .fltf-swipe-up-24:before { content: "\f756"; } .fltf-symbols-24:before { content: "\f757"; } .fltf-sync-off-16:before { content: "\f758"; } .fltf-sync-off-20:before { content: "\f759"; } .fltf-system-24:before { content: "\f75a"; } .fltf-tab-16:before { content: "\f75b"; } .fltf-tab-20:before { content: "\f75c"; } .fltf-tab-24:before { content: "\f75d"; } .fltf-tab-28:before { content: "\f75e"; } .fltf-tab-desktop-20:before { content: "\f75f"; } .fltf-tab-desktop-arrow-clockwise-16:before { content: "\f760"; } .fltf-tab-desktop-arrow-clockwise-20:before { content: "\f761"; } .fltf-tab-desktop-arrow-clockwise-24:before { content: "\f762"; } .fltf-tab-desktop-clock-20:before { content: "\f763"; } .fltf-tab-desktop-copy-20:before { content: "\f764"; } .fltf-tab-desktop-image-16:before { content: "\f765"; } .fltf-tab-desktop-image-20:before { content: "\f766"; } .fltf-tab-desktop-image-24:before { content: "\f767"; } .fltf-tab-desktop-multiple-20:before { content: "\f768"; } .fltf-tab-desktop-new-page-20:before { content: "\f769"; } .fltf-tab-in-private-16:before { content: "\f76a"; } .fltf-tab-in-private-20:before { content: "\f76b"; } .fltf-tab-in-private-24:before { content: "\f76c"; } .fltf-tab-in-private-28:before { content: "\f76d"; } .fltf-tab-inprivate-account-20:before { content: "\f76e"; } .fltf-tab-inprivate-account-24:before { content: "\f76f"; } .fltf-tab-new-20:before { content: "\f770"; } .fltf-tab-new-24:before { content: "\f771"; } .fltf-tab-sweep-24:before { content: "\f772"; } .fltf-tab-tracking-prevention-20:before { content: "\f773"; } .fltf-tab-tracking-prevention-24:before { content: "\f774"; } .fltf-table-20:before { content: "\f775"; } .fltf-table-24:before { content: "\f776"; } .fltf-table-add-24:before { content: "\f777"; } .fltf-table-cells-merge-20:before { content: "\f778"; } .fltf-table-cells-merge-24:before { content: "\f779"; } .fltf-table-cells-split-20:before { content: "\f77a"; } .fltf-table-cells-split-24:before { content: "\f77b"; } .fltf-table-column-delete-24:before { content: "\f77c"; } .fltf-table-column-insert-24:before { content: "\f77d"; } .fltf-table-column-resize-24:before { content: "\f77e"; } .fltf-table-delete-24:before { content: "\f77f"; } .fltf-table-edit-24:before { content: "\f780"; } .fltf-table-freeze-24:before { content: "\f781"; } .fltf-table-freeze-column-24:before { content: "\f782"; } .fltf-table-freeze-row-24:before { content: "\f783"; } .fltf-table-insert-down-24:before { content: "\f784"; } .fltf-table-insert-left-24:before { content: "\f785"; } .fltf-table-insert-right-24:before { content: "\f786"; } .fltf-table-insert-up-24:before { content: "\f787"; } .fltf-table-move-down-24:before { content: "\f788"; } .fltf-table-move-left-24:before { content: "\f789"; } .fltf-table-move-right-24:before { content: "\f78a"; } .fltf-table-move-up-24:before { content: "\f78b"; } .fltf-table-row-delete-24:before { content: "\f78c"; } .fltf-table-row-insert-24:before { content: "\f78d"; } .fltf-table-row-resize-24:before { content: "\f78e"; } .fltf-table-settings-24:before { content: "\f78f"; } .fltf-table-switch-24:before { content: "\f790"; } .fltf-tablet-20:before { content: "\f791"; } .fltf-tablet-24:before { content: "\f792"; } .fltf-tabs-24:before { content: "\f793"; } .fltf-tag-20:before { content: "\f794"; } .fltf-tag-24:before { content: "\f795"; } .fltf-tap-double-24:before { content: "\f796"; } .fltf-tap-single-24:before { content: "\f797"; } .fltf-target-16:before { content: "\f798"; } .fltf-target-20:before { content: "\f799"; } .fltf-target-24:before { content: "\f79a"; } .fltf-target-edit-16:before { content: "\f79b"; } .fltf-target-edit-20:before { content: "\f79c"; } .fltf-target-edit-24:before { content: "\f79d"; } .fltf-task-list-20:before { content: "\f79e"; } .fltf-task-list-24:before { content: "\f79f"; } .fltf-task-list-add-20:before { content: "\f7a0"; } .fltf-task-list-add-24:before { content: "\f7a1"; } .fltf-tasks-app-24:before { content: "\f7a2"; } .fltf-tasks-app-28:before { content: "\f7a3"; } .fltf-team-add-24:before { content: "\f7a4"; } .fltf-team-delete-24:before { content: "\f7a5"; } .fltf-teddy-24:before { content: "\f7a6"; } .fltf-temperature-20:before { content: "\f7a7"; } .fltf-temperature-24:before { content: "\f7a8"; } .fltf-tent-24:before { content: "\f7a9"; } .fltf-test-call-24:before { content: "\f7aa"; } .fltf-text-24:before { content: "\f7ab"; } .fltf-text-add-24:before { content: "\f7ac"; } .fltf-text-add-space-after-20:before { content: "\f7ad"; } .fltf-text-add-space-after-24:before { content: "\f7ae"; } .fltf-text-add-space-before-20:before { content: "\f7af"; } .fltf-text-add-space-before-24:before { content: "\f7b0"; } .fltf-text-align-center-20:before { content: "\f7b1"; } .fltf-text-align-center-24:before { content: "\f7b2"; } .fltf-text-align-distributed-20:before { content: "\f7b3"; } .fltf-text-align-distributed-24:before { content: "\f7b4"; } .fltf-text-align-justify-20:before { content: "\f7b5"; } .fltf-text-align-justify-24:before { content: "\f7b6"; } .fltf-text-align-left-20:before { content: "\f7b7"; } .fltf-text-align-left-24:before { content: "\f7b8"; } .fltf-text-align-right-20:before { content: "\f7b9"; } .fltf-text-align-right-24:before { content: "\f7ba"; } .fltf-text-asterisk-20:before { content: "\f7bb"; } .fltf-text-bold-20:before { content: "\f7bc"; } .fltf-text-bold-24:before { content: "\f7bd"; } .fltf-text-bullet-list-20:before { content: "\f7be"; } .fltf-text-bullet-list-24:before { content: "\f7bf"; } .fltf-text-bullet-list-add-24:before { content: "\f7c0"; } .fltf-text-bullet-list-square-24:before { content: "\f7c1"; } .fltf-text-bullet-list-square-warning-16:before { content: "\f7c2"; } .fltf-text-bullet-list-square-warning-20:before { content: "\f7c3"; } .fltf-text-bullet-list-square-warning-24:before { content: "\f7c4"; } .fltf-text-bullet-list-tree-16:before { content: "\f7c5"; } .fltf-text-bullet-list-tree-20:before { content: "\f7c6"; } .fltf-text-bullet-list-tree-24:before { content: "\f7c7"; } .fltf-text-change-accept-20:before { content: "\f7c8"; } .fltf-text-change-accept-24:before { content: "\f7c9"; } .fltf-text-change-case-20:before { content: "\f7ca"; } .fltf-text-change-case-24:before { content: "\f7cb"; } .fltf-text-change-next-20:before { content: "\f7cc"; } .fltf-text-change-next-24:before { content: "\f7cd"; } .fltf-text-change-previous-20:before { content: "\f7ce"; } .fltf-text-change-previous-24:before { content: "\f7cf"; } .fltf-text-change-reject-20:before { content: "\f7d0"; } .fltf-text-change-reject-24:before { content: "\f7d1"; } .fltf-text-change-settings-20:before { content: "\f7d2"; } .fltf-text-change-settings-24:before { content: "\f7d3"; } .fltf-text-clear-formatting-20:before { content: "\f7d4"; } .fltf-text-clear-formatting-24:before { content: "\f7d5"; } .fltf-text-collapse-24:before { content: "\f7d6"; } .fltf-text-color-20:before { content: "\f7d7"; } .fltf-text-color-24:before { content: "\f7d8"; } .fltf-text-column-one-20:before { content: "\f7d9"; } .fltf-text-column-one-24:before { content: "\f7da"; } .fltf-text-column-three-20:before { content: "\f7db"; } .fltf-text-column-three-24:before { content: "\f7dc"; } .fltf-text-column-two-20:before { content: "\f7dd"; } .fltf-text-column-two-24:before { content: "\f7de"; } .fltf-text-column-two-left-20:before { content: "\f7df"; } .fltf-text-column-two-left-24:before { content: "\f7e0"; } .fltf-text-column-two-right-20:before { content: "\f7e1"; } .fltf-text-column-two-right-24:before { content: "\f7e2"; } .fltf-text-description-20:before { content: "\f7e3"; } .fltf-text-description-24:before { content: "\f7e4"; } .fltf-text-direction-20:before { content: "\f7e5"; } .fltf-text-direction-24:before { content: "\f7e6"; } .fltf-text-direction-horizontal-ltr-20:before { content: "\f7e7"; } .fltf-text-direction-horizontal-ltr-24:before { content: "\f7e8"; } .fltf-text-direction-rotate-270-20:before { content: "\f7e9"; } .fltf-text-direction-rotate-270-24:before { content: "\f7ea"; } .fltf-text-direction-rotate-270-ac-20:before { content: "\f7eb"; } .fltf-text-direction-rotate-270-ac-24:before { content: "\f7ec"; } .fltf-text-direction-rotate-90-20:before { content: "\f7ed"; } .fltf-text-direction-rotate-90-24:before { content: "\f7ee"; } .fltf-text-direction-vertical-20:before { content: "\f7ef"; } .fltf-text-direction-vertical-24:before { content: "\f7f0"; } .fltf-text-edit-style-20:before { content: "\f7f1"; } .fltf-text-edit-style-24:before { content: "\f7f2"; } .fltf-text-effects-20:before { content: "\f7f3"; } .fltf-text-effects-24:before { content: "\f7f4"; } .fltf-text-expand-24:before { content: "\f7f5"; } .fltf-text-field-16:before { content: "\f7f6"; } .fltf-text-field-20:before { content: "\f7f7"; } .fltf-text-field-24:before { content: "\f7f8"; } .fltf-text-first-line-20:before { content: "\f7f9"; } .fltf-text-first-line-24:before { content: "\f7fa"; } .fltf-text-font-16:before { content: "\f7fb"; } .fltf-text-font-20:before { content: "\f7fc"; } .fltf-text-font-24:before { content: "\f7fd"; } .fltf-text-font-size-20:before { content: "\f7fe"; } .fltf-text-font-size-24:before { content: "\f7ff"; } .fltf-text-footnote-20:before { content: "\f800"; } .fltf-text-footnote-24:before { content: "\f801"; } .fltf-text-grammar-options-16:before { content: "\f802"; } .fltf-text-grammar-options-20:before { content: "\f803"; } .fltf-text-grammar-options-24:before { content: "\f804"; } .fltf-text-hanging-20:before { content: "\f805"; } .fltf-text-hanging-24:before { content: "\f806"; } .fltf-text-header-1-20:before { content: "\f807"; } .fltf-text-header-2-20:before { content: "\f808"; } .fltf-text-header-3-20:before { content: "\f809"; } .fltf-text-indent-decrease-24:before { content: "\f80a"; } .fltf-text-indent-increase-24:before { content: "\f80b"; } .fltf-text-italic-20:before { content: "\f80c"; } .fltf-text-italic-24:before { content: "\f80d"; } .fltf-text-line-spacing-20:before { content: "\f80e"; } .fltf-text-line-spacing-24:before { content: "\f80f"; } .fltf-text-number-format-20:before { content: "\f810"; } .fltf-text-number-format-24:before { content: "\f811"; } .fltf-text-number-list-ltr-20:before { content: "\f812"; } .fltf-text-number-list-ltr-24:before { content: "\f813"; } .fltf-text-number-list-rtl-24:before { content: "\f814"; } .fltf-text-paragraph-settings-20:before { content: "\f815"; } .fltf-text-paragraph-settings-24:before { content: "\f816"; } .fltf-text-proofing-tools-20:before { content: "\f817"; } .fltf-text-proofing-tools-24:before { content: "\f818"; } .fltf-text-quote-20:before { content: "\f819"; } .fltf-text-quote-24:before { content: "\f81a"; } .fltf-text-sort-ascending-20:before { content: "\f81b"; } .fltf-text-sort-descending-20:before { content: "\f81c"; } .fltf-text-strikethrough-20:before { content: "\f81d"; } .fltf-text-strikethrough-24:before { content: "\f81e"; } .fltf-text-subscript-20:before { content: "\f81f"; } .fltf-text-subscript-24:before { content: "\f820"; } .fltf-text-superscript-20:before { content: "\f821"; } .fltf-text-superscript-24:before { content: "\f822"; } .fltf-text-underline-20:before { content: "\f823"; } .fltf-text-underline-24:before { content: "\f824"; } .fltf-text-word-count-20:before { content: "\f825"; } .fltf-text-word-count-24:before { content: "\f826"; } .fltf-text-wrap-24:before { content: "\f827"; } .fltf-textbox-20:before { content: "\f828"; } .fltf-textbox-24:before { content: "\f829"; } .fltf-textbox-align-20:before { content: "\f82a"; } .fltf-textbox-align-24:before { content: "\f82b"; } .fltf-textbox-align-bottom-20:before { content: "\f82c"; } .fltf-textbox-align-bottom-24:before { content: "\f82d"; } .fltf-textbox-align-middle-20:before { content: "\f82e"; } .fltf-textbox-align-middle-24:before { content: "\f82f"; } .fltf-textbox-align-top-20:before { content: "\f830"; } .fltf-textbox-align-top-24:before { content: "\f831"; } .fltf-textbox-vertical-20:before { content: "\f832"; } .fltf-textbox-vertical-24:before { content: "\f833"; } .fltf-thinking-20:before { content: "\f834"; } .fltf-thinking-24:before { content: "\f835"; } .fltf-thumb-dislike-20:before { content: "\f836"; } .fltf-thumb-dislike-24:before { content: "\f837"; } .fltf-thumb-like-20:before { content: "\f838"; } .fltf-thumb-like-24:before { content: "\f839"; } .fltf-ticket-20:before { content: "\f83a"; } .fltf-ticket-24:before { content: "\f83b"; } .fltf-time-and-weather-24:before { content: "\f83c"; } .fltf-time-picker-24:before { content: "\f83d"; } .fltf-timeline-24:before { content: "\f83e"; } .fltf-timer-10-24:before { content: "\f83f"; } .fltf-timer-24:before { content: "\f840"; } .fltf-timer-2-24:before { content: "\f841"; } .fltf-timer-off-24:before { content: "\f842"; } .fltf-toggle-right-16:before { content: "\f843"; } .fltf-toggle-right-20:before { content: "\f844"; } .fltf-toggle-right-24:before { content: "\f845"; } .fltf-toolbox-16:before { content: "\f846"; } .fltf-toolbox-20:before { content: "\f847"; } .fltf-toolbox-24:before { content: "\f848"; } .fltf-toolbox-28:before { content: "\f849"; } .fltf-top-speed-24:before { content: "\f84a"; } .fltf-translate-20:before { content: "\f84b"; } .fltf-translate-24:before { content: "\f84c"; } .fltf-trophy-16:before { content: "\f84d"; } .fltf-trophy-20:before { content: "\f84e"; } .fltf-trophy-24:before { content: "\f84f"; } .fltf-uninstall-app-24:before { content: "\f850"; } .fltf-unlock-20:before { content: "\f851"; } .fltf-unlock-24:before { content: "\f852"; } .fltf-unlock-28:before { content: "\f853"; } .fltf-upload-24:before { content: "\f854"; } .fltf-usb-port-20:before { content: "\f855"; } .fltf-usb-port-24:before { content: "\f856"; } .fltf-usb-stick-20:before { content: "\f857"; } .fltf-usb-stick-24:before { content: "\f858"; } .fltf-vault-16:before { content: "\f859"; } .fltf-vault-20:before { content: "\f85a"; } .fltf-vault-24:before { content: "\f85b"; } .fltf-vehicle-bicycle-24:before { content: "\f85c"; } .fltf-vehicle-bus-24:before { content: "\f85d"; } .fltf-vehicle-cab-24:before { content: "\f85e"; } .fltf-vehicle-car-16:before { content: "\f85f"; } .fltf-vehicle-car-20:before { content: "\f860"; } .fltf-vehicle-car-24:before { content: "\f861"; } .fltf-vehicle-truck-24:before { content: "\f862"; } .fltf-video-16:before { content: "\f863"; } .fltf-video-20:before { content: "\f864"; } .fltf-video-24:before { content: "\f865"; } .fltf-video-28:before { content: "\f866"; } .fltf-video-background-effect-24:before { content: "\f867"; } .fltf-video-clip-24:before { content: "\f868"; } .fltf-video-off-20:before { content: "\f869"; } .fltf-video-off-24:before { content: "\f86a"; } .fltf-video-off-28:before { content: "\f86b"; } .fltf-video-person-24:before { content: "\f86c"; } .fltf-video-person-off-24:before { content: "\f86d"; } .fltf-video-person-star-24:before { content: "\f86e"; } .fltf-video-play-pause-24:before { content: "\f86f"; } .fltf-video-security-20:before { content: "\f870"; } .fltf-video-security-24:before { content: "\f871"; } .fltf-video-switch-24:before { content: "\f872"; } .fltf-view-desktop-20:before { content: "\f873"; } .fltf-view-desktop-24:before { content: "\f874"; } .fltf-view-desktop-mobile-20:before { content: "\f875"; } .fltf-view-desktop-mobile-24:before { content: "\f876"; } .fltf-visual-search-16:before { content: "\f877"; } .fltf-visual-search-20:before { content: "\f878"; } .fltf-visual-search-24:before { content: "\f879"; } .fltf-voicemail-16:before { content: "\f87a"; } .fltf-voicemail-20:before { content: "\f87b"; } .fltf-voicemail-24:before { content: "\f87c"; } .fltf-walkie-talkie-24:before { content: "\f87d"; } .fltf-walkie-talkie-28:before { content: "\f87e"; } .fltf-wallpaper-24:before { content: "\f87f"; } .fltf-warning-16:before { content: "\f880"; } .fltf-warning-20:before { content: "\f881"; } .fltf-warning-24:before { content: "\f882"; } .fltf-weather-blowing-snow-20:before { content: "\f883"; } .fltf-weather-blowing-snow-24:before { content: "\f884"; } .fltf-weather-blowing-snow-48:before { content: "\f885"; } .fltf-weather-cloudy-20:before { content: "\f886"; } .fltf-weather-cloudy-24:before { content: "\f887"; } .fltf-weather-cloudy-48:before { content: "\f888"; } .fltf-weather-duststorm-20:before { content: "\f889"; } .fltf-weather-duststorm-24:before { content: "\f88a"; } .fltf-weather-duststorm-48:before { content: "\f88b"; } .fltf-weather-fog-20:before { content: "\f88c"; } .fltf-weather-fog-24:before { content: "\f88d"; } .fltf-weather-fog-48:before { content: "\f88e"; } .fltf-weather-hail-day-20:before { content: "\f88f"; } .fltf-weather-hail-day-24:before { content: "\f890"; } .fltf-weather-hail-day-48:before { content: "\f891"; } .fltf-weather-hail-night-20:before { content: "\f892"; } .fltf-weather-hail-night-24:before { content: "\f893"; } .fltf-weather-hail-night-48:before { content: "\f894"; } .fltf-weather-moon-20:before { content: "\f895"; } .fltf-weather-moon-24:before { content: "\f896"; } .fltf-weather-moon-48:before { content: "\f897"; } .fltf-weather-partly-cloudy-day-20:before { content: "\f898"; } .fltf-weather-partly-cloudy-day-24:before { content: "\f899"; } .fltf-weather-partly-cloudy-day-48:before { content: "\f89a"; } .fltf-weather-partly-cloudy-night-20:before { content: "\f89b"; } .fltf-weather-partly-cloudy-night-24:before { content: "\f89c"; } .fltf-weather-partly-cloudy-night-48:before { content: "\f89d"; } .fltf-weather-rain-20:before { content: "\f89e"; } .fltf-weather-rain-24:before { content: "\f89f"; } .fltf-weather-rain-48:before { content: "\f8a0"; } .fltf-weather-rain-showers-day-20:before { content: "\f8a1"; } .fltf-weather-rain-showers-day-24:before { content: "\f8a2"; } .fltf-weather-rain-showers-day-48:before { content: "\f8a3"; } .fltf-weather-rain-showers-night-20:before { content: "\f8a4"; } .fltf-weather-rain-showers-night-24:before { content: "\f8a5"; } .fltf-weather-rain-showers-night-48:before { content: "\f8a6"; } .fltf-weather-rain-snow-20:before { content: "\f8a7"; } .fltf-weather-rain-snow-24:before { content: "\f8a8"; } .fltf-weather-rain-snow-48:before { content: "\f8a9"; } .fltf-weather-snow-20:before { content: "\f8aa"; } .fltf-weather-snow-24:before { content: "\f8ab"; } .fltf-weather-snow-48:before { content: "\f8ac"; } .fltf-weather-snow-shower-day-20:before { content: "\f8ad"; } .fltf-weather-snow-shower-day-24:before { content: "\f8ae"; } .fltf-weather-snow-shower-day-48:before { content: "\f8af"; } .fltf-weather-snow-shower-night-20:before { content: "\f8b0"; } .fltf-weather-snow-shower-night-24:before { content: "\f8b1"; } .fltf-weather-snow-shower-night-48:before { content: "\f8b2"; } .fltf-weather-snowflake-20:before { content: "\f8b3"; } .fltf-weather-snowflake-24:before { content: "\f8b4"; } .fltf-weather-snowflake-48:before { content: "\f8b5"; } .fltf-weather-squalls-20:before { content: "\f8b6"; } .fltf-weather-squalls-24:before { content: "\f8b7"; } .fltf-weather-squalls-48:before { content: "\f8b8"; } .fltf-weather-sunny-20:before { content: "\f8b9"; } .fltf-weather-sunny-24:before { content: "\f8ba"; } .fltf-weather-sunny-48:before { content: "\f8bb"; } .fltf-weather-thunderstorm-20:before { content: "\f8bc"; } .fltf-weather-thunderstorm-24:before { content: "\f8bd"; } .fltf-weather-thunderstorm-48:before { content: "\f8be"; } .fltf-web-asset-24:before { content: "\f8bf"; } .fltf-weekend-12:before { content: "\f8c0"; } .fltf-weekend-24:before { content: "\f8c1"; } .fltf-whiteboard-20:before { content: "\f8c2"; } .fltf-whiteboard-24:before { content: "\f8c3"; } .fltf-wifi-1-20:before { content: "\f8c4"; } .fltf-wifi-1-24:before { content: "\f8c5"; } .fltf-wifi-2-20:before { content: "\f8c6"; } .fltf-wifi-2-24:before { content: "\f8c7"; } .fltf-wifi-3-20:before { content: "\f8c8"; } .fltf-wifi-3-24:before { content: "\f8c9"; } .fltf-wifi-4-20:before { content: "\f8ca"; } .fltf-wifi-4-24:before { content: "\f8cb"; } .fltf-wifi-protected-24:before { content: "\f8cc"; } .fltf-window-20:before { content: "\f8cd"; } .fltf-window-ad-20:before { content: "\f8ce"; } .fltf-window-dev-tools-16:before { content: "\f8cf"; } .fltf-window-dev-tools-20:before { content: "\f8d0"; } .fltf-window-dev-tools-24:before { content: "\f8d1"; } .fltf-window-inprivate-20:before { content: "\f8d2"; } .fltf-window-inprivate-account-20:before { content: "\f8d3"; } .fltf-window-multiple-20:before { content: "\f8d4"; } .fltf-window-new-20:before { content: "\f8d5"; } .fltf-window-shield-16:before { content: "\f8d6"; } .fltf-window-shield-20:before { content: "\f8d7"; } .fltf-window-shield-24:before { content: "\f8d8"; } .fltf-wrench-24:before { content: "\f8d9"; } .fltf-xbox-console-20:before { content: "\f8da"; } .fltf-xbox-console-24:before { content: "\f8db"; } .fltf-zoom-in-20:before { content: "\f8dc"; } .fltf-zoom-in-24:before { content: "\f8dd"; } .fltf-zoom-out-20:before { content: "\f8de"; } .fltf-zoom-out-24:before { content: "\f8df"; } .fltf-mail-outbox-20:before { content: "\f8e0"; } .fltf-calendar-checkmark-24:before { content: "\f8e1"; } .fltf-add-square-24:before { content: "\f8e2"; } .fltf-apps-list-20:before { content: "\f8e3"; } .fltf-archive-16:before { content: "\f8e4"; } .fltf-arrow-autofit-height-24:before { content: "\f8e5"; } .fltf-arrow-autofit-width-24:before { content: "\f8e6"; } .fltf-arrow-counterclockwise-28:before { content: "\f8e7"; } .fltf-arrow-down-12:before { content: "\f8e8"; } .fltf-arrow-down-left-16:before { content: "\f8e9"; } .fltf-arrow-export-rtl-20:before { content: "\f8ea"; } .fltf-arrow-fit-height-24:before { content: "\f8eb"; } .fltf-arrow-fit-width-24:before { content: "\f8ec"; } .fltf-arrow-hook-down-left-16:before { content: "\f8ed"; } .fltf-arrow-hook-down-left-20:before { content: "\f8ee"; } .fltf-arrow-hook-down-left-24:before { content: "\f8ef"; } .fltf-arrow-hook-down-left-28:before { content: "\f8f0"; } .fltf-arrow-hook-down-right-16:before { content: "\f8f1"; } .fltf-arrow-hook-down-right-20:before { content: "\f8f2"; } .fltf-arrow-hook-down-right-24:before { content: "\f8f3"; } .fltf-arrow-hook-down-right-28:before { content: "\f8f4"; } .fltf-arrow-hook-up-left-16:before { content: "\f8f5"; } .fltf-arrow-hook-up-left-20:before { content: "\f8f6"; } .fltf-arrow-hook-up-left-24:before { content: "\f8f7"; } .fltf-arrow-hook-up-left-28:before { content: "\f8f8"; } .fltf-arrow-hook-up-right-16:before { content: "\f8f9"; } .fltf-arrow-hook-up-right-20:before { content: "\f8fa"; } .fltf-arrow-hook-up-right-24:before { content: "\f8fb"; } .fltf-arrow-hook-up-right-28:before { content: "\f8fc"; } .fltf-arrow-move-20:before { content: "\f8fd"; } .fltf-arrow-redo-32:before { content: "\f8fe"; } .fltf-arrow-redo-48:before { content: "\f8ff"; } .fltf-arrow-rotate-left-24:before { content: "\f900"; } .fltf-arrow-rotate-right-20:before { content: "\f901"; } .fltf-arrow-rotate-right-24:before { content: "\f902"; } .fltf-arrow-up-right-16:before { content: "\f903"; } .fltf-attach-arrow-right-20:before { content: "\f904"; } .fltf-attach-arrow-right-24:before { content: "\f905"; } .fltf-attach-text-24:before { content: "\f906"; } .fltf-autofit-content-24:before { content: "\f907"; } .fltf-backpack-12:before { content: "\f908"; } .fltf-backpack-16:before { content: "\f909"; } .fltf-backpack-20:before { content: "\f90a"; } .fltf-backpack-24:before { content: "\f90b"; } .fltf-backpack-28:before { content: "\f90c"; } .fltf-backpack-48:before { content: "\f90d"; } .fltf-balloon-16:before { content: "\f90e"; } .fltf-bed-16:before { content: "\f90f"; } .fltf-bluetooth-28:before { content: "\f910"; } .fltf-blur-16:before { content: "\f911"; } .fltf-blur-20:before { content: "\f912"; } .fltf-blur-24:before { content: "\f913"; } .fltf-blur-28:before { content: "\f914"; } .fltf-book-20:before { content: "\f915"; } .fltf-book-24:before { content: "\f916"; } .fltf-book-add-20:before { content: "\f917"; } .fltf-book-add-24:before { content: "\f918"; } .fltf-book-clock-24:before { content: "\f919"; } .fltf-book-coins-24:before { content: "\f91a"; } .fltf-book-compass-24:before { content: "\f91b"; } .fltf-book-database-24:before { content: "\f91c"; } .fltf-book-exclamation-mark-24:before { content: "\f91d"; } .fltf-book-information-24:before { content: "\f91e"; } .fltf-book-letter-24:before { content: "\f91f"; } .fltf-book-open-20:before { content: "\f920"; } .fltf-book-open-24:before { content: "\f921"; } .fltf-book-open-globe-24:before { content: "\f922"; } .fltf-book-pulse-24:before { content: "\f923"; } .fltf-book-question-mark-24:before { content: "\f924"; } .fltf-book-search-24:before { content: "\f925"; } .fltf-book-star-24:before { content: "\f926"; } .fltf-book-theta-24:before { content: "\f927"; } .fltf-border-all-24:before { content: "\f928"; } .fltf-border-bottom-24:before { content: "\f929"; } .fltf-border-bottom-double-24:before { content: "\f92a"; } .fltf-border-bottom-thick-24:before { content: "\f92b"; } .fltf-border-left-24:before { content: "\f92c"; } .fltf-border-none-24:before { content: "\f92d"; } .fltf-border-outside-24:before { content: "\f92e"; } .fltf-border-outside-thick-24:before { content: "\f92f"; } .fltf-border-right-24:before { content: "\f930"; } .fltf-border-top-24:before { content: "\f931"; } .fltf-border-top-bottom-24:before { content: "\f932"; } .fltf-border-top-bottom-double-24:before { content: "\f933"; } .fltf-border-top-bottom-thick-24:before { content: "\f934"; } .fltf-briefcase-12:before { content: "\f935"; } .fltf-briefcase-32:before { content: "\f936"; } .fltf-briefcase-add-24:before { content: "\f937"; } .fltf-briefcase-add-32:before { content: "\f938"; } .fltf-bug-16:before { content: "\f939"; } .fltf-bug-20:before { content: "\f93a"; } .fltf-bug-24:before { content: "\f93b"; } .fltf-building-bank-16:before { content: "\f93c"; } .fltf-building-bank-20:before { content: "\f93d"; } .fltf-building-bank-24:before { content: "\f93e"; } .fltf-building-government-24:before { content: "\f93f"; } .fltf-building-government-32:before { content: "\f940"; } .fltf-building-multiple-24:before { content: "\f941"; } .fltf-building-shop-16:before { content: "\f942"; } .fltf-building-shop-20:before { content: "\f943"; } .fltf-building-shop-24:before { content: "\f944"; } .fltf-building-skyscraper-16:before { content: "\f945"; } .fltf-building-skyscraper-20:before { content: "\f946"; } .fltf-building-skyscraper-24:before { content: "\f947"; } .fltf-calendar-cancel-16:before { content: "\f948"; } .fltf-calendar-clock-16:before { content: "\f949"; } .fltf-calendar-mention-20:before { content: "\f94a"; } .fltf-calendar-person-24:before { content: "\f94b"; } .fltf-calendar-question-mark-16:before { content: "\f94c"; } .fltf-calendar-question-mark-20:before { content: "\f94d"; } .fltf-calendar-question-mark-24:before { content: "\f94e"; } .fltf-call-blocked-16:before { content: "\f94f"; } .fltf-call-blocked-20:before { content: "\f950"; } .fltf-call-blocked-24:before { content: "\f951"; } .fltf-call-blocked-28:before { content: "\f952"; } .fltf-call-blocked-48:before { content: "\f953"; } .fltf-call-forward-16:before { content: "\f954"; } .fltf-call-forward-20:before { content: "\f955"; } .fltf-call-forward-28:before { content: "\f956"; } .fltf-call-forward-48:before { content: "\f957"; } .fltf-call-inbound-20:before { content: "\f958"; } .fltf-call-inbound-28:before { content: "\f959"; } .fltf-call-inbound-48:before { content: "\f95a"; } .fltf-call-missed-28:before { content: "\f95b"; } .fltf-call-missed-48:before { content: "\f95c"; } .fltf-call-outbound-20:before { content: "\f95d"; } .fltf-call-outbound-28:before { content: "\f95e"; } .fltf-call-outbound-48:before { content: "\f95f"; } .fltf-call-park-16:before { content: "\f960"; } .fltf-call-park-20:before { content: "\f961"; } .fltf-call-park-28:before { content: "\f962"; } .fltf-call-park-48:before { content: "\f963"; } .fltf-camera-edit-20:before { content: "\f964"; } .fltf-caret-up-12:before { content: "\f965"; } .fltf-caret-up-16:before { content: "\f966"; } .fltf-caret-up-20:before { content: "\f967"; } .fltf-caret-up-24:before { content: "\f968"; } .fltf-cart-16:before { content: "\f969"; } .fltf-cart-20:before { content: "\f96a"; } .fltf-center-horizontally-24:before { content: "\f96b"; } .fltf-center-vertically-24:before { content: "\f96c"; } .fltf-channel-28:before { content: "\f96d"; } .fltf-channel-48:before { content: "\f96e"; } .fltf-channel-add-16:before { content: "\f96f"; } .fltf-channel-add-20:before { content: "\f970"; } .fltf-channel-add-24:before { content: "\f971"; } .fltf-channel-add-28:before { content: "\f972"; } .fltf-channel-add-48:before { content: "\f973"; } .fltf-channel-alert-16:before { content: "\f974"; } .fltf-channel-alert-20:before { content: "\f975"; } .fltf-channel-alert-24:before { content: "\f976"; } .fltf-channel-alert-28:before { content: "\f977"; } .fltf-channel-alert-48:before { content: "\f978"; } .fltf-channel-arrow-left-16:before { content: "\f979"; } .fltf-channel-arrow-left-20:before { content: "\f97a"; } .fltf-channel-arrow-left-24:before { content: "\f97b"; } .fltf-channel-arrow-left-28:before { content: "\f97c"; } .fltf-channel-arrow-left-48:before { content: "\f97d"; } .fltf-channel-dismiss-16:before { content: "\f97e"; } .fltf-channel-dismiss-20:before { content: "\f97f"; } .fltf-channel-dismiss-24:before { content: "\f980"; } .fltf-channel-dismiss-28:before { content: "\f981"; } .fltf-channel-dismiss-48:before { content: "\f982"; } .fltf-chat-16:before { content: "\f983"; } .fltf-checkmark-16:before { content: "\f984"; } .fltf-chevron-right-circle-24:before { content: "\f985"; } .fltf-clipboard-paste-16:before { content: "\f986"; } .fltf-clock-dismiss-24:before { content: "\f987"; } .fltf-closed-caption-16:before { content: "\f988"; } .fltf-closed-caption-20:before { content: "\f989"; } .fltf-closed-caption-28:before { content: "\f98a"; } .fltf-closed-caption-48:before { content: "\f98b"; } .fltf-cloud-download-32:before { content: "\f98c"; } .fltf-cloud-download-48:before { content: "\f98d"; } .fltf-color-line-16:before { content: "\f98e"; } .fltf-comment-12:before { content: "\f98f"; } .fltf-comment-28:before { content: "\f990"; } .fltf-comment-48:before { content: "\f991"; } .fltf-comment-add-12:before { content: "\f992"; } .fltf-comment-add-16:before { content: "\f993"; } .fltf-comment-add-20:before { content: "\f994"; } .fltf-comment-add-28:before { content: "\f995"; } .fltf-comment-add-48:before { content: "\f996"; } .fltf-comment-arrow-left-12:before { content: "\f997"; } .fltf-comment-arrow-left-16:before { content: "\f998"; } .fltf-comment-arrow-left-20:before { content: "\f999"; } .fltf-comment-arrow-left-28:before { content: "\f99a"; } .fltf-comment-arrow-left-48:before { content: "\f99b"; } .fltf-comment-arrow-right-12:before { content: "\f99c"; } .fltf-comment-arrow-right-16:before { content: "\f99d"; } .fltf-comment-arrow-right-20:before { content: "\f99e"; } .fltf-comment-arrow-right-28:before { content: "\f99f"; } .fltf-comment-arrow-right-48:before { content: "\f9a0"; } .fltf-comment-checkmark-12:before { content: "\f9a1"; } .fltf-comment-checkmark-16:before { content: "\f9a2"; } .fltf-comment-checkmark-20:before { content: "\f9a3"; } .fltf-comment-checkmark-24:before { content: "\f9a4"; } .fltf-comment-checkmark-28:before { content: "\f9a5"; } .fltf-comment-checkmark-48:before { content: "\f9a6"; } .fltf-comment-edit-20:before { content: "\f9a7"; } .fltf-comment-edit-24:before { content: "\f9a8"; } .fltf-comment-off-16:before { content: "\f9a9"; } .fltf-comment-off-20:before { content: "\f9aa"; } .fltf-comment-off-24:before { content: "\f9ab"; } .fltf-comment-off-28:before { content: "\f9ac"; } .fltf-comment-off-48:before { content: "\f9ad"; } .fltf-contact-card-group-16:before { content: "\f9ae"; } .fltf-contact-card-group-20:before { content: "\f9af"; } .fltf-contact-card-group-28:before { content: "\f9b0"; } .fltf-contact-card-group-48:before { content: "\f9b1"; } .fltf-convert-range-24:before { content: "\f9b2"; } .fltf-copy-add-24:before { content: "\f9b3"; } .fltf-copy-select-20:before { content: "\f9b4"; } .fltf-couch-12:before { content: "\f9b5"; } .fltf-couch-24:before { content: "\f9b6"; } .fltf-crop-20:before { content: "\f9b7"; } .fltf-currency-dollar-rupee-16:before { content: "\f9b8"; } .fltf-currency-dollar-rupee-20:before { content: "\f9b9"; } .fltf-currency-dollar-rupee-24:before { content: "\f9ba"; } .fltf-cursor-20:before { content: "\f9bb"; } .fltf-cursor-24:before { content: "\f9bc"; } .fltf-cursor-hover-16:before { content: "\f9bd"; } .fltf-cursor-hover-20:before { content: "\f9be"; } .fltf-cursor-hover-24:before { content: "\f9bf"; } .fltf-cursor-hover-28:before { content: "\f9c0"; } .fltf-cursor-hover-32:before { content: "\f9c1"; } .fltf-cursor-hover-48:before { content: "\f9c2"; } .fltf-cursor-hover-off-16:before { content: "\f9c3"; } .fltf-cursor-hover-off-20:before { content: "\f9c4"; } .fltf-cursor-hover-off-24:before { content: "\f9c5"; } .fltf-cursor-hover-off-28:before { content: "\f9c6"; } .fltf-cursor-hover-off-48:before { content: "\f9c7"; } .fltf-data-bar-vertical-add-24:before { content: "\f9c8"; } .fltf-data-usage-20:before { content: "\f9c9"; } .fltf-decimal-arrow-left-24:before { content: "\f9ca"; } .fltf-decimal-arrow-right-24:before { content: "\f9cb"; } .fltf-delete-16:before { content: "\f9cc"; } .fltf-dentist-12:before { content: "\f9cd"; } .fltf-dentist-16:before { content: "\f9ce"; } .fltf-dentist-20:before { content: "\f9cf"; } .fltf-dentist-28:before { content: "\f9d0"; } .fltf-dentist-48:before { content: "\f9d1"; } .fltf-dismiss-circle-28:before { content: "\f9d2"; } .fltf-dock-left-28:before { content: "\f9d3"; } .fltf-dock-left-48:before { content: "\f9d4"; } .fltf-dock-right-16:before { content: "\f9d5"; } .fltf-dock-right-20:before { content: "\f9d6"; } .fltf-dock-right-24:before { content: "\f9d7"; } .fltf-dock-right-28:before { content: "\f9d8"; } .fltf-dock-right-48:before { content: "\f9d9"; } .fltf-doctor-12:before { content: "\f9da"; } .fltf-doctor-16:before { content: "\f9db"; } .fltf-doctor-20:before { content: "\f9dc"; } .fltf-doctor-28:before { content: "\f9dd"; } .fltf-doctor-48:before { content: "\f9de"; } .fltf-document-16:before { content: "\f9df"; } .fltf-document-48:before { content: "\f9e0"; } .fltf-document-add-16:before { content: "\f9e1"; } .fltf-document-add-20:before { content: "\f9e2"; } .fltf-document-add-24:before { content: "\f9e3"; } .fltf-document-add-28:before { content: "\f9e4"; } .fltf-document-add-48:before { content: "\f9e5"; } .fltf-document-arrow-left-16:before { content: "\f9e6"; } .fltf-document-arrow-left-20:before { content: "\f9e7"; } .fltf-document-arrow-left-24:before { content: "\f9e8"; } .fltf-document-arrow-left-28:before { content: "\f9e9"; } .fltf-document-arrow-left-48:before { content: "\f9ea"; } .fltf-document-catch-up-16:before { content: "\f9eb"; } .fltf-document-catch-up-20:before { content: "\f9ec"; } .fltf-document-landscape-data-24:before { content: "\f9ed"; } .fltf-document-landscape-split-20:before { content: "\f9ee"; } .fltf-document-landscape-split-hint-20:before { content: "\f9ef"; } .fltf-document-page-break-20:before { content: "\f9f0"; } .fltf-drink-beer-16:before { content: "\f9f1"; } .fltf-drink-beer-20:before { content: "\f9f2"; } .fltf-drink-coffee-16:before { content: "\f9f3"; } .fltf-drink-margarita-16:before { content: "\f9f4"; } .fltf-drink-margarita-20:before { content: "\f9f5"; } .fltf-drink-wine-16:before { content: "\f9f6"; } .fltf-drink-wine-20:before { content: "\f9f7"; } .fltf-dual-screen-span-24:before { content: "\f9f8"; } .fltf-edit-32:before { content: "\f9f9"; } .fltf-edit-off-16:before { content: "\f9fa"; } .fltf-edit-off-24:before { content: "\f9fb"; } .fltf-edit-settings-24:before { content: "\f9fc"; } .fltf-emoji-add-16:before { content: "\f9fd"; } .fltf-emoji-hand-24:before { content: "\f9fe"; } .fltf-emoji-hand-28:before { content: "\f9ff"; } .fltf-eraser-20:before { content: "\fa00"; } .fltf-eraser-24:before { content: "\fa01"; } .fltf-eraser-medium-24:before { content: "\fa02"; } .fltf-eraser-segment-24:before { content: "\fa03"; } .fltf-eraser-small-24:before { content: "\fa04"; } .fltf-error-circle-12:before { content: "\fa05"; } .fltf-eye-tracking-16:before { content: "\fa06"; } .fltf-eye-tracking-20:before { content: "\fa07"; } .fltf-eye-tracking-24:before { content: "\fa08"; } .fltf-eye-tracking-off-16:before { content: "\fa09"; } .fltf-eye-tracking-off-20:before { content: "\fa0a"; } .fltf-eye-tracking-off-24:before { content: "\fa0b"; } .fltf-f-stop-16:before { content: "\fa0c"; } .fltf-f-stop-20:before { content: "\fa0d"; } .fltf-f-stop-24:before { content: "\fa0e"; } .fltf-f-stop-28:before { content: "\fa0f"; } .fltf-fingerprint-48:before { content: "\fa10"; } .fltf-fixed-width-24:before { content: "\fa11"; } .fltf-flip-horizontal-24:before { content: "\fa12"; } .fltf-flip-vertical-24:before { content: "\fa13"; } .fltf-fluent-32:before { content: "\fa14"; } .fltf-fluent-48:before { content: "\fa15"; } .fltf-fluid-20:before { content: "\fa16"; } .fltf-fluid-24:before { content: "\fa17"; } .fltf-folder-move-16:before { content: "\fa18"; } .fltf-food-egg-16:before { content: "\fa19"; } .fltf-food-egg-20:before { content: "\fa1a"; } .fltf-food-toast-16:before { content: "\fa1b"; } .fltf-food-toast-20:before { content: "\fa1c"; } .fltf-gavel-24:before { content: "\fa1d"; } .fltf-gavel-32:before { content: "\fa1e"; } .fltf-glasses-16:before { content: "\fa1f"; } .fltf-glasses-20:before { content: "\fa20"; } .fltf-glasses-28:before { content: "\fa21"; } .fltf-glasses-48:before { content: "\fa22"; } .fltf-glasses-off-16:before { content: "\fa23"; } .fltf-glasses-off-20:before { content: "\fa24"; } .fltf-glasses-off-28:before { content: "\fa25"; } .fltf-glasses-off-48:before { content: "\fa26"; } .fltf-globe-16:before { content: "\fa27"; } .fltf-hand-left-20:before { content: "\fa28"; } .fltf-hand-right-24:before { content: "\fa29"; } .fltf-hand-right-28:before { content: "\fa2a"; } .fltf-hat-graduation-16:before { content: "\fa2b"; } .fltf-hat-graduation-20:before { content: "\fa2c"; } .fltf-hat-graduation-24:before { content: "\fa2d"; } .fltf-hd-16:before { content: "\fa2e"; } .fltf-hd-20:before { content: "\fa2f"; } .fltf-hd-24:before { content: "\fa30"; } .fltf-headset-16:before { content: "\fa31"; } .fltf-headset-20:before { content: "\fa32"; } .fltf-headset-48:before { content: "\fa33"; } .fltf-heart-pulse-24:before { content: "\fa34"; } .fltf-heart-pulse-32:before { content: "\fa35"; } .fltf-home-16:before { content: "\fa36"; } .fltf-home-32:before { content: "\fa37"; } .fltf-home-48:before { content: "\fa38"; } .fltf-image-arrow-counterclockwise-24:before { content: "\fa39"; } .fltf-info-shield-20:before { content: "\fa3a"; } .fltf-key-multiple-20:before { content: "\fa3b"; } .fltf-line-horizontal-5-error-20:before { content: "\fa3c"; } .fltf-link-square-12:before { content: "\fa3d"; } .fltf-link-square-16:before { content: "\fa3e"; } .fltf-location-48:before { content: "\fa3f"; } .fltf-location-off-16:before { content: "\fa40"; } .fltf-location-off-20:before { content: "\fa41"; } .fltf-location-off-24:before { content: "\fa42"; } .fltf-location-off-28:before { content: "\fa43"; } .fltf-location-off-48:before { content: "\fa44"; } .fltf-lock-multiple-24:before { content: "\fa45"; } .fltf-lottery-24:before { content: "\fa46"; } .fltf-magic-wand-16:before { content: "\fa47"; } .fltf-magic-wand-20:before { content: "\fa48"; } .fltf-magic-wand-28:before { content: "\fa49"; } .fltf-magic-wand-48:before { content: "\fa4a"; } .fltf-mail-16:before { content: "\fa4b"; } .fltf-mail-read-16:before { content: "\fa4c"; } .fltf-math-format-linear-24:before { content: "\fa4d"; } .fltf-math-format-professional-24:before { content: "\fa4e"; } .fltf-math-formula-24:before { content: "\fa4f"; } .fltf-maximize-20:before { content: "\fa50"; } .fltf-maximize-24:before { content: "\fa51"; } .fltf-maximize-28:before { content: "\fa52"; } .fltf-maximize-48:before { content: "\fa53"; } .fltf-meet-now-16:before { content: "\fa54"; } .fltf-mic-off-20:before { content: "\fa55"; } .fltf-mic-off-48:before { content: "\fa56"; } .fltf-mic-prohibited-24:before { content: "\fa57"; } .fltf-minimize-12:before { content: "\fa58"; } .fltf-minimize-16:before { content: "\fa59"; } .fltf-minimize-20:before { content: "\fa5a"; } .fltf-minimize-24:before { content: "\fa5b"; } .fltf-minimize-28:before { content: "\fa5c"; } .fltf-minimize-48:before { content: "\fa5d"; } .fltf-more-circle-20:before { content: "\fa5e"; } .fltf-movies-and-tv-16:before { content: "\fa5f"; } .fltf-movies-and-tv-20:before { content: "\fa60"; } .fltf-music-note-20:before { content: "\fa61"; } .fltf-music-note-24:before { content: "\fa62"; } .fltf-music-notes-16:before { content: "\fa63"; } .fltf-music-notes-24:before { content: "\fa64"; } .fltf-navigation-unread-24:before { content: "\fa65"; } .fltf-number-symbol-dismiss-24:before { content: "\fa66"; } .fltf-open-28:before { content: "\fa67"; } .fltf-open-48:before { content: "\fa68"; } .fltf-open-folder-16:before { content: "\fa69"; } .fltf-open-folder-20:before { content: "\fa6a"; } .fltf-open-folder-28:before { content: "\fa6b"; } .fltf-open-folder-48:before { content: "\fa6c"; } .fltf-open-off-16:before { content: "\fa6d"; } .fltf-open-off-20:before { content: "\fa6e"; } .fltf-open-off-24:before { content: "\fa6f"; } .fltf-open-off-28:before { content: "\fa70"; } .fltf-open-off-48:before { content: "\fa71"; } .fltf-paint-brush-arrow-down-24:before { content: "\fa72"; } .fltf-paint-brush-arrow-up-24:before { content: "\fa73"; } .fltf-pause-12:before { content: "\fa74"; } .fltf-payment-16:before { content: "\fa75"; } .fltf-payment-28:before { content: "\fa76"; } .fltf-people-prohibited-16:before { content: "\fa77"; } .fltf-people-swap-16:before { content: "\fa78"; } .fltf-people-swap-20:before { content: "\fa79"; } .fltf-people-swap-24:before { content: "\fa7a"; } .fltf-people-swap-28:before { content: "\fa7b"; } .fltf-people-team-add-20:before { content: "\fa7c"; } .fltf-people-team-add-24:before { content: "\fa7d"; } .fltf-people-team-dismiss-24:before { content: "\fa7e"; } .fltf-person-available-20:before { content: "\fa7f"; } .fltf-person-clock-16:before { content: "\fa80"; } .fltf-person-clock-20:before { content: "\fa81"; } .fltf-person-clock-24:before { content: "\fa82"; } .fltf-person-delete-20:before { content: "\fa83"; } .fltf-person-mail-16:before { content: "\fa84"; } .fltf-person-mail-20:before { content: "\fa85"; } .fltf-person-mail-24:before { content: "\fa86"; } .fltf-person-mail-28:before { content: "\fa87"; } .fltf-person-mail-48:before { content: "\fa88"; } .fltf-person-prohibited-24:before { content: "\fa89"; } .fltf-phone-16:before { content: "\fa8a"; } .fltf-poll-20:before { content: "\fa8b"; } .fltf-pulse-24:before { content: "\fa8c"; } .fltf-qr-code-20:before { content: "\fa8d"; } .fltf-real-estate-24:before { content: "\fa8e"; } .fltf-ribbon-24:before { content: "\fa8f"; } .fltf-ribbon-star-20:before { content: "\fa90"; } .fltf-ribbon-star-24:before { content: "\fa91"; } .fltf-run-16:before { content: "\fa92"; } .fltf-run-20:before { content: "\fa93"; } .fltf-scales-24:before { content: "\fa94"; } .fltf-scales-32:before { content: "\fa95"; } .fltf-search-shield-20:before { content: "\fa96"; } .fltf-share-stop-16:before { content: "\fa97"; } .fltf-share-stop-20:before { content: "\fa98"; } .fltf-share-stop-48:before { content: "\fa99"; } .fltf-shield-dismiss-shield-20:before { content: "\fa9a"; } .fltf-shifts-day-20:before { content: "\fa9b"; } .fltf-shifts-day-24:before { content: "\fa9c"; } .fltf-sidebar-search-ltr-20:before { content: "\fa9d"; } .fltf-sidebar-search-rtl-20:before { content: "\fa9e"; } .fltf-sign-out-20:before { content: "\fa9f"; } .fltf-slide-multiple-arrow-right-24:before { content: "\faa0"; } .fltf-slide-search-24:before { content: "\faa1"; } .fltf-slide-search-28:before { content: "\faa2"; } .fltf-slide-size-24:before { content: "\faa3"; } .fltf-slide-text-16:before { content: "\faa4"; } .fltf-slide-text-20:before { content: "\faa5"; } .fltf-slide-text-28:before { content: "\faa6"; } .fltf-slide-text-48:before { content: "\faa7"; } .fltf-speaker-0-16:before { content: "\faa8"; } .fltf-speaker-0-20:before { content: "\faa9"; } .fltf-speaker-0-28:before { content: "\faaa"; } .fltf-speaker-0-48:before { content: "\faab"; } .fltf-speaker-1-16:before { content: "\faac"; } .fltf-speaker-1-20:before { content: "\faad"; } .fltf-speaker-1-28:before { content: "\faae"; } .fltf-speaker-1-48:before { content: "\faaf"; } .fltf-speaker-48:before { content: "\fab0"; } .fltf-speaker-bluetooth-28:before { content: "\fab1"; } .fltf-speaker-none-16:before { content: "\fab2"; } .fltf-speaker-none-48:before { content: "\fab3"; } .fltf-speaker-off-16:before { content: "\fab4"; } .fltf-speaker-off-20:before { content: "\fab5"; } .fltf-speaker-off-48:before { content: "\fab6"; } .fltf-speaker-usb-24:before { content: "\fab7"; } .fltf-speaker-usb-28:before { content: "\fab8"; } .fltf-sport-16:before { content: "\fab9"; } .fltf-sport-20:before { content: "\faba"; } .fltf-sport-24:before { content: "\fabb"; } .fltf-sport-american-football-24:before { content: "\fabc"; } .fltf-sport-baseball-24:before { content: "\fabd"; } .fltf-sport-basketball-24:before { content: "\fabe"; } .fltf-sport-hockey-24:before { content: "\fabf"; } .fltf-star-edit-24:before { content: "\fac0"; } .fltf-tab-desktop-arrow-left-20:before { content: "\fac1"; } .fltf-tab-prohibited-24:before { content: "\fac2"; } .fltf-table-16:before { content: "\fac3"; } .fltf-table-28:before { content: "\fac4"; } .fltf-table-48:before { content: "\fac5"; } .fltf-table-simple-16:before { content: "\fac6"; } .fltf-table-simple-20:before { content: "\fac7"; } .fltf-table-simple-24:before { content: "\fac8"; } .fltf-table-simple-28:before { content: "\fac9"; } .fltf-table-simple-48:before { content: "\faca"; } .fltf-tag-16:before { content: "\facb"; } .fltf-tasks-app-20:before { content: "\facc"; } .fltf-tent-12:before { content: "\facd"; } .fltf-tent-16:before { content: "\face"; } .fltf-tent-20:before { content: "\facf"; } .fltf-tent-28:before { content: "\fad0"; } .fltf-tent-48:before { content: "\fad1"; } .fltf-text-bold-16:before { content: "\fad2"; } .fltf-text-color-16:before { content: "\fad3"; } .fltf-text-column-one-narrow-20:before { content: "\fad4"; } .fltf-text-column-one-narrow-24:before { content: "\fad5"; } .fltf-text-column-one-wide-20:before { content: "\fad6"; } .fltf-text-column-one-wide-24:before { content: "\fad7"; } .fltf-text-continuous-24:before { content: "\fad8"; } .fltf-text-indent-decrease-20:before { content: "\fad9"; } .fltf-text-indent-increase-20:before { content: "\fada"; } .fltf-text-italic-16:before { content: "\fadb"; } .fltf-text-strikethrough-16:before { content: "\fadc"; } .fltf-text-underline-16:before { content: "\fadd"; } .fltf-text-wrap-behind-20:before { content: "\fade"; } .fltf-text-wrap-behind-24:before { content: "\fadf"; } .fltf-text-wrap-front-20:before { content: "\fae0"; } .fltf-text-wrap-front-24:before { content: "\fae1"; } .fltf-text-wrap-line-20:before { content: "\fae2"; } .fltf-text-wrap-line-24:before { content: "\fae3"; } .fltf-text-wrap-square-20:before { content: "\fae4"; } .fltf-text-wrap-square-24:before { content: "\fae5"; } .fltf-text-wrap-through-20:before { content: "\fae6"; } .fltf-text-wrap-through-24:before { content: "\fae7"; } .fltf-text-wrap-tight-20:before { content: "\fae8"; } .fltf-text-wrap-tight-24:before { content: "\fae9"; } .fltf-text-wrap-top-bottom-20:before { content: "\faea"; } .fltf-text-wrap-top-bottom-24:before { content: "\faeb"; } .fltf-ticket-diagonal-16:before { content: "\faec"; } .fltf-ticket-diagonal-20:before { content: "\faed"; } .fltf-ticket-diagonal-24:before { content: "\faee"; } .fltf-ticket-diagonal-28:before { content: "\faef"; } .fltf-timer-16:before { content: "\faf0"; } .fltf-timer-20:before { content: "\faf1"; } .fltf-toggle-left-16:before { content: "\faf2"; } .fltf-toggle-left-20:before { content: "\faf3"; } .fltf-toggle-left-24:before { content: "\faf4"; } .fltf-toggle-left-28:before { content: "\faf5"; } .fltf-toggle-left-48:before { content: "\faf6"; } .fltf-toggle-right-28:before { content: "\faf7"; } .fltf-toggle-right-48:before { content: "\faf8"; } .fltf-tv-16:before { content: "\faf9"; } .fltf-tv-20:before { content: "\fafa"; } .fltf-tv-24:before { content: "\fafb"; } .fltf-tv-28:before { content: "\fafc"; } .fltf-tv-48:before { content: "\fafd"; } .fltf-vehicle-bicycle-16:before { content: "\fafe"; } .fltf-vehicle-bicycle-20:before { content: "\faff"; } .fltf-vehicle-bus-16:before { content: "\fb00"; } .fltf-vehicle-bus-20:before { content: "\fb01"; } .fltf-vehicle-car-28:before { content: "\fb02"; } .fltf-vehicle-car-48:before { content: "\fb03"; } .fltf-vehicle-ship-16:before { content: "\fb04"; } .fltf-vehicle-ship-20:before { content: "\fb05"; } .fltf-vehicle-ship-24:before { content: "\fb06"; } .fltf-vehicle-subway-16:before { content: "\fb07"; } .fltf-vehicle-subway-20:before { content: "\fb08"; } .fltf-vehicle-subway-24:before { content: "\fb09"; } .fltf-vehicle-truck-16:before { content: "\fb0a"; } .fltf-vehicle-truck-20:before { content: "\fb0b"; } .fltf-video-clip-20:before { content: "\fb0c"; } .fltf-vote-20:before { content: "\fb0d"; } .fltf-vote-24:before { content: "\fb0e"; } .fltf-weather-drizzle-20:before { content: "\fb0f"; } .fltf-weather-drizzle-24:before { content: "\fb10"; } .fltf-weather-drizzle-48:before { content: "\fb11"; } .fltf-weather-haze-20:before { content: "\fb12"; } .fltf-weather-haze-24:before { content: "\fb13"; } .fltf-weather-haze-48:before { content: "\fb14"; } .fltf-weather-moon-16:before { content: "\fb15"; } .fltf-weather-moon-28:before { content: "\fb16"; } .fltf-weather-moon-off-16:before { content: "\fb17"; } .fltf-weather-moon-off-20:before { content: "\fb18"; } .fltf-weather-moon-off-24:before { content: "\fb19"; } .fltf-weather-moon-off-28:before { content: "\fb1a"; } .fltf-weather-moon-off-48:before { content: "\fb1b"; } .fltf-weather-sunny-high-20:before { content: "\fb1c"; } .fltf-weather-sunny-high-24:before { content: "\fb1d"; } .fltf-weather-sunny-high-48:before { content: "\fb1e"; } .fltf-weather-sunny-low-20:before { content: "\fb1f"; } .fltf-weather-sunny-low-24:before { content: "\fb20"; } .fltf-weather-sunny-low-48:before { content: "\fb21"; } .fltf-window-horizontal-20:before { content: "\fb22"; } .fltf-window-new-16:before { content: "\fb23"; } .fltf-window-new-24:before { content: "\fb24"; } .fltf-window-vertical-20:before { content: "\fb25"; } .fltf-wrench-16:before { content: "\fb26"; } .fltf-wrench-20:before { content: "\fb27"; } ================================================ FILE: icon-packs/ikonli-fluentui-pack/src/main/resources/META-INF/resources/fluentui/1.1.74/css/FluentSystemIcons-Regular.css ================================================ @font-face { font-family: 'FluentSystemIcons-Regular'; src: url('../fonts/FluentSystemIcons-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: block; } .fltr:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'FluentSystemIcons-Regular' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Icons */ .fltr-access-time-24:before { content: "\f101"; } .fltr-accessibility-16:before { content: "\f102"; } .fltr-accessibility-20:before { content: "\f103"; } .fltr-accessibility-24:before { content: "\f104"; } .fltr-accessibility-28:before { content: "\f105"; } .fltr-activity-24:before { content: "\f106"; } .fltr-add-12:before { content: "\f107"; } .fltr-add-16:before { content: "\f108"; } .fltr-add-20:before { content: "\f109"; } .fltr-add-24:before { content: "\f10a"; } .fltr-add-28:before { content: "\f10b"; } .fltr-add-circle-20:before { content: "\f10c"; } .fltr-add-circle-24:before { content: "\f10d"; } .fltr-add-circle-28:before { content: "\f10e"; } .fltr-airplane-20:before { content: "\f10f"; } .fltr-airplane-24:before { content: "\f110"; } .fltr-airplane-take-off-16:before { content: "\f111"; } .fltr-airplane-take-off-20:before { content: "\f112"; } .fltr-airplane-take-off-24:before { content: "\f113"; } .fltr-alert-20:before { content: "\f114"; } .fltr-alert-24:before { content: "\f115"; } .fltr-alert-28:before { content: "\f116"; } .fltr-alert-off-16:before { content: "\f117"; } .fltr-alert-off-20:before { content: "\f118"; } .fltr-alert-off-24:before { content: "\f119"; } .fltr-alert-off-28:before { content: "\f11a"; } .fltr-alert-on-24:before { content: "\f11b"; } .fltr-alert-snooze-20:before { content: "\f11c"; } .fltr-alert-snooze-24:before { content: "\f11d"; } .fltr-alert-urgent-20:before { content: "\f11e"; } .fltr-alert-urgent-24:before { content: "\f11f"; } .fltr-animal-dog-20:before { content: "\f120"; } .fltr-animal-dog-24:before { content: "\f121"; } .fltr-app-folder-20:before { content: "\f122"; } .fltr-app-folder-24:before { content: "\f123"; } .fltr-app-generic-24:before { content: "\f124"; } .fltr-app-recent-24:before { content: "\f125"; } .fltr-app-span-16:before { content: "\f126"; } .fltr-app-span-20:before { content: "\f127"; } .fltr-app-span-24:before { content: "\f128"; } .fltr-app-span-28:before { content: "\f129"; } .fltr-app-store-24:before { content: "\f12a"; } .fltr-app-title-24:before { content: "\f12b"; } .fltr-app-unspan-16:before { content: "\f12c"; } .fltr-app-unspan-20:before { content: "\f12d"; } .fltr-app-unspan-24:before { content: "\f12e"; } .fltr-app-unspan-28:before { content: "\f12f"; } .fltr-approvals-app-24:before { content: "\f130"; } .fltr-approvals-app-28:before { content: "\f131"; } .fltr-apps-16:before { content: "\f132"; } .fltr-apps-20:before { content: "\f133"; } .fltr-apps-24:before { content: "\f134"; } .fltr-apps-28:before { content: "\f135"; } .fltr-apps-add-in-20:before { content: "\f136"; } .fltr-apps-add-in-24:before { content: "\f137"; } .fltr-apps-list-24:before { content: "\f138"; } .fltr-archive-20:before { content: "\f139"; } .fltr-archive-24:before { content: "\f13a"; } .fltr-archive-28:before { content: "\f13b"; } .fltr-archive-48:before { content: "\f13c"; } .fltr-arrow-clockwise-20:before { content: "\f13d"; } .fltr-arrow-clockwise-24:before { content: "\f13e"; } .fltr-arrow-counterclockwise-20:before { content: "\f13f"; } .fltr-arrow-counterclockwise-24:before { content: "\f140"; } .fltr-arrow-curve-down-left-20:before { content: "\f141"; } .fltr-arrow-curve-down-right-20:before { content: "\f142"; } .fltr-arrow-curve-right-20:before { content: "\f143"; } .fltr-arrow-curve-right-24:before { content: "\f144"; } .fltr-arrow-curve-up-left-20:before { content: "\f145"; } .fltr-arrow-curve-up-right-20:before { content: "\f146"; } .fltr-arrow-down-16:before { content: "\f147"; } .fltr-arrow-down-20:before { content: "\f148"; } .fltr-arrow-down-24:before { content: "\f149"; } .fltr-arrow-down-28:before { content: "\f14a"; } .fltr-arrow-down-left-24:before { content: "\f14b"; } .fltr-arrow-down-right-circle-16:before { content: "\f14c"; } .fltr-arrow-down-right-circle-24:before { content: "\f14d"; } .fltr-arrow-down-square-24:before { content: "\f14e"; } .fltr-arrow-download-16:before { content: "\f14f"; } .fltr-arrow-download-20:before { content: "\f150"; } .fltr-arrow-download-24:before { content: "\f151"; } .fltr-arrow-download-48:before { content: "\f152"; } .fltr-arrow-enter-24:before { content: "\f153"; } .fltr-arrow-expand-24:before { content: "\f154"; } .fltr-arrow-export-20:before { content: "\f155"; } .fltr-arrow-forward-16:before { content: "\f156"; } .fltr-arrow-forward-20:before { content: "\f157"; } .fltr-arrow-forward-24:before { content: "\f158"; } .fltr-arrow-import-20:before { content: "\f159"; } .fltr-arrow-import-24:before { content: "\f15a"; } .fltr-arrow-left-20:before { content: "\f15b"; } .fltr-arrow-left-24:before { content: "\f15c"; } .fltr-arrow-left-28:before { content: "\f15d"; } .fltr-arrow-maximize-16:before { content: "\f15e"; } .fltr-arrow-maximize-20:before { content: "\f15f"; } .fltr-arrow-maximize-24:before { content: "\f160"; } .fltr-arrow-maximize-28:before { content: "\f161"; } .fltr-arrow-maximize-vertical-20:before { content: "\f162"; } .fltr-arrow-maximize-vertical-24:before { content: "\f163"; } .fltr-arrow-minimize-16:before { content: "\f164"; } .fltr-arrow-minimize-20:before { content: "\f165"; } .fltr-arrow-minimize-24:before { content: "\f166"; } .fltr-arrow-minimize-28:before { content: "\f167"; } .fltr-arrow-minimize-vertical-24:before { content: "\f168"; } .fltr-arrow-move-24:before { content: "\f169"; } .fltr-arrow-next-20:before { content: "\f16a"; } .fltr-arrow-next-24:before { content: "\f16b"; } .fltr-arrow-previous-20:before { content: "\f16c"; } .fltr-arrow-previous-24:before { content: "\f16d"; } .fltr-arrow-redo-20:before { content: "\f16e"; } .fltr-arrow-redo-24:before { content: "\f16f"; } .fltr-arrow-repeat-all-16:before { content: "\f170"; } .fltr-arrow-repeat-all-20:before { content: "\f171"; } .fltr-arrow-repeat-all-24:before { content: "\f172"; } .fltr-arrow-repeat-all-off-16:before { content: "\f173"; } .fltr-arrow-repeat-all-off-20:before { content: "\f174"; } .fltr-arrow-repeat-all-off-24:before { content: "\f175"; } .fltr-arrow-reply-16:before { content: "\f176"; } .fltr-arrow-reply-20:before { content: "\f177"; } .fltr-arrow-reply-24:before { content: "\f178"; } .fltr-arrow-reply-48:before { content: "\f179"; } .fltr-arrow-reply-all-16:before { content: "\f17a"; } .fltr-arrow-reply-all-20:before { content: "\f17b"; } .fltr-arrow-reply-all-24:before { content: "\f17c"; } .fltr-arrow-reply-all-48:before { content: "\f17d"; } .fltr-arrow-reply-down-16:before { content: "\f17e"; } .fltr-arrow-reply-down-20:before { content: "\f17f"; } .fltr-arrow-reply-down-24:before { content: "\f180"; } .fltr-arrow-right-20:before { content: "\f181"; } .fltr-arrow-right-24:before { content: "\f182"; } .fltr-arrow-right-28:before { content: "\f183"; } .fltr-arrow-right-circle-24:before { content: "\f184"; } .fltr-arrow-rotate-clockwise-20:before { content: "\f185"; } .fltr-arrow-rotate-clockwise-24:before { content: "\f186"; } .fltr-arrow-rotate-counterclockwise-20:before { content: "\f187"; } .fltr-arrow-rotate-counterclockwise-24:before { content: "\f188"; } .fltr-arrow-rotate-icon-24:before { content: "\f189"; } .fltr-arrow-sort-20:before { content: "\f18a"; } .fltr-arrow-sort-24:before { content: "\f18b"; } .fltr-arrow-sort-28:before { content: "\f18c"; } .fltr-arrow-swap-20:before { content: "\f18d"; } .fltr-arrow-swap-24:before { content: "\f18e"; } .fltr-arrow-sync-12:before { content: "\f18f"; } .fltr-arrow-sync-20:before { content: "\f190"; } .fltr-arrow-sync-24:before { content: "\f191"; } .fltr-arrow-sync-circle-16:before { content: "\f192"; } .fltr-arrow-sync-circle-20:before { content: "\f193"; } .fltr-arrow-sync-circle-24:before { content: "\f194"; } .fltr-arrow-sync-off-12:before { content: "\f195"; } .fltr-arrow-trending-16:before { content: "\f196"; } .fltr-arrow-trending-20:before { content: "\f197"; } .fltr-arrow-trending-24:before { content: "\f198"; } .fltr-arrow-undo-20:before { content: "\f199"; } .fltr-arrow-undo-24:before { content: "\f19a"; } .fltr-arrow-up-20:before { content: "\f19b"; } .fltr-arrow-up-24:before { content: "\f19c"; } .fltr-arrow-up-28:before { content: "\f19d"; } .fltr-arrow-up-circle-16:before { content: "\f19e"; } .fltr-arrow-up-circle-20:before { content: "\f19f"; } .fltr-arrow-up-circle-24:before { content: "\f1a0"; } .fltr-arrow-up-left-24:before { content: "\f1a1"; } .fltr-arrow-up-left-circle-24:before { content: "\f1a2"; } .fltr-arrow-up-right-24:before { content: "\f1a3"; } .fltr-arrow-upload-20:before { content: "\f1a4"; } .fltr-arrow-upload-24:before { content: "\f1a5"; } .fltr-arrows-bidirectional-24:before { content: "\f1a6"; } .fltr-assignments-24:before { content: "\f1a7"; } .fltr-attach-16:before { content: "\f1a8"; } .fltr-attach-20:before { content: "\f1a9"; } .fltr-attach-24:before { content: "\f1aa"; } .fltr-attach-forward-20:before { content: "\f1ab"; } .fltr-attach-forward-24:before { content: "\f1ac"; } .fltr-attach-with-text-24:before { content: "\f1ad"; } .fltr-autocorrect-24:before { content: "\f1ae"; } .fltr-autosum-20:before { content: "\f1af"; } .fltr-autosum-24:before { content: "\f1b0"; } .fltr-backspace-20:before { content: "\f1b1"; } .fltr-backspace-24:before { content: "\f1b2"; } .fltr-backward-20:before { content: "\f1b3"; } .fltr-backward-24:before { content: "\f1b4"; } .fltr-badge-24:before { content: "\f1b5"; } .fltr-balloon-20:before { content: "\f1b6"; } .fltr-balloon-24:before { content: "\f1b7"; } .fltr-bank-16:before { content: "\f1b8"; } .fltr-bank-20:before { content: "\f1b9"; } .fltr-bank-24:before { content: "\f1ba"; } .fltr-battery-0-20:before { content: "\f1bb"; } .fltr-battery-0-24:before { content: "\f1bc"; } .fltr-battery-1-20:before { content: "\f1bd"; } .fltr-battery-1-24:before { content: "\f1be"; } .fltr-battery-2-20:before { content: "\f1bf"; } .fltr-battery-2-24:before { content: "\f1c0"; } .fltr-battery-3-20:before { content: "\f1c1"; } .fltr-battery-3-24:before { content: "\f1c2"; } .fltr-battery-4-20:before { content: "\f1c3"; } .fltr-battery-4-24:before { content: "\f1c4"; } .fltr-battery-5-20:before { content: "\f1c5"; } .fltr-battery-5-24:before { content: "\f1c6"; } .fltr-battery-6-20:before { content: "\f1c7"; } .fltr-battery-6-24:before { content: "\f1c8"; } .fltr-battery-7-20:before { content: "\f1c9"; } .fltr-battery-7-24:before { content: "\f1ca"; } .fltr-battery-8-20:before { content: "\f1cb"; } .fltr-battery-8-24:before { content: "\f1cc"; } .fltr-battery-9-20:before { content: "\f1cd"; } .fltr-battery-9-24:before { content: "\f1ce"; } .fltr-battery-charge-20:before { content: "\f1cf"; } .fltr-battery-charge-24:before { content: "\f1d0"; } .fltr-battery-full-20:before { content: "\f1d1"; } .fltr-battery-full-24:before { content: "\f1d2"; } .fltr-battery-saver-20:before { content: "\f1d3"; } .fltr-battery-saver-24:before { content: "\f1d4"; } .fltr-battery-warning-24:before { content: "\f1d5"; } .fltr-beaker-16:before { content: "\f1d6"; } .fltr-beaker-20:before { content: "\f1d7"; } .fltr-beaker-24:before { content: "\f1d8"; } .fltr-bed-20:before { content: "\f1d9"; } .fltr-bed-24:before { content: "\f1da"; } .fltr-block-16:before { content: "\f1db"; } .fltr-block-20:before { content: "\f1dc"; } .fltr-block-24:before { content: "\f1dd"; } .fltr-bluetooth-20:before { content: "\f1de"; } .fltr-bluetooth-24:before { content: "\f1df"; } .fltr-bluetooth-connected-24:before { content: "\f1e0"; } .fltr-bluetooth-disabled-24:before { content: "\f1e1"; } .fltr-bluetooth-searching-24:before { content: "\f1e2"; } .fltr-board-24:before { content: "\f1e3"; } .fltr-book-formula-compatibility-24:before { content: "\f1e4"; } .fltr-book-formula-database-24:before { content: "\f1e5"; } .fltr-book-formula-date-24:before { content: "\f1e6"; } .fltr-book-formula-engineering-24:before { content: "\f1e7"; } .fltr-book-formula-financial-24:before { content: "\f1e8"; } .fltr-book-formula-information-24:before { content: "\f1e9"; } .fltr-book-formula-logical-24:before { content: "\f1ea"; } .fltr-book-formula-lookup-24:before { content: "\f1eb"; } .fltr-book-formula-math-24:before { content: "\f1ec"; } .fltr-book-formula-recent-24:before { content: "\f1ed"; } .fltr-book-formula-statistics-24:before { content: "\f1ee"; } .fltr-book-formula-text-24:before { content: "\f1ef"; } .fltr-book-globe-24:before { content: "\f1f0"; } .fltr-book-number-16:before { content: "\f1f1"; } .fltr-book-number-20:before { content: "\f1f2"; } .fltr-book-number-24:before { content: "\f1f3"; } .fltr-bookmark-16:before { content: "\f1f4"; } .fltr-bookmark-20:before { content: "\f1f5"; } .fltr-bookmark-24:before { content: "\f1f6"; } .fltr-bookmark-28:before { content: "\f1f7"; } .fltr-bookmark-off-24:before { content: "\f1f8"; } .fltr-bot-24:before { content: "\f1f9"; } .fltr-bot-add-24:before { content: "\f1fa"; } .fltr-branch-24:before { content: "\f1fb"; } .fltr-briefcase-20:before { content: "\f1fc"; } .fltr-briefcase-24:before { content: "\f1fd"; } .fltr-bring-to-front-20:before { content: "\f1fe"; } .fltr-bring-to-front-24:before { content: "\f1ff"; } .fltr-broad-activity-feed-24:before { content: "\f200"; } .fltr-broom-20:before { content: "\f201"; } .fltr-broom-24:before { content: "\f202"; } .fltr-bug-report-24:before { content: "\f203"; } .fltr-building-1-24:before { content: "\f204"; } .fltr-building-24:before { content: "\f205"; } .fltr-building-2-16:before { content: "\f206"; } .fltr-building-2-20:before { content: "\f207"; } .fltr-building-2-24:before { content: "\f208"; } .fltr-building-retail-24:before { content: "\f209"; } .fltr-calculator-20:before { content: "\f20a"; } .fltr-calendar-20:before { content: "\f20b"; } .fltr-calendar-24:before { content: "\f20c"; } .fltr-calendar-28:before { content: "\f20d"; } .fltr-calendar-3-day-20:before { content: "\f20e"; } .fltr-calendar-3-day-24:before { content: "\f20f"; } .fltr-calendar-3-day-28:before { content: "\f210"; } .fltr-calendar-add-20:before { content: "\f211"; } .fltr-calendar-add-24:before { content: "\f212"; } .fltr-calendar-agenda-20:before { content: "\f213"; } .fltr-calendar-agenda-24:before { content: "\f214"; } .fltr-calendar-agenda-28:before { content: "\f215"; } .fltr-calendar-arrow-right-20:before { content: "\f216"; } .fltr-calendar-assistant-20:before { content: "\f217"; } .fltr-calendar-assistant-24:before { content: "\f218"; } .fltr-calendar-cancel-20:before { content: "\f219"; } .fltr-calendar-cancel-24:before { content: "\f21a"; } .fltr-calendar-checkmark-16:before { content: "\f21b"; } .fltr-calendar-checkmark-20:before { content: "\f21c"; } .fltr-calendar-clock-20:before { content: "\f21d"; } .fltr-calendar-clock-24:before { content: "\f21e"; } .fltr-calendar-date-20:before { content: "\f21f"; } .fltr-calendar-date-24:before { content: "\f220"; } .fltr-calendar-date-28:before { content: "\f221"; } .fltr-calendar-day-20:before { content: "\f222"; } .fltr-calendar-day-24:before { content: "\f223"; } .fltr-calendar-day-28:before { content: "\f224"; } .fltr-calendar-empty-16:before { content: "\f225"; } .fltr-calendar-empty-20:before { content: "\f226"; } .fltr-calendar-empty-24:before { content: "\f227"; } .fltr-calendar-empty-28:before { content: "\f228"; } .fltr-calendar-later-24:before { content: "\f229"; } .fltr-calendar-month-20:before { content: "\f22a"; } .fltr-calendar-month-24:before { content: "\f22b"; } .fltr-calendar-month-28:before { content: "\f22c"; } .fltr-calendar-multiple-20:before { content: "\f22d"; } .fltr-calendar-multiple-24:before { content: "\f22e"; } .fltr-calendar-overdue-24:before { content: "\f22f"; } .fltr-calendar-person-20:before { content: "\f230"; } .fltr-calendar-reply-16:before { content: "\f231"; } .fltr-calendar-reply-20:before { content: "\f232"; } .fltr-calendar-reply-24:before { content: "\f233"; } .fltr-calendar-reply-28:before { content: "\f234"; } .fltr-calendar-settings-20:before { content: "\f235"; } .fltr-calendar-star-20:before { content: "\f236"; } .fltr-calendar-star-24:before { content: "\f237"; } .fltr-calendar-sync-16:before { content: "\f238"; } .fltr-calendar-sync-20:before { content: "\f239"; } .fltr-calendar-sync-24:before { content: "\f23a"; } .fltr-calendar-today-16:before { content: "\f23b"; } .fltr-calendar-today-20:before { content: "\f23c"; } .fltr-calendar-today-24:before { content: "\f23d"; } .fltr-calendar-today-28:before { content: "\f23e"; } .fltr-calendar-week-numbers-24:before { content: "\f23f"; } .fltr-calendar-week-start-20:before { content: "\f240"; } .fltr-calendar-week-start-24:before { content: "\f241"; } .fltr-calendar-week-start-28:before { content: "\f242"; } .fltr-calendar-work-week-16:before { content: "\f243"; } .fltr-calendar-work-week-20:before { content: "\f244"; } .fltr-calendar-work-week-24:before { content: "\f245"; } .fltr-call-add-24:before { content: "\f246"; } .fltr-call-end-20:before { content: "\f247"; } .fltr-call-end-24:before { content: "\f248"; } .fltr-call-end-28:before { content: "\f249"; } .fltr-call-forward-24:before { content: "\f24a"; } .fltr-call-inbound-16:before { content: "\f24b"; } .fltr-call-inbound-24:before { content: "\f24c"; } .fltr-call-missed-16:before { content: "\f24d"; } .fltr-call-missed-24:before { content: "\f24e"; } .fltr-call-outbound-16:before { content: "\f24f"; } .fltr-call-outbound-24:before { content: "\f250"; } .fltr-call-park-24:before { content: "\f251"; } .fltr-calligraphy-pen-20:before { content: "\f252"; } .fltr-calligraphy-pen-24:before { content: "\f253"; } .fltr-camera-20:before { content: "\f254"; } .fltr-camera-24:before { content: "\f255"; } .fltr-camera-28:before { content: "\f256"; } .fltr-camera-add-20:before { content: "\f257"; } .fltr-camera-add-24:before { content: "\f258"; } .fltr-camera-add-48:before { content: "\f259"; } .fltr-camera-switch-24:before { content: "\f25a"; } .fltr-caret-12:before { content: "\f25b"; } .fltr-caret-16:before { content: "\f25c"; } .fltr-caret-20:before { content: "\f25d"; } .fltr-caret-24:before { content: "\f25e"; } .fltr-caret-down-12:before { content: "\f25f"; } .fltr-caret-down-16:before { content: "\f260"; } .fltr-caret-down-20:before { content: "\f261"; } .fltr-caret-down-24:before { content: "\f262"; } .fltr-caret-left-12:before { content: "\f263"; } .fltr-caret-left-16:before { content: "\f264"; } .fltr-caret-left-20:before { content: "\f265"; } .fltr-caret-left-24:before { content: "\f266"; } .fltr-caret-right-12:before { content: "\f267"; } .fltr-caret-right-16:before { content: "\f268"; } .fltr-caret-right-20:before { content: "\f269"; } .fltr-caret-right-24:before { content: "\f26a"; } .fltr-cart-24:before { content: "\f26b"; } .fltr-cast-20:before { content: "\f26c"; } .fltr-cast-24:before { content: "\f26d"; } .fltr-cast-28:before { content: "\f26e"; } .fltr-cellular-3g-24:before { content: "\f26f"; } .fltr-cellular-4g-24:before { content: "\f270"; } .fltr-cellular-data-1-20:before { content: "\f271"; } .fltr-cellular-data-1-24:before { content: "\f272"; } .fltr-cellular-data-2-20:before { content: "\f273"; } .fltr-cellular-data-2-24:before { content: "\f274"; } .fltr-cellular-data-3-20:before { content: "\f275"; } .fltr-cellular-data-3-24:before { content: "\f276"; } .fltr-cellular-data-4-20:before { content: "\f277"; } .fltr-cellular-data-4-24:before { content: "\f278"; } .fltr-cellular-data-5-20:before { content: "\f279"; } .fltr-cellular-data-5-24:before { content: "\f27a"; } .fltr-cellular-data-off-24:before { content: "\f27b"; } .fltr-cellular-off-24:before { content: "\f27c"; } .fltr-cellular-unavailable-24:before { content: "\f27d"; } .fltr-certificate-20:before { content: "\f27e"; } .fltr-certificate-24:before { content: "\f27f"; } .fltr-channel-16:before { content: "\f280"; } .fltr-channel-20:before { content: "\f281"; } .fltr-channel-24:before { content: "\f282"; } .fltr-channel-follow-24:before { content: "\f283"; } .fltr-channel-notifications-24:before { content: "\f284"; } .fltr-channel-unfollow-24:before { content: "\f285"; } .fltr-chat-20:before { content: "\f286"; } .fltr-chat-24:before { content: "\f287"; } .fltr-chat-28:before { content: "\f288"; } .fltr-chat-bubbles-question-24:before { content: "\f289"; } .fltr-chat-help-24:before { content: "\f28a"; } .fltr-chat-off-24:before { content: "\f28b"; } .fltr-chat-warning-24:before { content: "\f28c"; } .fltr-checkbox-checked-20:before { content: "\f28d"; } .fltr-checkbox-checked-24:before { content: "\f28e"; } .fltr-checkbox-unchecked-12:before { content: "\f28f"; } .fltr-checkbox-unchecked-16:before { content: "\f290"; } .fltr-checkbox-unchecked-20:before { content: "\f291"; } .fltr-checkbox-unchecked-24:before { content: "\f292"; } .fltr-checkmark-12:before { content: "\f293"; } .fltr-checkmark-20:before { content: "\f294"; } .fltr-checkmark-24:before { content: "\f295"; } .fltr-checkmark-28:before { content: "\f296"; } .fltr-checkmark-circle-16:before { content: "\f297"; } .fltr-checkmark-circle-20:before { content: "\f298"; } .fltr-checkmark-circle-24:before { content: "\f299"; } .fltr-checkmark-circle-48:before { content: "\f29a"; } .fltr-checkmark-lock-16:before { content: "\f29b"; } .fltr-checkmark-lock-20:before { content: "\f29c"; } .fltr-checkmark-lock-24:before { content: "\f29d"; } .fltr-checkmark-square-24:before { content: "\f29e"; } .fltr-checkmark-underline-circle-16:before { content: "\f29f"; } .fltr-checkmark-underline-circle-20:before { content: "\f2a0"; } .fltr-chevron-down-12:before { content: "\f2a1"; } .fltr-chevron-down-16:before { content: "\f2a2"; } .fltr-chevron-down-20:before { content: "\f2a3"; } .fltr-chevron-down-24:before { content: "\f2a4"; } .fltr-chevron-down-28:before { content: "\f2a5"; } .fltr-chevron-down-48:before { content: "\f2a6"; } .fltr-chevron-down-circle-24:before { content: "\f2a7"; } .fltr-chevron-left-12:before { content: "\f2a8"; } .fltr-chevron-left-16:before { content: "\f2a9"; } .fltr-chevron-left-20:before { content: "\f2aa"; } .fltr-chevron-left-24:before { content: "\f2ab"; } .fltr-chevron-left-28:before { content: "\f2ac"; } .fltr-chevron-left-48:before { content: "\f2ad"; } .fltr-chevron-right-12:before { content: "\f2ae"; } .fltr-chevron-right-16:before { content: "\f2af"; } .fltr-chevron-right-20:before { content: "\f2b0"; } .fltr-chevron-right-24:before { content: "\f2b1"; } .fltr-chevron-right-28:before { content: "\f2b2"; } .fltr-chevron-right-48:before { content: "\f2b3"; } .fltr-chevron-up-12:before { content: "\f2b4"; } .fltr-chevron-up-16:before { content: "\f2b5"; } .fltr-chevron-up-20:before { content: "\f2b6"; } .fltr-chevron-up-24:before { content: "\f2b7"; } .fltr-chevron-up-28:before { content: "\f2b8"; } .fltr-chevron-up-48:before { content: "\f2b9"; } .fltr-circle-16:before { content: "\f2ba"; } .fltr-circle-20:before { content: "\f2bb"; } .fltr-circle-24:before { content: "\f2bc"; } .fltr-circle-half-fill-20:before { content: "\f2bd"; } .fltr-circle-half-fill-24:before { content: "\f2be"; } .fltr-circle-line-24:before { content: "\f2bf"; } .fltr-circle-small-24:before { content: "\f2c0"; } .fltr-city-16:before { content: "\f2c1"; } .fltr-city-20:before { content: "\f2c2"; } .fltr-city-24:before { content: "\f2c3"; } .fltr-class-24:before { content: "\f2c4"; } .fltr-classification-16:before { content: "\f2c5"; } .fltr-classification-20:before { content: "\f2c6"; } .fltr-classification-24:before { content: "\f2c7"; } .fltr-clear-formatting-24:before { content: "\f2c8"; } .fltr-clipboard-20:before { content: "\f2c9"; } .fltr-clipboard-24:before { content: "\f2ca"; } .fltr-clipboard-code-16:before { content: "\f2cb"; } .fltr-clipboard-code-20:before { content: "\f2cc"; } .fltr-clipboard-code-24:before { content: "\f2cd"; } .fltr-clipboard-letter-16:before { content: "\f2ce"; } .fltr-clipboard-letter-20:before { content: "\f2cf"; } .fltr-clipboard-letter-24:before { content: "\f2d0"; } .fltr-clipboard-link-16:before { content: "\f2d1"; } .fltr-clipboard-link-20:before { content: "\f2d2"; } .fltr-clipboard-link-24:before { content: "\f2d3"; } .fltr-clipboard-more-24:before { content: "\f2d4"; } .fltr-clipboard-paste-20:before { content: "\f2d5"; } .fltr-clipboard-paste-24:before { content: "\f2d6"; } .fltr-clipboard-search-20:before { content: "\f2d7"; } .fltr-clipboard-search-24:before { content: "\f2d8"; } .fltr-clipboard-text-20:before { content: "\f2d9"; } .fltr-clipboard-text-24:before { content: "\f2da"; } .fltr-clock-12:before { content: "\f2db"; } .fltr-clock-16:before { content: "\f2dc"; } .fltr-clock-20:before { content: "\f2dd"; } .fltr-clock-24:before { content: "\f2de"; } .fltr-clock-28:before { content: "\f2df"; } .fltr-clock-48:before { content: "\f2e0"; } .fltr-clock-alarm-20:before { content: "\f2e1"; } .fltr-clock-alarm-24:before { content: "\f2e2"; } .fltr-closed-caption-24:before { content: "\f2e3"; } .fltr-cloud-20:before { content: "\f2e4"; } .fltr-cloud-24:before { content: "\f2e5"; } .fltr-cloud-48:before { content: "\f2e6"; } .fltr-cloud-backup-24:before { content: "\f2e7"; } .fltr-cloud-backup-48:before { content: "\f2e8"; } .fltr-cloud-download-24:before { content: "\f2e9"; } .fltr-cloud-off-24:before { content: "\f2ea"; } .fltr-cloud-off-48:before { content: "\f2eb"; } .fltr-cloud-offline-24:before { content: "\f2ec"; } .fltr-cloud-sync-complete-24:before { content: "\f2ed"; } .fltr-cloud-sync-complete-48:before { content: "\f2ee"; } .fltr-code-20:before { content: "\f2ef"; } .fltr-code-24:before { content: "\f2f0"; } .fltr-collections-20:before { content: "\f2f1"; } .fltr-collections-24:before { content: "\f2f2"; } .fltr-collections-add-20:before { content: "\f2f3"; } .fltr-collections-add-24:before { content: "\f2f4"; } .fltr-color-20:before { content: "\f2f5"; } .fltr-color-24:before { content: "\f2f6"; } .fltr-color-background-20:before { content: "\f2f7"; } .fltr-color-background-24:before { content: "\f2f8"; } .fltr-color-fill-20:before { content: "\f2f9"; } .fltr-color-fill-24:before { content: "\f2fa"; } .fltr-color-line-20:before { content: "\f2fb"; } .fltr-color-line-24:before { content: "\f2fc"; } .fltr-column-triple-24:before { content: "\f2fd"; } .fltr-comment-16:before { content: "\f2fe"; } .fltr-comment-20:before { content: "\f2ff"; } .fltr-comment-24:before { content: "\f300"; } .fltr-comment-add-24:before { content: "\f301"; } .fltr-comment-delete-24:before { content: "\f302"; } .fltr-comment-mention-16:before { content: "\f303"; } .fltr-comment-mention-20:before { content: "\f304"; } .fltr-comment-mention-24:before { content: "\f305"; } .fltr-comment-multiple-16:before { content: "\f306"; } .fltr-comment-multiple-20:before { content: "\f307"; } .fltr-comment-multiple-24:before { content: "\f308"; } .fltr-comment-next-24:before { content: "\f309"; } .fltr-comment-previous-24:before { content: "\f30a"; } .fltr-comment-resolve-24:before { content: "\f30b"; } .fltr-communication-16:before { content: "\f30c"; } .fltr-communication-20:before { content: "\f30d"; } .fltr-communication-24:before { content: "\f30e"; } .fltr-compass-northwest-16:before { content: "\f30f"; } .fltr-compass-northwest-20:before { content: "\f310"; } .fltr-compass-northwest-24:before { content: "\f311"; } .fltr-compass-northwest-28:before { content: "\f312"; } .fltr-compose-16:before { content: "\f313"; } .fltr-compose-20:before { content: "\f314"; } .fltr-compose-24:before { content: "\f315"; } .fltr-compose-28:before { content: "\f316"; } .fltr-conference-room-16:before { content: "\f317"; } .fltr-conference-room-20:before { content: "\f318"; } .fltr-conference-room-24:before { content: "\f319"; } .fltr-conference-room-28:before { content: "\f31a"; } .fltr-conference-room-48:before { content: "\f31b"; } .fltr-connector-16:before { content: "\f31c"; } .fltr-connector-20:before { content: "\f31d"; } .fltr-connector-24:before { content: "\f31e"; } .fltr-contact-card-20:before { content: "\f31f"; } .fltr-contact-card-24:before { content: "\f320"; } .fltr-contact-card-group-24:before { content: "\f321"; } .fltr-contacts-24:before { content: "\f322"; } .fltr-content-settings-16:before { content: "\f323"; } .fltr-content-settings-20:before { content: "\f324"; } .fltr-content-settings-24:before { content: "\f325"; } .fltr-convert-to-table-24:before { content: "\f326"; } .fltr-convert-to-text-24:before { content: "\f327"; } .fltr-cookies-20:before { content: "\f328"; } .fltr-cookies-24:before { content: "\f329"; } .fltr-copy-16:before { content: "\f32a"; } .fltr-copy-20:before { content: "\f32b"; } .fltr-copy-24:before { content: "\f32c"; } .fltr-copy-image-24:before { content: "\f32d"; } .fltr-copy-link-24:before { content: "\f32e"; } .fltr-copy-move-16:before { content: "\f32f"; } .fltr-copy-move-24:before { content: "\f330"; } .fltr-crop-24:before { content: "\f331"; } .fltr-crop-interim-24:before { content: "\f332"; } .fltr-crop-interim-off-24:before { content: "\f333"; } .fltr-cube-16:before { content: "\f334"; } .fltr-cube-20:before { content: "\f335"; } .fltr-cube-24:before { content: "\f336"; } .fltr-currency-16:before { content: "\f337"; } .fltr-currency-20:before { content: "\f338"; } .fltr-currency-24:before { content: "\f339"; } .fltr-cut-20:before { content: "\f33a"; } .fltr-cut-24:before { content: "\f33b"; } .fltr-dark-theme-24:before { content: "\f33c"; } .fltr-data-area-24:before { content: "\f33d"; } .fltr-data-bar-horizontal-24:before { content: "\f33e"; } .fltr-data-bar-vertical-20:before { content: "\f33f"; } .fltr-data-bar-vertical-24:before { content: "\f340"; } .fltr-data-funnel-24:before { content: "\f341"; } .fltr-data-histogram-24:before { content: "\f342"; } .fltr-data-line-24:before { content: "\f343"; } .fltr-data-pie-20:before { content: "\f344"; } .fltr-data-pie-24:before { content: "\f345"; } .fltr-data-scatter-24:before { content: "\f346"; } .fltr-data-sunburst-24:before { content: "\f347"; } .fltr-data-treemap-24:before { content: "\f348"; } .fltr-data-usage-24:before { content: "\f349"; } .fltr-data-waterfall-24:before { content: "\f34a"; } .fltr-data-whisker-24:before { content: "\f34b"; } .fltr-delete-20:before { content: "\f34c"; } .fltr-delete-24:before { content: "\f34d"; } .fltr-delete-28:before { content: "\f34e"; } .fltr-delete-48:before { content: "\f34f"; } .fltr-delete-forever-24:before { content: "\f350"; } .fltr-delete-forever-28:before { content: "\f351"; } .fltr-delete-off-20:before { content: "\f352"; } .fltr-delete-off-24:before { content: "\f353"; } .fltr-dentist-24:before { content: "\f354"; } .fltr-design-ideas-16:before { content: "\f355"; } .fltr-design-ideas-20:before { content: "\f356"; } .fltr-design-ideas-24:before { content: "\f357"; } .fltr-desktop-16:before { content: "\f358"; } .fltr-desktop-20:before { content: "\f359"; } .fltr-desktop-24:before { content: "\f35a"; } .fltr-desktop-28:before { content: "\f35b"; } .fltr-developer-board-24:before { content: "\f35c"; } .fltr-device-eq-24:before { content: "\f35d"; } .fltr-dialpad-20:before { content: "\f35e"; } .fltr-dialpad-24:before { content: "\f35f"; } .fltr-dialpad-off-24:before { content: "\f360"; } .fltr-dictionary-20:before { content: "\f361"; } .fltr-dictionary-24:before { content: "\f362"; } .fltr-dictionary-add-20:before { content: "\f363"; } .fltr-dictionary-add-24:before { content: "\f364"; } .fltr-directions-20:before { content: "\f365"; } .fltr-directions-24:before { content: "\f366"; } .fltr-dismiss-12:before { content: "\f367"; } .fltr-dismiss-16:before { content: "\f368"; } .fltr-dismiss-20:before { content: "\f369"; } .fltr-dismiss-24:before { content: "\f36a"; } .fltr-dismiss-28:before { content: "\f36b"; } .fltr-dismiss-circle-16:before { content: "\f36c"; } .fltr-dismiss-circle-20:before { content: "\f36d"; } .fltr-dismiss-circle-24:before { content: "\f36e"; } .fltr-dismiss-circle-48:before { content: "\f36f"; } .fltr-divider-short-24:before { content: "\f370"; } .fltr-divider-tall-24:before { content: "\f371"; } .fltr-dock-24:before { content: "\f372"; } .fltr-dock-left-16:before { content: "\f373"; } .fltr-dock-left-20:before { content: "\f374"; } .fltr-dock-left-24:before { content: "\f375"; } .fltr-dock-row-24:before { content: "\f376"; } .fltr-doctor-24:before { content: "\f377"; } .fltr-document-20:before { content: "\f378"; } .fltr-document-24:before { content: "\f379"; } .fltr-document-28:before { content: "\f37a"; } .fltr-document-autosave-24:before { content: "\f37b"; } .fltr-document-briefcase-20:before { content: "\f37c"; } .fltr-document-briefcase-24:before { content: "\f37d"; } .fltr-document-catch-up-24:before { content: "\f37e"; } .fltr-document-copy-16:before { content: "\f37f"; } .fltr-document-copy-20:before { content: "\f380"; } .fltr-document-copy-24:before { content: "\f381"; } .fltr-document-copy-48:before { content: "\f382"; } .fltr-document-dismiss-20:before { content: "\f383"; } .fltr-document-dismiss-24:before { content: "\f384"; } .fltr-document-edit-16:before { content: "\f385"; } .fltr-document-edit-20:before { content: "\f386"; } .fltr-document-edit-24:before { content: "\f387"; } .fltr-document-endnote-20:before { content: "\f388"; } .fltr-document-endnote-24:before { content: "\f389"; } .fltr-document-error-16:before { content: "\f38a"; } .fltr-document-error-20:before { content: "\f38b"; } .fltr-document-error-24:before { content: "\f38c"; } .fltr-document-footer-24:before { content: "\f38d"; } .fltr-document-footer-remove-24:before { content: "\f38e"; } .fltr-document-header-24:before { content: "\f38f"; } .fltr-document-header-footer-20:before { content: "\f390"; } .fltr-document-header-footer-24:before { content: "\f391"; } .fltr-document-header-remove-24:before { content: "\f392"; } .fltr-document-landscape-20:before { content: "\f393"; } .fltr-document-landscape-24:before { content: "\f394"; } .fltr-document-margins-20:before { content: "\f395"; } .fltr-document-margins-24:before { content: "\f396"; } .fltr-document-none-20:before { content: "\f397"; } .fltr-document-none-24:before { content: "\f398"; } .fltr-document-one-page-20:before { content: "\f399"; } .fltr-document-one-page-24:before { content: "\f39a"; } .fltr-document-page-24:before { content: "\f39b"; } .fltr-document-page-bottom-center-20:before { content: "\f39c"; } .fltr-document-page-bottom-center-24:before { content: "\f39d"; } .fltr-document-page-bottom-left-20:before { content: "\f39e"; } .fltr-document-page-bottom-left-24:before { content: "\f39f"; } .fltr-document-page-bottom-right-20:before { content: "\f3a0"; } .fltr-document-page-bottom-right-24:before { content: "\f3a1"; } .fltr-document-page-break-24:before { content: "\f3a2"; } .fltr-document-page-number-20:before { content: "\f3a3"; } .fltr-document-page-number-24:before { content: "\f3a4"; } .fltr-document-page-top-center-20:before { content: "\f3a5"; } .fltr-document-page-top-center-24:before { content: "\f3a6"; } .fltr-document-page-top-left-20:before { content: "\f3a7"; } .fltr-document-page-top-left-24:before { content: "\f3a8"; } .fltr-document-page-top-right-20:before { content: "\f3a9"; } .fltr-document-page-top-right-24:before { content: "\f3aa"; } .fltr-document-pdf-16:before { content: "\f3ab"; } .fltr-document-pdf-20:before { content: "\f3ac"; } .fltr-document-pdf-24:before { content: "\f3ad"; } .fltr-document-search-20:before { content: "\f3ae"; } .fltr-document-search-24:before { content: "\f3af"; } .fltr-document-toolbox-20:before { content: "\f3b0"; } .fltr-document-toolbox-24:before { content: "\f3b1"; } .fltr-document-top-center-20:before { content: "\f3b2"; } .fltr-document-top-left-20:before { content: "\f3b3"; } .fltr-document-top-right-20:before { content: "\f3b4"; } .fltr-document-unknown-16:before { content: "\f3b5"; } .fltr-document-unknown-20:before { content: "\f3b6"; } .fltr-document-unknown-24:before { content: "\f3b7"; } .fltr-document-width-20:before { content: "\f3b8"; } .fltr-document-width-24:before { content: "\f3b9"; } .fltr-double-swipe-down-24:before { content: "\f3ba"; } .fltr-double-swipe-up-24:before { content: "\f3bb"; } .fltr-double-tap-swipe-down-24:before { content: "\f3bc"; } .fltr-double-tap-swipe-up-24:before { content: "\f3bd"; } .fltr-drafts-16:before { content: "\f3be"; } .fltr-drafts-20:before { content: "\f3bf"; } .fltr-drafts-24:before { content: "\f3c0"; } .fltr-drag-24:before { content: "\f3c1"; } .fltr-drink-24:before { content: "\f3c2"; } .fltr-drink-beer-24:before { content: "\f3c3"; } .fltr-drink-coffee-20:before { content: "\f3c4"; } .fltr-drink-coffee-24:before { content: "\f3c5"; } .fltr-drink-margarita-24:before { content: "\f3c6"; } .fltr-drink-wine-24:before { content: "\f3c7"; } .fltr-dual-screen-24:before { content: "\f3c8"; } .fltr-dual-screen-add-24:before { content: "\f3c9"; } .fltr-dual-screen-arrow-right-24:before { content: "\f3ca"; } .fltr-dual-screen-clock-24:before { content: "\f3cb"; } .fltr-dual-screen-desktop-24:before { content: "\f3cc"; } .fltr-dual-screen-error-24:before { content: "\f3cd"; } .fltr-dual-screen-group-24:before { content: "\f3ce"; } .fltr-dual-screen-header-24:before { content: "\f3cf"; } .fltr-dual-screen-lock-24:before { content: "\f3d0"; } .fltr-dual-screen-mirror-24:before { content: "\f3d1"; } .fltr-dual-screen-pagination-24:before { content: "\f3d2"; } .fltr-dual-screen-settings-24:before { content: "\f3d3"; } .fltr-dual-screen-status-bar-24:before { content: "\f3d4"; } .fltr-dual-screen-tablet-24:before { content: "\f3d5"; } .fltr-dual-screen-update-24:before { content: "\f3d6"; } .fltr-dual-screen-vertical-scroll-24:before { content: "\f3d7"; } .fltr-dual-screen-vibrate-24:before { content: "\f3d8"; } .fltr-earth-16:before { content: "\f3d9"; } .fltr-earth-20:before { content: "\f3da"; } .fltr-earth-24:before { content: "\f3db"; } .fltr-edit-16:before { content: "\f3dc"; } .fltr-edit-20:before { content: "\f3dd"; } .fltr-edit-24:before { content: "\f3de"; } .fltr-emoji-16:before { content: "\f3df"; } .fltr-emoji-20:before { content: "\f3e0"; } .fltr-emoji-24:before { content: "\f3e1"; } .fltr-emoji-add-24:before { content: "\f3e2"; } .fltr-emoji-angry-20:before { content: "\f3e3"; } .fltr-emoji-angry-24:before { content: "\f3e4"; } .fltr-emoji-laugh-20:before { content: "\f3e5"; } .fltr-emoji-laugh-24:before { content: "\f3e6"; } .fltr-emoji-meh-20:before { content: "\f3e7"; } .fltr-emoji-meh-24:before { content: "\f3e8"; } .fltr-emoji-sad-20:before { content: "\f3e9"; } .fltr-emoji-sad-24:before { content: "\f3ea"; } .fltr-emoji-surprise-20:before { content: "\f3eb"; } .fltr-emoji-surprise-24:before { content: "\f3ec"; } .fltr-erase-20:before { content: "\f3ed"; } .fltr-erase-24:before { content: "\f3ee"; } .fltr-eraser-tool-24:before { content: "\f3ef"; } .fltr-error-circle-16:before { content: "\f3f0"; } .fltr-error-circle-20:before { content: "\f3f1"; } .fltr-error-circle-24:before { content: "\f3f2"; } .fltr-export-24:before { content: "\f3f3"; } .fltr-extended-dock-24:before { content: "\f3f4"; } .fltr-extension-20:before { content: "\f3f5"; } .fltr-extension-24:before { content: "\f3f6"; } .fltr-eye-hide-20:before { content: "\f3f7"; } .fltr-eye-hide-24:before { content: "\f3f8"; } .fltr-eye-show-12:before { content: "\f3f9"; } .fltr-eye-show-16:before { content: "\f3fa"; } .fltr-eye-show-20:before { content: "\f3fb"; } .fltr-eye-show-24:before { content: "\f3fc"; } .fltr-fast-acceleration-24:before { content: "\f3fd"; } .fltr-fast-forward-20:before { content: "\f3fe"; } .fltr-fast-forward-24:before { content: "\f3ff"; } .fltr-fast-mode-16:before { content: "\f400"; } .fltr-fast-mode-20:before { content: "\f401"; } .fltr-fast-mode-24:before { content: "\f402"; } .fltr-fast-mode-28:before { content: "\f403"; } .fltr-favorites-20:before { content: "\f404"; } .fltr-favorites-24:before { content: "\f405"; } .fltr-filter-20:before { content: "\f406"; } .fltr-filter-24:before { content: "\f407"; } .fltr-filter-28:before { content: "\f408"; } .fltr-fingerprint-24:before { content: "\f409"; } .fltr-flag-16:before { content: "\f40a"; } .fltr-flag-20:before { content: "\f40b"; } .fltr-flag-24:before { content: "\f40c"; } .fltr-flag-28:before { content: "\f40d"; } .fltr-flag-48:before { content: "\f40e"; } .fltr-flag-off-24:before { content: "\f40f"; } .fltr-flag-off-28:before { content: "\f410"; } .fltr-flag-off-48:before { content: "\f411"; } .fltr-flash-auto-24:before { content: "\f412"; } .fltr-flash-off-24:before { content: "\f413"; } .fltr-flash-on-20:before { content: "\f414"; } .fltr-flash-on-24:before { content: "\f415"; } .fltr-flashlight-24:before { content: "\f416"; } .fltr-flashlight-off-24:before { content: "\f417"; } .fltr-folder-20:before { content: "\f418"; } .fltr-folder-24:before { content: "\f419"; } .fltr-folder-28:before { content: "\f41a"; } .fltr-folder-48:before { content: "\f41b"; } .fltr-folder-add-20:before { content: "\f41c"; } .fltr-folder-add-24:before { content: "\f41d"; } .fltr-folder-add-28:before { content: "\f41e"; } .fltr-folder-add-48:before { content: "\f41f"; } .fltr-folder-briefcase-20:before { content: "\f420"; } .fltr-folder-junk-20:before { content: "\f421"; } .fltr-folder-junk-24:before { content: "\f422"; } .fltr-folder-junk-28:before { content: "\f423"; } .fltr-folder-junk-48:before { content: "\f424"; } .fltr-folder-link-20:before { content: "\f425"; } .fltr-folder-link-24:before { content: "\f426"; } .fltr-folder-link-28:before { content: "\f427"; } .fltr-folder-link-48:before { content: "\f428"; } .fltr-folder-move-20:before { content: "\f429"; } .fltr-folder-move-24:before { content: "\f42a"; } .fltr-folder-move-28:before { content: "\f42b"; } .fltr-folder-move-48:before { content: "\f42c"; } .fltr-folder-open-16:before { content: "\f42d"; } .fltr-folder-open-20:before { content: "\f42e"; } .fltr-folder-open-24:before { content: "\f42f"; } .fltr-folder-open-vertical-20:before { content: "\f430"; } .fltr-folder-public-16:before { content: "\f431"; } .fltr-folder-public-20:before { content: "\f432"; } .fltr-folder-public-24:before { content: "\f433"; } .fltr-folder-zip-16:before { content: "\f434"; } .fltr-folder-zip-20:before { content: "\f435"; } .fltr-folder-zip-24:before { content: "\f436"; } .fltr-font-decrease-20:before { content: "\f437"; } .fltr-font-decrease-24:before { content: "\f438"; } .fltr-font-increase-20:before { content: "\f439"; } .fltr-font-increase-24:before { content: "\f43a"; } .fltr-font-space-tracking-in-16:before { content: "\f43b"; } .fltr-font-space-tracking-in-20:before { content: "\f43c"; } .fltr-font-space-tracking-in-24:before { content: "\f43d"; } .fltr-font-space-tracking-in-28:before { content: "\f43e"; } .fltr-font-space-tracking-out-16:before { content: "\f43f"; } .fltr-font-space-tracking-out-20:before { content: "\f440"; } .fltr-font-space-tracking-out-24:before { content: "\f441"; } .fltr-font-space-tracking-out-28:before { content: "\f442"; } .fltr-food-20:before { content: "\f443"; } .fltr-food-24:before { content: "\f444"; } .fltr-food-cake-24:before { content: "\f445"; } .fltr-food-egg-24:before { content: "\f446"; } .fltr-food-toast-24:before { content: "\f447"; } .fltr-form-new-24:before { content: "\f448"; } .fltr-form-new-28:before { content: "\f449"; } .fltr-form-new-48:before { content: "\f44a"; } .fltr-forward-20:before { content: "\f44b"; } .fltr-forward-24:before { content: "\f44c"; } .fltr-fps-240-24:before { content: "\f44d"; } .fltr-fps-960-24:before { content: "\f44e"; } .fltr-full-screen-zoom-24:before { content: "\f44f"; } .fltr-gallery-24:before { content: "\f450"; } .fltr-games-24:before { content: "\f451"; } .fltr-gesture-24:before { content: "\f452"; } .fltr-gif-20:before { content: "\f453"; } .fltr-gif-24:before { content: "\f454"; } .fltr-gift-20:before { content: "\f455"; } .fltr-gift-24:before { content: "\f456"; } .fltr-glance-24:before { content: "\f457"; } .fltr-glasses-24:before { content: "\f458"; } .fltr-glasses-off-24:before { content: "\f459"; } .fltr-globe-20:before { content: "\f45a"; } .fltr-globe-24:before { content: "\f45b"; } .fltr-globe-add-24:before { content: "\f45c"; } .fltr-globe-clock-24:before { content: "\f45d"; } .fltr-globe-desktop-24:before { content: "\f45e"; } .fltr-globe-location-24:before { content: "\f45f"; } .fltr-globe-search-24:before { content: "\f460"; } .fltr-globe-video-24:before { content: "\f461"; } .fltr-grid-20:before { content: "\f462"; } .fltr-grid-24:before { content: "\f463"; } .fltr-grid-28:before { content: "\f464"; } .fltr-group-20:before { content: "\f465"; } .fltr-group-24:before { content: "\f466"; } .fltr-group-list-24:before { content: "\f467"; } .fltr-guest-16:before { content: "\f468"; } .fltr-guest-20:before { content: "\f469"; } .fltr-guest-24:before { content: "\f46a"; } .fltr-guest-28:before { content: "\f46b"; } .fltr-guest-add-24:before { content: "\f46c"; } .fltr-hand-raise-24:before { content: "\f46d"; } .fltr-handshake-16:before { content: "\f46e"; } .fltr-handshake-20:before { content: "\f46f"; } .fltr-handshake-24:before { content: "\f470"; } .fltr-hdr-24:before { content: "\f471"; } .fltr-headphones-24:before { content: "\f472"; } .fltr-headphones-28:before { content: "\f473"; } .fltr-headset-24:before { content: "\f474"; } .fltr-headset-28:before { content: "\f475"; } .fltr-headset-vr-20:before { content: "\f476"; } .fltr-headset-vr-24:before { content: "\f477"; } .fltr-heart-16:before { content: "\f478"; } .fltr-heart-20:before { content: "\f479"; } .fltr-heart-24:before { content: "\f47a"; } .fltr-highlight-16:before { content: "\f47b"; } .fltr-highlight-20:before { content: "\f47c"; } .fltr-highlight-24:before { content: "\f47d"; } .fltr-history-20:before { content: "\f47e"; } .fltr-history-24:before { content: "\f47f"; } .fltr-home-20:before { content: "\f480"; } .fltr-home-24:before { content: "\f481"; } .fltr-home-28:before { content: "\f482"; } .fltr-home-add-24:before { content: "\f483"; } .fltr-home-checkmark-24:before { content: "\f484"; } .fltr-icons-20:before { content: "\f485"; } .fltr-icons-24:before { content: "\f486"; } .fltr-image-16:before { content: "\f487"; } .fltr-image-20:before { content: "\f488"; } .fltr-image-24:before { content: "\f489"; } .fltr-image-28:before { content: "\f48a"; } .fltr-image-48:before { content: "\f48b"; } .fltr-image-add-24:before { content: "\f48c"; } .fltr-image-alt-text-20:before { content: "\f48d"; } .fltr-image-alt-text-24:before { content: "\f48e"; } .fltr-image-copy-20:before { content: "\f48f"; } .fltr-image-copy-24:before { content: "\f490"; } .fltr-image-copy-28:before { content: "\f491"; } .fltr-image-edit-16:before { content: "\f492"; } .fltr-image-edit-20:before { content: "\f493"; } .fltr-image-edit-24:before { content: "\f494"; } .fltr-image-library-20:before { content: "\f495"; } .fltr-image-library-24:before { content: "\f496"; } .fltr-image-library-28:before { content: "\f497"; } .fltr-image-off-24:before { content: "\f498"; } .fltr-image-search-20:before { content: "\f499"; } .fltr-image-search-24:before { content: "\f49a"; } .fltr-immersive-reader-20:before { content: "\f49b"; } .fltr-immersive-reader-24:before { content: "\f49c"; } .fltr-important-12:before { content: "\f49d"; } .fltr-important-16:before { content: "\f49e"; } .fltr-important-20:before { content: "\f49f"; } .fltr-important-24:before { content: "\f4a0"; } .fltr-incognito-24:before { content: "\f4a1"; } .fltr-info-16:before { content: "\f4a2"; } .fltr-info-20:before { content: "\f4a3"; } .fltr-info-24:before { content: "\f4a4"; } .fltr-info-28:before { content: "\f4a5"; } .fltr-inking-tool-16:before { content: "\f4a6"; } .fltr-inking-tool-20:before { content: "\f4a7"; } .fltr-inking-tool-24:before { content: "\f4a8"; } .fltr-inprivate-account-16:before { content: "\f4a9"; } .fltr-inprivate-account-20:before { content: "\f4aa"; } .fltr-inprivate-account-24:before { content: "\f4ab"; } .fltr-inprivate-account-28:before { content: "\f4ac"; } .fltr-insert-20:before { content: "\f4ad"; } .fltr-inspect-20:before { content: "\f4ae"; } .fltr-inspect-24:before { content: "\f4af"; } .fltr-ios-arrow-left-24:before { content: "\f4b0"; } .fltr-ios-chevron-24:before { content: "\f4b1"; } .fltr-ios-chevron-right-20:before { content: "\f4b2"; } .fltr-javascript-16:before { content: "\f4b3"; } .fltr-javascript-20:before { content: "\f4b4"; } .fltr-javascript-24:before { content: "\f4b5"; } .fltr-key-20:before { content: "\f4b6"; } .fltr-key-24:before { content: "\f4b7"; } .fltr-keyboard-20:before { content: "\f4b8"; } .fltr-keyboard-24:before { content: "\f4b9"; } .fltr-keyboard-dock-24:before { content: "\f4ba"; } .fltr-keyboard-layout-float-24:before { content: "\f4bb"; } .fltr-keyboard-layout-one-handed-left-24:before { content: "\f4bc"; } .fltr-keyboard-layout-resize-24:before { content: "\f4bd"; } .fltr-keyboard-layout-split-24:before { content: "\f4be"; } .fltr-keyboard-shift-24:before { content: "\f4bf"; } .fltr-keyboard-shift-uppercase-24:before { content: "\f4c0"; } .fltr-keyboard-tab-24:before { content: "\f4c1"; } .fltr-laptop-16:before { content: "\f4c2"; } .fltr-laptop-20:before { content: "\f4c3"; } .fltr-laptop-24:before { content: "\f4c4"; } .fltr-laptop-28:before { content: "\f4c5"; } .fltr-large-16:before { content: "\f4c6"; } .fltr-large-20:before { content: "\f4c7"; } .fltr-large-24:before { content: "\f4c8"; } .fltr-lasso-24:before { content: "\f4c9"; } .fltr-launcher-settings-24:before { content: "\f4ca"; } .fltr-layer-20:before { content: "\f4cb"; } .fltr-layer-24:before { content: "\f4cc"; } .fltr-leaf-16:before { content: "\f4cd"; } .fltr-leaf-20:before { content: "\f4ce"; } .fltr-leaf-24:before { content: "\f4cf"; } .fltr-leaf-two-16:before { content: "\f4d0"; } .fltr-leaf-two-20:before { content: "\f4d1"; } .fltr-leaf-two-24:before { content: "\f4d2"; } .fltr-library-24:before { content: "\f4d3"; } .fltr-library-28:before { content: "\f4d4"; } .fltr-lightbulb-16:before { content: "\f4d5"; } .fltr-lightbulb-20:before { content: "\f4d6"; } .fltr-lightbulb-24:before { content: "\f4d7"; } .fltr-lightbulb-circle-24:before { content: "\f4d8"; } .fltr-lightbulb-filament-16:before { content: "\f4d9"; } .fltr-lightbulb-filament-20:before { content: "\f4da"; } .fltr-lightbulb-filament-24:before { content: "\f4db"; } .fltr-like-16:before { content: "\f4dc"; } .fltr-likert-16:before { content: "\f4dd"; } .fltr-likert-20:before { content: "\f4de"; } .fltr-likert-24:before { content: "\f4df"; } .fltr-line-horizontal-1-20:before { content: "\f4e0"; } .fltr-line-horizontal-3-20:before { content: "\f4e1"; } .fltr-line-horizontal-5-20:before { content: "\f4e2"; } .fltr-link-16:before { content: "\f4e3"; } .fltr-link-20:before { content: "\f4e4"; } .fltr-link-24:before { content: "\f4e5"; } .fltr-link-28:before { content: "\f4e6"; } .fltr-link-48:before { content: "\f4e7"; } .fltr-link-edit-16:before { content: "\f4e8"; } .fltr-link-edit-20:before { content: "\f4e9"; } .fltr-link-edit-24:before { content: "\f4ea"; } .fltr-link-remove-20:before { content: "\f4eb"; } .fltr-link-square-24:before { content: "\f4ec"; } .fltr-list-20:before { content: "\f4ed"; } .fltr-list-24:before { content: "\f4ee"; } .fltr-list-28:before { content: "\f4ef"; } .fltr-live-20:before { content: "\f4f0"; } .fltr-live-24:before { content: "\f4f1"; } .fltr-local-language-16:before { content: "\f4f2"; } .fltr-local-language-20:before { content: "\f4f3"; } .fltr-local-language-24:before { content: "\f4f4"; } .fltr-local-language-28:before { content: "\f4f5"; } .fltr-location-12:before { content: "\f4f6"; } .fltr-location-16:before { content: "\f4f7"; } .fltr-location-20:before { content: "\f4f8"; } .fltr-location-24:before { content: "\f4f9"; } .fltr-location-28:before { content: "\f4fa"; } .fltr-location-live-20:before { content: "\f4fb"; } .fltr-location-live-24:before { content: "\f4fc"; } .fltr-location-not-found-24:before { content: "\f4fd"; } .fltr-lock-12:before { content: "\f4fe"; } .fltr-lock-16:before { content: "\f4ff"; } .fltr-lock-20:before { content: "\f500"; } .fltr-lock-24:before { content: "\f501"; } .fltr-lock-shield-20:before { content: "\f502"; } .fltr-lock-shield-24:before { content: "\f503"; } .fltr-lock-shield-48:before { content: "\f504"; } .fltr-magic-wand-24:before { content: "\f505"; } .fltr-mail-20:before { content: "\f506"; } .fltr-mail-24:before { content: "\f507"; } .fltr-mail-28:before { content: "\f508"; } .fltr-mail-48:before { content: "\f509"; } .fltr-mail-add-24:before { content: "\f50a"; } .fltr-mail-all-20:before { content: "\f50b"; } .fltr-mail-all-24:before { content: "\f50c"; } .fltr-mail-all-accounts-24:before { content: "\f50d"; } .fltr-mail-all-read-20:before { content: "\f50e"; } .fltr-mail-all-unread-20:before { content: "\f50f"; } .fltr-mail-clock-20:before { content: "\f510"; } .fltr-mail-copy-20:before { content: "\f511"; } .fltr-mail-copy-24:before { content: "\f512"; } .fltr-mail-inbox-16:before { content: "\f513"; } .fltr-mail-inbox-20:before { content: "\f514"; } .fltr-mail-inbox-24:before { content: "\f515"; } .fltr-mail-inbox-28:before { content: "\f516"; } .fltr-mail-inbox-add-16:before { content: "\f517"; } .fltr-mail-inbox-add-20:before { content: "\f518"; } .fltr-mail-inbox-add-24:before { content: "\f519"; } .fltr-mail-inbox-add-28:before { content: "\f51a"; } .fltr-mail-inbox-dismiss-16:before { content: "\f51b"; } .fltr-mail-inbox-dismiss-20:before { content: "\f51c"; } .fltr-mail-inbox-dismiss-24:before { content: "\f51d"; } .fltr-mail-inbox-dismiss-28:before { content: "\f51e"; } .fltr-mail-move-to-focussed-24:before { content: "\f51f"; } .fltr-mail-outbox-24:before { content: "\f520"; } .fltr-mail-read-20:before { content: "\f521"; } .fltr-mail-read-24:before { content: "\f522"; } .fltr-mail-read-28:before { content: "\f523"; } .fltr-mail-read-48:before { content: "\f524"; } .fltr-mail-unread-16:before { content: "\f525"; } .fltr-mail-unread-20:before { content: "\f526"; } .fltr-mail-unread-24:before { content: "\f527"; } .fltr-mail-unread-28:before { content: "\f528"; } .fltr-mail-unread-48:before { content: "\f529"; } .fltr-mail-unsubscribe-24:before { content: "\f52a"; } .fltr-malware-detected-16:before { content: "\f52b"; } .fltr-malware-detected-24:before { content: "\f52c"; } .fltr-manufacturer-24:before { content: "\f52d"; } .fltr-map-24:before { content: "\f52e"; } .fltr-map-drive-16:before { content: "\f52f"; } .fltr-map-drive-20:before { content: "\f530"; } .fltr-map-drive-24:before { content: "\f531"; } .fltr-match-app-layout-24:before { content: "\f532"; } .fltr-maximize-16:before { content: "\f533"; } .fltr-meet-now-20:before { content: "\f534"; } .fltr-meet-now-24:before { content: "\f535"; } .fltr-megaphone-16:before { content: "\f536"; } .fltr-megaphone-20:before { content: "\f537"; } .fltr-megaphone-24:before { content: "\f538"; } .fltr-megaphone-28:before { content: "\f539"; } .fltr-megaphone-off-24:before { content: "\f53a"; } .fltr-mention-16:before { content: "\f53b"; } .fltr-mention-20:before { content: "\f53c"; } .fltr-mention-24:before { content: "\f53d"; } .fltr-merge-24:before { content: "\f53e"; } .fltr-mic-off-12:before { content: "\f53f"; } .fltr-mic-off-16:before { content: "\f540"; } .fltr-mic-off-24:before { content: "\f541"; } .fltr-mic-off-28:before { content: "\f542"; } .fltr-mic-on-16:before { content: "\f543"; } .fltr-mic-on-20:before { content: "\f544"; } .fltr-mic-on-24:before { content: "\f545"; } .fltr-mic-on-28:before { content: "\f546"; } .fltr-mic-on-48:before { content: "\f547"; } .fltr-mic-settings-24:before { content: "\f548"; } .fltr-midi-20:before { content: "\f549"; } .fltr-midi-24:before { content: "\f54a"; } .fltr-missing-metadata-16:before { content: "\f54b"; } .fltr-missing-metadata-24:before { content: "\f54c"; } .fltr-mobile-optimized-24:before { content: "\f54d"; } .fltr-money-16:before { content: "\f54e"; } .fltr-money-20:before { content: "\f54f"; } .fltr-money-24:before { content: "\f550"; } .fltr-more-16:before { content: "\f551"; } .fltr-more-20:before { content: "\f552"; } .fltr-more-24:before { content: "\f553"; } .fltr-more-28:before { content: "\f554"; } .fltr-more-48:before { content: "\f555"; } .fltr-more-vertical-20:before { content: "\f556"; } .fltr-more-vertical-24:before { content: "\f557"; } .fltr-more-vertical-28:before { content: "\f558"; } .fltr-more-vertical-48:before { content: "\f559"; } .fltr-movies-and-tv-24:before { content: "\f55a"; } .fltr-multiselect-20:before { content: "\f55b"; } .fltr-multiselect-24:before { content: "\f55c"; } .fltr-music-20:before { content: "\f55d"; } .fltr-music-24:before { content: "\f55e"; } .fltr-my-location-24:before { content: "\f55f"; } .fltr-navigation-20:before { content: "\f560"; } .fltr-navigation-24:before { content: "\f561"; } .fltr-network-check-24:before { content: "\f562"; } .fltr-new-16:before { content: "\f563"; } .fltr-new-24:before { content: "\f564"; } .fltr-news-20:before { content: "\f565"; } .fltr-news-24:before { content: "\f566"; } .fltr-news-28:before { content: "\f567"; } .fltr-next-16:before { content: "\f568"; } .fltr-next-20:before { content: "\f569"; } .fltr-next-24:before { content: "\f56a"; } .fltr-note-20:before { content: "\f56b"; } .fltr-note-24:before { content: "\f56c"; } .fltr-note-add-16:before { content: "\f56d"; } .fltr-note-add-20:before { content: "\f56e"; } .fltr-note-add-24:before { content: "\f56f"; } .fltr-notebook-24:before { content: "\f570"; } .fltr-notebook-error-24:before { content: "\f571"; } .fltr-notebook-lightning-24:before { content: "\f572"; } .fltr-notebook-question-mark-24:before { content: "\f573"; } .fltr-notebook-section-24:before { content: "\f574"; } .fltr-notebook-sync-24:before { content: "\f575"; } .fltr-notepad-20:before { content: "\f576"; } .fltr-notepad-24:before { content: "\f577"; } .fltr-notepad-28:before { content: "\f578"; } .fltr-number-row-16:before { content: "\f579"; } .fltr-number-row-20:before { content: "\f57a"; } .fltr-number-row-24:before { content: "\f57b"; } .fltr-number-symbol-16:before { content: "\f57c"; } .fltr-number-symbol-20:before { content: "\f57d"; } .fltr-number-symbol-24:before { content: "\f57e"; } .fltr-office-apps-24:before { content: "\f57f"; } .fltr-office-apps-28:before { content: "\f580"; } .fltr-open-16:before { content: "\f581"; } .fltr-open-20:before { content: "\f582"; } .fltr-open-24:before { content: "\f583"; } .fltr-open-folder-24:before { content: "\f584"; } .fltr-open-in-browser-24:before { content: "\f585"; } .fltr-options-16:before { content: "\f586"; } .fltr-options-20:before { content: "\f587"; } .fltr-options-24:before { content: "\f588"; } .fltr-organization-20:before { content: "\f589"; } .fltr-organization-24:before { content: "\f58a"; } .fltr-organization-28:before { content: "\f58b"; } .fltr-owner-24:before { content: "\f58c"; } .fltr-page-20:before { content: "\f58d"; } .fltr-page-fit-16:before { content: "\f58e"; } .fltr-page-fit-20:before { content: "\f58f"; } .fltr-page-fit-24:before { content: "\f590"; } .fltr-paint-brush-16:before { content: "\f591"; } .fltr-paint-brush-20:before { content: "\f592"; } .fltr-paint-brush-24:before { content: "\f593"; } .fltr-paint-bucket-16:before { content: "\f594"; } .fltr-paint-bucket-20:before { content: "\f595"; } .fltr-paint-bucket-24:before { content: "\f596"; } .fltr-pair-24:before { content: "\f597"; } .fltr-pane-close-16:before { content: "\f598"; } .fltr-pane-close-20:before { content: "\f599"; } .fltr-pane-close-24:before { content: "\f59a"; } .fltr-pane-open-16:before { content: "\f59b"; } .fltr-pane-open-20:before { content: "\f59c"; } .fltr-pane-open-24:before { content: "\f59d"; } .fltr-password-24:before { content: "\f59e"; } .fltr-patient-24:before { content: "\f59f"; } .fltr-pause-16:before { content: "\f5a0"; } .fltr-pause-20:before { content: "\f5a1"; } .fltr-pause-24:before { content: "\f5a2"; } .fltr-pause-48:before { content: "\f5a3"; } .fltr-payment-20:before { content: "\f5a4"; } .fltr-payment-24:before { content: "\f5a5"; } .fltr-pen-settings-24:before { content: "\f5a6"; } .fltr-people-16:before { content: "\f5a7"; } .fltr-people-20:before { content: "\f5a8"; } .fltr-people-24:before { content: "\f5a9"; } .fltr-people-28:before { content: "\f5aa"; } .fltr-people-add-16:before { content: "\f5ab"; } .fltr-people-add-20:before { content: "\f5ac"; } .fltr-people-add-24:before { content: "\f5ad"; } .fltr-people-audience-24:before { content: "\f5ae"; } .fltr-people-community-16:before { content: "\f5af"; } .fltr-people-community-20:before { content: "\f5b0"; } .fltr-people-community-24:before { content: "\f5b1"; } .fltr-people-community-28:before { content: "\f5b2"; } .fltr-people-community-add-24:before { content: "\f5b3"; } .fltr-people-prohibited-20:before { content: "\f5b4"; } .fltr-people-search-24:before { content: "\f5b5"; } .fltr-people-settings-20:before { content: "\f5b6"; } .fltr-people-team-16:before { content: "\f5b7"; } .fltr-people-team-20:before { content: "\f5b8"; } .fltr-people-team-24:before { content: "\f5b9"; } .fltr-people-team-28:before { content: "\f5ba"; } .fltr-person-12:before { content: "\f5bb"; } .fltr-person-16:before { content: "\f5bc"; } .fltr-person-20:before { content: "\f5bd"; } .fltr-person-24:before { content: "\f5be"; } .fltr-person-28:before { content: "\f5bf"; } .fltr-person-48:before { content: "\f5c0"; } .fltr-person-accounts-24:before { content: "\f5c1"; } .fltr-person-add-20:before { content: "\f5c2"; } .fltr-person-add-24:before { content: "\f5c3"; } .fltr-person-arrow-left-20:before { content: "\f5c4"; } .fltr-person-arrow-left-24:before { content: "\f5c5"; } .fltr-person-arrow-right-16:before { content: "\f5c6"; } .fltr-person-arrow-right-20:before { content: "\f5c7"; } .fltr-person-arrow-right-24:before { content: "\f5c8"; } .fltr-person-available-16:before { content: "\f5c9"; } .fltr-person-available-24:before { content: "\f5ca"; } .fltr-person-block-24:before { content: "\f5cb"; } .fltr-person-board-16:before { content: "\f5cc"; } .fltr-person-board-20:before { content: "\f5cd"; } .fltr-person-board-24:before { content: "\f5ce"; } .fltr-person-call-24:before { content: "\f5cf"; } .fltr-person-delete-16:before { content: "\f5d0"; } .fltr-person-delete-24:before { content: "\f5d1"; } .fltr-person-feedback-20:before { content: "\f5d2"; } .fltr-person-feedback-24:before { content: "\f5d3"; } .fltr-person-prohibited-20:before { content: "\f5d4"; } .fltr-person-question-mark-16:before { content: "\f5d5"; } .fltr-person-question-mark-20:before { content: "\f5d6"; } .fltr-person-question-mark-24:before { content: "\f5d7"; } .fltr-person-support-16:before { content: "\f5d8"; } .fltr-person-support-20:before { content: "\f5d9"; } .fltr-person-support-24:before { content: "\f5da"; } .fltr-person-swap-16:before { content: "\f5db"; } .fltr-person-swap-20:before { content: "\f5dc"; } .fltr-person-swap-24:before { content: "\f5dd"; } .fltr-person-voice-20:before { content: "\f5de"; } .fltr-person-voice-24:before { content: "\f5df"; } .fltr-phone-20:before { content: "\f5e0"; } .fltr-phone-24:before { content: "\f5e1"; } .fltr-phone-28:before { content: "\f5e2"; } .fltr-phone-add-new-app-24:before { content: "\f5e3"; } .fltr-phone-desktop-16:before { content: "\f5e4"; } .fltr-phone-desktop-20:before { content: "\f5e5"; } .fltr-phone-desktop-24:before { content: "\f5e6"; } .fltr-phone-desktop-28:before { content: "\f5e7"; } .fltr-phone-error-24:before { content: "\f5e8"; } .fltr-phone-home-lock-24:before { content: "\f5e9"; } .fltr-phone-laptop-20:before { content: "\f5ea"; } .fltr-phone-laptop-24:before { content: "\f5eb"; } .fltr-phone-link-setup-24:before { content: "\f5ec"; } .fltr-phone-mobile-20:before { content: "\f5ed"; } .fltr-phone-mobile-24:before { content: "\f5ee"; } .fltr-phone-page-header-24:before { content: "\f5ef"; } .fltr-phone-pagination-24:before { content: "\f5f0"; } .fltr-phone-screen-time-24:before { content: "\f5f1"; } .fltr-phone-shake-24:before { content: "\f5f2"; } .fltr-phone-status-bar-24:before { content: "\f5f3"; } .fltr-phone-tablet-20:before { content: "\f5f4"; } .fltr-phone-tablet-24:before { content: "\f5f5"; } .fltr-phone-to-pc-20:before { content: "\f5f6"; } .fltr-phone-to-pc-24:before { content: "\f5f7"; } .fltr-phone-update-24:before { content: "\f5f8"; } .fltr-phone-vertical-scroll-24:before { content: "\f5f9"; } .fltr-phone-vibrate-24:before { content: "\f5fa"; } .fltr-photo-filter-24:before { content: "\f5fb"; } .fltr-picture-in-picture-16:before { content: "\f5fc"; } .fltr-picture-in-picture-20:before { content: "\f5fd"; } .fltr-picture-in-picture-24:before { content: "\f5fe"; } .fltr-pin-12:before { content: "\f5ff"; } .fltr-pin-16:before { content: "\f600"; } .fltr-pin-20:before { content: "\f601"; } .fltr-pin-24:before { content: "\f602"; } .fltr-pin-off-20:before { content: "\f603"; } .fltr-pin-off-24:before { content: "\f604"; } .fltr-play-20:before { content: "\f605"; } .fltr-play-24:before { content: "\f606"; } .fltr-play-48:before { content: "\f607"; } .fltr-play-circle-24:before { content: "\f608"; } .fltr-plug-disconnected-20:before { content: "\f609"; } .fltr-plug-disconnected-24:before { content: "\f60a"; } .fltr-plug-disconnected-28:before { content: "\f60b"; } .fltr-point-scan-24:before { content: "\f60c"; } .fltr-poll-24:before { content: "\f60d"; } .fltr-power-20:before { content: "\f60e"; } .fltr-power-24:before { content: "\f60f"; } .fltr-power-28:before { content: "\f610"; } .fltr-predictions-24:before { content: "\f611"; } .fltr-premium-16:before { content: "\f612"; } .fltr-premium-20:before { content: "\f613"; } .fltr-premium-24:before { content: "\f614"; } .fltr-premium-28:before { content: "\f615"; } .fltr-presence-blocked-10:before { content: "\f616"; } .fltr-presence-blocked-12:before { content: "\f617"; } .fltr-presence-blocked-16:before { content: "\f618"; } .fltr-presence-offline-10:before { content: "\f619"; } .fltr-presence-offline-12:before { content: "\f61a"; } .fltr-presence-offline-16:before { content: "\f61b"; } .fltr-presence-oof-10:before { content: "\f61c"; } .fltr-presence-oof-12:before { content: "\f61d"; } .fltr-presence-oof-16:before { content: "\f61e"; } .fltr-presence-unknown-10:before { content: "\f61f"; } .fltr-presence-unknown-12:before { content: "\f620"; } .fltr-presence-unknown-16:before { content: "\f621"; } .fltr-presenter-24:before { content: "\f622"; } .fltr-presenter-off-24:before { content: "\f623"; } .fltr-preview-link-16:before { content: "\f624"; } .fltr-preview-link-20:before { content: "\f625"; } .fltr-preview-link-24:before { content: "\f626"; } .fltr-previous-16:before { content: "\f627"; } .fltr-previous-20:before { content: "\f628"; } .fltr-previous-24:before { content: "\f629"; } .fltr-print-20:before { content: "\f62a"; } .fltr-print-24:before { content: "\f62b"; } .fltr-print-48:before { content: "\f62c"; } .fltr-prohibited-20:before { content: "\f62d"; } .fltr-prohibited-24:before { content: "\f62e"; } .fltr-prohibited-28:before { content: "\f62f"; } .fltr-prohibited-48:before { content: "\f630"; } .fltr-proofread-language-24:before { content: "\f631"; } .fltr-protocol-handler-16:before { content: "\f632"; } .fltr-protocol-handler-20:before { content: "\f633"; } .fltr-protocol-handler-24:before { content: "\f634"; } .fltr-qr-code-24:before { content: "\f635"; } .fltr-qr-code-28:before { content: "\f636"; } .fltr-question-16:before { content: "\f637"; } .fltr-question-20:before { content: "\f638"; } .fltr-question-24:before { content: "\f639"; } .fltr-question-28:before { content: "\f63a"; } .fltr-question-48:before { content: "\f63b"; } .fltr-question-circle-16:before { content: "\f63c"; } .fltr-question-circle-20:before { content: "\f63d"; } .fltr-question-circle-24:before { content: "\f63e"; } .fltr-question-circle-28:before { content: "\f63f"; } .fltr-question-circle-48:before { content: "\f640"; } .fltr-quiz-new-24:before { content: "\f641"; } .fltr-quiz-new-28:before { content: "\f642"; } .fltr-quiz-new-48:before { content: "\f643"; } .fltr-radio-button-20:before { content: "\f644"; } .fltr-radio-button-24:before { content: "\f645"; } .fltr-rating-mature-16:before { content: "\f646"; } .fltr-rating-mature-20:before { content: "\f647"; } .fltr-rating-mature-24:before { content: "\f648"; } .fltr-re-order-16:before { content: "\f649"; } .fltr-re-order-24:before { content: "\f64a"; } .fltr-re-order-dots-20:before { content: "\f64b"; } .fltr-re-order-dots-24:before { content: "\f64c"; } .fltr-read-aloud-20:before { content: "\f64d"; } .fltr-read-aloud-24:before { content: "\f64e"; } .fltr-read-only-16:before { content: "\f64f"; } .fltr-read-only-24:before { content: "\f650"; } .fltr-reading-list-16:before { content: "\f651"; } .fltr-reading-list-20:before { content: "\f652"; } .fltr-reading-list-24:before { content: "\f653"; } .fltr-reading-list-28:before { content: "\f654"; } .fltr-reading-list-add-16:before { content: "\f655"; } .fltr-reading-list-add-20:before { content: "\f656"; } .fltr-reading-list-add-24:before { content: "\f657"; } .fltr-reading-list-add-28:before { content: "\f658"; } .fltr-reading-mode-20:before { content: "\f659"; } .fltr-reading-mode-24:before { content: "\f65a"; } .fltr-reading-mode-mobile-20:before { content: "\f65b"; } .fltr-reading-mode-mobile-24:before { content: "\f65c"; } .fltr-reciept-20:before { content: "\f65d"; } .fltr-reciept-24:before { content: "\f65e"; } .fltr-recommended-24:before { content: "\f65f"; } .fltr-record-16:before { content: "\f660"; } .fltr-record-20:before { content: "\f661"; } .fltr-record-24:before { content: "\f662"; } .fltr-remove-12:before { content: "\f663"; } .fltr-remove-16:before { content: "\f664"; } .fltr-remove-20:before { content: "\f665"; } .fltr-remove-24:before { content: "\f666"; } .fltr-remove-recent-24:before { content: "\f667"; } .fltr-rename-16:before { content: "\f668"; } .fltr-rename-20:before { content: "\f669"; } .fltr-rename-24:before { content: "\f66a"; } .fltr-rename-28:before { content: "\f66b"; } .fltr-resize-20:before { content: "\f66c"; } .fltr-resize-image-24:before { content: "\f66d"; } .fltr-resize-table-24:before { content: "\f66e"; } .fltr-resize-video-24:before { content: "\f66f"; } .fltr-restore-16:before { content: "\f670"; } .fltr-reward-16:before { content: "\f671"; } .fltr-reward-20:before { content: "\f672"; } .fltr-reward-24:before { content: "\f673"; } .fltr-rewind-20:before { content: "\f674"; } .fltr-rewind-24:before { content: "\f675"; } .fltr-rocket-16:before { content: "\f676"; } .fltr-rocket-20:before { content: "\f677"; } .fltr-rocket-24:before { content: "\f678"; } .fltr-router-24:before { content: "\f679"; } .fltr-row-triple-24:before { content: "\f67a"; } .fltr-ruler-16:before { content: "\f67b"; } .fltr-ruler-20:before { content: "\f67c"; } .fltr-ruler-24:before { content: "\f67d"; } .fltr-run-24:before { content: "\f67e"; } .fltr-save-20:before { content: "\f67f"; } .fltr-save-24:before { content: "\f680"; } .fltr-save-as-20:before { content: "\f681"; } .fltr-save-as-24:before { content: "\f682"; } .fltr-save-copy-24:before { content: "\f683"; } .fltr-savings-16:before { content: "\f684"; } .fltr-savings-20:before { content: "\f685"; } .fltr-savings-24:before { content: "\f686"; } .fltr-scale-fill-24:before { content: "\f687"; } .fltr-scale-fit-16:before { content: "\f688"; } .fltr-scale-fit-20:before { content: "\f689"; } .fltr-scale-fit-24:before { content: "\f68a"; } .fltr-scan-24:before { content: "\f68b"; } .fltr-scratchpad-24:before { content: "\f68c"; } .fltr-screenshot-20:before { content: "\f68d"; } .fltr-screenshot-24:before { content: "\f68e"; } .fltr-search-20:before { content: "\f68f"; } .fltr-search-24:before { content: "\f690"; } .fltr-search-28:before { content: "\f691"; } .fltr-search-info-20:before { content: "\f692"; } .fltr-search-info-24:before { content: "\f693"; } .fltr-search-square-24:before { content: "\f694"; } .fltr-select-all-24:before { content: "\f695"; } .fltr-select-all-off-24:before { content: "\f696"; } .fltr-select-object-20:before { content: "\f697"; } .fltr-select-object-24:before { content: "\f698"; } .fltr-send-20:before { content: "\f699"; } .fltr-send-24:before { content: "\f69a"; } .fltr-send-28:before { content: "\f69b"; } .fltr-send-clock-20:before { content: "\f69c"; } .fltr-send-copy-24:before { content: "\f69d"; } .fltr-send-logging-24:before { content: "\f69e"; } .fltr-send-to-back-20:before { content: "\f69f"; } .fltr-send-to-back-24:before { content: "\f6a0"; } .fltr-serial-port-16:before { content: "\f6a1"; } .fltr-serial-port-20:before { content: "\f6a2"; } .fltr-serial-port-24:before { content: "\f6a3"; } .fltr-service-bell-24:before { content: "\f6a4"; } .fltr-set-top-stack-16:before { content: "\f6a5"; } .fltr-set-top-stack-20:before { content: "\f6a6"; } .fltr-set-top-stack-24:before { content: "\f6a7"; } .fltr-settings-16:before { content: "\f6a8"; } .fltr-settings-20:before { content: "\f6a9"; } .fltr-settings-24:before { content: "\f6aa"; } .fltr-settings-28:before { content: "\f6ab"; } .fltr-shapes-16:before { content: "\f6ac"; } .fltr-shapes-20:before { content: "\f6ad"; } .fltr-shapes-24:before { content: "\f6ae"; } .fltr-share-20:before { content: "\f6af"; } .fltr-share-24:before { content: "\f6b0"; } .fltr-share-android-20:before { content: "\f6b1"; } .fltr-share-android-24:before { content: "\f6b2"; } .fltr-share-close-tray-24:before { content: "\f6b3"; } .fltr-share-desktop-24:before { content: "\f6b4"; } .fltr-share-ios-20:before { content: "\f6b5"; } .fltr-share-ios-24:before { content: "\f6b6"; } .fltr-share-ios-28:before { content: "\f6b7"; } .fltr-share-ios-48:before { content: "\f6b8"; } .fltr-share-screen-20:before { content: "\f6b9"; } .fltr-share-screen-24:before { content: "\f6ba"; } .fltr-share-screen-28:before { content: "\f6bb"; } .fltr-share-stop-24:before { content: "\f6bc"; } .fltr-share-stop-28:before { content: "\f6bd"; } .fltr-shield-20:before { content: "\f6be"; } .fltr-shield-24:before { content: "\f6bf"; } .fltr-shield-dismiss-20:before { content: "\f6c0"; } .fltr-shield-dismiss-24:before { content: "\f6c1"; } .fltr-shield-error-20:before { content: "\f6c2"; } .fltr-shield-error-24:before { content: "\f6c3"; } .fltr-shield-keyhole-16:before { content: "\f6c4"; } .fltr-shield-keyhole-20:before { content: "\f6c5"; } .fltr-shield-keyhole-24:before { content: "\f6c6"; } .fltr-shield-prohibited-20:before { content: "\f6c7"; } .fltr-shield-prohibited-24:before { content: "\f6c8"; } .fltr-shifts-24:before { content: "\f6c9"; } .fltr-shifts-24h-20:before { content: "\f6ca"; } .fltr-shifts-24h-24:before { content: "\f6cb"; } .fltr-shifts-28:before { content: "\f6cc"; } .fltr-shifts-30-minutes-24:before { content: "\f6cd"; } .fltr-shifts-activity-20:before { content: "\f6ce"; } .fltr-shifts-activity-24:before { content: "\f6cf"; } .fltr-shifts-add-24:before { content: "\f6d0"; } .fltr-shifts-approve-24:before { content: "\f6d1"; } .fltr-shifts-availability-24:before { content: "\f6d2"; } .fltr-shifts-deny-24:before { content: "\f6d3"; } .fltr-shifts-open-20:before { content: "\f6d4"; } .fltr-shifts-open-24:before { content: "\f6d5"; } .fltr-shifts-pending-24:before { content: "\f6d6"; } .fltr-shifts-team-24:before { content: "\f6d7"; } .fltr-ship-20:before { content: "\f6d8"; } .fltr-ship-24:before { content: "\f6d9"; } .fltr-sign-out-24:before { content: "\f6da"; } .fltr-signature-16:before { content: "\f6db"; } .fltr-signature-20:before { content: "\f6dc"; } .fltr-signature-24:before { content: "\f6dd"; } .fltr-signature-28:before { content: "\f6de"; } .fltr-signed-16:before { content: "\f6df"; } .fltr-signed-20:before { content: "\f6e0"; } .fltr-signed-24:before { content: "\f6e1"; } .fltr-sim-16:before { content: "\f6e2"; } .fltr-sim-20:before { content: "\f6e3"; } .fltr-sim-24:before { content: "\f6e4"; } .fltr-sleep-24:before { content: "\f6e5"; } .fltr-slide-add-24:before { content: "\f6e6"; } .fltr-slide-design-24:before { content: "\f6e7"; } .fltr-slide-hide-24:before { content: "\f6e8"; } .fltr-slide-layout-20:before { content: "\f6e9"; } .fltr-slide-layout-24:before { content: "\f6ea"; } .fltr-slide-microphone-24:before { content: "\f6eb"; } .fltr-slide-text-24:before { content: "\f6ec"; } .fltr-slow-mode-16:before { content: "\f6ed"; } .fltr-slow-mode-20:before { content: "\f6ee"; } .fltr-slow-mode-24:before { content: "\f6ef"; } .fltr-slow-mode-28:before { content: "\f6f0"; } .fltr-small-16:before { content: "\f6f1"; } .fltr-small-20:before { content: "\f6f2"; } .fltr-small-24:before { content: "\f6f3"; } .fltr-snooze-16:before { content: "\f6f4"; } .fltr-snooze-24:before { content: "\f6f5"; } .fltr-sound-source-24:before { content: "\f6f6"; } .fltr-sound-source-28:before { content: "\f6f7"; } .fltr-spacebar-24:before { content: "\f6f8"; } .fltr-speaker-0-24:before { content: "\f6f9"; } .fltr-speaker-16:before { content: "\f6fa"; } .fltr-speaker-1-24:before { content: "\f6fb"; } .fltr-speaker-20:before { content: "\f6fc"; } .fltr-speaker-24:before { content: "\f6fd"; } .fltr-speaker-28:before { content: "\f6fe"; } .fltr-speaker-bluetooth-24:before { content: "\f6ff"; } .fltr-speaker-edit-16:before { content: "\f700"; } .fltr-speaker-edit-20:before { content: "\f701"; } .fltr-speaker-edit-24:before { content: "\f702"; } .fltr-speaker-none-20:before { content: "\f703"; } .fltr-speaker-none-24:before { content: "\f704"; } .fltr-speaker-none-28:before { content: "\f705"; } .fltr-speaker-off-24:before { content: "\f706"; } .fltr-speaker-off-28:before { content: "\f707"; } .fltr-speaker-settings-24:before { content: "\f708"; } .fltr-spinner-ios-20:before { content: "\f709"; } .fltr-sports-16:before { content: "\f70a"; } .fltr-sports-20:before { content: "\f70b"; } .fltr-sports-24:before { content: "\f70c"; } .fltr-star-12:before { content: "\f70d"; } .fltr-star-16:before { content: "\f70e"; } .fltr-star-20:before { content: "\f70f"; } .fltr-star-24:before { content: "\f710"; } .fltr-star-28:before { content: "\f711"; } .fltr-star-add-16:before { content: "\f712"; } .fltr-star-add-20:before { content: "\f713"; } .fltr-star-add-24:before { content: "\f714"; } .fltr-star-arrow-right-24:before { content: "\f715"; } .fltr-star-arrow-right-start-24:before { content: "\f716"; } .fltr-star-emphasis-24:before { content: "\f717"; } .fltr-star-off-12:before { content: "\f718"; } .fltr-star-off-16:before { content: "\f719"; } .fltr-star-off-20:before { content: "\f71a"; } .fltr-star-off-24:before { content: "\f71b"; } .fltr-star-off-28:before { content: "\f71c"; } .fltr-star-prohibited-16:before { content: "\f71d"; } .fltr-star-prohibited-20:before { content: "\f71e"; } .fltr-star-prohibited-24:before { content: "\f71f"; } .fltr-star-settings-24:before { content: "\f720"; } .fltr-status-16:before { content: "\f721"; } .fltr-status-20:before { content: "\f722"; } .fltr-status-24:before { content: "\f723"; } .fltr-stethoscope-20:before { content: "\f724"; } .fltr-stethoscope-24:before { content: "\f725"; } .fltr-sticker-20:before { content: "\f726"; } .fltr-sticker-24:before { content: "\f727"; } .fltr-sticker-add-24:before { content: "\f728"; } .fltr-stop-16:before { content: "\f729"; } .fltr-stop-20:before { content: "\f72a"; } .fltr-stop-24:before { content: "\f72b"; } .fltr-storage-24:before { content: "\f72c"; } .fltr-store-16:before { content: "\f72d"; } .fltr-store-20:before { content: "\f72e"; } .fltr-store-24:before { content: "\f72f"; } .fltr-store-microsoft-16:before { content: "\f730"; } .fltr-store-microsoft-20:before { content: "\f731"; } .fltr-store-microsoft-24:before { content: "\f732"; } .fltr-style-guide-24:before { content: "\f733"; } .fltr-sub-grid-24:before { content: "\f734"; } .fltr-subway-20:before { content: "\f735"; } .fltr-subway-24:before { content: "\f736"; } .fltr-suggestion-24:before { content: "\f737"; } .fltr-surface-earbuds-20:before { content: "\f738"; } .fltr-surface-earbuds-24:before { content: "\f739"; } .fltr-surface-hub-20:before { content: "\f73a"; } .fltr-surface-hub-24:before { content: "\f73b"; } .fltr-swipe-down-24:before { content: "\f73c"; } .fltr-swipe-right-24:before { content: "\f73d"; } .fltr-swipe-up-24:before { content: "\f73e"; } .fltr-symbols-24:before { content: "\f73f"; } .fltr-sync-off-16:before { content: "\f740"; } .fltr-sync-off-20:before { content: "\f741"; } .fltr-system-24:before { content: "\f742"; } .fltr-tab-16:before { content: "\f743"; } .fltr-tab-20:before { content: "\f744"; } .fltr-tab-24:before { content: "\f745"; } .fltr-tab-28:before { content: "\f746"; } .fltr-tab-desktop-20:before { content: "\f747"; } .fltr-tab-desktop-arrow-clockwise-16:before { content: "\f748"; } .fltr-tab-desktop-arrow-clockwise-20:before { content: "\f749"; } .fltr-tab-desktop-arrow-clockwise-24:before { content: "\f74a"; } .fltr-tab-desktop-clock-20:before { content: "\f74b"; } .fltr-tab-desktop-copy-20:before { content: "\f74c"; } .fltr-tab-desktop-image-16:before { content: "\f74d"; } .fltr-tab-desktop-image-20:before { content: "\f74e"; } .fltr-tab-desktop-image-24:before { content: "\f74f"; } .fltr-tab-desktop-multiple-20:before { content: "\f750"; } .fltr-tab-desktop-new-page-20:before { content: "\f751"; } .fltr-tab-in-private-16:before { content: "\f752"; } .fltr-tab-in-private-20:before { content: "\f753"; } .fltr-tab-in-private-24:before { content: "\f754"; } .fltr-tab-in-private-28:before { content: "\f755"; } .fltr-tab-inprivate-account-20:before { content: "\f756"; } .fltr-tab-inprivate-account-24:before { content: "\f757"; } .fltr-tab-new-20:before { content: "\f758"; } .fltr-tab-new-24:before { content: "\f759"; } .fltr-tab-sweep-24:before { content: "\f75a"; } .fltr-tab-tracking-prevention-20:before { content: "\f75b"; } .fltr-tab-tracking-prevention-24:before { content: "\f75c"; } .fltr-table-20:before { content: "\f75d"; } .fltr-table-24:before { content: "\f75e"; } .fltr-table-add-24:before { content: "\f75f"; } .fltr-table-cells-merge-20:before { content: "\f760"; } .fltr-table-cells-merge-24:before { content: "\f761"; } .fltr-table-cells-split-20:before { content: "\f762"; } .fltr-table-cells-split-24:before { content: "\f763"; } .fltr-table-column-delete-24:before { content: "\f764"; } .fltr-table-column-insert-24:before { content: "\f765"; } .fltr-table-column-resize-24:before { content: "\f766"; } .fltr-table-delete-24:before { content: "\f767"; } .fltr-table-edit-24:before { content: "\f768"; } .fltr-table-freeze-24:before { content: "\f769"; } .fltr-table-freeze-column-24:before { content: "\f76a"; } .fltr-table-freeze-row-24:before { content: "\f76b"; } .fltr-table-insert-down-24:before { content: "\f76c"; } .fltr-table-insert-left-24:before { content: "\f76d"; } .fltr-table-insert-right-24:before { content: "\f76e"; } .fltr-table-insert-up-24:before { content: "\f76f"; } .fltr-table-move-down-24:before { content: "\f770"; } .fltr-table-move-left-24:before { content: "\f771"; } .fltr-table-move-right-24:before { content: "\f772"; } .fltr-table-move-up-24:before { content: "\f773"; } .fltr-table-row-delete-24:before { content: "\f774"; } .fltr-table-row-insert-24:before { content: "\f775"; } .fltr-table-row-resize-24:before { content: "\f776"; } .fltr-table-settings-24:before { content: "\f777"; } .fltr-table-switch-24:before { content: "\f778"; } .fltr-tablet-20:before { content: "\f779"; } .fltr-tablet-24:before { content: "\f77a"; } .fltr-tabs-24:before { content: "\f77b"; } .fltr-tag-20:before { content: "\f77c"; } .fltr-tag-24:before { content: "\f77d"; } .fltr-tap-double-24:before { content: "\f77e"; } .fltr-tap-single-24:before { content: "\f77f"; } .fltr-target-16:before { content: "\f780"; } .fltr-target-20:before { content: "\f781"; } .fltr-target-24:before { content: "\f782"; } .fltr-target-edit-16:before { content: "\f783"; } .fltr-target-edit-20:before { content: "\f784"; } .fltr-target-edit-24:before { content: "\f785"; } .fltr-task-list-20:before { content: "\f786"; } .fltr-task-list-24:before { content: "\f787"; } .fltr-task-list-add-20:before { content: "\f788"; } .fltr-task-list-add-24:before { content: "\f789"; } .fltr-tasks-app-24:before { content: "\f78a"; } .fltr-tasks-app-28:before { content: "\f78b"; } .fltr-team-add-24:before { content: "\f78c"; } .fltr-team-delete-24:before { content: "\f78d"; } .fltr-teddy-24:before { content: "\f78e"; } .fltr-temperature-20:before { content: "\f78f"; } .fltr-temperature-24:before { content: "\f790"; } .fltr-tent-24:before { content: "\f791"; } .fltr-test-call-24:before { content: "\f792"; } .fltr-text-24:before { content: "\f793"; } .fltr-text-add-24:before { content: "\f794"; } .fltr-text-add-space-after-20:before { content: "\f795"; } .fltr-text-add-space-after-24:before { content: "\f796"; } .fltr-text-add-space-before-20:before { content: "\f797"; } .fltr-text-add-space-before-24:before { content: "\f798"; } .fltr-text-align-center-20:before { content: "\f799"; } .fltr-text-align-center-24:before { content: "\f79a"; } .fltr-text-align-distributed-20:before { content: "\f79b"; } .fltr-text-align-distributed-24:before { content: "\f79c"; } .fltr-text-align-justify-20:before { content: "\f79d"; } .fltr-text-align-justify-24:before { content: "\f79e"; } .fltr-text-align-left-20:before { content: "\f79f"; } .fltr-text-align-left-24:before { content: "\f7a0"; } .fltr-text-align-right-20:before { content: "\f7a1"; } .fltr-text-align-right-24:before { content: "\f7a2"; } .fltr-text-asterisk-20:before { content: "\f7a3"; } .fltr-text-bold-20:before { content: "\f7a4"; } .fltr-text-bold-24:before { content: "\f7a5"; } .fltr-text-bullet-list-20:before { content: "\f7a6"; } .fltr-text-bullet-list-24:before { content: "\f7a7"; } .fltr-text-bullet-list-add-24:before { content: "\f7a8"; } .fltr-text-bullet-list-square-24:before { content: "\f7a9"; } .fltr-text-bullet-list-square-warning-16:before { content: "\f7aa"; } .fltr-text-bullet-list-square-warning-20:before { content: "\f7ab"; } .fltr-text-bullet-list-square-warning-24:before { content: "\f7ac"; } .fltr-text-bullet-list-tree-16:before { content: "\f7ad"; } .fltr-text-bullet-list-tree-20:before { content: "\f7ae"; } .fltr-text-bullet-list-tree-24:before { content: "\f7af"; } .fltr-text-change-accept-20:before { content: "\f7b0"; } .fltr-text-change-accept-24:before { content: "\f7b1"; } .fltr-text-change-case-20:before { content: "\f7b2"; } .fltr-text-change-case-24:before { content: "\f7b3"; } .fltr-text-change-next-20:before { content: "\f7b4"; } .fltr-text-change-next-24:before { content: "\f7b5"; } .fltr-text-change-previous-20:before { content: "\f7b6"; } .fltr-text-change-previous-24:before { content: "\f7b7"; } .fltr-text-change-reject-20:before { content: "\f7b8"; } .fltr-text-change-reject-24:before { content: "\f7b9"; } .fltr-text-change-settings-20:before { content: "\f7ba"; } .fltr-text-change-settings-24:before { content: "\f7bb"; } .fltr-text-clear-formatting-20:before { content: "\f7bc"; } .fltr-text-clear-formatting-24:before { content: "\f7bd"; } .fltr-text-collapse-24:before { content: "\f7be"; } .fltr-text-color-20:before { content: "\f7bf"; } .fltr-text-color-24:before { content: "\f7c0"; } .fltr-text-column-one-20:before { content: "\f7c1"; } .fltr-text-column-one-24:before { content: "\f7c2"; } .fltr-text-column-three-20:before { content: "\f7c3"; } .fltr-text-column-three-24:before { content: "\f7c4"; } .fltr-text-column-two-20:before { content: "\f7c5"; } .fltr-text-column-two-24:before { content: "\f7c6"; } .fltr-text-column-two-left-20:before { content: "\f7c7"; } .fltr-text-column-two-left-24:before { content: "\f7c8"; } .fltr-text-column-two-right-20:before { content: "\f7c9"; } .fltr-text-column-two-right-24:before { content: "\f7ca"; } .fltr-text-description-20:before { content: "\f7cb"; } .fltr-text-description-24:before { content: "\f7cc"; } .fltr-text-direction-20:before { content: "\f7cd"; } .fltr-text-direction-24:before { content: "\f7ce"; } .fltr-text-direction-horizontal-ltr-20:before { content: "\f7cf"; } .fltr-text-direction-horizontal-ltr-24:before { content: "\f7d0"; } .fltr-text-direction-rotate-270-20:before { content: "\f7d1"; } .fltr-text-direction-rotate-270-24:before { content: "\f7d2"; } .fltr-text-direction-rotate-270-ac-20:before { content: "\f7d3"; } .fltr-text-direction-rotate-270-ac-24:before { content: "\f7d4"; } .fltr-text-direction-rotate-90-20:before { content: "\f7d5"; } .fltr-text-direction-rotate-90-24:before { content: "\f7d6"; } .fltr-text-direction-vertical-20:before { content: "\f7d7"; } .fltr-text-direction-vertical-24:before { content: "\f7d8"; } .fltr-text-edit-style-20:before { content: "\f7d9"; } .fltr-text-edit-style-24:before { content: "\f7da"; } .fltr-text-effects-20:before { content: "\f7db"; } .fltr-text-effects-24:before { content: "\f7dc"; } .fltr-text-expand-24:before { content: "\f7dd"; } .fltr-text-field-16:before { content: "\f7de"; } .fltr-text-field-20:before { content: "\f7df"; } .fltr-text-field-24:before { content: "\f7e0"; } .fltr-text-first-line-20:before { content: "\f7e1"; } .fltr-text-first-line-24:before { content: "\f7e2"; } .fltr-text-font-16:before { content: "\f7e3"; } .fltr-text-font-20:before { content: "\f7e4"; } .fltr-text-font-24:before { content: "\f7e5"; } .fltr-text-font-size-20:before { content: "\f7e6"; } .fltr-text-font-size-24:before { content: "\f7e7"; } .fltr-text-footnote-20:before { content: "\f7e8"; } .fltr-text-footnote-24:before { content: "\f7e9"; } .fltr-text-grammar-options-16:before { content: "\f7ea"; } .fltr-text-grammar-options-20:before { content: "\f7eb"; } .fltr-text-grammar-options-24:before { content: "\f7ec"; } .fltr-text-hanging-20:before { content: "\f7ed"; } .fltr-text-hanging-24:before { content: "\f7ee"; } .fltr-text-header-1-20:before { content: "\f7ef"; } .fltr-text-header-2-20:before { content: "\f7f0"; } .fltr-text-header-3-20:before { content: "\f7f1"; } .fltr-text-indent-decrease-24:before { content: "\f7f2"; } .fltr-text-indent-increase-24:before { content: "\f7f3"; } .fltr-text-italic-20:before { content: "\f7f4"; } .fltr-text-italic-24:before { content: "\f7f5"; } .fltr-text-line-spacing-20:before { content: "\f7f6"; } .fltr-text-line-spacing-24:before { content: "\f7f7"; } .fltr-text-number-format-24:before { content: "\f7f8"; } .fltr-text-number-list-ltr-20:before { content: "\f7f9"; } .fltr-text-number-list-ltr-24:before { content: "\f7fa"; } .fltr-text-number-list-rtl-24:before { content: "\f7fb"; } .fltr-text-paragraph-settings-20:before { content: "\f7fc"; } .fltr-text-paragraph-settings-24:before { content: "\f7fd"; } .fltr-text-proofing-tools-20:before { content: "\f7fe"; } .fltr-text-proofing-tools-24:before { content: "\f7ff"; } .fltr-text-quote-20:before { content: "\f800"; } .fltr-text-quote-24:before { content: "\f801"; } .fltr-text-sort-ascending-20:before { content: "\f802"; } .fltr-text-sort-descending-20:before { content: "\f803"; } .fltr-text-strikethrough-20:before { content: "\f804"; } .fltr-text-strikethrough-24:before { content: "\f805"; } .fltr-text-subscript-20:before { content: "\f806"; } .fltr-text-subscript-24:before { content: "\f807"; } .fltr-text-superscript-20:before { content: "\f808"; } .fltr-text-superscript-24:before { content: "\f809"; } .fltr-text-underline-20:before { content: "\f80a"; } .fltr-text-underline-24:before { content: "\f80b"; } .fltr-text-word-count-20:before { content: "\f80c"; } .fltr-text-word-count-24:before { content: "\f80d"; } .fltr-text-wrap-24:before { content: "\f80e"; } .fltr-textbox-20:before { content: "\f80f"; } .fltr-textbox-24:before { content: "\f810"; } .fltr-textbox-align-20:before { content: "\f811"; } .fltr-textbox-align-24:before { content: "\f812"; } .fltr-textbox-align-bottom-20:before { content: "\f813"; } .fltr-textbox-align-bottom-24:before { content: "\f814"; } .fltr-textbox-align-middle-20:before { content: "\f815"; } .fltr-textbox-align-middle-24:before { content: "\f816"; } .fltr-textbox-align-top-20:before { content: "\f817"; } .fltr-textbox-align-top-24:before { content: "\f818"; } .fltr-textbox-vertical-20:before { content: "\f819"; } .fltr-textbox-vertical-24:before { content: "\f81a"; } .fltr-thinking-20:before { content: "\f81b"; } .fltr-thinking-24:before { content: "\f81c"; } .fltr-thumb-dislike-20:before { content: "\f81d"; } .fltr-thumb-dislike-24:before { content: "\f81e"; } .fltr-thumb-like-20:before { content: "\f81f"; } .fltr-thumb-like-24:before { content: "\f820"; } .fltr-ticket-20:before { content: "\f821"; } .fltr-ticket-24:before { content: "\f822"; } .fltr-time-and-weather-24:before { content: "\f823"; } .fltr-time-picker-24:before { content: "\f824"; } .fltr-timeline-24:before { content: "\f825"; } .fltr-timer-10-24:before { content: "\f826"; } .fltr-timer-24:before { content: "\f827"; } .fltr-timer-2-24:before { content: "\f828"; } .fltr-timer-off-24:before { content: "\f829"; } .fltr-toggle-right-16:before { content: "\f82a"; } .fltr-toggle-right-20:before { content: "\f82b"; } .fltr-toggle-right-24:before { content: "\f82c"; } .fltr-toolbox-16:before { content: "\f82d"; } .fltr-toolbox-20:before { content: "\f82e"; } .fltr-toolbox-24:before { content: "\f82f"; } .fltr-toolbox-28:before { content: "\f830"; } .fltr-top-speed-24:before { content: "\f831"; } .fltr-translate-16:before { content: "\f832"; } .fltr-translate-20:before { content: "\f833"; } .fltr-translate-24:before { content: "\f834"; } .fltr-trophy-16:before { content: "\f835"; } .fltr-trophy-20:before { content: "\f836"; } .fltr-trophy-24:before { content: "\f837"; } .fltr-uninstall-app-24:before { content: "\f838"; } .fltr-unlock-20:before { content: "\f839"; } .fltr-unlock-24:before { content: "\f83a"; } .fltr-unlock-28:before { content: "\f83b"; } .fltr-upload-24:before { content: "\f83c"; } .fltr-usb-port-20:before { content: "\f83d"; } .fltr-usb-port-24:before { content: "\f83e"; } .fltr-usb-stick-20:before { content: "\f83f"; } .fltr-usb-stick-24:before { content: "\f840"; } .fltr-vault-16:before { content: "\f841"; } .fltr-vault-20:before { content: "\f842"; } .fltr-vault-24:before { content: "\f843"; } .fltr-vehicle-bicycle-24:before { content: "\f844"; } .fltr-vehicle-bus-24:before { content: "\f845"; } .fltr-vehicle-cab-24:before { content: "\f846"; } .fltr-vehicle-car-16:before { content: "\f847"; } .fltr-vehicle-car-20:before { content: "\f848"; } .fltr-vehicle-car-24:before { content: "\f849"; } .fltr-vehicle-truck-24:before { content: "\f84a"; } .fltr-video-16:before { content: "\f84b"; } .fltr-video-20:before { content: "\f84c"; } .fltr-video-24:before { content: "\f84d"; } .fltr-video-28:before { content: "\f84e"; } .fltr-video-background-effect-24:before { content: "\f84f"; } .fltr-video-clip-24:before { content: "\f850"; } .fltr-video-off-20:before { content: "\f851"; } .fltr-video-off-24:before { content: "\f852"; } .fltr-video-off-28:before { content: "\f853"; } .fltr-video-person-24:before { content: "\f854"; } .fltr-video-person-off-24:before { content: "\f855"; } .fltr-video-person-star-24:before { content: "\f856"; } .fltr-video-play-pause-24:before { content: "\f857"; } .fltr-video-security-20:before { content: "\f858"; } .fltr-video-security-24:before { content: "\f859"; } .fltr-video-switch-24:before { content: "\f85a"; } .fltr-view-desktop-20:before { content: "\f85b"; } .fltr-view-desktop-24:before { content: "\f85c"; } .fltr-view-desktop-mobile-20:before { content: "\f85d"; } .fltr-view-desktop-mobile-24:before { content: "\f85e"; } .fltr-visual-search-16:before { content: "\f85f"; } .fltr-visual-search-20:before { content: "\f860"; } .fltr-visual-search-24:before { content: "\f861"; } .fltr-voicemail-16:before { content: "\f862"; } .fltr-voicemail-20:before { content: "\f863"; } .fltr-voicemail-24:before { content: "\f864"; } .fltr-walkie-talkie-24:before { content: "\f865"; } .fltr-walkie-talkie-28:before { content: "\f866"; } .fltr-wallpaper-24:before { content: "\f867"; } .fltr-warning-16:before { content: "\f868"; } .fltr-warning-20:before { content: "\f869"; } .fltr-warning-24:before { content: "\f86a"; } .fltr-weather-blowing-snow-20:before { content: "\f86b"; } .fltr-weather-blowing-snow-24:before { content: "\f86c"; } .fltr-weather-blowing-snow-48:before { content: "\f86d"; } .fltr-weather-cloudy-20:before { content: "\f86e"; } .fltr-weather-cloudy-24:before { content: "\f86f"; } .fltr-weather-cloudy-48:before { content: "\f870"; } .fltr-weather-duststorm-20:before { content: "\f871"; } .fltr-weather-duststorm-24:before { content: "\f872"; } .fltr-weather-duststorm-48:before { content: "\f873"; } .fltr-weather-fog-20:before { content: "\f874"; } .fltr-weather-fog-24:before { content: "\f875"; } .fltr-weather-fog-48:before { content: "\f876"; } .fltr-weather-hail-day-20:before { content: "\f877"; } .fltr-weather-hail-day-24:before { content: "\f878"; } .fltr-weather-hail-day-48:before { content: "\f879"; } .fltr-weather-hail-night-20:before { content: "\f87a"; } .fltr-weather-hail-night-24:before { content: "\f87b"; } .fltr-weather-hail-night-48:before { content: "\f87c"; } .fltr-weather-moon-20:before { content: "\f87d"; } .fltr-weather-moon-24:before { content: "\f87e"; } .fltr-weather-moon-48:before { content: "\f87f"; } .fltr-weather-partly-cloudy-day-20:before { content: "\f880"; } .fltr-weather-partly-cloudy-day-24:before { content: "\f881"; } .fltr-weather-partly-cloudy-day-48:before { content: "\f882"; } .fltr-weather-partly-cloudy-night-20:before { content: "\f883"; } .fltr-weather-partly-cloudy-night-24:before { content: "\f884"; } .fltr-weather-partly-cloudy-night-48:before { content: "\f885"; } .fltr-weather-rain-20:before { content: "\f886"; } .fltr-weather-rain-24:before { content: "\f887"; } .fltr-weather-rain-48:before { content: "\f888"; } .fltr-weather-rain-showers-day-20:before { content: "\f889"; } .fltr-weather-rain-showers-day-24:before { content: "\f88a"; } .fltr-weather-rain-showers-day-48:before { content: "\f88b"; } .fltr-weather-rain-showers-night-20:before { content: "\f88c"; } .fltr-weather-rain-showers-night-24:before { content: "\f88d"; } .fltr-weather-rain-showers-night-48:before { content: "\f88e"; } .fltr-weather-rain-snow-20:before { content: "\f88f"; } .fltr-weather-rain-snow-24:before { content: "\f890"; } .fltr-weather-rain-snow-48:before { content: "\f891"; } .fltr-weather-snow-20:before { content: "\f892"; } .fltr-weather-snow-24:before { content: "\f893"; } .fltr-weather-snow-48:before { content: "\f894"; } .fltr-weather-snow-shower-day-20:before { content: "\f895"; } .fltr-weather-snow-shower-day-24:before { content: "\f896"; } .fltr-weather-snow-shower-day-48:before { content: "\f897"; } .fltr-weather-snow-shower-night-20:before { content: "\f898"; } .fltr-weather-snow-shower-night-24:before { content: "\f899"; } .fltr-weather-snow-shower-night-48:before { content: "\f89a"; } .fltr-weather-snowflake-20:before { content: "\f89b"; } .fltr-weather-snowflake-24:before { content: "\f89c"; } .fltr-weather-snowflake-48:before { content: "\f89d"; } .fltr-weather-squalls-20:before { content: "\f89e"; } .fltr-weather-squalls-24:before { content: "\f89f"; } .fltr-weather-squalls-48:before { content: "\f8a0"; } .fltr-weather-sunny-20:before { content: "\f8a1"; } .fltr-weather-sunny-24:before { content: "\f8a2"; } .fltr-weather-sunny-48:before { content: "\f8a3"; } .fltr-weather-thunderstorm-20:before { content: "\f8a4"; } .fltr-weather-thunderstorm-24:before { content: "\f8a5"; } .fltr-weather-thunderstorm-48:before { content: "\f8a6"; } .fltr-web-asset-24:before { content: "\f8a7"; } .fltr-weekend-12:before { content: "\f8a8"; } .fltr-weekend-24:before { content: "\f8a9"; } .fltr-whiteboard-20:before { content: "\f8aa"; } .fltr-whiteboard-24:before { content: "\f8ab"; } .fltr-wifi-1-20:before { content: "\f8ac"; } .fltr-wifi-1-24:before { content: "\f8ad"; } .fltr-wifi-2-20:before { content: "\f8ae"; } .fltr-wifi-2-24:before { content: "\f8af"; } .fltr-wifi-3-20:before { content: "\f8b0"; } .fltr-wifi-3-24:before { content: "\f8b1"; } .fltr-wifi-4-20:before { content: "\f8b2"; } .fltr-wifi-4-24:before { content: "\f8b3"; } .fltr-wifi-protected-24:before { content: "\f8b4"; } .fltr-window-20:before { content: "\f8b5"; } .fltr-window-ad-20:before { content: "\f8b6"; } .fltr-window-dev-tools-16:before { content: "\f8b7"; } .fltr-window-dev-tools-20:before { content: "\f8b8"; } .fltr-window-dev-tools-24:before { content: "\f8b9"; } .fltr-window-inprivate-20:before { content: "\f8ba"; } .fltr-window-inprivate-account-20:before { content: "\f8bb"; } .fltr-window-multiple-20:before { content: "\f8bc"; } .fltr-window-new-20:before { content: "\f8bd"; } .fltr-window-shield-16:before { content: "\f8be"; } .fltr-window-shield-20:before { content: "\f8bf"; } .fltr-window-shield-24:before { content: "\f8c0"; } .fltr-wrench-24:before { content: "\f8c1"; } .fltr-xbox-console-20:before { content: "\f8c2"; } .fltr-xbox-console-24:before { content: "\f8c3"; } .fltr-zoom-in-20:before { content: "\f8c4"; } .fltr-zoom-in-24:before { content: "\f8c5"; } .fltr-zoom-out-20:before { content: "\f8c6"; } .fltr-zoom-out-24:before { content: "\f8c7"; } .fltr-mail-outbox-20:before { content: "\f8c8"; } .fltr-calendar-checkmark-24:before { content: "\f8c9"; } .fltr-add-square-24:before { content: "\f8ca"; } .fltr-apps-list-20:before { content: "\f8cb"; } .fltr-archive-16:before { content: "\f8cc"; } .fltr-arrow-autofit-height-24:before { content: "\f8cd"; } .fltr-arrow-autofit-width-24:before { content: "\f8ce"; } .fltr-arrow-counterclockwise-28:before { content: "\f8cf"; } .fltr-arrow-down-12:before { content: "\f8d0"; } .fltr-arrow-down-left-16:before { content: "\f8d1"; } .fltr-arrow-export-rtl-20:before { content: "\f8d2"; } .fltr-arrow-fit-height-24:before { content: "\f8d3"; } .fltr-arrow-fit-width-24:before { content: "\f8d4"; } .fltr-arrow-hook-down-left-16:before { content: "\f8d5"; } .fltr-arrow-hook-down-left-20:before { content: "\f8d6"; } .fltr-arrow-hook-down-left-24:before { content: "\f8d7"; } .fltr-arrow-hook-down-left-28:before { content: "\f8d8"; } .fltr-arrow-hook-down-right-16:before { content: "\f8d9"; } .fltr-arrow-hook-down-right-20:before { content: "\f8da"; } .fltr-arrow-hook-down-right-24:before { content: "\f8db"; } .fltr-arrow-hook-down-right-28:before { content: "\f8dc"; } .fltr-arrow-hook-up-left-16:before { content: "\f8dd"; } .fltr-arrow-hook-up-left-20:before { content: "\f8de"; } .fltr-arrow-hook-up-left-24:before { content: "\f8df"; } .fltr-arrow-hook-up-left-28:before { content: "\f8e0"; } .fltr-arrow-hook-up-right-16:before { content: "\f8e1"; } .fltr-arrow-hook-up-right-20:before { content: "\f8e2"; } .fltr-arrow-hook-up-right-24:before { content: "\f8e3"; } .fltr-arrow-hook-up-right-28:before { content: "\f8e4"; } .fltr-arrow-move-20:before { content: "\f8e5"; } .fltr-arrow-redo-32:before { content: "\f8e6"; } .fltr-arrow-redo-48:before { content: "\f8e7"; } .fltr-arrow-rotate-left-24:before { content: "\f8e8"; } .fltr-arrow-rotate-right-20:before { content: "\f8e9"; } .fltr-arrow-rotate-right-24:before { content: "\f8ea"; } .fltr-arrow-up-right-16:before { content: "\f8eb"; } .fltr-attach-arrow-right-20:before { content: "\f8ec"; } .fltr-attach-arrow-right-24:before { content: "\f8ed"; } .fltr-attach-text-24:before { content: "\f8ee"; } .fltr-autofit-content-24:before { content: "\f8ef"; } .fltr-backpack-12:before { content: "\f8f0"; } .fltr-backpack-16:before { content: "\f8f1"; } .fltr-backpack-20:before { content: "\f8f2"; } .fltr-backpack-24:before { content: "\f8f3"; } .fltr-backpack-28:before { content: "\f8f4"; } .fltr-backpack-48:before { content: "\f8f5"; } .fltr-balloon-16:before { content: "\f8f6"; } .fltr-bed-16:before { content: "\f8f7"; } .fltr-bluetooth-28:before { content: "\f8f8"; } .fltr-blur-16:before { content: "\f8f9"; } .fltr-blur-20:before { content: "\f8fa"; } .fltr-blur-24:before { content: "\f8fb"; } .fltr-blur-28:before { content: "\f8fc"; } .fltr-book-20:before { content: "\f8fd"; } .fltr-book-24:before { content: "\f8fe"; } .fltr-book-add-20:before { content: "\f8ff"; } .fltr-book-add-24:before { content: "\f900"; } .fltr-book-clock-24:before { content: "\f901"; } .fltr-book-coins-24:before { content: "\f902"; } .fltr-book-compass-24:before { content: "\f903"; } .fltr-book-database-24:before { content: "\f904"; } .fltr-book-exclamation-mark-24:before { content: "\f905"; } .fltr-book-information-24:before { content: "\f906"; } .fltr-book-letter-24:before { content: "\f907"; } .fltr-book-open-20:before { content: "\f908"; } .fltr-book-open-24:before { content: "\f909"; } .fltr-book-open-globe-24:before { content: "\f90a"; } .fltr-book-pulse-24:before { content: "\f90b"; } .fltr-book-question-mark-24:before { content: "\f90c"; } .fltr-book-search-24:before { content: "\f90d"; } .fltr-book-star-24:before { content: "\f90e"; } .fltr-book-theta-24:before { content: "\f90f"; } .fltr-border-all-24:before { content: "\f910"; } .fltr-border-bottom-24:before { content: "\f911"; } .fltr-border-bottom-double-24:before { content: "\f912"; } .fltr-border-bottom-thick-24:before { content: "\f913"; } .fltr-border-left-24:before { content: "\f914"; } .fltr-border-none-24:before { content: "\f915"; } .fltr-border-outside-24:before { content: "\f916"; } .fltr-border-outside-thick-24:before { content: "\f917"; } .fltr-border-right-24:before { content: "\f918"; } .fltr-border-top-24:before { content: "\f919"; } .fltr-border-top-bottom-24:before { content: "\f91a"; } .fltr-border-top-bottom-double-24:before { content: "\f91b"; } .fltr-border-top-bottom-thick-24:before { content: "\f91c"; } .fltr-briefcase-12:before { content: "\f91d"; } .fltr-briefcase-32:before { content: "\f91e"; } .fltr-briefcase-add-24:before { content: "\f91f"; } .fltr-briefcase-add-32:before { content: "\f920"; } .fltr-bug-16:before { content: "\f921"; } .fltr-bug-20:before { content: "\f922"; } .fltr-bug-24:before { content: "\f923"; } .fltr-building-bank-16:before { content: "\f924"; } .fltr-building-bank-20:before { content: "\f925"; } .fltr-building-bank-24:before { content: "\f926"; } .fltr-building-government-24:before { content: "\f927"; } .fltr-building-government-32:before { content: "\f928"; } .fltr-building-multiple-24:before { content: "\f929"; } .fltr-building-shop-16:before { content: "\f92a"; } .fltr-building-shop-20:before { content: "\f92b"; } .fltr-building-shop-24:before { content: "\f92c"; } .fltr-building-skyscraper-16:before { content: "\f92d"; } .fltr-building-skyscraper-20:before { content: "\f92e"; } .fltr-building-skyscraper-24:before { content: "\f92f"; } .fltr-calendar-cancel-16:before { content: "\f930"; } .fltr-calendar-clock-16:before { content: "\f931"; } .fltr-calendar-mention-20:before { content: "\f932"; } .fltr-calendar-person-24:before { content: "\f933"; } .fltr-calendar-question-mark-16:before { content: "\f934"; } .fltr-calendar-question-mark-20:before { content: "\f935"; } .fltr-calendar-question-mark-24:before { content: "\f936"; } .fltr-call-blocked-16:before { content: "\f937"; } .fltr-call-blocked-20:before { content: "\f938"; } .fltr-call-blocked-24:before { content: "\f939"; } .fltr-call-blocked-28:before { content: "\f93a"; } .fltr-call-blocked-48:before { content: "\f93b"; } .fltr-call-forward-16:before { content: "\f93c"; } .fltr-call-forward-20:before { content: "\f93d"; } .fltr-call-forward-28:before { content: "\f93e"; } .fltr-call-forward-48:before { content: "\f93f"; } .fltr-call-inbound-20:before { content: "\f940"; } .fltr-call-inbound-28:before { content: "\f941"; } .fltr-call-inbound-48:before { content: "\f942"; } .fltr-call-missed-28:before { content: "\f943"; } .fltr-call-missed-48:before { content: "\f944"; } .fltr-call-outbound-20:before { content: "\f945"; } .fltr-call-outbound-28:before { content: "\f946"; } .fltr-call-outbound-48:before { content: "\f947"; } .fltr-call-park-16:before { content: "\f948"; } .fltr-call-park-20:before { content: "\f949"; } .fltr-call-park-28:before { content: "\f94a"; } .fltr-call-park-48:before { content: "\f94b"; } .fltr-camera-edit-20:before { content: "\f94c"; } .fltr-caret-up-12:before { content: "\f94d"; } .fltr-caret-up-16:before { content: "\f94e"; } .fltr-caret-up-20:before { content: "\f94f"; } .fltr-caret-up-24:before { content: "\f950"; } .fltr-cart-16:before { content: "\f951"; } .fltr-cart-20:before { content: "\f952"; } .fltr-center-horizontally-24:before { content: "\f953"; } .fltr-center-vertically-24:before { content: "\f954"; } .fltr-channel-28:before { content: "\f955"; } .fltr-channel-48:before { content: "\f956"; } .fltr-channel-add-16:before { content: "\f957"; } .fltr-channel-add-20:before { content: "\f958"; } .fltr-channel-add-24:before { content: "\f959"; } .fltr-channel-add-28:before { content: "\f95a"; } .fltr-channel-add-48:before { content: "\f95b"; } .fltr-channel-alert-16:before { content: "\f95c"; } .fltr-channel-alert-20:before { content: "\f95d"; } .fltr-channel-alert-24:before { content: "\f95e"; } .fltr-channel-alert-28:before { content: "\f95f"; } .fltr-channel-alert-48:before { content: "\f960"; } .fltr-channel-arrow-left-16:before { content: "\f961"; } .fltr-channel-arrow-left-20:before { content: "\f962"; } .fltr-channel-arrow-left-24:before { content: "\f963"; } .fltr-channel-arrow-left-28:before { content: "\f964"; } .fltr-channel-arrow-left-48:before { content: "\f965"; } .fltr-channel-dismiss-16:before { content: "\f966"; } .fltr-channel-dismiss-20:before { content: "\f967"; } .fltr-channel-dismiss-24:before { content: "\f968"; } .fltr-channel-dismiss-28:before { content: "\f969"; } .fltr-channel-dismiss-48:before { content: "\f96a"; } .fltr-chat-16:before { content: "\f96b"; } .fltr-checkmark-16:before { content: "\f96c"; } .fltr-chevron-right-circle-24:before { content: "\f96d"; } .fltr-clipboard-paste-16:before { content: "\f96e"; } .fltr-clock-dismiss-24:before { content: "\f96f"; } .fltr-closed-caption-16:before { content: "\f970"; } .fltr-closed-caption-20:before { content: "\f971"; } .fltr-closed-caption-28:before { content: "\f972"; } .fltr-closed-caption-48:before { content: "\f973"; } .fltr-cloud-download-32:before { content: "\f974"; } .fltr-cloud-download-48:before { content: "\f975"; } .fltr-color-background-accent-20:before { content: "\f976"; } .fltr-color-background-accent-24:before { content: "\f977"; } .fltr-color-fill-accent-20:before { content: "\f978"; } .fltr-color-fill-accent-24:before { content: "\f979"; } .fltr-color-line-16:before { content: "\f97a"; } .fltr-color-line-accent-16:before { content: "\f97b"; } .fltr-color-line-accent-20:before { content: "\f97c"; } .fltr-color-line-accent-24:before { content: "\f97d"; } .fltr-comment-12:before { content: "\f97e"; } .fltr-comment-28:before { content: "\f97f"; } .fltr-comment-48:before { content: "\f980"; } .fltr-comment-add-12:before { content: "\f981"; } .fltr-comment-add-16:before { content: "\f982"; } .fltr-comment-add-20:before { content: "\f983"; } .fltr-comment-add-28:before { content: "\f984"; } .fltr-comment-add-48:before { content: "\f985"; } .fltr-comment-arrow-left-12:before { content: "\f986"; } .fltr-comment-arrow-left-16:before { content: "\f987"; } .fltr-comment-arrow-left-20:before { content: "\f988"; } .fltr-comment-arrow-left-28:before { content: "\f989"; } .fltr-comment-arrow-left-48:before { content: "\f98a"; } .fltr-comment-arrow-right-12:before { content: "\f98b"; } .fltr-comment-arrow-right-16:before { content: "\f98c"; } .fltr-comment-arrow-right-20:before { content: "\f98d"; } .fltr-comment-arrow-right-28:before { content: "\f98e"; } .fltr-comment-arrow-right-48:before { content: "\f98f"; } .fltr-comment-checkmark-12:before { content: "\f990"; } .fltr-comment-checkmark-16:before { content: "\f991"; } .fltr-comment-checkmark-20:before { content: "\f992"; } .fltr-comment-checkmark-24:before { content: "\f993"; } .fltr-comment-checkmark-28:before { content: "\f994"; } .fltr-comment-checkmark-48:before { content: "\f995"; } .fltr-comment-edit-20:before { content: "\f996"; } .fltr-comment-edit-24:before { content: "\f997"; } .fltr-comment-off-16:before { content: "\f998"; } .fltr-comment-off-20:before { content: "\f999"; } .fltr-comment-off-24:before { content: "\f99a"; } .fltr-comment-off-28:before { content: "\f99b"; } .fltr-comment-off-48:before { content: "\f99c"; } .fltr-contact-card-group-16:before { content: "\f99d"; } .fltr-contact-card-group-20:before { content: "\f99e"; } .fltr-contact-card-group-28:before { content: "\f99f"; } .fltr-contact-card-group-48:before { content: "\f9a0"; } .fltr-convert-range-24:before { content: "\f9a1"; } .fltr-copy-add-24:before { content: "\f9a2"; } .fltr-copy-select-20:before { content: "\f9a3"; } .fltr-couch-12:before { content: "\f9a4"; } .fltr-couch-24:before { content: "\f9a5"; } .fltr-crop-20:before { content: "\f9a6"; } .fltr-currency-dollar-rupee-16:before { content: "\f9a7"; } .fltr-currency-dollar-rupee-20:before { content: "\f9a8"; } .fltr-currency-dollar-rupee-24:before { content: "\f9a9"; } .fltr-cursor-20:before { content: "\f9aa"; } .fltr-cursor-24:before { content: "\f9ab"; } .fltr-cursor-hover-16:before { content: "\f9ac"; } .fltr-cursor-hover-20:before { content: "\f9ad"; } .fltr-cursor-hover-24:before { content: "\f9ae"; } .fltr-cursor-hover-28:before { content: "\f9af"; } .fltr-cursor-hover-32:before { content: "\f9b0"; } .fltr-cursor-hover-48:before { content: "\f9b1"; } .fltr-cursor-hover-off-16:before { content: "\f9b2"; } .fltr-cursor-hover-off-20:before { content: "\f9b3"; } .fltr-cursor-hover-off-24:before { content: "\f9b4"; } .fltr-cursor-hover-off-28:before { content: "\f9b5"; } .fltr-cursor-hover-off-48:before { content: "\f9b6"; } .fltr-data-bar-vertical-add-24:before { content: "\f9b7"; } .fltr-data-usage-20:before { content: "\f9b8"; } .fltr-decimal-arrow-left-24:before { content: "\f9b9"; } .fltr-decimal-arrow-right-24:before { content: "\f9ba"; } .fltr-delete-16:before { content: "\f9bb"; } .fltr-dentist-12:before { content: "\f9bc"; } .fltr-dentist-16:before { content: "\f9bd"; } .fltr-dentist-20:before { content: "\f9be"; } .fltr-dentist-28:before { content: "\f9bf"; } .fltr-dentist-48:before { content: "\f9c0"; } .fltr-dismiss-circle-28:before { content: "\f9c1"; } .fltr-dock-left-28:before { content: "\f9c2"; } .fltr-dock-left-48:before { content: "\f9c3"; } .fltr-dock-right-16:before { content: "\f9c4"; } .fltr-dock-right-20:before { content: "\f9c5"; } .fltr-dock-right-24:before { content: "\f9c6"; } .fltr-dock-right-28:before { content: "\f9c7"; } .fltr-dock-right-48:before { content: "\f9c8"; } .fltr-doctor-12:before { content: "\f9c9"; } .fltr-doctor-16:before { content: "\f9ca"; } .fltr-doctor-20:before { content: "\f9cb"; } .fltr-doctor-28:before { content: "\f9cc"; } .fltr-doctor-48:before { content: "\f9cd"; } .fltr-document-16:before { content: "\f9ce"; } .fltr-document-48:before { content: "\f9cf"; } .fltr-document-add-16:before { content: "\f9d0"; } .fltr-document-add-20:before { content: "\f9d1"; } .fltr-document-add-24:before { content: "\f9d2"; } .fltr-document-add-28:before { content: "\f9d3"; } .fltr-document-add-48:before { content: "\f9d4"; } .fltr-document-arrow-left-16:before { content: "\f9d5"; } .fltr-document-arrow-left-20:before { content: "\f9d6"; } .fltr-document-arrow-left-24:before { content: "\f9d7"; } .fltr-document-arrow-left-28:before { content: "\f9d8"; } .fltr-document-arrow-left-48:before { content: "\f9d9"; } .fltr-document-catch-up-16:before { content: "\f9da"; } .fltr-document-catch-up-20:before { content: "\f9db"; } .fltr-document-landscape-data-24:before { content: "\f9dc"; } .fltr-document-landscape-split-20:before { content: "\f9dd"; } .fltr-document-landscape-split-hint-20:before { content: "\f9de"; } .fltr-document-page-break-20:before { content: "\f9df"; } .fltr-drink-beer-16:before { content: "\f9e0"; } .fltr-drink-beer-20:before { content: "\f9e1"; } .fltr-drink-coffee-16:before { content: "\f9e2"; } .fltr-drink-margarita-16:before { content: "\f9e3"; } .fltr-drink-margarita-20:before { content: "\f9e4"; } .fltr-drink-wine-16:before { content: "\f9e5"; } .fltr-drink-wine-20:before { content: "\f9e6"; } .fltr-dual-screen-span-24:before { content: "\f9e7"; } .fltr-edit-32:before { content: "\f9e8"; } .fltr-edit-off-16:before { content: "\f9e9"; } .fltr-edit-off-24:before { content: "\f9ea"; } .fltr-edit-settings-24:before { content: "\f9eb"; } .fltr-emoji-add-16:before { content: "\f9ec"; } .fltr-emoji-hand-24:before { content: "\f9ed"; } .fltr-emoji-hand-28:before { content: "\f9ee"; } .fltr-eraser-20:before { content: "\f9ef"; } .fltr-eraser-24:before { content: "\f9f0"; } .fltr-eraser-medium-24:before { content: "\f9f1"; } .fltr-eraser-segment-24:before { content: "\f9f2"; } .fltr-eraser-small-24:before { content: "\f9f3"; } .fltr-error-circle-12:before { content: "\f9f4"; } .fltr-eye-tracking-16:before { content: "\f9f5"; } .fltr-eye-tracking-20:before { content: "\f9f6"; } .fltr-eye-tracking-24:before { content: "\f9f7"; } .fltr-eye-tracking-off-16:before { content: "\f9f8"; } .fltr-eye-tracking-off-20:before { content: "\f9f9"; } .fltr-eye-tracking-off-24:before { content: "\f9fa"; } .fltr-f-stop-16:before { content: "\f9fb"; } .fltr-f-stop-20:before { content: "\f9fc"; } .fltr-f-stop-24:before { content: "\f9fd"; } .fltr-f-stop-28:before { content: "\f9fe"; } .fltr-fingerprint-48:before { content: "\f9ff"; } .fltr-fixed-width-24:before { content: "\fa00"; } .fltr-flip-horizontal-24:before { content: "\fa01"; } .fltr-flip-vertical-24:before { content: "\fa02"; } .fltr-fluent-32:before { content: "\fa03"; } .fltr-fluent-48:before { content: "\fa04"; } .fltr-fluid-20:before { content: "\fa05"; } .fltr-fluid-24:before { content: "\fa06"; } .fltr-folder-move-16:before { content: "\fa07"; } .fltr-food-egg-16:before { content: "\fa08"; } .fltr-food-egg-20:before { content: "\fa09"; } .fltr-food-toast-16:before { content: "\fa0a"; } .fltr-food-toast-20:before { content: "\fa0b"; } .fltr-gavel-24:before { content: "\fa0c"; } .fltr-gavel-32:before { content: "\fa0d"; } .fltr-glasses-16:before { content: "\fa0e"; } .fltr-glasses-20:before { content: "\fa0f"; } .fltr-glasses-28:before { content: "\fa10"; } .fltr-glasses-48:before { content: "\fa11"; } .fltr-glasses-off-16:before { content: "\fa12"; } .fltr-glasses-off-20:before { content: "\fa13"; } .fltr-glasses-off-28:before { content: "\fa14"; } .fltr-glasses-off-48:before { content: "\fa15"; } .fltr-globe-16:before { content: "\fa16"; } .fltr-hand-left-20:before { content: "\fa17"; } .fltr-hand-right-24:before { content: "\fa18"; } .fltr-hand-right-28:before { content: "\fa19"; } .fltr-hat-graduation-16:before { content: "\fa1a"; } .fltr-hat-graduation-20:before { content: "\fa1b"; } .fltr-hat-graduation-24:before { content: "\fa1c"; } .fltr-hd-16:before { content: "\fa1d"; } .fltr-hd-20:before { content: "\fa1e"; } .fltr-hd-24:before { content: "\fa1f"; } .fltr-headset-16:before { content: "\fa20"; } .fltr-headset-20:before { content: "\fa21"; } .fltr-headset-48:before { content: "\fa22"; } .fltr-heart-pulse-24:before { content: "\fa23"; } .fltr-heart-pulse-32:before { content: "\fa24"; } .fltr-home-16:before { content: "\fa25"; } .fltr-home-32:before { content: "\fa26"; } .fltr-home-48:before { content: "\fa27"; } .fltr-image-arrow-counterclockwise-24:before { content: "\fa28"; } .fltr-info-shield-20:before { content: "\fa29"; } .fltr-key-multiple-20:before { content: "\fa2a"; } .fltr-line-horizontal-5-error-20:before { content: "\fa2b"; } .fltr-link-square-12:before { content: "\fa2c"; } .fltr-link-square-16:before { content: "\fa2d"; } .fltr-location-48:before { content: "\fa2e"; } .fltr-location-off-16:before { content: "\fa2f"; } .fltr-location-off-20:before { content: "\fa30"; } .fltr-location-off-24:before { content: "\fa31"; } .fltr-location-off-28:before { content: "\fa32"; } .fltr-location-off-48:before { content: "\fa33"; } .fltr-lock-multiple-24:before { content: "\fa34"; } .fltr-lottery-24:before { content: "\fa35"; } .fltr-magic-wand-16:before { content: "\fa36"; } .fltr-magic-wand-20:before { content: "\fa37"; } .fltr-magic-wand-28:before { content: "\fa38"; } .fltr-magic-wand-48:before { content: "\fa39"; } .fltr-mail-16:before { content: "\fa3a"; } .fltr-mail-read-16:before { content: "\fa3b"; } .fltr-math-format-linear-24:before { content: "\fa3c"; } .fltr-math-format-professional-24:before { content: "\fa3d"; } .fltr-math-formula-24:before { content: "\fa3e"; } .fltr-maximize-20:before { content: "\fa3f"; } .fltr-maximize-24:before { content: "\fa40"; } .fltr-maximize-28:before { content: "\fa41"; } .fltr-maximize-48:before { content: "\fa42"; } .fltr-meet-now-16:before { content: "\fa43"; } .fltr-mic-off-20:before { content: "\fa44"; } .fltr-mic-off-48:before { content: "\fa45"; } .fltr-mic-prohibited-24:before { content: "\fa46"; } .fltr-minimize-12:before { content: "\fa47"; } .fltr-minimize-16:before { content: "\fa48"; } .fltr-minimize-20:before { content: "\fa49"; } .fltr-minimize-24:before { content: "\fa4a"; } .fltr-minimize-28:before { content: "\fa4b"; } .fltr-minimize-48:before { content: "\fa4c"; } .fltr-more-circle-20:before { content: "\fa4d"; } .fltr-movies-and-tv-16:before { content: "\fa4e"; } .fltr-movies-and-tv-20:before { content: "\fa4f"; } .fltr-music-note-20:before { content: "\fa50"; } .fltr-music-note-24:before { content: "\fa51"; } .fltr-music-notes-16:before { content: "\fa52"; } .fltr-music-notes-24:before { content: "\fa53"; } .fltr-navigation-unread-24:before { content: "\fa54"; } .fltr-number-symbol-dismiss-24:before { content: "\fa55"; } .fltr-open-28:before { content: "\fa56"; } .fltr-open-48:before { content: "\fa57"; } .fltr-open-folder-16:before { content: "\fa58"; } .fltr-open-folder-20:before { content: "\fa59"; } .fltr-open-folder-28:before { content: "\fa5a"; } .fltr-open-folder-48:before { content: "\fa5b"; } .fltr-open-off-16:before { content: "\fa5c"; } .fltr-open-off-20:before { content: "\fa5d"; } .fltr-open-off-24:before { content: "\fa5e"; } .fltr-open-off-28:before { content: "\fa5f"; } .fltr-open-off-48:before { content: "\fa60"; } .fltr-paint-brush-arrow-down-24:before { content: "\fa61"; } .fltr-paint-brush-arrow-up-24:before { content: "\fa62"; } .fltr-pause-12:before { content: "\fa63"; } .fltr-payment-16:before { content: "\fa64"; } .fltr-payment-28:before { content: "\fa65"; } .fltr-people-prohibited-16:before { content: "\fa66"; } .fltr-people-swap-16:before { content: "\fa67"; } .fltr-people-swap-20:before { content: "\fa68"; } .fltr-people-swap-24:before { content: "\fa69"; } .fltr-people-swap-28:before { content: "\fa6a"; } .fltr-people-team-add-20:before { content: "\fa6b"; } .fltr-people-team-add-24:before { content: "\fa6c"; } .fltr-people-team-dismiss-24:before { content: "\fa6d"; } .fltr-person-available-20:before { content: "\fa6e"; } .fltr-person-clock-16:before { content: "\fa6f"; } .fltr-person-clock-20:before { content: "\fa70"; } .fltr-person-clock-24:before { content: "\fa71"; } .fltr-person-delete-20:before { content: "\fa72"; } .fltr-person-mail-16:before { content: "\fa73"; } .fltr-person-mail-20:before { content: "\fa74"; } .fltr-person-mail-24:before { content: "\fa75"; } .fltr-person-mail-28:before { content: "\fa76"; } .fltr-person-mail-48:before { content: "\fa77"; } .fltr-person-prohibited-24:before { content: "\fa78"; } .fltr-phone-16:before { content: "\fa79"; } .fltr-poll-20:before { content: "\fa7a"; } .fltr-presence-available-10:before { content: "\fa7b"; } .fltr-presence-available-12:before { content: "\fa7c"; } .fltr-presence-available-16:before { content: "\fa7d"; } .fltr-presence-dnd-10:before { content: "\fa7e"; } .fltr-presence-dnd-12:before { content: "\fa7f"; } .fltr-presence-dnd-16:before { content: "\fa80"; } .fltr-pulse-24:before { content: "\fa81"; } .fltr-qr-code-20:before { content: "\fa82"; } .fltr-real-estate-24:before { content: "\fa83"; } .fltr-ribbon-24:before { content: "\fa84"; } .fltr-ribbon-star-20:before { content: "\fa85"; } .fltr-ribbon-star-24:before { content: "\fa86"; } .fltr-run-16:before { content: "\fa87"; } .fltr-run-20:before { content: "\fa88"; } .fltr-scales-24:before { content: "\fa89"; } .fltr-scales-32:before { content: "\fa8a"; } .fltr-search-shield-20:before { content: "\fa8b"; } .fltr-share-stop-16:before { content: "\fa8c"; } .fltr-share-stop-20:before { content: "\fa8d"; } .fltr-share-stop-48:before { content: "\fa8e"; } .fltr-shield-dismiss-shield-20:before { content: "\fa8f"; } .fltr-shifts-day-20:before { content: "\fa90"; } .fltr-shifts-day-24:before { content: "\fa91"; } .fltr-sidebar-search-ltr-20:before { content: "\fa92"; } .fltr-sidebar-search-rtl-20:before { content: "\fa93"; } .fltr-sign-out-20:before { content: "\fa94"; } .fltr-slide-multiple-arrow-right-24:before { content: "\fa95"; } .fltr-slide-search-24:before { content: "\fa96"; } .fltr-slide-search-28:before { content: "\fa97"; } .fltr-slide-size-24:before { content: "\fa98"; } .fltr-slide-text-16:before { content: "\fa99"; } .fltr-slide-text-20:before { content: "\fa9a"; } .fltr-slide-text-28:before { content: "\fa9b"; } .fltr-slide-text-48:before { content: "\fa9c"; } .fltr-speaker-0-16:before { content: "\fa9d"; } .fltr-speaker-0-20:before { content: "\fa9e"; } .fltr-speaker-0-28:before { content: "\fa9f"; } .fltr-speaker-0-48:before { content: "\faa0"; } .fltr-speaker-1-16:before { content: "\faa1"; } .fltr-speaker-1-20:before { content: "\faa2"; } .fltr-speaker-1-28:before { content: "\faa3"; } .fltr-speaker-1-48:before { content: "\faa4"; } .fltr-speaker-48:before { content: "\faa5"; } .fltr-speaker-bluetooth-28:before { content: "\faa6"; } .fltr-speaker-none-16:before { content: "\faa7"; } .fltr-speaker-none-48:before { content: "\faa8"; } .fltr-speaker-off-16:before { content: "\faa9"; } .fltr-speaker-off-20:before { content: "\faaa"; } .fltr-speaker-off-48:before { content: "\faab"; } .fltr-speaker-usb-24:before { content: "\faac"; } .fltr-speaker-usb-28:before { content: "\faad"; } .fltr-sport-16:before { content: "\faae"; } .fltr-sport-20:before { content: "\faaf"; } .fltr-sport-24:before { content: "\fab0"; } .fltr-sport-american-football-24:before { content: "\fab1"; } .fltr-sport-baseball-24:before { content: "\fab2"; } .fltr-sport-basketball-24:before { content: "\fab3"; } .fltr-sport-hockey-24:before { content: "\fab4"; } .fltr-star-edit-24:before { content: "\fab5"; } .fltr-tab-desktop-arrow-left-20:before { content: "\fab6"; } .fltr-tab-prohibited-24:before { content: "\fab7"; } .fltr-table-16:before { content: "\fab8"; } .fltr-table-28:before { content: "\fab9"; } .fltr-table-48:before { content: "\faba"; } .fltr-table-simple-16:before { content: "\fabb"; } .fltr-table-simple-20:before { content: "\fabc"; } .fltr-table-simple-24:before { content: "\fabd"; } .fltr-table-simple-28:before { content: "\fabe"; } .fltr-table-simple-48:before { content: "\fabf"; } .fltr-tag-16:before { content: "\fac0"; } .fltr-tasks-app-20:before { content: "\fac1"; } .fltr-tent-12:before { content: "\fac2"; } .fltr-tent-16:before { content: "\fac3"; } .fltr-tent-20:before { content: "\fac4"; } .fltr-tent-28:before { content: "\fac5"; } .fltr-tent-48:before { content: "\fac6"; } .fltr-text-bold-16:before { content: "\fac7"; } .fltr-text-color-16:before { content: "\fac8"; } .fltr-text-color-accent-16:before { content: "\fac9"; } .fltr-text-color-accent-20:before { content: "\faca"; } .fltr-text-color-accent-24:before { content: "\facb"; } .fltr-text-column-one-narrow-20:before { content: "\facc"; } .fltr-text-column-one-narrow-24:before { content: "\facd"; } .fltr-text-column-one-wide-20:before { content: "\face"; } .fltr-text-column-one-wide-24:before { content: "\facf"; } .fltr-text-continuous-24:before { content: "\fad0"; } .fltr-text-indent-decrease-20:before { content: "\fad1"; } .fltr-text-indent-increase-20:before { content: "\fad2"; } .fltr-text-italic-16:before { content: "\fad3"; } .fltr-text-strikethrough-16:before { content: "\fad4"; } .fltr-text-underline-16:before { content: "\fad5"; } .fltr-text-wrap-behind-20:before { content: "\fad6"; } .fltr-text-wrap-behind-24:before { content: "\fad7"; } .fltr-text-wrap-front-20:before { content: "\fad8"; } .fltr-text-wrap-front-24:before { content: "\fad9"; } .fltr-text-wrap-line-20:before { content: "\fada"; } .fltr-text-wrap-line-24:before { content: "\fadb"; } .fltr-text-wrap-square-20:before { content: "\fadc"; } .fltr-text-wrap-square-24:before { content: "\fadd"; } .fltr-text-wrap-through-20:before { content: "\fade"; } .fltr-text-wrap-through-24:before { content: "\fadf"; } .fltr-text-wrap-tight-20:before { content: "\fae0"; } .fltr-text-wrap-tight-24:before { content: "\fae1"; } .fltr-text-wrap-top-bottom-20:before { content: "\fae2"; } .fltr-text-wrap-top-bottom-24:before { content: "\fae3"; } .fltr-ticket-diagonal-16:before { content: "\fae4"; } .fltr-ticket-diagonal-20:before { content: "\fae5"; } .fltr-ticket-diagonal-24:before { content: "\fae6"; } .fltr-ticket-diagonal-28:before { content: "\fae7"; } .fltr-timer-16:before { content: "\fae8"; } .fltr-timer-20:before { content: "\fae9"; } .fltr-toggle-left-16:before { content: "\faea"; } .fltr-toggle-left-20:before { content: "\faeb"; } .fltr-toggle-left-24:before { content: "\faec"; } .fltr-toggle-left-28:before { content: "\faed"; } .fltr-toggle-left-48:before { content: "\faee"; } .fltr-toggle-right-28:before { content: "\faef"; } .fltr-toggle-right-48:before { content: "\faf0"; } .fltr-tv-16:before { content: "\faf1"; } .fltr-tv-20:before { content: "\faf2"; } .fltr-tv-24:before { content: "\faf3"; } .fltr-tv-28:before { content: "\faf4"; } .fltr-tv-48:before { content: "\faf5"; } .fltr-vehicle-bicycle-16:before { content: "\faf6"; } .fltr-vehicle-bicycle-20:before { content: "\faf7"; } .fltr-vehicle-bus-16:before { content: "\faf8"; } .fltr-vehicle-bus-20:before { content: "\faf9"; } .fltr-vehicle-car-28:before { content: "\fafa"; } .fltr-vehicle-car-48:before { content: "\fafb"; } .fltr-vehicle-ship-16:before { content: "\fafc"; } .fltr-vehicle-ship-20:before { content: "\fafd"; } .fltr-vehicle-ship-24:before { content: "\fafe"; } .fltr-vehicle-subway-16:before { content: "\faff"; } .fltr-vehicle-subway-20:before { content: "\fb00"; } .fltr-vehicle-subway-24:before { content: "\fb01"; } .fltr-vehicle-truck-16:before { content: "\fb02"; } .fltr-vehicle-truck-20:before { content: "\fb03"; } .fltr-video-clip-20:before { content: "\fb04"; } .fltr-vote-20:before { content: "\fb05"; } .fltr-vote-24:before { content: "\fb06"; } .fltr-weather-drizzle-20:before { content: "\fb07"; } .fltr-weather-drizzle-24:before { content: "\fb08"; } .fltr-weather-drizzle-48:before { content: "\fb09"; } .fltr-weather-haze-20:before { content: "\fb0a"; } .fltr-weather-haze-24:before { content: "\fb0b"; } .fltr-weather-haze-48:before { content: "\fb0c"; } .fltr-weather-moon-16:before { content: "\fb0d"; } .fltr-weather-moon-28:before { content: "\fb0e"; } .fltr-weather-moon-off-16:before { content: "\fb0f"; } .fltr-weather-moon-off-20:before { content: "\fb10"; } .fltr-weather-moon-off-24:before { content: "\fb11"; } .fltr-weather-moon-off-28:before { content: "\fb12"; } .fltr-weather-moon-off-48:before { content: "\fb13"; } .fltr-weather-sunny-high-20:before { content: "\fb14"; } .fltr-weather-sunny-high-24:before { content: "\fb15"; } .fltr-weather-sunny-high-48:before { content: "\fb16"; } .fltr-weather-sunny-low-20:before { content: "\fb17"; } .fltr-weather-sunny-low-24:before { content: "\fb18"; } .fltr-weather-sunny-low-48:before { content: "\fb19"; } .fltr-window-horizontal-20:before { content: "\fb1a"; } .fltr-window-new-16:before { content: "\fb1b"; } .fltr-window-new-24:before { content: "\fb1c"; } .fltr-window-vertical-20:before { content: "\fb1d"; } .fltr-wrench-16:before { content: "\fb1e"; } .fltr-wrench-20:before { content: "\fb1f"; } ================================================ FILE: icon-packs/ikonli-fontawesome-pack/ikonli-fontawesome-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-fontawesome-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.fontawesome { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.fontawesome; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.fontawesome.FontAwesomeIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.fontawesome.FontAwesomeIkonProvider; } ================================================ FILE: icon-packs/ikonli-fontawesome-pack/src/main/java/org/kordamp/ikonli/fontawesome/FontAwesome.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FontAwesome implements Ikon { // last is f2e0 ADDRESS_BOOK("fa-address-book", '\uf2b9'), ADDRESS_BOOK_O("fa-address-book-o", '\uf2ba'), ADDRESS_CARD("fa-address-card", '\uf2bb'), ADDRESS_CARD_O("fa-address-card-o", '\uf2bc'), ADJUST("fa-adjust", '\uf042'), ADN("fa-adn", '\uf170'), ALIGN_CENTER("fa-align-center", '\uf037'), ALIGN_JUSTIFY("fa-align-justify", '\uf039'), ALIGN_LEFT("fa-align-left", '\uf036'), ALIGN_RIGHT("fa-align-right", '\uf038'), AMAZON("fa-amazon", '\uf270'), AMBULANCE("fa-ambulance", '\uf0f9'), AMERICAN_SIGN_LANGUAGE_INTERPRETING("fa-american-sign-language-interpreting", '\uf2a3'), ANCHOR("fa-anchor", '\uf13d'), ANDROID("fa-android", '\uf17b'), ANGELLIST("fa-angellist", '\uf209'), ANGLE_DOUBLE_DOWN("fa-angle-double-down", '\uf103'), ANGLE_DOUBLE_LEFT("fa-angle-double-left", '\uf100'), ANGLE_DOUBLE_RIGHT("fa-angle-double-right", '\uf101'), ANGLE_DOUBLE_UP("fa-angle-double-up", '\uf102'), ANGLE_DOWN("fa-angle-down", '\uf107'), ANGLE_LEFT("fa-angle-left", '\uf104'), ANGLE_RIGHT("fa-angle-right", '\uf105'), ANGLE_UP("fa-angle-up", '\uf106'), APPLE("fa-apple", '\uf179'), ARCHIVE("fa-archive", '\uf187'), AREA_CHART("fa-area-chart", '\uf1fe'), ARROWS("fa-arrows", '\uf047'), ARROWS_ALT("fa-arrows-alt", '\uf0b2'), ARROWS_H("fa-arrows-h", '\uf07e'), ARROWS_V("fa-arrows-v", '\uf07d'), ARROW_CIRCLE_DOWN("fa-arrow-circle-down", '\uf0ab'), ARROW_CIRCLE_LEFT("fa-arrow-circle-left", '\uf0a8'), ARROW_CIRCLE_O_DOWN("fa-arrow-circle-o-down", '\uf01a'), ARROW_CIRCLE_O_LEFT("fa-arrow-circle-o-left", '\uf190'), ARROW_CIRCLE_O_RIGHT("fa-arrow-circle-o-right", '\uf18e'), ARROW_CIRCLE_O_UP("fa-arrow-circle-o-up", '\uf01b'), ARROW_CIRCLE_RIGHT("fa-arrow-circle-right", '\uf0a9'), ARROW_CIRCLE_UP("fa-arrow-circle-up", '\uf0aa'), ARROW_DOWN("fa-arrow-down", '\uf063'), ARROW_LEFT("fa-arrow-left", '\uf060'), ARROW_RIGHT("fa-arrow-right", '\uf061'), ARROW_UP("fa-arrow-up", '\uf062'), ASL_INTERPRETING("fa-asl-interpreting", '\uf2a3'), ASSISTIVE_LISTENING_SYSTEMS("fa-assistive-listening-systems", '\uf2a2'), ASTERISK("fa-asterisk", '\uf069'), AT("fa-at", '\uf1fa'), AUDIO_DESCRIPTION("fa-audio-description", '\uf29e'), AUTOMOBILE("fa-automobile", '\uf1b9'), BACKWARD("fa-backward", '\uf04a'), BALANCE_SCALE("fa-balance-scale", '\uf24e'), BAN("fa-ban", '\uf05e'), BANDCAMP("fa-bandcamp", '\uf2d5'), BANK("fa-bank", '\uf19c'), BARCODE("fa-barcode", '\uf02a'), BARS("fa-bars", '\uf0c9'), BAR_CHART("fa-bar-chart", '\uf080'), BAR_CHART_O("fa-bar-chart-o", '\uf080'), BATH("fa-bath", '\uf2cd'), BATHTUB("fa-bathtub", '\uf2cd'), BATTERY_0("fa-battery-0", '\uf244'), BATTERY_1("fa-battery-1", '\uf243'), BATTERY_2("fa-battery-2", '\uf242'), BATTERY_3("fa-battery-3", '\uf241'), BATTERY_4("fa-battery-4", '\uf240'), BATTERY_EMPTY("fa-battery-empty", '\uf244'), BATTERY_FULL("fa-battery-full", '\uf240'), BATTERY_HALF("fa-battery-half", '\uf242'), BATTERY_QUARTER("fa-battery-quarter", '\uf243'), BATTERY_THREE_QUARTERS("fa-battery-three-quarters", '\uf241'), BED("fa-bed", '\uf236'), BEER("fa-beer", '\uf0fc'), BEHANCE("fa-behance", '\uf1b4'), BEHANCE_SQUARE("fa-behance-square", '\uf1b5'), BELL("fa-bell", '\uf0f3'), BELL_O("fa-bell-o", '\uf0a2'), BELL_SLASH("fa-bell-slash", '\uf1f6'), BELL_SLASH_O("fa-bell-slash-o", '\uf1f7'), BICYCLE("fa-bicycle", '\uf206'), BINOCULARS("fa-binoculars", '\uf1e5'), BIRTHDAY_CAKE("fa-birthday-cake", '\uf1fd'), BITBUCKET("fa-bitbucket", '\uf171'), BITBUCKET_SQUARE("fa-bitbucket-square", '\uf172'), BITCOIN("fa-bitcoin", '\uf15a'), BLACK_TIE("fa-black-tie", '\uf27e'), BLIND("fa-blind", '\uf29d'), BLUETOOTH("fa-bluetooth", '\uf293'), BLUETOOTH_B("fa-bluetooth-b", '\uf294'), BOLD("fa-bold", '\uf032'), BOLT("fa-bolt", '\uf0e7'), BOMB("fa-bomb", '\uf1e2'), BOOK("fa-book", '\uf02d'), BOOKMARK("fa-bookmark", '\uf02e'), BOOKMARK_O("fa-bookmark-o", '\uf097'), BRAILLE("fa-braille", '\uf2a1'), BRIEFCASE("fa-briefcase", '\uf0b1'), BTC("fa-btc", '\uf15a'), BUG("fa-bug", '\uf188'), BUILDING("fa-building", '\uf1ad'), BUILDING_O("fa-building-o", '\uf0f7'), BULLHORN("fa-bullhorn", '\uf0a1'), BULLSEYE("fa-bullseye", '\uf140'), BUS("fa-bus", '\uf207'), BUYSELLADS("fa-buysellads", '\uf20d'), CAB("fa-cab", '\uf1ba'), CALCULATOR("fa-calculator", '\uf1ec'), CALENDAR("fa-calendar", '\uf073'), CALENDAR_CHECK_O("fa-calendar-check-o", '\uf274'), CALENDAR_MINUS_O("fa-calendar-minus-o", '\uf272'), CALENDAR_O("fa-calendar-o", '\uf133'), CALENDAR_PLUS_O("fa-calendar-plus-o", '\uf271'), CALENDAR_TIMES_O("fa-calendar-times-o", '\uf273'), CAMERA("fa-camera", '\uf030'), CAMERA_RETRO("fa-camera-retro", '\uf083'), CAR("fa-car", '\uf1b9'), CARET_DOWN("fa-caret-down", '\uf0d7'), CARET_LEFT("fa-caret-left", '\uf0d9'), CARET_RIGHT("fa-caret-right", '\uf0da'), CARET_SQUARE_O_DOWN("fa-caret-square-o-down", '\uf150'), CARET_SQUARE_O_LEFT("fa-caret-square-o-left", '\uf191'), CARET_SQUARE_O_RIGHT("fa-caret-square-o-right", '\uf152'), CARET_SQUARE_O_UP("fa-caret-square-o-up", '\uf151'), CARET_UP("fa-caret-up", '\uf0d8'), CART_ARROW_DOWN("fa-cart-arrow-down", '\uf218'), CART_PLUS("fa-cart-plus", '\uf217'), CC("fa-cc", '\uf20a'), CC_AMEX("fa-cc-amex", '\uf1f3'), CC_DINERS_CLUB("fa-cc-diners-club", '\uf24c'), CC_DISCOVER("fa-cc-discover", '\uf1f2'), CC_JCB("fa-cc-jcb", '\uf24b'), CC_MASTERCARD("fa-cc-mastercard", '\uf1f1'), CC_PAYPAL("fa-cc-paypal", '\uf1f4'), CC_STRIPE("fa-cc-stripe", '\uf1f5'), CC_VISA("fa-cc-visa", '\uf1f0'), CERTIFICATE("fa-certificate", '\uf0a3'), CHAIN("fa-chain", '\uf0c1'), CHAIN_BROKEN("fa-chain-broken", '\uf127'), CHECK("fa-check", '\uf00c'), CHECK_CIRCLE("fa-check-circle", '\uf058'), CHECK_CIRCLE_O("fa-check-circle-o", '\uf05d'), CHECK_SQUARE("fa-check-square", '\uf14a'), CHECK_SQUARE_O("fa-check-square-o", '\uf046'), CHEVRON_CIRCLE_DOWN("fa-chevron-circle-down", '\uf13a'), CHEVRON_CIRCLE_LEFT("fa-chevron-circle-left", '\uf137'), CHEVRON_CIRCLE_RIGHT("fa-chevron-circle-right", '\uf138'), CHEVRON_CIRCLE_UP("fa-chevron-circle-up", '\uf139'), CHEVRON_DOWN("fa-chevron-down", '\uf078'), CHEVRON_LEFT("fa-chevron-left", '\uf053'), CHEVRON_RIGHT("fa-chevron-right", '\uf054'), CHEVRON_UP("fa-chevron-up", '\uf077'), CHILD("fa-child", '\uf1ae'), CHROME("fa-chrome", '\uf268'), CIRCLE("fa-circle", '\uf111'), CIRCLE_O("fa-circle-o", '\uf10c'), CIRCLE_O_NOTCH("fa-circle-o-notch", '\uf1ce'), CIRCLE_THIN("fa-circle-thin", '\uf1db'), CLIPBOARD("fa-clipboard", '\uf0ea'), CLOCK_O("fa-clock-o", '\uf017'), CLONE("fa-clone", '\uf24d'), CLOSE("fa-close", '\uf00d'), CLOUD("fa-cloud", '\uf0c2'), CLOUD_DOWNLOAD("fa-cloud-download", '\uf0ed'), CLOUD_UPLOAD("fa-cloud-upload", '\uf0ee'), CNY("fa-cny", '\uf157'), CODE("fa-code", '\uf121'), CODEPEN("fa-codepen", '\uf1cb'), CODE_FORK("fa-code-fork", '\uf126'), CODIEPIE("fa-codiepie", '\uf284'), COFFEE("fa-coffee", '\uf0f4'), COG("fa-cog", '\uf013'), COGS("fa-cogs", '\uf085'), COLUMNS("fa-columns", '\uf0db'), COMMENT("fa-comment", '\uf075'), COMMENTING("fa-commenting", '\uf27a'), COMMENTING_O("fa-commenting-o", '\uf27b'), COMMENTS("fa-comments", '\uf086'), COMMENTS_O("fa-comments-o", '\uf0e6'), COMMENT_O("fa-comment-o", '\uf0e5'), COMPASS("fa-compass", '\uf14e'), COMPRESS("fa-compress", '\uf066'), CONNECTDEVELOP("fa-connectdevelop", '\uf20e'), CONTAO("fa-contao", '\uf26d'), COPY("fa-copy", '\uf0c5'), COPYRIGHT("fa-copyright", '\uf1f9'), CREATIVE_COMMONS("fa-creative-commons", '\uf25e'), CREDIT_CARD("fa-credit-card", '\uf09d'), CREDIT_CARD_ALT("fa-credit-card-alt", '\uf283'), CROP("fa-crop", '\uf125'), CROSSHAIRS("fa-crosshairs", '\uf05b'), CSS3("fa-css3", '\uf13c'), CUBE("fa-cube", '\uf1b2'), CUBES("fa-cubes", '\uf1b3'), CUT("fa-cut", '\uf0c4'), CUTLERY("fa-cutlery", '\uf0f5'), DASHBOARD("fa-dashboard", '\uf0e4'), DASHCUBE("fa-dashcube", '\uf210'), DATABASE("fa-database", '\uf1c0'), DEAF("fa-deaf", '\uf2a4'), DEAFNESS("fa-deafness", '\uf2a4'), DEDENT("fa-dedent", '\uf03b'), DELICIOUS("fa-delicious", '\uf1a5'), DESKTOP("fa-desktop", '\uf108'), DEVIANTART("fa-deviantart", '\uf1bd'), DIAMOND("fa-diamond", '\uf219'), DIGG("fa-digg", '\uf1a6'), DOLLAR("fa-dollar", '\uf155'), DOT_CIRCLE_O("fa-dot-circle-o", '\uf192'), DOWNLOAD("fa-download", '\uf019'), DRIBBBLE("fa-dribbble", '\uf17d'), DRIVERS_LICENSE("fa-drivers-license", '\uf2c2'), DRIVERS_LICENSE_O("fa-drivers-license-o", '\uf2c3'), DROPBOX("fa-dropbox", '\uf16b'), DRUPAL("fa-drupal", '\uf1a9'), EDGE("fa-edge", '\uf282'), EDIT("fa-edit", '\uf044'), EERCAST("fa-eercast", '\uf2da'), EJECT("fa-eject", '\uf052'), ELLIPSIS_H("fa-ellipsis-h", '\uf141'), ELLIPSIS_V("fa-ellipsis-v", '\uf142'), EMPIRE("fa-empire", '\uf1d1'), ENVELOPE("fa-envelope", '\uf0e0'), ENVELOPE_O("fa-envelope-o", '\uf003'), ENVELOPE_OPEN("fa-envelope-open", '\uf2b6'), ENVELOPE_OPEN_O("fa-envelope-open-o", '\uf2b7'), ENVELOPE_SQUARE("fa-envelope-square", '\uf199'), ENVIRA("fa-envira", '\uf299'), ERASER("fa-eraser", '\uf12d'), ETSY("fa-etsy", '\uf2d7'), EUR("fa-eur", '\uf153'), EURO("fa-euro", '\uf153'), EXCHANGE("fa-exchange", '\uf0ec'), EXCLAMATION("fa-exclamation", '\uf12a'), EXCLAMATION_CIRCLE("fa-exclamation-circle", '\uf06a'), EXCLAMATION_TRIANGLE("fa-exclamation-triangle", '\uf071'), EXPAND("fa-expand", '\uf065'), EXPEDITEDSSL("fa-expeditedssl", '\uf23e'), EXTERNAL_LINK("fa-external-link", '\uf08e'), EXTERNAL_LINK_SQUARE("fa-external-link-square", '\uf14c'), EYE("fa-eye", '\uf06e'), EYEDROPPER("fa-eyedropper", '\uf1fb'), EYE_SLASH("fa-eye-slash", '\uf070'), FA("fa-fa", '\uf2b4'), FACEBOOK("fa-facebook", '\uf09a'), FACEBOOK_F("fa-facebook-f", '\uf09a'), FACEBOOK_OFFICIAL("fa-facebook-official", '\uf230'), FACEBOOK_SQUARE("fa-facebook-square", '\uf082'), FAST_BACKWARD("fa-fast-backward", '\uf049'), FAST_FORWARD("fa-fast-forward", '\uf050'), FAX("fa-fax", '\uf1ac'), FA_500PX("fa-500px", '\uf26e'), FEMALE("fa-female", '\uf182'), FIGHTER_JET("fa-fighter-jet", '\uf0fb'), FILE("fa-file", '\uf15b'), FILES_O("fa-files-o", '\uf0c5'), FILE_ARCHIVE_O("fa-file-archive-o", '\uf1c6'), FILE_AUDIO_O("fa-file-audio-o", '\uf1c7'), FILE_CODE_O("fa-file-code-o", '\uf1c9'), FILE_EXCEL_O("fa-file-excel-o", '\uf1c3'), FILE_IMAGE_O("fa-file-image-o", '\uf1c5'), FILE_MOVIE_O("fa-file-movie-o", '\uf1c8'), FILE_O("fa-file-o", '\uf016'), FILE_PDF_O("fa-file-pdf-o", '\uf1c1'), FILE_PHOTO_O("fa-file-photo-o", '\uf1c5'), FILE_PICTURE_O("fa-file-picture-o", '\uf1c5'), FILE_POWERPOINT_O("fa-file-powerpoint-o", '\uf1c4'), FILE_SOUND_O("fa-file-sound-o", '\uf1c7'), FILE_TEXT("fa-file-text", '\uf15c'), FILE_TEXT_O("fa-file-text-o", '\uf0f6'), FILE_VIDEO_O("fa-file-video-o", '\uf1c8'), FILE_WORD_O("fa-file-word-o", '\uf1c2'), FILE_ZIP_O("fa-file-zip-o", '\uf1c6'), FILM("fa-film", '\uf008'), FILTER("fa-filter", '\uf0b0'), FIRE("fa-fire", '\uf06d'), FIREFOX("fa-firefox", '\uf269'), FIRE_EXTINGUISHER("fa-fire-extinguisher", '\uf134'), FIRST_ORDER("fa-first-order", '\uf2b0'), FLAG("fa-flag", '\uf024'), FLAG_CHECKERED("fa-flag-checkered", '\uf11e'), FLAG_O("fa-flag-o", '\uf11d'), FLASH("fa-flash", '\uf0e7'), FLASK("fa-flask", '\uf0c3'), FLICKR("fa-flickr", '\uf16e'), FLOPPY_O("fa-floppy-o", '\uf0c7'), FOLDER("fa-folder", '\uf07b'), FOLDER_O("fa-folder-o", '\uf114'), FOLDER_OPEN("fa-folder-open", '\uf07c'), FOLDER_OPEN_O("fa-folder-open-o", '\uf115'), FONT("fa-font", '\uf031'), FONTICONS("fa-fonticons", '\uf280'), FONT_AWESOME("fa-font-awesome", '\uf2b4'), FORT_AWESOME("fa-fort-awesome", '\uf286'), FORUMBEE("fa-forumbee", '\uf211'), FORWARD("fa-forward", '\uf04e'), FOURSQUARE("fa-foursquare", '\uf180'), FREE_CODE_CAMP("fa-free-code-camp", '\uf2c5'), FROWN_O("fa-frown-o", '\uf119'), FUTBOL_O("fa-futbol-o", '\uf1e3'), GAMEPAD("fa-gamepad", '\uf11b'), GAVEL("fa-gavel", '\uf0e3'), GBP("fa-gbp", '\uf154'), GE("fa-ge", '\uf1d1'), GEAR("fa-gear", '\uf013'), GEARS("fa-gears", '\uf085'), GENDERLESS("fa-genderless", '\uf1db'), GET_POCKET("fa-get-pocket", '\uf265'), GG("fa-gg", '\uf260'), GG_CIRCLE("fa-gg-circle", '\uf261'), GIFT("fa-gift", '\uf06b'), GIT("fa-git", '\uf1d3'), GITHUB("fa-github", '\uf09b'), GITHUB_ALT("fa-github-alt", '\uf113'), GITHUB_SQUARE("fa-github-square", '\uf092'), GITLAB("fa-gitlab", '\uf296'), GITTIP("fa-gittip", '\uf184'), GIT_SQUARE("fa-git-square", '\uf1d2'), GLASS("fa-glass", '\uf000'), GLIDE("fa-glide", '\uf2a5'), GLIDE_G("fa-glide-g", '\uf2a6'), GLOBE("fa-globe", '\uf0ac'), GOOGLE("fa-google", '\uf1a0'), GOOGLE_PLUS("fa-google-plus", '\uf0d5'), GOOGLE_PLUST_CIRCLE("fa-google-plus-circle", '\uf2b3'), GOOGLE_PLUST_OFFICIAL("fa-google-plus-official", '\uf2b3'), GOOGLE_PLUS_SQUARE("fa-google-plus-square", '\uf0d4'), GOOGLE_WALLET("fa-google-wallet", '\uf1ee'), GRADUATION_CAP("fa-graduation-cap", '\uf19d'), GRATIPAY("fa-gratipay", '\uf184'), GRAV("fa-grav", '\uf2d6'), GROUP("fa-group", '\uf0c0'), HACKER_NEWS("fa-hacker-news", '\uf1d4'), HANDSHAKE_O("fa-handshake-o", '\uf2b5'), HAND_GRAB_O("fa-hand-grab-o", '\uf255'), HAND_LIZARD_O("fa-hand-lizard-o", '\uf258'), HAND_O_DOWN("fa-hand-o-down", '\uf0a7'), HAND_O_LEFT("fa-hand-o-left", '\uf0a5'), HAND_O_RIGHT("fa-hand-o-right", '\uf0a4'), HAND_O_UP("fa-hand-o-up", '\uf0a6'), HAND_PAPER_O("fa-hand-paper-o", '\uf256'), HAND_PEACE_O("fa-hand-peace-o", '\uf25b'), HAND_POINTER_O("fa-hand-pointer-o", '\uf25a'), HAND_ROCK_O("fa-hand-rock-o", '\uf255'), HAND_SCISSORS_O("fa-hand-scissors-o", '\uf257'), HAND_SPOCK_O("fa-hand-spock-o", '\uf259'), HAND_STOP_O("fa-hand-stop-o", '\uf256'), HARD_OF_HEARING("fa-hard-of-hearing", '\uf2a4'), HASHTAG("fa-hashtag", '\uf292'), HDD_O("fa-hdd-o", '\uf0a0'), HEADER("fa-header", '\uf1dc'), HEADPHONES("fa-headphones", '\uf025'), HEART("fa-heart", '\uf004'), HEARTBEAT("fa-heartbeat", '\uf21e'), HEART_O("fa-heart-o", '\uf08a'), HISTORY("fa-history", '\uf1da'), HOME("fa-home", '\uf015'), HOSPITAL_O("fa-hospital-o", '\uf0f8'), HOTEL("fa-hotel", '\uf236'), HOURGLASS("fa-hourglass", '\uf254'), HOURGLASS_1("fa-hourglass-1", '\uf251'), HOURGLASS_2("fa-hourglass-2", '\uf252'), HOURGLASS_3("fa-hourglass-3", '\uf253'), HOURGLASS_END("fa-hourglass-end", '\uf253'), HOURGLASS_HALF("fa-hourglass-half", '\uf252'), HOURGLASS_O("fa-hourglass-o", '\uf250'), HOURGLASS_START("fa-hourglass-start", '\uf251'), HOUZZ("fa-houzz", '\uf27c'), HTML5("fa-html5", '\uf13b'), H_SQUARE("fa-h-square", '\uf0fd'), ID_BADGE("fa-id-badge", '\uf2c1'), ID_CARD("fa-id-card", '\uf2c2'), ID_CARD_O("fa-id-card-o", '\uf2c3'), ILS("fa-ils", '\uf20b'), IMAGE("fa-image", '\uf03e'), IMDB("fa-imdb", '\uf2d8'), INBOX("fa-inbox", '\uf01c'), INDENT("fa-indent", '\uf03c'), INDUSTRY("fa-industry", '\uf275'), INFO("fa-info", '\uf129'), INFO_CIRCLE("fa-info-circle", '\uf05a'), INR("fa-inr", '\uf156'), INSTAGRAM("fa-instagram", '\uf16d'), INSTITUTION("fa-institution", '\uf19c'), INTERNET_EXPLORER("fa-internet-explorer", '\uf26b'), IOXHOST("fa-ioxhost", '\uf208'), ITALIC("fa-italic", '\uf033'), I_CURSOR("fa-i-cursor", '\uf246'), JOOMLA("fa-joomla", '\uf1aa'), JPY("fa-jpy", '\uf157'), JSFIDDLE("fa-jsfiddle", '\uf1cc'), KEY("fa-key", '\uf084'), KEYBOARD_O("fa-keyboard-o", '\uf11c'), KRW("fa-krw", '\uf159'), LANGUAGE("fa-language", '\uf1ab'), LAPTOP("fa-laptop", '\uf109'), LASTFM("fa-lastfm", '\uf202'), LASTFM_SQUARE("fa-lastfm-square", '\uf203'), LEAF("fa-leaf", '\uf06c'), LEANPUB("fa-leanpub", '\uf212'), LEGAL("fa-legal", '\uf0e3'), LEMON_O("fa-lemon-o", '\uf094'), LEVEL_DOWN("fa-level-down", '\uf149'), LEVEL_UP("fa-level-up", '\uf148'), LIFE_BOUY("fa-life-bouy", '\uf1cd'), LIFE_BUOY("fa-life-buoy", '\uf1cd'), LIFE_RING("fa-life-ring", '\uf1cd'), LIFE_SAVER("fa-life-saver", '\uf1cd'), LIGHTBULB_O("fa-lightbulb-o", '\uf0eb'), LINE_CHART("fa-line-chart", '\uf201'), LINK("fa-link", '\uf0c1'), LINKEDIN("fa-linkedin", '\uf0e1'), LINKEDIN_SQUARE("fa-linkedin-square", '\uf08c'), LINODE("fa-linode", '\uf2b8'), LINUX("fa-linux", '\uf17c'), LIST("fa-list", '\uf03a'), LIST_ALT("fa-list-alt", '\uf022'), LIST_OL("fa-list-ol", '\uf0cb'), LIST_UL("fa-list-ul", '\uf0ca'), LOCATION_ARROW("fa-location-arrow", '\uf124'), LOCK("fa-lock", '\uf023'), LONG_ARROW_DOWN("fa-long-arrow-down", '\uf175'), LONG_ARROW_LEFT("fa-long-arrow-left", '\uf177'), LONG_ARROW_RIGHT("fa-long-arrow-right", '\uf178'), LONG_ARROW_UP("fa-long-arrow-up", '\uf176'), LOW_VISION("fa-low-vision", '\uf2a8'), MAGIC("fa-magic", '\uf0d0'), MAGNET("fa-magnet", '\uf076'), MAIL_FORWARD("fa-mail-forward", '\uf064'), MAIL_REPLY("fa-mail-reply", '\uf112'), MAIL_REPLY_ALL("fa-mail-reply-all", '\uf122'), MALE("fa-male", '\uf183'), MAP("fa-map", '\uf279'), MAP_MARKER("fa-map-marker", '\uf041'), MAP_O("fa-map-o", '\uf278'), MAP_PIN("fa-map-pin", '\uf276'), MAP_SIGNS("fa-map-signs", '\uf277'), MARS("fa-mars", '\uf222'), MARS_DOUBLE("fa-mars-double", '\uf227'), MARS_STROKE("fa-mars-stroke", '\uf229'), MARS_STROKE_H("fa-mars-stroke-h", '\uf22b'), MARS_STROKE_V("fa-mars-stroke-v", '\uf22a'), MAXCDN("fa-maxcdn", '\uf136'), MEANPATH("fa-meanpath", '\uf20c'), MEDIUM("fa-medium", '\uf23a'), MEDKIT("fa-medkit", '\uf0fa'), MEETUP("fa-meetup", '\uf2e0'), MEH_O("fa-meh-o", '\uf11a'), MERCURY("fa-mercury", '\uf223'), MICROCHIP("fa-microchip", '\uf2db'), MICROPHONE("fa-microphone", '\uf130'), MICROPHONE_SLASH("fa-microphone-slash", '\uf131'), MINUS("fa-minus", '\uf068'), MINUS_CIRCLE("fa-minus-circle", '\uf056'), MINUS_SQUARE("fa-minus-square", '\uf146'), MINUS_SQUARE_O("fa-minus-square-o", '\uf147'), MIXCLOUD("fa-mixcloud", '\uf289'), MOBILE("fa-mobile", '\uf10b'), MOBILE_PHONE("fa-mobile-phone", '\uf10b'), MODX("fa-modx", '\uf285'), MONEY("fa-money", '\uf0d6'), MOON_O("fa-moon-o", '\uf186'), MORTAR_BOARD("fa-mortar-board", '\uf19d'), MOTORCYCLE("fa-motorcycle", '\uf21c'), MOUSE_POINTER("fa-mouse-pointer", '\uf245'), MUSIC("fa-music", '\uf001'), NAVICON("fa-navicon", '\uf0c9'), NEUTER("fa-neuter", '\uf22c'), NEWSPAPER_O("fa-newspaper-o", '\uf1ea'), OBJECT_GROUP("fa-object-group", '\uf247'), OBJECT_UNGROUP("fa-object-ungroup", '\uf248'), ODNOKLASSNIKI("fa-odnoklassniki", '\uf263'), ODNOKLASSNIKI_SQUARE("fa-odnoklassniki-square", '\uf264'), OPENCART("fa-opencart", '\uf23d'), OPENID("fa-openid", '\uf19b'), OPERA("fa-opera", '\uf26a'), OPTIN_MONSTER("fa-optin-monster", '\uf23c'), OUTDENT("fa-outdent", '\uf03b'), PAGELINES("fa-pagelines", '\uf18c'), PAINT_BRUSH("fa-paint-brush", '\uf1fc'), PAPERCLIP("fa-paperclip", '\uf0c6'), PAPER_PLANE("fa-paper-plane", '\uf1d8'), PAPER_PLANE_O("fa-paper-plane-o", '\uf1d9'), PARAGRAPH("fa-paragraph", '\uf1dd'), PASTE("fa-paste", '\uf0ea'), PAUSE("fa-pause", '\uf04c'), PAUSE_CIRCLE("fa-pause-circle", '\uf28b'), PAUSE_CIRCLE_O("fa-pause-circle-o", '\uf28c'), PAW("fa-paw", '\uf1b0'), PAYPAL("fa-paypal", '\uf1ed'), PENCIL("fa-pencil", '\uf040'), PENCIL_SQUARE("fa-pencil-square", '\uf14b'), PENCIL_SQUARE_O("fa-pencil-square-o", '\uf044'), PERCENT("fa-percent", '\uf295'), PHONE("fa-phone", '\uf095'), PHONE_SQUARE("fa-phone-square", '\uf098'), PHOTO("fa-photo", '\uf03e'), PICTURE_O("fa-picture-o", '\uf03e'), PIED_PIPER("fa-pied-piper", '\uf2ae'), PIED_PIPER_ALT("fa-pied-piper-alt", '\uf1a8'), PIED_PIPER_PP("fa-pied-piper-pp", '\uf1a7'), PIE_CHART("fa-pie-chart", '\uf200'), PINTEREST("fa-pinterest", '\uf0d2'), PINTEREST_P("fa-pinterest-p", '\uf231'), PINTEREST_SQUARE("fa-pinterest-square", '\uf0d3'), PLANE("fa-plane", '\uf072'), PLAY("fa-play", '\uf04b'), PLAY_CIRCLE("fa-play-circle", '\uf144'), PLAY_CIRCLE_O("fa-play-circle-o", '\uf01d'), PLUG("fa-plug", '\uf1e6'), PLUS("fa-plus", '\uf067'), PLUS_CIRCLE("fa-plus-circle", '\uf055'), PLUS_SQUARE("fa-plus-square", '\uf0fe'), PLUS_SQUARE_O("fa-plus-square-o", '\uf196'), PODCAST("fa-podcast", '\uf2ce'), POWER_OFF("fa-power-off", '\uf011'), PRINT("fa-print", '\uf02f'), PRODUCT_HUNT("fa-product-hunt", '\uf288'), PUZZLE_PIECE("fa-puzzle-piece", '\uf12e'), QQ("fa-qq", '\uf1d6'), QRCODE("fa-qrcode", '\uf029'), QUESTION("fa-question", '\uf128'), QUESTION_CIRCLE("fa-question-circle", '\uf059'), QUESTION_CIRCLE_O("fa-question-circle-o", '\uf29c'), QUORA("fa-quora", '\uf2c4'), QUOTE_LEFT("fa-quote-left", '\uf10d'), QUOTE_RIGHT("fa-quote-right", '\uf10e'), RA("fa-ra", '\uf1d0'), RANDOM("fa-random", '\uf074'), RAVELRY("fa-ravelry", '\uf2d9'), REBEL("fa-rebel", '\uf1d0'), RECYCLE("fa-recycle", '\uf1b8'), REDDIT("fa-reddit", '\uf1a1'), REDDIT_ALIEN("fa-reddit-alien", '\uf281'), REDDIT_SQUARE("fa-reddit-square", '\uf1a2'), REFRESH("fa-refresh", '\uf021'), REGISTERED("fa-registered", '\uf25d'), REMOVE("fa-remove", '\uf00d'), RENREN("fa-renren", '\uf18b'), REORDER("fa-reorder", '\uf0c9'), REPEAT("fa-repeat", '\uf01e'), REPLY("fa-reply", '\uf112'), REPLY_ALL("fa-reply-all", '\uf122'), RESISTANCE("fa-resistance", '\uf1d0'), RETWEET("fa-retweet", '\uf079'), RMB("fa-rmb", '\uf157'), ROAD("fa-road", '\uf018'), ROCKET("fa-rocket", '\uf135'), ROTATE_LEFT("fa-rotate-left", '\uf0e2'), ROTATE_RIGHT("fa-rotate-right", '\uf01e'), ROUBLE("fa-rouble", '\uf158'), RSS("fa-rss", '\uf09e'), RSS_SQUARE("fa-rss-square", '\uf143'), RUB("fa-rub", '\uf158'), RUBLE("fa-ruble", '\uf158'), RUPEE("fa-rupee", '\uf156'), S15("fa-s15", '\uf2cd'), SAFARI("fa-safari", '\uf267'), SAVE("fa-save", '\uf0c7'), SCISSORS("fa-scissors", '\uf0c4'), SCRIBD("fa-scribd", '\uf28a'), SEARCH("fa-search", '\uf002'), SEARCH_MINUS("fa-search-minus", '\uf010'), SEARCH_PLUS("fa-search-plus", '\uf00e'), SELLSY("fa-sellsy", '\uf213'), SEND("fa-send", '\uf1d8'), SEND_O("fa-send-o", '\uf1d9'), SERVER("fa-server", '\uf233'), SHARE("fa-share", '\uf064'), SHARE_ALT("fa-share-alt", '\uf1e0'), SHARE_ALT_SQUARE("fa-share-alt-square", '\uf1e1'), SHARE_SQUARE("fa-share-square", '\uf14d'), SHARE_SQUARE_O("fa-share-square-o", '\uf045'), SHEKEL("fa-shekel", '\uf20b'), SHEQEL("fa-sheqel", '\uf20b'), SHIELD("fa-shield", '\uf132'), SHIP("fa-ship", '\uf21a'), SHIRTSINBULK("fa-shirtsinbulk", '\uf214'), SHOPPING_BAG("fa-shopping-bag", '\uf290'), SHOPPING_BASKET("fa-shopping-basket", '\uf291'), SHOPPING_CART("fa-shopping-cart", '\uf07a'), SHOWER("fa-shower", '\uf2cc'), SIGNAL("fa-signal", '\uf012'), SIGNING("fa-signing", '\uf2a7'), SIGN_IN("fa-sign-in", '\uf090'), SIGN_LANGUAGE("fa-sign-language", '\uf2a7'), SIGN_OUT("fa-sign-out", '\uf08b'), SIMPLYBUILT("fa-simplybuilt", '\uf215'), SITEMAP("fa-sitemap", '\uf0e8'), SKYATLAS("fa-skyatlas", '\uf216'), SKYPE("fa-skype", '\uf17e'), SLACK("fa-slack", '\uf198'), SLIDERS("fa-sliders", '\uf1de'), SLIDESHARE("fa-slideshare", '\uf1e7'), SMILE_O("fa-smile-o", '\uf118'), SNAPCHAT("fa-snapchat", '\uf2ab'), SNAPCHAT_GHOST("fa-snapchat-ghost", '\uf2ac'), SNAPCHAT_SQUARE("fa-snapchat-square", '\uf2ad'), SNOWFLAKE_O("fa-snowflake-o", '\uf2dc'), SOCCER_BALL_O("fa-soccer-ball-o", '\uf1e3'), SORT("fa-sort", '\uf0dc'), SORT_ALPHA_ASC("fa-sort-alpha-asc", '\uf15d'), SORT_ALPHA_DESC("fa-sort-alpha-desc", '\uf15e'), SORT_AMOUNT_ASC("fa-sort-amount-asc", '\uf160'), SORT_AMOUNT_DESC("fa-sort-amount-desc", '\uf161'), SORT_ASC("fa-sort-asc", '\uf0de'), SORT_DESC("fa-sort-desc", '\uf0dd'), SORT_DOWN("fa-sort-down", '\uf0dd'), SORT_NUMERIC_ASC("fa-sort-numeric-asc", '\uf162'), SORT_NUMERIC_DESC("fa-sort-numeric-desc", '\uf163'), SORT_UP("fa-sort-up", '\uf0de'), SOUNDCLOUD("fa-soundcloud", '\uf1be'), SPACE_SHUTTLE("fa-space-shuttle", '\uf197'), SPINNER("fa-spinner", '\uf110'), SPOON("fa-spoon", '\uf1b1'), SPOTIFY("fa-spotify", '\uf1bc'), SQUARE("fa-square", '\uf0c8'), SQUARE_O("fa-square-o", '\uf096'), STACK_EXCHANGE("fa-stack-exchange", '\uf18d'), STACK_OVERFLOW("fa-stack-overflow", '\uf16c'), STAR("fa-star", '\uf005'), STAR_HALF("fa-star-half", '\uf089'), STAR_HALF_EMPTY("fa-star-half-empty", '\uf123'), STAR_HALF_FULL("fa-star-half-full", '\uf123'), STAR_HALF_O("fa-star-half-o", '\uf123'), STAR_O("fa-star-o", '\uf006'), STEAM("fa-steam", '\uf1b6'), STEAM_SQUARE("fa-steam-square", '\uf1b7'), STEP_BACKWARD("fa-step-backward", '\uf048'), STEP_FORWARD("fa-step-forward", '\uf051'), STETHOSCOPE("fa-stethoscope", '\uf0f1'), STICKY_NOTE("fa-sticky-note", '\uf249'), STICKY_NOTE_O("fa-sticky-note-o", '\uf24a'), STOP("fa-stop", '\uf04d'), STOP_CIRCLE("fa-stop-circle", '\uf28d'), STOP_CIRCLE_O("fa-stop-circle-o", '\uf28e'), STREET_VIEW("fa-street-view", '\uf21d'), STRIKETHROUGH("fa-strikethrough", '\uf0cc'), STUMBLEUPON("fa-stumbleupon", '\uf1a4'), STUMBLEUPON_CIRCLE("fa-stumbleupon-circle", '\uf1a3'), SUBSCRIPT("fa-subscript", '\uf12c'), SUBWAY("fa-subway", '\uf239'), SUITCASE("fa-suitcase", '\uf0f2'), SUN_O("fa-sun-o", '\uf185'), SUPERPOWERS("fa-superpowers", '\uf2dd'), SUPERSCRIPT("fa-superscript", '\uf12b'), SUPPORT("fa-support", '\uf1cd'), TABLE("fa-table", '\uf0ce'), TABLET("fa-tablet", '\uf10a'), TACHOMETER("fa-tachometer", '\uf0e4'), TAG("fa-tag", '\uf02b'), TAGS("fa-tags", '\uf02c'), TASKS("fa-tasks", '\uf0ae'), TAXI("fa-taxi", '\uf1ba'), TELEGRAM("fa-telegram", '\uf2c6'), TELEVISION("fa-television", '\uf26c'), TENCENT_WEIBO("fa-tencent-weibo", '\uf1d5'), TERMINAL("fa-terminal", '\uf120'), TEXT_HEIGHT("fa-text-height", '\uf034'), TEXT_WIDTH("fa-text-width", '\uf035'), TH("fa-th", '\uf00a'), THEMEISLE("fa-themeisle", '\uf2b2'), THERMOMETER("fa-thermometer", '\uf2c7'), THERMOMETER_0("fa-thermometer-0", '\uf2cb'), THERMOMETER_1("fa-thermometer-1", '\uf2ca'), THERMOMETER_2("fa-thermometer-2", '\uf2c9'), THERMOMETER_3("fa-thermometer-3", '\uf2c8'), THERMOMETER_4("fa-thermometer-4", '\uf2c7'), THERMOMETER_EMPTY("fa-thermometer-empty", '\uf2cb'), THERMOMETER_FULL("fa-thermometer-full", '\uf2c7'), THERMOMETER_HALF("fa-thermometer-half", '\uf2c9'), THERMOMETER_QUARTER("fa-thermometer-quarter", '\uf2ca'), THERMOMETER_THREE_QUARTERS("fa-thermometer-three-quarters", '\uf2c8'), THUMBS_DOWN("fa-thumbs-down", '\uf165'), THUMBS_O_DOWN("fa-thumbs-o-down", '\uf088'), THUMBS_O_UP("fa-thumbs-o-up", '\uf087'), THUMBS_UP("fa-thumbs-up", '\uf164'), THUMB_TACK("fa-thumb-tack", '\uf08d'), TH_LARGE("fa-th-large", '\uf009'), TH_LIST("fa-th-list", '\uf00b'), TICKET("fa-ticket", '\uf145'), TIMES("fa-times", '\uf00d'), TIMES_CIRCLE("fa-times-circle", '\uf057'), TIMES_CIRCLE_O("fa-times-circle-o", '\uf05c'), TIMES_RECTANGLE("fa-times-rectangle:", '\uf2d3'), TIMES_RECTANGLE_O("fa-times-rectangle-o", '\uf2d4'), TINT("fa-tint", '\uf043'), TOGGLE_DOWN("fa-toggle-down", '\uf150'), TOGGLE_LEFT("fa-toggle-left", '\uf191'), TOGGLE_OFF("fa-toggle-off", '\uf204'), TOGGLE_ON("fa-toggle-on", '\uf205'), TOGGLE_RIGHT("fa-toggle-right", '\uf152'), TOGGLE_UP("fa-toggle-up", '\uf151'), TRADEMARK("fa-trademark", '\uf25c'), TRAIN("fa-train", '\uf238'), TRANSGENDER("fa-transgender", '\uf224'), TRANSGENDER_ALT("fa-transgender-alt", '\uf225'), TRASH("fa-trash", '\uf1f8'), TRASH_O("fa-trash-o", '\uf014'), TREE("fa-tree", '\uf1bb'), TRELLO("fa-trello", '\uf181'), TRIPADVISOR("fa-tripadvisor", '\uf262'), TROPHY("fa-trophy", '\uf091'), TRUCK("fa-truck", '\uf0d1'), TRY("fa-try", '\uf195'), TTY("fa-tty", '\uf1e4'), TUMBLR("fa-tumblr", '\uf173'), TUMBLR_SQUARE("fa-tumblr-square", '\uf174'), TURKISH_LIRA("fa-turkish-lira", '\uf195'), TV("fa-tv", '\uf26c'), TWITCH("fa-twitch", '\uf1e8'), TWITTER("fa-twitter", '\uf099'), TWITTER_SQUARE("fa-twitter-square", '\uf081'), UMBRELLA("fa-umbrella", '\uf0e9'), UNDERLINE("fa-underline", '\uf0cd'), UNDO("fa-undo", '\uf0e2'), UNIVERSAL_ACCESS("fa-universal-access", '\uf29a'), UNIVERSITY("fa-university", '\uf19c'), UNLINK("fa-unlink", '\uf127'), UNLOCK("fa-unlock", '\uf09c'), UNLOCK_ALT("fa-unlock-alt", '\uf13e'), UNSORTED("fa-unsorted", '\uf0dc'), UPLOAD("fa-upload", '\uf093'), USB("fa-usb", '\uf287'), USD("fa-usd", '\uf155'), USER("fa-user", '\uf007'), USERS("fa-users", '\uf0c0'), USER_CIRCLE("fa-user-circle", '\uf2bd'), USER_CIRCLE_O("fa-user-circle-o", '\uf2be'), USER_MD("fa-user-md", '\uf0f0'), USER_O("fa-user-o", '\uf2c0'), USER_PLUS("fa-user-plus", '\uf234'), USER_SECRET("fa-user-secret", '\uf21b'), USER_TIMES("fa-user-times", '\uf235'), VCARD("fa-vcard", '\uf2bb'), VCARD_O("fa-vcard-o", '\uf2bc'), VENUS("fa-venus", '\uf221'), VENUS_DOUBLE("fa-venus-double", '\uf226'), VENUS_MARS("fa-venus-mars", '\uf228'), VIACOIN("fa-viacoin", '\uf237'), VIADEO("fa-viadeo", '\uf2a9'), VIADEO_SQUARE("fa-viadeo-square", '\uf2aa'), VIDEO_CAMERA("fa-video-camera", '\uf03d'), VIMEO("fa-vimeo", '\uf27d'), VIMEO_SQUARE("fa-vimeo-square", '\uf194'), VINE("fa-vine", '\uf1ca'), VK("fa-vk", '\uf189'), VOLUME_CONTROL_PHONE("fa-volume-control-phone", '\uf2a0'), VOLUME_DOWN("fa-volume-down", '\uf027'), VOLUME_OFF("fa-volume-off", '\uf026'), VOLUME_UP("fa-volume-up", '\uf028'), WARNING("fa-warning", '\uf071'), WECHAT("fa-wechat", '\uf1d7'), WEIBO("fa-weibo", '\uf18a'), WEIXIN("fa-weixin", '\uf1d7'), WHATSAPP("fa-whatsapp", '\uf232'), WHEELCHAIR("fa-wheelchair", '\uf193'), WHEELCHAIR_ALT("fa-wheelchair-alt", '\uf29b'), WIFI("fa-wifi", '\uf1eb'), WIKIPEDIA_W("fa-wikipedia-w", '\uf266'), WINDOWS("fa-windows", '\uf17a'), WINDOW_CLOSE("fa-window-close", '\uf2d3'), WINDOW_CLOSE_O("fa-window-close-o", '\uf2d4'), WINDOW_MAXIMIZE("fa-window-maximize", '\uf2d0'), WINDOW_MINIMIZE("fa-window-minimize", '\uf2d1'), WINDOW_RESTORE("fa-window-restore", '\uf2d2'), WON("fa-won", '\uf159'), WORDPRESS("fa-wordpress", '\uf19a'), WPBEGINNER("fa-wpbeginner", '\uf297'), WPEXPLORER("fa-wpexplorer", '\uf2de'), WPFORMS("fa-wpforms", '\uf298'), WRENCH("fa-wrench", '\uf0ad'), XING("fa-xing", '\uf168'), XING_SQUARE("fa-xing-square", '\uf169'), YAHOO("fa-yahoo", '\uf19e'), YC("fa-yc", '\uf23b'), YELP("fa-yelp", '\uf1e9'), YEN("fa-yen", '\uf157'), YOAST("fa-yoast", '\uf2b1'), YOUTUBE("fa-youtube", '\uf167'), YOUTUBE_PLAY("fa-youtube-play", '\uf16a'), YOUTUBE_SQUARE("fa-youtube-square", '\uf166'), Y_COMBINATOR("fa-y-combinator", '\uf23b'); public static FontAwesome findByDescription(String description) { for (FontAwesome font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FontAwesome(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontawesome-pack/src/main/java/org/kordamp/ikonli/fontawesome/FontAwesomeIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontAwesomeIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontawesome/4.7.0/fonts/fontawesome-webfont.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fa-"); } @Override public Ikon resolve(String description) { return FontAwesome.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "FontAwesome"; } } ================================================ FILE: icon-packs/ikonli-fontawesome-pack/src/main/java/org/kordamp/ikonli/fontawesome/FontAwesomeIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FontAwesomeIkonProvider implements IkonProvider { @Override public Class getIkon() { return FontAwesome.class; } } ================================================ FILE: icon-packs/ikonli-fontawesome-pack/src/main/resources/META-INF/resources/fontawesome/4.7.0/css/font-awesome.css ================================================ /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* makes the font 33% larger relative to the icon container */ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eeeeee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /* Deprecated as of 4.4.0 */ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #ffffff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/ikonli-fontawesome5-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.fontawesome5 { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.fontawesome5; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.fontawesome5.FontAwesomeBrandsIkonHandler, org.kordamp.ikonli.fontawesome5.FontAwesomeRegularIkonHandler, org.kordamp.ikonli.fontawesome5.FontAwesomeSolidIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.fontawesome5.FontAwesomeBrandsIkonProvider, org.kordamp.ikonli.fontawesome5.FontAwesomeRegularIkonProvider, org.kordamp.ikonli.fontawesome5.FontAwesomeSolidIkonProvider; } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeBrands.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FontAwesomeBrands implements Ikon { ACCESSIBLE_ICON("fab-accessible-icon", '\uf368'), ACCUSOFT("fab-accusoft", '\uf369'), ACQUISITIONS_INCORPORATED("fab-acquisitions-incorporated", '\uf6af'), ADN("fab-adn", '\uf170'), ADVERSAL("fab-adversal", '\uf36a'), AFFILIATETHEME("fab-affiliatetheme", '\uf36b'), AIRBNB("fab-airbnb", '\uf834'), ALGOLIA("fab-algolia", '\uf36c'), ALIPAY("fab-alipay", '\uf642'), AMAZON("fab-amazon", '\uf270'), AMAZON_PAY("fab-amazon-pay", '\uf42c'), AMILIA("fab-amilia", '\uf36d'), ANDROID("fab-android", '\uf17b'), ANGELLIST("fab-angellist", '\uf209'), ANGRYCREATIVE("fab-angrycreative", '\uf36e'), ANGULAR("fab-angular", '\uf420'), APPER("fab-apper", '\uf371'), APPLE("fab-apple", '\uf179'), APPLE_PAY("fab-apple-pay", '\uf415'), APP_STORE("fab-app-store", '\uf36f'), APP_STORE_IOS("fab-app-store-ios", '\uf370'), ARTSTATION("fab-artstation", '\uf77a'), ASYMMETRIK("fab-asymmetrik", '\uf372'), ATLASSIAN("fab-atlassian", '\uf77b'), AUDIBLE("fab-audible", '\uf373'), AUTOPREFIXER("fab-autoprefixer", '\uf41c'), AVIANEX("fab-avianex", '\uf374'), AVIATO("fab-aviato", '\uf421'), AWS("fab-aws", '\uf375'), BANDCAMP("fab-bandcamp", '\uf2d5'), BATTLE_NET("fab-battle-net", '\uf835'), BEHANCE("fab-behance", '\uf1b4'), BEHANCE_SQUARE("fab-behance-square", '\uf1b5'), BIMOBJECT("fab-bimobject", '\uf378'), BITBUCKET("fab-bitbucket", '\uf171'), BITCOIN("fab-bitcoin", '\uf379'), BITY("fab-bity", '\uf37a'), BLACKBERRY("fab-blackberry", '\uf37b'), BLACK_TIE("fab-black-tie", '\uf27e'), BLOGGER("fab-blogger", '\uf37c'), BLOGGER_B("fab-blogger-b", '\uf37d'), BLUETOOTH("fab-bluetooth", '\uf293'), BLUETOOTH_B("fab-bluetooth-b", '\uf294'), BOOTSTRAP("fab-bootstrap", '\uf836'), BTC("fab-btc", '\uf15a'), BUFFER("fab-buffer", '\uf837'), BUROMOBELEXPERTE("fab-buromobelexperte", '\uf37f'), BUYSELLADS("fab-buysellads", '\uf20d'), BUY_N_LARGE("fab-buy-n-large", '\uf8a6'), CANADIAN_MAPLE_LEAF("fab-canadian-maple-leaf", '\uf785'), CC_AMAZON_PAY("fab-cc-amazon-pay", '\uf42d'), CC_AMEX("fab-cc-amex", '\uf1f3'), CC_APPLE_PAY("fab-cc-apple-pay", '\uf416'), CC_DINERS_CLUB("fab-cc-diners-club", '\uf24c'), CC_DISCOVER("fab-cc-discover", '\uf1f2'), CC_JCB("fab-cc-jcb", '\uf24b'), CC_MASTERCARD("fab-cc-mastercard", '\uf1f1'), CC_PAYPAL("fab-cc-paypal", '\uf1f4'), CC_STRIPE("fab-cc-stripe", '\uf1f5'), CC_VISA("fab-cc-visa", '\uf1f0'), CENTERCODE("fab-centercode", '\uf380'), CENTOS("fab-centos", '\uf789'), CHROME("fab-chrome", '\uf268'), CHROMECAST("fab-chromecast", '\uf838'), CLOUDFARE("fab-cloudfare", '\ue07d'), CLOUDSCALE("fab-cloudscale", '\uf383'), CLOUDSMITH("fab-cloudsmith", '\uf384'), CLOUDVERSIFY("fab-cloudversify", '\uf385'), CODEPEN("fab-codepen", '\uf1cb'), CODIEPIE("fab-codiepie", '\uf284'), CONFLUENCE("fab-confluence", '\uf78d'), CONNECTDEVELOP("fab-connectdevelop", '\uf20e'), CONTAO("fab-contao", '\uf26d'), COTTON_BUREAU("fab-cotton-bureau", '\uf89e'), CPANEL("fab-cpanel", '\uf388'), CREATIVE_COMMONS("fab-creative-commons", '\uf25e'), CREATIVE_COMMONS_BY("fab-creative-commons-by", '\uf4e7'), CREATIVE_COMMONS_NC("fab-creative-commons-nc", '\uf4e8'), CREATIVE_COMMONS_NC_EU("fab-creative-commons-nc-eu", '\uf4e9'), CREATIVE_COMMONS_NC_JP("fab-creative-commons-nc-jp", '\uf4ea'), CREATIVE_COMMONS_ND("fab-creative-commons-nd", '\uf4eb'), CREATIVE_COMMONS_PD("fab-creative-commons-pd", '\uf4ec'), CREATIVE_COMMONS_PD_ALT("fab-creative-commons-pd-alt", '\uf4ed'), CREATIVE_COMMONS_REMIX("fab-creative-commons-remix", '\uf4ee'), CREATIVE_COMMONS_SA("fab-creative-commons-sa", '\uf4ef'), CREATIVE_COMMONS_SAMPLING("fab-creative-commons-sampling", '\uf4f0'), CREATIVE_COMMONS_SAMPLING_PLUS("fab-creative-commons-sampling-plus", '\uf4f1'), CREATIVE_COMMONS_SHARE("fab-creative-commons-share", '\uf4f2'), CREATIVE_COMMONS_ZERO("fab-creative-commons-zero", '\uf4f3'), CRITICAL_ROLE("fab-critical-role", '\uf6c9'), CSS3("fab-css3", '\uf13c'), CSS3_ALT("fab-css3-alt", '\uf38b'), CUTTLEFISH("fab-cuttlefish", '\uf38c'), DAILYMOTION("fab-dailymotion", '\ue052'), DASHCUBE("fab-dashcube", '\uf210'), DEEZER("fab-deezer", '\ue077'), DELICIOUS("fab-delicious", '\uf1a5'), DEPLOYDOG("fab-deploydog", '\uf38e'), DESKPRO("fab-deskpro", '\uf38f'), DEV("fab-dev", '\uf6cc'), DEVIANTART("fab-deviantart", '\uf1bd'), DHL("fab-dhl", '\uf790'), DIASPORA("fab-diaspora", '\uf791'), DIGG("fab-digg", '\uf1a6'), DIGITAL_OCEAN("fab-digital-ocean", '\uf391'), DISCORD("fab-discord", '\uf392'), DISCOURSE("fab-discourse", '\uf393'), DOCHUB("fab-dochub", '\uf394'), DOCKER("fab-docker", '\uf395'), DRAFT2DIGITAL("fab-draft2digital", '\uf396'), DRIBBBLE("fab-dribbble", '\uf17d'), DRIBBBLE_SQUARE("fab-dribbble-square", '\uf397'), DROPBOX("fab-dropbox", '\uf16b'), DRUPAL("fab-drupal", '\uf1a9'), DYALOG("fab-dyalog", '\uf399'), D_AND_D("fab-d-and-d", '\uf38d'), D_AND_D_BEYOND("fab-d-and-d-beyond", '\uf6ca'), EARLYBIRDS("fab-earlybirds", '\uf39a'), EBAY("fab-ebay", '\uf4f4'), EDGE("fab-edge", '\uf282'), EDGE_LEGACY("fab-edge-legacy", '\ue078'), ELEMENTOR("fab-elementor", '\uf430'), ELLO("fab-ello", '\uf5f1'), EMBER("fab-ember", '\uf423'), EMPIRE("fab-empire", '\uf1d1'), ENVIRA("fab-envira", '\uf299'), ERLANG("fab-erlang", '\uf39d'), ETHEREUM("fab-ethereum", '\uf42e'), ETSY("fab-etsy", '\uf2d7'), EVERNOTE("fab-evernote", '\uf839'), EXPEDITEDSSL("fab-expeditedssl", '\uf23e'), FAB_500PX("fab-500px", '\uf26e'), FACEBOOK("fab-facebook", '\uf09a'), FACEBOOK_F("fab-facebook-f", '\uf39e'), FACEBOOK_MESSENGER("fab-facebook-messenger", '\uf39f'), FACEBOOK_SQUARE("fab-facebook-square", '\uf082'), FANTASY_FLIGHT_GAMES("fab-fantasy-flight-games", '\uf6dc'), FEDEX("fab-fedex", '\uf797'), FEDORA("fab-fedora", '\uf798'), FIGMA("fab-figma", '\uf799'), FIREFOX("fab-firefox", '\uf269'), FIREFOX_BROWSER("fab-firefox-browser", '\ue007'), FIRSTDRAFT("fab-firstdraft", '\uf3a1'), FIRST_ORDER("fab-first-order", '\uf2b0'), FIRST_ORDER_ALT("fab-first-order-alt", '\uf50a'), FLICKR("fab-flickr", '\uf16e'), FLIPBOARD("fab-flipboard", '\uf44d'), FLY("fab-fly", '\uf417'), FONTICONS("fab-fonticons", '\uf280'), FONTICONS_FI("fab-fonticons-fi", '\uf3a2'), FONT_AWESOME("fab-font-awesome", '\uf2b4'), FONT_AWESOME_ALT("fab-font-awesome-alt", '\uf35c'), FONT_AWESOME_FLAG("fab-font-awesome-flag", '\uf425'), FORT_AWESOME("fab-fort-awesome", '\uf286'), FORT_AWESOME_ALT("fab-fort-awesome-alt", '\uf3a3'), FORUMBEE("fab-forumbee", '\uf211'), FOURSQUARE("fab-foursquare", '\uf180'), FREEBSD("fab-freebsd", '\uf3a4'), FREE_CODE_CAMP("fab-free-code-camp", '\uf2c5'), FULCRUM("fab-fulcrum", '\uf50b'), GALACTIC_REPUBLIC("fab-galactic-republic", '\uf50c'), GALACTIC_SENATE("fab-galactic-senate", '\uf50d'), GET_POCKET("fab-get-pocket", '\uf265'), GG("fab-gg", '\uf260'), GG_CIRCLE("fab-gg-circle", '\uf261'), GIT("fab-git", '\uf1d3'), GITHUB("fab-github", '\uf09b'), GITHUB_ALT("fab-github-alt", '\uf113'), GITHUB_SQUARE("fab-github-square", '\uf092'), GITKRAKEN("fab-gitkraken", '\uf3a6'), GITLAB("fab-gitlab", '\uf296'), GITTER("fab-gitter", '\uf426'), GIT_ALT("fab-git-alt", '\uf841'), GIT_SQUARE("fab-git-square", '\uf1d2'), GLIDE("fab-glide", '\uf2a5'), GLIDE_G("fab-glide-g", '\uf2a6'), GOFORE("fab-gofore", '\uf3a7'), GOODREADS("fab-goodreads", '\uf3a8'), GOODREADS_G("fab-goodreads-g", '\uf3a9'), GOOGLE("fab-google", '\uf1a0'), GOOGLE_DRIVE("fab-google-drive", '\uf3aa'), GOOGLE_PAY("fab-google-pay", '\ue079'), GOOGLE_PLAY("fab-google-play", '\uf3ab'), GOOGLE_PLUS("fab-google-plus", '\uf2b3'), GOOGLE_PLUS_G("fab-google-plus-g", '\uf0d5'), GOOGLE_PLUS_SQUARE("fab-google-plus-square", '\uf0d4'), GOOGLE_WALLET("fab-google-wallet", '\uf1ee'), GRATIPAY("fab-gratipay", '\uf184'), GRAV("fab-grav", '\uf2d6'), GRIPFIRE("fab-gripfire", '\uf3ac'), GRUNT("fab-grunt", '\uf3ad'), GUILDED("fab-guilded", '\ue07e'), GULP("fab-gulp", '\uf3ae'), HACKERRANK("fab-hackerrank", '\uf5f7'), HACKER_NEWS("fab-hacker-news", '\uf1d4'), HACKER_NEWS_SQUARE("fab-hacker-news-square", '\uf3af'), HIPS("fab-hips", '\uf452'), HIRE_A_HELPER("fab-hire-a-helper", '\uf3b0'), HIVE("fab-hive", '\ue07f'), HOOLI("fab-hooli", '\uf427'), HORNBILL("fab-hornbill", '\uf592'), HOTJAR("fab-hotjar", '\uf3b1'), HOUZZ("fab-houzz", '\uf27c'), HTML5("fab-html5", '\uf13b'), HUBSPOT("fab-hubspot", '\uf3b2'), IDEAL("fab-ideal", '\ue013'), IMDB("fab-imdb", '\uf2d8'), INNOSOFT("fab-innosoft", '\ue080'), INSTAGRAM("fab-instagram", '\uf16d'), INSTAGRAM_SQUARE("fab-instagram-square", '\ue055'), INSTALOD("fab-instalod", '\ue081'), INTERCOM("fab-intercom", '\uf7af'), INTERNET_EXPLORER("fab-internet-explorer", '\uf26b'), INVISION("fab-invision", '\uf7b0'), IOXHOST("fab-ioxhost", '\uf208'), ITCH_IO("fab-itch-io", '\uf83a'), ITUNES("fab-itunes", '\uf3b4'), ITUNES_NOTE("fab-itunes-note", '\uf3b5'), JAVA("fab-java", '\uf4e4'), JEDI_ORDER("fab-jedi-order", '\uf50e'), JENKINS("fab-jenkins", '\uf3b6'), JIRA("fab-jira", '\uf7b1'), JOGET("fab-joget", '\uf3b7'), JOOMLA("fab-joomla", '\uf1aa'), JS("fab-js", '\uf3b8'), JSFIDDLE("fab-jsfiddle", '\uf1cc'), JS_SQUARE("fab-js-square", '\uf3b9'), KAGGLE("fab-kaggle", '\uf5fa'), KEYBASE("fab-keybase", '\uf4f5'), KEYCDN("fab-keycdn", '\uf3ba'), KICKSTARTER("fab-kickstarter", '\uf3bb'), KICKSTARTER_K("fab-kickstarter-k", '\uf3bc'), KORVUE("fab-korvue", '\uf42f'), LARAVEL("fab-laravel", '\uf3bd'), LASTFM("fab-lastfm", '\uf202'), LASTFM_SQUARE("fab-lastfm-square", '\uf203'), LEANPUB("fab-leanpub", '\uf212'), LESS("fab-less", '\uf41d'), LINE("fab-line", '\uf3c0'), LINKEDIN("fab-linkedin", '\uf08c'), LINKEDIN_IN("fab-linkedin-in", '\uf0e1'), LINODE("fab-linode", '\uf2b8'), LINUX("fab-linux", '\uf17c'), LYFT("fab-lyft", '\uf3c3'), MAGENTO("fab-magento", '\uf3c4'), MAILCHIMP("fab-mailchimp", '\uf59e'), MANDALORIAN("fab-mandalorian", '\uf50f'), MARKDOWN("fab-markdown", '\uf60f'), MASTODON("fab-mastodon", '\uf4f6'), MAXCDN("fab-maxcdn", '\uf136'), MDB("fab-mdb", '\uf8ca'), MEDAPPS("fab-medapps", '\uf3c6'), MEDIUM("fab-medium", '\uf23a'), MEDIUM_M("fab-medium-m", '\uf3c7'), MEDRT("fab-medrt", '\uf3c8'), MEETUP("fab-meetup", '\uf2e0'), MEGAPORT("fab-megaport", '\uf5a3'), MENDELEY("fab-mendeley", '\uf7b3'), MICROBLOG("fab-microblog", '\ue01a'), MICROSOFT("fab-microsoft", '\uf3ca'), MIX("fab-mix", '\uf3cb'), MIXCLOUD("fab-mixcloud", '\uf289'), MIXER("fab-mixer", '\ue056'), MIZUNI("fab-mizuni", '\uf3cc'), MODX("fab-modx", '\uf285'), MONERO("fab-monero", '\uf3d0'), NAPSTER("fab-napster", '\uf3d2'), NEOS("fab-neos", '\uf612'), NIMBLR("fab-nimblr", '\uf5a8'), NODE("fab-node", '\uf419'), NODE_JS("fab-node-js", '\uf3d3'), NPM("fab-npm", '\uf3d4'), NS8("fab-ns8", '\uf3d5'), NUTRITIONIX("fab-nutritionix", '\uf3d6'), OCTOPUS_DEPLOY("fab-octopus-deploy", '\ue082'), ODNOKLASSNIKI("fab-odnoklassniki", '\uf263'), ODNOKLASSNIKI_SQUARE("fab-odnoklassniki-square", '\uf264'), OLD_REPUBLIC("fab-old-republic", '\uf510'), OPENCART("fab-opencart", '\uf23d'), OPENID("fab-openid", '\uf19b'), OPERA("fab-opera", '\uf26a'), OPTIN_MONSTER("fab-optin-monster", '\uf23c'), ORCID("fab-orcid", '\uf8d2'), OSI("fab-osi", '\uf41a'), PAGE4("fab-page4", '\uf3d7'), PAGELINES("fab-pagelines", '\uf18c'), PALFED("fab-palfed", '\uf3d8'), PATREON("fab-patreon", '\uf3d9'), PAYPAL("fab-paypal", '\uf1ed'), PENNY_ARCADE("fab-penny-arcade", '\uf704'), PERBYTE("fab-perbyte", '\ue083'), PERISCOPE("fab-periscope", '\uf3da'), PHABRICATOR("fab-phabricator", '\uf3db'), PHOENIX_FRAMEWORK("fab-phoenix-framework", '\uf3dc'), PHOENIX_SQUADRON("fab-phoenix-squadron", '\uf511'), PHP("fab-php", '\uf457'), PIED_PIPER("fab-pied-piper", '\uf2ae'), PIED_PIPER_ALT("fab-pied-piper-alt", '\uf1a8'), PIED_PIPER_HAT("fab-pied-piper-hat", '\uf4e5'), PIED_PIPER_PP("fab-pied-piper-pp", '\uf1a7'), PIED_PIPER_SQUARE("fab-pied-piper-square", '\ue01e'), PINTEREST("fab-pinterest", '\uf0d2'), PINTEREST_P("fab-pinterest-p", '\uf231'), PINTEREST_SQUARE("fab-pinterest-square", '\uf0d3'), PLAYSTATION("fab-playstation", '\uf3df'), PRODUCT_HUNT("fab-product-hunt", '\uf288'), PUSHED("fab-pushed", '\uf3e1'), PYTHON("fab-python", '\uf3e2'), QQ("fab-qq", '\uf1d6'), QUINSCAPE("fab-quinscape", '\uf459'), QUORA("fab-quora", '\uf2c4'), RASPBERRY_PI("fab-raspberry-pi", '\uf7bb'), RAVELRY("fab-ravelry", '\uf2d9'), REACT("fab-react", '\uf41b'), REACTEUROPE("fab-reacteurope", '\uf75d'), README("fab-readme", '\uf4d5'), REBEL("fab-rebel", '\uf1d0'), REDDIT("fab-reddit", '\uf1a1'), REDDIT_ALIEN("fab-reddit-alien", '\uf281'), REDDIT_SQUARE("fab-reddit-square", '\uf1a2'), REDHAT("fab-redhat", '\uf7bc'), RED_RIVER("fab-red-river", '\uf3e3'), RENREN("fab-renren", '\uf18b'), REPLYD("fab-replyd", '\uf3e6'), RESEARCHGATE("fab-researchgate", '\uf4f8'), RESOLVING("fab-resolving", '\uf3e7'), REV("fab-rev", '\uf5b2'), ROCKETCHAT("fab-rocketchat", '\uf3e8'), ROCKRMS("fab-rockrms", '\uf3e9'), RUST("fab-rust", '\ue07a'), R_PROJECT("fab-r-project", '\uf4f7'), SAFARI("fab-safari", '\uf267'), SALESFORCE("fab-salesforce", '\uf83b'), SASS("fab-sass", '\uf41e'), SCHLIX("fab-schlix", '\uf3ea'), SCRIBD("fab-scribd", '\uf28a'), SEARCHENGIN("fab-searchengin", '\uf3eb'), SELLCAST("fab-sellcast", '\uf2da'), SELLSY("fab-sellsy", '\uf213'), SERVICESTACK("fab-servicestack", '\uf3ec'), SHIRTSINBULK("fab-shirtsinbulk", '\uf214'), SHOPIFY("fab-shopify", '\ue057'), SHOPWARE("fab-shopware", '\uf5b5'), SIMPLYBUILT("fab-simplybuilt", '\uf215'), SISTRIX("fab-sistrix", '\uf3ee'), SITH("fab-sith", '\uf512'), SKETCH("fab-sketch", '\uf7c6'), SKYATLAS("fab-skyatlas", '\uf216'), SKYPE("fab-skype", '\uf17e'), SLACK("fab-slack", '\uf198'), SLACK_HASH("fab-slack-hash", '\uf3ef'), SLIDESHARE("fab-slideshare", '\uf1e7'), SNAPCHAT("fab-snapchat", '\uf2ab'), SNAPCHAT_GHOST("fab-snapchat-ghost", '\uf2ac'), SNAPCHAT_SQUARE("fab-snapchat-square", '\uf2ad'), SOUNDCLOUD("fab-soundcloud", '\uf1be'), SOURCETREE("fab-sourcetree", '\uf7d3'), SPEAKAP("fab-speakap", '\uf3f3'), SPEAKER_DECK("fab-speaker-deck", '\uf83c'), SPOTIFY("fab-spotify", '\uf1bc'), SQUARESPACE("fab-squarespace", '\uf5be'), STACKPATH("fab-stackpath", '\uf842'), STACK_EXCHANGE("fab-stack-exchange", '\uf18d'), STACK_OVERFLOW("fab-stack-overflow", '\uf16c'), STAYLINKED("fab-staylinked", '\uf3f5'), STEAM("fab-steam", '\uf1b6'), STEAM_SQUARE("fab-steam-square", '\uf1b7'), STEAM_SYMBOL("fab-steam-symbol", '\uf3f6'), STICKER_MULE("fab-sticker-mule", '\uf3f7'), STRAVA("fab-strava", '\uf428'), STRIPE("fab-stripe", '\uf429'), STRIPE_S("fab-stripe-s", '\uf42a'), STUDIOVINARI("fab-studiovinari", '\uf3f8'), STUMBLEUPON("fab-stumbleupon", '\uf1a4'), STUMBLEUPON_CIRCLE("fab-stumbleupon-circle", '\uf1a3'), SUPERPOWERS("fab-superpowers", '\uf2dd'), SUPPLE("fab-supple", '\uf3f9'), SUSE("fab-suse", '\uf7d6'), SWIFT("fab-swift", '\uf8e1'), SYMFONY("fab-symfony", '\uf83d'), TEAMSPEAK("fab-teamspeak", '\uf4f9'), TELEGRAM("fab-telegram", '\uf2c6'), TELEGRAM_PLANE("fab-telegram-plane", '\uf3fe'), TENCENT_WEIBO("fab-tencent-weibo", '\uf1d5'), THEMECO("fab-themeco", '\uf5c6'), THEMEISLE("fab-themeisle", '\uf2b2'), THE_RED_YETI("fab-the-red-yeti", '\uf69d'), THINK_PEAKS("fab-think-peaks", '\uf731'), TIKTOK("fab-tiktok", '\ue07b'), TRADE_FEDERATION("fab-trade-federation", '\uf513'), TRELLO("fab-trello", '\uf181'), TRIPADVISOR("fab-tripadvisor", '\uf262'), TUMBLR("fab-tumblr", '\uf173'), TUMBLR_SQUARE("fab-tumblr-square", '\uf174'), TWITCH("fab-twitch", '\uf1e8'), TWITTER("fab-twitter", '\uf099'), TWITTER_SQUARE("fab-twitter-square", '\uf081'), TYPO3("fab-typo3", '\uf42b'), UBER("fab-uber", '\uf402'), UBUNTU("fab-ubuntu", '\uf7df'), UIKIT("fab-uikit", '\uf403'), UMBRACO("fab-umbraco", '\uf8e8'), UNCHARTED("fab-uncharted", '\ue084'), UNIREGISTRY("fab-uniregistry", '\uf404'), UNITY("fab-unity", '\ue049'), UNSPLASH("fab-unsplash", '\ue07c'), UNTAPPD("fab-untappd", '\uf405'), UPS("fab-ups", '\uf7e0'), USB("fab-usb", '\uf287'), USPS("fab-usps", '\uf7e1'), USSUNNAH("fab-ussunnah", '\uf407'), VAADIN("fab-vaadin", '\uf408'), VIACOIN("fab-viacoin", '\uf237'), VIADEO("fab-viadeo", '\uf2a9'), VIADEO_SQUARE("fab-viadeo-square", '\uf2aa'), VIBER("fab-viber", '\uf409'), VIMEO("fab-vimeo", '\uf40a'), VIMEO_SQUARE("fab-vimeo-square", '\uf194'), VIMEO_V("fab-vimeo-v", '\uf27d'), VINE("fab-vine", '\uf1ca'), VK("fab-vk", '\uf189'), VNV("fab-vnv", '\uf40b'), VUEJS("fab-vuejs", '\uf41f'), WATCHAMN_MONITORING("fab-watchman-monitoring", '\ue087'), WAZE("fab-waze", '\uf83f'), WEEBLY("fab-weebly", '\uf5cc'), WEIBO("fab-weibo", '\uf18a'), WEIXIN("fab-weixin", '\uf1d7'), WHATSAPP("fab-whatsapp", '\uf232'), WHATSAPP_SQUARE("fab-whatsapp-square", '\uf40c'), WHMCS("fab-whmcs", '\uf40d'), WIKIPEDIA_W("fab-wikipedia-w", '\uf266'), WINDOWS("fab-windows", '\uf17a'), WIX("fab-wix", '\uf5cf'), WIZARDS_OF_THE_COAST("fab-wizards-of-the-coast", '\uf730'), WODU("fab-wodu", '\ue088'), WOLF_PACK_BATTALION("fab-wolf-pack-battalion", '\uf514'), WORDPRESS("fab-wordpress", '\uf19a'), WORDPRESS_SIMPLE("fab-wordpress-simple", '\uf411'), WPBEGINNER("fab-wpbeginner", '\uf297'), WPEXPLORER("fab-wpexplorer", '\uf2de'), WPFORMS("fab-wpforms", '\uf298'), WPRESSR("fab-wpressr", '\uf3e4'), XBOX("fab-xbox", '\uf412'), XING("fab-xing", '\uf168'), XING_SQUARE("fab-xing-square", '\uf169'), YAHOO("fab-yahoo", '\uf19e'), YAMMER("fab-yammer", '\uf840'), YANDEX("fab-yandex", '\uf413'), YANDEX_INTERNATIONAL("fab-yandex-international", '\uf414'), YARN("fab-yarn", '\uf7e3'), YELP("fab-yelp", '\uf1e9'), YOAST("fab-yoast", '\uf2b1'), YOUTUBE("fab-youtube", '\uf167'), YOUTUBE_SQUARE("fab-youtube-square", '\uf431'), Y_COMBINATOR("fab-y-combinator", '\uf23b'), ZHIHU("fab-zhihu", '\uf63f'); public static FontAwesomeBrands findByDescription(String description) { for (FontAwesomeBrands font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FontAwesomeBrands(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeBrandsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontAwesomeBrandsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontawesome5/5.15.3/fonts/fa-brands-400.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fab-"); } @Override public Ikon resolve(String description) { return FontAwesomeBrands.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Font Awesome 5 Brands Regular"; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeBrandsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FontAwesomeBrandsIkonProvider implements IkonProvider { @Override public Class getIkon() { return FontAwesomeBrands.class; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeRegular.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FontAwesomeRegular implements Ikon { ADDRESS_BOOK("far-address-book", '\uf2b9'), ADDRESS_CARD("far-address-card", '\uf2bb'), ANGRY("far-angry", '\uf556'), ARROW_ALT_CIRCLE_DOWN("far-arrow-alt-circle-down", '\uf358'), ARROW_ALT_CIRCLE_LEFT("far-arrow-alt-circle-left", '\uf359'), ARROW_ALT_CIRCLE_RIGHT("far-arrow-alt-circle-right", '\uf35a'), ARROW_ALT_CIRCLE_UP("far-arrow-alt-circle-up", '\uf35b'), BELL("far-bell", '\uf0f3'), BELL_SLASH("far-bell-slash", '\uf1f6'), BOOKMARK("far-bookmark", '\uf02e'), BUILDING("far-building", '\uf1ad'), CALENDAR("far-calendar", '\uf133'), CALENDAR_ALT("far-calendar-alt", '\uf073'), CALENDAR_CHECK("far-calendar-check", '\uf274'), CALENDAR_MINUS("far-calendar-minus", '\uf272'), CALENDAR_PLUS("far-calendar-plus", '\uf271'), CALENDAR_TIMES("far-calendar-times", '\uf273'), CARET_SQUARE_DOWN("far-caret-square-down", '\uf150'), CARET_SQUARE_LEFT("far-caret-square-left", '\uf191'), CARET_SQUARE_RIGHT("far-caret-square-right", '\uf152'), CARET_SQUARE_UP("far-caret-square-up", '\uf151'), CHART_BAR("far-chart-bar", '\uf080'), CHECK_CIRCLE("far-check-circle", '\uf058'), CHECK_SQUARE("far-check-square", '\uf14a'), CIRCLE("far-circle", '\uf111'), CLIPBOARD("far-clipboard", '\uf328'), CLOCK("far-clock", '\uf017'), CLONE("far-clone", '\uf24d'), CLOSED_CAPTIONING("far-closed-captioning", '\uf20a'), COMMENT("far-comment", '\uf075'), COMMENTS("far-comments", '\uf086'), COMMENT_ALT("far-comment-alt", '\uf27a'), COMMENT_DOTS("far-comment-dots", '\uf4ad'), COMPASS("far-compass", '\uf14e'), COPY("far-copy", '\uf0c5'), COPYRIGHT("far-copyright", '\uf1f9'), CREDIT_CARD("far-credit-card", '\uf09d'), DIZZY("far-dizzy", '\uf567'), DOT_CIRCLE("far-dot-circle", '\uf192'), EDIT("far-edit", '\uf044'), ENVELOPE("far-envelope", '\uf0e0'), ENVELOPE_OPEN("far-envelope-open", '\uf2b6'), EYE("far-eye", '\uf06e'), EYE_SLASH("far-eye-slash", '\uf070'), FILE("far-file", '\uf15b'), FILE_ALT("far-file-alt", '\uf15c'), FILE_ARCHIVE("far-file-archive", '\uf1c6'), FILE_AUDIO("far-file-audio", '\uf1c7'), FILE_CODE("far-file-code", '\uf1c9'), FILE_EXCEL("far-file-excel", '\uf1c3'), FILE_IMAGE("far-file-image", '\uf1c5'), FILE_PDF("far-file-pdf", '\uf1c1'), FILE_POWERPOINT("far-file-powerpoint", '\uf1c4'), FILE_VIDEO("far-file-video", '\uf1c8'), FILE_WORD("far-file-word", '\uf1c2'), FLAG("far-flag", '\uf024'), FLUSHED("far-flushed", '\uf579'), FOLDER("far-folder", '\uf07b'), FOLDER_OPEN("far-folder-open", '\uf07c'), FROWN("far-frown", '\uf119'), FROWN_OPEN("far-frown-open", '\uf57a'), FUTBOL("far-futbol", '\uf1e3'), GEM("far-gem", '\uf3a5'), GRIMACE("far-grimace", '\uf57f'), GRIN("far-grin", '\uf580'), GRIN_ALT("far-grin-alt", '\uf581'), GRIN_BEAM("far-grin-beam", '\uf582'), GRIN_BEAM_SWEAT("far-grin-beam-sweat", '\uf583'), GRIN_HEARTS("far-grin-hearts", '\uf584'), GRIN_SQUINT("far-grin-squint", '\uf585'), GRIN_SQUINT_TEARS("far-grin-squint-tears", '\uf586'), GRIN_STARS("far-grin-stars", '\uf587'), GRIN_TEARS("far-grin-tears", '\uf588'), GRIN_TONGUE("far-grin-tongue", '\uf589'), GRIN_TONGUE_SQUINT("far-grin-tongue-squint", '\uf58a'), GRIN_TONGUE_WINK("far-grin-tongue-wink", '\uf58b'), GRIN_WINK("far-grin-wink", '\uf58c'), HANDSHAKE("far-handshake", '\uf2b5'), HAND_LIZARD("far-hand-lizard", '\uf258'), HAND_PAPER("far-hand-paper", '\uf256'), HAND_PEACE("far-hand-peace", '\uf25b'), HAND_POINTER("far-hand-pointer", '\uf25a'), HAND_POINT_DOWN("far-hand-point-down", '\uf0a7'), HAND_POINT_LEFT("far-hand-point-left", '\uf0a5'), HAND_POINT_RIGHT("far-hand-point-right", '\uf0a4'), HAND_POINT_UP("far-hand-point-up", '\uf0a6'), HAND_ROCK("far-hand-rock", '\uf255'), HAND_SCISSORS("far-hand-scissors", '\uf257'), HAND_SPOCK("far-hand-spock", '\uf259'), HDD("far-hdd", '\uf0a0'), HEART("far-heart", '\uf004'), HOSPITAL("far-hospital", '\uf0f8'), HOURGLASS("far-hourglass", '\uf254'), ID_BADGE("far-id-badge", '\uf2c1'), ID_CARD("far-id-card", '\uf2c2'), IMAGE("far-image", '\uf03e'), IMAGES("far-images", '\uf302'), KEYBOARD("far-keyboard", '\uf11c'), KISS("far-kiss", '\uf596'), KISS_BEAM("far-kiss-beam", '\uf597'), KISS_WINK_HEART("far-kiss-wink-heart", '\uf598'), LAUGH("far-laugh", '\uf599'), LAUGH_BEAM("far-laugh-beam", '\uf59a'), LAUGH_SQUINT("far-laugh-squint", '\uf59b'), LAUGH_WINK("far-laugh-wink", '\uf59c'), LEMON("far-lemon", '\uf094'), LIFE_RING("far-life-ring", '\uf1cd'), LIGHTBULB("far-lightbulb", '\uf0eb'), LIST_ALT("far-list-alt", '\uf022'), MAP("far-map", '\uf279'), MEH("far-meh", '\uf11a'), MEH_BLANK("far-meh-blank", '\uf5a4'), MEH_ROLLING_EYES("far-meh-rolling-eyes", '\uf5a5'), MINUS_SQUARE("far-minus-square", '\uf146'), MONEY_BILL_ALT("far-money-bill-alt", '\uf3d1'), MOON("far-moon", '\uf186'), NEWSPAPER("far-newspaper", '\uf1ea'), OBJECT_GROUP("far-object-group", '\uf247'), OBJECT_UNGROUP("far-object-ungroup", '\uf248'), PAPER_PLANE("far-paper-plane", '\uf1d8'), PAUSE_CIRCLE("far-pause-circle", '\uf28b'), PLAY_CIRCLE("far-play-circle", '\uf144'), PLUS_SQUARE("far-plus-square", '\uf0fe'), QUESTION_CIRCLE("far-question-circle", '\uf059'), REGISTERED("far-registered", '\uf25d'), SAD_CRY("far-sad-cry", '\uf5b3'), SAD_TEAR("far-sad-tear", '\uf5b4'), SAVE("far-save", '\uf0c7'), SHARE_SQUARE("far-share-square", '\uf14d'), SMILE("far-smile", '\uf118'), SMILE_BEAM("far-smile-beam", '\uf5b8'), SMILE_WINK("far-smile-wink", '\uf4da'), SNOWFLAKE("far-snowflake", '\uf2dc'), SQUARE("far-square", '\uf0c8'), STAR("far-star", '\uf005'), STAR_HALF("far-star-half", '\uf089'), STICKY_NOTE("far-sticky-note", '\uf249'), STOP_CIRCLE("far-stop-circle", '\uf28d'), SUN("far-sun", '\uf185'), SURPRISE("far-surprise", '\uf5c2'), THUMBS_DOWN("far-thumbs-down", '\uf165'), THUMBS_UP("far-thumbs-up", '\uf164'), TIMES_CIRCLE("far-times-circle", '\uf057'), TIRED("far-tired", '\uf5c8'), TRASH_ALT("far-trash-alt", '\uf2ed'), USER("far-user", '\uf007'), USER_CIRCLE("far-user-circle", '\uf2bd'), WINDOW_CLOSE("far-window-close", '\uf410'), WINDOW_MAXIMIZE("far-window-maximize", '\uf2d0'), WINDOW_MINIMIZE("far-window-minimize", '\uf2d1'), WINDOW_RESTORE("far-window-restore", '\uf2d2'); public static FontAwesomeRegular findByDescription(String description) { for (FontAwesomeRegular font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FontAwesomeRegular(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeRegularIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontAwesomeRegularIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontawesome5/5.15.3/fonts/fa-regular-400.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("far-"); } @Override public Ikon resolve(String description) { return FontAwesomeRegular.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Font Awesome 5 Free Regular"; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeRegularIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class FontAwesomeRegularIkonProvider implements IkonProvider { @Override public Class getIkon() { return FontAwesomeRegular.class; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeSolid.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FontAwesomeSolid implements Ikon { AD("fas-ad", '\uf641'), ADDRESS_BOOK("fas-address-book", '\uf2b9'), ADDRESS_CARD("fas-address-card", '\uf2bb'), ADJUST("fas-adjust", '\uf042'), AIR_FRESHENER("fas-air-freshener", '\uf5d0'), ALIGN_CENTER("fas-align-center", '\uf037'), ALIGN_JUSTIFY("fas-align-justify", '\uf039'), ALIGN_LEFT("fas-align-left", '\uf036'), ALIGN_RIGHT("fas-align-right", '\uf038'), ALLERGIES("fas-allergies", '\uf461'), AMBULANCE("fas-ambulance", '\uf0f9'), AMERICAN_SIGN_LANGUAGE_INTERPRETING("fas-american-sign-language-interpreting", '\uf2a3'), ANCHOR("fas-anchor", '\uf13d'), ANGLE_DOUBLE_DOWN("fas-angle-double-down", '\uf103'), ANGLE_DOUBLE_LEFT("fas-angle-double-left", '\uf100'), ANGLE_DOUBLE_RIGHT("fas-angle-double-right", '\uf101'), ANGLE_DOUBLE_UP("fas-angle-double-up", '\uf102'), ANGLE_DOWN("fas-angle-down", '\uf107'), ANGLE_LEFT("fas-angle-left", '\uf104'), ANGLE_RIGHT("fas-angle-right", '\uf105'), ANGLE_UP("fas-angle-up", '\uf106'), ANGRY("fas-angry", '\uf556'), ANKH("fas-ankh", '\uf644'), APPLE_ALT("fas-apple-alt", '\uf5d1'), ARCHIVE("fas-archive", '\uf187'), ARCHWAY("fas-archway", '\uf557'), ARROWS_ALT("fas-arrows-alt", '\uf0b2'), ARROWS_ALT_H("fas-arrows-alt-h", '\uf337'), ARROWS_ALT_V("fas-arrows-alt-v", '\uf338'), ARROW_ALT_CIRCLE_DOWN("fas-arrow-alt-circle-down", '\uf358'), ARROW_ALT_CIRCLE_LEFT("fas-arrow-alt-circle-left", '\uf359'), ARROW_ALT_CIRCLE_RIGHT("fas-arrow-alt-circle-right", '\uf35a'), ARROW_ALT_CIRCLE_UP("fas-arrow-alt-circle-up", '\uf35b'), ARROW_CIRCLE_DOWN("fas-arrow-circle-down", '\uf0ab'), ARROW_CIRCLE_LEFT("fas-arrow-circle-left", '\uf0a8'), ARROW_CIRCLE_RIGHT("fas-arrow-circle-right", '\uf0a9'), ARROW_CIRCLE_UP("fas-arrow-circle-up", '\uf0aa'), ARROW_DOWN("fas-arrow-down", '\uf063'), ARROW_LEFT("fas-arrow-left", '\uf060'), ARROW_RIGHT("fas-arrow-right", '\uf061'), ARROW_UP("fas-arrow-up", '\uf062'), ASSISTIVE_LISTENING_SYSTEMS("fas-assistive-listening-systems", '\uf2a2'), ASTERISK("fas-asterisk", '\uf069'), AT("fas-at", '\uf1fa'), ATLAS("fas-atlas", '\uf558'), ATOM("fas-atom", '\uf5d2'), AUDIO_DESCRIPTION("fas-audio-description", '\uf29e'), AWARD("fas-award", '\uf559'), BABY("fas-baby", '\uf77c'), BABY_CARRIAGE("fas-baby-carriage", '\uf77d'), BACKSPACE("fas-backspace", '\uf55a'), BACKWARD("fas-backward", '\uf04a'), BACON("fas-bacon", '\uf7e5'), BACTERIA("fas-bacteria", '\ue059'), BACTERIUM("fas-bacterium", '\ue05a'), BAHAI("fas-bahai", '\uf666'), BALANCE_SCALE("fas-balance-scale", '\uf24e'), BALANCE_SCALE_LEFT("fas-balance-scale-left", '\uf515'), BALANCE_SCALE_RIGHT("fas-balance-scale-right", '\uf516'), BAN("fas-ban", '\uf05e'), BAND_AID("fas-band-aid", '\uf462'), BARCODE("fas-barcode", '\uf02a'), BARS("fas-bars", '\uf0c9'), BASEBALL_BALL("fas-baseball-ball", '\uf433'), BASKETBALL_BALL("fas-basketball-ball", '\uf434'), BATH("fas-bath", '\uf2cd'), BATTERY_EMPTY("fas-battery-empty", '\uf244'), BATTERY_FULL("fas-battery-full", '\uf240'), BATTERY_HALF("fas-battery-half", '\uf242'), BATTERY_QUARTER("fas-battery-quarter", '\uf243'), BATTERY_THREE_QUARTERS("fas-battery-three-quarters", '\uf241'), BED("fas-bed", '\uf236'), BEER("fas-beer", '\uf0fc'), BELL("fas-bell", '\uf0f3'), BELL_SLASH("fas-bell-slash", '\uf1f6'), BEZIER_CURVE("fas-bezier-curve", '\uf55b'), BIBLE("fas-bible", '\uf647'), BICYCLE("fas-bicycle", '\uf206'), BIKING("fas-biking", '\uf84a'), BINOCULARS("fas-binoculars", '\uf1e5'), BIOHAZARD("fas-biohazard", '\uf780'), BIRTHDAY_CAKE("fas-birthday-cake", '\uf1fd'), BLENDER("fas-blender", '\uf517'), BLENDER_PHONE("fas-blender-phone", '\uf6b6'), BLIND("fas-blind", '\uf29d'), BLOG("fas-blog", '\uf781'), BOLD("fas-bold", '\uf032'), BOLT("fas-bolt", '\uf0e7'), BOMB("fas-bomb", '\uf1e2'), BONE("fas-bone", '\uf5d7'), BONG("fas-bong", '\uf55c'), BOOK("fas-book", '\uf02d'), BOOKMARK("fas-bookmark", '\uf02e'), BOOK_DEAD("fas-book-dead", '\uf6b7'), BOOK_MEDICAL("fas-book-medical", '\uf7e6'), BOOK_OPEN("fas-book-open", '\uf518'), BOOK_READER("fas-book-reader", '\uf5da'), BORDER_ALL("fas-border-all", '\uf84c'), BORDER_NONE("fas-border-none", '\uf850'), BORDER_STYLE("fas-border-style", '\uf853'), BOWLING_BALL("fas-bowling-ball", '\uf436'), BOX("fas-box", '\uf466'), BOXES("fas-boxes", '\uf468'), BOX_OPEN("fas-box-open", '\uf49e'), BOX_TISSUE("fas-box-tissue", '\ue05b'), BRAILLE("fas-braille", '\uf2a1'), BRAIN("fas-brain", '\uf5dc'), BREAD_SLICE("fas-bread-slice", '\uf7ec'), BRIEFCASE("fas-briefcase", '\uf0b1'), BRIEFCASE_MEDICAL("fas-briefcase-medical", '\uf469'), BROADCAST_TOWER("fas-broadcast-tower", '\uf519'), BROOM("fas-broom", '\uf51a'), BRUSH("fas-brush", '\uf55d'), BUG("fas-bug", '\uf188'), BUILDING("fas-building", '\uf1ad'), BULLHORN("fas-bullhorn", '\uf0a1'), BULLSEYE("fas-bullseye", '\uf140'), BURN("fas-burn", '\uf46a'), BUS("fas-bus", '\uf207'), BUSINESS_TIME("fas-business-time", '\uf64a'), BUS_ALT("fas-bus-alt", '\uf55e'), CALCULATOR("fas-calculator", '\uf1ec'), CALENDAR("fas-calendar", '\uf133'), CALENDAR_ALT("fas-calendar-alt", '\uf073'), CALENDAR_CHECK("fas-calendar-check", '\uf274'), CALENDAR_DAY("fas-calendar-day", '\uf783'), CALENDAR_MINUS("fas-calendar-minus", '\uf272'), CALENDAR_PLUS("fas-calendar-plus", '\uf271'), CALENDAR_TIMES("fas-calendar-times", '\uf273'), CALENDAR_WEEK("fas-calendar-week", '\uf784'), CAMERA("fas-camera", '\uf030'), CAMERA_RETRO("fas-camera-retro", '\uf083'), CAMPGROUND("fas-campground", '\uf6bb'), CANDY_CANE("fas-candy-cane", '\uf786'), CANNABIS("fas-cannabis", '\uf55f'), CAPSULES("fas-capsules", '\uf46b'), CAR("fas-car", '\uf1b9'), CARAVAN("fas-caravan", '\uf8ff'), CARET_DOWN("fas-caret-down", '\uf0d7'), CARET_LEFT("fas-caret-left", '\uf0d9'), CARET_RIGHT("fas-caret-right", '\uf0da'), CARET_SQUARE_DOWN("fas-caret-square-down", '\uf150'), CARET_SQUARE_LEFT("fas-caret-square-left", '\uf191'), CARET_SQUARE_RIGHT("fas-caret-square-right", '\uf152'), CARET_SQUARE_UP("fas-caret-square-up", '\uf151'), CARET_UP("fas-caret-up", '\uf0d8'), CARROT("fas-carrot", '\uf787'), CART_ARROW_DOWN("fas-cart-arrow-down", '\uf218'), CART_PLUS("fas-cart-plus", '\uf217'), CAR_ALT("fas-car-alt", '\uf5de'), CAR_BATTERY("fas-car-battery", '\uf5df'), CAR_CRASH("fas-car-crash", '\uf5e1'), CAR_SIDE("fas-car-side", '\uf5e4'), CASH_REGISTER("fas-cash-register", '\uf788'), CAT("fas-cat", '\uf6be'), CERTIFICATE("fas-certificate", '\uf0a3'), CHAIR("fas-chair", '\uf6c0'), CHALKBOARD("fas-chalkboard", '\uf51b'), CHALKBOARD_TEACHER("fas-chalkboard-teacher", '\uf51c'), CHARGING_STATION("fas-charging-station", '\uf5e7'), CHART_AREA("fas-chart-area", '\uf1fe'), CHART_BAR("fas-chart-bar", '\uf080'), CHART_LINE("fas-chart-line", '\uf201'), CHART_PIE("fas-chart-pie", '\uf200'), CHECK("fas-check", '\uf00c'), CHECK_CIRCLE("fas-check-circle", '\uf058'), CHECK_DOUBLE("fas-check-double", '\uf560'), CHECK_SQUARE("fas-check-square", '\uf14a'), CHEESE("fas-cheese", '\uf7ef'), CHESS("fas-chess", '\uf439'), CHESS_BISHOP("fas-chess-bishop", '\uf43a'), CHESS_BOARD("fas-chess-board", '\uf43c'), CHESS_KING("fas-chess-king", '\uf43f'), CHESS_KNIGHT("fas-chess-knight", '\uf441'), CHESS_PAWN("fas-chess-pawn", '\uf443'), CHESS_QUEEN("fas-chess-queen", '\uf445'), CHESS_ROOK("fas-chess-rook", '\uf447'), CHEVRON_CIRCLE_DOWN("fas-chevron-circle-down", '\uf13a'), CHEVRON_CIRCLE_LEFT("fas-chevron-circle-left", '\uf137'), CHEVRON_CIRCLE_RIGHT("fas-chevron-circle-right", '\uf138'), CHEVRON_CIRCLE_UP("fas-chevron-circle-up", '\uf139'), CHEVRON_DOWN("fas-chevron-down", '\uf078'), CHEVRON_LEFT("fas-chevron-left", '\uf053'), CHEVRON_RIGHT("fas-chevron-right", '\uf054'), CHEVRON_UP("fas-chevron-up", '\uf077'), CHILD("fas-child", '\uf1ae'), CHURCH("fas-church", '\uf51d'), CIRCLE("fas-circle", '\uf111'), CIRCLE_NOTCH("fas-circle-notch", '\uf1ce'), CITY("fas-city", '\uf64f'), CLINIC_MEDICAL("fas-clinic-medical", '\uf7f2'), CLIPBOARD("fas-clipboard", '\uf328'), CLIPBOARD_CHECK("fas-clipboard-check", '\uf46c'), CLIPBOARD_LIST("fas-clipboard-list", '\uf46d'), CLOCK("fas-clock", '\uf017'), CLONE("fas-clone", '\uf24d'), CLOSED_CAPTIONING("fas-closed-captioning", '\uf20a'), CLOUD("fas-cloud", '\uf0c2'), CLOUD_DOWNLOAD_ALT("fas-cloud-download-alt", '\uf381'), CLOUD_MEATBALL("fas-cloud-meatball", '\uf73b'), CLOUD_MOON("fas-cloud-moon", '\uf6c3'), CLOUD_MOON_RAIN("fas-cloud-moon-rain", '\uf73c'), CLOUD_RAIN("fas-cloud-rain", '\uf73d'), CLOUD_SHOWERS_HEAVY("fas-cloud-showers-heavy", '\uf740'), CLOUD_SUN("fas-cloud-sun", '\uf6c4'), CLOUD_SUN_RAIN("fas-cloud-sun-rain", '\uf743'), CLOUD_UPLOAD_ALT("fas-cloud-upload-alt", '\uf382'), COCKTAIL("fas-cocktail", '\uf561'), CODE("fas-code", '\uf121'), CODE_BRANCH("fas-code-branch", '\uf126'), COFFEE("fas-coffee", '\uf0f4'), COG("fas-cog", '\uf013'), COGS("fas-cogs", '\uf085'), COINS("fas-coins", '\uf51e'), COLUMNS("fas-columns", '\uf0db'), COMMENT("fas-comment", '\uf075'), COMMENTS("fas-comments", '\uf086'), COMMENTS_DOLLAR("fas-comments-dollar", '\uf653'), COMMENT_ALT("fas-comment-alt", '\uf27a'), COMMENT_DOLLAR("fas-comment-dollar", '\uf651'), COMMENT_DOTS("fas-comment-dots", '\uf4ad'), COMMENT_MEDICAL("fas-comment-medical", '\uf7f5'), COMMENT_SLASH("fas-comment-slash", '\uf4b3'), COMPACT_DISC("fas-compact-disc", '\uf51f'), COMPASS("fas-compass", '\uf14e'), COMPRESS("fas-compress", '\uf066'), COMPRESS_ALT("fas-compress-alt", '\uf422'), COMPRESS_ARROWS_ALT("fas-compress-arrows-alt", '\uf78c'), CONCIERGE_BELL("fas-concierge-bell", '\uf562'), COOKIE("fas-cookie", '\uf563'), COOKIE_BITE("fas-cookie-bite", '\uf564'), COPY("fas-copy", '\uf0c5'), COPYRIGHT("fas-copyright", '\uf1f9'), COUCH("fas-couch", '\uf4b8'), CREDIT_CARD("fas-credit-card", '\uf09d'), CROP("fas-crop", '\uf125'), CROP_ALT("fas-crop-alt", '\uf565'), CROSS("fas-cross", '\uf654'), CROSSHAIRS("fas-crosshairs", '\uf05b'), CROW("fas-crow", '\uf520'), CROWN("fas-crown", '\uf521'), CRUTCH("fas-crutch", '\uf7f7'), CUBE("fas-cube", '\uf1b2'), CUBES("fas-cubes", '\uf1b3'), CUT("fas-cut", '\uf0c4'), DATABASE("fas-database", '\uf1c0'), DEAF("fas-deaf", '\uf2a4'), DEMOCRAT("fas-democrat", '\uf747'), DESKTOP("fas-desktop", '\uf108'), DHARMACHAKRA("fas-dharmachakra", '\uf655'), DIAGNOSES("fas-diagnoses", '\uf470'), DICE("fas-dice", '\uf522'), DICE_D20("fas-dice-d20", '\uf6cf'), DICE_D6("fas-dice-d6", '\uf6d1'), DICE_FIVE("fas-dice-five", '\uf523'), DICE_FOUR("fas-dice-four", '\uf524'), DICE_ONE("fas-dice-one", '\uf525'), DICE_SIX("fas-dice-six", '\uf526'), DICE_THREE("fas-dice-three", '\uf527'), DICE_TWO("fas-dice-two", '\uf528'), DIGITAL_TACHOGRAPH("fas-digital-tachograph", '\uf566'), DIRECTIONS("fas-directions", '\uf5eb'), DISEASE("fas-disease", '\uf7fa'), DIVIDE("fas-divide", '\uf529'), DIZZY("fas-dizzy", '\uf567'), DNA("fas-dna", '\uf471'), DOG("fas-dog", '\uf6d3'), DOLLAR_SIGN("fas-dollar-sign", '\uf155'), DOLLY("fas-dolly", '\uf472'), DOLLY_FLATBED("fas-dolly-flatbed", '\uf474'), DONATE("fas-donate", '\uf4b9'), DOOR_CLOSED("fas-door-closed", '\uf52a'), DOOR_OPEN("fas-door-open", '\uf52b'), DOT_CIRCLE("fas-dot-circle", '\uf192'), DOVE("fas-dove", '\uf4ba'), DOWNLOAD("fas-download", '\uf019'), DRAFTING_COMPASS("fas-drafting-compass", '\uf568'), DRAGON("fas-dragon", '\uf6d5'), DRAW_POLYGON("fas-draw-polygon", '\uf5ee'), DRUM("fas-drum", '\uf569'), DRUMSTICK_BITE("fas-drumstick-bite", '\uf6d7'), DRUM_STEELPAN("fas-drum-steelpan", '\uf56a'), DUMBBELL("fas-dumbbell", '\uf44b'), DUMPSTER("fas-dumpster", '\uf793'), DUMPSTER_FIRE("fas-dumpster-fire", '\uf794'), DUNGEON("fas-dungeon", '\uf6d9'), EDIT("fas-edit", '\uf044'), EGG("fas-egg", '\uf7fb'), EJECT("fas-eject", '\uf052'), ELLIPSIS_H("fas-ellipsis-h", '\uf141'), ELLIPSIS_V("fas-ellipsis-v", '\uf142'), ENVELOPE("fas-envelope", '\uf0e0'), ENVELOPE_OPEN("fas-envelope-open", '\uf2b6'), ENVELOPE_OPEN_TEXT("fas-envelope-open-text", '\uf658'), ENVELOPE_SQUARE("fas-envelope-square", '\uf199'), EQUALS("fas-equals", '\uf52c'), ERASER("fas-eraser", '\uf12d'), ETHERNET("fas-ethernet", '\uf796'), EURO_SIGN("fas-euro-sign", '\uf153'), EXCHANGE_ALT("fas-exchange-alt", '\uf362'), EXCLAMATION("fas-exclamation", '\uf12a'), EXCLAMATION_CIRCLE("fas-exclamation-circle", '\uf06a'), EXCLAMATION_TRIANGLE("fas-exclamation-triangle", '\uf071'), EXPAND("fas-expand", '\uf065'), EXPAND_ALT("fas-expand-alt", '\uf424'), EXPAND_ARROWS_ALT("fas-expand-arrows-alt", '\uf31e'), EXTERNAL_LINK_ALT("fas-external-link-alt", '\uf35d'), EXTERNAL_LINK_SQUARE_ALT("fas-external-link-square-alt", '\uf360'), EYE("fas-eye", '\uf06e'), EYE_DROPPER("fas-eye-dropper", '\uf1fb'), EYE_SLASH("fas-eye-slash", '\uf070'), FAN("fas-fan", '\uf863'), FAST_BACKWARD("fas-fast-backward", '\uf049'), FAST_FORWARD("fas-fast-forward", '\uf050'), FAUCET("fas-faucet", '\ue005'), FAX("fas-fax", '\uf1ac'), FEATHER("fas-feather", '\uf52d'), FEATHER_ALT("fas-feather-alt", '\uf56b'), FEMALE("fas-female", '\uf182'), FIGHTER_JET("fas-fighter-jet", '\uf0fb'), FILE("fas-file", '\uf15b'), FILE_ALT("fas-file-alt", '\uf15c'), FILE_ARCHIVE("fas-file-archive", '\uf1c6'), FILE_AUDIO("fas-file-audio", '\uf1c7'), FILE_CODE("fas-file-code", '\uf1c9'), FILE_CONTRACT("fas-file-contract", '\uf56c'), FILE_CSV("fas-file-csv", '\uf6dd'), FILE_DOWNLOAD("fas-file-download", '\uf56d'), FILE_EXCEL("fas-file-excel", '\uf1c3'), FILE_EXPORT("fas-file-export", '\uf56e'), FILE_IMAGE("fas-file-image", '\uf1c5'), FILE_IMPORT("fas-file-import", '\uf56f'), FILE_INVOICE("fas-file-invoice", '\uf570'), FILE_INVOICE_DOLLAR("fas-file-invoice-dollar", '\uf571'), FILE_MEDICAL("fas-file-medical", '\uf477'), FILE_MEDICAL_ALT("fas-file-medical-alt", '\uf478'), FILE_PDF("fas-file-pdf", '\uf1c1'), FILE_POWERPOINT("fas-file-powerpoint", '\uf1c4'), FILE_PRESCRIPTION("fas-file-prescription", '\uf572'), FILE_SIGNATURE("fas-file-signature", '\uf573'), FILE_UPLOAD("fas-file-upload", '\uf574'), FILE_VIDEO("fas-file-video", '\uf1c8'), FILE_WORD("fas-file-word", '\uf1c2'), FILL("fas-fill", '\uf575'), FILL_DRIP("fas-fill-drip", '\uf576'), FILM("fas-film", '\uf008'), FILTER("fas-filter", '\uf0b0'), FINGERPRINT("fas-fingerprint", '\uf577'), FIRE("fas-fire", '\uf06d'), FIRE_ALT("fas-fire-alt", '\uf7e4'), FIRE_EXTINGUISHER("fas-fire-extinguisher", '\uf134'), FIRST_AID("fas-first-aid", '\uf479'), FISH("fas-fish", '\uf578'), FIST_RAISED("fas-fist-raised", '\uf6de'), FLAG("fas-flag", '\uf024'), FLAG_CHECKERED("fas-flag-checkered", '\uf11e'), FLAG_USA("fas-flag-usa", '\uf74d'), FLASK("fas-flask", '\uf0c3'), FLUSHED("fas-flushed", '\uf579'), FOLDER("fas-folder", '\uf07b'), FOLDER_MINUS("fas-folder-minus", '\uf65d'), FOLDER_OPEN("fas-folder-open", '\uf07c'), FOLDER_PLUS("fas-folder-plus", '\uf65e'), FONT("fas-font", '\uf031'), FOOTBALL_BALL("fas-football-ball", '\uf44e'), FORWARD("fas-forward", '\uf04e'), FROG("fas-frog", '\uf52e'), FROWN("fas-frown", '\uf119'), FROWN_OPEN("fas-frown-open", '\uf57a'), FUNNEL_DOLLAR("fas-funnel-dollar", '\uf662'), FUTBOL("fas-futbol", '\uf1e3'), GAMEPAD("fas-gamepad", '\uf11b'), GAS_PUMP("fas-gas-pump", '\uf52f'), GAVEL("fas-gavel", '\uf0e3'), GEM("fas-gem", '\uf3a5'), GENDERLESS("fas-genderless", '\uf22d'), GHOST("fas-ghost", '\uf6e2'), GIFT("fas-gift", '\uf06b'), GIFTS("fas-gifts", '\uf79c'), GLASSES("fas-glasses", '\uf530'), GLASS_CHEERS("fas-glass-cheers", '\uf79f'), GLASS_MARTINI("fas-glass-martini", '\uf000'), GLASS_MARTINI_ALT("fas-glass-martini-alt", '\uf57b'), GLASS_WHISKEY("fas-glass-whiskey", '\uf7a0'), GLOBE("fas-globe", '\uf0ac'), GLOBE_AFRICA("fas-globe-africa", '\uf57c'), GLOBE_AMERICAS("fas-globe-americas", '\uf57d'), GLOBE_ASIA("fas-globe-asia", '\uf57e'), GLOBE_EUROPE("fas-globe-europe", '\uf7a2'), GOLF_BALL("fas-golf-ball", '\uf450'), GOPURAM("fas-gopuram", '\uf664'), GRADUATION_CAP("fas-graduation-cap", '\uf19d'), GREATER_THAN("fas-greater-than", '\uf531'), GREATER_THAN_EQUAL("fas-greater-than-equal", '\uf532'), GRIMACE("fas-grimace", '\uf57f'), GRIN("fas-grin", '\uf580'), GRIN_ALT("fas-grin-alt", '\uf581'), GRIN_BEAM("fas-grin-beam", '\uf582'), GRIN_BEAM_SWEAT("fas-grin-beam-sweat", '\uf583'), GRIN_HEARTS("fas-grin-hearts", '\uf584'), GRIN_SQUINT("fas-grin-squint", '\uf585'), GRIN_SQUINT_TEARS("fas-grin-squint-tears", '\uf586'), GRIN_STARS("fas-grin-stars", '\uf587'), GRIN_TEARS("fas-grin-tears", '\uf588'), GRIN_TONGUE("fas-grin-tongue", '\uf589'), GRIN_TONGUE_SQUINT("fas-grin-tongue-squint", '\uf58a'), GRIN_TONGUE_WINK("fas-grin-tongue-wink", '\uf58b'), GRIN_WINK("fas-grin-wink", '\uf58c'), GRIP_HORIZONTAL("fas-grip-horizontal", '\uf58d'), GRIP_LINES("fas-grip-lines", '\uf7a4'), GRIP_LINES_VERTICAL("fas-grip-lines-vertical", '\uf7a5'), GRIP_VERTICAL("fas-grip-vertical", '\uf58e'), GUITAR("fas-guitar", '\uf7a6'), HAMBURGER("fas-hamburger", '\uf805'), HAMMER("fas-hammer", '\uf6e3'), HAMSA("fas-hamsa", '\uf665'), HANDS("fas-hands", '\uf4c2'), HANDSHAKE("fas-handshake", '\uf2b5'), HANDSHAKE_ALT_SLASH("fas-handshake-alt-slash", '\ue05f'), HANDSHAKE_SLASH("fas-handshake-slash", '\ue060'), HANDS_HELPING("fas-hands-helping", '\uf4c4'), HANDS_WASH("fas-hands-wash", '\ue05e'), HAND_HOLDING("fas-hand-holding", '\uf4bd'), HAND_HOLDING_HEART("fas-hand-holding-heart", '\uf4be'), HAND_HOLDING_MEDICAL("fas-hand-holding-medical", '\ue05c'), HAND_HOLDING_USD("fas-hand-holding-usd", '\uf4c0'), HAND_HOLDING_WATER("fas-hand-holding-water", '\uf4c1'), HAND_LIZARD("fas-hand-lizard", '\uf258'), HAND_MIDDLE_FINGER("fas-hand-middle-finger", '\uf806'), HAND_PAPER("fas-hand-paper", '\uf256'), HAND_PEACE("fas-hand-peace", '\uf25b'), HAND_POINTER("fas-hand-pointer", '\uf25a'), HAND_POINT_DOWN("fas-hand-point-down", '\uf0a7'), HAND_POINT_LEFT("fas-hand-point-left", '\uf0a5'), HAND_POINT_RIGHT("fas-hand-point-right", '\uf0a4'), HAND_POINT_UP("fas-hand-point-up", '\uf0a6'), HAND_ROCK("fas-hand-rock", '\uf255'), HAND_SCISSORS("fas-hand-scissors", '\uf257'), HAND_SPARKLES("fas-hand-sparkles", '\ue05d'), HAND_SPOCK("fas-hand-spock", '\uf259'), HANUKIAH("fas-hanukiah", '\uf6e6'), HARD_HAT("fas-hard-hat", '\uf807'), HASHTAG("fas-hashtag", '\uf292'), HAT_COWBOY("fas-hat-cowboy", '\uf8c0'), HAT_COWBOY_SIDE("fas-hat-cowboy-side", '\uf8c1'), HAT_WIZARD("fas-hat-wizard", '\uf6e8'), HDD("fas-hdd", '\uf0a0'), HEADING("fas-heading", '\uf1dc'), HEADPHONES("fas-headphones", '\uf025'), HEADPHONES_ALT("fas-headphones-alt", '\uf58f'), HEADSET("fas-headset", '\uf590'), HEAD_SIDE_COUGH("fas-head-side-cough", '\ue061'), HEAD_SIDE_COUGH_SLASH("fas-head-side-cough-slash", '\ue062'), HEAD_SIDE_MASK("fas-head-side-mask", '\ue063'), HEAD_SIDE_VIRUS("fas-head-side-virus", '\ue064'), HEART("fas-heart", '\uf004'), HEARTBEAT("fas-heartbeat", '\uf21e'), HEART_BROKEN("fas-heart-broken", '\uf7a9'), HELICOPTER("fas-helicopter", '\uf533'), HIGHLIGHTER("fas-highlighter", '\uf591'), HIKING("fas-hiking", '\uf6ec'), HIPPO("fas-hippo", '\uf6ed'), HISTORY("fas-history", '\uf1da'), HOCKEY_PUCK("fas-hockey-puck", '\uf453'), HOLLY_BERRY("fas-holly-berry", '\uf7aa'), HOME("fas-home", '\uf015'), HORSE("fas-horse", '\uf6f0'), HORSE_HEAD("fas-horse-head", '\uf7ab'), HOSPITAL("fas-hospital", '\uf0f8'), HOSPITAL_ALT("fas-hospital-alt", '\uf47d'), HOSPITAL_SYMBOL("fas-hospital-symbol", '\uf47e'), HOSPITAL_USER("fas-hospital-user", '\uf80d'), HOTDOG("fas-hotdog", '\uf80f'), HOTEL("fas-hotel", '\uf594'), HOT_TUB("fas-hot-tub", '\uf593'), HOURGLASS("fas-hourglass", '\uf254'), HOURGLASS_END("fas-hourglass-end", '\uf253'), HOURGLASS_HALF("fas-hourglass-half", '\uf252'), HOURGLASS_START("fas-hourglass-start", '\uf251'), HOUSE_DAMAGE("fas-house-damage", '\uf6f1'), HOUSE_USER("fas-house-user", '\ue065'), HRYVNIA("fas-hryvnia", '\uf6f2'), H_SQUARE("fas-h-square", '\uf0fd'), ICE_CREAM("fas-ice-cream", '\uf810'), ICICLES("fas-icicles", '\uf7ad'), ICONS("fas-icons", '\uf86d'), ID_BADGE("fas-id-badge", '\uf2c1'), ID_CARD("fas-id-card", '\uf2c2'), ID_CARD_ALT("fas-id-card-alt", '\uf47f'), IGLOO("fas-igloo", '\uf7ae'), IMAGE("fas-image", '\uf03e'), IMAGES("fas-images", '\uf302'), INBOX("fas-inbox", '\uf01c'), INDENT("fas-indent", '\uf03c'), INDUSTRY("fas-industry", '\uf275'), INFINITY("fas-infinity", '\uf534'), INFO("fas-info", '\uf129'), INFO_CIRCLE("fas-info-circle", '\uf05a'), ITALIC("fas-italic", '\uf033'), I_CURSOR("fas-i-cursor", '\uf246'), JEDI("fas-jedi", '\uf669'), JOINT("fas-joint", '\uf595'), JOURNAL_WHILLS("fas-journal-whills", '\uf66a'), KAABA("fas-kaaba", '\uf66b'), KEY("fas-key", '\uf084'), KEYBOARD("fas-keyboard", '\uf11c'), KHANDA("fas-khanda", '\uf66d'), KISS("fas-kiss", '\uf596'), KISS_BEAM("fas-kiss-beam", '\uf597'), KISS_WINK_HEART("fas-kiss-wink-heart", '\uf598'), KIWI_BIRD("fas-kiwi-bird", '\uf535'), LANDMARK("fas-landmark", '\uf66f'), LANGUAGE("fas-language", '\uf1ab'), LAPTOP("fas-laptop", '\uf109'), LAPTOP_CODE("fas-laptop-code", '\uf5fc'), LAPTOP_HOUSE("fas-laptop-house", '\ue066'), LAPTOP_MEDICAL("fas-laptop-medical", '\uf812'), LAUGH("fas-laugh", '\uf599'), LAUGH_BEAM("fas-laugh-beam", '\uf59a'), LAUGH_SQUINT("fas-laugh-squint", '\uf59b'), LAUGH_WINK("fas-laugh-wink", '\uf59c'), LAYER_GROUP("fas-layer-group", '\uf5fd'), LEAF("fas-leaf", '\uf06c'), LEMON("fas-lemon", '\uf094'), LESS_THAN("fas-less-than", '\uf536'), LESS_THAN_EQUAL("fas-less-than-equal", '\uf537'), LEVEL_DOWN_ALT("fas-level-down-alt", '\uf3be'), LEVEL_UP_ALT("fas-level-up-alt", '\uf3bf'), LIFE_RING("fas-life-ring", '\uf1cd'), LIGHTBULB("fas-lightbulb", '\uf0eb'), LINK("fas-link", '\uf0c1'), LIRA_SIGN("fas-lira-sign", '\uf195'), LIST("fas-list", '\uf03a'), LIST_ALT("fas-list-alt", '\uf022'), LIST_OL("fas-list-ol", '\uf0cb'), LIST_UL("fas-list-ul", '\uf0ca'), LOCATION_ARROW("fas-location-arrow", '\uf124'), LOCK("fas-lock", '\uf023'), LOCK_OPEN("fas-lock-open", '\uf3c1'), LONG_ARROW_ALT_DOWN("fas-long-arrow-alt-down", '\uf309'), LONG_ARROW_ALT_LEFT("fas-long-arrow-alt-left", '\uf30a'), LONG_ARROW_ALT_RIGHT("fas-long-arrow-alt-right", '\uf30b'), LONG_ARROW_ALT_UP("fas-long-arrow-alt-up", '\uf30c'), LOW_VISION("fas-low-vision", '\uf2a8'), LUGGAGE_CART("fas-luggage-cart", '\uf59d'), LUNGS("fas-lungs", '\uf604'), LUNGS_VIRUS("fas-lungs-virus", '\ue067'), MAGIC("fas-magic", '\uf0d0'), MAGNET("fas-magnet", '\uf076'), MAIL_BULK("fas-mail-bulk", '\uf674'), MALE("fas-male", '\uf183'), MAP("fas-map", '\uf279'), MAP_MARKED("fas-map-marked", '\uf59f'), MAP_MARKED_ALT("fas-map-marked-alt", '\uf5a0'), MAP_MARKER("fas-map-marker", '\uf041'), MAP_MARKER_ALT("fas-map-marker-alt", '\uf3c5'), MAP_PIN("fas-map-pin", '\uf276'), MAP_SIGNS("fas-map-signs", '\uf277'), MARKER("fas-marker", '\uf5a1'), MARS("fas-mars", '\uf222'), MARS_DOUBLE("fas-mars-double", '\uf227'), MARS_STROKE("fas-mars-stroke", '\uf229'), MARS_STROKE_H("fas-mars-stroke-h", '\uf22b'), MARS_STROKE_V("fas-mars-stroke-v", '\uf22a'), MASK("fas-mask", '\uf6fa'), MEDAL("fas-medal", '\uf5a2'), MEDKIT("fas-medkit", '\uf0fa'), MEH("fas-meh", '\uf11a'), MEH_BLANK("fas-meh-blank", '\uf5a4'), MEH_ROLLING_EYES("fas-meh-rolling-eyes", '\uf5a5'), MEMORY("fas-memory", '\uf538'), MENORAH("fas-menorah", '\uf676'), MERCURY("fas-mercury", '\uf223'), METEOR("fas-meteor", '\uf753'), MICROCHIP("fas-microchip", '\uf2db'), MICROPHONE("fas-microphone", '\uf130'), MICROPHONE_ALT("fas-microphone-alt", '\uf3c9'), MICROPHONE_ALT_SLASH("fas-microphone-alt-slash", '\uf539'), MICROPHONE_SLASH("fas-microphone-slash", '\uf131'), MICROSCOPE("fas-microscope", '\uf610'), MINUS("fas-minus", '\uf068'), MINUS_CIRCLE("fas-minus-circle", '\uf056'), MINUS_SQUARE("fas-minus-square", '\uf146'), MITTEN("fas-mitten", '\uf7b5'), MOBILE("fas-mobile", '\uf10b'), MOBILE_ALT("fas-mobile-alt", '\uf3cd'), MONEY_BILL("fas-money-bill", '\uf0d6'), MONEY_BILL_ALT("fas-money-bill-alt", '\uf3d1'), MONEY_BILL_WAVE("fas-money-bill-wave", '\uf53a'), MONEY_BILL_WAVE_ALT("fas-money-bill-wave-alt", '\uf53b'), MONEY_CHECK("fas-money-check", '\uf53c'), MONEY_CHECK_ALT("fas-money-check-alt", '\uf53d'), MONUMENT("fas-monument", '\uf5a6'), MOON("fas-moon", '\uf186'), MORTAR_PESTLE("fas-mortar-pestle", '\uf5a7'), MOSQUE("fas-mosque", '\uf678'), MOTORCYCLE("fas-motorcycle", '\uf21c'), MOUNTAIN("fas-mountain", '\uf6fc'), MOUSE("fas-mouse", '\uf8cc'), MOUSE_POINTER("fas-mouse-pointer", '\uf245'), MUG_HOT("fas-mug-hot", '\uf7b6'), MUSIC("fas-music", '\uf001'), NETWORK_WIRED("fas-network-wired", '\uf6ff'), NEUTER("fas-neuter", '\uf22c'), NEWSPAPER("fas-newspaper", '\uf1ea'), NOTES_MEDICAL("fas-notes-medical", '\uf481'), NOT_EQUAL("fas-not-equal", '\uf53e'), OBJECT_GROUP("fas-object-group", '\uf247'), OBJECT_UNGROUP("fas-object-ungroup", '\uf248'), OIL_CAN("fas-oil-can", '\uf613'), OM("fas-om", '\uf679'), OTTER("fas-otter", '\uf700'), OUTDENT("fas-outdent", '\uf03b'), PAGER("fas-pager", '\uf815'), PAINT_BRUSH("fas-paint-brush", '\uf1fc'), PAINT_ROLLER("fas-paint-roller", '\uf5aa'), PALETTE("fas-palette", '\uf53f'), PALLET("fas-pallet", '\uf482'), PAPERCLIP("fas-paperclip", '\uf0c6'), PAPER_PLANE("fas-paper-plane", '\uf1d8'), PARACHUTE_BOX("fas-parachute-box", '\uf4cd'), PARAGRAPH("fas-paragraph", '\uf1dd'), PARKING("fas-parking", '\uf540'), PASSPORT("fas-passport", '\uf5ab'), PASTAFARIANISM("fas-pastafarianism", '\uf67b'), PASTE("fas-paste", '\uf0ea'), PAUSE("fas-pause", '\uf04c'), PAUSE_CIRCLE("fas-pause-circle", '\uf28b'), PAW("fas-paw", '\uf1b0'), PEACE("fas-peace", '\uf67c'), PEN("fas-pen", '\uf304'), PENCIL_ALT("fas-pencil-alt", '\uf303'), PENCIL_RULER("fas-pencil-ruler", '\uf5ae'), PEN_ALT("fas-pen-alt", '\uf305'), PEN_FANCY("fas-pen-fancy", '\uf5ac'), PEN_NIB("fas-pen-nib", '\uf5ad'), PEN_SQUARE("fas-pen-square", '\uf14b'), PEOPLE_ARROWS("fas-people-arrows", '\ue068'), PEOPLE_CARRY("fas-people-carry", '\uf4ce'), PEPPER_HOT("fas-pepper-hot", '\uf816'), PERCENT("fas-percent", '\uf295'), PERCENTAGE("fas-percentage", '\uf541'), PERSON_BOOTH("fas-person-booth", '\uf756'), PHONE("fas-phone", '\uf095'), PHONE_ALT("fas-phone-alt", '\uf879'), PHONE_SLASH("fas-phone-slash", '\uf3dd'), PHONE_SQUARE("fas-phone-square", '\uf098'), PHONE_SQUARE_ALT("fas-phone-square-alt", '\uf87b'), PHONE_VOLUME("fas-phone-volume", '\uf2a0'), PHOTO_VIDEO("fas-photo-video", '\uf87c'), PIGGY_BANK("fas-piggy-bank", '\uf4d3'), PILLS("fas-pills", '\uf484'), PIZZA_SLICE("fas-pizza-slice", '\uf818'), PLACE_OF_WORSHIP("fas-place-of-worship", '\uf67f'), PLANE("fas-plane", '\uf072'), PLANE_ARRIVAL("fas-plane-arrival", '\uf5af'), PLANE_DEPARTURE("fas-plane-departure", '\uf5b0'), PLANE_SLASH("fas-plane-slash", '\ue069'), PLAY("fas-play", '\uf04b'), PLAY_CIRCLE("fas-play-circle", '\uf144'), PLUG("fas-plug", '\uf1e6'), PLUS("fas-plus", '\uf067'), PLUS_CIRCLE("fas-plus-circle", '\uf055'), PLUS_SQUARE("fas-plus-square", '\uf0fe'), PODCAST("fas-podcast", '\uf2ce'), POLL("fas-poll", '\uf681'), POLL_H("fas-poll-h", '\uf682'), POO("fas-poo", '\uf2fe'), POOP("fas-poop", '\uf619'), POO_STORM("fas-poo-storm", '\uf75a'), PORTRAIT("fas-portrait", '\uf3e0'), POUND_SIGN("fas-pound-sign", '\uf154'), POWER_OFF("fas-power-off", '\uf011'), PRAY("fas-pray", '\uf683'), PRAYING_HANDS("fas-praying-hands", '\uf684'), PRESCRIPTION("fas-prescription", '\uf5b1'), PRESCRIPTION_BOTTLE("fas-prescription-bottle", '\uf485'), PRESCRIPTION_BOTTLE_ALT("fas-prescription-bottle-alt", '\uf486'), PRINT("fas-print", '\uf02f'), PROCEDURES("fas-procedures", '\uf487'), PROJECT_DIAGRAM("fas-project-diagram", '\uf542'), PUMP_MEDICAL("fas-pump-medical", '\ue06a'), PUMP_SOAP("fas-pump-soap", '\ue06b'), PUZZLE_PIECE("fas-puzzle-piece", '\uf12e'), QRCODE("fas-qrcode", '\uf029'), QUESTION("fas-question", '\uf128'), QUESTION_CIRCLE("fas-question-circle", '\uf059'), QUIDDITCH("fas-quidditch", '\uf458'), QUOTE_LEFT("fas-quote-left", '\uf10d'), QUOTE_RIGHT("fas-quote-right", '\uf10e'), QURAN("fas-quran", '\uf687'), RADIATION("fas-radiation", '\uf7b9'), RADIATION_ALT("fas-radiation-alt", '\uf7ba'), RAINBOW("fas-rainbow", '\uf75b'), RANDOM("fas-random", '\uf074'), RECEIPT("fas-receipt", '\uf543'), RECORD_VINYL("fas-record-vinyl", '\uf8d9'), RECYCLE("fas-recycle", '\uf1b8'), REDO("fas-redo", '\uf01e'), REDO_ALT("fas-redo-alt", '\uf2f9'), REGISTERED("fas-registered", '\uf25d'), REMOVE_FORMAT("fas-remove-format", '\uf87d'), REPLY("fas-reply", '\uf3e5'), REPLY_ALL("fas-reply-all", '\uf122'), REPUBLICAN("fas-republican", '\uf75e'), RESTROOM("fas-restroom", '\uf7bd'), RETWEET("fas-retweet", '\uf079'), RIBBON("fas-ribbon", '\uf4d6'), RING("fas-ring", '\uf70b'), ROAD("fas-road", '\uf018'), ROBOT("fas-robot", '\uf544'), ROCKET("fas-rocket", '\uf135'), ROUTE("fas-route", '\uf4d7'), RSS("fas-rss", '\uf09e'), RSS_SQUARE("fas-rss-square", '\uf143'), RUBLE_SIGN("fas-ruble-sign", '\uf158'), RULER("fas-ruler", '\uf545'), RULER_COMBINED("fas-ruler-combined", '\uf546'), RULER_HORIZONTAL("fas-ruler-horizontal", '\uf547'), RULER_VERTICAL("fas-ruler-vertical", '\uf548'), RUNNING("fas-running", '\uf70c'), RUPEE_SIGN("fas-rupee-sign", '\uf156'), SAD_CRY("fas-sad-cry", '\uf5b3'), SAD_TEAR("fas-sad-tear", '\uf5b4'), SATELLITE("fas-satellite", '\uf7bf'), SATELLITE_DISH("fas-satellite-dish", '\uf7c0'), SAVE("fas-save", '\uf0c7'), SCHOOL("fas-school", '\uf549'), SCREWDRIVER("fas-screwdriver", '\uf54a'), SCROLL("fas-scroll", '\uf70e'), SD_CARD("fas-sd-card", '\uf7c2'), SEARCH("fas-search", '\uf002'), SEARCH_DOLLAR("fas-search-dollar", '\uf688'), SEARCH_LOCATION("fas-search-location", '\uf689'), SEARCH_MINUS("fas-search-minus", '\uf010'), SEARCH_PLUS("fas-search-plus", '\uf00e'), SEEDLING("fas-seedling", '\uf4d8'), SERVER("fas-server", '\uf233'), SHAPES("fas-shapes", '\uf61f'), SHARE("fas-share", '\uf064'), SHARE_ALT("fas-share-alt", '\uf1e0'), SHARE_ALT_SQUARE("fas-share-alt-square", '\uf1e1'), SHARE_SQUARE("fas-share-square", '\uf14d'), SHEKEL_SIGN("fas-shekel-sign", '\uf20b'), SHIELD_ALT("fas-shield-alt", '\uf3ed'), SHIELD_VIRUS("fas-shield-virus", '\ue06c'), SHIP("fas-ship", '\uf21a'), SHIPPING_FAST("fas-shipping-fast", '\uf48b'), SHOE_PRINTS("fas-shoe-prints", '\uf54b'), SHOPPING_BAG("fas-shopping-bag", '\uf290'), SHOPPING_BASKET("fas-shopping-basket", '\uf291'), SHOPPING_CART("fas-shopping-cart", '\uf07a'), SHOWER("fas-shower", '\uf2cc'), SHUTTLE_VAN("fas-shuttle-van", '\uf5b6'), SIGN("fas-sign", '\uf4d9'), SIGNAL("fas-signal", '\uf012'), SIGNATURE("fas-signature", '\uf5b7'), SIGN_IN_ALT("fas-sign-in-alt", '\uf2f6'), SIGN_LANGUAGE("fas-sign-language", '\uf2a7'), SIGN_OUT_ALT("fas-sign-out-alt", '\uf2f5'), SIM_CARD("fas-sim-card", '\uf7c4'), SINK("fas-sink", '\ue06d'), SITEMAP("fas-sitemap", '\uf0e8'), SKATING("fas-skating", '\uf7c5'), SKIING("fas-skiing", '\uf7c9'), SKIING_NORDIC("fas-skiing-nordic", '\uf7ca'), SKULL("fas-skull", '\uf54c'), SKULL_CROSSBONES("fas-skull-crossbones", '\uf714'), SLASH("fas-slash", '\uf715'), SLEIGH("fas-sleigh", '\uf7cc'), SLIDERS_H("fas-sliders-h", '\uf1de'), SMILE("fas-smile", '\uf118'), SMILE_BEAM("fas-smile-beam", '\uf5b8'), SMILE_WINK("fas-smile-wink", '\uf4da'), SMOG("fas-smog", '\uf75f'), SMOKING("fas-smoking", '\uf48d'), SMOKING_BAN("fas-smoking-ban", '\uf54d'), SMS("fas-sms", '\uf7cd'), SNOWBOARDING("fas-snowboarding", '\uf7ce'), SNOWFLAKE("fas-snowflake", '\uf2dc'), SNOWMAN("fas-snowman", '\uf7d0'), SNOWPLOW("fas-snowplow", '\uf7d2'), SOAP("fas-soap", '\ue06e'), SOCKS("fas-socks", '\uf696'), SOLAR_PANEL("fas-solar-panel", '\uf5ba'), SORT("fas-sort", '\uf0dc'), SORT_ALPHA_DOWN("fas-sort-alpha-down", '\uf15d'), SORT_ALPHA_DOWN_ALT("fas-sort-alpha-down-alt", '\uf881'), SORT_ALPHA_UP("fas-sort-alpha-up", '\uf15e'), SORT_ALPHA_UP_ALT("fas-sort-alpha-up-alt", '\uf882'), SORT_AMOUNT_DOWN("fas-sort-amount-down", '\uf160'), SORT_AMOUNT_DOWN_ALT("fas-sort-amount-down-alt", '\uf884'), SORT_AMOUNT_UP("fas-sort-amount-up", '\uf161'), SORT_AMOUNT_UP_ALT("fas-sort-amount-up-alt", '\uf885'), SORT_DOWN("fas-sort-down", '\uf0dd'), SORT_NUMERIC_DOWN("fas-sort-numeric-down", '\uf162'), SORT_NUMERIC_DOWN_ALT("fas-sort-numeric-down-alt", '\uf886'), SORT_NUMERIC_UP("fas-sort-numeric-up", '\uf163'), SORT_NUMERIC_UP_ALT("fas-sort-numeric-up-alt", '\uf887'), SORT_UP("fas-sort-up", '\uf0de'), SPA("fas-spa", '\uf5bb'), SPACE_SHUTTLE("fas-space-shuttle", '\uf197'), SPELL_CHECK("fas-spell-check", '\uf891'), SPIDER("fas-spider", '\uf717'), SPINNER("fas-spinner", '\uf110'), SPLOTCH("fas-splotch", '\uf5bc'), SPRAY_CAN("fas-spray-can", '\uf5bd'), SQUARE("fas-square", '\uf0c8'), SQUARE_FULL("fas-square-full", '\uf45c'), SQUARE_ROOT_ALT("fas-square-root-alt", '\uf698'), STAMP("fas-stamp", '\uf5bf'), STAR("fas-star", '\uf005'), STAR_AND_CRESCENT("fas-star-and-crescent", '\uf699'), STAR_HALF("fas-star-half", '\uf089'), STAR_HALF_ALT("fas-star-half-alt", '\uf5c0'), STAR_OF_DAVID("fas-star-of-david", '\uf69a'), STAR_OF_LIFE("fas-star-of-life", '\uf621'), STEP_BACKWARD("fas-step-backward", '\uf048'), STEP_FORWARD("fas-step-forward", '\uf051'), STETHOSCOPE("fas-stethoscope", '\uf0f1'), STICKY_NOTE("fas-sticky-note", '\uf249'), STOP("fas-stop", '\uf04d'), STOPWATCH("fas-stopwatch", '\uf2f2'), STOPWATCH_20("fas-stopwatch-20", '\ue06f'), STOP_CIRCLE("fas-stop-circle", '\uf28d'), STORE("fas-store", '\uf54e'), STORE_ALT("fas-store-alt", '\uf54f'), STORE_ALT_SLASH("fas-store-alt-slash", '\ue070'), STORE_SLASH("fas-store-slash", '\ue071'), STREAM("fas-stream", '\uf550'), STREET_VIEW("fas-street-view", '\uf21d'), STRIKETHROUGH("fas-strikethrough", '\uf0cc'), STROOPWAFEL("fas-stroopwafel", '\uf551'), SUBSCRIPT("fas-subscript", '\uf12c'), SUBWAY("fas-subway", '\uf239'), SUITCASE("fas-suitcase", '\uf0f2'), SUITCASE_ROLLING("fas-suitcase-rolling", '\uf5c1'), SUN("fas-sun", '\uf185'), SUPERSCRIPT("fas-superscript", '\uf12b'), SURPRISE("fas-surprise", '\uf5c2'), SWATCHBOOK("fas-swatchbook", '\uf5c3'), SWIMMER("fas-swimmer", '\uf5c4'), SWIMMING_POOL("fas-swimming-pool", '\uf5c5'), SYNAGOGUE("fas-synagogue", '\uf69b'), SYNC("fas-sync", '\uf021'), SYNC_ALT("fas-sync-alt", '\uf2f1'), SYRINGE("fas-syringe", '\uf48e'), TABLE("fas-table", '\uf0ce'), TABLET("fas-tablet", '\uf10a'), TABLETS("fas-tablets", '\uf490'), TABLET_ALT("fas-tablet-alt", '\uf3fa'), TABLE_TENNIS("fas-table-tennis", '\uf45d'), TACHOMETER_ALT("fas-tachometer-alt", '\uf3fd'), TAG("fas-tag", '\uf02b'), TAGS("fas-tags", '\uf02c'), TAPE("fas-tape", '\uf4db'), TASKS("fas-tasks", '\uf0ae'), TAXI("fas-taxi", '\uf1ba'), TEETH("fas-teeth", '\uf62e'), TEETH_OPEN("fas-teeth-open", '\uf62f'), TEMPERATURE_HIGH("fas-temperature-high", '\uf769'), TEMPERATURE_LOW("fas-temperature-low", '\uf76b'), TENGE("fas-tenge", '\uf7d7'), TERMINAL("fas-terminal", '\uf120'), TEXT_HEIGHT("fas-text-height", '\uf034'), TEXT_WIDTH("fas-text-width", '\uf035'), TH("fas-th", '\uf00a'), THEATER_MASKS("fas-theater-masks", '\uf630'), THERMOMETER("fas-thermometer", '\uf491'), THERMOMETER_EMPTY("fas-thermometer-empty", '\uf2cb'), THERMOMETER_FULL("fas-thermometer-full", '\uf2c7'), THERMOMETER_HALF("fas-thermometer-half", '\uf2c9'), THERMOMETER_QUARTER("fas-thermometer-quarter", '\uf2ca'), THERMOMETER_THREE_QUARTERS("fas-thermometer-three-quarters", '\uf2c8'), THUMBS_DOWN("fas-thumbs-down", '\uf165'), THUMBS_UP("fas-thumbs-up", '\uf164'), THUMBTACK("fas-thumbtack", '\uf08d'), TH_LARGE("fas-th-large", '\uf009'), TH_LIST("fas-th-list", '\uf00b'), TICKET_ALT("fas-ticket-alt", '\uf3ff'), TIMES("fas-times", '\uf00d'), TIMES_CIRCLE("fas-times-circle", '\uf057'), TINT("fas-tint", '\uf043'), TINT_SLASH("fas-tint-slash", '\uf5c7'), TIRED("fas-tired", '\uf5c8'), TOGGLE_OFF("fas-toggle-off", '\uf204'), TOGGLE_ON("fas-toggle-on", '\uf205'), TOILET("fas-toilet", '\uf7d8'), TOILET_PAPER("fas-toilet-paper", '\uf71e'), TOILET_PAPER_SLASH("fas-toilet-paper-slash", '\ue072'), TOOLBOX("fas-toolbox", '\uf552'), TOOLS("fas-tools", '\uf7d9'), TOOTH("fas-tooth", '\uf5c9'), TORAH("fas-torah", '\uf6a0'), TORII_GATE("fas-torii-gate", '\uf6a1'), TRACTOR("fas-tractor", '\uf722'), TRADEMARK("fas-trademark", '\uf25c'), TRAFFIC_LIGHT("fas-traffic-light", '\uf637'), TRAILER("fas-trailer", '\ue041'), TRAIN("fas-train", '\uf238'), TRAM("fas-tram", '\uf7da'), TRANSGENDER("fas-transgender", '\uf224'), TRANSGENDER_ALT("fas-transgender-alt", '\uf225'), TRASH("fas-trash", '\uf1f8'), TRASH_ALT("fas-trash-alt", '\uf2ed'), TRASH_RESTORE("fas-trash-restore", '\uf829'), TRASH_RESTORE_ALT("fas-trash-restore-alt", '\uf82a'), TREE("fas-tree", '\uf1bb'), TROPHY("fas-trophy", '\uf091'), TRUCK("fas-truck", '\uf0d1'), TRUCK_LOADING("fas-truck-loading", '\uf4de'), TRUCK_MONSTER("fas-truck-monster", '\uf63b'), TRUCK_MOVING("fas-truck-moving", '\uf4df'), TRUCK_PICKUP("fas-truck-pickup", '\uf63c'), TSHIRT("fas-tshirt", '\uf553'), TTY("fas-tty", '\uf1e4'), TV("fas-tv", '\uf26c'), UMBRELLA("fas-umbrella", '\uf0e9'), UMBRELLA_BEACH("fas-umbrella-beach", '\uf5ca'), UNDERLINE("fas-underline", '\uf0cd'), UNDO("fas-undo", '\uf0e2'), UNDO_ALT("fas-undo-alt", '\uf2ea'), UNIVERSAL_ACCESS("fas-universal-access", '\uf29a'), UNIVERSITY("fas-university", '\uf19c'), UNLINK("fas-unlink", '\uf127'), UNLOCK("fas-unlock", '\uf09c'), UNLOCK_ALT("fas-unlock-alt", '\uf13e'), UPLOAD("fas-upload", '\uf093'), USER("fas-user", '\uf007'), USERS("fas-users", '\uf0c0'), USERS_COG("fas-users-cog", '\uf509'), USERS_SLASH("fas-users-slash", '\ue073'), USER_ALT("fas-user-alt", '\uf406'), USER_ALT_SLASH("fas-user-alt-slash", '\uf4fa'), USER_ASTRONAUT("fas-user-astronaut", '\uf4fb'), USER_CHECK("fas-user-check", '\uf4fc'), USER_CIRCLE("fas-user-circle", '\uf2bd'), USER_CLOCK("fas-user-clock", '\uf4fd'), USER_COG("fas-user-cog", '\uf4fe'), USER_EDIT("fas-user-edit", '\uf4ff'), USER_FRIENDS("fas-user-friends", '\uf500'), USER_GRADUATE("fas-user-graduate", '\uf501'), USER_INJURED("fas-user-injured", '\uf728'), USER_LOCK("fas-user-lock", '\uf502'), USER_MD("fas-user-md", '\uf0f0'), USER_MINUS("fas-user-minus", '\uf503'), USER_NINJA("fas-user-ninja", '\uf504'), USER_NURSE("fas-user-nurse", '\uf82f'), USER_PLUS("fas-user-plus", '\uf234'), USER_SECRET("fas-user-secret", '\uf21b'), USER_SHIELD("fas-user-shield", '\uf505'), USER_SLASH("fas-user-slash", '\uf506'), USER_TAG("fas-user-tag", '\uf507'), USER_TIE("fas-user-tie", '\uf508'), USER_TIMES("fas-user-times", '\uf235'), UTENSILS("fas-utensils", '\uf2e7'), UTENSIL_SPOON("fas-utensil-spoon", '\uf2e5'), VECTOR_SQUARE("fas-vector-square", '\uf5cb'), VENUS("fas-venus", '\uf221'), VENUS_DOUBLE("fas-venus-double", '\uf226'), VENUS_MARS("fas-venus-mars", '\uf228'), VEST("fas-vest", '\ue085'), VEST_PATCHES("fas-vest-patches", '\ue086'), VIAL("fas-vial", '\uf492'), VIALS("fas-vials", '\uf493'), VIDEO("fas-video", '\uf03d'), VIDEO_SLASH("fas-video-slash", '\uf4e2'), VIHARA("fas-vihara", '\uf6a7'), VIRUS("fas-virus", '\ue074'), VIRUSES("fas-viruses", '\ue076'), VIRUS_SLASH("fas-virus-slash", '\ue075'), VOICEMAIL("fas-voicemail", '\uf897'), VOLLEYBALL_BALL("fas-volleyball-ball", '\uf45f'), VOLUME_DOWN("fas-volume-down", '\uf027'), VOLUME_MUTE("fas-volume-mute", '\uf6a9'), VOLUME_OFF("fas-volume-off", '\uf026'), VOLUME_UP("fas-volume-up", '\uf028'), VOTE_YEA("fas-vote-yea", '\uf772'), VR_CARDBOARD("fas-vr-cardboard", '\uf729'), WALKING("fas-walking", '\uf554'), WALLET("fas-wallet", '\uf555'), WAREHOUSE("fas-warehouse", '\uf494'), WATER("fas-water", '\uf773'), WAVE_SQUARE("fas-wave-square", '\uf83e'), WEIGHT("fas-weight", '\uf496'), WEIGHT_HANGING("fas-weight-hanging", '\uf5cd'), WHEELCHAIR("fas-wheelchair", '\uf193'), WIFI("fas-wifi", '\uf1eb'), WIND("fas-wind", '\uf72e'), WINDOW_CLOSE("fas-window-close", '\uf410'), WINDOW_MAXIMIZE("fas-window-maximize", '\uf2d0'), WINDOW_MINIMIZE("fas-window-minimize", '\uf2d1'), WINDOW_RESTORE("fas-window-restore", '\uf2d2'), WINE_BOTTLE("fas-wine-bottle", '\uf72f'), WINE_GLASS("fas-wine-glass", '\uf4e3'), WINE_GLASS_ALT("fas-wine-glass-alt", '\uf5ce'), WON_SIGN("fas-won-sign", '\uf159'), WRENCH("fas-wrench", '\uf0ad'), X_RAY("fas-x-ray", '\uf497'), YEN_SIGN("fas-yen-sign", '\uf157'), YIN_YANG("fas-yin-yang", '\uf6ad'); public static FontAwesomeSolid findByDescription(String description) { for (FontAwesomeSolid font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; FontAwesomeSolid(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeSolidIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontAwesomeSolidIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontawesome5/5.15.3/fonts/fa-solid-900.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fas-"); } @Override public Ikon resolve(String description) { return FontAwesomeSolid.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Font Awesome 5 Free Solid"; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/java/org/kordamp/ikonli/fontawesome5/FontAwesomeSolidIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome5; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class FontAwesomeSolidIkonProvider implements IkonProvider { @Override public Class getIkon() { return FontAwesomeSolid.class; } } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/resources/META-INF/resources/fontawesome5/5.15.3/css/fa-brands.css ================================================ /*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-brands-400.eot"); src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); } .fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/resources/META-INF/resources/fontawesome5/5.15.3/css/fa-regular.css ================================================ /*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-regular-400.eot"); src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); } .far { font-family: 'Font Awesome 5 Free'; font-weight: 400; } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/resources/META-INF/resources/fontawesome5/5.15.3/css/fa-solid.css ================================================ /*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/fa-solid-900.eot"); src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); } .fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/resources/META-INF/resources/fontawesome5/5.15.3/css/fontawesome-all.css ================================================ /*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em; } .fa-xs { font-size: .75em; } .fa-sm { font-size: .875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .fa-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both { -webkit-filter: none; filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\f26e"; } .fa-accessible-icon:before { content: "\f368"; } .fa-accusoft:before { content: "\f369"; } .fa-acquisitions-incorporated:before { content: "\f6af"; } .fa-ad:before { content: "\f641"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-card:before { content: "\f2bb"; } .fa-adjust:before { content: "\f042"; } .fa-adn:before { content: "\f170"; } .fa-adversal:before { content: "\f36a"; } .fa-affiliatetheme:before { content: "\f36b"; } .fa-air-freshener:before { content: "\f5d0"; } .fa-airbnb:before { content: "\f834"; } .fa-algolia:before { content: "\f36c"; } .fa-align-center:before { content: "\f037"; } .fa-align-justify:before { content: "\f039"; } .fa-align-left:before { content: "\f036"; } .fa-align-right:before { content: "\f038"; } .fa-alipay:before { content: "\f642"; } .fa-allergies:before { content: "\f461"; } .fa-amazon:before { content: "\f270"; } .fa-amazon-pay:before { content: "\f42c"; } .fa-ambulance:before { content: "\f0f9"; } .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-amilia:before { content: "\f36d"; } .fa-anchor:before { content: "\f13d"; } .fa-android:before { content: "\f17b"; } .fa-angellist:before { content: "\f209"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-down:before { content: "\f107"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angry:before { content: "\f556"; } .fa-angrycreative:before { content: "\f36e"; } .fa-angular:before { content: "\f420"; } .fa-ankh:before { content: "\f644"; } .fa-app-store:before { content: "\f36f"; } .fa-app-store-ios:before { content: "\f370"; } .fa-apper:before { content: "\f371"; } .fa-apple:before { content: "\f179"; } .fa-apple-alt:before { content: "\f5d1"; } .fa-apple-pay:before { content: "\f415"; } .fa-archive:before { content: "\f187"; } .fa-archway:before { content: "\f557"; } .fa-arrow-alt-circle-down:before { content: "\f358"; } .fa-arrow-alt-circle-left:before { content: "\f359"; } .fa-arrow-alt-circle-right:before { content: "\f35a"; } .fa-arrow-alt-circle-up:before { content: "\f35b"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-down:before { content: "\f063"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-arrows-alt-h:before { content: "\f337"; } .fa-arrows-alt-v:before { content: "\f338"; } .fa-artstation:before { content: "\f77a"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asterisk:before { content: "\f069"; } .fa-asymmetrik:before { content: "\f372"; } .fa-at:before { content: "\f1fa"; } .fa-atlas:before { content: "\f558"; } .fa-atlassian:before { content: "\f77b"; } .fa-atom:before { content: "\f5d2"; } .fa-audible:before { content: "\f373"; } .fa-audio-description:before { content: "\f29e"; } .fa-autoprefixer:before { content: "\f41c"; } .fa-avianex:before { content: "\f374"; } .fa-aviato:before { content: "\f421"; } .fa-award:before { content: "\f559"; } .fa-aws:before { content: "\f375"; } .fa-baby:before { content: "\f77c"; } .fa-baby-carriage:before { content: "\f77d"; } .fa-backspace:before { content: "\f55a"; } .fa-backward:before { content: "\f04a"; } .fa-bacon:before { content: "\f7e5"; } .fa-bacteria:before { content: "\e059"; } .fa-bacterium:before { content: "\e05a"; } .fa-bahai:before { content: "\f666"; } .fa-balance-scale:before { content: "\f24e"; } .fa-balance-scale-left:before { content: "\f515"; } .fa-balance-scale-right:before { content: "\f516"; } .fa-ban:before { content: "\f05e"; } .fa-band-aid:before { content: "\f462"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-barcode:before { content: "\f02a"; } .fa-bars:before { content: "\f0c9"; } .fa-baseball-ball:before { content: "\f433"; } .fa-basketball-ball:before { content: "\f434"; } .fa-bath:before { content: "\f2cd"; } .fa-battery-empty:before { content: "\f244"; } .fa-battery-full:before { content: "\f240"; } .fa-battery-half:before { content: "\f242"; } .fa-battery-quarter:before { content: "\f243"; } .fa-battery-three-quarters:before { content: "\f241"; } .fa-battle-net:before { content: "\f835"; } .fa-bed:before { content: "\f236"; } .fa-beer:before { content: "\f0fc"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-bell:before { content: "\f0f3"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bezier-curve:before { content: "\f55b"; } .fa-bible:before { content: "\f647"; } .fa-bicycle:before { content: "\f206"; } .fa-biking:before { content: "\f84a"; } .fa-bimobject:before { content: "\f378"; } .fa-binoculars:before { content: "\f1e5"; } .fa-biohazard:before { content: "\f780"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitcoin:before { content: "\f379"; } .fa-bity:before { content: "\f37a"; } .fa-black-tie:before { content: "\f27e"; } .fa-blackberry:before { content: "\f37b"; } .fa-blender:before { content: "\f517"; } .fa-blender-phone:before { content: "\f6b6"; } .fa-blind:before { content: "\f29d"; } .fa-blog:before { content: "\f781"; } .fa-blogger:before { content: "\f37c"; } .fa-blogger-b:before { content: "\f37d"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-bold:before { content: "\f032"; } .fa-bolt:before { content: "\f0e7"; } .fa-bomb:before { content: "\f1e2"; } .fa-bone:before { content: "\f5d7"; } .fa-bong:before { content: "\f55c"; } .fa-book:before { content: "\f02d"; } .fa-book-dead:before { content: "\f6b7"; } .fa-book-medical:before { content: "\f7e6"; } .fa-book-open:before { content: "\f518"; } .fa-book-reader:before { content: "\f5da"; } .fa-bookmark:before { content: "\f02e"; } .fa-bootstrap:before { content: "\f836"; } .fa-border-all:before { content: "\f84c"; } .fa-border-none:before { content: "\f850"; } .fa-border-style:before { content: "\f853"; } .fa-bowling-ball:before { content: "\f436"; } .fa-box:before { content: "\f466"; } .fa-box-open:before { content: "\f49e"; } .fa-box-tissue:before { content: "\e05b"; } .fa-boxes:before { content: "\f468"; } .fa-braille:before { content: "\f2a1"; } .fa-brain:before { content: "\f5dc"; } .fa-bread-slice:before { content: "\f7ec"; } .fa-briefcase:before { content: "\f0b1"; } .fa-briefcase-medical:before { content: "\f469"; } .fa-broadcast-tower:before { content: "\f519"; } .fa-broom:before { content: "\f51a"; } .fa-brush:before { content: "\f55d"; } .fa-btc:before { content: "\f15a"; } .fa-buffer:before { content: "\f837"; } .fa-bug:before { content: "\f188"; } .fa-building:before { content: "\f1ad"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bullseye:before { content: "\f140"; } .fa-burn:before { content: "\f46a"; } .fa-buromobelexperte:before { content: "\f37f"; } .fa-bus:before { content: "\f207"; } .fa-bus-alt:before { content: "\f55e"; } .fa-business-time:before { content: "\f64a"; } .fa-buy-n-large:before { content: "\f8a6"; } .fa-buysellads:before { content: "\f20d"; } .fa-calculator:before { content: "\f1ec"; } .fa-calendar:before { content: "\f133"; } .fa-calendar-alt:before { content: "\f073"; } .fa-calendar-check:before { content: "\f274"; } .fa-calendar-day:before { content: "\f783"; } .fa-calendar-minus:before { content: "\f272"; } .fa-calendar-plus:before { content: "\f271"; } .fa-calendar-times:before { content: "\f273"; } .fa-calendar-week:before { content: "\f784"; } .fa-camera:before { content: "\f030"; } .fa-camera-retro:before { content: "\f083"; } .fa-campground:before { content: "\f6bb"; } .fa-canadian-maple-leaf:before { content: "\f785"; } .fa-candy-cane:before { content: "\f786"; } .fa-cannabis:before { content: "\f55f"; } .fa-capsules:before { content: "\f46b"; } .fa-car:before { content: "\f1b9"; } .fa-car-alt:before { content: "\f5de"; } .fa-car-battery:before { content: "\f5df"; } .fa-car-crash:before { content: "\f5e1"; } .fa-car-side:before { content: "\f5e4"; } .fa-caravan:before { content: "\f8ff"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-caret-square-down:before { content: "\f150"; } .fa-caret-square-left:before { content: "\f191"; } .fa-caret-square-right:before { content: "\f152"; } .fa-caret-square-up:before { content: "\f151"; } .fa-caret-up:before { content: "\f0d8"; } .fa-carrot:before { content: "\f787"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-cart-plus:before { content: "\f217"; } .fa-cash-register:before { content: "\f788"; } .fa-cat:before { content: "\f6be"; } .fa-cc-amazon-pay:before { content: "\f42d"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-apple-pay:before { content: "\f416"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-centercode:before { content: "\f380"; } .fa-centos:before { content: "\f789"; } .fa-certificate:before { content: "\f0a3"; } .fa-chair:before { content: "\f6c0"; } .fa-chalkboard:before { content: "\f51b"; } .fa-chalkboard-teacher:before { content: "\f51c"; } .fa-charging-station:before { content: "\f5e7"; } .fa-chart-area:before { content: "\f1fe"; } .fa-chart-bar:before { content: "\f080"; } .fa-chart-line:before { content: "\f201"; } .fa-chart-pie:before { content: "\f200"; } .fa-check:before { content: "\f00c"; } .fa-check-circle:before { content: "\f058"; } .fa-check-double:before { content: "\f560"; } .fa-check-square:before { content: "\f14a"; } .fa-cheese:before { content: "\f7ef"; } .fa-chess:before { content: "\f439"; } .fa-chess-bishop:before { content: "\f43a"; } .fa-chess-board:before { content: "\f43c"; } .fa-chess-king:before { content: "\f43f"; } .fa-chess-knight:before { content: "\f441"; } .fa-chess-pawn:before { content: "\f443"; } .fa-chess-queen:before { content: "\f445"; } .fa-chess-rook:before { content: "\f447"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-down:before { content: "\f078"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-chevron-up:before { content: "\f077"; } .fa-child:before { content: "\f1ae"; } .fa-chrome:before { content: "\f268"; } .fa-chromecast:before { content: "\f838"; } .fa-church:before { content: "\f51d"; } .fa-circle:before { content: "\f111"; } .fa-circle-notch:before { content: "\f1ce"; } .fa-city:before { content: "\f64f"; } .fa-clinic-medical:before { content: "\f7f2"; } .fa-clipboard:before { content: "\f328"; } .fa-clipboard-check:before { content: "\f46c"; } .fa-clipboard-list:before { content: "\f46d"; } .fa-clock:before { content: "\f017"; } .fa-clone:before { content: "\f24d"; } .fa-closed-captioning:before { content: "\f20a"; } .fa-cloud:before { content: "\f0c2"; } .fa-cloud-download-alt:before { content: "\f381"; } .fa-cloud-meatball:before { content: "\f73b"; } .fa-cloud-moon:before { content: "\f6c3"; } .fa-cloud-moon-rain:before { content: "\f73c"; } .fa-cloud-rain:before { content: "\f73d"; } .fa-cloud-showers-heavy:before { content: "\f740"; } .fa-cloud-sun:before { content: "\f6c4"; } .fa-cloud-sun-rain:before { content: "\f743"; } .fa-cloud-upload-alt:before { content: "\f382"; } .fa-cloudflare:before { content: "\e07d"; } .fa-cloudscale:before { content: "\f383"; } .fa-cloudsmith:before { content: "\f384"; } .fa-cloudversify:before { content: "\f385"; } .fa-cocktail:before { content: "\f561"; } .fa-code:before { content: "\f121"; } .fa-code-branch:before { content: "\f126"; } .fa-codepen:before { content: "\f1cb"; } .fa-codiepie:before { content: "\f284"; } .fa-coffee:before { content: "\f0f4"; } .fa-cog:before { content: "\f013"; } .fa-cogs:before { content: "\f085"; } .fa-coins:before { content: "\f51e"; } .fa-columns:before { content: "\f0db"; } .fa-comment:before { content: "\f075"; } .fa-comment-alt:before { content: "\f27a"; } .fa-comment-dollar:before { content: "\f651"; } .fa-comment-dots:before { content: "\f4ad"; } .fa-comment-medical:before { content: "\f7f5"; } .fa-comment-slash:before { content: "\f4b3"; } .fa-comments:before { content: "\f086"; } .fa-comments-dollar:before { content: "\f653"; } .fa-compact-disc:before { content: "\f51f"; } .fa-compass:before { content: "\f14e"; } .fa-compress:before { content: "\f066"; } .fa-compress-alt:before { content: "\f422"; } .fa-compress-arrows-alt:before { content: "\f78c"; } .fa-concierge-bell:before { content: "\f562"; } .fa-confluence:before { content: "\f78d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-contao:before { content: "\f26d"; } .fa-cookie:before { content: "\f563"; } .fa-cookie-bite:before { content: "\f564"; } .fa-copy:before { content: "\f0c5"; } .fa-copyright:before { content: "\f1f9"; } .fa-cotton-bureau:before { content: "\f89e"; } .fa-couch:before { content: "\f4b8"; } .fa-cpanel:before { content: "\f388"; } .fa-creative-commons:before { content: "\f25e"; } .fa-creative-commons-by:before { content: "\f4e7"; } .fa-creative-commons-nc:before { content: "\f4e8"; } .fa-creative-commons-nc-eu:before { content: "\f4e9"; } .fa-creative-commons-nc-jp:before { content: "\f4ea"; } .fa-creative-commons-nd:before { content: "\f4eb"; } .fa-creative-commons-pd:before { content: "\f4ec"; } .fa-creative-commons-pd-alt:before { content: "\f4ed"; } .fa-creative-commons-remix:before { content: "\f4ee"; } .fa-creative-commons-sa:before { content: "\f4ef"; } .fa-creative-commons-sampling:before { content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { content: "\f4f1"; } .fa-creative-commons-share:before { content: "\f4f2"; } .fa-creative-commons-zero:before { content: "\f4f3"; } .fa-credit-card:before { content: "\f09d"; } .fa-critical-role:before { content: "\f6c9"; } .fa-crop:before { content: "\f125"; } .fa-crop-alt:before { content: "\f565"; } .fa-cross:before { content: "\f654"; } .fa-crosshairs:before { content: "\f05b"; } .fa-crow:before { content: "\f520"; } .fa-crown:before { content: "\f521"; } .fa-crutch:before { content: "\f7f7"; } .fa-css3:before { content: "\f13c"; } .fa-css3-alt:before { content: "\f38b"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-cut:before { content: "\f0c4"; } .fa-cuttlefish:before { content: "\f38c"; } .fa-d-and-d:before { content: "\f38d"; } .fa-d-and-d-beyond:before { content: "\f6ca"; } .fa-dailymotion:before { content: "\e052"; } .fa-dashcube:before { content: "\f210"; } .fa-database:before { content: "\f1c0"; } .fa-deaf:before { content: "\f2a4"; } .fa-deezer:before { content: "\e077"; } .fa-delicious:before { content: "\f1a5"; } .fa-democrat:before { content: "\f747"; } .fa-deploydog:before { content: "\f38e"; } .fa-deskpro:before { content: "\f38f"; } .fa-desktop:before { content: "\f108"; } .fa-dev:before { content: "\f6cc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-dharmachakra:before { content: "\f655"; } .fa-dhl:before { content: "\f790"; } .fa-diagnoses:before { content: "\f470"; } .fa-diaspora:before { content: "\f791"; } .fa-dice:before { content: "\f522"; } .fa-dice-d20:before { content: "\f6cf"; } .fa-dice-d6:before { content: "\f6d1"; } .fa-dice-five:before { content: "\f523"; } .fa-dice-four:before { content: "\f524"; } .fa-dice-one:before { content: "\f525"; } .fa-dice-six:before { content: "\f526"; } .fa-dice-three:before { content: "\f527"; } .fa-dice-two:before { content: "\f528"; } .fa-digg:before { content: "\f1a6"; } .fa-digital-ocean:before { content: "\f391"; } .fa-digital-tachograph:before { content: "\f566"; } .fa-directions:before { content: "\f5eb"; } .fa-discord:before { content: "\f392"; } .fa-discourse:before { content: "\f393"; } .fa-disease:before { content: "\f7fa"; } .fa-divide:before { content: "\f529"; } .fa-dizzy:before { content: "\f567"; } .fa-dna:before { content: "\f471"; } .fa-dochub:before { content: "\f394"; } .fa-docker:before { content: "\f395"; } .fa-dog:before { content: "\f6d3"; } .fa-dollar-sign:before { content: "\f155"; } .fa-dolly:before { content: "\f472"; } .fa-dolly-flatbed:before { content: "\f474"; } .fa-donate:before { content: "\f4b9"; } .fa-door-closed:before { content: "\f52a"; } .fa-door-open:before { content: "\f52b"; } .fa-dot-circle:before { content: "\f192"; } .fa-dove:before { content: "\f4ba"; } .fa-download:before { content: "\f019"; } .fa-draft2digital:before { content: "\f396"; } .fa-drafting-compass:before { content: "\f568"; } .fa-dragon:before { content: "\f6d5"; } .fa-draw-polygon:before { content: "\f5ee"; } .fa-dribbble:before { content: "\f17d"; } .fa-dribbble-square:before { content: "\f397"; } .fa-dropbox:before { content: "\f16b"; } .fa-drum:before { content: "\f569"; } .fa-drum-steelpan:before { content: "\f56a"; } .fa-drumstick-bite:before { content: "\f6d7"; } .fa-drupal:before { content: "\f1a9"; } .fa-dumbbell:before { content: "\f44b"; } .fa-dumpster:before { content: "\f793"; } .fa-dumpster-fire:before { content: "\f794"; } .fa-dungeon:before { content: "\f6d9"; } .fa-dyalog:before { content: "\f399"; } .fa-earlybirds:before { content: "\f39a"; } .fa-ebay:before { content: "\f4f4"; } .fa-edge:before { content: "\f282"; } .fa-edge-legacy:before { content: "\e078"; } .fa-edit:before { content: "\f044"; } .fa-egg:before { content: "\f7fb"; } .fa-eject:before { content: "\f052"; } .fa-elementor:before { content: "\f430"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-ello:before { content: "\f5f1"; } .fa-ember:before { content: "\f423"; } .fa-empire:before { content: "\f1d1"; } .fa-envelope:before { content: "\f0e0"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-text:before { content: "\f658"; } .fa-envelope-square:before { content: "\f199"; } .fa-envira:before { content: "\f299"; } .fa-equals:before { content: "\f52c"; } .fa-eraser:before { content: "\f12d"; } .fa-erlang:before { content: "\f39d"; } .fa-ethereum:before { content: "\f42e"; } .fa-ethernet:before { content: "\f796"; } .fa-etsy:before { content: "\f2d7"; } .fa-euro-sign:before { content: "\f153"; } .fa-evernote:before { content: "\f839"; } .fa-exchange-alt:before { content: "\f362"; } .fa-exclamation:before { content: "\f12a"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-exclamation-triangle:before { content: "\f071"; } .fa-expand:before { content: "\f065"; } .fa-expand-alt:before { content: "\f424"; } .fa-expand-arrows-alt:before { content: "\f31e"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-external-link-alt:before { content: "\f35d"; } .fa-external-link-square-alt:before { content: "\f360"; } .fa-eye:before { content: "\f06e"; } .fa-eye-dropper:before { content: "\f1fb"; } .fa-eye-slash:before { content: "\f070"; } .fa-facebook:before { content: "\f09a"; } .fa-facebook-f:before { content: "\f39e"; } .fa-facebook-messenger:before { content: "\f39f"; } .fa-facebook-square:before { content: "\f082"; } .fa-fan:before { content: "\f863"; } .fa-fantasy-flight-games:before { content: "\f6dc"; } .fa-fast-backward:before { content: "\f049"; } .fa-fast-forward:before { content: "\f050"; } .fa-faucet:before { content: "\e005"; } .fa-fax:before { content: "\f1ac"; } .fa-feather:before { content: "\f52d"; } .fa-feather-alt:before { content: "\f56b"; } .fa-fedex:before { content: "\f797"; } .fa-fedora:before { content: "\f798"; } .fa-female:before { content: "\f182"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-figma:before { content: "\f799"; } .fa-file:before { content: "\f15b"; } .fa-file-alt:before { content: "\f15c"; } .fa-file-archive:before { content: "\f1c6"; } .fa-file-audio:before { content: "\f1c7"; } .fa-file-code:before { content: "\f1c9"; } .fa-file-contract:before { content: "\f56c"; } .fa-file-csv:before { content: "\f6dd"; } .fa-file-download:before { content: "\f56d"; } .fa-file-excel:before { content: "\f1c3"; } .fa-file-export:before { content: "\f56e"; } .fa-file-image:before { content: "\f1c5"; } .fa-file-import:before { content: "\f56f"; } .fa-file-invoice:before { content: "\f570"; } .fa-file-invoice-dollar:before { content: "\f571"; } .fa-file-medical:before { content: "\f477"; } .fa-file-medical-alt:before { content: "\f478"; } .fa-file-pdf:before { content: "\f1c1"; } .fa-file-powerpoint:before { content: "\f1c4"; } .fa-file-prescription:before { content: "\f572"; } .fa-file-signature:before { content: "\f573"; } .fa-file-upload:before { content: "\f574"; } .fa-file-video:before { content: "\f1c8"; } .fa-file-word:before { content: "\f1c2"; } .fa-fill:before { content: "\f575"; } .fa-fill-drip:before { content: "\f576"; } .fa-film:before { content: "\f008"; } .fa-filter:before { content: "\f0b0"; } .fa-fingerprint:before { content: "\f577"; } .fa-fire:before { content: "\f06d"; } .fa-fire-alt:before { content: "\f7e4"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-firefox:before { content: "\f269"; } .fa-firefox-browser:before { content: "\e007"; } .fa-first-aid:before { content: "\f479"; } .fa-first-order:before { content: "\f2b0"; } .fa-first-order-alt:before { content: "\f50a"; } .fa-firstdraft:before { content: "\f3a1"; } .fa-fish:before { content: "\f578"; } .fa-fist-raised:before { content: "\f6de"; } .fa-flag:before { content: "\f024"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-flag-usa:before { content: "\f74d"; } .fa-flask:before { content: "\f0c3"; } .fa-flickr:before { content: "\f16e"; } .fa-flipboard:before { content: "\f44d"; } .fa-flushed:before { content: "\f579"; } .fa-fly:before { content: "\f417"; } .fa-folder:before { content: "\f07b"; } .fa-folder-minus:before { content: "\f65d"; } .fa-folder-open:before { content: "\f07c"; } .fa-folder-plus:before { content: "\f65e"; } .fa-font:before { content: "\f031"; } .fa-font-awesome:before { content: "\f2b4"; } .fa-font-awesome-alt:before { content: "\f35c"; } .fa-font-awesome-flag:before { content: "\f425"; } .fa-font-awesome-logo-full:before { content: "\f4e6"; } .fa-fonticons:before { content: "\f280"; } .fa-fonticons-fi:before { content: "\f3a2"; } .fa-football-ball:before { content: "\f44e"; } .fa-fort-awesome:before { content: "\f286"; } .fa-fort-awesome-alt:before { content: "\f3a3"; } .fa-forumbee:before { content: "\f211"; } .fa-forward:before { content: "\f04e"; } .fa-foursquare:before { content: "\f180"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-freebsd:before { content: "\f3a4"; } .fa-frog:before { content: "\f52e"; } .fa-frown:before { content: "\f119"; } .fa-frown-open:before { content: "\f57a"; } .fa-fulcrum:before { content: "\f50b"; } .fa-funnel-dollar:before { content: "\f662"; } .fa-futbol:before { content: "\f1e3"; } .fa-galactic-republic:before { content: "\f50c"; } .fa-galactic-senate:before { content: "\f50d"; } .fa-gamepad:before { content: "\f11b"; } .fa-gas-pump:before { content: "\f52f"; } .fa-gavel:before { content: "\f0e3"; } .fa-gem:before { content: "\f3a5"; } .fa-genderless:before { content: "\f22d"; } .fa-get-pocket:before { content: "\f265"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-ghost:before { content: "\f6e2"; } .fa-gift:before { content: "\f06b"; } .fa-gifts:before { content: "\f79c"; } .fa-git:before { content: "\f1d3"; } .fa-git-alt:before { content: "\f841"; } .fa-git-square:before { content: "\f1d2"; } .fa-github:before { content: "\f09b"; } .fa-github-alt:before { content: "\f113"; } .fa-github-square:before { content: "\f092"; } .fa-gitkraken:before { content: "\f3a6"; } .fa-gitlab:before { content: "\f296"; } .fa-gitter:before { content: "\f426"; } .fa-glass-cheers:before { content: "\f79f"; } .fa-glass-martini:before { content: "\f000"; } .fa-glass-martini-alt:before { content: "\f57b"; } .fa-glass-whiskey:before { content: "\f7a0"; } .fa-glasses:before { content: "\f530"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-globe:before { content: "\f0ac"; } .fa-globe-africa:before { content: "\f57c"; } .fa-globe-americas:before { content: "\f57d"; } .fa-globe-asia:before { content: "\f57e"; } .fa-globe-europe:before { content: "\f7a2"; } .fa-gofore:before { content: "\f3a7"; } .fa-golf-ball:before { content: "\f450"; } .fa-goodreads:before { content: "\f3a8"; } .fa-goodreads-g:before { content: "\f3a9"; } .fa-google:before { content: "\f1a0"; } .fa-google-drive:before { content: "\f3aa"; } .fa-google-pay:before { content: "\e079"; } .fa-google-play:before { content: "\f3ab"; } .fa-google-plus:before { content: "\f2b3"; } .fa-google-plus-g:before { content: "\f0d5"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-gopuram:before { content: "\f664"; } .fa-graduation-cap:before { content: "\f19d"; } .fa-gratipay:before { content: "\f184"; } .fa-grav:before { content: "\f2d6"; } .fa-greater-than:before { content: "\f531"; } .fa-greater-than-equal:before { content: "\f532"; } .fa-grimace:before { content: "\f57f"; } .fa-grin:before { content: "\f580"; } .fa-grin-alt:before { content: "\f581"; } .fa-grin-beam:before { content: "\f582"; } .fa-grin-beam-sweat:before { content: "\f583"; } .fa-grin-hearts:before { content: "\f584"; } .fa-grin-squint:before { content: "\f585"; } .fa-grin-squint-tears:before { content: "\f586"; } .fa-grin-stars:before { content: "\f587"; } .fa-grin-tears:before { content: "\f588"; } .fa-grin-tongue:before { content: "\f589"; } .fa-grin-tongue-squint:before { content: "\f58a"; } .fa-grin-tongue-wink:before { content: "\f58b"; } .fa-grin-wink:before { content: "\f58c"; } .fa-grip-horizontal:before { content: "\f58d"; } .fa-grip-lines:before { content: "\f7a4"; } .fa-grip-lines-vertical:before { content: "\f7a5"; } .fa-grip-vertical:before { content: "\f58e"; } .fa-gripfire:before { content: "\f3ac"; } .fa-grunt:before { content: "\f3ad"; } .fa-guilded:before { content: "\e07e"; } .fa-guitar:before { content: "\f7a6"; } .fa-gulp:before { content: "\f3ae"; } .fa-h-square:before { content: "\f0fd"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-hacker-news-square:before { content: "\f3af"; } .fa-hackerrank:before { content: "\f5f7"; } .fa-hamburger:before { content: "\f805"; } .fa-hammer:before { content: "\f6e3"; } .fa-hamsa:before { content: "\f665"; } .fa-hand-holding:before { content: "\f4bd"; } .fa-hand-holding-heart:before { content: "\f4be"; } .fa-hand-holding-medical:before { content: "\e05c"; } .fa-hand-holding-usd:before { content: "\f4c0"; } .fa-hand-holding-water:before { content: "\f4c1"; } .fa-hand-lizard:before { content: "\f258"; } .fa-hand-middle-finger:before { content: "\f806"; } .fa-hand-paper:before { content: "\f256"; } .fa-hand-peace:before { content: "\f25b"; } .fa-hand-point-down:before { content: "\f0a7"; } .fa-hand-point-left:before { content: "\f0a5"; } .fa-hand-point-right:before { content: "\f0a4"; } .fa-hand-point-up:before { content: "\f0a6"; } .fa-hand-pointer:before { content: "\f25a"; } .fa-hand-rock:before { content: "\f255"; } .fa-hand-scissors:before { content: "\f257"; } .fa-hand-sparkles:before { content: "\e05d"; } .fa-hand-spock:before { content: "\f259"; } .fa-hands:before { content: "\f4c2"; } .fa-hands-helping:before { content: "\f4c4"; } .fa-hands-wash:before { content: "\e05e"; } .fa-handshake:before { content: "\f2b5"; } .fa-handshake-alt-slash:before { content: "\e05f"; } .fa-handshake-slash:before { content: "\e060"; } .fa-hanukiah:before { content: "\f6e6"; } .fa-hard-hat:before { content: "\f807"; } .fa-hashtag:before { content: "\f292"; } .fa-hat-cowboy:before { content: "\f8c0"; } .fa-hat-cowboy-side:before { content: "\f8c1"; } .fa-hat-wizard:before { content: "\f6e8"; } .fa-hdd:before { content: "\f0a0"; } .fa-head-side-cough:before { content: "\e061"; } .fa-head-side-cough-slash:before { content: "\e062"; } .fa-head-side-mask:before { content: "\e063"; } .fa-head-side-virus:before { content: "\e064"; } .fa-heading:before { content: "\f1dc"; } .fa-headphones:before { content: "\f025"; } .fa-headphones-alt:before { content: "\f58f"; } .fa-headset:before { content: "\f590"; } .fa-heart:before { content: "\f004"; } .fa-heart-broken:before { content: "\f7a9"; } .fa-heartbeat:before { content: "\f21e"; } .fa-helicopter:before { content: "\f533"; } .fa-highlighter:before { content: "\f591"; } .fa-hiking:before { content: "\f6ec"; } .fa-hippo:before { content: "\f6ed"; } .fa-hips:before { content: "\f452"; } .fa-hire-a-helper:before { content: "\f3b0"; } .fa-history:before { content: "\f1da"; } .fa-hive:before { content: "\e07f"; } .fa-hockey-puck:before { content: "\f453"; } .fa-holly-berry:before { content: "\f7aa"; } .fa-home:before { content: "\f015"; } .fa-hooli:before { content: "\f427"; } .fa-hornbill:before { content: "\f592"; } .fa-horse:before { content: "\f6f0"; } .fa-horse-head:before { content: "\f7ab"; } .fa-hospital:before { content: "\f0f8"; } .fa-hospital-alt:before { content: "\f47d"; } .fa-hospital-symbol:before { content: "\f47e"; } .fa-hospital-user:before { content: "\f80d"; } .fa-hot-tub:before { content: "\f593"; } .fa-hotdog:before { content: "\f80f"; } .fa-hotel:before { content: "\f594"; } .fa-hotjar:before { content: "\f3b1"; } .fa-hourglass:before { content: "\f254"; } .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-start:before { content: "\f251"; } .fa-house-damage:before { content: "\f6f1"; } .fa-house-user:before { content: "\e065"; } .fa-houzz:before { content: "\f27c"; } .fa-hryvnia:before { content: "\f6f2"; } .fa-html5:before { content: "\f13b"; } .fa-hubspot:before { content: "\f3b2"; } .fa-i-cursor:before { content: "\f246"; } .fa-ice-cream:before { content: "\f810"; } .fa-icicles:before { content: "\f7ad"; } .fa-icons:before { content: "\f86d"; } .fa-id-badge:before { content: "\f2c1"; } .fa-id-card:before { content: "\f2c2"; } .fa-id-card-alt:before { content: "\f47f"; } .fa-ideal:before { content: "\e013"; } .fa-igloo:before { content: "\f7ae"; } .fa-image:before { content: "\f03e"; } .fa-images:before { content: "\f302"; } .fa-imdb:before { content: "\f2d8"; } .fa-inbox:before { content: "\f01c"; } .fa-indent:before { content: "\f03c"; } .fa-industry:before { content: "\f275"; } .fa-infinity:before { content: "\f534"; } .fa-info:before { content: "\f129"; } .fa-info-circle:before { content: "\f05a"; } .fa-innosoft:before { content: "\e080"; } .fa-instagram:before { content: "\f16d"; } .fa-instagram-square:before { content: "\e055"; } .fa-instalod:before { content: "\e081"; } .fa-intercom:before { content: "\f7af"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-invision:before { content: "\f7b0"; } .fa-ioxhost:before { content: "\f208"; } .fa-italic:before { content: "\f033"; } .fa-itch-io:before { content: "\f83a"; } .fa-itunes:before { content: "\f3b4"; } .fa-itunes-note:before { content: "\f3b5"; } .fa-java:before { content: "\f4e4"; } .fa-jedi:before { content: "\f669"; } .fa-jedi-order:before { content: "\f50e"; } .fa-jenkins:before { content: "\f3b6"; } .fa-jira:before { content: "\f7b1"; } .fa-joget:before { content: "\f3b7"; } .fa-joint:before { content: "\f595"; } .fa-joomla:before { content: "\f1aa"; } .fa-journal-whills:before { content: "\f66a"; } .fa-js:before { content: "\f3b8"; } .fa-js-square:before { content: "\f3b9"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-kaaba:before { content: "\f66b"; } .fa-kaggle:before { content: "\f5fa"; } .fa-key:before { content: "\f084"; } .fa-keybase:before { content: "\f4f5"; } .fa-keyboard:before { content: "\f11c"; } .fa-keycdn:before { content: "\f3ba"; } .fa-khanda:before { content: "\f66d"; } .fa-kickstarter:before { content: "\f3bb"; } .fa-kickstarter-k:before { content: "\f3bc"; } .fa-kiss:before { content: "\f596"; } .fa-kiss-beam:before { content: "\f597"; } .fa-kiss-wink-heart:before { content: "\f598"; } .fa-kiwi-bird:before { content: "\f535"; } .fa-korvue:before { content: "\f42f"; } .fa-landmark:before { content: "\f66f"; } .fa-language:before { content: "\f1ab"; } .fa-laptop:before { content: "\f109"; } .fa-laptop-code:before { content: "\f5fc"; } .fa-laptop-house:before { content: "\e066"; } .fa-laptop-medical:before { content: "\f812"; } .fa-laravel:before { content: "\f3bd"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-laugh:before { content: "\f599"; } .fa-laugh-beam:before { content: "\f59a"; } .fa-laugh-squint:before { content: "\f59b"; } .fa-laugh-wink:before { content: "\f59c"; } .fa-layer-group:before { content: "\f5fd"; } .fa-leaf:before { content: "\f06c"; } .fa-leanpub:before { content: "\f212"; } .fa-lemon:before { content: "\f094"; } .fa-less:before { content: "\f41d"; } .fa-less-than:before { content: "\f536"; } .fa-less-than-equal:before { content: "\f537"; } .fa-level-down-alt:before { content: "\f3be"; } .fa-level-up-alt:before { content: "\f3bf"; } .fa-life-ring:before { content: "\f1cd"; } .fa-lightbulb:before { content: "\f0eb"; } .fa-line:before { content: "\f3c0"; } .fa-link:before { content: "\f0c1"; } .fa-linkedin:before { content: "\f08c"; } .fa-linkedin-in:before { content: "\f0e1"; } .fa-linode:before { content: "\f2b8"; } .fa-linux:before { content: "\f17c"; } .fa-lira-sign:before { content: "\f195"; } .fa-list:before { content: "\f03a"; } .fa-list-alt:before { content: "\f022"; } .fa-list-ol:before { content: "\f0cb"; } .fa-list-ul:before { content: "\f0ca"; } .fa-location-arrow:before { content: "\f124"; } .fa-lock:before { content: "\f023"; } .fa-lock-open:before { content: "\f3c1"; } .fa-long-arrow-alt-down:before { content: "\f309"; } .fa-long-arrow-alt-left:before { content: "\f30a"; } .fa-long-arrow-alt-right:before { content: "\f30b"; } .fa-long-arrow-alt-up:before { content: "\f30c"; } .fa-low-vision:before { content: "\f2a8"; } .fa-luggage-cart:before { content: "\f59d"; } .fa-lungs:before { content: "\f604"; } .fa-lungs-virus:before { content: "\e067"; } .fa-lyft:before { content: "\f3c3"; } .fa-magento:before { content: "\f3c4"; } .fa-magic:before { content: "\f0d0"; } .fa-magnet:before { content: "\f076"; } .fa-mail-bulk:before { content: "\f674"; } .fa-mailchimp:before { content: "\f59e"; } .fa-male:before { content: "\f183"; } .fa-mandalorian:before { content: "\f50f"; } .fa-map:before { content: "\f279"; } .fa-map-marked:before { content: "\f59f"; } .fa-map-marked-alt:before { content: "\f5a0"; } .fa-map-marker:before { content: "\f041"; } .fa-map-marker-alt:before { content: "\f3c5"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-markdown:before { content: "\f60f"; } .fa-marker:before { content: "\f5a1"; } .fa-mars:before { content: "\f222"; } .fa-mars-double:before { content: "\f227"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mask:before { content: "\f6fa"; } .fa-mastodon:before { content: "\f4f6"; } .fa-maxcdn:before { content: "\f136"; } .fa-mdb:before { content: "\f8ca"; } .fa-medal:before { content: "\f5a2"; } .fa-medapps:before { content: "\f3c6"; } .fa-medium:before { content: "\f23a"; } .fa-medium-m:before { content: "\f3c7"; } .fa-medkit:before { content: "\f0fa"; } .fa-medrt:before { content: "\f3c8"; } .fa-meetup:before { content: "\f2e0"; } .fa-megaport:before { content: "\f5a3"; } .fa-meh:before { content: "\f11a"; } .fa-meh-blank:before { content: "\f5a4"; } .fa-meh-rolling-eyes:before { content: "\f5a5"; } .fa-memory:before { content: "\f538"; } .fa-mendeley:before { content: "\f7b3"; } .fa-menorah:before { content: "\f676"; } .fa-mercury:before { content: "\f223"; } .fa-meteor:before { content: "\f753"; } .fa-microblog:before { content: "\e01a"; } .fa-microchip:before { content: "\f2db"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-alt:before { content: "\f3c9"; } .fa-microphone-alt-slash:before { content: "\f539"; } .fa-microphone-slash:before { content: "\f131"; } .fa-microscope:before { content: "\f610"; } .fa-microsoft:before { content: "\f3ca"; } .fa-minus:before { content: "\f068"; } .fa-minus-circle:before { content: "\f056"; } .fa-minus-square:before { content: "\f146"; } .fa-mitten:before { content: "\f7b5"; } .fa-mix:before { content: "\f3cb"; } .fa-mixcloud:before { content: "\f289"; } .fa-mixer:before { content: "\e056"; } .fa-mizuni:before { content: "\f3cc"; } .fa-mobile:before { content: "\f10b"; } .fa-mobile-alt:before { content: "\f3cd"; } .fa-modx:before { content: "\f285"; } .fa-monero:before { content: "\f3d0"; } .fa-money-bill:before { content: "\f0d6"; } .fa-money-bill-alt:before { content: "\f3d1"; } .fa-money-bill-wave:before { content: "\f53a"; } .fa-money-bill-wave-alt:before { content: "\f53b"; } .fa-money-check:before { content: "\f53c"; } .fa-money-check-alt:before { content: "\f53d"; } .fa-monument:before { content: "\f5a6"; } .fa-moon:before { content: "\f186"; } .fa-mortar-pestle:before { content: "\f5a7"; } .fa-mosque:before { content: "\f678"; } .fa-motorcycle:before { content: "\f21c"; } .fa-mountain:before { content: "\f6fc"; } .fa-mouse:before { content: "\f8cc"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-mug-hot:before { content: "\f7b6"; } .fa-music:before { content: "\f001"; } .fa-napster:before { content: "\f3d2"; } .fa-neos:before { content: "\f612"; } .fa-network-wired:before { content: "\f6ff"; } .fa-neuter:before { content: "\f22c"; } .fa-newspaper:before { content: "\f1ea"; } .fa-nimblr:before { content: "\f5a8"; } .fa-node:before { content: "\f419"; } .fa-node-js:before { content: "\f3d3"; } .fa-not-equal:before { content: "\f53e"; } .fa-notes-medical:before { content: "\f481"; } .fa-npm:before { content: "\f3d4"; } .fa-ns8:before { content: "\f3d5"; } .fa-nutritionix:before { content: "\f3d6"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-octopus-deploy:before { content: "\e082"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-oil-can:before { content: "\f613"; } .fa-old-republic:before { content: "\f510"; } .fa-om:before { content: "\f679"; } .fa-opencart:before { content: "\f23d"; } .fa-openid:before { content: "\f19b"; } .fa-opera:before { content: "\f26a"; } .fa-optin-monster:before { content: "\f23c"; } .fa-orcid:before { content: "\f8d2"; } .fa-osi:before { content: "\f41a"; } .fa-otter:before { content: "\f700"; } .fa-outdent:before { content: "\f03b"; } .fa-page4:before { content: "\f3d7"; } .fa-pagelines:before { content: "\f18c"; } .fa-pager:before { content: "\f815"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-paint-roller:before { content: "\f5aa"; } .fa-palette:before { content: "\f53f"; } .fa-palfed:before { content: "\f3d8"; } .fa-pallet:before { content: "\f482"; } .fa-paper-plane:before { content: "\f1d8"; } .fa-paperclip:before { content: "\f0c6"; } .fa-parachute-box:before { content: "\f4cd"; } .fa-paragraph:before { content: "\f1dd"; } .fa-parking:before { content: "\f540"; } .fa-passport:before { content: "\f5ab"; } .fa-pastafarianism:before { content: "\f67b"; } .fa-paste:before { content: "\f0ea"; } .fa-patreon:before { content: "\f3d9"; } .fa-pause:before { content: "\f04c"; } .fa-pause-circle:before { content: "\f28b"; } .fa-paw:before { content: "\f1b0"; } .fa-paypal:before { content: "\f1ed"; } .fa-peace:before { content: "\f67c"; } .fa-pen:before { content: "\f304"; } .fa-pen-alt:before { content: "\f305"; } .fa-pen-fancy:before { content: "\f5ac"; } .fa-pen-nib:before { content: "\f5ad"; } .fa-pen-square:before { content: "\f14b"; } .fa-pencil-alt:before { content: "\f303"; } .fa-pencil-ruler:before { content: "\f5ae"; } .fa-penny-arcade:before { content: "\f704"; } .fa-people-arrows:before { content: "\e068"; } .fa-people-carry:before { content: "\f4ce"; } .fa-pepper-hot:before { content: "\f816"; } .fa-perbyte:before { content: "\e083"; } .fa-percent:before { content: "\f295"; } .fa-percentage:before { content: "\f541"; } .fa-periscope:before { content: "\f3da"; } .fa-person-booth:before { content: "\f756"; } .fa-phabricator:before { content: "\f3db"; } .fa-phoenix-framework:before { content: "\f3dc"; } .fa-phoenix-squadron:before { content: "\f511"; } .fa-phone:before { content: "\f095"; } .fa-phone-alt:before { content: "\f879"; } .fa-phone-slash:before { content: "\f3dd"; } .fa-phone-square:before { content: "\f098"; } .fa-phone-square-alt:before { content: "\f87b"; } .fa-phone-volume:before { content: "\f2a0"; } .fa-photo-video:before { content: "\f87c"; } .fa-php:before { content: "\f457"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-pied-piper-hat:before { content: "\f4e5"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-square:before { content: "\e01e"; } .fa-piggy-bank:before { content: "\f4d3"; } .fa-pills:before { content: "\f484"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-p:before { content: "\f231"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-pizza-slice:before { content: "\f818"; } .fa-place-of-worship:before { content: "\f67f"; } .fa-plane:before { content: "\f072"; } .fa-plane-arrival:before { content: "\f5af"; } .fa-plane-departure:before { content: "\f5b0"; } .fa-plane-slash:before { content: "\e069"; } .fa-play:before { content: "\f04b"; } .fa-play-circle:before { content: "\f144"; } .fa-playstation:before { content: "\f3df"; } .fa-plug:before { content: "\f1e6"; } .fa-plus:before { content: "\f067"; } .fa-plus-circle:before { content: "\f055"; } .fa-plus-square:before { content: "\f0fe"; } .fa-podcast:before { content: "\f2ce"; } .fa-poll:before { content: "\f681"; } .fa-poll-h:before { content: "\f682"; } .fa-poo:before { content: "\f2fe"; } .fa-poo-storm:before { content: "\f75a"; } .fa-poop:before { content: "\f619"; } .fa-portrait:before { content: "\f3e0"; } .fa-pound-sign:before { content: "\f154"; } .fa-power-off:before { content: "\f011"; } .fa-pray:before { content: "\f683"; } .fa-praying-hands:before { content: "\f684"; } .fa-prescription:before { content: "\f5b1"; } .fa-prescription-bottle:before { content: "\f485"; } .fa-prescription-bottle-alt:before { content: "\f486"; } .fa-print:before { content: "\f02f"; } .fa-procedures:before { content: "\f487"; } .fa-product-hunt:before { content: "\f288"; } .fa-project-diagram:before { content: "\f542"; } .fa-pump-medical:before { content: "\e06a"; } .fa-pump-soap:before { content: "\e06b"; } .fa-pushed:before { content: "\f3e1"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-python:before { content: "\f3e2"; } .fa-qq:before { content: "\f1d6"; } .fa-qrcode:before { content: "\f029"; } .fa-question:before { content: "\f128"; } .fa-question-circle:before { content: "\f059"; } .fa-quidditch:before { content: "\f458"; } .fa-quinscape:before { content: "\f459"; } .fa-quora:before { content: "\f2c4"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-quran:before { content: "\f687"; } .fa-r-project:before { content: "\f4f7"; } .fa-radiation:before { content: "\f7b9"; } .fa-radiation-alt:before { content: "\f7ba"; } .fa-rainbow:before { content: "\f75b"; } .fa-random:before { content: "\f074"; } .fa-raspberry-pi:before { content: "\f7bb"; } .fa-ravelry:before { content: "\f2d9"; } .fa-react:before { content: "\f41b"; } .fa-reacteurope:before { content: "\f75d"; } .fa-readme:before { content: "\f4d5"; } .fa-rebel:before { content: "\f1d0"; } .fa-receipt:before { content: "\f543"; } .fa-record-vinyl:before { content: "\f8d9"; } .fa-recycle:before { content: "\f1b8"; } .fa-red-river:before { content: "\f3e3"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-alien:before { content: "\f281"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-redhat:before { content: "\f7bc"; } .fa-redo:before { content: "\f01e"; } .fa-redo-alt:before { content: "\f2f9"; } .fa-registered:before { content: "\f25d"; } .fa-remove-format:before { content: "\f87d"; } .fa-renren:before { content: "\f18b"; } .fa-reply:before { content: "\f3e5"; } .fa-reply-all:before { content: "\f122"; } .fa-replyd:before { content: "\f3e6"; } .fa-republican:before { content: "\f75e"; } .fa-researchgate:before { content: "\f4f8"; } .fa-resolving:before { content: "\f3e7"; } .fa-restroom:before { content: "\f7bd"; } .fa-retweet:before { content: "\f079"; } .fa-rev:before { content: "\f5b2"; } .fa-ribbon:before { content: "\f4d6"; } .fa-ring:before { content: "\f70b"; } .fa-road:before { content: "\f018"; } .fa-robot:before { content: "\f544"; } .fa-rocket:before { content: "\f135"; } .fa-rocketchat:before { content: "\f3e8"; } .fa-rockrms:before { content: "\f3e9"; } .fa-route:before { content: "\f4d7"; } .fa-rss:before { content: "\f09e"; } .fa-rss-square:before { content: "\f143"; } .fa-ruble-sign:before { content: "\f158"; } .fa-ruler:before { content: "\f545"; } .fa-ruler-combined:before { content: "\f546"; } .fa-ruler-horizontal:before { content: "\f547"; } .fa-ruler-vertical:before { content: "\f548"; } .fa-running:before { content: "\f70c"; } .fa-rupee-sign:before { content: "\f156"; } .fa-rust:before { content: "\e07a"; } .fa-sad-cry:before { content: "\f5b3"; } .fa-sad-tear:before { content: "\f5b4"; } .fa-safari:before { content: "\f267"; } .fa-salesforce:before { content: "\f83b"; } .fa-sass:before { content: "\f41e"; } .fa-satellite:before { content: "\f7bf"; } .fa-satellite-dish:before { content: "\f7c0"; } .fa-save:before { content: "\f0c7"; } .fa-schlix:before { content: "\f3ea"; } .fa-school:before { content: "\f549"; } .fa-screwdriver:before { content: "\f54a"; } .fa-scribd:before { content: "\f28a"; } .fa-scroll:before { content: "\f70e"; } .fa-sd-card:before { content: "\f7c2"; } .fa-search:before { content: "\f002"; } .fa-search-dollar:before { content: "\f688"; } .fa-search-location:before { content: "\f689"; } .fa-search-minus:before { content: "\f010"; } .fa-search-plus:before { content: "\f00e"; } .fa-searchengin:before { content: "\f3eb"; } .fa-seedling:before { content: "\f4d8"; } .fa-sellcast:before { content: "\f2da"; } .fa-sellsy:before { content: "\f213"; } .fa-server:before { content: "\f233"; } .fa-servicestack:before { content: "\f3ec"; } .fa-shapes:before { content: "\f61f"; } .fa-share:before { content: "\f064"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-share-square:before { content: "\f14d"; } .fa-shekel-sign:before { content: "\f20b"; } .fa-shield-alt:before { content: "\f3ed"; } .fa-shield-virus:before { content: "\e06c"; } .fa-ship:before { content: "\f21a"; } .fa-shipping-fast:before { content: "\f48b"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-shoe-prints:before { content: "\f54b"; } .fa-shopify:before { content: "\e057"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-shopware:before { content: "\f5b5"; } .fa-shower:before { content: "\f2cc"; } .fa-shuttle-van:before { content: "\f5b6"; } .fa-sign:before { content: "\f4d9"; } .fa-sign-in-alt:before { content: "\f2f6"; } .fa-sign-language:before { content: "\f2a7"; } .fa-sign-out-alt:before { content: "\f2f5"; } .fa-signal:before { content: "\f012"; } .fa-signature:before { content: "\f5b7"; } .fa-sim-card:before { content: "\f7c4"; } .fa-simplybuilt:before { content: "\f215"; } .fa-sink:before { content: "\e06d"; } .fa-sistrix:before { content: "\f3ee"; } .fa-sitemap:before { content: "\f0e8"; } .fa-sith:before { content: "\f512"; } .fa-skating:before { content: "\f7c5"; } .fa-sketch:before { content: "\f7c6"; } .fa-skiing:before { content: "\f7c9"; } .fa-skiing-nordic:before { content: "\f7ca"; } .fa-skull:before { content: "\f54c"; } .fa-skull-crossbones:before { content: "\f714"; } .fa-skyatlas:before { content: "\f216"; } .fa-skype:before { content: "\f17e"; } .fa-slack:before { content: "\f198"; } .fa-slack-hash:before { content: "\f3ef"; } .fa-slash:before { content: "\f715"; } .fa-sleigh:before { content: "\f7cc"; } .fa-sliders-h:before { content: "\f1de"; } .fa-slideshare:before { content: "\f1e7"; } .fa-smile:before { content: "\f118"; } .fa-smile-beam:before { content: "\f5b8"; } .fa-smile-wink:before { content: "\f4da"; } .fa-smog:before { content: "\f75f"; } .fa-smoking:before { content: "\f48d"; } .fa-smoking-ban:before { content: "\f54d"; } .fa-sms:before { content: "\f7cd"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-snowboarding:before { content: "\f7ce"; } .fa-snowflake:before { content: "\f2dc"; } .fa-snowman:before { content: "\f7d0"; } .fa-snowplow:before { content: "\f7d2"; } .fa-soap:before { content: "\e06e"; } .fa-socks:before { content: "\f696"; } .fa-solar-panel:before { content: "\f5ba"; } .fa-sort:before { content: "\f0dc"; } .fa-sort-alpha-down:before { content: "\f15d"; } .fa-sort-alpha-down-alt:before { content: "\f881"; } .fa-sort-alpha-up:before { content: "\f15e"; } .fa-sort-alpha-up-alt:before { content: "\f882"; } .fa-sort-amount-down:before { content: "\f160"; } .fa-sort-amount-down-alt:before { content: "\f884"; } .fa-sort-amount-up:before { content: "\f161"; } .fa-sort-amount-up-alt:before { content: "\f885"; } .fa-sort-down:before { content: "\f0dd"; } .fa-sort-numeric-down:before { content: "\f162"; } .fa-sort-numeric-down-alt:before { content: "\f886"; } .fa-sort-numeric-up:before { content: "\f163"; } .fa-sort-numeric-up-alt:before { content: "\f887"; } .fa-sort-up:before { content: "\f0de"; } .fa-soundcloud:before { content: "\f1be"; } .fa-sourcetree:before { content: "\f7d3"; } .fa-spa:before { content: "\f5bb"; } .fa-space-shuttle:before { content: "\f197"; } .fa-speakap:before { content: "\f3f3"; } .fa-speaker-deck:before { content: "\f83c"; } .fa-spell-check:before { content: "\f891"; } .fa-spider:before { content: "\f717"; } .fa-spinner:before { content: "\f110"; } .fa-splotch:before { content: "\f5bc"; } .fa-spotify:before { content: "\f1bc"; } .fa-spray-can:before { content: "\f5bd"; } .fa-square:before { content: "\f0c8"; } .fa-square-full:before { content: "\f45c"; } .fa-square-root-alt:before { content: "\f698"; } .fa-squarespace:before { content: "\f5be"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-stackpath:before { content: "\f842"; } .fa-stamp:before { content: "\f5bf"; } .fa-star:before { content: "\f005"; } .fa-star-and-crescent:before { content: "\f699"; } .fa-star-half:before { content: "\f089"; } .fa-star-half-alt:before { content: "\f5c0"; } .fa-star-of-david:before { content: "\f69a"; } .fa-star-of-life:before { content: "\f621"; } .fa-staylinked:before { content: "\f3f5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-steam-symbol:before { content: "\f3f6"; } .fa-step-backward:before { content: "\f048"; } .fa-step-forward:before { content: "\f051"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-sticker-mule:before { content: "\f3f7"; } .fa-sticky-note:before { content: "\f249"; } .fa-stop:before { content: "\f04d"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stopwatch:before { content: "\f2f2"; } .fa-stopwatch-20:before { content: "\e06f"; } .fa-store:before { content: "\f54e"; } .fa-store-alt:before { content: "\f54f"; } .fa-store-alt-slash:before { content: "\e070"; } .fa-store-slash:before { content: "\e071"; } .fa-strava:before { content: "\f428"; } .fa-stream:before { content: "\f550"; } .fa-street-view:before { content: "\f21d"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-stripe:before { content: "\f429"; } .fa-stripe-s:before { content: "\f42a"; } .fa-stroopwafel:before { content: "\f551"; } .fa-studiovinari:before { content: "\f3f8"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-subscript:before { content: "\f12c"; } .fa-subway:before { content: "\f239"; } .fa-suitcase:before { content: "\f0f2"; } .fa-suitcase-rolling:before { content: "\f5c1"; } .fa-sun:before { content: "\f185"; } .fa-superpowers:before { content: "\f2dd"; } .fa-superscript:before { content: "\f12b"; } .fa-supple:before { content: "\f3f9"; } .fa-surprise:before { content: "\f5c2"; } .fa-suse:before { content: "\f7d6"; } .fa-swatchbook:before { content: "\f5c3"; } .fa-swift:before { content: "\f8e1"; } .fa-swimmer:before { content: "\f5c4"; } .fa-swimming-pool:before { content: "\f5c5"; } .fa-symfony:before { content: "\f83d"; } .fa-synagogue:before { content: "\f69b"; } .fa-sync:before { content: "\f021"; } .fa-sync-alt:before { content: "\f2f1"; } .fa-syringe:before { content: "\f48e"; } .fa-table:before { content: "\f0ce"; } .fa-table-tennis:before { content: "\f45d"; } .fa-tablet:before { content: "\f10a"; } .fa-tablet-alt:before { content: "\f3fa"; } .fa-tablets:before { content: "\f490"; } .fa-tachometer-alt:before { content: "\f3fd"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-tape:before { content: "\f4db"; } .fa-tasks:before { content: "\f0ae"; } .fa-taxi:before { content: "\f1ba"; } .fa-teamspeak:before { content: "\f4f9"; } .fa-teeth:before { content: "\f62e"; } .fa-teeth-open:before { content: "\f62f"; } .fa-telegram:before { content: "\f2c6"; } .fa-telegram-plane:before { content: "\f3fe"; } .fa-temperature-high:before { content: "\f769"; } .fa-temperature-low:before { content: "\f76b"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-tenge:before { content: "\f7d7"; } .fa-terminal:before { content: "\f120"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-th:before { content: "\f00a"; } .fa-th-large:before { content: "\f009"; } .fa-th-list:before { content: "\f00b"; } .fa-the-red-yeti:before { content: "\f69d"; } .fa-theater-masks:before { content: "\f630"; } .fa-themeco:before { content: "\f5c6"; } .fa-themeisle:before { content: "\f2b2"; } .fa-thermometer:before { content: "\f491"; } .fa-thermometer-empty:before { content: "\f2cb"; } .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-think-peaks:before { content: "\f731"; } .fa-thumbs-down:before { content: "\f165"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbtack:before { content: "\f08d"; } .fa-ticket-alt:before { content: "\f3ff"; } .fa-tiktok:before { content: "\e07b"; } .fa-times:before { content: "\f00d"; } .fa-times-circle:before { content: "\f057"; } .fa-tint:before { content: "\f043"; } .fa-tint-slash:before { content: "\f5c7"; } .fa-tired:before { content: "\f5c8"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-toilet:before { content: "\f7d8"; } .fa-toilet-paper:before { content: "\f71e"; } .fa-toilet-paper-slash:before { content: "\e072"; } .fa-toolbox:before { content: "\f552"; } .fa-tools:before { content: "\f7d9"; } .fa-tooth:before { content: "\f5c9"; } .fa-torah:before { content: "\f6a0"; } .fa-torii-gate:before { content: "\f6a1"; } .fa-tractor:before { content: "\f722"; } .fa-trade-federation:before { content: "\f513"; } .fa-trademark:before { content: "\f25c"; } .fa-traffic-light:before { content: "\f637"; } .fa-trailer:before { content: "\e041"; } .fa-train:before { content: "\f238"; } .fa-tram:before { content: "\f7da"; } .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-trash:before { content: "\f1f8"; } .fa-trash-alt:before { content: "\f2ed"; } .fa-trash-restore:before { content: "\f829"; } .fa-trash-restore-alt:before { content: "\f82a"; } .fa-tree:before { content: "\f1bb"; } .fa-trello:before { content: "\f181"; } .fa-tripadvisor:before { content: "\f262"; } .fa-trophy:before { content: "\f091"; } .fa-truck:before { content: "\f0d1"; } .fa-truck-loading:before { content: "\f4de"; } .fa-truck-monster:before { content: "\f63b"; } .fa-truck-moving:before { content: "\f4df"; } .fa-truck-pickup:before { content: "\f63c"; } .fa-tshirt:before { content: "\f553"; } .fa-tty:before { content: "\f1e4"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-tv:before { content: "\f26c"; } .fa-twitch:before { content: "\f1e8"; } .fa-twitter:before { content: "\f099"; } .fa-twitter-square:before { content: "\f081"; } .fa-typo3:before { content: "\f42b"; } .fa-uber:before { content: "\f402"; } .fa-ubuntu:before { content: "\f7df"; } .fa-uikit:before { content: "\f403"; } .fa-umbraco:before { content: "\f8e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-umbrella-beach:before { content: "\f5ca"; } .fa-uncharted:before { content: "\e084"; } .fa-underline:before { content: "\f0cd"; } .fa-undo:before { content: "\f0e2"; } .fa-undo-alt:before { content: "\f2ea"; } .fa-uniregistry:before { content: "\f404"; } .fa-unity:before { content: "\e049"; } .fa-universal-access:before { content: "\f29a"; } .fa-university:before { content: "\f19c"; } .fa-unlink:before { content: "\f127"; } .fa-unlock:before { content: "\f09c"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-unsplash:before { content: "\e07c"; } .fa-untappd:before { content: "\f405"; } .fa-upload:before { content: "\f093"; } .fa-ups:before { content: "\f7e0"; } .fa-usb:before { content: "\f287"; } .fa-user:before { content: "\f007"; } .fa-user-alt:before { content: "\f406"; } .fa-user-alt-slash:before { content: "\f4fa"; } .fa-user-astronaut:before { content: "\f4fb"; } .fa-user-check:before { content: "\f4fc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-clock:before { content: "\f4fd"; } .fa-user-cog:before { content: "\f4fe"; } .fa-user-edit:before { content: "\f4ff"; } .fa-user-friends:before { content: "\f500"; } .fa-user-graduate:before { content: "\f501"; } .fa-user-injured:before { content: "\f728"; } .fa-user-lock:before { content: "\f502"; } .fa-user-md:before { content: "\f0f0"; } .fa-user-minus:before { content: "\f503"; } .fa-user-ninja:before { content: "\f504"; } .fa-user-nurse:before { content: "\f82f"; } .fa-user-plus:before { content: "\f234"; } .fa-user-secret:before { content: "\f21b"; } .fa-user-shield:before { content: "\f505"; } .fa-user-slash:before { content: "\f506"; } .fa-user-tag:before { content: "\f507"; } .fa-user-tie:before { content: "\f508"; } .fa-user-times:before { content: "\f235"; } .fa-users:before { content: "\f0c0"; } .fa-users-cog:before { content: "\f509"; } .fa-users-slash:before { content: "\e073"; } .fa-usps:before { content: "\f7e1"; } .fa-ussunnah:before { content: "\f407"; } .fa-utensil-spoon:before { content: "\f2e5"; } .fa-utensils:before { content: "\f2e7"; } .fa-vaadin:before { content: "\f408"; } .fa-vector-square:before { content: "\f5cb"; } .fa-venus:before { content: "\f221"; } .fa-venus-double:before { content: "\f226"; } .fa-venus-mars:before { content: "\f228"; } .fa-vest:before { content: "\e085"; } .fa-vest-patches:before { content: "\e086"; } .fa-viacoin:before { content: "\f237"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-vial:before { content: "\f492"; } .fa-vials:before { content: "\f493"; } .fa-viber:before { content: "\f409"; } .fa-video:before { content: "\f03d"; } .fa-video-slash:before { content: "\f4e2"; } .fa-vihara:before { content: "\f6a7"; } .fa-vimeo:before { content: "\f40a"; } .fa-vimeo-square:before { content: "\f194"; } .fa-vimeo-v:before { content: "\f27d"; } .fa-vine:before { content: "\f1ca"; } .fa-virus:before { content: "\e074"; } .fa-virus-slash:before { content: "\e075"; } .fa-viruses:before { content: "\e076"; } .fa-vk:before { content: "\f189"; } .fa-vnv:before { content: "\f40b"; } .fa-voicemail:before { content: "\f897"; } .fa-volleyball-ball:before { content: "\f45f"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-mute:before { content: "\f6a9"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-up:before { content: "\f028"; } .fa-vote-yea:before { content: "\f772"; } .fa-vr-cardboard:before { content: "\f729"; } .fa-vuejs:before { content: "\f41f"; } .fa-walking:before { content: "\f554"; } .fa-wallet:before { content: "\f555"; } .fa-warehouse:before { content: "\f494"; } .fa-watchman-monitoring:before { content: "\e087"; } .fa-water:before { content: "\f773"; } .fa-wave-square:before { content: "\f83e"; } .fa-waze:before { content: "\f83f"; } .fa-weebly:before { content: "\f5cc"; } .fa-weibo:before { content: "\f18a"; } .fa-weight:before { content: "\f496"; } .fa-weight-hanging:before { content: "\f5cd"; } .fa-weixin:before { content: "\f1d7"; } .fa-whatsapp:before { content: "\f232"; } .fa-whatsapp-square:before { content: "\f40c"; } .fa-wheelchair:before { content: "\f193"; } .fa-whmcs:before { content: "\f40d"; } .fa-wifi:before { content: "\f1eb"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-wind:before { content: "\f72e"; } .fa-window-close:before { content: "\f410"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-windows:before { content: "\f17a"; } .fa-wine-bottle:before { content: "\f72f"; } .fa-wine-glass:before { content: "\f4e3"; } .fa-wine-glass-alt:before { content: "\f5ce"; } .fa-wix:before { content: "\f5cf"; } .fa-wizards-of-the-coast:before { content: "\f730"; } .fa-wodu:before { content: "\e088"; } .fa-wolf-pack-battalion:before { content: "\f514"; } .fa-won-sign:before { content: "\f159"; } .fa-wordpress:before { content: "\f19a"; } .fa-wordpress-simple:before { content: "\f411"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-wpforms:before { content: "\f298"; } .fa-wpressr:before { content: "\f3e4"; } .fa-wrench:before { content: "\f0ad"; } .fa-x-ray:before { content: "\f497"; } .fa-xbox:before { content: "\f412"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-y-combinator:before { content: "\f23b"; } .fa-yahoo:before { content: "\f19e"; } .fa-yammer:before { content: "\f840"; } .fa-yandex:before { content: "\f413"; } .fa-yandex-international:before { content: "\f414"; } .fa-yarn:before { content: "\f7e3"; } .fa-yelp:before { content: "\f1e9"; } .fa-yen-sign:before { content: "\f157"; } .fa-yin-yang:before { content: "\f6ad"; } .fa-yoast:before { content: "\f2b1"; } .fa-youtube:before { content: "\f167"; } .fa-youtube-square:before { content: "\f431"; } .fa-zhihu:before { content: "\f63f"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-brands-400.eot"); src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); } .fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400; } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-regular-400.eot"); src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); } .far { font-family: 'Font Awesome 5 Free'; font-weight: 400; } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/fa-solid-900.eot"); src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); } .fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900; } ================================================ FILE: icon-packs/ikonli-fontawesome5-pack/src/main/resources/META-INF/resources/fontawesome5/5.15.3/css/fontawesome.css ================================================ /*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em; } .fa-xs { font-size: .75em; } .fa-sm { font-size: .875em; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .fa-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both { -webkit-filter: none; filter: none; } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before { content: "\f26e"; } .fa-accessible-icon:before { content: "\f368"; } .fa-accusoft:before { content: "\f369"; } .fa-acquisitions-incorporated:before { content: "\f6af"; } .fa-ad:before { content: "\f641"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-card:before { content: "\f2bb"; } .fa-adjust:before { content: "\f042"; } .fa-adn:before { content: "\f170"; } .fa-adversal:before { content: "\f36a"; } .fa-affiliatetheme:before { content: "\f36b"; } .fa-air-freshener:before { content: "\f5d0"; } .fa-airbnb:before { content: "\f834"; } .fa-algolia:before { content: "\f36c"; } .fa-align-center:before { content: "\f037"; } .fa-align-justify:before { content: "\f039"; } .fa-align-left:before { content: "\f036"; } .fa-align-right:before { content: "\f038"; } .fa-alipay:before { content: "\f642"; } .fa-allergies:before { content: "\f461"; } .fa-amazon:before { content: "\f270"; } .fa-amazon-pay:before { content: "\f42c"; } .fa-ambulance:before { content: "\f0f9"; } .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-amilia:before { content: "\f36d"; } .fa-anchor:before { content: "\f13d"; } .fa-android:before { content: "\f17b"; } .fa-angellist:before { content: "\f209"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-down:before { content: "\f107"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angry:before { content: "\f556"; } .fa-angrycreative:before { content: "\f36e"; } .fa-angular:before { content: "\f420"; } .fa-ankh:before { content: "\f644"; } .fa-app-store:before { content: "\f36f"; } .fa-app-store-ios:before { content: "\f370"; } .fa-apper:before { content: "\f371"; } .fa-apple:before { content: "\f179"; } .fa-apple-alt:before { content: "\f5d1"; } .fa-apple-pay:before { content: "\f415"; } .fa-archive:before { content: "\f187"; } .fa-archway:before { content: "\f557"; } .fa-arrow-alt-circle-down:before { content: "\f358"; } .fa-arrow-alt-circle-left:before { content: "\f359"; } .fa-arrow-alt-circle-right:before { content: "\f35a"; } .fa-arrow-alt-circle-up:before { content: "\f35b"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-down:before { content: "\f063"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-arrows-alt-h:before { content: "\f337"; } .fa-arrows-alt-v:before { content: "\f338"; } .fa-artstation:before { content: "\f77a"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asterisk:before { content: "\f069"; } .fa-asymmetrik:before { content: "\f372"; } .fa-at:before { content: "\f1fa"; } .fa-atlas:before { content: "\f558"; } .fa-atlassian:before { content: "\f77b"; } .fa-atom:before { content: "\f5d2"; } .fa-audible:before { content: "\f373"; } .fa-audio-description:before { content: "\f29e"; } .fa-autoprefixer:before { content: "\f41c"; } .fa-avianex:before { content: "\f374"; } .fa-aviato:before { content: "\f421"; } .fa-award:before { content: "\f559"; } .fa-aws:before { content: "\f375"; } .fa-baby:before { content: "\f77c"; } .fa-baby-carriage:before { content: "\f77d"; } .fa-backspace:before { content: "\f55a"; } .fa-backward:before { content: "\f04a"; } .fa-bacon:before { content: "\f7e5"; } .fa-bacteria:before { content: "\e059"; } .fa-bacterium:before { content: "\e05a"; } .fa-bahai:before { content: "\f666"; } .fa-balance-scale:before { content: "\f24e"; } .fa-balance-scale-left:before { content: "\f515"; } .fa-balance-scale-right:before { content: "\f516"; } .fa-ban:before { content: "\f05e"; } .fa-band-aid:before { content: "\f462"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-barcode:before { content: "\f02a"; } .fa-bars:before { content: "\f0c9"; } .fa-baseball-ball:before { content: "\f433"; } .fa-basketball-ball:before { content: "\f434"; } .fa-bath:before { content: "\f2cd"; } .fa-battery-empty:before { content: "\f244"; } .fa-battery-full:before { content: "\f240"; } .fa-battery-half:before { content: "\f242"; } .fa-battery-quarter:before { content: "\f243"; } .fa-battery-three-quarters:before { content: "\f241"; } .fa-battle-net:before { content: "\f835"; } .fa-bed:before { content: "\f236"; } .fa-beer:before { content: "\f0fc"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-bell:before { content: "\f0f3"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bezier-curve:before { content: "\f55b"; } .fa-bible:before { content: "\f647"; } .fa-bicycle:before { content: "\f206"; } .fa-biking:before { content: "\f84a"; } .fa-bimobject:before { content: "\f378"; } .fa-binoculars:before { content: "\f1e5"; } .fa-biohazard:before { content: "\f780"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitcoin:before { content: "\f379"; } .fa-bity:before { content: "\f37a"; } .fa-black-tie:before { content: "\f27e"; } .fa-blackberry:before { content: "\f37b"; } .fa-blender:before { content: "\f517"; } .fa-blender-phone:before { content: "\f6b6"; } .fa-blind:before { content: "\f29d"; } .fa-blog:before { content: "\f781"; } .fa-blogger:before { content: "\f37c"; } .fa-blogger-b:before { content: "\f37d"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-bold:before { content: "\f032"; } .fa-bolt:before { content: "\f0e7"; } .fa-bomb:before { content: "\f1e2"; } .fa-bone:before { content: "\f5d7"; } .fa-bong:before { content: "\f55c"; } .fa-book:before { content: "\f02d"; } .fa-book-dead:before { content: "\f6b7"; } .fa-book-medical:before { content: "\f7e6"; } .fa-book-open:before { content: "\f518"; } .fa-book-reader:before { content: "\f5da"; } .fa-bookmark:before { content: "\f02e"; } .fa-bootstrap:before { content: "\f836"; } .fa-border-all:before { content: "\f84c"; } .fa-border-none:before { content: "\f850"; } .fa-border-style:before { content: "\f853"; } .fa-bowling-ball:before { content: "\f436"; } .fa-box:before { content: "\f466"; } .fa-box-open:before { content: "\f49e"; } .fa-box-tissue:before { content: "\e05b"; } .fa-boxes:before { content: "\f468"; } .fa-braille:before { content: "\f2a1"; } .fa-brain:before { content: "\f5dc"; } .fa-bread-slice:before { content: "\f7ec"; } .fa-briefcase:before { content: "\f0b1"; } .fa-briefcase-medical:before { content: "\f469"; } .fa-broadcast-tower:before { content: "\f519"; } .fa-broom:before { content: "\f51a"; } .fa-brush:before { content: "\f55d"; } .fa-btc:before { content: "\f15a"; } .fa-buffer:before { content: "\f837"; } .fa-bug:before { content: "\f188"; } .fa-building:before { content: "\f1ad"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bullseye:before { content: "\f140"; } .fa-burn:before { content: "\f46a"; } .fa-buromobelexperte:before { content: "\f37f"; } .fa-bus:before { content: "\f207"; } .fa-bus-alt:before { content: "\f55e"; } .fa-business-time:before { content: "\f64a"; } .fa-buy-n-large:before { content: "\f8a6"; } .fa-buysellads:before { content: "\f20d"; } .fa-calculator:before { content: "\f1ec"; } .fa-calendar:before { content: "\f133"; } .fa-calendar-alt:before { content: "\f073"; } .fa-calendar-check:before { content: "\f274"; } .fa-calendar-day:before { content: "\f783"; } .fa-calendar-minus:before { content: "\f272"; } .fa-calendar-plus:before { content: "\f271"; } .fa-calendar-times:before { content: "\f273"; } .fa-calendar-week:before { content: "\f784"; } .fa-camera:before { content: "\f030"; } .fa-camera-retro:before { content: "\f083"; } .fa-campground:before { content: "\f6bb"; } .fa-canadian-maple-leaf:before { content: "\f785"; } .fa-candy-cane:before { content: "\f786"; } .fa-cannabis:before { content: "\f55f"; } .fa-capsules:before { content: "\f46b"; } .fa-car:before { content: "\f1b9"; } .fa-car-alt:before { content: "\f5de"; } .fa-car-battery:before { content: "\f5df"; } .fa-car-crash:before { content: "\f5e1"; } .fa-car-side:before { content: "\f5e4"; } .fa-caravan:before { content: "\f8ff"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-caret-square-down:before { content: "\f150"; } .fa-caret-square-left:before { content: "\f191"; } .fa-caret-square-right:before { content: "\f152"; } .fa-caret-square-up:before { content: "\f151"; } .fa-caret-up:before { content: "\f0d8"; } .fa-carrot:before { content: "\f787"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-cart-plus:before { content: "\f217"; } .fa-cash-register:before { content: "\f788"; } .fa-cat:before { content: "\f6be"; } .fa-cc-amazon-pay:before { content: "\f42d"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-apple-pay:before { content: "\f416"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-centercode:before { content: "\f380"; } .fa-centos:before { content: "\f789"; } .fa-certificate:before { content: "\f0a3"; } .fa-chair:before { content: "\f6c0"; } .fa-chalkboard:before { content: "\f51b"; } .fa-chalkboard-teacher:before { content: "\f51c"; } .fa-charging-station:before { content: "\f5e7"; } .fa-chart-area:before { content: "\f1fe"; } .fa-chart-bar:before { content: "\f080"; } .fa-chart-line:before { content: "\f201"; } .fa-chart-pie:before { content: "\f200"; } .fa-check:before { content: "\f00c"; } .fa-check-circle:before { content: "\f058"; } .fa-check-double:before { content: "\f560"; } .fa-check-square:before { content: "\f14a"; } .fa-cheese:before { content: "\f7ef"; } .fa-chess:before { content: "\f439"; } .fa-chess-bishop:before { content: "\f43a"; } .fa-chess-board:before { content: "\f43c"; } .fa-chess-king:before { content: "\f43f"; } .fa-chess-knight:before { content: "\f441"; } .fa-chess-pawn:before { content: "\f443"; } .fa-chess-queen:before { content: "\f445"; } .fa-chess-rook:before { content: "\f447"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-down:before { content: "\f078"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-chevron-up:before { content: "\f077"; } .fa-child:before { content: "\f1ae"; } .fa-chrome:before { content: "\f268"; } .fa-chromecast:before { content: "\f838"; } .fa-church:before { content: "\f51d"; } .fa-circle:before { content: "\f111"; } .fa-circle-notch:before { content: "\f1ce"; } .fa-city:before { content: "\f64f"; } .fa-clinic-medical:before { content: "\f7f2"; } .fa-clipboard:before { content: "\f328"; } .fa-clipboard-check:before { content: "\f46c"; } .fa-clipboard-list:before { content: "\f46d"; } .fa-clock:before { content: "\f017"; } .fa-clone:before { content: "\f24d"; } .fa-closed-captioning:before { content: "\f20a"; } .fa-cloud:before { content: "\f0c2"; } .fa-cloud-download-alt:before { content: "\f381"; } .fa-cloud-meatball:before { content: "\f73b"; } .fa-cloud-moon:before { content: "\f6c3"; } .fa-cloud-moon-rain:before { content: "\f73c"; } .fa-cloud-rain:before { content: "\f73d"; } .fa-cloud-showers-heavy:before { content: "\f740"; } .fa-cloud-sun:before { content: "\f6c4"; } .fa-cloud-sun-rain:before { content: "\f743"; } .fa-cloud-upload-alt:before { content: "\f382"; } .fa-cloudflare:before { content: "\e07d"; } .fa-cloudscale:before { content: "\f383"; } .fa-cloudsmith:before { content: "\f384"; } .fa-cloudversify:before { content: "\f385"; } .fa-cocktail:before { content: "\f561"; } .fa-code:before { content: "\f121"; } .fa-code-branch:before { content: "\f126"; } .fa-codepen:before { content: "\f1cb"; } .fa-codiepie:before { content: "\f284"; } .fa-coffee:before { content: "\f0f4"; } .fa-cog:before { content: "\f013"; } .fa-cogs:before { content: "\f085"; } .fa-coins:before { content: "\f51e"; } .fa-columns:before { content: "\f0db"; } .fa-comment:before { content: "\f075"; } .fa-comment-alt:before { content: "\f27a"; } .fa-comment-dollar:before { content: "\f651"; } .fa-comment-dots:before { content: "\f4ad"; } .fa-comment-medical:before { content: "\f7f5"; } .fa-comment-slash:before { content: "\f4b3"; } .fa-comments:before { content: "\f086"; } .fa-comments-dollar:before { content: "\f653"; } .fa-compact-disc:before { content: "\f51f"; } .fa-compass:before { content: "\f14e"; } .fa-compress:before { content: "\f066"; } .fa-compress-alt:before { content: "\f422"; } .fa-compress-arrows-alt:before { content: "\f78c"; } .fa-concierge-bell:before { content: "\f562"; } .fa-confluence:before { content: "\f78d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-contao:before { content: "\f26d"; } .fa-cookie:before { content: "\f563"; } .fa-cookie-bite:before { content: "\f564"; } .fa-copy:before { content: "\f0c5"; } .fa-copyright:before { content: "\f1f9"; } .fa-cotton-bureau:before { content: "\f89e"; } .fa-couch:before { content: "\f4b8"; } .fa-cpanel:before { content: "\f388"; } .fa-creative-commons:before { content: "\f25e"; } .fa-creative-commons-by:before { content: "\f4e7"; } .fa-creative-commons-nc:before { content: "\f4e8"; } .fa-creative-commons-nc-eu:before { content: "\f4e9"; } .fa-creative-commons-nc-jp:before { content: "\f4ea"; } .fa-creative-commons-nd:before { content: "\f4eb"; } .fa-creative-commons-pd:before { content: "\f4ec"; } .fa-creative-commons-pd-alt:before { content: "\f4ed"; } .fa-creative-commons-remix:before { content: "\f4ee"; } .fa-creative-commons-sa:before { content: "\f4ef"; } .fa-creative-commons-sampling:before { content: "\f4f0"; } .fa-creative-commons-sampling-plus:before { content: "\f4f1"; } .fa-creative-commons-share:before { content: "\f4f2"; } .fa-creative-commons-zero:before { content: "\f4f3"; } .fa-credit-card:before { content: "\f09d"; } .fa-critical-role:before { content: "\f6c9"; } .fa-crop:before { content: "\f125"; } .fa-crop-alt:before { content: "\f565"; } .fa-cross:before { content: "\f654"; } .fa-crosshairs:before { content: "\f05b"; } .fa-crow:before { content: "\f520"; } .fa-crown:before { content: "\f521"; } .fa-crutch:before { content: "\f7f7"; } .fa-css3:before { content: "\f13c"; } .fa-css3-alt:before { content: "\f38b"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-cut:before { content: "\f0c4"; } .fa-cuttlefish:before { content: "\f38c"; } .fa-d-and-d:before { content: "\f38d"; } .fa-d-and-d-beyond:before { content: "\f6ca"; } .fa-dailymotion:before { content: "\e052"; } .fa-dashcube:before { content: "\f210"; } .fa-database:before { content: "\f1c0"; } .fa-deaf:before { content: "\f2a4"; } .fa-deezer:before { content: "\e077"; } .fa-delicious:before { content: "\f1a5"; } .fa-democrat:before { content: "\f747"; } .fa-deploydog:before { content: "\f38e"; } .fa-deskpro:before { content: "\f38f"; } .fa-desktop:before { content: "\f108"; } .fa-dev:before { content: "\f6cc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-dharmachakra:before { content: "\f655"; } .fa-dhl:before { content: "\f790"; } .fa-diagnoses:before { content: "\f470"; } .fa-diaspora:before { content: "\f791"; } .fa-dice:before { content: "\f522"; } .fa-dice-d20:before { content: "\f6cf"; } .fa-dice-d6:before { content: "\f6d1"; } .fa-dice-five:before { content: "\f523"; } .fa-dice-four:before { content: "\f524"; } .fa-dice-one:before { content: "\f525"; } .fa-dice-six:before { content: "\f526"; } .fa-dice-three:before { content: "\f527"; } .fa-dice-two:before { content: "\f528"; } .fa-digg:before { content: "\f1a6"; } .fa-digital-ocean:before { content: "\f391"; } .fa-digital-tachograph:before { content: "\f566"; } .fa-directions:before { content: "\f5eb"; } .fa-discord:before { content: "\f392"; } .fa-discourse:before { content: "\f393"; } .fa-disease:before { content: "\f7fa"; } .fa-divide:before { content: "\f529"; } .fa-dizzy:before { content: "\f567"; } .fa-dna:before { content: "\f471"; } .fa-dochub:before { content: "\f394"; } .fa-docker:before { content: "\f395"; } .fa-dog:before { content: "\f6d3"; } .fa-dollar-sign:before { content: "\f155"; } .fa-dolly:before { content: "\f472"; } .fa-dolly-flatbed:before { content: "\f474"; } .fa-donate:before { content: "\f4b9"; } .fa-door-closed:before { content: "\f52a"; } .fa-door-open:before { content: "\f52b"; } .fa-dot-circle:before { content: "\f192"; } .fa-dove:before { content: "\f4ba"; } .fa-download:before { content: "\f019"; } .fa-draft2digital:before { content: "\f396"; } .fa-drafting-compass:before { content: "\f568"; } .fa-dragon:before { content: "\f6d5"; } .fa-draw-polygon:before { content: "\f5ee"; } .fa-dribbble:before { content: "\f17d"; } .fa-dribbble-square:before { content: "\f397"; } .fa-dropbox:before { content: "\f16b"; } .fa-drum:before { content: "\f569"; } .fa-drum-steelpan:before { content: "\f56a"; } .fa-drumstick-bite:before { content: "\f6d7"; } .fa-drupal:before { content: "\f1a9"; } .fa-dumbbell:before { content: "\f44b"; } .fa-dumpster:before { content: "\f793"; } .fa-dumpster-fire:before { content: "\f794"; } .fa-dungeon:before { content: "\f6d9"; } .fa-dyalog:before { content: "\f399"; } .fa-earlybirds:before { content: "\f39a"; } .fa-ebay:before { content: "\f4f4"; } .fa-edge:before { content: "\f282"; } .fa-edge-legacy:before { content: "\e078"; } .fa-edit:before { content: "\f044"; } .fa-egg:before { content: "\f7fb"; } .fa-eject:before { content: "\f052"; } .fa-elementor:before { content: "\f430"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-ello:before { content: "\f5f1"; } .fa-ember:before { content: "\f423"; } .fa-empire:before { content: "\f1d1"; } .fa-envelope:before { content: "\f0e0"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-text:before { content: "\f658"; } .fa-envelope-square:before { content: "\f199"; } .fa-envira:before { content: "\f299"; } .fa-equals:before { content: "\f52c"; } .fa-eraser:before { content: "\f12d"; } .fa-erlang:before { content: "\f39d"; } .fa-ethereum:before { content: "\f42e"; } .fa-ethernet:before { content: "\f796"; } .fa-etsy:before { content: "\f2d7"; } .fa-euro-sign:before { content: "\f153"; } .fa-evernote:before { content: "\f839"; } .fa-exchange-alt:before { content: "\f362"; } .fa-exclamation:before { content: "\f12a"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-exclamation-triangle:before { content: "\f071"; } .fa-expand:before { content: "\f065"; } .fa-expand-alt:before { content: "\f424"; } .fa-expand-arrows-alt:before { content: "\f31e"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-external-link-alt:before { content: "\f35d"; } .fa-external-link-square-alt:before { content: "\f360"; } .fa-eye:before { content: "\f06e"; } .fa-eye-dropper:before { content: "\f1fb"; } .fa-eye-slash:before { content: "\f070"; } .fa-facebook:before { content: "\f09a"; } .fa-facebook-f:before { content: "\f39e"; } .fa-facebook-messenger:before { content: "\f39f"; } .fa-facebook-square:before { content: "\f082"; } .fa-fan:before { content: "\f863"; } .fa-fantasy-flight-games:before { content: "\f6dc"; } .fa-fast-backward:before { content: "\f049"; } .fa-fast-forward:before { content: "\f050"; } .fa-faucet:before { content: "\e005"; } .fa-fax:before { content: "\f1ac"; } .fa-feather:before { content: "\f52d"; } .fa-feather-alt:before { content: "\f56b"; } .fa-fedex:before { content: "\f797"; } .fa-fedora:before { content: "\f798"; } .fa-female:before { content: "\f182"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-figma:before { content: "\f799"; } .fa-file:before { content: "\f15b"; } .fa-file-alt:before { content: "\f15c"; } .fa-file-archive:before { content: "\f1c6"; } .fa-file-audio:before { content: "\f1c7"; } .fa-file-code:before { content: "\f1c9"; } .fa-file-contract:before { content: "\f56c"; } .fa-file-csv:before { content: "\f6dd"; } .fa-file-download:before { content: "\f56d"; } .fa-file-excel:before { content: "\f1c3"; } .fa-file-export:before { content: "\f56e"; } .fa-file-image:before { content: "\f1c5"; } .fa-file-import:before { content: "\f56f"; } .fa-file-invoice:before { content: "\f570"; } .fa-file-invoice-dollar:before { content: "\f571"; } .fa-file-medical:before { content: "\f477"; } .fa-file-medical-alt:before { content: "\f478"; } .fa-file-pdf:before { content: "\f1c1"; } .fa-file-powerpoint:before { content: "\f1c4"; } .fa-file-prescription:before { content: "\f572"; } .fa-file-signature:before { content: "\f573"; } .fa-file-upload:before { content: "\f574"; } .fa-file-video:before { content: "\f1c8"; } .fa-file-word:before { content: "\f1c2"; } .fa-fill:before { content: "\f575"; } .fa-fill-drip:before { content: "\f576"; } .fa-film:before { content: "\f008"; } .fa-filter:before { content: "\f0b0"; } .fa-fingerprint:before { content: "\f577"; } .fa-fire:before { content: "\f06d"; } .fa-fire-alt:before { content: "\f7e4"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-firefox:before { content: "\f269"; } .fa-firefox-browser:before { content: "\e007"; } .fa-first-aid:before { content: "\f479"; } .fa-first-order:before { content: "\f2b0"; } .fa-first-order-alt:before { content: "\f50a"; } .fa-firstdraft:before { content: "\f3a1"; } .fa-fish:before { content: "\f578"; } .fa-fist-raised:before { content: "\f6de"; } .fa-flag:before { content: "\f024"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-flag-usa:before { content: "\f74d"; } .fa-flask:before { content: "\f0c3"; } .fa-flickr:before { content: "\f16e"; } .fa-flipboard:before { content: "\f44d"; } .fa-flushed:before { content: "\f579"; } .fa-fly:before { content: "\f417"; } .fa-folder:before { content: "\f07b"; } .fa-folder-minus:before { content: "\f65d"; } .fa-folder-open:before { content: "\f07c"; } .fa-folder-plus:before { content: "\f65e"; } .fa-font:before { content: "\f031"; } .fa-font-awesome:before { content: "\f2b4"; } .fa-font-awesome-alt:before { content: "\f35c"; } .fa-font-awesome-flag:before { content: "\f425"; } .fa-font-awesome-logo-full:before { content: "\f4e6"; } .fa-fonticons:before { content: "\f280"; } .fa-fonticons-fi:before { content: "\f3a2"; } .fa-football-ball:before { content: "\f44e"; } .fa-fort-awesome:before { content: "\f286"; } .fa-fort-awesome-alt:before { content: "\f3a3"; } .fa-forumbee:before { content: "\f211"; } .fa-forward:before { content: "\f04e"; } .fa-foursquare:before { content: "\f180"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-freebsd:before { content: "\f3a4"; } .fa-frog:before { content: "\f52e"; } .fa-frown:before { content: "\f119"; } .fa-frown-open:before { content: "\f57a"; } .fa-fulcrum:before { content: "\f50b"; } .fa-funnel-dollar:before { content: "\f662"; } .fa-futbol:before { content: "\f1e3"; } .fa-galactic-republic:before { content: "\f50c"; } .fa-galactic-senate:before { content: "\f50d"; } .fa-gamepad:before { content: "\f11b"; } .fa-gas-pump:before { content: "\f52f"; } .fa-gavel:before { content: "\f0e3"; } .fa-gem:before { content: "\f3a5"; } .fa-genderless:before { content: "\f22d"; } .fa-get-pocket:before { content: "\f265"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-ghost:before { content: "\f6e2"; } .fa-gift:before { content: "\f06b"; } .fa-gifts:before { content: "\f79c"; } .fa-git:before { content: "\f1d3"; } .fa-git-alt:before { content: "\f841"; } .fa-git-square:before { content: "\f1d2"; } .fa-github:before { content: "\f09b"; } .fa-github-alt:before { content: "\f113"; } .fa-github-square:before { content: "\f092"; } .fa-gitkraken:before { content: "\f3a6"; } .fa-gitlab:before { content: "\f296"; } .fa-gitter:before { content: "\f426"; } .fa-glass-cheers:before { content: "\f79f"; } .fa-glass-martini:before { content: "\f000"; } .fa-glass-martini-alt:before { content: "\f57b"; } .fa-glass-whiskey:before { content: "\f7a0"; } .fa-glasses:before { content: "\f530"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-globe:before { content: "\f0ac"; } .fa-globe-africa:before { content: "\f57c"; } .fa-globe-americas:before { content: "\f57d"; } .fa-globe-asia:before { content: "\f57e"; } .fa-globe-europe:before { content: "\f7a2"; } .fa-gofore:before { content: "\f3a7"; } .fa-golf-ball:before { content: "\f450"; } .fa-goodreads:before { content: "\f3a8"; } .fa-goodreads-g:before { content: "\f3a9"; } .fa-google:before { content: "\f1a0"; } .fa-google-drive:before { content: "\f3aa"; } .fa-google-pay:before { content: "\e079"; } .fa-google-play:before { content: "\f3ab"; } .fa-google-plus:before { content: "\f2b3"; } .fa-google-plus-g:before { content: "\f0d5"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-gopuram:before { content: "\f664"; } .fa-graduation-cap:before { content: "\f19d"; } .fa-gratipay:before { content: "\f184"; } .fa-grav:before { content: "\f2d6"; } .fa-greater-than:before { content: "\f531"; } .fa-greater-than-equal:before { content: "\f532"; } .fa-grimace:before { content: "\f57f"; } .fa-grin:before { content: "\f580"; } .fa-grin-alt:before { content: "\f581"; } .fa-grin-beam:before { content: "\f582"; } .fa-grin-beam-sweat:before { content: "\f583"; } .fa-grin-hearts:before { content: "\f584"; } .fa-grin-squint:before { content: "\f585"; } .fa-grin-squint-tears:before { content: "\f586"; } .fa-grin-stars:before { content: "\f587"; } .fa-grin-tears:before { content: "\f588"; } .fa-grin-tongue:before { content: "\f589"; } .fa-grin-tongue-squint:before { content: "\f58a"; } .fa-grin-tongue-wink:before { content: "\f58b"; } .fa-grin-wink:before { content: "\f58c"; } .fa-grip-horizontal:before { content: "\f58d"; } .fa-grip-lines:before { content: "\f7a4"; } .fa-grip-lines-vertical:before { content: "\f7a5"; } .fa-grip-vertical:before { content: "\f58e"; } .fa-gripfire:before { content: "\f3ac"; } .fa-grunt:before { content: "\f3ad"; } .fa-guilded:before { content: "\e07e"; } .fa-guitar:before { content: "\f7a6"; } .fa-gulp:before { content: "\f3ae"; } .fa-h-square:before { content: "\f0fd"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-hacker-news-square:before { content: "\f3af"; } .fa-hackerrank:before { content: "\f5f7"; } .fa-hamburger:before { content: "\f805"; } .fa-hammer:before { content: "\f6e3"; } .fa-hamsa:before { content: "\f665"; } .fa-hand-holding:before { content: "\f4bd"; } .fa-hand-holding-heart:before { content: "\f4be"; } .fa-hand-holding-medical:before { content: "\e05c"; } .fa-hand-holding-usd:before { content: "\f4c0"; } .fa-hand-holding-water:before { content: "\f4c1"; } .fa-hand-lizard:before { content: "\f258"; } .fa-hand-middle-finger:before { content: "\f806"; } .fa-hand-paper:before { content: "\f256"; } .fa-hand-peace:before { content: "\f25b"; } .fa-hand-point-down:before { content: "\f0a7"; } .fa-hand-point-left:before { content: "\f0a5"; } .fa-hand-point-right:before { content: "\f0a4"; } .fa-hand-point-up:before { content: "\f0a6"; } .fa-hand-pointer:before { content: "\f25a"; } .fa-hand-rock:before { content: "\f255"; } .fa-hand-scissors:before { content: "\f257"; } .fa-hand-sparkles:before { content: "\e05d"; } .fa-hand-spock:before { content: "\f259"; } .fa-hands:before { content: "\f4c2"; } .fa-hands-helping:before { content: "\f4c4"; } .fa-hands-wash:before { content: "\e05e"; } .fa-handshake:before { content: "\f2b5"; } .fa-handshake-alt-slash:before { content: "\e05f"; } .fa-handshake-slash:before { content: "\e060"; } .fa-hanukiah:before { content: "\f6e6"; } .fa-hard-hat:before { content: "\f807"; } .fa-hashtag:before { content: "\f292"; } .fa-hat-cowboy:before { content: "\f8c0"; } .fa-hat-cowboy-side:before { content: "\f8c1"; } .fa-hat-wizard:before { content: "\f6e8"; } .fa-hdd:before { content: "\f0a0"; } .fa-head-side-cough:before { content: "\e061"; } .fa-head-side-cough-slash:before { content: "\e062"; } .fa-head-side-mask:before { content: "\e063"; } .fa-head-side-virus:before { content: "\e064"; } .fa-heading:before { content: "\f1dc"; } .fa-headphones:before { content: "\f025"; } .fa-headphones-alt:before { content: "\f58f"; } .fa-headset:before { content: "\f590"; } .fa-heart:before { content: "\f004"; } .fa-heart-broken:before { content: "\f7a9"; } .fa-heartbeat:before { content: "\f21e"; } .fa-helicopter:before { content: "\f533"; } .fa-highlighter:before { content: "\f591"; } .fa-hiking:before { content: "\f6ec"; } .fa-hippo:before { content: "\f6ed"; } .fa-hips:before { content: "\f452"; } .fa-hire-a-helper:before { content: "\f3b0"; } .fa-history:before { content: "\f1da"; } .fa-hive:before { content: "\e07f"; } .fa-hockey-puck:before { content: "\f453"; } .fa-holly-berry:before { content: "\f7aa"; } .fa-home:before { content: "\f015"; } .fa-hooli:before { content: "\f427"; } .fa-hornbill:before { content: "\f592"; } .fa-horse:before { content: "\f6f0"; } .fa-horse-head:before { content: "\f7ab"; } .fa-hospital:before { content: "\f0f8"; } .fa-hospital-alt:before { content: "\f47d"; } .fa-hospital-symbol:before { content: "\f47e"; } .fa-hospital-user:before { content: "\f80d"; } .fa-hot-tub:before { content: "\f593"; } .fa-hotdog:before { content: "\f80f"; } .fa-hotel:before { content: "\f594"; } .fa-hotjar:before { content: "\f3b1"; } .fa-hourglass:before { content: "\f254"; } .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-start:before { content: "\f251"; } .fa-house-damage:before { content: "\f6f1"; } .fa-house-user:before { content: "\e065"; } .fa-houzz:before { content: "\f27c"; } .fa-hryvnia:before { content: "\f6f2"; } .fa-html5:before { content: "\f13b"; } .fa-hubspot:before { content: "\f3b2"; } .fa-i-cursor:before { content: "\f246"; } .fa-ice-cream:before { content: "\f810"; } .fa-icicles:before { content: "\f7ad"; } .fa-icons:before { content: "\f86d"; } .fa-id-badge:before { content: "\f2c1"; } .fa-id-card:before { content: "\f2c2"; } .fa-id-card-alt:before { content: "\f47f"; } .fa-ideal:before { content: "\e013"; } .fa-igloo:before { content: "\f7ae"; } .fa-image:before { content: "\f03e"; } .fa-images:before { content: "\f302"; } .fa-imdb:before { content: "\f2d8"; } .fa-inbox:before { content: "\f01c"; } .fa-indent:before { content: "\f03c"; } .fa-industry:before { content: "\f275"; } .fa-infinity:before { content: "\f534"; } .fa-info:before { content: "\f129"; } .fa-info-circle:before { content: "\f05a"; } .fa-innosoft:before { content: "\e080"; } .fa-instagram:before { content: "\f16d"; } .fa-instagram-square:before { content: "\e055"; } .fa-instalod:before { content: "\e081"; } .fa-intercom:before { content: "\f7af"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-invision:before { content: "\f7b0"; } .fa-ioxhost:before { content: "\f208"; } .fa-italic:before { content: "\f033"; } .fa-itch-io:before { content: "\f83a"; } .fa-itunes:before { content: "\f3b4"; } .fa-itunes-note:before { content: "\f3b5"; } .fa-java:before { content: "\f4e4"; } .fa-jedi:before { content: "\f669"; } .fa-jedi-order:before { content: "\f50e"; } .fa-jenkins:before { content: "\f3b6"; } .fa-jira:before { content: "\f7b1"; } .fa-joget:before { content: "\f3b7"; } .fa-joint:before { content: "\f595"; } .fa-joomla:before { content: "\f1aa"; } .fa-journal-whills:before { content: "\f66a"; } .fa-js:before { content: "\f3b8"; } .fa-js-square:before { content: "\f3b9"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-kaaba:before { content: "\f66b"; } .fa-kaggle:before { content: "\f5fa"; } .fa-key:before { content: "\f084"; } .fa-keybase:before { content: "\f4f5"; } .fa-keyboard:before { content: "\f11c"; } .fa-keycdn:before { content: "\f3ba"; } .fa-khanda:before { content: "\f66d"; } .fa-kickstarter:before { content: "\f3bb"; } .fa-kickstarter-k:before { content: "\f3bc"; } .fa-kiss:before { content: "\f596"; } .fa-kiss-beam:before { content: "\f597"; } .fa-kiss-wink-heart:before { content: "\f598"; } .fa-kiwi-bird:before { content: "\f535"; } .fa-korvue:before { content: "\f42f"; } .fa-landmark:before { content: "\f66f"; } .fa-language:before { content: "\f1ab"; } .fa-laptop:before { content: "\f109"; } .fa-laptop-code:before { content: "\f5fc"; } .fa-laptop-house:before { content: "\e066"; } .fa-laptop-medical:before { content: "\f812"; } .fa-laravel:before { content: "\f3bd"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-laugh:before { content: "\f599"; } .fa-laugh-beam:before { content: "\f59a"; } .fa-laugh-squint:before { content: "\f59b"; } .fa-laugh-wink:before { content: "\f59c"; } .fa-layer-group:before { content: "\f5fd"; } .fa-leaf:before { content: "\f06c"; } .fa-leanpub:before { content: "\f212"; } .fa-lemon:before { content: "\f094"; } .fa-less:before { content: "\f41d"; } .fa-less-than:before { content: "\f536"; } .fa-less-than-equal:before { content: "\f537"; } .fa-level-down-alt:before { content: "\f3be"; } .fa-level-up-alt:before { content: "\f3bf"; } .fa-life-ring:before { content: "\f1cd"; } .fa-lightbulb:before { content: "\f0eb"; } .fa-line:before { content: "\f3c0"; } .fa-link:before { content: "\f0c1"; } .fa-linkedin:before { content: "\f08c"; } .fa-linkedin-in:before { content: "\f0e1"; } .fa-linode:before { content: "\f2b8"; } .fa-linux:before { content: "\f17c"; } .fa-lira-sign:before { content: "\f195"; } .fa-list:before { content: "\f03a"; } .fa-list-alt:before { content: "\f022"; } .fa-list-ol:before { content: "\f0cb"; } .fa-list-ul:before { content: "\f0ca"; } .fa-location-arrow:before { content: "\f124"; } .fa-lock:before { content: "\f023"; } .fa-lock-open:before { content: "\f3c1"; } .fa-long-arrow-alt-down:before { content: "\f309"; } .fa-long-arrow-alt-left:before { content: "\f30a"; } .fa-long-arrow-alt-right:before { content: "\f30b"; } .fa-long-arrow-alt-up:before { content: "\f30c"; } .fa-low-vision:before { content: "\f2a8"; } .fa-luggage-cart:before { content: "\f59d"; } .fa-lungs:before { content: "\f604"; } .fa-lungs-virus:before { content: "\e067"; } .fa-lyft:before { content: "\f3c3"; } .fa-magento:before { content: "\f3c4"; } .fa-magic:before { content: "\f0d0"; } .fa-magnet:before { content: "\f076"; } .fa-mail-bulk:before { content: "\f674"; } .fa-mailchimp:before { content: "\f59e"; } .fa-male:before { content: "\f183"; } .fa-mandalorian:before { content: "\f50f"; } .fa-map:before { content: "\f279"; } .fa-map-marked:before { content: "\f59f"; } .fa-map-marked-alt:before { content: "\f5a0"; } .fa-map-marker:before { content: "\f041"; } .fa-map-marker-alt:before { content: "\f3c5"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-markdown:before { content: "\f60f"; } .fa-marker:before { content: "\f5a1"; } .fa-mars:before { content: "\f222"; } .fa-mars-double:before { content: "\f227"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mask:before { content: "\f6fa"; } .fa-mastodon:before { content: "\f4f6"; } .fa-maxcdn:before { content: "\f136"; } .fa-mdb:before { content: "\f8ca"; } .fa-medal:before { content: "\f5a2"; } .fa-medapps:before { content: "\f3c6"; } .fa-medium:before { content: "\f23a"; } .fa-medium-m:before { content: "\f3c7"; } .fa-medkit:before { content: "\f0fa"; } .fa-medrt:before { content: "\f3c8"; } .fa-meetup:before { content: "\f2e0"; } .fa-megaport:before { content: "\f5a3"; } .fa-meh:before { content: "\f11a"; } .fa-meh-blank:before { content: "\f5a4"; } .fa-meh-rolling-eyes:before { content: "\f5a5"; } .fa-memory:before { content: "\f538"; } .fa-mendeley:before { content: "\f7b3"; } .fa-menorah:before { content: "\f676"; } .fa-mercury:before { content: "\f223"; } .fa-meteor:before { content: "\f753"; } .fa-microblog:before { content: "\e01a"; } .fa-microchip:before { content: "\f2db"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-alt:before { content: "\f3c9"; } .fa-microphone-alt-slash:before { content: "\f539"; } .fa-microphone-slash:before { content: "\f131"; } .fa-microscope:before { content: "\f610"; } .fa-microsoft:before { content: "\f3ca"; } .fa-minus:before { content: "\f068"; } .fa-minus-circle:before { content: "\f056"; } .fa-minus-square:before { content: "\f146"; } .fa-mitten:before { content: "\f7b5"; } .fa-mix:before { content: "\f3cb"; } .fa-mixcloud:before { content: "\f289"; } .fa-mixer:before { content: "\e056"; } .fa-mizuni:before { content: "\f3cc"; } .fa-mobile:before { content: "\f10b"; } .fa-mobile-alt:before { content: "\f3cd"; } .fa-modx:before { content: "\f285"; } .fa-monero:before { content: "\f3d0"; } .fa-money-bill:before { content: "\f0d6"; } .fa-money-bill-alt:before { content: "\f3d1"; } .fa-money-bill-wave:before { content: "\f53a"; } .fa-money-bill-wave-alt:before { content: "\f53b"; } .fa-money-check:before { content: "\f53c"; } .fa-money-check-alt:before { content: "\f53d"; } .fa-monument:before { content: "\f5a6"; } .fa-moon:before { content: "\f186"; } .fa-mortar-pestle:before { content: "\f5a7"; } .fa-mosque:before { content: "\f678"; } .fa-motorcycle:before { content: "\f21c"; } .fa-mountain:before { content: "\f6fc"; } .fa-mouse:before { content: "\f8cc"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-mug-hot:before { content: "\f7b6"; } .fa-music:before { content: "\f001"; } .fa-napster:before { content: "\f3d2"; } .fa-neos:before { content: "\f612"; } .fa-network-wired:before { content: "\f6ff"; } .fa-neuter:before { content: "\f22c"; } .fa-newspaper:before { content: "\f1ea"; } .fa-nimblr:before { content: "\f5a8"; } .fa-node:before { content: "\f419"; } .fa-node-js:before { content: "\f3d3"; } .fa-not-equal:before { content: "\f53e"; } .fa-notes-medical:before { content: "\f481"; } .fa-npm:before { content: "\f3d4"; } .fa-ns8:before { content: "\f3d5"; } .fa-nutritionix:before { content: "\f3d6"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-octopus-deploy:before { content: "\e082"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-oil-can:before { content: "\f613"; } .fa-old-republic:before { content: "\f510"; } .fa-om:before { content: "\f679"; } .fa-opencart:before { content: "\f23d"; } .fa-openid:before { content: "\f19b"; } .fa-opera:before { content: "\f26a"; } .fa-optin-monster:before { content: "\f23c"; } .fa-orcid:before { content: "\f8d2"; } .fa-osi:before { content: "\f41a"; } .fa-otter:before { content: "\f700"; } .fa-outdent:before { content: "\f03b"; } .fa-page4:before { content: "\f3d7"; } .fa-pagelines:before { content: "\f18c"; } .fa-pager:before { content: "\f815"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-paint-roller:before { content: "\f5aa"; } .fa-palette:before { content: "\f53f"; } .fa-palfed:before { content: "\f3d8"; } .fa-pallet:before { content: "\f482"; } .fa-paper-plane:before { content: "\f1d8"; } .fa-paperclip:before { content: "\f0c6"; } .fa-parachute-box:before { content: "\f4cd"; } .fa-paragraph:before { content: "\f1dd"; } .fa-parking:before { content: "\f540"; } .fa-passport:before { content: "\f5ab"; } .fa-pastafarianism:before { content: "\f67b"; } .fa-paste:before { content: "\f0ea"; } .fa-patreon:before { content: "\f3d9"; } .fa-pause:before { content: "\f04c"; } .fa-pause-circle:before { content: "\f28b"; } .fa-paw:before { content: "\f1b0"; } .fa-paypal:before { content: "\f1ed"; } .fa-peace:before { content: "\f67c"; } .fa-pen:before { content: "\f304"; } .fa-pen-alt:before { content: "\f305"; } .fa-pen-fancy:before { content: "\f5ac"; } .fa-pen-nib:before { content: "\f5ad"; } .fa-pen-square:before { content: "\f14b"; } .fa-pencil-alt:before { content: "\f303"; } .fa-pencil-ruler:before { content: "\f5ae"; } .fa-penny-arcade:before { content: "\f704"; } .fa-people-arrows:before { content: "\e068"; } .fa-people-carry:before { content: "\f4ce"; } .fa-pepper-hot:before { content: "\f816"; } .fa-perbyte:before { content: "\e083"; } .fa-percent:before { content: "\f295"; } .fa-percentage:before { content: "\f541"; } .fa-periscope:before { content: "\f3da"; } .fa-person-booth:before { content: "\f756"; } .fa-phabricator:before { content: "\f3db"; } .fa-phoenix-framework:before { content: "\f3dc"; } .fa-phoenix-squadron:before { content: "\f511"; } .fa-phone:before { content: "\f095"; } .fa-phone-alt:before { content: "\f879"; } .fa-phone-slash:before { content: "\f3dd"; } .fa-phone-square:before { content: "\f098"; } .fa-phone-square-alt:before { content: "\f87b"; } .fa-phone-volume:before { content: "\f2a0"; } .fa-photo-video:before { content: "\f87c"; } .fa-php:before { content: "\f457"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-pied-piper-hat:before { content: "\f4e5"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-square:before { content: "\e01e"; } .fa-piggy-bank:before { content: "\f4d3"; } .fa-pills:before { content: "\f484"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-p:before { content: "\f231"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-pizza-slice:before { content: "\f818"; } .fa-place-of-worship:before { content: "\f67f"; } .fa-plane:before { content: "\f072"; } .fa-plane-arrival:before { content: "\f5af"; } .fa-plane-departure:before { content: "\f5b0"; } .fa-plane-slash:before { content: "\e069"; } .fa-play:before { content: "\f04b"; } .fa-play-circle:before { content: "\f144"; } .fa-playstation:before { content: "\f3df"; } .fa-plug:before { content: "\f1e6"; } .fa-plus:before { content: "\f067"; } .fa-plus-circle:before { content: "\f055"; } .fa-plus-square:before { content: "\f0fe"; } .fa-podcast:before { content: "\f2ce"; } .fa-poll:before { content: "\f681"; } .fa-poll-h:before { content: "\f682"; } .fa-poo:before { content: "\f2fe"; } .fa-poo-storm:before { content: "\f75a"; } .fa-poop:before { content: "\f619"; } .fa-portrait:before { content: "\f3e0"; } .fa-pound-sign:before { content: "\f154"; } .fa-power-off:before { content: "\f011"; } .fa-pray:before { content: "\f683"; } .fa-praying-hands:before { content: "\f684"; } .fa-prescription:before { content: "\f5b1"; } .fa-prescription-bottle:before { content: "\f485"; } .fa-prescription-bottle-alt:before { content: "\f486"; } .fa-print:before { content: "\f02f"; } .fa-procedures:before { content: "\f487"; } .fa-product-hunt:before { content: "\f288"; } .fa-project-diagram:before { content: "\f542"; } .fa-pump-medical:before { content: "\e06a"; } .fa-pump-soap:before { content: "\e06b"; } .fa-pushed:before { content: "\f3e1"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-python:before { content: "\f3e2"; } .fa-qq:before { content: "\f1d6"; } .fa-qrcode:before { content: "\f029"; } .fa-question:before { content: "\f128"; } .fa-question-circle:before { content: "\f059"; } .fa-quidditch:before { content: "\f458"; } .fa-quinscape:before { content: "\f459"; } .fa-quora:before { content: "\f2c4"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-quran:before { content: "\f687"; } .fa-r-project:before { content: "\f4f7"; } .fa-radiation:before { content: "\f7b9"; } .fa-radiation-alt:before { content: "\f7ba"; } .fa-rainbow:before { content: "\f75b"; } .fa-random:before { content: "\f074"; } .fa-raspberry-pi:before { content: "\f7bb"; } .fa-ravelry:before { content: "\f2d9"; } .fa-react:before { content: "\f41b"; } .fa-reacteurope:before { content: "\f75d"; } .fa-readme:before { content: "\f4d5"; } .fa-rebel:before { content: "\f1d0"; } .fa-receipt:before { content: "\f543"; } .fa-record-vinyl:before { content: "\f8d9"; } .fa-recycle:before { content: "\f1b8"; } .fa-red-river:before { content: "\f3e3"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-alien:before { content: "\f281"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-redhat:before { content: "\f7bc"; } .fa-redo:before { content: "\f01e"; } .fa-redo-alt:before { content: "\f2f9"; } .fa-registered:before { content: "\f25d"; } .fa-remove-format:before { content: "\f87d"; } .fa-renren:before { content: "\f18b"; } .fa-reply:before { content: "\f3e5"; } .fa-reply-all:before { content: "\f122"; } .fa-replyd:before { content: "\f3e6"; } .fa-republican:before { content: "\f75e"; } .fa-researchgate:before { content: "\f4f8"; } .fa-resolving:before { content: "\f3e7"; } .fa-restroom:before { content: "\f7bd"; } .fa-retweet:before { content: "\f079"; } .fa-rev:before { content: "\f5b2"; } .fa-ribbon:before { content: "\f4d6"; } .fa-ring:before { content: "\f70b"; } .fa-road:before { content: "\f018"; } .fa-robot:before { content: "\f544"; } .fa-rocket:before { content: "\f135"; } .fa-rocketchat:before { content: "\f3e8"; } .fa-rockrms:before { content: "\f3e9"; } .fa-route:before { content: "\f4d7"; } .fa-rss:before { content: "\f09e"; } .fa-rss-square:before { content: "\f143"; } .fa-ruble-sign:before { content: "\f158"; } .fa-ruler:before { content: "\f545"; } .fa-ruler-combined:before { content: "\f546"; } .fa-ruler-horizontal:before { content: "\f547"; } .fa-ruler-vertical:before { content: "\f548"; } .fa-running:before { content: "\f70c"; } .fa-rupee-sign:before { content: "\f156"; } .fa-rust:before { content: "\e07a"; } .fa-sad-cry:before { content: "\f5b3"; } .fa-sad-tear:before { content: "\f5b4"; } .fa-safari:before { content: "\f267"; } .fa-salesforce:before { content: "\f83b"; } .fa-sass:before { content: "\f41e"; } .fa-satellite:before { content: "\f7bf"; } .fa-satellite-dish:before { content: "\f7c0"; } .fa-save:before { content: "\f0c7"; } .fa-schlix:before { content: "\f3ea"; } .fa-school:before { content: "\f549"; } .fa-screwdriver:before { content: "\f54a"; } .fa-scribd:before { content: "\f28a"; } .fa-scroll:before { content: "\f70e"; } .fa-sd-card:before { content: "\f7c2"; } .fa-search:before { content: "\f002"; } .fa-search-dollar:before { content: "\f688"; } .fa-search-location:before { content: "\f689"; } .fa-search-minus:before { content: "\f010"; } .fa-search-plus:before { content: "\f00e"; } .fa-searchengin:before { content: "\f3eb"; } .fa-seedling:before { content: "\f4d8"; } .fa-sellcast:before { content: "\f2da"; } .fa-sellsy:before { content: "\f213"; } .fa-server:before { content: "\f233"; } .fa-servicestack:before { content: "\f3ec"; } .fa-shapes:before { content: "\f61f"; } .fa-share:before { content: "\f064"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-share-square:before { content: "\f14d"; } .fa-shekel-sign:before { content: "\f20b"; } .fa-shield-alt:before { content: "\f3ed"; } .fa-shield-virus:before { content: "\e06c"; } .fa-ship:before { content: "\f21a"; } .fa-shipping-fast:before { content: "\f48b"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-shoe-prints:before { content: "\f54b"; } .fa-shopify:before { content: "\e057"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-shopware:before { content: "\f5b5"; } .fa-shower:before { content: "\f2cc"; } .fa-shuttle-van:before { content: "\f5b6"; } .fa-sign:before { content: "\f4d9"; } .fa-sign-in-alt:before { content: "\f2f6"; } .fa-sign-language:before { content: "\f2a7"; } .fa-sign-out-alt:before { content: "\f2f5"; } .fa-signal:before { content: "\f012"; } .fa-signature:before { content: "\f5b7"; } .fa-sim-card:before { content: "\f7c4"; } .fa-simplybuilt:before { content: "\f215"; } .fa-sink:before { content: "\e06d"; } .fa-sistrix:before { content: "\f3ee"; } .fa-sitemap:before { content: "\f0e8"; } .fa-sith:before { content: "\f512"; } .fa-skating:before { content: "\f7c5"; } .fa-sketch:before { content: "\f7c6"; } .fa-skiing:before { content: "\f7c9"; } .fa-skiing-nordic:before { content: "\f7ca"; } .fa-skull:before { content: "\f54c"; } .fa-skull-crossbones:before { content: "\f714"; } .fa-skyatlas:before { content: "\f216"; } .fa-skype:before { content: "\f17e"; } .fa-slack:before { content: "\f198"; } .fa-slack-hash:before { content: "\f3ef"; } .fa-slash:before { content: "\f715"; } .fa-sleigh:before { content: "\f7cc"; } .fa-sliders-h:before { content: "\f1de"; } .fa-slideshare:before { content: "\f1e7"; } .fa-smile:before { content: "\f118"; } .fa-smile-beam:before { content: "\f5b8"; } .fa-smile-wink:before { content: "\f4da"; } .fa-smog:before { content: "\f75f"; } .fa-smoking:before { content: "\f48d"; } .fa-smoking-ban:before { content: "\f54d"; } .fa-sms:before { content: "\f7cd"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-snowboarding:before { content: "\f7ce"; } .fa-snowflake:before { content: "\f2dc"; } .fa-snowman:before { content: "\f7d0"; } .fa-snowplow:before { content: "\f7d2"; } .fa-soap:before { content: "\e06e"; } .fa-socks:before { content: "\f696"; } .fa-solar-panel:before { content: "\f5ba"; } .fa-sort:before { content: "\f0dc"; } .fa-sort-alpha-down:before { content: "\f15d"; } .fa-sort-alpha-down-alt:before { content: "\f881"; } .fa-sort-alpha-up:before { content: "\f15e"; } .fa-sort-alpha-up-alt:before { content: "\f882"; } .fa-sort-amount-down:before { content: "\f160"; } .fa-sort-amount-down-alt:before { content: "\f884"; } .fa-sort-amount-up:before { content: "\f161"; } .fa-sort-amount-up-alt:before { content: "\f885"; } .fa-sort-down:before { content: "\f0dd"; } .fa-sort-numeric-down:before { content: "\f162"; } .fa-sort-numeric-down-alt:before { content: "\f886"; } .fa-sort-numeric-up:before { content: "\f163"; } .fa-sort-numeric-up-alt:before { content: "\f887"; } .fa-sort-up:before { content: "\f0de"; } .fa-soundcloud:before { content: "\f1be"; } .fa-sourcetree:before { content: "\f7d3"; } .fa-spa:before { content: "\f5bb"; } .fa-space-shuttle:before { content: "\f197"; } .fa-speakap:before { content: "\f3f3"; } .fa-speaker-deck:before { content: "\f83c"; } .fa-spell-check:before { content: "\f891"; } .fa-spider:before { content: "\f717"; } .fa-spinner:before { content: "\f110"; } .fa-splotch:before { content: "\f5bc"; } .fa-spotify:before { content: "\f1bc"; } .fa-spray-can:before { content: "\f5bd"; } .fa-square:before { content: "\f0c8"; } .fa-square-full:before { content: "\f45c"; } .fa-square-root-alt:before { content: "\f698"; } .fa-squarespace:before { content: "\f5be"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-stackpath:before { content: "\f842"; } .fa-stamp:before { content: "\f5bf"; } .fa-star:before { content: "\f005"; } .fa-star-and-crescent:before { content: "\f699"; } .fa-star-half:before { content: "\f089"; } .fa-star-half-alt:before { content: "\f5c0"; } .fa-star-of-david:before { content: "\f69a"; } .fa-star-of-life:before { content: "\f621"; } .fa-staylinked:before { content: "\f3f5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-steam-symbol:before { content: "\f3f6"; } .fa-step-backward:before { content: "\f048"; } .fa-step-forward:before { content: "\f051"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-sticker-mule:before { content: "\f3f7"; } .fa-sticky-note:before { content: "\f249"; } .fa-stop:before { content: "\f04d"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stopwatch:before { content: "\f2f2"; } .fa-stopwatch-20:before { content: "\e06f"; } .fa-store:before { content: "\f54e"; } .fa-store-alt:before { content: "\f54f"; } .fa-store-alt-slash:before { content: "\e070"; } .fa-store-slash:before { content: "\e071"; } .fa-strava:before { content: "\f428"; } .fa-stream:before { content: "\f550"; } .fa-street-view:before { content: "\f21d"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-stripe:before { content: "\f429"; } .fa-stripe-s:before { content: "\f42a"; } .fa-stroopwafel:before { content: "\f551"; } .fa-studiovinari:before { content: "\f3f8"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-subscript:before { content: "\f12c"; } .fa-subway:before { content: "\f239"; } .fa-suitcase:before { content: "\f0f2"; } .fa-suitcase-rolling:before { content: "\f5c1"; } .fa-sun:before { content: "\f185"; } .fa-superpowers:before { content: "\f2dd"; } .fa-superscript:before { content: "\f12b"; } .fa-supple:before { content: "\f3f9"; } .fa-surprise:before { content: "\f5c2"; } .fa-suse:before { content: "\f7d6"; } .fa-swatchbook:before { content: "\f5c3"; } .fa-swift:before { content: "\f8e1"; } .fa-swimmer:before { content: "\f5c4"; } .fa-swimming-pool:before { content: "\f5c5"; } .fa-symfony:before { content: "\f83d"; } .fa-synagogue:before { content: "\f69b"; } .fa-sync:before { content: "\f021"; } .fa-sync-alt:before { content: "\f2f1"; } .fa-syringe:before { content: "\f48e"; } .fa-table:before { content: "\f0ce"; } .fa-table-tennis:before { content: "\f45d"; } .fa-tablet:before { content: "\f10a"; } .fa-tablet-alt:before { content: "\f3fa"; } .fa-tablets:before { content: "\f490"; } .fa-tachometer-alt:before { content: "\f3fd"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-tape:before { content: "\f4db"; } .fa-tasks:before { content: "\f0ae"; } .fa-taxi:before { content: "\f1ba"; } .fa-teamspeak:before { content: "\f4f9"; } .fa-teeth:before { content: "\f62e"; } .fa-teeth-open:before { content: "\f62f"; } .fa-telegram:before { content: "\f2c6"; } .fa-telegram-plane:before { content: "\f3fe"; } .fa-temperature-high:before { content: "\f769"; } .fa-temperature-low:before { content: "\f76b"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-tenge:before { content: "\f7d7"; } .fa-terminal:before { content: "\f120"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-th:before { content: "\f00a"; } .fa-th-large:before { content: "\f009"; } .fa-th-list:before { content: "\f00b"; } .fa-the-red-yeti:before { content: "\f69d"; } .fa-theater-masks:before { content: "\f630"; } .fa-themeco:before { content: "\f5c6"; } .fa-themeisle:before { content: "\f2b2"; } .fa-thermometer:before { content: "\f491"; } .fa-thermometer-empty:before { content: "\f2cb"; } .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-think-peaks:before { content: "\f731"; } .fa-thumbs-down:before { content: "\f165"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbtack:before { content: "\f08d"; } .fa-ticket-alt:before { content: "\f3ff"; } .fa-tiktok:before { content: "\e07b"; } .fa-times:before { content: "\f00d"; } .fa-times-circle:before { content: "\f057"; } .fa-tint:before { content: "\f043"; } .fa-tint-slash:before { content: "\f5c7"; } .fa-tired:before { content: "\f5c8"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-toilet:before { content: "\f7d8"; } .fa-toilet-paper:before { content: "\f71e"; } .fa-toilet-paper-slash:before { content: "\e072"; } .fa-toolbox:before { content: "\f552"; } .fa-tools:before { content: "\f7d9"; } .fa-tooth:before { content: "\f5c9"; } .fa-torah:before { content: "\f6a0"; } .fa-torii-gate:before { content: "\f6a1"; } .fa-tractor:before { content: "\f722"; } .fa-trade-federation:before { content: "\f513"; } .fa-trademark:before { content: "\f25c"; } .fa-traffic-light:before { content: "\f637"; } .fa-trailer:before { content: "\e041"; } .fa-train:before { content: "\f238"; } .fa-tram:before { content: "\f7da"; } .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-trash:before { content: "\f1f8"; } .fa-trash-alt:before { content: "\f2ed"; } .fa-trash-restore:before { content: "\f829"; } .fa-trash-restore-alt:before { content: "\f82a"; } .fa-tree:before { content: "\f1bb"; } .fa-trello:before { content: "\f181"; } .fa-tripadvisor:before { content: "\f262"; } .fa-trophy:before { content: "\f091"; } .fa-truck:before { content: "\f0d1"; } .fa-truck-loading:before { content: "\f4de"; } .fa-truck-monster:before { content: "\f63b"; } .fa-truck-moving:before { content: "\f4df"; } .fa-truck-pickup:before { content: "\f63c"; } .fa-tshirt:before { content: "\f553"; } .fa-tty:before { content: "\f1e4"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-tv:before { content: "\f26c"; } .fa-twitch:before { content: "\f1e8"; } .fa-twitter:before { content: "\f099"; } .fa-twitter-square:before { content: "\f081"; } .fa-typo3:before { content: "\f42b"; } .fa-uber:before { content: "\f402"; } .fa-ubuntu:before { content: "\f7df"; } .fa-uikit:before { content: "\f403"; } .fa-umbraco:before { content: "\f8e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-umbrella-beach:before { content: "\f5ca"; } .fa-uncharted:before { content: "\e084"; } .fa-underline:before { content: "\f0cd"; } .fa-undo:before { content: "\f0e2"; } .fa-undo-alt:before { content: "\f2ea"; } .fa-uniregistry:before { content: "\f404"; } .fa-unity:before { content: "\e049"; } .fa-universal-access:before { content: "\f29a"; } .fa-university:before { content: "\f19c"; } .fa-unlink:before { content: "\f127"; } .fa-unlock:before { content: "\f09c"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-unsplash:before { content: "\e07c"; } .fa-untappd:before { content: "\f405"; } .fa-upload:before { content: "\f093"; } .fa-ups:before { content: "\f7e0"; } .fa-usb:before { content: "\f287"; } .fa-user:before { content: "\f007"; } .fa-user-alt:before { content: "\f406"; } .fa-user-alt-slash:before { content: "\f4fa"; } .fa-user-astronaut:before { content: "\f4fb"; } .fa-user-check:before { content: "\f4fc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-clock:before { content: "\f4fd"; } .fa-user-cog:before { content: "\f4fe"; } .fa-user-edit:before { content: "\f4ff"; } .fa-user-friends:before { content: "\f500"; } .fa-user-graduate:before { content: "\f501"; } .fa-user-injured:before { content: "\f728"; } .fa-user-lock:before { content: "\f502"; } .fa-user-md:before { content: "\f0f0"; } .fa-user-minus:before { content: "\f503"; } .fa-user-ninja:before { content: "\f504"; } .fa-user-nurse:before { content: "\f82f"; } .fa-user-plus:before { content: "\f234"; } .fa-user-secret:before { content: "\f21b"; } .fa-user-shield:before { content: "\f505"; } .fa-user-slash:before { content: "\f506"; } .fa-user-tag:before { content: "\f507"; } .fa-user-tie:before { content: "\f508"; } .fa-user-times:before { content: "\f235"; } .fa-users:before { content: "\f0c0"; } .fa-users-cog:before { content: "\f509"; } .fa-users-slash:before { content: "\e073"; } .fa-usps:before { content: "\f7e1"; } .fa-ussunnah:before { content: "\f407"; } .fa-utensil-spoon:before { content: "\f2e5"; } .fa-utensils:before { content: "\f2e7"; } .fa-vaadin:before { content: "\f408"; } .fa-vector-square:before { content: "\f5cb"; } .fa-venus:before { content: "\f221"; } .fa-venus-double:before { content: "\f226"; } .fa-venus-mars:before { content: "\f228"; } .fa-vest:before { content: "\e085"; } .fa-vest-patches:before { content: "\e086"; } .fa-viacoin:before { content: "\f237"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-vial:before { content: "\f492"; } .fa-vials:before { content: "\f493"; } .fa-viber:before { content: "\f409"; } .fa-video:before { content: "\f03d"; } .fa-video-slash:before { content: "\f4e2"; } .fa-vihara:before { content: "\f6a7"; } .fa-vimeo:before { content: "\f40a"; } .fa-vimeo-square:before { content: "\f194"; } .fa-vimeo-v:before { content: "\f27d"; } .fa-vine:before { content: "\f1ca"; } .fa-virus:before { content: "\e074"; } .fa-virus-slash:before { content: "\e075"; } .fa-viruses:before { content: "\e076"; } .fa-vk:before { content: "\f189"; } .fa-vnv:before { content: "\f40b"; } .fa-voicemail:before { content: "\f897"; } .fa-volleyball-ball:before { content: "\f45f"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-mute:before { content: "\f6a9"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-up:before { content: "\f028"; } .fa-vote-yea:before { content: "\f772"; } .fa-vr-cardboard:before { content: "\f729"; } .fa-vuejs:before { content: "\f41f"; } .fa-walking:before { content: "\f554"; } .fa-wallet:before { content: "\f555"; } .fa-warehouse:before { content: "\f494"; } .fa-watchman-monitoring:before { content: "\e087"; } .fa-water:before { content: "\f773"; } .fa-wave-square:before { content: "\f83e"; } .fa-waze:before { content: "\f83f"; } .fa-weebly:before { content: "\f5cc"; } .fa-weibo:before { content: "\f18a"; } .fa-weight:before { content: "\f496"; } .fa-weight-hanging:before { content: "\f5cd"; } .fa-weixin:before { content: "\f1d7"; } .fa-whatsapp:before { content: "\f232"; } .fa-whatsapp-square:before { content: "\f40c"; } .fa-wheelchair:before { content: "\f193"; } .fa-whmcs:before { content: "\f40d"; } .fa-wifi:before { content: "\f1eb"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-wind:before { content: "\f72e"; } .fa-window-close:before { content: "\f410"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-windows:before { content: "\f17a"; } .fa-wine-bottle:before { content: "\f72f"; } .fa-wine-glass:before { content: "\f4e3"; } .fa-wine-glass-alt:before { content: "\f5ce"; } .fa-wix:before { content: "\f5cf"; } .fa-wizards-of-the-coast:before { content: "\f730"; } .fa-wodu:before { content: "\e088"; } .fa-wolf-pack-battalion:before { content: "\f514"; } .fa-won-sign:before { content: "\f159"; } .fa-wordpress:before { content: "\f19a"; } .fa-wordpress-simple:before { content: "\f411"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-wpforms:before { content: "\f298"; } .fa-wpressr:before { content: "\f3e4"; } .fa-wrench:before { content: "\f0ad"; } .fa-x-ray:before { content: "\f497"; } .fa-xbox:before { content: "\f412"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-y-combinator:before { content: "\f23b"; } .fa-yahoo:before { content: "\f19e"; } .fa-yammer:before { content: "\f840"; } .fa-yandex:before { content: "\f413"; } .fa-yandex-international:before { content: "\f414"; } .fa-yarn:before { content: "\f7e3"; } .fa-yelp:before { content: "\f1e9"; } .fa-yen-sign:before { content: "\f157"; } .fa-yin-yang:before { content: "\f6ad"; } .fa-yoast:before { content: "\f2b1"; } .fa-youtube:before { content: "\f167"; } .fa-youtube-square:before { content: "\f431"; } .fa-zhihu:before { content: "\f63f"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/ikonli-fontawesome6-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.fontawesome6 { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.fontawesome6; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.fontawesome6.FontAwesomeBrandsIkonHandler, org.kordamp.ikonli.fontawesome6.FontAwesomeRegularIkonHandler, org.kordamp.ikonli.fontawesome6.FontAwesomeSolidIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.fontawesome6.FontAwesomeBrandsIkonProvider, org.kordamp.ikonli.fontawesome6.FontAwesomeRegularIkonProvider, org.kordamp.ikonli.fontawesome6.FontAwesomeSolidIkonProvider; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeBrands.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FontAwesomeBrands implements Ikon { ACCESSIBLE_ICON("fab-accessible-icon", '\uf368'), ACCUSOFT("fab-accusoft", '\uf369'), ACQUISITIONS_INCORPORATED("fab-acquisitions-incorporated", '\uf6af'), ADN("fab-adn", '\uf170'), ADVERSAL("fab-adversal", '\uf36a'), AFFILIATETHEME("fab-affiliatetheme", '\uf36b'), AIRBNB("fab-airbnb", '\uf834'), ALGOLIA("fab-algolia", '\uf36c'), ALIPAY("fab-alipay", '\uf642'), AMAZON("fab-amazon", '\uf270'), AMAZON_PAY("fab-amazon-pay", '\uf42c'), AMILIA("fab-amilia", '\uf36d'), ANDROID("fab-android", '\uf17b'), ANGELLIST("fab-angellist", '\uf209'), ANGRYCREATIVE("fab-angrycreative", '\uf36e'), ANGULAR("fab-angular", '\uf420'), APPER("fab-apper", '\uf371'), APPLE("fab-apple", '\uf179'), APPLE_PAY("fab-apple-pay", '\uf415'), APP_STORE("fab-app-store", '\uf36f'), APP_STORE_IOS("fab-app-store-ios", '\uf370'), ARTSTATION("fab-artstation", '\uf77a'), ASYMMETRIK("fab-asymmetrik", '\uf372'), ATLASSIAN("fab-atlassian", '\uf77b'), AUDIBLE("fab-audible", '\uf373'), AUTOPREFIXER("fab-autoprefixer", '\uf41c'), AVIANEX("fab-avianex", '\uf374'), AVIATO("fab-aviato", '\uf421'), AWS("fab-aws", '\uf375'), BANDCAMP("fab-bandcamp", '\uf2d5'), BATTLE_NET("fab-battle-net", '\uf835'), BEHANCE("fab-behance", '\uf1b4'), BEHANCE_SQUARE("fab-behance-square", '\uf1b5'), BIMOBJECT("fab-bimobject", '\uf378'), BITBUCKET("fab-bitbucket", '\uf171'), BITCOIN("fab-bitcoin", '\uf379'), BITY("fab-bity", '\uf37a'), BLACKBERRY("fab-blackberry", '\uf37b'), BLACK_TIE("fab-black-tie", '\uf27e'), BLOGGER("fab-blogger", '\uf37c'), BLOGGER_B("fab-blogger-b", '\uf37d'), BLUETOOTH("fab-bluetooth", '\uf293'), BLUETOOTH_B("fab-bluetooth-b", '\uf294'), BOOTSTRAP("fab-bootstrap", '\uf836'), BTC("fab-btc", '\uf15a'), BUFFER("fab-buffer", '\uf837'), BUROMOBELEXPERTE("fab-buromobelexperte", '\uf37f'), BUYSELLADS("fab-buysellads", '\uf20d'), BUY_N_LARGE("fab-buy-n-large", '\uf8a6'), CANADIAN_MAPLE_LEAF("fab-canadian-maple-leaf", '\uf785'), CC_AMAZON_PAY("fab-cc-amazon-pay", '\uf42d'), CC_AMEX("fab-cc-amex", '\uf1f3'), CC_APPLE_PAY("fab-cc-apple-pay", '\uf416'), CC_DINERS_CLUB("fab-cc-diners-club", '\uf24c'), CC_DISCOVER("fab-cc-discover", '\uf1f2'), CC_JCB("fab-cc-jcb", '\uf24b'), CC_MASTERCARD("fab-cc-mastercard", '\uf1f1'), CC_PAYPAL("fab-cc-paypal", '\uf1f4'), CC_STRIPE("fab-cc-stripe", '\uf1f5'), CC_VISA("fab-cc-visa", '\uf1f0'), CENTERCODE("fab-centercode", '\uf380'), CENTOS("fab-centos", '\uf789'), CHROME("fab-chrome", '\uf268'), CHROMECAST("fab-chromecast", '\uf838'), CLOUDFARE("fab-cloudfare", '\ue07d'), CLOUDSCALE("fab-cloudscale", '\uf383'), CLOUDSMITH("fab-cloudsmith", '\uf384'), CLOUDVERSIFY("fab-cloudversify", '\uf385'), CODEPEN("fab-codepen", '\uf1cb'), CODIEPIE("fab-codiepie", '\uf284'), CONFLUENCE("fab-confluence", '\uf78d'), CONNECTDEVELOP("fab-connectdevelop", '\uf20e'), CONTAO("fab-contao", '\uf26d'), COTTON_BUREAU("fab-cotton-bureau", '\uf89e'), CPANEL("fab-cpanel", '\uf388'), CREATIVE_COMMONS("fab-creative-commons", '\uf25e'), CREATIVE_COMMONS_BY("fab-creative-commons-by", '\uf4e7'), CREATIVE_COMMONS_NC("fab-creative-commons-nc", '\uf4e8'), CREATIVE_COMMONS_NC_EU("fab-creative-commons-nc-eu", '\uf4e9'), CREATIVE_COMMONS_NC_JP("fab-creative-commons-nc-jp", '\uf4ea'), CREATIVE_COMMONS_ND("fab-creative-commons-nd", '\uf4eb'), CREATIVE_COMMONS_PD("fab-creative-commons-pd", '\uf4ec'), CREATIVE_COMMONS_PD_ALT("fab-creative-commons-pd-alt", '\uf4ed'), CREATIVE_COMMONS_REMIX("fab-creative-commons-remix", '\uf4ee'), CREATIVE_COMMONS_SA("fab-creative-commons-sa", '\uf4ef'), CREATIVE_COMMONS_SAMPLING("fab-creative-commons-sampling", '\uf4f0'), CREATIVE_COMMONS_SAMPLING_PLUS("fab-creative-commons-sampling-plus", '\uf4f1'), CREATIVE_COMMONS_SHARE("fab-creative-commons-share", '\uf4f2'), CREATIVE_COMMONS_ZERO("fab-creative-commons-zero", '\uf4f3'), CRITICAL_ROLE("fab-critical-role", '\uf6c9'), CSS3("fab-css3", '\uf13c'), CSS3_ALT("fab-css3-alt", '\uf38b'), CUTTLEFISH("fab-cuttlefish", '\uf38c'), DAILYMOTION("fab-dailymotion", '\ue052'), DASHCUBE("fab-dashcube", '\uf210'), DEEZER("fab-deezer", '\ue077'), DELICIOUS("fab-delicious", '\uf1a5'), DEPLOYDOG("fab-deploydog", '\uf38e'), DESKPRO("fab-deskpro", '\uf38f'), DEV("fab-dev", '\uf6cc'), DEVIANTART("fab-deviantart", '\uf1bd'), DHL("fab-dhl", '\uf790'), DIASPORA("fab-diaspora", '\uf791'), DIGG("fab-digg", '\uf1a6'), DIGITAL_OCEAN("fab-digital-ocean", '\uf391'), DISCORD("fab-discord", '\uf392'), DISCOURSE("fab-discourse", '\uf393'), DOCHUB("fab-dochub", '\uf394'), DOCKER("fab-docker", '\uf395'), DRAFT2DIGITAL("fab-draft2digital", '\uf396'), DRIBBBLE("fab-dribbble", '\uf17d'), DRIBBBLE_SQUARE("fab-dribbble-square", '\uf397'), DROPBOX("fab-dropbox", '\uf16b'), DRUPAL("fab-drupal", '\uf1a9'), DYALOG("fab-dyalog", '\uf399'), D_AND_D("fab-d-and-d", '\uf38d'), D_AND_D_BEYOND("fab-d-and-d-beyond", '\uf6ca'), EARLYBIRDS("fab-earlybirds", '\uf39a'), EBAY("fab-ebay", '\uf4f4'), EDGE("fab-edge", '\uf282'), EDGE_LEGACY("fab-edge-legacy", '\ue078'), ELEMENTOR("fab-elementor", '\uf430'), ELLO("fab-ello", '\uf5f1'), EMBER("fab-ember", '\uf423'), EMPIRE("fab-empire", '\uf1d1'), ENVIRA("fab-envira", '\uf299'), ERLANG("fab-erlang", '\uf39d'), ETHEREUM("fab-ethereum", '\uf42e'), ETSY("fab-etsy", '\uf2d7'), EVERNOTE("fab-evernote", '\uf839'), EXPEDITEDSSL("fab-expeditedssl", '\uf23e'), FAB_500PX("fab-500px", '\uf26e'), FACEBOOK("fab-facebook", '\uf09a'), FACEBOOK_F("fab-facebook-f", '\uf39e'), FACEBOOK_MESSENGER("fab-facebook-messenger", '\uf39f'), FACEBOOK_SQUARE("fab-facebook-square", '\uf082'), FANTASY_FLIGHT_GAMES("fab-fantasy-flight-games", '\uf6dc'), FEDEX("fab-fedex", '\uf797'), FEDORA("fab-fedora", '\uf798'), FIGMA("fab-figma", '\uf799'), FIREFOX("fab-firefox", '\uf269'), FIREFOX_BROWSER("fab-firefox-browser", '\ue007'), FIRSTDRAFT("fab-firstdraft", '\uf3a1'), FIRST_ORDER("fab-first-order", '\uf2b0'), FIRST_ORDER_ALT("fab-first-order-alt", '\uf50a'), FLICKR("fab-flickr", '\uf16e'), FLIPBOARD("fab-flipboard", '\uf44d'), FLY("fab-fly", '\uf417'), FONTICONS("fab-fonticons", '\uf280'), FONTICONS_FI("fab-fonticons-fi", '\uf3a2'), FONT_AWESOME("fab-font-awesome", '\uf2b4'), FONT_AWESOME_ALT("fab-font-awesome-alt", '\uf35c'), FONT_AWESOME_FLAG("fab-font-awesome-flag", '\uf425'), FORT_AWESOME("fab-fort-awesome", '\uf286'), FORT_AWESOME_ALT("fab-fort-awesome-alt", '\uf3a3'), FORUMBEE("fab-forumbee", '\uf211'), FOURSQUARE("fab-foursquare", '\uf180'), FREEBSD("fab-freebsd", '\uf3a4'), FREE_CODE_CAMP("fab-free-code-camp", '\uf2c5'), FULCRUM("fab-fulcrum", '\uf50b'), GALACTIC_REPUBLIC("fab-galactic-republic", '\uf50c'), GALACTIC_SENATE("fab-galactic-senate", '\uf50d'), GET_POCKET("fab-get-pocket", '\uf265'), GG("fab-gg", '\uf260'), GG_CIRCLE("fab-gg-circle", '\uf261'), GIT("fab-git", '\uf1d3'), GITHUB("fab-github", '\uf09b'), GITHUB_ALT("fab-github-alt", '\uf113'), GITHUB_SQUARE("fab-github-square", '\uf092'), GITKRAKEN("fab-gitkraken", '\uf3a6'), GITLAB("fab-gitlab", '\uf296'), GITTER("fab-gitter", '\uf426'), GIT_ALT("fab-git-alt", '\uf841'), GIT_SQUARE("fab-git-square", '\uf1d2'), GLIDE("fab-glide", '\uf2a5'), GLIDE_G("fab-glide-g", '\uf2a6'), GOFORE("fab-gofore", '\uf3a7'), GOODREADS("fab-goodreads", '\uf3a8'), GOODREADS_G("fab-goodreads-g", '\uf3a9'), GOOGLE("fab-google", '\uf1a0'), GOOGLE_DRIVE("fab-google-drive", '\uf3aa'), GOOGLE_PAY("fab-google-pay", '\ue079'), GOOGLE_PLAY("fab-google-play", '\uf3ab'), GOOGLE_PLUS("fab-google-plus", '\uf2b3'), GOOGLE_PLUS_G("fab-google-plus-g", '\uf0d5'), GOOGLE_PLUS_SQUARE("fab-google-plus-square", '\uf0d4'), GOOGLE_WALLET("fab-google-wallet", '\uf1ee'), GRATIPAY("fab-gratipay", '\uf184'), GRAV("fab-grav", '\uf2d6'), GRIPFIRE("fab-gripfire", '\uf3ac'), GRUNT("fab-grunt", '\uf3ad'), GUILDED("fab-guilded", '\ue07e'), GULP("fab-gulp", '\uf3ae'), HACKERRANK("fab-hackerrank", '\uf5f7'), HACKER_NEWS("fab-hacker-news", '\uf1d4'), HACKER_NEWS_SQUARE("fab-hacker-news-square", '\uf3af'), HIPS("fab-hips", '\uf452'), HIRE_A_HELPER("fab-hire-a-helper", '\uf3b0'), HIVE("fab-hive", '\ue07f'), HOOLI("fab-hooli", '\uf427'), HORNBILL("fab-hornbill", '\uf592'), HOTJAR("fab-hotjar", '\uf3b1'), HOUZZ("fab-houzz", '\uf27c'), HTML5("fab-html5", '\uf13b'), HUBSPOT("fab-hubspot", '\uf3b2'), IDEAL("fab-ideal", '\ue013'), IMDB("fab-imdb", '\uf2d8'), INNOSOFT("fab-innosoft", '\ue080'), INSTAGRAM("fab-instagram", '\uf16d'), INSTAGRAM_SQUARE("fab-instagram-square", '\ue055'), INSTALOD("fab-instalod", '\ue081'), INTERCOM("fab-intercom", '\uf7af'), INTERNET_EXPLORER("fab-internet-explorer", '\uf26b'), INVISION("fab-invision", '\uf7b0'), IOXHOST("fab-ioxhost", '\uf208'), ITCH_IO("fab-itch-io", '\uf83a'), ITUNES("fab-itunes", '\uf3b4'), ITUNES_NOTE("fab-itunes-note", '\uf3b5'), JAVA("fab-java", '\uf4e4'), JEDI_ORDER("fab-jedi-order", '\uf50e'), JENKINS("fab-jenkins", '\uf3b6'), JIRA("fab-jira", '\uf7b1'), JOGET("fab-joget", '\uf3b7'), JOOMLA("fab-joomla", '\uf1aa'), JS("fab-js", '\uf3b8'), JSFIDDLE("fab-jsfiddle", '\uf1cc'), JS_SQUARE("fab-js-square", '\uf3b9'), KAGGLE("fab-kaggle", '\uf5fa'), KEYBASE("fab-keybase", '\uf4f5'), KEYCDN("fab-keycdn", '\uf3ba'), KICKSTARTER("fab-kickstarter", '\uf3bb'), KICKSTARTER_K("fab-kickstarter-k", '\uf3bc'), KORVUE("fab-korvue", '\uf42f'), LARAVEL("fab-laravel", '\uf3bd'), LASTFM("fab-lastfm", '\uf202'), LASTFM_SQUARE("fab-lastfm-square", '\uf203'), LEANPUB("fab-leanpub", '\uf212'), LESS("fab-less", '\uf41d'), LINE("fab-line", '\uf3c0'), LINKEDIN("fab-linkedin", '\uf08c'), LINKEDIN_IN("fab-linkedin-in", '\uf0e1'), LINODE("fab-linode", '\uf2b8'), LINUX("fab-linux", '\uf17c'), LYFT("fab-lyft", '\uf3c3'), MAGENTO("fab-magento", '\uf3c4'), MAILCHIMP("fab-mailchimp", '\uf59e'), MANDALORIAN("fab-mandalorian", '\uf50f'), MARKDOWN("fab-markdown", '\uf60f'), MASTODON("fab-mastodon", '\uf4f6'), MAXCDN("fab-maxcdn", '\uf136'), MDB("fab-mdb", '\uf8ca'), MEDAPPS("fab-medapps", '\uf3c6'), MEDIUM("fab-medium", '\uf23a'), MEDIUM_M("fab-medium-m", '\uf3c7'), MEDRT("fab-medrt", '\uf3c8'), MEETUP("fab-meetup", '\uf2e0'), MEGAPORT("fab-megaport", '\uf5a3'), MENDELEY("fab-mendeley", '\uf7b3'), MICROBLOG("fab-microblog", '\ue01a'), MICROSOFT("fab-microsoft", '\uf3ca'), MIX("fab-mix", '\uf3cb'), MIXCLOUD("fab-mixcloud", '\uf289'), MIXER("fab-mixer", '\ue056'), MIZUNI("fab-mizuni", '\uf3cc'), MODX("fab-modx", '\uf285'), MONERO("fab-monero", '\uf3d0'), NAPSTER("fab-napster", '\uf3d2'), NEOS("fab-neos", '\uf612'), NIMBLR("fab-nimblr", '\uf5a8'), NODE("fab-node", '\uf419'), NODE_JS("fab-node-js", '\uf3d3'), NPM("fab-npm", '\uf3d4'), NS8("fab-ns8", '\uf3d5'), NUTRITIONIX("fab-nutritionix", '\uf3d6'), OCTOPUS_DEPLOY("fab-octopus-deploy", '\ue082'), ODNOKLASSNIKI("fab-odnoklassniki", '\uf263'), ODNOKLASSNIKI_SQUARE("fab-odnoklassniki-square", '\uf264'), OLD_REPUBLIC("fab-old-republic", '\uf510'), OPENCART("fab-opencart", '\uf23d'), OPENID("fab-openid", '\uf19b'), OPERA("fab-opera", '\uf26a'), OPTIN_MONSTER("fab-optin-monster", '\uf23c'), ORCID("fab-orcid", '\uf8d2'), OSI("fab-osi", '\uf41a'), PAGE4("fab-page4", '\uf3d7'), PAGELINES("fab-pagelines", '\uf18c'), PALFED("fab-palfed", '\uf3d8'), PATREON("fab-patreon", '\uf3d9'), PAYPAL("fab-paypal", '\uf1ed'), PENNY_ARCADE("fab-penny-arcade", '\uf704'), PERBYTE("fab-perbyte", '\ue083'), PERISCOPE("fab-periscope", '\uf3da'), PHABRICATOR("fab-phabricator", '\uf3db'), PHOENIX_FRAMEWORK("fab-phoenix-framework", '\uf3dc'), PHOENIX_SQUADRON("fab-phoenix-squadron", '\uf511'), PHP("fab-php", '\uf457'), PIED_PIPER("fab-pied-piper", '\uf2ae'), PIED_PIPER_ALT("fab-pied-piper-alt", '\uf1a8'), PIED_PIPER_HAT("fab-pied-piper-hat", '\uf4e5'), PIED_PIPER_PP("fab-pied-piper-pp", '\uf1a7'), PIED_PIPER_SQUARE("fab-pied-piper-square", '\ue01e'), PINTEREST("fab-pinterest", '\uf0d2'), PINTEREST_P("fab-pinterest-p", '\uf231'), PINTEREST_SQUARE("fab-pinterest-square", '\uf0d3'), PLAYSTATION("fab-playstation", '\uf3df'), PRODUCT_HUNT("fab-product-hunt", '\uf288'), PUSHED("fab-pushed", '\uf3e1'), PYTHON("fab-python", '\uf3e2'), QQ("fab-qq", '\uf1d6'), QUINSCAPE("fab-quinscape", '\uf459'), QUORA("fab-quora", '\uf2c4'), RASPBERRY_PI("fab-raspberry-pi", '\uf7bb'), RAVELRY("fab-ravelry", '\uf2d9'), REACT("fab-react", '\uf41b'), REACTEUROPE("fab-reacteurope", '\uf75d'), README("fab-readme", '\uf4d5'), REBEL("fab-rebel", '\uf1d0'), REDDIT("fab-reddit", '\uf1a1'), REDDIT_ALIEN("fab-reddit-alien", '\uf281'), REDDIT_SQUARE("fab-reddit-square", '\uf1a2'), REDHAT("fab-redhat", '\uf7bc'), RED_RIVER("fab-red-river", '\uf3e3'), RENREN("fab-renren", '\uf18b'), REPLYD("fab-replyd", '\uf3e6'), RESEARCHGATE("fab-researchgate", '\uf4f8'), RESOLVING("fab-resolving", '\uf3e7'), REV("fab-rev", '\uf5b2'), ROCKETCHAT("fab-rocketchat", '\uf3e8'), ROCKRMS("fab-rockrms", '\uf3e9'), RUST("fab-rust", '\ue07a'), R_PROJECT("fab-r-project", '\uf4f7'), SAFARI("fab-safari", '\uf267'), SALESFORCE("fab-salesforce", '\uf83b'), SASS("fab-sass", '\uf41e'), SCHLIX("fab-schlix", '\uf3ea'), SCRIBD("fab-scribd", '\uf28a'), SEARCHENGIN("fab-searchengin", '\uf3eb'), SELLCAST("fab-sellcast", '\uf2da'), SELLSY("fab-sellsy", '\uf213'), SERVICESTACK("fab-servicestack", '\uf3ec'), SHIRTSINBULK("fab-shirtsinbulk", '\uf214'), SHOPIFY("fab-shopify", '\ue057'), SHOPWARE("fab-shopware", '\uf5b5'), SIMPLYBUILT("fab-simplybuilt", '\uf215'), SISTRIX("fab-sistrix", '\uf3ee'), SITH("fab-sith", '\uf512'), SKETCH("fab-sketch", '\uf7c6'), SKYATLAS("fab-skyatlas", '\uf216'), SKYPE("fab-skype", '\uf17e'), SLACK("fab-slack", '\uf198'), SLACK_HASH("fab-slack-hash", '\uf3ef'), SLIDESHARE("fab-slideshare", '\uf1e7'), SNAPCHAT("fab-snapchat", '\uf2ab'), SNAPCHAT_GHOST("fab-snapchat-ghost", '\uf2ac'), SNAPCHAT_SQUARE("fab-snapchat-square", '\uf2ad'), SOUNDCLOUD("fab-soundcloud", '\uf1be'), SOURCETREE("fab-sourcetree", '\uf7d3'), SPEAKAP("fab-speakap", '\uf3f3'), SPEAKER_DECK("fab-speaker-deck", '\uf83c'), SPOTIFY("fab-spotify", '\uf1bc'), SQUARESPACE("fab-squarespace", '\uf5be'), STACKPATH("fab-stackpath", '\uf842'), STACK_EXCHANGE("fab-stack-exchange", '\uf18d'), STACK_OVERFLOW("fab-stack-overflow", '\uf16c'), STAYLINKED("fab-staylinked", '\uf3f5'), STEAM("fab-steam", '\uf1b6'), STEAM_SQUARE("fab-steam-square", '\uf1b7'), STEAM_SYMBOL("fab-steam-symbol", '\uf3f6'), STICKER_MULE("fab-sticker-mule", '\uf3f7'), STRAVA("fab-strava", '\uf428'), STRIPE("fab-stripe", '\uf429'), STRIPE_S("fab-stripe-s", '\uf42a'), STUDIOVINARI("fab-studiovinari", '\uf3f8'), STUMBLEUPON("fab-stumbleupon", '\uf1a4'), STUMBLEUPON_CIRCLE("fab-stumbleupon-circle", '\uf1a3'), SUPERPOWERS("fab-superpowers", '\uf2dd'), SUPPLE("fab-supple", '\uf3f9'), SUSE("fab-suse", '\uf7d6'), SWIFT("fab-swift", '\uf8e1'), SYMFONY("fab-symfony", '\uf83d'), TEAMSPEAK("fab-teamspeak", '\uf4f9'), TELEGRAM("fab-telegram", '\uf2c6'), TELEGRAM_PLANE("fab-telegram-plane", '\uf3fe'), TENCENT_WEIBO("fab-tencent-weibo", '\uf1d5'), THEMECO("fab-themeco", '\uf5c6'), THEMEISLE("fab-themeisle", '\uf2b2'), THE_RED_YETI("fab-the-red-yeti", '\uf69d'), THINK_PEAKS("fab-think-peaks", '\uf731'), TIKTOK("fab-tiktok", '\ue07b'), TRADE_FEDERATION("fab-trade-federation", '\uf513'), TRELLO("fab-trello", '\uf181'), TRIPADVISOR("fab-tripadvisor", '\uf262'), TUMBLR("fab-tumblr", '\uf173'), TUMBLR_SQUARE("fab-tumblr-square", '\uf174'), TWITCH("fab-twitch", '\uf1e8'), TWITTER("fab-twitter", '\uf099'), TWITTER_SQUARE("fab-twitter-square", '\uf081'), TYPO3("fab-typo3", '\uf42b'), UBER("fab-uber", '\uf402'), UBUNTU("fab-ubuntu", '\uf7df'), UIKIT("fab-uikit", '\uf403'), UMBRACO("fab-umbraco", '\uf8e8'), UNCHARTED("fab-uncharted", '\ue084'), UNIREGISTRY("fab-uniregistry", '\uf404'), UNITY("fab-unity", '\ue049'), UNSPLASH("fab-unsplash", '\ue07c'), UNTAPPD("fab-untappd", '\uf405'), UPS("fab-ups", '\uf7e0'), USB("fab-usb", '\uf287'), USPS("fab-usps", '\uf7e1'), USSUNNAH("fab-ussunnah", '\uf407'), VAADIN("fab-vaadin", '\uf408'), VIACOIN("fab-viacoin", '\uf237'), VIADEO("fab-viadeo", '\uf2a9'), VIADEO_SQUARE("fab-viadeo-square", '\uf2aa'), VIBER("fab-viber", '\uf409'), VIMEO("fab-vimeo", '\uf40a'), VIMEO_SQUARE("fab-vimeo-square", '\uf194'), VIMEO_V("fab-vimeo-v", '\uf27d'), VINE("fab-vine", '\uf1ca'), VK("fab-vk", '\uf189'), VNV("fab-vnv", '\uf40b'), VUEJS("fab-vuejs", '\uf41f'), WATCHAMN_MONITORING("fab-watchman-monitoring", '\ue087'), WAZE("fab-waze", '\uf83f'), WEEBLY("fab-weebly", '\uf5cc'), WEIBO("fab-weibo", '\uf18a'), WEIXIN("fab-weixin", '\uf1d7'), WHATSAPP("fab-whatsapp", '\uf232'), WHATSAPP_SQUARE("fab-whatsapp-square", '\uf40c'), WHMCS("fab-whmcs", '\uf40d'), WIKIPEDIA_W("fab-wikipedia-w", '\uf266'), WINDOWS("fab-windows", '\uf17a'), WIX("fab-wix", '\uf5cf'), WIZARDS_OF_THE_COAST("fab-wizards-of-the-coast", '\uf730'), WODU("fab-wodu", '\ue088'), WOLF_PACK_BATTALION("fab-wolf-pack-battalion", '\uf514'), WORDPRESS("fab-wordpress", '\uf19a'), WORDPRESS_SIMPLE("fab-wordpress-simple", '\uf411'), WPBEGINNER("fab-wpbeginner", '\uf297'), WPEXPLORER("fab-wpexplorer", '\uf2de'), WPFORMS("fab-wpforms", '\uf298'), WPRESSR("fab-wpressr", '\uf3e4'), XBOX("fab-xbox", '\uf412'), XING("fab-xing", '\uf168'), XING_SQUARE("fab-xing-square", '\uf169'), YAHOO("fab-yahoo", '\uf19e'), YAMMER("fab-yammer", '\uf840'), YANDEX("fab-yandex", '\uf413'), YANDEX_INTERNATIONAL("fab-yandex-international", '\uf414'), YARN("fab-yarn", '\uf7e3'), YELP("fab-yelp", '\uf1e9'), YOAST("fab-yoast", '\uf2b1'), YOUTUBE("fab-youtube", '\uf167'), YOUTUBE_SQUARE("fab-youtube-square", '\uf431'), Y_COMBINATOR("fab-y-combinator", '\uf23b'), ZHIHU("fab-zhihu", '\uf63f'); public static FontAwesomeBrands findByDescription(String description) { for (FontAwesomeBrands font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; FontAwesomeBrands(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeBrandsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontAwesomeBrandsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontawesome6/6.5.2/fonts/fa-brands-400.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fab-"); } @Override public Ikon resolve(String description) { return FontAwesomeBrands.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Font Awesome 6 Brands Regular"; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeBrandsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FontAwesomeBrandsIkonProvider implements IkonProvider { @Override public Class getIkon() { return FontAwesomeBrands.class; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeRegular.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FontAwesomeRegular implements Ikon { ADDRESS_BOOK("far-address-book", '\uf2b9'), ADDRESS_CARD("far-address-card", '\uf2bb'), ANGRY("far-angry", '\uf556'), ARROW_ALT_CIRCLE_DOWN("far-arrow-alt-circle-down", '\uf358'), ARROW_ALT_CIRCLE_LEFT("far-arrow-alt-circle-left", '\uf359'), ARROW_ALT_CIRCLE_RIGHT("far-arrow-alt-circle-right", '\uf35a'), ARROW_ALT_CIRCLE_UP("far-arrow-alt-circle-up", '\uf35b'), BELL("far-bell", '\uf0f3'), BELL_SLASH("far-bell-slash", '\uf1f6'), BOOKMARK("far-bookmark", '\uf02e'), BUILDING("far-building", '\uf1ad'), CALENDAR("far-calendar", '\uf133'), CALENDAR_ALT("far-calendar-alt", '\uf073'), CALENDAR_CHECK("far-calendar-check", '\uf274'), CALENDAR_MINUS("far-calendar-minus", '\uf272'), CALENDAR_PLUS("far-calendar-plus", '\uf271'), CALENDAR_TIMES("far-calendar-times", '\uf273'), CARET_SQUARE_DOWN("far-caret-square-down", '\uf150'), CARET_SQUARE_LEFT("far-caret-square-left", '\uf191'), CARET_SQUARE_RIGHT("far-caret-square-right", '\uf152'), CARET_SQUARE_UP("far-caret-square-up", '\uf151'), CHART_BAR("far-chart-bar", '\uf080'), CHECK_CIRCLE("far-check-circle", '\uf058'), CHECK_SQUARE("far-check-square", '\uf14a'), CIRCLE("far-circle", '\uf111'), CLIPBOARD("far-clipboard", '\uf328'), CLOCK("far-clock", '\uf017'), CLONE("far-clone", '\uf24d'), CLOSED_CAPTIONING("far-closed-captioning", '\uf20a'), COMMENT("far-comment", '\uf075'), COMMENTS("far-comments", '\uf086'), COMMENT_ALT("far-comment-alt", '\uf27a'), COMMENT_DOTS("far-comment-dots", '\uf4ad'), COMPASS("far-compass", '\uf14e'), COPY("far-copy", '\uf0c5'), COPYRIGHT("far-copyright", '\uf1f9'), CREDIT_CARD("far-credit-card", '\uf09d'), DIZZY("far-dizzy", '\uf567'), DOT_CIRCLE("far-dot-circle", '\uf192'), EDIT("far-edit", '\uf044'), ENVELOPE("far-envelope", '\uf0e0'), ENVELOPE_OPEN("far-envelope-open", '\uf2b6'), EYE("far-eye", '\uf06e'), EYE_SLASH("far-eye-slash", '\uf070'), FILE("far-file", '\uf15b'), FILE_ALT("far-file-alt", '\uf15c'), FILE_ARCHIVE("far-file-archive", '\uf1c6'), FILE_AUDIO("far-file-audio", '\uf1c7'), FILE_CODE("far-file-code", '\uf1c9'), FILE_EXCEL("far-file-excel", '\uf1c3'), FILE_IMAGE("far-file-image", '\uf1c5'), FILE_PDF("far-file-pdf", '\uf1c1'), FILE_POWERPOINT("far-file-powerpoint", '\uf1c4'), FILE_VIDEO("far-file-video", '\uf1c8'), FILE_WORD("far-file-word", '\uf1c2'), FLAG("far-flag", '\uf024'), FLUSHED("far-flushed", '\uf579'), FOLDER("far-folder", '\uf07b'), FOLDER_OPEN("far-folder-open", '\uf07c'), FROWN("far-frown", '\uf119'), FROWN_OPEN("far-frown-open", '\uf57a'), FUTBOL("far-futbol", '\uf1e3'), GEM("far-gem", '\uf3a5'), GRIMACE("far-grimace", '\uf57f'), GRIN("far-grin", '\uf580'), GRIN_ALT("far-grin-alt", '\uf581'), GRIN_BEAM("far-grin-beam", '\uf582'), GRIN_BEAM_SWEAT("far-grin-beam-sweat", '\uf583'), GRIN_HEARTS("far-grin-hearts", '\uf584'), GRIN_SQUINT("far-grin-squint", '\uf585'), GRIN_SQUINT_TEARS("far-grin-squint-tears", '\uf586'), GRIN_STARS("far-grin-stars", '\uf587'), GRIN_TEARS("far-grin-tears", '\uf588'), GRIN_TONGUE("far-grin-tongue", '\uf589'), GRIN_TONGUE_SQUINT("far-grin-tongue-squint", '\uf58a'), GRIN_TONGUE_WINK("far-grin-tongue-wink", '\uf58b'), GRIN_WINK("far-grin-wink", '\uf58c'), HANDSHAKE("far-handshake", '\uf2b5'), HAND_LIZARD("far-hand-lizard", '\uf258'), HAND_PAPER("far-hand-paper", '\uf256'), HAND_PEACE("far-hand-peace", '\uf25b'), HAND_POINTER("far-hand-pointer", '\uf25a'), HAND_POINT_DOWN("far-hand-point-down", '\uf0a7'), HAND_POINT_LEFT("far-hand-point-left", '\uf0a5'), HAND_POINT_RIGHT("far-hand-point-right", '\uf0a4'), HAND_POINT_UP("far-hand-point-up", '\uf0a6'), HAND_ROCK("far-hand-rock", '\uf255'), HAND_SCISSORS("far-hand-scissors", '\uf257'), HAND_SPOCK("far-hand-spock", '\uf259'), HDD("far-hdd", '\uf0a0'), HEART("far-heart", '\uf004'), HOSPITAL("far-hospital", '\uf0f8'), HOURGLASS("far-hourglass", '\uf254'), ID_BADGE("far-id-badge", '\uf2c1'), ID_CARD("far-id-card", '\uf2c2'), IMAGE("far-image", '\uf03e'), IMAGES("far-images", '\uf302'), KEYBOARD("far-keyboard", '\uf11c'), KISS("far-kiss", '\uf596'), KISS_BEAM("far-kiss-beam", '\uf597'), KISS_WINK_HEART("far-kiss-wink-heart", '\uf598'), LAUGH("far-laugh", '\uf599'), LAUGH_BEAM("far-laugh-beam", '\uf59a'), LAUGH_SQUINT("far-laugh-squint", '\uf59b'), LAUGH_WINK("far-laugh-wink", '\uf59c'), LEMON("far-lemon", '\uf094'), LIFE_RING("far-life-ring", '\uf1cd'), LIGHTBULB("far-lightbulb", '\uf0eb'), LIST_ALT("far-list-alt", '\uf022'), MAP("far-map", '\uf279'), MEH("far-meh", '\uf11a'), MEH_BLANK("far-meh-blank", '\uf5a4'), MEH_ROLLING_EYES("far-meh-rolling-eyes", '\uf5a5'), MINUS_SQUARE("far-minus-square", '\uf146'), MONEY_BILL_ALT("far-money-bill-alt", '\uf3d1'), MOON("far-moon", '\uf186'), NEWSPAPER("far-newspaper", '\uf1ea'), OBJECT_GROUP("far-object-group", '\uf247'), OBJECT_UNGROUP("far-object-ungroup", '\uf248'), PAPER_PLANE("far-paper-plane", '\uf1d8'), PAUSE_CIRCLE("far-pause-circle", '\uf28b'), PLAY_CIRCLE("far-play-circle", '\uf144'), PLUS_SQUARE("far-plus-square", '\uf0fe'), QUESTION_CIRCLE("far-question-circle", '\uf059'), REGISTERED("far-registered", '\uf25d'), SAD_CRY("far-sad-cry", '\uf5b3'), SAD_TEAR("far-sad-tear", '\uf5b4'), SAVE("far-save", '\uf0c7'), SHARE_SQUARE("far-share-square", '\uf14d'), SMILE("far-smile", '\uf118'), SMILE_BEAM("far-smile-beam", '\uf5b8'), SMILE_WINK("far-smile-wink", '\uf4da'), SNOWFLAKE("far-snowflake", '\uf2dc'), SQUARE("far-square", '\uf0c8'), STAR("far-star", '\uf005'), STAR_HALF("far-star-half", '\uf089'), STICKY_NOTE("far-sticky-note", '\uf249'), STOP_CIRCLE("far-stop-circle", '\uf28d'), SUN("far-sun", '\uf185'), SURPRISE("far-surprise", '\uf5c2'), THUMBS_DOWN("far-thumbs-down", '\uf165'), THUMBS_UP("far-thumbs-up", '\uf164'), TIMES_CIRCLE("far-times-circle", '\uf057'), TIRED("far-tired", '\uf5c8'), TRASH_ALT("far-trash-alt", '\uf2ed'), USER("far-user", '\uf007'), USER_CIRCLE("far-user-circle", '\uf2bd'), WINDOW_CLOSE("far-window-close", '\uf410'), WINDOW_MAXIMIZE("far-window-maximize", '\uf2d0'), WINDOW_MINIMIZE("far-window-minimize", '\uf2d1'), WINDOW_RESTORE("far-window-restore", '\uf2d2'); public static FontAwesomeRegular findByDescription(String description) { for (FontAwesomeRegular font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; FontAwesomeRegular(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeRegularIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontAwesomeRegularIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontawesome6/6.5.2/fonts/fa-regular-400.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("far-"); } @Override public Ikon resolve(String description) { return FontAwesomeRegular.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Font Awesome 6 Free Regular"; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeRegularIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class FontAwesomeRegularIkonProvider implements IkonProvider { @Override public Class getIkon() { return FontAwesomeRegular.class; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeSolid.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum FontAwesomeSolid implements Ikon { AD("fas-ad", '\uf641'), ADDRESS_BOOK("fas-address-book", '\uf2b9'), ADDRESS_CARD("fas-address-card", '\uf2bb'), ADJUST("fas-adjust", '\uf042'), AIR_FRESHENER("fas-air-freshener", '\uf5d0'), ALIGN_CENTER("fas-align-center", '\uf037'), ALIGN_JUSTIFY("fas-align-justify", '\uf039'), ALIGN_LEFT("fas-align-left", '\uf036'), ALIGN_RIGHT("fas-align-right", '\uf038'), ALLERGIES("fas-allergies", '\uf461'), AMBULANCE("fas-ambulance", '\uf0f9'), AMERICAN_SIGN_LANGUAGE_INTERPRETING("fas-american-sign-language-interpreting", '\uf2a3'), ANCHOR("fas-anchor", '\uf13d'), ANGLE_DOUBLE_DOWN("fas-angle-double-down", '\uf103'), ANGLE_DOUBLE_LEFT("fas-angle-double-left", '\uf100'), ANGLE_DOUBLE_RIGHT("fas-angle-double-right", '\uf101'), ANGLE_DOUBLE_UP("fas-angle-double-up", '\uf102'), ANGLE_DOWN("fas-angle-down", '\uf107'), ANGLE_LEFT("fas-angle-left", '\uf104'), ANGLE_RIGHT("fas-angle-right", '\uf105'), ANGLE_UP("fas-angle-up", '\uf106'), ANGRY("fas-angry", '\uf556'), ANKH("fas-ankh", '\uf644'), APPLE_ALT("fas-apple-alt", '\uf5d1'), ARCHIVE("fas-archive", '\uf187'), ARCHWAY("fas-archway", '\uf557'), ARROWS_ALT("fas-arrows-alt", '\uf0b2'), ARROWS_ALT_H("fas-arrows-alt-h", '\uf337'), ARROWS_ALT_V("fas-arrows-alt-v", '\uf338'), ARROW_ALT_CIRCLE_DOWN("fas-arrow-alt-circle-down", '\uf358'), ARROW_ALT_CIRCLE_LEFT("fas-arrow-alt-circle-left", '\uf359'), ARROW_ALT_CIRCLE_RIGHT("fas-arrow-alt-circle-right", '\uf35a'), ARROW_ALT_CIRCLE_UP("fas-arrow-alt-circle-up", '\uf35b'), ARROW_CIRCLE_DOWN("fas-arrow-circle-down", '\uf0ab'), ARROW_CIRCLE_LEFT("fas-arrow-circle-left", '\uf0a8'), ARROW_CIRCLE_RIGHT("fas-arrow-circle-right", '\uf0a9'), ARROW_CIRCLE_UP("fas-arrow-circle-up", '\uf0aa'), ARROW_DOWN("fas-arrow-down", '\uf063'), ARROW_LEFT("fas-arrow-left", '\uf060'), ARROW_RIGHT("fas-arrow-right", '\uf061'), ARROW_UP("fas-arrow-up", '\uf062'), ASSISTIVE_LISTENING_SYSTEMS("fas-assistive-listening-systems", '\uf2a2'), ASTERISK("fas-asterisk", '\uf069'), AT("fas-at", '\uf1fa'), ATLAS("fas-atlas", '\uf558'), ATOM("fas-atom", '\uf5d2'), AUDIO_DESCRIPTION("fas-audio-description", '\uf29e'), AWARD("fas-award", '\uf559'), BABY("fas-baby", '\uf77c'), BABY_CARRIAGE("fas-baby-carriage", '\uf77d'), BACKSPACE("fas-backspace", '\uf55a'), BACKWARD("fas-backward", '\uf04a'), BACON("fas-bacon", '\uf7e5'), BACTERIA("fas-bacteria", '\ue059'), BACTERIUM("fas-bacterium", '\ue05a'), BAHAI("fas-bahai", '\uf666'), BALANCE_SCALE("fas-balance-scale", '\uf24e'), BALANCE_SCALE_LEFT("fas-balance-scale-left", '\uf515'), BALANCE_SCALE_RIGHT("fas-balance-scale-right", '\uf516'), BAN("fas-ban", '\uf05e'), BAND_AID("fas-band-aid", '\uf462'), BARCODE("fas-barcode", '\uf02a'), BARS("fas-bars", '\uf0c9'), BASEBALL_BALL("fas-baseball-ball", '\uf433'), BASKETBALL_BALL("fas-basketball-ball", '\uf434'), BATH("fas-bath", '\uf2cd'), BATTERY_EMPTY("fas-battery-empty", '\uf244'), BATTERY_FULL("fas-battery-full", '\uf240'), BATTERY_HALF("fas-battery-half", '\uf242'), BATTERY_QUARTER("fas-battery-quarter", '\uf243'), BATTERY_THREE_QUARTERS("fas-battery-three-quarters", '\uf241'), BED("fas-bed", '\uf236'), BEER("fas-beer", '\uf0fc'), BELL("fas-bell", '\uf0f3'), BELL_SLASH("fas-bell-slash", '\uf1f6'), BEZIER_CURVE("fas-bezier-curve", '\uf55b'), BIBLE("fas-bible", '\uf647'), BICYCLE("fas-bicycle", '\uf206'), BIKING("fas-biking", '\uf84a'), BINOCULARS("fas-binoculars", '\uf1e5'), BIOHAZARD("fas-biohazard", '\uf780'), BIRTHDAY_CAKE("fas-birthday-cake", '\uf1fd'), BLENDER("fas-blender", '\uf517'), BLENDER_PHONE("fas-blender-phone", '\uf6b6'), BLIND("fas-blind", '\uf29d'), BLOG("fas-blog", '\uf781'), BOLD("fas-bold", '\uf032'), BOLT("fas-bolt", '\uf0e7'), BOMB("fas-bomb", '\uf1e2'), BONE("fas-bone", '\uf5d7'), BONG("fas-bong", '\uf55c'), BOOK("fas-book", '\uf02d'), BOOKMARK("fas-bookmark", '\uf02e'), BOOK_DEAD("fas-book-dead", '\uf6b7'), BOOK_MEDICAL("fas-book-medical", '\uf7e6'), BOOK_OPEN("fas-book-open", '\uf518'), BOOK_READER("fas-book-reader", '\uf5da'), BORDER_ALL("fas-border-all", '\uf84c'), BORDER_NONE("fas-border-none", '\uf850'), BORDER_STYLE("fas-border-style", '\uf853'), BOWLING_BALL("fas-bowling-ball", '\uf436'), BOX("fas-box", '\uf466'), BOXES("fas-boxes", '\uf468'), BOX_OPEN("fas-box-open", '\uf49e'), BOX_TISSUE("fas-box-tissue", '\ue05b'), BRAILLE("fas-braille", '\uf2a1'), BRAIN("fas-brain", '\uf5dc'), BREAD_SLICE("fas-bread-slice", '\uf7ec'), BRIEFCASE("fas-briefcase", '\uf0b1'), BRIEFCASE_MEDICAL("fas-briefcase-medical", '\uf469'), BROADCAST_TOWER("fas-broadcast-tower", '\uf519'), BROOM("fas-broom", '\uf51a'), BRUSH("fas-brush", '\uf55d'), BUG("fas-bug", '\uf188'), BUILDING("fas-building", '\uf1ad'), BULLHORN("fas-bullhorn", '\uf0a1'), BULLSEYE("fas-bullseye", '\uf140'), BURN("fas-burn", '\uf46a'), BUS("fas-bus", '\uf207'), BUSINESS_TIME("fas-business-time", '\uf64a'), BUS_ALT("fas-bus-alt", '\uf55e'), CALCULATOR("fas-calculator", '\uf1ec'), CALENDAR("fas-calendar", '\uf133'), CALENDAR_ALT("fas-calendar-alt", '\uf073'), CALENDAR_CHECK("fas-calendar-check", '\uf274'), CALENDAR_DAY("fas-calendar-day", '\uf783'), CALENDAR_MINUS("fas-calendar-minus", '\uf272'), CALENDAR_PLUS("fas-calendar-plus", '\uf271'), CALENDAR_TIMES("fas-calendar-times", '\uf273'), CALENDAR_WEEK("fas-calendar-week", '\uf784'), CAMERA("fas-camera", '\uf030'), CAMERA_RETRO("fas-camera-retro", '\uf083'), CAMPGROUND("fas-campground", '\uf6bb'), CANDY_CANE("fas-candy-cane", '\uf786'), CANNABIS("fas-cannabis", '\uf55f'), CAPSULES("fas-capsules", '\uf46b'), CAR("fas-car", '\uf1b9'), CARAVAN("fas-caravan", '\uf8ff'), CARET_DOWN("fas-caret-down", '\uf0d7'), CARET_LEFT("fas-caret-left", '\uf0d9'), CARET_RIGHT("fas-caret-right", '\uf0da'), CARET_SQUARE_DOWN("fas-caret-square-down", '\uf150'), CARET_SQUARE_LEFT("fas-caret-square-left", '\uf191'), CARET_SQUARE_RIGHT("fas-caret-square-right", '\uf152'), CARET_SQUARE_UP("fas-caret-square-up", '\uf151'), CARET_UP("fas-caret-up", '\uf0d8'), CARROT("fas-carrot", '\uf787'), CART_ARROW_DOWN("fas-cart-arrow-down", '\uf218'), CART_PLUS("fas-cart-plus", '\uf217'), CAR_ALT("fas-car-alt", '\uf5de'), CAR_BATTERY("fas-car-battery", '\uf5df'), CAR_CRASH("fas-car-crash", '\uf5e1'), CAR_SIDE("fas-car-side", '\uf5e4'), CASH_REGISTER("fas-cash-register", '\uf788'), CAT("fas-cat", '\uf6be'), CERTIFICATE("fas-certificate", '\uf0a3'), CHAIR("fas-chair", '\uf6c0'), CHALKBOARD("fas-chalkboard", '\uf51b'), CHALKBOARD_TEACHER("fas-chalkboard-teacher", '\uf51c'), CHARGING_STATION("fas-charging-station", '\uf5e7'), CHART_AREA("fas-chart-area", '\uf1fe'), CHART_BAR("fas-chart-bar", '\uf080'), CHART_LINE("fas-chart-line", '\uf201'), CHART_PIE("fas-chart-pie", '\uf200'), CHECK("fas-check", '\uf00c'), CHECK_CIRCLE("fas-check-circle", '\uf058'), CHECK_DOUBLE("fas-check-double", '\uf560'), CHECK_SQUARE("fas-check-square", '\uf14a'), CHEESE("fas-cheese", '\uf7ef'), CHESS("fas-chess", '\uf439'), CHESS_BISHOP("fas-chess-bishop", '\uf43a'), CHESS_BOARD("fas-chess-board", '\uf43c'), CHESS_KING("fas-chess-king", '\uf43f'), CHESS_KNIGHT("fas-chess-knight", '\uf441'), CHESS_PAWN("fas-chess-pawn", '\uf443'), CHESS_QUEEN("fas-chess-queen", '\uf445'), CHESS_ROOK("fas-chess-rook", '\uf447'), CHEVRON_CIRCLE_DOWN("fas-chevron-circle-down", '\uf13a'), CHEVRON_CIRCLE_LEFT("fas-chevron-circle-left", '\uf137'), CHEVRON_CIRCLE_RIGHT("fas-chevron-circle-right", '\uf138'), CHEVRON_CIRCLE_UP("fas-chevron-circle-up", '\uf139'), CHEVRON_DOWN("fas-chevron-down", '\uf078'), CHEVRON_LEFT("fas-chevron-left", '\uf053'), CHEVRON_RIGHT("fas-chevron-right", '\uf054'), CHEVRON_UP("fas-chevron-up", '\uf077'), CHILD("fas-child", '\uf1ae'), CHURCH("fas-church", '\uf51d'), CIRCLE("fas-circle", '\uf111'), CIRCLE_NOTCH("fas-circle-notch", '\uf1ce'), CITY("fas-city", '\uf64f'), CLINIC_MEDICAL("fas-clinic-medical", '\uf7f2'), CLIPBOARD("fas-clipboard", '\uf328'), CLIPBOARD_CHECK("fas-clipboard-check", '\uf46c'), CLIPBOARD_LIST("fas-clipboard-list", '\uf46d'), CLOCK("fas-clock", '\uf017'), CLONE("fas-clone", '\uf24d'), CLOSED_CAPTIONING("fas-closed-captioning", '\uf20a'), CLOUD("fas-cloud", '\uf0c2'), CLOUD_DOWNLOAD_ALT("fas-cloud-download-alt", '\uf381'), CLOUD_MEATBALL("fas-cloud-meatball", '\uf73b'), CLOUD_MOON("fas-cloud-moon", '\uf6c3'), CLOUD_MOON_RAIN("fas-cloud-moon-rain", '\uf73c'), CLOUD_RAIN("fas-cloud-rain", '\uf73d'), CLOUD_SHOWERS_HEAVY("fas-cloud-showers-heavy", '\uf740'), CLOUD_SUN("fas-cloud-sun", '\uf6c4'), CLOUD_SUN_RAIN("fas-cloud-sun-rain", '\uf743'), CLOUD_UPLOAD_ALT("fas-cloud-upload-alt", '\uf382'), COCKTAIL("fas-cocktail", '\uf561'), CODE("fas-code", '\uf121'), CODE_BRANCH("fas-code-branch", '\uf126'), COFFEE("fas-coffee", '\uf0f4'), COG("fas-cog", '\uf013'), COGS("fas-cogs", '\uf085'), COINS("fas-coins", '\uf51e'), COLUMNS("fas-columns", '\uf0db'), COMMENT("fas-comment", '\uf075'), COMMENTS("fas-comments", '\uf086'), COMMENTS_DOLLAR("fas-comments-dollar", '\uf653'), COMMENT_ALT("fas-comment-alt", '\uf27a'), COMMENT_DOLLAR("fas-comment-dollar", '\uf651'), COMMENT_DOTS("fas-comment-dots", '\uf4ad'), COMMENT_MEDICAL("fas-comment-medical", '\uf7f5'), COMMENT_SLASH("fas-comment-slash", '\uf4b3'), COMPACT_DISC("fas-compact-disc", '\uf51f'), COMPASS("fas-compass", '\uf14e'), COMPRESS("fas-compress", '\uf066'), COMPRESS_ALT("fas-compress-alt", '\uf422'), COMPRESS_ARROWS_ALT("fas-compress-arrows-alt", '\uf78c'), CONCIERGE_BELL("fas-concierge-bell", '\uf562'), COOKIE("fas-cookie", '\uf563'), COOKIE_BITE("fas-cookie-bite", '\uf564'), COPY("fas-copy", '\uf0c5'), COPYRIGHT("fas-copyright", '\uf1f9'), COUCH("fas-couch", '\uf4b8'), CREDIT_CARD("fas-credit-card", '\uf09d'), CROP("fas-crop", '\uf125'), CROP_ALT("fas-crop-alt", '\uf565'), CROSS("fas-cross", '\uf654'), CROSSHAIRS("fas-crosshairs", '\uf05b'), CROW("fas-crow", '\uf520'), CROWN("fas-crown", '\uf521'), CRUTCH("fas-crutch", '\uf7f7'), CUBE("fas-cube", '\uf1b2'), CUBES("fas-cubes", '\uf1b3'), CUT("fas-cut", '\uf0c4'), DATABASE("fas-database", '\uf1c0'), DEAF("fas-deaf", '\uf2a4'), DEMOCRAT("fas-democrat", '\uf747'), DESKTOP("fas-desktop", '\uf108'), DHARMACHAKRA("fas-dharmachakra", '\uf655'), DIAGNOSES("fas-diagnoses", '\uf470'), DICE("fas-dice", '\uf522'), DICE_D20("fas-dice-d20", '\uf6cf'), DICE_D6("fas-dice-d6", '\uf6d1'), DICE_FIVE("fas-dice-five", '\uf523'), DICE_FOUR("fas-dice-four", '\uf524'), DICE_ONE("fas-dice-one", '\uf525'), DICE_SIX("fas-dice-six", '\uf526'), DICE_THREE("fas-dice-three", '\uf527'), DICE_TWO("fas-dice-two", '\uf528'), DIGITAL_TACHOGRAPH("fas-digital-tachograph", '\uf566'), DIRECTIONS("fas-directions", '\uf5eb'), DISEASE("fas-disease", '\uf7fa'), DIVIDE("fas-divide", '\uf529'), DIZZY("fas-dizzy", '\uf567'), DNA("fas-dna", '\uf471'), DOG("fas-dog", '\uf6d3'), DOLLAR_SIGN("fas-dollar-sign", '\uf155'), DOLLY("fas-dolly", '\uf472'), DOLLY_FLATBED("fas-dolly-flatbed", '\uf474'), DONATE("fas-donate", '\uf4b9'), DOOR_CLOSED("fas-door-closed", '\uf52a'), DOOR_OPEN("fas-door-open", '\uf52b'), DOT_CIRCLE("fas-dot-circle", '\uf192'), DOVE("fas-dove", '\uf4ba'), DOWNLOAD("fas-download", '\uf019'), DRAFTING_COMPASS("fas-drafting-compass", '\uf568'), DRAGON("fas-dragon", '\uf6d5'), DRAW_POLYGON("fas-draw-polygon", '\uf5ee'), DRUM("fas-drum", '\uf569'), DRUMSTICK_BITE("fas-drumstick-bite", '\uf6d7'), DRUM_STEELPAN("fas-drum-steelpan", '\uf56a'), DUMBBELL("fas-dumbbell", '\uf44b'), DUMPSTER("fas-dumpster", '\uf793'), DUMPSTER_FIRE("fas-dumpster-fire", '\uf794'), DUNGEON("fas-dungeon", '\uf6d9'), EDIT("fas-edit", '\uf044'), EGG("fas-egg", '\uf7fb'), EJECT("fas-eject", '\uf052'), ELLIPSIS_H("fas-ellipsis-h", '\uf141'), ELLIPSIS_V("fas-ellipsis-v", '\uf142'), ENVELOPE("fas-envelope", '\uf0e0'), ENVELOPE_OPEN("fas-envelope-open", '\uf2b6'), ENVELOPE_OPEN_TEXT("fas-envelope-open-text", '\uf658'), ENVELOPE_SQUARE("fas-envelope-square", '\uf199'), EQUALS("fas-equals", '\uf52c'), ERASER("fas-eraser", '\uf12d'), ETHERNET("fas-ethernet", '\uf796'), EURO_SIGN("fas-euro-sign", '\uf153'), EXCHANGE_ALT("fas-exchange-alt", '\uf362'), EXCLAMATION("fas-exclamation", '\uf12a'), EXCLAMATION_CIRCLE("fas-exclamation-circle", '\uf06a'), EXCLAMATION_TRIANGLE("fas-exclamation-triangle", '\uf071'), EXPAND("fas-expand", '\uf065'), EXPAND_ALT("fas-expand-alt", '\uf424'), EXPAND_ARROWS_ALT("fas-expand-arrows-alt", '\uf31e'), EXTERNAL_LINK_ALT("fas-external-link-alt", '\uf35d'), EXTERNAL_LINK_SQUARE_ALT("fas-external-link-square-alt", '\uf360'), EYE("fas-eye", '\uf06e'), EYE_DROPPER("fas-eye-dropper", '\uf1fb'), EYE_SLASH("fas-eye-slash", '\uf070'), FAN("fas-fan", '\uf863'), FAST_BACKWARD("fas-fast-backward", '\uf049'), FAST_FORWARD("fas-fast-forward", '\uf050'), FAUCET("fas-faucet", '\ue005'), FAX("fas-fax", '\uf1ac'), FEATHER("fas-feather", '\uf52d'), FEATHER_ALT("fas-feather-alt", '\uf56b'), FEMALE("fas-female", '\uf182'), FIGHTER_JET("fas-fighter-jet", '\uf0fb'), FILE("fas-file", '\uf15b'), FILE_ALT("fas-file-alt", '\uf15c'), FILE_ARCHIVE("fas-file-archive", '\uf1c6'), FILE_AUDIO("fas-file-audio", '\uf1c7'), FILE_CODE("fas-file-code", '\uf1c9'), FILE_CONTRACT("fas-file-contract", '\uf56c'), FILE_CSV("fas-file-csv", '\uf6dd'), FILE_DOWNLOAD("fas-file-download", '\uf56d'), FILE_EXCEL("fas-file-excel", '\uf1c3'), FILE_EXPORT("fas-file-export", '\uf56e'), FILE_IMAGE("fas-file-image", '\uf1c5'), FILE_IMPORT("fas-file-import", '\uf56f'), FILE_INVOICE("fas-file-invoice", '\uf570'), FILE_INVOICE_DOLLAR("fas-file-invoice-dollar", '\uf571'), FILE_MEDICAL("fas-file-medical", '\uf477'), FILE_MEDICAL_ALT("fas-file-medical-alt", '\uf478'), FILE_PDF("fas-file-pdf", '\uf1c1'), FILE_POWERPOINT("fas-file-powerpoint", '\uf1c4'), FILE_PRESCRIPTION("fas-file-prescription", '\uf572'), FILE_SIGNATURE("fas-file-signature", '\uf573'), FILE_UPLOAD("fas-file-upload", '\uf574'), FILE_VIDEO("fas-file-video", '\uf1c8'), FILE_WORD("fas-file-word", '\uf1c2'), FILL("fas-fill", '\uf575'), FILL_DRIP("fas-fill-drip", '\uf576'), FILM("fas-film", '\uf008'), FILTER("fas-filter", '\uf0b0'), FINGERPRINT("fas-fingerprint", '\uf577'), FIRE("fas-fire", '\uf06d'), FIRE_ALT("fas-fire-alt", '\uf7e4'), FIRE_EXTINGUISHER("fas-fire-extinguisher", '\uf134'), FIRST_AID("fas-first-aid", '\uf479'), FISH("fas-fish", '\uf578'), FIST_RAISED("fas-fist-raised", '\uf6de'), FLAG("fas-flag", '\uf024'), FLAG_CHECKERED("fas-flag-checkered", '\uf11e'), FLAG_USA("fas-flag-usa", '\uf74d'), FLASK("fas-flask", '\uf0c3'), FLUSHED("fas-flushed", '\uf579'), FOLDER("fas-folder", '\uf07b'), FOLDER_MINUS("fas-folder-minus", '\uf65d'), FOLDER_OPEN("fas-folder-open", '\uf07c'), FOLDER_PLUS("fas-folder-plus", '\uf65e'), FONT("fas-font", '\uf031'), FOOTBALL_BALL("fas-football-ball", '\uf44e'), FORWARD("fas-forward", '\uf04e'), FROG("fas-frog", '\uf52e'), FROWN("fas-frown", '\uf119'), FROWN_OPEN("fas-frown-open", '\uf57a'), FUNNEL_DOLLAR("fas-funnel-dollar", '\uf662'), FUTBOL("fas-futbol", '\uf1e3'), GAMEPAD("fas-gamepad", '\uf11b'), GAS_PUMP("fas-gas-pump", '\uf52f'), GAVEL("fas-gavel", '\uf0e3'), GEM("fas-gem", '\uf3a5'), GENDERLESS("fas-genderless", '\uf22d'), GHOST("fas-ghost", '\uf6e2'), GIFT("fas-gift", '\uf06b'), GIFTS("fas-gifts", '\uf79c'), GLASSES("fas-glasses", '\uf530'), GLASS_CHEERS("fas-glass-cheers", '\uf79f'), GLASS_MARTINI("fas-glass-martini", '\uf000'), GLASS_MARTINI_ALT("fas-glass-martini-alt", '\uf57b'), GLASS_WHISKEY("fas-glass-whiskey", '\uf7a0'), GLOBE("fas-globe", '\uf0ac'), GLOBE_AFRICA("fas-globe-africa", '\uf57c'), GLOBE_AMERICAS("fas-globe-americas", '\uf57d'), GLOBE_ASIA("fas-globe-asia", '\uf57e'), GLOBE_EUROPE("fas-globe-europe", '\uf7a2'), GOLF_BALL("fas-golf-ball", '\uf450'), GOPURAM("fas-gopuram", '\uf664'), GRADUATION_CAP("fas-graduation-cap", '\uf19d'), GREATER_THAN("fas-greater-than", '\uf531'), GREATER_THAN_EQUAL("fas-greater-than-equal", '\uf532'), GRIMACE("fas-grimace", '\uf57f'), GRIN("fas-grin", '\uf580'), GRIN_ALT("fas-grin-alt", '\uf581'), GRIN_BEAM("fas-grin-beam", '\uf582'), GRIN_BEAM_SWEAT("fas-grin-beam-sweat", '\uf583'), GRIN_HEARTS("fas-grin-hearts", '\uf584'), GRIN_SQUINT("fas-grin-squint", '\uf585'), GRIN_SQUINT_TEARS("fas-grin-squint-tears", '\uf586'), GRIN_STARS("fas-grin-stars", '\uf587'), GRIN_TEARS("fas-grin-tears", '\uf588'), GRIN_TONGUE("fas-grin-tongue", '\uf589'), GRIN_TONGUE_SQUINT("fas-grin-tongue-squint", '\uf58a'), GRIN_TONGUE_WINK("fas-grin-tongue-wink", '\uf58b'), GRIN_WINK("fas-grin-wink", '\uf58c'), GRIP_HORIZONTAL("fas-grip-horizontal", '\uf58d'), GRIP_LINES("fas-grip-lines", '\uf7a4'), GRIP_LINES_VERTICAL("fas-grip-lines-vertical", '\uf7a5'), GRIP_VERTICAL("fas-grip-vertical", '\uf58e'), GUITAR("fas-guitar", '\uf7a6'), HAMBURGER("fas-hamburger", '\uf805'), HAMMER("fas-hammer", '\uf6e3'), HAMSA("fas-hamsa", '\uf665'), HANDS("fas-hands", '\uf4c2'), HANDSHAKE("fas-handshake", '\uf2b5'), HANDSHAKE_ALT_SLASH("fas-handshake-alt-slash", '\ue05f'), HANDSHAKE_SLASH("fas-handshake-slash", '\ue060'), HANDS_HELPING("fas-hands-helping", '\uf4c4'), HANDS_WASH("fas-hands-wash", '\ue05e'), HAND_HOLDING("fas-hand-holding", '\uf4bd'), HAND_HOLDING_HEART("fas-hand-holding-heart", '\uf4be'), HAND_HOLDING_MEDICAL("fas-hand-holding-medical", '\ue05c'), HAND_HOLDING_USD("fas-hand-holding-usd", '\uf4c0'), HAND_HOLDING_WATER("fas-hand-holding-water", '\uf4c1'), HAND_LIZARD("fas-hand-lizard", '\uf258'), HAND_MIDDLE_FINGER("fas-hand-middle-finger", '\uf806'), HAND_PAPER("fas-hand-paper", '\uf256'), HAND_PEACE("fas-hand-peace", '\uf25b'), HAND_POINTER("fas-hand-pointer", '\uf25a'), HAND_POINT_DOWN("fas-hand-point-down", '\uf0a7'), HAND_POINT_LEFT("fas-hand-point-left", '\uf0a5'), HAND_POINT_RIGHT("fas-hand-point-right", '\uf0a4'), HAND_POINT_UP("fas-hand-point-up", '\uf0a6'), HAND_ROCK("fas-hand-rock", '\uf255'), HAND_SCISSORS("fas-hand-scissors", '\uf257'), HAND_SPARKLES("fas-hand-sparkles", '\ue05d'), HAND_SPOCK("fas-hand-spock", '\uf259'), HANUKIAH("fas-hanukiah", '\uf6e6'), HARD_HAT("fas-hard-hat", '\uf807'), HASHTAG("fas-hashtag", '\uf292'), HAT_COWBOY("fas-hat-cowboy", '\uf8c0'), HAT_COWBOY_SIDE("fas-hat-cowboy-side", '\uf8c1'), HAT_WIZARD("fas-hat-wizard", '\uf6e8'), HDD("fas-hdd", '\uf0a0'), HEADING("fas-heading", '\uf1dc'), HEADPHONES("fas-headphones", '\uf025'), HEADPHONES_ALT("fas-headphones-alt", '\uf58f'), HEADSET("fas-headset", '\uf590'), HEAD_SIDE_COUGH("fas-head-side-cough", '\ue061'), HEAD_SIDE_COUGH_SLASH("fas-head-side-cough-slash", '\ue062'), HEAD_SIDE_MASK("fas-head-side-mask", '\ue063'), HEAD_SIDE_VIRUS("fas-head-side-virus", '\ue064'), HEART("fas-heart", '\uf004'), HEARTBEAT("fas-heartbeat", '\uf21e'), HEART_BROKEN("fas-heart-broken", '\uf7a9'), HELICOPTER("fas-helicopter", '\uf533'), HIGHLIGHTER("fas-highlighter", '\uf591'), HIKING("fas-hiking", '\uf6ec'), HIPPO("fas-hippo", '\uf6ed'), HISTORY("fas-history", '\uf1da'), HOCKEY_PUCK("fas-hockey-puck", '\uf453'), HOLLY_BERRY("fas-holly-berry", '\uf7aa'), HOME("fas-home", '\uf015'), HORSE("fas-horse", '\uf6f0'), HORSE_HEAD("fas-horse-head", '\uf7ab'), HOSPITAL("fas-hospital", '\uf0f8'), HOSPITAL_ALT("fas-hospital-alt", '\uf47d'), HOSPITAL_SYMBOL("fas-hospital-symbol", '\uf47e'), HOSPITAL_USER("fas-hospital-user", '\uf80d'), HOTDOG("fas-hotdog", '\uf80f'), HOTEL("fas-hotel", '\uf594'), HOT_TUB("fas-hot-tub", '\uf593'), HOURGLASS("fas-hourglass", '\uf254'), HOURGLASS_END("fas-hourglass-end", '\uf253'), HOURGLASS_HALF("fas-hourglass-half", '\uf252'), HOURGLASS_START("fas-hourglass-start", '\uf251'), HOUSE_DAMAGE("fas-house-damage", '\uf6f1'), HOUSE_USER("fas-house-user", '\ue065'), HRYVNIA("fas-hryvnia", '\uf6f2'), H_SQUARE("fas-h-square", '\uf0fd'), ICE_CREAM("fas-ice-cream", '\uf810'), ICICLES("fas-icicles", '\uf7ad'), ICONS("fas-icons", '\uf86d'), ID_BADGE("fas-id-badge", '\uf2c1'), ID_CARD("fas-id-card", '\uf2c2'), ID_CARD_ALT("fas-id-card-alt", '\uf47f'), IGLOO("fas-igloo", '\uf7ae'), IMAGE("fas-image", '\uf03e'), IMAGES("fas-images", '\uf302'), INBOX("fas-inbox", '\uf01c'), INDENT("fas-indent", '\uf03c'), INDUSTRY("fas-industry", '\uf275'), INFINITY("fas-infinity", '\uf534'), INFO("fas-info", '\uf129'), INFO_CIRCLE("fas-info-circle", '\uf05a'), ITALIC("fas-italic", '\uf033'), I_CURSOR("fas-i-cursor", '\uf246'), JEDI("fas-jedi", '\uf669'), JOINT("fas-joint", '\uf595'), JOURNAL_WHILLS("fas-journal-whills", '\uf66a'), KAABA("fas-kaaba", '\uf66b'), KEY("fas-key", '\uf084'), KEYBOARD("fas-keyboard", '\uf11c'), KHANDA("fas-khanda", '\uf66d'), KISS("fas-kiss", '\uf596'), KISS_BEAM("fas-kiss-beam", '\uf597'), KISS_WINK_HEART("fas-kiss-wink-heart", '\uf598'), KIWI_BIRD("fas-kiwi-bird", '\uf535'), LANDMARK("fas-landmark", '\uf66f'), LANGUAGE("fas-language", '\uf1ab'), LAPTOP("fas-laptop", '\uf109'), LAPTOP_CODE("fas-laptop-code", '\uf5fc'), LAPTOP_HOUSE("fas-laptop-house", '\ue066'), LAPTOP_MEDICAL("fas-laptop-medical", '\uf812'), LAUGH("fas-laugh", '\uf599'), LAUGH_BEAM("fas-laugh-beam", '\uf59a'), LAUGH_SQUINT("fas-laugh-squint", '\uf59b'), LAUGH_WINK("fas-laugh-wink", '\uf59c'), LAYER_GROUP("fas-layer-group", '\uf5fd'), LEAF("fas-leaf", '\uf06c'), LEMON("fas-lemon", '\uf094'), LESS_THAN("fas-less-than", '\uf536'), LESS_THAN_EQUAL("fas-less-than-equal", '\uf537'), LEVEL_DOWN_ALT("fas-level-down-alt", '\uf3be'), LEVEL_UP_ALT("fas-level-up-alt", '\uf3bf'), LIFE_RING("fas-life-ring", '\uf1cd'), LIGHTBULB("fas-lightbulb", '\uf0eb'), LINK("fas-link", '\uf0c1'), LIRA_SIGN("fas-lira-sign", '\uf195'), LIST("fas-list", '\uf03a'), LIST_ALT("fas-list-alt", '\uf022'), LIST_OL("fas-list-ol", '\uf0cb'), LIST_UL("fas-list-ul", '\uf0ca'), LOCATION_ARROW("fas-location-arrow", '\uf124'), LOCK("fas-lock", '\uf023'), LOCK_OPEN("fas-lock-open", '\uf3c1'), LONG_ARROW_ALT_DOWN("fas-long-arrow-alt-down", '\uf309'), LONG_ARROW_ALT_LEFT("fas-long-arrow-alt-left", '\uf30a'), LONG_ARROW_ALT_RIGHT("fas-long-arrow-alt-right", '\uf30b'), LONG_ARROW_ALT_UP("fas-long-arrow-alt-up", '\uf30c'), LOW_VISION("fas-low-vision", '\uf2a8'), LUGGAGE_CART("fas-luggage-cart", '\uf59d'), LUNGS("fas-lungs", '\uf604'), LUNGS_VIRUS("fas-lungs-virus", '\ue067'), MAGIC("fas-magic", '\uf0d0'), MAGNET("fas-magnet", '\uf076'), MAIL_BULK("fas-mail-bulk", '\uf674'), MALE("fas-male", '\uf183'), MAP("fas-map", '\uf279'), MAP_MARKED("fas-map-marked", '\uf59f'), MAP_MARKED_ALT("fas-map-marked-alt", '\uf5a0'), MAP_MARKER("fas-map-marker", '\uf041'), MAP_MARKER_ALT("fas-map-marker-alt", '\uf3c5'), MAP_PIN("fas-map-pin", '\uf276'), MAP_SIGNS("fas-map-signs", '\uf277'), MARKER("fas-marker", '\uf5a1'), MARS("fas-mars", '\uf222'), MARS_DOUBLE("fas-mars-double", '\uf227'), MARS_STROKE("fas-mars-stroke", '\uf229'), MARS_STROKE_H("fas-mars-stroke-h", '\uf22b'), MARS_STROKE_V("fas-mars-stroke-v", '\uf22a'), MASK("fas-mask", '\uf6fa'), MEDAL("fas-medal", '\uf5a2'), MEDKIT("fas-medkit", '\uf0fa'), MEH("fas-meh", '\uf11a'), MEH_BLANK("fas-meh-blank", '\uf5a4'), MEH_ROLLING_EYES("fas-meh-rolling-eyes", '\uf5a5'), MEMORY("fas-memory", '\uf538'), MENORAH("fas-menorah", '\uf676'), MERCURY("fas-mercury", '\uf223'), METEOR("fas-meteor", '\uf753'), MICROCHIP("fas-microchip", '\uf2db'), MICROPHONE("fas-microphone", '\uf130'), MICROPHONE_ALT("fas-microphone-alt", '\uf3c9'), MICROPHONE_ALT_SLASH("fas-microphone-alt-slash", '\uf539'), MICROPHONE_SLASH("fas-microphone-slash", '\uf131'), MICROSCOPE("fas-microscope", '\uf610'), MINUS("fas-minus", '\uf068'), MINUS_CIRCLE("fas-minus-circle", '\uf056'), MINUS_SQUARE("fas-minus-square", '\uf146'), MITTEN("fas-mitten", '\uf7b5'), MOBILE("fas-mobile", '\uf10b'), MOBILE_ALT("fas-mobile-alt", '\uf3cd'), MONEY_BILL("fas-money-bill", '\uf0d6'), MONEY_BILL_ALT("fas-money-bill-alt", '\uf3d1'), MONEY_BILL_WAVE("fas-money-bill-wave", '\uf53a'), MONEY_BILL_WAVE_ALT("fas-money-bill-wave-alt", '\uf53b'), MONEY_CHECK("fas-money-check", '\uf53c'), MONEY_CHECK_ALT("fas-money-check-alt", '\uf53d'), MONUMENT("fas-monument", '\uf5a6'), MOON("fas-moon", '\uf186'), MORTAR_PESTLE("fas-mortar-pestle", '\uf5a7'), MOSQUE("fas-mosque", '\uf678'), MOTORCYCLE("fas-motorcycle", '\uf21c'), MOUNTAIN("fas-mountain", '\uf6fc'), MOUSE("fas-mouse", '\uf8cc'), MOUSE_POINTER("fas-mouse-pointer", '\uf245'), MUG_HOT("fas-mug-hot", '\uf7b6'), MUSIC("fas-music", '\uf001'), NETWORK_WIRED("fas-network-wired", '\uf6ff'), NEUTER("fas-neuter", '\uf22c'), NEWSPAPER("fas-newspaper", '\uf1ea'), NOTES_MEDICAL("fas-notes-medical", '\uf481'), NOT_EQUAL("fas-not-equal", '\uf53e'), OBJECT_GROUP("fas-object-group", '\uf247'), OBJECT_UNGROUP("fas-object-ungroup", '\uf248'), OIL_CAN("fas-oil-can", '\uf613'), OM("fas-om", '\uf679'), OTTER("fas-otter", '\uf700'), OUTDENT("fas-outdent", '\uf03b'), PAGER("fas-pager", '\uf815'), PAINT_BRUSH("fas-paint-brush", '\uf1fc'), PAINT_ROLLER("fas-paint-roller", '\uf5aa'), PALETTE("fas-palette", '\uf53f'), PALLET("fas-pallet", '\uf482'), PAPERCLIP("fas-paperclip", '\uf0c6'), PAPER_PLANE("fas-paper-plane", '\uf1d8'), PARACHUTE_BOX("fas-parachute-box", '\uf4cd'), PARAGRAPH("fas-paragraph", '\uf1dd'), PARKING("fas-parking", '\uf540'), PASSPORT("fas-passport", '\uf5ab'), PASTAFARIANISM("fas-pastafarianism", '\uf67b'), PASTE("fas-paste", '\uf0ea'), PAUSE("fas-pause", '\uf04c'), PAUSE_CIRCLE("fas-pause-circle", '\uf28b'), PAW("fas-paw", '\uf1b0'), PEACE("fas-peace", '\uf67c'), PEN("fas-pen", '\uf304'), PENCIL_ALT("fas-pencil-alt", '\uf303'), PENCIL_RULER("fas-pencil-ruler", '\uf5ae'), PEN_ALT("fas-pen-alt", '\uf305'), PEN_FANCY("fas-pen-fancy", '\uf5ac'), PEN_NIB("fas-pen-nib", '\uf5ad'), PEN_SQUARE("fas-pen-square", '\uf14b'), PEOPLE_ARROWS("fas-people-arrows", '\ue068'), PEOPLE_CARRY("fas-people-carry", '\uf4ce'), PEPPER_HOT("fas-pepper-hot", '\uf816'), PERCENT("fas-percent", '\uf295'), PERCENTAGE("fas-percentage", '\uf541'), PERSON_BOOTH("fas-person-booth", '\uf756'), PHONE("fas-phone", '\uf095'), PHONE_ALT("fas-phone-alt", '\uf879'), PHONE_SLASH("fas-phone-slash", '\uf3dd'), PHONE_SQUARE("fas-phone-square", '\uf098'), PHONE_SQUARE_ALT("fas-phone-square-alt", '\uf87b'), PHONE_VOLUME("fas-phone-volume", '\uf2a0'), PHOTO_VIDEO("fas-photo-video", '\uf87c'), PIGGY_BANK("fas-piggy-bank", '\uf4d3'), PILLS("fas-pills", '\uf484'), PIZZA_SLICE("fas-pizza-slice", '\uf818'), PLACE_OF_WORSHIP("fas-place-of-worship", '\uf67f'), PLANE("fas-plane", '\uf072'), PLANE_ARRIVAL("fas-plane-arrival", '\uf5af'), PLANE_DEPARTURE("fas-plane-departure", '\uf5b0'), PLANE_SLASH("fas-plane-slash", '\ue069'), PLAY("fas-play", '\uf04b'), PLAY_CIRCLE("fas-play-circle", '\uf144'), PLUG("fas-plug", '\uf1e6'), PLUS("fas-plus", '\uf067'), PLUS_CIRCLE("fas-plus-circle", '\uf055'), PLUS_SQUARE("fas-plus-square", '\uf0fe'), PODCAST("fas-podcast", '\uf2ce'), POLL("fas-poll", '\uf681'), POLL_H("fas-poll-h", '\uf682'), POO("fas-poo", '\uf2fe'), POOP("fas-poop", '\uf619'), POO_STORM("fas-poo-storm", '\uf75a'), PORTRAIT("fas-portrait", '\uf3e0'), POUND_SIGN("fas-pound-sign", '\uf154'), POWER_OFF("fas-power-off", '\uf011'), PRAY("fas-pray", '\uf683'), PRAYING_HANDS("fas-praying-hands", '\uf684'), PRESCRIPTION("fas-prescription", '\uf5b1'), PRESCRIPTION_BOTTLE("fas-prescription-bottle", '\uf485'), PRESCRIPTION_BOTTLE_ALT("fas-prescription-bottle-alt", '\uf486'), PRINT("fas-print", '\uf02f'), PROCEDURES("fas-procedures", '\uf487'), PROJECT_DIAGRAM("fas-project-diagram", '\uf542'), PUMP_MEDICAL("fas-pump-medical", '\ue06a'), PUMP_SOAP("fas-pump-soap", '\ue06b'), PUZZLE_PIECE("fas-puzzle-piece", '\uf12e'), QRCODE("fas-qrcode", '\uf029'), QUESTION("fas-question", '\uf128'), QUESTION_CIRCLE("fas-question-circle", '\uf059'), QUIDDITCH("fas-quidditch", '\uf458'), QUOTE_LEFT("fas-quote-left", '\uf10d'), QUOTE_RIGHT("fas-quote-right", '\uf10e'), QURAN("fas-quran", '\uf687'), RADIATION("fas-radiation", '\uf7b9'), RADIATION_ALT("fas-radiation-alt", '\uf7ba'), RAINBOW("fas-rainbow", '\uf75b'), RANDOM("fas-random", '\uf074'), RECEIPT("fas-receipt", '\uf543'), RECORD_VINYL("fas-record-vinyl", '\uf8d9'), RECYCLE("fas-recycle", '\uf1b8'), REDO("fas-redo", '\uf01e'), REDO_ALT("fas-redo-alt", '\uf2f9'), REGISTERED("fas-registered", '\uf25d'), REMOVE_FORMAT("fas-remove-format", '\uf87d'), REPLY("fas-reply", '\uf3e5'), REPLY_ALL("fas-reply-all", '\uf122'), REPUBLICAN("fas-republican", '\uf75e'), RESTROOM("fas-restroom", '\uf7bd'), RETWEET("fas-retweet", '\uf079'), RIBBON("fas-ribbon", '\uf4d6'), RING("fas-ring", '\uf70b'), ROAD("fas-road", '\uf018'), ROBOT("fas-robot", '\uf544'), ROCKET("fas-rocket", '\uf135'), ROUTE("fas-route", '\uf4d7'), RSS("fas-rss", '\uf09e'), RSS_SQUARE("fas-rss-square", '\uf143'), RUBLE_SIGN("fas-ruble-sign", '\uf158'), RULER("fas-ruler", '\uf545'), RULER_COMBINED("fas-ruler-combined", '\uf546'), RULER_HORIZONTAL("fas-ruler-horizontal", '\uf547'), RULER_VERTICAL("fas-ruler-vertical", '\uf548'), RUNNING("fas-running", '\uf70c'), RUPEE_SIGN("fas-rupee-sign", '\uf156'), SAD_CRY("fas-sad-cry", '\uf5b3'), SAD_TEAR("fas-sad-tear", '\uf5b4'), SATELLITE("fas-satellite", '\uf7bf'), SATELLITE_DISH("fas-satellite-dish", '\uf7c0'), SAVE("fas-save", '\uf0c7'), SCHOOL("fas-school", '\uf549'), SCREWDRIVER("fas-screwdriver", '\uf54a'), SCROLL("fas-scroll", '\uf70e'), SD_CARD("fas-sd-card", '\uf7c2'), SEARCH("fas-search", '\uf002'), SEARCH_DOLLAR("fas-search-dollar", '\uf688'), SEARCH_LOCATION("fas-search-location", '\uf689'), SEARCH_MINUS("fas-search-minus", '\uf010'), SEARCH_PLUS("fas-search-plus", '\uf00e'), SEEDLING("fas-seedling", '\uf4d8'), SERVER("fas-server", '\uf233'), SHAPES("fas-shapes", '\uf61f'), SHARE("fas-share", '\uf064'), SHARE_ALT("fas-share-alt", '\uf1e0'), SHARE_ALT_SQUARE("fas-share-alt-square", '\uf1e1'), SHARE_SQUARE("fas-share-square", '\uf14d'), SHEKEL_SIGN("fas-shekel-sign", '\uf20b'), SHIELD_ALT("fas-shield-alt", '\uf3ed'), SHIELD_VIRUS("fas-shield-virus", '\ue06c'), SHIP("fas-ship", '\uf21a'), SHIPPING_FAST("fas-shipping-fast", '\uf48b'), SHOE_PRINTS("fas-shoe-prints", '\uf54b'), SHOPPING_BAG("fas-shopping-bag", '\uf290'), SHOPPING_BASKET("fas-shopping-basket", '\uf291'), SHOPPING_CART("fas-shopping-cart", '\uf07a'), SHOWER("fas-shower", '\uf2cc'), SHUTTLE_VAN("fas-shuttle-van", '\uf5b6'), SIGN("fas-sign", '\uf4d9'), SIGNAL("fas-signal", '\uf012'), SIGNATURE("fas-signature", '\uf5b7'), SIGN_IN_ALT("fas-sign-in-alt", '\uf2f6'), SIGN_LANGUAGE("fas-sign-language", '\uf2a7'), SIGN_OUT_ALT("fas-sign-out-alt", '\uf2f5'), SIM_CARD("fas-sim-card", '\uf7c4'), SINK("fas-sink", '\ue06d'), SITEMAP("fas-sitemap", '\uf0e8'), SKATING("fas-skating", '\uf7c5'), SKIING("fas-skiing", '\uf7c9'), SKIING_NORDIC("fas-skiing-nordic", '\uf7ca'), SKULL("fas-skull", '\uf54c'), SKULL_CROSSBONES("fas-skull-crossbones", '\uf714'), SLASH("fas-slash", '\uf715'), SLEIGH("fas-sleigh", '\uf7cc'), SLIDERS_H("fas-sliders-h", '\uf1de'), SMILE("fas-smile", '\uf118'), SMILE_BEAM("fas-smile-beam", '\uf5b8'), SMILE_WINK("fas-smile-wink", '\uf4da'), SMOG("fas-smog", '\uf75f'), SMOKING("fas-smoking", '\uf48d'), SMOKING_BAN("fas-smoking-ban", '\uf54d'), SMS("fas-sms", '\uf7cd'), SNOWBOARDING("fas-snowboarding", '\uf7ce'), SNOWFLAKE("fas-snowflake", '\uf2dc'), SNOWMAN("fas-snowman", '\uf7d0'), SNOWPLOW("fas-snowplow", '\uf7d2'), SOAP("fas-soap", '\ue06e'), SOCKS("fas-socks", '\uf696'), SOLAR_PANEL("fas-solar-panel", '\uf5ba'), SORT("fas-sort", '\uf0dc'), SORT_ALPHA_DOWN("fas-sort-alpha-down", '\uf15d'), SORT_ALPHA_DOWN_ALT("fas-sort-alpha-down-alt", '\uf881'), SORT_ALPHA_UP("fas-sort-alpha-up", '\uf15e'), SORT_ALPHA_UP_ALT("fas-sort-alpha-up-alt", '\uf882'), SORT_AMOUNT_DOWN("fas-sort-amount-down", '\uf160'), SORT_AMOUNT_DOWN_ALT("fas-sort-amount-down-alt", '\uf884'), SORT_AMOUNT_UP("fas-sort-amount-up", '\uf161'), SORT_AMOUNT_UP_ALT("fas-sort-amount-up-alt", '\uf885'), SORT_DOWN("fas-sort-down", '\uf0dd'), SORT_NUMERIC_DOWN("fas-sort-numeric-down", '\uf162'), SORT_NUMERIC_DOWN_ALT("fas-sort-numeric-down-alt", '\uf886'), SORT_NUMERIC_UP("fas-sort-numeric-up", '\uf163'), SORT_NUMERIC_UP_ALT("fas-sort-numeric-up-alt", '\uf887'), SORT_UP("fas-sort-up", '\uf0de'), SPA("fas-spa", '\uf5bb'), SPACE_SHUTTLE("fas-space-shuttle", '\uf197'), SPELL_CHECK("fas-spell-check", '\uf891'), SPIDER("fas-spider", '\uf717'), SPINNER("fas-spinner", '\uf110'), SPLOTCH("fas-splotch", '\uf5bc'), SPRAY_CAN("fas-spray-can", '\uf5bd'), SQUARE("fas-square", '\uf0c8'), SQUARE_FULL("fas-square-full", '\uf45c'), SQUARE_ROOT_ALT("fas-square-root-alt", '\uf698'), STAMP("fas-stamp", '\uf5bf'), STAR("fas-star", '\uf005'), STAR_AND_CRESCENT("fas-star-and-crescent", '\uf699'), STAR_HALF("fas-star-half", '\uf089'), STAR_HALF_ALT("fas-star-half-alt", '\uf5c0'), STAR_OF_DAVID("fas-star-of-david", '\uf69a'), STAR_OF_LIFE("fas-star-of-life", '\uf621'), STEP_BACKWARD("fas-step-backward", '\uf048'), STEP_FORWARD("fas-step-forward", '\uf051'), STETHOSCOPE("fas-stethoscope", '\uf0f1'), STICKY_NOTE("fas-sticky-note", '\uf249'), STOP("fas-stop", '\uf04d'), STOPWATCH("fas-stopwatch", '\uf2f2'), STOPWATCH_20("fas-stopwatch-20", '\ue06f'), STOP_CIRCLE("fas-stop-circle", '\uf28d'), STORE("fas-store", '\uf54e'), STORE_ALT("fas-store-alt", '\uf54f'), STORE_ALT_SLASH("fas-store-alt-slash", '\ue070'), STORE_SLASH("fas-store-slash", '\ue071'), STREAM("fas-stream", '\uf550'), STREET_VIEW("fas-street-view", '\uf21d'), STRIKETHROUGH("fas-strikethrough", '\uf0cc'), STROOPWAFEL("fas-stroopwafel", '\uf551'), SUBSCRIPT("fas-subscript", '\uf12c'), SUBWAY("fas-subway", '\uf239'), SUITCASE("fas-suitcase", '\uf0f2'), SUITCASE_ROLLING("fas-suitcase-rolling", '\uf5c1'), SUN("fas-sun", '\uf185'), SUPERSCRIPT("fas-superscript", '\uf12b'), SURPRISE("fas-surprise", '\uf5c2'), SWATCHBOOK("fas-swatchbook", '\uf5c3'), SWIMMER("fas-swimmer", '\uf5c4'), SWIMMING_POOL("fas-swimming-pool", '\uf5c5'), SYNAGOGUE("fas-synagogue", '\uf69b'), SYNC("fas-sync", '\uf021'), SYNC_ALT("fas-sync-alt", '\uf2f1'), SYRINGE("fas-syringe", '\uf48e'), TABLE("fas-table", '\uf0ce'), TABLET("fas-tablet", '\uf10a'), TABLETS("fas-tablets", '\uf490'), TABLET_ALT("fas-tablet-alt", '\uf3fa'), TABLE_TENNIS("fas-table-tennis", '\uf45d'), TACHOMETER_ALT("fas-tachometer-alt", '\uf3fd'), TAG("fas-tag", '\uf02b'), TAGS("fas-tags", '\uf02c'), TAPE("fas-tape", '\uf4db'), TASKS("fas-tasks", '\uf0ae'), TAXI("fas-taxi", '\uf1ba'), TEETH("fas-teeth", '\uf62e'), TEETH_OPEN("fas-teeth-open", '\uf62f'), TEMPERATURE_HIGH("fas-temperature-high", '\uf769'), TEMPERATURE_LOW("fas-temperature-low", '\uf76b'), TENGE("fas-tenge", '\uf7d7'), TERMINAL("fas-terminal", '\uf120'), TEXT_HEIGHT("fas-text-height", '\uf034'), TEXT_WIDTH("fas-text-width", '\uf035'), TH("fas-th", '\uf00a'), THEATER_MASKS("fas-theater-masks", '\uf630'), THERMOMETER("fas-thermometer", '\uf491'), THERMOMETER_EMPTY("fas-thermometer-empty", '\uf2cb'), THERMOMETER_FULL("fas-thermometer-full", '\uf2c7'), THERMOMETER_HALF("fas-thermometer-half", '\uf2c9'), THERMOMETER_QUARTER("fas-thermometer-quarter", '\uf2ca'), THERMOMETER_THREE_QUARTERS("fas-thermometer-three-quarters", '\uf2c8'), THUMBS_DOWN("fas-thumbs-down", '\uf165'), THUMBS_UP("fas-thumbs-up", '\uf164'), THUMBTACK("fas-thumbtack", '\uf08d'), TH_LARGE("fas-th-large", '\uf009'), TH_LIST("fas-th-list", '\uf00b'), TICKET_ALT("fas-ticket-alt", '\uf3ff'), TIMES("fas-times", '\uf00d'), TIMES_CIRCLE("fas-times-circle", '\uf057'), TINT("fas-tint", '\uf043'), TINT_SLASH("fas-tint-slash", '\uf5c7'), TIRED("fas-tired", '\uf5c8'), TOGGLE_OFF("fas-toggle-off", '\uf204'), TOGGLE_ON("fas-toggle-on", '\uf205'), TOILET("fas-toilet", '\uf7d8'), TOILET_PAPER("fas-toilet-paper", '\uf71e'), TOILET_PAPER_SLASH("fas-toilet-paper-slash", '\ue072'), TOOLBOX("fas-toolbox", '\uf552'), TOOLS("fas-tools", '\uf7d9'), TOOTH("fas-tooth", '\uf5c9'), TORAH("fas-torah", '\uf6a0'), TORII_GATE("fas-torii-gate", '\uf6a1'), TRACTOR("fas-tractor", '\uf722'), TRADEMARK("fas-trademark", '\uf25c'), TRAFFIC_LIGHT("fas-traffic-light", '\uf637'), TRAILER("fas-trailer", '\ue041'), TRAIN("fas-train", '\uf238'), TRAM("fas-tram", '\uf7da'), TRANSGENDER("fas-transgender", '\uf224'), TRANSGENDER_ALT("fas-transgender-alt", '\uf225'), TRASH("fas-trash", '\uf1f8'), TRASH_ALT("fas-trash-alt", '\uf2ed'), TRASH_RESTORE("fas-trash-restore", '\uf829'), TRASH_RESTORE_ALT("fas-trash-restore-alt", '\uf82a'), TREE("fas-tree", '\uf1bb'), TROPHY("fas-trophy", '\uf091'), TRUCK("fas-truck", '\uf0d1'), TRUCK_LOADING("fas-truck-loading", '\uf4de'), TRUCK_MONSTER("fas-truck-monster", '\uf63b'), TRUCK_MOVING("fas-truck-moving", '\uf4df'), TRUCK_PICKUP("fas-truck-pickup", '\uf63c'), TSHIRT("fas-tshirt", '\uf553'), TTY("fas-tty", '\uf1e4'), TV("fas-tv", '\uf26c'), UMBRELLA("fas-umbrella", '\uf0e9'), UMBRELLA_BEACH("fas-umbrella-beach", '\uf5ca'), UNDERLINE("fas-underline", '\uf0cd'), UNDO("fas-undo", '\uf0e2'), UNDO_ALT("fas-undo-alt", '\uf2ea'), UNIVERSAL_ACCESS("fas-universal-access", '\uf29a'), UNIVERSITY("fas-university", '\uf19c'), UNLINK("fas-unlink", '\uf127'), UNLOCK("fas-unlock", '\uf09c'), UNLOCK_ALT("fas-unlock-alt", '\uf13e'), UPLOAD("fas-upload", '\uf093'), USER("fas-user", '\uf007'), USERS("fas-users", '\uf0c0'), USERS_COG("fas-users-cog", '\uf509'), USERS_SLASH("fas-users-slash", '\ue073'), USER_ALT("fas-user-alt", '\uf406'), USER_ALT_SLASH("fas-user-alt-slash", '\uf4fa'), USER_ASTRONAUT("fas-user-astronaut", '\uf4fb'), USER_CHECK("fas-user-check", '\uf4fc'), USER_CIRCLE("fas-user-circle", '\uf2bd'), USER_CLOCK("fas-user-clock", '\uf4fd'), USER_COG("fas-user-cog", '\uf4fe'), USER_EDIT("fas-user-edit", '\uf4ff'), USER_FRIENDS("fas-user-friends", '\uf500'), USER_GRADUATE("fas-user-graduate", '\uf501'), USER_INJURED("fas-user-injured", '\uf728'), USER_LOCK("fas-user-lock", '\uf502'), USER_MD("fas-user-md", '\uf0f0'), USER_MINUS("fas-user-minus", '\uf503'), USER_NINJA("fas-user-ninja", '\uf504'), USER_NURSE("fas-user-nurse", '\uf82f'), USER_PLUS("fas-user-plus", '\uf234'), USER_SECRET("fas-user-secret", '\uf21b'), USER_SHIELD("fas-user-shield", '\uf505'), USER_SLASH("fas-user-slash", '\uf506'), USER_TAG("fas-user-tag", '\uf507'), USER_TIE("fas-user-tie", '\uf508'), USER_TIMES("fas-user-times", '\uf235'), UTENSILS("fas-utensils", '\uf2e7'), UTENSIL_SPOON("fas-utensil-spoon", '\uf2e5'), VECTOR_SQUARE("fas-vector-square", '\uf5cb'), VENUS("fas-venus", '\uf221'), VENUS_DOUBLE("fas-venus-double", '\uf226'), VENUS_MARS("fas-venus-mars", '\uf228'), VEST("fas-vest", '\ue085'), VEST_PATCHES("fas-vest-patches", '\ue086'), VIAL("fas-vial", '\uf492'), VIALS("fas-vials", '\uf493'), VIDEO("fas-video", '\uf03d'), VIDEO_SLASH("fas-video-slash", '\uf4e2'), VIHARA("fas-vihara", '\uf6a7'), VIRUS("fas-virus", '\ue074'), VIRUSES("fas-viruses", '\ue076'), VIRUS_SLASH("fas-virus-slash", '\ue075'), VOICEMAIL("fas-voicemail", '\uf897'), VOLLEYBALL_BALL("fas-volleyball-ball", '\uf45f'), VOLUME_DOWN("fas-volume-down", '\uf027'), VOLUME_MUTE("fas-volume-mute", '\uf6a9'), VOLUME_OFF("fas-volume-off", '\uf026'), VOLUME_UP("fas-volume-up", '\uf028'), VOTE_YEA("fas-vote-yea", '\uf772'), VR_CARDBOARD("fas-vr-cardboard", '\uf729'), WALKING("fas-walking", '\uf554'), WALLET("fas-wallet", '\uf555'), WAREHOUSE("fas-warehouse", '\uf494'), WATER("fas-water", '\uf773'), WAVE_SQUARE("fas-wave-square", '\uf83e'), WEIGHT("fas-weight", '\uf496'), WEIGHT_HANGING("fas-weight-hanging", '\uf5cd'), WHEELCHAIR("fas-wheelchair", '\uf193'), WIFI("fas-wifi", '\uf1eb'), WIND("fas-wind", '\uf72e'), WINDOW_CLOSE("fas-window-close", '\uf410'), WINDOW_MAXIMIZE("fas-window-maximize", '\uf2d0'), WINDOW_MINIMIZE("fas-window-minimize", '\uf2d1'), WINDOW_RESTORE("fas-window-restore", '\uf2d2'), WINE_BOTTLE("fas-wine-bottle", '\uf72f'), WINE_GLASS("fas-wine-glass", '\uf4e3'), WINE_GLASS_ALT("fas-wine-glass-alt", '\uf5ce'), WON_SIGN("fas-won-sign", '\uf159'), WRENCH("fas-wrench", '\uf0ad'), X_RAY("fas-x-ray", '\uf497'), YEN_SIGN("fas-yen-sign", '\uf157'), YIN_YANG("fas-yin-yang", '\uf6ad'); public static FontAwesomeSolid findByDescription(String description) { for (FontAwesomeSolid font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; FontAwesomeSolid(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeSolidIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontAwesomeSolidIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontawesome6/6.5.2/fonts/fa-solid-900.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fas-"); } @Override public Ikon resolve(String description) { return FontAwesomeSolid.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Font Awesome 6 Free Solid"; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/java/org/kordamp/ikonli/fontawesome6/FontAwesomeSolidIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontawesome6; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class FontAwesomeSolidIkonProvider implements IkonProvider { @Override public Class getIkon() { return FontAwesomeSolid.class; } } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/all.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ .fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style, 900); } .fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: var(--fa-display, inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; } .fas, .fa-classic, .fa-solid, .far, .fa-regular { font-family: 'Font Awesome 6 Free'; } .fab, .fa-brands { font-family: 'Font Awesome 6 Brands'; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; } .fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; } .fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; } .fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; } .fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; } .fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: var(--fa-li-margin, 2.5em); padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: calc(var(--fa-li-width, 2em) * -1); position: absolute; text-align: center; width: var(--fa-li-width, 2em); line-height: inherit; } .fa-border { border-color: var(--fa-border-color, #eee); border-radius: var(--fa-border-radius, 0.1em); border-style: var(--fa-border-style, solid); border-width: var(--fa-border-width, 0.08em); padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } .fa-pull-left { float: left; margin-right: var(--fa-pull-margin, 0.3em); } .fa-pull-right { float: right; margin-left: var(--fa-pull-margin, 0.3em); } .fa-beat { -webkit-animation-name: fa-beat; animation-name: fa-beat; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-bounce { -webkit-animation-name: fa-bounce; animation-name: fa-bounce; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } .fa-fade { -webkit-animation-name: fa-fade; animation-name: fa-fade; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-beat-fade { -webkit-animation-name: fa-beat-fade; animation-name: fa-beat-fade; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-flip { -webkit-animation-name: fa-flip; animation-name: fa-flip; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-shake { -webkit-animation-name: fa-shake; animation-name: fa-shake; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 2s); animation-duration: var(--fa-animation-duration, 2s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin-reverse { --fa-animation-direction: reverse; } .fa-pulse, .fa-spin-pulse { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); animation-timing-function: var(--fa-animation-timing, steps(8)); } @media (prefers-reduced-motion: reduce) { .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { -webkit-animation-delay: -1ms; animation-delay: -1ms; -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0s; transition-duration: 0s; } } @-webkit-keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @-webkit-keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @-webkit-keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @-webkit-keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } .fa-rotate-by { -webkit-transform: rotate(var(--fa-rotate-angle, 0)); transform: rotate(var(--fa-rotate-angle, 0)); } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; z-index: var(--fa-stack-z-index, auto); } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: var(--fa-inverse, #fff); } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-0::before { content: "\30"; } .fa-1::before { content: "\31"; } .fa-2::before { content: "\32"; } .fa-3::before { content: "\33"; } .fa-4::before { content: "\34"; } .fa-5::before { content: "\35"; } .fa-6::before { content: "\36"; } .fa-7::before { content: "\37"; } .fa-8::before { content: "\38"; } .fa-9::before { content: "\39"; } .fa-fill-drip::before { content: "\f576"; } .fa-arrows-to-circle::before { content: "\e4bd"; } .fa-circle-chevron-right::before { content: "\f138"; } .fa-chevron-circle-right::before { content: "\f138"; } .fa-at::before { content: "\40"; } .fa-trash-can::before { content: "\f2ed"; } .fa-trash-alt::before { content: "\f2ed"; } .fa-text-height::before { content: "\f034"; } .fa-user-xmark::before { content: "\f235"; } .fa-user-times::before { content: "\f235"; } .fa-stethoscope::before { content: "\f0f1"; } .fa-message::before { content: "\f27a"; } .fa-comment-alt::before { content: "\f27a"; } .fa-info::before { content: "\f129"; } .fa-down-left-and-up-right-to-center::before { content: "\f422"; } .fa-compress-alt::before { content: "\f422"; } .fa-explosion::before { content: "\e4e9"; } .fa-file-lines::before { content: "\f15c"; } .fa-file-alt::before { content: "\f15c"; } .fa-file-text::before { content: "\f15c"; } .fa-wave-square::before { content: "\f83e"; } .fa-ring::before { content: "\f70b"; } .fa-building-un::before { content: "\e4d9"; } .fa-dice-three::before { content: "\f527"; } .fa-calendar-days::before { content: "\f073"; } .fa-calendar-alt::before { content: "\f073"; } .fa-anchor-circle-check::before { content: "\e4aa"; } .fa-building-circle-arrow-right::before { content: "\e4d1"; } .fa-volleyball::before { content: "\f45f"; } .fa-volleyball-ball::before { content: "\f45f"; } .fa-arrows-up-to-line::before { content: "\e4c2"; } .fa-sort-down::before { content: "\f0dd"; } .fa-sort-desc::before { content: "\f0dd"; } .fa-circle-minus::before { content: "\f056"; } .fa-minus-circle::before { content: "\f056"; } .fa-door-open::before { content: "\f52b"; } .fa-right-from-bracket::before { content: "\f2f5"; } .fa-sign-out-alt::before { content: "\f2f5"; } .fa-atom::before { content: "\f5d2"; } .fa-soap::before { content: "\e06e"; } .fa-icons::before { content: "\f86d"; } .fa-heart-music-camera-bolt::before { content: "\f86d"; } .fa-microphone-lines-slash::before { content: "\f539"; } .fa-microphone-alt-slash::before { content: "\f539"; } .fa-bridge-circle-check::before { content: "\e4c9"; } .fa-pump-medical::before { content: "\e06a"; } .fa-fingerprint::before { content: "\f577"; } .fa-hand-point-right::before { content: "\f0a4"; } .fa-magnifying-glass-location::before { content: "\f689"; } .fa-search-location::before { content: "\f689"; } .fa-forward-step::before { content: "\f051"; } .fa-step-forward::before { content: "\f051"; } .fa-face-smile-beam::before { content: "\f5b8"; } .fa-smile-beam::before { content: "\f5b8"; } .fa-flag-checkered::before { content: "\f11e"; } .fa-football::before { content: "\f44e"; } .fa-football-ball::before { content: "\f44e"; } .fa-school-circle-exclamation::before { content: "\e56c"; } .fa-crop::before { content: "\f125"; } .fa-angles-down::before { content: "\f103"; } .fa-angle-double-down::before { content: "\f103"; } .fa-users-rectangle::before { content: "\e594"; } .fa-people-roof::before { content: "\e537"; } .fa-people-line::before { content: "\e534"; } .fa-beer-mug-empty::before { content: "\f0fc"; } .fa-beer::before { content: "\f0fc"; } .fa-diagram-predecessor::before { content: "\e477"; } .fa-arrow-up-long::before { content: "\f176"; } .fa-long-arrow-up::before { content: "\f176"; } .fa-fire-flame-simple::before { content: "\f46a"; } .fa-burn::before { content: "\f46a"; } .fa-person::before { content: "\f183"; } .fa-male::before { content: "\f183"; } .fa-laptop::before { content: "\f109"; } .fa-file-csv::before { content: "\f6dd"; } .fa-menorah::before { content: "\f676"; } .fa-truck-plane::before { content: "\e58f"; } .fa-record-vinyl::before { content: "\f8d9"; } .fa-face-grin-stars::before { content: "\f587"; } .fa-grin-stars::before { content: "\f587"; } .fa-bong::before { content: "\f55c"; } .fa-spaghetti-monster-flying::before { content: "\f67b"; } .fa-pastafarianism::before { content: "\f67b"; } .fa-arrow-down-up-across-line::before { content: "\e4af"; } .fa-spoon::before { content: "\f2e5"; } .fa-utensil-spoon::before { content: "\f2e5"; } .fa-jar-wheat::before { content: "\e517"; } .fa-envelopes-bulk::before { content: "\f674"; } .fa-mail-bulk::before { content: "\f674"; } .fa-file-circle-exclamation::before { content: "\e4eb"; } .fa-circle-h::before { content: "\f47e"; } .fa-hospital-symbol::before { content: "\f47e"; } .fa-pager::before { content: "\f815"; } .fa-address-book::before { content: "\f2b9"; } .fa-contact-book::before { content: "\f2b9"; } .fa-strikethrough::before { content: "\f0cc"; } .fa-k::before { content: "\4b"; } .fa-landmark-flag::before { content: "\e51c"; } .fa-pencil::before { content: "\f303"; } .fa-pencil-alt::before { content: "\f303"; } .fa-backward::before { content: "\f04a"; } .fa-caret-right::before { content: "\f0da"; } .fa-comments::before { content: "\f086"; } .fa-paste::before { content: "\f0ea"; } .fa-file-clipboard::before { content: "\f0ea"; } .fa-code-pull-request::before { content: "\e13c"; } .fa-clipboard-list::before { content: "\f46d"; } .fa-truck-ramp-box::before { content: "\f4de"; } .fa-truck-loading::before { content: "\f4de"; } .fa-user-check::before { content: "\f4fc"; } .fa-vial-virus::before { content: "\e597"; } .fa-sheet-plastic::before { content: "\e571"; } .fa-blog::before { content: "\f781"; } .fa-user-ninja::before { content: "\f504"; } .fa-person-arrow-up-from-line::before { content: "\e539"; } .fa-scroll-torah::before { content: "\f6a0"; } .fa-torah::before { content: "\f6a0"; } .fa-broom-ball::before { content: "\f458"; } .fa-quidditch::before { content: "\f458"; } .fa-quidditch-broom-ball::before { content: "\f458"; } .fa-toggle-off::before { content: "\f204"; } .fa-box-archive::before { content: "\f187"; } .fa-archive::before { content: "\f187"; } .fa-person-drowning::before { content: "\e545"; } .fa-arrow-down-9-1::before { content: "\f886"; } .fa-sort-numeric-desc::before { content: "\f886"; } .fa-sort-numeric-down-alt::before { content: "\f886"; } .fa-face-grin-tongue-squint::before { content: "\f58a"; } .fa-grin-tongue-squint::before { content: "\f58a"; } .fa-spray-can::before { content: "\f5bd"; } .fa-truck-monster::before { content: "\f63b"; } .fa-w::before { content: "\57"; } .fa-earth-africa::before { content: "\f57c"; } .fa-globe-africa::before { content: "\f57c"; } .fa-rainbow::before { content: "\f75b"; } .fa-circle-notch::before { content: "\f1ce"; } .fa-tablet-screen-button::before { content: "\f3fa"; } .fa-tablet-alt::before { content: "\f3fa"; } .fa-paw::before { content: "\f1b0"; } .fa-cloud::before { content: "\f0c2"; } .fa-trowel-bricks::before { content: "\e58a"; } .fa-face-flushed::before { content: "\f579"; } .fa-flushed::before { content: "\f579"; } .fa-hospital-user::before { content: "\f80d"; } .fa-tent-arrow-left-right::before { content: "\e57f"; } .fa-gavel::before { content: "\f0e3"; } .fa-legal::before { content: "\f0e3"; } .fa-binoculars::before { content: "\f1e5"; } .fa-microphone-slash::before { content: "\f131"; } .fa-box-tissue::before { content: "\e05b"; } .fa-motorcycle::before { content: "\f21c"; } .fa-bell-concierge::before { content: "\f562"; } .fa-concierge-bell::before { content: "\f562"; } .fa-pen-ruler::before { content: "\f5ae"; } .fa-pencil-ruler::before { content: "\f5ae"; } .fa-people-arrows::before { content: "\e068"; } .fa-people-arrows-left-right::before { content: "\e068"; } .fa-mars-and-venus-burst::before { content: "\e523"; } .fa-square-caret-right::before { content: "\f152"; } .fa-caret-square-right::before { content: "\f152"; } .fa-scissors::before { content: "\f0c4"; } .fa-cut::before { content: "\f0c4"; } .fa-sun-plant-wilt::before { content: "\e57a"; } .fa-toilets-portable::before { content: "\e584"; } .fa-hockey-puck::before { content: "\f453"; } .fa-table::before { content: "\f0ce"; } .fa-magnifying-glass-arrow-right::before { content: "\e521"; } .fa-tachograph-digital::before { content: "\f566"; } .fa-digital-tachograph::before { content: "\f566"; } .fa-users-slash::before { content: "\e073"; } .fa-clover::before { content: "\e139"; } .fa-reply::before { content: "\f3e5"; } .fa-mail-reply::before { content: "\f3e5"; } .fa-star-and-crescent::before { content: "\f699"; } .fa-house-fire::before { content: "\e50c"; } .fa-square-minus::before { content: "\f146"; } .fa-minus-square::before { content: "\f146"; } .fa-helicopter::before { content: "\f533"; } .fa-compass::before { content: "\f14e"; } .fa-square-caret-down::before { content: "\f150"; } .fa-caret-square-down::before { content: "\f150"; } .fa-file-circle-question::before { content: "\e4ef"; } .fa-laptop-code::before { content: "\f5fc"; } .fa-swatchbook::before { content: "\f5c3"; } .fa-prescription-bottle::before { content: "\f485"; } .fa-bars::before { content: "\f0c9"; } .fa-navicon::before { content: "\f0c9"; } .fa-people-group::before { content: "\e533"; } .fa-hourglass-end::before { content: "\f253"; } .fa-hourglass-3::before { content: "\f253"; } .fa-heart-crack::before { content: "\f7a9"; } .fa-heart-broken::before { content: "\f7a9"; } .fa-square-up-right::before { content: "\f360"; } .fa-external-link-square-alt::before { content: "\f360"; } .fa-face-kiss-beam::before { content: "\f597"; } .fa-kiss-beam::before { content: "\f597"; } .fa-film::before { content: "\f008"; } .fa-ruler-horizontal::before { content: "\f547"; } .fa-people-robbery::before { content: "\e536"; } .fa-lightbulb::before { content: "\f0eb"; } .fa-caret-left::before { content: "\f0d9"; } .fa-circle-exclamation::before { content: "\f06a"; } .fa-exclamation-circle::before { content: "\f06a"; } .fa-school-circle-xmark::before { content: "\e56d"; } .fa-arrow-right-from-bracket::before { content: "\f08b"; } .fa-sign-out::before { content: "\f08b"; } .fa-circle-chevron-down::before { content: "\f13a"; } .fa-chevron-circle-down::before { content: "\f13a"; } .fa-unlock-keyhole::before { content: "\f13e"; } .fa-unlock-alt::before { content: "\f13e"; } .fa-cloud-showers-heavy::before { content: "\f740"; } .fa-headphones-simple::before { content: "\f58f"; } .fa-headphones-alt::before { content: "\f58f"; } .fa-sitemap::before { content: "\f0e8"; } .fa-circle-dollar-to-slot::before { content: "\f4b9"; } .fa-donate::before { content: "\f4b9"; } .fa-memory::before { content: "\f538"; } .fa-road-spikes::before { content: "\e568"; } .fa-fire-burner::before { content: "\e4f1"; } .fa-flag::before { content: "\f024"; } .fa-hanukiah::before { content: "\f6e6"; } .fa-feather::before { content: "\f52d"; } .fa-volume-low::before { content: "\f027"; } .fa-volume-down::before { content: "\f027"; } .fa-comment-slash::before { content: "\f4b3"; } .fa-cloud-sun-rain::before { content: "\f743"; } .fa-compress::before { content: "\f066"; } .fa-wheat-awn::before { content: "\e2cd"; } .fa-wheat-alt::before { content: "\e2cd"; } .fa-ankh::before { content: "\f644"; } .fa-hands-holding-child::before { content: "\e4fa"; } .fa-asterisk::before { content: "\2a"; } .fa-square-check::before { content: "\f14a"; } .fa-check-square::before { content: "\f14a"; } .fa-peseta-sign::before { content: "\e221"; } .fa-heading::before { content: "\f1dc"; } .fa-header::before { content: "\f1dc"; } .fa-ghost::before { content: "\f6e2"; } .fa-list::before { content: "\f03a"; } .fa-list-squares::before { content: "\f03a"; } .fa-square-phone-flip::before { content: "\f87b"; } .fa-phone-square-alt::before { content: "\f87b"; } .fa-cart-plus::before { content: "\f217"; } .fa-gamepad::before { content: "\f11b"; } .fa-circle-dot::before { content: "\f192"; } .fa-dot-circle::before { content: "\f192"; } .fa-face-dizzy::before { content: "\f567"; } .fa-dizzy::before { content: "\f567"; } .fa-egg::before { content: "\f7fb"; } .fa-house-medical-circle-xmark::before { content: "\e513"; } .fa-campground::before { content: "\f6bb"; } .fa-folder-plus::before { content: "\f65e"; } .fa-futbol::before { content: "\f1e3"; } .fa-futbol-ball::before { content: "\f1e3"; } .fa-soccer-ball::before { content: "\f1e3"; } .fa-paintbrush::before { content: "\f1fc"; } .fa-paint-brush::before { content: "\f1fc"; } .fa-lock::before { content: "\f023"; } .fa-gas-pump::before { content: "\f52f"; } .fa-hot-tub-person::before { content: "\f593"; } .fa-hot-tub::before { content: "\f593"; } .fa-map-location::before { content: "\f59f"; } .fa-map-marked::before { content: "\f59f"; } .fa-house-flood-water::before { content: "\e50e"; } .fa-tree::before { content: "\f1bb"; } .fa-bridge-lock::before { content: "\e4cc"; } .fa-sack-dollar::before { content: "\f81d"; } .fa-pen-to-square::before { content: "\f044"; } .fa-edit::before { content: "\f044"; } .fa-car-side::before { content: "\f5e4"; } .fa-share-nodes::before { content: "\f1e0"; } .fa-share-alt::before { content: "\f1e0"; } .fa-heart-circle-minus::before { content: "\e4ff"; } .fa-hourglass-half::before { content: "\f252"; } .fa-hourglass-2::before { content: "\f252"; } .fa-microscope::before { content: "\f610"; } .fa-sink::before { content: "\e06d"; } .fa-bag-shopping::before { content: "\f290"; } .fa-shopping-bag::before { content: "\f290"; } .fa-arrow-down-z-a::before { content: "\f881"; } .fa-sort-alpha-desc::before { content: "\f881"; } .fa-sort-alpha-down-alt::before { content: "\f881"; } .fa-mitten::before { content: "\f7b5"; } .fa-person-rays::before { content: "\e54d"; } .fa-users::before { content: "\f0c0"; } .fa-eye-slash::before { content: "\f070"; } .fa-flask-vial::before { content: "\e4f3"; } .fa-hand::before { content: "\f256"; } .fa-hand-paper::before { content: "\f256"; } .fa-om::before { content: "\f679"; } .fa-worm::before { content: "\e599"; } .fa-house-circle-xmark::before { content: "\e50b"; } .fa-plug::before { content: "\f1e6"; } .fa-chevron-up::before { content: "\f077"; } .fa-hand-spock::before { content: "\f259"; } .fa-stopwatch::before { content: "\f2f2"; } .fa-face-kiss::before { content: "\f596"; } .fa-kiss::before { content: "\f596"; } .fa-bridge-circle-xmark::before { content: "\e4cb"; } .fa-face-grin-tongue::before { content: "\f589"; } .fa-grin-tongue::before { content: "\f589"; } .fa-chess-bishop::before { content: "\f43a"; } .fa-face-grin-wink::before { content: "\f58c"; } .fa-grin-wink::before { content: "\f58c"; } .fa-ear-deaf::before { content: "\f2a4"; } .fa-deaf::before { content: "\f2a4"; } .fa-deafness::before { content: "\f2a4"; } .fa-hard-of-hearing::before { content: "\f2a4"; } .fa-road-circle-check::before { content: "\e564"; } .fa-dice-five::before { content: "\f523"; } .fa-square-rss::before { content: "\f143"; } .fa-rss-square::before { content: "\f143"; } .fa-land-mine-on::before { content: "\e51b"; } .fa-i-cursor::before { content: "\f246"; } .fa-stamp::before { content: "\f5bf"; } .fa-stairs::before { content: "\e289"; } .fa-i::before { content: "\49"; } .fa-hryvnia-sign::before { content: "\f6f2"; } .fa-hryvnia::before { content: "\f6f2"; } .fa-pills::before { content: "\f484"; } .fa-face-grin-wide::before { content: "\f581"; } .fa-grin-alt::before { content: "\f581"; } .fa-tooth::before { content: "\f5c9"; } .fa-v::before { content: "\56"; } .fa-bangladeshi-taka-sign::before { content: "\e2e6"; } .fa-bicycle::before { content: "\f206"; } .fa-staff-snake::before { content: "\e579"; } .fa-rod-asclepius::before { content: "\e579"; } .fa-rod-snake::before { content: "\e579"; } .fa-staff-aesculapius::before { content: "\e579"; } .fa-head-side-cough-slash::before { content: "\e062"; } .fa-truck-medical::before { content: "\f0f9"; } .fa-ambulance::before { content: "\f0f9"; } .fa-wheat-awn-circle-exclamation::before { content: "\e598"; } .fa-snowman::before { content: "\f7d0"; } .fa-mortar-pestle::before { content: "\f5a7"; } .fa-road-barrier::before { content: "\e562"; } .fa-school::before { content: "\f549"; } .fa-igloo::before { content: "\f7ae"; } .fa-joint::before { content: "\f595"; } .fa-angle-right::before { content: "\f105"; } .fa-horse::before { content: "\f6f0"; } .fa-q::before { content: "\51"; } .fa-g::before { content: "\47"; } .fa-notes-medical::before { content: "\f481"; } .fa-temperature-half::before { content: "\f2c9"; } .fa-temperature-2::before { content: "\f2c9"; } .fa-thermometer-2::before { content: "\f2c9"; } .fa-thermometer-half::before { content: "\f2c9"; } .fa-dong-sign::before { content: "\e169"; } .fa-capsules::before { content: "\f46b"; } .fa-poo-storm::before { content: "\f75a"; } .fa-poo-bolt::before { content: "\f75a"; } .fa-face-frown-open::before { content: "\f57a"; } .fa-frown-open::before { content: "\f57a"; } .fa-hand-point-up::before { content: "\f0a6"; } .fa-money-bill::before { content: "\f0d6"; } .fa-bookmark::before { content: "\f02e"; } .fa-align-justify::before { content: "\f039"; } .fa-umbrella-beach::before { content: "\f5ca"; } .fa-helmet-un::before { content: "\e503"; } .fa-bullseye::before { content: "\f140"; } .fa-bacon::before { content: "\f7e5"; } .fa-hand-point-down::before { content: "\f0a7"; } .fa-arrow-up-from-bracket::before { content: "\e09a"; } .fa-folder::before { content: "\f07b"; } .fa-folder-blank::before { content: "\f07b"; } .fa-file-waveform::before { content: "\f478"; } .fa-file-medical-alt::before { content: "\f478"; } .fa-radiation::before { content: "\f7b9"; } .fa-chart-simple::before { content: "\e473"; } .fa-mars-stroke::before { content: "\f229"; } .fa-vial::before { content: "\f492"; } .fa-gauge::before { content: "\f624"; } .fa-dashboard::before { content: "\f624"; } .fa-gauge-med::before { content: "\f624"; } .fa-tachometer-alt-average::before { content: "\f624"; } .fa-wand-magic-sparkles::before { content: "\e2ca"; } .fa-magic-wand-sparkles::before { content: "\e2ca"; } .fa-e::before { content: "\45"; } .fa-pen-clip::before { content: "\f305"; } .fa-pen-alt::before { content: "\f305"; } .fa-bridge-circle-exclamation::before { content: "\e4ca"; } .fa-user::before { content: "\f007"; } .fa-school-circle-check::before { content: "\e56b"; } .fa-dumpster::before { content: "\f793"; } .fa-van-shuttle::before { content: "\f5b6"; } .fa-shuttle-van::before { content: "\f5b6"; } .fa-building-user::before { content: "\e4da"; } .fa-square-caret-left::before { content: "\f191"; } .fa-caret-square-left::before { content: "\f191"; } .fa-highlighter::before { content: "\f591"; } .fa-key::before { content: "\f084"; } .fa-bullhorn::before { content: "\f0a1"; } .fa-globe::before { content: "\f0ac"; } .fa-synagogue::before { content: "\f69b"; } .fa-person-half-dress::before { content: "\e548"; } .fa-road-bridge::before { content: "\e563"; } .fa-location-arrow::before { content: "\f124"; } .fa-c::before { content: "\43"; } .fa-tablet-button::before { content: "\f10a"; } .fa-building-lock::before { content: "\e4d6"; } .fa-pizza-slice::before { content: "\f818"; } .fa-money-bill-wave::before { content: "\f53a"; } .fa-chart-area::before { content: "\f1fe"; } .fa-area-chart::before { content: "\f1fe"; } .fa-house-flag::before { content: "\e50d"; } .fa-person-circle-minus::before { content: "\e540"; } .fa-ban::before { content: "\f05e"; } .fa-cancel::before { content: "\f05e"; } .fa-camera-rotate::before { content: "\e0d8"; } .fa-spray-can-sparkles::before { content: "\f5d0"; } .fa-air-freshener::before { content: "\f5d0"; } .fa-star::before { content: "\f005"; } .fa-repeat::before { content: "\f363"; } .fa-cross::before { content: "\f654"; } .fa-box::before { content: "\f466"; } .fa-venus-mars::before { content: "\f228"; } .fa-arrow-pointer::before { content: "\f245"; } .fa-mouse-pointer::before { content: "\f245"; } .fa-maximize::before { content: "\f31e"; } .fa-expand-arrows-alt::before { content: "\f31e"; } .fa-charging-station::before { content: "\f5e7"; } .fa-shapes::before { content: "\f61f"; } .fa-triangle-circle-square::before { content: "\f61f"; } .fa-shuffle::before { content: "\f074"; } .fa-random::before { content: "\f074"; } .fa-person-running::before { content: "\f70c"; } .fa-running::before { content: "\f70c"; } .fa-mobile-retro::before { content: "\e527"; } .fa-grip-lines-vertical::before { content: "\f7a5"; } .fa-spider::before { content: "\f717"; } .fa-hands-bound::before { content: "\e4f9"; } .fa-file-invoice-dollar::before { content: "\f571"; } .fa-plane-circle-exclamation::before { content: "\e556"; } .fa-x-ray::before { content: "\f497"; } .fa-spell-check::before { content: "\f891"; } .fa-slash::before { content: "\f715"; } .fa-computer-mouse::before { content: "\f8cc"; } .fa-mouse::before { content: "\f8cc"; } .fa-arrow-right-to-bracket::before { content: "\f090"; } .fa-sign-in::before { content: "\f090"; } .fa-shop-slash::before { content: "\e070"; } .fa-store-alt-slash::before { content: "\e070"; } .fa-server::before { content: "\f233"; } .fa-virus-covid-slash::before { content: "\e4a9"; } .fa-shop-lock::before { content: "\e4a5"; } .fa-hourglass-start::before { content: "\f251"; } .fa-hourglass-1::before { content: "\f251"; } .fa-blender-phone::before { content: "\f6b6"; } .fa-building-wheat::before { content: "\e4db"; } .fa-person-breastfeeding::before { content: "\e53a"; } .fa-right-to-bracket::before { content: "\f2f6"; } .fa-sign-in-alt::before { content: "\f2f6"; } .fa-venus::before { content: "\f221"; } .fa-passport::before { content: "\f5ab"; } .fa-heart-pulse::before { content: "\f21e"; } .fa-heartbeat::before { content: "\f21e"; } .fa-people-carry-box::before { content: "\f4ce"; } .fa-people-carry::before { content: "\f4ce"; } .fa-temperature-high::before { content: "\f769"; } .fa-microchip::before { content: "\f2db"; } .fa-crown::before { content: "\f521"; } .fa-weight-hanging::before { content: "\f5cd"; } .fa-xmarks-lines::before { content: "\e59a"; } .fa-file-prescription::before { content: "\f572"; } .fa-weight-scale::before { content: "\f496"; } .fa-weight::before { content: "\f496"; } .fa-user-group::before { content: "\f500"; } .fa-user-friends::before { content: "\f500"; } .fa-arrow-up-a-z::before { content: "\f15e"; } .fa-sort-alpha-up::before { content: "\f15e"; } .fa-chess-knight::before { content: "\f441"; } .fa-face-laugh-squint::before { content: "\f59b"; } .fa-laugh-squint::before { content: "\f59b"; } .fa-wheelchair::before { content: "\f193"; } .fa-circle-arrow-up::before { content: "\f0aa"; } .fa-arrow-circle-up::before { content: "\f0aa"; } .fa-toggle-on::before { content: "\f205"; } .fa-person-walking::before { content: "\f554"; } .fa-walking::before { content: "\f554"; } .fa-l::before { content: "\4c"; } .fa-fire::before { content: "\f06d"; } .fa-bed-pulse::before { content: "\f487"; } .fa-procedures::before { content: "\f487"; } .fa-shuttle-space::before { content: "\f197"; } .fa-space-shuttle::before { content: "\f197"; } .fa-face-laugh::before { content: "\f599"; } .fa-laugh::before { content: "\f599"; } .fa-folder-open::before { content: "\f07c"; } .fa-heart-circle-plus::before { content: "\e500"; } .fa-code-fork::before { content: "\e13b"; } .fa-city::before { content: "\f64f"; } .fa-microphone-lines::before { content: "\f3c9"; } .fa-microphone-alt::before { content: "\f3c9"; } .fa-pepper-hot::before { content: "\f816"; } .fa-unlock::before { content: "\f09c"; } .fa-colon-sign::before { content: "\e140"; } .fa-headset::before { content: "\f590"; } .fa-store-slash::before { content: "\e071"; } .fa-road-circle-xmark::before { content: "\e566"; } .fa-user-minus::before { content: "\f503"; } .fa-mars-stroke-up::before { content: "\f22a"; } .fa-mars-stroke-v::before { content: "\f22a"; } .fa-champagne-glasses::before { content: "\f79f"; } .fa-glass-cheers::before { content: "\f79f"; } .fa-clipboard::before { content: "\f328"; } .fa-house-circle-exclamation::before { content: "\e50a"; } .fa-file-arrow-up::before { content: "\f574"; } .fa-file-upload::before { content: "\f574"; } .fa-wifi::before { content: "\f1eb"; } .fa-wifi-3::before { content: "\f1eb"; } .fa-wifi-strong::before { content: "\f1eb"; } .fa-bath::before { content: "\f2cd"; } .fa-bathtub::before { content: "\f2cd"; } .fa-underline::before { content: "\f0cd"; } .fa-user-pen::before { content: "\f4ff"; } .fa-user-edit::before { content: "\f4ff"; } .fa-signature::before { content: "\f5b7"; } .fa-stroopwafel::before { content: "\f551"; } .fa-bold::before { content: "\f032"; } .fa-anchor-lock::before { content: "\e4ad"; } .fa-building-ngo::before { content: "\e4d7"; } .fa-manat-sign::before { content: "\e1d5"; } .fa-not-equal::before { content: "\f53e"; } .fa-border-top-left::before { content: "\f853"; } .fa-border-style::before { content: "\f853"; } .fa-map-location-dot::before { content: "\f5a0"; } .fa-map-marked-alt::before { content: "\f5a0"; } .fa-jedi::before { content: "\f669"; } .fa-square-poll-vertical::before { content: "\f681"; } .fa-poll::before { content: "\f681"; } .fa-mug-hot::before { content: "\f7b6"; } .fa-car-battery::before { content: "\f5df"; } .fa-battery-car::before { content: "\f5df"; } .fa-gift::before { content: "\f06b"; } .fa-dice-two::before { content: "\f528"; } .fa-chess-queen::before { content: "\f445"; } .fa-glasses::before { content: "\f530"; } .fa-chess-board::before { content: "\f43c"; } .fa-building-circle-check::before { content: "\e4d2"; } .fa-person-chalkboard::before { content: "\e53d"; } .fa-mars-stroke-right::before { content: "\f22b"; } .fa-mars-stroke-h::before { content: "\f22b"; } .fa-hand-back-fist::before { content: "\f255"; } .fa-hand-rock::before { content: "\f255"; } .fa-square-caret-up::before { content: "\f151"; } .fa-caret-square-up::before { content: "\f151"; } .fa-cloud-showers-water::before { content: "\e4e4"; } .fa-chart-bar::before { content: "\f080"; } .fa-bar-chart::before { content: "\f080"; } .fa-hands-bubbles::before { content: "\e05e"; } .fa-hands-wash::before { content: "\e05e"; } .fa-less-than-equal::before { content: "\f537"; } .fa-train::before { content: "\f238"; } .fa-eye-low-vision::before { content: "\f2a8"; } .fa-low-vision::before { content: "\f2a8"; } .fa-crow::before { content: "\f520"; } .fa-sailboat::before { content: "\e445"; } .fa-window-restore::before { content: "\f2d2"; } .fa-square-plus::before { content: "\f0fe"; } .fa-plus-square::before { content: "\f0fe"; } .fa-torii-gate::before { content: "\f6a1"; } .fa-frog::before { content: "\f52e"; } .fa-bucket::before { content: "\e4cf"; } .fa-image::before { content: "\f03e"; } .fa-microphone::before { content: "\f130"; } .fa-cow::before { content: "\f6c8"; } .fa-caret-up::before { content: "\f0d8"; } .fa-screwdriver::before { content: "\f54a"; } .fa-folder-closed::before { content: "\e185"; } .fa-house-tsunami::before { content: "\e515"; } .fa-square-nfi::before { content: "\e576"; } .fa-arrow-up-from-ground-water::before { content: "\e4b5"; } .fa-martini-glass::before { content: "\f57b"; } .fa-glass-martini-alt::before { content: "\f57b"; } .fa-rotate-left::before { content: "\f2ea"; } .fa-rotate-back::before { content: "\f2ea"; } .fa-rotate-backward::before { content: "\f2ea"; } .fa-undo-alt::before { content: "\f2ea"; } .fa-table-columns::before { content: "\f0db"; } .fa-columns::before { content: "\f0db"; } .fa-lemon::before { content: "\f094"; } .fa-head-side-mask::before { content: "\e063"; } .fa-handshake::before { content: "\f2b5"; } .fa-gem::before { content: "\f3a5"; } .fa-dolly::before { content: "\f472"; } .fa-dolly-box::before { content: "\f472"; } .fa-smoking::before { content: "\f48d"; } .fa-minimize::before { content: "\f78c"; } .fa-compress-arrows-alt::before { content: "\f78c"; } .fa-monument::before { content: "\f5a6"; } .fa-snowplow::before { content: "\f7d2"; } .fa-angles-right::before { content: "\f101"; } .fa-angle-double-right::before { content: "\f101"; } .fa-cannabis::before { content: "\f55f"; } .fa-circle-play::before { content: "\f144"; } .fa-play-circle::before { content: "\f144"; } .fa-tablets::before { content: "\f490"; } .fa-ethernet::before { content: "\f796"; } .fa-euro-sign::before { content: "\f153"; } .fa-eur::before { content: "\f153"; } .fa-euro::before { content: "\f153"; } .fa-chair::before { content: "\f6c0"; } .fa-circle-check::before { content: "\f058"; } .fa-check-circle::before { content: "\f058"; } .fa-circle-stop::before { content: "\f28d"; } .fa-stop-circle::before { content: "\f28d"; } .fa-compass-drafting::before { content: "\f568"; } .fa-drafting-compass::before { content: "\f568"; } .fa-plate-wheat::before { content: "\e55a"; } .fa-icicles::before { content: "\f7ad"; } .fa-person-shelter::before { content: "\e54f"; } .fa-neuter::before { content: "\f22c"; } .fa-id-badge::before { content: "\f2c1"; } .fa-marker::before { content: "\f5a1"; } .fa-face-laugh-beam::before { content: "\f59a"; } .fa-laugh-beam::before { content: "\f59a"; } .fa-helicopter-symbol::before { content: "\e502"; } .fa-universal-access::before { content: "\f29a"; } .fa-circle-chevron-up::before { content: "\f139"; } .fa-chevron-circle-up::before { content: "\f139"; } .fa-lari-sign::before { content: "\e1c8"; } .fa-volcano::before { content: "\f770"; } .fa-person-walking-dashed-line-arrow-right::before { content: "\e553"; } .fa-sterling-sign::before { content: "\f154"; } .fa-gbp::before { content: "\f154"; } .fa-pound-sign::before { content: "\f154"; } .fa-viruses::before { content: "\e076"; } .fa-square-person-confined::before { content: "\e577"; } .fa-user-tie::before { content: "\f508"; } .fa-arrow-down-long::before { content: "\f175"; } .fa-long-arrow-down::before { content: "\f175"; } .fa-tent-arrow-down-to-line::before { content: "\e57e"; } .fa-certificate::before { content: "\f0a3"; } .fa-reply-all::before { content: "\f122"; } .fa-mail-reply-all::before { content: "\f122"; } .fa-suitcase::before { content: "\f0f2"; } .fa-person-skating::before { content: "\f7c5"; } .fa-skating::before { content: "\f7c5"; } .fa-filter-circle-dollar::before { content: "\f662"; } .fa-funnel-dollar::before { content: "\f662"; } .fa-camera-retro::before { content: "\f083"; } .fa-circle-arrow-down::before { content: "\f0ab"; } .fa-arrow-circle-down::before { content: "\f0ab"; } .fa-file-import::before { content: "\f56f"; } .fa-arrow-right-to-file::before { content: "\f56f"; } .fa-square-arrow-up-right::before { content: "\f14c"; } .fa-external-link-square::before { content: "\f14c"; } .fa-box-open::before { content: "\f49e"; } .fa-scroll::before { content: "\f70e"; } .fa-spa::before { content: "\f5bb"; } .fa-location-pin-lock::before { content: "\e51f"; } .fa-pause::before { content: "\f04c"; } .fa-hill-avalanche::before { content: "\e507"; } .fa-temperature-empty::before { content: "\f2cb"; } .fa-temperature-0::before { content: "\f2cb"; } .fa-thermometer-0::before { content: "\f2cb"; } .fa-thermometer-empty::before { content: "\f2cb"; } .fa-bomb::before { content: "\f1e2"; } .fa-registered::before { content: "\f25d"; } .fa-address-card::before { content: "\f2bb"; } .fa-contact-card::before { content: "\f2bb"; } .fa-vcard::before { content: "\f2bb"; } .fa-scale-unbalanced-flip::before { content: "\f516"; } .fa-balance-scale-right::before { content: "\f516"; } .fa-subscript::before { content: "\f12c"; } .fa-diamond-turn-right::before { content: "\f5eb"; } .fa-directions::before { content: "\f5eb"; } .fa-burst::before { content: "\e4dc"; } .fa-house-laptop::before { content: "\e066"; } .fa-laptop-house::before { content: "\e066"; } .fa-face-tired::before { content: "\f5c8"; } .fa-tired::before { content: "\f5c8"; } .fa-money-bills::before { content: "\e1f3"; } .fa-smog::before { content: "\f75f"; } .fa-crutch::before { content: "\f7f7"; } .fa-cloud-arrow-up::before { content: "\f0ee"; } .fa-cloud-upload::before { content: "\f0ee"; } .fa-cloud-upload-alt::before { content: "\f0ee"; } .fa-palette::before { content: "\f53f"; } .fa-arrows-turn-right::before { content: "\e4c0"; } .fa-vest::before { content: "\e085"; } .fa-ferry::before { content: "\e4ea"; } .fa-arrows-down-to-people::before { content: "\e4b9"; } .fa-seedling::before { content: "\f4d8"; } .fa-sprout::before { content: "\f4d8"; } .fa-left-right::before { content: "\f337"; } .fa-arrows-alt-h::before { content: "\f337"; } .fa-boxes-packing::before { content: "\e4c7"; } .fa-circle-arrow-left::before { content: "\f0a8"; } .fa-arrow-circle-left::before { content: "\f0a8"; } .fa-group-arrows-rotate::before { content: "\e4f6"; } .fa-bowl-food::before { content: "\e4c6"; } .fa-candy-cane::before { content: "\f786"; } .fa-arrow-down-wide-short::before { content: "\f160"; } .fa-sort-amount-asc::before { content: "\f160"; } .fa-sort-amount-down::before { content: "\f160"; } .fa-cloud-bolt::before { content: "\f76c"; } .fa-thunderstorm::before { content: "\f76c"; } .fa-text-slash::before { content: "\f87d"; } .fa-remove-format::before { content: "\f87d"; } .fa-face-smile-wink::before { content: "\f4da"; } .fa-smile-wink::before { content: "\f4da"; } .fa-file-word::before { content: "\f1c2"; } .fa-file-powerpoint::before { content: "\f1c4"; } .fa-arrows-left-right::before { content: "\f07e"; } .fa-arrows-h::before { content: "\f07e"; } .fa-house-lock::before { content: "\e510"; } .fa-cloud-arrow-down::before { content: "\f0ed"; } .fa-cloud-download::before { content: "\f0ed"; } .fa-cloud-download-alt::before { content: "\f0ed"; } .fa-children::before { content: "\e4e1"; } .fa-chalkboard::before { content: "\f51b"; } .fa-blackboard::before { content: "\f51b"; } .fa-user-large-slash::before { content: "\f4fa"; } .fa-user-alt-slash::before { content: "\f4fa"; } .fa-envelope-open::before { content: "\f2b6"; } .fa-handshake-simple-slash::before { content: "\e05f"; } .fa-handshake-alt-slash::before { content: "\e05f"; } .fa-mattress-pillow::before { content: "\e525"; } .fa-guarani-sign::before { content: "\e19a"; } .fa-arrows-rotate::before { content: "\f021"; } .fa-refresh::before { content: "\f021"; } .fa-sync::before { content: "\f021"; } .fa-fire-extinguisher::before { content: "\f134"; } .fa-cruzeiro-sign::before { content: "\e152"; } .fa-greater-than-equal::before { content: "\f532"; } .fa-shield-halved::before { content: "\f3ed"; } .fa-shield-alt::before { content: "\f3ed"; } .fa-book-atlas::before { content: "\f558"; } .fa-atlas::before { content: "\f558"; } .fa-virus::before { content: "\e074"; } .fa-envelope-circle-check::before { content: "\e4e8"; } .fa-layer-group::before { content: "\f5fd"; } .fa-arrows-to-dot::before { content: "\e4be"; } .fa-archway::before { content: "\f557"; } .fa-heart-circle-check::before { content: "\e4fd"; } .fa-house-chimney-crack::before { content: "\f6f1"; } .fa-house-damage::before { content: "\f6f1"; } .fa-file-zipper::before { content: "\f1c6"; } .fa-file-archive::before { content: "\f1c6"; } .fa-square::before { content: "\f0c8"; } .fa-martini-glass-empty::before { content: "\f000"; } .fa-glass-martini::before { content: "\f000"; } .fa-couch::before { content: "\f4b8"; } .fa-cedi-sign::before { content: "\e0df"; } .fa-italic::before { content: "\f033"; } .fa-table-cells-column-lock::before { content: "\e678"; } .fa-church::before { content: "\f51d"; } .fa-comments-dollar::before { content: "\f653"; } .fa-democrat::before { content: "\f747"; } .fa-z::before { content: "\5a"; } .fa-person-skiing::before { content: "\f7c9"; } .fa-skiing::before { content: "\f7c9"; } .fa-road-lock::before { content: "\e567"; } .fa-a::before { content: "\41"; } .fa-temperature-arrow-down::before { content: "\e03f"; } .fa-temperature-down::before { content: "\e03f"; } .fa-feather-pointed::before { content: "\f56b"; } .fa-feather-alt::before { content: "\f56b"; } .fa-p::before { content: "\50"; } .fa-snowflake::before { content: "\f2dc"; } .fa-newspaper::before { content: "\f1ea"; } .fa-rectangle-ad::before { content: "\f641"; } .fa-ad::before { content: "\f641"; } .fa-circle-arrow-right::before { content: "\f0a9"; } .fa-arrow-circle-right::before { content: "\f0a9"; } .fa-filter-circle-xmark::before { content: "\e17b"; } .fa-locust::before { content: "\e520"; } .fa-sort::before { content: "\f0dc"; } .fa-unsorted::before { content: "\f0dc"; } .fa-list-ol::before { content: "\f0cb"; } .fa-list-1-2::before { content: "\f0cb"; } .fa-list-numeric::before { content: "\f0cb"; } .fa-person-dress-burst::before { content: "\e544"; } .fa-money-check-dollar::before { content: "\f53d"; } .fa-money-check-alt::before { content: "\f53d"; } .fa-vector-square::before { content: "\f5cb"; } .fa-bread-slice::before { content: "\f7ec"; } .fa-language::before { content: "\f1ab"; } .fa-face-kiss-wink-heart::before { content: "\f598"; } .fa-kiss-wink-heart::before { content: "\f598"; } .fa-filter::before { content: "\f0b0"; } .fa-question::before { content: "\3f"; } .fa-file-signature::before { content: "\f573"; } .fa-up-down-left-right::before { content: "\f0b2"; } .fa-arrows-alt::before { content: "\f0b2"; } .fa-house-chimney-user::before { content: "\e065"; } .fa-hand-holding-heart::before { content: "\f4be"; } .fa-puzzle-piece::before { content: "\f12e"; } .fa-money-check::before { content: "\f53c"; } .fa-star-half-stroke::before { content: "\f5c0"; } .fa-star-half-alt::before { content: "\f5c0"; } .fa-code::before { content: "\f121"; } .fa-whiskey-glass::before { content: "\f7a0"; } .fa-glass-whiskey::before { content: "\f7a0"; } .fa-building-circle-exclamation::before { content: "\e4d3"; } .fa-magnifying-glass-chart::before { content: "\e522"; } .fa-arrow-up-right-from-square::before { content: "\f08e"; } .fa-external-link::before { content: "\f08e"; } .fa-cubes-stacked::before { content: "\e4e6"; } .fa-won-sign::before { content: "\f159"; } .fa-krw::before { content: "\f159"; } .fa-won::before { content: "\f159"; } .fa-virus-covid::before { content: "\e4a8"; } .fa-austral-sign::before { content: "\e0a9"; } .fa-f::before { content: "\46"; } .fa-leaf::before { content: "\f06c"; } .fa-road::before { content: "\f018"; } .fa-taxi::before { content: "\f1ba"; } .fa-cab::before { content: "\f1ba"; } .fa-person-circle-plus::before { content: "\e541"; } .fa-chart-pie::before { content: "\f200"; } .fa-pie-chart::before { content: "\f200"; } .fa-bolt-lightning::before { content: "\e0b7"; } .fa-sack-xmark::before { content: "\e56a"; } .fa-file-excel::before { content: "\f1c3"; } .fa-file-contract::before { content: "\f56c"; } .fa-fish-fins::before { content: "\e4f2"; } .fa-building-flag::before { content: "\e4d5"; } .fa-face-grin-beam::before { content: "\f582"; } .fa-grin-beam::before { content: "\f582"; } .fa-object-ungroup::before { content: "\f248"; } .fa-poop::before { content: "\f619"; } .fa-location-pin::before { content: "\f041"; } .fa-map-marker::before { content: "\f041"; } .fa-kaaba::before { content: "\f66b"; } .fa-toilet-paper::before { content: "\f71e"; } .fa-helmet-safety::before { content: "\f807"; } .fa-hard-hat::before { content: "\f807"; } .fa-hat-hard::before { content: "\f807"; } .fa-eject::before { content: "\f052"; } .fa-circle-right::before { content: "\f35a"; } .fa-arrow-alt-circle-right::before { content: "\f35a"; } .fa-plane-circle-check::before { content: "\e555"; } .fa-face-rolling-eyes::before { content: "\f5a5"; } .fa-meh-rolling-eyes::before { content: "\f5a5"; } .fa-object-group::before { content: "\f247"; } .fa-chart-line::before { content: "\f201"; } .fa-line-chart::before { content: "\f201"; } .fa-mask-ventilator::before { content: "\e524"; } .fa-arrow-right::before { content: "\f061"; } .fa-signs-post::before { content: "\f277"; } .fa-map-signs::before { content: "\f277"; } .fa-cash-register::before { content: "\f788"; } .fa-person-circle-question::before { content: "\e542"; } .fa-h::before { content: "\48"; } .fa-tarp::before { content: "\e57b"; } .fa-screwdriver-wrench::before { content: "\f7d9"; } .fa-tools::before { content: "\f7d9"; } .fa-arrows-to-eye::before { content: "\e4bf"; } .fa-plug-circle-bolt::before { content: "\e55b"; } .fa-heart::before { content: "\f004"; } .fa-mars-and-venus::before { content: "\f224"; } .fa-house-user::before { content: "\e1b0"; } .fa-home-user::before { content: "\e1b0"; } .fa-dumpster-fire::before { content: "\f794"; } .fa-house-crack::before { content: "\e3b1"; } .fa-martini-glass-citrus::before { content: "\f561"; } .fa-cocktail::before { content: "\f561"; } .fa-face-surprise::before { content: "\f5c2"; } .fa-surprise::before { content: "\f5c2"; } .fa-bottle-water::before { content: "\e4c5"; } .fa-circle-pause::before { content: "\f28b"; } .fa-pause-circle::before { content: "\f28b"; } .fa-toilet-paper-slash::before { content: "\e072"; } .fa-apple-whole::before { content: "\f5d1"; } .fa-apple-alt::before { content: "\f5d1"; } .fa-kitchen-set::before { content: "\e51a"; } .fa-r::before { content: "\52"; } .fa-temperature-quarter::before { content: "\f2ca"; } .fa-temperature-1::before { content: "\f2ca"; } .fa-thermometer-1::before { content: "\f2ca"; } .fa-thermometer-quarter::before { content: "\f2ca"; } .fa-cube::before { content: "\f1b2"; } .fa-bitcoin-sign::before { content: "\e0b4"; } .fa-shield-dog::before { content: "\e573"; } .fa-solar-panel::before { content: "\f5ba"; } .fa-lock-open::before { content: "\f3c1"; } .fa-elevator::before { content: "\e16d"; } .fa-money-bill-transfer::before { content: "\e528"; } .fa-money-bill-trend-up::before { content: "\e529"; } .fa-house-flood-water-circle-arrow-right::before { content: "\e50f"; } .fa-square-poll-horizontal::before { content: "\f682"; } .fa-poll-h::before { content: "\f682"; } .fa-circle::before { content: "\f111"; } .fa-backward-fast::before { content: "\f049"; } .fa-fast-backward::before { content: "\f049"; } .fa-recycle::before { content: "\f1b8"; } .fa-user-astronaut::before { content: "\f4fb"; } .fa-plane-slash::before { content: "\e069"; } .fa-trademark::before { content: "\f25c"; } .fa-basketball::before { content: "\f434"; } .fa-basketball-ball::before { content: "\f434"; } .fa-satellite-dish::before { content: "\f7c0"; } .fa-circle-up::before { content: "\f35b"; } .fa-arrow-alt-circle-up::before { content: "\f35b"; } .fa-mobile-screen-button::before { content: "\f3cd"; } .fa-mobile-alt::before { content: "\f3cd"; } .fa-volume-high::before { content: "\f028"; } .fa-volume-up::before { content: "\f028"; } .fa-users-rays::before { content: "\e593"; } .fa-wallet::before { content: "\f555"; } .fa-clipboard-check::before { content: "\f46c"; } .fa-file-audio::before { content: "\f1c7"; } .fa-burger::before { content: "\f805"; } .fa-hamburger::before { content: "\f805"; } .fa-wrench::before { content: "\f0ad"; } .fa-bugs::before { content: "\e4d0"; } .fa-rupee-sign::before { content: "\f156"; } .fa-rupee::before { content: "\f156"; } .fa-file-image::before { content: "\f1c5"; } .fa-circle-question::before { content: "\f059"; } .fa-question-circle::before { content: "\f059"; } .fa-plane-departure::before { content: "\f5b0"; } .fa-handshake-slash::before { content: "\e060"; } .fa-book-bookmark::before { content: "\e0bb"; } .fa-code-branch::before { content: "\f126"; } .fa-hat-cowboy::before { content: "\f8c0"; } .fa-bridge::before { content: "\e4c8"; } .fa-phone-flip::before { content: "\f879"; } .fa-phone-alt::before { content: "\f879"; } .fa-truck-front::before { content: "\e2b7"; } .fa-cat::before { content: "\f6be"; } .fa-anchor-circle-exclamation::before { content: "\e4ab"; } .fa-truck-field::before { content: "\e58d"; } .fa-route::before { content: "\f4d7"; } .fa-clipboard-question::before { content: "\e4e3"; } .fa-panorama::before { content: "\e209"; } .fa-comment-medical::before { content: "\f7f5"; } .fa-teeth-open::before { content: "\f62f"; } .fa-file-circle-minus::before { content: "\e4ed"; } .fa-tags::before { content: "\f02c"; } .fa-wine-glass::before { content: "\f4e3"; } .fa-forward-fast::before { content: "\f050"; } .fa-fast-forward::before { content: "\f050"; } .fa-face-meh-blank::before { content: "\f5a4"; } .fa-meh-blank::before { content: "\f5a4"; } .fa-square-parking::before { content: "\f540"; } .fa-parking::before { content: "\f540"; } .fa-house-signal::before { content: "\e012"; } .fa-bars-progress::before { content: "\f828"; } .fa-tasks-alt::before { content: "\f828"; } .fa-faucet-drip::before { content: "\e006"; } .fa-cart-flatbed::before { content: "\f474"; } .fa-dolly-flatbed::before { content: "\f474"; } .fa-ban-smoking::before { content: "\f54d"; } .fa-smoking-ban::before { content: "\f54d"; } .fa-terminal::before { content: "\f120"; } .fa-mobile-button::before { content: "\f10b"; } .fa-house-medical-flag::before { content: "\e514"; } .fa-basket-shopping::before { content: "\f291"; } .fa-shopping-basket::before { content: "\f291"; } .fa-tape::before { content: "\f4db"; } .fa-bus-simple::before { content: "\f55e"; } .fa-bus-alt::before { content: "\f55e"; } .fa-eye::before { content: "\f06e"; } .fa-face-sad-cry::before { content: "\f5b3"; } .fa-sad-cry::before { content: "\f5b3"; } .fa-audio-description::before { content: "\f29e"; } .fa-person-military-to-person::before { content: "\e54c"; } .fa-file-shield::before { content: "\e4f0"; } .fa-user-slash::before { content: "\f506"; } .fa-pen::before { content: "\f304"; } .fa-tower-observation::before { content: "\e586"; } .fa-file-code::before { content: "\f1c9"; } .fa-signal::before { content: "\f012"; } .fa-signal-5::before { content: "\f012"; } .fa-signal-perfect::before { content: "\f012"; } .fa-bus::before { content: "\f207"; } .fa-heart-circle-xmark::before { content: "\e501"; } .fa-house-chimney::before { content: "\e3af"; } .fa-home-lg::before { content: "\e3af"; } .fa-window-maximize::before { content: "\f2d0"; } .fa-face-frown::before { content: "\f119"; } .fa-frown::before { content: "\f119"; } .fa-prescription::before { content: "\f5b1"; } .fa-shop::before { content: "\f54f"; } .fa-store-alt::before { content: "\f54f"; } .fa-floppy-disk::before { content: "\f0c7"; } .fa-save::before { content: "\f0c7"; } .fa-vihara::before { content: "\f6a7"; } .fa-scale-unbalanced::before { content: "\f515"; } .fa-balance-scale-left::before { content: "\f515"; } .fa-sort-up::before { content: "\f0de"; } .fa-sort-asc::before { content: "\f0de"; } .fa-comment-dots::before { content: "\f4ad"; } .fa-commenting::before { content: "\f4ad"; } .fa-plant-wilt::before { content: "\e5aa"; } .fa-diamond::before { content: "\f219"; } .fa-face-grin-squint::before { content: "\f585"; } .fa-grin-squint::before { content: "\f585"; } .fa-hand-holding-dollar::before { content: "\f4c0"; } .fa-hand-holding-usd::before { content: "\f4c0"; } .fa-bacterium::before { content: "\e05a"; } .fa-hand-pointer::before { content: "\f25a"; } .fa-drum-steelpan::before { content: "\f56a"; } .fa-hand-scissors::before { content: "\f257"; } .fa-hands-praying::before { content: "\f684"; } .fa-praying-hands::before { content: "\f684"; } .fa-arrow-rotate-right::before { content: "\f01e"; } .fa-arrow-right-rotate::before { content: "\f01e"; } .fa-arrow-rotate-forward::before { content: "\f01e"; } .fa-redo::before { content: "\f01e"; } .fa-biohazard::before { content: "\f780"; } .fa-location-crosshairs::before { content: "\f601"; } .fa-location::before { content: "\f601"; } .fa-mars-double::before { content: "\f227"; } .fa-child-dress::before { content: "\e59c"; } .fa-users-between-lines::before { content: "\e591"; } .fa-lungs-virus::before { content: "\e067"; } .fa-face-grin-tears::before { content: "\f588"; } .fa-grin-tears::before { content: "\f588"; } .fa-phone::before { content: "\f095"; } .fa-calendar-xmark::before { content: "\f273"; } .fa-calendar-times::before { content: "\f273"; } .fa-child-reaching::before { content: "\e59d"; } .fa-head-side-virus::before { content: "\e064"; } .fa-user-gear::before { content: "\f4fe"; } .fa-user-cog::before { content: "\f4fe"; } .fa-arrow-up-1-9::before { content: "\f163"; } .fa-sort-numeric-up::before { content: "\f163"; } .fa-door-closed::before { content: "\f52a"; } .fa-shield-virus::before { content: "\e06c"; } .fa-dice-six::before { content: "\f526"; } .fa-mosquito-net::before { content: "\e52c"; } .fa-bridge-water::before { content: "\e4ce"; } .fa-person-booth::before { content: "\f756"; } .fa-text-width::before { content: "\f035"; } .fa-hat-wizard::before { content: "\f6e8"; } .fa-pen-fancy::before { content: "\f5ac"; } .fa-person-digging::before { content: "\f85e"; } .fa-digging::before { content: "\f85e"; } .fa-trash::before { content: "\f1f8"; } .fa-gauge-simple::before { content: "\f629"; } .fa-gauge-simple-med::before { content: "\f629"; } .fa-tachometer-average::before { content: "\f629"; } .fa-book-medical::before { content: "\f7e6"; } .fa-poo::before { content: "\f2fe"; } .fa-quote-right::before { content: "\f10e"; } .fa-quote-right-alt::before { content: "\f10e"; } .fa-shirt::before { content: "\f553"; } .fa-t-shirt::before { content: "\f553"; } .fa-tshirt::before { content: "\f553"; } .fa-cubes::before { content: "\f1b3"; } .fa-divide::before { content: "\f529"; } .fa-tenge-sign::before { content: "\f7d7"; } .fa-tenge::before { content: "\f7d7"; } .fa-headphones::before { content: "\f025"; } .fa-hands-holding::before { content: "\f4c2"; } .fa-hands-clapping::before { content: "\e1a8"; } .fa-republican::before { content: "\f75e"; } .fa-arrow-left::before { content: "\f060"; } .fa-person-circle-xmark::before { content: "\e543"; } .fa-ruler::before { content: "\f545"; } .fa-align-left::before { content: "\f036"; } .fa-dice-d6::before { content: "\f6d1"; } .fa-restroom::before { content: "\f7bd"; } .fa-j::before { content: "\4a"; } .fa-users-viewfinder::before { content: "\e595"; } .fa-file-video::before { content: "\f1c8"; } .fa-up-right-from-square::before { content: "\f35d"; } .fa-external-link-alt::before { content: "\f35d"; } .fa-table-cells::before { content: "\f00a"; } .fa-th::before { content: "\f00a"; } .fa-file-pdf::before { content: "\f1c1"; } .fa-book-bible::before { content: "\f647"; } .fa-bible::before { content: "\f647"; } .fa-o::before { content: "\4f"; } .fa-suitcase-medical::before { content: "\f0fa"; } .fa-medkit::before { content: "\f0fa"; } .fa-user-secret::before { content: "\f21b"; } .fa-otter::before { content: "\f700"; } .fa-person-dress::before { content: "\f182"; } .fa-female::before { content: "\f182"; } .fa-comment-dollar::before { content: "\f651"; } .fa-business-time::before { content: "\f64a"; } .fa-briefcase-clock::before { content: "\f64a"; } .fa-table-cells-large::before { content: "\f009"; } .fa-th-large::before { content: "\f009"; } .fa-book-tanakh::before { content: "\f827"; } .fa-tanakh::before { content: "\f827"; } .fa-phone-volume::before { content: "\f2a0"; } .fa-volume-control-phone::before { content: "\f2a0"; } .fa-hat-cowboy-side::before { content: "\f8c1"; } .fa-clipboard-user::before { content: "\f7f3"; } .fa-child::before { content: "\f1ae"; } .fa-lira-sign::before { content: "\f195"; } .fa-satellite::before { content: "\f7bf"; } .fa-plane-lock::before { content: "\e558"; } .fa-tag::before { content: "\f02b"; } .fa-comment::before { content: "\f075"; } .fa-cake-candles::before { content: "\f1fd"; } .fa-birthday-cake::before { content: "\f1fd"; } .fa-cake::before { content: "\f1fd"; } .fa-envelope::before { content: "\f0e0"; } .fa-angles-up::before { content: "\f102"; } .fa-angle-double-up::before { content: "\f102"; } .fa-paperclip::before { content: "\f0c6"; } .fa-arrow-right-to-city::before { content: "\e4b3"; } .fa-ribbon::before { content: "\f4d6"; } .fa-lungs::before { content: "\f604"; } .fa-arrow-up-9-1::before { content: "\f887"; } .fa-sort-numeric-up-alt::before { content: "\f887"; } .fa-litecoin-sign::before { content: "\e1d3"; } .fa-border-none::before { content: "\f850"; } .fa-circle-nodes::before { content: "\e4e2"; } .fa-parachute-box::before { content: "\f4cd"; } .fa-indent::before { content: "\f03c"; } .fa-truck-field-un::before { content: "\e58e"; } .fa-hourglass::before { content: "\f254"; } .fa-hourglass-empty::before { content: "\f254"; } .fa-mountain::before { content: "\f6fc"; } .fa-user-doctor::before { content: "\f0f0"; } .fa-user-md::before { content: "\f0f0"; } .fa-circle-info::before { content: "\f05a"; } .fa-info-circle::before { content: "\f05a"; } .fa-cloud-meatball::before { content: "\f73b"; } .fa-camera::before { content: "\f030"; } .fa-camera-alt::before { content: "\f030"; } .fa-square-virus::before { content: "\e578"; } .fa-meteor::before { content: "\f753"; } .fa-car-on::before { content: "\e4dd"; } .fa-sleigh::before { content: "\f7cc"; } .fa-arrow-down-1-9::before { content: "\f162"; } .fa-sort-numeric-asc::before { content: "\f162"; } .fa-sort-numeric-down::before { content: "\f162"; } .fa-hand-holding-droplet::before { content: "\f4c1"; } .fa-hand-holding-water::before { content: "\f4c1"; } .fa-water::before { content: "\f773"; } .fa-calendar-check::before { content: "\f274"; } .fa-braille::before { content: "\f2a1"; } .fa-prescription-bottle-medical::before { content: "\f486"; } .fa-prescription-bottle-alt::before { content: "\f486"; } .fa-landmark::before { content: "\f66f"; } .fa-truck::before { content: "\f0d1"; } .fa-crosshairs::before { content: "\f05b"; } .fa-person-cane::before { content: "\e53c"; } .fa-tent::before { content: "\e57d"; } .fa-vest-patches::before { content: "\e086"; } .fa-check-double::before { content: "\f560"; } .fa-arrow-down-a-z::before { content: "\f15d"; } .fa-sort-alpha-asc::before { content: "\f15d"; } .fa-sort-alpha-down::before { content: "\f15d"; } .fa-money-bill-wheat::before { content: "\e52a"; } .fa-cookie::before { content: "\f563"; } .fa-arrow-rotate-left::before { content: "\f0e2"; } .fa-arrow-left-rotate::before { content: "\f0e2"; } .fa-arrow-rotate-back::before { content: "\f0e2"; } .fa-arrow-rotate-backward::before { content: "\f0e2"; } .fa-undo::before { content: "\f0e2"; } .fa-hard-drive::before { content: "\f0a0"; } .fa-hdd::before { content: "\f0a0"; } .fa-face-grin-squint-tears::before { content: "\f586"; } .fa-grin-squint-tears::before { content: "\f586"; } .fa-dumbbell::before { content: "\f44b"; } .fa-rectangle-list::before { content: "\f022"; } .fa-list-alt::before { content: "\f022"; } .fa-tarp-droplet::before { content: "\e57c"; } .fa-house-medical-circle-check::before { content: "\e511"; } .fa-person-skiing-nordic::before { content: "\f7ca"; } .fa-skiing-nordic::before { content: "\f7ca"; } .fa-calendar-plus::before { content: "\f271"; } .fa-plane-arrival::before { content: "\f5af"; } .fa-circle-left::before { content: "\f359"; } .fa-arrow-alt-circle-left::before { content: "\f359"; } .fa-train-subway::before { content: "\f239"; } .fa-subway::before { content: "\f239"; } .fa-chart-gantt::before { content: "\e0e4"; } .fa-indian-rupee-sign::before { content: "\e1bc"; } .fa-indian-rupee::before { content: "\e1bc"; } .fa-inr::before { content: "\e1bc"; } .fa-crop-simple::before { content: "\f565"; } .fa-crop-alt::before { content: "\f565"; } .fa-money-bill-1::before { content: "\f3d1"; } .fa-money-bill-alt::before { content: "\f3d1"; } .fa-left-long::before { content: "\f30a"; } .fa-long-arrow-alt-left::before { content: "\f30a"; } .fa-dna::before { content: "\f471"; } .fa-virus-slash::before { content: "\e075"; } .fa-minus::before { content: "\f068"; } .fa-subtract::before { content: "\f068"; } .fa-chess::before { content: "\f439"; } .fa-arrow-left-long::before { content: "\f177"; } .fa-long-arrow-left::before { content: "\f177"; } .fa-plug-circle-check::before { content: "\e55c"; } .fa-street-view::before { content: "\f21d"; } .fa-franc-sign::before { content: "\e18f"; } .fa-volume-off::before { content: "\f026"; } .fa-hands-asl-interpreting::before { content: "\f2a3"; } .fa-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-asl-interpreting::before { content: "\f2a3"; } .fa-hands-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-gear::before { content: "\f013"; } .fa-cog::before { content: "\f013"; } .fa-droplet-slash::before { content: "\f5c7"; } .fa-tint-slash::before { content: "\f5c7"; } .fa-mosque::before { content: "\f678"; } .fa-mosquito::before { content: "\e52b"; } .fa-star-of-david::before { content: "\f69a"; } .fa-person-military-rifle::before { content: "\e54b"; } .fa-cart-shopping::before { content: "\f07a"; } .fa-shopping-cart::before { content: "\f07a"; } .fa-vials::before { content: "\f493"; } .fa-plug-circle-plus::before { content: "\e55f"; } .fa-place-of-worship::before { content: "\f67f"; } .fa-grip-vertical::before { content: "\f58e"; } .fa-arrow-turn-up::before { content: "\f148"; } .fa-level-up::before { content: "\f148"; } .fa-u::before { content: "\55"; } .fa-square-root-variable::before { content: "\f698"; } .fa-square-root-alt::before { content: "\f698"; } .fa-clock::before { content: "\f017"; } .fa-clock-four::before { content: "\f017"; } .fa-backward-step::before { content: "\f048"; } .fa-step-backward::before { content: "\f048"; } .fa-pallet::before { content: "\f482"; } .fa-faucet::before { content: "\e005"; } .fa-baseball-bat-ball::before { content: "\f432"; } .fa-s::before { content: "\53"; } .fa-timeline::before { content: "\e29c"; } .fa-keyboard::before { content: "\f11c"; } .fa-caret-down::before { content: "\f0d7"; } .fa-house-chimney-medical::before { content: "\f7f2"; } .fa-clinic-medical::before { content: "\f7f2"; } .fa-temperature-three-quarters::before { content: "\f2c8"; } .fa-temperature-3::before { content: "\f2c8"; } .fa-thermometer-3::before { content: "\f2c8"; } .fa-thermometer-three-quarters::before { content: "\f2c8"; } .fa-mobile-screen::before { content: "\f3cf"; } .fa-mobile-android-alt::before { content: "\f3cf"; } .fa-plane-up::before { content: "\e22d"; } .fa-piggy-bank::before { content: "\f4d3"; } .fa-battery-half::before { content: "\f242"; } .fa-battery-3::before { content: "\f242"; } .fa-mountain-city::before { content: "\e52e"; } .fa-coins::before { content: "\f51e"; } .fa-khanda::before { content: "\f66d"; } .fa-sliders::before { content: "\f1de"; } .fa-sliders-h::before { content: "\f1de"; } .fa-folder-tree::before { content: "\f802"; } .fa-network-wired::before { content: "\f6ff"; } .fa-map-pin::before { content: "\f276"; } .fa-hamsa::before { content: "\f665"; } .fa-cent-sign::before { content: "\e3f5"; } .fa-flask::before { content: "\f0c3"; } .fa-person-pregnant::before { content: "\e31e"; } .fa-wand-sparkles::before { content: "\f72b"; } .fa-ellipsis-vertical::before { content: "\f142"; } .fa-ellipsis-v::before { content: "\f142"; } .fa-ticket::before { content: "\f145"; } .fa-power-off::before { content: "\f011"; } .fa-right-long::before { content: "\f30b"; } .fa-long-arrow-alt-right::before { content: "\f30b"; } .fa-flag-usa::before { content: "\f74d"; } .fa-laptop-file::before { content: "\e51d"; } .fa-tty::before { content: "\f1e4"; } .fa-teletype::before { content: "\f1e4"; } .fa-diagram-next::before { content: "\e476"; } .fa-person-rifle::before { content: "\e54e"; } .fa-house-medical-circle-exclamation::before { content: "\e512"; } .fa-closed-captioning::before { content: "\f20a"; } .fa-person-hiking::before { content: "\f6ec"; } .fa-hiking::before { content: "\f6ec"; } .fa-venus-double::before { content: "\f226"; } .fa-images::before { content: "\f302"; } .fa-calculator::before { content: "\f1ec"; } .fa-people-pulling::before { content: "\e535"; } .fa-n::before { content: "\4e"; } .fa-cable-car::before { content: "\f7da"; } .fa-tram::before { content: "\f7da"; } .fa-cloud-rain::before { content: "\f73d"; } .fa-building-circle-xmark::before { content: "\e4d4"; } .fa-ship::before { content: "\f21a"; } .fa-arrows-down-to-line::before { content: "\e4b8"; } .fa-download::before { content: "\f019"; } .fa-face-grin::before { content: "\f580"; } .fa-grin::before { content: "\f580"; } .fa-delete-left::before { content: "\f55a"; } .fa-backspace::before { content: "\f55a"; } .fa-eye-dropper::before { content: "\f1fb"; } .fa-eye-dropper-empty::before { content: "\f1fb"; } .fa-eyedropper::before { content: "\f1fb"; } .fa-file-circle-check::before { content: "\e5a0"; } .fa-forward::before { content: "\f04e"; } .fa-mobile::before { content: "\f3ce"; } .fa-mobile-android::before { content: "\f3ce"; } .fa-mobile-phone::before { content: "\f3ce"; } .fa-face-meh::before { content: "\f11a"; } .fa-meh::before { content: "\f11a"; } .fa-align-center::before { content: "\f037"; } .fa-book-skull::before { content: "\f6b7"; } .fa-book-dead::before { content: "\f6b7"; } .fa-id-card::before { content: "\f2c2"; } .fa-drivers-license::before { content: "\f2c2"; } .fa-outdent::before { content: "\f03b"; } .fa-dedent::before { content: "\f03b"; } .fa-heart-circle-exclamation::before { content: "\e4fe"; } .fa-house::before { content: "\f015"; } .fa-home::before { content: "\f015"; } .fa-home-alt::before { content: "\f015"; } .fa-home-lg-alt::before { content: "\f015"; } .fa-calendar-week::before { content: "\f784"; } .fa-laptop-medical::before { content: "\f812"; } .fa-b::before { content: "\42"; } .fa-file-medical::before { content: "\f477"; } .fa-dice-one::before { content: "\f525"; } .fa-kiwi-bird::before { content: "\f535"; } .fa-arrow-right-arrow-left::before { content: "\f0ec"; } .fa-exchange::before { content: "\f0ec"; } .fa-rotate-right::before { content: "\f2f9"; } .fa-redo-alt::before { content: "\f2f9"; } .fa-rotate-forward::before { content: "\f2f9"; } .fa-utensils::before { content: "\f2e7"; } .fa-cutlery::before { content: "\f2e7"; } .fa-arrow-up-wide-short::before { content: "\f161"; } .fa-sort-amount-up::before { content: "\f161"; } .fa-mill-sign::before { content: "\e1ed"; } .fa-bowl-rice::before { content: "\e2eb"; } .fa-skull::before { content: "\f54c"; } .fa-tower-broadcast::before { content: "\f519"; } .fa-broadcast-tower::before { content: "\f519"; } .fa-truck-pickup::before { content: "\f63c"; } .fa-up-long::before { content: "\f30c"; } .fa-long-arrow-alt-up::before { content: "\f30c"; } .fa-stop::before { content: "\f04d"; } .fa-code-merge::before { content: "\f387"; } .fa-upload::before { content: "\f093"; } .fa-hurricane::before { content: "\f751"; } .fa-mound::before { content: "\e52d"; } .fa-toilet-portable::before { content: "\e583"; } .fa-compact-disc::before { content: "\f51f"; } .fa-file-arrow-down::before { content: "\f56d"; } .fa-file-download::before { content: "\f56d"; } .fa-caravan::before { content: "\f8ff"; } .fa-shield-cat::before { content: "\e572"; } .fa-bolt::before { content: "\f0e7"; } .fa-zap::before { content: "\f0e7"; } .fa-glass-water::before { content: "\e4f4"; } .fa-oil-well::before { content: "\e532"; } .fa-vault::before { content: "\e2c5"; } .fa-mars::before { content: "\f222"; } .fa-toilet::before { content: "\f7d8"; } .fa-plane-circle-xmark::before { content: "\e557"; } .fa-yen-sign::before { content: "\f157"; } .fa-cny::before { content: "\f157"; } .fa-jpy::before { content: "\f157"; } .fa-rmb::before { content: "\f157"; } .fa-yen::before { content: "\f157"; } .fa-ruble-sign::before { content: "\f158"; } .fa-rouble::before { content: "\f158"; } .fa-rub::before { content: "\f158"; } .fa-ruble::before { content: "\f158"; } .fa-sun::before { content: "\f185"; } .fa-guitar::before { content: "\f7a6"; } .fa-face-laugh-wink::before { content: "\f59c"; } .fa-laugh-wink::before { content: "\f59c"; } .fa-horse-head::before { content: "\f7ab"; } .fa-bore-hole::before { content: "\e4c3"; } .fa-industry::before { content: "\f275"; } .fa-circle-down::before { content: "\f358"; } .fa-arrow-alt-circle-down::before { content: "\f358"; } .fa-arrows-turn-to-dots::before { content: "\e4c1"; } .fa-florin-sign::before { content: "\e184"; } .fa-arrow-down-short-wide::before { content: "\f884"; } .fa-sort-amount-desc::before { content: "\f884"; } .fa-sort-amount-down-alt::before { content: "\f884"; } .fa-less-than::before { content: "\3c"; } .fa-angle-down::before { content: "\f107"; } .fa-car-tunnel::before { content: "\e4de"; } .fa-head-side-cough::before { content: "\e061"; } .fa-grip-lines::before { content: "\f7a4"; } .fa-thumbs-down::before { content: "\f165"; } .fa-user-lock::before { content: "\f502"; } .fa-arrow-right-long::before { content: "\f178"; } .fa-long-arrow-right::before { content: "\f178"; } .fa-anchor-circle-xmark::before { content: "\e4ac"; } .fa-ellipsis::before { content: "\f141"; } .fa-ellipsis-h::before { content: "\f141"; } .fa-chess-pawn::before { content: "\f443"; } .fa-kit-medical::before { content: "\f479"; } .fa-first-aid::before { content: "\f479"; } .fa-person-through-window::before { content: "\e5a9"; } .fa-toolbox::before { content: "\f552"; } .fa-hands-holding-circle::before { content: "\e4fb"; } .fa-bug::before { content: "\f188"; } .fa-credit-card::before { content: "\f09d"; } .fa-credit-card-alt::before { content: "\f09d"; } .fa-car::before { content: "\f1b9"; } .fa-automobile::before { content: "\f1b9"; } .fa-hand-holding-hand::before { content: "\e4f7"; } .fa-book-open-reader::before { content: "\f5da"; } .fa-book-reader::before { content: "\f5da"; } .fa-mountain-sun::before { content: "\e52f"; } .fa-arrows-left-right-to-line::before { content: "\e4ba"; } .fa-dice-d20::before { content: "\f6cf"; } .fa-truck-droplet::before { content: "\e58c"; } .fa-file-circle-xmark::before { content: "\e5a1"; } .fa-temperature-arrow-up::before { content: "\e040"; } .fa-temperature-up::before { content: "\e040"; } .fa-medal::before { content: "\f5a2"; } .fa-bed::before { content: "\f236"; } .fa-square-h::before { content: "\f0fd"; } .fa-h-square::before { content: "\f0fd"; } .fa-podcast::before { content: "\f2ce"; } .fa-temperature-full::before { content: "\f2c7"; } .fa-temperature-4::before { content: "\f2c7"; } .fa-thermometer-4::before { content: "\f2c7"; } .fa-thermometer-full::before { content: "\f2c7"; } .fa-bell::before { content: "\f0f3"; } .fa-superscript::before { content: "\f12b"; } .fa-plug-circle-xmark::before { content: "\e560"; } .fa-star-of-life::before { content: "\f621"; } .fa-phone-slash::before { content: "\f3dd"; } .fa-paint-roller::before { content: "\f5aa"; } .fa-handshake-angle::before { content: "\f4c4"; } .fa-hands-helping::before { content: "\f4c4"; } .fa-location-dot::before { content: "\f3c5"; } .fa-map-marker-alt::before { content: "\f3c5"; } .fa-file::before { content: "\f15b"; } .fa-greater-than::before { content: "\3e"; } .fa-person-swimming::before { content: "\f5c4"; } .fa-swimmer::before { content: "\f5c4"; } .fa-arrow-down::before { content: "\f063"; } .fa-droplet::before { content: "\f043"; } .fa-tint::before { content: "\f043"; } .fa-eraser::before { content: "\f12d"; } .fa-earth-americas::before { content: "\f57d"; } .fa-earth::before { content: "\f57d"; } .fa-earth-america::before { content: "\f57d"; } .fa-globe-americas::before { content: "\f57d"; } .fa-person-burst::before { content: "\e53b"; } .fa-dove::before { content: "\f4ba"; } .fa-battery-empty::before { content: "\f244"; } .fa-battery-0::before { content: "\f244"; } .fa-socks::before { content: "\f696"; } .fa-inbox::before { content: "\f01c"; } .fa-section::before { content: "\e447"; } .fa-gauge-high::before { content: "\f625"; } .fa-tachometer-alt::before { content: "\f625"; } .fa-tachometer-alt-fast::before { content: "\f625"; } .fa-envelope-open-text::before { content: "\f658"; } .fa-hospital::before { content: "\f0f8"; } .fa-hospital-alt::before { content: "\f0f8"; } .fa-hospital-wide::before { content: "\f0f8"; } .fa-wine-bottle::before { content: "\f72f"; } .fa-chess-rook::before { content: "\f447"; } .fa-bars-staggered::before { content: "\f550"; } .fa-reorder::before { content: "\f550"; } .fa-stream::before { content: "\f550"; } .fa-dharmachakra::before { content: "\f655"; } .fa-hotdog::before { content: "\f80f"; } .fa-person-walking-with-cane::before { content: "\f29d"; } .fa-blind::before { content: "\f29d"; } .fa-drum::before { content: "\f569"; } .fa-ice-cream::before { content: "\f810"; } .fa-heart-circle-bolt::before { content: "\e4fc"; } .fa-fax::before { content: "\f1ac"; } .fa-paragraph::before { content: "\f1dd"; } .fa-check-to-slot::before { content: "\f772"; } .fa-vote-yea::before { content: "\f772"; } .fa-star-half::before { content: "\f089"; } .fa-boxes-stacked::before { content: "\f468"; } .fa-boxes::before { content: "\f468"; } .fa-boxes-alt::before { content: "\f468"; } .fa-link::before { content: "\f0c1"; } .fa-chain::before { content: "\f0c1"; } .fa-ear-listen::before { content: "\f2a2"; } .fa-assistive-listening-systems::before { content: "\f2a2"; } .fa-tree-city::before { content: "\e587"; } .fa-play::before { content: "\f04b"; } .fa-font::before { content: "\f031"; } .fa-table-cells-row-lock::before { content: "\e67a"; } .fa-rupiah-sign::before { content: "\e23d"; } .fa-magnifying-glass::before { content: "\f002"; } .fa-search::before { content: "\f002"; } .fa-table-tennis-paddle-ball::before { content: "\f45d"; } .fa-ping-pong-paddle-ball::before { content: "\f45d"; } .fa-table-tennis::before { content: "\f45d"; } .fa-person-dots-from-line::before { content: "\f470"; } .fa-diagnoses::before { content: "\f470"; } .fa-trash-can-arrow-up::before { content: "\f82a"; } .fa-trash-restore-alt::before { content: "\f82a"; } .fa-naira-sign::before { content: "\e1f6"; } .fa-cart-arrow-down::before { content: "\f218"; } .fa-walkie-talkie::before { content: "\f8ef"; } .fa-file-pen::before { content: "\f31c"; } .fa-file-edit::before { content: "\f31c"; } .fa-receipt::before { content: "\f543"; } .fa-square-pen::before { content: "\f14b"; } .fa-pen-square::before { content: "\f14b"; } .fa-pencil-square::before { content: "\f14b"; } .fa-suitcase-rolling::before { content: "\f5c1"; } .fa-person-circle-exclamation::before { content: "\e53f"; } .fa-chevron-down::before { content: "\f078"; } .fa-battery-full::before { content: "\f240"; } .fa-battery::before { content: "\f240"; } .fa-battery-5::before { content: "\f240"; } .fa-skull-crossbones::before { content: "\f714"; } .fa-code-compare::before { content: "\e13a"; } .fa-list-ul::before { content: "\f0ca"; } .fa-list-dots::before { content: "\f0ca"; } .fa-school-lock::before { content: "\e56f"; } .fa-tower-cell::before { content: "\e585"; } .fa-down-long::before { content: "\f309"; } .fa-long-arrow-alt-down::before { content: "\f309"; } .fa-ranking-star::before { content: "\e561"; } .fa-chess-king::before { content: "\f43f"; } .fa-person-harassing::before { content: "\e549"; } .fa-brazilian-real-sign::before { content: "\e46c"; } .fa-landmark-dome::before { content: "\f752"; } .fa-landmark-alt::before { content: "\f752"; } .fa-arrow-up::before { content: "\f062"; } .fa-tv::before { content: "\f26c"; } .fa-television::before { content: "\f26c"; } .fa-tv-alt::before { content: "\f26c"; } .fa-shrimp::before { content: "\e448"; } .fa-list-check::before { content: "\f0ae"; } .fa-tasks::before { content: "\f0ae"; } .fa-jug-detergent::before { content: "\e519"; } .fa-circle-user::before { content: "\f2bd"; } .fa-user-circle::before { content: "\f2bd"; } .fa-user-shield::before { content: "\f505"; } .fa-wind::before { content: "\f72e"; } .fa-car-burst::before { content: "\f5e1"; } .fa-car-crash::before { content: "\f5e1"; } .fa-y::before { content: "\59"; } .fa-person-snowboarding::before { content: "\f7ce"; } .fa-snowboarding::before { content: "\f7ce"; } .fa-truck-fast::before { content: "\f48b"; } .fa-shipping-fast::before { content: "\f48b"; } .fa-fish::before { content: "\f578"; } .fa-user-graduate::before { content: "\f501"; } .fa-circle-half-stroke::before { content: "\f042"; } .fa-adjust::before { content: "\f042"; } .fa-clapperboard::before { content: "\e131"; } .fa-circle-radiation::before { content: "\f7ba"; } .fa-radiation-alt::before { content: "\f7ba"; } .fa-baseball::before { content: "\f433"; } .fa-baseball-ball::before { content: "\f433"; } .fa-jet-fighter-up::before { content: "\e518"; } .fa-diagram-project::before { content: "\f542"; } .fa-project-diagram::before { content: "\f542"; } .fa-copy::before { content: "\f0c5"; } .fa-volume-xmark::before { content: "\f6a9"; } .fa-volume-mute::before { content: "\f6a9"; } .fa-volume-times::before { content: "\f6a9"; } .fa-hand-sparkles::before { content: "\e05d"; } .fa-grip::before { content: "\f58d"; } .fa-grip-horizontal::before { content: "\f58d"; } .fa-share-from-square::before { content: "\f14d"; } .fa-share-square::before { content: "\f14d"; } .fa-child-combatant::before { content: "\e4e0"; } .fa-child-rifle::before { content: "\e4e0"; } .fa-gun::before { content: "\e19b"; } .fa-square-phone::before { content: "\f098"; } .fa-phone-square::before { content: "\f098"; } .fa-plus::before { content: "\2b"; } .fa-add::before { content: "\2b"; } .fa-expand::before { content: "\f065"; } .fa-computer::before { content: "\e4e5"; } .fa-xmark::before { content: "\f00d"; } .fa-close::before { content: "\f00d"; } .fa-multiply::before { content: "\f00d"; } .fa-remove::before { content: "\f00d"; } .fa-times::before { content: "\f00d"; } .fa-arrows-up-down-left-right::before { content: "\f047"; } .fa-arrows::before { content: "\f047"; } .fa-chalkboard-user::before { content: "\f51c"; } .fa-chalkboard-teacher::before { content: "\f51c"; } .fa-peso-sign::before { content: "\e222"; } .fa-building-shield::before { content: "\e4d8"; } .fa-baby::before { content: "\f77c"; } .fa-users-line::before { content: "\e592"; } .fa-quote-left::before { content: "\f10d"; } .fa-quote-left-alt::before { content: "\f10d"; } .fa-tractor::before { content: "\f722"; } .fa-trash-arrow-up::before { content: "\f829"; } .fa-trash-restore::before { content: "\f829"; } .fa-arrow-down-up-lock::before { content: "\e4b0"; } .fa-lines-leaning::before { content: "\e51e"; } .fa-ruler-combined::before { content: "\f546"; } .fa-copyright::before { content: "\f1f9"; } .fa-equals::before { content: "\3d"; } .fa-blender::before { content: "\f517"; } .fa-teeth::before { content: "\f62e"; } .fa-shekel-sign::before { content: "\f20b"; } .fa-ils::before { content: "\f20b"; } .fa-shekel::before { content: "\f20b"; } .fa-sheqel::before { content: "\f20b"; } .fa-sheqel-sign::before { content: "\f20b"; } .fa-map::before { content: "\f279"; } .fa-rocket::before { content: "\f135"; } .fa-photo-film::before { content: "\f87c"; } .fa-photo-video::before { content: "\f87c"; } .fa-folder-minus::before { content: "\f65d"; } .fa-store::before { content: "\f54e"; } .fa-arrow-trend-up::before { content: "\e098"; } .fa-plug-circle-minus::before { content: "\e55e"; } .fa-sign-hanging::before { content: "\f4d9"; } .fa-sign::before { content: "\f4d9"; } .fa-bezier-curve::before { content: "\f55b"; } .fa-bell-slash::before { content: "\f1f6"; } .fa-tablet::before { content: "\f3fb"; } .fa-tablet-android::before { content: "\f3fb"; } .fa-school-flag::before { content: "\e56e"; } .fa-fill::before { content: "\f575"; } .fa-angle-up::before { content: "\f106"; } .fa-drumstick-bite::before { content: "\f6d7"; } .fa-holly-berry::before { content: "\f7aa"; } .fa-chevron-left::before { content: "\f053"; } .fa-bacteria::before { content: "\e059"; } .fa-hand-lizard::before { content: "\f258"; } .fa-notdef::before { content: "\e1fe"; } .fa-disease::before { content: "\f7fa"; } .fa-briefcase-medical::before { content: "\f469"; } .fa-genderless::before { content: "\f22d"; } .fa-chevron-right::before { content: "\f054"; } .fa-retweet::before { content: "\f079"; } .fa-car-rear::before { content: "\f5de"; } .fa-car-alt::before { content: "\f5de"; } .fa-pump-soap::before { content: "\e06b"; } .fa-video-slash::before { content: "\f4e2"; } .fa-battery-quarter::before { content: "\f243"; } .fa-battery-2::before { content: "\f243"; } .fa-radio::before { content: "\f8d7"; } .fa-baby-carriage::before { content: "\f77d"; } .fa-carriage-baby::before { content: "\f77d"; } .fa-traffic-light::before { content: "\f637"; } .fa-thermometer::before { content: "\f491"; } .fa-vr-cardboard::before { content: "\f729"; } .fa-hand-middle-finger::before { content: "\f806"; } .fa-percent::before { content: "\25"; } .fa-percentage::before { content: "\25"; } .fa-truck-moving::before { content: "\f4df"; } .fa-glass-water-droplet::before { content: "\e4f5"; } .fa-display::before { content: "\e163"; } .fa-face-smile::before { content: "\f118"; } .fa-smile::before { content: "\f118"; } .fa-thumbtack::before { content: "\f08d"; } .fa-thumb-tack::before { content: "\f08d"; } .fa-trophy::before { content: "\f091"; } .fa-person-praying::before { content: "\f683"; } .fa-pray::before { content: "\f683"; } .fa-hammer::before { content: "\f6e3"; } .fa-hand-peace::before { content: "\f25b"; } .fa-rotate::before { content: "\f2f1"; } .fa-sync-alt::before { content: "\f2f1"; } .fa-spinner::before { content: "\f110"; } .fa-robot::before { content: "\f544"; } .fa-peace::before { content: "\f67c"; } .fa-gears::before { content: "\f085"; } .fa-cogs::before { content: "\f085"; } .fa-warehouse::before { content: "\f494"; } .fa-arrow-up-right-dots::before { content: "\e4b7"; } .fa-splotch::before { content: "\f5bc"; } .fa-face-grin-hearts::before { content: "\f584"; } .fa-grin-hearts::before { content: "\f584"; } .fa-dice-four::before { content: "\f524"; } .fa-sim-card::before { content: "\f7c4"; } .fa-transgender::before { content: "\f225"; } .fa-transgender-alt::before { content: "\f225"; } .fa-mercury::before { content: "\f223"; } .fa-arrow-turn-down::before { content: "\f149"; } .fa-level-down::before { content: "\f149"; } .fa-person-falling-burst::before { content: "\e547"; } .fa-award::before { content: "\f559"; } .fa-ticket-simple::before { content: "\f3ff"; } .fa-ticket-alt::before { content: "\f3ff"; } .fa-building::before { content: "\f1ad"; } .fa-angles-left::before { content: "\f100"; } .fa-angle-double-left::before { content: "\f100"; } .fa-qrcode::before { content: "\f029"; } .fa-clock-rotate-left::before { content: "\f1da"; } .fa-history::before { content: "\f1da"; } .fa-face-grin-beam-sweat::before { content: "\f583"; } .fa-grin-beam-sweat::before { content: "\f583"; } .fa-file-export::before { content: "\f56e"; } .fa-arrow-right-from-file::before { content: "\f56e"; } .fa-shield::before { content: "\f132"; } .fa-shield-blank::before { content: "\f132"; } .fa-arrow-up-short-wide::before { content: "\f885"; } .fa-sort-amount-up-alt::before { content: "\f885"; } .fa-house-medical::before { content: "\e3b2"; } .fa-golf-ball-tee::before { content: "\f450"; } .fa-golf-ball::before { content: "\f450"; } .fa-circle-chevron-left::before { content: "\f137"; } .fa-chevron-circle-left::before { content: "\f137"; } .fa-house-chimney-window::before { content: "\e00d"; } .fa-pen-nib::before { content: "\f5ad"; } .fa-tent-arrow-turn-left::before { content: "\e580"; } .fa-tents::before { content: "\e582"; } .fa-wand-magic::before { content: "\f0d0"; } .fa-magic::before { content: "\f0d0"; } .fa-dog::before { content: "\f6d3"; } .fa-carrot::before { content: "\f787"; } .fa-moon::before { content: "\f186"; } .fa-wine-glass-empty::before { content: "\f5ce"; } .fa-wine-glass-alt::before { content: "\f5ce"; } .fa-cheese::before { content: "\f7ef"; } .fa-yin-yang::before { content: "\f6ad"; } .fa-music::before { content: "\f001"; } .fa-code-commit::before { content: "\f386"; } .fa-temperature-low::before { content: "\f76b"; } .fa-person-biking::before { content: "\f84a"; } .fa-biking::before { content: "\f84a"; } .fa-broom::before { content: "\f51a"; } .fa-shield-heart::before { content: "\e574"; } .fa-gopuram::before { content: "\f664"; } .fa-earth-oceania::before { content: "\e47b"; } .fa-globe-oceania::before { content: "\e47b"; } .fa-square-xmark::before { content: "\f2d3"; } .fa-times-square::before { content: "\f2d3"; } .fa-xmark-square::before { content: "\f2d3"; } .fa-hashtag::before { content: "\23"; } .fa-up-right-and-down-left-from-center::before { content: "\f424"; } .fa-expand-alt::before { content: "\f424"; } .fa-oil-can::before { content: "\f613"; } .fa-t::before { content: "\54"; } .fa-hippo::before { content: "\f6ed"; } .fa-chart-column::before { content: "\e0e3"; } .fa-infinity::before { content: "\f534"; } .fa-vial-circle-check::before { content: "\e596"; } .fa-person-arrow-down-to-line::before { content: "\e538"; } .fa-voicemail::before { content: "\f897"; } .fa-fan::before { content: "\f863"; } .fa-person-walking-luggage::before { content: "\e554"; } .fa-up-down::before { content: "\f338"; } .fa-arrows-alt-v::before { content: "\f338"; } .fa-cloud-moon-rain::before { content: "\f73c"; } .fa-calendar::before { content: "\f133"; } .fa-trailer::before { content: "\e041"; } .fa-bahai::before { content: "\f666"; } .fa-haykal::before { content: "\f666"; } .fa-sd-card::before { content: "\f7c2"; } .fa-dragon::before { content: "\f6d5"; } .fa-shoe-prints::before { content: "\f54b"; } .fa-circle-plus::before { content: "\f055"; } .fa-plus-circle::before { content: "\f055"; } .fa-face-grin-tongue-wink::before { content: "\f58b"; } .fa-grin-tongue-wink::before { content: "\f58b"; } .fa-hand-holding::before { content: "\f4bd"; } .fa-plug-circle-exclamation::before { content: "\e55d"; } .fa-link-slash::before { content: "\f127"; } .fa-chain-broken::before { content: "\f127"; } .fa-chain-slash::before { content: "\f127"; } .fa-unlink::before { content: "\f127"; } .fa-clone::before { content: "\f24d"; } .fa-person-walking-arrow-loop-left::before { content: "\e551"; } .fa-arrow-up-z-a::before { content: "\f882"; } .fa-sort-alpha-up-alt::before { content: "\f882"; } .fa-fire-flame-curved::before { content: "\f7e4"; } .fa-fire-alt::before { content: "\f7e4"; } .fa-tornado::before { content: "\f76f"; } .fa-file-circle-plus::before { content: "\e494"; } .fa-book-quran::before { content: "\f687"; } .fa-quran::before { content: "\f687"; } .fa-anchor::before { content: "\f13d"; } .fa-border-all::before { content: "\f84c"; } .fa-face-angry::before { content: "\f556"; } .fa-angry::before { content: "\f556"; } .fa-cookie-bite::before { content: "\f564"; } .fa-arrow-trend-down::before { content: "\e097"; } .fa-rss::before { content: "\f09e"; } .fa-feed::before { content: "\f09e"; } .fa-draw-polygon::before { content: "\f5ee"; } .fa-scale-balanced::before { content: "\f24e"; } .fa-balance-scale::before { content: "\f24e"; } .fa-gauge-simple-high::before { content: "\f62a"; } .fa-tachometer::before { content: "\f62a"; } .fa-tachometer-fast::before { content: "\f62a"; } .fa-shower::before { content: "\f2cc"; } .fa-desktop::before { content: "\f390"; } .fa-desktop-alt::before { content: "\f390"; } .fa-m::before { content: "\4d"; } .fa-table-list::before { content: "\f00b"; } .fa-th-list::before { content: "\f00b"; } .fa-comment-sms::before { content: "\f7cd"; } .fa-sms::before { content: "\f7cd"; } .fa-book::before { content: "\f02d"; } .fa-user-plus::before { content: "\f234"; } .fa-check::before { content: "\f00c"; } .fa-battery-three-quarters::before { content: "\f241"; } .fa-battery-4::before { content: "\f241"; } .fa-house-circle-check::before { content: "\e509"; } .fa-angle-left::before { content: "\f104"; } .fa-diagram-successor::before { content: "\e47a"; } .fa-truck-arrow-right::before { content: "\e58b"; } .fa-arrows-split-up-and-left::before { content: "\e4bc"; } .fa-hand-fist::before { content: "\f6de"; } .fa-fist-raised::before { content: "\f6de"; } .fa-cloud-moon::before { content: "\f6c3"; } .fa-briefcase::before { content: "\f0b1"; } .fa-person-falling::before { content: "\e546"; } .fa-image-portrait::before { content: "\f3e0"; } .fa-portrait::before { content: "\f3e0"; } .fa-user-tag::before { content: "\f507"; } .fa-rug::before { content: "\e569"; } .fa-earth-europe::before { content: "\f7a2"; } .fa-globe-europe::before { content: "\f7a2"; } .fa-cart-flatbed-suitcase::before { content: "\f59d"; } .fa-luggage-cart::before { content: "\f59d"; } .fa-rectangle-xmark::before { content: "\f410"; } .fa-rectangle-times::before { content: "\f410"; } .fa-times-rectangle::before { content: "\f410"; } .fa-window-close::before { content: "\f410"; } .fa-baht-sign::before { content: "\e0ac"; } .fa-book-open::before { content: "\f518"; } .fa-book-journal-whills::before { content: "\f66a"; } .fa-journal-whills::before { content: "\f66a"; } .fa-handcuffs::before { content: "\e4f8"; } .fa-triangle-exclamation::before { content: "\f071"; } .fa-exclamation-triangle::before { content: "\f071"; } .fa-warning::before { content: "\f071"; } .fa-database::before { content: "\f1c0"; } .fa-share::before { content: "\f064"; } .fa-mail-forward::before { content: "\f064"; } .fa-bottle-droplet::before { content: "\e4c4"; } .fa-mask-face::before { content: "\e1d7"; } .fa-hill-rockslide::before { content: "\e508"; } .fa-right-left::before { content: "\f362"; } .fa-exchange-alt::before { content: "\f362"; } .fa-paper-plane::before { content: "\f1d8"; } .fa-road-circle-exclamation::before { content: "\e565"; } .fa-dungeon::before { content: "\f6d9"; } .fa-align-right::before { content: "\f038"; } .fa-money-bill-1-wave::before { content: "\f53b"; } .fa-money-bill-wave-alt::before { content: "\f53b"; } .fa-life-ring::before { content: "\f1cd"; } .fa-hands::before { content: "\f2a7"; } .fa-sign-language::before { content: "\f2a7"; } .fa-signing::before { content: "\f2a7"; } .fa-calendar-day::before { content: "\f783"; } .fa-water-ladder::before { content: "\f5c5"; } .fa-ladder-water::before { content: "\f5c5"; } .fa-swimming-pool::before { content: "\f5c5"; } .fa-arrows-up-down::before { content: "\f07d"; } .fa-arrows-v::before { content: "\f07d"; } .fa-face-grimace::before { content: "\f57f"; } .fa-grimace::before { content: "\f57f"; } .fa-wheelchair-move::before { content: "\e2ce"; } .fa-wheelchair-alt::before { content: "\e2ce"; } .fa-turn-down::before { content: "\f3be"; } .fa-level-down-alt::before { content: "\f3be"; } .fa-person-walking-arrow-right::before { content: "\e552"; } .fa-square-envelope::before { content: "\f199"; } .fa-envelope-square::before { content: "\f199"; } .fa-dice::before { content: "\f522"; } .fa-bowling-ball::before { content: "\f436"; } .fa-brain::before { content: "\f5dc"; } .fa-bandage::before { content: "\f462"; } .fa-band-aid::before { content: "\f462"; } .fa-calendar-minus::before { content: "\f272"; } .fa-circle-xmark::before { content: "\f057"; } .fa-times-circle::before { content: "\f057"; } .fa-xmark-circle::before { content: "\f057"; } .fa-gifts::before { content: "\f79c"; } .fa-hotel::before { content: "\f594"; } .fa-earth-asia::before { content: "\f57e"; } .fa-globe-asia::before { content: "\f57e"; } .fa-id-card-clip::before { content: "\f47f"; } .fa-id-card-alt::before { content: "\f47f"; } .fa-magnifying-glass-plus::before { content: "\f00e"; } .fa-search-plus::before { content: "\f00e"; } .fa-thumbs-up::before { content: "\f164"; } .fa-user-clock::before { content: "\f4fd"; } .fa-hand-dots::before { content: "\f461"; } .fa-allergies::before { content: "\f461"; } .fa-file-invoice::before { content: "\f570"; } .fa-window-minimize::before { content: "\f2d1"; } .fa-mug-saucer::before { content: "\f0f4"; } .fa-coffee::before { content: "\f0f4"; } .fa-brush::before { content: "\f55d"; } .fa-mask::before { content: "\f6fa"; } .fa-magnifying-glass-minus::before { content: "\f010"; } .fa-search-minus::before { content: "\f010"; } .fa-ruler-vertical::before { content: "\f548"; } .fa-user-large::before { content: "\f406"; } .fa-user-alt::before { content: "\f406"; } .fa-train-tram::before { content: "\e5b4"; } .fa-user-nurse::before { content: "\f82f"; } .fa-syringe::before { content: "\f48e"; } .fa-cloud-sun::before { content: "\f6c4"; } .fa-stopwatch-20::before { content: "\e06f"; } .fa-square-full::before { content: "\f45c"; } .fa-magnet::before { content: "\f076"; } .fa-jar::before { content: "\e516"; } .fa-note-sticky::before { content: "\f249"; } .fa-sticky-note::before { content: "\f249"; } .fa-bug-slash::before { content: "\e490"; } .fa-arrow-up-from-water-pump::before { content: "\e4b6"; } .fa-bone::before { content: "\f5d7"; } .fa-user-injured::before { content: "\f728"; } .fa-face-sad-tear::before { content: "\f5b4"; } .fa-sad-tear::before { content: "\f5b4"; } .fa-plane::before { content: "\f072"; } .fa-tent-arrows-down::before { content: "\e581"; } .fa-exclamation::before { content: "\21"; } .fa-arrows-spin::before { content: "\e4bb"; } .fa-print::before { content: "\f02f"; } .fa-turkish-lira-sign::before { content: "\e2bb"; } .fa-try::before { content: "\e2bb"; } .fa-turkish-lira::before { content: "\e2bb"; } .fa-dollar-sign::before { content: "\24"; } .fa-dollar::before { content: "\24"; } .fa-usd::before { content: "\24"; } .fa-x::before { content: "\58"; } .fa-magnifying-glass-dollar::before { content: "\f688"; } .fa-search-dollar::before { content: "\f688"; } .fa-users-gear::before { content: "\f509"; } .fa-users-cog::before { content: "\f509"; } .fa-person-military-pointing::before { content: "\e54a"; } .fa-building-columns::before { content: "\f19c"; } .fa-bank::before { content: "\f19c"; } .fa-institution::before { content: "\f19c"; } .fa-museum::before { content: "\f19c"; } .fa-university::before { content: "\f19c"; } .fa-umbrella::before { content: "\f0e9"; } .fa-trowel::before { content: "\e589"; } .fa-d::before { content: "\44"; } .fa-stapler::before { content: "\e5af"; } .fa-masks-theater::before { content: "\f630"; } .fa-theater-masks::before { content: "\f630"; } .fa-kip-sign::before { content: "\e1c4"; } .fa-hand-point-left::before { content: "\f0a5"; } .fa-handshake-simple::before { content: "\f4c6"; } .fa-handshake-alt::before { content: "\f4c6"; } .fa-jet-fighter::before { content: "\f0fb"; } .fa-fighter-jet::before { content: "\f0fb"; } .fa-square-share-nodes::before { content: "\f1e1"; } .fa-share-alt-square::before { content: "\f1e1"; } .fa-barcode::before { content: "\f02a"; } .fa-plus-minus::before { content: "\e43c"; } .fa-video::before { content: "\f03d"; } .fa-video-camera::before { content: "\f03d"; } .fa-graduation-cap::before { content: "\f19d"; } .fa-mortar-board::before { content: "\f19d"; } .fa-hand-holding-medical::before { content: "\e05c"; } .fa-person-circle-check::before { content: "\e53e"; } .fa-turn-up::before { content: "\f3bf"; } .fa-level-up-alt::before { content: "\f3bf"; } .sr-only, .fa-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } :root, :host { --fa-style-family-brands: 'Font Awesome 6 Brands'; --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } @font-face { font-family: 'Font Awesome 6 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } .fab, .fa-brands { font-weight: 400; } .fa-monero:before { content: "\f3d0"; } .fa-hooli:before { content: "\f427"; } .fa-yelp:before { content: "\f1e9"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-lastfm:before { content: "\f202"; } .fa-shopware:before { content: "\f5b5"; } .fa-creative-commons-nc:before { content: "\f4e8"; } .fa-aws:before { content: "\f375"; } .fa-redhat:before { content: "\f7bc"; } .fa-yoast:before { content: "\f2b1"; } .fa-cloudflare:before { content: "\e07d"; } .fa-ups:before { content: "\f7e0"; } .fa-pixiv:before { content: "\e640"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-dyalog:before { content: "\f399"; } .fa-bity:before { content: "\f37a"; } .fa-stackpath:before { content: "\f842"; } .fa-buysellads:before { content: "\f20d"; } .fa-first-order:before { content: "\f2b0"; } .fa-modx:before { content: "\f285"; } .fa-guilded:before { content: "\e07e"; } .fa-vnv:before { content: "\f40b"; } .fa-square-js:before { content: "\f3b9"; } .fa-js-square:before { content: "\f3b9"; } .fa-microsoft:before { content: "\f3ca"; } .fa-qq:before { content: "\f1d6"; } .fa-orcid:before { content: "\f8d2"; } .fa-java:before { content: "\f4e4"; } .fa-invision:before { content: "\f7b0"; } .fa-creative-commons-pd-alt:before { content: "\f4ed"; } .fa-centercode:before { content: "\f380"; } .fa-glide-g:before { content: "\f2a6"; } .fa-drupal:before { content: "\f1a9"; } .fa-jxl:before { content: "\e67b"; } .fa-hire-a-helper:before { content: "\f3b0"; } .fa-creative-commons-by:before { content: "\f4e7"; } .fa-unity:before { content: "\e049"; } .fa-whmcs:before { content: "\f40d"; } .fa-rocketchat:before { content: "\f3e8"; } .fa-vk:before { content: "\f189"; } .fa-untappd:before { content: "\f405"; } .fa-mailchimp:before { content: "\f59e"; } .fa-css3-alt:before { content: "\f38b"; } .fa-square-reddit:before { content: "\f1a2"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-vimeo-v:before { content: "\f27d"; } .fa-contao:before { content: "\f26d"; } .fa-square-font-awesome:before { content: "\e5ad"; } .fa-deskpro:before { content: "\f38f"; } .fa-brave:before { content: "\e63c"; } .fa-sistrix:before { content: "\f3ee"; } .fa-square-instagram:before { content: "\e055"; } .fa-instagram-square:before { content: "\e055"; } .fa-battle-net:before { content: "\f835"; } .fa-the-red-yeti:before { content: "\f69d"; } .fa-square-hacker-news:before { content: "\f3af"; } .fa-hacker-news-square:before { content: "\f3af"; } .fa-edge:before { content: "\f282"; } .fa-threads:before { content: "\e618"; } .fa-napster:before { content: "\f3d2"; } .fa-square-snapchat:before { content: "\f2ad"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-google-plus-g:before { content: "\f0d5"; } .fa-artstation:before { content: "\f77a"; } .fa-markdown:before { content: "\f60f"; } .fa-sourcetree:before { content: "\f7d3"; } .fa-google-plus:before { content: "\f2b3"; } .fa-diaspora:before { content: "\f791"; } .fa-foursquare:before { content: "\f180"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-github-alt:before { content: "\f113"; } .fa-phoenix-squadron:before { content: "\f511"; } .fa-pagelines:before { content: "\f18c"; } .fa-algolia:before { content: "\f36c"; } .fa-red-river:before { content: "\f3e3"; } .fa-creative-commons-sa:before { content: "\f4ef"; } .fa-safari:before { content: "\f267"; } .fa-google:before { content: "\f1a0"; } .fa-square-font-awesome-stroke:before { content: "\f35c"; } .fa-font-awesome-alt:before { content: "\f35c"; } .fa-atlassian:before { content: "\f77b"; } .fa-linkedin-in:before { content: "\f0e1"; } .fa-digital-ocean:before { content: "\f391"; } .fa-nimblr:before { content: "\f5a8"; } .fa-chromecast:before { content: "\f838"; } .fa-evernote:before { content: "\f839"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-creative-commons-sampling:before { content: "\f4f0"; } .fa-adversal:before { content: "\f36a"; } .fa-creative-commons:before { content: "\f25e"; } .fa-watchman-monitoring:before { content: "\e087"; } .fa-fonticons:before { content: "\f280"; } .fa-weixin:before { content: "\f1d7"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-codepen:before { content: "\f1cb"; } .fa-git-alt:before { content: "\f841"; } .fa-lyft:before { content: "\f3c3"; } .fa-rev:before { content: "\f5b2"; } .fa-windows:before { content: "\f17a"; } .fa-wizards-of-the-coast:before { content: "\f730"; } .fa-square-viadeo:before { content: "\f2aa"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-meetup:before { content: "\f2e0"; } .fa-centos:before { content: "\f789"; } .fa-adn:before { content: "\f170"; } .fa-cloudsmith:before { content: "\f384"; } .fa-opensuse:before { content: "\e62b"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-square-dribbble:before { content: "\f397"; } .fa-dribbble-square:before { content: "\f397"; } .fa-codiepie:before { content: "\f284"; } .fa-node:before { content: "\f419"; } .fa-mix:before { content: "\f3cb"; } .fa-steam:before { content: "\f1b6"; } .fa-cc-apple-pay:before { content: "\f416"; } .fa-scribd:before { content: "\f28a"; } .fa-debian:before { content: "\e60b"; } .fa-openid:before { content: "\f19b"; } .fa-instalod:before { content: "\e081"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-sellcast:before { content: "\f2da"; } .fa-square-twitter:before { content: "\f081"; } .fa-twitter-square:before { content: "\f081"; } .fa-r-project:before { content: "\f4f7"; } .fa-delicious:before { content: "\f1a5"; } .fa-freebsd:before { content: "\f3a4"; } .fa-vuejs:before { content: "\f41f"; } .fa-accusoft:before { content: "\f369"; } .fa-ioxhost:before { content: "\f208"; } .fa-fonticons-fi:before { content: "\f3a2"; } .fa-app-store:before { content: "\f36f"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-itunes-note:before { content: "\f3b5"; } .fa-golang:before { content: "\e40f"; } .fa-kickstarter:before { content: "\f3bb"; } .fa-square-kickstarter:before { content: "\f3bb"; } .fa-grav:before { content: "\f2d6"; } .fa-weibo:before { content: "\f18a"; } .fa-uncharted:before { content: "\e084"; } .fa-firstdraft:before { content: "\f3a1"; } .fa-square-youtube:before { content: "\f431"; } .fa-youtube-square:before { content: "\f431"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-wpressr:before { content: "\f3e4"; } .fa-rendact:before { content: "\f3e4"; } .fa-angellist:before { content: "\f209"; } .fa-galactic-republic:before { content: "\f50c"; } .fa-nfc-directional:before { content: "\e530"; } .fa-skype:before { content: "\f17e"; } .fa-joget:before { content: "\f3b7"; } .fa-fedora:before { content: "\f798"; } .fa-stripe-s:before { content: "\f42a"; } .fa-meta:before { content: "\e49b"; } .fa-laravel:before { content: "\f3bd"; } .fa-hotjar:before { content: "\f3b1"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-square-letterboxd:before { content: "\e62e"; } .fa-sticker-mule:before { content: "\f3f7"; } .fa-creative-commons-zero:before { content: "\f4f3"; } .fa-hips:before { content: "\f452"; } .fa-behance:before { content: "\f1b4"; } .fa-reddit:before { content: "\f1a1"; } .fa-discord:before { content: "\f392"; } .fa-chrome:before { content: "\f268"; } .fa-app-store-ios:before { content: "\f370"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-wpbeginner:before { content: "\f297"; } .fa-confluence:before { content: "\f78d"; } .fa-shoelace:before { content: "\e60c"; } .fa-mdb:before { content: "\f8ca"; } .fa-dochub:before { content: "\f394"; } .fa-accessible-icon:before { content: "\f368"; } .fa-ebay:before { content: "\f4f4"; } .fa-amazon:before { content: "\f270"; } .fa-unsplash:before { content: "\e07c"; } .fa-yarn:before { content: "\f7e3"; } .fa-square-steam:before { content: "\f1b7"; } .fa-steam-square:before { content: "\f1b7"; } .fa-500px:before { content: "\f26e"; } .fa-square-vimeo:before { content: "\f194"; } .fa-vimeo-square:before { content: "\f194"; } .fa-asymmetrik:before { content: "\f372"; } .fa-font-awesome:before { content: "\f2b4"; } .fa-font-awesome-flag:before { content: "\f2b4"; } .fa-font-awesome-logo-full:before { content: "\f2b4"; } .fa-gratipay:before { content: "\f184"; } .fa-apple:before { content: "\f179"; } .fa-hive:before { content: "\e07f"; } .fa-gitkraken:before { content: "\f3a6"; } .fa-keybase:before { content: "\f4f5"; } .fa-apple-pay:before { content: "\f415"; } .fa-padlet:before { content: "\e4a0"; } .fa-amazon-pay:before { content: "\f42c"; } .fa-square-github:before { content: "\f092"; } .fa-github-square:before { content: "\f092"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-fedex:before { content: "\f797"; } .fa-phoenix-framework:before { content: "\f3dc"; } .fa-shopify:before { content: "\e057"; } .fa-neos:before { content: "\f612"; } .fa-square-threads:before { content: "\e619"; } .fa-hackerrank:before { content: "\f5f7"; } .fa-researchgate:before { content: "\f4f8"; } .fa-swift:before { content: "\f8e1"; } .fa-angular:before { content: "\f420"; } .fa-speakap:before { content: "\f3f3"; } .fa-angrycreative:before { content: "\f36e"; } .fa-y-combinator:before { content: "\f23b"; } .fa-empire:before { content: "\f1d1"; } .fa-envira:before { content: "\f299"; } .fa-google-scholar:before { content: "\e63b"; } .fa-square-gitlab:before { content: "\e5ae"; } .fa-gitlab-square:before { content: "\e5ae"; } .fa-studiovinari:before { content: "\f3f8"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-wordpress:before { content: "\f19a"; } .fa-product-hunt:before { content: "\f288"; } .fa-firefox:before { content: "\f269"; } .fa-linode:before { content: "\f2b8"; } .fa-goodreads:before { content: "\f3a8"; } .fa-square-odnoklassniki:before { content: "\f264"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-sith:before { content: "\f512"; } .fa-themeisle:before { content: "\f2b2"; } .fa-page4:before { content: "\f3d7"; } .fa-hashnode:before { content: "\e499"; } .fa-react:before { content: "\f41b"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-squarespace:before { content: "\f5be"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-creative-commons-share:before { content: "\f4f2"; } .fa-bitcoin:before { content: "\f379"; } .fa-keycdn:before { content: "\f3ba"; } .fa-opera:before { content: "\f26a"; } .fa-itch-io:before { content: "\f83a"; } .fa-umbraco:before { content: "\f8e8"; } .fa-galactic-senate:before { content: "\f50d"; } .fa-ubuntu:before { content: "\f7df"; } .fa-draft2digital:before { content: "\f396"; } .fa-stripe:before { content: "\f429"; } .fa-houzz:before { content: "\f27c"; } .fa-gg:before { content: "\f260"; } .fa-dhl:before { content: "\f790"; } .fa-square-pinterest:before { content: "\f0d3"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-xing:before { content: "\f168"; } .fa-blackberry:before { content: "\f37b"; } .fa-creative-commons-pd:before { content: "\f4ec"; } .fa-playstation:before { content: "\f3df"; } .fa-quinscape:before { content: "\f459"; } .fa-less:before { content: "\f41d"; } .fa-blogger-b:before { content: "\f37d"; } .fa-opencart:before { content: "\f23d"; } .fa-vine:before { content: "\f1ca"; } .fa-signal-messenger:before { content: "\e663"; } .fa-paypal:before { content: "\f1ed"; } .fa-gitlab:before { content: "\f296"; } .fa-typo3:before { content: "\f42b"; } .fa-reddit-alien:before { content: "\f281"; } .fa-yahoo:before { content: "\f19e"; } .fa-dailymotion:before { content: "\e052"; } .fa-affiliatetheme:before { content: "\f36b"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-bootstrap:before { content: "\f836"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-nfc-symbol:before { content: "\e531"; } .fa-mintbit:before { content: "\e62f"; } .fa-ethereum:before { content: "\f42e"; } .fa-speaker-deck:before { content: "\f83c"; } .fa-creative-commons-nc-eu:before { content: "\f4e9"; } .fa-patreon:before { content: "\f3d9"; } .fa-avianex:before { content: "\f374"; } .fa-ello:before { content: "\f5f1"; } .fa-gofore:before { content: "\f3a7"; } .fa-bimobject:before { content: "\f378"; } .fa-brave-reverse:before { content: "\e63d"; } .fa-facebook-f:before { content: "\f39e"; } .fa-square-google-plus:before { content: "\f0d4"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-web-awesome:before { content: "\e682"; } .fa-mandalorian:before { content: "\f50f"; } .fa-first-order-alt:before { content: "\f50a"; } .fa-osi:before { content: "\f41a"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-d-and-d-beyond:before { content: "\f6ca"; } .fa-periscope:before { content: "\f3da"; } .fa-fulcrum:before { content: "\f50b"; } .fa-cloudscale:before { content: "\f383"; } .fa-forumbee:before { content: "\f211"; } .fa-mizuni:before { content: "\f3cc"; } .fa-schlix:before { content: "\f3ea"; } .fa-square-xing:before { content: "\f169"; } .fa-xing-square:before { content: "\f169"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-wpforms:before { content: "\f298"; } .fa-cloudversify:before { content: "\f385"; } .fa-usps:before { content: "\f7e1"; } .fa-megaport:before { content: "\f5a3"; } .fa-magento:before { content: "\f3c4"; } .fa-spotify:before { content: "\f1bc"; } .fa-optin-monster:before { content: "\f23c"; } .fa-fly:before { content: "\f417"; } .fa-aviato:before { content: "\f421"; } .fa-itunes:before { content: "\f3b4"; } .fa-cuttlefish:before { content: "\f38c"; } .fa-blogger:before { content: "\f37c"; } .fa-flickr:before { content: "\f16e"; } .fa-viber:before { content: "\f409"; } .fa-soundcloud:before { content: "\f1be"; } .fa-digg:before { content: "\f1a6"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-letterboxd:before { content: "\e62d"; } .fa-symfony:before { content: "\f83d"; } .fa-maxcdn:before { content: "\f136"; } .fa-etsy:before { content: "\f2d7"; } .fa-facebook-messenger:before { content: "\f39f"; } .fa-audible:before { content: "\f373"; } .fa-think-peaks:before { content: "\f731"; } .fa-bilibili:before { content: "\e3d9"; } .fa-erlang:before { content: "\f39d"; } .fa-x-twitter:before { content: "\e61b"; } .fa-cotton-bureau:before { content: "\f89e"; } .fa-dashcube:before { content: "\f210"; } .fa-42-group:before { content: "\e080"; } .fa-innosoft:before { content: "\e080"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-elementor:before { content: "\f430"; } .fa-square-pied-piper:before { content: "\e01e"; } .fa-pied-piper-square:before { content: "\e01e"; } .fa-creative-commons-nd:before { content: "\f4eb"; } .fa-palfed:before { content: "\f3d8"; } .fa-superpowers:before { content: "\f2dd"; } .fa-resolving:before { content: "\f3e7"; } .fa-xbox:before { content: "\f412"; } .fa-square-web-awesome-stroke:before { content: "\e684"; } .fa-searchengin:before { content: "\f3eb"; } .fa-tiktok:before { content: "\e07b"; } .fa-square-facebook:before { content: "\f082"; } .fa-facebook-square:before { content: "\f082"; } .fa-renren:before { content: "\f18b"; } .fa-linux:before { content: "\f17c"; } .fa-glide:before { content: "\f2a5"; } .fa-linkedin:before { content: "\f08c"; } .fa-hubspot:before { content: "\f3b2"; } .fa-deploydog:before { content: "\f38e"; } .fa-twitch:before { content: "\f1e8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-mixer:before { content: "\e056"; } .fa-square-lastfm:before { content: "\f203"; } .fa-lastfm-square:before { content: "\f203"; } .fa-vimeo:before { content: "\f40a"; } .fa-mendeley:before { content: "\f7b3"; } .fa-uniregistry:before { content: "\f404"; } .fa-figma:before { content: "\f799"; } .fa-creative-commons-remix:before { content: "\f4ee"; } .fa-cc-amazon-pay:before { content: "\f42d"; } .fa-dropbox:before { content: "\f16b"; } .fa-instagram:before { content: "\f16d"; } .fa-cmplid:before { content: "\e360"; } .fa-upwork:before { content: "\e641"; } .fa-facebook:before { content: "\f09a"; } .fa-gripfire:before { content: "\f3ac"; } .fa-jedi-order:before { content: "\f50e"; } .fa-uikit:before { content: "\f403"; } .fa-fort-awesome-alt:before { content: "\f3a3"; } .fa-phabricator:before { content: "\f3db"; } .fa-ussunnah:before { content: "\f407"; } .fa-earlybirds:before { content: "\f39a"; } .fa-trade-federation:before { content: "\f513"; } .fa-autoprefixer:before { content: "\f41c"; } .fa-whatsapp:before { content: "\f232"; } .fa-square-upwork:before { content: "\e67c"; } .fa-slideshare:before { content: "\f1e7"; } .fa-google-play:before { content: "\f3ab"; } .fa-viadeo:before { content: "\f2a9"; } .fa-line:before { content: "\f3c0"; } .fa-google-drive:before { content: "\f3aa"; } .fa-servicestack:before { content: "\f3ec"; } .fa-simplybuilt:before { content: "\f215"; } .fa-bitbucket:before { content: "\f171"; } .fa-imdb:before { content: "\f2d8"; } .fa-deezer:before { content: "\e077"; } .fa-raspberry-pi:before { content: "\f7bb"; } .fa-jira:before { content: "\f7b1"; } .fa-docker:before { content: "\f395"; } .fa-screenpal:before { content: "\e570"; } .fa-bluetooth:before { content: "\f293"; } .fa-gitter:before { content: "\f426"; } .fa-d-and-d:before { content: "\f38d"; } .fa-microblog:before { content: "\e01a"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-gg-circle:before { content: "\f261"; } .fa-pied-piper-hat:before { content: "\f4e5"; } .fa-kickstarter-k:before { content: "\f3bc"; } .fa-yandex:before { content: "\f413"; } .fa-readme:before { content: "\f4d5"; } .fa-html5:before { content: "\f13b"; } .fa-sellsy:before { content: "\f213"; } .fa-square-web-awesome:before { content: "\e683"; } .fa-sass:before { content: "\f41e"; } .fa-wirsindhandwerk:before { content: "\e2d0"; } .fa-wsh:before { content: "\e2d0"; } .fa-buromobelexperte:before { content: "\f37f"; } .fa-salesforce:before { content: "\f83b"; } .fa-octopus-deploy:before { content: "\e082"; } .fa-medapps:before { content: "\f3c6"; } .fa-ns8:before { content: "\f3d5"; } .fa-pinterest-p:before { content: "\f231"; } .fa-apper:before { content: "\f371"; } .fa-fort-awesome:before { content: "\f286"; } .fa-waze:before { content: "\f83f"; } .fa-bluesky:before { content: "\e671"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ab"; } .fa-fantasy-flight-games:before { content: "\f6dc"; } .fa-rust:before { content: "\e07a"; } .fa-wix:before { content: "\f5cf"; } .fa-square-behance:before { content: "\f1b5"; } .fa-behance-square:before { content: "\f1b5"; } .fa-supple:before { content: "\f3f9"; } .fa-webflow:before { content: "\e65c"; } .fa-rebel:before { content: "\f1d0"; } .fa-css3:before { content: "\f13c"; } .fa-staylinked:before { content: "\f3f5"; } .fa-kaggle:before { content: "\f5fa"; } .fa-space-awesome:before { content: "\e5ac"; } .fa-deviantart:before { content: "\f1bd"; } .fa-cpanel:before { content: "\f388"; } .fa-goodreads-g:before { content: "\f3a9"; } .fa-square-git:before { content: "\f1d2"; } .fa-git-square:before { content: "\f1d2"; } .fa-square-tumblr:before { content: "\f174"; } .fa-tumblr-square:before { content: "\f174"; } .fa-trello:before { content: "\f181"; } .fa-creative-commons-nc-jp:before { content: "\f4ea"; } .fa-get-pocket:before { content: "\f265"; } .fa-perbyte:before { content: "\e083"; } .fa-grunt:before { content: "\f3ad"; } .fa-weebly:before { content: "\f5cc"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-leanpub:before { content: "\f212"; } .fa-black-tie:before { content: "\f27e"; } .fa-themeco:before { content: "\f5c6"; } .fa-python:before { content: "\f3e2"; } .fa-android:before { content: "\f17b"; } .fa-bots:before { content: "\e340"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-hornbill:before { content: "\f592"; } .fa-js:before { content: "\f3b8"; } .fa-ideal:before { content: "\e013"; } .fa-git:before { content: "\f1d3"; } .fa-dev:before { content: "\f6cc"; } .fa-sketch:before { content: "\f7c6"; } .fa-yandex-international:before { content: "\f414"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-uber:before { content: "\f402"; } .fa-github:before { content: "\f09b"; } .fa-php:before { content: "\f457"; } .fa-alipay:before { content: "\f642"; } .fa-youtube:before { content: "\f167"; } .fa-skyatlas:before { content: "\f216"; } .fa-firefox-browser:before { content: "\e007"; } .fa-replyd:before { content: "\f3e6"; } .fa-suse:before { content: "\f7d6"; } .fa-jenkins:before { content: "\f3b6"; } .fa-twitter:before { content: "\f099"; } .fa-rockrms:before { content: "\f3e9"; } .fa-pinterest:before { content: "\f0d2"; } .fa-buffer:before { content: "\f837"; } .fa-npm:before { content: "\f3d4"; } .fa-yammer:before { content: "\f840"; } .fa-btc:before { content: "\f15a"; } .fa-dribbble:before { content: "\f17d"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-stubber:before { content: "\e5c7"; } .fa-telegram:before { content: "\f2c6"; } .fa-telegram-plane:before { content: "\f2c6"; } .fa-old-republic:before { content: "\f510"; } .fa-odysee:before { content: "\e5c6"; } .fa-square-whatsapp:before { content: "\f40c"; } .fa-whatsapp-square:before { content: "\f40c"; } .fa-node-js:before { content: "\f3d3"; } .fa-edge-legacy:before { content: "\e078"; } .fa-slack:before { content: "\f198"; } .fa-slack-hash:before { content: "\f198"; } .fa-medrt:before { content: "\f3c8"; } .fa-usb:before { content: "\f287"; } .fa-tumblr:before { content: "\f173"; } .fa-vaadin:before { content: "\f408"; } .fa-quora:before { content: "\f2c4"; } .fa-square-x-twitter:before { content: "\e61a"; } .fa-reacteurope:before { content: "\f75d"; } .fa-medium:before { content: "\f23a"; } .fa-medium-m:before { content: "\f23a"; } .fa-amilia:before { content: "\f36d"; } .fa-mixcloud:before { content: "\f289"; } .fa-flipboard:before { content: "\f44d"; } .fa-viacoin:before { content: "\f237"; } .fa-critical-role:before { content: "\f6c9"; } .fa-sitrox:before { content: "\e44a"; } .fa-discourse:before { content: "\f393"; } .fa-joomla:before { content: "\f1aa"; } .fa-mastodon:before { content: "\f4f6"; } .fa-airbnb:before { content: "\f834"; } .fa-wolf-pack-battalion:before { content: "\f514"; } .fa-buy-n-large:before { content: "\f8a6"; } .fa-gulp:before { content: "\f3ae"; } .fa-creative-commons-sampling-plus:before { content: "\f4f1"; } .fa-strava:before { content: "\f428"; } .fa-ember:before { content: "\f423"; } .fa-canadian-maple-leaf:before { content: "\f785"; } .fa-teamspeak:before { content: "\f4f9"; } .fa-pushed:before { content: "\f3e1"; } .fa-wordpress-simple:before { content: "\f411"; } .fa-nutritionix:before { content: "\f3d6"; } .fa-wodu:before { content: "\e088"; } .fa-google-pay:before { content: "\e079"; } .fa-intercom:before { content: "\f7af"; } .fa-zhihu:before { content: "\f63f"; } .fa-korvue:before { content: "\f42f"; } .fa-pix:before { content: "\e43a"; } .fa-steam-symbol:before { content: "\f3f6"; } :root, :host { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); } .far, .fa-regular { font-weight: 400; } :root, :host { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } .fas, .fa-solid { font-weight: 900; } @font-face { font-family: 'Font Awesome 5 Brands'; font-display: block; font-weight: 400; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } @font-face { font-family: 'Font Awesome 5 Free'; font-display: block; font-weight: 900; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } @font-face { font-family: 'Font Awesome 5 Free'; font-display: block; font-weight: 400; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); } @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype"); unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/brands.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ :root, :host { --fa-style-family-brands: 'Font Awesome 6 Brands'; --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } @font-face { font-family: 'Font Awesome 6 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } .fab, .fa-brands { font-weight: 400; } .fa-monero:before { content: "\f3d0"; } .fa-hooli:before { content: "\f427"; } .fa-yelp:before { content: "\f1e9"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-lastfm:before { content: "\f202"; } .fa-shopware:before { content: "\f5b5"; } .fa-creative-commons-nc:before { content: "\f4e8"; } .fa-aws:before { content: "\f375"; } .fa-redhat:before { content: "\f7bc"; } .fa-yoast:before { content: "\f2b1"; } .fa-cloudflare:before { content: "\e07d"; } .fa-ups:before { content: "\f7e0"; } .fa-pixiv:before { content: "\e640"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-dyalog:before { content: "\f399"; } .fa-bity:before { content: "\f37a"; } .fa-stackpath:before { content: "\f842"; } .fa-buysellads:before { content: "\f20d"; } .fa-first-order:before { content: "\f2b0"; } .fa-modx:before { content: "\f285"; } .fa-guilded:before { content: "\e07e"; } .fa-vnv:before { content: "\f40b"; } .fa-square-js:before { content: "\f3b9"; } .fa-js-square:before { content: "\f3b9"; } .fa-microsoft:before { content: "\f3ca"; } .fa-qq:before { content: "\f1d6"; } .fa-orcid:before { content: "\f8d2"; } .fa-java:before { content: "\f4e4"; } .fa-invision:before { content: "\f7b0"; } .fa-creative-commons-pd-alt:before { content: "\f4ed"; } .fa-centercode:before { content: "\f380"; } .fa-glide-g:before { content: "\f2a6"; } .fa-drupal:before { content: "\f1a9"; } .fa-jxl:before { content: "\e67b"; } .fa-hire-a-helper:before { content: "\f3b0"; } .fa-creative-commons-by:before { content: "\f4e7"; } .fa-unity:before { content: "\e049"; } .fa-whmcs:before { content: "\f40d"; } .fa-rocketchat:before { content: "\f3e8"; } .fa-vk:before { content: "\f189"; } .fa-untappd:before { content: "\f405"; } .fa-mailchimp:before { content: "\f59e"; } .fa-css3-alt:before { content: "\f38b"; } .fa-square-reddit:before { content: "\f1a2"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-vimeo-v:before { content: "\f27d"; } .fa-contao:before { content: "\f26d"; } .fa-square-font-awesome:before { content: "\e5ad"; } .fa-deskpro:before { content: "\f38f"; } .fa-brave:before { content: "\e63c"; } .fa-sistrix:before { content: "\f3ee"; } .fa-square-instagram:before { content: "\e055"; } .fa-instagram-square:before { content: "\e055"; } .fa-battle-net:before { content: "\f835"; } .fa-the-red-yeti:before { content: "\f69d"; } .fa-square-hacker-news:before { content: "\f3af"; } .fa-hacker-news-square:before { content: "\f3af"; } .fa-edge:before { content: "\f282"; } .fa-threads:before { content: "\e618"; } .fa-napster:before { content: "\f3d2"; } .fa-square-snapchat:before { content: "\f2ad"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-google-plus-g:before { content: "\f0d5"; } .fa-artstation:before { content: "\f77a"; } .fa-markdown:before { content: "\f60f"; } .fa-sourcetree:before { content: "\f7d3"; } .fa-google-plus:before { content: "\f2b3"; } .fa-diaspora:before { content: "\f791"; } .fa-foursquare:before { content: "\f180"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-github-alt:before { content: "\f113"; } .fa-phoenix-squadron:before { content: "\f511"; } .fa-pagelines:before { content: "\f18c"; } .fa-algolia:before { content: "\f36c"; } .fa-red-river:before { content: "\f3e3"; } .fa-creative-commons-sa:before { content: "\f4ef"; } .fa-safari:before { content: "\f267"; } .fa-google:before { content: "\f1a0"; } .fa-square-font-awesome-stroke:before { content: "\f35c"; } .fa-font-awesome-alt:before { content: "\f35c"; } .fa-atlassian:before { content: "\f77b"; } .fa-linkedin-in:before { content: "\f0e1"; } .fa-digital-ocean:before { content: "\f391"; } .fa-nimblr:before { content: "\f5a8"; } .fa-chromecast:before { content: "\f838"; } .fa-evernote:before { content: "\f839"; } .fa-hacker-news:before { content: "\f1d4"; } .fa-creative-commons-sampling:before { content: "\f4f0"; } .fa-adversal:before { content: "\f36a"; } .fa-creative-commons:before { content: "\f25e"; } .fa-watchman-monitoring:before { content: "\e087"; } .fa-fonticons:before { content: "\f280"; } .fa-weixin:before { content: "\f1d7"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-codepen:before { content: "\f1cb"; } .fa-git-alt:before { content: "\f841"; } .fa-lyft:before { content: "\f3c3"; } .fa-rev:before { content: "\f5b2"; } .fa-windows:before { content: "\f17a"; } .fa-wizards-of-the-coast:before { content: "\f730"; } .fa-square-viadeo:before { content: "\f2aa"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-meetup:before { content: "\f2e0"; } .fa-centos:before { content: "\f789"; } .fa-adn:before { content: "\f170"; } .fa-cloudsmith:before { content: "\f384"; } .fa-opensuse:before { content: "\e62b"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-square-dribbble:before { content: "\f397"; } .fa-dribbble-square:before { content: "\f397"; } .fa-codiepie:before { content: "\f284"; } .fa-node:before { content: "\f419"; } .fa-mix:before { content: "\f3cb"; } .fa-steam:before { content: "\f1b6"; } .fa-cc-apple-pay:before { content: "\f416"; } .fa-scribd:before { content: "\f28a"; } .fa-debian:before { content: "\e60b"; } .fa-openid:before { content: "\f19b"; } .fa-instalod:before { content: "\e081"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-sellcast:before { content: "\f2da"; } .fa-square-twitter:before { content: "\f081"; } .fa-twitter-square:before { content: "\f081"; } .fa-r-project:before { content: "\f4f7"; } .fa-delicious:before { content: "\f1a5"; } .fa-freebsd:before { content: "\f3a4"; } .fa-vuejs:before { content: "\f41f"; } .fa-accusoft:before { content: "\f369"; } .fa-ioxhost:before { content: "\f208"; } .fa-fonticons-fi:before { content: "\f3a2"; } .fa-app-store:before { content: "\f36f"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-itunes-note:before { content: "\f3b5"; } .fa-golang:before { content: "\e40f"; } .fa-kickstarter:before { content: "\f3bb"; } .fa-square-kickstarter:before { content: "\f3bb"; } .fa-grav:before { content: "\f2d6"; } .fa-weibo:before { content: "\f18a"; } .fa-uncharted:before { content: "\e084"; } .fa-firstdraft:before { content: "\f3a1"; } .fa-square-youtube:before { content: "\f431"; } .fa-youtube-square:before { content: "\f431"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-wpressr:before { content: "\f3e4"; } .fa-rendact:before { content: "\f3e4"; } .fa-angellist:before { content: "\f209"; } .fa-galactic-republic:before { content: "\f50c"; } .fa-nfc-directional:before { content: "\e530"; } .fa-skype:before { content: "\f17e"; } .fa-joget:before { content: "\f3b7"; } .fa-fedora:before { content: "\f798"; } .fa-stripe-s:before { content: "\f42a"; } .fa-meta:before { content: "\e49b"; } .fa-laravel:before { content: "\f3bd"; } .fa-hotjar:before { content: "\f3b1"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-square-letterboxd:before { content: "\e62e"; } .fa-sticker-mule:before { content: "\f3f7"; } .fa-creative-commons-zero:before { content: "\f4f3"; } .fa-hips:before { content: "\f452"; } .fa-behance:before { content: "\f1b4"; } .fa-reddit:before { content: "\f1a1"; } .fa-discord:before { content: "\f392"; } .fa-chrome:before { content: "\f268"; } .fa-app-store-ios:before { content: "\f370"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-wpbeginner:before { content: "\f297"; } .fa-confluence:before { content: "\f78d"; } .fa-shoelace:before { content: "\e60c"; } .fa-mdb:before { content: "\f8ca"; } .fa-dochub:before { content: "\f394"; } .fa-accessible-icon:before { content: "\f368"; } .fa-ebay:before { content: "\f4f4"; } .fa-amazon:before { content: "\f270"; } .fa-unsplash:before { content: "\e07c"; } .fa-yarn:before { content: "\f7e3"; } .fa-square-steam:before { content: "\f1b7"; } .fa-steam-square:before { content: "\f1b7"; } .fa-500px:before { content: "\f26e"; } .fa-square-vimeo:before { content: "\f194"; } .fa-vimeo-square:before { content: "\f194"; } .fa-asymmetrik:before { content: "\f372"; } .fa-font-awesome:before { content: "\f2b4"; } .fa-font-awesome-flag:before { content: "\f2b4"; } .fa-font-awesome-logo-full:before { content: "\f2b4"; } .fa-gratipay:before { content: "\f184"; } .fa-apple:before { content: "\f179"; } .fa-hive:before { content: "\e07f"; } .fa-gitkraken:before { content: "\f3a6"; } .fa-keybase:before { content: "\f4f5"; } .fa-apple-pay:before { content: "\f415"; } .fa-padlet:before { content: "\e4a0"; } .fa-amazon-pay:before { content: "\f42c"; } .fa-square-github:before { content: "\f092"; } .fa-github-square:before { content: "\f092"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-fedex:before { content: "\f797"; } .fa-phoenix-framework:before { content: "\f3dc"; } .fa-shopify:before { content: "\e057"; } .fa-neos:before { content: "\f612"; } .fa-square-threads:before { content: "\e619"; } .fa-hackerrank:before { content: "\f5f7"; } .fa-researchgate:before { content: "\f4f8"; } .fa-swift:before { content: "\f8e1"; } .fa-angular:before { content: "\f420"; } .fa-speakap:before { content: "\f3f3"; } .fa-angrycreative:before { content: "\f36e"; } .fa-y-combinator:before { content: "\f23b"; } .fa-empire:before { content: "\f1d1"; } .fa-envira:before { content: "\f299"; } .fa-google-scholar:before { content: "\e63b"; } .fa-square-gitlab:before { content: "\e5ae"; } .fa-gitlab-square:before { content: "\e5ae"; } .fa-studiovinari:before { content: "\f3f8"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-wordpress:before { content: "\f19a"; } .fa-product-hunt:before { content: "\f288"; } .fa-firefox:before { content: "\f269"; } .fa-linode:before { content: "\f2b8"; } .fa-goodreads:before { content: "\f3a8"; } .fa-square-odnoklassniki:before { content: "\f264"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-sith:before { content: "\f512"; } .fa-themeisle:before { content: "\f2b2"; } .fa-page4:before { content: "\f3d7"; } .fa-hashnode:before { content: "\e499"; } .fa-react:before { content: "\f41b"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-squarespace:before { content: "\f5be"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-creative-commons-share:before { content: "\f4f2"; } .fa-bitcoin:before { content: "\f379"; } .fa-keycdn:before { content: "\f3ba"; } .fa-opera:before { content: "\f26a"; } .fa-itch-io:before { content: "\f83a"; } .fa-umbraco:before { content: "\f8e8"; } .fa-galactic-senate:before { content: "\f50d"; } .fa-ubuntu:before { content: "\f7df"; } .fa-draft2digital:before { content: "\f396"; } .fa-stripe:before { content: "\f429"; } .fa-houzz:before { content: "\f27c"; } .fa-gg:before { content: "\f260"; } .fa-dhl:before { content: "\f790"; } .fa-square-pinterest:before { content: "\f0d3"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-xing:before { content: "\f168"; } .fa-blackberry:before { content: "\f37b"; } .fa-creative-commons-pd:before { content: "\f4ec"; } .fa-playstation:before { content: "\f3df"; } .fa-quinscape:before { content: "\f459"; } .fa-less:before { content: "\f41d"; } .fa-blogger-b:before { content: "\f37d"; } .fa-opencart:before { content: "\f23d"; } .fa-vine:before { content: "\f1ca"; } .fa-signal-messenger:before { content: "\e663"; } .fa-paypal:before { content: "\f1ed"; } .fa-gitlab:before { content: "\f296"; } .fa-typo3:before { content: "\f42b"; } .fa-reddit-alien:before { content: "\f281"; } .fa-yahoo:before { content: "\f19e"; } .fa-dailymotion:before { content: "\e052"; } .fa-affiliatetheme:before { content: "\f36b"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-bootstrap:before { content: "\f836"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-nfc-symbol:before { content: "\e531"; } .fa-mintbit:before { content: "\e62f"; } .fa-ethereum:before { content: "\f42e"; } .fa-speaker-deck:before { content: "\f83c"; } .fa-creative-commons-nc-eu:before { content: "\f4e9"; } .fa-patreon:before { content: "\f3d9"; } .fa-avianex:before { content: "\f374"; } .fa-ello:before { content: "\f5f1"; } .fa-gofore:before { content: "\f3a7"; } .fa-bimobject:before { content: "\f378"; } .fa-brave-reverse:before { content: "\e63d"; } .fa-facebook-f:before { content: "\f39e"; } .fa-square-google-plus:before { content: "\f0d4"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-web-awesome:before { content: "\e682"; } .fa-mandalorian:before { content: "\f50f"; } .fa-first-order-alt:before { content: "\f50a"; } .fa-osi:before { content: "\f41a"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-d-and-d-beyond:before { content: "\f6ca"; } .fa-periscope:before { content: "\f3da"; } .fa-fulcrum:before { content: "\f50b"; } .fa-cloudscale:before { content: "\f383"; } .fa-forumbee:before { content: "\f211"; } .fa-mizuni:before { content: "\f3cc"; } .fa-schlix:before { content: "\f3ea"; } .fa-square-xing:before { content: "\f169"; } .fa-xing-square:before { content: "\f169"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-wpforms:before { content: "\f298"; } .fa-cloudversify:before { content: "\f385"; } .fa-usps:before { content: "\f7e1"; } .fa-megaport:before { content: "\f5a3"; } .fa-magento:before { content: "\f3c4"; } .fa-spotify:before { content: "\f1bc"; } .fa-optin-monster:before { content: "\f23c"; } .fa-fly:before { content: "\f417"; } .fa-aviato:before { content: "\f421"; } .fa-itunes:before { content: "\f3b4"; } .fa-cuttlefish:before { content: "\f38c"; } .fa-blogger:before { content: "\f37c"; } .fa-flickr:before { content: "\f16e"; } .fa-viber:before { content: "\f409"; } .fa-soundcloud:before { content: "\f1be"; } .fa-digg:before { content: "\f1a6"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-letterboxd:before { content: "\e62d"; } .fa-symfony:before { content: "\f83d"; } .fa-maxcdn:before { content: "\f136"; } .fa-etsy:before { content: "\f2d7"; } .fa-facebook-messenger:before { content: "\f39f"; } .fa-audible:before { content: "\f373"; } .fa-think-peaks:before { content: "\f731"; } .fa-bilibili:before { content: "\e3d9"; } .fa-erlang:before { content: "\f39d"; } .fa-x-twitter:before { content: "\e61b"; } .fa-cotton-bureau:before { content: "\f89e"; } .fa-dashcube:before { content: "\f210"; } .fa-42-group:before { content: "\e080"; } .fa-innosoft:before { content: "\e080"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-elementor:before { content: "\f430"; } .fa-square-pied-piper:before { content: "\e01e"; } .fa-pied-piper-square:before { content: "\e01e"; } .fa-creative-commons-nd:before { content: "\f4eb"; } .fa-palfed:before { content: "\f3d8"; } .fa-superpowers:before { content: "\f2dd"; } .fa-resolving:before { content: "\f3e7"; } .fa-xbox:before { content: "\f412"; } .fa-square-web-awesome-stroke:before { content: "\e684"; } .fa-searchengin:before { content: "\f3eb"; } .fa-tiktok:before { content: "\e07b"; } .fa-square-facebook:before { content: "\f082"; } .fa-facebook-square:before { content: "\f082"; } .fa-renren:before { content: "\f18b"; } .fa-linux:before { content: "\f17c"; } .fa-glide:before { content: "\f2a5"; } .fa-linkedin:before { content: "\f08c"; } .fa-hubspot:before { content: "\f3b2"; } .fa-deploydog:before { content: "\f38e"; } .fa-twitch:before { content: "\f1e8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-mixer:before { content: "\e056"; } .fa-square-lastfm:before { content: "\f203"; } .fa-lastfm-square:before { content: "\f203"; } .fa-vimeo:before { content: "\f40a"; } .fa-mendeley:before { content: "\f7b3"; } .fa-uniregistry:before { content: "\f404"; } .fa-figma:before { content: "\f799"; } .fa-creative-commons-remix:before { content: "\f4ee"; } .fa-cc-amazon-pay:before { content: "\f42d"; } .fa-dropbox:before { content: "\f16b"; } .fa-instagram:before { content: "\f16d"; } .fa-cmplid:before { content: "\e360"; } .fa-upwork:before { content: "\e641"; } .fa-facebook:before { content: "\f09a"; } .fa-gripfire:before { content: "\f3ac"; } .fa-jedi-order:before { content: "\f50e"; } .fa-uikit:before { content: "\f403"; } .fa-fort-awesome-alt:before { content: "\f3a3"; } .fa-phabricator:before { content: "\f3db"; } .fa-ussunnah:before { content: "\f407"; } .fa-earlybirds:before { content: "\f39a"; } .fa-trade-federation:before { content: "\f513"; } .fa-autoprefixer:before { content: "\f41c"; } .fa-whatsapp:before { content: "\f232"; } .fa-square-upwork:before { content: "\e67c"; } .fa-slideshare:before { content: "\f1e7"; } .fa-google-play:before { content: "\f3ab"; } .fa-viadeo:before { content: "\f2a9"; } .fa-line:before { content: "\f3c0"; } .fa-google-drive:before { content: "\f3aa"; } .fa-servicestack:before { content: "\f3ec"; } .fa-simplybuilt:before { content: "\f215"; } .fa-bitbucket:before { content: "\f171"; } .fa-imdb:before { content: "\f2d8"; } .fa-deezer:before { content: "\e077"; } .fa-raspberry-pi:before { content: "\f7bb"; } .fa-jira:before { content: "\f7b1"; } .fa-docker:before { content: "\f395"; } .fa-screenpal:before { content: "\e570"; } .fa-bluetooth:before { content: "\f293"; } .fa-gitter:before { content: "\f426"; } .fa-d-and-d:before { content: "\f38d"; } .fa-microblog:before { content: "\e01a"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-gg-circle:before { content: "\f261"; } .fa-pied-piper-hat:before { content: "\f4e5"; } .fa-kickstarter-k:before { content: "\f3bc"; } .fa-yandex:before { content: "\f413"; } .fa-readme:before { content: "\f4d5"; } .fa-html5:before { content: "\f13b"; } .fa-sellsy:before { content: "\f213"; } .fa-square-web-awesome:before { content: "\e683"; } .fa-sass:before { content: "\f41e"; } .fa-wirsindhandwerk:before { content: "\e2d0"; } .fa-wsh:before { content: "\e2d0"; } .fa-buromobelexperte:before { content: "\f37f"; } .fa-salesforce:before { content: "\f83b"; } .fa-octopus-deploy:before { content: "\e082"; } .fa-medapps:before { content: "\f3c6"; } .fa-ns8:before { content: "\f3d5"; } .fa-pinterest-p:before { content: "\f231"; } .fa-apper:before { content: "\f371"; } .fa-fort-awesome:before { content: "\f286"; } .fa-waze:before { content: "\f83f"; } .fa-bluesky:before { content: "\e671"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ab"; } .fa-fantasy-flight-games:before { content: "\f6dc"; } .fa-rust:before { content: "\e07a"; } .fa-wix:before { content: "\f5cf"; } .fa-square-behance:before { content: "\f1b5"; } .fa-behance-square:before { content: "\f1b5"; } .fa-supple:before { content: "\f3f9"; } .fa-webflow:before { content: "\e65c"; } .fa-rebel:before { content: "\f1d0"; } .fa-css3:before { content: "\f13c"; } .fa-staylinked:before { content: "\f3f5"; } .fa-kaggle:before { content: "\f5fa"; } .fa-space-awesome:before { content: "\e5ac"; } .fa-deviantart:before { content: "\f1bd"; } .fa-cpanel:before { content: "\f388"; } .fa-goodreads-g:before { content: "\f3a9"; } .fa-square-git:before { content: "\f1d2"; } .fa-git-square:before { content: "\f1d2"; } .fa-square-tumblr:before { content: "\f174"; } .fa-tumblr-square:before { content: "\f174"; } .fa-trello:before { content: "\f181"; } .fa-creative-commons-nc-jp:before { content: "\f4ea"; } .fa-get-pocket:before { content: "\f265"; } .fa-perbyte:before { content: "\e083"; } .fa-grunt:before { content: "\f3ad"; } .fa-weebly:before { content: "\f5cc"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-leanpub:before { content: "\f212"; } .fa-black-tie:before { content: "\f27e"; } .fa-themeco:before { content: "\f5c6"; } .fa-python:before { content: "\f3e2"; } .fa-android:before { content: "\f17b"; } .fa-bots:before { content: "\e340"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-hornbill:before { content: "\f592"; } .fa-js:before { content: "\f3b8"; } .fa-ideal:before { content: "\e013"; } .fa-git:before { content: "\f1d3"; } .fa-dev:before { content: "\f6cc"; } .fa-sketch:before { content: "\f7c6"; } .fa-yandex-international:before { content: "\f414"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-uber:before { content: "\f402"; } .fa-github:before { content: "\f09b"; } .fa-php:before { content: "\f457"; } .fa-alipay:before { content: "\f642"; } .fa-youtube:before { content: "\f167"; } .fa-skyatlas:before { content: "\f216"; } .fa-firefox-browser:before { content: "\e007"; } .fa-replyd:before { content: "\f3e6"; } .fa-suse:before { content: "\f7d6"; } .fa-jenkins:before { content: "\f3b6"; } .fa-twitter:before { content: "\f099"; } .fa-rockrms:before { content: "\f3e9"; } .fa-pinterest:before { content: "\f0d2"; } .fa-buffer:before { content: "\f837"; } .fa-npm:before { content: "\f3d4"; } .fa-yammer:before { content: "\f840"; } .fa-btc:before { content: "\f15a"; } .fa-dribbble:before { content: "\f17d"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-stubber:before { content: "\e5c7"; } .fa-telegram:before { content: "\f2c6"; } .fa-telegram-plane:before { content: "\f2c6"; } .fa-old-republic:before { content: "\f510"; } .fa-odysee:before { content: "\e5c6"; } .fa-square-whatsapp:before { content: "\f40c"; } .fa-whatsapp-square:before { content: "\f40c"; } .fa-node-js:before { content: "\f3d3"; } .fa-edge-legacy:before { content: "\e078"; } .fa-slack:before { content: "\f198"; } .fa-slack-hash:before { content: "\f198"; } .fa-medrt:before { content: "\f3c8"; } .fa-usb:before { content: "\f287"; } .fa-tumblr:before { content: "\f173"; } .fa-vaadin:before { content: "\f408"; } .fa-quora:before { content: "\f2c4"; } .fa-square-x-twitter:before { content: "\e61a"; } .fa-reacteurope:before { content: "\f75d"; } .fa-medium:before { content: "\f23a"; } .fa-medium-m:before { content: "\f23a"; } .fa-amilia:before { content: "\f36d"; } .fa-mixcloud:before { content: "\f289"; } .fa-flipboard:before { content: "\f44d"; } .fa-viacoin:before { content: "\f237"; } .fa-critical-role:before { content: "\f6c9"; } .fa-sitrox:before { content: "\e44a"; } .fa-discourse:before { content: "\f393"; } .fa-joomla:before { content: "\f1aa"; } .fa-mastodon:before { content: "\f4f6"; } .fa-airbnb:before { content: "\f834"; } .fa-wolf-pack-battalion:before { content: "\f514"; } .fa-buy-n-large:before { content: "\f8a6"; } .fa-gulp:before { content: "\f3ae"; } .fa-creative-commons-sampling-plus:before { content: "\f4f1"; } .fa-strava:before { content: "\f428"; } .fa-ember:before { content: "\f423"; } .fa-canadian-maple-leaf:before { content: "\f785"; } .fa-teamspeak:before { content: "\f4f9"; } .fa-pushed:before { content: "\f3e1"; } .fa-wordpress-simple:before { content: "\f411"; } .fa-nutritionix:before { content: "\f3d6"; } .fa-wodu:before { content: "\e088"; } .fa-google-pay:before { content: "\e079"; } .fa-intercom:before { content: "\f7af"; } .fa-zhihu:before { content: "\f63f"; } .fa-korvue:before { content: "\f42f"; } .fa-pix:before { content: "\e43a"; } .fa-steam-symbol:before { content: "\f3f6"; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/fontawesome.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ .fa { font-family: var(--fa-style-family, "Font Awesome 6 Free"); font-weight: var(--fa-style, 900); } .fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fab, .fa-brands { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: var(--fa-display, inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; } .fas, .fa-classic, .fa-solid, .far, .fa-regular { font-family: 'Font Awesome 6 Free'; } .fab, .fa-brands { font-family: 'Font Awesome 6 Brands'; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; } .fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; } .fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; } .fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; } .fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; } .fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: var(--fa-li-margin, 2.5em); padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: calc(var(--fa-li-width, 2em) * -1); position: absolute; text-align: center; width: var(--fa-li-width, 2em); line-height: inherit; } .fa-border { border-color: var(--fa-border-color, #eee); border-radius: var(--fa-border-radius, 0.1em); border-style: var(--fa-border-style, solid); border-width: var(--fa-border-width, 0.08em); padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } .fa-pull-left { float: left; margin-right: var(--fa-pull-margin, 0.3em); } .fa-pull-right { float: right; margin-left: var(--fa-pull-margin, 0.3em); } .fa-beat { -webkit-animation-name: fa-beat; animation-name: fa-beat; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-bounce { -webkit-animation-name: fa-bounce; animation-name: fa-bounce; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } .fa-fade { -webkit-animation-name: fa-fade; animation-name: fa-fade; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-beat-fade { -webkit-animation-name: fa-beat-fade; animation-name: fa-beat-fade; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-flip { -webkit-animation-name: fa-flip; animation-name: fa-flip; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-shake { -webkit-animation-name: fa-shake; animation-name: fa-shake; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 2s); animation-duration: var(--fa-animation-duration, 2s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin-reverse { --fa-animation-direction: reverse; } .fa-pulse, .fa-spin-pulse { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); animation-timing-function: var(--fa-animation-timing, steps(8)); } @media (prefers-reduced-motion: reduce) { .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { -webkit-animation-delay: -1ms; animation-delay: -1ms; -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0s; transition-duration: 0s; } } @-webkit-keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @-webkit-keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @-webkit-keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @-webkit-keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } .fa-rotate-by { -webkit-transform: rotate(var(--fa-rotate-angle, 0)); transform: rotate(var(--fa-rotate-angle, 0)); } .fa-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; z-index: var(--fa-stack-z-index, auto); } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: var(--fa-inverse, #fff); } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-0::before { content: "\30"; } .fa-1::before { content: "\31"; } .fa-2::before { content: "\32"; } .fa-3::before { content: "\33"; } .fa-4::before { content: "\34"; } .fa-5::before { content: "\35"; } .fa-6::before { content: "\36"; } .fa-7::before { content: "\37"; } .fa-8::before { content: "\38"; } .fa-9::before { content: "\39"; } .fa-fill-drip::before { content: "\f576"; } .fa-arrows-to-circle::before { content: "\e4bd"; } .fa-circle-chevron-right::before { content: "\f138"; } .fa-chevron-circle-right::before { content: "\f138"; } .fa-at::before { content: "\40"; } .fa-trash-can::before { content: "\f2ed"; } .fa-trash-alt::before { content: "\f2ed"; } .fa-text-height::before { content: "\f034"; } .fa-user-xmark::before { content: "\f235"; } .fa-user-times::before { content: "\f235"; } .fa-stethoscope::before { content: "\f0f1"; } .fa-message::before { content: "\f27a"; } .fa-comment-alt::before { content: "\f27a"; } .fa-info::before { content: "\f129"; } .fa-down-left-and-up-right-to-center::before { content: "\f422"; } .fa-compress-alt::before { content: "\f422"; } .fa-explosion::before { content: "\e4e9"; } .fa-file-lines::before { content: "\f15c"; } .fa-file-alt::before { content: "\f15c"; } .fa-file-text::before { content: "\f15c"; } .fa-wave-square::before { content: "\f83e"; } .fa-ring::before { content: "\f70b"; } .fa-building-un::before { content: "\e4d9"; } .fa-dice-three::before { content: "\f527"; } .fa-calendar-days::before { content: "\f073"; } .fa-calendar-alt::before { content: "\f073"; } .fa-anchor-circle-check::before { content: "\e4aa"; } .fa-building-circle-arrow-right::before { content: "\e4d1"; } .fa-volleyball::before { content: "\f45f"; } .fa-volleyball-ball::before { content: "\f45f"; } .fa-arrows-up-to-line::before { content: "\e4c2"; } .fa-sort-down::before { content: "\f0dd"; } .fa-sort-desc::before { content: "\f0dd"; } .fa-circle-minus::before { content: "\f056"; } .fa-minus-circle::before { content: "\f056"; } .fa-door-open::before { content: "\f52b"; } .fa-right-from-bracket::before { content: "\f2f5"; } .fa-sign-out-alt::before { content: "\f2f5"; } .fa-atom::before { content: "\f5d2"; } .fa-soap::before { content: "\e06e"; } .fa-icons::before { content: "\f86d"; } .fa-heart-music-camera-bolt::before { content: "\f86d"; } .fa-microphone-lines-slash::before { content: "\f539"; } .fa-microphone-alt-slash::before { content: "\f539"; } .fa-bridge-circle-check::before { content: "\e4c9"; } .fa-pump-medical::before { content: "\e06a"; } .fa-fingerprint::before { content: "\f577"; } .fa-hand-point-right::before { content: "\f0a4"; } .fa-magnifying-glass-location::before { content: "\f689"; } .fa-search-location::before { content: "\f689"; } .fa-forward-step::before { content: "\f051"; } .fa-step-forward::before { content: "\f051"; } .fa-face-smile-beam::before { content: "\f5b8"; } .fa-smile-beam::before { content: "\f5b8"; } .fa-flag-checkered::before { content: "\f11e"; } .fa-football::before { content: "\f44e"; } .fa-football-ball::before { content: "\f44e"; } .fa-school-circle-exclamation::before { content: "\e56c"; } .fa-crop::before { content: "\f125"; } .fa-angles-down::before { content: "\f103"; } .fa-angle-double-down::before { content: "\f103"; } .fa-users-rectangle::before { content: "\e594"; } .fa-people-roof::before { content: "\e537"; } .fa-people-line::before { content: "\e534"; } .fa-beer-mug-empty::before { content: "\f0fc"; } .fa-beer::before { content: "\f0fc"; } .fa-diagram-predecessor::before { content: "\e477"; } .fa-arrow-up-long::before { content: "\f176"; } .fa-long-arrow-up::before { content: "\f176"; } .fa-fire-flame-simple::before { content: "\f46a"; } .fa-burn::before { content: "\f46a"; } .fa-person::before { content: "\f183"; } .fa-male::before { content: "\f183"; } .fa-laptop::before { content: "\f109"; } .fa-file-csv::before { content: "\f6dd"; } .fa-menorah::before { content: "\f676"; } .fa-truck-plane::before { content: "\e58f"; } .fa-record-vinyl::before { content: "\f8d9"; } .fa-face-grin-stars::before { content: "\f587"; } .fa-grin-stars::before { content: "\f587"; } .fa-bong::before { content: "\f55c"; } .fa-spaghetti-monster-flying::before { content: "\f67b"; } .fa-pastafarianism::before { content: "\f67b"; } .fa-arrow-down-up-across-line::before { content: "\e4af"; } .fa-spoon::before { content: "\f2e5"; } .fa-utensil-spoon::before { content: "\f2e5"; } .fa-jar-wheat::before { content: "\e517"; } .fa-envelopes-bulk::before { content: "\f674"; } .fa-mail-bulk::before { content: "\f674"; } .fa-file-circle-exclamation::before { content: "\e4eb"; } .fa-circle-h::before { content: "\f47e"; } .fa-hospital-symbol::before { content: "\f47e"; } .fa-pager::before { content: "\f815"; } .fa-address-book::before { content: "\f2b9"; } .fa-contact-book::before { content: "\f2b9"; } .fa-strikethrough::before { content: "\f0cc"; } .fa-k::before { content: "\4b"; } .fa-landmark-flag::before { content: "\e51c"; } .fa-pencil::before { content: "\f303"; } .fa-pencil-alt::before { content: "\f303"; } .fa-backward::before { content: "\f04a"; } .fa-caret-right::before { content: "\f0da"; } .fa-comments::before { content: "\f086"; } .fa-paste::before { content: "\f0ea"; } .fa-file-clipboard::before { content: "\f0ea"; } .fa-code-pull-request::before { content: "\e13c"; } .fa-clipboard-list::before { content: "\f46d"; } .fa-truck-ramp-box::before { content: "\f4de"; } .fa-truck-loading::before { content: "\f4de"; } .fa-user-check::before { content: "\f4fc"; } .fa-vial-virus::before { content: "\e597"; } .fa-sheet-plastic::before { content: "\e571"; } .fa-blog::before { content: "\f781"; } .fa-user-ninja::before { content: "\f504"; } .fa-person-arrow-up-from-line::before { content: "\e539"; } .fa-scroll-torah::before { content: "\f6a0"; } .fa-torah::before { content: "\f6a0"; } .fa-broom-ball::before { content: "\f458"; } .fa-quidditch::before { content: "\f458"; } .fa-quidditch-broom-ball::before { content: "\f458"; } .fa-toggle-off::before { content: "\f204"; } .fa-box-archive::before { content: "\f187"; } .fa-archive::before { content: "\f187"; } .fa-person-drowning::before { content: "\e545"; } .fa-arrow-down-9-1::before { content: "\f886"; } .fa-sort-numeric-desc::before { content: "\f886"; } .fa-sort-numeric-down-alt::before { content: "\f886"; } .fa-face-grin-tongue-squint::before { content: "\f58a"; } .fa-grin-tongue-squint::before { content: "\f58a"; } .fa-spray-can::before { content: "\f5bd"; } .fa-truck-monster::before { content: "\f63b"; } .fa-w::before { content: "\57"; } .fa-earth-africa::before { content: "\f57c"; } .fa-globe-africa::before { content: "\f57c"; } .fa-rainbow::before { content: "\f75b"; } .fa-circle-notch::before { content: "\f1ce"; } .fa-tablet-screen-button::before { content: "\f3fa"; } .fa-tablet-alt::before { content: "\f3fa"; } .fa-paw::before { content: "\f1b0"; } .fa-cloud::before { content: "\f0c2"; } .fa-trowel-bricks::before { content: "\e58a"; } .fa-face-flushed::before { content: "\f579"; } .fa-flushed::before { content: "\f579"; } .fa-hospital-user::before { content: "\f80d"; } .fa-tent-arrow-left-right::before { content: "\e57f"; } .fa-gavel::before { content: "\f0e3"; } .fa-legal::before { content: "\f0e3"; } .fa-binoculars::before { content: "\f1e5"; } .fa-microphone-slash::before { content: "\f131"; } .fa-box-tissue::before { content: "\e05b"; } .fa-motorcycle::before { content: "\f21c"; } .fa-bell-concierge::before { content: "\f562"; } .fa-concierge-bell::before { content: "\f562"; } .fa-pen-ruler::before { content: "\f5ae"; } .fa-pencil-ruler::before { content: "\f5ae"; } .fa-people-arrows::before { content: "\e068"; } .fa-people-arrows-left-right::before { content: "\e068"; } .fa-mars-and-venus-burst::before { content: "\e523"; } .fa-square-caret-right::before { content: "\f152"; } .fa-caret-square-right::before { content: "\f152"; } .fa-scissors::before { content: "\f0c4"; } .fa-cut::before { content: "\f0c4"; } .fa-sun-plant-wilt::before { content: "\e57a"; } .fa-toilets-portable::before { content: "\e584"; } .fa-hockey-puck::before { content: "\f453"; } .fa-table::before { content: "\f0ce"; } .fa-magnifying-glass-arrow-right::before { content: "\e521"; } .fa-tachograph-digital::before { content: "\f566"; } .fa-digital-tachograph::before { content: "\f566"; } .fa-users-slash::before { content: "\e073"; } .fa-clover::before { content: "\e139"; } .fa-reply::before { content: "\f3e5"; } .fa-mail-reply::before { content: "\f3e5"; } .fa-star-and-crescent::before { content: "\f699"; } .fa-house-fire::before { content: "\e50c"; } .fa-square-minus::before { content: "\f146"; } .fa-minus-square::before { content: "\f146"; } .fa-helicopter::before { content: "\f533"; } .fa-compass::before { content: "\f14e"; } .fa-square-caret-down::before { content: "\f150"; } .fa-caret-square-down::before { content: "\f150"; } .fa-file-circle-question::before { content: "\e4ef"; } .fa-laptop-code::before { content: "\f5fc"; } .fa-swatchbook::before { content: "\f5c3"; } .fa-prescription-bottle::before { content: "\f485"; } .fa-bars::before { content: "\f0c9"; } .fa-navicon::before { content: "\f0c9"; } .fa-people-group::before { content: "\e533"; } .fa-hourglass-end::before { content: "\f253"; } .fa-hourglass-3::before { content: "\f253"; } .fa-heart-crack::before { content: "\f7a9"; } .fa-heart-broken::before { content: "\f7a9"; } .fa-square-up-right::before { content: "\f360"; } .fa-external-link-square-alt::before { content: "\f360"; } .fa-face-kiss-beam::before { content: "\f597"; } .fa-kiss-beam::before { content: "\f597"; } .fa-film::before { content: "\f008"; } .fa-ruler-horizontal::before { content: "\f547"; } .fa-people-robbery::before { content: "\e536"; } .fa-lightbulb::before { content: "\f0eb"; } .fa-caret-left::before { content: "\f0d9"; } .fa-circle-exclamation::before { content: "\f06a"; } .fa-exclamation-circle::before { content: "\f06a"; } .fa-school-circle-xmark::before { content: "\e56d"; } .fa-arrow-right-from-bracket::before { content: "\f08b"; } .fa-sign-out::before { content: "\f08b"; } .fa-circle-chevron-down::before { content: "\f13a"; } .fa-chevron-circle-down::before { content: "\f13a"; } .fa-unlock-keyhole::before { content: "\f13e"; } .fa-unlock-alt::before { content: "\f13e"; } .fa-cloud-showers-heavy::before { content: "\f740"; } .fa-headphones-simple::before { content: "\f58f"; } .fa-headphones-alt::before { content: "\f58f"; } .fa-sitemap::before { content: "\f0e8"; } .fa-circle-dollar-to-slot::before { content: "\f4b9"; } .fa-donate::before { content: "\f4b9"; } .fa-memory::before { content: "\f538"; } .fa-road-spikes::before { content: "\e568"; } .fa-fire-burner::before { content: "\e4f1"; } .fa-flag::before { content: "\f024"; } .fa-hanukiah::before { content: "\f6e6"; } .fa-feather::before { content: "\f52d"; } .fa-volume-low::before { content: "\f027"; } .fa-volume-down::before { content: "\f027"; } .fa-comment-slash::before { content: "\f4b3"; } .fa-cloud-sun-rain::before { content: "\f743"; } .fa-compress::before { content: "\f066"; } .fa-wheat-awn::before { content: "\e2cd"; } .fa-wheat-alt::before { content: "\e2cd"; } .fa-ankh::before { content: "\f644"; } .fa-hands-holding-child::before { content: "\e4fa"; } .fa-asterisk::before { content: "\2a"; } .fa-square-check::before { content: "\f14a"; } .fa-check-square::before { content: "\f14a"; } .fa-peseta-sign::before { content: "\e221"; } .fa-heading::before { content: "\f1dc"; } .fa-header::before { content: "\f1dc"; } .fa-ghost::before { content: "\f6e2"; } .fa-list::before { content: "\f03a"; } .fa-list-squares::before { content: "\f03a"; } .fa-square-phone-flip::before { content: "\f87b"; } .fa-phone-square-alt::before { content: "\f87b"; } .fa-cart-plus::before { content: "\f217"; } .fa-gamepad::before { content: "\f11b"; } .fa-circle-dot::before { content: "\f192"; } .fa-dot-circle::before { content: "\f192"; } .fa-face-dizzy::before { content: "\f567"; } .fa-dizzy::before { content: "\f567"; } .fa-egg::before { content: "\f7fb"; } .fa-house-medical-circle-xmark::before { content: "\e513"; } .fa-campground::before { content: "\f6bb"; } .fa-folder-plus::before { content: "\f65e"; } .fa-futbol::before { content: "\f1e3"; } .fa-futbol-ball::before { content: "\f1e3"; } .fa-soccer-ball::before { content: "\f1e3"; } .fa-paintbrush::before { content: "\f1fc"; } .fa-paint-brush::before { content: "\f1fc"; } .fa-lock::before { content: "\f023"; } .fa-gas-pump::before { content: "\f52f"; } .fa-hot-tub-person::before { content: "\f593"; } .fa-hot-tub::before { content: "\f593"; } .fa-map-location::before { content: "\f59f"; } .fa-map-marked::before { content: "\f59f"; } .fa-house-flood-water::before { content: "\e50e"; } .fa-tree::before { content: "\f1bb"; } .fa-bridge-lock::before { content: "\e4cc"; } .fa-sack-dollar::before { content: "\f81d"; } .fa-pen-to-square::before { content: "\f044"; } .fa-edit::before { content: "\f044"; } .fa-car-side::before { content: "\f5e4"; } .fa-share-nodes::before { content: "\f1e0"; } .fa-share-alt::before { content: "\f1e0"; } .fa-heart-circle-minus::before { content: "\e4ff"; } .fa-hourglass-half::before { content: "\f252"; } .fa-hourglass-2::before { content: "\f252"; } .fa-microscope::before { content: "\f610"; } .fa-sink::before { content: "\e06d"; } .fa-bag-shopping::before { content: "\f290"; } .fa-shopping-bag::before { content: "\f290"; } .fa-arrow-down-z-a::before { content: "\f881"; } .fa-sort-alpha-desc::before { content: "\f881"; } .fa-sort-alpha-down-alt::before { content: "\f881"; } .fa-mitten::before { content: "\f7b5"; } .fa-person-rays::before { content: "\e54d"; } .fa-users::before { content: "\f0c0"; } .fa-eye-slash::before { content: "\f070"; } .fa-flask-vial::before { content: "\e4f3"; } .fa-hand::before { content: "\f256"; } .fa-hand-paper::before { content: "\f256"; } .fa-om::before { content: "\f679"; } .fa-worm::before { content: "\e599"; } .fa-house-circle-xmark::before { content: "\e50b"; } .fa-plug::before { content: "\f1e6"; } .fa-chevron-up::before { content: "\f077"; } .fa-hand-spock::before { content: "\f259"; } .fa-stopwatch::before { content: "\f2f2"; } .fa-face-kiss::before { content: "\f596"; } .fa-kiss::before { content: "\f596"; } .fa-bridge-circle-xmark::before { content: "\e4cb"; } .fa-face-grin-tongue::before { content: "\f589"; } .fa-grin-tongue::before { content: "\f589"; } .fa-chess-bishop::before { content: "\f43a"; } .fa-face-grin-wink::before { content: "\f58c"; } .fa-grin-wink::before { content: "\f58c"; } .fa-ear-deaf::before { content: "\f2a4"; } .fa-deaf::before { content: "\f2a4"; } .fa-deafness::before { content: "\f2a4"; } .fa-hard-of-hearing::before { content: "\f2a4"; } .fa-road-circle-check::before { content: "\e564"; } .fa-dice-five::before { content: "\f523"; } .fa-square-rss::before { content: "\f143"; } .fa-rss-square::before { content: "\f143"; } .fa-land-mine-on::before { content: "\e51b"; } .fa-i-cursor::before { content: "\f246"; } .fa-stamp::before { content: "\f5bf"; } .fa-stairs::before { content: "\e289"; } .fa-i::before { content: "\49"; } .fa-hryvnia-sign::before { content: "\f6f2"; } .fa-hryvnia::before { content: "\f6f2"; } .fa-pills::before { content: "\f484"; } .fa-face-grin-wide::before { content: "\f581"; } .fa-grin-alt::before { content: "\f581"; } .fa-tooth::before { content: "\f5c9"; } .fa-v::before { content: "\56"; } .fa-bangladeshi-taka-sign::before { content: "\e2e6"; } .fa-bicycle::before { content: "\f206"; } .fa-staff-snake::before { content: "\e579"; } .fa-rod-asclepius::before { content: "\e579"; } .fa-rod-snake::before { content: "\e579"; } .fa-staff-aesculapius::before { content: "\e579"; } .fa-head-side-cough-slash::before { content: "\e062"; } .fa-truck-medical::before { content: "\f0f9"; } .fa-ambulance::before { content: "\f0f9"; } .fa-wheat-awn-circle-exclamation::before { content: "\e598"; } .fa-snowman::before { content: "\f7d0"; } .fa-mortar-pestle::before { content: "\f5a7"; } .fa-road-barrier::before { content: "\e562"; } .fa-school::before { content: "\f549"; } .fa-igloo::before { content: "\f7ae"; } .fa-joint::before { content: "\f595"; } .fa-angle-right::before { content: "\f105"; } .fa-horse::before { content: "\f6f0"; } .fa-q::before { content: "\51"; } .fa-g::before { content: "\47"; } .fa-notes-medical::before { content: "\f481"; } .fa-temperature-half::before { content: "\f2c9"; } .fa-temperature-2::before { content: "\f2c9"; } .fa-thermometer-2::before { content: "\f2c9"; } .fa-thermometer-half::before { content: "\f2c9"; } .fa-dong-sign::before { content: "\e169"; } .fa-capsules::before { content: "\f46b"; } .fa-poo-storm::before { content: "\f75a"; } .fa-poo-bolt::before { content: "\f75a"; } .fa-face-frown-open::before { content: "\f57a"; } .fa-frown-open::before { content: "\f57a"; } .fa-hand-point-up::before { content: "\f0a6"; } .fa-money-bill::before { content: "\f0d6"; } .fa-bookmark::before { content: "\f02e"; } .fa-align-justify::before { content: "\f039"; } .fa-umbrella-beach::before { content: "\f5ca"; } .fa-helmet-un::before { content: "\e503"; } .fa-bullseye::before { content: "\f140"; } .fa-bacon::before { content: "\f7e5"; } .fa-hand-point-down::before { content: "\f0a7"; } .fa-arrow-up-from-bracket::before { content: "\e09a"; } .fa-folder::before { content: "\f07b"; } .fa-folder-blank::before { content: "\f07b"; } .fa-file-waveform::before { content: "\f478"; } .fa-file-medical-alt::before { content: "\f478"; } .fa-radiation::before { content: "\f7b9"; } .fa-chart-simple::before { content: "\e473"; } .fa-mars-stroke::before { content: "\f229"; } .fa-vial::before { content: "\f492"; } .fa-gauge::before { content: "\f624"; } .fa-dashboard::before { content: "\f624"; } .fa-gauge-med::before { content: "\f624"; } .fa-tachometer-alt-average::before { content: "\f624"; } .fa-wand-magic-sparkles::before { content: "\e2ca"; } .fa-magic-wand-sparkles::before { content: "\e2ca"; } .fa-e::before { content: "\45"; } .fa-pen-clip::before { content: "\f305"; } .fa-pen-alt::before { content: "\f305"; } .fa-bridge-circle-exclamation::before { content: "\e4ca"; } .fa-user::before { content: "\f007"; } .fa-school-circle-check::before { content: "\e56b"; } .fa-dumpster::before { content: "\f793"; } .fa-van-shuttle::before { content: "\f5b6"; } .fa-shuttle-van::before { content: "\f5b6"; } .fa-building-user::before { content: "\e4da"; } .fa-square-caret-left::before { content: "\f191"; } .fa-caret-square-left::before { content: "\f191"; } .fa-highlighter::before { content: "\f591"; } .fa-key::before { content: "\f084"; } .fa-bullhorn::before { content: "\f0a1"; } .fa-globe::before { content: "\f0ac"; } .fa-synagogue::before { content: "\f69b"; } .fa-person-half-dress::before { content: "\e548"; } .fa-road-bridge::before { content: "\e563"; } .fa-location-arrow::before { content: "\f124"; } .fa-c::before { content: "\43"; } .fa-tablet-button::before { content: "\f10a"; } .fa-building-lock::before { content: "\e4d6"; } .fa-pizza-slice::before { content: "\f818"; } .fa-money-bill-wave::before { content: "\f53a"; } .fa-chart-area::before { content: "\f1fe"; } .fa-area-chart::before { content: "\f1fe"; } .fa-house-flag::before { content: "\e50d"; } .fa-person-circle-minus::before { content: "\e540"; } .fa-ban::before { content: "\f05e"; } .fa-cancel::before { content: "\f05e"; } .fa-camera-rotate::before { content: "\e0d8"; } .fa-spray-can-sparkles::before { content: "\f5d0"; } .fa-air-freshener::before { content: "\f5d0"; } .fa-star::before { content: "\f005"; } .fa-repeat::before { content: "\f363"; } .fa-cross::before { content: "\f654"; } .fa-box::before { content: "\f466"; } .fa-venus-mars::before { content: "\f228"; } .fa-arrow-pointer::before { content: "\f245"; } .fa-mouse-pointer::before { content: "\f245"; } .fa-maximize::before { content: "\f31e"; } .fa-expand-arrows-alt::before { content: "\f31e"; } .fa-charging-station::before { content: "\f5e7"; } .fa-shapes::before { content: "\f61f"; } .fa-triangle-circle-square::before { content: "\f61f"; } .fa-shuffle::before { content: "\f074"; } .fa-random::before { content: "\f074"; } .fa-person-running::before { content: "\f70c"; } .fa-running::before { content: "\f70c"; } .fa-mobile-retro::before { content: "\e527"; } .fa-grip-lines-vertical::before { content: "\f7a5"; } .fa-spider::before { content: "\f717"; } .fa-hands-bound::before { content: "\e4f9"; } .fa-file-invoice-dollar::before { content: "\f571"; } .fa-plane-circle-exclamation::before { content: "\e556"; } .fa-x-ray::before { content: "\f497"; } .fa-spell-check::before { content: "\f891"; } .fa-slash::before { content: "\f715"; } .fa-computer-mouse::before { content: "\f8cc"; } .fa-mouse::before { content: "\f8cc"; } .fa-arrow-right-to-bracket::before { content: "\f090"; } .fa-sign-in::before { content: "\f090"; } .fa-shop-slash::before { content: "\e070"; } .fa-store-alt-slash::before { content: "\e070"; } .fa-server::before { content: "\f233"; } .fa-virus-covid-slash::before { content: "\e4a9"; } .fa-shop-lock::before { content: "\e4a5"; } .fa-hourglass-start::before { content: "\f251"; } .fa-hourglass-1::before { content: "\f251"; } .fa-blender-phone::before { content: "\f6b6"; } .fa-building-wheat::before { content: "\e4db"; } .fa-person-breastfeeding::before { content: "\e53a"; } .fa-right-to-bracket::before { content: "\f2f6"; } .fa-sign-in-alt::before { content: "\f2f6"; } .fa-venus::before { content: "\f221"; } .fa-passport::before { content: "\f5ab"; } .fa-heart-pulse::before { content: "\f21e"; } .fa-heartbeat::before { content: "\f21e"; } .fa-people-carry-box::before { content: "\f4ce"; } .fa-people-carry::before { content: "\f4ce"; } .fa-temperature-high::before { content: "\f769"; } .fa-microchip::before { content: "\f2db"; } .fa-crown::before { content: "\f521"; } .fa-weight-hanging::before { content: "\f5cd"; } .fa-xmarks-lines::before { content: "\e59a"; } .fa-file-prescription::before { content: "\f572"; } .fa-weight-scale::before { content: "\f496"; } .fa-weight::before { content: "\f496"; } .fa-user-group::before { content: "\f500"; } .fa-user-friends::before { content: "\f500"; } .fa-arrow-up-a-z::before { content: "\f15e"; } .fa-sort-alpha-up::before { content: "\f15e"; } .fa-chess-knight::before { content: "\f441"; } .fa-face-laugh-squint::before { content: "\f59b"; } .fa-laugh-squint::before { content: "\f59b"; } .fa-wheelchair::before { content: "\f193"; } .fa-circle-arrow-up::before { content: "\f0aa"; } .fa-arrow-circle-up::before { content: "\f0aa"; } .fa-toggle-on::before { content: "\f205"; } .fa-person-walking::before { content: "\f554"; } .fa-walking::before { content: "\f554"; } .fa-l::before { content: "\4c"; } .fa-fire::before { content: "\f06d"; } .fa-bed-pulse::before { content: "\f487"; } .fa-procedures::before { content: "\f487"; } .fa-shuttle-space::before { content: "\f197"; } .fa-space-shuttle::before { content: "\f197"; } .fa-face-laugh::before { content: "\f599"; } .fa-laugh::before { content: "\f599"; } .fa-folder-open::before { content: "\f07c"; } .fa-heart-circle-plus::before { content: "\e500"; } .fa-code-fork::before { content: "\e13b"; } .fa-city::before { content: "\f64f"; } .fa-microphone-lines::before { content: "\f3c9"; } .fa-microphone-alt::before { content: "\f3c9"; } .fa-pepper-hot::before { content: "\f816"; } .fa-unlock::before { content: "\f09c"; } .fa-colon-sign::before { content: "\e140"; } .fa-headset::before { content: "\f590"; } .fa-store-slash::before { content: "\e071"; } .fa-road-circle-xmark::before { content: "\e566"; } .fa-user-minus::before { content: "\f503"; } .fa-mars-stroke-up::before { content: "\f22a"; } .fa-mars-stroke-v::before { content: "\f22a"; } .fa-champagne-glasses::before { content: "\f79f"; } .fa-glass-cheers::before { content: "\f79f"; } .fa-clipboard::before { content: "\f328"; } .fa-house-circle-exclamation::before { content: "\e50a"; } .fa-file-arrow-up::before { content: "\f574"; } .fa-file-upload::before { content: "\f574"; } .fa-wifi::before { content: "\f1eb"; } .fa-wifi-3::before { content: "\f1eb"; } .fa-wifi-strong::before { content: "\f1eb"; } .fa-bath::before { content: "\f2cd"; } .fa-bathtub::before { content: "\f2cd"; } .fa-underline::before { content: "\f0cd"; } .fa-user-pen::before { content: "\f4ff"; } .fa-user-edit::before { content: "\f4ff"; } .fa-signature::before { content: "\f5b7"; } .fa-stroopwafel::before { content: "\f551"; } .fa-bold::before { content: "\f032"; } .fa-anchor-lock::before { content: "\e4ad"; } .fa-building-ngo::before { content: "\e4d7"; } .fa-manat-sign::before { content: "\e1d5"; } .fa-not-equal::before { content: "\f53e"; } .fa-border-top-left::before { content: "\f853"; } .fa-border-style::before { content: "\f853"; } .fa-map-location-dot::before { content: "\f5a0"; } .fa-map-marked-alt::before { content: "\f5a0"; } .fa-jedi::before { content: "\f669"; } .fa-square-poll-vertical::before { content: "\f681"; } .fa-poll::before { content: "\f681"; } .fa-mug-hot::before { content: "\f7b6"; } .fa-car-battery::before { content: "\f5df"; } .fa-battery-car::before { content: "\f5df"; } .fa-gift::before { content: "\f06b"; } .fa-dice-two::before { content: "\f528"; } .fa-chess-queen::before { content: "\f445"; } .fa-glasses::before { content: "\f530"; } .fa-chess-board::before { content: "\f43c"; } .fa-building-circle-check::before { content: "\e4d2"; } .fa-person-chalkboard::before { content: "\e53d"; } .fa-mars-stroke-right::before { content: "\f22b"; } .fa-mars-stroke-h::before { content: "\f22b"; } .fa-hand-back-fist::before { content: "\f255"; } .fa-hand-rock::before { content: "\f255"; } .fa-square-caret-up::before { content: "\f151"; } .fa-caret-square-up::before { content: "\f151"; } .fa-cloud-showers-water::before { content: "\e4e4"; } .fa-chart-bar::before { content: "\f080"; } .fa-bar-chart::before { content: "\f080"; } .fa-hands-bubbles::before { content: "\e05e"; } .fa-hands-wash::before { content: "\e05e"; } .fa-less-than-equal::before { content: "\f537"; } .fa-train::before { content: "\f238"; } .fa-eye-low-vision::before { content: "\f2a8"; } .fa-low-vision::before { content: "\f2a8"; } .fa-crow::before { content: "\f520"; } .fa-sailboat::before { content: "\e445"; } .fa-window-restore::before { content: "\f2d2"; } .fa-square-plus::before { content: "\f0fe"; } .fa-plus-square::before { content: "\f0fe"; } .fa-torii-gate::before { content: "\f6a1"; } .fa-frog::before { content: "\f52e"; } .fa-bucket::before { content: "\e4cf"; } .fa-image::before { content: "\f03e"; } .fa-microphone::before { content: "\f130"; } .fa-cow::before { content: "\f6c8"; } .fa-caret-up::before { content: "\f0d8"; } .fa-screwdriver::before { content: "\f54a"; } .fa-folder-closed::before { content: "\e185"; } .fa-house-tsunami::before { content: "\e515"; } .fa-square-nfi::before { content: "\e576"; } .fa-arrow-up-from-ground-water::before { content: "\e4b5"; } .fa-martini-glass::before { content: "\f57b"; } .fa-glass-martini-alt::before { content: "\f57b"; } .fa-rotate-left::before { content: "\f2ea"; } .fa-rotate-back::before { content: "\f2ea"; } .fa-rotate-backward::before { content: "\f2ea"; } .fa-undo-alt::before { content: "\f2ea"; } .fa-table-columns::before { content: "\f0db"; } .fa-columns::before { content: "\f0db"; } .fa-lemon::before { content: "\f094"; } .fa-head-side-mask::before { content: "\e063"; } .fa-handshake::before { content: "\f2b5"; } .fa-gem::before { content: "\f3a5"; } .fa-dolly::before { content: "\f472"; } .fa-dolly-box::before { content: "\f472"; } .fa-smoking::before { content: "\f48d"; } .fa-minimize::before { content: "\f78c"; } .fa-compress-arrows-alt::before { content: "\f78c"; } .fa-monument::before { content: "\f5a6"; } .fa-snowplow::before { content: "\f7d2"; } .fa-angles-right::before { content: "\f101"; } .fa-angle-double-right::before { content: "\f101"; } .fa-cannabis::before { content: "\f55f"; } .fa-circle-play::before { content: "\f144"; } .fa-play-circle::before { content: "\f144"; } .fa-tablets::before { content: "\f490"; } .fa-ethernet::before { content: "\f796"; } .fa-euro-sign::before { content: "\f153"; } .fa-eur::before { content: "\f153"; } .fa-euro::before { content: "\f153"; } .fa-chair::before { content: "\f6c0"; } .fa-circle-check::before { content: "\f058"; } .fa-check-circle::before { content: "\f058"; } .fa-circle-stop::before { content: "\f28d"; } .fa-stop-circle::before { content: "\f28d"; } .fa-compass-drafting::before { content: "\f568"; } .fa-drafting-compass::before { content: "\f568"; } .fa-plate-wheat::before { content: "\e55a"; } .fa-icicles::before { content: "\f7ad"; } .fa-person-shelter::before { content: "\e54f"; } .fa-neuter::before { content: "\f22c"; } .fa-id-badge::before { content: "\f2c1"; } .fa-marker::before { content: "\f5a1"; } .fa-face-laugh-beam::before { content: "\f59a"; } .fa-laugh-beam::before { content: "\f59a"; } .fa-helicopter-symbol::before { content: "\e502"; } .fa-universal-access::before { content: "\f29a"; } .fa-circle-chevron-up::before { content: "\f139"; } .fa-chevron-circle-up::before { content: "\f139"; } .fa-lari-sign::before { content: "\e1c8"; } .fa-volcano::before { content: "\f770"; } .fa-person-walking-dashed-line-arrow-right::before { content: "\e553"; } .fa-sterling-sign::before { content: "\f154"; } .fa-gbp::before { content: "\f154"; } .fa-pound-sign::before { content: "\f154"; } .fa-viruses::before { content: "\e076"; } .fa-square-person-confined::before { content: "\e577"; } .fa-user-tie::before { content: "\f508"; } .fa-arrow-down-long::before { content: "\f175"; } .fa-long-arrow-down::before { content: "\f175"; } .fa-tent-arrow-down-to-line::before { content: "\e57e"; } .fa-certificate::before { content: "\f0a3"; } .fa-reply-all::before { content: "\f122"; } .fa-mail-reply-all::before { content: "\f122"; } .fa-suitcase::before { content: "\f0f2"; } .fa-person-skating::before { content: "\f7c5"; } .fa-skating::before { content: "\f7c5"; } .fa-filter-circle-dollar::before { content: "\f662"; } .fa-funnel-dollar::before { content: "\f662"; } .fa-camera-retro::before { content: "\f083"; } .fa-circle-arrow-down::before { content: "\f0ab"; } .fa-arrow-circle-down::before { content: "\f0ab"; } .fa-file-import::before { content: "\f56f"; } .fa-arrow-right-to-file::before { content: "\f56f"; } .fa-square-arrow-up-right::before { content: "\f14c"; } .fa-external-link-square::before { content: "\f14c"; } .fa-box-open::before { content: "\f49e"; } .fa-scroll::before { content: "\f70e"; } .fa-spa::before { content: "\f5bb"; } .fa-location-pin-lock::before { content: "\e51f"; } .fa-pause::before { content: "\f04c"; } .fa-hill-avalanche::before { content: "\e507"; } .fa-temperature-empty::before { content: "\f2cb"; } .fa-temperature-0::before { content: "\f2cb"; } .fa-thermometer-0::before { content: "\f2cb"; } .fa-thermometer-empty::before { content: "\f2cb"; } .fa-bomb::before { content: "\f1e2"; } .fa-registered::before { content: "\f25d"; } .fa-address-card::before { content: "\f2bb"; } .fa-contact-card::before { content: "\f2bb"; } .fa-vcard::before { content: "\f2bb"; } .fa-scale-unbalanced-flip::before { content: "\f516"; } .fa-balance-scale-right::before { content: "\f516"; } .fa-subscript::before { content: "\f12c"; } .fa-diamond-turn-right::before { content: "\f5eb"; } .fa-directions::before { content: "\f5eb"; } .fa-burst::before { content: "\e4dc"; } .fa-house-laptop::before { content: "\e066"; } .fa-laptop-house::before { content: "\e066"; } .fa-face-tired::before { content: "\f5c8"; } .fa-tired::before { content: "\f5c8"; } .fa-money-bills::before { content: "\e1f3"; } .fa-smog::before { content: "\f75f"; } .fa-crutch::before { content: "\f7f7"; } .fa-cloud-arrow-up::before { content: "\f0ee"; } .fa-cloud-upload::before { content: "\f0ee"; } .fa-cloud-upload-alt::before { content: "\f0ee"; } .fa-palette::before { content: "\f53f"; } .fa-arrows-turn-right::before { content: "\e4c0"; } .fa-vest::before { content: "\e085"; } .fa-ferry::before { content: "\e4ea"; } .fa-arrows-down-to-people::before { content: "\e4b9"; } .fa-seedling::before { content: "\f4d8"; } .fa-sprout::before { content: "\f4d8"; } .fa-left-right::before { content: "\f337"; } .fa-arrows-alt-h::before { content: "\f337"; } .fa-boxes-packing::before { content: "\e4c7"; } .fa-circle-arrow-left::before { content: "\f0a8"; } .fa-arrow-circle-left::before { content: "\f0a8"; } .fa-group-arrows-rotate::before { content: "\e4f6"; } .fa-bowl-food::before { content: "\e4c6"; } .fa-candy-cane::before { content: "\f786"; } .fa-arrow-down-wide-short::before { content: "\f160"; } .fa-sort-amount-asc::before { content: "\f160"; } .fa-sort-amount-down::before { content: "\f160"; } .fa-cloud-bolt::before { content: "\f76c"; } .fa-thunderstorm::before { content: "\f76c"; } .fa-text-slash::before { content: "\f87d"; } .fa-remove-format::before { content: "\f87d"; } .fa-face-smile-wink::before { content: "\f4da"; } .fa-smile-wink::before { content: "\f4da"; } .fa-file-word::before { content: "\f1c2"; } .fa-file-powerpoint::before { content: "\f1c4"; } .fa-arrows-left-right::before { content: "\f07e"; } .fa-arrows-h::before { content: "\f07e"; } .fa-house-lock::before { content: "\e510"; } .fa-cloud-arrow-down::before { content: "\f0ed"; } .fa-cloud-download::before { content: "\f0ed"; } .fa-cloud-download-alt::before { content: "\f0ed"; } .fa-children::before { content: "\e4e1"; } .fa-chalkboard::before { content: "\f51b"; } .fa-blackboard::before { content: "\f51b"; } .fa-user-large-slash::before { content: "\f4fa"; } .fa-user-alt-slash::before { content: "\f4fa"; } .fa-envelope-open::before { content: "\f2b6"; } .fa-handshake-simple-slash::before { content: "\e05f"; } .fa-handshake-alt-slash::before { content: "\e05f"; } .fa-mattress-pillow::before { content: "\e525"; } .fa-guarani-sign::before { content: "\e19a"; } .fa-arrows-rotate::before { content: "\f021"; } .fa-refresh::before { content: "\f021"; } .fa-sync::before { content: "\f021"; } .fa-fire-extinguisher::before { content: "\f134"; } .fa-cruzeiro-sign::before { content: "\e152"; } .fa-greater-than-equal::before { content: "\f532"; } .fa-shield-halved::before { content: "\f3ed"; } .fa-shield-alt::before { content: "\f3ed"; } .fa-book-atlas::before { content: "\f558"; } .fa-atlas::before { content: "\f558"; } .fa-virus::before { content: "\e074"; } .fa-envelope-circle-check::before { content: "\e4e8"; } .fa-layer-group::before { content: "\f5fd"; } .fa-arrows-to-dot::before { content: "\e4be"; } .fa-archway::before { content: "\f557"; } .fa-heart-circle-check::before { content: "\e4fd"; } .fa-house-chimney-crack::before { content: "\f6f1"; } .fa-house-damage::before { content: "\f6f1"; } .fa-file-zipper::before { content: "\f1c6"; } .fa-file-archive::before { content: "\f1c6"; } .fa-square::before { content: "\f0c8"; } .fa-martini-glass-empty::before { content: "\f000"; } .fa-glass-martini::before { content: "\f000"; } .fa-couch::before { content: "\f4b8"; } .fa-cedi-sign::before { content: "\e0df"; } .fa-italic::before { content: "\f033"; } .fa-table-cells-column-lock::before { content: "\e678"; } .fa-church::before { content: "\f51d"; } .fa-comments-dollar::before { content: "\f653"; } .fa-democrat::before { content: "\f747"; } .fa-z::before { content: "\5a"; } .fa-person-skiing::before { content: "\f7c9"; } .fa-skiing::before { content: "\f7c9"; } .fa-road-lock::before { content: "\e567"; } .fa-a::before { content: "\41"; } .fa-temperature-arrow-down::before { content: "\e03f"; } .fa-temperature-down::before { content: "\e03f"; } .fa-feather-pointed::before { content: "\f56b"; } .fa-feather-alt::before { content: "\f56b"; } .fa-p::before { content: "\50"; } .fa-snowflake::before { content: "\f2dc"; } .fa-newspaper::before { content: "\f1ea"; } .fa-rectangle-ad::before { content: "\f641"; } .fa-ad::before { content: "\f641"; } .fa-circle-arrow-right::before { content: "\f0a9"; } .fa-arrow-circle-right::before { content: "\f0a9"; } .fa-filter-circle-xmark::before { content: "\e17b"; } .fa-locust::before { content: "\e520"; } .fa-sort::before { content: "\f0dc"; } .fa-unsorted::before { content: "\f0dc"; } .fa-list-ol::before { content: "\f0cb"; } .fa-list-1-2::before { content: "\f0cb"; } .fa-list-numeric::before { content: "\f0cb"; } .fa-person-dress-burst::before { content: "\e544"; } .fa-money-check-dollar::before { content: "\f53d"; } .fa-money-check-alt::before { content: "\f53d"; } .fa-vector-square::before { content: "\f5cb"; } .fa-bread-slice::before { content: "\f7ec"; } .fa-language::before { content: "\f1ab"; } .fa-face-kiss-wink-heart::before { content: "\f598"; } .fa-kiss-wink-heart::before { content: "\f598"; } .fa-filter::before { content: "\f0b0"; } .fa-question::before { content: "\3f"; } .fa-file-signature::before { content: "\f573"; } .fa-up-down-left-right::before { content: "\f0b2"; } .fa-arrows-alt::before { content: "\f0b2"; } .fa-house-chimney-user::before { content: "\e065"; } .fa-hand-holding-heart::before { content: "\f4be"; } .fa-puzzle-piece::before { content: "\f12e"; } .fa-money-check::before { content: "\f53c"; } .fa-star-half-stroke::before { content: "\f5c0"; } .fa-star-half-alt::before { content: "\f5c0"; } .fa-code::before { content: "\f121"; } .fa-whiskey-glass::before { content: "\f7a0"; } .fa-glass-whiskey::before { content: "\f7a0"; } .fa-building-circle-exclamation::before { content: "\e4d3"; } .fa-magnifying-glass-chart::before { content: "\e522"; } .fa-arrow-up-right-from-square::before { content: "\f08e"; } .fa-external-link::before { content: "\f08e"; } .fa-cubes-stacked::before { content: "\e4e6"; } .fa-won-sign::before { content: "\f159"; } .fa-krw::before { content: "\f159"; } .fa-won::before { content: "\f159"; } .fa-virus-covid::before { content: "\e4a8"; } .fa-austral-sign::before { content: "\e0a9"; } .fa-f::before { content: "\46"; } .fa-leaf::before { content: "\f06c"; } .fa-road::before { content: "\f018"; } .fa-taxi::before { content: "\f1ba"; } .fa-cab::before { content: "\f1ba"; } .fa-person-circle-plus::before { content: "\e541"; } .fa-chart-pie::before { content: "\f200"; } .fa-pie-chart::before { content: "\f200"; } .fa-bolt-lightning::before { content: "\e0b7"; } .fa-sack-xmark::before { content: "\e56a"; } .fa-file-excel::before { content: "\f1c3"; } .fa-file-contract::before { content: "\f56c"; } .fa-fish-fins::before { content: "\e4f2"; } .fa-building-flag::before { content: "\e4d5"; } .fa-face-grin-beam::before { content: "\f582"; } .fa-grin-beam::before { content: "\f582"; } .fa-object-ungroup::before { content: "\f248"; } .fa-poop::before { content: "\f619"; } .fa-location-pin::before { content: "\f041"; } .fa-map-marker::before { content: "\f041"; } .fa-kaaba::before { content: "\f66b"; } .fa-toilet-paper::before { content: "\f71e"; } .fa-helmet-safety::before { content: "\f807"; } .fa-hard-hat::before { content: "\f807"; } .fa-hat-hard::before { content: "\f807"; } .fa-eject::before { content: "\f052"; } .fa-circle-right::before { content: "\f35a"; } .fa-arrow-alt-circle-right::before { content: "\f35a"; } .fa-plane-circle-check::before { content: "\e555"; } .fa-face-rolling-eyes::before { content: "\f5a5"; } .fa-meh-rolling-eyes::before { content: "\f5a5"; } .fa-object-group::before { content: "\f247"; } .fa-chart-line::before { content: "\f201"; } .fa-line-chart::before { content: "\f201"; } .fa-mask-ventilator::before { content: "\e524"; } .fa-arrow-right::before { content: "\f061"; } .fa-signs-post::before { content: "\f277"; } .fa-map-signs::before { content: "\f277"; } .fa-cash-register::before { content: "\f788"; } .fa-person-circle-question::before { content: "\e542"; } .fa-h::before { content: "\48"; } .fa-tarp::before { content: "\e57b"; } .fa-screwdriver-wrench::before { content: "\f7d9"; } .fa-tools::before { content: "\f7d9"; } .fa-arrows-to-eye::before { content: "\e4bf"; } .fa-plug-circle-bolt::before { content: "\e55b"; } .fa-heart::before { content: "\f004"; } .fa-mars-and-venus::before { content: "\f224"; } .fa-house-user::before { content: "\e1b0"; } .fa-home-user::before { content: "\e1b0"; } .fa-dumpster-fire::before { content: "\f794"; } .fa-house-crack::before { content: "\e3b1"; } .fa-martini-glass-citrus::before { content: "\f561"; } .fa-cocktail::before { content: "\f561"; } .fa-face-surprise::before { content: "\f5c2"; } .fa-surprise::before { content: "\f5c2"; } .fa-bottle-water::before { content: "\e4c5"; } .fa-circle-pause::before { content: "\f28b"; } .fa-pause-circle::before { content: "\f28b"; } .fa-toilet-paper-slash::before { content: "\e072"; } .fa-apple-whole::before { content: "\f5d1"; } .fa-apple-alt::before { content: "\f5d1"; } .fa-kitchen-set::before { content: "\e51a"; } .fa-r::before { content: "\52"; } .fa-temperature-quarter::before { content: "\f2ca"; } .fa-temperature-1::before { content: "\f2ca"; } .fa-thermometer-1::before { content: "\f2ca"; } .fa-thermometer-quarter::before { content: "\f2ca"; } .fa-cube::before { content: "\f1b2"; } .fa-bitcoin-sign::before { content: "\e0b4"; } .fa-shield-dog::before { content: "\e573"; } .fa-solar-panel::before { content: "\f5ba"; } .fa-lock-open::before { content: "\f3c1"; } .fa-elevator::before { content: "\e16d"; } .fa-money-bill-transfer::before { content: "\e528"; } .fa-money-bill-trend-up::before { content: "\e529"; } .fa-house-flood-water-circle-arrow-right::before { content: "\e50f"; } .fa-square-poll-horizontal::before { content: "\f682"; } .fa-poll-h::before { content: "\f682"; } .fa-circle::before { content: "\f111"; } .fa-backward-fast::before { content: "\f049"; } .fa-fast-backward::before { content: "\f049"; } .fa-recycle::before { content: "\f1b8"; } .fa-user-astronaut::before { content: "\f4fb"; } .fa-plane-slash::before { content: "\e069"; } .fa-trademark::before { content: "\f25c"; } .fa-basketball::before { content: "\f434"; } .fa-basketball-ball::before { content: "\f434"; } .fa-satellite-dish::before { content: "\f7c0"; } .fa-circle-up::before { content: "\f35b"; } .fa-arrow-alt-circle-up::before { content: "\f35b"; } .fa-mobile-screen-button::before { content: "\f3cd"; } .fa-mobile-alt::before { content: "\f3cd"; } .fa-volume-high::before { content: "\f028"; } .fa-volume-up::before { content: "\f028"; } .fa-users-rays::before { content: "\e593"; } .fa-wallet::before { content: "\f555"; } .fa-clipboard-check::before { content: "\f46c"; } .fa-file-audio::before { content: "\f1c7"; } .fa-burger::before { content: "\f805"; } .fa-hamburger::before { content: "\f805"; } .fa-wrench::before { content: "\f0ad"; } .fa-bugs::before { content: "\e4d0"; } .fa-rupee-sign::before { content: "\f156"; } .fa-rupee::before { content: "\f156"; } .fa-file-image::before { content: "\f1c5"; } .fa-circle-question::before { content: "\f059"; } .fa-question-circle::before { content: "\f059"; } .fa-plane-departure::before { content: "\f5b0"; } .fa-handshake-slash::before { content: "\e060"; } .fa-book-bookmark::before { content: "\e0bb"; } .fa-code-branch::before { content: "\f126"; } .fa-hat-cowboy::before { content: "\f8c0"; } .fa-bridge::before { content: "\e4c8"; } .fa-phone-flip::before { content: "\f879"; } .fa-phone-alt::before { content: "\f879"; } .fa-truck-front::before { content: "\e2b7"; } .fa-cat::before { content: "\f6be"; } .fa-anchor-circle-exclamation::before { content: "\e4ab"; } .fa-truck-field::before { content: "\e58d"; } .fa-route::before { content: "\f4d7"; } .fa-clipboard-question::before { content: "\e4e3"; } .fa-panorama::before { content: "\e209"; } .fa-comment-medical::before { content: "\f7f5"; } .fa-teeth-open::before { content: "\f62f"; } .fa-file-circle-minus::before { content: "\e4ed"; } .fa-tags::before { content: "\f02c"; } .fa-wine-glass::before { content: "\f4e3"; } .fa-forward-fast::before { content: "\f050"; } .fa-fast-forward::before { content: "\f050"; } .fa-face-meh-blank::before { content: "\f5a4"; } .fa-meh-blank::before { content: "\f5a4"; } .fa-square-parking::before { content: "\f540"; } .fa-parking::before { content: "\f540"; } .fa-house-signal::before { content: "\e012"; } .fa-bars-progress::before { content: "\f828"; } .fa-tasks-alt::before { content: "\f828"; } .fa-faucet-drip::before { content: "\e006"; } .fa-cart-flatbed::before { content: "\f474"; } .fa-dolly-flatbed::before { content: "\f474"; } .fa-ban-smoking::before { content: "\f54d"; } .fa-smoking-ban::before { content: "\f54d"; } .fa-terminal::before { content: "\f120"; } .fa-mobile-button::before { content: "\f10b"; } .fa-house-medical-flag::before { content: "\e514"; } .fa-basket-shopping::before { content: "\f291"; } .fa-shopping-basket::before { content: "\f291"; } .fa-tape::before { content: "\f4db"; } .fa-bus-simple::before { content: "\f55e"; } .fa-bus-alt::before { content: "\f55e"; } .fa-eye::before { content: "\f06e"; } .fa-face-sad-cry::before { content: "\f5b3"; } .fa-sad-cry::before { content: "\f5b3"; } .fa-audio-description::before { content: "\f29e"; } .fa-person-military-to-person::before { content: "\e54c"; } .fa-file-shield::before { content: "\e4f0"; } .fa-user-slash::before { content: "\f506"; } .fa-pen::before { content: "\f304"; } .fa-tower-observation::before { content: "\e586"; } .fa-file-code::before { content: "\f1c9"; } .fa-signal::before { content: "\f012"; } .fa-signal-5::before { content: "\f012"; } .fa-signal-perfect::before { content: "\f012"; } .fa-bus::before { content: "\f207"; } .fa-heart-circle-xmark::before { content: "\e501"; } .fa-house-chimney::before { content: "\e3af"; } .fa-home-lg::before { content: "\e3af"; } .fa-window-maximize::before { content: "\f2d0"; } .fa-face-frown::before { content: "\f119"; } .fa-frown::before { content: "\f119"; } .fa-prescription::before { content: "\f5b1"; } .fa-shop::before { content: "\f54f"; } .fa-store-alt::before { content: "\f54f"; } .fa-floppy-disk::before { content: "\f0c7"; } .fa-save::before { content: "\f0c7"; } .fa-vihara::before { content: "\f6a7"; } .fa-scale-unbalanced::before { content: "\f515"; } .fa-balance-scale-left::before { content: "\f515"; } .fa-sort-up::before { content: "\f0de"; } .fa-sort-asc::before { content: "\f0de"; } .fa-comment-dots::before { content: "\f4ad"; } .fa-commenting::before { content: "\f4ad"; } .fa-plant-wilt::before { content: "\e5aa"; } .fa-diamond::before { content: "\f219"; } .fa-face-grin-squint::before { content: "\f585"; } .fa-grin-squint::before { content: "\f585"; } .fa-hand-holding-dollar::before { content: "\f4c0"; } .fa-hand-holding-usd::before { content: "\f4c0"; } .fa-bacterium::before { content: "\e05a"; } .fa-hand-pointer::before { content: "\f25a"; } .fa-drum-steelpan::before { content: "\f56a"; } .fa-hand-scissors::before { content: "\f257"; } .fa-hands-praying::before { content: "\f684"; } .fa-praying-hands::before { content: "\f684"; } .fa-arrow-rotate-right::before { content: "\f01e"; } .fa-arrow-right-rotate::before { content: "\f01e"; } .fa-arrow-rotate-forward::before { content: "\f01e"; } .fa-redo::before { content: "\f01e"; } .fa-biohazard::before { content: "\f780"; } .fa-location-crosshairs::before { content: "\f601"; } .fa-location::before { content: "\f601"; } .fa-mars-double::before { content: "\f227"; } .fa-child-dress::before { content: "\e59c"; } .fa-users-between-lines::before { content: "\e591"; } .fa-lungs-virus::before { content: "\e067"; } .fa-face-grin-tears::before { content: "\f588"; } .fa-grin-tears::before { content: "\f588"; } .fa-phone::before { content: "\f095"; } .fa-calendar-xmark::before { content: "\f273"; } .fa-calendar-times::before { content: "\f273"; } .fa-child-reaching::before { content: "\e59d"; } .fa-head-side-virus::before { content: "\e064"; } .fa-user-gear::before { content: "\f4fe"; } .fa-user-cog::before { content: "\f4fe"; } .fa-arrow-up-1-9::before { content: "\f163"; } .fa-sort-numeric-up::before { content: "\f163"; } .fa-door-closed::before { content: "\f52a"; } .fa-shield-virus::before { content: "\e06c"; } .fa-dice-six::before { content: "\f526"; } .fa-mosquito-net::before { content: "\e52c"; } .fa-bridge-water::before { content: "\e4ce"; } .fa-person-booth::before { content: "\f756"; } .fa-text-width::before { content: "\f035"; } .fa-hat-wizard::before { content: "\f6e8"; } .fa-pen-fancy::before { content: "\f5ac"; } .fa-person-digging::before { content: "\f85e"; } .fa-digging::before { content: "\f85e"; } .fa-trash::before { content: "\f1f8"; } .fa-gauge-simple::before { content: "\f629"; } .fa-gauge-simple-med::before { content: "\f629"; } .fa-tachometer-average::before { content: "\f629"; } .fa-book-medical::before { content: "\f7e6"; } .fa-poo::before { content: "\f2fe"; } .fa-quote-right::before { content: "\f10e"; } .fa-quote-right-alt::before { content: "\f10e"; } .fa-shirt::before { content: "\f553"; } .fa-t-shirt::before { content: "\f553"; } .fa-tshirt::before { content: "\f553"; } .fa-cubes::before { content: "\f1b3"; } .fa-divide::before { content: "\f529"; } .fa-tenge-sign::before { content: "\f7d7"; } .fa-tenge::before { content: "\f7d7"; } .fa-headphones::before { content: "\f025"; } .fa-hands-holding::before { content: "\f4c2"; } .fa-hands-clapping::before { content: "\e1a8"; } .fa-republican::before { content: "\f75e"; } .fa-arrow-left::before { content: "\f060"; } .fa-person-circle-xmark::before { content: "\e543"; } .fa-ruler::before { content: "\f545"; } .fa-align-left::before { content: "\f036"; } .fa-dice-d6::before { content: "\f6d1"; } .fa-restroom::before { content: "\f7bd"; } .fa-j::before { content: "\4a"; } .fa-users-viewfinder::before { content: "\e595"; } .fa-file-video::before { content: "\f1c8"; } .fa-up-right-from-square::before { content: "\f35d"; } .fa-external-link-alt::before { content: "\f35d"; } .fa-table-cells::before { content: "\f00a"; } .fa-th::before { content: "\f00a"; } .fa-file-pdf::before { content: "\f1c1"; } .fa-book-bible::before { content: "\f647"; } .fa-bible::before { content: "\f647"; } .fa-o::before { content: "\4f"; } .fa-suitcase-medical::before { content: "\f0fa"; } .fa-medkit::before { content: "\f0fa"; } .fa-user-secret::before { content: "\f21b"; } .fa-otter::before { content: "\f700"; } .fa-person-dress::before { content: "\f182"; } .fa-female::before { content: "\f182"; } .fa-comment-dollar::before { content: "\f651"; } .fa-business-time::before { content: "\f64a"; } .fa-briefcase-clock::before { content: "\f64a"; } .fa-table-cells-large::before { content: "\f009"; } .fa-th-large::before { content: "\f009"; } .fa-book-tanakh::before { content: "\f827"; } .fa-tanakh::before { content: "\f827"; } .fa-phone-volume::before { content: "\f2a0"; } .fa-volume-control-phone::before { content: "\f2a0"; } .fa-hat-cowboy-side::before { content: "\f8c1"; } .fa-clipboard-user::before { content: "\f7f3"; } .fa-child::before { content: "\f1ae"; } .fa-lira-sign::before { content: "\f195"; } .fa-satellite::before { content: "\f7bf"; } .fa-plane-lock::before { content: "\e558"; } .fa-tag::before { content: "\f02b"; } .fa-comment::before { content: "\f075"; } .fa-cake-candles::before { content: "\f1fd"; } .fa-birthday-cake::before { content: "\f1fd"; } .fa-cake::before { content: "\f1fd"; } .fa-envelope::before { content: "\f0e0"; } .fa-angles-up::before { content: "\f102"; } .fa-angle-double-up::before { content: "\f102"; } .fa-paperclip::before { content: "\f0c6"; } .fa-arrow-right-to-city::before { content: "\e4b3"; } .fa-ribbon::before { content: "\f4d6"; } .fa-lungs::before { content: "\f604"; } .fa-arrow-up-9-1::before { content: "\f887"; } .fa-sort-numeric-up-alt::before { content: "\f887"; } .fa-litecoin-sign::before { content: "\e1d3"; } .fa-border-none::before { content: "\f850"; } .fa-circle-nodes::before { content: "\e4e2"; } .fa-parachute-box::before { content: "\f4cd"; } .fa-indent::before { content: "\f03c"; } .fa-truck-field-un::before { content: "\e58e"; } .fa-hourglass::before { content: "\f254"; } .fa-hourglass-empty::before { content: "\f254"; } .fa-mountain::before { content: "\f6fc"; } .fa-user-doctor::before { content: "\f0f0"; } .fa-user-md::before { content: "\f0f0"; } .fa-circle-info::before { content: "\f05a"; } .fa-info-circle::before { content: "\f05a"; } .fa-cloud-meatball::before { content: "\f73b"; } .fa-camera::before { content: "\f030"; } .fa-camera-alt::before { content: "\f030"; } .fa-square-virus::before { content: "\e578"; } .fa-meteor::before { content: "\f753"; } .fa-car-on::before { content: "\e4dd"; } .fa-sleigh::before { content: "\f7cc"; } .fa-arrow-down-1-9::before { content: "\f162"; } .fa-sort-numeric-asc::before { content: "\f162"; } .fa-sort-numeric-down::before { content: "\f162"; } .fa-hand-holding-droplet::before { content: "\f4c1"; } .fa-hand-holding-water::before { content: "\f4c1"; } .fa-water::before { content: "\f773"; } .fa-calendar-check::before { content: "\f274"; } .fa-braille::before { content: "\f2a1"; } .fa-prescription-bottle-medical::before { content: "\f486"; } .fa-prescription-bottle-alt::before { content: "\f486"; } .fa-landmark::before { content: "\f66f"; } .fa-truck::before { content: "\f0d1"; } .fa-crosshairs::before { content: "\f05b"; } .fa-person-cane::before { content: "\e53c"; } .fa-tent::before { content: "\e57d"; } .fa-vest-patches::before { content: "\e086"; } .fa-check-double::before { content: "\f560"; } .fa-arrow-down-a-z::before { content: "\f15d"; } .fa-sort-alpha-asc::before { content: "\f15d"; } .fa-sort-alpha-down::before { content: "\f15d"; } .fa-money-bill-wheat::before { content: "\e52a"; } .fa-cookie::before { content: "\f563"; } .fa-arrow-rotate-left::before { content: "\f0e2"; } .fa-arrow-left-rotate::before { content: "\f0e2"; } .fa-arrow-rotate-back::before { content: "\f0e2"; } .fa-arrow-rotate-backward::before { content: "\f0e2"; } .fa-undo::before { content: "\f0e2"; } .fa-hard-drive::before { content: "\f0a0"; } .fa-hdd::before { content: "\f0a0"; } .fa-face-grin-squint-tears::before { content: "\f586"; } .fa-grin-squint-tears::before { content: "\f586"; } .fa-dumbbell::before { content: "\f44b"; } .fa-rectangle-list::before { content: "\f022"; } .fa-list-alt::before { content: "\f022"; } .fa-tarp-droplet::before { content: "\e57c"; } .fa-house-medical-circle-check::before { content: "\e511"; } .fa-person-skiing-nordic::before { content: "\f7ca"; } .fa-skiing-nordic::before { content: "\f7ca"; } .fa-calendar-plus::before { content: "\f271"; } .fa-plane-arrival::before { content: "\f5af"; } .fa-circle-left::before { content: "\f359"; } .fa-arrow-alt-circle-left::before { content: "\f359"; } .fa-train-subway::before { content: "\f239"; } .fa-subway::before { content: "\f239"; } .fa-chart-gantt::before { content: "\e0e4"; } .fa-indian-rupee-sign::before { content: "\e1bc"; } .fa-indian-rupee::before { content: "\e1bc"; } .fa-inr::before { content: "\e1bc"; } .fa-crop-simple::before { content: "\f565"; } .fa-crop-alt::before { content: "\f565"; } .fa-money-bill-1::before { content: "\f3d1"; } .fa-money-bill-alt::before { content: "\f3d1"; } .fa-left-long::before { content: "\f30a"; } .fa-long-arrow-alt-left::before { content: "\f30a"; } .fa-dna::before { content: "\f471"; } .fa-virus-slash::before { content: "\e075"; } .fa-minus::before { content: "\f068"; } .fa-subtract::before { content: "\f068"; } .fa-chess::before { content: "\f439"; } .fa-arrow-left-long::before { content: "\f177"; } .fa-long-arrow-left::before { content: "\f177"; } .fa-plug-circle-check::before { content: "\e55c"; } .fa-street-view::before { content: "\f21d"; } .fa-franc-sign::before { content: "\e18f"; } .fa-volume-off::before { content: "\f026"; } .fa-hands-asl-interpreting::before { content: "\f2a3"; } .fa-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-asl-interpreting::before { content: "\f2a3"; } .fa-hands-american-sign-language-interpreting::before { content: "\f2a3"; } .fa-gear::before { content: "\f013"; } .fa-cog::before { content: "\f013"; } .fa-droplet-slash::before { content: "\f5c7"; } .fa-tint-slash::before { content: "\f5c7"; } .fa-mosque::before { content: "\f678"; } .fa-mosquito::before { content: "\e52b"; } .fa-star-of-david::before { content: "\f69a"; } .fa-person-military-rifle::before { content: "\e54b"; } .fa-cart-shopping::before { content: "\f07a"; } .fa-shopping-cart::before { content: "\f07a"; } .fa-vials::before { content: "\f493"; } .fa-plug-circle-plus::before { content: "\e55f"; } .fa-place-of-worship::before { content: "\f67f"; } .fa-grip-vertical::before { content: "\f58e"; } .fa-arrow-turn-up::before { content: "\f148"; } .fa-level-up::before { content: "\f148"; } .fa-u::before { content: "\55"; } .fa-square-root-variable::before { content: "\f698"; } .fa-square-root-alt::before { content: "\f698"; } .fa-clock::before { content: "\f017"; } .fa-clock-four::before { content: "\f017"; } .fa-backward-step::before { content: "\f048"; } .fa-step-backward::before { content: "\f048"; } .fa-pallet::before { content: "\f482"; } .fa-faucet::before { content: "\e005"; } .fa-baseball-bat-ball::before { content: "\f432"; } .fa-s::before { content: "\53"; } .fa-timeline::before { content: "\e29c"; } .fa-keyboard::before { content: "\f11c"; } .fa-caret-down::before { content: "\f0d7"; } .fa-house-chimney-medical::before { content: "\f7f2"; } .fa-clinic-medical::before { content: "\f7f2"; } .fa-temperature-three-quarters::before { content: "\f2c8"; } .fa-temperature-3::before { content: "\f2c8"; } .fa-thermometer-3::before { content: "\f2c8"; } .fa-thermometer-three-quarters::before { content: "\f2c8"; } .fa-mobile-screen::before { content: "\f3cf"; } .fa-mobile-android-alt::before { content: "\f3cf"; } .fa-plane-up::before { content: "\e22d"; } .fa-piggy-bank::before { content: "\f4d3"; } .fa-battery-half::before { content: "\f242"; } .fa-battery-3::before { content: "\f242"; } .fa-mountain-city::before { content: "\e52e"; } .fa-coins::before { content: "\f51e"; } .fa-khanda::before { content: "\f66d"; } .fa-sliders::before { content: "\f1de"; } .fa-sliders-h::before { content: "\f1de"; } .fa-folder-tree::before { content: "\f802"; } .fa-network-wired::before { content: "\f6ff"; } .fa-map-pin::before { content: "\f276"; } .fa-hamsa::before { content: "\f665"; } .fa-cent-sign::before { content: "\e3f5"; } .fa-flask::before { content: "\f0c3"; } .fa-person-pregnant::before { content: "\e31e"; } .fa-wand-sparkles::before { content: "\f72b"; } .fa-ellipsis-vertical::before { content: "\f142"; } .fa-ellipsis-v::before { content: "\f142"; } .fa-ticket::before { content: "\f145"; } .fa-power-off::before { content: "\f011"; } .fa-right-long::before { content: "\f30b"; } .fa-long-arrow-alt-right::before { content: "\f30b"; } .fa-flag-usa::before { content: "\f74d"; } .fa-laptop-file::before { content: "\e51d"; } .fa-tty::before { content: "\f1e4"; } .fa-teletype::before { content: "\f1e4"; } .fa-diagram-next::before { content: "\e476"; } .fa-person-rifle::before { content: "\e54e"; } .fa-house-medical-circle-exclamation::before { content: "\e512"; } .fa-closed-captioning::before { content: "\f20a"; } .fa-person-hiking::before { content: "\f6ec"; } .fa-hiking::before { content: "\f6ec"; } .fa-venus-double::before { content: "\f226"; } .fa-images::before { content: "\f302"; } .fa-calculator::before { content: "\f1ec"; } .fa-people-pulling::before { content: "\e535"; } .fa-n::before { content: "\4e"; } .fa-cable-car::before { content: "\f7da"; } .fa-tram::before { content: "\f7da"; } .fa-cloud-rain::before { content: "\f73d"; } .fa-building-circle-xmark::before { content: "\e4d4"; } .fa-ship::before { content: "\f21a"; } .fa-arrows-down-to-line::before { content: "\e4b8"; } .fa-download::before { content: "\f019"; } .fa-face-grin::before { content: "\f580"; } .fa-grin::before { content: "\f580"; } .fa-delete-left::before { content: "\f55a"; } .fa-backspace::before { content: "\f55a"; } .fa-eye-dropper::before { content: "\f1fb"; } .fa-eye-dropper-empty::before { content: "\f1fb"; } .fa-eyedropper::before { content: "\f1fb"; } .fa-file-circle-check::before { content: "\e5a0"; } .fa-forward::before { content: "\f04e"; } .fa-mobile::before { content: "\f3ce"; } .fa-mobile-android::before { content: "\f3ce"; } .fa-mobile-phone::before { content: "\f3ce"; } .fa-face-meh::before { content: "\f11a"; } .fa-meh::before { content: "\f11a"; } .fa-align-center::before { content: "\f037"; } .fa-book-skull::before { content: "\f6b7"; } .fa-book-dead::before { content: "\f6b7"; } .fa-id-card::before { content: "\f2c2"; } .fa-drivers-license::before { content: "\f2c2"; } .fa-outdent::before { content: "\f03b"; } .fa-dedent::before { content: "\f03b"; } .fa-heart-circle-exclamation::before { content: "\e4fe"; } .fa-house::before { content: "\f015"; } .fa-home::before { content: "\f015"; } .fa-home-alt::before { content: "\f015"; } .fa-home-lg-alt::before { content: "\f015"; } .fa-calendar-week::before { content: "\f784"; } .fa-laptop-medical::before { content: "\f812"; } .fa-b::before { content: "\42"; } .fa-file-medical::before { content: "\f477"; } .fa-dice-one::before { content: "\f525"; } .fa-kiwi-bird::before { content: "\f535"; } .fa-arrow-right-arrow-left::before { content: "\f0ec"; } .fa-exchange::before { content: "\f0ec"; } .fa-rotate-right::before { content: "\f2f9"; } .fa-redo-alt::before { content: "\f2f9"; } .fa-rotate-forward::before { content: "\f2f9"; } .fa-utensils::before { content: "\f2e7"; } .fa-cutlery::before { content: "\f2e7"; } .fa-arrow-up-wide-short::before { content: "\f161"; } .fa-sort-amount-up::before { content: "\f161"; } .fa-mill-sign::before { content: "\e1ed"; } .fa-bowl-rice::before { content: "\e2eb"; } .fa-skull::before { content: "\f54c"; } .fa-tower-broadcast::before { content: "\f519"; } .fa-broadcast-tower::before { content: "\f519"; } .fa-truck-pickup::before { content: "\f63c"; } .fa-up-long::before { content: "\f30c"; } .fa-long-arrow-alt-up::before { content: "\f30c"; } .fa-stop::before { content: "\f04d"; } .fa-code-merge::before { content: "\f387"; } .fa-upload::before { content: "\f093"; } .fa-hurricane::before { content: "\f751"; } .fa-mound::before { content: "\e52d"; } .fa-toilet-portable::before { content: "\e583"; } .fa-compact-disc::before { content: "\f51f"; } .fa-file-arrow-down::before { content: "\f56d"; } .fa-file-download::before { content: "\f56d"; } .fa-caravan::before { content: "\f8ff"; } .fa-shield-cat::before { content: "\e572"; } .fa-bolt::before { content: "\f0e7"; } .fa-zap::before { content: "\f0e7"; } .fa-glass-water::before { content: "\e4f4"; } .fa-oil-well::before { content: "\e532"; } .fa-vault::before { content: "\e2c5"; } .fa-mars::before { content: "\f222"; } .fa-toilet::before { content: "\f7d8"; } .fa-plane-circle-xmark::before { content: "\e557"; } .fa-yen-sign::before { content: "\f157"; } .fa-cny::before { content: "\f157"; } .fa-jpy::before { content: "\f157"; } .fa-rmb::before { content: "\f157"; } .fa-yen::before { content: "\f157"; } .fa-ruble-sign::before { content: "\f158"; } .fa-rouble::before { content: "\f158"; } .fa-rub::before { content: "\f158"; } .fa-ruble::before { content: "\f158"; } .fa-sun::before { content: "\f185"; } .fa-guitar::before { content: "\f7a6"; } .fa-face-laugh-wink::before { content: "\f59c"; } .fa-laugh-wink::before { content: "\f59c"; } .fa-horse-head::before { content: "\f7ab"; } .fa-bore-hole::before { content: "\e4c3"; } .fa-industry::before { content: "\f275"; } .fa-circle-down::before { content: "\f358"; } .fa-arrow-alt-circle-down::before { content: "\f358"; } .fa-arrows-turn-to-dots::before { content: "\e4c1"; } .fa-florin-sign::before { content: "\e184"; } .fa-arrow-down-short-wide::before { content: "\f884"; } .fa-sort-amount-desc::before { content: "\f884"; } .fa-sort-amount-down-alt::before { content: "\f884"; } .fa-less-than::before { content: "\3c"; } .fa-angle-down::before { content: "\f107"; } .fa-car-tunnel::before { content: "\e4de"; } .fa-head-side-cough::before { content: "\e061"; } .fa-grip-lines::before { content: "\f7a4"; } .fa-thumbs-down::before { content: "\f165"; } .fa-user-lock::before { content: "\f502"; } .fa-arrow-right-long::before { content: "\f178"; } .fa-long-arrow-right::before { content: "\f178"; } .fa-anchor-circle-xmark::before { content: "\e4ac"; } .fa-ellipsis::before { content: "\f141"; } .fa-ellipsis-h::before { content: "\f141"; } .fa-chess-pawn::before { content: "\f443"; } .fa-kit-medical::before { content: "\f479"; } .fa-first-aid::before { content: "\f479"; } .fa-person-through-window::before { content: "\e5a9"; } .fa-toolbox::before { content: "\f552"; } .fa-hands-holding-circle::before { content: "\e4fb"; } .fa-bug::before { content: "\f188"; } .fa-credit-card::before { content: "\f09d"; } .fa-credit-card-alt::before { content: "\f09d"; } .fa-car::before { content: "\f1b9"; } .fa-automobile::before { content: "\f1b9"; } .fa-hand-holding-hand::before { content: "\e4f7"; } .fa-book-open-reader::before { content: "\f5da"; } .fa-book-reader::before { content: "\f5da"; } .fa-mountain-sun::before { content: "\e52f"; } .fa-arrows-left-right-to-line::before { content: "\e4ba"; } .fa-dice-d20::before { content: "\f6cf"; } .fa-truck-droplet::before { content: "\e58c"; } .fa-file-circle-xmark::before { content: "\e5a1"; } .fa-temperature-arrow-up::before { content: "\e040"; } .fa-temperature-up::before { content: "\e040"; } .fa-medal::before { content: "\f5a2"; } .fa-bed::before { content: "\f236"; } .fa-square-h::before { content: "\f0fd"; } .fa-h-square::before { content: "\f0fd"; } .fa-podcast::before { content: "\f2ce"; } .fa-temperature-full::before { content: "\f2c7"; } .fa-temperature-4::before { content: "\f2c7"; } .fa-thermometer-4::before { content: "\f2c7"; } .fa-thermometer-full::before { content: "\f2c7"; } .fa-bell::before { content: "\f0f3"; } .fa-superscript::before { content: "\f12b"; } .fa-plug-circle-xmark::before { content: "\e560"; } .fa-star-of-life::before { content: "\f621"; } .fa-phone-slash::before { content: "\f3dd"; } .fa-paint-roller::before { content: "\f5aa"; } .fa-handshake-angle::before { content: "\f4c4"; } .fa-hands-helping::before { content: "\f4c4"; } .fa-location-dot::before { content: "\f3c5"; } .fa-map-marker-alt::before { content: "\f3c5"; } .fa-file::before { content: "\f15b"; } .fa-greater-than::before { content: "\3e"; } .fa-person-swimming::before { content: "\f5c4"; } .fa-swimmer::before { content: "\f5c4"; } .fa-arrow-down::before { content: "\f063"; } .fa-droplet::before { content: "\f043"; } .fa-tint::before { content: "\f043"; } .fa-eraser::before { content: "\f12d"; } .fa-earth-americas::before { content: "\f57d"; } .fa-earth::before { content: "\f57d"; } .fa-earth-america::before { content: "\f57d"; } .fa-globe-americas::before { content: "\f57d"; } .fa-person-burst::before { content: "\e53b"; } .fa-dove::before { content: "\f4ba"; } .fa-battery-empty::before { content: "\f244"; } .fa-battery-0::before { content: "\f244"; } .fa-socks::before { content: "\f696"; } .fa-inbox::before { content: "\f01c"; } .fa-section::before { content: "\e447"; } .fa-gauge-high::before { content: "\f625"; } .fa-tachometer-alt::before { content: "\f625"; } .fa-tachometer-alt-fast::before { content: "\f625"; } .fa-envelope-open-text::before { content: "\f658"; } .fa-hospital::before { content: "\f0f8"; } .fa-hospital-alt::before { content: "\f0f8"; } .fa-hospital-wide::before { content: "\f0f8"; } .fa-wine-bottle::before { content: "\f72f"; } .fa-chess-rook::before { content: "\f447"; } .fa-bars-staggered::before { content: "\f550"; } .fa-reorder::before { content: "\f550"; } .fa-stream::before { content: "\f550"; } .fa-dharmachakra::before { content: "\f655"; } .fa-hotdog::before { content: "\f80f"; } .fa-person-walking-with-cane::before { content: "\f29d"; } .fa-blind::before { content: "\f29d"; } .fa-drum::before { content: "\f569"; } .fa-ice-cream::before { content: "\f810"; } .fa-heart-circle-bolt::before { content: "\e4fc"; } .fa-fax::before { content: "\f1ac"; } .fa-paragraph::before { content: "\f1dd"; } .fa-check-to-slot::before { content: "\f772"; } .fa-vote-yea::before { content: "\f772"; } .fa-star-half::before { content: "\f089"; } .fa-boxes-stacked::before { content: "\f468"; } .fa-boxes::before { content: "\f468"; } .fa-boxes-alt::before { content: "\f468"; } .fa-link::before { content: "\f0c1"; } .fa-chain::before { content: "\f0c1"; } .fa-ear-listen::before { content: "\f2a2"; } .fa-assistive-listening-systems::before { content: "\f2a2"; } .fa-tree-city::before { content: "\e587"; } .fa-play::before { content: "\f04b"; } .fa-font::before { content: "\f031"; } .fa-table-cells-row-lock::before { content: "\e67a"; } .fa-rupiah-sign::before { content: "\e23d"; } .fa-magnifying-glass::before { content: "\f002"; } .fa-search::before { content: "\f002"; } .fa-table-tennis-paddle-ball::before { content: "\f45d"; } .fa-ping-pong-paddle-ball::before { content: "\f45d"; } .fa-table-tennis::before { content: "\f45d"; } .fa-person-dots-from-line::before { content: "\f470"; } .fa-diagnoses::before { content: "\f470"; } .fa-trash-can-arrow-up::before { content: "\f82a"; } .fa-trash-restore-alt::before { content: "\f82a"; } .fa-naira-sign::before { content: "\e1f6"; } .fa-cart-arrow-down::before { content: "\f218"; } .fa-walkie-talkie::before { content: "\f8ef"; } .fa-file-pen::before { content: "\f31c"; } .fa-file-edit::before { content: "\f31c"; } .fa-receipt::before { content: "\f543"; } .fa-square-pen::before { content: "\f14b"; } .fa-pen-square::before { content: "\f14b"; } .fa-pencil-square::before { content: "\f14b"; } .fa-suitcase-rolling::before { content: "\f5c1"; } .fa-person-circle-exclamation::before { content: "\e53f"; } .fa-chevron-down::before { content: "\f078"; } .fa-battery-full::before { content: "\f240"; } .fa-battery::before { content: "\f240"; } .fa-battery-5::before { content: "\f240"; } .fa-skull-crossbones::before { content: "\f714"; } .fa-code-compare::before { content: "\e13a"; } .fa-list-ul::before { content: "\f0ca"; } .fa-list-dots::before { content: "\f0ca"; } .fa-school-lock::before { content: "\e56f"; } .fa-tower-cell::before { content: "\e585"; } .fa-down-long::before { content: "\f309"; } .fa-long-arrow-alt-down::before { content: "\f309"; } .fa-ranking-star::before { content: "\e561"; } .fa-chess-king::before { content: "\f43f"; } .fa-person-harassing::before { content: "\e549"; } .fa-brazilian-real-sign::before { content: "\e46c"; } .fa-landmark-dome::before { content: "\f752"; } .fa-landmark-alt::before { content: "\f752"; } .fa-arrow-up::before { content: "\f062"; } .fa-tv::before { content: "\f26c"; } .fa-television::before { content: "\f26c"; } .fa-tv-alt::before { content: "\f26c"; } .fa-shrimp::before { content: "\e448"; } .fa-list-check::before { content: "\f0ae"; } .fa-tasks::before { content: "\f0ae"; } .fa-jug-detergent::before { content: "\e519"; } .fa-circle-user::before { content: "\f2bd"; } .fa-user-circle::before { content: "\f2bd"; } .fa-user-shield::before { content: "\f505"; } .fa-wind::before { content: "\f72e"; } .fa-car-burst::before { content: "\f5e1"; } .fa-car-crash::before { content: "\f5e1"; } .fa-y::before { content: "\59"; } .fa-person-snowboarding::before { content: "\f7ce"; } .fa-snowboarding::before { content: "\f7ce"; } .fa-truck-fast::before { content: "\f48b"; } .fa-shipping-fast::before { content: "\f48b"; } .fa-fish::before { content: "\f578"; } .fa-user-graduate::before { content: "\f501"; } .fa-circle-half-stroke::before { content: "\f042"; } .fa-adjust::before { content: "\f042"; } .fa-clapperboard::before { content: "\e131"; } .fa-circle-radiation::before { content: "\f7ba"; } .fa-radiation-alt::before { content: "\f7ba"; } .fa-baseball::before { content: "\f433"; } .fa-baseball-ball::before { content: "\f433"; } .fa-jet-fighter-up::before { content: "\e518"; } .fa-diagram-project::before { content: "\f542"; } .fa-project-diagram::before { content: "\f542"; } .fa-copy::before { content: "\f0c5"; } .fa-volume-xmark::before { content: "\f6a9"; } .fa-volume-mute::before { content: "\f6a9"; } .fa-volume-times::before { content: "\f6a9"; } .fa-hand-sparkles::before { content: "\e05d"; } .fa-grip::before { content: "\f58d"; } .fa-grip-horizontal::before { content: "\f58d"; } .fa-share-from-square::before { content: "\f14d"; } .fa-share-square::before { content: "\f14d"; } .fa-child-combatant::before { content: "\e4e0"; } .fa-child-rifle::before { content: "\e4e0"; } .fa-gun::before { content: "\e19b"; } .fa-square-phone::before { content: "\f098"; } .fa-phone-square::before { content: "\f098"; } .fa-plus::before { content: "\2b"; } .fa-add::before { content: "\2b"; } .fa-expand::before { content: "\f065"; } .fa-computer::before { content: "\e4e5"; } .fa-xmark::before { content: "\f00d"; } .fa-close::before { content: "\f00d"; } .fa-multiply::before { content: "\f00d"; } .fa-remove::before { content: "\f00d"; } .fa-times::before { content: "\f00d"; } .fa-arrows-up-down-left-right::before { content: "\f047"; } .fa-arrows::before { content: "\f047"; } .fa-chalkboard-user::before { content: "\f51c"; } .fa-chalkboard-teacher::before { content: "\f51c"; } .fa-peso-sign::before { content: "\e222"; } .fa-building-shield::before { content: "\e4d8"; } .fa-baby::before { content: "\f77c"; } .fa-users-line::before { content: "\e592"; } .fa-quote-left::before { content: "\f10d"; } .fa-quote-left-alt::before { content: "\f10d"; } .fa-tractor::before { content: "\f722"; } .fa-trash-arrow-up::before { content: "\f829"; } .fa-trash-restore::before { content: "\f829"; } .fa-arrow-down-up-lock::before { content: "\e4b0"; } .fa-lines-leaning::before { content: "\e51e"; } .fa-ruler-combined::before { content: "\f546"; } .fa-copyright::before { content: "\f1f9"; } .fa-equals::before { content: "\3d"; } .fa-blender::before { content: "\f517"; } .fa-teeth::before { content: "\f62e"; } .fa-shekel-sign::before { content: "\f20b"; } .fa-ils::before { content: "\f20b"; } .fa-shekel::before { content: "\f20b"; } .fa-sheqel::before { content: "\f20b"; } .fa-sheqel-sign::before { content: "\f20b"; } .fa-map::before { content: "\f279"; } .fa-rocket::before { content: "\f135"; } .fa-photo-film::before { content: "\f87c"; } .fa-photo-video::before { content: "\f87c"; } .fa-folder-minus::before { content: "\f65d"; } .fa-store::before { content: "\f54e"; } .fa-arrow-trend-up::before { content: "\e098"; } .fa-plug-circle-minus::before { content: "\e55e"; } .fa-sign-hanging::before { content: "\f4d9"; } .fa-sign::before { content: "\f4d9"; } .fa-bezier-curve::before { content: "\f55b"; } .fa-bell-slash::before { content: "\f1f6"; } .fa-tablet::before { content: "\f3fb"; } .fa-tablet-android::before { content: "\f3fb"; } .fa-school-flag::before { content: "\e56e"; } .fa-fill::before { content: "\f575"; } .fa-angle-up::before { content: "\f106"; } .fa-drumstick-bite::before { content: "\f6d7"; } .fa-holly-berry::before { content: "\f7aa"; } .fa-chevron-left::before { content: "\f053"; } .fa-bacteria::before { content: "\e059"; } .fa-hand-lizard::before { content: "\f258"; } .fa-notdef::before { content: "\e1fe"; } .fa-disease::before { content: "\f7fa"; } .fa-briefcase-medical::before { content: "\f469"; } .fa-genderless::before { content: "\f22d"; } .fa-chevron-right::before { content: "\f054"; } .fa-retweet::before { content: "\f079"; } .fa-car-rear::before { content: "\f5de"; } .fa-car-alt::before { content: "\f5de"; } .fa-pump-soap::before { content: "\e06b"; } .fa-video-slash::before { content: "\f4e2"; } .fa-battery-quarter::before { content: "\f243"; } .fa-battery-2::before { content: "\f243"; } .fa-radio::before { content: "\f8d7"; } .fa-baby-carriage::before { content: "\f77d"; } .fa-carriage-baby::before { content: "\f77d"; } .fa-traffic-light::before { content: "\f637"; } .fa-thermometer::before { content: "\f491"; } .fa-vr-cardboard::before { content: "\f729"; } .fa-hand-middle-finger::before { content: "\f806"; } .fa-percent::before { content: "\25"; } .fa-percentage::before { content: "\25"; } .fa-truck-moving::before { content: "\f4df"; } .fa-glass-water-droplet::before { content: "\e4f5"; } .fa-display::before { content: "\e163"; } .fa-face-smile::before { content: "\f118"; } .fa-smile::before { content: "\f118"; } .fa-thumbtack::before { content: "\f08d"; } .fa-thumb-tack::before { content: "\f08d"; } .fa-trophy::before { content: "\f091"; } .fa-person-praying::before { content: "\f683"; } .fa-pray::before { content: "\f683"; } .fa-hammer::before { content: "\f6e3"; } .fa-hand-peace::before { content: "\f25b"; } .fa-rotate::before { content: "\f2f1"; } .fa-sync-alt::before { content: "\f2f1"; } .fa-spinner::before { content: "\f110"; } .fa-robot::before { content: "\f544"; } .fa-peace::before { content: "\f67c"; } .fa-gears::before { content: "\f085"; } .fa-cogs::before { content: "\f085"; } .fa-warehouse::before { content: "\f494"; } .fa-arrow-up-right-dots::before { content: "\e4b7"; } .fa-splotch::before { content: "\f5bc"; } .fa-face-grin-hearts::before { content: "\f584"; } .fa-grin-hearts::before { content: "\f584"; } .fa-dice-four::before { content: "\f524"; } .fa-sim-card::before { content: "\f7c4"; } .fa-transgender::before { content: "\f225"; } .fa-transgender-alt::before { content: "\f225"; } .fa-mercury::before { content: "\f223"; } .fa-arrow-turn-down::before { content: "\f149"; } .fa-level-down::before { content: "\f149"; } .fa-person-falling-burst::before { content: "\e547"; } .fa-award::before { content: "\f559"; } .fa-ticket-simple::before { content: "\f3ff"; } .fa-ticket-alt::before { content: "\f3ff"; } .fa-building::before { content: "\f1ad"; } .fa-angles-left::before { content: "\f100"; } .fa-angle-double-left::before { content: "\f100"; } .fa-qrcode::before { content: "\f029"; } .fa-clock-rotate-left::before { content: "\f1da"; } .fa-history::before { content: "\f1da"; } .fa-face-grin-beam-sweat::before { content: "\f583"; } .fa-grin-beam-sweat::before { content: "\f583"; } .fa-file-export::before { content: "\f56e"; } .fa-arrow-right-from-file::before { content: "\f56e"; } .fa-shield::before { content: "\f132"; } .fa-shield-blank::before { content: "\f132"; } .fa-arrow-up-short-wide::before { content: "\f885"; } .fa-sort-amount-up-alt::before { content: "\f885"; } .fa-house-medical::before { content: "\e3b2"; } .fa-golf-ball-tee::before { content: "\f450"; } .fa-golf-ball::before { content: "\f450"; } .fa-circle-chevron-left::before { content: "\f137"; } .fa-chevron-circle-left::before { content: "\f137"; } .fa-house-chimney-window::before { content: "\e00d"; } .fa-pen-nib::before { content: "\f5ad"; } .fa-tent-arrow-turn-left::before { content: "\e580"; } .fa-tents::before { content: "\e582"; } .fa-wand-magic::before { content: "\f0d0"; } .fa-magic::before { content: "\f0d0"; } .fa-dog::before { content: "\f6d3"; } .fa-carrot::before { content: "\f787"; } .fa-moon::before { content: "\f186"; } .fa-wine-glass-empty::before { content: "\f5ce"; } .fa-wine-glass-alt::before { content: "\f5ce"; } .fa-cheese::before { content: "\f7ef"; } .fa-yin-yang::before { content: "\f6ad"; } .fa-music::before { content: "\f001"; } .fa-code-commit::before { content: "\f386"; } .fa-temperature-low::before { content: "\f76b"; } .fa-person-biking::before { content: "\f84a"; } .fa-biking::before { content: "\f84a"; } .fa-broom::before { content: "\f51a"; } .fa-shield-heart::before { content: "\e574"; } .fa-gopuram::before { content: "\f664"; } .fa-earth-oceania::before { content: "\e47b"; } .fa-globe-oceania::before { content: "\e47b"; } .fa-square-xmark::before { content: "\f2d3"; } .fa-times-square::before { content: "\f2d3"; } .fa-xmark-square::before { content: "\f2d3"; } .fa-hashtag::before { content: "\23"; } .fa-up-right-and-down-left-from-center::before { content: "\f424"; } .fa-expand-alt::before { content: "\f424"; } .fa-oil-can::before { content: "\f613"; } .fa-t::before { content: "\54"; } .fa-hippo::before { content: "\f6ed"; } .fa-chart-column::before { content: "\e0e3"; } .fa-infinity::before { content: "\f534"; } .fa-vial-circle-check::before { content: "\e596"; } .fa-person-arrow-down-to-line::before { content: "\e538"; } .fa-voicemail::before { content: "\f897"; } .fa-fan::before { content: "\f863"; } .fa-person-walking-luggage::before { content: "\e554"; } .fa-up-down::before { content: "\f338"; } .fa-arrows-alt-v::before { content: "\f338"; } .fa-cloud-moon-rain::before { content: "\f73c"; } .fa-calendar::before { content: "\f133"; } .fa-trailer::before { content: "\e041"; } .fa-bahai::before { content: "\f666"; } .fa-haykal::before { content: "\f666"; } .fa-sd-card::before { content: "\f7c2"; } .fa-dragon::before { content: "\f6d5"; } .fa-shoe-prints::before { content: "\f54b"; } .fa-circle-plus::before { content: "\f055"; } .fa-plus-circle::before { content: "\f055"; } .fa-face-grin-tongue-wink::before { content: "\f58b"; } .fa-grin-tongue-wink::before { content: "\f58b"; } .fa-hand-holding::before { content: "\f4bd"; } .fa-plug-circle-exclamation::before { content: "\e55d"; } .fa-link-slash::before { content: "\f127"; } .fa-chain-broken::before { content: "\f127"; } .fa-chain-slash::before { content: "\f127"; } .fa-unlink::before { content: "\f127"; } .fa-clone::before { content: "\f24d"; } .fa-person-walking-arrow-loop-left::before { content: "\e551"; } .fa-arrow-up-z-a::before { content: "\f882"; } .fa-sort-alpha-up-alt::before { content: "\f882"; } .fa-fire-flame-curved::before { content: "\f7e4"; } .fa-fire-alt::before { content: "\f7e4"; } .fa-tornado::before { content: "\f76f"; } .fa-file-circle-plus::before { content: "\e494"; } .fa-book-quran::before { content: "\f687"; } .fa-quran::before { content: "\f687"; } .fa-anchor::before { content: "\f13d"; } .fa-border-all::before { content: "\f84c"; } .fa-face-angry::before { content: "\f556"; } .fa-angry::before { content: "\f556"; } .fa-cookie-bite::before { content: "\f564"; } .fa-arrow-trend-down::before { content: "\e097"; } .fa-rss::before { content: "\f09e"; } .fa-feed::before { content: "\f09e"; } .fa-draw-polygon::before { content: "\f5ee"; } .fa-scale-balanced::before { content: "\f24e"; } .fa-balance-scale::before { content: "\f24e"; } .fa-gauge-simple-high::before { content: "\f62a"; } .fa-tachometer::before { content: "\f62a"; } .fa-tachometer-fast::before { content: "\f62a"; } .fa-shower::before { content: "\f2cc"; } .fa-desktop::before { content: "\f390"; } .fa-desktop-alt::before { content: "\f390"; } .fa-m::before { content: "\4d"; } .fa-table-list::before { content: "\f00b"; } .fa-th-list::before { content: "\f00b"; } .fa-comment-sms::before { content: "\f7cd"; } .fa-sms::before { content: "\f7cd"; } .fa-book::before { content: "\f02d"; } .fa-user-plus::before { content: "\f234"; } .fa-check::before { content: "\f00c"; } .fa-battery-three-quarters::before { content: "\f241"; } .fa-battery-4::before { content: "\f241"; } .fa-house-circle-check::before { content: "\e509"; } .fa-angle-left::before { content: "\f104"; } .fa-diagram-successor::before { content: "\e47a"; } .fa-truck-arrow-right::before { content: "\e58b"; } .fa-arrows-split-up-and-left::before { content: "\e4bc"; } .fa-hand-fist::before { content: "\f6de"; } .fa-fist-raised::before { content: "\f6de"; } .fa-cloud-moon::before { content: "\f6c3"; } .fa-briefcase::before { content: "\f0b1"; } .fa-person-falling::before { content: "\e546"; } .fa-image-portrait::before { content: "\f3e0"; } .fa-portrait::before { content: "\f3e0"; } .fa-user-tag::before { content: "\f507"; } .fa-rug::before { content: "\e569"; } .fa-earth-europe::before { content: "\f7a2"; } .fa-globe-europe::before { content: "\f7a2"; } .fa-cart-flatbed-suitcase::before { content: "\f59d"; } .fa-luggage-cart::before { content: "\f59d"; } .fa-rectangle-xmark::before { content: "\f410"; } .fa-rectangle-times::before { content: "\f410"; } .fa-times-rectangle::before { content: "\f410"; } .fa-window-close::before { content: "\f410"; } .fa-baht-sign::before { content: "\e0ac"; } .fa-book-open::before { content: "\f518"; } .fa-book-journal-whills::before { content: "\f66a"; } .fa-journal-whills::before { content: "\f66a"; } .fa-handcuffs::before { content: "\e4f8"; } .fa-triangle-exclamation::before { content: "\f071"; } .fa-exclamation-triangle::before { content: "\f071"; } .fa-warning::before { content: "\f071"; } .fa-database::before { content: "\f1c0"; } .fa-share::before { content: "\f064"; } .fa-mail-forward::before { content: "\f064"; } .fa-bottle-droplet::before { content: "\e4c4"; } .fa-mask-face::before { content: "\e1d7"; } .fa-hill-rockslide::before { content: "\e508"; } .fa-right-left::before { content: "\f362"; } .fa-exchange-alt::before { content: "\f362"; } .fa-paper-plane::before { content: "\f1d8"; } .fa-road-circle-exclamation::before { content: "\e565"; } .fa-dungeon::before { content: "\f6d9"; } .fa-align-right::before { content: "\f038"; } .fa-money-bill-1-wave::before { content: "\f53b"; } .fa-money-bill-wave-alt::before { content: "\f53b"; } .fa-life-ring::before { content: "\f1cd"; } .fa-hands::before { content: "\f2a7"; } .fa-sign-language::before { content: "\f2a7"; } .fa-signing::before { content: "\f2a7"; } .fa-calendar-day::before { content: "\f783"; } .fa-water-ladder::before { content: "\f5c5"; } .fa-ladder-water::before { content: "\f5c5"; } .fa-swimming-pool::before { content: "\f5c5"; } .fa-arrows-up-down::before { content: "\f07d"; } .fa-arrows-v::before { content: "\f07d"; } .fa-face-grimace::before { content: "\f57f"; } .fa-grimace::before { content: "\f57f"; } .fa-wheelchair-move::before { content: "\e2ce"; } .fa-wheelchair-alt::before { content: "\e2ce"; } .fa-turn-down::before { content: "\f3be"; } .fa-level-down-alt::before { content: "\f3be"; } .fa-person-walking-arrow-right::before { content: "\e552"; } .fa-square-envelope::before { content: "\f199"; } .fa-envelope-square::before { content: "\f199"; } .fa-dice::before { content: "\f522"; } .fa-bowling-ball::before { content: "\f436"; } .fa-brain::before { content: "\f5dc"; } .fa-bandage::before { content: "\f462"; } .fa-band-aid::before { content: "\f462"; } .fa-calendar-minus::before { content: "\f272"; } .fa-circle-xmark::before { content: "\f057"; } .fa-times-circle::before { content: "\f057"; } .fa-xmark-circle::before { content: "\f057"; } .fa-gifts::before { content: "\f79c"; } .fa-hotel::before { content: "\f594"; } .fa-earth-asia::before { content: "\f57e"; } .fa-globe-asia::before { content: "\f57e"; } .fa-id-card-clip::before { content: "\f47f"; } .fa-id-card-alt::before { content: "\f47f"; } .fa-magnifying-glass-plus::before { content: "\f00e"; } .fa-search-plus::before { content: "\f00e"; } .fa-thumbs-up::before { content: "\f164"; } .fa-user-clock::before { content: "\f4fd"; } .fa-hand-dots::before { content: "\f461"; } .fa-allergies::before { content: "\f461"; } .fa-file-invoice::before { content: "\f570"; } .fa-window-minimize::before { content: "\f2d1"; } .fa-mug-saucer::before { content: "\f0f4"; } .fa-coffee::before { content: "\f0f4"; } .fa-brush::before { content: "\f55d"; } .fa-mask::before { content: "\f6fa"; } .fa-magnifying-glass-minus::before { content: "\f010"; } .fa-search-minus::before { content: "\f010"; } .fa-ruler-vertical::before { content: "\f548"; } .fa-user-large::before { content: "\f406"; } .fa-user-alt::before { content: "\f406"; } .fa-train-tram::before { content: "\e5b4"; } .fa-user-nurse::before { content: "\f82f"; } .fa-syringe::before { content: "\f48e"; } .fa-cloud-sun::before { content: "\f6c4"; } .fa-stopwatch-20::before { content: "\e06f"; } .fa-square-full::before { content: "\f45c"; } .fa-magnet::before { content: "\f076"; } .fa-jar::before { content: "\e516"; } .fa-note-sticky::before { content: "\f249"; } .fa-sticky-note::before { content: "\f249"; } .fa-bug-slash::before { content: "\e490"; } .fa-arrow-up-from-water-pump::before { content: "\e4b6"; } .fa-bone::before { content: "\f5d7"; } .fa-user-injured::before { content: "\f728"; } .fa-face-sad-tear::before { content: "\f5b4"; } .fa-sad-tear::before { content: "\f5b4"; } .fa-plane::before { content: "\f072"; } .fa-tent-arrows-down::before { content: "\e581"; } .fa-exclamation::before { content: "\21"; } .fa-arrows-spin::before { content: "\e4bb"; } .fa-print::before { content: "\f02f"; } .fa-turkish-lira-sign::before { content: "\e2bb"; } .fa-try::before { content: "\e2bb"; } .fa-turkish-lira::before { content: "\e2bb"; } .fa-dollar-sign::before { content: "\24"; } .fa-dollar::before { content: "\24"; } .fa-usd::before { content: "\24"; } .fa-x::before { content: "\58"; } .fa-magnifying-glass-dollar::before { content: "\f688"; } .fa-search-dollar::before { content: "\f688"; } .fa-users-gear::before { content: "\f509"; } .fa-users-cog::before { content: "\f509"; } .fa-person-military-pointing::before { content: "\e54a"; } .fa-building-columns::before { content: "\f19c"; } .fa-bank::before { content: "\f19c"; } .fa-institution::before { content: "\f19c"; } .fa-museum::before { content: "\f19c"; } .fa-university::before { content: "\f19c"; } .fa-umbrella::before { content: "\f0e9"; } .fa-trowel::before { content: "\e589"; } .fa-d::before { content: "\44"; } .fa-stapler::before { content: "\e5af"; } .fa-masks-theater::before { content: "\f630"; } .fa-theater-masks::before { content: "\f630"; } .fa-kip-sign::before { content: "\e1c4"; } .fa-hand-point-left::before { content: "\f0a5"; } .fa-handshake-simple::before { content: "\f4c6"; } .fa-handshake-alt::before { content: "\f4c6"; } .fa-jet-fighter::before { content: "\f0fb"; } .fa-fighter-jet::before { content: "\f0fb"; } .fa-square-share-nodes::before { content: "\f1e1"; } .fa-share-alt-square::before { content: "\f1e1"; } .fa-barcode::before { content: "\f02a"; } .fa-plus-minus::before { content: "\e43c"; } .fa-video::before { content: "\f03d"; } .fa-video-camera::before { content: "\f03d"; } .fa-graduation-cap::before { content: "\f19d"; } .fa-mortar-board::before { content: "\f19d"; } .fa-hand-holding-medical::before { content: "\e05c"; } .fa-person-circle-check::before { content: "\e53e"; } .fa-turn-up::before { content: "\f3bf"; } .fa-level-up-alt::before { content: "\f3bf"; } .sr-only, .fa-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/regular.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ :root, :host { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); } .far, .fa-regular { font-weight: 400; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/solid.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ :root, :host { --fa-style-family-classic: 'Font Awesome 6 Free'; --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } @font-face { font-family: 'Font Awesome 6 Free'; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } .fas, .fa-solid { font-weight: 900; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/svg-with-js.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ :root, :host { --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid'; --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular'; --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light'; --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin'; --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone'; --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp'; --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp'; --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp'; --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp'; --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa { overflow: visible; box-sizing: content-box; } .svg-inline--fa { display: var(--fa-display, inline-block); height: 1em; overflow: visible; vertical-align: -.125em; } .svg-inline--fa.fa-2xs { vertical-align: 0.1em; } .svg-inline--fa.fa-xs { vertical-align: 0em; } .svg-inline--fa.fa-sm { vertical-align: -0.07143em; } .svg-inline--fa.fa-lg { vertical-align: -0.2em; } .svg-inline--fa.fa-xl { vertical-align: -0.25em; } .svg-inline--fa.fa-2xl { vertical-align: -0.3125em; } .svg-inline--fa.fa-pull-left { margin-right: var(--fa-pull-margin, 0.3em); width: auto; } .svg-inline--fa.fa-pull-right { margin-left: var(--fa-pull-margin, 0.3em); width: auto; } .svg-inline--fa.fa-li { width: var(--fa-li-width, 2em); top: 0.25em; } .svg-inline--fa.fa-fw { width: var(--fa-fw-width, 1.25em); } .fa-layers svg.svg-inline--fa { bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0; } .fa-layers-text, .fa-layers-counter { display: inline-block; position: absolute; text-align: center; } .fa-layers { display: inline-block; height: 1em; position: relative; text-align: center; vertical-align: -.125em; width: 1em; } .fa-layers svg.svg-inline--fa { -webkit-transform-origin: center center; transform-origin: center center; } .fa-layers-text { left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transform-origin: center center; transform-origin: center center; } .fa-layers-counter { background-color: var(--fa-counter-background-color, #ff253a); border-radius: var(--fa-counter-border-radius, 1em); box-sizing: border-box; color: var(--fa-inverse, #fff); line-height: var(--fa-counter-line-height, 1); max-width: var(--fa-counter-max-width, 5em); min-width: var(--fa-counter-min-width, 1.5em); overflow: hidden; padding: var(--fa-counter-padding, 0.25em 0.5em); right: var(--fa-right, 0); text-overflow: ellipsis; top: var(--fa-top, 0); -webkit-transform: scale(var(--fa-counter-scale, 0.25)); transform: scale(var(--fa-counter-scale, 0.25)); -webkit-transform-origin: top right; transform-origin: top right; } .fa-layers-bottom-right { bottom: var(--fa-bottom, 0); right: var(--fa-right, 0); top: auto; -webkit-transform: scale(var(--fa-layers-scale, 0.25)); transform: scale(var(--fa-layers-scale, 0.25)); -webkit-transform-origin: bottom right; transform-origin: bottom right; } .fa-layers-bottom-left { bottom: var(--fa-bottom, 0); left: var(--fa-left, 0); right: auto; top: auto; -webkit-transform: scale(var(--fa-layers-scale, 0.25)); transform: scale(var(--fa-layers-scale, 0.25)); -webkit-transform-origin: bottom left; transform-origin: bottom left; } .fa-layers-top-right { top: var(--fa-top, 0); right: var(--fa-right, 0); -webkit-transform: scale(var(--fa-layers-scale, 0.25)); transform: scale(var(--fa-layers-scale, 0.25)); -webkit-transform-origin: top right; transform-origin: top right; } .fa-layers-top-left { left: var(--fa-left, 0); right: auto; top: var(--fa-top, 0); -webkit-transform: scale(var(--fa-layers-scale, 0.25)); transform: scale(var(--fa-layers-scale, 0.25)); -webkit-transform-origin: top left; transform-origin: top left; } .fa-1x { font-size: 1em; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-6x { font-size: 6em; } .fa-7x { font-size: 7em; } .fa-8x { font-size: 8em; } .fa-9x { font-size: 9em; } .fa-10x { font-size: 10em; } .fa-2xs { font-size: 0.625em; line-height: 0.1em; vertical-align: 0.225em; } .fa-xs { font-size: 0.75em; line-height: 0.08333em; vertical-align: 0.125em; } .fa-sm { font-size: 0.875em; line-height: 0.07143em; vertical-align: 0.05357em; } .fa-lg { font-size: 1.25em; line-height: 0.05em; vertical-align: -0.075em; } .fa-xl { font-size: 1.5em; line-height: 0.04167em; vertical-align: -0.125em; } .fa-2xl { font-size: 2em; line-height: 0.03125em; vertical-align: -0.1875em; } .fa-fw { text-align: center; width: 1.25em; } .fa-ul { list-style-type: none; margin-left: var(--fa-li-margin, 2.5em); padding-left: 0; } .fa-ul > li { position: relative; } .fa-li { left: calc(var(--fa-li-width, 2em) * -1); position: absolute; text-align: center; width: var(--fa-li-width, 2em); line-height: inherit; } .fa-border { border-color: var(--fa-border-color, #eee); border-radius: var(--fa-border-radius, 0.1em); border-style: var(--fa-border-style, solid); border-width: var(--fa-border-width, 0.08em); padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } .fa-pull-left { float: left; margin-right: var(--fa-pull-margin, 0.3em); } .fa-pull-right { float: right; margin-left: var(--fa-pull-margin, 0.3em); } .fa-beat { -webkit-animation-name: fa-beat; animation-name: fa-beat; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-bounce { -webkit-animation-name: fa-bounce; animation-name: fa-bounce; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } .fa-fade { -webkit-animation-name: fa-fade; animation-name: fa-fade; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-beat-fade { -webkit-animation-name: fa-beat-fade; animation-name: fa-beat-fade; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } .fa-flip { -webkit-animation-name: fa-flip; animation-name: fa-flip; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); animation-timing-function: var(--fa-animation-timing, ease-in-out); } .fa-shake { -webkit-animation-name: fa-shake; animation-name: fa-shake; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-delay: var(--fa-animation-delay, 0s); animation-delay: var(--fa-animation-delay, 0s); -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 2s); animation-duration: var(--fa-animation-duration, 2s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, linear); animation-timing-function: var(--fa-animation-timing, linear); } .fa-spin-reverse { --fa-animation-direction: reverse; } .fa-pulse, .fa-spin-pulse { -webkit-animation-name: fa-spin; animation-name: fa-spin; -webkit-animation-direction: var(--fa-animation-direction, normal); animation-direction: var(--fa-animation-direction, normal); -webkit-animation-duration: var(--fa-animation-duration, 1s); animation-duration: var(--fa-animation-duration, 1s); -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); animation-iteration-count: var(--fa-animation-iteration-count, infinite); -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); animation-timing-function: var(--fa-animation-timing, steps(8)); } @media (prefers-reduced-motion: reduce) { .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse { -webkit-animation-delay: -1ms; animation-delay: -1ms; -webkit-animation-duration: 1ms; animation-duration: 1ms; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: 0s; transition-duration: 0s; } } @-webkit-keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @keyframes fa-beat { 0%, 90% { -webkit-transform: scale(1); transform: scale(1); } 45% { -webkit-transform: scale(var(--fa-beat-scale, 1.25)); transform: scale(var(--fa-beat-scale, 1.25)); } } @-webkit-keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @keyframes fa-bounce { 0% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 10% { -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } 30% { -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } 50% { -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } 57% { -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } 64% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } 100% { -webkit-transform: scale(1, 1) translateY(0); transform: scale(1, 1) translateY(0); } } @-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity, 0.4); } } @-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity, 0.4); -webkit-transform: scale(1); transform: scale(1); } 50% { opacity: 1; -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); transform: scale(var(--fa-beat-fade-scale, 1.125)); } } @-webkit-keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @keyframes fa-flip { 50% { -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } @-webkit-keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes fa-shake { 0% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); } 4% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 8%, 24% { -webkit-transform: rotate(-18deg); transform: rotate(-18deg); } 12%, 28% { -webkit-transform: rotate(18deg); transform: rotate(18deg); } 16% { -webkit-transform: rotate(-22deg); transform: rotate(-22deg); } 20% { -webkit-transform: rotate(22deg); transform: rotate(22deg); } 32% { -webkit-transform: rotate(-12deg); transform: rotate(-12deg); } 36% { -webkit-transform: rotate(12deg); transform: rotate(12deg); } 40%, 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .fa-rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -webkit-transform: scale(1, -1); transform: scale(1, -1); } .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical { -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } .fa-rotate-by { -webkit-transform: rotate(var(--fa-rotate-angle, 0)); transform: rotate(var(--fa-rotate-angle, 0)); } .fa-stack { display: inline-block; vertical-align: middle; height: 2em; position: relative; width: 2.5em; } .fa-stack-1x, .fa-stack-2x { bottom: 0; left: 0; margin: auto; position: absolute; right: 0; top: 0; z-index: var(--fa-stack-z-index, auto); } .svg-inline--fa.fa-stack-1x { height: 1em; width: 1.25em; } .svg-inline--fa.fa-stack-2x { height: 2em; width: 2.5em; } .fa-inverse { color: var(--fa-inverse, #fff); } .sr-only, .fa-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .svg-inline--fa .fa-primary { fill: var(--fa-primary-color, currentColor); opacity: var(--fa-primary-opacity, 1); } .svg-inline--fa .fa-secondary { fill: var(--fa-secondary-color, currentColor); opacity: var(--fa-secondary-opacity, 0.4); } .svg-inline--fa.fa-swap-opacity .fa-primary { opacity: var(--fa-secondary-opacity, 0.4); } .svg-inline--fa.fa-swap-opacity .fa-secondary { opacity: var(--fa-primary-opacity, 1); } .svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary { fill: black; } .fad.fa-inverse, .fa-duotone.fa-inverse { color: var(--fa-inverse, #fff); } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/v4-font-face.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } @font-face { font-family: 'FontAwesome'; font-display: block; src: url("../fonts/fa-v4compatibility.woff2") format("woff2"), url("../fonts/fa-v4compatibility.ttf") format("truetype"); unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/v4-shims.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ .fa.fa-glass:before { content: "\f000"; } .fa.fa-envelope-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-envelope-o:before { content: "\f0e0"; } .fa.fa-star-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-star-o:before { content: "\f005"; } .fa.fa-remove:before { content: "\f00d"; } .fa.fa-close:before { content: "\f00d"; } .fa.fa-gear:before { content: "\f013"; } .fa.fa-trash-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-trash-o:before { content: "\f2ed"; } .fa.fa-home:before { content: "\f015"; } .fa.fa-file-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-o:before { content: "\f15b"; } .fa.fa-clock-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-clock-o:before { content: "\f017"; } .fa.fa-arrow-circle-o-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-down:before { content: "\f358"; } .fa.fa-arrow-circle-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-up:before { content: "\f35b"; } .fa.fa-play-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-play-circle-o:before { content: "\f144"; } .fa.fa-repeat:before { content: "\f01e"; } .fa.fa-rotate-right:before { content: "\f01e"; } .fa.fa-refresh:before { content: "\f021"; } .fa.fa-list-alt { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-list-alt:before { content: "\f022"; } .fa.fa-dedent:before { content: "\f03b"; } .fa.fa-video-camera:before { content: "\f03d"; } .fa.fa-picture-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-picture-o:before { content: "\f03e"; } .fa.fa-photo { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-photo:before { content: "\f03e"; } .fa.fa-image { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-image:before { content: "\f03e"; } .fa.fa-map-marker:before { content: "\f3c5"; } .fa.fa-pencil-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-pencil-square-o:before { content: "\f044"; } .fa.fa-edit { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-edit:before { content: "\f044"; } .fa.fa-share-square-o:before { content: "\f14d"; } .fa.fa-check-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-check-square-o:before { content: "\f14a"; } .fa.fa-arrows:before { content: "\f0b2"; } .fa.fa-times-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-times-circle-o:before { content: "\f057"; } .fa.fa-check-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-check-circle-o:before { content: "\f058"; } .fa.fa-mail-forward:before { content: "\f064"; } .fa.fa-expand:before { content: "\f424"; } .fa.fa-compress:before { content: "\f422"; } .fa.fa-eye { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-eye-slash { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-warning:before { content: "\f071"; } .fa.fa-calendar:before { content: "\f073"; } .fa.fa-arrows-v:before { content: "\f338"; } .fa.fa-arrows-h:before { content: "\f337"; } .fa.fa-bar-chart:before { content: "\e0e3"; } .fa.fa-bar-chart-o:before { content: "\e0e3"; } .fa.fa-twitter-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-twitter-square:before { content: "\f081"; } .fa.fa-facebook-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-facebook-square:before { content: "\f082"; } .fa.fa-gears:before { content: "\f085"; } .fa.fa-thumbs-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-thumbs-o-up:before { content: "\f164"; } .fa.fa-thumbs-o-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-thumbs-o-down:before { content: "\f165"; } .fa.fa-heart-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-heart-o:before { content: "\f004"; } .fa.fa-sign-out:before { content: "\f2f5"; } .fa.fa-linkedin-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-linkedin-square:before { content: "\f08c"; } .fa.fa-thumb-tack:before { content: "\f08d"; } .fa.fa-external-link:before { content: "\f35d"; } .fa.fa-sign-in:before { content: "\f2f6"; } .fa.fa-github-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-github-square:before { content: "\f092"; } .fa.fa-lemon-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-lemon-o:before { content: "\f094"; } .fa.fa-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-square-o:before { content: "\f0c8"; } .fa.fa-bookmark-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-bookmark-o:before { content: "\f02e"; } .fa.fa-twitter { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-facebook { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-facebook:before { content: "\f39e"; } .fa.fa-facebook-f { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-facebook-f:before { content: "\f39e"; } .fa.fa-github { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-credit-card { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-feed:before { content: "\f09e"; } .fa.fa-hdd-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hdd-o:before { content: "\f0a0"; } .fa.fa-hand-o-right { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-o-right:before { content: "\f0a4"; } .fa.fa-hand-o-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-o-left:before { content: "\f0a5"; } .fa.fa-hand-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-o-up:before { content: "\f0a6"; } .fa.fa-hand-o-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-o-down:before { content: "\f0a7"; } .fa.fa-globe:before { content: "\f57d"; } .fa.fa-tasks:before { content: "\f828"; } .fa.fa-arrows-alt:before { content: "\f31e"; } .fa.fa-group:before { content: "\f0c0"; } .fa.fa-chain:before { content: "\f0c1"; } .fa.fa-cut:before { content: "\f0c4"; } .fa.fa-files-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-files-o:before { content: "\f0c5"; } .fa.fa-floppy-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-floppy-o:before { content: "\f0c7"; } .fa.fa-save { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-save:before { content: "\f0c7"; } .fa.fa-navicon:before { content: "\f0c9"; } .fa.fa-reorder:before { content: "\f0c9"; } .fa.fa-magic:before { content: "\e2ca"; } .fa.fa-pinterest { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-pinterest-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-pinterest-square:before { content: "\f0d3"; } .fa.fa-google-plus-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-google-plus-square:before { content: "\f0d4"; } .fa.fa-google-plus { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-google-plus:before { content: "\f0d5"; } .fa.fa-money:before { content: "\f3d1"; } .fa.fa-unsorted:before { content: "\f0dc"; } .fa.fa-sort-desc:before { content: "\f0dd"; } .fa.fa-sort-asc:before { content: "\f0de"; } .fa.fa-linkedin { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-linkedin:before { content: "\f0e1"; } .fa.fa-rotate-left:before { content: "\f0e2"; } .fa.fa-legal:before { content: "\f0e3"; } .fa.fa-tachometer:before { content: "\f625"; } .fa.fa-dashboard:before { content: "\f625"; } .fa.fa-comment-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-comment-o:before { content: "\f075"; } .fa.fa-comments-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-comments-o:before { content: "\f086"; } .fa.fa-flash:before { content: "\f0e7"; } .fa.fa-clipboard:before { content: "\f0ea"; } .fa.fa-lightbulb-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-lightbulb-o:before { content: "\f0eb"; } .fa.fa-exchange:before { content: "\f362"; } .fa.fa-cloud-download:before { content: "\f0ed"; } .fa.fa-cloud-upload:before { content: "\f0ee"; } .fa.fa-bell-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-bell-o:before { content: "\f0f3"; } .fa.fa-cutlery:before { content: "\f2e7"; } .fa.fa-file-text-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-text-o:before { content: "\f15c"; } .fa.fa-building-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-building-o:before { content: "\f1ad"; } .fa.fa-hospital-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hospital-o:before { content: "\f0f8"; } .fa.fa-tablet:before { content: "\f3fa"; } .fa.fa-mobile:before { content: "\f3cd"; } .fa.fa-mobile-phone:before { content: "\f3cd"; } .fa.fa-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-circle-o:before { content: "\f111"; } .fa.fa-mail-reply:before { content: "\f3e5"; } .fa.fa-github-alt { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-folder-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-folder-o:before { content: "\f07b"; } .fa.fa-folder-open-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-folder-open-o:before { content: "\f07c"; } .fa.fa-smile-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-smile-o:before { content: "\f118"; } .fa.fa-frown-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-frown-o:before { content: "\f119"; } .fa.fa-meh-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-meh-o:before { content: "\f11a"; } .fa.fa-keyboard-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-keyboard-o:before { content: "\f11c"; } .fa.fa-flag-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-flag-o:before { content: "\f024"; } .fa.fa-mail-reply-all:before { content: "\f122"; } .fa.fa-star-half-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-star-half-o:before { content: "\f5c0"; } .fa.fa-star-half-empty { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-star-half-empty:before { content: "\f5c0"; } .fa.fa-star-half-full { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-star-half-full:before { content: "\f5c0"; } .fa.fa-code-fork:before { content: "\f126"; } .fa.fa-chain-broken:before { content: "\f127"; } .fa.fa-unlink:before { content: "\f127"; } .fa.fa-calendar-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-calendar-o:before { content: "\f133"; } .fa.fa-maxcdn { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-html5 { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-css3 { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-unlock-alt:before { content: "\f09c"; } .fa.fa-minus-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-minus-square-o:before { content: "\f146"; } .fa.fa-level-up:before { content: "\f3bf"; } .fa.fa-level-down:before { content: "\f3be"; } .fa.fa-pencil-square:before { content: "\f14b"; } .fa.fa-external-link-square:before { content: "\f360"; } .fa.fa-compass { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-caret-square-o-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-caret-square-o-down:before { content: "\f150"; } .fa.fa-toggle-down { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-toggle-down:before { content: "\f150"; } .fa.fa-caret-square-o-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-caret-square-o-up:before { content: "\f151"; } .fa.fa-toggle-up { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-toggle-up:before { content: "\f151"; } .fa.fa-caret-square-o-right { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-caret-square-o-right:before { content: "\f152"; } .fa.fa-toggle-right { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-toggle-right:before { content: "\f152"; } .fa.fa-eur:before { content: "\f153"; } .fa.fa-euro:before { content: "\f153"; } .fa.fa-gbp:before { content: "\f154"; } .fa.fa-usd:before { content: "\24"; } .fa.fa-dollar:before { content: "\24"; } .fa.fa-inr:before { content: "\e1bc"; } .fa.fa-rupee:before { content: "\e1bc"; } .fa.fa-jpy:before { content: "\f157"; } .fa.fa-cny:before { content: "\f157"; } .fa.fa-rmb:before { content: "\f157"; } .fa.fa-yen:before { content: "\f157"; } .fa.fa-rub:before { content: "\f158"; } .fa.fa-ruble:before { content: "\f158"; } .fa.fa-rouble:before { content: "\f158"; } .fa.fa-krw:before { content: "\f159"; } .fa.fa-won:before { content: "\f159"; } .fa.fa-btc { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-bitcoin { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-bitcoin:before { content: "\f15a"; } .fa.fa-file-text:before { content: "\f15c"; } .fa.fa-sort-alpha-asc:before { content: "\f15d"; } .fa.fa-sort-alpha-desc:before { content: "\f881"; } .fa.fa-sort-amount-asc:before { content: "\f884"; } .fa.fa-sort-amount-desc:before { content: "\f160"; } .fa.fa-sort-numeric-asc:before { content: "\f162"; } .fa.fa-sort-numeric-desc:before { content: "\f886"; } .fa.fa-youtube-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-youtube-square:before { content: "\f431"; } .fa.fa-youtube { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-xing { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-xing-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-xing-square:before { content: "\f169"; } .fa.fa-youtube-play { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-youtube-play:before { content: "\f167"; } .fa.fa-dropbox { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-stack-overflow { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-instagram { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-flickr { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-adn { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-bitbucket { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-bitbucket-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-bitbucket-square:before { content: "\f171"; } .fa.fa-tumblr { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-tumblr-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-tumblr-square:before { content: "\f174"; } .fa.fa-long-arrow-down:before { content: "\f309"; } .fa.fa-long-arrow-up:before { content: "\f30c"; } .fa.fa-long-arrow-left:before { content: "\f30a"; } .fa.fa-long-arrow-right:before { content: "\f30b"; } .fa.fa-apple { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-windows { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-android { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-linux { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-dribbble { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-skype { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-foursquare { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-trello { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-gratipay { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-gittip { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-gittip:before { content: "\f184"; } .fa.fa-sun-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-sun-o:before { content: "\f185"; } .fa.fa-moon-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-moon-o:before { content: "\f186"; } .fa.fa-vk { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-weibo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-renren { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-pagelines { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-stack-exchange { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-arrow-circle-o-right { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-right:before { content: "\f35a"; } .fa.fa-arrow-circle-o-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-arrow-circle-o-left:before { content: "\f359"; } .fa.fa-caret-square-o-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-caret-square-o-left:before { content: "\f191"; } .fa.fa-toggle-left { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-toggle-left:before { content: "\f191"; } .fa.fa-dot-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-dot-circle-o:before { content: "\f192"; } .fa.fa-vimeo-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-vimeo-square:before { content: "\f194"; } .fa.fa-try:before { content: "\e2bb"; } .fa.fa-turkish-lira:before { content: "\e2bb"; } .fa.fa-plus-square-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-plus-square-o:before { content: "\f0fe"; } .fa.fa-slack { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wordpress { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-openid { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-institution:before { content: "\f19c"; } .fa.fa-bank:before { content: "\f19c"; } .fa.fa-mortar-board:before { content: "\f19d"; } .fa.fa-yahoo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-google { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-reddit { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-reddit-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-reddit-square:before { content: "\f1a2"; } .fa.fa-stumbleupon-circle { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-stumbleupon { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-delicious { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-digg { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-pied-piper-pp { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-pied-piper-alt { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-drupal { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-joomla { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-behance { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-behance-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-behance-square:before { content: "\f1b5"; } .fa.fa-steam { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-steam-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-steam-square:before { content: "\f1b7"; } .fa.fa-automobile:before { content: "\f1b9"; } .fa.fa-cab:before { content: "\f1ba"; } .fa.fa-spotify { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-deviantart { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-soundcloud { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-file-pdf-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-pdf-o:before { content: "\f1c1"; } .fa.fa-file-word-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-word-o:before { content: "\f1c2"; } .fa.fa-file-excel-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-excel-o:before { content: "\f1c3"; } .fa.fa-file-powerpoint-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-powerpoint-o:before { content: "\f1c4"; } .fa.fa-file-image-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-image-o:before { content: "\f1c5"; } .fa.fa-file-photo-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-photo-o:before { content: "\f1c5"; } .fa.fa-file-picture-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-picture-o:before { content: "\f1c5"; } .fa.fa-file-archive-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-archive-o:before { content: "\f1c6"; } .fa.fa-file-zip-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-zip-o:before { content: "\f1c6"; } .fa.fa-file-audio-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-audio-o:before { content: "\f1c7"; } .fa.fa-file-sound-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-sound-o:before { content: "\f1c7"; } .fa.fa-file-video-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-video-o:before { content: "\f1c8"; } .fa.fa-file-movie-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-movie-o:before { content: "\f1c8"; } .fa.fa-file-code-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-file-code-o:before { content: "\f1c9"; } .fa.fa-vine { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-codepen { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-jsfiddle { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-life-bouy:before { content: "\f1cd"; } .fa.fa-life-buoy:before { content: "\f1cd"; } .fa.fa-life-saver:before { content: "\f1cd"; } .fa.fa-support:before { content: "\f1cd"; } .fa.fa-circle-o-notch:before { content: "\f1ce"; } .fa.fa-rebel { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-ra { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-ra:before { content: "\f1d0"; } .fa.fa-resistance { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-resistance:before { content: "\f1d0"; } .fa.fa-empire { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-ge { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-ge:before { content: "\f1d1"; } .fa.fa-git-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-git-square:before { content: "\f1d2"; } .fa.fa-git { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-hacker-news { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-y-combinator-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-y-combinator-square:before { content: "\f1d4"; } .fa.fa-yc-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-yc-square:before { content: "\f1d4"; } .fa.fa-tencent-weibo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-qq { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-weixin { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wechat { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wechat:before { content: "\f1d7"; } .fa.fa-send:before { content: "\f1d8"; } .fa.fa-paper-plane-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-paper-plane-o:before { content: "\f1d8"; } .fa.fa-send-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-send-o:before { content: "\f1d8"; } .fa.fa-circle-thin { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-circle-thin:before { content: "\f111"; } .fa.fa-header:before { content: "\f1dc"; } .fa.fa-futbol-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-futbol-o:before { content: "\f1e3"; } .fa.fa-soccer-ball-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-soccer-ball-o:before { content: "\f1e3"; } .fa.fa-slideshare { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-twitch { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-yelp { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-newspaper-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-newspaper-o:before { content: "\f1ea"; } .fa.fa-paypal { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-google-wallet { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc-visa { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc-mastercard { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc-discover { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc-amex { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc-paypal { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc-stripe { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-bell-slash-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-bell-slash-o:before { content: "\f1f6"; } .fa.fa-trash:before { content: "\f2ed"; } .fa.fa-copyright { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-eyedropper:before { content: "\f1fb"; } .fa.fa-area-chart:before { content: "\f1fe"; } .fa.fa-pie-chart:before { content: "\f200"; } .fa.fa-line-chart:before { content: "\f201"; } .fa.fa-lastfm { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-lastfm-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-lastfm-square:before { content: "\f203"; } .fa.fa-ioxhost { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-angellist { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-cc:before { content: "\f20a"; } .fa.fa-ils:before { content: "\f20b"; } .fa.fa-shekel:before { content: "\f20b"; } .fa.fa-sheqel:before { content: "\f20b"; } .fa.fa-buysellads { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-connectdevelop { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-dashcube { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-forumbee { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-leanpub { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-sellsy { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-shirtsinbulk { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-simplybuilt { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-skyatlas { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-diamond { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-diamond:before { content: "\f3a5"; } .fa.fa-transgender:before { content: "\f224"; } .fa.fa-intersex:before { content: "\f224"; } .fa.fa-transgender-alt:before { content: "\f225"; } .fa.fa-facebook-official { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-facebook-official:before { content: "\f09a"; } .fa.fa-pinterest-p { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-whatsapp { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-hotel:before { content: "\f236"; } .fa.fa-viacoin { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-medium { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-y-combinator { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-yc { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-yc:before { content: "\f23b"; } .fa.fa-optin-monster { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-opencart { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-expeditedssl { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-battery-4:before { content: "\f240"; } .fa.fa-battery:before { content: "\f240"; } .fa.fa-battery-3:before { content: "\f241"; } .fa.fa-battery-2:before { content: "\f242"; } .fa.fa-battery-1:before { content: "\f243"; } .fa.fa-battery-0:before { content: "\f244"; } .fa.fa-object-group { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-object-ungroup { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-sticky-note-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-sticky-note-o:before { content: "\f249"; } .fa.fa-cc-jcb { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-cc-diners-club { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-clone { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hourglass-o:before { content: "\f254"; } .fa.fa-hourglass-1:before { content: "\f251"; } .fa.fa-hourglass-2:before { content: "\f252"; } .fa.fa-hourglass-3:before { content: "\f253"; } .fa.fa-hand-rock-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-rock-o:before { content: "\f255"; } .fa.fa-hand-grab-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-grab-o:before { content: "\f255"; } .fa.fa-hand-paper-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-paper-o:before { content: "\f256"; } .fa.fa-hand-stop-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-stop-o:before { content: "\f256"; } .fa.fa-hand-scissors-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-scissors-o:before { content: "\f257"; } .fa.fa-hand-lizard-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-lizard-o:before { content: "\f258"; } .fa.fa-hand-spock-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-spock-o:before { content: "\f259"; } .fa.fa-hand-pointer-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-pointer-o:before { content: "\f25a"; } .fa.fa-hand-peace-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-hand-peace-o:before { content: "\f25b"; } .fa.fa-registered { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-creative-commons { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-gg { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-gg-circle { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-odnoklassniki { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-odnoklassniki-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-odnoklassniki-square:before { content: "\f264"; } .fa.fa-get-pocket { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wikipedia-w { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-safari { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-chrome { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-firefox { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-opera { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-internet-explorer { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-television:before { content: "\f26c"; } .fa.fa-contao { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-500px { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-amazon { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-calendar-plus-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-calendar-plus-o:before { content: "\f271"; } .fa.fa-calendar-minus-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-calendar-minus-o:before { content: "\f272"; } .fa.fa-calendar-times-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-calendar-times-o:before { content: "\f273"; } .fa.fa-calendar-check-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-calendar-check-o:before { content: "\f274"; } .fa.fa-map-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-map-o:before { content: "\f279"; } .fa.fa-commenting:before { content: "\f4ad"; } .fa.fa-commenting-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-commenting-o:before { content: "\f4ad"; } .fa.fa-houzz { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-vimeo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-vimeo:before { content: "\f27d"; } .fa.fa-black-tie { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-fonticons { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-reddit-alien { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-edge { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-credit-card-alt:before { content: "\f09d"; } .fa.fa-codiepie { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-modx { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-fort-awesome { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-usb { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-product-hunt { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-mixcloud { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-scribd { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-pause-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-pause-circle-o:before { content: "\f28b"; } .fa.fa-stop-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-stop-circle-o:before { content: "\f28d"; } .fa.fa-bluetooth { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-bluetooth-b { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-gitlab { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wpbeginner { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wpforms { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-envira { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wheelchair-alt { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wheelchair-alt:before { content: "\f368"; } .fa.fa-question-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-question-circle-o:before { content: "\f059"; } .fa.fa-volume-control-phone:before { content: "\f2a0"; } .fa.fa-asl-interpreting:before { content: "\f2a3"; } .fa.fa-deafness:before { content: "\f2a4"; } .fa.fa-hard-of-hearing:before { content: "\f2a4"; } .fa.fa-glide { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-glide-g { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-signing:before { content: "\f2a7"; } .fa.fa-viadeo { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-viadeo-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-viadeo-square:before { content: "\f2aa"; } .fa.fa-snapchat { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-snapchat-ghost { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-snapchat-ghost:before { content: "\f2ab"; } .fa.fa-snapchat-square { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-snapchat-square:before { content: "\f2ad"; } .fa.fa-pied-piper { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-first-order { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-yoast { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-themeisle { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-google-plus-official { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-google-plus-official:before { content: "\f2b3"; } .fa.fa-google-plus-circle { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-google-plus-circle:before { content: "\f2b3"; } .fa.fa-font-awesome { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-fa { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-fa:before { content: "\f2b4"; } .fa.fa-handshake-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-handshake-o:before { content: "\f2b5"; } .fa.fa-envelope-open-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-envelope-open-o:before { content: "\f2b6"; } .fa.fa-linode { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-address-book-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-address-book-o:before { content: "\f2b9"; } .fa.fa-vcard:before { content: "\f2bb"; } .fa.fa-address-card-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-address-card-o:before { content: "\f2bb"; } .fa.fa-vcard-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-vcard-o:before { content: "\f2bb"; } .fa.fa-user-circle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-user-circle-o:before { content: "\f2bd"; } .fa.fa-user-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-user-o:before { content: "\f007"; } .fa.fa-id-badge { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-drivers-license:before { content: "\f2c2"; } .fa.fa-id-card-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-id-card-o:before { content: "\f2c2"; } .fa.fa-drivers-license-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-drivers-license-o:before { content: "\f2c2"; } .fa.fa-quora { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-free-code-camp { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-telegram { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-thermometer-4:before { content: "\f2c7"; } .fa.fa-thermometer:before { content: "\f2c7"; } .fa.fa-thermometer-3:before { content: "\f2c8"; } .fa.fa-thermometer-2:before { content: "\f2c9"; } .fa.fa-thermometer-1:before { content: "\f2ca"; } .fa.fa-thermometer-0:before { content: "\f2cb"; } .fa.fa-bathtub:before { content: "\f2cd"; } .fa.fa-s15:before { content: "\f2cd"; } .fa.fa-window-maximize { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-window-restore { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-times-rectangle:before { content: "\f410"; } .fa.fa-window-close-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-window-close-o:before { content: "\f410"; } .fa.fa-times-rectangle-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-times-rectangle-o:before { content: "\f410"; } .fa.fa-bandcamp { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-grav { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-etsy { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-imdb { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-ravelry { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-eercast { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-eercast:before { content: "\f2da"; } .fa.fa-snowflake-o { font-family: 'Font Awesome 6 Free'; font-weight: 400; } .fa.fa-snowflake-o:before { content: "\f2dc"; } .fa.fa-superpowers { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-wpexplorer { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } .fa.fa-meetup { font-family: 'Font Awesome 6 Brands'; font-weight: 400; } ================================================ FILE: icon-packs/ikonli-fontawesome6-pack/src/main/resources/META-INF/resources/fontawesome6/6.5.2/css/v5-font-face.css ================================================ /*! * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2024 Fonticons, Inc. */ @font-face { font-family: 'Font Awesome 5 Brands'; font-display: block; font-weight: 400; src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); } @font-face { font-family: 'Font Awesome 5 Free'; font-display: block; font-weight: 900; src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); } @font-face { font-family: 'Font Awesome 5 Free'; font-display: block; font-weight: 400; src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); } ================================================ FILE: icon-packs/ikonli-fontelico-pack/ikonli-fontelico-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-fontelico-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.fontelico { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.fontelico; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.fontelico.FontelicoIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.fontelico.FontelicoIkonProvider; } ================================================ FILE: icon-packs/ikonli-fontelico-pack/src/main/java/org/kordamp/ikonli/fontelico/Fontelico.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontelico; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Fontelico implements Ikon { EMO_HAPPY("ftl-emo-happy", '\ue800'), EMO_WINK("ftl-emo-wink", '\ue801'), EMO_WINK2("ftl-emo-wink2", '\ue813'), EMO_UNHAPPY("ftl-emo-unhappy", '\ue802'), EMO_SLEEP("ftl-emo-sleep", '\ue803'), EMO_THUMBSUP("ftl-emo-thumbsup", '\ue804'), EMO_DEVIL("ftl-emo-devil", '\ue805'), EMO_SURPRISED("ftl-emo-surprised", '\ue806'), EMO_TONGUE("ftl-emo-tongue", '\ue807'), EMO_COFFEE("ftl-emo-coffee", '\ue808'), EMO_SUNGLASSES("ftl-emo-sunglasses", '\ue809'), EMO_DISPLEASED("ftl-emo-displeased", '\ue80a'), EMO_BEER("ftl-emo-beer", '\ue80b'), EMO_GRIN("ftl-emo-grin", '\ue80c'), EMO_ANGRY("ftl-emo-angry", '\ue80d'), EMO_SAINT("ftl-emo-saint", '\ue80e'), EMO_CRY("ftl-emo-cry", '\ue80f'), EMO_SHOOT("ftl-emo-shoot", '\ue810'), EMO_SQUINT("ftl-emo-squint", '\ue811'), EMO_LAUGH("ftl-emo-laugh", '\ue812'), SPIN1("ftl-spin1", '\ue830'), SPIN2("ftl-spin2", '\ue831'), SPIN3("ftl-spin3", '\ue832'), SPIN4("ftl-spin4", '\ue834'), SPIN5("ftl-spin5", '\ue838'), SPIN6("ftl-spin6", '\ue839'), FIREFOX("ftl-firefox", '\ue840'), CHROME("ftl-chrome", '\ue841'), OPERA("ftl-opera", '\ue842'), IE("ftl-ie", '\ue843'), CROWN("ftl-crown", '\ue844'), CROWN_PLUS("ftl-crown-plus", '\ue845'), CROWN_MINUS("ftl-crown-minus", '\ue846'), MARQUEE("ftl-marquee", '\ue847'); public static Fontelico findByDescription(String description) { for (Fontelico font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Fontelico(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-fontelico-pack/src/main/java/org/kordamp/ikonli/fontelico/FontelicoIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontelico; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FontelicoIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/fontelico/0.0/fonts/fontelico.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ftl-"); } @Override public Ikon resolve(String description) { return Fontelico.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Fontelico"; } } ================================================ FILE: icon-packs/ikonli-fontelico-pack/src/main/java/org/kordamp/ikonli/fontelico/FontelicoIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.fontelico; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FontelicoIkonProvider implements IkonProvider { @Override public Class getIkon() { return Fontelico.class; } } ================================================ FILE: icon-packs/ikonli-fontelico-pack/src/main/resources/META-INF/resources/fontelico/0.0/css/fontelico.css ================================================ @font-face { font-family: 'fontelico'; src: url('../fonts/fontelico.eot?7803838'); src: url('../fonts/fontelico.eot?7803838#iefix') format('embedded-opentype'), url('../fonts/fontelico.woff?7803838') format('woff'), url('../fonts/fontelico.ttf?7803838') format('truetype'), url('../fonts/fontelico.svg?7803838#fontelico') format('svg'); font-weight: normal; font-style: normal; } .fontelico { font-family: "fontelico"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; text-transform: none; /* fix buttons height, for twitter bootstrap */ line-height: 1em; /* Animation center compensation - magrins should be symmetric */ /* remove if not needed */ margin-left: .2em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .fontelico-emo-happy:before { content: '\e800'; } .fontelico-emo-wink:before { content: '\e801'; } .fontelico-emo-wink2:before { content: '\e813'; } .fontelico-emo-unhappy:before { content: '\e802'; } .fontelico-emo-sleep:before { content: '\e803'; } .fontelico-emo-thumbsup:before { content: '\e804'; } .fontelico-emo-devil:before { content: '\e805'; } .fontelico-emo-surprised:before { content: '\e806'; } .fontelico-emo-tongue:before { content: '\e807'; } .fontelico-emo-coffee:before { content: '\e808'; } .fontelico-emo-sunglasses:before { content: '\e809'; } .fontelico-emo-displeased:before { content: '\e80a'; } .fontelico-emo-beer:before { content: '\e80b'; } .fontelico-emo-grin:before { content: '\e80c'; } .fontelico-emo-angry:before { content: '\e80d'; } .fontelico-emo-saint:before { content: '\e80e'; } .fontelico-emo-cry:before { content: '\e80f'; } .fontelico-emo-shoot:before { content: '\e810'; } .fontelico-emo-squint:before { content: '\e811'; } .fontelico-emo-laugh:before { content: '\e812'; } .fontelico-spin1:before { content: '\e830'; } .fontelico-spin2:before { content: '\e831'; } .fontelico-spin3:before { content: '\e832'; } .fontelico-spin4:before { content: '\e834'; } .fontelico-spin5:before { content: '\e838'; } .fontelico-spin6:before { content: '\e839'; } .fontelico-firefox:before { content: '\e840'; } .fontelico-chrome:before { content: '\e841'; } .fontelico-opera:before { content: '\e842'; } .fontelico-ie:before { content: '\e843'; } .fontelico-crown:before { content: '\e844'; } .fontelico-crown-plus:before { content: '\e845'; } .fontelico-crown-minus:before { content: '\e846'; } .fontelico-marquee:before { content: '\e847'; } ================================================ FILE: icon-packs/ikonli-foundation-pack/ikonli-foundation-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-foundation-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.foundation { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.foundation; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.foundation.FoundationIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.foundation.FoundationIkonProvider; } ================================================ FILE: icon-packs/ikonli-foundation-pack/src/main/java/org/kordamp/ikonli/foundation/Foundation.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.foundation; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Foundation implements Ikon { // last is f21a ADDRESS_BOOK("fi-address-book", '\uf100'), ALERT("fi-alert", '\uf101'), ALIGN_CENTER("fi-align-center", '\uf102'), ALIGN_JUSTIFY("fi-align-justify", '\uf103'), ALIGN_LEFT("fi-align-left", '\uf104'), ALIGN_RIGHT("fi-align-right", '\uf105'), ANCHOR("fi-anchor", '\uf106'), ANNOTATE("fi-annotate", '\uf107'), ARCHIVE("fi-archive", '\uf108'), ARROW_DOWN("fi-arrow-down", '\uf109'), ARROW_LEFT("fi-arrow-left", '\uf10a'), ARROW_RIGHT("fi-arrow-right", '\uf10b'), ARROW_UP("fi-arrow-up", '\uf10c'), ARROWS_COMPRESS("fi-arrows-compress", '\uf10d'), ARROWS_EXPAND("fi-arrows-expand", '\uf10e'), ARROWS_IN("fi-arrows-in", '\uf10f'), ARROWS_OUT("fi-arrows-out", '\uf110'), ASL("fi-asl", '\uf111'), ASTERISK("fi-asterisk", '\uf112'), AT_SIGN("fi-at-sign", '\uf113'), BACKGROUND_COLOR("fi-background-color", '\uf114'), BATTERY_EMPTY("fi-battery-empty", '\uf115'), BATTERY_FULL("fi-battery-full", '\uf116'), BATTERY_HALF("fi-battery-half", '\uf117'), BITCOIN_CIRCLE("fi-bitcoin-circle", '\uf118'), BITCOIN("fi-bitcoin", '\uf119'), BLIND("fi-blind", '\uf11a'), BLUETOOTH("fi-bluetooth", '\uf11b'), BOLD("fi-bold", '\uf11c'), BOOK("fi-book", '\uf11e'), BOOKMARK("fi-bookmark", '\uf11f'), BRAILLE("fi-braille", '\uf120'), BURST_NEW("fi-burst-new", '\uf121'), BURST_SALE("fi-burst-sale", '\uf122'), BURST("fi-burst", '\uf123'), CALENDAR("fi-calendar", '\uf124'), CAMERA("fi-camera", '\uf125'), CHECK("fi-check", '\uf126'), CHECKBOX("fi-checkbox", '\uf127'), CLIPBOARD_NOTES("fi-clipboard-notes", '\uf128'), CLIPBOARD_PENCIL("fi-clipboard-pencil", '\uf129'), CLIPBOARD("fi-clipboard", '\uf12a'), CLOCK("fi-clock", '\uf12b'), CLOSED_CAPTION("fi-closed-caption", '\uf12c'), CLOUD("fi-cloud", '\uf12d'), COMMENT_MINUS("fi-comment-minus", '\uf12e'), COMMENT_QUOTES("fi-comment-quotes", '\uf12f'), COMMENT_VIDEO("fi-comment-video", '\uf130'), COMMENT("fi-comment", '\uf131'), COMMENTS("fi-comments", '\uf132'), COMPASS("fi-compass", '\uf133'), CONTRAST("fi-contrast", '\uf134'), CREDIT_CARD("fi-credit-card", '\uf135'), CROP("fi-crop", '\uf136'), CROWN("fi-crown", '\uf137'), CSS3("fi-css3", '\uf138'), DATABASE("fi-database", '\uf139'), DIE_FIVE("fi-die-five", '\uf13a'), DIE_FOUR("fi-die-four", '\uf13b'), DIE_ONE("fi-die-one", '\uf13c'), DIE_SIX("fi-die-six", '\uf13d'), DIE_THREE("fi-die-three", '\uf13e'), DIE_TWO("fi-die-two", '\uf13f'), DISLIKE("fi-dislike", '\uf140'), DOLLAR_BILL("fi-dollar-bill", '\uf141'), DOLLAR("fi-dollar", '\uf142'), DOWNLOAD("fi-download", '\uf143'), EJECT("fi-eject", '\uf144'), ELEVATOR("fi-elevator", '\uf145'), EURO("fi-euro", '\uf146'), EYE("fi-eye", '\uf147'), FAST_FORWARD("fi-fast-forward", '\uf148'), FEMALE_SYMBOL("fi-female-symbol", '\uf149'), FEMALE("fi-female", '\uf14a'), FILTER("fi-filter", '\uf14b'), FIRST_AID("fi-first-aid", '\uf14c'), FLAG("fi-flag", '\uf14d'), FOLDER_ADD("fi-folder-add", '\uf14e'), FOLDER_LOCK("fi-folder-lock", '\uf14f'), FOLDER("fi-folder", '\uf150'), FOOT("fi-foot", '\uf151'), FOUNDATION("fi-foundation", '\uf152'), GRAPH_BAR("fi-graph-bar", '\uf153'), GRAPH_HORIZONTAL("fi-graph-horizontal", '\uf154'), GRAPH_PIE("fi-graph-pie", '\uf155'), GRAPH_TREND("fi-graph-trend", '\uf156'), GUIDE_DOG("fi-guide-dog", '\uf157'), HEARING_AID("fi-hearing-aid", '\uf158'), HEART("fi-heart", '\uf159'), HOME("fi-home", '\uf15a'), HTML5("fi-html5", '\uf15b'), INDENT_LESS("fi-indent-less", '\uf15c'), INDENT_MORE("fi-indent-more", '\uf15d'), INFO("fi-info", '\uf15e'), ITALIC("fi-italic", '\uf15f'), KEY("fi-key", '\uf160'), LAPTOP("fi-laptop", '\uf161'), LAYOUT("fi-layout", '\uf162'), LIGHTBULB("fi-lightbulb", '\uf163'), LIKE("fi-like", '\uf164'), LINK("fi-link", '\uf165'), LIST_BULLET("fi-list-bullet", '\uf166'), LIST_NUMBER("fi-list-number", '\uf167'), LIST_THUMBNAILS("fi-list-thumbnails", '\uf168'), LIST("fi-list", '\uf169'), LOCK("fi-lock", '\uf16a'), LOOP("fi-loop", '\uf16b'), MAGNIFYING_GLASS("fi-magnifying-glass", '\uf16c'), MAIL("fi-mail", '\uf16d'), MALE_FEMALE("fi-male-female", '\uf16e'), MALE_SYMBOL("fi-male-symbol", '\uf16f'), MALE("fi-male", '\uf170'), MAP("fi-map", '\uf171'), MARKER("fi-marker", '\uf172'), MEGAPHONE("fi-megaphone", '\uf173'), MICROPHONE("fi-microphone", '\uf174'), MINUS_CIRCLE("fi-minus-circle", '\uf175'), MINUS("fi-minus", '\uf176'), MOBILE_SIGNAL("fi-mobile-signal", '\uf177'), MOBILE("fi-mobile", '\uf178'), MONITOR("fi-monitor", '\uf179'), MOUNTAINS("fi-mountains", '\uf17a'), MUSIC("fi-music", '\uf17b'), NEXT("fi-next", '\uf17c'), NO_DOGS("fi-no-dogs", '\uf17d'), NO_SMOKING("fi-no-smoking", '\uf17e'), PAGE_ADD("fi-page-add", '\uf17f'), PAGE_COPY("fi-page-copy", '\uf180'), PAGE_CSV("fi-page-csv", '\uf181'), PAGE_DELETE("fi-page-delete", '\uf182'), PAGE_DOC("fi-page-doc", '\uf183'), PAGE_EDIT("fi-page-edit", '\uf184'), PAGE_EXPORT_CSV("fi-page-export-csv", '\uf185'), PAGE_EXPORT_DOC("fi-page-export-doc", '\uf186'), PAGE_EXPORT_PDF("fi-page-export-pdf", '\uf187'), PAGE_EXPORT("fi-page-export", '\uf188'), PAGE_FILLED("fi-page-filled", '\uf189'), PAGE_MULTIPLE("fi-page-multiple", '\uf18a'), PAGE_PDF("fi-page-pdf", '\uf18b'), PAGE_REMOVE("fi-page-remove", '\uf18c'), PAGE_SEARCH("fi-page-search", '\uf18d'), PAGE("fi-page", '\uf18e'), PAINT_BUCKET("fi-paint-bucket", '\uf18f'), PAPERCLIP("fi-paperclip", '\uf190'), PAUSE("fi-pause", '\uf191'), PAW("fi-paw", '\uf192'), PAYPAL("fi-paypal", '\uf193'), PENCIL("fi-pencil", '\uf194'), PHOTO("fi-photo", '\uf195'), PLAY_CIRCLE("fi-play-circle", '\uf196'), PLAY_VIDEO("fi-play-video", '\uf197'), PLAY("fi-play", '\uf198'), PLUS("fi-plus", '\uf199'), POUND("fi-pound", '\uf19a'), POWER("fi-power", '\uf19b'), PREVIOUS("fi-previous", '\uf19c'), PRICE_TAG("fi-price-tag", '\uf19d'), PRICETAG_MULTIPLE("fi-pricetag-multiple", '\uf19e'), PRINT("fi-print", '\uf19f'), PROHIBITED("fi-prohibited", '\uf1a0'), PROJECTION_SCREEN("fi-projection-screen", '\uf1a1'), PUZZLE("fi-puzzle", '\uf1a2'), QUOTE("fi-quote", '\uf1a3'), RECORD("fi-record", '\uf1a4'), REFRESH("fi-refresh", '\uf1a5'), RESULTS_DEMOGRAPHICS("fi-results-demographics", '\uf1a6'), RESULTS("fi-results", '\uf1a7'), REWIND_TEN("fi-rewind-ten", '\uf1a8'), REWIND("fi-rewind", '\uf1a9'), RSS("fi-rss", '\uf1aa'), SAFETY_CONE("fi-safety-cone", '\uf1ab'), SAVE("fi-save", '\uf1ac'), SHARE("fi-share", '\uf1ad'), SHERIFF_BADGE("fi-sheriff-badge", '\uf1ae'), SHIELD("fi-shield", '\uf1af'), SHOPPING_BAG("fi-shopping-bag", '\uf1b0'), SHOPPING_CART("fi-shopping-cart", '\uf1b1'), SHUFFLE("fi-shuffle", '\uf1b2'), SKULL("fi-skull", '\uf1b3'), SOCIAL_500PX("fi-social-500px", '\uf1b4'), SOCIAL_ADOBE("fi-social-adobe", '\uf1b5'), SOCIAL_AMAZON("fi-social-amazon", '\uf1b6'), SOCIAL_ANDROID("fi-social-android", '\uf1b7'), SOCIAL_APPLE("fi-social-apple", '\uf1b8'), SOCIAL_BEHANCE("fi-social-behance", '\uf1b9'), SOCIAL_BING("fi-social-bing", '\uf1ba'), SOCIAL_BLOGGER("fi-social-blogger", '\uf1bb'), SOCIAL_DELICIOUS("fi-social-delicious", '\uf1bc'), SOCIAL_DESIGNER_NEWS("fi-social-designer-news", '\uf1bd'), SOCIAL_DEVIANT_ART("fi-social-deviant-art", '\uf1be'), SOCIAL_DIGG("fi-social-digg", '\uf1bf'), SOCIAL_DRIBBBLE("fi-social-dribbble", '\uf1c0'), SOCIAL_DRIVE("fi-social-drive", '\uf1c1'), SOCIAL_DROPBOX("fi-social-dropbox", '\uf1c2'), SOCIAL_EVERNOTE("fi-social-evernote", '\uf1c3'), SOCIAL_FACEBOOK("fi-social-facebook", '\uf1c4'), SOCIAL_FLICKR("fi-social-flickr", '\uf1c5'), SOCIAL_FORRST("fi-social-forrst", '\uf1c6'), SOCIAL_FOURSQUARE("fi-social-foursquare", '\uf1c7'), SOCIAL_GAME_CENTER("fi-social-game-center", '\uf1c8'), SOCIAL_GITHUB("fi-social-github", '\uf1c9'), SOCIAL_GOOGLE_PLUS("fi-social-google-plus", '\uf1ca'), SOCIAL_HACKER_NEWS("fi-social-hacker-news", '\uf1cb'), SOCIAL_HI5("fi-social-hi5", '\uf1cc'), SOCIAL_INSTAGRAM("fi-social-instagram", '\uf1cd'), SOCIAL_JOOMLA("fi-social-joomla", '\uf1ce'), SOCIAL_LASTFM("fi-social-lastfm", '\uf1cf'), SOCIAL_LINKEDIN("fi-social-linkedin", '\uf1d0'), SOCIAL_MEDIUM("fi-social-medium", '\uf1d1'), SOCIAL_MYSPACE("fi-social-myspace", '\uf1d2'), SOCIAL_ORKUT("fi-social-orkut", '\uf1d3'), SOCIAL_PATH("fi-social-path", '\uf1d4'), SOCIAL_PICASA("fi-social-picasa", '\uf1d5'), SOCIAL_PINTEREST("fi-social-pinterest", '\uf1d6'), SOCIAL_RDIO("fi-social-rdio", '\uf1d7'), SOCIAL_REDDIT("fi-social-reddit", '\uf1d8'), SOCIAL_SKILLSHARE("fi-social-skillshare", '\uf1d9'), SOCIAL_SKYPE("fi-social-skype", '\uf1da'), SOCIAL_SMASHING_MAG("fi-social-smashing-mag", '\uf1db'), SOCIAL_SNAPCHAT("fi-social-snapchat", '\uf1dc'), SOCIAL_SPOTIFY("fi-social-spotify", '\uf1dd'), SOCIAL_SQUIDOO("fi-social-squidoo", '\uf1de'), SOCIAL_STACK_OVERFLOW("fi-social-stack-overflow", '\uf1df'), SOCIAL_STEAM("fi-social-steam", '\uf1e0'), SOCIAL_STUMBLEUPON("fi-social-stumbleupon", '\uf1e1'), SOCIAL_TREEHOUSE("fi-social-treehouse", '\uf1e2'), SOCIAL_TUMBLR("fi-social-tumblr", '\uf1e3'), SOCIAL_TWITTER("fi-social-twitter", '\uf1e4'), SOCIAL_VIMEO("fi-social-vimeo", '\uf1e5'), SOCIAL_WINDOWS("fi-social-windows", '\uf1e6'), SOCIAL_XBOX("fi-social-xbox", '\uf1e7'), SOCIAL_YAHOO("fi-social-yahoo", '\uf1e8'), SOCIAL_YELP("fi-social-yelp", '\uf1e9'), SOCIAL_YOUTUBE("fi-social-youtube", '\uf1ea'), SOCIAL_ZERPLY("fi-social-zerply", '\uf1eb'), SOCIAL_ZURB("fi-social-zurb", '\uf1ec'), SOUND("fi-sound", '\uf1ed'), STAR("fi-star", '\uf1ee'), STOP("fi-stop", '\uf1ef'), STRIKETHROUGH("fi-strikethrough", '\uf1f0'), SUBSCRIPT("fi-subscript", '\uf1f1'), SUPERSCRIPT("fi-superscript", '\uf1f2'), TABLET_LANDSCAPE("fi-tablet-landscape", '\uf1f3'), TABLET_PORTRAIT("fi-tablet-portrait", '\uf1f4'), TARGET_TWO("fi-target-two", '\uf1f5'), TARGET("fi-target", '\uf1f6'), TELEPHONE_ACCESSIBLE("fi-telephone-accessible", '\uf1f7'), TELEPHONE("fi-telephone", '\uf1f8'), TEXT_COLOR("fi-text-color", '\uf1f9'), THUMBNAILS("fi-thumbnails", '\uf1fa'), TICKET("fi-ticket", '\uf1fb'), TORSO_BUSINESS("fi-torso-business", '\uf1fc'), TORSO_FEMALE("fi-torso-female", '\uf1fd'), TORSO("fi-torso", '\uf1fe'), TORSOS_ALL_FEMALE("fi-torsos-all-female", '\uf1ff'), TORSOS_ALL("fi-torsos-all", '\uf200'), TORSOS_FEMALE_MALE("fi-torsos-female-male", '\uf201'), TORSOS_MALE_FEMALE("fi-torsos-male-female", '\uf202'), TORSOS("fi-torsos", '\uf203'), TRASH("fi-trash", '\uf204'), TREES("fi-trees", '\uf205'), TROPHY("fi-trophy", '\uf206'), UNDERLINE("fi-underline", '\uf207'), UNIVERSAL_ACCESS("fi-universal-access", '\uf208'), UNLINK("fi-unlink", '\uf209'), UNLOCK("fi-unlock", '\uf20a'), UPLOAD_CLOUD("fi-upload-cloud", '\uf20b'), UPLOAD("fi-upload", '\uf20c'), USB("fi-usb", '\uf20d'), VIDEO("fi-video", '\uf20e'), VOLUME_NONE("fi-volume-none", '\uf20f'), VOLUME_STRIKE("fi-volume-strike", '\uf210'), VOLUME("fi-volume", '\uf211'), WEB("fi-web", '\uf212'), WHEELCHAIR("fi-wheelchair", '\uf213'), WIDGET("fi-widget", '\uf214'), WRENCH("fi-wrench", '\uf215'), X_CIRCLE("fi-x-circle", '\uf216'), X("fi-x", '\uf217'), YEN("fi-yen", '\uf218'), ZOOM_IN("fi-zoom-in", '\uf219'), ZOOM_OUT("fi-zoom-out", '\uf21a'); public static Foundation findByDescription(String description) { for (Foundation font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Foundation(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-foundation-pack/src/main/java/org/kordamp/ikonli/foundation/FoundationIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.foundation; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class FoundationIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/foundation/3.0/fonts/foundation-icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("fi-"); } @Override public Ikon resolve(String description) { return Foundation.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "fontcustom"; } } ================================================ FILE: icon-packs/ikonli-foundation-pack/src/main/java/org/kordamp/ikonli/foundation/FoundationIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.foundation; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class FoundationIkonProvider implements IkonProvider { @Override public Class getIkon() { return Foundation.class; } } ================================================ FILE: icon-packs/ikonli-foundation-pack/src/main/resources/META-INF/resources/foundation/3.0/css/foundation-icons.css ================================================ /* * Foundation Icons v 3.0 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3 * MIT License */ @font-face { font-family: "foundation-icons"; src: url("../fonts/foundation-icons.eot"); src: url("../fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons.svg#fontcustom") format("svg"); font-weight: normal; font-style: normal; } .foundation { font-family: "foundation-icons"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block; text-decoration: inherit; } .foundation-address-book:before { content: "\f100"; } .foundation-alert:before { content: "\f101"; } .foundation-align-center:before { content: "\f102"; } .foundation-align-justify:before { content: "\f103"; } .foundation-align-left:before { content: "\f104"; } .foundation-align-right:before { content: "\f105"; } .foundation-anchor:before { content: "\f106"; } .foundation-annotate:before { content: "\f107"; } .foundation-archive:before { content: "\f108"; } .foundation-arrow-down:before { content: "\f109"; } .foundation-arrow-left:before { content: "\f10a"; } .foundation-arrow-right:before { content: "\f10b"; } .foundation-arrow-up:before { content: "\f10c"; } .foundation-arrows-compress:before { content: "\f10d"; } .foundation-arrows-expand:before { content: "\f10e"; } .foundation-arrows-in:before { content: "\f10f"; } .foundation-arrows-out:before { content: "\f110"; } .foundation-asl:before { content: "\f111"; } .foundation-asterisk:before { content: "\f112"; } .foundation-at-sign:before { content: "\f113"; } .foundation-background-color:before { content: "\f114"; } .foundation-battery-empty:before { content: "\f115"; } .foundation-battery-full:before { content: "\f116"; } .foundation-battery-half:before { content: "\f117"; } .foundation-bitcoin-circle:before { content: "\f118"; } .foundation-bitcoin:before { content: "\f119"; } .foundation-blind:before { content: "\f11a"; } .foundation-bluetooth:before { content: "\f11b"; } .foundation-bold:before { content: "\f11c"; } .foundation-book-bookmark:before { content: "\f11d"; } .foundation-book:before { content: "\f11e"; } .foundation-bookmark:before { content: "\f11f"; } .foundation-braille:before { content: "\f120"; } .foundation-burst-new:before { content: "\f121"; } .foundation-burst-sale:before { content: "\f122"; } .foundation-burst:before { content: "\f123"; } .foundation-calendar:before { content: "\f124"; } .foundation-camera:before { content: "\f125"; } .foundation-check:before { content: "\f126"; } .foundation-checkbox:before { content: "\f127"; } .foundation-clipboard-notes:before { content: "\f128"; } .foundation-clipboard-pencil:before { content: "\f129"; } .foundation-clipboard:before { content: "\f12a"; } .foundation-clock:before { content: "\f12b"; } .foundation-closed-caption:before { content: "\f12c"; } .foundation-cloud:before { content: "\f12d"; } .foundation-comment-minus:before { content: "\f12e"; } .foundation-comment-quotes:before { content: "\f12f"; } .foundation-comment-video:before { content: "\f130"; } .foundation-comment:before { content: "\f131"; } .foundation-comments:before { content: "\f132"; } .foundation-compass:before { content: "\f133"; } .foundation-contrast:before { content: "\f134"; } .foundation-credit-card:before { content: "\f135"; } .foundation-crop:before { content: "\f136"; } .foundation-crown:before { content: "\f137"; } .foundation-css3:before { content: "\f138"; } .foundation-database:before { content: "\f139"; } .foundation-die-five:before { content: "\f13a"; } .foundation-die-four:before { content: "\f13b"; } .foundation-die-one:before { content: "\f13c"; } .foundation-die-six:before { content: "\f13d"; } .foundation-die-three:before { content: "\f13e"; } .foundation-die-two:before { content: "\f13f"; } .foundation-dislike:before { content: "\f140"; } .foundation-dollar-bill:before { content: "\f141"; } .foundation-dollar:before { content: "\f142"; } .foundation-download:before { content: "\f143"; } .foundation-eject:before { content: "\f144"; } .foundation-elevator:before { content: "\f145"; } .foundation-euro:before { content: "\f146"; } .foundation-eye:before { content: "\f147"; } .foundation-fast-forward:before { content: "\f148"; } .foundation-female-symbol:before { content: "\f149"; } .foundation-female:before { content: "\f14a"; } .foundation-filter:before { content: "\f14b"; } .foundation-first-aid:before { content: "\f14c"; } .foundation-flag:before { content: "\f14d"; } .foundation-folder-add:before { content: "\f14e"; } .foundation-folder-lock:before { content: "\f14f"; } .foundation-folder:before { content: "\f150"; } .foundation-foot:before { content: "\f151"; } .foundation-foundation:before { content: "\f152"; } .foundation-graph-bar:before { content: "\f153"; } .foundation-graph-horizontal:before { content: "\f154"; } .foundation-graph-pie:before { content: "\f155"; } .foundation-graph-trend:before { content: "\f156"; } .foundation-guide-dog:before { content: "\f157"; } .foundation-hearing-aid:before { content: "\f158"; } .foundation-heart:before { content: "\f159"; } .foundation-home:before { content: "\f15a"; } .foundation-html5:before { content: "\f15b"; } .foundation-indent-less:before { content: "\f15c"; } .foundation-indent-more:before { content: "\f15d"; } .foundation-info:before { content: "\f15e"; } .foundation-italic:before { content: "\f15f"; } .foundation-key:before { content: "\f160"; } .foundation-laptop:before { content: "\f161"; } .foundation-layout:before { content: "\f162"; } .foundation-lightbulb:before { content: "\f163"; } .foundation-like:before { content: "\f164"; } .foundation-link:before { content: "\f165"; } .foundation-list-bullet:before { content: "\f166"; } .foundation-list-number:before { content: "\f167"; } .foundation-list-thumbnails:before { content: "\f168"; } .foundation-list:before { content: "\f169"; } .foundation-lock:before { content: "\f16a"; } .foundation-loop:before { content: "\f16b"; } .foundation-magnifying-glass:before { content: "\f16c"; } .foundation-mail:before { content: "\f16d"; } .foundation-male-female:before { content: "\f16e"; } .foundation-male-symbol:before { content: "\f16f"; } .foundation-male:before { content: "\f170"; } .foundation-map:before { content: "\f171"; } .foundation-marker:before { content: "\f172"; } .foundation-megaphone:before { content: "\f173"; } .foundation-microphone:before { content: "\f174"; } .foundation-minus-circle:before { content: "\f175"; } .foundation-minus:before { content: "\f176"; } .foundation-mobile-signal:before { content: "\f177"; } .foundation-mobile:before { content: "\f178"; } .foundation-monitor:before { content: "\f179"; } .foundation-mountains:before { content: "\f17a"; } .foundation-music:before { content: "\f17b"; } .foundation-next:before { content: "\f17c"; } .foundation-no-dogs:before { content: "\f17d"; } .foundation-no-smoking:before { content: "\f17e"; } .foundation-page-add:before { content: "\f17f"; } .foundation-page-copy:before { content: "\f180"; } .foundation-page-csv:before { content: "\f181"; } .foundation-page-delete:before { content: "\f182"; } .foundation-page-doc:before { content: "\f183"; } .foundation-page-edit:before { content: "\f184"; } .foundation-page-export-csv:before { content: "\f185"; } .foundation-page-export-doc:before { content: "\f186"; } .foundation-page-export-pdf:before { content: "\f187"; } .foundation-page-export:before { content: "\f188"; } .foundation-page-filled:before { content: "\f189"; } .foundation-page-multiple:before { content: "\f18a"; } .foundation-page-pdf:before { content: "\f18b"; } .foundation-page-remove:before { content: "\f18c"; } .foundation-page-search:before { content: "\f18d"; } .foundation-page:before { content: "\f18e"; } .foundation-paint-bucket:before { content: "\f18f"; } .foundation-paperclip:before { content: "\f190"; } .foundation-pause:before { content: "\f191"; } .foundation-paw:before { content: "\f192"; } .foundation-paypal:before { content: "\f193"; } .foundation-pencil:before { content: "\f194"; } .foundation-photo:before { content: "\f195"; } .foundation-play-circle:before { content: "\f196"; } .foundation-play-video:before { content: "\f197"; } .foundation-play:before { content: "\f198"; } .foundation-plus:before { content: "\f199"; } .foundation-pound:before { content: "\f19a"; } .foundation-power:before { content: "\f19b"; } .foundation-previous:before { content: "\f19c"; } .foundation-price-tag:before { content: "\f19d"; } .foundation-pricetag-multiple:before { content: "\f19e"; } .foundation-print:before { content: "\f19f"; } .foundation-prohibited:before { content: "\f1a0"; } .foundation-projection-screen:before { content: "\f1a1"; } .foundation-puzzle:before { content: "\f1a2"; } .foundation-quote:before { content: "\f1a3"; } .foundation-record:before { content: "\f1a4"; } .foundation-refresh:before { content: "\f1a5"; } .foundation-results-demographics:before { content: "\f1a6"; } .foundation-results:before { content: "\f1a7"; } .foundation-rewind-ten:before { content: "\f1a8"; } .foundation-rewind:before { content: "\f1a9"; } .foundation-rss:before { content: "\f1aa"; } .foundation-safety-cone:before { content: "\f1ab"; } .foundation-save:before { content: "\f1ac"; } .foundation-share:before { content: "\f1ad"; } .foundation-sheriff-badge:before { content: "\f1ae"; } .foundation-shield:before { content: "\f1af"; } .foundation-shopping-bag:before { content: "\f1b0"; } .foundation-shopping-cart:before { content: "\f1b1"; } .foundation-shuffle:before { content: "\f1b2"; } .foundation-skull:before { content: "\f1b3"; } .foundation-social-500px:before { content: "\f1b4"; } .foundation-social-adobe:before { content: "\f1b5"; } .foundation-social-amazon:before { content: "\f1b6"; } .foundation-social-android:before { content: "\f1b7"; } .foundation-social-apple:before { content: "\f1b8"; } .foundation-social-behance:before { content: "\f1b9"; } .foundation-social-bing:before { content: "\f1ba"; } .foundation-social-blogger:before { content: "\f1bb"; } .foundation-social-delicious:before { content: "\f1bc"; } .foundation-social-designer-news:before { content: "\f1bd"; } .foundation-social-deviant-art:before { content: "\f1be"; } .foundation-social-digg:before { content: "\f1bf"; } .foundation-social-dribbble:before { content: "\f1c0"; } .foundation-social-drive:before { content: "\f1c1"; } .foundation-social-dropbox:before { content: "\f1c2"; } .foundation-social-evernote:before { content: "\f1c3"; } .foundation-social-facebook:before { content: "\f1c4"; } .foundation-social-flickr:before { content: "\f1c5"; } .foundation-social-forrst:before { content: "\f1c6"; } .foundation-social-foursquare:before { content: "\f1c7"; } .foundation-social-game-center:before { content: "\f1c8"; } .foundation-social-github:before { content: "\f1c9"; } .foundation-social-google-plus:before { content: "\f1ca"; } .foundation-social-hacker-news:before { content: "\f1cb"; } .foundation-social-hi5:before { content: "\f1cc"; } .foundation-social-instagram:before { content: "\f1cd"; } .foundation-social-joomla:before { content: "\f1ce"; } .foundation-social-lastfm:before { content: "\f1cf"; } .foundation-social-linkedin:before { content: "\f1d0"; } .foundation-social-medium:before { content: "\f1d1"; } .foundation-social-myspace:before { content: "\f1d2"; } .foundation-social-orkut:before { content: "\f1d3"; } .foundation-social-path:before { content: "\f1d4"; } .foundation-social-picasa:before { content: "\f1d5"; } .foundation-social-pinterest:before { content: "\f1d6"; } .foundation-social-rdio:before { content: "\f1d7"; } .foundation-social-reddit:before { content: "\f1d8"; } .foundation-social-skillshare:before { content: "\f1d9"; } .foundation-social-skype:before { content: "\f1da"; } .foundation-social-smashing-mag:before { content: "\f1db"; } .foundation-social-snapchat:before { content: "\f1dc"; } .foundation-social-spotify:before { content: "\f1dd"; } .foundation-social-squidoo:before { content: "\f1de"; } .foundation-social-stack-overflow:before { content: "\f1df"; } .foundation-social-steam:before { content: "\f1e0"; } .foundation-social-stumbleupon:before { content: "\f1e1"; } .foundation-social-treehouse:before { content: "\f1e2"; } .foundation-social-tumblr:before { content: "\f1e3"; } .foundation-social-twitter:before { content: "\f1e4"; } .foundation-social-vimeo:before { content: "\f1e5"; } .foundation-social-windows:before { content: "\f1e6"; } .foundation-social-xbox:before { content: "\f1e7"; } .foundation-social-yahoo:before { content: "\f1e8"; } .foundation-social-yelp:before { content: "\f1e9"; } .foundation-social-youtube:before { content: "\f1ea"; } .foundation-social-zerply:before { content: "\f1eb"; } .foundation-social-zurb:before { content: "\f1ec"; } .foundation-sound:before { content: "\f1ed"; } .foundation-star:before { content: "\f1ee"; } .foundation-stop:before { content: "\f1ef"; } .foundation-strikethrough:before { content: "\f1f0"; } .foundation-subscript:before { content: "\f1f1"; } .foundation-superscript:before { content: "\f1f2"; } .foundation-tablet-landscape:before { content: "\f1f3"; } .foundation-tablet-portrait:before { content: "\f1f4"; } .foundation-target-two:before { content: "\f1f5"; } .foundation-target:before { content: "\f1f6"; } .foundation-telephone-accessible:before { content: "\f1f7"; } .foundation-telephone:before { content: "\f1f8"; } .foundation-text-color:before { content: "\f1f9"; } .foundation-thumbnails:before { content: "\f1fa"; } .foundation-ticket:before { content: "\f1fb"; } .foundation-torso-business:before { content: "\f1fc"; } .foundation-torso-female:before { content: "\f1fd"; } .foundation-torso:before { content: "\f1fe"; } .foundation-torsos-all-female:before { content: "\f1ff"; } .foundation-torsos-all:before { content: "\f200"; } .foundation-torsos-female-male:before { content: "\f201"; } .foundation-torsos-male-female:before { content: "\f202"; } .foundation-torsos:before { content: "\f203"; } .foundation-trash:before { content: "\f204"; } .foundation-trees:before { content: "\f205"; } .foundation-trophy:before { content: "\f206"; } .foundation-underline:before { content: "\f207"; } .foundation-universal-access:before { content: "\f208"; } .foundation-unlink:before { content: "\f209"; } .foundation-unlock:before { content: "\f20a"; } .foundation-upload-cloud:before { content: "\f20b"; } .foundation-upload:before { content: "\f20c"; } .foundation-usb:before { content: "\f20d"; } .foundation-video:before { content: "\f20e"; } .foundation-volume-none:before { content: "\f20f"; } .foundation-volume-strike:before { content: "\f210"; } .foundation-volume:before { content: "\f211"; } .foundation-web:before { content: "\f212"; } .foundation-wheelchair:before { content: "\f213"; } .foundation-widget:before { content: "\f214"; } .foundation-wrench:before { content: "\f215"; } .foundation-x-circle:before { content: "\f216"; } .foundation-x:before { content: "\f217"; } .foundation-yen:before { content: "\f218"; } .foundation-zoom-in:before { content: "\f219"; } .foundation-zoom-out:before { content: "\f21a"; } ================================================ FILE: icon-packs/ikonli-hawcons-pack/ikonli-hawcons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.hawcons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.hawcons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.hawcons.HawconsFilledIkonHandler, org.kordamp.ikonli.hawcons.HawconsStrokeIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.hawcons.HawconsFilledIkonProvider, org.kordamp.ikonli.hawcons.HawconsStrokeIkonProvider; } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/java/org/kordamp/ikonli/hawcons/HawconsFilled.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.hawcons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum HawconsFilled implements Ikon { AIR_SOCK("hwf-air-sock", '\ue701'), AMUSED_FACE("hwf-amused-face", '\ue73e'), AMUSED_FACE_CLOSED_EYES("hwf-amused-face-closed-eyes", '\ue73f'), AMUSED_FACE_CLOSED_EYES2("hwf-amused-face-closed-eyes2", '\ue740'), ANGRY_FACE("hwf-angry-face", '\ue728'), ANGRY_FACE_EYEBROWS("hwf-angry-face-eyebrows", '\ue72b'), ANGRY_FACE_OPEN_MOUTH_EYEBROWS("hwf-angry-face-open-mouth-eyebrows", '\ue739'), ANGRY_FACE_TEETH("hwf-angry-face-teeth", '\ue735'), ASTONISHED_FACE("hwf-astonished-face", '\ue74c'), ASTONISHED_FACE2("hwf-astonished-face2", '\ue74d'), AWARD("hwf-award", '\ue6b5'), AWARD2("hwf-award2", '\ue6b6'), AWARD3("hwf-award3", '\ue6b7'), AWARD4("hwf-award4", '\ue6b8'), BAROMETER("hwf-barometer", '\ue6fc'), BASEBALL("hwf-baseball", '\ue698'), BASEBALL_SET("hwf-baseball-set", '\ue6a1'), BASKETBALL("hwf-basketball", '\ue697'), BASKETBALL2("hwf-basketball2", '\ue6a0'), BASKETBALL_HOOP("hwf-basketball-hoop", '\ue6aa'), BILLIARD_BALL("hwf-billiard-ball", '\ue69b'), BOOK("hwf-book", '\ue61d'), BOOKMARK("hwf-bookmark", '\ue611'), BOOKMARK_ADD("hwf-bookmark-add", '\ue612'), BOOKMARK_REMOVE("hwf-bookmark-remove", '\ue613'), BOOK_BOOKMARK("hwf-book-bookmark", '\ue61e'), BOWLING_BALL("hwf-bowling-ball", '\ue69a'), BOWLING_PINS("hwf-bowling-pins", '\ue6c3'), BOWLING_PIN_BALL("hwf-bowling-pin-ball", '\ue6c4'), BOX("hwf-box", '\ue68a'), BOX2("hwf-box2", '\ue68c'), BOX3("hwf-box3", '\ue68d'), BOXING_GLOVE("hwf-boxing-glove", '\ue6bb'), BOX_BOOKMARK("hwf-box-bookmark", '\ue68e'), BOX_FILLED("hwf-box-filled", '\ue68b'), CERTIFICATE("hwf-certificate", '\ue688'), CHECKERED_FLAG("hwf-checkered-flag", '\ue6be'), CLIPBOARD("hwf-clipboard", '\ue622'), CLIPBOARD_ADD("hwf-clipboard-add", '\ue620'), CLIPBOARD_CHECKED("hwf-clipboard-checked", '\ue625'), CLIPBOARD_DOWNLOAD("hwf-clipboard-download", '\ue623'), CLIPBOARD_EDIT("hwf-clipboard-edit", '\ue61f'), CLIPBOARD_LIST("hwf-clipboard-list", '\ue627'), CLIPBOARD_MOVE("hwf-clipboard-move", '\ue6b4'), CLIPBOARD_REMOVE("hwf-clipboard-remove", '\ue621'), CLIPBOARD_TEXT("hwf-clipboard-text", '\ue626'), CLIPBOARD_UPLOAD("hwf-clipboard-upload", '\ue624'), CLOUD("hwf-cloud", '\ue682'), CLOUD2("hwf-cloud2", '\ue6c9'), CLOUDS("hwf-clouds", '\ue6dc'), CLOUDS2("hwf-clouds2", '\ue6f0'), CLOUD_ADD("hwf-cloud-add", '\ue6dd'), CLOUD_DOWNLOAD("hwf-cloud-download", '\ue67f'), CLOUD_ERROR("hwf-cloud-error", '\ue681'), CLOUD_ERROR2("hwf-cloud-error2", '\ue6df'), CLOUD_FOG("hwf-cloud-fog", '\ue6e0'), CLOUD_LIGHTNING("hwf-cloud-lightning", '\ue6d2'), CLOUD_MOON("hwf-cloud-moon", '\ue6cb'), CLOUD_MOON_FOG("hwf-cloud-moon-fog", '\ue6e2'), CLOUD_MOON_LIGHTNING("hwf-cloud-moon-lightning", '\ue6d4'), CLOUD_MOON_RAIN("hwf-cloud-moon-rain", '\ue6ce'), CLOUD_MOON_RAINDROPS("hwf-cloud-moon-raindrops", '\ue6d8'), CLOUD_MOON_SNOW("hwf-cloud-moon-snow", '\ue6d1'), CLOUD_MOON_SNOWFLAKES("hwf-cloud-moon-snowflakes", '\ue6db'), CLOUD_RAIN("hwf-cloud-rain", '\ue6cc'), CLOUD_RAINDROPS("hwf-cloud-raindrops", '\ue6d6'), CLOUD_REMOVE("hwf-cloud-remove", '\ue6de'), CLOUD_SNOW("hwf-cloud-snow", '\ue6cf'), CLOUD_SNOWFLAKES("hwf-cloud-snowflakes", '\ue6d9'), CLOUD_SUN("hwf-cloud-sun", '\ue6ca'), CLOUD_SUN_FOG("hwf--cloud-sun-fog", '\ue6e1'), CLOUD_SUN_LIGHTNING("hwf-cloud-sun-lightning", '\ue6d3'), CLOUD_SUN_RAIN("hwf-cloud-sun-rain", '\ue6cd'), CLOUD_SUN_RAINDROPS("hwf-cloud-sun-raindrops", '\ue6d7'), CLOUD_SUN_SNOW("hwf-cloud-sun-snow", '\ue6d0'), CLOUD_SUN_SNOWFLAKES("hwf-cloud-sun-snowflakes", '\ue6da'), CLOUD_UPLOAD("hwf-cloud-upload", '\ue680'), CLOUD_WIND("hwf-cloud-wind", '\ue6d5'), COMBINATION_LOCK("hwf-combination-lock", '\ue677'), COMPASS("hwf-compass", '\ue706'), COMPASS2("hwf-compass2", '\ue707'), COMPASS3("hwf-compass3", '\ue708'), COMPASS4("hwf-compass4", '\ue709'), COMPASS_EAST("hwf-compass-east", '\ue6ff'), COMPASS_NORTH("hwf-compass-north", '\ue6fd'), COMPASS_SOUTH("hwf-compass-south", '\ue700'), COMPASS_WEST("hwf-compass-west", '\ue6fe'), CRESCENT("hwf-crescent", '\ue6f5'), CRESCENT2("hwf-crescent2", '\ue6fb'), DEGREE_CELSIUS("hwf-degree-celsius", '\ue704'), DEGREE_FAHRENHEIT("hwf-degree-fahrenheit", '\ue703'), DIVING_GOGGLES("hwf-diving-goggles", '\ue6c5'), DOCUMENT("hwf-document", '\ue635'), DOCUMENTS("hwf-documents", '\ue646'), DOCUMENTS2("hwf-documents2", '\ue647'), DOCUMENT_ADD("hwf-document-add", '\ue64f'), DOCUMENT_BOOKMARK("hwf-document-bookmark", '\ue63a'), DOCUMENT_CANCEL("hwf-document-cancel", '\ue64d'), DOCUMENT_CERTIFICATE("hwf-document-certificate", '\ue687'), DOCUMENT_CHECKED("hwf-document-checked", '\ue64e'), DOCUMENT_CLOUD("hwf-document-cloud", '\ue645'), DOCUMENT_CODE("hwf-document-code", '\ue644'), DOCUMENT_DIAGRAMS("hwf-document-diagrams", '\ue63b'), DOCUMENT_DOWNLOAD("hwf-document-download", '\ue638'), DOCUMENT_EDIT("hwf-document-edit", '\ue686'), DOCUMENT_ERROR("hwf-document-error", '\ue64c'), DOCUMENT_FILE_3GP("hwf-document-file-3gp", '\ue7fa'), DOCUMENT_FILE_AAC("hwf-document-file-aac", '\ue7fc'), DOCUMENT_FILE_AI("hwf-document-file-ai", '\ue7d2'), DOCUMENT_FILE_AIFF("hwf-document-file-aiff", '\ue7fb'), DOCUMENT_FILE_APP("hwf-document-file-app", '\ue7c6'), DOCUMENT_FILE_ASP("hwf-document-file-asp", '\ue7e5'), DOCUMENT_FILE_AVI("hwf-document-file-avi", '\ue7ec'), DOCUMENT_FILE_BMP("hwf-document-file-bmp", '\ue7d3'), DOCUMENT_FILE_C("hwf-document-file-c", '\ue7da'), DOCUMENT_FILE_CPP("hwf-document-file-cpp", '\ue7dd'), DOCUMENT_FILE_CSS("hwf-document-file-css", '\ue7cf'), DOCUMENT_FILE_DAT("hwf-document-file-dat", '\ue7e7'), DOCUMENT_FILE_DMG("hwf-document-file-dmg", '\ue801'), DOCUMENT_FILE_DOC("hwf-document-file-doc", '\ue7e0'), DOCUMENT_FILE_DOCX("hwf-document-file-docx", '\ue7e3'), DOCUMENT_FILE_DOT("hwf-document-file-dot", '\ue7f2'), DOCUMENT_FILE_DOTX("hwf-document-file-dotx", '\ue7ee'), DOCUMENT_FILE_DWG("hwf-document-file-dwg", '\ue7d4'), DOCUMENT_FILE_DXF("hwf-document-file-dxf", '\ue7df'), DOCUMENT_FILE_EPS("hwf-document-file-eps", '\ue7d5'), DOCUMENT_FILE_EXE("hwf-document-file-exe", '\ue7eb'), DOCUMENT_FILE_FLV("hwf-document-file-flv", '\ue7f6'), DOCUMENT_FILE_GIF("hwf-document-file-gif", '\ue804'), DOCUMENT_FILE_H("hwf-document-file-h", '\ue7ea'), DOCUMENT_FILE_HTML("hwf-document-file-html", '\ue7ce'), DOCUMENT_FILE_ICS("hwf-document-file-ics", '\ue7e6'), DOCUMENT_FILE_ISO("hwf-document-file-iso", '\ue802'), DOCUMENT_FILE_JAVA("hwf-document-file-java", '\ue7d0'), DOCUMENT_FILE_JPG("hwf-document-file-jpg", '\ue7cc'), DOCUMENT_FILE_KEY("hwf-document-file-key", '\ue7cd'), DOCUMENT_FILE_M4V("hwf-document-file-m4v", '\ue7f5'), DOCUMENT_FILE_MID("hwf-document-file-mid", '\ue7f9'), DOCUMENT_FILE_MOV("hwf-document-file-mov", '\ue7cb'), DOCUMENT_FILE_MP3("hwf-document-file-mp3", '\ue7c9'), DOCUMENT_FILE_MP4("hwf-document-file-mp4", '\ue7ca'), DOCUMENT_FILE_MPG("hwf-document-file-mpg", '\ue7f7'), DOCUMENT_FILE_NUMBERS("hwf-document-file-numbers", '\ue7c4'), DOCUMENT_FILE_ODP("hwf-document-file-odp", '\ue7ed'), DOCUMENT_FILE_ODS("hwf-document-file-ods", '\ue7f0'), DOCUMENT_FILE_ODT("hwf-document-file-odt", '\ue7e1'), DOCUMENT_FILE_OTS("hwf-document-file-ots", '\ue7d7'), DOCUMENT_FILE_OTT("hwf-document-file-ott", '\ue7ff'), DOCUMENT_FILE_PAGES("hwf-document-file-pages", '\ue7c5'), DOCUMENT_FILE_PDF("hwf-document-file-pdf", '\ue7c8'), DOCUMENT_FILE_PHP("hwf-document-file-php", '\ue7d8'), DOCUMENT_FILE_PNG("hwf-document-file-png", '\ue7c7'), DOCUMENT_FILE_PPS("hwf-document-file-pps", '\ue7f1'), DOCUMENT_FILE_PPT("hwf-document-file-ppt", '\ue7e4'), DOCUMENT_FILE_PSD("hwf-document-file-psd", '\ue7d1'), DOCUMENT_FILE_PY("hwf-document-file-py", '\ue7d9'), DOCUMENT_FILE_QT("hwf-document-file-qt", '\ue7f8'), DOCUMENT_FILE_RAR("hwf-document-file-rar", '\ue803'), DOCUMENT_FILE_RB("hwf-document-file-rb", '\ue7dc'), DOCUMENT_FILE_RTF("hwf-document-file-rtf", '\ue7f4'), DOCUMENT_FILE_SQL("hwf-document-file-sql", '\ue7db'), DOCUMENT_FILE_TGA("hwf-document-file-tga", '\ue7de'), DOCUMENT_FILE_TGZ("hwf-document-file-tgz", '\ue800'), DOCUMENT_FILE_TIFF("hwf-document-file-tiff", '\ue7d6'), DOCUMENT_FILE_TXT("hwf-document-file-txt", '\ue7f3'), DOCUMENT_FILE_WAV("hwf-document-file-wav", '\ue7fd'), DOCUMENT_FILE_XLS("hwf-document-file-xls", '\ue7e2'), DOCUMENT_FILE_XLSX("hwf-document-file-xlsx", '\ue7ef'), DOCUMENT_FILE_XML("hwf-document-file-xml", '\ue7e8'), DOCUMENT_FILE_YML("hwf-document-file-yml", '\ue7e9'), DOCUMENT_FILE_ZIP("hwf-document-file-zip", '\ue7fe'), DOCUMENT_FONT("hwf-document-font", '\ue655'), DOCUMENT_FORBIDDEN("hwf-document-forbidden", '\ue651'), DOCUMENT_GRAPH("hwf-document-graph", '\ue641'), DOCUMENT_INFORMATION("hwf-document-information", '\ue652'), DOCUMENT_LIST("hwf-document-list", '\ue654'), DOCUMENT_LOCKED("hwf-document-locked", '\ue64b'), DOCUMENT_MOVIE("hwf-document-movie", '\ue63f'), DOCUMENT_MUSIC("hwf-document-music", '\ue63e'), DOCUMENT_PLAY("hwf-document-play", '\ue640'), DOCUMENT_RECORDING("hwf-document-recording", '\ue63c'), DOCUMENT_REMOVE("hwf-document-remove", '\ue650'), DOCUMENT_SCAN("hwf-document-scan", '\ue67e'), DOCUMENT_SEARCH("hwf-document-search", '\ue648'), DOCUMENT_SHRED("hwf-document-shred", '\ue67c'), DOCUMENT_STAR("hwf-document-star", '\ue649'), DOCUMENT_TABLE("hwf-document-table", '\ue63d'), DOCUMENT_TEXT("hwf-document-text", '\ue636'), DOCUMENT_TEXT2("hwf-document-text2", '\ue637'), DOCUMENT_TEXT3("hwf-document-text3", '\ue643'), DOCUMENT_TIME("hwf-document-time", '\ue642'), DOCUMENT_UNLOCKED("hwf-document-unlocked", '\ue64a'), DOCUMENT_UPLOAD("hwf-document-upload", '\ue639'), DOCUMENT_ZIP("hwf-document-zip", '\ue66b'), EYE("hwf-eye", '\ue615'), EYE_HIDDEN("hwf-eye-hidden", '\ue614'), FACE_CLOSED_EYES_OPEN_MOUTH("hwf-face-closed-eyes-open-mouth", '\ue741'), FACE_CLOSED_EYES_OPEN_MOUTH2("hwf-face-closed-eyes-open-mouth2", '\ue742'), FACE_CLOSED_EYES_OPEN_MOUTH3("hwf-face-closed-eyes-open-mouth3", '\ue743'), FACE_CLOSED_MEYES("hwf-face-closed-meyes", '\ue73d'), FACE_GLASSES("hwf-face-glasses", '\ue750'), FACE_MISSING_MOTH("hwf-face-missing-moth", '\ue716'), FACE_MOUSTACHE("hwf-face-moustache", '\ue74e'), FACE_MOUSTACHE2("hwf-face-moustache2", '\ue74f'), FACE_OPEN_MOUTH("hwf-face-open-mouth", '\ue71a'), FACE_OPEN_MOUTH2("hwf-face-open-mouth2", '\ue71b'), FACE_OPEN_MOUTH_EYEBROWS("hwf-face-open-mouth-eyebrows", '\ue737'), FACE_OPEN_MOUTH_EYEBROWS2("hwf-face-open-mouth-eyebrows2", '\ue738'), FACE_STUCK_OUT_TONGUE("hwf-face-stuck-out-tongue", '\ue731'), FACE_STUCK_OUT_TONGUE2("hwf-face-stuck-out-tongue2", '\ue732'), FACE_SUNGLASSES("hwf-face-sunglasses", '\ue751'), FAKE_GRINNING_FACE_EYEBROWS("hwf-fake-grinning-face-eyebrows", '\ue72f'), FILE_3GP("hwf-file-3gp", '\ue7b9'), FILE_AAC("hwf-file-aac", '\ue7bb'), FILE_AI("hwf-file-ai", '\ue791'), FILE_AIFF("hwf-file-aiff", '\ue7ba'), FILE_APP("hwf-file-app", '\ue785'), FILE_ASP("hwf-file-asp", '\ue7a4'), FILE_AVI("hwf-file-avi", '\ue7ab'), FILE_BMP("hwf-file-bmp", '\ue792'), FILE_C("hwf-file-c", '\ue799'), FILE_CPP("hwf-file-cpp", '\ue79c'), FILE_CSS("hwf-file-css", '\ue78e'), FILE_DAT("hwf-file-dat", '\ue7a6'), FILE_DMG("hwf-file-dmg", '\ue7c0'), FILE_DOC("hwf-file-doc", '\ue79f'), FILE_DOCX("hwf-file-docx", '\ue7a2'), FILE_DOT("hwf-file-dot", '\ue7b1'), FILE_DOTX("hwf-file-dotx", '\ue7ad'), FILE_DWG("hwf-file-dwg", '\ue793'), FILE_DXF("hwf-file-dxf", '\ue79e'), FILE_EPS("hwf-file-eps", '\ue794'), FILE_EXE("hwf-file-exe", '\ue7aa'), FILE_FLV("hwf-file-flv", '\ue7b5'), FILE_GIF("hwf-file-gif", '\ue7c3'), FILE_H("hwf-file-h", '\ue7a9'), FILE_HTML("hwf-file-html", '\ue78d'), FILE_ICS("hwf-file-ics", '\ue7a5'), FILE_ISO("hwf-file-iso", '\ue7c1'), FILE_JAVA("hwf-file-java", '\ue78f'), FILE_JPG("hwf-file-jpg", '\ue78b'), FILE_KEY("hwf-file-key", '\ue78c'), FILE_M4V("hwf-file-m4v", '\ue7b4'), FILE_MID("hwf-file-mid", '\ue7b8'), FILE_MOV("hwf-file-mov", '\ue78a'), FILE_MP3("hwf-file-mp3", '\ue788'), FILE_MP4("hwf-file-mp4", '\ue789'), FILE_MPG("hwf-file-mpg", '\ue7b6'), FILE_NUMBERS("hwf-file-numbers", '\ue783'), FILE_ODP("hwf-file-odp", '\ue7ac'), FILE_ODS("hwf-file-ods", '\ue7af'), FILE_ODT("hwf-file-odt", '\ue7a0'), FILE_OTS("hwf-file-ots", '\ue796'), FILE_OTT("hwf-file-ott", '\ue7be'), FILE_PAGES("hwf-file-pages", '\ue784'), FILE_PDF("hwf-file-pdf", '\ue787'), FILE_PHP("hwf-file-php", '\ue797'), FILE_PNG("hwf-file-png", '\ue786'), FILE_PPS("hwf-file-pps", '\ue7b0'), FILE_PPT("hwf-file-ppt", '\ue7a3'), FILE_PSD("hwf-file-psd", '\ue790'), FILE_PY("hwf-file-py", '\ue798'), FILE_QUICKTIME("hwf-file-quicktime", '\ue7b7'), FILE_RAR("hwf-file-rar", '\ue7c2'), FILE_RB("hwf-file-rb", '\ue79b'), FILE_RTF("hwf-file-rtf", '\ue7b3'), FILE_SQL("hwf-file-sql", '\ue79a'), FILE_TGA("hwf-file-tga", '\ue79d'), FILE_TGZ("hwf-file-tgz", '\ue7bf'), FILE_TIFF("hwf-file-tiff", '\ue795'), FILE_TXT("hwf-file-txt", '\ue7b2'), FILE_WAV("hwf-file-wav", '\ue7bc'), FILE_XLS("hwf-file-xls", '\ue7a1'), FILE_XLSX("hwf-file-xlsx", '\ue7ae'), FILE_XML("hwf-file-xml", '\ue7a7'), FILE_YML("hwf-file-yml", '\ue7a8'), FILE_ZIP("hwf-file-zip", '\ue7bd'), FLAG("hwf-flag", '\ue60d'), FLAG2("hwf-flag2", '\ue60e'), FLAG3("hwf-flag3", '\ue60f'), FLAG4("hwf-flag4", '\ue610'), FLASHED_FACE("hwf-flashed-face", '\ue713'), FLASHED_FACE2("hwf-flashed-face2", '\ue714'), FLASHED_FACE_GLASSES("hwf-flashed-face-glasses", '\ue715'), FOLDER("hwf-folder", '\ue65c'), FOLDER2("hwf-folder2", '\ue65d'), FOLDERS("hwf-folders", '\ue65e'), FOLDER_ADD("hwf-folder-add", '\ue667'), FOLDER_BOOKMARK("hwf-folder-bookmark", '\ue66a'), FOLDER_CANCEL("hwf-folder-cancel", '\ue665'), FOLDER_CHECKED("hwf-folder-checked", '\ue666'), FOLDER_DOWNLOAD("hwf-folder-download", '\ue65f'), FOLDER_ERROR("hwf-folder-error", '\ue664'), FOLDER_FORBIDDEN("hwf-folder-forbidden", '\ue669'), FOLDER_INFORMATION("hwf-folder-information", '\ue653'), FOLDER_LOCKED("hwf-folder-locked", '\ue662'), FOLDER_REMOVE("hwf-folder-remove", '\ue668'), FOLDER_SEARCH("hwf-folder-search", '\ue663'), FOLDER_UNLOCKED("hwf-folder-unlocked", '\ue661'), FOLDER_UPLOAD("hwf-folder-upload", '\ue660'), FOOTBALL("hwf-football", '\ue69e'), FOOTBALL2("hwf-football2", '\ue69f'), FULL_MOON("hwf-full-moon", '\ue6f4'), GIBBOUS_MOON("hwf-gibbous-moon", '\ue6f7'), GIBBOUS_MOON2("hwf-gibbous-moon2", '\ue6f9'), GOLF("hwf-golf", '\ue6b2'), GRINNING_FACE("hwf-grinning-face", '\ue72c'), GRINNING_FACE2("hwf-grinning-face2", '\ue746'), GRINNING_FACE_EYEBROWS("hwf-grinning-face-eyebrows", '\ue725'), GRINNING_FACE_EYEBROWS2("hwf-grinning-face-eyebrows2", '\ue72e'), GRINNING_FACE_TEETH("hwf-grinning-face-teeth", '\ue734'), GRINNING_FACE_TEETH2("hwf-grinning-face-teeth2", '\ue736'), HALF_MOON("hwf-half-moon", '\ue6f6'), HALF_MOON2("hwf-half-moon2", '\ue6fa'), HIGH_FIVE("hwf-high-five", '\ue755'), HOCKEY_STICK("hwf-hockey-stick", '\ue6af'), HOCKEY_STICKS("hwf-hockey-sticks", '\ue6b0'), ICE_SKATE("hwf-ice-skate", '\ue6c8'), INBOX("hwf-inbox", '\ue656'), INBOXES("hwf-inboxes", '\ue657'), INBOX_DOCUMENT("hwf-inbox-document", '\ue658'), INBOX_DOCUMENT_TEXT("hwf-inbox-document-text", '\ue659'), INBOX_DOWNLOAD("hwf-inbox-download", '\ue65a'), INBOX_FILLED("hwf-inbox-filled", '\ue683'), INBOX_UPLOAD("hwf-inbox-upload", '\ue65b'), INFORMATION("hwf-information", '\ue61b'), INFORMATION2("hwf-information2", '\ue61c'), KEY("hwf-key", '\ue617'), KEY2("hwf-key2", '\ue618'), KISSING_FACE("hwf-kissing-face", '\ue733'), KISSING_FACE2("hwf-kissing-face2", '\ue73c'), LAUGHING_FACE("hwf-laughing-face", '\ue71d'), LAUGHING_FACE2("hwf-laughing-face2", '\ue71e'), LAUGHING_FACE3("hwf-laughing-face3", '\ue744'), LIGHTNING("hwf-lightning", '\ue710'), LOCK("hwf-lock", '\ue670'), LOCK_OPEN("hwf-lock-open", '\ue671'), LOCK_OPEN2("hwf-lock-open2", '\ue672'), LOCK_ROUNDED("hwf-lock-rounded", '\ue674'), LOCK_ROUNDED_OPEN("hwf-lock-rounded-open", '\ue675'), LOCK_ROUNDED_OPEN2("hwf-lock-rounded-open2", '\ue676'), LOCK_STRIPES("hwf-lock-stripes", '\ue673'), MAIL_ADD("hwf-mail-add", '\ue60b'), MAIL_CANCEL("hwf-mail-cancel", '\ue609'), MAIL_CHECKED("hwf-mail-checked", '\ue608'), MAIL_ENVELOPE("hwf-mail-envelope", '\ue600'), MAIL_ENVELOPE_CLOSED("hwf-mail-envelope-closed", '\ue602'), MAIL_ENVELOPE_CLOSED2("hwf-mail-envelope-closed2", '\ue605'), MAIL_ENVELOPE_OPEN("hwf-mail-envelope-open", '\ue601'), MAIL_ENVELOPE_OPEN2("hwf-mail-envelope-open2", '\ue603'), MAIL_ENVELOPE_OPEN3("hwf-mail-envelope-open3", '\ue604'), MAIL_ENVELOPE_OPEN4("hwf-mail-envelope-open4", '\ue606'), MAIL_ERROR("hwf-mail-error", '\ue607'), MAIL_REMOVE("hwf-mail-remove", '\ue60c'), MAIL__FORBIDDEN("hwf-mail--forbidden", '\ue60a'), MEDAL("hwf-medal", '\ue6a6'), MEDAL2("hwf-medal2", '\ue6a7'), MEDAL3("hwf-medal3", '\ue6b9'), MEDAL4("hwf-medal4", '\ue6ba'), MIDDLE_FINGER("hwf-middle-finger", '\ue753'), MOON("hwf-moon", '\ue6e4'), MOON2("hwf-moon2", '\ue6f8'), MOONRISE("hwf-moonrise", '\ue6f1'), MOONSET("hwf-moonset", '\ue6f2'), MOON_STARS("hwf-moon-stars", '\ue6e3'), MOVE("hwf-move", '\ue6b3'), NEUTRAL_FACE("hwf-neutral-face", '\ue717'), NEUTRAL_FACE2("hwf-neutral-face2", '\ue721'), NEUTRAL_FACE_EYEBROWS("hwf-neutral-face-eyebrows", '\ue727'), NOTE("hwf-note", '\ue628'), NOTEBOOK("hwf-notebook", '\ue62f'), NOTEBOOK2("hwf-notebook2", '\ue630'), NOTEBOOK3("hwf-notebook3", '\ue631'), NOTEBOOK4("hwf-notebook4", '\ue632'), NOTEBOOK_LIST("hwf-notebook-list", '\ue634'), NOTEBOOK_TEXT("hwf-notebook-text", '\ue633'), NOTE_ADD("hwf-note-add", '\ue629'), NOTE_CHECKED("hwf-note-checked", '\ue62d'), NOTE_IMPORTANT("hwf-note-important", '\ue62e'), NOTE_LIST("hwf-note-list", '\ue62c'), NOTE_REMOVE("hwf-note-remove", '\ue62a'), NOTE_TEXT("hwf-note-text", '\ue62b'), ONE_FINGER("hwf-one-finger", '\ue767'), ONE_FINGER_CLICK("hwf-one-finger-click", '\ue76c'), ONE_FINGER_CLICK2("hwf-one-finger-click2", '\ue77a'), ONE_FINGER_DOUBLE_TAP("hwf-one-finger-double-tap", '\ue768'), ONE_FINGER_DOUBLE_TAP2("hwf-one-finger-double-tap2", '\ue774'), ONE_FINGER_SWIPE("hwf-one-finger-swipe", '\ue77c'), ONE_FINGER_SWIPE_DOWN("hwf-one-finger-swipe-down", '\ue766'), ONE_FINGER_SWIPE_DOWN2("hwf-one-finger-swipe-down2", '\ue782'), ONE_FINGER_SWIPE_HORIZONTALLY("hwf-one-finger-swipe-horizontally", '\ue77b'), ONE_FINGER_SWIPE_LEFT("hwf-one-finger-swipe-left", '\ue763'), ONE_FINGER_SWIPE_LEFT2("hwf-one-finger-swipe-left2", '\ue77f'), ONE_FINGER_SWIPE_RIGHT("hwf-one-finger-swipe-right", '\ue764'), ONE_FINGER_SWIPE_RIGHT2("hwf-one-finger-swipe-right2", '\ue780'), ONE_FINGER_SWIPE_UP("hwf-one-finger-swipe-up", '\ue765'), ONE_FINGER_SWIPE_UP2("hwf-one-finger-swipe-up2", '\ue781'), ONE_FINGER_TAP("hwf-one-finger-tap", '\ue769'), ONE_FINGER_TAP2("hwf-one-finger-tap2", '\ue778'), ONE_FINGER_TAP_HOLD("hwf-one-finger-tap-hold", '\ue76a'), ONE_FINGER_TAP_HOLD2("hwf-one-finger-tap-hold2", '\ue779'), PACKAGE("hwf-package", '\ue689'), PAPERCLIP("hwf-paperclip", '\ue696'), PEN("hwf-pen", '\ue684'), PEN_ANGLED("hwf-pen-angled", '\ue685'), PRINTER("hwf-printer", '\ue678'), PRINTER2("hwf-printer2", '\ue679'), PRINTER_TEXT("hwf-printer-text", '\ue67a'), PRINTER_TEXT2("hwf-printer-text2", '\ue67b'), RAINBOW("hwf-rainbow", '\ue6ea'), RAINDROP("hwf-raindrop", '\ue6ed'), RAINDROPS("hwf-raindrops", '\ue6ec'), ROCK_N_ROLL("hwf-rock-n-roll", '\ue754'), SAD_FACE("hwf-sad-face", '\ue719'), SAD_FACE2("hwf-sad-face2", '\ue722'), SAD_FACE3("hwf-sad-face3", '\ue72d'), SAD_FACE4("hwf-sad-face4", '\ue747'), SAD_FACE5("hwf-sad-face5", '\ue748'), SAD_FACE6("hwf-sad-face6", '\ue74a'), SAD_FACE_CLOSED_EYES("hwf-sad-face-closed-eyes", '\ue749'), SAD_FACE_EYEBROWS("hwf-sad-face-eyebrows", '\ue726'), SAD_FACE__TIGHTLY_CLOSED_EYES("hwf-sad-face--tightly-closed-eyes", '\ue73b'), SAILING_BOAT("hwf-sailing-boat", '\ue6c1'), SAILING_BOAT_WATER("hwf-sailing-boat-water", '\ue6c2'), SEARCH("hwf-search", '\ue66d'), SEARCH_MINUS("hwf-search-minus", '\ue66f'), SEARCH_PLUS("hwf-search-plus", '\ue66e'), SHREDDER("hwf-shredder", '\ue67d'), SHUTTLECOCK("hwf-shuttlecock", '\ue6b1'), SMILING_FACE("hwf-smiling-face", '\ue718'), SMILING_FACE2("hwf-smiling-face2", '\ue723'), SMILING_FACE3("hwf-smiling-face3", '\ue745'), SMILING_FACE4("hwf-smiling-face4", '\ue74b'), SMILING_FACE_EYEBROWS("hwf-smiling-face-eyebrows", '\ue724'), SMIRKING_FACE("hwf-smirking-face", '\ue71f'), SMIRKING_FACE_SUNGLASSES("hwf-smirking-face-sunglasses", '\ue752'), SNOWFLAKE("hwf-snowflake", '\ue712'), SOCCER_BALL("hwf-soccer-ball", '\ue69c'), SOCCER_COURT("hwf-soccer-court", '\ue69d'), SOCCER_SHOE("hwf-soccer-shoe", '\ue6c7'), SPORTS_SHOE("hwf-sports-shoe", '\ue6c6'), STAR("hwf-star", '\ue616'), STARS("hwf-stars", '\ue6ef'), STOP_WATCH("hwf-stop-watch", '\ue6ad'), STOP_WATCH2("hwf-stop-watch2", '\ue6ae'), STUBBORN_FACE("hwf-stubborn-face", '\ue720'), SUN("hwf-sun", '\ue6e5'), SUNGLASSES("hwf-sunglasses", '\ue6ee'), SUNRISE("hwf-sunrise", '\ue6e6'), SUNSET("hwf-sunset", '\ue6e7'), SUNSET2("hwf-sunset2", '\ue6e8'), SUNSET3("hwf-sunset3", '\ue6e9'), TABLE_TENNIS("hwf-table-tennis", '\ue6ab'), TAG("hwf-tag", '\ue690'), TAGS("hwf-tags", '\ue691'), TAG_ADD("hwf-tag-add", '\ue692'), TAG_CANCEL("hwf-tag-cancel", '\ue695'), TAG_CHECKED("hwf-tag-checked", '\ue694'), TAG_CORD("hwf-tag-cord", '\ue68f'), TAG_REMOVE("hwf-tag-remove", '\ue693'), TARGET("hwf-target", '\ue6c0'), TARGET_ARROW("hwf-target-arrow", '\ue6bf'), TENNIS_BALL("hwf-tennis-ball", '\ue699'), TENNIS_BALL2("hwf-tennis-ball2", '\ue6a2'), TENNIS_RACKET("hwf-tennis-racket", '\ue6a9'), THERMOMETER("hwf-thermometer", '\ue70a'), THERMOMETER_FULL("hwf-thermometer-full", '\ue70f'), THERMOMETER_HALF("hwf-thermometer-half", '\ue70d'), THERMOMETER_LOW("hwf-thermometer-low", '\ue70b'), THERMOMETER_QUARTER("hwf-thermometer-quarter", '\ue70c'), THERMOMETER_THREE_QUARTERS("hwf-thermometer-three-quarters", '\ue70e'), THREE_FINGERS("hwf-three-fingers", '\ue771'), THREE_FINGERS_DOUBLE_TAP("hwf-three-fingers-double-tap", '\ue75f'), THREE_FINGERS_DOUBLE_TAP2("hwf-three-fingers-double-tap2", '\ue772'), THREE_FINGERS_SWIPE_DOWN("hwf-three-fingers-swipe-down", '\ue770'), THREE_FINGERS_SWIPE_LEFT("hwf-three-fingers-swipe-left", '\ue76d'), THREE_FINGERS_SWIPE_RIGHT("hwf-three-fingers-swipe-right", '\ue76e'), THREE_FINGERS_SWIPE_UP("hwf-three-fingers-swipe-up", '\ue76f'), THUMB_DOWN("hwf-thumb-down", '\ue757'), THUMB_DOWN2("hwf-thumb-down2", '\ue759'), THUMB_FINGER_TAP("hwf-thumb-finger-tap", '\ue76b'), THUMB_UP("hwf-thumb-up", '\ue756'), THUMB_UP2("hwf-thumb-up2", '\ue758'), TORNADO("hwf-tornado", '\ue702'), TRASH_CAN("hwf-trash-can", '\ue619'), TRASH_CAN2("hwf-trash-can2", '\ue61a'), TROPHY("hwf-trophy", '\ue6a3'), TROPHY2("hwf-trophy2", '\ue6a5'), TROPHY_ONE("hwf-trophy-one", '\ue6a4'), TWO_FINGERS("hwf-two-fingers", '\ue75e'), TWO_FINGERS_DOUBLE_TAP("hwf-two-fingers-double-tap", '\ue77d'), TWO_FINGERS_RESIZE_IN("hwf-two-fingers-resize-in", '\ue761'), TWO_FINGERS_RESIZE_OUT("hwf-two-fingers-resize-out", '\ue760'), TWO_FINGERS_ROTATE("hwf-two-fingers-rotate", '\ue762'), TWO_FINGERS_SWIPE_DOWN("hwf-two-fingers-swipe-down", '\ue75d'), TWO_FINGERS_SWIPE_DOWN2("hwf-two-fingers-swipe-down2", '\ue775'), TWO_FINGERS_SWIPE_LEFT("hwf-two-fingers-swipe-left", '\ue75a'), TWO_FINGERS_SWIPE_LEFT2("hwf-two-fingers-swipe-left2", '\ue777'), TWO_FINGERS_SWIPE_RIGHT("hwf-two-fingers-swipe-right", '\ue75b'), TWO_FINGERS_SWIPE_RIGHT2("hwf-two-fingers-swipe-right2", '\ue776'), TWO_FINGERS_SWIPE_UP("hwf-two-fingers-swipe-up", '\ue75c'), TWO_FINGERS_SWIPE_UP2("hwf-two-fingers-swipe-up2", '\ue773'), TWO_FINGERS_TAP("hwf-two-fingers-tap", '\ue77e'), UMBRELLA("hwf-umbrella", '\ue6eb'), UNAMUSED_FACE_TIGHTLY_CLOSED_EYES("hwf-unamused-face-tightly-closed-eyes", '\ue73a'), VOLLEYBALL("hwf-volleyball", '\ue6ac'), VOLLEYBALL_WATER("hwf-volleyball-water", '\ue6bd'), WARNING("hwf-warning", '\ue705'), WEIGHTS("hwf-weights", '\ue6a8'), WHISTLE("hwf-whistle", '\ue6bc'), WIND("hwf-wind", '\ue6f3'), WIND_TURBINE("hwf-wind-turbine", '\ue711'), WINKING_FACE("hwf-winking-face", '\ue71c'), WINKING_FACE2("hwf-winking-face2", '\ue72a'), WORRIED_FACE("hwf-worried-face", '\ue729'), WORRIED_FACE_EYEBROWS("hwf-worried-face-eyebrows", '\ue730'), ZIP("hwf-zip", '\ue66c'); public static HawconsFilled findByDescription(String description) { for (HawconsFilled font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; HawconsFilled(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/java/org/kordamp/ikonli/hawcons/HawconsFilledIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.hawcons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class HawconsFilledIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/hawcons/20140708/fonts/hawconsfilled.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("hwf-"); } @Override public Ikon resolve(String description) { return HawconsFilled.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Hawcons-Filled"; } } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/java/org/kordamp/ikonli/hawcons/HawconsFilledIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.hawcons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class HawconsFilledIkonProvider implements IkonProvider { @Override public Class getIkon() { return HawconsFilled.class; } } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/java/org/kordamp/ikonli/hawcons/HawconsStroke.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.hawcons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum HawconsStroke implements Ikon { AIR_SOCK("hws-air-sock", '\ue701'), AMUSED_FACE("hws-amused-face", '\ue73f'), AMUSED_FACE_CLOSED_EYES("hws-amused-face-closed-eyes", '\ue740'), AMUSED_FACE_CLOSED_EYES2("hws-amused-face-closed-eyes2", '\ue741'), ANGRY_FACE("hws-angry-face", '\ue728'), ANGRY_FACE_EYEBROWS("hws-angry-face-eyebrows", '\ue72b'), ANGRY_FACE_OPEN_MOUTH_EYEBROWS("hws-angry-face-open-mouth-eyebrows", '\ue73a'), ANGRY_FACE_TEETH("hws-angry-face-teeth", '\ue735'), ASTONISHED_FACE("hws-astonished-face", '\ue74d'), ASTONISHED_FACE2("hws-astonished-face2", '\ue74e'), AWARD("hws-award", '\ue6b5'), AWARD2("hws-award2", '\ue6b6'), AWARD3("hws-award3", '\ue6b7'), AWARD4("hws-award4", '\ue6b8'), BAROMETER("hws-barometer", '\ue6fc'), BASEBALL("hws-baseball", '\ue698'), BASEBALL_SET("hws-baseball-set", '\ue6a1'), BASKETBALL("hws-basketball", '\ue697'), BASKETBALL2("hws-basketball2", '\ue6a0'), BASKETBALL_HOOP("hws-basketball-hoop", '\ue6aa'), BILLIARD_BALL("hws-billiard-ball", '\ue69b'), BOOK("hws-book", '\ue61d'), BOOK_BOOKMARK("hws-book-bookmark", '\ue61e'), BOOKMARK("hws-bookmark", '\ue611'), BOOKMARK_ADD("hws-bookmark-add", '\ue612'), BOOKMARK_REMOVE("hws-bookmark-remove", '\ue613'), BOWLING_BALL("hws-bowling-ball", '\ue69a'), BOWLING_PIN_BALL("hws-bowling-pin-ball", '\ue6c4'), BOWLING_PINS("hws-bowling-pins", '\ue6c3'), BOX("hws-box", '\ue68a'), BOX2("hws-box2", '\ue68c'), BOX3("hws-box3", '\ue68d'), BOX_BOOKMARK("hws-box-bookmark", '\ue68e'), BOX_FILLED("hws-box-filled", '\ue68b'), BOXING_GLOVE("hws-boxing-glove", '\ue6bb'), CERTIFICATE("hws-certificate", '\ue688'), CHECKERED_FLAG("hws-checkered-flag", '\ue6be'), CLIPBOARD("hws-clipboard", '\ue622'), CLIPBOARD_ADD("hws-clipboard-add", '\ue620'), CLIPBOARD_CHECKED("hws-clipboard-checked", '\ue625'), CLIPBOARD_DOWNLOAD("hws-clipboard-download", '\ue623'), CLIPBOARD_EDIT("hws-clipboard-edit", '\ue61f'), CLIPBOARD_LIST("hws-clipboard-list", '\ue627'), CLIPBOARD_MOVE("hws-clipboard-move", '\ue6b4'), CLIPBOARD_REMOVE("hws-clipboard-remove", '\ue621'), CLIPBOARD_TEXT("hws-clipboard-text", '\ue626'), CLIPBOARD_UPLOAD("hws-clipboard-upload", '\ue624'), CLOUD("hws-cloud", '\ue682'), CLOUD2("hws-cloud2", '\ue6c9'), CLOUD_ADD("hws-cloud-add", '\ue6dd'), CLOUD_DOWNLOAD("hws-cloud-download", '\ue67f'), CLOUD_ERROR("hws-cloud-error", '\ue681'), CLOUD_ERROR2("hws-cloud-error2", '\ue6df'), CLOUD_FOG("hws-cloud-fog", '\ue6e0'), CLOUD_LIGHTNING("hws-cloud-lightning", '\ue6d2'), CLOUD_MOON("hws-cloud-moon", '\ue6cb'), CLOUD_MOON_FOG("hws-cloud-moon-fog", '\ue6e2'), CLOUD_MOON_LIGHTNING("hws-cloud-moon-lightning", '\ue6d4'), CLOUD_MOON_RAIN("hws-cloud-moon-rain", '\ue6ce'), CLOUD_MOON_RAINDROPS("hws-cloud-moon-raindrops", '\ue6d8'), CLOUD_MOON_SNOW("hws-cloud-moon-snow", '\ue6d1'), CLOUD_MOON_SNOWFLAKES("hws-cloud-moon-snowflakes", '\ue6db'), CLOUD_RAIN("hws-cloud-rain", '\ue6cc'), CLOUD_RAINDROPS("hws-cloud-raindrops", '\ue6d6'), CLOUD_REMOVE("hws-cloud-remove", '\ue6de'), CLOUD_SNOW("hws-cloud-snow", '\ue6cf'), CLOUD_SNOWFLAKES("hws-cloud-snowflakes", '\ue6d9'), CLOUD_SUN("hws-cloud-sun", '\ue6ca'), CLOUD_SUN_FOG("hws--cloud-sun-fog", '\ue6e1'), CLOUD_SUN_LIGHTNING("hws-cloud-sun-lightning", '\ue6d3'), CLOUD_SUN_RAIN("hws-cloud-sun-rain", '\ue6cd'), CLOUD_SUN_RAINDROPS("hws-cloud-sun-raindrops", '\ue6d7'), CLOUD_SUN_SNOW("hws-cloud-sun-snow", '\ue6d0'), CLOUD_SUN_SNOWFLAKES("hws-cloud-sun-snowflakes", '\ue6da'), CLOUD_UPLOAD("hws-cloud-upload", '\ue680'), CLOUD_WIND("hws-cloud-wind", '\ue6d5'), CLOUDS("hws-clouds", '\ue6dc'), CLOUDS2("hws-clouds2", '\ue6f0'), COMBINATION_LOCK("hws-combination-lock", '\ue677'), COMPASS("hws-compass", '\ue706'), COMPASS2("hws-compass2", '\ue707'), COMPASS3("hws-compass3", '\ue708'), COMPASS4("hws-compass4", '\ue709'), COMPASS_EAST("hws-compass-east", '\ue6ff'), COMPASS_NORTH("hws-compass-north", '\ue6fd'), COMPASS_SOUTH("hws-compass-south", '\ue700'), COMPASS_WEST("hws-compass-west", '\ue6fe'), CRESCENT("hws-crescent", '\ue6f5'), CRESCENT2("hws-crescent2", '\ue6fb'), DEGREE_CELSIUS("hws-degree-celsius", '\ue704'), DEGREE_FAHRENHEIT("hws-degree-fahrenheit", '\ue703'), DIVING_GOGGLES("hws-diving-goggles", '\ue6c5'), DOCUMENT("hws-document", '\ue635'), DOCUMENT_ADD("hws-document-add", '\ue64f'), DOCUMENT_BOOKMARK("hws-document-bookmark", '\ue63a'), DOCUMENT_CANCEL("hws-document-cancel", '\ue64d'), DOCUMENT_CERTIFICATE("hws-document-certificate", '\ue687'), DOCUMENT_CHECKED("hws-document-checked", '\ue64e'), DOCUMENT_CLOUD("hws-document-cloud", '\ue645'), DOCUMENT_CODE("hws-document-code", '\ue644'), DOCUMENT_DIAGRAMS("hws-document-diagrams", '\ue63b'), DOCUMENT_DOWNLOAD("hws-document-download", '\ue638'), DOCUMENT_EDIT("hws-document-edit", '\ue686'), DOCUMENT_ERROR("hws-document-error", '\ue64c'), DOCUMENT_FILE_3GP("hws-document-file-3gp", '\ue7fb'), DOCUMENT_FILE_AAC("hws-document-file-aac", '\ue7fd'), DOCUMENT_FILE_AI("hws-document-file-ai", '\ue7d3'), DOCUMENT_FILE_AIFF("hws-document-file-aiff", '\ue7fc'), DOCUMENT_FILE_APP("hws-document-file-app", '\ue7c7'), DOCUMENT_FILE_ASP("hws-document-file-asp", '\ue7e6'), DOCUMENT_FILE_AVI("hws-document-file-avi", '\ue7ed'), DOCUMENT_FILE_BMP("hws-document-file-bmp", '\ue7d4'), DOCUMENT_FILE_C("hws-document-file-c", '\ue7db'), DOCUMENT_FILE_CPP("hws-document-file-cpp", '\ue7de'), DOCUMENT_FILE_CSS("hws-document-file-css", '\ue7d0'), DOCUMENT_FILE_DAT("hws-document-file-dat", '\ue7e8'), DOCUMENT_FILE_DMG("hws-document-file-dmg", '\ue802'), DOCUMENT_FILE_DOC("hws-document-file-doc", '\ue7e1'), DOCUMENT_FILE_DOCX("hws-document-file-docx", '\ue7e4'), DOCUMENT_FILE_DOT("hws-document-file-dot", '\ue7f3'), DOCUMENT_FILE_DOTX("hws-document-file-dotx", '\ue7ef'), DOCUMENT_FILE_DWG("hws-document-file-dwg", '\ue7d5'), DOCUMENT_FILE_DXF("hws-document-file-dxf", '\ue7e0'), DOCUMENT_FILE_EPS("hws-document-file-eps", '\ue7d6'), DOCUMENT_FILE_EXE("hws-document-file-exe", '\ue7ec'), DOCUMENT_FILE_FLV("hws-document-file-flv", '\ue7f7'), DOCUMENT_FILE_GIF("hws-document-file-gif", '\ue805'), DOCUMENT_FILE_H("hws-document-file-h", '\ue7eb'), DOCUMENT_FILE_HTML("hws-document-file-html", '\ue7cf'), DOCUMENT_FILE_ICS("hws-document-file-ics", '\ue7e7'), DOCUMENT_FILE_ISO("hws-document-file-iso", '\ue803'), DOCUMENT_FILE_JAVA("hws-document-file-java", '\ue7d1'), DOCUMENT_FILE_JPG("hws-document-file-jpg", '\ue7cd'), DOCUMENT_FILE_KEY("hws-document-file-key", '\ue7ce'), DOCUMENT_FILE_M4V("hws-document-file-m4v", '\ue7f6'), DOCUMENT_FILE_MID("hws-document-file-mid", '\ue7fa'), DOCUMENT_FILE_MOV("hws-document-file-mov", '\ue7cc'), DOCUMENT_FILE_MP3("hws-document-file-mp3", '\ue7ca'), DOCUMENT_FILE_MP4("hws-document-file-mp4", '\ue7cb'), DOCUMENT_FILE_MPG("hws-document-file-mpg", '\ue7f8'), DOCUMENT_FILE_NUMBERS("hws-document-file-numbers", '\ue7c5'), DOCUMENT_FILE_ODP("hws-document-file-odp", '\ue7ee'), DOCUMENT_FILE_ODS("hws-document-file-ods", '\ue7f1'), DOCUMENT_FILE_ODT("hws-document-file-odt", '\ue7e2'), DOCUMENT_FILE_OTS("hws-document-file-ots", '\ue7d8'), DOCUMENT_FILE_OTT("hws-document-file-ott", '\ue800'), DOCUMENT_FILE_PAGES("hws-document-file-pages", '\ue7c6'), DOCUMENT_FILE_PDF("hws-document-file-pdf", '\ue7c9'), DOCUMENT_FILE_PHP("hws-document-file-php", '\ue7d9'), DOCUMENT_FILE_PNG("hws-document-file-png", '\ue7c8'), DOCUMENT_FILE_PPS("hws-document-file-pps", '\ue7f2'), DOCUMENT_FILE_PPT("hws-document-file-ppt", '\ue7e5'), DOCUMENT_FILE_PSD("hws-document-file-psd", '\ue7d2'), DOCUMENT_FILE_PY("hws-document-file-py", '\ue7da'), DOCUMENT_FILE_QT("hws-document-file-qt", '\ue7f9'), DOCUMENT_FILE_RAR("hws-document-file-rar", '\ue804'), DOCUMENT_FILE_RB("hws-document-file-rb", '\ue7dd'), DOCUMENT_FILE_RTF("hws-document-file-rtf", '\ue7f5'), DOCUMENT_FILE_SQL("hws-document-file-sql", '\ue7dc'), DOCUMENT_FILE_TGA("hws-document-file-tga", '\ue7df'), DOCUMENT_FILE_TGZ("hws-document-file-tgz", '\ue801'), DOCUMENT_FILE_TIFF("hws-document-file-tiff", '\ue7d7'), DOCUMENT_FILE_TXT("hws-document-file-txt", '\ue7f4'), DOCUMENT_FILE_WAV("hws-document-file-wav", '\ue7fe'), DOCUMENT_FILE_XLS("hws-document-file-xls", '\ue7e3'), DOCUMENT_FILE_XLSX("hws-document-file-xlsx", '\ue7f0'), DOCUMENT_FILE_XML("hws-document-file-xml", '\ue7e9'), DOCUMENT_FILE_YML("hws-document-file-yml", '\ue7ea'), DOCUMENT_FILE_ZIP("hws-document-file-zip", '\ue7ff'), DOCUMENT_FONT("hws-document-font", '\ue655'), DOCUMENT_FORBIDDEN("hws-document-forbidden", '\ue651'), DOCUMENT_GRAPH("hws-document-graph", '\ue641'), DOCUMENT_INFORMATION("hws-document-information", '\ue652'), DOCUMENT_LIST("hws-document-list", '\ue654'), DOCUMENT_LOCKED("hws-document-locked", '\ue64b'), DOCUMENT_MOVIE("hws-document-movie", '\ue63f'), DOCUMENT_MUSIC("hws-document-music", '\ue63e'), DOCUMENT_PLAY("hws-document-play", '\ue640'), DOCUMENT_RECORDING("hws-document-recording", '\ue63c'), DOCUMENT_REMOVE("hws-document-remove", '\ue650'), DOCUMENT_SCAN("hws-document-scan", '\ue67e'), DOCUMENT_SEARCH("hws-document-search", '\ue648'), DOCUMENT_SHRED("hws-document-shred", '\ue67c'), DOCUMENT_STAR("hws-document-star", '\ue649'), DOCUMENT_TABLE("hws-document-table", '\ue63d'), DOCUMENT_TEXT("hws-document-text", '\ue636'), DOCUMENT_TEXT2("hws-document-text2", '\ue637'), DOCUMENT_TEXT3("hws-document-text3", '\ue643'), DOCUMENT_TIME("hws-document-time", '\ue642'), DOCUMENT_UNLOCKED("hws-document-unlocked", '\ue64a'), DOCUMENT_UPLOAD("hws-document-upload", '\ue639'), DOCUMENT_ZIP("hws-document-zip", '\ue66b'), DOCUMENTS("hws-documents", '\ue646'), DOCUMENTS2("hws-documents2", '\ue647'), EYE("hws-eye", '\ue615'), EYE_HIDDEN("hws-eye-hidden", '\ue614'), FACE_CLOSED_EYES_OPEN_MOUTH("hws-face-closed-eyes-open-mouth", '\ue742'), FACE_CLOSED_EYES_OPEN_MOUTH2("hws-face-closed-eyes-open-mouth2", '\ue743'), FACE_CLOSED_EYES_OPEN_MOUTH3("hws-face-closed-eyes-open-mouth3", '\ue744'), FACE_CLOSED_MEYES("hws-face-closed-meyes", '\ue73e'), FACE_GLASSES("hws-face-glasses", '\ue751'), FACE_MISSING_MOTH("hws-face-missing-moth", '\ue716'), FACE_MOUSTACHE("hws-face-moustache", '\ue74f'), FACE_MOUSTACHE2("hws-face-moustache2", '\ue750'), FACE_OPEN_MOUTH("hws-face-open-mouth", '\ue71a'), FACE_OPEN_MOUTH2("hws-face-open-mouth2", '\ue71b'), FACE_OPEN_MOUTH_EYEBROWS("hws-face-open-mouth-eyebrows", '\ue738'), FACE_OPEN_MOUTH_EYEBROWS2("hws-face-open-mouth-eyebrows2", '\ue739'), FACE_STUCK_OUT_TONGUE("hws-face-stuck-out-tongue", '\ue731'), FACE_STUCK_OUT_TONGUE2("hws-face-stuck-out-tongue2", '\ue732'), FACE_SUNGLASSES("hws-face-sunglasses", '\ue752'), FAKE_GRINNING_FACE_EYEBROWS("hws-fake-grinning-face-eyebrows", '\ue72f'), FILE_3GP("hws-file-3gp", '\ue7ba'), FILE_AAC("hws-file-aac", '\ue7bc'), FILE_AI("hws-file-ai", '\ue792'), FILE_AIFF("hws-file-aiff", '\ue7bb'), FILE_APP("hws-file-app", '\ue786'), FILE_ASP("hws-file-asp", '\ue7a5'), FILE_AVI("hws-file-avi", '\ue7ac'), FILE_BMP("hws-file-bmp", '\ue793'), FILE_C("hws-file-c", '\ue79a'), FILE_CPP("hws-file-cpp", '\ue79d'), FILE_CSS("hws-file-css", '\ue78f'), FILE_DAT("hws-file-dat", '\ue7a7'), FILE_DMG("hws-file-dmg", '\ue7c1'), FILE_DOC("hws-file-doc", '\ue7a0'), FILE_DOCX("hws-file-docx", '\ue7a3'), FILE_DOT("hws-file-dot", '\ue7b2'), FILE_DOTX("hws-file-dotx", '\ue7ae'), FILE_DWG("hws-file-dwg", '\ue794'), FILE_DXF("hws-file-dxf", '\ue79f'), FILE_EPS("hws-file-eps", '\ue795'), FILE_EXE("hws-file-exe", '\ue7ab'), FILE_FLV("hws-file-flv", '\ue7b6'), FILE_GIF("hws-file-gif", '\ue7c4'), FILE_H("hws-file-h", '\ue7aa'), FILE_HTML("hws-file-html", '\ue78e'), FILE_ICS("hws-file-ics", '\ue7a6'), FILE_ISO("hws-file-iso", '\ue7c2'), FILE_JAVA("hws-file-java", '\ue790'), FILE_JPG("hws-file-jpg", '\ue78c'), FILE_KEY("hws-file-key", '\ue78d'), FILE_M4V("hws-file-m4v", '\ue7b5'), FILE_MID("hws-file-mid", '\ue7b9'), FILE_MOV("hws-file-mov", '\ue78b'), FILE_MP3("hws-file-mp3", '\ue789'), FILE_MP4("hws-file-mp4", '\ue78a'), FILE_MPG("hws-file-mpg", '\ue7b7'), FILE_NUMBERS("hws-file-numbers", '\ue784'), FILE_ODP("hws-file-odp", '\ue7ad'), FILE_ODS("hws-file-ods", '\ue7b0'), FILE_ODT("hws-file-odt", '\ue7a1'), FILE_OTS("hws-file-ots", '\ue797'), FILE_OTT("hws-file-ott", '\ue7bf'), FILE_PAGES("hws-file-pages", '\ue785'), FILE_PDF("hws-file-pdf", '\ue788'), FILE_PHP("hws-file-php", '\ue798'), FILE_PNG("hws-file-png", '\ue787'), FILE_PPS("hws-file-pps", '\ue7b1'), FILE_PPT("hws-file-ppt", '\ue7a4'), FILE_PSD("hws-file-psd", '\ue791'), FILE_PY("hws-file-py", '\ue799'), FILE_QUICKTIME("hws-file-quicktime", '\ue7b8'), FILE_RAR("hws-file-rar", '\ue7c3'), FILE_RB("hws-file-rb", '\ue79c'), FILE_RTF("hws-file-rtf", '\ue7b4'), FILE_SQL("hws-file-sql", '\ue79b'), FILE_TGA("hws-file-tga", '\ue79e'), FILE_TGZ("hws-file-tgz", '\ue7c0'), FILE_TIFF("hws-file-tiff", '\ue796'), FILE_TXT("hws-file-txt", '\ue7b3'), FILE_WAV("hws-file-wav", '\ue7bd'), FILE_XLS("hws-file-xls", '\ue7a2'), FILE_XLSX("hws-file-xlsx", '\ue7af'), FILE_XML("hws-file-xml", '\ue7a8'), FILE_YML("hws-file-yml", '\ue7a9'), FILE_ZIP("hws-file-zip", '\ue7be'), FLAG("hws-flag", '\ue60d'), FLAG2("hws-flag2", '\ue60e'), FLAG3("hws-flag3", '\ue60f'), FLAG4("hws-flag4", '\ue610'), FLASHED_FACE("hws-flashed-face", '\ue713'), FLASHED_FACE2("hws-flashed-face2", '\ue714'), FLASHED_FACE_GLASSES("hws-flashed-face-glasses", '\ue715'), FOLDER("hws-folder", '\ue65c'), FOLDER2("hws-folder2", '\ue65d'), FOLDER_ADD("hws-folder-add", '\ue667'), FOLDER_BOOKMARK("hws-folder-bookmark", '\ue66a'), FOLDER_CANCEL("hws-folder-cancel", '\ue665'), FOLDER_CHECKED("hws-folder-checked", '\ue666'), FOLDER_DOWNLOAD("hws-folder-download", '\ue65f'), FOLDER_ERROR("hws-folder-error", '\ue664'), FOLDER_FORBIDDEN("hws-folder-forbidden", '\ue669'), FOLDER_INFORMATION("hws-folder-information", '\ue653'), FOLDER_LOCKED("hws-folder-locked", '\ue662'), FOLDER_REMOVE("hws-folder-remove", '\ue668'), FOLDER_SEARCH("hws-folder-search", '\ue663'), FOLDER_UNLOCKED("hws-folder-unlocked", '\ue661'), FOLDER_UPLOAD("hws-folder-upload", '\ue660'), FOLDERS("hws-folders", '\ue65e'), FOOTBALL("hws-football", '\ue69e'), FOOTBALL2("hws-football2", '\ue69f'), FULL_MOON("hws-full-moon", '\ue6f4'), GIBBOUS_MOON("hws-gibbous-moon", '\ue6f7'), GIBBOUS_MOON2("hws-gibbous-moon2", '\ue6f9'), GOLF("hws-golf", '\ue6b2'), GRINNING_FACE("hws-grinning-face", '\ue72c'), GRINNING_FACE2("hws-grinning-face2", '\ue747'), GRINNING_FACE_EYEBROWS("hws-grinning-face-eyebrows", '\ue725'), GRINNING_FACE_EYEBROWS2("hws-grinning-face-eyebrows2", '\ue72e'), GRINNING_FACE_TEETH("hws-grinning-face-teeth", '\ue734'), GRINNING_FACE_TEETH2("hws-grinning-face-teeth2", '\ue737'), HALF_MOON("hws-half-moon", '\ue6f6'), HALF_MOON2("hws-half-moon2", '\ue6fa'), HIGH_FIVE("hws-high-five", '\ue756'), HOCKEY_STICK("hws-hockey-stick", '\ue6af'), HOCKEY_STICKS("hws-hockey-sticks", '\ue6b0'), ICE_SKATE("hws-ice-skate", '\ue6c8'), INBOX("hws-inbox", '\ue656'), INBOX_DOCUMENT("hws-inbox-document", '\ue658'), INBOX_DOCUMENT_TEXT("hws-inbox-document-text", '\ue659'), INBOX_DOWNLOAD("hws-inbox-download", '\ue65a'), INBOX_FILLED("hws-inbox-filled", '\ue683'), INBOX_UPLOAD("hws-inbox-upload", '\ue65b'), INBOXES("hws-inboxes", '\ue657'), INFORMATION("hws-information", '\ue61b'), INFORMATION2("hws-information2", '\ue61c'), KEY("hws-key", '\ue617'), KEY2("hws-key2", '\ue618'), KISSING_FACE("hws-kissing-face", '\ue733'), KISSING_FACE2("hws-kissing-face2", '\ue73d'), LAUGHING_FACE("hws-laughing-face", '\ue71d'), LAUGHING_FACE2("hws-laughing-face2", '\ue71e'), LAUGHING_FACE3("hws-laughing-face3", '\ue745'), LIGHTNING("hws-lightning", '\ue710'), LOCK("hws-lock", '\ue670'), LOCK_OPEN("hws-lock-open", '\ue671'), LOCK_OPEN2("hws-lock-open2", '\ue672'), LOCK_ROUNDED("hws-lock-rounded", '\ue674'), LOCK_ROUNDED_OPEN("hws-lock-rounded-open", '\ue675'), LOCK_ROUNDED_OPEN2("hws-lock-rounded-open2", '\ue676'), LOCK_STRIPES("hws-lock-stripes", '\ue673'), MAIL__FORBIDDEN("hws-mail--forbidden", '\ue60a'), MAIL_ADD("hws-mail-add", '\ue60b'), MAIL_CANCEL("hws-mail-cancel", '\ue609'), MAIL_CHECKED("hws-mail-checked", '\ue608'), MAIL_ENVELOPE("hws-mail-envelope", '\ue600'), MAIL_ENVELOPE_CLOSED("hws-mail-envelope-closed", '\ue602'), MAIL_ENVELOPE_CLOSED2("hws-mail-envelope-closed2", '\ue605'), MAIL_ENVELOPE_OPEN("hws-mail-envelope-open", '\ue601'), MAIL_ENVELOPE_OPEN2("hws-mail-envelope-open2", '\ue603'), MAIL_ENVELOPE_OPEN3("hws-mail-envelope-open3", '\ue604'), MAIL_ENVELOPE_OPEN4("hws-mail-envelope-open4", '\ue606'), MAIL_ERROR("hws-mail-error", '\ue607'), MAIL_REMOVE("hws-mail-remove", '\ue60c'), MEDAL("hws-medal", '\ue6a6'), MEDAL2("hws-medal2", '\ue6a7'), MEDAL3("hws-medal3", '\ue6b9'), MEDAL4("hws-medal4", '\ue6ba'), MIDDLE_FINGER("hws-middle-finger", '\ue754'), MOON("hws-moon", '\ue6e4'), MOON2("hws-moon2", '\ue6f8'), MOON_STARS("hws-moon-stars", '\ue6e3'), MOONRISE("hws-moonrise", '\ue6f1'), MOONSET("hws-moonset", '\ue6f2'), MOVE("hws-move", '\ue6b3'), NEUTRAL_FACE("hws-neutral-face", '\ue717'), NEUTRAL_FACE2("hws-neutral-face2", '\ue721'), NEUTRAL_FACE_EYEBROWS("hws-neutral-face-eyebrows", '\ue727'), NOTE("hws-note", '\ue628'), NOTE_ADD("hws-note-add", '\ue629'), NOTE_CHECKED("hws-note-checked", '\ue62d'), NOTE_IMPORTANT("hws-note-important", '\ue62e'), NOTE_LIST("hws-note-list", '\ue62c'), NOTE_REMOVE("hws-note-remove", '\ue62a'), NOTE_TEXT("hws-note-text", '\ue62b'), NOTEBOOK("hws-notebook", '\ue62f'), NOTEBOOK2("hws-notebook2", '\ue630'), NOTEBOOK3("hws-notebook3", '\ue631'), NOTEBOOK4("hws-notebook4", '\ue632'), NOTEBOOK_LIST("hws-notebook-list", '\ue634'), NOTEBOOK_TEXT("hws-notebook-text", '\ue633'), ONE_FINGER("hws-one-finger", '\ue768'), ONE_FINGER_CLICK("hws-one-finger-click", '\ue76d'), ONE_FINGER_CLICK2("hws-one-finger-click2", '\ue77b'), ONE_FINGER_DOUBLE_TAP("hws-one-finger-double-tap", '\ue769'), ONE_FINGER_DOUBLE_TAP2("hws-one-finger-double-tap2", '\ue775'), ONE_FINGER_SWIPE("hws-one-finger-swipe", '\ue77d'), ONE_FINGER_SWIPE_DOWN("hws-one-finger-swipe-down", '\ue767'), ONE_FINGER_SWIPE_DOWN2("hws-one-finger-swipe-down2", '\ue783'), ONE_FINGER_SWIPE_HORIZONTALLY("hws-one-finger-swipe-horizontally", '\ue77c'), ONE_FINGER_SWIPE_LEFT("hws-one-finger-swipe-left", '\ue764'), ONE_FINGER_SWIPE_LEFT2("hws-one-finger-swipe-left2", '\ue780'), ONE_FINGER_SWIPE_RIGHT("hws-one-finger-swipe-right", '\ue765'), ONE_FINGER_SWIPE_RIGHT2("hws-one-finger-swipe-right2", '\ue781'), ONE_FINGER_SWIPE_UP("hws-one-finger-swipe-up", '\ue766'), ONE_FINGER_SWIPE_UP2("hws-one-finger-swipe-up2", '\ue782'), ONE_FINGER_TAP("hws-one-finger-tap", '\ue76a'), ONE_FINGER_TAP2("hws-one-finger-tap2", '\ue779'), ONE_FINGER_TAP_HOLD("hws-one-finger-tap-hold", '\ue76b'), ONE_FINGER_TAP_HOLD2("hws-one-finger-tap-hold2", '\ue77a'), PACKAGE("hws-package", '\ue689'), PAPERCLIP("hws-paperclip", '\ue696'), PEN("hws-pen", '\ue684'), PEN_ANGLED("hws-pen-angled", '\ue685'), PRINTER("hws-printer", '\ue678'), PRINTER2("hws-printer2", '\ue679'), PRINTER_TEXT("hws-printer-text", '\ue67a'), PRINTER_TEXT2("hws-printer-text2", '\ue67b'), RAINBOW("hws-rainbow", '\ue6ea'), RAINDROP("hws-raindrop", '\ue6ed'), RAINDROPS("hws-raindrops", '\ue6ec'), ROCK_N_ROLL("hws-rock-n-roll", '\ue755'), SAD_FACE("hws-sad-face", '\ue719'), SAD_FACE2("hws-sad-face2", '\ue722'), SAD_FACE3("hws-sad-face3", '\ue72d'), SAD_FACE4("hws-sad-face4", '\ue748'), SAD_FACE5("hws-sad-face5", '\ue749'), SAD_FACE6("hws-sad-face6", '\ue74b'), SAD_FACE__TIGHTLY_CLOSED_EYES("hws-sad-face--tightly-closed-eyes", '\ue73c'), SAD_FACE_CLOSED_EYES("hws-sad-face-closed-eyes", '\ue74a'), SAD_FACE_EYEBROWS("hws-sad-face-eyebrows", '\ue726'), SAILING_BOAT("hws-sailing-boat", '\ue6c1'), SAILING_BOAT_WATER("hws-sailing-boat-water", '\ue6c2'), SEARCH("hws-search", '\ue66d'), SEARCH_MINUS("hws-search-minus", '\ue66f'), SEARCH_PLUS("hws-search-plus", '\ue66e'), SHREDDER("hws-shredder", '\ue67d'), SHUTTLECOCK("hws-shuttlecock", '\ue6b1'), SMILING_FACE("hws-smiling-face", '\ue718'), SMILING_FACE2("hws-smiling-face2", '\ue723'), SMILING_FACE3("hws-smiling-face3", '\ue746'), SMILING_FACE4("hws-smiling-face4", '\ue74c'), SMILING_FACE_EYEBROWS("hws-smiling-face-eyebrows", '\ue724'), SMIRKING_FACE("hws-smirking-face", '\ue71f'), SMIRKING_FACE_SUNGLASSES("hws-smirking-face-sunglasses", '\ue753'), SNOWFLAKE("hws-snowflake", '\ue712'), SOCCER_BALL("hws-soccer-ball", '\ue69c'), SOCCER_COURT("hws-soccer-court", '\ue69d'), SOCCER_SHOE("hws-soccer-shoe", '\ue6c7'), SPORTS_SHOE("hws-sports-shoe", '\ue6c6'), STAR("hws-star", '\ue616'), STARS("hws-stars", '\ue6ef'), STOP_WATCH("hws-stop-watch", '\ue6ad'), STOP_WATCH2("hws-stop-watch2", '\ue6ae'), STUBBORN_FACE("hws-stubborn-face", '\ue720'), SUN("hws-sun", '\ue6e5'), SUNGLASSES("hws-sunglasses", '\ue6ee'), SUNRISE("hws-sunrise", '\ue6e6'), SUNSET("hws-sunset", '\ue6e7'), SUNSET2("hws-sunset2", '\ue6e8'), SUNSET3("hws-sunset3", '\ue6e9'), TABLE_TENNIS("hws-table-tennis", '\ue6ab'), TAG("hws-tag", '\ue690'), TAG_ADD("hws-tag-add", '\ue692'), TAG_CANCEL("hws-tag-cancel", '\ue695'), TAG_CHECKED("hws-tag-checked", '\ue694'), TAG_CORD("hws-tag-cord", '\ue68f'), TAG_REMOVE("hws-tag-remove", '\ue693'), TAGS("hws-tags", '\ue691'), TARGET("hws-target", '\ue6c0'), TARGET_ARROW("hws-target-arrow", '\ue6bf'), TENNIS_BALL("hws-tennis-ball", '\ue699'), TENNIS_BALL2("hws-tennis-ball2", '\ue6a2'), TENNIS_RACKET("hws-tennis-racket", '\ue6a9'), THERMOMETER("hws-thermometer", '\ue70a'), THERMOMETER_FULL("hws-thermometer-full", '\ue70f'), THERMOMETER_HALF("hws-thermometer-half", '\ue70d'), THERMOMETER_LOW("hws-thermometer-low", '\ue70b'), THERMOMETER_QUARTER("hws-thermometer-quarter", '\ue70c'), THERMOMETER_THREE_QUARTERS("hws-thermometer-three-quarters", '\ue70e'), THREE_FINGERS("hws-three-fingers", '\ue772'), THREE_FINGERS_DOUBLE_TAP("hws-three-fingers-double-tap", '\ue760'), THREE_FINGERS_DOUBLE_TAP2("hws-three-fingers-double-tap2", '\ue773'), THREE_FINGERS_SWIPE_DOWN("hws-three-fingers-swipe-down", '\ue771'), THREE_FINGERS_SWIPE_LEFT("hws-three-fingers-swipe-left", '\ue76e'), THREE_FINGERS_SWIPE_RIGHT("hws-three-fingers-swipe-right", '\ue76f'), THREE_FINGERS_SWIPE_UP("hws-three-fingers-swipe-up", '\ue770'), THUMB_DOWN("hws-thumb-down", '\ue758'), THUMB_DOWN2("hws-thumb-down2", '\ue75a'), THUMB_FINGER_TAP("hws-thumb-finger-tap", '\ue76c'), THUMB_UP("hws-thumb-up", '\ue757'), THUMB_UP2("hws-thumb-up2", '\ue759'), TORNADO("hws-tornado", '\ue702'), TRASH_CAN("hws-trash-can", '\ue619'), TRASH_CAN2("hws-trash-can2", '\ue61a'), TROPHY("hws-trophy", '\ue6a3'), TROPHY2("hws-trophy2", '\ue6a5'), TROPHY_ONE("hws-trophy-one", '\ue6a4'), TWO_FINGERS("hws-two-fingers", '\ue75f'), TWO_FINGERS_DOUBLE_TAP("hws-two-fingers-double-tap", '\ue77e'), TWO_FINGERS_RESIZE_IN("hws-two-fingers-resize-in", '\ue762'), TWO_FINGERS_RESIZE_OUT("hws-two-fingers-resize-out", '\ue761'), TWO_FINGERS_ROTATE("hws-two-fingers-rotate", '\ue763'), TWO_FINGERS_SWIPE_DOWN("hws-two-fingers-swipe-down", '\ue75e'), TWO_FINGERS_SWIPE_DOWN2("hws-two-fingers-swipe-down2", '\ue776'), TWO_FINGERS_SWIPE_LEFT("hws-two-fingers-swipe-left", '\ue75b'), TWO_FINGERS_SWIPE_LEFT2("hws-two-fingers-swipe-left2", '\ue778'), TWO_FINGERS_SWIPE_RIGHT("hws-two-fingers-swipe-right", '\ue75c'), TWO_FINGERS_SWIPE_RIGHT2("hws-two-fingers-swipe-right2", '\ue777'), TWO_FINGERS_SWIPE_UP("hws-two-fingers-swipe-up", '\ue75d'), TWO_FINGERS_SWIPE_UP2("hws-two-fingers-swipe-up2", '\ue774'), TWO_FINGERS_TAP("hws-two-fingers-tap", '\ue77f'), UMBRELLA("hws-umbrella", '\ue6eb'), UNAMUSED_FACE_TIGHTLY_CLOSED_EYES("hws-unamused-face-tightly-closed-eyes", '\ue73b'), VOLLEYBALL("hws-volleyball", '\ue6ac'), VOLLEYBALL_WATER("hws-volleyball-water", '\ue6bd'), WARNING("hws-warning", '\ue705'), WEIGHTS("hws-weights", '\ue6a8'), WHISTLE("hws-whistle", '\ue6bc'), WIND("hws-wind", '\ue6f3'), WIND_TURBINE("hws-wind-turbine", '\ue711'), WINKING_FACE("hws-winking-face", '\ue71c'), WINKING_FACE2("hws-winking-face2", '\ue72a'), WORRIED_FACE("hws-worried-face", '\ue729'), WORRIED_FACE_EYEBROWS("hws-worried-face-eyebrows", '\ue730'), WORRIED_FACE_TEETH("hws-worried-face-teeth", '\ue736'), ZIP("hws-zip", '\ue66c'); public static HawconsStroke findByDescription(String description) { for (HawconsStroke font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; HawconsStroke(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/java/org/kordamp/ikonli/hawcons/HawconsStrokeIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.hawcons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class HawconsStrokeIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/hawcons/20140708/fonts/hawconsstroke.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("hws-"); } @Override public Ikon resolve(String description) { return HawconsStroke.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Hawcons-Stroke"; } } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/java/org/kordamp/ikonli/hawcons/HawconsStrokeIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.hawcons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class HawconsStrokeIkonProvider implements IkonProvider { @Override public Class getIkon() { return HawconsStroke.class; } } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/resources/META-INF/resources/hawcons/20140708/css/hawconsfilled.css ================================================ @font-face { font-family: 'Hawcons-Filled'; src:url('../fonts/hawconsfilled.eot?-kxka6d'); src:url('../fonts/hawconsfilled.eot?#iefix-kxka6d') format('embedded-opentype'), url('../fonts/hawconsfilled.woff?-kxka6d') format('woff'), url('../fonts/hawconsfilled.ttf?-kxka6d') format('truetype'), url('../fonts/hawconsfilled.svg?-kxka6d#hawcons') format('svg'); font-weight: normal; font-style: normal; } .hwf:before { font-family: 'Hawcons-Filled'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .hwf-air-sock:before { content: "\e701"; } .hwf-amused-face:before { content: "\e73e"; } .hwf-amused-face-closed-eyes:before { content: "\e73f"; } .hwf-amused-face-closed-eyes2:before { content: "\e740"; } .hwf-angry-face:before { content: "\e728"; } .hwf-angry-face-eyebrows:before { content: "\e72b"; } .hwf-angry-face-open-mouth-eyebrows:before { content: "\e739"; } .hwf-angry-face-teeth:before { content: "\e735"; } .hwf-astonished-face:before { content: "\e74c"; } .hwf-astonished-face2:before { content: "\e74d"; } .hwf-award:before { content: "\e6b5"; } .hwf-award2:before { content: "\e6b6"; } .hwf-award3:before { content: "\e6b7"; } .hwf-award4:before { content: "\e6b8"; } .hwf-barometer:before { content: "\e6fc"; } .hwf-baseball:before { content: "\e698"; } .hwf-baseball-set:before { content: "\e6a1"; } .hwf-basketball:before { content: "\e697"; } .hwf-basketball2:before { content: "\e6a0"; } .hwf-basketball-hoop:before { content: "\e6aa"; } .hwf-billiard-ball:before { content: "\e69b"; } .hwf-book:before { content: "\e61d"; } .hwf-book-bookmark:before { content: "\e61e"; } .hwf-bookmark:before { content: "\e611"; } .hwf-bookmark-add:before { content: "\e612"; } .hwf-bookmark-remove:before { content: "\e613"; } .hwf-bowling-ball:before { content: "\e69a"; } .hwf-bowling-pin-ball:before { content: "\e6c4"; } .hwf-bowling-pins:before { content: "\e6c3"; } .hwf-box:before { content: "\e68a"; } .hwf-box2:before { content: "\e68c"; } .hwf-box3:before { content: "\e68d"; } .hwf-box-bookmark:before { content: "\e68e"; } .hwf-box-filled:before { content: "\e68b"; } .hwf-boxing-glove:before { content: "\e6bb"; } .hwf-certificate:before { content: "\e688"; } .hwf-checkered-flag:before { content: "\e6be"; } .hwf-clipboard:before { content: "\e622"; } .hwf-clipboard-add:before { content: "\e620"; } .hwf-clipboard-checked:before { content: "\e625"; } .hwf-clipboard-download:before { content: "\e623"; } .hwf-clipboard-edit:before { content: "\e61f"; } .hwf-clipboard-list:before { content: "\e627"; } .hwf-clipboard-move:before { content: "\e6b4"; } .hwf-clipboard-remove:before { content: "\e621"; } .hwf-clipboard-text:before { content: "\e626"; } .hwf-clipboard-upload:before { content: "\e624"; } .hwf-cloud:before { content: "\e682"; } .hwf-cloud2:before { content: "\e6c9"; } .hwf-cloud-add:before { content: "\e6dd"; } .hwf-cloud-download:before { content: "\e67f"; } .hwf-cloud-error:before { content: "\e681"; } .hwf-cloud-error2:before { content: "\e6df"; } .hwf-cloud-fog:before { content: "\e6e0"; } .hwf-cloud-lightning:before { content: "\e6d2"; } .hwf-cloud-moon:before { content: "\e6cb"; } .hwf-cloud-moon-fog:before { content: "\e6e2"; } .hwf-cloud-moon-lightning:before { content: "\e6d4"; } .hwf-cloud-moon-rain:before { content: "\e6ce"; } .hwf-cloud-moon-raindrops:before { content: "\e6d8"; } .hwf-cloud-moon-snow:before { content: "\e6d1"; } .hwf-cloud-moon-snowflakes:before { content: "\e6db"; } .hwf-cloud-rain:before { content: "\e6cc"; } .hwf-cloud-raindrops:before { content: "\e6d6"; } .hwf-cloud-remove:before { content: "\e6de"; } .hwf-cloud-snow:before { content: "\e6cf"; } .hwf-cloud-snowflakes:before { content: "\e6d9"; } .hwf-cloud-sun:before { content: "\e6ca"; } .hwf-cloud-sun-fog:before { content: "\e6e1"; } .hwf-cloud-sun-lightning:before { content: "\e6d3"; } .hwf-cloud-sun-rain:before { content: "\e6cd"; } .hwf-cloud-sun-raindrops:before { content: "\e6d7"; } .hwf-cloud-sun-snow:before { content: "\e6d0"; } .hwf-cloud-sun-snowflakes:before { content: "\e6da"; } .hwf-cloud-upload:before { content: "\e680"; } .hwf-cloud-wind:before { content: "\e6d5"; } .hwf-clouds:before { content: "\e6dc"; } .hwf-clouds2:before { content: "\e6f0"; } .hwf-combination-lock:before { content: "\e677"; } .hwf-compass:before { content: "\e706"; } .hwf-compass2:before { content: "\e707"; } .hwf-compass3:before { content: "\e708"; } .hwf-compass4:before { content: "\e709"; } .hwf-compass-east:before { content: "\e6ff"; } .hwf-compass-north:before { content: "\e6fd"; } .hwf-compass-south:before { content: "\e700"; } .hwf-compass-west:before { content: "\e6fe"; } .hwf-crescent:before { content: "\e6f5"; } .hwf-crescent2:before { content: "\e6fb"; } .hwf-degree-celsius:before { content: "\e704"; } .hwf-degree-fahrenheit:before { content: "\e703"; } .hwf-diving-goggles:before { content: "\e6c5"; } .hwf-document:before { content: "\e635"; } .hwf-document-add:before { content: "\e64f"; } .hwf-document-bookmark:before { content: "\e63a"; } .hwf-document-cancel:before { content: "\e64d"; } .hwf-document-certificate:before { content: "\e687"; } .hwf-document-checked:before { content: "\e64e"; } .hwf-document-cloud:before { content: "\e645"; } .hwf-document-code:before { content: "\e644"; } .hwf-document-diagrams:before { content: "\e63b"; } .hwf-document-download:before { content: "\e638"; } .hwf-document-edit:before { content: "\e686"; } .hwf-document-error:before { content: "\e64c"; } .hwf-document-file-3gp:before { content: "\e7fa"; } .hwf-document-file-aac:before { content: "\e7fc"; } .hwf-document-file-ai:before { content: "\e7d2"; } .hwf-document-file-aiff:before { content: "\e7fb"; } .hwf-document-file-app:before { content: "\e7c6"; } .hwf-document-file-asp:before { content: "\e7e5"; } .hwf-document-file-avi:before { content: "\e7ec"; } .hwf-document-file-bmp:before { content: "\e7d3"; } .hwf-document-file-c:before { content: "\e7da"; } .hwf-document-file-cpp:before { content: "\e7dd"; } .hwf-document-file-css:before { content: "\e7cf"; } .hwf-document-file-dat:before { content: "\e7e7"; } .hwf-document-file-dmg:before { content: "\e801"; } .hwf-document-file-doc:before { content: "\e7e0"; } .hwf-document-file-docx:before { content: "\e7e3"; } .hwf-document-file-dot:before { content: "\e7f2"; } .hwf-document-file-dotx:before { content: "\e7ee"; } .hwf-document-file-dwg:before { content: "\e7d4"; } .hwf-document-file-dxf:before { content: "\e7df"; } .hwf-document-file-eps:before { content: "\e7d5"; } .hwf-document-file-exe:before { content: "\e7eb"; } .hwf-document-file-flv:before { content: "\e7f6"; } .hwf-document-file-gif:before { content: "\e804"; } .hwf-document-file-h:before { content: "\e7ea"; } .hwf-document-file-html:before { content: "\e7ce"; } .hwf-document-file-ics:before { content: "\e7e6"; } .hwf-document-file-iso:before { content: "\e802"; } .hwf-document-file-java:before { content: "\e7d0"; } .hwf-document-file-jpg:before { content: "\e7cc"; } .hwf-document-file-key:before { content: "\e7cd"; } .hwf-document-file-m4v:before { content: "\e7f5"; } .hwf-document-file-mid:before { content: "\e7f9"; } .hwf-document-file-mov:before { content: "\e7cb"; } .hwf-document-file-mp3:before { content: "\e7c9"; } .hwf-document-file-mp4:before { content: "\e7ca"; } .hwf-document-file-mpg:before { content: "\e7f7"; } .hwf-document-file-numbers:before { content: "\e7c4"; } .hwf-document-file-odp:before { content: "\e7ed"; } .hwf-document-file-ods:before { content: "\e7f0"; } .hwf-document-file-odt:before { content: "\e7e1"; } .hwf-document-file-ots:before { content: "\e7d7"; } .hwf-document-file-ott:before { content: "\e7ff"; } .hwf-document-file-pages:before { content: "\e7c5"; } .hwf-document-file-pdf:before { content: "\e7c8"; } .hwf-document-file-php:before { content: "\e7d8"; } .hwf-document-file-png:before { content: "\e7c7"; } .hwf-document-file-pps:before { content: "\e7f1"; } .hwf-document-file-ppt:before { content: "\e7e4"; } .hwf-document-file-psd:before { content: "\e7d1"; } .hwf-document-file-py:before { content: "\e7d9"; } .hwf-document-file-qt:before { content: "\e7f8"; } .hwf-document-file-rar:before { content: "\e803"; } .hwf-document-file-rb:before { content: "\e7dc"; } .hwf-document-file-rtf:before { content: "\e7f4"; } .hwf-document-file-sql:before { content: "\e7db"; } .hwf-document-file-tga:before { content: "\e7de"; } .hwf-document-file-tgz:before { content: "\e800"; } .hwf-document-file-tiff:before { content: "\e7d6"; } .hwf-document-file-txt:before { content: "\e7f3"; } .hwf-document-file-wav:before { content: "\e7fd"; } .hwf-document-file-xls:before { content: "\e7e2"; } .hwf-document-file-xlsx:before { content: "\e7ef"; } .hwf-document-file-xml:before { content: "\e7e8"; } .hwf-document-file-yml:before { content: "\e7e9"; } .hwf-document-file-zip:before { content: "\e7fe"; } .hwf-document-font:before { content: "\e655"; } .hwf-document-forbidden:before { content: "\e651"; } .hwf-document-graph:before { content: "\e641"; } .hwf-document-information:before { content: "\e652"; } .hwf-document-list:before { content: "\e654"; } .hwf-document-locked:before { content: "\e64b"; } .hwf-document-movie:before { content: "\e63f"; } .hwf-document-music:before { content: "\e63e"; } .hwf-document-play:before { content: "\e640"; } .hwf-document-recording:before { content: "\e63c"; } .hwf-document-remove:before { content: "\e650"; } .hwf-document-scan:before { content: "\e67e"; } .hwf-document-search:before { content: "\e648"; } .hwf-document-shred:before { content: "\e67c"; } .hwf-document-star:before { content: "\e649"; } .hwf-document-table:before { content: "\e63d"; } .hwf-document-text:before { content: "\e636"; } .hwf-document-text2:before { content: "\e637"; } .hwf-document-text3:before { content: "\e643"; } .hwf-document-time:before { content: "\e642"; } .hwf-document-unlocked:before { content: "\e64a"; } .hwf-document-upload:before { content: "\e639"; } .hwf-document-zip:before { content: "\e66b"; } .hwf-documents:before { content: "\e646"; } .hwf-documents2:before { content: "\e647"; } .hwf-eye:before { content: "\e615"; } .hwf-eye-hidden:before { content: "\e614"; } .hwf-face-closed-eyes-open-mouth:before { content: "\e741"; } .hwf-face-closed-eyes-open-mouth2:before { content: "\e742"; } .hwf-face-closed-eyes-open-mouth3:before { content: "\e743"; } .hwf-face-closed-meyes:before { content: "\e73d"; } .hwf-face-glasses:before { content: "\e750"; } .hwf-face-missing-moth:before { content: "\e716"; } .hwf-face-moustache:before { content: "\e74e"; } .hwf-face-moustache2:before { content: "\e74f"; } .hwf-face-open-mouth:before { content: "\e71a"; } .hwf-face-open-mouth2:before { content: "\e71b"; } .hwf-face-open-mouth-eyebrows:before { content: "\e737"; } .hwf-face-open-mouth-eyebrows2:before { content: "\e738"; } .hwf-face-stuck-out-tongue:before { content: "\e731"; } .hwf-face-stuck-out-tongue2:before { content: "\e732"; } .hwf-face-sunglasses:before { content: "\e751"; } .hwf-fake-grinning-face-eyebrows:before { content: "\e72f"; } .hwf-file-3gp:before { content: "\e7b9"; } .hwf-file-aac:before { content: "\e7bb"; } .hwf-file-ai:before { content: "\e791"; } .hwf-file-aiff:before { content: "\e7ba"; } .hwf-file-app:before { content: "\e785"; } .hwf-file-asp:before { content: "\e7a4"; } .hwf-file-avi:before { content: "\e7ab"; } .hwf-file-bmp:before { content: "\e792"; } .hwf-file-c:before { content: "\e799"; } .hwf-file-cpp:before { content: "\e79c"; } .hwf-file-css:before { content: "\e78e"; } .hwf-file-dat:before { content: "\e7a6"; } .hwf-file-dmg:before { content: "\e7c0"; } .hwf-file-doc:before { content: "\e79f"; } .hwf-file-docx:before { content: "\e7a2"; } .hwf-file-dot:before { content: "\e7b1"; } .hwf-file-dotx:before { content: "\e7ad"; } .hwf-file-dwg:before { content: "\e793"; } .hwf-file-dxf:before { content: "\e79e"; } .hwf-file-eps:before { content: "\e794"; } .hwf-file-exe:before { content: "\e7aa"; } .hwf-file-flv:before { content: "\e7b5"; } .hwf-file-gif:before { content: "\e7c3"; } .hwf-file-h:before { content: "\e7a9"; } .hwf-file-html:before { content: "\e78d"; } .hwf-file-ics:before { content: "\e7a5"; } .hwf-file-iso:before { content: "\e7c1"; } .hwf-file-java:before { content: "\e78f"; } .hwf-file-jpg:before { content: "\e78b"; } .hwf-file-key:before { content: "\e78c"; } .hwf-file-m4v:before { content: "\e7b4"; } .hwf-file-mid:before { content: "\e7b8"; } .hwf-file-mov:before { content: "\e78a"; } .hwf-file-mp3:before { content: "\e788"; } .hwf-file-mp4:before { content: "\e789"; } .hwf-file-mpg:before { content: "\e7b6"; } .hwf-file-numbers:before { content: "\e783"; } .hwf-file-odp:before { content: "\e7ac"; } .hwf-file-ods:before { content: "\e7af"; } .hwf-file-odt:before { content: "\e7a0"; } .hwf-file-ots:before { content: "\e796"; } .hwf-file-ott:before { content: "\e7be"; } .hwf-file-pages:before { content: "\e784"; } .hwf-file-pdf:before { content: "\e787"; } .hwf-file-php:before { content: "\e797"; } .hwf-file-png:before { content: "\e786"; } .hwf-file-pps:before { content: "\e7b0"; } .hwf-file-ppt:before { content: "\e7a3"; } .hwf-file-psd:before { content: "\e790"; } .hwf-file-py:before { content: "\e798"; } .hwf-file-quicktime:before { content: "\e7b7"; } .hwf-file-rar:before { content: "\e7c2"; } .hwf-file-rb:before { content: "\e79b"; } .hwf-file-rtf:before { content: "\e7b3"; } .hwf-file-sql:before { content: "\e79a"; } .hwf-file-tga:before { content: "\e79d"; } .hwf-file-tgz:before { content: "\e7bf"; } .hwf-file-tiff:before { content: "\e795"; } .hwf-file-txt:before { content: "\e7b2"; } .hwf-file-wav:before { content: "\e7bc"; } .hwf-file-xls:before { content: "\e7a1"; } .hwf-file-xlsx:before { content: "\e7ae"; } .hwf-file-xml:before { content: "\e7a7"; } .hwf-file-yml:before { content: "\e7a8"; } .hwf-file-zip:before { content: "\e7bd"; } .hwf-flag:before { content: "\e60d"; } .hwf-flag2:before { content: "\e60e"; } .hwf-flag3:before { content: "\e60f"; } .hwf-flag4:before { content: "\e610"; } .hwf-flashed-face:before { content: "\e713"; } .hwf-flashed-face2:before { content: "\e714"; } .hwf-flashed-face-glasses:before { content: "\e715"; } .hwf-folder:before { content: "\e65c"; } .hwf-folder2:before { content: "\e65d"; } .hwf-folder-add:before { content: "\e667"; } .hwf-folder-bookmark:before { content: "\e66a"; } .hwf-folder-cancel:before { content: "\e665"; } .hwf-folder-checked:before { content: "\e666"; } .hwf-folder-download:before { content: "\e65f"; } .hwf-folder-error:before { content: "\e664"; } .hwf-folder-forbidden:before { content: "\e669"; } .hwf-folder-information:before { content: "\e653"; } .hwf-folder-locked:before { content: "\e662"; } .hwf-folder-remove:before { content: "\e668"; } .hwf-folder-search:before { content: "\e663"; } .hwf-folder-unlocked:before { content: "\e661"; } .hwf-folder-upload:before { content: "\e660"; } .hwf-folders:before { content: "\e65e"; } .hwf-football:before { content: "\e69e"; } .hwf-football2:before { content: "\e69f"; } .hwf-full-moon:before { content: "\e6f4"; } .hwf-gibbous-moon:before { content: "\e6f7"; } .hwf-gibbous-moon2:before { content: "\e6f9"; } .hwf-golf:before { content: "\e6b2"; } .hwf-grinning-face:before { content: "\e72c"; } .hwf-grinning-face2:before { content: "\e746"; } .hwf-grinning-face-eyebrows:before { content: "\e725"; } .hwf-grinning-face-eyebrows2:before { content: "\e72e"; } .hwf-grinning-face-teeth:before { content: "\e734"; } .hwf-grinning-face-teeth2:before { content: "\e736"; } .hwf-half-moon:before { content: "\e6f6"; } .hwf-half-moon2:before { content: "\e6fa"; } .hwf-high-five:before { content: "\e755"; } .hwf-hockey-stick:before { content: "\e6af"; } .hwf-hockey-sticks:before { content: "\e6b0"; } .hwf-ice-skate:before { content: "\e6c8"; } .hwf-inbox:before { content: "\e656"; } .hwf-inbox-document:before { content: "\e658"; } .hwf-inbox-document-text:before { content: "\e659"; } .hwf-inbox-download:before { content: "\e65a"; } .hwf-inbox-filled:before { content: "\e683"; } .hwf-inbox-upload:before { content: "\e65b"; } .hwf-inboxes:before { content: "\e657"; } .hwf-information:before { content: "\e61b"; } .hwf-information2:before { content: "\e61c"; } .hwf-key:before { content: "\e617"; } .hwf-key2:before { content: "\e618"; } .hwf-kissing-face:before { content: "\e733"; } .hwf-kissing-face2:before { content: "\e73c"; } .hwf-laughing-face:before { content: "\e71d"; } .hwf-laughing-face2:before { content: "\e71e"; } .hwf-laughing-face3:before { content: "\e744"; } .hwf-lightning:before { content: "\e710"; } .hwf-lock:before { content: "\e670"; } .hwf-lock-open:before { content: "\e671"; } .hwf-lock-open2:before { content: "\e672"; } .hwf-lock-rounded:before { content: "\e674"; } .hwf-lock-rounded-open:before { content: "\e675"; } .hwf-lock-rounded-open2:before { content: "\e676"; } .hwf-lock-stripes:before { content: "\e673"; } .hwf-mail--forbidden:before { content: "\e60a"; } .hwf-mail-add:before { content: "\e60b"; } .hwf-mail-cancel:before { content: "\e609"; } .hwf-mail-checked:before { content: "\e608"; } .hwf-mail-envelope:before { content: "\e600"; } .hwf-mail-envelope-closed:before { content: "\e602"; } .hwf-mail-envelope-closed2:before { content: "\e605"; } .hwf-mail-envelope-open:before { content: "\e601"; } .hwf-mail-envelope-open2:before { content: "\e603"; } .hwf-mail-envelope-open3:before { content: "\e604"; } .hwf-mail-envelope-open4:before { content: "\e606"; } .hwf-mail-error:before { content: "\e607"; } .hwf-mail-remove:before { content: "\e60c"; } .hwf-medal:before { content: "\e6a6"; } .hwf-medal2:before { content: "\e6a7"; } .hwf-medal3:before { content: "\e6b9"; } .hwf-medal4:before { content: "\e6ba"; } .hwf-middle-finger:before { content: "\e753"; } .hwf-moon:before { content: "\e6e4"; } .hwf-moon2:before { content: "\e6f8"; } .hwf-moon-stars:before { content: "\e6e3"; } .hwf-moonrise:before { content: "\e6f1"; } .hwf-moonset:before { content: "\e6f2"; } .hwf-move:before { content: "\e6b3"; } .hwf-neutral-face:before { content: "\e717"; } .hwf-neutral-face2:before { content: "\e721"; } .hwf-neutral-face-eyebrows:before { content: "\e727"; } .hwf-note:before { content: "\e628"; } .hwf-note-add:before { content: "\e629"; } .hwf-note-checked:before { content: "\e62d"; } .hwf-note-important:before { content: "\e62e"; } .hwf-note-list:before { content: "\e62c"; } .hwf-note-remove:before { content: "\e62a"; } .hwf-note-text:before { content: "\e62b"; } .hwf-notebook:before { content: "\e62f"; } .hwf-notebook2:before { content: "\e630"; } .hwf-notebook3:before { content: "\e631"; } .hwf-notebook4:before { content: "\e632"; } .hwf-notebook-list:before { content: "\e634"; } .hwf-notebook-text:before { content: "\e633"; } .hwf-one-finger:before { content: "\e767"; } .hwf-one-finger-click:before { content: "\e76c"; } .hwf-one-finger-click2:before { content: "\e77a"; } .hwf-one-finger-double-tap:before { content: "\e768"; } .hwf-one-finger-double-tap2:before { content: "\e774"; } .hwf-one-finger-swipe:before { content: "\e77c"; } .hwf-one-finger-swipe-down:before { content: "\e766"; } .hwf-one-finger-swipe-down2:before { content: "\e782"; } .hwf-one-finger-swipe-horizontally:before { content: "\e77b"; } .hwf-one-finger-swipe-left:before { content: "\e763"; } .hwf-one-finger-swipe-left2:before { content: "\e77f"; } .hwf-one-finger-swipe-right:before { content: "\e764"; } .hwf-one-finger-swipe-right2:before { content: "\e780"; } .hwf-one-finger-swipe-up:before { content: "\e765"; } .hwf-one-finger-swipe-up2:before { content: "\e781"; } .hwf-one-finger-tap:before { content: "\e769"; } .hwf-one-finger-tap2:before { content: "\e778"; } .hwf-one-finger-tap-hold:before { content: "\e76a"; } .hwf-one-finger-tap-hold2:before { content: "\e779"; } .hwf-package:before { content: "\e689"; } .hwf-paperclip:before { content: "\e696"; } .hwf-pen:before { content: "\e684"; } .hwf-pen-angled:before { content: "\e685"; } .hwf-printer:before { content: "\e678"; } .hwf-printer2:before { content: "\e679"; } .hwf-printer-text:before { content: "\e67a"; } .hwf-printer-text2:before { content: "\e67b"; } .hwf-rainbow:before { content: "\e6ea"; } .hwf-raindrop:before { content: "\e6ed"; } .hwf-raindrops:before { content: "\e6ec"; } .hwf-rock-n-roll:before { content: "\e754"; } .hwf-sad-face:before { content: "\e719"; } .hwf-sad-face2:before { content: "\e722"; } .hwf-sad-face3:before { content: "\e72d"; } .hwf-sad-face4:before { content: "\e747"; } .hwf-sad-face5:before { content: "\e748"; } .hwf-sad-face6:before { content: "\e74a"; } .hwf-sad-face--tightly-closed-eyes:before { content: "\e73b"; } .hwf-sad-face-closed-eyes:before { content: "\e749"; } .hwf-sad-face-eyebrows:before { content: "\e726"; } .hwf-sailing-boat:before { content: "\e6c1"; } .hwf-sailing-boat-water:before { content: "\e6c2"; } .hwf-search:before { content: "\e66d"; } .hwf-search-minus:before { content: "\e66f"; } .hwf-search-plus:before { content: "\e66e"; } .hwf-shredder:before { content: "\e67d"; } .hwf-shuttlecock:before { content: "\e6b1"; } .hwf-smiling-face:before { content: "\e718"; } .hwf-smiling-face2:before { content: "\e723"; } .hwf-smiling-face3:before { content: "\e745"; } .hwf-smiling-face4:before { content: "\e74b"; } .hwf-smiling-face-eyebrows:before { content: "\e724"; } .hwf-smirking-face:before { content: "\e71f"; } .hwf-smirking-face-sunglasses:before { content: "\e752"; } .hwf-snowflake:before { content: "\e712"; } .hwf-soccer-ball:before { content: "\e69c"; } .hwf-soccer-court:before { content: "\e69d"; } .hwf-soccer-shoe:before { content: "\e6c7"; } .hwf-sports-shoe:before { content: "\e6c6"; } .hwf-star:before { content: "\e616"; } .hwf-stars:before { content: "\e6ef"; } .hwf-stop-watch:before { content: "\e6ad"; } .hwf-stop-watch2:before { content: "\e6ae"; } .hwf-stubborn-face:before { content: "\e720"; } .hwf-sun:before { content: "\e6e5"; } .hwf-sunglasses:before { content: "\e6ee"; } .hwf-sunrise:before { content: "\e6e6"; } .hwf-sunset:before { content: "\e6e7"; } .hwf-sunset2:before { content: "\e6e8"; } .hwf-sunset3:before { content: "\e6e9"; } .hwf-table-tennis:before { content: "\e6ab"; } .hwf-tag:before { content: "\e690"; } .hwf-tag-add:before { content: "\e692"; } .hwf-tag-cancel:before { content: "\e695"; } .hwf-tag-checked:before { content: "\e694"; } .hwf-tag-cord:before { content: "\e68f"; } .hwf-tag-remove:before { content: "\e693"; } .hwf-tags:before { content: "\e691"; } .hwf-target:before { content: "\e6c0"; } .hwf-target-arrow:before { content: "\e6bf"; } .hwf-tennis-ball:before { content: "\e699"; } .hwf-tennis-ball2:before { content: "\e6a2"; } .hwf-tennis-racket:before { content: "\e6a9"; } .hwf-thermometer:before { content: "\e70a"; } .hwf-thermometer-full:before { content: "\e70f"; } .hwf-thermometer-half:before { content: "\e70d"; } .hwf-thermometer-low:before { content: "\e70b"; } .hwf-thermometer-quarter:before { content: "\e70c"; } .hwf-thermometer-three-quarters:before { content: "\e70e"; } .hwf-three-fingers:before { content: "\e771"; } .hwf-three-fingers-double-tap:before { content: "\e75f"; } .hwf-three-fingers-double-tap2:before { content: "\e772"; } .hwf-three-fingers-swipe-down:before { content: "\e770"; } .hwf-three-fingers-swipe-left:before { content: "\e76d"; } .hwf-three-fingers-swipe-right:before { content: "\e76e"; } .hwf-three-fingers-swipe-up:before { content: "\e76f"; } .hwf-thumb-down:before { content: "\e757"; } .hwf-thumb-down2:before { content: "\e759"; } .hwf-thumb-finger-tap:before { content: "\e76b"; } .hwf-thumb-up:before { content: "\e756"; } .hwf-thumb-up2:before { content: "\e758"; } .hwf-tornado:before { content: "\e702"; } .hwf-trash-can:before { content: "\e619"; } .hwf-trash-can2:before { content: "\e61a"; } .hwf-trophy:before { content: "\e6a3"; } .hwf-trophy2:before { content: "\e6a5"; } .hwf-trophy-one:before { content: "\e6a4"; } .hwf-two-fingers:before { content: "\e75e"; } .hwf-two-fingers-double-tap:before { content: "\e77d"; } .hwf-two-fingers-resize-in:before { content: "\e761"; } .hwf-two-fingers-resize-out:before { content: "\e760"; } .hwf-two-fingers-rotate:before { content: "\e762"; } .hwf-two-fingers-swipe-down:before { content: "\e75d"; } .hwf-two-fingers-swipe-down2:before { content: "\e775"; } .hwf-two-fingers-swipe-left:before { content: "\e75a"; } .hwf-two-fingers-swipe-left2:before { content: "\e777"; } .hwf-two-fingers-swipe-right:before { content: "\e75b"; } .hwf-two-fingers-swipe-right2:before { content: "\e776"; } .hwf-two-fingers-swipe-up:before { content: "\e75c"; } .hwf-two-fingers-swipe-up2:before { content: "\e773"; } .hwf-two-fingers-tap:before { content: "\e77e"; } .hwf-umbrella:before { content: "\e6eb"; } .hwf-unamused-face-tightly-closed-eyes:before { content: "\e73a"; } .hwf-volleyball:before { content: "\e6ac"; } .hwf-volleyball-water:before { content: "\e6bd"; } .hwf-warning:before { content: "\e705"; } .hwf-weights:before { content: "\e6a8"; } .hwf-whistle:before { content: "\e6bc"; } .hwf-wind:before { content: "\e6f3"; } .hwf-wind-turbine:before { content: "\e711"; } .hwf-winking-face:before { content: "\e71c"; } .hwf-winking-face2:before { content: "\e72a"; } .hwf-worried-face:before { content: "\e729"; } .hwf-worried-face-eyebrows:before { content: "\e730"; } .hwf-zip:before { content: "\e66c"; } ================================================ FILE: icon-packs/ikonli-hawcons-pack/src/main/resources/META-INF/resources/hawcons/20140708/css/hawconsstroke.css ================================================ @font-face { font-family: 'Hawcons-Stroke'; src:url('../fonts/hawconsstroke.eot?-kxka6d'); src:url('../fonts/hawconsstroke.eot?#iefix-kxka6d') format('embedded-opentype'), url('../fonts/hawconsstroke.woff?-kxka6d') format('woff'), url('../fonts/hawconsstroke.ttf?-kxka6d') format('truetype'), url('../fonts/hawconsstroke.svg?-kxka6d#hawcons') format('svg'); font-weight: normal; font-style: normal; } .hws:before { font-family: 'Hawcons-Stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .hws-air-sock:before { content: "\e701"; } .hws-amused-face:before { content: "\e73f"; } .hws-amused-face-closed-eyes:before { content: "\e740"; } .hws-amused-face-closed-eyes2:before { content: "\e741"; } .hws-angry-face:before { content: "\e728"; } .hws-angry-face-eyebrows:before { content: "\e72b"; } .hws-angry-face-open-mouth-eyebrows:before { content: "\e73a"; } .hws-angry-face-teeth:before { content: "\e735"; } .hws-astonished-face:before { content: "\e74d"; } .hws-astonished-face2:before { content: "\e74e"; } .hws-award:before { content: "\e6b5"; } .hws-award2:before { content: "\e6b6"; } .hws-award3:before { content: "\e6b7"; } .hws-award4:before { content: "\e6b8"; } .hws-barometer:before { content: "\e6fc"; } .hws-baseball:before { content: "\e698"; } .hws-baseball-set:before { content: "\e6a1"; } .hws-basketball:before { content: "\e697"; } .hws-basketball2:before { content: "\e6a0"; } .hws-basketball-hoop:before { content: "\e6aa"; } .hws-billiard-ball:before { content: "\e69b"; } .hws-book:before { content: "\e61d"; } .hws-book-bookmark:before { content: "\e61e"; } .hws-bookmark:before { content: "\e611"; } .hws-bookmark-add:before { content: "\e612"; } .hws-bookmark-remove:before { content: "\e613"; } .hws-bowling-ball:before { content: "\e69a"; } .hws-bowling-pin-ball:before { content: "\e6c4"; } .hws-bowling-pins:before { content: "\e6c3"; } .hws-box:before { content: "\e68a"; } .hws-box2:before { content: "\e68c"; } .hws-box3:before { content: "\e68d"; } .hws-box-bookmark:before { content: "\e68e"; } .hws-box-filled:before { content: "\e68b"; } .hws-boxing-glove:before { content: "\e6bb"; } .hws-certificate:before { content: "\e688"; } .hws-checkered-flag:before { content: "\e6be"; } .hws-clipboard:before { content: "\e622"; } .hws-clipboard-add:before { content: "\e620"; } .hws-clipboard-checked:before { content: "\e625"; } .hws-clipboard-download:before { content: "\e623"; } .hws-clipboard-edit:before { content: "\e61f"; } .hws-clipboard-list:before { content: "\e627"; } .hws-clipboard-move:before { content: "\e6b4"; } .hws-clipboard-remove:before { content: "\e621"; } .hws-clipboard-text:before { content: "\e626"; } .hws-clipboard-upload:before { content: "\e624"; } .hws-cloud:before { content: "\e682"; } .hws-cloud2:before { content: "\e6c9"; } .hws-cloud-add:before { content: "\e6dd"; } .hws-cloud-download:before { content: "\e67f"; } .hws-cloud-error:before { content: "\e681"; } .hws-cloud-error2:before { content: "\e6df"; } .hws-cloud-fog:before { content: "\e6e0"; } .hws-cloud-lightning:before { content: "\e6d2"; } .hws-cloud-moon:before { content: "\e6cb"; } .hws-cloud-moon-fog:before { content: "\e6e2"; } .hws-cloud-moon-lightning:before { content: "\e6d4"; } .hws-cloud-moon-rain:before { content: "\e6ce"; } .hws-cloud-moon-raindrops:before { content: "\e6d8"; } .hws-cloud-moon-snow:before { content: "\e6d1"; } .hws-cloud-moon-snowflakes:before { content: "\e6db"; } .hws-cloud-rain:before { content: "\e6cc"; } .hws-cloud-raindrops:before { content: "\e6d6"; } .hws-cloud-remove:before { content: "\e6de"; } .hws-cloud-snow:before { content: "\e6cf"; } .hws-cloud-snowflakes:before { content: "\e6d9"; } .hws-cloud-sun:before { content: "\e6ca"; } .hws-cloud-sun-fog:before { content: "\e6e1"; } .hws-cloud-sun-lightning:before { content: "\e6d3"; } .hws-cloud-sun-rain:before { content: "\e6cd"; } .hws-cloud-sun-raindrops:before { content: "\e6d7"; } .hws-cloud-sun-snow:before { content: "\e6d0"; } .hws-cloud-sun-snowflakes:before { content: "\e6da"; } .hws-cloud-upload:before { content: "\e680"; } .hws-cloud-wind:before { content: "\e6d5"; } .hws-clouds:before { content: "\e6dc"; } .hws-clouds2:before { content: "\e6f0"; } .hws-combination-lock:before { content: "\e677"; } .hws-compass:before { content: "\e706"; } .hws-compass2:before { content: "\e707"; } .hws-compass3:before { content: "\e708"; } .hws-compass4:before { content: "\e709"; } .hws-compass-east:before { content: "\e6ff"; } .hws-compass-north:before { content: "\e6fd"; } .hws-compass-south:before { content: "\e700"; } .hws-compass-west:before { content: "\e6fe"; } .hws-crescent:before { content: "\e6f5"; } .hws-crescent2:before { content: "\e6fb"; } .hws-degree-celsius:before { content: "\e704"; } .hws-degree-fahrenheit:before { content: "\e703"; } .hws-diving-goggles:before { content: "\e6c5"; } .hws-document:before { content: "\e635"; } .hws-document-add:before { content: "\e64f"; } .hws-document-bookmark:before { content: "\e63a"; } .hws-document-cancel:before { content: "\e64d"; } .hws-document-certificate:before { content: "\e687"; } .hws-document-checked:before { content: "\e64e"; } .hws-document-cloud:before { content: "\e645"; } .hws-document-code:before { content: "\e644"; } .hws-document-diagrams:before { content: "\e63b"; } .hws-document-download:before { content: "\e638"; } .hws-document-edit:before { content: "\e686"; } .hws-document-error:before { content: "\e64c"; } .hws-document-file-3gp:before { content: "\e7fb"; } .hws-document-file-aac:before { content: "\e7fd"; } .hws-document-file-ai:before { content: "\e7d3"; } .hws-document-file-aiff:before { content: "\e7fc"; } .hws-document-file-app:before { content: "\e7c7"; } .hws-document-file-asp:before { content: "\e7e6"; } .hws-document-file-avi:before { content: "\e7ed"; } .hws-document-file-bmp:before { content: "\e7d4"; } .hws-document-file-c:before { content: "\e7db"; } .hws-document-file-cpp:before { content: "\e7de"; } .hws-document-file-css:before { content: "\e7d0"; } .hws-document-file-dat:before { content: "\e7e8"; } .hws-document-file-dmg:before { content: "\e802"; } .hws-document-file-doc:before { content: "\e7e1"; } .hws-document-file-docx:before { content: "\e7e4"; } .hws-document-file-dot:before { content: "\e7f3"; } .hws-document-file-dotx:before { content: "\e7ef"; } .hws-document-file-dwg:before { content: "\e7d5"; } .hws-document-file-dxf:before { content: "\e7e0"; } .hws-document-file-eps:before { content: "\e7d6"; } .hws-document-file-exe:before { content: "\e7ec"; } .hws-document-file-flv:before { content: "\e7f7"; } .hws-document-file-gif:before { content: "\e805"; } .hws-document-file-h:before { content: "\e7eb"; } .hws-document-file-html:before { content: "\e7cf"; } .hws-document-file-ics:before { content: "\e7e7"; } .hws-document-file-iso:before { content: "\e803"; } .hws-document-file-java:before { content: "\e7d1"; } .hws-document-file-jpg:before { content: "\e7cd"; } .hws-document-file-key:before { content: "\e7ce"; } .hws-document-file-m4v:before { content: "\e7f6"; } .hws-document-file-mid:before { content: "\e7fa"; } .hws-document-file-mov:before { content: "\e7cc"; } .hws-document-file-mp3:before { content: "\e7ca"; } .hws-document-file-mp4:before { content: "\e7cb"; } .hws-document-file-mpg:before { content: "\e7f8"; } .hws-document-file-numbers:before { content: "\e7c5"; } .hws-document-file-odp:before { content: "\e7ee"; } .hws-document-file-ods:before { content: "\e7f1"; } .hws-document-file-odt:before { content: "\e7e2"; } .hws-document-file-ots:before { content: "\e7d8"; } .hws-document-file-ott:before { content: "\e800"; } .hws-document-file-pages:before { content: "\e7c6"; } .hws-document-file-pdf:before { content: "\e7c9"; } .hws-document-file-php:before { content: "\e7d9"; } .hws-document-file-png:before { content: "\e7c8"; } .hws-document-file-pps:before { content: "\e7f2"; } .hws-document-file-ppt:before { content: "\e7e5"; } .hws-document-file-psd:before { content: "\e7d2"; } .hws-document-file-py:before { content: "\e7da"; } .hws-document-file-qt:before { content: "\e7f9"; } .hws-document-file-rar:before { content: "\e804"; } .hws-document-file-rb:before { content: "\e7dd"; } .hws-document-file-rtf:before { content: "\e7f5"; } .hws-document-file-sql:before { content: "\e7dc"; } .hws-document-file-tga:before { content: "\e7df"; } .hws-document-file-tgz:before { content: "\e801"; } .hws-document-file-tiff:before { content: "\e7d7"; } .hws-document-file-txt:before { content: "\e7f4"; } .hws-document-file-wav:before { content: "\e7fe"; } .hws-document-file-xls:before { content: "\e7e3"; } .hws-document-file-xlsx:before { content: "\e7f0"; } .hws-document-file-xml:before { content: "\e7e9"; } .hws-document-file-yml:before { content: "\e7ea"; } .hws-document-file-zip:before { content: "\e7ff"; } .hws-document-font:before { content: "\e655"; } .hws-document-forbidden:before { content: "\e651"; } .hws-document-graph:before { content: "\e641"; } .hws-document-information:before { content: "\e652"; } .hws-document-list:before { content: "\e654"; } .hws-document-locked:before { content: "\e64b"; } .hws-document-movie:before { content: "\e63f"; } .hws-document-music:before { content: "\e63e"; } .hws-document-play:before { content: "\e640"; } .hws-document-recording:before { content: "\e63c"; } .hws-document-remove:before { content: "\e650"; } .hws-document-scan:before { content: "\e67e"; } .hws-document-search:before { content: "\e648"; } .hws-document-shred:before { content: "\e67c"; } .hws-document-star:before { content: "\e649"; } .hws-document-table:before { content: "\e63d"; } .hws-document-text:before { content: "\e636"; } .hws-document-text2:before { content: "\e637"; } .hws-document-text3:before { content: "\e643"; } .hws-document-time:before { content: "\e642"; } .hws-document-unlocked:before { content: "\e64a"; } .hws-document-upload:before { content: "\e639"; } .hws-document-zip:before { content: "\e66b"; } .hws-documents:before { content: "\e646"; } .hws-documents2:before { content: "\e647"; } .hws-eye:before { content: "\e615"; } .hws-eye-hidden:before { content: "\e614"; } .hws-face-closed-eyes-open-mouth:before { content: "\e742"; } .hws-face-closed-eyes-open-mouth2:before { content: "\e743"; } .hws-face-closed-eyes-open-mouth3:before { content: "\e744"; } .hws-face-closed-meyes:before { content: "\e73e"; } .hws-face-glasses:before { content: "\e751"; } .hws-face-missing-moth:before { content: "\e716"; } .hws-face-moustache:before { content: "\e74f"; } .hws-face-moustache2:before { content: "\e750"; } .hws-face-open-mouth:before { content: "\e71a"; } .hws-face-open-mouth2:before { content: "\e71b"; } .hws-face-open-mouth-eyebrows:before { content: "\e738"; } .hws-face-open-mouth-eyebrows2:before { content: "\e739"; } .hws-face-stuck-out-tongue:before { content: "\e731"; } .hws-face-stuck-out-tongue2:before { content: "\e732"; } .hws-face-sunglasses:before { content: "\e752"; } .hws-fake-grinning-face-eyebrows:before { content: "\e72f"; } .hws-file-3gp:before { content: "\e7ba"; } .hws-file-aac:before { content: "\e7bc"; } .hws-file-ai:before { content: "\e792"; } .hws-file-aiff:before { content: "\e7bb"; } .hws-file-app:before { content: "\e786"; } .hws-file-asp:before { content: "\e7a5"; } .hws-file-avi:before { content: "\e7ac"; } .hws-file-bmp:before { content: "\e793"; } .hws-file-c:before { content: "\e79a"; } .hws-file-cpp:before { content: "\e79d"; } .hws-file-css:before { content: "\e78f"; } .hws-file-dat:before { content: "\e7a7"; } .hws-file-dmg:before { content: "\e7c1"; } .hws-file-doc:before { content: "\e7a0"; } .hws-file-docx:before { content: "\e7a3"; } .hws-file-dot:before { content: "\e7b2"; } .hws-file-dotx:before { content: "\e7ae"; } .hws-file-dwg:before { content: "\e794"; } .hws-file-dxf:before { content: "\e79f"; } .hws-file-eps:before { content: "\e795"; } .hws-file-exe:before { content: "\e7ab"; } .hws-file-flv:before { content: "\e7b6"; } .hws-file-gif:before { content: "\e7c4"; } .hws-file-h:before { content: "\e7aa"; } .hws-file-html:before { content: "\e78e"; } .hws-file-ics:before { content: "\e7a6"; } .hws-file-iso:before { content: "\e7c2"; } .hws-file-java:before { content: "\e790"; } .hws-file-jpg:before { content: "\e78c"; } .hws-file-key:before { content: "\e78d"; } .hws-file-m4v:before { content: "\e7b5"; } .hws-file-mid:before { content: "\e7b9"; } .hws-file-mov:before { content: "\e78b"; } .hws-file-mp3:before { content: "\e789"; } .hws-file-mp4:before { content: "\e78a"; } .hws-file-mpg:before { content: "\e7b7"; } .hws-file-numbers:before { content: "\e784"; } .hws-file-odp:before { content: "\e7ad"; } .hws-file-ods:before { content: "\e7b0"; } .hws-file-odt:before { content: "\e7a1"; } .hws-file-ots:before { content: "\e797"; } .hws-file-ott:before { content: "\e7bf"; } .hws-file-pages:before { content: "\e785"; } .hws-file-pdf:before { content: "\e788"; } .hws-file-php:before { content: "\e798"; } .hws-file-png:before { content: "\e787"; } .hws-file-pps:before { content: "\e7b1"; } .hws-file-ppt:before { content: "\e7a4"; } .hws-file-psd:before { content: "\e791"; } .hws-file-py:before { content: "\e799"; } .hws-file-quicktime:before { content: "\e7b8"; } .hws-file-rar:before { content: "\e7c3"; } .hws-file-rb:before { content: "\e79c"; } .hws-file-rtf:before { content: "\e7b4"; } .hws-file-sql:before { content: "\e79b"; } .hws-file-tga:before { content: "\e79e"; } .hws-file-tgz:before { content: "\e7c0"; } .hws-file-tiff:before { content: "\e796"; } .hws-file-txt:before { content: "\e7b3"; } .hws-file-wav:before { content: "\e7bd"; } .hws-file-xls:before { content: "\e7a2"; } .hws-file-xlsx:before { content: "\e7af"; } .hws-file-xml:before { content: "\e7a8"; } .hws-file-yml:before { content: "\e7a9"; } .hws-file-zip:before { content: "\e7be"; } .hws-flag:before { content: "\e60d"; } .hws-flag2:before { content: "\e60e"; } .hws-flag3:before { content: "\e60f"; } .hws-flag4:before { content: "\e610"; } .hws-flashed-face:before { content: "\e713"; } .hws-flashed-face2:before { content: "\e714"; } .hws-flashed-face-glasses:before { content: "\e715"; } .hws-folder:before { content: "\e65c"; } .hws-folder2:before { content: "\e65d"; } .hws-folder-add:before { content: "\e667"; } .hws-folder-bookmark:before { content: "\e66a"; } .hws-folder-cancel:before { content: "\e665"; } .hws-folder-checked:before { content: "\e666"; } .hws-folder-download:before { content: "\e65f"; } .hws-folder-error:before { content: "\e664"; } .hws-folder-forbidden:before { content: "\e669"; } .hws-folder-information:before { content: "\e653"; } .hws-folder-locked:before { content: "\e662"; } .hws-folder-remove:before { content: "\e668"; } .hws-folder-search:before { content: "\e663"; } .hws-folder-unlocked:before { content: "\e661"; } .hws-folder-upload:before { content: "\e660"; } .hws-folders:before { content: "\e65e"; } .hws-football:before { content: "\e69e"; } .hws-football2:before { content: "\e69f"; } .hws-full-moon:before { content: "\e6f4"; } .hws-gibbous-moon:before { content: "\e6f7"; } .hws-gibbous-moon2:before { content: "\e6f9"; } .hws-golf:before { content: "\e6b2"; } .hws-grinning-face:before { content: "\e72c"; } .hws-grinning-face2:before { content: "\e747"; } .hws-grinning-face-eyebrows:before { content: "\e725"; } .hws-grinning-face-eyebrows2:before { content: "\e72e"; } .hws-grinning-face-teeth:before { content: "\e734"; } .hws-grinning-face-teeth2:before { content: "\e737"; } .hws-half-moon:before { content: "\e6f6"; } .hws-half-moon2:before { content: "\e6fa"; } .hws-high-five:before { content: "\e756"; } .hws-hockey-stick:before { content: "\e6af"; } .hws-hockey-sticks:before { content: "\e6b0"; } .hws-ice-skate:before { content: "\e6c8"; } .hws-inbox:before { content: "\e656"; } .hws-inbox-document:before { content: "\e658"; } .hws-inbox-document-text:before { content: "\e659"; } .hws-inbox-download:before { content: "\e65a"; } .hws-inbox-filled:before { content: "\e683"; } .hws-inbox-upload:before { content: "\e65b"; } .hws-inboxes:before { content: "\e657"; } .hws-information:before { content: "\e61b"; } .hws-information2:before { content: "\e61c"; } .hws-key:before { content: "\e617"; } .hws-key2:before { content: "\e618"; } .hws-kissing-face:before { content: "\e733"; } .hws-kissing-face2:before { content: "\e73d"; } .hws-laughing-face:before { content: "\e71d"; } .hws-laughing-face2:before { content: "\e71e"; } .hws-laughing-face3:before { content: "\e745"; } .hws-lightning:before { content: "\e710"; } .hws-lock:before { content: "\e670"; } .hws-lock-open:before { content: "\e671"; } .hws-lock-open2:before { content: "\e672"; } .hws-lock-rounded:before { content: "\e674"; } .hws-lock-rounded-open:before { content: "\e675"; } .hws-lock-rounded-open2:before { content: "\e676"; } .hws-lock-stripes:before { content: "\e673"; } .hws-mail--forbidden:before { content: "\e60a"; } .hws-mail-add:before { content: "\e60b"; } .hws-mail-cancel:before { content: "\e609"; } .hws-mail-checked:before { content: "\e608"; } .hws-mail-envelope:before { content: "\e600"; } .hws-mail-envelope-closed:before { content: "\e602"; } .hws-mail-envelope-closed2:before { content: "\e605"; } .hws-mail-envelope-open:before { content: "\e601"; } .hws-mail-envelope-open2:before { content: "\e603"; } .hws-mail-envelope-open3:before { content: "\e604"; } .hws-mail-envelope-open4:before { content: "\e606"; } .hws-mail-error:before { content: "\e607"; } .hws-mail-remove:before { content: "\e60c"; } .hws-medal:before { content: "\e6a6"; } .hws-medal2:before { content: "\e6a7"; } .hws-medal3:before { content: "\e6b9"; } .hws-medal4:before { content: "\e6ba"; } .hws-middle-finger:before { content: "\e754"; } .hws-moon:before { content: "\e6e4"; } .hws-moon2:before { content: "\e6f8"; } .hws-moon-stars:before { content: "\e6e3"; } .hws-moonrise:before { content: "\e6f1"; } .hws-moonset:before { content: "\e6f2"; } .hws-move:before { content: "\e6b3"; } .hws-neutral-face:before { content: "\e717"; } .hws-neutral-face2:before { content: "\e721"; } .hws-neutral-face-eyebrows:before { content: "\e727"; } .hws-note:before { content: "\e628"; } .hws-note-add:before { content: "\e629"; } .hws-note-checked:before { content: "\e62d"; } .hws-note-important:before { content: "\e62e"; } .hws-note-list:before { content: "\e62c"; } .hws-note-remove:before { content: "\e62a"; } .hws-note-text:before { content: "\e62b"; } .hws-notebook:before { content: "\e62f"; } .hws-notebook2:before { content: "\e630"; } .hws-notebook3:before { content: "\e631"; } .hws-notebook4:before { content: "\e632"; } .hws-notebook-list:before { content: "\e634"; } .hws-notebook-text:before { content: "\e633"; } .hws-one-finger:before { content: "\e768"; } .hws-one-finger-click:before { content: "\e76d"; } .hws-one-finger-click2:before { content: "\e77b"; } .hws-one-finger-double-tap:before { content: "\e769"; } .hws-one-finger-double-tap2:before { content: "\e775"; } .hws-one-finger-swipe:before { content: "\e77d"; } .hws-one-finger-swipe-down:before { content: "\e767"; } .hws-one-finger-swipe-down2:before { content: "\e783"; } .hws-one-finger-swipe-horizontally:before { content: "\e77c"; } .hws-one-finger-swipe-left:before { content: "\e764"; } .hws-one-finger-swipe-left2:before { content: "\e780"; } .hws-one-finger-swipe-right:before { content: "\e765"; } .hws-one-finger-swipe-right2:before { content: "\e781"; } .hws-one-finger-swipe-up:before { content: "\e766"; } .hws-one-finger-swipe-up2:before { content: "\e782"; } .hws-one-finger-tap:before { content: "\e76a"; } .hws-one-finger-tap2:before { content: "\e779"; } .hws-one-finger-tap-hold:before { content: "\e76b"; } .hws-one-finger-tap-hold2:before { content: "\e77a"; } .hws-package:before { content: "\e689"; } .hws-paperclip:before { content: "\e696"; } .hws-pen:before { content: "\e684"; } .hws-pen-angled:before { content: "\e685"; } .hws-printer:before { content: "\e678"; } .hws-printer2:before { content: "\e679"; } .hws-printer-text:before { content: "\e67a"; } .hws-printer-text2:before { content: "\e67b"; } .hws-rainbow:before { content: "\e6ea"; } .hws-raindrop:before { content: "\e6ed"; } .hws-raindrops:before { content: "\e6ec"; } .hws-rock-n-roll:before { content: "\e755"; } .hws-sad-face:before { content: "\e719"; } .hws-sad-face2:before { content: "\e722"; } .hws-sad-face3:before { content: "\e72d"; } .hws-sad-face4:before { content: "\e748"; } .hws-sad-face5:before { content: "\e749"; } .hws-sad-face6:before { content: "\e74b"; } .hws-sad-face--tightly-closed-eyes:before { content: "\e73c"; } .hws-sad-face-closed-eyes:before { content: "\e74a"; } .hws-sad-face-eyebrows:before { content: "\e726"; } .hws-sailing-boat:before { content: "\e6c1"; } .hws-sailing-boat-water:before { content: "\e6c2"; } .hws-search:before { content: "\e66d"; } .hws-search-minus:before { content: "\e66f"; } .hws-search-plus:before { content: "\e66e"; } .hws-shredder:before { content: "\e67d"; } .hws-shuttlecock:before { content: "\e6b1"; } .hws-smiling-face:before { content: "\e718"; } .hws-smiling-face2:before { content: "\e723"; } .hws-smiling-face3:before { content: "\e746"; } .hws-smiling-face4:before { content: "\e74c"; } .hws-smiling-face-eyebrows:before { content: "\e724"; } .hws-smirking-face:before { content: "\e71f"; } .hws-smirking-face-sunglasses:before { content: "\e753"; } .hws-snowflake:before { content: "\e712"; } .hws-soccer-ball:before { content: "\e69c"; } .hws-soccer-court:before { content: "\e69d"; } .hws-soccer-shoe:before { content: "\e6c7"; } .hws-sports-shoe:before { content: "\e6c6"; } .hws-star:before { content: "\e616"; } .hws-stars:before { content: "\e6ef"; } .hws-stop-watch:before { content: "\e6ad"; } .hws-stop-watch2:before { content: "\e6ae"; } .hws-stubborn-face:before { content: "\e720"; } .hws-sun:before { content: "\e6e5"; } .hws-sunglasses:before { content: "\e6ee"; } .hws-sunrise:before { content: "\e6e6"; } .hws-sunset:before { content: "\e6e7"; } .hws-sunset2:before { content: "\e6e8"; } .hws-sunset3:before { content: "\e6e9"; } .hws-table-tennis:before { content: "\e6ab"; } .hws-tag:before { content: "\e690"; } .hws-tag-add:before { content: "\e692"; } .hws-tag-cancel:before { content: "\e695"; } .hws-tag-checked:before { content: "\e694"; } .hws-tag-cord:before { content: "\e68f"; } .hws-tag-remove:before { content: "\e693"; } .hws-tags:before { content: "\e691"; } .hws-target:before { content: "\e6c0"; } .hws-target-arrow:before { content: "\e6bf"; } .hws-tennis-ball:before { content: "\e699"; } .hws-tennis-ball2:before { content: "\e6a2"; } .hws-tennis-racket:before { content: "\e6a9"; } .hws-thermometer:before { content: "\e70a"; } .hws-thermometer-full:before { content: "\e70f"; } .hws-thermometer-half:before { content: "\e70d"; } .hws-thermometer-low:before { content: "\e70b"; } .hws-thermometer-quarter:before { content: "\e70c"; } .hws-thermometer-three-quarters:before { content: "\e70e"; } .hws-three-fingers:before { content: "\e772"; } .hws-three-fingers-double-tap:before { content: "\e760"; } .hws-three-fingers-double-tap2:before { content: "\e773"; } .hws-three-fingers-swipe-down:before { content: "\e771"; } .hws-three-fingers-swipe-left:before { content: "\e76e"; } .hws-three-fingers-swipe-right:before { content: "\e76f"; } .hws-three-fingers-swipe-up:before { content: "\e770"; } .hws-thumb-down:before { content: "\e758"; } .hws-thumb-down2:before { content: "\e75a"; } .hws-thumb-finger-tap:before { content: "\e76c"; } .hws-thumb-up:before { content: "\e757"; } .hws-thumb-up2:before { content: "\e759"; } .hws-tornado:before { content: "\e702"; } .hws-trash-can:before { content: "\e619"; } .hws-trash-can2:before { content: "\e61a"; } .hws-trophy:before { content: "\e6a3"; } .hws-trophy2:before { content: "\e6a5"; } .hws-trophy-one:before { content: "\e6a4"; } .hws-two-fingers:before { content: "\e75f"; } .hws-two-fingers-double-tap:before { content: "\e77e"; } .hws-two-fingers-resize-in:before { content: "\e762"; } .hws-two-fingers-resize-out:before { content: "\e761"; } .hws-two-fingers-rotate:before { content: "\e763"; } .hws-two-fingers-swipe-down:before { content: "\e75e"; } .hws-two-fingers-swipe-down2:before { content: "\e776"; } .hws-two-fingers-swipe-left:before { content: "\e75b"; } .hws-two-fingers-swipe-left2:before { content: "\e778"; } .hws-two-fingers-swipe-right:before { content: "\e75c"; } .hws-two-fingers-swipe-right2:before { content: "\e777"; } .hws-two-fingers-swipe-up:before { content: "\e75d"; } .hws-two-fingers-swipe-up2:before { content: "\e774"; } .hws-two-fingers-tap:before { content: "\e77f"; } .hws-umbrella:before { content: "\e6eb"; } .hws-unamused-face-tightly-closed-eyes:before { content: "\e73b"; } .hws-volleyball:before { content: "\e6ac"; } .hws-volleyball-water:before { content: "\e6bd"; } .hws-warning:before { content: "\e705"; } .hws-weights:before { content: "\e6a8"; } .hws-whistle:before { content: "\e6bc"; } .hws-wind:before { content: "\e6f3"; } .hws-wind-turbine:before { content: "\e711"; } .hws-winking-face:before { content: "\e71c"; } .hws-winking-face2:before { content: "\e72a"; } .hws-worried-face:before { content: "\e729"; } .hws-worried-face-eyebrows:before { content: "\e730"; } .hws-worried-face-teeth:before { content: "\e736"; } .hws-zip:before { content: "\e66c"; } ================================================ FILE: icon-packs/ikonli-icomoon-pack/ikonli-icomoon-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-icomoon-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.icomoon { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.icomoon; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.icomoon.IcomoonIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.icomoon.IcomoonIkonProvider; } ================================================ FILE: icon-packs/ikonli-icomoon-pack/src/main/java/org/kordamp/ikonli/icomoon/Icomoon.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.icomoon; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Icomoon implements Ikon { // latest is eaea ICM_ACCESSIBILITY("icm-accessibility", '\ue9b2'), ICM_ADDRESS_BOOK("icm-address-book", '\ue944'), ICM_AID_KIT("icm-aid-kit", '\ue998'), ICM_AIRPLANE("icm-airplane", '\ue9af'), ICM_ALARM("icm-alarm", '\ue950'), ICM_AMAZON("icm-amazon", '\uea87'), ICM_ANDROID("icm-android", '\ueac0'), ICM_ANGRY("icm-angry", '\ue9ed'), ICM_ANGRY2("icm-angry2", '\ue9ee'), ICM_APPLEINC("icm-appleinc", '\ueabe'), ICM_ARROW_DOWN("icm-arrow-down", '\uea36'), ICM_ARROW_DOWN2("icm-arrow-down2", '\uea3e'), ICM_ARROW_DOWN_LEFT("icm-arrow-down-left", '\uea37'), ICM_ARROW_DOWN_LEFT2("icm-arrow-down-left2", '\uea3f'), ICM_ARROW_DOWN_RIGHT("icm-arrow-down-right", '\uea35'), ICM_ARROW_DOWN_RIGHT2("icm-arrow-down-right2", '\uea3d'), ICM_ARROW_LEFT("icm-arrow-left", '\uea38'), ICM_ARROW_LEFT2("icm-arrow-left2", '\uea40'), ICM_ARROW_RIGHT("icm-arrow-right", '\uea34'), ICM_ARROW_RIGHT2("icm-arrow-right2", '\uea3c'), ICM_ARROW_UP("icm-arrow-up", '\uea32'), ICM_ARROW_UP2("icm-arrow-up2", '\uea3a'), ICM_ARROW_UP_LEFT("icm-arrow-up-left", '\uea31'), ICM_ARROW_UP_LEFT2("icm-arrow-up-left2", '\uea39'), ICM_ARROW_UP_RIGHT("icm-arrow-up-right", '\uea33'), ICM_ARROW_UP_RIGHT2("icm-arrow-up-right2", '\uea3b'), ICM_ATTACHMENT("icm-attachment", '\ue9cd'), ICM_BACKWARD("icm-backward", '\uea1a'), ICM_BACKWARD2("icm-backward2", '\uea1f'), ICM_BAFFLED("icm-baffled", '\ue9f3'), ICM_BAFFLED2("icm-baffled2", '\ue9f4'), ICM_BARCODE("icm-barcode", '\ue937'), ICM_BASECAMP("icm-basecamp", '\ueab2'), ICM_BEHANCE("icm-behance", '\ueaa8'), ICM_BEHANCE2("icm-behance2", '\ueaa9'), ICM_BELL("icm-bell", '\ue951'), ICM_BIN("icm-bin", '\ue9ac'), ICM_BIN2("icm-bin2", '\ue9ad'), ICM_BINOCULARS("icm-binoculars", '\ue985'), ICM_BLOCKED("icm-blocked", '\uea0e'), ICM_BLOG("icm-blog", '\ue909'), ICM_BLOGGER("icm-blogger", '\ueab7'), ICM_BLOGGER2("icm-blogger2", '\ueab8'), ICM_BOLD("icm-bold", '\uea62'), ICM_BOOK("icm-book", '\ue91f'), ICM_BOOKMARK("icm-bookmark", '\ue9d2'), ICM_BOOKMARKS("icm-bookmarks", '\ue9d3'), ICM_BOOKS("icm-books", '\ue920'), ICM_BOX_ADD("icm-box-add", '\ue95e'), ICM_BOX_REMOVE("icm-box-remove", '\ue95f'), ICM_BRIEFCASE("icm-briefcase", '\ue9ae'), ICM_BRIGHTNESS_CONTRAST("icm-brightness-contrast", '\ue9d6'), ICM_BUBBLE("icm-bubble", '\ue96b'), ICM_BUBBLE2("icm-bubble2", '\ue96e'), ICM_BUBBLES("icm-bubbles", '\ue96c'), ICM_BUBBLES2("icm-bubbles2", '\ue96d'), ICM_BUBBLES3("icm-bubbles3", '\ue96f'), ICM_BUBBLES4("icm-bubbles4", '\ue970'), ICM_BUG("icm-bug", '\ue999'), ICM_BULLHORN("icm-bullhorn", '\ue91a'), ICM_CALCULATOR("icm-calculator", '\ue940'), ICM_CALENDAR("icm-calendar", '\ue953'), ICM_CAMERA("icm-camera", '\ue90f'), ICM_CANCEL_CIRCLE("icm-cancel-circle", '\uea0d'), ICM_CART("icm-cart", '\ue93a'), ICM_CHECKBOX_CHECKED("icm-checkbox-checked", '\uea52'), ICM_CHECKBOX_UNCHECKED("icm-checkbox-unchecked", '\uea53'), ICM_CHECKMARK("icm-checkmark", '\uea10'), ICM_CHECKMARK2("icm-checkmark2", '\uea11'), ICM_CHROME("icm-chrome", '\uead9'), ICM_CIRCLE_DOWN("icm-circle-down", '\uea43'), ICM_CIRCLE_LEFT("icm-circle-left", '\uea44'), ICM_CIRCLE_RIGHT("icm-circle-right", '\uea42'), ICM_CIRCLE_UP("icm-circle-up", '\uea41'), ICM_CLEAR_FORMATTING("icm-clear-formatting", '\uea6f'), ICM_CLIPBOARD("icm-clipboard", '\ue9b8'), ICM_CLOCK("icm-clock", '\ue94e'), ICM_CLOCK2("icm-clock2", '\ue94f'), ICM_CLOUD("icm-cloud", '\ue9c1'), ICM_CLOUD_CHECK("icm-cloud-check", '\ue9c4'), ICM_CLOUD_DOWNLOAD("icm-cloud-download", '\ue9c2'), ICM_CLOUD_UPLOAD("icm-cloud-upload", '\ue9c3'), ICM_CLUBS("icm-clubs", '\ue918'), ICM_CODEPEN("icm-codepen", '\ueae8'), ICM_COG("icm-cog", '\ue994'), ICM_COGS("icm-cogs", '\ue995'), ICM_COIN_DOLLAR("icm-coin-dollar", '\ue93b'), ICM_COIN_EURO("icm-coin-euro", '\ue93c'), ICM_COIN_POUND("icm-coin-pound", '\ue93d'), ICM_COIN_YEN("icm-coin-yen", '\ue93e'), ICM_COMMAND("icm-command", '\uea4e'), ICM_COMPASS("icm-compass", '\ue949'), ICM_COMPASS2("icm-compass2", '\ue94a'), ICM_CONFUSED("icm-confused", '\ue9f5'), ICM_CONFUSED2("icm-confused2", '\ue9f6'), ICM_CONNECTION("icm-connection", '\ue91b'), ICM_CONTRAST("icm-contrast", '\ue9d5'), ICM_COOL("icm-cool", '\ue9eb'), ICM_COOL2("icm-cool2", '\ue9ec'), ICM_COPY("icm-copy", '\ue92c'), ICM_CREDIT_CARD("icm-credit-card", '\ue93f'), ICM_CROP("icm-crop", '\uea57'), ICM_CROSS("icm-cross", '\uea0f'), ICM_CRYING("icm-crying", '\uea01'), ICM_CRYING2("icm-crying2", '\uea02'), ICM_CSS3("icm-css3", '\ueae6'), ICM_CTRL("icm-ctrl", '\uea50'), ICM_DATABASE("icm-database", '\ue964'), ICM_DELICIOUS("icm-delicious", '\ueacd'), ICM_DEVIANTART("icm-deviantart", '\ueaaa'), ICM_DIAMONDS("icm-diamonds", '\ue919'), ICM_DICE("icm-dice", '\ue915'), ICM_DISPLAY("icm-display", '\ue956'), ICM_DOWNLOAD("icm-download", '\ue960'), ICM_DOWNLOAD2("icm-download2", '\ue9c5'), ICM_DOWNLOAD3("icm-download3", '\ue9c7'), ICM_DRAWER("icm-drawer", '\ue95c'), ICM_DRAWER2("icm-drawer2", '\ue95d'), ICM_DRIBBBLE("icm-dribbble", '\ueaa7'), ICM_DRIVE("icm-drive", '\ue963'), ICM_DROPBOX("icm-dropbox", '\ueaae'), ICM_DROPLET("icm-droplet", '\ue90b'), ICM_EARTH("icm-earth", '\ue9ca'), ICM_EDGE("icm-edge", '\ueadc'), ICM_EJECT("icm-eject", '\uea25'), ICM_ELLO("icm-ello", '\ueab6'), ICM_EMBED("icm-embed", '\uea7f'), ICM_EMBED2("icm-embed2", '\uea80'), ICM_ENLARGE("icm-enlarge", '\ue989'), ICM_ENLARGE2("icm-enlarge2", '\ue98b'), ICM_ENTER("icm-enter", '\uea13'), ICM_ENVELOP("icm-envelop", '\ue945'), ICM_EQUALIZER("icm-equalizer", '\ue992'), ICM_EQUALIZER2("icm-equalizer2", '\ue993'), ICM_EVIL("icm-evil", '\ue9ef'), ICM_EVIL2("icm-evil2", '\ue9f0'), ICM_EXIT("icm-exit", '\uea14'), ICM_EYE("icm-eye", '\ue9ce'), ICM_EYEDROPPER("icm-eyedropper", '\ue90a'), ICM_EYE_BLOCKED("icm-eye-blocked", '\ue9d1'), ICM_EYE_MINUS("icm-eye-minus", '\ue9d0'), ICM_EYE_PLUS("icm-eye-plus", '\ue9cf'), ICM_FACEBOOK("icm-facebook", '\uea90'), ICM_FACEBOOK2("icm-facebook2", '\uea91'), ICM_FEED("icm-feed", '\ue91d'), ICM_FILES_EMPTY("icm-files-empty", '\ue925'), ICM_FILE_EMPTY("icm-file-empty", '\ue924'), ICM_FILE_EXCEL("icm-file-excel", '\ueae2'), ICM_FILE_MUSIC("icm-file-music", '\ue928'), ICM_FILE_OPENOFFICE("icm-file-openoffice", '\ueae0'), ICM_FILE_PDF("icm-file-pdf", '\ueadf'), ICM_FILE_PICTURE("icm-file-picture", '\ue927'), ICM_FILE_PLAY("icm-file-play", '\ue929'), ICM_FILE_TEXT("icm-file-text", '\ue922'), ICM_FILE_TEXT2("icm-file-text2", '\ue926'), ICM_FILE_VIDEO("icm-file-video", '\ue92a'), ICM_FILE_WORD("icm-file-word", '\ueae1'), ICM_FILE_ZIP("icm-file-zip", '\ue92b'), ICM_FILM("icm-film", '\ue913'), ICM_FILTER("icm-filter", '\uea5b'), ICM_FINDER("icm-finder", '\ueabf'), ICM_FIRE("icm-fire", '\ue9a9'), ICM_FIREFOX("icm-firefox", '\ueada'), ICM_FIRST("icm-first", '\uea21'), ICM_FLAG("icm-flag", '\ue9cc'), ICM_FLATTR("icm-flattr", '\uead5'), ICM_FLICKR("icm-flickr", '\ueaa3'), ICM_FLICKR2("icm-flickr2", '\ueaa4'), ICM_FLICKR3("icm-flickr3", '\ueaa5'), ICM_FLICKR4("icm-flickr4", '\ueaa6'), ICM_FLOPPY_DISK("icm-floppy-disk", '\ue962'), ICM_FOLDER("icm-folder", '\ue92f'), ICM_FOLDER_DOWNLOAD("icm-folder-download", '\ue933'), ICM_FOLDER_MINUS("icm-folder-minus", '\ue932'), ICM_FOLDER_OPEN("icm-folder-open", '\ue930'), ICM_FOLDER_PLUS("icm-folder-plus", '\ue931'), ICM_FOLDER_UPLOAD("icm-folder-upload", '\ue934'), ICM_FONT("icm-font", '\uea5c'), ICM_FONT_SIZE("icm-font-size", '\uea61'), ICM_FORWARD("icm-forward", '\ue969'), ICM_FORWARD2("icm-forward2", '\uea1b'), ICM_FORWARD3("icm-forward3", '\uea20'), ICM_FOURSQUARE("icm-foursquare", '\uead6'), ICM_FRUSTRATED("icm-frustrated", '\ue9ff'), ICM_FRUSTRATED2("icm-frustrated2", '\uea00'), ICM_GIFT("icm-gift", '\ue99f'), ICM_GIT("icm-git", '\ueae7'), ICM_GITHUB("icm-github", '\ueab0'), ICM_GLASS("icm-glass", '\ue9a0'), ICM_GLASS2("icm-glass2", '\ue9a1'), ICM_GOOGLE("icm-google", '\uea88'), ICM_GOOGLE2("icm-google2", '\uea89'), ICM_GOOGLE3("icm-google3", '\uea8a'), ICM_GOOGLE_DRIVE("icm-google-drive", '\uea8f'), ICM_GOOGLE_PLUS("icm-google-plus", '\uea8b'), ICM_GOOGLE_PLUS2("icm-google-plus2", '\uea8c'), ICM_GOOGLE_PLUS3("icm-google-plus3", '\uea8d'), ICM_GRIN("icm-grin", '\ue9e9'), ICM_GRIN2("icm-grin2", '\ue9ea'), ICM_HACKERNEWS("icm-hackernews", '\ueac7'), ICM_HAMMER("icm-hammer", '\ue996'), ICM_HAMMER2("icm-hammer2", '\ue9a8'), ICM_HANGOUTS("icm-hangouts", '\uea8e'), ICM_HAPPY("icm-happy", '\ue9df'), ICM_HAPPY2("icm-happy2", '\ue9e0'), ICM_HEADPHONES("icm-headphones", '\ue910'), ICM_HEART("icm-heart", '\ue9da'), ICM_HEART_BROKEN("icm-heart-broken", '\ue9db'), ICM_HIPSTER("icm-hipster", '\ue9f9'), ICM_HIPSTER2("icm-hipster2", '\ue9fa'), ICM_HISTORY("icm-history", '\ue94d'), ICM_HOME("icm-home", '\ue900'), ICM_HOME2("icm-home2", '\ue901'), ICM_HOME3("icm-home3", '\ue902'), ICM_HOUR_GLASS("icm-hour-glass", '\ue979'), ICM_HTML_FIVE("icm-html-five", '\ueae4'), ICM_HTML_FIVE2("icm-html-five2", '\ueae5'), ICM_ICOMOON("icm-icomoon", '\ueaea'), ICM_IE("icm-ie", '\ueadb'), ICM_IMAGE("icm-image", '\ue90d'), ICM_IMAGES("icm-images", '\ue90e'), ICM_INDENT_DECREASE("icm-indent-decrease", '\uea7c'), ICM_INDENT_INCREASE("icm-indent-increase", '\uea7b'), ICM_INFINITE("icm-infinite", '\uea2f'), ICM_INFO("icm-info", '\uea0c'), ICM_INSERT_TEMPLATE("icm-insert-template", '\uea72'), ICM_INSTAGRAM("icm-instagram", '\uea92'), ICM_ITALIC("icm-italic", '\uea64'), ICM_JOOMLA("icm-joomla", '\ueab5'), ICM_KEY("icm-key", '\ue98d'), ICM_KEY2("icm-key2", '\ue98e'), ICM_KEYBOARD("icm-keyboard", '\ue955'), ICM_LAB("icm-lab", '\ue9aa'), ICM_LANYRD("icm-lanyrd", '\ueaa2'), ICM_LAPTOP("icm-laptop", '\ue957'), ICM_LAST("icm-last", '\uea22'), ICM_LASTFM("icm-lastfm", '\ueacb'), ICM_LASTFM2("icm-lastfm2", '\ueacc'), ICM_LEAF("icm-leaf", '\ue9a4'), ICM_LIBRARY("icm-library", '\ue921'), ICM_LIBREOFFICE("icm-libreoffice", '\ueae3'), ICM_LIFEBUOY("icm-lifebuoy", '\ue941'), ICM_LIGATURE("icm-ligature", '\uea5d'), ICM_LIGATURE2("icm-ligature2", '\uea5e'), ICM_LINK("icm-link", '\ue9cb'), ICM_LINKEDIN("icm-linkedin", '\ueac9'), ICM_LINKEDIN2("icm-linkedin2", '\ueaca'), ICM_LIST("icm-list", '\ue9ba'), ICM_LIST2("icm-list2", '\ue9bb'), ICM_LIST_NUMBERED("icm-list-numbered", '\ue9b9'), ICM_LOCATION("icm-location", '\ue947'), ICM_LOCATION2("icm-location2", '\ue948'), ICM_LOCK("icm-lock", '\ue98f'), ICM_LOOP("icm-loop", '\uea2d'), ICM_LOOP2("icm-loop2", '\uea2e'), ICM_LTR("icm-ltr", '\uea74'), ICM_MAGIC_WAND("icm-magic-wand", '\ue997'), ICM_MAGNET("icm-magnet", '\ue9ab'), ICM_MAIL("icm-mail", '\uea83'), ICM_MAIL2("icm-mail2", '\uea84'), ICM_MAIL3("icm-mail3", '\uea85'), ICM_MAIL4("icm-mail4", '\uea86'), ICM_MAKE_GROUP("icm-make-group", '\uea58'), ICM_MAN("icm-man", '\ue9dc'), ICM_MAN_WOMAN("icm-man-woman", '\ue9de'), ICM_MAP("icm-map", '\ue94b'), ICM_MAP2("icm-map2", '\ue94c'), ICM_MENU("icm-menu", '\ue9bd'), ICM_MENU2("icm-menu2", '\ue9be'), ICM_MENU3("icm-menu3", '\ue9bf'), ICM_MENU4("icm-menu4", '\ue9c0'), ICM_METER("icm-meter", '\ue9a6'), ICM_METER2("icm-meter2", '\ue9a7'), ICM_MIC("icm-mic", '\ue91e'), ICM_MINUS("icm-minus", '\uea0b'), ICM_MOBILE("icm-mobile", '\ue958'), ICM_MOBILE2("icm-mobile2", '\ue959'), ICM_MOVE_DOWN("icm-move-down", '\uea47'), ICM_MOVE_UP("icm-move-up", '\uea46'), ICM_MUG("icm-mug", '\ue9a2'), ICM_MUSIC("icm-music", '\ue911'), ICM_NEUTRAL("icm-neutral", '\ue9f7'), ICM_NEUTRAL2("icm-neutral2", '\ue9f8'), ICM_NEWSPAPER("icm-newspaper", '\ue904'), ICM_NEW_TAB("icm-new-tab", '\uea7e'), ICM_NEXT("icm-next", '\uea19'), ICM_NEXT2("icm-next2", '\uea24'), ICM_NOTIFICATION("icm-notification", '\uea08'), ICM_NPM("icm-npm", '\ueab1'), ICM_OFFICE("icm-office", '\ue903'), ICM_OMEGA("icm-omega", '\uea66'), ICM_ONEDRIVE("icm-onedrive", '\ueaaf'), ICM_OPERA("icm-opera", '\ueade'), ICM_OPT("icm-opt", '\uea51'), ICM_PACMAN("icm-pacman", '\ue916'), ICM_PAGEBREAK("icm-pagebreak", '\uea6e'), ICM_PAGE_BREAK("icm-page-break", '\uea68'), ICM_PAINT_FORMAT("icm-paint-format", '\ue90c'), ICM_PARAGRAPH_CENTER("icm-paragraph-center", '\uea78'), ICM_PARAGRAPH_JUSTIFY("icm-paragraph-justify", '\uea7a'), ICM_PARAGRAPH_LEFT("icm-paragraph-left", '\uea77'), ICM_PARAGRAPH_RIGHT("icm-paragraph-right", '\uea79'), ICM_PASTE("icm-paste", '\ue92d'), ICM_PAUSE("icm-pause", '\uea16'), ICM_PAUSE2("icm-pause2", '\uea1d'), ICM_PAYPAL("icm-paypal", '\uead8'), ICM_PEN("icm-pen", '\ue908'), ICM_PENCIL("icm-pencil", '\ue905'), ICM_PENCIL2("icm-pencil2", '\ue906'), ICM_PHONE("icm-phone", '\ue942'), ICM_PHONE_HANG_UP("icm-phone-hang-up", '\ue943'), ICM_PIE_CHART("icm-pie-chart", '\ue99a'), ICM_PILCROW("icm-pilcrow", '\uea73'), ICM_PINTEREST("icm-pinterest", '\uead1'), ICM_PINTEREST2("icm-pinterest2", '\uead2'), ICM_PLAY("icm-play", '\ue912'), ICM_PLAY2("icm-play2", '\uea15'), ICM_PLAY3("icm-play3", '\uea1c'), ICM_PLUS("icm-plus", '\uea0a'), ICM_PODCAST("icm-podcast", '\ue91c'), ICM_POINT_DOWN("icm-point-down", '\uea05'), ICM_POINT_LEFT("icm-point-left", '\uea06'), ICM_POINT_RIGHT("icm-point-right", '\uea04'), ICM_POINT_UP("icm-point-up", '\uea03'), ICM_POWER("icm-power", '\ue9b5'), ICM_POWER_CORD("icm-power-cord", '\ue9b7'), ICM_PREVIOUS("icm-previous", '\uea18'), ICM_PREVIOUS2("icm-previous2", '\uea23'), ICM_PRICE_TAG("icm-price-tag", '\ue935'), ICM_PRICE_TAGS("icm-price-tags", '\ue936'), ICM_PRINTER("icm-printer", '\ue954'), ICM_PROFILE("icm-profile", '\ue923'), ICM_PUSHPIN("icm-pushpin", '\ue946'), ICM_QRCODE("icm-qrcode", '\ue938'), ICM_QUESTION("icm-question", '\uea09'), ICM_QUILL("icm-quill", '\ue907'), ICM_QUOTES_LEFT("icm-quotes-left", '\ue977'), ICM_QUOTES_RIGHT("icm-quotes-right", '\ue978'), ICM_RADIO_CHECKED("icm-radio-checked", '\uea54'), ICM_RADIO_CHECKED2("icm-radio-checked2", '\uea55'), ICM_RADIO_UNCHECKED("icm-radio-unchecked", '\uea56'), ICM_REDDIT("icm-reddit", '\ueac6'), ICM_REDO("icm-redo", '\ue966'), ICM_REDO2("icm-redo2", '\ue968'), ICM_RENREN("icm-renren", '\uea99'), ICM_REPLY("icm-reply", '\ue96a'), ICM_ROAD("icm-road", '\ue9b1'), ICM_ROCKET("icm-rocket", '\ue9a5'), ICM_RSS("icm-rss", '\uea9b'), ICM_RSS2("icm-rss2", '\uea9c'), ICM_RTL("icm-rtl", '\uea75'), ICM_S500PX("icm-s500px", '\ueaab'), ICM_SAD("icm-sad", '\ue9e5'), ICM_SAD2("icm-sad2", '\ue9e6'), ICM_SAFARI("icm-safari", '\ueadd'), ICM_SCISSORS("icm-scissors", '\uea5a'), ICM_SEARCH("icm-search", '\ue986'), ICM_SECTION("icm-section", '\uea76'), ICM_SHARE("icm-share", '\uea7d'), ICM_SHARE2("icm-share2", '\uea82'), ICM_SHIELD("icm-shield", '\ue9b4'), ICM_SHIFT("icm-shift", '\uea4f'), ICM_SHOCKED("icm-shocked", '\ue9f1'), ICM_SHOCKED2("icm-shocked2", '\ue9f2'), ICM_SHRINK("icm-shrink", '\ue98a'), ICM_SHRINK2("icm-shrink2", '\ue98c'), ICM_SHUFFLE("icm-shuffle", '\uea30'), ICM_SIGMA("icm-sigma", '\uea67'), ICM_SINA_WEIBO("icm-sina-weibo", '\uea9a'), ICM_SKYPE("icm-skype", '\ueac5'), ICM_SLEEPY("icm-sleepy", '\ue9fd'), ICM_SLEEPY2("icm-sleepy2", '\ue9fe'), ICM_SMILE("icm-smile", '\ue9e1'), ICM_SMILE2("icm-smile2", '\ue9e2'), ICM_SORT_ALPHA_ASC("icm-sort-alpha-asc", '\uea48'), ICM_SORT_ALPHA_DESC("icm-sort-alpha-desc", '\uea49'), ICM_SORT_AMOUNT_ASC("icm-sort-amount-asc", '\uea4c'), ICM_SORT_AMOUNT_DESC("icm-sort-amount-desc", '\uea4d'), ICM_SORT_NUMBERIC_DESC("icm-sort-numberic-desc", '\uea4b'), ICM_SORT_NUMERIC_ASC("icm-sort-numeric-asc", '\uea4a'), ICM_SOUNDCLOUD("icm-soundcloud", '\ueac3'), ICM_SOUNDCLOUD2("icm-soundcloud2", '\ueac4'), ICM_SPADES("icm-spades", '\ue917'), ICM_SPELL_CHECK("icm-spell-check", '\uea12'), ICM_SPHERE("icm-sphere", '\ue9c9'), ICM_SPINNER("icm-spinner", '\ue97a'), ICM_SPINNER10("icm-spinner10", '\ue983'), ICM_SPINNER11("icm-spinner11", '\ue984'), ICM_SPINNER2("icm-spinner2", '\ue97b'), ICM_SPINNER3("icm-spinner3", '\ue97c'), ICM_SPINNER4("icm-spinner4", '\ue97d'), ICM_SPINNER5("icm-spinner5", '\ue97e'), ICM_SPINNER6("icm-spinner6", '\ue97f'), ICM_SPINNER7("icm-spinner7", '\ue980'), ICM_SPINNER8("icm-spinner8", '\ue981'), ICM_SPINNER9("icm-spinner9", '\ue982'), ICM_SPOON_KNIFE("icm-spoon-knife", '\ue9a3'), ICM_SPOTIFY("icm-spotify", '\uea94'), ICM_STACK("icm-stack", '\ue92e'), ICM_STACKOVERFLOW("icm-stackoverflow", '\uead0'), ICM_STAR_EMPTY("icm-star-empty", '\ue9d7'), ICM_STAR_FULL("icm-star-full", '\ue9d9'), ICM_STAR_HALF("icm-star-half", '\ue9d8'), ICM_STATS_BARS("icm-stats-bars", '\ue99c'), ICM_STATS_BARS2("icm-stats-bars2", '\ue99d'), ICM_STATS_DOTS("icm-stats-dots", '\ue99b'), ICM_STEAM("icm-steam", '\ueaac'), ICM_STEAM2("icm-steam2", '\ueaad'), ICM_STOP("icm-stop", '\uea17'), ICM_STOP2("icm-stop2", '\uea1e'), ICM_STOPWATCH("icm-stopwatch", '\ue952'), ICM_STRIKETHROUGH("icm-strikethrough", '\uea65'), ICM_STUMBLEUPON("icm-stumbleupon", '\ueace'), ICM_STUMBLEUPON2("icm-stumbleupon2", '\ueacf'), ICM_SUBSCRIPT("icm-subscript", '\uea6a'), ICM_SUBSCRIPT2("icm-subscript2", '\uea6c'), ICM_SUN("icm-sun", '\ue9d4'), ICM_SUPERSCRIPT("icm-superscript", '\uea69'), ICM_SUPERSCRIPT2("icm-superscript2", '\uea6b'), ICM_SVG("icm-svg", '\ueae9'), ICM_SWITCH("icm-switch", '\ue9b6'), ICM_TAB("icm-tab", '\uea45'), ICM_TABLE("icm-table", '\uea70'), ICM_TABLE2("icm-table2", '\uea71'), ICM_TABLET("icm-tablet", '\ue95a'), ICM_TARGET("icm-target", '\ue9b3'), ICM_TELEGRAM("icm-telegram", '\uea95'), ICM_TERMINAL("icm-terminal", '\uea81'), ICM_TEXT_COLOR("icm-text-color", '\uea6d'), ICM_TEXT_HEIGHT("icm-text-height", '\uea5f'), ICM_TEXT_WIDTH("icm-text-width", '\uea60'), ICM_TICKET("icm-ticket", '\ue939'), ICM_TONGUE("icm-tongue", '\ue9e3'), ICM_TONGUE2("icm-tongue2", '\ue9e4'), ICM_TREE("icm-tree", '\ue9bc'), ICM_TRELLO("icm-trello", '\ueab3'), ICM_TROPHY("icm-trophy", '\ue99e'), ICM_TRUCK("icm-truck", '\ue9b0'), ICM_TUMBLR("icm-tumblr", '\ueab9'), ICM_TUMBLR2("icm-tumblr2", '\ueaba'), ICM_TUX("icm-tux", '\ueabd'), ICM_TV("icm-tv", '\ue95b'), ICM_TWITCH("icm-twitch", '\uea9f'), ICM_TWITTER("icm-twitter", '\uea96'), ICM_UNDERLINE("icm-underline", '\uea63'), ICM_UNDO("icm-undo", '\ue965'), ICM_UNDO2("icm-undo2", '\ue967'), ICM_UNGROUP("icm-ungroup", '\uea59'), ICM_UNLOCKED("icm-unlocked", '\ue990'), ICM_UPLOAD("icm-upload", '\ue961'), ICM_UPLOAD2("icm-upload2", '\ue9c6'), ICM_UPLOAD3("icm-upload3", '\ue9c8'), ICM_USER("icm-user", '\ue971'), ICM_USERS("icm-users", '\ue972'), ICM_USER_CHECK("icm-user-check", '\ue975'), ICM_USER_MINUS("icm-user-minus", '\ue974'), ICM_USER_PLUS("icm-user-plus", '\ue973'), ICM_USER_TIE("icm-user-tie", '\ue976'), ICM_VIDEO_CAMERA("icm-video-camera", '\ue914'), ICM_VIMEO("icm-vimeo", '\ueaa0'), ICM_VIMEO2("icm-vimeo2", '\ueaa1'), ICM_VINE("icm-vine", '\uea97'), ICM_VK("icm-vk", '\uea98'), ICM_VOLUME_DECREASE("icm-volume-decrease", '\uea2c'), ICM_VOLUME_HIGH("icm-volume-high", '\uea26'), ICM_VOLUME_INCREASE("icm-volume-increase", '\uea2b'), ICM_VOLUME_LOW("icm-volume-low", '\uea28'), ICM_VOLUME_MEDIUM("icm-volume-medium", '\uea27'), ICM_VOLUME_MUTE("icm-volume-mute", '\uea29'), ICM_VOLUME_MUTE2("icm-volume-mute2", '\uea2a'), ICM_WARNING("icm-warning", '\uea07'), ICM_WHATSAPP("icm-whatsapp", '\uea93'), ICM_WIKIPEDIA("icm-wikipedia", '\ueac8'), ICM_WINDOWS("icm-windows", '\ueac1'), ICM_WINDOWS8("icm-windows8", '\ueac2'), ICM_WINK("icm-wink", '\ue9e7'), ICM_WINK2("icm-wink2", '\ue9e8'), ICM_WOMAN("icm-woman", '\ue9dd'), ICM_WONDERING("icm-wondering", '\ue9fb'), ICM_WONDERING2("icm-wondering2", '\ue9fc'), ICM_WORDPRESS("icm-wordpress", '\ueab4'), ICM_WRENCH("icm-wrench", '\ue991'), ICM_XING("icm-xing", '\uead3'), ICM_XING2("icm-xing2", '\uead4'), ICM_YAHOO("icm-yahoo", '\ueabb'), ICM_YAHOO2("icm-yahoo2", '\ueabc'), ICM_YELP("icm-yelp", '\uead7'), ICM_YOUTUBE("icm-youtube", '\uea9d'), ICM_YOUTUBE2("icm-youtube2", '\uea9e'), ICM_ZOOM_IN("icm-zoom-in", '\ue987'), ICM_ZOOM_OUT("icm-zoom-out", '\ue988'); public static Icomoon findByDescription(String description) { for (Icomoon font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Icomoon(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-icomoon-pack/src/main/java/org/kordamp/ikonli/icomoon/IcomoonIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.icomoon; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class IcomoonIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/icomoon/0.0/fonts/icomoon.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("icm-"); } @Override public Ikon resolve(String description) { return Icomoon.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "icomoon"; } } ================================================ FILE: icon-packs/ikonli-icomoon-pack/src/main/java/org/kordamp/ikonli/icomoon/IcomoonIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.icomoon; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class IcomoonIkonProvider implements IkonProvider { @Override public Class getIkon() { return Icomoon.class; } } ================================================ FILE: icon-packs/ikonli-icomoon-pack/src/main/resources/META-INF/resources/icomoon/0.0/css/icomoon.css ================================================ @font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?hy0xsg'); src: url('../fonts/icomoon.eot?hy0xsg#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?hy0xsg') format('truetype'), url('../fonts/icomoon.woff?hy0xsg') format('woff'), url('../fonts/icomoon.svg?hy0xsg#icomoon') format('svg'); font-weight: normal; font-style: normal; } .icm:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icm-home:before { content: "\e900"; } .icm-home2:before { content: "\e901"; } .icm-home3:before { content: "\e902"; } .icm-office:before { content: "\e903"; } .icm-newspaper:before { content: "\e904"; } .icm-pencil:before { content: "\e905"; } .icm-pencil2:before { content: "\e906"; } .icm-quill:before { content: "\e907"; } .icm-pen:before { content: "\e908"; } .icm-blog:before { content: "\e909"; } .icm-eyedropper:before { content: "\e90a"; } .icm-droplet:before { content: "\e90b"; } .icm-paint-format:before { content: "\e90c"; } .icm-image:before { content: "\e90d"; } .icm-images:before { content: "\e90e"; } .icm-camera:before { content: "\e90f"; } .icm-headphones:before { content: "\e910"; } .icm-music:before { content: "\e911"; } .icm-play:before { content: "\e912"; } .icm-film:before { content: "\e913"; } .icm-video-camera:before { content: "\e914"; } .icm-dice:before { content: "\e915"; } .icm-pacman:before { content: "\e916"; } .icm-spades:before { content: "\e917"; } .icm-clubs:before { content: "\e918"; } .icm-diamonds:before { content: "\e919"; } .icm-bullhorn:before { content: "\e91a"; } .icm-connection:before { content: "\e91b"; } .icm-podcast:before { content: "\e91c"; } .icm-feed:before { content: "\e91d"; } .icm-mic:before { content: "\e91e"; } .icm-book:before { content: "\e91f"; } .icm-books:before { content: "\e920"; } .icm-library:before { content: "\e921"; } .icm-file-text:before { content: "\e922"; } .icm-profile:before { content: "\e923"; } .icm-file-empty:before { content: "\e924"; } .icm-files-empty:before { content: "\e925"; } .icm-file-text2:before { content: "\e926"; } .icm-file-picture:before { content: "\e927"; } .icm-file-music:before { content: "\e928"; } .icm-file-play:before { content: "\e929"; } .icm-file-video:before { content: "\e92a"; } .icm-file-zip:before { content: "\e92b"; } .icm-copy:before { content: "\e92c"; } .icm-paste:before { content: "\e92d"; } .icm-stack:before { content: "\e92e"; } .icm-folder:before { content: "\e92f"; } .icm-folder-open:before { content: "\e930"; } .icm-folder-plus:before { content: "\e931"; } .icm-folder-minus:before { content: "\e932"; } .icm-folder-download:before { content: "\e933"; } .icm-folder-upload:before { content: "\e934"; } .icm-price-tag:before { content: "\e935"; } .icm-price-tags:before { content: "\e936"; } .icm-barcode:before { content: "\e937"; } .icm-qrcode:before { content: "\e938"; } .icm-ticket:before { content: "\e939"; } .icm-cart:before { content: "\e93a"; } .icm-coin-dollar:before { content: "\e93b"; } .icm-coin-euro:before { content: "\e93c"; } .icm-coin-pound:before { content: "\e93d"; } .icm-coin-yen:before { content: "\e93e"; } .icm-credit-card:before { content: "\e93f"; } .icm-calculator:before { content: "\e940"; } .icm-lifebuoy:before { content: "\e941"; } .icm-phone:before { content: "\e942"; } .icm-phone-hang-up:before { content: "\e943"; } .icm-address-book:before { content: "\e944"; } .icm-envelop:before { content: "\e945"; } .icm-pushpin:before { content: "\e946"; } .icm-location:before { content: "\e947"; } .icm-location2:before { content: "\e948"; } .icm-compass:before { content: "\e949"; } .icm-compass2:before { content: "\e94a"; } .icm-map:before { content: "\e94b"; } .icm-map2:before { content: "\e94c"; } .icm-history:before { content: "\e94d"; } .icm-clock:before { content: "\e94e"; } .icm-clock2:before { content: "\e94f"; } .icm-alarm:before { content: "\e950"; } .icm-bell:before { content: "\e951"; } .icm-stopwatch:before { content: "\e952"; } .icm-calendar:before { content: "\e953"; } .icm-printer:before { content: "\e954"; } .icm-keyboard:before { content: "\e955"; } .icm-display:before { content: "\e956"; } .icm-laptop:before { content: "\e957"; } .icm-mobile:before { content: "\e958"; } .icm-mobile2:before { content: "\e959"; } .icm-tablet:before { content: "\e95a"; } .icm-tv:before { content: "\e95b"; } .icm-drawer:before { content: "\e95c"; } .icm-drawer2:before { content: "\e95d"; } .icm-box-add:before { content: "\e95e"; } .icm-box-remove:before { content: "\e95f"; } .icm-download:before { content: "\e960"; } .icm-upload:before { content: "\e961"; } .icm-floppy-disk:before { content: "\e962"; } .icm-drive:before { content: "\e963"; } .icm-database:before { content: "\e964"; } .icm-undo:before { content: "\e965"; } .icm-redo:before { content: "\e966"; } .icm-undo2:before { content: "\e967"; } .icm-redo2:before { content: "\e968"; } .icm-forward:before { content: "\e969"; } .icm-reply:before { content: "\e96a"; } .icm-bubble:before { content: "\e96b"; } .icm-bubbles:before { content: "\e96c"; } .icm-bubbles2:before { content: "\e96d"; } .icm-bubble2:before { content: "\e96e"; } .icm-bubbles3:before { content: "\e96f"; } .icm-bubbles4:before { content: "\e970"; } .icm-user:before { content: "\e971"; } .icm-users:before { content: "\e972"; } .icm-user-plus:before { content: "\e973"; } .icm-user-minus:before { content: "\e974"; } .icm-user-check:before { content: "\e975"; } .icm-user-tie:before { content: "\e976"; } .icm-quotes-left:before { content: "\e977"; } .icm-quotes-right:before { content: "\e978"; } .icm-hour-glass:before { content: "\e979"; } .icm-spinner:before { content: "\e97a"; } .icm-spinner2:before { content: "\e97b"; } .icm-spinner3:before { content: "\e97c"; } .icm-spinner4:before { content: "\e97d"; } .icm-spinner5:before { content: "\e97e"; } .icm-spinner6:before { content: "\e97f"; } .icm-spinner7:before { content: "\e980"; } .icm-spinner8:before { content: "\e981"; } .icm-spinner9:before { content: "\e982"; } .icm-spinner10:before { content: "\e983"; } .icm-spinner11:before { content: "\e984"; } .icm-binoculars:before { content: "\e985"; } .icm-search:before { content: "\e986"; } .icm-zoom-in:before { content: "\e987"; } .icm-zoom-out:before { content: "\e988"; } .icm-enlarge:before { content: "\e989"; } .icm-shrink:before { content: "\e98a"; } .icm-enlarge2:before { content: "\e98b"; } .icm-shrink2:before { content: "\e98c"; } .icm-key:before { content: "\e98d"; } .icm-key2:before { content: "\e98e"; } .icm-lock:before { content: "\e98f"; } .icm-unlocked:before { content: "\e990"; } .icm-wrench:before { content: "\e991"; } .icm-equalizer:before { content: "\e992"; } .icm-equalizer2:before { content: "\e993"; } .icm-cog:before { content: "\e994"; } .icm-cogs:before { content: "\e995"; } .icm-hammer:before { content: "\e996"; } .icm-magic-wand:before { content: "\e997"; } .icm-aid-kit:before { content: "\e998"; } .icm-bug:before { content: "\e999"; } .icm-pie-chart:before { content: "\e99a"; } .icm-stats-dots:before { content: "\e99b"; } .icm-stats-bars:before { content: "\e99c"; } .icm-stats-bars2:before { content: "\e99d"; } .icm-trophy:before { content: "\e99e"; } .icm-gift:before { content: "\e99f"; } .icm-glass:before { content: "\e9a0"; } .icm-glass2:before { content: "\e9a1"; } .icm-mug:before { content: "\e9a2"; } .icm-spoon-knife:before { content: "\e9a3"; } .icm-leaf:before { content: "\e9a4"; } .icm-rocket:before { content: "\e9a5"; } .icm-meter:before { content: "\e9a6"; } .icm-meter2:before { content: "\e9a7"; } .icm-hammer2:before { content: "\e9a8"; } .icm-fire:before { content: "\e9a9"; } .icm-lab:before { content: "\e9aa"; } .icm-magnet:before { content: "\e9ab"; } .icm-bin:before { content: "\e9ac"; } .icm-bin2:before { content: "\e9ad"; } .icm-briefcase:before { content: "\e9ae"; } .icm-airplane:before { content: "\e9af"; } .icm-truck:before { content: "\e9b0"; } .icm-road:before { content: "\e9b1"; } .icm-accessibility:before { content: "\e9b2"; } .icm-target:before { content: "\e9b3"; } .icm-shield:before { content: "\e9b4"; } .icm-power:before { content: "\e9b5"; } .icm-switch:before { content: "\e9b6"; } .icm-power-cord:before { content: "\e9b7"; } .icm-clipboard:before { content: "\e9b8"; } .icm-list-numbered:before { content: "\e9b9"; } .icm-list:before { content: "\e9ba"; } .icm-list2:before { content: "\e9bb"; } .icm-tree:before { content: "\e9bc"; } .icm-menu:before { content: "\e9bd"; } .icm-menu2:before { content: "\e9be"; } .icm-menu3:before { content: "\e9bf"; } .icm-menu4:before { content: "\e9c0"; } .icm-cloud:before { content: "\e9c1"; } .icm-cloud-download:before { content: "\e9c2"; } .icm-cloud-upload:before { content: "\e9c3"; } .icm-cloud-check:before { content: "\e9c4"; } .icm-download2:before { content: "\e9c5"; } .icm-upload2:before { content: "\e9c6"; } .icm-download3:before { content: "\e9c7"; } .icm-upload3:before { content: "\e9c8"; } .icm-sphere:before { content: "\e9c9"; } .icm-earth:before { content: "\e9ca"; } .icm-link:before { content: "\e9cb"; } .icm-flag:before { content: "\e9cc"; } .icm-attachment:before { content: "\e9cd"; } .icm-eye:before { content: "\e9ce"; } .icm-eye-plus:before { content: "\e9cf"; } .icm-eye-minus:before { content: "\e9d0"; } .icm-eye-blocked:before { content: "\e9d1"; } .icm-bookmark:before { content: "\e9d2"; } .icm-bookmarks:before { content: "\e9d3"; } .icm-sun:before { content: "\e9d4"; } .icm-contrast:before { content: "\e9d5"; } .icm-brightness-contrast:before { content: "\e9d6"; } .icm-star-empty:before { content: "\e9d7"; } .icm-star-half:before { content: "\e9d8"; } .icm-star-full:before { content: "\e9d9"; } .icm-heart:before { content: "\e9da"; } .icm-heart-broken:before { content: "\e9db"; } .icm-man:before { content: "\e9dc"; } .icm-woman:before { content: "\e9dd"; } .icm-man-woman:before { content: "\e9de"; } .icm-happy:before { content: "\e9df"; } .icm-happy2:before { content: "\e9e0"; } .icm-smile:before { content: "\e9e1"; } .icm-smile2:before { content: "\e9e2"; } .icm-tongue:before { content: "\e9e3"; } .icm-tongue2:before { content: "\e9e4"; } .icm-sad:before { content: "\e9e5"; } .icm-sad2:before { content: "\e9e6"; } .icm-wink:before { content: "\e9e7"; } .icm-wink2:before { content: "\e9e8"; } .icm-grin:before { content: "\e9e9"; } .icm-grin2:before { content: "\e9ea"; } .icm-cool:before { content: "\e9eb"; } .icm-cool2:before { content: "\e9ec"; } .icm-angry:before { content: "\e9ed"; } .icm-angry2:before { content: "\e9ee"; } .icm-evil:before { content: "\e9ef"; } .icm-evil2:before { content: "\e9f0"; } .icm-shocked:before { content: "\e9f1"; } .icm-shocked2:before { content: "\e9f2"; } .icm-baffled:before { content: "\e9f3"; } .icm-baffled2:before { content: "\e9f4"; } .icm-confused:before { content: "\e9f5"; } .icm-confused2:before { content: "\e9f6"; } .icm-neutral:before { content: "\e9f7"; } .icm-neutral2:before { content: "\e9f8"; } .icm-hipster:before { content: "\e9f9"; } .icm-hipster2:before { content: "\e9fa"; } .icm-wondering:before { content: "\e9fb"; } .icm-wondering2:before { content: "\e9fc"; } .icm-sleepy:before { content: "\e9fd"; } .icm-sleepy2:before { content: "\e9fe"; } .icm-frustrated:before { content: "\e9ff"; } .icm-frustrated2:before { content: "\ea00"; } .icm-crying:before { content: "\ea01"; } .icm-crying2:before { content: "\ea02"; } .icm-point-up:before { content: "\ea03"; } .icm-point-right:before { content: "\ea04"; } .icm-point-down:before { content: "\ea05"; } .icm-point-left:before { content: "\ea06"; } .icm-warning:before { content: "\ea07"; } .icm-notification:before { content: "\ea08"; } .icm-question:before { content: "\ea09"; } .icm-plus:before { content: "\ea0a"; } .icm-minus:before { content: "\ea0b"; } .icm-info:before { content: "\ea0c"; } .icm-cancel-circle:before { content: "\ea0d"; } .icm-blocked:before { content: "\ea0e"; } .icm-cross:before { content: "\ea0f"; } .icm-checkmark:before { content: "\ea10"; } .icm-checkmark2:before { content: "\ea11"; } .icm-spell-check:before { content: "\ea12"; } .icm-enter:before { content: "\ea13"; } .icm-exit:before { content: "\ea14"; } .icm-play2:before { content: "\ea15"; } .icm-pause:before { content: "\ea16"; } .icm-stop:before { content: "\ea17"; } .icm-previous:before { content: "\ea18"; } .icm-next:before { content: "\ea19"; } .icm-backward:before { content: "\ea1a"; } .icm-forward2:before { content: "\ea1b"; } .icm-play3:before { content: "\ea1c"; } .icm-pause2:before { content: "\ea1d"; } .icm-stop2:before { content: "\ea1e"; } .icm-backward2:before { content: "\ea1f"; } .icm-forward3:before { content: "\ea20"; } .icm-first:before { content: "\ea21"; } .icm-last:before { content: "\ea22"; } .icm-previous2:before { content: "\ea23"; } .icm-next2:before { content: "\ea24"; } .icm-eject:before { content: "\ea25"; } .icm-volume-high:before { content: "\ea26"; } .icm-volume-medium:before { content: "\ea27"; } .icm-volume-low:before { content: "\ea28"; } .icm-volume-mute:before { content: "\ea29"; } .icm-volume-mute2:before { content: "\ea2a"; } .icm-volume-increase:before { content: "\ea2b"; } .icm-volume-decrease:before { content: "\ea2c"; } .icm-loop:before { content: "\ea2d"; } .icm-loop2:before { content: "\ea2e"; } .icm-infinite:before { content: "\ea2f"; } .icm-shuffle:before { content: "\ea30"; } .icm-arrow-up-left:before { content: "\ea31"; } .icm-arrow-up:before { content: "\ea32"; } .icm-arrow-up-right:before { content: "\ea33"; } .icm-arrow-right:before { content: "\ea34"; } .icm-arrow-down-right:before { content: "\ea35"; } .icm-arrow-down:before { content: "\ea36"; } .icm-arrow-down-left:before { content: "\ea37"; } .icm-arrow-left:before { content: "\ea38"; } .icm-arrow-up-left2:before { content: "\ea39"; } .icm-arrow-up2:before { content: "\ea3a"; } .icm-arrow-up-right2:before { content: "\ea3b"; } .icm-arrow-right2:before { content: "\ea3c"; } .icm-arrow-down-right2:before { content: "\ea3d"; } .icm-arrow-down2:before { content: "\ea3e"; } .icm-arrow-down-left2:before { content: "\ea3f"; } .icm-arrow-left2:before { content: "\ea40"; } .icm-circle-up:before { content: "\ea41"; } .icm-circle-right:before { content: "\ea42"; } .icm-circle-down:before { content: "\ea43"; } .icm-circle-left:before { content: "\ea44"; } .icm-tab:before { content: "\ea45"; } .icm-move-up:before { content: "\ea46"; } .icm-move-down:before { content: "\ea47"; } .icm-sort-alpha-asc:before { content: "\ea48"; } .icm-sort-alpha-desc:before { content: "\ea49"; } .icm-sort-numeric-asc:before { content: "\ea4a"; } .icm-sort-numberic-desc:before { content: "\ea4b"; } .icm-sort-amount-asc:before { content: "\ea4c"; } .icm-sort-amount-desc:before { content: "\ea4d"; } .icm-command:before { content: "\ea4e"; } .icm-shift:before { content: "\ea4f"; } .icm-ctrl:before { content: "\ea50"; } .icm-opt:before { content: "\ea51"; } .icm-checkbox-checked:before { content: "\ea52"; } .icm-checkbox-unchecked:before { content: "\ea53"; } .icm-radio-checked:before { content: "\ea54"; } .icm-radio-checked2:before { content: "\ea55"; } .icm-radio-unchecked:before { content: "\ea56"; } .icm-crop:before { content: "\ea57"; } .icm-make-group:before { content: "\ea58"; } .icm-ungroup:before { content: "\ea59"; } .icm-scissors:before { content: "\ea5a"; } .icm-filter:before { content: "\ea5b"; } .icm-font:before { content: "\ea5c"; } .icm-ligature:before { content: "\ea5d"; } .icm-ligature2:before { content: "\ea5e"; } .icm-text-height:before { content: "\ea5f"; } .icm-text-width:before { content: "\ea60"; } .icm-font-size:before { content: "\ea61"; } .icm-bold:before { content: "\ea62"; } .icm-underline:before { content: "\ea63"; } .icm-italic:before { content: "\ea64"; } .icm-strikethrough:before { content: "\ea65"; } .icm-omega:before { content: "\ea66"; } .icm-sigma:before { content: "\ea67"; } .icm-page-break:before { content: "\ea68"; } .icm-superscript:before { content: "\ea69"; } .icm-subscript:before { content: "\ea6a"; } .icm-superscript2:before { content: "\ea6b"; } .icm-subscript2:before { content: "\ea6c"; } .icm-text-color:before { content: "\ea6d"; } .icm-pagebreak:before { content: "\ea6e"; } .icm-clear-formatting:before { content: "\ea6f"; } .icm-table:before { content: "\ea70"; } .icm-table2:before { content: "\ea71"; } .icm-insert-template:before { content: "\ea72"; } .icm-pilcrow:before { content: "\ea73"; } .icm-ltr:before { content: "\ea74"; } .icm-rtl:before { content: "\ea75"; } .icm-section:before { content: "\ea76"; } .icm-paragraph-left:before { content: "\ea77"; } .icm-paragraph-center:before { content: "\ea78"; } .icm-paragraph-right:before { content: "\ea79"; } .icm-paragraph-justify:before { content: "\ea7a"; } .icm-indent-increase:before { content: "\ea7b"; } .icm-indent-decrease:before { content: "\ea7c"; } .icm-share:before { content: "\ea7d"; } .icm-new-tab:before { content: "\ea7e"; } .icm-embed:before { content: "\ea7f"; } .icm-embed2:before { content: "\ea80"; } .icm-terminal:before { content: "\ea81"; } .icm-share2:before { content: "\ea82"; } .icm-mail:before { content: "\ea83"; } .icm-mail2:before { content: "\ea84"; } .icm-mail3:before { content: "\ea85"; } .icm-mail4:before { content: "\ea86"; } .icm-amazon:before { content: "\ea87"; } .icm-google:before { content: "\ea88"; } .icm-google2:before { content: "\ea89"; } .icm-google3:before { content: "\ea8a"; } .icm-google-plus:before { content: "\ea8b"; } .icm-google-plus2:before { content: "\ea8c"; } .icm-google-plus3:before { content: "\ea8d"; } .icm-hangouts:before { content: "\ea8e"; } .icm-google-drive:before { content: "\ea8f"; } .icm-facebook:before { content: "\ea90"; } .icm-facebook2:before { content: "\ea91"; } .icm-instagram:before { content: "\ea92"; } .icm-whatsapp:before { content: "\ea93"; } .icm-spotify:before { content: "\ea94"; } .icm-telegram:before { content: "\ea95"; } .icm-twitter:before { content: "\ea96"; } .icm-vine:before { content: "\ea97"; } .icm-vk:before { content: "\ea98"; } .icm-renren:before { content: "\ea99"; } .icm-sina-weibo:before { content: "\ea9a"; } .icm-rss:before { content: "\ea9b"; } .icm-rss2:before { content: "\ea9c"; } .icm-youtube:before { content: "\ea9d"; } .icm-youtube2:before { content: "\ea9e"; } .icm-twitch:before { content: "\ea9f"; } .icm-vimeo:before { content: "\eaa0"; } .icm-vimeo2:before { content: "\eaa1"; } .icm-lanyrd:before { content: "\eaa2"; } .icm-flickr:before { content: "\eaa3"; } .icm-flickr2:before { content: "\eaa4"; } .icm-flickr3:before { content: "\eaa5"; } .icm-flickr4:before { content: "\eaa6"; } .icm-dribbble:before { content: "\eaa7"; } .icm-behance:before { content: "\eaa8"; } .icm-behance2:before { content: "\eaa9"; } .icm-deviantart:before { content: "\eaaa"; } .icm-500px:before { content: "\eaab"; } .icm-steam:before { content: "\eaac"; } .icm-steam2:before { content: "\eaad"; } .icm-dropbox:before { content: "\eaae"; } .icm-onedrive:before { content: "\eaaf"; } .icm-github:before { content: "\eab0"; } .icm-npm:before { content: "\eab1"; } .icm-basecamp:before { content: "\eab2"; } .icm-trello:before { content: "\eab3"; } .icm-wordpress:before { content: "\eab4"; } .icm-joomla:before { content: "\eab5"; } .icm-ello:before { content: "\eab6"; } .icm-blogger:before { content: "\eab7"; } .icm-blogger2:before { content: "\eab8"; } .icm-tumblr:before { content: "\eab9"; } .icm-tumblr2:before { content: "\eaba"; } .icm-yahoo:before { content: "\eabb"; } .icm-yahoo2:before { content: "\eabc"; } .icm-tux:before { content: "\eabd"; } .icm-appleinc:before { content: "\eabe"; } .icm-finder:before { content: "\eabf"; } .icm-android:before { content: "\eac0"; } .icm-windows:before { content: "\eac1"; } .icm-windows8:before { content: "\eac2"; } .icm-soundcloud:before { content: "\eac3"; } .icm-soundcloud2:before { content: "\eac4"; } .icm-skype:before { content: "\eac5"; } .icm-reddit:before { content: "\eac6"; } .icm-hackernews:before { content: "\eac7"; } .icm-wikipedia:before { content: "\eac8"; } .icm-linkedin:before { content: "\eac9"; } .icm-linkedin2:before { content: "\eaca"; } .icm-lastfm:before { content: "\eacb"; } .icm-lastfm2:before { content: "\eacc"; } .icm-delicious:before { content: "\eacd"; } .icm-stumbleupon:before { content: "\eace"; } .icm-stumbleupon2:before { content: "\eacf"; } .icm-stackoverflow:before { content: "\ead0"; } .icm-pinterest:before { content: "\ead1"; } .icm-pinterest2:before { content: "\ead2"; } .icm-xing:before { content: "\ead3"; } .icm-xing2:before { content: "\ead4"; } .icm-flattr:before { content: "\ead5"; } .icm-foursquare:before { content: "\ead6"; } .icm-yelp:before { content: "\ead7"; } .icm-paypal:before { content: "\ead8"; } .icm-chrome:before { content: "\ead9"; } .icm-firefox:before { content: "\eada"; } .icm-IE:before { content: "\eadb"; } .icm-edge:before { content: "\eadc"; } .icm-safari:before { content: "\eadd"; } .icm-opera:before { content: "\eade"; } .icm-file-pdf:before { content: "\eadf"; } .icm-file-openoffice:before { content: "\eae0"; } .icm-file-word:before { content: "\eae1"; } .icm-file-excel:before { content: "\eae2"; } .icm-libreoffice:before { content: "\eae3"; } .icm-html-five:before { content: "\eae4"; } .icm-html-five2:before { content: "\eae5"; } .icm-css3:before { content: "\eae6"; } .icm-git:before { content: "\eae7"; } .icm-codepen:before { content: "\eae8"; } .icm-svg:before { content: "\eae9"; } .icm-IcoMoon:before { content: "\eaea"; } ================================================ FILE: icon-packs/ikonli-ionicons-pack/ikonli-ionicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-ionicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.ionicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.ionicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.ionicons.IoniconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.ionicons.IoniconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-ionicons-pack/src/main/java/org/kordamp/ikonli/ionicons/Ionicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Ionicons implements Ikon { // latest is uf30c ION_ALERT("ion-alert", '\uf101'), ION_ALERT_CIRCLED("ion-alert-circled", '\uf100'), ION_ANDROID_ADD("ion-android-add", '\uf2c7'), ION_ANDROID_ADD_CIRCLE("ion-android-add-circle", '\uf359'), ION_ANDROID_ALARM_CLOCK("ion-android-alarm-clock", '\uf35a'), ION_ANDROID_ALERT("ion-android-alert", '\uf35b'), ION_ANDROID_APPS("ion-android-apps", '\uf35c'), ION_ANDROID_ARCHIVE("ion-android-archive", '\uf2c9'), ION_ANDROID_ARROW_BACK("ion-android-arrow-back", '\uf2ca'), ION_ANDROID_ARROW_DOWN("ion-android-arrow-down", '\uf35d'), ION_ANDROID_ARROW_DROPDOWN("ion-android-arrow-dropdown", '\uf35f'), ION_ANDROID_ARROW_DROPDOWN_CIRCLE("ion-android-arrow-dropdown-circle", '\uf35e'), ION_ANDROID_ARROW_DROPLEFT("ion-android-arrow-dropleft", '\uf361'), ION_ANDROID_ARROW_DROPLEFT_CIRCLE("ion-android-arrow-dropleft-circle", '\uf360'), ION_ANDROID_ARROW_DROPRIGHT("ion-android-arrow-dropright", '\uf363'), ION_ANDROID_ARROW_DROPRIGHT_CIRCLE("ion-android-arrow-dropright-circle", '\uf362'), ION_ANDROID_ARROW_DROPUP("ion-android-arrow-dropup", '\uf365'), ION_ANDROID_ARROW_DROPUP_CIRCLE("ion-android-arrow-dropup-circle", '\uf364'), ION_ANDROID_ARROW_FORWARD("ion-android-arrow-forward", '\uf30f'), ION_ANDROID_ARROW_UP("ion-android-arrow-up", '\uf366'), ION_ANDROID_ATTACH("ion-android-attach", '\uf367'), ION_ANDROID_BAR("ion-android-bar", '\uf368'), ION_ANDROID_BICYCLE("ion-android-bicycle", '\uf369'), ION_ANDROID_BOAT("ion-android-boat", '\uf36a'), ION_ANDROID_BOOKMARK("ion-android-bookmark", '\uf36b'), ION_ANDROID_BULB("ion-android-bulb", '\uf36c'), ION_ANDROID_BUS("ion-android-bus", '\uf36d'), ION_ANDROID_CALENDAR("ion-android-calendar", '\uf2d1'), ION_ANDROID_CALL("ion-android-call", '\uf2d2'), ION_ANDROID_CAMERA("ion-android-camera", '\uf2d3'), ION_ANDROID_CANCEL("ion-android-cancel", '\uf36e'), ION_ANDROID_CAR("ion-android-car", '\uf36f'), ION_ANDROID_CART("ion-android-cart", '\uf370'), ION_ANDROID_CHAT("ion-android-chat", '\uf2d4'), ION_ANDROID_CHECKBOX("ion-android-checkbox", '\uf374'), ION_ANDROID_CHECKBOX_BLANK("ion-android-checkbox-blank", '\uf371'), ION_ANDROID_CHECKBOX_OUTLINE("ion-android-checkbox-outline", '\uf373'), ION_ANDROID_CHECKBOX_OUTLINE_BLANK("ion-android-checkbox-outline-blank", '\uf372'), ION_ANDROID_CHECKMARK_CIRCLE("ion-android-checkmark-circle", '\uf375'), ION_ANDROID_CLIPBOARD("ion-android-clipboard", '\uf376'), ION_ANDROID_CLOSE("ion-android-close", '\uf2d7'), ION_ANDROID_CLOUD("ion-android-cloud", '\uf37a'), ION_ANDROID_CLOUD_CIRCLE("ion-android-cloud-circle", '\uf377'), ION_ANDROID_CLOUD_DONE("ion-android-cloud-done", '\uf378'), ION_ANDROID_CLOUD_OUTLINE("ion-android-cloud-outline", '\uf379'), ION_ANDROID_COLOR_PALETTE("ion-android-color-palette", '\uf37b'), ION_ANDROID_COMPASS("ion-android-compass", '\uf37c'), ION_ANDROID_CONTACT("ion-android-contact", '\uf2d8'), ION_ANDROID_CONTACTS("ion-android-contacts", '\uf2d9'), ION_ANDROID_CONTRACT("ion-android-contract", '\uf37d'), ION_ANDROID_CREATE("ion-android-create", '\uf37e'), ION_ANDROID_DELETE("ion-android-delete", '\uf37f'), ION_ANDROID_DESKTOP("ion-android-desktop", '\uf380'), ION_ANDROID_DOCUMENT("ion-android-document", '\uf381'), ION_ANDROID_DONE("ion-android-done", '\uf383'), ION_ANDROID_DONE_ALL("ion-android-done-all", '\uf382'), ION_ANDROID_DOWNLOAD("ion-android-download", '\uf2dd'), ION_ANDROID_DRAFTS("ion-android-drafts", '\uf384'), ION_ANDROID_EXIT("ion-android-exit", '\uf385'), ION_ANDROID_EXPAND("ion-android-expand", '\uf386'), ION_ANDROID_FAVORITE("ion-android-favorite", '\uf388'), ION_ANDROID_FAVORITE_OUTLINE("ion-android-favorite-outline", '\uf387'), ION_ANDROID_FILM("ion-android-film", '\uf389'), ION_ANDROID_FOLDER("ion-android-folder", '\uf2e0'), ION_ANDROID_FOLDER_OPEN("ion-android-folder-open", '\uf38a'), ION_ANDROID_FUNNEL("ion-android-funnel", '\uf38b'), ION_ANDROID_GLOBE("ion-android-globe", '\uf38c'), ION_ANDROID_HAND("ion-android-hand", '\uf2e3'), ION_ANDROID_HANGOUT("ion-android-hangout", '\uf38d'), ION_ANDROID_HAPPY("ion-android-happy", '\uf38e'), ION_ANDROID_HOME("ion-android-home", '\uf38f'), ION_ANDROID_IMAGE("ion-android-image", '\uf2e4'), ION_ANDROID_LAPTOP("ion-android-laptop", '\uf390'), ION_ANDROID_LIST("ion-android-list", '\uf391'), ION_ANDROID_LOCATE("ion-android-locate", '\uf2e9'), ION_ANDROID_LOCK("ion-android-lock", '\uf392'), ION_ANDROID_MAIL("ion-android-mail", '\uf2eb'), ION_ANDROID_MAP("ion-android-map", '\uf393'), ION_ANDROID_MENU("ion-android-menu", '\uf394'), ION_ANDROID_MICROPHONE("ion-android-microphone", '\uf2ec'), ION_ANDROID_MICROPHONE_OFF("ion-android-microphone-off", '\uf395'), ION_ANDROID_MORE_HORIZONTAL("ion-android-more-horizontal", '\uf396'), ION_ANDROID_MORE_VERTICAL("ion-android-more-vertical", '\uf397'), ION_ANDROID_NAVIGATE("ion-android-navigate", '\uf398'), ION_ANDROID_NOTIFICATIONS("ion-android-notifications", '\uf39b'), ION_ANDROID_NOTIFICATIONS_NONE("ion-android-notifications-none", '\uf399'), ION_ANDROID_NOTIFICATIONS_OFF("ion-android-notifications-off", '\uf39a'), ION_ANDROID_OPEN("ion-android-open", '\uf39c'), ION_ANDROID_OPTIONS("ion-android-options", '\uf39d'), ION_ANDROID_PEOPLE("ion-android-people", '\uf39e'), ION_ANDROID_PERSON("ion-android-person", '\uf3a0'), ION_ANDROID_PERSON_ADD("ion-android-person-add", '\uf39f'), ION_ANDROID_PHONE_LANDSCAPE("ion-android-phone-landscape", '\uf3a1'), ION_ANDROID_PHONE_PORTRAIT("ion-android-phone-portrait", '\uf3a2'), ION_ANDROID_PIN("ion-android-pin", '\uf3a3'), ION_ANDROID_PLANE("ion-android-plane", '\uf3a4'), ION_ANDROID_PLAYSTORE("ion-android-playstore", '\uf2f0'), ION_ANDROID_PRINT("ion-android-print", '\uf3a5'), ION_ANDROID_RADIO_BUTTON_OFF("ion-android-radio-button-off", '\uf3a6'), ION_ANDROID_RADIO_BUTTON_ON("ion-android-radio-button-on", '\uf3a7'), ION_ANDROID_REFRESH("ion-android-refresh", '\uf3a8'), ION_ANDROID_REMOVE("ion-android-remove", '\uf2f4'), ION_ANDROID_REMOVE_CIRCLE("ion-android-remove-circle", '\uf3a9'), ION_ANDROID_RESTAURANT("ion-android-restaurant", '\uf3aa'), ION_ANDROID_SAD("ion-android-sad", '\uf3ab'), ION_ANDROID_SEARCH("ion-android-search", '\uf2f5'), ION_ANDROID_SEND("ion-android-send", '\uf2f6'), ION_ANDROID_SETTINGS("ion-android-settings", '\uf2f7'), ION_ANDROID_SHARE("ion-android-share", '\uf2f8'), ION_ANDROID_SHARE_ALT("ion-android-share-alt", '\uf3ac'), ION_ANDROID_STAR("ion-android-star", '\uf2fc'), ION_ANDROID_STAR_HALF("ion-android-star-half", '\uf3ad'), ION_ANDROID_STAR_OUTLINE("ion-android-star-outline", '\uf3ae'), ION_ANDROID_STOPWATCH("ion-android-stopwatch", '\uf2fd'), ION_ANDROID_SUBWAY("ion-android-subway", '\uf3af'), ION_ANDROID_SUNNY("ion-android-sunny", '\uf3b0'), ION_ANDROID_SYNC("ion-android-sync", '\uf3b1'), ION_ANDROID_TEXTSMS("ion-android-textsms", '\uf3b2'), ION_ANDROID_TIME("ion-android-time", '\uf3b3'), ION_ANDROID_TRAIN("ion-android-train", '\uf3b4'), ION_ANDROID_UNLOCK("ion-android-unlock", '\uf3b5'), ION_ANDROID_UPLOAD("ion-android-upload", '\uf3b6'), ION_ANDROID_VOLUME_DOWN("ion-android-volume-down", '\uf3b7'), ION_ANDROID_VOLUME_MUTE("ion-android-volume-mute", '\uf3b8'), ION_ANDROID_VOLUME_OFF("ion-android-volume-off", '\uf3b9'), ION_ANDROID_VOLUME_UP("ion-android-volume-up", '\uf3ba'), ION_ANDROID_WALK("ion-android-walk", '\uf3bb'), ION_ANDROID_WARNING("ion-android-warning", '\uf3bc'), ION_ANDROID_WATCH("ion-android-watch", '\uf3bd'), ION_ANDROID_WIFI("ion-android-wifi", '\uf305'), ION_APERTURE("ion-aperture", '\uf313'), ION_ARCHIVE("ion-archive", '\uf102'), ION_ARROW_DOWN_A("ion-arrow-down-a", '\uf103'), ION_ARROW_DOWN_B("ion-arrow-down-b", '\uf104'), ION_ARROW_DOWN_C("ion-arrow-down-c", '\uf105'), ION_ARROW_EXPAND("ion-arrow-expand", '\uf25e'), ION_ARROW_GRAPH_DOWN_LEFT("ion-arrow-graph-down-left", '\uf25f'), ION_ARROW_GRAPH_DOWN_RIGHT("ion-arrow-graph-down-right", '\uf260'), ION_ARROW_GRAPH_UP_LEFT("ion-arrow-graph-up-left", '\uf261'), ION_ARROW_GRAPH_UP_RIGHT("ion-arrow-graph-up-right", '\uf262'), ION_ARROW_LEFT_A("ion-arrow-left-a", '\uf106'), ION_ARROW_LEFT_B("ion-arrow-left-b", '\uf107'), ION_ARROW_LEFT_C("ion-arrow-left-c", '\uf108'), ION_ARROW_MOVE("ion-arrow-move", '\uf263'), ION_ARROW_RESIZE("ion-arrow-resize", '\uf264'), ION_ARROW_RETURN_LEFT("ion-arrow-return-left", '\uf265'), ION_ARROW_RETURN_RIGHT("ion-arrow-return-right", '\uf266'), ION_ARROW_RIGHT_A("ion-arrow-right-a", '\uf109'), ION_ARROW_RIGHT_B("ion-arrow-right-b", '\uf10a'), ION_ARROW_RIGHT_C("ion-arrow-right-c", '\uf10b'), ION_ARROW_SHRINK("ion-arrow-shrink", '\uf267'), ION_ARROW_SWAP("ion-arrow-swap", '\uf268'), ION_ARROW_UP_A("ion-arrow-up-a", '\uf10c'), ION_ARROW_UP_B("ion-arrow-up-b", '\uf10d'), ION_ARROW_UP_C("ion-arrow-up-c", '\uf10e'), ION_ASTERISK("ion-asterisk", '\uf314'), ION_AT("ion-at", '\uf10f'), ION_BACKSPACE("ion-backspace", '\uf3bf'), ION_BACKSPACE_OUTLINE("ion-backspace-outline", '\uf3be'), ION_BAG("ion-bag", '\uf110'), ION_BATTERY_CHARGING("ion-battery-charging", '\uf111'), ION_BATTERY_EMPTY("ion-battery-empty", '\uf112'), ION_BATTERY_FULL("ion-battery-full", '\uf113'), ION_BATTERY_HALF("ion-battery-half", '\uf114'), ION_BATTERY_LOW("ion-battery-low", '\uf115'), ION_BEAKER("ion-beaker", '\uf269'), ION_BEER("ion-beer", '\uf26a'), ION_BLUETOOTH("ion-bluetooth", '\uf116'), ION_BONFIRE("ion-bonfire", '\uf315'), ION_BOOKMARK("ion-bookmark", '\uf26b'), ION_BOWTIE("ion-bowtie", '\uf3c0'), ION_BRIEFCASE("ion-briefcase", '\uf26c'), ION_BUG("ion-bug", '\uf2be'), ION_CALCULATOR("ion-calculator", '\uf26d'), ION_CALENDAR("ion-calendar", '\uf117'), ION_CAMERA("ion-camera", '\uf118'), ION_CARD("ion-card", '\uf119'), ION_CASH("ion-cash", '\uf316'), ION_CHATBOX("ion-chatbox", '\uf11b'), ION_CHATBOXES("ion-chatboxes", '\uf11c'), ION_CHATBOX_WORKING("ion-chatbox-working", '\uf11a'), ION_CHATBUBBLE("ion-chatbubble", '\uf11e'), ION_CHATBUBBLES("ion-chatbubbles", '\uf11f'), ION_CHATBUBBLE_WORKING("ion-chatbubble-working", '\uf11d'), ION_CHECKMARK("ion-checkmark", '\uf122'), ION_CHECKMARK_CIRCLED("ion-checkmark-circled", '\uf120'), ION_CHECKMARK_ROUND("ion-checkmark-round", '\uf121'), ION_CHEVRON_DOWN("ion-chevron-down", '\uf123'), ION_CHEVRON_LEFT("ion-chevron-left", '\uf124'), ION_CHEVRON_RIGHT("ion-chevron-right", '\uf125'), ION_CHEVRON_UP("ion-chevron-up", '\uf126'), ION_CLIPBOARD("ion-clipboard", '\uf127'), ION_CLOCK("ion-clock", '\uf26e'), ION_CLOSE("ion-close", '\uf12a'), ION_CLOSED_CAPTIONING("ion-closed-captioning", '\uf317'), ION_CLOSE_CIRCLED("ion-close-circled", '\uf128'), ION_CLOSE_ROUND("ion-close-round", '\uf129'), ION_CLOUD("ion-cloud", '\uf12b'), ION_CODE("ion-code", '\uf271'), ION_CODE_DOWNLOAD("ion-code-download", '\uf26f'), ION_CODE_WORKING("ion-code-working", '\uf270'), ION_COFFEE("ion-coffee", '\uf272'), ION_COMPASS("ion-compass", '\uf273'), ION_COMPOSE("ion-compose", '\uf12c'), ION_CONNECTION_BARS("ion-connection-bars", '\uf274'), ION_CONTRAST("ion-contrast", '\uf275'), ION_CROP("ion-crop", '\uf3c1'), ION_CUBE("ion-cube", '\uf318'), ION_DISC("ion-disc", '\uf12d'), ION_DOCUMENT("ion-document", '\uf12f'), ION_DOCUMENT_TEXT("ion-document-text", '\uf12e'), ION_DRAG("ion-drag", '\uf130'), ION_EARTH("ion-earth", '\uf276'), ION_EASEL("ion-easel", '\uf3c2'), ION_EDIT("ion-edit", '\uf2bf'), ION_EGG("ion-egg", '\uf277'), ION_EJECT("ion-eject", '\uf131'), ION_EMAIL("ion-email", '\uf132'), ION_EMAIL_UNREAD("ion-email-unread", '\uf3c3'), ION_ERLENMEYER_FLASK("ion-erlenmeyer-flask", '\uf3c5'), ION_ERLENMEYER_FLASK_BUBBLES("ion-erlenmeyer-flask-bubbles", '\uf3c4'), ION_EYE("ion-eye", '\uf133'), ION_EYE_DISABLED("ion-eye-disabled", '\uf306'), ION_FEMALE("ion-female", '\uf278'), ION_FILING("ion-filing", '\uf134'), ION_FILM_MARKER("ion-film-marker", '\uf135'), ION_FIREBALL("ion-fireball", '\uf319'), ION_FLAG("ion-flag", '\uf279'), ION_FLAME("ion-flame", '\uf31a'), ION_FLASH("ion-flash", '\uf137'), ION_FLASH_OFF("ion-flash-off", '\uf136'), ION_FOLDER("ion-folder", '\uf139'), ION_FORK("ion-fork", '\uf27a'), ION_FORK_REPO("ion-fork-repo", '\uf2c0'), ION_FORWARD("ion-forward", '\uf13a'), ION_FUNNEL("ion-funnel", '\uf31b'), ION_GEAR_A("ion-gear-a", '\uf13d'), ION_GEAR_B("ion-gear-b", '\uf13e'), ION_GRID("ion-grid", '\uf13f'), ION_HAMMER("ion-hammer", '\uf27b'), ION_HAPPY("ion-happy", '\uf31c'), ION_HAPPY_OUTLINE("ion-happy-outline", '\uf3c6'), ION_HEADPHONE("ion-headphone", '\uf140'), ION_HEART("ion-heart", '\uf141'), ION_HEART_BROKEN("ion-heart-broken", '\uf31d'), ION_HELP("ion-help", '\uf143'), ION_HELP_BUOY("ion-help-buoy", '\uf27c'), ION_HELP_CIRCLED("ion-help-circled", '\uf142'), ION_HOME("ion-home", '\uf144'), ION_ICECREAM("ion-icecream", '\uf27d'), ION_IMAGE("ion-image", '\uf147'), ION_IMAGES("ion-images", '\uf148'), ION_INFORMATION("ion-information", '\uf14a'), ION_INFORMATION_CIRCLED("ion-information-circled", '\uf149'), ION_IONIC("ion-ionic", '\uf14b'), ION_IOS_ALARM("ion-ios-alarm", '\uf3c8'), ION_IOS_ALARM_OUTLINE("ion-ios-alarm-outline", '\uf3c7'), ION_IOS_ALBUMS("ion-ios-albums", '\uf3ca'), ION_IOS_ALBUMS_OUTLINE("ion-ios-albums-outline", '\uf3c9'), ION_IOS_AMERICANFOOTBALL("ion-ios-americanfootball", '\uf3cc'), ION_IOS_AMERICANFOOTBALL_OUTLINE("ion-ios-americanfootball-outline", '\uf3cb'), ION_IOS_ANALYTICS("ion-ios-analytics", '\uf3ce'), ION_IOS_ANALYTICS_OUTLINE("ion-ios-analytics-outline", '\uf3cd'), ION_IOS_ARROW_BACK("ion-ios-arrow-back", '\uf3cf'), ION_IOS_ARROW_DOWN("ion-ios-arrow-down", '\uf3d0'), ION_IOS_ARROW_FORWARD("ion-ios-arrow-forward", '\uf3d1'), ION_IOS_ARROW_LEFT("ion-ios-arrow-left", '\uf3d2'), ION_IOS_ARROW_RIGHT("ion-ios-arrow-right", '\uf3d3'), ION_IOS_ARROW_THIN_DOWN("ion-ios-arrow-thin-down", '\uf3d4'), ION_IOS_ARROW_THIN_LEFT("ion-ios-arrow-thin-left", '\uf3d5'), ION_IOS_ARROW_THIN_RIGHT("ion-ios-arrow-thin-right", '\uf3d6'), ION_IOS_ARROW_THIN_UP("ion-ios-arrow-thin-up", '\uf3d7'), ION_IOS_ARROW_UP("ion-ios-arrow-up", '\uf3d8'), ION_IOS_AT("ion-ios-at", '\uf3da'), ION_IOS_AT_OUTLINE("ion-ios-at-outline", '\uf3d9'), ION_IOS_BARCODE("ion-ios-barcode", '\uf3dc'), ION_IOS_BARCODE_OUTLINE("ion-ios-barcode-outline", '\uf3db'), ION_IOS_BASEBALL("ion-ios-baseball", '\uf3de'), ION_IOS_BASEBALL_OUTLINE("ion-ios-baseball-outline", '\uf3dd'), ION_IOS_BASKETBALL("ion-ios-basketball", '\uf3e0'), ION_IOS_BASKETBALL_OUTLINE("ion-ios-basketball-outline", '\uf3df'), ION_IOS_BELL("ion-ios-bell", '\uf3e2'), ION_IOS_BELL_OUTLINE("ion-ios-bell-outline", '\uf3e1'), ION_IOS_BODY("ion-ios-body", '\uf3e4'), ION_IOS_BODY_OUTLINE("ion-ios-body-outline", '\uf3e3'), ION_IOS_BOLT("ion-ios-bolt", '\uf3e6'), ION_IOS_BOLT_OUTLINE("ion-ios-bolt-outline", '\uf3e5'), ION_IOS_BOOK("ion-ios-book", '\uf3e8'), ION_IOS_BOOKMARKS("ion-ios-bookmarks", '\uf3ea'), ION_IOS_BOOKMARKS_OUTLINE("ion-ios-bookmarks-outline", '\uf3e9'), ION_IOS_BOOK_OUTLINE("ion-ios-book-outline", '\uf3e7'), ION_IOS_BOX("ion-ios-box", '\uf3ec'), ION_IOS_BOX_OUTLINE("ion-ios-box-outline", '\uf3eb'), ION_IOS_BRIEFCASE("ion-ios-briefcase", '\uf3ee'), ION_IOS_BRIEFCASE_OUTLINE("ion-ios-briefcase-outline", '\uf3ed'), ION_IOS_BROWSERS("ion-ios-browsers", '\uf3f0'), ION_IOS_BROWSERS_OUTLINE("ion-ios-browsers-outline", '\uf3ef'), ION_IOS_CALCULATOR("ion-ios-calculator", '\uf3f2'), ION_IOS_CALCULATOR_OUTLINE("ion-ios-calculator-outline", '\uf3f1'), ION_IOS_CALENDAR("ion-ios-calendar", '\uf3f4'), ION_IOS_CALENDAR_OUTLINE("ion-ios-calendar-outline", '\uf3f3'), ION_IOS_CAMERA("ion-ios-camera", '\uf3f6'), ION_IOS_CAMERA_OUTLINE("ion-ios-camera-outline", '\uf3f5'), ION_IOS_CART("ion-ios-cart", '\uf3f8'), ION_IOS_CART_OUTLINE("ion-ios-cart-outline", '\uf3f7'), ION_IOS_CHATBOXES("ion-ios-chatboxes", '\uf3fa'), ION_IOS_CHATBOXES_OUTLINE("ion-ios-chatboxes-outline", '\uf3f9'), ION_IOS_CHATBUBBLE("ion-ios-chatbubble", '\uf3fc'), ION_IOS_CHATBUBBLE_OUTLINE("ion-ios-chatbubble-outline", '\uf3fb'), ION_IOS_CHECKMARK("ion-ios-checkmark", '\uf3ff'), ION_IOS_CHECKMARK_EMPTY("ion-ios-checkmark-empty", '\uf3fd'), ION_IOS_CHECKMARK_OUTLINE("ion-ios-checkmark-outline", '\uf3fe'), ION_IOS_CIRCLE_FILLED("ion-ios-circle-filled", '\uf400'), ION_IOS_CIRCLE_OUTLINE("ion-ios-circle-outline", '\uf401'), ION_IOS_CLOCK("ion-ios-clock", '\uf403'), ION_IOS_CLOCK_OUTLINE("ion-ios-clock-outline", '\uf402'), ION_IOS_CLOSE("ion-ios-close", '\uf406'), ION_IOS_CLOSE_EMPTY("ion-ios-close-empty", '\uf404'), ION_IOS_CLOSE_OUTLINE("ion-ios-close-outline", '\uf405'), ION_IOS_CLOUD("ion-ios-cloud", '\uf40c'), ION_IOS_CLOUDY("ion-ios-cloudy", '\uf410'), ION_IOS_CLOUDY_NIGHT("ion-ios-cloudy-night", '\uf40e'), ION_IOS_CLOUDY_NIGHT_OUTLINE("ion-ios-cloudy-night-outline", '\uf40d'), ION_IOS_CLOUDY_OUTLINE("ion-ios-cloudy-outline", '\uf40f'), ION_IOS_CLOUD_DOWNLOAD("ion-ios-cloud-download", '\uf408'), ION_IOS_CLOUD_DOWNLOAD_OUTLINE("ion-ios-cloud-download-outline", '\uf407'), ION_IOS_CLOUD_OUTLINE("ion-ios-cloud-outline", '\uf409'), ION_IOS_CLOUD_UPLOAD("ion-ios-cloud-upload", '\uf40b'), ION_IOS_CLOUD_UPLOAD_OUTLINE("ion-ios-cloud-upload-outline", '\uf40a'), ION_IOS_COG("ion-ios-cog", '\uf412'), ION_IOS_COG_OUTLINE("ion-ios-cog-outline", '\uf411'), ION_IOS_COLOR_FILTER("ion-ios-color-filter", '\uf414'), ION_IOS_COLOR_FILTER_OUTLINE("ion-ios-color-filter-outline", '\uf413'), ION_IOS_COLOR_WAND("ion-ios-color-wand", '\uf416'), ION_IOS_COLOR_WAND_OUTLINE("ion-ios-color-wand-outline", '\uf415'), ION_IOS_COMPOSE("ion-ios-compose", '\uf418'), ION_IOS_COMPOSE_OUTLINE("ion-ios-compose-outline", '\uf417'), ION_IOS_CONTACT("ion-ios-contact", '\uf41a'), ION_IOS_CONTACT_OUTLINE("ion-ios-contact-outline", '\uf419'), ION_IOS_COPY("ion-ios-copy", '\uf41c'), ION_IOS_COPY_OUTLINE("ion-ios-copy-outline", '\uf41b'), ION_IOS_CROP("ion-ios-crop", '\uf41e'), ION_IOS_CROP_STRONG("ion-ios-crop-strong", '\uf41d'), ION_IOS_DOWNLOAD("ion-ios-download", '\uf420'), ION_IOS_DOWNLOAD_OUTLINE("ion-ios-download-outline", '\uf41f'), ION_IOS_DRAG("ion-ios-drag", '\uf421'), ION_IOS_EMAIL("ion-ios-email", '\uf423'), ION_IOS_EMAIL_OUTLINE("ion-ios-email-outline", '\uf422'), ION_IOS_EYE("ion-ios-eye", '\uf425'), ION_IOS_EYE_OUTLINE("ion-ios-eye-outline", '\uf424'), ION_IOS_FASTFORWARD("ion-ios-fastforward", '\uf427'), ION_IOS_FASTFORWARD_OUTLINE("ion-ios-fastforward-outline", '\uf426'), ION_IOS_FILING("ion-ios-filing", '\uf429'), ION_IOS_FILING_OUTLINE("ion-ios-filing-outline", '\uf428'), ION_IOS_FILM("ion-ios-film", '\uf42b'), ION_IOS_FILM_OUTLINE("ion-ios-film-outline", '\uf42a'), ION_IOS_FLAG("ion-ios-flag", '\uf42d'), ION_IOS_FLAG_OUTLINE("ion-ios-flag-outline", '\uf42c'), ION_IOS_FLAME("ion-ios-flame", '\uf42f'), ION_IOS_FLAME_OUTLINE("ion-ios-flame-outline", '\uf42e'), ION_IOS_FLASK("ion-ios-flask", '\uf431'), ION_IOS_FLASK_OUTLINE("ion-ios-flask-outline", '\uf430'), ION_IOS_FLOWER("ion-ios-flower", '\uf433'), ION_IOS_FLOWER_OUTLINE("ion-ios-flower-outline", '\uf432'), ION_IOS_FOLDER("ion-ios-folder", '\uf435'), ION_IOS_FOLDER_OUTLINE("ion-ios-folder-outline", '\uf434'), ION_IOS_FOOTBALL("ion-ios-football", '\uf437'), ION_IOS_FOOTBALL_OUTLINE("ion-ios-football-outline", '\uf436'), ION_IOS_GAME_CONTROLLER_A("ion-ios-game-controller-a", '\uf439'), ION_IOS_GAME_CONTROLLER_A_OUTLINE("ion-ios-game-controller-a-outline", '\uf438'), ION_IOS_GAME_CONTROLLER_B("ion-ios-game-controller-b", '\uf43b'), ION_IOS_GAME_CONTROLLER_B_OUTLINE("ion-ios-game-controller-b-outline", '\uf43a'), ION_IOS_GEAR("ion-ios-gear", '\uf43d'), ION_IOS_GEAR_OUTLINE("ion-ios-gear-outline", '\uf43c'), ION_IOS_GLASSES("ion-ios-glasses", '\uf43f'), ION_IOS_GLASSES_OUTLINE("ion-ios-glasses-outline", '\uf43e'), ION_IOS_GRID_VIEW("ion-ios-grid-view", '\uf441'), ION_IOS_GRID_VIEW_OUTLINE("ion-ios-grid-view-outline", '\uf440'), ION_IOS_HEART("ion-ios-heart", '\uf443'), ION_IOS_HEART_OUTLINE("ion-ios-heart-outline", '\uf442'), ION_IOS_HELP("ion-ios-help", '\uf446'), ION_IOS_HELP_EMPTY("ion-ios-help-empty", '\uf444'), ION_IOS_HELP_OUTLINE("ion-ios-help-outline", '\uf445'), ION_IOS_HOME("ion-ios-home", '\uf448'), ION_IOS_HOME_OUTLINE("ion-ios-home-outline", '\uf447'), ION_IOS_INFINITE("ion-ios-infinite", '\uf44a'), ION_IOS_INFINITE_OUTLINE("ion-ios-infinite-outline", '\uf449'), ION_IOS_INFORMATION("ion-ios-information", '\uf44d'), ION_IOS_INFORMATION_EMPTY("ion-ios-information-empty", '\uf44b'), ION_IOS_INFORMATION_OUTLINE("ion-ios-information-outline", '\uf44c'), ION_IOS_IONIC_OUTLINE("ion-ios-ionic-outline", '\uf44e'), ION_IOS_KEYPAD("ion-ios-keypad", '\uf450'), ION_IOS_KEYPAD_OUTLINE("ion-ios-keypad-outline", '\uf44f'), ION_IOS_LIGHTBULB("ion-ios-lightbulb", '\uf452'), ION_IOS_LIGHTBULB_OUTLINE("ion-ios-lightbulb-outline", '\uf451'), ION_IOS_LIST("ion-ios-list", '\uf454'), ION_IOS_LIST_OUTLINE("ion-ios-list-outline", '\uf453'), ION_IOS_LOCATION("ion-ios-location", '\uf456'), ION_IOS_LOCATION_OUTLINE("ion-ios-location-outline", '\uf455'), ION_IOS_LOCKED("ion-ios-locked", '\uf458'), ION_IOS_LOCKED_OUTLINE("ion-ios-locked-outline", '\uf457'), ION_IOS_LOOP("ion-ios-loop", '\uf45a'), ION_IOS_LOOP_STRONG("ion-ios-loop-strong", '\uf459'), ION_IOS_MEDICAL("ion-ios-medical", '\uf45c'), ION_IOS_MEDICAL_OUTLINE("ion-ios-medical-outline", '\uf45b'), ION_IOS_MEDKIT("ion-ios-medkit", '\uf45e'), ION_IOS_MEDKIT_OUTLINE("ion-ios-medkit-outline", '\uf45d'), ION_IOS_MIC("ion-ios-mic", '\uf461'), ION_IOS_MIC_OFF("ion-ios-mic-off", '\uf45f'), ION_IOS_MIC_OUTLINE("ion-ios-mic-outline", '\uf460'), ION_IOS_MINUS("ion-ios-minus", '\uf464'), ION_IOS_MINUS_EMPTY("ion-ios-minus-empty", '\uf462'), ION_IOS_MINUS_OUTLINE("ion-ios-minus-outline", '\uf463'), ION_IOS_MONITOR("ion-ios-monitor", '\uf466'), ION_IOS_MONITOR_OUTLINE("ion-ios-monitor-outline", '\uf465'), ION_IOS_MOON("ion-ios-moon", '\uf468'), ION_IOS_MOON_OUTLINE("ion-ios-moon-outline", '\uf467'), ION_IOS_MORE("ion-ios-more", '\uf46a'), ION_IOS_MORE_OUTLINE("ion-ios-more-outline", '\uf469'), ION_IOS_MUSICAL_NOTE("ion-ios-musical-note", '\uf46b'), ION_IOS_MUSICAL_NOTES("ion-ios-musical-notes", '\uf46c'), ION_IOS_NAVIGATE("ion-ios-navigate", '\uf46e'), ION_IOS_NAVIGATE_OUTLINE("ion-ios-navigate-outline", '\uf46d'), ION_IOS_NUTRITION("ion-ios-nutrition", '\uf470'), ION_IOS_NUTRITION_OUTLINE("ion-ios-nutrition-outline", '\uf46f'), ION_IOS_PAPER("ion-ios-paper", '\uf472'), ION_IOS_PAPERPLANE("ion-ios-paperplane", '\uf474'), ION_IOS_PAPERPLANE_OUTLINE("ion-ios-paperplane-outline", '\uf473'), ION_IOS_PAPER_OUTLINE("ion-ios-paper-outline", '\uf471'), ION_IOS_PARTLYSUNNY("ion-ios-partlysunny", '\uf476'), ION_IOS_PARTLYSUNNY_OUTLINE("ion-ios-partlysunny-outline", '\uf475'), ION_IOS_PAUSE("ion-ios-pause", '\uf478'), ION_IOS_PAUSE_OUTLINE("ion-ios-pause-outline", '\uf477'), ION_IOS_PAW("ion-ios-paw", '\uf47a'), ION_IOS_PAW_OUTLINE("ion-ios-paw-outline", '\uf479'), ION_IOS_PEOPLE("ion-ios-people", '\uf47c'), ION_IOS_PEOPLE_OUTLINE("ion-ios-people-outline", '\uf47b'), ION_IOS_PERSON("ion-ios-person", '\uf47e'), ION_IOS_PERSONADD("ion-ios-personadd", '\uf480'), ION_IOS_PERSONADD_OUTLINE("ion-ios-personadd-outline", '\uf47f'), ION_IOS_PERSON_OUTLINE("ion-ios-person-outline", '\uf47d'), ION_IOS_PHOTOS("ion-ios-photos", '\uf482'), ION_IOS_PHOTOS_OUTLINE("ion-ios-photos-outline", '\uf481'), ION_IOS_PIE("ion-ios-pie", '\uf484'), ION_IOS_PIE_OUTLINE("ion-ios-pie-outline", '\uf483'), ION_IOS_PINT("ion-ios-pint", '\uf486'), ION_IOS_PINT_OUTLINE("ion-ios-pint-outline", '\uf485'), ION_IOS_PLAY("ion-ios-play", '\uf488'), ION_IOS_PLAY_OUTLINE("ion-ios-play-outline", '\uf487'), ION_IOS_PLUS("ion-ios-plus", '\uf48b'), ION_IOS_PLUS_EMPTY("ion-ios-plus-empty", '\uf489'), ION_IOS_PLUS_OUTLINE("ion-ios-plus-outline", '\uf48a'), ION_IOS_PRICETAG("ion-ios-pricetag", '\uf48d'), ION_IOS_PRICETAGS("ion-ios-pricetags", '\uf48f'), ION_IOS_PRICETAGS_OUTLINE("ion-ios-pricetags-outline", '\uf48e'), ION_IOS_PRICETAG_OUTLINE("ion-ios-pricetag-outline", '\uf48c'), ION_IOS_PRINTER("ion-ios-printer", '\uf491'), ION_IOS_PRINTER_OUTLINE("ion-ios-printer-outline", '\uf490'), ION_IOS_PULSE("ion-ios-pulse", '\uf493'), ION_IOS_PULSE_STRONG("ion-ios-pulse-strong", '\uf492'), ION_IOS_RAINY("ion-ios-rainy", '\uf495'), ION_IOS_RAINY_OUTLINE("ion-ios-rainy-outline", '\uf494'), ION_IOS_RECORDING("ion-ios-recording", '\uf497'), ION_IOS_RECORDING_OUTLINE("ion-ios-recording-outline", '\uf496'), ION_IOS_REDO("ion-ios-redo", '\uf499'), ION_IOS_REDO_OUTLINE("ion-ios-redo-outline", '\uf498'), ION_IOS_REFRESH("ion-ios-refresh", '\uf49c'), ION_IOS_REFRESH_EMPTY("ion-ios-refresh-empty", '\uf49a'), ION_IOS_REFRESH_OUTLINE("ion-ios-refresh-outline", '\uf49b'), ION_IOS_RELOAD("ion-ios-reload", '\uf49d'), ION_IOS_REVERSE_CAMERA("ion-ios-reverse-camera", '\uf49f'), ION_IOS_REVERSE_CAMERA_OUTLINE("ion-ios-reverse-camera-outline", '\uf49e'), ION_IOS_REWIND("ion-ios-rewind", '\uf4a1'), ION_IOS_REWIND_OUTLINE("ion-ios-rewind-outline", '\uf4a0'), ION_IOS_ROSE("ion-ios-rose", '\uf4a3'), ION_IOS_ROSE_OUTLINE("ion-ios-rose-outline", '\uf4a2'), ION_IOS_SEARCH("ion-ios-search", '\uf4a5'), ION_IOS_SEARCH_STRONG("ion-ios-search-strong", '\uf4a4'), ION_IOS_SETTINGS("ion-ios-settings", '\uf4a7'), ION_IOS_SETTINGS_STRONG("ion-ios-settings-strong", '\uf4a6'), ION_IOS_SHUFFLE("ion-ios-shuffle", '\uf4a9'), ION_IOS_SHUFFLE_STRONG("ion-ios-shuffle-strong", '\uf4a8'), ION_IOS_SKIPBACKWARD("ion-ios-skipbackward", '\uf4ab'), ION_IOS_SKIPBACKWARD_OUTLINE("ion-ios-skipbackward-outline", '\uf4aa'), ION_IOS_SKIPFORWARD("ion-ios-skipforward", '\uf4ad'), ION_IOS_SKIPFORWARD_OUTLINE("ion-ios-skipforward-outline", '\uf4ac'), ION_IOS_SNOWY("ion-ios-snowy", '\uf4ae'), ION_IOS_SPEEDOMETER("ion-ios-speedometer", '\uf4b0'), ION_IOS_SPEEDOMETER_OUTLINE("ion-ios-speedometer-outline", '\uf4af'), ION_IOS_STAR("ion-ios-star", '\uf4b3'), ION_IOS_STAR_HALF("ion-ios-star-half", '\uf4b1'), ION_IOS_STAR_OUTLINE("ion-ios-star-outline", '\uf4b2'), ION_IOS_STOPWATCH("ion-ios-stopwatch", '\uf4b5'), ION_IOS_STOPWATCH_OUTLINE("ion-ios-stopwatch-outline", '\uf4b4'), ION_IOS_SUNNY("ion-ios-sunny", '\uf4b7'), ION_IOS_SUNNY_OUTLINE("ion-ios-sunny-outline", '\uf4b6'), ION_IOS_TELEPHONE("ion-ios-telephone", '\uf4b9'), ION_IOS_TELEPHONE_OUTLINE("ion-ios-telephone-outline", '\uf4b8'), ION_IOS_TENNISBALL("ion-ios-tennisball", '\uf4bb'), ION_IOS_TENNISBALL_OUTLINE("ion-ios-tennisball-outline", '\uf4ba'), ION_IOS_THUNDERSTORM("ion-ios-thunderstorm", '\uf4bd'), ION_IOS_THUNDERSTORM_OUTLINE("ion-ios-thunderstorm-outline", '\uf4bc'), ION_IOS_TIME("ion-ios-time", '\uf4bf'), ION_IOS_TIMER("ion-ios-timer", '\uf4c1'), ION_IOS_TIMER_OUTLINE("ion-ios-timer-outline", '\uf4c0'), ION_IOS_TIME_OUTLINE("ion-ios-time-outline", '\uf4be'), ION_IOS_TOGGLE("ion-ios-toggle", '\uf4c3'), ION_IOS_TOGGLE_OUTLINE("ion-ios-toggle-outline", '\uf4c2'), ION_IOS_TRASH("ion-ios-trash", '\uf4c5'), ION_IOS_TRASH_OUTLINE("ion-ios-trash-outline", '\uf4c4'), ION_IOS_UNDO("ion-ios-undo", '\uf4c7'), ION_IOS_UNDO_OUTLINE("ion-ios-undo-outline", '\uf4c6'), ION_IOS_UNLOCKED("ion-ios-unlocked", '\uf4c9'), ION_IOS_UNLOCKED_OUTLINE("ion-ios-unlocked-outline", '\uf4c8'), ION_IOS_UPLOAD("ion-ios-upload", '\uf4cb'), ION_IOS_UPLOAD_OUTLINE("ion-ios-upload-outline", '\uf4ca'), ION_IOS_VIDEOCAM("ion-ios-videocam", '\uf4cd'), ION_IOS_VIDEOCAM_OUTLINE("ion-ios-videocam-outline", '\uf4cc'), ION_IOS_VOLUME_HIGH("ion-ios-volume-high", '\uf4ce'), ION_IOS_VOLUME_LOW("ion-ios-volume-low", '\uf4cf'), ION_IOS_WINEGLASS("ion-ios-wineglass", '\uf4d1'), ION_IOS_WINEGLASS_OUTLINE("ion-ios-wineglass-outline", '\uf4d0'), ION_IOS_WORLD("ion-ios-world", '\uf4d3'), ION_IOS_WORLD_OUTLINE("ion-ios-world-outline", '\uf4d2'), ION_IPAD("ion-ipad", '\uf1f9'), ION_IPHONE("ion-iphone", '\uf1fa'), ION_IPOD("ion-ipod", '\uf1fb'), ION_JET("ion-jet", '\uf295'), ION_KEY("ion-key", '\uf296'), ION_KNIFE("ion-knife", '\uf297'), ION_LAPTOP("ion-laptop", '\uf1fc'), ION_LEAF("ion-leaf", '\uf1fd'), ION_LEVELS("ion-levels", '\uf298'), ION_LIGHTBULB("ion-lightbulb", '\uf299'), ION_LINK("ion-link", '\uf1fe'), ION_LOAD_A("ion-load-a", '\uf29a'), ION_LOAD_B("ion-load-b", '\uf29b'), ION_LOAD_C("ion-load-c", '\uf29c'), ION_LOAD_D("ion-load-d", '\uf29d'), ION_LOCATION("ion-location", '\uf1ff'), ION_LOCKED("ion-locked", '\uf200'), ION_LOCK_COMBINATION("ion-lock-combination", '\uf4d4'), ION_LOG_IN("ion-log-in", '\uf29e'), ION_LOG_OUT("ion-log-out", '\uf29f'), ION_LOOP("ion-loop", '\uf201'), ION_MAGNET("ion-magnet", '\uf2a0'), ION_MALE("ion-male", '\uf2a1'), ION_MAN("ion-man", '\uf202'), ION_MAP("ion-map", '\uf203'), ION_MEDKIT("ion-medkit", '\uf2a2'), ION_MERGE("ion-merge", '\uf33f'), ION_MIC_A("ion-mic-a", '\uf204'), ION_MIC_B("ion-mic-b", '\uf205'), ION_MIC_C("ion-mic-c", '\uf206'), ION_MINUS("ion-minus", '\uf209'), ION_MINUS_CIRCLED("ion-minus-circled", '\uf207'), ION_MINUS_ROUND("ion-minus-round", '\uf208'), ION_MODEL_S("ion-model-s", '\uf2c1'), ION_MONITOR("ion-monitor", '\uf20a'), ION_MORE("ion-more", '\uf20b'), ION_MOUSE("ion-mouse", '\uf340'), ION_MUSIC_NOTE("ion-music-note", '\uf20c'), ION_NAVICON("ion-navicon", '\uf20e'), ION_NAVICON_ROUND("ion-navicon-round", '\uf20d'), ION_NAVIGATE("ion-navigate", '\uf2a3'), ION_NETWORK("ion-network", '\uf341'), ION_NO_SMOKING("ion-no-smoking", '\uf2c2'), ION_NUCLEAR("ion-nuclear", '\uf2a4'), ION_OUTLET("ion-outlet", '\uf342'), ION_PAINTBRUSH("ion-paintbrush", '\uf4d5'), ION_PAINTBUCKET("ion-paintbucket", '\uf4d6'), ION_PAPERCLIP("ion-paperclip", '\uf20f'), ION_PAPER_AIRPLANE("ion-paper-airplane", '\uf2c3'), ION_PAUSE("ion-pause", '\uf210'), ION_PERSON("ion-person", '\uf213'), ION_PERSON_ADD("ion-person-add", '\uf211'), ION_PERSON_STALKER("ion-person-stalker", '\uf212'), ION_PIE_GRAPH("ion-pie-graph", '\uf2a5'), ION_PIN("ion-pin", '\uf2a6'), ION_PINPOINT("ion-pinpoint", '\uf2a7'), ION_PIZZA("ion-pizza", '\uf2a8'), ION_PLANE("ion-plane", '\uf214'), ION_PLANET("ion-planet", '\uf343'), ION_PLAY("ion-play", '\uf215'), ION_PLAYSTATION("ion-playstation", '\uf30a'), ION_PLUS("ion-plus", '\uf218'), ION_PLUS_CIRCLED("ion-plus-circled", '\uf216'), ION_PLUS_ROUND("ion-plus-round", '\uf217'), ION_PODIUM("ion-podium", '\uf344'), ION_POUND("ion-pound", '\uf219'), ION_POWER("ion-power", '\uf2a9'), ION_PRICETAG("ion-pricetag", '\uf2aa'), ION_PRICETAGS("ion-pricetags", '\uf2ab'), ION_PRINTER("ion-printer", '\uf21a'), ION_PULL_REQUEST("ion-pull-request", '\uf345'), ION_QR_SCANNER("ion-qr-scanner", '\uf346'), ION_QUOTE("ion-quote", '\uf347'), ION_RADIO_WAVES("ion-radio-waves", '\uf2ac'), ION_RECORD("ion-record", '\uf21b'), ION_REFRESH("ion-refresh", '\uf21c'), ION_REPLY("ion-reply", '\uf21e'), ION_REPLY_ALL("ion-reply-all", '\uf21d'), ION_RIBBON_A("ion-ribbon-a", '\uf348'), ION_RIBBON_B("ion-ribbon-b", '\uf349'), ION_SAD("ion-sad", '\uf34a'), ION_SAD_OUTLINE("ion-sad-outline", '\uf4d7'), ION_SCISSORS("ion-scissors", '\uf34b'), ION_SEARCH("ion-search", '\uf21f'), ION_SETTINGS("ion-settings", '\uf2ad'), ION_SHARE("ion-share", '\uf220'), ION_SHUFFLE("ion-shuffle", '\uf221'), ION_SKIP_BACKWARD("ion-skip-backward", '\uf222'), ION_SKIP_FORWARD("ion-skip-forward", '\uf223'), ION_SOCIAL_ANDROID("ion-social-android", '\uf225'), ION_SOCIAL_ANDROID_OUTLINE("ion-social-android-outline", '\uf224'), ION_SOCIAL_ANGULAR("ion-social-angular", '\uf4d9'), ION_SOCIAL_ANGULAR_OUTLINE("ion-social-angular-outline", '\uf4d8'), ION_SOCIAL_APPLE("ion-social-apple", '\uf227'), ION_SOCIAL_APPLE_OUTLINE("ion-social-apple-outline", '\uf226'), ION_SOCIAL_BITCOIN("ion-social-bitcoin", '\uf2af'), ION_SOCIAL_BITCOIN_OUTLINE("ion-social-bitcoin-outline", '\uf2ae'), ION_SOCIAL_BUFFER("ion-social-buffer", '\uf229'), ION_SOCIAL_BUFFER_OUTLINE("ion-social-buffer-outline", '\uf228'), ION_SOCIAL_CHROME("ion-social-chrome", '\uf4db'), ION_SOCIAL_CHROME_OUTLINE("ion-social-chrome-outline", '\uf4da'), ION_SOCIAL_CODEPEN("ion-social-codepen", '\uf4dd'), ION_SOCIAL_CODEPEN_OUTLINE("ion-social-codepen-outline", '\uf4dc'), ION_SOCIAL_CSS3("ion-social-css3", '\uf4df'), ION_SOCIAL_CSS3_OUTLINE("ion-social-css3-outline", '\uf4de'), ION_SOCIAL_DESIGNERNEWS("ion-social-designernews", '\uf22b'), ION_SOCIAL_DESIGNERNEWS_OUTLINE("ion-social-designernews-outline", '\uf22a'), ION_SOCIAL_DRIBBBLE("ion-social-dribbble", '\uf22d'), ION_SOCIAL_DRIBBBLE_OUTLINE("ion-social-dribbble-outline", '\uf22c'), ION_SOCIAL_DROPBOX("ion-social-dropbox", '\uf22f'), ION_SOCIAL_DROPBOX_OUTLINE("ion-social-dropbox-outline", '\uf22e'), ION_SOCIAL_EURO("ion-social-euro", '\uf4e1'), ION_SOCIAL_EURO_OUTLINE("ion-social-euro-outline", '\uf4e0'), ION_SOCIAL_FACEBOOK("ion-social-facebook", '\uf231'), ION_SOCIAL_FACEBOOK_OUTLINE("ion-social-facebook-outline", '\uf230'), ION_SOCIAL_FOURSQUARE("ion-social-foursquare", '\uf34d'), ION_SOCIAL_FOURSQUARE_OUTLINE("ion-social-foursquare-outline", '\uf34c'), ION_SOCIAL_FREEBSD_DEVIL("ion-social-freebsd-devil", '\uf2c4'), ION_SOCIAL_GITHUB("ion-social-github", '\uf233'), ION_SOCIAL_GITHUB_OUTLINE("ion-social-github-outline", '\uf232'), ION_SOCIAL_GOOGLE("ion-social-google", '\uf34f'), ION_SOCIAL_GOOGLEPLUS("ion-social-googleplus", '\uf235'), ION_SOCIAL_GOOGLEPLUS_OUTLINE("ion-social-googleplus-outline", '\uf234'), ION_SOCIAL_GOOGLE_OUTLINE("ion-social-google-outline", '\uf34e'), ION_SOCIAL_HACKERNEWS("ion-social-hackernews", '\uf237'), ION_SOCIAL_HACKERNEWS_OUTLINE("ion-social-hackernews-outline", '\uf236'), ION_SOCIAL_HTML5("ion-social-html5", '\uf4e3'), ION_SOCIAL_HTML5_OUTLINE("ion-social-html5-outline", '\uf4e2'), ION_SOCIAL_INSTAGRAM("ion-social-instagram", '\uf351'), ION_SOCIAL_INSTAGRAM_OUTLINE("ion-social-instagram-outline", '\uf350'), ION_SOCIAL_JAVASCRIPT("ion-social-javascript", '\uf4e5'), ION_SOCIAL_JAVASCRIPT_OUTLINE("ion-social-javascript-outline", '\uf4e4'), ION_SOCIAL_LINKEDIN("ion-social-linkedin", '\uf239'), ION_SOCIAL_LINKEDIN_OUTLINE("ion-social-linkedin-outline", '\uf238'), ION_SOCIAL_MARKDOWN("ion-social-markdown", '\uf4e6'), ION_SOCIAL_NODEJS("ion-social-nodejs", '\uf4e7'), ION_SOCIAL_OCTOCAT("ion-social-octocat", '\uf4e8'), ION_SOCIAL_PINTEREST("ion-social-pinterest", '\uf2b1'), ION_SOCIAL_PINTEREST_OUTLINE("ion-social-pinterest-outline", '\uf2b0'), ION_SOCIAL_PYTHON("ion-social-python", '\uf4e9'), ION_SOCIAL_REDDIT("ion-social-reddit", '\uf23b'), ION_SOCIAL_REDDIT_OUTLINE("ion-social-reddit-outline", '\uf23a'), ION_SOCIAL_RSS("ion-social-rss", '\uf23d'), ION_SOCIAL_RSS_OUTLINE("ion-social-rss-outline", '\uf23c'), ION_SOCIAL_SASS("ion-social-sass", '\uf4ea'), ION_SOCIAL_SKYPE("ion-social-skype", '\uf23f'), ION_SOCIAL_SKYPE_OUTLINE("ion-social-skype-outline", '\uf23e'), ION_SOCIAL_SNAPCHAT("ion-social-snapchat", '\uf4ec'), ION_SOCIAL_SNAPCHAT_OUTLINE("ion-social-snapchat-outline", '\uf4eb'), ION_SOCIAL_TUMBLR("ion-social-tumblr", '\uf241'), ION_SOCIAL_TUMBLR_OUTLINE("ion-social-tumblr-outline", '\uf240'), ION_SOCIAL_TUX("ion-social-tux", '\uf2c5'), ION_SOCIAL_TWITCH("ion-social-twitch", '\uf4ee'), ION_SOCIAL_TWITCH_OUTLINE("ion-social-twitch-outline", '\uf4ed'), ION_SOCIAL_TWITTER("ion-social-twitter", '\uf243'), ION_SOCIAL_TWITTER_OUTLINE("ion-social-twitter-outline", '\uf242'), ION_SOCIAL_USD("ion-social-usd", '\uf353'), ION_SOCIAL_USD_OUTLINE("ion-social-usd-outline", '\uf352'), ION_SOCIAL_VIMEO("ion-social-vimeo", '\uf245'), ION_SOCIAL_VIMEO_OUTLINE("ion-social-vimeo-outline", '\uf244'), ION_SOCIAL_WHATSAPP("ion-social-whatsapp", '\uf4f0'), ION_SOCIAL_WHATSAPP_OUTLINE("ion-social-whatsapp-outline", '\uf4ef'), ION_SOCIAL_WINDOWS("ion-social-windows", '\uf247'), ION_SOCIAL_WINDOWS_OUTLINE("ion-social-windows-outline", '\uf246'), ION_SOCIAL_WORDPRESS("ion-social-wordpress", '\uf249'), ION_SOCIAL_WORDPRESS_OUTLINE("ion-social-wordpress-outline", '\uf248'), ION_SOCIAL_YAHOO("ion-social-yahoo", '\uf24b'), ION_SOCIAL_YAHOO_OUTLINE("ion-social-yahoo-outline", '\uf24a'), ION_SOCIAL_YEN("ion-social-yen", '\uf4f2'), ION_SOCIAL_YEN_OUTLINE("ion-social-yen-outline", '\uf4f1'), ION_SOCIAL_YOUTUBE("ion-social-youtube", '\uf24d'), ION_SOCIAL_YOUTUBE_OUTLINE("ion-social-youtube-outline", '\uf24c'), ION_SOUP_CAN("ion-soup-can", '\uf4f4'), ION_SOUP_CAN_OUTLINE("ion-soup-can-outline", '\uf4f3'), ION_SPEAKERPHONE("ion-speakerphone", '\uf2b2'), ION_SPEEDOMETER("ion-speedometer", '\uf2b3'), ION_SPOON("ion-spoon", '\uf2b4'), ION_STAR("ion-star", '\uf24e'), ION_STATS_BARS("ion-stats-bars", '\uf2b5'), ION_STEAM("ion-steam", '\uf30b'), ION_STOP("ion-stop", '\uf24f'), ION_THERMOMETER("ion-thermometer", '\uf2b6'), ION_THUMBSDOWN("ion-thumbsdown", '\uf250'), ION_THUMBSUP("ion-thumbsup", '\uf251'), ION_TOGGLE("ion-toggle", '\uf355'), ION_TOGGLE_FILLED("ion-toggle-filled", '\uf354'), ION_TRANSGENDER("ion-transgender", '\uf4f5'), ION_TRASH_A("ion-trash-a", '\uf252'), ION_TRASH_B("ion-trash-b", '\uf253'), ION_TROPHY("ion-trophy", '\uf356'), ION_TSHIRT("ion-tshirt", '\uf4f7'), ION_TSHIRT_OUTLINE("ion-tshirt-outline", '\uf4f6'), ION_UMBRELLA("ion-umbrella", '\uf2b7'), ION_UNIVERSITY("ion-university", '\uf357'), ION_UNLOCKED("ion-unlocked", '\uf254'), ION_UPLOAD("ion-upload", '\uf255'), ION_USB("ion-usb", '\uf2b8'), ION_VIDEOCAMERA("ion-videocamera", '\uf256'), ION_VOLUME_HIGH("ion-volume-high", '\uf257'), ION_VOLUME_LOW("ion-volume-low", '\uf258'), ION_VOLUME_MEDIUM("ion-volume-medium", '\uf259'), ION_VOLUME_MUTE("ion-volume-mute", '\uf25a'), ION_WAND("ion-wand", '\uf358'), ION_WATERDROP("ion-waterdrop", '\uf25b'), ION_WIFI("ion-wifi", '\uf25c'), ION_WINEGLASS("ion-wineglass", '\uf2b9'), ION_WOMAN("ion-woman", '\uf25d'), ION_WRENCH("ion-wrench", '\uf2ba'), ION_XBOX("ion-xbox", '\uf30c'); public static Ionicons findByDescription(String description) { for (Ionicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Ionicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-ionicons-pack/src/main/java/org/kordamp/ikonli/ionicons/IoniconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class IoniconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/ionicons/2.0.1/fonts/ionicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ion-"); } @Override public Ikon resolve(String description) { return Ionicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Ionicons"; } } ================================================ FILE: icon-packs/ikonli-ionicons-pack/src/main/java/org/kordamp/ikonli/ionicons/IoniconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class IoniconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Ionicons.class; } } ================================================ FILE: icon-packs/ikonli-ionicons-pack/src/main/resources/META-INF/resources/ionicons/2.0.1/LICENSE ================================================ The MIT License (MIT) Copyright (c) 2014 Drifty (http://drifty.com/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: icon-packs/ikonli-ionicons-pack/src/main/resources/META-INF/resources/ionicons/2.0.1/css/ionicons.css ================================================ @charset "UTF-8"; /*! Ionicons, v2.0.0 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License: https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons: https://github.com/google/material-design-icons used under CC BY http://creativecommons.org/licenses/by/4.0/ Modified icons to fit ionicon’s grid from original. */ @font-face { font-family: "Ionicons"; font-weight: normal; font-style: normal; src: url("../fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); } .ion:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ion-alert:before { content: "\f101"; } .ion-alert-circled:before { content: "\f100"; } .ion-android-add:before { content: "\f2c7"; } .ion-android-add-circle:before { content: "\f359"; } .ion-android-alarm-clock:before { content: "\f35a"; } .ion-android-alert:before { content: "\f35b"; } .ion-android-apps:before { content: "\f35c"; } .ion-android-archive:before { content: "\f2c9"; } .ion-android-arrow-back:before { content: "\f2ca"; } .ion-android-arrow-down:before { content: "\f35d"; } .ion-android-arrow-dropdown:before { content: "\f35f"; } .ion-android-arrow-dropdown-circle:before { content: "\f35e"; } .ion-android-arrow-dropleft:before { content: "\f361"; } .ion-android-arrow-dropleft-circle:before { content: "\f360"; } .ion-android-arrow-dropright:before { content: "\f363"; } .ion-android-arrow-dropright-circle:before { content: "\f362"; } .ion-android-arrow-dropup:before { content: "\f365"; } .ion-android-arrow-dropup-circle:before { content: "\f364"; } .ion-android-arrow-forward:before { content: "\f30f"; } .ion-android-arrow-up:before { content: "\f366"; } .ion-android-attach:before { content: "\f367"; } .ion-android-bar:before { content: "\f368"; } .ion-android-bicycle:before { content: "\f369"; } .ion-android-boat:before { content: "\f36a"; } .ion-android-bookmark:before { content: "\f36b"; } .ion-android-bulb:before { content: "\f36c"; } .ion-android-bus:before { content: "\f36d"; } .ion-android-calendar:before { content: "\f2d1"; } .ion-android-call:before { content: "\f2d2"; } .ion-android-camera:before { content: "\f2d3"; } .ion-android-cancel:before { content: "\f36e"; } .ion-android-car:before { content: "\f36f"; } .ion-android-cart:before { content: "\f370"; } .ion-android-chat:before { content: "\f2d4"; } .ion-android-checkbox:before { content: "\f374"; } .ion-android-checkbox-blank:before { content: "\f371"; } .ion-android-checkbox-outline:before { content: "\f373"; } .ion-android-checkbox-outline-blank:before { content: "\f372"; } .ion-android-checkmark-circle:before { content: "\f375"; } .ion-android-clipboard:before { content: "\f376"; } .ion-android-close:before { content: "\f2d7"; } .ion-android-cloud:before { content: "\f37a"; } .ion-android-cloud-circle:before { content: "\f377"; } .ion-android-cloud-done:before { content: "\f378"; } .ion-android-cloud-outline:before { content: "\f379"; } .ion-android-color-palette:before { content: "\f37b"; } .ion-android-compass:before { content: "\f37c"; } .ion-android-contact:before { content: "\f2d8"; } .ion-android-contacts:before { content: "\f2d9"; } .ion-android-contract:before { content: "\f37d"; } .ion-android-create:before { content: "\f37e"; } .ion-android-delete:before { content: "\f37f"; } .ion-android-desktop:before { content: "\f380"; } .ion-android-document:before { content: "\f381"; } .ion-android-done:before { content: "\f383"; } .ion-android-done-all:before { content: "\f382"; } .ion-android-download:before { content: "\f2dd"; } .ion-android-drafts:before { content: "\f384"; } .ion-android-exit:before { content: "\f385"; } .ion-android-expand:before { content: "\f386"; } .ion-android-favorite:before { content: "\f388"; } .ion-android-favorite-outline:before { content: "\f387"; } .ion-android-film:before { content: "\f389"; } .ion-android-folder:before { content: "\f2e0"; } .ion-android-folder-open:before { content: "\f38a"; } .ion-android-funnel:before { content: "\f38b"; } .ion-android-globe:before { content: "\f38c"; } .ion-android-hand:before { content: "\f2e3"; } .ion-android-hangout:before { content: "\f38d"; } .ion-android-happy:before { content: "\f38e"; } .ion-android-home:before { content: "\f38f"; } .ion-android-image:before { content: "\f2e4"; } .ion-android-laptop:before { content: "\f390"; } .ion-android-list:before { content: "\f391"; } .ion-android-locate:before { content: "\f2e9"; } .ion-android-lock:before { content: "\f392"; } .ion-android-mail:before { content: "\f2eb"; } .ion-android-map:before { content: "\f393"; } .ion-android-menu:before { content: "\f394"; } .ion-android-microphone:before { content: "\f2ec"; } .ion-android-microphone-off:before { content: "\f395"; } .ion-android-more-horizontal:before { content: "\f396"; } .ion-android-more-vertical:before { content: "\f397"; } .ion-android-navigate:before { content: "\f398"; } .ion-android-notifications:before { content: "\f39b"; } .ion-android-notifications-none:before { content: "\f399"; } .ion-android-notifications-off:before { content: "\f39a"; } .ion-android-open:before { content: "\f39c"; } .ion-android-options:before { content: "\f39d"; } .ion-android-people:before { content: "\f39e"; } .ion-android-person:before { content: "\f3a0"; } .ion-android-person-add:before { content: "\f39f"; } .ion-android-phone-landscape:before { content: "\f3a1"; } .ion-android-phone-portrait:before { content: "\f3a2"; } .ion-android-pin:before { content: "\f3a3"; } .ion-android-plane:before { content: "\f3a4"; } .ion-android-playstore:before { content: "\f2f0"; } .ion-android-print:before { content: "\f3a5"; } .ion-android-radio-button-off:before { content: "\f3a6"; } .ion-android-radio-button-on:before { content: "\f3a7"; } .ion-android-refresh:before { content: "\f3a8"; } .ion-android-remove:before { content: "\f2f4"; } .ion-android-remove-circle:before { content: "\f3a9"; } .ion-android-restaurant:before { content: "\f3aa"; } .ion-android-sad:before { content: "\f3ab"; } .ion-android-search:before { content: "\f2f5"; } .ion-android-send:before { content: "\f2f6"; } .ion-android-settings:before { content: "\f2f7"; } .ion-android-share:before { content: "\f2f8"; } .ion-android-share-alt:before { content: "\f3ac"; } .ion-android-star:before { content: "\f2fc"; } .ion-android-star-half:before { content: "\f3ad"; } .ion-android-star-outline:before { content: "\f3ae"; } .ion-android-stopwatch:before { content: "\f2fd"; } .ion-android-subway:before { content: "\f3af"; } .ion-android-sunny:before { content: "\f3b0"; } .ion-android-sync:before { content: "\f3b1"; } .ion-android-textsms:before { content: "\f3b2"; } .ion-android-time:before { content: "\f3b3"; } .ion-android-train:before { content: "\f3b4"; } .ion-android-unlock:before { content: "\f3b5"; } .ion-android-upload:before { content: "\f3b6"; } .ion-android-volume-down:before { content: "\f3b7"; } .ion-android-volume-mute:before { content: "\f3b8"; } .ion-android-volume-off:before { content: "\f3b9"; } .ion-android-volume-up:before { content: "\f3ba"; } .ion-android-walk:before { content: "\f3bb"; } .ion-android-warning:before { content: "\f3bc"; } .ion-android-watch:before { content: "\f3bd"; } .ion-android-wifi:before { content: "\f305"; } .ion-aperture:before { content: "\f313"; } .ion-archive:before { content: "\f102"; } .ion-arrow-down-a:before { content: "\f103"; } .ion-arrow-down-b:before { content: "\f104"; } .ion-arrow-down-c:before { content: "\f105"; } .ion-arrow-expand:before { content: "\f25e"; } .ion-arrow-graph-down-left:before { content: "\f25f"; } .ion-arrow-graph-down-right:before { content: "\f260"; } .ion-arrow-graph-up-left:before { content: "\f261"; } .ion-arrow-graph-up-right:before { content: "\f262"; } .ion-arrow-left-a:before { content: "\f106"; } .ion-arrow-left-b:before { content: "\f107"; } .ion-arrow-left-c:before { content: "\f108"; } .ion-arrow-move:before { content: "\f263"; } .ion-arrow-resize:before { content: "\f264"; } .ion-arrow-return-left:before { content: "\f265"; } .ion-arrow-return-right:before { content: "\f266"; } .ion-arrow-right-a:before { content: "\f109"; } .ion-arrow-right-b:before { content: "\f10a"; } .ion-arrow-right-c:before { content: "\f10b"; } .ion-arrow-shrink:before { content: "\f267"; } .ion-arrow-swap:before { content: "\f268"; } .ion-arrow-up-a:before { content: "\f10c"; } .ion-arrow-up-b:before { content: "\f10d"; } .ion-arrow-up-c:before { content: "\f10e"; } .ion-asterisk:before { content: "\f314"; } .ion-at:before { content: "\f10f"; } .ion-backspace:before { content: "\f3bf"; } .ion-backspace-outline:before { content: "\f3be"; } .ion-bag:before { content: "\f110"; } .ion-battery-charging:before { content: "\f111"; } .ion-battery-empty:before { content: "\f112"; } .ion-battery-full:before { content: "\f113"; } .ion-battery-half:before { content: "\f114"; } .ion-battery-low:before { content: "\f115"; } .ion-beaker:before { content: "\f269"; } .ion-beer:before { content: "\f26a"; } .ion-bluetooth:before { content: "\f116"; } .ion-bonfire:before { content: "\f315"; } .ion-bookmark:before { content: "\f26b"; } .ion-bowtie:before { content: "\f3c0"; } .ion-briefcase:before { content: "\f26c"; } .ion-bug:before { content: "\f2be"; } .ion-calculator:before { content: "\f26d"; } .ion-calendar:before { content: "\f117"; } .ion-camera:before { content: "\f118"; } .ion-card:before { content: "\f119"; } .ion-cash:before { content: "\f316"; } .ion-chatbox:before { content: "\f11b"; } .ion-chatbox-working:before { content: "\f11a"; } .ion-chatboxes:before { content: "\f11c"; } .ion-chatbubble:before { content: "\f11e"; } .ion-chatbubble-working:before { content: "\f11d"; } .ion-chatbubbles:before { content: "\f11f"; } .ion-checkmark:before { content: "\f122"; } .ion-checkmark-circled:before { content: "\f120"; } .ion-checkmark-round:before { content: "\f121"; } .ion-chevron-down:before { content: "\f123"; } .ion-chevron-left:before { content: "\f124"; } .ion-chevron-right:before { content: "\f125"; } .ion-chevron-up:before { content: "\f126"; } .ion-clipboard:before { content: "\f127"; } .ion-clock:before { content: "\f26e"; } .ion-close:before { content: "\f12a"; } .ion-close-circled:before { content: "\f128"; } .ion-close-round:before { content: "\f129"; } .ion-closed-captioning:before { content: "\f317"; } .ion-cloud:before { content: "\f12b"; } .ion-code:before { content: "\f271"; } .ion-code-download:before { content: "\f26f"; } .ion-code-working:before { content: "\f270"; } .ion-coffee:before { content: "\f272"; } .ion-compass:before { content: "\f273"; } .ion-compose:before { content: "\f12c"; } .ion-connection-bars:before { content: "\f274"; } .ion-contrast:before { content: "\f275"; } .ion-crop:before { content: "\f3c1"; } .ion-cube:before { content: "\f318"; } .ion-disc:before { content: "\f12d"; } .ion-document:before { content: "\f12f"; } .ion-document-text:before { content: "\f12e"; } .ion-drag:before { content: "\f130"; } .ion-earth:before { content: "\f276"; } .ion-easel:before { content: "\f3c2"; } .ion-edit:before { content: "\f2bf"; } .ion-egg:before { content: "\f277"; } .ion-eject:before { content: "\f131"; } .ion-email:before { content: "\f132"; } .ion-email-unread:before { content: "\f3c3"; } .ion-erlenmeyer-flask:before { content: "\f3c5"; } .ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; } .ion-eye:before { content: "\f133"; } .ion-eye-disabled:before { content: "\f306"; } .ion-female:before { content: "\f278"; } .ion-filing:before { content: "\f134"; } .ion-film-marker:before { content: "\f135"; } .ion-fireball:before { content: "\f319"; } .ion-flag:before { content: "\f279"; } .ion-flame:before { content: "\f31a"; } .ion-flash:before { content: "\f137"; } .ion-flash-off:before { content: "\f136"; } .ion-folder:before { content: "\f139"; } .ion-fork:before { content: "\f27a"; } .ion-fork-repo:before { content: "\f2c0"; } .ion-forward:before { content: "\f13a"; } .ion-funnel:before { content: "\f31b"; } .ion-gear-a:before { content: "\f13d"; } .ion-gear-b:before { content: "\f13e"; } .ion-grid:before { content: "\f13f"; } .ion-hammer:before { content: "\f27b"; } .ion-happy:before { content: "\f31c"; } .ion-happy-outline:before { content: "\f3c6"; } .ion-headphone:before { content: "\f140"; } .ion-heart:before { content: "\f141"; } .ion-heart-broken:before { content: "\f31d"; } .ion-help:before { content: "\f143"; } .ion-help-buoy:before { content: "\f27c"; } .ion-help-circled:before { content: "\f142"; } .ion-home:before { content: "\f144"; } .ion-icecream:before { content: "\f27d"; } .ion-image:before { content: "\f147"; } .ion-images:before { content: "\f148"; } .ion-information:before { content: "\f14a"; } .ion-information-circled:before { content: "\f149"; } .ion-ionic:before { content: "\f14b"; } .ion-ios-alarm:before { content: "\f3c8"; } .ion-ios-alarm-outline:before { content: "\f3c7"; } .ion-ios-albums:before { content: "\f3ca"; } .ion-ios-albums-outline:before { content: "\f3c9"; } .ion-ios-americanfootball:before { content: "\f3cc"; } .ion-ios-americanfootball-outline:before { content: "\f3cb"; } .ion-ios-analytics:before { content: "\f3ce"; } .ion-ios-analytics-outline:before { content: "\f3cd"; } .ion-ios-arrow-back:before { content: "\f3cf"; } .ion-ios-arrow-down:before { content: "\f3d0"; } .ion-ios-arrow-forward:before { content: "\f3d1"; } .ion-ios-arrow-left:before { content: "\f3d2"; } .ion-ios-arrow-right:before { content: "\f3d3"; } .ion-ios-arrow-thin-down:before { content: "\f3d4"; } .ion-ios-arrow-thin-left:before { content: "\f3d5"; } .ion-ios-arrow-thin-right:before { content: "\f3d6"; } .ion-ios-arrow-thin-up:before { content: "\f3d7"; } .ion-ios-arrow-up:before { content: "\f3d8"; } .ion-ios-at:before { content: "\f3da"; } .ion-ios-at-outline:before { content: "\f3d9"; } .ion-ios-barcode:before { content: "\f3dc"; } .ion-ios-barcode-outline:before { content: "\f3db"; } .ion-ios-baseball:before { content: "\f3de"; } .ion-ios-baseball-outline:before { content: "\f3dd"; } .ion-ios-basketball:before { content: "\f3e0"; } .ion-ios-basketball-outline:before { content: "\f3df"; } .ion-ios-bell:before { content: "\f3e2"; } .ion-ios-bell-outline:before { content: "\f3e1"; } .ion-ios-body:before { content: "\f3e4"; } .ion-ios-body-outline:before { content: "\f3e3"; } .ion-ios-bolt:before { content: "\f3e6"; } .ion-ios-bolt-outline:before { content: "\f3e5"; } .ion-ios-book:before { content: "\f3e8"; } .ion-ios-book-outline:before { content: "\f3e7"; } .ion-ios-bookmarks:before { content: "\f3ea"; } .ion-ios-bookmarks-outline:before { content: "\f3e9"; } .ion-ios-box:before { content: "\f3ec"; } .ion-ios-box-outline:before { content: "\f3eb"; } .ion-ios-briefcase:before { content: "\f3ee"; } .ion-ios-briefcase-outline:before { content: "\f3ed"; } .ion-ios-browsers:before { content: "\f3f0"; } .ion-ios-browsers-outline:before { content: "\f3ef"; } .ion-ios-calculator:before { content: "\f3f2"; } .ion-ios-calculator-outline:before { content: "\f3f1"; } .ion-ios-calendar:before { content: "\f3f4"; } .ion-ios-calendar-outline:before { content: "\f3f3"; } .ion-ios-camera:before { content: "\f3f6"; } .ion-ios-camera-outline:before { content: "\f3f5"; } .ion-ios-cart:before { content: "\f3f8"; } .ion-ios-cart-outline:before { content: "\f3f7"; } .ion-ios-chatboxes:before { content: "\f3fa"; } .ion-ios-chatboxes-outline:before { content: "\f3f9"; } .ion-ios-chatbubble:before { content: "\f3fc"; } .ion-ios-chatbubble-outline:before { content: "\f3fb"; } .ion-ios-checkmark:before { content: "\f3ff"; } .ion-ios-checkmark-empty:before { content: "\f3fd"; } .ion-ios-checkmark-outline:before { content: "\f3fe"; } .ion-ios-circle-filled:before { content: "\f400"; } .ion-ios-circle-outline:before { content: "\f401"; } .ion-ios-clock:before { content: "\f403"; } .ion-ios-clock-outline:before { content: "\f402"; } .ion-ios-close:before { content: "\f406"; } .ion-ios-close-empty:before { content: "\f404"; } .ion-ios-close-outline:before { content: "\f405"; } .ion-ios-cloud:before { content: "\f40c"; } .ion-ios-cloud-download:before { content: "\f408"; } .ion-ios-cloud-download-outline:before { content: "\f407"; } .ion-ios-cloud-outline:before { content: "\f409"; } .ion-ios-cloud-upload:before { content: "\f40b"; } .ion-ios-cloud-upload-outline:before { content: "\f40a"; } .ion-ios-cloudy:before { content: "\f410"; } .ion-ios-cloudy-night:before { content: "\f40e"; } .ion-ios-cloudy-night-outline:before { content: "\f40d"; } .ion-ios-cloudy-outline:before { content: "\f40f"; } .ion-ios-cog:before { content: "\f412"; } .ion-ios-cog-outline:before { content: "\f411"; } .ion-ios-color-filter:before { content: "\f414"; } .ion-ios-color-filter-outline:before { content: "\f413"; } .ion-ios-color-wand:before { content: "\f416"; } .ion-ios-color-wand-outline:before { content: "\f415"; } .ion-ios-compose:before { content: "\f418"; } .ion-ios-compose-outline:before { content: "\f417"; } .ion-ios-contact:before { content: "\f41a"; } .ion-ios-contact-outline:before { content: "\f419"; } .ion-ios-copy:before { content: "\f41c"; } .ion-ios-copy-outline:before { content: "\f41b"; } .ion-ios-crop:before { content: "\f41e"; } .ion-ios-crop-strong:before { content: "\f41d"; } .ion-ios-download:before { content: "\f420"; } .ion-ios-download-outline:before { content: "\f41f"; } .ion-ios-drag:before { content: "\f421"; } .ion-ios-email:before { content: "\f423"; } .ion-ios-email-outline:before { content: "\f422"; } .ion-ios-eye:before { content: "\f425"; } .ion-ios-eye-outline:before { content: "\f424"; } .ion-ios-fastforward:before { content: "\f427"; } .ion-ios-fastforward-outline:before { content: "\f426"; } .ion-ios-filing:before { content: "\f429"; } .ion-ios-filing-outline:before { content: "\f428"; } .ion-ios-film:before { content: "\f42b"; } .ion-ios-film-outline:before { content: "\f42a"; } .ion-ios-flag:before { content: "\f42d"; } .ion-ios-flag-outline:before { content: "\f42c"; } .ion-ios-flame:before { content: "\f42f"; } .ion-ios-flame-outline:before { content: "\f42e"; } .ion-ios-flask:before { content: "\f431"; } .ion-ios-flask-outline:before { content: "\f430"; } .ion-ios-flower:before { content: "\f433"; } .ion-ios-flower-outline:before { content: "\f432"; } .ion-ios-folder:before { content: "\f435"; } .ion-ios-folder-outline:before { content: "\f434"; } .ion-ios-football:before { content: "\f437"; } .ion-ios-football-outline:before { content: "\f436"; } .ion-ios-game-controller-a:before { content: "\f439"; } .ion-ios-game-controller-a-outline:before { content: "\f438"; } .ion-ios-game-controller-b:before { content: "\f43b"; } .ion-ios-game-controller-b-outline:before { content: "\f43a"; } .ion-ios-gear:before { content: "\f43d"; } .ion-ios-gear-outline:before { content: "\f43c"; } .ion-ios-glasses:before { content: "\f43f"; } .ion-ios-glasses-outline:before { content: "\f43e"; } .ion-ios-grid-view:before { content: "\f441"; } .ion-ios-grid-view-outline:before { content: "\f440"; } .ion-ios-heart:before { content: "\f443"; } .ion-ios-heart-outline:before { content: "\f442"; } .ion-ios-help:before { content: "\f446"; } .ion-ios-help-empty:before { content: "\f444"; } .ion-ios-help-outline:before { content: "\f445"; } .ion-ios-home:before { content: "\f448"; } .ion-ios-home-outline:before { content: "\f447"; } .ion-ios-infinite:before { content: "\f44a"; } .ion-ios-infinite-outline:before { content: "\f449"; } .ion-ios-information:before { content: "\f44d"; } .ion-ios-information-empty:before { content: "\f44b"; } .ion-ios-information-outline:before { content: "\f44c"; } .ion-ios-ionic-outline:before { content: "\f44e"; } .ion-ios-keypad:before { content: "\f450"; } .ion-ios-keypad-outline:before { content: "\f44f"; } .ion-ios-lightbulb:before { content: "\f452"; } .ion-ios-lightbulb-outline:before { content: "\f451"; } .ion-ios-list:before { content: "\f454"; } .ion-ios-list-outline:before { content: "\f453"; } .ion-ios-location:before { content: "\f456"; } .ion-ios-location-outline:before { content: "\f455"; } .ion-ios-locked:before { content: "\f458"; } .ion-ios-locked-outline:before { content: "\f457"; } .ion-ios-loop:before { content: "\f45a"; } .ion-ios-loop-strong:before { content: "\f459"; } .ion-ios-medical:before { content: "\f45c"; } .ion-ios-medical-outline:before { content: "\f45b"; } .ion-ios-medkit:before { content: "\f45e"; } .ion-ios-medkit-outline:before { content: "\f45d"; } .ion-ios-mic:before { content: "\f461"; } .ion-ios-mic-off:before { content: "\f45f"; } .ion-ios-mic-outline:before { content: "\f460"; } .ion-ios-minus:before { content: "\f464"; } .ion-ios-minus-empty:before { content: "\f462"; } .ion-ios-minus-outline:before { content: "\f463"; } .ion-ios-monitor:before { content: "\f466"; } .ion-ios-monitor-outline:before { content: "\f465"; } .ion-ios-moon:before { content: "\f468"; } .ion-ios-moon-outline:before { content: "\f467"; } .ion-ios-more:before { content: "\f46a"; } .ion-ios-more-outline:before { content: "\f469"; } .ion-ios-musical-note:before { content: "\f46b"; } .ion-ios-musical-notes:before { content: "\f46c"; } .ion-ios-navigate:before { content: "\f46e"; } .ion-ios-navigate-outline:before { content: "\f46d"; } .ion-ios-nutrition:before { content: "\f470"; } .ion-ios-nutrition-outline:before { content: "\f46f"; } .ion-ios-paper:before { content: "\f472"; } .ion-ios-paper-outline:before { content: "\f471"; } .ion-ios-paperplane:before { content: "\f474"; } .ion-ios-paperplane-outline:before { content: "\f473"; } .ion-ios-partlysunny:before { content: "\f476"; } .ion-ios-partlysunny-outline:before { content: "\f475"; } .ion-ios-pause:before { content: "\f478"; } .ion-ios-pause-outline:before { content: "\f477"; } .ion-ios-paw:before { content: "\f47a"; } .ion-ios-paw-outline:before { content: "\f479"; } .ion-ios-people:before { content: "\f47c"; } .ion-ios-people-outline:before { content: "\f47b"; } .ion-ios-person:before { content: "\f47e"; } .ion-ios-person-outline:before { content: "\f47d"; } .ion-ios-personadd:before { content: "\f480"; } .ion-ios-personadd-outline:before { content: "\f47f"; } .ion-ios-photos:before { content: "\f482"; } .ion-ios-photos-outline:before { content: "\f481"; } .ion-ios-pie:before { content: "\f484"; } .ion-ios-pie-outline:before { content: "\f483"; } .ion-ios-pint:before { content: "\f486"; } .ion-ios-pint-outline:before { content: "\f485"; } .ion-ios-play:before { content: "\f488"; } .ion-ios-play-outline:before { content: "\f487"; } .ion-ios-plus:before { content: "\f48b"; } .ion-ios-plus-empty:before { content: "\f489"; } .ion-ios-plus-outline:before { content: "\f48a"; } .ion-ios-pricetag:before { content: "\f48d"; } .ion-ios-pricetag-outline:before { content: "\f48c"; } .ion-ios-pricetags:before { content: "\f48f"; } .ion-ios-pricetags-outline:before { content: "\f48e"; } .ion-ios-printer:before { content: "\f491"; } .ion-ios-printer-outline:before { content: "\f490"; } .ion-ios-pulse:before { content: "\f493"; } .ion-ios-pulse-strong:before { content: "\f492"; } .ion-ios-rainy:before { content: "\f495"; } .ion-ios-rainy-outline:before { content: "\f494"; } .ion-ios-recording:before { content: "\f497"; } .ion-ios-recording-outline:before { content: "\f496"; } .ion-ios-redo:before { content: "\f499"; } .ion-ios-redo-outline:before { content: "\f498"; } .ion-ios-refresh:before { content: "\f49c"; } .ion-ios-refresh-empty:before { content: "\f49a"; } .ion-ios-refresh-outline:before { content: "\f49b"; } .ion-ios-reload:before { content: "\f49d"; } .ion-ios-reverse-camera:before { content: "\f49f"; } .ion-ios-reverse-camera-outline:before { content: "\f49e"; } .ion-ios-rewind:before { content: "\f4a1"; } .ion-ios-rewind-outline:before { content: "\f4a0"; } .ion-ios-rose:before { content: "\f4a3"; } .ion-ios-rose-outline:before { content: "\f4a2"; } .ion-ios-search:before { content: "\f4a5"; } .ion-ios-search-strong:before { content: "\f4a4"; } .ion-ios-settings:before { content: "\f4a7"; } .ion-ios-settings-strong:before { content: "\f4a6"; } .ion-ios-shuffle:before { content: "\f4a9"; } .ion-ios-shuffle-strong:before { content: "\f4a8"; } .ion-ios-skipbackward:before { content: "\f4ab"; } .ion-ios-skipbackward-outline:before { content: "\f4aa"; } .ion-ios-skipforward:before { content: "\f4ad"; } .ion-ios-skipforward-outline:before { content: "\f4ac"; } .ion-ios-snowy:before { content: "\f4ae"; } .ion-ios-speedometer:before { content: "\f4b0"; } .ion-ios-speedometer-outline:before { content: "\f4af"; } .ion-ios-star:before { content: "\f4b3"; } .ion-ios-star-half:before { content: "\f4b1"; } .ion-ios-star-outline:before { content: "\f4b2"; } .ion-ios-stopwatch:before { content: "\f4b5"; } .ion-ios-stopwatch-outline:before { content: "\f4b4"; } .ion-ios-sunny:before { content: "\f4b7"; } .ion-ios-sunny-outline:before { content: "\f4b6"; } .ion-ios-telephone:before { content: "\f4b9"; } .ion-ios-telephone-outline:before { content: "\f4b8"; } .ion-ios-tennisball:before { content: "\f4bb"; } .ion-ios-tennisball-outline:before { content: "\f4ba"; } .ion-ios-thunderstorm:before { content: "\f4bd"; } .ion-ios-thunderstorm-outline:before { content: "\f4bc"; } .ion-ios-time:before { content: "\f4bf"; } .ion-ios-time-outline:before { content: "\f4be"; } .ion-ios-timer:before { content: "\f4c1"; } .ion-ios-timer-outline:before { content: "\f4c0"; } .ion-ios-toggle:before { content: "\f4c3"; } .ion-ios-toggle-outline:before { content: "\f4c2"; } .ion-ios-trash:before { content: "\f4c5"; } .ion-ios-trash-outline:before { content: "\f4c4"; } .ion-ios-undo:before { content: "\f4c7"; } .ion-ios-undo-outline:before { content: "\f4c6"; } .ion-ios-unlocked:before { content: "\f4c9"; } .ion-ios-unlocked-outline:before { content: "\f4c8"; } .ion-ios-upload:before { content: "\f4cb"; } .ion-ios-upload-outline:before { content: "\f4ca"; } .ion-ios-videocam:before { content: "\f4cd"; } .ion-ios-videocam-outline:before { content: "\f4cc"; } .ion-ios-volume-high:before { content: "\f4ce"; } .ion-ios-volume-low:before { content: "\f4cf"; } .ion-ios-wineglass:before { content: "\f4d1"; } .ion-ios-wineglass-outline:before { content: "\f4d0"; } .ion-ios-world:before { content: "\f4d3"; } .ion-ios-world-outline:before { content: "\f4d2"; } .ion-ipad:before { content: "\f1f9"; } .ion-iphone:before { content: "\f1fa"; } .ion-ipod:before { content: "\f1fb"; } .ion-jet:before { content: "\f295"; } .ion-key:before { content: "\f296"; } .ion-knife:before { content: "\f297"; } .ion-laptop:before { content: "\f1fc"; } .ion-leaf:before { content: "\f1fd"; } .ion-levels:before { content: "\f298"; } .ion-lightbulb:before { content: "\f299"; } .ion-link:before { content: "\f1fe"; } .ion-load-a:before { content: "\f29a"; } .ion-load-b:before { content: "\f29b"; } .ion-load-c:before { content: "\f29c"; } .ion-load-d:before { content: "\f29d"; } .ion-location:before { content: "\f1ff"; } .ion-lock-combination:before { content: "\f4d4"; } .ion-locked:before { content: "\f200"; } .ion-log-in:before { content: "\f29e"; } .ion-log-out:before { content: "\f29f"; } .ion-loop:before { content: "\f201"; } .ion-magnet:before { content: "\f2a0"; } .ion-male:before { content: "\f2a1"; } .ion-man:before { content: "\f202"; } .ion-map:before { content: "\f203"; } .ion-medkit:before { content: "\f2a2"; } .ion-merge:before { content: "\f33f"; } .ion-mic-a:before { content: "\f204"; } .ion-mic-b:before { content: "\f205"; } .ion-mic-c:before { content: "\f206"; } .ion-minus:before { content: "\f209"; } .ion-minus-circled:before { content: "\f207"; } .ion-minus-round:before { content: "\f208"; } .ion-model-s:before { content: "\f2c1"; } .ion-monitor:before { content: "\f20a"; } .ion-more:before { content: "\f20b"; } .ion-mouse:before { content: "\f340"; } .ion-music-note:before { content: "\f20c"; } .ion-navicon:before { content: "\f20e"; } .ion-navicon-round:before { content: "\f20d"; } .ion-navigate:before { content: "\f2a3"; } .ion-network:before { content: "\f341"; } .ion-no-smoking:before { content: "\f2c2"; } .ion-nuclear:before { content: "\f2a4"; } .ion-outlet:before { content: "\f342"; } .ion-paintbrush:before { content: "\f4d5"; } .ion-paintbucket:before { content: "\f4d6"; } .ion-paper-airplane:before { content: "\f2c3"; } .ion-paperclip:before { content: "\f20f"; } .ion-pause:before { content: "\f210"; } .ion-person:before { content: "\f213"; } .ion-person-add:before { content: "\f211"; } .ion-person-stalker:before { content: "\f212"; } .ion-pie-graph:before { content: "\f2a5"; } .ion-pin:before { content: "\f2a6"; } .ion-pinpoint:before { content: "\f2a7"; } .ion-pizza:before { content: "\f2a8"; } .ion-plane:before { content: "\f214"; } .ion-planet:before { content: "\f343"; } .ion-play:before { content: "\f215"; } .ion-playstation:before { content: "\f30a"; } .ion-plus:before { content: "\f218"; } .ion-plus-circled:before { content: "\f216"; } .ion-plus-round:before { content: "\f217"; } .ion-podium:before { content: "\f344"; } .ion-pound:before { content: "\f219"; } .ion-power:before { content: "\f2a9"; } .ion-pricetag:before { content: "\f2aa"; } .ion-pricetags:before { content: "\f2ab"; } .ion-printer:before { content: "\f21a"; } .ion-pull-request:before { content: "\f345"; } .ion-qr-scanner:before { content: "\f346"; } .ion-quote:before { content: "\f347"; } .ion-radio-waves:before { content: "\f2ac"; } .ion-record:before { content: "\f21b"; } .ion-refresh:before { content: "\f21c"; } .ion-reply:before { content: "\f21e"; } .ion-reply-all:before { content: "\f21d"; } .ion-ribbon-a:before { content: "\f348"; } .ion-ribbon-b:before { content: "\f349"; } .ion-sad:before { content: "\f34a"; } .ion-sad-outline:before { content: "\f4d7"; } .ion-scissors:before { content: "\f34b"; } .ion-search:before { content: "\f21f"; } .ion-settings:before { content: "\f2ad"; } .ion-share:before { content: "\f220"; } .ion-shuffle:before { content: "\f221"; } .ion-skip-backward:before { content: "\f222"; } .ion-skip-forward:before { content: "\f223"; } .ion-social-android:before { content: "\f225"; } .ion-social-android-outline:before { content: "\f224"; } .ion-social-angular:before { content: "\f4d9"; } .ion-social-angular-outline:before { content: "\f4d8"; } .ion-social-apple:before { content: "\f227"; } .ion-social-apple-outline:before { content: "\f226"; } .ion-social-bitcoin:before { content: "\f2af"; } .ion-social-bitcoin-outline:before { content: "\f2ae"; } .ion-social-buffer:before { content: "\f229"; } .ion-social-buffer-outline:before { content: "\f228"; } .ion-social-chrome:before { content: "\f4db"; } .ion-social-chrome-outline:before { content: "\f4da"; } .ion-social-codepen:before { content: "\f4dd"; } .ion-social-codepen-outline:before { content: "\f4dc"; } .ion-social-css3:before { content: "\f4df"; } .ion-social-css3-outline:before { content: "\f4de"; } .ion-social-designernews:before { content: "\f22b"; } .ion-social-designernews-outline:before { content: "\f22a"; } .ion-social-dribbble:before { content: "\f22d"; } .ion-social-dribbble-outline:before { content: "\f22c"; } .ion-social-dropbox:before { content: "\f22f"; } .ion-social-dropbox-outline:before { content: "\f22e"; } .ion-social-euro:before { content: "\f4e1"; } .ion-social-euro-outline:before { content: "\f4e0"; } .ion-social-facebook:before { content: "\f231"; } .ion-social-facebook-outline:before { content: "\f230"; } .ion-social-foursquare:before { content: "\f34d"; } .ion-social-foursquare-outline:before { content: "\f34c"; } .ion-social-freebsd-devil:before { content: "\f2c4"; } .ion-social-github:before { content: "\f233"; } .ion-social-github-outline:before { content: "\f232"; } .ion-social-google:before { content: "\f34f"; } .ion-social-google-outline:before { content: "\f34e"; } .ion-social-googleplus:before { content: "\f235"; } .ion-social-googleplus-outline:before { content: "\f234"; } .ion-social-hackernews:before { content: "\f237"; } .ion-social-hackernews-outline:before { content: "\f236"; } .ion-social-html5:before { content: "\f4e3"; } .ion-social-html5-outline:before { content: "\f4e2"; } .ion-social-instagram:before { content: "\f351"; } .ion-social-instagram-outline:before { content: "\f350"; } .ion-social-javascript:before { content: "\f4e5"; } .ion-social-javascript-outline:before { content: "\f4e4"; } .ion-social-linkedin:before { content: "\f239"; } .ion-social-linkedin-outline:before { content: "\f238"; } .ion-social-markdown:before { content: "\f4e6"; } .ion-social-nodejs:before { content: "\f4e7"; } .ion-social-octocat:before { content: "\f4e8"; } .ion-social-pinterest:before { content: "\f2b1"; } .ion-social-pinterest-outline:before { content: "\f2b0"; } .ion-social-python:before { content: "\f4e9"; } .ion-social-reddit:before { content: "\f23b"; } .ion-social-reddit-outline:before { content: "\f23a"; } .ion-social-rss:before { content: "\f23d"; } .ion-social-rss-outline:before { content: "\f23c"; } .ion-social-sass:before { content: "\f4ea"; } .ion-social-skype:before { content: "\f23f"; } .ion-social-skype-outline:before { content: "\f23e"; } .ion-social-snapchat:before { content: "\f4ec"; } .ion-social-snapchat-outline:before { content: "\f4eb"; } .ion-social-tumblr:before { content: "\f241"; } .ion-social-tumblr-outline:before { content: "\f240"; } .ion-social-tux:before { content: "\f2c5"; } .ion-social-twitch:before { content: "\f4ee"; } .ion-social-twitch-outline:before { content: "\f4ed"; } .ion-social-twitter:before { content: "\f243"; } .ion-social-twitter-outline:before { content: "\f242"; } .ion-social-usd:before { content: "\f353"; } .ion-social-usd-outline:before { content: "\f352"; } .ion-social-vimeo:before { content: "\f245"; } .ion-social-vimeo-outline:before { content: "\f244"; } .ion-social-whatsapp:before { content: "\f4f0"; } .ion-social-whatsapp-outline:before { content: "\f4ef"; } .ion-social-windows:before { content: "\f247"; } .ion-social-windows-outline:before { content: "\f246"; } .ion-social-wordpress:before { content: "\f249"; } .ion-social-wordpress-outline:before { content: "\f248"; } .ion-social-yahoo:before { content: "\f24b"; } .ion-social-yahoo-outline:before { content: "\f24a"; } .ion-social-yen:before { content: "\f4f2"; } .ion-social-yen-outline:before { content: "\f4f1"; } .ion-social-youtube:before { content: "\f24d"; } .ion-social-youtube-outline:before { content: "\f24c"; } .ion-soup-can:before { content: "\f4f4"; } .ion-soup-can-outline:before { content: "\f4f3"; } .ion-speakerphone:before { content: "\f2b2"; } .ion-speedometer:before { content: "\f2b3"; } .ion-spoon:before { content: "\f2b4"; } .ion-star:before { content: "\f24e"; } .ion-stats-bars:before { content: "\f2b5"; } .ion-steam:before { content: "\f30b"; } .ion-stop:before { content: "\f24f"; } .ion-thermometer:before { content: "\f2b6"; } .ion-thumbsdown:before { content: "\f250"; } .ion-thumbsup:before { content: "\f251"; } .ion-toggle:before { content: "\f355"; } .ion-toggle-filled:before { content: "\f354"; } .ion-transgender:before { content: "\f4f5"; } .ion-trash-a:before { content: "\f252"; } .ion-trash-b:before { content: "\f253"; } .ion-trophy:before { content: "\f356"; } .ion-tshirt:before { content: "\f4f7"; } .ion-tshirt-outline:before { content: "\f4f6"; } .ion-umbrella:before { content: "\f2b7"; } .ion-university:before { content: "\f357"; } .ion-unlocked:before { content: "\f254"; } .ion-upload:before { content: "\f255"; } .ion-usb:before { content: "\f2b8"; } .ion-videocamera:before { content: "\f256"; } .ion-volume-high:before { content: "\f257"; } .ion-volume-low:before { content: "\f258"; } .ion-volume-medium:before { content: "\f259"; } .ion-volume-mute:before { content: "\f25a"; } .ion-wand:before { content: "\f358"; } .ion-waterdrop:before { content: "\f25b"; } .ion-wifi:before { content: "\f25c"; } .ion-wineglass:before { content: "\f2b9"; } .ion-woman:before { content: "\f25d"; } .ion-wrench:before { content: "\f2ba"; } .ion-xbox:before { content: "\f30c"; } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/ikonli-ionicons4-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.ionicons4 { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.ionicons4; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.ionicons4.Ionicons4IOSIkonHandler, org.kordamp.ikonli.ionicons4.Ionicons4LogoIkonHandler, org.kordamp.ikonli.ionicons4.Ionicons4MaterialIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.ionicons4.Ionicons4IOSIkonProvider, org.kordamp.ikonli.ionicons4.Ionicons4LogoIkonProvider, org.kordamp.ikonli.ionicons4.Ionicons4MaterialIkonProvider; } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4IOS.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.Ikon; /** * @author Loïc Sculier aka typhon0 */ public enum Ionicons4IOS implements Ikon { ADD("ion4-ios-add", '\uf102'), ADD_CIRCLE("ion4-ios-add-circle", '\uf101'), ADD_CIRCLE_OUTLINE("ion4-ios-add-circle-outline", '\uf100'), AIRPLANE("ion4-ios-airplane", '\uf137'), ALARM("ion4-ios-alarm", '\uf3c8'), ALBUMS("ion4-ios-albums", '\uf3ca'), ALERT("ion4-ios-alert", '\uf104'), AMERICAN_FOOTBALL("ion4-ios-american-football", '\uf106'), ANALYTICS("ion4-ios-analytics", '\uf3ce'), APERTURE("ion4-ios-aperture", '\uf108'), APPS("ion4-ios-apps", '\uf10a'), APPSTORE("ion4-ios-appstore", '\uf10c'), ARCHIVE("ion4-ios-archive", '\uf10e'), ARROW_BACK("ion4-ios-arrow-back", '\uf3cf'), ARROW_DOWN("ion4-ios-arrow-down", '\uf3d0'), ARROW_DROPDOWN("ion4-ios-arrow-dropdown", '\uf110'), ARROW_DROPDOWN_CIRCLE("ion4-ios-arrow-dropdown-circle", '\uf125'), ARROW_DROPLEFT("ion4-ios-arrow-dropleft", '\uf112'), ARROW_DROPLEFT_CIRCLE("ion4-ios-arrow-dropleft-circle", '\uf129'), ARROW_DROPRIGHT("ion4-ios-arrow-dropright", '\uf114'), ARROW_DROPRIGHT_CIRCLE("ion4-ios-arrow-dropright-circle", '\uf12b'), ARROW_DROPUP("ion4-ios-arrow-dropup", '\uf116'), ARROW_DROPUP_CIRCLE("ion4-ios-arrow-dropup-circle", '\uf12d'), ARROW_FORWARD("ion4-ios-arrow-forward", '\uf3d1'), ARROW_ROUND_BACK("ion4-ios-arrow-round-back", '\uf117'), ARROW_ROUND_DOWN("ion4-ios-arrow-round-down", '\uf118'), ARROW_ROUND_FORWARD("ion4-ios-arrow-round-forward", '\uf119'), ARROW_ROUND_UP("ion4-ios-arrow-round-up", '\uf11a'), ARROW_UP("ion4-ios-arrow-up", '\uf3d8'), AT("ion4-ios-at", '\uf3da'), ATTACH("ion4-ios-attach", '\uf11b'), BACKSPACE("ion4-ios-backspace", '\uf11d'), BARCODE("ion4-ios-barcode", '\uf3dc'), BASEBALL("ion4-ios-baseball", '\uf3de'), BASKET("ion4-ios-basket", '\uf11f'), BASKETBALL("ion4-ios-basketball", '\uf3e0'), BATTERY_CHARGING("ion4-ios-battery-charging", '\uf120'), BATTERY_DEAD("ion4-ios-battery-dead", '\uf121'), BATTERY_FULL("ion4-ios-battery-full", '\uf122'), BEAKER("ion4-ios-beaker", '\uf124'), BED("ion4-ios-bed", '\uf139'), BEER("ion4-ios-beer", '\uf126'), BICYCLE("ion4-ios-bicycle", '\uf127'), BLUETOOTH("ion4-ios-bluetooth", '\uf128'), BOAT("ion4-ios-boat", '\uf12a'), BODY("ion4-ios-body", '\uf3e4'), BONFIRE("ion4-ios-bonfire", '\uf12c'), BOOK("ion4-ios-book", '\uf3e8'), BOOKMARK("ion4-ios-bookmark", '\uf12e'), BOOKMARKS("ion4-ios-bookmarks", '\uf3ea'), BOWTIE("ion4-ios-bowtie", '\uf130'), BRIEFCASE("ion4-ios-briefcase", '\uf3ee'), BROWSERS("ion4-ios-browsers", '\uf3f0'), BRUSH("ion4-ios-brush", '\uf132'), BUG("ion4-ios-bug", '\uf134'), BUILD("ion4-ios-build", '\uf136'), BULB("ion4-ios-bulb", '\uf138'), BUS("ion4-ios-bus", '\uf13a'), BUSINESS("ion4-ios-business", '\uf1a3'), CAFE("ion4-ios-cafe", '\uf13c'), CALCULATOR("ion4-ios-calculator", '\uf3f2'), CALENDAR("ion4-ios-calendar", '\uf3f4'), CALL("ion4-ios-call", '\uf13e'), CAMERA("ion4-ios-camera", '\uf3f6'), CAR("ion4-ios-car", '\uf140'), CARD("ion4-ios-card", '\uf142'), CART("ion4-ios-cart", '\uf3f8'), CASH("ion4-ios-cash", '\uf144'), CELLULAR("ion4-ios-cellular", '\uf13d'), CHATBOXES("ion4-ios-chatboxes", '\uf3fa'), CHATBUBBLES("ion4-ios-chatbubbles", '\uf146'), CHECKBOX("ion4-ios-checkbox", '\uf148'), CHECKBOX_OUTLINE("ion4-ios-checkbox-outline", '\uf147'), CHECKMARK("ion4-ios-checkmark", '\uf3ff'), CHECKMARK_CIRCLE("ion4-ios-checkmark-circle", '\uf14a'), CHECKMARK_CIRCLE_OUTLINE("ion4-ios-checkmark-circle-outline", '\uf149'), CLIPBOARD("ion4-ios-clipboard", '\uf14c'), CLOCK("ion4-ios-clock", '\uf403'), CLOSE("ion4-ios-close", '\uf406'), CLOSE_CIRCLE("ion4-ios-close-circle", '\uf14e'), CLOSE_CIRCLE_OUTLINE("ion4-ios-close-circle-outline", '\uf14d'), CLOUD("ion4-ios-cloud", '\uf40c'), CLOUD_CIRCLE("ion4-ios-cloud-circle", '\uf152'), CLOUD_DONE("ion4-ios-cloud-done", '\uf154'), CLOUD_DOWNLOAD("ion4-ios-cloud-download", '\uf408'), CLOUD_OUTLINE("ion4-ios-cloud-outline", '\uf409'), CLOUD_UPLOAD("ion4-ios-cloud-upload", '\uf40b'), CLOUDY("ion4-ios-cloudy", '\uf410'), CLOUDY_NIGHT("ion4-ios-cloudy-night", '\uf40e'), CODE("ion4-ios-code", '\uf157'), CODE_DOWNLOAD("ion4-ios-code-download", '\uf155'), CODE_WORKING("ion4-ios-code-working", '\uf156'), COG("ion4-ios-cog", '\uf412'), COLOR_FILL("ion4-ios-color-fill", '\uf159'), COLOR_FILTER("ion4-ios-color-filter", '\uf414'), COLOR_PALETTE("ion4-ios-color-palette", '\uf15b'), COLOR_WAND("ion4-ios-color-wand", '\uf416'), COMPASS("ion4-ios-compass", '\uf15d'), CONSTRUCT("ion4-ios-construct", '\uf15f'), CONTACT("ion4-ios-contact", '\uf41a'), CONTACTS("ion4-ios-contacts", '\uf161'), CONTRACT("ion4-ios-contract", '\uf162'), CONTRAST("ion4-ios-contrast", '\uf163'), COPY("ion4-ios-copy", '\uf41c'), CREATE("ion4-ios-create", '\uf165'), CROP("ion4-ios-crop", '\uf41e'), CUBE("ion4-ios-cube", '\uf168'), CUT("ion4-ios-cut", '\uf16a'), DESKTOP("ion4-ios-desktop", '\uf16c'), DISC("ion4-ios-disc", '\uf16e'), DOCUMENT("ion4-ios-document", '\uf170'), DONE_ALL("ion4-ios-done-all", '\uf171'), DOWNLOAD("ion4-ios-download", '\uf420'), EASEL("ion4-ios-easel", '\uf173'), EGG("ion4-ios-egg", '\uf175'), EXIT("ion4-ios-exit", '\uf177'), EXPAND("ion4-ios-expand", '\uf178'), EYE("ion4-ios-eye", '\uf425'), EYE_OFF("ion4-ios-eye-off", '\uf17a'), FASTFORWARD("ion4-ios-fastforward", '\uf427'), FEMALE("ion4-ios-female", '\uf17b'), FILING("ion4-ios-filing", '\uf429'), FILM("ion4-ios-film", '\uf42b'), FINGER_PRINT("ion4-ios-finger-print", '\uf17c'), FITNESS("ion4-ios-fitness", '\uf1ab'), FLAG("ion4-ios-flag", '\uf42d'), FLAME("ion4-ios-flame", '\uf42f'), FLASH("ion4-ios-flash", '\uf17e'), FLASH_OFF("ion4-ios-flash-off", '\uf12f'), FLASHLIGHT("ion4-ios-flashlight", '\uf141'), FLASK("ion4-ios-flask", '\uf431'), FLOWER("ion4-ios-flower", '\uf433'), FOLDER("ion4-ios-folder", '\uf435'), FOLDER_OPEN("ion4-ios-folder-open", '\uf180'), FOOTBALL("ion4-ios-football", '\uf437'), FUNNEL("ion4-ios-funnel", '\uf182'), GIFT("ion4-ios-gift", '\uf191'), GIT_BRANCH("ion4-ios-git-branch", '\uf183'), GIT_COMMIT("ion4-ios-git-commit", '\uf184'), GIT_COMPARE("ion4-ios-git-compare", '\uf185'), GIT_MERGE("ion4-ios-git-merge", '\uf186'), GIT_NETWORK("ion4-ios-git-network", '\uf187'), GIT_PULL_REQUEST("ion4-ios-git-pull-request", '\uf188'), GLASSES("ion4-ios-glasses", '\uf43f'), GLOBE("ion4-ios-globe", '\uf18a'), GRID("ion4-ios-grid", '\uf18c'), HAMMER("ion4-ios-hammer", '\uf18e'), HAND("ion4-ios-hand", '\uf190'), HAPPY("ion4-ios-happy", '\uf192'), HEADSET("ion4-ios-headset", '\uf194'), HEART("ion4-ios-heart", '\uf443'), HEART_DISLIKE("ion4-ios-heart-dislike", '\uf13f'), HEART_EMPTY("ion4-ios-heart-empty", '\uf19b'), HEART_HALF("ion4-ios-heart-half", '\uf19d'), HELP("ion4-ios-help", '\uf446'), HELP_BUOY("ion4-ios-help-buoy", '\uf196'), HELP_CIRCLE("ion4-ios-help-circle", '\uf198'), HELP_CIRCLE_OUTLINE("ion4-ios-help-circle-outline", '\uf197'), HOME("ion4-ios-home", '\uf448'), HOURGLASS("ion4-ios-hourglass", '\uf103'), ICE_CREAM("ion4-ios-ice-cream", '\uf19a'), IMAGE("ion4-ios-image", '\uf19c'), IMAGES("ion4-ios-images", '\uf19e'), INFINITE("ion4-ios-infinite", '\uf44a'), INFORMATION("ion4-ios-information", '\uf44d'), INFORMATION_CIRCLE("ion4-ios-information-circle", '\uf1a0'), INFORMATION_CIRCLE_OUTLINE("ion4-ios-information-circle-outline", '\uf19f'), JET("ion4-ios-jet", '\uf1a5'), JOURNAL("ion4-ios-journal", '\uf189'), KEY("ion4-ios-key", '\uf1a7'), KEYPAD("ion4-ios-keypad", '\uf450'), LAPTOP("ion4-ios-laptop", '\uf1a8'), LEAF("ion4-ios-leaf", '\uf1aa'), LINK("ion4-ios-link", '\uf22a'), LIST("ion4-ios-list", '\uf454'), LIST_BOX("ion4-ios-list-box", '\uf143'), LOCATE("ion4-ios-locate", '\uf1ae'), LOCK("ion4-ios-lock", '\uf1b0'), LOG_IN("ion4-ios-log-in", '\uf1b1'), LOG_OUT("ion4-ios-log-out", '\uf1b2'), MAGNET("ion4-ios-magnet", '\uf1b4'), MAIL("ion4-ios-mail", '\uf1b8'), MAIL_OPEN("ion4-ios-mail-open", '\uf1b6'), MAIL_UNREAD("ion4-ios-mail-unread", '\uf145'), MALE("ion4-ios-male", '\uf1b9'), MAN("ion4-ios-man", '\uf1bb'), MAP("ion4-ios-map", '\uf1bd'), MEDAL("ion4-ios-medal", '\uf1bf'), MEDICAL("ion4-ios-medical", '\uf45c'), MEDKIT("ion4-ios-medkit", '\uf45e'), MEGAPHONE("ion4-ios-megaphone", '\uf1c1'), MENU("ion4-ios-menu", '\uf1c3'), MIC("ion4-ios-mic", '\uf461'), MIC_OFF("ion4-ios-mic-off", '\uf45f'), MICROPHONE("ion4-ios-microphone", '\uf1c6'), MOON("ion4-ios-moon", '\uf468'), MORE("ion4-ios-more", '\uf1c8'), MOVE("ion4-ios-move", '\uf1cb'), MUSICAL_NOTE("ion4-ios-musical-note", '\uf46b'), MUSICAL_NOTES("ion4-ios-musical-notes", '\uf46c'), NAVIGATE("ion4-ios-navigate", '\uf46e'), NOTIFICATIONS("ion4-ios-notifications", '\uf1d3'), NOTIFICATIONS_OFF("ion4-ios-notifications-off", '\uf1d1'), NOTIFICATIONS_OUTLINE("ion4-ios-notifications-outline", '\uf133'), NUCLEAR("ion4-ios-nuclear", '\uf1d5'), NUTRITION("ion4-ios-nutrition", '\uf470'), OPEN("ion4-ios-open", '\uf1d7'), OPTIONS("ion4-ios-options", '\uf1d9'), OUTLET("ion4-ios-outlet", '\uf1db'), PAPER("ion4-ios-paper", '\uf472'), PAPER_PLANE("ion4-ios-paper-plane", '\uf1dd'), PARTLY_SUNNY("ion4-ios-partly-sunny", '\uf1df'), PAUSE("ion4-ios-pause", '\uf478'), PAW("ion4-ios-paw", '\uf47a'), PEOPLE("ion4-ios-people", '\uf47c'), PERSON("ion4-ios-person", '\uf47e'), PERSON_ADD("ion4-ios-person-add", '\uf1e1'), PHONE_LANDSCAPE("ion4-ios-phone-landscape", '\uf1e2'), PHONE_PORTRAIT("ion4-ios-phone-portrait", '\uf1e3'), PHOTOS("ion4-ios-photos", '\uf482'), PIE("ion4-ios-pie", '\uf484'), PIN("ion4-ios-pin", '\uf1e5'), PINT("ion4-ios-pint", '\uf486'), PIZZA("ion4-ios-pizza", '\uf1e7'), PLANET("ion4-ios-planet", '\uf1eb'), PLAY("ion4-ios-play", '\uf488'), PLAY_CIRCLE("ion4-ios-play-circle", '\uf113'), PODIUM("ion4-ios-podium", '\uf1ed'), POWER("ion4-ios-power", '\uf1ef'), PRICETAG("ion4-ios-pricetag", '\uf48d'), PRICETAGS("ion4-ios-pricetags", '\uf48f'), PRINT("ion4-ios-print", '\uf1f1'), PULSE("ion4-ios-pulse", '\uf493'), QR_SCANNER("ion4-ios-qr-scanner", '\uf1f3'), QUOTE("ion4-ios-quote", '\uf1f5'), RADIO("ion4-ios-radio", '\uf1f9'), RADIO_BUTTON_OFF("ion4-ios-radio-button-off", '\uf1f6'), RADIO_BUTTON_ON("ion4-ios-radio-button-on", '\uf1f7'), RAINY("ion4-ios-rainy", '\uf495'), RECORDING("ion4-ios-recording", '\uf497'), REDO("ion4-ios-redo", '\uf499'), REFRESH("ion4-ios-refresh", '\uf49c'), REFRESH_CIRCLE("ion4-ios-refresh-circle", '\uf135'), REMOVE("ion4-ios-remove", '\uf1fc'), REMOVE_CIRCLE("ion4-ios-remove-circle", '\uf1fb'), REMOVE_CIRCLE_OUTLINE("ion4-ios-remove-circle-outline", '\uf1fa'), REORDER("ion4-ios-reorder", '\uf1fd'), REPEAT("ion4-ios-repeat", '\uf1fe'), RESIZE("ion4-ios-resize", '\uf1ff'), RESTAURANT("ion4-ios-restaurant", '\uf201'), RETURN_LEFT("ion4-ios-return-left", '\uf202'), RETURN_RIGHT("ion4-ios-return-right", '\uf203'), REVERSE_CAMERA("ion4-ios-reverse-camera", '\uf49f'), REWIND("ion4-ios-rewind", '\uf4a1'), RIBBON("ion4-ios-ribbon", '\uf205'), ROCKET("ion4-ios-rocket", '\uf14b'), ROSE("ion4-ios-rose", '\uf4a3'), SAD("ion4-ios-sad", '\uf207'), SAVE("ion4-ios-save", '\uf1a6'), SCHOOL("ion4-ios-school", '\uf209'), SEARCH("ion4-ios-search", '\uf4a5'), SEND("ion4-ios-send", '\uf20c'), SETTINGS("ion4-ios-settings", '\uf4a7'), SHARE("ion4-ios-share", '\uf211'), SHARE_ALT("ion4-ios-share-alt", '\uf20f'), SHIRT("ion4-ios-shirt", '\uf213'), SHUFFLE("ion4-ios-shuffle", '\uf4a9'), SKIP_BACKWARD("ion4-ios-skip-backward", '\uf215'), SKIP_FORWARD("ion4-ios-skip-forward", '\uf217'), SNOW("ion4-ios-snow", '\uf218'), SPEEDOMETER("ion4-ios-speedometer", '\uf4b0'), SQUARE("ion4-ios-square", '\uf21a'), SQUARE_OUTLINE("ion4-ios-square-outline", '\uf15c'), STAR("ion4-ios-star", '\uf4b3'), STAR_HALF("ion4-ios-star-half", '\uf4b1'), STAR_OUTLINE("ion4-ios-star-outline", '\uf4b2'), STATS("ion4-ios-stats", '\uf21c'), STOPWATCH("ion4-ios-stopwatch", '\uf4b5'), SUBWAY("ion4-ios-subway", '\uf21e'), SUNNY("ion4-ios-sunny", '\uf4b7'), SWAP("ion4-ios-swap", '\uf21f'), SWITCH("ion4-ios-switch", '\uf221'), SYNC("ion4-ios-sync", '\uf222'), TABLET_LANDSCAPE("ion4-ios-tablet-landscape", '\uf223'), TABLET_PORTRAIT("ion4-ios-tablet-portrait", '\uf24e'), TENNISBALL("ion4-ios-tennisball", '\uf4bb'), TEXT("ion4-ios-text", '\uf250'), THERMOMETER("ion4-ios-thermometer", '\uf252'), THUMBS_DOWN("ion4-ios-thumbs-down", '\uf254'), THUMBS_UP("ion4-ios-thumbs-up", '\uf256'), THUNDERSTORM("ion4-ios-thunderstorm", '\uf4bd'), TIME("ion4-ios-time", '\uf4bf'), TIMER("ion4-ios-timer", '\uf4c1'), TODAY("ion4-ios-today", '\uf14f'), TRAIN("ion4-ios-train", '\uf258'), TRANSGENDER("ion4-ios-transgender", '\uf259'), TRASH("ion4-ios-trash", '\uf4c5'), TRENDING_DOWN("ion4-ios-trending-down", '\uf25a'), TRENDING_UP("ion4-ios-trending-up", '\uf25b'), TROPHY("ion4-ios-trophy", '\uf25d'), TV("ion4-ios-tv", '\uf115'), UMBRELLA("ion4-ios-umbrella", '\uf25f'), UNDO("ion4-ios-undo", '\uf4c7'), UNLOCK("ion4-ios-unlock", '\uf261'), VIDEOCAM("ion4-ios-videocam", '\uf4cd'), VOLUME_HIGH("ion4-ios-volume-high", '\uf11c'), VOLUME_LOW("ion4-ios-volume-low", '\uf11e'), VOLUME_MUTE("ion4-ios-volume-mute", '\uf263'), VOLUME_OFF("ion4-ios-volume-off", '\uf264'), WALK("ion4-ios-walk", '\uf266'), WALLET("ion4-ios-wallet", '\uf18b'), WARNING("ion4-ios-warning", '\uf268'), WATCH("ion4-ios-watch", '\uf269'), WATER("ion4-ios-water", '\uf26b'), WIFI("ion4-ios-wifi", '\uf26d'), WINE("ion4-ios-wine", '\uf26f'), WOMAN("ion4-ios-woman", '\uf271'); public static Ionicons4IOS findByDescription(String description) { for (Ionicons4IOS font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Ionicons4IOS(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4IOSIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Loïc Sculier aka typhon0 */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Ionicons4IOSIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/ionicons4/4.1.2/fonts/ionicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ion4-ios-"); } @Override public Ikon resolve(String description) { return Ionicons4IOS.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Ionicons4"; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4IOSIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class Ionicons4IOSIkonProvider implements IkonProvider { @Override public Class getIkon() { return Ionicons4IOS.class; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4Logo.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.Ikon; /** * @author Loïc Sculier aka typhon0 */ public enum Ionicons4Logo implements Ikon { ANDROID("ion4-logo-android", '\uf225'), ANGULAR("ion4-logo-angular", '\uf227'), APPLE("ion4-logo-apple", '\uf229'), BITBUCKET("ion4-logo-bitbucket", '\uf193'), BITCOIN("ion4-logo-bitcoin", '\uf22b'), BUFFER("ion4-logo-buffer", '\uf22d'), CHROME("ion4-logo-chrome", '\uf22f'), CLOSED_CAPTIONING("ion4-logo-closed-captioning", '\uf105'), CODEPEN("ion4-logo-codepen", '\uf230'), CSS3("ion4-logo-css3", '\uf231'), DESIGNERNEWS("ion4-logo-designernews", '\uf232'), DRIBBBLE("ion4-logo-dribbble", '\uf233'), DROPBOX("ion4-logo-dropbox", '\uf234'), EURO("ion4-logo-euro", '\uf235'), FACEBOOK("ion4-logo-facebook", '\uf236'), FLICKR("ion4-logo-flickr", '\uf107'), FOURSQUARE("ion4-logo-foursquare", '\uf237'), FREEBSD_DEVIL("ion4-logo-freebsd-devil", '\uf238'), GAME_CONTROLLER_A("ion4-logo-game-controller-a", '\uf13b'), GAME_CONTROLLER_B("ion4-logo-game-controller-b", '\uf181'), GITHUB("ion4-logo-github", '\uf239'), GOOGLE("ion4-logo-google", '\uf23a'), GOOGLEPLUS("ion4-logo-googleplus", '\uf23b'), HACKERNEWS("ion4-logo-hackernews", '\uf23c'), HTML5("ion4-logo-html5", '\uf23d'), INSTAGRAM("ion4-logo-instagram", '\uf23e'), IONIC("ion4-logo-ionic", '\uf150'), IONITRON("ion4-logo-ionitron", '\uf151'), JAVASCRIPT("ion4-logo-javascript", '\uf23f'), LINKEDIN("ion4-logo-linkedin", '\uf240'), MARKDOWN("ion4-logo-markdown", '\uf241'), MODEL_S("ion4-logo-model-s", '\uf153'), NO_SMOKING("ion4-logo-no-smoking", '\uf109'), NODEJS("ion4-logo-nodejs", '\uf242'), NPM("ion4-logo-npm", '\uf195'), OCTOCAT("ion4-logo-octocat", '\uf243'), PINTEREST("ion4-logo-pinterest", '\uf244'), PLAYSTATION("ion4-logo-playstation", '\uf245'), POLYMER("ion4-logo-polymer", '\uf15e'), PYTHON("ion4-logo-python", '\uf246'), REDDIT("ion4-logo-reddit", '\uf247'), RSS("ion4-logo-rss", '\uf248'), SASS("ion4-logo-sass", '\uf249'), SKYPE("ion4-logo-skype", '\uf24a'), SLACK("ion4-logo-slack", '\uf10b'), SNAPCHAT("ion4-logo-snapchat", '\uf24b'), STEAM("ion4-logo-steam", '\uf24c'), TUMBLR("ion4-logo-tumblr", '\uf24d'), TUX("ion4-logo-tux", '\uf2ae'), TWITCH("ion4-logo-twitch", '\uf2af'), TWITTER("ion4-logo-twitter", '\uf2b0'), USD("ion4-logo-usd", '\uf2b1'), VIMEO("ion4-logo-vimeo", '\uf2c4'), VK("ion4-logo-vk", '\uf10d'), WHATSAPP("ion4-logo-whatsapp", '\uf2c5'), WINDOWS("ion4-logo-windows", '\uf32f'), WORDPRESS("ion4-logo-wordpress", '\uf330'), XBOX("ion4-logo-xbox", '\uf34c'), XING("ion4-logo-xing", '\uf10f'), YAHOO("ion4-logo-yahoo", '\uf34d'), YEN("ion4-logo-yen", '\uf34e'), YOUTUBE("ion4-logo-youtube", '\uf34f'); public static Ionicons4Logo findByDescription(String description) { for (Ionicons4Logo font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Ionicons4Logo(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4LogoIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Loïc Sculier aka typhon0 */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Ionicons4LogoIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/ionicons4/4.1.2/fonts/ionicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ion4-logo-"); } @Override public Ikon resolve(String description) { return Ionicons4Logo.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Ionicons4"; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4LogoIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Ionicons4LogoIkonProvider implements IkonProvider { @Override public Class getIkon() { return Ionicons4Logo.class; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4Material.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.Ikon; /** * @author Loïc Sculier aka typhon0 */ public enum Ionicons4Material implements Ikon { ADD("ion4-md-add", '\uf273'), ADD_CIRCLE("ion4-md-add-circle", '\uf272'), ADD_CIRCLE_OUTLINE("ion4-md-add-circle-outline", '\uf158'), AIRPLANE("ion4-md-airplane", '\uf15a'), ALARM("ion4-md-alarm", '\uf274'), ALBUMS("ion4-md-albums", '\uf275'), ALERT("ion4-md-alert", '\uf276'), AMERICAN_FOOTBALL("ion4-md-american-football", '\uf277'), ANALYTICS("ion4-md-analytics", '\uf278'), APERTURE("ion4-md-aperture", '\uf279'), APPS("ion4-md-apps", '\uf27a'), APPSTORE("ion4-md-appstore", '\uf27b'), ARCHIVE("ion4-md-archive", '\uf27c'), ARROW_BACK("ion4-md-arrow-back", '\uf27d'), ARROW_DOWN("ion4-md-arrow-down", '\uf27e'), ARROW_DROPDOWN("ion4-md-arrow-dropdown", '\uf280'), ARROW_DROPDOWN_CIRCLE("ion4-md-arrow-dropdown-circle", '\uf27f'), ARROW_DROPLEFT("ion4-md-arrow-dropleft", '\uf282'), ARROW_DROPLEFT_CIRCLE("ion4-md-arrow-dropleft-circle", '\uf281'), ARROW_DROPRIGHT("ion4-md-arrow-dropright", '\uf284'), ARROW_DROPRIGHT_CIRCLE("ion4-md-arrow-dropright-circle", '\uf283'), ARROW_DROPUP("ion4-md-arrow-dropup", '\uf286'), ARROW_DROPUP_CIRCLE("ion4-md-arrow-dropup-circle", '\uf285'), ARROW_FORWARD("ion4-md-arrow-forward", '\uf287'), ARROW_ROUND_BACK("ion4-md-arrow-round-back", '\uf288'), ARROW_ROUND_DOWN("ion4-md-arrow-round-down", '\uf289'), ARROW_ROUND_FORWARD("ion4-md-arrow-round-forward", '\uf28a'), ARROW_ROUND_UP("ion4-md-arrow-round-up", '\uf28b'), ARROW_UP("ion4-md-arrow-up", '\uf28c'), AT("ion4-md-at", '\uf28d'), ATTACH("ion4-md-attach", '\uf28e'), BACKSPACE("ion4-md-backspace", '\uf28f'), BARCODE("ion4-md-barcode", '\uf290'), BASEBALL("ion4-md-baseball", '\uf291'), BASKET("ion4-md-basket", '\uf292'), BASKETBALL("ion4-md-basketball", '\uf293'), BATTERY_CHARGING("ion4-md-battery-charging", '\uf294'), BATTERY_DEAD("ion4-md-battery-dead", '\uf295'), BATTERY_FULL("ion4-md-battery-full", '\uf296'), BEAKER("ion4-md-beaker", '\uf297'), BED("ion4-md-bed", '\uf160'), BEER("ion4-md-beer", '\uf298'), BICYCLE("ion4-md-bicycle", '\uf299'), BLUETOOTH("ion4-md-bluetooth", '\uf29a'), BOAT("ion4-md-boat", '\uf29b'), BODY("ion4-md-body", '\uf29c'), BONFIRE("ion4-md-bonfire", '\uf29d'), BOOK("ion4-md-book", '\uf29e'), BOOKMARK("ion4-md-bookmark", '\uf29f'), BOOKMARKS("ion4-md-bookmarks", '\uf2a0'), BOWTIE("ion4-md-bowtie", '\uf2a1'), BRIEFCASE("ion4-md-briefcase", '\uf2a2'), BROWSERS("ion4-md-browsers", '\uf2a3'), BRUSH("ion4-md-brush", '\uf2a4'), BUG("ion4-md-bug", '\uf2a5'), BUILD("ion4-md-build", '\uf2a6'), BULB("ion4-md-bulb", '\uf2a7'), BUS("ion4-md-bus", '\uf2a8'), BUSINESS("ion4-md-business", '\uf1a4'), CAFE("ion4-md-cafe", '\uf2a9'), CALCULATOR("ion4-md-calculator", '\uf2aa'), CALENDAR("ion4-md-calendar", '\uf2ab'), CALL("ion4-md-call", '\uf2ac'), CAMERA("ion4-md-camera", '\uf2ad'), CAR("ion4-md-car", '\uf2b2'), CARD("ion4-md-card", '\uf2b3'), CART("ion4-md-cart", '\uf2b4'), CASH("ion4-md-cash", '\uf2b5'), CELLULAR("ion4-md-cellular", '\uf164'), CHATBOXES("ion4-md-chatboxes", '\uf2b6'), CHATBUBBLES("ion4-md-chatbubbles", '\uf2b7'), CHECKBOX("ion4-md-checkbox", '\uf2b9'), CHECKBOX_OUTLINE("ion4-md-checkbox-outline", '\uf2b8'), CHECKMARK("ion4-md-checkmark", '\uf2bc'), CHECKMARK_CIRCLE("ion4-md-checkmark-circle", '\uf2bb'), CHECKMARK_CIRCLE_OUTLINE("ion4-md-checkmark-circle-outline", '\uf2ba'), CLIPBOARD("ion4-md-clipboard", '\uf2bd'), CLOCK("ion4-md-clock", '\uf2be'), CLOSE("ion4-md-close", '\uf2c0'), CLOSE_CIRCLE("ion4-md-close-circle", '\uf2bf'), CLOSE_CIRCLE_OUTLINE("ion4-md-close-circle-outline", '\uf166'), CLOUD("ion4-md-cloud", '\uf2c9'), CLOUD_CIRCLE("ion4-md-cloud-circle", '\uf2c2'), CLOUD_DONE("ion4-md-cloud-done", '\uf2c3'), CLOUD_DOWNLOAD("ion4-md-cloud-download", '\uf2c6'), CLOUD_OUTLINE("ion4-md-cloud-outline", '\uf2c7'), CLOUD_UPLOAD("ion4-md-cloud-upload", '\uf2c8'), CLOUDY("ion4-md-cloudy", '\uf2cb'), CLOUDY_NIGHT("ion4-md-cloudy-night", '\uf2ca'), CODE("ion4-md-code", '\uf2ce'), CODE_DOWNLOAD("ion4-md-code-download", '\uf2cc'), CODE_WORKING("ion4-md-code-working", '\uf2cd'), COG("ion4-md-cog", '\uf2cf'), COLOR_FILL("ion4-md-color-fill", '\uf2d0'), COLOR_FILTER("ion4-md-color-filter", '\uf2d1'), COLOR_PALETTE("ion4-md-color-palette", '\uf2d2'), COLOR_WAND("ion4-md-color-wand", '\uf2d3'), COMPASS("ion4-md-compass", '\uf2d4'), CONSTRUCT("ion4-md-construct", '\uf2d5'), CONTACT("ion4-md-contact", '\uf2d6'), CONTACTS("ion4-md-contacts", '\uf2d7'), CONTRACT("ion4-md-contract", '\uf2d8'), CONTRAST("ion4-md-contrast", '\uf2d9'), COPY("ion4-md-copy", '\uf2da'), CREATE("ion4-md-create", '\uf2db'), CROP("ion4-md-crop", '\uf2dc'), CUBE("ion4-md-cube", '\uf2dd'), CUT("ion4-md-cut", '\uf2de'), DESKTOP("ion4-md-desktop", '\uf2df'), DISC("ion4-md-disc", '\uf2e0'), DOCUMENT("ion4-md-document", '\uf2e1'), DONE_ALL("ion4-md-done-all", '\uf2e2'), DOWNLOAD("ion4-md-download", '\uf2e3'), EASEL("ion4-md-easel", '\uf2e4'), EGG("ion4-md-egg", '\uf2e5'), EXIT("ion4-md-exit", '\uf2e6'), EXPAND("ion4-md-expand", '\uf2e7'), EYE("ion4-md-eye", '\uf2e9'), EYE_OFF("ion4-md-eye-off", '\uf2e8'), FASTFORWARD("ion4-md-fastforward", '\uf2ea'), FEMALE("ion4-md-female", '\uf2eb'), FILING("ion4-md-filing", '\uf2ec'), FILM("ion4-md-film", '\uf2ed'), FINGER_PRINT("ion4-md-finger-print", '\uf2ee'), FITNESS("ion4-md-fitness", '\uf1ac'), FLAG("ion4-md-flag", '\uf2ef'), FLAME("ion4-md-flame", '\uf2f0'), FLASH("ion4-md-flash", '\uf2f1'), FLASH_OFF("ion4-md-flash-off", '\uf169'), FLASHLIGHT("ion4-md-flashlight", '\uf16b'), FLASK("ion4-md-flask", '\uf2f2'), FLOWER("ion4-md-flower", '\uf2f3'), FOLDER("ion4-md-folder", '\uf2f5'), FOLDER_OPEN("ion4-md-folder-open", '\uf2f4'), FOOTBALL("ion4-md-football", '\uf2f6'), FUNNEL("ion4-md-funnel", '\uf2f7'), GIFT("ion4-md-gift", '\uf199'), GIT_BRANCH("ion4-md-git-branch", '\uf2fa'), GIT_COMMIT("ion4-md-git-commit", '\uf2fb'), GIT_COMPARE("ion4-md-git-compare", '\uf2fc'), GIT_MERGE("ion4-md-git-merge", '\uf2fd'), GIT_NETWORK("ion4-md-git-network", '\uf2fe'), GIT_PULL_REQUEST("ion4-md-git-pull-request", '\uf2ff'), GLASSES("ion4-md-glasses", '\uf300'), GLOBE("ion4-md-globe", '\uf301'), GRID("ion4-md-grid", '\uf302'), HAMMER("ion4-md-hammer", '\uf303'), HAND("ion4-md-hand", '\uf304'), HAPPY("ion4-md-happy", '\uf305'), HEADSET("ion4-md-headset", '\uf306'), HEART("ion4-md-heart", '\uf308'), HEART_DISLIKE("ion4-md-heart-dislike", '\uf167'), HEART_EMPTY("ion4-md-heart-empty", '\uf1a1'), HEART_HALF("ion4-md-heart-half", '\uf1a2'), HELP("ion4-md-help", '\uf30b'), HELP_BUOY("ion4-md-help-buoy", '\uf309'), HELP_CIRCLE("ion4-md-help-circle", '\uf30a'), HELP_CIRCLE_OUTLINE("ion4-md-help-circle-outline", '\uf16d'), HOME("ion4-md-home", '\uf30c'), HOURGLASS("ion4-md-hourglass", '\uf111'), ICE_CREAM("ion4-md-ice-cream", '\uf30d'), IMAGE("ion4-md-image", '\uf30e'), IMAGES("ion4-md-images", '\uf30f'), INFINITE("ion4-md-infinite", '\uf310'), INFORMATION("ion4-md-information4", '\uf312'), INFORMATION_CIRCLE("ion4-md-information-circle", '\uf311'), INFORMATION_CIRCLE_OUTLINE("ion4-md-information-circle-outline", '\uf16f'), JET("ion4-md-jet", '\uf315'), JOURNAL("ion4-md-journal", '\uf18d'), KEY("ion4-md-key", '\uf316'), KEYPAD("ion4-md-keypad", '\uf317'), LAPTOP("ion4-md-laptop", '\uf318'), LEAF("ion4-md-leaf", '\uf319'), LINK("ion4-md-link", '\uf22e'), LIST("ion4-md-list", '\uf31b'), LIST_BOX("ion4-md-list-box", '\uf31a'), LOCATE("ion4-md-locate", '\uf31c'), LOCK("ion4-md-lock", '\uf31d'), LOG_IN("ion4-md-log-in", '\uf31e'), LOG_OUT("ion4-md-log-out", '\uf31f'), MAGNET("ion4-md-magnet", '\uf320'), MAIL("ion4-md-mail", '\uf322'), MAIL_OPEN("ion4-md-mail-open", '\uf321'), MAIL_UNREAD("ion4-md-mail-unread", '\uf172'), MALE("ion4-md-male", '\uf323'), MAN("ion4-md-man", '\uf324'), MAP("ion4-md-map", '\uf325'), MEDAL("ion4-md-medal", '\uf326'), MEDICAL("ion4-md-medical", '\uf327'), MEDKIT("ion4-md-medkit", '\uf328'), MEGAPHONE("ion4-md-megaphone", '\uf329'), MENU("ion4-md-menu", '\uf32a'), MIC("ion4-md-mic", '\uf32c'), MIC_OFF("ion4-md-mic-off", '\uf32b'), MICROPHONE("ion4-md-microphone", '\uf32d'), MOON("ion4-md-moon", '\uf32e'), MORE("ion4-md-more", '\uf1c9'), MOVE("ion4-md-move", '\uf331'), MUSICAL_NOTE("ion4-md-musical-note", '\uf332'), MUSICAL_NOTES("ion4-md-musical-notes", '\uf333'), NAVIGATE("ion4-md-navigate", '\uf334'), NOTIFICATIONS("ion4-md-notifications", '\uf338'), NOTIFICATIONS_OFF("ion4-md-notifications-off", '\uf336'), NOTIFICATIONS_OUTLINE("ion4-md-notifications-outline", '\uf337'), NUCLEAR("ion4-md-nuclear", '\uf339'), NUTRITION("ion4-md-nutrition", '\uf33a'), OPEN("ion4-md-open", '\uf33b'), OPTIONS("ion4-md-options", '\uf33c'), OUTLET("ion4-md-outlet", '\uf33d'), PAPER("ion4-md-paper", '\uf33f'), PAPER_PLANE("ion4-md-paper-plane", '\uf33e'), PARTLY_SUNNY("ion4-md-partly-sunny", '\uf340'), PAUSE("ion4-md-pause", '\uf341'), PAW("ion4-md-paw", '\uf342'), PEOPLE("ion4-md-people", '\uf343'), PERSON("ion4-md-person", '\uf345'), PERSON_ADD("ion4-md-person-add", '\uf344'), PHONE_LANDSCAPE("ion4-md-phone-landscape", '\uf346'), PHONE_PORTRAIT("ion4-md-phone-portrait", '\uf347'), PHOTOS("ion4-md-photos", '\uf348'), PIE("ion4-md-pie", '\uf349'), PIN("ion4-md-pin", '\uf34a'), PINT("ion4-md-pint", '\uf34b'), PIZZA("ion4-md-pizza", '\uf354'), PLANET("ion4-md-planet", '\uf356'), PLAY("ion4-md-play", '\uf357'), PLAY_CIRCLE("ion4-md-play-circle", '\uf174'), PODIUM("ion4-md-podium", '\uf358'), POWER("ion4-md-power", '\uf359'), PRICETAG("ion4-md-pricetag", '\uf35a'), PRICETAGS("ion4-md-pricetags", '\uf35b'), PRINT("ion4-md-print", '\uf35c'), PULSE("ion4-md-pulse", '\uf35d'), QR_SCANNER("ion4-md-qr-scanner", '\uf35e'), QUOTE("ion4-md-quote", '\uf35f'), RADIO("ion4-md-radio", '\uf362'), RADIO_BUTTON_OFF("ion4-md-radio-button-off", '\uf360'), RADIO_BUTTON_ON("ion4-md-radio-button-on", '\uf361'), RAINY("ion4-md-rainy", '\uf363'), RECORDING("ion4-md-recording", '\uf364'), REDO("ion4-md-redo", '\uf365'), REFRESH("ion4-md-refresh", '\uf366'), REFRESH_CIRCLE("ion4-md-refresh-circle", '\uf228'), REMOVE("ion4-md-remove", '\uf368'), REMOVE_CIRCLE("ion4-md-remove-circle", '\uf367'), REMOVE_CIRCLE_OUTLINE("ion4-md-remove-circle-outline", '\uf176'), REORDER("ion4-md-reorder", '\uf369'), REPEAT("ion4-md-repeat", '\uf36a'), RESIZE("ion4-md-resize", '\uf36b'), RESTAURANT("ion4-md-restaurant", '\uf36c'), RETURN_LEFT("ion4-md-return-left", '\uf36d'), RETURN_RIGHT("ion4-md-return-right", '\uf36e'), REVERSE_CAMERA("ion4-md-reverse-camera", '\uf36f'), REWIND("ion4-md-rewind", '\uf370'), RIBBON("ion4-md-ribbon", '\uf371'), ROCKET("ion4-md-rocket", '\uf179'), ROSE("ion4-md-rose", '\uf372'), SAD("ion4-md-sad", '\uf373'), SAVE("ion4-md-save", '\uf1a9'), SCHOOL("ion4-md-school", '\uf374'), SEARCH("ion4-md-search", '\uf375'), SEND("ion4-md-send", '\uf376'), SETTINGS("ion4-md-settings", '\uf377'), SHARE("ion4-md-share", '\uf379'), SHARE_ALT("ion4-md-share-alt", '\uf378'), SHIRT("ion4-md-shirt", '\uf37a'), SHUFFLE("ion4-md-shuffle", '\uf37b'), SKIP_BACKWARD("ion4-md-skip-backward", '\uf37c'), SKIP_FORWARD("ion4-md-skip-forward", '\uf37d'), SNOW("ion4-md-snow", '\uf37e'), SPEEDOMETER("ion4-md-speedometer", '\uf37f'), SQUARE("ion4-md-square", '\uf381'), SQUARE_OUTLINE("ion4-md-square-outline", '\uf380'), STAR("ion4-md-star", '\uf384'), STAR_HALF("ion4-md-star-half", '\uf382'), STAR_OUTLINE("ion4-md-star-outline", '\uf383'), STATS("ion4-md-stats", '\uf385'), STOPWATCH("ion4-md-stopwatch", '\uf386'), SUBWAY("ion4-md-subway", '\uf387'), SUNNY("ion4-md-sunny", '\uf388'), SWAP("ion4-md-swap", '\uf389'), SWITCH("ion4-md-switch", '\uf38a'), SYNC("ion4-md-sync", '\uf38b'), TABLET_LANDSCAPE("ion4-md-tablet-landscape", '\uf38c'), TABLET_PORTRAIT("ion4-md-tablet-portrait", '\uf38d'), TENNISBALL("ion4-md-tennisball", '\uf38e'), TEXT("ion4-md-text", '\uf38f'), THERMOMETER("ion4-md-thermometer", '\uf390'), THUMBS_DOWN("ion4-md-thumbs-down", '\uf391'), THUMBS_UP("ion4-md-thumbs-up", '\uf392'), THUNDERSTORM("ion4-md-thunderstorm", '\uf393'), TIME("ion4-md-time", '\uf394'), TIMER("ion4-md-timer", '\uf395'), TODAY("ion4-md-today", '\uf17d'), TRAIN("ion4-md-train", '\uf396'), TRANSGENDER("ion4-md-transgender", '\uf397'), TRASH("ion4-md-trash", '\uf398'), TRENDING_DOWN("ion4-md-trending-down", '\uf399'), TRENDING_UP("ion4-md-trending-up", '\uf39a'), TROPHY("ion4-md-trophy", '\uf39b'), TV("ion4-md-tv", '\uf17f'), UMBRELLA("ion4-md-umbrella", '\uf39c'), UNDO("ion4-md-undo", '\uf39d'), UNLOCK("ion4-md-unlock", '\uf39e'), VIDEOCAM("ion4-md-videocam", '\uf39f'), VOLUME_HIGH("ion4-md-volume-high", '\uf123'), VOLUME_LOW("ion4-md-volume-low", '\uf131'), VOLUME_MUTE("ion4-md-volume-mute", '\uf3a1'), VOLUME_OFF("ion4-md-volume-off", '\uf3a2'), WALK("ion4-md-walk", '\uf3a4'), WALLET("ion4-md-wallet", '\uf18f'), WARNING("ion4-md-warning", '\uf3a5'), WATCH("ion4-md-watch", '\uf3a6'), WATER("ion4-md-water", '\uf3a7'), WIFI("ion4-md-wifi", '\uf3a8'), WINE("ion4-md-wine", '\uf3a9'), WOMAN("ion4-md-woman", '\uf3aa'); public static Ionicons4Material findByDescription(String description) { for (Ionicons4Material font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Ionicons4Material(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4MaterialIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Loïc Sculier aka typhon0 */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Ionicons4MaterialIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/ionicons4/4.1.2/fonts/ionicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ion4-md-"); } @Override public Ikon resolve(String description) { return Ionicons4Material.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Ionicons4"; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/java/org/kordamp/ikonli/ionicons4/Ionicons4MaterialIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ionicons4; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Ionicons4MaterialIkonProvider implements IkonProvider { @Override public Class getIkon() { return Ionicons4Material.class; } } ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/resources/META-INF/resources/ionicons4/4.1.2/LICENSE ================================================ The MIT License (MIT) Copyright (c) 2015-present Ionic (http://ionic.io/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: icon-packs/ikonli-ionicons4-pack/src/main/resources/META-INF/resources/ionicons4/4.1.2/css/ionicons4.css ================================================ /*! Ionicons, v4.1.2 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License: https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons: https://github.com/google/material-design-icons used under CC BY http://creativecommons.org/licenses/by/4.0/ Modified icons to fit ionicon’s grid from original. */ @font-face { font-family: "Ionicons4"; src: url("../fonts/ionicons.eot?v=4.1.2"); src: url("../fonts/ionicons.eot?v=4.1.2#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=4.1.2") format("woff2"), url("../fonts/ionicons.woff?v=4.1.2") format("woff"), url("../fonts/ionicons.ttf?v=4.1.2") format("truetype"), url("../fonts/ionicons.svg?v=4.1.2#Ionicons") format("svg"); font-weight: normal; font-style: normal } .ion, .ionicons, .ion-ios-add:before, .ion-ios-add-circle:before, .ion-ios-add-circle-outline:before, .ion-ios-airplane:before, .ion-ios-alarm:before, .ion-ios-albums:before, .ion-ios-alert:before, .ion-ios-american-football:before, .ion-ios-analytics:before, .ion-ios-aperture:before, .ion-ios-apps:before, .ion-ios-appstore:before, .ion-ios-archive:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-dropdown:before, .ion-ios-arrow-dropdown-circle:before, .ion-ios-arrow-dropleft:before, .ion-ios-arrow-dropleft-circle:before, .ion-ios-arrow-dropright:before, .ion-ios-arrow-dropright-circle:before, .ion-ios-arrow-dropup:before, .ion-ios-arrow-dropup-circle:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-round-back:before, .ion-ios-arrow-round-down:before, .ion-ios-arrow-round-forward:before, .ion-ios-arrow-round-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-attach:before, .ion-ios-backspace:before, .ion-ios-barcode:before, .ion-ios-baseball:before, .ion-ios-basket:before, .ion-ios-basketball:before, .ion-ios-battery-charging:before, .ion-ios-battery-dead:before, .ion-ios-battery-full:before, .ion-ios-beaker:before, .ion-ios-bed:before, .ion-ios-beer:before, .ion-ios-bicycle:before, .ion-ios-bluetooth:before, .ion-ios-boat:before, .ion-ios-body:before, .ion-ios-bonfire:before, .ion-ios-book:before, .ion-ios-bookmark:before, .ion-ios-bookmarks:before, .ion-ios-bowtie:before, .ion-ios-briefcase:before, .ion-ios-browsers:before, .ion-ios-brush:before, .ion-ios-bug:before, .ion-ios-build:before, .ion-ios-bulb:before, .ion-ios-bus:before, .ion-ios-business:before, .ion-ios-cafe:before, .ion-ios-calculator:before, .ion-ios-calendar:before, .ion-ios-call:before, .ion-ios-camera:before, .ion-ios-car:before, .ion-ios-card:before, .ion-ios-cart:before, .ion-ios-cash:before, .ion-ios-cellular:before, .ion-ios-chatboxes:before, .ion-ios-chatbubbles:before, .ion-ios-checkbox:before, .ion-ios-checkbox-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-circle:before, .ion-ios-checkmark-circle-outline:before, .ion-ios-clipboard:before, .ion-ios-clock:before, .ion-ios-close:before, .ion-ios-close-circle:before, .ion-ios-close-circle-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-circle:before, .ion-ios-cloud-done:before, .ion-ios-cloud-download:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-code:before, .ion-ios-code-download:before, .ion-ios-code-working:before, .ion-ios-cog:before, .ion-ios-color-fill:before, .ion-ios-color-filter:before, .ion-ios-color-palette:before, .ion-ios-color-wand:before, .ion-ios-compass:before, .ion-ios-construct:before, .ion-ios-contact:before, .ion-ios-contacts:before, .ion-ios-contract:before, .ion-ios-contrast:before, .ion-ios-copy:before, .ion-ios-create:before, .ion-ios-crop:before, .ion-ios-cube:before, .ion-ios-cut:before, .ion-ios-desktop:before, .ion-ios-disc:before, .ion-ios-document:before, .ion-ios-done-all:before, .ion-ios-download:before, .ion-ios-easel:before, .ion-ios-egg:before, .ion-ios-exit:before, .ion-ios-expand:before, .ion-ios-eye:before, .ion-ios-eye-off:before, .ion-ios-fastforward:before, .ion-ios-female:before, .ion-ios-filing:before, .ion-ios-film:before, .ion-ios-finger-print:before, .ion-ios-fitness:before, .ion-ios-flag:before, .ion-ios-flame:before, .ion-ios-flash:before, .ion-ios-flash-off:before, .ion-ios-flashlight:before, .ion-ios-flask:before, .ion-ios-flower:before, .ion-ios-folder:before, .ion-ios-folder-open:before, .ion-ios-football:before, .ion-ios-funnel:before, .ion-ios-gift:before, .ion-ios-git-branch:before, .ion-ios-git-commit:before, .ion-ios-git-compare:before, .ion-ios-git-merge:before, .ion-ios-git-network:before, .ion-ios-git-pull-request:before, .ion-ios-glasses:before, .ion-ios-globe:before, .ion-ios-grid:before, .ion-ios-hammer:before, .ion-ios-hand:before, .ion-ios-happy:before, .ion-ios-headset:before, .ion-ios-heart:before, .ion-ios-heart-dislike:before, .ion-ios-heart-empty:before, .ion-ios-heart-half:before, .ion-ios-help:before, .ion-ios-help-buoy:before, .ion-ios-help-circle:before, .ion-ios-help-circle-outline:before, .ion-ios-home:before, .ion-ios-hourglass:before, .ion-ios-ice-cream:before, .ion-ios-image:before, .ion-ios-images:before, .ion-ios-infinite:before, .ion-ios-information:before, .ion-ios-information-circle:before, .ion-ios-information-circle-outline:before, .ion-ios-jet:before, .ion-ios-journal:before, .ion-ios-key:before, .ion-ios-keypad:before, .ion-ios-laptop:before, .ion-ios-leaf:before, .ion-ios-link:before, .ion-ios-list:before, .ion-ios-list-box:before, .ion-ios-locate:before, .ion-ios-lock:before, .ion-ios-log-in:before, .ion-ios-log-out:before, .ion-ios-magnet:before, .ion-ios-mail:before, .ion-ios-mail-open:before, .ion-ios-mail-unread:before, .ion-ios-male:before, .ion-ios-man:before, .ion-ios-map:before, .ion-ios-medal:before, .ion-ios-medical:before, .ion-ios-medkit:before, .ion-ios-megaphone:before, .ion-ios-menu:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-microphone:before, .ion-ios-moon:before, .ion-ios-more:before, .ion-ios-move:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-notifications:before, .ion-ios-notifications-off:before, .ion-ios-notifications-outline:before, .ion-ios-nuclear:before, .ion-ios-nutrition:before, .ion-ios-open:before, .ion-ios-options:before, .ion-ios-outlet:before, .ion-ios-paper:before, .ion-ios-paper-plane:before, .ion-ios-partly-sunny:before, .ion-ios-pause:before, .ion-ios-paw:before, .ion-ios-people:before, .ion-ios-person:before, .ion-ios-person-add:before, .ion-ios-phone-landscape:before, .ion-ios-phone-portrait:before, .ion-ios-photos:before, .ion-ios-pie:before, .ion-ios-pin:before, .ion-ios-pint:before, .ion-ios-pizza:before, .ion-ios-planet:before, .ion-ios-play:before, .ion-ios-play-circle:before, .ion-ios-podium:before, .ion-ios-power:before, .ion-ios-pricetag:before, .ion-ios-pricetags:before, .ion-ios-print:before, .ion-ios-pulse:before, .ion-ios-qr-scanner:before, .ion-ios-quote:before, .ion-ios-radio:before, .ion-ios-radio-button-off:before, .ion-ios-radio-button-on:before, .ion-ios-rainy:before, .ion-ios-recording:before, .ion-ios-redo:before, .ion-ios-refresh:before, .ion-ios-refresh-circle:before, .ion-ios-remove:before, .ion-ios-remove-circle:before, .ion-ios-remove-circle-outline:before, .ion-ios-reorder:before, .ion-ios-repeat:before, .ion-ios-resize:before, .ion-ios-restaurant:before, .ion-ios-return-left:before, .ion-ios-return-right:before, .ion-ios-reverse-camera:before, .ion-ios-rewind:before, .ion-ios-ribbon:before, .ion-ios-rocket:before, .ion-ios-rose:before, .ion-ios-sad:before, .ion-ios-save:before, .ion-ios-school:before, .ion-ios-search:before, .ion-ios-send:before, .ion-ios-settings:before, .ion-ios-share:before, .ion-ios-share-alt:before, .ion-ios-shirt:before, .ion-ios-shuffle:before, .ion-ios-skip-backward:before, .ion-ios-skip-forward:before, .ion-ios-snow:before, .ion-ios-speedometer:before, .ion-ios-square:before, .ion-ios-square-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stats:before, .ion-ios-stopwatch:before, .ion-ios-subway:before, .ion-ios-sunny:before, .ion-ios-swap:before, .ion-ios-switch:before, .ion-ios-sync:before, .ion-ios-tablet-landscape:before, .ion-ios-tablet-portrait:before, .ion-ios-tennisball:before, .ion-ios-text:before, .ion-ios-thermometer:before, .ion-ios-thumbs-down:before, .ion-ios-thumbs-up:before, .ion-ios-thunderstorm:before, .ion-ios-time:before, .ion-ios-timer:before, .ion-ios-today:before, .ion-ios-train:before, .ion-ios-transgender:before, .ion-ios-trash:before, .ion-ios-trending-down:before, .ion-ios-trending-up:before, .ion-ios-trophy:before, .ion-ios-tv:before, .ion-ios-umbrella:before, .ion-ios-undo:before, .ion-ios-unlock:before, .ion-ios-videocam:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-volume-mute:before, .ion-ios-volume-off:before, .ion-ios-walk:before, .ion-ios-wallet:before, .ion-ios-warning:before, .ion-ios-watch:before, .ion-ios-water:before, .ion-ios-wifi:before, .ion-ios-wine:before, .ion-ios-woman:before, .ion-logo-android:before, .ion-logo-angular:before, .ion-logo-apple:before, .ion-logo-bitbucket:before, .ion-logo-bitcoin:before, .ion-logo-buffer:before, .ion-logo-chrome:before, .ion-logo-closed-captioning:before, .ion-logo-codepen:before, .ion-logo-css3:before, .ion-logo-designernews:before, .ion-logo-dribbble:before, .ion-logo-dropbox:before, .ion-logo-euro:before, .ion-logo-facebook:before, .ion-logo-flickr:before, .ion-logo-foursquare:before, .ion-logo-freebsd-devil:before, .ion-logo-game-controller-a:before, .ion-logo-game-controller-b:before, .ion-logo-github:before, .ion-logo-google:before, .ion-logo-googleplus:before, .ion-logo-hackernews:before, .ion-logo-html5:before, .ion-logo-instagram:before, .ion-logo-ionic:before, .ion-logo-ionitron:before, .ion-logo-javascript:before, .ion-logo-linkedin:before, .ion-logo-markdown:before, .ion-logo-model-s:before, .ion-logo-no-smoking:before, .ion-logo-nodejs:before, .ion-logo-npm:before, .ion-logo-octocat:before, .ion-logo-pinterest:before, .ion-logo-playstation:before, .ion-logo-polymer:before, .ion-logo-python:before, .ion-logo-reddit:before, .ion-logo-rss:before, .ion-logo-sass:before, .ion-logo-skype:before, .ion-logo-slack:before, .ion-logo-snapchat:before, .ion-logo-steam:before, .ion-logo-tumblr:before, .ion-logo-tux:before, .ion-logo-twitch:before, .ion-logo-twitter:before, .ion-logo-usd:before, .ion-logo-vimeo:before, .ion-logo-vk:before, .ion-logo-whatsapp:before, .ion-logo-windows:before, .ion-logo-wordpress:before, .ion-logo-xbox:before, .ion-logo-xing:before, .ion-logo-yahoo:before, .ion-logo-yen:before, .ion-logo-youtube:before, .ion-md-add:before, .ion-md-add-circle:before, .ion-md-add-circle-outline:before, .ion-md-airplane:before, .ion-md-alarm:before, .ion-md-albums:before, .ion-md-alert:before, .ion-md-american-football:before, .ion-md-analytics:before, .ion-md-aperture:before, .ion-md-apps:before, .ion-md-appstore:before, .ion-md-archive:before, .ion-md-arrow-back:before, .ion-md-arrow-down:before, .ion-md-arrow-dropdown:before, .ion-md-arrow-dropdown-circle:before, .ion-md-arrow-dropleft:before, .ion-md-arrow-dropleft-circle:before, .ion-md-arrow-dropright:before, .ion-md-arrow-dropright-circle:before, .ion-md-arrow-dropup:before, .ion-md-arrow-dropup-circle:before, .ion-md-arrow-forward:before, .ion-md-arrow-round-back:before, .ion-md-arrow-round-down:before, .ion-md-arrow-round-forward:before, .ion-md-arrow-round-up:before, .ion-md-arrow-up:before, .ion-md-at:before, .ion-md-attach:before, .ion-md-backspace:before, .ion-md-barcode:before, .ion-md-baseball:before, .ion-md-basket:before, .ion-md-basketball:before, .ion-md-battery-charging:before, .ion-md-battery-dead:before, .ion-md-battery-full:before, .ion-md-beaker:before, .ion-md-bed:before, .ion-md-beer:before, .ion-md-bicycle:before, .ion-md-bluetooth:before, .ion-md-boat:before, .ion-md-body:before, .ion-md-bonfire:before, .ion-md-book:before, .ion-md-bookmark:before, .ion-md-bookmarks:before, .ion-md-bowtie:before, .ion-md-briefcase:before, .ion-md-browsers:before, .ion-md-brush:before, .ion-md-bug:before, .ion-md-build:before, .ion-md-bulb:before, .ion-md-bus:before, .ion-md-business:before, .ion-md-cafe:before, .ion-md-calculator:before, .ion-md-calendar:before, .ion-md-call:before, .ion-md-camera:before, .ion-md-car:before, .ion-md-card:before, .ion-md-cart:before, .ion-md-cash:before, .ion-md-cellular:before, .ion-md-chatboxes:before, .ion-md-chatbubbles:before, .ion-md-checkbox:before, .ion-md-checkbox-outline:before, .ion-md-checkmark:before, .ion-md-checkmark-circle:before, .ion-md-checkmark-circle-outline:before, .ion-md-clipboard:before, .ion-md-clock:before, .ion-md-close:before, .ion-md-close-circle:before, .ion-md-close-circle-outline:before, .ion-md-cloud:before, .ion-md-cloud-circle:before, .ion-md-cloud-done:before, .ion-md-cloud-download:before, .ion-md-cloud-outline:before, .ion-md-cloud-upload:before, .ion-md-cloudy:before, .ion-md-cloudy-night:before, .ion-md-code:before, .ion-md-code-download:before, .ion-md-code-working:before, .ion-md-cog:before, .ion-md-color-fill:before, .ion-md-color-filter:before, .ion-md-color-palette:before, .ion-md-color-wand:before, .ion-md-compass:before, .ion-md-construct:before, .ion-md-contact:before, .ion-md-contacts:before, .ion-md-contract:before, .ion-md-contrast:before, .ion-md-copy:before, .ion-md-create:before, .ion-md-crop:before, .ion-md-cube:before, .ion-md-cut:before, .ion-md-desktop:before, .ion-md-disc:before, .ion-md-document:before, .ion-md-done-all:before, .ion-md-download:before, .ion-md-easel:before, .ion-md-egg:before, .ion-md-exit:before, .ion-md-expand:before, .ion-md-eye:before, .ion-md-eye-off:before, .ion-md-fastforward:before, .ion-md-female:before, .ion-md-filing:before, .ion-md-film:before, .ion-md-finger-print:before, .ion-md-fitness:before, .ion-md-flag:before, .ion-md-flame:before, .ion-md-flash:before, .ion-md-flash-off:before, .ion-md-flashlight:before, .ion-md-flask:before, .ion-md-flower:before, .ion-md-folder:before, .ion-md-folder-open:before, .ion-md-football:before, .ion-md-funnel:before, .ion-md-gift:before, .ion-md-git-branch:before, .ion-md-git-commit:before, .ion-md-git-compare:before, .ion-md-git-merge:before, .ion-md-git-network:before, .ion-md-git-pull-request:before, .ion-md-glasses:before, .ion-md-globe:before, .ion-md-grid:before, .ion-md-hammer:before, .ion-md-hand:before, .ion-md-happy:before, .ion-md-headset:before, .ion-md-heart:before, .ion-md-heart-dislike:before, .ion-md-heart-empty:before, .ion-md-heart-half:before, .ion-md-help:before, .ion-md-help-buoy:before, .ion-md-help-circle:before, .ion-md-help-circle-outline:before, .ion-md-home:before, .ion-md-hourglass:before, .ion-md-ice-cream:before, .ion-md-image:before, .ion-md-images:before, .ion-md-infinite:before, .ion-md-information:before, .ion-md-information-circle:before, .ion-md-information-circle-outline:before, .ion-md-jet:before, .ion-md-journal:before, .ion-md-key:before, .ion-md-keypad:before, .ion-md-laptop:before, .ion-md-leaf:before, .ion-md-link:before, .ion-md-list:before, .ion-md-list-box:before, .ion-md-locate:before, .ion-md-lock:before, .ion-md-log-in:before, .ion-md-log-out:before, .ion-md-magnet:before, .ion-md-mail:before, .ion-md-mail-open:before, .ion-md-mail-unread:before, .ion-md-male:before, .ion-md-man:before, .ion-md-map:before, .ion-md-medal:before, .ion-md-medical:before, .ion-md-medkit:before, .ion-md-megaphone:before, .ion-md-menu:before, .ion-md-mic:before, .ion-md-mic-off:before, .ion-md-microphone:before, .ion-md-moon:before, .ion-md-more:before, .ion-md-move:before, .ion-md-musical-note:before, .ion-md-musical-notes:before, .ion-md-navigate:before, .ion-md-notifications:before, .ion-md-notifications-off:before, .ion-md-notifications-outline:before, .ion-md-nuclear:before, .ion-md-nutrition:before, .ion-md-open:before, .ion-md-options:before, .ion-md-outlet:before, .ion-md-paper:before, .ion-md-paper-plane:before, .ion-md-partly-sunny:before, .ion-md-pause:before, .ion-md-paw:before, .ion-md-people:before, .ion-md-person:before, .ion-md-person-add:before, .ion-md-phone-landscape:before, .ion-md-phone-portrait:before, .ion-md-photos:before, .ion-md-pie:before, .ion-md-pin:before, .ion-md-pint:before, .ion-md-pizza:before, .ion-md-planet:before, .ion-md-play:before, .ion-md-play-circle:before, .ion-md-podium:before, .ion-md-power:before, .ion-md-pricetag:before, .ion-md-pricetags:before, .ion-md-print:before, .ion-md-pulse:before, .ion-md-qr-scanner:before, .ion-md-quote:before, .ion-md-radio:before, .ion-md-radio-button-off:before, .ion-md-radio-button-on:before, .ion-md-rainy:before, .ion-md-recording:before, .ion-md-redo:before, .ion-md-refresh:before, .ion-md-refresh-circle:before, .ion-md-remove:before, .ion-md-remove-circle:before, .ion-md-remove-circle-outline:before, .ion-md-reorder:before, .ion-md-repeat:before, .ion-md-resize:before, .ion-md-restaurant:before, .ion-md-return-left:before, .ion-md-return-right:before, .ion-md-reverse-camera:before, .ion-md-rewind:before, .ion-md-ribbon:before, .ion-md-rocket:before, .ion-md-rose:before, .ion-md-sad:before, .ion-md-save:before, .ion-md-school:before, .ion-md-search:before, .ion-md-send:before, .ion-md-settings:before, .ion-md-share:before, .ion-md-share-alt:before, .ion-md-shirt:before, .ion-md-shuffle:before, .ion-md-skip-backward:before, .ion-md-skip-forward:before, .ion-md-snow:before, .ion-md-speedometer:before, .ion-md-square:before, .ion-md-square-outline:before, .ion-md-star:before, .ion-md-star-half:before, .ion-md-star-outline:before, .ion-md-stats:before, .ion-md-stopwatch:before, .ion-md-subway:before, .ion-md-sunny:before, .ion-md-swap:before, .ion-md-switch:before, .ion-md-sync:before, .ion-md-tablet-landscape:before, .ion-md-tablet-portrait:before, .ion-md-tennisball:before, .ion-md-text:before, .ion-md-thermometer:before, .ion-md-thumbs-down:before, .ion-md-thumbs-up:before, .ion-md-thunderstorm:before, .ion-md-time:before, .ion-md-timer:before, .ion-md-today:before, .ion-md-train:before, .ion-md-transgender:before, .ion-md-trash:before, .ion-md-trending-down:before, .ion-md-trending-up:before, .ion-md-trophy:before, .ion-md-tv:before, .ion-md-umbrella:before, .ion-md-undo:before, .ion-md-unlock:before, .ion-md-videocam:before, .ion-md-volume-high:before, .ion-md-volume-low:before, .ion-md-volume-mute:before, .ion-md-volume-off:before, .ion-md-walk:before, .ion-md-wallet:before, .ion-md-warning:before, .ion-md-watch:before, .ion-md-water:before, .ion-md-wifi:before, .ion-md-wine:before, .ion-md-woman:before { display: inline-block; font-family: "Ionicons4"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .ion-ios-add:before { content: "\f102" } .ion-ios-add-circle:before { content: "\f101" } .ion-ios-add-circle-outline:before { content: "\f100" } .ion-ios-airplane:before { content: "\f137" } .ion-ios-alarm:before { content: "\f3c8" } .ion-ios-albums:before { content: "\f3ca" } .ion-ios-alert:before { content: "\f104" } .ion-ios-american-football:before { content: "\f106" } .ion-ios-analytics:before { content: "\f3ce" } .ion-ios-aperture:before { content: "\f108" } .ion-ios-apps:before { content: "\f10a" } .ion-ios-appstore:before { content: "\f10c" } .ion-ios-archive:before { content: "\f10e" } .ion-ios-arrow-back:before { content: "\f3cf" } .ion-ios-arrow-down:before { content: "\f3d0" } .ion-ios-arrow-dropdown:before { content: "\f110" } .ion-ios-arrow-dropdown-circle:before { content: "\f125" } .ion-ios-arrow-dropleft:before { content: "\f112" } .ion-ios-arrow-dropleft-circle:before { content: "\f129" } .ion-ios-arrow-dropright:before { content: "\f114" } .ion-ios-arrow-dropright-circle:before { content: "\f12b" } .ion-ios-arrow-dropup:before { content: "\f116" } .ion-ios-arrow-dropup-circle:before { content: "\f12d" } .ion-ios-arrow-forward:before { content: "\f3d1" } .ion-ios-arrow-round-back:before { content: "\f117" } .ion-ios-arrow-round-down:before { content: "\f118" } .ion-ios-arrow-round-forward:before { content: "\f119" } .ion-ios-arrow-round-up:before { content: "\f11a" } .ion-ios-arrow-up:before { content: "\f3d8" } .ion-ios-at:before { content: "\f3da" } .ion-ios-attach:before { content: "\f11b" } .ion-ios-backspace:before { content: "\f11d" } .ion-ios-barcode:before { content: "\f3dc" } .ion-ios-baseball:before { content: "\f3de" } .ion-ios-basket:before { content: "\f11f" } .ion-ios-basketball:before { content: "\f3e0" } .ion-ios-battery-charging:before { content: "\f120" } .ion-ios-battery-dead:before { content: "\f121" } .ion-ios-battery-full:before { content: "\f122" } .ion-ios-beaker:before { content: "\f124" } .ion-ios-bed:before { content: "\f139" } .ion-ios-beer:before { content: "\f126" } .ion-ios-bicycle:before { content: "\f127" } .ion-ios-bluetooth:before { content: "\f128" } .ion-ios-boat:before { content: "\f12a" } .ion-ios-body:before { content: "\f3e4" } .ion-ios-bonfire:before { content: "\f12c" } .ion-ios-book:before { content: "\f3e8" } .ion-ios-bookmark:before { content: "\f12e" } .ion-ios-bookmarks:before { content: "\f3ea" } .ion-ios-bowtie:before { content: "\f130" } .ion-ios-briefcase:before { content: "\f3ee" } .ion-ios-browsers:before { content: "\f3f0" } .ion-ios-brush:before { content: "\f132" } .ion-ios-bug:before { content: "\f134" } .ion-ios-build:before { content: "\f136" } .ion-ios-bulb:before { content: "\f138" } .ion-ios-bus:before { content: "\f13a" } .ion-ios-business:before { content: "\f1a3" } .ion-ios-cafe:before { content: "\f13c" } .ion-ios-calculator:before { content: "\f3f2" } .ion-ios-calendar:before { content: "\f3f4" } .ion-ios-call:before { content: "\f13e" } .ion-ios-camera:before { content: "\f3f6" } .ion-ios-car:before { content: "\f140" } .ion-ios-card:before { content: "\f142" } .ion-ios-cart:before { content: "\f3f8" } .ion-ios-cash:before { content: "\f144" } .ion-ios-cellular:before { content: "\f13d" } .ion-ios-chatboxes:before { content: "\f3fa" } .ion-ios-chatbubbles:before { content: "\f146" } .ion-ios-checkbox:before { content: "\f148" } .ion-ios-checkbox-outline:before { content: "\f147" } .ion-ios-checkmark:before { content: "\f3ff" } .ion-ios-checkmark-circle:before { content: "\f14a" } .ion-ios-checkmark-circle-outline:before { content: "\f149" } .ion-ios-clipboard:before { content: "\f14c" } .ion-ios-clock:before { content: "\f403" } .ion-ios-close:before { content: "\f406" } .ion-ios-close-circle:before { content: "\f14e" } .ion-ios-close-circle-outline:before { content: "\f14d" } .ion-ios-cloud:before { content: "\f40c" } .ion-ios-cloud-circle:before { content: "\f152" } .ion-ios-cloud-done:before { content: "\f154" } .ion-ios-cloud-download:before { content: "\f408" } .ion-ios-cloud-outline:before { content: "\f409" } .ion-ios-cloud-upload:before { content: "\f40b" } .ion-ios-cloudy:before { content: "\f410" } .ion-ios-cloudy-night:before { content: "\f40e" } .ion-ios-code:before { content: "\f157" } .ion-ios-code-download:before { content: "\f155" } .ion-ios-code-working:before { content: "\f156" } .ion-ios-cog:before { content: "\f412" } .ion-ios-color-fill:before { content: "\f159" } .ion-ios-color-filter:before { content: "\f414" } .ion-ios-color-palette:before { content: "\f15b" } .ion-ios-color-wand:before { content: "\f416" } .ion-ios-compass:before { content: "\f15d" } .ion-ios-construct:before { content: "\f15f" } .ion-ios-contact:before { content: "\f41a" } .ion-ios-contacts:before { content: "\f161" } .ion-ios-contract:before { content: "\f162" } .ion-ios-contrast:before { content: "\f163" } .ion-ios-copy:before { content: "\f41c" } .ion-ios-create:before { content: "\f165" } .ion-ios-crop:before { content: "\f41e" } .ion-ios-cube:before { content: "\f168" } .ion-ios-cut:before { content: "\f16a" } .ion-ios-desktop:before { content: "\f16c" } .ion-ios-disc:before { content: "\f16e" } .ion-ios-document:before { content: "\f170" } .ion-ios-done-all:before { content: "\f171" } .ion-ios-download:before { content: "\f420" } .ion-ios-easel:before { content: "\f173" } .ion-ios-egg:before { content: "\f175" } .ion-ios-exit:before { content: "\f177" } .ion-ios-expand:before { content: "\f178" } .ion-ios-eye:before { content: "\f425" } .ion-ios-eye-off:before { content: "\f17a" } .ion-ios-fastforward:before { content: "\f427" } .ion-ios-female:before { content: "\f17b" } .ion-ios-filing:before { content: "\f429" } .ion-ios-film:before { content: "\f42b" } .ion-ios-finger-print:before { content: "\f17c" } .ion-ios-fitness:before { content: "\f1ab" } .ion-ios-flag:before { content: "\f42d" } .ion-ios-flame:before { content: "\f42f" } .ion-ios-flash:before { content: "\f17e" } .ion-ios-flash-off:before { content: "\f12f" } .ion-ios-flashlight:before { content: "\f141" } .ion-ios-flask:before { content: "\f431" } .ion-ios-flower:before { content: "\f433" } .ion-ios-folder:before { content: "\f435" } .ion-ios-folder-open:before { content: "\f180" } .ion-ios-football:before { content: "\f437" } .ion-ios-funnel:before { content: "\f182" } .ion-ios-gift:before { content: "\f191" } .ion-ios-git-branch:before { content: "\f183" } .ion-ios-git-commit:before { content: "\f184" } .ion-ios-git-compare:before { content: "\f185" } .ion-ios-git-merge:before { content: "\f186" } .ion-ios-git-network:before { content: "\f187" } .ion-ios-git-pull-request:before { content: "\f188" } .ion-ios-glasses:before { content: "\f43f" } .ion-ios-globe:before { content: "\f18a" } .ion-ios-grid:before { content: "\f18c" } .ion-ios-hammer:before { content: "\f18e" } .ion-ios-hand:before { content: "\f190" } .ion-ios-happy:before { content: "\f192" } .ion-ios-headset:before { content: "\f194" } .ion-ios-heart:before { content: "\f443" } .ion-ios-heart-dislike:before { content: "\f13f" } .ion-ios-heart-empty:before { content: "\f19b" } .ion-ios-heart-half:before { content: "\f19d" } .ion-ios-help:before { content: "\f446" } .ion-ios-help-buoy:before { content: "\f196" } .ion-ios-help-circle:before { content: "\f198" } .ion-ios-help-circle-outline:before { content: "\f197" } .ion-ios-home:before { content: "\f448" } .ion-ios-hourglass:before { content: "\f103" } .ion-ios-ice-cream:before { content: "\f19a" } .ion-ios-image:before { content: "\f19c" } .ion-ios-images:before { content: "\f19e" } .ion-ios-infinite:before { content: "\f44a" } .ion-ios-information:before { content: "\f44d" } .ion-ios-information-circle:before { content: "\f1a0" } .ion-ios-information-circle-outline:before { content: "\f19f" } .ion-ios-jet:before { content: "\f1a5" } .ion-ios-journal:before { content: "\f189" } .ion-ios-key:before { content: "\f1a7" } .ion-ios-keypad:before { content: "\f450" } .ion-ios-laptop:before { content: "\f1a8" } .ion-ios-leaf:before { content: "\f1aa" } .ion-ios-link:before { content: "\f22a" } .ion-ios-list:before { content: "\f454" } .ion-ios-list-box:before { content: "\f143" } .ion-ios-locate:before { content: "\f1ae" } .ion-ios-lock:before { content: "\f1b0" } .ion-ios-log-in:before { content: "\f1b1" } .ion-ios-log-out:before { content: "\f1b2" } .ion-ios-magnet:before { content: "\f1b4" } .ion-ios-mail:before { content: "\f1b8" } .ion-ios-mail-open:before { content: "\f1b6" } .ion-ios-mail-unread:before { content: "\f145" } .ion-ios-male:before { content: "\f1b9" } .ion-ios-man:before { content: "\f1bb" } .ion-ios-map:before { content: "\f1bd" } .ion-ios-medal:before { content: "\f1bf" } .ion-ios-medical:before { content: "\f45c" } .ion-ios-medkit:before { content: "\f45e" } .ion-ios-megaphone:before { content: "\f1c1" } .ion-ios-menu:before { content: "\f1c3" } .ion-ios-mic:before { content: "\f461" } .ion-ios-mic-off:before { content: "\f45f" } .ion-ios-microphone:before { content: "\f1c6" } .ion-ios-moon:before { content: "\f468" } .ion-ios-more:before { content: "\f1c8" } .ion-ios-move:before { content: "\f1cb" } .ion-ios-musical-note:before { content: "\f46b" } .ion-ios-musical-notes:before { content: "\f46c" } .ion-ios-navigate:before { content: "\f46e" } .ion-ios-notifications:before { content: "\f1d3" } .ion-ios-notifications-off:before { content: "\f1d1" } .ion-ios-notifications-outline:before { content: "\f133" } .ion-ios-nuclear:before { content: "\f1d5" } .ion-ios-nutrition:before { content: "\f470" } .ion-ios-open:before { content: "\f1d7" } .ion-ios-options:before { content: "\f1d9" } .ion-ios-outlet:before { content: "\f1db" } .ion-ios-paper:before { content: "\f472" } .ion-ios-paper-plane:before { content: "\f1dd" } .ion-ios-partly-sunny:before { content: "\f1df" } .ion-ios-pause:before { content: "\f478" } .ion-ios-paw:before { content: "\f47a" } .ion-ios-people:before { content: "\f47c" } .ion-ios-person:before { content: "\f47e" } .ion-ios-person-add:before { content: "\f1e1" } .ion-ios-phone-landscape:before { content: "\f1e2" } .ion-ios-phone-portrait:before { content: "\f1e3" } .ion-ios-photos:before { content: "\f482" } .ion-ios-pie:before { content: "\f484" } .ion-ios-pin:before { content: "\f1e5" } .ion-ios-pint:before { content: "\f486" } .ion-ios-pizza:before { content: "\f1e7" } .ion-ios-planet:before { content: "\f1eb" } .ion-ios-play:before { content: "\f488" } .ion-ios-play-circle:before { content: "\f113" } .ion-ios-podium:before { content: "\f1ed" } .ion-ios-power:before { content: "\f1ef" } .ion-ios-pricetag:before { content: "\f48d" } .ion-ios-pricetags:before { content: "\f48f" } .ion-ios-print:before { content: "\f1f1" } .ion-ios-pulse:before { content: "\f493" } .ion-ios-qr-scanner:before { content: "\f1f3" } .ion-ios-quote:before { content: "\f1f5" } .ion-ios-radio:before { content: "\f1f9" } .ion-ios-radio-button-off:before { content: "\f1f6" } .ion-ios-radio-button-on:before { content: "\f1f7" } .ion-ios-rainy:before { content: "\f495" } .ion-ios-recording:before { content: "\f497" } .ion-ios-redo:before { content: "\f499" } .ion-ios-refresh:before { content: "\f49c" } .ion-ios-refresh-circle:before { content: "\f135" } .ion-ios-remove:before { content: "\f1fc" } .ion-ios-remove-circle:before { content: "\f1fb" } .ion-ios-remove-circle-outline:before { content: "\f1fa" } .ion-ios-reorder:before { content: "\f1fd" } .ion-ios-repeat:before { content: "\f1fe" } .ion-ios-resize:before { content: "\f1ff" } .ion-ios-restaurant:before { content: "\f201" } .ion-ios-return-left:before { content: "\f202" } .ion-ios-return-right:before { content: "\f203" } .ion-ios-reverse-camera:before { content: "\f49f" } .ion-ios-rewind:before { content: "\f4a1" } .ion-ios-ribbon:before { content: "\f205" } .ion-ios-rocket:before { content: "\f14b" } .ion-ios-rose:before { content: "\f4a3" } .ion-ios-sad:before { content: "\f207" } .ion-ios-save:before { content: "\f1a6" } .ion-ios-school:before { content: "\f209" } .ion-ios-search:before { content: "\f4a5" } .ion-ios-send:before { content: "\f20c" } .ion-ios-settings:before { content: "\f4a7" } .ion-ios-share:before { content: "\f211" } .ion-ios-share-alt:before { content: "\f20f" } .ion-ios-shirt:before { content: "\f213" } .ion-ios-shuffle:before { content: "\f4a9" } .ion-ios-skip-backward:before { content: "\f215" } .ion-ios-skip-forward:before { content: "\f217" } .ion-ios-snow:before { content: "\f218" } .ion-ios-speedometer:before { content: "\f4b0" } .ion-ios-square:before { content: "\f21a" } .ion-ios-square-outline:before { content: "\f15c" } .ion-ios-star:before { content: "\f4b3" } .ion-ios-star-half:before { content: "\f4b1" } .ion-ios-star-outline:before { content: "\f4b2" } .ion-ios-stats:before { content: "\f21c" } .ion-ios-stopwatch:before { content: "\f4b5" } .ion-ios-subway:before { content: "\f21e" } .ion-ios-sunny:before { content: "\f4b7" } .ion-ios-swap:before { content: "\f21f" } .ion-ios-switch:before { content: "\f221" } .ion-ios-sync:before { content: "\f222" } .ion-ios-tablet-landscape:before { content: "\f223" } .ion-ios-tablet-portrait:before { content: "\f24e" } .ion-ios-tennisball:before { content: "\f4bb" } .ion-ios-text:before { content: "\f250" } .ion-ios-thermometer:before { content: "\f252" } .ion-ios-thumbs-down:before { content: "\f254" } .ion-ios-thumbs-up:before { content: "\f256" } .ion-ios-thunderstorm:before { content: "\f4bd" } .ion-ios-time:before { content: "\f4bf" } .ion-ios-timer:before { content: "\f4c1" } .ion-ios-today:before { content: "\f14f" } .ion-ios-train:before { content: "\f258" } .ion-ios-transgender:before { content: "\f259" } .ion-ios-trash:before { content: "\f4c5" } .ion-ios-trending-down:before { content: "\f25a" } .ion-ios-trending-up:before { content: "\f25b" } .ion-ios-trophy:before { content: "\f25d" } .ion-ios-tv:before { content: "\f115" } .ion-ios-umbrella:before { content: "\f25f" } .ion-ios-undo:before { content: "\f4c7" } .ion-ios-unlock:before { content: "\f261" } .ion-ios-videocam:before { content: "\f4cd" } .ion-ios-volume-high:before { content: "\f11c" } .ion-ios-volume-low:before { content: "\f11e" } .ion-ios-volume-mute:before { content: "\f263" } .ion-ios-volume-off:before { content: "\f264" } .ion-ios-walk:before { content: "\f266" } .ion-ios-wallet:before { content: "\f18b" } .ion-ios-warning:before { content: "\f268" } .ion-ios-watch:before { content: "\f269" } .ion-ios-water:before { content: "\f26b" } .ion-ios-wifi:before { content: "\f26d" } .ion-ios-wine:before { content: "\f26f" } .ion-ios-woman:before { content: "\f271" } .ion-logo-android:before { content: "\f225" } .ion-logo-angular:before { content: "\f227" } .ion-logo-apple:before { content: "\f229" } .ion-logo-bitbucket:before { content: "\f193" } .ion-logo-bitcoin:before { content: "\f22b" } .ion-logo-buffer:before { content: "\f22d" } .ion-logo-chrome:before { content: "\f22f" } .ion-logo-closed-captioning:before { content: "\f105" } .ion-logo-codepen:before { content: "\f230" } .ion-logo-css3:before { content: "\f231" } .ion-logo-designernews:before { content: "\f232" } .ion-logo-dribbble:before { content: "\f233" } .ion-logo-dropbox:before { content: "\f234" } .ion-logo-euro:before { content: "\f235" } .ion-logo-facebook:before { content: "\f236" } .ion-logo-flickr:before { content: "\f107" } .ion-logo-foursquare:before { content: "\f237" } .ion-logo-freebsd-devil:before { content: "\f238" } .ion-logo-game-controller-a:before { content: "\f13b" } .ion-logo-game-controller-b:before { content: "\f181" } .ion-logo-github:before { content: "\f239" } .ion-logo-google:before { content: "\f23a" } .ion-logo-googleplus:before { content: "\f23b" } .ion-logo-hackernews:before { content: "\f23c" } .ion-logo-html5:before { content: "\f23d" } .ion-logo-instagram:before { content: "\f23e" } .ion-logo-ionic:before { content: "\f150" } .ion-logo-ionitron:before { content: "\f151" } .ion-logo-javascript:before { content: "\f23f" } .ion-logo-linkedin:before { content: "\f240" } .ion-logo-markdown:before { content: "\f241" } .ion-logo-model-s:before { content: "\f153" } .ion-logo-no-smoking:before { content: "\f109" } .ion-logo-nodejs:before { content: "\f242" } .ion-logo-npm:before { content: "\f195" } .ion-logo-octocat:before { content: "\f243" } .ion-logo-pinterest:before { content: "\f244" } .ion-logo-playstation:before { content: "\f245" } .ion-logo-polymer:before { content: "\f15e" } .ion-logo-python:before { content: "\f246" } .ion-logo-reddit:before { content: "\f247" } .ion-logo-rss:before { content: "\f248" } .ion-logo-sass:before { content: "\f249" } .ion-logo-skype:before { content: "\f24a" } .ion-logo-slack:before { content: "\f10b" } .ion-logo-snapchat:before { content: "\f24b" } .ion-logo-steam:before { content: "\f24c" } .ion-logo-tumblr:before { content: "\f24d" } .ion-logo-tux:before { content: "\f2ae" } .ion-logo-twitch:before { content: "\f2af" } .ion-logo-twitter:before { content: "\f2b0" } .ion-logo-usd:before { content: "\f2b1" } .ion-logo-vimeo:before { content: "\f2c4" } .ion-logo-vk:before { content: "\f10d" } .ion-logo-whatsapp:before { content: "\f2c5" } .ion-logo-windows:before { content: "\f32f" } .ion-logo-wordpress:before { content: "\f330" } .ion-logo-xbox:before { content: "\f34c" } .ion-logo-xing:before { content: "\f10f" } .ion-logo-yahoo:before { content: "\f34d" } .ion-logo-yen:before { content: "\f34e" } .ion-logo-youtube:before { content: "\f34f" } .ion-md-add:before { content: "\f273" } .ion-md-add-circle:before { content: "\f272" } .ion-md-add-circle-outline:before { content: "\f158" } .ion-md-airplane:before { content: "\f15a" } .ion-md-alarm:before { content: "\f274" } .ion-md-albums:before { content: "\f275" } .ion-md-alert:before { content: "\f276" } .ion-md-american-football:before { content: "\f277" } .ion-md-analytics:before { content: "\f278" } .ion-md-aperture:before { content: "\f279" } .ion-md-apps:before { content: "\f27a" } .ion-md-appstore:before { content: "\f27b" } .ion-md-archive:before { content: "\f27c" } .ion-md-arrow-back:before { content: "\f27d" } .ion-md-arrow-down:before { content: "\f27e" } .ion-md-arrow-dropdown:before { content: "\f280" } .ion-md-arrow-dropdown-circle:before { content: "\f27f" } .ion-md-arrow-dropleft:before { content: "\f282" } .ion-md-arrow-dropleft-circle:before { content: "\f281" } .ion-md-arrow-dropright:before { content: "\f284" } .ion-md-arrow-dropright-circle:before { content: "\f283" } .ion-md-arrow-dropup:before { content: "\f286" } .ion-md-arrow-dropup-circle:before { content: "\f285" } .ion-md-arrow-forward:before { content: "\f287" } .ion-md-arrow-round-back:before { content: "\f288" } .ion-md-arrow-round-down:before { content: "\f289" } .ion-md-arrow-round-forward:before { content: "\f28a" } .ion-md-arrow-round-up:before { content: "\f28b" } .ion-md-arrow-up:before { content: "\f28c" } .ion-md-at:before { content: "\f28d" } .ion-md-attach:before { content: "\f28e" } .ion-md-backspace:before { content: "\f28f" } .ion-md-barcode:before { content: "\f290" } .ion-md-baseball:before { content: "\f291" } .ion-md-basket:before { content: "\f292" } .ion-md-basketball:before { content: "\f293" } .ion-md-battery-charging:before { content: "\f294" } .ion-md-battery-dead:before { content: "\f295" } .ion-md-battery-full:before { content: "\f296" } .ion-md-beaker:before { content: "\f297" } .ion-md-bed:before { content: "\f160" } .ion-md-beer:before { content: "\f298" } .ion-md-bicycle:before { content: "\f299" } .ion-md-bluetooth:before { content: "\f29a" } .ion-md-boat:before { content: "\f29b" } .ion-md-body:before { content: "\f29c" } .ion-md-bonfire:before { content: "\f29d" } .ion-md-book:before { content: "\f29e" } .ion-md-bookmark:before { content: "\f29f" } .ion-md-bookmarks:before { content: "\f2a0" } .ion-md-bowtie:before { content: "\f2a1" } .ion-md-briefcase:before { content: "\f2a2" } .ion-md-browsers:before { content: "\f2a3" } .ion-md-brush:before { content: "\f2a4" } .ion-md-bug:before { content: "\f2a5" } .ion-md-build:before { content: "\f2a6" } .ion-md-bulb:before { content: "\f2a7" } .ion-md-bus:before { content: "\f2a8" } .ion-md-business:before { content: "\f1a4" } .ion-md-cafe:before { content: "\f2a9" } .ion-md-calculator:before { content: "\f2aa" } .ion-md-calendar:before { content: "\f2ab" } .ion-md-call:before { content: "\f2ac" } .ion-md-camera:before { content: "\f2ad" } .ion-md-car:before { content: "\f2b2" } .ion-md-card:before { content: "\f2b3" } .ion-md-cart:before { content: "\f2b4" } .ion-md-cash:before { content: "\f2b5" } .ion-md-cellular:before { content: "\f164" } .ion-md-chatboxes:before { content: "\f2b6" } .ion-md-chatbubbles:before { content: "\f2b7" } .ion-md-checkbox:before { content: "\f2b9" } .ion-md-checkbox-outline:before { content: "\f2b8" } .ion-md-checkmark:before { content: "\f2bc" } .ion-md-checkmark-circle:before { content: "\f2bb" } .ion-md-checkmark-circle-outline:before { content: "\f2ba" } .ion-md-clipboard:before { content: "\f2bd" } .ion-md-clock:before { content: "\f2be" } .ion-md-close:before { content: "\f2c0" } .ion-md-close-circle:before { content: "\f2bf" } .ion-md-close-circle-outline:before { content: "\f166" } .ion-md-cloud:before { content: "\f2c9" } .ion-md-cloud-circle:before { content: "\f2c2" } .ion-md-cloud-done:before { content: "\f2c3" } .ion-md-cloud-download:before { content: "\f2c6" } .ion-md-cloud-outline:before { content: "\f2c7" } .ion-md-cloud-upload:before { content: "\f2c8" } .ion-md-cloudy:before { content: "\f2cb" } .ion-md-cloudy-night:before { content: "\f2ca" } .ion-md-code:before { content: "\f2ce" } .ion-md-code-download:before { content: "\f2cc" } .ion-md-code-working:before { content: "\f2cd" } .ion-md-cog:before { content: "\f2cf" } .ion-md-color-fill:before { content: "\f2d0" } .ion-md-color-filter:before { content: "\f2d1" } .ion-md-color-palette:before { content: "\f2d2" } .ion-md-color-wand:before { content: "\f2d3" } .ion-md-compass:before { content: "\f2d4" } .ion-md-construct:before { content: "\f2d5" } .ion-md-contact:before { content: "\f2d6" } .ion-md-contacts:before { content: "\f2d7" } .ion-md-contract:before { content: "\f2d8" } .ion-md-contrast:before { content: "\f2d9" } .ion-md-copy:before { content: "\f2da" } .ion-md-create:before { content: "\f2db" } .ion-md-crop:before { content: "\f2dc" } .ion-md-cube:before { content: "\f2dd" } .ion-md-cut:before { content: "\f2de" } .ion-md-desktop:before { content: "\f2df" } .ion-md-disc:before { content: "\f2e0" } .ion-md-document:before { content: "\f2e1" } .ion-md-done-all:before { content: "\f2e2" } .ion-md-download:before { content: "\f2e3" } .ion-md-easel:before { content: "\f2e4" } .ion-md-egg:before { content: "\f2e5" } .ion-md-exit:before { content: "\f2e6" } .ion-md-expand:before { content: "\f2e7" } .ion-md-eye:before { content: "\f2e9" } .ion-md-eye-off:before { content: "\f2e8" } .ion-md-fastforward:before { content: "\f2ea" } .ion-md-female:before { content: "\f2eb" } .ion-md-filing:before { content: "\f2ec" } .ion-md-film:before { content: "\f2ed" } .ion-md-finger-print:before { content: "\f2ee" } .ion-md-fitness:before { content: "\f1ac" } .ion-md-flag:before { content: "\f2ef" } .ion-md-flame:before { content: "\f2f0" } .ion-md-flash:before { content: "\f2f1" } .ion-md-flash-off:before { content: "\f169" } .ion-md-flashlight:before { content: "\f16b" } .ion-md-flask:before { content: "\f2f2" } .ion-md-flower:before { content: "\f2f3" } .ion-md-folder:before { content: "\f2f5" } .ion-md-folder-open:before { content: "\f2f4" } .ion-md-football:before { content: "\f2f6" } .ion-md-funnel:before { content: "\f2f7" } .ion-md-gift:before { content: "\f199" } .ion-md-git-branch:before { content: "\f2fa" } .ion-md-git-commit:before { content: "\f2fb" } .ion-md-git-compare:before { content: "\f2fc" } .ion-md-git-merge:before { content: "\f2fd" } .ion-md-git-network:before { content: "\f2fe" } .ion-md-git-pull-request:before { content: "\f2ff" } .ion-md-glasses:before { content: "\f300" } .ion-md-globe:before { content: "\f301" } .ion-md-grid:before { content: "\f302" } .ion-md-hammer:before { content: "\f303" } .ion-md-hand:before { content: "\f304" } .ion-md-happy:before { content: "\f305" } .ion-md-headset:before { content: "\f306" } .ion-md-heart:before { content: "\f308" } .ion-md-heart-dislike:before { content: "\f167" } .ion-md-heart-empty:before { content: "\f1a1" } .ion-md-heart-half:before { content: "\f1a2" } .ion-md-help:before { content: "\f30b" } .ion-md-help-buoy:before { content: "\f309" } .ion-md-help-circle:before { content: "\f30a" } .ion-md-help-circle-outline:before { content: "\f16d" } .ion-md-home:before { content: "\f30c" } .ion-md-hourglass:before { content: "\f111" } .ion-md-ice-cream:before { content: "\f30d" } .ion-md-image:before { content: "\f30e" } .ion-md-images:before { content: "\f30f" } .ion-md-infinite:before { content: "\f310" } .ion-md-information:before { content: "\f312" } .ion-md-information-circle:before { content: "\f311" } .ion-md-information-circle-outline:before { content: "\f16f" } .ion-md-jet:before { content: "\f315" } .ion-md-journal:before { content: "\f18d" } .ion-md-key:before { content: "\f316" } .ion-md-keypad:before { content: "\f317" } .ion-md-laptop:before { content: "\f318" } .ion-md-leaf:before { content: "\f319" } .ion-md-link:before { content: "\f22e" } .ion-md-list:before { content: "\f31b" } .ion-md-list-box:before { content: "\f31a" } .ion-md-locate:before { content: "\f31c" } .ion-md-lock:before { content: "\f31d" } .ion-md-log-in:before { content: "\f31e" } .ion-md-log-out:before { content: "\f31f" } .ion-md-magnet:before { content: "\f320" } .ion-md-mail:before { content: "\f322" } .ion-md-mail-open:before { content: "\f321" } .ion-md-mail-unread:before { content: "\f172" } .ion-md-male:before { content: "\f323" } .ion-md-man:before { content: "\f324" } .ion-md-map:before { content: "\f325" } .ion-md-medal:before { content: "\f326" } .ion-md-medical:before { content: "\f327" } .ion-md-medkit:before { content: "\f328" } .ion-md-megaphone:before { content: "\f329" } .ion-md-menu:before { content: "\f32a" } .ion-md-mic:before { content: "\f32c" } .ion-md-mic-off:before { content: "\f32b" } .ion-md-microphone:before { content: "\f32d" } .ion-md-moon:before { content: "\f32e" } .ion-md-more:before { content: "\f1c9" } .ion-md-move:before { content: "\f331" } .ion-md-musical-note:before { content: "\f332" } .ion-md-musical-notes:before { content: "\f333" } .ion-md-navigate:before { content: "\f334" } .ion-md-notifications:before { content: "\f338" } .ion-md-notifications-off:before { content: "\f336" } .ion-md-notifications-outline:before { content: "\f337" } .ion-md-nuclear:before { content: "\f339" } .ion-md-nutrition:before { content: "\f33a" } .ion-md-open:before { content: "\f33b" } .ion-md-options:before { content: "\f33c" } .ion-md-outlet:before { content: "\f33d" } .ion-md-paper:before { content: "\f33f" } .ion-md-paper-plane:before { content: "\f33e" } .ion-md-partly-sunny:before { content: "\f340" } .ion-md-pause:before { content: "\f341" } .ion-md-paw:before { content: "\f342" } .ion-md-people:before { content: "\f343" } .ion-md-person:before { content: "\f345" } .ion-md-person-add:before { content: "\f344" } .ion-md-phone-landscape:before { content: "\f346" } .ion-md-phone-portrait:before { content: "\f347" } .ion-md-photos:before { content: "\f348" } .ion-md-pie:before { content: "\f349" } .ion-md-pin:before { content: "\f34a" } .ion-md-pint:before { content: "\f34b" } .ion-md-pizza:before { content: "\f354" } .ion-md-planet:before { content: "\f356" } .ion-md-play:before { content: "\f357" } .ion-md-play-circle:before { content: "\f174" } .ion-md-podium:before { content: "\f358" } .ion-md-power:before { content: "\f359" } .ion-md-pricetag:before { content: "\f35a" } .ion-md-pricetags:before { content: "\f35b" } .ion-md-print:before { content: "\f35c" } .ion-md-pulse:before { content: "\f35d" } .ion-md-qr-scanner:before { content: "\f35e" } .ion-md-quote:before { content: "\f35f" } .ion-md-radio:before { content: "\f362" } .ion-md-radio-button-off:before { content: "\f360" } .ion-md-radio-button-on:before { content: "\f361" } .ion-md-rainy:before { content: "\f363" } .ion-md-recording:before { content: "\f364" } .ion-md-redo:before { content: "\f365" } .ion-md-refresh:before { content: "\f366" } .ion-md-refresh-circle:before { content: "\f228" } .ion-md-remove:before { content: "\f368" } .ion-md-remove-circle:before { content: "\f367" } .ion-md-remove-circle-outline:before { content: "\f176" } .ion-md-reorder:before { content: "\f369" } .ion-md-repeat:before { content: "\f36a" } .ion-md-resize:before { content: "\f36b" } .ion-md-restaurant:before { content: "\f36c" } .ion-md-return-left:before { content: "\f36d" } .ion-md-return-right:before { content: "\f36e" } .ion-md-reverse-camera:before { content: "\f36f" } .ion-md-rewind:before { content: "\f370" } .ion-md-ribbon:before { content: "\f371" } .ion-md-rocket:before { content: "\f179" } .ion-md-rose:before { content: "\f372" } .ion-md-sad:before { content: "\f373" } .ion-md-save:before { content: "\f1a9" } .ion-md-school:before { content: "\f374" } .ion-md-search:before { content: "\f375" } .ion-md-send:before { content: "\f376" } .ion-md-settings:before { content: "\f377" } .ion-md-share:before { content: "\f379" } .ion-md-share-alt:before { content: "\f378" } .ion-md-shirt:before { content: "\f37a" } .ion-md-shuffle:before { content: "\f37b" } .ion-md-skip-backward:before { content: "\f37c" } .ion-md-skip-forward:before { content: "\f37d" } .ion-md-snow:before { content: "\f37e" } .ion-md-speedometer:before { content: "\f37f" } .ion-md-square:before { content: "\f381" } .ion-md-square-outline:before { content: "\f380" } .ion-md-star:before { content: "\f384" } .ion-md-star-half:before { content: "\f382" } .ion-md-star-outline:before { content: "\f383" } .ion-md-stats:before { content: "\f385" } .ion-md-stopwatch:before { content: "\f386" } .ion-md-subway:before { content: "\f387" } .ion-md-sunny:before { content: "\f388" } .ion-md-swap:before { content: "\f389" } .ion-md-switch:before { content: "\f38a" } .ion-md-sync:before { content: "\f38b" } .ion-md-tablet-landscape:before { content: "\f38c" } .ion-md-tablet-portrait:before { content: "\f38d" } .ion-md-tennisball:before { content: "\f38e" } .ion-md-text:before { content: "\f38f" } .ion-md-thermometer:before { content: "\f390" } .ion-md-thumbs-down:before { content: "\f391" } .ion-md-thumbs-up:before { content: "\f392" } .ion-md-thunderstorm:before { content: "\f393" } .ion-md-time:before { content: "\f394" } .ion-md-timer:before { content: "\f395" } .ion-md-today:before { content: "\f17d" } .ion-md-train:before { content: "\f396" } .ion-md-transgender:before { content: "\f397" } .ion-md-trash:before { content: "\f398" } .ion-md-trending-down:before { content: "\f399" } .ion-md-trending-up:before { content: "\f39a" } .ion-md-trophy:before { content: "\f39b" } .ion-md-tv:before { content: "\f17f" } .ion-md-umbrella:before { content: "\f39c" } .ion-md-undo:before { content: "\f39d" } .ion-md-unlock:before { content: "\f39e" } .ion-md-videocam:before { content: "\f39f" } .ion-md-volume-high:before { content: "\f123" } .ion-md-volume-low:before { content: "\f131" } .ion-md-volume-mute:before { content: "\f3a1" } .ion-md-volume-off:before { content: "\f3a2" } .ion-md-walk:before { content: "\f3a4" } .ion-md-wallet:before { content: "\f18f" } .ion-md-warning:before { content: "\f3a5" } .ion-md-watch:before { content: "\f3a6" } .ion-md-water:before { content: "\f3a7" } .ion-md-wifi:before { content: "\f3a8" } .ion-md-wine:before { content: "\f3a9" } .ion-md-woman:before { content: "\f3aa" } ================================================ FILE: icon-packs/ikonli-jamicons-pack/ikonli-jamicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-jamicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.jam { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.jam; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.jam.JamIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.jam.JamIkonProvider; } ================================================ FILE: icon-packs/ikonli-jamicons-pack/src/main/java/org/kordamp/ikonli/jam/Jam.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.jam; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Jam implements Ikon { ACTIVITY("jam-activity", '\ue901'), AIRBNB("jam-airbnb", '\ue902'), ALARM_CLOCK("jam-alarm-clock", '\ue904'), ALARM_CLOCK_F("jam-alarm-clock-f", '\ue903'), ALERT("jam-alert", '\ue906'), ALERT_F("jam-alert-f", '\ue905'), ALIEN("jam-alien", '\ue908'), ALIEN_F("jam-alien-f", '\ue907'), ALIGN_CENTER("jam-align-center", '\ue909'), ALIGN_JUSTIFY("jam-align-justify", '\ue90a'), ALIGN_LEFT("jam-align-left", '\ue90b'), ALIGN_RIGHT("jam-align-right", '\ue90c'), AMAZON("jam-amazon", '\ue90d'), ANCHOR("jam-anchor", '\ue90e'), ANDROID("jam-android", '\ue911'), ANDROID_CIRCLE("jam-android-circle", '\ue90f'), ANDROID_SQUARE("jam-android-square", '\ue910'), APERTURE("jam-aperture", '\ue912'), APPLE("jam-apple", '\ue915'), APPLE_CIRCLE("jam-apple-circle", '\ue913'), APPLE_SQUARE("jam-apple-square", '\ue914'), ARCHIVE("jam-archive", '\ue917'), ARCHIVE_F("jam-archive-f", '\ue916'), ARROWS_CORNERS("jam-arrows-corners", '\ue940'), ARROWS_FULLSCREEN("jam-arrows-fullscreen", '\ue941'), ARROWS_H("jam-arrows-h", '\ue942'), ARROWS_V("jam-arrows-v", '\ue943'), ARROW_CIRCLE_DOWN("jam-arrow-circle-down", '\ue91d'), ARROW_CIRCLE_DOWN_F("jam-arrow-circle-down-f", '\ue918'), ARROW_CIRCLE_DOWN_LEFT("jam-arrow-circle-down-left", '\ue91a'), ARROW_CIRCLE_DOWN_LEFT_F("jam-arrow-circle-down-left-f", '\ue919'), ARROW_CIRCLE_DOWN_RIGHT("jam-arrow-circle-down-right", '\ue91c'), ARROW_CIRCLE_DOWN_RIGHT_F("jam-arrow-circle-down-right-f", '\ue91b'), ARROW_CIRCLE_LEFT("jam-arrow-circle-left", '\ue91f'), ARROW_CIRCLE_LEFT_F("jam-arrow-circle-left-f", '\ue91e'), ARROW_CIRCLE_RIGHT("jam-arrow-circle-right", '\ue921'), ARROW_CIRCLE_RIGHT_F("jam-arrow-circle-right-f", '\ue920'), ARROW_CIRCLE_UP("jam-arrow-circle-up", '\ue927'), ARROW_CIRCLE_UP_F("jam-arrow-circle-up-f", '\ue922'), ARROW_CIRCLE_UP_LEFT("jam-arrow-circle-up-left", '\ue924'), ARROW_CIRCLE_UP_LEFT_F("jam-arrow-circle-up-left-f", '\ue923'), ARROW_CIRCLE_UP_RIGHT("jam-arrow-circle-up-right", '\ue926'), ARROW_CIRCLE_UP_RIGHT_F("jam-arrow-circle-up-right-f", '\ue925'), ARROW_DOWN("jam-arrow-down", '\ue92a'), ARROW_DOWN_LEFT("jam-arrow-down-left", '\ue928'), ARROW_DOWN_RIGHT("jam-arrow-down-right", '\ue929'), ARROW_LEFT("jam-arrow-left", '\ue92b'), ARROW_RIGHT("jam-arrow-right", '\ue92c'), ARROW_SQUARE_DOWN("jam-arrow-square-down", '\ue932'), ARROW_SQUARE_DOWN_F("jam-arrow-square-down-f", '\ue92d'), ARROW_SQUARE_DOWN_LEFT("jam-arrow-square-down-left", '\ue92f'), ARROW_SQUARE_DOWN_LEFT_F("jam-arrow-square-down-left-f", '\ue92e'), ARROW_SQUARE_DOWN_RIGHT("jam-arrow-square-down-right", '\ue931'), ARROW_SQUARE_DOWN_RIGHT_F("jam-arrow-square-down-right-f", '\ue930'), ARROW_SQUARE_LEFT("jam-arrow-square-left", '\ue934'), ARROW_SQUARE_LEFT_F("jam-arrow-square-left-f", '\ue933'), ARROW_SQUARE_RIGHT("jam-arrow-square-right", '\ue936'), ARROW_SQUARE_RIGHT_F("jam-arrow-square-right-f", '\ue935'), ARROW_SQUARE_UP("jam-arrow-square-up", '\ue93c'), ARROW_SQUARE_UP_F("jam-arrow-square-up-f", '\ue937'), ARROW_SQUARE_UP_LEFT("jam-arrow-square-up-left", '\ue939'), ARROW_SQUARE_UP_LEFT_F("jam-arrow-square-up-left-f", '\ue938'), ARROW_SQUARE_UP_RIGHT("jam-arrow-square-up-right", '\ue93b'), ARROW_SQUARE_UP_RIGHT_F("jam-arrow-square-up-right-f", '\ue93a'), ARROW_UP("jam-arrow-up", '\ue93f'), ARROW_UP_LEFT("jam-arrow-up-left", '\ue93d'), ARROW_UP_RIGHT("jam-arrow-up-right", '\ue93e'), ATTACHMENT("jam-attachment", '\ue944'), BACKGROUND_COLOR("jam-background-color", '\ue945'), BACKPACK("jam-backpack", '\ue947'), BACKPACK_F("jam-backpack-f", '\ue946'), BACKWARD("jam-backward", '\ue94c'), BACKWARD_CIRCLE("jam-backward-circle", '\ue949'), BACKWARD_CIRCLE_F("jam-backward-circle-f", '\ue948'), BACKWARD_SQUARE("jam-backward-square", '\ue94b'), BACKWARD_SQUARE_F("jam-backward-square-f", '\ue94a'), BAIDU("jam-baidu", '\ue94f'), BAIDU_CIRCLE("jam-baidu-circle", '\ue94d'), BAIDU_SQUARE("jam-baidu-square", '\ue94e'), BANDAGE("jam-bandage", '\ue951'), BANDAGE_F("jam-bandage-f", '\ue950'), BAR_CHART("jam-bar-chart", '\ue952'), BASEBALL("jam-baseball", '\ue953'), BASKETBALL("jam-basketball", '\ue954'), BATHTUB("jam-bathtub", '\ue956'), BATHTUB_F("jam-bathtub-f", '\ue955'), BATTERY("jam-battery", '\ue960'), BATTERY_CHARGING("jam-battery-charging", '\ue958'), BATTERY_CHARGING_F("jam-battery-charging-f", '\ue957'), BATTERY_F("jam-battery-f", '\ue959'), BATTERY_HALF("jam-battery-half", '\ue95b'), BATTERY_HALF_F("jam-battery-half-f", '\ue95a'), BATTERY_ONE_QUARTER("jam-battery-one-quarter", '\ue95d'), BATTERY_ONE_QUARTER_F("jam-battery-one-quarter-f", '\ue95c'), BATTERY_THREE_QUARTERS("jam-battery-three-quarters", '\ue95f'), BATTERY_THREE_QUARTERS_F("jam-battery-three-quarters-f", '\ue95e'), BEATPORT("jam-beatport", '\ue963'), BEATPORT_CIRCLE("jam-beatport-circle", '\ue961'), BEATPORT_SQUARE("jam-beatport-square", '\ue962'), BEER("jam-beer", '\ue965'), BEER_F("jam-beer-f", '\ue964'), BEHANCE("jam-behance", '\ue968'), BEHANCE_CIRCLE("jam-behance-circle", '\ue966'), BEHANCE_SQUARE("jam-behance-square", '\ue967'), BELL("jam-bell", '\ue96c'), BELL_F("jam-bell-f", '\ue969'), BELL_OFF("jam-bell-off", '\ue96b'), BELL_OFF_F("jam-bell-off-f", '\ue96a'), BING("jam-bing", '\ue96f'), BING_CIRCLE("jam-bing-circle", '\ue96d'), BING_SQUARE("jam-bing-square", '\ue96e'), BIRTHDAY_CAKE("jam-birthday-cake", '\ue971'), BIRTHDAY_CAKE_F("jam-birthday-cake-f", '\ue970'), BLOGGER("jam-blogger", '\ue974'), BLOGGER_CIRCLE("jam-blogger-circle", '\ue972'), BLOGGER_SQUARE("jam-blogger-square", '\ue973'), BLUETOOTH("jam-bluetooth", '\ue975'), BOLD("jam-bold", '\ue976'), BOOK("jam-book", '\ue978'), BOOKMARK("jam-bookmark", '\ue980'), BOOKMARK_F("jam-bookmark-f", '\ue979'), BOOKMARK_MINUS("jam-bookmark-minus", '\ue97b'), BOOKMARK_MINUS_F("jam-bookmark-minus-f", '\ue97a'), BOOKMARK_PLUS("jam-bookmark-plus", '\ue97d'), BOOKMARK_PLUS_F("jam-bookmark-plus-f", '\ue97c'), BOOKMARK_REMOVE("jam-bookmark-remove", '\ue97f'), BOOKMARK_REMOVE_F("jam-bookmark-remove-f", '\ue97e'), BOOK_F("jam-book-f", '\ue977'), BOTTLE("jam-bottle", '\ue982'), BOTTLE_F("jam-bottle-f", '\ue981'), BOX("jam-box", '\ue984'), BOX_F("jam-box-f", '\ue983'), BRANCH("jam-branch", '\ue986'), BRANCH_F("jam-branch-f", '\ue985'), BRIGHTNESS("jam-brightness", '\ue98b'), BRIGHTNESS_DOWN("jam-brightness-down", '\ue988'), BRIGHTNESS_DOWN_F("jam-brightness-down-f", '\ue987'), BRIGHTNESS_UP("jam-brightness-up", '\ue98a'), BRIGHTNESS_UP_F("jam-brightness-up-f", '\ue989'), BRUSH("jam-brush", '\ue98d'), BRUSH_F("jam-brush-f", '\ue98c'), BUG("jam-bug", '\ue98f'), BUG_F("jam-bug-f", '\ue98e'), BUILDING("jam-building", '\ue991'), BUILDING_F("jam-building-f", '\ue990'), BUS("jam-bus", '\ue993'), BUS_F("jam-bus-f", '\ue992'), CACTUS("jam-cactus", '\ue995'), CACTUS_F("jam-cactus-f", '\ue994'), CALCULATOR("jam-calculator", '\ue996'), CALENDAR("jam-calendar", '\ue99a'), CALENDAR_ALT("jam-calendar-alt", '\ue998'), CALENDAR_ALT_F("jam-calendar-alt-f", '\ue997'), CALENDAR_F("jam-calendar-f", '\ue999'), CAMERA("jam-camera", '\ue99e'), CAMERA_ALT("jam-camera-alt", '\ue99c'), CAMERA_ALT_F("jam-camera-alt-f", '\ue99b'), CAMERA_F("jam-camera-f", '\ue99d'), CANDLE("jam-candle", '\ue9a0'), CANDLE_F("jam-candle-f", '\ue99f'), CAPSULE("jam-capsule", '\ue9a2'), CAPSULE_F("jam-capsule-f", '\ue9a1'), CAR("jam-car", '\ue9a4'), CAR_F("jam-car-f", '\ue9a3'), CASTLE("jam-castle", '\ue9a6'), CASTLE_F("jam-castle-f", '\ue9a5'), CHECK("jam-check", '\ue9a7'), CHEVRONS_CIRCLE_DOWN("jam-chevrons-circle-down", '\ue9d5'), CHEVRONS_CIRCLE_DOWN_F("jam-chevrons-circle-down-f", '\ue9d0'), CHEVRONS_CIRCLE_DOWN_LEFT("jam-chevrons-circle-down-left", '\ue9d2'), CHEVRONS_CIRCLE_DOWN_LEFT_F("jam-chevrons-circle-down-left-f", '\ue9d1'), CHEVRONS_CIRCLE_DOWN_RIGHT("jam-chevrons-circle-down-right", '\ue9d4'), CHEVRONS_CIRCLE_DOWN_RIGHT_F("jam-chevrons-circle-down-right-f", '\ue9d3'), CHEVRONS_CIRCLE_LEFT("jam-chevrons-circle-left", '\ue9d7'), CHEVRONS_CIRCLE_LEFT_F("jam-chevrons-circle-left-f", '\ue9d6'), CHEVRONS_CIRCLE_RIGHT("jam-chevrons-circle-right", '\ue9d9'), CHEVRONS_CIRCLE_RIGHT_F("jam-chevrons-circle-right-f", '\ue9d8'), CHEVRONS_CIRCLE_UP("jam-chevrons-circle-up", '\ue9df'), CHEVRONS_CIRCLE_UP_F("jam-chevrons-circle-up-f", '\ue9da'), CHEVRONS_CIRCLE_UP_LEFT("jam-chevrons-circle-up-left", '\ue9dc'), CHEVRONS_CIRCLE_UP_LEFT_F("jam-chevrons-circle-up-left-f", '\ue9db'), CHEVRONS_CIRCLE_UP_RIGHT("jam-chevrons-circle-up-right", '\ue9de'), CHEVRONS_CIRCLE_UP_RIGHT_F("jam-chevrons-circle-up-right-f", '\ue9dd'), CHEVRONS_DOWN("jam-chevrons-down", '\ue9e2'), CHEVRONS_DOWN_LEFT("jam-chevrons-down-left", '\ue9e0'), CHEVRONS_DOWN_RIGHT("jam-chevrons-down-right", '\ue9e1'), CHEVRONS_LEFT("jam-chevrons-left", '\ue9e3'), CHEVRONS_RIGHT("jam-chevrons-right", '\ue9e4'), CHEVRONS_SQUARE_DOWN("jam-chevrons-square-down", '\ue9ea'), CHEVRONS_SQUARE_DOWN_F("jam-chevrons-square-down-f", '\ue9e5'), CHEVRONS_SQUARE_DOWN_LEFT("jam-chevrons-square-down-left", '\ue9e7'), CHEVRONS_SQUARE_DOWN_LEFT_F("jam-chevrons-square-down-left-f", '\ue9e6'), CHEVRONS_SQUARE_DOWN_RIGHT("jam-chevrons-square-down-right", '\ue9e9'), CHEVRONS_SQUARE_DOWN_RIGHT_F("jam-chevrons-square-down-right-f", '\ue9e8'), CHEVRONS_SQUARE_LEFT("jam-chevrons-square-left", '\ue9ec'), CHEVRONS_SQUARE_LEFT_F("jam-chevrons-square-left-f", '\ue9eb'), CHEVRONS_SQUARE_RIGHT("jam-chevrons-square-right", '\ue9ee'), CHEVRONS_SQUARE_RIGHT_F("jam-chevrons-square-right-f", '\ue9ed'), CHEVRONS_SQUARE_UP("jam-chevrons-square-up", '\ue9f4'), CHEVRONS_SQUARE_UP_F("jam-chevrons-square-up-f", '\ue9ef'), CHEVRONS_SQUARE_UP_LEFT("jam-chevrons-square-up-left", '\ue9f1'), CHEVRONS_SQUARE_UP_LEFT_F("jam-chevrons-square-up-left-f", '\ue9f0'), CHEVRONS_SQUARE_UP_RIGHT("jam-chevrons-square-up-right", '\ue9f3'), CHEVRONS_SQUARE_UP_RIGHT_F("jam-chevrons-square-up-right-f", '\ue9f2'), CHEVRONS_UP("jam-chevrons-up", '\ue9f7'), CHEVRONS_UP_LEFT("jam-chevrons-up-left", '\ue9f5'), CHEVRONS_UP_RIGHT("jam-chevrons-up-right", '\ue9f6'), CHEVRON_CIRCLE_DOWN("jam-chevron-circle-down", '\ue9ad'), CHEVRON_CIRCLE_DOWN_F("jam-chevron-circle-down-f", '\ue9a8'), CHEVRON_CIRCLE_DOWN_LEFT("jam-chevron-circle-down-left", '\ue9aa'), CHEVRON_CIRCLE_DOWN_LEFT_F("jam-chevron-circle-down-left-f", '\ue9a9'), CHEVRON_CIRCLE_DOWN_RIGHT("jam-chevron-circle-down-right", '\ue9ac'), CHEVRON_CIRCLE_DOWN_RIGHT_F("jam-chevron-circle-down-right-f", '\ue9ab'), CHEVRON_CIRCLE_LEFT("jam-chevron-circle-left", '\ue9af'), CHEVRON_CIRCLE_LEFT_F("jam-chevron-circle-left-f", '\ue9ae'), CHEVRON_CIRCLE_RIGHT("jam-chevron-circle-right", '\ue9b1'), CHEVRON_CIRCLE_RIGHT_F("jam-chevron-circle-right-f", '\ue9b0'), CHEVRON_CIRCLE_UP("jam-chevron-circle-up", '\ue9b7'), CHEVRON_CIRCLE_UP_F("jam-chevron-circle-up-f", '\ue9b2'), CHEVRON_CIRCLE_UP_LEFT("jam-chevron-circle-up-left", '\ue9b4'), CHEVRON_CIRCLE_UP_LEFT_F("jam-chevron-circle-up-left-f", '\ue9b3'), CHEVRON_CIRCLE_UP_RIGHT("jam-chevron-circle-up-right", '\ue9b6'), CHEVRON_CIRCLE_UP_RIGHT_F("jam-chevron-circle-up-right-f", '\ue9b5'), CHEVRON_DOWN("jam-chevron-down", '\ue9ba'), CHEVRON_DOWN_LEFT("jam-chevron-down-left", '\ue9b8'), CHEVRON_DOWN_RIGHT("jam-chevron-down-right", '\ue9b9'), CHEVRON_LEFT("jam-chevron-left", '\ue9bb'), CHEVRON_RIGHT("jam-chevron-right", '\ue9bc'), CHEVRON_SQUARE_DOWN("jam-chevron-square-down", '\ue9c2'), CHEVRON_SQUARE_DOWN_F("jam-chevron-square-down-f", '\ue9bd'), CHEVRON_SQUARE_DOWN_LEFT("jam-chevron-square-down-left", '\ue9bf'), CHEVRON_SQUARE_DOWN_LEFT_F("jam-chevron-square-down-left-f", '\ue9be'), CHEVRON_SQUARE_DOWN_RIGHT("jam-chevron-square-down-right", '\ue9c1'), CHEVRON_SQUARE_DOWN_RIGHT_F("jam-chevron-square-down-right-f", '\ue9c0'), CHEVRON_SQUARE_LEFT("jam-chevron-square-left", '\ue9c4'), CHEVRON_SQUARE_LEFT_F("jam-chevron-square-left-f", '\ue9c3'), CHEVRON_SQUARE_RIGHT("jam-chevron-square-right", '\ue9c6'), CHEVRON_SQUARE_RIGHT_F("jam-chevron-square-right-f", '\ue9c5'), CHEVRON_SQUARE_UP("jam-chevron-square-up", '\ue9cc'), CHEVRON_SQUARE_UP_F("jam-chevron-square-up-f", '\ue9c7'), CHEVRON_SQUARE_UP_LEFT("jam-chevron-square-up-left", '\ue9c9'), CHEVRON_SQUARE_UP_LEFT_F("jam-chevron-square-up-left-f", '\ue9c8'), CHEVRON_SQUARE_UP_RIGHT("jam-chevron-square-up-right", '\ue9cb'), CHEVRON_SQUARE_UP_RIGHT_F("jam-chevron-square-up-right-f", '\ue9ca'), CHEVRON_UP("jam-chevron-up", '\ue9cf'), CHEVRON_UP_LEFT("jam-chevron-up-left", '\ue9cd'), CHEVRON_UP_RIGHT("jam-chevron-up-right", '\ue9ce'), CHRONOMETER("jam-chronometer", '\ue9f9'), CHRONOMETER_F("jam-chronometer-f", '\ue9f8'), CIRCLE("jam-circle", '\ue9fb'), CIRCLE_F("jam-circle-f", '\ue9fa'), CLEAR_FORMAT("jam-clear-format", '\ue9fc'), CLIPBOARD("jam-clipboard", '\ue9fe'), CLIPBOARD_F("jam-clipboard-f", '\ue9fd'), CLOCK("jam-clock", '\uea00'), CLOCK_F("jam-clock-f", '\ue9ff'), CLOSE("jam-close", '\uea05'), CLOSE_CIRCLE("jam-close-circle", '\uea02'), CLOSE_CIRCLE_F("jam-close-circle-f", '\uea01'), CLOSE_RECTANGLE("jam-close-rectangle", '\uea04'), CLOSE_RECTANGLE_F("jam-close-rectangle-f", '\uea03'), CLOUD("jam-cloud", '\uea0d'), CLOUD_F("jam-cloud-f", '\uea06'), CLOUD_RAIN("jam-cloud-rain", '\uea08'), CLOUD_RAIN_F("jam-cloud-rain-f", '\uea07'), CLOUD_SNOW("jam-cloud-snow", '\uea0a'), CLOUD_SNOW_F("jam-cloud-snow-f", '\uea09'), CLOUD_THUNDER("jam-cloud-thunder", '\uea0c'), CLOUD_THUNDER_F("jam-cloud-thunder-f", '\uea0b'), CODEPEN("jam-codepen", '\uea10'), CODEPEN_CIRCLE("jam-codepen-circle", '\uea0e'), CODEPEN_SQUARE("jam-codepen-square", '\uea0f'), COFFEE("jam-coffee", '\uea13'), COFFEE_CUP("jam-coffee-cup", '\uea12'), COFFEE_CUP_F("jam-coffee-cup-f", '\uea11'), COG("jam-cog", '\uea15'), COGS("jam-cogs", '\uea17'), COGS_F("jam-cogs-f", '\uea16'), COG_F("jam-cog-f", '\uea14'), COIN("jam-coin", '\uea19'), COIN_F("jam-coin-f", '\uea18'), COLOR("jam-color", '\uea1a'), COMPASS("jam-compass", '\uea1c'), COMPASS_F("jam-compass-f", '\uea1b'), COMPUTER("jam-computer", '\uea20'), COMPUTER_ALT("jam-computer-alt", '\uea1e'), COMPUTER_ALT_F("jam-computer-alt-f", '\uea1d'), COMPUTER_F("jam-computer-f", '\uea1f'), CREDIT_CARD("jam-credit-card", '\uea22'), CREDIT_CARD_F("jam-credit-card-f", '\uea21'), CROP("jam-crop", '\uea23'), CROWN("jam-crown", '\uea25'), CROWN_F("jam-crown-f", '\uea24'), CUTLERY("jam-cutlery", '\uea27'), CUTLERY_F("jam-cutlery-f", '\uea26'), CUTTER("jam-cutter", '\uea29'), CUTTER_F("jam-cutter-f", '\uea28'), DASHBOARD("jam-dashboard", '\uea2b'), DASHBOARD_F("jam-dashboard-f", '\uea2a'), DATABASE("jam-database", '\uea2d'), DATABASE_F("jam-database-f", '\uea2c'), DEEZER("jam-deezer", '\uea30'), DEEZER_CIRCLE("jam-deezer-circle", '\uea2e'), DEEZER_SQUARE("jam-deezer-square", '\uea2f'), DELETE("jam-delete", '\uea32'), DELETE_F("jam-delete-f", '\uea31'), DEVIANTART("jam-deviantart", '\uea35'), DEVIANTART_CIRCLE("jam-deviantart-circle", '\uea33'), DEVIANTART_SQUARE("jam-deviantart-square", '\uea34'), DIGG("jam-digg", '\uea36'), DIRECTION("jam-direction", '\uea38'), DIRECTIONS("jam-directions", '\uea3a'), DIRECTIONS_F("jam-directions-f", '\uea39'), DIRECTION_F("jam-direction-f", '\uea37'), DISC("jam-disc", '\uea3c'), DISC_F("jam-disc-f", '\uea3b'), DISQUS("jam-disqus", '\uea3f'), DISQUS_CIRCLE("jam-disqus-circle", '\uea3d'), DISQUS_SQUARE("jam-disqus-square", '\uea3e'), DJ("jam-dj", '\uea41'), DJ_F("jam-dj-f", '\uea40'), DNA("jam-dna", '\uea42'), DOCUMENT("jam-document", '\uea44'), DOCUMENT_F("jam-document-f", '\uea43'), DOOR("jam-door", '\uea45'), DOWNLOAD("jam-download", '\uea46'), DRUPAL("jam-drupal", '\uea49'), DRUPAL_CIRCLE("jam-drupal-circle", '\uea47'), DRUPAL_SQUARE("jam-drupal-square", '\uea48'), EBAY("jam-ebay", '\uea4a'), EGG("jam-egg", '\uea4c'), EGGS("jam-eggs", '\uea4e'), EGGS_F("jam-eggs-f", '\uea4d'), EGG_F("jam-egg-f", '\uea4b'), EJECT("jam-eject", '\uea53'), EJECT_CIRCLE("jam-eject-circle", '\uea50'), EJECT_CIRCLE_F("jam-eject-circle-f", '\uea4f'), EJECT_SQUARE("jam-eject-square", '\uea52'), EJECT_SQUARE_F("jam-eject-square-f", '\uea51'), ENVELOPE("jam-envelope", '\uea57'), ENVELOPE_F("jam-envelope-f", '\uea54'), ENVELOPE_OPEN("jam-envelope-open", '\uea56'), ENVELOPE_OPEN_F("jam-envelope-open-f", '\uea55'), EXTINGUISHER("jam-extinguisher", '\uea59'), EXTINGUISHER_F("jam-extinguisher-f", '\uea58'), EYE("jam-eye", '\uea5d'), EYEDROPPER("jam-eyedropper", '\uea5f'), EYEDROPPER_F("jam-eyedropper-f", '\uea5e'), EYE_CLOSE("jam-eye-close", '\uea5b'), EYE_CLOSE_F("jam-eye-close-f", '\uea5a'), EYE_F("jam-eye-f", '\uea5c'), FACEBOOK("jam-facebook", '\uea62'), FACEBOOK_CIRCLE("jam-facebook-circle", '\uea60'), FACEBOOK_SQUARE("jam-facebook-square", '\uea61'), FAST_BACKWARD("jam-fast-backward", '\uea67'), FAST_BACKWARD_CIRCLE("jam-fast-backward-circle", '\uea64'), FAST_BACKWARD_CIRCLE_F("jam-fast-backward-circle-f", '\uea63'), FAST_BACKWARD_SQUARE("jam-fast-backward-square", '\uea66'), FAST_BACKWARD_SQUARE_F("jam-fast-backward-square-f", '\uea65'), FAST_FORWARD("jam-fast-forward", '\uea6c'), FAST_FORWARD_CIRCLE("jam-fast-forward-circle", '\uea69'), FAST_FORWARD_CIRCLE_F("jam-fast-forward-circle-f", '\uea68'), FAST_FORWARD_SQUARE("jam-fast-forward-square", '\uea6b'), FAST_FORWARD_SQUARE_F("jam-fast-forward-square-f", '\uea6a'), FEATHER("jam-feather", '\uea6e'), FEATHER_F("jam-feather-f", '\uea6d'), FEMALE("jam-female", '\uea6f'), FILE("jam-file", '\uea71'), FILES("jam-files", '\uea73'), FILES_F("jam-files-f", '\uea72'), FILE_F("jam-file-f", '\uea70'), FILTER("jam-filter", '\uea75'), FILTER_F("jam-filter-f", '\uea74'), FINGERPRINT("jam-fingerprint", '\uea76'), FIRST_AID("jam-first-aid", '\uea78'), FIRST_AID_F("jam-first-aid-f", '\uea77'), FISH("jam-fish", '\uea79'), FIVERR("jam-fiverr", '\uea7c'), FIVERR_CIRCLE("jam-fiverr-circle", '\uea7a'), FIVERR_SQUARE("jam-fiverr-square", '\uea7b'), FLAG("jam-flag", '\uea7e'), FLAG_F("jam-flag-f", '\uea7d'), FLAME("jam-flame", '\uea80'), FLAME_F("jam-flame-f", '\uea7f'), FLASHLIGHT_OFF("jam-flashlight-off", '\uea82'), FLASHLIGHT_OFF_F("jam-flashlight-off-f", '\uea81'), FLASHLIGHT_ON("jam-flashlight-on", '\uea84'), FLASHLIGHT_ON_F("jam-flashlight-on-f", '\uea83'), FLASK("jam-flask", '\uea85'), FLICKR("jam-flickr", '\uea88'), FLICKR_CIRCLE("jam-flickr-circle", '\uea86'), FLICKR_SQUARE("jam-flickr-square", '\uea87'), FLOWER("jam-flower", '\uea89'), FOLDER("jam-folder", '\uea8f'), FOLDER_F("jam-folder-f", '\uea8a'), FOLDER_OPEN("jam-folder-open", '\uea8c'), FOLDER_OPEN_F("jam-folder-open-f", '\uea8b'), FOLDER_ZIP("jam-folder-zip", '\uea8e'), FOLDER_ZIP_F("jam-folder-zip-f", '\uea8d'), FOOTBALL("jam-football", '\uea90'), FORK("jam-fork", '\uea92'), FORK_F("jam-fork-f", '\uea91'), FORWARD("jam-forward", '\uea97'), FORWARD_CIRCLE("jam-forward-circle", '\uea94'), FORWARD_CIRCLE_F("jam-forward-circle-f", '\uea93'), FORWARD_SQUARE("jam-forward-square", '\uea96'), FORWARD_SQUARE_F("jam-forward-square-f", '\uea95'), FOURSQUARE("jam-foursquare", '\uea98'), GAMEPAD("jam-gamepad", '\uea9c'), GAMEPAD_F("jam-gamepad-f", '\uea99'), GAMEPAD_RETRO("jam-gamepad-retro", '\uea9b'), GAMEPAD_RETRO_F("jam-gamepad-retro-f", '\uea9a'), GHOST("jam-ghost", '\ueaa1'), GHOST_F("jam-ghost-f", '\uea9d'), GHOST_ORG("jam-ghost-org", '\ueaa0'), GHOST_ORG_CIRCLE("jam-ghost-org-circle", '\uea9e'), GHOST_ORG_SQUARE("jam-ghost-org-square", '\uea9f'), GIFT("jam-gift", '\ueaa3'), GIFT_F("jam-gift-f", '\ueaa2'), GITHUB("jam-github", '\ueaa6'), GITHUB_CIRCLE("jam-github-circle", '\ueaa4'), GITHUB_SQUARE("jam-github-square", '\ueaa5'), GITLAB("jam-gitlab", '\ueaa9'), GITLAB_CIRCLE("jam-gitlab-circle", '\ueaa7'), GITLAB_SQUARE("jam-gitlab-square", '\ueaa8'), GLASS_EMPTY("jam-glass-empty", '\ueaaa'), GLASS_FILLED("jam-glass-filled", '\ueaac'), GLASS_FILLED_F("jam-glass-filled-f", '\ueaab'), GLUE("jam-glue", '\ueaae'), GLUE_F("jam-glue-f", '\ueaad'), GOOGLE("jam-google", '\ueab7'), GOOGLE_CIRCLE("jam-google-circle", '\ueaaf'), GOOGLE_PLAY("jam-google-play", '\ueab2'), GOOGLE_PLAY_CIRCLE("jam-google-play-circle", '\ueab0'), GOOGLE_PLAY_SQUARE("jam-google-play-square", '\ueab1'), GOOGLE_PLUS("jam-google-plus", '\ueab5'), GOOGLE_PLUS_CIRCLE("jam-google-plus-circle", '\ueab3'), GOOGLE_PLUS_SQUARE("jam-google-plus-square", '\ueab4'), GOOGLE_SQUARE("jam-google-square", '\ueab6'), GPS("jam-gps", '\ueab9'), GPS_F("jam-gps-f", '\ueab8'), GRID("jam-grid", '\ueabb'), GRID_F("jam-grid-f", '\ueaba'), HAIRDRYER("jam-hairdryer", '\ueabd'), HAIRDRYER_F("jam-hairdryer-f", '\ueabc'), HAMMER("jam-hammer", '\ueabf'), HAMMER_F("jam-hammer-f", '\ueabe'), HASHTAG("jam-hashtag", '\ueac0'), HEADER("jam-header", '\ueac7'), HEADER_1("jam-header-1", '\ueac1'), HEADER_2("jam-header-2", '\ueac2'), HEADER_3("jam-header-3", '\ueac3'), HEADER_4("jam-header-4", '\ueac4'), HEADER_5("jam-header-5", '\ueac5'), HEADER_6("jam-header-6", '\ueac6'), HEADSET("jam-headset", '\ueac9'), HEADSET_F("jam-headset-f", '\ueac8'), HEART("jam-heart", '\ueacb'), HEART_F("jam-heart-f", '\ueaca'), HELMET("jam-helmet", '\ueacd'), HELMET_F("jam-helmet-f", '\ueacc'), HELP("jam-help", '\ueacf'), HELP_F("jam-help-f", '\ueace'), HIGHLIGHTER("jam-highlighter", '\uead1'), HIGHLIGHTER_F("jam-highlighter-f", '\uead0'), HISTORY("jam-history", '\uead2'), HOME("jam-home", '\uead4'), HOME_F("jam-home-f", '\uead3'), HOURGLASS("jam-hourglass", '\uead6'), HOURGLASS_F("jam-hourglass-f", '\uead5'), ICE_CREAM("jam-ice-cream", '\uead8'), ICE_CREAM_F("jam-ice-cream-f", '\uead7'), ID_CARD("jam-id-card", '\ueada'), ID_CARD_F("jam-id-card-f", '\uead9'), INBOX("jam-inbox", '\ueadc'), INBOXES("jam-inboxes", '\ueade'), INBOXES_F("jam-inboxes-f", '\ueadd'), INBOX_F("jam-inbox-f", '\ueadb'), INDENT("jam-indent", '\ueadf'), INFINITE("jam-infinite", '\ueae0'), INFO("jam-info", '\ueae2'), INFO_F("jam-info-f", '\ueae1'), INSTAGRAM("jam-instagram", '\ueae3'), INSTANT_PICTURE("jam-instant-picture", '\ueae5'), INSTANT_PICTURE_F("jam-instant-picture-f", '\ueae4'), ITALIC("jam-italic", '\ueae6'), JAM_500PX("jam-500px", '\ue900'), JOYSTICK("jam-joystick", '\ueae8'), JOYSTICK_F("jam-joystick-f", '\ueae7'), KEY("jam-key", '\ueaea'), KEYBOARD("jam-keyboard", '\ueaec'), KEYBOARD_F("jam-keyboard-f", '\ueaeb'), KEY_F("jam-key-f", '\ueae9'), LANGUAGE("jam-language", '\ueaed'), LAYERS("jam-layers", '\ueaef'), LAYERS_F("jam-layers-f", '\ueaee'), LAYOUT("jam-layout", '\ueaf1'), LAYOUT_F("jam-layout-f", '\ueaf0'), LEAF("jam-leaf", '\ueaf3'), LEAF_F("jam-leaf-f", '\ueaf2'), LIFEBUOY("jam-lifebuoy", '\ueaf5'), LIFEBUOY_F("jam-lifebuoy-f", '\ueaf4'), LIGHTBULB("jam-lightbulb", '\ueaf7'), LIGHTBULB_F("jam-lightbulb-f", '\ueaf6'), LINE("jam-line", '\ueaf8'), LINK("jam-link", '\ueaf9'), LINKEDIN("jam-linkedin", '\ueafc'), LINKEDIN_CIRCLE("jam-linkedin-circle", '\ueafa'), LINKEDIN_SQUARE("jam-linkedin-square", '\ueafb'), LOG_IN("jam-log-in", '\ueafd'), LOG_OUT("jam-log-out", '\ueafe'), LUGGAGE("jam-luggage", '\ueb00'), LUGGAGE_F("jam-luggage-f", '\ueaff'), MAGIC("jam-magic", '\ueb02'), MAGIC_F("jam-magic-f", '\ueb01'), MAGNET("jam-magnet", '\ueb04'), MAGNET_F("jam-magnet-f", '\ueb03'), MALE("jam-male", '\ueb05'), MAP("jam-map", '\ueb09'), MAP_F("jam-map-f", '\ueb06'), MAP_MARKER("jam-map-marker", '\ueb08'), MAP_MARKER_F("jam-map-marker-f", '\ueb07'), MASK("jam-mask", '\ueb0b'), MASK_F("jam-mask-f", '\ueb0a'), MEDAL("jam-medal", '\ueb0d'), MEDAL_F("jam-medal-f", '\ueb0c'), MEDICAL("jam-medical", '\ueb0e'), MEDIUM("jam-medium", '\ueb11'), MEDIUM_CIRCLE("jam-medium-circle", '\ueb0f'), MEDIUM_SQUARE("jam-medium-square", '\ueb10'), MENU("jam-menu", '\ueb12'), MERGE("jam-merge", '\ueb14'), MERGE_F("jam-merge-f", '\ueb13'), MESSAGE("jam-message", '\ueb1c'), MESSAGES("jam-messages", '\ueb20'), MESSAGES_ALT("jam-messages-alt", '\ueb1e'), MESSAGES_ALT_F("jam-messages-alt-f", '\ueb1d'), MESSAGES_F("jam-messages-f", '\ueb1f'), MESSAGE_ALT("jam-message-alt", '\ueb18'), MESSAGE_ALT_F("jam-message-alt-f", '\ueb15'), MESSAGE_ALT_WRITING("jam-message-alt-writing", '\ueb17'), MESSAGE_ALT_WRITING_F("jam-message-alt-writing-f", '\ueb16'), MESSAGE_F("jam-message-f", '\ueb19'), MESSAGE_WRITING("jam-message-writing", '\ueb1b'), MESSAGE_WRITING_F("jam-message-writing-f", '\ueb1a'), MESSENGER("jam-messenger", '\ueb21'), MIC("jam-mic", '\ueb28'), MICROCHIP("jam-microchip", '\ueb2a'), MICROCHIP_F("jam-microchip-f", '\ueb29'), MIC_ALT("jam-mic-alt", '\ueb22'), MIC_CIRCLE("jam-mic-circle", '\ueb24'), MIC_CIRCLE_F("jam-mic-circle-f", '\ueb23'), MIC_F("jam-mic-f", '\ueb25'), MIC_SQUARE("jam-mic-square", '\ueb27'), MIC_SQUARE_F("jam-mic-square-f", '\ueb26'), MINUS("jam-minus", '\ueb2f'), MINUS_CIRCLE("jam-minus-circle", '\ueb2c'), MINUS_CIRCLE_F("jam-minus-circle-f", '\ueb2b'), MINUS_RECTANGLE("jam-minus-rectangle", '\ueb2e'), MINUS_RECTANGLE_F("jam-minus-rectangle-f", '\ueb2d'), MOON("jam-moon", '\ueb31'), MOON_F("jam-moon-f", '\ueb30'), MORE_HORIZONTAL("jam-more-horizontal", '\ueb33'), MORE_HORIZONTAL_F("jam-more-horizontal-f", '\ueb32'), MORE_VERTICAL("jam-more-vertical", '\ueb35'), MORE_VERTICAL_F("jam-more-vertical-f", '\ueb34'), MOUNTAIN("jam-mountain", '\ueb37'), MOUNTAIN_F("jam-mountain-f", '\ueb36'), MOVE("jam-move", '\ueb39'), MOVE_ALT("jam-move-alt", '\ueb38'), MOVIE("jam-movie", '\ueb3a'), MUG("jam-mug", '\ueb3c'), MUG_F("jam-mug-f", '\ueb3b'), MUSIC("jam-music", '\ueb3e'), MUSIC_F("jam-music-f", '\ueb3d'), MYSPACE("jam-myspace", '\ueb41'), MYSPACE_CIRCLE("jam-myspace-circle", '\ueb3f'), MYSPACE_SQUARE("jam-myspace-square", '\ueb40'), NAPSTER("jam-napster", '\ueb44'), NAPSTER_CIRCLE("jam-napster-circle", '\ueb42'), NAPSTER_SQUARE("jam-napster-square", '\ueb43'), NEWSLETTER("jam-newsletter", '\ueb46'), NEWSLETTER_F("jam-newsletter-f", '\ueb45'), NEWSPAPER("jam-newspaper", '\ueb48'), NEWSPAPER_F("jam-newspaper-f", '\ueb47'), NPM("jam-npm", '\ueb49'), ODNOKLASSNIKI("jam-odnoklassniki", '\ueb4c'), ODNOKLASSNIKI_CIRCLE("jam-odnoklassniki-circle", '\ueb4a'), ODNOKLASSNIKI_SQUARE("jam-odnoklassniki-square", '\ueb4b'), OPERA("jam-opera", '\ueb4f'), OPERA_CIRCLE("jam-opera-circle", '\ueb4d'), OPERA_SQUARE("jam-opera-square", '\ueb4e'), ORDERED_LIST("jam-ordered-list", '\ueb50'), PADLOCK("jam-padlock", '\ueb58'), PADLOCK_ALT("jam-padlock-alt", '\ueb54'), PADLOCK_ALT_F("jam-padlock-alt-f", '\ueb51'), PADLOCK_ALT_OPEN("jam-padlock-alt-open", '\ueb53'), PADLOCK_ALT_OPEN_F("jam-padlock-alt-open-f", '\ueb52'), PADLOCK_F("jam-padlock-f", '\ueb55'), PADLOCK_OPEN("jam-padlock-open", '\ueb57'), PADLOCK_OPEN_F("jam-padlock-open-f", '\ueb56'), PAPER_PLANE("jam-paper-plane", '\ueb5a'), PAPER_PLANE_F("jam-paper-plane-f", '\ueb59'), PATREON("jam-patreon", '\ueb5d'), PATREON_CIRCLE("jam-patreon-circle", '\ueb5b'), PATREON_SQUARE("jam-patreon-square", '\ueb5c'), PAUSE("jam-pause", '\ueb5e'), PAYPAL("jam-paypal", '\ueb61'), PAYPAL_CIRCLE("jam-paypal-circle", '\ueb5f'), PAYPAL_SQUARE("jam-paypal-square", '\ueb60'), PEN("jam-pen", '\ueb63'), PENCIL("jam-pencil", '\ueb65'), PENCIL_F("jam-pencil-f", '\ueb64'), PEN_F("jam-pen-f", '\ueb62'), PERISCOPE("jam-periscope", '\ueb68'), PERISCOPE_CIRCLE("jam-periscope-circle", '\ueb66'), PERISCOPE_SQUARE("jam-periscope-square", '\ueb67'), PHONE("jam-phone", '\ueb6a'), PHONE_F("jam-phone-f", '\ueb69'), PICTURE("jam-picture", '\ueb6c'), PICTURES("jam-pictures", '\ueb6e'), PICTURES_F("jam-pictures-f", '\ueb6d'), PICTURE_F("jam-picture-f", '\ueb6b'), PIE_CHART("jam-pie-chart", '\ueb71'), PIE_CHART_ALT("jam-pie-chart-alt", '\ueb6f'), PIE_CHART_F("jam-pie-chart-f", '\ueb70'), PIN("jam-pin", '\ueb75'), PINTEREST("jam-pinterest", '\ueb78'), PINTEREST_CIRCLE("jam-pinterest-circle", '\ueb76'), PINTEREST_SQUARE("jam-pinterest-square", '\ueb77'), PIN_ALT("jam-pin-alt", '\ueb73'), PIN_ALT_F("jam-pin-alt-f", '\ueb72'), PIN_F("jam-pin-f", '\ueb74'), PIZZA_SLICE("jam-pizza-slice", '\ueb79'), PLANE("jam-plane", '\ueb7b'), PLANE_F("jam-plane-f", '\ueb7a'), PLAY("jam-play", '\ueb80'), PLAY_CIRCLE("jam-play-circle", '\ueb7d'), PLAY_CIRCLE_F("jam-play-circle-f", '\ueb7c'), PLAY_SQUARE("jam-play-square", '\ueb7f'), PLAY_SQUARE_F("jam-play-square-f", '\ueb7e'), PLUG("jam-plug", '\ueb82'), PLUG_F("jam-plug-f", '\ueb81'), PLUS("jam-plus", '\ueb87'), PLUS_CIRCLE("jam-plus-circle", '\ueb84'), PLUS_CIRCLE_F("jam-plus-circle-f", '\ueb83'), PLUS_RECTANGLE("jam-plus-rectangle", '\ueb86'), PLUS_RECTANGLE_F("jam-plus-rectangle-f", '\ueb85'), POCKET_WATCH("jam-pocket-watch", '\ueb89'), POCKET_WATCH_F("jam-pocket-watch-f", '\ueb88'), PODCAST("jam-podcast", '\ueb8a'), POWER("jam-power", '\ueb8b'), PRINTER("jam-printer", '\ueb8d'), PRINTER_F("jam-printer-f", '\ueb8c'), QR_CODE("jam-qr-code", '\ueb8e'), QUORA("jam-quora", '\ueb91'), QUORA_CIRCLE("jam-quora-circle", '\ueb8f'), QUORA_SQUARE("jam-quora-square", '\ueb90'), RAINBOW("jam-rainbow", '\ueb92'), REC("jam-rec", '\ueb93'), RECTANGLE("jam-rectangle", '\ueb95'), RECTANGLE_F("jam-rectangle-f", '\ueb94'), REDDIT("jam-reddit", '\ueb96'), REDO("jam-redo", '\ueb97'), REFRESH("jam-refresh", '\ueb99'), REFRESH_REVERSE("jam-refresh-reverse", '\ueb98'), REPEAT("jam-repeat", '\ueb9a'), ROCKET("jam-rocket", '\ueb9c'), ROCKET_F("jam-rocket-f", '\ueb9b'), RSS_FEED("jam-rss-feed", '\ueb9d'), RUBBER("jam-rubber", '\ueb9e'), RULER("jam-ruler", '\ueba0'), RULER_F("jam-ruler-f", '\ueb9f'), SAVE("jam-save", '\ueba2'), SAVE_F("jam-save-f", '\ueba1'), SCISSORS("jam-scissors", '\ueba3'), SCREEN("jam-screen", '\ueba5'), SCREEN_F("jam-screen-f", '\ueba4'), SCREWDRIVER("jam-screwdriver", '\ueba7'), SCREWDRIVER_F("jam-screwdriver-f", '\ueba6'), SEARCH("jam-search", '\uebab'), SEARCH_FOLDER("jam-search-folder", '\ueba8'), SEARCH_MINUS("jam-search-minus", '\ueba9'), SEARCH_PLUS("jam-search-plus", '\uebaa'), SETTINGS_ALT("jam-settings-alt", '\uebb8'), SET_BACKWARD("jam-set-backward", '\uebb0'), SET_BACKWARD_CIRCLE("jam-set-backward-circle", '\uebad'), SET_BACKWARD_CIRCLE_F("jam-set-backward-circle-f", '\uebac'), SET_BACKWARD_SQUARE("jam-set-backward-square", '\uebaf'), SET_BACKWARD_SQUARE_F("jam-set-backward-square-f", '\uebae'), SET_FORWARD("jam-set-forward", '\uebb5'), SET_FORWARD_CIRCLE("jam-set-forward-circle", '\uebb2'), SET_FORWARD_CIRCLE_F("jam-set-forward-circle-f", '\uebb1'), SET_FORWARD_SQUARE("jam-set-forward-square", '\uebb4'), SET_FORWARD_SQUARE_F("jam-set-forward-square-f", '\uebb3'), SET_SQUARE("jam-set-square", '\uebb7'), SET_SQUARE_F("jam-set-square-f", '\uebb6'), SHARE("jam-share", '\uebbb'), SHARE_ALT("jam-share-alt", '\uebba'), SHARE_ALT_F("jam-share-alt-f", '\uebb9'), SHIELD("jam-shield", '\uebc6'), SHIELD_CHECK("jam-shield-check", '\uebbd'), SHIELD_CHECK_F("jam-shield-check-f", '\uebbc'), SHIELD_CLOSE("jam-shield-close", '\uebbf'), SHIELD_CLOSE_F("jam-shield-close-f", '\uebbe'), SHIELD_F("jam-shield-f", '\uebc0'), SHIELD_HALF("jam-shield-half", '\uebc1'), SHIELD_MINUS("jam-shield-minus", '\uebc3'), SHIELD_MINUS_F("jam-shield-minus-f", '\uebc2'), SHIELD_PLUS("jam-shield-plus", '\uebc5'), SHIELD_PLUS_F("jam-shield-plus-f", '\uebc4'), SHOPIFY("jam-shopify", '\uebc9'), SHOPIFY_CIRCLE("jam-shopify-circle", '\uebc7'), SHOPIFY_SQUARE("jam-shopify-square", '\uebc8'), SHOPPING_BAG("jam-shopping-bag", '\uebcd'), SHOPPING_BAG_ALT("jam-shopping-bag-alt", '\uebcb'), SHOPPING_BAG_ALT_F("jam-shopping-bag-alt-f", '\uebca'), SHOPPING_BAG_F("jam-shopping-bag-f", '\uebcc'), SHOPPING_CART("jam-shopping-cart", '\uebce'), SHUFFLE("jam-shuffle", '\uebcf'), SIGNAL("jam-signal", '\uebd0'), SITEMAP("jam-sitemap", '\uebd2'), SITEMAP_F("jam-sitemap-f", '\uebd1'), SKULL("jam-skull", '\uebd4'), SKULL_F("jam-skull-f", '\uebd3'), SKYPE("jam-skype", '\uebd7'), SKYPE_CIRCLE("jam-skype-circle", '\uebd5'), SKYPE_SQUARE("jam-skype-square", '\uebd6'), SLACK("jam-slack", '\uebda'), SLACK_CIRCLE("jam-slack-circle", '\uebd8'), SLACK_SQUARE("jam-slack-square", '\uebd9'), SMILEY("jam-smiley", '\uebdc'), SMILEY_F("jam-smiley-f", '\uebdb'), SNAPCHAT("jam-snapchat", '\uebdf'), SNAPCHAT_CIRCLE("jam-snapchat-circle", '\uebdd'), SNAPCHAT_SQUARE("jam-snapchat-square", '\uebde'), SNOWBOARD("jam-snowboard", '\uebe1'), SNOWBOARD_F("jam-snowboard-f", '\uebe0'), SNOWFLAKE("jam-snowflake", '\uebe2'), SOUNDCLOUD("jam-soundcloud", '\uebe3'), SPEAKER("jam-speaker", '\uebe5'), SPEAKER_F("jam-speaker-f", '\uebe4'), SPOTIFY("jam-spotify", '\uebe6'), SQUARE("jam-square", '\uebe8'), SQUARESPACE("jam-squarespace", '\uebeb'), SQUARESPACE_CIRCLE("jam-squarespace-circle", '\uebe9'), SQUARESPACE_SQUARE("jam-squarespace-square", '\uebea'), SQUARE_F("jam-square-f", '\uebe7'), STACKOVERFLOW("jam-stackoverflow", '\uebee'), STACKOVERFLOW_CIRCLE("jam-stackoverflow-circle", '\uebec'), STACKOVERFLOW_SQUARE("jam-stackoverflow-square", '\uebed'), STAMP("jam-stamp", '\uebf0'), STAMP_F("jam-stamp-f", '\uebef'), STAR("jam-star", '\uebf4'), STAR_F("jam-star-f", '\uebf1'), STAR_FULL("jam-star-full", '\uebf2'), STAR_HALF("jam-star-half", '\uebf3'), STATION("jam-station", '\uebf5'), STOP("jam-stop", '\uebf7'), STOP_SIGN("jam-stop-sign", '\uebf6'), STORE("jam-store", '\uebf8'), STRIKETHROUGH("jam-strikethrough", '\uebf9'), STUMBLEUPON("jam-stumbleupon", '\uebfc'), STUMBLEUPON_CIRCLE("jam-stumbleupon-circle", '\uebfa'), STUMBLEUPON_SQUARE("jam-stumbleupon-square", '\uebfb'), SUN("jam-sun", '\uebfe'), SUN_F("jam-sun-f", '\uebfd'), SWITCH_LEFT("jam-switch-left", '\uec00'), SWITCH_LEFT_F("jam-switch-left-f", '\uebff'), SWITCH_RIGHT("jam-switch-right", '\uec02'), SWITCH_RIGHT_F("jam-switch-right-f", '\uec01'), SWORD("jam-sword", '\uec04'), SWORD_F("jam-sword-f", '\uec03'), TABLET("jam-tablet", '\uec06'), TABLET_F("jam-tablet-f", '\uec05'), TAG("jam-tag", '\uec08'), TAGS("jam-tags", '\uec0a'), TAGS_F("jam-tags-f", '\uec09'), TAG_F("jam-tag-f", '\uec07'), TARGET("jam-target", '\uec0b'), TASK_LIST("jam-task-list", '\uec0d'), TASK_LIST_F("jam-task-list-f", '\uec0c'), TEMPERATURE("jam-temperature", '\uec0e'), TERMINAL("jam-terminal", '\uec0f'), THUNDER("jam-thunder", '\uec11'), THUNDER_F("jam-thunder-f", '\uec10'), TICKET("jam-ticket", '\uec13'), TICKET_F("jam-ticket-f", '\uec12'), TOOLS("jam-tools", '\uec15'), TOOLS_F("jam-tools-f", '\uec14'), TORCH("jam-torch", '\uec17'), TORCH_F("jam-torch-f", '\uec16'), TOTEM("jam-totem", '\uec18'), TRAIN("jam-train", '\uec1a'), TRAIN_F("jam-train-f", '\uec19'), TRANSGENDER("jam-transgender", '\uec1b'), TRASH("jam-trash", '\uec1f'), TRASH_ALT("jam-trash-alt", '\uec1d'), TRASH_ALT_F("jam-trash-alt-f", '\uec1c'), TRASH_F("jam-trash-f", '\uec1e'), TREE("jam-tree", '\uec23'), TREE_ALT("jam-tree-alt", '\uec21'), TREE_ALT_F("jam-tree-alt-f", '\uec20'), TREE_F("jam-tree-f", '\uec22'), TRELLO("jam-trello", '\uec24'), TRIANGLE("jam-triangle", '\uec28'), TRIANGLE_DANGER("jam-triangle-danger", '\uec26'), TRIANGLE_DANGER_F("jam-triangle-danger-f", '\uec25'), TRIANGLE_F("jam-triangle-f", '\uec27'), TROPHY("jam-trophy", '\uec2a'), TROPHY_F("jam-trophy-f", '\uec29'), TUBE("jam-tube", '\uec2b'), TUMBLR("jam-tumblr", '\uec2e'), TUMBLR_CIRCLE("jam-tumblr-circle", '\uec2c'), TUMBLR_SQUARE("jam-tumblr-square", '\uec2d'), TWITCH("jam-twitch", '\uec2f'), TWITTER("jam-twitter", '\uec32'), TWITTER_CIRCLE("jam-twitter-circle", '\uec30'), TWITTER_SQUARE("jam-twitter-square", '\uec31'), UMBRELLA("jam-umbrella", '\uec36'), UMBRELLA_CLOSED("jam-umbrella-closed", '\uec34'), UMBRELLA_CLOSED_F("jam-umbrella-closed-f", '\uec33'), UMBRELLA_F("jam-umbrella-f", '\uec35'), UNDERLINE("jam-underline", '\uec37'), UNDO("jam-undo", '\uec38'), UNINDENT("jam-unindent", '\uec39'), UNIVERSE("jam-universe", '\uec3a'), UNORDERED_LIST("jam-unordered-list", '\uec3b'), UNSPLASH("jam-unsplash", '\uec3e'), UNSPLASH_CIRCLE("jam-unsplash-circle", '\uec3c'), UNSPLASH_SQUARE("jam-unsplash-square", '\uec3d'), UPLOAD("jam-upload", '\uec3f'), USER("jam-user", '\uec45'), USERS("jam-users", '\uec46'), USER_CIRCLE("jam-user-circle", '\uec40'), USER_MINUS("jam-user-minus", '\uec41'), USER_PLUS("jam-user-plus", '\uec42'), USER_REMOVE("jam-user-remove", '\uec43'), USER_SQUARE("jam-user-square", '\uec44'), VIADEO("jam-viadeo", '\uec47'), VIBER("jam-viber", '\uec4a'), VIBER_CIRCLE("jam-viber-circle", '\uec48'), VIBER_SQUARE("jam-viber-square", '\uec49'), VIDEO_CAMERA("jam-video-camera", '\uec4e'), VIDEO_CAMERA_F("jam-video-camera-f", '\uec4b'), VIDEO_CAMERA_VINTAGE("jam-video-camera-vintage", '\uec4d'), VIDEO_CAMERA_VINTAGE_F("jam-video-camera-vintage-f", '\uec4c'), VIMEO("jam-vimeo", '\uec51'), VIMEO_CIRCLE("jam-vimeo-circle", '\uec4f'), VIMEO_SQUARE("jam-vimeo-square", '\uec50'), VINE("jam-vine", '\uec54'), VINE_CIRCLE("jam-vine-circle", '\uec52'), VINE_SQUARE("jam-vine-square", '\uec53'), VOICEMAIL("jam-voicemail", '\uec55'), VOLUME("jam-volume", '\uec69'), VOLUME_CIRCLE("jam-volume-circle", '\uec57'), VOLUME_CIRCLE_F("jam-volume-circle-f", '\uec56'), VOLUME_DOWN("jam-volume-down", '\uec5c'), VOLUME_DOWN_CIRCLE("jam-volume-down-circle", '\uec59'), VOLUME_DOWN_CIRCLE_F("jam-volume-down-circle-f", '\uec58'), VOLUME_DOWN_SQUARE("jam-volume-down-square", '\uec5b'), VOLUME_DOWN_SQUARE_F("jam-volume-down-square-f", '\uec5a'), VOLUME_MUTE("jam-volume-mute", '\uec61'), VOLUME_MUTE_CIRCLE("jam-volume-mute-circle", '\uec5e'), VOLUME_MUTE_CIRCLE_F("jam-volume-mute-circle-f", '\uec5d'), VOLUME_MUTE_SQUARE("jam-volume-mute-square", '\uec60'), VOLUME_MUTE_SQUARE_F("jam-volume-mute-square-f", '\uec5f'), VOLUME_SQUARE("jam-volume-square", '\uec63'), VOLUME_SQUARE_F("jam-volume-square-f", '\uec62'), VOLUME_UP("jam-volume-up", '\uec68'), VOLUME_UP_CIRCLE("jam-volume-up-circle", '\uec65'), VOLUME_UP_CIRCLE_F("jam-volume-up-circle-f", '\uec64'), VOLUME_UP_SQUARE("jam-volume-up-square", '\uec67'), VOLUME_UP_SQUARE_F("jam-volume-up-square-f", '\uec66'), WATCH("jam-watch", '\uec6b'), WATCH_F("jam-watch-f", '\uec6a'), WATER_DROP("jam-water-drop", '\uec6d'), WATER_DROP_F("jam-water-drop-f", '\uec6c'), WHATSAPP("jam-whatsapp", '\uec6e'), WIFI("jam-wifi", '\uec6f'), WIKIPEDIA("jam-wikipedia", '\uec70'), WORDPRESS("jam-wordpress", '\uec71'), WORLD("jam-world", '\uec72'), WRENCH("jam-wrench", '\uec74'), WRENCH_F("jam-wrench-f", '\uec73'), WRITE("jam-write", '\uec76'), WRITE_F("jam-write-f", '\uec75'), YAHOO("jam-yahoo", '\uec79'), YAHOO_CIRCLE("jam-yahoo-circle", '\uec77'), YAHOO_SQUARE("jam-yahoo-square", '\uec78'), YELP("jam-yelp", '\uec7c'), YELP_CIRCLE("jam-yelp-circle", '\uec7a'), YELP_SQUARE("jam-yelp-square", '\uec7b'), YOUTUBE("jam-youtube", '\uec7f'), YOUTUBE_CIRCLE("jam-youtube-circle", '\uec7d'), YOUTUBE_SQUARE("jam-youtube-square", '\uec7e'); public static Jam findByDescription(String description) { for (Jam font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Jam(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-jamicons-pack/src/main/java/org/kordamp/ikonli/jam/JamIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.jam; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class JamIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/jam/3.0.0/fonts/Jam-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("jam-"); } @Override public Ikon resolve(String description) { return Jam.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Jam-Icons"; } } ================================================ FILE: icon-packs/ikonli-jamicons-pack/src/main/java/org/kordamp/ikonli/jam/JamIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.jam; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class JamIkonProvider implements IkonProvider { @Override public Class getIkon() { return Jam.class; } } ================================================ FILE: icon-packs/ikonli-jamicons-pack/src/main/resources/META-INF/resources/jam/3.0.0/css/jam.css ================================================ @font-face { font-family: 'Jam-Icons'; src: url('../fonts/Jam-Icons.eot?wllbxp'); src: url('../fonts/Jam-Icons.eot?wllbxp#iefix') format('embedded-opentype'), url('../fonts/Jam-Icons.ttf?wllbxp') format('truetype'), url('../fonts/Jam-Icons.woff?wllbxp') format('woff'), url('../fonts/Jam-Icons.svg?wllbxp#Jam-Icons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="jam-"], [class*=" jam-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Jam-Icons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .jam-500px:before { content: "\e900"; } .jam-activity:before { content: "\e901"; } .jam-airbnb:before { content: "\e902"; } .jam-alarm-clock-f:before { content: "\e903"; } .jam-alarm-clock:before { content: "\e904"; } .jam-alert-f:before { content: "\e905"; } .jam-alert:before { content: "\e906"; } .jam-alien-f:before { content: "\e907"; } .jam-alien:before { content: "\e908"; } .jam-align-center:before { content: "\e909"; } .jam-align-justify:before { content: "\e90a"; } .jam-align-left:before { content: "\e90b"; } .jam-align-right:before { content: "\e90c"; } .jam-amazon:before { content: "\e90d"; } .jam-anchor:before { content: "\e90e"; } .jam-android-circle:before { content: "\e90f"; } .jam-android-square:before { content: "\e910"; } .jam-android:before { content: "\e911"; } .jam-aperture:before { content: "\e912"; } .jam-apple-circle:before { content: "\e913"; } .jam-apple-square:before { content: "\e914"; } .jam-apple:before { content: "\e915"; } .jam-archive-f:before { content: "\e916"; } .jam-archive:before { content: "\e917"; } .jam-arrow-circle-down-f:before { content: "\e918"; } .jam-arrow-circle-down-left-f:before { content: "\e919"; } .jam-arrow-circle-down-left:before { content: "\e91a"; } .jam-arrow-circle-down-right-f:before { content: "\e91b"; } .jam-arrow-circle-down-right:before { content: "\e91c"; } .jam-arrow-circle-down:before { content: "\e91d"; } .jam-arrow-circle-left-f:before { content: "\e91e"; } .jam-arrow-circle-left:before { content: "\e91f"; } .jam-arrow-circle-right-f:before { content: "\e920"; } .jam-arrow-circle-right:before { content: "\e921"; } .jam-arrow-circle-up-f:before { content: "\e922"; } .jam-arrow-circle-up-left-f:before { content: "\e923"; } .jam-arrow-circle-up-left:before { content: "\e924"; } .jam-arrow-circle-up-right-f:before { content: "\e925"; } .jam-arrow-circle-up-right:before { content: "\e926"; } .jam-arrow-circle-up:before { content: "\e927"; } .jam-arrow-down-left:before { content: "\e928"; } .jam-arrow-down-right:before { content: "\e929"; } .jam-arrow-down:before { content: "\e92a"; } .jam-arrow-left:before { content: "\e92b"; } .jam-arrow-right:before { content: "\e92c"; } .jam-arrow-square-down-f:before { content: "\e92d"; } .jam-arrow-square-down-left-f:before { content: "\e92e"; } .jam-arrow-square-down-left:before { content: "\e92f"; } .jam-arrow-square-down-right-f:before { content: "\e930"; } .jam-arrow-square-down-right:before { content: "\e931"; } .jam-arrow-square-down:before { content: "\e932"; } .jam-arrow-square-left-f:before { content: "\e933"; } .jam-arrow-square-left:before { content: "\e934"; } .jam-arrow-square-right-f:before { content: "\e935"; } .jam-arrow-square-right:before { content: "\e936"; } .jam-arrow-square-up-f:before { content: "\e937"; } .jam-arrow-square-up-left-f:before { content: "\e938"; } .jam-arrow-square-up-left:before { content: "\e939"; } .jam-arrow-square-up-right-f:before { content: "\e93a"; } .jam-arrow-square-up-right:before { content: "\e93b"; } .jam-arrow-square-up:before { content: "\e93c"; } .jam-arrow-up-left:before { content: "\e93d"; } .jam-arrow-up-right:before { content: "\e93e"; } .jam-arrow-up:before { content: "\e93f"; } .jam-arrows-corners:before { content: "\e940"; } .jam-arrows-fullscreen:before { content: "\e941"; } .jam-arrows-h:before { content: "\e942"; } .jam-arrows-v:before { content: "\e943"; } .jam-attachment:before { content: "\e944"; } .jam-background-color:before { content: "\e945"; } .jam-backpack-f:before { content: "\e946"; } .jam-backpack:before { content: "\e947"; } .jam-backward-circle-f:before { content: "\e948"; } .jam-backward-circle:before { content: "\e949"; } .jam-backward-square-f:before { content: "\e94a"; } .jam-backward-square:before { content: "\e94b"; } .jam-backward:before { content: "\e94c"; } .jam-baidu-circle:before { content: "\e94d"; } .jam-baidu-square:before { content: "\e94e"; } .jam-baidu:before { content: "\e94f"; } .jam-bandage-f:before { content: "\e950"; } .jam-bandage:before { content: "\e951"; } .jam-bar-chart:before { content: "\e952"; } .jam-baseball:before { content: "\e953"; } .jam-basketball:before { content: "\e954"; } .jam-bathtub-f:before { content: "\e955"; } .jam-bathtub:before { content: "\e956"; } .jam-battery-charging-f:before { content: "\e957"; } .jam-battery-charging:before { content: "\e958"; } .jam-battery-f:before { content: "\e959"; } .jam-battery-half-f:before { content: "\e95a"; } .jam-battery-half:before { content: "\e95b"; } .jam-battery-one-quarter-f:before { content: "\e95c"; } .jam-battery-one-quarter:before { content: "\e95d"; } .jam-battery-three-quarters-f:before { content: "\e95e"; } .jam-battery-three-quarters:before { content: "\e95f"; } .jam-battery:before { content: "\e960"; } .jam-beatport-circle:before { content: "\e961"; } .jam-beatport-square:before { content: "\e962"; } .jam-beatport:before { content: "\e963"; } .jam-beer-f:before { content: "\e964"; } .jam-beer:before { content: "\e965"; } .jam-behance-circle:before { content: "\e966"; } .jam-behance-square:before { content: "\e967"; } .jam-behance:before { content: "\e968"; } .jam-bell-f:before { content: "\e969"; } .jam-bell-off-f:before { content: "\e96a"; } .jam-bell-off:before { content: "\e96b"; } .jam-bell:before { content: "\e96c"; } .jam-bing-circle:before { content: "\e96d"; } .jam-bing-square:before { content: "\e96e"; } .jam-bing:before { content: "\e96f"; } .jam-birthday-cake-f:before { content: "\e970"; } .jam-birthday-cake:before { content: "\e971"; } .jam-blogger-circle:before { content: "\e972"; } .jam-blogger-square:before { content: "\e973"; } .jam-blogger:before { content: "\e974"; } .jam-bluetooth:before { content: "\e975"; } .jam-bold:before { content: "\e976"; } .jam-book-f:before { content: "\e977"; } .jam-book:before { content: "\e978"; } .jam-bookmark-f:before { content: "\e979"; } .jam-bookmark-minus-f:before { content: "\e97a"; } .jam-bookmark-minus:before { content: "\e97b"; } .jam-bookmark-plus-f:before { content: "\e97c"; } .jam-bookmark-plus:before { content: "\e97d"; } .jam-bookmark-remove-f:before { content: "\e97e"; } .jam-bookmark-remove:before { content: "\e97f"; } .jam-bookmark:before { content: "\e980"; } .jam-bottle-f:before { content: "\e981"; } .jam-bottle:before { content: "\e982"; } .jam-box-f:before { content: "\e983"; } .jam-box:before { content: "\e984"; } .jam-branch-f:before { content: "\e985"; } .jam-branch:before { content: "\e986"; } .jam-brightness-down-f:before { content: "\e987"; } .jam-brightness-down:before { content: "\e988"; } .jam-brightness-up-f:before { content: "\e989"; } .jam-brightness-up:before { content: "\e98a"; } .jam-brightness:before { content: "\e98b"; } .jam-brush-f:before { content: "\e98c"; } .jam-brush:before { content: "\e98d"; } .jam-bug-f:before { content: "\e98e"; } .jam-bug:before { content: "\e98f"; } .jam-building-f:before { content: "\e990"; } .jam-building:before { content: "\e991"; } .jam-bus-f:before { content: "\e992"; } .jam-bus:before { content: "\e993"; } .jam-cactus-f:before { content: "\e994"; } .jam-cactus:before { content: "\e995"; } .jam-calculator:before { content: "\e996"; } .jam-calendar-alt-f:before { content: "\e997"; } .jam-calendar-alt:before { content: "\e998"; } .jam-calendar-f:before { content: "\e999"; } .jam-calendar:before { content: "\e99a"; } .jam-camera-alt-f:before { content: "\e99b"; } .jam-camera-alt:before { content: "\e99c"; } .jam-camera-f:before { content: "\e99d"; } .jam-camera:before { content: "\e99e"; } .jam-candle-f:before { content: "\e99f"; } .jam-candle:before { content: "\e9a0"; } .jam-capsule-f:before { content: "\e9a1"; } .jam-capsule:before { content: "\e9a2"; } .jam-car-f:before { content: "\e9a3"; } .jam-car:before { content: "\e9a4"; } .jam-castle-f:before { content: "\e9a5"; } .jam-castle:before { content: "\e9a6"; } .jam-check:before { content: "\e9a7"; } .jam-chevron-circle-down-f:before { content: "\e9a8"; } .jam-chevron-circle-down-left-f:before { content: "\e9a9"; } .jam-chevron-circle-down-left:before { content: "\e9aa"; } .jam-chevron-circle-down-right-f:before { content: "\e9ab"; } .jam-chevron-circle-down-right:before { content: "\e9ac"; } .jam-chevron-circle-down:before { content: "\e9ad"; } .jam-chevron-circle-left-f:before { content: "\e9ae"; } .jam-chevron-circle-left:before { content: "\e9af"; } .jam-chevron-circle-right-f:before { content: "\e9b0"; } .jam-chevron-circle-right:before { content: "\e9b1"; } .jam-chevron-circle-up-f:before { content: "\e9b2"; } .jam-chevron-circle-up-left-f:before { content: "\e9b3"; } .jam-chevron-circle-up-left:before { content: "\e9b4"; } .jam-chevron-circle-up-right-f:before { content: "\e9b5"; } .jam-chevron-circle-up-right:before { content: "\e9b6"; } .jam-chevron-circle-up:before { content: "\e9b7"; } .jam-chevron-down-left:before { content: "\e9b8"; } .jam-chevron-down-right:before { content: "\e9b9"; } .jam-chevron-down:before { content: "\e9ba"; } .jam-chevron-left:before { content: "\e9bb"; } .jam-chevron-right:before { content: "\e9bc"; } .jam-chevron-square-down-f:before { content: "\e9bd"; } .jam-chevron-square-down-left-f:before { content: "\e9be"; } .jam-chevron-square-down-left:before { content: "\e9bf"; } .jam-chevron-square-down-right-f:before { content: "\e9c0"; } .jam-chevron-square-down-right:before { content: "\e9c1"; } .jam-chevron-square-down:before { content: "\e9c2"; } .jam-chevron-square-left-f:before { content: "\e9c3"; } .jam-chevron-square-left:before { content: "\e9c4"; } .jam-chevron-square-right-f:before { content: "\e9c5"; } .jam-chevron-square-right:before { content: "\e9c6"; } .jam-chevron-square-up-f:before { content: "\e9c7"; } .jam-chevron-square-up-left-f:before { content: "\e9c8"; } .jam-chevron-square-up-left:before { content: "\e9c9"; } .jam-chevron-square-up-right-f:before { content: "\e9ca"; } .jam-chevron-square-up-right:before { content: "\e9cb"; } .jam-chevron-square-up:before { content: "\e9cc"; } .jam-chevron-up-left:before { content: "\e9cd"; } .jam-chevron-up-right:before { content: "\e9ce"; } .jam-chevron-up:before { content: "\e9cf"; } .jam-chevrons-circle-down-f:before { content: "\e9d0"; } .jam-chevrons-circle-down-left-f:before { content: "\e9d1"; } .jam-chevrons-circle-down-left:before { content: "\e9d2"; } .jam-chevrons-circle-down-right-f:before { content: "\e9d3"; } .jam-chevrons-circle-down-right:before { content: "\e9d4"; } .jam-chevrons-circle-down:before { content: "\e9d5"; } .jam-chevrons-circle-left-f:before { content: "\e9d6"; } .jam-chevrons-circle-left:before { content: "\e9d7"; } .jam-chevrons-circle-right-f:before { content: "\e9d8"; } .jam-chevrons-circle-right:before { content: "\e9d9"; } .jam-chevrons-circle-up-f:before { content: "\e9da"; } .jam-chevrons-circle-up-left-f:before { content: "\e9db"; } .jam-chevrons-circle-up-left:before { content: "\e9dc"; } .jam-chevrons-circle-up-right-f:before { content: "\e9dd"; } .jam-chevrons-circle-up-right:before { content: "\e9de"; } .jam-chevrons-circle-up:before { content: "\e9df"; } .jam-chevrons-down-left:before { content: "\e9e0"; } .jam-chevrons-down-right:before { content: "\e9e1"; } .jam-chevrons-down:before { content: "\e9e2"; } .jam-chevrons-left:before { content: "\e9e3"; } .jam-chevrons-right:before { content: "\e9e4"; } .jam-chevrons-square-down-f:before { content: "\e9e5"; } .jam-chevrons-square-down-left-f:before { content: "\e9e6"; } .jam-chevrons-square-down-left:before { content: "\e9e7"; } .jam-chevrons-square-down-right-f:before { content: "\e9e8"; } .jam-chevrons-square-down-right:before { content: "\e9e9"; } .jam-chevrons-square-down:before { content: "\e9ea"; } .jam-chevrons-square-left-f:before { content: "\e9eb"; } .jam-chevrons-square-left:before { content: "\e9ec"; } .jam-chevrons-square-right-f:before { content: "\e9ed"; } .jam-chevrons-square-right:before { content: "\e9ee"; } .jam-chevrons-square-up-f:before { content: "\e9ef"; } .jam-chevrons-square-up-left-f:before { content: "\e9f0"; } .jam-chevrons-square-up-left:before { content: "\e9f1"; } .jam-chevrons-square-up-right-f:before { content: "\e9f2"; } .jam-chevrons-square-up-right:before { content: "\e9f3"; } .jam-chevrons-square-up:before { content: "\e9f4"; } .jam-chevrons-up-left:before { content: "\e9f5"; } .jam-chevrons-up-right:before { content: "\e9f6"; } .jam-chevrons-up:before { content: "\e9f7"; } .jam-chronometer-f:before { content: "\e9f8"; } .jam-chronometer:before { content: "\e9f9"; } .jam-circle-f:before { content: "\e9fa"; } .jam-circle:before { content: "\e9fb"; } .jam-clear-format:before { content: "\e9fc"; } .jam-clipboard-f:before { content: "\e9fd"; } .jam-clipboard:before { content: "\e9fe"; } .jam-clock-f:before { content: "\e9ff"; } .jam-clock:before { content: "\ea00"; } .jam-close-circle-f:before { content: "\ea01"; } .jam-close-circle:before { content: "\ea02"; } .jam-close-rectangle-f:before { content: "\ea03"; } .jam-close-rectangle:before { content: "\ea04"; } .jam-close:before { content: "\ea05"; } .jam-cloud-f:before { content: "\ea06"; } .jam-cloud-rain-f:before { content: "\ea07"; } .jam-cloud-rain:before { content: "\ea08"; } .jam-cloud-snow-f:before { content: "\ea09"; } .jam-cloud-snow:before { content: "\ea0a"; } .jam-cloud-thunder-f:before { content: "\ea0b"; } .jam-cloud-thunder:before { content: "\ea0c"; } .jam-cloud:before { content: "\ea0d"; } .jam-codepen-circle:before { content: "\ea0e"; } .jam-codepen-square:before { content: "\ea0f"; } .jam-codepen:before { content: "\ea10"; } .jam-coffee-cup-f:before { content: "\ea11"; } .jam-coffee-cup:before { content: "\ea12"; } .jam-coffee:before { content: "\ea13"; } .jam-cog-f:before { content: "\ea14"; } .jam-cog:before { content: "\ea15"; } .jam-cogs-f:before { content: "\ea16"; } .jam-cogs:before { content: "\ea17"; } .jam-coin-f:before { content: "\ea18"; } .jam-coin:before { content: "\ea19"; } .jam-color:before { content: "\ea1a"; } .jam-compass-f:before { content: "\ea1b"; } .jam-compass:before { content: "\ea1c"; } .jam-computer-alt-f:before { content: "\ea1d"; } .jam-computer-alt:before { content: "\ea1e"; } .jam-computer-f:before { content: "\ea1f"; } .jam-computer:before { content: "\ea20"; } .jam-credit-card-f:before { content: "\ea21"; } .jam-credit-card:before { content: "\ea22"; } .jam-crop:before { content: "\ea23"; } .jam-crown-f:before { content: "\ea24"; } .jam-crown:before { content: "\ea25"; } .jam-cutlery-f:before { content: "\ea26"; } .jam-cutlery:before { content: "\ea27"; } .jam-cutter-f:before { content: "\ea28"; } .jam-cutter:before { content: "\ea29"; } .jam-dashboard-f:before { content: "\ea2a"; } .jam-dashboard:before { content: "\ea2b"; } .jam-database-f:before { content: "\ea2c"; } .jam-database:before { content: "\ea2d"; } .jam-deezer-circle:before { content: "\ea2e"; } .jam-deezer-square:before { content: "\ea2f"; } .jam-deezer:before { content: "\ea30"; } .jam-delete-f:before { content: "\ea31"; } .jam-delete:before { content: "\ea32"; } .jam-deviantart-circle:before { content: "\ea33"; } .jam-deviantart-square:before { content: "\ea34"; } .jam-deviantart:before { content: "\ea35"; } .jam-digg:before { content: "\ea36"; } .jam-direction-f:before { content: "\ea37"; } .jam-direction:before { content: "\ea38"; } .jam-directions-f:before { content: "\ea39"; } .jam-directions:before { content: "\ea3a"; } .jam-disc-f:before { content: "\ea3b"; } .jam-disc:before { content: "\ea3c"; } .jam-disqus-circle:before { content: "\ea3d"; } .jam-disqus-square:before { content: "\ea3e"; } .jam-disqus:before { content: "\ea3f"; } .jam-dj-f:before { content: "\ea40"; } .jam-dj:before { content: "\ea41"; } .jam-dna:before { content: "\ea42"; } .jam-document-f:before { content: "\ea43"; } .jam-document:before { content: "\ea44"; } .jam-door:before { content: "\ea45"; } .jam-download:before { content: "\ea46"; } .jam-drupal-circle:before { content: "\ea47"; } .jam-drupal-square:before { content: "\ea48"; } .jam-drupal:before { content: "\ea49"; } .jam-ebay:before { content: "\ea4a"; } .jam-egg-f:before { content: "\ea4b"; } .jam-egg:before { content: "\ea4c"; } .jam-eggs-f:before { content: "\ea4d"; } .jam-eggs:before { content: "\ea4e"; } .jam-eject-circle-f:before { content: "\ea4f"; } .jam-eject-circle:before { content: "\ea50"; } .jam-eject-square-f:before { content: "\ea51"; } .jam-eject-square:before { content: "\ea52"; } .jam-eject:before { content: "\ea53"; } .jam-envelope-f:before { content: "\ea54"; } .jam-envelope-open-f:before { content: "\ea55"; } .jam-envelope-open:before { content: "\ea56"; } .jam-envelope:before { content: "\ea57"; } .jam-extinguisher-f:before { content: "\ea58"; } .jam-extinguisher:before { content: "\ea59"; } .jam-eye-close-f:before { content: "\ea5a"; } .jam-eye-close:before { content: "\ea5b"; } .jam-eye-f:before { content: "\ea5c"; } .jam-eye:before { content: "\ea5d"; } .jam-eyedropper-f:before { content: "\ea5e"; } .jam-eyedropper:before { content: "\ea5f"; } .jam-facebook-circle:before { content: "\ea60"; } .jam-facebook-square:before { content: "\ea61"; } .jam-facebook:before { content: "\ea62"; } .jam-fast-backward-circle-f:before { content: "\ea63"; } .jam-fast-backward-circle:before { content: "\ea64"; } .jam-fast-backward-square-f:before { content: "\ea65"; } .jam-fast-backward-square:before { content: "\ea66"; } .jam-fast-backward:before { content: "\ea67"; } .jam-fast-forward-circle-f:before { content: "\ea68"; } .jam-fast-forward-circle:before { content: "\ea69"; } .jam-fast-forward-square-f:before { content: "\ea6a"; } .jam-fast-forward-square:before { content: "\ea6b"; } .jam-fast-forward:before { content: "\ea6c"; } .jam-feather-f:before { content: "\ea6d"; } .jam-feather:before { content: "\ea6e"; } .jam-female:before { content: "\ea6f"; } .jam-file-f:before { content: "\ea70"; } .jam-file:before { content: "\ea71"; } .jam-files-f:before { content: "\ea72"; } .jam-files:before { content: "\ea73"; } .jam-filter-f:before { content: "\ea74"; } .jam-filter:before { content: "\ea75"; } .jam-fingerprint:before { content: "\ea76"; } .jam-first-aid-f:before { content: "\ea77"; } .jam-first-aid:before { content: "\ea78"; } .jam-fish:before { content: "\ea79"; } .jam-fiverr-circle:before { content: "\ea7a"; } .jam-fiverr-square:before { content: "\ea7b"; } .jam-fiverr:before { content: "\ea7c"; } .jam-flag-f:before { content: "\ea7d"; } .jam-flag:before { content: "\ea7e"; } .jam-flame-f:before { content: "\ea7f"; } .jam-flame:before { content: "\ea80"; } .jam-flashlight-off-f:before { content: "\ea81"; } .jam-flashlight-off:before { content: "\ea82"; } .jam-flashlight-on-f:before { content: "\ea83"; } .jam-flashlight-on:before { content: "\ea84"; } .jam-flask:before { content: "\ea85"; } .jam-flickr-circle:before { content: "\ea86"; } .jam-flickr-square:before { content: "\ea87"; } .jam-flickr:before { content: "\ea88"; } .jam-flower:before { content: "\ea89"; } .jam-folder-f:before { content: "\ea8a"; } .jam-folder-open-f:before { content: "\ea8b"; } .jam-folder-open:before { content: "\ea8c"; } .jam-folder-zip-f:before { content: "\ea8d"; } .jam-folder-zip:before { content: "\ea8e"; } .jam-folder:before { content: "\ea8f"; } .jam-football:before { content: "\ea90"; } .jam-fork-f:before { content: "\ea91"; } .jam-fork:before { content: "\ea92"; } .jam-forward-circle-f:before { content: "\ea93"; } .jam-forward-circle:before { content: "\ea94"; } .jam-forward-square-f:before { content: "\ea95"; } .jam-forward-square:before { content: "\ea96"; } .jam-forward:before { content: "\ea97"; } .jam-foursquare:before { content: "\ea98"; } .jam-gamepad-f:before { content: "\ea99"; } .jam-gamepad-retro-f:before { content: "\ea9a"; } .jam-gamepad-retro:before { content: "\ea9b"; } .jam-gamepad:before { content: "\ea9c"; } .jam-ghost-f:before { content: "\ea9d"; } .jam-ghost-org-circle:before { content: "\ea9e"; } .jam-ghost-org-square:before { content: "\ea9f"; } .jam-ghost-org:before { content: "\eaa0"; } .jam-ghost:before { content: "\eaa1"; } .jam-gift-f:before { content: "\eaa2"; } .jam-gift:before { content: "\eaa3"; } .jam-github-circle:before { content: "\eaa4"; } .jam-github-square:before { content: "\eaa5"; } .jam-github:before { content: "\eaa6"; } .jam-gitlab-circle:before { content: "\eaa7"; } .jam-gitlab-square:before { content: "\eaa8"; } .jam-gitlab:before { content: "\eaa9"; } .jam-glass-empty:before { content: "\eaaa"; } .jam-glass-filled-f:before { content: "\eaab"; } .jam-glass-filled:before { content: "\eaac"; } .jam-glue-f:before { content: "\eaad"; } .jam-glue:before { content: "\eaae"; } .jam-google-circle:before { content: "\eaaf"; } .jam-google-play-circle:before { content: "\eab0"; } .jam-google-play-square:before { content: "\eab1"; } .jam-google-play:before { content: "\eab2"; } .jam-google-plus-circle:before { content: "\eab3"; } .jam-google-plus-square:before { content: "\eab4"; } .jam-google-plus:before { content: "\eab5"; } .jam-google-square:before { content: "\eab6"; } .jam-google:before { content: "\eab7"; } .jam-gps-f:before { content: "\eab8"; } .jam-gps:before { content: "\eab9"; } .jam-grid-f:before { content: "\eaba"; } .jam-grid:before { content: "\eabb"; } .jam-hairdryer-f:before { content: "\eabc"; } .jam-hairdryer:before { content: "\eabd"; } .jam-hammer-f:before { content: "\eabe"; } .jam-hammer:before { content: "\eabf"; } .jam-hashtag:before { content: "\eac0"; } .jam-header-1:before { content: "\eac1"; } .jam-header-2:before { content: "\eac2"; } .jam-header-3:before { content: "\eac3"; } .jam-header-4:before { content: "\eac4"; } .jam-header-5:before { content: "\eac5"; } .jam-header-6:before { content: "\eac6"; } .jam-header:before { content: "\eac7"; } .jam-headset-f:before { content: "\eac8"; } .jam-headset:before { content: "\eac9"; } .jam-heart-f:before { content: "\eaca"; } .jam-heart:before { content: "\eacb"; } .jam-helmet-f:before { content: "\eacc"; } .jam-helmet:before { content: "\eacd"; } .jam-help-f:before { content: "\eace"; } .jam-help:before { content: "\eacf"; } .jam-highlighter-f:before { content: "\ead0"; } .jam-highlighter:before { content: "\ead1"; } .jam-history:before { content: "\ead2"; } .jam-home-f:before { content: "\ead3"; } .jam-home:before { content: "\ead4"; } .jam-hourglass-f:before { content: "\ead5"; } .jam-hourglass:before { content: "\ead6"; } .jam-ice-cream-f:before { content: "\ead7"; } .jam-ice-cream:before { content: "\ead8"; } .jam-id-card-f:before { content: "\ead9"; } .jam-id-card:before { content: "\eada"; } .jam-inbox-f:before { content: "\eadb"; } .jam-inbox:before { content: "\eadc"; } .jam-inboxes-f:before { content: "\eadd"; } .jam-inboxes:before { content: "\eade"; } .jam-indent:before { content: "\eadf"; } .jam-infinite:before { content: "\eae0"; } .jam-info-f:before { content: "\eae1"; } .jam-info:before { content: "\eae2"; } .jam-instagram:before { content: "\eae3"; } .jam-instant-picture-f:before { content: "\eae4"; } .jam-instant-picture:before { content: "\eae5"; } .jam-italic:before { content: "\eae6"; } .jam-joystick-f:before { content: "\eae7"; } .jam-joystick:before { content: "\eae8"; } .jam-key-f:before { content: "\eae9"; } .jam-key:before { content: "\eaea"; } .jam-keyboard-f:before { content: "\eaeb"; } .jam-keyboard:before { content: "\eaec"; } .jam-language:before { content: "\eaed"; } .jam-layers-f:before { content: "\eaee"; } .jam-layers:before { content: "\eaef"; } .jam-layout-f:before { content: "\eaf0"; } .jam-layout:before { content: "\eaf1"; } .jam-leaf-f:before { content: "\eaf2"; } .jam-leaf:before { content: "\eaf3"; } .jam-lifebuoy-f:before { content: "\eaf4"; } .jam-lifebuoy:before { content: "\eaf5"; } .jam-lightbulb-f:before { content: "\eaf6"; } .jam-lightbulb:before { content: "\eaf7"; } .jam-line:before { content: "\eaf8"; } .jam-link:before { content: "\eaf9"; } .jam-linkedin-circle:before { content: "\eafa"; } .jam-linkedin-square:before { content: "\eafb"; } .jam-linkedin:before { content: "\eafc"; } .jam-log-in:before { content: "\eafd"; } .jam-log-out:before { content: "\eafe"; } .jam-luggage-f:before { content: "\eaff"; } .jam-luggage:before { content: "\eb00"; } .jam-magic-f:before { content: "\eb01"; } .jam-magic:before { content: "\eb02"; } .jam-magnet-f:before { content: "\eb03"; } .jam-magnet:before { content: "\eb04"; } .jam-male:before { content: "\eb05"; } .jam-map-f:before { content: "\eb06"; } .jam-map-marker-f:before { content: "\eb07"; } .jam-map-marker:before { content: "\eb08"; } .jam-map:before { content: "\eb09"; } .jam-mask-f:before { content: "\eb0a"; } .jam-mask:before { content: "\eb0b"; } .jam-medal-f:before { content: "\eb0c"; } .jam-medal:before { content: "\eb0d"; } .jam-medical:before { content: "\eb0e"; } .jam-medium-circle:before { content: "\eb0f"; } .jam-medium-square:before { content: "\eb10"; } .jam-medium:before { content: "\eb11"; } .jam-menu:before { content: "\eb12"; } .jam-merge-f:before { content: "\eb13"; } .jam-merge:before { content: "\eb14"; } .jam-message-alt-f:before { content: "\eb15"; } .jam-message-alt-writing-f:before { content: "\eb16"; } .jam-message-alt-writing:before { content: "\eb17"; } .jam-message-alt:before { content: "\eb18"; } .jam-message-f:before { content: "\eb19"; } .jam-message-writing-f:before { content: "\eb1a"; } .jam-message-writing:before { content: "\eb1b"; } .jam-message:before { content: "\eb1c"; } .jam-messages-alt-f:before { content: "\eb1d"; } .jam-messages-alt:before { content: "\eb1e"; } .jam-messages-f:before { content: "\eb1f"; } .jam-messages:before { content: "\eb20"; } .jam-messenger:before { content: "\eb21"; } .jam-mic-alt:before { content: "\eb22"; } .jam-mic-circle-f:before { content: "\eb23"; } .jam-mic-circle:before { content: "\eb24"; } .jam-mic-f:before { content: "\eb25"; } .jam-mic-square-f:before { content: "\eb26"; } .jam-mic-square:before { content: "\eb27"; } .jam-mic:before { content: "\eb28"; } .jam-microchip-f:before { content: "\eb29"; } .jam-microchip:before { content: "\eb2a"; } .jam-minus-circle-f:before { content: "\eb2b"; } .jam-minus-circle:before { content: "\eb2c"; } .jam-minus-rectangle-f:before { content: "\eb2d"; } .jam-minus-rectangle:before { content: "\eb2e"; } .jam-minus:before { content: "\eb2f"; } .jam-moon-f:before { content: "\eb30"; } .jam-moon:before { content: "\eb31"; } .jam-more-horizontal-f:before { content: "\eb32"; } .jam-more-horizontal:before { content: "\eb33"; } .jam-more-vertical-f:before { content: "\eb34"; } .jam-more-vertical:before { content: "\eb35"; } .jam-mountain-f:before { content: "\eb36"; } .jam-mountain:before { content: "\eb37"; } .jam-move-alt:before { content: "\eb38"; } .jam-move:before { content: "\eb39"; } .jam-movie:before { content: "\eb3a"; } .jam-mug-f:before { content: "\eb3b"; } .jam-mug:before { content: "\eb3c"; } .jam-music-f:before { content: "\eb3d"; } .jam-music:before { content: "\eb3e"; } .jam-myspace-circle:before { content: "\eb3f"; } .jam-myspace-square:before { content: "\eb40"; } .jam-myspace:before { content: "\eb41"; } .jam-napster-circle:before { content: "\eb42"; } .jam-napster-square:before { content: "\eb43"; } .jam-napster:before { content: "\eb44"; } .jam-newsletter-f:before { content: "\eb45"; } .jam-newsletter:before { content: "\eb46"; } .jam-newspaper-f:before { content: "\eb47"; } .jam-newspaper:before { content: "\eb48"; } .jam-npm:before { content: "\eb49"; } .jam-odnoklassniki-circle:before { content: "\eb4a"; } .jam-odnoklassniki-square:before { content: "\eb4b"; } .jam-odnoklassniki:before { content: "\eb4c"; } .jam-opera-circle:before { content: "\eb4d"; } .jam-opera-square:before { content: "\eb4e"; } .jam-opera:before { content: "\eb4f"; } .jam-ordered-list:before { content: "\eb50"; } .jam-padlock-alt-f:before { content: "\eb51"; } .jam-padlock-alt-open-f:before { content: "\eb52"; } .jam-padlock-alt-open:before { content: "\eb53"; } .jam-padlock-alt:before { content: "\eb54"; } .jam-padlock-f:before { content: "\eb55"; } .jam-padlock-open-f:before { content: "\eb56"; } .jam-padlock-open:before { content: "\eb57"; } .jam-padlock:before { content: "\eb58"; } .jam-paper-plane-f:before { content: "\eb59"; } .jam-paper-plane:before { content: "\eb5a"; } .jam-patreon-circle:before { content: "\eb5b"; } .jam-patreon-square:before { content: "\eb5c"; } .jam-patreon:before { content: "\eb5d"; } .jam-pause:before { content: "\eb5e"; } .jam-paypal-circle:before { content: "\eb5f"; } .jam-paypal-square:before { content: "\eb60"; } .jam-paypal:before { content: "\eb61"; } .jam-pen-f:before { content: "\eb62"; } .jam-pen:before { content: "\eb63"; } .jam-pencil-f:before { content: "\eb64"; } .jam-pencil:before { content: "\eb65"; } .jam-periscope-circle:before { content: "\eb66"; } .jam-periscope-square:before { content: "\eb67"; } .jam-periscope:before { content: "\eb68"; } .jam-phone-f:before { content: "\eb69"; } .jam-phone:before { content: "\eb6a"; } .jam-picture-f:before { content: "\eb6b"; } .jam-picture:before { content: "\eb6c"; } .jam-pictures-f:before { content: "\eb6d"; } .jam-pictures:before { content: "\eb6e"; } .jam-pie-chart-alt:before { content: "\eb6f"; } .jam-pie-chart-f:before { content: "\eb70"; } .jam-pie-chart:before { content: "\eb71"; } .jam-pin-alt-f:before { content: "\eb72"; } .jam-pin-alt:before { content: "\eb73"; } .jam-pin-f:before { content: "\eb74"; } .jam-pin:before { content: "\eb75"; } .jam-pinterest-circle:before { content: "\eb76"; } .jam-pinterest-square:before { content: "\eb77"; } .jam-pinterest:before { content: "\eb78"; } .jam-pizza-slice:before { content: "\eb79"; } .jam-plane-f:before { content: "\eb7a"; } .jam-plane:before { content: "\eb7b"; } .jam-play-circle-f:before { content: "\eb7c"; } .jam-play-circle:before { content: "\eb7d"; } .jam-play-square-f:before { content: "\eb7e"; } .jam-play-square:before { content: "\eb7f"; } .jam-play:before { content: "\eb80"; } .jam-plug-f:before { content: "\eb81"; } .jam-plug:before { content: "\eb82"; } .jam-plus-circle-f:before { content: "\eb83"; } .jam-plus-circle:before { content: "\eb84"; } .jam-plus-rectangle-f:before { content: "\eb85"; } .jam-plus-rectangle:before { content: "\eb86"; } .jam-plus:before { content: "\eb87"; } .jam-pocket-watch-f:before { content: "\eb88"; } .jam-pocket-watch:before { content: "\eb89"; } .jam-podcast:before { content: "\eb8a"; } .jam-power:before { content: "\eb8b"; } .jam-printer-f:before { content: "\eb8c"; } .jam-printer:before { content: "\eb8d"; } .jam-qr-code:before { content: "\eb8e"; } .jam-quora-circle:before { content: "\eb8f"; } .jam-quora-square:before { content: "\eb90"; } .jam-quora:before { content: "\eb91"; } .jam-rainbow:before { content: "\eb92"; } .jam-rec:before { content: "\eb93"; } .jam-rectangle-f:before { content: "\eb94"; } .jam-rectangle:before { content: "\eb95"; } .jam-reddit:before { content: "\eb96"; } .jam-redo:before { content: "\eb97"; } .jam-refresh-reverse:before { content: "\eb98"; } .jam-refresh:before { content: "\eb99"; } .jam-repeat:before { content: "\eb9a"; } .jam-rocket-f:before { content: "\eb9b"; } .jam-rocket:before { content: "\eb9c"; } .jam-rss-feed:before { content: "\eb9d"; } .jam-rubber:before { content: "\eb9e"; } .jam-ruler-f:before { content: "\eb9f"; } .jam-ruler:before { content: "\eba0"; } .jam-save-f:before { content: "\eba1"; } .jam-save:before { content: "\eba2"; } .jam-scissors:before { content: "\eba3"; } .jam-screen-f:before { content: "\eba4"; } .jam-screen:before { content: "\eba5"; } .jam-screwdriver-f:before { content: "\eba6"; } .jam-screwdriver:before { content: "\eba7"; } .jam-search-folder:before { content: "\eba8"; } .jam-search-minus:before { content: "\eba9"; } .jam-search-plus:before { content: "\ebaa"; } .jam-search:before { content: "\ebab"; } .jam-set-backward-circle-f:before { content: "\ebac"; } .jam-set-backward-circle:before { content: "\ebad"; } .jam-set-backward-square-f:before { content: "\ebae"; } .jam-set-backward-square:before { content: "\ebaf"; } .jam-set-backward:before { content: "\ebb0"; } .jam-set-forward-circle-f:before { content: "\ebb1"; } .jam-set-forward-circle:before { content: "\ebb2"; } .jam-set-forward-square-f:before { content: "\ebb3"; } .jam-set-forward-square:before { content: "\ebb4"; } .jam-set-forward:before { content: "\ebb5"; } .jam-set-square-f:before { content: "\ebb6"; } .jam-set-square:before { content: "\ebb7"; } .jam-settings-alt:before { content: "\ebb8"; } .jam-share-alt-f:before { content: "\ebb9"; } .jam-share-alt:before { content: "\ebba"; } .jam-share:before { content: "\ebbb"; } .jam-shield-check-f:before { content: "\ebbc"; } .jam-shield-check:before { content: "\ebbd"; } .jam-shield-close-f:before { content: "\ebbe"; } .jam-shield-close:before { content: "\ebbf"; } .jam-shield-f:before { content: "\ebc0"; } .jam-shield-half:before { content: "\ebc1"; } .jam-shield-minus-f:before { content: "\ebc2"; } .jam-shield-minus:before { content: "\ebc3"; } .jam-shield-plus-f:before { content: "\ebc4"; } .jam-shield-plus:before { content: "\ebc5"; } .jam-shield:before { content: "\ebc6"; } .jam-shopify-circle:before { content: "\ebc7"; } .jam-shopify-square:before { content: "\ebc8"; } .jam-shopify:before { content: "\ebc9"; } .jam-shopping-bag-alt-f:before { content: "\ebca"; } .jam-shopping-bag-alt:before { content: "\ebcb"; } .jam-shopping-bag-f:before { content: "\ebcc"; } .jam-shopping-bag:before { content: "\ebcd"; } .jam-shopping-cart:before { content: "\ebce"; } .jam-shuffle:before { content: "\ebcf"; } .jam-signal:before { content: "\ebd0"; } .jam-sitemap-f:before { content: "\ebd1"; } .jam-sitemap:before { content: "\ebd2"; } .jam-skull-f:before { content: "\ebd3"; } .jam-skull:before { content: "\ebd4"; } .jam-skype-circle:before { content: "\ebd5"; } .jam-skype-square:before { content: "\ebd6"; } .jam-skype:before { content: "\ebd7"; } .jam-slack-circle:before { content: "\ebd8"; } .jam-slack-square:before { content: "\ebd9"; } .jam-slack:before { content: "\ebda"; } .jam-smiley-f:before { content: "\ebdb"; } .jam-smiley:before { content: "\ebdc"; } .jam-snapchat-circle:before { content: "\ebdd"; } .jam-snapchat-square:before { content: "\ebde"; } .jam-snapchat:before { content: "\ebdf"; } .jam-snowboard-f:before { content: "\ebe0"; } .jam-snowboard:before { content: "\ebe1"; } .jam-snowflake:before { content: "\ebe2"; } .jam-soundcloud:before { content: "\ebe3"; } .jam-speaker-f:before { content: "\ebe4"; } .jam-speaker:before { content: "\ebe5"; } .jam-spotify:before { content: "\ebe6"; } .jam-square-f:before { content: "\ebe7"; } .jam-square:before { content: "\ebe8"; } .jam-squarespace-circle:before { content: "\ebe9"; } .jam-squarespace-square:before { content: "\ebea"; } .jam-squarespace:before { content: "\ebeb"; } .jam-stackoverflow-circle:before { content: "\ebec"; } .jam-stackoverflow-square:before { content: "\ebed"; } .jam-stackoverflow:before { content: "\ebee"; } .jam-stamp-f:before { content: "\ebef"; } .jam-stamp:before { content: "\ebf0"; } .jam-star-f:before { content: "\ebf1"; } .jam-star-full:before { content: "\ebf2"; } .jam-star-half:before { content: "\ebf3"; } .jam-star:before { content: "\ebf4"; } .jam-station:before { content: "\ebf5"; } .jam-stop-sign:before { content: "\ebf6"; } .jam-stop:before { content: "\ebf7"; } .jam-store:before { content: "\ebf8"; } .jam-strikethrough:before { content: "\ebf9"; } .jam-stumbleupon-circle:before { content: "\ebfa"; } .jam-stumbleupon-square:before { content: "\ebfb"; } .jam-stumbleupon:before { content: "\ebfc"; } .jam-sun-f:before { content: "\ebfd"; } .jam-sun:before { content: "\ebfe"; } .jam-switch-left-f:before { content: "\ebff"; } .jam-switch-left:before { content: "\ec00"; } .jam-switch-right-f:before { content: "\ec01"; } .jam-switch-right:before { content: "\ec02"; } .jam-sword-f:before { content: "\ec03"; } .jam-sword:before { content: "\ec04"; } .jam-tablet-f:before { content: "\ec05"; } .jam-tablet:before { content: "\ec06"; } .jam-tag-f:before { content: "\ec07"; } .jam-tag:before { content: "\ec08"; } .jam-tags-f:before { content: "\ec09"; } .jam-tags:before { content: "\ec0a"; } .jam-target:before { content: "\ec0b"; } .jam-task-list-f:before { content: "\ec0c"; } .jam-task-list:before { content: "\ec0d"; } .jam-temperature:before { content: "\ec0e"; } .jam-terminal:before { content: "\ec0f"; } .jam-thunder-f:before { content: "\ec10"; } .jam-thunder:before { content: "\ec11"; } .jam-ticket-f:before { content: "\ec12"; } .jam-ticket:before { content: "\ec13"; } .jam-tools-f:before { content: "\ec14"; } .jam-tools:before { content: "\ec15"; } .jam-torch-f:before { content: "\ec16"; } .jam-torch:before { content: "\ec17"; } .jam-totem:before { content: "\ec18"; } .jam-train-f:before { content: "\ec19"; } .jam-train:before { content: "\ec1a"; } .jam-transgender:before { content: "\ec1b"; } .jam-trash-alt-f:before { content: "\ec1c"; } .jam-trash-alt:before { content: "\ec1d"; } .jam-trash-f:before { content: "\ec1e"; } .jam-trash:before { content: "\ec1f"; } .jam-tree-alt-f:before { content: "\ec20"; } .jam-tree-alt:before { content: "\ec21"; } .jam-tree-f:before { content: "\ec22"; } .jam-tree:before { content: "\ec23"; } .jam-trello:before { content: "\ec24"; } .jam-triangle-danger-f:before { content: "\ec25"; } .jam-triangle-danger:before { content: "\ec26"; } .jam-triangle-f:before { content: "\ec27"; } .jam-triangle:before { content: "\ec28"; } .jam-trophy-f:before { content: "\ec29"; } .jam-trophy:before { content: "\ec2a"; } .jam-tube:before { content: "\ec2b"; } .jam-tumblr-circle:before { content: "\ec2c"; } .jam-tumblr-square:before { content: "\ec2d"; } .jam-tumblr:before { content: "\ec2e"; } .jam-twitch:before { content: "\ec2f"; } .jam-twitter-circle:before { content: "\ec30"; } .jam-twitter-square:before { content: "\ec31"; } .jam-twitter:before { content: "\ec32"; } .jam-umbrella-closed-f:before { content: "\ec33"; } .jam-umbrella-closed:before { content: "\ec34"; } .jam-umbrella-f:before { content: "\ec35"; } .jam-umbrella:before { content: "\ec36"; } .jam-underline:before { content: "\ec37"; } .jam-undo:before { content: "\ec38"; } .jam-unindent:before { content: "\ec39"; } .jam-universe:before { content: "\ec3a"; } .jam-unordered-list:before { content: "\ec3b"; } .jam-unsplash-circle:before { content: "\ec3c"; } .jam-unsplash-square:before { content: "\ec3d"; } .jam-unsplash:before { content: "\ec3e"; } .jam-upload:before { content: "\ec3f"; } .jam-user-circle:before { content: "\ec40"; } .jam-user-minus:before { content: "\ec41"; } .jam-user-plus:before { content: "\ec42"; } .jam-user-remove:before { content: "\ec43"; } .jam-user-square:before { content: "\ec44"; } .jam-user:before { content: "\ec45"; } .jam-users:before { content: "\ec46"; } .jam-viadeo:before { content: "\ec47"; } .jam-viber-circle:before { content: "\ec48"; } .jam-viber-square:before { content: "\ec49"; } .jam-viber:before { content: "\ec4a"; } .jam-video-camera-f:before { content: "\ec4b"; } .jam-video-camera-vintage-f:before { content: "\ec4c"; } .jam-video-camera-vintage:before { content: "\ec4d"; } .jam-video-camera:before { content: "\ec4e"; } .jam-vimeo-circle:before { content: "\ec4f"; } .jam-vimeo-square:before { content: "\ec50"; } .jam-vimeo:before { content: "\ec51"; } .jam-vine-circle:before { content: "\ec52"; } .jam-vine-square:before { content: "\ec53"; } .jam-vine:before { content: "\ec54"; } .jam-voicemail:before { content: "\ec55"; } .jam-volume-circle-f:before { content: "\ec56"; } .jam-volume-circle:before { content: "\ec57"; } .jam-volume-down-circle-f:before { content: "\ec58"; } .jam-volume-down-circle:before { content: "\ec59"; } .jam-volume-down-square-f:before { content: "\ec5a"; } .jam-volume-down-square:before { content: "\ec5b"; } .jam-volume-down:before { content: "\ec5c"; } .jam-volume-mute-circle-f:before { content: "\ec5d"; } .jam-volume-mute-circle:before { content: "\ec5e"; } .jam-volume-mute-square-f:before { content: "\ec5f"; } .jam-volume-mute-square:before { content: "\ec60"; } .jam-volume-mute:before { content: "\ec61"; } .jam-volume-square-f:before { content: "\ec62"; } .jam-volume-square:before { content: "\ec63"; } .jam-volume-up-circle-f:before { content: "\ec64"; } .jam-volume-up-circle:before { content: "\ec65"; } .jam-volume-up-square-f:before { content: "\ec66"; } .jam-volume-up-square:before { content: "\ec67"; } .jam-volume-up:before { content: "\ec68"; } .jam-volume:before { content: "\ec69"; } .jam-watch-f:before { content: "\ec6a"; } .jam-watch:before { content: "\ec6b"; } .jam-water-drop-f:before { content: "\ec6c"; } .jam-water-drop:before { content: "\ec6d"; } .jam-whatsapp:before { content: "\ec6e"; } .jam-wifi:before { content: "\ec6f"; } .jam-wikipedia:before { content: "\ec70"; } .jam-wordpress:before { content: "\ec71"; } .jam-world:before { content: "\ec72"; } .jam-wrench-f:before { content: "\ec73"; } .jam-wrench:before { content: "\ec74"; } .jam-write-f:before { content: "\ec75"; } .jam-write:before { content: "\ec76"; } .jam-yahoo-circle:before { content: "\ec77"; } .jam-yahoo-square:before { content: "\ec78"; } .jam-yahoo:before { content: "\ec79"; } .jam-yelp-circle:before { content: "\ec7a"; } .jam-yelp-square:before { content: "\ec7b"; } .jam-yelp:before { content: "\ec7c"; } .jam-youtube-circle:before { content: "\ec7d"; } .jam-youtube-square:before { content: "\ec7e"; } .jam-youtube:before { content: "\ec7f"; } ================================================ FILE: icon-packs/ikonli-ligaturesymbols-pack/ikonli-ligaturesymbols-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-ligaturesymbols-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.ligaturesymbols { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.ligaturesymbols; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.ligaturesymbols.LigatureSymbolsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.ligaturesymbols.LigatureSymbolsIkonProvider; } ================================================ FILE: icon-packs/ikonli-ligaturesymbols-pack/src/main/java/org/kordamp/ikonli/ligaturesymbols/LigatureSymbols.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ligaturesymbols; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum LigatureSymbols implements Ikon { ADDSTAR("lsf-addstar", '\ue000'), AIM("lsf-aim", '\ue163'), ALBUM("lsf-album", '\ue002'), ALIGNADJUST("lsf-alignadjust", '\ue003'), ALIGNCENTER("lsf-aligncenter", '\ue004'), ALIGNLEFT("lsf-alignleft", '\ue005'), ALIGNRIGHT("lsf-alignright", '\ue006'), AMAZON("lsf-amazon", '\ue007'), ANDROID("lsf-android", '\ue008'), APP("lsf-app", '\ue009'), APPLE("lsf-apple", '\ue00a'), ARROWDOWN("lsf-arrowdown", '\ue00b'), ARROWLEFT("lsf-arrowleft", '\ue00c'), ARROWRIGHT("lsf-arrowright", '\ue00d'), ARROWUP("lsf-arrowup", '\ue00e'), BACK("lsf-back", '\ue00f'), BACKSPACE("lsf-backspace", '\ue010'), BAD("lsf-bad", '\ue011'), BAG("lsf-bag", '\ue173'), BAN("lsf-ban", '\ue012'), BARCODE("lsf-barcode", '\ue013'), BELL("lsf-bell", '\ue014'), BICYCLE("lsf-bicycle", '\ue015'), BING("lsf-bing", '\ue164'), BLOGGER("lsf-blogger", '\ue165'), BOLD("lsf-bold", '\ue01f'), BOOK("lsf-book", '\ue020'), BOOKMARK("lsf-bookmark", '\ue021'), BRUSH("lsf-brush", '\ue022'), BUILDING("lsf-building", '\ue023'), BUS("lsf-bus", '\ue024'), CALENDAR("lsf-calendar", '\ue15e'), CAMERA("lsf-camera", '\ue026'), CAR("lsf-car", '\ue027'), CATEGORY("lsf-category", '\ue028'), CHECK("lsf-check", '\ue029'), CHECKBOX("lsf-checkbox", '\ue02a'), CHECKBOXEMPTY("lsf-checkboxempty", '\ue02b'), CHROME("lsf-chrome", '\ue02c'), CIRCLE("lsf-circle", '\ue02e'), CLEAR("lsf-clear", '\ue02f'), CLIP("lsf-clip", '\ue030'), CLOUD("lsf-cloud", '\ue031'), CODE("lsf-code", '\ue032'), COFFEE("lsf-coffee", '\ue146'), COLLEGE("lsf-college", '\ue174'), COLOR("lsf-color", '\ue033'), COMMENT("lsf-comment", '\ue034'), COMMENTS("lsf-comments", '\ue035'), COMPASS("lsf-compass", '\ue036'), CONTRAST("lsf-contrast", '\ue001'), COOKPAD("lsf-cookpad", '\ue037'), COPY("lsf-copy", '\ue038'), CROP("lsf-crop", '\ue039'), CROWN("lsf-crown", '\ue03a'), CURSOR("lsf-cursor", '\ue166'), CUT("lsf-cut", '\ue03b'), DAILYCALENDAR("lsf-dailycalendar", '\ue025'), DARK("lsf-dark", '\ue147'), DASHBOARD("lsf-dashboard", '\ue03c'), DELETE("lsf-delete", '\ue12c'), DELICIOUS("lsf-delicious", '\ue03d'), DIGG("lsf-digg", '\ue167'), DOWN("lsf-down", '\ue03e'), DRIBBBLE("lsf-dribbble", '\ue03f'), DROPBOX("lsf-dropbox", '\ue168'), DROPDOWN("lsf-dropdown", '\ue040'), EDIT("lsf-edit", '\ue041'), EJECT("lsf-eject", '\ue042'), EMPHASIS("lsf-emphasis", '\ue152'), ERASER("lsf-eraser", '\ue148'), ETC("lsf-etc", '\ue043'), EVERNOTE("lsf-evernote", '\ue044'), EXCHANGE("lsf-exchange", '\ue045'), EXTERNAL("lsf-external", '\ue046'), FACEBOOK("lsf-facebook", '\ue047'), FEMALE("lsf-female", '\ue175'), FILE("lsf-file", '\ue048'), FIREFOX("lsf-firefox", '\ue049'), FLAG("lsf-flag", '\ue04a'), FLICKR("lsf-flickr", '\ue04b'), FOLDER("lsf-folder", '\ue04c'), FORWARD("lsf-forward", '\ue04e'), FOURSQUARE("lsf-foursquare", '\ue04d'), FRIEND("lsf-friend", '\ue051'), FRUSTRATE("lsf-frustrate", '\ue052'), FULL("lsf-full", '\ue053'), GAME("lsf-game", '\ue054'), GEO("lsf-geo", '\ue056'), GITHUB("lsf-github", '\ue057'), GLOBE("lsf-globe", '\ue058'), GOOD("lsf-good", '\ue059'), GOOGLE("lsf-google", '\ue05a'), GRAB("lsf-grab", '\ue169'), GRADATION("lsf-gradation", '\ue149'), GRAPH("lsf-graph", '\ue05b'), GREE("lsf-gree", '\ue153'), GROUP("lsf-group", '\ue05c'), GUMROAD("lsf-gumroad", '\ue154'), HATENA("lsf-hatena", '\ue05d'), HATENABOOKMARK("lsf-hatenabookmark", '\ue161'), HEART("lsf-heart", '\ue06e'), HEARTEMPTY("lsf-heartempty", '\ue06f'), HELP("lsf-help", '\ue070'), HOME("lsf-home", '\ue072'), HORIZONTAL("lsf-horizontal", '\ue071'), IMAGE("lsf-image", '\ue074'), INFO("lsf-info", '\ue075'), INK("lsf-ink", '\ue14a'), INSTAGRAM("lsf-instagram", '\ue155'), INSTAPAPER("lsf-instapaper", '\ue076'), INTERNETEXPLORER("lsf-internetexplorer", '\ue077'), INVERT("lsf-invert", '\ue14b'), ITALIC("lsf-italic", '\ue079'), KEY("lsf-key", '\ue07c'), KEYBOARD("lsf-keyboard", '\ue07d'), LAUGH("lsf-laugh", '\ue07f'), LEFT("lsf-left", '\ue080'), LIGHT("lsf-light", '\ue14c'), LINE("lsf-line", '\ue157'), LINK("lsf-link", '\ue082'), LINKEDIN("lsf-linkedin", '\ue083'), LIST("lsf-list", '\ue084'), LOCATION("lsf-location", '\ue085'), LOCK("lsf-lock", '\ue086'), LOGIN("lsf-login", '\ue087'), LOGOUT("lsf-logout", '\ue088'), MAGIC("lsf-magic", '\ue089'), MAIL("lsf-mail", '\ue08a'), MALE("lsf-male", '\ue176'), MAP("lsf-map", '\ue08b'), MEAL("lsf-meal", '\ue08c'), MEMO("lsf-memo", '\ue08d'), MENU("lsf-menu", '\ue08e'), MINUS("lsf-minus", '\ue08f'), MIXI("lsf-mixi", '\ue090'), MOBAGE("lsf-mobage", '\ue158'), MOBILE("lsf-mobile", '\ue078'), MOVE("lsf-move", '\ue093'), MUSIC("lsf-music", '\ue094'), MYSPACE("lsf-myspace", '\ue16a'), NEXT("lsf-next", '\ue096'), NOTIFY("lsf-notify", '\ue097'), OFF("lsf-off", '\ue098'), OPERA("lsf-opera", '\ue099'), PAINT("lsf-paint", '\ue09b'), PAPERBOY("lsf-paperboy", '\ue162'), PARAMATER("lsf-paramater", '\ue09c'), PAUSE("lsf-pause", '\ue09d'), PC("lsf-pc", '\ue09e'), PEN("lsf-pen", '\ue09f'), PHONE("lsf-phone", '\ue100'), PHOTO("lsf-photo", '\ue101'), PICASA("lsf-picasa", '\ue102'), PIN("lsf-pin", '\ue103'), PINTEREST("lsf-pinterest", '\ue104'), PLANE("lsf-plane", '\ue105'), PLAY("lsf-play", '\ue106'), PLAYMEDIA("lsf-playmedia", '\ue107'), PLUS("lsf-plus", '\ue108'), POINTER("lsf-pointer", '\ue16b'), PRESENT("lsf-present", '\ue109'), PRINT("lsf-print", '\ue10a'), QUOTE("lsf-quote", '\ue10b'), READABILITY("lsf-readability", '\ue10c'), RECORD("lsf-record", '\ue10d'), REFRESH("lsf-refresh", '\ue10e'), REFRESHBUTTON("lsf-refreshbutton", '\ue14d'), REMOVE("lsf-remove", '\ue10f'), REPEAT("lsf-repeat", '\ue110'), REPLY("lsf-reply", '\ue111'), RIGHT("lsf-right", '\ue112'), RSS("lsf-rss", '\ue113'), SAFARI("lsf-safari", '\ue114'), SAVE("lsf-save", '\ue115'), SEARCH("lsf-search", '\ue116'), SEPIA("lsf-sepia", '\ue14e'), SERVER("lsf-server", '\ue16c'), SETTING("lsf-setting", '\ue055'), SETUP("lsf-setup", '\ue117'), SHARE("lsf-share", '\ue118'), SHOPPING("lsf-shopping", '\ue119'), SHUFFLE("lsf-shuffle", '\ue11a'), SITEMAP("lsf-sitemap", '\ue16d'), SKYPE("lsf-skype", '\ue11b'), SLEIPNIR("lsf-sleipnir", '\ue11c'), SLIDESHARE("lsf-slideshare", '\ue179'), SMALL("lsf-small", '\ue11d'), SMILE("lsf-smile", '\ue11e'), SNS("lsf-sns", '\ue11f'), SORT("lsf-sort", '\ue120'), SOUNDCLOUD("lsf-soundcloud", '\ue17a'), SPA("lsf-spa", '\ue177'), STAR("lsf-star", '\ue121'), STAREMPTY("lsf-starempty", '\ue122'), STOP("lsf-stop", '\ue123'), STRIKE("lsf-strike", '\ue159'), SURPRISE("lsf-surprise", '\ue124'), SYNC("lsf-sync", '\ue125'), TABLE("lsf-table", '\ue127'), TABS("lsf-tabs", '\ue095'), TAG("lsf-tag", '\ue128'), TERMINAL("lsf-terminal", '\ue16e'), TILE("lsf-tile", '\ue129'), TILEMENU("lsf-tilemenu", '\ue12a'), TIME("lsf-time", '\ue12b'), TROUBLE("lsf-trouble", '\ue12d'), TUMBLR("lsf-tumblr", '\ue12e'), TWINKLE("lsf-twinkle", '\ue073'), TWITTER("lsf-twitter", '\ue12f'), UBUNTU("lsf-ubuntu", '\ue17b'), UMBRELLA("lsf-umbrella", '\ue178'), UNDERLINE("lsf-underline", '\ue132'), UNDO("lsf-undo", '\ue133'), UNLOCK("lsf-unlock", '\ue134'), UP("lsf-up", '\ue135'), UPLOAD("lsf-upload", '\ue136'), USER("lsf-user", '\ue137'), USTREAM("lsf-ustream", '\ue16f'), VERTICAL("lsf-vertical", '\ue138'), VIDEO("lsf-video", '\ue139'), VIEW("lsf-view", '\ue13a'), VIMEO("lsf-vimeo", '\ue170'), VK("lsf-vk", '\ue17c'), VOLUME("lsf-volume", '\ue13b'), VOLUMEDOWN("lsf-volumedown", '\ue13c'), VOLUMEUP("lsf-volumeup", '\ue13d'), WALKING("lsf-walking", '\ue13e'), WEB("lsf-web", '\ue13f'), WIFI("lsf-wifi", '\ue140'), WINDOWS("lsf-windows", '\ue151'), WINK("lsf-wink", '\ue081'), WORDPRESS("lsf-wordpress", '\ue171'), YAHOO("lsf-yahoo", '\ue172'), YAPCASIALOGOMARK("lsf-yapcasialogomark", '\ue15c'), YELP("lsf-yelp", '\ue17d'), YOUTUBE("lsf-youtube", '\ue141'), ZOOMIN("lsf-zoomin", '\ue142'), ZOOMOUT("lsf-zoomout", '\ue143'); public static LigatureSymbols findByDescription(String description) { for (LigatureSymbols font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; LigatureSymbols(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-ligaturesymbols-pack/src/main/java/org/kordamp/ikonli/ligaturesymbols/LigatureSymbolsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ligaturesymbols; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class LigatureSymbolsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/ligaturesymbols/2.11/fonts/LigatureSymbols-2.11.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("lsf-"); } @Override public Ikon resolve(String description) { return LigatureSymbols.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "LigatureSymbols"; } } ================================================ FILE: icon-packs/ikonli-ligaturesymbols-pack/src/main/java/org/kordamp/ikonli/ligaturesymbols/LigatureSymbolsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ligaturesymbols; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class LigatureSymbolsIkonProvider implements IkonProvider { @Override public Class getIkon() { return LigatureSymbols.class; } } ================================================ FILE: icon-packs/ikonli-ligaturesymbols-pack/src/main/resources/META-INF/resources/ligaturesymbols/2.11/css/ligaturesymbols.css ================================================ @charset 'UTF-8'; @font-face { font-family: 'LigatureSymbols'; src: url('../fonts/LigatureSymbols-2.11.eot'); src: url('../fonts/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'), url('../fonts/LigatureSymbols-2.11.woff') format('woff'), url('../fonts/LigatureSymbols-2.11.ttf') format('truetype'), url('../fonts/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg'); font-weight: normal; font-style: normal; } .lsf { font-family: 'LigatureSymbols'; -webkit-text-rendering: optimizeLegibility; -moz-text-rendering: optimizeLegibility; -ms-text-rendering: optimizeLegibility; -o-text-rendering: optimizeLegibility; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-feature-settings: "liga" 1, "dlig" 1; -moz-font-feature-settings: "liga=1, dlig=1"; -ms-font-feature-settings: "liga" 1, "dlig" 1; -o-font-feature-settings: "liga" 1, "dlig" 1; font-feature-settings: "liga" 1, "dlig" 1; } .lsf-icon:before { content:attr(title); margin-right:0.3em; font-size:130%; font-family: 'LigatureSymbols'; -webkit-text-rendering: optimizeLegibility; -moz-text-rendering: optimizeLegibility; -ms-text-rendering: optimizeLegibility; -o-text-rendering: optimizeLegibility; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-feature-settings: "liga" 1, "dlig" 1; -moz-font-feature-settings: "liga=1, dlig=1"; -ms-font-feature-settings: "liga" 1, "dlig" 1; -o-font-feature-settings: "liga" 1, "dlig" 1; font-feature-settings: "liga" 1, "dlig" 1; } .lsf-addstar:before { content: "\e000"; } .lsf-aim:before { content: "\e163"; } .lsf-album:before { content: "\e002"; } .lsf-alignadjust:before { content: "\e003"; } .lsf-aligncenter:before { content: "\e004"; } .lsf-alignleft:before { content: "\e005"; } .lsf-alignright:before { content: "\e006"; } .lsf-amazon:before { content: "\e007"; } .lsf-android:before { content: "\e008"; } .lsf-app:before { content: "\e009"; } .lsf-apple:before { content: "\e00a"; } .lsf-arrowdown:before { content: "\e00b"; } .lsf-arrowleft:before { content: "\e00c"; } .lsf-arrowright:before { content: "\e00d"; } .lsf-arrowup:before { content: "\e00e"; } .lsf-back:before { content: "\e00f"; } .lsf-backspace:before { content: "\e010"; } .lsf-bad:before { content: "\e011"; } .lsf-bag:before { content: "\e173"; } .lsf-ban:before { content: "\e012"; } .lsf-barcode:before { content: "\e013"; } .lsf-bell:before { content: "\e014"; } .lsf-bicycle:before { content: "\e015"; } .lsf-bing:before { content: "\e164"; } .lsf-blogger:before { content: "\e165"; } .lsf-bold:before { content: "\e01f"; } .lsf-book:before { content: "\e020"; } .lsf-bookmark:before { content: "\e021"; } .lsf-brush:before { content: "\e022"; } .lsf-building:before { content: "\e023"; } .lsf-bus:before { content: "\e024"; } .lsf-calendar:before { content: "\e15e"; } .lsf-camera:before { content: "\e026"; } .lsf-car:before { content: "\e027"; } .lsf-category:before { content: "\e028"; } .lsf-check:before { content: "\e029"; } .lsf-checkbox:before { content: "\e02a"; } .lsf-checkboxempty:before { content: "\e02b"; } .lsf-chrome:before { content: "\e02c"; } .lsf-circle:before { content: "\e02e"; } .lsf-clear:before { content: "\e02f"; } .lsf-clip:before { content: "\e030"; } .lsf-cloud:before { content: "\e031"; } .lsf-code:before { content: "\e032"; } .lsf-coffee:before { content: "\e146"; } .lsf-college:before { content: "\e174"; } .lsf-color:before { content: "\e033"; } .lsf-comment:before { content: "\e034"; } .lsf-comments:before { content: "\e035"; } .lsf-compass:before { content: "\e036"; } .lsf-contrast:before { content: "\e001"; } .lsf-cookpad:before { content: "\e037"; } .lsf-copy:before { content: "\e038"; } .lsf-crop:before { content: "\e039"; } .lsf-crown:before { content: "\e03a"; } .lsf-cursor:before { content: "\e166"; } .lsf-cut:before { content: "\e03b"; } .lsf-dailycalendar:before { content: "\e025"; } .lsf-dark:before { content: "\e147"; } .lsf-dashboard:before { content: "\e03c"; } .lsf-delete:before { content: "\e12c"; } .lsf-delicious:before { content: "\e03d"; } .lsf-digg:before { content: "\e167"; } .lsf-down:before { content: "\e03e"; } .lsf-dribbble:before { content: "\e03f"; } .lsf-dropbox:before { content: "\e168"; } .lsf-dropdown:before { content: "\e040"; } .lsf-edit:before { content: "\e041"; } .lsf-eject:before { content: "\e042"; } .lsf-emphasis:before { content: "\e152"; } .lsf-eraser:before { content: "\e148"; } .lsf-etc:before { content: "\e043"; } .lsf-evernote:before { content: "\e044"; } .lsf-exchange:before { content: "\e045"; } .lsf-external:before { content: "\e046"; } .lsf-facebook:before { content: "\e047"; } .lsf-female:before { content: "\e175"; } .lsf-file:before { content: "\e048"; } .lsf-firefox:before { content: "\e049"; } .lsf-flag:before { content: "\e04a"; } .lsf-flickr:before { content: "\e04b"; } .lsf-folder:before { content: "\e04c"; } .lsf-forward:before { content: "\e04e"; } .lsf-foursquare:before { content: "\e04d"; } .lsf-friend:before { content: "\e051"; } .lsf-frustrate:before { content: "\e052"; } .lsf-full:before { content: "\e053"; } .lsf-game:before { content: "\e054"; } .lsf-geo:before { content: "\e056"; } .lsf-github:before { content: "\e057"; } .lsf-globe:before { content: "\e058"; } .lsf-good:before { content: "\e059"; } .lsf-google:before { content: "\e05a"; } .lsf-grab:before { content: "\e169"; } .lsf-gradation:before { content: "\e149"; } .lsf-graph:before { content: "\e05b"; } .lsf-gree:before { content: "\e153"; } .lsf-group:before { content: "\e05c"; } .lsf-gumroad:before { content: "\e154"; } .lsf-hatena:before { content: "\e05d"; } .lsf-hatenabookmark:before { content: "\e161"; } .lsf-heart:before { content: "\e06e"; } .lsf-heartempty:before { content: "\e06f"; } .lsf-help:before { content: "\e070"; } .lsf-home:before { content: "\e072"; } .lsf-horizontal:before { content: "\e071"; } .lsf-image:before { content: "\e074"; } .lsf-info:before { content: "\e075"; } .lsf-ink:before { content: "\e14a"; } .lsf-instagram:before { content: "\e155"; } .lsf-instapaper:before { content: "\e076"; } .lsf-internetexplorer:before { content: "\e077"; } .lsf-invert:before { content: "\e14b"; } .lsf-italic:before { content: "\e079"; } .lsf-key:before { content: "\e07c"; } .lsf-keyboard:before { content: "\e07d"; } .lsf-laugh:before { content: "\e07f"; } .lsf-left:before { content: "\e080"; } .lsf-light:before { content: "\e14c"; } .lsf-line:before { content: "\e157"; } .lsf-link:before { content: "\e082"; } .lsf-linkedin:before { content: "\e083"; } .lsf-list:before { content: "\e084"; } .lsf-location:before { content: "\e085"; } .lsf-lock:before { content: "\e086"; } .lsf-login:before { content: "\e087"; } .lsf-logout:before { content: "\e088"; } .lsf-magic:before { content: "\e089"; } .lsf-mail:before { content: "\e08a"; } .lsf-male:before { content: "\e176"; } .lsf-map:before { content: "\e08b"; } .lsf-meal:before { content: "\e08c"; } .lsf-memo:before { content: "\e08d"; } .lsf-menu:before { content: "\e08e"; } .lsf-minus:before { content: "\e08f"; } .lsf-mixi:before { content: "\e090"; } .lsf-mobage:before { content: "\e158"; } .lsf-mobile:before { content: "\e078"; } .lsf-move:before { content: "\e093"; } .lsf-music:before { content: "\e094"; } .lsf-myspace:before { content: "\e16a"; } .lsf-next:before { content: "\e096"; } .lsf-notify:before { content: "\e097"; } .lsf-off:before { content: "\e098"; } .lsf-opera:before { content: "\e099"; } .lsf-paint:before { content: "\e09b"; } .lsf-paperboy:before { content: "\e162"; } .lsf-paramater:before { content: "\e09c"; } .lsf-pause:before { content: "\e09d"; } .lsf-pc:before { content: "\e09e"; } .lsf-pen:before { content: "\e09f"; } .lsf-phone:before { content: "\e100"; } .lsf-photo:before { content: "\e101"; } .lsf-picasa:before { content: "\e102"; } .lsf-pin:before { content: "\e103"; } .lsf-pinterest:before { content: "\e104"; } .lsf-plane:before { content: "\e105"; } .lsf-play:before { content: "\e106"; } .lsf-playmedia:before { content: "\e107"; } .lsf-plus:before { content: "\e108"; } .lsf-pointer:before { content: "\e16b"; } .lsf-present:before { content: "\e109"; } .lsf-print:before { content: "\e10a"; } .lsf-quote:before { content: "\e10b"; } .lsf-readability:before { content: "\e10c"; } .lsf-record:before { content: "\e10d"; } .lsf-refresh:before { content: "\e10e"; } .lsf-refreshbutton:before { content: "\e14d"; } .lsf-remove:before { content: "\e10f"; } .lsf-repeat:before { content: "\e110"; } .lsf-reply:before { content: "\e111"; } .lsf-right:before { content: "\e112"; } .lsf-rss:before { content: "\e113"; } .lsf-safari:before { content: "\e114"; } .lsf-save:before { content: "\e115"; } .lsf-search:before { content: "\e116"; } .lsf-sepia:before { content: "\e14e"; } .lsf-server:before { content: "\e16c"; } .lsf-setting:before { content: "\e055"; } .lsf-setup:before { content: "\e117"; } .lsf-share:before { content: "\e118"; } .lsf-shopping:before { content: "\e119"; } .lsf-shuffle:before { content: "\e11a"; } .lsf-sitemap:before { content: "\e16d"; } .lsf-skype:before { content: "\e11b"; } .lsf-sleipnir:before { content: "\e11c"; } .lsf-slideshare:before { content: "\e179"; } .lsf-small:before { content: "\e11d"; } .lsf-smile:before { content: "\e11e"; } .lsf-sns:before { content: "\e11f"; } .lsf-sort:before { content: "\e120"; } .lsf-soundcloud:before { content: "\e17a"; } .lsf-spa:before { content: "\e177"; } .lsf-star:before { content: "\e121"; } .lsf-starempty:before { content: "\e122"; } .lsf-stop:before { content: "\e123"; } .lsf-strike:before { content: "\e159"; } .lsf-surprise:before { content: "\e124"; } .lsf-sync:before { content: "\e125"; } .lsf-table:before { content: "\e127"; } .lsf-tabs:before { content: "\e095"; } .lsf-tag:before { content: "\e128"; } .lsf-terminal:before { content: "\e16e"; } .lsf-tile:before { content: "\e129"; } .lsf-tilemenu:before { content: "\e12a"; } .lsf-time:before { content: "\e12b"; } .lsf-trouble:before { content: "\e12d"; } .lsf-tumblr:before { content: "\e12e"; } .lsf-twinkle:before { content: "\e073"; } .lsf-twitter:before { content: "\e12f"; } .lsf-ubuntu:before { content: "\e17b"; } .lsf-umbrella:before { content: "\e178"; } .lsf-underline:before { content: "\e132"; } .lsf-undo:before { content: "\e133"; } .lsf-unlock:before { content: "\e134"; } .lsf-up:before { content: "\e135"; } .lsf-upload:before { content: "\e136"; } .lsf-user:before { content: "\e137"; } .lsf-ustream:before { content: "\e16f"; } .lsf-vertical:before { content: "\e138"; } .lsf-video:before { content: "\e139"; } .lsf-view:before { content: "\e13a"; } .lsf-vimeo:before { content: "\e170"; } .lsf-vk:before { content: "\e17c"; } .lsf-volume:before { content: "\e13b"; } .lsf-volumedown:before { content: "\e13c"; } .lsf-volumeup:before { content: "\e13d"; } .lsf-walking:before { content: "\e13e"; } .lsf-web:before { content: "\e13f"; } .lsf-wifi:before { content: "\e140"; } .lsf-windows:before { content: "\e151"; } .lsf-wink:before { content: "\e081"; } .lsf-wordpress:before { content: "\e171"; } .lsf-yahoo:before { content: "\e172"; } .lsf-yapcasialogomark:before { content: "\e15c"; } .lsf-yelp:before { content: "\e17d"; } .lsf-youtube:before { content: "\e141"; } .lsf-zoomin:before { content: "\e142"; } .lsf-zoomout:before { content: "\e143"; } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/ikonli-lineawesome-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.lineawesome { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.lineawesome; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.lineawesome.LineAwesomeBrandsIkonHandler, org.kordamp.ikonli.lineawesome.LineAwesomeRegularIkonHandler, org.kordamp.ikonli.lineawesome.LineAwesomeSolidIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.lineawesome.LineAwesomeBrandsIkonProvider, org.kordamp.ikonli.lineawesome.LineAwesomeRegularIkonProvider, org.kordamp.ikonli.lineawesome.LineAwesomeSolidIkonProvider; } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeBrands.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum LineAwesomeBrands implements Ikon { ACCESSIBLE_ICON("lab-accessible-icon", '\uf368'), ACCUSOFT("lab-accusoft", '\uf369'), ACQUISITIONS_INCORPORATED("lab-acquisitions-incorporated", '\uf6af'), ADN("lab-adn", '\uf170'), ADVERSAL("lab-adversal", '\uf36a'), AFFILIATETHEME("lab-affiliatetheme", '\uf36b'), AIRBNB("lab-airbnb", '\uf834'), ALGOLIA("lab-algolia", '\uf36c'), ALIPAY("lab-alipay", '\uf642'), AMAZON("lab-amazon", '\uf270'), AMAZON_PAY("lab-amazon-pay", '\uf42c'), AMILIA("lab-amilia", '\uf36d'), ANDROID("lab-android", '\uf17b'), ANGELLIST("lab-angellist", '\uf209'), ANGRYCREATIVE("lab-angrycreative", '\uf36e'), ANGULAR("lab-angular", '\uf420'), APPER("lab-apper", '\uf371'), APPLE("lab-apple", '\uf179'), APPLE_PAY("lab-apple-pay", '\uf415'), APP_STORE("lab-app-store", '\uf36f'), APP_STORE_IOS("lab-app-store-ios", '\uf370'), ARTSTATION("lab-artstation", '\uf77a'), ASYMMETRIK("lab-asymmetrik", '\uf372'), ATLASSIAN("lab-atlassian", '\uf77b'), AUDIBLE("lab-audible", '\uf373'), AUTOPREFIXER("lab-autoprefixer", '\uf41c'), AVIANEX("lab-avianex", '\uf374'), AVIATO("lab-aviato", '\uf421'), AWS("lab-aws", '\uf375'), BANDCAMP("lab-bandcamp", '\uf2d5'), BATTLE_NET("lab-battle-net", '\uf835'), BEHANCE("lab-behance", '\uf1b4'), BEHANCE_SQUARE("lab-behance-square", '\uf1b5'), BIMOBJECT("lab-bimobject", '\uf378'), BITBUCKET("lab-bitbucket", '\uf171'), BITCOIN("lab-bitcoin", '\uf379'), BITY("lab-bity", '\uf37a'), BLACKBERRY("lab-blackberry", '\uf37b'), BLACK_TIE("lab-black-tie", '\uf27e'), BLOGGER("lab-blogger", '\uf37c'), BLOGGER_B("lab-blogger-b", '\uf37d'), BLUETOOTH("lab-bluetooth", '\uf293'), BLUETOOTH_B("lab-bluetooth-b", '\uf294'), BOOTSTRAP("lab-bootstrap", '\uf836'), BTC("lab-btc", '\uf15a'), BUFFER("lab-buffer", '\uf837'), BUROMOBELEXPERTE("lab-buromobelexperte", '\uf37f'), BUYSELLADS("lab-buysellads", '\uf20d'), BUY_N_LARGE("lab-buy-n-large", '\uf8a6'), CANADIAN_MAPLE_LEAF("lab-canadian-maple-leaf", '\uf785'), CC_AMAZON_PAY("lab-cc-amazon-pay", '\uf42d'), CC_AMEX("lab-cc-amex", '\uf1f3'), CC_APPLE_PAY("lab-cc-apple-pay", '\uf416'), CC_DINERS_CLUB("lab-cc-diners-club", '\uf24c'), CC_DISCOVER("lab-cc-discover", '\uf1f2'), CC_JCB("lab-cc-jcb", '\uf24b'), CC_MASTERCARD("lab-cc-mastercard", '\uf1f1'), CC_PAYPAL("lab-cc-paypal", '\uf1f4'), CC_STRIPE("lab-cc-stripe", '\uf1f5'), CC_VISA("lab-cc-visa", '\uf1f0'), CENTERCODE("lab-centercode", '\uf380'), CENTOS("lab-centos", '\uf789'), CHROME("lab-chrome", '\uf268'), CHROMECAST("lab-chromecast", '\uf838'), // CLOUDFARE("lab-cloudfare", '\ue07d'), CLOUDSCALE("lab-cloudscale", '\uf383'), CLOUDSMITH("lab-cloudsmith", '\uf384'), CLOUDVERSIFY("lab-cloudversify", '\uf385'), CODEPEN("lab-codepen", '\uf1cb'), CODIEPIE("lab-codiepie", '\uf284'), CONFLUENCE("lab-confluence", '\uf78d'), CONNECTDEVELOP("lab-connectdevelop", '\uf20e'), CONTAO("lab-contao", '\uf26d'), COTTON_BUREAU("lab-cotton-bureau", '\uf89e'), CPANEL("lab-cpanel", '\uf388'), CREATIVE_COMMONS("lab-creative-commons", '\uf25e'), CREATIVE_COMMONS_BY("lab-creative-commons-by", '\uf4e7'), CREATIVE_COMMONS_NC("lab-creative-commons-nc", '\uf4e8'), CREATIVE_COMMONS_NC_EU("lab-creative-commons-nc-eu", '\uf4e9'), CREATIVE_COMMONS_NC_JP("lab-creative-commons-nc-jp", '\uf4ea'), CREATIVE_COMMONS_ND("lab-creative-commons-nd", '\uf4eb'), CREATIVE_COMMONS_PD("lab-creative-commons-pd", '\uf4ec'), CREATIVE_COMMONS_PD_ALT("lab-creative-commons-pd-alt", '\uf4ed'), CREATIVE_COMMONS_REMIX("lab-creative-commons-remix", '\uf4ee'), CREATIVE_COMMONS_SA("lab-creative-commons-sa", '\uf4ef'), CREATIVE_COMMONS_SAMPLING("lab-creative-commons-sampling", '\uf4f0'), CREATIVE_COMMONS_SAMPLING_PLUS("lab-creative-commons-sampling-plus", '\uf4f1'), CREATIVE_COMMONS_SHARE("lab-creative-commons-share", '\uf4f2'), CREATIVE_COMMONS_ZERO("lab-creative-commons-zero", '\uf4f3'), CRITICAL_ROLE("lab-critical-role", '\uf6c9'), CSS3("lab-css3", '\uf13c'), CSS3_ALT("lab-css3-alt", '\uf38b'), CUTTLEFISH("lab-cuttlefish", '\uf38c'), // DAILYMOTION("lab-dailymotion", '\ue052'), DASHCUBE("lab-dashcube", '\uf210'), // DEEZER("lab-deezer", '\ue077'), DELICIOUS("lab-delicious", '\uf1a5'), DEPLOYDOG("lab-deploydog", '\uf38e'), DESKPRO("lab-deskpro", '\uf38f'), DEV("lab-dev", '\uf6cc'), DEVIANTART("lab-deviantart", '\uf1bd'), DHL("lab-dhl", '\uf790'), DIASPORA("lab-diaspora", '\uf791'), DIGG("lab-digg", '\uf1a6'), DIGITAL_OCEAN("lab-digital-ocean", '\uf391'), DISCORD("lab-discord", '\uf392'), DISCOURSE("lab-discourse", '\uf393'), DOCHUB("lab-dochub", '\uf394'), DOCKER("lab-docker", '\uf395'), DRAFT2DIGITAL("lab-draft2digital", '\uf396'), DRIBBBLE("lab-dribbble", '\uf17d'), DRIBBBLE_SQUARE("lab-dribbble-square", '\uf397'), DROPBOX("lab-dropbox", '\uf16b'), DRUPAL("lab-drupal", '\uf1a9'), DYALOG("lab-dyalog", '\uf399'), D_AND_D("lab-d-and-d", '\uf38d'), D_AND_D_BEYOND("lab-d-and-d-beyond", '\uf6ca'), EARLYBIRDS("lab-earlybirds", '\uf39a'), EBAY("lab-ebay", '\uf4f4'), EDGE("lab-edge", '\uf282'), // EDGE_LEGACY("lab-edge-legacy", '\ue078'), ELEMENTOR("lab-elementor", '\uf430'), ELLO("lab-ello", '\uf5f1'), EMBER("lab-ember", '\uf423'), EMPIRE("lab-empire", '\uf1d1'), ENVIRA("lab-envira", '\uf299'), ERLANG("lab-erlang", '\uf39d'), ETHEREUM("lab-ethereum", '\uf42e'), ETSY("lab-etsy", '\uf2d7'), EVERNOTE("lab-evernote", '\uf839'), EXPEDITEDSSL("lab-expeditedssl", '\uf23e'), FAB_500PX("lab-500px", '\uf26e'), FACEBOOK("lab-facebook", '\uf09a'), FACEBOOK_F("lab-facebook-f", '\uf39e'), FACEBOOK_MESSENGER("lab-facebook-messenger", '\uf39f'), FACEBOOK_SQUARE("lab-facebook-square", '\uf082'), FANTASY_FLIGHT_GAMES("lab-fantasy-flight-games", '\uf6dc'), FEDEX("lab-fedex", '\uf797'), FEDORA("lab-fedora", '\uf798'), FIGMA("lab-figma", '\uf799'), FIREFOX("lab-firefox", '\uf269'), // FIREFOX_BROWSER("lab-firefox-browser", '\ue007'), FIRSTDRAFT("lab-firstdraft", '\uf3a1'), FIRST_ORDER("lab-first-order", '\uf2b0'), FIRST_ORDER_ALT("lab-first-order-alt", '\uf50a'), FLICKR("lab-flickr", '\uf16e'), FLIPBOARD("lab-flipboard", '\uf44d'), FLY("lab-fly", '\uf417'), FONTICONS("lab-fonticons", '\uf280'), FONTICONS_FI("lab-fonticons-fi", '\uf3a2'), FONT_AWESOME("lab-font-awesome", '\uf2b4'), FONT_AWESOME_ALT("lab-font-awesome-alt", '\uf35c'), FONT_AWESOME_FLAG("lab-font-awesome-flag", '\uf425'), FORT_AWESOME("lab-fort-awesome", '\uf286'), FORT_AWESOME_ALT("lab-fort-awesome-alt", '\uf3a3'), FORUMBEE("lab-forumbee", '\uf211'), FOURSQUARE("lab-foursquare", '\uf180'), FREEBSD("lab-freebsd", '\uf3a4'), FREE_CODE_CAMP("lab-free-code-camp", '\uf2c5'), FULCRUM("lab-fulcrum", '\uf50b'), GALACTIC_REPUBLIC("lab-galactic-republic", '\uf50c'), GALACTIC_SENATE("lab-galactic-senate", '\uf50d'), GET_POCKET("lab-get-pocket", '\uf265'), GG("lab-gg", '\uf260'), GG_CIRCLE("lab-gg-circle", '\uf261'), GIT("lab-git", '\uf1d3'), GITHUB("lab-github", '\uf09b'), GITHUB_ALT("lab-github-alt", '\uf113'), GITHUB_SQUARE("lab-github-square", '\uf092'), GITKRAKEN("lab-gitkraken", '\uf3a6'), GITLAB("lab-gitlab", '\uf296'), GITTER("lab-gitter", '\uf426'), GIT_ALT("lab-git-alt", '\uf841'), GIT_SQUARE("lab-git-square", '\uf1d2'), GLIDE("lab-glide", '\uf2a5'), GLIDE_G("lab-glide-g", '\uf2a6'), GOFORE("lab-gofore", '\uf3a7'), GOODREADS("lab-goodreads", '\uf3a8'), GOODREADS_G("lab-goodreads-g", '\uf3a9'), GOOGLE("lab-google", '\uf1a0'), GOOGLE_DRIVE("lab-google-drive", '\uf3aa'), // GOOGLE_PAY("lab-google-pay", '\ue079'), GOOGLE_PLAY("lab-google-play", '\uf3ab'), GOOGLE_PLUS("lab-google-plus", '\uf2b3'), GOOGLE_PLUS_G("lab-google-plus-g", '\uf0d5'), GOOGLE_PLUS_SQUARE("lab-google-plus-square", '\uf0d4'), GOOGLE_WALLET("lab-google-wallet", '\uf1ee'), GRATIPAY("lab-gratipay", '\uf184'), GRAV("lab-grav", '\uf2d6'), GRIPFIRE("lab-gripfire", '\uf3ac'), GRUNT("lab-grunt", '\uf3ad'), // GUILDED("lab-guilded", '\ue07e'), GULP("lab-gulp", '\uf3ae'), HACKERRANK("lab-hackerrank", '\uf5f7'), HACKER_NEWS("lab-hacker-news", '\uf1d4'), HACKER_NEWS_SQUARE("lab-hacker-news-square", '\uf3af'), HIPS("lab-hips", '\uf452'), HIRE_A_HELPER("lab-hire-a-helper", '\uf3b0'), // HIVE("lab-hive", '\ue07f'), HOOLI("lab-hooli", '\uf427'), HORNBILL("lab-hornbill", '\uf592'), HOTJAR("lab-hotjar", '\uf3b1'), HOUZZ("lab-houzz", '\uf27c'), HTML5("lab-html5", '\uf13b'), HUBSPOT("lab-hubspot", '\uf3b2'), // IDEAL("lab-ideal", '\ue013'), IMDB("lab-imdb", '\uf2d8'), // INNOSOFT("lab-innosoft", '\ue080'), INSTAGRAM("lab-instagram", '\uf16d'), // INSTAGRAM_SQUARE("lab-instagram-square", '\ue055'), // INSTALOD("lab-instalod", '\ue081'), INTERCOM("lab-intercom", '\uf7af'), INTERNET_EXPLORER("lab-internet-explorer", '\uf26b'), INVISION("lab-invision", '\uf7b0'), IOXHOST("lab-ioxhost", '\uf208'), ITCH_IO("lab-itch-io", '\uf83a'), ITUNES("lab-itunes", '\uf3b4'), ITUNES_NOTE("lab-itunes-note", '\uf3b5'), JAVA("lab-java", '\uf4e4'), JEDI_ORDER("lab-jedi-order", '\uf50e'), JENKINS("lab-jenkins", '\uf3b6'), JIRA("lab-jira", '\uf7b1'), JOGET("lab-joget", '\uf3b7'), JOOMLA("lab-joomla", '\uf1aa'), JS("lab-js", '\uf3b8'), JSFIDDLE("lab-jsfiddle", '\uf1cc'), JS_SQUARE("lab-js-square", '\uf3b9'), KAGGLE("lab-kaggle", '\uf5fa'), KEYBASE("lab-keybase", '\uf4f5'), KEYCDN("lab-keycdn", '\uf3ba'), KICKSTARTER("lab-kickstarter", '\uf3bb'), KICKSTARTER_K("lab-kickstarter-k", '\uf3bc'), KORVUE("lab-korvue", '\uf42f'), LARAVEL("lab-laravel", '\uf3bd'), LASTFM("lab-lastfm", '\uf202'), LASTFM_SQUARE("lab-lastfm-square", '\uf203'), LEANPUB("lab-leanpub", '\uf212'), LESS("lab-less", '\uf41d'), LINE("lab-line", '\uf3c0'), LINKEDIN("lab-linkedin", '\uf08c'), LINKEDIN_IN("lab-linkedin-in", '\uf0e1'), LINODE("lab-linode", '\uf2b8'), LINUX("lab-linux", '\uf17c'), LYFT("lab-lyft", '\uf3c3'), MAGENTO("lab-magento", '\uf3c4'), MAILCHIMP("lab-mailchimp", '\uf59e'), MANDALORIAN("lab-mandalorian", '\uf50f'), MARKDOWN("lab-markdown", '\uf60f'), MASTODON("lab-mastodon", '\uf4f6'), MAXCDN("lab-maxcdn", '\uf136'), MDB("lab-mdb", '\uf8ca'), MEDAPPS("lab-medapps", '\uf3c6'), MEDIUM("lab-medium", '\uf23a'), MEDIUM_M("lab-medium-m", '\uf3c7'), MEDRT("lab-medrt", '\uf3c8'), MEETUP("lab-meetup", '\uf2e0'), MEGAPORT("lab-megaport", '\uf5a3'), MENDELEY("lab-mendeley", '\uf7b3'), // MICROBLOG("lab-microblog", '\ue01a'), MICROSOFT("lab-microsoft", '\uf3ca'), MIX("lab-mix", '\uf3cb'), MIXCLOUD("lab-mixcloud", '\uf289'), // MIXER("lab-mixer", '\ue056'), MIZUNI("lab-mizuni", '\uf3cc'), MODX("lab-modx", '\uf285'), MONERO("lab-monero", '\uf3d0'), NAPSTER("lab-napster", '\uf3d2'), NEOS("lab-neos", '\uf612'), NIMBLR("lab-nimblr", '\uf5a8'), NODE("lab-node", '\uf419'), NODE_JS("lab-node-js", '\uf3d3'), NPM("lab-npm", '\uf3d4'), NS8("lab-ns8", '\uf3d5'), NUTRITIONIX("lab-nutritionix", '\uf3d6'), // OCTOPUS_DEPLOY("lab-octopus-deploy", '\ue082'), ODNOKLASSNIKI("lab-odnoklassniki", '\uf263'), ODNOKLASSNIKI_SQUARE("lab-odnoklassniki-square", '\uf264'), OLD_REPUBLIC("lab-old-republic", '\uf510'), OPENCART("lab-opencart", '\uf23d'), OPENID("lab-openid", '\uf19b'), OPERA("lab-opera", '\uf26a'), OPTIN_MONSTER("lab-optin-monster", '\uf23c'), ORCID("lab-orcid", '\uf8d2'), OSI("lab-osi", '\uf41a'), PAGE4("lab-page4", '\uf3d7'), PAGELINES("lab-pagelines", '\uf18c'), PALFED("lab-palfed", '\uf3d8'), PATREON("lab-patreon", '\uf3d9'), PAYPAL("lab-paypal", '\uf1ed'), PENNY_ARCADE("lab-penny-arcade", '\uf704'), // PERBYTE("lab-perbyte", '\ue083'), PERISCOPE("lab-periscope", '\uf3da'), PHABRICATOR("lab-phabricator", '\uf3db'), PHOENIX_FRAMEWORK("lab-phoenix-framework", '\uf3dc'), PHOENIX_SQUADRON("lab-phoenix-squadron", '\uf511'), PHP("lab-php", '\uf457'), PIED_PIPER("lab-pied-piper", '\uf2ae'), PIED_PIPER_ALT("lab-pied-piper-alt", '\uf1a8'), PIED_PIPER_HAT("lab-pied-piper-hat", '\uf4e5'), PIED_PIPER_PP("lab-pied-piper-pp", '\uf1a7'), // PIED_PIPER_SQUARE("lab-pied-piper-square", '\ue01e'), PINTEREST("lab-pinterest", '\uf0d2'), PINTEREST_P("lab-pinterest-p", '\uf231'), PINTEREST_SQUARE("lab-pinterest-square", '\uf0d3'), PLAYSTATION("lab-playstation", '\uf3df'), PRODUCT_HUNT("lab-product-hunt", '\uf288'), PUSHED("lab-pushed", '\uf3e1'), PYTHON("lab-python", '\uf3e2'), QQ("lab-qq", '\uf1d6'), QUINSCAPE("lab-quinscape", '\uf459'), QUORA("lab-quora", '\uf2c4'), RASPBERRY_PI("lab-raspberry-pi", '\uf7bb'), RAVELRY("lab-ravelry", '\uf2d9'), REACT("lab-react", '\uf41b'), REACTEUROPE("lab-reacteurope", '\uf75d'), README("lab-readme", '\uf4d5'), REBEL("lab-rebel", '\uf1d0'), REDDIT("lab-reddit", '\uf1a1'), REDDIT_ALIEN("lab-reddit-alien", '\uf281'), REDDIT_SQUARE("lab-reddit-square", '\uf1a2'), REDHAT("lab-redhat", '\uf7bc'), RED_RIVER("lab-red-river", '\uf3e3'), RENREN("lab-renren", '\uf18b'), REPLYD("lab-replyd", '\uf3e6'), RESEARCHGATE("lab-researchgate", '\uf4f8'), RESOLVING("lab-resolving", '\uf3e7'), REV("lab-rev", '\uf5b2'), ROCKETCHAT("lab-rocketchat", '\uf3e8'), ROCKRMS("lab-rockrms", '\uf3e9'), // RUST("lab-rust", '\ue07a'), R_PROJECT("lab-r-project", '\uf4f7'), SAFARI("lab-safari", '\uf267'), SALESFORCE("lab-salesforce", '\uf83b'), SASS("lab-sass", '\uf41e'), SCHLIX("lab-schlix", '\uf3ea'), SCRIBD("lab-scribd", '\uf28a'), SEARCHENGIN("lab-searchengin", '\uf3eb'), SELLCAST("lab-sellcast", '\uf2da'), SELLSY("lab-sellsy", '\uf213'), SERVICESTACK("lab-servicestack", '\uf3ec'), SHIRTSINBULK("lab-shirtsinbulk", '\uf214'), // SHOPIFY("lab-shopify", '\ue057'), SHOPWARE("lab-shopware", '\uf5b5'), SIMPLYBUILT("lab-simplybuilt", '\uf215'), SISTRIX("lab-sistrix", '\uf3ee'), SITH("lab-sith", '\uf512'), SKETCH("lab-sketch", '\uf7c6'), SKYATLAS("lab-skyatlas", '\uf216'), SKYPE("lab-skype", '\uf17e'), SLACK("lab-slack", '\uf198'), SLACK_HASH("lab-slack-hash", '\uf3ef'), SLIDESHARE("lab-slideshare", '\uf1e7'), SNAPCHAT("lab-snapchat", '\uf2ab'), SNAPCHAT_GHOST("lab-snapchat-ghost", '\uf2ac'), SNAPCHAT_SQUARE("lab-snapchat-square", '\uf2ad'), SOUNDCLOUD("lab-soundcloud", '\uf1be'), SOURCETREE("lab-sourcetree", '\uf7d3'), SPEAKAP("lab-speakap", '\uf3f3'), SPEAKER_DECK("lab-speaker-deck", '\uf83c'), SPOTIFY("lab-spotify", '\uf1bc'), SQUARESPACE("lab-squarespace", '\uf5be'), STACKPATH("lab-stackpath", '\uf842'), STACK_EXCHANGE("lab-stack-exchange", '\uf18d'), STACK_OVERFLOW("lab-stack-overflow", '\uf16c'), STAYLINKED("lab-staylinked", '\uf3f5'), STEAM("lab-steam", '\uf1b6'), STEAM_SQUARE("lab-steam-square", '\uf1b7'), STEAM_SYMBOL("lab-steam-symbol", '\uf3f6'), STICKER_MULE("lab-sticker-mule", '\uf3f7'), STRAVA("lab-strava", '\uf428'), STRIPE("lab-stripe", '\uf429'), STRIPE_S("lab-stripe-s", '\uf42a'), STUDIOVINARI("lab-studiovinari", '\uf3f8'), STUMBLEUPON("lab-stumbleupon", '\uf1a4'), STUMBLEUPON_CIRCLE("lab-stumbleupon-circle", '\uf1a3'), SUPERPOWERS("lab-superpowers", '\uf2dd'), SUPPLE("lab-supple", '\uf3f9'), SUSE("lab-suse", '\uf7d6'), SWIFT("lab-swift", '\uf8e1'), SYMFONY("lab-symfony", '\uf83d'), TEAMSPEAK("lab-teamspeak", '\uf4f9'), TELEGRAM("lab-telegram", '\uf2c6'), TELEGRAM_PLANE("lab-telegram-plane", '\uf3fe'), TENCENT_WEIBO("lab-tencent-weibo", '\uf1d5'), THEMECO("lab-themeco", '\uf5c6'), THEMEISLE("lab-themeisle", '\uf2b2'), THE_RED_YETI("lab-the-red-yeti", '\uf69d'), THINK_PEAKS("lab-think-peaks", '\uf731'), // TIKTOK("lab-tiktok", '\ue07b'), TRADE_FEDERATION("lab-trade-federation", '\uf513'), TRELLO("lab-trello", '\uf181'), TRIPADVISOR("lab-tripadvisor", '\uf262'), TUMBLR("lab-tumblr", '\uf173'), TUMBLR_SQUARE("lab-tumblr-square", '\uf174'), TWITCH("lab-twitch", '\uf1e8'), TWITTER("lab-twitter", '\uf099'), TWITTER_SQUARE("lab-twitter-square", '\uf081'), TYPO3("lab-typo3", '\uf42b'), UBER("lab-uber", '\uf402'), UBUNTU("lab-ubuntu", '\uf7df'), UIKIT("lab-uikit", '\uf403'), UMBRACO("lab-umbraco", '\uf8e8'), // UNCHARTED("lab-uncharted", '\ue084'), UNIREGISTRY("lab-uniregistry", '\uf404'), // UNITY("lab-unity", '\ue049'), // UNSPLASH("lab-unsplash", '\ue07c'), UNTAPPD("lab-untappd", '\uf405'), UPS("lab-ups", '\uf7e0'), USB("lab-usb", '\uf287'), USPS("lab-usps", '\uf7e1'), USSUNNAH("lab-ussunnah", '\uf407'), VAADIN("lab-vaadin", '\uf408'), VIACOIN("lab-viacoin", '\uf237'), VIADEO("lab-viadeo", '\uf2a9'), VIADEO_SQUARE("lab-viadeo-square", '\uf2aa'), VIBER("lab-viber", '\uf409'), VIMEO("lab-vimeo", '\uf40a'), VIMEO_SQUARE("lab-vimeo-square", '\uf194'), VIMEO_V("lab-vimeo-v", '\uf27d'), VINE("lab-vine", '\uf1ca'), VK("lab-vk", '\uf189'), VNV("lab-vnv", '\uf40b'), VUEJS("lab-vuejs", '\uf41f'), // WATCHAMN_MONITORING("lab-watchman-monitoring", '\ue087'), WAZE("lab-waze", '\uf83f'), WEEBLY("lab-weebly", '\uf5cc'), WEIBO("lab-weibo", '\uf18a'), WEIXIN("lab-weixin", '\uf1d7'), WHATSAPP("lab-whatsapp", '\uf232'), WHATSAPP_SQUARE("lab-whatsapp-square", '\uf40c'), WHMCS("lab-whmcs", '\uf40d'), WIKIPEDIA_W("lab-wikipedia-w", '\uf266'), WINDOWS("lab-windows", '\uf17a'), WIX("lab-wix", '\uf5cf'), WIZARDS_OF_THE_COAST("lab-wizards-of-the-coast", '\uf730'), // WODU("lab-wodu", '\ue088'), WOLF_PACK_BATTALION("lab-wolf-pack-battalion", '\uf514'), WORDPRESS("lab-wordpress", '\uf19a'), WORDPRESS_SIMPLE("lab-wordpress-simple", '\uf411'), WPBEGINNER("lab-wpbeginner", '\uf297'), WPEXPLORER("lab-wpexplorer", '\uf2de'), WPFORMS("lab-wpforms", '\uf298'), WPRESSR("lab-wpressr", '\uf3e4'), XBOX("lab-xbox", '\uf412'), XING("lab-xing", '\uf168'), XING_SQUARE("lab-xing-square", '\uf169'), YAHOO("lab-yahoo", '\uf19e'), YAMMER("lab-yammer", '\uf840'), YANDEX("lab-yandex", '\uf413'), YANDEX_INTERNATIONAL("lab-yandex-international", '\uf414'), YARN("lab-yarn", '\uf7e3'), YELP("lab-yelp", '\uf1e9'), YOAST("lab-yoast", '\uf2b1'), YOUTUBE("lab-youtube", '\uf167'), YOUTUBE_SQUARE("lab-youtube-square", '\uf431'), Y_COMBINATOR("lab-y-combinator", '\uf23b'), ZHIHU("lab-zhihu", '\uf63f'); public static LineAwesomeBrands findByDescription(String description) { for (LineAwesomeBrands font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; LineAwesomeBrands(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeBrandsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class LineAwesomeBrandsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/lineawesome/1.3.0/fonts/la-brands-400.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("lab-"); } @Override public Ikon resolve(String description) { return LineAwesomeBrands.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "la-brands-400"; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeBrandsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class LineAwesomeBrandsIkonProvider implements IkonProvider { @Override public Class getIkon() { return LineAwesomeBrands.class; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeRegular.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum LineAwesomeRegular implements Ikon { ADDRESS_BOOK("lar-address-book", '\uf2b9'), ADDRESS_CARD("lar-address-card", '\uf2bb'), ANGRY("lar-angry", '\uf556'), ARROW_ALT_CIRCLE_DOWN("lar-arrow-alt-circle-down", '\uf358'), ARROW_ALT_CIRCLE_LEFT("lar-arrow-alt-circle-left", '\uf359'), ARROW_ALT_CIRCLE_RIGHT("lar-arrow-alt-circle-right", '\uf35a'), ARROW_ALT_CIRCLE_UP("lar-arrow-alt-circle-up", '\uf35b'), BELL("lar-bell", '\uf0f3'), BELL_SLASH("lar-bell-slash", '\uf1f6'), BOOKMARK("lar-bookmark", '\uf02e'), BUILDING("lar-building", '\uf1ad'), CALENDAR("lar-calendar", '\uf133'), CALENDAR_ALT("lar-calendar-alt", '\uf073'), CALENDAR_CHECK("lar-calendar-check", '\uf274'), CALENDAR_MINUS("lar-calendar-minus", '\uf272'), CALENDAR_PLUS("lar-calendar-plus", '\uf271'), CALENDAR_TIMES("lar-calendar-times", '\uf273'), CARET_SQUARE_DOWN("lar-caret-square-down", '\uf150'), CARET_SQUARE_LEFT("lar-caret-square-left", '\uf191'), CARET_SQUARE_RIGHT("lar-caret-square-right", '\uf152'), CARET_SQUARE_UP("lar-caret-square-up", '\uf151'), CHART_BAR("lar-chart-bar", '\uf080'), CHECK_CIRCLE("lar-check-circle", '\uf058'), CHECK_SQUARE("lar-check-square", '\uf14a'), CIRCLE("lar-circle", '\uf111'), CLIPBOARD("lar-clipboard", '\uf328'), CLOCK("lar-clock", '\uf017'), CLONE("lar-clone", '\uf24d'), CLOSED_CAPTIONING("lar-closed-captioning", '\uf20a'), COMMENT("lar-comment", '\uf075'), COMMENTS("lar-comments", '\uf086'), COMMENT_ALT("lar-comment-alt", '\uf27a'), COMMENT_DOTS("lar-comment-dots", '\uf4ad'), COMPASS("lar-compass", '\uf14e'), COPY("lar-copy", '\uf0c5'), COPYRIGHT("lar-copyright", '\uf1f9'), CREDIT_CARD("lar-credit-card", '\uf09d'), DIZZY("lar-dizzy", '\uf567'), DOT_CIRCLE("lar-dot-circle", '\uf192'), EDIT("lar-edit", '\uf044'), ENVELOPE("lar-envelope", '\uf0e0'), ENVELOPE_OPEN("lar-envelope-open", '\uf2b6'), EYE("lar-eye", '\uf06e'), EYE_SLASH("lar-eye-slash", '\uf070'), FILE("lar-file", '\uf15b'), FILE_ALT("lar-file-alt", '\uf15c'), FILE_ARCHIVE("lar-file-archive", '\uf1c6'), FILE_AUDIO("lar-file-audio", '\uf1c7'), FILE_CODE("lar-file-code", '\uf1c9'), FILE_EXCEL("lar-file-excel", '\uf1c3'), FILE_IMAGE("lar-file-image", '\uf1c5'), FILE_PDF("lar-file-pdf", '\uf1c1'), FILE_POWERPOINT("lar-file-powerpoint", '\uf1c4'), FILE_VIDEO("lar-file-video", '\uf1c8'), FILE_WORD("lar-file-word", '\uf1c2'), FLAG("lar-flag", '\uf024'), FLUSHED("lar-flushed", '\uf579'), FOLDER("lar-folder", '\uf07b'), FOLDER_OPEN("lar-folder-open", '\uf07c'), FROWN("lar-frown", '\uf119'), FROWN_OPEN("lar-frown-open", '\uf57a'), FUTBOL("lar-futbol", '\uf1e3'), GEM("lar-gem", '\uf3a5'), GRIMACE("lar-grimace", '\uf57f'), GRIN("lar-grin", '\uf580'), GRIN_ALT("lar-grin-alt", '\uf581'), GRIN_BEAM("lar-grin-beam", '\uf582'), GRIN_BEAM_SWEAT("lar-grin-beam-sweat", '\uf583'), GRIN_HEARTS("lar-grin-hearts", '\uf584'), GRIN_SQUINT("lar-grin-squint", '\uf585'), GRIN_SQUINT_TEARS("lar-grin-squint-tears", '\uf586'), GRIN_STARS("lar-grin-stars", '\uf587'), GRIN_TEARS("lar-grin-tears", '\uf588'), GRIN_TONGUE("lar-grin-tongue", '\uf589'), GRIN_TONGUE_SQUINT("lar-grin-tongue-squint", '\uf58a'), GRIN_TONGUE_WINK("lar-grin-tongue-wink", '\uf58b'), GRIN_WINK("lar-grin-wink", '\uf58c'), HANDSHAKE("lar-handshake", '\uf2b5'), HAND_LIZARD("lar-hand-lizard", '\uf258'), HAND_PAPER("lar-hand-paper", '\uf256'), HAND_PEACE("lar-hand-peace", '\uf25b'), HAND_POINTER("lar-hand-pointer", '\uf25a'), HAND_POINT_DOWN("lar-hand-point-down", '\uf0a7'), HAND_POINT_LEFT("lar-hand-point-left", '\uf0a5'), HAND_POINT_RIGHT("lar-hand-point-right", '\uf0a4'), HAND_POINT_UP("lar-hand-point-up", '\uf0a6'), HAND_ROCK("lar-hand-rock", '\uf255'), HAND_SCISSORS("lar-hand-scissors", '\uf257'), HAND_SPOCK("lar-hand-spock", '\uf259'), HDD("lar-hdd", '\uf0a0'), HEART("lar-heart", '\uf004'), HOSPITAL("lar-hospital", '\uf0f8'), HOURGLASS("lar-hourglass", '\uf254'), ID_BADGE("lar-id-badge", '\uf2c1'), ID_CARD("lar-id-card", '\uf2c2'), IMAGE("lar-image", '\uf03e'), IMAGES("lar-images", '\uf302'), KEYBOARD("lar-keyboard", '\uf11c'), KISS("lar-kiss", '\uf596'), KISS_BEAM("lar-kiss-beam", '\uf597'), KISS_WINK_HEART("lar-kiss-wink-heart", '\uf598'), LAUGH("lar-laugh", '\uf599'), LAUGH_BEAM("lar-laugh-beam", '\uf59a'), LAUGH_SQUINT("lar-laugh-squint", '\uf59b'), LAUGH_WINK("lar-laugh-wink", '\uf59c'), LEMON("lar-lemon", '\uf094'), LIFE_RING("lar-life-ring", '\uf1cd'), LIGHTBULB("lar-lightbulb", '\uf0eb'), LIST_ALT("lar-list-alt", '\uf022'), MAP("lar-map", '\uf279'), MEH("lar-meh", '\uf11a'), MEH_BLANK("lar-meh-blank", '\uf5a4'), MEH_ROLLING_EYES("lar-meh-rolling-eyes", '\uf5a5'), MINUS_SQUARE("lar-minus-square", '\uf146'), MONEY_BILL_ALT("lar-money-bill-alt", '\uf3d1'), MOON("lar-moon", '\uf186'), NEWSPAPER("lar-newspaper", '\uf1ea'), OBJECT_GROUP("lar-object-group", '\uf247'), OBJECT_UNGROUP("lar-object-ungroup", '\uf248'), PAPER_PLANE("lar-paper-plane", '\uf1d8'), PAUSE_CIRCLE("lar-pause-circle", '\uf28b'), PLAY_CIRCLE("lar-play-circle", '\uf144'), PLUS_SQUARE("lar-plus-square", '\uf0fe'), QUESTION_CIRCLE("lar-question-circle", '\uf059'), REGISTERED("lar-registered", '\uf25d'), SAD_CRY("lar-sad-cry", '\uf5b3'), SAD_TEAR("lar-sad-tear", '\uf5b4'), SAVE("lar-save", '\uf0c7'), SHARE_SQUARE("lar-share-square", '\uf14d'), SMILE("lar-smile", '\uf118'), SMILE_BEAM("lar-smile-beam", '\uf5b8'), SMILE_WINK("lar-smile-wink", '\uf4da'), SNOWFLAKE("lar-snowflake", '\uf2dc'), SQUARE("lar-square", '\uf0c8'), STAR("lar-star", '\uf005'), STAR_HALF("lar-star-half", '\uf089'), STICKY_NOTE("lar-sticky-note", '\uf249'), STOP_CIRCLE("lar-stop-circle", '\uf28d'), SUN("lar-sun", '\uf185'), SURPRISE("lar-surprise", '\uf5c2'), THUMBS_DOWN("lar-thumbs-down", '\uf165'), THUMBS_UP("lar-thumbs-up", '\uf164'), TIMES_CIRCLE("lar-times-circle", '\uf057'), TIRED("lar-tired", '\uf5c8'), TRASH_ALT("lar-trash-alt", '\uf2ed'), USER("lar-user", '\uf007'), USER_CIRCLE("lar-user-circle", '\uf2bd'), WINDOW_CLOSE("lar-window-close", '\uf410'), WINDOW_MAXIMIZE("lar-window-maximize", '\uf2d0'), WINDOW_MINIMIZE("lar-window-minimize", '\uf2d1'), WINDOW_RESTORE("lar-window-restore", '\uf2d2'); public static LineAwesomeRegular findByDescription(String description) { for (LineAwesomeRegular font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; LineAwesomeRegular(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeRegularIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class LineAwesomeRegularIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/lineawesome/1.3.0/fonts/la-regular-400.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("lar-"); } @Override public Ikon resolve(String description) { return LineAwesomeRegular.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "la-regular-400"; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeRegularIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class LineAwesomeRegularIkonProvider implements IkonProvider { @Override public Class getIkon() { return LineAwesomeRegular.class; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeSolid.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum LineAwesomeSolid implements Ikon { AD("las-ad", '\uf641'), ADDRESS_BOOK("las-address-book", '\uf2b9'), ADDRESS_CARD("las-address-card", '\uf2bb'), ADJUST("las-adjust", '\uf042'), AIR_FRESHENER("las-air-freshener", '\uf5d0'), ALIGN_CENTER("las-align-center", '\uf037'), ALIGN_JUSTIFY("las-align-justify", '\uf039'), ALIGN_LEFT("las-align-left", '\uf036'), ALIGN_RIGHT("las-align-right", '\uf038'), ALLERGIES("las-allergies", '\uf461'), AMBULANCE("las-ambulance", '\uf0f9'), AMERICAN_SIGN_LANGUAGE_INTERPRETING("las-american-sign-language-interpreting", '\uf2a3'), ANCHOR("las-anchor", '\uf13d'), ANGLE_DOUBLE_DOWN("las-angle-double-down", '\uf103'), ANGLE_DOUBLE_LEFT("las-angle-double-left", '\uf100'), ANGLE_DOUBLE_RIGHT("las-angle-double-right", '\uf101'), ANGLE_DOUBLE_UP("las-angle-double-up", '\uf102'), ANGLE_DOWN("las-angle-down", '\uf107'), ANGLE_LEFT("las-angle-left", '\uf104'), ANGLE_RIGHT("las-angle-right", '\uf105'), ANGLE_UP("las-angle-up", '\uf106'), ANGRY("las-angry", '\uf556'), ANKH("las-ankh", '\uf644'), APPLE_ALT("las-apple-alt", '\uf5d1'), ARCHIVE("las-archive", '\uf187'), ARCHWAY("las-archway", '\uf557'), ARROWS_ALT("las-arrows-alt", '\uf0b2'), ARROWS_ALT_H("las-arrows-alt-h", '\uf337'), ARROWS_ALT_V("las-arrows-alt-v", '\uf338'), ARROW_ALT_CIRCLE_DOWN("las-arrow-alt-circle-down", '\uf358'), ARROW_ALT_CIRCLE_LEFT("las-arrow-alt-circle-left", '\uf359'), ARROW_ALT_CIRCLE_RIGHT("las-arrow-alt-circle-right", '\uf35a'), ARROW_ALT_CIRCLE_UP("las-arrow-alt-circle-up", '\uf35b'), ARROW_CIRCLE_DOWN("las-arrow-circle-down", '\uf0ab'), ARROW_CIRCLE_LEFT("las-arrow-circle-left", '\uf0a8'), ARROW_CIRCLE_RIGHT("las-arrow-circle-right", '\uf0a9'), ARROW_CIRCLE_UP("las-arrow-circle-up", '\uf0aa'), ARROW_DOWN("las-arrow-down", '\uf063'), ARROW_LEFT("las-arrow-left", '\uf060'), ARROW_RIGHT("las-arrow-right", '\uf061'), ARROW_UP("las-arrow-up", '\uf062'), ASSISTIVE_LISTENING_SYSTEMS("las-assistive-listening-systems", '\uf2a2'), ASTERISK("las-asterisk", '\uf069'), AT("las-at", '\uf1fa'), ATLAS("las-atlas", '\uf558'), ATOM("las-atom", '\uf5d2'), AUDIO_DESCRIPTION("las-audio-description", '\uf29e'), AWARD("las-award", '\uf559'), BABY("las-baby", '\uf77c'), BABY_CARRIAGE("las-baby-carriage", '\uf77d'), BACKSPACE("las-backspace", '\uf55a'), BACKWARD("las-backward", '\uf04a'), BACON("las-bacon", '\uf7e5'), // BACTERIA("las-bacteria", '\ue059'), // BACTERIUM("las-bacterium", '\ue05a'), BAHAI("las-bahai", '\uf666'), BALANCE_SCALE("las-balance-scale", '\uf24e'), BALANCE_SCALE_LEFT("las-balance-scale-left", '\uf515'), BALANCE_SCALE_RIGHT("las-balance-scale-right", '\uf516'), BAN("las-ban", '\uf05e'), BAND_AID("las-band-aid", '\uf462'), BARCODE("las-barcode", '\uf02a'), BARS("las-bars", '\uf0c9'), BASEBALL_BALL("las-baseball-ball", '\uf433'), BASKETBALL_BALL("las-basketball-ball", '\uf434'), BATH("las-bath", '\uf2cd'), BATTERY_EMPTY("las-battery-empty", '\uf244'), BATTERY_FULL("las-battery-full", '\uf240'), BATTERY_HALF("las-battery-half", '\uf242'), BATTERY_QUARTER("las-battery-quarter", '\uf243'), BATTERY_THREE_QUARTERS("las-battery-three-quarters", '\uf241'), BED("las-bed", '\uf236'), BEER("las-beer", '\uf0fc'), BELL("las-bell", '\uf0f3'), BELL_SLASH("las-bell-slash", '\uf1f6'), BEZIER_CURVE("las-bezier-curve", '\uf55b'), BIBLE("las-bible", '\uf647'), BICYCLE("las-bicycle", '\uf206'), BIKING("las-biking", '\uf84a'), BINOCULARS("las-binoculars", '\uf1e5'), BIOHAZARD("las-biohazard", '\uf780'), BIRTHDAY_CAKE("las-birthday-cake", '\uf1fd'), BLENDER("las-blender", '\uf517'), BLENDER_PHONE("las-blender-phone", '\uf6b6'), BLIND("las-blind", '\uf29d'), BLOG("las-blog", '\uf781'), BOLD("las-bold", '\uf032'), BOLT("las-bolt", '\uf0e7'), BOMB("las-bomb", '\uf1e2'), BONE("las-bone", '\uf5d7'), BONG("las-bong", '\uf55c'), BOOK("las-book", '\uf02d'), BOOKMARK("las-bookmark", '\uf02e'), BOOK_DEAD("las-book-dead", '\uf6b7'), BOOK_MEDICAL("las-book-medical", '\uf7e6'), BOOK_OPEN("las-book-open", '\uf518'), BOOK_READER("las-book-reader", '\uf5da'), BORDER_ALL("las-border-all", '\uf84c'), BORDER_NONE("las-border-none", '\uf850'), BORDER_STYLE("las-border-style", '\uf853'), BOWLING_BALL("las-bowling-ball", '\uf436'), BOX("las-box", '\uf466'), BOXES("las-boxes", '\uf468'), BOX_OPEN("las-box-open", '\uf49e'), // BOX_TISSUE("las-box-tissue", '\ue05b'), BRAILLE("las-braille", '\uf2a1'), BRAIN("las-brain", '\uf5dc'), BREAD_SLICE("las-bread-slice", '\uf7ec'), BRIEFCASE("las-briefcase", '\uf0b1'), BRIEFCASE_MEDICAL("las-briefcase-medical", '\uf469'), BROADCAST_TOWER("las-broadcast-tower", '\uf519'), BROOM("las-broom", '\uf51a'), BRUSH("las-brush", '\uf55d'), BUG("las-bug", '\uf188'), BUILDING("las-building", '\uf1ad'), BULLHORN("las-bullhorn", '\uf0a1'), BULLSEYE("las-bullseye", '\uf140'), BURN("las-burn", '\uf46a'), BUS("las-bus", '\uf207'), BUSINESS_TIME("las-business-time", '\uf64a'), BUS_ALT("las-bus-alt", '\uf55e'), CALCULATOR("las-calculator", '\uf1ec'), CALENDAR("las-calendar", '\uf133'), CALENDAR_ALT("las-calendar-alt", '\uf073'), CALENDAR_CHECK("las-calendar-check", '\uf274'), CALENDAR_DAY("las-calendar-day", '\uf783'), CALENDAR_MINUS("las-calendar-minus", '\uf272'), CALENDAR_PLUS("las-calendar-plus", '\uf271'), CALENDAR_TIMES("las-calendar-times", '\uf273'), CALENDAR_WEEK("las-calendar-week", '\uf784'), CAMERA("las-camera", '\uf030'), CAMERA_RETRO("las-camera-retro", '\uf083'), CAMPGROUND("las-campground", '\uf6bb'), CANDY_CANE("las-candy-cane", '\uf786'), CANNABIS("las-cannabis", '\uf55f'), CAPSULES("las-capsules", '\uf46b'), CAR("las-car", '\uf1b9'), CARAVAN("las-caravan", '\uf8ff'), CARET_DOWN("las-caret-down", '\uf0d7'), CARET_LEFT("las-caret-left", '\uf0d9'), CARET_RIGHT("las-caret-right", '\uf0da'), CARET_SQUARE_DOWN("las-caret-square-down", '\uf150'), CARET_SQUARE_LEFT("las-caret-square-left", '\uf191'), CARET_SQUARE_RIGHT("las-caret-square-right", '\uf152'), CARET_SQUARE_UP("las-caret-square-up", '\uf151'), CARET_UP("las-caret-up", '\uf0d8'), CARROT("las-carrot", '\uf787'), CART_ARROW_DOWN("las-cart-arrow-down", '\uf218'), CART_PLUS("las-cart-plus", '\uf217'), CAR_ALT("las-car-alt", '\uf5de'), CAR_BATTERY("las-car-battery", '\uf5df'), CAR_CRASH("las-car-crash", '\uf5e1'), CAR_SIDE("las-car-side", '\uf5e4'), CASH_REGISTER("las-cash-register", '\uf788'), CAT("las-cat", '\uf6be'), CERTIFICATE("las-certificate", '\uf0a3'), CHAIR("las-chair", '\uf6c0'), CHALKBOARD("las-chalkboard", '\uf51b'), CHALKBOARD_TEACHER("las-chalkboard-teacher", '\uf51c'), CHARGING_STATION("las-charging-station", '\uf5e7'), CHART_AREA("las-chart-area", '\uf1fe'), CHART_BAR("las-chart-bar", '\uf080'), CHART_LINE("las-chart-line", '\uf201'), CHART_PIE("las-chart-pie", '\uf200'), CHECK("las-check", '\uf00c'), CHECK_CIRCLE("las-check-circle", '\uf058'), CHECK_DOUBLE("las-check-double", '\uf560'), CHECK_SQUARE("las-check-square", '\uf14a'), CHEESE("las-cheese", '\uf7ef'), CHESS("las-chess", '\uf439'), CHESS_BISHOP("las-chess-bishop", '\uf43a'), CHESS_BOARD("las-chess-board", '\uf43c'), CHESS_KING("las-chess-king", '\uf43f'), CHESS_KNIGHT("las-chess-knight", '\uf441'), CHESS_PAWN("las-chess-pawn", '\uf443'), CHESS_QUEEN("las-chess-queen", '\uf445'), CHESS_ROOK("las-chess-rook", '\uf447'), CHEVRON_CIRCLE_DOWN("las-chevron-circle-down", '\uf13a'), CHEVRON_CIRCLE_LEFT("las-chevron-circle-left", '\uf137'), CHEVRON_CIRCLE_RIGHT("las-chevron-circle-right", '\uf138'), CHEVRON_CIRCLE_UP("las-chevron-circle-up", '\uf139'), CHEVRON_DOWN("las-chevron-down", '\uf078'), CHEVRON_LEFT("las-chevron-left", '\uf053'), CHEVRON_RIGHT("las-chevron-right", '\uf054'), CHEVRON_UP("las-chevron-up", '\uf077'), CHILD("las-child", '\uf1ae'), CHURCH("las-church", '\uf51d'), CIRCLE("las-circle", '\uf111'), CIRCLE_NOTCH("las-circle-notch", '\uf1ce'), CITY("las-city", '\uf64f'), CLINIC_MEDICAL("las-clinic-medical", '\uf7f2'), CLIPBOARD("las-clipboard", '\uf328'), CLIPBOARD_CHECK("las-clipboard-check", '\uf46c'), CLIPBOARD_LIST("las-clipboard-list", '\uf46d'), CLOCK("las-clock", '\uf017'), CLONE("las-clone", '\uf24d'), CLOSED_CAPTIONING("las-closed-captioning", '\uf20a'), CLOUD("las-cloud", '\uf0c2'), CLOUD_DOWNLOAD_ALT("las-cloud-download-alt", '\uf381'), CLOUD_MEATBALL("las-cloud-meatball", '\uf73b'), CLOUD_MOON("las-cloud-moon", '\uf6c3'), CLOUD_MOON_RAIN("las-cloud-moon-rain", '\uf73c'), CLOUD_RAIN("las-cloud-rain", '\uf73d'), CLOUD_SHOWERS_HEAVY("las-cloud-showers-heavy", '\uf740'), CLOUD_SUN("las-cloud-sun", '\uf6c4'), CLOUD_SUN_RAIN("las-cloud-sun-rain", '\uf743'), CLOUD_UPLOAD_ALT("las-cloud-upload-alt", '\uf382'), COCKTAIL("las-cocktail", '\uf561'), CODE("las-code", '\uf121'), CODE_BRANCH("las-code-branch", '\uf126'), COFFEE("las-coffee", '\uf0f4'), COG("las-cog", '\uf013'), COGS("las-cogs", '\uf085'), COINS("las-coins", '\uf51e'), COLUMNS("las-columns", '\uf0db'), COMMENT("las-comment", '\uf075'), COMMENTS("las-comments", '\uf086'), COMMENTS_DOLLAR("las-comments-dollar", '\uf653'), COMMENT_ALT("las-comment-alt", '\uf27a'), COMMENT_DOLLAR("las-comment-dollar", '\uf651'), COMMENT_DOTS("las-comment-dots", '\uf4ad'), COMMENT_MEDICAL("las-comment-medical", '\uf7f5'), COMMENT_SLASH("las-comment-slash", '\uf4b3'), COMPACT_DISC("las-compact-disc", '\uf51f'), COMPASS("las-compass", '\uf14e'), COMPRESS("las-compress", '\uf066'), // COMPRESS_ALT("las-compress-alt", '\uf422'), COMPRESS_ARROWS_ALT("las-compress-arrows-alt", '\uf78c'), CONCIERGE_BELL("las-concierge-bell", '\uf562'), COOKIE("las-cookie", '\uf563'), COOKIE_BITE("las-cookie-bite", '\uf564'), COPY("las-copy", '\uf0c5'), COPYRIGHT("las-copyright", '\uf1f9'), COUCH("las-couch", '\uf4b8'), CREDIT_CARD("las-credit-card", '\uf09d'), CROP("las-crop", '\uf125'), CROP_ALT("las-crop-alt", '\uf565'), CROSS("las-cross", '\uf654'), CROSSHAIRS("las-crosshairs", '\uf05b'), CROW("las-crow", '\uf520'), CROWN("las-crown", '\uf521'), CRUTCH("las-crutch", '\uf7f7'), CUBE("las-cube", '\uf1b2'), CUBES("las-cubes", '\uf1b3'), CUT("las-cut", '\uf0c4'), DATABASE("las-database", '\uf1c0'), DEAF("las-deaf", '\uf2a4'), DEMOCRAT("las-democrat", '\uf747'), DESKTOP("las-desktop", '\uf108'), DHARMACHAKRA("las-dharmachakra", '\uf655'), DIAGNOSES("las-diagnoses", '\uf470'), DICE("las-dice", '\uf522'), DICE_D20("las-dice-d20", '\uf6cf'), DICE_D6("las-dice-d6", '\uf6d1'), DICE_FIVE("las-dice-five", '\uf523'), DICE_FOUR("las-dice-four", '\uf524'), DICE_ONE("las-dice-one", '\uf525'), DICE_SIX("las-dice-six", '\uf526'), DICE_THREE("las-dice-three", '\uf527'), DICE_TWO("las-dice-two", '\uf528'), DIGITAL_TACHOGRAPH("las-digital-tachograph", '\uf566'), DIRECTIONS("las-directions", '\uf5eb'), // DISEASE("las-disease", '\uf7fa'), DIVIDE("las-divide", '\uf529'), DIZZY("las-dizzy", '\uf567'), DNA("las-dna", '\uf471'), DOG("las-dog", '\uf6d3'), DOLLAR_SIGN("las-dollar-sign", '\uf155'), DOLLY("las-dolly", '\uf472'), DOLLY_FLATBED("las-dolly-flatbed", '\uf474'), DONATE("las-donate", '\uf4b9'), DOOR_CLOSED("las-door-closed", '\uf52a'), DOOR_OPEN("las-door-open", '\uf52b'), DOT_CIRCLE("las-dot-circle", '\uf192'), DOVE("las-dove", '\uf4ba'), DOWNLOAD("las-download", '\uf019'), DRAFTING_COMPASS("las-drafting-compass", '\uf568'), DRAGON("las-dragon", '\uf6d5'), DRAW_POLYGON("las-draw-polygon", '\uf5ee'), DRUM("las-drum", '\uf569'), DRUMSTICK_BITE("las-drumstick-bite", '\uf6d7'), DRUM_STEELPAN("las-drum-steelpan", '\uf56a'), DUMBBELL("las-dumbbell", '\uf44b'), DUMPSTER("las-dumpster", '\uf793'), DUMPSTER_FIRE("las-dumpster-fire", '\uf794'), DUNGEON("las-dungeon", '\uf6d9'), EDIT("las-edit", '\uf044'), EGG("las-egg", '\uf7fb'), EJECT("las-eject", '\uf052'), ELLIPSIS_H("las-ellipsis-h", '\uf141'), ELLIPSIS_V("las-ellipsis-v", '\uf142'), ENVELOPE("las-envelope", '\uf0e0'), ENVELOPE_OPEN("las-envelope-open", '\uf2b6'), ENVELOPE_OPEN_TEXT("las-envelope-open-text", '\uf658'), ENVELOPE_SQUARE("las-envelope-square", '\uf199'), EQUALS("las-equals", '\uf52c'), ERASER("las-eraser", '\uf12d'), ETHERNET("las-ethernet", '\uf796'), EURO_SIGN("las-euro-sign", '\uf153'), EXCHANGE_ALT("las-exchange-alt", '\uf362'), EXCLAMATION("las-exclamation", '\uf12a'), EXCLAMATION_CIRCLE("las-exclamation-circle", '\uf06a'), EXCLAMATION_TRIANGLE("las-exclamation-triangle", '\uf071'), EXPAND("las-expand", '\uf065'), // EXPAND_ALT("las-expand-alt", '\uf424'), EXPAND_ARROWS_ALT("las-expand-arrows-alt", '\uf31e'), EXTERNAL_LINK_ALT("las-external-link-alt", '\uf35d'), EXTERNAL_LINK_SQUARE_ALT("las-external-link-square-alt", '\uf360'), EYE("las-eye", '\uf06e'), EYE_DROPPER("las-eye-dropper", '\uf1fb'), EYE_SLASH("las-eye-slash", '\uf070'), FAN("las-fan", '\uf863'), FAST_BACKWARD("las-fast-backward", '\uf049'), FAST_FORWARD("las-fast-forward", '\uf050'), // FAUCET("las-faucet", '\ue005'), FAX("las-fax", '\uf1ac'), FEATHER("las-feather", '\uf52d'), FEATHER_ALT("las-feather-alt", '\uf56b'), FEMALE("las-female", '\uf182'), FIGHTER_JET("las-fighter-jet", '\uf0fb'), FILE("las-file", '\uf15b'), FILE_ALT("las-file-alt", '\uf15c'), FILE_ARCHIVE("las-file-archive", '\uf1c6'), FILE_AUDIO("las-file-audio", '\uf1c7'), FILE_CODE("las-file-code", '\uf1c9'), FILE_CONTRACT("las-file-contract", '\uf56c'), FILE_CSV("las-file-csv", '\uf6dd'), FILE_DOWNLOAD("las-file-download", '\uf56d'), FILE_EXCEL("las-file-excel", '\uf1c3'), FILE_EXPORT("las-file-export", '\uf56e'), FILE_IMAGE("las-file-image", '\uf1c5'), FILE_IMPORT("las-file-import", '\uf56f'), FILE_INVOICE("las-file-invoice", '\uf570'), FILE_INVOICE_DOLLAR("las-file-invoice-dollar", '\uf571'), FILE_MEDICAL("las-file-medical", '\uf477'), FILE_MEDICAL_ALT("las-file-medical-alt", '\uf478'), FILE_PDF("las-file-pdf", '\uf1c1'), FILE_POWERPOINT("las-file-powerpoint", '\uf1c4'), FILE_PRESCRIPTION("las-file-prescription", '\uf572'), FILE_SIGNATURE("las-file-signature", '\uf573'), FILE_UPLOAD("las-file-upload", '\uf574'), FILE_VIDEO("las-file-video", '\uf1c8'), FILE_WORD("las-file-word", '\uf1c2'), FILL("las-fill", '\uf575'), FILL_DRIP("las-fill-drip", '\uf576'), FILM("las-film", '\uf008'), FILTER("las-filter", '\uf0b0'), FINGERPRINT("las-fingerprint", '\uf577'), FIRE("las-fire", '\uf06d'), FIRE_ALT("las-fire-alt", '\uf7e4'), FIRE_EXTINGUISHER("las-fire-extinguisher", '\uf134'), FIRST_AID("las-first-aid", '\uf479'), FISH("las-fish", '\uf578'), FIST_RAISED("las-fist-raised", '\uf6de'), FLAG("las-flag", '\uf024'), FLAG_CHECKERED("las-flag-checkered", '\uf11e'), FLAG_USA("las-flag-usa", '\uf74d'), FLASK("las-flask", '\uf0c3'), FLUSHED("las-flushed", '\uf579'), FOLDER("las-folder", '\uf07b'), FOLDER_MINUS("las-folder-minus", '\uf65d'), FOLDER_OPEN("las-folder-open", '\uf07c'), FOLDER_PLUS("las-folder-plus", '\uf65e'), FONT("las-font", '\uf031'), FOOTBALL_BALL("las-football-ball", '\uf44e'), FORWARD("las-forward", '\uf04e'), FROG("las-frog", '\uf52e'), FROWN("las-frown", '\uf119'), FROWN_OPEN("las-frown-open", '\uf57a'), FUNNEL_DOLLAR("las-funnel-dollar", '\uf662'), FUTBOL("las-futbol", '\uf1e3'), GAMEPAD("las-gamepad", '\uf11b'), GAS_PUMP("las-gas-pump", '\uf52f'), GAVEL("las-gavel", '\uf0e3'), GEM("las-gem", '\uf3a5'), GENDERLESS("las-genderless", '\uf22d'), GHOST("las-ghost", '\uf6e2'), GIFT("las-gift", '\uf06b'), GIFTS("las-gifts", '\uf79c'), GLASSES("las-glasses", '\uf530'), GLASS_CHEERS("las-glass-cheers", '\uf79f'), GLASS_MARTINI("las-glass-martini", '\uf000'), GLASS_MARTINI_ALT("las-glass-martini-alt", '\uf57b'), GLASS_WHISKEY("las-glass-whiskey", '\uf7a0'), GLOBE("las-globe", '\uf0ac'), GLOBE_AFRICA("las-globe-africa", '\uf57c'), GLOBE_AMERICAS("las-globe-americas", '\uf57d'), GLOBE_ASIA("las-globe-asia", '\uf57e'), GLOBE_EUROPE("las-globe-europe", '\uf7a2'), GOLF_BALL("las-golf-ball", '\uf450'), GOPURAM("las-gopuram", '\uf664'), GRADUATION_CAP("las-graduation-cap", '\uf19d'), GREATER_THAN("las-greater-than", '\uf531'), GREATER_THAN_EQUAL("las-greater-than-equal", '\uf532'), GRIMACE("las-grimace", '\uf57f'), GRIN("las-grin", '\uf580'), GRIN_ALT("las-grin-alt", '\uf581'), GRIN_BEAM("las-grin-beam", '\uf582'), GRIN_BEAM_SWEAT("las-grin-beam-sweat", '\uf583'), GRIN_HEARTS("las-grin-hearts", '\uf584'), GRIN_SQUINT("las-grin-squint", '\uf585'), GRIN_SQUINT_TEARS("las-grin-squint-tears", '\uf586'), GRIN_STARS("las-grin-stars", '\uf587'), GRIN_TEARS("las-grin-tears", '\uf588'), GRIN_TONGUE("las-grin-tongue", '\uf589'), GRIN_TONGUE_SQUINT("las-grin-tongue-squint", '\uf58a'), GRIN_TONGUE_WINK("las-grin-tongue-wink", '\uf58b'), GRIN_WINK("las-grin-wink", '\uf58c'), GRIP_HORIZONTAL("las-grip-horizontal", '\uf58d'), GRIP_LINES("las-grip-lines", '\uf7a4'), GRIP_LINES_VERTICAL("las-grip-lines-vertical", '\uf7a5'), GRIP_VERTICAL("las-grip-vertical", '\uf58e'), GUITAR("las-guitar", '\uf7a6'), HAMBURGER("las-hamburger", '\uf805'), HAMMER("las-hammer", '\uf6e3'), HAMSA("las-hamsa", '\uf665'), HANDS("las-hands", '\uf4c2'), HANDSHAKE("las-handshake", '\uf2b5'), // HANDSHAKE_ALT_SLASH("las-handshake-alt-slash", '\ue05f'), // HANDSHAKE_SLASH("las-handshake-slash", '\ue060'), HANDS_HELPING("las-hands-helping", '\uf4c4'), // HANDS_WASH("las-hands-wash", '\ue05e'), HAND_HOLDING("las-hand-holding", '\uf4bd'), HAND_HOLDING_HEART("las-hand-holding-heart", '\uf4be'), // HAND_HOLDING_MEDICAL("las-hand-holding-medical", '\ue05c'), HAND_HOLDING_USD("las-hand-holding-usd", '\uf4c0'), // HAND_HOLDING_WATER("las-hand-holding-water", '\uf4c1'), HAND_LIZARD("las-hand-lizard", '\uf258'), HAND_MIDDLE_FINGER("las-hand-middle-finger", '\uf806'), HAND_PAPER("las-hand-paper", '\uf256'), HAND_PEACE("las-hand-peace", '\uf25b'), HAND_POINTER("las-hand-pointer", '\uf25a'), HAND_POINT_DOWN("las-hand-point-down", '\uf0a7'), HAND_POINT_LEFT("las-hand-point-left", '\uf0a5'), HAND_POINT_RIGHT("las-hand-point-right", '\uf0a4'), HAND_POINT_UP("las-hand-point-up", '\uf0a6'), HAND_ROCK("las-hand-rock", '\uf255'), HAND_SCISSORS("las-hand-scissors", '\uf257'), // HAND_SPARKLES("las-hand-sparkles", '\ue05d'), HAND_SPOCK("las-hand-spock", '\uf259'), HANUKIAH("las-hanukiah", '\uf6e6'), HARD_HAT("las-hard-hat", '\uf807'), HASHTAG("las-hashtag", '\uf292'), HAT_COWBOY("las-hat-cowboy", '\uf8c0'), HAT_COWBOY_SIDE("las-hat-cowboy-side", '\uf8c1'), HAT_WIZARD("las-hat-wizard", '\uf6e8'), HDD("las-hdd", '\uf0a0'), HEADING("las-heading", '\uf1dc'), HEADPHONES("las-headphones", '\uf025'), HEADPHONES_ALT("las-headphones-alt", '\uf58f'), HEADSET("las-headset", '\uf590'), // HEAD_SIDE_COUGH("las-head-side-cough", '\ue061'), // HEAD_SIDE_COUGH_SLASH("las-head-side-cough-slash", '\ue062'), // HEAD_SIDE_MASK("las-head-side-mask", '\ue063'), // HEAD_SIDE_VIRUS("las-head-side-virus", '\ue064'), HEART("las-heart", '\uf004'), HEARTBEAT("las-heartbeat", '\uf21e'), HEART_BROKEN("las-heart-broken", '\uf7a9'), HELICOPTER("las-helicopter", '\uf533'), HIGHLIGHTER("las-highlighter", '\uf591'), HIKING("las-hiking", '\uf6ec'), HIPPO("las-hippo", '\uf6ed'), HISTORY("las-history", '\uf1da'), HOCKEY_PUCK("las-hockey-puck", '\uf453'), HOLLY_BERRY("las-holly-berry", '\uf7aa'), HOME("las-home", '\uf015'), HORSE("las-horse", '\uf6f0'), HORSE_HEAD("las-horse-head", '\uf7ab'), HOSPITAL("las-hospital", '\uf0f8'), HOSPITAL_ALT("las-hospital-alt", '\uf47d'), HOSPITAL_SYMBOL("las-hospital-symbol", '\uf47e'), // HOSPITAL_USER("las-hospital-user", '\uf80d'), HOTDOG("las-hotdog", '\uf80f'), HOTEL("las-hotel", '\uf594'), HOT_TUB("las-hot-tub", '\uf593'), HOURGLASS("las-hourglass", '\uf254'), HOURGLASS_END("las-hourglass-end", '\uf253'), HOURGLASS_HALF("las-hourglass-half", '\uf252'), HOURGLASS_START("las-hourglass-start", '\uf251'), HOUSE_DAMAGE("las-house-damage", '\uf6f1'), // HOUSE_USER("las-house-user", '\ue065'), HRYVNIA("las-hryvnia", '\uf6f2'), H_SQUARE("las-h-square", '\uf0fd'), ICE_CREAM("las-ice-cream", '\uf810'), ICICLES("las-icicles", '\uf7ad'), ICONS("las-icons", '\uf86d'), ID_BADGE("las-id-badge", '\uf2c1'), ID_CARD("las-id-card", '\uf2c2'), ID_CARD_ALT("las-id-card-alt", '\uf47f'), IGLOO("las-igloo", '\uf7ae'), IMAGE("las-image", '\uf03e'), IMAGES("las-images", '\uf302'), INBOX("las-inbox", '\uf01c'), INDENT("las-indent", '\uf03c'), INDUSTRY("las-industry", '\uf275'), INFINITY("las-infinity", '\uf534'), INFO("las-info", '\uf129'), INFO_CIRCLE("las-info-circle", '\uf05a'), ITALIC("las-italic", '\uf033'), I_CURSOR("las-i-cursor", '\uf246'), JEDI("las-jedi", '\uf669'), JOINT("las-joint", '\uf595'), JOURNAL_WHILLS("las-journal-whills", '\uf66a'), KAABA("las-kaaba", '\uf66b'), KEY("las-key", '\uf084'), KEYBOARD("las-keyboard", '\uf11c'), KHANDA("las-khanda", '\uf66d'), KISS("las-kiss", '\uf596'), KISS_BEAM("las-kiss-beam", '\uf597'), KISS_WINK_HEART("las-kiss-wink-heart", '\uf598'), KIWI_BIRD("las-kiwi-bird", '\uf535'), LANDMARK("las-landmark", '\uf66f'), LANGUAGE("las-language", '\uf1ab'), LAPTOP("las-laptop", '\uf109'), LAPTOP_CODE("las-laptop-code", '\uf5fc'), // LAPTOP_HOUSE("las-laptop-house", '\ue066'), LAPTOP_MEDICAL("las-laptop-medical", '\uf812'), LAUGH("las-laugh", '\uf599'), LAUGH_BEAM("las-laugh-beam", '\uf59a'), LAUGH_SQUINT("las-laugh-squint", '\uf59b'), LAUGH_WINK("las-laugh-wink", '\uf59c'), LAYER_GROUP("las-layer-group", '\uf5fd'), LEAF("las-leaf", '\uf06c'), LEMON("las-lemon", '\uf094'), LESS_THAN("las-less-than", '\uf536'), LESS_THAN_EQUAL("las-less-than-equal", '\uf537'), LEVEL_DOWN_ALT("las-level-down-alt", '\uf3be'), LEVEL_UP_ALT("las-level-up-alt", '\uf3bf'), LIFE_RING("las-life-ring", '\uf1cd'), LIGHTBULB("las-lightbulb", '\uf0eb'), LINK("las-link", '\uf0c1'), LIRA_SIGN("las-lira-sign", '\uf195'), LIST("las-list", '\uf03a'), LIST_ALT("las-list-alt", '\uf022'), LIST_OL("las-list-ol", '\uf0cb'), LIST_UL("las-list-ul", '\uf0ca'), LOCATION_ARROW("las-location-arrow", '\uf124'), LOCK("las-lock", '\uf023'), LOCK_OPEN("las-lock-open", '\uf3c1'), LONG_ARROW_ALT_DOWN("las-long-arrow-alt-down", '\uf309'), LONG_ARROW_ALT_LEFT("las-long-arrow-alt-left", '\uf30a'), LONG_ARROW_ALT_RIGHT("las-long-arrow-alt-right", '\uf30b'), LONG_ARROW_ALT_UP("las-long-arrow-alt-up", '\uf30c'), LOW_VISION("las-low-vision", '\uf2a8'), LUGGAGE_CART("las-luggage-cart", '\uf59d'), // LUNGS("las-lungs", '\uf604'), // LUNGS_VIRUS("las-lungs-virus", '\ue067'), MAGIC("las-magic", '\uf0d0'), MAGNET("las-magnet", '\uf076'), MAIL_BULK("las-mail-bulk", '\uf674'), MALE("las-male", '\uf183'), MAP("las-map", '\uf279'), MAP_MARKED("las-map-marked", '\uf59f'), MAP_MARKED_ALT("las-map-marked-alt", '\uf5a0'), MAP_MARKER("las-map-marker", '\uf041'), MAP_MARKER_ALT("las-map-marker-alt", '\uf3c5'), MAP_PIN("las-map-pin", '\uf276'), MAP_SIGNS("las-map-signs", '\uf277'), MARKER("las-marker", '\uf5a1'), MARS("las-mars", '\uf222'), MARS_DOUBLE("las-mars-double", '\uf227'), MARS_STROKE("las-mars-stroke", '\uf229'), MARS_STROKE_H("las-mars-stroke-h", '\uf22b'), MARS_STROKE_V("las-mars-stroke-v", '\uf22a'), MASK("las-mask", '\uf6fa'), MEDAL("las-medal", '\uf5a2'), MEDKIT("las-medkit", '\uf0fa'), MEH("las-meh", '\uf11a'), MEH_BLANK("las-meh-blank", '\uf5a4'), MEH_ROLLING_EYES("las-meh-rolling-eyes", '\uf5a5'), MEMORY("las-memory", '\uf538'), MENORAH("las-menorah", '\uf676'), MERCURY("las-mercury", '\uf223'), METEOR("las-meteor", '\uf753'), MICROCHIP("las-microchip", '\uf2db'), MICROPHONE("las-microphone", '\uf130'), MICROPHONE_ALT("las-microphone-alt", '\uf3c9'), MICROPHONE_ALT_SLASH("las-microphone-alt-slash", '\uf539'), MICROPHONE_SLASH("las-microphone-slash", '\uf131'), MICROSCOPE("las-microscope", '\uf610'), MINUS("las-minus", '\uf068'), MINUS_CIRCLE("las-minus-circle", '\uf056'), MINUS_SQUARE("las-minus-square", '\uf146'), MITTEN("las-mitten", '\uf7b5'), MOBILE("las-mobile", '\uf10b'), MOBILE_ALT("las-mobile-alt", '\uf3cd'), MONEY_BILL("las-money-bill", '\uf0d6'), MONEY_BILL_ALT("las-money-bill-alt", '\uf3d1'), MONEY_BILL_WAVE("las-money-bill-wave", '\uf53a'), MONEY_BILL_WAVE_ALT("las-money-bill-wave-alt", '\uf53b'), MONEY_CHECK("las-money-check", '\uf53c'), MONEY_CHECK_ALT("las-money-check-alt", '\uf53d'), MONUMENT("las-monument", '\uf5a6'), MOON("las-moon", '\uf186'), MORTAR_PESTLE("las-mortar-pestle", '\uf5a7'), MOSQUE("las-mosque", '\uf678'), MOTORCYCLE("las-motorcycle", '\uf21c'), MOUNTAIN("las-mountain", '\uf6fc'), MOUSE("las-mouse", '\uf8cc'), MOUSE_POINTER("las-mouse-pointer", '\uf245'), MUG_HOT("las-mug-hot", '\uf7b6'), MUSIC("las-music", '\uf001'), NETWORK_WIRED("las-network-wired", '\uf6ff'), NEUTER("las-neuter", '\uf22c'), NEWSPAPER("las-newspaper", '\uf1ea'), NOTES_MEDICAL("las-notes-medical", '\uf481'), NOT_EQUAL("las-not-equal", '\uf53e'), OBJECT_GROUP("las-object-group", '\uf247'), OBJECT_UNGROUP("las-object-ungroup", '\uf248'), OIL_CAN("las-oil-can", '\uf613'), OM("las-om", '\uf679'), OTTER("las-otter", '\uf700'), OUTDENT("las-outdent", '\uf03b'), PAGER("las-pager", '\uf815'), PAINT_BRUSH("las-paint-brush", '\uf1fc'), PAINT_ROLLER("las-paint-roller", '\uf5aa'), PALETTE("las-palette", '\uf53f'), PALLET("las-pallet", '\uf482'), PAPERCLIP("las-paperclip", '\uf0c6'), PAPER_PLANE("las-paper-plane", '\uf1d8'), PARACHUTE_BOX("las-parachute-box", '\uf4cd'), PARAGRAPH("las-paragraph", '\uf1dd'), PARKING("las-parking", '\uf540'), PASSPORT("las-passport", '\uf5ab'), PASTAFARIANISM("las-pastafarianism", '\uf67b'), PASTE("las-paste", '\uf0ea'), PAUSE("las-pause", '\uf04c'), PAUSE_CIRCLE("las-pause-circle", '\uf28b'), PAW("las-paw", '\uf1b0'), PEACE("las-peace", '\uf67c'), PEN("las-pen", '\uf304'), PENCIL_ALT("las-pencil-alt", '\uf303'), PENCIL_RULER("las-pencil-ruler", '\uf5ae'), PEN_ALT("las-pen-alt", '\uf305'), PEN_FANCY("las-pen-fancy", '\uf5ac'), PEN_NIB("las-pen-nib", '\uf5ad'), PEN_SQUARE("las-pen-square", '\uf14b'), // PEOPLE_ARROWS("las-people-arrows", '\ue068'), PEOPLE_CARRY("las-people-carry", '\uf4ce'), PEPPER_HOT("las-pepper-hot", '\uf816'), PERCENT("las-percent", '\uf295'), PERCENTAGE("las-percentage", '\uf541'), PERSON_BOOTH("las-person-booth", '\uf756'), PHONE("las-phone", '\uf095'), PHONE_ALT("las-phone-alt", '\uf879'), PHONE_SLASH("las-phone-slash", '\uf3dd'), PHONE_SQUARE("las-phone-square", '\uf098'), PHONE_SQUARE_ALT("las-phone-square-alt", '\uf87b'), PHONE_VOLUME("las-phone-volume", '\uf2a0'), PHOTO_VIDEO("las-photo-video", '\uf87c'), PIGGY_BANK("las-piggy-bank", '\uf4d3'), PILLS("las-pills", '\uf484'), PIZZA_SLICE("las-pizza-slice", '\uf818'), PLACE_OF_WORSHIP("las-place-of-worship", '\uf67f'), PLANE("las-plane", '\uf072'), PLANE_ARRIVAL("las-plane-arrival", '\uf5af'), PLANE_DEPARTURE("las-plane-departure", '\uf5b0'), // PLANE_SLASH("las-plane-slash", '\ue069'), PLAY("las-play", '\uf04b'), PLAY_CIRCLE("las-play-circle", '\uf144'), PLUG("las-plug", '\uf1e6'), PLUS("las-plus", '\uf067'), PLUS_CIRCLE("las-plus-circle", '\uf055'), PLUS_SQUARE("las-plus-square", '\uf0fe'), PODCAST("las-podcast", '\uf2ce'), POLL("las-poll", '\uf681'), POLL_H("las-poll-h", '\uf682'), POO("las-poo", '\uf2fe'), POOP("las-poop", '\uf619'), POO_STORM("las-poo-storm", '\uf75a'), PORTRAIT("las-portrait", '\uf3e0'), POUND_SIGN("las-pound-sign", '\uf154'), POWER_OFF("las-power-off", '\uf011'), PRAY("las-pray", '\uf683'), PRAYING_HANDS("las-praying-hands", '\uf684'), PRESCRIPTION("las-prescription", '\uf5b1'), PRESCRIPTION_BOTTLE("las-prescription-bottle", '\uf485'), PRESCRIPTION_BOTTLE_ALT("las-prescription-bottle-alt", '\uf486'), PRINT("las-print", '\uf02f'), PROCEDURES("las-procedures", '\uf487'), PROJECT_DIAGRAM("las-project-diagram", '\uf542'), // PUMP_MEDICAL("las-pump-medical", '\ue06a'), // PUMP_SOAP("las-pump-soap", '\ue06b'), PUZZLE_PIECE("las-puzzle-piece", '\uf12e'), QRCODE("las-qrcode", '\uf029'), QUESTION("las-question", '\uf128'), QUESTION_CIRCLE("las-question-circle", '\uf059'), QUIDDITCH("las-quidditch", '\uf458'), QUOTE_LEFT("las-quote-left", '\uf10d'), QUOTE_RIGHT("las-quote-right", '\uf10e'), QURAN("las-quran", '\uf687'), RADIATION("las-radiation", '\uf7b9'), RADIATION_ALT("las-radiation-alt", '\uf7ba'), RAINBOW("las-rainbow", '\uf75b'), RANDOM("las-random", '\uf074'), RECEIPT("las-receipt", '\uf543'), RECORD_VINYL("las-record-vinyl", '\uf8d9'), RECYCLE("las-recycle", '\uf1b8'), REDO("las-redo", '\uf01e'), REDO_ALT("las-redo-alt", '\uf2f9'), REGISTERED("las-registered", '\uf25d'), REMOVE_FORMAT("las-remove-format", '\uf87d'), REPLY("las-reply", '\uf3e5'), REPLY_ALL("las-reply-all", '\uf122'), REPUBLICAN("las-republican", '\uf75e'), RESTROOM("las-restroom", '\uf7bd'), RETWEET("las-retweet", '\uf079'), RIBBON("las-ribbon", '\uf4d6'), RING("las-ring", '\uf70b'), ROAD("las-road", '\uf018'), ROBOT("las-robot", '\uf544'), ROCKET("las-rocket", '\uf135'), ROUTE("las-route", '\uf4d7'), RSS("las-rss", '\uf09e'), RSS_SQUARE("las-rss-square", '\uf143'), RUBLE_SIGN("las-ruble-sign", '\uf158'), RULER("las-ruler", '\uf545'), RULER_COMBINED("las-ruler-combined", '\uf546'), RULER_HORIZONTAL("las-ruler-horizontal", '\uf547'), RULER_VERTICAL("las-ruler-vertical", '\uf548'), RUNNING("las-running", '\uf70c'), RUPEE_SIGN("las-rupee-sign", '\uf156'), SAD_CRY("las-sad-cry", '\uf5b3'), SAD_TEAR("las-sad-tear", '\uf5b4'), SATELLITE("las-satellite", '\uf7bf'), SATELLITE_DISH("las-satellite-dish", '\uf7c0'), SAVE("las-save", '\uf0c7'), SCHOOL("las-school", '\uf549'), SCREWDRIVER("las-screwdriver", '\uf54a'), SCROLL("las-scroll", '\uf70e'), SD_CARD("las-sd-card", '\uf7c2'), SEARCH("las-search", '\uf002'), SEARCH_DOLLAR("las-search-dollar", '\uf688'), SEARCH_LOCATION("las-search-location", '\uf689'), SEARCH_MINUS("las-search-minus", '\uf010'), SEARCH_PLUS("las-search-plus", '\uf00e'), SEEDLING("las-seedling", '\uf4d8'), SERVER("las-server", '\uf233'), SHAPES("las-shapes", '\uf61f'), SHARE("las-share", '\uf064'), SHARE_ALT("las-share-alt", '\uf1e0'), SHARE_ALT_SQUARE("las-share-alt-square", '\uf1e1'), SHARE_SQUARE("las-share-square", '\uf14d'), SHEKEL_SIGN("las-shekel-sign", '\uf20b'), SHIELD_ALT("las-shield-alt", '\uf3ed'), // SHIELD_VIRUS("las-shield-virus", '\ue06c'), SHIP("las-ship", '\uf21a'), SHIPPING_FAST("las-shipping-fast", '\uf48b'), SHOE_PRINTS("las-shoe-prints", '\uf54b'), SHOPPING_BAG("las-shopping-bag", '\uf290'), SHOPPING_BASKET("las-shopping-basket", '\uf291'), SHOPPING_CART("las-shopping-cart", '\uf07a'), SHOWER("las-shower", '\uf2cc'), SHUTTLE_VAN("las-shuttle-van", '\uf5b6'), SIGN("las-sign", '\uf4d9'), SIGNAL("las-signal", '\uf012'), SIGNATURE("las-signature", '\uf5b7'), SIGN_IN_ALT("las-sign-in-alt", '\uf2f6'), SIGN_LANGUAGE("las-sign-language", '\uf2a7'), SIGN_OUT_ALT("las-sign-out-alt", '\uf2f5'), SIM_CARD("las-sim-card", '\uf7c4'), // SINK("las-sink", '\ue06d'), SITEMAP("las-sitemap", '\uf0e8'), SKATING("las-skating", '\uf7c5'), SKIING("las-skiing", '\uf7c9'), SKIING_NORDIC("las-skiing-nordic", '\uf7ca'), SKULL("las-skull", '\uf54c'), SKULL_CROSSBONES("las-skull-crossbones", '\uf714'), SLASH("las-slash", '\uf715'), SLEIGH("las-sleigh", '\uf7cc'), SLIDERS_H("las-sliders-h", '\uf1de'), SMILE("las-smile", '\uf118'), SMILE_BEAM("las-smile-beam", '\uf5b8'), SMILE_WINK("las-smile-wink", '\uf4da'), SMOG("las-smog", '\uf75f'), SMOKING("las-smoking", '\uf48d'), SMOKING_BAN("las-smoking-ban", '\uf54d'), SMS("las-sms", '\uf7cd'), SNOWBOARDING("las-snowboarding", '\uf7ce'), SNOWFLAKE("las-snowflake", '\uf2dc'), SNOWMAN("las-snowman", '\uf7d0'), SNOWPLOW("las-snowplow", '\uf7d2'), // SOAP("las-soap", '\ue06e'), SOCKS("las-socks", '\uf696'), SOLAR_PANEL("las-solar-panel", '\uf5ba'), SORT("las-sort", '\uf0dc'), SORT_ALPHA_DOWN("las-sort-alpha-down", '\uf15d'), SORT_ALPHA_DOWN_ALT("las-sort-alpha-down-alt", '\uf881'), SORT_ALPHA_UP("las-sort-alpha-up", '\uf15e'), SORT_ALPHA_UP_ALT("las-sort-alpha-up-alt", '\uf882'), SORT_AMOUNT_DOWN("las-sort-amount-down", '\uf160'), SORT_AMOUNT_DOWN_ALT("las-sort-amount-down-alt", '\uf884'), SORT_AMOUNT_UP("las-sort-amount-up", '\uf161'), SORT_AMOUNT_UP_ALT("las-sort-amount-up-alt", '\uf885'), SORT_DOWN("las-sort-down", '\uf0dd'), SORT_NUMERIC_DOWN("las-sort-numeric-down", '\uf162'), SORT_NUMERIC_DOWN_ALT("las-sort-numeric-down-alt", '\uf886'), SORT_NUMERIC_UP("las-sort-numeric-up", '\uf163'), SORT_NUMERIC_UP_ALT("las-sort-numeric-up-alt", '\uf887'), SORT_UP("las-sort-up", '\uf0de'), SPA("las-spa", '\uf5bb'), SPACE_SHUTTLE("las-space-shuttle", '\uf197'), SPELL_CHECK("las-spell-check", '\uf891'), SPIDER("las-spider", '\uf717'), SPINNER("las-spinner", '\uf110'), SPLOTCH("las-splotch", '\uf5bc'), SPRAY_CAN("las-spray-can", '\uf5bd'), SQUARE("las-square", '\uf0c8'), SQUARE_FULL("las-square-full", '\uf45c'), SQUARE_ROOT_ALT("las-square-root-alt", '\uf698'), STAMP("las-stamp", '\uf5bf'), STAR("las-star", '\uf005'), STAR_AND_CRESCENT("las-star-and-crescent", '\uf699'), STAR_HALF("las-star-half", '\uf089'), STAR_HALF_ALT("las-star-half-alt", '\uf5c0'), STAR_OF_DAVID("las-star-of-david", '\uf69a'), STAR_OF_LIFE("las-star-of-life", '\uf621'), STEP_BACKWARD("las-step-backward", '\uf048'), STEP_FORWARD("las-step-forward", '\uf051'), STETHOSCOPE("las-stethoscope", '\uf0f1'), STICKY_NOTE("las-sticky-note", '\uf249'), STOP("las-stop", '\uf04d'), STOPWATCH("las-stopwatch", '\uf2f2'), // STOPWATCH_20("las-stopwatch-20", '\ue06f'), STOP_CIRCLE("las-stop-circle", '\uf28d'), STORE("las-store", '\uf54e'), STORE_ALT("las-store-alt", '\uf54f'), // STORE_ALT_SLASH("las-store-alt-slash", '\ue070'), // STORE_SLASH("las-store-slash", '\ue071'), STREAM("las-stream", '\uf550'), STREET_VIEW("las-street-view", '\uf21d'), STRIKETHROUGH("las-strikethrough", '\uf0cc'), STROOPWAFEL("las-stroopwafel", '\uf551'), SUBSCRIPT("las-subscript", '\uf12c'), SUBWAY("las-subway", '\uf239'), SUITCASE("las-suitcase", '\uf0f2'), SUITCASE_ROLLING("las-suitcase-rolling", '\uf5c1'), SUN("las-sun", '\uf185'), SUPERSCRIPT("las-superscript", '\uf12b'), SURPRISE("las-surprise", '\uf5c2'), SWATCHBOOK("las-swatchbook", '\uf5c3'), SWIMMER("las-swimmer", '\uf5c4'), SWIMMING_POOL("las-swimming-pool", '\uf5c5'), SYNAGOGUE("las-synagogue", '\uf69b'), SYNC("las-sync", '\uf021'), SYNC_ALT("las-sync-alt", '\uf2f1'), SYRINGE("las-syringe", '\uf48e'), TABLE("las-table", '\uf0ce'), TABLET("las-tablet", '\uf10a'), TABLETS("las-tablets", '\uf490'), TABLET_ALT("las-tablet-alt", '\uf3fa'), TABLE_TENNIS("las-table-tennis", '\uf45d'), TACHOMETER_ALT("las-tachometer-alt", '\uf3fd'), TAG("las-tag", '\uf02b'), TAGS("las-tags", '\uf02c'), TAPE("las-tape", '\uf4db'), TASKS("las-tasks", '\uf0ae'), TAXI("las-taxi", '\uf1ba'), TEETH("las-teeth", '\uf62e'), TEETH_OPEN("las-teeth-open", '\uf62f'), TEMPERATURE_HIGH("las-temperature-high", '\uf769'), TEMPERATURE_LOW("las-temperature-low", '\uf76b'), TENGE("las-tenge", '\uf7d7'), TERMINAL("las-terminal", '\uf120'), TEXT_HEIGHT("las-text-height", '\uf034'), TEXT_WIDTH("las-text-width", '\uf035'), TH("las-th", '\uf00a'), THEATER_MASKS("las-theater-masks", '\uf630'), THERMOMETER("las-thermometer", '\uf491'), THERMOMETER_EMPTY("las-thermometer-empty", '\uf2cb'), THERMOMETER_FULL("las-thermometer-full", '\uf2c7'), THERMOMETER_HALF("las-thermometer-half", '\uf2c9'), THERMOMETER_QUARTER("las-thermometer-quarter", '\uf2ca'), THERMOMETER_THREE_QUARTERS("las-thermometer-three-quarters", '\uf2c8'), THUMBS_DOWN("las-thumbs-down", '\uf165'), THUMBS_UP("las-thumbs-up", '\uf164'), THUMBTACK("las-thumbtack", '\uf08d'), TH_LARGE("las-th-large", '\uf009'), TH_LIST("las-th-list", '\uf00b'), TICKET_ALT("las-ticket-alt", '\uf3ff'), TIMES("las-times", '\uf00d'), TIMES_CIRCLE("las-times-circle", '\uf057'), TINT("las-tint", '\uf043'), TINT_SLASH("las-tint-slash", '\uf5c7'), TIRED("las-tired", '\uf5c8'), TOGGLE_OFF("las-toggle-off", '\uf204'), TOGGLE_ON("las-toggle-on", '\uf205'), TOILET("las-toilet", '\uf7d8'), TOILET_PAPER("las-toilet-paper", '\uf71e'), // TOILET_PAPER_SLASH("las-toilet-paper-slash", '\ue072'), TOOLBOX("las-toolbox", '\uf552'), TOOLS("las-tools", '\uf7d9'), TOOTH("las-tooth", '\uf5c9'), TORAH("las-torah", '\uf6a0'), TORII_GATE("las-torii-gate", '\uf6a1'), TRACTOR("las-tractor", '\uf722'), TRADEMARK("las-trademark", '\uf25c'), TRAFFIC_LIGHT("las-traffic-light", '\uf637'), // TRAILER("las-trailer", '\ue041'), TRAIN("las-train", '\uf238'), TRAM("las-tram", '\uf7da'), TRANSGENDER("las-transgender", '\uf224'), TRANSGENDER_ALT("las-transgender-alt", '\uf225'), TRASH("las-trash", '\uf1f8'), TRASH_ALT("las-trash-alt", '\uf2ed'), TRASH_RESTORE("las-trash-restore", '\uf829'), TRASH_RESTORE_ALT("las-trash-restore-alt", '\uf82a'), TREE("las-tree", '\uf1bb'), TROPHY("las-trophy", '\uf091'), TRUCK("las-truck", '\uf0d1'), TRUCK_LOADING("las-truck-loading", '\uf4de'), TRUCK_MONSTER("las-truck-monster", '\uf63b'), TRUCK_MOVING("las-truck-moving", '\uf4df'), TRUCK_PICKUP("las-truck-pickup", '\uf63c'), TSHIRT("las-tshirt", '\uf553'), TTY("las-tty", '\uf1e4'), TV("las-tv", '\uf26c'), UMBRELLA("las-umbrella", '\uf0e9'), UMBRELLA_BEACH("las-umbrella-beach", '\uf5ca'), UNDERLINE("las-underline", '\uf0cd'), UNDO("las-undo", '\uf0e2'), UNDO_ALT("las-undo-alt", '\uf2ea'), UNIVERSAL_ACCESS("las-universal-access", '\uf29a'), UNIVERSITY("las-university", '\uf19c'), UNLINK("las-unlink", '\uf127'), UNLOCK("las-unlock", '\uf09c'), UNLOCK_ALT("las-unlock-alt", '\uf13e'), UPLOAD("las-upload", '\uf093'), USER("las-user", '\uf007'), USERS("las-users", '\uf0c0'), USERS_COG("las-users-cog", '\uf509'), // USERS_SLASH("las-users-slash", '\ue073'), USER_ALT("las-user-alt", '\uf406'), USER_ALT_SLASH("las-user-alt-slash", '\uf4fa'), USER_ASTRONAUT("las-user-astronaut", '\uf4fb'), USER_CHECK("las-user-check", '\uf4fc'), USER_CIRCLE("las-user-circle", '\uf2bd'), USER_CLOCK("las-user-clock", '\uf4fd'), USER_COG("las-user-cog", '\uf4fe'), USER_EDIT("las-user-edit", '\uf4ff'), USER_FRIENDS("las-user-friends", '\uf500'), USER_GRADUATE("las-user-graduate", '\uf501'), USER_INJURED("las-user-injured", '\uf728'), USER_LOCK("las-user-lock", '\uf502'), USER_MD("las-user-md", '\uf0f0'), USER_MINUS("las-user-minus", '\uf503'), USER_NINJA("las-user-ninja", '\uf504'), USER_NURSE("las-user-nurse", '\uf82f'), USER_PLUS("las-user-plus", '\uf234'), USER_SECRET("las-user-secret", '\uf21b'), USER_SHIELD("las-user-shield", '\uf505'), USER_SLASH("las-user-slash", '\uf506'), USER_TAG("las-user-tag", '\uf507'), USER_TIE("las-user-tie", '\uf508'), USER_TIMES("las-user-times", '\uf235'), UTENSILS("las-utensils", '\uf2e7'), UTENSIL_SPOON("las-utensil-spoon", '\uf2e5'), VECTOR_SQUARE("las-vector-square", '\uf5cb'), VENUS("las-venus", '\uf221'), VENUS_DOUBLE("las-venus-double", '\uf226'), VENUS_MARS("las-venus-mars", '\uf228'), // VEST("las-vest", '\ue085'), // VEST_PATCHES("las-vest-patches", '\ue086'), VIAL("las-vial", '\uf492'), VIALS("las-vials", '\uf493'), VIDEO("las-video", '\uf03d'), VIDEO_SLASH("las-video-slash", '\uf4e2'), VIHARA("las-vihara", '\uf6a7'), // VIRUS("las-virus", '\ue074'), // VIRUSES("las-viruses", '\ue076'), // VIRUS_SLASH("las-virus-slash", '\ue075'), VOICEMAIL("las-voicemail", '\uf897'), VOLLEYBALL_BALL("las-volleyball-ball", '\uf45f'), VOLUME_DOWN("las-volume-down", '\uf027'), VOLUME_MUTE("las-volume-mute", '\uf6a9'), VOLUME_OFF("las-volume-off", '\uf026'), VOLUME_UP("las-volume-up", '\uf028'), VOTE_YEA("las-vote-yea", '\uf772'), VR_CARDBOARD("las-vr-cardboard", '\uf729'), WALKING("las-walking", '\uf554'), WALLET("las-wallet", '\uf555'), WAREHOUSE("las-warehouse", '\uf494'), WATER("las-water", '\uf773'), WAVE_SQUARE("las-wave-square", '\uf83e'), WEIGHT("las-weight", '\uf496'), WEIGHT_HANGING("las-weight-hanging", '\uf5cd'), WHEELCHAIR("las-wheelchair", '\uf193'), WIFI("las-wifi", '\uf1eb'), WIND("las-wind", '\uf72e'), WINDOW_CLOSE("las-window-close", '\uf410'), WINDOW_MAXIMIZE("las-window-maximize", '\uf2d0'), WINDOW_MINIMIZE("las-window-minimize", '\uf2d1'), WINDOW_RESTORE("las-window-restore", '\uf2d2'), WINE_BOTTLE("las-wine-bottle", '\uf72f'), WINE_GLASS("las-wine-glass", '\uf4e3'), WINE_GLASS_ALT("las-wine-glass-alt", '\uf5ce'), WON_SIGN("las-won-sign", '\uf159'), WRENCH("las-wrench", '\uf0ad'), X_RAY("las-x-ray", '\uf497'), YEN_SIGN("las-yen-sign", '\uf157'), YIN_YANG("las-yin-yang", '\uf6ad'); public static LineAwesomeSolid findByDescription(String description) { for (LineAwesomeSolid font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; LineAwesomeSolid(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeSolidIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class LineAwesomeSolidIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/lineawesome/1.3.0/fonts/la-solid-900.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("las-"); } @Override public Ikon resolve(String description) { return LineAwesomeSolid.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "la-solid-900"; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/java/org/kordamp/ikonli/lineawesome/LineAwesomeSolidIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.lineawesome; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class LineAwesomeSolidIkonProvider implements IkonProvider { @Override public Class getIkon() { return LineAwesomeSolid.class; } } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/resources/META-INF/resources/lineawesome/1.3.0/css/la-brands.css ================================================ @font-face { font-family: 'Line Awesome Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/la-brands-400.eot"); src: url("../fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#fontawesome") format("svg"); } .lab { font-family: 'Line Awesome Brands'; font-weight: 400; } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/resources/META-INF/resources/lineawesome/1.3.0/css/la-regular.css ================================================ @font-face { font-family: 'Line Awesome Free'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/la-regular-400.eot"); src: url("../fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#fontawesome") format("svg"); } .lar { font-family: 'Line Awesome Free'; font-weight: 400; } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/resources/META-INF/resources/lineawesome/1.3.0/css/la-solid.css ================================================ @font-face { font-family: 'Line Awesome Free'; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/la-solid-900.eot"); src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#fontawesome") format("svg"); } .la, .las { font-family: 'Line Awesome Free'; font-weight: 900; } ================================================ FILE: icon-packs/ikonli-lineawesome-pack/src/main/resources/META-INF/resources/lineawesome/1.3.0/css/lineawesome-all.css ================================================ .la, .las, .lar, .lal, .lad, .lab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; } .la-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em; } .la-xs { font-size: .75em; } .la-sm { font-size: .875em; } .la-1x { font-size: 1em; } .la-2x { font-size: 2em; } .la-3x { font-size: 3em; } .la-4x { font-size: 4em; } .la-5x { font-size: 5em; } .la-6x { font-size: 6em; } .la-7x { font-size: 7em; } .la-8x { font-size: 8em; } .la-9x { font-size: 9em; } .la-10x { font-size: 10em; } .la-fw { text-align: center; width: 1.25em; } .la-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; } .la-ul > li { position: relative; } .la-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; } .la-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; } .la-pull-left { float: left; } .la-pull-right { float: right; } .la.la-pull-left, .las.la-pull-left, .lar.la-pull-left, .lal.la-pull-left, .lab.la-pull-left { margin-right: .3em; } .la.la-pull-right, .las.la-pull-right, .lar.la-pull-right, .lal.la-pull-right, .lab.la-pull-right { margin-left: .3em; } .la-spin { -webkit-animation: la-spin 2s infinite linear; animation: la-spin 2s infinite linear; } .la-pulse { -webkit-animation: la-spin 1s infinite steps(8); animation: la-spin 1s infinite steps(8); } @-webkit-keyframes la-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes la-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .la-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .la-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); } .la-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); } .la-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } .la-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); } .la-flip-both, .la-flip-horizontal.la-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); } :root .la-rotate-90, :root .la-rotate-180, :root .la-rotate-270, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-flip-both { -webkit-filter: none; filter: none; } .la-stack { display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2.5em; } .la-stack-1x, .la-stack-2x { left: 0; position: absolute; text-align: center; width: 100%; } .la-stack-1x { line-height: inherit; } .la-stack-2x { font-size: 2em; } .la-inverse { color: #fff; } /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .la-500px:before { content: "\f26e"; } .la-accessible-icon:before { content: "\f368"; } .la-accusoft:before { content: "\f369"; } .la-acquisitions-incorporated:before { content: "\f6af"; } .la-ad:before { content: "\f641"; } .la-address-book:before { content: "\f2b9"; } .la-address-card:before { content: "\f2bb"; } .la-adjust:before { content: "\f042"; } .la-adn:before { content: "\f170"; } .la-adversal:before { content: "\f36a"; } .la-affiliatetheme:before { content: "\f36b"; } .la-air-freshener:before { content: "\f5d0"; } .la-airbnb:before { content: "\f834"; } .la-algolia:before { content: "\f36c"; } .la-align-center:before { content: "\f037"; } .la-align-justify:before { content: "\f039"; } .la-align-left:before { content: "\f036"; } .la-align-right:before { content: "\f038"; } .la-alipay:before { content: "\f642"; } .la-allergies:before { content: "\f461"; } .la-amazon:before { content: "\f270"; } .la-amazon-pay:before { content: "\f42c"; } .la-ambulance:before { content: "\f0f9"; } .la-american-sign-language-interpreting:before { content: "\f2a3"; } .la-amilia:before { content: "\f36d"; } .la-anchor:before { content: "\f13d"; } .la-android:before { content: "\f17b"; } .la-angellist:before { content: "\f209"; } .la-angle-double-down:before { content: "\f103"; } .la-angle-double-left:before { content: "\f100"; } .la-angle-double-right:before { content: "\f101"; } .la-angle-double-up:before { content: "\f102"; } .la-angle-down:before { content: "\f107"; } .la-angle-left:before { content: "\f104"; } .la-angle-right:before { content: "\f105"; } .la-angle-up:before { content: "\f106"; } .la-angry:before { content: "\f556"; } .la-angrycreative:before { content: "\f36e"; } .la-angular:before { content: "\f420"; } .la-ankh:before { content: "\f644"; } .la-app-store:before { content: "\f36f"; } .la-app-store-ios:before { content: "\f370"; } .la-apper:before { content: "\f371"; } .la-apple:before { content: "\f179"; } .la-apple-alt:before { content: "\f5d1"; } .la-apple-pay:before { content: "\f415"; } .la-archive:before { content: "\f187"; } .la-archway:before { content: "\f557"; } .la-arrow-alt-circle-down:before { content: "\f358"; } .la-arrow-alt-circle-left:before { content: "\f359"; } .la-arrow-alt-circle-right:before { content: "\f35a"; } .la-arrow-alt-circle-up:before { content: "\f35b"; } .la-arrow-circle-down:before { content: "\f0ab"; } .la-arrow-circle-left:before { content: "\f0a8"; } .la-arrow-circle-right:before { content: "\f0a9"; } .la-arrow-circle-up:before { content: "\f0aa"; } .la-arrow-down:before { content: "\f063"; } .la-arrow-left:before { content: "\f060"; } .la-arrow-right:before { content: "\f061"; } .la-arrow-up:before { content: "\f062"; } .la-arrows-alt:before { content: "\f0b2"; } .la-arrows-alt-h:before { content: "\f337"; } .la-arrows-alt-v:before { content: "\f338"; } .la-artstation:before { content: "\f77a"; } .la-assistive-listening-systems:before { content: "\f2a2"; } .la-asterisk:before { content: "\f069"; } .la-asymmetrik:before { content: "\f372"; } .la-at:before { content: "\f1fa"; } .la-atlas:before { content: "\f558"; } .la-atlassian:before { content: "\f77b"; } .la-atom:before { content: "\f5d2"; } .la-audible:before { content: "\f373"; } .la-audio-description:before { content: "\f29e"; } .la-autoprefixer:before { content: "\f41c"; } .la-avianex:before { content: "\f374"; } .la-aviato:before { content: "\f421"; } .la-award:before { content: "\f559"; } .la-aws:before { content: "\f375"; } .la-baby:before { content: "\f77c"; } .la-baby-carriage:before { content: "\f77d"; } .la-backspace:before { content: "\f55a"; } .la-backward:before { content: "\f04a"; } .la-bacon:before { content: "\f7e5"; } .la-bacteria:before { content: "\e059"; } .la-bacterium:before { content: "\e05a"; } .la-bahai:before { content: "\f666"; } .la-balance-scale:before { content: "\f24e"; } .la-balance-scale-left:before { content: "\f515"; } .la-balance-scale-right:before { content: "\f516"; } .la-ban:before { content: "\f05e"; } .la-band-aid:before { content: "\f462"; } .la-bandcamp:before { content: "\f2d5"; } .la-barcode:before { content: "\f02a"; } .la-bars:before { content: "\f0c9"; } .la-baseball-ball:before { content: "\f433"; } .la-basketball-ball:before { content: "\f434"; } .la-bath:before { content: "\f2cd"; } .la-battery-empty:before { content: "\f244"; } .la-battery-full:before { content: "\f240"; } .la-battery-half:before { content: "\f242"; } .la-battery-quarter:before { content: "\f243"; } .la-battery-three-quarters:before { content: "\f241"; } .la-battle-net:before { content: "\f835"; } .la-bed:before { content: "\f236"; } .la-beer:before { content: "\f0fc"; } .la-behance:before { content: "\f1b4"; } .la-behance-square:before { content: "\f1b5"; } .la-bell:before { content: "\f0f3"; } .la-bell-slash:before { content: "\f1f6"; } .la-bezier-curve:before { content: "\f55b"; } .la-bible:before { content: "\f647"; } .la-bicycle:before { content: "\f206"; } .la-biking:before { content: "\f84a"; } .la-bimobject:before { content: "\f378"; } .la-binoculars:before { content: "\f1e5"; } .la-biohazard:before { content: "\f780"; } .la-birthday-cake:before { content: "\f1fd"; } .la-bitbucket:before { content: "\f171"; } .la-bitcoin:before { content: "\f379"; } .la-bity:before { content: "\f37a"; } .la-black-tie:before { content: "\f27e"; } .la-blackberry:before { content: "\f37b"; } .la-blender:before { content: "\f517"; } .la-blender-phone:before { content: "\f6b6"; } .la-blind:before { content: "\f29d"; } .la-blog:before { content: "\f781"; } .la-blogger:before { content: "\f37c"; } .la-blogger-b:before { content: "\f37d"; } .la-bluetooth:before { content: "\f293"; } .la-bluetooth-b:before { content: "\f294"; } .la-bold:before { content: "\f032"; } .la-bolt:before { content: "\f0e7"; } .la-bomb:before { content: "\f1e2"; } .la-bone:before { content: "\f5d7"; } .la-bong:before { content: "\f55c"; } .la-book:before { content: "\f02d"; } .la-book-dead:before { content: "\f6b7"; } .la-book-medical:before { content: "\f7e6"; } .la-book-open:before { content: "\f518"; } .la-book-reader:before { content: "\f5da"; } .la-bookmark:before { content: "\f02e"; } .la-bootstrap:before { content: "\f836"; } .la-border-all:before { content: "\f84c"; } .la-border-none:before { content: "\f850"; } .la-border-style:before { content: "\f853"; } .la-bowling-ball:before { content: "\f436"; } .la-box:before { content: "\f466"; } .la-box-open:before { content: "\f49e"; } .la-box-tissue:before { content: "\e05b"; } .la-boxes:before { content: "\f468"; } .la-braille:before { content: "\f2a1"; } .la-brain:before { content: "\f5dc"; } .la-bread-slice:before { content: "\f7ec"; } .la-briefcase:before { content: "\f0b1"; } .la-briefcase-medical:before { content: "\f469"; } .la-broadcast-tower:before { content: "\f519"; } .la-broom:before { content: "\f51a"; } .la-brush:before { content: "\f55d"; } .la-btc:before { content: "\f15a"; } .la-buffer:before { content: "\f837"; } .la-bug:before { content: "\f188"; } .la-building:before { content: "\f1ad"; } .la-bullhorn:before { content: "\f0a1"; } .la-bullseye:before { content: "\f140"; } .la-burn:before { content: "\f46a"; } .la-buromobelexperte:before { content: "\f37f"; } .la-bus:before { content: "\f207"; } .la-bus-alt:before { content: "\f55e"; } .la-business-time:before { content: "\f64a"; } .la-buy-n-large:before { content: "\f8a6"; } .la-buysellads:before { content: "\f20d"; } .la-calculator:before { content: "\f1ec"; } .la-calendar:before { content: "\f133"; } .la-calendar-alt:before { content: "\f073"; } .la-calendar-check:before { content: "\f274"; } .la-calendar-day:before { content: "\f783"; } .la-calendar-minus:before { content: "\f272"; } .la-calendar-plus:before { content: "\f271"; } .la-calendar-times:before { content: "\f273"; } .la-calendar-week:before { content: "\f784"; } .la-camera:before { content: "\f030"; } .la-camera-retro:before { content: "\f083"; } .la-campground:before { content: "\f6bb"; } .la-canadian-maple-leaf:before { content: "\f785"; } .la-candy-cane:before { content: "\f786"; } .la-cannabis:before { content: "\f55f"; } .la-capsules:before { content: "\f46b"; } .la-car:before { content: "\f1b9"; } .la-car-alt:before { content: "\f5de"; } .la-car-battery:before { content: "\f5df"; } .la-car-crash:before { content: "\f5e1"; } .la-car-side:before { content: "\f5e4"; } .la-caravan:before { content: "\f8ff"; } .la-caret-down:before { content: "\f0d7"; } .la-caret-left:before { content: "\f0d9"; } .la-caret-right:before { content: "\f0da"; } .la-caret-square-down:before { content: "\f150"; } .la-caret-square-left:before { content: "\f191"; } .la-caret-square-right:before { content: "\f152"; } .la-caret-square-up:before { content: "\f151"; } .la-caret-up:before { content: "\f0d8"; } .la-carrot:before { content: "\f787"; } .la-cart-arrow-down:before { content: "\f218"; } .la-cart-plus:before { content: "\f217"; } .la-cash-register:before { content: "\f788"; } .la-cat:before { content: "\f6be"; } .la-cc-amazon-pay:before { content: "\f42d"; } .la-cc-amex:before { content: "\f1f3"; } .la-cc-apple-pay:before { content: "\f416"; } .la-cc-diners-club:before { content: "\f24c"; } .la-cc-discover:before { content: "\f1f2"; } .la-cc-jcb:before { content: "\f24b"; } .la-cc-mastercard:before { content: "\f1f1"; } .la-cc-paypal:before { content: "\f1f4"; } .la-cc-stripe:before { content: "\f1f5"; } .la-cc-visa:before { content: "\f1f0"; } .la-centercode:before { content: "\f380"; } .la-centos:before { content: "\f789"; } .la-certificate:before { content: "\f0a3"; } .la-chair:before { content: "\f6c0"; } .la-chalkboard:before { content: "\f51b"; } .la-chalkboard-teacher:before { content: "\f51c"; } .la-charging-station:before { content: "\f5e7"; } .la-chart-area:before { content: "\f1fe"; } .la-chart-bar:before { content: "\f080"; } .la-chart-line:before { content: "\f201"; } .la-chart-pie:before { content: "\f200"; } .la-check:before { content: "\f00c"; } .la-check-circle:before { content: "\f058"; } .la-check-double:before { content: "\f560"; } .la-check-square:before { content: "\f14a"; } .la-cheese:before { content: "\f7ef"; } .la-chess:before { content: "\f439"; } .la-chess-bishop:before { content: "\f43a"; } .la-chess-board:before { content: "\f43c"; } .la-chess-king:before { content: "\f43f"; } .la-chess-knight:before { content: "\f441"; } .la-chess-pawn:before { content: "\f443"; } .la-chess-queen:before { content: "\f445"; } .la-chess-rook:before { content: "\f447"; } .la-chevron-circle-down:before { content: "\f13a"; } .la-chevron-circle-left:before { content: "\f137"; } .la-chevron-circle-right:before { content: "\f138"; } .la-chevron-circle-up:before { content: "\f139"; } .la-chevron-down:before { content: "\f078"; } .la-chevron-left:before { content: "\f053"; } .la-chevron-right:before { content: "\f054"; } .la-chevron-up:before { content: "\f077"; } .la-child:before { content: "\f1ae"; } .la-chrome:before { content: "\f268"; } .la-chromecast:before { content: "\f838"; } .la-church:before { content: "\f51d"; } .la-circle:before { content: "\f111"; } .la-circle-notch:before { content: "\f1ce"; } .la-city:before { content: "\f64f"; } .la-clinic-medical:before { content: "\f7f2"; } .la-clipboard:before { content: "\f328"; } .la-clipboard-check:before { content: "\f46c"; } .la-clipboard-list:before { content: "\f46d"; } .la-clock:before { content: "\f017"; } .la-clone:before { content: "\f24d"; } .la-closed-captioning:before { content: "\f20a"; } .la-cloud:before { content: "\f0c2"; } .la-cloud-download-alt:before { content: "\f381"; } .la-cloud-meatball:before { content: "\f73b"; } .la-cloud-moon:before { content: "\f6c3"; } .la-cloud-moon-rain:before { content: "\f73c"; } .la-cloud-rain:before { content: "\f73d"; } .la-cloud-showers-heavy:before { content: "\f740"; } .la-cloud-sun:before { content: "\f6c4"; } .la-cloud-sun-rain:before { content: "\f743"; } .la-cloud-upload-alt:before { content: "\f382"; } .la-cloudflare:before { content: "\e07d"; } .la-cloudscale:before { content: "\f383"; } .la-cloudsmith:before { content: "\f384"; } .la-cloudversify:before { content: "\f385"; } .la-cocktail:before { content: "\f561"; } .la-code:before { content: "\f121"; } .la-code-branch:before { content: "\f126"; } .la-codepen:before { content: "\f1cb"; } .la-codiepie:before { content: "\f284"; } .la-coffee:before { content: "\f0f4"; } .la-cog:before { content: "\f013"; } .la-cogs:before { content: "\f085"; } .la-coins:before { content: "\f51e"; } .la-columns:before { content: "\f0db"; } .la-comment:before { content: "\f075"; } .la-comment-alt:before { content: "\f27a"; } .la-comment-dollar:before { content: "\f651"; } .la-comment-dots:before { content: "\f4ad"; } .la-comment-medical:before { content: "\f7f5"; } .la-comment-slash:before { content: "\f4b3"; } .la-comments:before { content: "\f086"; } .la-comments-dollar:before { content: "\f653"; } .la-compact-disc:before { content: "\f51f"; } .la-compass:before { content: "\f14e"; } .la-compress:before { content: "\f066"; } .la-compress-alt:before { content: "\f422"; } .la-compress-arrows-alt:before { content: "\f78c"; } .la-concierge-bell:before { content: "\f562"; } .la-confluence:before { content: "\f78d"; } .la-connectdevelop:before { content: "\f20e"; } .la-contao:before { content: "\f26d"; } .la-cookie:before { content: "\f563"; } .la-cookie-bite:before { content: "\f564"; } .la-copy:before { content: "\f0c5"; } .la-copyright:before { content: "\f1f9"; } .la-cotton-bureau:before { content: "\f89e"; } .la-couch:before { content: "\f4b8"; } .la-cpanel:before { content: "\f388"; } .la-creative-commons:before { content: "\f25e"; } .la-creative-commons-by:before { content: "\f4e7"; } .la-creative-commons-nc:before { content: "\f4e8"; } .la-creative-commons-nc-eu:before { content: "\f4e9"; } .la-creative-commons-nc-jp:before { content: "\f4ea"; } .la-creative-commons-nd:before { content: "\f4eb"; } .la-creative-commons-pd:before { content: "\f4ec"; } .la-creative-commons-pd-alt:before { content: "\f4ed"; } .la-creative-commons-remix:before { content: "\f4ee"; } .la-creative-commons-sa:before { content: "\f4ef"; } .la-creative-commons-sampling:before { content: "\f4f0"; } .la-creative-commons-sampling-plus:before { content: "\f4f1"; } .la-creative-commons-share:before { content: "\f4f2"; } .la-creative-commons-zero:before { content: "\f4f3"; } .la-credit-card:before { content: "\f09d"; } .la-critical-role:before { content: "\f6c9"; } .la-crop:before { content: "\f125"; } .la-crop-alt:before { content: "\f565"; } .la-cross:before { content: "\f654"; } .la-crosshairs:before { content: "\f05b"; } .la-crow:before { content: "\f520"; } .la-crown:before { content: "\f521"; } .la-crutch:before { content: "\f7f7"; } .la-css3:before { content: "\f13c"; } .la-css3-alt:before { content: "\f38b"; } .la-cube:before { content: "\f1b2"; } .la-cubes:before { content: "\f1b3"; } .la-cut:before { content: "\f0c4"; } .la-cuttlefish:before { content: "\f38c"; } .la-d-and-d:before { content: "\f38d"; } .la-d-and-d-beyond:before { content: "\f6ca"; } .la-dailymotion:before { content: "\e052"; } .la-dashcube:before { content: "\f210"; } .la-database:before { content: "\f1c0"; } .la-deaf:before { content: "\f2a4"; } .la-deezer:before { content: "\e077"; } .la-delicious:before { content: "\f1a5"; } .la-democrat:before { content: "\f747"; } .la-deploydog:before { content: "\f38e"; } .la-deskpro:before { content: "\f38f"; } .la-desktop:before { content: "\f108"; } .la-dev:before { content: "\f6cc"; } .la-deviantart:before { content: "\f1bd"; } .la-dharmachakra:before { content: "\f655"; } .la-dhl:before { content: "\f790"; } .la-diagnoses:before { content: "\f470"; } .la-diaspora:before { content: "\f791"; } .la-dice:before { content: "\f522"; } .la-dice-d20:before { content: "\f6cf"; } .la-dice-d6:before { content: "\f6d1"; } .la-dice-five:before { content: "\f523"; } .la-dice-four:before { content: "\f524"; } .la-dice-one:before { content: "\f525"; } .la-dice-six:before { content: "\f526"; } .la-dice-three:before { content: "\f527"; } .la-dice-two:before { content: "\f528"; } .la-digg:before { content: "\f1a6"; } .la-digital-ocean:before { content: "\f391"; } .la-digital-tachograph:before { content: "\f566"; } .la-directions:before { content: "\f5eb"; } .la-discord:before { content: "\f392"; } .la-discourse:before { content: "\f393"; } .la-disease:before { content: "\f7fa"; } .la-divide:before { content: "\f529"; } .la-dizzy:before { content: "\f567"; } .la-dna:before { content: "\f471"; } .la-dochub:before { content: "\f394"; } .la-docker:before { content: "\f395"; } .la-dog:before { content: "\f6d3"; } .la-dollar-sign:before { content: "\f155"; } .la-dolly:before { content: "\f472"; } .la-dolly-flatbed:before { content: "\f474"; } .la-donate:before { content: "\f4b9"; } .la-door-closed:before { content: "\f52a"; } .la-door-open:before { content: "\f52b"; } .la-dot-circle:before { content: "\f192"; } .la-dove:before { content: "\f4ba"; } .la-download:before { content: "\f019"; } .la-draft2digital:before { content: "\f396"; } .la-drafting-compass:before { content: "\f568"; } .la-dragon:before { content: "\f6d5"; } .la-draw-polygon:before { content: "\f5ee"; } .la-dribbble:before { content: "\f17d"; } .la-dribbble-square:before { content: "\f397"; } .la-dropbox:before { content: "\f16b"; } .la-drum:before { content: "\f569"; } .la-drum-steelpan:before { content: "\f56a"; } .la-drumstick-bite:before { content: "\f6d7"; } .la-drupal:before { content: "\f1a9"; } .la-dumbbell:before { content: "\f44b"; } .la-dumpster:before { content: "\f793"; } .la-dumpster-fire:before { content: "\f794"; } .la-dungeon:before { content: "\f6d9"; } .la-dyalog:before { content: "\f399"; } .la-earlybirds:before { content: "\f39a"; } .la-ebay:before { content: "\f4f4"; } .la-edge:before { content: "\f282"; } .la-edge-legacy:before { content: "\e078"; } .la-edit:before { content: "\f044"; } .la-egg:before { content: "\f7fb"; } .la-eject:before { content: "\f052"; } .la-elementor:before { content: "\f430"; } .la-ellipsis-h:before { content: "\f141"; } .la-ellipsis-v:before { content: "\f142"; } .la-ello:before { content: "\f5f1"; } .la-ember:before { content: "\f423"; } .la-empire:before { content: "\f1d1"; } .la-envelope:before { content: "\f0e0"; } .la-envelope-open:before { content: "\f2b6"; } .la-envelope-open-text:before { content: "\f658"; } .la-envelope-square:before { content: "\f199"; } .la-envira:before { content: "\f299"; } .la-equals:before { content: "\f52c"; } .la-eraser:before { content: "\f12d"; } .la-erlang:before { content: "\f39d"; } .la-ethereum:before { content: "\f42e"; } .la-ethernet:before { content: "\f796"; } .la-etsy:before { content: "\f2d7"; } .la-euro-sign:before { content: "\f153"; } .la-evernote:before { content: "\f839"; } .la-exchange-alt:before { content: "\f362"; } .la-exclamation:before { content: "\f12a"; } .la-exclamation-circle:before { content: "\f06a"; } .la-exclamation-triangle:before { content: "\f071"; } .la-expand:before { content: "\f065"; } .la-expand-alt:before { content: "\f424"; } .la-expand-arrows-alt:before { content: "\f31e"; } .la-expeditedssl:before { content: "\f23e"; } .la-external-link-alt:before { content: "\f35d"; } .la-external-link-square-alt:before { content: "\f360"; } .la-eye:before { content: "\f06e"; } .la-eye-dropper:before { content: "\f1fb"; } .la-eye-slash:before { content: "\f070"; } .la-facebook:before { content: "\f09a"; } .la-facebook-f:before { content: "\f39e"; } .la-facebook-messenger:before { content: "\f39f"; } .la-facebook-square:before { content: "\f082"; } .la-fan:before { content: "\f863"; } .la-fantasy-flight-games:before { content: "\f6dc"; } .la-fast-backward:before { content: "\f049"; } .la-fast-forward:before { content: "\f050"; } .la-faucet:before { content: "\e005"; } .la-fax:before { content: "\f1ac"; } .la-feather:before { content: "\f52d"; } .la-feather-alt:before { content: "\f56b"; } .la-fedex:before { content: "\f797"; } .la-fedora:before { content: "\f798"; } .la-female:before { content: "\f182"; } .la-fighter-jet:before { content: "\f0fb"; } .la-figma:before { content: "\f799"; } .la-file:before { content: "\f15b"; } .la-file-alt:before { content: "\f15c"; } .la-file-archive:before { content: "\f1c6"; } .la-file-audio:before { content: "\f1c7"; } .la-file-code:before { content: "\f1c9"; } .la-file-contract:before { content: "\f56c"; } .la-file-csv:before { content: "\f6dd"; } .la-file-download:before { content: "\f56d"; } .la-file-excel:before { content: "\f1c3"; } .la-file-export:before { content: "\f56e"; } .la-file-image:before { content: "\f1c5"; } .la-file-import:before { content: "\f56f"; } .la-file-invoice:before { content: "\f570"; } .la-file-invoice-dollar:before { content: "\f571"; } .la-file-medical:before { content: "\f477"; } .la-file-medical-alt:before { content: "\f478"; } .la-file-pdf:before { content: "\f1c1"; } .la-file-powerpoint:before { content: "\f1c4"; } .la-file-prescription:before { content: "\f572"; } .la-file-signature:before { content: "\f573"; } .la-file-upload:before { content: "\f574"; } .la-file-video:before { content: "\f1c8"; } .la-file-word:before { content: "\f1c2"; } .la-fill:before { content: "\f575"; } .la-fill-drip:before { content: "\f576"; } .la-film:before { content: "\f008"; } .la-filter:before { content: "\f0b0"; } .la-fingerprint:before { content: "\f577"; } .la-fire:before { content: "\f06d"; } .la-fire-alt:before { content: "\f7e4"; } .la-fire-extinguisher:before { content: "\f134"; } .la-firefox:before { content: "\f269"; } .la-firefox-browser:before { content: "\e007"; } .la-first-aid:before { content: "\f479"; } .la-first-order:before { content: "\f2b0"; } .la-first-order-alt:before { content: "\f50a"; } .la-firstdraft:before { content: "\f3a1"; } .la-fish:before { content: "\f578"; } .la-fist-raised:before { content: "\f6de"; } .la-flag:before { content: "\f024"; } .la-flag-checkered:before { content: "\f11e"; } .la-flag-usa:before { content: "\f74d"; } .la-flask:before { content: "\f0c3"; } .la-flickr:before { content: "\f16e"; } .la-flipboard:before { content: "\f44d"; } .la-flushed:before { content: "\f579"; } .la-fly:before { content: "\f417"; } .la-folder:before { content: "\f07b"; } .la-folder-minus:before { content: "\f65d"; } .la-folder-open:before { content: "\f07c"; } .la-folder-plus:before { content: "\f65e"; } .la-font:before { content: "\f031"; } .la-font-awesome:before { content: "\f2b4"; } .la-font-awesome-alt:before { content: "\f35c"; } .la-font-awesome-flag:before { content: "\f425"; } .la-font-awesome-logo-full:before { content: "\f4e6"; } .la-fonticons:before { content: "\f280"; } .la-fonticons-fi:before { content: "\f3a2"; } .la-football-ball:before { content: "\f44e"; } .la-fort-awesome:before { content: "\f286"; } .la-fort-awesome-alt:before { content: "\f3a3"; } .la-forumbee:before { content: "\f211"; } .la-forward:before { content: "\f04e"; } .la-foursquare:before { content: "\f180"; } .la-free-code-camp:before { content: "\f2c5"; } .la-freebsd:before { content: "\f3a4"; } .la-frog:before { content: "\f52e"; } .la-frown:before { content: "\f119"; } .la-frown-open:before { content: "\f57a"; } .la-fulcrum:before { content: "\f50b"; } .la-funnel-dollar:before { content: "\f662"; } .la-futbol:before { content: "\f1e3"; } .la-galactic-republic:before { content: "\f50c"; } .la-galactic-senate:before { content: "\f50d"; } .la-gamepad:before { content: "\f11b"; } .la-gas-pump:before { content: "\f52f"; } .la-gavel:before { content: "\f0e3"; } .la-gem:before { content: "\f3a5"; } .la-genderless:before { content: "\f22d"; } .la-get-pocket:before { content: "\f265"; } .la-gg:before { content: "\f260"; } .la-gg-circle:before { content: "\f261"; } .la-ghost:before { content: "\f6e2"; } .la-gift:before { content: "\f06b"; } .la-gifts:before { content: "\f79c"; } .la-git:before { content: "\f1d3"; } .la-git-alt:before { content: "\f841"; } .la-git-square:before { content: "\f1d2"; } .la-github:before { content: "\f09b"; } .la-github-alt:before { content: "\f113"; } .la-github-square:before { content: "\f092"; } .la-gitkraken:before { content: "\f3a6"; } .la-gitlab:before { content: "\f296"; } .la-gitter:before { content: "\f426"; } .la-glass-cheers:before { content: "\f79f"; } .la-glass-martini:before { content: "\f000"; } .la-glass-martini-alt:before { content: "\f57b"; } .la-glass-whiskey:before { content: "\f7a0"; } .la-glasses:before { content: "\f530"; } .la-glide:before { content: "\f2a5"; } .la-glide-g:before { content: "\f2a6"; } .la-globe:before { content: "\f0ac"; } .la-globe-africa:before { content: "\f57c"; } .la-globe-americas:before { content: "\f57d"; } .la-globe-asia:before { content: "\f57e"; } .la-globe-europe:before { content: "\f7a2"; } .la-gofore:before { content: "\f3a7"; } .la-golf-ball:before { content: "\f450"; } .la-goodreads:before { content: "\f3a8"; } .la-goodreads-g:before { content: "\f3a9"; } .la-google:before { content: "\f1a0"; } .la-google-drive:before { content: "\f3aa"; } .la-google-pay:before { content: "\e079"; } .la-google-play:before { content: "\f3ab"; } .la-google-plus:before { content: "\f2b3"; } .la-google-plus-g:before { content: "\f0d5"; } .la-google-plus-square:before { content: "\f0d4"; } .la-google-wallet:before { content: "\f1ee"; } .la-gopuram:before { content: "\f664"; } .la-graduation-cap:before { content: "\f19d"; } .la-gratipay:before { content: "\f184"; } .la-grav:before { content: "\f2d6"; } .la-greater-than:before { content: "\f531"; } .la-greater-than-equal:before { content: "\f532"; } .la-grimace:before { content: "\f57f"; } .la-grin:before { content: "\f580"; } .la-grin-alt:before { content: "\f581"; } .la-grin-beam:before { content: "\f582"; } .la-grin-beam-sweat:before { content: "\f583"; } .la-grin-hearts:before { content: "\f584"; } .la-grin-squint:before { content: "\f585"; } .la-grin-squint-tears:before { content: "\f586"; } .la-grin-stars:before { content: "\f587"; } .la-grin-tears:before { content: "\f588"; } .la-grin-tongue:before { content: "\f589"; } .la-grin-tongue-squint:before { content: "\f58a"; } .la-grin-tongue-wink:before { content: "\f58b"; } .la-grin-wink:before { content: "\f58c"; } .la-grip-horizontal:before { content: "\f58d"; } .la-grip-lines:before { content: "\f7a4"; } .la-grip-lines-vertical:before { content: "\f7a5"; } .la-grip-vertical:before { content: "\f58e"; } .la-gripfire:before { content: "\f3ac"; } .la-grunt:before { content: "\f3ad"; } .la-guilded:before { content: "\e07e"; } .la-guitar:before { content: "\f7a6"; } .la-gulp:before { content: "\f3ae"; } .la-h-square:before { content: "\f0fd"; } .la-hacker-news:before { content: "\f1d4"; } .la-hacker-news-square:before { content: "\f3af"; } .la-hackerrank:before { content: "\f5f7"; } .la-hamburger:before { content: "\f805"; } .la-hammer:before { content: "\f6e3"; } .la-hamsa:before { content: "\f665"; } .la-hand-holding:before { content: "\f4bd"; } .la-hand-holding-heart:before { content: "\f4be"; } .la-hand-holding-medical:before { content: "\e05c"; } .la-hand-holding-usd:before { content: "\f4c0"; } .la-hand-holding-water:before { content: "\f4c1"; } .la-hand-lizard:before { content: "\f258"; } .la-hand-middle-finger:before { content: "\f806"; } .la-hand-paper:before { content: "\f256"; } .la-hand-peace:before { content: "\f25b"; } .la-hand-point-down:before { content: "\f0a7"; } .la-hand-point-left:before { content: "\f0a5"; } .la-hand-point-right:before { content: "\f0a4"; } .la-hand-point-up:before { content: "\f0a6"; } .la-hand-pointer:before { content: "\f25a"; } .la-hand-rock:before { content: "\f255"; } .la-hand-scissors:before { content: "\f257"; } .la-hand-sparkles:before { content: "\e05d"; } .la-hand-spock:before { content: "\f259"; } .la-hands:before { content: "\f4c2"; } .la-hands-helping:before { content: "\f4c4"; } .la-hands-wash:before { content: "\e05e"; } .la-handshake:before { content: "\f2b5"; } .la-handshake-alt-slash:before { content: "\e05f"; } .la-handshake-slash:before { content: "\e060"; } .la-hanukiah:before { content: "\f6e6"; } .la-hard-hat:before { content: "\f807"; } .la-hashtag:before { content: "\f292"; } .la-hat-cowboy:before { content: "\f8c0"; } .la-hat-cowboy-side:before { content: "\f8c1"; } .la-hat-wizard:before { content: "\f6e8"; } .la-hdd:before { content: "\f0a0"; } .la-head-side-cough:before { content: "\e061"; } .la-head-side-cough-slash:before { content: "\e062"; } .la-head-side-mask:before { content: "\e063"; } .la-head-side-virus:before { content: "\e064"; } .la-heading:before { content: "\f1dc"; } .la-headphones:before { content: "\f025"; } .la-headphones-alt:before { content: "\f58f"; } .la-headset:before { content: "\f590"; } .la-heart:before { content: "\f004"; } .la-heart-broken:before { content: "\f7a9"; } .la-heartbeat:before { content: "\f21e"; } .la-helicopter:before { content: "\f533"; } .la-highlighter:before { content: "\f591"; } .la-hiking:before { content: "\f6ec"; } .la-hippo:before { content: "\f6ed"; } .la-hips:before { content: "\f452"; } .la-hire-a-helper:before { content: "\f3b0"; } .la-history:before { content: "\f1da"; } .la-hive:before { content: "\e07f"; } .la-hockey-puck:before { content: "\f453"; } .la-holly-berry:before { content: "\f7aa"; } .la-home:before { content: "\f015"; } .la-hooli:before { content: "\f427"; } .la-hornbill:before { content: "\f592"; } .la-horse:before { content: "\f6f0"; } .la-horse-head:before { content: "\f7ab"; } .la-hospital:before { content: "\f0f8"; } .la-hospital-alt:before { content: "\f47d"; } .la-hospital-symbol:before { content: "\f47e"; } .la-hospital-user:before { content: "\f80d"; } .la-hot-tub:before { content: "\f593"; } .la-hotdog:before { content: "\f80f"; } .la-hotel:before { content: "\f594"; } .la-hotjar:before { content: "\f3b1"; } .la-hourglass:before { content: "\f254"; } .la-hourglass-end:before { content: "\f253"; } .la-hourglass-half:before { content: "\f252"; } .la-hourglass-start:before { content: "\f251"; } .la-house-damage:before { content: "\f6f1"; } .la-house-user:before { content: "\e065"; } .la-houzz:before { content: "\f27c"; } .la-hryvnia:before { content: "\f6f2"; } .la-html5:before { content: "\f13b"; } .la-hubspot:before { content: "\f3b2"; } .la-i-cursor:before { content: "\f246"; } .la-ice-cream:before { content: "\f810"; } .la-icicles:before { content: "\f7ad"; } .la-icons:before { content: "\f86d"; } .la-id-badge:before { content: "\f2c1"; } .la-id-card:before { content: "\f2c2"; } .la-id-card-alt:before { content: "\f47f"; } .la-ideal:before { content: "\e013"; } .la-igloo:before { content: "\f7ae"; } .la-image:before { content: "\f03e"; } .la-images:before { content: "\f302"; } .la-imdb:before { content: "\f2d8"; } .la-inbox:before { content: "\f01c"; } .la-indent:before { content: "\f03c"; } .la-industry:before { content: "\f275"; } .la-infinity:before { content: "\f534"; } .la-info:before { content: "\f129"; } .la-info-circle:before { content: "\f05a"; } .la-innosoft:before { content: "\e080"; } .la-instagram:before { content: "\f16d"; } .la-instagram-square:before { content: "\e055"; } .la-instalod:before { content: "\e081"; } .la-intercom:before { content: "\f7af"; } .la-internet-explorer:before { content: "\f26b"; } .la-invision:before { content: "\f7b0"; } .la-ioxhost:before { content: "\f208"; } .la-italic:before { content: "\f033"; } .la-itch-io:before { content: "\f83a"; } .la-itunes:before { content: "\f3b4"; } .la-itunes-note:before { content: "\f3b5"; } .la-java:before { content: "\f4e4"; } .la-jedi:before { content: "\f669"; } .la-jedi-order:before { content: "\f50e"; } .la-jenkins:before { content: "\f3b6"; } .la-jira:before { content: "\f7b1"; } .la-joget:before { content: "\f3b7"; } .la-joint:before { content: "\f595"; } .la-joomla:before { content: "\f1aa"; } .la-journal-whills:before { content: "\f66a"; } .la-js:before { content: "\f3b8"; } .la-js-square:before { content: "\f3b9"; } .la-jsfiddle:before { content: "\f1cc"; } .la-kaaba:before { content: "\f66b"; } .la-kaggle:before { content: "\f5fa"; } .la-key:before { content: "\f084"; } .la-keybase:before { content: "\f4f5"; } .la-keyboard:before { content: "\f11c"; } .la-keycdn:before { content: "\f3ba"; } .la-khanda:before { content: "\f66d"; } .la-kickstarter:before { content: "\f3bb"; } .la-kickstarter-k:before { content: "\f3bc"; } .la-kiss:before { content: "\f596"; } .la-kiss-beam:before { content: "\f597"; } .la-kiss-wink-heart:before { content: "\f598"; } .la-kiwi-bird:before { content: "\f535"; } .la-korvue:before { content: "\f42f"; } .la-landmark:before { content: "\f66f"; } .la-language:before { content: "\f1ab"; } .la-laptop:before { content: "\f109"; } .la-laptop-code:before { content: "\f5fc"; } .la-laptop-house:before { content: "\e066"; } .la-laptop-medical:before { content: "\f812"; } .la-laravel:before { content: "\f3bd"; } .la-lastfm:before { content: "\f202"; } .la-lastfm-square:before { content: "\f203"; } .la-laugh:before { content: "\f599"; } .la-laugh-beam:before { content: "\f59a"; } .la-laugh-squint:before { content: "\f59b"; } .la-laugh-wink:before { content: "\f59c"; } .la-layer-group:before { content: "\f5fd"; } .la-leaf:before { content: "\f06c"; } .la-leanpub:before { content: "\f212"; } .la-lemon:before { content: "\f094"; } .la-less:before { content: "\f41d"; } .la-less-than:before { content: "\f536"; } .la-less-than-equal:before { content: "\f537"; } .la-level-down-alt:before { content: "\f3be"; } .la-level-up-alt:before { content: "\f3bf"; } .la-life-ring:before { content: "\f1cd"; } .la-lightbulb:before { content: "\f0eb"; } .la-line:before { content: "\f3c0"; } .la-link:before { content: "\f0c1"; } .la-linkedin:before { content: "\f08c"; } .la-linkedin-in:before { content: "\f0e1"; } .la-linode:before { content: "\f2b8"; } .la-linux:before { content: "\f17c"; } .la-lira-sign:before { content: "\f195"; } .la-list:before { content: "\f03a"; } .la-list-alt:before { content: "\f022"; } .la-list-ol:before { content: "\f0cb"; } .la-list-ul:before { content: "\f0ca"; } .la-location-arrow:before { content: "\f124"; } .la-lock:before { content: "\f023"; } .la-lock-open:before { content: "\f3c1"; } .la-long-arrow-alt-down:before { content: "\f309"; } .la-long-arrow-alt-left:before { content: "\f30a"; } .la-long-arrow-alt-right:before { content: "\f30b"; } .la-long-arrow-alt-up:before { content: "\f30c"; } .la-low-vision:before { content: "\f2a8"; } .la-luggage-cart:before { content: "\f59d"; } .la-lungs:before { content: "\f604"; } .la-lungs-virus:before { content: "\e067"; } .la-lyft:before { content: "\f3c3"; } .la-magento:before { content: "\f3c4"; } .la-magic:before { content: "\f0d0"; } .la-magnet:before { content: "\f076"; } .la-mail-bulk:before { content: "\f674"; } .la-mailchimp:before { content: "\f59e"; } .la-male:before { content: "\f183"; } .la-mandalorian:before { content: "\f50f"; } .la-map:before { content: "\f279"; } .la-map-marked:before { content: "\f59f"; } .la-map-marked-alt:before { content: "\f5a0"; } .la-map-marker:before { content: "\f041"; } .la-map-marker-alt:before { content: "\f3c5"; } .la-map-pin:before { content: "\f276"; } .la-map-signs:before { content: "\f277"; } .la-markdown:before { content: "\f60f"; } .la-marker:before { content: "\f5a1"; } .la-mars:before { content: "\f222"; } .la-mars-double:before { content: "\f227"; } .la-mars-stroke:before { content: "\f229"; } .la-mars-stroke-h:before { content: "\f22b"; } .la-mars-stroke-v:before { content: "\f22a"; } .la-mask:before { content: "\f6fa"; } .la-mastodon:before { content: "\f4f6"; } .la-maxcdn:before { content: "\f136"; } .la-mdb:before { content: "\f8ca"; } .la-medal:before { content: "\f5a2"; } .la-medapps:before { content: "\f3c6"; } .la-medium:before { content: "\f23a"; } .la-medium-m:before { content: "\f3c7"; } .la-medkit:before { content: "\f0fa"; } .la-medrt:before { content: "\f3c8"; } .la-meetup:before { content: "\f2e0"; } .la-megaport:before { content: "\f5a3"; } .la-meh:before { content: "\f11a"; } .la-meh-blank:before { content: "\f5a4"; } .la-meh-rolling-eyes:before { content: "\f5a5"; } .la-memory:before { content: "\f538"; } .la-mendeley:before { content: "\f7b3"; } .la-menorah:before { content: "\f676"; } .la-mercury:before { content: "\f223"; } .la-meteor:before { content: "\f753"; } .la-microblog:before { content: "\e01a"; } .la-microchip:before { content: "\f2db"; } .la-microphone:before { content: "\f130"; } .la-microphone-alt:before { content: "\f3c9"; } .la-microphone-alt-slash:before { content: "\f539"; } .la-microphone-slash:before { content: "\f131"; } .la-microscope:before { content: "\f610"; } .la-microsoft:before { content: "\f3ca"; } .la-minus:before { content: "\f068"; } .la-minus-circle:before { content: "\f056"; } .la-minus-square:before { content: "\f146"; } .la-mitten:before { content: "\f7b5"; } .la-mix:before { content: "\f3cb"; } .la-mixcloud:before { content: "\f289"; } .la-mixer:before { content: "\e056"; } .la-mizuni:before { content: "\f3cc"; } .la-mobile:before { content: "\f10b"; } .la-mobile-alt:before { content: "\f3cd"; } .la-modx:before { content: "\f285"; } .la-monero:before { content: "\f3d0"; } .la-money-bill:before { content: "\f0d6"; } .la-money-bill-alt:before { content: "\f3d1"; } .la-money-bill-wave:before { content: "\f53a"; } .la-money-bill-wave-alt:before { content: "\f53b"; } .la-money-check:before { content: "\f53c"; } .la-money-check-alt:before { content: "\f53d"; } .la-monument:before { content: "\f5a6"; } .la-moon:before { content: "\f186"; } .la-mortar-pestle:before { content: "\f5a7"; } .la-mosque:before { content: "\f678"; } .la-motorcycle:before { content: "\f21c"; } .la-mountain:before { content: "\f6fc"; } .la-mouse:before { content: "\f8cc"; } .la-mouse-pointer:before { content: "\f245"; } .la-mug-hot:before { content: "\f7b6"; } .la-music:before { content: "\f001"; } .la-napster:before { content: "\f3d2"; } .la-neos:before { content: "\f612"; } .la-network-wired:before { content: "\f6ff"; } .la-neuter:before { content: "\f22c"; } .la-newspaper:before { content: "\f1ea"; } .la-nimblr:before { content: "\f5a8"; } .la-node:before { content: "\f419"; } .la-node-js:before { content: "\f3d3"; } .la-not-equal:before { content: "\f53e"; } .la-notes-medical:before { content: "\f481"; } .la-npm:before { content: "\f3d4"; } .la-ns8:before { content: "\f3d5"; } .la-nutritionix:before { content: "\f3d6"; } .la-object-group:before { content: "\f247"; } .la-object-ungroup:before { content: "\f248"; } .la-octopus-deploy:before { content: "\e082"; } .la-odnoklassniki:before { content: "\f263"; } .la-odnoklassniki-square:before { content: "\f264"; } .la-oil-can:before { content: "\f613"; } .la-old-republic:before { content: "\f510"; } .la-om:before { content: "\f679"; } .la-opencart:before { content: "\f23d"; } .la-openid:before { content: "\f19b"; } .la-opera:before { content: "\f26a"; } .la-optin-monster:before { content: "\f23c"; } .la-orcid:before { content: "\f8d2"; } .la-osi:before { content: "\f41a"; } .la-otter:before { content: "\f700"; } .la-outdent:before { content: "\f03b"; } .la-page4:before { content: "\f3d7"; } .la-pagelines:before { content: "\f18c"; } .la-pager:before { content: "\f815"; } .la-paint-brush:before { content: "\f1fc"; } .la-paint-roller:before { content: "\f5aa"; } .la-palette:before { content: "\f53f"; } .la-palfed:before { content: "\f3d8"; } .la-pallet:before { content: "\f482"; } .la-paper-plane:before { content: "\f1d8"; } .la-paperclip:before { content: "\f0c6"; } .la-parachute-box:before { content: "\f4cd"; } .la-paragraph:before { content: "\f1dd"; } .la-parking:before { content: "\f540"; } .la-passport:before { content: "\f5ab"; } .la-pastafarianism:before { content: "\f67b"; } .la-paste:before { content: "\f0ea"; } .la-patreon:before { content: "\f3d9"; } .la-pause:before { content: "\f04c"; } .la-pause-circle:before { content: "\f28b"; } .la-paw:before { content: "\f1b0"; } .la-paypal:before { content: "\f1ed"; } .la-peace:before { content: "\f67c"; } .la-pen:before { content: "\f304"; } .la-pen-alt:before { content: "\f305"; } .la-pen-fancy:before { content: "\f5ac"; } .la-pen-nib:before { content: "\f5ad"; } .la-pen-square:before { content: "\f14b"; } .la-pencil-alt:before { content: "\f303"; } .la-pencil-ruler:before { content: "\f5ae"; } .la-penny-arcade:before { content: "\f704"; } .la-people-arrows:before { content: "\e068"; } .la-people-carry:before { content: "\f4ce"; } .la-pepper-hot:before { content: "\f816"; } .la-perbyte:before { content: "\e083"; } .la-percent:before { content: "\f295"; } .la-percentage:before { content: "\f541"; } .la-periscope:before { content: "\f3da"; } .la-person-booth:before { content: "\f756"; } .la-phabricator:before { content: "\f3db"; } .la-phoenix-framework:before { content: "\f3dc"; } .la-phoenix-squadron:before { content: "\f511"; } .la-phone:before { content: "\f095"; } .la-phone-alt:before { content: "\f879"; } .la-phone-slash:before { content: "\f3dd"; } .la-phone-square:before { content: "\f098"; } .la-phone-square-alt:before { content: "\f87b"; } .la-phone-volume:before { content: "\f2a0"; } .la-photo-video:before { content: "\f87c"; } .la-php:before { content: "\f457"; } .la-pied-piper:before { content: "\f2ae"; } .la-pied-piper-alt:before { content: "\f1a8"; } .la-pied-piper-hat:before { content: "\f4e5"; } .la-pied-piper-pp:before { content: "\f1a7"; } .la-pied-piper-square:before { content: "\e01e"; } .la-piggy-bank:before { content: "\f4d3"; } .la-pills:before { content: "\f484"; } .la-pinterest:before { content: "\f0d2"; } .la-pinterest-p:before { content: "\f231"; } .la-pinterest-square:before { content: "\f0d3"; } .la-pizza-slice:before { content: "\f818"; } .la-place-of-worship:before { content: "\f67f"; } .la-plane:before { content: "\f072"; } .la-plane-arrival:before { content: "\f5af"; } .la-plane-departure:before { content: "\f5b0"; } .la-plane-slash:before { content: "\e069"; } .la-play:before { content: "\f04b"; } .la-play-circle:before { content: "\f144"; } .la-playstation:before { content: "\f3df"; } .la-plug:before { content: "\f1e6"; } .la-plus:before { content: "\f067"; } .la-plus-circle:before { content: "\f055"; } .la-plus-square:before { content: "\f0fe"; } .la-podcast:before { content: "\f2ce"; } .la-poll:before { content: "\f681"; } .la-poll-h:before { content: "\f682"; } .la-poo:before { content: "\f2fe"; } .la-poo-storm:before { content: "\f75a"; } .la-poop:before { content: "\f619"; } .la-portrait:before { content: "\f3e0"; } .la-pound-sign:before { content: "\f154"; } .la-power-off:before { content: "\f011"; } .la-pray:before { content: "\f683"; } .la-praying-hands:before { content: "\f684"; } .la-prescription:before { content: "\f5b1"; } .la-prescription-bottle:before { content: "\f485"; } .la-prescription-bottle-alt:before { content: "\f486"; } .la-print:before { content: "\f02f"; } .la-procedures:before { content: "\f487"; } .la-product-hunt:before { content: "\f288"; } .la-project-diagram:before { content: "\f542"; } .la-pump-medical:before { content: "\e06a"; } .la-pump-soap:before { content: "\e06b"; } .la-pushed:before { content: "\f3e1"; } .la-puzzle-piece:before { content: "\f12e"; } .la-python:before { content: "\f3e2"; } .la-qq:before { content: "\f1d6"; } .la-qrcode:before { content: "\f029"; } .la-question:before { content: "\f128"; } .la-question-circle:before { content: "\f059"; } .la-quidditch:before { content: "\f458"; } .la-quinscape:before { content: "\f459"; } .la-quora:before { content: "\f2c4"; } .la-quote-left:before { content: "\f10d"; } .la-quote-right:before { content: "\f10e"; } .la-quran:before { content: "\f687"; } .la-r-project:before { content: "\f4f7"; } .la-radiation:before { content: "\f7b9"; } .la-radiation-alt:before { content: "\f7ba"; } .la-rainbow:before { content: "\f75b"; } .la-random:before { content: "\f074"; } .la-raspberry-pi:before { content: "\f7bb"; } .la-ravelry:before { content: "\f2d9"; } .la-react:before { content: "\f41b"; } .la-reacteurope:before { content: "\f75d"; } .la-readme:before { content: "\f4d5"; } .la-rebel:before { content: "\f1d0"; } .la-receipt:before { content: "\f543"; } .la-record-vinyl:before { content: "\f8d9"; } .la-recycle:before { content: "\f1b8"; } .la-red-river:before { content: "\f3e3"; } .la-reddit:before { content: "\f1a1"; } .la-reddit-alien:before { content: "\f281"; } .la-reddit-square:before { content: "\f1a2"; } .la-redhat:before { content: "\f7bc"; } .la-redo:before { content: "\f01e"; } .la-redo-alt:before { content: "\f2f9"; } .la-registered:before { content: "\f25d"; } .la-remove-format:before { content: "\f87d"; } .la-renren:before { content: "\f18b"; } .la-reply:before { content: "\f3e5"; } .la-reply-all:before { content: "\f122"; } .la-replyd:before { content: "\f3e6"; } .la-republican:before { content: "\f75e"; } .la-researchgate:before { content: "\f4f8"; } .la-resolving:before { content: "\f3e7"; } .la-restroom:before { content: "\f7bd"; } .la-retweet:before { content: "\f079"; } .la-rev:before { content: "\f5b2"; } .la-ribbon:before { content: "\f4d6"; } .la-ring:before { content: "\f70b"; } .la-road:before { content: "\f018"; } .la-robot:before { content: "\f544"; } .la-rocket:before { content: "\f135"; } .la-rocketchat:before { content: "\f3e8"; } .la-rockrms:before { content: "\f3e9"; } .la-route:before { content: "\f4d7"; } .la-rss:before { content: "\f09e"; } .la-rss-square:before { content: "\f143"; } .la-ruble-sign:before { content: "\f158"; } .la-ruler:before { content: "\f545"; } .la-ruler-combined:before { content: "\f546"; } .la-ruler-horizontal:before { content: "\f547"; } .la-ruler-vertical:before { content: "\f548"; } .la-running:before { content: "\f70c"; } .la-rupee-sign:before { content: "\f156"; } .la-rust:before { content: "\e07a"; } .la-sad-cry:before { content: "\f5b3"; } .la-sad-tear:before { content: "\f5b4"; } .la-safari:before { content: "\f267"; } .la-salesforce:before { content: "\f83b"; } .la-sass:before { content: "\f41e"; } .la-satellite:before { content: "\f7bf"; } .la-satellite-dish:before { content: "\f7c0"; } .la-save:before { content: "\f0c7"; } .la-schlix:before { content: "\f3ea"; } .la-school:before { content: "\f549"; } .la-screwdriver:before { content: "\f54a"; } .la-scribd:before { content: "\f28a"; } .la-scroll:before { content: "\f70e"; } .la-sd-card:before { content: "\f7c2"; } .la-search:before { content: "\f002"; } .la-search-dollar:before { content: "\f688"; } .la-search-location:before { content: "\f689"; } .la-search-minus:before { content: "\f010"; } .la-search-plus:before { content: "\f00e"; } .la-searchengin:before { content: "\f3eb"; } .la-seedling:before { content: "\f4d8"; } .la-sellcast:before { content: "\f2da"; } .la-sellsy:before { content: "\f213"; } .la-server:before { content: "\f233"; } .la-servicestack:before { content: "\f3ec"; } .la-shapes:before { content: "\f61f"; } .la-share:before { content: "\f064"; } .la-share-alt:before { content: "\f1e0"; } .la-share-alt-square:before { content: "\f1e1"; } .la-share-square:before { content: "\f14d"; } .la-shekel-sign:before { content: "\f20b"; } .la-shield-alt:before { content: "\f3ed"; } .la-shield-virus:before { content: "\e06c"; } .la-ship:before { content: "\f21a"; } .la-shipping-fast:before { content: "\f48b"; } .la-shirtsinbulk:before { content: "\f214"; } .la-shoe-prints:before { content: "\f54b"; } .la-shopify:before { content: "\e057"; } .la-shopping-bag:before { content: "\f290"; } .la-shopping-basket:before { content: "\f291"; } .la-shopping-cart:before { content: "\f07a"; } .la-shopware:before { content: "\f5b5"; } .la-shower:before { content: "\f2cc"; } .la-shuttle-van:before { content: "\f5b6"; } .la-sign:before { content: "\f4d9"; } .la-sign-in-alt:before { content: "\f2f6"; } .la-sign-language:before { content: "\f2a7"; } .la-sign-out-alt:before { content: "\f2f5"; } .la-signal:before { content: "\f012"; } .la-signature:before { content: "\f5b7"; } .la-sim-card:before { content: "\f7c4"; } .la-simplybuilt:before { content: "\f215"; } .la-sink:before { content: "\e06d"; } .la-sistrix:before { content: "\f3ee"; } .la-sitemap:before { content: "\f0e8"; } .la-sith:before { content: "\f512"; } .la-skating:before { content: "\f7c5"; } .la-sketch:before { content: "\f7c6"; } .la-skiing:before { content: "\f7c9"; } .la-skiing-nordic:before { content: "\f7ca"; } .la-skull:before { content: "\f54c"; } .la-skull-crossbones:before { content: "\f714"; } .la-skyatlas:before { content: "\f216"; } .la-skype:before { content: "\f17e"; } .la-slack:before { content: "\f198"; } .la-slack-hash:before { content: "\f3ef"; } .la-slash:before { content: "\f715"; } .la-sleigh:before { content: "\f7cc"; } .la-sliders-h:before { content: "\f1de"; } .la-slideshare:before { content: "\f1e7"; } .la-smile:before { content: "\f118"; } .la-smile-beam:before { content: "\f5b8"; } .la-smile-wink:before { content: "\f4da"; } .la-smog:before { content: "\f75f"; } .la-smoking:before { content: "\f48d"; } .la-smoking-ban:before { content: "\f54d"; } .la-sms:before { content: "\f7cd"; } .la-snapchat:before { content: "\f2ab"; } .la-snapchat-ghost:before { content: "\f2ac"; } .la-snapchat-square:before { content: "\f2ad"; } .la-snowboarding:before { content: "\f7ce"; } .la-snowflake:before { content: "\f2dc"; } .la-snowman:before { content: "\f7d0"; } .la-snowplow:before { content: "\f7d2"; } .la-soap:before { content: "\e06e"; } .la-socks:before { content: "\f696"; } .la-solar-panel:before { content: "\f5ba"; } .la-sort:before { content: "\f0dc"; } .la-sort-alpha-down:before { content: "\f15d"; } .la-sort-alpha-down-alt:before { content: "\f881"; } .la-sort-alpha-up:before { content: "\f15e"; } .la-sort-alpha-up-alt:before { content: "\f882"; } .la-sort-amount-down:before { content: "\f160"; } .la-sort-amount-down-alt:before { content: "\f884"; } .la-sort-amount-up:before { content: "\f161"; } .la-sort-amount-up-alt:before { content: "\f885"; } .la-sort-down:before { content: "\f0dd"; } .la-sort-numeric-down:before { content: "\f162"; } .la-sort-numeric-down-alt:before { content: "\f886"; } .la-sort-numeric-up:before { content: "\f163"; } .la-sort-numeric-up-alt:before { content: "\f887"; } .la-sort-up:before { content: "\f0de"; } .la-soundcloud:before { content: "\f1be"; } .la-sourcetree:before { content: "\f7d3"; } .la-spa:before { content: "\f5bb"; } .la-space-shuttle:before { content: "\f197"; } .la-speakap:before { content: "\f3f3"; } .la-speaker-deck:before { content: "\f83c"; } .la-spell-check:before { content: "\f891"; } .la-spider:before { content: "\f717"; } .la-spinner:before { content: "\f110"; } .la-splotch:before { content: "\f5bc"; } .la-spotify:before { content: "\f1bc"; } .la-spray-can:before { content: "\f5bd"; } .la-square:before { content: "\f0c8"; } .la-square-full:before { content: "\f45c"; } .la-square-root-alt:before { content: "\f698"; } .la-squarespace:before { content: "\f5be"; } .la-stack-exchange:before { content: "\f18d"; } .la-stack-overflow:before { content: "\f16c"; } .la-stackpath:before { content: "\f842"; } .la-stamp:before { content: "\f5bf"; } .la-star:before { content: "\f005"; } .la-star-and-crescent:before { content: "\f699"; } .la-star-half:before { content: "\f089"; } .la-star-half-alt:before { content: "\f5c0"; } .la-star-of-david:before { content: "\f69a"; } .la-star-of-life:before { content: "\f621"; } .la-staylinked:before { content: "\f3f5"; } .la-steam:before { content: "\f1b6"; } .la-steam-square:before { content: "\f1b7"; } .la-steam-symbol:before { content: "\f3f6"; } .la-step-backward:before { content: "\f048"; } .la-step-forward:before { content: "\f051"; } .la-stethoscope:before { content: "\f0f1"; } .la-sticker-mule:before { content: "\f3f7"; } .la-sticky-note:before { content: "\f249"; } .la-stop:before { content: "\f04d"; } .la-stop-circle:before { content: "\f28d"; } .la-stopwatch:before { content: "\f2f2"; } .la-stopwatch-20:before { content: "\e06f"; } .la-store:before { content: "\f54e"; } .la-store-alt:before { content: "\f54f"; } .la-store-alt-slash:before { content: "\e070"; } .la-store-slash:before { content: "\e071"; } .la-strava:before { content: "\f428"; } .la-stream:before { content: "\f550"; } .la-street-view:before { content: "\f21d"; } .la-strikethrough:before { content: "\f0cc"; } .la-stripe:before { content: "\f429"; } .la-stripe-s:before { content: "\f42a"; } .la-stroopwafel:before { content: "\f551"; } .la-studiovinari:before { content: "\f3f8"; } .la-stumbleupon:before { content: "\f1a4"; } .la-stumbleupon-circle:before { content: "\f1a3"; } .la-subscript:before { content: "\f12c"; } .la-subway:before { content: "\f239"; } .la-suitcase:before { content: "\f0f2"; } .la-suitcase-rolling:before { content: "\f5c1"; } .la-sun:before { content: "\f185"; } .la-superpowers:before { content: "\f2dd"; } .la-superscript:before { content: "\f12b"; } .la-supple:before { content: "\f3f9"; } .la-surprise:before { content: "\f5c2"; } .la-suse:before { content: "\f7d6"; } .la-swatchbook:before { content: "\f5c3"; } .la-swift:before { content: "\f8e1"; } .la-swimmer:before { content: "\f5c4"; } .la-swimming-pool:before { content: "\f5c5"; } .la-symfony:before { content: "\f83d"; } .la-synagogue:before { content: "\f69b"; } .la-sync:before { content: "\f021"; } .la-sync-alt:before { content: "\f2f1"; } .la-syringe:before { content: "\f48e"; } .la-table:before { content: "\f0ce"; } .la-table-tennis:before { content: "\f45d"; } .la-tablet:before { content: "\f10a"; } .la-tablet-alt:before { content: "\f3fa"; } .la-tablets:before { content: "\f490"; } .la-tachometer-alt:before { content: "\f3fd"; } .la-tag:before { content: "\f02b"; } .la-tags:before { content: "\f02c"; } .la-tape:before { content: "\f4db"; } .la-tasks:before { content: "\f0ae"; } .la-taxi:before { content: "\f1ba"; } .la-teamspeak:before { content: "\f4f9"; } .la-teeth:before { content: "\f62e"; } .la-teeth-open:before { content: "\f62f"; } .la-telegram:before { content: "\f2c6"; } .la-telegram-plane:before { content: "\f3fe"; } .la-temperature-high:before { content: "\f769"; } .la-temperature-low:before { content: "\f76b"; } .la-tencent-weibo:before { content: "\f1d5"; } .la-tenge:before { content: "\f7d7"; } .la-terminal:before { content: "\f120"; } .la-text-height:before { content: "\f034"; } .la-text-width:before { content: "\f035"; } .la-th:before { content: "\f00a"; } .la-th-large:before { content: "\f009"; } .la-th-list:before { content: "\f00b"; } .la-the-red-yeti:before { content: "\f69d"; } .la-theater-masks:before { content: "\f630"; } .la-themeco:before { content: "\f5c6"; } .la-themeisle:before { content: "\f2b2"; } .la-thermometer:before { content: "\f491"; } .la-thermometer-empty:before { content: "\f2cb"; } .la-thermometer-full:before { content: "\f2c7"; } .la-thermometer-half:before { content: "\f2c9"; } .la-thermometer-quarter:before { content: "\f2ca"; } .la-thermometer-three-quarters:before { content: "\f2c8"; } .la-think-peaks:before { content: "\f731"; } .la-thumbs-down:before { content: "\f165"; } .la-thumbs-up:before { content: "\f164"; } .la-thumbtack:before { content: "\f08d"; } .la-ticket-alt:before { content: "\f3ff"; } .la-tiktok:before { content: "\e07b"; } .la-times:before { content: "\f00d"; } .la-times-circle:before { content: "\f057"; } .la-tint:before { content: "\f043"; } .la-tint-slash:before { content: "\f5c7"; } .la-tired:before { content: "\f5c8"; } .la-toggle-off:before { content: "\f204"; } .la-toggle-on:before { content: "\f205"; } .la-toilet:before { content: "\f7d8"; } .la-toilet-paper:before { content: "\f71e"; } .la-toilet-paper-slash:before { content: "\e072"; } .la-toolbox:before { content: "\f552"; } .la-tools:before { content: "\f7d9"; } .la-tooth:before { content: "\f5c9"; } .la-torah:before { content: "\f6a0"; } .la-torii-gate:before { content: "\f6a1"; } .la-tractor:before { content: "\f722"; } .la-trade-federation:before { content: "\f513"; } .la-trademark:before { content: "\f25c"; } .la-traffic-light:before { content: "\f637"; } .la-trailer:before { content: "\e041"; } .la-train:before { content: "\f238"; } .la-tram:before { content: "\f7da"; } .la-transgender:before { content: "\f224"; } .la-transgender-alt:before { content: "\f225"; } .la-trash:before { content: "\f1f8"; } .la-trash-alt:before { content: "\f2ed"; } .la-trash-restore:before { content: "\f829"; } .la-trash-restore-alt:before { content: "\f82a"; } .la-tree:before { content: "\f1bb"; } .la-trello:before { content: "\f181"; } .la-tripadvisor:before { content: "\f262"; } .la-trophy:before { content: "\f091"; } .la-truck:before { content: "\f0d1"; } .la-truck-loading:before { content: "\f4de"; } .la-truck-monster:before { content: "\f63b"; } .la-truck-moving:before { content: "\f4df"; } .la-truck-pickup:before { content: "\f63c"; } .la-tshirt:before { content: "\f553"; } .la-tty:before { content: "\f1e4"; } .la-tumblr:before { content: "\f173"; } .la-tumblr-square:before { content: "\f174"; } .la-tv:before { content: "\f26c"; } .la-twitch:before { content: "\f1e8"; } .la-twitter:before { content: "\f099"; } .la-twitter-square:before { content: "\f081"; } .la-typo3:before { content: "\f42b"; } .la-uber:before { content: "\f402"; } .la-ubuntu:before { content: "\f7df"; } .la-uikit:before { content: "\f403"; } .la-umbraco:before { content: "\f8e8"; } .la-umbrella:before { content: "\f0e9"; } .la-umbrella-beach:before { content: "\f5ca"; } .la-uncharted:before { content: "\e084"; } .la-underline:before { content: "\f0cd"; } .la-undo:before { content: "\f0e2"; } .la-undo-alt:before { content: "\f2ea"; } .la-uniregistry:before { content: "\f404"; } .la-unity:before { content: "\e049"; } .la-universal-access:before { content: "\f29a"; } .la-university:before { content: "\f19c"; } .la-unlink:before { content: "\f127"; } .la-unlock:before { content: "\f09c"; } .la-unlock-alt:before { content: "\f13e"; } .la-unsplash:before { content: "\e07c"; } .la-untappd:before { content: "\f405"; } .la-upload:before { content: "\f093"; } .la-ups:before { content: "\f7e0"; } .la-usb:before { content: "\f287"; } .la-user:before { content: "\f007"; } .la-user-alt:before { content: "\f406"; } .la-user-alt-slash:before { content: "\f4fa"; } .la-user-astronaut:before { content: "\f4fb"; } .la-user-check:before { content: "\f4fc"; } .la-user-circle:before { content: "\f2bd"; } .la-user-clock:before { content: "\f4fd"; } .la-user-cog:before { content: "\f4fe"; } .la-user-edit:before { content: "\f4ff"; } .la-user-friends:before { content: "\f500"; } .la-user-graduate:before { content: "\f501"; } .la-user-injured:before { content: "\f728"; } .la-user-lock:before { content: "\f502"; } .la-user-md:before { content: "\f0f0"; } .la-user-minus:before { content: "\f503"; } .la-user-ninja:before { content: "\f504"; } .la-user-nurse:before { content: "\f82f"; } .la-user-plus:before { content: "\f234"; } .la-user-secret:before { content: "\f21b"; } .la-user-shield:before { content: "\f505"; } .la-user-slash:before { content: "\f506"; } .la-user-tag:before { content: "\f507"; } .la-user-tie:before { content: "\f508"; } .la-user-times:before { content: "\f235"; } .la-users:before { content: "\f0c0"; } .la-users-cog:before { content: "\f509"; } .la-users-slash:before { content: "\e073"; } .la-usps:before { content: "\f7e1"; } .la-ussunnah:before { content: "\f407"; } .la-utensil-spoon:before { content: "\f2e5"; } .la-utensils:before { content: "\f2e7"; } .la-vaadin:before { content: "\f408"; } .la-vector-square:before { content: "\f5cb"; } .la-venus:before { content: "\f221"; } .la-venus-double:before { content: "\f226"; } .la-venus-mars:before { content: "\f228"; } .la-vest:before { content: "\e085"; } .la-vest-patches:before { content: "\e086"; } .la-viacoin:before { content: "\f237"; } .la-viadeo:before { content: "\f2a9"; } .la-viadeo-square:before { content: "\f2aa"; } .la-vial:before { content: "\f492"; } .la-vials:before { content: "\f493"; } .la-viber:before { content: "\f409"; } .la-video:before { content: "\f03d"; } .la-video-slash:before { content: "\f4e2"; } .la-vihara:before { content: "\f6a7"; } .la-vimeo:before { content: "\f40a"; } .la-vimeo-square:before { content: "\f194"; } .la-vimeo-v:before { content: "\f27d"; } .la-vine:before { content: "\f1ca"; } .la-virus:before { content: "\e074"; } .la-virus-slash:before { content: "\e075"; } .la-viruses:before { content: "\e076"; } .la-vk:before { content: "\f189"; } .la-vnv:before { content: "\f40b"; } .la-voicemail:before { content: "\f897"; } .la-volleyball-ball:before { content: "\f45f"; } .la-volume-down:before { content: "\f027"; } .la-volume-mute:before { content: "\f6a9"; } .la-volume-off:before { content: "\f026"; } .la-volume-up:before { content: "\f028"; } .la-vote-yea:before { content: "\f772"; } .la-vr-cardboard:before { content: "\f729"; } .la-vuejs:before { content: "\f41f"; } .la-walking:before { content: "\f554"; } .la-wallet:before { content: "\f555"; } .la-warehouse:before { content: "\f494"; } .la-watchman-monitoring:before { content: "\e087"; } .la-water:before { content: "\f773"; } .la-wave-square:before { content: "\f83e"; } .la-waze:before { content: "\f83f"; } .la-weebly:before { content: "\f5cc"; } .la-weibo:before { content: "\f18a"; } .la-weight:before { content: "\f496"; } .la-weight-hanging:before { content: "\f5cd"; } .la-weixin:before { content: "\f1d7"; } .la-whatsapp:before { content: "\f232"; } .la-whatsapp-square:before { content: "\f40c"; } .la-wheelchair:before { content: "\f193"; } .la-whmcs:before { content: "\f40d"; } .la-wifi:before { content: "\f1eb"; } .la-wikipedia-w:before { content: "\f266"; } .la-wind:before { content: "\f72e"; } .la-window-close:before { content: "\f410"; } .la-window-maximize:before { content: "\f2d0"; } .la-window-minimize:before { content: "\f2d1"; } .la-window-restore:before { content: "\f2d2"; } .la-windows:before { content: "\f17a"; } .la-wine-bottle:before { content: "\f72f"; } .la-wine-glass:before { content: "\f4e3"; } .la-wine-glass-alt:before { content: "\f5ce"; } .la-wix:before { content: "\f5cf"; } .la-wizards-of-the-coast:before { content: "\f730"; } .la-wodu:before { content: "\e088"; } .la-wolf-pack-battalion:before { content: "\f514"; } .la-won-sign:before { content: "\f159"; } .la-wordpress:before { content: "\f19a"; } .la-wordpress-simple:before { content: "\f411"; } .la-wpbeginner:before { content: "\f297"; } .la-wpexplorer:before { content: "\f2de"; } .la-wpforms:before { content: "\f298"; } .la-wpressr:before { content: "\f3e4"; } .la-wrench:before { content: "\f0ad"; } .la-x-ray:before { content: "\f497"; } .la-xbox:before { content: "\f412"; } .la-xing:before { content: "\f168"; } .la-xing-square:before { content: "\f169"; } .la-y-combinator:before { content: "\f23b"; } .la-yahoo:before { content: "\f19e"; } .la-yammer:before { content: "\f840"; } .la-yandex:before { content: "\f413"; } .la-yandex-international:before { content: "\f414"; } .la-yarn:before { content: "\f7e3"; } .la-yelp:before { content: "\f1e9"; } .la-yen-sign:before { content: "\f157"; } .la-yin-yang:before { content: "\f6ad"; } .la-yoast:before { content: "\f2b1"; } .la-youtube:before { content: "\f167"; } .la-youtube-square:before { content: "\f431"; } .la-zhihu:before { content: "\f63f"; } .sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .sr-only-focusable:active, .sr-only-focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/la-brands-400.eot"); src: url("../fonts/la-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-brands-400.woff2") format("woff2"), url("../fonts/la-brands-400.woff") format("woff"), url("../fonts/la-brands-400.ttf") format("truetype"), url("../fonts/la-brands-400.svg#fontawesome") format("svg"); } .lab { font-family: 'Line Awesome Brands'; font-weight: 400; } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/la-regular-400.eot"); src: url("../fonts/la-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/la-regular-400.woff2") format("woff2"), url("../fonts/la-regular-400.woff") format("woff"), url("../fonts/la-regular-400.ttf") format("truetype"), url("../fonts/la-regular-400.svg#fontawesome") format("svg"); } .lar { font-family: 'Line Awesome Free'; font-weight: 400; } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; font-display: block; src: url("../fonts/la-solid-900.eot"); src: url("../fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/la-solid-900.woff2") format("woff2"), url("../fonts/la-solid-900.woff") format("woff"), url("../fonts/la-solid-900.ttf") format("truetype"), url("../fonts/la-solid-900.svg#fontawesome") format("svg"); } .la, .las { font-family: 'Line Awesome Free'; font-weight: 900; } ================================================ FILE: icon-packs/ikonli-linecons-pack/ikonli-linecons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-linecons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.linecons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.linecons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.linecons.LineconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.linecons.LineconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-linecons-pack/src/main/java/org/kordamp/ikonli/linecons/Linecons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.linecons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Linecons implements Ikon { BANKNOTE("li-banknote", '\ue020'), BUBBLE("li-bubble", '\ue014'), BULB("li-bulb", '\ue00e'), CALENDAR("li-calendar", '\ue02b'), CAMERA("li-camera", '\ue00b'), CLIP("li-clip", '\ue029'), CLOCK("li-clock", '\ue01d'), CLOUD("li-cloud", '\ue001'), CUP("li-cup", '\ue016'), DATA("li-data", '\ue021'), DIAMOND("li-diamond", '\ue010'), DISPLAY("li-display", '\ue011'), EYE("li-eye", '\ue013'), FIRE("li-fire", '\ue028'), FOOD("li-food", '\ue026'), HEART("li-heart", '\ue000'), KEY("li-key", '\ue008'), LAB("li-lab", '\ue025'), LIKE("li-like", '\ue01a'), LOCATION("li-location", '\ue012'), LOCK("li-lock", '\ue00d'), MAIL("li-mail", '\ue019'), MEGAPHONE("li-megaphone", '\ue023'), MUSIC("li-music", '\ue022'), NEWS("li-news", '\ue018'), NOTE("li-note", '\ue01c'), PAPERPLANE("li-paperplane", '\ue01e'), PARAMS("li-params", '\ue01f'), PEN("li-pen", '\ue00f'), PHONE("li-phone", '\ue017'), PHOTO("li-photo", '\ue01b'), SEARCH("li-search", '\ue009'), SETTINGS("li-settings", '\ue00a'), SHOP("li-shop", '\ue02a'), SOUND("li-sound", '\ue004'), STACK("li-stack", '\ue015'), STAR("li-star", '\ue002'), STUDY("li-study", '\ue024'), T_SHIRT("li-t-shirt", '\ue027'), TAG("li-tag", '\ue00c'), TRASH("li-trash", '\ue006'), TRUCK("li-truck", '\ue02e'), TV("li-tv", '\ue003'), USER("li-user", '\ue007'), VALLET("li-vallet", '\ue02c'), VIDEO("li-video", '\ue005'), VYNIL("li-vynil", '\ue02d'), WORLD("li-world", '\ue02f'); private final String description; private final int code; Linecons(String description, int code) { this.description = description; this.code = code; } public static Linecons findByDescription(String description) { for (Linecons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-linecons-pack/src/main/java/org/kordamp/ikonli/linecons/LineconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.linecons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class LineconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/linecons/0.0/fonts/linecons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("li-"); } @Override public Ikon resolve(String description) { return Linecons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "linecons"; } } ================================================ FILE: icon-packs/ikonli-linecons-pack/src/main/java/org/kordamp/ikonli/linecons/LineconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.linecons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class LineconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Linecons.class; } } ================================================ FILE: icon-packs/ikonli-linecons-pack/src/main/resources/META-INF/resources/linecons/0.0/css/linecons.css ================================================ @font-face { font-family: 'linecons'; src:url('../fonts/linecons.eot'); } @font-face { font-family: 'linecons'; src: url(data:font/svg;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+ClRoaXMgaXMgYSBjdXN0b20gU1ZHIGZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uCjxpY29uc2V0IGlkPSJsaW5lY29ucyIgbmFtZT0ibGluZWNvbnMiIGhyZWY9Imh0dHA6Ly9kZXNpZ25tb2RvLmNvbS9saW5lY29ucyI+PC9pY29uc2V0PjxhdXRob3IgbmFtZT0iU2VyZ2V5IFNobWlkdCIgaHJlZj0iaHR0cDovL3NobWlkdC5pbiI+PC9hdXRob3I+PGxpY2Vuc2UgbmFtZT0iQ3JlYXRpdmUgQ29tbW9ucyBBdHRyaWJ1dGlvbi1TaGFyZUFsaWtlIDMuMCIgaHJlZj0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbGljZW5zZXMvYnktc2EvMy4wLyI+PC9saWNlbnNlPgo8L21ldGFkYXRhPgo8ZGVmcz4KPGZvbnQgaWQ9ImxpbmVjb25zIiBob3Jpei1hZHYteD0iNTEyIiA+Cjxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSI1MTIiIGFzY2VudD0iNDgwIiBkZXNjZW50PSItMzIiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSI1MTIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDAwOyIgZD0iTSA0NjcuMDg4LDM5NS43NmMtNTguMDY0LDU3LjUzNi0xNTAuOTEyLDU4LjczNi0yMTEuMDU2LDQuNjA4CgkJQyAxOTUuODcyLDQ1NC40OTYsIDEwMy4wNTYsNDUzLjI5NiwgNDQuOTYsMzk1Ljc2Yy01OS44NTYtNTkuMjY0LTU5Ljg1Ni0xNTUuMzQ0LDAuMDAtMjE0LjY0YyAxNy4xMDQtMTYuOTQ0LCAxNzYuODQ4LTE3NS4wNTYsIDE3Ni44NDgtMTc1LjA1NgoJCWMgMTguOTI4LTE4Ljc1MiwgNDkuNTM2LTE4Ljc1MiwgNjguNDQ4LDAuMDBjMC4wMCwwLjAwLCAxNzQuOTEyLDE3My4xNTIsIDE3Ni44NDgsMTc1LjA1NkMgNTI2Ljk3NiwyNDAuNDE2LCA1MjYuOTc2LDMzNi40OTYsIDQ2Ny4wODgsMzk1Ljc2eiBNIDQ0NC4yODgsMjAzLjcxMgoJCUwgMjY3LjQ0LDI4LjY1NmMtNi4yODgtNi4yNTYtMTYuNTQ0LTYuMjU2LTIyLjgwLDAuMDBMIDY3Ljc5MiwyMDMuNzEyYy00Ny4yMCw0Ni43Mi00Ny4yMCwxMjIuNzM2LDAuMDAsMTY5LjQ1NgoJCWMgNDUuNTA0LDQ1LjA0LCAxMTguNjU2LDQ2LjYyNCwgMTY2LjU0NCwzLjU1MmwgMjEuNjk2LTE5LjUybCAyMS42OCwxOS41MmMgNDcuOTA0LDQzLjA3MiwgMTIxLjA1Niw0MS41MDQsIDE2Ni41Ni0zLjU1MgoJCUMgNDkxLjQ3MiwzMjYuNDY0LCA0OTEuNDcyLDI1MC40NDgsIDQ0NC4yODgsMjAzLjcxMnpNIDE0OC4wNDgsMzU5Ljk4NCBDIDE1Mi40OCwzNTkuOTg0IDE1Ni4wNDgsMzU2LjQwIDE1Ni4wNDgsMzUxLjk4NCBDIDE1Ni4wNDgsMzQ3LjU2OCAxNTIuNDY0LDM0My45ODQgMTQ4LjA0OCwzNDMuOTg0IEwgMTQ4LjAzMiwzNDMuOTg0IEMgMTE5LjMyOCwzNDMuOTg0IDk2LjA0OCwzMjAuNzA0IDk2LjA0OCwyOTIuMDAgTCA5Ni4wNDgsMjkxLjk4NCBDIDk2LjA0OCwyODcuNTY4IDkyLjQ2NCwyODMuOTg0IDg4LjA0OCwyODMuOTg0IEMgODMuNjMyLDI4My45ODQgODAuMDQ4LDI4Ny41NjggODAuMDQ4LDI5MS45ODQgTCA4MC4wNDgsMjkxLjk4NCBDIDgwLjA0OCwzMjkuNTIgMTEwLjQ2NCwzNTkuOTM2IDE0Ny45ODQsMzU5Ljk2OCBDIDE0OC4wMTYsMzU5Ljk2OCAxNDguMDE2LDM1OS45ODQgMTQ4LjA0OCwzNTkuOTg0IFoiIGRhdGEtdGFncz0iaGVhcnQiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDAxOyIgZD0iTSA0MTQuNjI0LDI2OS43MTJDIDQwNy42MzIsMzQyLjcyLCAzNDYuODQ4LDQwMC4wMCwgMjcyLjAwLDQwMC4wMAoJYy01Ny45MDQsMC4wMC0xMDcuNDcyLTM0LjM2OC0xMzAuMzM2LTgzLjY4QyAxMzQuNzg0LDMxOC40OTYsIDEyNy42MTYsMzIwLjAwLCAxMjAuMDE2LDMyMC4wMGMtMzkuNzYsMC4wMC03Mi4wMC0zMi4yNTYtNzIuMDAtNzIuMDBjMC4wMC03LjkwNCwgMS41ODQtMTUuMzc2LCAzLjkzNi0yMi40NjQKCWMtMzAuOTI4LTE4LjAzMi01MS45MzYtNTEuMTItNTEuOTM2LTg5LjUwNGMwLjAwLTU3LjQ0LCA0Ni41Ni0xMDQuMDAsIDEwNC4wMC0xMDQuMDBMIDEwNC4wMTYsMzIuMDAgTCAzOTIuMDAsMzIuMDAgbDAuMDAsMC4wMzIgYyA2Ni4yODgsMC4wMCwgMTIwLjAwLDUzLjcxMiwgMTIwLjAwLDEyMC4wMAoJQyA1MTIuMDAsMjEwLjUyOCwgNDcwLjA2NCwyNTkuMTIsIDQxNC42MjQsMjY5LjcxMnogTSAzOTIuMDAsNjQuMDMyTCAzOTIuMDAsNjQuMDAgTCAxMDQuMDE2LDY0LjAwIGMtMzkuNjk2LDAuMDMyLTcyLjAwLDMyLjMyLTcyLjAwLDcyLjAzMmMwLjAwLDI1LjYwLCAxMy40ODgsNDguNzIsIDM2LjA2NCw2MS44NzIKCWMgMjEuOTM2LDEyLjU5MiwgMjMuNDQsMTUuMDg4LCAxNC4yNCwzNy43MTJjLTEuNTUyLDQuNjU2LTIuMzA0LDguNzA0LTIuMzA0LDEyLjM2OGMwLjAwLDIyLjA2NCwgMTcuOTM2LDQwLjAwLCA0MC4wMCw0MC4wMGMwLjAwLDAuMDAsIDEwLjQ5NiwwLjc1MiwgMjEuNjQ4LTMuNjgKCWMgMTguMzUyLTcuMzEyLCAyMC4zNTItMC4zMiwgMjkuMDI0LDE4LjU0NEMgMTg5LjA0LDM0Mi40MTYsIDIyOC44MCwzNjguMDAsIDI3Mi4wMCwzNjguMDBjIDU3LjYwLDAuMDAsIDEwNS4yMTYtNDMuNTY4LCAxMTAuNzg0LTEwMS4zNDRjIDEuOTY4LTIyLjkxMiwgMS45NjgtMjIuOTEyLCAyNS44NC0yOC4zNjgKCUMgNDUwLjAwLDIzMC4zODQsIDQ4MC4wMCwxOTQuMDk2LCA0ODAuMDAsMTUyLjAzMkMgNDgwLjAwLDEwMy41MDQsIDQ0MC41MjgsNjQuMDMyLCAzOTIuMDAsNjQuMDMyeiIgZGF0YS10YWdzPSJjbG91ZCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMDI7IiBkPSJNIDUxMC4wOTYsMjc5LjA4OGMtNC40MzIsMTIuNzg0LTE1LjgwOCwyMi4xNDQtMjkuNTA0LDI0LjE3NmwtMTMzLjIxNiwxOS44MDhsLTU3LjkwNCwxMjAuMjI0CglDIDI4My4zNzYsNDU1LjkyLCAyNzAuMzM2LDQ2NC4wMCwgMjU2LjAwLDQ2NC4wMGMtMTQuMzM2LDAuMDAtMjcuMzc2LTguMDgtMzMuNDcyLTIwLjcwNGwtNTcuOTA0LTEyMC4yMjRsLTEzMy4yMzItMTkuODA4Yy0xMy42OC0yLjAzMi0yNS4wNTYtMTEuMzkyLTI5LjQ3Mi0yNC4xNzYKCWMtNC40MC0xMi44MTYtMS4wNzItMjYuOTI4LCA4LjU5Mi0zNi41NmwgOTcuNjMyLTk3LjQ3MmwtMjIuNjQtMTM1LjIxNkMgODMuMjAtMy43NzYsIDg5LjEwNC0xNy40NCwgMTAwLjY3Mi0yNS40MDgKCUMgMTA3LjAyNC0yOS43NzYsIDExNC40OTYtMzIuMDAsIDEyMS45NjgtMzIuMDBjIDYuMTQ0LDAuMDAsIDEyLjMwNCwxLjUwNCwgMTcuODg4LDQuNDk2TCAyNTYuMDAsMzUuMDI0bCAxMTYuMTYtNjIuNTI4QyAzNzcuNzQ0LTMwLjQ5NiwgMzgzLjkwNC0zMi4wMCwgMzkwLjAzMi0zMi4wMAoJYyA3LjQ3MiwwLjAwLCAxNC45NDQsMi4yMjQsIDIxLjMxMiw2LjU5MmMgMTEuNTY4LDcuOTY4LCAxNy40NCwyMS42MzIsIDE1LjE1MiwzNS4yNDhsLTIyLjY1NiwxMzUuMjE2bCA5Ny42NjQsOTcuNDcyCglDIDUxMS4xNTIsMjUyLjE3NiwgNTE0LjQ2NCwyNjYuMjg4LCA1MTAuMDk2LDI3OS4wODh6IE0gMzc3LjQwOCwxNzAuMTkyYy04LjE5Mi04LjE2LTExLjkwNC0xOS42NjQtMTAuMDMyLTMwLjk0NGwgMjIuNjU2LTEzNS4yMTZsLTExNi4xNiw2Mi40OTYKCWMtNS41NjgsMy4wMDgtMTEuNzEyLDQuNDk2LTE3Ljg4OCw0LjQ5NmMtNi4xNDQsMC4wMC0xMi4zMDQtMS41MDQtMTcuODcyLTQuNDk2bC0xMTYuMTYtNjIuNDk2bCAyMi42NTYsMTM1LjIxNgoJYyAxLjg4OCwxMS4yOC0xLjgyNCwyMi43ODQtMTAuMDE2LDMwLjk0NGwtOTcuNjMyLDk3LjQ3MmwgMTMzLjIxNiwxOS44NGMgMTIuMTc2LDEuODA4LCAyMi42NTYsOS40MjQsIDI3Ljg4OCwyMC4yODhMIDI1Ni4wMCw0MjcuOTg0bCA1Ny45Mi0xMjAuMjA4CgljIDUuMjQ4LTEwLjg2NCwgMTUuNzEyLTE4LjQ2NCwgMjcuODcyLTIwLjI4OGwgMTMzLjI0OC0xOS44NEwgMzc3LjQwOCwxNzAuMTkyeiIgZGF0YS10YWdzPSJzdGFyIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwMzsiIGQ9Ik0gMzU0LjcyLDM0Mi4wMTZjLTQzLjMxMiw4LjkxMi04Ny4yOCwxMy40MjQtMTMwLjY0LDEzLjQyNGMtNDMuMzYsMC4wMC04Ny4zMTItNC41MTItMTMwLjY0LTEzLjQyNAoJCUMgODcuODQsMzQwLjg2NCwgODMuMjY0LDMzNi44MCwgODEuNDU2LDMzMS4zNDRjLTIzLjA3Mi03MC4wOTYtMjMuMDcyLTE0MS4xNjgsMC4wMC0yMTEuMjY0YyAxLjc5Mi01LjQ0LCA2LjM2OC05LjUwNCwgMTEuOTg0LTEwLjY1NgoJCUMgMTM2Ljc2OCwxMDAuNTI4LCAxODAuNzIsOTYuMDAsIDIyNC4wOCw5Ni4wMGMgNDMuMzQ0LDAuMDAsIDg3LjMyOCw0LjUyOCwgMTMwLjY0LDEzLjQ0YyA1LjYzMiwxLjE1MiwgMTAuMTkyLDUuMjE2LCAxMi4wMCwxMC42NTYKCQljIDIzLjA1Niw3MC4wOTYsIDIzLjA1NiwxNDEuMTY4LDAuMDAsMjExLjI2NEMgMzY0LjkxMiwzMzYuODAsIDM2MC4zMzYsMzQwLjg2NCwgMzU0LjcyLDM0Mi4wMTZ6IE0gMzUxLjUwNCwxMjUuMDg4Yy04NC45NDQtMTcuNDQtMTY5LjkwNC0xNy40NC0yNTQuODMyLDAuMDAKCQljLTIyLjA5Niw2Ny4wODgtMjIuMDk2LDEzNC4xNiwwLjAwLDIwMS4yNjRjIDg0Ljk0NCwxNy40NTYsIDE2OS45MDQsMTcuNDU2LCAyNTQuODMyLDAuMDBDIDM3My42MCwyNTkuMjY0LCAzNzMuNjAsMTkyLjE5MiwgMzUxLjUwNCwxMjUuMDg4ek0gNDkzLjY2NCwzNzguODhjLTMuMDg4LDEzLjAyNC0xNC4wMCwyMi43NTItMjcuMjgsMjQuMzUyQyAzOTYuNjI0LDQxMS43MTIsIDMyNS44NzIsNDE2LjAwLCAyNTYuMDgsNDE2LjAwCgkJQyAxODYuMzA0LDQxNi4wMCwgMTE1LjU1Miw0MTEuNzEyLCA0NS43OTIsNDAzLjI0OEMgMzIuNTEyLDQwMS42MzIsIDIxLjYxNiwzOTEuOTIsIDE4LjUyOCwzNzguODhjLTI0LjQ2NC0xMDIuNzY4LTI0LjQ2NC0yMDYuOTc2LDAuMDAtMzA5Ljc2CgkJYyAzLjA4OC0xMy4wMjQsIDEzLjk4NC0yMi43NTIsIDI3LjI2NC0yNC4zMzZjIDMzLjYxNi00LjA5NiwgNjcuNDU2LTcuMDg4LCAxMDEuMjk2LTkuMjE2QyAxNDUuMjY0LDM0LjQwLCAxNDQuMDgsMzMuMjE2LCAxNDQuMDgsMzIuMDBjMC4wMC04Ljg0OCwgNTAuMTQ0LTE2LjAwLCAxMTIuMDAtMTYuMDAKCQljIDYxLjg1NiwwLjAwLCAxMTIuMDAsNy4xNTIsIDExMi4wMCwxNi4wMGMwLjAwLDEuMjE2LTEuMTg0LDIuNDAtMy4wMDgsMy41NjhjIDMzLjg0LDIuMTI4LCA2Ny42OCw1LjEyLCAxMDEuMjgsOS4yMTZjIDEzLjI4LDEuNjAsIDI0LjE5MiwxMS4zMTIsIDI3LjI4LDI0LjMzNgoJCUMgNTE4LjEyOCwxNzEuOTA0LCA1MTguMTI4LDI3Ni4xMTIsIDQ5My42NjQsMzc4Ljg4eiBNIDQ2Mi41MjgsNzYuNTI4Yy0xMzcuNjMyLTE2LjY4OC0yNzUuMjY0LTE2LjY4OC00MTIuODgsMC4wMGMtMjMuNDA4LDk4LjMyLTIzLjQwOCwxOTYuNjQsMC4wMCwyOTQuOTQ0CgkJYyAxMzcuNjMyLDE2LjcwNCwgMjc1LjI2NCwxNi43MDQsIDQxMi44OCwwLjAwQyA0ODUuOTM2LDI3My4xNjgsIDQ4NS45MzYsMTc0Ljg0OCwgNDYyLjUyOCw3Ni41Mjh6TSA0MjQuMDk2LDI4OC4wMGMgMTMuMjQ4LDAuMDAsIDI0LjAwLDEwLjc1MiwgMjQuMDAsMjQuMDBTIDQzNy4zNDQsMzM2LjAwLCA0MjQuMDk2LDMzNi4wMHMtMjQuMDAtMTAuNzUyLTI0LjAwLTI0LjAwUyA0MTAuODQ4LDI4OC4wMCwgNDI0LjA5NiwyODguMDB6CgkJIE0gNDI0LjA5NiwzMjAuMDBjIDQuNDAsMC4wMCwgOC4wMC0zLjYwLCA4LjAwLTguMDBzLTMuNjAtOC4wMC04LjAwLTguMDBzLTguMDAsMy42MC04LjAwLDguMDBTIDQxOS42OCwzMjAuMDAsIDQyNC4wOTYsMzIwLjAwek0gNDQwLjA5NiwxMjguMDAgQyA0NDQuNDk2LDEyOC4wMCA0NDguMDk2LDEyNC40MzIgNDQ4LjA5NiwxMjAuMDAgQyA0NDguMDk2LDExNS42MCA0NDQuNDk2LDExMi4wMCA0NDAuMDk2LDExMi4wMCBMIDM5Mi4wOTYsMTEyLjAwIEMgMzg3LjY2NCwxMTIuMDAgMzg0LjA5NiwxMTUuNjAgMzg0LjA5NiwxMjAuMDAgQyAzODQuMDk2LDEyNC40MzIgMzg3LjY2NCwxMjguMDAgMzkyLjA5NiwxMjguMDAgTCA0NDAuMDk2LDEyOC4wMCBaTSA0NTYuMDk2LDE3Ni4wMCBDIDQ2MC40OTYsMTc2LjAwIDQ2NC4wOTYsMTcyLjQzMiA0NjQuMDk2LDE2OC4wMCBDIDQ2NC4wOTYsMTYzLjYwIDQ2MC40OTYsMTYwLjAwIDQ1Ni4wOTYsMTYwLjAwIEwgNDA4LjA5NiwxNjAuMDAgQyA0MDMuNjY0LDE2MC4wMCA0MDAuMDk2LDE2My42MCA0MDAuMDk2LDE2OC4wMCBDIDQwMC4wOTYsMTcyLjQzMiA0MDMuNjY0LDE3Ni4wMCA0MDguMDk2LDE3Ni4wMCBMIDQ1Ni4wOTYsMTc2LjAwIFpNIDQ1Ni4wOTYsMjI0LjAwIEMgNDYwLjQ5NiwyMjQuMDAgNDY0LjA5NiwyMjAuNDE2IDQ2NC4wOTYsMjE2LjAwIEMgNDY0LjA5NiwyMTEuNTg0IDQ2MC40OTYsMjA4LjAwIDQ1Ni4wOTYsMjA4LjAwIEwgNDA4LjA5NiwyMDguMDAgQyA0MDMuNjY0LDIwOC4wMCA0MDAuMDk2LDIxMS41ODQgNDAwLjA5NiwyMTYuMDAgQyA0MDAuMDk2LDIyMC40MTYgNDAzLjY2NCwyMjQuMDAgNDA4LjA5NiwyMjQuMDAgTCA0NTYuMDk2LDIyNC4wMCBaTSAyMTYuMDgsMjkxLjEzNiBDIDIyMC40OTYsMjkxLjMxMiAyMjQuMDgsMjg3Ljg3MiAyMjQuMDgsMjgzLjQ1NiBDIDIyNC4wOCwyNzkuMDQgMjIwLjQ4LDI3NS4zMjggMjE2LjA4LDI3NS4xNjggTCAxNTYuMDk2LDI3MS4wNTYgQyAxNTEuNzI4LDI3MC42MDggMTQ3LjY2NCwyNjYuNjcyIDE0Ny4wNzIsMjYyLjMyIEwgMTQ0LjQwLDIzMi4wMCBDIDE0NC4yMjQsMjI3LjYwIDE0MC40OCwyMjQuMDAgMTM2LjExMiwyMjQuMDAgQyAxMzEuNzI4LDIyNC4wMCAxMjguMzIsMjI3LjYwIDEyOC41NDQsMjMyLjAwIEwgMTMzLjQyNCwyNzYuNTc2IEMgMTM0LjE2LDI4MC45MjggMTM4LjMzNiwyODQuODk2IDE0Mi43MDQsMjg1LjM5MiBMIDIxNi4wOCwyOTEuMTM2IFoiIGRhdGEtdGFncz0idHYiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDA0OyIgZD0iTSA0MzEuOTY4LDI1NS45NTIgQyA0MzEuOTY4LDMzNS4zNDQgMzY3LjM3NiwzOTkuOTUyIDI4Ny45NjgsMzk5LjkzNiBMIDI4Ny45NjgsNDAwLjAwIEMgMjgzLjU2OCw0MDAuMDE2IDI4MC4wMCw0MDMuNjAgMjgwLjAwLDQwOC4wMCBDIDI4MC4wMCw0MTIuNDE2IDI4My41NjgsNDE2LjAwIDI4OC4wMCw0MTYuMDAgQyAyODguMTYsNDE2LjAwIDI4OC4yODgsNDE1LjkzNiAyODguNDAsNDE1LjkwNCBDIDM3Ni41MjgsNDE1LjY5NiA0NDcuODcyLDM0NC4yNzIgNDQ3Ljk2OCwyNTYuMTI4IEMgNDQ3Ljk2OCwyNTYuMDggNDQ4LjAwLDI1Ni4wNDggNDQ4LjAwLDI1Ni4wMCBDIDQ0OC4wMCwyNTEuNTg0IDQ0NC40MCwyNDguMDE2IDQ0MC4wMCwyNDguMDE2IEMgNDM1LjYwLDI0OC4wMTYgNDMyLjAzMiwyNTEuNTY4IDQzMi4wMCwyNTUuOTUyIEwgNDMxLjk2OCwyNTUuOTUyIFpNIDE0NS45MzYsNDY1Ljk1MkMgMTM2Ljc2OCw0NzUuMTM2LCAxMjQuNDgsNDgwLjAwLCAxMTEuOTg0LDQ4MC4wMEMgMTA1LjgwOCw0ODAuMDAsIDk5LjU4NCw0NzguODE2LCA5My42NDgsNDc2LjM1MkMgNzUuNjk2LDQ2OC45MjgsIDY0LjAwLDQ1MS40MjQsIDY0LjAwLDQzMi4wMAoJCUwgNjMuOTg0LDIxMS44ODhsLTQ5LjkyLTQ5Ljk1MmMtMTguNzUyLTE4LjcyLTE4Ljc1Mi00OS4xMiwwLjAwLTY3Ljg3MmwgMTEyLjAwLTExMi4wMEMgMTM1LjQ0LTI3LjMxMiwgMTQ3LjcxMi0zMi4wMCwgMTYwLjAwLTMyLjAwcyAyNC41Niw0LjY4OCwgMzMuOTM2LDE0LjA2NEwgMjQzLjg3MiwzMi4wMAoJCWwgMjIwLjA5NiwwLjAwIGMgMTkuNDQsMC4wMCwgMzYuOTQ0LDExLjY4LCA0NC4zMzYsMjkuNjMyYyA3LjQ0LDE3LjkzNiwgMy4zNDQsMzguNTkyLTEwLjQwLDUyLjMyTCAxNDUuOTM2LDQ2NS45NTJ6IE0gMjIxLjI0OCw1NC42MjRsLTQ5LjkzNi00OS45MzYKCQlDIDE2Ny4yMzIsMC42MjQsIDE2Mi40NjQsMC4wMCwgMTYwLjAwLDAuMDBzLTcuMjMyLDAuNjI0LTExLjMxMiw0LjY4OGwtMTEyLjAwLDExMi4wMEMgMzIuNjA4LDEyMC43ODQsIDMyLjAwLDEyNS41MzYsIDMyLjAwLDEyOC4wMHMgMC42MDgsNy4yNDgsIDQuNjg4LDExLjMxMmwgNDkuOTIsNDkuOTM2CgkJYyAwLjE0NCwwLjE2LCAwLjE5MiwwLjMzNiwgMC4zMzYsMC40OTZsIDEzNC44MC0xMzQuODE2QyAyMjEuNjAsNTQuODE2LCAyMjEuMzkyLDU0Ljc4NCwgMjIxLjI0OCw1NC42MjR6IE0gMjQzLjg3Miw2NC4wMAoJCWMtMi40OCwwLjAwLTQuNzg0LTAuODgtNy4xNTItMS40MDhMIDk0LjU2LDIwNC43NTJjIDAuNTQ0LDIuMzY4LCAxLjQyNCw0LjY3MiwgMS40MjQsNy4xMzZMIDk2LjAwLDQwNC42MjRMIDQzNi41OTIsNjQuMDBMIDI0My44NzIsNjQuMDAgeiBNIDQ3OC43NTIsNzMuODcyCgkJQyA0NzYuMjg4LDY3Ljg3MiwgNDcwLjQ2NCw2NC4wMCwgNDYzLjk2OCw2NC4wMGwtNC43NTIsMC4wMCBMIDk2LjAwLDQyNy4yNDhMIDk2LjAwLDQzMi4wMCBjMC4wMCw2LjQ5NiwgMy44NzIsMTIuMzA0LCA5Ljg3MiwxNC43ODRDIDEwNy44NCw0NDcuNjAsIDEwOS44ODgsNDQ4LjAwLCAxMTEuOTg0LDQ0OC4wMAoJCWMgNC4yODgsMC4wMCwgOC4zMDQtMS42NjQsIDExLjMxMi00LjY3MmwgMzUxLjk4NC0zNTIuMDE2QyA0NzkuODcyLDg2LjcyLCA0ODEuMjQ4LDc5Ljg3MiwgNDc4Ljc1Miw3My44NzJ6TSAyODcuOTY4LDQ0OC4wMCBDIDI3OS4xNTIsNDQ4LjAxNiAyNzIuMDAsNDU1LjE4NCAyNzIuMDAsNDY0LjAwIEMgMjcyLjAwLDQ3Mi44NDggMjc5LjE1Miw0ODAuMDAgMjg4LjAwLDQ4MC4wMCBDIDI4OC4xNiw0ODAuMDAgMjg4LjI4OCw0NzkuOTM2IDI4OC40MCw0NzkuOTIgQyA0MTEuODcyLDQ3OS42OTYgNTExLjg3MiwzNzkuNjE2IDUxMS45NjgsMjU2LjEyOCBDIDUxMS45NjgsMjU2LjA4IDUxMi4wMCwyNTYuMDQ4IDUxMi4wMCwyNTYuMDAgQyA1MTIuMDAsMjQ3LjE1MiA1MDQuODQ4LDI0MC4wMCA0OTYuMDAsMjQwLjAwIEMgNDg3LjE4NCwyNDAuMDAgNDgwLjAzMiwyNDcuMTM2IDQ4MC4wMCwyNTUuOTM2IEwgNDc5Ljk2OCwyNTUuOTM2IEMgNDc5Ljk2OCwzNjEuODA4IDM5My44NCw0NDcuOTM2IDI4Ny45NjgsNDQ3LjkzNiBMIDI4Ny45NjgsNDQ4LjAwIFoiIGRhdGEtdGFncz0ic291bmQiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDA1OyIgZD0iTSA0ODAuMDAsMzg0LjAwbC0xNC4xOTIsMC4wMCBjLTguNDAsMC4wMC0xNi40NjQtMy4zMTItMjIuNDY0LTkuMjE2TCA0MDAuMDAsMzMyLjAzMkwgNDAwLjAwLDM1Mi4wMCBjMC4wMCwyNi41MTItMjEuNTA0LDQ4LjAwLTQ4LjAwLDQ4LjAwTCA0OC4wMCw0MDAuMDAgCglDIDIxLjUzNiw0MDAuMDAsMC4wMCwzNzguNDgsMC4wMCwzNTIuMDBsMC4wMC0xMTEuNTUyIEwwLjAwLDk2LjAwIGMwLjAwLTI2LjQ5NiwgMjEuNDg4LTQ4LjAwLCA0OC4wMC00OC4wMGwgMzA0LjAwLDAuMDAgYyAyNi40OTYsMC4wMCwgNDguMDAsMjEuNTA0LCA0OC4wMCw0OC4wMGwwLjAwLDE5LjUzNiBsIDQzLjM0NC00Mi43NTJjIDYuMDAtNS45MDQsIDE0LjA2NC05LjIxNiwgMjIuNDY0LTkuMjE2CglMIDQ4MC4wMCw2My41NjggYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzIsIDMyLjAwLDMyLjAwTCA1MTIuMDAsMzUyLjAwIEMgNTEyLjAwLDM2OS42OCwgNDk3LjY2NCwzODQuMDAsIDQ4MC4wMCwzODQuMDB6IE0gNDguMDAsODAuMDBjLTguODMyLDAuMDAtMTYuMDAsNy4xODQtMTYuMDAsMTYuMDBMIDMyLjAwLDM1Mi4wMCBjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwbCAzMDQuMDAsMC4wMCBjIDguODE2LDAuMDAsIDE2LjAwLTcuMTY4LCAxNi4wMC0xNi4wMGwwLjAwLTI1Ni4wMCAKCWMwLjAwLTguODE2LTcuMTg0LTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCw4MC4wMCB6IE0gNDgwLjAwLDk1LjU2OGwtMTQuMTkyLDAuMDAgTCA0NjQuMDAsOTUuNTY4IGwtNjQuMDAsNjQuMDBMIDQwMC4wMCwxNjAuMDAgbC0xNi4wMCwxNi4wMGwwLjAwLDk2LjAwIGwgODAuMDAsODAuMDBsIDEuODA4LDAuMDAgTCA0ODAuMDAsMzUyLjAwIEwgNDgwLjAwLDk1LjU2OCB6IiBkYXRhLXRhZ3M9InZpZGVvIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwNjsiIGQ9Ik0gNDc5LjY4LDM3MC44OTZjLTEuNTM2LDI1LjEyLTIyLjE5Miw0NS4wNTYtNDcuNjgsNDUuMDU2bC00OC4wMCwwLjAwIGwwLjAwLDE2LjAwIEwgMzg0LjAwLDQzMS45ODQgCgkJYzAuMDAsMjYuNTEyLTIxLjUwNCw0OC4wMC00OC4wMCw0OC4wMEwgMTc2LjAwLDQ3OS45ODQgYy0yNi41MTIsMC4wMC00OC4wMC0yMS40ODgtNDguMDAtNDguMDBsMC4wMC0wLjAxNiBsMC4wMC0xNi4wMCBMIDgwLjAwLDQxNS45NjggYy0yNS41MiwwLjAwLTQ2LjE2LTE5LjkzNi00Ny42OTYtNDUuMDU2TCAzMi4wMCwzNzAuOTEyIGwwLjAwLTE4LjkyOCBsMC4wMC0xNi4wMCBjMC4wMC0xNy42NjQsIDE0LjMzNi0zMi4wMCwgMzIuMDAtMzIuMDBsMC4wMCwwLjAwbDAuMDAtMjcyLjAwIAoJCWMwLjAwLTM1LjM0NCwgMjguNjU2LTY0LjAwLCA2NC4wMC02NC4wMGwgMjU2LjAwLDAuMDAgYyAzNS4zNDQsMC4wMCwgNjQuMDAsMjguNjU2LCA2NC4wMCw2NC4wMGwwLjAwLDI3Mi4wMCBsMC4wMCwwLjAwYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzM2LCAzMi4wMCwzMi4wMGwwLjAwLDE2LjAwIEwgNDgwLjAwLDM3MC44OTYgTCA0NzkuNjgsMzcwLjg5NiB6IE0gMTYwLjAwLDQzMS45NjhjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwbCAxNjAuMDAsMC4wMCAKCQljIDguODQ4LDAuMDAsIDE2LjAwLTcuMTUyLCAxNi4wMC0xNi4wMGwwLjAwLTE2LjAwIEwgMTYwLjAwLDQxNS45NjggTCAxNjAuMDAsNDMxLjk2OCB6IE0gNDE2LjAwLDMxLjk2OGMwLjAwLTE3LjYzMi0xNC4zNjgtMzIuMDAtMzIuMDAtMzIuMDBMIDEyOC4wMC0wLjAzMiBjLTE3LjY0OCwwLjAwLTMyLjAwLDE0LjM2OC0zMi4wMCwzMi4wMGwwLjAwLDI3Mi4wMCBsIDMyMC4wMCwwLjAwIEwgNDE2LjAwLDMxLjk2OCB6IE0gNDQ4LjAwLDM1MS45ODRsMC4wMC0xNi4wMCBMIDY0LjAwLDMzNS45ODQgbDAuMDAsMTYuMDAgTCA2NC4wMCwzNjcuOTY4IAoJCWMwLjAwLDguODQ4LCA3LjE1MiwxNi4wMCwgMTYuMDAsMTYuMDBsIDM1Mi4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwTCA0NDguMDAsMzUxLjk4NCB6TSAxNDQuMDAsMzEuOTA0bCAzMi4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwbDAuMDAsMjA4LjAwIGMwLjAwLDguODQ4LTcuMTUyLDE2LjAwLTE2LjAwLDE2LjAwTCAxNDQuMDAsMjcxLjkwNCAKCQljLTguODQ4LDAuMDAtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC0yMDguMDAgQyAxMjguMDAsMzkuMDU2LCAxMzUuMTUyLDMxLjkwNCwgMTQ0LjAwLDMxLjkwNHogTSAxNDQuMDAsMjU1LjkybCAzMi4wMCwwLjAwIGwwLjAwLTIwOC4wMCBMIDE0NC4wMCw0Ny45MiBMIDE0NC4wMCwyNTUuOTIgek0gMjQwLjAwLDMxLjkwNGwgMzIuMDAsMC4wMCBjIDguODQ4LDAuMDAsIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMGwwLjAwLDIwOC4wMCBjMC4wMCw4Ljg0OC03LjE1MiwxNi4wMC0xNi4wMCwxNi4wMGwtMzIuMDAsMC4wMCAKCQljLTguODQ4LDAuMDAtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC0yMDguMDAgQyAyMjQuMDAsMzkuMDU2LCAyMzEuMTUyLDMxLjkwNCwgMjQwLjAwLDMxLjkwNHogTSAyNDAuMDAsMjU1LjkybCAzMi4wMCwwLjAwIGwwLjAwLTIwOC4wMCBsLTMyLjAwLDAuMDAgTCAyNDAuMDAsMjU1LjkyIHpNIDMzNi4wMCwzMS45MDRsIDMyLjAwLDAuMDAgYyA4Ljg0OCwwLjAwLCAxNi4wMCw3LjE1MiwgMTYuMDAsMTYuMDBsMC4wMCwyMDguMDAgYzAuMDAsOC44NDgtNy4xNTIsMTYuMDAtMTYuMDAsMTYuMDBsLTMyLjAwLDAuMDAgCgkJYy04Ljg0OCwwLjAwLTE2LjAwLTcuMTUyLTE2LjAwLTE2LjAwbDAuMDAtMjA4LjAwIEMgMzIwLjAwLDM5LjA1NiwgMzI3LjE1MiwzMS45MDQsIDMzNi4wMCwzMS45MDR6IE0gMzM2LjAwLDI1NS45MmwgMzIuMDAsMC4wMCBsMC4wMC0yMDguMDAgbC0zMi4wMCwwLjAwIEwgMzM2LjAwLDI1NS45MiB6IiBkYXRhLXRhZ3M9InRyYXNoIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwNzsiIGQ9Ik0gNDk3Ljc2LDI2LjYyNGMtMy4yMTYsMi4xMjgtNjEuNTY4LDQwLjQwLTE0OC4zNjgsNTkuMTg0YyAzMS44NCw0MC4zMzYsIDUyLjI4OCw5NC41OTIsIDYwLjk3NiwxMzAuNzA0CgljIDEyLjA2NCw1MC4wNDgsIDcuMzc2LDE0Ny45NjgtNDAuNjg4LDIwOC45OTJDIDM0MS41ODQsNDYxLjE2OCwgMzAyLjI3Miw0ODAuMDAsIDI1Ni4wMCw0ODAuMDBjLTQ2LjI3MiwwLjAwLTg1LjU4NC0xOC44NDgtMTEzLjY2NC01NC40OTYKCUMgOTQuMjcyLDM2NC40OTYsIDg5LjYwLDI2Ni41NzYsIDEwMS42NDgsMjE2LjUyOGMgOC42ODgtMzYuMTEyLCAyOS4xMi05MC4zNjgsIDYwLjk3Ni0xMzAuNzA0Yy04Ni44MC0xOC43ODQtMTQ1LjE1Mi01Ny4wNTYtMTQ4LjM1Mi01OS4xODQKCWMtMTEuNzI4LTcuODA4LTE2Ljk3Ni0yMi40MC0xMi44OC0zNS44NzJDIDUuNDU2LTIyLjc1MiwgMTcuOTItMzIuMDAsIDMyLjAwLTMyLjAwbCA0NDguMDAsMC4wMCBjIDE0LjA5NiwwLjAwLCAyNi41MjgsOS4yNDgsIDMwLjYyNCwyMi43NTIKCUMgNTE0LjczNiw0LjIyNCwgNTA5LjQ4OCwxOC44MTYsIDQ5Ny43NiwyNi42MjR6IE0gMzI0LjI3MiwxMDUuNjMybC01LjIxNi02LjYyNGMtMzguMTYtNDMuODQtODcuOTItNDMuODQtMTI2LjA2NCwwLjAwbC01LjIzMiw2LjYyNAoJYy00NC41Niw1Ni40NjQtNjYuNjcyLDEzMS4xNTItNTcuMTUyLDIwMi40MEMgMTM5LjMyOCwzNzYuNDk2LCAxNzguNTYsNDQ4LjAwLCAyNTYuMDAsNDQ4LjAwYyA3Ny40NCwwLjAwLCAxMTYuNjg4LTcxLjUyLCAxMjUuNDA4LTEzOS45ODQKCUMgMzkwLjg5NiwyMzYuNzM2LCAzNjguODY0LDE2Mi4xMjgsIDMyNC4yNzIsMTA1LjYzMnogTSAzMi4wMCwwLjAwYyAyLjIwOCwxLjQ3MiwgNTYuNDE2LDM3LjAyNCwgMTM3LjM3Niw1NC41MjhsIDM5Ljc0NCw4LjU5MkMgMjIzLjMxMiw1My44MDgsIDIzOC44OCw0OC4wMCwgMjU2LjAwLDQ4LjAwCgljIDE3LjEzNiwwLjAwLCAzMi42ODgsNS44MDgsIDQ2Ljg4LDE1LjEybCAzOS43NDQtOC41OTJjIDgwLjMyLTE3LjM3NiwgMTM0LjMzNi01Mi41MjgsIDEzNy4zNzYtNTQuNTI4TCAzMi4wMCwwLjAwIHoiIGRhdGEtdGFncz0idXNlciIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMDg7IiBkPSJNIDM1Mi4wNjQsNDgwLjAwYy04OC4zNjgsMC4wMC0xNjAuMDAtNzEuNjQ4LTE2MC4wMC0xNjAuMDBjMC4wMC0yMC41NiwgNC4zMDQtNDAuMDE2LCAxMS40MDgtNTguMDY0TCA5LjA4OCw2Ny41NjgKCQlDIDMuNDcyLDYxLjkzNiwgMC4wMCw1Ni41OTIsIDAuMDAsNDguMDBsMC4wMC00OC4wMCBjMC4wMC0xNy4xMiwgMTQuODY0LTMyLjAwLCAzMi4wMC0zMi4wMGwgNDguMDAsMC4wMCBjIDguNTc2LDAuMDAsIDE0LjAwLDMuNDQsIDE5LjYxNiw5LjAyNEwgMTIyLjU3NiwwLjAwbCAzNy40ODgsMC4wMCBjIDE3LjY2NCwwLjAwLCAzMi4wMCwxNC4zMzYsIDMyLjAwLDMyLjAwbDAuMDAsMzIuMDAgbCAzMi4wMCwwLjAwIAoJCWMgMTcuNjY0LDAuMDAsIDMyLjAwLDE0LjMzNiwgMzIuMDAsMzIuMDBsMC4wMCwzNy41MDQgbCAzNy45MDQsMzcuOTM2QyAzMTIuMDMyLDE2NC4zMiwgMzMxLjQ3MiwxNjAuMDAsIDM1Mi4wNjQsMTYwLjAwYyA4OC4zMzYsMC4wMCwgMTYwLjAwLDcxLjY0OCwgMTYwLjAwLDE2MC4wMFMgNDQwLjQwLDQ4MC4wMCwgMzUyLjA2NCw0ODAuMDB6IE0gMzUyLjA2NCwxOTIuMDAKCQljLTIzLjY4LDAuMDAtNDUuNjMyLDYuODgtNjQuNjU2LDE4LjExMmwtNS41MDQtNS40ODhsLTE4LjAwLTE4LjAwbC0zMC40OC0zMC40OTZjLTYuMDAtNi4wMC05LjM3Ni0xNC4xMjgtOS4zNzYtMjIuNjI0TCAyMjQuMDQ4LDk2LjAwIGwtMzIuMDAsMC4wMCAKCQljLTE3LjY2NCwwLjAwLTMyLjAwLTE0LjMyLTMyLjAwLTMyLjAwbDAuMDAtMzIuMDAgTCAxMjIuNTc2LDMyLjAwIGMtOC40OCwwLjAwLTE2LjYyNC0zLjM3Ni0yMi42MjQtOS4zNzZsLTIyLjY4OC0yMi42ODhMIDMyLjA0OCwwLjAwTCAzMi4wMCw0NS42MGwgMTg2LjY0LDE4Ni4zMDQKCQljMC4wMCwwLjAwLDAuMDAtMC4wMTYsIDAuMDE2LTAuMDMybCAyMy41MDQsMjMuNTA0Yy0xMS4yMzIsMTkuMDI0LTE4LjExMiw0MC45Ni0xOC4xMTIsNjQuNjRjMC4wMCw3MC42ODgsIDU3LjMyOCwxMjguMDAsIDEyOC4wMCwxMjguMDBzIDEyOC4wMC01Ny4zMTIsIDEyOC4wMC0xMjguMDBTIDQyMi43NTIsMTkyLjAwLCAzNTIuMDY0LDE5Mi4wMHpNIDQ0NS4xMiwzNDguMTc2Yy0xNy45MzYsMjQuOTkyLTM5Ljc3Niw0Ni44MC02NC44OCw2NC44NjRDIDM3Ni4xNiw0MTYuMDAsIDM3MC44OCw0MTYuNzM2LCAzNjYuMTI4LDQxNS4wNzIKCQljLTIyLjIyNC03LjgyNC0zNy40NC0yMy4wMjQtNDUuMjE2LTQ1LjI0OGMtMC41OTItMS42NjQtMC44OC0zLjM5Mi0wLjg4LTUuMTA0YzAuMDAtMy4xODQsIDAuOTkyLTYuMzM2LCAyLjkxMi05LjAwOAoJCWMgMTguMDAtMjUuMDI0LCAzOS44MDgtNDYuODQ4LCA2NC44NDgtNjQuODQ4YyA0LjA5Ni0yLjk0NCwgOS4zNDQtMy42OTYsIDE0LjA5Ni0yLjA0OGMgMjIuMjU2LDcuNzc2LCAzNy40NzIsMjMuMDA4LCA0NS4yOCw0NS4yNDgKCQljIDAuNTkyLDEuNjY0LCAwLjg4LDMuMzkyLCAwLjg4LDUuMTA0QyA0NDguMDMyLDM0Mi4zNTIsIDQ0Ny4wMjQsMzQ1LjUwNCwgNDQ1LjEyLDM0OC4xNzZ6IE0gMzk3LjEyLDMwMy44NEMgMzczLjQ3MiwzMjAuODQ4LCAzNTIuODgsMzQxLjQ0LCAzMzYuMDAsMzY0LjUyOAoJCWMgNi4xOTIsMTcuNjQ4LCAxNy43NzYsMjkuMjMyLCAzNC45MTIsMzUuNTM2YyAyMy42NjQtMTcuMDQsIDQ0LjIyNC0zNy41ODQsIDYxLjA1Ni02MC45NzZDIDQyNS43MTIsMzIxLjU2OCwgNDE0LjE2LDMxMC4wNDgsIDM5Ny4xMiwzMDMuODR6IiBkYXRhLXRhZ3M9ImtleSIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMDk7IiBkPSJNIDMyMC4wMCw0NzkuOTJjLTEwNi4wMzIsMC4wMC0xOTIuMDAtODUuOTY4LTE5Mi4wMC0xOTIuMDBjMC4wMC0zMi40MTYsIDguMTEyLTYyLjkyOCwgMjIuMzItODkuNzI4bC0xMzMuNTA0LTEzMy40NzJsIDAuMTEyLTAuMDk2CgkJQyA2LjQ5Niw1NC4zNjgsMC4wMCw0MC4xNiwwLjAwLDI0LjM2OGMwLjAwLTMxLjE4NCwgMjUuMjgtNTYuNDY0LCA1Ni40NjQtNTYuNDY0YyAxNS43NiwwLjAwLCAyOS45ODQsNi40OTYsIDQwLjI0LDE2Ljk0NGwtMC4wMzIsMC4wMzJsIDEzMy40NTYsMTMzLjQ0CgkJYyAyNi44MTYtMTQuMjU2LCA1Ny4zNzYtMjIuNDAsIDg5Ljg3Mi0yMi40MGMgMTA2LjAzMiwwLjAwLCAxOTIuMDAsODUuOTY4LCAxOTIuMDAsMTkyLjAwQyA1MTIuMDAsMzkzLjk1MiwgNDI2LjAzMiw0NzkuOTIsIDMyMC4wMCw0NzkuOTJ6IE0gNzYuNzIsNC44NDgKCQljLTUuMTUyLTUuMzQ0LTEyLjI4OC04LjY4OC0yMC4yNTYtOC42ODhjLTE1LjYwLDAuMDAtMjguMjQsMTIuNjI0LTI4LjI0LDI4LjIyNGMwLjAwLDcuOTY4LCAzLjM2LDE1LjA4OCwgOC42ODgsMjAuMjU2bC0wLjE0NCwwLjEyOGwgMTI5LjA1NiwxMjkuMDU2CgkJYyAxMS4yOC0xNS4yMTYsIDI0LjcyLTI4LjY1NiwgMzkuOTA0LTM5Ljk2OEwgNzYuNzIsNC44NDh6IE0gMzIwLjAwLDEyNy45MDRjLTg4LjM1MiwwLjAwLTE2MC4wMCw3MS42NjQtMTYwLjAwLDE2MC4wMGMwLjAwLDg4LjM1MiwgNzEuNjQ4LDE2MC4wMCwgMTYwLjAwLDE2MC4wMAoJCWMgODguMzM2LDAuMDAsIDE2MC4wMC03MS42NDgsIDE2MC4wMC0xNjAuMDBDIDQ4MC4wMCwxOTkuNTY4LCA0MDguMzM2LDEyNy45MDQsIDMyMC4wMCwxMjcuOTA0ek0gMzIwLjAwLDM5OS45MiBDIDMyNC40MCwzOTkuOTIgMzI4LjAwLDM5Ni4zMzYgMzI4LjAwLDM5MS45MiBDIDMyOC4wMCwzODcuNTA0IDMyNC40MCwzODMuOTIgMzIwLjAwLDM4My45MiBDIDI2Ni45NzYsMzgzLjkyIDIyNC4wMCwzNDAuOTI4IDIyNC4wMCwyODcuOTIgQyAyMjQuMDAsMjgzLjUwNCAyMjAuNDE2LDI3OS45MiAyMTYuMDAsMjc5LjkyIEMgMjExLjU4NCwyNzkuOTIgMjA4LjAwLDI4My41MDQgMjA4LjAwLDI4Ny45MiBDIDIwOC4wMCwzNDkuNzc2IDI1OC4xMjgsMzk5LjkyIDMyMC4wMCwzOTkuOTIgWiIgZGF0YS10YWdzPSJzZWFyY2giIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDBhOyIgZD0iTSA0ODYuMjU2LDI3Ny4xMmwtNDkuMDI0LDkuODI0Yy0yLjQ2NCw3LjA4OC01LjM3NiwxMy45NjgtOC41OTIsMjAuNjI0bCAyNy43NzYsNDEuNjY0CgkJYyA4LjQ2NCwxMi42ODgsIDYuNzg0LDI5LjYwLTQuMDAsNDAuMzY4bC0zMC43ODQsMzAuNzg0Yy02LjE5Miw2LjE5Mi0xNC4zNjgsOS4zNzYtMjIuNjU2LDkuMzc2Yy02LjEyOCwwLjAwLTEyLjMyLTEuNzYtMTcuNzEyLTUuMzc2CgkJbC00MS42NjQtMjcuNzZjLTYuNjg4LDMuMjMyLTEzLjU2OCw2LjExMi0yMC42NTYsOC41NzZMIDMwOS4xMiw0NTQuMjRjLTIuOTc2LDE0Ljk3Ni0xNi4xMjgsMjUuNzI4LTMxLjM3NiwyNS43MjhsLTQzLjUyLDAuMDAgCgkJYy0xNS4yNDgsMC4wMC0yOC4zODQtMTAuNzY4LTMxLjM3Ni0yNS43MjhsLTkuODI0LTQ5LjA0Yy03LjA4OC0yLjQ2NC0xMy45NjgtNS4zNi0yMC42MjQtOC41NzZMIDEzMC43NTIsNDI0LjM4NAoJCUMgMTI1LjMyOCw0MjguMDAsIDExOS4xNTIsNDI5Ljc2LCAxMTMuMDA4LDQyOS43NmMtOC4yNzIsMC4wMC0xNi40NDgtMy4xODQtMjIuNjQtOS4zNzZMIDU5LjYwLDM4OS42MGMtMTAuNzg0LTEwLjc4NC0xMi40NjQtMjcuNjgtNC4wMC00MC4zNjhsIDI3Ljc2LTQxLjY2NAoJCWMtMy4yMzItNi42NzItNi4xMTItMTMuNTUyLTguNTc2LTIwLjY0TCAyNS43MjgsMjc3LjEyQyAxMC43NjgsMjc0LjEyOCwwLjAwLDI2MC45OTIsMC4wMCwyNDUuNzQ0bDAuMDAtNDMuNTIgYzAuMDAtMTUuMjQ4LCAxMC43NjgtMjguNDAsIDI1LjcyOC0zMS4zNzYKCQlsIDQ5LjA0LTkuODRjIDIuNDY0LTcuMDg4LCA1LjM2LTEzLjk2OCwgOC41NzYtMjAuNjI0TCA1NS42MCw5OC43MmMtOC40NjQtMTIuNjg4LTYuNzg0LTI5LjYwLCA0LjAwLTQwLjM2OGwgMzAuNzg0LTMwLjc4NAoJCWMgNi4xOTItNi4xOTIsIDE0LjM2OC05LjM3NiwgMjIuNjQtOS4zNzZjIDYuMTQ0LDAuMDAsIDEyLjMzNiwxLjc3NiwgMTcuNzI4LDUuMzc2bCA0MS42NjQsMjcuNzc2YyA2LjY3Mi0zLjI0OCwgMTMuNTUyLTYuMTI4LCAyMC42NC04LjU5MgoJCWwgOS44MDgtNDkuMDI0YyAyLjk5Mi0xNC45NzYsIDE2LjEyOC0yNS43NDQsIDMxLjM3Ni0yNS43NDRsIDQzLjUyLDAuMDAgYyAxNS4yNDgsMC4wMCwgMjguNDAsMTAuNzg0LCAzMS4zNzYsMjUuNzQ0bCA5Ljg0LDQ5LjAyNAoJCWMgNy4wODgsMi40NjQsIDEzLjk2OCw1LjM3NiwgMjAuNjI0LDguNTkybCA0MS42NjQtMjcuNzc2YyA1LjQwOC0zLjYwLCAxMS42MC01LjM3NiwgMTcuNzEyLTUuMzc2YyA4LjI4OCwwLjAwLCAxNi40NjQsMy4xODQsIDIyLjY1Niw5LjM3NgoJCWwgMzAuNzg0LDMwLjc4NGMgMTAuNzg0LDEwLjc4NCwgMTIuNDY0LDI3LjY4LCA0LjAwLDQwLjM2OGwtMjcuNzc2LDQxLjY2NGMgMy4yNDgsNi42ODgsIDYuMTI4LDEzLjU2OCwgOC41OTIsMjAuNjU2bCA0OS4wMjQsOS44MDgKCQlDIDUwMS4yMTYsMTczLjgwOCwgNTEyLjAwLDE4Ni45NzYsIDUxMi4wMCwyMDIuMjI0bDAuMDAsNDMuNTIgQyA1MTIuMDAsMjYwLjk5MiwgNTAxLjIxNiwyNzQuMTI4LCA0ODYuMjU2LDI3Ny4xMnogTSA0MzAuOTQ0LDE5Mi40MAoJCWMtMTEuMTItMi4yMjQtMjAuMjI0LTEwLjE2LTIzLjkzNi0yMC44OGMtMi4wNjQtNS45MDQtNC40NjQtMTEuNjMyLTcuMTUyLTE3LjE4NGMtNC45NzYtMTAuMjI0LTQuMTI4LTIyLjI4OCwgMi4xNi0zMS43MTJsIDI3Ljc3Ni00MS42NjQKCQlsLTMwLjc4NC0zMC43ODRsLTQxLjY2NCwyNy43NzZjLTUuMzQ0LDMuNTY4LTExLjUzNiw1LjM3Ni0xNy43NDQsNS4zNzZjLTQuNzUyLDAuMDAtOS41MzYtMS4wNTYtMTMuOTM2LTMuMTg0CgkJYy01LjU2OC0yLjY4OC0xMS4yOC01LjEyLTE3LjIxNi03LjE4NGMtMTAuNjg4LTMuNzEyLTE4LjYyNC0xMi44MTYtMjAuODQ4LTIzLjkzNmwtOS44NC00OS4wNTZsLTQzLjUyLDAuMDAgbC05LjgwOCw0OS4wNTYKCQljLTIuMjI0LDExLjEyLTEwLjE2LDIwLjIyNC0yMC44NjQsMjMuOTM2Yy01LjkwNCwyLjA2NC0xMS42NDgsNC40NjQtMTcuMjAsNy4xNTJjLTQuNDE2LDIuMTYtOS4xODQsMy4yMTYtMTMuOTUyLDMuMjE2CgkJYy02LjIyNCwwLjAwLTEyLjQwLTEuODA4LTE3Ljc0NC01LjM3NmwtNDEuNjY0LTI3Ljc3NmwtMzAuNzg0LDMwLjc4NGwgMjcuNzYsNDEuNjY0YyA2LjI4OCw5LjQ0LCA3LjEwNCwyMS41MDQsIDIuMTkyLDMxLjY4CgkJYy0yLjY4OCw1LjU2OC01LjEwNCwxMS4yOC03LjE2OCwxNy4yMTZjLTMuNzEyLDEwLjY4OC0xMi44MzIsMTguNjI0LTIzLjkzNiwyMC44NDhsLTQ5LjA0LDkuODRMIDMyLjAwLDI0NS43NDRsIDQ5LjA1Niw5LjgwOAoJCWMgMTEuMTA0LDIuMjI0LCAyMC4yMjQsMTAuMTYsIDIzLjkzNiwyMC44NjRjIDIuMDY0LDUuOTA0LCA0LjQ0OCwxMS42NDgsIDcuMTUyLDE3LjIwYyA0Ljk2LDEwLjIwOCwgNC4xMjgsMjIuMjcyLTIuMTc2LDMxLjY5NkwgODIuMjI0LDM2Ni45NzYKCQlMIDExMi45OTIsMzk3Ljc2bCA0MS42NjQtMjcuNzZDIDE2MC4wMCwzNjYuNDMyLCAxNjYuMTkyLDM2NC42MjQsIDE3Mi40MCwzNjQuNjI0YyA0Ljc1MiwwLjAwLCA5LjUyLDEuMDU2LCAxMy45MzYsMy4xODRjIDUuNTUyLDIuNjg4LCAxMS4yOCw1LjEwNCwgMTcuMjAsNy4xNjgKCQljIDEwLjcwNCwzLjcxMiwgMTguNjQsMTIuODMyLCAyMC44NjQsMjMuOTM2bCA5LjgyNCw0OS4wNGwgNDMuNTIsMC4wMTZsIDkuODA4LTQ5LjA1NmMgMi4yMjQtMTEuMTA0LCAxMC4xNi0yMC4yMjQsIDIwLjg4LTIzLjkzNgoJCWMgNS45MDQtMi4wNjQsIDExLjYzMi00LjQ0OCwgMTcuMTg0LTcuMTUyYyA0LjQzMi0yLjE0NCwgOS4xODQtMy4yMCwgMTMuOTY4LTMuMjBjIDYuMjI0LDAuMDAsIDEyLjQwLDEuODA4LCAxNy43NDQsNS4zNzZsIDQxLjY2NCwyNy43NmwgMzAuNzg0LTMwLjc4NAoJCWwtMjcuNzc2LTQxLjY2NGMtNi4yODgtOS40NC03LjA4OC0yMS40ODgtMi4xOTItMzEuNjhjIDIuNjg4LTUuNTUyLCA1LjEyLTExLjI4LCA3LjE4NC0xNy4yMGMgMy43MTItMTAuNzA0LCAxMi44MTYtMTguNjQsIDIzLjkzNi0yMC44NjQKCQlsIDQ5LjAyNC05LjgyNEwgNDgwLjAwLDIwMi4yMjRMIDQzMC45NDQsMTkyLjQwek0gMjU2LjAwLDMzNS45ODRjLTYxLjg0LDAuMDAtMTEyLjAwLTUwLjE2LTExMi4wMC0xMTIuMDBjMC4wMC02MS44NTYsIDUwLjE2LTExMi4wMCwgMTEyLjAwLTExMi4wMHMgMTEyLjAwLDUwLjE2LCAxMTIuMDAsMTEyLjAwQyAzNjguMDAsMjg1LjgyNCwgMzE3Ljg0LDMzNS45ODQsIDI1Ni4wMCwzMzUuOTg0egoJCSBNIDI1Ni4wMCwxMjUuOTY4Yy01NC4xMTIsMC4wMC05OC4wMCw0My45MDQtOTguMDAsOTguMDBjMC4wMCw1NC4xMTIsIDQzLjg4OCw5OC4wMCwgOTguMDAsOTguMDBjIDU0LjA5NiwwLjAwLCA5OC4wMC00My44ODgsIDk4LjAwLTk4LjAwCgkJQyAzNTQuMDAsMTY5Ljg3MiwgMzEwLjA5NiwxMjUuOTY4LCAyNTYuMDAsMTI1Ljk2OHpNIDI1Ni4wMCwyODcuOTg0Yy0zNS4zNiwwLjAwLTY0LjAwLTI4LjY0LTY0LjAwLTY0LjAwYzAuMDAtMzUuMzQ0LCAyOC42NC02NC4wMCwgNjQuMDAtNjQuMDBjIDM1LjM0NCwwLjAwLCA2NC4wMCwyOC42NTYsIDY0LjAwLDY0LjAwQyAzMjAuMDAsMjU5LjMyOCwgMjkxLjM0NCwyODcuOTg0LCAyNTYuMDAsMjg3Ljk4NHoKCQkgTSAyNTYuMDAsMTc1Ljk2OGMtMjYuNDk2LDAuMDAtNDguMDAsMjEuNTA0LTQ4LjAwLDQ4LjAwYzAuMDAsMjYuNDk2LCAyMS41MDQsNDguMDAsIDQ4LjAwLDQ4LjAwcyA0OC4wMC0yMS41MDQsIDQ4LjAwLTQ4LjAwQyAzMDQuMDAsMTk3LjQ3MiwgMjgyLjQ5NiwxNzUuOTY4LCAyNTYuMDAsMTc1Ljk2OHoiIGRhdGEtdGFncz0ic2V0dGluZ3MiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDBiOyIgZD0iTSAyNTYuMDAsMzE5Ljk4NGMtNzAuNzA0LDAuMDAtMTI4LjAwLTU3LjI5Ni0xMjguMDAtMTI4LjAwYzAuMDAtNzAuNjg4LCA1Ny4yOTYtMTI4LjAwLCAxMjguMDAtMTI4LjAwCgkJYyA3MC42ODgsMC4wMCwgMTI4LjAwLDU3LjMxMiwgMTI4LjAwLDEyOC4wMEMgMzg0LjAwLDI2Mi42NzIsIDMyNi42ODgsMzE5Ljk4NCwgMjU2LjAwLDMxOS45ODR6IE0gMzI4Ljg4LDEyOS41MDRjLTM0LjQ5Ni00MC4yNTYtOTUuMDg4LTQ0LjkxMi0xMzUuMzQ0LTEwLjQwCgkJYy00MC4yNzIsMzQuNDk2LTQ0LjkxMiw5NS4xMDQtMTAuNDAsMTM1LjM0NGMgMzQuNDgsNDAuMjcyLCA5NS4wODgsNDQuOTEyLCAxMzUuMzQ0LDEwLjQwQyAzNTguNzIsMjMwLjM2OCwgMzYzLjM3NiwxNjkuNzQ0LCAzMjguODgsMTI5LjUwNHpNIDI1Ni4wMCwyNTUuOTg0IEMgMjYwLjQxNiwyNTUuOTg0IDI2NC4wMCwyNTIuNDAgMjY0LjAwLDI0Ny45ODQgQyAyNjQuMDAsMjQzLjU2OCAyNjAuNDE2LDIzOS45ODQgMjU2LjAwLDIzOS45ODQgQyAyMjkuNDg4LDIzOS45ODQgMjA4LjAxNiwyMTguNDk2IDIwOC4wMCwxOTIuMDAgTCAyMDguMDAsMTkxLjk2OCBDIDIwOC4wMCwxODcuNTY4IDIwNC40MTYsMTgzLjk2OCAyMDAuMDAsMTgzLjk2OCBDIDE5NS41ODQsMTgzLjk2OCAxOTIuMDAsMTg3LjU2OCAxOTIuMDAsMTkxLjk2OCBMIDE5Mi4wMCwxOTIuMDAgQyAxOTIuMDE2LDIyNy4zMjggMjIwLjY1NiwyNTUuOTg0IDI1Ni4wMCwyNTUuOTg0IFpNIDQ3MS44NzIsMzM1LjMyOGwtNjkuMzQ0LDExLjU2OGwtMjEuOTY4LDU0Ljk0NAoJCUMgMzczLjIxNiw0MjAuMTYsIDM1NS43MTIsNDMyLjAwLCAzMzYuMDAsNDMyLjAwTCAxNzYuMDAsNDMyLjAwIEMgMTU2LjI4OCw0MzIuMDAsIDEzOC43ODQsNDIwLjE2LCAxMzEuNDI0LDQwMS44MjRMIDEwOS40NzIsMzQ2Ljg5NkwgNDAuMTQ0LDMzNS4zMjhDIDE2Ljg4LDMzMS40NzIsMC4wMCwzMTEuNTY4LDAuMDAsMjg4LjAwbDAuMDAtMjQwLjAwIAoJCWMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMGwgNDE2LjAwLDAuMDAgYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgNTEyLjAwLDI4OC4wMCBDIDUxMi4wMCwzMTEuNTY4LCA0OTUuMTIsMzMxLjQ3MiwgNDcxLjg3MiwzMzUuMzI4eiBNIDQ4MC4wMCw0OC4wMGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCwzMi4wMCAKCQljLTguODQ4LDAuMDAtMTYuMDAsNy4xNTItMTYuMDAsMTYuMDBMIDMyLjAwLDI4OC4wMCBjMC4wMCw3LjgyNCwgNS42NjQsMTQuNDk2LCAxMy4zNzYsMTUuNzc2bCA4Ny4xMDQsMTQuNTEybCAyOC42NTYsNzEuNjQ4QyAxNjMuNTg0LDM5Ni4wMCwgMTY5LjQ1Niw0MDAuMDAsIDE3Ni4wMCw0MDAuMDBsIDE2MC4wMCwwLjAwIAoJCWMgNi41MjgsMC4wMCwgMTIuNDAtMy45ODQsIDE0Ljg0OC0xMC4wNjRsIDI4LjY1Ni03MS42NDhsIDg3LjEyLTE0LjUxMkMgNDc0LjMzNiwzMDIuNDk2LCA0ODAuMDAsMjk1LjgyNCwgNDgwLjAwLDI4OC4wMEwgNDgwLjAwLDQ4LjAwIHoiIGRhdGEtdGFncz0iY2FtZXJhIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAwYzsiIGQ9Ik0gNTAyLjI1NiwyNTcuODcybC04MC4wMCwxMjguMDBjLTExLjY4LDE4LjcwNC0zMi4xOTIsMzAuMDgtNTQuMjU2LDMwLjA4TCA2NC4wMCw0MTUuOTUyIAoJCWMtMzUuMzQ0LDAuMDAtNjQuMDAtMjguNjU2LTY0LjAwLTY0LjAwbDAuMDAtMjU2LjAwIGMwLjAwLTM1LjM0NCwgMjguNjU2LTY0LjAwLCA2NC4wMC02NC4wMGwgMzA0LjAwLDAuMDAgYyAyMi4wNjQsMC4wMCwgNDIuNTYsMTEuMzc2LCA1NC4yNTYsMzAuMDk2bCA4MC4wMCwxMjguMDBDIDUxNS4yNDgsMjEwLjc2OCwgNTE1LjI0OCwyMzcuMTIsIDUwMi4yNTYsMjU3Ljg3MnoKCQkgTSA0NzUuMTIsMjA3LjAwOGwtODAuMDAtMTI4LjAzMmMtNS44NzItOS40MDgtMTYuMDMyLTE1LjAyNC0yNy4xMi0xNS4wMjRMIDY0LjAwLDYzLjk1MiBjLTE3LjY0OCwwLjAwLTMyLjAwLDE0LjM2OC0zMi4wMCwzMi4wMGwwLjAwLDI1Ni4wMCBjMC4wMCwxNy42NDgsIDE0LjM1MiwzMi4wMCwgMzIuMDAsMzIuMDBsIDMwNC4wMCwwLjAwIAoJCWMgMTEuMDg4LDAuMDAsIDIxLjI0OC01LjYzMiwgMjcuMTItMTUuMDI0bCA4MC4wMC0xMjguMDBDIDQ4MS41NjgsMjMwLjYwOCwgNDgxLjU2OCwyMTcuMjk2LCA0NzUuMTIsMjA3LjAwOHpNIDM2OC4wMCwyNzEuOTUyYy0yNi41MjgsMC4wMC00OC4wMC0yMS40ODgtNDguMDAtNDguMDBjMC4wMC0yNi41MTIsIDIxLjQ3Mi00OC4wMCwgNDguMDAtNDguMDAKCQljIDI2LjQ5NiwwLjAwLCA0OC4wMCwyMS41MDQsIDQ4LjAwLDQ4LjAwQyA0MTYuMDAsMjUwLjQ2NCwgMzk0LjQ5NiwyNzEuOTUyLCAzNjguMDAsMjcxLjk1MnogTSAzNjguMDAsMTkxLjkzNmMtMTcuNjgsMC4wMC0zMi4wMCwxNC4zMzYtMzIuMDAsMzIuMDBjMC4wMCwxNy42NjQsIDE0LjMyLDMyLjAwLCAzMi4wMCwzMi4wMAoJCWMgMTcuNjY0LDAuMDAsIDMyLjAwLTE0LjMzNiwgMzIuMDAtMzIuMDBDIDQwMC4wMCwyMDYuMjg4LCAzODUuNjY0LDE5MS45MzYsIDM2OC4wMCwxOTEuOTM2eiIgZGF0YS10YWdzPSJ0YWciIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDBkOyIgZD0iTSA0MDAuMDAsMjcyLjAwTCA0MDAuMDAsMzM2LjAwIGMwLjAwLDc5LjUzNi02NC40NjQsMTQ0LjAwLTE0NC4wMCwxNDQuMDBjLTc5LjUzNiwwLjAwLTE0NC4wMC02NC40NjQtMTQ0LjAwLTE0NC4wMGwwLjAwLTY0LjAwIGMtMjYuNTEyLDAuMDAtNDguMDAtMjEuNDg4LTQ4LjAwLTQ4LjAwbDAuMDAtNDguMDAgbDAuMDAtMTYuMDAgbDAuMDAtMzIuMDAgbDAuMDAtMTYuMDAgYzAuMDAtNzkuNTM2LCA2NC40NjQtMTQ0LjAwLCAxNDQuMDAtMTQ0LjAwbCA5Ni4wMCwwLjAwIAoJCWMgNzkuNTM2LDAuMDAsIDE0NC4wMCw2NC40NjQsIDE0NC4wMCwxNDQuMDBsMC4wMCwxNi4wMCBsMC4wMCwzMi4wMCBsMC4wMCwxNi4wMCBsMC4wMCw0OC4wMCBDIDQ0OC4wMCwyNTAuNTI4LCA0MjYuNDk2LDI3Mi4wMCwgNDAwLjAwLDI3Mi4wMHogTSAxNDQuMDAsMzM2LjAwYzAuMDAsNjEuODU2LCA1MC4xNDQsMTEyLjAwLCAxMTIuMDAsMTEyLjAwYyA2MS44NTYsMC4wMCwgMTEyLjAwLTUwLjE0NCwgMTEyLjAwLTExMi4wMGwwLjAwLTY0LjAwIGwtMzIuMDAsMC4wMCBMIDMzNi4wMCwzMzUuOTY4IAoJCWMwLjAwLDQ0LjE5Mi0zNS44MDgsODAuMDAtODAuMDAsODAuMDBjLTQ0LjE5MiwwLjAwLTgwLjAwLTM1LjgwOC04MC4wMC04MC4wMEwgMTc2LjAwLDI3Mi4wMCBMIDE0NC4wMCwyNzIuMDAgTCAxNDQuMDAsMzM2LjAwIHogTSAzMjAuMDAsMzM2LjAwbDAuMDAtMC4wNDggTCAzMjAuMDAsMjcyLjAwIGwtMTI4LjAwLDAuMDAgTCAxOTIuMDAsMzM1Ljk2OCBMIDE5Mi4wMCwzMzYuMDAgYzAuMDAsMzUuMzQ0LCAyOC42NTYsNjQuMDAsIDY0LjAwLDY0LjAwQyAyOTEuMzQ0LDQwMC4wMCwgMzIwLjAwLDM3MS4zNDQsIDMyMC4wMCwzMzYuMDB6IE0gNDE2LjAwLDE3Ni4wMAoJCWwwLjAwLTE2LjAwIGwwLjAwLTMyLjAwIGwwLjAwLTE2LjAwIGMwLjAwLTYxLjc0NC01MC4yNTYtMTEyLjAwLTExMi4wMC0xMTIuMDBsLTk2LjAwLDAuMDAgYy02MS43NDQsMC4wMC0xMTIuMDAsNTAuMjU2LTExMi4wMCwxMTIuMDBsMC4wMCwxNi4wMCBsMC4wMCwzMi4wMCBsMC4wMCwxNi4wMCBsMC4wMCw0OC4wMCBjMC4wMCw4LjgzMiwgNy4xNjgsMTYuMDAsIDE2LjAwLDE2LjAwYyAxMC42NzIsMC4wMCwgMjEuMzI4LDAuMDAsIDMyLjAwLDAuMDBsIDIyNC4wMCwwLjAwIGMgMTAuNjU2LDAuMDAsIDIxLjMxMiwwLjAwLCAzMi4wMCwwLjAwCgkJYyA4LjgxNiwwLjAwLCAxNi4wMC03LjE2OCwgMTYuMDAtMTYuMDBMIDQxNi4wMCwxNzYuMDAgek0gMjU2LjAwLDE3Ni4wMCBDIDI3My42NjQsMTc2LjAwIDI4OC4wMCwxNjEuNjggMjg4LjAwLDE0NC4wMCBDIDI4OC4wMCwxMzQuMjU2IDI4Mi43NTIsMTE1LjcxMiAyNzcuMzQ0LDEwMS4wODggQyAyNzIuOTc2LDg5LjI4IDI2OC41MTIsODAuMDMyIDI1Ni4wMCw4MC4wMzIgQyAyNDQuNDk2LDgwLjAzMiAyMzkuMDI0LDg5LjM3NiAyMzQuNjcyLDEwMS4yNDggQyAyMjkuMzI4LDExNS44NCAyMjQuMDAsMTM0LjI4OCAyMjQuMDAsMTQ0LjAwIEMgMjI0LjAwLDE2MS42OCAyMzguMzM2LDE3Ni4wMCAyNTYuMDAsMTc2LjAwIFoiIGRhdGEtdGFncz0ibG9jayIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMGU7IiBkPSJNIDI1Ni4wMCw0ODAuMDBDIDE1OC43ODQsNDgwLjAwLCA4MC4wMCw0MDEuMjE2LCA4MC4wMCwzMDQuMDBjMC4wMC02NC40OTYsIDU5LjAwOC0xMzIuODQ4LCA4MC40OTYtMTkyLjg4QyAxOTIuNTQ0LDIxLjYwLCAxODguOTkyLTMyLjAwLCAyNTYuMDAtMzIuMDAKCQljIDY4LjAwLDAuMDAsIDYzLjQ0LDUzLjM0NCwgOTUuNTA0LDE0Mi43NTJDIDM3My4wNTYsMTcwLjkxMiwgNDMyLjAwLDI0MC4wMCwgNDMyLjAwLDMwNC4wMEMgNDMyLjAwLDQwMS4yMTYsIDM1My4xODQsNDgwLjAwLCAyNTYuMDAsNDgwLjAweiBNIDI5Ny40NzIsNDUuMTg0bC03OS4zMjgtOS45MDQKCQljLTIuODMyLDguMTkyLTUuODcyLDE3Ljc3Ni05LjU2OCwzMC4yODhjLTAuMDQ4LDAuMTYtMC4xMTIsMC4zMzYtMC4xNDQsMC40OTZsIDk5LjAwOCwxMi4zNjhjLTEuNDA4LTQuNzItMi45MTItOS42OC00LjIyNC0xNC4xMjgKCQlDIDMwMS4xMiw1Ny4xMiwgMjk5LjI0OCw1MC44OCwgMjk3LjQ3Miw0NS4xODR6IE0gMjAzLjc3Niw4MS40NzJjLTIuOTEyLDkuNjMyLTYuMTkyLDE5Ljc3Ni05Ljg0LDMwLjUyOGwgMTI0LjI1NiwwLjAwIAoJCWMtMS45NjgtNS43NDQtMy45MzYtMTEuNTA0LTUuNjMyLTE2Ljk0NEwgMjAzLjc3Niw4MS40NzJ6IE0gMjU2LjAwLDAuMDBjLTE2LjIwOCwwLjAwLTIzLjY2NCwxLjg3Mi0zMS45NTIsMjAuMDBsIDY3LjgwOCw4LjQ5NgoJCUMgMjgyLjAzMiwyLjAzMiwgMjc0Ljg4LDAuMDAsIDI1Ni4wMCwwLjAweiBNIDMzMC43NTIsMTQ0LjAwbC0xNDkuMzI4LDAuMDAgYy03Ljk2OCwxNy4yOC0xNy41MzYsMzQuNTYtMjYuOTc2LDUxLjQ3MkMgMTMzLjU2OCwyMzIuODMyLCAxMTIuMDAsMjcxLjQ3MiwgMTEyLjAwLDMwNC4wMAoJCWMwLjAwLDc5LjQwOCwgNjQuNTkyLDE0NC4wMCwgMTQ0LjAwLDE0NC4wMGMgNzkuNDA4LDAuMDAsIDE0NC4wMC02NC41OTIsIDE0NC4wMC0xNDQuMDBjMC4wMC0zMi4yODgtMjEuNjAtNzEuMTM2LTQyLjQ5Ni0xMDguNzJDIDM0OC4xNiwxNzguNDMyLCAzMzguNjU2LDE2MS4xODQsIDMzMC43NTIsMTQ0LjAwek0gMjU2LjAwLDQwMC4wMCBDIDI2MC40MCw0MDAuMDAgMjY0LjAwLDM5Ni40MTYgMjY0LjAwLDM5Mi4wMCBDIDI2NC4wMCwzODcuNTg0IDI2MC40MTYsMzg0LjAwIDI1Ni4wMCwzODQuMDAgQyAyMTEuODg4LDM4NC4wMCAxNzYuMDAsMzQ4LjExMiAxNzYuMDAsMzA0LjAwIEMgMTc2LjAwLDI5OS41ODQgMTcyLjQxNiwyOTYuMDAgMTY4LjAwLDI5Ni4wMCBDIDE2My41ODQsMjk2LjAwIDE2MC4wMCwyOTkuNTg0IDE2MC4wMCwzMDQuMDAgQyAxNjAuMDAsMzU2Ljk0NCAyMDMuMDU2LDQwMC4wMCAyNTYuMDAsNDAwLjAwIFoiIGRhdGEtdGFncz0iYnVsYiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMGY7IiBkPSJNIDQ3MC4zMiw0MzguNzJDIDQ0NC4wMCw0NjUuMDA4LCA0MDkuMzQ0LDQ4MC4wMCwgMzc1LjE4NCw0ODAuMDBjLTI4LjgxNiwwLjAwLTU1LjM0NC0xMC42ODgtNzQuNzItMzAuMDMybC03Ny44NzItNzguNDY0CgljLTAuMjQtMC4yMjQtMC41MTItMC4zNjgtMC43NTItMC42MDhjLTAuMTI4LTAuMTI4LTAuMjA4LTAuMzA0LTAuMzM2LTAuNDE2bCAwLjAzMi0wLjAzMkwgNTYuMjcyLDIwMy45MDQKCWMtNy42MTYtNy41NjgtMTMuMTM2LTE2Ljk5Mi0xNi4yMDgtMjcuMjhsLTM3LjU4NC0xMzYuMTI4QyAyLjQ0OCw0MC4xMjgsMC4wMCwyOS40NCwwLjAwLDI0LjAwQzAuMDAtNi45MTIsIDI1LjEwNC0zMi4wMCwgNTYuMDY0LTMyLjAwCgljIDYuMTYsMC4wMCwgMTguMDgsMi45NDQsIDE4LjUxMiwzLjAwOGwgMTM1LjY0OCwzNS42NjRjIDEwLjMwNCwzLjA1NiwgMTkuNjY0LDguNjI0LCAyNy4yOCwxNi4yNTZsIDI0NC4yMDgsMjQ2LjEyOAoJQyA1MjYuMTI4LDMxMy41MDQsIDUyMS4xMiwzODguMDAsIDQ3MC4zMiw0MzguNzJ6IE0gMjU2LjIyNCw5OS4yOGMtMS4zMTIsMTQuNDMyLTUuMzkyLDI4LjU5Mi0xMS41MDQsNDIuMDMybCAxNTEuMjgsMTUxLjI2NAoJYyA5LjI0OC0yOS4yMTYsIDQuNDk2LTU5Ljc3Ni0xNS43NzYtODAuMDY0Yy0wLjEyOC0wLjEyOC0wLjI4OC0wLjIwOC0wLjQwLTAuMzM2bCAwLjIyNC0wLjIwOGwtMTIzLjY0OC0xMjQuNjQKCUMgMjU2LjQwLDkxLjMxMiwgMjU2LjU5Miw5NS4yMTYsIDI1Ni4yMjQsOTkuMjh6IE0gMjM2LjY4OCwxNTUuOTA0Yy01Ljk2OCw5LjgwOC0xMi43NTIsMTkuMjgtMjEuMTUyLDI3LjY2NAoJYy05Ljc3Niw5Ljc3Ni0yMC45OTIsMTcuNDQtMzIuNzA0LDIzLjg3MmwgMTUyLjUxMiwxNTIuNTEyYyAxMS45NjgtNS4zMTIsIDIzLjQ0LTEyLjg4LCAzMy41NjgtMjMuMDA4YyA4LjY1Ni04LjYyNCwgMTUuMzQ0LTE4LjI4OCwgMjAuNDk2LTI4LjMzNgoJTCAyMzYuNjg4LDE1NS45MDR6IE0gMTY3Ljc3NiwyMTUuMDA4Yy0xNC44MTYsNS45NjgtMzAuMzM2LDkuMzc2LTQ1Ljg4OCw5LjU4NGwgMTIzLjI0OCwxMjQuMTkyYyAxOC44NjQsMTguNDAsIDQ2LjMzNiwyMy42OTYsIDczLjM5MiwxNi45OTIKCUwgMTY3Ljc3NiwyMTUuMDA4eiBNIDY2LjY3MiwyLjAzMkMgNjQuOTI4LDEuNjMyLCA1OS41MDQsMC4yNTYsIDU1LjgyNCwwLjAwQyA0Mi42NzIsMC4xNiwgMzIuMDAsMTAuODQ4LCAzMi4wMCwyNC4wMAoJYyAwLjE5MiwyLjY4OCwgMS4yNjQsNy4zMTIsIDEuNjMyLDguOTkybCAxNi44NDgsNjEuMDI0YyAxOC4yODgsMC40OTYsIDM3Ljk2OC02LjYyNCwgNTMuNDQtMjIuMTI4YyAxNS43MTItMTUuNjgsIDIzLjEwNC0zNS43NDQsIDIyLjMwNC01NC4yNTYKCUwgNjYuNjcyLDIuMDMyeiBNIDE0MS45ODQsMjEuODA4Yy0wLjM4NCwyMS40NzItOS4xMiw0My44MDgtMjYuNzUyLDYxLjQwOEMgOTguNTYsOTkuOTA0LCA3Ni43MzYsMTA5LjUzNiwgNTQuOTc2LDExMC40MGwgMTUuOTM2LDU3LjcxMgoJYyAxLjE1MiwzLjg0LCAzLjQ0LDcuNjMyLCA2LjI1NiwxMC45NDRjIDMyLjA5NiwyMi45NzYsIDgxLjQ1NiwxNi4xOTIsIDExNS43NDQtMTguMTI4YyAzNi4yNzItMzYuMjU2LCA0MS44NzItODkuMzc2LCAxMy45MzYtMTIxLjA4OAoJYy0xLjg1Ni0wLjk3Ni0zLjcyOC0xLjkwNC01Ljc0NC0yLjQ5NkwgMTQxLjk4NCwyMS44MDh6IE0gNDU5LjA1NiwyOTEuNjQ4bC0yNi45NDQtMjcuMTUyYzAuMDAsMy42MTYsIDAuNDMyLDcuMDg4LCAwLjA5NiwxMC43ODQKCWMtMi44MTYsMzAuOTYtMTcuMjQ4LDYwLjg5Ni00MC42ODgsODQuMzA0Yy0yNi4wNjQsMjYuMDgtNjAuNjI0LDQxLjA0LTk0Ljg0OCw0MS4xMzZsIDI2LjQ5NiwyNi43MkMgMzM2LjQzMiw0NDAuNjcyLCAzNTQuOTQ0LDQ0OC4wMCwgMzc1LjE4NCw0NDguMDAKCWMgMjUuNzQ0LDAuMDAsIDUyLjE5Mi0xMS42NDgsIDcyLjUyOC0zMS45MmMgMTkuMDg4LTE5LjA1NiwgMzAuNDY0LTQyLjczNiwgMzIuMDk2LTY2LjY4OEMgNDgxLjMxMiwzMjcuMDQsIDQ3My45MzYsMzA2LjU0NCwgNDU5LjA1NiwyOTEuNjQ4eiIgZGF0YS10YWdzPSJwZW4iIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDEwOyIgZD0iTSA1MDIuNjI0LDMyNS4xNjhsLTgxLjI4LDgxLjI5NkMgNDE1LjM0NCw0MTIuNDY0LCA0MDcuMTg0LDQxNS44NCwgMzk4LjcyLDQxNS44NEwgMTEzLjI5Niw0MTUuODQgCgljLTguNDgsMC4wMC0xNi42MjQtMy4zNzYtMjIuNjI0LTkuMzc2bC04MS4yOC04MS4yOTZDIDMuMTA0LDMxOC44OTYtMC4wMzIsMzEwLjYyNCwwLjAwLDMwMi4zMzZjIDAuMDQ4LTcuNTIsIDIuNzM2LTE1LjAyNCwgOC4wOTYtMjEuMDU2CglsIDIyMy45ODQtMjM4LjUyOEMgMjM4LjE2LDM1LjkwNCwgMjQ2Ljg2NCwzMi4wMCwgMjU2LjAwLDMyLjAwYyA5LjEzNiwwLjAwLCAxNy44NCwzLjkwNCwgMjMuOTA0LDEwLjc1MmwgMjI0LjAwLDIzOC41MjhjIDUuNDcyLDYuMTYsIDguMTYsMTMuODcyLCA4LjA5NiwyMS41NjgKCUMgNTExLjkzNiwzMTAuOTQ0LCA1MDguNzg0LDMxOS4wMDgsIDUwMi42MjQsMzI1LjE2OHogTSAyOTEuNTA0LDMwMy44NEwgMjIwLjQ4LDMwMy44NCBMIDI1Ni4wMCwzMzMuNDI0TCAyOTEuNTA0LDMwMy44NHogTSAyNjguNTEyLDM0My44NGwgNDMuNzEyLDM2LjQ0OGwgMzIuMjg4LTMyLjI4OAoJTCAzMDQuMDAsMzE0LjI1NkwgMjY4LjUxMiwzNDMuODR6IE0gMjA4LjAwLDMxNC4yNTZMIDE2Ny40ODgsMzQ4LjAwbCAzMi4yODgsMzIuMjg4bCA0My43MjgtMzYuNDQ4TCAyMDguMDAsMzE0LjI1NnogTSAyOTUuODQsMjg3Ljg0TCAyNTYuMDAsODguNTkyTCAyMTYuMTYsMjg3Ljg0TCAyOTUuODQsMjg3Ljg0IHoKCSBNIDMxMi4xNiwyODcuODRsIDc4LjQ5NiwwLjAwIGwtMTE3Ljc0NC0xOTYuMzA0TCAzMTIuMTYsMjg3Ljg0eiBNIDMxNi40NjQsMzAzLjg0bCAzOS40MDgsMzIuODE2bCAzMi44MTYtMzIuODE2TCAzMTYuNDY0LDMwMy44NCB6IE0gMzMxLjMxMiwzODMuODRsIDU2LjE5MiwwLjAwIGwtMzAuNjU2LTI1LjU1MgoJTCAzMzEuMzEyLDM4My44NHogTSAyNTYuMDAsMzU0LjI0bC0zNS41MiwyOS42MGwgNzEuMDA4LDAuMDAgTCAyNTYuMDAsMzU0LjI0eiBNIDE1NS4xMzYsMzU4LjI4OEwgMTI0LjQ4LDM4My44NGwgNTYuMjA4LDAuMDAgTCAxNTUuMTM2LDM1OC4yODh6IE0gMTU2LjEyOCwzMzYuNjU2bCAzOS4zOTItMzIuODE2TCAxMjMuMzEyLDMwMy44NCAKCUwgMTU2LjEyOCwzMzYuNjU2eiBNIDE5OS44NCwyODcuODRsIDM5LjI0OC0xOTYuMzA0TCAxMjEuMzI4LDI4Ny44NEwgMTk5Ljg0LDI4Ny44NCB6IE0gMjAzLjI2NCwxMjAuMTkyTCA0NS44MjQsMjg3Ljg0bCA1Ni44NjQsMC4wMCBMIDIwMy4yNjQsMTIwLjE5MnogTSA0MDkuMzEyLDI4Ny44NGwgNTYuODgsMC4wMCAKCWwtMTU3LjQ3Mi0xNjcuNjhMIDQwOS4zMTIsMjg3Ljg0eiBNIDQxMS4zMTIsMzAzLjg0bC00My4wODgsNDMuMDg4bCAzNi43NTIsMzAuNjRsIDczLjcxMi03My43MjhMIDQxMS4zMTIsMzAzLjg0IHogTSAxMDYuOTc2LDM3Ny42MGwgMzYuODE2LTMwLjY3MkwgMTAwLjY4OCwzMDMuODRMIDMyLjA5NiwzMDMuODQgCglMIDEwNi45NzYsMzc3LjYweiIgZGF0YS10YWdzPSJkaWFtb25kIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxMTsiIGQ9Ik0gNDMyLjAwLDQwMC4wNjRMIDgwLjAwLDQwMC4wMEMgNzEuMTUyLDQwMC4wMCwgNjQuMDAsMzkyLjkxMiwgNjQuMDAsMzg0LjA2NGwwLjAwLTIyNC4wMCBjMC4wMC04Ljg0OCwgNy4xNTItMTYuMDAsIDE2LjAwLTE2LjAwbCAzNTIuMDAsMC4wMCBjIDguODQ4LDAuMDAsIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMGwwLjAwLDIyNC4wMCAKCQlDIDQ0OC4wMCwzOTIuOTEyLCA0NDAuODQ4LDQwMC4wNjQsIDQzMi4wMCw0MDAuMDY0eiBNIDQzMi4wMCwxNjAuMDBMIDgwLjAwLDE2MC4wMCBMIDgwLjAwLDM4NC4wNjQgbCAzNTIuMDAsMC4wMCBMIDQzMi4wMCwxNjAuMDAgek0gNDY0LjAwLDQ2NC4wMEwgNDguMDAsNDY0LjAwIEMgMjEuNDg4LDQ2NC4wMCwwLjAwLDQ0Mi41MjgsMC4wMCw0MTYuMDBsMC4wMC0zMjAuMDAgYzAuMDAtMjYuNDY0LCAyMS40MDgtNDcuOTA0LCA0Ny44NC00Ny45NjhMIDIwOC4wMCw0OC4wMzIgbDAuMDAtMTkuNDcyIGwtOTkuODcyLTEyLjk3NgoJCUMgMTAwLjk5MiwxMy44MDgsIDk2LjAwLDcuNDA4LCA5Ni4wMCwwLjA2NGMwLjAwLTguODQ4LCA3LjE1Mi0xNi4wMCwgMTYuMDAtMTYuMDBsIDI4OC4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwYzAuMDAsNy4zNDQtNC45OTIsMTMuNzQ0LTEyLjEyOCwxNS41MzZMIDMwNC4wMCwyOC41NmwwLjAwLDE5LjQ3MiAKCQlsIDE2MC4xNiwwLjAwIEMgNDkwLjU5Miw0OC4wOTYsIDUxMi4wMCw2OS41MzYsIDUxMi4wMCw5Ni4wMEwgNTEyLjAwLDQxNi4wMCBDIDUxMi4wMCw0NDIuNTI4LCA0OTAuNDk2LDQ2NC4wMCwgNDY0LjAwLDQ2NC4wMHogTSA0ODAuMDAsOTYuMDBjMC4wMC04LjgxNi03LjE4NC0xNi4wMC0xNi4wMC0xNi4wMGwtMTQ0LjAwLDAuMDAgbC0xMjguMDAsMC4wMCBMIDQ4LjAwLDgwLjAwIGMtOC44MzIsMC4wMC0xNi4wMCw3LjE4NC0xNi4wMCwxNi4wMEwgMzIuMDAsNDE2LjAwIAoJCWMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDQxNi4wMCwwLjAwIGMgOC44MTYsMC4wMCwgMTYuMDAtNy4xNjgsIDE2LjAwLTE2LjAwTCA0ODAuMDAsOTYuMDAgeiIgZGF0YS10YWdzPSJkaXNwbGF5IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxMjsiIGQ9Ik0gMjU2LjAzMiwxOTYuMDY0YyA1Mi45NDQsMC4wMCwgOTYuMDAsNDMuMDcyLCA5Ni4wMCw5Ni4wMHMtNDMuMDU2LDk2LjAwLTk2LjAwLDk2LjAwCgkJYy01Mi45NDQsMC4wMC05Ni4wMC00My4wNTYtOTYuMDAtOTYuMDBTIDIwMy4wODgsMTk2LjA2NCwgMjU2LjAzMiwxOTYuMDY0eiBNIDI1Ni4wMzIsMzcyLjA2NGMgNDQuMTI4LDAuMDAsIDgwLjAwLTM1Ljg3MiwgODAuMDAtODAuMDBzLTM1Ljg3Mi04MC4wMC04MC4wMC04MC4wMGMtNDQuMTI4LDAuMDAtODAuMDAsMzUuODcyLTgwLjAwLDgwLjAwCgkJUyAyMTEuOTA0LDM3Mi4wNjQsIDI1Ni4wMzIsMzcyLjA2NHpNIDI1Ni4wMCw0ODAuMDBDIDE1MC4xMTIsNDgwLjAwLCA2NC4wMCwzOTQuOTQ0LCA2NC4wMCwyODcuOTg0YzAuMDAtMTEyLjAwLCA5Ni4wMTYtMjI2LjU3NiwgMTY2LjAxNi0zMDcuMTA0CgkJQyAyMzAuMjcyLTE5LjQ0LCAyNDEuNTA0LTMyLjAwLCAyNTUuMzkyLTMyLjAwYyAwLjAzMiwwLjAwLCAxLjE2OCwwLjAwLCAxLjIzMiwwLjAwYyAxMy44NzIsMC4wMCwgMjUuMTIsMTIuNTYsIDI1LjM3NiwxMi44OAoJCWMgNzAuMDMyLDgwLjUyOCwgMTY2LjAzMiwxOTUuMDg4LCAxNjYuMDMyLDMwNy4xMDRDIDQ0OC4wMzIsMzk0Ljk0NCwgMzYxLjkwNCw0ODAuMDAsIDI1Ni4wMCw0ODAuMDB6IE0gMjU3Ljg3MiwxLjg3MmMtMC4zMzYtMC4zMi0xLjMxMi0xLjAyNC0yLjE2LTEuNTY4CgkJYy0wLjE2LDAuNDMyLTEuMzQ0LDEuMzc2LTIuMDY0LDIuMTI4QyAxOTUuMDA4LDY5LjkwNCwgOTYuMDAsMTgzLjc3NiwgOTYuMDAsMjg3Ljk4NEMgOTYuMDAsMzc2LjIwOCwgMTY3Ljc5Miw0NDguMDAsIDI1Ni4wMCw0NDguMDBjIDg4LjI1NiwwLjAwLCAxNjAuMDMyLTcxLjc5MiwgMTYwLjAzMi0xNjAuMDMyCgkJQyA0MTYuMDMyLDE4My43NzYsIDMxNy4wMjQsNjkuOTA0LCAyNTcuODcyLDEuODcyeiIgZGF0YS10YWdzPSJsb2NhdGlvbiIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMTM7IiBkPSJNIDUxMS40NCwyMjcuNTg0Yy0wLjE2LDAuNjcyLTAuMDY0LDEuMzkyLTAuMzIsMi4wNDhjLTAuMDk2LDAuMjcyLTAuMzM2LDAuNDE2LTAuNDMyLDAuNjcyCgkJYy0wLjE2LDAuMzg0LTAuMTI4LDAuODE2LTAuMzM2LDEuMTg0Yy00Ni40MCw4OC44MTYtMTQ3LjQwOCwxNTIuNDQ4LTI1My45NjgsMTUyLjQ0OGMtMTA2LjU3NiwwLjAwLTIwNy41NjgtNjMuNTM2LTI1NC4wMC0xNTIuMzM2CgkJYy0wLjIwOC0wLjM2OC0wLjE3Ni0wLjgwLTAuMzM2LTEuMTg0Yy0wLjExMi0wLjI1Ni0wLjMzNi0wLjQwLTAuNDMyLTAuNjcyYy0wLjI1Ni0wLjY1Ni0wLjE2LTEuMzc2LTAuMzItMi4wNDgKCQljLTAuMjg4LTEuMjAtMC41Ni0yLjM1Mi0wLjU2LTMuNTg0cyAwLjI4OC0yLjM2OCwgMC41Ni0zLjU4NGMgMC4xNi0wLjY3MiwgMC4wNjQtMS4zOTIsIDAuMzItMi4wNDgKCQljIDAuMDk2LTAuMjcyLCAwLjMzNi0wLjQxNiwgMC40MzItMC42NzJjIDAuMTYtMC4zODQsIDAuMTI4LTAuODE2LCAwLjMzNi0xLjE4NGMgNDYuNDE2LTg4LjgxNiwgMTQ3LjQyNC0xNTIuNDQ4LCAyNTQuMDAtMTUyLjQ0OAoJCWMgMTA2LjU2LDAuMDAsIDIwNy41NjgsNjMuNTM2LCAyNTMuOTY4LDE1Mi4zMzZjIDAuMjI0LDAuMzY4LCAwLjE5MiwwLjgwLCAwLjMzNiwxLjE4NGMgMC4wOTYsMC4yNTYsIDAuMzM2LDAuNDAsIDAuNDMyLDAuNjcyCgkJYyAwLjI1NiwwLjY1NiwgMC4xNiwxLjM3NiwgMC4zMiwyLjA0OEMgNTExLjcxMiwyMjEuNjMyLCA1MTIuMDAsMjIyLjc4NCwgNTEyLjAwLDIyNC4wMFMgNTExLjcxMiwyMjYuMzg0LCA1MTEuNDQsMjI3LjU4NHogTSAyNTYuMzY4LDk2LjE5MgoJCWMtODkuODQsMC4wMC0xNzcuNzkyLDUxLjA1Ni0yMjEuNjE2LDEyNy45MmMgNDQuMDY0LDc2Ljk2LCAxMzEuODg4LDEyNy44NCwgMjIxLjYxNiwxMjcuODRjIDg5LjgwOCwwLjAwLCAxNzcuNzc2LTUxLjA3MiwgMjIxLjYwLTEyNy45MgoJCUMgNDMzLjkwNCwxNDcuMDU2LCAzNDYuMDk2LDk2LjE5MiwgMjU2LjM2OCw5Ni4xOTJ6TSAyNTYuMzY4LDI4OC4wMTYgQyAyNjAuNzg0LDI4OC4wMTYgMjY0LjMzNiwyODQuNDQ4IDI2NC4zMzYsMjgwLjAxNiBDIDI2NC4zMzYsMjc1LjYxNiAyNjAuNzY4LDI3Mi4wMzIgMjU2LjM2OCwyNzIuMDMyIEwgMjU2LjM2OCwyNzIuMDE2IEMgMjI5LjkwNCwyNzIuMDE2IDIwOC4zODQsMjUwLjQ5NiAyMDguMzg0LDIyNC4wNjQgQyAyMDguMzg0LDIxOS42NDggMjA0LjgwLDIxNi4wNjQgMjAwLjQwLDIxNi4wNjQgQyAxOTUuOTg0LDIxNi4wNjQgMTkyLjQwLDIxOS42NDggMTkyLjQwLDIyNC4wNjQgQyAxOTIuNDAsMjU5LjM0NCAyMjAuOTkyLDI4Ny45MzYgMjU2LjI3MiwyODguMDAgQyAyNTYuMzA0LDI4OC4wMCAyNTYuMzM2LDI4OC4wMTYgMjU2LjM2OCwyODguMDE2IFpNIDI1Ni4wMCwzMzYuMDBjLTYxLjg3MiwwLjAwLTExMi4wMC01MC4xNDQtMTEyLjAwLTExMi4wMGMwLjAwLTYxLjg1NiwgNTAuMTQ0LTExMi4wMCwgMTEyLjAwLTExMi4wMGMgNjEuODQsMC4wMCwgMTEyLjAwLDUwLjE2LCAxMTIuMDAsMTEyLjAwQyAzNjguMDAsMjg1Ljg3MiwgMzE3Ljg0LDMzNi4wMCwgMjU2LjAwLDMzNi4wMHogTSAyNTYuMDAsMTI4LjAwCgkJYy01Mi45NDQsMC4wMC05Ni4wMCw0My4wNTYtOTYuMDAsOTYuMDBjMC4wMCw1Mi45NDQsIDQzLjA1Niw5Ni4wMCwgOTYuMDAsOTYuMDBjIDUyLjk0NCwwLjAwLCA5Ni4wMC00My4wNTYsIDk2LjAwLTk2LjAwQyAzNTIuMDAsMTcxLjA1NiwgMzA4Ljk0NCwxMjguMDAsIDI1Ni4wMCwxMjguMDB6IiBkYXRhLXRhZ3M9ImV5ZSIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMTQ7IiBkPSJNIDI1Ni4wMCwzNjguMDAgQyAyNjAuNDE2LDM2OC4wMCAyNjQuMDAsMzY0LjQxNiAyNjQuMDAsMzYwLjAwIEMgMjY0LjAwLDM1NS41ODQgMjYwLjQwLDM1Mi4wMCAyNTYuMDAsMzUyLjAwIEMgMTcwLjc2OCwzNTIuMDAgOTYuMDAsMzA3LjEzNiA5Ni4wMCwyNTYuMDAgQyA5Ni4wMCwyNTEuNTg0IDkyLjQxNiwyNDguMDAgODguMDAsMjQ4LjAwIEMgODMuNTg0LDI0OC4wMCA4MC4wMCwyNTEuNTg0IDgwLjAwLDI1Ni4wMCBDIDgwLjAwLDMxNi43MDQgMTYwLjU5MiwzNjguMDAgMjU2LjAwLDM2OC4wMCBaTSAyNTYuMDAsNDQ4LjAwQyAxMTQuNjA4LDQ0OC4wMCwwLjAwLDM2Mi4wMzIsMC4wMCwyNTYuMDBjMC4wMC02Ni4wMzIsIDQ0LjQ2NC0xMjQuMjU2LCAxMTIuMTI4LTE1OC44MTYKCQlDIDExMi4xMjgsOTYuNzUyLCAxMTIuMDAsOTYuNDY0LCAxMTIuMDAsOTYuMDBjMC4wMC0yOC42ODgtMjEuNDI0LTU5LjU2OC0zMC44NDgtNzUuNzc2YyAwLjAxNiwwLjAwLCAwLjAzMiwwLjAwLCAwLjAzMiwwLjAwQyA4MC40MzIsMTguNDY0LCA4MC4wMCwxNi41MjgsIDgwLjAwLDE0LjQ5NgoJCUMgODAuMDAsNi40OTYsIDg2LjQ4LDAuMDAsIDk0LjQ5NiwwLjAwQyA5Ni4wMCwwLjAwLCA5OC42NCwwLjQwLCA5OC41NzYsMC4yMjRjIDUwLjAwLDguMTkyLCA5Ny4xMDQsNTQuMTI4LCAxMDguMDQ4LDY3LjQ0QyAyMjIuNjA4LDY1LjMxMiwgMjM5LjA4OCw2NC4wMCwgMjU2LjAwLDY0LjAwCgkJYyAxNDEuMzYsMC4wMCwgMjU2LjAwLDg1Ljk2OCwgMjU2LjAwLDE5Mi4wMEMgNTEyLjAwLDM2Mi4wMzIsIDM5Ny4zNzYsNDQ4LjAwLCAyNTYuMDAsNDQ4LjAweiBNIDI1Ni4wMCw5Ni4wMGMtMTQuNjcyLDAuMDAtMjkuNzI4LDEuMTItNDQuNzM2LDMuMzEyYy0xLjU1MiwwLjI1Ni0zLjEwNCwwLjMzNi00LjY0LDAuMzM2CgkJYy05LjUwNCwwLjAwLTE4LjYwOC00LjIyNC0yNC43MzYtMTEuNjhjLTYuODQ4LTguMzM2LTI2LjMzNi0yNi45NDQtNDkuMzYtNDAuNjI0YyA2LjI0LDE0LjMyLCAxMS4xMiwzMC4zNjgsIDExLjQ1Niw0Ni45MTIKCQljIDAuMDk2LDEuMDI0LCAwLjE0NCwyLjA2NCwgMC4xNDQsMi45NDRjMC4wMCwxMi4wMzItNi43MzYsMjMuMDI0LTE3LjQ0LDI4LjQ5NkMgNjcuMzkyLDE1NS45NjgsIDMyLjAwLDIwNC42ODgsIDMyLjAwLDI1Ni4wMEMgMzIuMDAsMzQ0LjIyNCwgMTMyLjQ4LDQxNi4wMCwgMjU2LjAwLDQxNi4wMAoJCWMgMTIzLjQ4OCwwLjAwLCAyMjQuMDAtNzEuNzc2LCAyMjQuMDAtMTYwLjAwQyA0ODAuMDAsMTY3Ljc3NiwgMzc5LjUwNCw5Ni4wMCwgMjU2LjAwLDk2LjAweiIgZGF0YS10YWdzPSJidWJibGUiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDE1OyIgZD0iTSA1MTAuNzg0LDE4NC43MkwgNDQ2Ljc1Miw0MjQuODE2QyA0NDIuODgsNDM4LjQ2NCwgNDMwLjIyNCw0NDguMDAsIDQxNi4wMCw0NDguMDBMIDI1Ni4wMCw0NDguMDAgTCA5Ni4wMCw0NDguMDAgQyA4MS43Niw0NDguMDAsIDY5LjEyLDQzOC40NjQsIDY1LjI0OCw0MjQuODE2TCAxLjIxNiwxODQuNzIKCQlDIDAuNDAsMTgxLjgwOCwwLjAwLDE3OC44OCwwLjAwLDE3Ni4wMGwwLjAwLTExMi4wMCBjMC4wMC0zNS4zNDQsIDI4LjY1Ni02NC4wMCwgNjQuMDAtNjQuMDBsIDM4NC4wMCwwLjAwIGMgMzUuMzQ0LDAuMDAsIDY0LjAwLDI4LjY1NiwgNjQuMDAsNjQuMDBsMC4wMCwxMTIuMDAgQyA1MTIuMDAsMTc4Ljg4LCA1MTEuNjAsMTgxLjgwOCwgNTEwLjc4NCwxODQuNzJ6IE0gNDgwLjAwLDY0LjAwCgkJYzAuMDAtMTcuNjMyLTE0LjM2OC0zMi4wMC0zMi4wMC0zMi4wMEwgNjQuMDAsMzIuMDAgYy0xNy42NDgsMC4wMC0zMi4wMCwxNC4zNjgtMzIuMDAsMzIuMDBsMC4wMCwxMTIuMDAgTCA5Ni4wMTYsNDE2LjAxNmwgMzE5Ljk1MiwwLjAwIEwgNDgwLjAwLDE3Ni4wMEwgNDgwLjAwLDY0LjAwIHpNIDM3OS44NzIsMzg0LjAwTCAxMzIuMTI4LDM4NC4wMCBjLTcuMjQ4LDAuMDAtMTMuNjAtNC44OC0xNS40NzItMTEuODg4bC01NS4xMi0xOTIuMDBjLTEuMjY0LTQuODE2LTAuMjU2LTkuOTM2LCAyLjc4NC0xMy44NzIKCQlTIDcyLjAzMiwxNjAuMDAsIDc2Ljk5MiwxNjAuMDBsIDQ2LjQ5NiwwLjAwIGwgMTguMjU2LDAuMDAgbCA4LjMzNiwwLjAwIGwgMjMuMTUyLTQ2LjMyQyAxNzguNjcyLDEwMi44NDgsIDE4OS43NDQsOTYuMDAsIDIwMS44NzIsOTYuMDBsIDEwOC4yNTYsMC4wMCBjIDEyLjEyOCwwLjAwLCAyMy4xODQsNi44NDgsIDI4LjYyNCwxNy42OAoJCUwgMzYxLjkwNCwxNjAuMDBsIDguMzM2LDAuMDAgbCAxOC4yNTYsMC4wMCBsIDQ2LjQ5NiwwLjAwIGMgNC45NzYsMC4wMCwgOS42NjQsMi4zMiwgMTIuNjg4LDYuMjU2cyA0LjAzMiw5LjA1NiwgMi43ODQsMTMuODcybC01NS4xMiwxOTIuMDBDIDM5My40NzIsMzc5LjEzNiwgMzg3LjEyLDM4NC4wMCwgMzc5Ljg3MiwzODQuMDB6CgkJIE0gMzg4LjQ5NiwxOTIuMDBsLTI2LjU5MiwwLjAwIGMtMTIuMTkyLDAuMDAtMjMuMTUyLTYuNzUyLTI4LjYyNC0xNy42OEwgMzEwLjEyOCwxMjguMDBsLTEwOC4yNTYsMC4wMCBsLTIzLjE1Miw0Ni4zMkMgMTczLjI0OCwxODUuMjQ4LCAxNjIuMjg4LDE5Mi4wMCwgMTUwLjA5NiwxOTIuMDBMIDEyMy41MDQsMTkyLjAwIEwgODUuMzQ0LDE5Mi4wMCAKCQlMIDEzMi4xMjgsMzY4LjAwbCAyNDcuNzQ0LDAuMDAgbCA0Ni43ODQtMTc2LjAwTCAzODguNDk2LDE5Mi4wMCB6IiBkYXRhLXRhZ3M9InN0YWNrIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxNjsiIGQ9Ik0gNDQ5Ljc3NiwzOTkuNjQ4bC0xOS40NCw1OC40OEMgNDI2LjAwLDQ3MS4yMCwgNDEzLjc3Niw0ODAuMDAsIDQwMC4wMCw0ODAuMDBMIDExMi4wMCw0ODAuMDAgQyA5OC4yMDgsNDgwLjAwLCA4Ni4wMCw0NzEuMjAsIDgxLjYzMiw0NTguMTI4CglMIDYyLjAzMiwzOTkuNjE2QyA0NS4zMjgsMzk4LjU0NCwgMzIuMDAsMzg0Ljk3NiwgMzIuMDAsMzY4LjAwbDAuMDAtNDguMDAgYzAuMDAtMTcuNjY0LCAxNC4zMzYtMzIuMDAsIDMyLjAwLTMyLjAwbCAxNi41NDQsMC4wMCBjMC4wMC0xLjIwLTAuNDgtMi4zMzYtMC4zMzYtMy41MzZsIDMyLjAwLTI4OC4wMEMgMTE0LjAwLTE5LjcxMiwgMTI3LjY4LTMyLjAwLCAxNDQuMDAtMzIuMDAKCWwgMjI0LjAwLDAuMDAgYyAxNi4zMiwwLjAwLCAzMC4wMCwxMi4yODgsIDMxLjc3NiwyOC40NjRsIDMyLjAwLDI4OC4wMGMgMC4xNiwxLjIwLTAuMzM2LDIuMzM2LTAuMzM2LDMuNTM2TCA0NDguMDAsMjg4LjAwIGMgMTcuNjY0LDAuMDAsIDMyLjAwLDE0LjMzNiwgMzIuMDAsMzIuMDBMIDQ4MC4wMCwzNjguMDAgCglDIDQ4MC4wMCwzODUuMDQsIDQ2Ni41NiwzOTguNjcyLCA0NDkuNzc2LDM5OS42NDh6IE0gMTEyLjAwLDQ0OC4wMGwgMjg4LjAwLDAuMDAgbCAxNi4wMC00OC4wMEwgOTYuMDAsNDAwLjAwIEwgMTEyLjAwLDQ0OC4wMHogTSAxNDQuMDAsMC4wMGwtNS4zMjgsNDguMDBsIDIzNC42NTYsMC4wMCBMIDM2OC4wMCwwLjAwTCAxNDQuMDAsMC4wMCB6IE0gMzc1LjA4OCw2NC4wMEwgMTM2Ljg4LDY0LjAwIEwgMTE5LjEwNCwyMjQuMDBsIDI3My43NzYsMC4wMCAKCUwgMzc1LjA4OCw2NC4wMHogTSAzOTQuNjU2LDI0MC4wMEwgMTE3LjMyOCwyNDAuMDAgTCAxMTIuMDAsMjg4LjAwbCAyODguMDAsMC4wMCBMIDM5NC42NTYsMjQwLjAweiBNIDQ0OC4wMCwzMjAuMDBMIDY0LjAwLDMyMC4wMCBMIDY0LjAwLDM2OC4wMCBsIDM4NC4wMCwwLjAwIEwgNDQ4LjAwLDMyMC4wMCB6IiBkYXRhLXRhZ3M9ImN1cCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMTc7IiBkPSJNIDM4NC4wMCw0ODAuMDBMIDEyOC4wMCw0ODAuMDBDIDEwMS40NzIsNDgwLjAwLCA4MC4wMCw0NTguNTEyLCA4MC4wMCw0MzIuMDBsMC4wMC00MTYuMDAgYzAuMDAtMjYuNTI4LCAyMS40ODgtNDguMDAsIDQ4LjAwLTQ4LjAwbCAyNTYuMDAsMC4wMCBjIDI2LjQ5NiwwLjAwLCA0OC4wMCwyMS41MDQsIDQ4LjAwLDQ4LjAwTCA0MzIuMDAsNDMyLjAwIEMgNDMyLjAwLDQ1OC41MjgsIDQxMC40OTYsNDgwLjAwLCAzODQuMDAsNDgwLjAwegoJCSBNIDQwMC4wMCwxNi4wMGMwLjAwLTguODE2LTcuMTg0LTE2LjAwLTE2LjAwLTE2LjAwTCAxMjguMDAsMC4wMCBjLTguODMyLDAuMDAtMTYuMDAsNy4xNTItMTYuMDAsMTYuMDBsMC4wMCwzMi4wNjQgbCAyODguMDAsMC4wMCBMIDQwMC4wMCwxNi4wMCB6IE0gNDAwLjAwLDY0LjA2NEwgMTEyLjAwLDY0LjA2NCBMIDExMi4wMCwzODQuMDAgTCA0MDAuMDAsMzg0LjAwTCA0MDAuMDAsNjQuMDY0IHogTSA0MDAuMDAsNDAwLjAwTCAxMTIuMDAsNDAwLjAwTCAxMTIuMDAsNDMyLjAwIGMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDAKCQlMIDM4NC4wMCw0NDguMDBjIDguODE2LDAuMDAsIDE2LjAwLTcuMTY4LCAxNi4wMC0xNi4wMEwgNDAwLjAwLDQwMC4wMCB6TSAyODguMDAsNDI0LjAwQyAyODguMDAsNDE5LjU4NCwgMjg0LjQwLDQxNi4wMCwgMjgwLjAwLDQxNi4wMGwtNDguMDAsMC4wMCBDIDIyNy41NjgsNDE2LjAwLCAyMjQuMDAsNDE5LjU4NCwgMjI0LjAwLDQyNC4wMGwwLjAwLDAuMDBDIDIyNC4wMCw0MjguNDMyLCAyMjcuNTY4LDQzMi4wMCwgMjMyLjAwLDQzMi4wMGwgNDguMDAsMC4wMCAKCQlDIDI4NC40MCw0MzIuMDAsIDI4OC4wMCw0MjguNDMyLCAyODguMDAsNDI0LjAwTCAyODguMDAsNDI0LjAwek0gMjcyLjAwLDI0LjA2NGMwLjAwLTQuNDAtMy42MC04LjAwLTguMDAtOC4wMGwtMTYuMDAsMC4wMCBjLTQuNDE2LDAuMDAtOC4wMCwzLjYwLTguMDAsOC4wMGwwLjAwLDAuMDBjMC4wMCw0LjQzMiwgMy41ODQsOC4wMCwgOC4wMCw4LjAwbCAxNi4wMCwwLjAwIAoJCUMgMjY4LjQwLDMyLjA2NCwgMjcyLjAwLDI4LjQ5NiwgMjcyLjAwLDI0LjA2NEwgMjcyLjAwLDI0LjA2NHoiIGRhdGEtdGFncz0icGhvbmUiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDE4OyIgZD0iTSA0NjQuMDAsNDgwLjAwTCAxMTIuMDAsNDgwLjAwIEMgODUuNDg4LDQ4MC4wMCwgNjQuMDAsNDU4LjUyOCwgNjQuMDAsNDMyLjAwbDAuMDAtMzIuMDAgTCA0OC4wMCw0MDAuMDAgQyAyMS40ODgsNDAwLjAwLDAuMDAsMzc4LjUyOCwwLjAwLDM1Mi4wMGwwLjAwLTMyMC4wMCAKCQljMC4wMC0zNS4zNDQsIDI4LjY1Ni02NC4wMCwgNjQuMDAtNjQuMDBsIDM4NC4wMCwwLjAwIGMgMzUuMzQ0LDAuMDAsIDY0LjAwLDI4LjY1NiwgNjQuMDAsNjQuMDBMIDUxMi4wMCw0MzIuMDAgQyA1MTIuMDAsNDU4LjUyOCwgNDkwLjQ5Niw0ODAuMDAsIDQ2NC4wMCw0ODAuMDB6IE0gNDgwLjAwLDMyLjAwYzAuMDAtMTcuNjMyLTE0LjM2OC0zMi4wMC0zMi4wMC0zMi4wMEwgNjQuMDAsMC4wMCBjLTE3LjY0OCwwLjAwLTMyLjAwLDE0LjM2OC0zMi4wMCwzMi4wMEwgMzIuMDAsMzUyLjAwIAoJCWMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDE2LjAwLDAuMDAgbDAuMDAtMzIwLjAwIGMwLjAwLTguODQ4LCA3LjE1Mi0xNi4wMCwgMTYuMDAtMTYuMDBzIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMEwgOTYuMDAsNDMyLjAwIGMwLjAwLDguODMyLCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDM1Mi4wMCwwLjAwIGMgOC44MTYsMC4wMCwgMTYuMDAtNy4xNjgsIDE2LjAwLTE2LjAwTCA0ODAuMDAsMzIuMDAgek0gMzExLjk2OCwyNzEuOTIgQyAzMDcuNTY4LDI3MS45MiAzMDMuOTY4LDI3NS41MDQgMzAzLjk2OCwyNzkuOTIgQyAzMDMuOTY4LDI4NC4zMzYgMzA3LjU2OCwyODcuOTIgMzExLjk2OCwyODcuOTIgTCA0MzkuOTY4LDI4Ny45MiBDIDQ0NC40MCwyODcuOTIgNDQ3Ljk2OCwyODQuMzM2IDQ0Ny45NjgsMjc5LjkyIEMgNDQ3Ljk2OCwyNzUuNTA0IDQ0NC40MCwyNzEuOTIgNDM5Ljk2OCwyNzEuOTIgTCAzMTEuOTY4LDI3MS45MiBaTSAzMTEuOTY4LDMxOS45MiBDIDMwNy41NjgsMzE5LjkyIDMwMy45NjgsMzIzLjUwNCAzMDMuOTY4LDMyNy45MiBDIDMwMy45NjgsMzMyLjMzNiAzMDcuNTY4LDMzNS45MiAzMTEuOTY4LDMzNS45MiBMIDQzOS45NjgsMzM1LjkyIEMgNDQ0LjQwLDMzNS45MiA0NDcuOTY4LDMzMi4zMzYgNDQ3Ljk2OCwzMjcuOTIgQyA0NDcuOTY4LDMyMy41MDQgNDQ0LjQwLDMxOS45MiA0MzkuOTY4LDMxOS45MiBMIDMxMS45NjgsMzE5LjkyIFpNIDMxMS45NjgsMzY3LjkyIEMgMzA3LjU2OCwzNjcuOTIgMzAzLjk2OCwzNzEuNTA0IDMwMy45NjgsMzc1LjkyIEMgMzAzLjk2OCwzODAuMzM2IDMwNy41NjgsMzgzLjkyIDMxMS45NjgsMzgzLjkyIEwgNDM5Ljk2OCwzODMuOTIgQyA0NDQuNDAsMzgzLjkyIDQ0Ny45NjgsMzgwLjMzNiA0NDcuOTY4LDM3NS45MiBDIDQ0Ny45NjgsMzcxLjUwNCA0NDQuNDAsMzY3LjkyIDQzOS45NjgsMzY3LjkyIEwgMzExLjk2OCwzNjcuOTIgWk0gMjY0LjAwLDQ3LjkzNiBDIDI2OC40MTYsNDcuOTM2IDI3Mi4wMCw0NC4zMzYgMjcyLjAwLDM5LjkzNiBDIDI3Mi4wMCwzNS41MDQgMjY4LjQwLDMxLjkzNiAyNjQuMDAsMzEuOTM2IEwgMTM2LjAwLDMxLjkzNiBDIDEzMS41ODQsMzEuOTM2IDEyOC4wMCwzNS41MDQgMTI4LjAwLDM5LjkzNiBDIDEyOC4wMCw0NC4zMzYgMTMxLjU4NCw0Ny45MzYgMTM2LjAwLDQ3LjkzNiBMIDI2NC4wMCw0Ny45MzYgWk0gMjY0LjAwLDk1LjkzNiBDIDI2OC40MTYsOTUuOTM2IDI3Mi4wMCw5Mi4zMzYgMjcyLjAwLDg3LjkzNiBDIDI3Mi4wMCw4My41MDQgMjY4LjQwLDc5LjkzNiAyNjQuMDAsNzkuOTM2IEwgMTM2LjAwLDc5LjkzNiBDIDEzMS41ODQsNzkuOTM2IDEyOC4wMCw4My41MDQgMTI4LjAwLDg3LjkzNiBDIDEyOC4wMCw5Mi4zMzYgMTMxLjU4NCw5NS45MzYgMTM2LjAwLDk1LjkzNiBMIDI2NC4wMCw5NS45MzYgWk0gMjY0LjAwLDE0My45MzYgQyAyNjguNDE2LDE0My45MzYgMjcyLjAwLDE0MC4zMzYgMjcyLjAwLDEzNS45MzYgQyAyNzIuMDAsMTMxLjUwNCAyNjguNDAsMTI3LjkzNiAyNjQuMDAsMTI3LjkzNiBMIDEzNi4wMCwxMjcuOTM2IEMgMTMxLjU4NCwxMjcuOTM2IDEyOC4wMCwxMzEuNTA0IDEyOC4wMCwxMzUuOTM2IEMgMTI4LjAwLDE0MC4zMzYgMTMxLjU4NCwxNDMuOTM2IDEzNi4wMCwxNDMuOTM2IEwgMjY0LjAwLDE0My45MzYgWk0gNDQwLjAwLDQ3LjkzNiBDIDQ0NC40MCw0Ny45MzYgNDQ4LjAwLDQ0LjMzNiA0NDguMDAsMzkuOTM2IEMgNDQ4LjAwLDM1LjUwNCA0NDQuNDAsMzEuOTM2IDQ0MC4wMCwzMS45MzYgTCAzMTIuMDAsMzEuOTM2IEMgMzA3LjU2OCwzMS45MzYgMzA0LjAwLDM1LjUwNCAzMDQuMDAsMzkuOTM2IEMgMzA0LjAwLDQ0LjMzNiAzMDcuNTY4LDQ3LjkzNiAzMTIuMDAsNDcuOTM2IEwgNDQwLjAwLDQ3LjkzNiBaTSA0NDAuMDAsOTUuOTM2IEMgNDQ0LjQwLDk1LjkzNiA0NDguMDAsOTIuMzM2IDQ0OC4wMCw4Ny45MzYgQyA0NDguMDAsODMuNTA0IDQ0NC40MCw3OS45MzYgNDQwLjAwLDc5LjkzNiBMIDMxMi4wMCw3OS45MzYgQyAzMDcuNTY4LDc5LjkzNiAzMDQuMDAsODMuNTA0IDMwNC4wMCw4Ny45MzYgQyAzMDQuMDAsOTIuMzM2IDMwNy41NjgsOTUuOTM2IDMxMi4wMCw5NS45MzYgTCA0NDAuMDAsOTUuOTM2IFpNIDQ0MC4wMCwxNDMuOTM2IEMgNDQ0LjQwLDE0My45MzYgNDQ4LjAwLDE0MC4zMzYgNDQ4LjAwLDEzNS45MzYgQyA0NDguMDAsMTMxLjUwNCA0NDQuNDAsMTI3LjkzNiA0NDAuMDAsMTI3LjkzNiBMIDMxMi4wMCwxMjcuOTM2IEMgMzA3LjU2OCwxMjcuOTM2IDMwNC4wMCwxMzEuNTA0IDMwNC4wMCwxMzUuOTM2IEMgMzA0LjAwLDE0MC4zMzYgMzA3LjU2OCwxNDMuOTM2IDMxMi4wMCwxNDMuOTM2IEwgNDQwLjAwLDE0My45MzYgWk0gNDQwLjAwLDIzOS45MzYgQyA0NDQuNDAsMjM5LjkzNiA0NDguMDAsMjM2LjM1MiA0NDguMDAsMjMxLjkzNiBDIDQ0OC4wMCwyMjcuNTIgNDQ0LjQwLDIyMy45MzYgNDQwLjAwLDIyMy45MzYgTCAxMzYuMDAsMjIzLjkzNiBDIDEzMS41ODQsMjIzLjkzNiAxMjguMDAsMjI3LjUyIDEyOC4wMCwyMzEuOTM2IEMgMTI4LjAwLDIzNi4zNTIgMTMxLjU4NCwyMzkuOTM2IDEzNi4wMCwyMzkuOTM2IEwgNDQwLjAwLDIzOS45MzYgWk0gNDQwLjAwLDE5MS45MzYgQyA0NDQuNDAsMTkxLjkzNiA0NDguMDAsMTg4LjMzNiA0NDguMDAsMTgzLjkzNiBDIDQ0OC4wMCwxNzkuNTA0IDQ0NC40MCwxNzUuOTM2IDQ0MC4wMCwxNzUuOTM2IEwgMTM2LjAwLDE3NS45MzYgQyAxMzEuNTg0LDE3NS45MzYgMTI4LjAwLDE3OS41MDQgMTI4LjAwLDE4My45MzYgQyAxMjguMDAsMTg4LjMzNiAxMzEuNTg0LDE5MS45MzYgMTM2LjAwLDE5MS45MzYgTCA0NDAuMDAsMTkxLjkzNiBaTSAxNDQuMDAsMjcyLjAwbCAxMTIuMDAsMC4wMCBjIDguODQ4LDAuMDAsIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMEwgMjcyLjAwLDM5OS45MzYgYzAuMDAsOC44NDgtNy4xNTIsMTYuMDAtMTYuMDAsMTYuMDBMIDE0NC4wMCw0MTUuOTM2IAoJCWMtOC44NDgsMC4wMC0xNi4wMC03LjE1Mi0xNi4wMC0xNi4wMEwgMTI4LjAwLDI4OC4wMCBDIDEyOC4wMCwyNzkuMTY4LCAxMzUuMTUyLDI3Mi4wMCwgMTQ0LjAwLDI3Mi4wMHogTSAxNjAuMDAsMzg0LjAwbCA4MC4wMCwwLjAwIGwwLjAwLTgwLjAwIGwtODAuMDAsMC4wMCBMIDE2MC4wMCwzODQuMDAgeiIgZGF0YS10YWdzPSJuZXdzIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxOTsiIGQ9Ik0gNDQ4LjAwLDQwMC4wMEwgNjQuMDAsNDAwLjAwIEMgMjguNjU2LDQwMC4wMCwwLjAwLDM3MS4zMjgsMC4wMCwzMzYuMDBsMC4wMC0yMDguMDAgYzAuMDAtMzUuMzQ0LCAyOC42NTYtNjQuMDAsIDY0LjAwLTY0LjAwbCAzODQuMDAsMC4wMCBjIDM1LjM0NCwwLjAwLCA2NC4wMCwyOC42NTYsIDY0LjAwLDY0LjAwTCA1MTIuMDAsMzM2LjAwIAoJQyA1MTIuMDAsMzcxLjMyOCwgNDgzLjM0NCw0MDAuMDAsIDQ0OC4wMCw0MDAuMDB6IE0gMzIuMDAsMzE2LjAwbCAxMTEuOTg0LTg0LjAwTCAzMi4wMCwxNDguMDBMIDMyLjAwLDMxNi4wMCB6IE0gNDgwLjAwLDEyOC4wMGMwLjAwLTE3LjY2NC0xNC4zNjgtMzIuMDAtMzIuMDAtMzIuMDBMIDY0LjAwLDk2LjAwIGMtMTcuNjQ4LDAuMDAtMzIuMDAsMTQuMzM2LTMyLjAwLDMyLjAwbCAxMjUuMzEyLDk0LjAwCglsIDY5Ljg4OC01Mi40MzJjIDguNTI4LTYuMzY4LCAxOC42NTYtOS42MCwgMjguODAtOS42MGMgMTAuMTI4LDAuMDAsIDIwLjI1NiwzLjIxNiwgMjguNzg0LDkuNjBsIDY5LjkwNCw1Mi40MzJMIDQ4MC4wMCwxMjguMDBMIDQ4MC4wMCwxMjguMDB6IE0gNDgwLjAwLDE0OC4wMGwtMTEyLjAwLDg0LjAwbCAxMTIuMDAsODQuMDAKCUwgNDgwLjAwLDE0OC4wMCB6IE0gMjc1LjE4NCwxODIuMzY4Yy01LjU4NC00LjE5Mi0xMi4yMDgtNi40MC0xOS4xODQtNi40MGMtNi45NzYsMC4wMC0xMy42MTYsMi4yMjQtMTkuMjAsNi40MEwgMTcwLjY0LDIzMi4wMGwtMTMuMzI4LDEwLjAwTCAzMi4wMCwzMzUuOTg0TCAzMi4wMCwzMzYuMDAgCgljMC4wMCwxNy42NDgsIDE0LjM1MiwzMi4wMCwgMzIuMDAsMzIuMDBsIDM4NC4wMCwwLjAwIGMgMTcuNjMyLDAuMDAsIDMyLjAwLTE0LjM1MiwgMzIuMDAtMzIuMDBMIDI3NS4xODQsMTgyLjM2OHoiIGRhdGEtdGFncz0ibWFpbCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMWE7IiBkPSJNIDQ2Ni42MjQsMzEyLjQ0OGMtMjAuMDAsNS4yNDgtNjcuMDI0LDUuMTg0LTEzNS44MDgsNy4wMDgKCQljIDMuMjQ4LDE1LjAwOCwgNC4wMCwyOC41NDQsIDQuMDAsNTIuNTc2QyAzMzQuODE2LDQyOS40NCwgMjkyLjk5Miw0ODAuMDAsIDI1Ni4wMCw0ODAuMDBjLTI2LjEyOCwwLjAwLTQ3LjY2NC0yMS4zNi00OC4wMC00Ny42MzJjLTAuMzUyLTMyLjIyNC0xMC4zMi04Ny44NzItNjQuMDAtMTE2LjA5NgoJCWMtMy45MzYtMi4wOC0xNS4yMC03LjYzMi0xNi44NDgtOC4zNTJMIDEyOC4wMCwzMDcuMjBDIDExOS42MCwzMTQuNDQ4LCAxMDcuOTUyLDMyMC4wMCwgOTYuMDAsMzIwLjAwTCA0OC4wMCwzMjAuMDAgYy0yNi40NjQsMC4wMC00OC4wMC0yMS41MzYtNDguMDAtNDguMDBsMC4wMC0yNTYuMDAgYzAuMDAtMjYuNDY0LCAyMS41MzYtNDguMDAsIDQ4LjAwLTQ4LjAwbCA0OC4wMCwwLjAwIAoJCWMgMTkuMDQsMC4wMCwgMzQuOTc2LDExLjUwNCwgNDIuNjg4LDI3LjYzMmMgMC4xOTItMC4wNjQsIDAuNTI4LTAuMTYsIDAuNzUyLTAuMTkyYyAxLjA1Ni0wLjI4OCwgMi4zMDQtMC41OTIsIDMuODI0LTAuOTkyCgkJQyAxNDMuNTUyLTUuNjMyLCAxNDMuNjk2LTUuNjY0LCAxNDQuMDAtNS43NDRjIDkuMjE2LTIuMjg4LCAyNi45Ni02LjUyOCwgNjQuODgtMTUuMjQ4QyAyMTcuMDA4LTIyLjg0OCwgMjU5Ljk1Mi0zMi4wMCwgMzA0LjQzMi0zMi4wMGwgODcuNDcyLDAuMDAgCgkJYyAyNi42NTYsMC4wMCwgNDUuODcyLDEwLjI1NiwgNTcuMzEyLDMwLjg0OGMgMC4xNiwwLjMyLCAzLjg0LDcuNTA0LCA2Ljg0OCwxNy4yMTZjIDIuMjU2LDcuMzEyLCAzLjA4OCwxNy42NjQsIDAuMzY4LDI4LjE2CgkJYyAxNy4xODQsMTEuODA4LCAyMi43MiwyOS42NjQsIDI2LjMyLDQxLjI4YyA2LjAzMiwxOS4wNTYsIDQuMjI0LDMzLjM3NiwgMC4wMzIsNDMuNjMyYyA5LjY2NCw5LjEyLCAxNy45MDQsMjMuMDI0LCAyMS4zNzYsNDQuMjU2CgkJYyAyLjE2LDEzLjE1Mi0wLjE2LDI2LjY4OC02LjIyNCwzNy45NTJjIDkuMDU2LDEwLjE3NiwgMTMuMTg0LDIyLjk3NiwgMTMuNjY0LDM0LjgxNmwgMC4xOTIsMy4zNDRDIDUxMS45MDQsMjUxLjYwLCA1MTIuMDAsMjUyLjg5NiwgNTEyLjAwLDI1Ny41MDQKCQlDIDUxMi4wMCwyNzcuNzEyLCA0OTguMDAsMzAzLjQ4OCwgNDY2LjYyNCwzMTIuNDQ4eiBNIDExMi4wMCwxNi4wMGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCwwLjAwIGMtOC44NDgsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMEwgMzIuMDAsMjcyLjAwIGMwLjAwLDguODQ4LCA3LjE1MiwxNi4wMCwgMTYuMDAsMTYuMDBsIDQ4LjAwLDAuMDAgCgkJYyA4Ljg0OCwwLjAwLCAxNi4wMC03LjE1MiwgMTYuMDAtMTYuMDBMIDExMi4wMCwxNi4wMCB6IE0gNDc5LjYzMiwyNDcuNDRDIDQ3OS4zMTIsMjM5LjUzNiwgNDc2LjAwLDIyNC4wMCwgNDQ4LjAwLDIyNC4wMGMtMjQuMDAsMC4wMC0zMi4wMCwwLjAwLTMyLjAwLDAuMDBjLTQuNDMyLDAuMDAtOC4wMC0zLjU4NC04LjAwLTguMDBTIDQxMS41NjgsMjA4LjAwLCA0MTYuMDAsMjA4LjAwCgkJYzAuMDAsMC4wMCwgNy4wMDgsMC4wMCwgMzEuMDA4LDAuMDBzIDI3LjE1Mi0xOS45MDQsIDI1LjYwLTI5LjUwNEMgNDcwLjYyNCwxNjYuNTYsIDQ2NS4wMjQsMTQ0LjAwLCA0MzguMDAsMTQ0LjAwQyA0MTEuMDA4LDE0NC4wMCwgNDAwLjAwLDE0NC4wMCwgNDAwLjAwLDE0NC4wMGMtNC40MzIsMC4wMC04LjAwLTMuNTY4LTguMDAtOC4wMAoJCWMwLjAwLTQuNDAsIDMuNTY4LTguMDAsIDguMDAtOC4wMGMwLjAwLDAuMDAsIDE5LjAwOCwwLjAwLCAzMS41MDQsMC4wMGMgMjcuMDA4LDAuMDAsIDI0LjYyNC0yMC41OTIsIDIwLjc1Mi0zMi44OEMgNDQ3LjE1Miw3OC45NzYsIDQ0NC4wMzIsNjQuMDAsIDQxMC4wMCw2NC4wMAoJCWMtMTEuNTA0LDAuMDAtMjYuMDk2LDAuMDAtMjYuMDk2LDAuMDBjLTQuNDMyLDAuMDAtOC4wMC0zLjU2OC04LjAwLTguMDBjMC4wMC00LjQwLCAzLjU2OC04LjAwLCA4LjAwLTguMDBjMC4wMCwwLjAwLCAxMS4wODgsMC4wMCwgMjUuMDg4LDAuMDAKCQljIDE3LjUwNCwwLjAwLCAxOC4zMi0xNi41NiwgMTYuNDk2LTIyLjQ5NmMtMi4wMC02LjQ5Ni00LjM2OC0xMS4zMTItNC40NjQtMTEuNTM2QyA0MTYuMTkyLDUuMjQ4LCA0MDguNDAsMC4wMCwgMzkxLjkwNCwwLjAwbC04Ny40NzIsMC4wMCAKCQljLTQzLjkzNiwwLjAwLTg3LjUyLDkuOTY4LTg4LjY0LDEwLjIyNGMtNjYuNDY0LDE1LjMxMi02OS45NjgsMTYuNDk2LTc0LjE0NCwxNy42OGMwLjAwLDAuMDAtMTMuNTM2LDIuMjg4LTEzLjUzNiwxNC4wOTZMIDEyOC4wMCwyNjIuOTkyCgkJYzAuMDAsNy41MDQsIDQuNzg0LDE0LjI4OCwgMTIuNzA0LDE2LjY3MmMgMC45OTIsMC4zODQsIDIuMzM2LDAuODAsIDMuMjk2LDEuMjBjIDczLjA4OCwzMC4yNzIsIDk1LjM0NCw5Ni42NCwgOTYuMDAsMTUxLjEzNmMgMC4wOTYsNy42NjQsIDYuMDAsMTYuMDAsIDE2LjAwLDE2LjAwCgkJYyAxNi45MTIsMC4wMCwgNDYuODE2LTMzLjk1MiwgNDYuODE2LTc1Ljk2OEMgMzAyLjgxNiwzMzQuMDk2LCAzMDEuMjgsMzI3LjUzNiwgMjg4LjAwLDI4OC4wMGMgMTYwLjAwLDAuMDAsIDE1OC44OC0yLjMwNCwgMTcyLjk5Mi02LjAwQyA0NzguNDk2LDI3Ni45OTIsIDQ4MC4wMCwyNjIuNDk2LCA0ODAuMDAsMjU3LjUwNAoJCUMgNDgwLjAwLDI1Mi4wMTYsIDQ3OS44NCwyNTIuODE2LCA0NzkuNjMyLDI0Ny40NHpNIDcyLjAwLDY0LjAwQyA1OC43NTIsNjQuMDAsIDQ4LjAwLDUzLjI0OCwgNDguMDAsNDAuMDBTIDU4Ljc1MiwxNi4wMCwgNzIuMDAsMTYuMDAKCQlTIDk2LjAwLDI2Ljc1MiwgOTYuMDAsNDAuMDBTIDg1LjI0OCw2NC4wMCwgNzIuMDAsNjQuMDB6IE0gNzIuMDAsMzIuMDBDIDY3LjYwLDMyLjAwLCA2NC4wMCwzNS42MCwgNjQuMDAsNDAuMDBTIDY3LjYwLDQ4LjAwLCA3Mi4wMCw0OC4wMFMgODAuMDAsNDQuNDAsIDgwLjAwLDQwLjAwUyA3Ni40MCwzMi4wMCwgNzIuMDAsMzIuMDB6IiBkYXRhLXRhZ3M9Imxpa2UiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDFiOyIgZD0iTSA0MzIuMDAsNDgwLjAwTCA4MC4wMCw0ODAuMDAgQyA0NC42NTYsNDgwLjAwLCAxNi4wMCw0NTEuMzQ0LCAxNi4wMCw0MTYuMDBsMC4wMC0zODQuMDAgYzAuMDAtMzUuMzQ0LCAyOC42NTYtNjQuMDAsIDY0LjAwLTY0LjAwbCAzNTIuMDAsMC4wMCBjIDM1LjM0NCwwLjAwLCA2NC4wMCwyOC42NTYsIDY0LjAwLDY0LjAwTCA0OTYuMDAsNDE2LjAwIEMgNDk2LjAwLDQ1MS4zNDQsIDQ2Ny4zNDQsNDgwLjAwLCA0MzIuMDAsNDgwLjAwegoJCSBNIDQ2NC4wMCwzMi4wMGMwLjAwLTE3LjYzMi0xNC4zNjgtMzIuMDAtMzIuMDAtMzIuMDBMIDgwLjAwLDAuMDAgYy0xNy42NDgsMC4wMC0zMi4wMCwxNC4zNjgtMzIuMDAsMzIuMDBMIDQ4LjAwLDQxNi4wMCBjMC4wMCwxNy42NDgsIDE0LjM1MiwzMi4wMCwgMzIuMDAsMzIuMDBsIDM1Mi4wMCwwLjAwIGMgMTcuNjMyLDAuMDAsIDMyLjAwLTE0LjM1MiwgMzIuMDAtMzIuMDBMIDQ2NC4wMCwzMi4wMCB6TSA0MTYuMDAsNDE2LjAwTCA5Ni4wMCw0MTYuMDAgQyA4Ny4xNTIsNDE2LjAwLCA4MC4wMCw0MDguODQ4LCA4MC4wMCw0MDAuMDBsMC4wMC0yODguMDAgYzAuMDAtOC44NDgsIDcuMTUyLTE2LjAwLCAxNi4wMC0xNi4wMGwgMzIwLjAwLDAuMDAgYyA4Ljg0OCwwLjAwLCAxNi4wMCw3LjE1MiwgMTYuMDAsMTYuMDBMIDQzMi4wMCw0MDAuMDAgQyA0MzIuMDAsNDA4Ljg0OCwgNDI0Ljg0OCw0MTYuMDAsIDQxNi4wMCw0MTYuMDB6CgkJIE0gNDE2LjAwLDQwMC4wMGwwLjAwLTIyMS45MDQgbC01Mi4wMCw1Ni40OEMgMzYwLjk0NCwyMzguMDMyLCAzNTYuNTkyLDI0MC4wMCwgMzUyLjAwLDI0MC4wMHMtOC45NzYtMS45NjgtMTIuMDAtNS40MjRsLTQxLjY2NC00Ny4yMGwtMTI2LjMzNiwxNDMuMjAKCQlDIDE2OC45NiwzMzQuMDMyLCAxNjQuNTkyLDMzNi4wMCwgMTYwLjAwLDMzNi4wMFMgMTUxLjA0LDMzNC4wMzIsIDE0OC4wMCwzMzAuNTc2TCA5Ni4wMCwyNzAuNjA4TCA5Ni4wMCw0MDAuMDAgTCA0MTYuMDAsNDAwLjAwIHogTSA5Ni4wMCwyNDYuNDBsIDY0LjAwLDczLjYwbCAxMjkuMDU2LTE0Ni4yODhsIDkuMjgtMTAuNTI4TCAzNDIuNTI4LDExMi4wMEwgOTYuMDAsMTEyLjAwIEwgOTYuMDAsMjQ2LjQwIHoKCQkgTSAzNjMuODQsMTEyLjAwbC01NC44NDgsNjMuMjhMIDM1Mi4wMCwyMjQuMDBsIDY0LjAwLTcwLjA2NEwgNDE2LjAwLDExMi4wMCBMIDM2My44NCwxMTIuMDAgek0gMzIwLjAwLDI3Mi4wMGMgMjYuNDk2LDAuMDAsIDQ4LjAwLDIxLjQ4OCwgNDguMDAsNDguMDBzLTIxLjUwNCw0OC4wMC00OC4wMCw0OC4wMGMtMjYuNTI4LDAuMDAtNDguMDAtMjEuNDg4LTQ4LjAwLTQ4LjAwUyAyOTMuNDcyLDI3Mi4wMCwgMzIwLjAwLDI3Mi4wMHogTSAzMjAuMDAsMzUyLjAwYyAxNy42MzIsMC4wMCwgMzIuMDAtMTQuMzUyLCAzMi4wMC0zMi4wMAoJCXMtMTQuMzY4LTMyLjAwLTMyLjAwLTMyLjAwYy0xNy42NjQsMC4wMC0zMi4wMCwxNC4zNTItMzIuMDAsMzIuMDBTIDMwMi4zMzYsMzUyLjAwLCAzMjAuMDAsMzUyLjAweiIgZGF0YS10YWdzPSJwaG90byIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMWM7IiBkPSJNIDUwMi42MjQsMzU4LjY0bC05Ni4wMCw5Ni4wMEMgNDAwLjYyNCw0NjAuNjQsIDM5Mi40NjQsNDY0LjAwLCAzODQuMDAsNDY0LjAwTCA0OC4wMCw0NjQuMDAgCgkJQyAyMS41MzYsNDY0LjAwLDAuMDAsNDQyLjQ4LDAuMDAsNDE2LjAwbDAuMDAtMzg0LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMGwgNDE2LjAwLDAuMDAgYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgNTEyLjAwLDMzNi4wMCBDIDUxMi4wMCwzNDQuNDk2LCA1MDguNjI0LDM1Mi42NCwgNTAyLjYyNCwzNTguNjR6IE0gNDgwLjAwLDMyLjAwCgkJYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBMIDQ4LjAwLDE2LjAwIGMtOC44NDgsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMEwgMzIuMDAsNDE2LjAwIGMwLjAwLDguODQ4LCA3LjE1MiwxNi4wMCwgMTYuMDAsMTYuMDBsIDMyMC4wMCwwLjAwIGwwLjAwLTY0LjAwIGwtMC4wMzIsMC4wMCBjMC4wMC0yNi41MTIsIDIxLjUwNC00OC4wMCwgNDguMDAtNDguMDBsIDE2LjAwLDAuMDAgTCA0ODAuMDAsMzIwLjAwIEwgNDgwLjAwLDMyLjAwIHogTSA0MzEuOTY4LDMzNi4wMGwtMTYuMDAsMC4wMCAKCQljLTE3LjYzMiwwLjAwLTMyLjAwLDE0LjM1Mi0zMi4wMCwzMi4wMEwgMzg0LjAwLDM2OC4wMCBMIDM4NC4wMCw0MzIuMDAgbCA5Ni4wMC05Ni4wMEwgNDMxLjk2OCwzMzYuMDAgek0gMjQ4LjAwLDM1Mi4wMCBDIDI0My41ODQsMzUyLjAwIDI0MC4wMCwzNTUuNTY4IDI0MC4wMCwzNjAuMDAgQyAyNDAuMDAsMzY0LjQzMiAyNDMuNTg0LDM2OC4wMCAyNDguMDAsMzY4LjAwIEwgMzI4LjAwLDM2OC4wMCBDIDMzMi40MCwzNjguMDAgMzM2LjAwLDM2NC40MTYgMzM2LjAwLDM2MC4wMCBDIDMzNi4wMCwzNTUuNTg0IDMzMi40MCwzNTIuMDAgMzI4LjAwLDM1Mi4wMCBMIDI0OC4wMCwzNTIuMDAgWk0gMjQ4LjAwLDMwNC4wMCBDIDI0My41ODQsMzA0LjAwIDI0MC4wMCwzMDcuNTg0IDI0MC4wMCwzMTIuMDAgQyAyNDAuMDAsMzE2LjQxNiAyNDMuNTg0LDMyMC4wMCAyNDguMDAsMzIwLjAwIEwgMzI4LjAwLDMyMC4wMCBDIDMzMi40MCwzMjAuMDAgMzM2LjAwLDMxNi40MTYgMzM2LjAwLDMxMi4wMCBDIDMzNi4wMCwzMDcuNTg0IDMzMi40MCwzMDQuMDAgMzI4LjAwLDMwNC4wMCBMIDI0OC4wMCwzMDQuMDAgWk0gMjQwLjAwLDI2NC4wMCBDIDI0MC4wMCwyNjguNDMyIDI0My41ODQsMjcyLjAwIDI0OC4wMCwyNzIuMDAgTCA0NDAuMDAsMjcyLjAwIEMgNDQ0LjQwLDI3Mi4wMCA0NDguMDAsMjY4LjQxNiA0NDguMDAsMjY0LjAwIEMgNDQ4LjAwLDI1OS41ODQgNDQ0LjQwLDI1Ni4wMCA0NDAuMDAsMjU2LjAwIEwgMjQ4LjAwLDI1Ni4wMCBDIDI0My41ODQsMjU2LjAwIDI0MC4wMCwyNTkuNTg0IDI0MC4wMCwyNjQuMDAgWk0gNDQwLjAwLDE3Ni4wMCBDIDQ0NC40MCwxNzYuMDAgNDQ4LjAwLDE3Mi40MzIgNDQ4LjAwLDE2OC4wMCBDIDQ0OC4wMCwxNjMuNjAgNDQ0LjQwLDE2MC4wMCA0NDAuMDAsMTYwLjAwIEwgNzIuMDAsMTYwLjAwIEMgNjcuNTg0LDE2MC4wMCA2NC4wMCwxNjMuNjAgNjQuMDAsMTY4LjAwIEMgNjQuMDAsMTcyLjQzMiA2Ny41ODQsMTc2LjAwIDcyLjAwLDE3Ni4wMCBMIDQ0MC4wMCwxNzYuMDAgWk0gNDQwLjAwLDEyOC4wMCBDIDQ0NC40MCwxMjguMDAgNDQ4LjAwLDEyNC40MzIgNDQ4LjAwLDEyMC4wMCBDIDQ0OC4wMCwxMTUuNjAgNDQ0LjQwLDExMi4wMCA0NDAuMDAsMTEyLjAwIEwgNzIuMDAsMTEyLjAwIEMgNjcuNTg0LDExMi4wMCA2NC4wMCwxMTUuNjAgNjQuMDAsMTIwLjAwIEMgNjQuMDAsMTI0LjQzMiA2Ny41ODQsMTI4LjAwIDcyLjAwLDEyOC4wMCBMIDQ0MC4wMCwxMjguMDAgWk0gNDQwLjAwLDgwLjAwIEMgNDQ0LjQwLDgwLjAwIDQ0OC4wMCw3Ni40MzIgNDQ4LjAwLDcyLjAwIEMgNDQ4LjAwLDY3LjYwIDQ0NC40MCw2NC4wMCA0NDAuMDAsNjQuMDAgTCA3Mi4wMCw2NC4wMCBDIDY3LjU4NCw2NC4wMCA2NC4wMCw2Ny42MCA2NC4wMCw3Mi4wMCBDIDY0LjAwLDc2LjQzMiA2Ny41ODQsODAuMDAgNzIuMDAsODAuMDAgTCA0NDAuMDAsODAuMDAgWk0gNDQwLjAwLDIyNC4wMCBDIDQ0NC40MCwyMjQuMDAgNDQ4LjAwLDIyMC40MTYgNDQ4LjAwLDIxNi4wMCBDIDQ0OC4wMCwyMTEuNTg0IDQ0NC40MCwyMDguMDAgNDQwLjAwLDIwOC4wMCBMIDcyLjAwLDIwOC4wMCBDIDY3LjU4NCwyMDguMDAgNjQuMDAsMjExLjU2OCA2NC4wMCwyMTYuMDAgQyA2NC4wMCwyMjAuNDMyIDY3LjU4NCwyMjQuMDAgNzIuMDAsMjI0LjAwIEwgNDQwLjAwLDIyNC4wMCBaTSA4MC4wMCwyNTYuMDBsIDExMi4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwTCAyMDguMDAsMzY4LjAwIGMwLjAwLDguODQ4LTcuMTUyLDE2LjAwLTE2LjAwLDE2LjAwTCA4MC4wMCwzODQuMDAgCgkJQyA3MS4xNTIsMzg0LjAwLCA2NC4wMCwzNzYuODQ4LCA2NC4wMCwzNjguMDBsMC4wMC05Ni4wMCBDIDY0LjAwLDI2My4xNjgsIDcxLjE1MiwyNTYuMDAsIDgwLjAwLDI1Ni4wMHogTSA5Ni4wMCwzNTIuMDBsIDgwLjAwLDAuMDAgbDAuMDAtNjQuMDAgTCA5Ni4wMCwyODguMDAgTCA5Ni4wMCwzNTIuMDAgeiIgZGF0YS10YWdzPSJub3RlIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxZDsiIGQ9Ik0gMjQwLjAwLDMyMC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDI3Mi4wMCwzMjBBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAyNDAuMDAsMzIwek0gMjQwLjAwLDEyOC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDI3Mi4wMCwxMjhBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAyNDAuMDAsMTI4ek0gMTQ0LjAwLDIyNC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDE3Ni4wMCwyMjRBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAxNDQuMDAsMjI0ek0gMzM2LjAwLDIyNC4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDM2OC4wMCwyMjRBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAzMzYuMDAsMjI0ek0gMTcyLjExMiwxNTYuMTI4QTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgMjA0LjExMiwxNTYuMTI4QTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgMTcyLjExMiwxNTYuMTI4ek0gMTcyLjExMiwyOTEuODg4QTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgMjA0LjExMiwyOTEuODg4MDAwMDAwMDAwMDNBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAxNzIuMTEyLDI5MS44ODgwMDAwMDAwMDAwM3pNIDMwNy44NzIsMTU2LjEyOEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDMzOS44NzIsMTU2LjEyOEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDMwNy44NzIsMTU2LjEyOHpNIDQxNi4wMCwyNTYuMDBjLTEuMTIsMC4wMC0yLjA2NC0wLjUyOC0zLjE1Mi0wLjY0Yy01LjU2OCwyNy45Mi0xOC43Miw1Mi44OTYtMzYuNzUyLDczLjUwNEwgMzUzLjEyLDQ1My44NTYKCQlDIDM1MC4zMiw0NjkuMDA4LCAzMzcuMDg4LDQ4MC4wMCwgMzIxLjY2NCw0ODAuMDBsLTEyOC4wMCwwLjAwIGMtMTUuNDI0LDAuMDAtMjguNjQtMTEuMDA4LTMxLjQ3Mi0yNi4xNmwtMjIuNDAtMTIwLjc4NEMgMTEyLjkxMiwzMDQuNDY0LCA5Ni4wMCwyNjYuMzY4LCA5Ni4wMCwyMjQuMDAKCQljMC4wMC00MS4zMjgsIDE2LjIyNC03OC40OCwgNDEuOTM2LTEwNi44NDhsIDIyLjU5Mi0xMjMuMDA4QyAxNjMuMzQ0LTIwLjk5MiwgMTc2LjU3Ni0zMi4wMCwgMTkyLjAwLTMyLjAwbCAxMjguMDAsMC4wMCBjIDE1LjQwOCwwLjAwLCAyOC42MjQsMTEuMDA4LCAzMS40NzIsMjYuMTZsIDIyLjc4NCwxMjIuOTEyCgkJYyAxOS4wMjQsMjAuOTc2LCAzMi44NDgsNDYuNzIsIDM4LjU5Miw3NS42MEMgNDEzLjkzNiwxOTIuNTI4LCA0MTQuODgsMTkyLjAwLCA0MTYuMDAsMTkyLjAwYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzM2LCAzMi4wMCwzMi4wMEMgNDQ4LjAwLDI0MS42OCwgNDMzLjY2NCwyNTYuMDAsIDQxNi4wMCwyNTYuMDB6IE0gMTkzLjY2NCw0NDguMDBsIDEyOC4wMCwwLjAwIAoJCWwgMTYuMDAtODYuMTkyQyAzMTQuMDMyLDM3NS41NTIsIDI4Ni45NzYsMzg0LjAwLCAyNTcuNjY0LDM4NC4wMGMtMjkuMjk2LDAuMDAtNTYuMzY4LTguNDQ4LTgwLjAwLTIyLjE5MkwgMTkzLjY2NCw0NDguMDB6IE0gMzIwLjAwLDAuMDBsLTEyOC4wMCwwLjAwIGwtMTYuMDAsODYuMTkyCgkJQyAxOTkuNjE2LDcyLjQ2NCwgMjI2LjY4OCw2NC4wMCwgMjU2LjAwLDY0LjAwYyAyOS4yOTYsMC4wMCwgNTYuMzg0LDguNDY0LCA4MC4wMCwyMi4xOTJMIDMyMC4wMCwwLjAweiBNIDI1Ni4wMCw5Ni4wMGMtNzAuNTc2LDAuMDAtMTI4LjAwLDU3LjQ0LTEyOC4wMCwxMjguMDBjMC4wMCw3MC41NzYsIDU3LjQyNCwxMjguMDAsIDEyOC4wMCwxMjguMDAKCQljIDcwLjU3NiwwLjAwLCAxMjguMDAtNTcuNDI0LCAxMjguMDAtMTI4LjAwQyAzODQuMDAsMTUzLjQ0LCAzMjYuNTYsOTYuMDAsIDI1Ni4wMCw5Ni4wMHpNIDMzNS4wNTYsMzAzLjU4NCBDIDMzNi45OTIsMzAxLjY0OCAzMzcuMTg0LDI5OC41MjggMzM1LjUwNCwyOTYuNDAgTCAyOTYuNjg4LDI0OC4wNjQgTCAyNjcuMTIsMjEyLjQ2NCBDIDI2NC4wOTYsMjA5LjU1MiAyNTkuOTM2LDIwOC4wNjQgMjU1LjkzNiwyMDguMDMyIEMgMjUxLjYzMiwyMDguMDY0IDI0Ny42MTYsMjA5LjcyOCAyNDQuNjI0LDIxMi43MDQgQyAyNDEuNjMyLDIxNS42OCAyNDAuMDAsMjE5LjY2NCAyNDAuMDAsMjIzLjg3MiBDIDI0MC4wMCwyMjguMjI0IDI0MS42OCwyMzIuMjg4IDI0NC43MzYsMjM1LjM2IEwgMzI3LjgwOCwzMDMuOTIgQyAzMzAuMDAsMzA1LjY4IDMzMy4xMiwzMDUuNTIgMzM1LjA1NiwzMDMuNTg0IFoiIGRhdGEtdGFncz0iY2xvY2siIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDFlOyIgZD0iTSA1MDQuNjg4LDQ3Ny40NEMgNTAyLjAzMiw0NzkuMTUyLCA0OTkuMDA4LDQ4MC4wMCwgNDk2LjAwLDQ4MC4wMGMtMy4wODgsMC4wMC02LjE5Mi0wLjg4LTguODgtMi42ODhsLTQ4MC4wMC0zMjAuMDAKCWMtNC45NDQtMy4yOC03LjY2NC05LjA1Ni03LjAyNC0xNC45NzZjIDAuNjA4LTUuOTA0LCA0LjQ0OC0xMS4wMDgsIDkuOTY4LTEzLjE4NGwgMTI1LjE4NC01MC4wOTZsIDU4Ljg2NC0xMDMuMDA4CgljIDIuODE2LTQuOTQ0LCA4LjA0OC04LjAwLCAxMy43MTItOC4wNjRjIDAuMDY0LDAuMDAsIDAuMTEyLDAuMDAsIDAuMTc2LDAuMDBjIDUuNjE2LDAuMDAsIDEwLjgzMiwyLjk3NiwgMTMuNzEyLDcuNzc2bCAzMy4yMzIsNTUuNDA4bCAxNTUuMTItNjIuMDMyCglDIDQxMS45NjgtMzEuNjMyLCA0MTMuOTY4LTMyLjAwLCA0MTYuMDAtMzIuMDBjIDIuNzIsMC4wMCwgNS40MDgsMC42ODgsIDcuODQsMi4wNjRjIDQuMjI0LDIuMzY4LCA3LjEyLDYuNTI4LCA3LjkzNiwxMS4zMTJsIDgwLjAwLDQ4MC4wMAoJQyA1MTIuODE2LDQ2Ny42NjQsIDUxMC4wMzIsNDczLjk2OCwgNTA0LjY4OCw0NzcuNDR6IE0gNTAuMTc2LDE0Ny41NjhMIDQyMC45NzYsMzk0Ljc4NEwgMTUxLjM3NiwxMDYuMTkyYy0xLjQyNCwwLjg0OC0yLjY4OCwxLjk2OC00LjI1NiwyLjU5MgoJTCA1MC4xNzYsMTQ3LjU2OHogTSAxNjMuMDI0LDk0Ljk0NGMtMC4wMzIsMC4wNjQtMC4wOCwwLjA5Ni0wLjExMiwwLjE2TCA0NjYuMDAsNDE5LjUwNEwgMjA3LjYxNiwxNi45MTJMIDE2My4wMjQsOTQuOTQ0eiBNIDQwMy40NzIsNi4yNTYKCWwtMTM2LjY1Niw1NC42NTZjLTMuMjQ4LDEuMjgtNi42MjQsMS43MTItOS45NjgsMS45MDRMIDQ2Ny4yOCwzODkuMDI0TCA0MDMuNDcyLDYuMjU2eiIgZGF0YS10YWdzPSJwYXBlcnBsYW5lIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAxZjsiIGQ9Ik0gMTI4LjAwLDM4My42NjRMIDEyOC4wMCw0MzIuMDAgYzAuMDAsMjYuNDY0LTIxLjUzNiw0OC4wMC00OC4wMCw0OC4wMFMgMzIuMDAsNDU4LjQ2NCwgMzIuMDAsNDMyLjAwbDAuMDAtNDguMzM2IAoJCUMgMTIuNjcyLDM2OS4wMjQsMC4wMCwzNDYuMDk2LDAuMDAsMzIwLjAwcyAxMi42NzItNDkuMDI0LCAzMi4wMC02My42MzJMIDMyLjAwLDE2LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMHMgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgMTI4LjAwLDI1Ni4zNjggYyAxOS4zMjgsMTQuNTkyLCAzMi4wMCwzNy41MzYsIDMyLjAwLDYzLjYzMgoJCVMgMTQ3LjMyOCwzNjkuMDI0LCAxMjguMDAsMzgzLjY2NHogTSA2NC4wMCw0MzIuMDBjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwcyAxNi4wMC03LjE1MiwgMTYuMDAtMTYuMDBsMC4wMC0zMy42MCBDIDkwLjgzMiwzOTkuNDQsIDg1LjQ4OCw0MDAuMDAsIDgwLjAwLDQwMC4wMFMgNjkuMTY4LDM5OS40NCwgNjQuMDAsMzk4LjQwTCA2NC4wMCw0MzIuMDAgeiBNIDk2LjAwLDE2LjAwCgkJYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBzLTE2LjAwLDcuMTUyLTE2LjAwLDE2LjAwTCA2NC4wMCwyNDEuNjMyIEMgNjkuMTY4LDI0MC41NiwgNzQuNTEyLDI0MC4wMCwgODAuMDAsMjQwLjAwcyAxMC44MzIsMC41NiwgMTYuMDAsMS42MzJMIDk2LjAwLDE2LjAwIHogTSAxMjUuODQsMzA2LjU2CgkJYy0wLjI1Ni0wLjg0OC0wLjQ4LTEuNjgtMC43ODQtMi41MjhjLTEuNTItNC4yMjQtMy40NzItOC4yMjQtNi4wNDgtMTEuNzc2Yy0wLjA2NC0wLjA5Ni0wLjE2LTAuMTYtMC4yMjQtMC4yNTYKCQljLTIuNzg0LTMuODA4LTYuMDk2LTcuMTg0LTkuODU2LTEwLjAzMmMtMC4wNjQtMC4wNjQtMC4xMTItMC4wOTYtMC4xNi0wLjEyOGMtMy44NTYtMi45MTItOC4xNi01LjI0OC0xMi43ODQtNi44OAoJCUMgOTAuOTc2LDI3My4xNTIsIDg1LjY0OCwyNzIuMDAsIDgwLjAwLDI3Mi4wMHMtMTAuOTc2LDEuMTUyLTE2LjAwLDIuOTc2Yy00LjYyNCwxLjYzMi04LjkyOCwzLjk2OC0xMi43ODQsNi44OGMtMC4wNDgsMC4wMzItMC4wOTYsMC4wNjQtMC4xNiwwLjEyOAoJCWMtMy43NiwyLjg0OC03LjA3Miw2LjIyNC05Ljg1NiwxMC4wMzJjLTAuMDY0LDAuMDk2LTAuMTYsMC4xNi0wLjIyNCwwLjI1NmMtMi41NzYsMy41NjgtNC41MjgsNy41NjgtNi4wNDgsMTEuNzc2CgkJYy0wLjMwNCwwLjg0OC0wLjUyOCwxLjY4LTAuNzg0LDIuNTI4QyAzMi44OCwzMTAuODQ4LCAzMi4wMCwzMTUuMzEyLCAzMi4wMCwzMjAuMDBjMC4wMCw0LjcyLCAwLjg4LDkuMTg0LCAyLjE2LDEzLjQ3MgoJCWMgMC4yNTYsMC44NDgsIDAuNDgsMS42OCwgMC43ODQsMi40OTZDIDM2LjQ0OCwzNDAuMTkyLCAzOC40MCwzNDQuMTkyLCA0MC45OTIsMzQ3Ljc3NmMgMC4wNjQsMC4wOTYsIDAuMTYsMC4xNiwgMC4yMjQsMC4yNTYKCQljIDIuNzg0LDMuNzc2LCA2LjA5Niw3LjE4NCwgOS44NTYsMTAuMDMyYyAwLjA2NCwwLjAzMiwgMC4xMTIsMC4wOTYsIDAuMTYsMC4xMjhDIDU1LjA3MiwzNjEuMDU2LCA1OS4zNzYsMzYzLjQwOCwgNjQuMDAsMzY1LjA1NgoJCUMgNjkuMDI0LDM2Ni44NDgsIDc0LjM1MiwzNjguMDAsIDgwLjAwLDM2OC4wMHMgMTAuOTc2LTEuMTUyLCAxNi4wMC0yLjk0NGMgNC42MjQtMS42NjQsIDguOTI4LTQuMDAsIDEyLjc4NC02Ljg4YyAwLjA0OC0wLjAzMiwgMC4wOTYtMC4wOTYsIDAuMTYtMC4xMjgKCQljIDMuNzYtMi44NDgsIDcuMDcyLTYuMjU2LCA5Ljg1Ni0xMC4wMzJjIDAuMDY0LTAuMDk2LCAwLjE2LTAuMTYsIDAuMjI0LTAuMjU2QyAxMjEuNjAsMzQ0LjE5MiwgMTIzLjU1MiwzNDAuMTkyLCAxMjUuMDU2LDMzNS45NjgKCQlDIDEyNS4zNiwzMzUuMTUyLCAxMjUuNjAsMzM0LjMyLCAxMjUuODQsMzMzLjQ3MkMgMTI3LjEyLDMyOS4xODQsIDEyOC4wMCwzMjQuNzIsIDEyOC4wMCwzMjAuMDBDIDEyOC4wMCwzMTUuMzEyLCAxMjcuMTIsMzEwLjg0OCwgMTI1Ljg0LDMwNi41NnpNIDQ4MC4wMCwzODMuNjY0TCA0ODAuMDAsNDMyLjAwIGMwLjAwLDI2LjQ2NC0yMS41MzYsNDguMDAtNDguMDAsNDguMDBzLTQ4LjAwLTIxLjUzNi00OC4wMC00OC4wMGwwLjAwLTQ4LjMzNiAKCQlDIDM2NC42NTYsMzY5LjAyNCwgMzUyLjAwLDM0Ni4wOTYsIDM1Mi4wMCwzMjAuMDBzIDEyLjY1Ni00OS4wMjQsIDMyLjAwLTYzLjYzMkwgMzg0LjAwLDE2LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMHMgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMEwgNDgwLjAwLDI1Ni4zNjggYyAxOS4zMTIsMTQuNTkyLCAzMi4wMCwzNy41MzYsIDMyLjAwLDYzLjYzMgoJCVMgNDk5LjMxMiwzNjkuMDI0LCA0ODAuMDAsMzgzLjY2NHogTSA0MTYuMDAsNDMyLjAwYzAuMDAsOC44NDgsIDcuMTUyLDE2LjAwLCAxNi4wMCwxNi4wMHMgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwbDAuMDAtMzMuNjAgQyA0NDIuODE2LDM5OS40NCwgNDM3LjQ3Miw0MDAuMDAsIDQzMi4wMCw0MDAuMDBjLTUuNTA0LDAuMDAtMTAuODQ4LTAuNTYtMTYuMDAtMS42MEwgNDE2LjAwLDQzMi4wMCB6CgkJIE0gNDQ4LjAwLDE2LjAwYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBzLTE2LjAwLDcuMTUyLTE2LjAwLDE2LjAwTCA0MTYuMDAsMjQxLjYzMiBDIDQyMS4xNTIsMjQwLjU2LCA0MjYuNDk2LDI0MC4wMCwgNDMyLjAwLDI0MC4wMGMgNS40NzIsMC4wMCwgMTAuODE2LDAuNTYsIDE2LjAwLDEuNjMyTCA0NDguMDAsMTYuMDAgeiBNIDQ3Ny44NCwzMDYuNTYKCQljLTAuMjU2LTAuODQ4LTAuNDk2LTEuNjgtMC43ODQtMi41MjhjLTEuNTM2LTQuMjI0LTMuNDcyLTguMjI0LTYuMDY0LTExLjc3NmMtMC4wNjQtMC4wOTYtMC4xNi0wLjE2LTAuMjI0LTAuMjU2CgkJYy0yLjc4NC0zLjgwOC02LjA5Ni03LjE4NC05Ljg0LTEwLjAzMmMtMC4wNjQtMC4wNjQtMC4xMjgtMC4wOTYtMC4xNi0wLjEyOGMtMy44NzItMi45MTItOC4xNi01LjI0OC0xMi43ODQtNi44OAoJCUMgNDQyLjk3NiwyNzMuMTUyLCA0MzcuNjMyLDI3Mi4wMCwgNDMyLjAwLDI3Mi4wMGMtNS42NjQsMC4wMC0xMC45NzYsMS4xNTItMTYuMDAsMi45NzZjLTQuNjI0LDEuNjMyLTguOTQ0LDMuOTY4LTEyLjc4NCw2Ljg4CgkJYy0wLjA2NCwwLjAzMi0wLjA5NiwwLjA2NC0wLjE2LDAuMTI4Yy0zLjc3NiwyLjg0OC03LjA4OCw2LjIyNC05Ljg3MiwxMC4wMzJjLTAuMDY0LDAuMDk2LTAuMTYsMC4xNi0wLjIyNCwwLjI1NgoJCWMtMi41NiwzLjU2OC00LjUyOCw3LjU2OC02LjAzMiwxMS43NzZjLTAuMzIsMC44NDgtMC41MjgsMS42OC0wLjc4NCwyLjUyOEMgMzg0Ljg4LDMxMC44NDgsIDM4NC4wMCwzMTUuMzEyLCAzODQuMDAsMzIwLjAwCgkJYzAuMDAsNC43MiwgMC44OCw5LjE4NCwgMi4xNiwxMy40NzJjIDAuMjU2LDAuODQ4LCAwLjQ2NCwxLjY4LCAwLjc4NCwyLjQ5NmMgMS41MDQsNC4yMjQsIDMuNDcyLDguMjI0LCA2LjAzMiwxMS44MDgKCQljIDAuMDY0LDAuMDk2LCAwLjE2LDAuMTYsIDAuMjI0LDAuMjU2YyAyLjc4NCwzLjc3NiwgNi4wOTYsNy4xODQsIDkuODcyLDEwLjAzMmMgMC4wNjQsMC4wMzIsIDAuMDk2LDAuMDk2LCAwLjE2LDAuMTI4CgkJYyAzLjg0LDIuODgsIDguMTYsNS4yMTYsIDEyLjc4NCw2Ljg4QyA0MjEuMDI0LDM2Ni44NDgsIDQyNi4zMzYsMzY4LjAwLCA0MzIuMDAsMzY4LjAwYyA1LjYzMiwwLjAwLCAxMC45NzYtMS4xNTIsIDE2LjAwLTIuOTQ0YyA0LjYyNC0xLjY2NCwgOC45MTItNC4wMCwgMTIuNzg0LTYuODgKCQljIDAuMDMyLTAuMDMyLCAwLjA5Ni0wLjA5NiwgMC4xNi0wLjEyOGMgMy43NDQtMi44NDgsIDcuMDU2LTYuMjU2LCA5Ljg0LTEwLjAzMmMgMC4wNjQtMC4wOTYsIDAuMTYtMC4xNiwgMC4yMjQtMC4yNTYKCQljIDIuNTkyLTMuNjAsIDQuNTI4LTcuNjAsIDYuMDY0LTExLjgwOGMgMC4yODgtMC44MTYsIDAuNTI4LTEuNjY0LCAwLjc4NC0yLjQ5NkMgNDc5LjEyLDMyOS4xODQsIDQ4MC4wMCwzMjQuNzIsIDQ4MC4wMCwzMjAuMDAKCQlDIDQ4MC4wMCwzMTUuMzEyLCA0NzkuMTIsMzEwLjg0OCwgNDc3Ljg0LDMwNi41NnpNIDMwNC4wMCwxOTEuNjY0TCAzMDQuMDAsNDMyLjAwIGMwLjAwLDI2LjQ2NC0yMS41MzYsNDguMDAtNDguMDAsNDguMDBzLTQ4LjAwLTIxLjUzNi00OC4wMC00OC4wMGwwLjAwLTI0MC4zMzYgCgkJYy0xOS4zMjgtMTQuNjI0LTMyLjAwLTM3LjU2OC0zMi4wMC02My42NjRzIDEyLjY3Mi00OS4wMjQsIDMyLjAwLTYzLjYzMkwgMjA4LjAwLDE2LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMHMgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMGwwLjAwLDQ4LjM2OCBjIDE5LjMxMiwxNC41OTIsIDMyLjAwLDM3LjUzNiwgMzIuMDAsNjMuNjMyCgkJUyAzMjMuMzEyLDE3Ny4wMjQsIDMwNC4wMCwxOTEuNjY0eiBNIDI0MC4wMCw0MzIuMDBjMC4wMCw4Ljg0OCwgNy4xNTIsMTYuMDAsIDE2LjAwLDE2LjAwYyA4Ljg0OCwwLjAwLCAxNi4wMC03LjE1MiwgMTYuMDAtMTYuMDBsMC4wMC0yMjUuNjAgYy01LjE4NCwxLjAyNC0xMC41MjgsMS42MC0xNi4wMCwxLjYwCgkJYy01LjQ4OCwwLjAwLTEwLjgzMi0wLjU2LTE2LjAwLTEuNjBMIDI0MC4wMCw0MzIuMDAgeiBNIDI3Mi4wMCwxNi4wMGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwYy04Ljg0OCwwLjAwLTE2LjAwLDcuMTUyLTE2LjAwLDE2LjAwbDAuMDAsMzMuNjMyIEMgMjQ1LjE2OCw0OC41NiwgMjUwLjUxMiw0OC4wMCwgMjU2LjAwLDQ4LjAwCgkJYyA1LjQ3MiwwLjAwLCAxMC44MTYsMC41NiwgMTYuMDAsMS42MzJMIDI3Mi4wMCwxNi4wMCB6IE0gMzAxLjg0LDExNC41NmMtMC4yNTYtMC44NDgtMC40OTYtMS42OC0wLjc4NC0yLjUyOGMtMS41MzYtNC4yMjQtMy40NzItOC4yMjQtNi4wNjQtMTEuNzc2CgkJYy0wLjA2NC0wLjA5Ni0wLjE2LTAuMTYtMC4yMjQtMC4yNTZjLTIuNzg0LTMuODA4LTYuMDk2LTcuMTg0LTkuODQtMTAuMDMyYy0wLjA2NC0wLjA2NC0wLjEyOC0wLjA5Ni0wLjE2LTAuMTI4CgkJYy0zLjg3Mi0yLjkxMi04LjE2LTUuMjQ4LTEyLjc4NC02Ljg4QyAyNjYuOTc2LDgxLjE1MiwgMjYxLjYzMiw4MC4wMCwgMjU2LjAwLDgwLjAwYy01LjY0OCwwLjAwLTEwLjk3NiwxLjE1Mi0xNi4wMCwyLjk3NgoJCWMtNC42MjQsMS42MzItOC45MjgsMy45NjgtMTIuNzg0LDYuODhjLTAuMDQ4LDAuMDMyLTAuMDk2LDAuMDY0LTAuMTYsMC4xMjhjLTMuNzYsMi44NDgtNy4wNzIsNi4yMjQtOS44NTYsMTAuMDMyCgkJYy0wLjA2NCwwLjA5Ni0wLjE2LDAuMTYtMC4yMjQsMC4yNTZjLTIuNTc2LDMuNTY4LTQuNTI4LDcuNTY4LTYuMDQ4LDExLjc3NmMtMC4zMDQsMC44NDgtMC41MjgsMS42OC0wLjc4NCwyLjUyOAoJCUMgMjA4Ljg4LDExOC44NDgsIDIwOC4wMCwxMjMuMzEyLCAyMDguMDAsMTI4LjAwYzAuMDAsNC43MiwgMC44OCw5LjE4NCwgMi4xNiwxMy40NzJjIDAuMjU2LDAuODQ4LCAwLjQ4LDEuNjgsIDAuNzg0LDIuNDk2CgkJYyAxLjUyLDQuMjI0LCAzLjQ3Miw4LjIyNCwgNi4wNDgsMTEuODA4YyAwLjA2NCwwLjA5NiwgMC4xNiwwLjE2LCAwLjIyNCwwLjI1NmMgMi43ODQsMy43NzYsIDYuMDk2LDcuMTg0LCA5Ljg1NiwxMC4wMzIKCQljIDAuMDY0LDAuMDMyLCAwLjExMiwwLjA5NiwgMC4xNiwwLjEyOGMgMy44NTYsMi44OCwgOC4xNiw1LjIxNiwgMTIuNzg0LDYuODhDIDI0NS4wMjQsMTc0Ljg0OCwgMjUwLjM1MiwxNzYuMDAsIDI1Ni4wMCwxNzYuMDBjIDUuNjMyLDAuMDAsIDEwLjk3Ni0xLjE1MiwgMTYuMDAtMi45NDQKCQljIDQuNjI0LTEuNjY0LCA4LjkxMi00LjAwLCAxMi43ODQtNi44OGMgMC4wMzItMC4wMzIsIDAuMDk2LTAuMDk2LCAwLjE2LTAuMTI4YyAzLjc0NC0yLjg0OCwgNy4wNTYtNi4yNTYsIDkuODQtMTAuMDMyCgkJYyAwLjA2NC0wLjA5NiwgMC4xNi0wLjE2LCAwLjIyNC0wLjI1NmMgMi41OTItMy42MCwgNC41MjgtNy42MCwgNi4wNjQtMTEuODA4YyAwLjI4OC0wLjgxNiwgMC41MjgtMS42NjQsIDAuNzg0LTIuNDk2CgkJQyAzMDMuMTIsMTM3LjE4NCwgMzA0LjAwLDEzMi43MiwgMzA0LjAwLDEyOC4wMEMgMzA0LjAwLDEyMy4zMTIsIDMwMy4xMiwxMTguODQ4LCAzMDEuODQsMTE0LjU2eiIgZGF0YS10YWdzPSJwYXJhbXMiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDIwOyIgZD0iTSA1MDIuNjQsMzEwLjYyNGwtMTYwLjAwLDE2MC4wMEMgMzM0LjcwNCw0NzguNTYsIDMyMy4yMCw0ODEuNzQ0LCAzMTIuMzA0LDQ3OS4wNTYKCQljLTUuNzQ0LTEuNDA4LTEwLjg4LTQuMzY4LTE0Ljk0NC04LjQzMmMtMy42MzItMy42MzItNi4zNjgtOC4xMjgtNy45MzYtMTMuMTUyYy03LjI0OC0yMy41MDQtMTkuNzc2LTQzLjkzNi0zOC4zMi02Mi40NjQKCQlDIDIyNi4zMzYsMzcwLjI1NiwgMTk0LjA4LDM1MS41MDQsIDE1OS45NTIsMzMxLjY4Yy0zNi4yMjQtMjAuOTkyLTczLjY0OC00Mi43NTItMTA0LjMyLTczLjQwOGMtMjYuMDY0LTI2LjA5Ni00My44MDgtNTUuMTItNTQuMjA4LTg4LjgxNgoJCWMtMy41MDQtMTEuMzc2LTAuNDQ4LTIzLjY4LCA3LjkzNi0zMi4wOTZsIDE2MC4wMC0xNjAuMDBjIDcuOTM2LTcuOTM2LCAxOS40NC0xMS4xMiwgMzAuMzM2LTguNDMyYyA1Ljc0NCwxLjQ0LCAxMC44OCw0LjM2OCwgMTQuOTQ0LDguNDMyCgkJYyAzLjYzMiwzLjYzMiwgNi4zNjgsOC4xMjgsIDcuOTM2LDEzLjE4NGMgNy4yNjQsMjMuNTA0LCAxOS43OTIsNDMuOTM2LCAzOC4zNTIsNjIuNDY0YyAyNC43NTIsMjQuNzUyLCA1Ni45OTIsNDMuNDcyLCA5MS4xNTIsNjMuMjgKCQljIDM2LjE5MiwyMS4wMjQsIDczLjYzMiw0Mi43ODQsIDEwNC4yODgsNzMuNDRjIDI2LjA2NCwyNi4wNjQsIDQzLjgwOCw1NS4xMiwgNTQuMjI0LDg4LjgxNkMgNTE0LjA4LDI4OS45MDQsIDUxMS4wMDgsMzAyLjI1NiwgNTAyLjY0LDMxMC42MjR6IE0gMTkyLjAwLDAuMDAKCQlDIDEzOS4wMDgsNTIuOTkyLCA4NC45OTIsMTA3LjAyNCwgMzIuMDAsMTYwLjAwYyA0NS40NzIsMTQ3LjIxNiwgMjQyLjU2LDE0MC43ODQsIDI4OC4wMCwyODguMDBjIDUyLjk5Mi01Mi45NzYsIDEwNy4wMjQtMTA3LjAwOCwgMTYwLjAzMi0xNjAuMDAKCQlDIDQzNC41NDQsMTQwLjgxNiwgMjM3LjQ1NiwxNDcuMjE2LCAxOTIuMDAsMC4wMHpNIDMxMi45OTIsMjQxLjYwYy01LjIxNiw0LjM2OC0xMC40NjQsNy4zNDQtMTUuNzQ0LDguODE2CgkJYy01LjI0OCwxLjQ3Mi0xMC40OTYsMi4wNjQtMTUuODA4LDEuNjhjLTUuMjQ4LTAuNDAtMTAuNjI0LTEuNjAtMTYuMDAtMy42NjRjLTUuMzc2LTIuMDk2LTEwLjc4NC00LjM2OC0xNi4yMjQtNy4wMDgKCQljLTguNTkyLDkuODcyLTE3LjE4NCwxOS42MzItMjUuNzc2LDI4LjY4OGMgMy44NzIsMy41MDQsIDcuNjMyLDUuMjgsIDExLjI0OCw1LjQwOGMgMy42MzIsMC4xNiwgNy4xMi0wLjIyNCwgMTAuNDMyLTEuMDU2CgkJYyAzLjM3Ni0wLjg0OCwgNi40NjQtMS41NjgsIDkuMzEyLTIuMTI4YyAyLjg4LTAuNTYsIDUuMzc2LDAuMDY0LCA3LjU2OCwxLjkwNGMgMi4zMiwyLjAwLCAzLjYwLDQuNTkyLCAzLjc3Niw3LjcxMgoJCWMgMC4xNiwzLjE1Mi0xLjAyNCw2LjIyNC0zLjY2NCw5LjIxNmMtMy4zNzYsMy44NzItNy40NCw2LjIyNC0xMi4zMiw3LjA4OGMtNC44MTYsMC44NDgtOS43NDQsMC43ODQtMTQuODgtMC4zMzYKCQljLTUuMDU2LTEuMTUyLTkuODcyLTMuMDU2LTE0LjQzMi01Ljc0NHMtOC4yMjQtNS40NC0xMC45NDQtOC4xMjhjLTEuMDQsMC45OTItMi4wOCwxLjk2OC0zLjEyLDIuOTQ0CgkJYy0xLjE1MiwxLjA1Ni0yLjU5MiwxLjYzMi00LjMyLDEuNjBjLTEuNzQ0LDAuMDAtMy4xODQtMC43NTItNC4zNjgtMi4xMjhjLTEuMTUyLTEuMzQ0LTEuNjgtMi45MTItMS40NzItNC41NgoJCWMgMC4xNi0xLjcxMiwgMC44NDgtMy4wMjQsIDIuMDMyLTQuMDMyYyAxLjA0LTAuODgsIDIuMDgtMS43NDQsIDMuMTItMi42NTZjLTQuMDk2LTQuOTQ0LTcuNDcyLTEwLjQwLTEwLjEyOC0xNi4xNgoJCWMtMi42ODgtNS43NzYtNC4yODgtMTEuNTA0LTQuODgtMTcuMDU2Yy0wLjYyNC01LjYwLTAuMDMyLTEwLjcyLCAxLjY4LTE1LjQ3MmMgMS43MTItNC43ODQsIDQuODgtOC44NDgsIDkuNTA0LTEyLjY4OAoJCWMgNy41MzYtNi4yNTYsIDE2LjQwLTguOTEyLCAyNi42ODgtOC4zMmMgMTAuMjU2LDAuNjI0LCAyMS4zMTIsMy42OCwgMzMuMjAsMTAuMDY0YyA5LjQ0LTEwLjkxMiwgMTguOTEyLTIxLjc0NCwgMjguMzY4LTMxLjgwOAoJCWMtNC4wMC0zLjM3Ni03LjUwNC01LjMxMi0xMC41OTItNS45MzZjLTMuMDg4LTAuNjU2LTUuODQtMC41OTItOC4zMzYsMC4xNmMtMi40OTYsMC43ODQtNC44MTYsMS45MDQtNi45NDQsMy4zNDQKCQljLTIuMTI4LDEuNDcyLTQuMjI0LDIuNzItNi4zMiwzLjc0NGMtMi4wNjQsMS4wMjQtNC4xOTIsMS42MC02LjM2OCwxLjYzMnMtNC40OTYtMS4wMjQtNy4wNTYtMy4yMTYKCQljLTIuNjI0LTIuMjg4LTMuOTM2LTQuOTQ0LTMuOTM2LTcuOTM2YzAuMDAtMi45NzYsIDEuMzc2LTYuMDAsIDQuMDY0LTkuMDU2YyAyLjcyLTMuMDU2LCA2LjI1Ni01LjYzMiwgMTAuNTI4LTcuNjY0CgkJcyA5LjEwNC0zLjMxMiwgMTQuNDE2LTMuNjY0YyA1LjMxMi0wLjM2OCwgMTAuOTEyLDAuNDMyLCAxNi44MTYsMi42MjRjIDUuOTM2LDIuMTYsIDExLjgwOCw2LjA2NCwgMTcuNjAsMTEuODcyCgkJYyAyLjc4NC0yLjcyLCA1LjYwLTUuMzEyLCA4LjQwLTcuODA4YyAxLjE4NC0xLjAyNCwgMi42MjQtMS41MzYsIDQuMzY4LTEuNDA4YyAxLjY4LDAuMDY0LCAzLjE1MiwwLjg0OCwgNC4zMiwyLjI1NgoJCWMgMS4xODQsMS40NCwgMS42OCwzLjAyNCwgMS41MDQsNC42ODhjLTAuMTYsMS42OC0wLjg0OCwyLjk3Ni0yLjAwLDMuOTA0Yy0yLjgxNiwyLjI1Ni01LjYzMiw0LjYyNC04LjQzMiw3LjEyCgkJYyA0Ljc4NCw1Ljg3MiwgOC42MjQsMTIuMDY0LCAxMS40NzIsMTguMTkyYyAyLjg0OCw2LjE2LCA0LjUyOCwxMi4wOTYsIDUuMDg4LDE3LjYwYyAwLjU2LDUuNTM2LTAuMDk2LDEwLjUyOC0xLjkwNCwxNS4wNTYKCQlDIDMyMC43MzYsMjMzLjg3MiwgMzE3LjU1MiwyMzcuODA4LCAzMTIuOTkyLDI0MS42MHogTSAyMjMuNTM2LDIzMC43NTJjLTQuNTI4LTAuMTkyLTguNDgsMS4zMTItMTEuOTM2LDQuNjU2CgkJYy0xLjQ3MiwxLjQwOC0yLjQ5NiwzLjEyLTMuMTIsNS4xNTJjLTAuNjU2LDIuMDMyLTAuODgsNC4yNTYtMC42MjQsNi42ODhjIDAuMjI0LDIuNDAsIDAuOTQ0LDQuOTEyLCAyLjE5Miw3LjQ0CgkJYyAxLjE4NCwyLjUyOCwgMi45NDQsNS4wNTYsIDUuMTg0LDcuNTA0YyA4LjExMi04LjA2NCwgMTYuMjA4LTE2LjkxMiwgMjQuMzItMjYuMDY0QyAyMzMuNDA4LDIzMi43NTIsIDIyOC4wNjQsMjMwLjk0NCwgMjIzLjUzNiwyMzAuNzUyegoJCSBNIDI5OS4wMDgsMTk4LjcyYy0xLjQ0LTIuNjU2LTMuMDg4LTUuMDI0LTUuMDI0LTcuMDg4Yy04Ljk3Niw5LjA1Ni0xNy45MzYsMTkuMDA4LTI2Ljg4LDI5LjIxNmMgMi4yODgsMS4wMjQsIDQuNjg4LDIuMDk2LCA3LjI4LDMuMTg0CgkJcyA1LjE4NCwxLjgwOCwgNy43NzYsMi4yNTZjIDIuNjU2LDAuNDAsIDUuMjgsMC4yODgsIDcuOTA0LTAuMzM2YyAyLjU5Mi0wLjY1NiwgNS4wNTYtMi4wNjQsIDcuMzQ0LTQuMjg4CgkJYyAyLjI1Ni0yLjI1NiwgMy42OC00LjU5MiwgNC4yNTYtNy4xMmMgMC42MjQtMi41NiwgMC42NTYtNS4xNTIsIDAuMjI0LTcuODA4QyAzMDEuNDI0LDIwNC4wNjQsIDMwMC40OCwyMDEuNDA4LCAyOTkuMDA4LDE5OC43MnpNIDIzNS40NzIsMTI1LjEyIEMgMjM4LjYyNCwxMjcuNjY0IDI0My4yNjQsMTI3LjUzNiAyNDYuMTYsMTI0LjU5MiBDIDI0OS4yOTYsMTIxLjQ3MiAyNDkuMjk2LDExNi4zNjggMjQ2LjE2LDExMy4yNDggQyAyNDUuOTA0LDExMi45OTIgMjQ1LjYzMiwxMTIuODE2IDI0NS4zNDQsMTEyLjU5MiBMIDI0NS4zNzYsMTEyLjU2IEMgMjM1LjI0OCwxMDQuODY0IDIyNi45MjgsOTcuOTM2IDIxNy45NTIsODguOTYgQyAyMDkuODQsODAuODY0IDIwMi41MTIsNzIuMzM2IDE5Ni4xNzYsNjMuNjggTCAxODUuOTUyLDQ5LjY4IEMgMTg1LjYzMiw0OS4xMDQgMTg1LjI0OCw0OC41NzYgMTg0Ljc2OCw0OC4wOCBDIDE4MS42MzIsNDQuOTYgMTc2LjUyOCw0NC45NiAxNzMuNDA4LDQ4LjA4IEMgMTcwLjY4OCw1MC44MCAxNzAuMzUyLDU0Ljk5MiAxNzIuMzUyLDU4LjExMiBMIDE3Mi4zMiw1OC4xNDQgTCAxODMuMjY0LDczLjA4OCBDIDE5MC4wOTYsODIuNDMyIDE5Ny45NTIsOTEuNTg0IDIwNi42NCwxMDAuMjcyIEMgMjE1LjY4LDEwOS4zNDQgMjI1LjQ0LDExNy40NCAyMzUuNDQsMTI1LjEyIEwgMjM1LjQ3MiwxMjUuMTIgWk0gMjk0LjA0OCwzNTYuNTYgQyAzMDIuMTQ0LDM2NC42NTYgMzA5LjQ1NiwzNzMuMTUyIDMxNS44MDgsMzgxLjg1NiBMIDMyNi40MzIsMzk2LjQxNiBDIDMyNi44MTYsMzk3LjEwNCAzMjcuMjQ4LDM5Ny43OTIgMzI3Ljg0LDM5OC4zODQgQyAzMzAuOTkyLDQwMS41MzYgMzM2LjA5Niw0MDEuNTM2IDMzOS4yNDgsMzk4LjM4NCBDIDM0Mi4yNCwzOTUuMzc2IDM0Mi4zNjgsMzkwLjYyNCAzMzkuNjQ4LDM4Ny40NCBMIDMzOS42OCwzODcuNDA4IEwgMzI4LjczNiwzNzIuNDAgQyAzMjEuODg4LDM2My4wNTYgMzE0LjA0OCwzNTMuOTM2IDMwNS4zNiwzNDUuMjQ4IEMgMjk2LjMyLDMzNi4yMDggMjg2LjU3NiwzMjguMDggMjc2LjU3NiwzMjAuNDAgTCAyNzYuNTEyLDMyMC40MzIgQyAyNzMuMzI4LDMxNy41MDQgMjY4LjM4NCwzMTcuNTY4IDI2NS4zMjgsMzIwLjY1NiBDIDI2Mi4xNzYsMzIzLjgwOCAyNjIuMTc2LDMyOC45NDQgMjY1LjMyOCwzMzIuMDk2IEMgMjY1Ljg4OCwzMzIuNjg4IDI2Ni41NDQsMzMzLjEwNCAyNjcuMjAsMzMzLjQ3MiBDIDI3Ni42MDgsMzQwLjY1NiAyODUuNjgsMzQ4LjE5MiAyOTQuMDQ4LDM1Ni41NiBaIiBkYXRhLXRhZ3M9ImJhbmtub3RlIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyMTsiIGQ9Ik0gMjU2LjAwLDQ4MC4wMEMgMTQ4LjA5Niw0ODAuMDAsIDMyLjAwLDQ0Ny40NzIsIDMyLjAwLDM3Ni4wMGwwLjAwLTMwNC4wMCBDIDMyLjAwLDAuNTYsIDE0OC4wOTYtMzIuMDAsIDI1Ni4wMC0zMi4wMGMgMTA3Ljg4OCwwLjAwLCAyMjQuMDAsMzIuNTYsIDIyNC4wMCwxMDQuMDBsMC4wMCwzMDQuMDAgCgkJQyA0ODAuMDAsNDQ3LjQ3MiwgMzYzLjg3Miw0ODAuMDAsIDI1Ni4wMCw0ODAuMDB6IE0gNDQ4LjAwLDcyLjAwYzAuMDAtMzkuNzQ0LTg1Ljk2OC03Mi4wMC0xOTIuMDAtNzIuMDBjLTEwNi4wNDgsMC4wMC0xOTIuMDAsMzIuMjU2LTE5Mi4wMCw3Mi4wMGwwLjAwLDU5Ljc3NiBDIDk3LjA1Niw5Ny43MTIsIDE3Ni44MCw4MC4wMCwgMjU2LjAwLDgwLjAwCgkJYyA3OS4yMCwwLjAwLCAxNTguOTQ0LDE3LjcxMiwgMTkyLjAwLDUxLjc3NkwgNDQ4LjAwLDcyLjAwIHogTSA0NDguMDAsMTY4LjAwbC0wLjA2NCwwLjAwIGMwLjAwLTAuMTYsIDAuMDY0LTAuMzM2LCAwLjA2NC0wLjQ5NkMgNDQ4LjAwLDEyOC4wMCwgMzYyLjAzMiw5Ni4wMCwgMjU2LjAwLDk2LjAwYy0xMDYuMDMyLDAuMDAtMTkyLjAwLDMyLjAwLTE5Mi4wMCw3MS41MDQKCQljMC4wMCwwLjE2LCAwLjA2NCwwLjMzNiwgMC4wNjQsMC40OTZMIDY0LjAwLDE2OC4wMCBsMC4wMCw1OS43NzYgQyA5Ny4wNTYsMTkzLjcxMiwgMTc2LjgwLDE3Ni4wMCwgMjU2LjAwLDE3Ni4wMGMgNzkuMjAsMC4wMCwgMTU4Ljk0NCwxNy43MTIsIDE5Mi4wMCw1MS43NzZMIDQ0OC4wMCwxNjguMDAgeiBNIDQ0OC4wMCwyNjQuMDBsLTAuMDY0LDAuMDAgCgkJYzAuMDAtMC4xNiwgMC4wNjQtMC4zMzYsIDAuMDY0LTAuNDk2QyA0NDguMDAsMjI0LjAwLCAzNjIuMDMyLDE5Mi4wMCwgMjU2LjAwLDE5Mi4wMGMtMTA2LjAzMiwwLjAwLTE5Mi4wMCwzMi4wMC0xOTIuMDAsNzEuNTA0YzAuMDAsMC4xNiwgMC4wNjQsMC4zMzYsIDAuMDY0LDAuNDk2TCA2NC4wMCwyNjQuMDAgbDAuMDAsNTQuOTc2IAoJCUMgMTA1LjkzNiwyODcuMDI0LCAxODIuODAsMjcyLjAwLCAyNTYuMDAsMjcyLjAwYyA3My4yMCwwLjAwLCAxNTAuMDY0LDE1LjAyNCwgMTkyLjAwLDQ2Ljk3NkwgNDQ4LjAwLDI2NC4wMCB6IE0gMjU2LjAwLDMwNC4wMEMgMTQ5Ljk1MiwzMDQuMDAsIDY0LjAwLDMzNi4yNTYsIDY0LjAwLDM3Ni4wMEMgNjQuMDAsNDE1Ljc3NiwgMTQ5Ljk1Miw0NDguMDAsIDI1Ni4wMCw0NDguMDAKCQljIDEwNi4wMzIsMC4wMCwgMTkyLjAwLTMyLjIyNCwgMTkyLjAwLTcyLjAwQyA0NDguMDAsMzM2LjI1NiwgMzYyLjAzMiwzMDQuMDAsIDI1Ni4wMCwzMDQuMDB6TSAzODQuMDAsNjQuMDBBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCA0MTYuMDAsNjRBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAzODQuMDAsNjR6TSAzODQuMDAsMTYwLjAwQTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgNDE2LjAwLDE2MEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDM4NC4wMCwxNjB6TSAzODQuMDAsMjU2LjAwQTE2LjAwLDE2LjAwIDE4MC4wMCAxLDAgNDE2LjAwLDI1NkExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDM4NC4wMCwyNTZ6IiBkYXRhLXRhZ3M9ImRhdGEiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDIyOyIgZD0iTSA1MDAuNTc2LDQ3Mi40OTZDIDQ5NC43NjgsNDc3LjM3NiwgNDg3LjQ4OCw0ODAuMDAsIDQ4MC4wMTYsNDgwLjAwYy0xLjg0LDAuMDAtMy43MTItMC4xNi01LjU2OC0wLjQ5NmwtMjcyLjAzMi00OC4wMAoJQyAxODcuMTIsNDI4LjgxNiwgMTc1Ljk4NCw0MTUuNTM2LCAxNzUuOTg0LDQwMC4wMGwwLjAwLTMyLjAwIGwwLjAwLTE2LjAwIGwwLjAwLTIyNi43MiBDIDE1OS43NDQsMTM3LjA1NiwgMTM4LjY3MiwxNDQuMDAsIDExNS4yOCwxNDQuMDBjLTEzLjYwLDAuMDAtMjcuMjAtMi4yNTYtNDAuNDY0LTYuNjU2CglDIDQ0LjQ0OCwxMjcuMjE2LCAyMC4wOTYsMTA2LjkxMiwgOC4wMCw4MS42MGMtOS4zNDQtMTkuNTY4LTEwLjU0NC00MC44NDgtMy40MjQtNTkuOTM2QyAxNi43NTItMTAuOTQ0LCA1MS4zNDQtMzIuMDAsIDkyLjcwNC0zMi4wMAoJYyAxMy42MCwwLjAwLCAyNy4yMCwyLjIyNCwgNDAuNDQ4LDYuNjU2YyAzMC4zNTIsMTAuMDk2LCA1NC43MDQsMzAuNDAsIDY2LjgwLDU1LjY4YyA1LjIwLDEwLjkxMiwgNy42MzIsMjIuMzM2LCA3LjcyOCwzMy42NjRsIDAuMjg4LDAuMDAgTCAyMDcuOTY4LDMyMC4wMCAKCWMgMS44NCwwLjAwLCAzLjcxMiwwLjE2LCA1LjU2OCwwLjQ2NGwgMjY2LjQ4LDQ3LjAyNEwgNDgwLjAxNiwxNzMuMjggQyA0NjMuNzYsMTg1LjA1NiwgNDQyLjcwNCwxOTIuMDAsIDQxOS4yOTYsMTkyLjAwYy0xMy42MCwwLjAwLTI3LjIxNi0yLjI1Ni00MC40NjQtNi42NTYKCWMtMzAuMzY4LTEwLjEyOC01NC43Mi0zMC40MzItNjYuNzg0LTU1Ljc0NGMtOS4zNDQtMTkuNTY4LTEwLjU2LTQwLjg0OC0zLjQ0LTU5LjkzNkMgMzIwLjgwLDM3LjA1NiwgMzU1LjM2LDE2LjAwLCAzOTYuNzM2LDE2LjAwCgljIDEzLjYwLDAuMDAsIDI3LjIxNiwyLjIyNCwgNDAuNDY0LDYuNjU2YyAzMC4zMzYsMTAuMDk2LCA1NC42ODgsMzAuNDAsIDY2Ljc4NCw1NS42OGMgNS4yMTYsMTAuOTEyLCA3LjYzMiwyMi4zMzYsIDcuNzQ0LDMzLjY2NGwgMC4yODgsMC4wMCBMIDUxMi4wMTYsNDAwLjAwIEwgNTEyLjAxNiw0MTYuMDAgTCA1MTIuMDE2LDQ0OC4wMCAKCUMgNTEyLjAxNiw0NTcuNDQsIDUwNy44MjQsNDY2LjQzMiwgNTAwLjU3Niw0NzIuNDk2eiBNIDEyMy4wMDgsNC45OTJjLTM4LjMzNi0xMi43ODQtNzcuOTY4LTAuMjg4LTg4LjQ2NCwyNy44NGMtMTAuNTI4LDI4LjE2LCAxMi4wMTYsNjEuMzQ0LCA1MC4zMzYsNzQuMTI4CgljIDM4LjMzNiwxMi43ODQsIDc3Ljk2OCwwLjMyLCA4OC40NjQtMjcuODRDIDE4My44ODgsNTAuOTc2LCAxNjEuMzQ0LDE3Ljc3NiwgMTIzLjAwOCw0Ljk5MnogTSA0MjYuNDQ4LDUyLjk5MmMtMzguMzY4LTEyLjc4NC03OC4wMC0wLjI4OC04OC40OTYsMjcuODQKCWMtMTAuNTI4LDI4LjE2LCAxMi4wMzIsNjEuMzQ0LCA1MC4zMzYsNzQuMTI4YyAzOC4zNjgsMTIuNzg0LCA3OC4wMCwwLjMyLCA4OC40OTYtMjcuODRDIDQ4Ny4zMjgsOTguOTc2LCA0NjQuODAsNjUuNzc2LCA0MjYuNDQ4LDUyLjk5MnogTSA0NzkuMzYsNDAwLjAwCglMIDIwNy4zMjgsMzUyLjAwTCAyMDcuMzI4LDM2OC4wMCBMIDIwNy4zMjgsNDAwLjAwIEwgNDc5LjM2LDQ0OC4wMGwwLjAwLTMyLjAwIEwgNDc5LjM2LDQwMC4wMCB6IiBkYXRhLXRhZ3M9Im11c2ljIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyMzsiIGQ9Ik0gNDAwLjAwLDQ4MC4wMGMtMzIuODQ4LDAuMDAtNTguNjU2LTIyLjU2LTc3LjE4NC01Ny4zNzZsLTAuMzM2LDAuMTkyQyAyOTUuNTY4LDM3MC4xMjgsIDI1NS41MDQsMzM2LjAwLCAyMTEuNjE2LDMzNi4wMGwtMTAuNjA4LDAuMDAgCglMIDEzMC40OTYsMzM2LjAwIEwgNjQuMDAsMzM2LjAwIGMtMzUuODg4LDAuMDAtNjQuMDAtMzUuMTUyLTY0LjAwLTgwLjAwYzAuMDAtNDQuODgsIDI4LjExMi04MC4wMCwgNjQuMDAtODAuMDBjIDE3LjY0OC0wLjA2NCwgMzEuOTItMTQuMzM2LCAzMS45Mi0zMi4wMGwwLjAwLTE0NC4wMCBjMC4wMC0xNy42OCwgMTQuMzM2LTMyLjAwLCAzMi4wMC0zMi4wMGwgNjQuMDAsMC4wMCBjIDE3LjY2NCwwLjAwLCAzMi4wMCwxNC4zMiwgMzIuMDAsMzIuMDAKCWwwLjAwLDE2LjAwIGMwLjAwLDE2LjAwLTE2LjAwLDIzLjE1Mi0xNi4wMCwzMi4wMGwwLjAwLDExMi4wMCBjMC4wMCwwLjM2OCwgMC4yNTYsMC42MjQsIDAuMjg4LDAuOTkyYyAwLjE2LDIuMjg4LCAwLjc4NCw0LjQwLCAxLjc5Miw2LjMyYyAwLjI4OCwwLjUyOCwgMC41OTIsMC45NDQsIDAuOTQ0LDEuNDA4CgljIDEuMjgsMS45MDQsIDIuODk2LDMuNDcyLCA0Ljg2NCw0LjY4OGMgMC4wOTYsMC4wNjQsIDAuMTI4LDAuMTYsIDAuMjI0LDAuMjI0YyAwLjA2NCwwLjAwLCAwLjExMiwwLjA2NCwgMC4xNzYsMC4wNjQKCWMgMS4yOCwwLjcyLCAyLjgxNiwwLjg4LCA0LjI1NiwxLjI4YyA0MC4zODQtNC4yODgsIDc2Ljk0NC0zNi44OCwgMTAyLjAzMi04NS45NjhsIDAuNDAsMC4xOTJDIDM0MS40NCw1NC40OTYsIDM2Ny4xODQsMzIuMDAsIDQwMC4wMCwzMi4wMAoJYyA3My41MzYsMC4wMCwgMTEyLjAwLDExMi42ODgsIDExMi4wMCwyMjQuMDBTIDQ3My41MzYsNDgwLjAwLCA0MDAuMDAsNDgwLjAweiBNIDMyMC4wMCwyNTYuMDBjMC4wMCwxNi41OTIsIDAuOTc2LDMyLjYyNCwgMi42MjQsNDguMDBMIDM2OC4wMCwzMDQuMDAgYyAxNy42NjQsMC4wMCwgMzIuMDAtMjEuNTA0LCAzMi4wMC00OC4wMGMwLjAwLTI2LjUyOC0xNC4zMzYtNDguMDAtMzIuMDAtNDguMDBsLTQ1LjM3NiwwLjAwIAoJQyAzMjAuOTc2LDIyMy4zNzYsIDMyMC4wMCwyMzkuMzc2LCAzMjAuMDAsMjU2LjAweiBNIDMyLjAwLDI1Ni4wMGMwLjAwLDI2LjQ5NiwgMTQuMzM2LDQ4LjAwLCAzMi4wMCw0OC4wMGwgNjYuNDk2LDAuMDAgTCAxNDQuMDAsMzA0LjAwIGwgMzIuMjI0LDAuMDAgQyAxNjYuMzA0LDI5Mi4zMzYsIDE2MC4wMCwyNzUuNDA4LCAxNjAuMDAsMjU2LjAwCgljMC4wMC0xOS40NCwgNi4zMDQtMzYuMzY4LCAxNi4yMjQtNDguMDBMIDE0NC4wMCwyMDguMDAgTCA2NC4wMCwyMDguMDAgQyA0Ni4zMzYsMjA4LjAwLCAzMi4wMCwyMjkuNDcyLCAzMi4wMCwyNTYuMDB6IE0gMTkxLjkyLDAuMDBsLTY0LjAwLDAuMDAgbDAuMDAsMTQ0LjAwIGMwLjAwLDExLjY2NC0zLjEyLDIyLjU2LTguNTkyLDMyLjAwbCAxMS4xNjgsMC4wMCBsMC4wMC0wLjE5MiBsIDQ4LjEyOCwwLjAwIAoJYy0xLjcxMi00Ljk3Ni0yLjcwNC0xMC4yNTYtMi43MDQtMTUuODA4bDAuMDAtMTEyLjAwIGMwLjAwLTE1LjQwOCwgOC42MDgtMjUuNjY0LCAxMy43NDQtMzEuNzc2YyAwLjcwNC0wLjg0OCwgMS41MzYtMS43MTIsIDIuMjU2LTIuNjU2TCAxOTEuOTIsMC4wMCB6IE0gMjExLjYxNiwyMDcuODA4CglMIDIwOC4wMCwyMDcuODA4IEwgMjA4LjAwLDIwOC4wMCBjLTE3LjY2NCwwLjAwLTMyLjAwLDIxLjQ3Mi0zMi4wMCw0OC4wMGMwLjAwLDI2LjQ5NiwgMTQuMzM2LDQ4LjAwLCAzMi4wMCw0OC4wMGwgMy42MTYsMC4wMCBjIDMwLjE3NiwwLjAwLCA1OC40MzIsMTEuODcyLCA4My4yOTYsMzIuMjg4QyAyOTAuMzM2LDMxMC41MjgsIDI4OC4wMCwyODMuMjQ4LCAyODguMDAsMjU2LjAwCgljMC4wMC0yNy4zNDQsIDIuMzM2LTU0LjcyLCA2Ljk0NC04MC40OTZDIDI3MC4wNjQsMTk1LjkzNiwgMjQxLjc5MiwyMDcuODA4LCAyMTEuNjE2LDIwNy44MDh6IE0gNDAwLjAwLDY0LjAwYy0zMi4yODgsMC4wMC02MC4wMCw0NS45MzYtNzIuNjU2LDExMi4wMEwgMzY4LjAwLDE3Ni4wMCAKCWMgMzUuODcyLDAuMDAsIDY0LjAwLDM1LjEyLCA2NC4wMCw4MC4wMGMwLjAwLDQ0Ljg0OC0yOC4xMjgsODAuMDAtNjQuMDAsODAuMDBsLTQwLjY1NiwwLjAwIEMgMzQwLjAwLDQwMi4wMzIsIDM2Ny43MTIsNDQ4LjAwLCA0MDAuMDAsNDQ4LjAwYyA0NC4xOTIsMC4wMCwgODAuMDAtODUuOTY4LCA4MC4wMC0xOTIuMDBTIDQ0NC4xOTIsNjQuMDAsIDQwMC4wMCw2NC4wMHoiIGRhdGEtdGFncz0ibWVnYXBob25lIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyNDsiIGQ9Ik0gNTEyLjAwLDM1Mi4wMGMwLjAwLDIyLjQ5Ni0xNS4zMTIsNDEuNzI4LTM3LjIxNiw0Ni43ODRMIDI2Ni41NzYsNDQ2LjgzMkMgMjYzLjA4OCw0NDcuNjE2LCAyNTkuNTM2LDQ0OC4wMCwgMjU2LjAwLDQ0OC4wMAoJCWMtMy41MzYsMC4wMC03LjA4OC0wLjM4NC0xMC44MC0xLjIxNmwtMjA3Ljk4NC00OC4wMEMgMTUuMjk2LDM5My43MjgsMC4wMCwzNzQuNDk2LDAuMDAsMzUyLjAwcyAxNS4zMTItNDEuNzI4LCAzNy4yMC00Ni43ODRMIDgwLjAwLDI5NS4zNDRMIDgwLjAwLDE2MC4wMCBjMC4wMC00Mi40NjQsIDQ4LjYwOC04MC4wMCwgMTc2LjAwLTgwLjAwCgkJcyAxNzYuMDAsMzcuNTM2LCAxNzYuMDAsODAuMDBsMC4wMCwxMzUuMzQ0IGwgNDIuNzg0LDkuODcyQyA0OTYuNjg4LDMxMC4yNzIsIDUxMi4wMCwzMjkuNTA0LCA1MTIuMDAsMzUyLjAweiBNIDQwMC4wMCwxNjAuMDBjMC4wMC0xNy42OC00OC4wMC00OC4wMC0xNDQuMDAtNDguMDBjLTk2LjAwLDAuMDAtMTQ0LjAwLDMwLjMyLTE0NC4wMCw0OC4wMGwwLjAwLDEyNy45NTIgbCAxMzMuNDA4LTMwLjc4NAoJCUMgMjQ4Ljg5NiwyNTYuMzg0LCAyNTIuNDY0LDI1Ni4wMCwgMjU2LjAwLDI1Ni4wMGMgMy41MzYsMC4wMCwgNy4xMDQsMC4zODQsIDEwLjc4NCwxLjIxNkwgNDAwLjAwLDI4Ny45NTJMIDQwMC4wMCwxNjAuMDAgeiBNIDI1OS42MCwyODguNDBDIDI1OC40MCwyODguMTQ0LCAyNTcuMjAsMjg4LjAwLCAyNTYuMDAsMjg4LjAwCgkJcy0yLjQxNiwwLjE0NC0zLjYwLDAuNDBsLTIwOC4wMCw0OC4wMEMgMzcuMTM2LDMzOC4wOCwgMzIuMDAsMzQ0LjU0NCwgMzIuMDAsMzUyLjAwcyA1LjEzNiwxMy45MiwgMTIuNDAsMTUuNjBsIDIwOC4wMCw0OC4wMEMgMjUzLjU4NCw0MTUuODU2LCAyNTQuNzg0LDQxNi4wMCwgMjU2LjAwLDQxNi4wMAoJCXMgMi40MTYtMC4xNDQsIDMuNjAtMC40MGwgMjA4LjAwLTQ4LjAwQyA0NzQuODQ4LDM2NS45MiwgNDgwLjAwLDM1OS40NTYsIDQ4MC4wMCwzNTIuMDBzLTUuMTUyLTEzLjkyLTEyLjQwLTE1LjYwTCAyNTkuNjAsMjg4LjQwek0gNDY0LjAwLDI3Mi4wMCBDIDQ2NC4wMCwyODAuODQ4IDQ3MS4xNTIsMjg4LjAwIDQ4MC4wMCwyODguMDAgQyA0ODguODMyLDI4OC4wMCA0OTYuMDAsMjgwLjg0OCA0OTYuMDAsMjcyLjAwIEwgNDk2LjAwLDEyOC4wMCBDIDQ5Ni4wMCwxMTkuMTUyIDQ4OC44MzIsMTEyLjAwIDQ4MC4wMCwxMTIuMDAgQyA0NzEuMTUyLDExMi4wMCA0NjQuMDAsMTE5LjE1MiA0NjQuMDAsMTI4LjAwIEwgNDY0LjAwLDI3Mi4wMCBaTSA0ODAuMDAsOTYuMDAgQyA0OTcuNjY0LDk2LjAwIDUxMi4wMCw0OS42NjQgNTEyLjAwLDMyLjAwIEMgNTEyLjAwLDE0LjMzNiA0OTcuNjY0LDAuMDAgNDgwLjAwLDAuMDAgQyA0NjIuMzIsMC4wMCA0NDguMDAsMTQuMzM2IDQ0OC4wMCwzMi4wMCBDIDQ0OC4wMCw0OS42NjQgNDYyLjMyLDk2LjAwIDQ4MC4wMCw5Ni4wMCBaIiBkYXRhLXRhZ3M9InN0dWR5IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyNTsiIGQ9Ik0gMzMwLjkxMiw0MjAuMjg4QyAzMjMuMzQ0LDQyNy44NCwgMzEzLjMxMiw0MzIuMDAsIDMwMi42MjQsNDMyLjAwcy0yMC43Mi00LjE2LTI4LjMyLTExLjcyOGwtMjIuNTYtMjIuNTkyCgkJQyAyNDQuMTc2LDM5MC4xMjgsIDI0MC4wMCwzODAuMDgsIDI0MC4wMCwzNjkuMzc2YzAuMDAtNy41MzYsIDIuMDY0LTE0Ljc1MiwgNS45MzYtMjEuMDA4TCAyOC43MDQsMjYxLjM0NGMtMTQuNTI4LTYuMzg0LTI0Ljk0NC0xOS40ODgtMjcuODcyLTM1LjAyNAoJCWMtMi45Ni0xNS42MzIsIDIuMDAtMzEuNjY0LCAxMy4zNDQtNDIuOTkybCAyMDMuNTItMjAxLjI4YyA4Ljc2OC04Ljc2OCwgMjAuNDE2LTEzLjc0NCwgMzIuNzItMTQuMDMyQyAyNTAuNzA0LTMyLjAwLCAyNTEuMzc2LTMyLjAwLCAyNTEuNjY0LTMyLjAwCgkJYyAzLjIzMiwwLjAwLCA2LjUxMiwwLjMzNiwgOS43NiwwLjk5MmMgMTUuOTA0LDMuMjk2LCAyOC45MjgsMTQuMjg4LCAzNC44MzIsMjkuMjQ4bCA4NS40NzIsMjE0LjAxNmMgNi40MzItNC4yNCwgMTQuMDAtNi41MTIsIDIxLjg3Mi02LjUxMgoJCWMgMTAuNzIsMC4wMCwgMjAuNzUyLDQuMTc2LCAyOC4yODgsMTEuNzI4TCA0NTQuNDAsMjQwLjAwYyA3LjYzMiw3LjU4NCwgMTEuODA4LDE3LjY0OCwgMTEuODA4LDI4LjM2OHMtNC4xOTIsMjAuODAtMTEuNzEyLDI4LjI4OEwgMzMwLjkxMiw0MjAuMjg4egoJCSBNIDI2Ni41NDQsMTAuMTI4Yy0xLjk4NC01LjAwOC02LjM1Mi04LjcwNC0xMS42MzItOS43OTJjLTEuMjE2LTAuMjU2LTIuNDQ4LTAuMzUyLTMuNjY0LTAuMzM2Yy00LjA2NCwwLjA5Ni03Ljk4NCwxLjcyOC0xMC45MTIsNC42NzIKCQlMIDM2LjY4OCwyMDYuMDhjLTMuNzQ0LDMuNzI4LTUuMzkyLDkuMDcyLTQuNDAsMTQuMjg4YyAwLjk3Niw1LjE4NCwgNC40NjQsOS41NjgsIDkuMzEyLDExLjY4bCA5OS40NzIsMzkuODQKCQljIDY3LjAyNC0yMi4yODgsIDEzNC4wNjQtMC44MTYsIDIwMS4xMi03Mi4zNTJMIDI2Ni41NDQsMTAuMTI4eiBNIDQzMS44NzIsMjYyLjcybC0yMi42MjQtMjIuNjA4Yy0zLjEyLTMuMTM2LTguMTkyLTMuMTM2LTExLjMxMiwwLjAwbC0yOC4yODgsMjguMjcyCgkJbC0yMi45MTItNTcuNDI0bCAxLjkwNCw0Ljg0OGMtNDguMTYsNDguMDgtOTcuMTA0LDU0LjE0NC0xNDEuMjY0LDU5LjU2OGMtMTQuMTkyLDEuNzQ0LTI3Ljk1MiwzLjU2OC00MS40NzIsNi40OGwgMTM1Ljg1Niw1NC40MTZsLTI3LjQ0LDI3LjQ0CgkJYy0zLjEyLDMuMTItMy4xMiw4LjE5MiwwLjAwLDExLjMxMmwgMjIuNjI0LDIyLjY0YyAzLjEyLDMuMTIsIDguMTkyLDMuMTIsIDExLjMxMiwwLjAwbCAxMjMuNjAtMTIzLjYzMgoJCUMgNDM1LjAyNCwyNzAuOTEyLCA0MzUuMDI0LDI2NS44NCwgNDMxLjg3MiwyNjIuNzJ6TSAyNjQuMDAsMTQ0LjAwYyAyMi4wNDgsMC4wMCwgNDAuMDAsMTcuOTM2LCA0MC4wMCw0MC4wMFMgMjg2LjA2NCwyMjQuMDAsIDI2NC4wMCwyMjQuMDBjLTIyLjA2NCwwLjAwLTQwLjAwLTE3LjkzNi00MC4wMC00MC4wMFMgMjQxLjk1MiwxNDQuMDAsIDI2NC4wMCwxNDQuMDB6CgkJIE0gMjY0LjAwLDIwOC4wMGMgMTMuMjQ4LDAuMDAsIDI0LjAwLTEwLjc1MiwgMjQuMDAtMjQuMDBTIDI3Ny4yNDgsMTYwLjAwLCAyNjQuMDAsMTYwLjAwYy0xMy4yNjQsMC4wMC0yNC4wMCwxMC43NTItMjQuMDAsMjQuMDBTIDI1MC43MzYsMjA4LjAwLCAyNjQuMDAsMjA4LjAwek0gNDcyLjAwLDQ4MC4wMEMgNDQ5LjkzNiw0ODAuMDAsIDQzMi4wMCw0NjIuMDY0LCA0MzIuMDAsNDQwLjAwUyA0NDkuOTM2LDQwMC4wMCwgNDcyLjAwLDQwMC4wMFMgNTEyLjAwLDQxNy45MzYsIDUxMi4wMCw0NDAuMDBTIDQ5NC4wNjQsNDgwLjAwLCA0NzIuMDAsNDgwLjAweiBNIDQ3Mi4wMCw0MTYuMDAKCQlDIDQ1OC43NTIsNDE2LjAwLCA0NDguMDAsNDI2Ljc1MiwgNDQ4LjAwLDQ0MC4wMFMgNDU4Ljc1Miw0NjQuMDAsIDQ3Mi4wMCw0NjQuMDBTIDQ5Ni4wMCw0NTMuMjQ4LCA0OTYuMDAsNDQwLjAwUyA0ODUuMjQ4LDQxNi4wMCwgNDcyLjAwLDQxNi4wMHpNIDEyOC4wMCwyMDguMDBjMC4wMC0xNy42NDgsIDE0LjM1Mi0zMi4wMCwgMzIuMDAtMzIuMDBzIDMyLjAwLDE0LjM1MiwgMzIuMDAsMzIuMDBzLTE0LjM1MiwzMi4wMC0zMi4wMCwzMi4wMFMgMTI4LjAwLDIyNS42NDgsIDEyOC4wMCwyMDguMDB6IE0gMTYwLjAwLDIyNC4wMGMgOC44MzIsMC4wMCwgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwCgkJcy03LjE2OC0xNi4wMC0xNi4wMC0xNi4wMHMtMTYuMDAsNy4xNTItMTYuMDAsMTYuMDBTIDE1MS4xNjgsMjI0LjAwLCAxNjAuMDAsMjI0LjAwek0gMTkyLjAwLDExMi4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDIyNC4wMCwxMTJBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCAxOTIuMDAsMTEyek0gNDQ4LjAwLDM1Mi4wMEExNi4wMCwxNi4wMCAxODAuMDAgMSwwIDQ4MC4wMCwzNTJBMTYuMDAsMTYuMDAgMTgwLjAwIDEsMCA0NDguMDAsMzUyeiIgZGF0YS10YWdzPSJsYWIiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDI2OyIgZD0iTSA0NzIuMDAsMTQ0LjAwbC00My4wNTYsMC4wMCBjLTAuNzIsMy44MjQtMS42MCw3LjU2OC0yLjU2LDExLjI5NmwgNzYuNzg0LDM4LjM4NGMgNy45MDQsMy45NTIsIDExLjA4OCwxMy41NjgsIDcuMTUyLDIxLjQ3MgoJCWMtMy45NjgsNy45MDQtMTMuNTM2LDExLjA3Mi0yMS40NzIsNy4xNTJsLTczLjI0OC0zNi42MDhDIDM4Ny42NjQsMjQ1Ljk4NCwgMzI2LjcyLDI4OC4wMCwgMjU2LjAwLDI4OC4wMGMtODYuMTEyLDAuMDAtMTU3Ljg0LTYyLjIwOC0xNzIuOTQ0LTE0NC4wMEwgNDAuMDAsMTQ0LjAwIAoJCUMgMTcuOTUyLDE0NC4wMCwwLjAwLDEyNi4wNjQsMC4wMCwxMDQuMDBjMC4wMC03Ljg0LCAyLjg4LTE1LjQwOCwgOC4wOC0yMS4yNjRMIDY0LjAwLDE5LjgyNEwgNjQuMDAsOC4wMCBDIDY0LjAwLTE0LjA2NCwgODEuOTUyLTMyLjAwLCAxMDQuMDAtMzIuMDBsIDMwNC4wMCwwLjAwIGMgMjIuMDY0LDAuMDAsIDQwLjAwLDE3LjkzNiwgNDAuMDAsNDAuMDAKCQlsMC4wMCwxMS44MjQgbCA1NS45MDQsNjIuOTEyQyA1MDkuMTIsODguNTkyLCA1MTIuMDAsOTYuMTYsIDUxMi4wMCwxMDQuMDBDIDUxMi4wMCwxMjYuMDY0LCA0OTQuMDY0LDE0NC4wMCwgNDcyLjAwLDE0NC4wMHogTSA0MTIuNzg0LDE0NC4wMGwtOC45OTIsMC4wMCBsIDcuOTY4LDQuMDAKCQlDIDQxMi4wNjQsMTQ2LjY1NiwgNDEyLjQ5NiwxNDUuMzYsIDQxMi43ODQsMTQ0LjAweiBNIDI1Ni4wMCwyNzIuMDBjIDY0LjQ2NCwwLjAwLCAxMjAuMDAtMzguNDAsIDE0NS4zMTItOTMuNDU2bC0xNC4yNTYtNy4xMkMgMzY0LjQwLDIyMS4yNjQsIDMxNC4zMiwyNTYuMDAsIDI1Ni4wMCwyNTYuMDAKCQljLTY4LjUxMiwwLjAwLTEyNS43NDQtNDcuODg4LTE0MC4zMi0xMTIuMDBMIDk5LjIzMiwxNDQuMDAgQyAxMTQuMDk2LDIxNi45NDQsIDE3OC43MzYsMjcyLjAwLCAyNTYuMDAsMjcyLjAweiBNIDMyOS4yMTYsMTQ0LjAwYy0xMi4zNjgsMjguMjA4LTQwLjQ5Niw0OC4wMC03My4yMTYsNDguMDBzLTYwLjgzMi0xOS43OTItNzMuMjE2LTQ4LjAwCgkJTCAxNjUuNjAsMTQ0LjAwIGMgMTMuMjE2LDM3LjIxNiwgNDguNjg4LDY0LjAwLCA5MC40MCw2NC4wMGMgMzkuNDQsMC4wMCwgNzMuNDA4LTIzLjkzNiwgODguMTI4LTU4LjAzMkwgMzMyLjIyNCwxNDQuMDBMIDMyOS4yMTYsMTQ0LjAwIHogTSAyNTYuMDAsMTYwLjAwYy0xNC4xMjgsMC4wMC0yNi43Mi02LjI1Ni0zNS41Mi0xNi4wMGwtMTkuNTg0LDAuMDAgCgkJYyAxMS4xMDQsMTkuMDI0LCAzMS41MiwzMi4wMCwgNTUuMTA0LDMyLjAwYyAyMy41NjgsMC4wMCwgNDQuMDAtMTIuOTc2LCA1NS4wODgtMzIuMDBsLTE5LjYwLDAuMDAgQyAyODIuNzIsMTUzLjc0NCwgMjcwLjEyOCwxNjAuMDAsIDI1Ni4wMCwxNjAuMDB6IE0gMjU2LjAwLDIyNC4wMAoJCWMtNTAuNjQsMC4wMC05My40NzItMzMuNzkyLTEwNy4yOC04MC4wMEwgMTMyLjIwOCwxNDQuMDAgYyAxNC4yNzIsNTUuMTA0LCA2NC4yNzIsOTYuMDAsIDEyMy43OTIsOTYuMDBjIDUxLjkzNiwwLjAwLCA5Ni42ODgtMzEuMTY4LCAxMTYuNzItNzUuNzQ0bC0xNC4yODgtNy4xMzYKCQlDIDM0MS4wMjQsMTk2LjQzMiwgMzAxLjY4LDIyNC4wMCwgMjU2LjAwLDIyNC4wMHogTSA0MTYuMDAsMzIuMDBsMC4wMC0yNC4wMCBjMC4wMC00LjQxNi0zLjYwLTguMDAtOC4wMC04LjAwbC0zMDQuMDAsMC4wMCBDIDk5LjU4NCwwLjAwLCA5Ni4wMCwzLjU4NCwgOTYuMDAsOC4wMEwgOTYuMDAsMzIuMDAgbC02NC4wMCw3Mi4wMAoJCUMgMzIuMDAsMTA4LjQxNiwgMzUuNTg0LDExMi4wMCwgNDAuMDAsMTEyLjAwTCA4MC4wMCwxMTIuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDk2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDE2LjAwLDAuMDAgbCAxNi4wMCwwLjAwIGwgMTYuMDAsMC4wMCBsIDQwLjAwLDAuMDAgYyA0LjQwLDAuMDAsIDguMDAtMy41ODQsIDguMDAtOC4wMEwgNDE2LjAwLDMyLjAwek0gMTI3LjYzMiwyOTIuNjA4IEMgMTI3LjUyLDI5Mi44MzIgMTI3LjQ0LDI5My4wNCAxMjcuMzQ0LDI5My4yOCBDIDExOS4wNCwzMTMuMzI4IDEyNy4yOTYsMzMyLjk5MiAxMzQuNzUyLDM1MC43MzYgQyAxNDEuODA4LDM2Ny41NjggMTQ4LjA2NCwzODIuNDggMTQxLjYwLDM5Ny4wMjQgQyAxNDEuNTY4LDM5Ny4wODggMTQxLjU1MiwzOTcuMTUyIDE0MS41MiwzOTcuMjE2IEMgMTQxLjUwNCwzOTcuMjY0IDE0MS40ODgsMzk3LjMxMiAxNDEuNDcyLDM5Ny4zNiBDIDE0MS40NTYsMzk3LjM5MiAxNDEuNDU2LDM5Ny40MjQgMTQxLjQ1NiwzOTcuNDU2IEMgMTQxLjEzNiwzOTguMzA0IDE0MC45NDQsMzk5LjIwIDE0MC45NDQsNDAwLjE2IEMgMTQwLjk0NCw0MDQuNDggMTQ0LjQ0OCw0MDguMDAgMTQ4Ljc4NCw0MDguMDAgQyAxNTIuMTEyLDQwOC4wMCAxNTQuOTQ0LDQwNS45MiAxNTYuMDgsNDAyLjk5MiBDIDE2NS4wMDgsMzgyLjY1NiAxNTYuODk2LDM2Mi42NTYgMTQ5LjMyOCwzNDQuNjQgQyAxNDIuMzIsMzI3Ljk2OCAxMzYuNjI0LDMxMi40OCAxNDIuNjI0LDI5OC4zNjggQyAxNDIuNjU2LDI5OC4yNTYgMTQyLjY1NiwyOTguMTYgMTQyLjYyNCwyOTguMDQ4IEMgMTQyLjgwLDI5Ny40MDggMTQyLjkxMiwyOTYuNzM2IDE0Mi45MTIsMjk2LjA0OCBDIDE0Mi45MTIsMjkxLjYxNiAxMzkuMzEyLDI4OC4wMCAxMzQuODgsMjg4LjAwIEMgMTMxLjc3NiwyODguMDAgMTI5LjEyLDI4OS43NiAxMjcuNzkyLDI5Mi4zMiBDIDEyNy43NzYsMjkyLjMyIDEyNy43NiwyOTIuMzIgMTI3Ljc2LDI5Mi4zMiBDIDEyNy43MTIsMjkyLjQxNiAxMjcuNjgsMjkyLjUxMiAxMjcuNjMyLDI5Mi42MDggWk0gMzIyLjQ2NCwyOTQuOTQ0IEMgMzIyLjM2OCwyOTUuMTUyIDMyMi4yODgsMjk1LjM3NiAzMjIuMjA4LDI5NS41ODQgQyAzMTMuOTA0LDMxNS42MzIgMzIyLjE0NCwzMzUuMzEyIDMyOS41ODQsMzUzLjA1NiBDIDMzNi42NTYsMzY5Ljg4OCAzNDIuODk2LDM4NC44MCAzMzYuNDMyLDM5OS4zNDQgQyAzMzYuNDMyLDM5OS40MDggMzM2LjQwLDM5OS40NzIgMzM2LjM2OCwzOTkuNTM2IEMgMzM2LjMzNiwzOTkuNTg0IDMzNi4zMzYsMzk5LjYzMiAzMzYuMzA0LDM5OS42OCBDIDMzNi4zMDQsMzk5LjcxMiAzMzYuMzA0LDM5OS43NDQgMzM2LjMwNCwzOTkuNzc2IEMgMzM2LjAwLDQwMC42MjQgMzM1Ljc3Niw0MDEuNTIgMzM1Ljc3Niw0MDIuNDggQyAzMzUuNzc2LDQwNi44MCAzMzkuMjk2LDQxMC4zMiAzNDMuNjE2LDQxMC4zMiBDIDM0Ni45Niw0MTAuMzIgMzQ5Ljc3Niw0MDguMjU2IDM1MC45MjgsNDA1LjMxMiBDIDM1OS44NTYsMzg0Ljk3NiAzNTEuNzQ0LDM2NC45NzYgMzQ0LjE3NiwzNDYuOTYgQyAzMzcuMTY4LDMzMC4yODggMzMxLjQ4OCwzMTQuODAgMzM3LjQ1NiwzMDAuNjg4IEMgMzM3LjUyLDMwMC41NzYgMzM3LjUyLDMwMC40OCAzMzcuNDg4LDMwMC4zNjggQyAzMzcuNjQ4LDI5OS43MjggMzM3Ljc3NiwyOTkuMDU2IDMzNy43NzYsMjk4LjM2OCBDIDMzNy43NzYsMjkzLjkzNiAzMzQuMTQ0LDI5MC4zMiAzMjkuNzEyLDI5MC4zMiBDIDMyNi42MjQsMjkwLjMyIDMyMy45NjgsMjkyLjA5NiAzMjIuNjI0LDI5NC42NTYgTCAzMjIuNTkyLDI5NC42NTYgQyAzMjIuNTYsMjk0Ljc1MiAzMjIuNTI4LDI5NC44NDggMzIyLjQ2NCwyOTQuOTQ0IFpNIDI0MC4zMDQsMzY0LjYwOCBDIDI0MC4xOTIsMzY0LjgzMiAyNDAuMTEyLDM2NS4wNCAyNDAuMDAsMzY1LjI2NCBDIDIzMS42OCwzODUuMzEyIDIzOS45MzYsNDA0Ljk5MiAyNDcuMzkyLDQyMi43MzYgQyAyNTQuNDQ4LDQzOS41NjggMjYwLjcwNCw0NTQuNDggMjU0LjI0LDQ2OS4wMjQgQyAyNTQuMjI0LDQ2OS4wODggMjU0LjE5Miw0NjkuMTUyIDI1NC4xNzYsNDY5LjIxNiBDIDI1NC4xNiw0NjkuMjY0IDI1NC4xNDQsNDY5LjMxMiAyNTQuMTI4LDQ2OS4zNiBDIDI1NC4xMTIsNDY5LjM5MiAyNTQuMTEyLDQ2OS40MjQgMjU0LjExMiw0NjkuNDU2IEMgMjUzLjc5Miw0NzAuMzA0IDI1My42MCw0NzEuMjAgMjUzLjYwLDQ3Mi4xNiBDIDI1My42MCw0NzYuNDggMjU3LjEyLDQ4MC4wMCAyNjEuNDQsNDgwLjAwIEMgMjY0Ljc4NCw0ODAuMDAgMjY3LjYwLDQ3Ny45MiAyNjguNzUyLDQ3NC45NzYgQyAyNzcuNjgsNDU0LjY0IDI2OS41NjgsNDM0LjY0IDI2Mi4wMCw0MTYuNjI0IEMgMjU0Ljk5MiwzOTkuOTUyIDI0OS4yOTYsMzg0LjQ2NCAyNTUuMjk2LDM3MC4zNTIgQyAyNTUuMzI4LDM3MC4yNCAyNTUuMzI4LDM3MC4xNDQgMjU1LjI5NiwzNzAuMDMyIEMgMjU1LjQ3MiwzNjkuMzkyIDI1NS41ODQsMzY4LjcyIDI1NS41ODQsMzY4LjAzMiBDIDI1NS41ODQsMzYzLjYwIDI1MS45ODQsMzU5Ljk4NCAyNDcuNTUyLDM1OS45ODQgQyAyNDQuNDY0LDM1OS45ODQgMjQxLjgwOCwzNjEuNzYgMjQwLjQ2NCwzNjQuMzIgQyAyNDAuNDQ4LDM2NC4zMiAyNDAuNDMyLDM2NC4zMiAyNDAuNDMyLDM2NC4zMiBDIDI0MC4zODQsMzY0LjQxNiAyNDAuMzUyLDM2NC41MTIgMjQwLjMwNCwzNjQuNjA4IFoiIGRhdGEtdGFncz0iZm9vZCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMjc7IiBkPSJNIDUwMC4wMCwzNzYuOTkybC04MC4wMCw2NC4wMEMgNDE0LjMyLDQ0NS41MzYsIDQwNy4yNDgsNDQ4LjAwLCA0MDAuMDAsNDQ4LjAwTCAxMTIuMDAsNDQ4LjAwIAoJCUMgMTA0LjczNiw0NDguMDAsIDk3LjY4LDQ0NS41MzYsIDkyLjAwLDQ0MC45OTJsLTgwLjAwLTY0LjAwQyAxLjUzNiwzNjguNjA4LTIuNTkyLDM1NC41OTIsIDEuNjQ4LDM0MS44NzJsIDMyLjAwLTk2LjAwYyAzLjE1Mi05LjQ1NiwgMTAuNTQ0LTE2LjkxMiwgMTkuOTg0LTIwLjE0NAoJCUMgNTYuOTkyLDIyNC41NzYsIDYwLjUxMiwyMjQuMDAsIDY0LjAwLDIyNC4wMGMgNS41NjgsMC4wMCwgMTEuMDg4LDEuNDU2LCAxNi4wMCw0LjI4OEwgODAuMDAsMzIuMDAgYzAuMDAtMTcuNjY0LCAxNC4zMzYtMzIuMDAsIDMyLjAwLTMyLjAwbCAyODguMDAsMC4wMCBjIDE3LjY2NCwwLjAwLCAzMi4wMCwxNC4zMzYsIDMyLjAwLDMyLjAwTCA0MzIuMDAsMjI4LjI4OCAKCQlDIDQzNi45MTIsMjI1LjQ1NiwgNDQyLjQzMiwyMjQuMDAsIDQ0OC4wMCwyMjQuMDBjIDMuNTA0LDAuMDAsIDcuMDA4LDAuNTc2LCAxMC4zNjgsMS43MjhjIDkuNDQsMy4yMzIsIDE2LjgxNiwxMC42ODgsIDE5Ljk2OCwyMC4xNDRsIDMyLjAwLDk2LjAwCgkJQyA1MTQuNTkyLDM1NC41OTIsIDUxMC40NjQsMzY4LjYwOCwgNTAwLjAwLDM3Ni45OTJ6IE0gMzE2LjA2NCw0MTYuMDBDIDMwNy4yMTYsMzk3LjQyNCwgMjgzLjc3NiwzODQuMDAsIDI1Ni4wMCwzODQuMDBjLTI3Ljc3NiwwLjAwLTUxLjIzMiwxMy40MjQtNjAuMDY0LDMyLjAwTCAzMTYuMDY0LDQxNi4wMCB6IE0gNDQ4LjAwLDI1Ni4wMGwtNDguMDAsMzIuMDAKCQlsMC4wMC0yNTYuMDAgTCAxMTIuMDAsMzIuMDAgTCAxMTIuMDAsMjg4LjAwIGwtNDguMDAtMzIuMDBMIDMyLjAwLDM1Mi4wMGwgODAuMDAsNjQuMDBsIDY2LjgzMiwwLjAwIEMgMTg3Ljc0NCwzODguNDQ4LCAyMTguNzY4LDM2OC4wMCwgMjU2LjAwLDM2OC4wMGMgMzcuMjE2LDAuMDAsIDY4LjI1NiwyMC40NDgsIDc3LjE1Miw0OC4wMEwgNDAwLjAwLDQxNi4wMCBsIDgwLjAwLTY0LjAwTCA0NDguMDAsMjU2LjAweiIgZGF0YS10YWdzPSJ0LXNoaXJ0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyODsiIGQ9Ik0gMzUyLjAwLDMzNi4wMGMtMC45OTItNDIuODAtMzMuMTItNzguOTQ0LTMzLjEyLTc4Ljk0NEMgMzE4Ljg4LDMzNi42NzIsIDI1Ni4wMCw0MDAuMDAsIDI1Ni4wMCw0MDAuMDBzLTAuODQ4LTQ3LjM5Mi0zMi42ODgtOTUuMTY4CgkJCUMgMTkxLjQ3Miw0MTYuMzA0LCA5NS45Miw0ODAuMDAsIDk1LjkyLDQ4MC4wMEMgMTQzLjY5NiwzMDQuODMyLCA4MC4wMCwyNDEuMTIsIDgwLjAwLDExMy43MjhDIDgwLjAwLDM4Ljk5MiwgMTQzLjI2NC0zMi4wMCwgMjQwLjAwLTMyLjAwYyAxNDMuMzEyLDAuMDAsIDE3MS4wMjQsNTIuNjA4LCAxODUuODQsMTExLjg4OAoJCQlDIDQ0Ni4yNTYsMTYxLjUwNCwgNDE1LjY4LDI1Ni4zODQsIDM1Mi4wMCwzMzYuMDB6IE0gMzk0LjgxNiw4Ny42NjRDIDM4NC41MjgsNDYuNTYsIDM3Mi45MTIsMC4wMCwgMjQwLjAwLDAuMDBjLTgwLjEyOCwwLjAwLTEyOC4wMCw1Ny44MjQtMTI4LjAwLDExMy43MjgKCQkJYzAuMDAsNDIuODE2LCA3LjgwOCw3Ny45NjgsIDE2LjA2NCwxMTUuMTg0YyAxMC40OTYsNDcuMTg0LCAyMS4yNDgsOTUuNDg4LCAxNi41OTIsMTU5LjM3NmMgNDkuMzQ0LTY4LjMwNCwgNjYuOTEyLTE1OC44MCwgNjYuOTEyLTE1OC44MAoJCQlzIDQ1LjkzNiw2NC40OTYsIDU4LjI4OCw5NC40NDhDIDI3OS4zMTIsMzA0LjY4OCwgMjg4LjAwLDI0MC4wMCwgMjg4LjAwLDE3Ni4wMGMwLjAwLDAuMDAsIDQyLjQ5NiwzNS4wMDgsIDc0LjM2OCw4Ny42NDhDIDM5NS45MzYsMjAzLjQ1NiwgNDA4LjAzMiwxNDAuNTI4LCAzOTQuODE2LDg3LjY2NHpNIDM1OC45MTIsMjExLjI4IEwgMzYxLjg4OCwxOTQuNzIgQyAzNjguNTQ0LDE1Ny42MzIgMzY0LjgxNiwxMTMuNzkyIDM1Mi40MTYsODMuMDA4IEMgMzUxLjE2OCw3OS44ODggMzQ4LjE2LDc4LjAwIDM0NS4wMDgsNzguMDAgQyAzNDQuMDAsNzguMDAgMzQyLjk3Niw3OC4xOTIgMzQyLjAwLDc4LjU3NiBDIDMzNy45MDQsODAuMjI0IDMzNS45MDQsODQuODggMzM3LjU2OCw4OC45NzYgQyAzNDYuOTEyLDExMi4xNiAzNTAuODQ4LDE0NC44MCAzNDguMzUyLDE3NC42MjQgQyAzMzIuMjg4LDE1Ni42NzIgMzEyLjA0OCwxMzcuOTY4IDI2OC44MCwxMTcuNDI0IEwgMjYwLjcwNCwxMTMuNjAgTCAyNTcuNzkyLDEyMi4wNDggQyAyNTIuMDAsMTM4Ljg0OCAyNDYuMTYsMTU1LjgyNCAyNDMuNjMyLDE3OS40ODggQyAyMzQuOTc2LDE2NS44NCAyMjcuMDcyLDE1My42OCAyMTMuNzkyLDEzNS42MCBMIDIwNS42NjQsMTI0LjUyOCBMIDIwMC4wMzIsMTM3LjA3MiBDIDE4Ni4yNTYsMTY3Ljg3MiAxNzUuNzYsMTkxLjkyIDE2Ny40NCwyMTMuMDcyIEMgMTU5Ljc0NCwxODguMzUyIDE1NC4wMCwxNTkuNzYgMTU0LjAwLDEwMi4wMTYgQyAxNTQuMDAsOTcuNjAgMTUwLjQwLDk0LjAxNiAxNDYuMDAsOTQuMDE2IEMgMTQxLjU2OCw5NC4wMTYgMTM4LjAwLDk3LjYwIDEzOC4wMCwxMDIuMDE2IEMgMTM4LjAwLDE3Ny4zNiAxNDguMDAsMjA2LjM4NCAxNTguNTYsMjM3LjEyIEwgMTY2Ljg4LDI2MS4yOCBMIDE3NC41NDQsMjM5LjY4IEMgMTgyLjc4NCwyMTYuNDY0IDE5My42MzIsMTkwLjg4IDIwOC45NzYsMTU2LjI4OCBDIDIxOS4wODgsMTcwLjU3NiAyMjUuODcyLDE4MS4zMjggMjM0LjA2NCwxOTQuMzA0IEwgMjU4LjM1MiwyMzIuMzUyIEwgMjU4LjM1MiwyMDUuMDA4IEMgMjU4LjM1MiwxNzQuMjI0IDI2My44ODgsMTU0LjExMiAyNjkuOTg0LDEzNS44NCBDIDMxMi41MjgsMTU3LjI0OCAzMjguNDY0LDE3NS44NzIgMzQ1LjMxMiwxOTUuNTIgTCAzNTguOTEyLDIxMS4yOCBaIiBkYXRhLXRhZ3M9ImZpcmUiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDI5OyIgZD0iTSA0NjkuODA4LDQwNS44MDggQyA1MjYuMDY0LDM0OS41ODQgNTI2LjA2NCwyNTguNDAgNDY5LjgwOCwyMDIuMTc2IEwgMjk0LjMzNiwyNi42ODggQyAyODguMDgsMjAuNDE2IDI3Ny45NjgsMjAuNDE2IDI3MS43MTIsMjYuNjg4IEMgMjY1LjQyNCwzMi45NDQgMjY1LjQyNCw0My4wNCAyNzEuNzEyLDQ5LjMxMiBMIDQ0NC45MjgsMjIyLjU0NCBDIDQ4OC42NzIsMjY2LjI4OCA0ODguNjcyLDMzNy4xNjggNDQ0Ljg5NiwzODAuOTI4IEMgNDAxLjIxNiw0MjQuNjcyIDMzMC4yNzIsNDI0LjY3MiAyODYuNTI4LDM4MC45MjggTCA1NS4zNzYsMTUyLjQ5NiBDIDI0LjEyOCwxMjEuMjY0IDI0LjEyOCw3MC42MDggNTUuMzc2LDM5LjM3NiBDIDg2LjYyNCw4LjEyOCAxMzcuMjQ4LDguMTI4IDE2OC40OTYsMzkuMzc2IEwgNDAxLjkzNiwyNzAuMDQ4IEMgNDIwLjY1NiwyODguNzY4IDQyMC42NTYsMzE5LjIxNiA0MDEuOTM2LDMzNy45MzYgQyAzODMuMjE2LDM1Ni42NCAzNTIuNzg0LDM1Ni42NCAzMzQuMDY0LDMzNy45MzYgTCAxNTguNTYsMTYyLjQzMiBDIDE1Mi4zMDQsMTU2LjE3NiAxNDIuMTkyLDE1Ni4xNzYgMTM1LjkzNiwxNjIuNDMyIEMgMTI5LjY4LDE2OC43MDQgMTI5LjY4LDE3OC44MCAxMzUuOTM2LDE4NS4wNzIgTCAzMTEuNDI0LDM2MC41NiBDIDM0Mi42NCwzOTEuNzkyIDM5My4yOTYsMzkxLjc5MiA0MjQuNTQ0LDM2MC41NiBDIDQ1NS43OTIsMzI5LjMxMiA0NTUuNzkyLDI3OC42NzIgNDI0LjU0NCwyNDcuNDI0IEwgMTkxLjEwNCwxNi43MzYgQyAxNDcuNDU2LTI2LjkyOCA3Ni40MC0yNi45MjggMzIuNzM2LDE2LjczNiBDIC0xMC45MjgsNjAuNDAgLTEwLjkyOCwxMzEuNDcyIDMyLjczNiwxNzUuMTM2IEwgMjY2LjE3Niw0MDUuODA4IEMgMzIyLjQwLDQ2Mi4wNjQgNDEzLjU4NCw0NjIuMDY0IDQ2OS44MDgsNDA1LjgwOCBaIiBkYXRhLXRhZ3M9ImNsaXAiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDJhOyIgZD0iTSA1MDIuNDAsMzAwLjgwbC00OC4wMCw2My45NjhjLTEuODcyLDIuNTEyLTQuMDk2LDQuNjg4LTYuNDAsNi43NjhMIDQ0OC4wMCw0NDguMDAgYzAuMDAsMTcuNjY0LTE0LjMzNiwzMi4wMC0zMi4wMCwzMi4wMEwgOTYuMDAsNDgwLjAwIAoJQyA3OC4zMiw0ODAuMDAsIDY0LjAwLDQ2NS42NjQsIDY0LjAwLDQ0OC4wMGwwLjAwLTc2LjQ4IEMgNjEuNjk2LDM2OS40NTYsIDU5LjQ3MiwzNjcuMjk2LCA1Ny42MCwzNjQuODBsLTQ3Ljk4NC02My45ODRDIDMuNDA4LDI5Mi41NiwwLjAwLDI4Mi4zMzYsMC4wMCwyNzIuMDBsMC4wMC0xNi4wMCBjMC4wMC0yNi40NjQsIDIxLjUzNi00OC4wMCwgNDguMDAtNDguMDBsMC4wMCwwLjAwIGwwLjAwLTIwOC4wMCAKCWMwLjAwLTE3LjY2NCwgMTQuMzM2LTMyLjAwLCAzMi4wMC0zMi4wMGwgMzUyLjAwLDAuMDAgYyAxNy42NjQsMC4wMCwgMzIuMDAsMTQuMzM2LCAzMi4wMCwzMi4wMEwgNDY0LjAwLDIwOC4wMCBsMC4wMCwwLjAwYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMGwwLjAwLDE2LjAwIEMgNTEyLjAwLDI4Mi4zMzYsIDUwOC41OTIsMjkyLjU2LCA1MDIuNDAsMzAwLjgweiBNIDQxNi4wMCw0NDguMDBsMC4wMC02NC4wMCBMIDk2LjAwLDM4NC4wMCBsMC4wMCwwLjAwIEwgOTYuMDAsNDQ4LjAwIEwgNDE2LjAwLDQ0OC4wMCB6CgkgTSAxNjMuMDg4LDI0MC4wMEwgOTYuMDY0LDI0MC4wMCBsIDY0LjAwLDExMi4wMGwgMzUuMDI0LDAuMDAgTCAxNjMuMDg4LDI0MC4wMHogTSAyMTEuNzQ0LDM1Mi4wMEwgMjQ4LjAwLDM1Mi4wMCBsMC4wMC0xMTIuMDAgbC02OC4yNTYsMC4wMCBMIDIxMS43NDQsMzUyLjAweiBNIDI2NC4wMCwzNTIuMDBsIDM2LjI1NiwwLjAwIGwgMzIuMDAtMTEyLjAwTCAyNjQuMDAsMjQwLjAwIEwgMjY0LjAwLDM1Mi4wMCB6IE0gMzE2Ljg4LDM1Mi4wMGwgMzUuMDI0LDAuMDAgbCA2NC4wMC0xMTIuMDBsLTY3LjAyNCwwLjAwIAoJTCAzMTYuODgsMzUyLjAweiBNIDMyLjAwLDI1Ni4wMGwwLjAwLDE2LjAwIGMwLjAwLDMuNDcyLCAxLjEyLDYuODMyLCAzLjIwLDkuNjBsIDQ4LjAwLDY0LjAwQyA4Ni4yMjQsMzQ5LjYzMiwgOTAuOTYsMzUyLjAwLCA5Ni4wMCwzNTIuMDBsIDQ1LjYzMiwwLjAwIGwtNjQuMDAtMTEyLjAwTCA0OC4wMCwyNDAuMDAgQyAzOS4xNjgsMjQwLjAwLCAzMi4wMCwyNDcuMTUyLCAzMi4wMCwyNTYuMDB6IE0gMzIwLjAwLDAuMDBsLTEyMC4wMCwwLjAwIEwgMjAwLjAwLDE2MC4wMCAKCUwgMzIwLjAwLDE2MC4wMCBMIDMyMC4wMCwwLjAwIHogTSA0MzIuMDAsMC4wMGwtOTYuMDAsMC4wMCBMIDMzNi4wMCwxNjAuMDAgYzAuMDAsOC44NDgtNy4xODQsMTYuMDAtMTYuMDAsMTYuMDBsLTEyMC4wMCwwLjAwIGMtOC44MzIsMC4wMC0xNi4wMC03LjE1Mi0xNi4wMC0xNi4wMGwwLjAwLTE2MC4wMCBMIDgwLjAwLDAuMDAgTCA4MC4wMCwyMDguMDAgbCAzNTIuMDAsMC4wMCBMIDQzMi4wMCwwLjAwIHogTSA0ODAuMDAsMjU2LjAwYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBsLTI5LjY2NCwwLjAwIGwtNjQuMDAsMTEyLjAwTCA0MTYuMDAsMzUyLjAwIGwwLjAwLDAuMDAKCWMgNS4wMjQsMC4wMCwgOS43NzYtMi4zNjgsIDEyLjc4NC02LjQwbCA0OC4wMC02NC4wMEMgNDc4Ljg4LDI3OC44MzIsIDQ4MC4wMCwyNzUuNDcyLCA0ODAuMDAsMjcyLjAwTCA0ODAuMDAsMjU2LjAwIHoiIGRhdGEtdGFncz0ic2hvcCIgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGUwMmI7IiBkPSJNIDQ2OS4zNDQsNDMyLjAwTCA0MDAuMDAsNDMyLjAwIEwgNDAwLjAwLDQ2NC4wMCBjMC4wMCw4Ljg0OC03LjE1MiwxNi4wMC0xNi4wMCwxNi4wMHMtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC0zMi4wMCBsLTk2LjAwLDAuMDAgTCAyNzIuMDAsNDY0LjAwIGMwLjAwLDguODQ4LTcuMTY4LDE2LjAwLTE2LjAwLDE2LjAwcy0xNi4wMC03LjE1Mi0xNi4wMC0xNi4wMGwwLjAwLTMyLjAwIEwgMTQ0LjAwLDQzMi4wMCBMIDE0NC4wMCw0NjQuMDAgCgkJYzAuMDAsOC44NDgtNy4xNjgsMTYuMDAtMTYuMDAsMTYuMDBTIDExMi4wMCw0NzIuODQ4LCAxMTIuMDAsNDY0LjAwbDAuMDAtMzIuMDAgTCA0Mi42NzIsNDMyLjAwIEMgMTkuMTA0LDQzMi4wMCwwLjAwLDQxMi45MTIsMC4wMCwzODkuMzQ0bDAuMDAtMzc4LjY3MiBDMC4wMC0xMi44OTYsIDE5LjEwNC0zMi4wMCwgNDIuNjcyLTMyLjAwbCA0MjYuNjcyLDAuMDAgCgkJQyA0OTIuOTEyLTMyLjAwLCA1MTIuMDAtMTIuODk2LCA1MTIuMDAsMTAuNjcyTCA1MTIuMDAsMzg5LjM0NCBDIDUxMi4wMCw0MTIuOTEyLCA0OTIuOTEyLDQzMi4wMCwgNDY5LjM0NCw0MzIuMDB6IE0gNDgwLjAwLDEwLjY3MkMgNDgwLjAwLDQuNzg0LCA0NzUuMjE2LDAuMDAsIDQ2OS4zNDQsMC4wMEwgNDIuNjcyLDAuMDAgCgkJQyAzNi43ODQsMC4wMCwgMzIuMDAsNC43ODQsIDMyLjAwLDEwLjY3MkwgMzIuMDAsMzg5LjM0NCBDIDMyLjAwLDM5NS4yMTYsIDM2Ljc4NCw0MDAuMDAsIDQyLjY3Miw0MDAuMDBMIDExMi4wMCw0MDAuMDAgbDAuMDAtMzIuMDAgYzAuMDAtOC44NDgsIDcuMTY4LTE2LjAwLCAxNi4wMC0xNi4wMHMgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwTCAxNDQuMDAsNDAwLjAwIGwgOTYuMDAsMC4wMCBsMC4wMC0zMi4wMCBjMC4wMC04Ljg0OCwgNy4xNjgtMTYuMDAsIDE2LjAwLTE2LjAwCgkJcyAxNi4wMCw3LjE1MiwgMTYuMDAsMTYuMDBMIDI3Mi4wMCw0MDAuMDAgbCA5Ni4wMCwwLjAwIGwwLjAwLTMyLjAwIGMwLjAwLTguODQ4LCA3LjE1Mi0xNi4wMCwgMTYuMDAtMTYuMDBzIDE2LjAwLDcuMTUyLCAxNi4wMCwxNi4wMEwgNDAwLjAwLDQwMC4wMCBsIDY5LjM0NCwwLjAwIEMgNDc1LjIxNiw0MDAuMDAsIDQ4MC4wMCwzOTUuMjE2LCA0ODAuMDAsMzg5LjM0NEwgNDgwLjAwLDEwLjY3MiB6TSAxMTIuMDAsMjg4LjAwTCAxNzYuMDAsMjg4LjAwTCAxNzYuMDAsMjQwLjAwTCAxMTIuMDAsMjQwLjAwek0gMTEyLjAwLDIwOC4wMEwgMTc2LjAwLDIwOC4wMEwgMTc2LjAwLDE2MC4wMEwgMTEyLjAwLDE2MC4wMHpNIDExMi4wMCwxMjguMDBMIDE3Ni4wMCwxMjguMDBMIDE3Ni4wMCw4MC4wMEwgMTEyLjAwLDgwLjAwek0gMjI0LjAwLDEyOC4wMEwgMjg4LjAwLDEyOC4wMEwgMjg4LjAwLDgwLjAwTCAyMjQuMDAsODAuMDB6TSAyMjQuMDAsMjA4LjAwTCAyODguMDAsMjA4LjAwTCAyODguMDAsMTYwLjAwTCAyMjQuMDAsMTYwLjAwek0gMjI0LjAwLDI4OC4wMEwgMjg4LjAwLDI4OC4wMEwgMjg4LjAwLDI0MC4wMEwgMjI0LjAwLDI0MC4wMHpNIDMzNi4wMCwxMjguMDBMIDQwMC4wMCwxMjguMDBMIDQwMC4wMCw4MC4wMEwgMzM2LjAwLDgwLjAwek0gMzM2LjAwLDIwOC4wMEwgNDAwLjAwLDIwOC4wMEwgNDAwLjAwLDE2MC4wMEwgMzM2LjAwLDE2MC4wMHpNIDMzNi4wMCwyODguMDBMIDQwMC4wMCwyODguMDBMIDQwMC4wMCwyNDAuMDBMIDMzNi4wMCwyNDAuMDB6IiBkYXRhLXRhZ3M9ImNhbGVuZGFyIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyYzsiIGQ9Ik0gMjU2LjAwLDE2MC4wMEEzMi4wMCwzMi4wMCAxODAuMDAgMSwwIDMyMC4wMCwxNjBBMzIuMDAsMzIuMDAgMTgwLjAwIDEsMCAyNTYuMDAsMTYwek0gNDY0LjAxNiwyNzIuMDBDIDQ2NC4wMCwyNzIuMDAsIDQ2NC4wMCwyNzIuMDAsIDQ2NC4wMTYsMjcyLjAwTCA0NjQuMDAsMzY4LjAwTCA0NjQuMDAsMzc2LjAwIEwgNDY0LjAwLDQxNi4wMCBjMC4wMCwyNi41MTItMjEuNTA0LDQ4LjAwLTQ4LjAwLDQ4LjAwbC02NC4wMCwwLjAwIEwgODguMDAsNDY0LjAwIEMgMzkuNDcyLDQ2NC4wMCwwLjAwLDQyNC41MTIsMC4wMCwzNzYuMDBsMC4wMC0zMjAuMDAgCgkJQzAuMDAsNy40ODgsIDM5LjQ3Mi0zMi4wMCwgODguMDAtMzIuMDBsIDI4OC4wMCwwLjAwIGMgNDguNTEyLDAuMDAsIDg4LjAwLDM5LjQ4OCwgODguMDAsODguMDBMIDQ2NC4wMCw4MC4wMCBjMC4wMCwwLjAwLDAuMDAsMC4wMCwgMC4wMTYsMC4wMEMgNTI3Ljk4NCwxMjguMDE2LCA1MjcuOTg0LDIyMy45ODQsIDQ2NC4wMTYsMjcyLjAweiBNIDg4LjAwLDQzMi4wMEwgMzUyLjAwLDQzMi4wMCBsIDY0LjAwLDAuMDAgCgkJYyA4LjgxNiwwLjAwLCAxNi4wMC03LjE2OCwgMTYuMDAtMTYuMDBsMC4wMC00MC4wMCBMIDQzMi4wMCwzNjguMDAgbDAuMDAtNTAuOTQ0IEMgNDI2Ljk3NiwzMTguODQ4LCA0MjEuNjMyLDMyMC4wMCwgNDE2LjAwLDMyMC4wMGwtMC4wMTYsMC4wMCBMIDQxNS45ODQsMzM2LjAwIEwgNDE1Ljk4NCwzNjguMDAgTCA0MTUuOTg0LDQwMC4wMCBjMC4wMCw4Ljg0OC03LjE2OCwxNi4wMC0xNi4wMCwxNi4wMGwtMzM2LjAwLDAuMDAgYy04LjgzMiwwLjAwLTE2LjAwLTcuMTUyLTE2LjAwLTE2LjAwbDAuMDAtMzIuMDAgCgkJbDAuMDAtMzEuMDg4IEMgMzguMTEyLDM0Ny4wMDgsIDMyLjAwLDM2MC43NjgsIDMyLjAwLDM3Ni4wMEMgMzIuMDAsNDA2LjkyOCwgNTcuMDU2LDQzMi4wMCwgODguMDAsNDMyLjAweiBNIDM5OS45ODQsMzg0LjAwbC0zMzYuMDAsMC4wMCBMIDYzLjk4NCw0MDAuMDAgbCAzMzYuMDAsMC4wMCBMIDM5OS45ODQsMzg0LjAwIHogTSAzOTkuOTg0LDM2OC4wMGwwLjAwLTE2LjAwIGwtMzM2LjAwLDAuMDAgTCA2My45ODQsMzY4LjAwIEwgMzk5Ljk4NCwzNjguMDAgeiBNIDM5OS45ODQsMzM2LjAwbDAuMDAtMTYuMDAgTCAzNTIuMDAsMzIwLjAwIEwgODguMDAsMzIwLjAwIAoJCWMtOC42NCwwLjAwLTE2LjcwNCwyLjExMi0yNC4wMCw1LjYwTCA2NC4wMCwzMzYuMDAgTCAzOTkuOTg0LDMzNi4wMCB6IE0gNDMyLjAwLDU2LjAwYzAuMDAtMzAuOTI4LTI1LjA3Mi01Ni4wMC01Ni4wMC01Ni4wMGwtMjg4LjAwLDAuMDAgQyA1Ny4wNTYsMC4wMCwgMzIuMDAsMjUuMDcyLCAzMi4wMCw1Ni4wMEwgMzIuMDAsMzA4LjE3NiAKCQlDIDQ3LjIxNiwyOTUuNTg0LCA2Ni43MzYsMjg4LjAwLCA4OC4wMCwyODguMDBMIDM1Mi4wMCwyODguMDAgbCA2NC4wMCwwLjAwIGMgOC44MTYsMC4wMCwgMTYuMDAtNy4xNjgsIDE2LjAwLTE2LjAwbDAuMDAtMzIuMDAgbC0xNDQuMDAsMC4wMCBjLTQ0LjE5MiwwLjAwLTgwLjAwLTM1LjgwOC04MC4wMC04MC4wMHMgMzUuODI0LTgwLjAwLCA4MC4wMC04MC4wMGwgMTQ0LjAwLDAuMDAgTCA0MzIuMDAsNTYuMDAgeiBNIDQ1Mi40MzIsMTEyLjAwTCAyODguMDAsMTEyLjAwIAoJCWMtMjYuNDY0LDAuMDAtNDguMDAsMjEuNTM2LTQ4LjAwLDQ4LjAwcyAyMS41MzYsNDguMDAsIDQ4LjAwLDQ4LjAwbCAxNDQuMDAsMC4wMCBjIDkuODcyLDAuMTI4LCAxOS42NjQsNC45MTIsIDI1LjYzMiwxMi44NjRjIDEuNjY0LDIuMjQsIDIuOTYsNC43NTIsIDQuMDAsNy4zNzYKCQljIDAuMTQ0LDAuMzUyLCAwLjQwLDAuNjI0LCAwLjUyOCwwLjk5MkMgNDczLjY2NCwyMTQuMTQ0LCA0ODAuMDAsMTk1LjY0OCwgNDgwLjAwLDE3Ni4wMEMgNDgwLjAwLDE1MS4zOTIsIDQ3MC4wNjQsMTI4LjU2LCA0NTIuNDMyLDExMi4wMHoiIGRhdGEtdGFncz0idmFsbGV0IiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyZDsiIGQ9Ik0gMzUxLjIxNiw0NjEuNjBjLTEzMS4yMzIsNTIuNTQ0LTI4MC4yNC0xMS4yMzItMzMyLjgwLTE0Mi40OAoJCWMtNTIuNTc2LTEzMS4yNjQsIDExLjIzMi0yODAuMjg4LCAxNDIuNDgtMzMyLjgzMmMgMTMxLjI0OC01Mi41NiwgMjgwLjI1NiwxMS4yMzIsIDMzMi44MTYsMTQyLjQ4QyA1NDYuMjg4LDI2MC4wMzIsIDQ4Mi40NjQsNDA5LjAyNCwgMzUxLjIxNiw0NjEuNjB6CgkJIE0gMTcyLjgwLDE1Ljk4NEMgNTguMTQ0LDYxLjkwNCwgMi4yMDgsMTkyLjUyOCwgNDguMTEyLDMwNy4yMGMgNDUuOTIsMTE0LjY1NiwgMTc2LjU2LDE3MC42MDgsIDI5MS4yMzIsMTI0LjY3MmMgMTE0LjY1Ni00NS45MDQsIDE3MC41OTItMTc2LjU0NCwgMTI0LjY4OC0yOTEuMjAKCQlDIDQxOC4wOTYsMjYuMDAsIDI4Ny40NzItMjkuOTIsIDE3Mi44MCwxNS45ODR6TSAyNjcuOTg0LDI1My42NDhjLTE2LjQwLDYuNTc2LTM1LjA0LTEuNDA4LTQxLjYxNi0xNy44MDgKCQlzIDEuNDA4LTM1LjAyNCwgMTcuNzkyLTQxLjYwYyAxNi40MC02LjU3NiwgMzUuMDU2LDEuNDA4LCA0MS42MTYsMTcuNzkyQyAyOTIuMzM2LDIyOC40MzIsIDI4NC4zNjgsMjQ3LjA1NiwgMjY3Ljk4NCwyNTMuNjQ4eiBNIDI1MC4xMTIsMjA5LjA3MgoJCWMtOC4xOTIsMy4yOTYtMTIuMTc2LDEyLjYwOC04LjkxMiwyMC44MTZjIDMuMjk2LDguMTkyLCAxMi42MjQsMTIuMTc2LCAyMC44MTYsOC45MTJjIDguMTc2LTMuMjgsIDEyLjE2LTEyLjYwOCwgOC44OTYtMjAuODE2CgkJQyAyNjcuNjMyLDIwOS43OTIsIDI1OC4zMDQsMjA1LjgwOCwgMjUwLjExMiwyMDkuMDcyek0gMjkxLjc0NCwzMTMuMDRjLTQ5LjIxNiwxOS43MTItMTA1LjA4OC00LjIyNC0xMjQuODAtNTMuNDI0CgkJYy0xOS43MTItNDkuMjE2LCA0LjIyNC0xMDUuMDg4LCA1My40MjQtMTI0LjgwYyA0OS4yMTYtMTkuNzEyLCAxMDUuMDg4LDQuMjA4LCAxMjQuODAsNTMuNDI0UyAzNDAuOTc2LDI5My4zNDQsIDI5MS43NDQsMzEzLjA0eiBNIDIzMi4yODgsMTY0LjUyOAoJCWMtMzIuNzY4LDEzLjEwNC00OC43MzYsNTAuNDQ4LTM1LjYzMiw4My4yMGMgMTMuMTIsMzIuNzUyLCA1MC40MzIsNDguNzM2LCA4My4xODQsMzUuNjMyYyAzMi43ODQtMTMuMTIsIDQ4Ljc1Mi01MC40NjQsIDM1LjY2NC04My4yMTYKCQlDIDMwMi4zNjgsMTY3LjM5MiwgMjY1LjA0LDE1MS4zOTIsIDIzMi4yODgsMTY0LjUyOHpNIDM3NC45MTIsMTc2LjM1MiBMIDM3NC44OCwxNzYuMzUyIEMgMzYxLjgwOCwxNDMuNzI4IDMzNi43NTIsMTE5LjQ1NiAzMDYuNzg0LDEwNi40OTYgQyAzMDYuNjcyLDEwNi40NDggMzA2LjYwOCwxMDYuMzIgMzA2LjQ0OCwxMDYuMjU2IEMgMzAyLjM4NCwxMDQuNTI4IDI5Ny42OTYsMTA2LjQwIDI5NS45NTIsMTEwLjQ4IEMgMjk0LjIwOCwxMTQuNTI4IDI5Ni4xMTIsMTE5LjIzMiAzMDAuMTQ0LDEyMC45NiBDIDMyNi40OCwxMzIuMjQgMzQ4LjU0NCwxNTMuNTY4IDM2MC4wNDgsMTgyLjMwNCBMIDM2MC4wNDgsMTgyLjI4OCBDIDM2MS42OTYsMTg2LjQwIDM2Ni4zNTIsMTg4LjQwIDM3MC40NDgsMTg2LjczNiBDIDM3NC41NDQsMTg1LjEwNCAzNzYuNTQ0LDE4MC40NDggMzc0LjkxMiwxNzYuMzUyIFpNIDQyOS44NCwxNjIuOTc2IEMgNDMzLjkzNiwxNjEuMzI4IDQzNS45MzYsMTU2LjY3MiA0MzQuMzA0LDE1Mi41NzYgQyA0MTQuNzA0LDEwMy42NDggMzc3LjA4OCw2Ny4yMTYgMzMyLjE0NCw0Ny44MDggQyAzMzEuOTUyLDQ3LjcyOCAzMzEuODA4LDQ3LjU1MiAzMzEuNjE2LDQ3LjQ1NiBDIDMyNy41NTIsNDUuNzI4IDMyMi44NjQsNDcuNTg0IDMyMS4xMiw1MS42NjQgQyAzMTkuMzc2LDU1LjcyOCAzMjEuMjgsNjAuNDMyIDMyNS4zMTIsNjIuMTYgQyAzNjYuNzIsNzkuODg4IDQwMS4zNzYsMTEzLjQwOCA0MTkuNDQsMTU4LjUyOCBDIDQyMS4wODgsMTYyLjYyNCA0MjUuNzQ0LDE2NC42MjQgNDI5Ljg0LDE2Mi45NzYgWk0gNDAwLjEyOCwxNzQuODY0IEMgNDA0LjIyNCwxNzMuMjE2IDQwNi4yMjQsMTY4LjU2IDQwNC41OTIsMTY0LjQ2NCBDIDM4OC4yNTYsMTIzLjY4IDM1Ni45MTIsOTMuMzQ0IDMxOS40NzIsNzcuMTY4IEMgMzE5LjI5Niw3Ny4wNzIgMzE5LjIwLDc2LjkyOCAzMTkuMDQsNzYuODQ4IEMgMzE0Ljk3Niw3NS4xMiAzMTAuMjg4LDc2Ljk5MiAzMDguNTQ0LDgxLjA1NiBDIDMwNi44MCw4NS4xMiAzMDguNzA0LDg5LjgyNCAzMTIuNzY4LDkxLjU2OCBMIDMxMi43MzYsOTEuNTY4IEMgMzQ2LjY0LDEwNi4wOCAzNzQuOTc2LDEzMy40ODggMzg5LjcyOCwxNzAuNDE2IEMgMzkxLjM3NiwxNzQuNTI4IDM5Ni4wMzIsMTc2LjUxMiA0MDAuMTI4LDE3NC44NjQgWk0gMjE2LjIwOCwzMzcuNDA4IEMgMjE3Ljk1MiwzMzMuMzI4IDIxNi4wNjQsMzI4LjY0IDIxMi4wMCwzMjYuODggQyAxODUuNjY0LDMxNS42MTYgMTYzLjYwLDI5NC4yNzIgMTUyLjExMiwyNjUuNTY4IEwgMTUyLjA5NiwyNjUuNTY4IEMgMTUwLjQ2NCwyNjEuNDcyIDE0NS44MDgsMjU5LjQ3MiAxNDEuNjk2LDI2MS4xMiBDIDEzNy42MCwyNjIuNzY4IDEzNS42MCwyNjcuNDA4IDEzNy4yNDgsMjcxLjUyIEwgMTM3LjI2NCwyNzEuNTIgQyAxNTAuMzIsMzA0LjEyOCAxNzUuMzkyLDMyOC40MTYgMjA1LjM2LDM0MS4zNzYgQyAyMDUuNDcyLDM0MS40MjQgMjA1LjU1MiwzNDEuNTUyIDIwNS42OTYsMzQxLjYwIEMgMjA5Ljc2LDM0My4zNDQgMjE0LjQ2NCwzNDEuNDg4IDIxNi4yMDgsMzM3LjQwOCBaTSAxOTEuMDA4LDM5Ni4yNCBDIDE5Mi43NTIsMzkyLjE3NiAxOTAuODY0LDM4Ny40ODggMTg2LjgxNiwzODUuNzI4IEMgMTQ1LjQwOCwzNjguMDAgMTEwLjc2OCwzMzQuNDggOTIuNjg4LDI4OS4zNzYgQyA5MS4wNCwyODUuMjY0IDg2LjM4NCwyODMuMjggODIuMjg4LDI4NC45MjggQyA3OC4xNzYsMjg2LjU2IDc2LjE3NiwyOTEuMjE2IDc3Ljg0LDI5NS4zNDQgQyA5Ny40NCwzNDQuMjcyIDEzNS4wNCwzODAuNjg4IDE4MC4wMCw0MDAuMTEyIEMgMTgwLjE2LDQwMC4xOTIgMTgwLjMwNCw0MDAuMzY4IDE4MC40OTYsNDAwLjQ0OCBDIDE4NC41Niw0MDIuMTc2IDE4OS4yNjQsNDAwLjMwNCAxOTEuMDA4LDM5Ni4yNCBaTSAxOTkuMzkyLDM1Ni4zMzYgTCAxOTkuMzkyLDM1Ni4yODggQyAxNjUuNTIsMzQxLjc5MiAxMzcuMTY4LDMxNC4zNjggMTIyLjQwLDI3Ny40NCBDIDEyMC43NTIsMjczLjMyOCAxMTYuMDk2LDI3MS4zNiAxMTIuMDAsMjcyLjk5MiBDIDEwNy45MiwyNzQuNjU2IDEwNS45MDQsMjc5LjI5NiAxMDcuNTY4LDI4My40MDggQyAxMjMuODg4LDMyNC4xNzYgMTU1LjIzMiwzNTQuNTQ0IDE5Mi42ODgsMzcwLjczNiBDIDE5Mi44NDgsMzcwLjgwIDE5Mi45NDQsMzcwLjk2IDE5My4xMDQsMzcxLjAyNCBDIDE5Ny4xNjgsMzcyLjc2OCAyMDEuODcyLDM3MC44OCAyMDMuNjE2LDM2Ni44MzIgQyAyMDUuMzYsMzYyLjc1MiAyMDMuNDU2LDM1OC4wNjQgMTk5LjQwOCwzNTYuMzM2IFoiIGRhdGEtdGFncz0idnluaWwiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hlMDJlOyIgZD0iTSAzOTcuMzEyLDI5Ni44OEMgMzk0LjMzNiwzMDEuMzI4LCAzODkuMzQ0LDMwNC4wMCwgMzg0LjAwLDMwNC4wMGwtMTYuMDAsMC4wMCBjLTguODQ4LDAuMDAtMTYuMDAtNy4xNTItMTYuMDAtMTYuMDBsMC4wMC05Ni4wMCBjMC4wMC04Ljg0OCwgNy4xNTItMTYuMDAsIDE2LjAwLTE2LjAwbCA2NC4wMCwwLjAwIAoJCWMgOC44NDgsMC4wMCwgMTYuMDAsNy4xNTIsIDE2LjAwLDE2LjAwbDAuMDAsMjQuMDAgYzAuMDAsMy4xNTItMC45NDQsNi4yNTYtMi42ODgsOC44OEwgMzk3LjMxMiwyOTYuODh6IE0gNDMyLjAwLDE5Mi4wMGwtNjQuMDAsMC4wMCBsMC4wMCw5Ni4wMCBsIDE2LjAwLDAuMDAgbCA0OC4wMC03Mi4wMEwgNDMyLjAwLDE5Mi4wMCB6TSA1MDMuOTM2LDIzNC42MjRsLTY0LjAwLDk2LjAwQyA0MzEuMDA4LDM0NC4wMTYsIDQxNi4wNjQsMzUyLjAwLCA0MDAuMDAsMzUyLjAwbC02NC4wMCwwLjAwIEwgMzM2LjAwLDM4NC4wMCBjMC4wMCwyNi40NjQtMjEuNTM2LDQ4LjAwLTQ4LjAwLDQ4LjAwTCA0OC4wMCw0MzIuMDAgQyAyMS41MzYsNDMyLjAwLDAuMDAsNDEwLjQ2NCwwLjAwLDM4NC4wMGwwLjAwLTE3Ni4wMCAKCQljMC4wMC0yNi40NjQsIDIxLjUzNi00OC4wMCwgNDguMDAtNDguMDBsMC4wMCwwLjAwIGwwLjAwLTQ4LjAwIGMwLjAwLTI2LjQ2NCwgMjEuNTM2LTQ4LjAwLCA0OC4wMC00OC4wMGwgMTguMjcyLDAuMDAgYyA3LjE1Mi0yNy41MzYsIDMyLjAwLTQ4LjAwLCA2MS43NDQtNDguMDBjIDI5LjcxMiwwLjAwLCA1NC41NiwyMC40NjQsIDYxLjcxMiw0OC4wMGwgODQuNTEyLDAuMDAgCgkJYyA3LjE1Mi0yNy41MzYsIDMyLjAwLTQ4LjAwLCA2MS43NDQtNDguMDBjIDI5LjcxMiwwLjAwLCA1NC41NiwyMC40NjQsIDYxLjcxMiw0OC4wMEwgNDY0LjAwLDY0LjAwIGMgMjYuNDY0LDAuMDAsIDQ4LjAwLDIxLjUzNiwgNDguMDAsNDguMDBsMC4wMCw5Ni4wMCBDIDUxMi4wMCwyMTcuNTA0LCA1MDkuMjE2LDIyNi43MiwgNTAzLjkzNiwyMzQuNjI0eiBNIDQ4LjAwLDE5Mi4wMAoJCWMtOC44MzIsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMEwgMzIuMDAsMzg0LjAwIGMwLjAwLDguODQ4LCA3LjE2OCwxNi4wMCwgMTYuMDAsMTYuMDBsIDI0MC4wMCwwLjAwIGMgOC44NDgsMC4wMCwgMTYuMDAtNy4xNTIsIDE2LjAwLTE2LjAwbDAuMDAtMzIuMDAgbDAuMDAtMzIuMDAgbDAuMDAtMTEyLjAwIGMwLjAwLTguODQ4LTcuMTUyLTE2LjAwLTE2LjAwLTE2LjAwTCA0OC4wMCwxOTIuMDAgeiBNIDE3Ni4wMTYsNDguMDAKCQljLTE3LjY4LDAuMDAtMzIuMDAsMTQuMzM2LTMyLjAwLDMyLjAwcyAxNC4zMiwzMi4wMCwgMzIuMDAsMzIuMDBjIDE3LjY2NCwwLjAwLCAzMi4wMC0xNC4zMzYsIDMyLjAwLTMyLjAwUyAxOTMuNjY0LDQ4LjAwLCAxNzYuMDE2LDQ4LjAweiBNIDM4NC4wMCw0OC4wMGMtMTcuNjgsMC4wMC0zMi4wMCwxNC4zMzYtMzIuMDAsMzIuMDBzIDE0LjMyLDMyLjAwLCAzMi4wMCwzMi4wMAoJCWMgMTcuNjY0LDAuMDAsIDMyLjAwLTE0LjMzNiwgMzIuMDAtMzIuMDBTIDQwMS42NjQsNDguMDAsIDM4NC4wMCw0OC4wMHogTSA0ODAuMDAsMTEyLjAwYzAuMDAtOC44NDgtNy4xNTItMTYuMDAtMTYuMDAtMTYuMDBsLTE4LjI4OCwwLjAwIGMtNy4xNTIsMjcuNTM2LTMyLjAwLDQ4LjAwLTYxLjcxMiw0OC4wMGMtMjkuNzQ0LDAuMDAtNTQuNTkyLTIwLjQ2NC02MS43NDQtNDguMDAKCQlsLTg0LjUxMiwwLjAwIGMtNy4xNTIsMjcuNTM2LTMyLjAwLDQ4LjAwLTYxLjcxMiw0OC4wMGMtMjkuNzQ0LDAuMDAtNTQuNTkyLTIwLjQ2NC02MS43NDQtNDguMDBMIDk2LjAwLDk2LjAwIGMtOC44MzIsMC4wMC0xNi4wMCw3LjE1Mi0xNi4wMCwxNi4wMGwwLjAwLDQ4LjAwIGwgMjA4LjAwLDAuMDAgYyAyNi40NjQsMC4wMCwgNDguMDAsMjEuNTM2LCA0OC4wMCw0OC4wMGwwLjAwLDExMi4wMCBsIDY0LjAwLDAuMDAgCgkJYyA1LjM0NCwwLjAwLCAxMC4zMzYtMi42NzIsIDEzLjMxMi03LjEybCA2NC4wMC05Ni4wMEMgNDc5LjA1NiwyMTQuMjU2LCA0ODAuMDAsMjExLjE1MiwgNDgwLjAwLDIwOC4wMEwgNDgwLjAwLDExMi4wMCB6IiBkYXRhLXRhZ3M9InRydWNrIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZTAyZjsiIGQ9Ik0gMjQ4LjAwLDQ4MC4wMEMgMTExLjAyNCw0ODAuMDAsMC4wMCwzNjguOTc2LDAuMDAsMjMyLjAwUyAxMTEuMDI0LTE2LjAwLCAyNDguMDAtMTYuMDBTIDQ5Ni4wMCw5NS4wMjQsIDQ5Ni4wMCwyMzIuMDBTIDM4NC45NzYsNDgwLjAwLCAyNDguMDAsNDgwLjAweiBNIDQ2My42MCwyNDAuMDAKCWwtOTUuOTM2LDAuMDAgYy0wLjg4LDM1LjQ0LTcuMTg0LDY5LjI5Ni0xOC4zNjgsMTAwLjI4OGMgMjEuNjAsOS4wMDgsIDQxLjU2OCwyMC45OTIsIDU5Ljc3NiwzNS4xNTJDIDQ0MS40NCwzMzkuMTA0LCA0NjEuNjgsMjkxLjkyLCA0NjMuNjAsMjQwLjAwegoJIE0gMjM5LjE1MiwxNi40NDhjLTI2LjU5MiwyMi4xNDQtNDguODk2LDUwLjg5Ni02NS4yMTYsODQuMjg4YyAyMC45NDQsNi41NDQsIDQzLjEzNiwxMC4xMjgsIDY2LjA2NCwxMC44NjRsMC4wMC05NS4xODQgCglDIDIzOS43MTIsMTYuNDE2LCAyMzkuNDQsMTYuNDMyLCAyMzkuMTUyLDE2LjQ0OHogTSAyNTYuODE2LDQ0Ny41NTJjIDMwLjE3Ni0yNS4xMiwgNTQuODAtNTguNzY4LCA3MS40NTYtOTguMDE2Yy0yMi44MTYtNy43OTItNDcuMDU2LTEyLjMyLTcyLjI4OC0xMy4xMgoJTCAyNTUuOTg0LDQ0Ny42MCBDIDI1Ni4yODgsNDQ3LjU4NCwgMjU2LjU0NCw0NDcuNTY4LCAyNTYuODE2LDQ0Ny41NTJ6IE0gMjgzLjQ3Miw0NDQuODMyYyA0NC4xNi03LjM0NCwgODMuNzc2LTI3Ljk2OCwgMTE0LjYyNC01Ny44MjQKCWMtMTYuNzUyLTEyLjg0OC0zNS4wNTYtMjMuNzI4LTU0Ljg0OC0zMS45NjhDIDMyOC42ODgsMzg5LjU1MiwgMzA4LjI1Niw0MjAuMDY0LCAyODMuNDcyLDQ0NC44MzJ6IE0gMjQwLjAwLDQ0Ny42MGwwLjAwLTExMS4xODQgCgljLTI1LjIzMiwwLjgxNi00OS40ODgsNS4zMjgtNzIuMjg4LDEzLjEyYyAxNi42NTYsMzkuMjQ4LCA0MS4yOCw3Mi44OTYsIDcxLjQ1Niw5OC4wMTZDIDIzOS40NTYsNDQ3LjU2OCwgMjM5LjcxMiw0NDcuNTg0LCAyNDAuMDAsNDQ3LjYweiBNIDE1Mi43MzYsMzU1LjAyNAoJYy0xOS43Niw4LjI0LTM4LjA4LDE5LjEyLTU0LjgzMiwzMS45NjhjIDMwLjgzMiwyOS44NTYsIDcwLjQ2NCw1MC40OCwgMTE0LjYyNCw1Ny44MjRDIDE4Ny43MjgsNDIwLjA2NCwgMTY3LjMxMiwzODkuNTUyLCAxNTIuNzM2LDM1NS4wMjR6IE0gMTYxLjY4LDMzNC43ODQKCUMgMTg2LjM1MiwzMjYuMjI0LCAyMTIuNjQsMzIxLjIzMiwgMjQwLjAwLDMyMC40MEwgMjQwLjAwLDI0MC4wMCBMIDE0NC4zMzYsMjQwLjAwIEMgMTQ1LjIwLDI3My41MDQsIDE1MS4xMzYsMzA1LjUyLCAxNjEuNjgsMzM0Ljc4NHogTSAyNDAuMDAsMjI0LjAwbDAuMDAtOTYuNDAgCgljLTI1LjIzMi0wLjc2OC00OS42MzItNC44OTYtNzIuNjI0LTEyLjMwNEMgMTUzLjUyLDE0OC4yODgsIDE0NS4zNDQsMTg1LjA0LCAxNDQuMzM2LDIyNC4wMEwgMjQwLjAwLDIyNC4wMCB6IE0gMjEyLjUyOCwxOS4xNjgKCWMtMzkuNTY4LDYuNTc2LTc1LjUwNCwyMy44MDgtMTA0LjcyLDQ4LjgzMmMgMTUuNzYsMTAuOTI4LCAzMi44MCwyMC4xNzYsIDUxLjAwOCwyNy4yMEMgMTcyLjc2OCw2Ni4yNzIsIDE5MS4wMjQsNDAuNTkyLCAyMTIuNTI4LDE5LjE2OHogTSAyNTYuMDAsMTYuNDAKCWwwLjAwLDk1LjE4NCBjIDIyLjkxMi0wLjczNiwgNDUuMTItNC4zMiwgNjYuMDY0LTEwLjg2NGMtMTYuMzM2LTMzLjM5Mi0zOC42MjQtNjIuMTQ0LTY1LjIxNi04NC4yODhDIDI1Ni41NzYsMTYuNDMyLCAyNTYuMjg4LDE2LjQxNiwgMjU2LjAwLDE2LjQwegoJIE0gMzM3LjE4NCw5NS4yMGMgMTguMTkyLTcuMDI0LCAzNS4yMTYtMTYuMjg4LCA1MS4wMDgtMjcuMjBjLTI5LjIxNi0yNS4wMDgtNjUuMTUyLTQyLjI1Ni0xMDQuNzItNDguODMyQyAzMDQuOTc2LDQwLjU5MiwgMzIzLjIxNiw2Ni4yNzIsIDMzNy4xODQsOTUuMjB6CgkgTSAzMjguNjI0LDExNS4yOTZjLTIzLjAwOCw3LjQwOC00Ny40MDgsMTEuNTM2LTcyLjYyNCwxMi4zMDRMIDI1Ni4wMCwyMjQuMDAgbCA5NS42NjQsMC4wMCBDIDM1MC42NTYsMTg1LjA0LCAzNDIuNDY0LDE0OC4yODgsIDMyOC42MjQsMTE1LjI5NnogTSAyNTYuMDAsMjQwLjAwTCAyNTYuMDAsMzIwLjQwIAoJYyAyNy4zNDQsMC44MzIsIDUzLjYzMiw1LjgwOCwgNzguMzIsMTQuMzY4YyAxMC41MjgtMjkuMjY0LCAxNi40NjQtNjEuMjgsIDE3LjM0NC05NC43ODRMIDI1Ni4wMCwyMzkuOTg0IHogTSA4Ni45NDQsMzc1LjQ0QyAxMDUuMTUyLDM2MS4yOCwgMTI1LjEyLDM0OS4yOTYsIDE0Ni43MDQsMzQwLjI4OAoJQyAxMzUuNTIsMzA5LjI5NiwgMTI5LjIxNiwyNzUuNDQsIDEyOC4zMzYsMjQwLjAwTCAzMi40MCwyNDAuMDAgQyAzNC4zMiwyOTEuOTIsIDU0LjU2LDMzOS4xMDQsIDg2Ljk0NCwzNzUuNDR6IE0gMzIuNDAsMjI0LjAwbCA5NS45MzYsMC4wMCAKCWMgMC45OTItNDAuODgsIDkuNTM2LTc5LjQ4OCwgMjQuMDQ4LTExNC4xOTJjLTIwLjI3Mi03LjkwNC0zOS4xNjgtMTguNDMyLTU2LjYwOC0zMC44OTZDIDU4LjIwOCwxMTYuMzA0LCAzNC40OTYsMTY3LjQyNCwgMzIuNDAsMjI0LjAweiBNIDQwMC4yMjQsNzguOTI4CgljLTE3LjQ0LDEyLjQ0OC0zNi4zMzYsMjIuOTkyLTU2LjYyNCwzMC44OTZjIDE0LjUyOCwzNC43MDQsIDIzLjA1Niw3My4zMTIsIDI0LjA2NCwxMTQuMTkybCA5NS45MzYsMC4wMCBDIDQ2MS41MDQsMTY3LjQyNCwgNDM3Ljc3NiwxMTYuMzA0LCA0MDAuMjI0LDc4LjkyOHoiIGRhdGEtdGFncz0id29ybGQiIC8+CjxnbHlwaCBjbGFzcz0iaGlkZGVuIiB1bmljb2RlPSImI3hmMDAwOyIgZD0iTTAsNDgwTCA1MTIgLTMyTDAgLTMyIHoiIGhvcml6LWFkdi14PSIwIiAvPgo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg==) format('svg'), url(data:font/ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWNFYKgAADwQAAAAHEdERUYAYQAGAAA78AAAACBPUy8yL7vcHwAAAVgAAABWY21hcOBz89MAAAKAAAABUmdhc3D//wADAAA76AAAAAhnbHlmzx00fAAABEAAADP8aGVhZPrbMjIAAADcAAAANmhoZWEEEQAUAAABFAAAACRobXR4YqoCXAAAAbAAAADQbG9jYTjZKywAAAPUAAAAam1heHAAhwD7AAABOAAAACBuYW1lrhGJrQAAODwAAAGVcG9zdKj+xwcAADnUAAACEgABAAAAAQAARrYAwV8PPPUACwIAAAAAAMzd+LsAAAAAzN34u////98CAQHgAAAACAACAAAAAAAAAAEAAAHg/98ALgIA///+AAIBAAEAAAAAAAAAAAAAAAAAAAA0AAEAAAA0APgAEQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4ADwAAHg/+AALgHgACGAAAABAAAAAAAAAgAAAAAAAAAAqgAAAgAAAAIAAAACAAABAgAAEgIAAAACAAAAAgAAIAIAAAECAAAAAgAAAAIAAAACAAAAAgAAAAIAAEACAABQAgAAAAIAAAACAAAAAgAAQAIAAAACAAAAAgAAAAIAACACAABQAgAAAAIAAAACAAAAAgAAEAIAAAACAABgAgAAAAIAAAACAAABAgAAIAIAAAQCAAAAAgAAAAIAAAACAAAAAgAAAQIAAFACAAAAAgAAAAIAAAACAAAAAgAAAgIAAAACAAAAAAAAAAAAAAMAAAADAAAAHAABAAAAAABMAAMAAQAAABwABAAwAAAACAAIAAIAAAAA4C/wAP//AAAAAOAA8AD//wAAIAMQMwABAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABOAKoA/gGkAiYCeAMkA3wD/ARGBW4F2gYmBpIHAAegCBYIeAjKCTIJjgn0Ck4KoAtuC7wMiA0IDagOXA6iD/oRKBGgEhYStBMiE+YU5BU6FdAWFhaeFzQXzBiSGToZ8Bn+AAAAAwAA//gCAQG4ABIAJAAwAAABLgEHJgYHBhQXFjMWMjc2NzY0DwEGLwEmNDc+AR8BNzYWFxYUJTIUIyIGFRQiNTQ2AdMrey0teystLbABDigOrwItRLELC7EkJCJgJBYWJGAiJP60CAgVHxAoAYwrAikpAistfS2vDg6tAi19k68MDK8jYyMiAiAUFCACIiNjeRAeFggIHCgAAAAAAgAAACACAAGQABkAPQAAAS4BIyIGByYjIgYVFBcOARUUFjMhMjY1NCYHISImNTQ3PgEnJjU0NjM2Fx4BPgE3PgEzMhYXHgEXHgEVFAYBnwZROCtGEQwKHioEGBw9KwEgMkY3Qf7gHiokEQQHAhcRCwsHCAcCBQ04ICtABAEHEh8oNAEON0suJgQqHgsLDjAcKz1GMixCxioeKRUJDBEHBREXAQUCAggFCh4jOisSBwQGMCAkNAAAAAIAAf/gAf8B0AAeADMAAAAmLwImIg8CDgEfAQcGFxYzMj8BFxYzMjc2LwE3BwYfAScmIg8BNzYvATc2PwEXFh8BAgUOFoY6Ci4KOoYWDhBhFgQTCQwJCXR0CQkMCRMEFmJ9DQMXdAgUCHQXAw1ihRQIOjoIFIUBAioDFHgVFXgUAyoPYocWDQcEPz8EBw0Wh2JJDRKHPwQEP4cSDWIUAhJ4eBIDEwAAAAoAEgAQAe4BoAASABoANgA+AEYASgBSAFoAYgBwAAABJiIHBgcGFxYXFjI3Njc2NCcmBwYnJjc2FxY3JicmIgcGBwYXFhcWFwYVFBYyNjU0JzY3Njc2BwYnJjc2FxYmMjY0JiIGFDYyFCIXMhQrASI0MzcyFCsBIjQzNzIUKwEiNDMnMhQjBwYPARQiPwE2NwFjQoJCCQMiIgMJQoJCCQMREQMMgH8hIX+AIW0FF2nSaRYFJSUFFjA1A0JcQgM1MBYGJUTPziMjzs8jVBQODhQOEBAQGAgIMAgIQAgIMAgIMAgIMAgIwAgIPAgBAxABBAIIAVYNDQIJaWoJAg0NAgk1ajQJ1xoaZWQbG2SZFgINDQIWm5sWAgYDAgIHCQkHAgIDBgIWm5MaGpOTGhqTQA4UDg4UEhCwEBAwEBAwEBBDEAQBCB4ICC0HAQAABgAA/+ACAAHgAAsAIwAxADkARgBYAAABNCYjIjQzMhYVFCIlJiMiBw4BHQEHBhQfARYyPwEzMjY3NicFBwYiLwEmND8BNDEXIjciByc2PQEBNgYrAQE1NDc2MzIXAQMiJjU0NjMyFhUUBiMiJjU0JgGwVDwICEJeEP7iDhQKCA4QMg4OcA4oDjLcDxgFDRf+6zIEDgRwBQUyhwEXAQaOAQFVLggLBf6VCgMDBwQBYLsHCQkHXYMJBwcJcQEAPFQQXkII2g4EBRgP3DIOKA5wDg4yEA4dFzsyBQVwBA4EMgGHCQGOBgHB/qsUFAFrBQsEAQX+oAFlCQcHCYNdBwkJB09xAAADAAAAMAIAAZAAIAAwADkAAAEjIg8BNTQmIyEiBh0CFBYzITI2PQEXFjsBMjY1ETQmASImNRE0NjMhMhYVERQGIzcrAS8BNTc7AQHgDg0KKxwU/tAUHBwUATAUHCsKDQ4NExP+QwcJCQcBMAcJCQeADgJAEFACDgGACSsUFBwcFHCQFBwcFBQrCRIOAQANE/7QCQcBAAcJCQf/AAcJEEAQYFAAAAoAIP/fAeAB4AAjAC0ANwBDAFMAVwBnAGsAewB/AAABLgErATU0JisBIgYdASMiBgcdARQWMxEUFjMhMjY1ETI2PQElNDY7ATIWHQEjARQGIyEiJjURITcVIT0BNDYzITIWFQEzMjY9ATQmKwEiBh0BFBY3MxUjFzMyNj0BNCYrASIGHQEUFjczFSMXMzI2PQE0JisBIgYdARQWNzMVIwHgARwTMBwUoBQcMBMcARMNJRsBABslDRP+wAkHoAcJwAEAEw3/AA0TAUAg/oAJBwFgBwn+0CAHCQkHIAcJCQcgIGAgBwkJByAHCQkHICBgIAcJCQcgBwkJByAgAXMTGhAUHBwUEBoTExANE/7wGyUlGwEQEw0QUAcJCQcQ/oANExMNARAwEBAQBwkJB/6wCQfQBwkJB9AHCeDQEAkH0AcJCQfQBwng0BAJB9AHCQkH0AcJ4NAAAAAAAwAB/+AB/wHgABsAKwA1AAAlJic2Nz4BJicmIgcOARYXFhcGBwYXHgEzITI2JwcGIi8BLgE3PgEyFhcWBgU2PwEWMjcXFhcB8j1YKxIFARgWK44rFhgBBRIrWD0UBwMRCwHAGA7CBR1EHQUiHgcHQGxABwce/ro3UigXMBcoUTgbKBM2TRxFUx02Nh1TRRxNNhMoDhYKDS1dByEhByprNTpSUjo1a5QlEggPDwgSJQAEAAD/4AIBAeAAIAA+AFIAWgAAACIGFRQXBwYdARQWOwEyPwEzMjY9ATMyNj0BNxYzMjY0ByInDwIGHQEjIgYdASMiDwEjNT8BJjU0NjIWFAY3JicmBwYHBhUUFxYXFjc2NzY1NAcmJzY3FhcGAaKEXgvCCRMNMAsJFyUNEyANEyYdHUJeoCIfBRIfCSANEyUOCRctuxcSS2pLSygbJgYIIQwBAxsmBgghDAEzIxoJGiQZCQHgXkIdHcIKCjANEwkXEw0gEw0mJQtehMISBRIfCQ0mEw0gCRcuuhcfIjVLS2pLnCYbBQMMIQMCBQQmGwUDDCEDAgUoGSQaCRojGgAABAAA/98CAAHgABMAHAAkADAAAAAiBhUUFwcGFRQWMzI/ARYzMjY0AQYiJjQ/ARYXFiImNDYyFhQnMhQjIgYVFCI1NDYBkKBwFoURIRcYEYUqMFBw/k0JFxEJgREXtIReXoReoAgIKDgQQgHgcU8wKoURGBchEYUWcJ/+lgkRFwmBFxEGXoReXoSyEDgoCAguQgAAAAYAAP/fAgAB4ABbAKsAswC7AMMAywAAAScmJzc2Ji8BJiMiDwEmLwEuASsBIgYPAQYHJyYjIg8BDgEfAQYPAQ4BHQEUFh8BFhcHBhYfARYzMj8BFh8BHgE7ATI2PwE2NxcWMzI/AT4BLwE2PwE+AT0BNCYHBgcGBwYfAQcnJiMiBwYHBg8BIycmJyYnJiMiDwEnNzYnJicmLwE1NzY3Njc2LwE3FxYzMjc2NzY/ATMXFhcWFxYzMj8BFwcGFxYXFh8BFSYiBhQWMjY0BiImNDYyFhQmIgYUFjI2NAYiJjQ2MhYUAeYxAwUbBwIJHgoNCggpCwoKAhILLAsSAgoKCykICg0KHggDBxsFAzELDw8LMQMFGwcDCB4KDQoIKQsKCgISCywLEgIKCgspCAoNCh4JAgcbBQMxCw8PQhIGAwQIChwfKggJCAYJCREDCiwKAxEJCQYICQgqHxwKCAQDBhIxMRIGAwQIChwfKggJCAYJCREDCiwKAxEJCQYICQgqHxwKCAQDBhIxslxCQlxCR1I5OVI5RzYlJTYlLCgcHCgcARUKCgspChcIHgoGGwUDMQsPDwsxAwUbBgoeCBcKKQsKCgISCywLEgIKCgspChcIHgoGGwUDMQwODwsxAwUbBgoeCBcKKQsKCgISCywLElMDEQkJEA8qHxwFAwQDBhIxMRIGAwQDBRwfKg8QCQkRAwosCgMRCQkQDyofHAUDBAMGEjExEgYDBAMFHB8qDxAJCREDCiyGQlxCQlyQOVI5OVJpJTYlJTVKHCgcHCgAAAAFAAAAAAIAAbAABwAPABsANQBLAAAAIgYUFjI2NA4CLgE+ARYnMhQjIgYVFCI1NDY3LwEuASsBIgYPAg4BHQEUFjMhMjY9ATQmAxQGIyEiJj0BND8CNjsBMh8CFhUBNWpLS2pLHTRPPQY0Tz1dCAgUHBAl80UWBhgPoA8YBhZFERccFAGgFBwXCQkH/mAHCQ1XHQQLoAsEHVcNAUBLaktLalU9BjRPPQY0ERAcFAgIGiZPDDcOEBAONwwDGhLwFBwcFPASGv7kBwkJB/AOAg5ICgpIDgIOAAAEAAAAHwH3AaAAEAAhACkAMQAAAScmIyEiBhURFBYzITI/ATYPAQYjISImNRE0NjMhMh8BFiYiBhQWMjY0BiImNDYyFhQB9lATI/7QGyUlGwEwIxNQFjFQCRL+0A0TEw0BMBIJUAtiKBwcKBwjGhMTGhMBAoAeJhr/ABslHoAiEYAPEw0BAA0TD4ARMBwoHBwoNBMaExMaAAUAQP/gAcAB4AAbACsAMwBLAFcAAAE1NCYiBh0BIgYdBBQWOwEyNj0ENCYlNDYyFh0BIzU0JiIGHQEjNxUjNTQ2MhYXHQIUBisBIiY9BDQ2OwMyFhUGMhYVFAcGIicmNTQBkFR4VBQcVDxgPFQc/uxCXEIgL0IvILCAJTYlYEIuYC5CCQcg4CAHCa0aEwsHHAcLARBAPFRUPEAcFDAQIBA8VFQ8ECAQMBQcQC5CQi5AQCEvLyFAQEBAGyUluxAgEC5CQi4QIBAwBwkJBzATDQ4dFRUdDg0AAAYAUP/gAbAB4AAYACIAKAAvAD0ASQAAACIGFRQeARceBDMyPgM3PgI1NAMHJicjNxQGBwYnJiczBg8BIiYnNw4BNyMmJyY1NDYyFhUUBwYnMhQjIgYVFCI1NDYBSZJnHisHCBAKERkUFBkSCRAIByseh08EBQFjAwEDYAQGfAQBOQ0NBkQHDjyWCBMqVHhUKhNTCAghLxA4AeBnSRxESxYUORodCwsdGjkUFUxEHEn+tAoNEgwBCgMLHA4RCwZfBw0IEgqQEiFMITxUVDwgTSHuEC8hCAgoOAAAAAAHAAD/4AIAAeAAIQAqADQAOgBHAFcAaAAAASYjIg8BBjEVBwYPATAUBhQGFRQWMzI2Mj4BMTc2PwE2JgMmJzcWBxUHNCcmJyYnNxYXFhcHJic3NhcDBiMiJjU0PwE2FxYHNyYnJic3Njc2FhceAQcGBwEHPAExJicmIzc2MzIXFhcWAdYpNiwfTQGmCwUmAQEhFwIFBQQDhxAM9CEH/AIJlw8ffBMKCw4TmBMPDAjdFxd7HS38CAMKDgIQHxcYAhABGhoiEAIEGEIaGwgVBAIBAhsEJCk2GhUfKSAdAwIBtykeTgEBpgsQiQIEBAQCFyEBAQEkBAz2IWP+0hUVmDEfAX0KOxELDQqZCA8MEF4JAXwcC/6UAg4KAgc9ARcYHgQjGhoBOgYFEQoZG0YYAgEA/xwBCjAlKRoVIB0mIgAAABAAAAAgAgABoAATABYAGgAeACEAJAAnACoALQAwADMANgA5ADwAQABEAAABJyYjISIPAQYVFB8BFjI/ATY1NAcjPwIXByMnNx8BByc7AQc/ARcnMw8BJzMHJzMHFyMfAScXJzMhMwc3JzcXJRcHIwH3UgkN/uINCVIJCOAKHArgCNxIJA0rISlgKSEsNCgoYE92KyghOjkfZSRHiB85GShJTSd2Up05ATI5nWYrJUr+jCUrRQFFUQoKUQkODAnuCwvuCgwNDB0LJCAiIiAkOMfHxNQhIVAaBB4aGi8hEMTEqKiouCsfSkofKwAABAAA//ACAAHQAA8AEwAzAEUAAAEhIgYdARQWMyEyNj0BNCYHITUhNyEiBhURFBY7ARUHBhUUFjMhMjY1NC8BNTMyNjURNCYDFAYrAyImNRE0NjMhMhYVAbD+oAcJCQcBYAcJCQf+oAFgIP5gFBwcFKBkDAkHASAHCQxkoBQcHAQJB5CAkAcJCQcBoAcJAZAJB+AHCQkH4AcJ8OBQHBT+wBQcEw0DDQcJCQcNAw0THBQBQBQc/pAHCQkHAUAHCQkHAAAAAAQAQP/gAcEB4AAHAA8AIwA4AAA2MjY0JiIGFDYyFhQGIiY0NiIGFRQeAhcWOwEyNz4DNTQDBgc0JyIxLgM1NDYyFhUUDgLYUDg4UDg/Qi8vQi+goHAdOi0iCg8CDwoiLTodvgEBAQEgJzodXoReHTsmxDhQODhQeC9CLy9Cm3BQKFRWOicNDSc6VlQoUP6SAQEBASUwVFAlQl5eQiVQVDAAAAAABQAAAEACAAGAACwANgBCAEoAUgAAJTA0NTgBJjEuASIGBxQwFTAxBhQxHAEVHAEXOAEVHgEyNjcwNjEwMTwBMTY0BiImJz4BMhYXBicyFCMiBhUUIjU0PgEiBhQWMjY0BiImNDYyFhQB/wEjjJ6LJAEBJIuejCMBAbyHeSEheYd5ISG9CAgTHRAmSFxCQlxCSFA4OFA45AEBAURVVUMBAQEBAwICAQEBAURVVUQBAQEDAoFGOjpGRjo6ehAcFAgIGyUwQlxCQlyOOFA4OFAAAAMAAAAAAgABwAALACkAQQAAATIUIyIGFRQiNTQ+ASIGFRQWFxQxFA4DFQYVFBYzMjM+ATcWMzI2NAUiJyYjIgcGBzY1NDU0Jy4BNTQ2MhYUBgEACAhAYBBostSWPDQECQUNAQgGBAEgPQ8ZGGqW/wAWFwICEAkSHwsRLTKDuoODAXAQOiYICC5CUHBQMVMbAQgRFAoUAQMDBggGLBIEcKDwAwEMFhMaFQIBFAkWRiZCXl6EXgAAAAAEAAAAAAIAAcAAFgAiADwASgAAJScuASsCIgYPAQYdARQWMyEyNj0BNAcUBiMhIiY9ATchFycjIg8BBhY7AxcWOwEyPwE7AjI2LwEmByMiDwEjJyYrAjczFwH/QAMRC6CgCxEDQAElGwGAGyUgEw3+gA0TQAFAQGT4DAM3AgkILhMIFwkUbBQJFwgSLwgJAjcDBBoUCRdsFwkUGicv+C+58AoNDQrwBQRwGyUlG3AEdA0TEw1w8PDQDMAIDC4SEi4MCMAMwBIuLhKwsAAGACD/4AHgAeAAJQApAC0AMQA1ADkAAAEnJiMhIg8BDgEdARQWOwEwBhUTHgE7ATI2NxM0JjEzMjY9ATQmJSEXIRMnMwc3IychNyEnITchNSEBwhQHF/7gFwcUDRETDREBIAISDOAMEgIgARENExL+ogEgEP7AMAXqBQfuEgESAv7qBQEgMP6AAYABkDoWFjoBEg0wDRMDAf7gDBAQDAEgAQMTDTANEjEw/nAwMECgEDAgMAAGAFD/4AGwAeAADwAZAB0AJwAvADcAAAEhIgYVERQWMyEyNjURNCYDFAYjISImPQEhNSERITUhNTQ2MyEyFhUiFCsBIjQ7AQIUKwEiNDsBAYD/ABQcHBQBABQcHAQJB/8ABwkBIP7gASD+4AkHAQAHCXAIMAgIMAgIEAgIEAHgHBT+YBQcHBQBoBQc/jAHCQkHIBABQBAgBwkJBxAQ/nAQEAAAAA8AAP/gAgAB4AAUAC8ANwA/AEcATwBXAGEAaQBxAHsAgwCLAJsAnwAAASEiBh0BIyIGFREUFjMhMjY1ETQmAxQGIyEiJjURNDY7AREUFjI2NRE0NjMhMhYVByI0OwEyFCMnIjQ7ATIUIyciNDsBMhQjAzIUKwEiNDM3MhQrASI0MzcyFRQGKwEiNDMFMhQrASI0MzcyFCsBIjQzNzIVFAYrASI0MzcyFCMhIjQzBTIUIyEiNDM3MzI2PQE0JisBIgYdARQWNzMVIwHQ/qAUHBAUHCUbAYAbJRwEEw3+gA0TCQcQCQ4JCQcBYAcJqAgIgAgIgAgIgAgIgAgIgAgIsAgIgAgIgAgIgAgIgAgFA4AICAEwCAiACAiACAiACAiACAUDgAgIgAgI/tAICAEwCAj+0AgICHAHCQkHcAcJCRdQUAHgHBQgHBT+wBslJRsBkBQc/kANExMNAUAHCf7ABwkJBwGABwkJB6AQEDAQEDAQEP7AEBAwEBAwCAMFEGAQEDAQEDAIAwUQYBAQMBAQUAkHcAcJCQdwBwlwUAAFAAAAQAIAAZAADwASACAAIwAxAAABISIGHQEUFjMhMjY9ATQmBRcHBRQGIyEiJjU3FxYyPwEXJzcHBiIvAzQ2MyEyFhUBwP6AGyUlGwGAGyUl/kVwcAHAEw3+gA0TfUYNIA1GfXBwzQgWCEIOfRMNAYANEwGQJhrQGyUlG9AaJlRUVBQNExMNXjQKCjRKVFSGBgYyCl4NExMNAAAFAAD/4AIAAeAAPQBNAI4AlgCaAAABJic2NTQmIyIGFQYHBgcXJisBIgYVERQWOwEyNxQxOgEVMDMWFxY7ATI3Njc2JzY3Nic2NzYnNjc1NDU0JgEUBisBIiY1ETQ2OwEyFhUFBisBIhQ7ATIWBwYrASIUOwEyBw4CKwEiFDsBMhYHBgcGKwEiJyYnJj0BNDcwNjM+ATc0MzIWFRQGBzIXFhUUBCIGFBYyNjQGIjQyAdMPeQQyHRQcAT8LBgEPETAUHBwUMB0OAQMBEi8wL1goEQQDBAQSCQgIEQQDCQ0BF/6HCQcwBwkJBzAHCQFwAR8gCAgfEAsBBh0mCAggHwsDBRIQGggIGQsIAwEDCBVYKy0/Cw4NAgEyLQEQDiEFCpYXE/5yFA4OFA4QEBABOAQDEyIqQhwUUyEFAwENHBT/ABQcHAEBBAsLHwgJDg4MHhgTEBwVEQ8UBAMFECD+3gcJCQcBAAcJCQcZFxATCyIQIQsJCxAQBgQIDgoPAwIM3Q0EARVTLxAvHRwaHgYFEwHBDhQODhQSEAAIABD/4AHwAeAADwAfAC8APABCAEcATwBXAAABISIGFREUFjMhMjY1ETQmExQGIyEiJjURNDYzITIWFSMhIgYVERQWMyEyNjURNCYHFScmIg8BJyYiDwE1FTcfAiMhJzcXFSYyNjQmIgYUNjIWFAYiJjQBsP6gGyUlGwFgGyUlBRMN/qANExMNAWANEzD+wAcJCQcBQAcJCQc0BQ4FKn4FDgU0QIEJLfcBDDcrQHQoHBwoHCMaExMaEwHgJRv+gBslJRsBgBsl/kANExMNAYANExMNCQf+4AcJCQcBIAcJEN45BQUwkAUFPIGaSpILMz8xRiqgHCgcHCg0ExoTExoADAAA//ACAAHQABEAJAArADMAOwBDAEsAUwBbAGMAcwB3AAABJyYjISIGFREUFjMhMjY1ETQDFAYjISImNRE0NjMhFRQWOwInIyImPQEXJyI0OwEyFCMHIjQ7ATIUIwY0OwEyFCsBFzIUIyEiNDMFMhQjISI0MwUyFCMhIjQzJTIUIyEiNDM3MzI2PQE0JisBIgYdARQWNzMVIwH3YAoN/rAUHBwUAaAUHCAJB/5gBwkJBwFAHBQQMDAQDRNg6AgIUAgIUAgIUAgIWAjACAjAwAgI/pAICAFwCAj+kAgIAXAICP6QCAgBcAgI/pAICAhwBwkJB3AHCQkXUFABZ2AJHBT+gBQcHBQBMA3+wwcJCQcBgAcJQBQcEBMNQGAQEBAwEBAwEBBQEBAwEBAwEBCQEBAgCQdgBwkJB2AHCWBAAAAMAGD/4AHAAeAABwAPABcAHwAnAC8AOQBeAGQAagByAH0AABI0NjIWFAYiBjQ2MhYUBiImNDYyFhQGIjY0NjIWFAYiBjQ2MhYUBiImNDYyFhQGIhY0NjIWFTEUBiI3IgYxJi8BLgErASIGDwEGFRQfAR4BOwEyNj8BNjcwFjMyNjQmJzMXJiIHEyMnFjI3JiImNDYyFhQmFg8CBiImND8B8AkOCQkOCQkOCQkOaQkOCQkOtwkOCQkOrQkOCQkOCQkOCQkOfwkNCgoNYwECCB0XAhILgAwSAhYsKhcCEQyADBECFx4JAgENExPrgBAmVCaOgBAmVCYbaktLaks0BgInHgQOCQVTATkOCQkOCbcOCQkOCWkOCQkOCQkOCQkOCToNCQkNCpEOCQkOCX4NCQkHBgp0ASkhfQsPDwt5Lz49LnsLDw8LeyErARMaE8BWFhb+llYWFgpLaktLaogHBDAkBAkOBEUAAAAEAAD/3wIAAeAAFgAcAB8AJAAAASYiBwEGFh8CFjI/ARcWMzI3NjcTNgElATAmJxcJARcnJicTAfkECgT+IAgCCX07BRIFIZsDAwQEBgJQAf4xAXP+8gMBEAEv/v7DiAQG0gHdAwP+wAUTBDJnCAg3PgECBAcB4Av+vPf+3wIBDgFF/m0LNwEBAUYAAAwAAP/gAgAB4AATAB0AJwBRAGUAbwB5AKQAuADCAMwA9wAAEzU0JiIGHQEGFBcVFBYyNj0BNjQnNDYyFh0BJiIHExQGIiY9ARYyPwEGMQYHBgcGBwYiJy4BJyYnMCcmNDc2MTY3Njc2NzYyFx4BFxYXFBcWFCU1NCYiBh0BBhQXFRQWMjY9ATY0JzQ2MhYdASYiBxMUBiImPQEWMj8BBhUGBwYHBgcGIicuAScmJzAnJjQ3NjE2NzY3Njc2MhcWFxYXFhcwFxYUBzU0JiIGHQEGFBcVFBYyNj0BNjQDNDYyFh0BJiIHFxQGIiY9ARYyPwEGFQYHBgcGBwYiJy4BJyYnMCcmNDc2MTY3Njc2NzYyFxYXFhcWFzAXFhSAHCgcICAcKBwgYAkOCQgQCCAJDgkIEAgeAQIEBAYGBwgQCAcMBAQCAQICAQIEBQUGBwgQCAcMBAQCAQIBYBwoHCAgHCgcIGAJDgkIEAggCQ4JCBAIHgECBAQGBgcIEAgHDAQEAgECAgECBAQGBgcIEAgHBgYEBAIBArAcKBwgIBwoHCBgCQ4JCBAIIAkOCQgQCB4BAgQEBgYHCBAIBwwEBAIBAgIBAgQFBQYHCBAIBwYGBAQCAQIBgDAUHBwUMBlOGfAUHBwU8BlOSQcJCQciAgL+ggcJCQfiAgJBAwcFBgQFAgMDAgkGBQcDBwwHAwcFBgQFAgMDAgkGBQcBAgcMRjAUHBwUMBlOGfAUHBwU8BlOSQcJCQciAgL+ggcJCQfiAgJBAgEHBQYEBQIDAwIJBgUHAwcMBwMHBQYEBQIDAwIFBAYFBwMHDHrwFBwcFPAZThkwFBwcFDAZTgEJBwkJB+ICAr4HCQkHIgICQQIBBwUGBAUCAwMCCQYFBwMHDAcDBwUGBAUCAwMCBQQGBQcDBwwAAAAHAAH/4AH/AeAAIQA0AIMAjQCZAK8AxQAAAScmBwYHBgcGBwYHBgcGBwYfARY3Njc2NzY3Njc2NzY3NgEuAic+BDceARcOBDcuAQcGBwYHJic+ARcWFxY3NjQnLgEOAQcmJyYiBhQXFhUGBwYHBhcWFxY3NjcWFw4BLgIiBhQeARcyNzY3FhcWPgEmJyYnNjc2NTYnJg4BJy4BPgE3FhcWBgcmJzY3PgEeAgc2FxYHMCMGBwYPAQYVBicmPwE2NzY3Nj8BNjM2FxYPAQYHBgcGJyY3NjM2AfegDRIIBwUDChwZQkoeJxAFDaANEggHBQMKHBlCSh4nEAX+vBJBNRgNPEdHPQwaaxsMPUdHPGwIEAgICAkHEAoGCwUGAwUDBAQFDw8NBAICAQUEAgMGBAQBAQMDBwsPERASCwYJCAYHBggIDQgJCAkJAwUCBQQBAgQEBwQFAQIDWg0FAwIBBAMKDz0EAwsQBQIECAgHAkQGBQYGARALDAoKAQYGBAMLCw0LTAwKCgEBBgUFBAsLDQsRBgYFBQEBEAE3oAwEAgYGCCIcGSYrHycyEg6gDAQCBgYIIxsZJisfJjMS/tcSQTUYKD8pKT8oGmsbKD8pKT/KBgUBAQMDBBMKBQECAQEBAwMKBAYDBAgEAQICBQUBAgEHCQgJCAcHBgkBAQkVCwUCAgUDBwkJBgEDAwkEBAIBBAUBBAMJCgkICAcHBQEFAgcHBwQKECEIAwsSAgECAQIHB1YFBQYGDQsMDQ4BAQYGBQUPDg0M9QwNDgIGBgUGDw4NDA0FBgUGAQ0AAAAACAAg/+AB4AHgAAsAFwAlADMAOwBDAEsAUwAAACIGFREUFjI2NRE0AxQGIiY9AR4BMjY3NTEUBiImNTE1HgEyNjc1MRQGIiY1MTUeATI2NwYiJjQ2MhYUAjQ2MhYUBiImNDYyFhQGIiY0NjIWFAYiAVq0hoa0hiBwoHAYanxqGHCgcBhqfGoYcKBwHmh0aB5woHBwoHBACQ4JCQ4JCQ4JCQ4JCQ4JCQ4B4DYy/tAyNjYyATAy/p4eKioePBkbGxkkHioqHjwZGxsZJB4qKh43FxgYFw8qPCoqPP7fDgkJDglpDgkJDglpDgkJDgkAAAAABAAE/+ACAQHgADYAPgBGAEwAAAEmIyIjBQ4BHQMmIyIHBgcGFx4BMzI3Njc2NREyMyUVJiMiBwYHBhceATMyNzY3NjURPQE0AAYuAT4BHgEkBi4BPgEeAQMFPQElFQH1CQwDA/7wCw8aIxQUMBMOCwkwHxQUMBMIAwMBChojFBQwEw4LCTAfFBQwEwj+mDo0Dx06MxABEjk0EB45NBAG/vABEAHYCDADEQwgEOMTBxAnHx0ZHQcQJxASAQAvwhMHECcfHRkdBxAnEBIBIBAgD/5AFBEqKxQRKgUUESorFBEqASYwECAwIAAAAAAGAAD/4AIAAeAAMgA8AEkAWABnAHkAAAEiByMOASsDIgYUFjMyFh0BFBY7ATI2PQE0Jj0BMDU0NzQ3Njc1MjcWFzMWMzI2NCYGNDczMhYUBisBJDQ2OwMGFBcrASIXIzU0JzsBBh0BFBcwFjE3IyImNDY7ATI3BhUUFyYXIiYnMzI2NCYrAT4BMzIWFAYBkC8eARQ6IAtHQhslJRsNExMNQA0TEAIBAgMBAz4oAR4vNDw8hAMtDRMTDS3+3RMNQg4gEBAgUA2NQAkLMQMOAhQEDRMTDQQsJwcHJ5AYJwopGyUlGykKJxghLy8B4DkpLi5ELhMNkA0TEw0QCRMEcAEDAwEBAwEBAQdPOYa0hvgwGBwoHBwoHBM6E9CQEQ8ICHAPEQLCHCgcICcpKiYgkD4yLkQuMj5woHAAAAAABQAAAAACAAHAABcAJQA1AEEASwAAADQmLwEmIg8BDgEUFh8BFRQWMjY9ATc2BxQOASIuAT0BFxYyPwEjKgEjJyY0PwE6ATMXFhQPATQ2MhYdARQGIiY1FjIWFRQGIiY1NAIAFRDQBgoG0BAVFRArVrRWKxBbHkVaRR6FBgoGhYwCBALQDAzQAgQC0AwMBAkOCQkOCQQYFBMaEwFPIhoEMAEBMAQaIhoECocjLS0jhwoElQoVEREVCoAfAQEfMAMaAzAwAxoDQAcJCQeQBwkJByAwEA0TEw0QAAAAAAsAAP/gAgAB4AAeAC4ARABMAFQAXABkAGwAdAB8AIQAAAEmIg8BBhUUFwcOAR8BFjMyMzI3Nj8BFjMyPwE2NCcDBgciIyIvASY2PwEeAhc3BwYvAQc3LgInJic3JyY/ATYfARYGMjY0JiIGFDYyFhQGIiY0EiIGFBYyNjQGIiY0NjIWFAQUFjI2NCYiFjIWFAYiJjQWNDYyFhQGIjY0NjIWFAYiAUsMIQwWDAbZFwoSzA0TAQEFBBoJVgoMEAwWDAy7BAgCAgYFywYDCGMVVEIeWhcFBhwXAhc2Ix4aD4gcBQUXBgV8Br8iFxciFx4UDg4UDvkiFxciFx4UDg4UDv6QExoTExoGDgkJDgkwCQ4JCQ73CQ4JCQ4BpAwMFgwRCwpXCjISyQ4BBRjWBgsXDCEM/uEIAgXJBhEDKAcJGR8/FwYGHDkFFhsHAwQDNhwFBhcFBXwGfBciFxciKQ4UDg4UAR4XIhcXIikOFA4OFNEaExMaExAJDgkJDm4OCQkOCfkOCQkOCQAACgAA/+ACAAHgACUAKgA4AEYATgBcAHwAlQCvAMgAACUjJic3PgEuAQ8BLgEjIgYHIyIGFRQfARUUFjMhMjY9ATc2NTQmKwE3FBYnMhYXBy4BIyIGByM+ARcuASIGByM+ATMyFhcHJiIHIzYyFyMnIgYHIz4BMzIWFwcuARcVFCMhIj0BJzQ7EzIVJTAjJjc2JyIxNDU0MzIXFgcGFxQVFCMiJzcwNSY3Nic1MTQ1NDMyFxYHBhcVFhUUIyIvATAxJjc2JzAxNDU0MzIXFgcGFxYVFCMiJwHYKwECTQYEBgwGSRZWNEBiCysRFwg4FxEBMBEXOAgXTAkIAZ0wThMOEUcrM04LEQtZggkoMCgJEQoxHx0wCww3Kg8TE0gTFCMmOwoRC0UsJj8QDw03fgj+0AhACCgQEBAQEBAQEGAQEBAQEBAQECgI/qABCBANBgEIBQIJEA0HCAUCwggQDQcIBQIJEA0GAQgFAlMIDw4HBwYCCRANBgEIBQOQBQYnAwwMBAMkLjhSPhcRDAk/DBEXFxEMPwkMERcEAQJ/MyoIJi8/MTdJgBYaGhYcJCAaBhAQICBQLSMqNioiBx4lwBgICBhICAi9FCYfDwIBCAUVJSAPAQEIBAMBFCUgDgEBAQgFFCYfDwEBAQgFRhQmHw8CAQgFFSUgDwEBCAQAAAMAAQAAAf8BwAAhACcANwAAAScmIyEiDwEGHwEWFxYzMjcVFBYzITI2PQEWMzI3Nj8BNicOASImJxcnESERByc3Mx4BMjY3MxcB9FAJC/7gCwlQEQcgBQ8FBQkHEw0BIA0TBwkFBQ8FIAfJByAqIAf8MP7gMCBQQwcqOCoHQ1ABeUAHB0AOFWAPBQIExA0TEw3EBAIFD2AVNQ4SEg6gIP8AAQAgYEAVGxsVQAADAFD/4AGqAeAAHwA5AGYAAAEUBg8BNCYvAQYHLgMvAR4BDgEVFBYzMj4CNzYmBw4EIyImNTQ3NiceAhU2Nx4BFTY3FicXFgcGIyInJjc2JwYPAScmJwYPAScmJwYVFCI1ND8BFxYXNj8BFRQXPgI3AWARCAggDxABIAkgIiAKChACEBJaRjRGJxIHDygGBAcUHjgmOUcQFQQWIQwuDAcLKx81OAMLFQIFAgEHAw4EHjEIAwwCEA4IBhYLDRAVCAgKGAoPGAwUHg4LAVATJwsKI0gSEi8wHzsoHwcHPGtDXSc7VxEjIho8h7sRERwPC0UtKklfQB5RLARBHg9WLyM1XyoQPTMFAQMHJTEiGAMIIhcXFAsMMhorRAgISzwYFR03DxcmGyIjChYPDQAB////7wIAAcAAKwAAABYUDwEGJj8BNjQmIg8BBhQWMj8BNjQmIg8BBiY/ATYyFhQPAQYiJjQ/ATYBrFQqsAsXDK0hQl0g6BcvQhfqDhwoDq8MFguvGEIvF+ohXUEh6SoBwFR4Kq8MFwuuIF1CIeUXQi8X5w4oHA6wCxcLsBcvQhjmIUFdIecqAAAAAAoAAP/gAgAB4AAjACcAKwAvADMANwBDAEcAVQBhAAABJyYnNTQmIyEiBh0BBg8BBh0BFBYzFRQWMyEyNj0BMjY9ATQnFSE1FyM3OwIVIzczFyM3MxcjJTU0PwE2OwEHIyImBSM1MxcjNTQmKwEiBh0BIzUhNxQGKwEnMzIfARYVAfYwAgQTDf7ADRMEAjAKHBQTDQFgDRMUHGD+wENDQCMRJERUJCBENSNAQ/7DAzAFCC5AHgcJASB4eHBgCQd4BwloAWAwCQceQC4IBTADAS1AAwRMDRMTDUwEA0ANEBAUHNANExMN0BwUEBCgQEDQcHBwcHBwEBAFBUAGcAn5oKCgBwkJB6DQMAcJcAZABQUACwAA/+ACAAHgACcATwBTAFcAWwBfAGMAZwBrAG8AcwAAASM1NCYiBh0BIzU0JiIGHQEjNTQmIgYdASMiBhURFBYzITI2NRE0JgMUBiMhIiY1ETQ2OwEVFBYyNj0BMxUUFjI2PQEzFRQWMjY9ATMyFhUFMxUjFTMVIxUzFSM3MxUjNTMVIzUzFSMXMxUjNTMVIzUzFSMB1UUJDglgCQ4JYAkOCUUSGRkSAaoSGRkHBgX+VgUGBgVFCQ4JYAkOCWAJDglFBQb+kEBAQEBAQHBAQEBAQEBwQEBAQEBAAbAgBwkJByAgBwkJByAgBwkJByAZEv6GEhkZEgF6Ehn+WwUGBgUBegUGIAcJCQcgIAcJCQcgIAcJCQcgBgVlMCAwIDAwMIAwgDBwMIAwgDAACAAA/+ACAAHQAAcAHgA5AD0AQQBIAGAAcQAAJDQ2MhYUBiI3PQI0JisBISIGFREUFjMhMjY9ATY0JSEzMhYdAyYjPQI0JiMhIgYdAiY1NDYFITUhHQEhNQUVIyEiJzUBFAYjISImPQEWMyEzMhYdASMiBhQWOwE3IyImNDY7ATI3NjcwNRYVFAEAExoTExq9HBRA/vgkNDQkASAkNDD+WAEIQAcJCAgJB/6wBwkQIQFP/rABUP6wAVAw/vgMDAFwIRf+4BchGCABCEAHCZAhLy8hkBSkFBwcFJAQCgICEpMaExMaE5BgCCgUHDQk/sAkNDQkGCR4xAkHKAgzAxAgIAcJCQcgHxAXFyEwECAQECAQBgr+6BchIRf8FAkHIC9CLyAcKBwNAwQBFx4mAAAAAAwAAv/iAf4B3gAPABcAHwAnAC8ANwBCAE4AWABjAG8AeQAAASYOAQcGHgEXFj4BNzYuAQIuAT4BHgEGLgEOAR4BPgEGLgE+AR4BBjYmDgEeAT4BBi4BPgEeAQYzBgcjBiY3Njc2HgIHBgcwFQYmNzY3JhYHBgcGJjc2NyYWBwYHBiY3Nj8BJhYHBgcGJjc2NzAxFwYHBiY3Njc2FgFfRIFuGhgSVEFEgm0aGBFVnaxJRaqsSUSWGBkKCxgZCiMMBQUMDAUFPUpJHh9KSR5nMRUTMTEVE0UUMAEHBgcrEQMPLA8DHUkIBgdDGxoPAxk9BwcINxaxBgcrEQMPAxQwARIGB0MbAw8DHUkTNhcDDgMYPQcHAc4YElRBRIJtGhgRVUFEgW7+OkSrrElFqqzCCgsYGQoLGBEFDAwFBQwMVh4fSkkeH0pGEzExFRMxMTEVAw8DEisIBhIGB0ofAQMPAx1EEwYIPRoDDgQXN68PAxIrCAYIMBUBPg8DHUQHBgdKHywXOAcGBz4aAw8AAAcAAAAQAgABsAARABYAPQBPAFcAXwB/AAABJisBIgYdARQWOwEyNj0BNCcHIzUzFzcnJisBNTQmKwEiBh0BFBYzFRQWOwEeATI2NzMeATI2NzMyNj0BNAUiJj0BNDY7ATIWHQMUBiMGIiY0NjIWFBYiJjQ2MhYUNxQGKwEuASIGByMuASIGByMiJj0BMzI2PQEzMh8BFhUBjQQJEAcJCQdABwkDDUAQMEhADhpAHBTwFBwcFBwUEgYiLCIGVAYiLCIGEhQc/jAHCQkH8AcJCQdjGhMTGhO9GhMTGhNACQcSBiIsIgZUBiIsIgYSBwnQFBxACQRAAwEpBwkHYAcJCQcYBQQhYEgTYBUgFBwcFLAUHDAUHBUbGxUVGxsVHBRgDx8JB7AHCQkHICBwBwmQExoTExoTExoTExotBwkVGxsVFRsbFQkHMBwUcAdgBAUAABEAAP/wAfAB4AAHAA4AFQAcACIAKQAvADUAOwBBAEgATgBUAFoAYQBoAG8AAAAiBhQWMjY0ByMmJzY3FgMmJzY3FTATFhcGBzUwFxYXBgcmJxUmJzY3MAcmJzY3BgcWFxUjNhcVBgcmJxcmJzY3Fhc1FhcGBzA3FhcGBzY3Jic1MwYnNTY3FhclFhcGByM2BzMWFwYHJgUmJzY3MwYBX86Rkc6RIGACESAcNN4oGR8jES4ZIyUbQzAaHRZRJSMZLlYdGjBDJg0mKGACXiYjFQJFPC0YGxVMIx8ZKFAbGC08IQ0jJmACXigmEAL+9xwgEQJgAwNgAhYdGzwBbBsdFgJgBAHgkc6Rkc5fNS8NFjr+0yIzCQJgAbAnOwwCcAMLLxQMNClwAgw7J10MFC8LJkgNAlAyQmACCzQ5zQonEQorJGACCTMiTwoRJwohPwsCYDlJUAINLTKHFg0vNU1dPDYMEzw8Eww2PFUAAAABAAD/4AIAAeAAAgAAEQEhAgD+AAHg/gAAAAAAAAAMAJYAAQAAAAAAAQAIABIAAQAAAAAAAgAHACsAAQAAAAAAAwAlAH8AAQAAAAAABAAIALcAAQAAAAAABQALANgAAQAAAAAABgAIAPYAAwABBAkAAQAQAAAAAwABBAkAAgAOABsAAwABBAkAAwBKADMAAwABBAkABAAQAKUAAwABBAkABQAWAMAAAwABBAkABgAQAOQAbABpAG4AZQBjAG8AbgBzAABsaW5lY29ucwAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABsAGkAbgBlAGMAbwBuAHMAIAA6ACAAMwAwAC0AMQAxAC0AMgAwADEAMgAARm9udEZvcmdlIDIuMCA6IGxpbmVjb25zIDogMzAtMTEtMjAxMgAAbABpAG4AZQBjAG8AbgBzAABsaW5lY29ucwAAVgBlAHIAcwBpAG8AbgAgADEALgAwAABWZXJzaW9uIDEuMAAAbABpAG4AZQBjAG8AbgBzAABsaW5lY29ucwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0AAAAAQACAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIHdW5pRTAwMAd1bmlFMDAxB3VuaUUwMDIHdW5pRTAwMwd1bmlFMDA0B3VuaUUwMDUHdW5pRTAwNgd1bmlFMDA3B3VuaUUwMDgHdW5pRTAwOQd1bmlFMDBBB3VuaUUwMEIHdW5pRTAwQwd1bmlFMDBEB3VuaUUwMEUHdW5pRTAwRgd1bmlFMDEwB3VuaUUwMTEHdW5pRTAxMgd1bmlFMDEzB3VuaUUwMTQHdW5pRTAxNQd1bmlFMDE2B3VuaUUwMTcHdW5pRTAxOAd1bmlFMDE5B3VuaUUwMUEHdW5pRTAxQgd1bmlFMDFDB3VuaUUwMUQHdW5pRTAxRQd1bmlFMDFGB3VuaUUwMjAHdW5pRTAyMQd1bmlFMDIyB3VuaUUwMjMHdW5pRTAyNAd1bmlFMDI1B3VuaUUwMjYHdW5pRTAyNwd1bmlFMDI4B3VuaUUwMjkHdW5pRTAyQQd1bmlFMDJCB3VuaUUwMkMHdW5pRTAyRAd1bmlFMDJFB3VuaUUwMkYHdW5pRjAwMAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAzAAEABAAAAAIAAAAAAAEAAAAAyYlvMQAAAADM3fi7AAAAAMzd+Ls=) format('truetype'); font-weight: normal; font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { font-family: 'linecons'; content: attr(data-icon); speak: none; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ [class^="li-"]:before, [class*=" li-"]:before { font-family: 'linecons'; font-style: normal; speak: none; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; } .li { display: inline-block; font-family: 'linecons'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; speak: none; } .li-heart:before { content: "\e000"; } .li-cloud:before { content: "\e001"; } .li-star:before { content: "\e002"; } .li-tv:before { content: "\e003"; } .li-sound:before { content: "\e004"; } .li-video:before { content: "\e005"; } .li-trash:before { content: "\e006"; } .li-user:before { content: "\e007"; } .li-key:before { content: "\e008"; } .li-search:before { content: "\e009"; } .li-settings:before { content: "\e00a"; } .li-camera:before { content: "\e00b"; } .li-tag:before { content: "\e00c"; } .li-lock:before { content: "\e00d"; } .li-bulb:before { content: "\e00e"; } .li-pen:before { content: "\e00f"; } .li-diamond:before { content: "\e010"; } .li-display:before { content: "\e011"; } .li-location:before { content: "\e012"; } .li-eye:before { content: "\e013"; } .li-bubble:before { content: "\e014"; } .li-stack:before { content: "\e015"; } .li-cup:before { content: "\e016"; } .li-phone:before { content: "\e017"; } .li-news:before { content: "\e018"; } .li-mail:before { content: "\e019"; } .li-like:before { content: "\e01a"; } .li-photo:before { content: "\e01b"; } .li-note:before { content: "\e01c"; } .li-clock:before { content: "\e01d"; } .li-paperplane:before { content: "\e01e"; } .li-params:before { content: "\e01f"; } .li-banknote:before { content: "\e020"; } .li-data:before { content: "\e021"; } .li-music:before { content: "\e022"; } .li-megaphone:before { content: "\e023"; } .li-study:before { content: "\e024"; } .li-lab:before { content: "\e025"; } .li-food:before { content: "\e026"; } .li-t-shirt:before { content: "\e027"; } .li-fire:before { content: "\e028"; } .li-clip:before { content: "\e029"; } .li-shop:before { content: "\e02a"; } .li-calendar:before { content: "\e02b"; } .li-vallet:before { content: "\e02c"; } .li-vynil:before { content: "\e02d"; } .li-truck:before { content: "\e02e"; } .li-world:before { content: "\e02f"; } ================================================ FILE: icon-packs/ikonli-maki-pack/ikonli-maki-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-maki-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.maki { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.maki; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.maki.MakiIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.maki.MakiIkonProvider; } ================================================ FILE: icon-packs/ikonli-maki-pack/src/main/java/org/kordamp/ikonli/maki/Maki.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.maki; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Maki implements Ikon { ABOVEGROUND_RAIL("maki-aboveground-rail", '\ue800'), AIRFIELD("maki-airfield", '\ue801'), AIRPORT("maki-airport", '\ue802'), ART_GALLERY("maki-art-gallery", '\ue803'), BAR("maki-bar", '\ue804'), BASEBALL("maki-baseball", '\ue806'), BASKETBALL("maki-basketball", '\ue807'), BEER("maki-beer", '\ue808'), BELOWGROUND_RAIL("maki-belowground-rail", '\ue809'), BICYCLE("maki-bicycle", '\ue80a'), BUS("maki-bus", '\ue80b'), CAFE("maki-cafe", '\ue80c'), CAMPSITE("maki-campsite", '\ue80d'), CEMETERY("maki-cemetery", '\ue80e'), CINEMA("maki-cinema", '\ue80f'), COLLEGE("maki-college", '\ue810'), COMMERICAL_BUILDING("maki-commerical-building", '\ue811'), CREDIT_CARD("maki-credit-card", '\ue812'), CRICKET("maki-cricket", '\ue813'), EMBASSY("maki-embassy", '\ue814'), FAST_FOOD("maki-fast-food", '\ue815'), FERRY("maki-ferry", '\ue816'), FIRE_STATION("maki-fire-station", '\ue817'), FOOTBALL("maki-football", '\ue818'), FUEL("maki-fuel", '\ue819'), GARDEN("maki-garden", '\ue81a'), GIRAFFE("maki-giraffe", '\ue81b'), GOLF("maki-golf", '\ue81c'), GROCERY_STORE("maki-grocery-store", '\ue81e'), HARBOR("maki-harbor", '\ue81f'), HELIPORT("maki-heliport", '\ue820'), HOSPITAL("maki-hospital", '\ue821'), INDUSTRIAL_BUILDING("maki-industrial-building", '\ue822'), LIBRARY("maki-library", '\ue823'), LODGING("maki-lodging", '\ue824'), LONDON_UNDERGROUND("maki-london-underground", '\ue825'), MINEFIELD("maki-minefield", '\ue826'), MONUMENT("maki-monument", '\ue827'), MUSEUM("maki-museum", '\ue828'), PHARMACY("maki-pharmacy", '\ue829'), PITCH("maki-pitch", '\ue82a'), POLICE("maki-police", '\ue82b'), POST("maki-post", '\ue82c'), PRISON("maki-prison", '\ue82d'), RAIL("maki-rail", '\ue82e'), RELIGIOUS_CHRISTIAN("maki-religious-christian", '\ue82f'), RELIGIOUS_ISLAM("maki-religious-islam", '\ue830'), RELIGIOUS_JEWISH("maki-religious-jewish", '\ue831'), RESTAURANT("maki-restaurant", '\ue832'), ROADBLOCK("maki-roadblock", '\ue833'), SCHOOL("maki-school", '\ue834'), SHOP("maki-shop", '\ue835'), SKIING("maki-skiing", '\ue836'), SOCCER("maki-soccer", '\ue837'), SWIMMING("maki-swimming", '\ue838'), TENNIS("maki-tennis", '\ue839'), THEATRE("maki-theatre", '\ue83a'), TOILET("maki-toilet", '\ue83b'), TOWN_HALL("maki-town-hall", '\ue83c'), TRASH("maki-trash", '\ue83d'), TREE_1("maki-tree-1", '\ue83e'), TREE_2("maki-tree-2", '\ue83f'), WAREHOUSE("maki-warehouse", '\ue840'); public static Maki findByDescription(String description) { for (Maki font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Maki(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-maki-pack/src/main/java/org/kordamp/ikonli/maki/MakiIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.maki; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MakiIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/maki/0.5.0/fonts/maki.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("maki-"); } @Override public Ikon resolve(String description) { return Maki.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Maki"; } } ================================================ FILE: icon-packs/ikonli-maki-pack/src/main/java/org/kordamp/ikonli/maki/MakiIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.maki; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MakiIkonProvider implements IkonProvider { @Override public Class getIkon() { return Maki.class; } } ================================================ FILE: icon-packs/ikonli-maki-pack/src/main/resources/META-INF/resources/maki/0.5.0/css/maki.css ================================================ @font-face { font-family: 'Maki'; src: url('../fonts/maki.eot?56675205'); src: url('../fonts/maki.eot?56675205#iefix') format('embedded-opentype'), url('../fonts/maki.woff?56675205') format('woff'), url('../fonts/maki.ttf?56675205') format('truetype'), url('../fonts/maki.svg?56675205#maki') format('svg'); font-weight: normal; font-style: normal; } .maki { font-family: "Maki"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; /* opacity: .8; */ font-variant: normal; text-transform: none; line-height: 1em; margin-left: .2em; } .maki-aboveground-rail:before { content: '\e800'; } .maki-airfield:before { content: '\e801'; } .maki-airport:before { content: '\e802'; } .maki-art-gallery:before { content: '\e803'; } .maki-bar:before { content: '\e804'; } .maki-baseball:before { content: '\e806'; } .maki-basketball:before { content: '\e807'; } .maki-beer:before { content: '\e808'; } .maki-belowground-rail:before { content: '\e809'; } .maki-bicycle:before { content: '\e80a'; } .maki-bus:before { content: '\e80b'; } .maki-cafe:before { content: '\e80c'; } .maki-campsite:before { content: '\e80d'; } .maki-cemetery:before { content: '\e80e'; } .maki-cinema:before { content: '\e80f'; } .maki-college:before { content: '\e810'; } .maki-commerical-building:before { content: '\e811'; } .maki-credit-card:before { content: '\e812'; } .maki-cricket:before { content: '\e813'; } .maki-embassy:before { content: '\e814'; } .maki-fast-food:before { content: '\e815'; } .maki-ferry:before { content: '\e816'; } .maki-fire-station:before { content: '\e817'; } .maki-football:before { content: '\e818'; } .maki-fuel:before { content: '\e819'; } .maki-garden:before { content: '\e81a'; } .maki-giraffe:before { content: '\e81b'; } .maki-golf:before { content: '\e81c'; } .maki-grocery-store:before { content: '\e81e'; } .maki-harbor:before { content: '\e81f'; } .maki-heliport:before { content: '\e820'; } .maki-hospital:before { content: '\e821'; } .maki-industrial-building:before { content: '\e822'; } .maki-library:before { content: '\e823'; } .maki-lodging:before { content: '\e824'; } .maki-london-underground:before { content: '\e825'; } .maki-minefield:before { content: '\e826'; } .maki-monument:before { content: '\e827'; } .maki-museum:before { content: '\e828'; } .maki-pharmacy:before { content: '\e829'; } .maki-pitch:before { content: '\e82a'; } .maki-police:before { content: '\e82b'; } .maki-post:before { content: '\e82c'; } .maki-prison:before { content: '\e82d'; } .maki-rail:before { content: '\e82e'; } .maki-religious-christian:before { content: '\e82f'; } .maki-religious-islam:before { content: '\e830'; } .maki-religious-jewish:before { content: '\e831'; } .maki-restaurant:before { content: '\e832'; } .maki-roadblock:before { content: '\e833'; } .maki-school:before { content: '\e834'; } .maki-shop:before { content: '\e835'; } .maki-skiing:before { content: '\e836'; } .maki-soccer:before { content: '\e837'; } .maki-swimming:before { content: '\e838'; } .maki-tennis:before { content: '\e839'; } .maki-theatre:before { content: '\e83a'; } .maki-toilet:before { content: '\e83b'; } .maki-town-hall:before { content: '\e83c'; } .maki-trash:before { content: '\e83d'; } .maki-tree-1:before { content: '\e83e'; } .maki-tree-2:before { content: '\e83f'; } .maki-warehouse:before { content: '\e840'; } ================================================ FILE: icon-packs/ikonli-maki2-pack/ikonli-maki2-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-maki2-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.maki2 { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.maki2; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.maki2.Maki2IkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.maki2.Maki2IkonProvider; } ================================================ FILE: icon-packs/ikonli-maki2-pack/src/main/java/org/kordamp/ikonli/maki2/Maki2.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.maki2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Maki2 implements Ikon { AERIALWAY_11("maki2-aerialway-11", '\ue900'), AERIALWAY_15("maki2-aerialway-15", '\ue901'), AIRFIELD_11("maki2-airfield-11", '\ue902'), AIRFIELD_15("maki2-airfield-15", '\ue903'), AIRPORT_11("maki2-airport-11", '\ue904'), AIRPORT_15("maki2-airport-15", '\ue905'), ALCOHOL_SHOP_11("maki2-alcohol-shop-11", '\ue906'), ALCOHOL_SHOP_15("maki2-alcohol-shop-15", '\ue907'), AMERICAN_FOOTBALL_11("maki2-american-football-11", '\ue908'), AMERICAN_FOOTBALL_15("maki2-american-football-15", '\ue909'), AMUSEMENT_PARK_11("maki2-amusement-park-11", '\ue90a'), AMUSEMENT_PARK_15("maki2-amusement-park-15", '\ue90b'), AQUARIUM_11("maki2-aquarium-11", '\ue90c'), AQUARIUM_15("maki2-aquarium-15", '\ue90d'), ART_GALLERY_11("maki2-art-gallery-11", '\ue90e'), ART_GALLERY_15("maki2-art-gallery-15", '\ue90f'), ATTRACTION_11("maki2-attraction-11", '\ue910'), ATTRACTION_15("maki2-attraction-15", '\ue911'), BAKERY_11("maki2-bakery-11", '\ue912'), BAKERY_15("maki2-bakery-15", '\ue913'), BANK_11("maki2-bank-11", '\ue914'), BANK_15("maki2-bank-15", '\ue915'), BANK_JP_11("maki2-bank-JP-11", '\ue916'), BANK_JP_15("maki2-bank-JP-15", '\ue917'), BARRIER_11("maki2-barrier-11", '\ue91a'), BARRIER_15("maki2-barrier-15", '\ue91b'), BAR_11("maki2-bar-11", '\ue918'), BAR_15("maki2-bar-15", '\ue919'), BASEBALL_11("maki2-baseball-11", '\ue91c'), BASEBALL_15("maki2-baseball-15", '\ue91d'), BASKETBALL_11("maki2-basketball-11", '\ue91e'), BASKETBALL_15("maki2-basketball-15", '\ue91f'), BBQ_11("maki2-bbq-11", '\ue920'), BBQ_15("maki2-bbq-15", '\ue921'), BEACH_11("maki2-beach-11", '\ue922'), BEACH_15("maki2-beach-15", '\ue923'), BEER_11("maki2-beer-11", '\ue924'), BEER_15("maki2-beer-15", '\ue925'), BICYCLE_11("maki2-bicycle-11", '\ue926'), BICYCLE_15("maki2-bicycle-15", '\ue927'), BICYCLE_SHARE_11("maki2-bicycle-share-11", '\ue928'), BICYCLE_SHARE_15("maki2-bicycle-share-15", '\ue929'), BLOOD_BANK_11("maki2-blood-bank-11", '\ue92a'), BLOOD_BANK_15("maki2-blood-bank-15", '\ue92b'), BOWLING_ALLEY_11("maki2-bowling-alley-11", '\ue92c'), BOWLING_ALLEY_15("maki2-bowling-alley-15", '\ue92d'), BRIDGE_11("maki2-bridge-11", '\ue92e'), BRIDGE_15("maki2-bridge-15", '\ue92f'), BUILDING_11("maki2-building-11", '\ue930'), BUILDING_15("maki2-building-15", '\ue931'), BUILDING_ALT1_11("maki2-building-alt1-11", '\ue932'), BUILDING_ALT1_15("maki2-building-alt1-15", '\ue933'), BUS_11("maki2-bus-11", '\ue934'), BUS_15("maki2-bus-15", '\ue935'), CAFE_11("maki2-cafe-11", '\ue936'), CAFE_15("maki2-cafe-15", '\ue937'), CAMPSITE_11("maki2-campsite-11", '\ue938'), CAMPSITE_15("maki2-campsite-15", '\ue939'), CAR_11("maki2-car-11", '\ue93a'), CAR_15("maki2-car-15", '\ue93b'), CAR_RENTAL_11("maki2-car-rental-11", '\ue93c'), CAR_RENTAL_15("maki2-car-rental-15", '\ue93d'), CAR_REPAIR_11("maki2-car-repair-11", '\ue93e'), CAR_REPAIR_15("maki2-car-repair-15", '\ue93f'), CASINO_11("maki2-casino-11", '\ue940'), CASINO_15("maki2-casino-15", '\ue941'), CASTLE_11("maki2-castle-11", '\ue942'), CASTLE_15("maki2-castle-15", '\ue943'), CASTLE_JP_11("maki2-castle-JP-11", '\ue944'), CASTLE_JP_15("maki2-castle-JP-15", '\ue945'), CEMETERY_11("maki2-cemetery-11", '\ue946'), CEMETERY_15("maki2-cemetery-15", '\ue947'), CEMETERY_JP_11("maki2-cemetery-JP-11", '\ue948'), CEMETERY_JP_15("maki2-cemetery-JP-15", '\ue949'), CHARGING_STATION_11("maki2-charging-station-11", '\ue94a'), CHARGING_STATION_15("maki2-charging-station-15", '\ue94b'), CINEMA_11("maki2-cinema-11", '\ue94c'), CINEMA_15("maki2-cinema-15", '\ue94d'), CIRCLE_11("maki2-circle-11", '\ue94e'), CIRCLE_15("maki2-circle-15", '\ue94f'), CIRCLE_STROKED_11("maki2-circle-stroked-11", '\ue950'), CIRCLE_STROKED_15("maki2-circle-stroked-15", '\ue951'), CITY_11("maki2-city-11", '\ue952'), CITY_15("maki2-city-15", '\ue953'), CLOTHING_STORE_11("maki2-clothing-store-11", '\ue954'), CLOTHING_STORE_15("maki2-clothing-store-15", '\ue955'), COLLEGE_11("maki2-college-11", '\ue956'), COLLEGE_15("maki2-college-15", '\ue957'), COLLEGE_JP_11("maki2-college-JP-11", '\ue958'), COLLEGE_JP_15("maki2-college-JP-15", '\ue959'), COMMERCIAL_11("maki2-commercial-11", '\ue95a'), COMMERCIAL_15("maki2-commercial-15", '\ue95b'), COMMUNICATIONS_TOWER_11("maki2-communications-tower-11", '\ue95c'), COMMUNICATIONS_TOWER_15("maki2-communications-tower-15", '\ue95d'), CONFECTIONERY_11("maki2-confectionery-11", '\ue95e'), CONFECTIONERY_15("maki2-confectionery-15", '\ue95f'), CONVENIENCE_11("maki2-convenience-11", '\ue960'), CONVENIENCE_15("maki2-convenience-15", '\ue961'), CRICKET_11("maki2-cricket-11", '\ue962'), CRICKET_15("maki2-cricket-15", '\ue963'), CROSS_11("maki2-cross-11", '\ue964'), CROSS_15("maki2-cross-15", '\ue965'), DAM_11("maki2-dam-11", '\ue966'), DAM_15("maki2-dam-15", '\ue967'), DANGER_11("maki2-danger-11", '\ue968'), DANGER_15("maki2-danger-15", '\ue969'), DEFIBRILLATOR_11("maki2-defibrillator-11", '\ue96a'), DEFIBRILLATOR_15("maki2-defibrillator-15", '\ue96b'), DENTIST_11("maki2-dentist-11", '\ue96c'), DENTIST_15("maki2-dentist-15", '\ue96d'), DOCTOR_11("maki2-doctor-11", '\ue96e'), DOCTOR_15("maki2-doctor-15", '\ue96f'), DOG_PARK_11("maki2-dog-park-11", '\ue970'), DOG_PARK_15("maki2-dog-park-15", '\ue971'), DRINKING_WATER_11("maki2-drinking-water-11", '\ue972'), DRINKING_WATER_15("maki2-drinking-water-15", '\ue973'), EMBASSY_11("maki2-embassy-11", '\ue974'), EMBASSY_15("maki2-embassy-15", '\ue975'), EMERGENCY_PHONE_11("maki2-emergency-phone-11", '\ue976'), EMERGENCY_PHONE_15("maki2-emergency-phone-15", '\ue977'), ENTRANCE_11("maki2-entrance-11", '\ue978'), ENTRANCE_15("maki2-entrance-15", '\ue979'), ENTRANCE_ALT1_11("maki2-entrance-alt1-11", '\ue97a'), ENTRANCE_ALT1_15("maki2-entrance-alt1-15", '\ue97b'), FARM_11("maki2-farm-11", '\ue97c'), FARM_15("maki2-farm-15", '\ue97d'), FAST_FOOD_11("maki2-fast-food-11", '\ue97e'), FAST_FOOD_15("maki2-fast-food-15", '\ue97f'), FENCE_11("maki2-fence-11", '\ue980'), FENCE_15("maki2-fence-15", '\ue981'), FERRY_11("maki2-ferry-11", '\ue982'), FERRY_15("maki2-ferry-15", '\ue983'), FIRE_STATION_11("maki2-fire-station-11", '\ue984'), FIRE_STATION_15("maki2-fire-station-15", '\ue985'), FIRE_STATION_JP_11("maki2-fire-station-JP-11", '\ue986'), FIRE_STATION_JP_15("maki2-fire-station-JP-15", '\ue987'), FITNESS_CENTRE_11("maki2-fitness-centre-11", '\ue988'), FITNESS_CENTRE_15("maki2-fitness-centre-15", '\ue989'), FLORIST_11("maki2-florist-11", '\ue98a'), FLORIST_15("maki2-florist-15", '\ue98b'), FUEL_11("maki2-fuel-11", '\ue98c'), FUEL_15("maki2-fuel-15", '\ue98d'), FURNITURE_11("maki2-furniture-11", '\ue98e'), FURNITURE_15("maki2-furniture-15", '\ue98f'), GAMING_11("maki2-gaming-11", '\ue990'), GAMING_15("maki2-gaming-15", '\ue991'), GARDEN_11("maki2-garden-11", '\ue992'), GARDEN_15("maki2-garden-15", '\ue993'), GARDEN_CENTRE_11("maki2-garden-centre-11", '\ue994'), GARDEN_CENTRE_15("maki2-garden-centre-15", '\ue995'), GIFT_11("maki2-gift-11", '\ue996'), GIFT_15("maki2-gift-15", '\ue997'), GLOBE_11("maki2-globe-11", '\ue998'), GLOBE_15("maki2-globe-15", '\ue999'), GOLF_11("maki2-golf-11", '\ue99a'), GOLF_15("maki2-golf-15", '\ue99b'), GROCERY_11("maki2-grocery-11", '\ue99c'), GROCERY_15("maki2-grocery-15", '\ue99d'), HAIRDRESSER_11("maki2-hairdresser-11", '\ue99e'), HAIRDRESSER_15("maki2-hairdresser-15", '\ue99f'), HARBOR_11("maki2-harbor-11", '\ue9a0'), HARBOR_15("maki2-harbor-15", '\ue9a1'), HARDWARE_11("maki2-hardware-11", '\ue9a2'), HARDWARE_15("maki2-hardware-15", '\ue9a3'), HEART_11("maki2-heart-11", '\ue9a4'), HEART_15("maki2-heart-15", '\ue9a5'), HELIPORT_11("maki2-heliport-11", '\ue9a6'), HELIPORT_15("maki2-heliport-15", '\ue9a7'), HOME_11("maki2-home-11", '\ue9a8'), HOME_15("maki2-home-15", '\ue9a9'), HORSE_RIDING_11("maki2-horse-riding-11", '\ue9aa'), HORSE_RIDING_15("maki2-horse-riding-15", '\ue9ab'), HOSPITAL_11("maki2-hospital-11", '\ue9ac'), HOSPITAL_15("maki2-hospital-15", '\ue9ad'), HOSPITAL_JP_11("maki2-hospital-JP-11", '\ue9ae'), HOSPITAL_JP_15("maki2-hospital-JP-15", '\ue9af'), ICE_CREAM_11("maki2-ice-cream-11", '\ue9b0'), ICE_CREAM_15("maki2-ice-cream-15", '\ue9b1'), INDUSTRY_11("maki2-industry-11", '\ue9b2'), INDUSTRY_15("maki2-industry-15", '\ue9b3'), INFORMATION_11("maki2-information-11", '\ue9b4'), INFORMATION_15("maki2-information-15", '\ue9b5'), JEWELRY_STORE_11("maki2-jewelry-store-11", '\ue9b6'), JEWELRY_STORE_15("maki2-jewelry-store-15", '\ue9b7'), KARAOKE_11("maki2-karaoke-11", '\ue9b8'), KARAOKE_15("maki2-karaoke-15", '\ue9b9'), LANDMARK_11("maki2-landmark-11", '\ue9ba'), LANDMARK_15("maki2-landmark-15", '\ue9bb'), LANDMARK_JP_11("maki2-landmark-JP-11", '\ue9bc'), LANDMARK_JP_15("maki2-landmark-JP-15", '\ue9bd'), LANDUSE_11("maki2-landuse-11", '\ue9be'), LANDUSE_15("maki2-landuse-15", '\ue9bf'), LAUNDRY_11("maki2-laundry-11", '\ue9c0'), LAUNDRY_15("maki2-laundry-15", '\ue9c1'), LIBRARY_11("maki2-library-11", '\ue9c2'), LIBRARY_15("maki2-library-15", '\ue9c3'), LIGHTHOUSE_11("maki2-lighthouse-11", '\ue9c4'), LIGHTHOUSE_15("maki2-lighthouse-15", '\ue9c5'), LODGING_11("maki2-lodging-11", '\ue9c6'), LODGING_15("maki2-lodging-15", '\ue9c7'), LOGGING_11("maki2-logging-11", '\ue9c8'), LOGGING_15("maki2-logging-15", '\ue9c9'), MARKER_11("maki2-marker-11", '\ue9ca'), MARKER_15("maki2-marker-15", '\ue9cb'), MARKER_STROKED_11("maki2-marker-stroked-11", '\ue9cc'), MARKER_STROKED_15("maki2-marker-stroked-15", '\ue9cd'), MOBILE_PHONE_11("maki2-mobile-phone-11", '\ue9ce'), MOBILE_PHONE_15("maki2-mobile-phone-15", '\ue9cf'), MONUMENT_11("maki2-monument-11", '\ue9d0'), MONUMENT_15("maki2-monument-15", '\ue9d1'), MOUNTAIN_11("maki2-mountain-11", '\ue9d2'), MOUNTAIN_15("maki2-mountain-15", '\ue9d3'), MUSEUM_11("maki2-museum-11", '\ue9d4'), MUSEUM_15("maki2-museum-15", '\ue9d5'), MUSIC_11("maki2-music-11", '\ue9d6'), MUSIC_15("maki2-music-15", '\ue9d7'), NATURAL_11("maki2-natural-11", '\ue9d8'), NATURAL_15("maki2-natural-15", '\ue9d9'), OPTICIAN_11("maki2-optician-11", '\ue9da'), OPTICIAN_15("maki2-optician-15", '\ue9db'), PAINT_11("maki2-paint-11", '\ue9dc'), PAINT_15("maki2-paint-15", '\ue9dd'), PARKING_11("maki2-parking-11", '\ue9e2'), PARKING_15("maki2-parking-15", '\ue9e3'), PARKING_GARAGE_11("maki2-parking-garage-11", '\ue9e4'), PARKING_GARAGE_15("maki2-parking-garage-15", '\ue9e5'), PARK_11("maki2-park-11", '\ue9de'), PARK_15("maki2-park-15", '\ue9df'), PARK_ALT1_11("maki2-park-alt1-11", '\ue9e0'), PARK_ALT1_15("maki2-park-alt1-15", '\ue9e1'), PHARMACY_11("maki2-pharmacy-11", '\ue9e6'), PHARMACY_15("maki2-pharmacy-15", '\ue9e7'), PICNIC_SITE_11("maki2-picnic-site-11", '\ue9e8'), PICNIC_SITE_15("maki2-picnic-site-15", '\ue9e9'), PITCH_11("maki2-pitch-11", '\ue9ea'), PITCH_15("maki2-pitch-15", '\ue9eb'), PLACE_OF_WORSHIP_11("maki2-place-of-worship-11", '\ue9ec'), PLACE_OF_WORSHIP_15("maki2-place-of-worship-15", '\ue9ed'), PLAYGROUND_11("maki2-playground-11", '\ue9ee'), PLAYGROUND_15("maki2-playground-15", '\ue9ef'), POLICE_11("maki2-police-11", '\ue9f0'), POLICE_15("maki2-police-15", '\ue9f1'), POLICE_JP_11("maki2-police-JP-11", '\ue9f2'), POLICE_JP_15("maki2-police-JP-15", '\ue9f3'), POST_11("maki2-post-11", '\ue9f4'), POST_15("maki2-post-15", '\ue9f5'), POST_JP_11("maki2-post-JP-11", '\ue9f6'), POST_JP_15("maki2-post-JP-15", '\ue9f7'), PRISON_11("maki2-prison-11", '\ue9f8'), PRISON_15("maki2-prison-15", '\ue9f9'), RAIL_11("maki2-rail-11", '\ue9fa'), RAIL_15("maki2-rail-15", '\ue9fb'), RAIL_LIGHT_11("maki2-rail-light-11", '\ue9fc'), RAIL_LIGHT_15("maki2-rail-light-15", '\ue9fd'), RAIL_METRO_11("maki2-rail-metro-11", '\ue9fe'), RAIL_METRO_15("maki2-rail-metro-15", '\ue9ff'), RANGER_STATION_11("maki2-ranger-station-11", '\uea00'), RANGER_STATION_15("maki2-ranger-station-15", '\uea01'), RECYCLING_11("maki2-recycling-11", '\uea02'), RECYCLING_15("maki2-recycling-15", '\uea03'), RELIGIOUS_BUDDHIST_11("maki2-religious-buddhist-11", '\uea04'), RELIGIOUS_BUDDHIST_15("maki2-religious-buddhist-15", '\uea05'), RELIGIOUS_CHRISTIAN_11("maki2-religious-christian-11", '\uea06'), RELIGIOUS_CHRISTIAN_15("maki2-religious-christian-15", '\uea07'), RELIGIOUS_JEWISH_11("maki2-religious-jewish-11", '\uea08'), RELIGIOUS_JEWISH_15("maki2-religious-jewish-15", '\uea09'), RELIGIOUS_MUSLIM_11("maki2-religious-muslim-11", '\uea0a'), RELIGIOUS_MUSLIM_15("maki2-religious-muslim-15", '\uea0b'), RELIGIOUS_SHINTO_11("maki2-religious-shinto-11", '\uea0c'), RELIGIOUS_SHINTO_15("maki2-religious-shinto-15", '\uea0d'), RESIDENTIAL_COMMUNITY_11("maki2-residential-community-11", '\uea0e'), RESIDENTIAL_COMMUNITY_15("maki2-residential-community-15", '\uea0f'), RESTAURANT_11("maki2-restaurant-11", '\uea10'), RESTAURANT_15("maki2-restaurant-15", '\uea11'), RESTAURANT_NOODLE_11("maki2-restaurant-noodle-11", '\uea12'), RESTAURANT_NOODLE_15("maki2-restaurant-noodle-15", '\uea13'), RESTAURANT_PIZZA_11("maki2-restaurant-pizza-11", '\uea14'), RESTAURANT_PIZZA_15("maki2-restaurant-pizza-15", '\uea15'), RESTAURANT_SEAFOOD_11("maki2-restaurant-seafood-11", '\uea16'), RESTAURANT_SEAFOOD_15("maki2-restaurant-seafood-15", '\uea17'), ROADBLOCK_11("maki2-roadblock-11", '\uea18'), ROADBLOCK_15("maki2-roadblock-15", '\uea19'), ROCKET_11("maki2-rocket-11", '\uea1a'), ROCKET_15("maki2-rocket-15", '\uea1b'), SCHOOL_11("maki2-school-11", '\uea1c'), SCHOOL_15("maki2-school-15", '\uea1d'), SCHOOL_JP_11("maki2-school-JP-11", '\uea1e'), SCHOOL_JP_15("maki2-school-JP-15", '\uea1f'), SCOOTER_11("maki2-scooter-11", '\uea20'), SCOOTER_15("maki2-scooter-15", '\uea21'), SHELTER_11("maki2-shelter-11", '\uea22'), SHELTER_15("maki2-shelter-15", '\uea23'), SHOE_11("maki2-shoe-11", '\uea24'), SHOE_15("maki2-shoe-15", '\uea25'), SHOP_11("maki2-shop-11", '\uea26'), SHOP_15("maki2-shop-15", '\uea27'), SKATEBOARD_11("maki2-skateboard-11", '\uea28'), SKATEBOARD_15("maki2-skateboard-15", '\uea29'), SKIING_11("maki2-skiing-11", '\uea2a'), SKIING_15("maki2-skiing-15", '\uea2b'), SLAUGHTERHOUSE_11("maki2-slaughterhouse-11", '\uea2c'), SLAUGHTERHOUSE_15("maki2-slaughterhouse-15", '\uea2d'), SLIPWAY_11("maki2-slipway-11", '\uea2e'), SLIPWAY_15("maki2-slipway-15", '\uea2f'), SNOWMOBILE_11("maki2-snowmobile-11", '\uea30'), SNOWMOBILE_15("maki2-snowmobile-15", '\uea31'), SOCCER_11("maki2-soccer-11", '\uea32'), SOCCER_15("maki2-soccer-15", '\uea33'), SQUARE_11("maki2-square-11", '\uea34'), SQUARE_15("maki2-square-15", '\uea35'), SQUARE_STROKED_11("maki2-square-stroked-11", '\uea36'), SQUARE_STROKED_15("maki2-square-stroked-15", '\uea37'), STADIUM_11("maki2-stadium-11", '\uea38'), STADIUM_15("maki2-stadium-15", '\uea39'), STAR_11("maki2-star-11", '\uea3a'), STAR_15("maki2-star-15", '\uea3b'), STAR_STROKED_11("maki2-star-stroked-11", '\uea3c'), STAR_STROKED_15("maki2-star-stroked-15", '\uea3d'), SUITCASE_11("maki2-suitcase-11", '\uea3e'), SUITCASE_15("maki2-suitcase-15", '\uea3f'), SUSHI_11("maki2-sushi-11", '\uea40'), SUSHI_15("maki2-sushi-15", '\uea41'), SWIMMING_11("maki2-swimming-11", '\uea42'), SWIMMING_15("maki2-swimming-15", '\uea43'), TABLE_TENNIS_11("maki2-table-tennis-11", '\uea44'), TABLE_TENNIS_15("maki2-table-tennis-15", '\uea45'), TEAHOUSE_11("maki2-teahouse-11", '\uea46'), TEAHOUSE_15("maki2-teahouse-15", '\uea47'), TELEPHONE_11("maki2-telephone-11", '\uea48'), TELEPHONE_15("maki2-telephone-15", '\uea49'), TENNIS_11("maki2-tennis-11", '\uea4a'), TENNIS_15("maki2-tennis-15", '\uea4b'), THEATRE_11("maki2-theatre-11", '\uea4c'), THEATRE_15("maki2-theatre-15", '\uea4d'), TOILET_11("maki2-toilet-11", '\uea4e'), TOILET_15("maki2-toilet-15", '\uea4f'), TOWN_11("maki2-town-11", '\uea50'), TOWN_15("maki2-town-15", '\uea51'), TOWN_HALL_11("maki2-town-hall-11", '\uea52'), TOWN_HALL_15("maki2-town-hall-15", '\uea53'), TRIANGLE_11("maki2-triangle-11", '\uea54'), TRIANGLE_15("maki2-triangle-15", '\uea55'), TRIANGLE_STROKED_11("maki2-triangle-stroked-11", '\uea56'), TRIANGLE_STROKED_15("maki2-triangle-stroked-15", '\uea57'), VETERINARY_11("maki2-veterinary-11", '\uea58'), VETERINARY_15("maki2-veterinary-15", '\uea59'), VIEWPOINT_11("maki2-viewpoint-11", '\uea5a'), VIEWPOINT_15("maki2-viewpoint-15", '\uea5b'), VILLAGE_11("maki2-village-11", '\uea5c'), VILLAGE_15("maki2-village-15", '\uea5d'), VOLCANO_11("maki2-volcano-11", '\uea5e'), VOLCANO_15("maki2-volcano-15", '\uea5f'), VOLLEYBALL_11("maki2-volleyball-11", '\uea60'), VOLLEYBALL_15("maki2-volleyball-15", '\uea61'), WAREHOUSE_11("maki2-warehouse-11", '\uea62'), WAREHOUSE_15("maki2-warehouse-15", '\uea63'), WASTE_BASKET_11("maki2-waste-basket-11", '\uea64'), WASTE_BASKET_15("maki2-waste-basket-15", '\uea65'), WATCH_11("maki2-watch-11", '\uea66'), WATCH_15("maki2-watch-15", '\uea67'), WATERFALL_11("maki2-waterfall-11", '\uea6a'), WATERFALL_15("maki2-waterfall-15", '\uea6b'), WATERMILL_11("maki2-watermill-11", '\uea6c'), WATERMILL_15("maki2-watermill-15", '\uea6d'), WATER_11("maki2-water-11", '\uea68'), WATER_15("maki2-water-15", '\uea69'), WETLAND_11("maki2-wetland-11", '\uea6e'), WETLAND_15("maki2-wetland-15", '\uea6f'), WHEELCHAIR_11("maki2-wheelchair-11", '\uea70'), WHEELCHAIR_15("maki2-wheelchair-15", '\uea71'), WINDMILL_11("maki2-windmill-11", '\uea72'), WINDMILL_15("maki2-windmill-15", '\uea73'), ZOO_11("maki2-zoo-11", '\uea74'), ZOO_15("maki2-zoo-15", '\uea75'); public static Maki2 findByDescription(String description) { for (Maki2 font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Maki2(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-maki2-pack/src/main/java/org/kordamp/ikonli/maki2/Maki2IkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.maki2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Maki2IkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/maki2/6.2.0/fonts/maki2.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("maki2-"); } @Override public Ikon resolve(String description) { return Maki2.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Maki2"; } } ================================================ FILE: icon-packs/ikonli-maki2-pack/src/main/java/org/kordamp/ikonli/maki2/Maki2IkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.maki2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class Maki2IkonProvider implements IkonProvider { @Override public Class getIkon() { return Maki2.class; } } ================================================ FILE: icon-packs/ikonli-maki2-pack/src/main/resources/META-INF/resources/maki2/6.2.0/css/maki2.css ================================================ @font-face { font-family: 'Maki2'; src: url('../fonts/maki2.eot?qz0pfi'); src: url('../fonts/maki2.eot?qz0pfi#iefix') format('embedded-opentype'), url('../fonts/maki2.ttf?qz0pfi') format('truetype'), url('../fonts/maki2.woff?qz0pfi') format('woff'), url('../fonts/maki2.svg?qz0pfi#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="maki2-"], [class*=" maki2-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Maki2' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .maki2-aerialway-11:before { content: "\e900"; } .maki2-aerialway-15:before { content: "\e901"; } .maki2-airfield-11:before { content: "\e902"; } .maki2-airfield-15:before { content: "\e903"; } .maki2-airport-11:before { content: "\e904"; } .maki2-airport-15:before { content: "\e905"; } .maki2-alcohol-shop-11:before { content: "\e906"; } .maki2-alcohol-shop-15:before { content: "\e907"; } .maki2-american-football-11:before { content: "\e908"; } .maki2-american-football-15:before { content: "\e909"; } .maki2-amusement-park-11:before { content: "\e90a"; } .maki2-amusement-park-15:before { content: "\e90b"; } .maki2-aquarium-11:before { content: "\e90c"; } .maki2-aquarium-15:before { content: "\e90d"; } .maki2-art-gallery-11:before { content: "\e90e"; } .maki2-art-gallery-15:before { content: "\e90f"; } .maki2-attraction-11:before { content: "\e910"; } .maki2-attraction-15:before { content: "\e911"; } .maki2-bakery-11:before { content: "\e912"; } .maki2-bakery-15:before { content: "\e913"; } .maki2-bank-11:before { content: "\e914"; } .maki2-bank-15:before { content: "\e915"; } .maki2-bank-JP-11:before { content: "\e916"; } .maki2-bank-JP-15:before { content: "\e917"; } .maki2-bar-11:before { content: "\e918"; } .maki2-bar-15:before { content: "\e919"; } .maki2-barrier-11:before { content: "\e91a"; } .maki2-barrier-15:before { content: "\e91b"; } .maki2-baseball-11:before { content: "\e91c"; } .maki2-baseball-15:before { content: "\e91d"; } .maki2-basketball-11:before { content: "\e91e"; } .maki2-basketball-15:before { content: "\e91f"; } .maki2-bbq-11:before { content: "\e920"; } .maki2-bbq-15:before { content: "\e921"; } .maki2-beach-11:before { content: "\e922"; } .maki2-beach-15:before { content: "\e923"; } .maki2-beer-11:before { content: "\e924"; } .maki2-beer-15:before { content: "\e925"; } .maki2-bicycle-11:before { content: "\e926"; } .maki2-bicycle-15:before { content: "\e927"; } .maki2-bicycle-share-11:before { content: "\e928"; } .maki2-bicycle-share-15:before { content: "\e929"; } .maki2-blood-bank-11:before { content: "\e92a"; } .maki2-blood-bank-15:before { content: "\e92b"; } .maki2-bowling-alley-11:before { content: "\e92c"; } .maki2-bowling-alley-15:before { content: "\e92d"; } .maki2-bridge-11:before { content: "\e92e"; } .maki2-bridge-15:before { content: "\e92f"; } .maki2-building-11:before { content: "\e930"; } .maki2-building-15:before { content: "\e931"; } .maki2-building-alt1-11:before { content: "\e932"; } .maki2-building-alt1-15:before { content: "\e933"; } .maki2-bus-11:before { content: "\e934"; } .maki2-bus-15:before { content: "\e935"; } .maki2-cafe-11:before { content: "\e936"; } .maki2-cafe-15:before { content: "\e937"; } .maki2-campsite-11:before { content: "\e938"; } .maki2-campsite-15:before { content: "\e939"; } .maki2-car-11:before { content: "\e93a"; } .maki2-car-15:before { content: "\e93b"; } .maki2-car-rental-11:before { content: "\e93c"; } .maki2-car-rental-15:before { content: "\e93d"; } .maki2-car-repair-11:before { content: "\e93e"; } .maki2-car-repair-15:before { content: "\e93f"; } .maki2-casino-11:before { content: "\e940"; } .maki2-casino-15:before { content: "\e941"; } .maki2-castle-11:before { content: "\e942"; } .maki2-castle-15:before { content: "\e943"; } .maki2-castle-JP-11:before { content: "\e944"; } .maki2-castle-JP-15:before { content: "\e945"; } .maki2-cemetery-11:before { content: "\e946"; } .maki2-cemetery-15:before { content: "\e947"; } .maki2-cemetery-JP-11:before { content: "\e948"; } .maki2-cemetery-JP-15:before { content: "\e949"; } .maki2-charging-station-11:before { content: "\e94a"; } .maki2-charging-station-15:before { content: "\e94b"; } .maki2-cinema-11:before { content: "\e94c"; } .maki2-cinema-15:before { content: "\e94d"; } .maki2-circle-11:before { content: "\e94e"; } .maki2-circle-15:before { content: "\e94f"; } .maki2-circle-stroked-11:before { content: "\e950"; } .maki2-circle-stroked-15:before { content: "\e951"; } .maki2-city-11:before { content: "\e952"; } .maki2-city-15:before { content: "\e953"; } .maki2-clothing-store-11:before { content: "\e954"; } .maki2-clothing-store-15:before { content: "\e955"; } .maki2-college-11:before { content: "\e956"; } .maki2-college-15:before { content: "\e957"; } .maki2-college-JP-11:before { content: "\e958"; } .maki2-college-JP-15:before { content: "\e959"; } .maki2-commercial-11:before { content: "\e95a"; } .maki2-commercial-15:before { content: "\e95b"; } .maki2-communications-tower-11:before { content: "\e95c"; } .maki2-communications-tower-15:before { content: "\e95d"; } .maki2-confectionery-11:before { content: "\e95e"; } .maki2-confectionery-15:before { content: "\e95f"; } .maki2-convenience-11:before { content: "\e960"; } .maki2-convenience-15:before { content: "\e961"; } .maki2-cricket-11:before { content: "\e962"; } .maki2-cricket-15:before { content: "\e963"; } .maki2-cross-11:before { content: "\e964"; } .maki2-cross-15:before { content: "\e965"; } .maki2-dam-11:before { content: "\e966"; } .maki2-dam-15:before { content: "\e967"; } .maki2-danger-11:before { content: "\e968"; } .maki2-danger-15:before { content: "\e969"; } .maki2-defibrillator-11:before { content: "\e96a"; } .maki2-defibrillator-15:before { content: "\e96b"; } .maki2-dentist-11:before { content: "\e96c"; } .maki2-dentist-15:before { content: "\e96d"; } .maki2-doctor-11:before { content: "\e96e"; } .maki2-doctor-15:before { content: "\e96f"; } .maki2-dog-park-11:before { content: "\e970"; } .maki2-dog-park-15:before { content: "\e971"; } .maki2-drinking-water-11:before { content: "\e972"; } .maki2-drinking-water-15:before { content: "\e973"; } .maki2-embassy-11:before { content: "\e974"; } .maki2-embassy-15:before { content: "\e975"; } .maki2-emergency-phone-11:before { content: "\e976"; } .maki2-emergency-phone-15:before { content: "\e977"; } .maki2-entrance-11:before { content: "\e978"; } .maki2-entrance-15:before { content: "\e979"; } .maki2-entrance-alt1-11:before { content: "\e97a"; } .maki2-entrance-alt1-15:before { content: "\e97b"; } .maki2-farm-11:before { content: "\e97c"; } .maki2-farm-15:before { content: "\e97d"; } .maki2-fast-food-11:before { content: "\e97e"; } .maki2-fast-food-15:before { content: "\e97f"; } .maki2-fence-11:before { content: "\e980"; } .maki2-fence-15:before { content: "\e981"; } .maki2-ferry-11:before { content: "\e982"; } .maki2-ferry-15:before { content: "\e983"; } .maki2-fire-station-11:before { content: "\e984"; } .maki2-fire-station-15:before { content: "\e985"; } .maki2-fire-station-JP-11:before { content: "\e986"; } .maki2-fire-station-JP-15:before { content: "\e987"; } .maki2-fitness-centre-11:before { content: "\e988"; } .maki2-fitness-centre-15:before { content: "\e989"; } .maki2-florist-11:before { content: "\e98a"; } .maki2-florist-15:before { content: "\e98b"; } .maki2-fuel-11:before { content: "\e98c"; } .maki2-fuel-15:before { content: "\e98d"; } .maki2-furniture-11:before { content: "\e98e"; } .maki2-furniture-15:before { content: "\e98f"; } .maki2-gaming-11:before { content: "\e990"; } .maki2-gaming-15:before { content: "\e991"; } .maki2-garden-11:before { content: "\e992"; } .maki2-garden-15:before { content: "\e993"; } .maki2-garden-centre-11:before { content: "\e994"; } .maki2-garden-centre-15:before { content: "\e995"; } .maki2-gift-11:before { content: "\e996"; } .maki2-gift-15:before { content: "\e997"; } .maki2-globe-11:before { content: "\e998"; } .maki2-globe-15:before { content: "\e999"; } .maki2-golf-11:before { content: "\e99a"; } .maki2-golf-15:before { content: "\e99b"; } .maki2-grocery-11:before { content: "\e99c"; } .maki2-grocery-15:before { content: "\e99d"; } .maki2-hairdresser-11:before { content: "\e99e"; } .maki2-hairdresser-15:before { content: "\e99f"; } .maki2-harbor-11:before { content: "\e9a0"; } .maki2-harbor-15:before { content: "\e9a1"; } .maki2-hardware-11:before { content: "\e9a2"; } .maki2-hardware-15:before { content: "\e9a3"; } .maki2-heart-11:before { content: "\e9a4"; } .maki2-heart-15:before { content: "\e9a5"; } .maki2-heliport-11:before { content: "\e9a6"; } .maki2-heliport-15:before { content: "\e9a7"; } .maki2-home-11:before { content: "\e9a8"; } .maki2-home-15:before { content: "\e9a9"; } .maki2-horse-riding-11:before { content: "\e9aa"; } .maki2-horse-riding-15:before { content: "\e9ab"; } .maki2-hospital-11:before { content: "\e9ac"; } .maki2-hospital-15:before { content: "\e9ad"; } .maki2-hospital-JP-11:before { content: "\e9ae"; } .maki2-hospital-JP-15:before { content: "\e9af"; } .maki2-ice-cream-11:before { content: "\e9b0"; } .maki2-ice-cream-15:before { content: "\e9b1"; } .maki2-industry-11:before { content: "\e9b2"; } .maki2-industry-15:before { content: "\e9b3"; } .maki2-information-11:before { content: "\e9b4"; } .maki2-information-15:before { content: "\e9b5"; } .maki2-jewelry-store-11:before { content: "\e9b6"; } .maki2-jewelry-store-15:before { content: "\e9b7"; } .maki2-karaoke-11:before { content: "\e9b8"; } .maki2-karaoke-15:before { content: "\e9b9"; } .maki2-landmark-11:before { content: "\e9ba"; } .maki2-landmark-15:before { content: "\e9bb"; } .maki2-landmark-JP-11:before { content: "\e9bc"; } .maki2-landmark-JP-15:before { content: "\e9bd"; } .maki2-landuse-11:before { content: "\e9be"; } .maki2-landuse-15:before { content: "\e9bf"; } .maki2-laundry-11:before { content: "\e9c0"; } .maki2-laundry-15:before { content: "\e9c1"; } .maki2-library-11:before { content: "\e9c2"; } .maki2-library-15:before { content: "\e9c3"; } .maki2-lighthouse-11:before { content: "\e9c4"; } .maki2-lighthouse-15:before { content: "\e9c5"; } .maki2-lodging-11:before { content: "\e9c6"; } .maki2-lodging-15:before { content: "\e9c7"; } .maki2-logging-11:before { content: "\e9c8"; } .maki2-logging-15:before { content: "\e9c9"; } .maki2-marker-11:before { content: "\e9ca"; } .maki2-marker-15:before { content: "\e9cb"; } .maki2-marker-stroked-11:before { content: "\e9cc"; } .maki2-marker-stroked-15:before { content: "\e9cd"; } .maki2-mobile-phone-11:before { content: "\e9ce"; } .maki2-mobile-phone-15:before { content: "\e9cf"; } .maki2-monument-11:before { content: "\e9d0"; } .maki2-monument-15:before { content: "\e9d1"; } .maki2-mountain-11:before { content: "\e9d2"; } .maki2-mountain-15:before { content: "\e9d3"; } .maki2-museum-11:before { content: "\e9d4"; } .maki2-museum-15:before { content: "\e9d5"; } .maki2-music-11:before { content: "\e9d6"; } .maki2-music-15:before { content: "\e9d7"; } .maki2-natural-11:before { content: "\e9d8"; } .maki2-natural-15:before { content: "\e9d9"; } .maki2-optician-11:before { content: "\e9da"; } .maki2-optician-15:before { content: "\e9db"; } .maki2-paint-11:before { content: "\e9dc"; } .maki2-paint-15:before { content: "\e9dd"; } .maki2-park-11:before { content: "\e9de"; } .maki2-park-15:before { content: "\e9df"; } .maki2-park-alt1-11:before { content: "\e9e0"; } .maki2-park-alt1-15:before { content: "\e9e1"; } .maki2-parking-11:before { content: "\e9e2"; } .maki2-parking-15:before { content: "\e9e3"; } .maki2-parking-garage-11:before { content: "\e9e4"; } .maki2-parking-garage-15:before { content: "\e9e5"; } .maki2-pharmacy-11:before { content: "\e9e6"; } .maki2-pharmacy-15:before { content: "\e9e7"; } .maki2-picnic-site-11:before { content: "\e9e8"; } .maki2-picnic-site-15:before { content: "\e9e9"; } .maki2-pitch-11:before { content: "\e9ea"; } .maki2-pitch-15:before { content: "\e9eb"; } .maki2-place-of-worship-11:before { content: "\e9ec"; } .maki2-place-of-worship-15:before { content: "\e9ed"; } .maki2-playground-11:before { content: "\e9ee"; } .maki2-playground-15:before { content: "\e9ef"; } .maki2-police-11:before { content: "\e9f0"; } .maki2-police-15:before { content: "\e9f1"; } .maki2-police-JP-11:before { content: "\e9f2"; } .maki2-police-JP-15:before { content: "\e9f3"; } .maki2-post-11:before { content: "\e9f4"; } .maki2-post-15:before { content: "\e9f5"; } .maki2-post-JP-11:before { content: "\e9f6"; } .maki2-post-JP-15:before { content: "\e9f7"; } .maki2-prison-11:before { content: "\e9f8"; } .maki2-prison-15:before { content: "\e9f9"; } .maki2-rail-11:before { content: "\e9fa"; } .maki2-rail-15:before { content: "\e9fb"; } .maki2-rail-light-11:before { content: "\e9fc"; } .maki2-rail-light-15:before { content: "\e9fd"; } .maki2-rail-metro-11:before { content: "\e9fe"; } .maki2-rail-metro-15:before { content: "\e9ff"; } .maki2-ranger-station-11:before { content: "\ea00"; } .maki2-ranger-station-15:before { content: "\ea01"; } .maki2-recycling-11:before { content: "\ea02"; } .maki2-recycling-15:before { content: "\ea03"; } .maki2-religious-buddhist-11:before { content: "\ea04"; } .maki2-religious-buddhist-15:before { content: "\ea05"; } .maki2-religious-christian-11:before { content: "\ea06"; } .maki2-religious-christian-15:before { content: "\ea07"; } .maki2-religious-jewish-11:before { content: "\ea08"; } .maki2-religious-jewish-15:before { content: "\ea09"; } .maki2-religious-muslim-11:before { content: "\ea0a"; } .maki2-religious-muslim-15:before { content: "\ea0b"; } .maki2-religious-shinto-11:before { content: "\ea0c"; } .maki2-religious-shinto-15:before { content: "\ea0d"; } .maki2-residential-community-11:before { content: "\ea0e"; } .maki2-residential-community-15:before { content: "\ea0f"; } .maki2-restaurant-11:before { content: "\ea10"; } .maki2-restaurant-15:before { content: "\ea11"; } .maki2-restaurant-noodle-11:before { content: "\ea12"; } .maki2-restaurant-noodle-15:before { content: "\ea13"; } .maki2-restaurant-pizza-11:before { content: "\ea14"; } .maki2-restaurant-pizza-15:before { content: "\ea15"; } .maki2-restaurant-seafood-11:before { content: "\ea16"; } .maki2-restaurant-seafood-15:before { content: "\ea17"; } .maki2-roadblock-11:before { content: "\ea18"; } .maki2-roadblock-15:before { content: "\ea19"; } .maki2-rocket-11:before { content: "\ea1a"; } .maki2-rocket-15:before { content: "\ea1b"; } .maki2-school-11:before { content: "\ea1c"; } .maki2-school-15:before { content: "\ea1d"; } .maki2-school-JP-11:before { content: "\ea1e"; } .maki2-school-JP-15:before { content: "\ea1f"; } .maki2-scooter-11:before { content: "\ea20"; } .maki2-scooter-15:before { content: "\ea21"; } .maki2-shelter-11:before { content: "\ea22"; } .maki2-shelter-15:before { content: "\ea23"; } .maki2-shoe-11:before { content: "\ea24"; } .maki2-shoe-15:before { content: "\ea25"; } .maki2-shop-11:before { content: "\ea26"; } .maki2-shop-15:before { content: "\ea27"; } .maki2-skateboard-11:before { content: "\ea28"; } .maki2-skateboard-15:before { content: "\ea29"; } .maki2-skiing-11:before { content: "\ea2a"; } .maki2-skiing-15:before { content: "\ea2b"; } .maki2-slaughterhouse-11:before { content: "\ea2c"; } .maki2-slaughterhouse-15:before { content: "\ea2d"; } .maki2-slipway-11:before { content: "\ea2e"; } .maki2-slipway-15:before { content: "\ea2f"; } .maki2-snowmobile-11:before { content: "\ea30"; } .maki2-snowmobile-15:before { content: "\ea31"; } .maki2-soccer-11:before { content: "\ea32"; } .maki2-soccer-15:before { content: "\ea33"; } .maki2-square-11:before { content: "\ea34"; } .maki2-square-15:before { content: "\ea35"; } .maki2-square-stroked-11:before { content: "\ea36"; } .maki2-square-stroked-15:before { content: "\ea37"; } .maki2-stadium-11:before { content: "\ea38"; } .maki2-stadium-15:before { content: "\ea39"; } .maki2-star-11:before { content: "\ea3a"; } .maki2-star-15:before { content: "\ea3b"; } .maki2-star-stroked-11:before { content: "\ea3c"; } .maki2-star-stroked-15:before { content: "\ea3d"; } .maki2-suitcase-11:before { content: "\ea3e"; } .maki2-suitcase-15:before { content: "\ea3f"; } .maki2-sushi-11:before { content: "\ea40"; } .maki2-sushi-15:before { content: "\ea41"; } .maki2-swimming-11:before { content: "\ea42"; } .maki2-swimming-15:before { content: "\ea43"; } .maki2-table-tennis-11:before { content: "\ea44"; } .maki2-table-tennis-15:before { content: "\ea45"; } .maki2-teahouse-11:before { content: "\ea46"; } .maki2-teahouse-15:before { content: "\ea47"; } .maki2-telephone-11:before { content: "\ea48"; } .maki2-telephone-15:before { content: "\ea49"; } .maki2-tennis-11:before { content: "\ea4a"; } .maki2-tennis-15:before { content: "\ea4b"; } .maki2-theatre-11:before { content: "\ea4c"; } .maki2-theatre-15:before { content: "\ea4d"; } .maki2-toilet-11:before { content: "\ea4e"; } .maki2-toilet-15:before { content: "\ea4f"; } .maki2-town-11:before { content: "\ea50"; } .maki2-town-15:before { content: "\ea51"; } .maki2-town-hall-11:before { content: "\ea52"; } .maki2-town-hall-15:before { content: "\ea53"; } .maki2-triangle-11:before { content: "\ea54"; } .maki2-triangle-15:before { content: "\ea55"; } .maki2-triangle-stroked-11:before { content: "\ea56"; } .maki2-triangle-stroked-15:before { content: "\ea57"; } .maki2-veterinary-11:before { content: "\ea58"; } .maki2-veterinary-15:before { content: "\ea59"; } .maki2-viewpoint-11:before { content: "\ea5a"; } .maki2-viewpoint-15:before { content: "\ea5b"; } .maki2-village-11:before { content: "\ea5c"; } .maki2-village-15:before { content: "\ea5d"; } .maki2-volcano-11:before { content: "\ea5e"; } .maki2-volcano-15:before { content: "\ea5f"; } .maki2-volleyball-11:before { content: "\ea60"; } .maki2-volleyball-15:before { content: "\ea61"; } .maki2-warehouse-11:before { content: "\ea62"; } .maki2-warehouse-15:before { content: "\ea63"; } .maki2-waste-basket-11:before { content: "\ea64"; } .maki2-waste-basket-15:before { content: "\ea65"; } .maki2-watch-11:before { content: "\ea66"; } .maki2-watch-15:before { content: "\ea67"; } .maki2-water-11:before { content: "\ea68"; } .maki2-water-15:before { content: "\ea69"; } .maki2-waterfall-11:before { content: "\ea6a"; } .maki2-waterfall-15:before { content: "\ea6b"; } .maki2-watermill-11:before { content: "\ea6c"; } .maki2-watermill-15:before { content: "\ea6d"; } .maki2-wetland-11:before { content: "\ea6e"; } .maki2-wetland-15:before { content: "\ea6f"; } .maki2-wheelchair-11:before { content: "\ea70"; } .maki2-wheelchair-15:before { content: "\ea71"; } .maki2-windmill-11:before { content: "\ea72"; } .maki2-windmill-15:before { content: "\ea73"; } .maki2-zoo-11:before { content: "\ea74"; } .maki2-zoo-15:before { content: "\ea75"; } ================================================ FILE: icon-packs/ikonli-mapicons-pack/ikonli-mapicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-mapicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.mapicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.mapicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.mapicons.MapiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.mapicons.MapiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-mapicons-pack/src/main/java/org/kordamp/ikonli/mapicons/Mapicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.mapicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Mapicons implements Ikon { ABSEILING("map-icon-abseiling", '\ue800'), ACCOUNTING("map-icon-accounting", '\ue801'), AIRPORT("map-icon-airport", '\ue802'), AMUSEMENT_PARK("map-icon-amusement-park", '\ue803'), AQUARIUM("map-icon-aquarium", '\ue804'), ARCHERY("map-icon-archery", '\ue805'), ART_GALLERY("map-icon-art-gallery", '\ue806'), ASSISTIVE_LISTENING_SYSTEM("map-icon-assistive-listening-system", '\ue807'), ATM("map-icon-atm", '\ue808'), AUDIO_DESCRIPTION("map-icon-audio-description", '\ue809'), BAKERY("map-icon-bakery", '\ue80a'), BANK("map-icon-bank", '\ue80b'), BAR("map-icon-bar", '\ue80c'), BASEBALL("map-icon-baseball", '\ue80d'), BEAUTY_SALON("map-icon-beauty-salon", '\ue80e'), BICYCLE_STORE("map-icon-bicycle-store", '\ue80f'), BICYCLING("map-icon-bicycling", '\ue810'), BOATING("map-icon-boating", '\ue813'), BOAT_RAMP("map-icon-boat-ramp", '\ue811'), BOAT_TOUR("map-icon-boat-tour", '\ue812'), BOOK_STORE("map-icon-book-store", '\ue814'), BOWLING_ALLEY("map-icon-bowling-alley", '\ue815'), BRAILLE("map-icon-braille", '\ue816'), BUS_STATION("map-icon-bus-station", '\ue817'), CAFE("map-icon-cafe", '\ue818'), CAMPGROUND("map-icon-campground", '\ue819'), CANOE("map-icon-canoe", '\ue81a'), CAR_DEALER("map-icon-car-dealer", '\ue81b'), CAR_RENTAL("map-icon-car-rental", '\ue81c'), CAR_REPAIR("map-icon-car-repair", '\ue81d'), CAR_WASH("map-icon-car-wash", '\ue81e'), CASINO("map-icon-casino", '\ue81f'), CEMETERY("map-icon-cemetery", '\ue820'), CHAIRLIFT("map-icon-chairlift", '\ue821'), CHURCH("map-icon-church", '\ue822'), CIRCLE("map-icon-circle", '\ue823'), CITY_HALL("map-icon-city-hall", '\ue824'), CLIMBING("map-icon-climbing", '\ue825'), CLOSED_CAPTIONING("map-icon-closed-captioning", '\ue826'), CLOTHING_STORE("map-icon-clothing-store", '\ue827'), COMPASS("map-icon-compass", '\ue828'), CONVENIENCE_STORE("map-icon-convenience-store", '\ue829'), COURTHOUSE("map-icon-courthouse", '\ue82a'), CROSSHAIRS("map-icon-crosshairs", '\ue82c'), CROSS_COUNTRY_SKIING("map-icon-cross-country-skiing", '\ue82b'), DENTIST("map-icon-dentist", '\ue82d'), DEPARTMENT_STORE("map-icon-department-store", '\ue82e'), DIVING("map-icon-diving", '\ue82f'), DOCTOR("map-icon-doctor", '\ue830'), ELECTRICIAN("map-icon-electrician", '\ue831'), ELECTRONICS_STORE("map-icon-electronics-store", '\ue832'), EMBASSY("map-icon-embassy", '\ue833'), EXPAND("map-icon-expand", '\ue834'), FEMALE("map-icon-female", '\ue835'), FINANCE("map-icon-finance", '\ue836'), FIRE_STATION("map-icon-fire-station", '\ue837'), FISHING("map-icon-fishing", '\ue83a'), FISHING_PIER("map-icon-fishing-pier", '\ue839'), FISH_CLEANING("map-icon-fish-cleaning", '\ue838'), FLORIST("map-icon-florist", '\ue83b'), FOOD("map-icon-food", '\ue83c'), FULLSCREEN("map-icon-fullscreen", '\ue83d'), FUNERAL_HOME("map-icon-funeral-home", '\ue83e'), FURNITURE_STORE("map-icon-furniture-store", '\ue83f'), GAS_STATION("map-icon-gas-station", '\ue840'), GENERAL_CONTRACTOR("map-icon-general-contractor", '\ue841'), GOLF("map-icon-golf", '\ue842'), GROCERY_OR_SUPERMARKET("map-icon-grocery-or-supermarket", '\ue843'), GYM("map-icon-gym", '\ue844'), HAIR_CARE("map-icon-hair-care", '\ue845'), HANG_GLIDING("map-icon-hang-gliding", '\ue846'), HARDWARE_STORE("map-icon-hardware-store", '\ue847'), HEALTH("map-icon-health", '\ue848'), HINDU_TEMPLE("map-icon-hindu-temple", '\ue849'), HORSE_RIDING("map-icon-horse-riding", '\ue84a'), HOSPITAL("map-icon-hospital", '\ue84b'), ICE_FISHING("map-icon-ice-fishing", '\ue84c'), ICE_SKATING("map-icon-ice-skating", '\ue84d'), INLINE_SKATING("map-icon-inline-skating", '\ue84e'), INSURANCE_AGENCY("map-icon-insurance-agency", '\ue84f'), JET_SKIING("map-icon-jet-skiing", '\ue850'), JEWELRY_STORE("map-icon-jewelry-store", '\ue851'), KAYAKING("map-icon-kayaking", '\ue852'), LAUNDRY("map-icon-laundry", '\ue853'), LAWYER("map-icon-lawyer", '\ue854'), LIBRARY("map-icon-library", '\ue855'), LIQUOR_STORE("map-icon-liquor-store", '\ue856'), LOCAL_GOVERNMENT("map-icon-local-government", '\ue857'), LOCATION_ARROW("map-icon-location-arrow", '\ue858'), LOCKSMITH("map-icon-locksmith", '\ue859'), LODGING("map-icon-lodging", '\ue85a'), LOW_VISION_ACCESS("map-icon-low-vision-access", '\ue85b'), MALE("map-icon-male", '\ue85c'), MAP_PIN("map-icon-map-pin", '\ue85d'), MARINA("map-icon-marina", '\ue85e'), MOSQUE("map-icon-mosque", '\ue85f'), MOTOBIKE_TRAIL("map-icon-motobike-trail", '\ue860'), MOVIE_RENTAL("map-icon-movie-rental", '\ue861'), MOVIE_THEATER("map-icon-movie-theater", '\ue862'), MOVING_COMPANY("map-icon-moving-company", '\ue863'), MUSEUM("map-icon-museum", '\ue864'), NATURAL_FEATURE("map-icon-natural-feature", '\ue865'), NIGHT_CLUB("map-icon-night-club", '\ue866'), OPEN_CAPTIONING("map-icon-open-captioning", '\ue867'), PAINTER("map-icon-painter", '\ue868'), PARK("map-icon-park", '\ue869'), PARKING("map-icon-parking", '\ue86a'), PET_STORE("map-icon-pet-store", '\ue86b'), PHARMACY("map-icon-pharmacy", '\ue86c'), PHYSIOTHERAPIST("map-icon-physiotherapist", '\ue86d'), PLACE_OF_WORSHIP("map-icon-place-of-worship", '\ue86e'), PLAYGROUND("map-icon-playground", '\ue86f'), PLUMBER("map-icon-plumber", '\ue870'), POINT_OF_INTEREST("map-icon-point-of-interest", '\ue871'), POLICE("map-icon-police", '\ue872'), POLITICAL("map-icon-political", '\ue873'), POSTAL_CODE("map-icon-postal-code", '\ue877'), POSTAL_CODE_PREFIX("map-icon-postal-code-prefix", '\ue876'), POST_BOX("map-icon-post-box", '\ue874'), POST_OFFICE("map-icon-post-office", '\ue875'), RAFTING("map-icon-rafting", '\ue878'), REAL_ESTATE_AGENCY("map-icon-real-estate-agency", '\ue879'), RESTAURANT("map-icon-restaurant", '\ue87a'), ROOFING_CONTRACTOR("map-icon-roofing-contractor", '\ue87b'), ROUTE("map-icon-route", '\ue87d'), ROUTE_PIN("map-icon-route-pin", '\ue87c'), RV_PARK("map-icon-rv-park", '\ue87e'), SAILING("map-icon-sailing", '\ue87f'), SCHOOL("map-icon-school", '\ue880'), SCUBA_DIVING("map-icon-scuba-diving", '\ue881'), SEARCH("map-icon-search", '\ue882'), SHIELD("map-icon-shield", '\ue883'), SHOPPING_MALL("map-icon-shopping-mall", '\ue884'), SIGN_LANGUAGE("map-icon-sign-language", '\ue885'), SKATEBOARDING("map-icon-skateboarding", '\ue886'), SKIING("map-icon-skiing", '\ue888'), SKI_JUMPING("map-icon-ski-jumping", '\ue887'), SLEDDING("map-icon-sledding", '\ue889'), SNOW("map-icon-snow", '\ue88b'), SNOWBOARDING("map-icon-snowboarding", '\ue88c'), SNOWMOBILE("map-icon-snowmobile", '\ue88d'), SNOW_SHOEING("map-icon-snow-shoeing", '\ue88a'), SPA("map-icon-spa", '\ue88e'), SQUARE("map-icon-square", '\ue891'), SQUARE_PIN("map-icon-square-pin", '\ue88f'), SQUARE_ROUNDED("map-icon-square-rounded", '\ue890'), STADIUM("map-icon-stadium", '\ue892'), STORAGE("map-icon-storage", '\ue893'), STORE("map-icon-store", '\ue894'), SUBWAY_STATION("map-icon-subway-station", '\ue895'), SURFING("map-icon-surfing", '\ue896'), SWIMMING("map-icon-swimming", '\ue897'), SYNAGOGUE("map-icon-synagogue", '\ue898'), TAXI_STAND("map-icon-taxi-stand", '\ue899'), TENNIS("map-icon-tennis", '\ue89a'), TOILET("map-icon-toilet", '\ue89b'), TRAIL_WALKING("map-icon-trail-walking", '\ue89c'), TRAIN_STATION("map-icon-train-station", '\ue89d'), TRANSIT_STATION("map-icon-transit-station", '\ue89e'), TRAVEL_AGENCY("map-icon-travel-agency", '\ue89f'), UNISEX("map-icon-unisex", '\ue8a0'), UNIVERSITY("map-icon-university", '\ue8a1'), VETERINARY_CARE("map-icon-veterinary-care", '\ue8a2'), VIEWING("map-icon-viewing", '\ue8a3'), VOLUME_CONTROL_TELEPHONE("map-icon-volume-control-telephone", '\ue8a4'), WALKING("map-icon-walking", '\ue8a5'), WATERSKIING("map-icon-waterskiing", '\ue8a6'), WHALE_WATCHING("map-icon-whale-watching", '\ue8a7'), WHEELCHAIR("map-icon-wheelchair", '\ue8a8'), WIND_SURFING("map-icon-wind-surfing", '\ue8a9'), ZOO("map-icon-zoo", '\ue8aa'), ZOOM_IN("map-icon-zoom-in", '\ue8ac'), ZOOM_IN_ALT("map-icon-zoom-in-alt", '\ue8ab'), ZOOM_OUT("map-icon-zoom-out", '\ue8ae'), ZOOM_OUT_ALT("map-icon-zoom-out-alt", '\ue8ad'); public static Mapicons findByDescription(String description) { for (Mapicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Mapicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-mapicons-pack/src/main/java/org/kordamp/ikonli/mapicons/MapiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.mapicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MapiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/mapicons/3.0.0/fonts/map-icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("map-icon-"); } @Override public Ikon resolve(String description) { return Mapicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "map-icons"; } } ================================================ FILE: icon-packs/ikonli-mapicons-pack/src/main/java/org/kordamp/ikonli/mapicons/MapiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.mapicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MapiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Mapicons.class; } } ================================================ FILE: icon-packs/ikonli-mapicons-pack/src/main/resources/META-INF/resources/mapicons/3.0.0/css/map-icons.css ================================================ @font-face { font-family: 'map-icons'; src:url('../fonts/map-icons.eot'); src:url('../fonts/map-icons.eot#iefix') format('embedded-opentype'), url('../fonts/map-icons.ttf') format('truetype'), url('../fonts/map-icons.woff') format('woff'), url('../fonts/map-icons.svg#map-icons') format('svg'); font-weight: normal; font-style: normal; } .map-icon-label .map-icon { display: block; font-size: 24px; color: #FFFFFF; width: 48px; line-height: 48px; text-align: center; white-space: nowrap; } .map-icon { font-family: 'map-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .map-icon-abseiling:before { content: "\e800"; } .map-icon-accounting:before { content: "\e801"; } .map-icon-airport:before { content: "\e802"; } .map-icon-amusement-park:before { content: "\e803"; } .map-icon-aquarium:before { content: "\e804"; } .map-icon-archery:before { content: "\e805"; } .map-icon-art-gallery:before { content: "\e806"; } .map-icon-assistive-listening-system:before { content: "\e807"; } .map-icon-atm:before { content: "\e808"; } .map-icon-audio-description:before { content: "\e809"; } .map-icon-bakery:before { content: "\e80a"; } .map-icon-bank:before { content: "\e80b"; } .map-icon-bar:before { content: "\e80c"; } .map-icon-baseball:before { content: "\e80d"; } .map-icon-beauty-salon:before { content: "\e80e"; } .map-icon-bicycle-store:before { content: "\e80f"; } .map-icon-bicycling:before { content: "\e810"; } .map-icon-boat-ramp:before { content: "\e811"; } .map-icon-boat-tour:before { content: "\e812"; } .map-icon-boating:before { content: "\e813"; } .map-icon-book-store:before { content: "\e814"; } .map-icon-bowling-alley:before { content: "\e815"; } .map-icon-braille:before { content: "\e816"; } .map-icon-bus-station:before { content: "\e817"; } .map-icon-cafe:before { content: "\e818"; } .map-icon-campground:before { content: "\e819"; } .map-icon-canoe:before { content: "\e81a"; } .map-icon-car-dealer:before { content: "\e81b"; } .map-icon-car-rental:before { content: "\e81c"; } .map-icon-car-repair:before { content: "\e81d"; } .map-icon-car-wash:before { content: "\e81e"; } .map-icon-casino:before { content: "\e81f"; } .map-icon-cemetery:before { content: "\e820"; } .map-icon-chairlift:before { content: "\e821"; } .map-icon-church:before { content: "\e822"; } .map-icon-circle:before { content: "\e823"; } .map-icon-city-hall:before { content: "\e824"; } .map-icon-climbing:before { content: "\e825"; } .map-icon-closed-captioning:before { content: "\e826"; } .map-icon-clothing-store:before { content: "\e827"; } .map-icon-compass:before { content: "\e828"; } .map-icon-convenience-store:before { content: "\e829"; } .map-icon-courthouse:before { content: "\e82a"; } .map-icon-cross-country-skiing:before { content: "\e82b"; } .map-icon-crosshairs:before { content: "\e82c"; } .map-icon-dentist:before { content: "\e82d"; } .map-icon-department-store:before { content: "\e82e"; } .map-icon-diving:before { content: "\e82f"; } .map-icon-doctor:before { content: "\e830"; } .map-icon-electrician:before { content: "\e831"; } .map-icon-electronics-store:before { content: "\e832"; } .map-icon-embassy:before { content: "\e833"; } .map-icon-expand:before { content: "\e834"; } .map-icon-female:before { content: "\e835"; } .map-icon-finance:before { content: "\e836"; } .map-icon-fire-station:before { content: "\e837"; } .map-icon-fish-cleaning:before { content: "\e838"; } .map-icon-fishing-pier:before { content: "\e839"; } .map-icon-fishing:before { content: "\e83a"; } .map-icon-florist:before { content: "\e83b"; } .map-icon-food:before { content: "\e83c"; } .map-icon-fullscreen:before { content: "\e83d"; } .map-icon-funeral-home:before { content: "\e83e"; } .map-icon-furniture-store:before { content: "\e83f"; } .map-icon-gas-station:before { content: "\e840"; } .map-icon-general-contractor:before { content: "\e841"; } .map-icon-golf:before { content: "\e842"; } .map-icon-grocery-or-supermarket:before { content: "\e843"; } .map-icon-gym:before { content: "\e844"; } .map-icon-hair-care:before { content: "\e845"; } .map-icon-hang-gliding:before { content: "\e846"; } .map-icon-hardware-store:before { content: "\e847"; } .map-icon-health:before { content: "\e848"; } .map-icon-hindu-temple:before { content: "\e849"; } .map-icon-horse-riding:before { content: "\e84a"; } .map-icon-hospital:before { content: "\e84b"; } .map-icon-ice-fishing:before { content: "\e84c"; } .map-icon-ice-skating:before { content: "\e84d"; } .map-icon-inline-skating:before { content: "\e84e"; } .map-icon-insurance-agency:before { content: "\e84f"; } .map-icon-jet-skiing:before { content: "\e850"; } .map-icon-jewelry-store:before { content: "\e851"; } .map-icon-kayaking:before { content: "\e852"; } .map-icon-laundry:before { content: "\e853"; } .map-icon-lawyer:before { content: "\e854"; } .map-icon-library:before { content: "\e855"; } .map-icon-liquor-store:before { content: "\e856"; } .map-icon-local-government:before { content: "\e857"; } .map-icon-location-arrow:before { content: "\e858"; } .map-icon-locksmith:before { content: "\e859"; } .map-icon-lodging:before { content: "\e85a"; } .map-icon-low-vision-access:before { content: "\e85b"; } .map-icon-male:before { content: "\e85c"; } .map-icon-map-pin:before { content: "\e85d"; } .map-icon-marina:before { content: "\e85e"; } .map-icon-mosque:before { content: "\e85f"; } .map-icon-motobike-trail:before { content: "\e860"; } .map-icon-movie-rental:before { content: "\e861"; } .map-icon-movie-theater:before { content: "\e862"; } .map-icon-moving-company:before { content: "\e863"; } .map-icon-museum:before { content: "\e864"; } .map-icon-natural-feature:before { content: "\e865"; } .map-icon-night-club:before { content: "\e866"; } .map-icon-open-captioning:before { content: "\e867"; } .map-icon-painter:before { content: "\e868"; } .map-icon-park:before { content: "\e869"; } .map-icon-parking:before { content: "\e86a"; } .map-icon-pet-store:before { content: "\e86b"; } .map-icon-pharmacy:before { content: "\e86c"; } .map-icon-physiotherapist:before { content: "\e86d"; } .map-icon-place-of-worship:before { content: "\e86e"; } .map-icon-playground:before { content: "\e86f"; } .map-icon-plumber:before { content: "\e870"; } .map-icon-point-of-interest:before { content: "\e871"; } .map-icon-police:before { content: "\e872"; } .map-icon-political:before { content: "\e873"; } .map-icon-post-box:before { content: "\e874"; } .map-icon-post-office:before { content: "\e875"; } .map-icon-postal-code-prefix:before { content: "\e876"; } .map-icon-postal-code:before { content: "\e877"; } .map-icon-rafting:before { content: "\e878"; } .map-icon-real-estate-agency:before { content: "\e879"; } .map-icon-restaurant:before { content: "\e87a"; } .map-icon-roofing-contractor:before { content: "\e87b"; } .map-icon-route-pin:before { content: "\e87c"; } .map-icon-route:before { content: "\e87d"; } .map-icon-rv-park:before { content: "\e87e"; } .map-icon-sailing:before { content: "\e87f"; } .map-icon-school:before { content: "\e880"; } .map-icon-scuba-diving:before { content: "\e881"; } .map-icon-search:before { content: "\e882"; } .map-icon-shield:before { content: "\e883"; } .map-icon-shopping-mall:before { content: "\e884"; } .map-icon-sign-language:before { content: "\e885"; } .map-icon-skateboarding:before { content: "\e886"; } .map-icon-ski-jumping:before { content: "\e887"; } .map-icon-skiing:before { content: "\e888"; } .map-icon-sledding:before { content: "\e889"; } .map-icon-snow-shoeing:before { content: "\e88a"; } .map-icon-snow:before { content: "\e88b"; } .map-icon-snowboarding:before { content: "\e88c"; } .map-icon-snowmobile:before { content: "\e88d"; } .map-icon-spa:before { content: "\e88e"; } .map-icon-square-pin:before { content: "\e88f"; } .map-icon-square-rounded:before { content: "\e890"; } .map-icon-square:before { content: "\e891"; } .map-icon-stadium:before { content: "\e892"; } .map-icon-storage:before { content: "\e893"; } .map-icon-store:before { content: "\e894"; } .map-icon-subway-station:before { content: "\e895"; } .map-icon-surfing:before { content: "\e896"; } .map-icon-swimming:before { content: "\e897"; } .map-icon-synagogue:before { content: "\e898"; } .map-icon-taxi-stand:before { content: "\e899"; } .map-icon-tennis:before { content: "\e89a"; } .map-icon-toilet:before { content: "\e89b"; } .map-icon-trail-walking:before { content: "\e89c"; } .map-icon-train-station:before { content: "\e89d"; } .map-icon-transit-station:before { content: "\e89e"; } .map-icon-travel-agency:before { content: "\e89f"; } .map-icon-unisex:before { content: "\e8a0"; } .map-icon-university:before { content: "\e8a1"; } .map-icon-veterinary-care:before { content: "\e8a2"; } .map-icon-viewing:before { content: "\e8a3"; } .map-icon-volume-control-telephone:before { content: "\e8a4"; } .map-icon-walking:before { content: "\e8a5"; } .map-icon-waterskiing:before { content: "\e8a6"; } .map-icon-whale-watching:before { content: "\e8a7"; } .map-icon-wheelchair:before { content: "\e8a8"; } .map-icon-wind-surfing:before { content: "\e8a9"; } .map-icon-zoo:before { content: "\e8aa"; } .map-icon-zoom-in-alt:before { content: "\e8ab"; } .map-icon-zoom-in:before { content: "\e8ac"; } .map-icon-zoom-out-alt:before { content: "\e8ad"; } .map-icon-zoom-out:before { content: "\e8ae"; } ================================================ FILE: icon-packs/ikonli-material-pack/ikonli-material-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-material-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.material { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.material; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.material.MaterialIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.material.MaterialIkonProvider; } ================================================ FILE: icon-packs/ikonli-material-pack/src/main/java/org/kordamp/ikonli/material/Material.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material implements Ikon { GMI_10K("gmi-10k", '\ue951'), GMI_10MP("gmi-10mp", '\ue952'), GMI_11MP("gmi-11mp", '\ue953'), GMI_12MP("gmi-12mp", '\ue954'), GMI_13MP("gmi-13mp", '\ue955'), GMI_14MP("gmi-14mp", '\ue956'), GMI_15MP("gmi-15mp", '\ue957'), GMI_16MP("gmi-16mp", '\ue958'), GMI_17MP("gmi-17mp", '\ue959'), GMI_18MP("gmi-18mp", '\ue95a'), GMI_19MP("gmi-19mp", '\ue95b'), GMI_1K("gmi-1k", '\ue95c'), GMI_1K_PLUS("gmi-1k-plus", '\ue95d'), GMI_20MP("gmi-20mp", '\ue95e'), GMI_21MP("gmi-21mp", '\ue95f'), GMI_22MP("gmi-22mp", '\ue960'), GMI_23MP("gmi-23mp", '\ue961'), GMI_24MP("gmi-24mp", '\ue962'), GMI_2K("gmi-2k", '\ue963'), GMI_2K_PLUS("gmi-2k-plus", '\ue964'), GMI_2MP("gmi-2mp", '\ue965'), GMI_360("gmi-360", '\ue577'), GMI_3D_ROTATION("gmi-3d-rotation", '\ue84d'), GMI_3K("gmi-3k", '\ue966'), GMI_3K_PLUS("gmi-3k-plus", '\ue967'), GMI_3MP("gmi-3mp", '\ue968'), GMI_4K("gmi-4k", '\ue072'), GMI_4K_PLUS("gmi-4k-plus", '\ue969'), GMI_4MP("gmi-4mp", '\ue96a'), GMI_5K("gmi-5k", '\ue96b'), GMI_5K_PLUS("gmi-5k-plus", '\ue96c'), GMI_5MP("gmi-5mp", '\ue96d'), GMI_6K("gmi-6k", '\ue96e'), GMI_6K_PLUS("gmi-6k-plus", '\ue96f'), GMI_6MP("gmi-6mp", '\ue970'), GMI_7K("gmi-7k", '\ue971'), GMI_7K_PLUS("gmi-7k-plus", '\ue972'), GMI_7MP("gmi-7mp", '\ue973'), GMI_8K("gmi-8k", '\ue974'), GMI_8K_PLUS("gmi-8k-plus", '\ue975'), GMI_8MP("gmi-8mp", '\ue976'), GMI_9K("gmi-9k", '\ue977'), GMI_9K_PLUS("gmi-9k-plus", '\ue978'), GMI_9MP("gmi-9mp", '\ue979'), AC_UNIT("gmi-ac-unit", '\ueb3b'), ACCESS_ALARM("gmi-access-alarm", '\ue190'), ACCESS_ALARMS("gmi-access-alarms", '\ue191'), ACCESS_TIME("gmi-access-time", '\ue192'), ACCESSIBILITY("gmi-accessibility", '\ue84e'), ACCESSIBILITY_NEW("gmi-accessibility-new", '\ue92c'), ACCESSIBLE("gmi-accessible", '\ue914'), ACCESSIBLE_FORWARD("gmi-accessible-forward", '\ue934'), ACCOUNT_BALANCE("gmi-account-balance", '\ue84f'), ACCOUNT_BALANCE_WALLET("gmi-account-balance-wallet", '\ue850'), ACCOUNT_BOX("gmi-account-box", '\ue851'), ACCOUNT_CIRCLE("gmi-account-circle", '\ue853'), ACCOUNT_TREE("gmi-account-tree", '\ue97a'), ADB("gmi-adb", '\ue60e'), ADD("gmi-add", '\ue145'), ADD_A_PHOTO("gmi-add-a-photo", '\ue439'), ADD_ALARM("gmi-add-alarm", '\ue193'), ADD_ALERT("gmi-add-alert", '\ue003'), ADD_BOX("gmi-add-box", '\ue146'), ADD_CALL("gmi-add-call", '\ue0e8'), ADD_CHART("gmi-add-chart", '\ue97b'), ADD_CIRCLE("gmi-add-circle", '\ue147'), ADD_CIRCLE_OUTLINE("gmi-add-circle-outline", '\ue148'), ADD_COMMENT("gmi-add-comment", '\ue266'), ADD_IC_CALL("gmi-add-ic-call", '\ue97c'), ADD_LINK("gmi-add-link", '\ue178'), ADD_LOCATION("gmi-add-location", '\ue567'), ADD_MODERATOR("gmi-add-moderator", '\ue97d'), ADD_PHOTO_ALTERNATE("gmi-add-photo-alternate", '\ue43e'), ADD_SHOPPING_CART("gmi-add-shopping-cart", '\ue854'), ADD_TO_HOME_SCREEN("gmi-add-to-home-screen", '\ue1fe'), ADD_TO_PHOTOS("gmi-add-to-photos", '\ue39d'), ADD_TO_QUEUE("gmi-add-to-queue", '\ue05c'), ADJUST("gmi-adjust", '\ue39e'), AIRLINE_SEAT_FLAT("gmi-airline-seat-flat", '\ue630'), AIRLINE_SEAT_FLAT_ANGLED("gmi-airline-seat-flat-angled", '\ue631'), AIRLINE_SEAT_INDIVIDUAL_SUITE("gmi-airline-seat-individual-suite", '\ue632'), AIRLINE_SEAT_LEGROOM_EXTRA("gmi-airline-seat-legroom-extra", '\ue633'), AIRLINE_SEAT_LEGROOM_NORMAL("gmi-airline-seat-legroom-normal", '\ue634'), AIRLINE_SEAT_LEGROOM_REDUCED("gmi-airline-seat-legroom-reduced", '\ue635'), AIRLINE_SEAT_RECLINE_EXTRA("gmi-airline-seat-recline-extra", '\ue636'), AIRLINE_SEAT_RECLINE_NORMAL("gmi-airline-seat-recline-normal", '\ue637'), AIRPLANEMODE_ACTIVE("gmi-airplanemode-active", '\ue195'), AIRPLANEMODE_INACTIVE("gmi-airplanemode-inactive", '\ue194'), AIRPLANEMODE_OFF("gmi-airplanemode-off", '\ue194'), AIRPLANEMODE_ON("gmi-airplanemode-on", '\ue195'), AIRPLAY("gmi-airplay", '\ue055'), AIRPORT_SHUTTLE("gmi-airport-shuttle", '\ueb3c'), ALARM("gmi-alarm", '\ue855'), ALARM_ADD("gmi-alarm-add", '\ue856'), ALARM_OFF("gmi-alarm-off", '\ue857'), ALARM_ON("gmi-alarm-on", '\ue858'), ALBUM("gmi-album", '\ue019'), ALL_INBOX("gmi-all-inbox", '\ue97f'), ALL_INCLUSIVE("gmi-all-inclusive", '\ueb3d'), ALL_OUT("gmi-all-out", '\ue90b'), ALTERNATE_EMAIL("gmi-alternate-email", '\ue0e6'), AMP_STORIES("gmi-amp-stories", '\uea13'), ANDROID("gmi-android", '\ue859'), ANNOUNCEMENT("gmi-announcement", '\ue85a'), APARTMENT("gmi-apartment", '\uea40'), APPROVAL("gmi-approval", '\ue982'), APPS("gmi-apps", '\ue5c3'), ARCHIVE("gmi-archive", '\ue149'), ARROW_BACK("gmi-arrow-back", '\ue5c4'), ARROW_BACK_IOS("gmi-arrow-back-ios", '\ue5e0'), ARROW_DOWNWARD("gmi-arrow-downward", '\ue5db'), ARROW_DROP_DOWN("gmi-arrow-drop-down", '\ue5c5'), ARROW_DROP_DOWN_CIRCLE("gmi-arrow-drop-down-circle", '\ue5c6'), ARROW_DROP_UP("gmi-arrow-drop-up", '\ue5c7'), ARROW_FORWARD("gmi-arrow-forward", '\ue5c8'), ARROW_FORWARD_IOS("gmi-arrow-forward-ios", '\ue5e1'), ARROW_LEFT("gmi-arrow-left", '\ue5de'), ARROW_RIGHT("gmi-arrow-right", '\ue5df'), ARROW_RIGHT_ALT("gmi-arrow-right-alt", '\ue941'), ARROW_UPWARD("gmi-arrow-upward", '\ue5d8'), ART_TRACK("gmi-art-track", '\ue060'), ASPECT_RATIO("gmi-aspect-ratio", '\ue85b'), ASSESSMENT("gmi-assessment", '\ue85c'), ASSIGNMENT("gmi-assignment", '\ue85d'), ASSIGNMENT_IND("gmi-assignment-ind", '\ue85e'), ASSIGNMENT_LATE("gmi-assignment-late", '\ue85f'), ASSIGNMENT_RETURN("gmi-assignment-return", '\ue860'), ASSIGNMENT_RETURNED("gmi-assignment-returned", '\ue861'), ASSIGNMENT_TURNED_IN("gmi-assignment-turned-in", '\ue862'), ASSISTANT("gmi-assistant", '\ue39f'), ASSISTANT_DIRECTION("gmi-assistant-direction", '\ue988'), ASSISTANT_NAVIGATION("gmi-assistant-navigation", '\ue989'), ASSISTANT_PHOTO("gmi-assistant-photo", '\ue3a0'), ATM("gmi-atm", '\ue573'), ATTACH_FILE("gmi-attach-file", '\ue226'), ATTACH_MONEY("gmi-attach-money", '\ue227'), ATTACHMENT("gmi-attachment", '\ue2bc'), ATTRACTIONS("gmi-attractions", '\uea52'), AUDIOTRACK("gmi-audiotrack", '\ue3a1'), AUTORENEW("gmi-autorenew", '\ue863'), AV_TIMER("gmi-av-timer", '\ue01b'), BACKSPACE("gmi-backspace", '\ue14a'), BACKUP("gmi-backup", '\ue864'), BADGE("gmi-badge", '\uea67'), BAKERY_DINING("gmi-bakery-dining", '\uea53'), BALLOT("gmi-ballot", '\ue172'), BAR_CHART("gmi-bar-chart", '\ue26b'), BATHTUB("gmi-bathtub", '\uea41'), BATTERY_ALERT("gmi-battery-alert", '\ue19c'), BATTERY_CHARGING_FULL("gmi-battery-charging-full", '\ue1a3'), BATTERY_FULL("gmi-battery-full", '\ue1a4'), BATTERY_STD("gmi-battery-std", '\ue1a5'), BATTERY_UNKNOWN("gmi-battery-unknown", '\ue1a6'), BEACH_ACCESS("gmi-beach-access", '\ueb3e'), BEENHERE("gmi-beenhere", '\ue52d'), BLOCK("gmi-block", '\ue14b'), BLUETOOTH("gmi-bluetooth", '\ue1a7'), BLUETOOTH_AUDIO("gmi-bluetooth-audio", '\ue60f'), BLUETOOTH_CONNECTED("gmi-bluetooth-connected", '\ue1a8'), BLUETOOTH_DISABLED("gmi-bluetooth-disabled", '\ue1a9'), BLUETOOTH_SEARCHING("gmi-bluetooth-searching", '\ue1aa'), BLUR_CIRCULAR("gmi-blur-circular", '\ue3a2'), BLUR_LINEAR("gmi-blur-linear", '\ue3a3'), BLUR_OFF("gmi-blur-off", '\ue3a4'), BLUR_ON("gmi-blur-on", '\ue3a5'), BOLT("gmi-bolt", '\uea0b'), BOOK("gmi-book", '\ue865'), BOOKMARK("gmi-bookmark", '\ue866'), BOOKMARK_BORDER("gmi-bookmark-border", '\ue867'), BOOKMARK_OUTLINE("gmi-bookmark-outline", '\ue867'), BOOKMARKS("gmi-bookmarks", '\ue98b'), BORDER_ALL("gmi-border-all", '\ue228'), BORDER_BOTTOM("gmi-border-bottom", '\ue229'), BORDER_CLEAR("gmi-border-clear", '\ue22a'), BORDER_COLOR("gmi-border-color", '\ue22b'), BORDER_HORIZONTAL("gmi-border-horizontal", '\ue22c'), BORDER_INNER("gmi-border-inner", '\ue22d'), BORDER_LEFT("gmi-border-left", '\ue22e'), BORDER_OUTER("gmi-border-outer", '\ue22f'), BORDER_RIGHT("gmi-border-right", '\ue230'), BORDER_STYLE("gmi-border-style", '\ue231'), BORDER_TOP("gmi-border-top", '\ue232'), BORDER_VERTICAL("gmi-border-vertical", '\ue233'), BRANDING_WATERMARK("gmi-branding-watermark", '\ue06b'), BREAKFAST_DINING("gmi-breakfast-dining", '\uea54'), BRIGHTNESS_1("gmi-brightness-1", '\ue3a6'), BRIGHTNESS_2("gmi-brightness-2", '\ue3a7'), BRIGHTNESS_3("gmi-brightness-3", '\ue3a8'), BRIGHTNESS_4("gmi-brightness-4", '\ue3a9'), BRIGHTNESS_5("gmi-brightness-5", '\ue3aa'), BRIGHTNESS_6("gmi-brightness-6", '\ue3ab'), BRIGHTNESS_7("gmi-brightness-7", '\ue3ac'), BRIGHTNESS_AUTO("gmi-brightness-auto", '\ue1ab'), BRIGHTNESS_HIGH("gmi-brightness-high", '\ue1ac'), BRIGHTNESS_LOW("gmi-brightness-low", '\ue1ad'), BRIGHTNESS_MEDIUM("gmi-brightness-medium", '\ue1ae'), BROKEN_IMAGE("gmi-broken-image", '\ue3ad'), BRUNCH_DINING("gmi-brunch-dining", '\uea73'), BRUSH("gmi-brush", '\ue3ae'), BUBBLE_CHART("gmi-bubble-chart", '\ue6dd'), BUG_REPORT("gmi-bug-report", '\ue868'), BUILD("gmi-build", '\ue869'), BURST_MODE("gmi-burst-mode", '\ue43c'), BUS_ALERT("gmi-bus-alert", '\ue98f'), BUSINESS("gmi-business", '\ue0af'), BUSINESS_CENTER("gmi-business-center", '\ueb3f'), CACHED("gmi-cached", '\ue86a'), CAKE("gmi-cake", '\ue7e9'), CALENDAR_TODAY("gmi-calendar-today", '\ue935'), CALENDAR_VIEW_DAY("gmi-calendar-view-day", '\ue936'), CALL("gmi-call", '\ue0b0'), CALL_END("gmi-call-end", '\ue0b1'), CALL_MADE("gmi-call-made", '\ue0b2'), CALL_MERGE("gmi-call-merge", '\ue0b3'), CALL_MISSED("gmi-call-missed", '\ue0b4'), CALL_MISSED_OUTGOING("gmi-call-missed-outgoing", '\ue0e4'), CALL_RECEIVED("gmi-call-received", '\ue0b5'), CALL_SPLIT("gmi-call-split", '\ue0b6'), CALL_TO_ACTION("gmi-call-to-action", '\ue06c'), CAMERA("gmi-camera", '\ue3af'), CAMERA_ALT("gmi-camera-alt", '\ue3b0'), CAMERA_ENHANCE("gmi-camera-enhance", '\ue8fc'), CAMERA_FRONT("gmi-camera-front", '\ue3b1'), CAMERA_REAR("gmi-camera-rear", '\ue3b2'), CAMERA_ROLL("gmi-camera-roll", '\ue3b3'), CANCEL("gmi-cancel", '\ue5c9'), CANCEL_PRESENTATION("gmi-cancel-presentation", '\ue0e9'), CANCEL_SCHEDULE_SEND("gmi-cancel-schedule-send", '\uea39'), CAR_RENTAL("gmi-car-rental", '\uea55'), CAR_REPAIR("gmi-car-repair", '\uea56'), CARD_GIFTCARD("gmi-card-giftcard", '\ue8f6'), CARD_MEMBERSHIP("gmi-card-membership", '\ue8f7'), CARD_TRAVEL("gmi-card-travel", '\ue8f8'), CASES("gmi-cases", '\ue992'), CASINO("gmi-casino", '\ueb40'), CAST("gmi-cast", '\ue307'), CAST_CONNECTED("gmi-cast-connected", '\ue308'), CATEGORY("gmi-category", '\ue574'), CELEBRATION("gmi-celebration", '\uea65'), CELL_WIFI("gmi-cell-wifi", '\ue0ec'), CENTER_FOCUS_STRONG("gmi-center-focus-strong", '\ue3b4'), CENTER_FOCUS_WEAK("gmi-center-focus-weak", '\ue3b5'), CHANGE_HISTORY("gmi-change-history", '\ue86b'), CHAT("gmi-chat", '\ue0b7'), CHAT_BUBBLE("gmi-chat-bubble", '\ue0ca'), CHAT_BUBBLE_OUTLINE("gmi-chat-bubble-outline", '\ue0cb'), CHECK("gmi-check", '\ue5ca'), CHECK_BOX("gmi-check-box", '\ue834'), CHECK_BOX_OUTLINE_BLANK("gmi-check-box-outline-blank", '\ue835'), CHECK_CIRCLE("gmi-check-circle", '\ue86c'), CHECK_CIRCLE_OUTLINE("gmi-check-circle-outline", '\ue92d'), CHEVRON_LEFT("gmi-chevron-left", '\ue5cb'), CHEVRON_RIGHT("gmi-chevron-right", '\ue5cc'), CHILD_CARE("gmi-child-care", '\ueb41'), CHILD_FRIENDLY("gmi-child-friendly", '\ueb42'), CHROME_READER_MODE("gmi-chrome-reader-mode", '\ue86d'), CIRCLE_NOTIFICATIONS("gmi-circle-notifications", '\ue994'), CLASS("gmi-class", '\ue86e'), CLEAR("gmi-clear", '\ue14c'), CLEAR_ALL("gmi-clear-all", '\ue0b8'), CLOSE("gmi-close", '\ue5cd'), CLOSED_CAPTION("gmi-closed-caption", '\ue01c'), CLOSED_CAPTION_OFF("gmi-closed-caption-off", '\ue996'), CLOUD("gmi-cloud", '\ue2bd'), CLOUD_CIRCLE("gmi-cloud-circle", '\ue2be'), CLOUD_DONE("gmi-cloud-done", '\ue2bf'), CLOUD_DOWNLOAD("gmi-cloud-download", '\ue2c0'), CLOUD_OFF("gmi-cloud-off", '\ue2c1'), CLOUD_QUEUE("gmi-cloud-queue", '\ue2c2'), CLOUD_UPLOAD("gmi-cloud-upload", '\ue2c3'), CODE("gmi-code", '\ue86f'), COLLECTIONS("gmi-collections", '\ue3b6'), COLLECTIONS_BOOKMARK("gmi-collections-bookmark", '\ue431'), COLOR_LENS("gmi-color-lens", '\ue3b7'), COLORIZE("gmi-colorize", '\ue3b8'), COMMENT("gmi-comment", '\ue0b9'), COMMUTE("gmi-commute", '\ue940'), COMPARE("gmi-compare", '\ue3b9'), COMPARE_ARROWS("gmi-compare-arrows", '\ue915'), COMPASS_CALIBRATION("gmi-compass-calibration", '\ue57c'), COMPRESS("gmi-compress", '\ue94d'), COMPUTER("gmi-computer", '\ue30a'), CONFIRMATION_NUM("gmi-confirmation-num", '\ue638'), CONFIRMATION_NUMBER("gmi-confirmation-number", '\ue638'), CONNECTED_TV("gmi-connected-tv", '\ue998'), CONTACT_MAIL("gmi-contact-mail", '\ue0d0'), CONTACT_PHONE("gmi-contact-phone", '\ue0cf'), CONTACT_SUPPORT("gmi-contact-support", '\ue94c'), CONTACTLESS("gmi-contactless", '\uea71'), CONTACTS("gmi-contacts", '\ue0ba'), CONTENT_COPY("gmi-content-copy", '\ue14d'), CONTENT_CUT("gmi-content-cut", '\ue14e'), CONTENT_PASTE("gmi-content-paste", '\ue14f'), CONTROL_CAMERA("gmi-control-camera", '\ue074'), CONTROL_POINT("gmi-control-point", '\ue3ba'), CONTROL_POINT_DUPLICATE("gmi-control-point-duplicate", '\ue3bb'), COPYRIGHT("gmi-copyright", '\ue90c'), CREATE("gmi-create", '\ue150'), CREATE_NEW_FOLDER("gmi-create-new-folder", '\ue2cc'), CREDIT_CARD("gmi-credit-card", '\ue870'), CROP("gmi-crop", '\ue3be'), CROP_16_9("gmi-crop-16-9", '\ue3bc'), CROP_3_2("gmi-crop-3-2", '\ue3bd'), CROP_5_4("gmi-crop-5-4", '\ue3bf'), CROP_7_5("gmi-crop-7-5", '\ue3c0'), CROP_DIN("gmi-crop-din", '\ue3c1'), CROP_FREE("gmi-crop-free", '\ue3c2'), CROP_LANDSCAPE("gmi-crop-landscape", '\ue3c3'), CROP_ORIGINAL("gmi-crop-original", '\ue3c4'), CROP_PORTRAIT("gmi-crop-portrait", '\ue3c5'), CROP_ROTATE("gmi-crop-rotate", '\ue437'), CROP_SQUARE("gmi-crop-square", '\ue3c6'), DANGEROUS("gmi-dangerous", '\ue99a'), DASHBOARD("gmi-dashboard", '\ue871'), DASHBOARD_CUSTOMIZE("gmi-dashboard-customize", '\ue99b'), DATA_USAGE("gmi-data-usage", '\ue1af'), DATE_RANGE("gmi-date-range", '\ue916'), DECK("gmi-deck", '\uea42'), DEHAZE("gmi-dehaze", '\ue3c7'), DELETE("gmi-delete", '\ue872'), DELETE_FOREVER("gmi-delete-forever", '\ue92b'), DELETE_OUTLINE("gmi-delete-outline", '\ue92e'), DELETE_SWEEP("gmi-delete-sweep", '\ue16c'), DELIVERY_DINING("gmi-delivery-dining", '\uea72'), DEPARTURE_BOARD("gmi-departure-board", '\ue576'), DESCRIPTION("gmi-description", '\ue873'), DESKTOP_ACCESS_DISABLED("gmi-desktop-access-disabled", '\ue99d'), DESKTOP_MAC("gmi-desktop-mac", '\ue30b'), DESKTOP_WINDOWS("gmi-desktop-windows", '\ue30c'), DETAILS("gmi-details", '\ue3c8'), DEVELOPER_BOARD("gmi-developer-board", '\ue30d'), DEVELOPER_MODE("gmi-developer-mode", '\ue1b0'), DEVICE_HUB("gmi-device-hub", '\ue335'), DEVICE_THERMOSTAT("gmi-device-thermostat", '\ue1ff'), DEVICE_UNKNOWN("gmi-device-unknown", '\ue339'), DEVICES("gmi-devices", '\ue1b1'), DEVICES_OTHER("gmi-devices-other", '\ue337'), DIALER_SIP("gmi-dialer-sip", '\ue0bb'), DIALPAD("gmi-dialpad", '\ue0bc'), DINNER_DINING("gmi-dinner-dining", '\uea57'), DIRECTIONS("gmi-directions", '\ue52e'), DIRECTIONS_BIKE("gmi-directions-bike", '\ue52f'), DIRECTIONS_BOAT("gmi-directions-boat", '\ue532'), DIRECTIONS_BUS("gmi-directions-bus", '\ue530'), DIRECTIONS_CAR("gmi-directions-car", '\ue531'), DIRECTIONS_FERRY("gmi-directions-ferry", '\ue532'), DIRECTIONS_RAILWAY("gmi-directions-railway", '\ue534'), DIRECTIONS_RUN("gmi-directions-run", '\ue566'), DIRECTIONS_SUBWAY("gmi-directions-subway", '\ue533'), DIRECTIONS_TRAIN("gmi-directions-train", '\ue534'), DIRECTIONS_TRANSIT("gmi-directions-transit", '\ue535'), DIRECTIONS_WALK("gmi-directions-walk", '\ue536'), DISC_FULL("gmi-disc-full", '\ue610'), DND_FORWARDSLASH("gmi-dnd-forwardslash", '\ue611'), DNS("gmi-dns", '\ue875'), DO_NOT_DISTURB("gmi-do-not-disturb", '\ue612'), DO_NOT_DISTURB_ALT("gmi-do-not-disturb-alt", '\ue611'), DO_NOT_DISTURB_OFF("gmi-do-not-disturb-off", '\ue643'), DO_NOT_DISTURB_ON("gmi-do-not-disturb-on", '\ue644'), DOCK("gmi-dock", '\ue30e'), DOMAIN("gmi-domain", '\ue7ee'), DOMAIN_DISABLED("gmi-domain-disabled", '\ue0ef'), DONE("gmi-done", '\ue876'), DONE_ALL("gmi-done-all", '\ue877'), DONE_OUTLINE("gmi-done-outline", '\ue92f'), DONUT_LARGE("gmi-donut-large", '\ue917'), DONUT_SMALL("gmi-donut-small", '\ue918'), DOUBLE_ARROW("gmi-double-arrow", '\uea50'), DRAFTS("gmi-drafts", '\ue151'), DRAG_HANDLE("gmi-drag-handle", '\ue25d'), DRAG_INDICATOR("gmi-drag-indicator", '\ue945'), DRIVE_ETA("gmi-drive-eta", '\ue613'), DRIVE_FILE_MOVE_OUTLINE("gmi-drive-file-move-outline", '\ue9a1'), DRIVE_FILE_RENAME_OUTLINE("gmi-drive-file-rename-outline", '\ue9a2'), DRIVE_FOLDER_UPLOAD("gmi-drive-folder-upload", '\ue9a3'), DRY_CLEANING("gmi-dry-cleaning", '\uea58'), DUO("gmi-duo", '\ue9a5'), DVR("gmi-dvr", '\ue1b2'), DYNAMIC_FEED("gmi-dynamic-feed", '\uea14'), ECO("gmi-eco", '\uea35'), EDIT("gmi-edit", '\ue3c9'), EDIT_ATTRIBUTES("gmi-edit-attributes", '\ue578'), EDIT_LOCATION("gmi-edit-location", '\ue568'), EDIT_OFF("gmi-edit-off", '\ue950'), EJECT("gmi-eject", '\ue8fb'), EMAIL("gmi-email", '\ue0be'), EMOJI_EMOTIONS("gmi-emoji-emotions", '\uea22'), EMOJI_EVENTS("gmi-emoji-events", '\uea23'), EMOJI_FLAGS("gmi-emoji-flags", '\uea1a'), EMOJI_FOOD_BEVERAGE("gmi-emoji-food-beverage", '\uea1b'), EMOJI_NATURE("gmi-emoji-nature", '\uea1c'), EMOJI_OBJECTS("gmi-emoji-objects", '\uea24'), EMOJI_PEOPLE("gmi-emoji-people", '\uea1d'), EMOJI_SYMBOLS("gmi-emoji-symbols", '\uea1e'), EMOJI_TRANSPORTATION("gmi-emoji-transportation", '\uea1f'), ENHANCE_PHOTO_TRANSLATE("gmi-enhance-photo-translate", '\ue8fc'), ENHANCED_ENCRYPTION("gmi-enhanced-encryption", '\ue63f'), EQUALIZER("gmi-equalizer", '\ue01d'), ERROR("gmi-error", '\ue000'), ERROR_OUTLINE("gmi-error-outline", '\ue001'), EURO("gmi-euro", '\uea15'), EURO_SYMBOL("gmi-euro-symbol", '\ue926'), EV_STATION("gmi-ev-station", '\ue56d'), EVENT("gmi-event", '\ue878'), EVENT_AVAILABLE("gmi-event-available", '\ue614'), EVENT_BUSY("gmi-event-busy", '\ue615'), EVENT_NOTE("gmi-event-note", '\ue616'), EVENT_SEAT("gmi-event-seat", '\ue903'), EXIT_TO_APP("gmi-exit-to-app", '\ue879'), EXPAND("gmi-expand", '\ue94f'), EXPAND_LESS("gmi-expand-less", '\ue5ce'), EXPAND_MORE("gmi-expand-more", '\ue5cf'), EXPLICIT("gmi-explicit", '\ue01e'), EXPLORE("gmi-explore", '\ue87a'), EXPLORE_OFF("gmi-explore-off", '\ue9a8'), EXPOSURE("gmi-exposure", '\ue3ca'), EXPOSURE_MINUS_1("gmi-exposure-minus-1", '\ue3cb'), EXPOSURE_MINUS_2("gmi-exposure-minus-2", '\ue3cc'), EXPOSURE_NEG_1("gmi-exposure-neg-1", '\ue3cb'), EXPOSURE_NEG_2("gmi-exposure-neg-2", '\ue3cc'), EXPOSURE_PLUS_1("gmi-exposure-plus-1", '\ue3cd'), EXPOSURE_PLUS_2("gmi-exposure-plus-2", '\ue3ce'), EXPOSURE_ZERO("gmi-exposure-zero", '\ue3cf'), EXTENSION("gmi-extension", '\ue87b'), FACE("gmi-face", '\ue87c'), FAST_FORWARD("gmi-fast-forward", '\ue01f'), FAST_REWIND("gmi-fast-rewind", '\ue020'), FASTFOOD("gmi-fastfood", '\ue57a'), FAVORITE("gmi-favorite", '\ue87d'), FAVORITE_BORDER("gmi-favorite-border", '\ue87e'), FAVORITE_OUTLINE("gmi-favorite-outline", '\ue87e'), FEATURED_PLAY_LIST("gmi-featured-play-list", '\ue06d'), FEATURED_VIDEO("gmi-featured-video", '\ue06e'), FEEDBACK("gmi-feedback", '\ue87f'), FESTIVAL("gmi-festival", '\uea68'), FIBER_DVR("gmi-fiber-dvr", '\ue05d'), FIBER_MANUAL_RECORD("gmi-fiber-manual-record", '\ue061'), FIBER_NEW("gmi-fiber-new", '\ue05e'), FIBER_PIN("gmi-fiber-pin", '\ue06a'), FIBER_SMART_RECORD("gmi-fiber-smart-record", '\ue062'), FILE_COPY("gmi-file-copy", '\ue173'), FILE_DOWNLOAD("gmi-file-download", '\ue2c4'), FILE_DOWNLOAD_DONE("gmi-file-download-done", '\ue9aa'), FILE_PRESENT("gmi-file-present", '\uea0e'), FILE_UPLOAD("gmi-file-upload", '\ue2c6'), FILTER("gmi-filter", '\ue3d3'), FILTER_1("gmi-filter-1", '\ue3d0'), FILTER_2("gmi-filter-2", '\ue3d1'), FILTER_3("gmi-filter-3", '\ue3d2'), FILTER_4("gmi-filter-4", '\ue3d4'), FILTER_5("gmi-filter-5", '\ue3d5'), FILTER_6("gmi-filter-6", '\ue3d6'), FILTER_7("gmi-filter-7", '\ue3d7'), FILTER_8("gmi-filter-8", '\ue3d8'), FILTER_9("gmi-filter-9", '\ue3d9'), FILTER_9_PLUS("gmi-filter-9-plus", '\ue3da'), FILTER_B_AND_W("gmi-filter-b-and-w", '\ue3db'), FILTER_CENTER_FOCUS("gmi-filter-center-focus", '\ue3dc'), FILTER_DRAMA("gmi-filter-drama", '\ue3dd'), FILTER_FRAMES("gmi-filter-frames", '\ue3de'), FILTER_HDR("gmi-filter-hdr", '\ue3df'), FILTER_LIST("gmi-filter-list", '\ue152'), FILTER_LIST_ALT("gmi-filter-list-alt", '\ue94e'), FILTER_NONE("gmi-filter-none", '\ue3e0'), FILTER_TILT_SHIFT("gmi-filter-tilt-shift", '\ue3e2'), FILTER_VINTAGE("gmi-filter-vintage", '\ue3e3'), FIND_IN_PAGE("gmi-find-in-page", '\ue880'), FIND_REPLACE("gmi-find-replace", '\ue881'), FINGERPRINT("gmi-fingerprint", '\ue90d'), FIREPLACE("gmi-fireplace", '\uea43'), FIRST_PAGE("gmi-first-page", '\ue5dc'), FIT_SCREEN("gmi-fit-screen", '\uea10'), FITNESS_CENTER("gmi-fitness-center", '\ueb43'), FLAG("gmi-flag", '\ue153'), FLARE("gmi-flare", '\ue3e4'), FLASH_AUTO("gmi-flash-auto", '\ue3e5'), FLASH_OFF("gmi-flash-off", '\ue3e6'), FLASH_ON("gmi-flash-on", '\ue3e7'), FLIGHT("gmi-flight", '\ue539'), FLIGHT_LAND("gmi-flight-land", '\ue904'), FLIGHT_TAKEOFF("gmi-flight-takeoff", '\ue905'), FLIP("gmi-flip", '\ue3e8'), FLIP_CAMERA_ANDROID("gmi-flip-camera-android", '\uea37'), FLIP_CAMERA_IOS("gmi-flip-camera-ios", '\uea38'), FLIP_TO_BACK("gmi-flip-to-back", '\ue882'), FLIP_TO_FRONT("gmi-flip-to-front", '\ue883'), FOLDER("gmi-folder", '\ue2c7'), FOLDER_OPEN("gmi-folder-open", '\ue2c8'), FOLDER_SHARED("gmi-folder-shared", '\ue2c9'), FOLDER_SPECIAL("gmi-folder-special", '\ue617'), FONT_DOWNLOAD("gmi-font-download", '\ue167'), FORMAT_ALIGN_CENTER("gmi-format-align-center", '\ue234'), FORMAT_ALIGN_JUSTIFY("gmi-format-align-justify", '\ue235'), FORMAT_ALIGN_LEFT("gmi-format-align-left", '\ue236'), FORMAT_ALIGN_RIGHT("gmi-format-align-right", '\ue237'), FORMAT_BOLD("gmi-format-bold", '\ue238'), FORMAT_CLEAR("gmi-format-clear", '\ue239'), FORMAT_COLOR_FILL("gmi-format-color-fill", '\ue23a'), FORMAT_COLOR_RESET("gmi-format-color-reset", '\ue23b'), FORMAT_COLOR_TEXT("gmi-format-color-text", '\ue23c'), FORMAT_INDENT_DECREASE("gmi-format-indent-decrease", '\ue23d'), FORMAT_INDENT_INCREASE("gmi-format-indent-increase", '\ue23e'), FORMAT_ITALIC("gmi-format-italic", '\ue23f'), FORMAT_LINE_SPACING("gmi-format-line-spacing", '\ue240'), FORMAT_LIST_BULLETED("gmi-format-list-bulleted", '\ue241'), FORMAT_LIST_NUMBERED("gmi-format-list-numbered", '\ue242'), FORMAT_LIST_NUMBERED_RTL("gmi-format-list-numbered-rtl", '\ue267'), FORMAT_PAINT("gmi-format-paint", '\ue243'), FORMAT_QUOTE("gmi-format-quote", '\ue244'), FORMAT_SHAPES("gmi-format-shapes", '\ue25e'), FORMAT_SIZE("gmi-format-size", '\ue245'), FORMAT_STRIKETHROUGH("gmi-format-strikethrough", '\ue246'), FORMAT_TEXTDIRECTION_L_TO_R("gmi-format-textdirection-l-to-r", '\ue247'), FORMAT_TEXTDIRECTION_R_TO_L("gmi-format-textdirection-r-to-l", '\ue248'), FORMAT_UNDERLINE("gmi-format-underline", '\ue249'), FORMAT_UNDERLINED("gmi-format-underlined", '\ue249'), FORUM("gmi-forum", '\ue0bf'), FORWARD("gmi-forward", '\ue154'), FORWARD_10("gmi-forward-10", '\ue056'), FORWARD_30("gmi-forward-30", '\ue057'), FORWARD_5("gmi-forward-5", '\ue058'), FREE_BREAKFAST("gmi-free-breakfast", '\ueb44'), FULLSCREEN("gmi-fullscreen", '\ue5d0'), FULLSCREEN_EXIT("gmi-fullscreen-exit", '\ue5d1'), FUNCTIONS("gmi-functions", '\ue24a'), G_TRANSLATE("gmi-g-translate", '\ue927'), GAMEPAD("gmi-gamepad", '\ue30f'), GAMES("gmi-games", '\ue021'), GAVEL("gmi-gavel", '\ue90e'), GESTURE("gmi-gesture", '\ue155'), GET_APP("gmi-get-app", '\ue884'), GIF("gmi-gif", '\ue908'), GOAT("gmi-goat", '\udbff'), GOLF_COURSE("gmi-golf-course", '\ueb45'), GPS_FIXED("gmi-gps-fixed", '\ue1b3'), GPS_NOT_FIXED("gmi-gps-not-fixed", '\ue1b4'), GPS_OFF("gmi-gps-off", '\ue1b5'), GRADE("gmi-grade", '\ue885'), GRADIENT("gmi-gradient", '\ue3e9'), GRAIN("gmi-grain", '\ue3ea'), GRAPHIC_EQ("gmi-graphic-eq", '\ue1b8'), GRID_OFF("gmi-grid-off", '\ue3eb'), GRID_ON("gmi-grid-on", '\ue3ec'), GRID_VIEW("gmi-grid-view", '\ue9b0'), GROUP("gmi-group", '\ue7ef'), GROUP_ADD("gmi-group-add", '\ue7f0'), GROUP_WORK("gmi-group-work", '\ue886'), HAIL("gmi-hail", '\ue9b1'), HARDWARE("gmi-hardware", '\uea59'), HD("gmi-hd", '\ue052'), HDR_OFF("gmi-hdr-off", '\ue3ed'), HDR_ON("gmi-hdr-on", '\ue3ee'), HDR_STRONG("gmi-hdr-strong", '\ue3f1'), HDR_WEAK("gmi-hdr-weak", '\ue3f2'), HEADSET("gmi-headset", '\ue310'), HEADSET_MIC("gmi-headset-mic", '\ue311'), HEADSET_OFF("gmi-headset-off", '\ue33a'), HEALING("gmi-healing", '\ue3f3'), HEARING("gmi-hearing", '\ue023'), HEIGHT("gmi-height", '\uea16'), HELP("gmi-help", '\ue887'), HELP_OUTLINE("gmi-help-outline", '\ue8fd'), HIGH_QUALITY("gmi-high-quality", '\ue024'), HIGHLIGHT("gmi-highlight", '\ue25f'), HIGHLIGHT_OFF("gmi-highlight-off", '\ue888'), HIGHLIGHT_REMOVE("gmi-highlight-remove", '\ue888'), HISTORY("gmi-history", '\ue889'), HOME("gmi-home", '\ue88a'), HOME_FILLED("gmi-home-filled", '\ue9b2'), HOME_WORK("gmi-home-work", '\uea09'), HORIZONTAL_SPLIT("gmi-horizontal-split", '\ue947'), HOT_TUB("gmi-hot-tub", '\ueb46'), HOTEL("gmi-hotel", '\ue53a'), HOURGLASS_EMPTY("gmi-hourglass-empty", '\ue88b'), HOURGLASS_FULL("gmi-hourglass-full", '\ue88c'), HOUSE("gmi-house", '\uea44'), HOW_TO_REG("gmi-how-to-reg", '\ue174'), HOW_TO_VOTE("gmi-how-to-vote", '\ue175'), HTTP("gmi-http", '\ue902'), HTTPS("gmi-https", '\ue88d'), ICECREAM("gmi-icecream", '\uea69'), IMAGE("gmi-image", '\ue3f4'), IMAGE_ASPECT_RATIO("gmi-image-aspect-ratio", '\ue3f5'), IMAGE_SEARCH("gmi-image-search", '\ue43f'), IMAGESEARCH_ROLLER("gmi-imagesearch-roller", '\ue9b4'), IMPORT_CONTACTS("gmi-import-contacts", '\ue0e0'), IMPORT_EXPORT("gmi-import-export", '\ue0c3'), IMPORTANT_DEVICES("gmi-important-devices", '\ue912'), INBOX("gmi-inbox", '\ue156'), INDETERMINATE_CHECK_BOX("gmi-indeterminate-check-box", '\ue909'), INFO("gmi-info", '\ue88e'), INFO_OUTLINE("gmi-info-outline", '\ue88f'), INPUT("gmi-input", '\ue890'), INSERT_CHART("gmi-insert-chart", '\ue24b'), INSERT_CHART_OUTLINED("gmi-insert-chart-outlined", '\ue26a'), INSERT_COMMENT("gmi-insert-comment", '\ue24c'), INSERT_DRIVE_FILE("gmi-insert-drive-file", '\ue24d'), INSERT_EMOTICON("gmi-insert-emoticon", '\ue24e'), INSERT_INVITATION("gmi-insert-invitation", '\ue24f'), INSERT_LINK("gmi-insert-link", '\ue250'), INSERT_PHOTO("gmi-insert-photo", '\ue251'), INVENTORY("gmi-inventory", '\ue179'), INVERT_COLORS("gmi-invert-colors", '\ue891'), INVERT_COLORS_OFF("gmi-invert-colors-off", '\ue0c4'), INVERT_COLORS_ON("gmi-invert-colors-on", '\ue891'), ISO("gmi-iso", '\ue3f6'), KEYBOARD("gmi-keyboard", '\ue312'), KEYBOARD_ARROW_DOWN("gmi-keyboard-arrow-down", '\ue313'), KEYBOARD_ARROW_LEFT("gmi-keyboard-arrow-left", '\ue314'), KEYBOARD_ARROW_RIGHT("gmi-keyboard-arrow-right", '\ue315'), KEYBOARD_ARROW_UP("gmi-keyboard-arrow-up", '\ue316'), KEYBOARD_BACKSPACE("gmi-keyboard-backspace", '\ue317'), KEYBOARD_CAPSLOCK("gmi-keyboard-capslock", '\ue318'), KEYBOARD_CONTROL("gmi-keyboard-control", '\ue5d3'), KEYBOARD_HIDE("gmi-keyboard-hide", '\ue31a'), KEYBOARD_RETURN("gmi-keyboard-return", '\ue31b'), KEYBOARD_TAB("gmi-keyboard-tab", '\ue31c'), KEYBOARD_VOICE("gmi-keyboard-voice", '\ue31d'), KING_BED("gmi-king-bed", '\uea45'), KITCHEN("gmi-kitchen", '\ueb47'), LABEL("gmi-label", '\ue892'), LABEL_IMPORTANT("gmi-label-important", '\ue937'), LABEL_IMPORTANT_OUTLINE("gmi-label-important-outline", '\ue948'), LABEL_OFF("gmi-label-off", '\ue9b6'), LABEL_OUTLINE("gmi-label-outline", '\ue893'), LANDSCAPE("gmi-landscape", '\ue3f7'), LANGUAGE("gmi-language", '\ue894'), LAPTOP("gmi-laptop", '\ue31e'), LAPTOP_CHROMEBOOK("gmi-laptop-chromebook", '\ue31f'), LAPTOP_MAC("gmi-laptop-mac", '\ue320'), LAPTOP_WINDOWS("gmi-laptop-windows", '\ue321'), LAST_PAGE("gmi-last-page", '\ue5dd'), LAUNCH("gmi-launch", '\ue895'), LAYERS("gmi-layers", '\ue53b'), LAYERS_CLEAR("gmi-layers-clear", '\ue53c'), LEAK_ADD("gmi-leak-add", '\ue3f8'), LEAK_REMOVE("gmi-leak-remove", '\ue3f9'), LENS("gmi-lens", '\ue3fa'), LIBRARY_ADD("gmi-library-add", '\ue02e'), LIBRARY_ADD_CHECK("gmi-library-add-check", '\ue9b7'), LIBRARY_BOOKS("gmi-library-books", '\ue02f'), LIBRARY_MUSIC("gmi-library-music", '\ue030'), LIGHTBULB("gmi-lightbulb", '\ue0f0'), LIGHTBULB_OUTLINE("gmi-lightbulb-outline", '\ue90f'), LINE_STYLE("gmi-line-style", '\ue919'), LINE_WEIGHT("gmi-line-weight", '\ue91a'), LINEAR_SCALE("gmi-linear-scale", '\ue260'), LINK("gmi-link", '\ue157'), LINK_OFF("gmi-link-off", '\ue16f'), LINKED_CAMERA("gmi-linked-camera", '\ue438'), LIQUOR("gmi-liquor", '\uea60'), LIST("gmi-list", '\ue896'), LIST_ALT("gmi-list-alt", '\ue0ee'), LIVE_HELP("gmi-live-help", '\ue0c6'), LIVE_TV("gmi-live-tv", '\ue639'), LOCAL_ACTIVITY("gmi-local-activity", '\ue53f'), LOCAL_AIRPORT("gmi-local-airport", '\ue53d'), LOCAL_ATM("gmi-local-atm", '\ue53e'), LOCAL_ATTRACTION("gmi-local-attraction", '\ue53f'), LOCAL_BAR("gmi-local-bar", '\ue540'), LOCAL_CAFE("gmi-local-cafe", '\ue541'), LOCAL_CAR_WASH("gmi-local-car-wash", '\ue542'), LOCAL_CONVENIENCE_STORE("gmi-local-convenience-store", '\ue543'), LOCAL_DINING("gmi-local-dining", '\ue556'), LOCAL_DRINK("gmi-local-drink", '\ue544'), LOCAL_FLORIST("gmi-local-florist", '\ue545'), LOCAL_GAS_STATION("gmi-local-gas-station", '\ue546'), LOCAL_GROCERY_STORE("gmi-local-grocery-store", '\ue547'), LOCAL_HOSPITAL("gmi-local-hospital", '\ue548'), LOCAL_HOTEL("gmi-local-hotel", '\ue549'), LOCAL_LAUNDRY_SERVICE("gmi-local-laundry-service", '\ue54a'), LOCAL_LIBRARY("gmi-local-library", '\ue54b'), LOCAL_MALL("gmi-local-mall", '\ue54c'), LOCAL_MOVIES("gmi-local-movies", '\ue54d'), LOCAL_OFFER("gmi-local-offer", '\ue54e'), LOCAL_PARKING("gmi-local-parking", '\ue54f'), LOCAL_PHARMACY("gmi-local-pharmacy", '\ue550'), LOCAL_PHONE("gmi-local-phone", '\ue551'), LOCAL_PIZZA("gmi-local-pizza", '\ue552'), LOCAL_PLAY("gmi-local-play", '\ue553'), LOCAL_POST_OFFICE("gmi-local-post-office", '\ue554'), LOCAL_PRINT_SHOP("gmi-local-print-shop", '\ue555'), LOCAL_PRINTSHOP("gmi-local-printshop", '\ue555'), LOCAL_RESTAURANT("gmi-local-restaurant", '\ue556'), LOCAL_SEE("gmi-local-see", '\ue557'), LOCAL_SHIPPING("gmi-local-shipping", '\ue558'), LOCAL_TAXI("gmi-local-taxi", '\ue559'), LOCATION_CITY("gmi-location-city", '\ue7f1'), LOCATION_DISABLED("gmi-location-disabled", '\ue1b6'), LOCATION_HISTORY("gmi-location-history", '\ue55a'), LOCATION_OFF("gmi-location-off", '\ue0c7'), LOCATION_ON("gmi-location-on", '\ue0c8'), LOCATION_SEARCHING("gmi-location-searching", '\ue1b7'), LOCK("gmi-lock", '\ue897'), LOCK_OPEN("gmi-lock-open", '\ue898'), LOCK_OUTLINE("gmi-lock-outline", '\ue899'), LOGOUT("gmi-logout", '\ue9ba'), LOOKS("gmi-looks", '\ue3fc'), LOOKS_3("gmi-looks-3", '\ue3fb'), LOOKS_4("gmi-looks-4", '\ue3fd'), LOOKS_5("gmi-looks-5", '\ue3fe'), LOOKS_6("gmi-looks-6", '\ue3ff'), LOOKS_ONE("gmi-looks-one", '\ue400'), LOOKS_TWO("gmi-looks-two", '\ue401'), LOOP("gmi-loop", '\ue028'), LOUPE("gmi-loupe", '\ue402'), LOW_PRIORITY("gmi-low-priority", '\ue16d'), LOYALTY("gmi-loyalty", '\ue89a'), LUNCH_DINING("gmi-lunch-dining", '\uea61'), MAIL("gmi-mail", '\ue158'), MAIL_OUTLINE("gmi-mail-outline", '\ue0e1'), MAP("gmi-map", '\ue55b'), MARGIN("gmi-margin", '\ue9bb'), MARK_AS_UNREAD("gmi-mark-as-unread", '\ue9bc'), MARKUNREAD("gmi-markunread", '\ue159'), MARKUNREAD_MAILBOX("gmi-markunread-mailbox", '\ue89b'), MAXIMIZE("gmi-maximize", '\ue930'), MEETING_ROOM("gmi-meeting-room", '\ueb4f'), MEMORY("gmi-memory", '\ue322'), MENU("gmi-menu", '\ue5d2'), MENU_BOOK("gmi-menu-book", '\uea19'), MENU_OPEN("gmi-menu-open", '\ue9bd'), MERGE_TYPE("gmi-merge-type", '\ue252'), MESSAGE("gmi-message", '\ue0c9'), MESSENGER("gmi-messenger", '\ue0ca'), MESSENGER_OUTLINE("gmi-messenger-outline", '\ue0cb'), MIC("gmi-mic", '\ue029'), MIC_NONE("gmi-mic-none", '\ue02a'), MIC_OFF("gmi-mic-off", '\ue02b'), MINIMIZE("gmi-minimize", '\ue931'), MISSED_VIDEO_CALL("gmi-missed-video-call", '\ue073'), MMS("gmi-mms", '\ue618'), MOBILE_FRIENDLY("gmi-mobile-friendly", '\ue200'), MOBILE_OFF("gmi-mobile-off", '\ue201'), MOBILE_SCREEN_SHARE("gmi-mobile-screen-share", '\ue0e7'), MODE_COMMENT("gmi-mode-comment", '\ue253'), MODE_EDIT("gmi-mode-edit", '\ue254'), MONETIZATION_ON("gmi-monetization-on", '\ue263'), MONEY("gmi-money", '\ue57d'), MONEY_OFF("gmi-money-off", '\ue25c'), MONOCHROME_PHOTOS("gmi-monochrome-photos", '\ue403'), MOOD("gmi-mood", '\ue7f2'), MOOD_BAD("gmi-mood-bad", '\ue7f3'), MORE("gmi-more", '\ue619'), MORE_HORIZ("gmi-more-horiz", '\ue5d3'), MORE_VERT("gmi-more-vert", '\ue5d4'), MOTORCYCLE("gmi-motorcycle", '\ue91b'), MOUSE("gmi-mouse", '\ue323'), MOVE_TO_INBOX("gmi-move-to-inbox", '\ue168'), MOVIE("gmi-movie", '\ue02c'), MOVIE_CREATION("gmi-movie-creation", '\ue404'), MOVIE_FILTER("gmi-movie-filter", '\ue43a'), MP("gmi-mp", '\ue9c3'), MULTILINE_CHART("gmi-multiline-chart", '\ue6df'), MULTITRACK_AUDIO("gmi-multitrack-audio", '\ue1b8'), MUSEUM("gmi-museum", '\uea36'), MUSIC_NOTE("gmi-music-note", '\ue405'), MUSIC_OFF("gmi-music-off", '\ue440'), MUSIC_VIDEO("gmi-music-video", '\ue063'), MY_LIBRARY_ADD("gmi-my-library-add", '\ue02e'), MY_LIBRARY_BOOKS("gmi-my-library-books", '\ue02f'), MY_LIBRARY_MUSIC("gmi-my-library-music", '\ue030'), MY_LOCATION("gmi-my-location", '\ue55c'), NATURE("gmi-nature", '\ue406'), NATURE_PEOPLE("gmi-nature-people", '\ue407'), NAVIGATE_BEFORE("gmi-navigate-before", '\ue408'), NAVIGATE_NEXT("gmi-navigate-next", '\ue409'), NAVIGATION("gmi-navigation", '\ue55d'), NEAR_ME("gmi-near-me", '\ue569'), NETWORK_CELL("gmi-network-cell", '\ue1b9'), NETWORK_CHECK("gmi-network-check", '\ue640'), NETWORK_LOCKED("gmi-network-locked", '\ue61a'), NETWORK_WIFI("gmi-network-wifi", '\ue1ba'), NEW_RELEASES("gmi-new-releases", '\ue031'), NEXT_WEEK("gmi-next-week", '\ue16a'), NFC("gmi-nfc", '\ue1bb'), NIGHTLIFE("gmi-nightlife", '\uea62'), NIGHTS_STAY("gmi-nights-stay", '\uea46'), NO_ENCRYPTION("gmi-no-encryption", '\ue641'), NO_MEETING_ROOM("gmi-no-meeting-room", '\ueb4e'), NO_SIM("gmi-no-sim", '\ue0cc'), NOT_INTERESTED("gmi-not-interested", '\ue033'), NOT_LISTED_LOCATION("gmi-not-listed-location", '\ue575'), NOTE("gmi-note", '\ue06f'), NOTE_ADD("gmi-note-add", '\ue89c'), NOTES("gmi-notes", '\ue26c'), NOTIFICATION_IMPORTANT("gmi-notification-important", '\ue004'), NOTIFICATIONS("gmi-notifications", '\ue7f4'), NOTIFICATIONS_ACTIVE("gmi-notifications-active", '\ue7f7'), NOTIFICATIONS_NONE("gmi-notifications-none", '\ue7f5'), NOTIFICATIONS_OFF("gmi-notifications-off", '\ue7f6'), NOTIFICATIONS_ON("gmi-notifications-on", '\ue7f7'), NOTIFICATIONS_PAUSED("gmi-notifications-paused", '\ue7f8'), NOW_WALLPAPER("gmi-now-wallpaper", '\ue1bc'), NOW_WIDGETS("gmi-now-widgets", '\ue1bd'), OFFLINE_BOLT("gmi-offline-bolt", '\ue932'), OFFLINE_PIN("gmi-offline-pin", '\ue90a'), OFFLINE_SHARE("gmi-offline-share", '\ue9c5'), ONDEMAND_VIDEO("gmi-ondemand-video", '\ue63a'), OPACITY("gmi-opacity", '\ue91c'), OPEN_IN_BROWSER("gmi-open-in-browser", '\ue89d'), OPEN_IN_NEW("gmi-open-in-new", '\ue89e'), OPEN_WITH("gmi-open-with", '\ue89f'), OUTDOOR_GRILL("gmi-outdoor-grill", '\uea47'), OUTLINED_FLAG("gmi-outlined-flag", '\ue16e'), PADDING("gmi-padding", '\ue9c8'), PAGES("gmi-pages", '\ue7f9'), PAGEVIEW("gmi-pageview", '\ue8a0'), PALETTE("gmi-palette", '\ue40a'), PAN_TOOL("gmi-pan-tool", '\ue925'), PANORAMA("gmi-panorama", '\ue40b'), PANORAMA_FISH_EYE("gmi-panorama-fish-eye", '\ue40c'), PANORAMA_FISHEYE("gmi-panorama-fisheye", '\ue40c'), PANORAMA_HORIZONTAL("gmi-panorama-horizontal", '\ue40d'), PANORAMA_PHOTOSPHERE("gmi-panorama-photosphere", '\ue9c9'), PANORAMA_PHOTOSPHERE_SELECT("gmi-panorama-photosphere-select", '\ue9ca'), PANORAMA_VERTICAL("gmi-panorama-vertical", '\ue40e'), PANORAMA_WIDE_ANGLE("gmi-panorama-wide-angle", '\ue40f'), PARK("gmi-park", '\uea63'), PARTY_MODE("gmi-party-mode", '\ue7fa'), PAUSE("gmi-pause", '\ue034'), PAUSE_CIRCLE_FILLED("gmi-pause-circle-filled", '\ue035'), PAUSE_CIRCLE_OUTLINE("gmi-pause-circle-outline", '\ue036'), PAUSE_PRESENTATION("gmi-pause-presentation", '\ue0ea'), PAYMENT("gmi-payment", '\ue8a1'), PEOPLE("gmi-people", '\ue7fb'), PEOPLE_ALT("gmi-people-alt", '\uea21'), PEOPLE_OUTLINE("gmi-people-outline", '\ue7fc'), PERM_CAMERA_MIC("gmi-perm-camera-mic", '\ue8a2'), PERM_CONTACT_CAL("gmi-perm-contact-cal", '\ue8a3'), PERM_CONTACT_CALENDAR("gmi-perm-contact-calendar", '\ue8a3'), PERM_DATA_SETTING("gmi-perm-data-setting", '\ue8a4'), PERM_DEVICE_INFO("gmi-perm-device-info", '\ue8a5'), PERM_DEVICE_INFORMATION("gmi-perm-device-information", '\ue8a5'), PERM_IDENTITY("gmi-perm-identity", '\ue8a6'), PERM_MEDIA("gmi-perm-media", '\ue8a7'), PERM_PHONE_MSG("gmi-perm-phone-msg", '\ue8a8'), PERM_SCAN_WIFI("gmi-perm-scan-wifi", '\ue8a9'), PERSON("gmi-person", '\ue7fd'), PERSON_ADD("gmi-person-add", '\ue7fe'), PERSON_ADD_DISABLED("gmi-person-add-disabled", '\ue9cb'), PERSON_OUTLINE("gmi-person-outline", '\ue7ff'), PERSON_PIN("gmi-person-pin", '\ue55a'), PERSON_PIN_CIRCLE("gmi-person-pin-circle", '\ue56a'), PERSONAL_VIDEO("gmi-personal-video", '\ue63b'), PETS("gmi-pets", '\ue91d'), PHONE("gmi-phone", '\ue0cd'), PHONE_ANDROID("gmi-phone-android", '\ue324'), PHONE_BLUETOOTH_SPEAKER("gmi-phone-bluetooth-speaker", '\ue61b'), PHONE_CALLBACK("gmi-phone-callback", '\ue649'), PHONE_DISABLED("gmi-phone-disabled", '\ue9cc'), PHONE_ENABLED("gmi-phone-enabled", '\ue9cd'), PHONE_FORWARDED("gmi-phone-forwarded", '\ue61c'), PHONE_IN_TALK("gmi-phone-in-talk", '\ue61d'), PHONE_IPHONE("gmi-phone-iphone", '\ue325'), PHONE_LOCKED("gmi-phone-locked", '\ue61e'), PHONE_MISSED("gmi-phone-missed", '\ue61f'), PHONE_PAUSED("gmi-phone-paused", '\ue620'), PHONELINK("gmi-phonelink", '\ue326'), PHONELINK_ERASE("gmi-phonelink-erase", '\ue0db'), PHONELINK_LOCK("gmi-phonelink-lock", '\ue0dc'), PHONELINK_OFF("gmi-phonelink-off", '\ue327'), PHONELINK_RING("gmi-phonelink-ring", '\ue0dd'), PHONELINK_SETUP("gmi-phonelink-setup", '\ue0de'), PHOTO("gmi-photo", '\ue410'), PHOTO_ALBUM("gmi-photo-album", '\ue411'), PHOTO_CAMERA("gmi-photo-camera", '\ue412'), PHOTO_FILTER("gmi-photo-filter", '\ue43b'), PHOTO_LIBRARY("gmi-photo-library", '\ue413'), PHOTO_SIZE_SELECT_ACTUAL("gmi-photo-size-select-actual", '\ue432'), PHOTO_SIZE_SELECT_LARGE("gmi-photo-size-select-large", '\ue433'), PHOTO_SIZE_SELECT_SMALL("gmi-photo-size-select-small", '\ue434'), PICTURE_AS_PDF("gmi-picture-as-pdf", '\ue415'), PICTURE_IN_PICTURE("gmi-picture-in-picture", '\ue8aa'), PICTURE_IN_PICTURE_ALT("gmi-picture-in-picture-alt", '\ue911'), PIE_CHART("gmi-pie-chart", '\ue6c4'), PIE_CHART_OUTLINED("gmi-pie-chart-outlined", '\ue6c5'), PIN_DROP("gmi-pin-drop", '\ue55e'), PIVOT_TABLE_CHART("gmi-pivot-table-chart", '\ue9ce'), PLACE("gmi-place", '\ue55f'), PLAY_ARROW("gmi-play-arrow", '\ue037'), PLAY_CIRCLE_FILL("gmi-play-circle-fill", '\ue038'), PLAY_CIRCLE_FILLED("gmi-play-circle-filled", '\ue038'), PLAY_CIRCLE_OUTLINE("gmi-play-circle-outline", '\ue039'), PLAY_FOR_WORK("gmi-play-for-work", '\ue906'), PLAYLIST_ADD("gmi-playlist-add", '\ue03b'), PLAYLIST_ADD_CHECK("gmi-playlist-add-check", '\ue065'), PLAYLIST_PLAY("gmi-playlist-play", '\ue05f'), PLUS_ONE("gmi-plus-one", '\ue800'), POLICY("gmi-policy", '\uea17'), POLL("gmi-poll", '\ue801'), POLYMER("gmi-polymer", '\ue8ab'), POOL("gmi-pool", '\ueb48'), PORTABLE_WIFI_OFF("gmi-portable-wifi-off", '\ue0ce'), PORTRAIT("gmi-portrait", '\ue416'), POST_ADD("gmi-post-add", '\uea20'), POWER("gmi-power", '\ue63c'), POWER_INPUT("gmi-power-input", '\ue336'), POWER_OFF("gmi-power-off", '\ue646'), POWER_SETTINGS_NEW("gmi-power-settings-new", '\ue8ac'), PREGNANT_WOMAN("gmi-pregnant-woman", '\ue91e'), PRESENT_TO_ALL("gmi-present-to-all", '\ue0df'), PRINT("gmi-print", '\ue8ad'), PRINT_DISABLED("gmi-print-disabled", '\ue9cf'), PRIORITY_HIGH("gmi-priority-high", '\ue645'), PUBLIC("gmi-public", '\ue80b'), PUBLISH("gmi-publish", '\ue255'), QUERY_BUILDER("gmi-query-builder", '\ue8ae'), QUESTION_ANSWER("gmi-question-answer", '\ue8af'), QUEUE("gmi-queue", '\ue03c'), QUEUE_MUSIC("gmi-queue-music", '\ue03d'), QUEUE_PLAY_NEXT("gmi-queue-play-next", '\ue066'), QUICK_CONTACTS_DIALER("gmi-quick-contacts-dialer", '\ue0cf'), QUICK_CONTACTS_MAIL("gmi-quick-contacts-mail", '\ue0d0'), RADIO("gmi-radio", '\ue03e'), RADIO_BUTTON_CHECKED("gmi-radio-button-checked", '\ue837'), RADIO_BUTTON_OFF("gmi-radio-button-off", '\ue836'), RADIO_BUTTON_ON("gmi-radio-button-on", '\ue837'), RADIO_BUTTON_UNCHECKED("gmi-radio-button-unchecked", '\ue836'), RAILWAY_ALERT("gmi-railway-alert", '\ue9d1'), RAMEN_DINING("gmi-ramen-dining", '\uea64'), RATE_REVIEW("gmi-rate-review", '\ue560'), RECEIPT("gmi-receipt", '\ue8b0'), RECENT_ACTORS("gmi-recent-actors", '\ue03f'), RECOMMEND("gmi-recommend", '\ue9d2'), RECORD_VOICE_OVER("gmi-record-voice-over", '\ue91f'), REDEEM("gmi-redeem", '\ue8b1'), REDO("gmi-redo", '\ue15a'), REFRESH("gmi-refresh", '\ue5d5'), REMOVE("gmi-remove", '\ue15b'), REMOVE_CIRCLE("gmi-remove-circle", '\ue15c'), REMOVE_CIRCLE_OUTLINE("gmi-remove-circle-outline", '\ue15d'), REMOVE_DONE("gmi-remove-done", '\ue9d3'), REMOVE_FROM_QUEUE("gmi-remove-from-queue", '\ue067'), REMOVE_MODERATOR("gmi-remove-moderator", '\ue9d4'), REMOVE_RED_EYE("gmi-remove-red-eye", '\ue417'), REMOVE_SHOPPING_CART("gmi-remove-shopping-cart", '\ue928'), REORDER("gmi-reorder", '\ue8fe'), REPEAT("gmi-repeat", '\ue040'), REPEAT_ON("gmi-repeat-on", '\ue9d6'), REPEAT_ONE("gmi-repeat-one", '\ue041'), REPEAT_ONE_ON("gmi-repeat-one-on", '\ue9d7'), REPLAY("gmi-replay", '\ue042'), REPLAY_10("gmi-replay-10", '\ue059'), REPLAY_30("gmi-replay-30", '\ue05a'), REPLAY_5("gmi-replay-5", '\ue05b'), REPLAY_CIRCLE_FILLED("gmi-replay-circle-filled", '\ue9d8'), REPLY("gmi-reply", '\ue15e'), REPLY_ALL("gmi-reply-all", '\ue15f'), REPORT("gmi-report", '\ue160'), REPORT_OFF("gmi-report-off", '\ue170'), REPORT_PROBLEM("gmi-report-problem", '\ue8b2'), RESET_TV("gmi-reset-tv", '\ue9d9'), RESTAURANT("gmi-restaurant", '\ue56c'), RESTAURANT_MENU("gmi-restaurant-menu", '\ue561'), RESTORE("gmi-restore", '\ue8b3'), RESTORE_FROM_TRASH("gmi-restore-from-trash", '\ue938'), RESTORE_PAGE("gmi-restore-page", '\ue929'), RING_VOLUME("gmi-ring-volume", '\ue0d1'), ROOM("gmi-room", '\ue8b4'), ROOM_SERVICE("gmi-room-service", '\ueb49'), ROTATE_90_DEGREES_CCW("gmi-rotate-90-degrees-ccw", '\ue418'), ROTATE_LEFT("gmi-rotate-left", '\ue419'), ROTATE_RIGHT("gmi-rotate-right", '\ue41a'), ROUNDED_CORNER("gmi-rounded-corner", '\ue920'), ROUTER("gmi-router", '\ue328'), ROWING("gmi-rowing", '\ue921'), RSS_FEED("gmi-rss-feed", '\ue0e5'), RTT("gmi-rtt", '\ue9ad'), RV_HOOKUP("gmi-rv-hookup", '\ue642'), SATELLITE("gmi-satellite", '\ue562'), SAVE("gmi-save", '\ue161'), SAVE_ALT("gmi-save-alt", '\ue171'), SAVED_SEARCH("gmi-saved-search", '\uea11'), SCANNER("gmi-scanner", '\ue329'), SCATTER_PLOT("gmi-scatter-plot", '\ue268'), SCHEDULE("gmi-schedule", '\ue8b5'), SCHEDULE_SEND("gmi-schedule-send", '\uea0a'), SCHOOL("gmi-school", '\ue80c'), SCORE("gmi-score", '\ue269'), SCREEN_LOCK_LANDSCAPE("gmi-screen-lock-landscape", '\ue1be'), SCREEN_LOCK_PORTRAIT("gmi-screen-lock-portrait", '\ue1bf'), SCREEN_LOCK_ROTATION("gmi-screen-lock-rotation", '\ue1c0'), SCREEN_ROTATION("gmi-screen-rotation", '\ue1c1'), SCREEN_SHARE("gmi-screen-share", '\ue0e2'), SD("gmi-sd", '\ue9dd'), SD_CARD("gmi-sd-card", '\ue623'), SD_STORAGE("gmi-sd-storage", '\ue1c2'), SEARCH("gmi-search", '\ue8b6'), SECURITY("gmi-security", '\ue32a'), SEGMENT("gmi-segment", '\ue94b'), SELECT_ALL("gmi-select-all", '\ue162'), SEND("gmi-send", '\ue163'), SEND_AND_ARCHIVE("gmi-send-and-archive", '\uea0c'), SENTIMENT_DISSATISFIED("gmi-sentiment-dissatisfied", '\ue811'), SENTIMENT_NEUTRAL("gmi-sentiment-neutral", '\ue812'), SENTIMENT_SATISFIED("gmi-sentiment-satisfied", '\ue813'), SENTIMENT_SATISFIED_ALT("gmi-sentiment-satisfied-alt", '\ue0ed'), SENTIMENT_VERY_DISSATISFIED("gmi-sentiment-very-dissatisfied", '\ue814'), SENTIMENT_VERY_SATISFIED("gmi-sentiment-very-satisfied", '\ue815'), SETTINGS("gmi-settings", '\ue8b8'), SETTINGS_APPLICATIONS("gmi-settings-applications", '\ue8b9'), SETTINGS_BACKUP_RESTORE("gmi-settings-backup-restore", '\ue8ba'), SETTINGS_BLUETOOTH("gmi-settings-bluetooth", '\ue8bb'), SETTINGS_BRIGHTNESS("gmi-settings-brightness", '\ue8bd'), SETTINGS_CELL("gmi-settings-cell", '\ue8bc'), SETTINGS_DISPLAY("gmi-settings-display", '\ue8bd'), SETTINGS_ETHERNET("gmi-settings-ethernet", '\ue8be'), SETTINGS_INPUT_ANTENNA("gmi-settings-input-antenna", '\ue8bf'), SETTINGS_INPUT_COMPONENT("gmi-settings-input-component", '\ue8c0'), SETTINGS_INPUT_COMPOSITE("gmi-settings-input-composite", '\ue8c1'), SETTINGS_INPUT_HDMI("gmi-settings-input-hdmi", '\ue8c2'), SETTINGS_INPUT_SVIDEO("gmi-settings-input-svideo", '\ue8c3'), SETTINGS_OVERSCAN("gmi-settings-overscan", '\ue8c4'), SETTINGS_PHONE("gmi-settings-phone", '\ue8c5'), SETTINGS_POWER("gmi-settings-power", '\ue8c6'), SETTINGS_REMOTE("gmi-settings-remote", '\ue8c7'), SETTINGS_SYSTEM_DAYDREAM("gmi-settings-system-daydream", '\ue1c3'), SETTINGS_VOICE("gmi-settings-voice", '\ue8c8'), SHARE("gmi-share", '\ue80d'), SHIELD("gmi-shield", '\ue9e0'), SHOP("gmi-shop", '\ue8c9'), SHOP_TWO("gmi-shop-two", '\ue8ca'), SHOPPING_BASKET("gmi-shopping-basket", '\ue8cb'), SHOPPING_CART("gmi-shopping-cart", '\ue8cc'), SHORT_TEXT("gmi-short-text", '\ue261'), SHOW_CHART("gmi-show-chart", '\ue6e1'), SHUFFLE("gmi-shuffle", '\ue043'), SHUFFLE_ON("gmi-shuffle-on", '\ue9e1'), SHUTTER_SPEED("gmi-shutter-speed", '\ue43d'), SIGNAL_CELLULAR_4_BAR("gmi-signal-cellular-4-bar", '\ue1c8'), SIGNAL_CELLULAR_ALT("gmi-signal-cellular-alt", '\ue202'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR("gmi-signal-cellular-connected-no-internet-4-bar", '\ue1cd'), SIGNAL_CELLULAR_NO_SIM("gmi-signal-cellular-no-sim", '\ue1ce'), SIGNAL_CELLULAR_NULL("gmi-signal-cellular-null", '\ue1cf'), SIGNAL_CELLULAR_OFF("gmi-signal-cellular-off", '\ue1d0'), SIGNAL_WIFI_4_BAR("gmi-signal-wifi-4-bar", '\ue1d8'), SIGNAL_WIFI_4_BAR_LOCK("gmi-signal-wifi-4-bar-lock", '\ue1d9'), SIGNAL_WIFI_OFF("gmi-signal-wifi-off", '\ue1da'), SIM_CARD("gmi-sim-card", '\ue32b'), SIM_CARD_ALERT("gmi-sim-card-alert", '\ue624'), SINGLE_BED("gmi-single-bed", '\uea48'), SKIP_NEXT("gmi-skip-next", '\ue044'), SKIP_PREVIOUS("gmi-skip-previous", '\ue045'), SLIDESHOW("gmi-slideshow", '\ue41b'), SLOW_MOTION_VIDEO("gmi-slow-motion-video", '\ue068'), SMARTPHONE("gmi-smartphone", '\ue32c'), SMOKE_FREE("gmi-smoke-free", '\ueb4a'), SMOKING_ROOMS("gmi-smoking-rooms", '\ueb4b'), SMS("gmi-sms", '\ue625'), SMS_FAILED("gmi-sms-failed", '\ue626'), SNOOZE("gmi-snooze", '\ue046'), SORT("gmi-sort", '\ue164'), SORT_BY_ALPHA("gmi-sort-by-alpha", '\ue053'), SPA("gmi-spa", '\ueb4c'), SPACE_BAR("gmi-space-bar", '\ue256'), SPEAKER("gmi-speaker", '\ue32d'), SPEAKER_GROUP("gmi-speaker-group", '\ue32e'), SPEAKER_NOTES("gmi-speaker-notes", '\ue8cd'), SPEAKER_NOTES_OFF("gmi-speaker-notes-off", '\ue92a'), SPEAKER_PHONE("gmi-speaker-phone", '\ue0d2'), SPEED("gmi-speed", '\ue9e4'), SPELLCHECK("gmi-spellcheck", '\ue8ce'), SPORTS("gmi-sports", '\uea30'), SPORTS_BASEBALL("gmi-sports-baseball", '\uea51'), SPORTS_BASKETBALL("gmi-sports-basketball", '\uea26'), SPORTS_CRICKET("gmi-sports-cricket", '\uea27'), SPORTS_ESPORTS("gmi-sports-esports", '\uea28'), SPORTS_FOOTBALL("gmi-sports-football", '\uea29'), SPORTS_GOLF("gmi-sports-golf", '\uea2a'), SPORTS_HANDBALL("gmi-sports-handball", '\uea33'), SPORTS_HOCKEY("gmi-sports-hockey", '\uea2b'), SPORTS_KABADDI("gmi-sports-kabaddi", '\uea34'), SPORTS_MMA("gmi-sports-mma", '\uea2c'), SPORTS_MOTORSPORTS("gmi-sports-motorsports", '\uea2d'), SPORTS_RUGBY("gmi-sports-rugby", '\uea2e'), SPORTS_SOCCER("gmi-sports-soccer", '\uea2f'), SPORTS_TENNIS("gmi-sports-tennis", '\uea32'), SPORTS_VOLLEYBALL("gmi-sports-volleyball", '\uea31'), SQUARE_FOOT("gmi-square-foot", '\uea49'), STACKED_BAR_CHART("gmi-stacked-bar-chart", '\ue9e6'), STAR("gmi-star", '\ue838'), STAR_BORDER("gmi-star-border", '\ue83a'), STAR_HALF("gmi-star-half", '\ue839'), STAR_OUTLINE("gmi-star-outline", '\ue83a'), STARS("gmi-stars", '\ue8d0'), STAY_CURRENT_LANDSCAPE("gmi-stay-current-landscape", '\ue0d3'), STAY_CURRENT_PORTRAIT("gmi-stay-current-portrait", '\ue0d4'), STAY_PRIMARY_LANDSCAPE("gmi-stay-primary-landscape", '\ue0d5'), STAY_PRIMARY_PORTRAIT("gmi-stay-primary-portrait", '\ue0d6'), STOP("gmi-stop", '\ue047'), STOP_SCREEN_SHARE("gmi-stop-screen-share", '\ue0e3'), STORAGE("gmi-storage", '\ue1db'), STORE("gmi-store", '\ue8d1'), STORE_MALL_DIRECTORY("gmi-store-mall-directory", '\ue563'), STOREFRONT("gmi-storefront", '\uea12'), STRAIGHTEN("gmi-straighten", '\ue41c'), STREAM("gmi-stream", '\ue9e9'), STREETVIEW("gmi-streetview", '\ue56e'), STRIKETHROUGH_S("gmi-strikethrough-s", '\ue257'), STYLE("gmi-style", '\ue41d'), SUBDIRECTORY_ARROW_LEFT("gmi-subdirectory-arrow-left", '\ue5d9'), SUBDIRECTORY_ARROW_RIGHT("gmi-subdirectory-arrow-right", '\ue5da'), SUBJECT("gmi-subject", '\ue8d2'), SUBSCRIPTIONS("gmi-subscriptions", '\ue064'), SUBTITLES("gmi-subtitles", '\ue048'), SUBWAY("gmi-subway", '\ue56f'), SUPERVISED_USER_CIRCLE("gmi-supervised-user-circle", '\ue939'), SUPERVISOR_ACCOUNT("gmi-supervisor-account", '\ue8d3'), SURROUND_SOUND("gmi-surround-sound", '\ue049'), SWAP_CALLS("gmi-swap-calls", '\ue0d7'), SWAP_HORIZ("gmi-swap-horiz", '\ue8d4'), SWAP_HORIZONTAL_CIRCLE("gmi-swap-horizontal-circle", '\ue933'), SWAP_VERT("gmi-swap-vert", '\ue8d5'), SWAP_VERT_CIRCLE("gmi-swap-vert-circle", '\ue8d6'), SWAP_VERTICAL_CIRCLE("gmi-swap-vertical-circle", '\ue8d6'), SWIPE("gmi-swipe", '\ue9ec'), SWITCH_ACCOUNT("gmi-switch-account", '\ue9ed'), SWITCH_CAMERA("gmi-switch-camera", '\ue41e'), SWITCH_VIDEO("gmi-switch-video", '\ue41f'), SYNC("gmi-sync", '\ue627'), SYNC_ALT("gmi-sync-alt", '\uea18'), SYNC_DISABLED("gmi-sync-disabled", '\ue628'), SYNC_PROBLEM("gmi-sync-problem", '\ue629'), SYSTEM_UPDATE("gmi-system-update", '\ue62a'), SYSTEM_UPDATE_ALT("gmi-system-update-alt", '\ue8d7'), SYSTEM_UPDATE_TV("gmi-system-update-tv", '\ue8d7'), TAB("gmi-tab", '\ue8d8'), TAB_UNSELECTED("gmi-tab-unselected", '\ue8d9'), TABLE_CHART("gmi-table-chart", '\ue265'), TABLET("gmi-tablet", '\ue32f'), TABLET_ANDROID("gmi-tablet-android", '\ue330'), TABLET_MAC("gmi-tablet-mac", '\ue331'), TAG("gmi-tag", '\ue9ef'), TAG_FACES("gmi-tag-faces", '\ue420'), TAKEOUT_DINING("gmi-takeout-dining", '\uea74'), TAP_AND_PLAY("gmi-tap-and-play", '\ue62b'), TERRAIN("gmi-terrain", '\ue564'), TEXT_FIELDS("gmi-text-fields", '\ue262'), TEXT_FORMAT("gmi-text-format", '\ue165'), TEXT_ROTATE_UP("gmi-text-rotate-up", '\ue93a'), TEXT_ROTATE_VERTICAL("gmi-text-rotate-vertical", '\ue93b'), TEXT_ROTATION_ANGLEDOWN("gmi-text-rotation-angledown", '\ue93c'), TEXT_ROTATION_ANGLEUP("gmi-text-rotation-angleup", '\ue93d'), TEXT_ROTATION_DOWN("gmi-text-rotation-down", '\ue93e'), TEXT_ROTATION_NONE("gmi-text-rotation-none", '\ue93f'), TEXTSMS("gmi-textsms", '\ue0d8'), TEXTURE("gmi-texture", '\ue421'), THEATER_COMEDY("gmi-theater-comedy", '\uea66'), THEATERS("gmi-theaters", '\ue8da'), THUMB_DOWN("gmi-thumb-down", '\ue8db'), THUMB_DOWN_ALT("gmi-thumb-down-alt", '\ue816'), THUMB_DOWN_OFF_ALT("gmi-thumb-down-off-alt", '\ue9f2'), THUMB_UP("gmi-thumb-up", '\ue8dc'), THUMB_UP_ALT("gmi-thumb-up-alt", '\ue817'), THUMB_UP_OFF_ALT("gmi-thumb-up-off-alt", '\ue9f3'), THUMBS_UP_DOWN("gmi-thumbs-up-down", '\ue8dd'), TIME_TO_LEAVE("gmi-time-to-leave", '\ue62c'), TIMELAPSE("gmi-timelapse", '\ue422'), TIMELINE("gmi-timeline", '\ue922'), TIMER("gmi-timer", '\ue425'), TIMER_10("gmi-timer_10", '\ue423'), TIMER_3("gmi-timer_3", '\ue424'), TIMER_OFF("gmi-timer-off", '\ue426'), TITLE("gmi-title", '\ue264'), TOC("gmi-toc", '\ue8de'), TODAY("gmi-today", '\ue8df'), TOGGLE_OFF("gmi-toggle-off", '\ue9f5'), TOGGLE_ON("gmi-toggle-on", '\ue9f6'), TOLL("gmi-toll", '\ue8e0'), TONALITY("gmi-tonality", '\ue427'), TOUCH_APP("gmi-touch-app", '\ue913'), TOYS("gmi-toys", '\ue332'), TRACK_CHANGES("gmi-track-changes", '\ue8e1'), TRAFFIC("gmi-traffic", '\ue565'), TRAIN("gmi-train", '\ue570'), TRAM("gmi-tram", '\ue571'), TRANSFER_WITHIN_A_STATION("gmi-transfer-within-a-station", '\ue572'), TRANSFORM("gmi-transform", '\ue428'), TRANSIT_ENTEREXIT("gmi-transit-enterexit", '\ue579'), TRANSLATE("gmi-translate", '\ue8e2'), TRENDING_DOWN("gmi-trending-down", '\ue8e3'), TRENDING_FLAT("gmi-trending-flat", '\ue8e4'), TRENDING_NEUTRAL("gmi-trending-neutral", '\ue8e4'), TRENDING_UP("gmi-trending-up", '\ue8e5'), TRIP_ORIGIN("gmi-trip-origin", '\ue57b'), TUNE("gmi-tune", '\ue429'), TURNED_IN("gmi-turned-in", '\ue8e6'), TURNED_IN_NOT("gmi-turned-in-not", '\ue8e7'), TV("gmi-tv", '\ue333'), TV_OFF("gmi-tv-off", '\ue647'), TWO_WHEELER("gmi-two-wheeler", '\ue9f9'), UNARCHIVE("gmi-unarchive", '\ue169'), UNDO("gmi-undo", '\ue166'), UNFOLD_LESS("gmi-unfold-less", '\ue5d6'), UNFOLD_MORE("gmi-unfold-more", '\ue5d7'), UNSUBSCRIBE("gmi-unsubscribe", '\ue0eb'), UPDATE("gmi-update", '\ue923'), UPLOAD_FILE("gmi-upload-file", '\ue9fc'), USB("gmi-usb", '\ue1e0'), VERIFIED_USER("gmi-verified-user", '\ue8e8'), VERTICAL_ALIGN_BOTTOM("gmi-vertical-align-bottom", '\ue258'), VERTICAL_ALIGN_CENTER("gmi-vertical-align-center", '\ue259'), VERTICAL_ALIGN_TOP("gmi-vertical-align-top", '\ue25a'), VERTICAL_SPLIT("gmi-vertical-split", '\ue949'), VIBRATION("gmi-vibration", '\ue62d'), VIDEO_CALL("gmi-video-call", '\ue070'), VIDEO_COLLECTION("gmi-video-collection", '\ue04a'), VIDEO_LABEL("gmi-video-label", '\ue071'), VIDEO_LIBRARY("gmi-video-library", '\ue04a'), VIDEOCAM("gmi-videocam", '\ue04b'), VIDEOCAM_OFF("gmi-videocam-off", '\ue04c'), VIDEOGAME_ASSET("gmi-videogame-asset", '\ue338'), VIEW_AGENDA("gmi-view-agenda", '\ue8e9'), VIEW_ARRAY("gmi-view-array", '\ue8ea'), VIEW_CAROUSEL("gmi-view-carousel", '\ue8eb'), VIEW_COLUMN("gmi-view-column", '\ue8ec'), VIEW_COMFORTABLE("gmi-view-comfortable", '\ue42a'), VIEW_COMFY("gmi-view-comfy", '\ue42a'), VIEW_COMPACT("gmi-view-compact", '\ue42b'), VIEW_DAY("gmi-view-day", '\ue8ed'), VIEW_HEADLINE("gmi-view-headline", '\ue8ee'), VIEW_IN_AR("gmi-view-in-ar", '\ue9fe'), VIEW_LIST("gmi-view-list", '\ue8ef'), VIEW_MODULE("gmi-view-module", '\ue8f0'), VIEW_QUILT("gmi-view-quilt", '\ue8f1'), VIEW_STREAM("gmi-view-stream", '\ue8f2'), VIEW_WEEK("gmi-view-week", '\ue8f3'), VIGNETTE("gmi-vignette", '\ue435'), VISIBILITY("gmi-visibility", '\ue8f4'), VISIBILITY_OFF("gmi-visibility-off", '\ue8f5'), VOICE_CHAT("gmi-voice-chat", '\ue62e'), VOICE_OVER_OFF("gmi-voice-over-off", '\ue94a'), VOICEMAIL("gmi-voicemail", '\ue0d9'), VOLUME_DOWN("gmi-volume-down", '\ue04d'), VOLUME_MUTE("gmi-volume-mute", '\ue04e'), VOLUME_OFF("gmi-volume-off", '\ue04f'), VOLUME_UP("gmi-volume-up", '\ue050'), VOLUNTEER_ACTIVISM("gmi-volunteer-activism", '\uea70'), VPN_KEY("gmi-vpn-key", '\ue0da'), VPN_LOCK("gmi-vpn-lock", '\ue62f'), WALLET_GIFTCARD("gmi-wallet-giftcard", '\ue8f6'), WALLET_MEMBERSHIP("gmi-wallet-membership", '\ue8f7'), WALLET_TRAVEL("gmi-wallet-travel", '\ue8f8'), WALLPAPER("gmi-wallpaper", '\ue1bc'), WARNING("gmi-warning", '\ue002'), WATCH("gmi-watch", '\ue334'), WATCH_LATER("gmi-watch-later", '\ue924'), WATERFALL_CHART("gmi-waterfall-chart", '\uea00'), WAVES("gmi-waves", '\ue176'), WB_AUTO("gmi-wb-auto", '\ue42c'), WB_CLOUDY("gmi-wb-cloudy", '\ue42d'), WB_INCANDESCENT("gmi-wb-incandescent", '\ue42e'), WB_IRIDESCENT("gmi-wb-iridescent", '\ue436'), WB_SHADE("gmi-wb-shade", '\uea01'), WB_SUNNY("gmi-wb-sunny", '\ue430'), WB_TWIGHLIGHT("gmi-wb-twighlight", '\uea02'), WC("gmi-wc", '\ue63d'), WEB("gmi-web", '\ue051'), WEB_ASSET("gmi-web-asset", '\ue069'), WEEKEND("gmi-weekend", '\ue16b'), WHATSHOT("gmi-whatshot", '\ue80e'), WHERE_TO_VOTE("gmi-where-to-vote", '\ue177'), WIDGETS("gmi-widgets", '\ue1bd'), WIFI("gmi-wifi", '\ue63e'), WIFI_LOCK("gmi-wifi-lock", '\ue1e1'), WIFI_OFF("gmi-wifi-off", '\ue648'), WIFI_TETHERING("gmi-wifi-tethering", '\ue1e2'), WORK("gmi-work", '\ue8f9'), WORK_OFF("gmi-work-off", '\ue942'), WORK_OUTLINE("gmi-work-outline", '\ue943'), WORKSPACES_FILLED("gmi-workspaces-filled", '\uea0d'), WORKSPACES_OUTLINE("gmi-workspaces-outline", '\uea0f'), WRAP_TEXT("gmi-wrap-text", '\ue25b'), YOUTUBE_SEARCHED_FOR("gmi-youtube-searched-for", '\ue8fa'), ZOOM_IN("gmi-zoom-in", '\ue8ff'), ZOOM_OUT("gmi-zoom-out", '\ue900'), ZOOM_OUT_MAP("gmi-zoom-out-map", '\ue56b'); public static Material findByDescription(String description) { for (Material font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material-pack/src/main/java/org/kordamp/ikonli/material/MaterialIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material/50/fonts/MaterialIcons-Regular.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("gmi-"); } @Override public Ikon resolve(String description) { return Material.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons Regular"; } } ================================================ FILE: icon-packs/ikonli-material-pack/src/main/java/org/kordamp/ikonli/material/MaterialIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MaterialIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material.class; } } ================================================ FILE: icon-packs/ikonli-material-pack/src/main/resources/META-INF/resources/material/50/css/material-icons.css ================================================ @font-face { font-family: 'Material Icons Regular'; font-style: normal; font-weight: 400; src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons Regular'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype'); } .gmi { font-family: 'Material Icons Regular'; font-weight: normal; font-style: normal; font-size: 24px; /* Preferred icon size */ display: inline-block; width: 1em; height: 1em; line-height: 1; text-transform: none; letter-spacing: normal; word-wrap: normal; white-space: nowrap; direction: ltr; /* Support for all WebKit browsers. */ -webkit-font-smoothing: antialiased; /* Support for Safari and Chrome. */ text-rendering: optimizeLegibility; /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; /* Support for IE. */ font-feature-settings: 'liga'; } .gmi-10k:before { content: "\e951"; } .gmi-10mp:before { content: "\e952"; } .gmi-11mp:before { content: "\e953"; } .gmi-12mp:before { content: "\e954"; } .gmi-13mp:before { content: "\e955"; } .gmi-14mp:before { content: "\e956"; } .gmi-15mp:before { content: "\e957"; } .gmi-16mp:before { content: "\e958"; } .gmi-17mp:before { content: "\e959"; } .gmi-18mp:before { content: "\e95a"; } .gmi-19mp:before { content: "\e95b"; } .gmi-1k:before { content: "\e95c"; } .gmi-1k-plus:before { content: "\e95d"; } .gmi-20mp:before { content: "\e95e"; } .gmi-21mp:before { content: "\e95f"; } .gmi-22mp:before { content: "\e960"; } .gmi-23mp:before { content: "\e961"; } .gmi-24mp:before { content: "\e962"; } .gmi-2k:before { content: "\e963"; } .gmi-2k-plus:before { content: "\e964"; } .gmi-2mp:before { content: "\e965"; } .gmi-360:before { content: "\e577"; } .gmi-3d-rotation:before { content: "\e84d"; } .gmi-3k:before { content: "\e966"; } .gmi-3k-plus:before { content: "\e967"; } .gmi-3mp:before { content: "\e968"; } .gmi-4k:before { content: "\e072"; } .gmi-4k-plus:before { content: "\e969"; } .gmi-4mp:before { content: "\e96a"; } .gmi-5k:before { content: "\e96b"; } .gmi-5k-plus:before { content: "\e96c"; } .gmi-5mp:before { content: "\e96d"; } .gmi-6k:before { content: "\e96e"; } .gmi-6k-plus:before { content: "\e96f"; } .gmi-6mp:before { content: "\e970"; } .gmi-7k:before { content: "\e971"; } .gmi-7k-plus:before { content: "\e972"; } .gmi-7mp:before { content: "\e973"; } .gmi-8k:before { content: "\e974"; } .gmi-8k-plus:before { content: "\e975"; } .gmi-8mp:before { content: "\e976"; } .gmi-9k:before { content: "\e977"; } .gmi-9k-plus:before { content: "\e978"; } .gmi-9mp:before { content: "\e979"; } .gmi-ac-unit:before { content: "\eb3b"; } .gmi-access-alarm:before { content: "\e190"; } .gmi-access-alarms:before { content: "\e191"; } .gmi-access-time:before { content: "\e192"; } .gmi-accessibility:before { content: "\e84e"; } .gmi-accessibility-new:before { content: "\e92c"; } .gmi-accessible:before { content: "\e914"; } .gmi-accessible-forward:before { content: "\e934"; } .gmi-account-balance:before { content: "\e84f"; } .gmi-account-balance-wallet:before { content: "\e850"; } .gmi-account-box:before { content: "\e851"; } .gmi-account-circle:before { content: "\e853"; } .gmi-account-tree:before { content: "\e97a"; } .gmi-adb:before { content: "\e60e"; } .gmi-add:before { content: "\e145"; } .gmi-add-a-photo:before { content: "\e439"; } .gmi-add-alarm:before { content: "\e193"; } .gmi-add-alert:before { content: "\e003"; } .gmi-add-box:before { content: "\e146"; } .gmi-add-call:before { content: "\e0e8"; } .gmi-add-chart:before { content: "\e97b"; } .gmi-add-circle:before { content: "\e147"; } .gmi-add-circle-outline:before { content: "\e148"; } .gmi-add-comment:before { content: "\e266"; } .gmi-add-ic-call:before { content: "\e97c"; } .gmi-add-link:before { content: "\e178"; } .gmi-add-location:before { content: "\e567"; } .gmi-add-moderator:before { content: "\e97d"; } .gmi-add-photo-alternate:before { content: "\e43e"; } .gmi-add-shopping-cart:before { content: "\e854"; } .gmi-add-to-home-screen:before { content: "\e1fe"; } .gmi-add-to-photos:before { content: "\e39d"; } .gmi-add-to-queue:before { content: "\e05c"; } .gmi-adjust:before { content: "\e39e"; } .gmi-airline-seat-flat:before { content: "\e630"; } .gmi-airline-seat-flat-angled:before { content: "\e631"; } .gmi-airline-seat-individual-suite:before { content: "\e632"; } .gmi-airline-seat-legroom-extra:before { content: "\e633"; } .gmi-airline-seat-legroom-normal:before { content: "\e634"; } .gmi-airline-seat-legroom-reduced:before { content: "\e635"; } .gmi-airline-seat-recline-extra:before { content: "\e636"; } .gmi-airline-seat-recline-normal:before { content: "\e637"; } .gmi-airplanemode-active:before { content: "\e195"; } .gmi-airplanemode-inactive:before { content: "\e194"; } .gmi-airplanemode-off:before { content: "\e194"; } .gmi-airplanemode-on:before { content: "\e195"; } .gmi-airplay:before { content: "\e055"; } .gmi-airport-shuttle:before { content: "\eb3c"; } .gmi-alarm:before { content: "\e855"; } .gmi-alarm-add:before { content: "\e856"; } .gmi-alarm-off:before { content: "\e857"; } .gmi-alarm-on:before { content: "\e858"; } .gmi-album:before { content: "\e019"; } .gmi-all-inbox:before { content: "\e97f"; } .gmi-all-inclusive:before { content: "\eb3d"; } .gmi-all-out:before { content: "\e90b"; } .gmi-alternate-email:before { content: "\e0e6"; } .gmi-amp-stories:before { content: "\ea13"; } .gmi-android:before { content: "\e859"; } .gmi-announcement:before { content: "\e85a"; } .gmi-apartment:before { content: "\ea40"; } .gmi-approval:before { content: "\e982"; } .gmi-apps:before { content: "\e5c3"; } .gmi-archive:before { content: "\e149"; } .gmi-arrow-back:before { content: "\e5c4"; } .gmi-arrow-back-ios:before { content: "\e5e0"; } .gmi-arrow-downward:before { content: "\e5db"; } .gmi-arrow-drop-down:before { content: "\e5c5"; } .gmi-arrow-drop-down-circle:before { content: "\e5c6"; } .gmi-arrow-drop-up:before { content: "\e5c7"; } .gmi-arrow-forward:before { content: "\e5c8"; } .gmi-arrow-forward-ios:before { content: "\e5e1"; } .gmi-arrow-left:before { content: "\e5de"; } .gmi-arrow-right:before { content: "\e5df"; } .gmi-arrow-right-alt:before { content: "\e941"; } .gmi-arrow-upward:before { content: "\e5d8"; } .gmi-art-track:before { content: "\e060"; } .gmi-aspect-ratio:before { content: "\e85b"; } .gmi-assessment:before { content: "\e85c"; } .gmi-assignment:before { content: "\e85d"; } .gmi-assignment-ind:before { content: "\e85e"; } .gmi-assignment-late:before { content: "\e85f"; } .gmi-assignment-return:before { content: "\e860"; } .gmi-assignment-returned:before { content: "\e861"; } .gmi-assignment-turned-in:before { content: "\e862"; } .gmi-assistant:before { content: "\e39f"; } .gmi-assistant-direction:before { content: "\e988"; } .gmi-assistant-navigation:before { content: "\e989"; } .gmi-assistant-photo:before { content: "\e3a0"; } .gmi-atm:before { content: "\e573"; } .gmi-attach-file:before { content: "\e226"; } .gmi-attach-money:before { content: "\e227"; } .gmi-attachment:before { content: "\e2bc"; } .gmi-attractions:before { content: "\ea52"; } .gmi-audiotrack:before { content: "\e3a1"; } .gmi-autorenew:before { content: "\e863"; } .gmi-av-timer:before { content: "\e01b"; } .gmi-backspace:before { content: "\e14a"; } .gmi-backup:before { content: "\e864"; } .gmi-badge:before { content: "\ea67"; } .gmi-bakery-dining:before { content: "\ea53"; } .gmi-ballot:before { content: "\e172"; } .gmi-bar-chart:before { content: "\e26b"; } .gmi-bathtub:before { content: "\ea41"; } .gmi-battery-alert:before { content: "\e19c"; } .gmi-battery-charging-full:before { content: "\e1a3"; } .gmi-battery-full:before { content: "\e1a4"; } .gmi-battery-std:before { content: "\e1a5"; } .gmi-battery-unknown:before { content: "\e1a6"; } .gmi-beach-access:before { content: "\eb3e"; } .gmi-beenhere:before { content: "\e52d"; } .gmi-block:before { content: "\e14b"; } .gmi-bluetooth:before { content: "\e1a7"; } .gmi-bluetooth-audio:before { content: "\e60f"; } .gmi-bluetooth-connected:before { content: "\e1a8"; } .gmi-bluetooth-disabled:before { content: "\e1a9"; } .gmi-bluetooth-searching:before { content: "\e1aa"; } .gmi-blur-circular:before { content: "\e3a2"; } .gmi-blur-linear:before { content: "\e3a3"; } .gmi-blur-off:before { content: "\e3a4"; } .gmi-blur-on:before { content: "\e3a5"; } .gmi-bolt:before { content: "\ea0b"; } .gmi-book:before { content: "\e865"; } .gmi-bookmark:before { content: "\e866"; } .gmi-bookmark-border:before { content: "\e867"; } .gmi-bookmark-outline:before { content: "\e867"; } .gmi-bookmarks:before { content: "\e98b"; } .gmi-border-all:before { content: "\e228"; } .gmi-border-bottom:before { content: "\e229"; } .gmi-border-clear:before { content: "\e22a"; } .gmi-border-color:before { content: "\e22b"; } .gmi-border-horizontal:before { content: "\e22c"; } .gmi-border-inner:before { content: "\e22d"; } .gmi-border-left:before { content: "\e22e"; } .gmi-border-outer:before { content: "\e22f"; } .gmi-border-right:before { content: "\e230"; } .gmi-border-style:before { content: "\e231"; } .gmi-border-top:before { content: "\e232"; } .gmi-border-vertical:before { content: "\e233"; } .gmi-branding-watermark:before { content: "\e06b"; } .gmi-breakfast-dining:before { content: "\ea54"; } .gmi-brightness-1:before { content: "\e3a6"; } .gmi-brightness-2:before { content: "\e3a7"; } .gmi-brightness-3:before { content: "\e3a8"; } .gmi-brightness-4:before { content: "\e3a9"; } .gmi-brightness-5:before { content: "\e3aa"; } .gmi-brightness-6:before { content: "\e3ab"; } .gmi-brightness-7:before { content: "\e3ac"; } .gmi-brightness-auto:before { content: "\e1ab"; } .gmi-brightness-high:before { content: "\e1ac"; } .gmi-brightness-low:before { content: "\e1ad"; } .gmi-brightness-medium:before { content: "\e1ae"; } .gmi-broken-image:before { content: "\e3ad"; } .gmi-brunch-dining:before { content: "\ea73"; } .gmi-brush:before { content: "\e3ae"; } .gmi-bubble-chart:before { content: "\e6dd"; } .gmi-bug-report:before { content: "\e868"; } .gmi-build:before { content: "\e869"; } .gmi-burst-mode:before { content: "\e43c"; } .gmi-bus-alert:before { content: "\e98f"; } .gmi-business:before { content: "\e0af"; } .gmi-business-center:before { content: "\eb3f"; } .gmi-cached:before { content: "\e86a"; } .gmi-cake:before { content: "\e7e9"; } .gmi-calendar-today:before { content: "\e935"; } .gmi-calendar-view-day:before { content: "\e936"; } .gmi-call:before { content: "\e0b0"; } .gmi-call-end:before { content: "\e0b1"; } .gmi-call-made:before { content: "\e0b2"; } .gmi-call-merge:before { content: "\e0b3"; } .gmi-call-missed:before { content: "\e0b4"; } .gmi-call-missed-outgoing:before { content: "\e0e4"; } .gmi-call-received:before { content: "\e0b5"; } .gmi-call-split:before { content: "\e0b6"; } .gmi-call-to-action:before { content: "\e06c"; } .gmi-camera:before { content: "\e3af"; } .gmi-camera-alt:before { content: "\e3b0"; } .gmi-camera-enhance:before { content: "\e8fc"; } .gmi-camera-front:before { content: "\e3b1"; } .gmi-camera-rear:before { content: "\e3b2"; } .gmi-camera-roll:before { content: "\e3b3"; } .gmi-cancel:before { content: "\e5c9"; } .gmi-cancel-presentation:before { content: "\e0e9"; } .gmi-cancel-schedule-send:before { content: "\ea39"; } .gmi-car-rental:before { content: "\ea55"; } .gmi-car-repair:before { content: "\ea56"; } .gmi-card-giftcard:before { content: "\e8f6"; } .gmi-card-membership:before { content: "\e8f7"; } .gmi-card-travel:before { content: "\e8f8"; } .gmi-cases:before { content: "\e992"; } .gmi-casino:before { content: "\eb40"; } .gmi-cast:before { content: "\e307"; } .gmi-cast-connected:before { content: "\e308"; } .gmi-category:before { content: "\e574"; } .gmi-celebration:before { content: "\ea65"; } .gmi-cell-wifi:before { content: "\e0ec"; } .gmi-center-focus-strong:before { content: "\e3b4"; } .gmi-center-focus-weak:before { content: "\e3b5"; } .gmi-change-history:before { content: "\e86b"; } .gmi-chat:before { content: "\e0b7"; } .gmi-chat-bubble:before { content: "\e0ca"; } .gmi-chat-bubble-outline:before { content: "\e0cb"; } .gmi-check:before { content: "\e5ca"; } .gmi-check-box:before { content: "\e834"; } .gmi-check-box-outline-blank:before { content: "\e835"; } .gmi-check-circle:before { content: "\e86c"; } .gmi-check-circle-outline:before { content: "\e92d"; } .gmi-chevron-left:before { content: "\e5cb"; } .gmi-chevron-right:before { content: "\e5cc"; } .gmi-child-care:before { content: "\eb41"; } .gmi-child-friendly:before { content: "\eb42"; } .gmi-chrome-reader-mode:before { content: "\e86d"; } .gmi-circle-notifications:before { content: "\e994"; } .gmi-class:before { content: "\e86e"; } .gmi-clear:before { content: "\e14c"; } .gmi-clear-all:before { content: "\e0b8"; } .gmi-close:before { content: "\e5cd"; } .gmi-closed-caption:before { content: "\e01c"; } .gmi-closed-caption-off:before { content: "\e996"; } .gmi-cloud:before { content: "\e2bd"; } .gmi-cloud-circle:before { content: "\e2be"; } .gmi-cloud-done:before { content: "\e2bf"; } .gmi-cloud-download:before { content: "\e2c0"; } .gmi-cloud-off:before { content: "\e2c1"; } .gmi-cloud-queue:before { content: "\e2c2"; } .gmi-cloud-upload:before { content: "\e2c3"; } .gmi-code:before { content: "\e86f"; } .gmi-collections:before { content: "\e3b6"; } .gmi-collections-bookmark:before { content: "\e431"; } .gmi-color-lens:before { content: "\e3b7"; } .gmi-colorize:before { content: "\e3b8"; } .gmi-comment:before { content: "\e0b9"; } .gmi-commute:before { content: "\e940"; } .gmi-compare:before { content: "\e3b9"; } .gmi-compare-arrows:before { content: "\e915"; } .gmi-compass-calibration:before { content: "\e57c"; } .gmi-compress:before { content: "\e94d"; } .gmi-computer:before { content: "\e30a"; } .gmi-confirmation-num:before { content: "\e638"; } .gmi-confirmation-number:before { content: "\e638"; } .gmi-connected-tv:before { content: "\e998"; } .gmi-contact-mail:before { content: "\e0d0"; } .gmi-contact-phone:before { content: "\e0cf"; } .gmi-contact-support:before { content: "\e94c"; } .gmi-contactless:before { content: "\ea71"; } .gmi-contacts:before { content: "\e0ba"; } .gmi-content-copy:before { content: "\e14d"; } .gmi-content-cut:before { content: "\e14e"; } .gmi-content-paste:before { content: "\e14f"; } .gmi-control-camera:before { content: "\e074"; } .gmi-control-point:before { content: "\e3ba"; } .gmi-control-point-duplicate:before { content: "\e3bb"; } .gmi-copyright:before { content: "\e90c"; } .gmi-create:before { content: "\e150"; } .gmi-create-new-folder:before { content: "\e2cc"; } .gmi-credit-card:before { content: "\e870"; } .gmi-crop:before { content: "\e3be"; } .gmi-crop-16-9:before { content: "\e3bc"; } .gmi-crop-3-2:before { content: "\e3bd"; } .gmi-crop-5-4:before { content: "\e3bf"; } .gmi-crop-7-5:before { content: "\e3c0"; } .gmi-crop-din:before { content: "\e3c1"; } .gmi-crop-free:before { content: "\e3c2"; } .gmi-crop-landscape:before { content: "\e3c3"; } .gmi-crop-original:before { content: "\e3c4"; } .gmi-crop-portrait:before { content: "\e3c5"; } .gmi-crop-rotate:before { content: "\e437"; } .gmi-crop-square:before { content: "\e3c6"; } .gmi-dangerous:before { content: "\e99a"; } .gmi-dashboard:before { content: "\e871"; } .gmi-dashboard-customize:before { content: "\e99b"; } .gmi-data-usage:before { content: "\e1af"; } .gmi-date-range:before { content: "\e916"; } .gmi-deck:before { content: "\ea42"; } .gmi-dehaze:before { content: "\e3c7"; } .gmi-delete:before { content: "\e872"; } .gmi-delete-forever:before { content: "\e92b"; } .gmi-delete-outline:before { content: "\e92e"; } .gmi-delete-sweep:before { content: "\e16c"; } .gmi-delivery-dining:before { content: "\ea72"; } .gmi-departure-board:before { content: "\e576"; } .gmi-description:before { content: "\e873"; } .gmi-desktop-access-disabled:before { content: "\e99d"; } .gmi-desktop-mac:before { content: "\e30b"; } .gmi-desktop-windows:before { content: "\e30c"; } .gmi-details:before { content: "\e3c8"; } .gmi-developer-board:before { content: "\e30d"; } .gmi-developer-mode:before { content: "\e1b0"; } .gmi-device-hub:before { content: "\e335"; } .gmi-device-thermostat:before { content: "\e1ff"; } .gmi-device-unknown:before { content: "\e339"; } .gmi-devices:before { content: "\e1b1"; } .gmi-devices-other:before { content: "\e337"; } .gmi-dialer-sip:before { content: "\e0bb"; } .gmi-dialpad:before { content: "\e0bc"; } .gmi-dinner-dining:before { content: "\ea57"; } .gmi-directions:before { content: "\e52e"; } .gmi-directions-bike:before { content: "\e52f"; } .gmi-directions-boat:before { content: "\e532"; } .gmi-directions-bus:before { content: "\e530"; } .gmi-directions-car:before { content: "\e531"; } .gmi-directions-ferry:before { content: "\e532"; } .gmi-directions-railway:before { content: "\e534"; } .gmi-directions-run:before { content: "\e566"; } .gmi-directions-subway:before { content: "\e533"; } .gmi-directions-train:before { content: "\e534"; } .gmi-directions-transit:before { content: "\e535"; } .gmi-directions-walk:before { content: "\e536"; } .gmi-disc-full:before { content: "\e610"; } .gmi-dnd-forwardslash:before { content: "\e611"; } .gmi-dns:before { content: "\e875"; } .gmi-do-not-disturb:before { content: "\e612"; } .gmi-do-not-disturb-alt:before { content: "\e611"; } .gmi-do-not-disturb-off:before { content: "\e643"; } .gmi-do-not-disturb-on:before { content: "\e644"; } .gmi-dock:before { content: "\e30e"; } .gmi-domain:before { content: "\e7ee"; } .gmi-domain-disabled:before { content: "\e0ef"; } .gmi-done:before { content: "\e876"; } .gmi-done-all:before { content: "\e877"; } .gmi-done-outline:before { content: "\e92f"; } .gmi-donut-large:before { content: "\e917"; } .gmi-donut-small:before { content: "\e918"; } .gmi-double-arrow:before { content: "\ea50"; } .gmi-drafts:before { content: "\e151"; } .gmi-drag-handle:before { content: "\e25d"; } .gmi-drag-indicator:before { content: "\e945"; } .gmi-drive-eta:before { content: "\e613"; } .gmi-drive-file-move-outline:before { content: "\e9a1"; } .gmi-drive-file-rename-outline:before { content: "\e9a2"; } .gmi-drive-folder-upload:before { content: "\e9a3"; } .gmi-dry-cleaning:before { content: "\ea58"; } .gmi-duo:before { content: "\e9a5"; } .gmi-dvr:before { content: "\e1b2"; } .gmi-dynamic-feed:before { content: "\ea14"; } .gmi-eco:before { content: "\ea35"; } .gmi-edit:before { content: "\e3c9"; } .gmi-edit-attributes:before { content: "\e578"; } .gmi-edit-location:before { content: "\e568"; } .gmi-edit-off:before { content: "\e950"; } .gmi-eject:before { content: "\e8fb"; } .gmi-email:before { content: "\e0be"; } .gmi-emoji-emotions:before { content: "\ea22"; } .gmi-emoji-events:before { content: "\ea23"; } .gmi-emoji-flags:before { content: "\ea1a"; } .gmi-emoji-food-beverage:before { content: "\ea1b"; } .gmi-emoji-nature:before { content: "\ea1c"; } .gmi-emoji-objects:before { content: "\ea24"; } .gmi-emoji-people:before { content: "\ea1d"; } .gmi-emoji-symbols:before { content: "\ea1e"; } .gmi-emoji-transportation:before { content: "\ea1f"; } .gmi-enhance-photo-translate:before { content: "\e8fc"; } .gmi-enhanced-encryption:before { content: "\e63f"; } .gmi-equalizer:before { content: "\e01d"; } .gmi-error:before { content: "\e000"; } .gmi-error-outline:before { content: "\e001"; } .gmi-euro:before { content: "\ea15"; } .gmi-euro-symbol:before { content: "\e926"; } .gmi-ev-station:before { content: "\e56d"; } .gmi-event:before { content: "\e878"; } .gmi-event-available:before { content: "\e614"; } .gmi-event-busy:before { content: "\e615"; } .gmi-event-note:before { content: "\e616"; } .gmi-event-seat:before { content: "\e903"; } .gmi-exit-to-app:before { content: "\e879"; } .gmi-expand:before { content: "\e94f"; } .gmi-expand-less:before { content: "\e5ce"; } .gmi-expand-more:before { content: "\e5cf"; } .gmi-explicit:before { content: "\e01e"; } .gmi-explore:before { content: "\e87a"; } .gmi-explore-off:before { content: "\e9a8"; } .gmi-exposure:before { content: "\e3ca"; } .gmi-exposure-minus-1:before { content: "\e3cb"; } .gmi-exposure-minus-2:before { content: "\e3cc"; } .gmi-exposure-neg-1:before { content: "\e3cb"; } .gmi-exposure-neg-2:before { content: "\e3cc"; } .gmi-exposure-plus-1:before { content: "\e3cd"; } .gmi-exposure-plus-2:before { content: "\e3ce"; } .gmi-exposure-zero:before { content: "\e3cf"; } .gmi-extension:before { content: "\e87b"; } .gmi-face:before { content: "\e87c"; } .gmi-fast-forward:before { content: "\e01f"; } .gmi-fast-rewind:before { content: "\e020"; } .gmi-fastfood:before { content: "\e57a"; } .gmi-favorite:before { content: "\e87d"; } .gmi-favorite-border:before { content: "\e87e"; } .gmi-favorite-outline:before { content: "\e87e"; } .gmi-featured-play-list:before { content: "\e06d"; } .gmi-featured-video:before { content: "\e06e"; } .gmi-feedback:before { content: "\e87f"; } .gmi-festival:before { content: "\ea68"; } .gmi-fiber-dvr:before { content: "\e05d"; } .gmi-fiber-manual-record:before { content: "\e061"; } .gmi-fiber-new:before { content: "\e05e"; } .gmi-fiber-pin:before { content: "\e06a"; } .gmi-fiber-smart-record:before { content: "\e062"; } .gmi-file-copy:before { content: "\e173"; } .gmi-file-download:before { content: "\e2c4"; } .gmi-file-download-done:before { content: "\e9aa"; } .gmi-file-present:before { content: "\ea0e"; } .gmi-file-upload:before { content: "\e2c6"; } .gmi-filter:before { content: "\e3d3"; } .gmi-filter-1:before { content: "\e3d0"; } .gmi-filter-2:before { content: "\e3d1"; } .gmi-filter-3:before { content: "\e3d2"; } .gmi-filter-4:before { content: "\e3d4"; } .gmi-filter-5:before { content: "\e3d5"; } .gmi-filter-6:before { content: "\e3d6"; } .gmi-filter-7:before { content: "\e3d7"; } .gmi-filter-8:before { content: "\e3d8"; } .gmi-filter-9:before { content: "\e3d9"; } .gmi-filter-9-plus:before { content: "\e3da"; } .gmi-filter-b-and-w:before { content: "\e3db"; } .gmi-filter-center-focus:before { content: "\e3dc"; } .gmi-filter-drama:before { content: "\e3dd"; } .gmi-filter-frames:before { content: "\e3de"; } .gmi-filter-hdr:before { content: "\e3df"; } .gmi-filter-list:before { content: "\e152"; } .gmi-filter-list-alt:before { content: "\e94e"; } .gmi-filter-none:before { content: "\e3e0"; } .gmi-filter-tilt-shift:before { content: "\e3e2"; } .gmi-filter-vintage:before { content: "\e3e3"; } .gmi-find-in-page:before { content: "\e880"; } .gmi-find-replace:before { content: "\e881"; } .gmi-fingerprint:before { content: "\e90d"; } .gmi-fireplace:before { content: "\ea43"; } .gmi-first-page:before { content: "\e5dc"; } .gmi-fit-screen:before { content: "\ea10"; } .gmi-fitness-center:before { content: "\eb43"; } .gmi-flag:before { content: "\e153"; } .gmi-flare:before { content: "\e3e4"; } .gmi-flash-auto:before { content: "\e3e5"; } .gmi-flash-off:before { content: "\e3e6"; } .gmi-flash-on:before { content: "\e3e7"; } .gmi-flight:before { content: "\e539"; } .gmi-flight-land:before { content: "\e904"; } .gmi-flight-takeoff:before { content: "\e905"; } .gmi-flip:before { content: "\e3e8"; } .gmi-flip-camera-android:before { content: "\ea37"; } .gmi-flip-camera-ios:before { content: "\ea38"; } .gmi-flip-to-back:before { content: "\e882"; } .gmi-flip-to-front:before { content: "\e883"; } .gmi-folder:before { content: "\e2c7"; } .gmi-folder-open:before { content: "\e2c8"; } .gmi-folder-shared:before { content: "\e2c9"; } .gmi-folder-special:before { content: "\e617"; } .gmi-font-download:before { content: "\e167"; } .gmi-format-align-center:before { content: "\e234"; } .gmi-format-align-justify:before { content: "\e235"; } .gmi-format-align-left:before { content: "\e236"; } .gmi-format-align-right:before { content: "\e237"; } .gmi-format-bold:before { content: "\e238"; } .gmi-format-clear:before { content: "\e239"; } .gmi-format-color-fill:before { content: "\e23a"; } .gmi-format-color-reset:before { content: "\e23b"; } .gmi-format-color-text:before { content: "\e23c"; } .gmi-format-indent-decrease:before { content: "\e23d"; } .gmi-format-indent-increase:before { content: "\e23e"; } .gmi-format-italic:before { content: "\e23f"; } .gmi-format-line-spacing:before { content: "\e240"; } .gmi-format-list-bulleted:before { content: "\e241"; } .gmi-format-list-numbered:before { content: "\e242"; } .gmi-format-list-numbered-rtl:before { content: "\e267"; } .gmi-format-paint:before { content: "\e243"; } .gmi-format-quote:before { content: "\e244"; } .gmi-format-shapes:before { content: "\e25e"; } .gmi-format-size:before { content: "\e245"; } .gmi-format-strikethrough:before { content: "\e246"; } .gmi-format-textdirection-l-to-r:before { content: "\e247"; } .gmi-format-textdirection-r-to-l:before { content: "\e248"; } .gmi-format-underline:before { content: "\e249"; } .gmi-format-underlined:before { content: "\e249"; } .gmi-forum:before { content: "\e0bf"; } .gmi-forward:before { content: "\e154"; } .gmi-forward-10:before { content: "\e056"; } .gmi-forward-30:before { content: "\e057"; } .gmi-forward-5:before { content: "\e058"; } .gmi-free-breakfast:before { content: "\eb44"; } .gmi-fullscreen:before { content: "\e5d0"; } .gmi-fullscreen-exit:before { content: "\e5d1"; } .gmi-functions:before { content: "\e24a"; } .gmi-g-translate:before { content: "\e927"; } .gmi-gamepad:before { content: "\e30f"; } .gmi-games:before { content: "\e021"; } .gmi-gavel:before { content: "\e90e"; } .gmi-gesture:before { content: "\e155"; } .gmi-get-app:before { content: "\e884"; } .gmi-gif:before { content: "\e908"; } .gmi-goat:before { content: "\dbff"; } .gmi-golf-course:before { content: "\eb45"; } .gmi-gps-fixed:before { content: "\e1b3"; } .gmi-gps-not-fixed:before { content: "\e1b4"; } .gmi-gps-off:before { content: "\e1b5"; } .gmi-grade:before { content: "\e885"; } .gmi-gradient:before { content: "\e3e9"; } .gmi-grain:before { content: "\e3ea"; } .gmi-graphic-eq:before { content: "\e1b8"; } .gmi-grid-off:before { content: "\e3eb"; } .gmi-grid-on:before { content: "\e3ec"; } .gmi-grid-view:before { content: "\e9b0"; } .gmi-group:before { content: "\e7ef"; } .gmi-group-add:before { content: "\e7f0"; } .gmi-group-work:before { content: "\e886"; } .gmi-hail:before { content: "\e9b1"; } .gmi-hardware:before { content: "\ea59"; } .gmi-hd:before { content: "\e052"; } .gmi-hdr-off:before { content: "\e3ed"; } .gmi-hdr-on:before { content: "\e3ee"; } .gmi-hdr-strong:before { content: "\e3f1"; } .gmi-hdr-weak:before { content: "\e3f2"; } .gmi-headset:before { content: "\e310"; } .gmi-headset-mic:before { content: "\e311"; } .gmi-headset-off:before { content: "\e33a"; } .gmi-healing:before { content: "\e3f3"; } .gmi-hearing:before { content: "\e023"; } .gmi-height:before { content: "\ea16"; } .gmi-help:before { content: "\e887"; } .gmi-help-outline:before { content: "\e8fd"; } .gmi-high-quality:before { content: "\e024"; } .gmi-highlight:before { content: "\e25f"; } .gmi-highlight-off:before { content: "\e888"; } .gmi-highlight-remove:before { content: "\e888"; } .gmi-history:before { content: "\e889"; } .gmi-home:before { content: "\e88a"; } .gmi-home-filled:before { content: "\e9b2"; } .gmi-home-work:before { content: "\ea09"; } .gmi-horizontal-split:before { content: "\e947"; } .gmi-hot-tub:before { content: "\eb46"; } .gmi-hotel:before { content: "\e53a"; } .gmi-hourglass-empty:before { content: "\e88b"; } .gmi-hourglass-full:before { content: "\e88c"; } .gmi-house:before { content: "\ea44"; } .gmi-how-to-reg:before { content: "\e174"; } .gmi-how-to-vote:before { content: "\e175"; } .gmi-http:before { content: "\e902"; } .gmi-https:before { content: "\e88d"; } .gmi-icecream:before { content: "\ea69"; } .gmi-image:before { content: "\e3f4"; } .gmi-image-aspect-ratio:before { content: "\e3f5"; } .gmi-image-search:before { content: "\e43f"; } .gmi-imagesearch-roller:before { content: "\e9b4"; } .gmi-import-contacts:before { content: "\e0e0"; } .gmi-import-export:before { content: "\e0c3"; } .gmi-important-devices:before { content: "\e912"; } .gmi-inbox:before { content: "\e156"; } .gmi-indeterminate-check-box:before { content: "\e909"; } .gmi-info:before { content: "\e88e"; } .gmi-info-outline:before { content: "\e88f"; } .gmi-input:before { content: "\e890"; } .gmi-insert-chart:before { content: "\e24b"; } .gmi-insert-chart-outlined:before { content: "\e26a"; } .gmi-insert-comment:before { content: "\e24c"; } .gmi-insert-drive-file:before { content: "\e24d"; } .gmi-insert-emoticon:before { content: "\e24e"; } .gmi-insert-invitation:before { content: "\e24f"; } .gmi-insert-link:before { content: "\e250"; } .gmi-insert-photo:before { content: "\e251"; } .gmi-inventory:before { content: "\e179"; } .gmi-invert-colors:before { content: "\e891"; } .gmi-invert-colors-off:before { content: "\e0c4"; } .gmi-invert-colors-on:before { content: "\e891"; } .gmi-iso:before { content: "\e3f6"; } .gmi-keyboard:before { content: "\e312"; } .gmi-keyboard-arrow-down:before { content: "\e313"; } .gmi-keyboard-arrow-left:before { content: "\e314"; } .gmi-keyboard-arrow-right:before { content: "\e315"; } .gmi-keyboard-arrow-up:before { content: "\e316"; } .gmi-keyboard-backspace:before { content: "\e317"; } .gmi-keyboard-capslock:before { content: "\e318"; } .gmi-keyboard-control:before { content: "\e5d3"; } .gmi-keyboard-hide:before { content: "\e31a"; } .gmi-keyboard-return:before { content: "\e31b"; } .gmi-keyboard-tab:before { content: "\e31c"; } .gmi-keyboard-voice:before { content: "\e31d"; } .gmi-king-bed:before { content: "\ea45"; } .gmi-kitchen:before { content: "\eb47"; } .gmi-label:before { content: "\e892"; } .gmi-label-important:before { content: "\e937"; } .gmi-label-important-outline:before { content: "\e948"; } .gmi-label-off:before { content: "\e9b6"; } .gmi-label-outline:before { content: "\e893"; } .gmi-landscape:before { content: "\e3f7"; } .gmi-language:before { content: "\e894"; } .gmi-laptop:before { content: "\e31e"; } .gmi-laptop-chromebook:before { content: "\e31f"; } .gmi-laptop-mac:before { content: "\e320"; } .gmi-laptop-windows:before { content: "\e321"; } .gmi-last-page:before { content: "\e5dd"; } .gmi-launch:before { content: "\e895"; } .gmi-layers:before { content: "\e53b"; } .gmi-layers-clear:before { content: "\e53c"; } .gmi-leak-add:before { content: "\e3f8"; } .gmi-leak-remove:before { content: "\e3f9"; } .gmi-lens:before { content: "\e3fa"; } .gmi-library-add:before { content: "\e02e"; } .gmi-library-add-check:before { content: "\e9b7"; } .gmi-library-books:before { content: "\e02f"; } .gmi-library-music:before { content: "\e030"; } .gmi-lightbulb:before { content: "\e0f0"; } .gmi-lightbulb-outline:before { content: "\e90f"; } .gmi-line-style:before { content: "\e919"; } .gmi-line-weight:before { content: "\e91a"; } .gmi-linear-scale:before { content: "\e260"; } .gmi-link:before { content: "\e157"; } .gmi-link-off:before { content: "\e16f"; } .gmi-linked-camera:before { content: "\e438"; } .gmi-liquor:before { content: "\ea60"; } .gmi-list:before { content: "\e896"; } .gmi-list-alt:before { content: "\e0ee"; } .gmi-live-help:before { content: "\e0c6"; } .gmi-live-tv:before { content: "\e639"; } .gmi-local-activity:before { content: "\e53f"; } .gmi-local-airport:before { content: "\e53d"; } .gmi-local-atm:before { content: "\e53e"; } .gmi-local-attraction:before { content: "\e53f"; } .gmi-local-bar:before { content: "\e540"; } .gmi-local-cafe:before { content: "\e541"; } .gmi-local-car-wash:before { content: "\e542"; } .gmi-local-convenience-store:before { content: "\e543"; } .gmi-local-dining:before { content: "\e556"; } .gmi-local-drink:before { content: "\e544"; } .gmi-local-florist:before { content: "\e545"; } .gmi-local-gas-station:before { content: "\e546"; } .gmi-local-grocery-store:before { content: "\e547"; } .gmi-local-hospital:before { content: "\e548"; } .gmi-local-hotel:before { content: "\e549"; } .gmi-local-laundry-service:before { content: "\e54a"; } .gmi-local-library:before { content: "\e54b"; } .gmi-local-mall:before { content: "\e54c"; } .gmi-local-movies:before { content: "\e54d"; } .gmi-local-offer:before { content: "\e54e"; } .gmi-local-parking:before { content: "\e54f"; } .gmi-local-pharmacy:before { content: "\e550"; } .gmi-local-phone:before { content: "\e551"; } .gmi-local-pizza:before { content: "\e552"; } .gmi-local-play:before { content: "\e553"; } .gmi-local-post-office:before { content: "\e554"; } .gmi-local-print-shop:before { content: "\e555"; } .gmi-local-printshop:before { content: "\e555"; } .gmi-local-restaurant:before { content: "\e556"; } .gmi-local-see:before { content: "\e557"; } .gmi-local-shipping:before { content: "\e558"; } .gmi-local-taxi:before { content: "\e559"; } .gmi-location-city:before { content: "\e7f1"; } .gmi-location-disabled:before { content: "\e1b6"; } .gmi-location-history:before { content: "\e55a"; } .gmi-location-off:before { content: "\e0c7"; } .gmi-location-on:before { content: "\e0c8"; } .gmi-location-searching:before { content: "\e1b7"; } .gmi-lock:before { content: "\e897"; } .gmi-lock-open:before { content: "\e898"; } .gmi-lock-outline:before { content: "\e899"; } .gmi-logout:before { content: "\e9ba"; } .gmi-looks:before { content: "\e3fc"; } .gmi-looks-3:before { content: "\e3fb"; } .gmi-looks-4:before { content: "\e3fd"; } .gmi-looks-5:before { content: "\e3fe"; } .gmi-looks-6:before { content: "\e3ff"; } .gmi-looks-one:before { content: "\e400"; } .gmi-looks-two:before { content: "\e401"; } .gmi-loop:before { content: "\e028"; } .gmi-loupe:before { content: "\e402"; } .gmi-low-priority:before { content: "\e16d"; } .gmi-loyalty:before { content: "\e89a"; } .gmi-lunch-dining:before { content: "\ea61"; } .gmi-mail:before { content: "\e158"; } .gmi-mail-outline:before { content: "\e0e1"; } .gmi-map:before { content: "\e55b"; } .gmi-margin:before { content: "\e9bb"; } .gmi-mark-as-unread:before { content: "\e9bc"; } .gmi-markunread:before { content: "\e159"; } .gmi-markunread-mailbox:before { content: "\e89b"; } .gmi-maximize:before { content: "\e930"; } .gmi-meeting-room:before { content: "\eb4f"; } .gmi-memory:before { content: "\e322"; } .gmi-menu:before { content: "\e5d2"; } .gmi-menu-book:before { content: "\ea19"; } .gmi-menu-open:before { content: "\e9bd"; } .gmi-merge-type:before { content: "\e252"; } .gmi-message:before { content: "\e0c9"; } .gmi-messenger:before { content: "\e0ca"; } .gmi-messenger-outline:before { content: "\e0cb"; } .gmi-mic:before { content: "\e029"; } .gmi-mic-none:before { content: "\e02a"; } .gmi-mic-off:before { content: "\e02b"; } .gmi-minimize:before { content: "\e931"; } .gmi-missed-video-call:before { content: "\e073"; } .gmi-mms:before { content: "\e618"; } .gmi-mobile-friendly:before { content: "\e200"; } .gmi-mobile-off:before { content: "\e201"; } .gmi-mobile-screen-share:before { content: "\e0e7"; } .gmi-mode-comment:before { content: "\e253"; } .gmi-mode-edit:before { content: "\e254"; } .gmi-monetization-on:before { content: "\e263"; } .gmi-money:before { content: "\e57d"; } .gmi-money-off:before { content: "\e25c"; } .gmi-monochrome-photos:before { content: "\e403"; } .gmi-mood:before { content: "\e7f2"; } .gmi-mood-bad:before { content: "\e7f3"; } .gmi-more:before { content: "\e619"; } .gmi-more-horiz:before { content: "\e5d3"; } .gmi-more-vert:before { content: "\e5d4"; } .gmi-motorcycle:before { content: "\e91b"; } .gmi-mouse:before { content: "\e323"; } .gmi-move-to-inbox:before { content: "\e168"; } .gmi-movie:before { content: "\e02c"; } .gmi-movie-creation:before { content: "\e404"; } .gmi-movie-filter:before { content: "\e43a"; } .gmi-mp:before { content: "\e9c3"; } .gmi-multiline-chart:before { content: "\e6df"; } .gmi-multitrack-audio:before { content: "\e1b8"; } .gmi-museum:before { content: "\ea36"; } .gmi-music-note:before { content: "\e405"; } .gmi-music-off:before { content: "\e440"; } .gmi-music-video:before { content: "\e063"; } .gmi-my-library-add:before { content: "\e02e"; } .gmi-my-library-books:before { content: "\e02f"; } .gmi-my-library-music:before { content: "\e030"; } .gmi-my-location:before { content: "\e55c"; } .gmi-nature:before { content: "\e406"; } .gmi-nature-people:before { content: "\e407"; } .gmi-navigate-before:before { content: "\e408"; } .gmi-navigate-next:before { content: "\e409"; } .gmi-navigation:before { content: "\e55d"; } .gmi-near-me:before { content: "\e569"; } .gmi-network-cell:before { content: "\e1b9"; } .gmi-network-check:before { content: "\e640"; } .gmi-network-locked:before { content: "\e61a"; } .gmi-network-wifi:before { content: "\e1ba"; } .gmi-new-releases:before { content: "\e031"; } .gmi-next-week:before { content: "\e16a"; } .gmi-nfc:before { content: "\e1bb"; } .gmi-nightlife:before { content: "\ea62"; } .gmi-nights-stay:before { content: "\ea46"; } .gmi-no-encryption:before { content: "\e641"; } .gmi-no-meeting-room:before { content: "\eb4e"; } .gmi-no-sim:before { content: "\e0cc"; } .gmi-not-interested:before { content: "\e033"; } .gmi-not-listed-location:before { content: "\e575"; } .gmi-note:before { content: "\e06f"; } .gmi-note-add:before { content: "\e89c"; } .gmi-notes:before { content: "\e26c"; } .gmi-notification-important:before { content: "\e004"; } .gmi-notifications:before { content: "\e7f4"; } .gmi-notifications-active:before { content: "\e7f7"; } .gmi-notifications-none:before { content: "\e7f5"; } .gmi-notifications-off:before { content: "\e7f6"; } .gmi-notifications-on:before { content: "\e7f7"; } .gmi-notifications-paused:before { content: "\e7f8"; } .gmi-now-wallpaper:before { content: "\e1bc"; } .gmi-now-widgets:before { content: "\e1bd"; } .gmi-offline-bolt:before { content: "\e932"; } .gmi-offline-pin:before { content: "\e90a"; } .gmi-offline-share:before { content: "\e9c5"; } .gmi-ondemand-video:before { content: "\e63a"; } .gmi-opacity:before { content: "\e91c"; } .gmi-open-in-browser:before { content: "\e89d"; } .gmi-open-in-new:before { content: "\e89e"; } .gmi-open-with:before { content: "\e89f"; } .gmi-outdoor-grill:before { content: "\ea47"; } .gmi-outlined-flag:before { content: "\e16e"; } .gmi-padding:before { content: "\e9c8"; } .gmi-pages:before { content: "\e7f9"; } .gmi-pageview:before { content: "\e8a0"; } .gmi-palette:before { content: "\e40a"; } .gmi-pan-tool:before { content: "\e925"; } .gmi-panorama:before { content: "\e40b"; } .gmi-panorama-fish-eye:before { content: "\e40c"; } .gmi-panorama-fisheye:before { content: "\e40c"; } .gmi-panorama-horizontal:before { content: "\e40d"; } .gmi-panorama-photosphere:before { content: "\e9c9"; } .gmi-panorama-photosphere-select:before { content: "\e9ca"; } .gmi-panorama-vertical:before { content: "\e40e"; } .gmi-panorama-wide-angle:before { content: "\e40f"; } .gmi-park:before { content: "\ea63"; } .gmi-party-mode:before { content: "\e7fa"; } .gmi-pause:before { content: "\e034"; } .gmi-pause-circle-filled:before { content: "\e035"; } .gmi-pause-circle-outline:before { content: "\e036"; } .gmi-pause-presentation:before { content: "\e0ea"; } .gmi-payment:before { content: "\e8a1"; } .gmi-people:before { content: "\e7fb"; } .gmi-people-alt:before { content: "\ea21"; } .gmi-people-outline:before { content: "\e7fc"; } .gmi-perm-camera-mic:before { content: "\e8a2"; } .gmi-perm-contact-cal:before { content: "\e8a3"; } .gmi-perm-contact-calendar:before { content: "\e8a3"; } .gmi-perm-data-setting:before { content: "\e8a4"; } .gmi-perm-device-info:before { content: "\e8a5"; } .gmi-perm-device-information:before { content: "\e8a5"; } .gmi-perm-identity:before { content: "\e8a6"; } .gmi-perm-media:before { content: "\e8a7"; } .gmi-perm-phone-msg:before { content: "\e8a8"; } .gmi-perm-scan-wifi:before { content: "\e8a9"; } .gmi-person:before { content: "\e7fd"; } .gmi-person-add:before { content: "\e7fe"; } .gmi-person-add-disabled:before { content: "\e9cb"; } .gmi-person-outline:before { content: "\e7ff"; } .gmi-person-pin:before { content: "\e55a"; } .gmi-person-pin-circle:before { content: "\e56a"; } .gmi-personal-video:before { content: "\e63b"; } .gmi-pets:before { content: "\e91d"; } .gmi-phone:before { content: "\e0cd"; } .gmi-phone-android:before { content: "\e324"; } .gmi-phone-bluetooth-speaker:before { content: "\e61b"; } .gmi-phone-callback:before { content: "\e649"; } .gmi-phone-disabled:before { content: "\e9cc"; } .gmi-phone-enabled:before { content: "\e9cd"; } .gmi-phone-forwarded:before { content: "\e61c"; } .gmi-phone-in-talk:before { content: "\e61d"; } .gmi-phone-iphone:before { content: "\e325"; } .gmi-phone-locked:before { content: "\e61e"; } .gmi-phone-missed:before { content: "\e61f"; } .gmi-phone-paused:before { content: "\e620"; } .gmi-phonelink:before { content: "\e326"; } .gmi-phonelink-erase:before { content: "\e0db"; } .gmi-phonelink-lock:before { content: "\e0dc"; } .gmi-phonelink-off:before { content: "\e327"; } .gmi-phonelink-ring:before { content: "\e0dd"; } .gmi-phonelink-setup:before { content: "\e0de"; } .gmi-photo:before { content: "\e410"; } .gmi-photo-album:before { content: "\e411"; } .gmi-photo-camera:before { content: "\e412"; } .gmi-photo-filter:before { content: "\e43b"; } .gmi-photo-library:before { content: "\e413"; } .gmi-photo-size-select-actual:before { content: "\e432"; } .gmi-photo-size-select-large:before { content: "\e433"; } .gmi-photo-size-select-small:before { content: "\e434"; } .gmi-picture-as-pdf:before { content: "\e415"; } .gmi-picture-in-picture:before { content: "\e8aa"; } .gmi-picture-in-picture-alt:before { content: "\e911"; } .gmi-pie-chart:before { content: "\e6c4"; } .gmi-pie-chart-outlined:before { content: "\e6c5"; } .gmi-pin-drop:before { content: "\e55e"; } .gmi-pivot-table-chart:before { content: "\e9ce"; } .gmi-place:before { content: "\e55f"; } .gmi-play-arrow:before { content: "\e037"; } .gmi-play-circle-fill:before { content: "\e038"; } .gmi-play-circle-filled:before { content: "\e038"; } .gmi-play-circle-outline:before { content: "\e039"; } .gmi-play-for-work:before { content: "\e906"; } .gmi-playlist-add:before { content: "\e03b"; } .gmi-playlist-add-check:before { content: "\e065"; } .gmi-playlist-play:before { content: "\e05f"; } .gmi-plus-one:before { content: "\e800"; } .gmi-policy:before { content: "\ea17"; } .gmi-poll:before { content: "\e801"; } .gmi-polymer:before { content: "\e8ab"; } .gmi-pool:before { content: "\eb48"; } .gmi-portable-wifi-off:before { content: "\e0ce"; } .gmi-portrait:before { content: "\e416"; } .gmi-post-add:before { content: "\ea20"; } .gmi-power:before { content: "\e63c"; } .gmi-power-input:before { content: "\e336"; } .gmi-power-off:before { content: "\e646"; } .gmi-power-settings-new:before { content: "\e8ac"; } .gmi-pregnant-woman:before { content: "\e91e"; } .gmi-present-to-all:before { content: "\e0df"; } .gmi-print:before { content: "\e8ad"; } .gmi-print-disabled:before { content: "\e9cf"; } .gmi-priority-high:before { content: "\e645"; } .gmi-public:before { content: "\e80b"; } .gmi-publish:before { content: "\e255"; } .gmi-query-builder:before { content: "\e8ae"; } .gmi-question-answer:before { content: "\e8af"; } .gmi-queue:before { content: "\e03c"; } .gmi-queue-music:before { content: "\e03d"; } .gmi-queue-play-next:before { content: "\e066"; } .gmi-quick-contacts-dialer:before { content: "\e0cf"; } .gmi-quick-contacts-mail:before { content: "\e0d0"; } .gmi-radio:before { content: "\e03e"; } .gmi-radio-button-checked:before { content: "\e837"; } .gmi-radio-button-off:before { content: "\e836"; } .gmi-radio-button-on:before { content: "\e837"; } .gmi-radio-button-unchecked:before { content: "\e836"; } .gmi-railway-alert:before { content: "\e9d1"; } .gmi-ramen-dining:before { content: "\ea64"; } .gmi-rate-review:before { content: "\e560"; } .gmi-receipt:before { content: "\e8b0"; } .gmi-recent-actors:before { content: "\e03f"; } .gmi-recommend:before { content: "\e9d2"; } .gmi-record-voice-over:before { content: "\e91f"; } .gmi-redeem:before { content: "\e8b1"; } .gmi-redo:before { content: "\e15a"; } .gmi-refresh:before { content: "\e5d5"; } .gmi-remove:before { content: "\e15b"; } .gmi-remove-circle:before { content: "\e15c"; } .gmi-remove-circle-outline:before { content: "\e15d"; } .gmi-remove-done:before { content: "\e9d3"; } .gmi-remove-from-queue:before { content: "\e067"; } .gmi-remove-moderator:before { content: "\e9d4"; } .gmi-remove-red-eye:before { content: "\e417"; } .gmi-remove-shopping-cart:before { content: "\e928"; } .gmi-reorder:before { content: "\e8fe"; } .gmi-repeat:before { content: "\e040"; } .gmi-repeat-on:before { content: "\e9d6"; } .gmi-repeat-one:before { content: "\e041"; } .gmi-repeat-one-on:before { content: "\e9d7"; } .gmi-replay:before { content: "\e042"; } .gmi-replay-10:before { content: "\e059"; } .gmi-replay-30:before { content: "\e05a"; } .gmi-replay-5:before { content: "\e05b"; } .gmi-replay-circle-filled:before { content: "\e9d8"; } .gmi-reply:before { content: "\e15e"; } .gmi-reply-all:before { content: "\e15f"; } .gmi-report:before { content: "\e160"; } .gmi-report-off:before { content: "\e170"; } .gmi-report-problem:before { content: "\e8b2"; } .gmi-reset-tv:before { content: "\e9d9"; } .gmi-restaurant:before { content: "\e56c"; } .gmi-restaurant-menu:before { content: "\e561"; } .gmi-restore:before { content: "\e8b3"; } .gmi-restore-from-trash:before { content: "\e938"; } .gmi-restore-page:before { content: "\e929"; } .gmi-ring-volume:before { content: "\e0d1"; } .gmi-room:before { content: "\e8b4"; } .gmi-room-service:before { content: "\eb49"; } .gmi-rotate-90-degrees-ccw:before { content: "\e418"; } .gmi-rotate-left:before { content: "\e419"; } .gmi-rotate-right:before { content: "\e41a"; } .gmi-rounded-corner:before { content: "\e920"; } .gmi-router:before { content: "\e328"; } .gmi-rowing:before { content: "\e921"; } .gmi-rss-feed:before { content: "\e0e5"; } .gmi-rtt:before { content: "\e9ad"; } .gmi-rv-hookup:before { content: "\e642"; } .gmi-satellite:before { content: "\e562"; } .gmi-save:before { content: "\e161"; } .gmi-save-alt:before { content: "\e171"; } .gmi-saved-search:before { content: "\ea11"; } .gmi-scanner:before { content: "\e329"; } .gmi-scatter-plot:before { content: "\e268"; } .gmi-schedule:before { content: "\e8b5"; } .gmi-schedule-send:before { content: "\ea0a"; } .gmi-school:before { content: "\e80c"; } .gmi-score:before { content: "\e269"; } .gmi-screen-lock-landscape:before { content: "\e1be"; } .gmi-screen-lock-portrait:before { content: "\e1bf"; } .gmi-screen-lock-rotation:before { content: "\e1c0"; } .gmi-screen-rotation:before { content: "\e1c1"; } .gmi-screen-share:before { content: "\e0e2"; } .gmi-sd:before { content: "\e9dd"; } .gmi-sd-card:before { content: "\e623"; } .gmi-sd-storage:before { content: "\e1c2"; } .gmi-search:before { content: "\e8b6"; } .gmi-security:before { content: "\e32a"; } .gmi-segment:before { content: "\e94b"; } .gmi-select-all:before { content: "\e162"; } .gmi-send:before { content: "\e163"; } .gmi-send-and-archive:before { content: "\ea0c"; } .gmi-sentiment-dissatisfied:before { content: "\e811"; } .gmi-sentiment-neutral:before { content: "\e812"; } .gmi-sentiment-satisfied:before { content: "\e813"; } .gmi-sentiment-satisfied-alt:before { content: "\e0ed"; } .gmi-sentiment-very-dissatisfied:before { content: "\e814"; } .gmi-sentiment-very-satisfied:before { content: "\e815"; } .gmi-settings:before { content: "\e8b8"; } .gmi-settings-applications:before { content: "\e8b9"; } .gmi-settings-backup-restore:before { content: "\e8ba"; } .gmi-settings-bluetooth:before { content: "\e8bb"; } .gmi-settings-brightness:before { content: "\e8bd"; } .gmi-settings-cell:before { content: "\e8bc"; } .gmi-settings-display:before { content: "\e8bd"; } .gmi-settings-ethernet:before { content: "\e8be"; } .gmi-settings-input-antenna:before { content: "\e8bf"; } .gmi-settings-input-component:before { content: "\e8c0"; } .gmi-settings-input-composite:before { content: "\e8c1"; } .gmi-settings-input-hdmi:before { content: "\e8c2"; } .gmi-settings-input-svideo:before { content: "\e8c3"; } .gmi-settings-overscan:before { content: "\e8c4"; } .gmi-settings-phone:before { content: "\e8c5"; } .gmi-settings-power:before { content: "\e8c6"; } .gmi-settings-remote:before { content: "\e8c7"; } .gmi-settings-system-daydream:before { content: "\e1c3"; } .gmi-settings-voice:before { content: "\e8c8"; } .gmi-share:before { content: "\e80d"; } .gmi-shield:before { content: "\e9e0"; } .gmi-shop:before { content: "\e8c9"; } .gmi-shop-two:before { content: "\e8ca"; } .gmi-shopping-basket:before { content: "\e8cb"; } .gmi-shopping-cart:before { content: "\e8cc"; } .gmi-short-text:before { content: "\e261"; } .gmi-show-chart:before { content: "\e6e1"; } .gmi-shuffle:before { content: "\e043"; } .gmi-shuffle-on:before { content: "\e9e1"; } .gmi-shutter-speed:before { content: "\e43d"; } .gmi-signal-cellular-4-bar:before { content: "\e1c8"; } .gmi-signal-cellular-alt:before { content: "\e202"; } .gmi-signal-cellular-connected-no-internet-4-bar:before { content: "\e1cd"; } .gmi-signal-cellular-no-sim:before { content: "\e1ce"; } .gmi-signal-cellular-null:before { content: "\e1cf"; } .gmi-signal-cellular-off:before { content: "\e1d0"; } .gmi-signal-wifi-4-bar:before { content: "\e1d8"; } .gmi-signal-wifi-4-bar-lock:before { content: "\e1d9"; } .gmi-signal-wifi-off:before { content: "\e1da"; } .gmi-sim-card:before { content: "\e32b"; } .gmi-sim-card-alert:before { content: "\e624"; } .gmi-single-bed:before { content: "\ea48"; } .gmi-skip-next:before { content: "\e044"; } .gmi-skip-previous:before { content: "\e045"; } .gmi-slideshow:before { content: "\e41b"; } .gmi-slow-motion-video:before { content: "\e068"; } .gmi-smartphone:before { content: "\e32c"; } .gmi-smoke-free:before { content: "\eb4a"; } .gmi-smoking-rooms:before { content: "\eb4b"; } .gmi-sms:before { content: "\e625"; } .gmi-sms-failed:before { content: "\e626"; } .gmi-snooze:before { content: "\e046"; } .gmi-sort:before { content: "\e164"; } .gmi-sort-by-alpha:before { content: "\e053"; } .gmi-spa:before { content: "\eb4c"; } .gmi-space-bar:before { content: "\e256"; } .gmi-speaker:before { content: "\e32d"; } .gmi-speaker-group:before { content: "\e32e"; } .gmi-speaker-notes:before { content: "\e8cd"; } .gmi-speaker-notes-off:before { content: "\e92a"; } .gmi-speaker-phone:before { content: "\e0d2"; } .gmi-speed:before { content: "\e9e4"; } .gmi-spellcheck:before { content: "\e8ce"; } .gmi-sports:before { content: "\ea30"; } .gmi-sports-baseball:before { content: "\ea51"; } .gmi-sports-basketball:before { content: "\ea26"; } .gmi-sports-cricket:before { content: "\ea27"; } .gmi-sports-esports:before { content: "\ea28"; } .gmi-sports-football:before { content: "\ea29"; } .gmi-sports-golf:before { content: "\ea2a"; } .gmi-sports-handball:before { content: "\ea33"; } .gmi-sports-hockey:before { content: "\ea2b"; } .gmi-sports-kabaddi:before { content: "\ea34"; } .gmi-sports-mma:before { content: "\ea2c"; } .gmi-sports-motorsports:before { content: "\ea2d"; } .gmi-sports-rugby:before { content: "\ea2e"; } .gmi-sports-soccer:before { content: "\ea2f"; } .gmi-sports-tennis:before { content: "\ea32"; } .gmi-sports-volleyball:before { content: "\ea31"; } .gmi-square-foot:before { content: "\ea49"; } .gmi-stacked-bar-chart:before { content: "\e9e6"; } .gmi-star:before { content: "\e838"; } .gmi-star-border:before { content: "\e83a"; } .gmi-star-half:before { content: "\e839"; } .gmi-star-outline:before { content: "\e83a"; } .gmi-stars:before { content: "\e8d0"; } .gmi-stay-current-landscape:before { content: "\e0d3"; } .gmi-stay-current-portrait:before { content: "\e0d4"; } .gmi-stay-primary-landscape:before { content: "\e0d5"; } .gmi-stay-primary-portrait:before { content: "\e0d6"; } .gmi-stop:before { content: "\e047"; } .gmi-stop-screen-share:before { content: "\e0e3"; } .gmi-storage:before { content: "\e1db"; } .gmi-store:before { content: "\e8d1"; } .gmi-store-mall-directory:before { content: "\e563"; } .gmi-storefront:before { content: "\ea12"; } .gmi-straighten:before { content: "\e41c"; } .gmi-stream:before { content: "\e9e9"; } .gmi-streetview:before { content: "\e56e"; } .gmi-strikethrough-s:before { content: "\e257"; } .gmi-style:before { content: "\e41d"; } .gmi-subdirectory-arrow-left:before { content: "\e5d9"; } .gmi-subdirectory-arrow-right:before { content: "\e5da"; } .gmi-subject:before { content: "\e8d2"; } .gmi-subscriptions:before { content: "\e064"; } .gmi-subtitles:before { content: "\e048"; } .gmi-subway:before { content: "\e56f"; } .gmi-supervised-user-circle:before { content: "\e939"; } .gmi-supervisor-account:before { content: "\e8d3"; } .gmi-surround-sound:before { content: "\e049"; } .gmi-swap-calls:before { content: "\e0d7"; } .gmi-swap-horiz:before { content: "\e8d4"; } .gmi-swap-horizontal-circle:before { content: "\e933"; } .gmi-swap-vert:before { content: "\e8d5"; } .gmi-swap-vert-circle:before { content: "\e8d6"; } .gmi-swap-vertical-circle:before { content: "\e8d6"; } .gmi-swipe:before { content: "\e9ec"; } .gmi-switch-account:before { content: "\e9ed"; } .gmi-switch-camera:before { content: "\e41e"; } .gmi-switch-video:before { content: "\e41f"; } .gmi-sync:before { content: "\e627"; } .gmi-sync-alt:before { content: "\ea18"; } .gmi-sync-disabled:before { content: "\e628"; } .gmi-sync-problem:before { content: "\e629"; } .gmi-system-update:before { content: "\e62a"; } .gmi-system-update-alt:before { content: "\e8d7"; } .gmi-system-update-tv:before { content: "\e8d7"; } .gmi-tab:before { content: "\e8d8"; } .gmi-tab-unselected:before { content: "\e8d9"; } .gmi-table-chart:before { content: "\e265"; } .gmi-tablet:before { content: "\e32f"; } .gmi-tablet-android:before { content: "\e330"; } .gmi-tablet-mac:before { content: "\e331"; } .gmi-tag:before { content: "\e9ef"; } .gmi-tag-faces:before { content: "\e420"; } .gmi-takeout-dining:before { content: "\ea74"; } .gmi-tap-and-play:before { content: "\e62b"; } .gmi-terrain:before { content: "\e564"; } .gmi-text-fields:before { content: "\e262"; } .gmi-text-format:before { content: "\e165"; } .gmi-text-rotate-up:before { content: "\e93a"; } .gmi-text-rotate-vertical:before { content: "\e93b"; } .gmi-text-rotation-angledown:before { content: "\e93c"; } .gmi-text-rotation-angleup:before { content: "\e93d"; } .gmi-text-rotation-down:before { content: "\e93e"; } .gmi-text-rotation-none:before { content: "\e93f"; } .gmi-textsms:before { content: "\e0d8"; } .gmi-texture:before { content: "\e421"; } .gmi-theater-comedy:before { content: "\ea66"; } .gmi-theaters:before { content: "\e8da"; } .gmi-thumb-down:before { content: "\e8db"; } .gmi-thumb-down-alt:before { content: "\e816"; } .gmi-thumb-down-off-alt:before { content: "\e9f2"; } .gmi-thumb-up:before { content: "\e8dc"; } .gmi-thumb-up-alt:before { content: "\e817"; } .gmi-thumb-up-off-alt:before { content: "\e9f3"; } .gmi-thumbs-up-down:before { content: "\e8dd"; } .gmi-time-to-leave:before { content: "\e62c"; } .gmi-timelapse:before { content: "\e422"; } .gmi-timeline:before { content: "\e922"; } .gmi-timer:before { content: "\e425"; } .gmi-timer_10:before { content: "\e423"; } .gmi-timer_3:before { content: "\e424"; } .gmi-timer-off:before { content: "\e426"; } .gmi-title:before { content: "\e264"; } .gmi-toc:before { content: "\e8de"; } .gmi-today:before { content: "\e8df"; } .gmi-toggle-off:before { content: "\e9f5"; } .gmi-toggle-on:before { content: "\e9f6"; } .gmi-toll:before { content: "\e8e0"; } .gmi-tonality:before { content: "\e427"; } .gmi-touch-app:before { content: "\e913"; } .gmi-toys:before { content: "\e332"; } .gmi-track-changes:before { content: "\e8e1"; } .gmi-traffic:before { content: "\e565"; } .gmi-train:before { content: "\e570"; } .gmi-tram:before { content: "\e571"; } .gmi-transfer-within-a-station:before { content: "\e572"; } .gmi-transform:before { content: "\e428"; } .gmi-transit-enterexit:before { content: "\e579"; } .gmi-translate:before { content: "\e8e2"; } .gmi-trending-down:before { content: "\e8e3"; } .gmi-trending-flat:before { content: "\e8e4"; } .gmi-trending-neutral:before { content: "\e8e4"; } .gmi-trending-up:before { content: "\e8e5"; } .gmi-trip-origin:before { content: "\e57b"; } .gmi-tune:before { content: "\e429"; } .gmi-turned-in:before { content: "\e8e6"; } .gmi-turned-in-not:before { content: "\e8e7"; } .gmi-tv:before { content: "\e333"; } .gmi-tv-off:before { content: "\e647"; } .gmi-two-wheeler:before { content: "\e9f9"; } .gmi-unarchive:before { content: "\e169"; } .gmi-undo:before { content: "\e166"; } .gmi-unfold-less:before { content: "\e5d6"; } .gmi-unfold-more:before { content: "\e5d7"; } .gmi-unsubscribe:before { content: "\e0eb"; } .gmi-update:before { content: "\e923"; } .gmi-upload-file:before { content: "\e9fc"; } .gmi-usb:before { content: "\e1e0"; } .gmi-verified-user:before { content: "\e8e8"; } .gmi-vertical-align-bottom:before { content: "\e258"; } .gmi-vertical-align-center:before { content: "\e259"; } .gmi-vertical-align-top:before { content: "\e25a"; } .gmi-vertical-split:before { content: "\e949"; } .gmi-vibration:before { content: "\e62d"; } .gmi-video-call:before { content: "\e070"; } .gmi-video-collection:before { content: "\e04a"; } .gmi-video-label:before { content: "\e071"; } .gmi-video-library:before { content: "\e04a"; } .gmi-videocam:before { content: "\e04b"; } .gmi-videocam-off:before { content: "\e04c"; } .gmi-videogame-asset:before { content: "\e338"; } .gmi-view-agenda:before { content: "\e8e9"; } .gmi-view-array:before { content: "\e8ea"; } .gmi-view-carousel:before { content: "\e8eb"; } .gmi-view-column:before { content: "\e8ec"; } .gmi-view-comfortable:before { content: "\e42a"; } .gmi-view-comfy:before { content: "\e42a"; } .gmi-view-compact:before { content: "\e42b"; } .gmi-view-day:before { content: "\e8ed"; } .gmi-view-headline:before { content: "\e8ee"; } .gmi-view-in-ar:before { content: "\e9fe"; } .gmi-view-list:before { content: "\e8ef"; } .gmi-view-module:before { content: "\e8f0"; } .gmi-view-quilt:before { content: "\e8f1"; } .gmi-view-stream:before { content: "\e8f2"; } .gmi-view-week:before { content: "\e8f3"; } .gmi-vignette:before { content: "\e435"; } .gmi-visibility:before { content: "\e8f4"; } .gmi-visibility-off:before { content: "\e8f5"; } .gmi-voice-chat:before { content: "\e62e"; } .gmi-voice-over-off:before { content: "\e94a"; } .gmi-voicemail:before { content: "\e0d9"; } .gmi-volume-down:before { content: "\e04d"; } .gmi-volume-mute:before { content: "\e04e"; } .gmi-volume-off:before { content: "\e04f"; } .gmi-volume-up:before { content: "\e050"; } .gmi-volunteer-activism:before { content: "\ea70"; } .gmi-vpn-key:before { content: "\e0da"; } .gmi-vpn-lock:before { content: "\e62f"; } .gmi-wallet-giftcard:before { content: "\e8f6"; } .gmi-wallet-membership:before { content: "\e8f7"; } .gmi-wallet-travel:before { content: "\e8f8"; } .gmi-wallpaper:before { content: "\e1bc"; } .gmi-warning:before { content: "\e002"; } .gmi-watch:before { content: "\e334"; } .gmi-watch-later:before { content: "\e924"; } .gmi-waterfall-chart:before { content: "\ea00"; } .gmi-waves:before { content: "\e176"; } .gmi-wb-auto:before { content: "\e42c"; } .gmi-wb-cloudy:before { content: "\e42d"; } .gmi-wb-incandescent:before { content: "\e42e"; } .gmi-wb-iridescent:before { content: "\e436"; } .gmi-wb-shade:before { content: "\ea01"; } .gmi-wb-sunny:before { content: "\e430"; } .gmi-wb-twighlight:before { content: "\ea02"; } .gmi-wc:before { content: "\e63d"; } .gmi-web:before { content: "\e051"; } .gmi-web-asset:before { content: "\e069"; } .gmi-weekend:before { content: "\e16b"; } .gmi-whatshot:before { content: "\e80e"; } .gmi-where-to-vote:before { content: "\e177"; } .gmi-widgets:before { content: "\e1bd"; } .gmi-wifi:before { content: "\e63e"; } .gmi-wifi-lock:before { content: "\e1e1"; } .gmi-wifi-off:before { content: "\e648"; } .gmi-wifi-tethering:before { content: "\e1e2"; } .gmi-work:before { content: "\e8f9"; } .gmi-work-off:before { content: "\e942"; } .gmi-work-outline:before { content: "\e943"; } .gmi-workspaces-filled:before { content: "\ea0d"; } .gmi-workspaces-outline:before { content: "\ea0f"; } .gmi-wrap-text:before { content: "\e25b"; } .gmi-youtube-searched-for:before { content: "\e8fa"; } .gmi-zoom-in:before { content: "\e8ff"; } .gmi-zoom-out:before { content: "\e900"; } .gmi-zoom-out-map:before { content: "\e56b"; } ================================================ FILE: icon-packs/ikonli-material2-pack/ikonli-material2-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.material2 { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.material2; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.material2.Material2ALIkonHandler, org.kordamp.ikonli.material2.Material2MZIkonHandler, org.kordamp.ikonli.material2.Material2OutlinedALIkonHandler, org.kordamp.ikonli.material2.Material2OutlinedMZIkonHandler, org.kordamp.ikonli.material2.Material2RoundALIkonHandler, org.kordamp.ikonli.material2.Material2RoundMZIkonHandler, org.kordamp.ikonli.material2.Material2SharpALIkonHandler, org.kordamp.ikonli.material2.Material2SharpMZIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.material2.Material2ALIkonProvider, org.kordamp.ikonli.material2.Material2MZIkonProvider, org.kordamp.ikonli.material2.Material2OutlinedALIkonProvider, org.kordamp.ikonli.material2.Material2OutlinedMZIkonProvider, org.kordamp.ikonli.material2.Material2RoundALIkonProvider, org.kordamp.ikonli.material2.Material2RoundMZIkonProvider, org.kordamp.ikonli.material2.Material2SharpALIkonProvider, org.kordamp.ikonli.material2.Material2SharpMZIkonProvider; } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2AL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2AL implements Ikon { MDAL_360("mdal-360", '\ue000'), MDAL_3D_ROTATION("mdal-3d_rotation", '\ue001'), MDAL_4K("mdal-4k", '\ue002'), MDAL_5G("mdal-5g", '\ue74a'), MDAL_6_FT_APART("mdal-6_ft_apart", '\ue89a'), AC_UNIT("mdal-ac_unit", '\ue004'), ACCESS_ALARM("mdal-access_alarm", '\ue005'), ACCESS_ALARMS("mdal-access_alarms", '\ue007'), ACCESS_TIME("mdal-access_time", '\ue009'), ACCESSIBILITY("mdal-accessibility", '\ue00b'), ACCESSIBILITY_NEW("mdal-accessibility_new", '\ue00c'), ACCESSIBLE("mdal-accessible", '\ue00d'), ACCESSIBLE_FORWARD("mdal-accessible_forward", '\ue00e'), ACCOUNT_BALANCE("mdal-account_balance", '\ue00f'), ACCOUNT_BALANCE_WALLET("mdal-account_balance_wallet", '\ue011'), ACCOUNT_BOX("mdal-account_box", '\ue013'), ACCOUNT_CIRCLE("mdal-account_circle", '\ue015'), ACCOUNT_TREE("mdal-account_tree", '\ue017'), AD_UNITS("mdal-ad_units", '\ue74b'), ADB("mdal-adb", '\ue019'), ADD("mdal-add", '\ue01a'), ADD_A_PHOTO("mdal-add_a_photo", '\ue01b'), ADD_ALARM("mdal-add_alarm", '\ue01d'), ADD_ALERT("mdal-add_alert", '\ue01f'), ADD_BOX("mdal-add_box", '\ue021'), ADD_BUSINESS("mdal-add_business", '\ue74d'), ADD_CIRCLE("mdal-add_circle", '\ue023'), ADD_CIRCLE_OUTLINE("mdal-add_circle_outline", '\ue025'), ADD_COMMENT("mdal-add_comment", '\ue026'), ADD_IC_CALL("mdal-add_ic_call", '\ue744'), ADD_LOCATION("mdal-add_location", '\ue028'), ADD_LOCATION_ALT("mdal-add_location_alt", '\ue74f'), ADD_PHOTO_ALTERNATE("mdal-add_photo_alternate", '\ue02a'), ADD_ROAD("mdal-add_road", '\ue751'), ADD_SHOPPING_CART("mdal-add_shopping_cart", '\ue02c'), ADD_TASK("mdal-add_task", '\ue8b3'), ADD_TO_HOME_SCREEN("mdal-add_to_home_screen", '\ue02d'), ADD_TO_PHOTOS("mdal-add_to_photos", '\ue02e'), ADD_TO_QUEUE("mdal-add_to_queue", '\ue030'), ADDCHART("mdal-addchart", '\ue752'), ADJUST("mdal-adjust", '\ue032'), ADMIN_PANEL_SETTINGS("mdal-admin_panel_settings", '\ue753'), AGRICULTURE("mdal-agriculture", '\ue755'), AIRLINE_SEAT_FLAT("mdal-airline_seat_flat", '\ue033'), AIRLINE_SEAT_FLAT_ANGLED("mdal-airline_seat_flat_angled", '\ue035'), AIRLINE_SEAT_INDIVIDUAL_SUITE("mdal-airline_seat_individual_suite", '\ue037'), AIRLINE_SEAT_LEGROOM_EXTRA("mdal-airline_seat_legroom_extra", '\ue039'), AIRLINE_SEAT_LEGROOM_NORMAL("mdal-airline_seat_legroom_normal", '\ue03a'), AIRLINE_SEAT_LEGROOM_REDUCED("mdal-airline_seat_legroom_reduced", '\ue03b'), AIRLINE_SEAT_RECLINE_EXTRA("mdal-airline_seat_recline_extra", '\ue03c'), AIRLINE_SEAT_RECLINE_NORMAL("mdal-airline_seat_recline_normal", '\ue03d'), AIRPLANEMODE_ACTIVE("mdal-airplanemode_active", '\ue03e'), AIRPLANEMODE_INACTIVE("mdal-airplanemode_inactive", '\ue03f'), AIRPLAY("mdal-airplay", '\ue040'), AIRPORT_SHUTTLE("mdal-airport_shuttle", '\ue041'), ALARM("mdal-alarm", '\ue043'), ALARM_ADD("mdal-alarm_add", '\ue045'), ALARM_OFF("mdal-alarm_off", '\ue047'), ALARM_ON("mdal-alarm_on", '\ue048'), ALBUM("mdal-album", '\ue04a'), ALIGN_HORIZONTAL_CENTER("mdal-align_horizontal_center", '\ue8ca'), ALIGN_HORIZONTAL_LEFT("mdal-align_horizontal_left", '\ue8cb'), ALIGN_HORIZONTAL_RIGHT("mdal-align_horizontal_right", '\ue8cc'), ALIGN_VERTICAL_BOTTOM("mdal-align_vertical_bottom", '\ue8cd'), ALIGN_VERTICAL_CENTER("mdal-align_vertical_center", '\ue8ce'), ALIGN_VERTICAL_TOP("mdal-align_vertical_top", '\ue8cf'), ALL_INBOX("mdal-all_inbox", '\ue04c'), ALL_INCLUSIVE("mdal-all_inclusive", '\ue04e'), ALL_OUT("mdal-all_out", '\ue04f'), ALT_ROUTE("mdal-alt_route", '\ue757'), ALTERNATE_EMAIL("mdal-alternate_email", '\ue051'), AMP_STORIES("mdal-amp_stories", '\ue053'), ANALYTICS("mdal-analytics", '\ue758'), ANCHOR("mdal-anchor", '\ue75a'), ANDROID("mdal-android", '\ue055'), ANNOUNCEMENT("mdal-announcement", '\ue056'), APARTMENT("mdal-apartment", '\ue058'), API("mdal-api", '\ue75b'), APP_BLOCKING("mdal-app_blocking", '\ue75c'), APP_SETTINGS_ALT("mdal-app_settings_alt", '\ue75e'), APPS("mdal-apps", '\ue059'), ARCHITECTURE("mdal-architecture", '\ue760'), ARCHIVE("mdal-archive", '\ue05a'), ARROW_BACK("mdal-arrow_back", '\ue05c'), ARROW_BACK_IOS("mdal-arrow_back_ios", '\ue05d'), ARROW_CIRCLE_DOWN("mdal-arrow_circle_down", '\ue761'), ARROW_CIRCLE_UP("mdal-arrow_circle_up", '\ue763'), ARROW_DOWNWARD("mdal-arrow_downward", '\ue05e'), ARROW_DROP_DOWN("mdal-arrow_drop_down", '\ue05f'), ARROW_DROP_DOWN_CIRCLE("mdal-arrow_drop_down_circle", '\ue060'), ARROW_DROP_UP("mdal-arrow_drop_up", '\ue062'), ARROW_FORWARD("mdal-arrow_forward", '\ue063'), ARROW_FORWARD_IOS("mdal-arrow_forward_ios", '\ue064'), ARROW_LEFT("mdal-arrow_left", '\ue065'), ARROW_RIGHT("mdal-arrow_right", '\ue066'), ARROW_RIGHT_ALT("mdal-arrow_right_alt", '\ue067'), ARROW_UPWARD("mdal-arrow_upward", '\ue068'), ART_TRACK("mdal-art_track", '\ue069'), ARTICLE("mdal-article", '\ue765'), ASPECT_RATIO("mdal-aspect_ratio", '\ue06a'), ASSESSMENT("mdal-assessment", '\ue06c'), ASSIGNMENT("mdal-assignment", '\ue06e'), ASSIGNMENT_IND("mdal-assignment_ind", '\ue070'), ASSIGNMENT_LATE("mdal-assignment_late", '\ue072'), ASSIGNMENT_RETURN("mdal-assignment_return", '\ue074'), ASSIGNMENT_RETURNED("mdal-assignment_returned", '\ue076'), ASSIGNMENT_TURNED_IN("mdal-assignment_turned_in", '\ue078'), ASSISTANT("mdal-assistant", '\ue07a'), ASSISTANT_PHOTO("mdal-assistant_photo", '\ue07c'), ATM("mdal-atm", '\ue07e'), ATTACH_EMAIL("mdal-attach_email", '\ue767'), ATTACH_FILE("mdal-attach_file", '\ue07f'), ATTACH_MONEY("mdal-attach_money", '\ue080'), ATTACHMENT("mdal-attachment", '\ue081'), AUDIOTRACK("mdal-audiotrack", '\ue082'), AUTO_DELETE("mdal-auto_delete", '\ue768'), AUTORENEW("mdal-autorenew", '\ue084'), AV_TIMER("mdal-av_timer", '\ue085'), BABY_CHANGING_STATION("mdal-baby_changing_station", '\ue76a'), BACKPACK("mdal-backpack", '\ue76b'), BACKSPACE("mdal-backspace", '\ue086'), BACKUP("mdal-backup", '\ue088'), BACKUP_TABLE("mdal-backup_table", '\ue76d'), BALLOT("mdal-ballot", '\ue08a'), BAR_CHART("mdal-bar_chart", '\ue08c'), BARCODE("mdal-barcode", '\ue08d'), BATCH_PREDICTION("mdal-batch_prediction", '\ue76f'), BATHTUB("mdal-bathtub", '\ue08e'), BATTERY_20("mdal-battery_20", '\ue090'), BATTERY_30("mdal-battery_30", '\ue092'), BATTERY_50("mdal-battery_50", '\ue094'), BATTERY_60("mdal-battery_60", '\ue096'), BATTERY_80("mdal-battery_80", '\ue098'), BATTERY_90("mdal-battery_90", '\ue09a'), BATTERY_ALERT("mdal-battery_alert", '\ue09c'), BATTERY_CHARGING_20("mdal-battery_charging_20", '\ue09d'), BATTERY_CHARGING_30("mdal-battery_charging_30", '\ue09f'), BATTERY_CHARGING_50("mdal-battery_charging_50", '\ue0a1'), BATTERY_CHARGING_60("mdal-battery_charging_60", '\ue0a3'), BATTERY_CHARGING_80("mdal-battery_charging_80", '\ue0a5'), BATTERY_CHARGING_90("mdal-battery_charging_90", '\ue0a7'), BATTERY_CHARGING_FULL("mdal-battery_charging_full", '\ue0a9'), BATTERY_FULL("mdal-battery_full", '\ue0aa'), BATTERY_STD("mdal-battery_std", '\ue0ab'), BATTERY_UNKNOWN("mdal-battery_unknown", '\ue0ac'), BEACH_ACCESS("mdal-beach_access", '\ue0ad'), BEDTIME("mdal-bedtime", '\ue771'), BEENHERE("mdal-beenhere", '\ue0af'), BENTO("mdal-bento", '\ue864'), BIKE_SCOOTER("mdal-bike_scooter", '\ue773'), BIOTECH("mdal-biotech", '\ue774'), BLOCK("mdal-block", '\ue0b1'), BLUETOOTH("mdal-bluetooth", '\ue0b2'), BLUETOOTH_AUDIO("mdal-bluetooth_audio", '\ue0b3'), BLUETOOTH_CONNECTED("mdal-bluetooth_connected", '\ue0b4'), BLUETOOTH_DISABLED("mdal-bluetooth_disabled", '\ue0b5'), BLUETOOTH_SEARCHING("mdal-bluetooth_searching", '\ue0b6'), BLUR_CIRCULAR("mdal-blur_circular", '\ue0b7'), BLUR_LINEAR("mdal-blur_linear", '\ue0b8'), BLUR_OFF("mdal-blur_off", '\ue0b9'), BLUR_ON("mdal-blur_on", '\ue0ba'), BOOK("mdal-book", '\ue0bb'), BOOK_ONLINE("mdal-book_online", '\ue89b'), BOOKMARK("mdal-bookmark", '\ue0bd'), BOOKMARK_BORDER("mdal-bookmark_border", '\ue0bf'), BOOKMARKS("mdal-bookmarks", '\ue0c0'), BORDER_ALL("mdal-border_all", '\ue0c2'), BORDER_BOTTOM("mdal-border_bottom", '\ue0c3'), BORDER_CLEAR("mdal-border_clear", '\ue0c4'), BORDER_COLOR("mdal-border_color", '\ue0c5'), BORDER_HORIZONTAL("mdal-border_horizontal", '\ue0c7'), BORDER_INNER("mdal-border_inner", '\ue0c8'), BORDER_LEFT("mdal-border_left", '\ue0c9'), BORDER_OUTER("mdal-border_outer", '\ue0ca'), BORDER_RIGHT("mdal-border_right", '\ue0cb'), BORDER_STYLE("mdal-border_style", '\ue0cc'), BORDER_TOP("mdal-border_top", '\ue0cd'), BORDER_VERTICAL("mdal-border_vertical", '\ue0ce'), BRANDING_WATERMARK("mdal-branding_watermark", '\ue0cf'), BRIGHTNESS_1("mdal-brightness_1", '\ue0d1'), BRIGHTNESS_2("mdal-brightness_2", '\ue0d3'), BRIGHTNESS_3("mdal-brightness_3", '\ue0d5'), BRIGHTNESS_4("mdal-brightness_4", '\ue0d7'), BRIGHTNESS_5("mdal-brightness_5", '\ue0d9'), BRIGHTNESS_6("mdal-brightness_6", '\ue0db'), BRIGHTNESS_7("mdal-brightness_7", '\ue0dd'), BRIGHTNESS_AUTO("mdal-brightness_auto", '\ue0df'), BRIGHTNESS_HIGH("mdal-brightness_high", '\ue0e1'), BRIGHTNESS_LOW("mdal-brightness_low", '\ue0e3'), BRIGHTNESS_MEDIUM("mdal-brightness_medium", '\ue0e5'), BROKEN_IMAGE("mdal-broken_image", '\ue0e7'), BROWSER_NOT_SUPPORTED("mdal-browser_not_supported", '\ue776'), BRUSH("mdal-brush", '\ue0e9'), BUBBLE_CHART("mdal-bubble_chart", '\ue0eb'), BUG_REPORT("mdal-bug_report", '\ue0ed'), BUILD("mdal-build", '\ue0ef'), BUILD_CIRCLE("mdal-build_circle", '\ue777'), BURST_MODE("mdal-burst_mode", '\ue0f1'), BUSINESS("mdal-business", '\ue0f3'), BUSINESS_CENTER("mdal-business_center", '\ue0f5'), CACHED("mdal-cached", '\ue0f7'), CAKE("mdal-cake", '\ue0f8'), CALCULATE("mdal-calculate", '\ue779'), CALENDAR_TODAY("mdal-calendar_today", '\ue0fa'), CALENDAR_VIEW_DAY("mdal-calendar_view_day", '\ue0fc'), CALL("mdal-call", '\ue0fe'), CALL_END("mdal-call_end", '\ue100'), CALL_MADE("mdal-call_made", '\ue102'), CALL_MERGE("mdal-call_merge", '\ue103'), CALL_MISSED("mdal-call_missed", '\ue104'), CALL_MISSED_OUTGOING("mdal-call_missed_outgoing", '\ue105'), CALL_RECEIVED("mdal-call_received", '\ue106'), CALL_SPLIT("mdal-call_split", '\ue107'), CALL_TO_ACTION("mdal-call_to_action", '\ue108'), CAMERA("mdal-camera", '\ue10a'), CAMERA_ALT("mdal-camera_alt", '\ue10c'), CAMERA_ENHANCE("mdal-camera_enhance", '\ue10e'), CAMERA_FRONT("mdal-camera_front", '\ue110'), CAMERA_REAR("mdal-camera_rear", '\ue112'), CAMERA_ROLL("mdal-camera_roll", '\ue114'), CAMPAIGN("mdal-campaign", '\ue77b'), CANCEL("mdal-cancel", '\ue116'), CANCEL_PRESENTATION("mdal-cancel_presentation", '\ue118'), CANCEL_SCHEDULE_SEND("mdal-cancel_schedule_send", '\ue11a'), CARD_GIFTCARD("mdal-card_giftcard", '\ue11c'), CARD_MEMBERSHIP("mdal-card_membership", '\ue11e'), CARD_TRAVEL("mdal-card_travel", '\ue120'), CARPENTER("mdal-carpenter", '\ue866'), CASINO("mdal-casino", '\ue122'), CAST("mdal-cast", '\ue124'), CAST_CONNECTED("mdal-cast_connected", '\ue125'), CAST_FOR_EDUCATION("mdal-cast_for_education", '\ue127'), CATEGORY("mdal-category", '\ue128'), CELL_WIFI("mdal-cell_wifi", '\ue12a'), CENTER_FOCUS_STRONG("mdal-center_focus_strong", '\ue12c'), CENTER_FOCUS_WEAK("mdal-center_focus_weak", '\ue12e'), CHANGE_HISTORY("mdal-change_history", '\ue130'), CHARGING_STATION("mdal-charging_station", '\ue77d'), CHAT("mdal-chat", '\ue132'), CHAT_BUBBLE("mdal-chat_bubble", '\ue134'), CHAT_BUBBLE_OUTLINE("mdal-chat_bubble_outline", '\ue136'), CHECK("mdal-check", '\ue137'), CHECK_BOX("mdal-check_box", '\ue138'), CHECK_BOX_OUTLINE_BLANK("mdal-check_box_outline_blank", '\ue13a'), CHECK_CIRCLE("mdal-check_circle", '\ue13b'), CHECK_CIRCLE_OUTLINE("mdal-check_circle_outline", '\ue13d'), CHECKROOM("mdal-checkroom", '\ue77f'), CHEVRON_LEFT("mdal-chevron_left", '\ue13e'), CHEVRON_RIGHT("mdal-chevron_right", '\ue13f'), CHILD_CARE("mdal-child_care", '\ue140'), CHILD_FRIENDLY("mdal-child_friendly", '\ue142'), CHROME_READER_MODE("mdal-chrome_reader_mode", '\ue144'), CLASS("mdal-class", '\ue146'), CLEAN_HANDS("mdal-clean_hands", '\ue89d'), CLEANING_SERVICES("mdal-cleaning_services", '\ue780'), CLEAR("mdal-clear", '\ue148'), CLEAR_ALL("mdal-clear_all", '\ue149'), CLOSE("mdal-close", '\ue14a'), CLOSE_FULLSCREEN("mdal-close_fullscreen", '\ue782'), CLOSED_CAPTION("mdal-closed_caption", '\ue14b'), CLOSED_CAPTION_DISABLED("mdal-closed_caption_disabled", '\ue868'), CLOUD("mdal-cloud", '\ue14d'), CLOUD_CIRCLE("mdal-cloud_circle", '\ue14f'), CLOUD_DONE("mdal-cloud_done", '\ue151'), CLOUD_DOWNLOAD("mdal-cloud_download", '\ue153'), CLOUD_OFF("mdal-cloud_off", '\ue155'), CLOUD_QUEUE("mdal-cloud_queue", '\ue157'), CLOUD_UPLOAD("mdal-cloud_upload", '\ue159'), CODE("mdal-code", '\ue15b'), COLLECTIONS("mdal-collections", '\ue15c'), COLLECTIONS_BOOKMARK("mdal-collections_bookmark", '\ue15e'), COLOR_LENS("mdal-color_lens", '\ue160'), COLORIZE("mdal-colorize", '\ue162'), COMMENT("mdal-comment", '\ue164'), COMMENT_BANK("mdal-comment_bank", '\ue783'), COMMUTE("mdal-commute", '\ue166'), COMPARE("mdal-compare", '\ue167'), COMPARE_ARROWS("mdal-compare_arrows", '\ue169'), COMPASS_CALIBRATION("mdal-compass_calibration", '\ue16a'), COMPUTER("mdal-computer", '\ue16c'), CONFIRMATION_NUMBER("mdal-confirmation_number", '\ue16e'), CONNECT_WITHOUT_CONTACT("mdal-connect_without_contact", '\ue89f'), CONSTRUCTION("mdal-construction", '\ue785'), CONTACT_MAIL("mdal-contact_mail", '\ue170'), CONTACT_PAGE("mdal-contact_page", '\ue8b4'), CONTACT_PHONE("mdal-contact_phone", '\ue172'), CONTACT_SUPPORT("mdal-contact_support", '\ue174'), CONTACTLESS("mdal-contactless", '\ue176'), CONTACTS("mdal-contacts", '\ue178'), CONTENT_COPY("mdal-content_copy", '\ue17a'), CONTENT_CUT("mdal-content_cut", '\ue17c'), CONTENT_PASTE("mdal-content_paste", '\ue17e'), CONTROL_CAMERA("mdal-control_camera", '\ue180'), CONTROL_POINT("mdal-control_point", '\ue181'), CONTROL_POINT_DUPLICATE("mdal-control_point_duplicate", '\ue183'), COPYRIGHT("mdal-copyright", '\ue185'), CORONAVIRUS("mdal-coronavirus", '\ue8a0'), CORPORATE_FARE("mdal-corporate_fare", '\ue786'), COUNTERTOPS("mdal-countertops", '\ue86a'), CREATE("mdal-create", '\ue187'), CREATE_NEW_FOLDER("mdal-create_new_folder", '\ue189'), CREDIT_CARD("mdal-credit_card", '\ue18b'), CROP("mdal-crop", '\ue18d'), CROP_16_9("mdal-crop_16_9", '\ue18e'), CROP_3_2("mdal-crop_3_2", '\ue18f'), CROP_5_4("mdal-crop_5_4", '\ue190'), CROP_7_5("mdal-crop_7_5", '\ue191'), CROP_DIN("mdal-crop_din", '\ue192'), CROP_FREE("mdal-crop_free", '\ue193'), CROP_LANDSCAPE("mdal-crop_landscape", '\ue194'), CROP_ORIGINAL("mdal-crop_original", '\ue195'), CROP_PORTRAIT("mdal-crop_portrait", '\ue196'), CROP_ROTATE("mdal-crop_rotate", '\ue197'), CROP_SQUARE("mdal-crop_square", '\ue198'), DASHBOARD("mdal-dashboard", '\ue199'), DATA_USAGE("mdal-data_usage", '\ue19b'), DATE_RANGE("mdal-date_range", '\ue19c'), DECK("mdal-deck", '\ue19e'), DEHAZE("mdal-dehaze", '\ue1a0'), DELETE("mdal-delete", '\ue1a1'), DELETE_FOREVER("mdal-delete_forever", '\ue1a3'), DELETE_OUTLINE("mdal-delete_outline", '\ue1a5'), DELETE_SWEEP("mdal-delete_sweep", '\ue1a6'), DEPARTURE_BOARD("mdal-departure_board", '\ue1a8'), DESCRIPTION("mdal-description", '\ue1aa'), DESIGN_SERVICES("mdal-design_services", '\ue788'), DESKTOP_ACCESS_DISABLED("mdal-desktop_access_disabled", '\ue1ac'), DESKTOP_MAC("mdal-desktop_mac", '\ue1ae'), DESKTOP_WINDOWS("mdal-desktop_windows", '\ue1b0'), DETAILS("mdal-details", '\ue1b2'), DEVELOPER_BOARD("mdal-developer_board", '\ue1b4'), DEVELOPER_MODE("mdal-developer_mode", '\ue1b6'), DEVICE_HUB("mdal-device_hub", '\ue1b7'), DEVICE_UNKNOWN("mdal-device_unknown", '\ue1b8'), DEVICES("mdal-devices", '\ue1ba'), DEVICES_OTHER("mdal-devices_other", '\ue1bc'), DIALER_SIP("mdal-dialer_sip", '\ue1be'), DIALPAD("mdal-dialpad", '\ue1c0'), DIRECTIONS("mdal-directions", '\ue1c1'), DIRECTIONS_BIKE("mdal-directions_bike", '\ue1c3'), DIRECTIONS_BOAT("mdal-directions_boat", '\ue1c4'), DIRECTIONS_BUS("mdal-directions_bus", '\ue1c6'), DIRECTIONS_CAR("mdal-directions_car", '\ue1c8'), DIRECTIONS_OFF("mdal-directions_off", '\ue78a'), DIRECTIONS_RAILWAY("mdal-directions_railway", '\ue1ca'), DIRECTIONS_RUN("mdal-directions_run", '\ue1cc'), DIRECTIONS_SUBWAY("mdal-directions_subway", '\ue1cd'), DIRECTIONS_TRANSIT("mdal-directions_transit", '\ue1cf'), DIRECTIONS_WALK("mdal-directions_walk", '\ue1d1'), DISABLED_BY_DEFAULT("mdal-disabled_by_default", '\ue8b6'), DISC_FULL("mdal-disc_full", '\ue1d2'), DIVIDE("mdal-divide", '\ue1d4'), DNS("mdal-dns", '\ue1d6'), DO_NOT_DISTURB("mdal-do_not_disturb", '\ue1d8'), DO_NOT_DISTURB_ALT("mdal-do_not_disturb_alt", '\ue1da'), DO_NOT_DISTURB_OFF("mdal-do_not_disturb_off", '\ue1dc'), DO_NOT_STEP("mdal-do_not_step", '\ue78b'), DO_NOT_TOUCH("mdal-do_not_touch", '\ue78d'), DOCK("mdal-dock", '\ue1de'), DOMAIN("mdal-domain", '\ue1e0'), DOMAIN_DISABLED("mdal-domain_disabled", '\ue1e2'), DOMAIN_VERIFICATION("mdal-domain_verification", '\ue78f'), DONE("mdal-done", '\ue1e4'), DONE_ALL("mdal-done_all", '\ue1e5'), DONE_OUTLINE("mdal-done_outline", '\ue1e6'), DONUT_LARGE("mdal-donut_large", '\ue1e7'), DONUT_SMALL("mdal-donut_small", '\ue1e8'), DOUBLE_ARROW("mdal-double_arrow", '\ue1ea'), DRAFTS("mdal-drafts", '\ue1eb'), DRAG_HANDLE("mdal-drag_handle", '\ue1ed'), DRAG_INDICATOR("mdal-drag_indicator", '\ue1ee'), DRIVE_ETA("mdal-drive_eta", '\ue1ef'), DRY("mdal-dry", '\ue791'), DUO("mdal-duo", '\ue1f1'), DVR("mdal-dvr", '\ue1f2'), DYNAMIC_FEED("mdal-dynamic_feed", '\ue1f4'), DYNAMIC_FORM("mdal-dynamic_form", '\ue793'), EAST("mdal-east", '\ue86c'), ECO("mdal-eco", '\ue1f6'), EDIT("mdal-edit", '\ue1f8'), EDIT_ATTRIBUTES("mdal-edit_attributes", '\ue1fa'), EDIT_LOCATION("mdal-edit_location", '\ue1fc'), EDIT_ROAD("mdal-edit_road", '\ue795'), EJECT("mdal-eject", '\ue1fe'), ELDERLY("mdal-elderly", '\ue8a2'), ELECTRIC_BIKE("mdal-electric_bike", '\ue797'), ELECTRIC_CAR("mdal-electric_car", '\ue798'), ELECTRIC_MOPED("mdal-electric_moped", '\ue79a'), ELECTRIC_SCOOTER("mdal-electric_scooter", '\ue79c'), ELECTRICAL_SERVICES("mdal-electrical_services", '\ue79d'), ELEVATOR("mdal-elevator", '\ue79e'), EMAIL("mdal-email", '\ue200'), EMOJI_EMOTIONS("mdal-emoji_emotions", '\ue202'), EMOJI_EVENTS("mdal-emoji_events", '\ue204'), EMOJI_FLAGS("mdal-emoji_flags", '\ue206'), EMOJI_FOOD_BEVERAGE("mdal-emoji_food_beverage", '\ue208'), EMOJI_NATURE("mdal-emoji_nature", '\ue20a'), EMOJI_OBJECTS("mdal-emoji_objects", '\ue20c'), EMOJI_PEOPLE("mdal-emoji_people", '\ue20e'), EMOJI_SYMBOLS("mdal-emoji_symbols", '\ue20f'), EMOJI_TRANSPORTATION("mdal-emoji_transportation", '\ue210'), ENGINEERING("mdal-engineering", '\ue7a0'), ENHANCED_ENCRYPTION("mdal-enhanced_encryption", '\ue211'), EQUALIZER("mdal-equalizer", '\ue213'), EQUALS("mdal-equals", '\ue214'), ERROR("mdal-error", '\ue215'), ERROR_OUTLINE("mdal-error_outline", '\ue217'), ESCALATOR("mdal-escalator", '\ue7a2'), ESCALATOR_WARNING("mdal-escalator_warning", '\ue7a4'), EURO("mdal-euro", '\ue218'), EURO_SYMBOL("mdal-euro_symbol", '\ue219'), EV_STATION("mdal-ev_station", '\ue21a'), EVENT("mdal-event", '\ue21c'), EVENT_AVAILABLE("mdal-event_available", '\ue21e'), EVENT_BUSY("mdal-event_busy", '\ue220'), EVENT_NOTE("mdal-event_note", '\ue222'), EVENT_SEAT("mdal-event_seat", '\ue224'), EXIT_TO_APP("mdal-exit_to_app", '\ue226'), EXPAND_LESS("mdal-expand_less", '\ue227'), EXPAND_MORE("mdal-expand_more", '\ue228'), EXPLICIT("mdal-explicit", '\ue229'), EXPLORE("mdal-explore", '\ue22b'), EXPLORE_OFF("mdal-explore_off", '\ue22d'), EXPOSURE("mdal-exposure", '\ue22f'), EXPOSURE_NEG_1("mdal-exposure_neg_1", '\ue231'), EXPOSURE_NEG_2("mdal-exposure_neg_2", '\ue232'), EXPOSURE_PLUS_1("mdal-exposure_plus_1", '\ue233'), EXPOSURE_PLUS_2("mdal-exposure_plus_2", '\ue234'), EXPOSURE_ZERO("mdal-exposure_zero", '\ue235'), EXTENSION("mdal-extension", '\ue236'), FACE("mdal-face", '\ue238'), FACEBOOK("mdal-facebook", '\ue8b8'), FACT_CHECK("mdal-fact_check", '\ue7a5'), FAMILY_RESTROOM("mdal-family_restroom", '\ue7a7'), FAST_FORWARD("mdal-fast_forward", '\ue23a'), FAST_REWIND("mdal-fast_rewind", '\ue23c'), FASTFOOD("mdal-fastfood", '\ue23e'), FAVORITE("mdal-favorite", '\ue240'), FAVORITE_BORDER("mdal-favorite_border", '\ue242'), FEATURED_PLAY_LIST("mdal-featured_play_list", '\ue243'), FEATURED_VIDEO("mdal-featured_video", '\ue245'), FEEDBACK("mdal-feedback", '\ue247'), FENCE("mdal-fence", '\ue86d'), FIBER_DVR("mdal-fiber_dvr", '\ue249'), FIBER_MANUAL_RECORD("mdal-fiber_manual_record", '\ue24b'), FIBER_NEW("mdal-fiber_new", '\ue24d'), FIBER_PIN("mdal-fiber_pin", '\ue24f'), FIBER_SMART_RECORD("mdal-fiber_smart_record", '\ue251'), FILE_COPY("mdal-file_copy", '\ue253'), FILE_UPLOAD("mdal-file_upload", '\ue255'), FILTER("mdal-filter", '\ue257'), FILTER_1("mdal-filter_1", '\ue259'), FILTER_2("mdal-filter_2", '\ue25b'), FILTER_3("mdal-filter_3", '\ue25d'), FILTER_4("mdal-filter_4", '\ue25f'), FILTER_5("mdal-filter_5", '\ue261'), FILTER_6("mdal-filter_6", '\ue263'), FILTER_7("mdal-filter_7", '\ue265'), FILTER_8("mdal-filter_8", '\ue267'), FILTER_9("mdal-filter_9", '\ue269'), FILTER_9_PLUS("mdal-filter_9_plus", '\ue26b'), FILTER_ALT("mdal-filter_alt", '\ue7a8'), FILTER_B_AND_W("mdal-filter_b_and_w", '\ue26d'), FILTER_CENTER_FOCUS("mdal-filter_center_focus", '\ue26f'), FILTER_DRAMA("mdal-filter_drama", '\ue270'), FILTER_FRAMES("mdal-filter_frames", '\ue272'), FILTER_HDR("mdal-filter_hdr", '\ue274'), FILTER_LIST("mdal-filter_list", '\ue276'), FILTER_NONE("mdal-filter_none", '\ue277'), FILTER_TILT_SHIFT("mdal-filter_tilt_shift", '\ue279'), FILTER_VINTAGE("mdal-filter_vintage", '\ue27a'), FIND_IN_PAGE("mdal-find_in_page", '\ue27c'), FIND_REPLACE("mdal-find_replace", '\ue27e'), FINGERPRINT("mdal-fingerprint", '\ue27f'), FIRE_EXTINGUISHER("mdal-fire_extinguisher", '\ue86f'), FIREPLACE("mdal-fireplace", '\ue280'), FIRST_PAGE("mdal-first_page", '\ue282'), FITNESS_CENTER("mdal-fitness_center", '\ue283'), FLAG("mdal-flag", '\ue284'), FLAKY("mdal-flaky", '\ue7aa'), FLARE("mdal-flare", '\ue286'), FLASH_AUTO("mdal-flash_auto", '\ue287'), FLASH_OFF("mdal-flash_off", '\ue288'), FLASH_ON("mdal-flash_on", '\ue289'), FLIGHT("mdal-flight", '\ue28a'), FLIGHT_LAND("mdal-flight_land", '\ue28b'), FLIGHT_TAKEOFF("mdal-flight_takeoff", '\ue28c'), FLIP("mdal-flip", '\ue28d'), FLIP_CAMERA_ANDROID("mdal-flip_camera_android", '\ue28e'), FLIP_CAMERA_IOS("mdal-flip_camera_ios", '\ue290'), FLIP_TO_BACK("mdal-flip_to_back", '\ue292'), FLIP_TO_FRONT("mdal-flip_to_front", '\ue293'), FOLDER("mdal-folder", '\ue294'), FOLDER_OPEN("mdal-folder_open", '\ue296'), FOLDER_SHARED("mdal-folder_shared", '\ue298'), FOLDER_SPECIAL("mdal-folder_special", '\ue29a'), FOLLOW_THE_SIGNS("mdal-follow_the_signs", '\ue8a3'), FONT_DOWNLOAD("mdal-font_download", '\ue29c'), FOOD_BANK("mdal-food_bank", '\ue870'), FORMAT_ALIGN_CENTER("mdal-format_align_center", '\ue29e'), FORMAT_ALIGN_JUSTIFY("mdal-format_align_justify", '\ue29f'), FORMAT_ALIGN_LEFT("mdal-format_align_left", '\ue2a0'), FORMAT_ALIGN_RIGHT("mdal-format_align_right", '\ue2a1'), FORMAT_BOLD("mdal-format_bold", '\ue2a2'), FORMAT_CLEAR("mdal-format_clear", '\ue2a3'), FORMAT_COLOR_FILL("mdal-format_color_fill", '\ue2a4'), FORMAT_COLOR_RESET("mdal-format_color_reset", '\ue2a6'), FORMAT_COLOR_TEXT("mdal-format_color_text", '\ue2a8'), FORMAT_INDENT_DECREASE("mdal-format_indent_decrease", '\ue2aa'), FORMAT_INDENT_INCREASE("mdal-format_indent_increase", '\ue2ab'), FORMAT_ITALIC("mdal-format_italic", '\ue2ac'), FORMAT_LINE_SPACING("mdal-format_line_spacing", '\ue2ad'), FORMAT_LIST_BULLETED("mdal-format_list_bulleted", '\ue2ae'), FORMAT_LIST_NUMBERED("mdal-format_list_numbered", '\ue2af'), FORMAT_LIST_NUMBERED_RTL("mdal-format_list_numbered_rtl", '\ue2b0'), FORMAT_PAINT("mdal-format_paint", '\ue2b1'), FORMAT_QUOTE("mdal-format_quote", '\ue2b3'), FORMAT_SHAPES("mdal-format_shapes", '\ue2b5'), FORMAT_SIZE("mdal-format_size", '\ue2b7'), FORMAT_STRIKETHROUGH("mdal-format_strikethrough", '\ue2b8'), FORMAT_TEXTDIRECTION_L_TO_R("mdal-format_textdirection_l_to_r", '\ue2b9'), FORMAT_TEXTDIRECTION_R_TO_L("mdal-format_textdirection_r_to_l", '\ue2bb'), FORMAT_UNDERLINED("mdal-format_underlined", '\ue2bd'), FORUM("mdal-forum", '\ue2be'), FORWARD("mdal-forward", '\ue2c0'), FORWARD_10("mdal-forward_10", '\ue2c2'), FORWARD_30("mdal-forward_30", '\ue2c3'), FORWARD_5("mdal-forward_5", '\ue2c4'), FORWARD_TO_INBOX("mdal-forward_to_inbox", '\ue7ab'), FOUNDATION("mdal-foundation", '\ue872'), FREE_BREAKFAST("mdal-free_breakfast", '\ue2c5'), FULLSCREEN("mdal-fullscreen", '\ue2c7'), FULLSCREEN_EXIT("mdal-fullscreen_exit", '\ue2c8'), FUNCTIONS("mdal-functions", '\ue2c9'), G_TRANSLATE("mdal-g_translate", '\ue2ca'), GAMEPAD("mdal-gamepad", '\ue2cb'), GAMES("mdal-games", '\ue2cd'), GAVEL("mdal-gavel", '\ue2cf'), GESTURE("mdal-gesture", '\ue2d0'), GET_APP("mdal-get_app", '\ue2d1'), GIF("mdal-gif", '\ue2d3'), GOLF_COURSE("mdal-golf_course", '\ue2d5'), GPS_FIXED("mdal-gps_fixed", '\ue2d7'), GPS_NOT_FIXED("mdal-gps_not_fixed", '\ue2d9'), GPS_OFF("mdal-gps_off", '\ue2da'), GRADE("mdal-grade", '\ue2db'), GRADIENT("mdal-gradient", '\ue2dd'), GRADING("mdal-grading", '\ue7ad'), GRAIN("mdal-grain", '\ue2de'), GRAPHIC_EQ("mdal-graphic_eq", '\ue2df'), GRASS("mdal-grass", '\ue874'), GREATER_THAN("mdal-greater_than", '\ue2e0'), GREATER_THAN_EQUAL("mdal-greater_than_equal", '\ue2e1'), GRID_OFF("mdal-grid_off", '\ue2e2'), GRID_ON("mdal-grid_on", '\ue2e4'), GROUP("mdal-group", '\ue2e6'), GROUP_ADD("mdal-group_add", '\ue2e8'), GROUP_WORK("mdal-group_work", '\ue2ea'), GROUPS("mdal-groups", '\ue8b9'), HANDYMAN("mdal-handyman", '\ue7ae'), HD("mdal-hd", '\ue2ec'), HDR_OFF("mdal-hdr_off", '\ue2ee'), HDR_ON("mdal-hdr_on", '\ue2ef'), HDR_STRONG("mdal-hdr_strong", '\ue2f0'), HDR_WEAK("mdal-hdr_weak", '\ue2f2'), HEADSET("mdal-headset", '\ue2f4'), HEADSET_MIC("mdal-headset_mic", '\ue2f6'), HEALING("mdal-healing", '\ue2f8'), HEARING("mdal-hearing", '\ue2fa'), HEARING_DISABLED("mdal-hearing_disabled", '\ue7b0'), HEIGHT("mdal-height", '\ue2fb'), HELP("mdal-help", '\ue2fc'), HELP_CENTER("mdal-help_center", '\ue7b1'), HELP_OUTLINE("mdal-help_outline", '\ue2fe'), HIGH_QUALITY("mdal-high_quality", '\ue2ff'), HIGHLIGHT("mdal-highlight", '\ue301'), HIGHLIGHT_ALT("mdal-highlight_alt", '\ue7b3'), HIGHLIGHT_OFF("mdal-highlight_off", '\ue303'), HISTORY("mdal-history", '\ue305'), HISTORY_EDU("mdal-history_edu", '\ue7b4'), HISTORY_TOGGLE_OFF("mdal-history_toggle_off", '\ue7b6'), HOME("mdal-home", '\ue306'), HOME_REPAIR_SERVICE("mdal-home_repair_service", '\ue7b7'), HOME_WORK("mdal-home_work", '\ue308'), HORIZONTAL_DISTRIBUTE("mdal-horizontal_distribute", '\ue8d0'), HORIZONTAL_RULE("mdal-horizontal_rule", '\ue7b9'), HORIZONTAL_SPLIT("mdal-horizontal_split", '\ue30a'), HOT_TUB("mdal-hot_tub", '\ue30c'), HOTEL("mdal-hotel", '\ue30d'), HOURGLASS_BOTTOM("mdal-hourglass_bottom", '\ue7ba'), HOURGLASS_DISABLED("mdal-hourglass_disabled", '\ue7bc'), HOURGLASS_EMPTY("mdal-hourglass_empty", '\ue30f'), HOURGLASS_FULL("mdal-hourglass_full", '\ue310'), HOURGLASS_TOP("mdal-hourglass_top", '\ue7bd'), HOUSE("mdal-house", '\ue312'), HOUSE_SIDING("mdal-house_siding", '\ue875'), HOW_TO_REG("mdal-how_to_reg", '\ue314'), HOW_TO_VOTE("mdal-how_to_vote", '\ue316'), HTTP("mdal-http", '\ue318'), HTTPS("mdal-https", '\ue319'), HVAC("mdal-hvac", '\ue7bf'), IMAGE("mdal-image", '\ue31b'), IMAGE_ASPECT_RATIO("mdal-image_aspect_ratio", '\ue31d'), IMAGE_NOT_SUPPORTED("mdal-image_not_supported", '\ue7c1'), IMAGE_SEARCH("mdal-image_search", '\ue31f'), IMPORT_CONTACTS("mdal-import_contacts", '\ue321'), IMPORT_EXPORT("mdal-import_export", '\ue323'), IMPORTANT_DEVICES("mdal-important_devices", '\ue324'), INBOX("mdal-inbox", '\ue326'), INDETERMINATE_CHECK_BOX("mdal-indeterminate_check_box", '\ue328'), INFO("mdal-info", '\ue32a'), INPUT("mdal-input", '\ue32c'), INSERT_CHART("mdal-insert_chart", '\ue32d'), INSERT_CHART_OUTLINED("mdal-insert_chart_outlined", '\ue32f'), INSERT_COMMENT("mdal-insert_comment", '\ue330'), INSERT_DRIVE_FILE("mdal-insert_drive_file", '\ue332'), INSERT_EMOTICON("mdal-insert_emoticon", '\ue334'), INSERT_INVITATION("mdal-insert_invitation", '\ue336'), INSERT_LINK("mdal-insert_link", '\ue338'), INSERT_PHOTO("mdal-insert_photo", '\ue339'), INSIGHTS("mdal-insights", '\ue7c3'), INTEGRATION_INSTRUCTIONS("mdal-integration_instructions", '\ue7c4'), INVERT_COLORS("mdal-invert_colors", '\ue33b'), INVERT_COLORS_OFF("mdal-invert_colors_off", '\ue33d'), ISO("mdal-iso", '\ue33f'), KEYBOARD("mdal-keyboard", '\ue341'), KEYBOARD_ARROW_DOWN("mdal-keyboard_arrow_down", '\ue343'), KEYBOARD_ARROW_LEFT("mdal-keyboard_arrow_left", '\ue344'), KEYBOARD_ARROW_RIGHT("mdal-keyboard_arrow_right", '\ue345'), KEYBOARD_ARROW_UP("mdal-keyboard_arrow_up", '\ue346'), KEYBOARD_BACKSPACE("mdal-keyboard_backspace", '\ue347'), KEYBOARD_CAPSLOCK("mdal-keyboard_capslock", '\ue348'), KEYBOARD_HIDE("mdal-keyboard_hide", '\ue349'), KEYBOARD_RETURN("mdal-keyboard_return", '\ue34b'), KEYBOARD_TAB("mdal-keyboard_tab", '\ue34c'), KEYBOARD_VOICE("mdal-keyboard_voice", '\ue34d'), KING_BED("mdal-king_bed", '\ue34f'), KITCHEN("mdal-kitchen", '\ue351'), LABEL("mdal-label", '\ue353'), LABEL_IMPORTANT("mdal-label_important", '\ue355'), LABEL_OFF("mdal-label_off", '\ue357'), LANDSCAPE("mdal-landscape", '\ue359'), LANGUAGE("mdal-language", '\ue35b'), LAPTOP("mdal-laptop", '\ue35d'), LAPTOP_CHROMEBOOK("mdal-laptop_chromebook", '\ue35f'), LAPTOP_MAC("mdal-laptop_mac", '\ue361'), LAPTOP_WINDOWS("mdal-laptop_windows", '\ue363'), LAST_PAGE("mdal-last_page", '\ue365'), LAUNCH("mdal-launch", '\ue366'), LAYERS("mdal-layers", '\ue367'), LAYERS_CLEAR("mdal-layers_clear", '\ue369'), LEADERBOARD("mdal-leaderboard", '\ue877'), LEAK_ADD("mdal-leak_add", '\ue36b'), LEAK_REMOVE("mdal-leak_remove", '\ue36c'), LEAVE_BAGS_AT_HOME("mdal-leave_bags_at_home", '\ue8a5'), LEGEND_TOGGLE("mdal-legend_toggle", '\ue7c6'), LENS("mdal-lens", '\ue36d'), LESS_THAN("mdal-less_than", '\ue36f'), LESS_THAN_EQUAL("mdal-less_than_equal", '\ue370'), LIBRARY_ADD("mdal-library_add", '\ue371'), LIBRARY_ADD_CHECK("mdal-library_add_check", '\ue746'), LIBRARY_BOOKS("mdal-library_books", '\ue373'), LIBRARY_MUSIC("mdal-library_music", '\ue375'), LIGHTBULB("mdal-lightbulb", '\ue377'), LINE_STYLE("mdal-line_style", '\ue379'), LINE_WEIGHT("mdal-line_weight", '\ue37a'), LINEAR_SCALE("mdal-linear_scale", '\ue37b'), LINK("mdal-link", '\ue37c'), LINK_OFF("mdal-link_off", '\ue37e'), LINKED_CAMERA("mdal-linked_camera", '\ue37f'), LIST("mdal-list", '\ue381'), LIST_ALT("mdal-list_alt", '\ue382'), LIVE_HELP("mdal-live_help", '\ue384'), LIVE_TV("mdal-live_tv", '\ue386'), LOCAL_ACTIVITY("mdal-local_activity", '\ue388'), LOCAL_AIRPORT("mdal-local_airport", '\ue38a'), LOCAL_ATM("mdal-local_atm", '\ue38b'), LOCAL_BAR("mdal-local_bar", '\ue38d'), LOCAL_CAFE("mdal-local_cafe", '\ue38f'), LOCAL_CAR_WASH("mdal-local_car_wash", '\ue391'), LOCAL_CONVENIENCE_STORE("mdal-local_convenience_store", '\ue393'), LOCAL_DINING("mdal-local_dining", '\ue395'), LOCAL_DRINK("mdal-local_drink", '\ue396'), LOCAL_FIRE_DEPARTMENT("mdal-local_fire_department", '\ue8a7'), LOCAL_FLORIST("mdal-local_florist", '\ue398'), LOCAL_GAS_STATION("mdal-local_gas_station", '\ue39a'), LOCAL_GROCERY_STORE("mdal-local_grocery_store", '\ue39c'), LOCAL_HOSPITAL("mdal-local_hospital", '\ue39e'), LOCAL_HOTEL("mdal-local_hotel", '\ue3a0'), LOCAL_LAUNDRY_SERVICE("mdal-local_laundry_service", '\ue3a2'), LOCAL_LIBRARY("mdal-local_library", '\ue3a4'), LOCAL_MALL("mdal-local_mall", '\ue3a6'), LOCAL_MOVIES("mdal-local_movies", '\ue3a8'), LOCAL_OFFER("mdal-local_offer", '\ue3aa'), LOCAL_PARKING("mdal-local_parking", '\ue3ac'), LOCAL_PHARMACY("mdal-local_pharmacy", '\ue3ad'), LOCAL_PHONE("mdal-local_phone", '\ue3af'), LOCAL_PIZZA("mdal-local_pizza", '\ue3b1'), LOCAL_PLAY("mdal-local_play", '\ue3b3'), LOCAL_POLICE("mdal-local_police", '\ue8a9'), LOCAL_POST_OFFICE("mdal-local_post_office", '\ue3b5'), LOCAL_PRINTSHOP("mdal-local_printshop", '\ue3b7'), LOCAL_SEE("mdal-local_see", '\ue3b9'), LOCAL_SHIPPING("mdal-local_shipping", '\ue3bb'), LOCAL_TAXI("mdal-local_taxi", '\ue3bd'), LOCATION_CITY("mdal-location_city", '\ue3bf'), LOCATION_DISABLED("mdal-location_disabled", '\ue3c0'), LOCATION_OFF("mdal-location_off", '\ue3c1'), LOCATION_ON("mdal-location_on", '\ue3c2'), LOCATION_SEARCHING("mdal-location_searching", '\ue3c4'), LOCK("mdal-lock", '\ue3c5'), LOCK_OPEN("mdal-lock_open", '\ue3c7'), LOG_IN("mdal-log_in", '\ue3c9'), LOG_OUT("mdal-log_out", '\ue3ca'), LOGIN("mdal-login", '\ue7c7'), LOOKS("mdal-looks", '\ue3cb'), LOOKS_3("mdal-looks_3", '\ue3cc'), LOOKS_4("mdal-looks_4", '\ue3ce'), LOOKS_5("mdal-looks_5", '\ue3d0'), LOOKS_6("mdal-looks_6", '\ue3d2'), LOOKS_ONE("mdal-looks_one", '\ue3d4'), LOOKS_TWO("mdal-looks_two", '\ue3d6'), LOOP("mdal-loop", '\ue3d8'), LOUPE("mdal-loupe", '\ue3d9'), LOW_PRIORITY("mdal-low_priority", '\ue3db'), LOYALTY("mdal-loyalty", '\ue3dc'), LUGGAGE("mdal-luggage", '\ue8bb'); public static Material2AL findByDescription(String description) { for (Material2AL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2AL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2ALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2ALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdal-"); } @Override public Ikon resolve(String description) { return Material2AL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2ALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class Material2ALIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2AL.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2MZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2MZ implements Ikon { MAIL("mdmz-mail", '\ue3de'), MAIL_OUTLINE("mdmz-mail_outline", '\ue3e0'), MAP("mdmz-map", '\ue3e1'), MAPS_UGC("mdmz-maps_ugc", '\ue7c8'), MARK_CHAT_READ("mdmz-mark_chat_read", '\ue7ca'), MARK_CHAT_UNREAD("mdmz-mark_chat_unread", '\ue7cc'), MARK_EMAIL_READ("mdmz-mark_email_read", '\ue7ce'), MARK_EMAIL_UNREAD("mdmz-mark_email_unread", '\ue7d0'), MARKUNREAD("mdmz-markunread", '\ue3e3'), MARKUNREAD_MAILBOX("mdmz-markunread_mailbox", '\ue3e5'), MASKS("mdmz-masks", '\ue8ab'), MAXIMIZE("mdmz-maximize", '\ue3e7'), MEDIATION("mdmz-mediation", '\ue7d2'), MEDICAL_SERVICES("mdmz-medical_services", '\ue7d3'), MEETING_ROOM("mdmz-meeting_room", '\ue3e8'), MEMORY("mdmz-memory", '\ue3ea'), MENU("mdmz-menu", '\ue3ec'), MENU_BOOK("mdmz-menu_book", '\ue3ed'), MENU_OPEN("mdmz-menu_open", '\ue3ef'), MERGE_TYPE("mdmz-merge_type", '\ue3f0'), MESSAGE("mdmz-message", '\ue3f1'), MIC("mdmz-mic", '\ue3f3'), MIC_NONE("mdmz-mic_none", '\ue3f5'), MIC_OFF("mdmz-mic_off", '\ue3f7'), MICROWAVE("mdmz-microwave", '\ue879'), MILITARY_TECH("mdmz-military_tech", '\ue7d5'), MINIMIZE("mdmz-minimize", '\ue3f9'), MINUS("mdmz-minus", '\ue3fa'), MISCELLANEOUS_SERVICES("mdmz-miscellaneous_services", '\ue7d7'), MISSED_VIDEO_CALL("mdmz-missed_video_call", '\ue3fb'), MMS("mdmz-mms", '\ue3fd'), MOBILE_FRIENDLY("mdmz-mobile_friendly", '\ue3ff'), MOBILE_OFF("mdmz-mobile_off", '\ue400'), MOBILE_SCREEN_SHARE("mdmz-mobile_screen_share", '\ue401'), MODE_COMMENT("mdmz-mode_comment", '\ue403'), MODEL_TRAINING("mdmz-model_training", '\ue7d8'), MONETIZATION_ON("mdmz-monetization_on", '\ue405'), MONEY("mdmz-money", '\ue407'), MONEY_OFF("mdmz-money_off", '\ue409'), MONOCHROME_PHOTOS("mdmz-monochrome_photos", '\ue40a'), MOOD("mdmz-mood", '\ue40c'), MOOD_BAD("mdmz-mood_bad", '\ue40e'), MOPED("mdmz-moped", '\ue7d9'), MORE("mdmz-more", '\ue410'), MORE_HORIZ("mdmz-more_horiz", '\ue412'), MORE_TIME("mdmz-more_time", '\ue7db'), MORE_VERT("mdmz-more_vert", '\ue413'), MOTION_PHOTOS_ON("mdmz-motion_photos_on", '\ue8ad'), MOTION_PHOTOS_PAUSE("mdmz-motion_photos_pause", '\ue8bd'), MOTION_PHOTOS_PAUSED("mdmz-motion_photos_paused", '\ue8ae'), MOTORCYCLE("mdmz-motorcycle", '\ue414'), MOUSE("mdmz-mouse", '\ue416'), MOVE_TO_INBOX("mdmz-move_to_inbox", '\ue418'), MOVIE("mdmz-movie", '\ue41a'), MOVIE_CREATION("mdmz-movie_creation", '\ue41c'), MOVIE_FILTER("mdmz-movie_filter", '\ue41e'), MULTILINE_CHART("mdmz-multiline_chart", '\ue420'), MULTIPLE_STOP("mdmz-multiple_stop", '\ue7dc'), MUSEUM("mdmz-museum", '\ue421'), MUSIC_NOTE("mdmz-music_note", '\ue423'), MUSIC_OFF("mdmz-music_off", '\ue425'), MUSIC_VIDEO("mdmz-music_video", '\ue427'), MY_LOCATION("mdmz-my_location", '\ue429'), NAT("mdmz-nat", '\ue7dd'), NATURE("mdmz-nature", '\ue42b'), NATURE_PEOPLE("mdmz-nature_people", '\ue42d'), NAVIGATE_BEFORE("mdmz-navigate_before", '\ue42f'), NAVIGATE_NEXT("mdmz-navigate_next", '\ue430'), NAVIGATION("mdmz-navigation", '\ue431'), NEAR_ME("mdmz-near_me", '\ue433'), NEAR_ME_DISABLED("mdmz-near_me_disabled", '\ue87b'), NETWORK_CELL("mdmz-network_cell", '\ue435'), NETWORK_CHECK("mdmz-network_check", '\ue437'), NETWORK_LOCKED("mdmz-network_locked", '\ue438'), NETWORK_WIFI("mdmz-network_wifi", '\ue439'), NEW_RELEASES("mdmz-new_releases", '\ue43b'), NEXT_PLAN("mdmz-next_plan", '\ue7df'), NEXT_WEEK("mdmz-next_week", '\ue43d'), NFC("mdmz-nfc", '\ue43f'), NIGHT_SHELTER("mdmz-night_shelter", '\ue87d'), NIGHTS_STAY("mdmz-nights_stay", '\ue440'), NO_BACKPACK("mdmz-no_backpack", '\ue8be'), NO_CELL("mdmz-no_cell", '\ue7e1'), NO_DRINKS("mdmz-no_drinks", '\ue7e3'), NO_ENCRYPTION("mdmz-no_encryption", '\ue442'), NO_FLASH("mdmz-no_flash", '\ue7e5'), NO_FOOD("mdmz-no_food", '\ue7e7'), NO_LUGGAGE("mdmz-no_luggage", '\ue8c0'), NO_MEALS("mdmz-no_meals", '\ue87f'), NO_MEETING_ROOM("mdmz-no_meeting_room", '\ue444'), NO_PHOTOGRAPHY("mdmz-no_photography", '\ue7e9'), NO_SIM("mdmz-no_sim", '\ue446'), NO_STROLLER("mdmz-no_stroller", '\ue7eb'), NO_TRANSFER("mdmz-no_transfer", '\ue880'), NORTH("mdmz-north", '\ue882'), NORTH_EAST("mdmz-north_east", '\ue883'), NORTH_WEST("mdmz-north_west", '\ue884'), NOT_ACCESSIBLE("mdmz-not_accessible", '\ue7ed'), NOT_EQUAL("mdmz-not_equal", '\ue448'), NOT_INTERESTED("mdmz-not_interested", '\ue449'), NOT_LISTED_LOCATION("mdmz-not_listed_location", '\ue44a'), NOT_STARTED("mdmz-not_started", '\ue7ee'), NOTE("mdmz-note", '\ue44c'), NOTE_ADD("mdmz-note_add", '\ue44e'), NOTES("mdmz-notes", '\ue450'), NOTIFICATION_IMPORTANT("mdmz-notification_important", '\ue451'), NOTIFICATIONS("mdmz-notifications", '\ue453'), NOTIFICATIONS_ACTIVE("mdmz-notifications_active", '\ue455'), NOTIFICATIONS_NONE("mdmz-notifications_none", '\ue457'), NOTIFICATIONS_OFF("mdmz-notifications_off", '\ue459'), NOTIFICATIONS_PAUSED("mdmz-notifications_paused", '\ue45b'), OFFLINE_BOLT("mdmz-offline_bolt", '\ue45d'), OFFLINE_PIN("mdmz-offline_pin", '\ue45f'), ONDEMAND_VIDEO("mdmz-ondemand_video", '\ue461'), ONLINE_PREDICTION("mdmz-online_prediction", '\ue7f0'), OPACITY("mdmz-opacity", '\ue463'), OPEN_IN_BROWSER("mdmz-open_in_browser", '\ue465'), OPEN_IN_FULL("mdmz-open_in_full", '\ue7f1'), OPEN_IN_NEW("mdmz-open_in_new", '\ue466'), OPEN_WITH("mdmz-open_with", '\ue467'), OUTBOND("mdmz-outbond", '\ue8c2'), OUTDOOR_GRILL("mdmz-outdoor_grill", '\ue468'), OUTLET("mdmz-outlet", '\ue7f2'), OUTLINED_FLAG("mdmz-outlined_flag", '\ue46a'), PAGES("mdmz-pages", '\ue46b'), PAGEVIEW("mdmz-pageview", '\ue46d'), PALETTE("mdmz-palette", '\ue46f'), PAN_TOOL("mdmz-pan_tool", '\ue471'), PANORAMA("mdmz-panorama", '\ue473'), PANORAMA_FISH_EYE("mdmz-panorama_fish_eye", '\ue475'), PANORAMA_HORIZONTAL("mdmz-panorama_horizontal", '\ue477'), PANORAMA_VERTICAL("mdmz-panorama_vertical", '\ue479'), PANORAMA_WIDE_ANGLE("mdmz-panorama_wide_angle", '\ue47b'), PARTY_MODE("mdmz-party_mode", '\ue47d'), PAUSE("mdmz-pause", '\ue47f'), PAUSE_CIRCLE_FILLED("mdmz-pause_circle_filled", '\ue480'), PAUSE_CIRCLE_OUTLINE("mdmz-pause_circle_outline", '\ue482'), PAUSE_PRESENTATION("mdmz-pause_presentation", '\ue483'), PAYMENT("mdmz-payment", '\ue485'), PAYMENTS("mdmz-payments", '\ue7f4'), PEDAL_BIKE("mdmz-pedal_bike", '\ue7f6'), PENDING("mdmz-pending", '\ue7f7'), PENDING_ACTIONS("mdmz-pending_actions", '\ue7f9'), PEOPLE("mdmz-people", '\ue487'), PEOPLE_ALT("mdmz-people_alt", '\ue489'), PEOPLE_OUTLINE("mdmz-people_outline", '\ue48b'), PERCENTAGE("mdmz-percentage", '\ue48d'), PERM_CAMERA_MIC("mdmz-perm_camera_mic", '\ue48f'), PERM_CONTACT_CALENDAR("mdmz-perm_contact_calendar", '\ue491'), PERM_DATA_SETTING("mdmz-perm_data_setting", '\ue493'), PERM_DEVICE_INFORMATION("mdmz-perm_device_information", '\ue494'), PERM_IDENTITY("mdmz-perm_identity", '\ue496'), PERM_MEDIA("mdmz-perm_media", '\ue498'), PERM_PHONE_MSG("mdmz-perm_phone_msg", '\ue49a'), PERM_SCAN_WIFI("mdmz-perm_scan_wifi", '\ue49c'), PERSON("mdmz-person", '\ue49e'), PERSON_ADD("mdmz-person_add", '\ue4a0'), PERSON_ADD_ALT_1("mdmz-person_add_alt_1", '\ue7fb'), PERSON_ADD_DISABLED("mdmz-person_add_disabled", '\ue4a2'), PERSON_OUTLINE("mdmz-person_outline", '\ue4a4'), PERSON_PIN("mdmz-person_pin", '\ue4a6'), PERSON_PIN_CIRCLE("mdmz-person_pin_circle", '\ue4a8'), PERSON_REMOVE("mdmz-person_remove", '\ue7fd'), PERSON_REMOVE_ALT_1("mdmz-person_remove_alt_1", '\ue7ff'), PERSON_SEARCH("mdmz-person_search", '\ue801'), PERSONAL_VIDEO("mdmz-personal_video", '\ue4aa'), PEST_CONTROL("mdmz-pest_control", '\ue803'), PEST_CONTROL_RODENT("mdmz-pest_control_rodent", '\ue805'), PETS("mdmz-pets", '\ue4ac'), PHONE("mdmz-phone", '\ue4ad'), PHONE_ANDROID("mdmz-phone_android", '\ue4af'), PHONE_BLUETOOTH_SPEAKER("mdmz-phone_bluetooth_speaker", '\ue4b1'), PHONE_CALLBACK("mdmz-phone_callback", '\ue4b3'), PHONE_DISABLED("mdmz-phone_disabled", '\ue4b5'), PHONE_ENABLED("mdmz-phone_enabled", '\ue4b6'), PHONE_FORWARDED("mdmz-phone_forwarded", '\ue4b7'), PHONE_IN_TALK("mdmz-phone_in_talk", '\ue4b9'), PHONE_IPHONE("mdmz-phone_iphone", '\ue4bb'), PHONE_LOCKED("mdmz-phone_locked", '\ue4bd'), PHONE_MISSED("mdmz-phone_missed", '\ue4bf'), PHONE_PAUSED("mdmz-phone_paused", '\ue4c1'), PHONELINK("mdmz-phonelink", '\ue4c3'), PHONELINK_ERASE("mdmz-phonelink_erase", '\ue4c5'), PHONELINK_LOCK("mdmz-phonelink_lock", '\ue4c6'), PHONELINK_OFF("mdmz-phonelink_off", '\ue4c7'), PHONELINK_RING("mdmz-phonelink_ring", '\ue4c9'), PHONELINK_SETUP("mdmz-phonelink_setup", '\ue4cb'), PHOTO("mdmz-photo", '\ue4cc'), PHOTO_ALBUM("mdmz-photo_album", '\ue4ce'), PHOTO_CAMERA("mdmz-photo_camera", '\ue4d0'), PHOTO_FILTER("mdmz-photo_filter", '\ue4d2'), PHOTO_LIBRARY("mdmz-photo_library", '\ue4d3'), PHOTO_SIZE_SELECT_ACTUAL("mdmz-photo_size_select_actual", '\ue4d5'), PHOTO_SIZE_SELECT_LARGE("mdmz-photo_size_select_large", '\ue4d7'), PHOTO_SIZE_SELECT_SMALL("mdmz-photo_size_select_small", '\ue4d8'), PICTURE_AS_PDF("mdmz-picture_as_pdf", '\ue4d9'), PICTURE_IN_PICTURE("mdmz-picture_in_picture", '\ue4db'), PICTURE_IN_PICTURE_ALT("mdmz-picture_in_picture_alt", '\ue4dd'), PIE_CHART("mdmz-pie_chart", '\ue4df'), PIN("mdmz-pin", '\ue4e1'), PIN_DROP("mdmz-pin_drop", '\ue4e3'), PIN_OFF("mdmz-pin_off", '\ue4e5'), PLACE("mdmz-place", '\ue4e7'), PLAGIARISM("mdmz-plagiarism", '\ue807'), PLAY_ARROW("mdmz-play_arrow", '\ue4e9'), PLAY_CIRCLE_FILLED("mdmz-play_circle_filled", '\ue4eb'), PLAY_CIRCLE_FILLED_WHITE("mdmz-play_circle_filled_white", '\ue4ed'), PLAY_CIRCLE_OUTLINE("mdmz-play_circle_outline", '\ue4ef'), PLAY_FOR_WORK("mdmz-play_for_work", '\ue4f0'), PLAYLIST_ADD("mdmz-playlist_add", '\ue4f1'), PLAYLIST_ADD_CHECK("mdmz-playlist_add_check", '\ue4f2'), PLAYLIST_PLAY("mdmz-playlist_play", '\ue4f3'), PLUMBING("mdmz-plumbing", '\ue809'), PLUS("mdmz-plus", '\ue4f4'), PLUS_MINUS("mdmz-plus_minus", '\ue4f5'), PLUS_MINUS_ALT("mdmz-plus_minus_alt", '\ue4f6'), PLUS_ONE("mdmz-plus_one", '\ue4f7'), POINT_OF_SALE("mdmz-point_of_sale", '\ue80a'), POLICY("mdmz-policy", '\ue4f8'), POLL("mdmz-poll", '\ue4fa'), POLYMER("mdmz-polymer", '\ue4fc'), POOL("mdmz-pool", '\ue4fd'), PORTABLE_WIFI_OFF("mdmz-portable_wifi_off", '\ue4ff'), PORTRAIT("mdmz-portrait", '\ue500'), POST_ADD("mdmz-post_add", '\ue502'), POWER("mdmz-power", '\ue503'), POWER_INPUT("mdmz-power_input", '\ue505'), POWER_OFF("mdmz-power_off", '\ue506'), POWER_SETTINGS_NEW("mdmz-power_settings_new", '\ue508'), PREGNANT_WOMAN("mdmz-pregnant_woman", '\ue509'), PRESENT_TO_ALL("mdmz-present_to_all", '\ue50a'), PREVIEW("mdmz-preview", '\ue80c'), PRINT("mdmz-print", '\ue50c'), PRINT_DISABLED("mdmz-print_disabled", '\ue50e'), PRIORITY_HIGH("mdmz-priority_high", '\ue510'), PRIVACY_TIP("mdmz-privacy_tip", '\ue80e'), PSYCHOLOGY("mdmz-psychology", '\ue810'), PUBLIC("mdmz-public", '\ue511'), PUBLIC_OFF("mdmz-public_off", '\ue812'), PUBLISH("mdmz-publish", '\ue513'), PUBLISHED_WITH_CHANGES("mdmz-published_with_changes", '\ue8c4'), PUSH_PIN("mdmz-push_pin", '\ue814'), QR_CODE("mdmz-qr_code", '\ue816'), QR_CODE_2("mdmz-qr_code_2", '\ue8d1'), QR_CODE_SCANNER("mdmz-qr_code_scanner", '\ue885'), QRCODE("mdmz-qrcode", '\ue515'), QUERY_BUILDER("mdmz-query_builder", '\ue517'), QUESTION_ANSWER("mdmz-question_answer", '\ue519'), QUEUE("mdmz-queue", '\ue51b'), QUEUE_MUSIC("mdmz-queue_music", '\ue51d'), QUEUE_PLAY_NEXT("mdmz-queue_play_next", '\ue51f'), QUICKREPLY("mdmz-quickreply", '\ue818'), RADIO("mdmz-radio", '\ue520'), RADIO_BUTTON_CHECKED("mdmz-radio_button_checked", '\ue522'), RADIO_BUTTON_UNCHECKED("mdmz-radio_button_unchecked", '\ue523'), RATE_REVIEW("mdmz-rate_review", '\ue524'), READ_MORE("mdmz-read_more", '\ue81a'), RECEIPT("mdmz-receipt", '\ue526'), RECEIPT_LONG("mdmz-receipt_long", '\ue81b'), RECENT_ACTORS("mdmz-recent_actors", '\ue528'), RECORD_VOICE_OVER("mdmz-record_voice_over", '\ue52a'), REDEEM("mdmz-redeem", '\ue52c'), REDO("mdmz-redo", '\ue52e'), REDUCE_CAPACITY("mdmz-reduce_capacity", '\ue8af'), REFRESH("mdmz-refresh", '\ue52f'), REMOVE("mdmz-remove", '\ue530'), REMOVE_CIRCLE("mdmz-remove_circle", '\ue531'), REMOVE_CIRCLE_OUTLINE("mdmz-remove_circle_outline", '\ue533'), REMOVE_FROM_QUEUE("mdmz-remove_from_queue", '\ue534'), REMOVE_RED_EYE("mdmz-remove_red_eye", '\ue536'), REMOVE_SHOPPING_CART("mdmz-remove_shopping_cart", '\ue538'), REORDER("mdmz-reorder", '\ue53a'), REPEAT("mdmz-repeat", '\ue53b'), REPEAT_ONE("mdmz-repeat_one", '\ue53c'), REPLAY("mdmz-replay", '\ue53d'), REPLAY_10("mdmz-replay_10", '\ue53e'), REPLAY_30("mdmz-replay_30", '\ue53f'), REPLAY_5("mdmz-replay_5", '\ue540'), REPLY("mdmz-reply", '\ue541'), REPLY_ALL("mdmz-reply_all", '\ue542'), REPORT("mdmz-report", '\ue543'), REPORT_OFF("mdmz-report_off", '\ue545'), REPORT_PROBLEM("mdmz-report_problem", '\ue547'), REQUEST_PAGE("mdmz-request_page", '\ue8c5'), REQUEST_QUOTE("mdmz-request_quote", '\ue81d'), RESTAURANT("mdmz-restaurant", '\ue549'), RESTAURANT_MENU("mdmz-restaurant_menu", '\ue54a'), RESTORE("mdmz-restore", '\ue54b'), RESTORE_FROM_TRASH("mdmz-restore_from_trash", '\ue54c'), RESTORE_PAGE("mdmz-restore_page", '\ue54e'), RICE_BOWL("mdmz-rice_bowl", '\ue886'), RING_VOLUME("mdmz-ring_volume", '\ue550'), ROCKET("mdmz-rocket", '\ue552'), ROOFING("mdmz-roofing", '\ue888'), ROOM("mdmz-room", '\ue554'), ROOM_PREFERENCES("mdmz-room_preferences", '\ue81f'), ROOM_SERVICE("mdmz-room_service", '\ue556'), ROTATE_90_DEGREES_CCW("mdmz-rotate_90_degrees_ccw", '\ue558'), ROTATE_LEFT("mdmz-rotate_left", '\ue55a'), ROTATE_RIGHT("mdmz-rotate_right", '\ue55b'), ROUNDED_CORNER("mdmz-rounded_corner", '\ue55c'), ROUTER("mdmz-router", '\ue55d'), ROWING("mdmz-rowing", '\ue55f'), RSS_FEED("mdmz-rss_feed", '\ue560'), RULE("mdmz-rule", '\ue821'), RULE_FOLDER("mdmz-rule_folder", '\ue822'), RUN_CIRCLE("mdmz-run_circle", '\ue824'), RV_HOOKUP("mdmz-rv_hookup", '\ue561'), SANITIZER("mdmz-sanitizer", '\ue8b0'), SATELLITE("mdmz-satellite", '\ue563'), SAVE("mdmz-save", '\ue565'), SAVE_ALT("mdmz-save_alt", '\ue567'), SCANNER("mdmz-scanner", '\ue568'), SCATTER_PLOT("mdmz-scatter_plot", '\ue56a'), SCHEDULE("mdmz-schedule", '\ue56c'), SCHOOL("mdmz-school", '\ue56e'), SCIENCE("mdmz-science", '\ue826'), SCORE("mdmz-score", '\ue570'), SCREEN_LOCK_LANDSCAPE("mdmz-screen_lock_landscape", '\ue572'), SCREEN_LOCK_PORTRAIT("mdmz-screen_lock_portrait", '\ue574'), SCREEN_LOCK_ROTATION("mdmz-screen_lock_rotation", '\ue576'), SCREEN_ROTATION("mdmz-screen_rotation", '\ue577'), SCREEN_SHARE("mdmz-screen_share", '\ue579'), SD_CARD("mdmz-sd_card", '\ue57b'), SD_STORAGE("mdmz-sd_storage", '\ue57d'), SEARCH("mdmz-search", '\ue57f'), SEARCH_OFF("mdmz-search_off", '\ue828'), SECURITY("mdmz-security", '\ue580'), SELECT_ALL("mdmz-select_all", '\ue582'), SELF_IMPROVEMENT("mdmz-self_improvement", '\ue829'), SEND("mdmz-send", '\ue583'), SENSOR_DOOR("mdmz-sensor_door", '\ue82a'), SENSOR_WINDOW("mdmz-sensor_window", '\ue82c'), SENTIMENT_DISSATISFIED("mdmz-sentiment_dissatisfied", '\ue585'), SENTIMENT_NEUTRAL("mdmz-sentiment_neutral", '\ue587'), SENTIMENT_SATISFIED("mdmz-sentiment_satisfied", '\ue589'), SENTIMENT_SATISFIED_ALT("mdmz-sentiment_satisfied_alt", '\ue58b'), SENTIMENT_SLIGHTLY_DISSATISFIED("mdmz-sentiment_slightly_dissatisfied", '\ue58d'), SENTIMENT_VERY_DISSATISFIED("mdmz-sentiment_very_dissatisfied", '\ue58f'), SENTIMENT_VERY_SATISFIED("mdmz-sentiment_very_satisfied", '\ue591'), SET_MEAL("mdmz-set_meal", '\ue88a'), SETTINGS("mdmz-settings", '\ue593'), SETTINGS_APPLICATIONS("mdmz-settings_applications", '\ue595'), SETTINGS_BACKUP_RESTORE("mdmz-settings_backup_restore", '\ue597'), SETTINGS_BLUETOOTH("mdmz-settings_bluetooth", '\ue598'), SETTINGS_BRIGHTNESS("mdmz-settings_brightness", '\ue599'), SETTINGS_CELL("mdmz-settings_cell", '\ue59b'), SETTINGS_ETHERNET("mdmz-settings_ethernet", '\ue59d'), SETTINGS_INPUT_ANTENNA("mdmz-settings_input_antenna", '\ue59e'), SETTINGS_INPUT_COMPONENT("mdmz-settings_input_component", '\ue59f'), SETTINGS_INPUT_COMPOSITE("mdmz-settings_input_composite", '\ue5a1'), SETTINGS_INPUT_HDMI("mdmz-settings_input_hdmi", '\ue5a3'), SETTINGS_INPUT_SVIDEO("mdmz-settings_input_svideo", '\ue5a5'), SETTINGS_OVERSCAN("mdmz-settings_overscan", '\ue5a7'), SETTINGS_PHONE("mdmz-settings_phone", '\ue5a9'), SETTINGS_POWER("mdmz-settings_power", '\ue5ab'), SETTINGS_REMOTE("mdmz-settings_remote", '\ue5ac'), SETTINGS_SYSTEM_DAYDREAM("mdmz-settings_system_daydream", '\ue5ae'), SETTINGS_VOICE("mdmz-settings_voice", '\ue5b0'), SHARE("mdmz-share", '\ue5b2'), SHOP("mdmz-shop", '\ue5b4'), SHOP_TWO("mdmz-shop_two", '\ue5b6'), SHOPPING_BAG("mdmz-shopping_bag", '\ue82e'), SHOPPING_BASKET("mdmz-shopping_basket", '\ue5b8'), SHOPPING_CART("mdmz-shopping_cart", '\ue5ba'), SHORT_TEXT("mdmz-short_text", '\ue5bc'), SHOW_CHART("mdmz-show_chart", '\ue5bd'), SHUFFLE("mdmz-shuffle", '\ue5be'), SHUTTER_SPEED("mdmz-shutter_speed", '\ue5bf'), SICK("mdmz-sick", '\ue8b2'), SIGNAL_CELLULAR_0_BAR("mdmz-signal_cellular_0_bar", '\ue5c1'), SIGNAL_CELLULAR_1_BAR("mdmz-signal_cellular_1_bar", '\ue5c3'), SIGNAL_CELLULAR_2_BAR("mdmz-signal_cellular_2_bar", '\ue5c5'), SIGNAL_CELLULAR_3_BAR("mdmz-signal_cellular_3_bar", '\ue5c7'), SIGNAL_CELLULAR_4_BAR("mdmz-signal_cellular_4_bar", '\ue5c9'), SIGNAL_CELLULAR_ALT("mdmz-signal_cellular_alt", '\ue5ca'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_0_BAR("mdmz-signal_cellular_connected_no_internet_0_bar", '\ue5cb'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_1_BAR("mdmz-signal_cellular_connected_no_internet_1_bar", '\ue5cd'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_2_BAR("mdmz-signal_cellular_connected_no_internet_2_bar", '\ue5cf'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_3_BAR("mdmz-signal_cellular_connected_no_internet_3_bar", '\ue5d1'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR("mdmz-signal_cellular_connected_no_internet_4_bar", '\ue5d3'), SIGNAL_CELLULAR_NO_SIM("mdmz-signal_cellular_no_sim", '\ue5d4'), SIGNAL_CELLULAR_NULL("mdmz-signal_cellular_null", '\ue5d6'), SIGNAL_CELLULAR_OFF("mdmz-signal_cellular_off", '\ue5d7'), SIGNAL_WIFI_0_BAR("mdmz-signal_wifi_0_bar", '\ue5d8'), SIGNAL_WIFI_1_BAR("mdmz-signal_wifi_1_bar", '\ue5da'), SIGNAL_WIFI_1_BAR_LOCK("mdmz-signal_wifi_1_bar_lock", '\ue5dc'), SIGNAL_WIFI_2_BAR("mdmz-signal_wifi_2_bar", '\ue5de'), SIGNAL_WIFI_2_BAR_LOCK("mdmz-signal_wifi_2_bar_lock", '\ue5e0'), SIGNAL_WIFI_3_BAR("mdmz-signal_wifi_3_bar", '\ue5e2'), SIGNAL_WIFI_3_BAR_LOCK("mdmz-signal_wifi_3_bar_lock", '\ue5e4'), SIGNAL_WIFI_4_BAR("mdmz-signal_wifi_4_bar", '\ue5e6'), SIGNAL_WIFI_4_BAR_LOCK("mdmz-signal_wifi_4_bar_lock", '\ue5e7'), SIGNAL_WIFI_OFF("mdmz-signal_wifi_off", '\ue5e8'), SIM_CARD("mdmz-sim_card", '\ue5e9'), SIM_CARD_ALERT("mdmz-sim_card_alert", '\ue5eb'), SINGLE_BED("mdmz-single_bed", '\ue5ed'), SKIP_NEXT("mdmz-skip_next", '\ue5ef'), SKIP_PREVIOUS("mdmz-skip_previous", '\ue5f1'), SLIDESHOW("mdmz-slideshow", '\ue5f3'), SLOW_MOTION_VIDEO("mdmz-slow_motion_video", '\ue5f5'), SMART_BUTTON("mdmz-smart_button", '\ue830'), SMARTPHONE("mdmz-smartphone", '\ue5f6'), SMOKE_FREE("mdmz-smoke_free", '\ue5f8'), SMOKING_ROOMS("mdmz-smoking_rooms", '\ue5f9'), SMS("mdmz-sms", '\ue5fb'), SMS_FAILED("mdmz-sms_failed", '\ue5fd'), SNIPPET_FOLDER("mdmz-snippet_folder", '\ue831'), SNOOZE("mdmz-snooze", '\ue5ff'), SOAP("mdmz-soap", '\ue833'), SORT("mdmz-sort", '\ue600'), SORT_BY_ALPHA("mdmz-sort_by_alpha", '\ue601'), SOURCE("mdmz-source", '\ue835'), SOUTH("mdmz-south", '\ue88c'), SOUTH_EAST("mdmz-south_east", '\ue88d'), SOUTH_WEST("mdmz-south_west", '\ue88e'), SPA("mdmz-spa", '\ue602'), SPACE_BAR("mdmz-space_bar", '\ue604'), SPEAKER("mdmz-speaker", '\ue605'), SPEAKER_GROUP("mdmz-speaker_group", '\ue607'), SPEAKER_NOTES("mdmz-speaker_notes", '\ue609'), SPEAKER_NOTES_OFF("mdmz-speaker_notes_off", '\ue60b'), SPEAKER_PHONE("mdmz-speaker_phone", '\ue60d'), SPEED("mdmz-speed", '\ue60f'), SPELLCHECK("mdmz-spellcheck", '\ue610'), SPORTS("mdmz-sports", '\ue611'), SPORTS_BAR("mdmz-sports_bar", '\ue88f'), SPORTS_BASEBALL("mdmz-sports_baseball", '\ue612'), SPORTS_BASKETBALL("mdmz-sports_basketball", '\ue614'), SPORTS_CRICKET("mdmz-sports_cricket", '\ue616'), SPORTS_ESPORTS("mdmz-sports_esports", '\ue618'), SPORTS_FOOTBALL("mdmz-sports_football", '\ue61a'), SPORTS_GOLF("mdmz-sports_golf", '\ue61c'), SPORTS_HANDBALL("mdmz-sports_handball", '\ue61e'), SPORTS_HOCKEY("mdmz-sports_hockey", '\ue61f'), SPORTS_KABADDI("mdmz-sports_kabaddi", '\ue620'), SPORTS_MMA("mdmz-sports_mma", '\ue621'), SPORTS_MOTORSPORTS("mdmz-sports_motorsports", '\ue623'), SPORTS_RUGBY("mdmz-sports_rugby", '\ue625'), SPORTS_SOCCER("mdmz-sports_soccer", '\ue627'), SPORTS_TENNIS("mdmz-sports_tennis", '\ue629'), SPORTS_VOLLEYBALL("mdmz-sports_volleyball", '\ue62a'), SQUARE_FOOT("mdmz-square_foot", '\ue62c'), STACKED_LINE_CHART("mdmz-stacked_line_chart", '\ue8c7'), STAIRS("mdmz-stairs", '\ue837'), STAR("mdmz-star", '\ue62e'), STAR_BORDER("mdmz-star_border", '\ue630'), STAR_HALF("mdmz-star_half", '\ue631'), STAR_OUTLINE("mdmz-star_outline", '\ue748'), STAR_RATE("mdmz-star_rate", '\ue632'), STARS("mdmz-stars", '\ue633'), STAY_CURRENT_LANDSCAPE("mdmz-stay_current_landscape", '\ue635'), STAY_CURRENT_PORTRAIT("mdmz-stay_current_portrait", '\ue637'), STAY_PRIMARY_LANDSCAPE("mdmz-stay_primary_landscape", '\ue639'), STAY_PRIMARY_PORTRAIT("mdmz-stay_primary_portrait", '\ue63b'), STICKY_NOTE_2("mdmz-sticky_note_2", '\ue891'), STOP("mdmz-stop", '\ue63d'), STOP_CIRCLE("mdmz-stop_circle", '\ue63f'), STOP_SCREEN_SHARE("mdmz-stop_screen_share", '\ue641'), STORAGE("mdmz-storage", '\ue643'), STORE("mdmz-store", '\ue644'), STORE_MALL_DIRECTORY("mdmz-store_mall_directory", '\ue646'), STOREFRONT("mdmz-storefront", '\ue648'), STRAIGHTEN("mdmz-straighten", '\ue64a'), STREETVIEW("mdmz-streetview", '\ue64c'), STRIKETHROUGH_S("mdmz-strikethrough_s", '\ue64d'), STROLLER("mdmz-stroller", '\ue839'), STYLE("mdmz-style", '\ue64e'), SUBDIRECTORY_ARROW_LEFT("mdmz-subdirectory_arrow_left", '\ue650'), SUBDIRECTORY_ARROW_RIGHT("mdmz-subdirectory_arrow_right", '\ue651'), SUBJECT("mdmz-subject", '\ue652'), SUBSCRIPT("mdmz-subscript", '\ue83b'), SUBSCRIPTIONS("mdmz-subscriptions", '\ue653'), SUBTITLES("mdmz-subtitles", '\ue655'), SUBTITLES_OFF("mdmz-subtitles_off", '\ue83c'), SUBWAY("mdmz-subway", '\ue657'), SUPERSCRIPT("mdmz-superscript", '\ue83e'), SUPERVISED_USER_CIRCLE("mdmz-supervised_user_circle", '\ue659'), SUPERVISOR_ACCOUNT("mdmz-supervisor_account", '\ue65b'), SUPPORT("mdmz-support", '\ue83f'), SUPPORT_AGENT("mdmz-support_agent", '\ue841'), SURROUND_SOUND("mdmz-surround_sound", '\ue65d'), SWAP_CALLS("mdmz-swap_calls", '\ue65f'), SWAP_HORIZ("mdmz-swap_horiz", '\ue660'), SWAP_HORIZONTAL_CIRCLE("mdmz-swap_horizontal_circle", '\ue661'), SWAP_VERT("mdmz-swap_vert", '\ue663'), SWAP_VERTICAL_CIRCLE("mdmz-swap_vertical_circle", '\ue664'), SWITCH_CAMERA("mdmz-switch_camera", '\ue666'), SWITCH_LEFT("mdmz-switch_left", '\ue842'), SWITCH_RIGHT("mdmz-switch_right", '\ue844'), SWITCH_VIDEO("mdmz-switch_video", '\ue668'), SYNC("mdmz-sync", '\ue66a'), SYNC_ALT("mdmz-sync_alt", '\ue66b'), SYNC_DISABLED("mdmz-sync_disabled", '\ue66c'), SYNC_PROBLEM("mdmz-sync_problem", '\ue66d'), SYSTEM_UPDATE("mdmz-system_update", '\ue66e'), SYSTEM_UPDATE_ALT("mdmz-system_update_alt", '\ue670'), TAB("mdmz-tab", '\ue671'), TAB_UNSELECTED("mdmz-tab_unselected", '\ue672'), TABLE_CHART("mdmz-table_chart", '\ue673'), TABLE_ROWS("mdmz-table_rows", '\ue846'), TABLE_VIEW("mdmz-table_view", '\ue848'), TABLET("mdmz-tablet", '\ue675'), TABLET_ANDROID("mdmz-tablet_android", '\ue677'), TABLET_MAC("mdmz-tablet_mac", '\ue679'), TAG_FACES("mdmz-tag_faces", '\ue67b'), TAP_AND_PLAY("mdmz-tap_and_play", '\ue67d'), TAPAS("mdmz-tapas", '\ue893'), TERRAIN("mdmz-terrain", '\ue67e'), TEXT_FIELDS("mdmz-text_fields", '\ue680'), TEXT_FORMAT("mdmz-text_format", '\ue681'), TEXT_ROTATE_UP("mdmz-text_rotate_up", '\ue682'), TEXT_ROTATE_VERTICAL("mdmz-text_rotate_vertical", '\ue683'), TEXT_ROTATION_ANGLEDOWN("mdmz-text_rotation_angledown", '\ue684'), TEXT_ROTATION_ANGLEUP("mdmz-text_rotation_angleup", '\ue685'), TEXT_ROTATION_DOWN("mdmz-text_rotation_down", '\ue686'), TEXT_ROTATION_NONE("mdmz-text_rotation_none", '\ue687'), TEXT_SNIPPET("mdmz-text_snippet", '\ue84a'), TEXTSMS("mdmz-textsms", '\ue688'), TEXTURE("mdmz-texture", '\ue68a'), THEATERS("mdmz-theaters", '\ue68b'), THUMB_DOWN("mdmz-thumb_down", '\ue68d'), THUMB_DOWN_ALT("mdmz-thumb_down_alt", '\ue68f'), THUMB_UP("mdmz-thumb_up", '\ue691'), THUMB_UP_ALT("mdmz-thumb_up_alt", '\ue693'), THUMBS_UP_DOWN("mdmz-thumbs_up_down", '\ue695'), TIME_TO_LEAVE("mdmz-time_to_leave", '\ue697'), TIMELAPSE("mdmz-timelapse", '\ue699'), TIMELINE("mdmz-timeline", '\ue69b'), TIMER("mdmz-timer", '\ue69c'), TIMER_10("mdmz-timer_10", '\ue69e'), TIMER_3("mdmz-timer_3", '\ue69f'), TIMER_OFF("mdmz-timer_off", '\ue6a0'), TITLE("mdmz-title", '\ue6a2'), TOC("mdmz-toc", '\ue6a3'), TODAY("mdmz-today", '\ue6a4'), TOGGLE_OFF("mdmz-toggle_off", '\ue6a6'), TOGGLE_ON("mdmz-toggle_on", '\ue6a8'), TOLL("mdmz-toll", '\ue6aa'), TONALITY("mdmz-tonality", '\ue6ac'), TOPIC("mdmz-topic", '\ue84c'), TOUCH_APP("mdmz-touch_app", '\ue6ae'), TOUR("mdmz-tour", '\ue84e'), TOYS("mdmz-toys", '\ue6b0'), TRACK_CHANGES("mdmz-track_changes", '\ue6b2'), TRAFFIC("mdmz-traffic", '\ue6b3'), TRAIN("mdmz-train", '\ue6b5'), TRAM("mdmz-tram", '\ue6b7'), TRANSFER_WITHIN_A_STATION("mdmz-transfer_within_a_station", '\ue6b9'), TRANSFORM("mdmz-transform", '\ue6ba'), TRANSIT_ENTEREXIT("mdmz-transit_enterexit", '\ue6bb'), TRANSLATE("mdmz-translate", '\ue6bc'), TRENDING_DOWN("mdmz-trending_down", '\ue6bd'), TRENDING_FLAT("mdmz-trending_flat", '\ue6be'), TRENDING_UP("mdmz-trending_up", '\ue6bf'), TRIP_ORIGIN("mdmz-trip_origin", '\ue6c0'), TTY("mdmz-tty", '\ue850'), TUNE("mdmz-tune", '\ue6c1'), TURNED_IN("mdmz-turned_in", '\ue6c2'), TURNED_IN_NOT("mdmz-turned_in_not", '\ue6c4'), TV("mdmz-tv", '\ue6c5'), TV_OFF("mdmz-tv_off", '\ue6c7'), TWO_WHEELER("mdmz-two_wheeler", '\ue749'), UMBRELLA("mdmz-umbrella", '\ue852'), UNARCHIVE("mdmz-unarchive", '\ue6c9'), UNDO("mdmz-undo", '\ue6cb'), UNFOLD_LESS("mdmz-unfold_less", '\ue6cc'), UNFOLD_MORE("mdmz-unfold_more", '\ue6cd'), UNPUBLISHED("mdmz-unpublished", '\ue8c8'), UNSUBSCRIBE("mdmz-unsubscribe", '\ue6ce'), UPDATE("mdmz-update", '\ue6d0'), UPDATE_DISABLED("mdmz-update_disabled", '\ue8d2'), UPGRADE("mdmz-upgrade", '\ue854'), USB("mdmz-usb", '\ue6d1'), VERIFIED("mdmz-verified", '\ue855'), VERIFIED_USER("mdmz-verified_user", '\ue6d2'), VERTICAL_ALIGN_BOTTOM("mdmz-vertical_align_bottom", '\ue6d4'), VERTICAL_ALIGN_CENTER("mdmz-vertical_align_center", '\ue6d5'), VERTICAL_ALIGN_TOP("mdmz-vertical_align_top", '\ue6d6'), VERTICAL_DISTRIBUTE("mdmz-vertical_distribute", '\ue8d3'), VERTICAL_SPLIT("mdmz-vertical_split", '\ue6d7'), VIBRATION("mdmz-vibration", '\ue6d9'), VIDEO_CALL("mdmz-video_call", '\ue6db'), VIDEO_LABEL("mdmz-video_label", '\ue6dd'), VIDEO_LIBRARY("mdmz-video_library", '\ue6df'), VIDEO_SETTINGS("mdmz-video_settings", '\ue857'), VIDEOCAM("mdmz-videocam", '\ue6e1'), VIDEOCAM_OFF("mdmz-videocam_off", '\ue6e3'), VIDEOGAME_ASSET("mdmz-videogame_asset", '\ue6e5'), VIEW_AGENDA("mdmz-view_agenda", '\ue6e7'), VIEW_ARRAY("mdmz-view_array", '\ue6e9'), VIEW_CAROUSEL("mdmz-view_carousel", '\ue6eb'), VIEW_COLUMN("mdmz-view_column", '\ue6ed'), VIEW_COMFY("mdmz-view_comfy", '\ue6ef'), VIEW_COMPACT("mdmz-view_compact", '\ue6f1'), VIEW_DAY("mdmz-view_day", '\ue6f3'), VIEW_HEADLINE("mdmz-view_headline", '\ue6f5'), VIEW_LIST("mdmz-view_list", '\ue6f6'), VIEW_MODULE("mdmz-view_module", '\ue6f8'), VIEW_QUILT("mdmz-view_quilt", '\ue6fa'), VIEW_SIDEBAR("mdmz-view_sidebar", '\ue858'), VIEW_STREAM("mdmz-view_stream", '\ue6fc'), VIEW_WEEK("mdmz-view_week", '\ue6fe'), VIGNETTE("mdmz-vignette", '\ue700'), VISIBILITY("mdmz-visibility", '\ue702'), VISIBILITY_OFF("mdmz-visibility_off", '\ue704'), VOICE_CHAT("mdmz-voice_chat", '\ue706'), VOICE_OVER_OFF("mdmz-voice_over_off", '\ue708'), VOICEMAIL("mdmz-voicemail", '\ue70a'), VOLUME_DOWN("mdmz-volume_down", '\ue70b'), VOLUME_MUTE("mdmz-volume_mute", '\ue70d'), VOLUME_OFF("mdmz-volume_off", '\ue70f'), VOLUME_UP("mdmz-volume_up", '\ue711'), VPN_KEY("mdmz-vpn_key", '\ue713'), VPN_LOCK("mdmz-vpn_lock", '\ue715'), WALLPAPER("mdmz-wallpaper", '\ue717'), WARNING("mdmz-warning", '\ue718'), WASH("mdmz-wash", '\ue85a'), WATCH("mdmz-watch", '\ue71a'), WATCH_LATER("mdmz-watch_later", '\ue71c'), WATER_DAMAGE("mdmz-water_damage", '\ue895'), WAVES("mdmz-waves", '\ue71e'), WB_AUTO("mdmz-wb_auto", '\ue71f'), WB_CLOUDY("mdmz-wb_cloudy", '\ue721'), WB_INCANDESCENT("mdmz-wb_incandescent", '\ue723'), WB_IRIDESCENT("mdmz-wb_iridescent", '\ue725'), WB_SUNNY("mdmz-wb_sunny", '\ue727'), WC("mdmz-wc", '\ue729'), WEB("mdmz-web", '\ue72a'), WEB_ASSET("mdmz-web_asset", '\ue72c'), WEEKEND("mdmz-weekend", '\ue72e'), WEST("mdmz-west", '\ue897'), WHATSHOT("mdmz-whatshot", '\ue730'), WHEELCHAIR_PICKUP("mdmz-wheelchair_pickup", '\ue85c'), WHERE_TO_VOTE("mdmz-where_to_vote", '\ue732'), WIDGETS("mdmz-widgets", '\ue734'), WIFI("mdmz-wifi", '\ue736'), WIFI_CALLING("mdmz-wifi_calling", '\ue85d'), WIFI_LOCK("mdmz-wifi_lock", '\ue737'), WIFI_OFF("mdmz-wifi_off", '\ue738'), WIFI_PROTECTED_SETUP("mdmz-wifi_protected_setup", '\ue85f'), WIFI_TETHERING("mdmz-wifi_tethering", '\ue739'), WINE_BAR("mdmz-wine_bar", '\ue898'), WORK("mdmz-work", '\ue73a'), WORK_OFF("mdmz-work_off", '\ue73c'), WORK_OUTLINE("mdmz-work_outline", '\ue73e'), WRAP_TEXT("mdmz-wrap_text", '\ue73f'), WRONG_LOCATION("mdmz-wrong_location", '\ue860'), WYSIWYG("mdmz-wysiwyg", '\ue861'), YOUTUBE_SEARCHED_FOR("mdmz-youtube_searched_for", '\ue740'), ZOOM_IN("mdmz-zoom_in", '\ue741'), ZOOM_OUT("mdmz-zoom_out", '\ue742'), ZOOM_OUT_MAP("mdmz-zoom_out_map", '\ue743'); public static Material2MZ findByDescription(String description) { for (Material2MZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2MZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2MZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2MZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdmz-"); } @Override public Ikon resolve(String description) { return Material2MZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2MZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Material2MZIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2MZ.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2OutlinedAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2OutlinedAL implements Ikon { MDOAL_360("mdoal-360", '\ue000'), MDOAL_3D_ROTATION("mdoal-3d_rotation", '\ue001'), MDOAL_4K("mdoal-4k", '\ue002'), MDOAL_5G("mdoal-5g", '\ue74a'), MDOAL_6_FT_APART("mdoal-6_ft_apart", '\ue89a'), AC_UNIT("mdoal-ac_unit", '\ue004'), ACCESS_ALARM("mdoal-access_alarm", '\ue005'), ACCESS_ALARMS("mdoal-access_alarms", '\ue007'), ACCESS_TIME("mdoal-access_time", '\ue009'), ACCESSIBILITY("mdoal-accessibility", '\ue00b'), ACCESSIBILITY_NEW("mdoal-accessibility_new", '\ue00c'), ACCESSIBLE("mdoal-accessible", '\ue00d'), ACCESSIBLE_FORWARD("mdoal-accessible_forward", '\ue00e'), ACCOUNT_BALANCE("mdoal-account_balance", '\ue00f'), ACCOUNT_BALANCE_WALLET("mdoal-account_balance_wallet", '\ue011'), ACCOUNT_BOX("mdoal-account_box", '\ue013'), ACCOUNT_CIRCLE("mdoal-account_circle", '\ue015'), ACCOUNT_TREE("mdoal-account_tree", '\ue017'), AD_UNITS("mdoal-ad_units", '\ue74b'), ADB("mdoal-adb", '\ue019'), ADD("mdoal-add", '\ue01a'), ADD_A_PHOTO("mdoal-add_a_photo", '\ue01b'), ADD_ALARM("mdoal-add_alarm", '\ue01d'), ADD_ALERT("mdoal-add_alert", '\ue01f'), ADD_BOX("mdoal-add_box", '\ue021'), ADD_BUSINESS("mdoal-add_business", '\ue74d'), ADD_CIRCLE("mdoal-add_circle", '\ue023'), ADD_CIRCLE_OUTLINE("mdoal-add_circle_outline", '\ue025'), ADD_COMMENT("mdoal-add_comment", '\ue026'), ADD_IC_CALL("mdoal-add_ic_call", '\ue744'), ADD_LOCATION("mdoal-add_location", '\ue028'), ADD_LOCATION_ALT("mdoal-add_location_alt", '\ue74f'), ADD_PHOTO_ALTERNATE("mdoal-add_photo_alternate", '\ue02a'), ADD_ROAD("mdoal-add_road", '\ue751'), ADD_SHOPPING_CART("mdoal-add_shopping_cart", '\ue02c'), ADD_TASK("mdoal-add_task", '\ue8b3'), ADD_TO_HOME_SCREEN("mdoal-add_to_home_screen", '\ue02d'), ADD_TO_PHOTOS("mdoal-add_to_photos", '\ue02e'), ADD_TO_QUEUE("mdoal-add_to_queue", '\ue030'), ADDCHART("mdoal-addchart", '\ue752'), ADJUST("mdoal-adjust", '\ue032'), ADMIN_PANEL_SETTINGS("mdoal-admin_panel_settings", '\ue753'), AGRICULTURE("mdoal-agriculture", '\ue755'), AIRLINE_SEAT_FLAT("mdoal-airline_seat_flat", '\ue033'), AIRLINE_SEAT_FLAT_ANGLED("mdoal-airline_seat_flat_angled", '\ue035'), AIRLINE_SEAT_INDIVIDUAL_SUITE("mdoal-airline_seat_individual_suite", '\ue037'), AIRLINE_SEAT_LEGROOM_EXTRA("mdoal-airline_seat_legroom_extra", '\ue039'), AIRLINE_SEAT_LEGROOM_NORMAL("mdoal-airline_seat_legroom_normal", '\ue03a'), AIRLINE_SEAT_LEGROOM_REDUCED("mdoal-airline_seat_legroom_reduced", '\ue03b'), AIRLINE_SEAT_RECLINE_EXTRA("mdoal-airline_seat_recline_extra", '\ue03c'), AIRLINE_SEAT_RECLINE_NORMAL("mdoal-airline_seat_recline_normal", '\ue03d'), AIRPLANEMODE_ACTIVE("mdoal-airplanemode_active", '\ue03e'), AIRPLANEMODE_INACTIVE("mdoal-airplanemode_inactive", '\ue03f'), AIRPLAY("mdoal-airplay", '\ue040'), AIRPORT_SHUTTLE("mdoal-airport_shuttle", '\ue041'), ALARM("mdoal-alarm", '\ue043'), ALARM_ADD("mdoal-alarm_add", '\ue045'), ALARM_OFF("mdoal-alarm_off", '\ue047'), ALARM_ON("mdoal-alarm_on", '\ue048'), ALBUM("mdoal-album", '\ue04a'), ALIGN_HORIZONTAL_CENTER("mdoal-align_horizontal_center", '\ue8ca'), ALIGN_HORIZONTAL_LEFT("mdoal-align_horizontal_left", '\ue8cb'), ALIGN_HORIZONTAL_RIGHT("mdoal-align_horizontal_right", '\ue8cc'), ALIGN_VERTICAL_BOTTOM("mdoal-align_vertical_bottom", '\ue8cd'), ALIGN_VERTICAL_CENTER("mdoal-align_vertical_center", '\ue8ce'), ALIGN_VERTICAL_TOP("mdoal-align_vertical_top", '\ue8cf'), ALL_INBOX("mdoal-all_inbox", '\ue04c'), ALL_INCLUSIVE("mdoal-all_inclusive", '\ue04e'), ALL_OUT("mdoal-all_out", '\ue04f'), ALT_ROUTE("mdoal-alt_route", '\ue757'), ALTERNATE_EMAIL("mdoal-alternate_email", '\ue051'), AMP_STORIES("mdoal-amp_stories", '\ue053'), ANALYTICS("mdoal-analytics", '\ue758'), ANCHOR("mdoal-anchor", '\ue75a'), ANDROID("mdoal-android", '\ue055'), ANNOUNCEMENT("mdoal-announcement", '\ue056'), APARTMENT("mdoal-apartment", '\ue058'), API("mdoal-api", '\ue75b'), APP_BLOCKING("mdoal-app_blocking", '\ue75c'), APP_SETTINGS_ALT("mdoal-app_settings_alt", '\ue75e'), APPS("mdoal-apps", '\ue059'), ARCHITECTURE("mdoal-architecture", '\ue760'), ARCHIVE("mdoal-archive", '\ue05a'), ARROW_BACK("mdoal-arrow_back", '\ue05c'), ARROW_BACK_IOS("mdoal-arrow_back_ios", '\ue05d'), ARROW_CIRCLE_DOWN("mdoal-arrow_circle_down", '\ue761'), ARROW_CIRCLE_UP("mdoal-arrow_circle_up", '\ue763'), ARROW_DOWNWARD("mdoal-arrow_downward", '\ue05e'), ARROW_DROP_DOWN("mdoal-arrow_drop_down", '\ue05f'), ARROW_DROP_DOWN_CIRCLE("mdoal-arrow_drop_down_circle", '\ue060'), ARROW_DROP_UP("mdoal-arrow_drop_up", '\ue062'), ARROW_FORWARD("mdoal-arrow_forward", '\ue063'), ARROW_FORWARD_IOS("mdoal-arrow_forward_ios", '\ue064'), ARROW_LEFT("mdoal-arrow_left", '\ue065'), ARROW_RIGHT("mdoal-arrow_right", '\ue066'), ARROW_RIGHT_ALT("mdoal-arrow_right_alt", '\ue067'), ARROW_UPWARD("mdoal-arrow_upward", '\ue068'), ART_TRACK("mdoal-art_track", '\ue069'), ARTICLE("mdoal-article", '\ue765'), ASPECT_RATIO("mdoal-aspect_ratio", '\ue06a'), ASSESSMENT("mdoal-assessment", '\ue06c'), ASSIGNMENT("mdoal-assignment", '\ue06e'), ASSIGNMENT_IND("mdoal-assignment_ind", '\ue070'), ASSIGNMENT_LATE("mdoal-assignment_late", '\ue072'), ASSIGNMENT_RETURN("mdoal-assignment_return", '\ue074'), ASSIGNMENT_RETURNED("mdoal-assignment_returned", '\ue076'), ASSIGNMENT_TURNED_IN("mdoal-assignment_turned_in", '\ue078'), ASSISTANT("mdoal-assistant", '\ue07a'), ASSISTANT_PHOTO("mdoal-assistant_photo", '\ue07c'), ATM("mdoal-atm", '\ue07e'), ATTACH_EMAIL("mdoal-attach_email", '\ue767'), ATTACH_FILE("mdoal-attach_file", '\ue07f'), ATTACH_MONEY("mdoal-attach_money", '\ue080'), ATTACHMENT("mdoal-attachment", '\ue081'), AUDIOTRACK("mdoal-audiotrack", '\ue082'), AUTO_DELETE("mdoal-auto_delete", '\ue768'), AUTORENEW("mdoal-autorenew", '\ue084'), AV_TIMER("mdoal-av_timer", '\ue085'), BABY_CHANGING_STATION("mdoal-baby_changing_station", '\ue76a'), BACKPACK("mdoal-backpack", '\ue76b'), BACKSPACE("mdoal-backspace", '\ue086'), BACKUP("mdoal-backup", '\ue088'), BACKUP_TABLE("mdoal-backup_table", '\ue76d'), BALLOT("mdoal-ballot", '\ue08a'), BAR_CHART("mdoal-bar_chart", '\ue08c'), BARCODE("mdoal-barcode", '\ue08d'), BATCH_PREDICTION("mdoal-batch_prediction", '\ue76f'), BATHTUB("mdoal-bathtub", '\ue08e'), BATTERY_20("mdoal-battery_20", '\ue090'), BATTERY_30("mdoal-battery_30", '\ue092'), BATTERY_50("mdoal-battery_50", '\ue094'), BATTERY_60("mdoal-battery_60", '\ue096'), BATTERY_80("mdoal-battery_80", '\ue098'), BATTERY_90("mdoal-battery_90", '\ue09a'), BATTERY_ALERT("mdoal-battery_alert", '\ue09c'), BATTERY_CHARGING_20("mdoal-battery_charging_20", '\ue09d'), BATTERY_CHARGING_30("mdoal-battery_charging_30", '\ue09f'), BATTERY_CHARGING_50("mdoal-battery_charging_50", '\ue0a1'), BATTERY_CHARGING_60("mdoal-battery_charging_60", '\ue0a3'), BATTERY_CHARGING_80("mdoal-battery_charging_80", '\ue0a5'), BATTERY_CHARGING_90("mdoal-battery_charging_90", '\ue0a7'), BATTERY_CHARGING_FULL("mdoal-battery_charging_full", '\ue0a9'), BATTERY_FULL("mdoal-battery_full", '\ue0aa'), BATTERY_STD("mdoal-battery_std", '\ue0ab'), BATTERY_UNKNOWN("mdoal-battery_unknown", '\ue0ac'), BEACH_ACCESS("mdoal-beach_access", '\ue0ad'), BEDTIME("mdoal-bedtime", '\ue771'), BEENHERE("mdoal-beenhere", '\ue0af'), BENTO("mdoal-bento", '\ue864'), BIKE_SCOOTER("mdoal-bike_scooter", '\ue773'), BIOTECH("mdoal-biotech", '\ue774'), BLOCK("mdoal-block", '\ue0b1'), BLUETOOTH("mdoal-bluetooth", '\ue0b2'), BLUETOOTH_AUDIO("mdoal-bluetooth_audio", '\ue0b3'), BLUETOOTH_CONNECTED("mdoal-bluetooth_connected", '\ue0b4'), BLUETOOTH_DISABLED("mdoal-bluetooth_disabled", '\ue0b5'), BLUETOOTH_SEARCHING("mdoal-bluetooth_searching", '\ue0b6'), BLUR_CIRCULAR("mdoal-blur_circular", '\ue0b7'), BLUR_LINEAR("mdoal-blur_linear", '\ue0b8'), BLUR_OFF("mdoal-blur_off", '\ue0b9'), BLUR_ON("mdoal-blur_on", '\ue0ba'), BOOK("mdoal-book", '\ue0bb'), BOOK_ONLINE("mdoal-book_online", '\ue89b'), BOOKMARK("mdoal-bookmark", '\ue0bd'), BOOKMARK_BORDER("mdoal-bookmark_border", '\ue0bf'), BOOKMARKS("mdoal-bookmarks", '\ue0c0'), BORDER_ALL("mdoal-border_all", '\ue0c2'), BORDER_BOTTOM("mdoal-border_bottom", '\ue0c3'), BORDER_CLEAR("mdoal-border_clear", '\ue0c4'), BORDER_COLOR("mdoal-border_color", '\ue0c5'), BORDER_HORIZONTAL("mdoal-border_horizontal", '\ue0c7'), BORDER_INNER("mdoal-border_inner", '\ue0c8'), BORDER_LEFT("mdoal-border_left", '\ue0c9'), BORDER_OUTER("mdoal-border_outer", '\ue0ca'), BORDER_RIGHT("mdoal-border_right", '\ue0cb'), BORDER_STYLE("mdoal-border_style", '\ue0cc'), BORDER_TOP("mdoal-border_top", '\ue0cd'), BORDER_VERTICAL("mdoal-border_vertical", '\ue0ce'), BRANDING_WATERMARK("mdoal-branding_watermark", '\ue0cf'), BRIGHTNESS_1("mdoal-brightness_1", '\ue0d1'), BRIGHTNESS_2("mdoal-brightness_2", '\ue0d3'), BRIGHTNESS_3("mdoal-brightness_3", '\ue0d5'), BRIGHTNESS_4("mdoal-brightness_4", '\ue0d7'), BRIGHTNESS_5("mdoal-brightness_5", '\ue0d9'), BRIGHTNESS_6("mdoal-brightness_6", '\ue0db'), BRIGHTNESS_7("mdoal-brightness_7", '\ue0dd'), BRIGHTNESS_AUTO("mdoal-brightness_auto", '\ue0df'), BRIGHTNESS_HIGH("mdoal-brightness_high", '\ue0e1'), BRIGHTNESS_LOW("mdoal-brightness_low", '\ue0e3'), BRIGHTNESS_MEDIUM("mdoal-brightness_medium", '\ue0e5'), BROKEN_IMAGE("mdoal-broken_image", '\ue0e7'), BROWSER_NOT_SUPPORTED("mdoal-browser_not_supported", '\ue776'), BRUSH("mdoal-brush", '\ue0e9'), BUBBLE_CHART("mdoal-bubble_chart", '\ue0eb'), BUG_REPORT("mdoal-bug_report", '\ue0ed'), BUILD("mdoal-build", '\ue0ef'), BUILD_CIRCLE("mdoal-build_circle", '\ue777'), BURST_MODE("mdoal-burst_mode", '\ue0f1'), BUSINESS("mdoal-business", '\ue0f3'), BUSINESS_CENTER("mdoal-business_center", '\ue0f5'), CACHED("mdoal-cached", '\ue0f7'), CAKE("mdoal-cake", '\ue0f8'), CALCULATE("mdoal-calculate", '\ue779'), CALENDAR_TODAY("mdoal-calendar_today", '\ue0fa'), CALENDAR_VIEW_DAY("mdoal-calendar_view_day", '\ue0fc'), CALL("mdoal-call", '\ue0fe'), CALL_END("mdoal-call_end", '\ue100'), CALL_MADE("mdoal-call_made", '\ue102'), CALL_MERGE("mdoal-call_merge", '\ue103'), CALL_MISSED("mdoal-call_missed", '\ue104'), CALL_MISSED_OUTGOING("mdoal-call_missed_outgoing", '\ue105'), CALL_RECEIVED("mdoal-call_received", '\ue106'), CALL_SPLIT("mdoal-call_split", '\ue107'), CALL_TO_ACTION("mdoal-call_to_action", '\ue108'), CAMERA("mdoal-camera", '\ue10a'), CAMERA_ALT("mdoal-camera_alt", '\ue10c'), CAMERA_ENHANCE("mdoal-camera_enhance", '\ue10e'), CAMERA_FRONT("mdoal-camera_front", '\ue110'), CAMERA_REAR("mdoal-camera_rear", '\ue112'), CAMERA_ROLL("mdoal-camera_roll", '\ue114'), CAMPAIGN("mdoal-campaign", '\ue77b'), CANCEL("mdoal-cancel", '\ue116'), CANCEL_PRESENTATION("mdoal-cancel_presentation", '\ue118'), CANCEL_SCHEDULE_SEND("mdoal-cancel_schedule_send", '\ue11a'), CARD_GIFTCARD("mdoal-card_giftcard", '\ue11c'), CARD_MEMBERSHIP("mdoal-card_membership", '\ue11e'), CARD_TRAVEL("mdoal-card_travel", '\ue120'), CARPENTER("mdoal-carpenter", '\ue866'), CASINO("mdoal-casino", '\ue122'), CAST("mdoal-cast", '\ue124'), CAST_CONNECTED("mdoal-cast_connected", '\ue125'), CAST_FOR_EDUCATION("mdoal-cast_for_education", '\ue127'), CATEGORY("mdoal-category", '\ue128'), CELL_WIFI("mdoal-cell_wifi", '\ue12a'), CENTER_FOCUS_STRONG("mdoal-center_focus_strong", '\ue12c'), CENTER_FOCUS_WEAK("mdoal-center_focus_weak", '\ue12e'), CHANGE_HISTORY("mdoal-change_history", '\ue130'), CHARGING_STATION("mdoal-charging_station", '\ue77d'), CHAT("mdoal-chat", '\ue132'), CHAT_BUBBLE("mdoal-chat_bubble", '\ue134'), CHAT_BUBBLE_OUTLINE("mdoal-chat_bubble_outline", '\ue136'), CHECK("mdoal-check", '\ue137'), CHECK_BOX("mdoal-check_box", '\ue138'), CHECK_BOX_OUTLINE_BLANK("mdoal-check_box_outline_blank", '\ue13a'), CHECK_CIRCLE("mdoal-check_circle", '\ue13b'), CHECK_CIRCLE_OUTLINE("mdoal-check_circle_outline", '\ue13d'), CHECKROOM("mdoal-checkroom", '\ue77f'), CHEVRON_LEFT("mdoal-chevron_left", '\ue13e'), CHEVRON_RIGHT("mdoal-chevron_right", '\ue13f'), CHILD_CARE("mdoal-child_care", '\ue140'), CHILD_FRIENDLY("mdoal-child_friendly", '\ue142'), CHROME_READER_MODE("mdoal-chrome_reader_mode", '\ue144'), CLASS("mdoal-class", '\ue146'), CLEAN_HANDS("mdoal-clean_hands", '\ue89d'), CLEANING_SERVICES("mdoal-cleaning_services", '\ue780'), CLEAR("mdoal-clear", '\ue148'), CLEAR_ALL("mdoal-clear_all", '\ue149'), CLOSE("mdoal-close", '\ue14a'), CLOSE_FULLSCREEN("mdoal-close_fullscreen", '\ue782'), CLOSED_CAPTION("mdoal-closed_caption", '\ue14b'), CLOSED_CAPTION_DISABLED("mdoal-closed_caption_disabled", '\ue868'), CLOUD("mdoal-cloud", '\ue14d'), CLOUD_CIRCLE("mdoal-cloud_circle", '\ue14f'), CLOUD_DONE("mdoal-cloud_done", '\ue151'), CLOUD_DOWNLOAD("mdoal-cloud_download", '\ue153'), CLOUD_OFF("mdoal-cloud_off", '\ue155'), CLOUD_QUEUE("mdoal-cloud_queue", '\ue157'), CLOUD_UPLOAD("mdoal-cloud_upload", '\ue159'), CODE("mdoal-code", '\ue15b'), COLLECTIONS("mdoal-collections", '\ue15c'), COLLECTIONS_BOOKMARK("mdoal-collections_bookmark", '\ue15e'), COLOR_LENS("mdoal-color_lens", '\ue160'), COLORIZE("mdoal-colorize", '\ue162'), COMMENT("mdoal-comment", '\ue164'), COMMENT_BANK("mdoal-comment_bank", '\ue783'), COMMUTE("mdoal-commute", '\ue166'), COMPARE("mdoal-compare", '\ue167'), COMPARE_ARROWS("mdoal-compare_arrows", '\ue169'), COMPASS_CALIBRATION("mdoal-compass_calibration", '\ue16a'), COMPUTER("mdoal-computer", '\ue16c'), CONFIRMATION_NUMBER("mdoal-confirmation_number", '\ue16e'), CONNECT_WITHOUT_CONTACT("mdoal-connect_without_contact", '\ue89f'), CONSTRUCTION("mdoal-construction", '\ue785'), CONTACT_MAIL("mdoal-contact_mail", '\ue170'), CONTACT_PAGE("mdoal-contact_page", '\ue8b4'), CONTACT_PHONE("mdoal-contact_phone", '\ue172'), CONTACT_SUPPORT("mdoal-contact_support", '\ue174'), CONTACTLESS("mdoal-contactless", '\ue176'), CONTACTS("mdoal-contacts", '\ue178'), CONTENT_COPY("mdoal-content_copy", '\ue17a'), CONTENT_CUT("mdoal-content_cut", '\ue17c'), CONTENT_PASTE("mdoal-content_paste", '\ue17e'), CONTROL_CAMERA("mdoal-control_camera", '\ue180'), CONTROL_POINT("mdoal-control_point", '\ue181'), CONTROL_POINT_DUPLICATE("mdoal-control_point_duplicate", '\ue183'), COPYRIGHT("mdoal-copyright", '\ue185'), CORONAVIRUS("mdoal-coronavirus", '\ue8a0'), CORPORATE_FARE("mdoal-corporate_fare", '\ue786'), COUNTERTOPS("mdoal-countertops", '\ue86a'), CREATE("mdoal-create", '\ue187'), CREATE_NEW_FOLDER("mdoal-create_new_folder", '\ue189'), CREDIT_CARD("mdoal-credit_card", '\ue18b'), CROP("mdoal-crop", '\ue18d'), CROP_16_9("mdoal-crop_16_9", '\ue18e'), CROP_3_2("mdoal-crop_3_2", '\ue18f'), CROP_5_4("mdoal-crop_5_4", '\ue190'), CROP_7_5("mdoal-crop_7_5", '\ue191'), CROP_DIN("mdoal-crop_din", '\ue192'), CROP_FREE("mdoal-crop_free", '\ue193'), CROP_LANDSCAPE("mdoal-crop_landscape", '\ue194'), CROP_ORIGINAL("mdoal-crop_original", '\ue195'), CROP_PORTRAIT("mdoal-crop_portrait", '\ue196'), CROP_ROTATE("mdoal-crop_rotate", '\ue197'), CROP_SQUARE("mdoal-crop_square", '\ue198'), DASHBOARD("mdoal-dashboard", '\ue199'), DATA_USAGE("mdoal-data_usage", '\ue19b'), DATE_RANGE("mdoal-date_range", '\ue19c'), DECK("mdoal-deck", '\ue19e'), DEHAZE("mdoal-dehaze", '\ue1a0'), DELETE("mdoal-delete", '\ue1a1'), DELETE_FOREVER("mdoal-delete_forever", '\ue1a3'), DELETE_OUTLINE("mdoal-delete_outline", '\ue1a5'), DELETE_SWEEP("mdoal-delete_sweep", '\ue1a6'), DEPARTURE_BOARD("mdoal-departure_board", '\ue1a8'), DESCRIPTION("mdoal-description", '\ue1aa'), DESIGN_SERVICES("mdoal-design_services", '\ue788'), DESKTOP_ACCESS_DISABLED("mdoal-desktop_access_disabled", '\ue1ac'), DESKTOP_MAC("mdoal-desktop_mac", '\ue1ae'), DESKTOP_WINDOWS("mdoal-desktop_windows", '\ue1b0'), DETAILS("mdoal-details", '\ue1b2'), DEVELOPER_BOARD("mdoal-developer_board", '\ue1b4'), DEVELOPER_MODE("mdoal-developer_mode", '\ue1b6'), DEVICE_HUB("mdoal-device_hub", '\ue1b7'), DEVICE_UNKNOWN("mdoal-device_unknown", '\ue1b8'), DEVICES("mdoal-devices", '\ue1ba'), DEVICES_OTHER("mdoal-devices_other", '\ue1bc'), DIALER_SIP("mdoal-dialer_sip", '\ue1be'), DIALPAD("mdoal-dialpad", '\ue1c0'), DIRECTIONS("mdoal-directions", '\ue1c1'), DIRECTIONS_BIKE("mdoal-directions_bike", '\ue1c3'), DIRECTIONS_BOAT("mdoal-directions_boat", '\ue1c4'), DIRECTIONS_BUS("mdoal-directions_bus", '\ue1c6'), DIRECTIONS_CAR("mdoal-directions_car", '\ue1c8'), DIRECTIONS_OFF("mdoal-directions_off", '\ue78a'), DIRECTIONS_RAILWAY("mdoal-directions_railway", '\ue1ca'), DIRECTIONS_RUN("mdoal-directions_run", '\ue1cc'), DIRECTIONS_SUBWAY("mdoal-directions_subway", '\ue1cd'), DIRECTIONS_TRANSIT("mdoal-directions_transit", '\ue1cf'), DIRECTIONS_WALK("mdoal-directions_walk", '\ue1d1'), DISABLED_BY_DEFAULT("mdoal-disabled_by_default", '\ue8b6'), DISC_FULL("mdoal-disc_full", '\ue1d2'), DIVIDE("mdoal-divide", '\ue1d4'), DNS("mdoal-dns", '\ue1d6'), DO_NOT_DISTURB("mdoal-do_not_disturb", '\ue1d8'), DO_NOT_DISTURB_ALT("mdoal-do_not_disturb_alt", '\ue1da'), DO_NOT_DISTURB_OFF("mdoal-do_not_disturb_off", '\ue1dc'), DO_NOT_STEP("mdoal-do_not_step", '\ue78b'), DO_NOT_TOUCH("mdoal-do_not_touch", '\ue78d'), DOCK("mdoal-dock", '\ue1de'), DOMAIN("mdoal-domain", '\ue1e0'), DOMAIN_DISABLED("mdoal-domain_disabled", '\ue1e2'), DOMAIN_VERIFICATION("mdoal-domain_verification", '\ue78f'), DONE("mdoal-done", '\ue1e4'), DONE_ALL("mdoal-done_all", '\ue1e5'), DONE_OUTLINE("mdoal-done_outline", '\ue1e6'), DONUT_LARGE("mdoal-donut_large", '\ue1e7'), DONUT_SMALL("mdoal-donut_small", '\ue1e8'), DOUBLE_ARROW("mdoal-double_arrow", '\ue1ea'), DRAFTS("mdoal-drafts", '\ue1eb'), DRAG_HANDLE("mdoal-drag_handle", '\ue1ed'), DRAG_INDICATOR("mdoal-drag_indicator", '\ue1ee'), DRIVE_ETA("mdoal-drive_eta", '\ue1ef'), DRY("mdoal-dry", '\ue791'), DUO("mdoal-duo", '\ue1f1'), DVR("mdoal-dvr", '\ue1f2'), DYNAMIC_FEED("mdoal-dynamic_feed", '\ue1f4'), DYNAMIC_FORM("mdoal-dynamic_form", '\ue793'), EAST("mdoal-east", '\ue86c'), ECO("mdoal-eco", '\ue1f6'), EDIT("mdoal-edit", '\ue1f8'), EDIT_ATTRIBUTES("mdoal-edit_attributes", '\ue1fa'), EDIT_LOCATION("mdoal-edit_location", '\ue1fc'), EDIT_ROAD("mdoal-edit_road", '\ue795'), EJECT("mdoal-eject", '\ue1fe'), ELDERLY("mdoal-elderly", '\ue8a2'), ELECTRIC_BIKE("mdoal-electric_bike", '\ue797'), ELECTRIC_CAR("mdoal-electric_car", '\ue798'), ELECTRIC_MOPED("mdoal-electric_moped", '\ue79a'), ELECTRIC_SCOOTER("mdoal-electric_scooter", '\ue79c'), ELECTRICAL_SERVICES("mdoal-electrical_services", '\ue79d'), ELEVATOR("mdoal-elevator", '\ue79e'), EMAIL("mdoal-email", '\ue200'), EMOJI_EMOTIONS("mdoal-emoji_emotions", '\ue202'), EMOJI_EVENTS("mdoal-emoji_events", '\ue204'), EMOJI_FLAGS("mdoal-emoji_flags", '\ue206'), EMOJI_FOOD_BEVERAGE("mdoal-emoji_food_beverage", '\ue208'), EMOJI_NATURE("mdoal-emoji_nature", '\ue20a'), EMOJI_OBJECTS("mdoal-emoji_objects", '\ue20c'), EMOJI_PEOPLE("mdoal-emoji_people", '\ue20e'), EMOJI_SYMBOLS("mdoal-emoji_symbols", '\ue20f'), EMOJI_TRANSPORTATION("mdoal-emoji_transportation", '\ue210'), ENGINEERING("mdoal-engineering", '\ue7a0'), ENHANCED_ENCRYPTION("mdoal-enhanced_encryption", '\ue211'), EQUALIZER("mdoal-equalizer", '\ue213'), EQUALS("mdoal-equals", '\ue214'), ERROR("mdoal-error", '\ue215'), ERROR_OUTLINE("mdoal-error_outline", '\ue217'), ESCALATOR("mdoal-escalator", '\ue7a2'), ESCALATOR_WARNING("mdoal-escalator_warning", '\ue7a4'), EURO("mdoal-euro", '\ue218'), EURO_SYMBOL("mdoal-euro_symbol", '\ue219'), EV_STATION("mdoal-ev_station", '\ue21a'), EVENT("mdoal-event", '\ue21c'), EVENT_AVAILABLE("mdoal-event_available", '\ue21e'), EVENT_BUSY("mdoal-event_busy", '\ue220'), EVENT_NOTE("mdoal-event_note", '\ue222'), EVENT_SEAT("mdoal-event_seat", '\ue224'), EXIT_TO_APP("mdoal-exit_to_app", '\ue226'), EXPAND_LESS("mdoal-expand_less", '\ue227'), EXPAND_MORE("mdoal-expand_more", '\ue228'), EXPLICIT("mdoal-explicit", '\ue229'), EXPLORE("mdoal-explore", '\ue22b'), EXPLORE_OFF("mdoal-explore_off", '\ue22d'), EXPOSURE("mdoal-exposure", '\ue22f'), EXPOSURE_NEG_1("mdoal-exposure_neg_1", '\ue231'), EXPOSURE_NEG_2("mdoal-exposure_neg_2", '\ue232'), EXPOSURE_PLUS_1("mdoal-exposure_plus_1", '\ue233'), EXPOSURE_PLUS_2("mdoal-exposure_plus_2", '\ue234'), EXPOSURE_ZERO("mdoal-exposure_zero", '\ue235'), EXTENSION("mdoal-extension", '\ue236'), FACE("mdoal-face", '\ue238'), FACEBOOK("mdoal-facebook", '\ue8b8'), FACT_CHECK("mdoal-fact_check", '\ue7a5'), FAMILY_RESTROOM("mdoal-family_restroom", '\ue7a7'), FAST_FORWARD("mdoal-fast_forward", '\ue23a'), FAST_REWIND("mdoal-fast_rewind", '\ue23c'), FASTFOOD("mdoal-fastfood", '\ue23e'), FAVORITE("mdoal-favorite", '\ue240'), FAVORITE_BORDER("mdoal-favorite_border", '\ue242'), FEATURED_PLAY_LIST("mdoal-featured_play_list", '\ue243'), FEATURED_VIDEO("mdoal-featured_video", '\ue245'), FEEDBACK("mdoal-feedback", '\ue247'), FENCE("mdoal-fence", '\ue86d'), FIBER_DVR("mdoal-fiber_dvr", '\ue249'), FIBER_MANUAL_RECORD("mdoal-fiber_manual_record", '\ue24b'), FIBER_NEW("mdoal-fiber_new", '\ue24d'), FIBER_PIN("mdoal-fiber_pin", '\ue24f'), FIBER_SMART_RECORD("mdoal-fiber_smart_record", '\ue251'), FILE_COPY("mdoal-file_copy", '\ue253'), FILE_UPLOAD("mdoal-file_upload", '\ue255'), FILTER("mdoal-filter", '\ue257'), FILTER_1("mdoal-filter_1", '\ue259'), FILTER_2("mdoal-filter_2", '\ue25b'), FILTER_3("mdoal-filter_3", '\ue25d'), FILTER_4("mdoal-filter_4", '\ue25f'), FILTER_5("mdoal-filter_5", '\ue261'), FILTER_6("mdoal-filter_6", '\ue263'), FILTER_7("mdoal-filter_7", '\ue265'), FILTER_8("mdoal-filter_8", '\ue267'), FILTER_9("mdoal-filter_9", '\ue269'), FILTER_9_PLUS("mdoal-filter_9_plus", '\ue26b'), FILTER_ALT("mdoal-filter_alt", '\ue7a8'), FILTER_B_AND_W("mdoal-filter_b_and_w", '\ue26d'), FILTER_CENTER_FOCUS("mdoal-filter_center_focus", '\ue26f'), FILTER_DRAMA("mdoal-filter_drama", '\ue270'), FILTER_FRAMES("mdoal-filter_frames", '\ue272'), FILTER_HDR("mdoal-filter_hdr", '\ue274'), FILTER_LIST("mdoal-filter_list", '\ue276'), FILTER_NONE("mdoal-filter_none", '\ue277'), FILTER_TILT_SHIFT("mdoal-filter_tilt_shift", '\ue279'), FILTER_VINTAGE("mdoal-filter_vintage", '\ue27a'), FIND_IN_PAGE("mdoal-find_in_page", '\ue27c'), FIND_REPLACE("mdoal-find_replace", '\ue27e'), FINGERPRINT("mdoal-fingerprint", '\ue27f'), FIRE_EXTINGUISHER("mdoal-fire_extinguisher", '\ue86f'), FIREPLACE("mdoal-fireplace", '\ue280'), FIRST_PAGE("mdoal-first_page", '\ue282'), FITNESS_CENTER("mdoal-fitness_center", '\ue283'), FLAG("mdoal-flag", '\ue284'), FLAKY("mdoal-flaky", '\ue7aa'), FLARE("mdoal-flare", '\ue286'), FLASH_AUTO("mdoal-flash_auto", '\ue287'), FLASH_OFF("mdoal-flash_off", '\ue288'), FLASH_ON("mdoal-flash_on", '\ue289'), FLIGHT("mdoal-flight", '\ue28a'), FLIGHT_LAND("mdoal-flight_land", '\ue28b'), FLIGHT_TAKEOFF("mdoal-flight_takeoff", '\ue28c'), FLIP("mdoal-flip", '\ue28d'), FLIP_CAMERA_ANDROID("mdoal-flip_camera_android", '\ue28e'), FLIP_CAMERA_IOS("mdoal-flip_camera_ios", '\ue290'), FLIP_TO_BACK("mdoal-flip_to_back", '\ue292'), FLIP_TO_FRONT("mdoal-flip_to_front", '\ue293'), FOLDER("mdoal-folder", '\ue294'), FOLDER_OPEN("mdoal-folder_open", '\ue296'), FOLDER_SHARED("mdoal-folder_shared", '\ue298'), FOLDER_SPECIAL("mdoal-folder_special", '\ue29a'), FOLLOW_THE_SIGNS("mdoal-follow_the_signs", '\ue8a3'), FONT_DOWNLOAD("mdoal-font_download", '\ue29c'), FOOD_BANK("mdoal-food_bank", '\ue870'), FORMAT_ALIGN_CENTER("mdoal-format_align_center", '\ue29e'), FORMAT_ALIGN_JUSTIFY("mdoal-format_align_justify", '\ue29f'), FORMAT_ALIGN_LEFT("mdoal-format_align_left", '\ue2a0'), FORMAT_ALIGN_RIGHT("mdoal-format_align_right", '\ue2a1'), FORMAT_BOLD("mdoal-format_bold", '\ue2a2'), FORMAT_CLEAR("mdoal-format_clear", '\ue2a3'), FORMAT_COLOR_FILL("mdoal-format_color_fill", '\ue2a4'), FORMAT_COLOR_RESET("mdoal-format_color_reset", '\ue2a6'), FORMAT_COLOR_TEXT("mdoal-format_color_text", '\ue2a8'), FORMAT_INDENT_DECREASE("mdoal-format_indent_decrease", '\ue2aa'), FORMAT_INDENT_INCREASE("mdoal-format_indent_increase", '\ue2ab'), FORMAT_ITALIC("mdoal-format_italic", '\ue2ac'), FORMAT_LINE_SPACING("mdoal-format_line_spacing", '\ue2ad'), FORMAT_LIST_BULLETED("mdoal-format_list_bulleted", '\ue2ae'), FORMAT_LIST_NUMBERED("mdoal-format_list_numbered", '\ue2af'), FORMAT_LIST_NUMBERED_RTL("mdoal-format_list_numbered_rtl", '\ue2b0'), FORMAT_PAINT("mdoal-format_paint", '\ue2b1'), FORMAT_QUOTE("mdoal-format_quote", '\ue2b3'), FORMAT_SHAPES("mdoal-format_shapes", '\ue2b5'), FORMAT_SIZE("mdoal-format_size", '\ue2b7'), FORMAT_STRIKETHROUGH("mdoal-format_strikethrough", '\ue2b8'), FORMAT_TEXTDIRECTION_L_TO_R("mdoal-format_textdirection_l_to_r", '\ue2b9'), FORMAT_TEXTDIRECTION_R_TO_L("mdoal-format_textdirection_r_to_l", '\ue2bb'), FORMAT_UNDERLINED("mdoal-format_underlined", '\ue2bd'), FORUM("mdoal-forum", '\ue2be'), FORWARD("mdoal-forward", '\ue2c0'), FORWARD_10("mdoal-forward_10", '\ue2c2'), FORWARD_30("mdoal-forward_30", '\ue2c3'), FORWARD_5("mdoal-forward_5", '\ue2c4'), FORWARD_TO_INBOX("mdoal-forward_to_inbox", '\ue7ab'), FOUNDATION("mdoal-foundation", '\ue872'), FREE_BREAKFAST("mdoal-free_breakfast", '\ue2c5'), FULLSCREEN("mdoal-fullscreen", '\ue2c7'), FULLSCREEN_EXIT("mdoal-fullscreen_exit", '\ue2c8'), FUNCTIONS("mdoal-functions", '\ue2c9'), G_TRANSLATE("mdoal-g_translate", '\ue2ca'), GAMEPAD("mdoal-gamepad", '\ue2cb'), GAMES("mdoal-games", '\ue2cd'), GAVEL("mdoal-gavel", '\ue2cf'), GESTURE("mdoal-gesture", '\ue2d0'), GET_APP("mdoal-get_app", '\ue2d1'), GIF("mdoal-gif", '\ue2d3'), GOLF_COURSE("mdoal-golf_course", '\ue2d5'), GPS_FIXED("mdoal-gps_fixed", '\ue2d7'), GPS_NOT_FIXED("mdoal-gps_not_fixed", '\ue2d9'), GPS_OFF("mdoal-gps_off", '\ue2da'), GRADE("mdoal-grade", '\ue2db'), GRADIENT("mdoal-gradient", '\ue2dd'), GRADING("mdoal-grading", '\ue7ad'), GRAIN("mdoal-grain", '\ue2de'), GRAPHIC_EQ("mdoal-graphic_eq", '\ue2df'), GRASS("mdoal-grass", '\ue874'), GREATER_THAN("mdoal-greater_than", '\ue2e0'), GREATER_THAN_EQUAL("mdoal-greater_than_equal", '\ue2e1'), GRID_OFF("mdoal-grid_off", '\ue2e2'), GRID_ON("mdoal-grid_on", '\ue2e4'), GROUP("mdoal-group", '\ue2e6'), GROUP_ADD("mdoal-group_add", '\ue2e8'), GROUP_WORK("mdoal-group_work", '\ue2ea'), GROUPS("mdoal-groups", '\ue8b9'), HANDYMAN("mdoal-handyman", '\ue7ae'), HD("mdoal-hd", '\ue2ec'), HDR_OFF("mdoal-hdr_off", '\ue2ee'), HDR_ON("mdoal-hdr_on", '\ue2ef'), HDR_STRONG("mdoal-hdr_strong", '\ue2f0'), HDR_WEAK("mdoal-hdr_weak", '\ue2f2'), HEADSET("mdoal-headset", '\ue2f4'), HEADSET_MIC("mdoal-headset_mic", '\ue2f6'), HEALING("mdoal-healing", '\ue2f8'), HEARING("mdoal-hearing", '\ue2fa'), HEARING_DISABLED("mdoal-hearing_disabled", '\ue7b0'), HEIGHT("mdoal-height", '\ue2fb'), HELP("mdoal-help", '\ue2fc'), HELP_CENTER("mdoal-help_center", '\ue7b1'), HELP_OUTLINE("mdoal-help_outline", '\ue2fe'), HIGH_QUALITY("mdoal-high_quality", '\ue2ff'), HIGHLIGHT("mdoal-highlight", '\ue301'), HIGHLIGHT_ALT("mdoal-highlight_alt", '\ue7b3'), HIGHLIGHT_OFF("mdoal-highlight_off", '\ue303'), HISTORY("mdoal-history", '\ue305'), HISTORY_EDU("mdoal-history_edu", '\ue7b4'), HISTORY_TOGGLE_OFF("mdoal-history_toggle_off", '\ue7b6'), HOME("mdoal-home", '\ue306'), HOME_REPAIR_SERVICE("mdoal-home_repair_service", '\ue7b7'), HOME_WORK("mdoal-home_work", '\ue308'), HORIZONTAL_DISTRIBUTE("mdoal-horizontal_distribute", '\ue8d0'), HORIZONTAL_RULE("mdoal-horizontal_rule", '\ue7b9'), HORIZONTAL_SPLIT("mdoal-horizontal_split", '\ue30a'), HOT_TUB("mdoal-hot_tub", '\ue30c'), HOTEL("mdoal-hotel", '\ue30d'), HOURGLASS_BOTTOM("mdoal-hourglass_bottom", '\ue7ba'), HOURGLASS_DISABLED("mdoal-hourglass_disabled", '\ue7bc'), HOURGLASS_EMPTY("mdoal-hourglass_empty", '\ue30f'), HOURGLASS_FULL("mdoal-hourglass_full", '\ue310'), HOURGLASS_TOP("mdoal-hourglass_top", '\ue7bd'), HOUSE("mdoal-house", '\ue312'), HOUSE_SIDING("mdoal-house_siding", '\ue875'), HOW_TO_REG("mdoal-how_to_reg", '\ue314'), HOW_TO_VOTE("mdoal-how_to_vote", '\ue316'), HTTP("mdoal-http", '\ue318'), HTTPS("mdoal-https", '\ue319'), HVAC("mdoal-hvac", '\ue7bf'), IMAGE("mdoal-image", '\ue31b'), IMAGE_ASPECT_RATIO("mdoal-image_aspect_ratio", '\ue31d'), IMAGE_NOT_SUPPORTED("mdoal-image_not_supported", '\ue7c1'), IMAGE_SEARCH("mdoal-image_search", '\ue31f'), IMPORT_CONTACTS("mdoal-import_contacts", '\ue321'), IMPORT_EXPORT("mdoal-import_export", '\ue323'), IMPORTANT_DEVICES("mdoal-important_devices", '\ue324'), INBOX("mdoal-inbox", '\ue326'), INDETERMINATE_CHECK_BOX("mdoal-indeterminate_check_box", '\ue328'), INFO("mdoal-info", '\ue32a'), INPUT("mdoal-input", '\ue32c'), INSERT_CHART("mdoal-insert_chart", '\ue32d'), INSERT_CHART_OUTLINED("mdoal-insert_chart_outlined", '\ue32f'), INSERT_COMMENT("mdoal-insert_comment", '\ue330'), INSERT_DRIVE_FILE("mdoal-insert_drive_file", '\ue332'), INSERT_EMOTICON("mdoal-insert_emoticon", '\ue334'), INSERT_INVITATION("mdoal-insert_invitation", '\ue336'), INSERT_LINK("mdoal-insert_link", '\ue338'), INSERT_PHOTO("mdoal-insert_photo", '\ue339'), INSIGHTS("mdoal-insights", '\ue7c3'), INTEGRATION_INSTRUCTIONS("mdoal-integration_instructions", '\ue7c4'), INVERT_COLORS("mdoal-invert_colors", '\ue33b'), INVERT_COLORS_OFF("mdoal-invert_colors_off", '\ue33d'), ISO("mdoal-iso", '\ue33f'), KEYBOARD("mdoal-keyboard", '\ue341'), KEYBOARD_ARROW_DOWN("mdoal-keyboard_arrow_down", '\ue343'), KEYBOARD_ARROW_LEFT("mdoal-keyboard_arrow_left", '\ue344'), KEYBOARD_ARROW_RIGHT("mdoal-keyboard_arrow_right", '\ue345'), KEYBOARD_ARROW_UP("mdoal-keyboard_arrow_up", '\ue346'), KEYBOARD_BACKSPACE("mdoal-keyboard_backspace", '\ue347'), KEYBOARD_CAPSLOCK("mdoal-keyboard_capslock", '\ue348'), KEYBOARD_HIDE("mdoal-keyboard_hide", '\ue349'), KEYBOARD_RETURN("mdoal-keyboard_return", '\ue34b'), KEYBOARD_TAB("mdoal-keyboard_tab", '\ue34c'), KEYBOARD_VOICE("mdoal-keyboard_voice", '\ue34d'), KING_BED("mdoal-king_bed", '\ue34f'), KITCHEN("mdoal-kitchen", '\ue351'), LABEL("mdoal-label", '\ue353'), LABEL_IMPORTANT("mdoal-label_important", '\ue355'), LABEL_OFF("mdoal-label_off", '\ue357'), LANDSCAPE("mdoal-landscape", '\ue359'), LANGUAGE("mdoal-language", '\ue35b'), LAPTOP("mdoal-laptop", '\ue35d'), LAPTOP_CHROMEBOOK("mdoal-laptop_chromebook", '\ue35f'), LAPTOP_MAC("mdoal-laptop_mac", '\ue361'), LAPTOP_WINDOWS("mdoal-laptop_windows", '\ue363'), LAST_PAGE("mdoal-last_page", '\ue365'), LAUNCH("mdoal-launch", '\ue366'), LAYERS("mdoal-layers", '\ue367'), LAYERS_CLEAR("mdoal-layers_clear", '\ue369'), LEADERBOARD("mdoal-leaderboard", '\ue877'), LEAK_ADD("mdoal-leak_add", '\ue36b'), LEAK_REMOVE("mdoal-leak_remove", '\ue36c'), LEAVE_BAGS_AT_HOME("mdoal-leave_bags_at_home", '\ue8a5'), LEGEND_TOGGLE("mdoal-legend_toggle", '\ue7c6'), LENS("mdoal-lens", '\ue36d'), LESS_THAN("mdoal-less_than", '\ue36f'), LESS_THAN_EQUAL("mdoal-less_than_equal", '\ue370'), LIBRARY_ADD("mdoal-library_add", '\ue371'), LIBRARY_ADD_CHECK("mdoal-library_add_check", '\ue746'), LIBRARY_BOOKS("mdoal-library_books", '\ue373'), LIBRARY_MUSIC("mdoal-library_music", '\ue375'), LIGHTBULB("mdoal-lightbulb", '\ue377'), LINE_STYLE("mdoal-line_style", '\ue379'), LINE_WEIGHT("mdoal-line_weight", '\ue37a'), LINEAR_SCALE("mdoal-linear_scale", '\ue37b'), LINK("mdoal-link", '\ue37c'), LINK_OFF("mdoal-link_off", '\ue37e'), LINKED_CAMERA("mdoal-linked_camera", '\ue37f'), LIST("mdoal-list", '\ue381'), LIST_ALT("mdoal-list_alt", '\ue382'), LIVE_HELP("mdoal-live_help", '\ue384'), LIVE_TV("mdoal-live_tv", '\ue386'), LOCAL_ACTIVITY("mdoal-local_activity", '\ue388'), LOCAL_AIRPORT("mdoal-local_airport", '\ue38a'), LOCAL_ATM("mdoal-local_atm", '\ue38b'), LOCAL_BAR("mdoal-local_bar", '\ue38d'), LOCAL_CAFE("mdoal-local_cafe", '\ue38f'), LOCAL_CAR_WASH("mdoal-local_car_wash", '\ue391'), LOCAL_CONVENIENCE_STORE("mdoal-local_convenience_store", '\ue393'), LOCAL_DINING("mdoal-local_dining", '\ue395'), LOCAL_DRINK("mdoal-local_drink", '\ue396'), LOCAL_FIRE_DEPARTMENT("mdoal-local_fire_department", '\ue8a7'), LOCAL_FLORIST("mdoal-local_florist", '\ue398'), LOCAL_GAS_STATION("mdoal-local_gas_station", '\ue39a'), LOCAL_GROCERY_STORE("mdoal-local_grocery_store", '\ue39c'), LOCAL_HOSPITAL("mdoal-local_hospital", '\ue39e'), LOCAL_HOTEL("mdoal-local_hotel", '\ue3a0'), LOCAL_LAUNDRY_SERVICE("mdoal-local_laundry_service", '\ue3a2'), LOCAL_LIBRARY("mdoal-local_library", '\ue3a4'), LOCAL_MALL("mdoal-local_mall", '\ue3a6'), LOCAL_MOVIES("mdoal-local_movies", '\ue3a8'), LOCAL_OFFER("mdoal-local_offer", '\ue3aa'), LOCAL_PARKING("mdoal-local_parking", '\ue3ac'), LOCAL_PHARMACY("mdoal-local_pharmacy", '\ue3ad'), LOCAL_PHONE("mdoal-local_phone", '\ue3af'), LOCAL_PIZZA("mdoal-local_pizza", '\ue3b1'), LOCAL_PLAY("mdoal-local_play", '\ue3b3'), LOCAL_POLICE("mdoal-local_police", '\ue8a9'), LOCAL_POST_OFFICE("mdoal-local_post_office", '\ue3b5'), LOCAL_PRINTSHOP("mdoal-local_printshop", '\ue3b7'), LOCAL_SEE("mdoal-local_see", '\ue3b9'), LOCAL_SHIPPING("mdoal-local_shipping", '\ue3bb'), LOCAL_TAXI("mdoal-local_taxi", '\ue3bd'), LOCATION_CITY("mdoal-location_city", '\ue3bf'), LOCATION_DISABLED("mdoal-location_disabled", '\ue3c0'), LOCATION_OFF("mdoal-location_off", '\ue3c1'), LOCATION_ON("mdoal-location_on", '\ue3c2'), LOCATION_SEARCHING("mdoal-location_searching", '\ue3c4'), LOCK("mdoal-lock", '\ue3c5'), LOCK_OPEN("mdoal-lock_open", '\ue3c7'), LOG_IN("mdoal-log_in", '\ue3c9'), LOG_OUT("mdoal-log_out", '\ue3ca'), LOGIN("mdoal-login", '\ue7c7'), LOOKS("mdoal-looks", '\ue3cb'), LOOKS_3("mdoal-looks_3", '\ue3cc'), LOOKS_4("mdoal-looks_4", '\ue3ce'), LOOKS_5("mdoal-looks_5", '\ue3d0'), LOOKS_6("mdoal-looks_6", '\ue3d2'), LOOKS_ONE("mdoal-looks_one", '\ue3d4'), LOOKS_TWO("mdoal-looks_two", '\ue3d6'), LOOP("mdoal-loop", '\ue3d8'), LOUPE("mdoal-loupe", '\ue3d9'), LOW_PRIORITY("mdoal-low_priority", '\ue3db'), LOYALTY("mdoal-loyalty", '\ue3dc'), LUGGAGE("mdoal-luggage", '\ue8bb'); public static Material2OutlinedAL findByDescription(String description) { for (Material2OutlinedAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2OutlinedAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2OutlinedALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2OutlinedALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons-Outlined.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdoal-"); } @Override public Ikon resolve(String description) { return Material2OutlinedAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons Outlined"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2OutlinedALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Material2OutlinedALIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2OutlinedAL.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2OutlinedMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2OutlinedMZ implements Ikon { MAIL("mdomz-mail", '\ue3de'), MAIL_OUTLINE("mdomz-mail_outline", '\ue3e0'), MAP("mdomz-map", '\ue3e1'), MAPS_UGC("mdomz-maps_ugc", '\ue7c8'), MARK_CHAT_READ("mdomz-mark_chat_read", '\ue7ca'), MARK_CHAT_UNREAD("mdomz-mark_chat_unread", '\ue7cc'), MARK_EMAIL_READ("mdomz-mark_email_read", '\ue7ce'), MARK_EMAIL_UNREAD("mdomz-mark_email_unread", '\ue7d0'), MARKUNREAD("mdomz-markunread", '\ue3e3'), MARKUNREAD_MAILBOX("mdomz-markunread_mailbox", '\ue3e5'), MASKS("mdomz-masks", '\ue8ab'), MAXIMIZE("mdomz-maximize", '\ue3e7'), MEDIATION("mdomz-mediation", '\ue7d2'), MEDICAL_SERVICES("mdomz-medical_services", '\ue7d3'), MEETING_ROOM("mdomz-meeting_room", '\ue3e8'), MEMORY("mdomz-memory", '\ue3ea'), MENU("mdomz-menu", '\ue3ec'), MENU_BOOK("mdomz-menu_book", '\ue3ed'), MENU_OPEN("mdomz-menu_open", '\ue3ef'), MERGE_TYPE("mdomz-merge_type", '\ue3f0'), MESSAGE("mdomz-message", '\ue3f1'), MIC("mdomz-mic", '\ue3f3'), MIC_NONE("mdomz-mic_none", '\ue3f5'), MIC_OFF("mdomz-mic_off", '\ue3f7'), MICROWAVE("mdomz-microwave", '\ue879'), MILITARY_TECH("mdomz-military_tech", '\ue7d5'), MINIMIZE("mdomz-minimize", '\ue3f9'), MINUS("mdomz-minus", '\ue3fa'), MISCELLANEOUS_SERVICES("mdomz-miscellaneous_services", '\ue7d7'), MISSED_VIDEO_CALL("mdomz-missed_video_call", '\ue3fb'), MMS("mdomz-mms", '\ue3fd'), MOBILE_FRIENDLY("mdomz-mobile_friendly", '\ue3ff'), MOBILE_OFF("mdomz-mobile_off", '\ue400'), MOBILE_SCREEN_SHARE("mdomz-mobile_screen_share", '\ue401'), MODE_COMMENT("mdomz-mode_comment", '\ue403'), MODEL_TRAINING("mdomz-model_training", '\ue7d8'), MONETIZATION_ON("mdomz-monetization_on", '\ue405'), MONEY("mdomz-money", '\ue407'), MONEY_OFF("mdomz-money_off", '\ue409'), MONOCHROME_PHOTOS("mdomz-monochrome_photos", '\ue40a'), MOOD("mdomz-mood", '\ue40c'), MOOD_BAD("mdomz-mood_bad", '\ue40e'), MOPED("mdomz-moped", '\ue7d9'), MORE("mdomz-more", '\ue410'), MORE_HORIZ("mdomz-more_horiz", '\ue412'), MORE_TIME("mdomz-more_time", '\ue7db'), MORE_VERT("mdomz-more_vert", '\ue413'), MOTION_PHOTOS_ON("mdomz-motion_photos_on", '\ue8ad'), MOTION_PHOTOS_PAUSE("mdomz-motion_photos_pause", '\ue8bd'), MOTION_PHOTOS_PAUSED("mdomz-motion_photos_paused", '\ue8ae'), MOTORCYCLE("mdomz-motorcycle", '\ue414'), MOUSE("mdomz-mouse", '\ue416'), MOVE_TO_INBOX("mdomz-move_to_inbox", '\ue418'), MOVIE("mdomz-movie", '\ue41a'), MOVIE_CREATION("mdomz-movie_creation", '\ue41c'), MOVIE_FILTER("mdomz-movie_filter", '\ue41e'), MULTILINE_CHART("mdomz-multiline_chart", '\ue420'), MULTIPLE_STOP("mdomz-multiple_stop", '\ue7dc'), MUSEUM("mdomz-museum", '\ue421'), MUSIC_NOTE("mdomz-music_note", '\ue423'), MUSIC_OFF("mdomz-music_off", '\ue425'), MUSIC_VIDEO("mdomz-music_video", '\ue427'), MY_LOCATION("mdomz-my_location", '\ue429'), NAT("mdomz-nat", '\ue7dd'), NATURE("mdomz-nature", '\ue42b'), NATURE_PEOPLE("mdomz-nature_people", '\ue42d'), NAVIGATE_BEFORE("mdomz-navigate_before", '\ue42f'), NAVIGATE_NEXT("mdomz-navigate_next", '\ue430'), NAVIGATION("mdomz-navigation", '\ue431'), NEAR_ME("mdomz-near_me", '\ue433'), NEAR_ME_DISABLED("mdomz-near_me_disabled", '\ue87b'), NETWORK_CELL("mdomz-network_cell", '\ue435'), NETWORK_CHECK("mdomz-network_check", '\ue437'), NETWORK_LOCKED("mdomz-network_locked", '\ue438'), NETWORK_WIFI("mdomz-network_wifi", '\ue439'), NEW_RELEASES("mdomz-new_releases", '\ue43b'), NEXT_PLAN("mdomz-next_plan", '\ue7df'), NEXT_WEEK("mdomz-next_week", '\ue43d'), NFC("mdomz-nfc", '\ue43f'), NIGHT_SHELTER("mdomz-night_shelter", '\ue87d'), NIGHTS_STAY("mdomz-nights_stay", '\ue440'), NO_BACKPACK("mdomz-no_backpack", '\ue8be'), NO_CELL("mdomz-no_cell", '\ue7e1'), NO_DRINKS("mdomz-no_drinks", '\ue7e3'), NO_ENCRYPTION("mdomz-no_encryption", '\ue442'), NO_FLASH("mdomz-no_flash", '\ue7e5'), NO_FOOD("mdomz-no_food", '\ue7e7'), NO_LUGGAGE("mdomz-no_luggage", '\ue8c0'), NO_MEALS("mdomz-no_meals", '\ue87f'), NO_MEETING_ROOM("mdomz-no_meeting_room", '\ue444'), NO_PHOTOGRAPHY("mdomz-no_photography", '\ue7e9'), NO_SIM("mdomz-no_sim", '\ue446'), NO_STROLLER("mdomz-no_stroller", '\ue7eb'), NO_TRANSFER("mdomz-no_transfer", '\ue880'), NORTH("mdomz-north", '\ue882'), NORTH_EAST("mdomz-north_east", '\ue883'), NORTH_WEST("mdomz-north_west", '\ue884'), NOT_ACCESSIBLE("mdomz-not_accessible", '\ue7ed'), NOT_EQUAL("mdomz-not_equal", '\ue448'), NOT_INTERESTED("mdomz-not_interested", '\ue449'), NOT_LISTED_LOCATION("mdomz-not_listed_location", '\ue44a'), NOT_STARTED("mdomz-not_started", '\ue7ee'), NOTE("mdomz-note", '\ue44c'), NOTE_ADD("mdomz-note_add", '\ue44e'), NOTES("mdomz-notes", '\ue450'), NOTIFICATION_IMPORTANT("mdomz-notification_important", '\ue451'), NOTIFICATIONS("mdomz-notifications", '\ue453'), NOTIFICATIONS_ACTIVE("mdomz-notifications_active", '\ue455'), NOTIFICATIONS_NONE("mdomz-notifications_none", '\ue457'), NOTIFICATIONS_OFF("mdomz-notifications_off", '\ue459'), NOTIFICATIONS_PAUSED("mdomz-notifications_paused", '\ue45b'), OFFLINE_BOLT("mdomz-offline_bolt", '\ue45d'), OFFLINE_PIN("mdomz-offline_pin", '\ue45f'), ONDEMAND_VIDEO("mdomz-ondemand_video", '\ue461'), ONLINE_PREDICTION("mdomz-online_prediction", '\ue7f0'), OPACITY("mdomz-opacity", '\ue463'), OPEN_IN_BROWSER("mdomz-open_in_browser", '\ue465'), OPEN_IN_FULL("mdomz-open_in_full", '\ue7f1'), OPEN_IN_NEW("mdomz-open_in_new", '\ue466'), OPEN_WITH("mdomz-open_with", '\ue467'), OUTBOND("mdomz-outbond", '\ue8c2'), OUTDOOR_GRILL("mdomz-outdoor_grill", '\ue468'), OUTLET("mdomz-outlet", '\ue7f2'), OUTLINED_FLAG("mdomz-outlined_flag", '\ue46a'), PAGES("mdomz-pages", '\ue46b'), PAGEVIEW("mdomz-pageview", '\ue46d'), PALETTE("mdomz-palette", '\ue46f'), PAN_TOOL("mdomz-pan_tool", '\ue471'), PANORAMA("mdomz-panorama", '\ue473'), PANORAMA_FISH_EYE("mdomz-panorama_fish_eye", '\ue475'), PANORAMA_HORIZONTAL("mdomz-panorama_horizontal", '\ue477'), PANORAMA_VERTICAL("mdomz-panorama_vertical", '\ue479'), PANORAMA_WIDE_ANGLE("mdomz-panorama_wide_angle", '\ue47b'), PARTY_MODE("mdomz-party_mode", '\ue47d'), PAUSE("mdomz-pause", '\ue47f'), PAUSE_CIRCLE_FILLED("mdomz-pause_circle_filled", '\ue480'), PAUSE_CIRCLE_OUTLINE("mdomz-pause_circle_outline", '\ue482'), PAUSE_PRESENTATION("mdomz-pause_presentation", '\ue483'), PAYMENT("mdomz-payment", '\ue485'), PAYMENTS("mdomz-payments", '\ue7f4'), PEDAL_BIKE("mdomz-pedal_bike", '\ue7f6'), PENDING("mdomz-pending", '\ue7f7'), PENDING_ACTIONS("mdomz-pending_actions", '\ue7f9'), PEOPLE("mdomz-people", '\ue487'), PEOPLE_ALT("mdomz-people_alt", '\ue489'), PEOPLE_OUTLINE("mdomz-people_outline", '\ue48b'), PERCENTAGE("mdomz-percentage", '\ue48d'), PERM_CAMERA_MIC("mdomz-perm_camera_mic", '\ue48f'), PERM_CONTACT_CALENDAR("mdomz-perm_contact_calendar", '\ue491'), PERM_DATA_SETTING("mdomz-perm_data_setting", '\ue493'), PERM_DEVICE_INFORMATION("mdomz-perm_device_information", '\ue494'), PERM_IDENTITY("mdomz-perm_identity", '\ue496'), PERM_MEDIA("mdomz-perm_media", '\ue498'), PERM_PHONE_MSG("mdomz-perm_phone_msg", '\ue49a'), PERM_SCAN_WIFI("mdomz-perm_scan_wifi", '\ue49c'), PERSON("mdomz-person", '\ue49e'), PERSON_ADD("mdomz-person_add", '\ue4a0'), PERSON_ADD_ALT_1("mdomz-person_add_alt_1", '\ue7fb'), PERSON_ADD_DISABLED("mdomz-person_add_disabled", '\ue4a2'), PERSON_OUTLINE("mdomz-person_outline", '\ue4a4'), PERSON_PIN("mdomz-person_pin", '\ue4a6'), PERSON_PIN_CIRCLE("mdomz-person_pin_circle", '\ue4a8'), PERSON_REMOVE("mdomz-person_remove", '\ue7fd'), PERSON_REMOVE_ALT_1("mdomz-person_remove_alt_1", '\ue7ff'), PERSON_SEARCH("mdomz-person_search", '\ue801'), PERSONAL_VIDEO("mdomz-personal_video", '\ue4aa'), PEST_CONTROL("mdomz-pest_control", '\ue803'), PEST_CONTROL_RODENT("mdomz-pest_control_rodent", '\ue805'), PETS("mdomz-pets", '\ue4ac'), PHONE("mdomz-phone", '\ue4ad'), PHONE_ANDROID("mdomz-phone_android", '\ue4af'), PHONE_BLUETOOTH_SPEAKER("mdomz-phone_bluetooth_speaker", '\ue4b1'), PHONE_CALLBACK("mdomz-phone_callback", '\ue4b3'), PHONE_DISABLED("mdomz-phone_disabled", '\ue4b5'), PHONE_ENABLED("mdomz-phone_enabled", '\ue4b6'), PHONE_FORWARDED("mdomz-phone_forwarded", '\ue4b7'), PHONE_IN_TALK("mdomz-phone_in_talk", '\ue4b9'), PHONE_IPHONE("mdomz-phone_iphone", '\ue4bb'), PHONE_LOCKED("mdomz-phone_locked", '\ue4bd'), PHONE_MISSED("mdomz-phone_missed", '\ue4bf'), PHONE_PAUSED("mdomz-phone_paused", '\ue4c1'), PHONELINK("mdomz-phonelink", '\ue4c3'), PHONELINK_ERASE("mdomz-phonelink_erase", '\ue4c5'), PHONELINK_LOCK("mdomz-phonelink_lock", '\ue4c6'), PHONELINK_OFF("mdomz-phonelink_off", '\ue4c7'), PHONELINK_RING("mdomz-phonelink_ring", '\ue4c9'), PHONELINK_SETUP("mdomz-phonelink_setup", '\ue4cb'), PHOTO("mdomz-photo", '\ue4cc'), PHOTO_ALBUM("mdomz-photo_album", '\ue4ce'), PHOTO_CAMERA("mdomz-photo_camera", '\ue4d0'), PHOTO_FILTER("mdomz-photo_filter", '\ue4d2'), PHOTO_LIBRARY("mdomz-photo_library", '\ue4d3'), PHOTO_SIZE_SELECT_ACTUAL("mdomz-photo_size_select_actual", '\ue4d5'), PHOTO_SIZE_SELECT_LARGE("mdomz-photo_size_select_large", '\ue4d7'), PHOTO_SIZE_SELECT_SMALL("mdomz-photo_size_select_small", '\ue4d8'), PICTURE_AS_PDF("mdomz-picture_as_pdf", '\ue4d9'), PICTURE_IN_PICTURE("mdomz-picture_in_picture", '\ue4db'), PICTURE_IN_PICTURE_ALT("mdomz-picture_in_picture_alt", '\ue4dd'), PIE_CHART("mdomz-pie_chart", '\ue4df'), PIN("mdomz-pin", '\ue4e1'), PIN_DROP("mdomz-pin_drop", '\ue4e3'), PIN_OFF("mdomz-pin_off", '\ue4e5'), PLACE("mdomz-place", '\ue4e7'), PLAGIARISM("mdomz-plagiarism", '\ue807'), PLAY_ARROW("mdomz-play_arrow", '\ue4e9'), PLAY_CIRCLE_FILLED("mdomz-play_circle_filled", '\ue4eb'), PLAY_CIRCLE_FILLED_WHITE("mdomz-play_circle_filled_white", '\ue4ed'), PLAY_CIRCLE_OUTLINE("mdomz-play_circle_outline", '\ue4ef'), PLAY_FOR_WORK("mdomz-play_for_work", '\ue4f0'), PLAYLIST_ADD("mdomz-playlist_add", '\ue4f1'), PLAYLIST_ADD_CHECK("mdomz-playlist_add_check", '\ue4f2'), PLAYLIST_PLAY("mdomz-playlist_play", '\ue4f3'), PLUMBING("mdomz-plumbing", '\ue809'), PLUS("mdomz-plus", '\ue4f4'), PLUS_MINUS("mdomz-plus_minus", '\ue4f5'), PLUS_MINUS_ALT("mdomz-plus_minus_alt", '\ue4f6'), PLUS_ONE("mdomz-plus_one", '\ue4f7'), POINT_OF_SALE("mdomz-point_of_sale", '\ue80a'), POLICY("mdomz-policy", '\ue4f8'), POLL("mdomz-poll", '\ue4fa'), POLYMER("mdomz-polymer", '\ue4fc'), POOL("mdomz-pool", '\ue4fd'), PORTABLE_WIFI_OFF("mdomz-portable_wifi_off", '\ue4ff'), PORTRAIT("mdomz-portrait", '\ue500'), POST_ADD("mdomz-post_add", '\ue502'), POWER("mdomz-power", '\ue503'), POWER_INPUT("mdomz-power_input", '\ue505'), POWER_OFF("mdomz-power_off", '\ue506'), POWER_SETTINGS_NEW("mdomz-power_settings_new", '\ue508'), PREGNANT_WOMAN("mdomz-pregnant_woman", '\ue509'), PRESENT_TO_ALL("mdomz-present_to_all", '\ue50a'), PREVIEW("mdomz-preview", '\ue80c'), PRINT("mdomz-print", '\ue50c'), PRINT_DISABLED("mdomz-print_disabled", '\ue50e'), PRIORITY_HIGH("mdomz-priority_high", '\ue510'), PRIVACY_TIP("mdomz-privacy_tip", '\ue80e'), PSYCHOLOGY("mdomz-psychology", '\ue810'), PUBLIC("mdomz-public", '\ue511'), PUBLIC_OFF("mdomz-public_off", '\ue812'), PUBLISH("mdomz-publish", '\ue513'), PUBLISHED_WITH_CHANGES("mdomz-published_with_changes", '\ue8c4'), PUSH_PIN("mdomz-push_pin", '\ue814'), QR_CODE("mdomz-qr_code", '\ue816'), QR_CODE_2("mdomz-qr_code_2", '\ue8d1'), QR_CODE_SCANNER("mdomz-qr_code_scanner", '\ue885'), QRCODE("mdomz-qrcode", '\ue515'), QUERY_BUILDER("mdomz-query_builder", '\ue517'), QUESTION_ANSWER("mdomz-question_answer", '\ue519'), QUEUE("mdomz-queue", '\ue51b'), QUEUE_MUSIC("mdomz-queue_music", '\ue51d'), QUEUE_PLAY_NEXT("mdomz-queue_play_next", '\ue51f'), QUICKREPLY("mdomz-quickreply", '\ue818'), RADIO("mdomz-radio", '\ue520'), RADIO_BUTTON_CHECKED("mdomz-radio_button_checked", '\ue522'), RADIO_BUTTON_UNCHECKED("mdomz-radio_button_unchecked", '\ue523'), RATE_REVIEW("mdomz-rate_review", '\ue524'), READ_MORE("mdomz-read_more", '\ue81a'), RECEIPT("mdomz-receipt", '\ue526'), RECEIPT_LONG("mdomz-receipt_long", '\ue81b'), RECENT_ACTORS("mdomz-recent_actors", '\ue528'), RECORD_VOICE_OVER("mdomz-record_voice_over", '\ue52a'), REDEEM("mdomz-redeem", '\ue52c'), REDO("mdomz-redo", '\ue52e'), REDUCE_CAPACITY("mdomz-reduce_capacity", '\ue8af'), REFRESH("mdomz-refresh", '\ue52f'), REMOVE("mdomz-remove", '\ue530'), REMOVE_CIRCLE("mdomz-remove_circle", '\ue531'), REMOVE_CIRCLE_OUTLINE("mdomz-remove_circle_outline", '\ue533'), REMOVE_FROM_QUEUE("mdomz-remove_from_queue", '\ue534'), REMOVE_RED_EYE("mdomz-remove_red_eye", '\ue536'), REMOVE_SHOPPING_CART("mdomz-remove_shopping_cart", '\ue538'), REORDER("mdomz-reorder", '\ue53a'), REPEAT("mdomz-repeat", '\ue53b'), REPEAT_ONE("mdomz-repeat_one", '\ue53c'), REPLAY("mdomz-replay", '\ue53d'), REPLAY_10("mdomz-replay_10", '\ue53e'), REPLAY_30("mdomz-replay_30", '\ue53f'), REPLAY_5("mdomz-replay_5", '\ue540'), REPLY("mdomz-reply", '\ue541'), REPLY_ALL("mdomz-reply_all", '\ue542'), REPORT("mdomz-report", '\ue543'), REPORT_OFF("mdomz-report_off", '\ue545'), REPORT_PROBLEM("mdomz-report_problem", '\ue547'), REQUEST_PAGE("mdomz-request_page", '\ue8c5'), REQUEST_QUOTE("mdomz-request_quote", '\ue81d'), RESTAURANT("mdomz-restaurant", '\ue549'), RESTAURANT_MENU("mdomz-restaurant_menu", '\ue54a'), RESTORE("mdomz-restore", '\ue54b'), RESTORE_FROM_TRASH("mdomz-restore_from_trash", '\ue54c'), RESTORE_PAGE("mdomz-restore_page", '\ue54e'), RICE_BOWL("mdomz-rice_bowl", '\ue886'), RING_VOLUME("mdomz-ring_volume", '\ue550'), ROCKET("mdomz-rocket", '\ue552'), ROOFING("mdomz-roofing", '\ue888'), ROOM("mdomz-room", '\ue554'), ROOM_PREFERENCES("mdomz-room_preferences", '\ue81f'), ROOM_SERVICE("mdomz-room_service", '\ue556'), ROTATE_90_DEGREES_CCW("mdomz-rotate_90_degrees_ccw", '\ue558'), ROTATE_LEFT("mdomz-rotate_left", '\ue55a'), ROTATE_RIGHT("mdomz-rotate_right", '\ue55b'), ROUNDED_CORNER("mdomz-rounded_corner", '\ue55c'), ROUTER("mdomz-router", '\ue55d'), ROWING("mdomz-rowing", '\ue55f'), RSS_FEED("mdomz-rss_feed", '\ue560'), RULE("mdomz-rule", '\ue821'), RULE_FOLDER("mdomz-rule_folder", '\ue822'), RUN_CIRCLE("mdomz-run_circle", '\ue824'), RV_HOOKUP("mdomz-rv_hookup", '\ue561'), SANITIZER("mdomz-sanitizer", '\ue8b0'), SATELLITE("mdomz-satellite", '\ue563'), SAVE("mdomz-save", '\ue565'), SAVE_ALT("mdomz-save_alt", '\ue567'), SCANNER("mdomz-scanner", '\ue568'), SCATTER_PLOT("mdomz-scatter_plot", '\ue56a'), SCHEDULE("mdomz-schedule", '\ue56c'), SCHOOL("mdomz-school", '\ue56e'), SCIENCE("mdomz-science", '\ue826'), SCORE("mdomz-score", '\ue570'), SCREEN_LOCK_LANDSCAPE("mdomz-screen_lock_landscape", '\ue572'), SCREEN_LOCK_PORTRAIT("mdomz-screen_lock_portrait", '\ue574'), SCREEN_LOCK_ROTATION("mdomz-screen_lock_rotation", '\ue576'), SCREEN_ROTATION("mdomz-screen_rotation", '\ue577'), SCREEN_SHARE("mdomz-screen_share", '\ue579'), SD_CARD("mdomz-sd_card", '\ue57b'), SD_STORAGE("mdomz-sd_storage", '\ue57d'), SEARCH("mdomz-search", '\ue57f'), SEARCH_OFF("mdomz-search_off", '\ue828'), SECURITY("mdomz-security", '\ue580'), SELECT_ALL("mdomz-select_all", '\ue582'), SELF_IMPROVEMENT("mdomz-self_improvement", '\ue829'), SEND("mdomz-send", '\ue583'), SENSOR_DOOR("mdomz-sensor_door", '\ue82a'), SENSOR_WINDOW("mdomz-sensor_window", '\ue82c'), SENTIMENT_DISSATISFIED("mdomz-sentiment_dissatisfied", '\ue585'), SENTIMENT_NEUTRAL("mdomz-sentiment_neutral", '\ue587'), SENTIMENT_SATISFIED("mdomz-sentiment_satisfied", '\ue589'), SENTIMENT_SATISFIED_ALT("mdomz-sentiment_satisfied_alt", '\ue58b'), SENTIMENT_SLIGHTLY_DISSATISFIED("mdomz-sentiment_slightly_dissatisfied", '\ue58d'), SENTIMENT_VERY_DISSATISFIED("mdomz-sentiment_very_dissatisfied", '\ue58f'), SENTIMENT_VERY_SATISFIED("mdomz-sentiment_very_satisfied", '\ue591'), SET_MEAL("mdomz-set_meal", '\ue88a'), SETTINGS("mdomz-settings", '\ue593'), SETTINGS_APPLICATIONS("mdomz-settings_applications", '\ue595'), SETTINGS_BACKUP_RESTORE("mdomz-settings_backup_restore", '\ue597'), SETTINGS_BLUETOOTH("mdomz-settings_bluetooth", '\ue598'), SETTINGS_BRIGHTNESS("mdomz-settings_brightness", '\ue599'), SETTINGS_CELL("mdomz-settings_cell", '\ue59b'), SETTINGS_ETHERNET("mdomz-settings_ethernet", '\ue59d'), SETTINGS_INPUT_ANTENNA("mdomz-settings_input_antenna", '\ue59e'), SETTINGS_INPUT_COMPONENT("mdomz-settings_input_component", '\ue59f'), SETTINGS_INPUT_COMPOSITE("mdomz-settings_input_composite", '\ue5a1'), SETTINGS_INPUT_HDMI("mdomz-settings_input_hdmi", '\ue5a3'), SETTINGS_INPUT_SVIDEO("mdomz-settings_input_svideo", '\ue5a5'), SETTINGS_OVERSCAN("mdomz-settings_overscan", '\ue5a7'), SETTINGS_PHONE("mdomz-settings_phone", '\ue5a9'), SETTINGS_POWER("mdomz-settings_power", '\ue5ab'), SETTINGS_REMOTE("mdomz-settings_remote", '\ue5ac'), SETTINGS_SYSTEM_DAYDREAM("mdomz-settings_system_daydream", '\ue5ae'), SETTINGS_VOICE("mdomz-settings_voice", '\ue5b0'), SHARE("mdomz-share", '\ue5b2'), SHOP("mdomz-shop", '\ue5b4'), SHOP_TWO("mdomz-shop_two", '\ue5b6'), SHOPPING_BAG("mdomz-shopping_bag", '\ue82e'), SHOPPING_BASKET("mdomz-shopping_basket", '\ue5b8'), SHOPPING_CART("mdomz-shopping_cart", '\ue5ba'), SHORT_TEXT("mdomz-short_text", '\ue5bc'), SHOW_CHART("mdomz-show_chart", '\ue5bd'), SHUFFLE("mdomz-shuffle", '\ue5be'), SHUTTER_SPEED("mdomz-shutter_speed", '\ue5bf'), SICK("mdomz-sick", '\ue8b2'), SIGNAL_CELLULAR_0_BAR("mdomz-signal_cellular_0_bar", '\ue5c1'), SIGNAL_CELLULAR_1_BAR("mdomz-signal_cellular_1_bar", '\ue5c3'), SIGNAL_CELLULAR_2_BAR("mdomz-signal_cellular_2_bar", '\ue5c5'), SIGNAL_CELLULAR_3_BAR("mdomz-signal_cellular_3_bar", '\ue5c7'), SIGNAL_CELLULAR_4_BAR("mdomz-signal_cellular_4_bar", '\ue5c9'), SIGNAL_CELLULAR_ALT("mdomz-signal_cellular_alt", '\ue5ca'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_0_BAR("mdomz-signal_cellular_connected_no_internet_0_bar", '\ue5cb'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_1_BAR("mdomz-signal_cellular_connected_no_internet_1_bar", '\ue5cd'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_2_BAR("mdomz-signal_cellular_connected_no_internet_2_bar", '\ue5cf'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_3_BAR("mdomz-signal_cellular_connected_no_internet_3_bar", '\ue5d1'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR("mdomz-signal_cellular_connected_no_internet_4_bar", '\ue5d3'), SIGNAL_CELLULAR_NO_SIM("mdomz-signal_cellular_no_sim", '\ue5d4'), SIGNAL_CELLULAR_NULL("mdomz-signal_cellular_null", '\ue5d6'), SIGNAL_CELLULAR_OFF("mdomz-signal_cellular_off", '\ue5d7'), SIGNAL_WIFI_0_BAR("mdomz-signal_wifi_0_bar", '\ue5d8'), SIGNAL_WIFI_1_BAR("mdomz-signal_wifi_1_bar", '\ue5da'), SIGNAL_WIFI_1_BAR_LOCK("mdomz-signal_wifi_1_bar_lock", '\ue5dc'), SIGNAL_WIFI_2_BAR("mdomz-signal_wifi_2_bar", '\ue5de'), SIGNAL_WIFI_2_BAR_LOCK("mdomz-signal_wifi_2_bar_lock", '\ue5e0'), SIGNAL_WIFI_3_BAR("mdomz-signal_wifi_3_bar", '\ue5e2'), SIGNAL_WIFI_3_BAR_LOCK("mdomz-signal_wifi_3_bar_lock", '\ue5e4'), SIGNAL_WIFI_4_BAR("mdomz-signal_wifi_4_bar", '\ue5e6'), SIGNAL_WIFI_4_BAR_LOCK("mdomz-signal_wifi_4_bar_lock", '\ue5e7'), SIGNAL_WIFI_OFF("mdomz-signal_wifi_off", '\ue5e8'), SIM_CARD("mdomz-sim_card", '\ue5e9'), SIM_CARD_ALERT("mdomz-sim_card_alert", '\ue5eb'), SINGLE_BED("mdomz-single_bed", '\ue5ed'), SKIP_NEXT("mdomz-skip_next", '\ue5ef'), SKIP_PREVIOUS("mdomz-skip_previous", '\ue5f1'), SLIDESHOW("mdomz-slideshow", '\ue5f3'), SLOW_MOTION_VIDEO("mdomz-slow_motion_video", '\ue5f5'), SMART_BUTTON("mdomz-smart_button", '\ue830'), SMARTPHONE("mdomz-smartphone", '\ue5f6'), SMOKE_FREE("mdomz-smoke_free", '\ue5f8'), SMOKING_ROOMS("mdomz-smoking_rooms", '\ue5f9'), SMS("mdomz-sms", '\ue5fb'), SMS_FAILED("mdomz-sms_failed", '\ue5fd'), SNIPPET_FOLDER("mdomz-snippet_folder", '\ue831'), SNOOZE("mdomz-snooze", '\ue5ff'), SOAP("mdomz-soap", '\ue833'), SORT("mdomz-sort", '\ue600'), SORT_BY_ALPHA("mdomz-sort_by_alpha", '\ue601'), SOURCE("mdomz-source", '\ue835'), SOUTH("mdomz-south", '\ue88c'), SOUTH_EAST("mdomz-south_east", '\ue88d'), SOUTH_WEST("mdomz-south_west", '\ue88e'), SPA("mdomz-spa", '\ue602'), SPACE_BAR("mdomz-space_bar", '\ue604'), SPEAKER("mdomz-speaker", '\ue605'), SPEAKER_GROUP("mdomz-speaker_group", '\ue607'), SPEAKER_NOTES("mdomz-speaker_notes", '\ue609'), SPEAKER_NOTES_OFF("mdomz-speaker_notes_off", '\ue60b'), SPEAKER_PHONE("mdomz-speaker_phone", '\ue60d'), SPEED("mdomz-speed", '\ue60f'), SPELLCHECK("mdomz-spellcheck", '\ue610'), SPORTS("mdomz-sports", '\ue611'), SPORTS_BAR("mdomz-sports_bar", '\ue88f'), SPORTS_BASEBALL("mdomz-sports_baseball", '\ue612'), SPORTS_BASKETBALL("mdomz-sports_basketball", '\ue614'), SPORTS_CRICKET("mdomz-sports_cricket", '\ue616'), SPORTS_ESPORTS("mdomz-sports_esports", '\ue618'), SPORTS_FOOTBALL("mdomz-sports_football", '\ue61a'), SPORTS_GOLF("mdomz-sports_golf", '\ue61c'), SPORTS_HANDBALL("mdomz-sports_handball", '\ue61e'), SPORTS_HOCKEY("mdomz-sports_hockey", '\ue61f'), SPORTS_KABADDI("mdomz-sports_kabaddi", '\ue620'), SPORTS_MMA("mdomz-sports_mma", '\ue621'), SPORTS_MOTORSPORTS("mdomz-sports_motorsports", '\ue623'), SPORTS_RUGBY("mdomz-sports_rugby", '\ue625'), SPORTS_SOCCER("mdomz-sports_soccer", '\ue627'), SPORTS_TENNIS("mdomz-sports_tennis", '\ue629'), SPORTS_VOLLEYBALL("mdomz-sports_volleyball", '\ue62a'), SQUARE_FOOT("mdomz-square_foot", '\ue62c'), STACKED_LINE_CHART("mdomz-stacked_line_chart", '\ue8c7'), STAIRS("mdomz-stairs", '\ue837'), STAR("mdomz-star", '\ue62e'), STAR_BORDER("mdomz-star_border", '\ue630'), STAR_HALF("mdomz-star_half", '\ue631'), STAR_OUTLINE("mdomz-star_outline", '\ue748'), STAR_RATE("mdomz-star_rate", '\ue632'), STARS("mdomz-stars", '\ue633'), STAY_CURRENT_LANDSCAPE("mdomz-stay_current_landscape", '\ue635'), STAY_CURRENT_PORTRAIT("mdomz-stay_current_portrait", '\ue637'), STAY_PRIMARY_LANDSCAPE("mdomz-stay_primary_landscape", '\ue639'), STAY_PRIMARY_PORTRAIT("mdomz-stay_primary_portrait", '\ue63b'), STICKY_NOTE_2("mdomz-sticky_note_2", '\ue891'), STOP("mdomz-stop", '\ue63d'), STOP_CIRCLE("mdomz-stop_circle", '\ue63f'), STOP_SCREEN_SHARE("mdomz-stop_screen_share", '\ue641'), STORAGE("mdomz-storage", '\ue643'), STORE("mdomz-store", '\ue644'), STORE_MALL_DIRECTORY("mdomz-store_mall_directory", '\ue646'), STOREFRONT("mdomz-storefront", '\ue648'), STRAIGHTEN("mdomz-straighten", '\ue64a'), STREETVIEW("mdomz-streetview", '\ue64c'), STRIKETHROUGH_S("mdomz-strikethrough_s", '\ue64d'), STROLLER("mdomz-stroller", '\ue839'), STYLE("mdomz-style", '\ue64e'), SUBDIRECTORY_ARROW_LEFT("mdomz-subdirectory_arrow_left", '\ue650'), SUBDIRECTORY_ARROW_RIGHT("mdomz-subdirectory_arrow_right", '\ue651'), SUBJECT("mdomz-subject", '\ue652'), SUBSCRIPT("mdomz-subscript", '\ue83b'), SUBSCRIPTIONS("mdomz-subscriptions", '\ue653'), SUBTITLES("mdomz-subtitles", '\ue655'), SUBTITLES_OFF("mdomz-subtitles_off", '\ue83c'), SUBWAY("mdomz-subway", '\ue657'), SUPERSCRIPT("mdomz-superscript", '\ue83e'), SUPERVISED_USER_CIRCLE("mdomz-supervised_user_circle", '\ue659'), SUPERVISOR_ACCOUNT("mdomz-supervisor_account", '\ue65b'), SUPPORT("mdomz-support", '\ue83f'), SUPPORT_AGENT("mdomz-support_agent", '\ue841'), SURROUND_SOUND("mdomz-surround_sound", '\ue65d'), SWAP_CALLS("mdomz-swap_calls", '\ue65f'), SWAP_HORIZ("mdomz-swap_horiz", '\ue660'), SWAP_HORIZONTAL_CIRCLE("mdomz-swap_horizontal_circle", '\ue661'), SWAP_VERT("mdomz-swap_vert", '\ue663'), SWAP_VERTICAL_CIRCLE("mdomz-swap_vertical_circle", '\ue664'), SWITCH_CAMERA("mdomz-switch_camera", '\ue666'), SWITCH_LEFT("mdomz-switch_left", '\ue842'), SWITCH_RIGHT("mdomz-switch_right", '\ue844'), SWITCH_VIDEO("mdomz-switch_video", '\ue668'), SYNC("mdomz-sync", '\ue66a'), SYNC_ALT("mdomz-sync_alt", '\ue66b'), SYNC_DISABLED("mdomz-sync_disabled", '\ue66c'), SYNC_PROBLEM("mdomz-sync_problem", '\ue66d'), SYSTEM_UPDATE("mdomz-system_update", '\ue66e'), SYSTEM_UPDATE_ALT("mdomz-system_update_alt", '\ue670'), TAB("mdomz-tab", '\ue671'), TAB_UNSELECTED("mdomz-tab_unselected", '\ue672'), TABLE_CHART("mdomz-table_chart", '\ue673'), TABLE_ROWS("mdomz-table_rows", '\ue846'), TABLE_VIEW("mdomz-table_view", '\ue848'), TABLET("mdomz-tablet", '\ue675'), TABLET_ANDROID("mdomz-tablet_android", '\ue677'), TABLET_MAC("mdomz-tablet_mac", '\ue679'), TAG_FACES("mdomz-tag_faces", '\ue67b'), TAP_AND_PLAY("mdomz-tap_and_play", '\ue67d'), TAPAS("mdomz-tapas", '\ue893'), TERRAIN("mdomz-terrain", '\ue67e'), TEXT_FIELDS("mdomz-text_fields", '\ue680'), TEXT_FORMAT("mdomz-text_format", '\ue681'), TEXT_ROTATE_UP("mdomz-text_rotate_up", '\ue682'), TEXT_ROTATE_VERTICAL("mdomz-text_rotate_vertical", '\ue683'), TEXT_ROTATION_ANGLEDOWN("mdomz-text_rotation_angledown", '\ue684'), TEXT_ROTATION_ANGLEUP("mdomz-text_rotation_angleup", '\ue685'), TEXT_ROTATION_DOWN("mdomz-text_rotation_down", '\ue686'), TEXT_ROTATION_NONE("mdomz-text_rotation_none", '\ue687'), TEXT_SNIPPET("mdomz-text_snippet", '\ue84a'), TEXTSMS("mdomz-textsms", '\ue688'), TEXTURE("mdomz-texture", '\ue68a'), THEATERS("mdomz-theaters", '\ue68b'), THUMB_DOWN("mdomz-thumb_down", '\ue68d'), THUMB_DOWN_ALT("mdomz-thumb_down_alt", '\ue68f'), THUMB_UP("mdomz-thumb_up", '\ue691'), THUMB_UP_ALT("mdomz-thumb_up_alt", '\ue693'), THUMBS_UP_DOWN("mdomz-thumbs_up_down", '\ue695'), TIME_TO_LEAVE("mdomz-time_to_leave", '\ue697'), TIMELAPSE("mdomz-timelapse", '\ue699'), TIMELINE("mdomz-timeline", '\ue69b'), TIMER("mdomz-timer", '\ue69c'), TIMER_10("mdomz-timer_10", '\ue69e'), TIMER_3("mdomz-timer_3", '\ue69f'), TIMER_OFF("mdomz-timer_off", '\ue6a0'), TITLE("mdomz-title", '\ue6a2'), TOC("mdomz-toc", '\ue6a3'), TODAY("mdomz-today", '\ue6a4'), TOGGLE_OFF("mdomz-toggle_off", '\ue6a6'), TOGGLE_ON("mdomz-toggle_on", '\ue6a8'), TOLL("mdomz-toll", '\ue6aa'), TONALITY("mdomz-tonality", '\ue6ac'), TOPIC("mdomz-topic", '\ue84c'), TOUCH_APP("mdomz-touch_app", '\ue6ae'), TOUR("mdomz-tour", '\ue84e'), TOYS("mdomz-toys", '\ue6b0'), TRACK_CHANGES("mdomz-track_changes", '\ue6b2'), TRAFFIC("mdomz-traffic", '\ue6b3'), TRAIN("mdomz-train", '\ue6b5'), TRAM("mdomz-tram", '\ue6b7'), TRANSFER_WITHIN_A_STATION("mdomz-transfer_within_a_station", '\ue6b9'), TRANSFORM("mdomz-transform", '\ue6ba'), TRANSIT_ENTEREXIT("mdomz-transit_enterexit", '\ue6bb'), TRANSLATE("mdomz-translate", '\ue6bc'), TRENDING_DOWN("mdomz-trending_down", '\ue6bd'), TRENDING_FLAT("mdomz-trending_flat", '\ue6be'), TRENDING_UP("mdomz-trending_up", '\ue6bf'), TRIP_ORIGIN("mdomz-trip_origin", '\ue6c0'), TTY("mdomz-tty", '\ue850'), TUNE("mdomz-tune", '\ue6c1'), TURNED_IN("mdomz-turned_in", '\ue6c2'), TURNED_IN_NOT("mdomz-turned_in_not", '\ue6c4'), TV("mdomz-tv", '\ue6c5'), TV_OFF("mdomz-tv_off", '\ue6c7'), TWO_WHEELER("mdomz-two_wheeler", '\ue749'), UMBRELLA("mdomz-umbrella", '\ue852'), UNARCHIVE("mdomz-unarchive", '\ue6c9'), UNDO("mdomz-undo", '\ue6cb'), UNFOLD_LESS("mdomz-unfold_less", '\ue6cc'), UNFOLD_MORE("mdomz-unfold_more", '\ue6cd'), UNPUBLISHED("mdomz-unpublished", '\ue8c8'), UNSUBSCRIBE("mdomz-unsubscribe", '\ue6ce'), UPDATE("mdomz-update", '\ue6d0'), UPDATE_DISABLED("mdomz-update_disabled", '\ue8d2'), UPGRADE("mdomz-upgrade", '\ue854'), USB("mdomz-usb", '\ue6d1'), VERIFIED("mdomz-verified", '\ue855'), VERIFIED_USER("mdomz-verified_user", '\ue6d2'), VERTICAL_ALIGN_BOTTOM("mdomz-vertical_align_bottom", '\ue6d4'), VERTICAL_ALIGN_CENTER("mdomz-vertical_align_center", '\ue6d5'), VERTICAL_ALIGN_TOP("mdomz-vertical_align_top", '\ue6d6'), VERTICAL_DISTRIBUTE("mdomz-vertical_distribute", '\ue8d3'), VERTICAL_SPLIT("mdomz-vertical_split", '\ue6d7'), VIBRATION("mdomz-vibration", '\ue6d9'), VIDEO_CALL("mdomz-video_call", '\ue6db'), VIDEO_LABEL("mdomz-video_label", '\ue6dd'), VIDEO_LIBRARY("mdomz-video_library", '\ue6df'), VIDEO_SETTINGS("mdomz-video_settings", '\ue857'), VIDEOCAM("mdomz-videocam", '\ue6e1'), VIDEOCAM_OFF("mdomz-videocam_off", '\ue6e3'), VIDEOGAME_ASSET("mdomz-videogame_asset", '\ue6e5'), VIEW_AGENDA("mdomz-view_agenda", '\ue6e7'), VIEW_ARRAY("mdomz-view_array", '\ue6e9'), VIEW_CAROUSEL("mdomz-view_carousel", '\ue6eb'), VIEW_COLUMN("mdomz-view_column", '\ue6ed'), VIEW_COMFY("mdomz-view_comfy", '\ue6ef'), VIEW_COMPACT("mdomz-view_compact", '\ue6f1'), VIEW_DAY("mdomz-view_day", '\ue6f3'), VIEW_HEADLINE("mdomz-view_headline", '\ue6f5'), VIEW_LIST("mdomz-view_list", '\ue6f6'), VIEW_MODULE("mdomz-view_module", '\ue6f8'), VIEW_QUILT("mdomz-view_quilt", '\ue6fa'), VIEW_SIDEBAR("mdomz-view_sidebar", '\ue858'), VIEW_STREAM("mdomz-view_stream", '\ue6fc'), VIEW_WEEK("mdomz-view_week", '\ue6fe'), VIGNETTE("mdomz-vignette", '\ue700'), VISIBILITY("mdomz-visibility", '\ue702'), VISIBILITY_OFF("mdomz-visibility_off", '\ue704'), VOICE_CHAT("mdomz-voice_chat", '\ue706'), VOICE_OVER_OFF("mdomz-voice_over_off", '\ue708'), VOICEMAIL("mdomz-voicemail", '\ue70a'), VOLUME_DOWN("mdomz-volume_down", '\ue70b'), VOLUME_MUTE("mdomz-volume_mute", '\ue70d'), VOLUME_OFF("mdomz-volume_off", '\ue70f'), VOLUME_UP("mdomz-volume_up", '\ue711'), VPN_KEY("mdomz-vpn_key", '\ue713'), VPN_LOCK("mdomz-vpn_lock", '\ue715'), WALLPAPER("mdomz-wallpaper", '\ue717'), WARNING("mdomz-warning", '\ue718'), WASH("mdomz-wash", '\ue85a'), WATCH("mdomz-watch", '\ue71a'), WATCH_LATER("mdomz-watch_later", '\ue71c'), WATER_DAMAGE("mdomz-water_damage", '\ue895'), WAVES("mdomz-waves", '\ue71e'), WB_AUTO("mdomz-wb_auto", '\ue71f'), WB_CLOUDY("mdomz-wb_cloudy", '\ue721'), WB_INCANDESCENT("mdomz-wb_incandescent", '\ue723'), WB_IRIDESCENT("mdomz-wb_iridescent", '\ue725'), WB_SUNNY("mdomz-wb_sunny", '\ue727'), WC("mdomz-wc", '\ue729'), WEB("mdomz-web", '\ue72a'), WEB_ASSET("mdomz-web_asset", '\ue72c'), WEEKEND("mdomz-weekend", '\ue72e'), WEST("mdomz-west", '\ue897'), WHATSHOT("mdomz-whatshot", '\ue730'), WHEELCHAIR_PICKUP("mdomz-wheelchair_pickup", '\ue85c'), WHERE_TO_VOTE("mdomz-where_to_vote", '\ue732'), WIDGETS("mdomz-widgets", '\ue734'), WIFI("mdomz-wifi", '\ue736'), WIFI_CALLING("mdomz-wifi_calling", '\ue85d'), WIFI_LOCK("mdomz-wifi_lock", '\ue737'), WIFI_OFF("mdomz-wifi_off", '\ue738'), WIFI_PROTECTED_SETUP("mdomz-wifi_protected_setup", '\ue85f'), WIFI_TETHERING("mdomz-wifi_tethering", '\ue739'), WINE_BAR("mdomz-wine_bar", '\ue898'), WORK("mdomz-work", '\ue73a'), WORK_OFF("mdomz-work_off", '\ue73c'), WORK_OUTLINE("mdomz-work_outline", '\ue73e'), WRAP_TEXT("mdomz-wrap_text", '\ue73f'), WRONG_LOCATION("mdomz-wrong_location", '\ue860'), WYSIWYG("mdomz-wysiwyg", '\ue861'), YOUTUBE_SEARCHED_FOR("mdomz-youtube_searched_for", '\ue740'), ZOOM_IN("mdomz-zoom_in", '\ue741'), ZOOM_OUT("mdomz-zoom_out", '\ue742'), ZOOM_OUT_MAP("mdomz-zoom_out_map", '\ue743'); public static Material2OutlinedMZ findByDescription(String description) { for (Material2OutlinedMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2OutlinedMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2OutlinedMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2OutlinedMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons-Outlined.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdomz-"); } @Override public Ikon resolve(String description) { return Material2OutlinedMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons Outlined"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2OutlinedMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Material2OutlinedMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2OutlinedMZ.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2RoundAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2RoundAL implements Ikon { MDRAL_360("mdral-360", '\ue000'), MDRAL_3D_ROTATION("mdral-3d_rotation", '\ue001'), MDRAL_4K("mdral-4k", '\ue002'), MDRAL_5G("mdral-5g", '\ue74a'), MDRAL_6_FT_APART("mdral-6_ft_apart", '\ue89a'), AC_UNIT("mdral-ac_unit", '\ue004'), ACCESS_ALARM("mdral-access_alarm", '\ue005'), ACCESS_ALARMS("mdral-access_alarms", '\ue007'), ACCESS_TIME("mdral-access_time", '\ue009'), ACCESSIBILITY("mdral-accessibility", '\ue00b'), ACCESSIBILITY_NEW("mdral-accessibility_new", '\ue00c'), ACCESSIBLE("mdral-accessible", '\ue00d'), ACCESSIBLE_FORWARD("mdral-accessible_forward", '\ue00e'), ACCOUNT_BALANCE("mdral-account_balance", '\ue00f'), ACCOUNT_BALANCE_WALLET("mdral-account_balance_wallet", '\ue011'), ACCOUNT_BOX("mdral-account_box", '\ue013'), ACCOUNT_CIRCLE("mdral-account_circle", '\ue015'), ACCOUNT_TREE("mdral-account_tree", '\ue017'), AD_UNITS("mdral-ad_units", '\ue74b'), ADB("mdral-adb", '\ue019'), ADD("mdral-add", '\ue01a'), ADD_A_PHOTO("mdral-add_a_photo", '\ue01b'), ADD_ALARM("mdral-add_alarm", '\ue01d'), ADD_ALERT("mdral-add_alert", '\ue01f'), ADD_BOX("mdral-add_box", '\ue021'), ADD_BUSINESS("mdral-add_business", '\ue74d'), ADD_CIRCLE("mdral-add_circle", '\ue023'), ADD_CIRCLE_OUTLINE("mdral-add_circle_outline", '\ue025'), ADD_COMMENT("mdral-add_comment", '\ue026'), ADD_IC_CALL("mdral-add_ic_call", '\ue744'), ADD_LOCATION("mdral-add_location", '\ue028'), ADD_LOCATION_ALT("mdral-add_location_alt", '\ue74f'), ADD_PHOTO_ALTERNATE("mdral-add_photo_alternate", '\ue02a'), ADD_ROAD("mdral-add_road", '\ue751'), ADD_SHOPPING_CART("mdral-add_shopping_cart", '\ue02c'), ADD_TASK("mdral-add_task", '\ue8b3'), ADD_TO_HOME_SCREEN("mdral-add_to_home_screen", '\ue02d'), ADD_TO_PHOTOS("mdral-add_to_photos", '\ue02e'), ADD_TO_QUEUE("mdral-add_to_queue", '\ue030'), ADDCHART("mdral-addchart", '\ue752'), ADJUST("mdral-adjust", '\ue032'), ADMIN_PANEL_SETTINGS("mdral-admin_panel_settings", '\ue753'), AGRICULTURE("mdral-agriculture", '\ue755'), AIRLINE_SEAT_FLAT("mdral-airline_seat_flat", '\ue033'), AIRLINE_SEAT_FLAT_ANGLED("mdral-airline_seat_flat_angled", '\ue035'), AIRLINE_SEAT_INDIVIDUAL_SUITE("mdral-airline_seat_individual_suite", '\ue037'), AIRLINE_SEAT_LEGROOM_EXTRA("mdral-airline_seat_legroom_extra", '\ue039'), AIRLINE_SEAT_LEGROOM_NORMAL("mdral-airline_seat_legroom_normal", '\ue03a'), AIRLINE_SEAT_LEGROOM_REDUCED("mdral-airline_seat_legroom_reduced", '\ue03b'), AIRLINE_SEAT_RECLINE_EXTRA("mdral-airline_seat_recline_extra", '\ue03c'), AIRLINE_SEAT_RECLINE_NORMAL("mdral-airline_seat_recline_normal", '\ue03d'), AIRPLANEMODE_ACTIVE("mdral-airplanemode_active", '\ue03e'), AIRPLANEMODE_INACTIVE("mdral-airplanemode_inactive", '\ue03f'), AIRPLAY("mdral-airplay", '\ue040'), AIRPORT_SHUTTLE("mdral-airport_shuttle", '\ue041'), ALARM("mdral-alarm", '\ue043'), ALARM_ADD("mdral-alarm_add", '\ue045'), ALARM_OFF("mdral-alarm_off", '\ue047'), ALARM_ON("mdral-alarm_on", '\ue048'), ALBUM("mdral-album", '\ue04a'), ALIGN_HORIZONTAL_CENTER("mdral-align_horizontal_center", '\ue8ca'), ALIGN_HORIZONTAL_LEFT("mdral-align_horizontal_left", '\ue8cb'), ALIGN_HORIZONTAL_RIGHT("mdral-align_horizontal_right", '\ue8cc'), ALIGN_VERTICAL_BOTTOM("mdral-align_vertical_bottom", '\ue8cd'), ALIGN_VERTICAL_CENTER("mdral-align_vertical_center", '\ue8ce'), ALIGN_VERTICAL_TOP("mdral-align_vertical_top", '\ue8cf'), ALL_INBOX("mdral-all_inbox", '\ue04c'), ALL_INCLUSIVE("mdral-all_inclusive", '\ue04e'), ALL_OUT("mdral-all_out", '\ue04f'), ALT_ROUTE("mdral-alt_route", '\ue757'), ALTERNATE_EMAIL("mdral-alternate_email", '\ue051'), AMP_STORIES("mdral-amp_stories", '\ue053'), ANALYTICS("mdral-analytics", '\ue758'), ANCHOR("mdral-anchor", '\ue75a'), ANDROID("mdral-android", '\ue055'), ANNOUNCEMENT("mdral-announcement", '\ue056'), APARTMENT("mdral-apartment", '\ue058'), API("mdral-api", '\ue75b'), APP_BLOCKING("mdral-app_blocking", '\ue75c'), APP_SETTINGS_ALT("mdral-app_settings_alt", '\ue75e'), APPS("mdral-apps", '\ue059'), ARCHITECTURE("mdral-architecture", '\ue760'), ARCHIVE("mdral-archive", '\ue05a'), ARROW_BACK("mdral-arrow_back", '\ue05c'), ARROW_BACK_IOS("mdral-arrow_back_ios", '\ue05d'), ARROW_CIRCLE_DOWN("mdral-arrow_circle_down", '\ue761'), ARROW_CIRCLE_UP("mdral-arrow_circle_up", '\ue763'), ARROW_DOWNWARD("mdral-arrow_downward", '\ue05e'), ARROW_DROP_DOWN("mdral-arrow_drop_down", '\ue05f'), ARROW_DROP_DOWN_CIRCLE("mdral-arrow_drop_down_circle", '\ue060'), ARROW_DROP_UP("mdral-arrow_drop_up", '\ue062'), ARROW_FORWARD("mdral-arrow_forward", '\ue063'), ARROW_FORWARD_IOS("mdral-arrow_forward_ios", '\ue064'), ARROW_LEFT("mdral-arrow_left", '\ue065'), ARROW_RIGHT("mdral-arrow_right", '\ue066'), ARROW_RIGHT_ALT("mdral-arrow_right_alt", '\ue067'), ARROW_UPWARD("mdral-arrow_upward", '\ue068'), ART_TRACK("mdral-art_track", '\ue069'), ARTICLE("mdral-article", '\ue765'), ASPECT_RATIO("mdral-aspect_ratio", '\ue06a'), ASSESSMENT("mdral-assessment", '\ue06c'), ASSIGNMENT("mdral-assignment", '\ue06e'), ASSIGNMENT_IND("mdral-assignment_ind", '\ue070'), ASSIGNMENT_LATE("mdral-assignment_late", '\ue072'), ASSIGNMENT_RETURN("mdral-assignment_return", '\ue074'), ASSIGNMENT_RETURNED("mdral-assignment_returned", '\ue076'), ASSIGNMENT_TURNED_IN("mdral-assignment_turned_in", '\ue078'), ASSISTANT("mdral-assistant", '\ue07a'), ASSISTANT_PHOTO("mdral-assistant_photo", '\ue07c'), ATM("mdral-atm", '\ue07e'), ATTACH_EMAIL("mdral-attach_email", '\ue767'), ATTACH_FILE("mdral-attach_file", '\ue07f'), ATTACH_MONEY("mdral-attach_money", '\ue080'), ATTACHMENT("mdral-attachment", '\ue081'), AUDIOTRACK("mdral-audiotrack", '\ue082'), AUTO_DELETE("mdral-auto_delete", '\ue768'), AUTORENEW("mdral-autorenew", '\ue084'), AV_TIMER("mdral-av_timer", '\ue085'), BABY_CHANGING_STATION("mdral-baby_changing_station", '\ue76a'), BACKPACK("mdral-backpack", '\ue76b'), BACKSPACE("mdral-backspace", '\ue086'), BACKUP("mdral-backup", '\ue088'), BACKUP_TABLE("mdral-backup_table", '\ue76d'), BALLOT("mdral-ballot", '\ue08a'), BAR_CHART("mdral-bar_chart", '\ue08c'), BARCODE("mdral-barcode", '\ue08d'), BATCH_PREDICTION("mdral-batch_prediction", '\ue76f'), BATHTUB("mdral-bathtub", '\ue08e'), BATTERY_20("mdral-battery_20", '\ue090'), BATTERY_30("mdral-battery_30", '\ue092'), BATTERY_50("mdral-battery_50", '\ue094'), BATTERY_60("mdral-battery_60", '\ue096'), BATTERY_80("mdral-battery_80", '\ue098'), BATTERY_90("mdral-battery_90", '\ue09a'), BATTERY_ALERT("mdral-battery_alert", '\ue09c'), BATTERY_CHARGING_20("mdral-battery_charging_20", '\ue09d'), BATTERY_CHARGING_30("mdral-battery_charging_30", '\ue09f'), BATTERY_CHARGING_50("mdral-battery_charging_50", '\ue0a1'), BATTERY_CHARGING_60("mdral-battery_charging_60", '\ue0a3'), BATTERY_CHARGING_80("mdral-battery_charging_80", '\ue0a5'), BATTERY_CHARGING_90("mdral-battery_charging_90", '\ue0a7'), BATTERY_CHARGING_FULL("mdral-battery_charging_full", '\ue0a9'), BATTERY_FULL("mdral-battery_full", '\ue0aa'), BATTERY_STD("mdral-battery_std", '\ue0ab'), BATTERY_UNKNOWN("mdral-battery_unknown", '\ue0ac'), BEACH_ACCESS("mdral-beach_access", '\ue0ad'), BEDTIME("mdral-bedtime", '\ue771'), BEENHERE("mdral-beenhere", '\ue0af'), BENTO("mdral-bento", '\ue864'), BIKE_SCOOTER("mdral-bike_scooter", '\ue773'), BIOTECH("mdral-biotech", '\ue774'), BLOCK("mdral-block", '\ue0b1'), BLUETOOTH("mdral-bluetooth", '\ue0b2'), BLUETOOTH_AUDIO("mdral-bluetooth_audio", '\ue0b3'), BLUETOOTH_CONNECTED("mdral-bluetooth_connected", '\ue0b4'), BLUETOOTH_DISABLED("mdral-bluetooth_disabled", '\ue0b5'), BLUETOOTH_SEARCHING("mdral-bluetooth_searching", '\ue0b6'), BLUR_CIRCULAR("mdral-blur_circular", '\ue0b7'), BLUR_LINEAR("mdral-blur_linear", '\ue0b8'), BLUR_OFF("mdral-blur_off", '\ue0b9'), BLUR_ON("mdral-blur_on", '\ue0ba'), BOOK("mdral-book", '\ue0bb'), BOOK_ONLINE("mdral-book_online", '\ue89b'), BOOKMARK("mdral-bookmark", '\ue0bd'), BOOKMARK_BORDER("mdral-bookmark_border", '\ue0bf'), BOOKMARKS("mdral-bookmarks", '\ue0c0'), BORDER_ALL("mdral-border_all", '\ue0c2'), BORDER_BOTTOM("mdral-border_bottom", '\ue0c3'), BORDER_CLEAR("mdral-border_clear", '\ue0c4'), BORDER_COLOR("mdral-border_color", '\ue0c5'), BORDER_HORIZONTAL("mdral-border_horizontal", '\ue0c7'), BORDER_INNER("mdral-border_inner", '\ue0c8'), BORDER_LEFT("mdral-border_left", '\ue0c9'), BORDER_OUTER("mdral-border_outer", '\ue0ca'), BORDER_RIGHT("mdral-border_right", '\ue0cb'), BORDER_STYLE("mdral-border_style", '\ue0cc'), BORDER_TOP("mdral-border_top", '\ue0cd'), BORDER_VERTICAL("mdral-border_vertical", '\ue0ce'), BRANDING_WATERMARK("mdral-branding_watermark", '\ue0cf'), BRIGHTNESS_1("mdral-brightness_1", '\ue0d1'), BRIGHTNESS_2("mdral-brightness_2", '\ue0d3'), BRIGHTNESS_3("mdral-brightness_3", '\ue0d5'), BRIGHTNESS_4("mdral-brightness_4", '\ue0d7'), BRIGHTNESS_5("mdral-brightness_5", '\ue0d9'), BRIGHTNESS_6("mdral-brightness_6", '\ue0db'), BRIGHTNESS_7("mdral-brightness_7", '\ue0dd'), BRIGHTNESS_AUTO("mdral-brightness_auto", '\ue0df'), BRIGHTNESS_HIGH("mdral-brightness_high", '\ue0e1'), BRIGHTNESS_LOW("mdral-brightness_low", '\ue0e3'), BRIGHTNESS_MEDIUM("mdral-brightness_medium", '\ue0e5'), BROKEN_IMAGE("mdral-broken_image", '\ue0e7'), BROWSER_NOT_SUPPORTED("mdral-browser_not_supported", '\ue776'), BRUSH("mdral-brush", '\ue0e9'), BUBBLE_CHART("mdral-bubble_chart", '\ue0eb'), BUG_REPORT("mdral-bug_report", '\ue0ed'), BUILD("mdral-build", '\ue0ef'), BUILD_CIRCLE("mdral-build_circle", '\ue777'), BURST_MODE("mdral-burst_mode", '\ue0f1'), BUSINESS("mdral-business", '\ue0f3'), BUSINESS_CENTER("mdral-business_center", '\ue0f5'), CACHED("mdral-cached", '\ue0f7'), CAKE("mdral-cake", '\ue0f8'), CALCULATE("mdral-calculate", '\ue779'), CALENDAR_TODAY("mdral-calendar_today", '\ue0fa'), CALENDAR_VIEW_DAY("mdral-calendar_view_day", '\ue0fc'), CALL("mdral-call", '\ue0fe'), CALL_END("mdral-call_end", '\ue100'), CALL_MADE("mdral-call_made", '\ue102'), CALL_MERGE("mdral-call_merge", '\ue103'), CALL_MISSED("mdral-call_missed", '\ue104'), CALL_MISSED_OUTGOING("mdral-call_missed_outgoing", '\ue105'), CALL_RECEIVED("mdral-call_received", '\ue106'), CALL_SPLIT("mdral-call_split", '\ue107'), CALL_TO_ACTION("mdral-call_to_action", '\ue108'), CAMERA("mdral-camera", '\ue10a'), CAMERA_ALT("mdral-camera_alt", '\ue10c'), CAMERA_ENHANCE("mdral-camera_enhance", '\ue10e'), CAMERA_FRONT("mdral-camera_front", '\ue110'), CAMERA_REAR("mdral-camera_rear", '\ue112'), CAMERA_ROLL("mdral-camera_roll", '\ue114'), CAMPAIGN("mdral-campaign", '\ue77b'), CANCEL("mdral-cancel", '\ue116'), CANCEL_PRESENTATION("mdral-cancel_presentation", '\ue118'), CANCEL_SCHEDULE_SEND("mdral-cancel_schedule_send", '\ue11a'), CARD_GIFTCARD("mdral-card_giftcard", '\ue11c'), CARD_MEMBERSHIP("mdral-card_membership", '\ue11e'), CARD_TRAVEL("mdral-card_travel", '\ue120'), CARPENTER("mdral-carpenter", '\ue866'), CASINO("mdral-casino", '\ue122'), CAST("mdral-cast", '\ue124'), CAST_CONNECTED("mdral-cast_connected", '\ue125'), CAST_FOR_EDUCATION("mdral-cast_for_education", '\ue127'), CATEGORY("mdral-category", '\ue128'), CELL_WIFI("mdral-cell_wifi", '\ue12a'), CENTER_FOCUS_STRONG("mdral-center_focus_strong", '\ue12c'), CENTER_FOCUS_WEAK("mdral-center_focus_weak", '\ue12e'), CHANGE_HISTORY("mdral-change_history", '\ue130'), CHARGING_STATION("mdral-charging_station", '\ue77d'), CHAT("mdral-chat", '\ue132'), CHAT_BUBBLE("mdral-chat_bubble", '\ue134'), CHAT_BUBBLE_OUTLINE("mdral-chat_bubble_outline", '\ue136'), CHECK("mdral-check", '\ue137'), CHECK_BOX("mdral-check_box", '\ue138'), CHECK_BOX_OUTLINE_BLANK("mdral-check_box_outline_blank", '\ue13a'), CHECK_CIRCLE("mdral-check_circle", '\ue13b'), CHECK_CIRCLE_OUTLINE("mdral-check_circle_outline", '\ue13d'), CHECKROOM("mdral-checkroom", '\ue77f'), CHEVRON_LEFT("mdral-chevron_left", '\ue13e'), CHEVRON_RIGHT("mdral-chevron_right", '\ue13f'), CHILD_CARE("mdral-child_care", '\ue140'), CHILD_FRIENDLY("mdral-child_friendly", '\ue142'), CHROME_READER_MODE("mdral-chrome_reader_mode", '\ue144'), CLASS("mdral-class", '\ue146'), CLEAN_HANDS("mdral-clean_hands", '\ue89d'), CLEANING_SERVICES("mdral-cleaning_services", '\ue780'), CLEAR("mdral-clear", '\ue148'), CLEAR_ALL("mdral-clear_all", '\ue149'), CLOSE("mdral-close", '\ue14a'), CLOSE_FULLSCREEN("mdral-close_fullscreen", '\ue782'), CLOSED_CAPTION("mdral-closed_caption", '\ue14b'), CLOSED_CAPTION_DISABLED("mdral-closed_caption_disabled", '\ue868'), CLOUD("mdral-cloud", '\ue14d'), CLOUD_CIRCLE("mdral-cloud_circle", '\ue14f'), CLOUD_DONE("mdral-cloud_done", '\ue151'), CLOUD_DOWNLOAD("mdral-cloud_download", '\ue153'), CLOUD_OFF("mdral-cloud_off", '\ue155'), CLOUD_QUEUE("mdral-cloud_queue", '\ue157'), CLOUD_UPLOAD("mdral-cloud_upload", '\ue159'), CODE("mdral-code", '\ue15b'), COLLECTIONS("mdral-collections", '\ue15c'), COLLECTIONS_BOOKMARK("mdral-collections_bookmark", '\ue15e'), COLOR_LENS("mdral-color_lens", '\ue160'), COLORIZE("mdral-colorize", '\ue162'), COMMENT("mdral-comment", '\ue164'), COMMENT_BANK("mdral-comment_bank", '\ue783'), COMMUTE("mdral-commute", '\ue166'), COMPARE("mdral-compare", '\ue167'), COMPARE_ARROWS("mdral-compare_arrows", '\ue169'), COMPASS_CALIBRATION("mdral-compass_calibration", '\ue16a'), COMPUTER("mdral-computer", '\ue16c'), CONFIRMATION_NUMBER("mdral-confirmation_number", '\ue16e'), CONNECT_WITHOUT_CONTACT("mdral-connect_without_contact", '\ue89f'), CONSTRUCTION("mdral-construction", '\ue785'), CONTACT_MAIL("mdral-contact_mail", '\ue170'), CONTACT_PAGE("mdral-contact_page", '\ue8b4'), CONTACT_PHONE("mdral-contact_phone", '\ue172'), CONTACT_SUPPORT("mdral-contact_support", '\ue174'), CONTACTLESS("mdral-contactless", '\ue176'), CONTACTS("mdral-contacts", '\ue178'), CONTENT_COPY("mdral-content_copy", '\ue17a'), CONTENT_CUT("mdral-content_cut", '\ue17c'), CONTENT_PASTE("mdral-content_paste", '\ue17e'), CONTROL_CAMERA("mdral-control_camera", '\ue180'), CONTROL_POINT("mdral-control_point", '\ue181'), CONTROL_POINT_DUPLICATE("mdral-control_point_duplicate", '\ue183'), COPYRIGHT("mdral-copyright", '\ue185'), CORONAVIRUS("mdral-coronavirus", '\ue8a0'), CORPORATE_FARE("mdral-corporate_fare", '\ue786'), COUNTERTOPS("mdral-countertops", '\ue86a'), CREATE("mdral-create", '\ue187'), CREATE_NEW_FOLDER("mdral-create_new_folder", '\ue189'), CREDIT_CARD("mdral-credit_card", '\ue18b'), CROP("mdral-crop", '\ue18d'), CROP_16_9("mdral-crop_16_9", '\ue18e'), CROP_3_2("mdral-crop_3_2", '\ue18f'), CROP_5_4("mdral-crop_5_4", '\ue190'), CROP_7_5("mdral-crop_7_5", '\ue191'), CROP_DIN("mdral-crop_din", '\ue192'), CROP_FREE("mdral-crop_free", '\ue193'), CROP_LANDSCAPE("mdral-crop_landscape", '\ue194'), CROP_ORIGINAL("mdral-crop_original", '\ue195'), CROP_PORTRAIT("mdral-crop_portrait", '\ue196'), CROP_ROTATE("mdral-crop_rotate", '\ue197'), CROP_SQUARE("mdral-crop_square", '\ue198'), DASHBOARD("mdral-dashboard", '\ue199'), DATA_USAGE("mdral-data_usage", '\ue19b'), DATE_RANGE("mdral-date_range", '\ue19c'), DECK("mdral-deck", '\ue19e'), DEHAZE("mdral-dehaze", '\ue1a0'), DELETE("mdral-delete", '\ue1a1'), DELETE_FOREVER("mdral-delete_forever", '\ue1a3'), DELETE_OUTLINE("mdral-delete_outline", '\ue1a5'), DELETE_SWEEP("mdral-delete_sweep", '\ue1a6'), DEPARTURE_BOARD("mdral-departure_board", '\ue1a8'), DESCRIPTION("mdral-description", '\ue1aa'), DESIGN_SERVICES("mdral-design_services", '\ue788'), DESKTOP_ACCESS_DISABLED("mdral-desktop_access_disabled", '\ue1ac'), DESKTOP_MAC("mdral-desktop_mac", '\ue1ae'), DESKTOP_WINDOWS("mdral-desktop_windows", '\ue1b0'), DETAILS("mdral-details", '\ue1b2'), DEVELOPER_BOARD("mdral-developer_board", '\ue1b4'), DEVELOPER_MODE("mdral-developer_mode", '\ue1b6'), DEVICE_HUB("mdral-device_hub", '\ue1b7'), DEVICE_UNKNOWN("mdral-device_unknown", '\ue1b8'), DEVICES("mdral-devices", '\ue1ba'), DEVICES_OTHER("mdral-devices_other", '\ue1bc'), DIALER_SIP("mdral-dialer_sip", '\ue1be'), DIALPAD("mdral-dialpad", '\ue1c0'), DIRECTIONS("mdral-directions", '\ue1c1'), DIRECTIONS_BIKE("mdral-directions_bike", '\ue1c3'), DIRECTIONS_BOAT("mdral-directions_boat", '\ue1c4'), DIRECTIONS_BUS("mdral-directions_bus", '\ue1c6'), DIRECTIONS_CAR("mdral-directions_car", '\ue1c8'), DIRECTIONS_OFF("mdral-directions_off", '\ue78a'), DIRECTIONS_RAILWAY("mdral-directions_railway", '\ue1ca'), DIRECTIONS_RUN("mdral-directions_run", '\ue1cc'), DIRECTIONS_SUBWAY("mdral-directions_subway", '\ue1cd'), DIRECTIONS_TRANSIT("mdral-directions_transit", '\ue1cf'), DIRECTIONS_WALK("mdral-directions_walk", '\ue1d1'), DISABLED_BY_DEFAULT("mdral-disabled_by_default", '\ue8b6'), DISC_FULL("mdral-disc_full", '\ue1d2'), DIVIDE("mdral-divide", '\ue1d4'), DNS("mdral-dns", '\ue1d6'), DO_NOT_DISTURB("mdral-do_not_disturb", '\ue1d8'), DO_NOT_DISTURB_ALT("mdral-do_not_disturb_alt", '\ue1da'), DO_NOT_DISTURB_OFF("mdral-do_not_disturb_off", '\ue1dc'), DO_NOT_STEP("mdral-do_not_step", '\ue78b'), DO_NOT_TOUCH("mdral-do_not_touch", '\ue78d'), DOCK("mdral-dock", '\ue1de'), DOMAIN("mdral-domain", '\ue1e0'), DOMAIN_DISABLED("mdral-domain_disabled", '\ue1e2'), DOMAIN_VERIFICATION("mdral-domain_verification", '\ue78f'), DONE("mdral-done", '\ue1e4'), DONE_ALL("mdral-done_all", '\ue1e5'), DONE_OUTLINE("mdral-done_outline", '\ue1e6'), DONUT_LARGE("mdral-donut_large", '\ue1e7'), DONUT_SMALL("mdral-donut_small", '\ue1e8'), DOUBLE_ARROW("mdral-double_arrow", '\ue1ea'), DRAFTS("mdral-drafts", '\ue1eb'), DRAG_HANDLE("mdral-drag_handle", '\ue1ed'), DRAG_INDICATOR("mdral-drag_indicator", '\ue1ee'), DRIVE_ETA("mdral-drive_eta", '\ue1ef'), DRY("mdral-dry", '\ue791'), DUO("mdral-duo", '\ue1f1'), DVR("mdral-dvr", '\ue1f2'), DYNAMIC_FEED("mdral-dynamic_feed", '\ue1f4'), DYNAMIC_FORM("mdral-dynamic_form", '\ue793'), EAST("mdral-east", '\ue86c'), ECO("mdral-eco", '\ue1f6'), EDIT("mdral-edit", '\ue1f8'), EDIT_ATTRIBUTES("mdral-edit_attributes", '\ue1fa'), EDIT_LOCATION("mdral-edit_location", '\ue1fc'), EDIT_ROAD("mdral-edit_road", '\ue795'), EJECT("mdral-eject", '\ue1fe'), ELDERLY("mdral-elderly", '\ue8a2'), ELECTRIC_BIKE("mdral-electric_bike", '\ue797'), ELECTRIC_CAR("mdral-electric_car", '\ue798'), ELECTRIC_MOPED("mdral-electric_moped", '\ue79a'), ELECTRIC_SCOOTER("mdral-electric_scooter", '\ue79c'), ELECTRICAL_SERVICES("mdral-electrical_services", '\ue79d'), ELEVATOR("mdral-elevator", '\ue79e'), EMAIL("mdral-email", '\ue200'), EMOJI_EMOTIONS("mdral-emoji_emotions", '\ue202'), EMOJI_EVENTS("mdral-emoji_events", '\ue204'), EMOJI_FLAGS("mdral-emoji_flags", '\ue206'), EMOJI_FOOD_BEVERAGE("mdral-emoji_food_beverage", '\ue208'), EMOJI_NATURE("mdral-emoji_nature", '\ue20a'), EMOJI_OBJECTS("mdral-emoji_objects", '\ue20c'), EMOJI_PEOPLE("mdral-emoji_people", '\ue20e'), EMOJI_SYMBOLS("mdral-emoji_symbols", '\ue20f'), EMOJI_TRANSPORTATION("mdral-emoji_transportation", '\ue210'), ENGINEERING("mdral-engineering", '\ue7a0'), ENHANCED_ENCRYPTION("mdral-enhanced_encryption", '\ue211'), EQUALIZER("mdral-equalizer", '\ue213'), EQUALS("mdral-equals", '\ue214'), ERROR("mdral-error", '\ue215'), ERROR_OUTLINE("mdral-error_outline", '\ue217'), ESCALATOR("mdral-escalator", '\ue7a2'), ESCALATOR_WARNING("mdral-escalator_warning", '\ue7a4'), EURO("mdral-euro", '\ue218'), EURO_SYMBOL("mdral-euro_symbol", '\ue219'), EV_STATION("mdral-ev_station", '\ue21a'), EVENT("mdral-event", '\ue21c'), EVENT_AVAILABLE("mdral-event_available", '\ue21e'), EVENT_BUSY("mdral-event_busy", '\ue220'), EVENT_NOTE("mdral-event_note", '\ue222'), EVENT_SEAT("mdral-event_seat", '\ue224'), EXIT_TO_APP("mdral-exit_to_app", '\ue226'), EXPAND_LESS("mdral-expand_less", '\ue227'), EXPAND_MORE("mdral-expand_more", '\ue228'), EXPLICIT("mdral-explicit", '\ue229'), EXPLORE("mdral-explore", '\ue22b'), EXPLORE_OFF("mdral-explore_off", '\ue22d'), EXPOSURE("mdral-exposure", '\ue22f'), EXPOSURE_NEG_1("mdral-exposure_neg_1", '\ue231'), EXPOSURE_NEG_2("mdral-exposure_neg_2", '\ue232'), EXPOSURE_PLUS_1("mdral-exposure_plus_1", '\ue233'), EXPOSURE_PLUS_2("mdral-exposure_plus_2", '\ue234'), EXPOSURE_ZERO("mdral-exposure_zero", '\ue235'), EXTENSION("mdral-extension", '\ue236'), FACE("mdral-face", '\ue238'), FACEBOOK("mdral-facebook", '\ue8b8'), FACT_CHECK("mdral-fact_check", '\ue7a5'), FAMILY_RESTROOM("mdral-family_restroom", '\ue7a7'), FAST_FORWARD("mdral-fast_forward", '\ue23a'), FAST_REWIND("mdral-fast_rewind", '\ue23c'), FASTFOOD("mdral-fastfood", '\ue23e'), FAVORITE("mdral-favorite", '\ue240'), FAVORITE_BORDER("mdral-favorite_border", '\ue242'), FEATURED_PLAY_LIST("mdral-featured_play_list", '\ue243'), FEATURED_VIDEO("mdral-featured_video", '\ue245'), FEEDBACK("mdral-feedback", '\ue247'), FENCE("mdral-fence", '\ue86d'), FIBER_DVR("mdral-fiber_dvr", '\ue249'), FIBER_MANUAL_RECORD("mdral-fiber_manual_record", '\ue24b'), FIBER_NEW("mdral-fiber_new", '\ue24d'), FIBER_PIN("mdral-fiber_pin", '\ue24f'), FIBER_SMART_RECORD("mdral-fiber_smart_record", '\ue251'), FILE_COPY("mdral-file_copy", '\ue253'), FILE_UPLOAD("mdral-file_upload", '\ue255'), FILTER("mdral-filter", '\ue257'), FILTER_1("mdral-filter_1", '\ue259'), FILTER_2("mdral-filter_2", '\ue25b'), FILTER_3("mdral-filter_3", '\ue25d'), FILTER_4("mdral-filter_4", '\ue25f'), FILTER_5("mdral-filter_5", '\ue261'), FILTER_6("mdral-filter_6", '\ue263'), FILTER_7("mdral-filter_7", '\ue265'), FILTER_8("mdral-filter_8", '\ue267'), FILTER_9("mdral-filter_9", '\ue269'), FILTER_9_PLUS("mdral-filter_9_plus", '\ue26b'), FILTER_ALT("mdral-filter_alt", '\ue7a8'), FILTER_B_AND_W("mdral-filter_b_and_w", '\ue26d'), FILTER_CENTER_FOCUS("mdral-filter_center_focus", '\ue26f'), FILTER_DRAMA("mdral-filter_drama", '\ue270'), FILTER_FRAMES("mdral-filter_frames", '\ue272'), FILTER_HDR("mdral-filter_hdr", '\ue274'), FILTER_LIST("mdral-filter_list", '\ue276'), FILTER_NONE("mdral-filter_none", '\ue277'), FILTER_TILT_SHIFT("mdral-filter_tilt_shift", '\ue279'), FILTER_VINTAGE("mdral-filter_vintage", '\ue27a'), FIND_IN_PAGE("mdral-find_in_page", '\ue27c'), FIND_REPLACE("mdral-find_replace", '\ue27e'), FINGERPRINT("mdral-fingerprint", '\ue27f'), FIRE_EXTINGUISHER("mdral-fire_extinguisher", '\ue86f'), FIREPLACE("mdral-fireplace", '\ue280'), FIRST_PAGE("mdral-first_page", '\ue282'), FITNESS_CENTER("mdral-fitness_center", '\ue283'), FLAG("mdral-flag", '\ue284'), FLAKY("mdral-flaky", '\ue7aa'), FLARE("mdral-flare", '\ue286'), FLASH_AUTO("mdral-flash_auto", '\ue287'), FLASH_OFF("mdral-flash_off", '\ue288'), FLASH_ON("mdral-flash_on", '\ue289'), FLIGHT("mdral-flight", '\ue28a'), FLIGHT_LAND("mdral-flight_land", '\ue28b'), FLIGHT_TAKEOFF("mdral-flight_takeoff", '\ue28c'), FLIP("mdral-flip", '\ue28d'), FLIP_CAMERA_ANDROID("mdral-flip_camera_android", '\ue28e'), FLIP_CAMERA_IOS("mdral-flip_camera_ios", '\ue290'), FLIP_TO_BACK("mdral-flip_to_back", '\ue292'), FLIP_TO_FRONT("mdral-flip_to_front", '\ue293'), FOLDER("mdral-folder", '\ue294'), FOLDER_OPEN("mdral-folder_open", '\ue296'), FOLDER_SHARED("mdral-folder_shared", '\ue298'), FOLDER_SPECIAL("mdral-folder_special", '\ue29a'), FOLLOW_THE_SIGNS("mdral-follow_the_signs", '\ue8a3'), FONT_DOWNLOAD("mdral-font_download", '\ue29c'), FOOD_BANK("mdral-food_bank", '\ue870'), FORMAT_ALIGN_CENTER("mdral-format_align_center", '\ue29e'), FORMAT_ALIGN_JUSTIFY("mdral-format_align_justify", '\ue29f'), FORMAT_ALIGN_LEFT("mdral-format_align_left", '\ue2a0'), FORMAT_ALIGN_RIGHT("mdral-format_align_right", '\ue2a1'), FORMAT_BOLD("mdral-format_bold", '\ue2a2'), FORMAT_CLEAR("mdral-format_clear", '\ue2a3'), FORMAT_COLOR_FILL("mdral-format_color_fill", '\ue2a4'), FORMAT_COLOR_RESET("mdral-format_color_reset", '\ue2a6'), FORMAT_COLOR_TEXT("mdral-format_color_text", '\ue2a8'), FORMAT_INDENT_DECREASE("mdral-format_indent_decrease", '\ue2aa'), FORMAT_INDENT_INCREASE("mdral-format_indent_increase", '\ue2ab'), FORMAT_ITALIC("mdral-format_italic", '\ue2ac'), FORMAT_LINE_SPACING("mdral-format_line_spacing", '\ue2ad'), FORMAT_LIST_BULLETED("mdral-format_list_bulleted", '\ue2ae'), FORMAT_LIST_NUMBERED("mdral-format_list_numbered", '\ue2af'), FORMAT_LIST_NUMBERED_RTL("mdral-format_list_numbered_rtl", '\ue2b0'), FORMAT_PAINT("mdral-format_paint", '\ue2b1'), FORMAT_QUOTE("mdral-format_quote", '\ue2b3'), FORMAT_SHAPES("mdral-format_shapes", '\ue2b5'), FORMAT_SIZE("mdral-format_size", '\ue2b7'), FORMAT_STRIKETHROUGH("mdral-format_strikethrough", '\ue2b8'), FORMAT_TEXTDIRECTION_L_TO_R("mdral-format_textdirection_l_to_r", '\ue2b9'), FORMAT_TEXTDIRECTION_R_TO_L("mdral-format_textdirection_r_to_l", '\ue2bb'), FORMAT_UNDERLINED("mdral-format_underlined", '\ue2bd'), FORUM("mdral-forum", '\ue2be'), FORWARD("mdral-forward", '\ue2c0'), FORWARD_10("mdral-forward_10", '\ue2c2'), FORWARD_30("mdral-forward_30", '\ue2c3'), FORWARD_5("mdral-forward_5", '\ue2c4'), FORWARD_TO_INBOX("mdral-forward_to_inbox", '\ue7ab'), FOUNDATION("mdral-foundation", '\ue872'), FREE_BREAKFAST("mdral-free_breakfast", '\ue2c5'), FULLSCREEN("mdral-fullscreen", '\ue2c7'), FULLSCREEN_EXIT("mdral-fullscreen_exit", '\ue2c8'), FUNCTIONS("mdral-functions", '\ue2c9'), G_TRANSLATE("mdral-g_translate", '\ue2ca'), GAMEPAD("mdral-gamepad", '\ue2cb'), GAMES("mdral-games", '\ue2cd'), GAVEL("mdral-gavel", '\ue2cf'), GESTURE("mdral-gesture", '\ue2d0'), GET_APP("mdral-get_app", '\ue2d1'), GIF("mdral-gif", '\ue2d3'), GOLF_COURSE("mdral-golf_course", '\ue2d5'), GPS_FIXED("mdral-gps_fixed", '\ue2d7'), GPS_NOT_FIXED("mdral-gps_not_fixed", '\ue2d9'), GPS_OFF("mdral-gps_off", '\ue2da'), GRADE("mdral-grade", '\ue2db'), GRADIENT("mdral-gradient", '\ue2dd'), GRADING("mdral-grading", '\ue7ad'), GRAIN("mdral-grain", '\ue2de'), GRAPHIC_EQ("mdral-graphic_eq", '\ue2df'), GRASS("mdral-grass", '\ue874'), GREATER_THAN("mdral-greater_than", '\ue2e0'), GREATER_THAN_EQUAL("mdral-greater_than_equal", '\ue2e1'), GRID_OFF("mdral-grid_off", '\ue2e2'), GRID_ON("mdral-grid_on", '\ue2e4'), GROUP("mdral-group", '\ue2e6'), GROUP_ADD("mdral-group_add", '\ue2e8'), GROUP_WORK("mdral-group_work", '\ue2ea'), GROUPS("mdral-groups", '\ue8b9'), HANDYMAN("mdral-handyman", '\ue7ae'), HD("mdral-hd", '\ue2ec'), HDR_OFF("mdral-hdr_off", '\ue2ee'), HDR_ON("mdral-hdr_on", '\ue2ef'), HDR_STRONG("mdral-hdr_strong", '\ue2f0'), HDR_WEAK("mdral-hdr_weak", '\ue2f2'), HEADSET("mdral-headset", '\ue2f4'), HEADSET_MIC("mdral-headset_mic", '\ue2f6'), HEALING("mdral-healing", '\ue2f8'), HEARING("mdral-hearing", '\ue2fa'), HEARING_DISABLED("mdral-hearing_disabled", '\ue7b0'), HEIGHT("mdral-height", '\ue2fb'), HELP("mdral-help", '\ue2fc'), HELP_CENTER("mdral-help_center", '\ue7b1'), HELP_OUTLINE("mdral-help_outline", '\ue2fe'), HIGH_QUALITY("mdral-high_quality", '\ue2ff'), HIGHLIGHT("mdral-highlight", '\ue301'), HIGHLIGHT_ALT("mdral-highlight_alt", '\ue7b3'), HIGHLIGHT_OFF("mdral-highlight_off", '\ue303'), HISTORY("mdral-history", '\ue305'), HISTORY_EDU("mdral-history_edu", '\ue7b4'), HISTORY_TOGGLE_OFF("mdral-history_toggle_off", '\ue7b6'), HOME("mdral-home", '\ue306'), HOME_REPAIR_SERVICE("mdral-home_repair_service", '\ue7b7'), HOME_WORK("mdral-home_work", '\ue308'), HORIZONTAL_DISTRIBUTE("mdral-horizontal_distribute", '\ue8d0'), HORIZONTAL_RULE("mdral-horizontal_rule", '\ue7b9'), HORIZONTAL_SPLIT("mdral-horizontal_split", '\ue30a'), HOT_TUB("mdral-hot_tub", '\ue30c'), HOTEL("mdral-hotel", '\ue30d'), HOURGLASS_BOTTOM("mdral-hourglass_bottom", '\ue7ba'), HOURGLASS_DISABLED("mdral-hourglass_disabled", '\ue7bc'), HOURGLASS_EMPTY("mdral-hourglass_empty", '\ue30f'), HOURGLASS_FULL("mdral-hourglass_full", '\ue310'), HOURGLASS_TOP("mdral-hourglass_top", '\ue7bd'), HOUSE("mdral-house", '\ue312'), HOUSE_SIDING("mdral-house_siding", '\ue875'), HOW_TO_REG("mdral-how_to_reg", '\ue314'), HOW_TO_VOTE("mdral-how_to_vote", '\ue316'), HTTP("mdral-http", '\ue318'), HTTPS("mdral-https", '\ue319'), HVAC("mdral-hvac", '\ue7bf'), IMAGE("mdral-image", '\ue31b'), IMAGE_ASPECT_RATIO("mdral-image_aspect_ratio", '\ue31d'), IMAGE_NOT_SUPPORTED("mdral-image_not_supported", '\ue7c1'), IMAGE_SEARCH("mdral-image_search", '\ue31f'), IMPORT_CONTACTS("mdral-import_contacts", '\ue321'), IMPORT_EXPORT("mdral-import_export", '\ue323'), IMPORTANT_DEVICES("mdral-important_devices", '\ue324'), INBOX("mdral-inbox", '\ue326'), INDETERMINATE_CHECK_BOX("mdral-indeterminate_check_box", '\ue328'), INFO("mdral-info", '\ue32a'), INPUT("mdral-input", '\ue32c'), INSERT_CHART("mdral-insert_chart", '\ue32d'), INSERT_CHART_OUTLINED("mdral-insert_chart_outlined", '\ue32f'), INSERT_COMMENT("mdral-insert_comment", '\ue330'), INSERT_DRIVE_FILE("mdral-insert_drive_file", '\ue332'), INSERT_EMOTICON("mdral-insert_emoticon", '\ue334'), INSERT_INVITATION("mdral-insert_invitation", '\ue336'), INSERT_LINK("mdral-insert_link", '\ue338'), INSERT_PHOTO("mdral-insert_photo", '\ue339'), INSIGHTS("mdral-insights", '\ue7c3'), INTEGRATION_INSTRUCTIONS("mdral-integration_instructions", '\ue7c4'), INVERT_COLORS("mdral-invert_colors", '\ue33b'), INVERT_COLORS_OFF("mdral-invert_colors_off", '\ue33d'), ISO("mdral-iso", '\ue33f'), KEYBOARD("mdral-keyboard", '\ue341'), KEYBOARD_ARROW_DOWN("mdral-keyboard_arrow_down", '\ue343'), KEYBOARD_ARROW_LEFT("mdral-keyboard_arrow_left", '\ue344'), KEYBOARD_ARROW_RIGHT("mdral-keyboard_arrow_right", '\ue345'), KEYBOARD_ARROW_UP("mdral-keyboard_arrow_up", '\ue346'), KEYBOARD_BACKSPACE("mdral-keyboard_backspace", '\ue347'), KEYBOARD_CAPSLOCK("mdral-keyboard_capslock", '\ue348'), KEYBOARD_HIDE("mdral-keyboard_hide", '\ue349'), KEYBOARD_RETURN("mdral-keyboard_return", '\ue34b'), KEYBOARD_TAB("mdral-keyboard_tab", '\ue34c'), KEYBOARD_VOICE("mdral-keyboard_voice", '\ue34d'), KING_BED("mdral-king_bed", '\ue34f'), KITCHEN("mdral-kitchen", '\ue351'), LABEL("mdral-label", '\ue353'), LABEL_IMPORTANT("mdral-label_important", '\ue355'), LABEL_OFF("mdral-label_off", '\ue357'), LANDSCAPE("mdral-landscape", '\ue359'), LANGUAGE("mdral-language", '\ue35b'), LAPTOP("mdral-laptop", '\ue35d'), LAPTOP_CHROMEBOOK("mdral-laptop_chromebook", '\ue35f'), LAPTOP_MAC("mdral-laptop_mac", '\ue361'), LAPTOP_WINDOWS("mdral-laptop_windows", '\ue363'), LAST_PAGE("mdral-last_page", '\ue365'), LAUNCH("mdral-launch", '\ue366'), LAYERS("mdral-layers", '\ue367'), LAYERS_CLEAR("mdral-layers_clear", '\ue369'), LEADERBOARD("mdral-leaderboard", '\ue877'), LEAK_ADD("mdral-leak_add", '\ue36b'), LEAK_REMOVE("mdral-leak_remove", '\ue36c'), LEAVE_BAGS_AT_HOME("mdral-leave_bags_at_home", '\ue8a5'), LEGEND_TOGGLE("mdral-legend_toggle", '\ue7c6'), LENS("mdral-lens", '\ue36d'), LESS_THAN("mdral-less_than", '\ue36f'), LESS_THAN_EQUAL("mdral-less_than_equal", '\ue370'), LIBRARY_ADD("mdral-library_add", '\ue371'), LIBRARY_ADD_CHECK("mdral-library_add_check", '\ue746'), LIBRARY_BOOKS("mdral-library_books", '\ue373'), LIBRARY_MUSIC("mdral-library_music", '\ue375'), LIGHTBULB("mdral-lightbulb", '\ue377'), LINE_STYLE("mdral-line_style", '\ue379'), LINE_WEIGHT("mdral-line_weight", '\ue37a'), LINEAR_SCALE("mdral-linear_scale", '\ue37b'), LINK("mdral-link", '\ue37c'), LINK_OFF("mdral-link_off", '\ue37e'), LINKED_CAMERA("mdral-linked_camera", '\ue37f'), LIST("mdral-list", '\ue381'), LIST_ALT("mdral-list_alt", '\ue382'), LIVE_HELP("mdral-live_help", '\ue384'), LIVE_TV("mdral-live_tv", '\ue386'), LOCAL_ACTIVITY("mdral-local_activity", '\ue388'), LOCAL_AIRPORT("mdral-local_airport", '\ue38a'), LOCAL_ATM("mdral-local_atm", '\ue38b'), LOCAL_BAR("mdral-local_bar", '\ue38d'), LOCAL_CAFE("mdral-local_cafe", '\ue38f'), LOCAL_CAR_WASH("mdral-local_car_wash", '\ue391'), LOCAL_CONVENIENCE_STORE("mdral-local_convenience_store", '\ue393'), LOCAL_DINING("mdral-local_dining", '\ue395'), LOCAL_DRINK("mdral-local_drink", '\ue396'), LOCAL_FIRE_DEPARTMENT("mdral-local_fire_department", '\ue8a7'), LOCAL_FLORIST("mdral-local_florist", '\ue398'), LOCAL_GAS_STATION("mdral-local_gas_station", '\ue39a'), LOCAL_GROCERY_STORE("mdral-local_grocery_store", '\ue39c'), LOCAL_HOSPITAL("mdral-local_hospital", '\ue39e'), LOCAL_HOTEL("mdral-local_hotel", '\ue3a0'), LOCAL_LAUNDRY_SERVICE("mdral-local_laundry_service", '\ue3a2'), LOCAL_LIBRARY("mdral-local_library", '\ue3a4'), LOCAL_MALL("mdral-local_mall", '\ue3a6'), LOCAL_MOVIES("mdral-local_movies", '\ue3a8'), LOCAL_OFFER("mdral-local_offer", '\ue3aa'), LOCAL_PARKING("mdral-local_parking", '\ue3ac'), LOCAL_PHARMACY("mdral-local_pharmacy", '\ue3ad'), LOCAL_PHONE("mdral-local_phone", '\ue3af'), LOCAL_PIZZA("mdral-local_pizza", '\ue3b1'), LOCAL_PLAY("mdral-local_play", '\ue3b3'), LOCAL_POLICE("mdral-local_police", '\ue8a9'), LOCAL_POST_OFFICE("mdral-local_post_office", '\ue3b5'), LOCAL_PRINTSHOP("mdral-local_printshop", '\ue3b7'), LOCAL_SEE("mdral-local_see", '\ue3b9'), LOCAL_SHIPPING("mdral-local_shipping", '\ue3bb'), LOCAL_TAXI("mdral-local_taxi", '\ue3bd'), LOCATION_CITY("mdral-location_city", '\ue3bf'), LOCATION_DISABLED("mdral-location_disabled", '\ue3c0'), LOCATION_OFF("mdral-location_off", '\ue3c1'), LOCATION_ON("mdral-location_on", '\ue3c2'), LOCATION_SEARCHING("mdral-location_searching", '\ue3c4'), LOCK("mdral-lock", '\ue3c5'), LOCK_OPEN("mdral-lock_open", '\ue3c7'), LOG_IN("mdral-log_in", '\ue3c9'), LOG_OUT("mdral-log_out", '\ue3ca'), LOGIN("mdral-login", '\ue7c7'), LOOKS("mdral-looks", '\ue3cb'), LOOKS_3("mdral-looks_3", '\ue3cc'), LOOKS_4("mdral-looks_4", '\ue3ce'), LOOKS_5("mdral-looks_5", '\ue3d0'), LOOKS_6("mdral-looks_6", '\ue3d2'), LOOKS_ONE("mdral-looks_one", '\ue3d4'), LOOKS_TWO("mdral-looks_two", '\ue3d6'), LOOP("mdral-loop", '\ue3d8'), LOUPE("mdral-loupe", '\ue3d9'), LOW_PRIORITY("mdral-low_priority", '\ue3db'), LOYALTY("mdral-loyalty", '\ue3dc'), LUGGAGE("mdral-luggage", '\ue8bb'); public static Material2RoundAL findByDescription(String description) { for (Material2RoundAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2RoundAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2RoundALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2RoundALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons-Round.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdral-"); } @Override public Ikon resolve(String description) { return Material2RoundAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons Round"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2RoundALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Material2RoundALIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2RoundAL.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2RoundMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2RoundMZ implements Ikon { MAIL("mdrmz-mail", '\ue3de'), MAIL_OUTLINE("mdrmz-mail_outline", '\ue3e0'), MAP("mdrmz-map", '\ue3e1'), MAPS_UGC("mdrmz-maps_ugc", '\ue7c8'), MARK_CHAT_READ("mdrmz-mark_chat_read", '\ue7ca'), MARK_CHAT_UNREAD("mdrmz-mark_chat_unread", '\ue7cc'), MARK_EMAIL_READ("mdrmz-mark_email_read", '\ue7ce'), MARK_EMAIL_UNREAD("mdrmz-mark_email_unread", '\ue7d0'), MARKUNREAD("mdrmz-markunread", '\ue3e3'), MARKUNREAD_MAILBOX("mdrmz-markunread_mailbox", '\ue3e5'), MASKS("mdrmz-masks", '\ue8ab'), MAXIMIZE("mdrmz-maximize", '\ue3e7'), MEDIATION("mdrmz-mediation", '\ue7d2'), MEDICAL_SERVICES("mdrmz-medical_services", '\ue7d3'), MEETING_ROOM("mdrmz-meeting_room", '\ue3e8'), MEMORY("mdrmz-memory", '\ue3ea'), MENU("mdrmz-menu", '\ue3ec'), MENU_BOOK("mdrmz-menu_book", '\ue3ed'), MENU_OPEN("mdrmz-menu_open", '\ue3ef'), MERGE_TYPE("mdrmz-merge_type", '\ue3f0'), MESSAGE("mdrmz-message", '\ue3f1'), MIC("mdrmz-mic", '\ue3f3'), MIC_NONE("mdrmz-mic_none", '\ue3f5'), MIC_OFF("mdrmz-mic_off", '\ue3f7'), MICROWAVE("mdrmz-microwave", '\ue879'), MILITARY_TECH("mdrmz-military_tech", '\ue7d5'), MINIMIZE("mdrmz-minimize", '\ue3f9'), MINUS("mdrmz-minus", '\ue3fa'), MISCELLANEOUS_SERVICES("mdrmz-miscellaneous_services", '\ue7d7'), MISSED_VIDEO_CALL("mdrmz-missed_video_call", '\ue3fb'), MMS("mdrmz-mms", '\ue3fd'), MOBILE_FRIENDLY("mdrmz-mobile_friendly", '\ue3ff'), MOBILE_OFF("mdrmz-mobile_off", '\ue400'), MOBILE_SCREEN_SHARE("mdrmz-mobile_screen_share", '\ue401'), MODE_COMMENT("mdrmz-mode_comment", '\ue403'), MODEL_TRAINING("mdrmz-model_training", '\ue7d8'), MONETIZATION_ON("mdrmz-monetization_on", '\ue405'), MONEY("mdrmz-money", '\ue407'), MONEY_OFF("mdrmz-money_off", '\ue409'), MONOCHROME_PHOTOS("mdrmz-monochrome_photos", '\ue40a'), MOOD("mdrmz-mood", '\ue40c'), MOOD_BAD("mdrmz-mood_bad", '\ue40e'), MOPED("mdrmz-moped", '\ue7d9'), MORE("mdrmz-more", '\ue410'), MORE_HORIZ("mdrmz-more_horiz", '\ue412'), MORE_TIME("mdrmz-more_time", '\ue7db'), MORE_VERT("mdrmz-more_vert", '\ue413'), MOTION_PHOTOS_ON("mdrmz-motion_photos_on", '\ue8ad'), MOTION_PHOTOS_PAUSE("mdrmz-motion_photos_pause", '\ue8bd'), MOTION_PHOTOS_PAUSED("mdrmz-motion_photos_paused", '\ue8ae'), MOTORCYCLE("mdrmz-motorcycle", '\ue414'), MOUSE("mdrmz-mouse", '\ue416'), MOVE_TO_INBOX("mdrmz-move_to_inbox", '\ue418'), MOVIE("mdrmz-movie", '\ue41a'), MOVIE_CREATION("mdrmz-movie_creation", '\ue41c'), MOVIE_FILTER("mdrmz-movie_filter", '\ue41e'), MULTILINE_CHART("mdrmz-multiline_chart", '\ue420'), MULTIPLE_STOP("mdrmz-multiple_stop", '\ue7dc'), MUSEUM("mdrmz-museum", '\ue421'), MUSIC_NOTE("mdrmz-music_note", '\ue423'), MUSIC_OFF("mdrmz-music_off", '\ue425'), MUSIC_VIDEO("mdrmz-music_video", '\ue427'), MY_LOCATION("mdrmz-my_location", '\ue429'), NAT("mdrmz-nat", '\ue7dd'), NATURE("mdrmz-nature", '\ue42b'), NATURE_PEOPLE("mdrmz-nature_people", '\ue42d'), NAVIGATE_BEFORE("mdrmz-navigate_before", '\ue42f'), NAVIGATE_NEXT("mdrmz-navigate_next", '\ue430'), NAVIGATION("mdrmz-navigation", '\ue431'), NEAR_ME("mdrmz-near_me", '\ue433'), NEAR_ME_DISABLED("mdrmz-near_me_disabled", '\ue87b'), NETWORK_CELL("mdrmz-network_cell", '\ue435'), NETWORK_CHECK("mdrmz-network_check", '\ue437'), NETWORK_LOCKED("mdrmz-network_locked", '\ue438'), NETWORK_WIFI("mdrmz-network_wifi", '\ue439'), NEW_RELEASES("mdrmz-new_releases", '\ue43b'), NEXT_PLAN("mdrmz-next_plan", '\ue7df'), NEXT_WEEK("mdrmz-next_week", '\ue43d'), NFC("mdrmz-nfc", '\ue43f'), NIGHT_SHELTER("mdrmz-night_shelter", '\ue87d'), NIGHTS_STAY("mdrmz-nights_stay", '\ue440'), NO_BACKPACK("mdrmz-no_backpack", '\ue8be'), NO_CELL("mdrmz-no_cell", '\ue7e1'), NO_DRINKS("mdrmz-no_drinks", '\ue7e3'), NO_ENCRYPTION("mdrmz-no_encryption", '\ue442'), NO_FLASH("mdrmz-no_flash", '\ue7e5'), NO_FOOD("mdrmz-no_food", '\ue7e7'), NO_LUGGAGE("mdrmz-no_luggage", '\ue8c0'), NO_MEALS("mdrmz-no_meals", '\ue87f'), NO_MEETING_ROOM("mdrmz-no_meeting_room", '\ue444'), NO_PHOTOGRAPHY("mdrmz-no_photography", '\ue7e9'), NO_SIM("mdrmz-no_sim", '\ue446'), NO_STROLLER("mdrmz-no_stroller", '\ue7eb'), NO_TRANSFER("mdrmz-no_transfer", '\ue880'), NORTH("mdrmz-north", '\ue882'), NORTH_EAST("mdrmz-north_east", '\ue883'), NORTH_WEST("mdrmz-north_west", '\ue884'), NOT_ACCESSIBLE("mdrmz-not_accessible", '\ue7ed'), NOT_EQUAL("mdrmz-not_equal", '\ue448'), NOT_INTERESTED("mdrmz-not_interested", '\ue449'), NOT_LISTED_LOCATION("mdrmz-not_listed_location", '\ue44a'), NOT_STARTED("mdrmz-not_started", '\ue7ee'), NOTE("mdrmz-note", '\ue44c'), NOTE_ADD("mdrmz-note_add", '\ue44e'), NOTES("mdrmz-notes", '\ue450'), NOTIFICATION_IMPORTANT("mdrmz-notification_important", '\ue451'), NOTIFICATIONS("mdrmz-notifications", '\ue453'), NOTIFICATIONS_ACTIVE("mdrmz-notifications_active", '\ue455'), NOTIFICATIONS_NONE("mdrmz-notifications_none", '\ue457'), NOTIFICATIONS_OFF("mdrmz-notifications_off", '\ue459'), NOTIFICATIONS_PAUSED("mdrmz-notifications_paused", '\ue45b'), OFFLINE_BOLT("mdrmz-offline_bolt", '\ue45d'), OFFLINE_PIN("mdrmz-offline_pin", '\ue45f'), ONDEMAND_VIDEO("mdrmz-ondemand_video", '\ue461'), ONLINE_PREDICTION("mdrmz-online_prediction", '\ue7f0'), OPACITY("mdrmz-opacity", '\ue463'), OPEN_IN_BROWSER("mdrmz-open_in_browser", '\ue465'), OPEN_IN_FULL("mdrmz-open_in_full", '\ue7f1'), OPEN_IN_NEW("mdrmz-open_in_new", '\ue466'), OPEN_WITH("mdrmz-open_with", '\ue467'), OUTBOND("mdrmz-outbond", '\ue8c2'), OUTDOOR_GRILL("mdrmz-outdoor_grill", '\ue468'), OUTLET("mdrmz-outlet", '\ue7f2'), OUTLINED_FLAG("mdrmz-outlined_flag", '\ue46a'), PAGES("mdrmz-pages", '\ue46b'), PAGEVIEW("mdrmz-pageview", '\ue46d'), PALETTE("mdrmz-palette", '\ue46f'), PAN_TOOL("mdrmz-pan_tool", '\ue471'), PANORAMA("mdrmz-panorama", '\ue473'), PANORAMA_FISH_EYE("mdrmz-panorama_fish_eye", '\ue475'), PANORAMA_HORIZONTAL("mdrmz-panorama_horizontal", '\ue477'), PANORAMA_VERTICAL("mdrmz-panorama_vertical", '\ue479'), PANORAMA_WIDE_ANGLE("mdrmz-panorama_wide_angle", '\ue47b'), PARTY_MODE("mdrmz-party_mode", '\ue47d'), PAUSE("mdrmz-pause", '\ue47f'), PAUSE_CIRCLE_FILLED("mdrmz-pause_circle_filled", '\ue480'), PAUSE_CIRCLE_OUTLINE("mdrmz-pause_circle_outline", '\ue482'), PAUSE_PRESENTATION("mdrmz-pause_presentation", '\ue483'), PAYMENT("mdrmz-payment", '\ue485'), PAYMENTS("mdrmz-payments", '\ue7f4'), PEDAL_BIKE("mdrmz-pedal_bike", '\ue7f6'), PENDING("mdrmz-pending", '\ue7f7'), PENDING_ACTIONS("mdrmz-pending_actions", '\ue7f9'), PEOPLE("mdrmz-people", '\ue487'), PEOPLE_ALT("mdrmz-people_alt", '\ue489'), PEOPLE_OUTLINE("mdrmz-people_outline", '\ue48b'), PERCENTAGE("mdrmz-percentage", '\ue48d'), PERM_CAMERA_MIC("mdrmz-perm_camera_mic", '\ue48f'), PERM_CONTACT_CALENDAR("mdrmz-perm_contact_calendar", '\ue491'), PERM_DATA_SETTING("mdrmz-perm_data_setting", '\ue493'), PERM_DEVICE_INFORMATION("mdrmz-perm_device_information", '\ue494'), PERM_IDENTITY("mdrmz-perm_identity", '\ue496'), PERM_MEDIA("mdrmz-perm_media", '\ue498'), PERM_PHONE_MSG("mdrmz-perm_phone_msg", '\ue49a'), PERM_SCAN_WIFI("mdrmz-perm_scan_wifi", '\ue49c'), PERSON("mdrmz-person", '\ue49e'), PERSON_ADD("mdrmz-person_add", '\ue4a0'), PERSON_ADD_ALT_1("mdrmz-person_add_alt_1", '\ue7fb'), PERSON_ADD_DISABLED("mdrmz-person_add_disabled", '\ue4a2'), PERSON_OUTLINE("mdrmz-person_outline", '\ue4a4'), PERSON_PIN("mdrmz-person_pin", '\ue4a6'), PERSON_PIN_CIRCLE("mdrmz-person_pin_circle", '\ue4a8'), PERSON_REMOVE("mdrmz-person_remove", '\ue7fd'), PERSON_REMOVE_ALT_1("mdrmz-person_remove_alt_1", '\ue7ff'), PERSON_SEARCH("mdrmz-person_search", '\ue801'), PERSONAL_VIDEO("mdrmz-personal_video", '\ue4aa'), PEST_CONTROL("mdrmz-pest_control", '\ue803'), PEST_CONTROL_RODENT("mdrmz-pest_control_rodent", '\ue805'), PETS("mdrmz-pets", '\ue4ac'), PHONE("mdrmz-phone", '\ue4ad'), PHONE_ANDROID("mdrmz-phone_android", '\ue4af'), PHONE_BLUETOOTH_SPEAKER("mdrmz-phone_bluetooth_speaker", '\ue4b1'), PHONE_CALLBACK("mdrmz-phone_callback", '\ue4b3'), PHONE_DISABLED("mdrmz-phone_disabled", '\ue4b5'), PHONE_ENABLED("mdrmz-phone_enabled", '\ue4b6'), PHONE_FORWARDED("mdrmz-phone_forwarded", '\ue4b7'), PHONE_IN_TALK("mdrmz-phone_in_talk", '\ue4b9'), PHONE_IPHONE("mdrmz-phone_iphone", '\ue4bb'), PHONE_LOCKED("mdrmz-phone_locked", '\ue4bd'), PHONE_MISSED("mdrmz-phone_missed", '\ue4bf'), PHONE_PAUSED("mdrmz-phone_paused", '\ue4c1'), PHONELINK("mdrmz-phonelink", '\ue4c3'), PHONELINK_ERASE("mdrmz-phonelink_erase", '\ue4c5'), PHONELINK_LOCK("mdrmz-phonelink_lock", '\ue4c6'), PHONELINK_OFF("mdrmz-phonelink_off", '\ue4c7'), PHONELINK_RING("mdrmz-phonelink_ring", '\ue4c9'), PHONELINK_SETUP("mdrmz-phonelink_setup", '\ue4cb'), PHOTO("mdrmz-photo", '\ue4cc'), PHOTO_ALBUM("mdrmz-photo_album", '\ue4ce'), PHOTO_CAMERA("mdrmz-photo_camera", '\ue4d0'), PHOTO_FILTER("mdrmz-photo_filter", '\ue4d2'), PHOTO_LIBRARY("mdrmz-photo_library", '\ue4d3'), PHOTO_SIZE_SELECT_ACTUAL("mdrmz-photo_size_select_actual", '\ue4d5'), PHOTO_SIZE_SELECT_LARGE("mdrmz-photo_size_select_large", '\ue4d7'), PHOTO_SIZE_SELECT_SMALL("mdrmz-photo_size_select_small", '\ue4d8'), PICTURE_AS_PDF("mdrmz-picture_as_pdf", '\ue4d9'), PICTURE_IN_PICTURE("mdrmz-picture_in_picture", '\ue4db'), PICTURE_IN_PICTURE_ALT("mdrmz-picture_in_picture_alt", '\ue4dd'), PIE_CHART("mdrmz-pie_chart", '\ue4df'), PIN("mdrmz-pin", '\ue4e1'), PIN_DROP("mdrmz-pin_drop", '\ue4e3'), PIN_OFF("mdrmz-pin_off", '\ue4e5'), PLACE("mdrmz-place", '\ue4e7'), PLAGIARISM("mdrmz-plagiarism", '\ue807'), PLAY_ARROW("mdrmz-play_arrow", '\ue4e9'), PLAY_CIRCLE_FILLED("mdrmz-play_circle_filled", '\ue4eb'), PLAY_CIRCLE_FILLED_WHITE("mdrmz-play_circle_filled_white", '\ue4ed'), PLAY_CIRCLE_OUTLINE("mdrmz-play_circle_outline", '\ue4ef'), PLAY_FOR_WORK("mdrmz-play_for_work", '\ue4f0'), PLAYLIST_ADD("mdrmz-playlist_add", '\ue4f1'), PLAYLIST_ADD_CHECK("mdrmz-playlist_add_check", '\ue4f2'), PLAYLIST_PLAY("mdrmz-playlist_play", '\ue4f3'), PLUMBING("mdrmz-plumbing", '\ue809'), PLUS("mdrmz-plus", '\ue4f4'), PLUS_MINUS("mdrmz-plus_minus", '\ue4f5'), PLUS_MINUS_ALT("mdrmz-plus_minus_alt", '\ue4f6'), PLUS_ONE("mdrmz-plus_one", '\ue4f7'), POINT_OF_SALE("mdrmz-point_of_sale", '\ue80a'), POLICY("mdrmz-policy", '\ue4f8'), POLL("mdrmz-poll", '\ue4fa'), POLYMER("mdrmz-polymer", '\ue4fc'), POOL("mdrmz-pool", '\ue4fd'), PORTABLE_WIFI_OFF("mdrmz-portable_wifi_off", '\ue4ff'), PORTRAIT("mdrmz-portrait", '\ue500'), POST_ADD("mdrmz-post_add", '\ue502'), POWER("mdrmz-power", '\ue503'), POWER_INPUT("mdrmz-power_input", '\ue505'), POWER_OFF("mdrmz-power_off", '\ue506'), POWER_SETTINGS_NEW("mdrmz-power_settings_new", '\ue508'), PREGNANT_WOMAN("mdrmz-pregnant_woman", '\ue509'), PRESENT_TO_ALL("mdrmz-present_to_all", '\ue50a'), PREVIEW("mdrmz-preview", '\ue80c'), PRINT("mdrmz-print", '\ue50c'), PRINT_DISABLED("mdrmz-print_disabled", '\ue50e'), PRIORITY_HIGH("mdrmz-priority_high", '\ue510'), PRIVACY_TIP("mdrmz-privacy_tip", '\ue80e'), PSYCHOLOGY("mdrmz-psychology", '\ue810'), PUBLIC("mdrmz-public", '\ue511'), PUBLIC_OFF("mdrmz-public_off", '\ue812'), PUBLISH("mdrmz-publish", '\ue513'), PUBLISHED_WITH_CHANGES("mdrmz-published_with_changes", '\ue8c4'), PUSH_PIN("mdrmz-push_pin", '\ue814'), QR_CODE("mdrmz-qr_code", '\ue816'), QR_CODE_2("mdrmz-qr_code_2", '\ue8d1'), QR_CODE_SCANNER("mdrmz-qr_code_scanner", '\ue885'), QRCODE("mdrmz-qrcode", '\ue515'), QUERY_BUILDER("mdrmz-query_builder", '\ue517'), QUESTION_ANSWER("mdrmz-question_answer", '\ue519'), QUEUE("mdrmz-queue", '\ue51b'), QUEUE_MUSIC("mdrmz-queue_music", '\ue51d'), QUEUE_PLAY_NEXT("mdrmz-queue_play_next", '\ue51f'), QUICKREPLY("mdrmz-quickreply", '\ue818'), RADIO("mdrmz-radio", '\ue520'), RADIO_BUTTON_CHECKED("mdrmz-radio_button_checked", '\ue522'), RADIO_BUTTON_UNCHECKED("mdrmz-radio_button_unchecked", '\ue523'), RATE_REVIEW("mdrmz-rate_review", '\ue524'), READ_MORE("mdrmz-read_more", '\ue81a'), RECEIPT("mdrmz-receipt", '\ue526'), RECEIPT_LONG("mdrmz-receipt_long", '\ue81b'), RECENT_ACTORS("mdrmz-recent_actors", '\ue528'), RECORD_VOICE_OVER("mdrmz-record_voice_over", '\ue52a'), REDEEM("mdrmz-redeem", '\ue52c'), REDO("mdrmz-redo", '\ue52e'), REDUCE_CAPACITY("mdrmz-reduce_capacity", '\ue8af'), REFRESH("mdrmz-refresh", '\ue52f'), REMOVE("mdrmz-remove", '\ue530'), REMOVE_CIRCLE("mdrmz-remove_circle", '\ue531'), REMOVE_CIRCLE_OUTLINE("mdrmz-remove_circle_outline", '\ue533'), REMOVE_FROM_QUEUE("mdrmz-remove_from_queue", '\ue534'), REMOVE_RED_EYE("mdrmz-remove_red_eye", '\ue536'), REMOVE_SHOPPING_CART("mdrmz-remove_shopping_cart", '\ue538'), REORDER("mdrmz-reorder", '\ue53a'), REPEAT("mdrmz-repeat", '\ue53b'), REPEAT_ONE("mdrmz-repeat_one", '\ue53c'), REPLAY("mdrmz-replay", '\ue53d'), REPLAY_10("mdrmz-replay_10", '\ue53e'), REPLAY_30("mdrmz-replay_30", '\ue53f'), REPLAY_5("mdrmz-replay_5", '\ue540'), REPLY("mdrmz-reply", '\ue541'), REPLY_ALL("mdrmz-reply_all", '\ue542'), REPORT("mdrmz-report", '\ue543'), REPORT_OFF("mdrmz-report_off", '\ue545'), REPORT_PROBLEM("mdrmz-report_problem", '\ue547'), REQUEST_PAGE("mdrmz-request_page", '\ue8c5'), REQUEST_QUOTE("mdrmz-request_quote", '\ue81d'), RESTAURANT("mdrmz-restaurant", '\ue549'), RESTAURANT_MENU("mdrmz-restaurant_menu", '\ue54a'), RESTORE("mdrmz-restore", '\ue54b'), RESTORE_FROM_TRASH("mdrmz-restore_from_trash", '\ue54c'), RESTORE_PAGE("mdrmz-restore_page", '\ue54e'), RICE_BOWL("mdrmz-rice_bowl", '\ue886'), RING_VOLUME("mdrmz-ring_volume", '\ue550'), ROCKET("mdrmz-rocket", '\ue552'), ROOFING("mdrmz-roofing", '\ue888'), ROOM("mdrmz-room", '\ue554'), ROOM_PREFERENCES("mdrmz-room_preferences", '\ue81f'), ROOM_SERVICE("mdrmz-room_service", '\ue556'), ROTATE_90_DEGREES_CCW("mdrmz-rotate_90_degrees_ccw", '\ue558'), ROTATE_LEFT("mdrmz-rotate_left", '\ue55a'), ROTATE_RIGHT("mdrmz-rotate_right", '\ue55b'), ROUNDED_CORNER("mdrmz-rounded_corner", '\ue55c'), ROUTER("mdrmz-router", '\ue55d'), ROWING("mdrmz-rowing", '\ue55f'), RSS_FEED("mdrmz-rss_feed", '\ue560'), RULE("mdrmz-rule", '\ue821'), RULE_FOLDER("mdrmz-rule_folder", '\ue822'), RUN_CIRCLE("mdrmz-run_circle", '\ue824'), RV_HOOKUP("mdrmz-rv_hookup", '\ue561'), SANITIZER("mdrmz-sanitizer", '\ue8b0'), SATELLITE("mdrmz-satellite", '\ue563'), SAVE("mdrmz-save", '\ue565'), SAVE_ALT("mdrmz-save_alt", '\ue567'), SCANNER("mdrmz-scanner", '\ue568'), SCATTER_PLOT("mdrmz-scatter_plot", '\ue56a'), SCHEDULE("mdrmz-schedule", '\ue56c'), SCHOOL("mdrmz-school", '\ue56e'), SCIENCE("mdrmz-science", '\ue826'), SCORE("mdrmz-score", '\ue570'), SCREEN_LOCK_LANDSCAPE("mdrmz-screen_lock_landscape", '\ue572'), SCREEN_LOCK_PORTRAIT("mdrmz-screen_lock_portrait", '\ue574'), SCREEN_LOCK_ROTATION("mdrmz-screen_lock_rotation", '\ue576'), SCREEN_ROTATION("mdrmz-screen_rotation", '\ue577'), SCREEN_SHARE("mdrmz-screen_share", '\ue579'), SD_CARD("mdrmz-sd_card", '\ue57b'), SD_STORAGE("mdrmz-sd_storage", '\ue57d'), SEARCH("mdrmz-search", '\ue57f'), SEARCH_OFF("mdrmz-search_off", '\ue828'), SECURITY("mdrmz-security", '\ue580'), SELECT_ALL("mdrmz-select_all", '\ue582'), SELF_IMPROVEMENT("mdrmz-self_improvement", '\ue829'), SEND("mdrmz-send", '\ue583'), SENSOR_DOOR("mdrmz-sensor_door", '\ue82a'), SENSOR_WINDOW("mdrmz-sensor_window", '\ue82c'), SENTIMENT_DISSATISFIED("mdrmz-sentiment_dissatisfied", '\ue585'), SENTIMENT_NEUTRAL("mdrmz-sentiment_neutral", '\ue587'), SENTIMENT_SATISFIED("mdrmz-sentiment_satisfied", '\ue589'), SENTIMENT_SATISFIED_ALT("mdrmz-sentiment_satisfied_alt", '\ue58b'), SENTIMENT_SLIGHTLY_DISSATISFIED("mdrmz-sentiment_slightly_dissatisfied", '\ue58d'), SENTIMENT_VERY_DISSATISFIED("mdrmz-sentiment_very_dissatisfied", '\ue58f'), SENTIMENT_VERY_SATISFIED("mdrmz-sentiment_very_satisfied", '\ue591'), SET_MEAL("mdrmz-set_meal", '\ue88a'), SETTINGS("mdrmz-settings", '\ue593'), SETTINGS_APPLICATIONS("mdrmz-settings_applications", '\ue595'), SETTINGS_BACKUP_RESTORE("mdrmz-settings_backup_restore", '\ue597'), SETTINGS_BLUETOOTH("mdrmz-settings_bluetooth", '\ue598'), SETTINGS_BRIGHTNESS("mdrmz-settings_brightness", '\ue599'), SETTINGS_CELL("mdrmz-settings_cell", '\ue59b'), SETTINGS_ETHERNET("mdrmz-settings_ethernet", '\ue59d'), SETTINGS_INPUT_ANTENNA("mdrmz-settings_input_antenna", '\ue59e'), SETTINGS_INPUT_COMPONENT("mdrmz-settings_input_component", '\ue59f'), SETTINGS_INPUT_COMPOSITE("mdrmz-settings_input_composite", '\ue5a1'), SETTINGS_INPUT_HDMI("mdrmz-settings_input_hdmi", '\ue5a3'), SETTINGS_INPUT_SVIDEO("mdrmz-settings_input_svideo", '\ue5a5'), SETTINGS_OVERSCAN("mdrmz-settings_overscan", '\ue5a7'), SETTINGS_PHONE("mdrmz-settings_phone", '\ue5a9'), SETTINGS_POWER("mdrmz-settings_power", '\ue5ab'), SETTINGS_REMOTE("mdrmz-settings_remote", '\ue5ac'), SETTINGS_SYSTEM_DAYDREAM("mdrmz-settings_system_daydream", '\ue5ae'), SETTINGS_VOICE("mdrmz-settings_voice", '\ue5b0'), SHARE("mdrmz-share", '\ue5b2'), SHOP("mdrmz-shop", '\ue5b4'), SHOP_TWO("mdrmz-shop_two", '\ue5b6'), SHOPPING_BAG("mdrmz-shopping_bag", '\ue82e'), SHOPPING_BASKET("mdrmz-shopping_basket", '\ue5b8'), SHOPPING_CART("mdrmz-shopping_cart", '\ue5ba'), SHORT_TEXT("mdrmz-short_text", '\ue5bc'), SHOW_CHART("mdrmz-show_chart", '\ue5bd'), SHUFFLE("mdrmz-shuffle", '\ue5be'), SHUTTER_SPEED("mdrmz-shutter_speed", '\ue5bf'), SICK("mdrmz-sick", '\ue8b2'), SIGNAL_CELLULAR_0_BAR("mdrmz-signal_cellular_0_bar", '\ue5c1'), SIGNAL_CELLULAR_1_BAR("mdrmz-signal_cellular_1_bar", '\ue5c3'), SIGNAL_CELLULAR_2_BAR("mdrmz-signal_cellular_2_bar", '\ue5c5'), SIGNAL_CELLULAR_3_BAR("mdrmz-signal_cellular_3_bar", '\ue5c7'), SIGNAL_CELLULAR_4_BAR("mdrmz-signal_cellular_4_bar", '\ue5c9'), SIGNAL_CELLULAR_ALT("mdrmz-signal_cellular_alt", '\ue5ca'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_0_BAR("mdrmz-signal_cellular_connected_no_internet_0_bar", '\ue5cb'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_1_BAR("mdrmz-signal_cellular_connected_no_internet_1_bar", '\ue5cd'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_2_BAR("mdrmz-signal_cellular_connected_no_internet_2_bar", '\ue5cf'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_3_BAR("mdrmz-signal_cellular_connected_no_internet_3_bar", '\ue5d1'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR("mdrmz-signal_cellular_connected_no_internet_4_bar", '\ue5d3'), SIGNAL_CELLULAR_NO_SIM("mdrmz-signal_cellular_no_sim", '\ue5d4'), SIGNAL_CELLULAR_NULL("mdrmz-signal_cellular_null", '\ue5d6'), SIGNAL_CELLULAR_OFF("mdrmz-signal_cellular_off", '\ue5d7'), SIGNAL_WIFI_0_BAR("mdrmz-signal_wifi_0_bar", '\ue5d8'), SIGNAL_WIFI_1_BAR("mdrmz-signal_wifi_1_bar", '\ue5da'), SIGNAL_WIFI_1_BAR_LOCK("mdrmz-signal_wifi_1_bar_lock", '\ue5dc'), SIGNAL_WIFI_2_BAR("mdrmz-signal_wifi_2_bar", '\ue5de'), SIGNAL_WIFI_2_BAR_LOCK("mdrmz-signal_wifi_2_bar_lock", '\ue5e0'), SIGNAL_WIFI_3_BAR("mdrmz-signal_wifi_3_bar", '\ue5e2'), SIGNAL_WIFI_3_BAR_LOCK("mdrmz-signal_wifi_3_bar_lock", '\ue5e4'), SIGNAL_WIFI_4_BAR("mdrmz-signal_wifi_4_bar", '\ue5e6'), SIGNAL_WIFI_4_BAR_LOCK("mdrmz-signal_wifi_4_bar_lock", '\ue5e7'), SIGNAL_WIFI_OFF("mdrmz-signal_wifi_off", '\ue5e8'), SIM_CARD("mdrmz-sim_card", '\ue5e9'), SIM_CARD_ALERT("mdrmz-sim_card_alert", '\ue5eb'), SINGLE_BED("mdrmz-single_bed", '\ue5ed'), SKIP_NEXT("mdrmz-skip_next", '\ue5ef'), SKIP_PREVIOUS("mdrmz-skip_previous", '\ue5f1'), SLIDESHOW("mdrmz-slideshow", '\ue5f3'), SLOW_MOTION_VIDEO("mdrmz-slow_motion_video", '\ue5f5'), SMART_BUTTON("mdrmz-smart_button", '\ue830'), SMARTPHONE("mdrmz-smartphone", '\ue5f6'), SMOKE_FREE("mdrmz-smoke_free", '\ue5f8'), SMOKING_ROOMS("mdrmz-smoking_rooms", '\ue5f9'), SMS("mdrmz-sms", '\ue5fb'), SMS_FAILED("mdrmz-sms_failed", '\ue5fd'), SNIPPET_FOLDER("mdrmz-snippet_folder", '\ue831'), SNOOZE("mdrmz-snooze", '\ue5ff'), SOAP("mdrmz-soap", '\ue833'), SORT("mdrmz-sort", '\ue600'), SORT_BY_ALPHA("mdrmz-sort_by_alpha", '\ue601'), SOURCE("mdrmz-source", '\ue835'), SOUTH("mdrmz-south", '\ue88c'), SOUTH_EAST("mdrmz-south_east", '\ue88d'), SOUTH_WEST("mdrmz-south_west", '\ue88e'), SPA("mdrmz-spa", '\ue602'), SPACE_BAR("mdrmz-space_bar", '\ue604'), SPEAKER("mdrmz-speaker", '\ue605'), SPEAKER_GROUP("mdrmz-speaker_group", '\ue607'), SPEAKER_NOTES("mdrmz-speaker_notes", '\ue609'), SPEAKER_NOTES_OFF("mdrmz-speaker_notes_off", '\ue60b'), SPEAKER_PHONE("mdrmz-speaker_phone", '\ue60d'), SPEED("mdrmz-speed", '\ue60f'), SPELLCHECK("mdrmz-spellcheck", '\ue610'), SPORTS("mdrmz-sports", '\ue611'), SPORTS_BAR("mdrmz-sports_bar", '\ue88f'), SPORTS_BASEBALL("mdrmz-sports_baseball", '\ue612'), SPORTS_BASKETBALL("mdrmz-sports_basketball", '\ue614'), SPORTS_CRICKET("mdrmz-sports_cricket", '\ue616'), SPORTS_ESPORTS("mdrmz-sports_esports", '\ue618'), SPORTS_FOOTBALL("mdrmz-sports_football", '\ue61a'), SPORTS_GOLF("mdrmz-sports_golf", '\ue61c'), SPORTS_HANDBALL("mdrmz-sports_handball", '\ue61e'), SPORTS_HOCKEY("mdrmz-sports_hockey", '\ue61f'), SPORTS_KABADDI("mdrmz-sports_kabaddi", '\ue620'), SPORTS_MMA("mdrmz-sports_mma", '\ue621'), SPORTS_MOTORSPORTS("mdrmz-sports_motorsports", '\ue623'), SPORTS_RUGBY("mdrmz-sports_rugby", '\ue625'), SPORTS_SOCCER("mdrmz-sports_soccer", '\ue627'), SPORTS_TENNIS("mdrmz-sports_tennis", '\ue629'), SPORTS_VOLLEYBALL("mdrmz-sports_volleyball", '\ue62a'), SQUARE_FOOT("mdrmz-square_foot", '\ue62c'), STACKED_LINE_CHART("mdrmz-stacked_line_chart", '\ue8c7'), STAIRS("mdrmz-stairs", '\ue837'), STAR("mdrmz-star", '\ue62e'), STAR_BORDER("mdrmz-star_border", '\ue630'), STAR_HALF("mdrmz-star_half", '\ue631'), STAR_OUTLINE("mdrmz-star_outline", '\ue748'), STAR_RATE("mdrmz-star_rate", '\ue632'), STARS("mdrmz-stars", '\ue633'), STAY_CURRENT_LANDSCAPE("mdrmz-stay_current_landscape", '\ue635'), STAY_CURRENT_PORTRAIT("mdrmz-stay_current_portrait", '\ue637'), STAY_PRIMARY_LANDSCAPE("mdrmz-stay_primary_landscape", '\ue639'), STAY_PRIMARY_PORTRAIT("mdrmz-stay_primary_portrait", '\ue63b'), STICKY_NOTE_2("mdrmz-sticky_note_2", '\ue891'), STOP("mdrmz-stop", '\ue63d'), STOP_CIRCLE("mdrmz-stop_circle", '\ue63f'), STOP_SCREEN_SHARE("mdrmz-stop_screen_share", '\ue641'), STORAGE("mdrmz-storage", '\ue643'), STORE("mdrmz-store", '\ue644'), STORE_MALL_DIRECTORY("mdrmz-store_mall_directory", '\ue646'), STOREFRONT("mdrmz-storefront", '\ue648'), STRAIGHTEN("mdrmz-straighten", '\ue64a'), STREETVIEW("mdrmz-streetview", '\ue64c'), STRIKETHROUGH_S("mdrmz-strikethrough_s", '\ue64d'), STROLLER("mdrmz-stroller", '\ue839'), STYLE("mdrmz-style", '\ue64e'), SUBDIRECTORY_ARROW_LEFT("mdrmz-subdirectory_arrow_left", '\ue650'), SUBDIRECTORY_ARROW_RIGHT("mdrmz-subdirectory_arrow_right", '\ue651'), SUBJECT("mdrmz-subject", '\ue652'), SUBSCRIPT("mdrmz-subscript", '\ue83b'), SUBSCRIPTIONS("mdrmz-subscriptions", '\ue653'), SUBTITLES("mdrmz-subtitles", '\ue655'), SUBTITLES_OFF("mdrmz-subtitles_off", '\ue83c'), SUBWAY("mdrmz-subway", '\ue657'), SUPERSCRIPT("mdrmz-superscript", '\ue83e'), SUPERVISED_USER_CIRCLE("mdrmz-supervised_user_circle", '\ue659'), SUPERVISOR_ACCOUNT("mdrmz-supervisor_account", '\ue65b'), SUPPORT("mdrmz-support", '\ue83f'), SUPPORT_AGENT("mdrmz-support_agent", '\ue841'), SURROUND_SOUND("mdrmz-surround_sound", '\ue65d'), SWAP_CALLS("mdrmz-swap_calls", '\ue65f'), SWAP_HORIZ("mdrmz-swap_horiz", '\ue660'), SWAP_HORIZONTAL_CIRCLE("mdrmz-swap_horizontal_circle", '\ue661'), SWAP_VERT("mdrmz-swap_vert", '\ue663'), SWAP_VERTICAL_CIRCLE("mdrmz-swap_vertical_circle", '\ue664'), SWITCH_CAMERA("mdrmz-switch_camera", '\ue666'), SWITCH_LEFT("mdrmz-switch_left", '\ue842'), SWITCH_RIGHT("mdrmz-switch_right", '\ue844'), SWITCH_VIDEO("mdrmz-switch_video", '\ue668'), SYNC("mdrmz-sync", '\ue66a'), SYNC_ALT("mdrmz-sync_alt", '\ue66b'), SYNC_DISABLED("mdrmz-sync_disabled", '\ue66c'), SYNC_PROBLEM("mdrmz-sync_problem", '\ue66d'), SYSTEM_UPDATE("mdrmz-system_update", '\ue66e'), SYSTEM_UPDATE_ALT("mdrmz-system_update_alt", '\ue670'), TAB("mdrmz-tab", '\ue671'), TAB_UNSELECTED("mdrmz-tab_unselected", '\ue672'), TABLE_CHART("mdrmz-table_chart", '\ue673'), TABLE_ROWS("mdrmz-table_rows", '\ue846'), TABLE_VIEW("mdrmz-table_view", '\ue848'), TABLET("mdrmz-tablet", '\ue675'), TABLET_ANDROID("mdrmz-tablet_android", '\ue677'), TABLET_MAC("mdrmz-tablet_mac", '\ue679'), TAG_FACES("mdrmz-tag_faces", '\ue67b'), TAP_AND_PLAY("mdrmz-tap_and_play", '\ue67d'), TAPAS("mdrmz-tapas", '\ue893'), TERRAIN("mdrmz-terrain", '\ue67e'), TEXT_FIELDS("mdrmz-text_fields", '\ue680'), TEXT_FORMAT("mdrmz-text_format", '\ue681'), TEXT_ROTATE_UP("mdrmz-text_rotate_up", '\ue682'), TEXT_ROTATE_VERTICAL("mdrmz-text_rotate_vertical", '\ue683'), TEXT_ROTATION_ANGLEDOWN("mdrmz-text_rotation_angledown", '\ue684'), TEXT_ROTATION_ANGLEUP("mdrmz-text_rotation_angleup", '\ue685'), TEXT_ROTATION_DOWN("mdrmz-text_rotation_down", '\ue686'), TEXT_ROTATION_NONE("mdrmz-text_rotation_none", '\ue687'), TEXT_SNIPPET("mdrmz-text_snippet", '\ue84a'), TEXTSMS("mdrmz-textsms", '\ue688'), TEXTURE("mdrmz-texture", '\ue68a'), THEATERS("mdrmz-theaters", '\ue68b'), THUMB_DOWN("mdrmz-thumb_down", '\ue68d'), THUMB_DOWN_ALT("mdrmz-thumb_down_alt", '\ue68f'), THUMB_UP("mdrmz-thumb_up", '\ue691'), THUMB_UP_ALT("mdrmz-thumb_up_alt", '\ue693'), THUMBS_UP_DOWN("mdrmz-thumbs_up_down", '\ue695'), TIME_TO_LEAVE("mdrmz-time_to_leave", '\ue697'), TIMELAPSE("mdrmz-timelapse", '\ue699'), TIMELINE("mdrmz-timeline", '\ue69b'), TIMER("mdrmz-timer", '\ue69c'), TIMER_10("mdrmz-timer_10", '\ue69e'), TIMER_3("mdrmz-timer_3", '\ue69f'), TIMER_OFF("mdrmz-timer_off", '\ue6a0'), TITLE("mdrmz-title", '\ue6a2'), TOC("mdrmz-toc", '\ue6a3'), TODAY("mdrmz-today", '\ue6a4'), TOGGLE_OFF("mdrmz-toggle_off", '\ue6a6'), TOGGLE_ON("mdrmz-toggle_on", '\ue6a8'), TOLL("mdrmz-toll", '\ue6aa'), TONALITY("mdrmz-tonality", '\ue6ac'), TOPIC("mdrmz-topic", '\ue84c'), TOUCH_APP("mdrmz-touch_app", '\ue6ae'), TOUR("mdrmz-tour", '\ue84e'), TOYS("mdrmz-toys", '\ue6b0'), TRACK_CHANGES("mdrmz-track_changes", '\ue6b2'), TRAFFIC("mdrmz-traffic", '\ue6b3'), TRAIN("mdrmz-train", '\ue6b5'), TRAM("mdrmz-tram", '\ue6b7'), TRANSFER_WITHIN_A_STATION("mdrmz-transfer_within_a_station", '\ue6b9'), TRANSFORM("mdrmz-transform", '\ue6ba'), TRANSIT_ENTEREXIT("mdrmz-transit_enterexit", '\ue6bb'), TRANSLATE("mdrmz-translate", '\ue6bc'), TRENDING_DOWN("mdrmz-trending_down", '\ue6bd'), TRENDING_FLAT("mdrmz-trending_flat", '\ue6be'), TRENDING_UP("mdrmz-trending_up", '\ue6bf'), TRIP_ORIGIN("mdrmz-trip_origin", '\ue6c0'), TTY("mdrmz-tty", '\ue850'), TUNE("mdrmz-tune", '\ue6c1'), TURNED_IN("mdrmz-turned_in", '\ue6c2'), TURNED_IN_NOT("mdrmz-turned_in_not", '\ue6c4'), TV("mdrmz-tv", '\ue6c5'), TV_OFF("mdrmz-tv_off", '\ue6c7'), TWO_WHEELER("mdrmz-two_wheeler", '\ue749'), UMBRELLA("mdrmz-umbrella", '\ue852'), UNARCHIVE("mdrmz-unarchive", '\ue6c9'), UNDO("mdrmz-undo", '\ue6cb'), UNFOLD_LESS("mdrmz-unfold_less", '\ue6cc'), UNFOLD_MORE("mdrmz-unfold_more", '\ue6cd'), UNPUBLISHED("mdrmz-unpublished", '\ue8c8'), UNSUBSCRIBE("mdrmz-unsubscribe", '\ue6ce'), UPDATE("mdrmz-update", '\ue6d0'), UPDATE_DISABLED("mdrmz-update_disabled", '\ue8d2'), UPGRADE("mdrmz-upgrade", '\ue854'), USB("mdrmz-usb", '\ue6d1'), VERIFIED("mdrmz-verified", '\ue855'), VERIFIED_USER("mdrmz-verified_user", '\ue6d2'), VERTICAL_ALIGN_BOTTOM("mdrmz-vertical_align_bottom", '\ue6d4'), VERTICAL_ALIGN_CENTER("mdrmz-vertical_align_center", '\ue6d5'), VERTICAL_ALIGN_TOP("mdrmz-vertical_align_top", '\ue6d6'), VERTICAL_DISTRIBUTE("mdrmz-vertical_distribute", '\ue8d3'), VERTICAL_SPLIT("mdrmz-vertical_split", '\ue6d7'), VIBRATION("mdrmz-vibration", '\ue6d9'), VIDEO_CALL("mdrmz-video_call", '\ue6db'), VIDEO_LABEL("mdrmz-video_label", '\ue6dd'), VIDEO_LIBRARY("mdrmz-video_library", '\ue6df'), VIDEO_SETTINGS("mdrmz-video_settings", '\ue857'), VIDEOCAM("mdrmz-videocam", '\ue6e1'), VIDEOCAM_OFF("mdrmz-videocam_off", '\ue6e3'), VIDEOGAME_ASSET("mdrmz-videogame_asset", '\ue6e5'), VIEW_AGENDA("mdrmz-view_agenda", '\ue6e7'), VIEW_ARRAY("mdrmz-view_array", '\ue6e9'), VIEW_CAROUSEL("mdrmz-view_carousel", '\ue6eb'), VIEW_COLUMN("mdrmz-view_column", '\ue6ed'), VIEW_COMFY("mdrmz-view_comfy", '\ue6ef'), VIEW_COMPACT("mdrmz-view_compact", '\ue6f1'), VIEW_DAY("mdrmz-view_day", '\ue6f3'), VIEW_HEADLINE("mdrmz-view_headline", '\ue6f5'), VIEW_LIST("mdrmz-view_list", '\ue6f6'), VIEW_MODULE("mdrmz-view_module", '\ue6f8'), VIEW_QUILT("mdrmz-view_quilt", '\ue6fa'), VIEW_SIDEBAR("mdrmz-view_sidebar", '\ue858'), VIEW_STREAM("mdrmz-view_stream", '\ue6fc'), VIEW_WEEK("mdrmz-view_week", '\ue6fe'), VIGNETTE("mdrmz-vignette", '\ue700'), VISIBILITY("mdrmz-visibility", '\ue702'), VISIBILITY_OFF("mdrmz-visibility_off", '\ue704'), VOICE_CHAT("mdrmz-voice_chat", '\ue706'), VOICE_OVER_OFF("mdrmz-voice_over_off", '\ue708'), VOICEMAIL("mdrmz-voicemail", '\ue70a'), VOLUME_DOWN("mdrmz-volume_down", '\ue70b'), VOLUME_MUTE("mdrmz-volume_mute", '\ue70d'), VOLUME_OFF("mdrmz-volume_off", '\ue70f'), VOLUME_UP("mdrmz-volume_up", '\ue711'), VPN_KEY("mdrmz-vpn_key", '\ue713'), VPN_LOCK("mdrmz-vpn_lock", '\ue715'), WALLPAPER("mdrmz-wallpaper", '\ue717'), WARNING("mdrmz-warning", '\ue718'), WASH("mdrmz-wash", '\ue85a'), WATCH("mdrmz-watch", '\ue71a'), WATCH_LATER("mdrmz-watch_later", '\ue71c'), WATER_DAMAGE("mdrmz-water_damage", '\ue895'), WAVES("mdrmz-waves", '\ue71e'), WB_AUTO("mdrmz-wb_auto", '\ue71f'), WB_CLOUDY("mdrmz-wb_cloudy", '\ue721'), WB_INCANDESCENT("mdrmz-wb_incandescent", '\ue723'), WB_IRIDESCENT("mdrmz-wb_iridescent", '\ue725'), WB_SUNNY("mdrmz-wb_sunny", '\ue727'), WC("mdrmz-wc", '\ue729'), WEB("mdrmz-web", '\ue72a'), WEB_ASSET("mdrmz-web_asset", '\ue72c'), WEEKEND("mdrmz-weekend", '\ue72e'), WEST("mdrmz-west", '\ue897'), WHATSHOT("mdrmz-whatshot", '\ue730'), WHEELCHAIR_PICKUP("mdrmz-wheelchair_pickup", '\ue85c'), WHERE_TO_VOTE("mdrmz-where_to_vote", '\ue732'), WIDGETS("mdrmz-widgets", '\ue734'), WIFI("mdrmz-wifi", '\ue736'), WIFI_CALLING("mdrmz-wifi_calling", '\ue85d'), WIFI_LOCK("mdrmz-wifi_lock", '\ue737'), WIFI_OFF("mdrmz-wifi_off", '\ue738'), WIFI_PROTECTED_SETUP("mdrmz-wifi_protected_setup", '\ue85f'), WIFI_TETHERING("mdrmz-wifi_tethering", '\ue739'), WINE_BAR("mdrmz-wine_bar", '\ue898'), WORK("mdrmz-work", '\ue73a'), WORK_OFF("mdrmz-work_off", '\ue73c'), WORK_OUTLINE("mdrmz-work_outline", '\ue73e'), WRAP_TEXT("mdrmz-wrap_text", '\ue73f'), WRONG_LOCATION("mdrmz-wrong_location", '\ue860'), WYSIWYG("mdrmz-wysiwyg", '\ue861'), YOUTUBE_SEARCHED_FOR("mdrmz-youtube_searched_for", '\ue740'), ZOOM_IN("mdrmz-zoom_in", '\ue741'), ZOOM_OUT("mdrmz-zoom_out", '\ue742'), ZOOM_OUT_MAP("mdrmz-zoom_out_map", '\ue743'); public static Material2RoundMZ findByDescription(String description) { for (Material2RoundMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2RoundMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2RoundMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2RoundMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons-Round.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdrmz-"); } @Override public Ikon resolve(String description) { return Material2RoundMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons Round"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2RoundMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Material2RoundMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2RoundMZ.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2SharpAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2SharpAL implements Ikon { MDSAL_360("mdsal-360", '\ue000'), MDSAL_3D_ROTATION("mdsal-3d_rotation", '\ue001'), MDSAL_4K("mdsal-4k", '\ue002'), MDSAL_5G("mdsal-5g", '\ue74a'), MDSAL_6_FT_APART("mdsal-6_ft_apart", '\ue89a'), AC_UNIT("mdsal-ac_unit", '\ue004'), ACCESS_ALARM("mdsal-access_alarm", '\ue005'), ACCESS_ALARMS("mdsal-access_alarms", '\ue007'), ACCESS_TIME("mdsal-access_time", '\ue009'), ACCESSIBILITY("mdsal-accessibility", '\ue00b'), ACCESSIBILITY_NEW("mdsal-accessibility_new", '\ue00c'), ACCESSIBLE("mdsal-accessible", '\ue00d'), ACCESSIBLE_FORWARD("mdsal-accessible_forward", '\ue00e'), ACCOUNT_BALANCE("mdsal-account_balance", '\ue00f'), ACCOUNT_BALANCE_WALLET("mdsal-account_balance_wallet", '\ue011'), ACCOUNT_BOX("mdsal-account_box", '\ue013'), ACCOUNT_CIRCLE("mdsal-account_circle", '\ue015'), ACCOUNT_TREE("mdsal-account_tree", '\ue017'), AD_UNITS("mdsal-ad_units", '\ue74b'), ADB("mdsal-adb", '\ue019'), ADD("mdsal-add", '\ue01a'), ADD_A_PHOTO("mdsal-add_a_photo", '\ue01b'), ADD_ALARM("mdsal-add_alarm", '\ue01d'), ADD_ALERT("mdsal-add_alert", '\ue01f'), ADD_BOX("mdsal-add_box", '\ue021'), ADD_BUSINESS("mdsal-add_business", '\ue74d'), ADD_CIRCLE("mdsal-add_circle", '\ue023'), ADD_CIRCLE_OUTLINE("mdsal-add_circle_outline", '\ue025'), ADD_COMMENT("mdsal-add_comment", '\ue026'), ADD_IC_CALL("mdsal-add_ic_call", '\ue744'), ADD_LOCATION("mdsal-add_location", '\ue028'), ADD_LOCATION_ALT("mdsal-add_location_alt", '\ue74f'), ADD_PHOTO_ALTERNATE("mdsal-add_photo_alternate", '\ue02a'), ADD_ROAD("mdsal-add_road", '\ue751'), ADD_SHOPPING_CART("mdsal-add_shopping_cart", '\ue02c'), ADD_TASK("mdsal-add_task", '\ue8b3'), ADD_TO_HOME_SCREEN("mdsal-add_to_home_screen", '\ue02d'), ADD_TO_PHOTOS("mdsal-add_to_photos", '\ue02e'), ADD_TO_QUEUE("mdsal-add_to_queue", '\ue030'), ADDCHART("mdsal-addchart", '\ue752'), ADJUST("mdsal-adjust", '\ue032'), ADMIN_PANEL_SETTINGS("mdsal-admin_panel_settings", '\ue753'), AGRICULTURE("mdsal-agriculture", '\ue755'), AIRLINE_SEAT_FLAT("mdsal-airline_seat_flat", '\ue033'), AIRLINE_SEAT_FLAT_ANGLED("mdsal-airline_seat_flat_angled", '\ue035'), AIRLINE_SEAT_INDIVIDUAL_SUITE("mdsal-airline_seat_individual_suite", '\ue037'), AIRLINE_SEAT_LEGROOM_EXTRA("mdsal-airline_seat_legroom_extra", '\ue039'), AIRLINE_SEAT_LEGROOM_NORMAL("mdsal-airline_seat_legroom_normal", '\ue03a'), AIRLINE_SEAT_LEGROOM_REDUCED("mdsal-airline_seat_legroom_reduced", '\ue03b'), AIRLINE_SEAT_RECLINE_EXTRA("mdsal-airline_seat_recline_extra", '\ue03c'), AIRLINE_SEAT_RECLINE_NORMAL("mdsal-airline_seat_recline_normal", '\ue03d'), AIRPLANEMODE_ACTIVE("mdsal-airplanemode_active", '\ue03e'), AIRPLANEMODE_INACTIVE("mdsal-airplanemode_inactive", '\ue03f'), AIRPLAY("mdsal-airplay", '\ue040'), AIRPORT_SHUTTLE("mdsal-airport_shuttle", '\ue041'), ALARM("mdsal-alarm", '\ue043'), ALARM_ADD("mdsal-alarm_add", '\ue045'), ALARM_OFF("mdsal-alarm_off", '\ue047'), ALARM_ON("mdsal-alarm_on", '\ue048'), ALBUM("mdsal-album", '\ue04a'), ALIGN_HORIZONTAL_CENTER("mdsal-align_horizontal_center", '\ue8ca'), ALIGN_HORIZONTAL_LEFT("mdsal-align_horizontal_left", '\ue8cb'), ALIGN_HORIZONTAL_RIGHT("mdsal-align_horizontal_right", '\ue8cc'), ALIGN_VERTICAL_BOTTOM("mdsal-align_vertical_bottom", '\ue8cd'), ALIGN_VERTICAL_CENTER("mdsal-align_vertical_center", '\ue8ce'), ALIGN_VERTICAL_TOP("mdsal-align_vertical_top", '\ue8cf'), ALL_INBOX("mdsal-all_inbox", '\ue04c'), ALL_INCLUSIVE("mdsal-all_inclusive", '\ue04e'), ALL_OUT("mdsal-all_out", '\ue04f'), ALT_ROUTE("mdsal-alt_route", '\ue757'), ALTERNATE_EMAIL("mdsal-alternate_email", '\ue051'), AMP_STORIES("mdsal-amp_stories", '\ue053'), ANALYTICS("mdsal-analytics", '\ue758'), ANCHOR("mdsal-anchor", '\ue75a'), ANDROID("mdsal-android", '\ue055'), ANNOUNCEMENT("mdsal-announcement", '\ue056'), APARTMENT("mdsal-apartment", '\ue058'), API("mdsal-api", '\ue75b'), APP_BLOCKING("mdsal-app_blocking", '\ue75c'), APP_SETTINGS_ALT("mdsal-app_settings_alt", '\ue75e'), APPS("mdsal-apps", '\ue059'), ARCHITECTURE("mdsal-architecture", '\ue760'), ARCHIVE("mdsal-archive", '\ue05a'), ARROW_BACK("mdsal-arrow_back", '\ue05c'), ARROW_BACK_IOS("mdsal-arrow_back_ios", '\ue05d'), ARROW_CIRCLE_DOWN("mdsal-arrow_circle_down", '\ue761'), ARROW_CIRCLE_UP("mdsal-arrow_circle_up", '\ue763'), ARROW_DOWNWARD("mdsal-arrow_downward", '\ue05e'), ARROW_DROP_DOWN("mdsal-arrow_drop_down", '\ue05f'), ARROW_DROP_DOWN_CIRCLE("mdsal-arrow_drop_down_circle", '\ue060'), ARROW_DROP_UP("mdsal-arrow_drop_up", '\ue062'), ARROW_FORWARD("mdsal-arrow_forward", '\ue063'), ARROW_FORWARD_IOS("mdsal-arrow_forward_ios", '\ue064'), ARROW_LEFT("mdsal-arrow_left", '\ue065'), ARROW_RIGHT("mdsal-arrow_right", '\ue066'), ARROW_RIGHT_ALT("mdsal-arrow_right_alt", '\ue067'), ARROW_UPWARD("mdsal-arrow_upward", '\ue068'), ART_TRACK("mdsal-art_track", '\ue069'), ARTICLE("mdsal-article", '\ue765'), ASPECT_RATIO("mdsal-aspect_ratio", '\ue06a'), ASSESSMENT("mdsal-assessment", '\ue06c'), ASSIGNMENT("mdsal-assignment", '\ue06e'), ASSIGNMENT_IND("mdsal-assignment_ind", '\ue070'), ASSIGNMENT_LATE("mdsal-assignment_late", '\ue072'), ASSIGNMENT_RETURN("mdsal-assignment_return", '\ue074'), ASSIGNMENT_RETURNED("mdsal-assignment_returned", '\ue076'), ASSIGNMENT_TURNED_IN("mdsal-assignment_turned_in", '\ue078'), ASSISTANT("mdsal-assistant", '\ue07a'), ASSISTANT_PHOTO("mdsal-assistant_photo", '\ue07c'), ATM("mdsal-atm", '\ue07e'), ATTACH_EMAIL("mdsal-attach_email", '\ue767'), ATTACH_FILE("mdsal-attach_file", '\ue07f'), ATTACH_MONEY("mdsal-attach_money", '\ue080'), ATTACHMENT("mdsal-attachment", '\ue081'), AUDIOTRACK("mdsal-audiotrack", '\ue082'), AUTO_DELETE("mdsal-auto_delete", '\ue768'), AUTORENEW("mdsal-autorenew", '\ue084'), AV_TIMER("mdsal-av_timer", '\ue085'), BABY_CHANGING_STATION("mdsal-baby_changing_station", '\ue76a'), BACKPACK("mdsal-backpack", '\ue76b'), BACKSPACE("mdsal-backspace", '\ue086'), BACKUP("mdsal-backup", '\ue088'), BACKUP_TABLE("mdsal-backup_table", '\ue76d'), BALLOT("mdsal-ballot", '\ue08a'), BAR_CHART("mdsal-bar_chart", '\ue08c'), BARCODE("mdsal-barcode", '\ue08d'), BATCH_PREDICTION("mdsal-batch_prediction", '\ue76f'), BATHTUB("mdsal-bathtub", '\ue08e'), BATTERY_20("mdsal-battery_20", '\ue090'), BATTERY_30("mdsal-battery_30", '\ue092'), BATTERY_50("mdsal-battery_50", '\ue094'), BATTERY_60("mdsal-battery_60", '\ue096'), BATTERY_80("mdsal-battery_80", '\ue098'), BATTERY_90("mdsal-battery_90", '\ue09a'), BATTERY_ALERT("mdsal-battery_alert", '\ue09c'), BATTERY_CHARGING_20("mdsal-battery_charging_20", '\ue09d'), BATTERY_CHARGING_30("mdsal-battery_charging_30", '\ue09f'), BATTERY_CHARGING_50("mdsal-battery_charging_50", '\ue0a1'), BATTERY_CHARGING_60("mdsal-battery_charging_60", '\ue0a3'), BATTERY_CHARGING_80("mdsal-battery_charging_80", '\ue0a5'), BATTERY_CHARGING_90("mdsal-battery_charging_90", '\ue0a7'), BATTERY_CHARGING_FULL("mdsal-battery_charging_full", '\ue0a9'), BATTERY_FULL("mdsal-battery_full", '\ue0aa'), BATTERY_STD("mdsal-battery_std", '\ue0ab'), BATTERY_UNKNOWN("mdsal-battery_unknown", '\ue0ac'), BEACH_ACCESS("mdsal-beach_access", '\ue0ad'), BEDTIME("mdsal-bedtime", '\ue771'), BEENHERE("mdsal-beenhere", '\ue0af'), BENTO("mdsal-bento", '\ue864'), BIKE_SCOOTER("mdsal-bike_scooter", '\ue773'), BIOTECH("mdsal-biotech", '\ue774'), BLOCK("mdsal-block", '\ue0b1'), BLUETOOTH("mdsal-bluetooth", '\ue0b2'), BLUETOOTH_AUDIO("mdsal-bluetooth_audio", '\ue0b3'), BLUETOOTH_CONNECTED("mdsal-bluetooth_connected", '\ue0b4'), BLUETOOTH_DISABLED("mdsal-bluetooth_disabled", '\ue0b5'), BLUETOOTH_SEARCHING("mdsal-bluetooth_searching", '\ue0b6'), BLUR_CIRCULAR("mdsal-blur_circular", '\ue0b7'), BLUR_LINEAR("mdsal-blur_linear", '\ue0b8'), BLUR_OFF("mdsal-blur_off", '\ue0b9'), BLUR_ON("mdsal-blur_on", '\ue0ba'), BOOK("mdsal-book", '\ue0bb'), BOOK_ONLINE("mdsal-book_online", '\ue89b'), BOOKMARK("mdsal-bookmark", '\ue0bd'), BOOKMARK_BORDER("mdsal-bookmark_border", '\ue0bf'), BOOKMARKS("mdsal-bookmarks", '\ue0c0'), BORDER_ALL("mdsal-border_all", '\ue0c2'), BORDER_BOTTOM("mdsal-border_bottom", '\ue0c3'), BORDER_CLEAR("mdsal-border_clear", '\ue0c4'), BORDER_COLOR("mdsal-border_color", '\ue0c5'), BORDER_HORIZONTAL("mdsal-border_horizontal", '\ue0c7'), BORDER_INNER("mdsal-border_inner", '\ue0c8'), BORDER_LEFT("mdsal-border_left", '\ue0c9'), BORDER_OUTER("mdsal-border_outer", '\ue0ca'), BORDER_RIGHT("mdsal-border_right", '\ue0cb'), BORDER_STYLE("mdsal-border_style", '\ue0cc'), BORDER_TOP("mdsal-border_top", '\ue0cd'), BORDER_VERTICAL("mdsal-border_vertical", '\ue0ce'), BRANDING_WATERMARK("mdsal-branding_watermark", '\ue0cf'), BRIGHTNESS_1("mdsal-brightness_1", '\ue0d1'), BRIGHTNESS_2("mdsal-brightness_2", '\ue0d3'), BRIGHTNESS_3("mdsal-brightness_3", '\ue0d5'), BRIGHTNESS_4("mdsal-brightness_4", '\ue0d7'), BRIGHTNESS_5("mdsal-brightness_5", '\ue0d9'), BRIGHTNESS_6("mdsal-brightness_6", '\ue0db'), BRIGHTNESS_7("mdsal-brightness_7", '\ue0dd'), BRIGHTNESS_AUTO("mdsal-brightness_auto", '\ue0df'), BRIGHTNESS_HIGH("mdsal-brightness_high", '\ue0e1'), BRIGHTNESS_LOW("mdsal-brightness_low", '\ue0e3'), BRIGHTNESS_MEDIUM("mdsal-brightness_medium", '\ue0e5'), BROKEN_IMAGE("mdsal-broken_image", '\ue0e7'), BROWSER_NOT_SUPPORTED("mdsal-browser_not_supported", '\ue776'), BRUSH("mdsal-brush", '\ue0e9'), BUBBLE_CHART("mdsal-bubble_chart", '\ue0eb'), BUG_REPORT("mdsal-bug_report", '\ue0ed'), BUILD("mdsal-build", '\ue0ef'), BUILD_CIRCLE("mdsal-build_circle", '\ue777'), BURST_MODE("mdsal-burst_mode", '\ue0f1'), BUSINESS("mdsal-business", '\ue0f3'), BUSINESS_CENTER("mdsal-business_center", '\ue0f5'), CACHED("mdsal-cached", '\ue0f7'), CAKE("mdsal-cake", '\ue0f8'), CALCULATE("mdsal-calculate", '\ue779'), CALENDAR_TODAY("mdsal-calendar_today", '\ue0fa'), CALENDAR_VIEW_DAY("mdsal-calendar_view_day", '\ue0fc'), CALL("mdsal-call", '\ue0fe'), CALL_END("mdsal-call_end", '\ue100'), CALL_MADE("mdsal-call_made", '\ue102'), CALL_MERGE("mdsal-call_merge", '\ue103'), CALL_MISSED("mdsal-call_missed", '\ue104'), CALL_MISSED_OUTGOING("mdsal-call_missed_outgoing", '\ue105'), CALL_RECEIVED("mdsal-call_received", '\ue106'), CALL_SPLIT("mdsal-call_split", '\ue107'), CALL_TO_ACTION("mdsal-call_to_action", '\ue108'), CAMERA("mdsal-camera", '\ue10a'), CAMERA_ALT("mdsal-camera_alt", '\ue10c'), CAMERA_ENHANCE("mdsal-camera_enhance", '\ue10e'), CAMERA_FRONT("mdsal-camera_front", '\ue110'), CAMERA_REAR("mdsal-camera_rear", '\ue112'), CAMERA_ROLL("mdsal-camera_roll", '\ue114'), CAMPAIGN("mdsal-campaign", '\ue77b'), CANCEL("mdsal-cancel", '\ue116'), CANCEL_PRESENTATION("mdsal-cancel_presentation", '\ue118'), CANCEL_SCHEDULE_SEND("mdsal-cancel_schedule_send", '\ue11a'), CARD_GIFTCARD("mdsal-card_giftcard", '\ue11c'), CARD_MEMBERSHIP("mdsal-card_membership", '\ue11e'), CARD_TRAVEL("mdsal-card_travel", '\ue120'), CARPENTER("mdsal-carpenter", '\ue866'), CASINO("mdsal-casino", '\ue122'), CAST("mdsal-cast", '\ue124'), CAST_CONNECTED("mdsal-cast_connected", '\ue125'), CAST_FOR_EDUCATION("mdsal-cast_for_education", '\ue127'), CATEGORY("mdsal-category", '\ue128'), CELL_WIFI("mdsal-cell_wifi", '\ue12a'), CENTER_FOCUS_STRONG("mdsal-center_focus_strong", '\ue12c'), CENTER_FOCUS_WEAK("mdsal-center_focus_weak", '\ue12e'), CHANGE_HISTORY("mdsal-change_history", '\ue130'), CHARGING_STATION("mdsal-charging_station", '\ue77d'), CHAT("mdsal-chat", '\ue132'), CHAT_BUBBLE("mdsal-chat_bubble", '\ue134'), CHAT_BUBBLE_OUTLINE("mdsal-chat_bubble_outline", '\ue136'), CHECK("mdsal-check", '\ue137'), CHECK_BOX("mdsal-check_box", '\ue138'), CHECK_BOX_OUTLINE_BLANK("mdsal-check_box_outline_blank", '\ue13a'), CHECK_CIRCLE("mdsal-check_circle", '\ue13b'), CHECK_CIRCLE_OUTLINE("mdsal-check_circle_outline", '\ue13d'), CHECKROOM("mdsal-checkroom", '\ue77f'), CHEVRON_LEFT("mdsal-chevron_left", '\ue13e'), CHEVRON_RIGHT("mdsal-chevron_right", '\ue13f'), CHILD_CARE("mdsal-child_care", '\ue140'), CHILD_FRIENDLY("mdsal-child_friendly", '\ue142'), CHROME_READER_MODE("mdsal-chrome_reader_mode", '\ue144'), CLASS("mdsal-class", '\ue146'), CLEAN_HANDS("mdsal-clean_hands", '\ue89d'), CLEANING_SERVICES("mdsal-cleaning_services", '\ue780'), CLEAR("mdsal-clear", '\ue148'), CLEAR_ALL("mdsal-clear_all", '\ue149'), CLOSE("mdsal-close", '\ue14a'), CLOSE_FULLSCREEN("mdsal-close_fullscreen", '\ue782'), CLOSED_CAPTION("mdsal-closed_caption", '\ue14b'), CLOSED_CAPTION_DISABLED("mdsal-closed_caption_disabled", '\ue868'), CLOUD("mdsal-cloud", '\ue14d'), CLOUD_CIRCLE("mdsal-cloud_circle", '\ue14f'), CLOUD_DONE("mdsal-cloud_done", '\ue151'), CLOUD_DOWNLOAD("mdsal-cloud_download", '\ue153'), CLOUD_OFF("mdsal-cloud_off", '\ue155'), CLOUD_QUEUE("mdsal-cloud_queue", '\ue157'), CLOUD_UPLOAD("mdsal-cloud_upload", '\ue159'), CODE("mdsal-code", '\ue15b'), COLLECTIONS("mdsal-collections", '\ue15c'), COLLECTIONS_BOOKMARK("mdsal-collections_bookmark", '\ue15e'), COLOR_LENS("mdsal-color_lens", '\ue160'), COLORIZE("mdsal-colorize", '\ue162'), COMMENT("mdsal-comment", '\ue164'), COMMENT_BANK("mdsal-comment_bank", '\ue783'), COMMUTE("mdsal-commute", '\ue166'), COMPARE("mdsal-compare", '\ue167'), COMPARE_ARROWS("mdsal-compare_arrows", '\ue169'), COMPASS_CALIBRATION("mdsal-compass_calibration", '\ue16a'), COMPUTER("mdsal-computer", '\ue16c'), CONFIRMATION_NUMBER("mdsal-confirmation_number", '\ue16e'), CONNECT_WITHOUT_CONTACT("mdsal-connect_without_contact", '\ue89f'), CONSTRUCTION("mdsal-construction", '\ue785'), CONTACT_MAIL("mdsal-contact_mail", '\ue170'), CONTACT_PAGE("mdsal-contact_page", '\ue8b4'), CONTACT_PHONE("mdsal-contact_phone", '\ue172'), CONTACT_SUPPORT("mdsal-contact_support", '\ue174'), CONTACTLESS("mdsal-contactless", '\ue176'), CONTACTS("mdsal-contacts", '\ue178'), CONTENT_COPY("mdsal-content_copy", '\ue17a'), CONTENT_CUT("mdsal-content_cut", '\ue17c'), CONTENT_PASTE("mdsal-content_paste", '\ue17e'), CONTROL_CAMERA("mdsal-control_camera", '\ue180'), CONTROL_POINT("mdsal-control_point", '\ue181'), CONTROL_POINT_DUPLICATE("mdsal-control_point_duplicate", '\ue183'), COPYRIGHT("mdsal-copyright", '\ue185'), CORONAVIRUS("mdsal-coronavirus", '\ue8a0'), CORPORATE_FARE("mdsal-corporate_fare", '\ue786'), COUNTERTOPS("mdsal-countertops", '\ue86a'), CREATE("mdsal-create", '\ue187'), CREATE_NEW_FOLDER("mdsal-create_new_folder", '\ue189'), CREDIT_CARD("mdsal-credit_card", '\ue18b'), CROP("mdsal-crop", '\ue18d'), CROP_16_9("mdsal-crop_16_9", '\ue18e'), CROP_3_2("mdsal-crop_3_2", '\ue18f'), CROP_5_4("mdsal-crop_5_4", '\ue190'), CROP_7_5("mdsal-crop_7_5", '\ue191'), CROP_DIN("mdsal-crop_din", '\ue192'), CROP_FREE("mdsal-crop_free", '\ue193'), CROP_LANDSCAPE("mdsal-crop_landscape", '\ue194'), CROP_ORIGINAL("mdsal-crop_original", '\ue195'), CROP_PORTRAIT("mdsal-crop_portrait", '\ue196'), CROP_ROTATE("mdsal-crop_rotate", '\ue197'), CROP_SQUARE("mdsal-crop_square", '\ue198'), DASHBOARD("mdsal-dashboard", '\ue199'), DATA_USAGE("mdsal-data_usage", '\ue19b'), DATE_RANGE("mdsal-date_range", '\ue19c'), DECK("mdsal-deck", '\ue19e'), DEHAZE("mdsal-dehaze", '\ue1a0'), DELETE("mdsal-delete", '\ue1a1'), DELETE_FOREVER("mdsal-delete_forever", '\ue1a3'), DELETE_OUTLINE("mdsal-delete_outline", '\ue1a5'), DELETE_SWEEP("mdsal-delete_sweep", '\ue1a6'), DEPARTURE_BOARD("mdsal-departure_board", '\ue1a8'), DESCRIPTION("mdsal-description", '\ue1aa'), DESIGN_SERVICES("mdsal-design_services", '\ue788'), DESKTOP_ACCESS_DISABLED("mdsal-desktop_access_disabled", '\ue1ac'), DESKTOP_MAC("mdsal-desktop_mac", '\ue1ae'), DESKTOP_WINDOWS("mdsal-desktop_windows", '\ue1b0'), DETAILS("mdsal-details", '\ue1b2'), DEVELOPER_BOARD("mdsal-developer_board", '\ue1b4'), DEVELOPER_MODE("mdsal-developer_mode", '\ue1b6'), DEVICE_HUB("mdsal-device_hub", '\ue1b7'), DEVICE_UNKNOWN("mdsal-device_unknown", '\ue1b8'), DEVICES("mdsal-devices", '\ue1ba'), DEVICES_OTHER("mdsal-devices_other", '\ue1bc'), DIALER_SIP("mdsal-dialer_sip", '\ue1be'), DIALPAD("mdsal-dialpad", '\ue1c0'), DIRECTIONS("mdsal-directions", '\ue1c1'), DIRECTIONS_BIKE("mdsal-directions_bike", '\ue1c3'), DIRECTIONS_BOAT("mdsal-directions_boat", '\ue1c4'), DIRECTIONS_BUS("mdsal-directions_bus", '\ue1c6'), DIRECTIONS_CAR("mdsal-directions_car", '\ue1c8'), DIRECTIONS_OFF("mdsal-directions_off", '\ue78a'), DIRECTIONS_RAILWAY("mdsal-directions_railway", '\ue1ca'), DIRECTIONS_RUN("mdsal-directions_run", '\ue1cc'), DIRECTIONS_SUBWAY("mdsal-directions_subway", '\ue1cd'), DIRECTIONS_TRANSIT("mdsal-directions_transit", '\ue1cf'), DIRECTIONS_WALK("mdsal-directions_walk", '\ue1d1'), DISABLED_BY_DEFAULT("mdsal-disabled_by_default", '\ue8b6'), DISC_FULL("mdsal-disc_full", '\ue1d2'), DIVIDE("mdsal-divide", '\ue1d4'), DNS("mdsal-dns", '\ue1d6'), DO_NOT_DISTURB("mdsal-do_not_disturb", '\ue1d8'), DO_NOT_DISTURB_ALT("mdsal-do_not_disturb_alt", '\ue1da'), DO_NOT_DISTURB_OFF("mdsal-do_not_disturb_off", '\ue1dc'), DO_NOT_STEP("mdsal-do_not_step", '\ue78b'), DO_NOT_TOUCH("mdsal-do_not_touch", '\ue78d'), DOCK("mdsal-dock", '\ue1de'), DOMAIN("mdsal-domain", '\ue1e0'), DOMAIN_DISABLED("mdsal-domain_disabled", '\ue1e2'), DOMAIN_VERIFICATION("mdsal-domain_verification", '\ue78f'), DONE("mdsal-done", '\ue1e4'), DONE_ALL("mdsal-done_all", '\ue1e5'), DONE_OUTLINE("mdsal-done_outline", '\ue1e6'), DONUT_LARGE("mdsal-donut_large", '\ue1e7'), DONUT_SMALL("mdsal-donut_small", '\ue1e8'), DOUBLE_ARROW("mdsal-double_arrow", '\ue1ea'), DRAFTS("mdsal-drafts", '\ue1eb'), DRAG_HANDLE("mdsal-drag_handle", '\ue1ed'), DRAG_INDICATOR("mdsal-drag_indicator", '\ue1ee'), DRIVE_ETA("mdsal-drive_eta", '\ue1ef'), DRY("mdsal-dry", '\ue791'), DUO("mdsal-duo", '\ue1f1'), DVR("mdsal-dvr", '\ue1f2'), DYNAMIC_FEED("mdsal-dynamic_feed", '\ue1f4'), DYNAMIC_FORM("mdsal-dynamic_form", '\ue793'), EAST("mdsal-east", '\ue86c'), ECO("mdsal-eco", '\ue1f6'), EDIT("mdsal-edit", '\ue1f8'), EDIT_ATTRIBUTES("mdsal-edit_attributes", '\ue1fa'), EDIT_LOCATION("mdsal-edit_location", '\ue1fc'), EDIT_ROAD("mdsal-edit_road", '\ue795'), EJECT("mdsal-eject", '\ue1fe'), ELDERLY("mdsal-elderly", '\ue8a2'), ELECTRIC_BIKE("mdsal-electric_bike", '\ue797'), ELECTRIC_CAR("mdsal-electric_car", '\ue798'), ELECTRIC_MOPED("mdsal-electric_moped", '\ue79a'), ELECTRIC_SCOOTER("mdsal-electric_scooter", '\ue79c'), ELECTRICAL_SERVICES("mdsal-electrical_services", '\ue79d'), ELEVATOR("mdsal-elevator", '\ue79e'), EMAIL("mdsal-email", '\ue200'), EMOJI_EMOTIONS("mdsal-emoji_emotions", '\ue202'), EMOJI_EVENTS("mdsal-emoji_events", '\ue204'), EMOJI_FLAGS("mdsal-emoji_flags", '\ue206'), EMOJI_FOOD_BEVERAGE("mdsal-emoji_food_beverage", '\ue208'), EMOJI_NATURE("mdsal-emoji_nature", '\ue20a'), EMOJI_OBJECTS("mdsal-emoji_objects", '\ue20c'), EMOJI_PEOPLE("mdsal-emoji_people", '\ue20e'), EMOJI_SYMBOLS("mdsal-emoji_symbols", '\ue20f'), EMOJI_TRANSPORTATION("mdsal-emoji_transportation", '\ue210'), ENGINEERING("mdsal-engineering", '\ue7a0'), ENHANCED_ENCRYPTION("mdsal-enhanced_encryption", '\ue211'), EQUALIZER("mdsal-equalizer", '\ue213'), EQUALS("mdsal-equals", '\ue214'), ERROR("mdsal-error", '\ue215'), ERROR_OUTLINE("mdsal-error_outline", '\ue217'), ESCALATOR("mdsal-escalator", '\ue7a2'), ESCALATOR_WARNING("mdsal-escalator_warning", '\ue7a4'), EURO("mdsal-euro", '\ue218'), EURO_SYMBOL("mdsal-euro_symbol", '\ue219'), EV_STATION("mdsal-ev_station", '\ue21a'), EVENT("mdsal-event", '\ue21c'), EVENT_AVAILABLE("mdsal-event_available", '\ue21e'), EVENT_BUSY("mdsal-event_busy", '\ue220'), EVENT_NOTE("mdsal-event_note", '\ue222'), EVENT_SEAT("mdsal-event_seat", '\ue224'), EXIT_TO_APP("mdsal-exit_to_app", '\ue226'), EXPAND_LESS("mdsal-expand_less", '\ue227'), EXPAND_MORE("mdsal-expand_more", '\ue228'), EXPLICIT("mdsal-explicit", '\ue229'), EXPLORE("mdsal-explore", '\ue22b'), EXPLORE_OFF("mdsal-explore_off", '\ue22d'), EXPOSURE("mdsal-exposure", '\ue22f'), EXPOSURE_NEG_1("mdsal-exposure_neg_1", '\ue231'), EXPOSURE_NEG_2("mdsal-exposure_neg_2", '\ue232'), EXPOSURE_PLUS_1("mdsal-exposure_plus_1", '\ue233'), EXPOSURE_PLUS_2("mdsal-exposure_plus_2", '\ue234'), EXPOSURE_ZERO("mdsal-exposure_zero", '\ue235'), EXTENSION("mdsal-extension", '\ue236'), FACE("mdsal-face", '\ue238'), FACEBOOK("mdsal-facebook", '\ue8b8'), FACT_CHECK("mdsal-fact_check", '\ue7a5'), FAMILY_RESTROOM("mdsal-family_restroom", '\ue7a7'), FAST_FORWARD("mdsal-fast_forward", '\ue23a'), FAST_REWIND("mdsal-fast_rewind", '\ue23c'), FASTFOOD("mdsal-fastfood", '\ue23e'), FAVORITE("mdsal-favorite", '\ue240'), FAVORITE_BORDER("mdsal-favorite_border", '\ue242'), FEATURED_PLAY_LIST("mdsal-featured_play_list", '\ue243'), FEATURED_VIDEO("mdsal-featured_video", '\ue245'), FEEDBACK("mdsal-feedback", '\ue247'), FENCE("mdsal-fence", '\ue86d'), FIBER_DVR("mdsal-fiber_dvr", '\ue249'), FIBER_MANUAL_RECORD("mdsal-fiber_manual_record", '\ue24b'), FIBER_NEW("mdsal-fiber_new", '\ue24d'), FIBER_PIN("mdsal-fiber_pin", '\ue24f'), FIBER_SMART_RECORD("mdsal-fiber_smart_record", '\ue251'), FILE_COPY("mdsal-file_copy", '\ue253'), FILE_UPLOAD("mdsal-file_upload", '\ue255'), FILTER("mdsal-filter", '\ue257'), FILTER_1("mdsal-filter_1", '\ue259'), FILTER_2("mdsal-filter_2", '\ue25b'), FILTER_3("mdsal-filter_3", '\ue25d'), FILTER_4("mdsal-filter_4", '\ue25f'), FILTER_5("mdsal-filter_5", '\ue261'), FILTER_6("mdsal-filter_6", '\ue263'), FILTER_7("mdsal-filter_7", '\ue265'), FILTER_8("mdsal-filter_8", '\ue267'), FILTER_9("mdsal-filter_9", '\ue269'), FILTER_9_PLUS("mdsal-filter_9_plus", '\ue26b'), FILTER_ALT("mdsal-filter_alt", '\ue7a8'), FILTER_B_AND_W("mdsal-filter_b_and_w", '\ue26d'), FILTER_CENTER_FOCUS("mdsal-filter_center_focus", '\ue26f'), FILTER_DRAMA("mdsal-filter_drama", '\ue270'), FILTER_FRAMES("mdsal-filter_frames", '\ue272'), FILTER_HDR("mdsal-filter_hdr", '\ue274'), FILTER_LIST("mdsal-filter_list", '\ue276'), FILTER_NONE("mdsal-filter_none", '\ue277'), FILTER_TILT_SHIFT("mdsal-filter_tilt_shift", '\ue279'), FILTER_VINTAGE("mdsal-filter_vintage", '\ue27a'), FIND_IN_PAGE("mdsal-find_in_page", '\ue27c'), FIND_REPLACE("mdsal-find_replace", '\ue27e'), FINGERPRINT("mdsal-fingerprint", '\ue27f'), FIRE_EXTINGUISHER("mdsal-fire_extinguisher", '\ue86f'), FIREPLACE("mdsal-fireplace", '\ue280'), FIRST_PAGE("mdsal-first_page", '\ue282'), FITNESS_CENTER("mdsal-fitness_center", '\ue283'), FLAG("mdsal-flag", '\ue284'), FLAKY("mdsal-flaky", '\ue7aa'), FLARE("mdsal-flare", '\ue286'), FLASH_AUTO("mdsal-flash_auto", '\ue287'), FLASH_OFF("mdsal-flash_off", '\ue288'), FLASH_ON("mdsal-flash_on", '\ue289'), FLIGHT("mdsal-flight", '\ue28a'), FLIGHT_LAND("mdsal-flight_land", '\ue28b'), FLIGHT_TAKEOFF("mdsal-flight_takeoff", '\ue28c'), FLIP("mdsal-flip", '\ue28d'), FLIP_CAMERA_ANDROID("mdsal-flip_camera_android", '\ue28e'), FLIP_CAMERA_IOS("mdsal-flip_camera_ios", '\ue290'), FLIP_TO_BACK("mdsal-flip_to_back", '\ue292'), FLIP_TO_FRONT("mdsal-flip_to_front", '\ue293'), FOLDER("mdsal-folder", '\ue294'), FOLDER_OPEN("mdsal-folder_open", '\ue296'), FOLDER_SHARED("mdsal-folder_shared", '\ue298'), FOLDER_SPECIAL("mdsal-folder_special", '\ue29a'), FOLLOW_THE_SIGNS("mdsal-follow_the_signs", '\ue8a3'), FONT_DOWNLOAD("mdsal-font_download", '\ue29c'), FOOD_BANK("mdsal-food_bank", '\ue870'), FORMAT_ALIGN_CENTER("mdsal-format_align_center", '\ue29e'), FORMAT_ALIGN_JUSTIFY("mdsal-format_align_justify", '\ue29f'), FORMAT_ALIGN_LEFT("mdsal-format_align_left", '\ue2a0'), FORMAT_ALIGN_RIGHT("mdsal-format_align_right", '\ue2a1'), FORMAT_BOLD("mdsal-format_bold", '\ue2a2'), FORMAT_CLEAR("mdsal-format_clear", '\ue2a3'), FORMAT_COLOR_FILL("mdsal-format_color_fill", '\ue2a4'), FORMAT_COLOR_RESET("mdsal-format_color_reset", '\ue2a6'), FORMAT_COLOR_TEXT("mdsal-format_color_text", '\ue2a8'), FORMAT_INDENT_DECREASE("mdsal-format_indent_decrease", '\ue2aa'), FORMAT_INDENT_INCREASE("mdsal-format_indent_increase", '\ue2ab'), FORMAT_ITALIC("mdsal-format_italic", '\ue2ac'), FORMAT_LINE_SPACING("mdsal-format_line_spacing", '\ue2ad'), FORMAT_LIST_BULLETED("mdsal-format_list_bulleted", '\ue2ae'), FORMAT_LIST_NUMBERED("mdsal-format_list_numbered", '\ue2af'), FORMAT_LIST_NUMBERED_RTL("mdsal-format_list_numbered_rtl", '\ue2b0'), FORMAT_PAINT("mdsal-format_paint", '\ue2b1'), FORMAT_QUOTE("mdsal-format_quote", '\ue2b3'), FORMAT_SHAPES("mdsal-format_shapes", '\ue2b5'), FORMAT_SIZE("mdsal-format_size", '\ue2b7'), FORMAT_STRIKETHROUGH("mdsal-format_strikethrough", '\ue2b8'), FORMAT_TEXTDIRECTION_L_TO_R("mdsal-format_textdirection_l_to_r", '\ue2b9'), FORMAT_TEXTDIRECTION_R_TO_L("mdsal-format_textdirection_r_to_l", '\ue2bb'), FORMAT_UNDERLINED("mdsal-format_underlined", '\ue2bd'), FORUM("mdsal-forum", '\ue2be'), FORWARD("mdsal-forward", '\ue2c0'), FORWARD_10("mdsal-forward_10", '\ue2c2'), FORWARD_30("mdsal-forward_30", '\ue2c3'), FORWARD_5("mdsal-forward_5", '\ue2c4'), FORWARD_TO_INBOX("mdsal-forward_to_inbox", '\ue7ab'), FOUNDATION("mdsal-foundation", '\ue872'), FREE_BREAKFAST("mdsal-free_breakfast", '\ue2c5'), FULLSCREEN("mdsal-fullscreen", '\ue2c7'), FULLSCREEN_EXIT("mdsal-fullscreen_exit", '\ue2c8'), FUNCTIONS("mdsal-functions", '\ue2c9'), G_TRANSLATE("mdsal-g_translate", '\ue2ca'), GAMEPAD("mdsal-gamepad", '\ue2cb'), GAMES("mdsal-games", '\ue2cd'), GAVEL("mdsal-gavel", '\ue2cf'), GESTURE("mdsal-gesture", '\ue2d0'), GET_APP("mdsal-get_app", '\ue2d1'), GIF("mdsal-gif", '\ue2d3'), GOLF_COURSE("mdsal-golf_course", '\ue2d5'), GPS_FIXED("mdsal-gps_fixed", '\ue2d7'), GPS_NOT_FIXED("mdsal-gps_not_fixed", '\ue2d9'), GPS_OFF("mdsal-gps_off", '\ue2da'), GRADE("mdsal-grade", '\ue2db'), GRADIENT("mdsal-gradient", '\ue2dd'), GRADING("mdsal-grading", '\ue7ad'), GRAIN("mdsal-grain", '\ue2de'), GRAPHIC_EQ("mdsal-graphic_eq", '\ue2df'), GRASS("mdsal-grass", '\ue874'), GREATER_THAN("mdsal-greater_than", '\ue2e0'), GREATER_THAN_EQUAL("mdsal-greater_than_equal", '\ue2e1'), GRID_OFF("mdsal-grid_off", '\ue2e2'), GRID_ON("mdsal-grid_on", '\ue2e4'), GROUP("mdsal-group", '\ue2e6'), GROUP_ADD("mdsal-group_add", '\ue2e8'), GROUP_WORK("mdsal-group_work", '\ue2ea'), GROUPS("mdsal-groups", '\ue8b9'), HANDYMAN("mdsal-handyman", '\ue7ae'), HD("mdsal-hd", '\ue2ec'), HDR_OFF("mdsal-hdr_off", '\ue2ee'), HDR_ON("mdsal-hdr_on", '\ue2ef'), HDR_STRONG("mdsal-hdr_strong", '\ue2f0'), HDR_WEAK("mdsal-hdr_weak", '\ue2f2'), HEADSET("mdsal-headset", '\ue2f4'), HEADSET_MIC("mdsal-headset_mic", '\ue2f6'), HEALING("mdsal-healing", '\ue2f8'), HEARING("mdsal-hearing", '\ue2fa'), HEARING_DISABLED("mdsal-hearing_disabled", '\ue7b0'), HEIGHT("mdsal-height", '\ue2fb'), HELP("mdsal-help", '\ue2fc'), HELP_CENTER("mdsal-help_center", '\ue7b1'), HELP_OUTLINE("mdsal-help_outline", '\ue2fe'), HIGH_QUALITY("mdsal-high_quality", '\ue2ff'), HIGHLIGHT("mdsal-highlight", '\ue301'), HIGHLIGHT_ALT("mdsal-highlight_alt", '\ue7b3'), HIGHLIGHT_OFF("mdsal-highlight_off", '\ue303'), HISTORY("mdsal-history", '\ue305'), HISTORY_EDU("mdsal-history_edu", '\ue7b4'), HISTORY_TOGGLE_OFF("mdsal-history_toggle_off", '\ue7b6'), HOME("mdsal-home", '\ue306'), HOME_REPAIR_SERVICE("mdsal-home_repair_service", '\ue7b7'), HOME_WORK("mdsal-home_work", '\ue308'), HORIZONTAL_DISTRIBUTE("mdsal-horizontal_distribute", '\ue8d0'), HORIZONTAL_RULE("mdsal-horizontal_rule", '\ue7b9'), HORIZONTAL_SPLIT("mdsal-horizontal_split", '\ue30a'), HOT_TUB("mdsal-hot_tub", '\ue30c'), HOTEL("mdsal-hotel", '\ue30d'), HOURGLASS_BOTTOM("mdsal-hourglass_bottom", '\ue7ba'), HOURGLASS_DISABLED("mdsal-hourglass_disabled", '\ue7bc'), HOURGLASS_EMPTY("mdsal-hourglass_empty", '\ue30f'), HOURGLASS_FULL("mdsal-hourglass_full", '\ue310'), HOURGLASS_TOP("mdsal-hourglass_top", '\ue7bd'), HOUSE("mdsal-house", '\ue312'), HOUSE_SIDING("mdsal-house_siding", '\ue875'), HOW_TO_REG("mdsal-how_to_reg", '\ue314'), HOW_TO_VOTE("mdsal-how_to_vote", '\ue316'), HTTP("mdsal-http", '\ue318'), HTTPS("mdsal-https", '\ue319'), HVAC("mdsal-hvac", '\ue7bf'), IMAGE("mdsal-image", '\ue31b'), IMAGE_ASPECT_RATIO("mdsal-image_aspect_ratio", '\ue31d'), IMAGE_NOT_SUPPORTED("mdsal-image_not_supported", '\ue7c1'), IMAGE_SEARCH("mdsal-image_search", '\ue31f'), IMPORT_CONTACTS("mdsal-import_contacts", '\ue321'), IMPORT_EXPORT("mdsal-import_export", '\ue323'), IMPORTANT_DEVICES("mdsal-important_devices", '\ue324'), INBOX("mdsal-inbox", '\ue326'), INDETERMINATE_CHECK_BOX("mdsal-indeterminate_check_box", '\ue328'), INFO("mdsal-info", '\ue32a'), INPUT("mdsal-input", '\ue32c'), INSERT_CHART("mdsal-insert_chart", '\ue32d'), INSERT_CHART_OUTLINED("mdsal-insert_chart_outlined", '\ue32f'), INSERT_COMMENT("mdsal-insert_comment", '\ue330'), INSERT_DRIVE_FILE("mdsal-insert_drive_file", '\ue332'), INSERT_EMOTICON("mdsal-insert_emoticon", '\ue334'), INSERT_INVITATION("mdsal-insert_invitation", '\ue336'), INSERT_LINK("mdsal-insert_link", '\ue338'), INSERT_PHOTO("mdsal-insert_photo", '\ue339'), INSIGHTS("mdsal-insights", '\ue7c3'), INTEGRATION_INSTRUCTIONS("mdsal-integration_instructions", '\ue7c4'), INVERT_COLORS("mdsal-invert_colors", '\ue33b'), INVERT_COLORS_OFF("mdsal-invert_colors_off", '\ue33d'), ISO("mdsal-iso", '\ue33f'), KEYBOARD("mdsal-keyboard", '\ue341'), KEYBOARD_ARROW_DOWN("mdsal-keyboard_arrow_down", '\ue343'), KEYBOARD_ARROW_LEFT("mdsal-keyboard_arrow_left", '\ue344'), KEYBOARD_ARROW_RIGHT("mdsal-keyboard_arrow_right", '\ue345'), KEYBOARD_ARROW_UP("mdsal-keyboard_arrow_up", '\ue346'), KEYBOARD_BACKSPACE("mdsal-keyboard_backspace", '\ue347'), KEYBOARD_CAPSLOCK("mdsal-keyboard_capslock", '\ue348'), KEYBOARD_HIDE("mdsal-keyboard_hide", '\ue349'), KEYBOARD_RETURN("mdsal-keyboard_return", '\ue34b'), KEYBOARD_TAB("mdsal-keyboard_tab", '\ue34c'), KEYBOARD_VOICE("mdsal-keyboard_voice", '\ue34d'), KING_BED("mdsal-king_bed", '\ue34f'), KITCHEN("mdsal-kitchen", '\ue351'), LABEL("mdsal-label", '\ue353'), LABEL_IMPORTANT("mdsal-label_important", '\ue355'), LABEL_OFF("mdsal-label_off", '\ue357'), LANDSCAPE("mdsal-landscape", '\ue359'), LANGUAGE("mdsal-language", '\ue35b'), LAPTOP("mdsal-laptop", '\ue35d'), LAPTOP_CHROMEBOOK("mdsal-laptop_chromebook", '\ue35f'), LAPTOP_MAC("mdsal-laptop_mac", '\ue361'), LAPTOP_WINDOWS("mdsal-laptop_windows", '\ue363'), LAST_PAGE("mdsal-last_page", '\ue365'), LAUNCH("mdsal-launch", '\ue366'), LAYERS("mdsal-layers", '\ue367'), LAYERS_CLEAR("mdsal-layers_clear", '\ue369'), LEADERBOARD("mdsal-leaderboard", '\ue877'), LEAK_ADD("mdsal-leak_add", '\ue36b'), LEAK_REMOVE("mdsal-leak_remove", '\ue36c'), LEAVE_BAGS_AT_HOME("mdsal-leave_bags_at_home", '\ue8a5'), LEGEND_TOGGLE("mdsal-legend_toggle", '\ue7c6'), LENS("mdsal-lens", '\ue36d'), LESS_THAN("mdsal-less_than", '\ue36f'), LESS_THAN_EQUAL("mdsal-less_than_equal", '\ue370'), LIBRARY_ADD("mdsal-library_add", '\ue371'), LIBRARY_ADD_CHECK("mdsal-library_add_check", '\ue746'), LIBRARY_BOOKS("mdsal-library_books", '\ue373'), LIBRARY_MUSIC("mdsal-library_music", '\ue375'), LIGHTBULB("mdsal-lightbulb", '\ue377'), LINE_STYLE("mdsal-line_style", '\ue379'), LINE_WEIGHT("mdsal-line_weight", '\ue37a'), LINEAR_SCALE("mdsal-linear_scale", '\ue37b'), LINK("mdsal-link", '\ue37c'), LINK_OFF("mdsal-link_off", '\ue37e'), LINKED_CAMERA("mdsal-linked_camera", '\ue37f'), LIST("mdsal-list", '\ue381'), LIST_ALT("mdsal-list_alt", '\ue382'), LIVE_HELP("mdsal-live_help", '\ue384'), LIVE_TV("mdsal-live_tv", '\ue386'), LOCAL_ACTIVITY("mdsal-local_activity", '\ue388'), LOCAL_AIRPORT("mdsal-local_airport", '\ue38a'), LOCAL_ATM("mdsal-local_atm", '\ue38b'), LOCAL_BAR("mdsal-local_bar", '\ue38d'), LOCAL_CAFE("mdsal-local_cafe", '\ue38f'), LOCAL_CAR_WASH("mdsal-local_car_wash", '\ue391'), LOCAL_CONVENIENCE_STORE("mdsal-local_convenience_store", '\ue393'), LOCAL_DINING("mdsal-local_dining", '\ue395'), LOCAL_DRINK("mdsal-local_drink", '\ue396'), LOCAL_FIRE_DEPARTMENT("mdsal-local_fire_department", '\ue8a7'), LOCAL_FLORIST("mdsal-local_florist", '\ue398'), LOCAL_GAS_STATION("mdsal-local_gas_station", '\ue39a'), LOCAL_GROCERY_STORE("mdsal-local_grocery_store", '\ue39c'), LOCAL_HOSPITAL("mdsal-local_hospital", '\ue39e'), LOCAL_HOTEL("mdsal-local_hotel", '\ue3a0'), LOCAL_LAUNDRY_SERVICE("mdsal-local_laundry_service", '\ue3a2'), LOCAL_LIBRARY("mdsal-local_library", '\ue3a4'), LOCAL_MALL("mdsal-local_mall", '\ue3a6'), LOCAL_MOVIES("mdsal-local_movies", '\ue3a8'), LOCAL_OFFER("mdsal-local_offer", '\ue3aa'), LOCAL_PARKING("mdsal-local_parking", '\ue3ac'), LOCAL_PHARMACY("mdsal-local_pharmacy", '\ue3ad'), LOCAL_PHONE("mdsal-local_phone", '\ue3af'), LOCAL_PIZZA("mdsal-local_pizza", '\ue3b1'), LOCAL_PLAY("mdsal-local_play", '\ue3b3'), LOCAL_POLICE("mdsal-local_police", '\ue8a9'), LOCAL_POST_OFFICE("mdsal-local_post_office", '\ue3b5'), LOCAL_PRINTSHOP("mdsal-local_printshop", '\ue3b7'), LOCAL_SEE("mdsal-local_see", '\ue3b9'), LOCAL_SHIPPING("mdsal-local_shipping", '\ue3bb'), LOCAL_TAXI("mdsal-local_taxi", '\ue3bd'), LOCATION_CITY("mdsal-location_city", '\ue3bf'), LOCATION_DISABLED("mdsal-location_disabled", '\ue3c0'), LOCATION_OFF("mdsal-location_off", '\ue3c1'), LOCATION_ON("mdsal-location_on", '\ue3c2'), LOCATION_SEARCHING("mdsal-location_searching", '\ue3c4'), LOCK("mdsal-lock", '\ue3c5'), LOCK_OPEN("mdsal-lock_open", '\ue3c7'), LOG_IN("mdsal-log_in", '\ue3c9'), LOG_OUT("mdsal-log_out", '\ue3ca'), LOGIN("mdsal-login", '\ue7c7'), LOOKS("mdsal-looks", '\ue3cb'), LOOKS_3("mdsal-looks_3", '\ue3cc'), LOOKS_4("mdsal-looks_4", '\ue3ce'), LOOKS_5("mdsal-looks_5", '\ue3d0'), LOOKS_6("mdsal-looks_6", '\ue3d2'), LOOKS_ONE("mdsal-looks_one", '\ue3d4'), LOOKS_TWO("mdsal-looks_two", '\ue3d6'), LOOP("mdsal-loop", '\ue3d8'), LOUPE("mdsal-loupe", '\ue3d9'), LOW_PRIORITY("mdsal-low_priority", '\ue3db'), LOYALTY("mdsal-loyalty", '\ue3dc'), LUGGAGE("mdsal-luggage", '\ue8bb'); public static Material2SharpAL findByDescription(String description) { for (Material2SharpAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2SharpAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2SharpALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2SharpALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons-Sharp.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdsal-"); } @Override public Ikon resolve(String description) { return Material2SharpAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons Sharp"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2SharpALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Material2SharpALIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2SharpAL.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2SharpMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Material2SharpMZ implements Ikon { MAIL("mdsmz-mail", '\ue3de'), MAIL_OUTLINE("mdsmz-mail_outline", '\ue3e0'), MAP("mdsmz-map", '\ue3e1'), MAPS_UGC("mdsmz-maps_ugc", '\ue7c8'), MARK_CHAT_READ("mdsmz-mark_chat_read", '\ue7ca'), MARK_CHAT_UNREAD("mdsmz-mark_chat_unread", '\ue7cc'), MARK_EMAIL_READ("mdsmz-mark_email_read", '\ue7ce'), MARK_EMAIL_UNREAD("mdsmz-mark_email_unread", '\ue7d0'), MARKUNREAD("mdsmz-markunread", '\ue3e3'), MARKUNREAD_MAILBOX("mdsmz-markunread_mailbox", '\ue3e5'), MASKS("mdsmz-masks", '\ue8ab'), MAXIMIZE("mdsmz-maximize", '\ue3e7'), MEDIATION("mdsmz-mediation", '\ue7d2'), MEDICAL_SERVICES("mdsmz-medical_services", '\ue7d3'), MEETING_ROOM("mdsmz-meeting_room", '\ue3e8'), MEMORY("mdsmz-memory", '\ue3ea'), MENU("mdsmz-menu", '\ue3ec'), MENU_BOOK("mdsmz-menu_book", '\ue3ed'), MENU_OPEN("mdsmz-menu_open", '\ue3ef'), MERGE_TYPE("mdsmz-merge_type", '\ue3f0'), MESSAGE("mdsmz-message", '\ue3f1'), MIC("mdsmz-mic", '\ue3f3'), MIC_NONE("mdsmz-mic_none", '\ue3f5'), MIC_OFF("mdsmz-mic_off", '\ue3f7'), MICROWAVE("mdsmz-microwave", '\ue879'), MILITARY_TECH("mdsmz-military_tech", '\ue7d5'), MINIMIZE("mdsmz-minimize", '\ue3f9'), MINUS("mdsmz-minus", '\ue3fa'), MISCELLANEOUS_SERVICES("mdsmz-miscellaneous_services", '\ue7d7'), MISSED_VIDEO_CALL("mdsmz-missed_video_call", '\ue3fb'), MMS("mdsmz-mms", '\ue3fd'), MOBILE_FRIENDLY("mdsmz-mobile_friendly", '\ue3ff'), MOBILE_OFF("mdsmz-mobile_off", '\ue400'), MOBILE_SCREEN_SHARE("mdsmz-mobile_screen_share", '\ue401'), MODE_COMMENT("mdsmz-mode_comment", '\ue403'), MODEL_TRAINING("mdsmz-model_training", '\ue7d8'), MONETIZATION_ON("mdsmz-monetization_on", '\ue405'), MONEY("mdsmz-money", '\ue407'), MONEY_OFF("mdsmz-money_off", '\ue409'), MONOCHROME_PHOTOS("mdsmz-monochrome_photos", '\ue40a'), MOOD("mdsmz-mood", '\ue40c'), MOOD_BAD("mdsmz-mood_bad", '\ue40e'), MOPED("mdsmz-moped", '\ue7d9'), MORE("mdsmz-more", '\ue410'), MORE_HORIZ("mdsmz-more_horiz", '\ue412'), MORE_TIME("mdsmz-more_time", '\ue7db'), MORE_VERT("mdsmz-more_vert", '\ue413'), MOTION_PHOTOS_ON("mdsmz-motion_photos_on", '\ue8ad'), MOTION_PHOTOS_PAUSE("mdsmz-motion_photos_pause", '\ue8bd'), MOTION_PHOTOS_PAUSED("mdsmz-motion_photos_paused", '\ue8ae'), MOTORCYCLE("mdsmz-motorcycle", '\ue414'), MOUSE("mdsmz-mouse", '\ue416'), MOVE_TO_INBOX("mdsmz-move_to_inbox", '\ue418'), MOVIE("mdsmz-movie", '\ue41a'), MOVIE_CREATION("mdsmz-movie_creation", '\ue41c'), MOVIE_FILTER("mdsmz-movie_filter", '\ue41e'), MULTILINE_CHART("mdsmz-multiline_chart", '\ue420'), MULTIPLE_STOP("mdsmz-multiple_stop", '\ue7dc'), MUSEUM("mdsmz-museum", '\ue421'), MUSIC_NOTE("mdsmz-music_note", '\ue423'), MUSIC_OFF("mdsmz-music_off", '\ue425'), MUSIC_VIDEO("mdsmz-music_video", '\ue427'), MY_LOCATION("mdsmz-my_location", '\ue429'), NAT("mdsmz-nat", '\ue7dd'), NATURE("mdsmz-nature", '\ue42b'), NATURE_PEOPLE("mdsmz-nature_people", '\ue42d'), NAVIGATE_BEFORE("mdsmz-navigate_before", '\ue42f'), NAVIGATE_NEXT("mdsmz-navigate_next", '\ue430'), NAVIGATION("mdsmz-navigation", '\ue431'), NEAR_ME("mdsmz-near_me", '\ue433'), NEAR_ME_DISABLED("mdsmz-near_me_disabled", '\ue87b'), NETWORK_CELL("mdsmz-network_cell", '\ue435'), NETWORK_CHECK("mdsmz-network_check", '\ue437'), NETWORK_LOCKED("mdsmz-network_locked", '\ue438'), NETWORK_WIFI("mdsmz-network_wifi", '\ue439'), NEW_RELEASES("mdsmz-new_releases", '\ue43b'), NEXT_PLAN("mdsmz-next_plan", '\ue7df'), NEXT_WEEK("mdsmz-next_week", '\ue43d'), NFC("mdsmz-nfc", '\ue43f'), NIGHT_SHELTER("mdsmz-night_shelter", '\ue87d'), NIGHTS_STAY("mdsmz-nights_stay", '\ue440'), NO_BACKPACK("mdsmz-no_backpack", '\ue8be'), NO_CELL("mdsmz-no_cell", '\ue7e1'), NO_DRINKS("mdsmz-no_drinks", '\ue7e3'), NO_ENCRYPTION("mdsmz-no_encryption", '\ue442'), NO_FLASH("mdsmz-no_flash", '\ue7e5'), NO_FOOD("mdsmz-no_food", '\ue7e7'), NO_LUGGAGE("mdsmz-no_luggage", '\ue8c0'), NO_MEALS("mdsmz-no_meals", '\ue87f'), NO_MEETING_ROOM("mdsmz-no_meeting_room", '\ue444'), NO_PHOTOGRAPHY("mdsmz-no_photography", '\ue7e9'), NO_SIM("mdsmz-no_sim", '\ue446'), NO_STROLLER("mdsmz-no_stroller", '\ue7eb'), NO_TRANSFER("mdsmz-no_transfer", '\ue880'), NORTH("mdsmz-north", '\ue882'), NORTH_EAST("mdsmz-north_east", '\ue883'), NORTH_WEST("mdsmz-north_west", '\ue884'), NOT_ACCESSIBLE("mdsmz-not_accessible", '\ue7ed'), NOT_EQUAL("mdsmz-not_equal", '\ue448'), NOT_INTERESTED("mdsmz-not_interested", '\ue449'), NOT_LISTED_LOCATION("mdsmz-not_listed_location", '\ue44a'), NOT_STARTED("mdsmz-not_started", '\ue7ee'), NOTE("mdsmz-note", '\ue44c'), NOTE_ADD("mdsmz-note_add", '\ue44e'), NOTES("mdsmz-notes", '\ue450'), NOTIFICATION_IMPORTANT("mdsmz-notification_important", '\ue451'), NOTIFICATIONS("mdsmz-notifications", '\ue453'), NOTIFICATIONS_ACTIVE("mdsmz-notifications_active", '\ue455'), NOTIFICATIONS_NONE("mdsmz-notifications_none", '\ue457'), NOTIFICATIONS_OFF("mdsmz-notifications_off", '\ue459'), NOTIFICATIONS_PAUSED("mdsmz-notifications_paused", '\ue45b'), OFFLINE_BOLT("mdsmz-offline_bolt", '\ue45d'), OFFLINE_PIN("mdsmz-offline_pin", '\ue45f'), ONDEMAND_VIDEO("mdsmz-ondemand_video", '\ue461'), ONLINE_PREDICTION("mdsmz-online_prediction", '\ue7f0'), OPACITY("mdsmz-opacity", '\ue463'), OPEN_IN_BROWSER("mdsmz-open_in_browser", '\ue465'), OPEN_IN_FULL("mdsmz-open_in_full", '\ue7f1'), OPEN_IN_NEW("mdsmz-open_in_new", '\ue466'), OPEN_WITH("mdsmz-open_with", '\ue467'), OUTBOND("mdsmz-outbond", '\ue8c2'), OUTDOOR_GRILL("mdsmz-outdoor_grill", '\ue468'), OUTLET("mdsmz-outlet", '\ue7f2'), OUTLINED_FLAG("mdsmz-outlined_flag", '\ue46a'), PAGES("mdsmz-pages", '\ue46b'), PAGEVIEW("mdsmz-pageview", '\ue46d'), PALETTE("mdsmz-palette", '\ue46f'), PAN_TOOL("mdsmz-pan_tool", '\ue471'), PANORAMA("mdsmz-panorama", '\ue473'), PANORAMA_FISH_EYE("mdsmz-panorama_fish_eye", '\ue475'), PANORAMA_HORIZONTAL("mdsmz-panorama_horizontal", '\ue477'), PANORAMA_VERTICAL("mdsmz-panorama_vertical", '\ue479'), PANORAMA_WIDE_ANGLE("mdsmz-panorama_wide_angle", '\ue47b'), PARTY_MODE("mdsmz-party_mode", '\ue47d'), PAUSE("mdsmz-pause", '\ue47f'), PAUSE_CIRCLE_FILLED("mdsmz-pause_circle_filled", '\ue480'), PAUSE_CIRCLE_OUTLINE("mdsmz-pause_circle_outline", '\ue482'), PAUSE_PRESENTATION("mdsmz-pause_presentation", '\ue483'), PAYMENT("mdsmz-payment", '\ue485'), PAYMENTS("mdsmz-payments", '\ue7f4'), PEDAL_BIKE("mdsmz-pedal_bike", '\ue7f6'), PENDING("mdsmz-pending", '\ue7f7'), PENDING_ACTIONS("mdsmz-pending_actions", '\ue7f9'), PEOPLE("mdsmz-people", '\ue487'), PEOPLE_ALT("mdsmz-people_alt", '\ue489'), PEOPLE_OUTLINE("mdsmz-people_outline", '\ue48b'), PERCENTAGE("mdsmz-percentage", '\ue48d'), PERM_CAMERA_MIC("mdsmz-perm_camera_mic", '\ue48f'), PERM_CONTACT_CALENDAR("mdsmz-perm_contact_calendar", '\ue491'), PERM_DATA_SETTING("mdsmz-perm_data_setting", '\ue493'), PERM_DEVICE_INFORMATION("mdsmz-perm_device_information", '\ue494'), PERM_IDENTITY("mdsmz-perm_identity", '\ue496'), PERM_MEDIA("mdsmz-perm_media", '\ue498'), PERM_PHONE_MSG("mdsmz-perm_phone_msg", '\ue49a'), PERM_SCAN_WIFI("mdsmz-perm_scan_wifi", '\ue49c'), PERSON("mdsmz-person", '\ue49e'), PERSON_ADD("mdsmz-person_add", '\ue4a0'), PERSON_ADD_ALT_1("mdsmz-person_add_alt_1", '\ue7fb'), PERSON_ADD_DISABLED("mdsmz-person_add_disabled", '\ue4a2'), PERSON_OUTLINE("mdsmz-person_outline", '\ue4a4'), PERSON_PIN("mdsmz-person_pin", '\ue4a6'), PERSON_PIN_CIRCLE("mdsmz-person_pin_circle", '\ue4a8'), PERSON_REMOVE("mdsmz-person_remove", '\ue7fd'), PERSON_REMOVE_ALT_1("mdsmz-person_remove_alt_1", '\ue7ff'), PERSON_SEARCH("mdsmz-person_search", '\ue801'), PERSONAL_VIDEO("mdsmz-personal_video", '\ue4aa'), PEST_CONTROL("mdsmz-pest_control", '\ue803'), PEST_CONTROL_RODENT("mdsmz-pest_control_rodent", '\ue805'), PETS("mdsmz-pets", '\ue4ac'), PHONE("mdsmz-phone", '\ue4ad'), PHONE_ANDROID("mdsmz-phone_android", '\ue4af'), PHONE_BLUETOOTH_SPEAKER("mdsmz-phone_bluetooth_speaker", '\ue4b1'), PHONE_CALLBACK("mdsmz-phone_callback", '\ue4b3'), PHONE_DISABLED("mdsmz-phone_disabled", '\ue4b5'), PHONE_ENABLED("mdsmz-phone_enabled", '\ue4b6'), PHONE_FORWARDED("mdsmz-phone_forwarded", '\ue4b7'), PHONE_IN_TALK("mdsmz-phone_in_talk", '\ue4b9'), PHONE_IPHONE("mdsmz-phone_iphone", '\ue4bb'), PHONE_LOCKED("mdsmz-phone_locked", '\ue4bd'), PHONE_MISSED("mdsmz-phone_missed", '\ue4bf'), PHONE_PAUSED("mdsmz-phone_paused", '\ue4c1'), PHONELINK("mdsmz-phonelink", '\ue4c3'), PHONELINK_ERASE("mdsmz-phonelink_erase", '\ue4c5'), PHONELINK_LOCK("mdsmz-phonelink_lock", '\ue4c6'), PHONELINK_OFF("mdsmz-phonelink_off", '\ue4c7'), PHONELINK_RING("mdsmz-phonelink_ring", '\ue4c9'), PHONELINK_SETUP("mdsmz-phonelink_setup", '\ue4cb'), PHOTO("mdsmz-photo", '\ue4cc'), PHOTO_ALBUM("mdsmz-photo_album", '\ue4ce'), PHOTO_CAMERA("mdsmz-photo_camera", '\ue4d0'), PHOTO_FILTER("mdsmz-photo_filter", '\ue4d2'), PHOTO_LIBRARY("mdsmz-photo_library", '\ue4d3'), PHOTO_SIZE_SELECT_ACTUAL("mdsmz-photo_size_select_actual", '\ue4d5'), PHOTO_SIZE_SELECT_LARGE("mdsmz-photo_size_select_large", '\ue4d7'), PHOTO_SIZE_SELECT_SMALL("mdsmz-photo_size_select_small", '\ue4d8'), PICTURE_AS_PDF("mdsmz-picture_as_pdf", '\ue4d9'), PICTURE_IN_PICTURE("mdsmz-picture_in_picture", '\ue4db'), PICTURE_IN_PICTURE_ALT("mdsmz-picture_in_picture_alt", '\ue4dd'), PIE_CHART("mdsmz-pie_chart", '\ue4df'), PIN("mdsmz-pin", '\ue4e1'), PIN_DROP("mdsmz-pin_drop", '\ue4e3'), PIN_OFF("mdsmz-pin_off", '\ue4e5'), PLACE("mdsmz-place", '\ue4e7'), PLAGIARISM("mdsmz-plagiarism", '\ue807'), PLAY_ARROW("mdsmz-play_arrow", '\ue4e9'), PLAY_CIRCLE_FILLED("mdsmz-play_circle_filled", '\ue4eb'), PLAY_CIRCLE_FILLED_WHITE("mdsmz-play_circle_filled_white", '\ue4ed'), PLAY_CIRCLE_OUTLINE("mdsmz-play_circle_outline", '\ue4ef'), PLAY_FOR_WORK("mdsmz-play_for_work", '\ue4f0'), PLAYLIST_ADD("mdsmz-playlist_add", '\ue4f1'), PLAYLIST_ADD_CHECK("mdsmz-playlist_add_check", '\ue4f2'), PLAYLIST_PLAY("mdsmz-playlist_play", '\ue4f3'), PLUMBING("mdsmz-plumbing", '\ue809'), PLUS("mdsmz-plus", '\ue4f4'), PLUS_MINUS("mdsmz-plus_minus", '\ue4f5'), PLUS_MINUS_ALT("mdsmz-plus_minus_alt", '\ue4f6'), PLUS_ONE("mdsmz-plus_one", '\ue4f7'), POINT_OF_SALE("mdsmz-point_of_sale", '\ue80a'), POLICY("mdsmz-policy", '\ue4f8'), POLL("mdsmz-poll", '\ue4fa'), POLYMER("mdsmz-polymer", '\ue4fc'), POOL("mdsmz-pool", '\ue4fd'), PORTABLE_WIFI_OFF("mdsmz-portable_wifi_off", '\ue4ff'), PORTRAIT("mdsmz-portrait", '\ue500'), POST_ADD("mdsmz-post_add", '\ue502'), POWER("mdsmz-power", '\ue503'), POWER_INPUT("mdsmz-power_input", '\ue505'), POWER_OFF("mdsmz-power_off", '\ue506'), POWER_SETTINGS_NEW("mdsmz-power_settings_new", '\ue508'), PREGNANT_WOMAN("mdsmz-pregnant_woman", '\ue509'), PRESENT_TO_ALL("mdsmz-present_to_all", '\ue50a'), PREVIEW("mdsmz-preview", '\ue80c'), PRINT("mdsmz-print", '\ue50c'), PRINT_DISABLED("mdsmz-print_disabled", '\ue50e'), PRIORITY_HIGH("mdsmz-priority_high", '\ue510'), PRIVACY_TIP("mdsmz-privacy_tip", '\ue80e'), PSYCHOLOGY("mdsmz-psychology", '\ue810'), PUBLIC("mdsmz-public", '\ue511'), PUBLIC_OFF("mdsmz-public_off", '\ue812'), PUBLISH("mdsmz-publish", '\ue513'), PUBLISHED_WITH_CHANGES("mdsmz-published_with_changes", '\ue8c4'), PUSH_PIN("mdsmz-push_pin", '\ue814'), QR_CODE("mdsmz-qr_code", '\ue816'), QR_CODE_2("mdsmz-qr_code_2", '\ue8d1'), QR_CODE_SCANNER("mdsmz-qr_code_scanner", '\ue885'), QRCODE("mdsmz-qrcode", '\ue515'), QUERY_BUILDER("mdsmz-query_builder", '\ue517'), QUESTION_ANSWER("mdsmz-question_answer", '\ue519'), QUEUE("mdsmz-queue", '\ue51b'), QUEUE_MUSIC("mdsmz-queue_music", '\ue51d'), QUEUE_PLAY_NEXT("mdsmz-queue_play_next", '\ue51f'), QUICKREPLY("mdsmz-quickreply", '\ue818'), RADIO("mdsmz-radio", '\ue520'), RADIO_BUTTON_CHECKED("mdsmz-radio_button_checked", '\ue522'), RADIO_BUTTON_UNCHECKED("mdsmz-radio_button_unchecked", '\ue523'), RATE_REVIEW("mdsmz-rate_review", '\ue524'), READ_MORE("mdsmz-read_more", '\ue81a'), RECEIPT("mdsmz-receipt", '\ue526'), RECEIPT_LONG("mdsmz-receipt_long", '\ue81b'), RECENT_ACTORS("mdsmz-recent_actors", '\ue528'), RECORD_VOICE_OVER("mdsmz-record_voice_over", '\ue52a'), REDEEM("mdsmz-redeem", '\ue52c'), REDO("mdsmz-redo", '\ue52e'), REDUCE_CAPACITY("mdsmz-reduce_capacity", '\ue8af'), REFRESH("mdsmz-refresh", '\ue52f'), REMOVE("mdsmz-remove", '\ue530'), REMOVE_CIRCLE("mdsmz-remove_circle", '\ue531'), REMOVE_CIRCLE_OUTLINE("mdsmz-remove_circle_outline", '\ue533'), REMOVE_FROM_QUEUE("mdsmz-remove_from_queue", '\ue534'), REMOVE_RED_EYE("mdsmz-remove_red_eye", '\ue536'), REMOVE_SHOPPING_CART("mdsmz-remove_shopping_cart", '\ue538'), REORDER("mdsmz-reorder", '\ue53a'), REPEAT("mdsmz-repeat", '\ue53b'), REPEAT_ONE("mdsmz-repeat_one", '\ue53c'), REPLAY("mdsmz-replay", '\ue53d'), REPLAY_10("mdsmz-replay_10", '\ue53e'), REPLAY_30("mdsmz-replay_30", '\ue53f'), REPLAY_5("mdsmz-replay_5", '\ue540'), REPLY("mdsmz-reply", '\ue541'), REPLY_ALL("mdsmz-reply_all", '\ue542'), REPORT("mdsmz-report", '\ue543'), REPORT_OFF("mdsmz-report_off", '\ue545'), REPORT_PROBLEM("mdsmz-report_problem", '\ue547'), REQUEST_PAGE("mdsmz-request_page", '\ue8c5'), REQUEST_QUOTE("mdsmz-request_quote", '\ue81d'), RESTAURANT("mdsmz-restaurant", '\ue549'), RESTAURANT_MENU("mdsmz-restaurant_menu", '\ue54a'), RESTORE("mdsmz-restore", '\ue54b'), RESTORE_FROM_TRASH("mdsmz-restore_from_trash", '\ue54c'), RESTORE_PAGE("mdsmz-restore_page", '\ue54e'), RICE_BOWL("mdsmz-rice_bowl", '\ue886'), RING_VOLUME("mdsmz-ring_volume", '\ue550'), ROCKET("mdsmz-rocket", '\ue552'), ROOFING("mdsmz-roofing", '\ue888'), ROOM("mdsmz-room", '\ue554'), ROOM_PREFERENCES("mdsmz-room_preferences", '\ue81f'), ROOM_SERVICE("mdsmz-room_service", '\ue556'), ROTATE_90_DEGREES_CCW("mdsmz-rotate_90_degrees_ccw", '\ue558'), ROTATE_LEFT("mdsmz-rotate_left", '\ue55a'), ROTATE_RIGHT("mdsmz-rotate_right", '\ue55b'), ROUNDED_CORNER("mdsmz-rounded_corner", '\ue55c'), ROUTER("mdsmz-router", '\ue55d'), ROWING("mdsmz-rowing", '\ue55f'), RSS_FEED("mdsmz-rss_feed", '\ue560'), RULE("mdsmz-rule", '\ue821'), RULE_FOLDER("mdsmz-rule_folder", '\ue822'), RUN_CIRCLE("mdsmz-run_circle", '\ue824'), RV_HOOKUP("mdsmz-rv_hookup", '\ue561'), SANITIZER("mdsmz-sanitizer", '\ue8b0'), SATELLITE("mdsmz-satellite", '\ue563'), SAVE("mdsmz-save", '\ue565'), SAVE_ALT("mdsmz-save_alt", '\ue567'), SCANNER("mdsmz-scanner", '\ue568'), SCATTER_PLOT("mdsmz-scatter_plot", '\ue56a'), SCHEDULE("mdsmz-schedule", '\ue56c'), SCHOOL("mdsmz-school", '\ue56e'), SCIENCE("mdsmz-science", '\ue826'), SCORE("mdsmz-score", '\ue570'), SCREEN_LOCK_LANDSCAPE("mdsmz-screen_lock_landscape", '\ue572'), SCREEN_LOCK_PORTRAIT("mdsmz-screen_lock_portrait", '\ue574'), SCREEN_LOCK_ROTATION("mdsmz-screen_lock_rotation", '\ue576'), SCREEN_ROTATION("mdsmz-screen_rotation", '\ue577'), SCREEN_SHARE("mdsmz-screen_share", '\ue579'), SD_CARD("mdsmz-sd_card", '\ue57b'), SD_STORAGE("mdsmz-sd_storage", '\ue57d'), SEARCH("mdsmz-search", '\ue57f'), SEARCH_OFF("mdsmz-search_off", '\ue828'), SECURITY("mdsmz-security", '\ue580'), SELECT_ALL("mdsmz-select_all", '\ue582'), SELF_IMPROVEMENT("mdsmz-self_improvement", '\ue829'), SEND("mdsmz-send", '\ue583'), SENSOR_DOOR("mdsmz-sensor_door", '\ue82a'), SENSOR_WINDOW("mdsmz-sensor_window", '\ue82c'), SENTIMENT_DISSATISFIED("mdsmz-sentiment_dissatisfied", '\ue585'), SENTIMENT_NEUTRAL("mdsmz-sentiment_neutral", '\ue587'), SENTIMENT_SATISFIED("mdsmz-sentiment_satisfied", '\ue589'), SENTIMENT_SATISFIED_ALT("mdsmz-sentiment_satisfied_alt", '\ue58b'), SENTIMENT_SLIGHTLY_DISSATISFIED("mdsmz-sentiment_slightly_dissatisfied", '\ue58d'), SENTIMENT_VERY_DISSATISFIED("mdsmz-sentiment_very_dissatisfied", '\ue58f'), SENTIMENT_VERY_SATISFIED("mdsmz-sentiment_very_satisfied", '\ue591'), SET_MEAL("mdsmz-set_meal", '\ue88a'), SETTINGS("mdsmz-settings", '\ue593'), SETTINGS_APPLICATIONS("mdsmz-settings_applications", '\ue595'), SETTINGS_BACKUP_RESTORE("mdsmz-settings_backup_restore", '\ue597'), SETTINGS_BLUETOOTH("mdsmz-settings_bluetooth", '\ue598'), SETTINGS_BRIGHTNESS("mdsmz-settings_brightness", '\ue599'), SETTINGS_CELL("mdsmz-settings_cell", '\ue59b'), SETTINGS_ETHERNET("mdsmz-settings_ethernet", '\ue59d'), SETTINGS_INPUT_ANTENNA("mdsmz-settings_input_antenna", '\ue59e'), SETTINGS_INPUT_COMPONENT("mdsmz-settings_input_component", '\ue59f'), SETTINGS_INPUT_COMPOSITE("mdsmz-settings_input_composite", '\ue5a1'), SETTINGS_INPUT_HDMI("mdsmz-settings_input_hdmi", '\ue5a3'), SETTINGS_INPUT_SVIDEO("mdsmz-settings_input_svideo", '\ue5a5'), SETTINGS_OVERSCAN("mdsmz-settings_overscan", '\ue5a7'), SETTINGS_PHONE("mdsmz-settings_phone", '\ue5a9'), SETTINGS_POWER("mdsmz-settings_power", '\ue5ab'), SETTINGS_REMOTE("mdsmz-settings_remote", '\ue5ac'), SETTINGS_SYSTEM_DAYDREAM("mdsmz-settings_system_daydream", '\ue5ae'), SETTINGS_VOICE("mdsmz-settings_voice", '\ue5b0'), SHARE("mdsmz-share", '\ue5b2'), SHOP("mdsmz-shop", '\ue5b4'), SHOP_TWO("mdsmz-shop_two", '\ue5b6'), SHOPPING_BAG("mdsmz-shopping_bag", '\ue82e'), SHOPPING_BASKET("mdsmz-shopping_basket", '\ue5b8'), SHOPPING_CART("mdsmz-shopping_cart", '\ue5ba'), SHORT_TEXT("mdsmz-short_text", '\ue5bc'), SHOW_CHART("mdsmz-show_chart", '\ue5bd'), SHUFFLE("mdsmz-shuffle", '\ue5be'), SHUTTER_SPEED("mdsmz-shutter_speed", '\ue5bf'), SICK("mdsmz-sick", '\ue8b2'), SIGNAL_CELLULAR_0_BAR("mdsmz-signal_cellular_0_bar", '\ue5c1'), SIGNAL_CELLULAR_1_BAR("mdsmz-signal_cellular_1_bar", '\ue5c3'), SIGNAL_CELLULAR_2_BAR("mdsmz-signal_cellular_2_bar", '\ue5c5'), SIGNAL_CELLULAR_3_BAR("mdsmz-signal_cellular_3_bar", '\ue5c7'), SIGNAL_CELLULAR_4_BAR("mdsmz-signal_cellular_4_bar", '\ue5c9'), SIGNAL_CELLULAR_ALT("mdsmz-signal_cellular_alt", '\ue5ca'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_0_BAR("mdsmz-signal_cellular_connected_no_internet_0_bar", '\ue5cb'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_1_BAR("mdsmz-signal_cellular_connected_no_internet_1_bar", '\ue5cd'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_2_BAR("mdsmz-signal_cellular_connected_no_internet_2_bar", '\ue5cf'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_3_BAR("mdsmz-signal_cellular_connected_no_internet_3_bar", '\ue5d1'), SIGNAL_CELLULAR_CONNECTED_NO_INTERNET_4_BAR("mdsmz-signal_cellular_connected_no_internet_4_bar", '\ue5d3'), SIGNAL_CELLULAR_NO_SIM("mdsmz-signal_cellular_no_sim", '\ue5d4'), SIGNAL_CELLULAR_NULL("mdsmz-signal_cellular_null", '\ue5d6'), SIGNAL_CELLULAR_OFF("mdsmz-signal_cellular_off", '\ue5d7'), SIGNAL_WIFI_0_BAR("mdsmz-signal_wifi_0_bar", '\ue5d8'), SIGNAL_WIFI_1_BAR("mdsmz-signal_wifi_1_bar", '\ue5da'), SIGNAL_WIFI_1_BAR_LOCK("mdsmz-signal_wifi_1_bar_lock", '\ue5dc'), SIGNAL_WIFI_2_BAR("mdsmz-signal_wifi_2_bar", '\ue5de'), SIGNAL_WIFI_2_BAR_LOCK("mdsmz-signal_wifi_2_bar_lock", '\ue5e0'), SIGNAL_WIFI_3_BAR("mdsmz-signal_wifi_3_bar", '\ue5e2'), SIGNAL_WIFI_3_BAR_LOCK("mdsmz-signal_wifi_3_bar_lock", '\ue5e4'), SIGNAL_WIFI_4_BAR("mdsmz-signal_wifi_4_bar", '\ue5e6'), SIGNAL_WIFI_4_BAR_LOCK("mdsmz-signal_wifi_4_bar_lock", '\ue5e7'), SIGNAL_WIFI_OFF("mdsmz-signal_wifi_off", '\ue5e8'), SIM_CARD("mdsmz-sim_card", '\ue5e9'), SIM_CARD_ALERT("mdsmz-sim_card_alert", '\ue5eb'), SINGLE_BED("mdsmz-single_bed", '\ue5ed'), SKIP_NEXT("mdsmz-skip_next", '\ue5ef'), SKIP_PREVIOUS("mdsmz-skip_previous", '\ue5f1'), SLIDESHOW("mdsmz-slideshow", '\ue5f3'), SLOW_MOTION_VIDEO("mdsmz-slow_motion_video", '\ue5f5'), SMART_BUTTON("mdsmz-smart_button", '\ue830'), SMARTPHONE("mdsmz-smartphone", '\ue5f6'), SMOKE_FREE("mdsmz-smoke_free", '\ue5f8'), SMOKING_ROOMS("mdsmz-smoking_rooms", '\ue5f9'), SMS("mdsmz-sms", '\ue5fb'), SMS_FAILED("mdsmz-sms_failed", '\ue5fd'), SNIPPET_FOLDER("mdsmz-snippet_folder", '\ue831'), SNOOZE("mdsmz-snooze", '\ue5ff'), SOAP("mdsmz-soap", '\ue833'), SORT("mdsmz-sort", '\ue600'), SORT_BY_ALPHA("mdsmz-sort_by_alpha", '\ue601'), SOURCE("mdsmz-source", '\ue835'), SOUTH("mdsmz-south", '\ue88c'), SOUTH_EAST("mdsmz-south_east", '\ue88d'), SOUTH_WEST("mdsmz-south_west", '\ue88e'), SPA("mdsmz-spa", '\ue602'), SPACE_BAR("mdsmz-space_bar", '\ue604'), SPEAKER("mdsmz-speaker", '\ue605'), SPEAKER_GROUP("mdsmz-speaker_group", '\ue607'), SPEAKER_NOTES("mdsmz-speaker_notes", '\ue609'), SPEAKER_NOTES_OFF("mdsmz-speaker_notes_off", '\ue60b'), SPEAKER_PHONE("mdsmz-speaker_phone", '\ue60d'), SPEED("mdsmz-speed", '\ue60f'), SPELLCHECK("mdsmz-spellcheck", '\ue610'), SPORTS("mdsmz-sports", '\ue611'), SPORTS_BAR("mdsmz-sports_bar", '\ue88f'), SPORTS_BASEBALL("mdsmz-sports_baseball", '\ue612'), SPORTS_BASKETBALL("mdsmz-sports_basketball", '\ue614'), SPORTS_CRICKET("mdsmz-sports_cricket", '\ue616'), SPORTS_ESPORTS("mdsmz-sports_esports", '\ue618'), SPORTS_FOOTBALL("mdsmz-sports_football", '\ue61a'), SPORTS_GOLF("mdsmz-sports_golf", '\ue61c'), SPORTS_HANDBALL("mdsmz-sports_handball", '\ue61e'), SPORTS_HOCKEY("mdsmz-sports_hockey", '\ue61f'), SPORTS_KABADDI("mdsmz-sports_kabaddi", '\ue620'), SPORTS_MMA("mdsmz-sports_mma", '\ue621'), SPORTS_MOTORSPORTS("mdsmz-sports_motorsports", '\ue623'), SPORTS_RUGBY("mdsmz-sports_rugby", '\ue625'), SPORTS_SOCCER("mdsmz-sports_soccer", '\ue627'), SPORTS_TENNIS("mdsmz-sports_tennis", '\ue629'), SPORTS_VOLLEYBALL("mdsmz-sports_volleyball", '\ue62a'), SQUARE_FOOT("mdsmz-square_foot", '\ue62c'), STACKED_LINE_CHART("mdsmz-stacked_line_chart", '\ue8c7'), STAIRS("mdsmz-stairs", '\ue837'), STAR("mdsmz-star", '\ue62e'), STAR_BORDER("mdsmz-star_border", '\ue630'), STAR_HALF("mdsmz-star_half", '\ue631'), STAR_OUTLINE("mdsmz-star_outline", '\ue748'), STAR_RATE("mdsmz-star_rate", '\ue632'), STARS("mdsmz-stars", '\ue633'), STAY_CURRENT_LANDSCAPE("mdsmz-stay_current_landscape", '\ue635'), STAY_CURRENT_PORTRAIT("mdsmz-stay_current_portrait", '\ue637'), STAY_PRIMARY_LANDSCAPE("mdsmz-stay_primary_landscape", '\ue639'), STAY_PRIMARY_PORTRAIT("mdsmz-stay_primary_portrait", '\ue63b'), STICKY_NOTE_2("mdsmz-sticky_note_2", '\ue891'), STOP("mdsmz-stop", '\ue63d'), STOP_CIRCLE("mdsmz-stop_circle", '\ue63f'), STOP_SCREEN_SHARE("mdsmz-stop_screen_share", '\ue641'), STORAGE("mdsmz-storage", '\ue643'), STORE("mdsmz-store", '\ue644'), STORE_MALL_DIRECTORY("mdsmz-store_mall_directory", '\ue646'), STOREFRONT("mdsmz-storefront", '\ue648'), STRAIGHTEN("mdsmz-straighten", '\ue64a'), STREETVIEW("mdsmz-streetview", '\ue64c'), STRIKETHROUGH_S("mdsmz-strikethrough_s", '\ue64d'), STROLLER("mdsmz-stroller", '\ue839'), STYLE("mdsmz-style", '\ue64e'), SUBDIRECTORY_ARROW_LEFT("mdsmz-subdirectory_arrow_left", '\ue650'), SUBDIRECTORY_ARROW_RIGHT("mdsmz-subdirectory_arrow_right", '\ue651'), SUBJECT("mdsmz-subject", '\ue652'), SUBSCRIPT("mdsmz-subscript", '\ue83b'), SUBSCRIPTIONS("mdsmz-subscriptions", '\ue653'), SUBTITLES("mdsmz-subtitles", '\ue655'), SUBTITLES_OFF("mdsmz-subtitles_off", '\ue83c'), SUBWAY("mdsmz-subway", '\ue657'), SUPERSCRIPT("mdsmz-superscript", '\ue83e'), SUPERVISED_USER_CIRCLE("mdsmz-supervised_user_circle", '\ue659'), SUPERVISOR_ACCOUNT("mdsmz-supervisor_account", '\ue65b'), SUPPORT("mdsmz-support", '\ue83f'), SUPPORT_AGENT("mdsmz-support_agent", '\ue841'), SURROUND_SOUND("mdsmz-surround_sound", '\ue65d'), SWAP_CALLS("mdsmz-swap_calls", '\ue65f'), SWAP_HORIZ("mdsmz-swap_horiz", '\ue660'), SWAP_HORIZONTAL_CIRCLE("mdsmz-swap_horizontal_circle", '\ue661'), SWAP_VERT("mdsmz-swap_vert", '\ue663'), SWAP_VERTICAL_CIRCLE("mdsmz-swap_vertical_circle", '\ue664'), SWITCH_CAMERA("mdsmz-switch_camera", '\ue666'), SWITCH_LEFT("mdsmz-switch_left", '\ue842'), SWITCH_RIGHT("mdsmz-switch_right", '\ue844'), SWITCH_VIDEO("mdsmz-switch_video", '\ue668'), SYNC("mdsmz-sync", '\ue66a'), SYNC_ALT("mdsmz-sync_alt", '\ue66b'), SYNC_DISABLED("mdsmz-sync_disabled", '\ue66c'), SYNC_PROBLEM("mdsmz-sync_problem", '\ue66d'), SYSTEM_UPDATE("mdsmz-system_update", '\ue66e'), SYSTEM_UPDATE_ALT("mdsmz-system_update_alt", '\ue670'), TAB("mdsmz-tab", '\ue671'), TAB_UNSELECTED("mdsmz-tab_unselected", '\ue672'), TABLE_CHART("mdsmz-table_chart", '\ue673'), TABLE_ROWS("mdsmz-table_rows", '\ue846'), TABLE_VIEW("mdsmz-table_view", '\ue848'), TABLET("mdsmz-tablet", '\ue675'), TABLET_ANDROID("mdsmz-tablet_android", '\ue677'), TABLET_MAC("mdsmz-tablet_mac", '\ue679'), TAG_FACES("mdsmz-tag_faces", '\ue67b'), TAP_AND_PLAY("mdsmz-tap_and_play", '\ue67d'), TAPAS("mdsmz-tapas", '\ue893'), TERRAIN("mdsmz-terrain", '\ue67e'), TEXT_FIELDS("mdsmz-text_fields", '\ue680'), TEXT_FORMAT("mdsmz-text_format", '\ue681'), TEXT_ROTATE_UP("mdsmz-text_rotate_up", '\ue682'), TEXT_ROTATE_VERTICAL("mdsmz-text_rotate_vertical", '\ue683'), TEXT_ROTATION_ANGLEDOWN("mdsmz-text_rotation_angledown", '\ue684'), TEXT_ROTATION_ANGLEUP("mdsmz-text_rotation_angleup", '\ue685'), TEXT_ROTATION_DOWN("mdsmz-text_rotation_down", '\ue686'), TEXT_ROTATION_NONE("mdsmz-text_rotation_none", '\ue687'), TEXT_SNIPPET("mdsmz-text_snippet", '\ue84a'), TEXTSMS("mdsmz-textsms", '\ue688'), TEXTURE("mdsmz-texture", '\ue68a'), THEATERS("mdsmz-theaters", '\ue68b'), THUMB_DOWN("mdsmz-thumb_down", '\ue68d'), THUMB_DOWN_ALT("mdsmz-thumb_down_alt", '\ue68f'), THUMB_UP("mdsmz-thumb_up", '\ue691'), THUMB_UP_ALT("mdsmz-thumb_up_alt", '\ue693'), THUMBS_UP_DOWN("mdsmz-thumbs_up_down", '\ue695'), TIME_TO_LEAVE("mdsmz-time_to_leave", '\ue697'), TIMELAPSE("mdsmz-timelapse", '\ue699'), TIMELINE("mdsmz-timeline", '\ue69b'), TIMER("mdsmz-timer", '\ue69c'), TIMER_10("mdsmz-timer_10", '\ue69e'), TIMER_3("mdsmz-timer_3", '\ue69f'), TIMER_OFF("mdsmz-timer_off", '\ue6a0'), TITLE("mdsmz-title", '\ue6a2'), TOC("mdsmz-toc", '\ue6a3'), TODAY("mdsmz-today", '\ue6a4'), TOGGLE_OFF("mdsmz-toggle_off", '\ue6a6'), TOGGLE_ON("mdsmz-toggle_on", '\ue6a8'), TOLL("mdsmz-toll", '\ue6aa'), TONALITY("mdsmz-tonality", '\ue6ac'), TOPIC("mdsmz-topic", '\ue84c'), TOUCH_APP("mdsmz-touch_app", '\ue6ae'), TOUR("mdsmz-tour", '\ue84e'), TOYS("mdsmz-toys", '\ue6b0'), TRACK_CHANGES("mdsmz-track_changes", '\ue6b2'), TRAFFIC("mdsmz-traffic", '\ue6b3'), TRAIN("mdsmz-train", '\ue6b5'), TRAM("mdsmz-tram", '\ue6b7'), TRANSFER_WITHIN_A_STATION("mdsmz-transfer_within_a_station", '\ue6b9'), TRANSFORM("mdsmz-transform", '\ue6ba'), TRANSIT_ENTEREXIT("mdsmz-transit_enterexit", '\ue6bb'), TRANSLATE("mdsmz-translate", '\ue6bc'), TRENDING_DOWN("mdsmz-trending_down", '\ue6bd'), TRENDING_FLAT("mdsmz-trending_flat", '\ue6be'), TRENDING_UP("mdsmz-trending_up", '\ue6bf'), TRIP_ORIGIN("mdsmz-trip_origin", '\ue6c0'), TTY("mdsmz-tty", '\ue850'), TUNE("mdsmz-tune", '\ue6c1'), TURNED_IN("mdsmz-turned_in", '\ue6c2'), TURNED_IN_NOT("mdsmz-turned_in_not", '\ue6c4'), TV("mdsmz-tv", '\ue6c5'), TV_OFF("mdsmz-tv_off", '\ue6c7'), TWO_WHEELER("mdsmz-two_wheeler", '\ue749'), UMBRELLA("mdsmz-umbrella", '\ue852'), UNARCHIVE("mdsmz-unarchive", '\ue6c9'), UNDO("mdsmz-undo", '\ue6cb'), UNFOLD_LESS("mdsmz-unfold_less", '\ue6cc'), UNFOLD_MORE("mdsmz-unfold_more", '\ue6cd'), UNPUBLISHED("mdsmz-unpublished", '\ue8c8'), UNSUBSCRIBE("mdsmz-unsubscribe", '\ue6ce'), UPDATE("mdsmz-update", '\ue6d0'), UPDATE_DISABLED("mdsmz-update_disabled", '\ue8d2'), UPGRADE("mdsmz-upgrade", '\ue854'), USB("mdsmz-usb", '\ue6d1'), VERIFIED("mdsmz-verified", '\ue855'), VERIFIED_USER("mdsmz-verified_user", '\ue6d2'), VERTICAL_ALIGN_BOTTOM("mdsmz-vertical_align_bottom", '\ue6d4'), VERTICAL_ALIGN_CENTER("mdsmz-vertical_align_center", '\ue6d5'), VERTICAL_ALIGN_TOP("mdsmz-vertical_align_top", '\ue6d6'), VERTICAL_DISTRIBUTE("mdsmz-vertical_distribute", '\ue8d3'), VERTICAL_SPLIT("mdsmz-vertical_split", '\ue6d7'), VIBRATION("mdsmz-vibration", '\ue6d9'), VIDEO_CALL("mdsmz-video_call", '\ue6db'), VIDEO_LABEL("mdsmz-video_label", '\ue6dd'), VIDEO_LIBRARY("mdsmz-video_library", '\ue6df'), VIDEO_SETTINGS("mdsmz-video_settings", '\ue857'), VIDEOCAM("mdsmz-videocam", '\ue6e1'), VIDEOCAM_OFF("mdsmz-videocam_off", '\ue6e3'), VIDEOGAME_ASSET("mdsmz-videogame_asset", '\ue6e5'), VIEW_AGENDA("mdsmz-view_agenda", '\ue6e7'), VIEW_ARRAY("mdsmz-view_array", '\ue6e9'), VIEW_CAROUSEL("mdsmz-view_carousel", '\ue6eb'), VIEW_COLUMN("mdsmz-view_column", '\ue6ed'), VIEW_COMFY("mdsmz-view_comfy", '\ue6ef'), VIEW_COMPACT("mdsmz-view_compact", '\ue6f1'), VIEW_DAY("mdsmz-view_day", '\ue6f3'), VIEW_HEADLINE("mdsmz-view_headline", '\ue6f5'), VIEW_LIST("mdsmz-view_list", '\ue6f6'), VIEW_MODULE("mdsmz-view_module", '\ue6f8'), VIEW_QUILT("mdsmz-view_quilt", '\ue6fa'), VIEW_SIDEBAR("mdsmz-view_sidebar", '\ue858'), VIEW_STREAM("mdsmz-view_stream", '\ue6fc'), VIEW_WEEK("mdsmz-view_week", '\ue6fe'), VIGNETTE("mdsmz-vignette", '\ue700'), VISIBILITY("mdsmz-visibility", '\ue702'), VISIBILITY_OFF("mdsmz-visibility_off", '\ue704'), VOICE_CHAT("mdsmz-voice_chat", '\ue706'), VOICE_OVER_OFF("mdsmz-voice_over_off", '\ue708'), VOICEMAIL("mdsmz-voicemail", '\ue70a'), VOLUME_DOWN("mdsmz-volume_down", '\ue70b'), VOLUME_MUTE("mdsmz-volume_mute", '\ue70d'), VOLUME_OFF("mdsmz-volume_off", '\ue70f'), VOLUME_UP("mdsmz-volume_up", '\ue711'), VPN_KEY("mdsmz-vpn_key", '\ue713'), VPN_LOCK("mdsmz-vpn_lock", '\ue715'), WALLPAPER("mdsmz-wallpaper", '\ue717'), WARNING("mdsmz-warning", '\ue718'), WASH("mdsmz-wash", '\ue85a'), WATCH("mdsmz-watch", '\ue71a'), WATCH_LATER("mdsmz-watch_later", '\ue71c'), WATER_DAMAGE("mdsmz-water_damage", '\ue895'), WAVES("mdsmz-waves", '\ue71e'), WB_AUTO("mdsmz-wb_auto", '\ue71f'), WB_CLOUDY("mdsmz-wb_cloudy", '\ue721'), WB_INCANDESCENT("mdsmz-wb_incandescent", '\ue723'), WB_IRIDESCENT("mdsmz-wb_iridescent", '\ue725'), WB_SUNNY("mdsmz-wb_sunny", '\ue727'), WC("mdsmz-wc", '\ue729'), WEB("mdsmz-web", '\ue72a'), WEB_ASSET("mdsmz-web_asset", '\ue72c'), WEEKEND("mdsmz-weekend", '\ue72e'), WEST("mdsmz-west", '\ue897'), WHATSHOT("mdsmz-whatshot", '\ue730'), WHEELCHAIR_PICKUP("mdsmz-wheelchair_pickup", '\ue85c'), WHERE_TO_VOTE("mdsmz-where_to_vote", '\ue732'), WIDGETS("mdsmz-widgets", '\ue734'), WIFI("mdsmz-wifi", '\ue736'), WIFI_CALLING("mdsmz-wifi_calling", '\ue85d'), WIFI_LOCK("mdsmz-wifi_lock", '\ue737'), WIFI_OFF("mdsmz-wifi_off", '\ue738'), WIFI_PROTECTED_SETUP("mdsmz-wifi_protected_setup", '\ue85f'), WIFI_TETHERING("mdsmz-wifi_tethering", '\ue739'), WINE_BAR("mdsmz-wine_bar", '\ue898'), WORK("mdsmz-work", '\ue73a'), WORK_OFF("mdsmz-work_off", '\ue73c'), WORK_OUTLINE("mdsmz-work_outline", '\ue73e'), WRAP_TEXT("mdsmz-wrap_text", '\ue73f'), WRONG_LOCATION("mdsmz-wrong_location", '\ue860'), WYSIWYG("mdsmz-wysiwyg", '\ue861'), YOUTUBE_SEARCHED_FOR("mdsmz-youtube_searched_for", '\ue740'), ZOOM_IN("mdsmz-zoom_in", '\ue741'), ZOOM_OUT("mdsmz-zoom_out", '\ue742'), ZOOM_OUT_MAP("mdsmz-zoom_out_map", '\ue743'); public static Material2SharpMZ findByDescription(String description) { for (Material2SharpMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Material2SharpMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2SharpMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Material2SharpMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/material2/20200820/fonts/MaterialIcons-Sharp.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdsmz-"); } @Override public Ikon resolve(String description) { return Material2SharpMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Icons Sharp"; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/java/org/kordamp/ikonli/material2/Material2SharpMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.material2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class Material2SharpMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return Material2SharpMZ.class; } } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/resources/META-INF/resources/material2/20200820/css/md-baseline.css ================================================ @font-face { font-family: "Material Icons"; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/MaterialIcons.ttf"); /* For IE6-8 */ src: url("../fonts/MaterialIcons.woff2") format("woff2"), url("../fonts/MaterialIcons.woff") format("woff"), url("../fonts/MaterialIcons.ttf") format("truetype"); } .md { font-family: "Material Icons"; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; -ms-word-wrap: normal; word-wrap: normal; white-space: nowrap; direction: ltr; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } .md:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: .3; } .md:after { opacity: 1; } /* Rules for sizing the icon. */ .md-18 { font-size: 18px; } .md-24 { font-size: 24px; } .md-36 { font-size: 36px; } .md-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .md-dark { color: rgba(0, 0, 0, 0.54); } .md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .md-light { color: white; } .md-light.md-inactive { color: rgba(255, 255, 255, 0.3); } /* Icons. */ .md-360:after { content: '\e000'; } .md-3d_rotation:after { content: '\e001'; } .md-4k:after { content: '\e002'; } .md-ac_unit:after { content: '\e004'; } .md-access_alarm:after { content: '\e005'; } .md-access_alarms:after { content: '\e007'; } .md-access_time:after { content: '\e009'; } .md-accessibility:after { content: '\e00b'; } .md-accessibility_new:after { content: '\e00c'; } .md-accessible:after { content: '\e00d'; } .md-accessible_forward:after { content: '\e00e'; } .md-account_balance:after { content: '\e00f'; } .md-account_balance_wallet:after { content: '\e011'; } .md-account_box:after { content: '\e013'; } .md-account_circle:after { content: '\e015'; } .md-account_tree:after { content: '\e017'; } .md-adb:after { content: '\e019'; } .md-add:after { content: '\e01a'; } .md-add_a_photo:after { content: '\e01b'; } .md-add_alarm:after { content: '\e01d'; } .md-add_alert:after { content: '\e01f'; } .md-add_box:after { content: '\e021'; } .md-add_circle:after { content: '\e023'; } .md-add_circle_outline:after { content: '\e025'; } .md-add_comment:after { content: '\e026'; } .md-add_location:after { content: '\e028'; } .md-add_photo_alternate:after { content: '\e02a'; } .md-add_shopping_cart:after { content: '\e02c'; } .md-add_to_home_screen:after { content: '\e02d'; } .md-add_to_photos:after { content: '\e02e'; } .md-add_to_queue:after { content: '\e030'; } .md-adjust:after { content: '\e032'; } .md-airline_seat_flat:after { content: '\e033'; } .md-airline_seat_flat_angled:after { content: '\e035'; } .md-airline_seat_individual_suite:after { content: '\e037'; } .md-airline_seat_legroom_extra:after { content: '\e039'; } .md-airline_seat_legroom_normal:after { content: '\e03a'; } .md-airline_seat_legroom_reduced:after { content: '\e03b'; } .md-airline_seat_recline_extra:after { content: '\e03c'; } .md-airline_seat_recline_normal:after { content: '\e03d'; } .md-airplanemode_active:after { content: '\e03e'; } .md-airplanemode_inactive:after { content: '\e03f'; } .md-airplay:after { content: '\e040'; } .md-airport_shuttle:after { content: '\e041'; } .md-alarm:after { content: '\e043'; } .md-alarm_add:after { content: '\e045'; } .md-alarm_off:after { content: '\e047'; } .md-alarm_on:after { content: '\e048'; } .md-album:after { content: '\e04a'; } .md-all_inbox:after { content: '\e04c'; } .md-all_inclusive:after { content: '\e04e'; } .md-all_out:after { content: '\e04f'; } .md-alternate_email:after { content: '\e051'; } .md-amp_stories:after { content: '\e053'; } .md-android:after { content: '\e055'; } .md-announcement:after { content: '\e056'; } .md-apartment:after { content: '\e058'; } .md-apps:after { content: '\e059'; } .md-archive:after { content: '\e05a'; } .md-arrow_back:after { content: '\e05c'; } .md-arrow_back_ios:after { content: '\e05d'; } .md-arrow_downward:after { content: '\e05e'; } .md-arrow_drop_down:after { content: '\e05f'; } .md-arrow_drop_down_circle:after { content: '\e060'; } .md-arrow_drop_up:after { content: '\e062'; } .md-arrow_forward:after { content: '\e063'; } .md-arrow_forward_ios:after { content: '\e064'; } .md-arrow_left:after { content: '\e065'; } .md-arrow_right:after { content: '\e066'; } .md-arrow_right_alt:after { content: '\e067'; } .md-arrow_upward:after { content: '\e068'; } .md-art_track:after { content: '\e069'; } .md-aspect_ratio:after { content: '\e06a'; } .md-assessment:after { content: '\e06c'; } .md-assignment:after { content: '\e06e'; } .md-assignment_ind:after { content: '\e070'; } .md-assignment_late:after { content: '\e072'; } .md-assignment_return:after { content: '\e074'; } .md-assignment_returned:after { content: '\e076'; } .md-assignment_turned_in:after { content: '\e078'; } .md-assistant:after { content: '\e07a'; } .md-assistant_photo:after { content: '\e07c'; } .md-atm:after { content: '\e07e'; } .md-attach_file:after { content: '\e07f'; } .md-attach_money:after { content: '\e080'; } .md-attachment:after { content: '\e081'; } .md-audiotrack:after { content: '\e082'; } .md-autorenew:after { content: '\e084'; } .md-av_timer:after { content: '\e085'; } .md-backspace:after { content: '\e086'; } .md-backup:after { content: '\e088'; } .md-ballot:after { content: '\e08a'; } .md-bar_chart:after { content: '\e08c'; } .md-barcode:after { content: '\e08d'; } .md-bathtub:after { content: '\e08e'; } .md-battery_20:after { content: '\e090'; } .md-battery_20:before { content: '\e091'; } .md-battery_30:after { content: '\e092'; } .md-battery_30:before { content: '\e093'; } .md-battery_50:after { content: '\e094'; } .md-battery_50:before { content: '\e095'; } .md-battery_60:after { content: '\e096'; } .md-battery_60:before { content: '\e097'; } .md-battery_80:after { content: '\e098'; } .md-battery_80:before { content: '\e099'; } .md-battery_90:after { content: '\e09a'; } .md-battery_90:before { content: '\e09b'; } .md-battery_alert:after { content: '\e09c'; } .md-battery_charging_20:after { content: '\e09d'; } .md-battery_charging_20:before { content: '\e09e'; } .md-battery_charging_30:after { content: '\e09f'; } .md-battery_charging_30:before { content: '\e0a0'; } .md-battery_charging_50:after { content: '\e0a1'; } .md-battery_charging_50:before { content: '\e0a2'; } .md-battery_charging_60:after { content: '\e0a3'; } .md-battery_charging_60:before { content: '\e0a4'; } .md-battery_charging_80:after { content: '\e0a5'; } .md-battery_charging_80:before { content: '\e0a6'; } .md-battery_charging_90:after { content: '\e0a7'; } .md-battery_charging_90:before { content: '\e0a8'; } .md-battery_charging_full:after { content: '\e0a9'; } .md-battery_full:after { content: '\e0aa'; } .md-battery_std:after { content: '\e0ab'; } .md-battery_unknown:after { content: '\e0ac'; } .md-beach_access:after { content: '\e0ad'; } .md-beenhere:after { content: '\e0af'; } .md-block:after { content: '\e0b1'; } .md-bluetooth:after { content: '\e0b2'; } .md-bluetooth_audio:after { content: '\e0b3'; } .md-bluetooth_connected:after { content: '\e0b4'; } .md-bluetooth_disabled:after { content: '\e0b5'; } .md-bluetooth_searching:after { content: '\e0b6'; } .md-blur_circular:after { content: '\e0b7'; } .md-blur_linear:after { content: '\e0b8'; } .md-blur_off:after { content: '\e0b9'; } .md-blur_on:after { content: '\e0ba'; } .md-book:after { content: '\e0bb'; } .md-bookmark:after { content: '\e0bd'; } .md-bookmark_border:after { content: '\e0bf'; } .md-bookmarks:after { content: '\e0c0'; } .md-border_all:after { content: '\e0c2'; } .md-border_bottom:after { content: '\e0c3'; } .md-border_clear:after { content: '\e0c4'; } .md-border_color:after { content: '\e0c5'; } .md-border_color:before { content: '\e0c6'; } .md-border_horizontal:after { content: '\e0c7'; } .md-border_inner:after { content: '\e0c8'; } .md-border_left:after { content: '\e0c9'; } .md-border_outer:after { content: '\e0ca'; } .md-border_right:after { content: '\e0cb'; } .md-border_style:after { content: '\e0cc'; } .md-border_top:after { content: '\e0cd'; } .md-border_vertical:after { content: '\e0ce'; } .md-branding_watermark:after { content: '\e0cf'; } .md-brightness_1:after { content: '\e0d1'; } .md-brightness_2:after { content: '\e0d3'; } .md-brightness_3:after { content: '\e0d5'; } .md-brightness_4:after { content: '\e0d7'; } .md-brightness_5:after { content: '\e0d9'; } .md-brightness_6:after { content: '\e0db'; } .md-brightness_7:after { content: '\e0dd'; } .md-brightness_auto:after { content: '\e0df'; } .md-brightness_high:after { content: '\e0e1'; } .md-brightness_low:after { content: '\e0e3'; } .md-brightness_medium:after { content: '\e0e5'; } .md-broken_image:after { content: '\e0e7'; } .md-brush:after { content: '\e0e9'; } .md-bubble_chart:after { content: '\e0eb'; } .md-bug_report:after { content: '\e0ed'; } .md-build:after { content: '\e0ef'; } .md-burst_mode:after { content: '\e0f1'; } .md-business:after { content: '\e0f3'; } .md-business_center:after { content: '\e0f5'; } .md-cached:after { content: '\e0f7'; } .md-cake:after { content: '\e0f8'; } .md-calendar_today:after { content: '\e0fa'; } .md-calendar_view_day:after { content: '\e0fc'; } .md-call:after { content: '\e0fe'; } .md-call_end:after { content: '\e100'; } .md-call_made:after { content: '\e102'; } .md-call_merge:after { content: '\e103'; } .md-call_missed:after { content: '\e104'; } .md-call_missed_outgoing:after { content: '\e105'; } .md-call_received:after { content: '\e106'; } .md-call_split:after { content: '\e107'; } .md-call_to_action:after { content: '\e108'; } .md-camera:after { content: '\e10a'; } .md-camera_alt:after { content: '\e10c'; } .md-camera_enhance:after { content: '\e10e'; } .md-camera_front:after { content: '\e110'; } .md-camera_rear:after { content: '\e112'; } .md-camera_roll:after { content: '\e114'; } .md-cancel:after { content: '\e116'; } .md-cancel_presentation:after { content: '\e118'; } .md-cancel_schedule_send:after { content: '\e11a'; } .md-card_giftcard:after { content: '\e11c'; } .md-card_membership:after { content: '\e11e'; } .md-card_travel:after { content: '\e120'; } .md-casino:after { content: '\e122'; } .md-cast:after { content: '\e124'; } .md-cast_connected:after { content: '\e125'; } .md-cast_for_education:after { content: '\e127'; } .md-category:after { content: '\e128'; } .md-cell_wifi:after { content: '\e12a'; } .md-cell_wifi:before { content: '\e12b'; } .md-center_focus_strong:after { content: '\e12c'; } .md-center_focus_weak:after { content: '\e12e'; } .md-change_history:after { content: '\e130'; } .md-chat:after { content: '\e132'; } .md-chat_bubble:after { content: '\e134'; } .md-chat_bubble_outline:after { content: '\e136'; } .md-check:after { content: '\e137'; } .md-check_box:after { content: '\e138'; } .md-check_box_outline_blank:after { content: '\e13a'; } .md-check_circle:after { content: '\e13b'; } .md-check_circle_outline:after { content: '\e13d'; } .md-chevron_left:after { content: '\e13e'; } .md-chevron_right:after { content: '\e13f'; } .md-child_care:after { content: '\e140'; } .md-child_friendly:after { content: '\e142'; } .md-chrome_reader_mode:after { content: '\e144'; } .md-class:after { content: '\e146'; } .md-clear:after { content: '\e148'; } .md-clear_all:after { content: '\e149'; } .md-close:after { content: '\e14a'; } .md-closed_caption:after { content: '\e14b'; } .md-cloud:after { content: '\e14d'; } .md-cloud_circle:after { content: '\e14f'; } .md-cloud_done:after { content: '\e151'; } .md-cloud_download:after { content: '\e153'; } .md-cloud_off:after { content: '\e155'; } .md-cloud_queue:after { content: '\e157'; } .md-cloud_upload:after { content: '\e159'; } .md-code:after { content: '\e15b'; } .md-collections:after { content: '\e15c'; } .md-collections_bookmark:after { content: '\e15e'; } .md-color_lens:after { content: '\e160'; } .md-colorize:after { content: '\e162'; } .md-comment:after { content: '\e164'; } .md-commute:after { content: '\e166'; } .md-compare:after { content: '\e167'; } .md-compare_arrows:after { content: '\e169'; } .md-compass_calibration:after { content: '\e16a'; } .md-computer:after { content: '\e16c'; } .md-confirmation_number:after { content: '\e16e'; } .md-contact_mail:after { content: '\e170'; } .md-contact_phone:after { content: '\e172'; } .md-contact_support:after { content: '\e174'; } .md-contactless:after { content: '\e176'; } .md-contacts:after { content: '\e178'; } .md-content_copy:after { content: '\e17a'; } .md-content_cut:after { content: '\e17c'; } .md-content_paste:after { content: '\e17e'; } .md-control_camera:after { content: '\e180'; } .md-control_point:after { content: '\e181'; } .md-control_point_duplicate:after { content: '\e183'; } .md-copyright:after { content: '\e185'; } .md-create:after { content: '\e187'; } .md-create_new_folder:after { content: '\e189'; } .md-credit_card:after { content: '\e18b'; } .md-crop:after { content: '\e18d'; } .md-crop_16_9:after { content: '\e18e'; } .md-crop_3_2:after { content: '\e18f'; } .md-crop_5_4:after { content: '\e190'; } .md-crop_7_5:after { content: '\e191'; } .md-crop_din:after { content: '\e192'; } .md-crop_free:after { content: '\e193'; } .md-crop_landscape:after { content: '\e194'; } .md-crop_original:after { content: '\e195'; } .md-crop_portrait:after { content: '\e196'; } .md-crop_rotate:after { content: '\e197'; } .md-crop_square:after { content: '\e198'; } .md-dashboard:after { content: '\e199'; } .md-data_usage:after { content: '\e19b'; } .md-date_range:after { content: '\e19c'; } .md-deck:after { content: '\e19e'; } .md-dehaze:after { content: '\e1a0'; } .md-delete:after { content: '\e1a1'; } .md-delete_forever:after { content: '\e1a3'; } .md-delete_outline:after { content: '\e1a5'; } .md-delete_sweep:after { content: '\e1a6'; } .md-departure_board:after { content: '\e1a8'; } .md-description:after { content: '\e1aa'; } .md-desktop_access_disabled:after { content: '\e1ac'; } .md-desktop_mac:after { content: '\e1ae'; } .md-desktop_windows:after { content: '\e1b0'; } .md-details:after { content: '\e1b2'; } .md-developer_board:after { content: '\e1b4'; } .md-developer_mode:after { content: '\e1b6'; } .md-device_hub:after { content: '\e1b7'; } .md-device_unknown:after { content: '\e1b8'; } .md-devices:after { content: '\e1ba'; } .md-devices_other:after { content: '\e1bc'; } .md-dialer_sip:after { content: '\e1be'; } .md-dialpad:after { content: '\e1c0'; } .md-directions:after { content: '\e1c1'; } .md-directions_bike:after { content: '\e1c3'; } .md-directions_boat:after { content: '\e1c4'; } .md-directions_bus:after { content: '\e1c6'; } .md-directions_car:after { content: '\e1c8'; } .md-directions_railway:after { content: '\e1ca'; } .md-directions_run:after { content: '\e1cc'; } .md-directions_subway:after { content: '\e1cd'; } .md-directions_transit:after { content: '\e1cf'; } .md-directions_walk:after { content: '\e1d1'; } .md-disc_full:after { content: '\e1d2'; } .md-divide:after { content: '\e1d4'; } .md-dns:after { content: '\e1d6'; } .md-do_not_disturb:after { content: '\e1d8'; } .md-do_not_disturb_alt:after { content: '\e1da'; } .md-do_not_disturb_off:after { content: '\e1dc'; } .md-dock:after { content: '\e1de'; } .md-domain:after { content: '\e1e0'; } .md-domain_disabled:after { content: '\e1e2'; } .md-done:after { content: '\e1e4'; } .md-done_all:after { content: '\e1e5'; } .md-done_outline:after { content: '\e1e6'; } .md-donut_large:after { content: '\e1e7'; } .md-donut_small:after { content: '\e1e8'; } .md-double_arrow:after { content: '\e1ea'; } .md-drafts:after { content: '\e1eb'; } .md-drag_handle:after { content: '\e1ed'; } .md-drag_indicator:after { content: '\e1ee'; } .md-drive_eta:after { content: '\e1ef'; } .md-duo:after { content: '\e1f1'; } .md-dvr:after { content: '\e1f2'; } .md-dynamic_feed:after { content: '\e1f4'; } .md-eco:after { content: '\e1f6'; } .md-edit:after { content: '\e1f8'; } .md-edit_attributes:after { content: '\e1fa'; } .md-edit_location:after { content: '\e1fc'; } .md-eject:after { content: '\e1fe'; } .md-email:after { content: '\e200'; } .md-emoji_emotions:after { content: '\e202'; } .md-emoji_events:after { content: '\e204'; } .md-emoji_flags:after { content: '\e206'; } .md-emoji_food_beverage:after { content: '\e208'; } .md-emoji_nature:after { content: '\e20a'; } .md-emoji_objects:after { content: '\e20c'; } .md-emoji_people:after { content: '\e20e'; } .md-emoji_symbols:after { content: '\e20f'; } .md-emoji_transportation:after { content: '\e210'; } .md-enhanced_encryption:after { content: '\e211'; } .md-equalizer:after { content: '\e213'; } .md-equals:after { content: '\e214'; } .md-error:after { content: '\e215'; } .md-error_outline:after { content: '\e217'; } .md-euro:after { content: '\e218'; } .md-euro_symbol:after { content: '\e219'; } .md-ev_station:after { content: '\e21a'; } .md-event:after { content: '\e21c'; } .md-event_available:after { content: '\e21e'; } .md-event_busy:after { content: '\e220'; } .md-event_note:after { content: '\e222'; } .md-event_seat:after { content: '\e224'; } .md-exit_to_app:after { content: '\e226'; } .md-expand_less:after { content: '\e227'; } .md-expand_more:after { content: '\e228'; } .md-explicit:after { content: '\e229'; } .md-explore:after { content: '\e22b'; } .md-explore_off:after { content: '\e22d'; } .md-exposure:after { content: '\e22f'; } .md-exposure_neg_1:after { content: '\e231'; } .md-exposure_neg_2:after { content: '\e232'; } .md-exposure_plus_1:after { content: '\e233'; } .md-exposure_plus_2:after { content: '\e234'; } .md-exposure_zero:after { content: '\e235'; } .md-extension:after { content: '\e236'; } .md-face:after { content: '\e238'; } .md-fast_forward:after { content: '\e23a'; } .md-fast_rewind:after { content: '\e23c'; } .md-fastfood:after { content: '\e23e'; } .md-favorite:after { content: '\e240'; } .md-favorite_border:after { content: '\e242'; } .md-featured_play_list:after { content: '\e243'; } .md-featured_video:after { content: '\e245'; } .md-feedback:after { content: '\e247'; } .md-fiber_dvr:after { content: '\e249'; } .md-fiber_manual_record:after { content: '\e24b'; } .md-fiber_new:after { content: '\e24d'; } .md-fiber_pin:after { content: '\e24f'; } .md-fiber_smart_record:after { content: '\e251'; } .md-file_copy:after { content: '\e253'; } .md-file_upload:after { content: '\e255'; } .md-filter:after { content: '\e257'; } .md-filter_1:after { content: '\e259'; } .md-filter_2:after { content: '\e25b'; } .md-filter_3:after { content: '\e25d'; } .md-filter_4:after { content: '\e25f'; } .md-filter_5:after { content: '\e261'; } .md-filter_6:after { content: '\e263'; } .md-filter_7:after { content: '\e265'; } .md-filter_8:after { content: '\e267'; } .md-filter_9:after { content: '\e269'; } .md-filter_9_plus:after { content: '\e26b'; } .md-filter_b_and_w:after { content: '\e26d'; } .md-filter_center_focus:after { content: '\e26f'; } .md-filter_drama:after { content: '\e270'; } .md-filter_frames:after { content: '\e272'; } .md-filter_hdr:after { content: '\e274'; } .md-filter_list:after { content: '\e276'; } .md-filter_none:after { content: '\e277'; } .md-filter_tilt_shift:after { content: '\e279'; } .md-filter_vintage:after { content: '\e27a'; } .md-find_in_page:after { content: '\e27c'; } .md-find_replace:after { content: '\e27e'; } .md-fingerprint:after { content: '\e27f'; } .md-fireplace:after { content: '\e280'; } .md-first_page:after { content: '\e282'; } .md-fitness_center:after { content: '\e283'; } .md-flag:after { content: '\e284'; } .md-flare:after { content: '\e286'; } .md-flash_auto:after { content: '\e287'; } .md-flash_off:after { content: '\e288'; } .md-flash_on:after { content: '\e289'; } .md-flight:after { content: '\e28a'; } .md-flight_land:after { content: '\e28b'; } .md-flight_takeoff:after { content: '\e28c'; } .md-flip:after { content: '\e28d'; } .md-flip_camera_android:after { content: '\e28e'; } .md-flip_camera_ios:after { content: '\e290'; } .md-flip_to_back:after { content: '\e292'; } .md-flip_to_front:after { content: '\e293'; } .md-folder:after { content: '\e294'; } .md-folder_open:after { content: '\e296'; } .md-folder_shared:after { content: '\e298'; } .md-folder_special:after { content: '\e29a'; } .md-font_download:after { content: '\e29c'; } .md-format_align_center:after { content: '\e29e'; } .md-format_align_justify:after { content: '\e29f'; } .md-format_align_left:after { content: '\e2a0'; } .md-format_align_right:after { content: '\e2a1'; } .md-format_bold:after { content: '\e2a2'; } .md-format_clear:after { content: '\e2a3'; } .md-format_color_fill:after { content: '\e2a4'; } .md-format_color_fill:before { content: '\e2a5'; } .md-format_color_reset:after { content: '\e2a6'; } .md-format_color_text:after { content: '\e2a8'; } .md-format_color_text:before { content: '\e2a9'; } .md-format_indent_decrease:after { content: '\e2aa'; } .md-format_indent_increase:after { content: '\e2ab'; } .md-format_italic:after { content: '\e2ac'; } .md-format_line_spacing:after { content: '\e2ad'; } .md-format_list_bulleted:after { content: '\e2ae'; } .md-format_list_numbered:after { content: '\e2af'; } .md-format_list_numbered_rtl:after { content: '\e2b0'; } .md-format_paint:after { content: '\e2b1'; } .md-format_quote:after { content: '\e2b3'; } .md-format_shapes:after { content: '\e2b5'; } .md-format_size:after { content: '\e2b7'; } .md-format_strikethrough:after { content: '\e2b8'; } .md-format_textdirection_l_to_r:after { content: '\e2b9'; } .md-format_textdirection_r_to_l:after { content: '\e2bb'; } .md-format_underlined:after { content: '\e2bd'; } .md-forum:after { content: '\e2be'; } .md-forward:after { content: '\e2c0'; } .md-forward_10:after { content: '\e2c2'; } .md-forward_30:after { content: '\e2c3'; } .md-forward_5:after { content: '\e2c4'; } .md-free_breakfast:after { content: '\e2c5'; } .md-fullscreen:after { content: '\e2c7'; } .md-fullscreen_exit:after { content: '\e2c8'; } .md-functions:after { content: '\e2c9'; } .md-g_translate:after { content: '\e2ca'; } .md-gamepad:after { content: '\e2cb'; } .md-games:after { content: '\e2cd'; } .md-gavel:after { content: '\e2cf'; } .md-gesture:after { content: '\e2d0'; } .md-get_app:after { content: '\e2d1'; } .md-gif:after { content: '\e2d3'; } .md-golf_course:after { content: '\e2d5'; } .md-gps_fixed:after { content: '\e2d7'; } .md-gps_not_fixed:after { content: '\e2d9'; } .md-gps_off:after { content: '\e2da'; } .md-grade:after { content: '\e2db'; } .md-gradient:after { content: '\e2dd'; } .md-grain:after { content: '\e2de'; } .md-graphic_eq:after { content: '\e2df'; } .md-greater_than:after { content: '\e2e0'; } .md-greater_than_equal:after { content: '\e2e1'; } .md-grid_off:after { content: '\e2e2'; } .md-grid_on:after { content: '\e2e4'; } .md-group:after { content: '\e2e6'; } .md-group_add:after { content: '\e2e8'; } .md-group_work:after { content: '\e2ea'; } .md-hd:after { content: '\e2ec'; } .md-hdr_off:after { content: '\e2ee'; } .md-hdr_on:after { content: '\e2ef'; } .md-hdr_strong:after { content: '\e2f0'; } .md-hdr_weak:after { content: '\e2f2'; } .md-headset:after { content: '\e2f4'; } .md-headset_mic:after { content: '\e2f6'; } .md-healing:after { content: '\e2f8'; } .md-hearing:after { content: '\e2fa'; } .md-height:after { content: '\e2fb'; } .md-help:after { content: '\e2fc'; } .md-help_outline:after { content: '\e2fe'; } .md-high_quality:after { content: '\e2ff'; } .md-highlight:after { content: '\e301'; } .md-highlight_off:after { content: '\e303'; } .md-history:after { content: '\e305'; } .md-home:after { content: '\e306'; } .md-home_work:after { content: '\e308'; } .md-horizontal_split:after { content: '\e30a'; } .md-hot_tub:after { content: '\e30c'; } .md-hotel:after { content: '\e30d'; } .md-hourglass_empty:after { content: '\e30f'; } .md-hourglass_full:after { content: '\e310'; } .md-house:after { content: '\e312'; } .md-how_to_reg:after { content: '\e314'; } .md-how_to_vote:after { content: '\e316'; } .md-http:after { content: '\e318'; } .md-https:after { content: '\e319'; } .md-image:after { content: '\e31b'; } .md-image_aspect_ratio:after { content: '\e31d'; } .md-image_search:after { content: '\e31f'; } .md-import_contacts:after { content: '\e321'; } .md-import_export:after { content: '\e323'; } .md-important_devices:after { content: '\e324'; } .md-inbox:after { content: '\e326'; } .md-indeterminate_check_box:after { content: '\e328'; } .md-info:after { content: '\e32a'; } .md-input:after { content: '\e32c'; } .md-insert_chart:after { content: '\e32d'; } .md-insert_chart_outlined:after { content: '\e32f'; } .md-insert_comment:after { content: '\e330'; } .md-insert_drive_file:after { content: '\e332'; } .md-insert_emoticon:after { content: '\e334'; } .md-insert_invitation:after { content: '\e336'; } .md-insert_link:after { content: '\e338'; } .md-insert_photo:after { content: '\e339'; } .md-invert_colors:after { content: '\e33b'; } .md-invert_colors_off:after { content: '\e33d'; } .md-iso:after { content: '\e33f'; } .md-keyboard:after { content: '\e341'; } .md-keyboard_arrow_down:after { content: '\e343'; } .md-keyboard_arrow_left:after { content: '\e344'; } .md-keyboard_arrow_right:after { content: '\e345'; } .md-keyboard_arrow_up:after { content: '\e346'; } .md-keyboard_backspace:after { content: '\e347'; } .md-keyboard_capslock:after { content: '\e348'; } .md-keyboard_hide:after { content: '\e349'; } .md-keyboard_return:after { content: '\e34b'; } .md-keyboard_tab:after { content: '\e34c'; } .md-keyboard_voice:after { content: '\e34d'; } .md-king_bed:after { content: '\e34f'; } .md-kitchen:after { content: '\e351'; } .md-label:after { content: '\e353'; } .md-label_important:after { content: '\e355'; } .md-label_off:after { content: '\e357'; } .md-landscape:after { content: '\e359'; } .md-language:after { content: '\e35b'; } .md-laptop:after { content: '\e35d'; } .md-laptop_chromebook:after { content: '\e35f'; } .md-laptop_mac:after { content: '\e361'; } .md-laptop_windows:after { content: '\e363'; } .md-last_page:after { content: '\e365'; } .md-launch:after { content: '\e366'; } .md-layers:after { content: '\e367'; } .md-layers_clear:after { content: '\e369'; } .md-leak_add:after { content: '\e36b'; } .md-leak_remove:after { content: '\e36c'; } .md-lens:after { content: '\e36d'; } .md-less_than:after { content: '\e36f'; } .md-less_than_equal:after { content: '\e370'; } .md-library_add:after { content: '\e371'; } .md-library_books:after { content: '\e373'; } .md-library_music:after { content: '\e375'; } .md-lightbulb:after { content: '\e377'; } .md-line_style:after { content: '\e379'; } .md-line_weight:after { content: '\e37a'; } .md-linear_scale:after { content: '\e37b'; } .md-link:after { content: '\e37c'; } .md-link_off:after { content: '\e37e'; } .md-linked_camera:after { content: '\e37f'; } .md-list:after { content: '\e381'; } .md-list_alt:after { content: '\e382'; } .md-live_help:after { content: '\e384'; } .md-live_tv:after { content: '\e386'; } .md-local_activity:after { content: '\e388'; } .md-local_airport:after { content: '\e38a'; } .md-local_atm:after { content: '\e38b'; } .md-local_bar:after { content: '\e38d'; } .md-local_cafe:after { content: '\e38f'; } .md-local_car_wash:after { content: '\e391'; } .md-local_convenience_store:after { content: '\e393'; } .md-local_dining:after { content: '\e395'; } .md-local_drink:after { content: '\e396'; } .md-local_florist:after { content: '\e398'; } .md-local_gas_station:after { content: '\e39a'; } .md-local_grocery_store:after { content: '\e39c'; } .md-local_hospital:after { content: '\e39e'; } .md-local_hotel:after { content: '\e3a0'; } .md-local_laundry_service:after { content: '\e3a2'; } .md-local_library:after { content: '\e3a4'; } .md-local_mall:after { content: '\e3a6'; } .md-local_movies:after { content: '\e3a8'; } .md-local_offer:after { content: '\e3aa'; } .md-local_parking:after { content: '\e3ac'; } .md-local_pharmacy:after { content: '\e3ad'; } .md-local_phone:after { content: '\e3af'; } .md-local_pizza:after { content: '\e3b1'; } .md-local_play:after { content: '\e3b3'; } .md-local_post_office:after { content: '\e3b5'; } .md-local_printshop:after { content: '\e3b7'; } .md-local_see:after { content: '\e3b9'; } .md-local_shipping:after { content: '\e3bb'; } .md-local_taxi:after { content: '\e3bd'; } .md-location_city:after { content: '\e3bf'; } .md-location_disabled:after { content: '\e3c0'; } .md-location_off:after { content: '\e3c1'; } .md-location_on:after { content: '\e3c2'; } .md-location_searching:after { content: '\e3c4'; } .md-lock:after { content: '\e3c5'; } .md-lock_open:after { content: '\e3c7'; } .md-log_in:after { content: '\e3c9'; } .md-log_out:after { content: '\e3ca'; } .md-looks:after { content: '\e3cb'; } .md-looks_3:after { content: '\e3cc'; } .md-looks_4:after { content: '\e3ce'; } .md-looks_5:after { content: '\e3d0'; } .md-looks_6:after { content: '\e3d2'; } .md-looks_one:after { content: '\e3d4'; } .md-looks_two:after { content: '\e3d6'; } .md-loop:after { content: '\e3d8'; } .md-loupe:after { content: '\e3d9'; } .md-low_priority:after { content: '\e3db'; } .md-loyalty:after { content: '\e3dc'; } .md-mail:after { content: '\e3de'; } .md-mail_outline:after { content: '\e3e0'; } .md-map:after { content: '\e3e1'; } .md-markunread:after { content: '\e3e3'; } .md-markunread_mailbox:after { content: '\e3e5'; } .md-maximize:after { content: '\e3e7'; } .md-meeting_room:after { content: '\e3e8'; } .md-memory:after { content: '\e3ea'; } .md-menu:after { content: '\e3ec'; } .md-menu_book:after { content: '\e3ed'; } .md-menu_open:after { content: '\e3ef'; } .md-merge_type:after { content: '\e3f0'; } .md-message:after { content: '\e3f1'; } .md-mic:after { content: '\e3f3'; } .md-mic_none:after { content: '\e3f5'; } .md-mic_off:after { content: '\e3f7'; } .md-minimize:after { content: '\e3f9'; } .md-minus:after { content: '\e3fa'; } .md-missed_video_call:after { content: '\e3fb'; } .md-mms:after { content: '\e3fd'; } .md-mobile_friendly:after { content: '\e3ff'; } .md-mobile_off:after { content: '\e400'; } .md-mobile_screen_share:after { content: '\e401'; } .md-mode_comment:after { content: '\e403'; } .md-monetization_on:after { content: '\e405'; } .md-money:after { content: '\e407'; } .md-money_off:after { content: '\e409'; } .md-monochrome_photos:after { content: '\e40a'; } .md-mood:after { content: '\e40c'; } .md-mood_bad:after { content: '\e40e'; } .md-more:after { content: '\e410'; } .md-more_horiz:after { content: '\e412'; } .md-more_vert:after { content: '\e413'; } .md-motorcycle:after { content: '\e414'; } .md-mouse:after { content: '\e416'; } .md-move_to_inbox:after { content: '\e418'; } .md-movie:after { content: '\e41a'; } .md-movie_creation:after { content: '\e41c'; } .md-movie_filter:after { content: '\e41e'; } .md-multiline_chart:after { content: '\e420'; } .md-museum:after { content: '\e421'; } .md-music_note:after { content: '\e423'; } .md-music_off:after { content: '\e425'; } .md-music_video:after { content: '\e427'; } .md-my_location:after { content: '\e429'; } .md-nature:after { content: '\e42b'; } .md-nature_people:after { content: '\e42d'; } .md-navigate_before:after { content: '\e42f'; } .md-navigate_next:after { content: '\e430'; } .md-navigation:after { content: '\e431'; } .md-near_me:after { content: '\e433'; } .md-network_cell:after { content: '\e435'; } .md-network_cell:before { content: '\e436'; } .md-network_check:after { content: '\e437'; } .md-network_locked:after { content: '\e438'; } .md-network_wifi:after { content: '\e439'; } .md-network_wifi:before { content: '\e43a'; } .md-new_releases:after { content: '\e43b'; } .md-next_week:after { content: '\e43d'; } .md-nfc:after { content: '\e43f'; } .md-nights_stay:after { content: '\e440'; } .md-no_encryption:after { content: '\e442'; } .md-no_meeting_room:after { content: '\e444'; } .md-no_sim:after { content: '\e446'; } .md-not_equal:after { content: '\e448'; } .md-not_interested:after { content: '\e449'; } .md-not_listed_location:after { content: '\e44a'; } .md-note:after { content: '\e44c'; } .md-note_add:after { content: '\e44e'; } .md-notes:after { content: '\e450'; } .md-notification_important:after { content: '\e451'; } .md-notifications:after { content: '\e453'; } .md-notifications_active:after { content: '\e455'; } .md-notifications_none:after { content: '\e457'; } .md-notifications_off:after { content: '\e459'; } .md-notifications_paused:after { content: '\e45b'; } .md-offline_bolt:after { content: '\e45d'; } .md-offline_pin:after { content: '\e45f'; } .md-ondemand_video:after { content: '\e461'; } .md-opacity:after { content: '\e463'; } .md-open_in_browser:after { content: '\e465'; } .md-open_in_new:after { content: '\e466'; } .md-open_with:after { content: '\e467'; } .md-outdoor_grill:after { content: '\e468'; } .md-outlined_flag:after { content: '\e46a'; } .md-pages:after { content: '\e46b'; } .md-pageview:after { content: '\e46d'; } .md-palette:after { content: '\e46f'; } .md-pan_tool:after { content: '\e471'; } .md-panorama:after { content: '\e473'; } .md-panorama_fish_eye:after { content: '\e475'; } .md-panorama_horizontal:after { content: '\e477'; } .md-panorama_vertical:after { content: '\e479'; } .md-panorama_wide_angle:after { content: '\e47b'; } .md-party_mode:after { content: '\e47d'; } .md-pause:after { content: '\e47f'; } .md-pause_circle_filled:after { content: '\e480'; } .md-pause_circle_outline:after { content: '\e482'; } .md-pause_presentation:after { content: '\e483'; } .md-payment:after { content: '\e485'; } .md-people:after { content: '\e487'; } .md-people_alt:after { content: '\e489'; } .md-people_outline:after { content: '\e48b'; } .md-percentage:after { content: '\e48d'; } .md-perm_camera_mic:after { content: '\e48f'; } .md-perm_contact_calendar:after { content: '\e491'; } .md-perm_data_setting:after { content: '\e493'; } .md-perm_device_information:after { content: '\e494'; } .md-perm_identity:after { content: '\e496'; } .md-perm_media:after { content: '\e498'; } .md-perm_phone_msg:after { content: '\e49a'; } .md-perm_scan_wifi:after { content: '\e49c'; } .md-person:after { content: '\e49e'; } .md-person_add:after { content: '\e4a0'; } .md-person_add_disabled:after { content: '\e4a2'; } .md-person_outline:after { content: '\e4a4'; } .md-person_pin:after { content: '\e4a6'; } .md-person_pin_circle:after { content: '\e4a8'; } .md-personal_video:after { content: '\e4aa'; } .md-pets:after { content: '\e4ac'; } .md-phone:after { content: '\e4ad'; } .md-phone_android:after { content: '\e4af'; } .md-phone_bluetooth_speaker:after { content: '\e4b1'; } .md-phone_callback:after { content: '\e4b3'; } .md-phone_disabled:after { content: '\e4b5'; } .md-phone_enabled:after { content: '\e4b6'; } .md-phone_forwarded:after { content: '\e4b7'; } .md-phone_in_talk:after { content: '\e4b9'; } .md-phone_iphone:after { content: '\e4bb'; } .md-phone_locked:after { content: '\e4bd'; } .md-phone_missed:after { content: '\e4bf'; } .md-phone_paused:after { content: '\e4c1'; } .md-phonelink:after { content: '\e4c3'; } .md-phonelink_erase:after { content: '\e4c5'; } .md-phonelink_lock:after { content: '\e4c6'; } .md-phonelink_off:after { content: '\e4c7'; } .md-phonelink_ring:after { content: '\e4c9'; } .md-phonelink_setup:after { content: '\e4cb'; } .md-photo:after { content: '\e4cc'; } .md-photo_album:after { content: '\e4ce'; } .md-photo_camera:after { content: '\e4d0'; } .md-photo_filter:after { content: '\e4d2'; } .md-photo_library:after { content: '\e4d3'; } .md-photo_size_select_actual:after { content: '\e4d5'; } .md-photo_size_select_large:after { content: '\e4d7'; } .md-photo_size_select_small:after { content: '\e4d8'; } .md-picture_as_pdf:after { content: '\e4d9'; } .md-picture_in_picture:after { content: '\e4db'; } .md-picture_in_picture_alt:after { content: '\e4dd'; } .md-pie_chart:after { content: '\e4df'; } .md-pin:after { content: '\e4e1'; } .md-pin_drop:after { content: '\e4e3'; } .md-pin_off:after { content: '\e4e5'; } .md-place:after { content: '\e4e7'; } .md-play_arrow:after { content: '\e4e9'; } .md-play_circle_filled:after { content: '\e4eb'; } .md-play_circle_filled_white:after { content: '\e4ed'; } .md-play_circle_outline:after { content: '\e4ef'; } .md-play_for_work:after { content: '\e4f0'; } .md-playlist_add:after { content: '\e4f1'; } .md-playlist_add_check:after { content: '\e4f2'; } .md-playlist_play:after { content: '\e4f3'; } .md-plus:after { content: '\e4f4'; } .md-plus_minus:after { content: '\e4f5'; } .md-plus_minus_alt:after { content: '\e4f6'; } .md-plus_one:after { content: '\e4f7'; } .md-policy:after { content: '\e4f8'; } .md-poll:after { content: '\e4fa'; } .md-polymer:after { content: '\e4fc'; } .md-pool:after { content: '\e4fd'; } .md-portable_wifi_off:after { content: '\e4ff'; } .md-portrait:after { content: '\e500'; } .md-post_add:after { content: '\e502'; } .md-power:after { content: '\e503'; } .md-power_input:after { content: '\e505'; } .md-power_off:after { content: '\e506'; } .md-power_settings_new:after { content: '\e508'; } .md-pregnant_woman:after { content: '\e509'; } .md-present_to_all:after { content: '\e50a'; } .md-print:after { content: '\e50c'; } .md-print_disabled:after { content: '\e50e'; } .md-priority_high:after { content: '\e510'; } .md-public:after { content: '\e511'; } .md-publish:after { content: '\e513'; } .md-qrcode:after { content: '\e515'; } .md-query_builder:after { content: '\e517'; } .md-question_answer:after { content: '\e519'; } .md-queue:after { content: '\e51b'; } .md-queue_music:after { content: '\e51d'; } .md-queue_play_next:after { content: '\e51f'; } .md-radio:after { content: '\e520'; } .md-radio_button_checked:after { content: '\e522'; } .md-radio_button_unchecked:after { content: '\e523'; } .md-rate_review:after { content: '\e524'; } .md-receipt:after { content: '\e526'; } .md-recent_actors:after { content: '\e528'; } .md-record_voice_over:after { content: '\e52a'; } .md-redeem:after { content: '\e52c'; } .md-redo:after { content: '\e52e'; } .md-refresh:after { content: '\e52f'; } .md-remove:after { content: '\e530'; } .md-remove_circle:after { content: '\e531'; } .md-remove_circle_outline:after { content: '\e533'; } .md-remove_from_queue:after { content: '\e534'; } .md-remove_red_eye:after { content: '\e536'; } .md-remove_shopping_cart:after { content: '\e538'; } .md-reorder:after { content: '\e53a'; } .md-repeat:after { content: '\e53b'; } .md-repeat_one:after { content: '\e53c'; } .md-replay:after { content: '\e53d'; } .md-replay_10:after { content: '\e53e'; } .md-replay_30:after { content: '\e53f'; } .md-replay_5:after { content: '\e540'; } .md-reply:after { content: '\e541'; } .md-reply_all:after { content: '\e542'; } .md-report:after { content: '\e543'; } .md-report_off:after { content: '\e545'; } .md-report_problem:after { content: '\e547'; } .md-restaurant:after { content: '\e549'; } .md-restaurant_menu:after { content: '\e54a'; } .md-restore:after { content: '\e54b'; } .md-restore_from_trash:after { content: '\e54c'; } .md-restore_page:after { content: '\e54e'; } .md-ring_volume:after { content: '\e550'; } .md-rocket:after { content: '\e552'; } .md-room:after { content: '\e554'; } .md-room_service:after { content: '\e556'; } .md-rotate_90_degrees_ccw:after { content: '\e558'; } .md-rotate_left:after { content: '\e55a'; } .md-rotate_right:after { content: '\e55b'; } .md-rounded_corner:after { content: '\e55c'; } .md-router:after { content: '\e55d'; } .md-rowing:after { content: '\e55f'; } .md-rss_feed:after { content: '\e560'; } .md-rv_hookup:after { content: '\e561'; } .md-satellite:after { content: '\e563'; } .md-save:after { content: '\e565'; } .md-save_alt:after { content: '\e567'; } .md-scanner:after { content: '\e568'; } .md-scatter_plot:after { content: '\e56a'; } .md-schedule:after { content: '\e56c'; } .md-school:after { content: '\e56e'; } .md-score:after { content: '\e570'; } .md-screen_lock_landscape:after { content: '\e572'; } .md-screen_lock_portrait:after { content: '\e574'; } .md-screen_lock_rotation:after { content: '\e576'; } .md-screen_rotation:after { content: '\e577'; } .md-screen_share:after { content: '\e579'; } .md-sd_card:after { content: '\e57b'; } .md-sd_storage:after { content: '\e57d'; } .md-search:after { content: '\e57f'; } .md-security:after { content: '\e580'; } .md-select_all:after { content: '\e582'; } .md-send:after { content: '\e583'; } .md-sentiment_dissatisfied:after { content: '\e585'; } .md-sentiment_neutral:after { content: '\e587'; } .md-sentiment_satisfied:after { content: '\e589'; } .md-sentiment_satisfied_alt:after { content: '\e58b'; } .md-sentiment_slightly_dissatisfied:after { content: '\e58d'; } .md-sentiment_very_dissatisfied:after { content: '\e58f'; } .md-sentiment_very_satisfied:after { content: '\e591'; } .md-settings:after { content: '\e593'; } .md-settings_applications:after { content: '\e595'; } .md-settings_backup_restore:after { content: '\e597'; } .md-settings_bluetooth:after { content: '\e598'; } .md-settings_brightness:after { content: '\e599'; } .md-settings_cell:after { content: '\e59b'; } .md-settings_ethernet:after { content: '\e59d'; } .md-settings_input_antenna:after { content: '\e59e'; } .md-settings_input_component:after { content: '\e59f'; } .md-settings_input_composite:after { content: '\e5a1'; } .md-settings_input_hdmi:after { content: '\e5a3'; } .md-settings_input_svideo:after { content: '\e5a5'; } .md-settings_overscan:after { content: '\e5a7'; } .md-settings_phone:after { content: '\e5a9'; } .md-settings_power:after { content: '\e5ab'; } .md-settings_remote:after { content: '\e5ac'; } .md-settings_system_daydream:after { content: '\e5ae'; } .md-settings_voice:after { content: '\e5b0'; } .md-share:after { content: '\e5b2'; } .md-shop:after { content: '\e5b4'; } .md-shop_two:after { content: '\e5b6'; } .md-shopping_basket:after { content: '\e5b8'; } .md-shopping_cart:after { content: '\e5ba'; } .md-short_text:after { content: '\e5bc'; } .md-show_chart:after { content: '\e5bd'; } .md-shuffle:after { content: '\e5be'; } .md-shutter_speed:after { content: '\e5bf'; } .md-signal_cellular_0_bar:after { content: '\e5c1'; } .md-signal_cellular_0_bar:before { content: '\e5c2'; } .md-signal_cellular_1_bar:after { content: '\e5c3'; } .md-signal_cellular_1_bar:before { content: '\e5c4'; } .md-signal_cellular_2_bar:after { content: '\e5c5'; } .md-signal_cellular_2_bar:before { content: '\e5c6'; } .md-signal_cellular_3_bar:after { content: '\e5c7'; } .md-signal_cellular_3_bar:before { content: '\e5c8'; } .md-signal_cellular_4_bar:after { content: '\e5c9'; } .md-signal_cellular_alt:after { content: '\e5ca'; } .md-signal_cellular_connected_no_internet_0_bar:after { content: '\e5cb'; } .md-signal_cellular_connected_no_internet_0_bar:before { content: '\e5cc'; } .md-signal_cellular_connected_no_internet_1_bar:after { content: '\e5cd'; } .md-signal_cellular_connected_no_internet_1_bar:before { content: '\e5ce'; } .md-signal_cellular_connected_no_internet_2_bar:after { content: '\e5cf'; } .md-signal_cellular_connected_no_internet_2_bar:before { content: '\e5d0'; } .md-signal_cellular_connected_no_internet_3_bar:after { content: '\e5d1'; } .md-signal_cellular_connected_no_internet_3_bar:before { content: '\e5d2'; } .md-signal_cellular_connected_no_internet_4_bar:after { content: '\e5d3'; } .md-signal_cellular_no_sim:after { content: '\e5d4'; } .md-signal_cellular_null:after { content: '\e5d6'; } .md-signal_cellular_off:after { content: '\e5d7'; } .md-signal_wifi_0_bar:after { content: '\e5d8'; } .md-signal_wifi_0_bar:before { content: '\e5d9'; } .md-signal_wifi_1_bar:after { content: '\e5da'; } .md-signal_wifi_1_bar:before { content: '\e5db'; } .md-signal_wifi_1_bar_lock:after { content: '\e5dc'; } .md-signal_wifi_1_bar_lock:before { content: '\e5dd'; } .md-signal_wifi_2_bar:after { content: '\e5de'; } .md-signal_wifi_2_bar:before { content: '\e5df'; } .md-signal_wifi_2_bar_lock:after { content: '\e5e0'; } .md-signal_wifi_2_bar_lock:before { content: '\e5e1'; } .md-signal_wifi_3_bar:after { content: '\e5e2'; } .md-signal_wifi_3_bar:before { content: '\e5e3'; } .md-signal_wifi_3_bar_lock:after { content: '\e5e4'; } .md-signal_wifi_3_bar_lock:before { content: '\e5e5'; } .md-signal_wifi_4_bar:after { content: '\e5e6'; } .md-signal_wifi_4_bar_lock:after { content: '\e5e7'; } .md-signal_wifi_off:after { content: '\e5e8'; } .md-sim_card:after { content: '\e5e9'; } .md-sim_card_alert:after { content: '\e5eb'; } .md-single_bed:after { content: '\e5ed'; } .md-skip_next:after { content: '\e5ef'; } .md-skip_previous:after { content: '\e5f1'; } .md-slideshow:after { content: '\e5f3'; } .md-slow_motion_video:after { content: '\e5f5'; } .md-smartphone:after { content: '\e5f6'; } .md-smoke_free:after { content: '\e5f8'; } .md-smoking_rooms:after { content: '\e5f9'; } .md-sms:after { content: '\e5fb'; } .md-sms_failed:after { content: '\e5fd'; } .md-snooze:after { content: '\e5ff'; } .md-sort:after { content: '\e600'; } .md-sort_by_alpha:after { content: '\e601'; } .md-spa:after { content: '\e602'; } .md-space_bar:after { content: '\e604'; } .md-speaker:after { content: '\e605'; } .md-speaker_group:after { content: '\e607'; } .md-speaker_notes:after { content: '\e609'; } .md-speaker_notes_off:after { content: '\e60b'; } .md-speaker_phone:after { content: '\e60d'; } .md-speed:after { content: '\e60f'; } .md-spellcheck:after { content: '\e610'; } .md-sports:after { content: '\e611'; } .md-sports_baseball:after { content: '\e612'; } .md-sports_basketball:after { content: '\e614'; } .md-sports_cricket:after { content: '\e616'; } .md-sports_esports:after { content: '\e618'; } .md-sports_football:after { content: '\e61a'; } .md-sports_golf:after { content: '\e61c'; } .md-sports_handball:after { content: '\e61e'; } .md-sports_hockey:after { content: '\e61f'; } .md-sports_kabaddi:after { content: '\e620'; } .md-sports_mma:after { content: '\e621'; } .md-sports_motorsports:after { content: '\e623'; } .md-sports_rugby:after { content: '\e625'; } .md-sports_soccer:after { content: '\e627'; } .md-sports_tennis:after { content: '\e629'; } .md-sports_volleyball:after { content: '\e62a'; } .md-square_foot:after { content: '\e62c'; } .md-star:after { content: '\e62e'; } .md-star_border:after { content: '\e630'; } .md-star_half:after { content: '\e631'; } .md-star_rate:after { content: '\e632'; } .md-stars:after { content: '\e633'; } .md-stay_current_landscape:after { content: '\e635'; } .md-stay_current_portrait:after { content: '\e637'; } .md-stay_primary_landscape:after { content: '\e639'; } .md-stay_primary_portrait:after { content: '\e63b'; } .md-stop:after { content: '\e63d'; } .md-stop_circle:after { content: '\e63f'; } .md-stop_screen_share:after { content: '\e641'; } .md-storage:after { content: '\e643'; } .md-store:after { content: '\e644'; } .md-store_mall_directory:after { content: '\e646'; } .md-storefront:after { content: '\e648'; } .md-straighten:after { content: '\e64a'; } .md-streetview:after { content: '\e64c'; } .md-strikethrough_s:after { content: '\e64d'; } .md-style:after { content: '\e64e'; } .md-subdirectory_arrow_left:after { content: '\e650'; } .md-subdirectory_arrow_right:after { content: '\e651'; } .md-subject:after { content: '\e652'; } .md-subscriptions:after { content: '\e653'; } .md-subtitles:after { content: '\e655'; } .md-subway:after { content: '\e657'; } .md-supervised_user_circle:after { content: '\e659'; } .md-supervisor_account:after { content: '\e65b'; } .md-surround_sound:after { content: '\e65d'; } .md-swap_calls:after { content: '\e65f'; } .md-swap_horiz:after { content: '\e660'; } .md-swap_horizontal_circle:after { content: '\e661'; } .md-swap_vert:after { content: '\e663'; } .md-swap_vertical_circle:after { content: '\e664'; } .md-switch_camera:after { content: '\e666'; } .md-switch_video:after { content: '\e668'; } .md-sync:after { content: '\e66a'; } .md-sync_alt:after { content: '\e66b'; } .md-sync_disabled:after { content: '\e66c'; } .md-sync_problem:after { content: '\e66d'; } .md-system_update:after { content: '\e66e'; } .md-system_update_alt:after { content: '\e670'; } .md-tab:after { content: '\e671'; } .md-tab_unselected:after { content: '\e672'; } .md-table_chart:after { content: '\e673'; } .md-tablet:after { content: '\e675'; } .md-tablet_android:after { content: '\e677'; } .md-tablet_mac:after { content: '\e679'; } .md-tag_faces:after { content: '\e67b'; } .md-tap_and_play:after { content: '\e67d'; } .md-terrain:after { content: '\e67e'; } .md-text_fields:after { content: '\e680'; } .md-text_format:after { content: '\e681'; } .md-text_rotate_up:after { content: '\e682'; } .md-text_rotate_vertical:after { content: '\e683'; } .md-text_rotation_angledown:after { content: '\e684'; } .md-text_rotation_angleup:after { content: '\e685'; } .md-text_rotation_down:after { content: '\e686'; } .md-text_rotation_none:after { content: '\e687'; } .md-textsms:after { content: '\e688'; } .md-texture:after { content: '\e68a'; } .md-theaters:after { content: '\e68b'; } .md-thumb_down:after { content: '\e68d'; } .md-thumb_down_alt:after { content: '\e68f'; } .md-thumb_up:after { content: '\e691'; } .md-thumb_up_alt:after { content: '\e693'; } .md-thumbs_up_down:after { content: '\e695'; } .md-time_to_leave:after { content: '\e697'; } .md-timelapse:after { content: '\e699'; } .md-timeline:after { content: '\e69b'; } .md-timer:after { content: '\e69c'; } .md-timer_10:after { content: '\e69e'; } .md-timer_3:after { content: '\e69f'; } .md-timer_off:after { content: '\e6a0'; } .md-title:after { content: '\e6a2'; } .md-toc:after { content: '\e6a3'; } .md-today:after { content: '\e6a4'; } .md-toggle_off:after { content: '\e6a6'; } .md-toggle_on:after { content: '\e6a8'; } .md-toll:after { content: '\e6aa'; } .md-tonality:after { content: '\e6ac'; } .md-touch_app:after { content: '\e6ae'; } .md-toys:after { content: '\e6b0'; } .md-track_changes:after { content: '\e6b2'; } .md-traffic:after { content: '\e6b3'; } .md-train:after { content: '\e6b5'; } .md-tram:after { content: '\e6b7'; } .md-transfer_within_a_station:after { content: '\e6b9'; } .md-transform:after { content: '\e6ba'; } .md-transit_enterexit:after { content: '\e6bb'; } .md-translate:after { content: '\e6bc'; } .md-trending_down:after { content: '\e6bd'; } .md-trending_flat:after { content: '\e6be'; } .md-trending_up:after { content: '\e6bf'; } .md-trip_origin:after { content: '\e6c0'; } .md-tune:after { content: '\e6c1'; } .md-turned_in:after { content: '\e6c2'; } .md-turned_in_not:after { content: '\e6c4'; } .md-tv:after { content: '\e6c5'; } .md-tv_off:after { content: '\e6c7'; } .md-unarchive:after { content: '\e6c9'; } .md-undo:after { content: '\e6cb'; } .md-unfold_less:after { content: '\e6cc'; } .md-unfold_more:after { content: '\e6cd'; } .md-unsubscribe:after { content: '\e6ce'; } .md-update:after { content: '\e6d0'; } .md-usb:after { content: '\e6d1'; } .md-verified_user:after { content: '\e6d2'; } .md-vertical_align_bottom:after { content: '\e6d4'; } .md-vertical_align_center:after { content: '\e6d5'; } .md-vertical_align_top:after { content: '\e6d6'; } .md-vertical_split:after { content: '\e6d7'; } .md-vibration:after { content: '\e6d9'; } .md-video_call:after { content: '\e6db'; } .md-video_label:after { content: '\e6dd'; } .md-video_library:after { content: '\e6df'; } .md-videocam:after { content: '\e6e1'; } .md-videocam_off:after { content: '\e6e3'; } .md-videogame_asset:after { content: '\e6e5'; } .md-view_agenda:after { content: '\e6e7'; } .md-view_array:after { content: '\e6e9'; } .md-view_carousel:after { content: '\e6eb'; } .md-view_column:after { content: '\e6ed'; } .md-view_comfy:after { content: '\e6ef'; } .md-view_compact:after { content: '\e6f1'; } .md-view_day:after { content: '\e6f3'; } .md-view_headline:after { content: '\e6f5'; } .md-view_list:after { content: '\e6f6'; } .md-view_module:after { content: '\e6f8'; } .md-view_quilt:after { content: '\e6fa'; } .md-view_stream:after { content: '\e6fc'; } .md-view_week:after { content: '\e6fe'; } .md-vignette:after { content: '\e700'; } .md-visibility:after { content: '\e702'; } .md-visibility_off:after { content: '\e704'; } .md-voice_chat:after { content: '\e706'; } .md-voice_over_off:after { content: '\e708'; } .md-voicemail:after { content: '\e70a'; } .md-volume_down:after { content: '\e70b'; } .md-volume_mute:after { content: '\e70d'; } .md-volume_off:after { content: '\e70f'; } .md-volume_up:after { content: '\e711'; } .md-vpn_key:after { content: '\e713'; } .md-vpn_lock:after { content: '\e715'; } .md-wallpaper:after { content: '\e717'; } .md-warning:after { content: '\e718'; } .md-watch:after { content: '\e71a'; } .md-watch_later:after { content: '\e71c'; } .md-waves:after { content: '\e71e'; } .md-wb_auto:after { content: '\e71f'; } .md-wb_cloudy:after { content: '\e721'; } .md-wb_incandescent:after { content: '\e723'; } .md-wb_iridescent:after { content: '\e725'; } .md-wb_sunny:after { content: '\e727'; } .md-wc:after { content: '\e729'; } .md-web:after { content: '\e72a'; } .md-web_asset:after { content: '\e72c'; } .md-weekend:after { content: '\e72e'; } .md-whatshot:after { content: '\e730'; } .md-where_to_vote:after { content: '\e732'; } .md-widgets:after { content: '\e734'; } .md-wifi:after { content: '\e736'; } .md-wifi_lock:after { content: '\e737'; } .md-wifi_off:after { content: '\e738'; } .md-wifi_tethering:after { content: '\e739'; } .md-work:after { content: '\e73a'; } .md-work_off:after { content: '\e73c'; } .md-work_outline:after { content: '\e73e'; } .md-wrap_text:after { content: '\e73f'; } .md-youtube_searched_for:after { content: '\e740'; } .md-zoom_in:after { content: '\e741'; } .md-zoom_out:after { content: '\e742'; } .md-zoom_out_map:after { content: '\e743'; } .md-add_ic_call:after { content: '\e744'; } .md-library_add_check:after { content: '\e746'; } .md-star_outline:after { content: '\e748'; } .md-two_wheeler:after { content: '\e749'; } .md-5g:after { content: '\e74a'; } .md-ad_units:after { content: '\e74b'; } .md-add_business:after { content: '\e74d'; } .md-add_location_alt:after { content: '\e74f'; } .md-add_road:after { content: '\e751'; } .md-addchart:after { content: '\e752'; } .md-admin_panel_settings:after { content: '\e753'; } .md-agriculture:after { content: '\e755'; } .md-alt_route:after { content: '\e757'; } .md-analytics:after { content: '\e758'; } .md-anchor:after { content: '\e75a'; } .md-api:after { content: '\e75b'; } .md-app_blocking:after { content: '\e75c'; } .md-app_settings_alt:after { content: '\e75e'; } .md-architecture:after { content: '\e760'; } .md-arrow_circle_down:after { content: '\e761'; } .md-arrow_circle_up:after { content: '\e763'; } .md-article:after { content: '\e765'; } .md-attach_email:after { content: '\e767'; } .md-auto_delete:after { content: '\e768'; } .md-baby_changing_station:after { content: '\e76a'; } .md-backpack:after { content: '\e76b'; } .md-backup_table:after { content: '\e76d'; } .md-batch_prediction:after { content: '\e76f'; } .md-bedtime:after { content: '\e771'; } .md-bike_scooter:after { content: '\e773'; } .md-biotech:after { content: '\e774'; } .md-browser_not_supported:after { content: '\e776'; } .md-build_circle:after { content: '\e777'; } .md-calculate:after { content: '\e779'; } .md-campaign:after { content: '\e77b'; } .md-charging_station:after { content: '\e77d'; } .md-checkroom:after { content: '\e77f'; } .md-cleaning_services:after { content: '\e780'; } .md-close_fullscreen:after { content: '\e782'; } .md-comment_bank:after { content: '\e783'; } .md-construction:after { content: '\e785'; } .md-corporate_fare:after { content: '\e786'; } .md-design_services:after { content: '\e788'; } .md-directions_off:after { content: '\e78a'; } .md-do_not_step:after { content: '\e78b'; } .md-do_not_touch:after { content: '\e78d'; } .md-domain_verification:after { content: '\e78f'; } .md-dry:after { content: '\e791'; } .md-dynamic_form:after { content: '\e793'; } .md-edit_road:after { content: '\e795'; } .md-electric_bike:after { content: '\e797'; } .md-electric_car:after { content: '\e798'; } .md-electric_moped:after { content: '\e79a'; } .md-electric_scooter:after { content: '\e79c'; } .md-electrical_services:after { content: '\e79d'; } .md-elevator:after { content: '\e79e'; } .md-engineering:after { content: '\e7a0'; } .md-escalator:after { content: '\e7a2'; } .md-escalator_warning:after { content: '\e7a4'; } .md-fact_check:after { content: '\e7a5'; } .md-family_restroom:after { content: '\e7a7'; } .md-filter_alt:after { content: '\e7a8'; } .md-flaky:after { content: '\e7aa'; } .md-forward_to_inbox:after { content: '\e7ab'; } .md-grading:after { content: '\e7ad'; } .md-handyman:after { content: '\e7ae'; } .md-hearing_disabled:after { content: '\e7b0'; } .md-help_center:after { content: '\e7b1'; } .md-highlight_alt:after { content: '\e7b3'; } .md-history_edu:after { content: '\e7b4'; } .md-history_toggle_off:after { content: '\e7b6'; } .md-home_repair_service:after { content: '\e7b7'; } .md-horizontal_rule:after { content: '\e7b9'; } .md-hourglass_bottom:after { content: '\e7ba'; } .md-hourglass_disabled:after { content: '\e7bc'; } .md-hourglass_top:after { content: '\e7bd'; } .md-hvac:after { content: '\e7bf'; } .md-image_not_supported:after { content: '\e7c1'; } .md-insights:after { content: '\e7c3'; } .md-integration_instructions:after { content: '\e7c4'; } .md-legend_toggle:after { content: '\e7c6'; } .md-login:after { content: '\e7c7'; } .md-maps_ugc:after { content: '\e7c8'; } .md-mark_chat_read:after { content: '\e7ca'; } .md-mark_chat_unread:after { content: '\e7cc'; } .md-mark_email_read:after { content: '\e7ce'; } .md-mark_email_unread:after { content: '\e7d0'; } .md-mediation:after { content: '\e7d2'; } .md-medical_services:after { content: '\e7d3'; } .md-military_tech:after { content: '\e7d5'; } .md-miscellaneous_services:after { content: '\e7d7'; } .md-model_training:after { content: '\e7d8'; } .md-moped:after { content: '\e7d9'; } .md-more_time:after { content: '\e7db'; } .md-multiple_stop:after { content: '\e7dc'; } .md-nat:after { content: '\e7dd'; } .md-next_plan:after { content: '\e7df'; } .md-no_cell:after { content: '\e7e1'; } .md-no_drinks:after { content: '\e7e3'; } .md-no_flash:after { content: '\e7e5'; } .md-no_food:after { content: '\e7e7'; } .md-no_photography:after { content: '\e7e9'; } .md-no_stroller:after { content: '\e7eb'; } .md-not_accessible:after { content: '\e7ed'; } .md-not_started:after { content: '\e7ee'; } .md-online_prediction:after { content: '\e7f0'; } .md-open_in_full:after { content: '\e7f1'; } .md-outlet:after { content: '\e7f2'; } .md-payments:after { content: '\e7f4'; } .md-pedal_bike:after { content: '\e7f6'; } .md-pending:after { content: '\e7f7'; } .md-pending_actions:after { content: '\e7f9'; } .md-person_add_alt_1:after { content: '\e7fb'; } .md-person_remove:after { content: '\e7fd'; } .md-person_remove_alt_1:after { content: '\e7ff'; } .md-person_search:after { content: '\e801'; } .md-pest_control:after { content: '\e803'; } .md-pest_control_rodent:after { content: '\e805'; } .md-plagiarism:after { content: '\e807'; } .md-plumbing:after { content: '\e809'; } .md-point_of_sale:after { content: '\e80a'; } .md-preview:after { content: '\e80c'; } .md-privacy_tip:after { content: '\e80e'; } .md-psychology:after { content: '\e810'; } .md-public_off:after { content: '\e812'; } .md-push_pin:after { content: '\e814'; } .md-qr_code:after { content: '\e816'; } .md-quickreply:after { content: '\e818'; } .md-read_more:after { content: '\e81a'; } .md-receipt_long:after { content: '\e81b'; } .md-request_quote:after { content: '\e81d'; } .md-room_preferences:after { content: '\e81f'; } .md-rule:after { content: '\e821'; } .md-rule_folder:after { content: '\e822'; } .md-run_circle:after { content: '\e824'; } .md-science:after { content: '\e826'; } .md-search_off:after { content: '\e828'; } .md-self_improvement:after { content: '\e829'; } .md-sensor_door:after { content: '\e82a'; } .md-sensor_window:after { content: '\e82c'; } .md-shopping_bag:after { content: '\e82e'; } .md-smart_button:after { content: '\e830'; } .md-snippet_folder:after { content: '\e831'; } .md-soap:after { content: '\e833'; } .md-source:after { content: '\e835'; } .md-stairs:after { content: '\e837'; } .md-stroller:after { content: '\e839'; } .md-subscript:after { content: '\e83b'; } .md-subtitles_off:after { content: '\e83c'; } .md-superscript:after { content: '\e83e'; } .md-support:after { content: '\e83f'; } .md-support_agent:after { content: '\e841'; } .md-switch_left:after { content: '\e842'; } .md-switch_right:after { content: '\e844'; } .md-table_rows:after { content: '\e846'; } .md-table_view:after { content: '\e848'; } .md-text_snippet:after { content: '\e84a'; } .md-topic:after { content: '\e84c'; } .md-tour:after { content: '\e84e'; } .md-tty:after { content: '\e850'; } .md-umbrella:after { content: '\e852'; } .md-upgrade:after { content: '\e854'; } .md-verified:after { content: '\e855'; } .md-video_settings:after { content: '\e857'; } .md-view_sidebar:after { content: '\e858'; } .md-wash:after { content: '\e85a'; } .md-wheelchair_pickup:after { content: '\e85c'; } .md-wifi_calling:after { content: '\e85d'; } .md-wifi_protected_setup:after { content: '\e85f'; } .md-wrong_location:after { content: '\e860'; } .md-wysiwyg:after { content: '\e861'; } .md-bento:after { content: '\e864'; } .md-carpenter:after { content: '\e866'; } .md-closed_caption_disabled:after { content: '\e868'; } .md-countertops:after { content: '\e86a'; } .md-east:after { content: '\e86c'; } .md-fence:after { content: '\e86d'; } .md-fire_extinguisher:after { content: '\e86f'; } .md-food_bank:after { content: '\e870'; } .md-foundation:after { content: '\e872'; } .md-grass:after { content: '\e874'; } .md-house_siding:after { content: '\e875'; } .md-leaderboard:after { content: '\e877'; } .md-microwave:after { content: '\e879'; } .md-near_me_disabled:after { content: '\e87b'; } .md-night_shelter:after { content: '\e87d'; } .md-no_meals:after { content: '\e87f'; } .md-no_transfer:after { content: '\e880'; } .md-north:after { content: '\e882'; } .md-north_east:after { content: '\e883'; } .md-north_west:after { content: '\e884'; } .md-qr_code_scanner:after { content: '\e885'; } .md-rice_bowl:after { content: '\e886'; } .md-roofing:after { content: '\e888'; } .md-set_meal:after { content: '\e88a'; } .md-south:after { content: '\e88c'; } .md-south_east:after { content: '\e88d'; } .md-south_west:after { content: '\e88e'; } .md-sports_bar:after { content: '\e88f'; } .md-sticky_note_2:after { content: '\e891'; } .md-tapas:after { content: '\e893'; } .md-water_damage:after { content: '\e895'; } .md-west:after { content: '\e897'; } .md-wine_bar:after { content: '\e898'; } .md-6_ft_apart:after { content: '\e89a'; } .md-book_online:after { content: '\e89b'; } .md-clean_hands:after { content: '\e89d'; } .md-connect_without_contact:after { content: '\e89f'; } .md-coronavirus:after { content: '\e8a0'; } .md-elderly:after { content: '\e8a2'; } .md-follow_the_signs:after { content: '\e8a3'; } .md-leave_bags_at_home:after { content: '\e8a5'; } .md-local_fire_department:after { content: '\e8a7'; } .md-local_police:after { content: '\e8a9'; } .md-masks:after { content: '\e8ab'; } .md-motion_photos_on:after { content: '\e8ad'; } .md-motion_photos_paused:after { content: '\e8ae'; } .md-reduce_capacity:after { content: '\e8af'; } .md-sanitizer:after { content: '\e8b0'; } .md-sick:after { content: '\e8b2'; } .md-add_task:after { content: '\e8b3'; } .md-contact_page:after { content: '\e8b4'; } .md-disabled_by_default:after { content: '\e8b6'; } .md-facebook:after { content: '\e8b8'; } .md-groups:after { content: '\e8b9'; } .md-luggage:after { content: '\e8bb'; } .md-motion_photos_pause:after { content: '\e8bd'; } .md-no_backpack:after { content: '\e8be'; } .md-no_luggage:after { content: '\e8c0'; } .md-outbond:after { content: '\e8c2'; } .md-published_with_changes:after { content: '\e8c4'; } .md-request_page:after { content: '\e8c5'; } .md-stacked_line_chart:after { content: '\e8c7'; } .md-unpublished:after { content: '\e8c8'; } .md-align_horizontal_center:after { content: '\e8ca'; } .md-align_horizontal_left:after { content: '\e8cb'; } .md-align_horizontal_right:after { content: '\e8cc'; } .md-align_vertical_bottom:after { content: '\e8cd'; } .md-align_vertical_center:after { content: '\e8ce'; } .md-align_vertical_top:after { content: '\e8cf'; } .md-horizontal_distribute:after { content: '\e8d0'; } .md-qr_code_2:after { content: '\e8d1'; } .md-update_disabled:after { content: '\e8d2'; } .md-vertical_distribute:after { content: '\e8d3'; } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/resources/META-INF/resources/material2/20200820/css/md-outlined.css ================================================ @font-face { font-family: "Material Icons Outlined"; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/MaterialIcons-Outlined.ttf"); /* For IE6-8 */ src: url("../fonts/MaterialIcons-Outlined.woff2") format("woff2"), url("../fonts/MaterialIcons-Outlined.woff") format("woff"), url("../fonts/MaterialIcons-Outlined.ttf") format("truetype"); } .mdo { font-family: "Material Icons Outlined"; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; -ms-word-wrap: normal; word-wrap: normal; white-space: nowrap; direction: ltr; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } .mdo:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: .3; } .mdo:after { opacity: 1; } /* Rules for sizing the icon. */ .mdo-18 { font-size: 18px; } .mdo-24 { font-size: 24px; } .mdo-36 { font-size: 36px; } .mdo-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .mdo-dark { color: rgba(0, 0, 0, 0.54); } .mdo-dark.mdo-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .mdo-light { color: white; } .mdo-light.mdo-inactive { color: rgba(255, 255, 255, 0.3); } /* Icons. */ .mdo-360:after { content: '\e000'; } .mdo-3d_rotation:after { content: '\e001'; } .mdo-4k:after { content: '\e002'; } .mdo-ac_unit:after { content: '\e004'; } .mdo-access_alarm:after { content: '\e005'; } .mdo-access_alarms:after { content: '\e007'; } .mdo-access_time:after { content: '\e009'; } .mdo-accessibility:after { content: '\e00b'; } .mdo-accessibility_new:after { content: '\e00c'; } .mdo-accessible:after { content: '\e00d'; } .mdo-accessible_forward:after { content: '\e00e'; } .mdo-account_balance:after { content: '\e00f'; } .mdo-account_balance_wallet:after { content: '\e011'; } .mdo-account_box:after { content: '\e013'; } .mdo-account_circle:after { content: '\e015'; } .mdo-account_tree:after { content: '\e017'; } .mdo-adb:after { content: '\e019'; } .mdo-add:after { content: '\e01a'; } .mdo-add_a_photo:after { content: '\e01b'; } .mdo-add_alarm:after { content: '\e01d'; } .mdo-add_alert:after { content: '\e01f'; } .mdo-add_box:after { content: '\e021'; } .mdo-add_circle:after { content: '\e023'; } .mdo-add_circle_outline:after { content: '\e025'; } .mdo-add_comment:after { content: '\e026'; } .mdo-add_location:after { content: '\e028'; } .mdo-add_photo_alternate:after { content: '\e02a'; } .mdo-add_shopping_cart:after { content: '\e02c'; } .mdo-add_to_home_screen:after { content: '\e02d'; } .mdo-add_to_photos:after { content: '\e02e'; } .mdo-add_to_queue:after { content: '\e030'; } .mdo-adjust:after { content: '\e032'; } .mdo-airline_seat_flat:after { content: '\e033'; } .mdo-airline_seat_flat_angled:after { content: '\e035'; } .mdo-airline_seat_individual_suite:after { content: '\e037'; } .mdo-airline_seat_legroom_extra:after { content: '\e039'; } .mdo-airline_seat_legroom_normal:after { content: '\e03a'; } .mdo-airline_seat_legroom_reduced:after { content: '\e03b'; } .mdo-airline_seat_recline_extra:after { content: '\e03c'; } .mdo-airline_seat_recline_normal:after { content: '\e03d'; } .mdo-airplanemode_active:after { content: '\e03e'; } .mdo-airplanemode_inactive:after { content: '\e03f'; } .mdo-airplay:after { content: '\e040'; } .mdo-airport_shuttle:after { content: '\e041'; } .mdo-alarm:after { content: '\e043'; } .mdo-alarm_add:after { content: '\e045'; } .mdo-alarm_off:after { content: '\e047'; } .mdo-alarm_on:after { content: '\e048'; } .mdo-album:after { content: '\e04a'; } .mdo-all_inbox:after { content: '\e04c'; } .mdo-all_inclusive:after { content: '\e04e'; } .mdo-all_out:after { content: '\e04f'; } .mdo-alternate_email:after { content: '\e051'; } .mdo-amp_stories:after { content: '\e053'; } .mdo-android:after { content: '\e055'; } .mdo-announcement:after { content: '\e056'; } .mdo-apartment:after { content: '\e058'; } .mdo-apps:after { content: '\e059'; } .mdo-archive:after { content: '\e05a'; } .mdo-arrow_back:after { content: '\e05c'; } .mdo-arrow_back_ios:after { content: '\e05d'; } .mdo-arrow_downward:after { content: '\e05e'; } .mdo-arrow_drop_down:after { content: '\e05f'; } .mdo-arrow_drop_down_circle:after { content: '\e060'; } .mdo-arrow_drop_up:after { content: '\e062'; } .mdo-arrow_forward:after { content: '\e063'; } .mdo-arrow_forward_ios:after { content: '\e064'; } .mdo-arrow_left:after { content: '\e065'; } .mdo-arrow_right:after { content: '\e066'; } .mdo-arrow_right_alt:after { content: '\e067'; } .mdo-arrow_upward:after { content: '\e068'; } .mdo-art_track:after { content: '\e069'; } .mdo-aspect_ratio:after { content: '\e06a'; } .mdo-assessment:after { content: '\e06c'; } .mdo-assignment:after { content: '\e06e'; } .mdo-assignment_ind:after { content: '\e070'; } .mdo-assignment_late:after { content: '\e072'; } .mdo-assignment_return:after { content: '\e074'; } .mdo-assignment_returned:after { content: '\e076'; } .mdo-assignment_turned_in:after { content: '\e078'; } .mdo-assistant:after { content: '\e07a'; } .mdo-assistant_photo:after { content: '\e07c'; } .mdo-atm:after { content: '\e07e'; } .mdo-attach_file:after { content: '\e07f'; } .mdo-attach_money:after { content: '\e080'; } .mdo-attachment:after { content: '\e081'; } .mdo-audiotrack:after { content: '\e082'; } .mdo-autorenew:after { content: '\e084'; } .mdo-av_timer:after { content: '\e085'; } .mdo-backspace:after { content: '\e086'; } .mdo-backup:after { content: '\e088'; } .mdo-ballot:after { content: '\e08a'; } .mdo-bar_chart:after { content: '\e08c'; } .mdo-barcode:after { content: '\e08d'; } .mdo-bathtub:after { content: '\e08e'; } .mdo-battery_20:after { content: '\e090'; } .mdo-battery_20:before { content: '\e091'; } .mdo-battery_30:after { content: '\e092'; } .mdo-battery_30:before { content: '\e093'; } .mdo-battery_50:after { content: '\e094'; } .mdo-battery_50:before { content: '\e095'; } .mdo-battery_60:after { content: '\e096'; } .mdo-battery_60:before { content: '\e097'; } .mdo-battery_80:after { content: '\e098'; } .mdo-battery_80:before { content: '\e099'; } .mdo-battery_90:after { content: '\e09a'; } .mdo-battery_90:before { content: '\e09b'; } .mdo-battery_alert:after { content: '\e09c'; } .mdo-battery_charging_20:after { content: '\e09d'; } .mdo-battery_charging_20:before { content: '\e09e'; } .mdo-battery_charging_30:after { content: '\e09f'; } .mdo-battery_charging_30:before { content: '\e0a0'; } .mdo-battery_charging_50:after { content: '\e0a1'; } .mdo-battery_charging_50:before { content: '\e0a2'; } .mdo-battery_charging_60:after { content: '\e0a3'; } .mdo-battery_charging_60:before { content: '\e0a4'; } .mdo-battery_charging_80:after { content: '\e0a5'; } .mdo-battery_charging_80:before { content: '\e0a6'; } .mdo-battery_charging_90:after { content: '\e0a7'; } .mdo-battery_charging_90:before { content: '\e0a8'; } .mdo-battery_charging_full:after { content: '\e0a9'; } .mdo-battery_full:after { content: '\e0aa'; } .mdo-battery_std:after { content: '\e0ab'; } .mdo-battery_unknown:after { content: '\e0ac'; } .mdo-beach_access:after { content: '\e0ad'; } .mdo-beenhere:after { content: '\e0af'; } .mdo-block:after { content: '\e0b1'; } .mdo-bluetooth:after { content: '\e0b2'; } .mdo-bluetooth_audio:after { content: '\e0b3'; } .mdo-bluetooth_connected:after { content: '\e0b4'; } .mdo-bluetooth_disabled:after { content: '\e0b5'; } .mdo-bluetooth_searching:after { content: '\e0b6'; } .mdo-blur_circular:after { content: '\e0b7'; } .mdo-blur_linear:after { content: '\e0b8'; } .mdo-blur_off:after { content: '\e0b9'; } .mdo-blur_on:after { content: '\e0ba'; } .mdo-book:after { content: '\e0bb'; } .mdo-bookmark:after { content: '\e0bd'; } .mdo-bookmark_border:after { content: '\e0bf'; } .mdo-bookmarks:after { content: '\e0c0'; } .mdo-border_all:after { content: '\e0c2'; } .mdo-border_bottom:after { content: '\e0c3'; } .mdo-border_clear:after { content: '\e0c4'; } .mdo-border_color:after { content: '\e0c5'; } .mdo-border_color:before { content: '\e0c6'; } .mdo-border_horizontal:after { content: '\e0c7'; } .mdo-border_inner:after { content: '\e0c8'; } .mdo-border_left:after { content: '\e0c9'; } .mdo-border_outer:after { content: '\e0ca'; } .mdo-border_right:after { content: '\e0cb'; } .mdo-border_style:after { content: '\e0cc'; } .mdo-border_top:after { content: '\e0cd'; } .mdo-border_vertical:after { content: '\e0ce'; } .mdo-branding_watermark:after { content: '\e0cf'; } .mdo-brightness_1:after { content: '\e0d1'; } .mdo-brightness_2:after { content: '\e0d3'; } .mdo-brightness_3:after { content: '\e0d5'; } .mdo-brightness_4:after { content: '\e0d7'; } .mdo-brightness_5:after { content: '\e0d9'; } .mdo-brightness_6:after { content: '\e0db'; } .mdo-brightness_7:after { content: '\e0dd'; } .mdo-brightness_auto:after { content: '\e0df'; } .mdo-brightness_high:after { content: '\e0e1'; } .mdo-brightness_low:after { content: '\e0e3'; } .mdo-brightness_medium:after { content: '\e0e5'; } .mdo-broken_image:after { content: '\e0e7'; } .mdo-brush:after { content: '\e0e9'; } .mdo-bubble_chart:after { content: '\e0eb'; } .mdo-bug_report:after { content: '\e0ed'; } .mdo-build:after { content: '\e0ef'; } .mdo-burst_mode:after { content: '\e0f1'; } .mdo-business:after { content: '\e0f3'; } .mdo-business_center:after { content: '\e0f5'; } .mdo-cached:after { content: '\e0f7'; } .mdo-cake:after { content: '\e0f8'; } .mdo-calendar_today:after { content: '\e0fa'; } .mdo-calendar_view_day:after { content: '\e0fc'; } .mdo-call:after { content: '\e0fe'; } .mdo-call_end:after { content: '\e100'; } .mdo-call_made:after { content: '\e102'; } .mdo-call_merge:after { content: '\e103'; } .mdo-call_missed:after { content: '\e104'; } .mdo-call_missed_outgoing:after { content: '\e105'; } .mdo-call_received:after { content: '\e106'; } .mdo-call_split:after { content: '\e107'; } .mdo-call_to_action:after { content: '\e108'; } .mdo-camera:after { content: '\e10a'; } .mdo-camera_alt:after { content: '\e10c'; } .mdo-camera_enhance:after { content: '\e10e'; } .mdo-camera_front:after { content: '\e110'; } .mdo-camera_rear:after { content: '\e112'; } .mdo-camera_roll:after { content: '\e114'; } .mdo-cancel:after { content: '\e116'; } .mdo-cancel_presentation:after { content: '\e118'; } .mdo-cancel_schedule_send:after { content: '\e11a'; } .mdo-card_giftcard:after { content: '\e11c'; } .mdo-card_membership:after { content: '\e11e'; } .mdo-card_travel:after { content: '\e120'; } .mdo-casino:after { content: '\e122'; } .mdo-cast:after { content: '\e124'; } .mdo-cast_connected:after { content: '\e125'; } .mdo-cast_for_education:after { content: '\e127'; } .mdo-category:after { content: '\e128'; } .mdo-cell_wifi:after { content: '\e12a'; } .mdo-cell_wifi:before { content: '\e12b'; } .mdo-center_focus_strong:after { content: '\e12c'; } .mdo-center_focus_weak:after { content: '\e12e'; } .mdo-change_history:after { content: '\e130'; } .mdo-chat:after { content: '\e132'; } .mdo-chat_bubble:after { content: '\e134'; } .mdo-chat_bubble_outline:after { content: '\e136'; } .mdo-check:after { content: '\e137'; } .mdo-check_box:after { content: '\e138'; } .mdo-check_box_outline_blank:after { content: '\e13a'; } .mdo-check_circle:after { content: '\e13b'; } .mdo-check_circle_outline:after { content: '\e13d'; } .mdo-chevron_left:after { content: '\e13e'; } .mdo-chevron_right:after { content: '\e13f'; } .mdo-child_care:after { content: '\e140'; } .mdo-child_friendly:after { content: '\e142'; } .mdo-chrome_reader_mode:after { content: '\e144'; } .mdo-class:after { content: '\e146'; } .mdo-clear:after { content: '\e148'; } .mdo-clear_all:after { content: '\e149'; } .mdo-close:after { content: '\e14a'; } .mdo-closed_caption:after { content: '\e14b'; } .mdo-cloud:after { content: '\e14d'; } .mdo-cloud_circle:after { content: '\e14f'; } .mdo-cloud_done:after { content: '\e151'; } .mdo-cloud_download:after { content: '\e153'; } .mdo-cloud_off:after { content: '\e155'; } .mdo-cloud_queue:after { content: '\e157'; } .mdo-cloud_upload:after { content: '\e159'; } .mdo-code:after { content: '\e15b'; } .mdo-collections:after { content: '\e15c'; } .mdo-collections_bookmark:after { content: '\e15e'; } .mdo-color_lens:after { content: '\e160'; } .mdo-colorize:after { content: '\e162'; } .mdo-comment:after { content: '\e164'; } .mdo-commute:after { content: '\e166'; } .mdo-compare:after { content: '\e167'; } .mdo-compare_arrows:after { content: '\e169'; } .mdo-compass_calibration:after { content: '\e16a'; } .mdo-computer:after { content: '\e16c'; } .mdo-confirmation_number:after { content: '\e16e'; } .mdo-contact_mail:after { content: '\e170'; } .mdo-contact_phone:after { content: '\e172'; } .mdo-contact_support:after { content: '\e174'; } .mdo-contactless:after { content: '\e176'; } .mdo-contacts:after { content: '\e178'; } .mdo-content_copy:after { content: '\e17a'; } .mdo-content_cut:after { content: '\e17c'; } .mdo-content_paste:after { content: '\e17e'; } .mdo-control_camera:after { content: '\e180'; } .mdo-control_point:after { content: '\e181'; } .mdo-control_point_duplicate:after { content: '\e183'; } .mdo-copyright:after { content: '\e185'; } .mdo-create:after { content: '\e187'; } .mdo-create_new_folder:after { content: '\e189'; } .mdo-credit_card:after { content: '\e18b'; } .mdo-crop:after { content: '\e18d'; } .mdo-crop_16_9:after { content: '\e18e'; } .mdo-crop_3_2:after { content: '\e18f'; } .mdo-crop_5_4:after { content: '\e190'; } .mdo-crop_7_5:after { content: '\e191'; } .mdo-crop_din:after { content: '\e192'; } .mdo-crop_free:after { content: '\e193'; } .mdo-crop_landscape:after { content: '\e194'; } .mdo-crop_original:after { content: '\e195'; } .mdo-crop_portrait:after { content: '\e196'; } .mdo-crop_rotate:after { content: '\e197'; } .mdo-crop_square:after { content: '\e198'; } .mdo-dashboard:after { content: '\e199'; } .mdo-data_usage:after { content: '\e19b'; } .mdo-date_range:after { content: '\e19c'; } .mdo-deck:after { content: '\e19e'; } .mdo-dehaze:after { content: '\e1a0'; } .mdo-delete:after { content: '\e1a1'; } .mdo-delete_forever:after { content: '\e1a3'; } .mdo-delete_outline:after { content: '\e1a5'; } .mdo-delete_sweep:after { content: '\e1a6'; } .mdo-departure_board:after { content: '\e1a8'; } .mdo-description:after { content: '\e1aa'; } .mdo-desktop_access_disabled:after { content: '\e1ac'; } .mdo-desktop_mac:after { content: '\e1ae'; } .mdo-desktop_windows:after { content: '\e1b0'; } .mdo-details:after { content: '\e1b2'; } .mdo-developer_board:after { content: '\e1b4'; } .mdo-developer_mode:after { content: '\e1b6'; } .mdo-device_hub:after { content: '\e1b7'; } .mdo-device_unknown:after { content: '\e1b8'; } .mdo-devices:after { content: '\e1ba'; } .mdo-devices_other:after { content: '\e1bc'; } .mdo-dialer_sip:after { content: '\e1be'; } .mdo-dialpad:after { content: '\e1c0'; } .mdo-directions:after { content: '\e1c1'; } .mdo-directions_bike:after { content: '\e1c3'; } .mdo-directions_boat:after { content: '\e1c4'; } .mdo-directions_bus:after { content: '\e1c6'; } .mdo-directions_car:after { content: '\e1c8'; } .mdo-directions_railway:after { content: '\e1ca'; } .mdo-directions_run:after { content: '\e1cc'; } .mdo-directions_subway:after { content: '\e1cd'; } .mdo-directions_transit:after { content: '\e1cf'; } .mdo-directions_walk:after { content: '\e1d1'; } .mdo-disc_full:after { content: '\e1d2'; } .mdo-divide:after { content: '\e1d4'; } .mdo-dns:after { content: '\e1d6'; } .mdo-do_not_disturb:after { content: '\e1d8'; } .mdo-do_not_disturb_alt:after { content: '\e1da'; } .mdo-do_not_disturb_off:after { content: '\e1dc'; } .mdo-dock:after { content: '\e1de'; } .mdo-domain:after { content: '\e1e0'; } .mdo-domain_disabled:after { content: '\e1e2'; } .mdo-done:after { content: '\e1e4'; } .mdo-done_all:after { content: '\e1e5'; } .mdo-done_outline:after { content: '\e1e6'; } .mdo-donut_large:after { content: '\e1e7'; } .mdo-donut_small:after { content: '\e1e8'; } .mdo-double_arrow:after { content: '\e1ea'; } .mdo-drafts:after { content: '\e1eb'; } .mdo-drag_handle:after { content: '\e1ed'; } .mdo-drag_indicator:after { content: '\e1ee'; } .mdo-drive_eta:after { content: '\e1ef'; } .mdo-duo:after { content: '\e1f1'; } .mdo-dvr:after { content: '\e1f2'; } .mdo-dynamic_feed:after { content: '\e1f4'; } .mdo-eco:after { content: '\e1f6'; } .mdo-edit:after { content: '\e1f8'; } .mdo-edit_attributes:after { content: '\e1fa'; } .mdo-edit_location:after { content: '\e1fc'; } .mdo-eject:after { content: '\e1fe'; } .mdo-email:after { content: '\e200'; } .mdo-emoji_emotions:after { content: '\e202'; } .mdo-emoji_events:after { content: '\e204'; } .mdo-emoji_flags:after { content: '\e206'; } .mdo-emoji_food_beverage:after { content: '\e208'; } .mdo-emoji_nature:after { content: '\e20a'; } .mdo-emoji_objects:after { content: '\e20c'; } .mdo-emoji_people:after { content: '\e20e'; } .mdo-emoji_symbols:after { content: '\e20f'; } .mdo-emoji_transportation:after { content: '\e210'; } .mdo-enhanced_encryption:after { content: '\e211'; } .mdo-equalizer:after { content: '\e213'; } .mdo-equals:after { content: '\e214'; } .mdo-error:after { content: '\e215'; } .mdo-error_outline:after { content: '\e217'; } .mdo-euro:after { content: '\e218'; } .mdo-euro_symbol:after { content: '\e219'; } .mdo-ev_station:after { content: '\e21a'; } .mdo-event:after { content: '\e21c'; } .mdo-event_available:after { content: '\e21e'; } .mdo-event_busy:after { content: '\e220'; } .mdo-event_note:after { content: '\e222'; } .mdo-event_seat:after { content: '\e224'; } .mdo-exit_to_app:after { content: '\e226'; } .mdo-expand_less:after { content: '\e227'; } .mdo-expand_more:after { content: '\e228'; } .mdo-explicit:after { content: '\e229'; } .mdo-explore:after { content: '\e22b'; } .mdo-explore_off:after { content: '\e22d'; } .mdo-exposure:after { content: '\e22f'; } .mdo-exposure_neg_1:after { content: '\e231'; } .mdo-exposure_neg_2:after { content: '\e232'; } .mdo-exposure_plus_1:after { content: '\e233'; } .mdo-exposure_plus_2:after { content: '\e234'; } .mdo-exposure_zero:after { content: '\e235'; } .mdo-extension:after { content: '\e236'; } .mdo-face:after { content: '\e238'; } .mdo-fast_forward:after { content: '\e23a'; } .mdo-fast_rewind:after { content: '\e23c'; } .mdo-fastfood:after { content: '\e23e'; } .mdo-favorite:after { content: '\e240'; } .mdo-favorite_border:after { content: '\e242'; } .mdo-featured_play_list:after { content: '\e243'; } .mdo-featured_video:after { content: '\e245'; } .mdo-feedback:after { content: '\e247'; } .mdo-fiber_dvr:after { content: '\e249'; } .mdo-fiber_manual_record:after { content: '\e24b'; } .mdo-fiber_new:after { content: '\e24d'; } .mdo-fiber_pin:after { content: '\e24f'; } .mdo-fiber_smart_record:after { content: '\e251'; } .mdo-file_copy:after { content: '\e253'; } .mdo-file_upload:after { content: '\e255'; } .mdo-filter:after { content: '\e257'; } .mdo-filter_1:after { content: '\e259'; } .mdo-filter_2:after { content: '\e25b'; } .mdo-filter_3:after { content: '\e25d'; } .mdo-filter_4:after { content: '\e25f'; } .mdo-filter_5:after { content: '\e261'; } .mdo-filter_6:after { content: '\e263'; } .mdo-filter_7:after { content: '\e265'; } .mdo-filter_8:after { content: '\e267'; } .mdo-filter_9:after { content: '\e269'; } .mdo-filter_9_plus:after { content: '\e26b'; } .mdo-filter_b_and_w:after { content: '\e26d'; } .mdo-filter_center_focus:after { content: '\e26f'; } .mdo-filter_drama:after { content: '\e270'; } .mdo-filter_frames:after { content: '\e272'; } .mdo-filter_hdr:after { content: '\e274'; } .mdo-filter_list:after { content: '\e276'; } .mdo-filter_none:after { content: '\e277'; } .mdo-filter_tilt_shift:after { content: '\e279'; } .mdo-filter_vintage:after { content: '\e27a'; } .mdo-find_in_page:after { content: '\e27c'; } .mdo-find_replace:after { content: '\e27e'; } .mdo-fingerprint:after { content: '\e27f'; } .mdo-fireplace:after { content: '\e280'; } .mdo-first_page:after { content: '\e282'; } .mdo-fitness_center:after { content: '\e283'; } .mdo-flag:after { content: '\e284'; } .mdo-flare:after { content: '\e286'; } .mdo-flash_auto:after { content: '\e287'; } .mdo-flash_off:after { content: '\e288'; } .mdo-flash_on:after { content: '\e289'; } .mdo-flight:after { content: '\e28a'; } .mdo-flight_land:after { content: '\e28b'; } .mdo-flight_takeoff:after { content: '\e28c'; } .mdo-flip:after { content: '\e28d'; } .mdo-flip_camera_android:after { content: '\e28e'; } .mdo-flip_camera_ios:after { content: '\e290'; } .mdo-flip_to_back:after { content: '\e292'; } .mdo-flip_to_front:after { content: '\e293'; } .mdo-folder:after { content: '\e294'; } .mdo-folder_open:after { content: '\e296'; } .mdo-folder_shared:after { content: '\e298'; } .mdo-folder_special:after { content: '\e29a'; } .mdo-font_download:after { content: '\e29c'; } .mdo-format_align_center:after { content: '\e29e'; } .mdo-format_align_justify:after { content: '\e29f'; } .mdo-format_align_left:after { content: '\e2a0'; } .mdo-format_align_right:after { content: '\e2a1'; } .mdo-format_bold:after { content: '\e2a2'; } .mdo-format_clear:after { content: '\e2a3'; } .mdo-format_color_fill:after { content: '\e2a4'; } .mdo-format_color_fill:before { content: '\e2a5'; } .mdo-format_color_reset:after { content: '\e2a6'; } .mdo-format_color_text:after { content: '\e2a8'; } .mdo-format_color_text:before { content: '\e2a9'; } .mdo-format_indent_decrease:after { content: '\e2aa'; } .mdo-format_indent_increase:after { content: '\e2ab'; } .mdo-format_italic:after { content: '\e2ac'; } .mdo-format_line_spacing:after { content: '\e2ad'; } .mdo-format_list_bulleted:after { content: '\e2ae'; } .mdo-format_list_numbered:after { content: '\e2af'; } .mdo-format_list_numbered_rtl:after { content: '\e2b0'; } .mdo-format_paint:after { content: '\e2b1'; } .mdo-format_quote:after { content: '\e2b3'; } .mdo-format_shapes:after { content: '\e2b5'; } .mdo-format_size:after { content: '\e2b7'; } .mdo-format_strikethrough:after { content: '\e2b8'; } .mdo-format_textdirection_l_to_r:after { content: '\e2b9'; } .mdo-format_textdirection_r_to_l:after { content: '\e2bb'; } .mdo-format_underlined:after { content: '\e2bd'; } .mdo-forum:after { content: '\e2be'; } .mdo-forward:after { content: '\e2c0'; } .mdo-forward_10:after { content: '\e2c2'; } .mdo-forward_30:after { content: '\e2c3'; } .mdo-forward_5:after { content: '\e2c4'; } .mdo-free_breakfast:after { content: '\e2c5'; } .mdo-fullscreen:after { content: '\e2c7'; } .mdo-fullscreen_exit:after { content: '\e2c8'; } .mdo-functions:after { content: '\e2c9'; } .mdo-g_translate:after { content: '\e2ca'; } .mdo-gamepad:after { content: '\e2cb'; } .mdo-games:after { content: '\e2cd'; } .mdo-gavel:after { content: '\e2cf'; } .mdo-gesture:after { content: '\e2d0'; } .mdo-get_app:after { content: '\e2d1'; } .mdo-gif:after { content: '\e2d3'; } .mdo-golf_course:after { content: '\e2d5'; } .mdo-gps_fixed:after { content: '\e2d7'; } .mdo-gps_not_fixed:after { content: '\e2d9'; } .mdo-gps_off:after { content: '\e2da'; } .mdo-grade:after { content: '\e2db'; } .mdo-gradient:after { content: '\e2dd'; } .mdo-grain:after { content: '\e2de'; } .mdo-graphic_eq:after { content: '\e2df'; } .mdo-greater_than:after { content: '\e2e0'; } .mdo-greater_than_equal:after { content: '\e2e1'; } .mdo-grid_off:after { content: '\e2e2'; } .mdo-grid_on:after { content: '\e2e4'; } .mdo-group:after { content: '\e2e6'; } .mdo-group_add:after { content: '\e2e8'; } .mdo-group_work:after { content: '\e2ea'; } .mdo-hd:after { content: '\e2ec'; } .mdo-hdr_off:after { content: '\e2ee'; } .mdo-hdr_on:after { content: '\e2ef'; } .mdo-hdr_strong:after { content: '\e2f0'; } .mdo-hdr_weak:after { content: '\e2f2'; } .mdo-headset:after { content: '\e2f4'; } .mdo-headset_mic:after { content: '\e2f6'; } .mdo-healing:after { content: '\e2f8'; } .mdo-hearing:after { content: '\e2fa'; } .mdo-height:after { content: '\e2fb'; } .mdo-help:after { content: '\e2fc'; } .mdo-help_outline:after { content: '\e2fe'; } .mdo-high_quality:after { content: '\e2ff'; } .mdo-highlight:after { content: '\e301'; } .mdo-highlight_off:after { content: '\e303'; } .mdo-history:after { content: '\e305'; } .mdo-home:after { content: '\e306'; } .mdo-home_work:after { content: '\e308'; } .mdo-horizontal_split:after { content: '\e30a'; } .mdo-hot_tub:after { content: '\e30c'; } .mdo-hotel:after { content: '\e30d'; } .mdo-hourglass_empty:after { content: '\e30f'; } .mdo-hourglass_full:after { content: '\e310'; } .mdo-house:after { content: '\e312'; } .mdo-how_to_reg:after { content: '\e314'; } .mdo-how_to_vote:after { content: '\e316'; } .mdo-http:after { content: '\e318'; } .mdo-https:after { content: '\e319'; } .mdo-image:after { content: '\e31b'; } .mdo-image_aspect_ratio:after { content: '\e31d'; } .mdo-image_search:after { content: '\e31f'; } .mdo-import_contacts:after { content: '\e321'; } .mdo-import_export:after { content: '\e323'; } .mdo-important_devices:after { content: '\e324'; } .mdo-inbox:after { content: '\e326'; } .mdo-indeterminate_check_box:after { content: '\e328'; } .mdo-info:after { content: '\e32a'; } .mdo-input:after { content: '\e32c'; } .mdo-insert_chart:after { content: '\e32d'; } .mdo-insert_chart_outlined:after { content: '\e32f'; } .mdo-insert_comment:after { content: '\e330'; } .mdo-insert_drive_file:after { content: '\e332'; } .mdo-insert_emoticon:after { content: '\e334'; } .mdo-insert_invitation:after { content: '\e336'; } .mdo-insert_link:after { content: '\e338'; } .mdo-insert_photo:after { content: '\e339'; } .mdo-invert_colors:after { content: '\e33b'; } .mdo-invert_colors_off:after { content: '\e33d'; } .mdo-iso:after { content: '\e33f'; } .mdo-keyboard:after { content: '\e341'; } .mdo-keyboard_arrow_down:after { content: '\e343'; } .mdo-keyboard_arrow_left:after { content: '\e344'; } .mdo-keyboard_arrow_right:after { content: '\e345'; } .mdo-keyboard_arrow_up:after { content: '\e346'; } .mdo-keyboard_backspace:after { content: '\e347'; } .mdo-keyboard_capslock:after { content: '\e348'; } .mdo-keyboard_hide:after { content: '\e349'; } .mdo-keyboard_return:after { content: '\e34b'; } .mdo-keyboard_tab:after { content: '\e34c'; } .mdo-keyboard_voice:after { content: '\e34d'; } .mdo-king_bed:after { content: '\e34f'; } .mdo-kitchen:after { content: '\e351'; } .mdo-label:after { content: '\e353'; } .mdo-label_important:after { content: '\e355'; } .mdo-label_off:after { content: '\e357'; } .mdo-landscape:after { content: '\e359'; } .mdo-language:after { content: '\e35b'; } .mdo-laptop:after { content: '\e35d'; } .mdo-laptop_chromebook:after { content: '\e35f'; } .mdo-laptop_mac:after { content: '\e361'; } .mdo-laptop_windows:after { content: '\e363'; } .mdo-last_page:after { content: '\e365'; } .mdo-launch:after { content: '\e366'; } .mdo-layers:after { content: '\e367'; } .mdo-layers_clear:after { content: '\e369'; } .mdo-leak_add:after { content: '\e36b'; } .mdo-leak_remove:after { content: '\e36c'; } .mdo-lens:after { content: '\e36d'; } .mdo-less_than:after { content: '\e36f'; } .mdo-less_than_equal:after { content: '\e370'; } .mdo-library_add:after { content: '\e371'; } .mdo-library_books:after { content: '\e373'; } .mdo-library_music:after { content: '\e375'; } .mdo-lightbulb:after { content: '\e377'; } .mdo-line_style:after { content: '\e379'; } .mdo-line_weight:after { content: '\e37a'; } .mdo-linear_scale:after { content: '\e37b'; } .mdo-link:after { content: '\e37c'; } .mdo-link_off:after { content: '\e37e'; } .mdo-linked_camera:after { content: '\e37f'; } .mdo-list:after { content: '\e381'; } .mdo-list_alt:after { content: '\e382'; } .mdo-live_help:after { content: '\e384'; } .mdo-live_tv:after { content: '\e386'; } .mdo-local_activity:after { content: '\e388'; } .mdo-local_airport:after { content: '\e38a'; } .mdo-local_atm:after { content: '\e38b'; } .mdo-local_bar:after { content: '\e38d'; } .mdo-local_cafe:after { content: '\e38f'; } .mdo-local_car_wash:after { content: '\e391'; } .mdo-local_convenience_store:after { content: '\e393'; } .mdo-local_dining:after { content: '\e395'; } .mdo-local_drink:after { content: '\e396'; } .mdo-local_florist:after { content: '\e398'; } .mdo-local_gas_station:after { content: '\e39a'; } .mdo-local_grocery_store:after { content: '\e39c'; } .mdo-local_hospital:after { content: '\e39e'; } .mdo-local_hotel:after { content: '\e3a0'; } .mdo-local_laundry_service:after { content: '\e3a2'; } .mdo-local_library:after { content: '\e3a4'; } .mdo-local_mall:after { content: '\e3a6'; } .mdo-local_movies:after { content: '\e3a8'; } .mdo-local_offer:after { content: '\e3aa'; } .mdo-local_parking:after { content: '\e3ac'; } .mdo-local_pharmacy:after { content: '\e3ad'; } .mdo-local_phone:after { content: '\e3af'; } .mdo-local_pizza:after { content: '\e3b1'; } .mdo-local_play:after { content: '\e3b3'; } .mdo-local_post_office:after { content: '\e3b5'; } .mdo-local_printshop:after { content: '\e3b7'; } .mdo-local_see:after { content: '\e3b9'; } .mdo-local_shipping:after { content: '\e3bb'; } .mdo-local_taxi:after { content: '\e3bd'; } .mdo-location_city:after { content: '\e3bf'; } .mdo-location_disabled:after { content: '\e3c0'; } .mdo-location_off:after { content: '\e3c1'; } .mdo-location_on:after { content: '\e3c2'; } .mdo-location_searching:after { content: '\e3c4'; } .mdo-lock:after { content: '\e3c5'; } .mdo-lock_open:after { content: '\e3c7'; } .mdo-log_in:after { content: '\e3c9'; } .mdo-log_out:after { content: '\e3ca'; } .mdo-looks:after { content: '\e3cb'; } .mdo-looks_3:after { content: '\e3cc'; } .mdo-looks_4:after { content: '\e3ce'; } .mdo-looks_5:after { content: '\e3d0'; } .mdo-looks_6:after { content: '\e3d2'; } .mdo-looks_one:after { content: '\e3d4'; } .mdo-looks_two:after { content: '\e3d6'; } .mdo-loop:after { content: '\e3d8'; } .mdo-loupe:after { content: '\e3d9'; } .mdo-low_priority:after { content: '\e3db'; } .mdo-loyalty:after { content: '\e3dc'; } .mdo-mail:after { content: '\e3de'; } .mdo-mail_outline:after { content: '\e3e0'; } .mdo-map:after { content: '\e3e1'; } .mdo-markunread:after { content: '\e3e3'; } .mdo-markunread_mailbox:after { content: '\e3e5'; } .mdo-maximize:after { content: '\e3e7'; } .mdo-meeting_room:after { content: '\e3e8'; } .mdo-memory:after { content: '\e3ea'; } .mdo-menu:after { content: '\e3ec'; } .mdo-menu_book:after { content: '\e3ed'; } .mdo-menu_open:after { content: '\e3ef'; } .mdo-merge_type:after { content: '\e3f0'; } .mdo-message:after { content: '\e3f1'; } .mdo-mic:after { content: '\e3f3'; } .mdo-mic_none:after { content: '\e3f5'; } .mdo-mic_off:after { content: '\e3f7'; } .mdo-minimize:after { content: '\e3f9'; } .mdo-minus:after { content: '\e3fa'; } .mdo-missed_video_call:after { content: '\e3fb'; } .mdo-mms:after { content: '\e3fd'; } .mdo-mobile_friendly:after { content: '\e3ff'; } .mdo-mobile_off:after { content: '\e400'; } .mdo-mobile_screen_share:after { content: '\e401'; } .mdo-mode_comment:after { content: '\e403'; } .mdo-monetization_on:after { content: '\e405'; } .mdo-money:after { content: '\e407'; } .mdo-money_off:after { content: '\e409'; } .mdo-monochrome_photos:after { content: '\e40a'; } .mdo-mood:after { content: '\e40c'; } .mdo-mood_bad:after { content: '\e40e'; } .mdo-more:after { content: '\e410'; } .mdo-more_horiz:after { content: '\e412'; } .mdo-more_vert:after { content: '\e413'; } .mdo-motorcycle:after { content: '\e414'; } .mdo-mouse:after { content: '\e416'; } .mdo-move_to_inbox:after { content: '\e418'; } .mdo-movie:after { content: '\e41a'; } .mdo-movie_creation:after { content: '\e41c'; } .mdo-movie_filter:after { content: '\e41e'; } .mdo-multiline_chart:after { content: '\e420'; } .mdo-museum:after { content: '\e421'; } .mdo-music_note:after { content: '\e423'; } .mdo-music_off:after { content: '\e425'; } .mdo-music_video:after { content: '\e427'; } .mdo-my_location:after { content: '\e429'; } .mdo-nature:after { content: '\e42b'; } .mdo-nature_people:after { content: '\e42d'; } .mdo-navigate_before:after { content: '\e42f'; } .mdo-navigate_next:after { content: '\e430'; } .mdo-navigation:after { content: '\e431'; } .mdo-near_me:after { content: '\e433'; } .mdo-network_cell:after { content: '\e435'; } .mdo-network_cell:before { content: '\e436'; } .mdo-network_check:after { content: '\e437'; } .mdo-network_locked:after { content: '\e438'; } .mdo-network_wifi:after { content: '\e439'; } .mdo-network_wifi:before { content: '\e43a'; } .mdo-new_releases:after { content: '\e43b'; } .mdo-next_week:after { content: '\e43d'; } .mdo-nfc:after { content: '\e43f'; } .mdo-nights_stay:after { content: '\e440'; } .mdo-no_encryption:after { content: '\e442'; } .mdo-no_meeting_room:after { content: '\e444'; } .mdo-no_sim:after { content: '\e446'; } .mdo-not_equal:after { content: '\e448'; } .mdo-not_interested:after { content: '\e449'; } .mdo-not_listed_location:after { content: '\e44a'; } .mdo-note:after { content: '\e44c'; } .mdo-note_add:after { content: '\e44e'; } .mdo-notes:after { content: '\e450'; } .mdo-notification_important:after { content: '\e451'; } .mdo-notifications:after { content: '\e453'; } .mdo-notifications_active:after { content: '\e455'; } .mdo-notifications_none:after { content: '\e457'; } .mdo-notifications_off:after { content: '\e459'; } .mdo-notifications_paused:after { content: '\e45b'; } .mdo-offline_bolt:after { content: '\e45d'; } .mdo-offline_pin:after { content: '\e45f'; } .mdo-ondemand_video:after { content: '\e461'; } .mdo-opacity:after { content: '\e463'; } .mdo-open_in_browser:after { content: '\e465'; } .mdo-open_in_new:after { content: '\e466'; } .mdo-open_with:after { content: '\e467'; } .mdo-outdoor_grill:after { content: '\e468'; } .mdo-outlined_flag:after { content: '\e46a'; } .mdo-pages:after { content: '\e46b'; } .mdo-pageview:after { content: '\e46d'; } .mdo-palette:after { content: '\e46f'; } .mdo-pan_tool:after { content: '\e471'; } .mdo-panorama:after { content: '\e473'; } .mdo-panorama_fish_eye:after { content: '\e475'; } .mdo-panorama_horizontal:after { content: '\e477'; } .mdo-panorama_vertical:after { content: '\e479'; } .mdo-panorama_wide_angle:after { content: '\e47b'; } .mdo-party_mode:after { content: '\e47d'; } .mdo-pause:after { content: '\e47f'; } .mdo-pause_circle_filled:after { content: '\e480'; } .mdo-pause_circle_outline:after { content: '\e482'; } .mdo-pause_presentation:after { content: '\e483'; } .mdo-payment:after { content: '\e485'; } .mdo-people:after { content: '\e487'; } .mdo-people_alt:after { content: '\e489'; } .mdo-people_outline:after { content: '\e48b'; } .mdo-percentage:after { content: '\e48d'; } .mdo-perm_camera_mic:after { content: '\e48f'; } .mdo-perm_contact_calendar:after { content: '\e491'; } .mdo-perm_data_setting:after { content: '\e493'; } .mdo-perm_device_information:after { content: '\e494'; } .mdo-perm_identity:after { content: '\e496'; } .mdo-perm_media:after { content: '\e498'; } .mdo-perm_phone_msg:after { content: '\e49a'; } .mdo-perm_scan_wifi:after { content: '\e49c'; } .mdo-person:after { content: '\e49e'; } .mdo-person_add:after { content: '\e4a0'; } .mdo-person_add_disabled:after { content: '\e4a2'; } .mdo-person_outline:after { content: '\e4a4'; } .mdo-person_pin:after { content: '\e4a6'; } .mdo-person_pin_circle:after { content: '\e4a8'; } .mdo-personal_video:after { content: '\e4aa'; } .mdo-pets:after { content: '\e4ac'; } .mdo-phone:after { content: '\e4ad'; } .mdo-phone_android:after { content: '\e4af'; } .mdo-phone_bluetooth_speaker:after { content: '\e4b1'; } .mdo-phone_callback:after { content: '\e4b3'; } .mdo-phone_disabled:after { content: '\e4b5'; } .mdo-phone_enabled:after { content: '\e4b6'; } .mdo-phone_forwarded:after { content: '\e4b7'; } .mdo-phone_in_talk:after { content: '\e4b9'; } .mdo-phone_iphone:after { content: '\e4bb'; } .mdo-phone_locked:after { content: '\e4bd'; } .mdo-phone_missed:after { content: '\e4bf'; } .mdo-phone_paused:after { content: '\e4c1'; } .mdo-phonelink:after { content: '\e4c3'; } .mdo-phonelink_erase:after { content: '\e4c5'; } .mdo-phonelink_lock:after { content: '\e4c6'; } .mdo-phonelink_off:after { content: '\e4c7'; } .mdo-phonelink_ring:after { content: '\e4c9'; } .mdo-phonelink_setup:after { content: '\e4cb'; } .mdo-photo:after { content: '\e4cc'; } .mdo-photo_album:after { content: '\e4ce'; } .mdo-photo_camera:after { content: '\e4d0'; } .mdo-photo_filter:after { content: '\e4d2'; } .mdo-photo_library:after { content: '\e4d3'; } .mdo-photo_size_select_actual:after { content: '\e4d5'; } .mdo-photo_size_select_large:after { content: '\e4d7'; } .mdo-photo_size_select_small:after { content: '\e4d8'; } .mdo-picture_as_pdf:after { content: '\e4d9'; } .mdo-picture_in_picture:after { content: '\e4db'; } .mdo-picture_in_picture_alt:after { content: '\e4dd'; } .mdo-pie_chart:after { content: '\e4df'; } .mdo-pin:after { content: '\e4e1'; } .mdo-pin_drop:after { content: '\e4e3'; } .mdo-pin_off:after { content: '\e4e5'; } .mdo-place:after { content: '\e4e7'; } .mdo-play_arrow:after { content: '\e4e9'; } .mdo-play_circle_filled:after { content: '\e4eb'; } .mdo-play_circle_filled_white:after { content: '\e4ed'; } .mdo-play_circle_outline:after { content: '\e4ef'; } .mdo-play_for_work:after { content: '\e4f0'; } .mdo-playlist_add:after { content: '\e4f1'; } .mdo-playlist_add_check:after { content: '\e4f2'; } .mdo-playlist_play:after { content: '\e4f3'; } .mdo-plus:after { content: '\e4f4'; } .mdo-plus_minus:after { content: '\e4f5'; } .mdo-plus_minus_alt:after { content: '\e4f6'; } .mdo-plus_one:after { content: '\e4f7'; } .mdo-policy:after { content: '\e4f8'; } .mdo-poll:after { content: '\e4fa'; } .mdo-polymer:after { content: '\e4fc'; } .mdo-pool:after { content: '\e4fd'; } .mdo-portable_wifi_off:after { content: '\e4ff'; } .mdo-portrait:after { content: '\e500'; } .mdo-post_add:after { content: '\e502'; } .mdo-power:after { content: '\e503'; } .mdo-power_input:after { content: '\e505'; } .mdo-power_off:after { content: '\e506'; } .mdo-power_settings_new:after { content: '\e508'; } .mdo-pregnant_woman:after { content: '\e509'; } .mdo-present_to_all:after { content: '\e50a'; } .mdo-print:after { content: '\e50c'; } .mdo-print_disabled:after { content: '\e50e'; } .mdo-priority_high:after { content: '\e510'; } .mdo-public:after { content: '\e511'; } .mdo-publish:after { content: '\e513'; } .mdo-qrcode:after { content: '\e515'; } .mdo-query_builder:after { content: '\e517'; } .mdo-question_answer:after { content: '\e519'; } .mdo-queue:after { content: '\e51b'; } .mdo-queue_music:after { content: '\e51d'; } .mdo-queue_play_next:after { content: '\e51f'; } .mdo-radio:after { content: '\e520'; } .mdo-radio_button_checked:after { content: '\e522'; } .mdo-radio_button_unchecked:after { content: '\e523'; } .mdo-rate_review:after { content: '\e524'; } .mdo-receipt:after { content: '\e526'; } .mdo-recent_actors:after { content: '\e528'; } .mdo-record_voice_over:after { content: '\e52a'; } .mdo-redeem:after { content: '\e52c'; } .mdo-redo:after { content: '\e52e'; } .mdo-refresh:after { content: '\e52f'; } .mdo-remove:after { content: '\e530'; } .mdo-remove_circle:after { content: '\e531'; } .mdo-remove_circle_outline:after { content: '\e533'; } .mdo-remove_from_queue:after { content: '\e534'; } .mdo-remove_red_eye:after { content: '\e536'; } .mdo-remove_shopping_cart:after { content: '\e538'; } .mdo-reorder:after { content: '\e53a'; } .mdo-repeat:after { content: '\e53b'; } .mdo-repeat_one:after { content: '\e53c'; } .mdo-replay:after { content: '\e53d'; } .mdo-replay_10:after { content: '\e53e'; } .mdo-replay_30:after { content: '\e53f'; } .mdo-replay_5:after { content: '\e540'; } .mdo-reply:after { content: '\e541'; } .mdo-reply_all:after { content: '\e542'; } .mdo-report:after { content: '\e543'; } .mdo-report_off:after { content: '\e545'; } .mdo-report_problem:after { content: '\e547'; } .mdo-restaurant:after { content: '\e549'; } .mdo-restaurant_menu:after { content: '\e54a'; } .mdo-restore:after { content: '\e54b'; } .mdo-restore_from_trash:after { content: '\e54c'; } .mdo-restore_page:after { content: '\e54e'; } .mdo-ring_volume:after { content: '\e550'; } .mdo-rocket:after { content: '\e552'; } .mdo-room:after { content: '\e554'; } .mdo-room_service:after { content: '\e556'; } .mdo-rotate_90_degrees_ccw:after { content: '\e558'; } .mdo-rotate_left:after { content: '\e55a'; } .mdo-rotate_right:after { content: '\e55b'; } .mdo-rounded_corner:after { content: '\e55c'; } .mdo-router:after { content: '\e55d'; } .mdo-rowing:after { content: '\e55f'; } .mdo-rss_feed:after { content: '\e560'; } .mdo-rv_hookup:after { content: '\e561'; } .mdo-satellite:after { content: '\e563'; } .mdo-save:after { content: '\e565'; } .mdo-save_alt:after { content: '\e567'; } .mdo-scanner:after { content: '\e568'; } .mdo-scatter_plot:after { content: '\e56a'; } .mdo-schedule:after { content: '\e56c'; } .mdo-school:after { content: '\e56e'; } .mdo-score:after { content: '\e570'; } .mdo-screen_lock_landscape:after { content: '\e572'; } .mdo-screen_lock_portrait:after { content: '\e574'; } .mdo-screen_lock_rotation:after { content: '\e576'; } .mdo-screen_rotation:after { content: '\e577'; } .mdo-screen_share:after { content: '\e579'; } .mdo-sd_card:after { content: '\e57b'; } .mdo-sd_storage:after { content: '\e57d'; } .mdo-search:after { content: '\e57f'; } .mdo-security:after { content: '\e580'; } .mdo-select_all:after { content: '\e582'; } .mdo-send:after { content: '\e583'; } .mdo-sentiment_dissatisfied:after { content: '\e585'; } .mdo-sentiment_neutral:after { content: '\e587'; } .mdo-sentiment_satisfied:after { content: '\e589'; } .mdo-sentiment_satisfied_alt:after { content: '\e58b'; } .mdo-sentiment_slightly_dissatisfied:after { content: '\e58d'; } .mdo-sentiment_very_dissatisfied:after { content: '\e58f'; } .mdo-sentiment_very_satisfied:after { content: '\e591'; } .mdo-settings:after { content: '\e593'; } .mdo-settings_applications:after { content: '\e595'; } .mdo-settings_backup_restore:after { content: '\e597'; } .mdo-settings_bluetooth:after { content: '\e598'; } .mdo-settings_brightness:after { content: '\e599'; } .mdo-settings_cell:after { content: '\e59b'; } .mdo-settings_ethernet:after { content: '\e59d'; } .mdo-settings_input_antenna:after { content: '\e59e'; } .mdo-settings_input_component:after { content: '\e59f'; } .mdo-settings_input_composite:after { content: '\e5a1'; } .mdo-settings_input_hdmi:after { content: '\e5a3'; } .mdo-settings_input_svideo:after { content: '\e5a5'; } .mdo-settings_overscan:after { content: '\e5a7'; } .mdo-settings_phone:after { content: '\e5a9'; } .mdo-settings_power:after { content: '\e5ab'; } .mdo-settings_remote:after { content: '\e5ac'; } .mdo-settings_system_daydream:after { content: '\e5ae'; } .mdo-settings_voice:after { content: '\e5b0'; } .mdo-share:after { content: '\e5b2'; } .mdo-shop:after { content: '\e5b4'; } .mdo-shop_two:after { content: '\e5b6'; } .mdo-shopping_basket:after { content: '\e5b8'; } .mdo-shopping_cart:after { content: '\e5ba'; } .mdo-short_text:after { content: '\e5bc'; } .mdo-show_chart:after { content: '\e5bd'; } .mdo-shuffle:after { content: '\e5be'; } .mdo-shutter_speed:after { content: '\e5bf'; } .mdo-signal_cellular_0_bar:after { content: '\e5c1'; } .mdo-signal_cellular_0_bar:before { content: '\e5c2'; } .mdo-signal_cellular_1_bar:after { content: '\e5c3'; } .mdo-signal_cellular_1_bar:before { content: '\e5c4'; } .mdo-signal_cellular_2_bar:after { content: '\e5c5'; } .mdo-signal_cellular_2_bar:before { content: '\e5c6'; } .mdo-signal_cellular_3_bar:after { content: '\e5c7'; } .mdo-signal_cellular_3_bar:before { content: '\e5c8'; } .mdo-signal_cellular_4_bar:after { content: '\e5c9'; } .mdo-signal_cellular_alt:after { content: '\e5ca'; } .mdo-signal_cellular_connected_no_internet_0_bar:after { content: '\e5cb'; } .mdo-signal_cellular_connected_no_internet_0_bar:before { content: '\e5cc'; } .mdo-signal_cellular_connected_no_internet_1_bar:after { content: '\e5cd'; } .mdo-signal_cellular_connected_no_internet_1_bar:before { content: '\e5ce'; } .mdo-signal_cellular_connected_no_internet_2_bar:after { content: '\e5cf'; } .mdo-signal_cellular_connected_no_internet_2_bar:before { content: '\e5d0'; } .mdo-signal_cellular_connected_no_internet_3_bar:after { content: '\e5d1'; } .mdo-signal_cellular_connected_no_internet_3_bar:before { content: '\e5d2'; } .mdo-signal_cellular_connected_no_internet_4_bar:after { content: '\e5d3'; } .mdo-signal_cellular_no_sim:after { content: '\e5d4'; } .mdo-signal_cellular_null:after { content: '\e5d6'; } .mdo-signal_cellular_off:after { content: '\e5d7'; } .mdo-signal_wifi_0_bar:after { content: '\e5d8'; } .mdo-signal_wifi_0_bar:before { content: '\e5d9'; } .mdo-signal_wifi_1_bar:after { content: '\e5da'; } .mdo-signal_wifi_1_bar:before { content: '\e5db'; } .mdo-signal_wifi_1_bar_lock:after { content: '\e5dc'; } .mdo-signal_wifi_1_bar_lock:before { content: '\e5dd'; } .mdo-signal_wifi_2_bar:after { content: '\e5de'; } .mdo-signal_wifi_2_bar:before { content: '\e5df'; } .mdo-signal_wifi_2_bar_lock:after { content: '\e5e0'; } .mdo-signal_wifi_2_bar_lock:before { content: '\e5e1'; } .mdo-signal_wifi_3_bar:after { content: '\e5e2'; } .mdo-signal_wifi_3_bar:before { content: '\e5e3'; } .mdo-signal_wifi_3_bar_lock:after { content: '\e5e4'; } .mdo-signal_wifi_3_bar_lock:before { content: '\e5e5'; } .mdo-signal_wifi_4_bar:after { content: '\e5e6'; } .mdo-signal_wifi_4_bar_lock:after { content: '\e5e7'; } .mdo-signal_wifi_off:after { content: '\e5e8'; } .mdo-sim_card:after { content: '\e5e9'; } .mdo-sim_card_alert:after { content: '\e5eb'; } .mdo-single_bed:after { content: '\e5ed'; } .mdo-skip_next:after { content: '\e5ef'; } .mdo-skip_previous:after { content: '\e5f1'; } .mdo-slideshow:after { content: '\e5f3'; } .mdo-slow_motion_video:after { content: '\e5f5'; } .mdo-smartphone:after { content: '\e5f6'; } .mdo-smoke_free:after { content: '\e5f8'; } .mdo-smoking_rooms:after { content: '\e5f9'; } .mdo-sms:after { content: '\e5fb'; } .mdo-sms_failed:after { content: '\e5fd'; } .mdo-snooze:after { content: '\e5ff'; } .mdo-sort:after { content: '\e600'; } .mdo-sort_by_alpha:after { content: '\e601'; } .mdo-spa:after { content: '\e602'; } .mdo-space_bar:after { content: '\e604'; } .mdo-speaker:after { content: '\e605'; } .mdo-speaker_group:after { content: '\e607'; } .mdo-speaker_notes:after { content: '\e609'; } .mdo-speaker_notes_off:after { content: '\e60b'; } .mdo-speaker_phone:after { content: '\e60d'; } .mdo-speed:after { content: '\e60f'; } .mdo-spellcheck:after { content: '\e610'; } .mdo-sports:after { content: '\e611'; } .mdo-sports_baseball:after { content: '\e612'; } .mdo-sports_basketball:after { content: '\e614'; } .mdo-sports_cricket:after { content: '\e616'; } .mdo-sports_esports:after { content: '\e618'; } .mdo-sports_football:after { content: '\e61a'; } .mdo-sports_golf:after { content: '\e61c'; } .mdo-sports_handball:after { content: '\e61e'; } .mdo-sports_hockey:after { content: '\e61f'; } .mdo-sports_kabaddi:after { content: '\e620'; } .mdo-sports_mma:after { content: '\e621'; } .mdo-sports_motorsports:after { content: '\e623'; } .mdo-sports_rugby:after { content: '\e625'; } .mdo-sports_soccer:after { content: '\e627'; } .mdo-sports_tennis:after { content: '\e629'; } .mdo-sports_volleyball:after { content: '\e62a'; } .mdo-square_foot:after { content: '\e62c'; } .mdo-star:after { content: '\e62e'; } .mdo-star_border:after { content: '\e630'; } .mdo-star_half:after { content: '\e631'; } .mdo-star_rate:after { content: '\e632'; } .mdo-stars:after { content: '\e633'; } .mdo-stay_current_landscape:after { content: '\e635'; } .mdo-stay_current_portrait:after { content: '\e637'; } .mdo-stay_primary_landscape:after { content: '\e639'; } .mdo-stay_primary_portrait:after { content: '\e63b'; } .mdo-stop:after { content: '\e63d'; } .mdo-stop_circle:after { content: '\e63f'; } .mdo-stop_screen_share:after { content: '\e641'; } .mdo-storage:after { content: '\e643'; } .mdo-store:after { content: '\e644'; } .mdo-store_mall_directory:after { content: '\e646'; } .mdo-storefront:after { content: '\e648'; } .mdo-straighten:after { content: '\e64a'; } .mdo-streetview:after { content: '\e64c'; } .mdo-strikethrough_s:after { content: '\e64d'; } .mdo-style:after { content: '\e64e'; } .mdo-subdirectory_arrow_left:after { content: '\e650'; } .mdo-subdirectory_arrow_right:after { content: '\e651'; } .mdo-subject:after { content: '\e652'; } .mdo-subscriptions:after { content: '\e653'; } .mdo-subtitles:after { content: '\e655'; } .mdo-subway:after { content: '\e657'; } .mdo-supervised_user_circle:after { content: '\e659'; } .mdo-supervisor_account:after { content: '\e65b'; } .mdo-surround_sound:after { content: '\e65d'; } .mdo-swap_calls:after { content: '\e65f'; } .mdo-swap_horiz:after { content: '\e660'; } .mdo-swap_horizontal_circle:after { content: '\e661'; } .mdo-swap_vert:after { content: '\e663'; } .mdo-swap_vertical_circle:after { content: '\e664'; } .mdo-switch_camera:after { content: '\e666'; } .mdo-switch_video:after { content: '\e668'; } .mdo-sync:after { content: '\e66a'; } .mdo-sync_alt:after { content: '\e66b'; } .mdo-sync_disabled:after { content: '\e66c'; } .mdo-sync_problem:after { content: '\e66d'; } .mdo-system_update:after { content: '\e66e'; } .mdo-system_update_alt:after { content: '\e670'; } .mdo-tab:after { content: '\e671'; } .mdo-tab_unselected:after { content: '\e672'; } .mdo-table_chart:after { content: '\e673'; } .mdo-tablet:after { content: '\e675'; } .mdo-tablet_android:after { content: '\e677'; } .mdo-tablet_mac:after { content: '\e679'; } .mdo-tag_faces:after { content: '\e67b'; } .mdo-tap_and_play:after { content: '\e67d'; } .mdo-terrain:after { content: '\e67e'; } .mdo-text_fields:after { content: '\e680'; } .mdo-text_format:after { content: '\e681'; } .mdo-text_rotate_up:after { content: '\e682'; } .mdo-text_rotate_vertical:after { content: '\e683'; } .mdo-text_rotation_angledown:after { content: '\e684'; } .mdo-text_rotation_angleup:after { content: '\e685'; } .mdo-text_rotation_down:after { content: '\e686'; } .mdo-text_rotation_none:after { content: '\e687'; } .mdo-textsms:after { content: '\e688'; } .mdo-texture:after { content: '\e68a'; } .mdo-theaters:after { content: '\e68b'; } .mdo-thumb_down:after { content: '\e68d'; } .mdo-thumb_down_alt:after { content: '\e68f'; } .mdo-thumb_up:after { content: '\e691'; } .mdo-thumb_up_alt:after { content: '\e693'; } .mdo-thumbs_up_down:after { content: '\e695'; } .mdo-time_to_leave:after { content: '\e697'; } .mdo-timelapse:after { content: '\e699'; } .mdo-timeline:after { content: '\e69b'; } .mdo-timer:after { content: '\e69c'; } .mdo-timer_10:after { content: '\e69e'; } .mdo-timer_3:after { content: '\e69f'; } .mdo-timer_off:after { content: '\e6a0'; } .mdo-title:after { content: '\e6a2'; } .mdo-toc:after { content: '\e6a3'; } .mdo-today:after { content: '\e6a4'; } .mdo-toggle_off:after { content: '\e6a6'; } .mdo-toggle_on:after { content: '\e6a8'; } .mdo-toll:after { content: '\e6aa'; } .mdo-tonality:after { content: '\e6ac'; } .mdo-touch_app:after { content: '\e6ae'; } .mdo-toys:after { content: '\e6b0'; } .mdo-track_changes:after { content: '\e6b2'; } .mdo-traffic:after { content: '\e6b3'; } .mdo-train:after { content: '\e6b5'; } .mdo-tram:after { content: '\e6b7'; } .mdo-transfer_within_a_station:after { content: '\e6b9'; } .mdo-transform:after { content: '\e6ba'; } .mdo-transit_enterexit:after { content: '\e6bb'; } .mdo-translate:after { content: '\e6bc'; } .mdo-trending_down:after { content: '\e6bd'; } .mdo-trending_flat:after { content: '\e6be'; } .mdo-trending_up:after { content: '\e6bf'; } .mdo-trip_origin:after { content: '\e6c0'; } .mdo-tune:after { content: '\e6c1'; } .mdo-turned_in:after { content: '\e6c2'; } .mdo-turned_in_not:after { content: '\e6c4'; } .mdo-tv:after { content: '\e6c5'; } .mdo-tv_off:after { content: '\e6c7'; } .mdo-unarchive:after { content: '\e6c9'; } .mdo-undo:after { content: '\e6cb'; } .mdo-unfold_less:after { content: '\e6cc'; } .mdo-unfold_more:after { content: '\e6cd'; } .mdo-unsubscribe:after { content: '\e6ce'; } .mdo-update:after { content: '\e6d0'; } .mdo-usb:after { content: '\e6d1'; } .mdo-verified_user:after { content: '\e6d2'; } .mdo-vertical_align_bottom:after { content: '\e6d4'; } .mdo-vertical_align_center:after { content: '\e6d5'; } .mdo-vertical_align_top:after { content: '\e6d6'; } .mdo-vertical_split:after { content: '\e6d7'; } .mdo-vibration:after { content: '\e6d9'; } .mdo-video_call:after { content: '\e6db'; } .mdo-video_label:after { content: '\e6dd'; } .mdo-video_library:after { content: '\e6df'; } .mdo-videocam:after { content: '\e6e1'; } .mdo-videocam_off:after { content: '\e6e3'; } .mdo-videogame_asset:after { content: '\e6e5'; } .mdo-view_agenda:after { content: '\e6e7'; } .mdo-view_array:after { content: '\e6e9'; } .mdo-view_carousel:after { content: '\e6eb'; } .mdo-view_column:after { content: '\e6ed'; } .mdo-view_comfy:after { content: '\e6ef'; } .mdo-view_compact:after { content: '\e6f1'; } .mdo-view_day:after { content: '\e6f3'; } .mdo-view_headline:after { content: '\e6f5'; } .mdo-view_list:after { content: '\e6f6'; } .mdo-view_module:after { content: '\e6f8'; } .mdo-view_quilt:after { content: '\e6fa'; } .mdo-view_stream:after { content: '\e6fc'; } .mdo-view_week:after { content: '\e6fe'; } .mdo-vignette:after { content: '\e700'; } .mdo-visibility:after { content: '\e702'; } .mdo-visibility_off:after { content: '\e704'; } .mdo-voice_chat:after { content: '\e706'; } .mdo-voice_over_off:after { content: '\e708'; } .mdo-voicemail:after { content: '\e70a'; } .mdo-volume_down:after { content: '\e70b'; } .mdo-volume_mute:after { content: '\e70d'; } .mdo-volume_off:after { content: '\e70f'; } .mdo-volume_up:after { content: '\e711'; } .mdo-vpn_key:after { content: '\e713'; } .mdo-vpn_lock:after { content: '\e715'; } .mdo-wallpaper:after { content: '\e717'; } .mdo-warning:after { content: '\e718'; } .mdo-watch:after { content: '\e71a'; } .mdo-watch_later:after { content: '\e71c'; } .mdo-waves:after { content: '\e71e'; } .mdo-wb_auto:after { content: '\e71f'; } .mdo-wb_cloudy:after { content: '\e721'; } .mdo-wb_incandescent:after { content: '\e723'; } .mdo-wb_iridescent:after { content: '\e725'; } .mdo-wb_sunny:after { content: '\e727'; } .mdo-wc:after { content: '\e729'; } .mdo-web:after { content: '\e72a'; } .mdo-web_asset:after { content: '\e72c'; } .mdo-weekend:after { content: '\e72e'; } .mdo-whatshot:after { content: '\e730'; } .mdo-where_to_vote:after { content: '\e732'; } .mdo-widgets:after { content: '\e734'; } .mdo-wifi:after { content: '\e736'; } .mdo-wifi_lock:after { content: '\e737'; } .mdo-wifi_off:after { content: '\e738'; } .mdo-wifi_tethering:after { content: '\e739'; } .mdo-work:after { content: '\e73a'; } .mdo-work_off:after { content: '\e73c'; } .mdo-work_outline:after { content: '\e73e'; } .mdo-wrap_text:after { content: '\e73f'; } .mdo-youtube_searched_for:after { content: '\e740'; } .mdo-zoom_in:after { content: '\e741'; } .mdo-zoom_out:after { content: '\e742'; } .mdo-zoom_out_map:after { content: '\e743'; } .mdo-add_ic_call:after { content: '\e744'; } .mdo-library_add_check:after { content: '\e746'; } .mdo-star_outline:after { content: '\e748'; } .mdo-two_wheeler:after { content: '\e749'; } .mdo-5g:after { content: '\e74a'; } .mdo-ad_units:after { content: '\e74b'; } .mdo-add_business:after { content: '\e74d'; } .mdo-add_location_alt:after { content: '\e74f'; } .mdo-add_road:after { content: '\e751'; } .mdo-addchart:after { content: '\e752'; } .mdo-admin_panel_settings:after { content: '\e753'; } .mdo-agriculture:after { content: '\e755'; } .mdo-alt_route:after { content: '\e757'; } .mdo-analytics:after { content: '\e758'; } .mdo-anchor:after { content: '\e75a'; } .mdo-api:after { content: '\e75b'; } .mdo-app_blocking:after { content: '\e75c'; } .mdo-app_settings_alt:after { content: '\e75e'; } .mdo-architecture:after { content: '\e760'; } .mdo-arrow_circle_down:after { content: '\e761'; } .mdo-arrow_circle_up:after { content: '\e763'; } .mdo-article:after { content: '\e765'; } .mdo-attach_email:after { content: '\e767'; } .mdo-auto_delete:after { content: '\e768'; } .mdo-baby_changing_station:after { content: '\e76a'; } .mdo-backpack:after { content: '\e76b'; } .mdo-backup_table:after { content: '\e76d'; } .mdo-batch_prediction:after { content: '\e76f'; } .mdo-bedtime:after { content: '\e771'; } .mdo-bike_scooter:after { content: '\e773'; } .mdo-biotech:after { content: '\e774'; } .mdo-browser_not_supported:after { content: '\e776'; } .mdo-build_circle:after { content: '\e777'; } .mdo-calculate:after { content: '\e779'; } .mdo-campaign:after { content: '\e77b'; } .mdo-charging_station:after { content: '\e77d'; } .mdo-checkroom:after { content: '\e77f'; } .mdo-cleaning_services:after { content: '\e780'; } .mdo-close_fullscreen:after { content: '\e782'; } .mdo-comment_bank:after { content: '\e783'; } .mdo-construction:after { content: '\e785'; } .mdo-corporate_fare:after { content: '\e786'; } .mdo-design_services:after { content: '\e788'; } .mdo-directions_off:after { content: '\e78a'; } .mdo-do_not_step:after { content: '\e78b'; } .mdo-do_not_touch:after { content: '\e78d'; } .mdo-domain_verification:after { content: '\e78f'; } .mdo-dry:after { content: '\e791'; } .mdo-dynamic_form:after { content: '\e793'; } .mdo-edit_road:after { content: '\e795'; } .mdo-electric_bike:after { content: '\e797'; } .mdo-electric_car:after { content: '\e798'; } .mdo-electric_moped:after { content: '\e79a'; } .mdo-electric_scooter:after { content: '\e79c'; } .mdo-electrical_services:after { content: '\e79d'; } .mdo-elevator:after { content: '\e79e'; } .mdo-engineering:after { content: '\e7a0'; } .mdo-escalator:after { content: '\e7a2'; } .mdo-escalator_warning:after { content: '\e7a4'; } .mdo-fact_check:after { content: '\e7a5'; } .mdo-family_restroom:after { content: '\e7a7'; } .mdo-filter_alt:after { content: '\e7a8'; } .mdo-flaky:after { content: '\e7aa'; } .mdo-forward_to_inbox:after { content: '\e7ab'; } .mdo-grading:after { content: '\e7ad'; } .mdo-handyman:after { content: '\e7ae'; } .mdo-hearing_disabled:after { content: '\e7b0'; } .mdo-help_center:after { content: '\e7b1'; } .mdo-highlight_alt:after { content: '\e7b3'; } .mdo-history_edu:after { content: '\e7b4'; } .mdo-history_toggle_off:after { content: '\e7b6'; } .mdo-home_repair_service:after { content: '\e7b7'; } .mdo-horizontal_rule:after { content: '\e7b9'; } .mdo-hourglass_bottom:after { content: '\e7ba'; } .mdo-hourglass_disabled:after { content: '\e7bc'; } .mdo-hourglass_top:after { content: '\e7bd'; } .mdo-hvac:after { content: '\e7bf'; } .mdo-image_not_supported:after { content: '\e7c1'; } .mdo-insights:after { content: '\e7c3'; } .mdo-integration_instructions:after { content: '\e7c4'; } .mdo-legend_toggle:after { content: '\e7c6'; } .mdo-login:after { content: '\e7c7'; } .mdo-maps_ugc:after { content: '\e7c8'; } .mdo-mark_chat_read:after { content: '\e7ca'; } .mdo-mark_chat_unread:after { content: '\e7cc'; } .mdo-mark_email_read:after { content: '\e7ce'; } .mdo-mark_email_unread:after { content: '\e7d0'; } .mdo-mediation:after { content: '\e7d2'; } .mdo-medical_services:after { content: '\e7d3'; } .mdo-military_tech:after { content: '\e7d5'; } .mdo-miscellaneous_services:after { content: '\e7d7'; } .mdo-model_training:after { content: '\e7d8'; } .mdo-moped:after { content: '\e7d9'; } .mdo-more_time:after { content: '\e7db'; } .mdo-multiple_stop:after { content: '\e7dc'; } .mdo-nat:after { content: '\e7dd'; } .mdo-next_plan:after { content: '\e7df'; } .mdo-no_cell:after { content: '\e7e1'; } .mdo-no_drinks:after { content: '\e7e3'; } .mdo-no_flash:after { content: '\e7e5'; } .mdo-no_food:after { content: '\e7e7'; } .mdo-no_photography:after { content: '\e7e9'; } .mdo-no_stroller:after { content: '\e7eb'; } .mdo-not_accessible:after { content: '\e7ed'; } .mdo-not_started:after { content: '\e7ee'; } .mdo-online_prediction:after { content: '\e7f0'; } .mdo-open_in_full:after { content: '\e7f1'; } .mdo-outlet:after { content: '\e7f2'; } .mdo-payments:after { content: '\e7f4'; } .mdo-pedal_bike:after { content: '\e7f6'; } .mdo-pending:after { content: '\e7f7'; } .mdo-pending_actions:after { content: '\e7f9'; } .mdo-person_add_alt_1:after { content: '\e7fb'; } .mdo-person_remove:after { content: '\e7fd'; } .mdo-person_remove_alt_1:after { content: '\e7ff'; } .mdo-person_search:after { content: '\e801'; } .mdo-pest_control:after { content: '\e803'; } .mdo-pest_control_rodent:after { content: '\e805'; } .mdo-plagiarism:after { content: '\e807'; } .mdo-plumbing:after { content: '\e809'; } .mdo-point_of_sale:after { content: '\e80a'; } .mdo-preview:after { content: '\e80c'; } .mdo-privacy_tip:after { content: '\e80e'; } .mdo-psychology:after { content: '\e810'; } .mdo-public_off:after { content: '\e812'; } .mdo-push_pin:after { content: '\e814'; } .mdo-qr_code:after { content: '\e816'; } .mdo-quickreply:after { content: '\e818'; } .mdo-read_more:after { content: '\e81a'; } .mdo-receipt_long:after { content: '\e81b'; } .mdo-request_quote:after { content: '\e81d'; } .mdo-room_preferences:after { content: '\e81f'; } .mdo-rule:after { content: '\e821'; } .mdo-rule_folder:after { content: '\e822'; } .mdo-run_circle:after { content: '\e824'; } .mdo-science:after { content: '\e826'; } .mdo-search_off:after { content: '\e828'; } .mdo-self_improvement:after { content: '\e829'; } .mdo-sensor_door:after { content: '\e82a'; } .mdo-sensor_window:after { content: '\e82c'; } .mdo-shopping_bag:after { content: '\e82e'; } .mdo-smart_button:after { content: '\e830'; } .mdo-snippet_folder:after { content: '\e831'; } .mdo-soap:after { content: '\e833'; } .mdo-source:after { content: '\e835'; } .mdo-stairs:after { content: '\e837'; } .mdo-stroller:after { content: '\e839'; } .mdo-subscript:after { content: '\e83b'; } .mdo-subtitles_off:after { content: '\e83c'; } .mdo-superscript:after { content: '\e83e'; } .mdo-support:after { content: '\e83f'; } .mdo-support_agent:after { content: '\e841'; } .mdo-switch_left:after { content: '\e842'; } .mdo-switch_right:after { content: '\e844'; } .mdo-table_rows:after { content: '\e846'; } .mdo-table_view:after { content: '\e848'; } .mdo-text_snippet:after { content: '\e84a'; } .mdo-topic:after { content: '\e84c'; } .mdo-tour:after { content: '\e84e'; } .mdo-tty:after { content: '\e850'; } .mdo-umbrella:after { content: '\e852'; } .mdo-upgrade:after { content: '\e854'; } .mdo-verified:after { content: '\e855'; } .mdo-video_settings:after { content: '\e857'; } .mdo-view_sidebar:after { content: '\e858'; } .mdo-wash:after { content: '\e85a'; } .mdo-wheelchair_pickup:after { content: '\e85c'; } .mdo-wifi_calling:after { content: '\e85d'; } .mdo-wifi_protected_setup:after { content: '\e85f'; } .mdo-wrong_location:after { content: '\e860'; } .mdo-wysiwyg:after { content: '\e861'; } .mdo-bento:after { content: '\e864'; } .mdo-carpenter:after { content: '\e866'; } .mdo-closed_caption_disabled:after { content: '\e868'; } .mdo-countertops:after { content: '\e86a'; } .mdo-east:after { content: '\e86c'; } .mdo-fence:after { content: '\e86d'; } .mdo-fire_extinguisher:after { content: '\e86f'; } .mdo-food_bank:after { content: '\e870'; } .mdo-foundation:after { content: '\e872'; } .mdo-grass:after { content: '\e874'; } .mdo-house_siding:after { content: '\e875'; } .mdo-leaderboard:after { content: '\e877'; } .mdo-microwave:after { content: '\e879'; } .mdo-near_me_disabled:after { content: '\e87b'; } .mdo-night_shelter:after { content: '\e87d'; } .mdo-no_meals:after { content: '\e87f'; } .mdo-no_transfer:after { content: '\e880'; } .mdo-north:after { content: '\e882'; } .mdo-north_east:after { content: '\e883'; } .mdo-north_west:after { content: '\e884'; } .mdo-qr_code_scanner:after { content: '\e885'; } .mdo-rice_bowl:after { content: '\e886'; } .mdo-roofing:after { content: '\e888'; } .mdo-set_meal:after { content: '\e88a'; } .mdo-south:after { content: '\e88c'; } .mdo-south_east:after { content: '\e88d'; } .mdo-south_west:after { content: '\e88e'; } .mdo-sports_bar:after { content: '\e88f'; } .mdo-sticky_note_2:after { content: '\e891'; } .mdo-tapas:after { content: '\e893'; } .mdo-water_damage:after { content: '\e895'; } .mdo-west:after { content: '\e897'; } .mdo-wine_bar:after { content: '\e898'; } .mdo-6_ft_apart:after { content: '\e89a'; } .mdo-book_online:after { content: '\e89b'; } .mdo-clean_hands:after { content: '\e89d'; } .mdo-connect_without_contact:after { content: '\e89f'; } .mdo-coronavirus:after { content: '\e8a0'; } .mdo-elderly:after { content: '\e8a2'; } .mdo-follow_the_signs:after { content: '\e8a3'; } .mdo-leave_bags_at_home:after { content: '\e8a5'; } .mdo-local_fire_department:after { content: '\e8a7'; } .mdo-local_police:after { content: '\e8a9'; } .mdo-masks:after { content: '\e8ab'; } .mdo-motion_photos_on:after { content: '\e8ad'; } .mdo-motion_photos_paused:after { content: '\e8ae'; } .mdo-reduce_capacity:after { content: '\e8af'; } .mdo-sanitizer:after { content: '\e8b0'; } .mdo-sick:after { content: '\e8b2'; } .mdo-add_task:after { content: '\e8b3'; } .mdo-contact_page:after { content: '\e8b4'; } .mdo-disabled_by_default:after { content: '\e8b6'; } .mdo-facebook:after { content: '\e8b8'; } .mdo-groups:after { content: '\e8b9'; } .mdo-luggage:after { content: '\e8bb'; } .mdo-motion_photos_pause:after { content: '\e8bd'; } .mdo-no_backpack:after { content: '\e8be'; } .mdo-no_luggage:after { content: '\e8c0'; } .mdo-outbond:after { content: '\e8c2'; } .mdo-published_with_changes:after { content: '\e8c4'; } .mdo-request_page:after { content: '\e8c5'; } .mdo-stacked_line_chart:after { content: '\e8c7'; } .mdo-unpublished:after { content: '\e8c8'; } .mdo-align_horizontal_center:after { content: '\e8ca'; } .mdo-align_horizontal_left:after { content: '\e8cb'; } .mdo-align_horizontal_right:after { content: '\e8cc'; } .mdo-align_vertical_bottom:after { content: '\e8cd'; } .mdo-align_vertical_center:after { content: '\e8ce'; } .mdo-align_vertical_top:after { content: '\e8cf'; } .mdo-horizontal_distribute:after { content: '\e8d0'; } .mdo-qr_code_2:after { content: '\e8d1'; } .mdo-update_disabled:after { content: '\e8d2'; } .mdo-vertical_distribute:after { content: '\e8d3'; } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/resources/META-INF/resources/material2/20200820/css/md-round.css ================================================ @font-face { font-family: "Material Icons Round"; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/MaterialIcons-Round.ttf"); /* For IE6-8 */ src: url("../fonts/MaterialIcons-Round.woff2") format("woff2"), url("../fonts/MaterialIcons-Round.woff") format("woff"), url("../fonts/MaterialIcons-Round.ttf") format("truetype"); } .mdr { font-family: "Material Icons Round"; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; -ms-word-wrap: normal; word-wrap: normal; white-space: nowrap; direction: ltr; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } .mdr:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: .3; } .mdr:after { opacity: 1; } /* Rules for sizing the icon. */ .mdr-18 { font-size: 18px; } .mdr-24 { font-size: 24px; } .mdr-36 { font-size: 36px; } .mdr-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .mdr-dark { color: rgba(0, 0, 0, 0.54); } .mdr-dark.mdr-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .mdr-light { color: white; } .mdr-light.mdr-inactive { color: rgba(255, 255, 255, 0.3); } /* Icons. */ .mdr-360:after { content: '\e000'; } .mdr-3d_rotation:after { content: '\e001'; } .mdr-4k:after { content: '\e002'; } .mdr-ac_unit:after { content: '\e004'; } .mdr-access_alarm:after { content: '\e005'; } .mdr-access_alarms:after { content: '\e007'; } .mdr-access_time:after { content: '\e009'; } .mdr-accessibility:after { content: '\e00b'; } .mdr-accessibility_new:after { content: '\e00c'; } .mdr-accessible:after { content: '\e00d'; } .mdr-accessible_forward:after { content: '\e00e'; } .mdr-account_balance:after { content: '\e00f'; } .mdr-account_balance_wallet:after { content: '\e011'; } .mdr-account_box:after { content: '\e013'; } .mdr-account_circle:after { content: '\e015'; } .mdr-account_tree:after { content: '\e017'; } .mdr-adb:after { content: '\e019'; } .mdr-add:after { content: '\e01a'; } .mdr-add_a_photo:after { content: '\e01b'; } .mdr-add_alarm:after { content: '\e01d'; } .mdr-add_alert:after { content: '\e01f'; } .mdr-add_box:after { content: '\e021'; } .mdr-add_circle:after { content: '\e023'; } .mdr-add_circle_outline:after { content: '\e025'; } .mdr-add_comment:after { content: '\e026'; } .mdr-add_location:after { content: '\e028'; } .mdr-add_photo_alternate:after { content: '\e02a'; } .mdr-add_shopping_cart:after { content: '\e02c'; } .mdr-add_to_home_screen:after { content: '\e02d'; } .mdr-add_to_photos:after { content: '\e02e'; } .mdr-add_to_queue:after { content: '\e030'; } .mdr-adjust:after { content: '\e032'; } .mdr-airline_seat_flat:after { content: '\e033'; } .mdr-airline_seat_flat_angled:after { content: '\e035'; } .mdr-airline_seat_individual_suite:after { content: '\e037'; } .mdr-airline_seat_legroom_extra:after { content: '\e039'; } .mdr-airline_seat_legroom_normal:after { content: '\e03a'; } .mdr-airline_seat_legroom_reduced:after { content: '\e03b'; } .mdr-airline_seat_recline_extra:after { content: '\e03c'; } .mdr-airline_seat_recline_normal:after { content: '\e03d'; } .mdr-airplanemode_active:after { content: '\e03e'; } .mdr-airplanemode_inactive:after { content: '\e03f'; } .mdr-airplay:after { content: '\e040'; } .mdr-airport_shuttle:after { content: '\e041'; } .mdr-alarm:after { content: '\e043'; } .mdr-alarm_add:after { content: '\e045'; } .mdr-alarm_off:after { content: '\e047'; } .mdr-alarm_on:after { content: '\e048'; } .mdr-album:after { content: '\e04a'; } .mdr-all_inbox:after { content: '\e04c'; } .mdr-all_inclusive:after { content: '\e04e'; } .mdr-all_out:after { content: '\e04f'; } .mdr-alternate_email:after { content: '\e051'; } .mdr-amp_stories:after { content: '\e053'; } .mdr-android:after { content: '\e055'; } .mdr-announcement:after { content: '\e056'; } .mdr-apartment:after { content: '\e058'; } .mdr-apps:after { content: '\e059'; } .mdr-archive:after { content: '\e05a'; } .mdr-arrow_back:after { content: '\e05c'; } .mdr-arrow_back_ios:after { content: '\e05d'; } .mdr-arrow_downward:after { content: '\e05e'; } .mdr-arrow_drop_down:after { content: '\e05f'; } .mdr-arrow_drop_down_circle:after { content: '\e060'; } .mdr-arrow_drop_up:after { content: '\e062'; } .mdr-arrow_forward:after { content: '\e063'; } .mdr-arrow_forward_ios:after { content: '\e064'; } .mdr-arrow_left:after { content: '\e065'; } .mdr-arrow_right:after { content: '\e066'; } .mdr-arrow_right_alt:after { content: '\e067'; } .mdr-arrow_upward:after { content: '\e068'; } .mdr-art_track:after { content: '\e069'; } .mdr-aspect_ratio:after { content: '\e06a'; } .mdr-assessment:after { content: '\e06c'; } .mdr-assignment:after { content: '\e06e'; } .mdr-assignment_ind:after { content: '\e070'; } .mdr-assignment_late:after { content: '\e072'; } .mdr-assignment_return:after { content: '\e074'; } .mdr-assignment_returned:after { content: '\e076'; } .mdr-assignment_turned_in:after { content: '\e078'; } .mdr-assistant:after { content: '\e07a'; } .mdr-assistant_photo:after { content: '\e07c'; } .mdr-atm:after { content: '\e07e'; } .mdr-attach_file:after { content: '\e07f'; } .mdr-attach_money:after { content: '\e080'; } .mdr-attachment:after { content: '\e081'; } .mdr-audiotrack:after { content: '\e082'; } .mdr-autorenew:after { content: '\e084'; } .mdr-av_timer:after { content: '\e085'; } .mdr-backspace:after { content: '\e086'; } .mdr-backup:after { content: '\e088'; } .mdr-ballot:after { content: '\e08a'; } .mdr-bar_chart:after { content: '\e08c'; } .mdr-barcode:after { content: '\e08d'; } .mdr-bathtub:after { content: '\e08e'; } .mdr-battery_20:after { content: '\e090'; } .mdr-battery_20:before { content: '\e091'; } .mdr-battery_30:after { content: '\e092'; } .mdr-battery_30:before { content: '\e093'; } .mdr-battery_50:after { content: '\e094'; } .mdr-battery_50:before { content: '\e095'; } .mdr-battery_60:after { content: '\e096'; } .mdr-battery_60:before { content: '\e097'; } .mdr-battery_80:after { content: '\e098'; } .mdr-battery_80:before { content: '\e099'; } .mdr-battery_90:after { content: '\e09a'; } .mdr-battery_90:before { content: '\e09b'; } .mdr-battery_alert:after { content: '\e09c'; } .mdr-battery_charging_20:after { content: '\e09d'; } .mdr-battery_charging_20:before { content: '\e09e'; } .mdr-battery_charging_30:after { content: '\e09f'; } .mdr-battery_charging_30:before { content: '\e0a0'; } .mdr-battery_charging_50:after { content: '\e0a1'; } .mdr-battery_charging_50:before { content: '\e0a2'; } .mdr-battery_charging_60:after { content: '\e0a3'; } .mdr-battery_charging_60:before { content: '\e0a4'; } .mdr-battery_charging_80:after { content: '\e0a5'; } .mdr-battery_charging_80:before { content: '\e0a6'; } .mdr-battery_charging_90:after { content: '\e0a7'; } .mdr-battery_charging_90:before { content: '\e0a8'; } .mdr-battery_charging_full:after { content: '\e0a9'; } .mdr-battery_full:after { content: '\e0aa'; } .mdr-battery_std:after { content: '\e0ab'; } .mdr-battery_unknown:after { content: '\e0ac'; } .mdr-beach_access:after { content: '\e0ad'; } .mdr-beenhere:after { content: '\e0af'; } .mdr-block:after { content: '\e0b1'; } .mdr-bluetooth:after { content: '\e0b2'; } .mdr-bluetooth_audio:after { content: '\e0b3'; } .mdr-bluetooth_connected:after { content: '\e0b4'; } .mdr-bluetooth_disabled:after { content: '\e0b5'; } .mdr-bluetooth_searching:after { content: '\e0b6'; } .mdr-blur_circular:after { content: '\e0b7'; } .mdr-blur_linear:after { content: '\e0b8'; } .mdr-blur_off:after { content: '\e0b9'; } .mdr-blur_on:after { content: '\e0ba'; } .mdr-book:after { content: '\e0bb'; } .mdr-bookmark:after { content: '\e0bd'; } .mdr-bookmark_border:after { content: '\e0bf'; } .mdr-bookmarks:after { content: '\e0c0'; } .mdr-border_all:after { content: '\e0c2'; } .mdr-border_bottom:after { content: '\e0c3'; } .mdr-border_clear:after { content: '\e0c4'; } .mdr-border_color:after { content: '\e0c5'; } .mdr-border_color:before { content: '\e0c6'; } .mdr-border_horizontal:after { content: '\e0c7'; } .mdr-border_inner:after { content: '\e0c8'; } .mdr-border_left:after { content: '\e0c9'; } .mdr-border_outer:after { content: '\e0ca'; } .mdr-border_right:after { content: '\e0cb'; } .mdr-border_style:after { content: '\e0cc'; } .mdr-border_top:after { content: '\e0cd'; } .mdr-border_vertical:after { content: '\e0ce'; } .mdr-branding_watermark:after { content: '\e0cf'; } .mdr-brightness_1:after { content: '\e0d1'; } .mdr-brightness_2:after { content: '\e0d3'; } .mdr-brightness_3:after { content: '\e0d5'; } .mdr-brightness_4:after { content: '\e0d7'; } .mdr-brightness_5:after { content: '\e0d9'; } .mdr-brightness_6:after { content: '\e0db'; } .mdr-brightness_7:after { content: '\e0dd'; } .mdr-brightness_auto:after { content: '\e0df'; } .mdr-brightness_high:after { content: '\e0e1'; } .mdr-brightness_low:after { content: '\e0e3'; } .mdr-brightness_medium:after { content: '\e0e5'; } .mdr-broken_image:after { content: '\e0e7'; } .mdr-brush:after { content: '\e0e9'; } .mdr-bubble_chart:after { content: '\e0eb'; } .mdr-bug_report:after { content: '\e0ed'; } .mdr-build:after { content: '\e0ef'; } .mdr-burst_mode:after { content: '\e0f1'; } .mdr-business:after { content: '\e0f3'; } .mdr-business_center:after { content: '\e0f5'; } .mdr-cached:after { content: '\e0f7'; } .mdr-cake:after { content: '\e0f8'; } .mdr-calendar_today:after { content: '\e0fa'; } .mdr-calendar_view_day:after { content: '\e0fc'; } .mdr-call:after { content: '\e0fe'; } .mdr-call_end:after { content: '\e100'; } .mdr-call_made:after { content: '\e102'; } .mdr-call_merge:after { content: '\e103'; } .mdr-call_missed:after { content: '\e104'; } .mdr-call_missed_outgoing:after { content: '\e105'; } .mdr-call_received:after { content: '\e106'; } .mdr-call_split:after { content: '\e107'; } .mdr-call_to_action:after { content: '\e108'; } .mdr-camera:after { content: '\e10a'; } .mdr-camera_alt:after { content: '\e10c'; } .mdr-camera_enhance:after { content: '\e10e'; } .mdr-camera_front:after { content: '\e110'; } .mdr-camera_rear:after { content: '\e112'; } .mdr-camera_roll:after { content: '\e114'; } .mdr-cancel:after { content: '\e116'; } .mdr-cancel_presentation:after { content: '\e118'; } .mdr-cancel_schedule_send:after { content: '\e11a'; } .mdr-card_giftcard:after { content: '\e11c'; } .mdr-card_membership:after { content: '\e11e'; } .mdr-card_travel:after { content: '\e120'; } .mdr-casino:after { content: '\e122'; } .mdr-cast:after { content: '\e124'; } .mdr-cast_connected:after { content: '\e125'; } .mdr-cast_for_education:after { content: '\e127'; } .mdr-category:after { content: '\e128'; } .mdr-cell_wifi:after { content: '\e12a'; } .mdr-cell_wifi:before { content: '\e12b'; } .mdr-center_focus_strong:after { content: '\e12c'; } .mdr-center_focus_weak:after { content: '\e12e'; } .mdr-change_history:after { content: '\e130'; } .mdr-chat:after { content: '\e132'; } .mdr-chat_bubble:after { content: '\e134'; } .mdr-chat_bubble_outline:after { content: '\e136'; } .mdr-check:after { content: '\e137'; } .mdr-check_box:after { content: '\e138'; } .mdr-check_box_outline_blank:after { content: '\e13a'; } .mdr-check_circle:after { content: '\e13b'; } .mdr-check_circle_outline:after { content: '\e13d'; } .mdr-chevron_left:after { content: '\e13e'; } .mdr-chevron_right:after { content: '\e13f'; } .mdr-child_care:after { content: '\e140'; } .mdr-child_friendly:after { content: '\e142'; } .mdr-chrome_reader_mode:after { content: '\e144'; } .mdr-class:after { content: '\e146'; } .mdr-clear:after { content: '\e148'; } .mdr-clear_all:after { content: '\e149'; } .mdr-close:after { content: '\e14a'; } .mdr-closed_caption:after { content: '\e14b'; } .mdr-cloud:after { content: '\e14d'; } .mdr-cloud_circle:after { content: '\e14f'; } .mdr-cloud_done:after { content: '\e151'; } .mdr-cloud_download:after { content: '\e153'; } .mdr-cloud_off:after { content: '\e155'; } .mdr-cloud_queue:after { content: '\e157'; } .mdr-cloud_upload:after { content: '\e159'; } .mdr-code:after { content: '\e15b'; } .mdr-collections:after { content: '\e15c'; } .mdr-collections_bookmark:after { content: '\e15e'; } .mdr-color_lens:after { content: '\e160'; } .mdr-colorize:after { content: '\e162'; } .mdr-comment:after { content: '\e164'; } .mdr-commute:after { content: '\e166'; } .mdr-compare:after { content: '\e167'; } .mdr-compare_arrows:after { content: '\e169'; } .mdr-compass_calibration:after { content: '\e16a'; } .mdr-computer:after { content: '\e16c'; } .mdr-confirmation_number:after { content: '\e16e'; } .mdr-contact_mail:after { content: '\e170'; } .mdr-contact_phone:after { content: '\e172'; } .mdr-contact_support:after { content: '\e174'; } .mdr-contactless:after { content: '\e176'; } .mdr-contacts:after { content: '\e178'; } .mdr-content_copy:after { content: '\e17a'; } .mdr-content_cut:after { content: '\e17c'; } .mdr-content_paste:after { content: '\e17e'; } .mdr-control_camera:after { content: '\e180'; } .mdr-control_point:after { content: '\e181'; } .mdr-control_point_duplicate:after { content: '\e183'; } .mdr-copyright:after { content: '\e185'; } .mdr-create:after { content: '\e187'; } .mdr-create_new_folder:after { content: '\e189'; } .mdr-credit_card:after { content: '\e18b'; } .mdr-crop:after { content: '\e18d'; } .mdr-crop_16_9:after { content: '\e18e'; } .mdr-crop_3_2:after { content: '\e18f'; } .mdr-crop_5_4:after { content: '\e190'; } .mdr-crop_7_5:after { content: '\e191'; } .mdr-crop_din:after { content: '\e192'; } .mdr-crop_free:after { content: '\e193'; } .mdr-crop_landscape:after { content: '\e194'; } .mdr-crop_original:after { content: '\e195'; } .mdr-crop_portrait:after { content: '\e196'; } .mdr-crop_rotate:after { content: '\e197'; } .mdr-crop_square:after { content: '\e198'; } .mdr-dashboard:after { content: '\e199'; } .mdr-data_usage:after { content: '\e19b'; } .mdr-date_range:after { content: '\e19c'; } .mdr-deck:after { content: '\e19e'; } .mdr-dehaze:after { content: '\e1a0'; } .mdr-delete:after { content: '\e1a1'; } .mdr-delete_forever:after { content: '\e1a3'; } .mdr-delete_outline:after { content: '\e1a5'; } .mdr-delete_sweep:after { content: '\e1a6'; } .mdr-departure_board:after { content: '\e1a8'; } .mdr-description:after { content: '\e1aa'; } .mdr-desktop_access_disabled:after { content: '\e1ac'; } .mdr-desktop_mac:after { content: '\e1ae'; } .mdr-desktop_windows:after { content: '\e1b0'; } .mdr-details:after { content: '\e1b2'; } .mdr-developer_board:after { content: '\e1b4'; } .mdr-developer_mode:after { content: '\e1b6'; } .mdr-device_hub:after { content: '\e1b7'; } .mdr-device_unknown:after { content: '\e1b8'; } .mdr-devices:after { content: '\e1ba'; } .mdr-devices_other:after { content: '\e1bc'; } .mdr-dialer_sip:after { content: '\e1be'; } .mdr-dialpad:after { content: '\e1c0'; } .mdr-directions:after { content: '\e1c1'; } .mdr-directions_bike:after { content: '\e1c3'; } .mdr-directions_boat:after { content: '\e1c4'; } .mdr-directions_bus:after { content: '\e1c6'; } .mdr-directions_car:after { content: '\e1c8'; } .mdr-directions_railway:after { content: '\e1ca'; } .mdr-directions_run:after { content: '\e1cc'; } .mdr-directions_subway:after { content: '\e1cd'; } .mdr-directions_transit:after { content: '\e1cf'; } .mdr-directions_walk:after { content: '\e1d1'; } .mdr-disc_full:after { content: '\e1d2'; } .mdr-divide:after { content: '\e1d4'; } .mdr-dns:after { content: '\e1d6'; } .mdr-do_not_disturb:after { content: '\e1d8'; } .mdr-do_not_disturb_alt:after { content: '\e1da'; } .mdr-do_not_disturb_off:after { content: '\e1dc'; } .mdr-dock:after { content: '\e1de'; } .mdr-domain:after { content: '\e1e0'; } .mdr-domain_disabled:after { content: '\e1e2'; } .mdr-done:after { content: '\e1e4'; } .mdr-done_all:after { content: '\e1e5'; } .mdr-done_outline:after { content: '\e1e6'; } .mdr-donut_large:after { content: '\e1e7'; } .mdr-donut_small:after { content: '\e1e8'; } .mdr-double_arrow:after { content: '\e1ea'; } .mdr-drafts:after { content: '\e1eb'; } .mdr-drag_handle:after { content: '\e1ed'; } .mdr-drag_indicator:after { content: '\e1ee'; } .mdr-drive_eta:after { content: '\e1ef'; } .mdr-duo:after { content: '\e1f1'; } .mdr-dvr:after { content: '\e1f2'; } .mdr-dynamic_feed:after { content: '\e1f4'; } .mdr-eco:after { content: '\e1f6'; } .mdr-edit:after { content: '\e1f8'; } .mdr-edit_attributes:after { content: '\e1fa'; } .mdr-edit_location:after { content: '\e1fc'; } .mdr-eject:after { content: '\e1fe'; } .mdr-email:after { content: '\e200'; } .mdr-emoji_emotions:after { content: '\e202'; } .mdr-emoji_events:after { content: '\e204'; } .mdr-emoji_flags:after { content: '\e206'; } .mdr-emoji_food_beverage:after { content: '\e208'; } .mdr-emoji_nature:after { content: '\e20a'; } .mdr-emoji_objects:after { content: '\e20c'; } .mdr-emoji_people:after { content: '\e20e'; } .mdr-emoji_symbols:after { content: '\e20f'; } .mdr-emoji_transportation:after { content: '\e210'; } .mdr-enhanced_encryption:after { content: '\e211'; } .mdr-equalizer:after { content: '\e213'; } .mdr-equals:after { content: '\e214'; } .mdr-error:after { content: '\e215'; } .mdr-error_outline:after { content: '\e217'; } .mdr-euro:after { content: '\e218'; } .mdr-euro_symbol:after { content: '\e219'; } .mdr-ev_station:after { content: '\e21a'; } .mdr-event:after { content: '\e21c'; } .mdr-event_available:after { content: '\e21e'; } .mdr-event_busy:after { content: '\e220'; } .mdr-event_note:after { content: '\e222'; } .mdr-event_seat:after { content: '\e224'; } .mdr-exit_to_app:after { content: '\e226'; } .mdr-expand_less:after { content: '\e227'; } .mdr-expand_more:after { content: '\e228'; } .mdr-explicit:after { content: '\e229'; } .mdr-explore:after { content: '\e22b'; } .mdr-explore_off:after { content: '\e22d'; } .mdr-exposure:after { content: '\e22f'; } .mdr-exposure_neg_1:after { content: '\e231'; } .mdr-exposure_neg_2:after { content: '\e232'; } .mdr-exposure_plus_1:after { content: '\e233'; } .mdr-exposure_plus_2:after { content: '\e234'; } .mdr-exposure_zero:after { content: '\e235'; } .mdr-extension:after { content: '\e236'; } .mdr-face:after { content: '\e238'; } .mdr-fast_forward:after { content: '\e23a'; } .mdr-fast_rewind:after { content: '\e23c'; } .mdr-fastfood:after { content: '\e23e'; } .mdr-favorite:after { content: '\e240'; } .mdr-favorite_border:after { content: '\e242'; } .mdr-featured_play_list:after { content: '\e243'; } .mdr-featured_video:after { content: '\e245'; } .mdr-feedback:after { content: '\e247'; } .mdr-fiber_dvr:after { content: '\e249'; } .mdr-fiber_manual_record:after { content: '\e24b'; } .mdr-fiber_new:after { content: '\e24d'; } .mdr-fiber_pin:after { content: '\e24f'; } .mdr-fiber_smart_record:after { content: '\e251'; } .mdr-file_copy:after { content: '\e253'; } .mdr-file_upload:after { content: '\e255'; } .mdr-filter:after { content: '\e257'; } .mdr-filter_1:after { content: '\e259'; } .mdr-filter_2:after { content: '\e25b'; } .mdr-filter_3:after { content: '\e25d'; } .mdr-filter_4:after { content: '\e25f'; } .mdr-filter_5:after { content: '\e261'; } .mdr-filter_6:after { content: '\e263'; } .mdr-filter_7:after { content: '\e265'; } .mdr-filter_8:after { content: '\e267'; } .mdr-filter_9:after { content: '\e269'; } .mdr-filter_9_plus:after { content: '\e26b'; } .mdr-filter_b_and_w:after { content: '\e26d'; } .mdr-filter_center_focus:after { content: '\e26f'; } .mdr-filter_drama:after { content: '\e270'; } .mdr-filter_frames:after { content: '\e272'; } .mdr-filter_hdr:after { content: '\e274'; } .mdr-filter_list:after { content: '\e276'; } .mdr-filter_none:after { content: '\e277'; } .mdr-filter_tilt_shift:after { content: '\e279'; } .mdr-filter_vintage:after { content: '\e27a'; } .mdr-find_in_page:after { content: '\e27c'; } .mdr-find_replace:after { content: '\e27e'; } .mdr-fingerprint:after { content: '\e27f'; } .mdr-fireplace:after { content: '\e280'; } .mdr-first_page:after { content: '\e282'; } .mdr-fitness_center:after { content: '\e283'; } .mdr-flag:after { content: '\e284'; } .mdr-flare:after { content: '\e286'; } .mdr-flash_auto:after { content: '\e287'; } .mdr-flash_off:after { content: '\e288'; } .mdr-flash_on:after { content: '\e289'; } .mdr-flight:after { content: '\e28a'; } .mdr-flight_land:after { content: '\e28b'; } .mdr-flight_takeoff:after { content: '\e28c'; } .mdr-flip:after { content: '\e28d'; } .mdr-flip_camera_android:after { content: '\e28e'; } .mdr-flip_camera_ios:after { content: '\e290'; } .mdr-flip_to_back:after { content: '\e292'; } .mdr-flip_to_front:after { content: '\e293'; } .mdr-folder:after { content: '\e294'; } .mdr-folder_open:after { content: '\e296'; } .mdr-folder_shared:after { content: '\e298'; } .mdr-folder_special:after { content: '\e29a'; } .mdr-font_download:after { content: '\e29c'; } .mdr-format_align_center:after { content: '\e29e'; } .mdr-format_align_justify:after { content: '\e29f'; } .mdr-format_align_left:after { content: '\e2a0'; } .mdr-format_align_right:after { content: '\e2a1'; } .mdr-format_bold:after { content: '\e2a2'; } .mdr-format_clear:after { content: '\e2a3'; } .mdr-format_color_fill:after { content: '\e2a4'; } .mdr-format_color_fill:before { content: '\e2a5'; } .mdr-format_color_reset:after { content: '\e2a6'; } .mdr-format_color_text:after { content: '\e2a8'; } .mdr-format_color_text:before { content: '\e2a9'; } .mdr-format_indent_decrease:after { content: '\e2aa'; } .mdr-format_indent_increase:after { content: '\e2ab'; } .mdr-format_italic:after { content: '\e2ac'; } .mdr-format_line_spacing:after { content: '\e2ad'; } .mdr-format_list_bulleted:after { content: '\e2ae'; } .mdr-format_list_numbered:after { content: '\e2af'; } .mdr-format_list_numbered_rtl:after { content: '\e2b0'; } .mdr-format_paint:after { content: '\e2b1'; } .mdr-format_quote:after { content: '\e2b3'; } .mdr-format_shapes:after { content: '\e2b5'; } .mdr-format_size:after { content: '\e2b7'; } .mdr-format_strikethrough:after { content: '\e2b8'; } .mdr-format_textdirection_l_to_r:after { content: '\e2b9'; } .mdr-format_textdirection_r_to_l:after { content: '\e2bb'; } .mdr-format_underlined:after { content: '\e2bd'; } .mdr-forum:after { content: '\e2be'; } .mdr-forward:after { content: '\e2c0'; } .mdr-forward_10:after { content: '\e2c2'; } .mdr-forward_30:after { content: '\e2c3'; } .mdr-forward_5:after { content: '\e2c4'; } .mdr-free_breakfast:after { content: '\e2c5'; } .mdr-fullscreen:after { content: '\e2c7'; } .mdr-fullscreen_exit:after { content: '\e2c8'; } .mdr-functions:after { content: '\e2c9'; } .mdr-g_translate:after { content: '\e2ca'; } .mdr-gamepad:after { content: '\e2cb'; } .mdr-games:after { content: '\e2cd'; } .mdr-gavel:after { content: '\e2cf'; } .mdr-gesture:after { content: '\e2d0'; } .mdr-get_app:after { content: '\e2d1'; } .mdr-gif:after { content: '\e2d3'; } .mdr-golf_course:after { content: '\e2d5'; } .mdr-gps_fixed:after { content: '\e2d7'; } .mdr-gps_not_fixed:after { content: '\e2d9'; } .mdr-gps_off:after { content: '\e2da'; } .mdr-grade:after { content: '\e2db'; } .mdr-gradient:after { content: '\e2dd'; } .mdr-grain:after { content: '\e2de'; } .mdr-graphic_eq:after { content: '\e2df'; } .mdr-greater_than:after { content: '\e2e0'; } .mdr-greater_than_equal:after { content: '\e2e1'; } .mdr-grid_off:after { content: '\e2e2'; } .mdr-grid_on:after { content: '\e2e4'; } .mdr-group:after { content: '\e2e6'; } .mdr-group_add:after { content: '\e2e8'; } .mdr-group_work:after { content: '\e2ea'; } .mdr-hd:after { content: '\e2ec'; } .mdr-hdr_off:after { content: '\e2ee'; } .mdr-hdr_on:after { content: '\e2ef'; } .mdr-hdr_strong:after { content: '\e2f0'; } .mdr-hdr_weak:after { content: '\e2f2'; } .mdr-headset:after { content: '\e2f4'; } .mdr-headset_mic:after { content: '\e2f6'; } .mdr-healing:after { content: '\e2f8'; } .mdr-hearing:after { content: '\e2fa'; } .mdr-height:after { content: '\e2fb'; } .mdr-help:after { content: '\e2fc'; } .mdr-help_outline:after { content: '\e2fe'; } .mdr-high_quality:after { content: '\e2ff'; } .mdr-highlight:after { content: '\e301'; } .mdr-highlight_off:after { content: '\e303'; } .mdr-history:after { content: '\e305'; } .mdr-home:after { content: '\e306'; } .mdr-home_work:after { content: '\e308'; } .mdr-horizontal_split:after { content: '\e30a'; } .mdr-hot_tub:after { content: '\e30c'; } .mdr-hotel:after { content: '\e30d'; } .mdr-hourglass_empty:after { content: '\e30f'; } .mdr-hourglass_full:after { content: '\e310'; } .mdr-house:after { content: '\e312'; } .mdr-how_to_reg:after { content: '\e314'; } .mdr-how_to_vote:after { content: '\e316'; } .mdr-http:after { content: '\e318'; } .mdr-https:after { content: '\e319'; } .mdr-image:after { content: '\e31b'; } .mdr-image_aspect_ratio:after { content: '\e31d'; } .mdr-image_search:after { content: '\e31f'; } .mdr-import_contacts:after { content: '\e321'; } .mdr-import_export:after { content: '\e323'; } .mdr-important_devices:after { content: '\e324'; } .mdr-inbox:after { content: '\e326'; } .mdr-indeterminate_check_box:after { content: '\e328'; } .mdr-info:after { content: '\e32a'; } .mdr-input:after { content: '\e32c'; } .mdr-insert_chart:after { content: '\e32d'; } .mdr-insert_chart_outlined:after { content: '\e32f'; } .mdr-insert_comment:after { content: '\e330'; } .mdr-insert_drive_file:after { content: '\e332'; } .mdr-insert_emoticon:after { content: '\e334'; } .mdr-insert_invitation:after { content: '\e336'; } .mdr-insert_link:after { content: '\e338'; } .mdr-insert_photo:after { content: '\e339'; } .mdr-invert_colors:after { content: '\e33b'; } .mdr-invert_colors_off:after { content: '\e33d'; } .mdr-iso:after { content: '\e33f'; } .mdr-keyboard:after { content: '\e341'; } .mdr-keyboard_arrow_down:after { content: '\e343'; } .mdr-keyboard_arrow_left:after { content: '\e344'; } .mdr-keyboard_arrow_right:after { content: '\e345'; } .mdr-keyboard_arrow_up:after { content: '\e346'; } .mdr-keyboard_backspace:after { content: '\e347'; } .mdr-keyboard_capslock:after { content: '\e348'; } .mdr-keyboard_hide:after { content: '\e349'; } .mdr-keyboard_return:after { content: '\e34b'; } .mdr-keyboard_tab:after { content: '\e34c'; } .mdr-keyboard_voice:after { content: '\e34d'; } .mdr-king_bed:after { content: '\e34f'; } .mdr-kitchen:after { content: '\e351'; } .mdr-label:after { content: '\e353'; } .mdr-label_important:after { content: '\e355'; } .mdr-label_off:after { content: '\e357'; } .mdr-landscape:after { content: '\e359'; } .mdr-language:after { content: '\e35b'; } .mdr-laptop:after { content: '\e35d'; } .mdr-laptop_chromebook:after { content: '\e35f'; } .mdr-laptop_mac:after { content: '\e361'; } .mdr-laptop_windows:after { content: '\e363'; } .mdr-last_page:after { content: '\e365'; } .mdr-launch:after { content: '\e366'; } .mdr-layers:after { content: '\e367'; } .mdr-layers_clear:after { content: '\e369'; } .mdr-leak_add:after { content: '\e36b'; } .mdr-leak_remove:after { content: '\e36c'; } .mdr-lens:after { content: '\e36d'; } .mdr-less_than:after { content: '\e36f'; } .mdr-less_than_equal:after { content: '\e370'; } .mdr-library_add:after { content: '\e371'; } .mdr-library_books:after { content: '\e373'; } .mdr-library_music:after { content: '\e375'; } .mdr-lightbulb:after { content: '\e377'; } .mdr-line_style:after { content: '\e379'; } .mdr-line_weight:after { content: '\e37a'; } .mdr-linear_scale:after { content: '\e37b'; } .mdr-link:after { content: '\e37c'; } .mdr-link_off:after { content: '\e37e'; } .mdr-linked_camera:after { content: '\e37f'; } .mdr-list:after { content: '\e381'; } .mdr-list_alt:after { content: '\e382'; } .mdr-live_help:after { content: '\e384'; } .mdr-live_tv:after { content: '\e386'; } .mdr-local_activity:after { content: '\e388'; } .mdr-local_airport:after { content: '\e38a'; } .mdr-local_atm:after { content: '\e38b'; } .mdr-local_bar:after { content: '\e38d'; } .mdr-local_cafe:after { content: '\e38f'; } .mdr-local_car_wash:after { content: '\e391'; } .mdr-local_convenience_store:after { content: '\e393'; } .mdr-local_dining:after { content: '\e395'; } .mdr-local_drink:after { content: '\e396'; } .mdr-local_florist:after { content: '\e398'; } .mdr-local_gas_station:after { content: '\e39a'; } .mdr-local_grocery_store:after { content: '\e39c'; } .mdr-local_hospital:after { content: '\e39e'; } .mdr-local_hotel:after { content: '\e3a0'; } .mdr-local_laundry_service:after { content: '\e3a2'; } .mdr-local_library:after { content: '\e3a4'; } .mdr-local_mall:after { content: '\e3a6'; } .mdr-local_movies:after { content: '\e3a8'; } .mdr-local_offer:after { content: '\e3aa'; } .mdr-local_parking:after { content: '\e3ac'; } .mdr-local_pharmacy:after { content: '\e3ad'; } .mdr-local_phone:after { content: '\e3af'; } .mdr-local_pizza:after { content: '\e3b1'; } .mdr-local_play:after { content: '\e3b3'; } .mdr-local_post_office:after { content: '\e3b5'; } .mdr-local_printshop:after { content: '\e3b7'; } .mdr-local_see:after { content: '\e3b9'; } .mdr-local_shipping:after { content: '\e3bb'; } .mdr-local_taxi:after { content: '\e3bd'; } .mdr-location_city:after { content: '\e3bf'; } .mdr-location_disabled:after { content: '\e3c0'; } .mdr-location_off:after { content: '\e3c1'; } .mdr-location_on:after { content: '\e3c2'; } .mdr-location_searching:after { content: '\e3c4'; } .mdr-lock:after { content: '\e3c5'; } .mdr-lock_open:after { content: '\e3c7'; } .mdr-log_in:after { content: '\e3c9'; } .mdr-log_out:after { content: '\e3ca'; } .mdr-looks:after { content: '\e3cb'; } .mdr-looks_3:after { content: '\e3cc'; } .mdr-looks_4:after { content: '\e3ce'; } .mdr-looks_5:after { content: '\e3d0'; } .mdr-looks_6:after { content: '\e3d2'; } .mdr-looks_one:after { content: '\e3d4'; } .mdr-looks_two:after { content: '\e3d6'; } .mdr-loop:after { content: '\e3d8'; } .mdr-loupe:after { content: '\e3d9'; } .mdr-low_priority:after { content: '\e3db'; } .mdr-loyalty:after { content: '\e3dc'; } .mdr-mail:after { content: '\e3de'; } .mdr-mail_outline:after { content: '\e3e0'; } .mdr-map:after { content: '\e3e1'; } .mdr-markunread:after { content: '\e3e3'; } .mdr-markunread_mailbox:after { content: '\e3e5'; } .mdr-maximize:after { content: '\e3e7'; } .mdr-meeting_room:after { content: '\e3e8'; } .mdr-memory:after { content: '\e3ea'; } .mdr-menu:after { content: '\e3ec'; } .mdr-menu_book:after { content: '\e3ed'; } .mdr-menu_open:after { content: '\e3ef'; } .mdr-merge_type:after { content: '\e3f0'; } .mdr-message:after { content: '\e3f1'; } .mdr-mic:after { content: '\e3f3'; } .mdr-mic_none:after { content: '\e3f5'; } .mdr-mic_off:after { content: '\e3f7'; } .mdr-minimize:after { content: '\e3f9'; } .mdr-minus:after { content: '\e3fa'; } .mdr-missed_video_call:after { content: '\e3fb'; } .mdr-mms:after { content: '\e3fd'; } .mdr-mobile_friendly:after { content: '\e3ff'; } .mdr-mobile_off:after { content: '\e400'; } .mdr-mobile_screen_share:after { content: '\e401'; } .mdr-mode_comment:after { content: '\e403'; } .mdr-monetization_on:after { content: '\e405'; } .mdr-money:after { content: '\e407'; } .mdr-money_off:after { content: '\e409'; } .mdr-monochrome_photos:after { content: '\e40a'; } .mdr-mood:after { content: '\e40c'; } .mdr-mood_bad:after { content: '\e40e'; } .mdr-more:after { content: '\e410'; } .mdr-more_horiz:after { content: '\e412'; } .mdr-more_vert:after { content: '\e413'; } .mdr-motorcycle:after { content: '\e414'; } .mdr-mouse:after { content: '\e416'; } .mdr-move_to_inbox:after { content: '\e418'; } .mdr-movie:after { content: '\e41a'; } .mdr-movie_creation:after { content: '\e41c'; } .mdr-movie_filter:after { content: '\e41e'; } .mdr-multiline_chart:after { content: '\e420'; } .mdr-museum:after { content: '\e421'; } .mdr-music_note:after { content: '\e423'; } .mdr-music_off:after { content: '\e425'; } .mdr-music_video:after { content: '\e427'; } .mdr-my_location:after { content: '\e429'; } .mdr-nature:after { content: '\e42b'; } .mdr-nature_people:after { content: '\e42d'; } .mdr-navigate_before:after { content: '\e42f'; } .mdr-navigate_next:after { content: '\e430'; } .mdr-navigation:after { content: '\e431'; } .mdr-near_me:after { content: '\e433'; } .mdr-network_cell:after { content: '\e435'; } .mdr-network_cell:before { content: '\e436'; } .mdr-network_check:after { content: '\e437'; } .mdr-network_locked:after { content: '\e438'; } .mdr-network_wifi:after { content: '\e439'; } .mdr-network_wifi:before { content: '\e43a'; } .mdr-new_releases:after { content: '\e43b'; } .mdr-next_week:after { content: '\e43d'; } .mdr-nfc:after { content: '\e43f'; } .mdr-nights_stay:after { content: '\e440'; } .mdr-no_encryption:after { content: '\e442'; } .mdr-no_meeting_room:after { content: '\e444'; } .mdr-no_sim:after { content: '\e446'; } .mdr-not_equal:after { content: '\e448'; } .mdr-not_interested:after { content: '\e449'; } .mdr-not_listed_location:after { content: '\e44a'; } .mdr-note:after { content: '\e44c'; } .mdr-note_add:after { content: '\e44e'; } .mdr-notes:after { content: '\e450'; } .mdr-notification_important:after { content: '\e451'; } .mdr-notifications:after { content: '\e453'; } .mdr-notifications_active:after { content: '\e455'; } .mdr-notifications_none:after { content: '\e457'; } .mdr-notifications_off:after { content: '\e459'; } .mdr-notifications_paused:after { content: '\e45b'; } .mdr-offline_bolt:after { content: '\e45d'; } .mdr-offline_pin:after { content: '\e45f'; } .mdr-ondemand_video:after { content: '\e461'; } .mdr-opacity:after { content: '\e463'; } .mdr-open_in_browser:after { content: '\e465'; } .mdr-open_in_new:after { content: '\e466'; } .mdr-open_with:after { content: '\e467'; } .mdr-outdoor_grill:after { content: '\e468'; } .mdr-outlined_flag:after { content: '\e46a'; } .mdr-pages:after { content: '\e46b'; } .mdr-pageview:after { content: '\e46d'; } .mdr-palette:after { content: '\e46f'; } .mdr-pan_tool:after { content: '\e471'; } .mdr-panorama:after { content: '\e473'; } .mdr-panorama_fish_eye:after { content: '\e475'; } .mdr-panorama_horizontal:after { content: '\e477'; } .mdr-panorama_vertical:after { content: '\e479'; } .mdr-panorama_wide_angle:after { content: '\e47b'; } .mdr-party_mode:after { content: '\e47d'; } .mdr-pause:after { content: '\e47f'; } .mdr-pause_circle_filled:after { content: '\e480'; } .mdr-pause_circle_outline:after { content: '\e482'; } .mdr-pause_presentation:after { content: '\e483'; } .mdr-payment:after { content: '\e485'; } .mdr-people:after { content: '\e487'; } .mdr-people_alt:after { content: '\e489'; } .mdr-people_outline:after { content: '\e48b'; } .mdr-percentage:after { content: '\e48d'; } .mdr-perm_camera_mic:after { content: '\e48f'; } .mdr-perm_contact_calendar:after { content: '\e491'; } .mdr-perm_data_setting:after { content: '\e493'; } .mdr-perm_device_information:after { content: '\e494'; } .mdr-perm_identity:after { content: '\e496'; } .mdr-perm_media:after { content: '\e498'; } .mdr-perm_phone_msg:after { content: '\e49a'; } .mdr-perm_scan_wifi:after { content: '\e49c'; } .mdr-person:after { content: '\e49e'; } .mdr-person_add:after { content: '\e4a0'; } .mdr-person_add_disabled:after { content: '\e4a2'; } .mdr-person_outline:after { content: '\e4a4'; } .mdr-person_pin:after { content: '\e4a6'; } .mdr-person_pin_circle:after { content: '\e4a8'; } .mdr-personal_video:after { content: '\e4aa'; } .mdr-pets:after { content: '\e4ac'; } .mdr-phone:after { content: '\e4ad'; } .mdr-phone_android:after { content: '\e4af'; } .mdr-phone_bluetooth_speaker:after { content: '\e4b1'; } .mdr-phone_callback:after { content: '\e4b3'; } .mdr-phone_disabled:after { content: '\e4b5'; } .mdr-phone_enabled:after { content: '\e4b6'; } .mdr-phone_forwarded:after { content: '\e4b7'; } .mdr-phone_in_talk:after { content: '\e4b9'; } .mdr-phone_iphone:after { content: '\e4bb'; } .mdr-phone_locked:after { content: '\e4bd'; } .mdr-phone_missed:after { content: '\e4bf'; } .mdr-phone_paused:after { content: '\e4c1'; } .mdr-phonelink:after { content: '\e4c3'; } .mdr-phonelink_erase:after { content: '\e4c5'; } .mdr-phonelink_lock:after { content: '\e4c6'; } .mdr-phonelink_off:after { content: '\e4c7'; } .mdr-phonelink_ring:after { content: '\e4c9'; } .mdr-phonelink_setup:after { content: '\e4cb'; } .mdr-photo:after { content: '\e4cc'; } .mdr-photo_album:after { content: '\e4ce'; } .mdr-photo_camera:after { content: '\e4d0'; } .mdr-photo_filter:after { content: '\e4d2'; } .mdr-photo_library:after { content: '\e4d3'; } .mdr-photo_size_select_actual:after { content: '\e4d5'; } .mdr-photo_size_select_large:after { content: '\e4d7'; } .mdr-photo_size_select_small:after { content: '\e4d8'; } .mdr-picture_as_pdf:after { content: '\e4d9'; } .mdr-picture_in_picture:after { content: '\e4db'; } .mdr-picture_in_picture_alt:after { content: '\e4dd'; } .mdr-pie_chart:after { content: '\e4df'; } .mdr-pin:after { content: '\e4e1'; } .mdr-pin_drop:after { content: '\e4e3'; } .mdr-pin_off:after { content: '\e4e5'; } .mdr-place:after { content: '\e4e7'; } .mdr-play_arrow:after { content: '\e4e9'; } .mdr-play_circle_filled:after { content: '\e4eb'; } .mdr-play_circle_filled_white:after { content: '\e4ed'; } .mdr-play_circle_outline:after { content: '\e4ef'; } .mdr-play_for_work:after { content: '\e4f0'; } .mdr-playlist_add:after { content: '\e4f1'; } .mdr-playlist_add_check:after { content: '\e4f2'; } .mdr-playlist_play:after { content: '\e4f3'; } .mdr-plus:after { content: '\e4f4'; } .mdr-plus_minus:after { content: '\e4f5'; } .mdr-plus_minus_alt:after { content: '\e4f6'; } .mdr-plus_one:after { content: '\e4f7'; } .mdr-policy:after { content: '\e4f8'; } .mdr-poll:after { content: '\e4fa'; } .mdr-polymer:after { content: '\e4fc'; } .mdr-pool:after { content: '\e4fd'; } .mdr-portable_wifi_off:after { content: '\e4ff'; } .mdr-portrait:after { content: '\e500'; } .mdr-post_add:after { content: '\e502'; } .mdr-power:after { content: '\e503'; } .mdr-power_input:after { content: '\e505'; } .mdr-power_off:after { content: '\e506'; } .mdr-power_settings_new:after { content: '\e508'; } .mdr-pregnant_woman:after { content: '\e509'; } .mdr-present_to_all:after { content: '\e50a'; } .mdr-print:after { content: '\e50c'; } .mdr-print_disabled:after { content: '\e50e'; } .mdr-priority_high:after { content: '\e510'; } .mdr-public:after { content: '\e511'; } .mdr-publish:after { content: '\e513'; } .mdr-qrcode:after { content: '\e515'; } .mdr-query_builder:after { content: '\e517'; } .mdr-question_answer:after { content: '\e519'; } .mdr-queue:after { content: '\e51b'; } .mdr-queue_music:after { content: '\e51d'; } .mdr-queue_play_next:after { content: '\e51f'; } .mdr-radio:after { content: '\e520'; } .mdr-radio_button_checked:after { content: '\e522'; } .mdr-radio_button_unchecked:after { content: '\e523'; } .mdr-rate_review:after { content: '\e524'; } .mdr-receipt:after { content: '\e526'; } .mdr-recent_actors:after { content: '\e528'; } .mdr-record_voice_over:after { content: '\e52a'; } .mdr-redeem:after { content: '\e52c'; } .mdr-redo:after { content: '\e52e'; } .mdr-refresh:after { content: '\e52f'; } .mdr-remove:after { content: '\e530'; } .mdr-remove_circle:after { content: '\e531'; } .mdr-remove_circle_outline:after { content: '\e533'; } .mdr-remove_from_queue:after { content: '\e534'; } .mdr-remove_red_eye:after { content: '\e536'; } .mdr-remove_shopping_cart:after { content: '\e538'; } .mdr-reorder:after { content: '\e53a'; } .mdr-repeat:after { content: '\e53b'; } .mdr-repeat_one:after { content: '\e53c'; } .mdr-replay:after { content: '\e53d'; } .mdr-replay_10:after { content: '\e53e'; } .mdr-replay_30:after { content: '\e53f'; } .mdr-replay_5:after { content: '\e540'; } .mdr-reply:after { content: '\e541'; } .mdr-reply_all:after { content: '\e542'; } .mdr-report:after { content: '\e543'; } .mdr-report_off:after { content: '\e545'; } .mdr-report_problem:after { content: '\e547'; } .mdr-restaurant:after { content: '\e549'; } .mdr-restaurant_menu:after { content: '\e54a'; } .mdr-restore:after { content: '\e54b'; } .mdr-restore_from_trash:after { content: '\e54c'; } .mdr-restore_page:after { content: '\e54e'; } .mdr-ring_volume:after { content: '\e550'; } .mdr-rocket:after { content: '\e552'; } .mdr-room:after { content: '\e554'; } .mdr-room_service:after { content: '\e556'; } .mdr-rotate_90_degrees_ccw:after { content: '\e558'; } .mdr-rotate_left:after { content: '\e55a'; } .mdr-rotate_right:after { content: '\e55b'; } .mdr-rounded_corner:after { content: '\e55c'; } .mdr-router:after { content: '\e55d'; } .mdr-rowing:after { content: '\e55f'; } .mdr-rss_feed:after { content: '\e560'; } .mdr-rv_hookup:after { content: '\e561'; } .mdr-satellite:after { content: '\e563'; } .mdr-save:after { content: '\e565'; } .mdr-save_alt:after { content: '\e567'; } .mdr-scanner:after { content: '\e568'; } .mdr-scatter_plot:after { content: '\e56a'; } .mdr-schedule:after { content: '\e56c'; } .mdr-school:after { content: '\e56e'; } .mdr-score:after { content: '\e570'; } .mdr-screen_lock_landscape:after { content: '\e572'; } .mdr-screen_lock_portrait:after { content: '\e574'; } .mdr-screen_lock_rotation:after { content: '\e576'; } .mdr-screen_rotation:after { content: '\e577'; } .mdr-screen_share:after { content: '\e579'; } .mdr-sd_card:after { content: '\e57b'; } .mdr-sd_storage:after { content: '\e57d'; } .mdr-search:after { content: '\e57f'; } .mdr-security:after { content: '\e580'; } .mdr-select_all:after { content: '\e582'; } .mdr-send:after { content: '\e583'; } .mdr-sentiment_dissatisfied:after { content: '\e585'; } .mdr-sentiment_neutral:after { content: '\e587'; } .mdr-sentiment_satisfied:after { content: '\e589'; } .mdr-sentiment_satisfied_alt:after { content: '\e58b'; } .mdr-sentiment_slightly_dissatisfied:after { content: '\e58d'; } .mdr-sentiment_very_dissatisfied:after { content: '\e58f'; } .mdr-sentiment_very_satisfied:after { content: '\e591'; } .mdr-settings:after { content: '\e593'; } .mdr-settings_applications:after { content: '\e595'; } .mdr-settings_backup_restore:after { content: '\e597'; } .mdr-settings_bluetooth:after { content: '\e598'; } .mdr-settings_brightness:after { content: '\e599'; } .mdr-settings_cell:after { content: '\e59b'; } .mdr-settings_ethernet:after { content: '\e59d'; } .mdr-settings_input_antenna:after { content: '\e59e'; } .mdr-settings_input_component:after { content: '\e59f'; } .mdr-settings_input_composite:after { content: '\e5a1'; } .mdr-settings_input_hdmi:after { content: '\e5a3'; } .mdr-settings_input_svideo:after { content: '\e5a5'; } .mdr-settings_overscan:after { content: '\e5a7'; } .mdr-settings_phone:after { content: '\e5a9'; } .mdr-settings_power:after { content: '\e5ab'; } .mdr-settings_remote:after { content: '\e5ac'; } .mdr-settings_system_daydream:after { content: '\e5ae'; } .mdr-settings_voice:after { content: '\e5b0'; } .mdr-share:after { content: '\e5b2'; } .mdr-shop:after { content: '\e5b4'; } .mdr-shop_two:after { content: '\e5b6'; } .mdr-shopping_basket:after { content: '\e5b8'; } .mdr-shopping_cart:after { content: '\e5ba'; } .mdr-short_text:after { content: '\e5bc'; } .mdr-show_chart:after { content: '\e5bd'; } .mdr-shuffle:after { content: '\e5be'; } .mdr-shutter_speed:after { content: '\e5bf'; } .mdr-signal_cellular_0_bar:after { content: '\e5c1'; } .mdr-signal_cellular_0_bar:before { content: '\e5c2'; } .mdr-signal_cellular_1_bar:after { content: '\e5c3'; } .mdr-signal_cellular_1_bar:before { content: '\e5c4'; } .mdr-signal_cellular_2_bar:after { content: '\e5c5'; } .mdr-signal_cellular_2_bar:before { content: '\e5c6'; } .mdr-signal_cellular_3_bar:after { content: '\e5c7'; } .mdr-signal_cellular_3_bar:before { content: '\e5c8'; } .mdr-signal_cellular_4_bar:after { content: '\e5c9'; } .mdr-signal_cellular_alt:after { content: '\e5ca'; } .mdr-signal_cellular_connected_no_internet_0_bar:after { content: '\e5cb'; } .mdr-signal_cellular_connected_no_internet_0_bar:before { content: '\e5cc'; } .mdr-signal_cellular_connected_no_internet_1_bar:after { content: '\e5cd'; } .mdr-signal_cellular_connected_no_internet_1_bar:before { content: '\e5ce'; } .mdr-signal_cellular_connected_no_internet_2_bar:after { content: '\e5cf'; } .mdr-signal_cellular_connected_no_internet_2_bar:before { content: '\e5d0'; } .mdr-signal_cellular_connected_no_internet_3_bar:after { content: '\e5d1'; } .mdr-signal_cellular_connected_no_internet_3_bar:before { content: '\e5d2'; } .mdr-signal_cellular_connected_no_internet_4_bar:after { content: '\e5d3'; } .mdr-signal_cellular_no_sim:after { content: '\e5d4'; } .mdr-signal_cellular_null:after { content: '\e5d6'; } .mdr-signal_cellular_off:after { content: '\e5d7'; } .mdr-signal_wifi_0_bar:after { content: '\e5d8'; } .mdr-signal_wifi_0_bar:before { content: '\e5d9'; } .mdr-signal_wifi_1_bar:after { content: '\e5da'; } .mdr-signal_wifi_1_bar:before { content: '\e5db'; } .mdr-signal_wifi_1_bar_lock:after { content: '\e5dc'; } .mdr-signal_wifi_1_bar_lock:before { content: '\e5dd'; } .mdr-signal_wifi_2_bar:after { content: '\e5de'; } .mdr-signal_wifi_2_bar:before { content: '\e5df'; } .mdr-signal_wifi_2_bar_lock:after { content: '\e5e0'; } .mdr-signal_wifi_2_bar_lock:before { content: '\e5e1'; } .mdr-signal_wifi_3_bar:after { content: '\e5e2'; } .mdr-signal_wifi_3_bar:before { content: '\e5e3'; } .mdr-signal_wifi_3_bar_lock:after { content: '\e5e4'; } .mdr-signal_wifi_3_bar_lock:before { content: '\e5e5'; } .mdr-signal_wifi_4_bar:after { content: '\e5e6'; } .mdr-signal_wifi_4_bar_lock:after { content: '\e5e7'; } .mdr-signal_wifi_off:after { content: '\e5e8'; } .mdr-sim_card:after { content: '\e5e9'; } .mdr-sim_card_alert:after { content: '\e5eb'; } .mdr-single_bed:after { content: '\e5ed'; } .mdr-skip_next:after { content: '\e5ef'; } .mdr-skip_previous:after { content: '\e5f1'; } .mdr-slideshow:after { content: '\e5f3'; } .mdr-slow_motion_video:after { content: '\e5f5'; } .mdr-smartphone:after { content: '\e5f6'; } .mdr-smoke_free:after { content: '\e5f8'; } .mdr-smoking_rooms:after { content: '\e5f9'; } .mdr-sms:after { content: '\e5fb'; } .mdr-sms_failed:after { content: '\e5fd'; } .mdr-snooze:after { content: '\e5ff'; } .mdr-sort:after { content: '\e600'; } .mdr-sort_by_alpha:after { content: '\e601'; } .mdr-spa:after { content: '\e602'; } .mdr-space_bar:after { content: '\e604'; } .mdr-speaker:after { content: '\e605'; } .mdr-speaker_group:after { content: '\e607'; } .mdr-speaker_notes:after { content: '\e609'; } .mdr-speaker_notes_off:after { content: '\e60b'; } .mdr-speaker_phone:after { content: '\e60d'; } .mdr-speed:after { content: '\e60f'; } .mdr-spellcheck:after { content: '\e610'; } .mdr-sports:after { content: '\e611'; } .mdr-sports_baseball:after { content: '\e612'; } .mdr-sports_basketball:after { content: '\e614'; } .mdr-sports_cricket:after { content: '\e616'; } .mdr-sports_esports:after { content: '\e618'; } .mdr-sports_football:after { content: '\e61a'; } .mdr-sports_golf:after { content: '\e61c'; } .mdr-sports_handball:after { content: '\e61e'; } .mdr-sports_hockey:after { content: '\e61f'; } .mdr-sports_kabaddi:after { content: '\e620'; } .mdr-sports_mma:after { content: '\e621'; } .mdr-sports_motorsports:after { content: '\e623'; } .mdr-sports_rugby:after { content: '\e625'; } .mdr-sports_soccer:after { content: '\e627'; } .mdr-sports_tennis:after { content: '\e629'; } .mdr-sports_volleyball:after { content: '\e62a'; } .mdr-square_foot:after { content: '\e62c'; } .mdr-star:after { content: '\e62e'; } .mdr-star_border:after { content: '\e630'; } .mdr-star_half:after { content: '\e631'; } .mdr-star_rate:after { content: '\e632'; } .mdr-stars:after { content: '\e633'; } .mdr-stay_current_landscape:after { content: '\e635'; } .mdr-stay_current_portrait:after { content: '\e637'; } .mdr-stay_primary_landscape:after { content: '\e639'; } .mdr-stay_primary_portrait:after { content: '\e63b'; } .mdr-stop:after { content: '\e63d'; } .mdr-stop_circle:after { content: '\e63f'; } .mdr-stop_screen_share:after { content: '\e641'; } .mdr-storage:after { content: '\e643'; } .mdr-store:after { content: '\e644'; } .mdr-store_mall_directory:after { content: '\e646'; } .mdr-storefront:after { content: '\e648'; } .mdr-straighten:after { content: '\e64a'; } .mdr-streetview:after { content: '\e64c'; } .mdr-strikethrough_s:after { content: '\e64d'; } .mdr-style:after { content: '\e64e'; } .mdr-subdirectory_arrow_left:after { content: '\e650'; } .mdr-subdirectory_arrow_right:after { content: '\e651'; } .mdr-subject:after { content: '\e652'; } .mdr-subscriptions:after { content: '\e653'; } .mdr-subtitles:after { content: '\e655'; } .mdr-subway:after { content: '\e657'; } .mdr-supervised_user_circle:after { content: '\e659'; } .mdr-supervisor_account:after { content: '\e65b'; } .mdr-surround_sound:after { content: '\e65d'; } .mdr-swap_calls:after { content: '\e65f'; } .mdr-swap_horiz:after { content: '\e660'; } .mdr-swap_horizontal_circle:after { content: '\e661'; } .mdr-swap_vert:after { content: '\e663'; } .mdr-swap_vertical_circle:after { content: '\e664'; } .mdr-switch_camera:after { content: '\e666'; } .mdr-switch_video:after { content: '\e668'; } .mdr-sync:after { content: '\e66a'; } .mdr-sync_alt:after { content: '\e66b'; } .mdr-sync_disabled:after { content: '\e66c'; } .mdr-sync_problem:after { content: '\e66d'; } .mdr-system_update:after { content: '\e66e'; } .mdr-system_update_alt:after { content: '\e670'; } .mdr-tab:after { content: '\e671'; } .mdr-tab_unselected:after { content: '\e672'; } .mdr-table_chart:after { content: '\e673'; } .mdr-tablet:after { content: '\e675'; } .mdr-tablet_android:after { content: '\e677'; } .mdr-tablet_mac:after { content: '\e679'; } .mdr-tag_faces:after { content: '\e67b'; } .mdr-tap_and_play:after { content: '\e67d'; } .mdr-terrain:after { content: '\e67e'; } .mdr-text_fields:after { content: '\e680'; } .mdr-text_format:after { content: '\e681'; } .mdr-text_rotate_up:after { content: '\e682'; } .mdr-text_rotate_vertical:after { content: '\e683'; } .mdr-text_rotation_angledown:after { content: '\e684'; } .mdr-text_rotation_angleup:after { content: '\e685'; } .mdr-text_rotation_down:after { content: '\e686'; } .mdr-text_rotation_none:after { content: '\e687'; } .mdr-textsms:after { content: '\e688'; } .mdr-texture:after { content: '\e68a'; } .mdr-theaters:after { content: '\e68b'; } .mdr-thumb_down:after { content: '\e68d'; } .mdr-thumb_down_alt:after { content: '\e68f'; } .mdr-thumb_up:after { content: '\e691'; } .mdr-thumb_up_alt:after { content: '\e693'; } .mdr-thumbs_up_down:after { content: '\e695'; } .mdr-time_to_leave:after { content: '\e697'; } .mdr-timelapse:after { content: '\e699'; } .mdr-timeline:after { content: '\e69b'; } .mdr-timer:after { content: '\e69c'; } .mdr-timer_10:after { content: '\e69e'; } .mdr-timer_3:after { content: '\e69f'; } .mdr-timer_off:after { content: '\e6a0'; } .mdr-title:after { content: '\e6a2'; } .mdr-toc:after { content: '\e6a3'; } .mdr-today:after { content: '\e6a4'; } .mdr-toggle_off:after { content: '\e6a6'; } .mdr-toggle_on:after { content: '\e6a8'; } .mdr-toll:after { content: '\e6aa'; } .mdr-tonality:after { content: '\e6ac'; } .mdr-touch_app:after { content: '\e6ae'; } .mdr-toys:after { content: '\e6b0'; } .mdr-track_changes:after { content: '\e6b2'; } .mdr-traffic:after { content: '\e6b3'; } .mdr-train:after { content: '\e6b5'; } .mdr-tram:after { content: '\e6b7'; } .mdr-transfer_within_a_station:after { content: '\e6b9'; } .mdr-transform:after { content: '\e6ba'; } .mdr-transit_enterexit:after { content: '\e6bb'; } .mdr-translate:after { content: '\e6bc'; } .mdr-trending_down:after { content: '\e6bd'; } .mdr-trending_flat:after { content: '\e6be'; } .mdr-trending_up:after { content: '\e6bf'; } .mdr-trip_origin:after { content: '\e6c0'; } .mdr-tune:after { content: '\e6c1'; } .mdr-turned_in:after { content: '\e6c2'; } .mdr-turned_in_not:after { content: '\e6c4'; } .mdr-tv:after { content: '\e6c5'; } .mdr-tv_off:after { content: '\e6c7'; } .mdr-unarchive:after { content: '\e6c9'; } .mdr-undo:after { content: '\e6cb'; } .mdr-unfold_less:after { content: '\e6cc'; } .mdr-unfold_more:after { content: '\e6cd'; } .mdr-unsubscribe:after { content: '\e6ce'; } .mdr-update:after { content: '\e6d0'; } .mdr-usb:after { content: '\e6d1'; } .mdr-verified_user:after { content: '\e6d2'; } .mdr-vertical_align_bottom:after { content: '\e6d4'; } .mdr-vertical_align_center:after { content: '\e6d5'; } .mdr-vertical_align_top:after { content: '\e6d6'; } .mdr-vertical_split:after { content: '\e6d7'; } .mdr-vibration:after { content: '\e6d9'; } .mdr-video_call:after { content: '\e6db'; } .mdr-video_label:after { content: '\e6dd'; } .mdr-video_library:after { content: '\e6df'; } .mdr-videocam:after { content: '\e6e1'; } .mdr-videocam_off:after { content: '\e6e3'; } .mdr-videogame_asset:after { content: '\e6e5'; } .mdr-view_agenda:after { content: '\e6e7'; } .mdr-view_array:after { content: '\e6e9'; } .mdr-view_carousel:after { content: '\e6eb'; } .mdr-view_column:after { content: '\e6ed'; } .mdr-view_comfy:after { content: '\e6ef'; } .mdr-view_compact:after { content: '\e6f1'; } .mdr-view_day:after { content: '\e6f3'; } .mdr-view_headline:after { content: '\e6f5'; } .mdr-view_list:after { content: '\e6f6'; } .mdr-view_module:after { content: '\e6f8'; } .mdr-view_quilt:after { content: '\e6fa'; } .mdr-view_stream:after { content: '\e6fc'; } .mdr-view_week:after { content: '\e6fe'; } .mdr-vignette:after { content: '\e700'; } .mdr-visibility:after { content: '\e702'; } .mdr-visibility_off:after { content: '\e704'; } .mdr-voice_chat:after { content: '\e706'; } .mdr-voice_over_off:after { content: '\e708'; } .mdr-voicemail:after { content: '\e70a'; } .mdr-volume_down:after { content: '\e70b'; } .mdr-volume_mute:after { content: '\e70d'; } .mdr-volume_off:after { content: '\e70f'; } .mdr-volume_up:after { content: '\e711'; } .mdr-vpn_key:after { content: '\e713'; } .mdr-vpn_lock:after { content: '\e715'; } .mdr-wallpaper:after { content: '\e717'; } .mdr-warning:after { content: '\e718'; } .mdr-watch:after { content: '\e71a'; } .mdr-watch_later:after { content: '\e71c'; } .mdr-waves:after { content: '\e71e'; } .mdr-wb_auto:after { content: '\e71f'; } .mdr-wb_cloudy:after { content: '\e721'; } .mdr-wb_incandescent:after { content: '\e723'; } .mdr-wb_iridescent:after { content: '\e725'; } .mdr-wb_sunny:after { content: '\e727'; } .mdr-wc:after { content: '\e729'; } .mdr-web:after { content: '\e72a'; } .mdr-web_asset:after { content: '\e72c'; } .mdr-weekend:after { content: '\e72e'; } .mdr-whatshot:after { content: '\e730'; } .mdr-where_to_vote:after { content: '\e732'; } .mdr-widgets:after { content: '\e734'; } .mdr-wifi:after { content: '\e736'; } .mdr-wifi_lock:after { content: '\e737'; } .mdr-wifi_off:after { content: '\e738'; } .mdr-wifi_tethering:after { content: '\e739'; } .mdr-work:after { content: '\e73a'; } .mdr-work_off:after { content: '\e73c'; } .mdr-work_outline:after { content: '\e73e'; } .mdr-wrap_text:after { content: '\e73f'; } .mdr-youtube_searched_for:after { content: '\e740'; } .mdr-zoom_in:after { content: '\e741'; } .mdr-zoom_out:after { content: '\e742'; } .mdr-zoom_out_map:after { content: '\e743'; } .mdr-add_ic_call:after { content: '\e744'; } .mdr-library_add_check:after { content: '\e746'; } .mdr-star_outline:after { content: '\e748'; } .mdr-two_wheeler:after { content: '\e749'; } .mdr-5g:after { content: '\e74a'; } .mdr-ad_units:after { content: '\e74b'; } .mdr-add_business:after { content: '\e74d'; } .mdr-add_location_alt:after { content: '\e74f'; } .mdr-add_road:after { content: '\e751'; } .mdr-addchart:after { content: '\e752'; } .mdr-admin_panel_settings:after { content: '\e753'; } .mdr-agriculture:after { content: '\e755'; } .mdr-alt_route:after { content: '\e757'; } .mdr-analytics:after { content: '\e758'; } .mdr-anchor:after { content: '\e75a'; } .mdr-api:after { content: '\e75b'; } .mdr-app_blocking:after { content: '\e75c'; } .mdr-app_settings_alt:after { content: '\e75e'; } .mdr-architecture:after { content: '\e760'; } .mdr-arrow_circle_down:after { content: '\e761'; } .mdr-arrow_circle_up:after { content: '\e763'; } .mdr-article:after { content: '\e765'; } .mdr-attach_email:after { content: '\e767'; } .mdr-auto_delete:after { content: '\e768'; } .mdr-baby_changing_station:after { content: '\e76a'; } .mdr-backpack:after { content: '\e76b'; } .mdr-backup_table:after { content: '\e76d'; } .mdr-batch_prediction:after { content: '\e76f'; } .mdr-bedtime:after { content: '\e771'; } .mdr-bike_scooter:after { content: '\e773'; } .mdr-biotech:after { content: '\e774'; } .mdr-browser_not_supported:after { content: '\e776'; } .mdr-build_circle:after { content: '\e777'; } .mdr-calculate:after { content: '\e779'; } .mdr-campaign:after { content: '\e77b'; } .mdr-charging_station:after { content: '\e77d'; } .mdr-checkroom:after { content: '\e77f'; } .mdr-cleaning_services:after { content: '\e780'; } .mdr-close_fullscreen:after { content: '\e782'; } .mdr-comment_bank:after { content: '\e783'; } .mdr-construction:after { content: '\e785'; } .mdr-corporate_fare:after { content: '\e786'; } .mdr-design_services:after { content: '\e788'; } .mdr-directions_off:after { content: '\e78a'; } .mdr-do_not_step:after { content: '\e78b'; } .mdr-do_not_touch:after { content: '\e78d'; } .mdr-domain_verification:after { content: '\e78f'; } .mdr-dry:after { content: '\e791'; } .mdr-dynamic_form:after { content: '\e793'; } .mdr-edit_road:after { content: '\e795'; } .mdr-electric_bike:after { content: '\e797'; } .mdr-electric_car:after { content: '\e798'; } .mdr-electric_moped:after { content: '\e79a'; } .mdr-electric_scooter:after { content: '\e79c'; } .mdr-electrical_services:after { content: '\e79d'; } .mdr-elevator:after { content: '\e79e'; } .mdr-engineering:after { content: '\e7a0'; } .mdr-escalator:after { content: '\e7a2'; } .mdr-escalator_warning:after { content: '\e7a4'; } .mdr-fact_check:after { content: '\e7a5'; } .mdr-family_restroom:after { content: '\e7a7'; } .mdr-filter_alt:after { content: '\e7a8'; } .mdr-flaky:after { content: '\e7aa'; } .mdr-forward_to_inbox:after { content: '\e7ab'; } .mdr-grading:after { content: '\e7ad'; } .mdr-handyman:after { content: '\e7ae'; } .mdr-hearing_disabled:after { content: '\e7b0'; } .mdr-help_center:after { content: '\e7b1'; } .mdr-highlight_alt:after { content: '\e7b3'; } .mdr-history_edu:after { content: '\e7b4'; } .mdr-history_toggle_off:after { content: '\e7b6'; } .mdr-home_repair_service:after { content: '\e7b7'; } .mdr-horizontal_rule:after { content: '\e7b9'; } .mdr-hourglass_bottom:after { content: '\e7ba'; } .mdr-hourglass_disabled:after { content: '\e7bc'; } .mdr-hourglass_top:after { content: '\e7bd'; } .mdr-hvac:after { content: '\e7bf'; } .mdr-image_not_supported:after { content: '\e7c1'; } .mdr-insights:after { content: '\e7c3'; } .mdr-integration_instructions:after { content: '\e7c4'; } .mdr-legend_toggle:after { content: '\e7c6'; } .mdr-login:after { content: '\e7c7'; } .mdr-maps_ugc:after { content: '\e7c8'; } .mdr-mark_chat_read:after { content: '\e7ca'; } .mdr-mark_chat_unread:after { content: '\e7cc'; } .mdr-mark_email_read:after { content: '\e7ce'; } .mdr-mark_email_unread:after { content: '\e7d0'; } .mdr-mediation:after { content: '\e7d2'; } .mdr-medical_services:after { content: '\e7d3'; } .mdr-military_tech:after { content: '\e7d5'; } .mdr-miscellaneous_services:after { content: '\e7d7'; } .mdr-model_training:after { content: '\e7d8'; } .mdr-moped:after { content: '\e7d9'; } .mdr-more_time:after { content: '\e7db'; } .mdr-multiple_stop:after { content: '\e7dc'; } .mdr-nat:after { content: '\e7dd'; } .mdr-next_plan:after { content: '\e7df'; } .mdr-no_cell:after { content: '\e7e1'; } .mdr-no_drinks:after { content: '\e7e3'; } .mdr-no_flash:after { content: '\e7e5'; } .mdr-no_food:after { content: '\e7e7'; } .mdr-no_photography:after { content: '\e7e9'; } .mdr-no_stroller:after { content: '\e7eb'; } .mdr-not_accessible:after { content: '\e7ed'; } .mdr-not_started:after { content: '\e7ee'; } .mdr-online_prediction:after { content: '\e7f0'; } .mdr-open_in_full:after { content: '\e7f1'; } .mdr-outlet:after { content: '\e7f2'; } .mdr-payments:after { content: '\e7f4'; } .mdr-pedal_bike:after { content: '\e7f6'; } .mdr-pending:after { content: '\e7f7'; } .mdr-pending_actions:after { content: '\e7f9'; } .mdr-person_add_alt_1:after { content: '\e7fb'; } .mdr-person_remove:after { content: '\e7fd'; } .mdr-person_remove_alt_1:after { content: '\e7ff'; } .mdr-person_search:after { content: '\e801'; } .mdr-pest_control:after { content: '\e803'; } .mdr-pest_control_rodent:after { content: '\e805'; } .mdr-plagiarism:after { content: '\e807'; } .mdr-plumbing:after { content: '\e809'; } .mdr-point_of_sale:after { content: '\e80a'; } .mdr-preview:after { content: '\e80c'; } .mdr-privacy_tip:after { content: '\e80e'; } .mdr-psychology:after { content: '\e810'; } .mdr-public_off:after { content: '\e812'; } .mdr-push_pin:after { content: '\e814'; } .mdr-qr_code:after { content: '\e816'; } .mdr-quickreply:after { content: '\e818'; } .mdr-read_more:after { content: '\e81a'; } .mdr-receipt_long:after { content: '\e81b'; } .mdr-request_quote:after { content: '\e81d'; } .mdr-room_preferences:after { content: '\e81f'; } .mdr-rule:after { content: '\e821'; } .mdr-rule_folder:after { content: '\e822'; } .mdr-run_circle:after { content: '\e824'; } .mdr-science:after { content: '\e826'; } .mdr-search_off:after { content: '\e828'; } .mdr-self_improvement:after { content: '\e829'; } .mdr-sensor_door:after { content: '\e82a'; } .mdr-sensor_window:after { content: '\e82c'; } .mdr-shopping_bag:after { content: '\e82e'; } .mdr-smart_button:after { content: '\e830'; } .mdr-snippet_folder:after { content: '\e831'; } .mdr-soap:after { content: '\e833'; } .mdr-source:after { content: '\e835'; } .mdr-stairs:after { content: '\e837'; } .mdr-stroller:after { content: '\e839'; } .mdr-subscript:after { content: '\e83b'; } .mdr-subtitles_off:after { content: '\e83c'; } .mdr-superscript:after { content: '\e83e'; } .mdr-support:after { content: '\e83f'; } .mdr-support_agent:after { content: '\e841'; } .mdr-switch_left:after { content: '\e842'; } .mdr-switch_right:after { content: '\e844'; } .mdr-table_rows:after { content: '\e846'; } .mdr-table_view:after { content: '\e848'; } .mdr-text_snippet:after { content: '\e84a'; } .mdr-topic:after { content: '\e84c'; } .mdr-tour:after { content: '\e84e'; } .mdr-tty:after { content: '\e850'; } .mdr-umbrella:after { content: '\e852'; } .mdr-upgrade:after { content: '\e854'; } .mdr-verified:after { content: '\e855'; } .mdr-video_settings:after { content: '\e857'; } .mdr-view_sidebar:after { content: '\e858'; } .mdr-wash:after { content: '\e85a'; } .mdr-wheelchair_pickup:after { content: '\e85c'; } .mdr-wifi_calling:after { content: '\e85d'; } .mdr-wifi_protected_setup:after { content: '\e85f'; } .mdr-wrong_location:after { content: '\e860'; } .mdr-wysiwyg:after { content: '\e861'; } .mdr-bento:after { content: '\e864'; } .mdr-carpenter:after { content: '\e866'; } .mdr-closed_caption_disabled:after { content: '\e868'; } .mdr-countertops:after { content: '\e86a'; } .mdr-east:after { content: '\e86c'; } .mdr-fence:after { content: '\e86d'; } .mdr-fire_extinguisher:after { content: '\e86f'; } .mdr-food_bank:after { content: '\e870'; } .mdr-foundation:after { content: '\e872'; } .mdr-grass:after { content: '\e874'; } .mdr-house_siding:after { content: '\e875'; } .mdr-leaderboard:after { content: '\e877'; } .mdr-microwave:after { content: '\e879'; } .mdr-near_me_disabled:after { content: '\e87b'; } .mdr-night_shelter:after { content: '\e87d'; } .mdr-no_meals:after { content: '\e87f'; } .mdr-no_transfer:after { content: '\e880'; } .mdr-north:after { content: '\e882'; } .mdr-north_east:after { content: '\e883'; } .mdr-north_west:after { content: '\e884'; } .mdr-qr_code_scanner:after { content: '\e885'; } .mdr-rice_bowl:after { content: '\e886'; } .mdr-roofing:after { content: '\e888'; } .mdr-set_meal:after { content: '\e88a'; } .mdr-south:after { content: '\e88c'; } .mdr-south_east:after { content: '\e88d'; } .mdr-south_west:after { content: '\e88e'; } .mdr-sports_bar:after { content: '\e88f'; } .mdr-sticky_note_2:after { content: '\e891'; } .mdr-tapas:after { content: '\e893'; } .mdr-water_damage:after { content: '\e895'; } .mdr-west:after { content: '\e897'; } .mdr-wine_bar:after { content: '\e898'; } .mdr-6_ft_apart:after { content: '\e89a'; } .mdr-book_online:after { content: '\e89b'; } .mdr-clean_hands:after { content: '\e89d'; } .mdr-connect_without_contact:after { content: '\e89f'; } .mdr-coronavirus:after { content: '\e8a0'; } .mdr-elderly:after { content: '\e8a2'; } .mdr-follow_the_signs:after { content: '\e8a3'; } .mdr-leave_bags_at_home:after { content: '\e8a5'; } .mdr-local_fire_department:after { content: '\e8a7'; } .mdr-local_police:after { content: '\e8a9'; } .mdr-masks:after { content: '\e8ab'; } .mdr-motion_photos_on:after { content: '\e8ad'; } .mdr-motion_photos_paused:after { content: '\e8ae'; } .mdr-reduce_capacity:after { content: '\e8af'; } .mdr-sanitizer:after { content: '\e8b0'; } .mdr-sick:after { content: '\e8b2'; } .mdr-add_task:after { content: '\e8b3'; } .mdr-contact_page:after { content: '\e8b4'; } .mdr-disabled_by_default:after { content: '\e8b6'; } .mdr-facebook:after { content: '\e8b8'; } .mdr-groups:after { content: '\e8b9'; } .mdr-luggage:after { content: '\e8bb'; } .mdr-motion_photos_pause:after { content: '\e8bd'; } .mdr-no_backpack:after { content: '\e8be'; } .mdr-no_luggage:after { content: '\e8c0'; } .mdr-outbond:after { content: '\e8c2'; } .mdr-published_with_changes:after { content: '\e8c4'; } .mdr-request_page:after { content: '\e8c5'; } .mdr-stacked_line_chart:after { content: '\e8c7'; } .mdr-unpublished:after { content: '\e8c8'; } .mdr-align_horizontal_center:after { content: '\e8ca'; } .mdr-align_horizontal_left:after { content: '\e8cb'; } .mdr-align_horizontal_right:after { content: '\e8cc'; } .mdr-align_vertical_bottom:after { content: '\e8cd'; } .mdr-align_vertical_center:after { content: '\e8ce'; } .mdr-align_vertical_top:after { content: '\e8cf'; } .mdr-horizontal_distribute:after { content: '\e8d0'; } .mdr-qr_code_2:after { content: '\e8d1'; } .mdr-update_disabled:after { content: '\e8d2'; } .mdr-vertical_distribute:after { content: '\e8d3'; } ================================================ FILE: icon-packs/ikonli-material2-pack/src/main/resources/META-INF/resources/material2/20200820/css/md-sharp.css ================================================ @font-face { font-family: "Material Icons Sharp"; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/MaterialIcons-Sharp.ttf"); /* For IE6-8 */ src: url("../fonts/MaterialIcons-Sharp.woff2") format("woff2"), url("../fonts/MaterialIcons-Sharp.woff") format("woff"), url("../fonts/MaterialIcons-Sharp.ttf") format("truetype"); } .mds { font-family: "Material Icons Sharp"; font-weight: normal; font-style: normal; font-size: 24px; display: inline-block; line-height: 1; text-transform: none; letter-spacing: normal; -ms-word-wrap: normal; word-wrap: normal; white-space: nowrap; direction: ltr; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } .mds:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: .3; } .mds:after { opacity: 1; } /* Rules for sizing the icon. */ .mds-18 { font-size: 18px; } .mds-24 { font-size: 24px; } .mds-36 { font-size: 36px; } .mds-48 { font-size: 48px; } /* Rules for using icons as black on a light background. */ .mds-dark { color: rgba(0, 0, 0, 0.54); } .mds-dark.mds-inactive { color: rgba(0, 0, 0, 0.26); } /* Rules for using icons as white on a dark background. */ .mds-light { color: white; } .mds-light.mds-inactive { color: rgba(255, 255, 255, 0.3); } /* Icons. */ .mds-360:after { content: '\e000'; } .mds-3d_rotation:after { content: '\e001'; } .mds-4k:after { content: '\e002'; } .mds-ac_unit:after { content: '\e004'; } .mds-access_alarm:after { content: '\e005'; } .mds-access_alarms:after { content: '\e007'; } .mds-access_time:after { content: '\e009'; } .mds-accessibility:after { content: '\e00b'; } .mds-accessibility_new:after { content: '\e00c'; } .mds-accessible:after { content: '\e00d'; } .mds-accessible_forward:after { content: '\e00e'; } .mds-account_balance:after { content: '\e00f'; } .mds-account_balance_wallet:after { content: '\e011'; } .mds-account_box:after { content: '\e013'; } .mds-account_circle:after { content: '\e015'; } .mds-account_tree:after { content: '\e017'; } .mds-adb:after { content: '\e019'; } .mds-add:after { content: '\e01a'; } .mds-add_a_photo:after { content: '\e01b'; } .mds-add_alarm:after { content: '\e01d'; } .mds-add_alert:after { content: '\e01f'; } .mds-add_box:after { content: '\e021'; } .mds-add_circle:after { content: '\e023'; } .mds-add_circle_outline:after { content: '\e025'; } .mds-add_comment:after { content: '\e026'; } .mds-add_location:after { content: '\e028'; } .mds-add_photo_alternate:after { content: '\e02a'; } .mds-add_shopping_cart:after { content: '\e02c'; } .mds-add_to_home_screen:after { content: '\e02d'; } .mds-add_to_photos:after { content: '\e02e'; } .mds-add_to_queue:after { content: '\e030'; } .mds-adjust:after { content: '\e032'; } .mds-airline_seat_flat:after { content: '\e033'; } .mds-airline_seat_flat_angled:after { content: '\e035'; } .mds-airline_seat_individual_suite:after { content: '\e037'; } .mds-airline_seat_legroom_extra:after { content: '\e039'; } .mds-airline_seat_legroom_normal:after { content: '\e03a'; } .mds-airline_seat_legroom_reduced:after { content: '\e03b'; } .mds-airline_seat_recline_extra:after { content: '\e03c'; } .mds-airline_seat_recline_normal:after { content: '\e03d'; } .mds-airplanemode_active:after { content: '\e03e'; } .mds-airplanemode_inactive:after { content: '\e03f'; } .mds-airplay:after { content: '\e040'; } .mds-airport_shuttle:after { content: '\e041'; } .mds-alarm:after { content: '\e043'; } .mds-alarm_add:after { content: '\e045'; } .mds-alarm_off:after { content: '\e047'; } .mds-alarm_on:after { content: '\e048'; } .mds-album:after { content: '\e04a'; } .mds-all_inbox:after { content: '\e04c'; } .mds-all_inclusive:after { content: '\e04e'; } .mds-all_out:after { content: '\e04f'; } .mds-alternate_email:after { content: '\e051'; } .mds-amp_stories:after { content: '\e053'; } .mds-android:after { content: '\e055'; } .mds-announcement:after { content: '\e056'; } .mds-apartment:after { content: '\e058'; } .mds-apps:after { content: '\e059'; } .mds-archive:after { content: '\e05a'; } .mds-arrow_back:after { content: '\e05c'; } .mds-arrow_back_ios:after { content: '\e05d'; } .mds-arrow_downward:after { content: '\e05e'; } .mds-arrow_drop_down:after { content: '\e05f'; } .mds-arrow_drop_down_circle:after { content: '\e060'; } .mds-arrow_drop_up:after { content: '\e062'; } .mds-arrow_forward:after { content: '\e063'; } .mds-arrow_forward_ios:after { content: '\e064'; } .mds-arrow_left:after { content: '\e065'; } .mds-arrow_right:after { content: '\e066'; } .mds-arrow_right_alt:after { content: '\e067'; } .mds-arrow_upward:after { content: '\e068'; } .mds-art_track:after { content: '\e069'; } .mds-aspect_ratio:after { content: '\e06a'; } .mds-assessment:after { content: '\e06c'; } .mds-assignment:after { content: '\e06e'; } .mds-assignment_ind:after { content: '\e070'; } .mds-assignment_late:after { content: '\e072'; } .mds-assignment_return:after { content: '\e074'; } .mds-assignment_returned:after { content: '\e076'; } .mds-assignment_turned_in:after { content: '\e078'; } .mds-assistant:after { content: '\e07a'; } .mds-assistant_photo:after { content: '\e07c'; } .mds-atm:after { content: '\e07e'; } .mds-attach_file:after { content: '\e07f'; } .mds-attach_money:after { content: '\e080'; } .mds-attachment:after { content: '\e081'; } .mds-audiotrack:after { content: '\e082'; } .mds-autorenew:after { content: '\e084'; } .mds-av_timer:after { content: '\e085'; } .mds-backspace:after { content: '\e086'; } .mds-backup:after { content: '\e088'; } .mds-ballot:after { content: '\e08a'; } .mds-bar_chart:after { content: '\e08c'; } .mds-barcode:after { content: '\e08d'; } .mds-bathtub:after { content: '\e08e'; } .mds-battery_20:after { content: '\e090'; } .mds-battery_20:before { content: '\e091'; } .mds-battery_30:after { content: '\e092'; } .mds-battery_30:before { content: '\e093'; } .mds-battery_50:after { content: '\e094'; } .mds-battery_50:before { content: '\e095'; } .mds-battery_60:after { content: '\e096'; } .mds-battery_60:before { content: '\e097'; } .mds-battery_80:after { content: '\e098'; } .mds-battery_80:before { content: '\e099'; } .mds-battery_90:after { content: '\e09a'; } .mds-battery_90:before { content: '\e09b'; } .mds-battery_alert:after { content: '\e09c'; } .mds-battery_charging_20:after { content: '\e09d'; } .mds-battery_charging_20:before { content: '\e09e'; } .mds-battery_charging_30:after { content: '\e09f'; } .mds-battery_charging_30:before { content: '\e0a0'; } .mds-battery_charging_50:after { content: '\e0a1'; } .mds-battery_charging_50:before { content: '\e0a2'; } .mds-battery_charging_60:after { content: '\e0a3'; } .mds-battery_charging_60:before { content: '\e0a4'; } .mds-battery_charging_80:after { content: '\e0a5'; } .mds-battery_charging_80:before { content: '\e0a6'; } .mds-battery_charging_90:after { content: '\e0a7'; } .mds-battery_charging_90:before { content: '\e0a8'; } .mds-battery_charging_full:after { content: '\e0a9'; } .mds-battery_full:after { content: '\e0aa'; } .mds-battery_std:after { content: '\e0ab'; } .mds-battery_unknown:after { content: '\e0ac'; } .mds-beach_access:after { content: '\e0ad'; } .mds-beenhere:after { content: '\e0af'; } .mds-block:after { content: '\e0b1'; } .mds-bluetooth:after { content: '\e0b2'; } .mds-bluetooth_audio:after { content: '\e0b3'; } .mds-bluetooth_connected:after { content: '\e0b4'; } .mds-bluetooth_disabled:after { content: '\e0b5'; } .mds-bluetooth_searching:after { content: '\e0b6'; } .mds-blur_circular:after { content: '\e0b7'; } .mds-blur_linear:after { content: '\e0b8'; } .mds-blur_off:after { content: '\e0b9'; } .mds-blur_on:after { content: '\e0ba'; } .mds-book:after { content: '\e0bb'; } .mds-bookmark:after { content: '\e0bd'; } .mds-bookmark_border:after { content: '\e0bf'; } .mds-bookmarks:after { content: '\e0c0'; } .mds-border_all:after { content: '\e0c2'; } .mds-border_bottom:after { content: '\e0c3'; } .mds-border_clear:after { content: '\e0c4'; } .mds-border_color:after { content: '\e0c5'; } .mds-border_color:before { content: '\e0c6'; } .mds-border_horizontal:after { content: '\e0c7'; } .mds-border_inner:after { content: '\e0c8'; } .mds-border_left:after { content: '\e0c9'; } .mds-border_outer:after { content: '\e0ca'; } .mds-border_right:after { content: '\e0cb'; } .mds-border_style:after { content: '\e0cc'; } .mds-border_top:after { content: '\e0cd'; } .mds-border_vertical:after { content: '\e0ce'; } .mds-branding_watermark:after { content: '\e0cf'; } .mds-brightness_1:after { content: '\e0d1'; } .mds-brightness_2:after { content: '\e0d3'; } .mds-brightness_3:after { content: '\e0d5'; } .mds-brightness_4:after { content: '\e0d7'; } .mds-brightness_5:after { content: '\e0d9'; } .mds-brightness_6:after { content: '\e0db'; } .mds-brightness_7:after { content: '\e0dd'; } .mds-brightness_auto:after { content: '\e0df'; } .mds-brightness_high:after { content: '\e0e1'; } .mds-brightness_low:after { content: '\e0e3'; } .mds-brightness_medium:after { content: '\e0e5'; } .mds-broken_image:after { content: '\e0e7'; } .mds-brush:after { content: '\e0e9'; } .mds-bubble_chart:after { content: '\e0eb'; } .mds-bug_report:after { content: '\e0ed'; } .mds-build:after { content: '\e0ef'; } .mds-burst_mode:after { content: '\e0f1'; } .mds-business:after { content: '\e0f3'; } .mds-business_center:after { content: '\e0f5'; } .mds-cached:after { content: '\e0f7'; } .mds-cake:after { content: '\e0f8'; } .mds-calendar_today:after { content: '\e0fa'; } .mds-calendar_view_day:after { content: '\e0fc'; } .mds-call:after { content: '\e0fe'; } .mds-call_end:after { content: '\e100'; } .mds-call_made:after { content: '\e102'; } .mds-call_merge:after { content: '\e103'; } .mds-call_missed:after { content: '\e104'; } .mds-call_missed_outgoing:after { content: '\e105'; } .mds-call_received:after { content: '\e106'; } .mds-call_split:after { content: '\e107'; } .mds-call_to_action:after { content: '\e108'; } .mds-camera:after { content: '\e10a'; } .mds-camera_alt:after { content: '\e10c'; } .mds-camera_enhance:after { content: '\e10e'; } .mds-camera_front:after { content: '\e110'; } .mds-camera_rear:after { content: '\e112'; } .mds-camera_roll:after { content: '\e114'; } .mds-cancel:after { content: '\e116'; } .mds-cancel_presentation:after { content: '\e118'; } .mds-cancel_schedule_send:after { content: '\e11a'; } .mds-card_giftcard:after { content: '\e11c'; } .mds-card_membership:after { content: '\e11e'; } .mds-card_travel:after { content: '\e120'; } .mds-casino:after { content: '\e122'; } .mds-cast:after { content: '\e124'; } .mds-cast_connected:after { content: '\e125'; } .mds-cast_for_education:after { content: '\e127'; } .mds-category:after { content: '\e128'; } .mds-cell_wifi:after { content: '\e12a'; } .mds-cell_wifi:before { content: '\e12b'; } .mds-center_focus_strong:after { content: '\e12c'; } .mds-center_focus_weak:after { content: '\e12e'; } .mds-change_history:after { content: '\e130'; } .mds-chat:after { content: '\e132'; } .mds-chat_bubble:after { content: '\e134'; } .mds-chat_bubble_outline:after { content: '\e136'; } .mds-check:after { content: '\e137'; } .mds-check_box:after { content: '\e138'; } .mds-check_box_outline_blank:after { content: '\e13a'; } .mds-check_circle:after { content: '\e13b'; } .mds-check_circle_outline:after { content: '\e13d'; } .mds-chevron_left:after { content: '\e13e'; } .mds-chevron_right:after { content: '\e13f'; } .mds-child_care:after { content: '\e140'; } .mds-child_friendly:after { content: '\e142'; } .mds-chrome_reader_mode:after { content: '\e144'; } .mds-class:after { content: '\e146'; } .mds-clear:after { content: '\e148'; } .mds-clear_all:after { content: '\e149'; } .mds-close:after { content: '\e14a'; } .mds-closed_caption:after { content: '\e14b'; } .mds-cloud:after { content: '\e14d'; } .mds-cloud_circle:after { content: '\e14f'; } .mds-cloud_done:after { content: '\e151'; } .mds-cloud_download:after { content: '\e153'; } .mds-cloud_off:after { content: '\e155'; } .mds-cloud_queue:after { content: '\e157'; } .mds-cloud_upload:after { content: '\e159'; } .mds-code:after { content: '\e15b'; } .mds-collections:after { content: '\e15c'; } .mds-collections_bookmark:after { content: '\e15e'; } .mds-color_lens:after { content: '\e160'; } .mds-colorize:after { content: '\e162'; } .mds-comment:after { content: '\e164'; } .mds-commute:after { content: '\e166'; } .mds-compare:after { content: '\e167'; } .mds-compare_arrows:after { content: '\e169'; } .mds-compass_calibration:after { content: '\e16a'; } .mds-computer:after { content: '\e16c'; } .mds-confirmation_number:after { content: '\e16e'; } .mds-contact_mail:after { content: '\e170'; } .mds-contact_phone:after { content: '\e172'; } .mds-contact_support:after { content: '\e174'; } .mds-contactless:after { content: '\e176'; } .mds-contacts:after { content: '\e178'; } .mds-content_copy:after { content: '\e17a'; } .mds-content_cut:after { content: '\e17c'; } .mds-content_paste:after { content: '\e17e'; } .mds-control_camera:after { content: '\e180'; } .mds-control_point:after { content: '\e181'; } .mds-control_point_duplicate:after { content: '\e183'; } .mds-copyright:after { content: '\e185'; } .mds-create:after { content: '\e187'; } .mds-create_new_folder:after { content: '\e189'; } .mds-credit_card:after { content: '\e18b'; } .mds-crop:after { content: '\e18d'; } .mds-crop_16_9:after { content: '\e18e'; } .mds-crop_3_2:after { content: '\e18f'; } .mds-crop_5_4:after { content: '\e190'; } .mds-crop_7_5:after { content: '\e191'; } .mds-crop_din:after { content: '\e192'; } .mds-crop_free:after { content: '\e193'; } .mds-crop_landscape:after { content: '\e194'; } .mds-crop_original:after { content: '\e195'; } .mds-crop_portrait:after { content: '\e196'; } .mds-crop_rotate:after { content: '\e197'; } .mds-crop_square:after { content: '\e198'; } .mds-dashboard:after { content: '\e199'; } .mds-data_usage:after { content: '\e19b'; } .mds-date_range:after { content: '\e19c'; } .mds-deck:after { content: '\e19e'; } .mds-dehaze:after { content: '\e1a0'; } .mds-delete:after { content: '\e1a1'; } .mds-delete_forever:after { content: '\e1a3'; } .mds-delete_outline:after { content: '\e1a5'; } .mds-delete_sweep:after { content: '\e1a6'; } .mds-departure_board:after { content: '\e1a8'; } .mds-description:after { content: '\e1aa'; } .mds-desktop_access_disabled:after { content: '\e1ac'; } .mds-desktop_mac:after { content: '\e1ae'; } .mds-desktop_windows:after { content: '\e1b0'; } .mds-details:after { content: '\e1b2'; } .mds-developer_board:after { content: '\e1b4'; } .mds-developer_mode:after { content: '\e1b6'; } .mds-device_hub:after { content: '\e1b7'; } .mds-device_unknown:after { content: '\e1b8'; } .mds-devices:after { content: '\e1ba'; } .mds-devices_other:after { content: '\e1bc'; } .mds-dialer_sip:after { content: '\e1be'; } .mds-dialpad:after { content: '\e1c0'; } .mds-directions:after { content: '\e1c1'; } .mds-directions_bike:after { content: '\e1c3'; } .mds-directions_boat:after { content: '\e1c4'; } .mds-directions_bus:after { content: '\e1c6'; } .mds-directions_car:after { content: '\e1c8'; } .mds-directions_railway:after { content: '\e1ca'; } .mds-directions_run:after { content: '\e1cc'; } .mds-directions_subway:after { content: '\e1cd'; } .mds-directions_transit:after { content: '\e1cf'; } .mds-directions_walk:after { content: '\e1d1'; } .mds-disc_full:after { content: '\e1d2'; } .mds-divide:after { content: '\e1d4'; } .mds-dns:after { content: '\e1d6'; } .mds-do_not_disturb:after { content: '\e1d8'; } .mds-do_not_disturb_alt:after { content: '\e1da'; } .mds-do_not_disturb_off:after { content: '\e1dc'; } .mds-dock:after { content: '\e1de'; } .mds-domain:after { content: '\e1e0'; } .mds-domain_disabled:after { content: '\e1e2'; } .mds-done:after { content: '\e1e4'; } .mds-done_all:after { content: '\e1e5'; } .mds-done_outline:after { content: '\e1e6'; } .mds-donut_large:after { content: '\e1e7'; } .mds-donut_small:after { content: '\e1e8'; } .mds-double_arrow:after { content: '\e1ea'; } .mds-drafts:after { content: '\e1eb'; } .mds-drag_handle:after { content: '\e1ed'; } .mds-drag_indicator:after { content: '\e1ee'; } .mds-drive_eta:after { content: '\e1ef'; } .mds-duo:after { content: '\e1f1'; } .mds-dvr:after { content: '\e1f2'; } .mds-dynamic_feed:after { content: '\e1f4'; } .mds-eco:after { content: '\e1f6'; } .mds-edit:after { content: '\e1f8'; } .mds-edit_attributes:after { content: '\e1fa'; } .mds-edit_location:after { content: '\e1fc'; } .mds-eject:after { content: '\e1fe'; } .mds-email:after { content: '\e200'; } .mds-emoji_emotions:after { content: '\e202'; } .mds-emoji_events:after { content: '\e204'; } .mds-emoji_flags:after { content: '\e206'; } .mds-emoji_food_beverage:after { content: '\e208'; } .mds-emoji_nature:after { content: '\e20a'; } .mds-emoji_objects:after { content: '\e20c'; } .mds-emoji_people:after { content: '\e20e'; } .mds-emoji_symbols:after { content: '\e20f'; } .mds-emoji_transportation:after { content: '\e210'; } .mds-enhanced_encryption:after { content: '\e211'; } .mds-equalizer:after { content: '\e213'; } .mds-equals:after { content: '\e214'; } .mds-error:after { content: '\e215'; } .mds-error_outline:after { content: '\e217'; } .mds-euro:after { content: '\e218'; } .mds-euro_symbol:after { content: '\e219'; } .mds-ev_station:after { content: '\e21a'; } .mds-event:after { content: '\e21c'; } .mds-event_available:after { content: '\e21e'; } .mds-event_busy:after { content: '\e220'; } .mds-event_note:after { content: '\e222'; } .mds-event_seat:after { content: '\e224'; } .mds-exit_to_app:after { content: '\e226'; } .mds-expand_less:after { content: '\e227'; } .mds-expand_more:after { content: '\e228'; } .mds-explicit:after { content: '\e229'; } .mds-explore:after { content: '\e22b'; } .mds-explore_off:after { content: '\e22d'; } .mds-exposure:after { content: '\e22f'; } .mds-exposure_neg_1:after { content: '\e231'; } .mds-exposure_neg_2:after { content: '\e232'; } .mds-exposure_plus_1:after { content: '\e233'; } .mds-exposure_plus_2:after { content: '\e234'; } .mds-exposure_zero:after { content: '\e235'; } .mds-extension:after { content: '\e236'; } .mds-face:after { content: '\e238'; } .mds-fast_forward:after { content: '\e23a'; } .mds-fast_rewind:after { content: '\e23c'; } .mds-fastfood:after { content: '\e23e'; } .mds-favorite:after { content: '\e240'; } .mds-favorite_border:after { content: '\e242'; } .mds-featured_play_list:after { content: '\e243'; } .mds-featured_video:after { content: '\e245'; } .mds-feedback:after { content: '\e247'; } .mds-fiber_dvr:after { content: '\e249'; } .mds-fiber_manual_record:after { content: '\e24b'; } .mds-fiber_new:after { content: '\e24d'; } .mds-fiber_pin:after { content: '\e24f'; } .mds-fiber_smart_record:after { content: '\e251'; } .mds-file_copy:after { content: '\e253'; } .mds-file_upload:after { content: '\e255'; } .mds-filter:after { content: '\e257'; } .mds-filter_1:after { content: '\e259'; } .mds-filter_2:after { content: '\e25b'; } .mds-filter_3:after { content: '\e25d'; } .mds-filter_4:after { content: '\e25f'; } .mds-filter_5:after { content: '\e261'; } .mds-filter_6:after { content: '\e263'; } .mds-filter_7:after { content: '\e265'; } .mds-filter_8:after { content: '\e267'; } .mds-filter_9:after { content: '\e269'; } .mds-filter_9_plus:after { content: '\e26b'; } .mds-filter_b_and_w:after { content: '\e26d'; } .mds-filter_center_focus:after { content: '\e26f'; } .mds-filter_drama:after { content: '\e270'; } .mds-filter_frames:after { content: '\e272'; } .mds-filter_hdr:after { content: '\e274'; } .mds-filter_list:after { content: '\e276'; } .mds-filter_none:after { content: '\e277'; } .mds-filter_tilt_shift:after { content: '\e279'; } .mds-filter_vintage:after { content: '\e27a'; } .mds-find_in_page:after { content: '\e27c'; } .mds-find_replace:after { content: '\e27e'; } .mds-fingerprint:after { content: '\e27f'; } .mds-fireplace:after { content: '\e280'; } .mds-first_page:after { content: '\e282'; } .mds-fitness_center:after { content: '\e283'; } .mds-flag:after { content: '\e284'; } .mds-flare:after { content: '\e286'; } .mds-flash_auto:after { content: '\e287'; } .mds-flash_off:after { content: '\e288'; } .mds-flash_on:after { content: '\e289'; } .mds-flight:after { content: '\e28a'; } .mds-flight_land:after { content: '\e28b'; } .mds-flight_takeoff:after { content: '\e28c'; } .mds-flip:after { content: '\e28d'; } .mds-flip_camera_android:after { content: '\e28e'; } .mds-flip_camera_ios:after { content: '\e290'; } .mds-flip_to_back:after { content: '\e292'; } .mds-flip_to_front:after { content: '\e293'; } .mds-folder:after { content: '\e294'; } .mds-folder_open:after { content: '\e296'; } .mds-folder_shared:after { content: '\e298'; } .mds-folder_special:after { content: '\e29a'; } .mds-font_download:after { content: '\e29c'; } .mds-format_align_center:after { content: '\e29e'; } .mds-format_align_justify:after { content: '\e29f'; } .mds-format_align_left:after { content: '\e2a0'; } .mds-format_align_right:after { content: '\e2a1'; } .mds-format_bold:after { content: '\e2a2'; } .mds-format_clear:after { content: '\e2a3'; } .mds-format_color_fill:after { content: '\e2a4'; } .mds-format_color_fill:before { content: '\e2a5'; } .mds-format_color_reset:after { content: '\e2a6'; } .mds-format_color_text:after { content: '\e2a8'; } .mds-format_color_text:before { content: '\e2a9'; } .mds-format_indent_decrease:after { content: '\e2aa'; } .mds-format_indent_increase:after { content: '\e2ab'; } .mds-format_italic:after { content: '\e2ac'; } .mds-format_line_spacing:after { content: '\e2ad'; } .mds-format_list_bulleted:after { content: '\e2ae'; } .mds-format_list_numbered:after { content: '\e2af'; } .mds-format_list_numbered_rtl:after { content: '\e2b0'; } .mds-format_paint:after { content: '\e2b1'; } .mds-format_quote:after { content: '\e2b3'; } .mds-format_shapes:after { content: '\e2b5'; } .mds-format_size:after { content: '\e2b7'; } .mds-format_strikethrough:after { content: '\e2b8'; } .mds-format_textdirection_l_to_r:after { content: '\e2b9'; } .mds-format_textdirection_r_to_l:after { content: '\e2bb'; } .mds-format_underlined:after { content: '\e2bd'; } .mds-forum:after { content: '\e2be'; } .mds-forward:after { content: '\e2c0'; } .mds-forward_10:after { content: '\e2c2'; } .mds-forward_30:after { content: '\e2c3'; } .mds-forward_5:after { content: '\e2c4'; } .mds-free_breakfast:after { content: '\e2c5'; } .mds-fullscreen:after { content: '\e2c7'; } .mds-fullscreen_exit:after { content: '\e2c8'; } .mds-functions:after { content: '\e2c9'; } .mds-g_translate:after { content: '\e2ca'; } .mds-gamepad:after { content: '\e2cb'; } .mds-games:after { content: '\e2cd'; } .mds-gavel:after { content: '\e2cf'; } .mds-gesture:after { content: '\e2d0'; } .mds-get_app:after { content: '\e2d1'; } .mds-gif:after { content: '\e2d3'; } .mds-golf_course:after { content: '\e2d5'; } .mds-gps_fixed:after { content: '\e2d7'; } .mds-gps_not_fixed:after { content: '\e2d9'; } .mds-gps_off:after { content: '\e2da'; } .mds-grade:after { content: '\e2db'; } .mds-gradient:after { content: '\e2dd'; } .mds-grain:after { content: '\e2de'; } .mds-graphic_eq:after { content: '\e2df'; } .mds-greater_than:after { content: '\e2e0'; } .mds-greater_than_equal:after { content: '\e2e1'; } .mds-grid_off:after { content: '\e2e2'; } .mds-grid_on:after { content: '\e2e4'; } .mds-group:after { content: '\e2e6'; } .mds-group_add:after { content: '\e2e8'; } .mds-group_work:after { content: '\e2ea'; } .mds-hd:after { content: '\e2ec'; } .mds-hdr_off:after { content: '\e2ee'; } .mds-hdr_on:after { content: '\e2ef'; } .mds-hdr_strong:after { content: '\e2f0'; } .mds-hdr_weak:after { content: '\e2f2'; } .mds-headset:after { content: '\e2f4'; } .mds-headset_mic:after { content: '\e2f6'; } .mds-healing:after { content: '\e2f8'; } .mds-hearing:after { content: '\e2fa'; } .mds-height:after { content: '\e2fb'; } .mds-help:after { content: '\e2fc'; } .mds-help_outline:after { content: '\e2fe'; } .mds-high_quality:after { content: '\e2ff'; } .mds-highlight:after { content: '\e301'; } .mds-highlight_off:after { content: '\e303'; } .mds-history:after { content: '\e305'; } .mds-home:after { content: '\e306'; } .mds-home_work:after { content: '\e308'; } .mds-horizontal_split:after { content: '\e30a'; } .mds-hot_tub:after { content: '\e30c'; } .mds-hotel:after { content: '\e30d'; } .mds-hourglass_empty:after { content: '\e30f'; } .mds-hourglass_full:after { content: '\e310'; } .mds-house:after { content: '\e312'; } .mds-how_to_reg:after { content: '\e314'; } .mds-how_to_vote:after { content: '\e316'; } .mds-http:after { content: '\e318'; } .mds-https:after { content: '\e319'; } .mds-image:after { content: '\e31b'; } .mds-image_aspect_ratio:after { content: '\e31d'; } .mds-image_search:after { content: '\e31f'; } .mds-import_contacts:after { content: '\e321'; } .mds-import_export:after { content: '\e323'; } .mds-important_devices:after { content: '\e324'; } .mds-inbox:after { content: '\e326'; } .mds-indeterminate_check_box:after { content: '\e328'; } .mds-info:after { content: '\e32a'; } .mds-input:after { content: '\e32c'; } .mds-insert_chart:after { content: '\e32d'; } .mds-insert_chart_outlined:after { content: '\e32f'; } .mds-insert_comment:after { content: '\e330'; } .mds-insert_drive_file:after { content: '\e332'; } .mds-insert_emoticon:after { content: '\e334'; } .mds-insert_invitation:after { content: '\e336'; } .mds-insert_link:after { content: '\e338'; } .mds-insert_photo:after { content: '\e339'; } .mds-invert_colors:after { content: '\e33b'; } .mds-invert_colors_off:after { content: '\e33d'; } .mds-iso:after { content: '\e33f'; } .mds-keyboard:after { content: '\e341'; } .mds-keyboard_arrow_down:after { content: '\e343'; } .mds-keyboard_arrow_left:after { content: '\e344'; } .mds-keyboard_arrow_right:after { content: '\e345'; } .mds-keyboard_arrow_up:after { content: '\e346'; } .mds-keyboard_backspace:after { content: '\e347'; } .mds-keyboard_capslock:after { content: '\e348'; } .mds-keyboard_hide:after { content: '\e349'; } .mds-keyboard_return:after { content: '\e34b'; } .mds-keyboard_tab:after { content: '\e34c'; } .mds-keyboard_voice:after { content: '\e34d'; } .mds-king_bed:after { content: '\e34f'; } .mds-kitchen:after { content: '\e351'; } .mds-label:after { content: '\e353'; } .mds-label_important:after { content: '\e355'; } .mds-label_off:after { content: '\e357'; } .mds-landscape:after { content: '\e359'; } .mds-language:after { content: '\e35b'; } .mds-laptop:after { content: '\e35d'; } .mds-laptop_chromebook:after { content: '\e35f'; } .mds-laptop_mac:after { content: '\e361'; } .mds-laptop_windows:after { content: '\e363'; } .mds-last_page:after { content: '\e365'; } .mds-launch:after { content: '\e366'; } .mds-layers:after { content: '\e367'; } .mds-layers_clear:after { content: '\e369'; } .mds-leak_add:after { content: '\e36b'; } .mds-leak_remove:after { content: '\e36c'; } .mds-lens:after { content: '\e36d'; } .mds-less_than:after { content: '\e36f'; } .mds-less_than_equal:after { content: '\e370'; } .mds-library_add:after { content: '\e371'; } .mds-library_books:after { content: '\e373'; } .mds-library_music:after { content: '\e375'; } .mds-lightbulb:after { content: '\e377'; } .mds-line_style:after { content: '\e379'; } .mds-line_weight:after { content: '\e37a'; } .mds-linear_scale:after { content: '\e37b'; } .mds-link:after { content: '\e37c'; } .mds-link_off:after { content: '\e37e'; } .mds-linked_camera:after { content: '\e37f'; } .mds-list:after { content: '\e381'; } .mds-list_alt:after { content: '\e382'; } .mds-live_help:after { content: '\e384'; } .mds-live_tv:after { content: '\e386'; } .mds-local_activity:after { content: '\e388'; } .mds-local_airport:after { content: '\e38a'; } .mds-local_atm:after { content: '\e38b'; } .mds-local_bar:after { content: '\e38d'; } .mds-local_cafe:after { content: '\e38f'; } .mds-local_car_wash:after { content: '\e391'; } .mds-local_convenience_store:after { content: '\e393'; } .mds-local_dining:after { content: '\e395'; } .mds-local_drink:after { content: '\e396'; } .mds-local_florist:after { content: '\e398'; } .mds-local_gas_station:after { content: '\e39a'; } .mds-local_grocery_store:after { content: '\e39c'; } .mds-local_hospital:after { content: '\e39e'; } .mds-local_hotel:after { content: '\e3a0'; } .mds-local_laundry_service:after { content: '\e3a2'; } .mds-local_library:after { content: '\e3a4'; } .mds-local_mall:after { content: '\e3a6'; } .mds-local_movies:after { content: '\e3a8'; } .mds-local_offer:after { content: '\e3aa'; } .mds-local_parking:after { content: '\e3ac'; } .mds-local_pharmacy:after { content: '\e3ad'; } .mds-local_phone:after { content: '\e3af'; } .mds-local_pizza:after { content: '\e3b1'; } .mds-local_play:after { content: '\e3b3'; } .mds-local_post_office:after { content: '\e3b5'; } .mds-local_printshop:after { content: '\e3b7'; } .mds-local_see:after { content: '\e3b9'; } .mds-local_shipping:after { content: '\e3bb'; } .mds-local_taxi:after { content: '\e3bd'; } .mds-location_city:after { content: '\e3bf'; } .mds-location_disabled:after { content: '\e3c0'; } .mds-location_off:after { content: '\e3c1'; } .mds-location_on:after { content: '\e3c2'; } .mds-location_searching:after { content: '\e3c4'; } .mds-lock:after { content: '\e3c5'; } .mds-lock_open:after { content: '\e3c7'; } .mds-log_in:after { content: '\e3c9'; } .mds-log_out:after { content: '\e3ca'; } .mds-looks:after { content: '\e3cb'; } .mds-looks_3:after { content: '\e3cc'; } .mds-looks_4:after { content: '\e3ce'; } .mds-looks_5:after { content: '\e3d0'; } .mds-looks_6:after { content: '\e3d2'; } .mds-looks_one:after { content: '\e3d4'; } .mds-looks_two:after { content: '\e3d6'; } .mds-loop:after { content: '\e3d8'; } .mds-loupe:after { content: '\e3d9'; } .mds-low_priority:after { content: '\e3db'; } .mds-loyalty:after { content: '\e3dc'; } .mds-mail:after { content: '\e3de'; } .mds-mail_outline:after { content: '\e3e0'; } .mds-map:after { content: '\e3e1'; } .mds-markunread:after { content: '\e3e3'; } .mds-markunread_mailbox:after { content: '\e3e5'; } .mds-maximize:after { content: '\e3e7'; } .mds-meeting_room:after { content: '\e3e8'; } .mds-memory:after { content: '\e3ea'; } .mds-menu:after { content: '\e3ec'; } .mds-menu_book:after { content: '\e3ed'; } .mds-menu_open:after { content: '\e3ef'; } .mds-merge_type:after { content: '\e3f0'; } .mds-message:after { content: '\e3f1'; } .mds-mic:after { content: '\e3f3'; } .mds-mic_none:after { content: '\e3f5'; } .mds-mic_off:after { content: '\e3f7'; } .mds-minimize:after { content: '\e3f9'; } .mds-minus:after { content: '\e3fa'; } .mds-missed_video_call:after { content: '\e3fb'; } .mds-mms:after { content: '\e3fd'; } .mds-mobile_friendly:after { content: '\e3ff'; } .mds-mobile_off:after { content: '\e400'; } .mds-mobile_screen_share:after { content: '\e401'; } .mds-mode_comment:after { content: '\e403'; } .mds-monetization_on:after { content: '\e405'; } .mds-money:after { content: '\e407'; } .mds-money_off:after { content: '\e409'; } .mds-monochrome_photos:after { content: '\e40a'; } .mds-mood:after { content: '\e40c'; } .mds-mood_bad:after { content: '\e40e'; } .mds-more:after { content: '\e410'; } .mds-more_horiz:after { content: '\e412'; } .mds-more_vert:after { content: '\e413'; } .mds-motorcycle:after { content: '\e414'; } .mds-mouse:after { content: '\e416'; } .mds-move_to_inbox:after { content: '\e418'; } .mds-movie:after { content: '\e41a'; } .mds-movie_creation:after { content: '\e41c'; } .mds-movie_filter:after { content: '\e41e'; } .mds-multiline_chart:after { content: '\e420'; } .mds-museum:after { content: '\e421'; } .mds-music_note:after { content: '\e423'; } .mds-music_off:after { content: '\e425'; } .mds-music_video:after { content: '\e427'; } .mds-my_location:after { content: '\e429'; } .mds-nature:after { content: '\e42b'; } .mds-nature_people:after { content: '\e42d'; } .mds-navigate_before:after { content: '\e42f'; } .mds-navigate_next:after { content: '\e430'; } .mds-navigation:after { content: '\e431'; } .mds-near_me:after { content: '\e433'; } .mds-network_cell:after { content: '\e435'; } .mds-network_cell:before { content: '\e436'; } .mds-network_check:after { content: '\e437'; } .mds-network_locked:after { content: '\e438'; } .mds-network_wifi:after { content: '\e439'; } .mds-network_wifi:before { content: '\e43a'; } .mds-new_releases:after { content: '\e43b'; } .mds-next_week:after { content: '\e43d'; } .mds-nfc:after { content: '\e43f'; } .mds-nights_stay:after { content: '\e440'; } .mds-no_encryption:after { content: '\e442'; } .mds-no_meeting_room:after { content: '\e444'; } .mds-no_sim:after { content: '\e446'; } .mds-not_equal:after { content: '\e448'; } .mds-not_interested:after { content: '\e449'; } .mds-not_listed_location:after { content: '\e44a'; } .mds-note:after { content: '\e44c'; } .mds-note_add:after { content: '\e44e'; } .mds-notes:after { content: '\e450'; } .mds-notification_important:after { content: '\e451'; } .mds-notifications:after { content: '\e453'; } .mds-notifications_active:after { content: '\e455'; } .mds-notifications_none:after { content: '\e457'; } .mds-notifications_off:after { content: '\e459'; } .mds-notifications_paused:after { content: '\e45b'; } .mds-offline_bolt:after { content: '\e45d'; } .mds-offline_pin:after { content: '\e45f'; } .mds-ondemand_video:after { content: '\e461'; } .mds-opacity:after { content: '\e463'; } .mds-open_in_browser:after { content: '\e465'; } .mds-open_in_new:after { content: '\e466'; } .mds-open_with:after { content: '\e467'; } .mds-outdoor_grill:after { content: '\e468'; } .mds-outlined_flag:after { content: '\e46a'; } .mds-pages:after { content: '\e46b'; } .mds-pageview:after { content: '\e46d'; } .mds-palette:after { content: '\e46f'; } .mds-pan_tool:after { content: '\e471'; } .mds-panorama:after { content: '\e473'; } .mds-panorama_fish_eye:after { content: '\e475'; } .mds-panorama_horizontal:after { content: '\e477'; } .mds-panorama_vertical:after { content: '\e479'; } .mds-panorama_wide_angle:after { content: '\e47b'; } .mds-party_mode:after { content: '\e47d'; } .mds-pause:after { content: '\e47f'; } .mds-pause_circle_filled:after { content: '\e480'; } .mds-pause_circle_outline:after { content: '\e482'; } .mds-pause_presentation:after { content: '\e483'; } .mds-payment:after { content: '\e485'; } .mds-people:after { content: '\e487'; } .mds-people_alt:after { content: '\e489'; } .mds-people_outline:after { content: '\e48b'; } .mds-percentage:after { content: '\e48d'; } .mds-perm_camera_mic:after { content: '\e48f'; } .mds-perm_contact_calendar:after { content: '\e491'; } .mds-perm_data_setting:after { content: '\e493'; } .mds-perm_device_information:after { content: '\e494'; } .mds-perm_identity:after { content: '\e496'; } .mds-perm_media:after { content: '\e498'; } .mds-perm_phone_msg:after { content: '\e49a'; } .mds-perm_scan_wifi:after { content: '\e49c'; } .mds-person:after { content: '\e49e'; } .mds-person_add:after { content: '\e4a0'; } .mds-person_add_disabled:after { content: '\e4a2'; } .mds-person_outline:after { content: '\e4a4'; } .mds-person_pin:after { content: '\e4a6'; } .mds-person_pin_circle:after { content: '\e4a8'; } .mds-personal_video:after { content: '\e4aa'; } .mds-pets:after { content: '\e4ac'; } .mds-phone:after { content: '\e4ad'; } .mds-phone_android:after { content: '\e4af'; } .mds-phone_bluetooth_speaker:after { content: '\e4b1'; } .mds-phone_callback:after { content: '\e4b3'; } .mds-phone_disabled:after { content: '\e4b5'; } .mds-phone_enabled:after { content: '\e4b6'; } .mds-phone_forwarded:after { content: '\e4b7'; } .mds-phone_in_talk:after { content: '\e4b9'; } .mds-phone_iphone:after { content: '\e4bb'; } .mds-phone_locked:after { content: '\e4bd'; } .mds-phone_missed:after { content: '\e4bf'; } .mds-phone_paused:after { content: '\e4c1'; } .mds-phonelink:after { content: '\e4c3'; } .mds-phonelink_erase:after { content: '\e4c5'; } .mds-phonelink_lock:after { content: '\e4c6'; } .mds-phonelink_off:after { content: '\e4c7'; } .mds-phonelink_ring:after { content: '\e4c9'; } .mds-phonelink_setup:after { content: '\e4cb'; } .mds-photo:after { content: '\e4cc'; } .mds-photo_album:after { content: '\e4ce'; } .mds-photo_camera:after { content: '\e4d0'; } .mds-photo_filter:after { content: '\e4d2'; } .mds-photo_library:after { content: '\e4d3'; } .mds-photo_size_select_actual:after { content: '\e4d5'; } .mds-photo_size_select_large:after { content: '\e4d7'; } .mds-photo_size_select_small:after { content: '\e4d8'; } .mds-picture_as_pdf:after { content: '\e4d9'; } .mds-picture_in_picture:after { content: '\e4db'; } .mds-picture_in_picture_alt:after { content: '\e4dd'; } .mds-pie_chart:after { content: '\e4df'; } .mds-pin:after { content: '\e4e1'; } .mds-pin_drop:after { content: '\e4e3'; } .mds-pin_off:after { content: '\e4e5'; } .mds-place:after { content: '\e4e7'; } .mds-play_arrow:after { content: '\e4e9'; } .mds-play_circle_filled:after { content: '\e4eb'; } .mds-play_circle_filled_white:after { content: '\e4ed'; } .mds-play_circle_outline:after { content: '\e4ef'; } .mds-play_for_work:after { content: '\e4f0'; } .mds-playlist_add:after { content: '\e4f1'; } .mds-playlist_add_check:after { content: '\e4f2'; } .mds-playlist_play:after { content: '\e4f3'; } .mds-plus:after { content: '\e4f4'; } .mds-plus_minus:after { content: '\e4f5'; } .mds-plus_minus_alt:after { content: '\e4f6'; } .mds-plus_one:after { content: '\e4f7'; } .mds-policy:after { content: '\e4f8'; } .mds-poll:after { content: '\e4fa'; } .mds-polymer:after { content: '\e4fc'; } .mds-pool:after { content: '\e4fd'; } .mds-portable_wifi_off:after { content: '\e4ff'; } .mds-portrait:after { content: '\e500'; } .mds-post_add:after { content: '\e502'; } .mds-power:after { content: '\e503'; } .mds-power_input:after { content: '\e505'; } .mds-power_off:after { content: '\e506'; } .mds-power_settings_new:after { content: '\e508'; } .mds-pregnant_woman:after { content: '\e509'; } .mds-present_to_all:after { content: '\e50a'; } .mds-print:after { content: '\e50c'; } .mds-print_disabled:after { content: '\e50e'; } .mds-priority_high:after { content: '\e510'; } .mds-public:after { content: '\e511'; } .mds-publish:after { content: '\e513'; } .mds-qrcode:after { content: '\e515'; } .mds-query_builder:after { content: '\e517'; } .mds-question_answer:after { content: '\e519'; } .mds-queue:after { content: '\e51b'; } .mds-queue_music:after { content: '\e51d'; } .mds-queue_play_next:after { content: '\e51f'; } .mds-radio:after { content: '\e520'; } .mds-radio_button_checked:after { content: '\e522'; } .mds-radio_button_unchecked:after { content: '\e523'; } .mds-rate_review:after { content: '\e524'; } .mds-receipt:after { content: '\e526'; } .mds-recent_actors:after { content: '\e528'; } .mds-record_voice_over:after { content: '\e52a'; } .mds-redeem:after { content: '\e52c'; } .mds-redo:after { content: '\e52e'; } .mds-refresh:after { content: '\e52f'; } .mds-remove:after { content: '\e530'; } .mds-remove_circle:after { content: '\e531'; } .mds-remove_circle_outline:after { content: '\e533'; } .mds-remove_from_queue:after { content: '\e534'; } .mds-remove_red_eye:after { content: '\e536'; } .mds-remove_shopping_cart:after { content: '\e538'; } .mds-reorder:after { content: '\e53a'; } .mds-repeat:after { content: '\e53b'; } .mds-repeat_one:after { content: '\e53c'; } .mds-replay:after { content: '\e53d'; } .mds-replay_10:after { content: '\e53e'; } .mds-replay_30:after { content: '\e53f'; } .mds-replay_5:after { content: '\e540'; } .mds-reply:after { content: '\e541'; } .mds-reply_all:after { content: '\e542'; } .mds-report:after { content: '\e543'; } .mds-report_off:after { content: '\e545'; } .mds-report_problem:after { content: '\e547'; } .mds-restaurant:after { content: '\e549'; } .mds-restaurant_menu:after { content: '\e54a'; } .mds-restore:after { content: '\e54b'; } .mds-restore_from_trash:after { content: '\e54c'; } .mds-restore_page:after { content: '\e54e'; } .mds-ring_volume:after { content: '\e550'; } .mds-rocket:after { content: '\e552'; } .mds-room:after { content: '\e554'; } .mds-room_service:after { content: '\e556'; } .mds-rotate_90_degrees_ccw:after { content: '\e558'; } .mds-rotate_left:after { content: '\e55a'; } .mds-rotate_right:after { content: '\e55b'; } .mds-rounded_corner:after { content: '\e55c'; } .mds-router:after { content: '\e55d'; } .mds-rowing:after { content: '\e55f'; } .mds-rss_feed:after { content: '\e560'; } .mds-rv_hookup:after { content: '\e561'; } .mds-satellite:after { content: '\e563'; } .mds-save:after { content: '\e565'; } .mds-save_alt:after { content: '\e567'; } .mds-scanner:after { content: '\e568'; } .mds-scatter_plot:after { content: '\e56a'; } .mds-schedule:after { content: '\e56c'; } .mds-school:after { content: '\e56e'; } .mds-score:after { content: '\e570'; } .mds-screen_lock_landscape:after { content: '\e572'; } .mds-screen_lock_portrait:after { content: '\e574'; } .mds-screen_lock_rotation:after { content: '\e576'; } .mds-screen_rotation:after { content: '\e577'; } .mds-screen_share:after { content: '\e579'; } .mds-sd_card:after { content: '\e57b'; } .mds-sd_storage:after { content: '\e57d'; } .mds-search:after { content: '\e57f'; } .mds-security:after { content: '\e580'; } .mds-select_all:after { content: '\e582'; } .mds-send:after { content: '\e583'; } .mds-sentiment_dissatisfied:after { content: '\e585'; } .mds-sentiment_neutral:after { content: '\e587'; } .mds-sentiment_satisfied:after { content: '\e589'; } .mds-sentiment_satisfied_alt:after { content: '\e58b'; } .mds-sentiment_slightly_dissatisfied:after { content: '\e58d'; } .mds-sentiment_very_dissatisfied:after { content: '\e58f'; } .mds-sentiment_very_satisfied:after { content: '\e591'; } .mds-settings:after { content: '\e593'; } .mds-settings_applications:after { content: '\e595'; } .mds-settings_backup_restore:after { content: '\e597'; } .mds-settings_bluetooth:after { content: '\e598'; } .mds-settings_brightness:after { content: '\e599'; } .mds-settings_cell:after { content: '\e59b'; } .mds-settings_ethernet:after { content: '\e59d'; } .mds-settings_input_antenna:after { content: '\e59e'; } .mds-settings_input_component:after { content: '\e59f'; } .mds-settings_input_composite:after { content: '\e5a1'; } .mds-settings_input_hdmi:after { content: '\e5a3'; } .mds-settings_input_svideo:after { content: '\e5a5'; } .mds-settings_overscan:after { content: '\e5a7'; } .mds-settings_phone:after { content: '\e5a9'; } .mds-settings_power:after { content: '\e5ab'; } .mds-settings_remote:after { content: '\e5ac'; } .mds-settings_system_daydream:after { content: '\e5ae'; } .mds-settings_voice:after { content: '\e5b0'; } .mds-share:after { content: '\e5b2'; } .mds-shop:after { content: '\e5b4'; } .mds-shop_two:after { content: '\e5b6'; } .mds-shopping_basket:after { content: '\e5b8'; } .mds-shopping_cart:after { content: '\e5ba'; } .mds-short_text:after { content: '\e5bc'; } .mds-show_chart:after { content: '\e5bd'; } .mds-shuffle:after { content: '\e5be'; } .mds-shutter_speed:after { content: '\e5bf'; } .mds-signal_cellular_0_bar:after { content: '\e5c1'; } .mds-signal_cellular_0_bar:before { content: '\e5c2'; } .mds-signal_cellular_1_bar:after { content: '\e5c3'; } .mds-signal_cellular_1_bar:before { content: '\e5c4'; } .mds-signal_cellular_2_bar:after { content: '\e5c5'; } .mds-signal_cellular_2_bar:before { content: '\e5c6'; } .mds-signal_cellular_3_bar:after { content: '\e5c7'; } .mds-signal_cellular_3_bar:before { content: '\e5c8'; } .mds-signal_cellular_4_bar:after { content: '\e5c9'; } .mds-signal_cellular_alt:after { content: '\e5ca'; } .mds-signal_cellular_connected_no_internet_0_bar:after { content: '\e5cb'; } .mds-signal_cellular_connected_no_internet_0_bar:before { content: '\e5cc'; } .mds-signal_cellular_connected_no_internet_1_bar:after { content: '\e5cd'; } .mds-signal_cellular_connected_no_internet_1_bar:before { content: '\e5ce'; } .mds-signal_cellular_connected_no_internet_2_bar:after { content: '\e5cf'; } .mds-signal_cellular_connected_no_internet_2_bar:before { content: '\e5d0'; } .mds-signal_cellular_connected_no_internet_3_bar:after { content: '\e5d1'; } .mds-signal_cellular_connected_no_internet_3_bar:before { content: '\e5d2'; } .mds-signal_cellular_connected_no_internet_4_bar:after { content: '\e5d3'; } .mds-signal_cellular_no_sim:after { content: '\e5d4'; } .mds-signal_cellular_null:after { content: '\e5d6'; } .mds-signal_cellular_off:after { content: '\e5d7'; } .mds-signal_wifi_0_bar:after { content: '\e5d8'; } .mds-signal_wifi_0_bar:before { content: '\e5d9'; } .mds-signal_wifi_1_bar:after { content: '\e5da'; } .mds-signal_wifi_1_bar:before { content: '\e5db'; } .mds-signal_wifi_1_bar_lock:after { content: '\e5dc'; } .mds-signal_wifi_1_bar_lock:before { content: '\e5dd'; } .mds-signal_wifi_2_bar:after { content: '\e5de'; } .mds-signal_wifi_2_bar:before { content: '\e5df'; } .mds-signal_wifi_2_bar_lock:after { content: '\e5e0'; } .mds-signal_wifi_2_bar_lock:before { content: '\e5e1'; } .mds-signal_wifi_3_bar:after { content: '\e5e2'; } .mds-signal_wifi_3_bar:before { content: '\e5e3'; } .mds-signal_wifi_3_bar_lock:after { content: '\e5e4'; } .mds-signal_wifi_3_bar_lock:before { content: '\e5e5'; } .mds-signal_wifi_4_bar:after { content: '\e5e6'; } .mds-signal_wifi_4_bar_lock:after { content: '\e5e7'; } .mds-signal_wifi_off:after { content: '\e5e8'; } .mds-sim_card:after { content: '\e5e9'; } .mds-sim_card_alert:after { content: '\e5eb'; } .mds-single_bed:after { content: '\e5ed'; } .mds-skip_next:after { content: '\e5ef'; } .mds-skip_previous:after { content: '\e5f1'; } .mds-slideshow:after { content: '\e5f3'; } .mds-slow_motion_video:after { content: '\e5f5'; } .mds-smartphone:after { content: '\e5f6'; } .mds-smoke_free:after { content: '\e5f8'; } .mds-smoking_rooms:after { content: '\e5f9'; } .mds-sms:after { content: '\e5fb'; } .mds-sms_failed:after { content: '\e5fd'; } .mds-snooze:after { content: '\e5ff'; } .mds-sort:after { content: '\e600'; } .mds-sort_by_alpha:after { content: '\e601'; } .mds-spa:after { content: '\e602'; } .mds-space_bar:after { content: '\e604'; } .mds-speaker:after { content: '\e605'; } .mds-speaker_group:after { content: '\e607'; } .mds-speaker_notes:after { content: '\e609'; } .mds-speaker_notes_off:after { content: '\e60b'; } .mds-speaker_phone:after { content: '\e60d'; } .mds-speed:after { content: '\e60f'; } .mds-spellcheck:after { content: '\e610'; } .mds-sports:after { content: '\e611'; } .mds-sports_baseball:after { content: '\e612'; } .mds-sports_basketball:after { content: '\e614'; } .mds-sports_cricket:after { content: '\e616'; } .mds-sports_esports:after { content: '\e618'; } .mds-sports_football:after { content: '\e61a'; } .mds-sports_golf:after { content: '\e61c'; } .mds-sports_handball:after { content: '\e61e'; } .mds-sports_hockey:after { content: '\e61f'; } .mds-sports_kabaddi:after { content: '\e620'; } .mds-sports_mma:after { content: '\e621'; } .mds-sports_motorsports:after { content: '\e623'; } .mds-sports_rugby:after { content: '\e625'; } .mds-sports_soccer:after { content: '\e627'; } .mds-sports_tennis:after { content: '\e629'; } .mds-sports_volleyball:after { content: '\e62a'; } .mds-square_foot:after { content: '\e62c'; } .mds-star:after { content: '\e62e'; } .mds-star_border:after { content: '\e630'; } .mds-star_half:after { content: '\e631'; } .mds-star_rate:after { content: '\e632'; } .mds-stars:after { content: '\e633'; } .mds-stay_current_landscape:after { content: '\e635'; } .mds-stay_current_portrait:after { content: '\e637'; } .mds-stay_primary_landscape:after { content: '\e639'; } .mds-stay_primary_portrait:after { content: '\e63b'; } .mds-stop:after { content: '\e63d'; } .mds-stop_circle:after { content: '\e63f'; } .mds-stop_screen_share:after { content: '\e641'; } .mds-storage:after { content: '\e643'; } .mds-store:after { content: '\e644'; } .mds-store_mall_directory:after { content: '\e646'; } .mds-storefront:after { content: '\e648'; } .mds-straighten:after { content: '\e64a'; } .mds-streetview:after { content: '\e64c'; } .mds-strikethrough_s:after { content: '\e64d'; } .mds-style:after { content: '\e64e'; } .mds-subdirectory_arrow_left:after { content: '\e650'; } .mds-subdirectory_arrow_right:after { content: '\e651'; } .mds-subject:after { content: '\e652'; } .mds-subscriptions:after { content: '\e653'; } .mds-subtitles:after { content: '\e655'; } .mds-subway:after { content: '\e657'; } .mds-supervised_user_circle:after { content: '\e659'; } .mds-supervisor_account:after { content: '\e65b'; } .mds-surround_sound:after { content: '\e65d'; } .mds-swap_calls:after { content: '\e65f'; } .mds-swap_horiz:after { content: '\e660'; } .mds-swap_horizontal_circle:after { content: '\e661'; } .mds-swap_vert:after { content: '\e663'; } .mds-swap_vertical_circle:after { content: '\e664'; } .mds-switch_camera:after { content: '\e666'; } .mds-switch_video:after { content: '\e668'; } .mds-sync:after { content: '\e66a'; } .mds-sync_alt:after { content: '\e66b'; } .mds-sync_disabled:after { content: '\e66c'; } .mds-sync_problem:after { content: '\e66d'; } .mds-system_update:after { content: '\e66e'; } .mds-system_update_alt:after { content: '\e670'; } .mds-tab:after { content: '\e671'; } .mds-tab_unselected:after { content: '\e672'; } .mds-table_chart:after { content: '\e673'; } .mds-tablet:after { content: '\e675'; } .mds-tablet_android:after { content: '\e677'; } .mds-tablet_mac:after { content: '\e679'; } .mds-tag_faces:after { content: '\e67b'; } .mds-tap_and_play:after { content: '\e67d'; } .mds-terrain:after { content: '\e67e'; } .mds-text_fields:after { content: '\e680'; } .mds-text_format:after { content: '\e681'; } .mds-text_rotate_up:after { content: '\e682'; } .mds-text_rotate_vertical:after { content: '\e683'; } .mds-text_rotation_angledown:after { content: '\e684'; } .mds-text_rotation_angleup:after { content: '\e685'; } .mds-text_rotation_down:after { content: '\e686'; } .mds-text_rotation_none:after { content: '\e687'; } .mds-textsms:after { content: '\e688'; } .mds-texture:after { content: '\e68a'; } .mds-theaters:after { content: '\e68b'; } .mds-thumb_down:after { content: '\e68d'; } .mds-thumb_down_alt:after { content: '\e68f'; } .mds-thumb_up:after { content: '\e691'; } .mds-thumb_up_alt:after { content: '\e693'; } .mds-thumbs_up_down:after { content: '\e695'; } .mds-time_to_leave:after { content: '\e697'; } .mds-timelapse:after { content: '\e699'; } .mds-timeline:after { content: '\e69b'; } .mds-timer:after { content: '\e69c'; } .mds-timer_10:after { content: '\e69e'; } .mds-timer_3:after { content: '\e69f'; } .mds-timer_off:after { content: '\e6a0'; } .mds-title:after { content: '\e6a2'; } .mds-toc:after { content: '\e6a3'; } .mds-today:after { content: '\e6a4'; } .mds-toggle_off:after { content: '\e6a6'; } .mds-toggle_on:after { content: '\e6a8'; } .mds-toll:after { content: '\e6aa'; } .mds-tonality:after { content: '\e6ac'; } .mds-touch_app:after { content: '\e6ae'; } .mds-toys:after { content: '\e6b0'; } .mds-track_changes:after { content: '\e6b2'; } .mds-traffic:after { content: '\e6b3'; } .mds-train:after { content: '\e6b5'; } .mds-tram:after { content: '\e6b7'; } .mds-transfer_within_a_station:after { content: '\e6b9'; } .mds-transform:after { content: '\e6ba'; } .mds-transit_enterexit:after { content: '\e6bb'; } .mds-translate:after { content: '\e6bc'; } .mds-trending_down:after { content: '\e6bd'; } .mds-trending_flat:after { content: '\e6be'; } .mds-trending_up:after { content: '\e6bf'; } .mds-trip_origin:after { content: '\e6c0'; } .mds-tune:after { content: '\e6c1'; } .mds-turned_in:after { content: '\e6c2'; } .mds-turned_in_not:after { content: '\e6c4'; } .mds-tv:after { content: '\e6c5'; } .mds-tv_off:after { content: '\e6c7'; } .mds-unarchive:after { content: '\e6c9'; } .mds-undo:after { content: '\e6cb'; } .mds-unfold_less:after { content: '\e6cc'; } .mds-unfold_more:after { content: '\e6cd'; } .mds-unsubscribe:after { content: '\e6ce'; } .mds-update:after { content: '\e6d0'; } .mds-usb:after { content: '\e6d1'; } .mds-verified_user:after { content: '\e6d2'; } .mds-vertical_align_bottom:after { content: '\e6d4'; } .mds-vertical_align_center:after { content: '\e6d5'; } .mds-vertical_align_top:after { content: '\e6d6'; } .mds-vertical_split:after { content: '\e6d7'; } .mds-vibration:after { content: '\e6d9'; } .mds-video_call:after { content: '\e6db'; } .mds-video_label:after { content: '\e6dd'; } .mds-video_library:after { content: '\e6df'; } .mds-videocam:after { content: '\e6e1'; } .mds-videocam_off:after { content: '\e6e3'; } .mds-videogame_asset:after { content: '\e6e5'; } .mds-view_agenda:after { content: '\e6e7'; } .mds-view_array:after { content: '\e6e9'; } .mds-view_carousel:after { content: '\e6eb'; } .mds-view_column:after { content: '\e6ed'; } .mds-view_comfy:after { content: '\e6ef'; } .mds-view_compact:after { content: '\e6f1'; } .mds-view_day:after { content: '\e6f3'; } .mds-view_headline:after { content: '\e6f5'; } .mds-view_list:after { content: '\e6f6'; } .mds-view_module:after { content: '\e6f8'; } .mds-view_quilt:after { content: '\e6fa'; } .mds-view_stream:after { content: '\e6fc'; } .mds-view_week:after { content: '\e6fe'; } .mds-vignette:after { content: '\e700'; } .mds-visibility:after { content: '\e702'; } .mds-visibility_off:after { content: '\e704'; } .mds-voice_chat:after { content: '\e706'; } .mds-voice_over_off:after { content: '\e708'; } .mds-voicemail:after { content: '\e70a'; } .mds-volume_down:after { content: '\e70b'; } .mds-volume_mute:after { content: '\e70d'; } .mds-volume_off:after { content: '\e70f'; } .mds-volume_up:after { content: '\e711'; } .mds-vpn_key:after { content: '\e713'; } .mds-vpn_lock:after { content: '\e715'; } .mds-wallpaper:after { content: '\e717'; } .mds-warning:after { content: '\e718'; } .mds-watch:after { content: '\e71a'; } .mds-watch_later:after { content: '\e71c'; } .mds-waves:after { content: '\e71e'; } .mds-wb_auto:after { content: '\e71f'; } .mds-wb_cloudy:after { content: '\e721'; } .mds-wb_incandescent:after { content: '\e723'; } .mds-wb_iridescent:after { content: '\e725'; } .mds-wb_sunny:after { content: '\e727'; } .mds-wc:after { content: '\e729'; } .mds-web:after { content: '\e72a'; } .mds-web_asset:after { content: '\e72c'; } .mds-weekend:after { content: '\e72e'; } .mds-whatshot:after { content: '\e730'; } .mds-where_to_vote:after { content: '\e732'; } .mds-widgets:after { content: '\e734'; } .mds-wifi:after { content: '\e736'; } .mds-wifi_lock:after { content: '\e737'; } .mds-wifi_off:after { content: '\e738'; } .mds-wifi_tethering:after { content: '\e739'; } .mds-work:after { content: '\e73a'; } .mds-work_off:after { content: '\e73c'; } .mds-work_outline:after { content: '\e73e'; } .mds-wrap_text:after { content: '\e73f'; } .mds-youtube_searched_for:after { content: '\e740'; } .mds-zoom_in:after { content: '\e741'; } .mds-zoom_out:after { content: '\e742'; } .mds-zoom_out_map:after { content: '\e743'; } .mds-add_ic_call:after { content: '\e744'; } .mds-library_add_check:after { content: '\e746'; } .mds-star_outline:after { content: '\e748'; } .mds-two_wheeler:after { content: '\e749'; } .mds-5g:after { content: '\e74a'; } .mds-ad_units:after { content: '\e74b'; } .mds-add_business:after { content: '\e74d'; } .mds-add_location_alt:after { content: '\e74f'; } .mds-add_road:after { content: '\e751'; } .mds-addchart:after { content: '\e752'; } .mds-admin_panel_settings:after { content: '\e753'; } .mds-agriculture:after { content: '\e755'; } .mds-alt_route:after { content: '\e757'; } .mds-analytics:after { content: '\e758'; } .mds-anchor:after { content: '\e75a'; } .mds-api:after { content: '\e75b'; } .mds-app_blocking:after { content: '\e75c'; } .mds-app_settings_alt:after { content: '\e75e'; } .mds-architecture:after { content: '\e760'; } .mds-arrow_circle_down:after { content: '\e761'; } .mds-arrow_circle_up:after { content: '\e763'; } .mds-article:after { content: '\e765'; } .mds-attach_email:after { content: '\e767'; } .mds-auto_delete:after { content: '\e768'; } .mds-baby_changing_station:after { content: '\e76a'; } .mds-backpack:after { content: '\e76b'; } .mds-backup_table:after { content: '\e76d'; } .mds-batch_prediction:after { content: '\e76f'; } .mds-bedtime:after { content: '\e771'; } .mds-bike_scooter:after { content: '\e773'; } .mds-biotech:after { content: '\e774'; } .mds-browser_not_supported:after { content: '\e776'; } .mds-build_circle:after { content: '\e777'; } .mds-calculate:after { content: '\e779'; } .mds-campaign:after { content: '\e77b'; } .mds-charging_station:after { content: '\e77d'; } .mds-checkroom:after { content: '\e77f'; } .mds-cleaning_services:after { content: '\e780'; } .mds-close_fullscreen:after { content: '\e782'; } .mds-comment_bank:after { content: '\e783'; } .mds-construction:after { content: '\e785'; } .mds-corporate_fare:after { content: '\e786'; } .mds-design_services:after { content: '\e788'; } .mds-directions_off:after { content: '\e78a'; } .mds-do_not_step:after { content: '\e78b'; } .mds-do_not_touch:after { content: '\e78d'; } .mds-domain_verification:after { content: '\e78f'; } .mds-dry:after { content: '\e791'; } .mds-dynamic_form:after { content: '\e793'; } .mds-edit_road:after { content: '\e795'; } .mds-electric_bike:after { content: '\e797'; } .mds-electric_car:after { content: '\e798'; } .mds-electric_moped:after { content: '\e79a'; } .mds-electric_scooter:after { content: '\e79c'; } .mds-electrical_services:after { content: '\e79d'; } .mds-elevator:after { content: '\e79e'; } .mds-engineering:after { content: '\e7a0'; } .mds-escalator:after { content: '\e7a2'; } .mds-escalator_warning:after { content: '\e7a4'; } .mds-fact_check:after { content: '\e7a5'; } .mds-family_restroom:after { content: '\e7a7'; } .mds-filter_alt:after { content: '\e7a8'; } .mds-flaky:after { content: '\e7aa'; } .mds-forward_to_inbox:after { content: '\e7ab'; } .mds-grading:after { content: '\e7ad'; } .mds-handyman:after { content: '\e7ae'; } .mds-hearing_disabled:after { content: '\e7b0'; } .mds-help_center:after { content: '\e7b1'; } .mds-highlight_alt:after { content: '\e7b3'; } .mds-history_edu:after { content: '\e7b4'; } .mds-history_toggle_off:after { content: '\e7b6'; } .mds-home_repair_service:after { content: '\e7b7'; } .mds-horizontal_rule:after { content: '\e7b9'; } .mds-hourglass_bottom:after { content: '\e7ba'; } .mds-hourglass_disabled:after { content: '\e7bc'; } .mds-hourglass_top:after { content: '\e7bd'; } .mds-hvac:after { content: '\e7bf'; } .mds-image_not_supported:after { content: '\e7c1'; } .mds-insights:after { content: '\e7c3'; } .mds-integration_instructions:after { content: '\e7c4'; } .mds-legend_toggle:after { content: '\e7c6'; } .mds-login:after { content: '\e7c7'; } .mds-maps_ugc:after { content: '\e7c8'; } .mds-mark_chat_read:after { content: '\e7ca'; } .mds-mark_chat_unread:after { content: '\e7cc'; } .mds-mark_email_read:after { content: '\e7ce'; } .mds-mark_email_unread:after { content: '\e7d0'; } .mds-mediation:after { content: '\e7d2'; } .mds-medical_services:after { content: '\e7d3'; } .mds-military_tech:after { content: '\e7d5'; } .mds-miscellaneous_services:after { content: '\e7d7'; } .mds-model_training:after { content: '\e7d8'; } .mds-moped:after { content: '\e7d9'; } .mds-more_time:after { content: '\e7db'; } .mds-multiple_stop:after { content: '\e7dc'; } .mds-nat:after { content: '\e7dd'; } .mds-next_plan:after { content: '\e7df'; } .mds-no_cell:after { content: '\e7e1'; } .mds-no_drinks:after { content: '\e7e3'; } .mds-no_flash:after { content: '\e7e5'; } .mds-no_food:after { content: '\e7e7'; } .mds-no_photography:after { content: '\e7e9'; } .mds-no_stroller:after { content: '\e7eb'; } .mds-not_accessible:after { content: '\e7ed'; } .mds-not_started:after { content: '\e7ee'; } .mds-online_prediction:after { content: '\e7f0'; } .mds-open_in_full:after { content: '\e7f1'; } .mds-outlet:after { content: '\e7f2'; } .mds-payments:after { content: '\e7f4'; } .mds-pedal_bike:after { content: '\e7f6'; } .mds-pending:after { content: '\e7f7'; } .mds-pending_actions:after { content: '\e7f9'; } .mds-person_add_alt_1:after { content: '\e7fb'; } .mds-person_remove:after { content: '\e7fd'; } .mds-person_remove_alt_1:after { content: '\e7ff'; } .mds-person_search:after { content: '\e801'; } .mds-pest_control:after { content: '\e803'; } .mds-pest_control_rodent:after { content: '\e805'; } .mds-plagiarism:after { content: '\e807'; } .mds-plumbing:after { content: '\e809'; } .mds-point_of_sale:after { content: '\e80a'; } .mds-preview:after { content: '\e80c'; } .mds-privacy_tip:after { content: '\e80e'; } .mds-psychology:after { content: '\e810'; } .mds-public_off:after { content: '\e812'; } .mds-push_pin:after { content: '\e814'; } .mds-qr_code:after { content: '\e816'; } .mds-quickreply:after { content: '\e818'; } .mds-read_more:after { content: '\e81a'; } .mds-receipt_long:after { content: '\e81b'; } .mds-request_quote:after { content: '\e81d'; } .mds-room_preferences:after { content: '\e81f'; } .mds-rule:after { content: '\e821'; } .mds-rule_folder:after { content: '\e822'; } .mds-run_circle:after { content: '\e824'; } .mds-science:after { content: '\e826'; } .mds-search_off:after { content: '\e828'; } .mds-self_improvement:after { content: '\e829'; } .mds-sensor_door:after { content: '\e82a'; } .mds-sensor_window:after { content: '\e82c'; } .mds-shopping_bag:after { content: '\e82e'; } .mds-smart_button:after { content: '\e830'; } .mds-snippet_folder:after { content: '\e831'; } .mds-soap:after { content: '\e833'; } .mds-source:after { content: '\e835'; } .mds-stairs:after { content: '\e837'; } .mds-stroller:after { content: '\e839'; } .mds-subscript:after { content: '\e83b'; } .mds-subtitles_off:after { content: '\e83c'; } .mds-superscript:after { content: '\e83e'; } .mds-support:after { content: '\e83f'; } .mds-support_agent:after { content: '\e841'; } .mds-switch_left:after { content: '\e842'; } .mds-switch_right:after { content: '\e844'; } .mds-table_rows:after { content: '\e846'; } .mds-table_view:after { content: '\e848'; } .mds-text_snippet:after { content: '\e84a'; } .mds-topic:after { content: '\e84c'; } .mds-tour:after { content: '\e84e'; } .mds-tty:after { content: '\e850'; } .mds-umbrella:after { content: '\e852'; } .mds-upgrade:after { content: '\e854'; } .mds-verified:after { content: '\e855'; } .mds-video_settings:after { content: '\e857'; } .mds-view_sidebar:after { content: '\e858'; } .mds-wash:after { content: '\e85a'; } .mds-wheelchair_pickup:after { content: '\e85c'; } .mds-wifi_calling:after { content: '\e85d'; } .mds-wifi_protected_setup:after { content: '\e85f'; } .mds-wrong_location:after { content: '\e860'; } .mds-wysiwyg:after { content: '\e861'; } .mds-bento:after { content: '\e864'; } .mds-carpenter:after { content: '\e866'; } .mds-closed_caption_disabled:after { content: '\e868'; } .mds-countertops:after { content: '\e86a'; } .mds-east:after { content: '\e86c'; } .mds-fence:after { content: '\e86d'; } .mds-fire_extinguisher:after { content: '\e86f'; } .mds-food_bank:after { content: '\e870'; } .mds-foundation:after { content: '\e872'; } .mds-grass:after { content: '\e874'; } .mds-house_siding:after { content: '\e875'; } .mds-leaderboard:after { content: '\e877'; } .mds-microwave:after { content: '\e879'; } .mds-near_me_disabled:after { content: '\e87b'; } .mds-night_shelter:after { content: '\e87d'; } .mds-no_meals:after { content: '\e87f'; } .mds-no_transfer:after { content: '\e880'; } .mds-north:after { content: '\e882'; } .mds-north_east:after { content: '\e883'; } .mds-north_west:after { content: '\e884'; } .mds-qr_code_scanner:after { content: '\e885'; } .mds-rice_bowl:after { content: '\e886'; } .mds-roofing:after { content: '\e888'; } .mds-set_meal:after { content: '\e88a'; } .mds-south:after { content: '\e88c'; } .mds-south_east:after { content: '\e88d'; } .mds-south_west:after { content: '\e88e'; } .mds-sports_bar:after { content: '\e88f'; } .mds-sticky_note_2:after { content: '\e891'; } .mds-tapas:after { content: '\e893'; } .mds-water_damage:after { content: '\e895'; } .mds-west:after { content: '\e897'; } .mds-wine_bar:after { content: '\e898'; } .mds-6_ft_apart:after { content: '\e89a'; } .mds-book_online:after { content: '\e89b'; } .mds-clean_hands:after { content: '\e89d'; } .mds-connect_without_contact:after { content: '\e89f'; } .mds-coronavirus:after { content: '\e8a0'; } .mds-elderly:after { content: '\e8a2'; } .mds-follow_the_signs:after { content: '\e8a3'; } .mds-leave_bags_at_home:after { content: '\e8a5'; } .mds-local_fire_department:after { content: '\e8a7'; } .mds-local_police:after { content: '\e8a9'; } .mds-masks:after { content: '\e8ab'; } .mds-motion_photos_on:after { content: '\e8ad'; } .mds-motion_photos_paused:after { content: '\e8ae'; } .mds-reduce_capacity:after { content: '\e8af'; } .mds-sanitizer:after { content: '\e8b0'; } .mds-sick:after { content: '\e8b2'; } .mds-add_task:after { content: '\e8b3'; } .mds-contact_page:after { content: '\e8b4'; } .mds-disabled_by_default:after { content: '\e8b6'; } .mds-facebook:after { content: '\e8b8'; } .mds-groups:after { content: '\e8b9'; } .mds-luggage:after { content: '\e8bb'; } .mds-motion_photos_pause:after { content: '\e8bd'; } .mds-no_backpack:after { content: '\e8be'; } .mds-no_luggage:after { content: '\e8c0'; } .mds-outbond:after { content: '\e8c2'; } .mds-published_with_changes:after { content: '\e8c4'; } .mds-request_page:after { content: '\e8c5'; } .mds-stacked_line_chart:after { content: '\e8c7'; } .mds-unpublished:after { content: '\e8c8'; } .mds-align_horizontal_center:after { content: '\e8ca'; } .mds-align_horizontal_left:after { content: '\e8cb'; } .mds-align_horizontal_right:after { content: '\e8cc'; } .mds-align_vertical_bottom:after { content: '\e8cd'; } .mds-align_vertical_center:after { content: '\e8ce'; } .mds-align_vertical_top:after { content: '\e8cf'; } .mds-horizontal_distribute:after { content: '\e8d0'; } .mds-qr_code_2:after { content: '\e8d1'; } .mds-update_disabled:after { content: '\e8d2'; } .mds-vertical_distribute:after { content: '\e8d3'; } ================================================ FILE: icon-packs/ikonli-materialdesign-pack/ikonli-materialdesign-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-materialdesign-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.materialdesign { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.materialdesign; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.materialdesign.MaterialDesignIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.materialdesign.MaterialDesignIkonProvider; } ================================================ FILE: icon-packs/ikonli-materialdesign-pack/src/main/java/org/kordamp/ikonli/materialdesign/MaterialDesign.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesign implements Ikon { MDI_ACCESS_POINT("mdi-access-point", '\uf002'), MDI_ACCESS_POINT_NETWORK("mdi-access-point-network", '\uf003'), MDI_ACCOUNT("mdi-account", '\uf004'), MDI_ACCOUNT_ALERT("mdi-account-alert", '\uf005'), MDI_ACCOUNT_BOX("mdi-account-box", '\uf006'), MDI_ACCOUNT_BOX_OUTLINE("mdi-account-box-outline", '\uf007'), MDI_ACCOUNT_CARD_DETAILS("mdi-account-card-details", '\uf5d2'), MDI_ACCOUNT_CHECK("mdi-account-check", '\uf008'), MDI_ACCOUNT_CIRCLE("mdi-account-circle", '\uf009'), MDI_ACCOUNT_CONVERT("mdi-account-convert", '\uf00a'), MDI_ACCOUNT_KEY("mdi-account-key", '\uf00b'), MDI_ACCOUNT_LOCATION("mdi-account-location", '\uf00c'), MDI_ACCOUNT_MINUS("mdi-account-minus", '\uf00d'), MDI_ACCOUNT_MULTIPLE("mdi-account-multiple", '\uf00e'), MDI_ACCOUNT_MULTIPLE_MINUS("mdi-account-multiple-minus", '\uf5d3'), MDI_ACCOUNT_MULTIPLE_OUTLINE("mdi-account-multiple-outline", '\uf00f'), MDI_ACCOUNT_MULTIPLE_PLUS("mdi-account-multiple-plus", '\uf010'), MDI_ACCOUNT_NETWORK("mdi-account-network", '\uf011'), MDI_ACCOUNT_OFF("mdi-account-off", '\uf012'), MDI_ACCOUNT_OUTLINE("mdi-account-outline", '\uf013'), MDI_ACCOUNT_PLUS("mdi-account-plus", '\uf014'), MDI_ACCOUNT_REMOVE("mdi-account-remove", '\uf015'), MDI_ACCOUNT_SEARCH("mdi-account-search", '\uf016'), MDI_ACCOUNT_SETTINGS("mdi-account-settings", '\uf630'), MDI_ACCOUNT_SETTINGS_VARIANT("mdi-account-settings-variant", '\uf631'), MDI_ACCOUNT_STAR("mdi-account-star", '\uf017'), MDI_ACCOUNT_STAR_VARIANT("mdi-account-star-variant", '\uf018'), MDI_ACCOUNT_SWITCH("mdi-account-switch", '\uf019'), MDI_ADJUST("mdi-adjust", '\uf01a'), MDI_AIRBALLOON("mdi-airballoon", '\uf01c'), MDI_AIRPLANE("mdi-airplane", '\uf01d'), MDI_AIRPLANE_LANDING("mdi-airplane-landing", '\uf5d4'), MDI_AIRPLANE_OFF("mdi-airplane-off", '\uf01e'), MDI_AIRPLANE_TAKEOFF("mdi-airplane-takeoff", '\uf5d5'), MDI_AIRPLAY("mdi-airplay", '\uf01f'), MDI_AIR_CONDITIONER("mdi-air-conditioner", '\uf01b'), MDI_ALARM("mdi-alarm", '\uf020'), MDI_ALARM_CHECK("mdi-alarm-check", '\uf021'), MDI_ALARM_MULTIPLE("mdi-alarm-multiple", '\uf022'), MDI_ALARM_OFF("mdi-alarm-off", '\uf023'), MDI_ALARM_PLUS("mdi-alarm-plus", '\uf024'), MDI_ALARM_SNOOZE("mdi-alarm-snooze", '\uf68d'), MDI_ALBUM("mdi-album", '\uf025'), MDI_ALERT("mdi-alert", '\uf026'), MDI_ALERT_BOX("mdi-alert-box", '\uf027'), MDI_ALERT_CIRCLE("mdi-alert-circle", '\uf028'), MDI_ALERT_CIRCLE_OUTLINE("mdi-alert-circle-outline", '\uf5d6'), MDI_ALERT_OCTAGON("mdi-alert-octagon", '\uf029'), MDI_ALERT_OUTLINE("mdi-alert-outline", '\uf02a'), MDI_ALPHA("mdi-alpha", '\uf02b'), MDI_ALPHABETICAL("mdi-alphabetical", '\uf02c'), MDI_ALTIMETER("mdi-altimeter", '\uf5d7'), MDI_AMAZON("mdi-amazon", '\uf02d'), MDI_AMAZON_CLOUDDRIVE("mdi-amazon-clouddrive", '\uf02e'), MDI_AMBULANCE("mdi-ambulance", '\uf02f'), MDI_AMPLIFIER("mdi-amplifier", '\uf030'), MDI_ANCHOR("mdi-anchor", '\uf031'), MDI_ANDROID("mdi-android", '\uf032'), MDI_ANDROID_DEBUG_BRIDGE("mdi-android-debug-bridge", '\uf033'), MDI_ANDROID_STUDIO("mdi-android-studio", '\uf034'), MDI_ANGULAR("mdi-angular", '\uf6b1'), MDI_ANIMATION("mdi-animation", '\uf5d8'), MDI_APPLE("mdi-apple", '\uf035'), MDI_APPLE_FINDER("mdi-apple-finder", '\uf036'), MDI_APPLE_IOS("mdi-apple-ios", '\uf037'), MDI_APPLE_KEYBOARD_CAPS("mdi-apple-keyboard-caps", '\uf632'), MDI_APPLE_KEYBOARD_COMMAND("mdi-apple-keyboard-command", '\uf633'), MDI_APPLE_KEYBOARD_CONTROL("mdi-apple-keyboard-control", '\uf634'), MDI_APPLE_KEYBOARD_OPTION("mdi-apple-keyboard-option", '\uf635'), MDI_APPLE_KEYBOARD_SHIFT("mdi-apple-keyboard-shift", '\uf636'), MDI_APPLE_MOBILEME("mdi-apple-mobileme", '\uf038'), MDI_APPLE_SAFARI("mdi-apple-safari", '\uf039'), MDI_APPLICATION("mdi-application", '\uf614'), MDI_APPNET("mdi-appnet", '\uf03a'), MDI_APPS("mdi-apps", '\uf03b'), MDI_ARCHIVE("mdi-archive", '\uf03c'), MDI_ARRANGE_BRING_FORWARD("mdi-arrange-bring-forward", '\uf03d'), MDI_ARRANGE_BRING_TO_FRONT("mdi-arrange-bring-to-front", '\uf03e'), MDI_ARRANGE_SEND_BACKWARD("mdi-arrange-send-backward", '\uf03f'), MDI_ARRANGE_SEND_TO_BACK("mdi-arrange-send-to-back", '\uf040'), MDI_ARROW_ALL("mdi-arrow-all", '\uf041'), MDI_ARROW_BOTTOM_LEFT("mdi-arrow-bottom-left", '\uf042'), MDI_ARROW_BOTTOM_RIGHT("mdi-arrow-bottom-right", '\uf043'), MDI_ARROW_COMPRESS("mdi-arrow-compress", '\uf615'), MDI_ARROW_COMPRESS_ALL("mdi-arrow-compress-all", '\uf044'), MDI_ARROW_DOWN("mdi-arrow-down", '\uf045'), MDI_ARROW_DOWN_BOLD("mdi-arrow-down-bold", '\uf046'), MDI_ARROW_DOWN_BOLD_CIRCLE("mdi-arrow-down-bold-circle", '\uf047'), MDI_ARROW_DOWN_BOLD_CIRCLE_OUTLINE("mdi-arrow-down-bold-circle-outline", '\uf048'), MDI_ARROW_DOWN_BOLD_HEXAGON_OUTLINE("mdi-arrow-down-bold-hexagon-outline", '\uf049'), MDI_ARROW_DOWN_DROP_CIRCLE("mdi-arrow-down-drop-circle", '\uf04a'), MDI_ARROW_DOWN_DROP_CIRCLE_OUTLINE("mdi-arrow-down-drop-circle-outline", '\uf04b'), MDI_ARROW_EXPAND("mdi-arrow-expand", '\uf616'), MDI_ARROW_EXPAND_ALL("mdi-arrow-expand-all", '\uf04c'), MDI_ARROW_LEFT("mdi-arrow-left", '\uf04d'), MDI_ARROW_LEFT_BOLD("mdi-arrow-left-bold", '\uf04e'), MDI_ARROW_LEFT_BOLD_CIRCLE("mdi-arrow-left-bold-circle", '\uf04f'), MDI_ARROW_LEFT_BOLD_CIRCLE_OUTLINE("mdi-arrow-left-bold-circle-outline", '\uf050'), MDI_ARROW_LEFT_BOLD_HEXAGON_OUTLINE("mdi-arrow-left-bold-hexagon-outline", '\uf051'), MDI_ARROW_LEFT_DROP_CIRCLE("mdi-arrow-left-drop-circle", '\uf052'), MDI_ARROW_LEFT_DROP_CIRCLE_OUTLINE("mdi-arrow-left-drop-circle-outline", '\uf053'), MDI_ARROW_RIGHT("mdi-arrow-right", '\uf054'), MDI_ARROW_RIGHT_BOLD("mdi-arrow-right-bold", '\uf055'), MDI_ARROW_RIGHT_BOLD_CIRCLE("mdi-arrow-right-bold-circle", '\uf056'), MDI_ARROW_RIGHT_BOLD_CIRCLE_OUTLINE("mdi-arrow-right-bold-circle-outline", '\uf057'), MDI_ARROW_RIGHT_BOLD_HEXAGON_OUTLINE("mdi-arrow-right-bold-hexagon-outline", '\uf058'), MDI_ARROW_RIGHT_DROP_CIRCLE("mdi-arrow-right-drop-circle", '\uf059'), MDI_ARROW_RIGHT_DROP_CIRCLE_OUTLINE("mdi-arrow-right-drop-circle-outline", '\uf05a'), MDI_ARROW_TOP_LEFT("mdi-arrow-top-left", '\uf05b'), MDI_ARROW_TOP_RIGHT("mdi-arrow-top-right", '\uf05c'), MDI_ARROW_UP("mdi-arrow-up", '\uf05d'), MDI_ARROW_UP_BOLD("mdi-arrow-up-bold", '\uf05e'), MDI_ARROW_UP_BOLD_CIRCLE("mdi-arrow-up-bold-circle", '\uf05f'), MDI_ARROW_UP_BOLD_CIRCLE_OUTLINE("mdi-arrow-up-bold-circle-outline", '\uf060'), MDI_ARROW_UP_BOLD_HEXAGON_OUTLINE("mdi-arrow-up-bold-hexagon-outline", '\uf061'), MDI_ARROW_UP_DROP_CIRCLE("mdi-arrow-up-drop-circle", '\uf062'), MDI_ARROW_UP_DROP_CIRCLE_OUTLINE("mdi-arrow-up-drop-circle-outline", '\uf063'), MDI_ASSISTANT("mdi-assistant", '\uf064'), MDI_AT("mdi-at", '\uf065'), MDI_ATTACHMENT("mdi-attachment", '\uf066'), MDI_AUDIOBOOK("mdi-audiobook", '\uf067'), MDI_AUTORENEW("mdi-autorenew", '\uf06a'), MDI_AUTO_FIX("mdi-auto-fix", '\uf068'), MDI_AUTO_UPLOAD("mdi-auto-upload", '\uf069'), MDI_AV_TIMER("mdi-av-timer", '\uf06b'), MDI_BABY("mdi-baby", '\uf06c'), MDI_BABY_BUGGY("mdi-baby-buggy", '\uf68e'), MDI_BACKBURGER("mdi-backburger", '\uf06d'), MDI_BACKSPACE("mdi-backspace", '\uf06e'), MDI_BACKUP_RESTORE("mdi-backup-restore", '\uf06f'), MDI_BANDCAMP("mdi-bandcamp", '\uf674'), MDI_BANK("mdi-bank", '\uf070'), MDI_BARCODE("mdi-barcode", '\uf071'), MDI_BARCODE_SCAN("mdi-barcode-scan", '\uf072'), MDI_BARLEY("mdi-barley", '\uf073'), MDI_BARREL("mdi-barrel", '\uf074'), MDI_BASECAMP("mdi-basecamp", '\uf075'), MDI_BASKET("mdi-basket", '\uf076'), MDI_BASKET_FILL("mdi-basket-fill", '\uf077'), MDI_BASKET_UNFILL("mdi-basket-unfill", '\uf078'), MDI_BATTERY("mdi-battery", '\uf079'), MDI_BATTERY_10("mdi-battery-10", '\uf07a'), MDI_BATTERY_20("mdi-battery-20", '\uf07b'), MDI_BATTERY_30("mdi-battery-30", '\uf07c'), MDI_BATTERY_40("mdi-battery-40", '\uf07d'), MDI_BATTERY_50("mdi-battery-50", '\uf07e'), MDI_BATTERY_60("mdi-battery-60", '\uf07f'), MDI_BATTERY_70("mdi-battery-70", '\uf080'), MDI_BATTERY_80("mdi-battery-80", '\uf081'), MDI_BATTERY_90("mdi-battery-90", '\uf082'), MDI_BATTERY_ALERT("mdi-battery-alert", '\uf083'), MDI_BATTERY_CHARGING("mdi-battery-charging", '\uf084'), MDI_BATTERY_CHARGING_100("mdi-battery-charging-100", '\uf085'), MDI_BATTERY_CHARGING_20("mdi-battery-charging-20", '\uf086'), MDI_BATTERY_CHARGING_30("mdi-battery-charging-30", '\uf087'), MDI_BATTERY_CHARGING_40("mdi-battery-charging-40", '\uf088'), MDI_BATTERY_CHARGING_60("mdi-battery-charging-60", '\uf089'), MDI_BATTERY_CHARGING_80("mdi-battery-charging-80", '\uf08a'), MDI_BATTERY_CHARGING_90("mdi-battery-charging-90", '\uf08b'), MDI_BATTERY_MINUS("mdi-battery-minus", '\uf08c'), MDI_BATTERY_NEGATIVE("mdi-battery-negative", '\uf08d'), MDI_BATTERY_OUTLINE("mdi-battery-outline", '\uf08e'), MDI_BATTERY_PLUS("mdi-battery-plus", '\uf08f'), MDI_BATTERY_POSITIVE("mdi-battery-positive", '\uf090'), MDI_BATTERY_UNKNOWN("mdi-battery-unknown", '\uf091'), MDI_BEACH("mdi-beach", '\uf092'), MDI_BEAKER("mdi-beaker", '\uf68f'), MDI_BEATS("mdi-beats", '\uf097'), MDI_BEER("mdi-beer", '\uf098'), MDI_BEHANCE("mdi-behance", '\uf099'), MDI_BELL("mdi-bell", '\uf09a'), MDI_BELL_OFF("mdi-bell-off", '\uf09b'), MDI_BELL_OUTLINE("mdi-bell-outline", '\uf09c'), MDI_BELL_PLUS("mdi-bell-plus", '\uf09d'), MDI_BELL_RING("mdi-bell-ring", '\uf09e'), MDI_BELL_RING_OUTLINE("mdi-bell-ring-outline", '\uf09f'), MDI_BELL_SLEEP("mdi-bell-sleep", '\uf0a0'), MDI_BETA("mdi-beta", '\uf0a1'), MDI_BIBLE("mdi-bible", '\uf0a2'), MDI_BIKE("mdi-bike", '\uf0a3'), MDI_BING("mdi-bing", '\uf0a4'), MDI_BINOCULARS("mdi-binoculars", '\uf0a5'), MDI_BIO("mdi-bio", '\uf0a6'), MDI_BIOHAZARD("mdi-biohazard", '\uf0a7'), MDI_BITBUCKET("mdi-bitbucket", '\uf0a8'), MDI_BLACKBERRY("mdi-blackberry", '\uf0aa'), MDI_BLACK_MESA("mdi-black-mesa", '\uf0a9'), MDI_BLENDER("mdi-blender", '\uf0ab'), MDI_BLINDS("mdi-blinds", '\uf0ac'), MDI_BLOCK_HELPER("mdi-block-helper", '\uf0ad'), MDI_BLOGGER("mdi-blogger", '\uf0ae'), MDI_BLUETOOTH("mdi-bluetooth", '\uf0af'), MDI_BLUETOOTH_AUDIO("mdi-bluetooth-audio", '\uf0b0'), MDI_BLUETOOTH_CONNECT("mdi-bluetooth-connect", '\uf0b1'), MDI_BLUETOOTH_OFF("mdi-bluetooth-off", '\uf0b2'), MDI_BLUETOOTH_SETTINGS("mdi-bluetooth-settings", '\uf0b3'), MDI_BLUETOOTH_TRANSFER("mdi-bluetooth-transfer", '\uf0b4'), MDI_BLUR("mdi-blur", '\uf0b5'), MDI_BLUR_LINEAR("mdi-blur-linear", '\uf0b6'), MDI_BLUR_OFF("mdi-blur-off", '\uf0b7'), MDI_BLUR_RADIAL("mdi-blur-radial", '\uf0b8'), MDI_BOMB("mdi-bomb", '\uf690'), MDI_BONE("mdi-bone", '\uf0b9'), MDI_BOOK("mdi-book", '\uf0ba'), MDI_BOOKMARK("mdi-bookmark", '\uf0c0'), MDI_BOOKMARK_CHECK("mdi-bookmark-check", '\uf0c1'), MDI_BOOKMARK_MUSIC("mdi-bookmark-music", '\uf0c2'), MDI_BOOKMARK_OUTLINE("mdi-bookmark-outline", '\uf0c3'), MDI_BOOKMARK_PLUS("mdi-bookmark-plus", '\uf0c5'), MDI_BOOKMARK_PLUS_OUTLINE("mdi-bookmark-plus-outline", '\uf0c4'), MDI_BOOKMARK_REMOVE("mdi-bookmark-remove", '\uf0c6'), MDI_BOOK_MINUS("mdi-book-minus", '\uf5d9'), MDI_BOOK_MULTIPLE("mdi-book-multiple", '\uf0bb'), MDI_BOOK_MULTIPLE_VARIANT("mdi-book-multiple-variant", '\uf0bc'), MDI_BOOK_OPEN("mdi-book-open", '\uf0bd'), MDI_BOOK_OPEN_PAGE_VARIANT("mdi-book-open-page-variant", '\uf5da'), MDI_BOOK_OPEN_VARIANT("mdi-book-open-variant", '\uf0be'), MDI_BOOK_PLUS("mdi-book-plus", '\uf5db'), MDI_BOOK_VARIANT("mdi-book-variant", '\uf0bf'), MDI_BOOMBOX("mdi-boombox", '\uf5dc'), MDI_BORDER_ALL("mdi-border-all", '\uf0c7'), MDI_BORDER_BOTTOM("mdi-border-bottom", '\uf0c8'), MDI_BORDER_COLOR("mdi-border-color", '\uf0c9'), MDI_BORDER_HORIZONTAL("mdi-border-horizontal", '\uf0ca'), MDI_BORDER_INSIDE("mdi-border-inside", '\uf0cb'), MDI_BORDER_LEFT("mdi-border-left", '\uf0cc'), MDI_BORDER_NONE("mdi-border-none", '\uf0cd'), MDI_BORDER_OUTSIDE("mdi-border-outside", '\uf0ce'), MDI_BORDER_RIGHT("mdi-border-right", '\uf0cf'), MDI_BORDER_STYLE("mdi-border-style", '\uf0d0'), MDI_BORDER_TOP("mdi-border-top", '\uf0d1'), MDI_BORDER_VERTICAL("mdi-border-vertical", '\uf0d2'), MDI_BOWL("mdi-bowl", '\uf617'), MDI_BOWLING("mdi-bowling", '\uf0d3'), MDI_BOW_TIE("mdi-bow-tie", '\uf677'), MDI_BOX("mdi-box", '\uf0d4'), MDI_BOX_CUTTER("mdi-box-cutter", '\uf0d5'), MDI_BOX_SHADOW("mdi-box-shadow", '\uf637'), MDI_BRIDGE("mdi-bridge", '\uf618'), MDI_BRIEFCASE("mdi-briefcase", '\uf0d6'), MDI_BRIEFCASE_CHECK("mdi-briefcase-check", '\uf0d7'), MDI_BRIEFCASE_DOWNLOAD("mdi-briefcase-download", '\uf0d8'), MDI_BRIEFCASE_UPLOAD("mdi-briefcase-upload", '\uf0d9'), MDI_BRIGHTNESS_1("mdi-brightness-1", '\uf0da'), MDI_BRIGHTNESS_2("mdi-brightness-2", '\uf0db'), MDI_BRIGHTNESS_3("mdi-brightness-3", '\uf0dc'), MDI_BRIGHTNESS_4("mdi-brightness-4", '\uf0dd'), MDI_BRIGHTNESS_5("mdi-brightness-5", '\uf0de'), MDI_BRIGHTNESS_6("mdi-brightness-6", '\uf0df'), MDI_BRIGHTNESS_7("mdi-brightness-7", '\uf0e0'), MDI_BRIGHTNESS_AUTO("mdi-brightness-auto", '\uf0e1'), MDI_BROOM("mdi-broom", '\uf0e2'), MDI_BRUSH("mdi-brush", '\uf0e3'), MDI_BUFFER("mdi-buffer", '\uf619'), MDI_BUG("mdi-bug", '\uf0e4'), MDI_BULLETIN_BOARD("mdi-bulletin-board", '\uf0e5'), MDI_BULLHORN("mdi-bullhorn", '\uf0e6'), MDI_BULLSEYE("mdi-bullseye", '\uf5dd'), MDI_BURST_MODE("mdi-burst-mode", '\uf5de'), MDI_BUS("mdi-bus", '\uf0e7'), MDI_CACHED("mdi-cached", '\uf0e8'), MDI_CAKE("mdi-cake", '\uf0e9'), MDI_CAKE_LAYERED("mdi-cake-layered", '\uf0ea'), MDI_CAKE_VARIANT("mdi-cake-variant", '\uf0eb'), MDI_CALCULATOR("mdi-calculator", '\uf0ec'), MDI_CALENDAR("mdi-calendar", '\uf0ed'), MDI_CALENDAR_BLANK("mdi-calendar-blank", '\uf0ee'), MDI_CALENDAR_CHECK("mdi-calendar-check", '\uf0ef'), MDI_CALENDAR_CLOCK("mdi-calendar-clock", '\uf0f0'), MDI_CALENDAR_MULTIPLE("mdi-calendar-multiple", '\uf0f1'), MDI_CALENDAR_MULTIPLE_CHECK("mdi-calendar-multiple-check", '\uf0f2'), MDI_CALENDAR_PLUS("mdi-calendar-plus", '\uf0f3'), MDI_CALENDAR_QUESTION("mdi-calendar-question", '\uf691'), MDI_CALENDAR_RANGE("mdi-calendar-range", '\uf678'), MDI_CALENDAR_REMOVE("mdi-calendar-remove", '\uf0f4'), MDI_CALENDAR_TEXT("mdi-calendar-text", '\uf0f5'), MDI_CALENDAR_TODAY("mdi-calendar-today", '\uf0f6'), MDI_CALL_MADE("mdi-call-made", '\uf0f7'), MDI_CALL_MERGE("mdi-call-merge", '\uf0f8'), MDI_CALL_MISSED("mdi-call-missed", '\uf0f9'), MDI_CALL_RECEIVED("mdi-call-received", '\uf0fa'), MDI_CALL_SPLIT("mdi-call-split", '\uf0fb'), MDI_CAMCORDER("mdi-camcorder", '\uf0fc'), MDI_CAMCORDER_BOX("mdi-camcorder-box", '\uf0fd'), MDI_CAMCORDER_BOX_OFF("mdi-camcorder-box-off", '\uf0fe'), MDI_CAMCORDER_OFF("mdi-camcorder-off", '\uf0ff'), MDI_CAMERA("mdi-camera", '\uf100'), MDI_CAMERA_BURST("mdi-camera-burst", '\uf692'), MDI_CAMERA_ENHANCE("mdi-camera-enhance", '\uf101'), MDI_CAMERA_FRONT("mdi-camera-front", '\uf102'), MDI_CAMERA_FRONT_VARIANT("mdi-camera-front-variant", '\uf103'), MDI_CAMERA_IRIS("mdi-camera-iris", '\uf104'), MDI_CAMERA_OFF("mdi-camera-off", '\uf5df'), MDI_CAMERA_PARTY_MODE("mdi-camera-party-mode", '\uf105'), MDI_CAMERA_REAR("mdi-camera-rear", '\uf106'), MDI_CAMERA_REAR_VARIANT("mdi-camera-rear-variant", '\uf107'), MDI_CAMERA_SWITCH("mdi-camera-switch", '\uf108'), MDI_CAMERA_TIMER("mdi-camera-timer", '\uf109'), MDI_CANDLE("mdi-candle", '\uf5e2'), MDI_CANDYCANE("mdi-candycane", '\uf10a'), MDI_CAR("mdi-car", '\uf10b'), MDI_CARDS("mdi-cards", '\uf638'), MDI_CARDS_OUTLINE("mdi-cards-outline", '\uf639'), MDI_CARDS_PLAYING_OUTLINE("mdi-cards-playing-outline", '\uf63a'), MDI_CARROT("mdi-carrot", '\uf10f'), MDI_CART("mdi-cart", '\uf110'), MDI_CART_OFF("mdi-cart-off", '\uf66b'), MDI_CART_OUTLINE("mdi-cart-outline", '\uf111'), MDI_CART_PLUS("mdi-cart-plus", '\uf112'), MDI_CAR_BATTERY("mdi-car-battery", '\uf10c'), MDI_CAR_CONNECTED("mdi-car-connected", '\uf10d'), MDI_CAR_WASH("mdi-car-wash", '\uf10e'), MDI_CASE_SENSITIVE_ALT("mdi-case-sensitive-alt", '\uf113'), MDI_CASH("mdi-cash", '\uf114'), MDI_CASH_100("mdi-cash-100", '\uf115'), MDI_CASH_MULTIPLE("mdi-cash-multiple", '\uf116'), MDI_CASH_USD("mdi-cash-usd", '\uf117'), MDI_CAST("mdi-cast", '\uf118'), MDI_CASTLE("mdi-castle", '\uf11a'), MDI_CAST_CONNECTED("mdi-cast-connected", '\uf119'), MDI_CAT("mdi-cat", '\uf11b'), MDI_CELLPHONE("mdi-cellphone", '\uf11c'), MDI_CELLPHONE_ANDROID("mdi-cellphone-android", '\uf11d'), MDI_CELLPHONE_BASIC("mdi-cellphone-basic", '\uf11e'), MDI_CELLPHONE_DOCK("mdi-cellphone-dock", '\uf11f'), MDI_CELLPHONE_IPHONE("mdi-cellphone-iphone", '\uf120'), MDI_CELLPHONE_LINK("mdi-cellphone-link", '\uf121'), MDI_CELLPHONE_LINK_OFF("mdi-cellphone-link-off", '\uf122'), MDI_CELLPHONE_SETTINGS("mdi-cellphone-settings", '\uf123'), MDI_CERTIFICATE("mdi-certificate", '\uf124'), MDI_CHAIR_SCHOOL("mdi-chair-school", '\uf125'), MDI_CHART_ARC("mdi-chart-arc", '\uf126'), MDI_CHART_AREASPLINE("mdi-chart-areaspline", '\uf127'), MDI_CHART_BAR("mdi-chart-bar", '\uf128'), MDI_CHART_BUBBLE("mdi-chart-bubble", '\uf5e3'), MDI_CHART_GANTT("mdi-chart-gantt", '\uf66c'), MDI_CHART_HISTOGRAM("mdi-chart-histogram", '\uf129'), MDI_CHART_LINE("mdi-chart-line", '\uf12a'), MDI_CHART_PIE("mdi-chart-pie", '\uf12b'), MDI_CHART_SCATTERPLOT_HEXBIN("mdi-chart-scatterplot-hexbin", '\uf66d'), MDI_CHART_TIMELINE("mdi-chart-timeline", '\uf66e'), MDI_CHECK("mdi-check", '\uf12c'), MDI_CHECKBOX_BLANK("mdi-checkbox-blank", '\uf12e'), MDI_CHECKBOX_BLANK_CIRCLE("mdi-checkbox-blank-circle", '\uf12f'), MDI_CHECKBOX_BLANK_CIRCLE_OUTLINE("mdi-checkbox-blank-circle-outline", '\uf130'), MDI_CHECKBOX_BLANK_OUTLINE("mdi-checkbox-blank-outline", '\uf131'), MDI_CHECKBOX_MARKED("mdi-checkbox-marked", '\uf132'), MDI_CHECKBOX_MARKED_CIRCLE("mdi-checkbox-marked-circle", '\uf133'), MDI_CHECKBOX_MARKED_CIRCLE_OUTLINE("mdi-checkbox-marked-circle-outline", '\uf134'), MDI_CHECKBOX_MARKED_OUTLINE("mdi-checkbox-marked-outline", '\uf135'), MDI_CHECKBOX_MULTIPLE_BLANK("mdi-checkbox-multiple-blank", '\uf136'), MDI_CHECKBOX_MULTIPLE_BLANK_CIRCLE("mdi-checkbox-multiple-blank-circle", '\uf63b'), MDI_CHECKBOX_MULTIPLE_BLANK_CIRCLE_OUTLINE("mdi-checkbox-multiple-blank-circle-outline", '\uf63c'), MDI_CHECKBOX_MULTIPLE_BLANK_OUTLINE("mdi-checkbox-multiple-blank-outline", '\uf137'), MDI_CHECKBOX_MULTIPLE_MARKED("mdi-checkbox-multiple-marked", '\uf138'), MDI_CHECKBOX_MULTIPLE_MARKED_CIRCLE("mdi-checkbox-multiple-marked-circle", '\uf63d'), MDI_CHECKBOX_MULTIPLE_MARKED_CIRCLE_OUTLINE("mdi-checkbox-multiple-marked-circle-outline", '\uf63e'), MDI_CHECKBOX_MULTIPLE_MARKED_OUTLINE("mdi-checkbox-multiple-marked-outline", '\uf139'), MDI_CHECKERBOARD("mdi-checkerboard", '\uf13a'), MDI_CHECK_ALL("mdi-check-all", '\uf12d'), MDI_CHECK_CIRCLE("mdi-check-circle", '\uf5e0'), MDI_CHECK_CIRCLE_OUTLINE("mdi-check-circle-outline", '\uf5e1'), MDI_CHEMICAL_WEAPON("mdi-chemical-weapon", '\uf13b'), MDI_CHEVRON_DOUBLE_DOWN("mdi-chevron-double-down", '\uf13c'), MDI_CHEVRON_DOUBLE_LEFT("mdi-chevron-double-left", '\uf13d'), MDI_CHEVRON_DOUBLE_RIGHT("mdi-chevron-double-right", '\uf13e'), MDI_CHEVRON_DOUBLE_UP("mdi-chevron-double-up", '\uf13f'), MDI_CHEVRON_DOWN("mdi-chevron-down", '\uf140'), MDI_CHEVRON_LEFT("mdi-chevron-left", '\uf141'), MDI_CHEVRON_RIGHT("mdi-chevron-right", '\uf142'), MDI_CHEVRON_UP("mdi-chevron-up", '\uf143'), MDI_CHIP("mdi-chip", '\uf61a'), MDI_CHURCH("mdi-church", '\uf144'), MDI_CISCO_WEBEX("mdi-cisco-webex", '\uf145'), MDI_CITY("mdi-city", '\uf146'), MDI_CLIPBOARD("mdi-clipboard", '\uf147'), MDI_CLIPBOARD_ACCOUNT("mdi-clipboard-account", '\uf148'), MDI_CLIPBOARD_ALERT("mdi-clipboard-alert", '\uf149'), MDI_CLIPBOARD_ARROW_DOWN("mdi-clipboard-arrow-down", '\uf14a'), MDI_CLIPBOARD_ARROW_LEFT("mdi-clipboard-arrow-left", '\uf14b'), MDI_CLIPBOARD_CHECK("mdi-clipboard-check", '\uf14c'), MDI_CLIPBOARD_OUTLINE("mdi-clipboard-outline", '\uf14d'), MDI_CLIPBOARD_TEXT("mdi-clipboard-text", '\uf14e'), MDI_CLIPPY("mdi-clippy", '\uf14f'), MDI_CLOCK("mdi-clock", '\uf150'), MDI_CLOCK_ALERT("mdi-clock-alert", '\uf5ce'), MDI_CLOCK_END("mdi-clock-end", '\uf151'), MDI_CLOCK_FAST("mdi-clock-fast", '\uf152'), MDI_CLOCK_IN("mdi-clock-in", '\uf153'), MDI_CLOCK_OUT("mdi-clock-out", '\uf154'), MDI_CLOCK_START("mdi-clock-start", '\uf155'), MDI_CLOSE("mdi-close", '\uf156'), MDI_CLOSED_CAPTION("mdi-closed-caption", '\uf15e'), MDI_CLOSE_BOX("mdi-close-box", '\uf157'), MDI_CLOSE_BOX_OUTLINE("mdi-close-box-outline", '\uf158'), MDI_CLOSE_CIRCLE("mdi-close-circle", '\uf159'), MDI_CLOSE_CIRCLE_OUTLINE("mdi-close-circle-outline", '\uf15a'), MDI_CLOSE_NETWORK("mdi-close-network", '\uf15b'), MDI_CLOSE_OCTAGON("mdi-close-octagon", '\uf15c'), MDI_CLOSE_OCTAGON_OUTLINE("mdi-close-octagon-outline", '\uf15d'), MDI_CLOUD("mdi-cloud", '\uf15f'), MDI_CLOUD_CHECK("mdi-cloud-check", '\uf160'), MDI_CLOUD_CIRCLE("mdi-cloud-circle", '\uf161'), MDI_CLOUD_DOWNLOAD("mdi-cloud-download", '\uf162'), MDI_CLOUD_OUTLINE("mdi-cloud-outline", '\uf163'), MDI_CLOUD_OUTLINE_OFF("mdi-cloud-outline-off", '\uf164'), MDI_CLOUD_PRINT("mdi-cloud-print", '\uf165'), MDI_CLOUD_PRINT_OUTLINE("mdi-cloud-print-outline", '\uf166'), MDI_CLOUD_SYNC("mdi-cloud-sync", '\uf63f'), MDI_CLOUD_UPLOAD("mdi-cloud-upload", '\uf167'), MDI_CODEPEN("mdi-codepen", '\uf175'), MDI_CODE_ARRAY("mdi-code-array", '\uf168'), MDI_CODE_BRACES("mdi-code-braces", '\uf169'), MDI_CODE_BRACKETS("mdi-code-brackets", '\uf16a'), MDI_CODE_EQUAL("mdi-code-equal", '\uf16b'), MDI_CODE_GREATER_THAN("mdi-code-greater-than", '\uf16c'), MDI_CODE_GREATER_THAN_OR_EQUAL("mdi-code-greater-than-or-equal", '\uf16d'), MDI_CODE_LESS_THAN("mdi-code-less-than", '\uf16e'), MDI_CODE_LESS_THAN_OR_EQUAL("mdi-code-less-than-or-equal", '\uf16f'), MDI_CODE_NOT_EQUAL("mdi-code-not-equal", '\uf170'), MDI_CODE_NOT_EQUAL_VARIANT("mdi-code-not-equal-variant", '\uf171'), MDI_CODE_PARENTHESES("mdi-code-parentheses", '\uf172'), MDI_CODE_STRING("mdi-code-string", '\uf173'), MDI_CODE_TAGS("mdi-code-tags", '\uf174'), MDI_CODE_TAGS_CHECK("mdi-code-tags-check", '\uf693'), MDI_COFFEE("mdi-coffee", '\uf176'), MDI_COFFEE_TO_GO("mdi-coffee-to-go", '\uf177'), MDI_COIN("mdi-coin", '\uf178'), MDI_COINS("mdi-coins", '\uf694'), MDI_COLLAGE("mdi-collage", '\uf640'), MDI_COLOR_HELPER("mdi-color-helper", '\uf179'), MDI_COMMENT("mdi-comment", '\uf17a'), MDI_COMMENT_ACCOUNT("mdi-comment-account", '\uf17b'), MDI_COMMENT_ACCOUNT_OUTLINE("mdi-comment-account-outline", '\uf17c'), MDI_COMMENT_ALERT("mdi-comment-alert", '\uf17d'), MDI_COMMENT_ALERT_OUTLINE("mdi-comment-alert-outline", '\uf17e'), MDI_COMMENT_CHECK("mdi-comment-check", '\uf17f'), MDI_COMMENT_CHECK_OUTLINE("mdi-comment-check-outline", '\uf180'), MDI_COMMENT_MULTIPLE_OUTLINE("mdi-comment-multiple-outline", '\uf181'), MDI_COMMENT_OUTLINE("mdi-comment-outline", '\uf182'), MDI_COMMENT_PLUS_OUTLINE("mdi-comment-plus-outline", '\uf183'), MDI_COMMENT_PROCESSING("mdi-comment-processing", '\uf184'), MDI_COMMENT_PROCESSING_OUTLINE("mdi-comment-processing-outline", '\uf185'), MDI_COMMENT_QUESTION_OUTLINE("mdi-comment-question-outline", '\uf186'), MDI_COMMENT_REMOVE_OUTLINE("mdi-comment-remove-outline", '\uf187'), MDI_COMMENT_TEXT("mdi-comment-text", '\uf188'), MDI_COMMENT_TEXT_OUTLINE("mdi-comment-text-outline", '\uf189'), MDI_COMPARE("mdi-compare", '\uf18a'), MDI_COMPASS("mdi-compass", '\uf18b'), MDI_COMPASS_OUTLINE("mdi-compass-outline", '\uf18c'), MDI_CONSOLE("mdi-console", '\uf18d'), MDI_CONTACT_MAIL("mdi-contact-mail", '\uf18e'), MDI_CONTENT_COPY("mdi-content-copy", '\uf18f'), MDI_CONTENT_CUT("mdi-content-cut", '\uf190'), MDI_CONTENT_DUPLICATE("mdi-content-duplicate", '\uf191'), MDI_CONTENT_PASTE("mdi-content-paste", '\uf192'), MDI_CONTENT_SAVE("mdi-content-save", '\uf193'), MDI_CONTENT_SAVE_ALL("mdi-content-save-all", '\uf194'), MDI_CONTENT_SAVE_SETTINGS("mdi-content-save-settings", '\uf61b'), MDI_CONTRAST("mdi-contrast", '\uf195'), MDI_CONTRAST_BOX("mdi-contrast-box", '\uf196'), MDI_CONTRAST_CIRCLE("mdi-contrast-circle", '\uf197'), MDI_COOKIE("mdi-cookie", '\uf198'), MDI_COPYRIGHT("mdi-copyright", '\uf5e6'), MDI_COUNTER("mdi-counter", '\uf199'), MDI_COW("mdi-cow", '\uf19a'), MDI_CREATION("mdi-creation", '\uf1c9'), MDI_CREDIT_CARD("mdi-credit-card", '\uf19b'), MDI_CREDIT_CARD_MULTIPLE("mdi-credit-card-multiple", '\uf19c'), MDI_CREDIT_CARD_OFF("mdi-credit-card-off", '\uf5e4'), MDI_CREDIT_CARD_PLUS("mdi-credit-card-plus", '\uf675'), MDI_CREDIT_CARD_SCAN("mdi-credit-card-scan", '\uf19d'), MDI_CROP("mdi-crop", '\uf19e'), MDI_CROP_FREE("mdi-crop-free", '\uf19f'), MDI_CROP_LANDSCAPE("mdi-crop-landscape", '\uf1a0'), MDI_CROP_PORTRAIT("mdi-crop-portrait", '\uf1a1'), MDI_CROP_ROTATE("mdi-crop-rotate", '\uf695'), MDI_CROP_SQUARE("mdi-crop-square", '\uf1a2'), MDI_CROSSHAIRS("mdi-crosshairs", '\uf1a3'), MDI_CROSSHAIRS_GPS("mdi-crosshairs-gps", '\uf1a4'), MDI_CROWN("mdi-crown", '\uf1a5'), MDI_CUBE("mdi-cube", '\uf1a6'), MDI_CUBE_OUTLINE("mdi-cube-outline", '\uf1a7'), MDI_CUBE_SEND("mdi-cube-send", '\uf1a8'), MDI_CUBE_UNFOLDED("mdi-cube-unfolded", '\uf1a9'), MDI_CUP("mdi-cup", '\uf1aa'), MDI_CUP_OFF("mdi-cup-off", '\uf5e5'), MDI_CUP_WATER("mdi-cup-water", '\uf1ab'), MDI_CURRENCY_BTC("mdi-currency-btc", '\uf1ac'), MDI_CURRENCY_EUR("mdi-currency-eur", '\uf1ad'), MDI_CURRENCY_GBP("mdi-currency-gbp", '\uf1ae'), MDI_CURRENCY_INR("mdi-currency-inr", '\uf1af'), MDI_CURRENCY_NGN("mdi-currency-ngn", '\uf1b0'), MDI_CURRENCY_RUB("mdi-currency-rub", '\uf1b1'), MDI_CURRENCY_TRY("mdi-currency-try", '\uf1b2'), MDI_CURRENCY_USD("mdi-currency-usd", '\uf1b3'), MDI_CURRENCY_USD_OFF("mdi-currency-usd-off", '\uf679'), MDI_CURSOR_DEFAULT("mdi-cursor-default", '\uf1b4'), MDI_CURSOR_DEFAULT_OUTLINE("mdi-cursor-default-outline", '\uf1b5'), MDI_CURSOR_MOVE("mdi-cursor-move", '\uf1b6'), MDI_CURSOR_POINTER("mdi-cursor-pointer", '\uf1b7'), MDI_CURSOR_TEXT("mdi-cursor-text", '\uf5e7'), MDI_DATABASE("mdi-database", '\uf1b8'), MDI_DATABASE_MINUS("mdi-database-minus", '\uf1b9'), MDI_DATABASE_PLUS("mdi-database-plus", '\uf1ba'), MDI_DEBUG_STEP_INTO("mdi-debug-step-into", '\uf1bb'), MDI_DEBUG_STEP_OUT("mdi-debug-step-out", '\uf1bc'), MDI_DEBUG_STEP_OVER("mdi-debug-step-over", '\uf1bd'), MDI_DECIMAL_DECREASE("mdi-decimal-decrease", '\uf1be'), MDI_DECIMAL_INCREASE("mdi-decimal-increase", '\uf1bf'), MDI_DELETE("mdi-delete", '\uf1c0'), MDI_DELETE_CIRCLE("mdi-delete-circle", '\uf682'), MDI_DELETE_FOREVER("mdi-delete-forever", '\uf5e8'), MDI_DELETE_SWEEP("mdi-delete-sweep", '\uf5e9'), MDI_DELETE_VARIANT("mdi-delete-variant", '\uf1c1'), MDI_DELTA("mdi-delta", '\uf1c2'), MDI_DESKPHONE("mdi-deskphone", '\uf1c3'), MDI_DESKTOP_MAC("mdi-desktop-mac", '\uf1c4'), MDI_DESKTOP_TOWER("mdi-desktop-tower", '\uf1c5'), MDI_DETAILS("mdi-details", '\uf1c6'), MDI_DEVELOPER_BOARD("mdi-developer-board", '\uf696'), MDI_DEVIANTART("mdi-deviantart", '\uf1c7'), MDI_DIALPAD("mdi-dialpad", '\uf61c'), MDI_DIAMOND("mdi-diamond", '\uf1c8'), MDI_DICE_1("mdi-dice-1", '\uf1ca'), MDI_DICE_2("mdi-dice-2", '\uf1cb'), MDI_DICE_3("mdi-dice-3", '\uf1cc'), MDI_DICE_4("mdi-dice-4", '\uf1cd'), MDI_DICE_5("mdi-dice-5", '\uf1ce'), MDI_DICE_6("mdi-dice-6", '\uf1cf'), MDI_DICE_D20("mdi-dice-d20", '\uf5ea'), MDI_DICE_D4("mdi-dice-d4", '\uf5eb'), MDI_DICE_D6("mdi-dice-d6", '\uf5ec'), MDI_DICE_D8("mdi-dice-d8", '\uf5ed'), MDI_DICTIONARY("mdi-dictionary", '\uf61d'), MDI_DIRECTIONS("mdi-directions", '\uf1d0'), MDI_DIRECTIONS_FORK("mdi-directions-fork", '\uf641'), MDI_DISCORD("mdi-discord", '\uf66f'), MDI_DISK("mdi-disk", '\uf5ee'), MDI_DISK_ALERT("mdi-disk-alert", '\uf1d1'), MDI_DISQUS("mdi-disqus", '\uf1d2'), MDI_DISQUS_OUTLINE("mdi-disqus-outline", '\uf1d3'), MDI_DIVISION("mdi-division", '\uf1d4'), MDI_DIVISION_BOX("mdi-division-box", '\uf1d5'), MDI_DNA("mdi-dna", '\uf683'), MDI_DNS("mdi-dns", '\uf1d6'), MDI_DOLBY("mdi-dolby", '\uf6b2'), MDI_DOMAIN("mdi-domain", '\uf1d7'), MDI_DOTS_HORIZONTAL("mdi-dots-horizontal", '\uf1d8'), MDI_DOTS_VERTICAL("mdi-dots-vertical", '\uf1d9'), MDI_DOUBAN("mdi-douban", '\uf699'), MDI_DOWNLOAD("mdi-download", '\uf1da'), MDI_DO_NOT_DISTURB("mdi-do-not-disturb", '\uf697'), MDI_DO_NOT_DISTURB_OFF("mdi-do-not-disturb-off", '\uf698'), MDI_DRAG("mdi-drag", '\uf1db'), MDI_DRAG_HORIZONTAL("mdi-drag-horizontal", '\uf1dc'), MDI_DRAG_VERTICAL("mdi-drag-vertical", '\uf1dd'), MDI_DRAWING("mdi-drawing", '\uf1de'), MDI_DRAWING_BOX("mdi-drawing-box", '\uf1df'), MDI_DRIBBBLE("mdi-dribbble", '\uf1e0'), MDI_DRIBBBLE_BOX("mdi-dribbble-box", '\uf1e1'), MDI_DRONE("mdi-drone", '\uf1e2'), MDI_DROPBOX("mdi-dropbox", '\uf1e3'), MDI_DRUPAL("mdi-drupal", '\uf1e4'), MDI_DUCK("mdi-duck", '\uf1e5'), MDI_DUMBBELL("mdi-dumbbell", '\uf1e6'), MDI_EARTH("mdi-earth", '\uf1e7'), MDI_EARTH_OFF("mdi-earth-off", '\uf1e8'), MDI_EDGE("mdi-edge", '\uf1e9'), MDI_EJECT("mdi-eject", '\uf1ea'), MDI_ELEVATION_DECLINE("mdi-elevation-decline", '\uf1eb'), MDI_ELEVATION_RISE("mdi-elevation-rise", '\uf1ec'), MDI_ELEVATOR("mdi-elevator", '\uf1ed'), MDI_EMAIL("mdi-email", '\uf1ee'), MDI_EMAIL_OPEN("mdi-email-open", '\uf1ef'), MDI_EMAIL_OPEN_OUTLINE("mdi-email-open-outline", '\uf5ef'), MDI_EMAIL_OUTLINE("mdi-email-outline", '\uf1f0'), MDI_EMAIL_SECURE("mdi-email-secure", '\uf1f1'), MDI_EMAIL_VARIANT("mdi-email-variant", '\uf5f0'), MDI_EMBY("mdi-emby", '\uf6b3'), MDI_EMOTICON("mdi-emoticon", '\uf1f2'), MDI_EMOTICON_COOL("mdi-emoticon-cool", '\uf1f3'), MDI_EMOTICON_DEAD("mdi-emoticon-dead", '\uf69a'), MDI_EMOTICON_DEVIL("mdi-emoticon-devil", '\uf1f4'), MDI_EMOTICON_EXCITED("mdi-emoticon-excited", '\uf69b'), MDI_EMOTICON_HAPPY("mdi-emoticon-happy", '\uf1f5'), MDI_EMOTICON_NEUTRAL("mdi-emoticon-neutral", '\uf1f6'), MDI_EMOTICON_POOP("mdi-emoticon-poop", '\uf1f7'), MDI_EMOTICON_SAD("mdi-emoticon-sad", '\uf1f8'), MDI_EMOTICON_TONGUE("mdi-emoticon-tongue", '\uf1f9'), MDI_ENGINE("mdi-engine", '\uf1fa'), MDI_ENGINE_OUTLINE("mdi-engine-outline", '\uf1fb'), MDI_EQUAL("mdi-equal", '\uf1fc'), MDI_EQUAL_BOX("mdi-equal-box", '\uf1fd'), MDI_ERASER("mdi-eraser", '\uf1fe'), MDI_ERASER_VARIANT("mdi-eraser-variant", '\uf642'), MDI_ESCALATOR("mdi-escalator", '\uf1ff'), MDI_ETHERNET("mdi-ethernet", '\uf200'), MDI_ETHERNET_CABLE("mdi-ethernet-cable", '\uf201'), MDI_ETHERNET_CABLE_OFF("mdi-ethernet-cable-off", '\uf202'), MDI_ETSY("mdi-etsy", '\uf203'), MDI_EVERNOTE("mdi-evernote", '\uf204'), MDI_EV_STATION("mdi-ev-station", '\uf5f1'), MDI_EXCLAMATION("mdi-exclamation", '\uf205'), MDI_EXIT_TO_APP("mdi-exit-to-app", '\uf206'), MDI_EXPORT("mdi-export", '\uf207'), MDI_EYE("mdi-eye", '\uf208'), MDI_EYEDROPPER("mdi-eyedropper", '\uf20a'), MDI_EYEDROPPER_VARIANT("mdi-eyedropper-variant", '\uf20b'), MDI_EYE_OFF("mdi-eye-off", '\uf209'), MDI_FACE("mdi-face", '\uf643'), MDI_FACEBOOK("mdi-facebook", '\uf20c'), MDI_FACEBOOK_BOX("mdi-facebook-box", '\uf20d'), MDI_FACEBOOK_MESSENGER("mdi-facebook-messenger", '\uf20e'), MDI_FACE_PROFILE("mdi-face-profile", '\uf644'), MDI_FACTORY("mdi-factory", '\uf20f'), MDI_FAN("mdi-fan", '\uf210'), MDI_FAST_FORWARD("mdi-fast-forward", '\uf211'), MDI_FAX("mdi-fax", '\uf212'), MDI_FERRY("mdi-ferry", '\uf213'), MDI_FILE("mdi-file", '\uf214'), MDI_FILE_CHART("mdi-file-chart", '\uf215'), MDI_FILE_CHECK("mdi-file-check", '\uf216'), MDI_FILE_CLOUD("mdi-file-cloud", '\uf217'), MDI_FILE_DELIMITED("mdi-file-delimited", '\uf218'), MDI_FILE_DOCUMENT("mdi-file-document", '\uf219'), MDI_FILE_DOCUMENT_BOX("mdi-file-document-box", '\uf21a'), MDI_FILE_EXCEL("mdi-file-excel", '\uf21b'), MDI_FILE_EXCEL_BOX("mdi-file-excel-box", '\uf21c'), MDI_FILE_EXPORT("mdi-file-export", '\uf21d'), MDI_FILE_FIND("mdi-file-find", '\uf21e'), MDI_FILE_HIDDEN("mdi-file-hidden", '\uf613'), MDI_FILE_IMAGE("mdi-file-image", '\uf21f'), MDI_FILE_IMPORT("mdi-file-import", '\uf220'), MDI_FILE_LOCK("mdi-file-lock", '\uf221'), MDI_FILE_MULTIPLE("mdi-file-multiple", '\uf222'), MDI_FILE_MUSIC("mdi-file-music", '\uf223'), MDI_FILE_OUTLINE("mdi-file-outline", '\uf224'), MDI_FILE_PDF("mdi-file-pdf", '\uf225'), MDI_FILE_PDF_BOX("mdi-file-pdf-box", '\uf226'), MDI_FILE_POWERPOINT("mdi-file-powerpoint", '\uf227'), MDI_FILE_POWERPOINT_BOX("mdi-file-powerpoint-box", '\uf228'), MDI_FILE_PRESENTATION_BOX("mdi-file-presentation-box", '\uf229'), MDI_FILE_RESTORE("mdi-file-restore", '\uf670'), MDI_FILE_SEND("mdi-file-send", '\uf22a'), MDI_FILE_TREE("mdi-file-tree", '\uf645'), MDI_FILE_VIDEO("mdi-file-video", '\uf22b'), MDI_FILE_WORD("mdi-file-word", '\uf22c'), MDI_FILE_WORD_BOX("mdi-file-word-box", '\uf22d'), MDI_FILE_XML("mdi-file-xml", '\uf22e'), MDI_FILM("mdi-film", '\uf22f'), MDI_FILMSTRIP("mdi-filmstrip", '\uf230'), MDI_FILMSTRIP_OFF("mdi-filmstrip-off", '\uf231'), MDI_FILTER("mdi-filter", '\uf232'), MDI_FILTER_OUTLINE("mdi-filter-outline", '\uf233'), MDI_FILTER_REMOVE("mdi-filter-remove", '\uf234'), MDI_FILTER_REMOVE_OUTLINE("mdi-filter-remove-outline", '\uf235'), MDI_FILTER_VARIANT("mdi-filter-variant", '\uf236'), MDI_FINGERPRINT("mdi-fingerprint", '\uf237'), MDI_FIRE("mdi-fire", '\uf238'), MDI_FIREFOX("mdi-firefox", '\uf239'), MDI_FISH("mdi-fish", '\uf23a'), MDI_FLAG("mdi-flag", '\uf23b'), MDI_FLAG_CHECKERED("mdi-flag-checkered", '\uf23c'), MDI_FLAG_OUTLINE("mdi-flag-outline", '\uf23d'), MDI_FLAG_OUTLINE_VARIANT("mdi-flag-outline-variant", '\uf23e'), MDI_FLAG_TRIANGLE("mdi-flag-triangle", '\uf23f'), MDI_FLAG_VARIANT("mdi-flag-variant", '\uf240'), MDI_FLASH("mdi-flash", '\uf241'), MDI_FLASHLIGHT("mdi-flashlight", '\uf244'), MDI_FLASHLIGHT_OFF("mdi-flashlight-off", '\uf245'), MDI_FLASH_AUTO("mdi-flash-auto", '\uf242'), MDI_FLASH_OFF("mdi-flash-off", '\uf243'), MDI_FLASH_RED_EYE("mdi-flash-red-eye", '\uf67a'), MDI_FLASK("mdi-flask", '\uf093'), MDI_FLASK_EMPTY("mdi-flask-empty", '\uf094'), MDI_FLASK_EMPTY_OUTLINE("mdi-flask-empty-outline", '\uf095'), MDI_FLASK_OUTLINE("mdi-flask-outline", '\uf096'), MDI_FLATTR("mdi-flattr", '\uf246'), MDI_FLIP_TO_BACK("mdi-flip-to-back", '\uf247'), MDI_FLIP_TO_FRONT("mdi-flip-to-front", '\uf248'), MDI_FLOPPY("mdi-floppy", '\uf249'), MDI_FLOWER("mdi-flower", '\uf24a'), MDI_FOLDER("mdi-folder", '\uf24b'), MDI_FOLDER_ACCOUNT("mdi-folder-account", '\uf24c'), MDI_FOLDER_DOWNLOAD("mdi-folder-download", '\uf24d'), MDI_FOLDER_GOOGLE_DRIVE("mdi-folder-google-drive", '\uf24e'), MDI_FOLDER_IMAGE("mdi-folder-image", '\uf24f'), MDI_FOLDER_LOCK("mdi-folder-lock", '\uf250'), MDI_FOLDER_LOCK_OPEN("mdi-folder-lock-open", '\uf251'), MDI_FOLDER_MOVE("mdi-folder-move", '\uf252'), MDI_FOLDER_MULTIPLE("mdi-folder-multiple", '\uf253'), MDI_FOLDER_MULTIPLE_IMAGE("mdi-folder-multiple-image", '\uf254'), MDI_FOLDER_MULTIPLE_OUTLINE("mdi-folder-multiple-outline", '\uf255'), MDI_FOLDER_OUTLINE("mdi-folder-outline", '\uf256'), MDI_FOLDER_PLUS("mdi-folder-plus", '\uf257'), MDI_FOLDER_REMOVE("mdi-folder-remove", '\uf258'), MDI_FOLDER_STAR("mdi-folder-star", '\uf69c'), MDI_FOLDER_UPLOAD("mdi-folder-upload", '\uf259'), MDI_FOOD("mdi-food", '\uf25a'), MDI_FOOD_APPLE("mdi-food-apple", '\uf25b'), MDI_FOOD_FORK_DRINK("mdi-food-fork-drink", '\uf5f2'), MDI_FOOD_OFF("mdi-food-off", '\uf5f3'), MDI_FOOD_VARIANT("mdi-food-variant", '\uf25c'), MDI_FOOTBALL("mdi-football", '\uf25d'), MDI_FOOTBALL_AUSTRALIAN("mdi-football-australian", '\uf25e'), MDI_FOOTBALL_HELMET("mdi-football-helmet", '\uf25f'), MDI_FORMAT_ALIGN_CENTER("mdi-format-align-center", '\uf260'), MDI_FORMAT_ALIGN_JUSTIFY("mdi-format-align-justify", '\uf261'), MDI_FORMAT_ALIGN_LEFT("mdi-format-align-left", '\uf262'), MDI_FORMAT_ALIGN_RIGHT("mdi-format-align-right", '\uf263'), MDI_FORMAT_ANNOTATION_PLUS("mdi-format-annotation-plus", '\uf646'), MDI_FORMAT_BOLD("mdi-format-bold", '\uf264'), MDI_FORMAT_CLEAR("mdi-format-clear", '\uf265'), MDI_FORMAT_COLOR_FILL("mdi-format-color-fill", '\uf266'), MDI_FORMAT_COLOR_TEXT("mdi-format-color-text", '\uf69d'), MDI_FORMAT_FLOAT_CENTER("mdi-format-float-center", '\uf267'), MDI_FORMAT_FLOAT_LEFT("mdi-format-float-left", '\uf268'), MDI_FORMAT_FLOAT_NONE("mdi-format-float-none", '\uf269'), MDI_FORMAT_FLOAT_RIGHT("mdi-format-float-right", '\uf26a'), MDI_FORMAT_HEADER_1("mdi-format-header-1", '\uf26b'), MDI_FORMAT_HEADER_2("mdi-format-header-2", '\uf26c'), MDI_FORMAT_HEADER_3("mdi-format-header-3", '\uf26d'), MDI_FORMAT_HEADER_4("mdi-format-header-4", '\uf26e'), MDI_FORMAT_HEADER_5("mdi-format-header-5", '\uf26f'), MDI_FORMAT_HEADER_6("mdi-format-header-6", '\uf270'), MDI_FORMAT_HEADER_DECREASE("mdi-format-header-decrease", '\uf271'), MDI_FORMAT_HEADER_EQUAL("mdi-format-header-equal", '\uf272'), MDI_FORMAT_HEADER_INCREASE("mdi-format-header-increase", '\uf273'), MDI_FORMAT_HEADER_POUND("mdi-format-header-pound", '\uf274'), MDI_FORMAT_HORIZONTAL_ALIGN_CENTER("mdi-format-horizontal-align-center", '\uf61e'), MDI_FORMAT_HORIZONTAL_ALIGN_LEFT("mdi-format-horizontal-align-left", '\uf61f'), MDI_FORMAT_HORIZONTAL_ALIGN_RIGHT("mdi-format-horizontal-align-right", '\uf620'), MDI_FORMAT_INDENT_DECREASE("mdi-format-indent-decrease", '\uf275'), MDI_FORMAT_INDENT_INCREASE("mdi-format-indent-increase", '\uf276'), MDI_FORMAT_ITALIC("mdi-format-italic", '\uf277'), MDI_FORMAT_LINE_SPACING("mdi-format-line-spacing", '\uf278'), MDI_FORMAT_LINE_STYLE("mdi-format-line-style", '\uf5c8'), MDI_FORMAT_LINE_WEIGHT("mdi-format-line-weight", '\uf5c9'), MDI_FORMAT_LIST_BULLETED("mdi-format-list-bulleted", '\uf279'), MDI_FORMAT_LIST_BULLETED_TYPE("mdi-format-list-bulleted-type", '\uf27a'), MDI_FORMAT_LIST_NUMBERS("mdi-format-list-numbers", '\uf27b'), MDI_FORMAT_PAINT("mdi-format-paint", '\uf27c'), MDI_FORMAT_PARAGRAPH("mdi-format-paragraph", '\uf27d'), MDI_FORMAT_QUOTE("mdi-format-quote", '\uf27e'), MDI_FORMAT_SECTION("mdi-format-section", '\uf69e'), MDI_FORMAT_SIZE("mdi-format-size", '\uf27f'), MDI_FORMAT_STRIKETHROUGH("mdi-format-strikethrough", '\uf280'), MDI_FORMAT_STRIKETHROUGH_VARIANT("mdi-format-strikethrough-variant", '\uf281'), MDI_FORMAT_SUBSCRIPT("mdi-format-subscript", '\uf282'), MDI_FORMAT_SUPERSCRIPT("mdi-format-superscript", '\uf283'), MDI_FORMAT_TEXT("mdi-format-text", '\uf284'), MDI_FORMAT_TEXTDIRECTION_L_TO_R("mdi-format-textdirection-l-to-r", '\uf285'), MDI_FORMAT_TEXTDIRECTION_R_TO_L("mdi-format-textdirection-r-to-l", '\uf286'), MDI_FORMAT_TITLE("mdi-format-title", '\uf5f4'), MDI_FORMAT_UNDERLINE("mdi-format-underline", '\uf287'), MDI_FORMAT_VERTICAL_ALIGN_BOTTOM("mdi-format-vertical-align-bottom", '\uf621'), MDI_FORMAT_VERTICAL_ALIGN_CENTER("mdi-format-vertical-align-center", '\uf622'), MDI_FORMAT_VERTICAL_ALIGN_TOP("mdi-format-vertical-align-top", '\uf623'), MDI_FORMAT_WRAP_INLINE("mdi-format-wrap-inline", '\uf288'), MDI_FORMAT_WRAP_SQUARE("mdi-format-wrap-square", '\uf289'), MDI_FORMAT_WRAP_TIGHT("mdi-format-wrap-tight", '\uf28a'), MDI_FORMAT_WRAP_TOP_BOTTOM("mdi-format-wrap-top-bottom", '\uf28b'), MDI_FORUM("mdi-forum", '\uf28c'), MDI_FORWARD("mdi-forward", '\uf28d'), MDI_FOURSQUARE("mdi-foursquare", '\uf28e'), MDI_FRIDGE("mdi-fridge", '\uf28f'), MDI_FRIDGE_FILLED("mdi-fridge-filled", '\uf290'), MDI_FRIDGE_FILLED_BOTTOM("mdi-fridge-filled-bottom", '\uf291'), MDI_FRIDGE_FILLED_TOP("mdi-fridge-filled-top", '\uf292'), MDI_FULLSCREEN("mdi-fullscreen", '\uf293'), MDI_FULLSCREEN_EXIT("mdi-fullscreen-exit", '\uf294'), MDI_FUNCTION("mdi-function", '\uf295'), MDI_GAMEPAD("mdi-gamepad", '\uf296'), MDI_GAMEPAD_VARIANT("mdi-gamepad-variant", '\uf297'), MDI_GAS_CYLINDER("mdi-gas-cylinder", '\uf647'), MDI_GAS_STATION("mdi-gas-station", '\uf298'), MDI_GATE("mdi-gate", '\uf299'), MDI_GAUGE("mdi-gauge", '\uf29a'), MDI_GAVEL("mdi-gavel", '\uf29b'), MDI_GENDER_FEMALE("mdi-gender-female", '\uf29c'), MDI_GENDER_MALE("mdi-gender-male", '\uf29d'), MDI_GENDER_MALE_FEMALE("mdi-gender-male-female", '\uf29e'), MDI_GENDER_TRANSGENDER("mdi-gender-transgender", '\uf29f'), MDI_GHOST("mdi-ghost", '\uf2a0'), MDI_GIFT("mdi-gift", '\uf2a1'), MDI_GIT("mdi-git", '\uf2a2'), MDI_GITHUB_BOX("mdi-github-box", '\uf2a3'), MDI_GITHUB_CIRCLE("mdi-github-circle", '\uf2a4'), MDI_GLASSDOOR("mdi-glassdoor", '\uf2a9'), MDI_GLASSES("mdi-glasses", '\uf2aa'), MDI_GLASS_FLUTE("mdi-glass-flute", '\uf2a5'), MDI_GLASS_MUG("mdi-glass-mug", '\uf2a6'), MDI_GLASS_STANGE("mdi-glass-stange", '\uf2a7'), MDI_GLASS_TULIP("mdi-glass-tulip", '\uf2a8'), MDI_GMAIL("mdi-gmail", '\uf2ab'), MDI_GNOME("mdi-gnome", '\uf2ac'), MDI_GONDOLA("mdi-gondola", '\uf685'), MDI_GOOGLE("mdi-google", '\uf2ad'), MDI_GOOGLE_CARDBOARD("mdi-google-cardboard", '\uf2ae'), MDI_GOOGLE_CHROME("mdi-google-chrome", '\uf2af'), MDI_GOOGLE_CIRCLES("mdi-google-circles", '\uf2b0'), MDI_GOOGLE_CIRCLES_COMMUNITIES("mdi-google-circles-communities", '\uf2b1'), MDI_GOOGLE_CIRCLES_EXTENDED("mdi-google-circles-extended", '\uf2b2'), MDI_GOOGLE_CIRCLES_GROUP("mdi-google-circles-group", '\uf2b3'), MDI_GOOGLE_CONTROLLER("mdi-google-controller", '\uf2b4'), MDI_GOOGLE_CONTROLLER_OFF("mdi-google-controller-off", '\uf2b5'), MDI_GOOGLE_DRIVE("mdi-google-drive", '\uf2b6'), MDI_GOOGLE_EARTH("mdi-google-earth", '\uf2b7'), MDI_GOOGLE_GLASS("mdi-google-glass", '\uf2b8'), MDI_GOOGLE_MAPS("mdi-google-maps", '\uf5f5'), MDI_GOOGLE_NEARBY("mdi-google-nearby", '\uf2b9'), MDI_GOOGLE_PAGES("mdi-google-pages", '\uf2ba'), MDI_GOOGLE_PHYSICAL_WEB("mdi-google-physical-web", '\uf2bb'), MDI_GOOGLE_PLAY("mdi-google-play", '\uf2bc'), MDI_GOOGLE_PLUS("mdi-google-plus", '\uf2bd'), MDI_GOOGLE_PLUS_BOX("mdi-google-plus-box", '\uf2be'), MDI_GOOGLE_TRANSLATE("mdi-google-translate", '\uf2bf'), MDI_GOOGLE_WALLET("mdi-google-wallet", '\uf2c0'), MDI_GRADIENT("mdi-gradient", '\uf69f'), MDI_GREASE_PENCIL("mdi-grease-pencil", '\uf648'), MDI_GRID("mdi-grid", '\uf2c1'), MDI_GRID_OFF("mdi-grid-off", '\uf2c2'), MDI_GROUP("mdi-group", '\uf2c3'), MDI_GUITAR_ELECTRIC("mdi-guitar-electric", '\uf2c4'), MDI_GUITAR_PICK("mdi-guitar-pick", '\uf2c5'), MDI_GUITAR_PICK_OUTLINE("mdi-guitar-pick-outline", '\uf2c6'), MDI_HACKERNEWS("mdi-hackernews", '\uf624'), MDI_HAMBURGER("mdi-hamburger", '\uf684'), MDI_HAND_POINTING_RIGHT("mdi-hand-pointing-right", '\uf2c7'), MDI_HANGER("mdi-hanger", '\uf2c8'), MDI_HANGOUTS("mdi-hangouts", '\uf2c9'), MDI_HARDDISK("mdi-harddisk", '\uf2ca'), MDI_HEADPHONES("mdi-headphones", '\uf2cb'), MDI_HEADPHONES_BOX("mdi-headphones-box", '\uf2cc'), MDI_HEADPHONES_SETTINGS("mdi-headphones-settings", '\uf2cd'), MDI_HEADSET("mdi-headset", '\uf2ce'), MDI_HEADSET_DOCK("mdi-headset-dock", '\uf2cf'), MDI_HEADSET_OFF("mdi-headset-off", '\uf2d0'), MDI_HEART("mdi-heart", '\uf2d1'), MDI_HEART_BOX("mdi-heart-box", '\uf2d2'), MDI_HEART_BOX_OUTLINE("mdi-heart-box-outline", '\uf2d3'), MDI_HEART_BROKEN("mdi-heart-broken", '\uf2d4'), MDI_HEART_OUTLINE("mdi-heart-outline", '\uf2d5'), MDI_HEART_PULSE("mdi-heart-pulse", '\uf5f6'), MDI_HELP("mdi-help", '\uf2d6'), MDI_HELP_CIRCLE("mdi-help-circle", '\uf2d7'), MDI_HELP_CIRCLE_OUTLINE("mdi-help-circle-outline", '\uf625'), MDI_HEXAGON("mdi-hexagon", '\uf2d8'), MDI_HEXAGON_OUTLINE("mdi-hexagon-outline", '\uf2d9'), MDI_HIGHWAY("mdi-highway", '\uf5f7'), MDI_HISTORY("mdi-history", '\uf2da'), MDI_HOLOLENS("mdi-hololens", '\uf2db'), MDI_HOME("mdi-home", '\uf2dc'), MDI_HOME_MAP_MARKER("mdi-home-map-marker", '\uf5f8'), MDI_HOME_MODERN("mdi-home-modern", '\uf2dd'), MDI_HOME_OUTLINE("mdi-home-outline", '\uf6a0'), MDI_HOME_VARIANT("mdi-home-variant", '\uf2de'), MDI_HOPS("mdi-hops", '\uf2df'), MDI_HOSPITAL("mdi-hospital", '\uf2e0'), MDI_HOSPITAL_BUILDING("mdi-hospital-building", '\uf2e1'), MDI_HOSPITAL_MARKER("mdi-hospital-marker", '\uf2e2'), MDI_HOTEL("mdi-hotel", '\uf2e3'), MDI_HOUZZ("mdi-houzz", '\uf2e4'), MDI_HOUZZ_BOX("mdi-houzz-box", '\uf2e5'), MDI_HUMAN("mdi-human", '\uf2e6'), MDI_HUMAN_CHILD("mdi-human-child", '\uf2e7'), MDI_HUMAN_FEMALE("mdi-human-female", '\uf649'), MDI_HUMAN_GREETING("mdi-human-greeting", '\uf64a'), MDI_HUMAN_HANDSDOWN("mdi-human-handsdown", '\uf64b'), MDI_HUMAN_HANDSUP("mdi-human-handsup", '\uf64c'), MDI_HUMAN_MALE("mdi-human-male", '\uf64d'), MDI_HUMAN_MALE_FEMALE("mdi-human-male-female", '\uf2e8'), MDI_HUMAN_PREGNANT("mdi-human-pregnant", '\uf5cf'), MDI_IMAGE("mdi-image", '\uf2e9'), MDI_IMAGE_ALBUM("mdi-image-album", '\uf2ea'), MDI_IMAGE_AREA("mdi-image-area", '\uf2eb'), MDI_IMAGE_AREA_CLOSE("mdi-image-area-close", '\uf2ec'), MDI_IMAGE_BROKEN("mdi-image-broken", '\uf2ed'), MDI_IMAGE_BROKEN_VARIANT("mdi-image-broken-variant", '\uf2ee'), MDI_IMAGE_FILTER("mdi-image-filter", '\uf2ef'), MDI_IMAGE_FILTER_BLACK_WHITE("mdi-image-filter-black-white", '\uf2f0'), MDI_IMAGE_FILTER_CENTER_FOCUS("mdi-image-filter-center-focus", '\uf2f1'), MDI_IMAGE_FILTER_CENTER_FOCUS_WEAK("mdi-image-filter-center-focus-weak", '\uf2f2'), MDI_IMAGE_FILTER_DRAMA("mdi-image-filter-drama", '\uf2f3'), MDI_IMAGE_FILTER_FRAMES("mdi-image-filter-frames", '\uf2f4'), MDI_IMAGE_FILTER_HDR("mdi-image-filter-hdr", '\uf2f5'), MDI_IMAGE_FILTER_NONE("mdi-image-filter-none", '\uf2f6'), MDI_IMAGE_FILTER_TILT_SHIFT("mdi-image-filter-tilt-shift", '\uf2f7'), MDI_IMAGE_FILTER_VINTAGE("mdi-image-filter-vintage", '\uf2f8'), MDI_IMAGE_MULTIPLE("mdi-image-multiple", '\uf2f9'), MDI_IMPORT("mdi-import", '\uf2fa'), MDI_INBOX("mdi-inbox", '\uf686'), MDI_INBOX_ARROW_DOWN("mdi-inbox-arrow-down", '\uf2fb'), MDI_INBOX_ARROW_UP("mdi-inbox-arrow-up", '\uf3d1'), MDI_INCOGNITO("mdi-incognito", '\uf5f9'), MDI_INFORMATION("mdi-information", '\uf2fc'), MDI_INFORMATION_OUTLINE("mdi-information-outline", '\uf2fd'), MDI_INFORMATION_VARIANT("mdi-information-variant", '\uf64e'), MDI_INSTAGRAM("mdi-instagram", '\uf2fe'), MDI_INSTAPAPER("mdi-instapaper", '\uf2ff'), MDI_INTERNET_EXPLORER("mdi-internet-explorer", '\uf300'), MDI_INVERT_COLORS("mdi-invert-colors", '\uf301'), MDI_ITUNES("mdi-itunes", '\uf676'), MDI_JEEPNEY("mdi-jeepney", '\uf302'), MDI_JIRA("mdi-jira", '\uf303'), MDI_JSFIDDLE("mdi-jsfiddle", '\uf304'), MDI_JSON("mdi-json", '\uf626'), MDI_KEG("mdi-keg", '\uf305'), MDI_KETTLE("mdi-kettle", '\uf5fa'), MDI_KEY("mdi-key", '\uf306'), MDI_KEYBOARD("mdi-keyboard", '\uf30c'), MDI_KEYBOARD_BACKSPACE("mdi-keyboard-backspace", '\uf30d'), MDI_KEYBOARD_CAPS("mdi-keyboard-caps", '\uf30e'), MDI_KEYBOARD_CLOSE("mdi-keyboard-close", '\uf30f'), MDI_KEYBOARD_OFF("mdi-keyboard-off", '\uf310'), MDI_KEYBOARD_RETURN("mdi-keyboard-return", '\uf311'), MDI_KEYBOARD_TAB("mdi-keyboard-tab", '\uf312'), MDI_KEYBOARD_VARIANT("mdi-keyboard-variant", '\uf313'), MDI_KEY_CHANGE("mdi-key-change", '\uf307'), MDI_KEY_MINUS("mdi-key-minus", '\uf308'), MDI_KEY_PLUS("mdi-key-plus", '\uf309'), MDI_KEY_REMOVE("mdi-key-remove", '\uf30a'), MDI_KEY_VARIANT("mdi-key-variant", '\uf30b'), MDI_KODI("mdi-kodi", '\uf314'), MDI_LABEL("mdi-label", '\uf315'), MDI_LABEL_OUTLINE("mdi-label-outline", '\uf316'), MDI_LAMBDA("mdi-lambda", '\uf627'), MDI_LAMP("mdi-lamp", '\uf6b4'), MDI_LAN("mdi-lan", '\uf317'), MDI_LANGUAGE_C("mdi-language-c", '\uf671'), MDI_LANGUAGE_CPP("mdi-language-cpp", '\uf672'), MDI_LANGUAGE_CSHARP("mdi-language-csharp", '\uf31b'), MDI_LANGUAGE_CSS3("mdi-language-css3", '\uf31c'), MDI_LANGUAGE_HTML5("mdi-language-html5", '\uf31d'), MDI_LANGUAGE_JAVASCRIPT("mdi-language-javascript", '\uf31e'), MDI_LANGUAGE_PHP("mdi-language-php", '\uf31f'), MDI_LANGUAGE_PYTHON("mdi-language-python", '\uf320'), MDI_LANGUAGE_PYTHON_TEXT("mdi-language-python-text", '\uf321'), MDI_LAN_CONNECT("mdi-lan-connect", '\uf318'), MDI_LAN_DISCONNECT("mdi-lan-disconnect", '\uf319'), MDI_LAN_PENDING("mdi-lan-pending", '\uf31a'), MDI_LAPTOP("mdi-laptop", '\uf322'), MDI_LAPTOP_CHROMEBOOK("mdi-laptop-chromebook", '\uf323'), MDI_LAPTOP_MAC("mdi-laptop-mac", '\uf324'), MDI_LAPTOP_WINDOWS("mdi-laptop-windows", '\uf325'), MDI_LASTFM("mdi-lastfm", '\uf326'), MDI_LAUNCH("mdi-launch", '\uf327'), MDI_LAYERS("mdi-layers", '\uf328'), MDI_LAYERS_OFF("mdi-layers-off", '\uf329'), MDI_LEAD_PENCIL("mdi-lead-pencil", '\uf64f'), MDI_LEAF("mdi-leaf", '\uf32a'), MDI_LED_OFF("mdi-led-off", '\uf32b'), MDI_LED_ON("mdi-led-on", '\uf32c'), MDI_LED_OUTLINE("mdi-led-outline", '\uf32d'), MDI_LED_VARIANT_OFF("mdi-led-variant-off", '\uf32e'), MDI_LED_VARIANT_ON("mdi-led-variant-on", '\uf32f'), MDI_LED_VARIANT_OUTLINE("mdi-led-variant-outline", '\uf330'), MDI_LIBRARY("mdi-library", '\uf331'), MDI_LIBRARY_BOOKS("mdi-library-books", '\uf332'), MDI_LIBRARY_MUSIC("mdi-library-music", '\uf333'), MDI_LIBRARY_PLUS("mdi-library-plus", '\uf334'), MDI_LIGHTBULB("mdi-lightbulb", '\uf335'), MDI_LIGHTBULB_OUTLINE("mdi-lightbulb-outline", '\uf336'), MDI_LINK("mdi-link", '\uf337'), MDI_LINKEDIN("mdi-linkedin", '\uf33b'), MDI_LINKEDIN_BOX("mdi-linkedin-box", '\uf33c'), MDI_LINK_OFF("mdi-link-off", '\uf338'), MDI_LINK_VARIANT("mdi-link-variant", '\uf339'), MDI_LINK_VARIANT_OFF("mdi-link-variant-off", '\uf33a'), MDI_LINUX("mdi-linux", '\uf33d'), MDI_LOCK("mdi-lock", '\uf33e'), MDI_LOCK_OPEN("mdi-lock-open", '\uf33f'), MDI_LOCK_OPEN_OUTLINE("mdi-lock-open-outline", '\uf340'), MDI_LOCK_OUTLINE("mdi-lock-outline", '\uf341'), MDI_LOCK_PLUS("mdi-lock-plus", '\uf5fb'), MDI_LOGIN("mdi-login", '\uf342'), MDI_LOGIN_VARIANT("mdi-login-variant", '\uf5fc'), MDI_LOGOUT("mdi-logout", '\uf343'), MDI_LOGOUT_VARIANT("mdi-logout-variant", '\uf5fd'), MDI_LOOKS("mdi-looks", '\uf344'), MDI_LOUPE("mdi-loupe", '\uf345'), MDI_LUMX("mdi-lumx", '\uf346'), MDI_MAGNET("mdi-magnet", '\uf347'), MDI_MAGNET_ON("mdi-magnet-on", '\uf348'), MDI_MAGNIFY("mdi-magnify", '\uf349'), MDI_MAGNIFY_MINUS("mdi-magnify-minus", '\uf34a'), MDI_MAGNIFY_PLUS("mdi-magnify-plus", '\uf34b'), MDI_MAIL_RU("mdi-mail-ru", '\uf34c'), MDI_MAP("mdi-map", '\uf34d'), MDI_MAP_MARKER("mdi-map-marker", '\uf34e'), MDI_MAP_MARKER_CIRCLE("mdi-map-marker-circle", '\uf34f'), MDI_MAP_MARKER_MINUS("mdi-map-marker-minus", '\uf650'), MDI_MAP_MARKER_MULTIPLE("mdi-map-marker-multiple", '\uf350'), MDI_MAP_MARKER_OFF("mdi-map-marker-off", '\uf351'), MDI_MAP_MARKER_PLUS("mdi-map-marker-plus", '\uf651'), MDI_MAP_MARKER_RADIUS("mdi-map-marker-radius", '\uf352'), MDI_MARGIN("mdi-margin", '\uf353'), MDI_MARKDOWN("mdi-markdown", '\uf354'), MDI_MARKER("mdi-marker", '\uf652'), MDI_MARKER_CHECK("mdi-marker-check", '\uf355'), MDI_MARTINI("mdi-martini", '\uf356'), MDI_MATERIAL_UI("mdi-material-ui", '\uf357'), MDI_MATH_COMPASS("mdi-math-compass", '\uf358'), MDI_MATRIX("mdi-matrix", '\uf628'), MDI_MAXCDN("mdi-maxcdn", '\uf359'), MDI_MEDIUM("mdi-medium", '\uf35a'), MDI_MEMORY("mdi-memory", '\uf35b'), MDI_MENU("mdi-menu", '\uf35c'), MDI_MENU_DOWN("mdi-menu-down", '\uf35d'), MDI_MENU_DOWN_OUTLINE("mdi-menu-down-outline", '\uf6b5'), MDI_MENU_LEFT("mdi-menu-left", '\uf35e'), MDI_MENU_RIGHT("mdi-menu-right", '\uf35f'), MDI_MENU_UP("mdi-menu-up", '\uf360'), MDI_MENU_UP_OUTLINE("mdi-menu-up-outline", '\uf6b6'), MDI_MESSAGE("mdi-message", '\uf361'), MDI_MESSAGE_ALERT("mdi-message-alert", '\uf362'), MDI_MESSAGE_BULLETED("mdi-message-bulleted", '\uf6a1'), MDI_MESSAGE_BULLETED_OFF("mdi-message-bulleted-off", '\uf6a2'), MDI_MESSAGE_DRAW("mdi-message-draw", '\uf363'), MDI_MESSAGE_IMAGE("mdi-message-image", '\uf364'), MDI_MESSAGE_OUTLINE("mdi-message-outline", '\uf365'), MDI_MESSAGE_PLUS("mdi-message-plus", '\uf653'), MDI_MESSAGE_PROCESSING("mdi-message-processing", '\uf366'), MDI_MESSAGE_REPLY("mdi-message-reply", '\uf367'), MDI_MESSAGE_REPLY_TEXT("mdi-message-reply-text", '\uf368'), MDI_MESSAGE_TEXT("mdi-message-text", '\uf369'), MDI_MESSAGE_TEXT_OUTLINE("mdi-message-text-outline", '\uf36a'), MDI_MESSAGE_VIDEO("mdi-message-video", '\uf36b'), MDI_METEOR("mdi-meteor", '\uf629'), MDI_MICROPHONE("mdi-microphone", '\uf36c'), MDI_MICROPHONE_OFF("mdi-microphone-off", '\uf36d'), MDI_MICROPHONE_OUTLINE("mdi-microphone-outline", '\uf36e'), MDI_MICROPHONE_SETTINGS("mdi-microphone-settings", '\uf36f'), MDI_MICROPHONE_VARIANT("mdi-microphone-variant", '\uf370'), MDI_MICROPHONE_VARIANT_OFF("mdi-microphone-variant-off", '\uf371'), MDI_MICROSCOPE("mdi-microscope", '\uf654'), MDI_MICROSOFT("mdi-microsoft", '\uf372'), MDI_MINECRAFT("mdi-minecraft", '\uf373'), MDI_MINUS("mdi-minus", '\uf374'), MDI_MINUS_BOX("mdi-minus-box", '\uf375'), MDI_MINUS_CIRCLE("mdi-minus-circle", '\uf376'), MDI_MINUS_CIRCLE_OUTLINE("mdi-minus-circle-outline", '\uf377'), MDI_MINUS_NETWORK("mdi-minus-network", '\uf378'), MDI_MIXCLOUD("mdi-mixcloud", '\uf62a'), MDI_MONITOR("mdi-monitor", '\uf379'), MDI_MONITOR_MULTIPLE("mdi-monitor-multiple", '\uf37a'), MDI_MORE("mdi-more", '\uf37b'), MDI_MOTORBIKE("mdi-motorbike", '\uf37c'), MDI_MOUSE("mdi-mouse", '\uf37d'), MDI_MOUSE_OFF("mdi-mouse-off", '\uf37e'), MDI_MOUSE_VARIANT("mdi-mouse-variant", '\uf37f'), MDI_MOUSE_VARIANT_OFF("mdi-mouse-variant-off", '\uf380'), MDI_MOVE_RESIZE("mdi-move-resize", '\uf655'), MDI_MOVE_RESIZE_VARIANT("mdi-move-resize-variant", '\uf656'), MDI_MOVIE("mdi-movie", '\uf381'), MDI_MULTIPLICATION("mdi-multiplication", '\uf382'), MDI_MULTIPLICATION_BOX("mdi-multiplication-box", '\uf383'), MDI_MUSIC_BOX("mdi-music-box", '\uf384'), MDI_MUSIC_BOX_OUTLINE("mdi-music-box-outline", '\uf385'), MDI_MUSIC_CIRCLE("mdi-music-circle", '\uf386'), MDI_MUSIC_NOTE("mdi-music-note", '\uf387'), MDI_MUSIC_NOTE_BLUETOOTH("mdi-music-note-bluetooth", '\uf5fe'), MDI_MUSIC_NOTE_BLUETOOTH_OFF("mdi-music-note-bluetooth-off", '\uf5ff'), MDI_MUSIC_NOTE_EIGHTH("mdi-music-note-eighth", '\uf388'), MDI_MUSIC_NOTE_HALF("mdi-music-note-half", '\uf389'), MDI_MUSIC_NOTE_OFF("mdi-music-note-off", '\uf38a'), MDI_MUSIC_NOTE_QUARTER("mdi-music-note-quarter", '\uf38b'), MDI_MUSIC_NOTE_SIXTEENTH("mdi-music-note-sixteenth", '\uf38c'), MDI_MUSIC_NOTE_WHOLE("mdi-music-note-whole", '\uf38d'), MDI_NATURE("mdi-nature", '\uf38e'), MDI_NATURE_PEOPLE("mdi-nature-people", '\uf38f'), MDI_NAVIGATION("mdi-navigation", '\uf390'), MDI_NEAR_ME("mdi-near-me", '\uf5cd'), MDI_NEEDLE("mdi-needle", '\uf391'), MDI_NEST_PROTECT("mdi-nest-protect", '\uf392'), MDI_NEST_THERMOSTAT("mdi-nest-thermostat", '\uf393'), MDI_NEWSPAPER("mdi-newspaper", '\uf395'), MDI_NEW_BOX("mdi-new-box", '\uf394'), MDI_NFC("mdi-nfc", '\uf396'), MDI_NFC_TAP("mdi-nfc-tap", '\uf397'), MDI_NFC_VARIANT("mdi-nfc-variant", '\uf398'), MDI_NODEJS("mdi-nodejs", '\uf399'), MDI_NOTE("mdi-note", '\uf39a'), MDI_NOTE_MULTIPLE("mdi-note-multiple", '\uf6b7'), MDI_NOTE_MULTIPLE_OUTLINE("mdi-note-multiple-outline", '\uf6b8'), MDI_NOTE_OUTLINE("mdi-note-outline", '\uf39b'), MDI_NOTE_PLUS("mdi-note-plus", '\uf39c'), MDI_NOTE_PLUS_OUTLINE("mdi-note-plus-outline", '\uf39d'), MDI_NOTE_TEXT("mdi-note-text", '\uf39e'), MDI_NOTIFICATION_CLEAR_ALL("mdi-notification-clear-all", '\uf39f'), MDI_NUKE("mdi-nuke", '\uf6a3'), MDI_NUMERIC("mdi-numeric", '\uf3a0'), MDI_NUMERIC_0_BOX("mdi-numeric-0-box", '\uf3a1'), MDI_NUMERIC_0_BOX_MULTIPLE_OUTLINE("mdi-numeric-0-box-multiple-outline", '\uf3a2'), MDI_NUMERIC_0_BOX_OUTLINE("mdi-numeric-0-box-outline", '\uf3a3'), MDI_NUMERIC_1_BOX("mdi-numeric-1-box", '\uf3a4'), MDI_NUMERIC_1_BOX_MULTIPLE_OUTLINE("mdi-numeric-1-box-multiple-outline", '\uf3a5'), MDI_NUMERIC_1_BOX_OUTLINE("mdi-numeric-1-box-outline", '\uf3a6'), MDI_NUMERIC_2_BOX("mdi-numeric-2-box", '\uf3a7'), MDI_NUMERIC_2_BOX_MULTIPLE_OUTLINE("mdi-numeric-2-box-multiple-outline", '\uf3a8'), MDI_NUMERIC_2_BOX_OUTLINE("mdi-numeric-2-box-outline", '\uf3a9'), MDI_NUMERIC_3_BOX("mdi-numeric-3-box", '\uf3aa'), MDI_NUMERIC_3_BOX_MULTIPLE_OUTLINE("mdi-numeric-3-box-multiple-outline", '\uf3ab'), MDI_NUMERIC_3_BOX_OUTLINE("mdi-numeric-3-box-outline", '\uf3ac'), MDI_NUMERIC_4_BOX("mdi-numeric-4-box", '\uf3ad'), MDI_NUMERIC_4_BOX_MULTIPLE_OUTLINE("mdi-numeric-4-box-multiple-outline", '\uf3ae'), MDI_NUMERIC_4_BOX_OUTLINE("mdi-numeric-4-box-outline", '\uf3af'), MDI_NUMERIC_5_BOX("mdi-numeric-5-box", '\uf3b0'), MDI_NUMERIC_5_BOX_MULTIPLE_OUTLINE("mdi-numeric-5-box-multiple-outline", '\uf3b1'), MDI_NUMERIC_5_BOX_OUTLINE("mdi-numeric-5-box-outline", '\uf3b2'), MDI_NUMERIC_6_BOX("mdi-numeric-6-box", '\uf3b3'), MDI_NUMERIC_6_BOX_MULTIPLE_OUTLINE("mdi-numeric-6-box-multiple-outline", '\uf3b4'), MDI_NUMERIC_6_BOX_OUTLINE("mdi-numeric-6-box-outline", '\uf3b5'), MDI_NUMERIC_7_BOX("mdi-numeric-7-box", '\uf3b6'), MDI_NUMERIC_7_BOX_MULTIPLE_OUTLINE("mdi-numeric-7-box-multiple-outline", '\uf3b7'), MDI_NUMERIC_7_BOX_OUTLINE("mdi-numeric-7-box-outline", '\uf3b8'), MDI_NUMERIC_8_BOX("mdi-numeric-8-box", '\uf3b9'), MDI_NUMERIC_8_BOX_MULTIPLE_OUTLINE("mdi-numeric-8-box-multiple-outline", '\uf3ba'), MDI_NUMERIC_8_BOX_OUTLINE("mdi-numeric-8-box-outline", '\uf3bb'), MDI_NUMERIC_9_BOX("mdi-numeric-9-box", '\uf3bc'), MDI_NUMERIC_9_BOX_MULTIPLE_OUTLINE("mdi-numeric-9-box-multiple-outline", '\uf3bd'), MDI_NUMERIC_9_BOX_OUTLINE("mdi-numeric-9-box-outline", '\uf3be'), MDI_NUMERIC_9_PLUS_BOX("mdi-numeric-9-plus-box", '\uf3bf'), MDI_NUMERIC_9_PLUS_BOX_MULTIPLE_OUTLINE("mdi-numeric-9-plus-box-multiple-outline", '\uf3c0'), MDI_NUMERIC_9_PLUS_BOX_OUTLINE("mdi-numeric-9-plus-box-outline", '\uf3c1'), MDI_NUTRITION("mdi-nutrition", '\uf3c2'), MDI_OAR("mdi-oar", '\uf67b'), MDI_OCTAGON("mdi-octagon", '\uf3c3'), MDI_OCTAGON_OUTLINE("mdi-octagon-outline", '\uf3c4'), MDI_ODNOKLASSNIKI("mdi-odnoklassniki", '\uf3c5'), MDI_OFFICE("mdi-office", '\uf3c6'), MDI_OIL("mdi-oil", '\uf3c7'), MDI_OIL_TEMPERATURE("mdi-oil-temperature", '\uf3c8'), MDI_OMEGA("mdi-omega", '\uf3c9'), MDI_ONEDRIVE("mdi-onedrive", '\uf3ca'), MDI_OPACITY("mdi-opacity", '\uf5cc'), MDI_OPENID("mdi-openid", '\uf3cd'), MDI_OPEN_IN_APP("mdi-open-in-app", '\uf3cb'), MDI_OPEN_IN_NEW("mdi-open-in-new", '\uf3cc'), MDI_OPERA("mdi-opera", '\uf3ce'), MDI_ORNAMENT("mdi-ornament", '\uf3cf'), MDI_ORNAMENT_VARIANT("mdi-ornament-variant", '\uf3d0'), MDI_OWL("mdi-owl", '\uf3d2'), MDI_PACKAGE("mdi-package", '\uf3d3'), MDI_PACKAGE_DOWN("mdi-package-down", '\uf3d4'), MDI_PACKAGE_UP("mdi-package-up", '\uf3d5'), MDI_PACKAGE_VARIANT("mdi-package-variant", '\uf3d6'), MDI_PACKAGE_VARIANT_CLOSED("mdi-package-variant-closed", '\uf3d7'), MDI_PAGE_FIRST("mdi-page-first", '\uf600'), MDI_PAGE_LAST("mdi-page-last", '\uf601'), MDI_PALETTE("mdi-palette", '\uf3d8'), MDI_PALETTE_ADVANCED("mdi-palette-advanced", '\uf3d9'), MDI_PANDA("mdi-panda", '\uf3da'), MDI_PANDORA("mdi-pandora", '\uf3db'), MDI_PANORAMA("mdi-panorama", '\uf3dc'), MDI_PANORAMA_FISHEYE("mdi-panorama-fisheye", '\uf3dd'), MDI_PANORAMA_HORIZONTAL("mdi-panorama-horizontal", '\uf3de'), MDI_PANORAMA_VERTICAL("mdi-panorama-vertical", '\uf3df'), MDI_PANORAMA_WIDE_ANGLE("mdi-panorama-wide-angle", '\uf3e0'), MDI_PAPERCLIP("mdi-paperclip", '\uf3e2'), MDI_PAPER_CUT_VERTICAL("mdi-paper-cut-vertical", '\uf3e1'), MDI_PARKING("mdi-parking", '\uf3e3'), MDI_PAUSE("mdi-pause", '\uf3e4'), MDI_PAUSE_CIRCLE("mdi-pause-circle", '\uf3e5'), MDI_PAUSE_CIRCLE_OUTLINE("mdi-pause-circle-outline", '\uf3e6'), MDI_PAUSE_OCTAGON("mdi-pause-octagon", '\uf3e7'), MDI_PAUSE_OCTAGON_OUTLINE("mdi-pause-octagon-outline", '\uf3e8'), MDI_PAW("mdi-paw", '\uf3e9'), MDI_PAW_OFF("mdi-paw-off", '\uf657'), MDI_PEN("mdi-pen", '\uf3ea'), MDI_PENCIL("mdi-pencil", '\uf3eb'), MDI_PENCIL_BOX("mdi-pencil-box", '\uf3ec'), MDI_PENCIL_BOX_OUTLINE("mdi-pencil-box-outline", '\uf3ed'), MDI_PENCIL_LOCK("mdi-pencil-lock", '\uf3ee'), MDI_PENCIL_OFF("mdi-pencil-off", '\uf3ef'), MDI_PERCENT("mdi-percent", '\uf3f0'), MDI_PHARMACY("mdi-pharmacy", '\uf3f1'), MDI_PHONE("mdi-phone", '\uf3f2'), MDI_PHONE_BLUETOOTH("mdi-phone-bluetooth", '\uf3f3'), MDI_PHONE_CLASSIC("mdi-phone-classic", '\uf602'), MDI_PHONE_FORWARD("mdi-phone-forward", '\uf3f4'), MDI_PHONE_HANGUP("mdi-phone-hangup", '\uf3f5'), MDI_PHONE_INCOMING("mdi-phone-incoming", '\uf3f7'), MDI_PHONE_IN_TALK("mdi-phone-in-talk", '\uf3f6'), MDI_PHONE_LOCKED("mdi-phone-locked", '\uf3f8'), MDI_PHONE_LOG("mdi-phone-log", '\uf3f9'), MDI_PHONE_MINUS("mdi-phone-minus", '\uf658'), MDI_PHONE_MISSED("mdi-phone-missed", '\uf3fa'), MDI_PHONE_OUTGOING("mdi-phone-outgoing", '\uf3fb'), MDI_PHONE_PAUSED("mdi-phone-paused", '\uf3fc'), MDI_PHONE_PLUS("mdi-phone-plus", '\uf659'), MDI_PHONE_SETTINGS("mdi-phone-settings", '\uf3fd'), MDI_PHONE_VOIP("mdi-phone-voip", '\uf3fe'), MDI_PI("mdi-pi", '\uf3ff'), MDI_PIANO("mdi-piano", '\uf67c'), MDI_PIG("mdi-pig", '\uf401'), MDI_PILL("mdi-pill", '\uf402'), MDI_PIN("mdi-pin", '\uf403'), MDI_PINE_TREE("mdi-pine-tree", '\uf405'), MDI_PINE_TREE_BOX("mdi-pine-tree-box", '\uf406'), MDI_PINTEREST("mdi-pinterest", '\uf407'), MDI_PINTEREST_BOX("mdi-pinterest-box", '\uf408'), MDI_PIN_OFF("mdi-pin-off", '\uf404'), MDI_PIZZA("mdi-pizza", '\uf409'), MDI_PI_BOX("mdi-pi-box", '\uf400'), MDI_PLANE_SHIELD("mdi-plane-shield", '\uf6ba'), MDI_PLAY("mdi-play", '\uf40a'), MDI_PLAYLIST_CHECK("mdi-playlist-check", '\uf5c7'), MDI_PLAYLIST_MINUS("mdi-playlist-minus", '\uf410'), MDI_PLAYLIST_PLAY("mdi-playlist-play", '\uf411'), MDI_PLAYLIST_PLUS("mdi-playlist-plus", '\uf412'), MDI_PLAYLIST_REMOVE("mdi-playlist-remove", '\uf413'), MDI_PLAYSTATION("mdi-playstation", '\uf414'), MDI_PLAY_BOX_OUTLINE("mdi-play-box-outline", '\uf40b'), MDI_PLAY_CIRCLE("mdi-play-circle", '\uf40c'), MDI_PLAY_CIRCLE_OUTLINE("mdi-play-circle-outline", '\uf40d'), MDI_PLAY_PAUSE("mdi-play-pause", '\uf40e'), MDI_PLAY_PROTECTED_CONTENT("mdi-play-protected-content", '\uf40f'), MDI_PLEX("mdi-plex", '\uf6b9'), MDI_PLUS("mdi-plus", '\uf415'), MDI_PLUS_BOX("mdi-plus-box", '\uf416'), MDI_PLUS_CIRCLE("mdi-plus-circle", '\uf417'), MDI_PLUS_CIRCLE_MULTIPLE_OUTLINE("mdi-plus-circle-multiple-outline", '\uf418'), MDI_PLUS_CIRCLE_OUTLINE("mdi-plus-circle-outline", '\uf419'), MDI_PLUS_NETWORK("mdi-plus-network", '\uf41a'), MDI_PLUS_ONE("mdi-plus-one", '\uf41b'), MDI_POCKET("mdi-pocket", '\uf41c'), MDI_POKEBALL("mdi-pokeball", '\uf41d'), MDI_POLAROID("mdi-polaroid", '\uf41e'), MDI_POLL("mdi-poll", '\uf41f'), MDI_POLL_BOX("mdi-poll-box", '\uf420'), MDI_POLYMER("mdi-polymer", '\uf421'), MDI_POOL("mdi-pool", '\uf606'), MDI_POPCORN("mdi-popcorn", '\uf422'), MDI_POT("mdi-pot", '\uf65a'), MDI_POT_MIX("mdi-pot-mix", '\uf65b'), MDI_POUND("mdi-pound", '\uf423'), MDI_POUND_BOX("mdi-pound-box", '\uf424'), MDI_POWER("mdi-power", '\uf425'), MDI_POWER_PLUG("mdi-power-plug", '\uf6a4'), MDI_POWER_PLUG_OFF("mdi-power-plug-off", '\uf6a5'), MDI_POWER_SETTINGS("mdi-power-settings", '\uf426'), MDI_POWER_SOCKET("mdi-power-socket", '\uf427'), MDI_PRESENTATION("mdi-presentation", '\uf428'), MDI_PRESENTATION_PLAY("mdi-presentation-play", '\uf429'), MDI_PRINTER("mdi-printer", '\uf42a'), MDI_PRINTER_3D("mdi-printer-3d", '\uf42b'), MDI_PRINTER_ALERT("mdi-printer-alert", '\uf42c'), MDI_PRIORITY_HIGH("mdi-priority-high", '\uf603'), MDI_PRIORITY_LOW("mdi-priority-low", '\uf604'), MDI_PROFESSIONAL_HEXAGON("mdi-professional-hexagon", '\uf42d'), MDI_PROJECTOR("mdi-projector", '\uf42e'), MDI_PROJECTOR_SCREEN("mdi-projector-screen", '\uf42f'), MDI_PUBLISH("mdi-publish", '\uf6a6'), MDI_PULSE("mdi-pulse", '\uf430'), MDI_PUZZLE("mdi-puzzle", '\uf431'), MDI_QQCHAT("mdi-qqchat", '\uf605'), MDI_QRCODE("mdi-qrcode", '\uf432'), MDI_QRCODE_SCAN("mdi-qrcode-scan", '\uf433'), MDI_QUADCOPTER("mdi-quadcopter", '\uf434'), MDI_QUALITY_HIGH("mdi-quality-high", '\uf435'), MDI_QUICKTIME("mdi-quicktime", '\uf436'), MDI_RADAR("mdi-radar", '\uf437'), MDI_RADIATOR("mdi-radiator", '\uf438'), MDI_RADIO("mdi-radio", '\uf439'), MDI_RADIOACTIVE("mdi-radioactive", '\uf43c'), MDI_RADIOBOX_BLANK("mdi-radiobox-blank", '\uf43d'), MDI_RADIOBOX_MARKED("mdi-radiobox-marked", '\uf43e'), MDI_RADIO_HANDHELD("mdi-radio-handheld", '\uf43a'), MDI_RADIO_TOWER("mdi-radio-tower", '\uf43b'), MDI_RASPBERRYPI("mdi-raspberrypi", '\uf43f'), MDI_RAY_END("mdi-ray-end", '\uf440'), MDI_RAY_END_ARROW("mdi-ray-end-arrow", '\uf441'), MDI_RAY_START("mdi-ray-start", '\uf442'), MDI_RAY_START_ARROW("mdi-ray-start-arrow", '\uf443'), MDI_RAY_START_END("mdi-ray-start-end", '\uf444'), MDI_RAY_VERTEX("mdi-ray-vertex", '\uf445'), MDI_RDIO("mdi-rdio", '\uf446'), MDI_READ("mdi-read", '\uf447'), MDI_READABILITY("mdi-readability", '\uf448'), MDI_RECEIPT("mdi-receipt", '\uf449'), MDI_RECORD("mdi-record", '\uf44a'), MDI_RECORD_REC("mdi-record-rec", '\uf44b'), MDI_RECYCLE("mdi-recycle", '\uf44c'), MDI_REDDIT("mdi-reddit", '\uf44d'), MDI_REDO("mdi-redo", '\uf44e'), MDI_REDO_VARIANT("mdi-redo-variant", '\uf44f'), MDI_REFRESH("mdi-refresh", '\uf450'), MDI_REGEX("mdi-regex", '\uf451'), MDI_RELATIVE_SCALE("mdi-relative-scale", '\uf452'), MDI_RELOAD("mdi-reload", '\uf453'), MDI_REMOTE("mdi-remote", '\uf454'), MDI_RENAME_BOX("mdi-rename-box", '\uf455'), MDI_REORDER_HORIZONTAL("mdi-reorder-horizontal", '\uf687'), MDI_REORDER_VERTICAL("mdi-reorder-vertical", '\uf688'), MDI_REPEAT("mdi-repeat", '\uf456'), MDI_REPEAT_OFF("mdi-repeat-off", '\uf457'), MDI_REPEAT_ONCE("mdi-repeat-once", '\uf458'), MDI_REPLAY("mdi-replay", '\uf459'), MDI_REPLY("mdi-reply", '\uf45a'), MDI_REPLY_ALL("mdi-reply-all", '\uf45b'), MDI_REPRODUCTION("mdi-reproduction", '\uf45c'), MDI_RESIZE_BOTTOM_RIGHT("mdi-resize-bottom-right", '\uf45d'), MDI_RESPONSIVE("mdi-responsive", '\uf45e'), MDI_RESTORE("mdi-restore", '\uf6a7'), MDI_REWIND("mdi-rewind", '\uf45f'), MDI_RIBBON("mdi-ribbon", '\uf460'), MDI_ROAD("mdi-road", '\uf461'), MDI_ROAD_VARIANT("mdi-road-variant", '\uf462'), MDI_ROBOT("mdi-robot", '\uf6a8'), MDI_ROCKET("mdi-rocket", '\uf463'), MDI_ROTATE_3D("mdi-rotate-3d", '\uf464'), MDI_ROTATE_90("mdi-rotate-90", '\uf6a9'), MDI_ROTATE_LEFT("mdi-rotate-left", '\uf465'), MDI_ROTATE_LEFT_VARIANT("mdi-rotate-left-variant", '\uf466'), MDI_ROTATE_RIGHT("mdi-rotate-right", '\uf467'), MDI_ROTATE_RIGHT_VARIANT("mdi-rotate-right-variant", '\uf468'), MDI_ROUNDED_CORNER("mdi-rounded-corner", '\uf607'), MDI_ROUTER_WIRELESS("mdi-router-wireless", '\uf469'), MDI_ROUTES("mdi-routes", '\uf46a'), MDI_ROWING("mdi-rowing", '\uf608'), MDI_RSS("mdi-rss", '\uf46b'), MDI_RSS_BOX("mdi-rss-box", '\uf46c'), MDI_RULER("mdi-ruler", '\uf46d'), MDI_RUN("mdi-run", '\uf46e'), MDI_SALE("mdi-sale", '\uf46f'), MDI_SATELLITE("mdi-satellite", '\uf470'), MDI_SATELLITE_VARIANT("mdi-satellite-variant", '\uf471'), MDI_SAXOPHONE("mdi-saxophone", '\uf609'), MDI_SCALE("mdi-scale", '\uf472'), MDI_SCALE_BALANCE("mdi-scale-balance", '\uf5d1'), MDI_SCALE_BATHROOM("mdi-scale-bathroom", '\uf473'), MDI_SCANNER("mdi-scanner", '\uf6aa'), MDI_SCHOOL("mdi-school", '\uf474'), MDI_SCREEN_ROTATION("mdi-screen-rotation", '\uf475'), MDI_SCREEN_ROTATION_LOCK("mdi-screen-rotation-lock", '\uf476'), MDI_SCREWDRIVER("mdi-screwdriver", '\uf477'), MDI_SCRIPT("mdi-script", '\uf478'), MDI_SD("mdi-sd", '\uf479'), MDI_SEAL("mdi-seal", '\uf47a'), MDI_SEAT_FLAT("mdi-seat-flat", '\uf47b'), MDI_SEAT_FLAT_ANGLED("mdi-seat-flat-angled", '\uf47c'), MDI_SEAT_INDIVIDUAL_SUITE("mdi-seat-individual-suite", '\uf47d'), MDI_SEAT_LEGROOM_EXTRA("mdi-seat-legroom-extra", '\uf47e'), MDI_SEAT_LEGROOM_NORMAL("mdi-seat-legroom-normal", '\uf47f'), MDI_SEAT_LEGROOM_REDUCED("mdi-seat-legroom-reduced", '\uf480'), MDI_SEAT_RECLINE_EXTRA("mdi-seat-recline-extra", '\uf481'), MDI_SEAT_RECLINE_NORMAL("mdi-seat-recline-normal", '\uf482'), MDI_SECURITY("mdi-security", '\uf483'), MDI_SECURITY_HOME("mdi-security-home", '\uf689'), MDI_SECURITY_NETWORK("mdi-security-network", '\uf484'), MDI_SELECT("mdi-select", '\uf485'), MDI_SELECTION("mdi-selection", '\uf489'), MDI_SELECT_ALL("mdi-select-all", '\uf486'), MDI_SELECT_INVERSE("mdi-select-inverse", '\uf487'), MDI_SELECT_OFF("mdi-select-off", '\uf488'), MDI_SEND("mdi-send", '\uf48a'), MDI_SERIAL_PORT("mdi-serial-port", '\uf65c'), MDI_SERVER("mdi-server", '\uf48b'), MDI_SERVER_MINUS("mdi-server-minus", '\uf48c'), MDI_SERVER_NETWORK("mdi-server-network", '\uf48d'), MDI_SERVER_NETWORK_OFF("mdi-server-network-off", '\uf48e'), MDI_SERVER_OFF("mdi-server-off", '\uf48f'), MDI_SERVER_PLUS("mdi-server-plus", '\uf490'), MDI_SERVER_REMOVE("mdi-server-remove", '\uf491'), MDI_SERVER_SECURITY("mdi-server-security", '\uf492'), MDI_SETTINGS("mdi-settings", '\uf493'), MDI_SETTINGS_BOX("mdi-settings-box", '\uf494'), MDI_SHAPE_CIRCLE_PLUS("mdi-shape-circle-plus", '\uf65d'), MDI_SHAPE_PLUS("mdi-shape-plus", '\uf495'), MDI_SHAPE_POLYGON_PLUS("mdi-shape-polygon-plus", '\uf65e'), MDI_SHAPE_RECTANGLE_PLUS("mdi-shape-rectangle-plus", '\uf65f'), MDI_SHAPE_SQUARE_PLUS("mdi-shape-square-plus", '\uf660'), MDI_SHARE("mdi-share", '\uf496'), MDI_SHARE_VARIANT("mdi-share-variant", '\uf497'), MDI_SHIELD("mdi-shield", '\uf498'), MDI_SHIELD_OUTLINE("mdi-shield-outline", '\uf499'), MDI_SHOPPING("mdi-shopping", '\uf49a'), MDI_SHOPPING_MUSIC("mdi-shopping-music", '\uf49b'), MDI_SHREDDER("mdi-shredder", '\uf49c'), MDI_SHUFFLE("mdi-shuffle", '\uf49d'), MDI_SHUFFLE_DISABLED("mdi-shuffle-disabled", '\uf49e'), MDI_SHUFFLE_VARIANT("mdi-shuffle-variant", '\uf49f'), MDI_SIGMA("mdi-sigma", '\uf4a0'), MDI_SIGMA_LOWER("mdi-sigma-lower", '\uf62b'), MDI_SIGNAL("mdi-signal", '\uf4a2'), MDI_SIGNAL_VARIANT("mdi-signal-variant", '\uf60a'), MDI_SIGN_CAUTION("mdi-sign-caution", '\uf4a1'), MDI_SILVERWARE("mdi-silverware", '\uf4a3'), MDI_SILVERWARE_FORK("mdi-silverware-fork", '\uf4a4'), MDI_SILVERWARE_SPOON("mdi-silverware-spoon", '\uf4a5'), MDI_SILVERWARE_VARIANT("mdi-silverware-variant", '\uf4a6'), MDI_SIM("mdi-sim", '\uf4a7'), MDI_SIM_ALERT("mdi-sim-alert", '\uf4a8'), MDI_SIM_OFF("mdi-sim-off", '\uf4a9'), MDI_SITEMAP("mdi-sitemap", '\uf4aa'), MDI_SKIP_BACKWARD("mdi-skip-backward", '\uf4ab'), MDI_SKIP_FORWARD("mdi-skip-forward", '\uf4ac'), MDI_SKIP_NEXT("mdi-skip-next", '\uf4ad'), MDI_SKIP_NEXT_CIRCLE("mdi-skip-next-circle", '\uf661'), MDI_SKIP_NEXT_CIRCLE_OUTLINE("mdi-skip-next-circle-outline", '\uf662'), MDI_SKIP_PREVIOUS("mdi-skip-previous", '\uf4ae'), MDI_SKIP_PREVIOUS_CIRCLE("mdi-skip-previous-circle", '\uf663'), MDI_SKIP_PREVIOUS_CIRCLE_OUTLINE("mdi-skip-previous-circle-outline", '\uf664'), MDI_SKULL("mdi-skull", '\uf68b'), MDI_SKYPE("mdi-skype", '\uf4af'), MDI_SKYPE_BUSINESS("mdi-skype-business", '\uf4b0'), MDI_SLACK("mdi-slack", '\uf4b1'), MDI_SLEEP("mdi-sleep", '\uf4b2'), MDI_SLEEP_OFF("mdi-sleep-off", '\uf4b3'), MDI_SMOKING("mdi-smoking", '\uf4b4'), MDI_SMOKING_OFF("mdi-smoking-off", '\uf4b5'), MDI_SNAPCHAT("mdi-snapchat", '\uf4b6'), MDI_SNOWMAN("mdi-snowman", '\uf4b7'), MDI_SOCCER("mdi-soccer", '\uf4b8'), MDI_SOFA("mdi-sofa", '\uf4b9'), MDI_SOLID("mdi-solid", '\uf68c'), MDI_SORT("mdi-sort", '\uf4ba'), MDI_SORT_ALPHABETICAL("mdi-sort-alphabetical", '\uf4bb'), MDI_SORT_ASCENDING("mdi-sort-ascending", '\uf4bc'), MDI_SORT_DESCENDING("mdi-sort-descending", '\uf4bd'), MDI_SORT_NUMERIC("mdi-sort-numeric", '\uf4be'), MDI_SORT_VARIANT("mdi-sort-variant", '\uf4bf'), MDI_SOUNDCLOUD("mdi-soundcloud", '\uf4c0'), MDI_SOURCE_BRANCH("mdi-source-branch", '\uf62c'), MDI_SOURCE_FORK("mdi-source-fork", '\uf4c1'), MDI_SOURCE_MERGE("mdi-source-merge", '\uf62d'), MDI_SOURCE_PULL("mdi-source-pull", '\uf4c2'), MDI_SPEAKER("mdi-speaker", '\uf4c3'), MDI_SPEAKER_OFF("mdi-speaker-off", '\uf4c4'), MDI_SPEEDOMETER("mdi-speedometer", '\uf4c5'), MDI_SPELLCHECK("mdi-spellcheck", '\uf4c6'), MDI_SPOTIFY("mdi-spotify", '\uf4c7'), MDI_SPOTLIGHT("mdi-spotlight", '\uf4c8'), MDI_SPOTLIGHT_BEAM("mdi-spotlight-beam", '\uf4c9'), MDI_SPRAY("mdi-spray", '\uf665'), MDI_SQUARE_INC("mdi-square-inc", '\uf4ca'), MDI_SQUARE_INC_CASH("mdi-square-inc-cash", '\uf4cb'), MDI_STACKEXCHANGE("mdi-stackexchange", '\uf60b'), MDI_STACKOVERFLOW("mdi-stackoverflow", '\uf4cc'), MDI_STAIRS("mdi-stairs", '\uf4cd'), MDI_STAR("mdi-star", '\uf4ce'), MDI_STAR_CIRCLE("mdi-star-circle", '\uf4cf'), MDI_STAR_HALF("mdi-star-half", '\uf4d0'), MDI_STAR_OFF("mdi-star-off", '\uf4d1'), MDI_STAR_OUTLINE("mdi-star-outline", '\uf4d2'), MDI_STEAM("mdi-steam", '\uf4d3'), MDI_STEERING("mdi-steering", '\uf4d4'), MDI_STEP_BACKWARD("mdi-step-backward", '\uf4d5'), MDI_STEP_BACKWARD_2("mdi-step-backward-2", '\uf4d6'), MDI_STEP_FORWARD("mdi-step-forward", '\uf4d7'), MDI_STEP_FORWARD_2("mdi-step-forward-2", '\uf4d8'), MDI_STETHOSCOPE("mdi-stethoscope", '\uf4d9'), MDI_STICKER("mdi-sticker", '\uf5d0'), MDI_STOCKING("mdi-stocking", '\uf4da'), MDI_STOP("mdi-stop", '\uf4db'), MDI_STOP_CIRCLE("mdi-stop-circle", '\uf666'), MDI_STOP_CIRCLE_OUTLINE("mdi-stop-circle-outline", '\uf667'), MDI_STORE("mdi-store", '\uf4dc'), MDI_STORE_24_HOUR("mdi-store-24-hour", '\uf4dd'), MDI_STOVE("mdi-stove", '\uf4de'), MDI_SUBDIRECTORY_ARROW_LEFT("mdi-subdirectory-arrow-left", '\uf60c'), MDI_SUBDIRECTORY_ARROW_RIGHT("mdi-subdirectory-arrow-right", '\uf60d'), MDI_SUBWAY("mdi-subway", '\uf6ab'), MDI_SUBWAY_VARIANT("mdi-subway-variant", '\uf4df'), MDI_SUNGLASSES("mdi-sunglasses", '\uf4e0'), MDI_SURROUND_SOUND("mdi-surround-sound", '\uf5c5'), MDI_SWAP_HORIZONTAL("mdi-swap-horizontal", '\uf4e1'), MDI_SWAP_VERTICAL("mdi-swap-vertical", '\uf4e2'), MDI_SWIM("mdi-swim", '\uf4e3'), MDI_SWITCH("mdi-switch", '\uf4e4'), MDI_SWORD("mdi-sword", '\uf4e5'), MDI_SYNC("mdi-sync", '\uf4e6'), MDI_SYNC_ALERT("mdi-sync-alert", '\uf4e7'), MDI_SYNC_OFF("mdi-sync-off", '\uf4e8'), MDI_TAB("mdi-tab", '\uf4e9'), MDI_TABLE("mdi-table", '\uf4eb'), MDI_TABLET("mdi-tablet", '\uf4f6'), MDI_TABLET_ANDROID("mdi-tablet-android", '\uf4f7'), MDI_TABLET_IPAD("mdi-tablet-ipad", '\uf4f8'), MDI_TABLE_COLUMN_PLUS_AFTER("mdi-table-column-plus-after", '\uf4ec'), MDI_TABLE_COLUMN_PLUS_BEFORE("mdi-table-column-plus-before", '\uf4ed'), MDI_TABLE_COLUMN_REMOVE("mdi-table-column-remove", '\uf4ee'), MDI_TABLE_COLUMN_WIDTH("mdi-table-column-width", '\uf4ef'), MDI_TABLE_EDIT("mdi-table-edit", '\uf4f0'), MDI_TABLE_LARGE("mdi-table-large", '\uf4f1'), MDI_TABLE_ROW_HEIGHT("mdi-table-row-height", '\uf4f2'), MDI_TABLE_ROW_PLUS_AFTER("mdi-table-row-plus-after", '\uf4f3'), MDI_TABLE_ROW_PLUS_BEFORE("mdi-table-row-plus-before", '\uf4f4'), MDI_TABLE_ROW_REMOVE("mdi-table-row-remove", '\uf4f5'), MDI_TAB_UNSELECTED("mdi-tab-unselected", '\uf4ea'), MDI_TAG("mdi-tag", '\uf4f9'), MDI_TAG_FACES("mdi-tag-faces", '\uf4fa'), MDI_TAG_HEART("mdi-tag-heart", '\uf68a'), MDI_TAG_MULTIPLE("mdi-tag-multiple", '\uf4fb'), MDI_TAG_OUTLINE("mdi-tag-outline", '\uf4fc'), MDI_TAG_TEXT_OUTLINE("mdi-tag-text-outline", '\uf4fd'), MDI_TARGET("mdi-target", '\uf4fe'), MDI_TAXI("mdi-taxi", '\uf4ff'), MDI_TEAMVIEWER("mdi-teamviewer", '\uf500'), MDI_TELEGRAM("mdi-telegram", '\uf501'), MDI_TELEVISION("mdi-television", '\uf502'), MDI_TELEVISION_GUIDE("mdi-television-guide", '\uf503'), MDI_TEMPERATURE_CELSIUS("mdi-temperature-celsius", '\uf504'), MDI_TEMPERATURE_FAHRENHEIT("mdi-temperature-fahrenheit", '\uf505'), MDI_TEMPERATURE_KELVIN("mdi-temperature-kelvin", '\uf506'), MDI_TENNIS("mdi-tennis", '\uf507'), MDI_TENT("mdi-tent", '\uf508'), MDI_TERRAIN("mdi-terrain", '\uf509'), MDI_TEST_TUBE("mdi-test-tube", '\uf668'), MDI_TEXTBOX("mdi-textbox", '\uf60e'), MDI_TEXTURE("mdi-texture", '\uf50c'), MDI_TEXT_SHADOW("mdi-text-shadow", '\uf669'), MDI_TEXT_TO_SPEECH("mdi-text-to-speech", '\uf50a'), MDI_TEXT_TO_SPEECH_OFF("mdi-text-to-speech-off", '\uf50b'), MDI_THEATER("mdi-theater", '\uf50d'), MDI_THEME_LIGHT_DARK("mdi-theme-light-dark", '\uf50e'), MDI_THERMOMETER("mdi-thermometer", '\uf50f'), MDI_THERMOMETER_LINES("mdi-thermometer-lines", '\uf510'), MDI_THUMBS_UP_DOWN("mdi-thumbs-up-down", '\uf515'), MDI_THUMB_DOWN("mdi-thumb-down", '\uf511'), MDI_THUMB_DOWN_OUTLINE("mdi-thumb-down-outline", '\uf512'), MDI_THUMB_UP("mdi-thumb-up", '\uf513'), MDI_THUMB_UP_OUTLINE("mdi-thumb-up-outline", '\uf514'), MDI_TICKET("mdi-ticket", '\uf516'), MDI_TICKET_ACCOUNT("mdi-ticket-account", '\uf517'), MDI_TICKET_CONFIRMATION("mdi-ticket-confirmation", '\uf518'), MDI_TIE("mdi-tie", '\uf519'), MDI_TIMELAPSE("mdi-timelapse", '\uf51a'), MDI_TIMER("mdi-timer", '\uf51b'), MDI_TIMER_10("mdi-timer-10", '\uf51c'), MDI_TIMER_3("mdi-timer-3", '\uf51d'), MDI_TIMER_OFF("mdi-timer-off", '\uf51e'), MDI_TIMER_SAND("mdi-timer-sand", '\uf51f'), MDI_TIMER_SAND_EMPTY("mdi-timer-sand-empty", '\uf6ac'), MDI_TIMETABLE("mdi-timetable", '\uf520'), MDI_TOGGLE_SWITCH("mdi-toggle-switch", '\uf521'), MDI_TOGGLE_SWITCH_OFF("mdi-toggle-switch-off", '\uf522'), MDI_TOOLTIP("mdi-tooltip", '\uf523'), MDI_TOOLTIP_EDIT("mdi-tooltip-edit", '\uf524'), MDI_TOOLTIP_IMAGE("mdi-tooltip-image", '\uf525'), MDI_TOOLTIP_OUTLINE("mdi-tooltip-outline", '\uf526'), MDI_TOOLTIP_OUTLINE_PLUS("mdi-tooltip-outline-plus", '\uf527'), MDI_TOOLTIP_TEXT("mdi-tooltip-text", '\uf528'), MDI_TOOTH("mdi-tooth", '\uf529'), MDI_TOR("mdi-tor", '\uf52a'), MDI_TOWER_BEACH("mdi-tower-beach", '\uf680'), MDI_TOWER_FIRE("mdi-tower-fire", '\uf681'), MDI_TRAFFIC_LIGHT("mdi-traffic-light", '\uf52b'), MDI_TRAIN("mdi-train", '\uf52c'), MDI_TRAM("mdi-tram", '\uf52d'), MDI_TRANSCRIBE("mdi-transcribe", '\uf52e'), MDI_TRANSCRIBE_CLOSE("mdi-transcribe-close", '\uf52f'), MDI_TRANSFER("mdi-transfer", '\uf530'), MDI_TRANSIT_TRANSFER("mdi-transit-transfer", '\uf6ad'), MDI_TRANSLATE("mdi-translate", '\uf5ca'), MDI_TREE("mdi-tree", '\uf531'), MDI_TRELLO("mdi-trello", '\uf532'), MDI_TRENDING_DOWN("mdi-trending-down", '\uf533'), MDI_TRENDING_NEUTRAL("mdi-trending-neutral", '\uf534'), MDI_TRENDING_UP("mdi-trending-up", '\uf535'), MDI_TRIANGLE("mdi-triangle", '\uf536'), MDI_TRIANGLE_OUTLINE("mdi-triangle-outline", '\uf537'), MDI_TROPHY("mdi-trophy", '\uf538'), MDI_TROPHY_AWARD("mdi-trophy-award", '\uf539'), MDI_TROPHY_OUTLINE("mdi-trophy-outline", '\uf53a'), MDI_TROPHY_VARIANT("mdi-trophy-variant", '\uf53b'), MDI_TROPHY_VARIANT_OUTLINE("mdi-trophy-variant-outline", '\uf53c'), MDI_TRUCK("mdi-truck", '\uf53d'), MDI_TRUCK_DELIVERY("mdi-truck-delivery", '\uf53e'), MDI_TSHIRT_CREW("mdi-tshirt-crew", '\uf53f'), MDI_TSHIRT_V("mdi-tshirt-v", '\uf540'), MDI_TUMBLR("mdi-tumblr", '\uf541'), MDI_TUMBLR_REBLOG("mdi-tumblr-reblog", '\uf542'), MDI_TUNE("mdi-tune", '\uf62e'), MDI_TUNE_VERTICAL("mdi-tune-vertical", '\uf66a'), MDI_TWITCH("mdi-twitch", '\uf543'), MDI_TWITTER("mdi-twitter", '\uf544'), MDI_TWITTER_BOX("mdi-twitter-box", '\uf545'), MDI_TWITTER_CIRCLE("mdi-twitter-circle", '\uf546'), MDI_TWITTER_RETWEET("mdi-twitter-retweet", '\uf547'), MDI_UBUNTU("mdi-ubuntu", '\uf548'), MDI_UMBRACO("mdi-umbraco", '\uf549'), MDI_UMBRELLA("mdi-umbrella", '\uf54a'), MDI_UMBRELLA_OUTLINE("mdi-umbrella-outline", '\uf54b'), MDI_UNDO("mdi-undo", '\uf54c'), MDI_UNDO_VARIANT("mdi-undo-variant", '\uf54d'), MDI_UNFOLD_LESS("mdi-unfold-less", '\uf54e'), MDI_UNFOLD_MORE("mdi-unfold-more", '\uf54f'), MDI_UNGROUP("mdi-ungroup", '\uf550'), MDI_UNITY("mdi-unity", '\uf6ae'), MDI_UNTAPPD("mdi-untappd", '\uf551'), MDI_UPDATE("mdi-update", '\uf6af'), MDI_UPLOAD("mdi-upload", '\uf552'), MDI_USB("mdi-usb", '\uf553'), MDI_VECTOR_ARRANGE_ABOVE("mdi-vector-arrange-above", '\uf554'), MDI_VECTOR_ARRANGE_BELOW("mdi-vector-arrange-below", '\uf555'), MDI_VECTOR_CIRCLE("mdi-vector-circle", '\uf556'), MDI_VECTOR_CIRCLE_VARIANT("mdi-vector-circle-variant", '\uf557'), MDI_VECTOR_COMBINE("mdi-vector-combine", '\uf558'), MDI_VECTOR_CURVE("mdi-vector-curve", '\uf559'), MDI_VECTOR_DIFFERENCE("mdi-vector-difference", '\uf55a'), MDI_VECTOR_DIFFERENCE_AB("mdi-vector-difference-ab", '\uf55b'), MDI_VECTOR_DIFFERENCE_BA("mdi-vector-difference-ba", '\uf55c'), MDI_VECTOR_INTERSECTION("mdi-vector-intersection", '\uf55d'), MDI_VECTOR_LINE("mdi-vector-line", '\uf55e'), MDI_VECTOR_POINT("mdi-vector-point", '\uf55f'), MDI_VECTOR_POLYGON("mdi-vector-polygon", '\uf560'), MDI_VECTOR_POLYLINE("mdi-vector-polyline", '\uf561'), MDI_VECTOR_RECTANGLE("mdi-vector-rectangle", '\uf5c6'), MDI_VECTOR_SELECTION("mdi-vector-selection", '\uf562'), MDI_VECTOR_SQUARE("mdi-vector-square", '\uf001'), MDI_VECTOR_TRIANGLE("mdi-vector-triangle", '\uf563'), MDI_VECTOR_UNION("mdi-vector-union", '\uf564'), MDI_VERIFIED("mdi-verified", '\uf565'), MDI_VIBRATE("mdi-vibrate", '\uf566'), MDI_VIDEO("mdi-video", '\uf567'), MDI_VIDEO_OFF("mdi-video-off", '\uf568'), MDI_VIDEO_SWITCH("mdi-video-switch", '\uf569'), MDI_VIEW_AGENDA("mdi-view-agenda", '\uf56a'), MDI_VIEW_ARRAY("mdi-view-array", '\uf56b'), MDI_VIEW_CAROUSEL("mdi-view-carousel", '\uf56c'), MDI_VIEW_COLUMN("mdi-view-column", '\uf56d'), MDI_VIEW_DASHBOARD("mdi-view-dashboard", '\uf56e'), MDI_VIEW_DAY("mdi-view-day", '\uf56f'), MDI_VIEW_GRID("mdi-view-grid", '\uf570'), MDI_VIEW_HEADLINE("mdi-view-headline", '\uf571'), MDI_VIEW_LIST("mdi-view-list", '\uf572'), MDI_VIEW_MODULE("mdi-view-module", '\uf573'), MDI_VIEW_QUILT("mdi-view-quilt", '\uf574'), MDI_VIEW_STREAM("mdi-view-stream", '\uf575'), MDI_VIEW_WEEK("mdi-view-week", '\uf576'), MDI_VIMEO("mdi-vimeo", '\uf577'), MDI_VINE("mdi-vine", '\uf578'), MDI_VIOLIN("mdi-violin", '\uf60f'), MDI_VISUALSTUDIO("mdi-visualstudio", '\uf610'), MDI_VK("mdi-vk", '\uf579'), MDI_VK_BOX("mdi-vk-box", '\uf57a'), MDI_VK_CIRCLE("mdi-vk-circle", '\uf57b'), MDI_VLC("mdi-vlc", '\uf57c'), MDI_VOICE("mdi-voice", '\uf5cb'), MDI_VOICEMAIL("mdi-voicemail", '\uf57d'), MDI_VOLUME_HIGH("mdi-volume-high", '\uf57e'), MDI_VOLUME_LOW("mdi-volume-low", '\uf57f'), MDI_VOLUME_MEDIUM("mdi-volume-medium", '\uf580'), MDI_VOLUME_OFF("mdi-volume-off", '\uf581'), MDI_VPN("mdi-vpn", '\uf582'), MDI_WALK("mdi-walk", '\uf583'), MDI_WALLET("mdi-wallet", '\uf584'), MDI_WALLET_GIFTCARD("mdi-wallet-giftcard", '\uf585'), MDI_WALLET_MEMBERSHIP("mdi-wallet-membership", '\uf586'), MDI_WALLET_TRAVEL("mdi-wallet-travel", '\uf587'), MDI_WAN("mdi-wan", '\uf588'), MDI_WATCH("mdi-watch", '\uf589'), MDI_WATCH_EXPORT("mdi-watch-export", '\uf58a'), MDI_WATCH_IMPORT("mdi-watch-import", '\uf58b'), MDI_WATCH_VIBRATE("mdi-watch-vibrate", '\uf6b0'), MDI_WATER("mdi-water", '\uf58c'), MDI_WATERMARK("mdi-watermark", '\uf612'), MDI_WATER_OFF("mdi-water-off", '\uf58d'), MDI_WATER_PERCENT("mdi-water-percent", '\uf58e'), MDI_WATER_PUMP("mdi-water-pump", '\uf58f'), MDI_WEATHER_CLOUDY("mdi-weather-cloudy", '\uf590'), MDI_WEATHER_FOG("mdi-weather-fog", '\uf591'), MDI_WEATHER_HAIL("mdi-weather-hail", '\uf592'), MDI_WEATHER_LIGHTNING("mdi-weather-lightning", '\uf593'), MDI_WEATHER_LIGHTNING_RAINY("mdi-weather-lightning-rainy", '\uf67d'), MDI_WEATHER_NIGHT("mdi-weather-night", '\uf594'), MDI_WEATHER_PARTLYCLOUDY("mdi-weather-partlycloudy", '\uf595'), MDI_WEATHER_POURING("mdi-weather-pouring", '\uf596'), MDI_WEATHER_RAINY("mdi-weather-rainy", '\uf597'), MDI_WEATHER_SNOWY("mdi-weather-snowy", '\uf598'), MDI_WEATHER_SNOWY_RAINY("mdi-weather-snowy-rainy", '\uf67e'), MDI_WEATHER_SUNNY("mdi-weather-sunny", '\uf599'), MDI_WEATHER_SUNSET("mdi-weather-sunset", '\uf59a'), MDI_WEATHER_SUNSET_DOWN("mdi-weather-sunset-down", '\uf59b'), MDI_WEATHER_SUNSET_UP("mdi-weather-sunset-up", '\uf59c'), MDI_WEATHER_WINDY("mdi-weather-windy", '\uf59d'), MDI_WEATHER_WINDY_VARIANT("mdi-weather-windy-variant", '\uf59e'), MDI_WEB("mdi-web", '\uf59f'), MDI_WEBCAM("mdi-webcam", '\uf5a0'), MDI_WEBHOOK("mdi-webhook", '\uf62f'), MDI_WECHAT("mdi-wechat", '\uf611'), MDI_WEIGHT("mdi-weight", '\uf5a1'), MDI_WEIGHT_KILOGRAM("mdi-weight-kilogram", '\uf5a2'), MDI_WHATSAPP("mdi-whatsapp", '\uf5a3'), MDI_WHEELCHAIR_ACCESSIBILITY("mdi-wheelchair-accessibility", '\uf5a4'), MDI_WHITE_BALANCE_AUTO("mdi-white-balance-auto", '\uf5a5'), MDI_WHITE_BALANCE_INCANDESCENT("mdi-white-balance-incandescent", '\uf5a6'), MDI_WHITE_BALANCE_IRIDESCENT("mdi-white-balance-iridescent", '\uf5a7'), MDI_WHITE_BALANCE_SUNNY("mdi-white-balance-sunny", '\uf5a8'), MDI_WIFI("mdi-wifi", '\uf5a9'), MDI_WIFI_OFF("mdi-wifi-off", '\uf5aa'), MDI_WII("mdi-wii", '\uf5ab'), MDI_WIKIPEDIA("mdi-wikipedia", '\uf5ac'), MDI_WINDOWS("mdi-windows", '\uf5b3'), MDI_WINDOW_CLOSE("mdi-window-close", '\uf5ad'), MDI_WINDOW_CLOSED("mdi-window-closed", '\uf5ae'), MDI_WINDOW_MAXIMIZE("mdi-window-maximize", '\uf5af'), MDI_WINDOW_MINIMIZE("mdi-window-minimize", '\uf5b0'), MDI_WINDOW_OPEN("mdi-window-open", '\uf5b1'), MDI_WINDOW_RESTORE("mdi-window-restore", '\uf5b2'), MDI_WORDPRESS("mdi-wordpress", '\uf5b4'), MDI_WORKER("mdi-worker", '\uf5b5'), MDI_WRAP("mdi-wrap", '\uf5b6'), MDI_WRENCH("mdi-wrench", '\uf5b7'), MDI_WUNDERLIST("mdi-wunderlist", '\uf5b8'), MDI_XAML("mdi-xaml", '\uf673'), MDI_XBOX("mdi-xbox", '\uf5b9'), MDI_XBOX_CONTROLLER("mdi-xbox-controller", '\uf5ba'), MDI_XBOX_CONTROLLER_OFF("mdi-xbox-controller-off", '\uf5bb'), MDI_XDA("mdi-xda", '\uf5bc'), MDI_XING("mdi-xing", '\uf5bd'), MDI_XING_BOX("mdi-xing-box", '\uf5be'), MDI_XING_CIRCLE("mdi-xing-circle", '\uf5bf'), MDI_XML("mdi-xml", '\uf5c0'), MDI_YEAST("mdi-yeast", '\uf5c1'), MDI_YELP("mdi-yelp", '\uf5c2'), MDI_YIN_YANG("mdi-yin-yang", '\uf67f'), MDI_YOUTUBE_PLAY("mdi-youtube-play", '\uf5c3'), MDI_ZIP_BOX("mdi-zip-box", '\uf5c4'); public static MaterialDesign findByDescription(String description) { for (MaterialDesign font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; MaterialDesign(String description, char code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign-pack/src/main/java/org/kordamp/ikonli/materialdesign/MaterialDesignIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/materialdesign/1.7.22/fonts/MaterialDesignIcons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mdi-"); } @Override public Ikon resolve(String description) { return MaterialDesign.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Design Icons Legacy"; } } ================================================ FILE: icon-packs/ikonli-materialdesign-pack/src/main/java/org/kordamp/ikonli/materialdesign/MaterialDesignIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MaterialDesignIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesign.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign-pack/src/main/resources/META-INF/resources/materialdesign/1.7.22/css/materialdesignicons.css ================================================ /* MaterialDesignIcons.com */ @font-face { font-family: 'Material Design Icons Legacy'; src: url(../fonts/MaterialDesignIcons.eot); font-weight: 400; font-style: normal } @font-face { font-family: 'Material Design Icons Legacy'; src: url(../fonts/MaterialDesignIcons.eot); src: url(../fonts/MaterialDesignIcons.eot?#iefix) format("embedded-opentype"), url(../fonts/MaterialDesignIcons.woff) format("woff"), url(../fonts/MaterialDesignIcons.ttf) format("truetype"); font-weight: 400; font-style: normal } .mdi { font-family: 'Material Design Icons Legacy'; display: inline-block; vertical-align: middle; line-height: 1; font-weight: 400; font-style: normal; speak: none; text-decoration: inherit; text-transform: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .mdi-access-point:before { content: "\F002"; } .mdi-access-point-network:before { content: "\F003"; } .mdi-account:before { content: "\F004"; } .mdi-account-alert:before { content: "\F005"; } .mdi-account-box:before { content: "\F006"; } .mdi-account-box-outline:before { content: "\F007"; } .mdi-account-card-details:before { content: "\F5D2"; } .mdi-account-check:before { content: "\F008"; } .mdi-account-circle:before { content: "\F009"; } .mdi-account-convert:before { content: "\F00A"; } .mdi-account-key:before { content: "\F00B"; } .mdi-account-location:before { content: "\F00C"; } .mdi-account-minus:before { content: "\F00D"; } .mdi-account-multiple:before { content: "\F00E"; } .mdi-account-multiple-minus:before { content: "\F5D3"; } .mdi-account-multiple-outline:before { content: "\F00F"; } .mdi-account-multiple-plus:before { content: "\F010"; } .mdi-account-network:before { content: "\F011"; } .mdi-account-off:before { content: "\F012"; } .mdi-account-outline:before { content: "\F013"; } .mdi-account-plus:before { content: "\F014"; } .mdi-account-remove:before { content: "\F015"; } .mdi-account-search:before { content: "\F016"; } .mdi-account-settings:before { content: "\F630"; } .mdi-account-settings-variant:before { content: "\F631"; } .mdi-account-star:before { content: "\F017"; } .mdi-account-star-variant:before { content: "\F018"; } .mdi-account-switch:before { content: "\F019"; } .mdi-adjust:before { content: "\F01A"; } .mdi-air-conditioner:before { content: "\F01B"; } .mdi-airballoon:before { content: "\F01C"; } .mdi-airplane:before { content: "\F01D"; } .mdi-airplane-landing:before { content: "\F5D4"; } .mdi-airplane-off:before { content: "\F01E"; } .mdi-airplane-takeoff:before { content: "\F5D5"; } .mdi-airplay:before { content: "\F01F"; } .mdi-alarm:before { content: "\F020"; } .mdi-alarm-check:before { content: "\F021"; } .mdi-alarm-multiple:before { content: "\F022"; } .mdi-alarm-off:before { content: "\F023"; } .mdi-alarm-plus:before { content: "\F024"; } .mdi-alarm-snooze:before { content: "\F68D"; } .mdi-album:before { content: "\F025"; } .mdi-alert:before { content: "\F026"; } .mdi-alert-box:before { content: "\F027"; } .mdi-alert-circle:before { content: "\F028"; } .mdi-alert-circle-outline:before { content: "\F5D6"; } .mdi-alert-octagon:before { content: "\F029"; } .mdi-alert-outline:before { content: "\F02A"; } .mdi-alpha:before { content: "\F02B"; } .mdi-alphabetical:before { content: "\F02C"; } .mdi-altimeter:before { content: "\F5D7"; } .mdi-amazon:before { content: "\F02D"; } .mdi-amazon-clouddrive:before { content: "\F02E"; } .mdi-ambulance:before { content: "\F02F"; } .mdi-amplifier:before { content: "\F030"; } .mdi-anchor:before { content: "\F031"; } .mdi-android:before { content: "\F032"; } .mdi-android-debug-bridge:before { content: "\F033"; } .mdi-android-studio:before { content: "\F034"; } .mdi-angular:before { content: "\F6B1"; } .mdi-animation:before { content: "\F5D8"; } .mdi-apple:before { content: "\F035"; } .mdi-apple-finder:before { content: "\F036"; } .mdi-apple-ios:before { content: "\F037"; } .mdi-apple-keyboard-caps:before { content: "\F632"; } .mdi-apple-keyboard-command:before { content: "\F633"; } .mdi-apple-keyboard-control:before { content: "\F634"; } .mdi-apple-keyboard-option:before { content: "\F635"; } .mdi-apple-keyboard-shift:before { content: "\F636"; } .mdi-apple-mobileme:before { content: "\F038"; } .mdi-apple-safari:before { content: "\F039"; } .mdi-application:before { content: "\F614"; } .mdi-appnet:before { content: "\F03A"; } .mdi-apps:before { content: "\F03B"; } .mdi-archive:before { content: "\F03C"; } .mdi-arrange-bring-forward:before { content: "\F03D"; } .mdi-arrange-bring-to-front:before { content: "\F03E"; } .mdi-arrange-send-backward:before { content: "\F03F"; } .mdi-arrange-send-to-back:before { content: "\F040"; } .mdi-arrow-all:before { content: "\F041"; } .mdi-arrow-bottom-left:before { content: "\F042"; } .mdi-arrow-bottom-right:before { content: "\F043"; } .mdi-arrow-compress:before { content: "\F615"; } .mdi-arrow-compress-all:before { content: "\F044"; } .mdi-arrow-down:before { content: "\F045"; } .mdi-arrow-down-bold:before { content: "\F046"; } .mdi-arrow-down-bold-circle:before { content: "\F047"; } .mdi-arrow-down-bold-circle-outline:before { content: "\F048"; } .mdi-arrow-down-bold-hexagon-outline:before { content: "\F049"; } .mdi-arrow-down-drop-circle:before { content: "\F04A"; } .mdi-arrow-down-drop-circle-outline:before { content: "\F04B"; } .mdi-arrow-expand:before { content: "\F616"; } .mdi-arrow-expand-all:before { content: "\F04C"; } .mdi-arrow-left:before { content: "\F04D"; } .mdi-arrow-left-bold:before { content: "\F04E"; } .mdi-arrow-left-bold-circle:before { content: "\F04F"; } .mdi-arrow-left-bold-circle-outline:before { content: "\F050"; } .mdi-arrow-left-bold-hexagon-outline:before { content: "\F051"; } .mdi-arrow-left-drop-circle:before { content: "\F052"; } .mdi-arrow-left-drop-circle-outline:before { content: "\F053"; } .mdi-arrow-right:before { content: "\F054"; } .mdi-arrow-right-bold:before { content: "\F055"; } .mdi-arrow-right-bold-circle:before { content: "\F056"; } .mdi-arrow-right-bold-circle-outline:before { content: "\F057"; } .mdi-arrow-right-bold-hexagon-outline:before { content: "\F058"; } .mdi-arrow-right-drop-circle:before { content: "\F059"; } .mdi-arrow-right-drop-circle-outline:before { content: "\F05A"; } .mdi-arrow-top-left:before { content: "\F05B"; } .mdi-arrow-top-right:before { content: "\F05C"; } .mdi-arrow-up:before { content: "\F05D"; } .mdi-arrow-up-bold:before { content: "\F05E"; } .mdi-arrow-up-bold-circle:before { content: "\F05F"; } .mdi-arrow-up-bold-circle-outline:before { content: "\F060"; } .mdi-arrow-up-bold-hexagon-outline:before { content: "\F061"; } .mdi-arrow-up-drop-circle:before { content: "\F062"; } .mdi-arrow-up-drop-circle-outline:before { content: "\F063"; } .mdi-assistant:before { content: "\F064"; } .mdi-at:before { content: "\F065"; } .mdi-attachment:before { content: "\F066"; } .mdi-audiobook:before { content: "\F067"; } .mdi-auto-fix:before { content: "\F068"; } .mdi-auto-upload:before { content: "\F069"; } .mdi-autorenew:before { content: "\F06A"; } .mdi-av-timer:before { content: "\F06B"; } .mdi-baby:before { content: "\F06C"; } .mdi-baby-buggy:before { content: "\F68E"; } .mdi-backburger:before { content: "\F06D"; } .mdi-backspace:before { content: "\F06E"; } .mdi-backup-restore:before { content: "\F06F"; } .mdi-bandcamp:before { content: "\F674"; } .mdi-bank:before { content: "\F070"; } .mdi-barcode:before { content: "\F071"; } .mdi-barcode-scan:before { content: "\F072"; } .mdi-barley:before { content: "\F073"; } .mdi-barrel:before { content: "\F074"; } .mdi-basecamp:before { content: "\F075"; } .mdi-basket:before { content: "\F076"; } .mdi-basket-fill:before { content: "\F077"; } .mdi-basket-unfill:before { content: "\F078"; } .mdi-battery:before { content: "\F079"; } .mdi-battery-10:before { content: "\F07A"; } .mdi-battery-20:before { content: "\F07B"; } .mdi-battery-30:before { content: "\F07C"; } .mdi-battery-40:before { content: "\F07D"; } .mdi-battery-50:before { content: "\F07E"; } .mdi-battery-60:before { content: "\F07F"; } .mdi-battery-70:before { content: "\F080"; } .mdi-battery-80:before { content: "\F081"; } .mdi-battery-90:before { content: "\F082"; } .mdi-battery-alert:before { content: "\F083"; } .mdi-battery-charging:before { content: "\F084"; } .mdi-battery-charging-100:before { content: "\F085"; } .mdi-battery-charging-20:before { content: "\F086"; } .mdi-battery-charging-30:before { content: "\F087"; } .mdi-battery-charging-40:before { content: "\F088"; } .mdi-battery-charging-60:before { content: "\F089"; } .mdi-battery-charging-80:before { content: "\F08A"; } .mdi-battery-charging-90:before { content: "\F08B"; } .mdi-battery-minus:before { content: "\F08C"; } .mdi-battery-negative:before { content: "\F08D"; } .mdi-battery-outline:before { content: "\F08E"; } .mdi-battery-plus:before { content: "\F08F"; } .mdi-battery-positive:before { content: "\F090"; } .mdi-battery-unknown:before { content: "\F091"; } .mdi-beach:before { content: "\F092"; } .mdi-beaker:before { content: "\F68F"; } .mdi-beats:before { content: "\F097"; } .mdi-beer:before { content: "\F098"; } .mdi-behance:before { content: "\F099"; } .mdi-bell:before { content: "\F09A"; } .mdi-bell-off:before { content: "\F09B"; } .mdi-bell-outline:before { content: "\F09C"; } .mdi-bell-plus:before { content: "\F09D"; } .mdi-bell-ring:before { content: "\F09E"; } .mdi-bell-ring-outline:before { content: "\F09F"; } .mdi-bell-sleep:before { content: "\F0A0"; } .mdi-beta:before { content: "\F0A1"; } .mdi-bible:before { content: "\F0A2"; } .mdi-bike:before { content: "\F0A3"; } .mdi-bing:before { content: "\F0A4"; } .mdi-binoculars:before { content: "\F0A5"; } .mdi-bio:before { content: "\F0A6"; } .mdi-biohazard:before { content: "\F0A7"; } .mdi-bitbucket:before { content: "\F0A8"; } .mdi-black-mesa:before { content: "\F0A9"; } .mdi-blackberry:before { content: "\F0AA"; } .mdi-blender:before { content: "\F0AB"; } .mdi-blinds:before { content: "\F0AC"; } .mdi-block-helper:before { content: "\F0AD"; } .mdi-blogger:before { content: "\F0AE"; } .mdi-bluetooth:before { content: "\F0AF"; } .mdi-bluetooth-audio:before { content: "\F0B0"; } .mdi-bluetooth-connect:before { content: "\F0B1"; } .mdi-bluetooth-off:before { content: "\F0B2"; } .mdi-bluetooth-settings:before { content: "\F0B3"; } .mdi-bluetooth-transfer:before { content: "\F0B4"; } .mdi-blur:before { content: "\F0B5"; } .mdi-blur-linear:before { content: "\F0B6"; } .mdi-blur-off:before { content: "\F0B7"; } .mdi-blur-radial:before { content: "\F0B8"; } .mdi-bomb:before { content: "\F690"; } .mdi-bone:before { content: "\F0B9"; } .mdi-book:before { content: "\F0BA"; } .mdi-book-minus:before { content: "\F5D9"; } .mdi-book-multiple:before { content: "\F0BB"; } .mdi-book-multiple-variant:before { content: "\F0BC"; } .mdi-book-open:before { content: "\F0BD"; } .mdi-book-open-page-variant:before { content: "\F5DA"; } .mdi-book-open-variant:before { content: "\F0BE"; } .mdi-book-plus:before { content: "\F5DB"; } .mdi-book-variant:before { content: "\F0BF"; } .mdi-bookmark:before { content: "\F0C0"; } .mdi-bookmark-check:before { content: "\F0C1"; } .mdi-bookmark-music:before { content: "\F0C2"; } .mdi-bookmark-outline:before { content: "\F0C3"; } .mdi-bookmark-plus:before { content: "\F0C5"; } .mdi-bookmark-plus-outline:before { content: "\F0C4"; } .mdi-bookmark-remove:before { content: "\F0C6"; } .mdi-boombox:before { content: "\F5DC"; } .mdi-border-all:before { content: "\F0C7"; } .mdi-border-bottom:before { content: "\F0C8"; } .mdi-border-color:before { content: "\F0C9"; } .mdi-border-horizontal:before { content: "\F0CA"; } .mdi-border-inside:before { content: "\F0CB"; } .mdi-border-left:before { content: "\F0CC"; } .mdi-border-none:before { content: "\F0CD"; } .mdi-border-outside:before { content: "\F0CE"; } .mdi-border-right:before { content: "\F0CF"; } .mdi-border-style:before { content: "\F0D0"; } .mdi-border-top:before { content: "\F0D1"; } .mdi-border-vertical:before { content: "\F0D2"; } .mdi-bow-tie:before { content: "\F677"; } .mdi-bowl:before { content: "\F617"; } .mdi-bowling:before { content: "\F0D3"; } .mdi-box:before { content: "\F0D4"; } .mdi-box-cutter:before { content: "\F0D5"; } .mdi-box-shadow:before { content: "\F637"; } .mdi-bridge:before { content: "\F618"; } .mdi-briefcase:before { content: "\F0D6"; } .mdi-briefcase-check:before { content: "\F0D7"; } .mdi-briefcase-download:before { content: "\F0D8"; } .mdi-briefcase-upload:before { content: "\F0D9"; } .mdi-brightness-1:before { content: "\F0DA"; } .mdi-brightness-2:before { content: "\F0DB"; } .mdi-brightness-3:before { content: "\F0DC"; } .mdi-brightness-4:before { content: "\F0DD"; } .mdi-brightness-5:before { content: "\F0DE"; } .mdi-brightness-6:before { content: "\F0DF"; } .mdi-brightness-7:before { content: "\F0E0"; } .mdi-brightness-auto:before { content: "\F0E1"; } .mdi-broom:before { content: "\F0E2"; } .mdi-brush:before { content: "\F0E3"; } .mdi-buffer:before { content: "\F619"; } .mdi-bug:before { content: "\F0E4"; } .mdi-bulletin-board:before { content: "\F0E5"; } .mdi-bullhorn:before { content: "\F0E6"; } .mdi-bullseye:before { content: "\F5DD"; } .mdi-burst-mode:before { content: "\F5DE"; } .mdi-bus:before { content: "\F0E7"; } .mdi-cached:before { content: "\F0E8"; } .mdi-cake:before { content: "\F0E9"; } .mdi-cake-layered:before { content: "\F0EA"; } .mdi-cake-variant:before { content: "\F0EB"; } .mdi-calculator:before { content: "\F0EC"; } .mdi-calendar:before { content: "\F0ED"; } .mdi-calendar-blank:before { content: "\F0EE"; } .mdi-calendar-check:before { content: "\F0EF"; } .mdi-calendar-clock:before { content: "\F0F0"; } .mdi-calendar-multiple:before { content: "\F0F1"; } .mdi-calendar-multiple-check:before { content: "\F0F2"; } .mdi-calendar-plus:before { content: "\F0F3"; } .mdi-calendar-question:before { content: "\F691"; } .mdi-calendar-range:before { content: "\F678"; } .mdi-calendar-remove:before { content: "\F0F4"; } .mdi-calendar-text:before { content: "\F0F5"; } .mdi-calendar-today:before { content: "\F0F6"; } .mdi-call-made:before { content: "\F0F7"; } .mdi-call-merge:before { content: "\F0F8"; } .mdi-call-missed:before { content: "\F0F9"; } .mdi-call-received:before { content: "\F0FA"; } .mdi-call-split:before { content: "\F0FB"; } .mdi-camcorder:before { content: "\F0FC"; } .mdi-camcorder-box:before { content: "\F0FD"; } .mdi-camcorder-box-off:before { content: "\F0FE"; } .mdi-camcorder-off:before { content: "\F0FF"; } .mdi-camera:before { content: "\F100"; } .mdi-camera-burst:before { content: "\F692"; } .mdi-camera-enhance:before { content: "\F101"; } .mdi-camera-front:before { content: "\F102"; } .mdi-camera-front-variant:before { content: "\F103"; } .mdi-camera-iris:before { content: "\F104"; } .mdi-camera-off:before { content: "\F5DF"; } .mdi-camera-party-mode:before { content: "\F105"; } .mdi-camera-rear:before { content: "\F106"; } .mdi-camera-rear-variant:before { content: "\F107"; } .mdi-camera-switch:before { content: "\F108"; } .mdi-camera-timer:before { content: "\F109"; } .mdi-candle:before { content: "\F5E2"; } .mdi-candycane:before { content: "\F10A"; } .mdi-car:before { content: "\F10B"; } .mdi-car-battery:before { content: "\F10C"; } .mdi-car-connected:before { content: "\F10D"; } .mdi-car-wash:before { content: "\F10E"; } .mdi-cards:before { content: "\F638"; } .mdi-cards-outline:before { content: "\F639"; } .mdi-cards-playing-outline:before { content: "\F63A"; } .mdi-carrot:before { content: "\F10F"; } .mdi-cart:before { content: "\F110"; } .mdi-cart-off:before { content: "\F66B"; } .mdi-cart-outline:before { content: "\F111"; } .mdi-cart-plus:before { content: "\F112"; } .mdi-case-sensitive-alt:before { content: "\F113"; } .mdi-cash:before { content: "\F114"; } .mdi-cash-100:before { content: "\F115"; } .mdi-cash-multiple:before { content: "\F116"; } .mdi-cash-usd:before { content: "\F117"; } .mdi-cast:before { content: "\F118"; } .mdi-cast-connected:before { content: "\F119"; } .mdi-castle:before { content: "\F11A"; } .mdi-cat:before { content: "\F11B"; } .mdi-cellphone:before { content: "\F11C"; } .mdi-cellphone-android:before { content: "\F11D"; } .mdi-cellphone-basic:before { content: "\F11E"; } .mdi-cellphone-dock:before { content: "\F11F"; } .mdi-cellphone-iphone:before { content: "\F120"; } .mdi-cellphone-link:before { content: "\F121"; } .mdi-cellphone-link-off:before { content: "\F122"; } .mdi-cellphone-settings:before { content: "\F123"; } .mdi-certificate:before { content: "\F124"; } .mdi-chair-school:before { content: "\F125"; } .mdi-chart-arc:before { content: "\F126"; } .mdi-chart-areaspline:before { content: "\F127"; } .mdi-chart-bar:before { content: "\F128"; } .mdi-chart-bubble:before { content: "\F5E3"; } .mdi-chart-gantt:before { content: "\F66C"; } .mdi-chart-histogram:before { content: "\F129"; } .mdi-chart-line:before { content: "\F12A"; } .mdi-chart-pie:before { content: "\F12B"; } .mdi-chart-scatterplot-hexbin:before { content: "\F66D"; } .mdi-chart-timeline:before { content: "\F66E"; } .mdi-check:before { content: "\F12C"; } .mdi-check-all:before { content: "\F12D"; } .mdi-check-circle:before { content: "\F5E0"; } .mdi-check-circle-outline:before { content: "\F5E1"; } .mdi-checkbox-blank:before { content: "\F12E"; } .mdi-checkbox-blank-circle:before { content: "\F12F"; } .mdi-checkbox-blank-circle-outline:before { content: "\F130"; } .mdi-checkbox-blank-outline:before { content: "\F131"; } .mdi-checkbox-marked:before { content: "\F132"; } .mdi-checkbox-marked-circle:before { content: "\F133"; } .mdi-checkbox-marked-circle-outline:before { content: "\F134"; } .mdi-checkbox-marked-outline:before { content: "\F135"; } .mdi-checkbox-multiple-blank:before { content: "\F136"; } .mdi-checkbox-multiple-blank-circle:before { content: "\F63B"; } .mdi-checkbox-multiple-blank-circle-outline:before { content: "\F63C"; } .mdi-checkbox-multiple-blank-outline:before { content: "\F137"; } .mdi-checkbox-multiple-marked:before { content: "\F138"; } .mdi-checkbox-multiple-marked-circle:before { content: "\F63D"; } .mdi-checkbox-multiple-marked-circle-outline:before { content: "\F63E"; } .mdi-checkbox-multiple-marked-outline:before { content: "\F139"; } .mdi-checkerboard:before { content: "\F13A"; } .mdi-chemical-weapon:before { content: "\F13B"; } .mdi-chevron-double-down:before { content: "\F13C"; } .mdi-chevron-double-left:before { content: "\F13D"; } .mdi-chevron-double-right:before { content: "\F13E"; } .mdi-chevron-double-up:before { content: "\F13F"; } .mdi-chevron-down:before { content: "\F140"; } .mdi-chevron-left:before { content: "\F141"; } .mdi-chevron-right:before { content: "\F142"; } .mdi-chevron-up:before { content: "\F143"; } .mdi-chip:before { content: "\F61A"; } .mdi-church:before { content: "\F144"; } .mdi-cisco-webex:before { content: "\F145"; } .mdi-city:before { content: "\F146"; } .mdi-clipboard:before { content: "\F147"; } .mdi-clipboard-account:before { content: "\F148"; } .mdi-clipboard-alert:before { content: "\F149"; } .mdi-clipboard-arrow-down:before { content: "\F14A"; } .mdi-clipboard-arrow-left:before { content: "\F14B"; } .mdi-clipboard-check:before { content: "\F14C"; } .mdi-clipboard-outline:before { content: "\F14D"; } .mdi-clipboard-text:before { content: "\F14E"; } .mdi-clippy:before { content: "\F14F"; } .mdi-clock:before { content: "\F150"; } .mdi-clock-alert:before { content: "\F5CE"; } .mdi-clock-end:before { content: "\F151"; } .mdi-clock-fast:before { content: "\F152"; } .mdi-clock-in:before { content: "\F153"; } .mdi-clock-out:before { content: "\F154"; } .mdi-clock-start:before { content: "\F155"; } .mdi-close:before { content: "\F156"; } .mdi-close-box:before { content: "\F157"; } .mdi-close-box-outline:before { content: "\F158"; } .mdi-close-circle:before { content: "\F159"; } .mdi-close-circle-outline:before { content: "\F15A"; } .mdi-close-network:before { content: "\F15B"; } .mdi-close-octagon:before { content: "\F15C"; } .mdi-close-octagon-outline:before { content: "\F15D"; } .mdi-closed-caption:before { content: "\F15E"; } .mdi-cloud:before { content: "\F15F"; } .mdi-cloud-check:before { content: "\F160"; } .mdi-cloud-circle:before { content: "\F161"; } .mdi-cloud-download:before { content: "\F162"; } .mdi-cloud-outline:before { content: "\F163"; } .mdi-cloud-outline-off:before { content: "\F164"; } .mdi-cloud-print:before { content: "\F165"; } .mdi-cloud-print-outline:before { content: "\F166"; } .mdi-cloud-sync:before { content: "\F63F"; } .mdi-cloud-upload:before { content: "\F167"; } .mdi-code-array:before { content: "\F168"; } .mdi-code-braces:before { content: "\F169"; } .mdi-code-brackets:before { content: "\F16A"; } .mdi-code-equal:before { content: "\F16B"; } .mdi-code-greater-than:before { content: "\F16C"; } .mdi-code-greater-than-or-equal:before { content: "\F16D"; } .mdi-code-less-than:before { content: "\F16E"; } .mdi-code-less-than-or-equal:before { content: "\F16F"; } .mdi-code-not-equal:before { content: "\F170"; } .mdi-code-not-equal-variant:before { content: "\F171"; } .mdi-code-parentheses:before { content: "\F172"; } .mdi-code-string:before { content: "\F173"; } .mdi-code-tags:before { content: "\F174"; } .mdi-code-tags-check:before { content: "\F693"; } .mdi-codepen:before { content: "\F175"; } .mdi-coffee:before { content: "\F176"; } .mdi-coffee-to-go:before { content: "\F177"; } .mdi-coin:before { content: "\F178"; } .mdi-coins:before { content: "\F694"; } .mdi-collage:before { content: "\F640"; } .mdi-color-helper:before { content: "\F179"; } .mdi-comment:before { content: "\F17A"; } .mdi-comment-account:before { content: "\F17B"; } .mdi-comment-account-outline:before { content: "\F17C"; } .mdi-comment-alert:before { content: "\F17D"; } .mdi-comment-alert-outline:before { content: "\F17E"; } .mdi-comment-check:before { content: "\F17F"; } .mdi-comment-check-outline:before { content: "\F180"; } .mdi-comment-multiple-outline:before { content: "\F181"; } .mdi-comment-outline:before { content: "\F182"; } .mdi-comment-plus-outline:before { content: "\F183"; } .mdi-comment-processing:before { content: "\F184"; } .mdi-comment-processing-outline:before { content: "\F185"; } .mdi-comment-question-outline:before { content: "\F186"; } .mdi-comment-remove-outline:before { content: "\F187"; } .mdi-comment-text:before { content: "\F188"; } .mdi-comment-text-outline:before { content: "\F189"; } .mdi-compare:before { content: "\F18A"; } .mdi-compass:before { content: "\F18B"; } .mdi-compass-outline:before { content: "\F18C"; } .mdi-console:before { content: "\F18D"; } .mdi-contact-mail:before { content: "\F18E"; } .mdi-content-copy:before { content: "\F18F"; } .mdi-content-cut:before { content: "\F190"; } .mdi-content-duplicate:before { content: "\F191"; } .mdi-content-paste:before { content: "\F192"; } .mdi-content-save:before { content: "\F193"; } .mdi-content-save-all:before { content: "\F194"; } .mdi-content-save-settings:before { content: "\F61B"; } .mdi-contrast:before { content: "\F195"; } .mdi-contrast-box:before { content: "\F196"; } .mdi-contrast-circle:before { content: "\F197"; } .mdi-cookie:before { content: "\F198"; } .mdi-copyright:before { content: "\F5E6"; } .mdi-counter:before { content: "\F199"; } .mdi-cow:before { content: "\F19A"; } .mdi-creation:before { content: "\F1C9"; } .mdi-credit-card:before { content: "\F19B"; } .mdi-credit-card-multiple:before { content: "\F19C"; } .mdi-credit-card-off:before { content: "\F5E4"; } .mdi-credit-card-plus:before { content: "\F675"; } .mdi-credit-card-scan:before { content: "\F19D"; } .mdi-crop:before { content: "\F19E"; } .mdi-crop-free:before { content: "\F19F"; } .mdi-crop-landscape:before { content: "\F1A0"; } .mdi-crop-portrait:before { content: "\F1A1"; } .mdi-crop-rotate:before { content: "\F695"; } .mdi-crop-square:before { content: "\F1A2"; } .mdi-crosshairs:before { content: "\F1A3"; } .mdi-crosshairs-gps:before { content: "\F1A4"; } .mdi-crown:before { content: "\F1A5"; } .mdi-cube:before { content: "\F1A6"; } .mdi-cube-outline:before { content: "\F1A7"; } .mdi-cube-send:before { content: "\F1A8"; } .mdi-cube-unfolded:before { content: "\F1A9"; } .mdi-cup:before { content: "\F1AA"; } .mdi-cup-off:before { content: "\F5E5"; } .mdi-cup-water:before { content: "\F1AB"; } .mdi-currency-btc:before { content: "\F1AC"; } .mdi-currency-eur:before { content: "\F1AD"; } .mdi-currency-gbp:before { content: "\F1AE"; } .mdi-currency-inr:before { content: "\F1AF"; } .mdi-currency-ngn:before { content: "\F1B0"; } .mdi-currency-rub:before { content: "\F1B1"; } .mdi-currency-try:before { content: "\F1B2"; } .mdi-currency-usd:before { content: "\F1B3"; } .mdi-currency-usd-off:before { content: "\F679"; } .mdi-cursor-default:before { content: "\F1B4"; } .mdi-cursor-default-outline:before { content: "\F1B5"; } .mdi-cursor-move:before { content: "\F1B6"; } .mdi-cursor-pointer:before { content: "\F1B7"; } .mdi-cursor-text:before { content: "\F5E7"; } .mdi-database:before { content: "\F1B8"; } .mdi-database-minus:before { content: "\F1B9"; } .mdi-database-plus:before { content: "\F1BA"; } .mdi-debug-step-into:before { content: "\F1BB"; } .mdi-debug-step-out:before { content: "\F1BC"; } .mdi-debug-step-over:before { content: "\F1BD"; } .mdi-decimal-decrease:before { content: "\F1BE"; } .mdi-decimal-increase:before { content: "\F1BF"; } .mdi-delete:before { content: "\F1C0"; } .mdi-delete-circle:before { content: "\F682"; } .mdi-delete-forever:before { content: "\F5E8"; } .mdi-delete-sweep:before { content: "\F5E9"; } .mdi-delete-variant:before { content: "\F1C1"; } .mdi-delta:before { content: "\F1C2"; } .mdi-deskphone:before { content: "\F1C3"; } .mdi-desktop-mac:before { content: "\F1C4"; } .mdi-desktop-tower:before { content: "\F1C5"; } .mdi-details:before { content: "\F1C6"; } .mdi-developer-board:before { content: "\F696"; } .mdi-deviantart:before { content: "\F1C7"; } .mdi-dialpad:before { content: "\F61C"; } .mdi-diamond:before { content: "\F1C8"; } .mdi-dice-1:before { content: "\F1CA"; } .mdi-dice-2:before { content: "\F1CB"; } .mdi-dice-3:before { content: "\F1CC"; } .mdi-dice-4:before { content: "\F1CD"; } .mdi-dice-5:before { content: "\F1CE"; } .mdi-dice-6:before { content: "\F1CF"; } .mdi-dice-d20:before { content: "\F5EA"; } .mdi-dice-d4:before { content: "\F5EB"; } .mdi-dice-d6:before { content: "\F5EC"; } .mdi-dice-d8:before { content: "\F5ED"; } .mdi-dictionary:before { content: "\F61D"; } .mdi-directions:before { content: "\F1D0"; } .mdi-directions-fork:before { content: "\F641"; } .mdi-discord:before { content: "\F66F"; } .mdi-disk:before { content: "\F5EE"; } .mdi-disk-alert:before { content: "\F1D1"; } .mdi-disqus:before { content: "\F1D2"; } .mdi-disqus-outline:before { content: "\F1D3"; } .mdi-division:before { content: "\F1D4"; } .mdi-division-box:before { content: "\F1D5"; } .mdi-dna:before { content: "\F683"; } .mdi-dns:before { content: "\F1D6"; } .mdi-do-not-disturb:before { content: "\F697"; } .mdi-do-not-disturb-off:before { content: "\F698"; } .mdi-dolby:before { content: "\F6B2"; } .mdi-domain:before { content: "\F1D7"; } .mdi-dots-horizontal:before { content: "\F1D8"; } .mdi-dots-vertical:before { content: "\F1D9"; } .mdi-douban:before { content: "\F699"; } .mdi-download:before { content: "\F1DA"; } .mdi-drag:before { content: "\F1DB"; } .mdi-drag-horizontal:before { content: "\F1DC"; } .mdi-drag-vertical:before { content: "\F1DD"; } .mdi-drawing:before { content: "\F1DE"; } .mdi-drawing-box:before { content: "\F1DF"; } .mdi-dribbble:before { content: "\F1E0"; } .mdi-dribbble-box:before { content: "\F1E1"; } .mdi-drone:before { content: "\F1E2"; } .mdi-dropbox:before { content: "\F1E3"; } .mdi-drupal:before { content: "\F1E4"; } .mdi-duck:before { content: "\F1E5"; } .mdi-dumbbell:before { content: "\F1E6"; } .mdi-earth:before { content: "\F1E7"; } .mdi-earth-off:before { content: "\F1E8"; } .mdi-edge:before { content: "\F1E9"; } .mdi-eject:before { content: "\F1EA"; } .mdi-elevation-decline:before { content: "\F1EB"; } .mdi-elevation-rise:before { content: "\F1EC"; } .mdi-elevator:before { content: "\F1ED"; } .mdi-email:before { content: "\F1EE"; } .mdi-email-open:before { content: "\F1EF"; } .mdi-email-open-outline:before { content: "\F5EF"; } .mdi-email-outline:before { content: "\F1F0"; } .mdi-email-secure:before { content: "\F1F1"; } .mdi-email-variant:before { content: "\F5F0"; } .mdi-emby:before { content: "\F6B3"; } .mdi-emoticon:before { content: "\F1F2"; } .mdi-emoticon-cool:before { content: "\F1F3"; } .mdi-emoticon-dead:before { content: "\F69A"; } .mdi-emoticon-devil:before { content: "\F1F4"; } .mdi-emoticon-excited:before { content: "\F69B"; } .mdi-emoticon-happy:before { content: "\F1F5"; } .mdi-emoticon-neutral:before { content: "\F1F6"; } .mdi-emoticon-poop:before { content: "\F1F7"; } .mdi-emoticon-sad:before { content: "\F1F8"; } .mdi-emoticon-tongue:before { content: "\F1F9"; } .mdi-engine:before { content: "\F1FA"; } .mdi-engine-outline:before { content: "\F1FB"; } .mdi-equal:before { content: "\F1FC"; } .mdi-equal-box:before { content: "\F1FD"; } .mdi-eraser:before { content: "\F1FE"; } .mdi-eraser-variant:before { content: "\F642"; } .mdi-escalator:before { content: "\F1FF"; } .mdi-ethernet:before { content: "\F200"; } .mdi-ethernet-cable:before { content: "\F201"; } .mdi-ethernet-cable-off:before { content: "\F202"; } .mdi-etsy:before { content: "\F203"; } .mdi-ev-station:before { content: "\F5F1"; } .mdi-evernote:before { content: "\F204"; } .mdi-exclamation:before { content: "\F205"; } .mdi-exit-to-app:before { content: "\F206"; } .mdi-export:before { content: "\F207"; } .mdi-eye:before { content: "\F208"; } .mdi-eye-off:before { content: "\F209"; } .mdi-eyedropper:before { content: "\F20A"; } .mdi-eyedropper-variant:before { content: "\F20B"; } .mdi-face:before { content: "\F643"; } .mdi-face-profile:before { content: "\F644"; } .mdi-facebook:before { content: "\F20C"; } .mdi-facebook-box:before { content: "\F20D"; } .mdi-facebook-messenger:before { content: "\F20E"; } .mdi-factory:before { content: "\F20F"; } .mdi-fan:before { content: "\F210"; } .mdi-fast-forward:before { content: "\F211"; } .mdi-fax:before { content: "\F212"; } .mdi-ferry:before { content: "\F213"; } .mdi-file:before { content: "\F214"; } .mdi-file-chart:before { content: "\F215"; } .mdi-file-check:before { content: "\F216"; } .mdi-file-cloud:before { content: "\F217"; } .mdi-file-delimited:before { content: "\F218"; } .mdi-file-document:before { content: "\F219"; } .mdi-file-document-box:before { content: "\F21A"; } .mdi-file-excel:before { content: "\F21B"; } .mdi-file-excel-box:before { content: "\F21C"; } .mdi-file-export:before { content: "\F21D"; } .mdi-file-find:before { content: "\F21E"; } .mdi-file-hidden:before { content: "\F613"; } .mdi-file-image:before { content: "\F21F"; } .mdi-file-import:before { content: "\F220"; } .mdi-file-lock:before { content: "\F221"; } .mdi-file-multiple:before { content: "\F222"; } .mdi-file-music:before { content: "\F223"; } .mdi-file-outline:before { content: "\F224"; } .mdi-file-pdf:before { content: "\F225"; } .mdi-file-pdf-box:before { content: "\F226"; } .mdi-file-powerpoint:before { content: "\F227"; } .mdi-file-powerpoint-box:before { content: "\F228"; } .mdi-file-presentation-box:before { content: "\F229"; } .mdi-file-restore:before { content: "\F670"; } .mdi-file-send:before { content: "\F22A"; } .mdi-file-tree:before { content: "\F645"; } .mdi-file-video:before { content: "\F22B"; } .mdi-file-word:before { content: "\F22C"; } .mdi-file-word-box:before { content: "\F22D"; } .mdi-file-xml:before { content: "\F22E"; } .mdi-film:before { content: "\F22F"; } .mdi-filmstrip:before { content: "\F230"; } .mdi-filmstrip-off:before { content: "\F231"; } .mdi-filter:before { content: "\F232"; } .mdi-filter-outline:before { content: "\F233"; } .mdi-filter-remove:before { content: "\F234"; } .mdi-filter-remove-outline:before { content: "\F235"; } .mdi-filter-variant:before { content: "\F236"; } .mdi-fingerprint:before { content: "\F237"; } .mdi-fire:before { content: "\F238"; } .mdi-firefox:before { content: "\F239"; } .mdi-fish:before { content: "\F23A"; } .mdi-flag:before { content: "\F23B"; } .mdi-flag-checkered:before { content: "\F23C"; } .mdi-flag-outline:before { content: "\F23D"; } .mdi-flag-outline-variant:before { content: "\F23E"; } .mdi-flag-triangle:before { content: "\F23F"; } .mdi-flag-variant:before { content: "\F240"; } .mdi-flash:before { content: "\F241"; } .mdi-flash-auto:before { content: "\F242"; } .mdi-flash-off:before { content: "\F243"; } .mdi-flash-red-eye:before { content: "\F67A"; } .mdi-flashlight:before { content: "\F244"; } .mdi-flashlight-off:before { content: "\F245"; } .mdi-flask:before { content: "\F093"; } .mdi-flask-empty:before { content: "\F094"; } .mdi-flask-empty-outline:before { content: "\F095"; } .mdi-flask-outline:before { content: "\F096"; } .mdi-flattr:before { content: "\F246"; } .mdi-flip-to-back:before { content: "\F247"; } .mdi-flip-to-front:before { content: "\F248"; } .mdi-floppy:before { content: "\F249"; } .mdi-flower:before { content: "\F24A"; } .mdi-folder:before { content: "\F24B"; } .mdi-folder-account:before { content: "\F24C"; } .mdi-folder-download:before { content: "\F24D"; } .mdi-folder-google-drive:before { content: "\F24E"; } .mdi-folder-image:before { content: "\F24F"; } .mdi-folder-lock:before { content: "\F250"; } .mdi-folder-lock-open:before { content: "\F251"; } .mdi-folder-move:before { content: "\F252"; } .mdi-folder-multiple:before { content: "\F253"; } .mdi-folder-multiple-image:before { content: "\F254"; } .mdi-folder-multiple-outline:before { content: "\F255"; } .mdi-folder-outline:before { content: "\F256"; } .mdi-folder-plus:before { content: "\F257"; } .mdi-folder-remove:before { content: "\F258"; } .mdi-folder-star:before { content: "\F69C"; } .mdi-folder-upload:before { content: "\F259"; } .mdi-food:before { content: "\F25A"; } .mdi-food-apple:before { content: "\F25B"; } .mdi-food-fork-drink:before { content: "\F5F2"; } .mdi-food-off:before { content: "\F5F3"; } .mdi-food-variant:before { content: "\F25C"; } .mdi-football:before { content: "\F25D"; } .mdi-football-australian:before { content: "\F25E"; } .mdi-football-helmet:before { content: "\F25F"; } .mdi-format-align-center:before { content: "\F260"; } .mdi-format-align-justify:before { content: "\F261"; } .mdi-format-align-left:before { content: "\F262"; } .mdi-format-align-right:before { content: "\F263"; } .mdi-format-annotation-plus:before { content: "\F646"; } .mdi-format-bold:before { content: "\F264"; } .mdi-format-clear:before { content: "\F265"; } .mdi-format-color-fill:before { content: "\F266"; } .mdi-format-color-text:before { content: "\F69D"; } .mdi-format-float-center:before { content: "\F267"; } .mdi-format-float-left:before { content: "\F268"; } .mdi-format-float-none:before { content: "\F269"; } .mdi-format-float-right:before { content: "\F26A"; } .mdi-format-header-1:before { content: "\F26B"; } .mdi-format-header-2:before { content: "\F26C"; } .mdi-format-header-3:before { content: "\F26D"; } .mdi-format-header-4:before { content: "\F26E"; } .mdi-format-header-5:before { content: "\F26F"; } .mdi-format-header-6:before { content: "\F270"; } .mdi-format-header-decrease:before { content: "\F271"; } .mdi-format-header-equal:before { content: "\F272"; } .mdi-format-header-increase:before { content: "\F273"; } .mdi-format-header-pound:before { content: "\F274"; } .mdi-format-horizontal-align-center:before { content: "\F61E"; } .mdi-format-horizontal-align-left:before { content: "\F61F"; } .mdi-format-horizontal-align-right:before { content: "\F620"; } .mdi-format-indent-decrease:before { content: "\F275"; } .mdi-format-indent-increase:before { content: "\F276"; } .mdi-format-italic:before { content: "\F277"; } .mdi-format-line-spacing:before { content: "\F278"; } .mdi-format-line-style:before { content: "\F5C8"; } .mdi-format-line-weight:before { content: "\F5C9"; } .mdi-format-list-bulleted:before { content: "\F279"; } .mdi-format-list-bulleted-type:before { content: "\F27A"; } .mdi-format-list-numbers:before { content: "\F27B"; } .mdi-format-paint:before { content: "\F27C"; } .mdi-format-paragraph:before { content: "\F27D"; } .mdi-format-quote:before { content: "\F27E"; } .mdi-format-section:before { content: "\F69E"; } .mdi-format-size:before { content: "\F27F"; } .mdi-format-strikethrough:before { content: "\F280"; } .mdi-format-strikethrough-variant:before { content: "\F281"; } .mdi-format-subscript:before { content: "\F282"; } .mdi-format-superscript:before { content: "\F283"; } .mdi-format-text:before { content: "\F284"; } .mdi-format-textdirection-l-to-r:before { content: "\F285"; } .mdi-format-textdirection-r-to-l:before { content: "\F286"; } .mdi-format-title:before { content: "\F5F4"; } .mdi-format-underline:before { content: "\F287"; } .mdi-format-vertical-align-bottom:before { content: "\F621"; } .mdi-format-vertical-align-center:before { content: "\F622"; } .mdi-format-vertical-align-top:before { content: "\F623"; } .mdi-format-wrap-inline:before { content: "\F288"; } .mdi-format-wrap-square:before { content: "\F289"; } .mdi-format-wrap-tight:before { content: "\F28A"; } .mdi-format-wrap-top-bottom:before { content: "\F28B"; } .mdi-forum:before { content: "\F28C"; } .mdi-forward:before { content: "\F28D"; } .mdi-foursquare:before { content: "\F28E"; } .mdi-fridge:before { content: "\F28F"; } .mdi-fridge-filled:before { content: "\F290"; } .mdi-fridge-filled-bottom:before { content: "\F291"; } .mdi-fridge-filled-top:before { content: "\F292"; } .mdi-fullscreen:before { content: "\F293"; } .mdi-fullscreen-exit:before { content: "\F294"; } .mdi-function:before { content: "\F295"; } .mdi-gamepad:before { content: "\F296"; } .mdi-gamepad-variant:before { content: "\F297"; } .mdi-gas-cylinder:before { content: "\F647"; } .mdi-gas-station:before { content: "\F298"; } .mdi-gate:before { content: "\F299"; } .mdi-gauge:before { content: "\F29A"; } .mdi-gavel:before { content: "\F29B"; } .mdi-gender-female:before { content: "\F29C"; } .mdi-gender-male:before { content: "\F29D"; } .mdi-gender-male-female:before { content: "\F29E"; } .mdi-gender-transgender:before { content: "\F29F"; } .mdi-ghost:before { content: "\F2A0"; } .mdi-gift:before { content: "\F2A1"; } .mdi-git:before { content: "\F2A2"; } .mdi-github-box:before { content: "\F2A3"; } .mdi-github-circle:before { content: "\F2A4"; } .mdi-glass-flute:before { content: "\F2A5"; } .mdi-glass-mug:before { content: "\F2A6"; } .mdi-glass-stange:before { content: "\F2A7"; } .mdi-glass-tulip:before { content: "\F2A8"; } .mdi-glassdoor:before { content: "\F2A9"; } .mdi-glasses:before { content: "\F2AA"; } .mdi-gmail:before { content: "\F2AB"; } .mdi-gnome:before { content: "\F2AC"; } .mdi-gondola:before { content: "\F685"; } .mdi-google:before { content: "\F2AD"; } .mdi-google-cardboard:before { content: "\F2AE"; } .mdi-google-chrome:before { content: "\F2AF"; } .mdi-google-circles:before { content: "\F2B0"; } .mdi-google-circles-communities:before { content: "\F2B1"; } .mdi-google-circles-extended:before { content: "\F2B2"; } .mdi-google-circles-group:before { content: "\F2B3"; } .mdi-google-controller:before { content: "\F2B4"; } .mdi-google-controller-off:before { content: "\F2B5"; } .mdi-google-drive:before { content: "\F2B6"; } .mdi-google-earth:before { content: "\F2B7"; } .mdi-google-glass:before { content: "\F2B8"; } .mdi-google-maps:before { content: "\F5F5"; } .mdi-google-nearby:before { content: "\F2B9"; } .mdi-google-pages:before { content: "\F2BA"; } .mdi-google-physical-web:before { content: "\F2BB"; } .mdi-google-play:before { content: "\F2BC"; } .mdi-google-plus:before { content: "\F2BD"; } .mdi-google-plus-box:before { content: "\F2BE"; } .mdi-google-translate:before { content: "\F2BF"; } .mdi-google-wallet:before { content: "\F2C0"; } .mdi-gradient:before { content: "\F69F"; } .mdi-grease-pencil:before { content: "\F648"; } .mdi-grid:before { content: "\F2C1"; } .mdi-grid-off:before { content: "\F2C2"; } .mdi-group:before { content: "\F2C3"; } .mdi-guitar-electric:before { content: "\F2C4"; } .mdi-guitar-pick:before { content: "\F2C5"; } .mdi-guitar-pick-outline:before { content: "\F2C6"; } .mdi-hackernews:before { content: "\F624"; } .mdi-hamburger:before { content: "\F684"; } .mdi-hand-pointing-right:before { content: "\F2C7"; } .mdi-hanger:before { content: "\F2C8"; } .mdi-hangouts:before { content: "\F2C9"; } .mdi-harddisk:before { content: "\F2CA"; } .mdi-headphones:before { content: "\F2CB"; } .mdi-headphones-box:before { content: "\F2CC"; } .mdi-headphones-settings:before { content: "\F2CD"; } .mdi-headset:before { content: "\F2CE"; } .mdi-headset-dock:before { content: "\F2CF"; } .mdi-headset-off:before { content: "\F2D0"; } .mdi-heart:before { content: "\F2D1"; } .mdi-heart-box:before { content: "\F2D2"; } .mdi-heart-box-outline:before { content: "\F2D3"; } .mdi-heart-broken:before { content: "\F2D4"; } .mdi-heart-outline:before { content: "\F2D5"; } .mdi-heart-pulse:before { content: "\F5F6"; } .mdi-help:before { content: "\F2D6"; } .mdi-help-circle:before { content: "\F2D7"; } .mdi-help-circle-outline:before { content: "\F625"; } .mdi-hexagon:before { content: "\F2D8"; } .mdi-hexagon-outline:before { content: "\F2D9"; } .mdi-highway:before { content: "\F5F7"; } .mdi-history:before { content: "\F2DA"; } .mdi-hololens:before { content: "\F2DB"; } .mdi-home:before { content: "\F2DC"; } .mdi-home-map-marker:before { content: "\F5F8"; } .mdi-home-modern:before { content: "\F2DD"; } .mdi-home-outline:before { content: "\F6A0"; } .mdi-home-variant:before { content: "\F2DE"; } .mdi-hops:before { content: "\F2DF"; } .mdi-hospital:before { content: "\F2E0"; } .mdi-hospital-building:before { content: "\F2E1"; } .mdi-hospital-marker:before { content: "\F2E2"; } .mdi-hotel:before { content: "\F2E3"; } .mdi-houzz:before { content: "\F2E4"; } .mdi-houzz-box:before { content: "\F2E5"; } .mdi-human:before { content: "\F2E6"; } .mdi-human-child:before { content: "\F2E7"; } .mdi-human-female:before { content: "\F649"; } .mdi-human-greeting:before { content: "\F64A"; } .mdi-human-handsdown:before { content: "\F64B"; } .mdi-human-handsup:before { content: "\F64C"; } .mdi-human-male:before { content: "\F64D"; } .mdi-human-male-female:before { content: "\F2E8"; } .mdi-human-pregnant:before { content: "\F5CF"; } .mdi-image:before { content: "\F2E9"; } .mdi-image-album:before { content: "\F2EA"; } .mdi-image-area:before { content: "\F2EB"; } .mdi-image-area-close:before { content: "\F2EC"; } .mdi-image-broken:before { content: "\F2ED"; } .mdi-image-broken-variant:before { content: "\F2EE"; } .mdi-image-filter:before { content: "\F2EF"; } .mdi-image-filter-black-white:before { content: "\F2F0"; } .mdi-image-filter-center-focus:before { content: "\F2F1"; } .mdi-image-filter-center-focus-weak:before { content: "\F2F2"; } .mdi-image-filter-drama:before { content: "\F2F3"; } .mdi-image-filter-frames:before { content: "\F2F4"; } .mdi-image-filter-hdr:before { content: "\F2F5"; } .mdi-image-filter-none:before { content: "\F2F6"; } .mdi-image-filter-tilt-shift:before { content: "\F2F7"; } .mdi-image-filter-vintage:before { content: "\F2F8"; } .mdi-image-multiple:before { content: "\F2F9"; } .mdi-import:before { content: "\F2FA"; } .mdi-inbox:before { content: "\F686"; } .mdi-inbox-arrow-down:before { content: "\F2FB"; } .mdi-inbox-arrow-up:before { content: "\F3D1"; } .mdi-incognito:before { content: "\F5F9"; } .mdi-information:before { content: "\F2FC"; } .mdi-information-outline:before { content: "\F2FD"; } .mdi-information-variant:before { content: "\F64E"; } .mdi-instagram:before { content: "\F2FE"; } .mdi-instapaper:before { content: "\F2FF"; } .mdi-internet-explorer:before { content: "\F300"; } .mdi-invert-colors:before { content: "\F301"; } .mdi-itunes:before { content: "\F676"; } .mdi-jeepney:before { content: "\F302"; } .mdi-jira:before { content: "\F303"; } .mdi-jsfiddle:before { content: "\F304"; } .mdi-json:before { content: "\F626"; } .mdi-keg:before { content: "\F305"; } .mdi-kettle:before { content: "\F5FA"; } .mdi-key:before { content: "\F306"; } .mdi-key-change:before { content: "\F307"; } .mdi-key-minus:before { content: "\F308"; } .mdi-key-plus:before { content: "\F309"; } .mdi-key-remove:before { content: "\F30A"; } .mdi-key-variant:before { content: "\F30B"; } .mdi-keyboard:before { content: "\F30C"; } .mdi-keyboard-backspace:before { content: "\F30D"; } .mdi-keyboard-caps:before { content: "\F30E"; } .mdi-keyboard-close:before { content: "\F30F"; } .mdi-keyboard-off:before { content: "\F310"; } .mdi-keyboard-return:before { content: "\F311"; } .mdi-keyboard-tab:before { content: "\F312"; } .mdi-keyboard-variant:before { content: "\F313"; } .mdi-kodi:before { content: "\F314"; } .mdi-label:before { content: "\F315"; } .mdi-label-outline:before { content: "\F316"; } .mdi-lambda:before { content: "\F627"; } .mdi-lamp:before { content: "\F6B4"; } .mdi-lan:before { content: "\F317"; } .mdi-lan-connect:before { content: "\F318"; } .mdi-lan-disconnect:before { content: "\F319"; } .mdi-lan-pending:before { content: "\F31A"; } .mdi-language-c:before { content: "\F671"; } .mdi-language-cpp:before { content: "\F672"; } .mdi-language-csharp:before { content: "\F31B"; } .mdi-language-css3:before { content: "\F31C"; } .mdi-language-html5:before { content: "\F31D"; } .mdi-language-javascript:before { content: "\F31E"; } .mdi-language-php:before { content: "\F31F"; } .mdi-language-python:before { content: "\F320"; } .mdi-language-python-text:before { content: "\F321"; } .mdi-laptop:before { content: "\F322"; } .mdi-laptop-chromebook:before { content: "\F323"; } .mdi-laptop-mac:before { content: "\F324"; } .mdi-laptop-windows:before { content: "\F325"; } .mdi-lastfm:before { content: "\F326"; } .mdi-launch:before { content: "\F327"; } .mdi-layers:before { content: "\F328"; } .mdi-layers-off:before { content: "\F329"; } .mdi-lead-pencil:before { content: "\F64F"; } .mdi-leaf:before { content: "\F32A"; } .mdi-led-off:before { content: "\F32B"; } .mdi-led-on:before { content: "\F32C"; } .mdi-led-outline:before { content: "\F32D"; } .mdi-led-variant-off:before { content: "\F32E"; } .mdi-led-variant-on:before { content: "\F32F"; } .mdi-led-variant-outline:before { content: "\F330"; } .mdi-library:before { content: "\F331"; } .mdi-library-books:before { content: "\F332"; } .mdi-library-music:before { content: "\F333"; } .mdi-library-plus:before { content: "\F334"; } .mdi-lightbulb:before { content: "\F335"; } .mdi-lightbulb-outline:before { content: "\F336"; } .mdi-link:before { content: "\F337"; } .mdi-link-off:before { content: "\F338"; } .mdi-link-variant:before { content: "\F339"; } .mdi-link-variant-off:before { content: "\F33A"; } .mdi-linkedin:before { content: "\F33B"; } .mdi-linkedin-box:before { content: "\F33C"; } .mdi-linux:before { content: "\F33D"; } .mdi-lock:before { content: "\F33E"; } .mdi-lock-open:before { content: "\F33F"; } .mdi-lock-open-outline:before { content: "\F340"; } .mdi-lock-outline:before { content: "\F341"; } .mdi-lock-plus:before { content: "\F5FB"; } .mdi-login:before { content: "\F342"; } .mdi-login-variant:before { content: "\F5FC"; } .mdi-logout:before { content: "\F343"; } .mdi-logout-variant:before { content: "\F5FD"; } .mdi-looks:before { content: "\F344"; } .mdi-loupe:before { content: "\F345"; } .mdi-lumx:before { content: "\F346"; } .mdi-magnet:before { content: "\F347"; } .mdi-magnet-on:before { content: "\F348"; } .mdi-magnify:before { content: "\F349"; } .mdi-magnify-minus:before { content: "\F34A"; } .mdi-magnify-plus:before { content: "\F34B"; } .mdi-mail-ru:before { content: "\F34C"; } .mdi-map:before { content: "\F34D"; } .mdi-map-marker:before { content: "\F34E"; } .mdi-map-marker-circle:before { content: "\F34F"; } .mdi-map-marker-minus:before { content: "\F650"; } .mdi-map-marker-multiple:before { content: "\F350"; } .mdi-map-marker-off:before { content: "\F351"; } .mdi-map-marker-plus:before { content: "\F651"; } .mdi-map-marker-radius:before { content: "\F352"; } .mdi-margin:before { content: "\F353"; } .mdi-markdown:before { content: "\F354"; } .mdi-marker:before { content: "\F652"; } .mdi-marker-check:before { content: "\F355"; } .mdi-martini:before { content: "\F356"; } .mdi-material-ui:before { content: "\F357"; } .mdi-math-compass:before { content: "\F358"; } .mdi-matrix:before { content: "\F628"; } .mdi-maxcdn:before { content: "\F359"; } .mdi-medium:before { content: "\F35A"; } .mdi-memory:before { content: "\F35B"; } .mdi-menu:before { content: "\F35C"; } .mdi-menu-down:before { content: "\F35D"; } .mdi-menu-down-outline:before { content: "\F6B5"; } .mdi-menu-left:before { content: "\F35E"; } .mdi-menu-right:before { content: "\F35F"; } .mdi-menu-up:before { content: "\F360"; } .mdi-menu-up-outline:before { content: "\F6B6"; } .mdi-message:before { content: "\F361"; } .mdi-message-alert:before { content: "\F362"; } .mdi-message-bulleted:before { content: "\F6A1"; } .mdi-message-bulleted-off:before { content: "\F6A2"; } .mdi-message-draw:before { content: "\F363"; } .mdi-message-image:before { content: "\F364"; } .mdi-message-outline:before { content: "\F365"; } .mdi-message-plus:before { content: "\F653"; } .mdi-message-processing:before { content: "\F366"; } .mdi-message-reply:before { content: "\F367"; } .mdi-message-reply-text:before { content: "\F368"; } .mdi-message-text:before { content: "\F369"; } .mdi-message-text-outline:before { content: "\F36A"; } .mdi-message-video:before { content: "\F36B"; } .mdi-meteor:before { content: "\F629"; } .mdi-microphone:before { content: "\F36C"; } .mdi-microphone-off:before { content: "\F36D"; } .mdi-microphone-outline:before { content: "\F36E"; } .mdi-microphone-settings:before { content: "\F36F"; } .mdi-microphone-variant:before { content: "\F370"; } .mdi-microphone-variant-off:before { content: "\F371"; } .mdi-microscope:before { content: "\F654"; } .mdi-microsoft:before { content: "\F372"; } .mdi-minecraft:before { content: "\F373"; } .mdi-minus:before { content: "\F374"; } .mdi-minus-box:before { content: "\F375"; } .mdi-minus-circle:before { content: "\F376"; } .mdi-minus-circle-outline:before { content: "\F377"; } .mdi-minus-network:before { content: "\F378"; } .mdi-mixcloud:before { content: "\F62A"; } .mdi-monitor:before { content: "\F379"; } .mdi-monitor-multiple:before { content: "\F37A"; } .mdi-more:before { content: "\F37B"; } .mdi-motorbike:before { content: "\F37C"; } .mdi-mouse:before { content: "\F37D"; } .mdi-mouse-off:before { content: "\F37E"; } .mdi-mouse-variant:before { content: "\F37F"; } .mdi-mouse-variant-off:before { content: "\F380"; } .mdi-move-resize:before { content: "\F655"; } .mdi-move-resize-variant:before { content: "\F656"; } .mdi-movie:before { content: "\F381"; } .mdi-multiplication:before { content: "\F382"; } .mdi-multiplication-box:before { content: "\F383"; } .mdi-music-box:before { content: "\F384"; } .mdi-music-box-outline:before { content: "\F385"; } .mdi-music-circle:before { content: "\F386"; } .mdi-music-note:before { content: "\F387"; } .mdi-music-note-bluetooth:before { content: "\F5FE"; } .mdi-music-note-bluetooth-off:before { content: "\F5FF"; } .mdi-music-note-eighth:before { content: "\F388"; } .mdi-music-note-half:before { content: "\F389"; } .mdi-music-note-off:before { content: "\F38A"; } .mdi-music-note-quarter:before { content: "\F38B"; } .mdi-music-note-sixteenth:before { content: "\F38C"; } .mdi-music-note-whole:before { content: "\F38D"; } .mdi-nature:before { content: "\F38E"; } .mdi-nature-people:before { content: "\F38F"; } .mdi-navigation:before { content: "\F390"; } .mdi-near-me:before { content: "\F5CD"; } .mdi-needle:before { content: "\F391"; } .mdi-nest-protect:before { content: "\F392"; } .mdi-nest-thermostat:before { content: "\F393"; } .mdi-new-box:before { content: "\F394"; } .mdi-newspaper:before { content: "\F395"; } .mdi-nfc:before { content: "\F396"; } .mdi-nfc-tap:before { content: "\F397"; } .mdi-nfc-variant:before { content: "\F398"; } .mdi-nodejs:before { content: "\F399"; } .mdi-note:before { content: "\F39A"; } .mdi-note-multiple:before { content: "\F6B7"; } .mdi-note-multiple-outline:before { content: "\F6B8"; } .mdi-note-outline:before { content: "\F39B"; } .mdi-note-plus:before { content: "\F39C"; } .mdi-note-plus-outline:before { content: "\F39D"; } .mdi-note-text:before { content: "\F39E"; } .mdi-notification-clear-all:before { content: "\F39F"; } .mdi-nuke:before { content: "\F6A3"; } .mdi-numeric:before { content: "\F3A0"; } .mdi-numeric-0-box:before { content: "\F3A1"; } .mdi-numeric-0-box-multiple-outline:before { content: "\F3A2"; } .mdi-numeric-0-box-outline:before { content: "\F3A3"; } .mdi-numeric-1-box:before { content: "\F3A4"; } .mdi-numeric-1-box-multiple-outline:before { content: "\F3A5"; } .mdi-numeric-1-box-outline:before { content: "\F3A6"; } .mdi-numeric-2-box:before { content: "\F3A7"; } .mdi-numeric-2-box-multiple-outline:before { content: "\F3A8"; } .mdi-numeric-2-box-outline:before { content: "\F3A9"; } .mdi-numeric-3-box:before { content: "\F3AA"; } .mdi-numeric-3-box-multiple-outline:before { content: "\F3AB"; } .mdi-numeric-3-box-outline:before { content: "\F3AC"; } .mdi-numeric-4-box:before { content: "\F3AD"; } .mdi-numeric-4-box-multiple-outline:before { content: "\F3AE"; } .mdi-numeric-4-box-outline:before { content: "\F3AF"; } .mdi-numeric-5-box:before { content: "\F3B0"; } .mdi-numeric-5-box-multiple-outline:before { content: "\F3B1"; } .mdi-numeric-5-box-outline:before { content: "\F3B2"; } .mdi-numeric-6-box:before { content: "\F3B3"; } .mdi-numeric-6-box-multiple-outline:before { content: "\F3B4"; } .mdi-numeric-6-box-outline:before { content: "\F3B5"; } .mdi-numeric-7-box:before { content: "\F3B6"; } .mdi-numeric-7-box-multiple-outline:before { content: "\F3B7"; } .mdi-numeric-7-box-outline:before { content: "\F3B8"; } .mdi-numeric-8-box:before { content: "\F3B9"; } .mdi-numeric-8-box-multiple-outline:before { content: "\F3BA"; } .mdi-numeric-8-box-outline:before { content: "\F3BB"; } .mdi-numeric-9-box:before { content: "\F3BC"; } .mdi-numeric-9-box-multiple-outline:before { content: "\F3BD"; } .mdi-numeric-9-box-outline:before { content: "\F3BE"; } .mdi-numeric-9-plus-box:before { content: "\F3BF"; } .mdi-numeric-9-plus-box-multiple-outline:before { content: "\F3C0"; } .mdi-numeric-9-plus-box-outline:before { content: "\F3C1"; } .mdi-nutrition:before { content: "\F3C2"; } .mdi-oar:before { content: "\F67B"; } .mdi-octagon:before { content: "\F3C3"; } .mdi-octagon-outline:before { content: "\F3C4"; } .mdi-odnoklassniki:before { content: "\F3C5"; } .mdi-office:before { content: "\F3C6"; } .mdi-oil:before { content: "\F3C7"; } .mdi-oil-temperature:before { content: "\F3C8"; } .mdi-omega:before { content: "\F3C9"; } .mdi-onedrive:before { content: "\F3CA"; } .mdi-opacity:before { content: "\F5CC"; } .mdi-open-in-app:before { content: "\F3CB"; } .mdi-open-in-new:before { content: "\F3CC"; } .mdi-openid:before { content: "\F3CD"; } .mdi-opera:before { content: "\F3CE"; } .mdi-ornament:before { content: "\F3CF"; } .mdi-ornament-variant:before { content: "\F3D0"; } .mdi-owl:before { content: "\F3D2"; } .mdi-package:before { content: "\F3D3"; } .mdi-package-down:before { content: "\F3D4"; } .mdi-package-up:before { content: "\F3D5"; } .mdi-package-variant:before { content: "\F3D6"; } .mdi-package-variant-closed:before { content: "\F3D7"; } .mdi-page-first:before { content: "\F600"; } .mdi-page-last:before { content: "\F601"; } .mdi-palette:before { content: "\F3D8"; } .mdi-palette-advanced:before { content: "\F3D9"; } .mdi-panda:before { content: "\F3DA"; } .mdi-pandora:before { content: "\F3DB"; } .mdi-panorama:before { content: "\F3DC"; } .mdi-panorama-fisheye:before { content: "\F3DD"; } .mdi-panorama-horizontal:before { content: "\F3DE"; } .mdi-panorama-vertical:before { content: "\F3DF"; } .mdi-panorama-wide-angle:before { content: "\F3E0"; } .mdi-paper-cut-vertical:before { content: "\F3E1"; } .mdi-paperclip:before { content: "\F3E2"; } .mdi-parking:before { content: "\F3E3"; } .mdi-pause:before { content: "\F3E4"; } .mdi-pause-circle:before { content: "\F3E5"; } .mdi-pause-circle-outline:before { content: "\F3E6"; } .mdi-pause-octagon:before { content: "\F3E7"; } .mdi-pause-octagon-outline:before { content: "\F3E8"; } .mdi-paw:before { content: "\F3E9"; } .mdi-paw-off:before { content: "\F657"; } .mdi-pen:before { content: "\F3EA"; } .mdi-pencil:before { content: "\F3EB"; } .mdi-pencil-box:before { content: "\F3EC"; } .mdi-pencil-box-outline:before { content: "\F3ED"; } .mdi-pencil-lock:before { content: "\F3EE"; } .mdi-pencil-off:before { content: "\F3EF"; } .mdi-percent:before { content: "\F3F0"; } .mdi-pharmacy:before { content: "\F3F1"; } .mdi-phone:before { content: "\F3F2"; } .mdi-phone-bluetooth:before { content: "\F3F3"; } .mdi-phone-classic:before { content: "\F602"; } .mdi-phone-forward:before { content: "\F3F4"; } .mdi-phone-hangup:before { content: "\F3F5"; } .mdi-phone-in-talk:before { content: "\F3F6"; } .mdi-phone-incoming:before { content: "\F3F7"; } .mdi-phone-locked:before { content: "\F3F8"; } .mdi-phone-log:before { content: "\F3F9"; } .mdi-phone-minus:before { content: "\F658"; } .mdi-phone-missed:before { content: "\F3FA"; } .mdi-phone-outgoing:before { content: "\F3FB"; } .mdi-phone-paused:before { content: "\F3FC"; } .mdi-phone-plus:before { content: "\F659"; } .mdi-phone-settings:before { content: "\F3FD"; } .mdi-phone-voip:before { content: "\F3FE"; } .mdi-pi:before { content: "\F3FF"; } .mdi-pi-box:before { content: "\F400"; } .mdi-piano:before { content: "\F67C"; } .mdi-pig:before { content: "\F401"; } .mdi-pill:before { content: "\F402"; } .mdi-pin:before { content: "\F403"; } .mdi-pin-off:before { content: "\F404"; } .mdi-pine-tree:before { content: "\F405"; } .mdi-pine-tree-box:before { content: "\F406"; } .mdi-pinterest:before { content: "\F407"; } .mdi-pinterest-box:before { content: "\F408"; } .mdi-pizza:before { content: "\F409"; } .mdi-plane-shield:before { content: "\F6BA"; } .mdi-play:before { content: "\F40A"; } .mdi-play-box-outline:before { content: "\F40B"; } .mdi-play-circle:before { content: "\F40C"; } .mdi-play-circle-outline:before { content: "\F40D"; } .mdi-play-pause:before { content: "\F40E"; } .mdi-play-protected-content:before { content: "\F40F"; } .mdi-playlist-check:before { content: "\F5C7"; } .mdi-playlist-minus:before { content: "\F410"; } .mdi-playlist-play:before { content: "\F411"; } .mdi-playlist-plus:before { content: "\F412"; } .mdi-playlist-remove:before { content: "\F413"; } .mdi-playstation:before { content: "\F414"; } .mdi-plex:before { content: "\F6B9"; } .mdi-plus:before { content: "\F415"; } .mdi-plus-box:before { content: "\F416"; } .mdi-plus-circle:before { content: "\F417"; } .mdi-plus-circle-multiple-outline:before { content: "\F418"; } .mdi-plus-circle-outline:before { content: "\F419"; } .mdi-plus-network:before { content: "\F41A"; } .mdi-plus-one:before { content: "\F41B"; } .mdi-pocket:before { content: "\F41C"; } .mdi-pokeball:before { content: "\F41D"; } .mdi-polaroid:before { content: "\F41E"; } .mdi-poll:before { content: "\F41F"; } .mdi-poll-box:before { content: "\F420"; } .mdi-polymer:before { content: "\F421"; } .mdi-pool:before { content: "\F606"; } .mdi-popcorn:before { content: "\F422"; } .mdi-pot:before { content: "\F65A"; } .mdi-pot-mix:before { content: "\F65B"; } .mdi-pound:before { content: "\F423"; } .mdi-pound-box:before { content: "\F424"; } .mdi-power:before { content: "\F425"; } .mdi-power-plug:before { content: "\F6A4"; } .mdi-power-plug-off:before { content: "\F6A5"; } .mdi-power-settings:before { content: "\F426"; } .mdi-power-socket:before { content: "\F427"; } .mdi-presentation:before { content: "\F428"; } .mdi-presentation-play:before { content: "\F429"; } .mdi-printer:before { content: "\F42A"; } .mdi-printer-3d:before { content: "\F42B"; } .mdi-printer-alert:before { content: "\F42C"; } .mdi-priority-high:before { content: "\F603"; } .mdi-priority-low:before { content: "\F604"; } .mdi-professional-hexagon:before { content: "\F42D"; } .mdi-projector:before { content: "\F42E"; } .mdi-projector-screen:before { content: "\F42F"; } .mdi-publish:before { content: "\F6A6"; } .mdi-pulse:before { content: "\F430"; } .mdi-puzzle:before { content: "\F431"; } .mdi-qqchat:before { content: "\F605"; } .mdi-qrcode:before { content: "\F432"; } .mdi-qrcode-scan:before { content: "\F433"; } .mdi-quadcopter:before { content: "\F434"; } .mdi-quality-high:before { content: "\F435"; } .mdi-quicktime:before { content: "\F436"; } .mdi-radar:before { content: "\F437"; } .mdi-radiator:before { content: "\F438"; } .mdi-radio:before { content: "\F439"; } .mdi-radio-handheld:before { content: "\F43A"; } .mdi-radio-tower:before { content: "\F43B"; } .mdi-radioactive:before { content: "\F43C"; } .mdi-radiobox-blank:before { content: "\F43D"; } .mdi-radiobox-marked:before { content: "\F43E"; } .mdi-raspberrypi:before { content: "\F43F"; } .mdi-ray-end:before { content: "\F440"; } .mdi-ray-end-arrow:before { content: "\F441"; } .mdi-ray-start:before { content: "\F442"; } .mdi-ray-start-arrow:before { content: "\F443"; } .mdi-ray-start-end:before { content: "\F444"; } .mdi-ray-vertex:before { content: "\F445"; } .mdi-rdio:before { content: "\F446"; } .mdi-read:before { content: "\F447"; } .mdi-readability:before { content: "\F448"; } .mdi-receipt:before { content: "\F449"; } .mdi-record:before { content: "\F44A"; } .mdi-record-rec:before { content: "\F44B"; } .mdi-recycle:before { content: "\F44C"; } .mdi-reddit:before { content: "\F44D"; } .mdi-redo:before { content: "\F44E"; } .mdi-redo-variant:before { content: "\F44F"; } .mdi-refresh:before { content: "\F450"; } .mdi-regex:before { content: "\F451"; } .mdi-relative-scale:before { content: "\F452"; } .mdi-reload:before { content: "\F453"; } .mdi-remote:before { content: "\F454"; } .mdi-rename-box:before { content: "\F455"; } .mdi-reorder-horizontal:before { content: "\F687"; } .mdi-reorder-vertical:before { content: "\F688"; } .mdi-repeat:before { content: "\F456"; } .mdi-repeat-off:before { content: "\F457"; } .mdi-repeat-once:before { content: "\F458"; } .mdi-replay:before { content: "\F459"; } .mdi-reply:before { content: "\F45A"; } .mdi-reply-all:before { content: "\F45B"; } .mdi-reproduction:before { content: "\F45C"; } .mdi-resize-bottom-right:before { content: "\F45D"; } .mdi-responsive:before { content: "\F45E"; } .mdi-restore:before { content: "\F6A7"; } .mdi-rewind:before { content: "\F45F"; } .mdi-ribbon:before { content: "\F460"; } .mdi-road:before { content: "\F461"; } .mdi-road-variant:before { content: "\F462"; } .mdi-robot:before { content: "\F6A8"; } .mdi-rocket:before { content: "\F463"; } .mdi-rotate-3d:before { content: "\F464"; } .mdi-rotate-90:before { content: "\F6A9"; } .mdi-rotate-left:before { content: "\F465"; } .mdi-rotate-left-variant:before { content: "\F466"; } .mdi-rotate-right:before { content: "\F467"; } .mdi-rotate-right-variant:before { content: "\F468"; } .mdi-rounded-corner:before { content: "\F607"; } .mdi-router-wireless:before { content: "\F469"; } .mdi-routes:before { content: "\F46A"; } .mdi-rowing:before { content: "\F608"; } .mdi-rss:before { content: "\F46B"; } .mdi-rss-box:before { content: "\F46C"; } .mdi-ruler:before { content: "\F46D"; } .mdi-run:before { content: "\F46E"; } .mdi-sale:before { content: "\F46F"; } .mdi-satellite:before { content: "\F470"; } .mdi-satellite-variant:before { content: "\F471"; } .mdi-saxophone:before { content: "\F609"; } .mdi-scale:before { content: "\F472"; } .mdi-scale-balance:before { content: "\F5D1"; } .mdi-scale-bathroom:before { content: "\F473"; } .mdi-scanner:before { content: "\F6AA"; } .mdi-school:before { content: "\F474"; } .mdi-screen-rotation:before { content: "\F475"; } .mdi-screen-rotation-lock:before { content: "\F476"; } .mdi-screwdriver:before { content: "\F477"; } .mdi-script:before { content: "\F478"; } .mdi-sd:before { content: "\F479"; } .mdi-seal:before { content: "\F47A"; } .mdi-seat-flat:before { content: "\F47B"; } .mdi-seat-flat-angled:before { content: "\F47C"; } .mdi-seat-individual-suite:before { content: "\F47D"; } .mdi-seat-legroom-extra:before { content: "\F47E"; } .mdi-seat-legroom-normal:before { content: "\F47F"; } .mdi-seat-legroom-reduced:before { content: "\F480"; } .mdi-seat-recline-extra:before { content: "\F481"; } .mdi-seat-recline-normal:before { content: "\F482"; } .mdi-security:before { content: "\F483"; } .mdi-security-home:before { content: "\F689"; } .mdi-security-network:before { content: "\F484"; } .mdi-select:before { content: "\F485"; } .mdi-select-all:before { content: "\F486"; } .mdi-select-inverse:before { content: "\F487"; } .mdi-select-off:before { content: "\F488"; } .mdi-selection:before { content: "\F489"; } .mdi-send:before { content: "\F48A"; } .mdi-serial-port:before { content: "\F65C"; } .mdi-server:before { content: "\F48B"; } .mdi-server-minus:before { content: "\F48C"; } .mdi-server-network:before { content: "\F48D"; } .mdi-server-network-off:before { content: "\F48E"; } .mdi-server-off:before { content: "\F48F"; } .mdi-server-plus:before { content: "\F490"; } .mdi-server-remove:before { content: "\F491"; } .mdi-server-security:before { content: "\F492"; } .mdi-settings:before { content: "\F493"; } .mdi-settings-box:before { content: "\F494"; } .mdi-shape-circle-plus:before { content: "\F65D"; } .mdi-shape-plus:before { content: "\F495"; } .mdi-shape-polygon-plus:before { content: "\F65E"; } .mdi-shape-rectangle-plus:before { content: "\F65F"; } .mdi-shape-square-plus:before { content: "\F660"; } .mdi-share:before { content: "\F496"; } .mdi-share-variant:before { content: "\F497"; } .mdi-shield:before { content: "\F498"; } .mdi-shield-outline:before { content: "\F499"; } .mdi-shopping:before { content: "\F49A"; } .mdi-shopping-music:before { content: "\F49B"; } .mdi-shredder:before { content: "\F49C"; } .mdi-shuffle:before { content: "\F49D"; } .mdi-shuffle-disabled:before { content: "\F49E"; } .mdi-shuffle-variant:before { content: "\F49F"; } .mdi-sigma:before { content: "\F4A0"; } .mdi-sigma-lower:before { content: "\F62B"; } .mdi-sign-caution:before { content: "\F4A1"; } .mdi-signal:before { content: "\F4A2"; } .mdi-signal-variant:before { content: "\F60A"; } .mdi-silverware:before { content: "\F4A3"; } .mdi-silverware-fork:before { content: "\F4A4"; } .mdi-silverware-spoon:before { content: "\F4A5"; } .mdi-silverware-variant:before { content: "\F4A6"; } .mdi-sim:before { content: "\F4A7"; } .mdi-sim-alert:before { content: "\F4A8"; } .mdi-sim-off:before { content: "\F4A9"; } .mdi-sitemap:before { content: "\F4AA"; } .mdi-skip-backward:before { content: "\F4AB"; } .mdi-skip-forward:before { content: "\F4AC"; } .mdi-skip-next:before { content: "\F4AD"; } .mdi-skip-next-circle:before { content: "\F661"; } .mdi-skip-next-circle-outline:before { content: "\F662"; } .mdi-skip-previous:before { content: "\F4AE"; } .mdi-skip-previous-circle:before { content: "\F663"; } .mdi-skip-previous-circle-outline:before { content: "\F664"; } .mdi-skull:before { content: "\F68B"; } .mdi-skype:before { content: "\F4AF"; } .mdi-skype-business:before { content: "\F4B0"; } .mdi-slack:before { content: "\F4B1"; } .mdi-sleep:before { content: "\F4B2"; } .mdi-sleep-off:before { content: "\F4B3"; } .mdi-smoking:before { content: "\F4B4"; } .mdi-smoking-off:before { content: "\F4B5"; } .mdi-snapchat:before { content: "\F4B6"; } .mdi-snowman:before { content: "\F4B7"; } .mdi-soccer:before { content: "\F4B8"; } .mdi-sofa:before { content: "\F4B9"; } .mdi-solid:before { content: "\F68C"; } .mdi-sort:before { content: "\F4BA"; } .mdi-sort-alphabetical:before { content: "\F4BB"; } .mdi-sort-ascending:before { content: "\F4BC"; } .mdi-sort-descending:before { content: "\F4BD"; } .mdi-sort-numeric:before { content: "\F4BE"; } .mdi-sort-variant:before { content: "\F4BF"; } .mdi-soundcloud:before { content: "\F4C0"; } .mdi-source-branch:before { content: "\F62C"; } .mdi-source-fork:before { content: "\F4C1"; } .mdi-source-merge:before { content: "\F62D"; } .mdi-source-pull:before { content: "\F4C2"; } .mdi-speaker:before { content: "\F4C3"; } .mdi-speaker-off:before { content: "\F4C4"; } .mdi-speedometer:before { content: "\F4C5"; } .mdi-spellcheck:before { content: "\F4C6"; } .mdi-spotify:before { content: "\F4C7"; } .mdi-spotlight:before { content: "\F4C8"; } .mdi-spotlight-beam:before { content: "\F4C9"; } .mdi-spray:before { content: "\F665"; } .mdi-square-inc:before { content: "\F4CA"; } .mdi-square-inc-cash:before { content: "\F4CB"; } .mdi-stackexchange:before { content: "\F60B"; } .mdi-stackoverflow:before { content: "\F4CC"; } .mdi-stairs:before { content: "\F4CD"; } .mdi-star:before { content: "\F4CE"; } .mdi-star-circle:before { content: "\F4CF"; } .mdi-star-half:before { content: "\F4D0"; } .mdi-star-off:before { content: "\F4D1"; } .mdi-star-outline:before { content: "\F4D2"; } .mdi-steam:before { content: "\F4D3"; } .mdi-steering:before { content: "\F4D4"; } .mdi-step-backward:before { content: "\F4D5"; } .mdi-step-backward-2:before { content: "\F4D6"; } .mdi-step-forward:before { content: "\F4D7"; } .mdi-step-forward-2:before { content: "\F4D8"; } .mdi-stethoscope:before { content: "\F4D9"; } .mdi-sticker:before { content: "\F5D0"; } .mdi-stocking:before { content: "\F4DA"; } .mdi-stop:before { content: "\F4DB"; } .mdi-stop-circle:before { content: "\F666"; } .mdi-stop-circle-outline:before { content: "\F667"; } .mdi-store:before { content: "\F4DC"; } .mdi-store-24-hour:before { content: "\F4DD"; } .mdi-stove:before { content: "\F4DE"; } .mdi-subdirectory-arrow-left:before { content: "\F60C"; } .mdi-subdirectory-arrow-right:before { content: "\F60D"; } .mdi-subway:before { content: "\F6AB"; } .mdi-subway-variant:before { content: "\F4DF"; } .mdi-sunglasses:before { content: "\F4E0"; } .mdi-surround-sound:before { content: "\F5C5"; } .mdi-swap-horizontal:before { content: "\F4E1"; } .mdi-swap-vertical:before { content: "\F4E2"; } .mdi-swim:before { content: "\F4E3"; } .mdi-switch:before { content: "\F4E4"; } .mdi-sword:before { content: "\F4E5"; } .mdi-sync:before { content: "\F4E6"; } .mdi-sync-alert:before { content: "\F4E7"; } .mdi-sync-off:before { content: "\F4E8"; } .mdi-tab:before { content: "\F4E9"; } .mdi-tab-unselected:before { content: "\F4EA"; } .mdi-table:before { content: "\F4EB"; } .mdi-table-column-plus-after:before { content: "\F4EC"; } .mdi-table-column-plus-before:before { content: "\F4ED"; } .mdi-table-column-remove:before { content: "\F4EE"; } .mdi-table-column-width:before { content: "\F4EF"; } .mdi-table-edit:before { content: "\F4F0"; } .mdi-table-large:before { content: "\F4F1"; } .mdi-table-row-height:before { content: "\F4F2"; } .mdi-table-row-plus-after:before { content: "\F4F3"; } .mdi-table-row-plus-before:before { content: "\F4F4"; } .mdi-table-row-remove:before { content: "\F4F5"; } .mdi-tablet:before { content: "\F4F6"; } .mdi-tablet-android:before { content: "\F4F7"; } .mdi-tablet-ipad:before { content: "\F4F8"; } .mdi-tag:before { content: "\F4F9"; } .mdi-tag-faces:before { content: "\F4FA"; } .mdi-tag-heart:before { content: "\F68A"; } .mdi-tag-multiple:before { content: "\F4FB"; } .mdi-tag-outline:before { content: "\F4FC"; } .mdi-tag-text-outline:before { content: "\F4FD"; } .mdi-target:before { content: "\F4FE"; } .mdi-taxi:before { content: "\F4FF"; } .mdi-teamviewer:before { content: "\F500"; } .mdi-telegram:before { content: "\F501"; } .mdi-television:before { content: "\F502"; } .mdi-television-guide:before { content: "\F503"; } .mdi-temperature-celsius:before { content: "\F504"; } .mdi-temperature-fahrenheit:before { content: "\F505"; } .mdi-temperature-kelvin:before { content: "\F506"; } .mdi-tennis:before { content: "\F507"; } .mdi-tent:before { content: "\F508"; } .mdi-terrain:before { content: "\F509"; } .mdi-test-tube:before { content: "\F668"; } .mdi-text-shadow:before { content: "\F669"; } .mdi-text-to-speech:before { content: "\F50A"; } .mdi-text-to-speech-off:before { content: "\F50B"; } .mdi-textbox:before { content: "\F60E"; } .mdi-texture:before { content: "\F50C"; } .mdi-theater:before { content: "\F50D"; } .mdi-theme-light-dark:before { content: "\F50E"; } .mdi-thermometer:before { content: "\F50F"; } .mdi-thermometer-lines:before { content: "\F510"; } .mdi-thumb-down:before { content: "\F511"; } .mdi-thumb-down-outline:before { content: "\F512"; } .mdi-thumb-up:before { content: "\F513"; } .mdi-thumb-up-outline:before { content: "\F514"; } .mdi-thumbs-up-down:before { content: "\F515"; } .mdi-ticket:before { content: "\F516"; } .mdi-ticket-account:before { content: "\F517"; } .mdi-ticket-confirmation:before { content: "\F518"; } .mdi-tie:before { content: "\F519"; } .mdi-timelapse:before { content: "\F51A"; } .mdi-timer:before { content: "\F51B"; } .mdi-timer-10:before { content: "\F51C"; } .mdi-timer-3:before { content: "\F51D"; } .mdi-timer-off:before { content: "\F51E"; } .mdi-timer-sand:before { content: "\F51F"; } .mdi-timer-sand-empty:before { content: "\F6AC"; } .mdi-timetable:before { content: "\F520"; } .mdi-toggle-switch:before { content: "\F521"; } .mdi-toggle-switch-off:before { content: "\F522"; } .mdi-tooltip:before { content: "\F523"; } .mdi-tooltip-edit:before { content: "\F524"; } .mdi-tooltip-image:before { content: "\F525"; } .mdi-tooltip-outline:before { content: "\F526"; } .mdi-tooltip-outline-plus:before { content: "\F527"; } .mdi-tooltip-text:before { content: "\F528"; } .mdi-tooth:before { content: "\F529"; } .mdi-tor:before { content: "\F52A"; } .mdi-tower-beach:before { content: "\F680"; } .mdi-tower-fire:before { content: "\F681"; } .mdi-traffic-light:before { content: "\F52B"; } .mdi-train:before { content: "\F52C"; } .mdi-tram:before { content: "\F52D"; } .mdi-transcribe:before { content: "\F52E"; } .mdi-transcribe-close:before { content: "\F52F"; } .mdi-transfer:before { content: "\F530"; } .mdi-transit-transfer:before { content: "\F6AD"; } .mdi-translate:before { content: "\F5CA"; } .mdi-tree:before { content: "\F531"; } .mdi-trello:before { content: "\F532"; } .mdi-trending-down:before { content: "\F533"; } .mdi-trending-neutral:before { content: "\F534"; } .mdi-trending-up:before { content: "\F535"; } .mdi-triangle:before { content: "\F536"; } .mdi-triangle-outline:before { content: "\F537"; } .mdi-trophy:before { content: "\F538"; } .mdi-trophy-award:before { content: "\F539"; } .mdi-trophy-outline:before { content: "\F53A"; } .mdi-trophy-variant:before { content: "\F53B"; } .mdi-trophy-variant-outline:before { content: "\F53C"; } .mdi-truck:before { content: "\F53D"; } .mdi-truck-delivery:before { content: "\F53E"; } .mdi-tshirt-crew:before { content: "\F53F"; } .mdi-tshirt-v:before { content: "\F540"; } .mdi-tumblr:before { content: "\F541"; } .mdi-tumblr-reblog:before { content: "\F542"; } .mdi-tune:before { content: "\F62E"; } .mdi-tune-vertical:before { content: "\F66A"; } .mdi-twitch:before { content: "\F543"; } .mdi-twitter:before { content: "\F544"; } .mdi-twitter-box:before { content: "\F545"; } .mdi-twitter-circle:before { content: "\F546"; } .mdi-twitter-retweet:before { content: "\F547"; } .mdi-ubuntu:before { content: "\F548"; } .mdi-umbraco:before { content: "\F549"; } .mdi-umbrella:before { content: "\F54A"; } .mdi-umbrella-outline:before { content: "\F54B"; } .mdi-undo:before { content: "\F54C"; } .mdi-undo-variant:before { content: "\F54D"; } .mdi-unfold-less:before { content: "\F54E"; } .mdi-unfold-more:before { content: "\F54F"; } .mdi-ungroup:before { content: "\F550"; } .mdi-unity:before { content: "\F6AE"; } .mdi-untappd:before { content: "\F551"; } .mdi-update:before { content: "\F6AF"; } .mdi-upload:before { content: "\F552"; } .mdi-usb:before { content: "\F553"; } .mdi-vector-arrange-above:before { content: "\F554"; } .mdi-vector-arrange-below:before { content: "\F555"; } .mdi-vector-circle:before { content: "\F556"; } .mdi-vector-circle-variant:before { content: "\F557"; } .mdi-vector-combine:before { content: "\F558"; } .mdi-vector-curve:before { content: "\F559"; } .mdi-vector-difference:before { content: "\F55A"; } .mdi-vector-difference-ab:before { content: "\F55B"; } .mdi-vector-difference-ba:before { content: "\F55C"; } .mdi-vector-intersection:before { content: "\F55D"; } .mdi-vector-line:before { content: "\F55E"; } .mdi-vector-point:before { content: "\F55F"; } .mdi-vector-polygon:before { content: "\F560"; } .mdi-vector-polyline:before { content: "\F561"; } .mdi-vector-rectangle:before { content: "\F5C6"; } .mdi-vector-selection:before { content: "\F562"; } .mdi-vector-square:before { content: "\F001"; } .mdi-vector-triangle:before { content: "\F563"; } .mdi-vector-union:before { content: "\F564"; } .mdi-verified:before { content: "\F565"; } .mdi-vibrate:before { content: "\F566"; } .mdi-video:before { content: "\F567"; } .mdi-video-off:before { content: "\F568"; } .mdi-video-switch:before { content: "\F569"; } .mdi-view-agenda:before { content: "\F56A"; } .mdi-view-array:before { content: "\F56B"; } .mdi-view-carousel:before { content: "\F56C"; } .mdi-view-column:before { content: "\F56D"; } .mdi-view-dashboard:before { content: "\F56E"; } .mdi-view-day:before { content: "\F56F"; } .mdi-view-grid:before { content: "\F570"; } .mdi-view-headline:before { content: "\F571"; } .mdi-view-list:before { content: "\F572"; } .mdi-view-module:before { content: "\F573"; } .mdi-view-quilt:before { content: "\F574"; } .mdi-view-stream:before { content: "\F575"; } .mdi-view-week:before { content: "\F576"; } .mdi-vimeo:before { content: "\F577"; } .mdi-vine:before { content: "\F578"; } .mdi-violin:before { content: "\F60F"; } .mdi-visualstudio:before { content: "\F610"; } .mdi-vk:before { content: "\F579"; } .mdi-vk-box:before { content: "\F57A"; } .mdi-vk-circle:before { content: "\F57B"; } .mdi-vlc:before { content: "\F57C"; } .mdi-voice:before { content: "\F5CB"; } .mdi-voicemail:before { content: "\F57D"; } .mdi-volume-high:before { content: "\F57E"; } .mdi-volume-low:before { content: "\F57F"; } .mdi-volume-medium:before { content: "\F580"; } .mdi-volume-off:before { content: "\F581"; } .mdi-vpn:before { content: "\F582"; } .mdi-walk:before { content: "\F583"; } .mdi-wallet:before { content: "\F584"; } .mdi-wallet-giftcard:before { content: "\F585"; } .mdi-wallet-membership:before { content: "\F586"; } .mdi-wallet-travel:before { content: "\F587"; } .mdi-wan:before { content: "\F588"; } .mdi-watch:before { content: "\F589"; } .mdi-watch-export:before { content: "\F58A"; } .mdi-watch-import:before { content: "\F58B"; } .mdi-watch-vibrate:before { content: "\F6B0"; } .mdi-water:before { content: "\F58C"; } .mdi-water-off:before { content: "\F58D"; } .mdi-water-percent:before { content: "\F58E"; } .mdi-water-pump:before { content: "\F58F"; } .mdi-watermark:before { content: "\F612"; } .mdi-weather-cloudy:before { content: "\F590"; } .mdi-weather-fog:before { content: "\F591"; } .mdi-weather-hail:before { content: "\F592"; } .mdi-weather-lightning:before { content: "\F593"; } .mdi-weather-lightning-rainy:before { content: "\F67D"; } .mdi-weather-night:before { content: "\F594"; } .mdi-weather-partlycloudy:before { content: "\F595"; } .mdi-weather-pouring:before { content: "\F596"; } .mdi-weather-rainy:before { content: "\F597"; } .mdi-weather-snowy:before { content: "\F598"; } .mdi-weather-snowy-rainy:before { content: "\F67E"; } .mdi-weather-sunny:before { content: "\F599"; } .mdi-weather-sunset:before { content: "\F59A"; } .mdi-weather-sunset-down:before { content: "\F59B"; } .mdi-weather-sunset-up:before { content: "\F59C"; } .mdi-weather-windy:before { content: "\F59D"; } .mdi-weather-windy-variant:before { content: "\F59E"; } .mdi-web:before { content: "\F59F"; } .mdi-webcam:before { content: "\F5A0"; } .mdi-webhook:before { content: "\F62F"; } .mdi-wechat:before { content: "\F611"; } .mdi-weight:before { content: "\F5A1"; } .mdi-weight-kilogram:before { content: "\F5A2"; } .mdi-whatsapp:before { content: "\F5A3"; } .mdi-wheelchair-accessibility:before { content: "\F5A4"; } .mdi-white-balance-auto:before { content: "\F5A5"; } .mdi-white-balance-incandescent:before { content: "\F5A6"; } .mdi-white-balance-iridescent:before { content: "\F5A7"; } .mdi-white-balance-sunny:before { content: "\F5A8"; } .mdi-wifi:before { content: "\F5A9"; } .mdi-wifi-off:before { content: "\F5AA"; } .mdi-wii:before { content: "\F5AB"; } .mdi-wikipedia:before { content: "\F5AC"; } .mdi-window-close:before { content: "\F5AD"; } .mdi-window-closed:before { content: "\F5AE"; } .mdi-window-maximize:before { content: "\F5AF"; } .mdi-window-minimize:before { content: "\F5B0"; } .mdi-window-open:before { content: "\F5B1"; } .mdi-window-restore:before { content: "\F5B2"; } .mdi-windows:before { content: "\F5B3"; } .mdi-wordpress:before { content: "\F5B4"; } .mdi-worker:before { content: "\F5B5"; } .mdi-wrap:before { content: "\F5B6"; } .mdi-wrench:before { content: "\F5B7"; } .mdi-wunderlist:before { content: "\F5B8"; } .mdi-xaml:before { content: "\F673"; } .mdi-xbox:before { content: "\F5B9"; } .mdi-xbox-controller:before { content: "\F5BA"; } .mdi-xbox-controller-off:before { content: "\F5BB"; } .mdi-xda:before { content: "\F5BC"; } .mdi-xing:before { content: "\F5BD"; } .mdi-xing-box:before { content: "\F5BE"; } .mdi-xing-circle:before { content: "\F5BF"; } .mdi-xml:before { content: "\F5C0"; } .mdi-yeast:before { content: "\F5C1"; } .mdi-yelp:before { content: "\F5C2"; } .mdi-yin-yang:before { content: "\F67F"; } .mdi-youtube-play:before { content: "\F5C3"; } .mdi-zip-box:before { content: "\F5C4"; } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/ikonli-materialdesign2-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.materialdesign2 { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.materialdesign2; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.materialdesign2.MaterialDesignAIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignBIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignCIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignDIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignEIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignFIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignGIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignHIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignIIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignJIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignKIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignLIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignMIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignNIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignOIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignPIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignQIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignRIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignSIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignTIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignUIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignVIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignWIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignXIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignYIkonHandler, org.kordamp.ikonli.materialdesign2.MaterialDesignZIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.materialdesign2.MaterialDesignAIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignBIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignCIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignDIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignEIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignFIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignGIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignHIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignIIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignJIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignKIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignLIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignMIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignNIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignOIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignPIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignQIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignRIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignSIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignTIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignUIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignVIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignWIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignXIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignYIkonProvider, org.kordamp.ikonli.materialdesign2.MaterialDesignZIkonProvider; } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/AbstractMaterialDesignIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.AbstractIkonHandler; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ public abstract class AbstractMaterialDesignIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/materialdesign2/7.4.47/fonts/materialdesignicons-webfont.ttf"; @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Material Design Icons"; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignA.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignA implements Ikon { AB_TESTING("mdi2a-ab-testing", "F01C9"), ABACUS("mdi2a-abacus", "F16E0"), ABJAD_ARABIC("mdi2a-abjad-arabic", "F1328"), ABJAD_HEBREW("mdi2a-abjad-hebrew", "F1329"), ABUGIDA_DEVANAGARI("mdi2a-abugida-devanagari", "F132A"), ABUGIDA_THAI("mdi2a-abugida-thai", "F132B"), ACCESS_POINT("mdi2a-access-point", "F0003"), ACCESS_POINT_CHECK("mdi2a-access-point-check", "F1538"), ACCESS_POINT_MINUS("mdi2a-access-point-minus", "F1539"), ACCESS_POINT_NETWORK("mdi2a-access-point-network", "F0002"), ACCESS_POINT_NETWORK_OFF("mdi2a-access-point-network-off", "F0BE1"), ACCESS_POINT_OFF("mdi2a-access-point-off", "F1511"), ACCESS_POINT_PLUS("mdi2a-access-point-plus", "F153A"), ACCESS_POINT_REMOVE("mdi2a-access-point-remove", "F153B"), ACCOUNT("mdi2a-account", "F0004"), ACCOUNT_ALERT("mdi2a-account-alert", "F0005"), ACCOUNT_ALERT_OUTLINE("mdi2a-account-alert-outline", "F0B50"), ACCOUNT_ARROW_DOWN("mdi2a-account-arrow-down", "F1868"), ACCOUNT_ARROW_DOWN_OUTLINE("mdi2a-account-arrow-down-outline", "F1869"), ACCOUNT_ARROW_LEFT("mdi2a-account-arrow-left", "F0B51"), ACCOUNT_ARROW_LEFT_OUTLINE("mdi2a-account-arrow-left-outline", "F0B52"), ACCOUNT_ARROW_RIGHT("mdi2a-account-arrow-right", "F0B53"), ACCOUNT_ARROW_RIGHT_OUTLINE("mdi2a-account-arrow-right-outline", "F0B54"), ACCOUNT_ARROW_UP("mdi2a-account-arrow-up", "F1867"), ACCOUNT_ARROW_UP_OUTLINE("mdi2a-account-arrow-up-outline", "F186A"), ACCOUNT_BADGE("mdi2a-account-badge", "F1B0A"), ACCOUNT_BADGE_OUTLINE("mdi2a-account-badge-outline", "F1B0B"), ACCOUNT_BOX("mdi2a-account-box", "F0006"), ACCOUNT_BOX_EDIT_OUTLINE("mdi2a-account-box-edit-outline", "F1CC8"), ACCOUNT_BOX_MINUS_OUTLINE("mdi2a-account-box-minus-outline", "F1CC9"), ACCOUNT_BOX_MULTIPLE("mdi2a-account-box-multiple", "F0934"), ACCOUNT_BOX_MULTIPLE_OUTLINE("mdi2a-account-box-multiple-outline", "F100A"), ACCOUNT_BOX_OUTLINE("mdi2a-account-box-outline", "F0007"), ACCOUNT_BOX_PLUS_OUTLINE("mdi2a-account-box-plus-outline", "F1CCA"), ACCOUNT_CANCEL("mdi2a-account-cancel", "F12DF"), ACCOUNT_CANCEL_OUTLINE("mdi2a-account-cancel-outline", "F12E0"), ACCOUNT_CARD("mdi2a-account-card", "F1BA4"), ACCOUNT_CARD_OUTLINE("mdi2a-account-card-outline", "F1BA5"), ACCOUNT_CASH("mdi2a-account-cash", "F1097"), ACCOUNT_CASH_OUTLINE("mdi2a-account-cash-outline", "F1098"), ACCOUNT_CHECK("mdi2a-account-check", "F0008"), ACCOUNT_CHECK_OUTLINE("mdi2a-account-check-outline", "F0BE2"), ACCOUNT_CHILD("mdi2a-account-child", "F0A89"), ACCOUNT_CHILD_CIRCLE("mdi2a-account-child-circle", "F0A8A"), ACCOUNT_CHILD_OUTLINE("mdi2a-account-child-outline", "F10C8"), ACCOUNT_CIRCLE("mdi2a-account-circle", "F0009"), ACCOUNT_CIRCLE_OUTLINE("mdi2a-account-circle-outline", "F0B55"), ACCOUNT_CLOCK("mdi2a-account-clock", "F0B56"), ACCOUNT_CLOCK_OUTLINE("mdi2a-account-clock-outline", "F0B57"), ACCOUNT_COG("mdi2a-account-cog", "F1370"), ACCOUNT_COG_OUTLINE("mdi2a-account-cog-outline", "F1371"), ACCOUNT_CONVERT("mdi2a-account-convert", "F000A"), ACCOUNT_CONVERT_OUTLINE("mdi2a-account-convert-outline", "F1301"), ACCOUNT_COWBOY_HAT("mdi2a-account-cowboy-hat", "F0E9B"), ACCOUNT_COWBOY_HAT_OUTLINE("mdi2a-account-cowboy-hat-outline", "F17F3"), ACCOUNT_CREDIT_CARD("mdi2a-account-credit-card", "F1BA6"), ACCOUNT_CREDIT_CARD_OUTLINE("mdi2a-account-credit-card-outline", "F1BA7"), ACCOUNT_DETAILS("mdi2a-account-details", "F0631"), ACCOUNT_DETAILS_OUTLINE("mdi2a-account-details-outline", "F1372"), ACCOUNT_EDIT("mdi2a-account-edit", "F06BC"), ACCOUNT_EDIT_OUTLINE("mdi2a-account-edit-outline", "F0FFB"), ACCOUNT_EYE("mdi2a-account-eye", "F0420"), ACCOUNT_EYE_OUTLINE("mdi2a-account-eye-outline", "F127B"), ACCOUNT_FILE("mdi2a-account-file", "F1CA7"), ACCOUNT_FILE_OUTLINE("mdi2a-account-file-outline", "F1CA8"), ACCOUNT_FILE_TEXT("mdi2a-account-file-text", "F1CA9"), ACCOUNT_FILE_TEXT_OUTLINE("mdi2a-account-file-text-outline", "F1CAA"), ACCOUNT_FILTER("mdi2a-account-filter", "F0936"), ACCOUNT_FILTER_OUTLINE("mdi2a-account-filter-outline", "F0F9D"), ACCOUNT_GROUP("mdi2a-account-group", "F0849"), ACCOUNT_GROUP_OUTLINE("mdi2a-account-group-outline", "F0B58"), ACCOUNT_HARD_HAT("mdi2a-account-hard-hat", "F05B5"), ACCOUNT_HARD_HAT_OUTLINE("mdi2a-account-hard-hat-outline", "F1A1F"), ACCOUNT_HEART("mdi2a-account-heart", "F0899"), ACCOUNT_HEART_OUTLINE("mdi2a-account-heart-outline", "F0BE3"), ACCOUNT_INJURY("mdi2a-account-injury", "F1815"), ACCOUNT_INJURY_OUTLINE("mdi2a-account-injury-outline", "F1816"), ACCOUNT_KEY("mdi2a-account-key", "F000B"), ACCOUNT_KEY_OUTLINE("mdi2a-account-key-outline", "F0BE4"), ACCOUNT_LOCK("mdi2a-account-lock", "F115E"), ACCOUNT_LOCK_OPEN("mdi2a-account-lock-open", "F1960"), ACCOUNT_LOCK_OPEN_OUTLINE("mdi2a-account-lock-open-outline", "F1961"), ACCOUNT_LOCK_OUTLINE("mdi2a-account-lock-outline", "F115F"), ACCOUNT_MINUS("mdi2a-account-minus", "F000D"), ACCOUNT_MINUS_OUTLINE("mdi2a-account-minus-outline", "F0AEC"), ACCOUNT_MULTIPLE("mdi2a-account-multiple", "F000E"), ACCOUNT_MULTIPLE_CHECK("mdi2a-account-multiple-check", "F08C5"), ACCOUNT_MULTIPLE_CHECK_OUTLINE("mdi2a-account-multiple-check-outline", "F11FE"), ACCOUNT_MULTIPLE_MINUS("mdi2a-account-multiple-minus", "F05D3"), ACCOUNT_MULTIPLE_MINUS_OUTLINE("mdi2a-account-multiple-minus-outline", "F0BE5"), ACCOUNT_MULTIPLE_OUTLINE("mdi2a-account-multiple-outline", "F000F"), ACCOUNT_MULTIPLE_PLUS("mdi2a-account-multiple-plus", "F0010"), ACCOUNT_MULTIPLE_PLUS_OUTLINE("mdi2a-account-multiple-plus-outline", "F0800"), ACCOUNT_MULTIPLE_REMOVE("mdi2a-account-multiple-remove", "F120A"), ACCOUNT_MULTIPLE_REMOVE_OUTLINE("mdi2a-account-multiple-remove-outline", "F120B"), ACCOUNT_MUSIC("mdi2a-account-music", "F0803"), ACCOUNT_MUSIC_OUTLINE("mdi2a-account-music-outline", "F0CE9"), ACCOUNT_NETWORK("mdi2a-account-network", "F0011"), ACCOUNT_NETWORK_OFF("mdi2a-account-network-off", "F1AF1"), ACCOUNT_NETWORK_OFF_OUTLINE("mdi2a-account-network-off-outline", "F1AF2"), ACCOUNT_NETWORK_OUTLINE("mdi2a-account-network-outline", "F0BE6"), ACCOUNT_OFF("mdi2a-account-off", "F0012"), ACCOUNT_OFF_OUTLINE("mdi2a-account-off-outline", "F0BE7"), ACCOUNT_OUTLINE("mdi2a-account-outline", "F0013"), ACCOUNT_PLUS("mdi2a-account-plus", "F0014"), ACCOUNT_PLUS_OUTLINE("mdi2a-account-plus-outline", "F0801"), ACCOUNT_QUESTION("mdi2a-account-question", "F0B59"), ACCOUNT_QUESTION_OUTLINE("mdi2a-account-question-outline", "F0B5A"), ACCOUNT_REACTIVATE("mdi2a-account-reactivate", "F152B"), ACCOUNT_REACTIVATE_OUTLINE("mdi2a-account-reactivate-outline", "F152C"), ACCOUNT_REMOVE("mdi2a-account-remove", "F0015"), ACCOUNT_REMOVE_OUTLINE("mdi2a-account-remove-outline", "F0AED"), ACCOUNT_SCHOOL("mdi2a-account-school", "F1A20"), ACCOUNT_SCHOOL_OUTLINE("mdi2a-account-school-outline", "F1A21"), ACCOUNT_SEARCH("mdi2a-account-search", "F0016"), ACCOUNT_SEARCH_OUTLINE("mdi2a-account-search-outline", "F0935"), ACCOUNT_SETTINGS("mdi2a-account-settings", "F0630"), ACCOUNT_SETTINGS_OUTLINE("mdi2a-account-settings-outline", "F10C9"), ACCOUNT_STAR("mdi2a-account-star", "F0017"), ACCOUNT_STAR_OUTLINE("mdi2a-account-star-outline", "F0BE8"), ACCOUNT_SUPERVISOR("mdi2a-account-supervisor", "F0A8B"), ACCOUNT_SUPERVISOR_CIRCLE("mdi2a-account-supervisor-circle", "F0A8C"), ACCOUNT_SUPERVISOR_CIRCLE_OUTLINE("mdi2a-account-supervisor-circle-outline", "F14EC"), ACCOUNT_SUPERVISOR_OUTLINE("mdi2a-account-supervisor-outline", "F112D"), ACCOUNT_SWITCH("mdi2a-account-switch", "F0019"), ACCOUNT_SWITCH_OUTLINE("mdi2a-account-switch-outline", "F04CB"), ACCOUNT_SYNC("mdi2a-account-sync", "F191B"), ACCOUNT_SYNC_OUTLINE("mdi2a-account-sync-outline", "F191C"), ACCOUNT_TAG("mdi2a-account-tag", "F1C1B"), ACCOUNT_TAG_OUTLINE("mdi2a-account-tag-outline", "F1C1C"), ACCOUNT_TIE("mdi2a-account-tie", "F0CE3"), ACCOUNT_TIE_HAT("mdi2a-account-tie-hat", "F1898"), ACCOUNT_TIE_HAT_OUTLINE("mdi2a-account-tie-hat-outline", "F1899"), ACCOUNT_TIE_OUTLINE("mdi2a-account-tie-outline", "F10CA"), ACCOUNT_TIE_VOICE("mdi2a-account-tie-voice", "F1308"), ACCOUNT_TIE_VOICE_OFF("mdi2a-account-tie-voice-off", "F130A"), ACCOUNT_TIE_VOICE_OFF_OUTLINE("mdi2a-account-tie-voice-off-outline", "F130B"), ACCOUNT_TIE_VOICE_OUTLINE("mdi2a-account-tie-voice-outline", "F1309"), ACCOUNT_TIE_WOMAN("mdi2a-account-tie-woman", "F1A8C"), ACCOUNT_VOICE("mdi2a-account-voice", "F05CB"), ACCOUNT_VOICE_OFF("mdi2a-account-voice-off", "F0ED4"), ACCOUNT_WRENCH("mdi2a-account-wrench", "F189A"), ACCOUNT_WRENCH_OUTLINE("mdi2a-account-wrench-outline", "F189B"), ADJUST("mdi2a-adjust", "F001A"), ADVERTISEMENTS("mdi2a-advertisements", "F192A"), ADVERTISEMENTS_OFF("mdi2a-advertisements-off", "F192B"), AIR_CONDITIONER("mdi2a-air-conditioner", "F001B"), AIR_FILTER("mdi2a-air-filter", "F0D43"), AIR_HORN("mdi2a-air-horn", "F0DAC"), AIR_HUMIDIFIER("mdi2a-air-humidifier", "F1099"), AIR_HUMIDIFIER_OFF("mdi2a-air-humidifier-off", "F1466"), AIR_PURIFIER("mdi2a-air-purifier", "F0D44"), AIR_PURIFIER_OFF("mdi2a-air-purifier-off", "F1B57"), AIRBAG("mdi2a-airbag", "F0BE9"), AIRBALLOON("mdi2a-airballoon", "F001C"), AIRBALLOON_OUTLINE("mdi2a-airballoon-outline", "F100B"), AIRPLANE("mdi2a-airplane", "F001D"), AIRPLANE_ALERT("mdi2a-airplane-alert", "F187A"), AIRPLANE_CHECK("mdi2a-airplane-check", "F187B"), AIRPLANE_CLOCK("mdi2a-airplane-clock", "F187C"), AIRPLANE_COG("mdi2a-airplane-cog", "F187D"), AIRPLANE_EDIT("mdi2a-airplane-edit", "F187E"), AIRPLANE_LANDING("mdi2a-airplane-landing", "F05D4"), AIRPLANE_MARKER("mdi2a-airplane-marker", "F187F"), AIRPLANE_MINUS("mdi2a-airplane-minus", "F1880"), AIRPLANE_OFF("mdi2a-airplane-off", "F001E"), AIRPLANE_PLUS("mdi2a-airplane-plus", "F1881"), AIRPLANE_REMOVE("mdi2a-airplane-remove", "F1882"), AIRPLANE_SEARCH("mdi2a-airplane-search", "F1883"), AIRPLANE_SETTINGS("mdi2a-airplane-settings", "F1884"), AIRPLANE_TAKEOFF("mdi2a-airplane-takeoff", "F05D5"), AIRPORT("mdi2a-airport", "F084B"), ALARM("mdi2a-alarm", "F0020"), ALARM_BELL("mdi2a-alarm-bell", "F078E"), ALARM_CHECK("mdi2a-alarm-check", "F0021"), ALARM_LIGHT("mdi2a-alarm-light", "F078F"), ALARM_LIGHT_OFF("mdi2a-alarm-light-off", "F171E"), ALARM_LIGHT_OFF_OUTLINE("mdi2a-alarm-light-off-outline", "F171F"), ALARM_LIGHT_OUTLINE("mdi2a-alarm-light-outline", "F0BEA"), ALARM_MULTIPLE("mdi2a-alarm-multiple", "F0022"), ALARM_NOTE("mdi2a-alarm-note", "F0E71"), ALARM_NOTE_OFF("mdi2a-alarm-note-off", "F0E72"), ALARM_OFF("mdi2a-alarm-off", "F0023"), ALARM_PANEL("mdi2a-alarm-panel", "F15C4"), ALARM_PANEL_OUTLINE("mdi2a-alarm-panel-outline", "F15C5"), ALARM_PLUS("mdi2a-alarm-plus", "F0024"), ALARM_SNOOZE("mdi2a-alarm-snooze", "F068E"), ALBUM("mdi2a-album", "F0025"), ALERT("mdi2a-alert", "F0026"), ALERT_BOX("mdi2a-alert-box", "F0027"), ALERT_BOX_OUTLINE("mdi2a-alert-box-outline", "F0CE4"), ALERT_CIRCLE("mdi2a-alert-circle", "F0028"), ALERT_CIRCLE_CHECK("mdi2a-alert-circle-check", "F11ED"), ALERT_CIRCLE_CHECK_OUTLINE("mdi2a-alert-circle-check-outline", "F11EE"), ALERT_CIRCLE_OUTLINE("mdi2a-alert-circle-outline", "F05D6"), ALERT_DECAGRAM("mdi2a-alert-decagram", "F06BD"), ALERT_DECAGRAM_OUTLINE("mdi2a-alert-decagram-outline", "F0CE5"), ALERT_MINUS("mdi2a-alert-minus", "F14BB"), ALERT_MINUS_OUTLINE("mdi2a-alert-minus-outline", "F14BE"), ALERT_OCTAGON("mdi2a-alert-octagon", "F0029"), ALERT_OCTAGON_OUTLINE("mdi2a-alert-octagon-outline", "F0CE6"), ALERT_OCTAGRAM("mdi2a-alert-octagram", "F0767"), ALERT_OCTAGRAM_OUTLINE("mdi2a-alert-octagram-outline", "F0CE7"), ALERT_OUTLINE("mdi2a-alert-outline", "F002A"), ALERT_PLUS("mdi2a-alert-plus", "F14BA"), ALERT_PLUS_OUTLINE("mdi2a-alert-plus-outline", "F14BD"), ALERT_REMOVE("mdi2a-alert-remove", "F14BC"), ALERT_REMOVE_OUTLINE("mdi2a-alert-remove-outline", "F14BF"), ALERT_RHOMBUS("mdi2a-alert-rhombus", "F11CE"), ALERT_RHOMBUS_OUTLINE("mdi2a-alert-rhombus-outline", "F11CF"), ALIEN("mdi2a-alien", "F089A"), ALIEN_OUTLINE("mdi2a-alien-outline", "F10CB"), ALIGN_HORIZONTAL_CENTER("mdi2a-align-horizontal-center", "F11C3"), ALIGN_HORIZONTAL_DISTRIBUTE("mdi2a-align-horizontal-distribute", "F1962"), ALIGN_HORIZONTAL_LEFT("mdi2a-align-horizontal-left", "F11C2"), ALIGN_HORIZONTAL_RIGHT("mdi2a-align-horizontal-right", "F11C4"), ALIGN_VERTICAL_BOTTOM("mdi2a-align-vertical-bottom", "F11C5"), ALIGN_VERTICAL_CENTER("mdi2a-align-vertical-center", "F11C6"), ALIGN_VERTICAL_DISTRIBUTE("mdi2a-align-vertical-distribute", "F1963"), ALIGN_VERTICAL_TOP("mdi2a-align-vertical-top", "F11C7"), ALL_INCLUSIVE("mdi2a-all-inclusive", "F06BE"), ALL_INCLUSIVE_BOX("mdi2a-all-inclusive-box", "F188D"), ALL_INCLUSIVE_BOX_OUTLINE("mdi2a-all-inclusive-box-outline", "F188E"), ALLERGY("mdi2a-allergy", "F1258"), ALPHA("mdi2a-alpha", "F002B"), ALPHA_A("mdi2a-alpha-a", "F0AEE"), ALPHA_A_BOX("mdi2a-alpha-a-box", "F0B08"), ALPHA_A_BOX_OUTLINE("mdi2a-alpha-a-box-outline", "F0BEB"), ALPHA_A_CIRCLE("mdi2a-alpha-a-circle", "F0BEC"), ALPHA_A_CIRCLE_OUTLINE("mdi2a-alpha-a-circle-outline", "F0BED"), ALPHA_B("mdi2a-alpha-b", "F0AEF"), ALPHA_B_BOX("mdi2a-alpha-b-box", "F0B09"), ALPHA_B_BOX_OUTLINE("mdi2a-alpha-b-box-outline", "F0BEE"), ALPHA_B_CIRCLE("mdi2a-alpha-b-circle", "F0BEF"), ALPHA_B_CIRCLE_OUTLINE("mdi2a-alpha-b-circle-outline", "F0BF0"), ALPHA_C("mdi2a-alpha-c", "F0AF0"), ALPHA_C_BOX("mdi2a-alpha-c-box", "F0B0A"), ALPHA_C_BOX_OUTLINE("mdi2a-alpha-c-box-outline", "F0BF1"), ALPHA_C_CIRCLE("mdi2a-alpha-c-circle", "F0BF2"), ALPHA_C_CIRCLE_OUTLINE("mdi2a-alpha-c-circle-outline", "F0BF3"), ALPHA_D("mdi2a-alpha-d", "F0AF1"), ALPHA_D_BOX("mdi2a-alpha-d-box", "F0B0B"), ALPHA_D_BOX_OUTLINE("mdi2a-alpha-d-box-outline", "F0BF4"), ALPHA_D_CIRCLE("mdi2a-alpha-d-circle", "F0BF5"), ALPHA_D_CIRCLE_OUTLINE("mdi2a-alpha-d-circle-outline", "F0BF6"), ALPHA_E("mdi2a-alpha-e", "F0AF2"), ALPHA_E_BOX("mdi2a-alpha-e-box", "F0B0C"), ALPHA_E_BOX_OUTLINE("mdi2a-alpha-e-box-outline", "F0BF7"), ALPHA_E_CIRCLE("mdi2a-alpha-e-circle", "F0BF8"), ALPHA_E_CIRCLE_OUTLINE("mdi2a-alpha-e-circle-outline", "F0BF9"), ALPHA_F("mdi2a-alpha-f", "F0AF3"), ALPHA_F_BOX("mdi2a-alpha-f-box", "F0B0D"), ALPHA_F_BOX_OUTLINE("mdi2a-alpha-f-box-outline", "F0BFA"), ALPHA_F_CIRCLE("mdi2a-alpha-f-circle", "F0BFB"), ALPHA_F_CIRCLE_OUTLINE("mdi2a-alpha-f-circle-outline", "F0BFC"), ALPHA_G("mdi2a-alpha-g", "F0AF4"), ALPHA_G_BOX("mdi2a-alpha-g-box", "F0B0E"), ALPHA_G_BOX_OUTLINE("mdi2a-alpha-g-box-outline", "F0BFD"), ALPHA_G_CIRCLE("mdi2a-alpha-g-circle", "F0BFE"), ALPHA_G_CIRCLE_OUTLINE("mdi2a-alpha-g-circle-outline", "F0BFF"), ALPHA_H("mdi2a-alpha-h", "F0AF5"), ALPHA_H_BOX("mdi2a-alpha-h-box", "F0B0F"), ALPHA_H_BOX_OUTLINE("mdi2a-alpha-h-box-outline", "F0C00"), ALPHA_H_CIRCLE("mdi2a-alpha-h-circle", "F0C01"), ALPHA_H_CIRCLE_OUTLINE("mdi2a-alpha-h-circle-outline", "F0C02"), ALPHA_I("mdi2a-alpha-i", "F0AF6"), ALPHA_I_BOX("mdi2a-alpha-i-box", "F0B10"), ALPHA_I_BOX_OUTLINE("mdi2a-alpha-i-box-outline", "F0C03"), ALPHA_I_CIRCLE("mdi2a-alpha-i-circle", "F0C04"), ALPHA_I_CIRCLE_OUTLINE("mdi2a-alpha-i-circle-outline", "F0C05"), ALPHA_J("mdi2a-alpha-j", "F0AF7"), ALPHA_J_BOX("mdi2a-alpha-j-box", "F0B11"), ALPHA_J_BOX_OUTLINE("mdi2a-alpha-j-box-outline", "F0C06"), ALPHA_J_CIRCLE("mdi2a-alpha-j-circle", "F0C07"), ALPHA_J_CIRCLE_OUTLINE("mdi2a-alpha-j-circle-outline", "F0C08"), ALPHA_K("mdi2a-alpha-k", "F0AF8"), ALPHA_K_BOX("mdi2a-alpha-k-box", "F0B12"), ALPHA_K_BOX_OUTLINE("mdi2a-alpha-k-box-outline", "F0C09"), ALPHA_K_CIRCLE("mdi2a-alpha-k-circle", "F0C0A"), ALPHA_K_CIRCLE_OUTLINE("mdi2a-alpha-k-circle-outline", "F0C0B"), ALPHA_L("mdi2a-alpha-l", "F0AF9"), ALPHA_L_BOX("mdi2a-alpha-l-box", "F0B13"), ALPHA_L_BOX_OUTLINE("mdi2a-alpha-l-box-outline", "F0C0C"), ALPHA_L_CIRCLE("mdi2a-alpha-l-circle", "F0C0D"), ALPHA_L_CIRCLE_OUTLINE("mdi2a-alpha-l-circle-outline", "F0C0E"), ALPHA_M("mdi2a-alpha-m", "F0AFA"), ALPHA_M_BOX("mdi2a-alpha-m-box", "F0B14"), ALPHA_M_BOX_OUTLINE("mdi2a-alpha-m-box-outline", "F0C0F"), ALPHA_M_CIRCLE("mdi2a-alpha-m-circle", "F0C10"), ALPHA_M_CIRCLE_OUTLINE("mdi2a-alpha-m-circle-outline", "F0C11"), ALPHA_N("mdi2a-alpha-n", "F0AFB"), ALPHA_N_BOX("mdi2a-alpha-n-box", "F0B15"), ALPHA_N_BOX_OUTLINE("mdi2a-alpha-n-box-outline", "F0C12"), ALPHA_N_CIRCLE("mdi2a-alpha-n-circle", "F0C13"), ALPHA_N_CIRCLE_OUTLINE("mdi2a-alpha-n-circle-outline", "F0C14"), ALPHA_O("mdi2a-alpha-o", "F0AFC"), ALPHA_O_BOX("mdi2a-alpha-o-box", "F0B16"), ALPHA_O_BOX_OUTLINE("mdi2a-alpha-o-box-outline", "F0C15"), ALPHA_O_CIRCLE("mdi2a-alpha-o-circle", "F0C16"), ALPHA_O_CIRCLE_OUTLINE("mdi2a-alpha-o-circle-outline", "F0C17"), ALPHA_P("mdi2a-alpha-p", "F0AFD"), ALPHA_P_BOX("mdi2a-alpha-p-box", "F0B17"), ALPHA_P_BOX_OUTLINE("mdi2a-alpha-p-box-outline", "F0C18"), ALPHA_P_CIRCLE("mdi2a-alpha-p-circle", "F0C19"), ALPHA_P_CIRCLE_OUTLINE("mdi2a-alpha-p-circle-outline", "F0C1A"), ALPHA_Q("mdi2a-alpha-q", "F0AFE"), ALPHA_Q_BOX("mdi2a-alpha-q-box", "F0B18"), ALPHA_Q_BOX_OUTLINE("mdi2a-alpha-q-box-outline", "F0C1B"), ALPHA_Q_CIRCLE("mdi2a-alpha-q-circle", "F0C1C"), ALPHA_Q_CIRCLE_OUTLINE("mdi2a-alpha-q-circle-outline", "F0C1D"), ALPHA_R("mdi2a-alpha-r", "F0AFF"), ALPHA_R_BOX("mdi2a-alpha-r-box", "F0B19"), ALPHA_R_BOX_OUTLINE("mdi2a-alpha-r-box-outline", "F0C1E"), ALPHA_R_CIRCLE("mdi2a-alpha-r-circle", "F0C1F"), ALPHA_R_CIRCLE_OUTLINE("mdi2a-alpha-r-circle-outline", "F0C20"), ALPHA_S("mdi2a-alpha-s", "F0B00"), ALPHA_S_BOX("mdi2a-alpha-s-box", "F0B1A"), ALPHA_S_BOX_OUTLINE("mdi2a-alpha-s-box-outline", "F0C21"), ALPHA_S_CIRCLE("mdi2a-alpha-s-circle", "F0C22"), ALPHA_S_CIRCLE_OUTLINE("mdi2a-alpha-s-circle-outline", "F0C23"), ALPHA_T("mdi2a-alpha-t", "F0B01"), ALPHA_T_BOX("mdi2a-alpha-t-box", "F0B1B"), ALPHA_T_BOX_OUTLINE("mdi2a-alpha-t-box-outline", "F0C24"), ALPHA_T_CIRCLE("mdi2a-alpha-t-circle", "F0C25"), ALPHA_T_CIRCLE_OUTLINE("mdi2a-alpha-t-circle-outline", "F0C26"), ALPHA_U("mdi2a-alpha-u", "F0B02"), ALPHA_U_BOX("mdi2a-alpha-u-box", "F0B1C"), ALPHA_U_BOX_OUTLINE("mdi2a-alpha-u-box-outline", "F0C27"), ALPHA_U_CIRCLE("mdi2a-alpha-u-circle", "F0C28"), ALPHA_U_CIRCLE_OUTLINE("mdi2a-alpha-u-circle-outline", "F0C29"), ALPHA_V("mdi2a-alpha-v", "F0B03"), ALPHA_V_BOX("mdi2a-alpha-v-box", "F0B1D"), ALPHA_V_BOX_OUTLINE("mdi2a-alpha-v-box-outline", "F0C2A"), ALPHA_V_CIRCLE("mdi2a-alpha-v-circle", "F0C2B"), ALPHA_V_CIRCLE_OUTLINE("mdi2a-alpha-v-circle-outline", "F0C2C"), ALPHA_W("mdi2a-alpha-w", "F0B04"), ALPHA_W_BOX("mdi2a-alpha-w-box", "F0B1E"), ALPHA_W_BOX_OUTLINE("mdi2a-alpha-w-box-outline", "F0C2D"), ALPHA_W_CIRCLE("mdi2a-alpha-w-circle", "F0C2E"), ALPHA_W_CIRCLE_OUTLINE("mdi2a-alpha-w-circle-outline", "F0C2F"), ALPHA_X("mdi2a-alpha-x", "F0B05"), ALPHA_X_BOX("mdi2a-alpha-x-box", "F0B1F"), ALPHA_X_BOX_OUTLINE("mdi2a-alpha-x-box-outline", "F0C30"), ALPHA_X_CIRCLE("mdi2a-alpha-x-circle", "F0C31"), ALPHA_X_CIRCLE_OUTLINE("mdi2a-alpha-x-circle-outline", "F0C32"), ALPHA_Y("mdi2a-alpha-y", "F0B06"), ALPHA_Y_BOX("mdi2a-alpha-y-box", "F0B20"), ALPHA_Y_BOX_OUTLINE("mdi2a-alpha-y-box-outline", "F0C33"), ALPHA_Y_CIRCLE("mdi2a-alpha-y-circle", "F0C34"), ALPHA_Y_CIRCLE_OUTLINE("mdi2a-alpha-y-circle-outline", "F0C35"), ALPHA_Z("mdi2a-alpha-z", "F0B07"), ALPHA_Z_BOX("mdi2a-alpha-z-box", "F0B21"), ALPHA_Z_BOX_OUTLINE("mdi2a-alpha-z-box-outline", "F0C36"), ALPHA_Z_CIRCLE("mdi2a-alpha-z-circle", "F0C37"), ALPHA_Z_CIRCLE_OUTLINE("mdi2a-alpha-z-circle-outline", "F0C38"), ALPHABET_AUREBESH("mdi2a-alphabet-aurebesh", "F132C"), ALPHABET_CYRILLIC("mdi2a-alphabet-cyrillic", "F132D"), ALPHABET_GREEK("mdi2a-alphabet-greek", "F132E"), ALPHABET_LATIN("mdi2a-alphabet-latin", "F132F"), ALPHABET_PIQAD("mdi2a-alphabet-piqad", "F1330"), ALPHABET_TENGWAR("mdi2a-alphabet-tengwar", "F1337"), ALPHABETICAL("mdi2a-alphabetical", "F002C"), ALPHABETICAL_OFF("mdi2a-alphabetical-off", "F100C"), ALPHABETICAL_VARIANT("mdi2a-alphabetical-variant", "F100D"), ALPHABETICAL_VARIANT_OFF("mdi2a-alphabetical-variant-off", "F100E"), ALTIMETER("mdi2a-altimeter", "F05D7"), AMBULANCE("mdi2a-ambulance", "F002F"), AMMUNITION("mdi2a-ammunition", "F0CE8"), AMPERSAND("mdi2a-ampersand", "F0A8D"), AMPLIFIER("mdi2a-amplifier", "F0030"), AMPLIFIER_OFF("mdi2a-amplifier-off", "F11B5"), ANCHOR("mdi2a-anchor", "F0031"), ANDROID("mdi2a-android", "F0032"), ANDROID_STUDIO("mdi2a-android-studio", "F0034"), ANGLE_ACUTE("mdi2a-angle-acute", "F0937"), ANGLE_OBTUSE("mdi2a-angle-obtuse", "F0938"), ANGLE_RIGHT("mdi2a-angle-right", "F0939"), ANGULAR("mdi2a-angular", "F06B2"), ANGULARJS("mdi2a-angularjs", "F06BF"), ANIMATION("mdi2a-animation", "F05D8"), ANIMATION_OUTLINE("mdi2a-animation-outline", "F0A8F"), ANIMATION_PLAY("mdi2a-animation-play", "F093A"), ANIMATION_PLAY_OUTLINE("mdi2a-animation-play-outline", "F0A90"), ANSIBLE("mdi2a-ansible", "F109A"), ANTENNA("mdi2a-antenna", "F1119"), ANVIL("mdi2a-anvil", "F089B"), APACHE_KAFKA("mdi2a-apache-kafka", "F100F"), API("mdi2a-api", "F109B"), API_OFF("mdi2a-api-off", "F1257"), APPLE("mdi2a-apple", "F0035"), APPLE_FINDER("mdi2a-apple-finder", "F0036"), APPLE_ICLOUD("mdi2a-apple-icloud", "F0038"), APPLE_IOS("mdi2a-apple-ios", "F0037"), APPLE_KEYBOARD_CAPS("mdi2a-apple-keyboard-caps", "F0632"), APPLE_KEYBOARD_COMMAND("mdi2a-apple-keyboard-command", "F0633"), APPLE_KEYBOARD_CONTROL("mdi2a-apple-keyboard-control", "F0634"), APPLE_KEYBOARD_OPTION("mdi2a-apple-keyboard-option", "F0635"), APPLE_KEYBOARD_SHIFT("mdi2a-apple-keyboard-shift", "F0636"), APPLE_SAFARI("mdi2a-apple-safari", "F0039"), APPLICATION("mdi2a-application", "F08C6"), APPLICATION_ARRAY("mdi2a-application-array", "F10F5"), APPLICATION_ARRAY_OUTLINE("mdi2a-application-array-outline", "F10F6"), APPLICATION_BRACES("mdi2a-application-braces", "F10F7"), APPLICATION_BRACES_OUTLINE("mdi2a-application-braces-outline", "F10F8"), APPLICATION_BRACKETS("mdi2a-application-brackets", "F0C8B"), APPLICATION_BRACKETS_OUTLINE("mdi2a-application-brackets-outline", "F0C8C"), APPLICATION_COG("mdi2a-application-cog", "F0675"), APPLICATION_COG_OUTLINE("mdi2a-application-cog-outline", "F1577"), APPLICATION_EDIT("mdi2a-application-edit", "F00AE"), APPLICATION_EDIT_OUTLINE("mdi2a-application-edit-outline", "F0619"), APPLICATION_EXPORT("mdi2a-application-export", "F0DAD"), APPLICATION_IMPORT("mdi2a-application-import", "F0DAE"), APPLICATION_OUTLINE("mdi2a-application-outline", "F0614"), APPLICATION_PARENTHESES("mdi2a-application-parentheses", "F10F9"), APPLICATION_PARENTHESES_OUTLINE("mdi2a-application-parentheses-outline", "F10FA"), APPLICATION_SETTINGS("mdi2a-application-settings", "F0B60"), APPLICATION_SETTINGS_OUTLINE("mdi2a-application-settings-outline", "F1555"), APPLICATION_VARIABLE("mdi2a-application-variable", "F10FB"), APPLICATION_VARIABLE_OUTLINE("mdi2a-application-variable-outline", "F10FC"), APPROXIMATELY_EQUAL("mdi2a-approximately-equal", "F0F9E"), APPROXIMATELY_EQUAL_BOX("mdi2a-approximately-equal-box", "F0F9F"), APPS("mdi2a-apps", "F003B"), APPS_BOX("mdi2a-apps-box", "F0D46"), ARCH("mdi2a-arch", "F08C7"), ARCHIVE("mdi2a-archive", "F003C"), ARCHIVE_ALERT("mdi2a-archive-alert", "F14FD"), ARCHIVE_ALERT_OUTLINE("mdi2a-archive-alert-outline", "F14FE"), ARCHIVE_ARROW_DOWN("mdi2a-archive-arrow-down", "F1259"), ARCHIVE_ARROW_DOWN_OUTLINE("mdi2a-archive-arrow-down-outline", "F125A"), ARCHIVE_ARROW_UP("mdi2a-archive-arrow-up", "F125B"), ARCHIVE_ARROW_UP_OUTLINE("mdi2a-archive-arrow-up-outline", "F125C"), ARCHIVE_CANCEL("mdi2a-archive-cancel", "F174B"), ARCHIVE_CANCEL_OUTLINE("mdi2a-archive-cancel-outline", "F174C"), ARCHIVE_CHECK("mdi2a-archive-check", "F174D"), ARCHIVE_CHECK_OUTLINE("mdi2a-archive-check-outline", "F174E"), ARCHIVE_CLOCK("mdi2a-archive-clock", "F174F"), ARCHIVE_CLOCK_OUTLINE("mdi2a-archive-clock-outline", "F1750"), ARCHIVE_COG("mdi2a-archive-cog", "F1751"), ARCHIVE_COG_OUTLINE("mdi2a-archive-cog-outline", "F1752"), ARCHIVE_EDIT("mdi2a-archive-edit", "F1753"), ARCHIVE_EDIT_OUTLINE("mdi2a-archive-edit-outline", "F1754"), ARCHIVE_EYE("mdi2a-archive-eye", "F1755"), ARCHIVE_EYE_OUTLINE("mdi2a-archive-eye-outline", "F1756"), ARCHIVE_LOCK("mdi2a-archive-lock", "F1757"), ARCHIVE_LOCK_OPEN("mdi2a-archive-lock-open", "F1758"), ARCHIVE_LOCK_OPEN_OUTLINE("mdi2a-archive-lock-open-outline", "F1759"), ARCHIVE_LOCK_OUTLINE("mdi2a-archive-lock-outline", "F175A"), ARCHIVE_MARKER("mdi2a-archive-marker", "F175B"), ARCHIVE_MARKER_OUTLINE("mdi2a-archive-marker-outline", "F175C"), ARCHIVE_MINUS("mdi2a-archive-minus", "F175D"), ARCHIVE_MINUS_OUTLINE("mdi2a-archive-minus-outline", "F175E"), ARCHIVE_MUSIC("mdi2a-archive-music", "F175F"), ARCHIVE_MUSIC_OUTLINE("mdi2a-archive-music-outline", "F1760"), ARCHIVE_OFF("mdi2a-archive-off", "F1761"), ARCHIVE_OFF_OUTLINE("mdi2a-archive-off-outline", "F1762"), ARCHIVE_OUTLINE("mdi2a-archive-outline", "F120E"), ARCHIVE_PLUS("mdi2a-archive-plus", "F1763"), ARCHIVE_PLUS_OUTLINE("mdi2a-archive-plus-outline", "F1764"), ARCHIVE_REFRESH("mdi2a-archive-refresh", "F1765"), ARCHIVE_REFRESH_OUTLINE("mdi2a-archive-refresh-outline", "F1766"), ARCHIVE_REMOVE("mdi2a-archive-remove", "F1767"), ARCHIVE_REMOVE_OUTLINE("mdi2a-archive-remove-outline", "F1768"), ARCHIVE_SEARCH("mdi2a-archive-search", "F1769"), ARCHIVE_SEARCH_OUTLINE("mdi2a-archive-search-outline", "F176A"), ARCHIVE_SETTINGS("mdi2a-archive-settings", "F176B"), ARCHIVE_SETTINGS_OUTLINE("mdi2a-archive-settings-outline", "F176C"), ARCHIVE_STAR("mdi2a-archive-star", "F176D"), ARCHIVE_STAR_OUTLINE("mdi2a-archive-star-outline", "F176E"), ARCHIVE_SYNC("mdi2a-archive-sync", "F176F"), ARCHIVE_SYNC_OUTLINE("mdi2a-archive-sync-outline", "F1770"), ARM_FLEX("mdi2a-arm-flex", "F0FD7"), ARM_FLEX_OUTLINE("mdi2a-arm-flex-outline", "F0FD6"), ARRANGE_BRING_FORWARD("mdi2a-arrange-bring-forward", "F003D"), ARRANGE_BRING_TO_FRONT("mdi2a-arrange-bring-to-front", "F003E"), ARRANGE_SEND_BACKWARD("mdi2a-arrange-send-backward", "F003F"), ARRANGE_SEND_TO_BACK("mdi2a-arrange-send-to-back", "F0040"), ARROW_ALL("mdi2a-arrow-all", "F0041"), ARROW_BOTTOM_LEFT("mdi2a-arrow-bottom-left", "F0042"), ARROW_BOTTOM_LEFT_BOLD_BOX("mdi2a-arrow-bottom-left-bold-box", "F1964"), ARROW_BOTTOM_LEFT_BOLD_BOX_OUTLINE("mdi2a-arrow-bottom-left-bold-box-outline", "F1965"), ARROW_BOTTOM_LEFT_BOLD_OUTLINE("mdi2a-arrow-bottom-left-bold-outline", "F09B7"), ARROW_BOTTOM_LEFT_THICK("mdi2a-arrow-bottom-left-thick", "F09B8"), ARROW_BOTTOM_LEFT_THIN("mdi2a-arrow-bottom-left-thin", "F19B6"), ARROW_BOTTOM_LEFT_THIN_CIRCLE_OUTLINE("mdi2a-arrow-bottom-left-thin-circle-outline", "F1596"), ARROW_BOTTOM_RIGHT("mdi2a-arrow-bottom-right", "F0043"), ARROW_BOTTOM_RIGHT_BOLD_BOX("mdi2a-arrow-bottom-right-bold-box", "F1966"), ARROW_BOTTOM_RIGHT_BOLD_BOX_OUTLINE("mdi2a-arrow-bottom-right-bold-box-outline", "F1967"), ARROW_BOTTOM_RIGHT_BOLD_OUTLINE("mdi2a-arrow-bottom-right-bold-outline", "F09B9"), ARROW_BOTTOM_RIGHT_THICK("mdi2a-arrow-bottom-right-thick", "F09BA"), ARROW_BOTTOM_RIGHT_THIN("mdi2a-arrow-bottom-right-thin", "F19B7"), ARROW_BOTTOM_RIGHT_THIN_CIRCLE_OUTLINE("mdi2a-arrow-bottom-right-thin-circle-outline", "F1595"), ARROW_COLLAPSE("mdi2a-arrow-collapse", "F0615"), ARROW_COLLAPSE_ALL("mdi2a-arrow-collapse-all", "F0044"), ARROW_COLLAPSE_DOWN("mdi2a-arrow-collapse-down", "F0792"), ARROW_COLLAPSE_HORIZONTAL("mdi2a-arrow-collapse-horizontal", "F084C"), ARROW_COLLAPSE_LEFT("mdi2a-arrow-collapse-left", "F0793"), ARROW_COLLAPSE_RIGHT("mdi2a-arrow-collapse-right", "F0794"), ARROW_COLLAPSE_UP("mdi2a-arrow-collapse-up", "F0795"), ARROW_COLLAPSE_VERTICAL("mdi2a-arrow-collapse-vertical", "F084D"), ARROW_DECISION("mdi2a-arrow-decision", "F09BB"), ARROW_DECISION_AUTO("mdi2a-arrow-decision-auto", "F09BC"), ARROW_DECISION_AUTO_OUTLINE("mdi2a-arrow-decision-auto-outline", "F09BD"), ARROW_DECISION_OUTLINE("mdi2a-arrow-decision-outline", "F09BE"), ARROW_DOWN("mdi2a-arrow-down", "F0045"), ARROW_DOWN_BOLD("mdi2a-arrow-down-bold", "F072E"), ARROW_DOWN_BOLD_BOX("mdi2a-arrow-down-bold-box", "F072F"), ARROW_DOWN_BOLD_BOX_OUTLINE("mdi2a-arrow-down-bold-box-outline", "F0730"), ARROW_DOWN_BOLD_CIRCLE("mdi2a-arrow-down-bold-circle", "F0047"), ARROW_DOWN_BOLD_CIRCLE_OUTLINE("mdi2a-arrow-down-bold-circle-outline", "F0048"), ARROW_DOWN_BOLD_HEXAGON_OUTLINE("mdi2a-arrow-down-bold-hexagon-outline", "F0049"), ARROW_DOWN_BOLD_OUTLINE("mdi2a-arrow-down-bold-outline", "F09BF"), ARROW_DOWN_BOX("mdi2a-arrow-down-box", "F06C0"), ARROW_DOWN_CIRCLE("mdi2a-arrow-down-circle", "F0CDB"), ARROW_DOWN_CIRCLE_OUTLINE("mdi2a-arrow-down-circle-outline", "F0CDC"), ARROW_DOWN_DROP_CIRCLE("mdi2a-arrow-down-drop-circle", "F004A"), ARROW_DOWN_DROP_CIRCLE_OUTLINE("mdi2a-arrow-down-drop-circle-outline", "F004B"), ARROW_DOWN_LEFT("mdi2a-arrow-down-left", "F17A1"), ARROW_DOWN_LEFT_BOLD("mdi2a-arrow-down-left-bold", "F17A2"), ARROW_DOWN_RIGHT("mdi2a-arrow-down-right", "F17A3"), ARROW_DOWN_RIGHT_BOLD("mdi2a-arrow-down-right-bold", "F17A4"), ARROW_DOWN_THICK("mdi2a-arrow-down-thick", "F0046"), ARROW_DOWN_THIN("mdi2a-arrow-down-thin", "F19B3"), ARROW_DOWN_THIN_CIRCLE_OUTLINE("mdi2a-arrow-down-thin-circle-outline", "F1599"), ARROW_EXPAND("mdi2a-arrow-expand", "F0616"), ARROW_EXPAND_ALL("mdi2a-arrow-expand-all", "F004C"), ARROW_EXPAND_DOWN("mdi2a-arrow-expand-down", "F0796"), ARROW_EXPAND_HORIZONTAL("mdi2a-arrow-expand-horizontal", "F084E"), ARROW_EXPAND_LEFT("mdi2a-arrow-expand-left", "F0797"), ARROW_EXPAND_RIGHT("mdi2a-arrow-expand-right", "F0798"), ARROW_EXPAND_UP("mdi2a-arrow-expand-up", "F0799"), ARROW_EXPAND_VERTICAL("mdi2a-arrow-expand-vertical", "F084F"), ARROW_HORIZONTAL_LOCK("mdi2a-arrow-horizontal-lock", "F115B"), ARROW_LEFT("mdi2a-arrow-left", "F004D"), ARROW_LEFT_BOLD("mdi2a-arrow-left-bold", "F0731"), ARROW_LEFT_BOLD_BOX("mdi2a-arrow-left-bold-box", "F0732"), ARROW_LEFT_BOLD_BOX_OUTLINE("mdi2a-arrow-left-bold-box-outline", "F0733"), ARROW_LEFT_BOLD_CIRCLE("mdi2a-arrow-left-bold-circle", "F004F"), ARROW_LEFT_BOLD_CIRCLE_OUTLINE("mdi2a-arrow-left-bold-circle-outline", "F0050"), ARROW_LEFT_BOLD_HEXAGON_OUTLINE("mdi2a-arrow-left-bold-hexagon-outline", "F0051"), ARROW_LEFT_BOLD_OUTLINE("mdi2a-arrow-left-bold-outline", "F09C0"), ARROW_LEFT_BOTTOM("mdi2a-arrow-left-bottom", "F17A5"), ARROW_LEFT_BOTTOM_BOLD("mdi2a-arrow-left-bottom-bold", "F17A6"), ARROW_LEFT_BOX("mdi2a-arrow-left-box", "F06C1"), ARROW_LEFT_CIRCLE("mdi2a-arrow-left-circle", "F0CDD"), ARROW_LEFT_CIRCLE_OUTLINE("mdi2a-arrow-left-circle-outline", "F0CDE"), ARROW_LEFT_DROP_CIRCLE("mdi2a-arrow-left-drop-circle", "F0052"), ARROW_LEFT_DROP_CIRCLE_OUTLINE("mdi2a-arrow-left-drop-circle-outline", "F0053"), ARROW_LEFT_RIGHT("mdi2a-arrow-left-right", "F0E73"), ARROW_LEFT_RIGHT_BOLD("mdi2a-arrow-left-right-bold", "F0E74"), ARROW_LEFT_RIGHT_BOLD_OUTLINE("mdi2a-arrow-left-right-bold-outline", "F09C1"), ARROW_LEFT_THICK("mdi2a-arrow-left-thick", "F004E"), ARROW_LEFT_THIN("mdi2a-arrow-left-thin", "F19B1"), ARROW_LEFT_THIN_CIRCLE_OUTLINE("mdi2a-arrow-left-thin-circle-outline", "F159A"), ARROW_LEFT_TOP("mdi2a-arrow-left-top", "F17A7"), ARROW_LEFT_TOP_BOLD("mdi2a-arrow-left-top-bold", "F17A8"), ARROW_OSCILLATING("mdi2a-arrow-oscillating", "F1C91"), ARROW_OSCILLATING_OFF("mdi2a-arrow-oscillating-off", "F1C92"), ARROW_PROJECTILE("mdi2a-arrow-projectile", "F1840"), ARROW_PROJECTILE_MULTIPLE("mdi2a-arrow-projectile-multiple", "F183F"), ARROW_RIGHT("mdi2a-arrow-right", "F0054"), ARROW_RIGHT_BOLD("mdi2a-arrow-right-bold", "F0734"), ARROW_RIGHT_BOLD_BOX("mdi2a-arrow-right-bold-box", "F0735"), ARROW_RIGHT_BOLD_BOX_OUTLINE("mdi2a-arrow-right-bold-box-outline", "F0736"), ARROW_RIGHT_BOLD_CIRCLE("mdi2a-arrow-right-bold-circle", "F0056"), ARROW_RIGHT_BOLD_CIRCLE_OUTLINE("mdi2a-arrow-right-bold-circle-outline", "F0057"), ARROW_RIGHT_BOLD_HEXAGON_OUTLINE("mdi2a-arrow-right-bold-hexagon-outline", "F0058"), ARROW_RIGHT_BOLD_OUTLINE("mdi2a-arrow-right-bold-outline", "F09C2"), ARROW_RIGHT_BOTTOM("mdi2a-arrow-right-bottom", "F17A9"), ARROW_RIGHT_BOTTOM_BOLD("mdi2a-arrow-right-bottom-bold", "F17AA"), ARROW_RIGHT_BOX("mdi2a-arrow-right-box", "F06C2"), ARROW_RIGHT_CIRCLE("mdi2a-arrow-right-circle", "F0CDF"), ARROW_RIGHT_CIRCLE_OUTLINE("mdi2a-arrow-right-circle-outline", "F0CE0"), ARROW_RIGHT_DROP_CIRCLE("mdi2a-arrow-right-drop-circle", "F0059"), ARROW_RIGHT_DROP_CIRCLE_OUTLINE("mdi2a-arrow-right-drop-circle-outline", "F005A"), ARROW_RIGHT_THICK("mdi2a-arrow-right-thick", "F0055"), ARROW_RIGHT_THIN("mdi2a-arrow-right-thin", "F19B0"), ARROW_RIGHT_THIN_CIRCLE_OUTLINE("mdi2a-arrow-right-thin-circle-outline", "F1598"), ARROW_RIGHT_TOP("mdi2a-arrow-right-top", "F17AB"), ARROW_RIGHT_TOP_BOLD("mdi2a-arrow-right-top-bold", "F17AC"), ARROW_SPLIT_HORIZONTAL("mdi2a-arrow-split-horizontal", "F093B"), ARROW_SPLIT_VERTICAL("mdi2a-arrow-split-vertical", "F093C"), ARROW_TOP_LEFT("mdi2a-arrow-top-left", "F005B"), ARROW_TOP_LEFT_BOLD_BOX("mdi2a-arrow-top-left-bold-box", "F1968"), ARROW_TOP_LEFT_BOLD_BOX_OUTLINE("mdi2a-arrow-top-left-bold-box-outline", "F1969"), ARROW_TOP_LEFT_BOLD_OUTLINE("mdi2a-arrow-top-left-bold-outline", "F09C3"), ARROW_TOP_LEFT_BOTTOM_RIGHT("mdi2a-arrow-top-left-bottom-right", "F0E75"), ARROW_TOP_LEFT_BOTTOM_RIGHT_BOLD("mdi2a-arrow-top-left-bottom-right-bold", "F0E76"), ARROW_TOP_LEFT_THICK("mdi2a-arrow-top-left-thick", "F09C4"), ARROW_TOP_LEFT_THIN("mdi2a-arrow-top-left-thin", "F19B5"), ARROW_TOP_LEFT_THIN_CIRCLE_OUTLINE("mdi2a-arrow-top-left-thin-circle-outline", "F1593"), ARROW_TOP_RIGHT("mdi2a-arrow-top-right", "F005C"), ARROW_TOP_RIGHT_BOLD_BOX("mdi2a-arrow-top-right-bold-box", "F196A"), ARROW_TOP_RIGHT_BOLD_BOX_OUTLINE("mdi2a-arrow-top-right-bold-box-outline", "F196B"), ARROW_TOP_RIGHT_BOLD_OUTLINE("mdi2a-arrow-top-right-bold-outline", "F09C5"), ARROW_TOP_RIGHT_BOTTOM_LEFT("mdi2a-arrow-top-right-bottom-left", "F0E77"), ARROW_TOP_RIGHT_BOTTOM_LEFT_BOLD("mdi2a-arrow-top-right-bottom-left-bold", "F0E78"), ARROW_TOP_RIGHT_THICK("mdi2a-arrow-top-right-thick", "F09C6"), ARROW_TOP_RIGHT_THIN("mdi2a-arrow-top-right-thin", "F19B4"), ARROW_TOP_RIGHT_THIN_CIRCLE_OUTLINE("mdi2a-arrow-top-right-thin-circle-outline", "F1594"), ARROW_U_DOWN_LEFT("mdi2a-arrow-u-down-left", "F17AD"), ARROW_U_DOWN_LEFT_BOLD("mdi2a-arrow-u-down-left-bold", "F17AE"), ARROW_U_DOWN_RIGHT("mdi2a-arrow-u-down-right", "F17AF"), ARROW_U_DOWN_RIGHT_BOLD("mdi2a-arrow-u-down-right-bold", "F17B0"), ARROW_U_LEFT_BOTTOM("mdi2a-arrow-u-left-bottom", "F17B1"), ARROW_U_LEFT_BOTTOM_BOLD("mdi2a-arrow-u-left-bottom-bold", "F17B2"), ARROW_U_LEFT_TOP("mdi2a-arrow-u-left-top", "F17B3"), ARROW_U_LEFT_TOP_BOLD("mdi2a-arrow-u-left-top-bold", "F17B4"), ARROW_U_RIGHT_BOTTOM("mdi2a-arrow-u-right-bottom", "F17B5"), ARROW_U_RIGHT_BOTTOM_BOLD("mdi2a-arrow-u-right-bottom-bold", "F17B6"), ARROW_U_RIGHT_TOP("mdi2a-arrow-u-right-top", "F17B7"), ARROW_U_RIGHT_TOP_BOLD("mdi2a-arrow-u-right-top-bold", "F17B8"), ARROW_U_UP_LEFT("mdi2a-arrow-u-up-left", "F17B9"), ARROW_U_UP_LEFT_BOLD("mdi2a-arrow-u-up-left-bold", "F17BA"), ARROW_U_UP_RIGHT("mdi2a-arrow-u-up-right", "F17BB"), ARROW_U_UP_RIGHT_BOLD("mdi2a-arrow-u-up-right-bold", "F17BC"), ARROW_UP("mdi2a-arrow-up", "F005D"), ARROW_UP_BOLD("mdi2a-arrow-up-bold", "F0737"), ARROW_UP_BOLD_BOX("mdi2a-arrow-up-bold-box", "F0738"), ARROW_UP_BOLD_BOX_OUTLINE("mdi2a-arrow-up-bold-box-outline", "F0739"), ARROW_UP_BOLD_CIRCLE("mdi2a-arrow-up-bold-circle", "F005F"), ARROW_UP_BOLD_CIRCLE_OUTLINE("mdi2a-arrow-up-bold-circle-outline", "F0060"), ARROW_UP_BOLD_HEXAGON_OUTLINE("mdi2a-arrow-up-bold-hexagon-outline", "F0061"), ARROW_UP_BOLD_OUTLINE("mdi2a-arrow-up-bold-outline", "F09C7"), ARROW_UP_BOX("mdi2a-arrow-up-box", "F06C3"), ARROW_UP_CIRCLE("mdi2a-arrow-up-circle", "F0CE1"), ARROW_UP_CIRCLE_OUTLINE("mdi2a-arrow-up-circle-outline", "F0CE2"), ARROW_UP_DOWN("mdi2a-arrow-up-down", "F0E79"), ARROW_UP_DOWN_BOLD("mdi2a-arrow-up-down-bold", "F0E7A"), ARROW_UP_DOWN_BOLD_OUTLINE("mdi2a-arrow-up-down-bold-outline", "F09C8"), ARROW_UP_DROP_CIRCLE("mdi2a-arrow-up-drop-circle", "F0062"), ARROW_UP_DROP_CIRCLE_OUTLINE("mdi2a-arrow-up-drop-circle-outline", "F0063"), ARROW_UP_LEFT("mdi2a-arrow-up-left", "F17BD"), ARROW_UP_LEFT_BOLD("mdi2a-arrow-up-left-bold", "F17BE"), ARROW_UP_RIGHT("mdi2a-arrow-up-right", "F17BF"), ARROW_UP_RIGHT_BOLD("mdi2a-arrow-up-right-bold", "F17C0"), ARROW_UP_THICK("mdi2a-arrow-up-thick", "F005E"), ARROW_UP_THIN("mdi2a-arrow-up-thin", "F19B2"), ARROW_UP_THIN_CIRCLE_OUTLINE("mdi2a-arrow-up-thin-circle-outline", "F1597"), ARROW_VERTICAL_LOCK("mdi2a-arrow-vertical-lock", "F115C"), ARTBOARD("mdi2a-artboard", "F1B9A"), ARTSTATION("mdi2a-artstation", "F0B5B"), ASPECT_RATIO("mdi2a-aspect-ratio", "F0A24"), ASSISTANT("mdi2a-assistant", "F0064"), ASTERISK("mdi2a-asterisk", "F06C4"), ASTERISK_CIRCLE_OUTLINE("mdi2a-asterisk-circle-outline", "F1A27"), AT("mdi2a-at", "F0065"), ATLASSIAN("mdi2a-atlassian", "F0804"), ATM("mdi2a-atm", "F0D47"), ATOM("mdi2a-atom", "F0768"), ATOM_VARIANT("mdi2a-atom-variant", "F0E7B"), ATTACHMENT("mdi2a-attachment", "F0066"), ATTACHMENT_CHECK("mdi2a-attachment-check", "F1AC1"), ATTACHMENT_LOCK("mdi2a-attachment-lock", "F19C4"), ATTACHMENT_MINUS("mdi2a-attachment-minus", "F1AC2"), ATTACHMENT_OFF("mdi2a-attachment-off", "F1AC3"), ATTACHMENT_PLUS("mdi2a-attachment-plus", "F1AC4"), ATTACHMENT_REMOVE("mdi2a-attachment-remove", "F1AC5"), ATV("mdi2a-atv", "F1B70"), AUDIO_INPUT_RCA("mdi2a-audio-input-rca", "F186B"), AUDIO_INPUT_STEREO_MINIJACK("mdi2a-audio-input-stereo-minijack", "F186C"), AUDIO_INPUT_XLR("mdi2a-audio-input-xlr", "F186D"), AUDIO_VIDEO("mdi2a-audio-video", "F093D"), AUDIO_VIDEO_OFF("mdi2a-audio-video-off", "F11B6"), AUGMENTED_REALITY("mdi2a-augmented-reality", "F0850"), AURORA("mdi2a-aurora", "F1BB9"), AUTO_DOWNLOAD("mdi2a-auto-download", "F137E"), AUTO_FIX("mdi2a-auto-fix", "F0068"), AUTO_MODE("mdi2a-auto-mode", "F1C20"), AUTO_UPLOAD("mdi2a-auto-upload", "F0069"), AUTORENEW("mdi2a-autorenew", "F006A"), AUTORENEW_OFF("mdi2a-autorenew-off", "F19E7"), AV_TIMER("mdi2a-av-timer", "F006B"), AWNING("mdi2a-awning", "F1B87"), AWNING_OUTLINE("mdi2a-awning-outline", "F1B88"), AWS("mdi2a-aws", "F0E0F"), AXE("mdi2a-axe", "F08C8"), AXE_BATTLE("mdi2a-axe-battle", "F1842"), AXIS("mdi2a-axis", "F0D48"), AXIS_ARROW("mdi2a-axis-arrow", "F0D49"), AXIS_ARROW_INFO("mdi2a-axis-arrow-info", "F140E"), AXIS_ARROW_LOCK("mdi2a-axis-arrow-lock", "F0D4A"), AXIS_LOCK("mdi2a-axis-lock", "F0D4B"), AXIS_X_ARROW("mdi2a-axis-x-arrow", "F0D4C"), AXIS_X_ARROW_LOCK("mdi2a-axis-x-arrow-lock", "F0D4D"), AXIS_X_ROTATE_CLOCKWISE("mdi2a-axis-x-rotate-clockwise", "F0D4E"), AXIS_X_ROTATE_COUNTERCLOCKWISE("mdi2a-axis-x-rotate-counterclockwise", "F0D4F"), AXIS_X_Y_ARROW_LOCK("mdi2a-axis-x-y-arrow-lock", "F0D50"), AXIS_Y_ARROW("mdi2a-axis-y-arrow", "F0D51"), AXIS_Y_ARROW_LOCK("mdi2a-axis-y-arrow-lock", "F0D52"), AXIS_Y_ROTATE_CLOCKWISE("mdi2a-axis-y-rotate-clockwise", "F0D53"), AXIS_Y_ROTATE_COUNTERCLOCKWISE("mdi2a-axis-y-rotate-counterclockwise", "F0D54"), AXIS_Z_ARROW("mdi2a-axis-z-arrow", "F0D55"), AXIS_Z_ARROW_LOCK("mdi2a-axis-z-arrow-lock", "F0D56"), AXIS_Z_ROTATE_CLOCKWISE("mdi2a-axis-z-rotate-clockwise", "F0D57"), AXIS_Z_ROTATE_COUNTERCLOCKWISE("mdi2a-axis-z-rotate-counterclockwise", "F0D58"); public static MaterialDesignA findByDescription(String description) { for (MaterialDesignA font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignA(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignAIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignAIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2a-"); } @Override public Ikon resolve(String description) { return MaterialDesignA.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignAIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MaterialDesignAIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignA.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignB.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignB implements Ikon { BABEL("mdi2b-babel", "F0A25"), BABY("mdi2b-baby", "F006C"), BABY_BOTTLE("mdi2b-baby-bottle", "F0F39"), BABY_BOTTLE_OUTLINE("mdi2b-baby-bottle-outline", "F0F3A"), BABY_BUGGY("mdi2b-baby-buggy", "F13E0"), BABY_BUGGY_OFF("mdi2b-baby-buggy-off", "F1AF3"), BABY_CARRIAGE("mdi2b-baby-carriage", "F068F"), BABY_CARRIAGE_OFF("mdi2b-baby-carriage-off", "F0FA0"), BABY_FACE("mdi2b-baby-face", "F0E7C"), BABY_FACE_OUTLINE("mdi2b-baby-face-outline", "F0E7D"), BACKBURGER("mdi2b-backburger", "F006D"), BACKSPACE("mdi2b-backspace", "F006E"), BACKSPACE_OUTLINE("mdi2b-backspace-outline", "F0B5C"), BACKSPACE_REVERSE("mdi2b-backspace-reverse", "F0E7E"), BACKSPACE_REVERSE_OUTLINE("mdi2b-backspace-reverse-outline", "F0E7F"), BACKUP_RESTORE("mdi2b-backup-restore", "F006F"), BACTERIA("mdi2b-bacteria", "F0ED5"), BACTERIA_OUTLINE("mdi2b-bacteria-outline", "F0ED6"), BADGE_ACCOUNT("mdi2b-badge-account", "F0DA7"), BADGE_ACCOUNT_ALERT("mdi2b-badge-account-alert", "F0DA8"), BADGE_ACCOUNT_ALERT_OUTLINE("mdi2b-badge-account-alert-outline", "F0DA9"), BADGE_ACCOUNT_HORIZONTAL("mdi2b-badge-account-horizontal", "F0E0D"), BADGE_ACCOUNT_HORIZONTAL_OUTLINE("mdi2b-badge-account-horizontal-outline", "F0E0E"), BADGE_ACCOUNT_OUTLINE("mdi2b-badge-account-outline", "F0DAA"), BADMINTON("mdi2b-badminton", "F0851"), BAG_CARRY_ON("mdi2b-bag-carry-on", "F0F3B"), BAG_CARRY_ON_CHECK("mdi2b-bag-carry-on-check", "F0D65"), BAG_CARRY_ON_OFF("mdi2b-bag-carry-on-off", "F0F3C"), BAG_CHECKED("mdi2b-bag-checked", "F0F3D"), BAG_PERSONAL("mdi2b-bag-personal", "F0E10"), BAG_PERSONAL_OFF("mdi2b-bag-personal-off", "F0E11"), BAG_PERSONAL_OFF_OUTLINE("mdi2b-bag-personal-off-outline", "F0E12"), BAG_PERSONAL_OUTLINE("mdi2b-bag-personal-outline", "F0E13"), BAG_PERSONAL_PLUS("mdi2b-bag-personal-plus", "F1CA4"), BAG_PERSONAL_PLUS_OUTLINE("mdi2b-bag-personal-plus-outline", "F1CA5"), BAG_PERSONAL_TAG("mdi2b-bag-personal-tag", "F1B0C"), BAG_PERSONAL_TAG_OUTLINE("mdi2b-bag-personal-tag-outline", "F1B0D"), BAG_SUITCASE("mdi2b-bag-suitcase", "F158B"), BAG_SUITCASE_OFF("mdi2b-bag-suitcase-off", "F158D"), BAG_SUITCASE_OFF_OUTLINE("mdi2b-bag-suitcase-off-outline", "F158E"), BAG_SUITCASE_OUTLINE("mdi2b-bag-suitcase-outline", "F158C"), BAGUETTE("mdi2b-baguette", "F0F3E"), BALCONY("mdi2b-balcony", "F1817"), BALLOON("mdi2b-balloon", "F0A26"), BALLOT("mdi2b-ballot", "F09C9"), BALLOT_OUTLINE("mdi2b-ballot-outline", "F09CA"), BALLOT_RECOUNT("mdi2b-ballot-recount", "F0C39"), BALLOT_RECOUNT_OUTLINE("mdi2b-ballot-recount-outline", "F0C3A"), BANDAGE("mdi2b-bandage", "F0DAF"), BANK("mdi2b-bank", "F0070"), BANK_CHECK("mdi2b-bank-check", "F1655"), BANK_CIRCLE("mdi2b-bank-circle", "F1C03"), BANK_CIRCLE_OUTLINE("mdi2b-bank-circle-outline", "F1C04"), BANK_MINUS("mdi2b-bank-minus", "F0DB0"), BANK_OFF("mdi2b-bank-off", "F1656"), BANK_OFF_OUTLINE("mdi2b-bank-off-outline", "F1657"), BANK_OUTLINE("mdi2b-bank-outline", "F0E80"), BANK_PLUS("mdi2b-bank-plus", "F0DB1"), BANK_REMOVE("mdi2b-bank-remove", "F0DB2"), BANK_TRANSFER("mdi2b-bank-transfer", "F0A27"), BANK_TRANSFER_IN("mdi2b-bank-transfer-in", "F0A28"), BANK_TRANSFER_OUT("mdi2b-bank-transfer-out", "F0A29"), BARCODE("mdi2b-barcode", "F0071"), BARCODE_OFF("mdi2b-barcode-off", "F1236"), BARCODE_SCAN("mdi2b-barcode-scan", "F0072"), BARLEY("mdi2b-barley", "F0073"), BARLEY_OFF("mdi2b-barley-off", "F0B5D"), BARN("mdi2b-barn", "F0B5E"), BARREL("mdi2b-barrel", "F0074"), BARREL_OUTLINE("mdi2b-barrel-outline", "F1A28"), BASEBALL("mdi2b-baseball", "F0852"), BASEBALL_BAT("mdi2b-baseball-bat", "F0853"), BASEBALL_DIAMOND("mdi2b-baseball-diamond", "F15EC"), BASEBALL_DIAMOND_OUTLINE("mdi2b-baseball-diamond-outline", "F15ED"), BASEBALL_OUTLINE("mdi2b-baseball-outline", "F1C5A"), BASH("mdi2b-bash", "F1183"), BASKET("mdi2b-basket", "F0076"), BASKET_CHECK("mdi2b-basket-check", "F18E5"), BASKET_CHECK_OUTLINE("mdi2b-basket-check-outline", "F18E6"), BASKET_FILL("mdi2b-basket-fill", "F0077"), BASKET_MINUS("mdi2b-basket-minus", "F1523"), BASKET_MINUS_OUTLINE("mdi2b-basket-minus-outline", "F1524"), BASKET_OFF("mdi2b-basket-off", "F1525"), BASKET_OFF_OUTLINE("mdi2b-basket-off-outline", "F1526"), BASKET_OUTLINE("mdi2b-basket-outline", "F1181"), BASKET_PLUS("mdi2b-basket-plus", "F1527"), BASKET_PLUS_OUTLINE("mdi2b-basket-plus-outline", "F1528"), BASKET_REMOVE("mdi2b-basket-remove", "F1529"), BASKET_REMOVE_OUTLINE("mdi2b-basket-remove-outline", "F152A"), BASKET_UNFILL("mdi2b-basket-unfill", "F0078"), BASKETBALL("mdi2b-basketball", "F0806"), BASKETBALL_HOOP("mdi2b-basketball-hoop", "F0C3B"), BASKETBALL_HOOP_OUTLINE("mdi2b-basketball-hoop-outline", "F0C3C"), BAT("mdi2b-bat", "F0B5F"), BATHTUB("mdi2b-bathtub", "F1818"), BATHTUB_OUTLINE("mdi2b-bathtub-outline", "F1819"), BATTERY("mdi2b-battery", "F0079"), BATTERY_10("mdi2b-battery-10", "F007A"), BATTERY_10_BLUETOOTH("mdi2b-battery-10-bluetooth", "F093E"), BATTERY_20("mdi2b-battery-20", "F007B"), BATTERY_20_BLUETOOTH("mdi2b-battery-20-bluetooth", "F093F"), BATTERY_30("mdi2b-battery-30", "F007C"), BATTERY_30_BLUETOOTH("mdi2b-battery-30-bluetooth", "F0940"), BATTERY_40("mdi2b-battery-40", "F007D"), BATTERY_40_BLUETOOTH("mdi2b-battery-40-bluetooth", "F0941"), BATTERY_50("mdi2b-battery-50", "F007E"), BATTERY_50_BLUETOOTH("mdi2b-battery-50-bluetooth", "F0942"), BATTERY_60("mdi2b-battery-60", "F007F"), BATTERY_60_BLUETOOTH("mdi2b-battery-60-bluetooth", "F0943"), BATTERY_70("mdi2b-battery-70", "F0080"), BATTERY_70_BLUETOOTH("mdi2b-battery-70-bluetooth", "F0944"), BATTERY_80("mdi2b-battery-80", "F0081"), BATTERY_80_BLUETOOTH("mdi2b-battery-80-bluetooth", "F0945"), BATTERY_90("mdi2b-battery-90", "F0082"), BATTERY_90_BLUETOOTH("mdi2b-battery-90-bluetooth", "F0946"), BATTERY_ALERT("mdi2b-battery-alert", "F0083"), BATTERY_ALERT_BLUETOOTH("mdi2b-battery-alert-bluetooth", "F0947"), BATTERY_ALERT_VARIANT("mdi2b-battery-alert-variant", "F10CC"), BATTERY_ALERT_VARIANT_OUTLINE("mdi2b-battery-alert-variant-outline", "F10CD"), BATTERY_ARROW_DOWN("mdi2b-battery-arrow-down", "F17DE"), BATTERY_ARROW_DOWN_OUTLINE("mdi2b-battery-arrow-down-outline", "F17DF"), BATTERY_ARROW_UP("mdi2b-battery-arrow-up", "F17E0"), BATTERY_ARROW_UP_OUTLINE("mdi2b-battery-arrow-up-outline", "F17E1"), BATTERY_BLUETOOTH("mdi2b-battery-bluetooth", "F0948"), BATTERY_BLUETOOTH_VARIANT("mdi2b-battery-bluetooth-variant", "F0949"), BATTERY_CHARGING("mdi2b-battery-charging", "F0084"), BATTERY_CHARGING_10("mdi2b-battery-charging-10", "F089C"), BATTERY_CHARGING_100("mdi2b-battery-charging-100", "F0085"), BATTERY_CHARGING_20("mdi2b-battery-charging-20", "F0086"), BATTERY_CHARGING_30("mdi2b-battery-charging-30", "F0087"), BATTERY_CHARGING_40("mdi2b-battery-charging-40", "F0088"), BATTERY_CHARGING_50("mdi2b-battery-charging-50", "F089D"), BATTERY_CHARGING_60("mdi2b-battery-charging-60", "F0089"), BATTERY_CHARGING_70("mdi2b-battery-charging-70", "F089E"), BATTERY_CHARGING_80("mdi2b-battery-charging-80", "F008A"), BATTERY_CHARGING_90("mdi2b-battery-charging-90", "F008B"), BATTERY_CHARGING_HIGH("mdi2b-battery-charging-high", "F12A6"), BATTERY_CHARGING_LOW("mdi2b-battery-charging-low", "F12A4"), BATTERY_CHARGING_MEDIUM("mdi2b-battery-charging-medium", "F12A5"), BATTERY_CHARGING_OUTLINE("mdi2b-battery-charging-outline", "F089F"), BATTERY_CHARGING_WIRELESS("mdi2b-battery-charging-wireless", "F0807"), BATTERY_CHARGING_WIRELESS_10("mdi2b-battery-charging-wireless-10", "F0808"), BATTERY_CHARGING_WIRELESS_20("mdi2b-battery-charging-wireless-20", "F0809"), BATTERY_CHARGING_WIRELESS_30("mdi2b-battery-charging-wireless-30", "F080A"), BATTERY_CHARGING_WIRELESS_40("mdi2b-battery-charging-wireless-40", "F080B"), BATTERY_CHARGING_WIRELESS_50("mdi2b-battery-charging-wireless-50", "F080C"), BATTERY_CHARGING_WIRELESS_60("mdi2b-battery-charging-wireless-60", "F080D"), BATTERY_CHARGING_WIRELESS_70("mdi2b-battery-charging-wireless-70", "F080E"), BATTERY_CHARGING_WIRELESS_80("mdi2b-battery-charging-wireless-80", "F080F"), BATTERY_CHARGING_WIRELESS_90("mdi2b-battery-charging-wireless-90", "F0810"), BATTERY_CHARGING_WIRELESS_ALERT("mdi2b-battery-charging-wireless-alert", "F0811"), BATTERY_CHARGING_WIRELESS_OUTLINE("mdi2b-battery-charging-wireless-outline", "F0812"), BATTERY_CHECK("mdi2b-battery-check", "F17E2"), BATTERY_CHECK_OUTLINE("mdi2b-battery-check-outline", "F17E3"), BATTERY_CLOCK("mdi2b-battery-clock", "F19E5"), BATTERY_CLOCK_OUTLINE("mdi2b-battery-clock-outline", "F19E6"), BATTERY_HEART("mdi2b-battery-heart", "F120F"), BATTERY_HEART_OUTLINE("mdi2b-battery-heart-outline", "F1210"), BATTERY_HEART_VARIANT("mdi2b-battery-heart-variant", "F1211"), BATTERY_HIGH("mdi2b-battery-high", "F12A3"), BATTERY_LOCK("mdi2b-battery-lock", "F179C"), BATTERY_LOCK_OPEN("mdi2b-battery-lock-open", "F179D"), BATTERY_LOW("mdi2b-battery-low", "F12A1"), BATTERY_MEDIUM("mdi2b-battery-medium", "F12A2"), BATTERY_MINUS("mdi2b-battery-minus", "F17E4"), BATTERY_MINUS_OUTLINE("mdi2b-battery-minus-outline", "F17E5"), BATTERY_MINUS_VARIANT("mdi2b-battery-minus-variant", "F008C"), BATTERY_NEGATIVE("mdi2b-battery-negative", "F008D"), BATTERY_OFF("mdi2b-battery-off", "F125D"), BATTERY_OFF_OUTLINE("mdi2b-battery-off-outline", "F125E"), BATTERY_OUTLINE("mdi2b-battery-outline", "F008E"), BATTERY_PLUS("mdi2b-battery-plus", "F17E6"), BATTERY_PLUS_OUTLINE("mdi2b-battery-plus-outline", "F17E7"), BATTERY_PLUS_VARIANT("mdi2b-battery-plus-variant", "F008F"), BATTERY_POSITIVE("mdi2b-battery-positive", "F0090"), BATTERY_REMOVE("mdi2b-battery-remove", "F17E8"), BATTERY_REMOVE_OUTLINE("mdi2b-battery-remove-outline", "F17E9"), BATTERY_SYNC("mdi2b-battery-sync", "F1834"), BATTERY_SYNC_OUTLINE("mdi2b-battery-sync-outline", "F1835"), BATTERY_UNKNOWN("mdi2b-battery-unknown", "F0091"), BATTERY_UNKNOWN_BLUETOOTH("mdi2b-battery-unknown-bluetooth", "F094A"), BEACH("mdi2b-beach", "F0092"), BEAKER("mdi2b-beaker", "F0CEA"), BEAKER_ALERT("mdi2b-beaker-alert", "F1229"), BEAKER_ALERT_OUTLINE("mdi2b-beaker-alert-outline", "F122A"), BEAKER_CHECK("mdi2b-beaker-check", "F122B"), BEAKER_CHECK_OUTLINE("mdi2b-beaker-check-outline", "F122C"), BEAKER_MINUS("mdi2b-beaker-minus", "F122D"), BEAKER_MINUS_OUTLINE("mdi2b-beaker-minus-outline", "F122E"), BEAKER_OUTLINE("mdi2b-beaker-outline", "F0690"), BEAKER_PLUS("mdi2b-beaker-plus", "F122F"), BEAKER_PLUS_OUTLINE("mdi2b-beaker-plus-outline", "F1230"), BEAKER_QUESTION("mdi2b-beaker-question", "F1231"), BEAKER_QUESTION_OUTLINE("mdi2b-beaker-question-outline", "F1232"), BEAKER_REMOVE("mdi2b-beaker-remove", "F1233"), BEAKER_REMOVE_OUTLINE("mdi2b-beaker-remove-outline", "F1234"), BED("mdi2b-bed", "F02E3"), BED_CLOCK("mdi2b-bed-clock", "F1B94"), BED_DOUBLE("mdi2b-bed-double", "F0FD4"), BED_DOUBLE_OUTLINE("mdi2b-bed-double-outline", "F0FD3"), BED_EMPTY("mdi2b-bed-empty", "F08A0"), BED_KING("mdi2b-bed-king", "F0FD2"), BED_KING_OUTLINE("mdi2b-bed-king-outline", "F0FD1"), BED_OUTLINE("mdi2b-bed-outline", "F0099"), BED_QUEEN("mdi2b-bed-queen", "F0FD0"), BED_QUEEN_OUTLINE("mdi2b-bed-queen-outline", "F0FDB"), BED_SINGLE("mdi2b-bed-single", "F106D"), BED_SINGLE_OUTLINE("mdi2b-bed-single-outline", "F106E"), BEE("mdi2b-bee", "F0FA1"), BEE_FLOWER("mdi2b-bee-flower", "F0FA2"), BEEHIVE_OFF_OUTLINE("mdi2b-beehive-off-outline", "F13ED"), BEEHIVE_OUTLINE("mdi2b-beehive-outline", "F10CE"), BEEKEEPER("mdi2b-beekeeper", "F14E2"), BEER("mdi2b-beer", "F0098"), BEER_OUTLINE("mdi2b-beer-outline", "F130C"), BELL("mdi2b-bell", "F009A"), BELL_ALERT("mdi2b-bell-alert", "F0D59"), BELL_ALERT_OUTLINE("mdi2b-bell-alert-outline", "F0E81"), BELL_BADGE("mdi2b-bell-badge", "F116B"), BELL_BADGE_OUTLINE("mdi2b-bell-badge-outline", "F0178"), BELL_CANCEL("mdi2b-bell-cancel", "F13E7"), BELL_CANCEL_OUTLINE("mdi2b-bell-cancel-outline", "F13E8"), BELL_CHECK("mdi2b-bell-check", "F11E5"), BELL_CHECK_OUTLINE("mdi2b-bell-check-outline", "F11E6"), BELL_CIRCLE("mdi2b-bell-circle", "F0D5A"), BELL_CIRCLE_OUTLINE("mdi2b-bell-circle-outline", "F0D5B"), BELL_COG("mdi2b-bell-cog", "F1A29"), BELL_COG_OUTLINE("mdi2b-bell-cog-outline", "F1A2A"), BELL_MINUS("mdi2b-bell-minus", "F13E9"), BELL_MINUS_OUTLINE("mdi2b-bell-minus-outline", "F13EA"), BELL_OFF("mdi2b-bell-off", "F009B"), BELL_OFF_OUTLINE("mdi2b-bell-off-outline", "F0A91"), BELL_OUTLINE("mdi2b-bell-outline", "F009C"), BELL_PLUS("mdi2b-bell-plus", "F009D"), BELL_PLUS_OUTLINE("mdi2b-bell-plus-outline", "F0A92"), BELL_REMOVE("mdi2b-bell-remove", "F13EB"), BELL_REMOVE_OUTLINE("mdi2b-bell-remove-outline", "F13EC"), BELL_RING("mdi2b-bell-ring", "F009E"), BELL_RING_OUTLINE("mdi2b-bell-ring-outline", "F009F"), BELL_SLEEP("mdi2b-bell-sleep", "F00A0"), BELL_SLEEP_OUTLINE("mdi2b-bell-sleep-outline", "F0A93"), BENCH("mdi2b-bench", "F1C21"), BENCH_BACK("mdi2b-bench-back", "F1C22"), BETA("mdi2b-beta", "F00A1"), BETAMAX("mdi2b-betamax", "F09CB"), BIATHLON("mdi2b-biathlon", "F0E14"), BICYCLE("mdi2b-bicycle", "F109C"), BICYCLE_BASKET("mdi2b-bicycle-basket", "F1235"), BICYCLE_CARGO("mdi2b-bicycle-cargo", "F189C"), BICYCLE_ELECTRIC("mdi2b-bicycle-electric", "F15B4"), BICYCLE_PENNY_FARTHING("mdi2b-bicycle-penny-farthing", "F15E9"), BIKE("mdi2b-bike", "F00A3"), BIKE_FAST("mdi2b-bike-fast", "F111F"), BIKE_PEDAL("mdi2b-bike-pedal", "F1C23"), BIKE_PEDAL_CLIPLESS("mdi2b-bike-pedal-clipless", "F1C24"), BIKE_PEDAL_MOUNTAIN("mdi2b-bike-pedal-mountain", "F1C25"), BILLBOARD("mdi2b-billboard", "F1010"), BILLIARDS("mdi2b-billiards", "F0B61"), BILLIARDS_RACK("mdi2b-billiards-rack", "F0B62"), BINOCULARS("mdi2b-binoculars", "F00A5"), BIO("mdi2b-bio", "F00A6"), BIOHAZARD("mdi2b-biohazard", "F00A7"), BIRD("mdi2b-bird", "F15C6"), BITBUCKET("mdi2b-bitbucket", "F00A8"), BITCOIN("mdi2b-bitcoin", "F0813"), BLACK_MESA("mdi2b-black-mesa", "F00A9"), BLENDER("mdi2b-blender", "F0CEB"), BLENDER_OUTLINE("mdi2b-blender-outline", "F181A"), BLENDER_SOFTWARE("mdi2b-blender-software", "F00AB"), BLINDS("mdi2b-blinds", "F00AC"), BLINDS_HORIZONTAL("mdi2b-blinds-horizontal", "F1A2B"), BLINDS_HORIZONTAL_CLOSED("mdi2b-blinds-horizontal-closed", "F1A2C"), BLINDS_OPEN("mdi2b-blinds-open", "F1011"), BLINDS_VERTICAL("mdi2b-blinds-vertical", "F1A2D"), BLINDS_VERTICAL_CLOSED("mdi2b-blinds-vertical-closed", "F1A2E"), BLOCK_HELPER("mdi2b-block-helper", "F00AD"), BLOOD_BAG("mdi2b-blood-bag", "F0CEC"), BLUETOOTH("mdi2b-bluetooth", "F00AF"), BLUETOOTH_AUDIO("mdi2b-bluetooth-audio", "F00B0"), BLUETOOTH_CONNECT("mdi2b-bluetooth-connect", "F00B1"), BLUETOOTH_OFF("mdi2b-bluetooth-off", "F00B2"), BLUETOOTH_SETTINGS("mdi2b-bluetooth-settings", "F00B3"), BLUETOOTH_TRANSFER("mdi2b-bluetooth-transfer", "F00B4"), BLUR("mdi2b-blur", "F00B5"), BLUR_LINEAR("mdi2b-blur-linear", "F00B6"), BLUR_OFF("mdi2b-blur-off", "F00B7"), BLUR_RADIAL("mdi2b-blur-radial", "F00B8"), BOLT("mdi2b-bolt", "F0DB3"), BOMB("mdi2b-bomb", "F0691"), BOMB_OFF("mdi2b-bomb-off", "F06C5"), BONE("mdi2b-bone", "F00B9"), BONE_OFF("mdi2b-bone-off", "F19E0"), BOOK("mdi2b-book", "F00BA"), BOOK_ACCOUNT("mdi2b-book-account", "F13AD"), BOOK_ACCOUNT_OUTLINE("mdi2b-book-account-outline", "F13AE"), BOOK_ALERT("mdi2b-book-alert", "F167C"), BOOK_ALERT_OUTLINE("mdi2b-book-alert-outline", "F167D"), BOOK_ALPHABET("mdi2b-book-alphabet", "F061D"), BOOK_ARROW_DOWN("mdi2b-book-arrow-down", "F167E"), BOOK_ARROW_DOWN_OUTLINE("mdi2b-book-arrow-down-outline", "F167F"), BOOK_ARROW_LEFT("mdi2b-book-arrow-left", "F1680"), BOOK_ARROW_LEFT_OUTLINE("mdi2b-book-arrow-left-outline", "F1681"), BOOK_ARROW_RIGHT("mdi2b-book-arrow-right", "F1682"), BOOK_ARROW_RIGHT_OUTLINE("mdi2b-book-arrow-right-outline", "F1683"), BOOK_ARROW_UP("mdi2b-book-arrow-up", "F1684"), BOOK_ARROW_UP_OUTLINE("mdi2b-book-arrow-up-outline", "F1685"), BOOK_CANCEL("mdi2b-book-cancel", "F1686"), BOOK_CANCEL_OUTLINE("mdi2b-book-cancel-outline", "F1687"), BOOK_CHECK("mdi2b-book-check", "F14F3"), BOOK_CHECK_OUTLINE("mdi2b-book-check-outline", "F14F4"), BOOK_CLOCK("mdi2b-book-clock", "F1688"), BOOK_CLOCK_OUTLINE("mdi2b-book-clock-outline", "F1689"), BOOK_COG("mdi2b-book-cog", "F168A"), BOOK_COG_OUTLINE("mdi2b-book-cog-outline", "F168B"), BOOK_CROSS("mdi2b-book-cross", "F00A2"), BOOK_EDIT("mdi2b-book-edit", "F168C"), BOOK_EDIT_OUTLINE("mdi2b-book-edit-outline", "F168D"), BOOK_EDUCATION("mdi2b-book-education", "F16C9"), BOOK_EDUCATION_OUTLINE("mdi2b-book-education-outline", "F16CA"), BOOK_HEART("mdi2b-book-heart", "F1A1D"), BOOK_HEART_OUTLINE("mdi2b-book-heart-outline", "F1A1E"), BOOK_INFORMATION_VARIANT("mdi2b-book-information-variant", "F106F"), BOOK_LOCK("mdi2b-book-lock", "F079A"), BOOK_LOCK_OPEN("mdi2b-book-lock-open", "F079B"), BOOK_LOCK_OPEN_OUTLINE("mdi2b-book-lock-open-outline", "F168E"), BOOK_LOCK_OUTLINE("mdi2b-book-lock-outline", "F168F"), BOOK_MARKER("mdi2b-book-marker", "F1690"), BOOK_MARKER_OUTLINE("mdi2b-book-marker-outline", "F1691"), BOOK_MINUS("mdi2b-book-minus", "F05D9"), BOOK_MINUS_MULTIPLE("mdi2b-book-minus-multiple", "F0A94"), BOOK_MINUS_MULTIPLE_OUTLINE("mdi2b-book-minus-multiple-outline", "F090B"), BOOK_MINUS_OUTLINE("mdi2b-book-minus-outline", "F1692"), BOOK_MULTIPLE("mdi2b-book-multiple", "F00BB"), BOOK_MULTIPLE_OUTLINE("mdi2b-book-multiple-outline", "F0436"), BOOK_MUSIC("mdi2b-book-music", "F0067"), BOOK_MUSIC_OUTLINE("mdi2b-book-music-outline", "F1693"), BOOK_OFF("mdi2b-book-off", "F1694"), BOOK_OFF_OUTLINE("mdi2b-book-off-outline", "F1695"), BOOK_OPEN("mdi2b-book-open", "F00BD"), BOOK_OPEN_BLANK_VARIANT("mdi2b-book-open-blank-variant", "F00BE"), BOOK_OPEN_BLANK_VARIANT_OUTLINE("mdi2b-book-open-blank-variant-outline", "F1CCB"), BOOK_OPEN_OUTLINE("mdi2b-book-open-outline", "F0B63"), BOOK_OPEN_PAGE_VARIANT("mdi2b-book-open-page-variant", "F05DA"), BOOK_OPEN_PAGE_VARIANT_OUTLINE("mdi2b-book-open-page-variant-outline", "F15D6"), BOOK_OPEN_VARIANT("mdi2b-book-open-variant", "F14F7"), BOOK_OPEN_VARIANT_OUTLINE("mdi2b-book-open-variant-outline", "F1CCC"), BOOK_OUTLINE("mdi2b-book-outline", "F0B64"), BOOK_PLAY("mdi2b-book-play", "F0E82"), BOOK_PLAY_OUTLINE("mdi2b-book-play-outline", "F0E83"), BOOK_PLUS("mdi2b-book-plus", "F05DB"), BOOK_PLUS_MULTIPLE("mdi2b-book-plus-multiple", "F0A95"), BOOK_PLUS_MULTIPLE_OUTLINE("mdi2b-book-plus-multiple-outline", "F0ADE"), BOOK_PLUS_OUTLINE("mdi2b-book-plus-outline", "F1696"), BOOK_REFRESH("mdi2b-book-refresh", "F1697"), BOOK_REFRESH_OUTLINE("mdi2b-book-refresh-outline", "F1698"), BOOK_REMOVE("mdi2b-book-remove", "F0A97"), BOOK_REMOVE_MULTIPLE("mdi2b-book-remove-multiple", "F0A96"), BOOK_REMOVE_MULTIPLE_OUTLINE("mdi2b-book-remove-multiple-outline", "F04CA"), BOOK_REMOVE_OUTLINE("mdi2b-book-remove-outline", "F1699"), BOOK_SEARCH("mdi2b-book-search", "F0E84"), BOOK_SEARCH_OUTLINE("mdi2b-book-search-outline", "F0E85"), BOOK_SETTINGS("mdi2b-book-settings", "F169A"), BOOK_SETTINGS_OUTLINE("mdi2b-book-settings-outline", "F169B"), BOOK_SYNC("mdi2b-book-sync", "F169C"), BOOK_SYNC_OUTLINE("mdi2b-book-sync-outline", "F16C8"), BOOK_VARIANT("mdi2b-book-variant", "F00BF"), BOOKMARK("mdi2b-bookmark", "F00C0"), BOOKMARK_BOX("mdi2b-bookmark-box", "F1B75"), BOOKMARK_BOX_MULTIPLE("mdi2b-bookmark-box-multiple", "F196C"), BOOKMARK_BOX_MULTIPLE_OUTLINE("mdi2b-bookmark-box-multiple-outline", "F196D"), BOOKMARK_BOX_OUTLINE("mdi2b-bookmark-box-outline", "F1B76"), BOOKMARK_CHECK("mdi2b-bookmark-check", "F00C1"), BOOKMARK_CHECK_OUTLINE("mdi2b-bookmark-check-outline", "F137B"), BOOKMARK_MINUS("mdi2b-bookmark-minus", "F09CC"), BOOKMARK_MINUS_OUTLINE("mdi2b-bookmark-minus-outline", "F09CD"), BOOKMARK_MULTIPLE("mdi2b-bookmark-multiple", "F0E15"), BOOKMARK_MULTIPLE_OUTLINE("mdi2b-bookmark-multiple-outline", "F0E16"), BOOKMARK_MUSIC("mdi2b-bookmark-music", "F00C2"), BOOKMARK_MUSIC_OUTLINE("mdi2b-bookmark-music-outline", "F1379"), BOOKMARK_OFF("mdi2b-bookmark-off", "F09CE"), BOOKMARK_OFF_OUTLINE("mdi2b-bookmark-off-outline", "F09CF"), BOOKMARK_OUTLINE("mdi2b-bookmark-outline", "F00C3"), BOOKMARK_PLUS("mdi2b-bookmark-plus", "F00C5"), BOOKMARK_PLUS_OUTLINE("mdi2b-bookmark-plus-outline", "F00C4"), BOOKMARK_REMOVE("mdi2b-bookmark-remove", "F00C6"), BOOKMARK_REMOVE_OUTLINE("mdi2b-bookmark-remove-outline", "F137A"), BOOKSHELF("mdi2b-bookshelf", "F125F"), BOOM_GATE("mdi2b-boom-gate", "F0E86"), BOOM_GATE_ALERT("mdi2b-boom-gate-alert", "F0E87"), BOOM_GATE_ALERT_OUTLINE("mdi2b-boom-gate-alert-outline", "F0E88"), BOOM_GATE_ARROW_DOWN("mdi2b-boom-gate-arrow-down", "F0E89"), BOOM_GATE_ARROW_DOWN_OUTLINE("mdi2b-boom-gate-arrow-down-outline", "F0E8A"), BOOM_GATE_ARROW_UP("mdi2b-boom-gate-arrow-up", "F0E8C"), BOOM_GATE_ARROW_UP_OUTLINE("mdi2b-boom-gate-arrow-up-outline", "F0E8D"), BOOM_GATE_OUTLINE("mdi2b-boom-gate-outline", "F0E8B"), BOOM_GATE_UP("mdi2b-boom-gate-up", "F17F9"), BOOM_GATE_UP_OUTLINE("mdi2b-boom-gate-up-outline", "F17FA"), BOOMBOX("mdi2b-boombox", "F05DC"), BOOMERANG("mdi2b-boomerang", "F10CF"), BOOTSTRAP("mdi2b-bootstrap", "F06C6"), BORDER_ALL("mdi2b-border-all", "F00C7"), BORDER_ALL_VARIANT("mdi2b-border-all-variant", "F08A1"), BORDER_BOTTOM("mdi2b-border-bottom", "F00C8"), BORDER_BOTTOM_VARIANT("mdi2b-border-bottom-variant", "F08A2"), BORDER_COLOR("mdi2b-border-color", "F00C9"), BORDER_HORIZONTAL("mdi2b-border-horizontal", "F00CA"), BORDER_INSIDE("mdi2b-border-inside", "F00CB"), BORDER_LEFT("mdi2b-border-left", "F00CC"), BORDER_LEFT_VARIANT("mdi2b-border-left-variant", "F08A3"), BORDER_NONE("mdi2b-border-none", "F00CD"), BORDER_NONE_VARIANT("mdi2b-border-none-variant", "F08A4"), BORDER_OUTSIDE("mdi2b-border-outside", "F00CE"), BORDER_RADIUS("mdi2b-border-radius", "F1AF4"), BORDER_RIGHT("mdi2b-border-right", "F00CF"), BORDER_RIGHT_VARIANT("mdi2b-border-right-variant", "F08A5"), BORDER_STYLE("mdi2b-border-style", "F00D0"), BORDER_TOP("mdi2b-border-top", "F00D1"), BORDER_TOP_VARIANT("mdi2b-border-top-variant", "F08A6"), BORDER_VERTICAL("mdi2b-border-vertical", "F00D2"), BOTTLE_SODA("mdi2b-bottle-soda", "F1070"), BOTTLE_SODA_CLASSIC("mdi2b-bottle-soda-classic", "F1071"), BOTTLE_SODA_CLASSIC_OUTLINE("mdi2b-bottle-soda-classic-outline", "F1363"), BOTTLE_SODA_OUTLINE("mdi2b-bottle-soda-outline", "F1072"), BOTTLE_TONIC("mdi2b-bottle-tonic", "F112E"), BOTTLE_TONIC_OUTLINE("mdi2b-bottle-tonic-outline", "F112F"), BOTTLE_TONIC_PLUS("mdi2b-bottle-tonic-plus", "F1130"), BOTTLE_TONIC_PLUS_OUTLINE("mdi2b-bottle-tonic-plus-outline", "F1131"), BOTTLE_TONIC_SKULL("mdi2b-bottle-tonic-skull", "F1132"), BOTTLE_TONIC_SKULL_OUTLINE("mdi2b-bottle-tonic-skull-outline", "F1133"), BOTTLE_WINE("mdi2b-bottle-wine", "F0854"), BOTTLE_WINE_OUTLINE("mdi2b-bottle-wine-outline", "F1310"), BOW_ARROW("mdi2b-bow-arrow", "F1841"), BOW_TIE("mdi2b-bow-tie", "F0678"), BOWL("mdi2b-bowl", "F028E"), BOWL_MIX("mdi2b-bowl-mix", "F0617"), BOWL_MIX_OUTLINE("mdi2b-bowl-mix-outline", "F02E4"), BOWL_OUTLINE("mdi2b-bowl-outline", "F02A9"), BOWLING("mdi2b-bowling", "F00D3"), BOX("mdi2b-box", "F00D4"), BOX_CUTTER("mdi2b-box-cutter", "F00D5"), BOX_CUTTER_OFF("mdi2b-box-cutter-off", "F0B4A"), BOX_SHADOW("mdi2b-box-shadow", "F0637"), BOXING_GLOVE("mdi2b-boxing-glove", "F0B65"), BRAILLE("mdi2b-braille", "F09D0"), BRAIN("mdi2b-brain", "F09D1"), BREAD_SLICE("mdi2b-bread-slice", "F0CEE"), BREAD_SLICE_OUTLINE("mdi2b-bread-slice-outline", "F0CEF"), BRIDGE("mdi2b-bridge", "F0618"), BRIEFCASE("mdi2b-briefcase", "F00D6"), BRIEFCASE_ACCOUNT("mdi2b-briefcase-account", "F0CF0"), BRIEFCASE_ACCOUNT_OUTLINE("mdi2b-briefcase-account-outline", "F0CF1"), BRIEFCASE_ARROW_LEFT_RIGHT("mdi2b-briefcase-arrow-left-right", "F1A8D"), BRIEFCASE_ARROW_LEFT_RIGHT_OUTLINE("mdi2b-briefcase-arrow-left-right-outline", "F1A8E"), BRIEFCASE_ARROW_UP_DOWN("mdi2b-briefcase-arrow-up-down", "F1A8F"), BRIEFCASE_ARROW_UP_DOWN_OUTLINE("mdi2b-briefcase-arrow-up-down-outline", "F1A90"), BRIEFCASE_CHECK("mdi2b-briefcase-check", "F00D7"), BRIEFCASE_CHECK_OUTLINE("mdi2b-briefcase-check-outline", "F131E"), BRIEFCASE_CLOCK("mdi2b-briefcase-clock", "F10D0"), BRIEFCASE_CLOCK_OUTLINE("mdi2b-briefcase-clock-outline", "F10D1"), BRIEFCASE_DOWNLOAD("mdi2b-briefcase-download", "F00D8"), BRIEFCASE_DOWNLOAD_OUTLINE("mdi2b-briefcase-download-outline", "F0C3D"), BRIEFCASE_EDIT("mdi2b-briefcase-edit", "F0A98"), BRIEFCASE_EDIT_OUTLINE("mdi2b-briefcase-edit-outline", "F0C3E"), BRIEFCASE_EYE("mdi2b-briefcase-eye", "F17D9"), BRIEFCASE_EYE_OUTLINE("mdi2b-briefcase-eye-outline", "F17DA"), BRIEFCASE_MINUS("mdi2b-briefcase-minus", "F0A2A"), BRIEFCASE_MINUS_OUTLINE("mdi2b-briefcase-minus-outline", "F0C3F"), BRIEFCASE_OFF("mdi2b-briefcase-off", "F1658"), BRIEFCASE_OFF_OUTLINE("mdi2b-briefcase-off-outline", "F1659"), BRIEFCASE_OUTLINE("mdi2b-briefcase-outline", "F0814"), BRIEFCASE_PLUS("mdi2b-briefcase-plus", "F0A2B"), BRIEFCASE_PLUS_OUTLINE("mdi2b-briefcase-plus-outline", "F0C40"), BRIEFCASE_REMOVE("mdi2b-briefcase-remove", "F0A2C"), BRIEFCASE_REMOVE_OUTLINE("mdi2b-briefcase-remove-outline", "F0C41"), BRIEFCASE_SEARCH("mdi2b-briefcase-search", "F0A2D"), BRIEFCASE_SEARCH_OUTLINE("mdi2b-briefcase-search-outline", "F0C42"), BRIEFCASE_UPLOAD("mdi2b-briefcase-upload", "F00D9"), BRIEFCASE_UPLOAD_OUTLINE("mdi2b-briefcase-upload-outline", "F0C43"), BRIEFCASE_VARIANT("mdi2b-briefcase-variant", "F1494"), BRIEFCASE_VARIANT_OFF("mdi2b-briefcase-variant-off", "F165A"), BRIEFCASE_VARIANT_OFF_OUTLINE("mdi2b-briefcase-variant-off-outline", "F165B"), BRIEFCASE_VARIANT_OUTLINE("mdi2b-briefcase-variant-outline", "F1495"), BRIGHTNESS_1("mdi2b-brightness-1", "F00DA"), BRIGHTNESS_2("mdi2b-brightness-2", "F00DB"), BRIGHTNESS_3("mdi2b-brightness-3", "F00DC"), BRIGHTNESS_4("mdi2b-brightness-4", "F00DD"), BRIGHTNESS_5("mdi2b-brightness-5", "F00DE"), BRIGHTNESS_6("mdi2b-brightness-6", "F00DF"), BRIGHTNESS_7("mdi2b-brightness-7", "F00E0"), BRIGHTNESS_AUTO("mdi2b-brightness-auto", "F00E1"), BRIGHTNESS_PERCENT("mdi2b-brightness-percent", "F0CF2"), BROADCAST("mdi2b-broadcast", "F1720"), BROADCAST_OFF("mdi2b-broadcast-off", "F1721"), BROOM("mdi2b-broom", "F00E2"), BRUSH("mdi2b-brush", "F00E3"), BRUSH_OFF("mdi2b-brush-off", "F1771"), BRUSH_OUTLINE("mdi2b-brush-outline", "F1A0D"), BRUSH_VARIANT("mdi2b-brush-variant", "F1813"), BUCKET("mdi2b-bucket", "F1415"), BUCKET_OUTLINE("mdi2b-bucket-outline", "F1416"), BUFFET("mdi2b-buffet", "F0578"), BUG("mdi2b-bug", "F00E4"), BUG_CHECK("mdi2b-bug-check", "F0A2E"), BUG_CHECK_OUTLINE("mdi2b-bug-check-outline", "F0A2F"), BUG_OUTLINE("mdi2b-bug-outline", "F0A30"), BUG_PAUSE("mdi2b-bug-pause", "F1AF5"), BUG_PAUSE_OUTLINE("mdi2b-bug-pause-outline", "F1AF6"), BUG_PLAY("mdi2b-bug-play", "F1AF7"), BUG_PLAY_OUTLINE("mdi2b-bug-play-outline", "F1AF8"), BUG_STOP("mdi2b-bug-stop", "F1AF9"), BUG_STOP_OUTLINE("mdi2b-bug-stop-outline", "F1AFA"), BUGLE("mdi2b-bugle", "F0DB4"), BULKHEAD_LIGHT("mdi2b-bulkhead-light", "F1A2F"), BULLDOZER("mdi2b-bulldozer", "F0B22"), BULLET("mdi2b-bullet", "F0CF3"), BULLETIN_BOARD("mdi2b-bulletin-board", "F00E5"), BULLHORN("mdi2b-bullhorn", "F00E6"), BULLHORN_OUTLINE("mdi2b-bullhorn-outline", "F0B23"), BULLHORN_VARIANT("mdi2b-bullhorn-variant", "F196E"), BULLHORN_VARIANT_OUTLINE("mdi2b-bullhorn-variant-outline", "F196F"), BULLSEYE("mdi2b-bullseye", "F05DD"), BULLSEYE_ARROW("mdi2b-bullseye-arrow", "F08C9"), BULMA("mdi2b-bulma", "F12E7"), BUNK_BED("mdi2b-bunk-bed", "F1302"), BUNK_BED_OUTLINE("mdi2b-bunk-bed-outline", "F0097"), BUS("mdi2b-bus", "F00E7"), BUS_ALERT("mdi2b-bus-alert", "F0A99"), BUS_ARTICULATED_END("mdi2b-bus-articulated-end", "F079C"), BUS_ARTICULATED_FRONT("mdi2b-bus-articulated-front", "F079D"), BUS_CLOCK("mdi2b-bus-clock", "F08CA"), BUS_DOUBLE_DECKER("mdi2b-bus-double-decker", "F079E"), BUS_ELECTRIC("mdi2b-bus-electric", "F191D"), BUS_MARKER("mdi2b-bus-marker", "F1212"), BUS_MULTIPLE("mdi2b-bus-multiple", "F0F3F"), BUS_SCHOOL("mdi2b-bus-school", "F079F"), BUS_SIDE("mdi2b-bus-side", "F07A0"), BUS_SIGN("mdi2b-bus-sign", "F1CC1"), BUS_STOP("mdi2b-bus-stop", "F1012"), BUS_STOP_COVERED("mdi2b-bus-stop-covered", "F1013"), BUS_STOP_UNCOVERED("mdi2b-bus-stop-uncovered", "F1014"), BUS_WRENCH("mdi2b-bus-wrench", "F1CC2"), BUTTERFLY("mdi2b-butterfly", "F1589"), BUTTERFLY_OUTLINE("mdi2b-butterfly-outline", "F158A"), BUTTON_CURSOR("mdi2b-button-cursor", "F1B4F"), BUTTON_POINTER("mdi2b-button-pointer", "F1B50"); public static MaterialDesignB findByDescription(String description) { for (MaterialDesignB font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignB(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignBIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignBIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2b-"); } @Override public Ikon resolve(String description) { return MaterialDesignB.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignBIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignBIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignB.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignC.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignC implements Ikon { CABIN_A_FRAME("mdi2c-cabin-a-frame", "F188C"), CABLE_DATA("mdi2c-cable-data", "F1394"), CACHED("mdi2c-cached", "F00E8"), CACTUS("mdi2c-cactus", "F0DB5"), CAKE("mdi2c-cake", "F00E9"), CAKE_LAYERED("mdi2c-cake-layered", "F00EA"), CAKE_VARIANT("mdi2c-cake-variant", "F00EB"), CAKE_VARIANT_OUTLINE("mdi2c-cake-variant-outline", "F17F0"), CALCULATOR("mdi2c-calculator", "F00EC"), CALCULATOR_VARIANT("mdi2c-calculator-variant", "F0A9A"), CALCULATOR_VARIANT_OUTLINE("mdi2c-calculator-variant-outline", "F15A6"), CALENDAR("mdi2c-calendar", "F00ED"), CALENDAR_ACCOUNT("mdi2c-calendar-account", "F0ED7"), CALENDAR_ACCOUNT_OUTLINE("mdi2c-calendar-account-outline", "F0ED8"), CALENDAR_ALERT("mdi2c-calendar-alert", "F0A31"), CALENDAR_ALERT_OUTLINE("mdi2c-calendar-alert-outline", "F1B62"), CALENDAR_ARROW_LEFT("mdi2c-calendar-arrow-left", "F1134"), CALENDAR_ARROW_RIGHT("mdi2c-calendar-arrow-right", "F1135"), CALENDAR_BADGE("mdi2c-calendar-badge", "F1B9D"), CALENDAR_BADGE_OUTLINE("mdi2c-calendar-badge-outline", "F1B9E"), CALENDAR_BLANK("mdi2c-calendar-blank", "F00EE"), CALENDAR_BLANK_MULTIPLE("mdi2c-calendar-blank-multiple", "F1073"), CALENDAR_BLANK_OUTLINE("mdi2c-calendar-blank-outline", "F0B66"), CALENDAR_CHECK("mdi2c-calendar-check", "F00EF"), CALENDAR_CHECK_OUTLINE("mdi2c-calendar-check-outline", "F0C44"), CALENDAR_CLOCK("mdi2c-calendar-clock", "F00F0"), CALENDAR_CLOCK_OUTLINE("mdi2c-calendar-clock-outline", "F16E1"), CALENDAR_COLLAPSE_HORIZONTAL("mdi2c-calendar-collapse-horizontal", "F189D"), CALENDAR_COLLAPSE_HORIZONTAL_OUTLINE("mdi2c-calendar-collapse-horizontal-outline", "F1B63"), CALENDAR_CURSOR("mdi2c-calendar-cursor", "F157B"), CALENDAR_CURSOR_OUTLINE("mdi2c-calendar-cursor-outline", "F1B64"), CALENDAR_EDIT("mdi2c-calendar-edit", "F08A7"), CALENDAR_EDIT_OUTLINE("mdi2c-calendar-edit-outline", "F1B65"), CALENDAR_END("mdi2c-calendar-end", "F166C"), CALENDAR_END_OUTLINE("mdi2c-calendar-end-outline", "F1B66"), CALENDAR_EXPAND_HORIZONTAL("mdi2c-calendar-expand-horizontal", "F189E"), CALENDAR_EXPAND_HORIZONTAL_OUTLINE("mdi2c-calendar-expand-horizontal-outline", "F1B67"), CALENDAR_EXPORT("mdi2c-calendar-export", "F0B24"), CALENDAR_EXPORT_OUTLINE("mdi2c-calendar-export-outline", "F1B68"), CALENDAR_FILTER("mdi2c-calendar-filter", "F1A32"), CALENDAR_FILTER_OUTLINE("mdi2c-calendar-filter-outline", "F1A33"), CALENDAR_HEART("mdi2c-calendar-heart", "F09D2"), CALENDAR_HEART_OUTLINE("mdi2c-calendar-heart-outline", "F1B69"), CALENDAR_IMPORT("mdi2c-calendar-import", "F0B25"), CALENDAR_IMPORT_OUTLINE("mdi2c-calendar-import-outline", "F1B6A"), CALENDAR_LOCK("mdi2c-calendar-lock", "F1641"), CALENDAR_LOCK_OPEN("mdi2c-calendar-lock-open", "F1B5B"), CALENDAR_LOCK_OPEN_OUTLINE("mdi2c-calendar-lock-open-outline", "F1B5C"), CALENDAR_LOCK_OUTLINE("mdi2c-calendar-lock-outline", "F1642"), CALENDAR_MINUS("mdi2c-calendar-minus", "F0D5C"), CALENDAR_MINUS_OUTLINE("mdi2c-calendar-minus-outline", "F1B6B"), CALENDAR_MONTH("mdi2c-calendar-month", "F0E17"), CALENDAR_MONTH_OUTLINE("mdi2c-calendar-month-outline", "F0E18"), CALENDAR_MULTIPLE("mdi2c-calendar-multiple", "F00F1"), CALENDAR_MULTIPLE_CHECK("mdi2c-calendar-multiple-check", "F00F2"), CALENDAR_MULTISELECT("mdi2c-calendar-multiselect", "F0A32"), CALENDAR_MULTISELECT_OUTLINE("mdi2c-calendar-multiselect-outline", "F1B55"), CALENDAR_OUTLINE("mdi2c-calendar-outline", "F0B67"), CALENDAR_PLUS("mdi2c-calendar-plus", "F00F3"), CALENDAR_PLUS_OUTLINE("mdi2c-calendar-plus-outline", "F1B6C"), CALENDAR_QUESTION("mdi2c-calendar-question", "F0692"), CALENDAR_QUESTION_OUTLINE("mdi2c-calendar-question-outline", "F1B6D"), CALENDAR_RANGE("mdi2c-calendar-range", "F0679"), CALENDAR_RANGE_OUTLINE("mdi2c-calendar-range-outline", "F0B68"), CALENDAR_REFRESH("mdi2c-calendar-refresh", "F01E1"), CALENDAR_REFRESH_OUTLINE("mdi2c-calendar-refresh-outline", "F0203"), CALENDAR_REMOVE("mdi2c-calendar-remove", "F00F4"), CALENDAR_REMOVE_OUTLINE("mdi2c-calendar-remove-outline", "F0C45"), CALENDAR_SEARCH("mdi2c-calendar-search", "F094C"), CALENDAR_SEARCH_OUTLINE("mdi2c-calendar-search-outline", "F1B6E"), CALENDAR_STAR("mdi2c-calendar-star", "F09D3"), CALENDAR_STAR_FOUR_POINTS("mdi2c-calendar-star-four-points", "F1C1F"), CALENDAR_STAR_OUTLINE("mdi2c-calendar-star-outline", "F1B53"), CALENDAR_START("mdi2c-calendar-start", "F166D"), CALENDAR_START_OUTLINE("mdi2c-calendar-start-outline", "F1B6F"), CALENDAR_SYNC("mdi2c-calendar-sync", "F0E8E"), CALENDAR_SYNC_OUTLINE("mdi2c-calendar-sync-outline", "F0E8F"), CALENDAR_TEXT("mdi2c-calendar-text", "F00F5"), CALENDAR_TEXT_OUTLINE("mdi2c-calendar-text-outline", "F0C46"), CALENDAR_TODAY("mdi2c-calendar-today", "F00F6"), CALENDAR_TODAY_OUTLINE("mdi2c-calendar-today-outline", "F1A30"), CALENDAR_WEEK("mdi2c-calendar-week", "F0A33"), CALENDAR_WEEK_BEGIN("mdi2c-calendar-week-begin", "F0A34"), CALENDAR_WEEK_BEGIN_OUTLINE("mdi2c-calendar-week-begin-outline", "F1A31"), CALENDAR_WEEK_OUTLINE("mdi2c-calendar-week-outline", "F1A34"), CALENDAR_WEEKEND("mdi2c-calendar-weekend", "F0ED9"), CALENDAR_WEEKEND_OUTLINE("mdi2c-calendar-weekend-outline", "F0EDA"), CALL_MADE("mdi2c-call-made", "F00F7"), CALL_MERGE("mdi2c-call-merge", "F00F8"), CALL_MISSED("mdi2c-call-missed", "F00F9"), CALL_RECEIVED("mdi2c-call-received", "F00FA"), CALL_SPLIT("mdi2c-call-split", "F00FB"), CAMCORDER("mdi2c-camcorder", "F00FC"), CAMCORDER_OFF("mdi2c-camcorder-off", "F00FF"), CAMERA("mdi2c-camera", "F0100"), CAMERA_ACCOUNT("mdi2c-camera-account", "F08CB"), CAMERA_BURST("mdi2c-camera-burst", "F0693"), CAMERA_CONTROL("mdi2c-camera-control", "F0B69"), CAMERA_DOCUMENT("mdi2c-camera-document", "F1871"), CAMERA_DOCUMENT_OFF("mdi2c-camera-document-off", "F1872"), CAMERA_ENHANCE("mdi2c-camera-enhance", "F0101"), CAMERA_ENHANCE_OUTLINE("mdi2c-camera-enhance-outline", "F0B6A"), CAMERA_FLIP("mdi2c-camera-flip", "F15D9"), CAMERA_FLIP_OUTLINE("mdi2c-camera-flip-outline", "F15DA"), CAMERA_FRONT("mdi2c-camera-front", "F0102"), CAMERA_FRONT_VARIANT("mdi2c-camera-front-variant", "F0103"), CAMERA_GOPRO("mdi2c-camera-gopro", "F07A1"), CAMERA_IMAGE("mdi2c-camera-image", "F08CC"), CAMERA_IRIS("mdi2c-camera-iris", "F0104"), CAMERA_LOCK("mdi2c-camera-lock", "F1A14"), CAMERA_LOCK_OPEN("mdi2c-camera-lock-open", "F1C0D"), CAMERA_LOCK_OPEN_OUTLINE("mdi2c-camera-lock-open-outline", "F1C0E"), CAMERA_LOCK_OUTLINE("mdi2c-camera-lock-outline", "F1A15"), CAMERA_MARKER("mdi2c-camera-marker", "F19A7"), CAMERA_MARKER_OUTLINE("mdi2c-camera-marker-outline", "F19A8"), CAMERA_METERING_CENTER("mdi2c-camera-metering-center", "F07A2"), CAMERA_METERING_MATRIX("mdi2c-camera-metering-matrix", "F07A3"), CAMERA_METERING_PARTIAL("mdi2c-camera-metering-partial", "F07A4"), CAMERA_METERING_SPOT("mdi2c-camera-metering-spot", "F07A5"), CAMERA_OFF("mdi2c-camera-off", "F05DF"), CAMERA_OFF_OUTLINE("mdi2c-camera-off-outline", "F19BF"), CAMERA_OUTLINE("mdi2c-camera-outline", "F0D5D"), CAMERA_PARTY_MODE("mdi2c-camera-party-mode", "F0105"), CAMERA_PLUS("mdi2c-camera-plus", "F0EDB"), CAMERA_PLUS_OUTLINE("mdi2c-camera-plus-outline", "F0EDC"), CAMERA_REAR("mdi2c-camera-rear", "F0106"), CAMERA_REAR_VARIANT("mdi2c-camera-rear-variant", "F0107"), CAMERA_RETAKE("mdi2c-camera-retake", "F0E19"), CAMERA_RETAKE_OUTLINE("mdi2c-camera-retake-outline", "F0E1A"), CAMERA_SWITCH("mdi2c-camera-switch", "F0108"), CAMERA_SWITCH_OUTLINE("mdi2c-camera-switch-outline", "F084A"), CAMERA_TIMER("mdi2c-camera-timer", "F0109"), CAMERA_WIRELESS("mdi2c-camera-wireless", "F0DB6"), CAMERA_WIRELESS_OUTLINE("mdi2c-camera-wireless-outline", "F0DB7"), CAMPFIRE("mdi2c-campfire", "F0EDD"), CANCEL("mdi2c-cancel", "F073A"), CANDELABRA("mdi2c-candelabra", "F17D2"), CANDELABRA_FIRE("mdi2c-candelabra-fire", "F17D3"), CANDLE("mdi2c-candle", "F05E2"), CANDY("mdi2c-candy", "F1970"), CANDY_OFF("mdi2c-candy-off", "F1971"), CANDY_OFF_OUTLINE("mdi2c-candy-off-outline", "F1972"), CANDY_OUTLINE("mdi2c-candy-outline", "F1973"), CANDYCANE("mdi2c-candycane", "F010A"), CANNABIS("mdi2c-cannabis", "F07A6"), CANNABIS_OFF("mdi2c-cannabis-off", "F166E"), CAPS_LOCK("mdi2c-caps-lock", "F0A9B"), CAR("mdi2c-car", "F010B"), CAR_2_PLUS("mdi2c-car-2-plus", "F1015"), CAR_3_PLUS("mdi2c-car-3-plus", "F1016"), CAR_ARROW_LEFT("mdi2c-car-arrow-left", "F13B2"), CAR_ARROW_RIGHT("mdi2c-car-arrow-right", "F13B3"), CAR_BACK("mdi2c-car-back", "F0E1B"), CAR_BATTERY("mdi2c-car-battery", "F010C"), CAR_BRAKE_ABS("mdi2c-car-brake-abs", "F0C47"), CAR_BRAKE_ALERT("mdi2c-car-brake-alert", "F0C48"), CAR_BRAKE_FLUID_LEVEL("mdi2c-car-brake-fluid-level", "F1909"), CAR_BRAKE_HOLD("mdi2c-car-brake-hold", "F0D5E"), CAR_BRAKE_LOW_PRESSURE("mdi2c-car-brake-low-pressure", "F190A"), CAR_BRAKE_PARKING("mdi2c-car-brake-parking", "F0D5F"), CAR_BRAKE_RETARDER("mdi2c-car-brake-retarder", "F1017"), CAR_BRAKE_TEMPERATURE("mdi2c-car-brake-temperature", "F190B"), CAR_BRAKE_WORN_LININGS("mdi2c-car-brake-worn-linings", "F190C"), CAR_CHILD_SEAT("mdi2c-car-child-seat", "F0FA3"), CAR_CLOCK("mdi2c-car-clock", "F1974"), CAR_CLUTCH("mdi2c-car-clutch", "F1018"), CAR_COG("mdi2c-car-cog", "F13CC"), CAR_CONNECTED("mdi2c-car-connected", "F010D"), CAR_CONVERTIBLE("mdi2c-car-convertible", "F07A7"), CAR_COOLANT_LEVEL("mdi2c-car-coolant-level", "F1019"), CAR_CRUISE_CONTROL("mdi2c-car-cruise-control", "F0D60"), CAR_DEFROST_FRONT("mdi2c-car-defrost-front", "F0D61"), CAR_DEFROST_REAR("mdi2c-car-defrost-rear", "F0D62"), CAR_DOOR("mdi2c-car-door", "F0B6B"), CAR_DOOR_LOCK("mdi2c-car-door-lock", "F109D"), CAR_DOOR_LOCK_OPEN("mdi2c-car-door-lock-open", "F1C81"), CAR_ELECTRIC("mdi2c-car-electric", "F0B6C"), CAR_ELECTRIC_OUTLINE("mdi2c-car-electric-outline", "F15B5"), CAR_EMERGENCY("mdi2c-car-emergency", "F160F"), CAR_ESP("mdi2c-car-esp", "F0C49"), CAR_ESTATE("mdi2c-car-estate", "F07A8"), CAR_HATCHBACK("mdi2c-car-hatchback", "F07A9"), CAR_INFO("mdi2c-car-info", "F11BE"), CAR_KEY("mdi2c-car-key", "F0B6D"), CAR_LIFTED_PICKUP("mdi2c-car-lifted-pickup", "F152D"), CAR_LIGHT_ALERT("mdi2c-car-light-alert", "F190D"), CAR_LIGHT_DIMMED("mdi2c-car-light-dimmed", "F0C4A"), CAR_LIGHT_FOG("mdi2c-car-light-fog", "F0C4B"), CAR_LIGHT_HIGH("mdi2c-car-light-high", "F0C4C"), CAR_LIMOUSINE("mdi2c-car-limousine", "F08CD"), CAR_MULTIPLE("mdi2c-car-multiple", "F0B6E"), CAR_OFF("mdi2c-car-off", "F0E1C"), CAR_OUTLINE("mdi2c-car-outline", "F14ED"), CAR_PARKING_LIGHTS("mdi2c-car-parking-lights", "F0D63"), CAR_PICKUP("mdi2c-car-pickup", "F07AA"), CAR_SEARCH("mdi2c-car-search", "F1B8D"), CAR_SEARCH_OUTLINE("mdi2c-car-search-outline", "F1B8E"), CAR_SEAT("mdi2c-car-seat", "F0FA4"), CAR_SEAT_COOLER("mdi2c-car-seat-cooler", "F0FA5"), CAR_SEAT_HEATER("mdi2c-car-seat-heater", "F0FA6"), CAR_SELECT("mdi2c-car-select", "F1879"), CAR_SETTINGS("mdi2c-car-settings", "F13CD"), CAR_SHIFT_PATTERN("mdi2c-car-shift-pattern", "F0F40"), CAR_SIDE("mdi2c-car-side", "F07AB"), CAR_SPEED_LIMITER("mdi2c-car-speed-limiter", "F190E"), CAR_SPORTS("mdi2c-car-sports", "F07AC"), CAR_TIRE_ALERT("mdi2c-car-tire-alert", "F0C4D"), CAR_TRACTION_CONTROL("mdi2c-car-traction-control", "F0D64"), CAR_TURBOCHARGER("mdi2c-car-turbocharger", "F101A"), CAR_WASH("mdi2c-car-wash", "F010E"), CAR_WINDSHIELD("mdi2c-car-windshield", "F101B"), CAR_WINDSHIELD_OUTLINE("mdi2c-car-windshield-outline", "F101C"), CAR_WIRELESS("mdi2c-car-wireless", "F1878"), CAR_WRENCH("mdi2c-car-wrench", "F1814"), CARABINER("mdi2c-carabiner", "F14C0"), CARAVAN("mdi2c-caravan", "F07AD"), CARD("mdi2c-card", "F0B6F"), CARD_ACCOUNT_DETAILS("mdi2c-card-account-details", "F05D2"), CARD_ACCOUNT_DETAILS_OUTLINE("mdi2c-card-account-details-outline", "F0DAB"), CARD_ACCOUNT_DETAILS_STAR("mdi2c-card-account-details-star", "F02A3"), CARD_ACCOUNT_DETAILS_STAR_OUTLINE("mdi2c-card-account-details-star-outline", "F06DB"), CARD_ACCOUNT_MAIL("mdi2c-card-account-mail", "F018E"), CARD_ACCOUNT_MAIL_OUTLINE("mdi2c-card-account-mail-outline", "F0E98"), CARD_ACCOUNT_PHONE("mdi2c-card-account-phone", "F0E99"), CARD_ACCOUNT_PHONE_OUTLINE("mdi2c-card-account-phone-outline", "F0E9A"), CARD_BULLETED("mdi2c-card-bulleted", "F0B70"), CARD_BULLETED_OFF("mdi2c-card-bulleted-off", "F0B71"), CARD_BULLETED_OFF_OUTLINE("mdi2c-card-bulleted-off-outline", "F0B72"), CARD_BULLETED_OUTLINE("mdi2c-card-bulleted-outline", "F0B73"), CARD_BULLETED_SETTINGS("mdi2c-card-bulleted-settings", "F0B74"), CARD_BULLETED_SETTINGS_OUTLINE("mdi2c-card-bulleted-settings-outline", "F0B75"), CARD_MINUS("mdi2c-card-minus", "F1600"), CARD_MINUS_OUTLINE("mdi2c-card-minus-outline", "F1601"), CARD_MULTIPLE("mdi2c-card-multiple", "F17F1"), CARD_MULTIPLE_OUTLINE("mdi2c-card-multiple-outline", "F17F2"), CARD_OFF("mdi2c-card-off", "F1602"), CARD_OFF_OUTLINE("mdi2c-card-off-outline", "F1603"), CARD_OUTLINE("mdi2c-card-outline", "F0B76"), CARD_PLUS("mdi2c-card-plus", "F11FF"), CARD_PLUS_OUTLINE("mdi2c-card-plus-outline", "F1200"), CARD_REMOVE("mdi2c-card-remove", "F1604"), CARD_REMOVE_OUTLINE("mdi2c-card-remove-outline", "F1605"), CARD_SEARCH("mdi2c-card-search", "F1074"), CARD_SEARCH_OUTLINE("mdi2c-card-search-outline", "F1075"), CARD_TEXT("mdi2c-card-text", "F0B77"), CARD_TEXT_OUTLINE("mdi2c-card-text-outline", "F0B78"), CARDS("mdi2c-cards", "F0638"), CARDS_CLUB("mdi2c-cards-club", "F08CE"), CARDS_CLUB_OUTLINE("mdi2c-cards-club-outline", "F189F"), CARDS_DIAMOND("mdi2c-cards-diamond", "F08CF"), CARDS_DIAMOND_OUTLINE("mdi2c-cards-diamond-outline", "F101D"), CARDS_HEART("mdi2c-cards-heart", "F08D0"), CARDS_HEART_OUTLINE("mdi2c-cards-heart-outline", "F18A0"), CARDS_OUTLINE("mdi2c-cards-outline", "F0639"), CARDS_PLAYING("mdi2c-cards-playing", "F18A1"), CARDS_PLAYING_CLUB("mdi2c-cards-playing-club", "F18A2"), CARDS_PLAYING_CLUB_MULTIPLE("mdi2c-cards-playing-club-multiple", "F18A3"), CARDS_PLAYING_CLUB_MULTIPLE_OUTLINE("mdi2c-cards-playing-club-multiple-outline", "F18A4"), CARDS_PLAYING_CLUB_OUTLINE("mdi2c-cards-playing-club-outline", "F18A5"), CARDS_PLAYING_DIAMOND("mdi2c-cards-playing-diamond", "F18A6"), CARDS_PLAYING_DIAMOND_MULTIPLE("mdi2c-cards-playing-diamond-multiple", "F18A7"), CARDS_PLAYING_DIAMOND_MULTIPLE_OUTLINE("mdi2c-cards-playing-diamond-multiple-outline", "F18A8"), CARDS_PLAYING_DIAMOND_OUTLINE("mdi2c-cards-playing-diamond-outline", "F18A9"), CARDS_PLAYING_HEART("mdi2c-cards-playing-heart", "F18AA"), CARDS_PLAYING_HEART_MULTIPLE("mdi2c-cards-playing-heart-multiple", "F18AB"), CARDS_PLAYING_HEART_MULTIPLE_OUTLINE("mdi2c-cards-playing-heart-multiple-outline", "F18AC"), CARDS_PLAYING_HEART_OUTLINE("mdi2c-cards-playing-heart-outline", "F18AD"), CARDS_PLAYING_OUTLINE("mdi2c-cards-playing-outline", "F063A"), CARDS_PLAYING_SPADE("mdi2c-cards-playing-spade", "F18AE"), CARDS_PLAYING_SPADE_MULTIPLE("mdi2c-cards-playing-spade-multiple", "F18AF"), CARDS_PLAYING_SPADE_MULTIPLE_OUTLINE("mdi2c-cards-playing-spade-multiple-outline", "F18B0"), CARDS_PLAYING_SPADE_OUTLINE("mdi2c-cards-playing-spade-outline", "F18B1"), CARDS_SPADE("mdi2c-cards-spade", "F08D1"), CARDS_SPADE_OUTLINE("mdi2c-cards-spade-outline", "F18B2"), CARDS_VARIANT("mdi2c-cards-variant", "F06C7"), CARROT("mdi2c-carrot", "F010F"), CART("mdi2c-cart", "F0110"), CART_ARROW_DOWN("mdi2c-cart-arrow-down", "F0D66"), CART_ARROW_RIGHT("mdi2c-cart-arrow-right", "F0C4E"), CART_ARROW_UP("mdi2c-cart-arrow-up", "F0D67"), CART_CHECK("mdi2c-cart-check", "F15EA"), CART_HEART("mdi2c-cart-heart", "F18E0"), CART_MINUS("mdi2c-cart-minus", "F0D68"), CART_OFF("mdi2c-cart-off", "F066B"), CART_OUTLINE("mdi2c-cart-outline", "F0111"), CART_PERCENT("mdi2c-cart-percent", "F1BAE"), CART_PLUS("mdi2c-cart-plus", "F0112"), CART_REMOVE("mdi2c-cart-remove", "F0D69"), CART_VARIANT("mdi2c-cart-variant", "F15EB"), CASE_SENSITIVE_ALT("mdi2c-case-sensitive-alt", "F0113"), CASH("mdi2c-cash", "F0114"), CASH_100("mdi2c-cash-100", "F0115"), CASH_CHECK("mdi2c-cash-check", "F14EE"), CASH_CLOCK("mdi2c-cash-clock", "F1A91"), CASH_EDIT("mdi2c-cash-edit", "F1CAB"), CASH_FAST("mdi2c-cash-fast", "F185C"), CASH_LOCK("mdi2c-cash-lock", "F14EA"), CASH_LOCK_OPEN("mdi2c-cash-lock-open", "F14EB"), CASH_MARKER("mdi2c-cash-marker", "F0DB8"), CASH_MINUS("mdi2c-cash-minus", "F1260"), CASH_MULTIPLE("mdi2c-cash-multiple", "F0116"), CASH_OFF("mdi2c-cash-off", "F1C79"), CASH_PLUS("mdi2c-cash-plus", "F1261"), CASH_REFUND("mdi2c-cash-refund", "F0A9C"), CASH_REGISTER("mdi2c-cash-register", "F0CF4"), CASH_REMOVE("mdi2c-cash-remove", "F1262"), CASH_SYNC("mdi2c-cash-sync", "F1A92"), CASSETTE("mdi2c-cassette", "F09D4"), CAST("mdi2c-cast", "F0118"), CAST_AUDIO("mdi2c-cast-audio", "F101E"), CAST_AUDIO_VARIANT("mdi2c-cast-audio-variant", "F1749"), CAST_CONNECTED("mdi2c-cast-connected", "F0119"), CAST_EDUCATION("mdi2c-cast-education", "F0E1D"), CAST_OFF("mdi2c-cast-off", "F078A"), CAST_VARIANT("mdi2c-cast-variant", "F001F"), CASTLE("mdi2c-castle", "F011A"), CAT("mdi2c-cat", "F011B"), CCTV("mdi2c-cctv", "F07AE"), CCTV_OFF("mdi2c-cctv-off", "F185F"), CEILING_FAN("mdi2c-ceiling-fan", "F1797"), CEILING_FAN_LIGHT("mdi2c-ceiling-fan-light", "F1798"), CEILING_LIGHT("mdi2c-ceiling-light", "F0769"), CEILING_LIGHT_MULTIPLE("mdi2c-ceiling-light-multiple", "F18DD"), CEILING_LIGHT_MULTIPLE_OUTLINE("mdi2c-ceiling-light-multiple-outline", "F18DE"), CEILING_LIGHT_OUTLINE("mdi2c-ceiling-light-outline", "F17C7"), CELLPHONE("mdi2c-cellphone", "F011C"), CELLPHONE_ARROW_DOWN("mdi2c-cellphone-arrow-down", "F09D5"), CELLPHONE_ARROW_DOWN_VARIANT("mdi2c-cellphone-arrow-down-variant", "F19C5"), CELLPHONE_BASIC("mdi2c-cellphone-basic", "F011E"), CELLPHONE_CHARGING("mdi2c-cellphone-charging", "F1397"), CELLPHONE_CHECK("mdi2c-cellphone-check", "F17FD"), CELLPHONE_COG("mdi2c-cellphone-cog", "F0951"), CELLPHONE_DOCK("mdi2c-cellphone-dock", "F011F"), CELLPHONE_INFORMATION("mdi2c-cellphone-information", "F0F41"), CELLPHONE_KEY("mdi2c-cellphone-key", "F094E"), CELLPHONE_LINK("mdi2c-cellphone-link", "F0121"), CELLPHONE_LINK_OFF("mdi2c-cellphone-link-off", "F0122"), CELLPHONE_LOCK("mdi2c-cellphone-lock", "F094F"), CELLPHONE_MARKER("mdi2c-cellphone-marker", "F183A"), CELLPHONE_MESSAGE("mdi2c-cellphone-message", "F08D3"), CELLPHONE_MESSAGE_OFF("mdi2c-cellphone-message-off", "F10D2"), CELLPHONE_NFC("mdi2c-cellphone-nfc", "F0E90"), CELLPHONE_NFC_OFF("mdi2c-cellphone-nfc-off", "F12D8"), CELLPHONE_OFF("mdi2c-cellphone-off", "F0950"), CELLPHONE_PLAY("mdi2c-cellphone-play", "F101F"), CELLPHONE_REMOVE("mdi2c-cellphone-remove", "F094D"), CELLPHONE_SCREENSHOT("mdi2c-cellphone-screenshot", "F0A35"), CELLPHONE_SETTINGS("mdi2c-cellphone-settings", "F0123"), CELLPHONE_SOUND("mdi2c-cellphone-sound", "F0952"), CELLPHONE_TEXT("mdi2c-cellphone-text", "F08D2"), CELLPHONE_WIRELESS("mdi2c-cellphone-wireless", "F0815"), CENTOS("mdi2c-centos", "F111A"), CERTIFICATE("mdi2c-certificate", "F0124"), CERTIFICATE_OUTLINE("mdi2c-certificate-outline", "F1188"), CHAIR_ROLLING("mdi2c-chair-rolling", "F0F48"), CHAIR_SCHOOL("mdi2c-chair-school", "F0125"), CHANDELIER("mdi2c-chandelier", "F1793"), CHARITY("mdi2c-charity", "F0C4F"), CHARITY_SEARCH("mdi2c-charity-search", "F1C82"), CHART_ARC("mdi2c-chart-arc", "F0126"), CHART_AREASPLINE("mdi2c-chart-areaspline", "F0127"), CHART_AREASPLINE_VARIANT("mdi2c-chart-areaspline-variant", "F0E91"), CHART_BAR("mdi2c-chart-bar", "F0128"), CHART_BAR_STACKED("mdi2c-chart-bar-stacked", "F076A"), CHART_BELL_CURVE("mdi2c-chart-bell-curve", "F0C50"), CHART_BELL_CURVE_CUMULATIVE("mdi2c-chart-bell-curve-cumulative", "F0FA7"), CHART_BOX("mdi2c-chart-box", "F154D"), CHART_BOX_MULTIPLE("mdi2c-chart-box-multiple", "F1CCD"), CHART_BOX_MULTIPLE_OUTLINE("mdi2c-chart-box-multiple-outline", "F1CCE"), CHART_BOX_OUTLINE("mdi2c-chart-box-outline", "F154E"), CHART_BOX_PLUS_OUTLINE("mdi2c-chart-box-plus-outline", "F154F"), CHART_BUBBLE("mdi2c-chart-bubble", "F05E3"), CHART_DONUT("mdi2c-chart-donut", "F07AF"), CHART_DONUT_VARIANT("mdi2c-chart-donut-variant", "F07B0"), CHART_GANTT("mdi2c-chart-gantt", "F066C"), CHART_HISTOGRAM("mdi2c-chart-histogram", "F0129"), CHART_LINE("mdi2c-chart-line", "F012A"), CHART_LINE_STACKED("mdi2c-chart-line-stacked", "F076B"), CHART_LINE_VARIANT("mdi2c-chart-line-variant", "F07B1"), CHART_MULTILINE("mdi2c-chart-multiline", "F08D4"), CHART_MULTIPLE("mdi2c-chart-multiple", "F1213"), CHART_PIE("mdi2c-chart-pie", "F012B"), CHART_PIE_OUTLINE("mdi2c-chart-pie-outline", "F1BDF"), CHART_PPF("mdi2c-chart-ppf", "F1380"), CHART_SANKEY("mdi2c-chart-sankey", "F11DF"), CHART_SANKEY_VARIANT("mdi2c-chart-sankey-variant", "F11E0"), CHART_SCATTER_PLOT("mdi2c-chart-scatter-plot", "F0E92"), CHART_SCATTER_PLOT_HEXBIN("mdi2c-chart-scatter-plot-hexbin", "F066D"), CHART_TIMELINE("mdi2c-chart-timeline", "F066E"), CHART_TIMELINE_VARIANT("mdi2c-chart-timeline-variant", "F0E93"), CHART_TIMELINE_VARIANT_SHIMMER("mdi2c-chart-timeline-variant-shimmer", "F15B6"), CHART_TREE("mdi2c-chart-tree", "F0E94"), CHART_WATERFALL("mdi2c-chart-waterfall", "F1918"), CHAT("mdi2c-chat", "F0B79"), CHAT_ALERT("mdi2c-chat-alert", "F0B7A"), CHAT_ALERT_OUTLINE("mdi2c-chat-alert-outline", "F12C9"), CHAT_MINUS("mdi2c-chat-minus", "F1410"), CHAT_MINUS_OUTLINE("mdi2c-chat-minus-outline", "F1413"), CHAT_OUTLINE("mdi2c-chat-outline", "F0EDE"), CHAT_PLUS("mdi2c-chat-plus", "F140F"), CHAT_PLUS_OUTLINE("mdi2c-chat-plus-outline", "F1412"), CHAT_PROCESSING("mdi2c-chat-processing", "F0B7B"), CHAT_PROCESSING_OUTLINE("mdi2c-chat-processing-outline", "F12CA"), CHAT_QUESTION("mdi2c-chat-question", "F1738"), CHAT_QUESTION_OUTLINE("mdi2c-chat-question-outline", "F1739"), CHAT_REMOVE("mdi2c-chat-remove", "F1411"), CHAT_REMOVE_OUTLINE("mdi2c-chat-remove-outline", "F1414"), CHAT_SLEEP("mdi2c-chat-sleep", "F12D1"), CHAT_SLEEP_OUTLINE("mdi2c-chat-sleep-outline", "F12D2"), CHECK("mdi2c-check", "F012C"), CHECK_ALL("mdi2c-check-all", "F012D"), CHECK_BOLD("mdi2c-check-bold", "F0E1E"), CHECK_CIRCLE("mdi2c-check-circle", "F05E0"), CHECK_CIRCLE_OUTLINE("mdi2c-check-circle-outline", "F05E1"), CHECK_DECAGRAM("mdi2c-check-decagram", "F0791"), CHECK_DECAGRAM_OUTLINE("mdi2c-check-decagram-outline", "F1740"), CHECK_NETWORK("mdi2c-check-network", "F0C53"), CHECK_NETWORK_OUTLINE("mdi2c-check-network-outline", "F0C54"), CHECK_OUTLINE("mdi2c-check-outline", "F0855"), CHECK_UNDERLINE("mdi2c-check-underline", "F0E1F"), CHECK_UNDERLINE_CIRCLE("mdi2c-check-underline-circle", "F0E20"), CHECK_UNDERLINE_CIRCLE_OUTLINE("mdi2c-check-underline-circle-outline", "F0E21"), CHECKBOOK("mdi2c-checkbook", "F0A9D"), CHECKBOOK_ARROW_LEFT("mdi2c-checkbook-arrow-left", "F1C1D"), CHECKBOOK_ARROW_RIGHT("mdi2c-checkbook-arrow-right", "F1C1E"), CHECKBOX_BLANK("mdi2c-checkbox-blank", "F012E"), CHECKBOX_BLANK_BADGE("mdi2c-checkbox-blank-badge", "F1176"), CHECKBOX_BLANK_BADGE_OUTLINE("mdi2c-checkbox-blank-badge-outline", "F0117"), CHECKBOX_BLANK_CIRCLE("mdi2c-checkbox-blank-circle", "F012F"), CHECKBOX_BLANK_CIRCLE_OUTLINE("mdi2c-checkbox-blank-circle-outline", "F0130"), CHECKBOX_BLANK_OFF("mdi2c-checkbox-blank-off", "F12EC"), CHECKBOX_BLANK_OFF_OUTLINE("mdi2c-checkbox-blank-off-outline", "F12ED"), CHECKBOX_BLANK_OUTLINE("mdi2c-checkbox-blank-outline", "F0131"), CHECKBOX_INTERMEDIATE("mdi2c-checkbox-intermediate", "F0856"), CHECKBOX_INTERMEDIATE_VARIANT("mdi2c-checkbox-intermediate-variant", "F1B54"), CHECKBOX_MARKED("mdi2c-checkbox-marked", "F0132"), CHECKBOX_MARKED_CIRCLE("mdi2c-checkbox-marked-circle", "F0133"), CHECKBOX_MARKED_CIRCLE_AUTO_OUTLINE("mdi2c-checkbox-marked-circle-auto-outline", "F1C26"), CHECKBOX_MARKED_CIRCLE_MINUS_OUTLINE("mdi2c-checkbox-marked-circle-minus-outline", "F1C27"), CHECKBOX_MARKED_CIRCLE_OUTLINE("mdi2c-checkbox-marked-circle-outline", "F0134"), CHECKBOX_MARKED_CIRCLE_PLUS_OUTLINE("mdi2c-checkbox-marked-circle-plus-outline", "F1927"), CHECKBOX_MARKED_OUTLINE("mdi2c-checkbox-marked-outline", "F0135"), CHECKBOX_MULTIPLE_BLANK("mdi2c-checkbox-multiple-blank", "F0136"), CHECKBOX_MULTIPLE_BLANK_CIRCLE("mdi2c-checkbox-multiple-blank-circle", "F063B"), CHECKBOX_MULTIPLE_BLANK_CIRCLE_OUTLINE("mdi2c-checkbox-multiple-blank-circle-outline", "F063C"), CHECKBOX_MULTIPLE_BLANK_OUTLINE("mdi2c-checkbox-multiple-blank-outline", "F0137"), CHECKBOX_MULTIPLE_MARKED("mdi2c-checkbox-multiple-marked", "F0138"), CHECKBOX_MULTIPLE_MARKED_CIRCLE("mdi2c-checkbox-multiple-marked-circle", "F063D"), CHECKBOX_MULTIPLE_MARKED_CIRCLE_OUTLINE("mdi2c-checkbox-multiple-marked-circle-outline", "F063E"), CHECKBOX_MULTIPLE_MARKED_OUTLINE("mdi2c-checkbox-multiple-marked-outline", "F0139"), CHECKBOX_MULTIPLE_OUTLINE("mdi2c-checkbox-multiple-outline", "F0C51"), CHECKBOX_OUTLINE("mdi2c-checkbox-outline", "F0C52"), CHECKERBOARD("mdi2c-checkerboard", "F013A"), CHECKERBOARD_MINUS("mdi2c-checkerboard-minus", "F1202"), CHECKERBOARD_PLUS("mdi2c-checkerboard-plus", "F1201"), CHECKERBOARD_REMOVE("mdi2c-checkerboard-remove", "F1203"), CHEESE("mdi2c-cheese", "F12B9"), CHEESE_OFF("mdi2c-cheese-off", "F13EE"), CHEF_HAT("mdi2c-chef-hat", "F0B7C"), CHEMICAL_WEAPON("mdi2c-chemical-weapon", "F013B"), CHESS_BISHOP("mdi2c-chess-bishop", "F085C"), CHESS_KING("mdi2c-chess-king", "F0857"), CHESS_KNIGHT("mdi2c-chess-knight", "F0858"), CHESS_PAWN("mdi2c-chess-pawn", "F0859"), CHESS_QUEEN("mdi2c-chess-queen", "F085A"), CHESS_ROOK("mdi2c-chess-rook", "F085B"), CHEVRON_DOUBLE_DOWN("mdi2c-chevron-double-down", "F013C"), CHEVRON_DOUBLE_LEFT("mdi2c-chevron-double-left", "F013D"), CHEVRON_DOUBLE_RIGHT("mdi2c-chevron-double-right", "F013E"), CHEVRON_DOUBLE_UP("mdi2c-chevron-double-up", "F013F"), CHEVRON_DOWN("mdi2c-chevron-down", "F0140"), CHEVRON_DOWN_BOX("mdi2c-chevron-down-box", "F09D6"), CHEVRON_DOWN_BOX_OUTLINE("mdi2c-chevron-down-box-outline", "F09D7"), CHEVRON_DOWN_CIRCLE("mdi2c-chevron-down-circle", "F0B26"), CHEVRON_DOWN_CIRCLE_OUTLINE("mdi2c-chevron-down-circle-outline", "F0B27"), CHEVRON_LEFT("mdi2c-chevron-left", "F0141"), CHEVRON_LEFT_BOX("mdi2c-chevron-left-box", "F09D8"), CHEVRON_LEFT_BOX_OUTLINE("mdi2c-chevron-left-box-outline", "F09D9"), CHEVRON_LEFT_CIRCLE("mdi2c-chevron-left-circle", "F0B28"), CHEVRON_LEFT_CIRCLE_OUTLINE("mdi2c-chevron-left-circle-outline", "F0B29"), CHEVRON_RIGHT("mdi2c-chevron-right", "F0142"), CHEVRON_RIGHT_BOX("mdi2c-chevron-right-box", "F09DA"), CHEVRON_RIGHT_BOX_OUTLINE("mdi2c-chevron-right-box-outline", "F09DB"), CHEVRON_RIGHT_CIRCLE("mdi2c-chevron-right-circle", "F0B2A"), CHEVRON_RIGHT_CIRCLE_OUTLINE("mdi2c-chevron-right-circle-outline", "F0B2B"), CHEVRON_TRIPLE_DOWN("mdi2c-chevron-triple-down", "F0DB9"), CHEVRON_TRIPLE_LEFT("mdi2c-chevron-triple-left", "F0DBA"), CHEVRON_TRIPLE_RIGHT("mdi2c-chevron-triple-right", "F0DBB"), CHEVRON_TRIPLE_UP("mdi2c-chevron-triple-up", "F0DBC"), CHEVRON_UP("mdi2c-chevron-up", "F0143"), CHEVRON_UP_BOX("mdi2c-chevron-up-box", "F09DC"), CHEVRON_UP_BOX_OUTLINE("mdi2c-chevron-up-box-outline", "F09DD"), CHEVRON_UP_CIRCLE("mdi2c-chevron-up-circle", "F0B2C"), CHEVRON_UP_CIRCLE_OUTLINE("mdi2c-chevron-up-circle-outline", "F0B2D"), CHILI_ALERT("mdi2c-chili-alert", "F17EA"), CHILI_ALERT_OUTLINE("mdi2c-chili-alert-outline", "F17EB"), CHILI_HOT("mdi2c-chili-hot", "F07B2"), CHILI_HOT_OUTLINE("mdi2c-chili-hot-outline", "F17EC"), CHILI_MEDIUM("mdi2c-chili-medium", "F07B3"), CHILI_MEDIUM_OUTLINE("mdi2c-chili-medium-outline", "F17ED"), CHILI_MILD("mdi2c-chili-mild", "F07B4"), CHILI_MILD_OUTLINE("mdi2c-chili-mild-outline", "F17EE"), CHILI_OFF("mdi2c-chili-off", "F1467"), CHILI_OFF_OUTLINE("mdi2c-chili-off-outline", "F17EF"), CHIP("mdi2c-chip", "F061A"), CHURCH("mdi2c-church", "F0144"), CHURCH_OUTLINE("mdi2c-church-outline", "F1B02"), CIGAR("mdi2c-cigar", "F1189"), CIGAR_OFF("mdi2c-cigar-off", "F141B"), CIRCLE("mdi2c-circle", "F0765"), CIRCLE_BOX("mdi2c-circle-box", "F15DC"), CIRCLE_BOX_OUTLINE("mdi2c-circle-box-outline", "F15DD"), CIRCLE_DOUBLE("mdi2c-circle-double", "F0E95"), CIRCLE_EDIT_OUTLINE("mdi2c-circle-edit-outline", "F08D5"), CIRCLE_EXPAND("mdi2c-circle-expand", "F0E96"), CIRCLE_HALF("mdi2c-circle-half", "F1395"), CIRCLE_HALF_FULL("mdi2c-circle-half-full", "F1396"), CIRCLE_MEDIUM("mdi2c-circle-medium", "F09DE"), CIRCLE_MULTIPLE("mdi2c-circle-multiple", "F0B38"), CIRCLE_MULTIPLE_OUTLINE("mdi2c-circle-multiple-outline", "F0695"), CIRCLE_OFF_OUTLINE("mdi2c-circle-off-outline", "F10D3"), CIRCLE_OPACITY("mdi2c-circle-opacity", "F1853"), CIRCLE_OUTLINE("mdi2c-circle-outline", "F0766"), CIRCLE_SLICE_1("mdi2c-circle-slice-1", "F0A9E"), CIRCLE_SLICE_2("mdi2c-circle-slice-2", "F0A9F"), CIRCLE_SLICE_3("mdi2c-circle-slice-3", "F0AA0"), CIRCLE_SLICE_4("mdi2c-circle-slice-4", "F0AA1"), CIRCLE_SLICE_5("mdi2c-circle-slice-5", "F0AA2"), CIRCLE_SLICE_6("mdi2c-circle-slice-6", "F0AA3"), CIRCLE_SLICE_7("mdi2c-circle-slice-7", "F0AA4"), CIRCLE_SLICE_8("mdi2c-circle-slice-8", "F0AA5"), CIRCLE_SMALL("mdi2c-circle-small", "F09DF"), CIRCULAR_SAW("mdi2c-circular-saw", "F0E22"), CITY("mdi2c-city", "F0146"), CITY_SWITCH("mdi2c-city-switch", "F1C28"), CITY_VARIANT("mdi2c-city-variant", "F0A36"), CITY_VARIANT_OUTLINE("mdi2c-city-variant-outline", "F0A37"), CLIPBOARD("mdi2c-clipboard", "F0147"), CLIPBOARD_ACCOUNT("mdi2c-clipboard-account", "F0148"), CLIPBOARD_ACCOUNT_OUTLINE("mdi2c-clipboard-account-outline", "F0C55"), CLIPBOARD_ALERT("mdi2c-clipboard-alert", "F0149"), CLIPBOARD_ALERT_OUTLINE("mdi2c-clipboard-alert-outline", "F0CF7"), CLIPBOARD_ARROW_DOWN("mdi2c-clipboard-arrow-down", "F014A"), CLIPBOARD_ARROW_DOWN_OUTLINE("mdi2c-clipboard-arrow-down-outline", "F0C56"), CLIPBOARD_ARROW_LEFT("mdi2c-clipboard-arrow-left", "F014B"), CLIPBOARD_ARROW_LEFT_OUTLINE("mdi2c-clipboard-arrow-left-outline", "F0CF8"), CLIPBOARD_ARROW_RIGHT("mdi2c-clipboard-arrow-right", "F0CF9"), CLIPBOARD_ARROW_RIGHT_OUTLINE("mdi2c-clipboard-arrow-right-outline", "F0CFA"), CLIPBOARD_ARROW_UP("mdi2c-clipboard-arrow-up", "F0C57"), CLIPBOARD_ARROW_UP_OUTLINE("mdi2c-clipboard-arrow-up-outline", "F0C58"), CLIPBOARD_CHECK("mdi2c-clipboard-check", "F014E"), CLIPBOARD_CHECK_MULTIPLE("mdi2c-clipboard-check-multiple", "F1263"), CLIPBOARD_CHECK_MULTIPLE_OUTLINE("mdi2c-clipboard-check-multiple-outline", "F1264"), CLIPBOARD_CHECK_OUTLINE("mdi2c-clipboard-check-outline", "F08A8"), CLIPBOARD_CLOCK("mdi2c-clipboard-clock", "F16E2"), CLIPBOARD_CLOCK_OUTLINE("mdi2c-clipboard-clock-outline", "F16E3"), CLIPBOARD_EDIT("mdi2c-clipboard-edit", "F14E5"), CLIPBOARD_EDIT_OUTLINE("mdi2c-clipboard-edit-outline", "F14E6"), CLIPBOARD_FILE("mdi2c-clipboard-file", "F1265"), CLIPBOARD_FILE_OUTLINE("mdi2c-clipboard-file-outline", "F1266"), CLIPBOARD_FLOW("mdi2c-clipboard-flow", "F06C8"), CLIPBOARD_FLOW_OUTLINE("mdi2c-clipboard-flow-outline", "F1117"), CLIPBOARD_LIST("mdi2c-clipboard-list", "F10D4"), CLIPBOARD_LIST_OUTLINE("mdi2c-clipboard-list-outline", "F10D5"), CLIPBOARD_MINUS("mdi2c-clipboard-minus", "F1618"), CLIPBOARD_MINUS_OUTLINE("mdi2c-clipboard-minus-outline", "F1619"), CLIPBOARD_MULTIPLE("mdi2c-clipboard-multiple", "F1267"), CLIPBOARD_MULTIPLE_OUTLINE("mdi2c-clipboard-multiple-outline", "F1268"), CLIPBOARD_OFF("mdi2c-clipboard-off", "F161A"), CLIPBOARD_OFF_OUTLINE("mdi2c-clipboard-off-outline", "F161B"), CLIPBOARD_OUTLINE("mdi2c-clipboard-outline", "F014C"), CLIPBOARD_PLAY("mdi2c-clipboard-play", "F0C59"), CLIPBOARD_PLAY_MULTIPLE("mdi2c-clipboard-play-multiple", "F1269"), CLIPBOARD_PLAY_MULTIPLE_OUTLINE("mdi2c-clipboard-play-multiple-outline", "F126A"), CLIPBOARD_PLAY_OUTLINE("mdi2c-clipboard-play-outline", "F0C5A"), CLIPBOARD_PLUS("mdi2c-clipboard-plus", "F0751"), CLIPBOARD_PLUS_OUTLINE("mdi2c-clipboard-plus-outline", "F131F"), CLIPBOARD_PULSE("mdi2c-clipboard-pulse", "F085D"), CLIPBOARD_PULSE_OUTLINE("mdi2c-clipboard-pulse-outline", "F085E"), CLIPBOARD_REMOVE("mdi2c-clipboard-remove", "F161C"), CLIPBOARD_REMOVE_OUTLINE("mdi2c-clipboard-remove-outline", "F161D"), CLIPBOARD_SEARCH("mdi2c-clipboard-search", "F161E"), CLIPBOARD_SEARCH_OUTLINE("mdi2c-clipboard-search-outline", "F161F"), CLIPBOARD_TEXT("mdi2c-clipboard-text", "F014D"), CLIPBOARD_TEXT_CLOCK("mdi2c-clipboard-text-clock", "F18F9"), CLIPBOARD_TEXT_CLOCK_OUTLINE("mdi2c-clipboard-text-clock-outline", "F18FA"), CLIPBOARD_TEXT_MULTIPLE("mdi2c-clipboard-text-multiple", "F126B"), CLIPBOARD_TEXT_MULTIPLE_OUTLINE("mdi2c-clipboard-text-multiple-outline", "F126C"), CLIPBOARD_TEXT_OFF("mdi2c-clipboard-text-off", "F1620"), CLIPBOARD_TEXT_OFF_OUTLINE("mdi2c-clipboard-text-off-outline", "F1621"), CLIPBOARD_TEXT_OUTLINE("mdi2c-clipboard-text-outline", "F0A38"), CLIPBOARD_TEXT_PLAY("mdi2c-clipboard-text-play", "F0C5B"), CLIPBOARD_TEXT_PLAY_OUTLINE("mdi2c-clipboard-text-play-outline", "F0C5C"), CLIPBOARD_TEXT_SEARCH("mdi2c-clipboard-text-search", "F1622"), CLIPBOARD_TEXT_SEARCH_OUTLINE("mdi2c-clipboard-text-search-outline", "F1623"), CLIPPY("mdi2c-clippy", "F014F"), CLOCK("mdi2c-clock", "F0954"), CLOCK_ALERT("mdi2c-clock-alert", "F0955"), CLOCK_ALERT_OUTLINE("mdi2c-clock-alert-outline", "F05CE"), CLOCK_CHECK("mdi2c-clock-check", "F0FA8"), CLOCK_CHECK_OUTLINE("mdi2c-clock-check-outline", "F0FA9"), CLOCK_DIGITAL("mdi2c-clock-digital", "F0E97"), CLOCK_EDIT("mdi2c-clock-edit", "F19BA"), CLOCK_EDIT_OUTLINE("mdi2c-clock-edit-outline", "F19BB"), CLOCK_END("mdi2c-clock-end", "F0151"), CLOCK_FAST("mdi2c-clock-fast", "F0152"), CLOCK_IN("mdi2c-clock-in", "F0153"), CLOCK_MINUS("mdi2c-clock-minus", "F1863"), CLOCK_MINUS_OUTLINE("mdi2c-clock-minus-outline", "F1864"), CLOCK_OUT("mdi2c-clock-out", "F0154"), CLOCK_OUTLINE("mdi2c-clock-outline", "F0150"), CLOCK_PLUS("mdi2c-clock-plus", "F1861"), CLOCK_PLUS_OUTLINE("mdi2c-clock-plus-outline", "F1862"), CLOCK_REMOVE("mdi2c-clock-remove", "F1865"), CLOCK_REMOVE_OUTLINE("mdi2c-clock-remove-outline", "F1866"), CLOCK_STAR_FOUR_POINTS("mdi2c-clock-star-four-points", "F1C29"), CLOCK_STAR_FOUR_POINTS_OUTLINE("mdi2c-clock-star-four-points-outline", "F1C2A"), CLOCK_START("mdi2c-clock-start", "F0155"), CLOCK_TIME_EIGHT("mdi2c-clock-time-eight", "F1446"), CLOCK_TIME_EIGHT_OUTLINE("mdi2c-clock-time-eight-outline", "F1452"), CLOCK_TIME_ELEVEN("mdi2c-clock-time-eleven", "F1449"), CLOCK_TIME_ELEVEN_OUTLINE("mdi2c-clock-time-eleven-outline", "F1455"), CLOCK_TIME_FIVE("mdi2c-clock-time-five", "F1443"), CLOCK_TIME_FIVE_OUTLINE("mdi2c-clock-time-five-outline", "F144F"), CLOCK_TIME_FOUR("mdi2c-clock-time-four", "F1442"), CLOCK_TIME_FOUR_OUTLINE("mdi2c-clock-time-four-outline", "F144E"), CLOCK_TIME_NINE("mdi2c-clock-time-nine", "F1447"), CLOCK_TIME_NINE_OUTLINE("mdi2c-clock-time-nine-outline", "F1453"), CLOCK_TIME_ONE("mdi2c-clock-time-one", "F143F"), CLOCK_TIME_ONE_OUTLINE("mdi2c-clock-time-one-outline", "F144B"), CLOCK_TIME_SEVEN("mdi2c-clock-time-seven", "F1445"), CLOCK_TIME_SEVEN_OUTLINE("mdi2c-clock-time-seven-outline", "F1451"), CLOCK_TIME_SIX("mdi2c-clock-time-six", "F1444"), CLOCK_TIME_SIX_OUTLINE("mdi2c-clock-time-six-outline", "F1450"), CLOCK_TIME_TEN("mdi2c-clock-time-ten", "F1448"), CLOCK_TIME_TEN_OUTLINE("mdi2c-clock-time-ten-outline", "F1454"), CLOCK_TIME_THREE("mdi2c-clock-time-three", "F1441"), CLOCK_TIME_THREE_OUTLINE("mdi2c-clock-time-three-outline", "F144D"), CLOCK_TIME_TWELVE("mdi2c-clock-time-twelve", "F144A"), CLOCK_TIME_TWELVE_OUTLINE("mdi2c-clock-time-twelve-outline", "F1456"), CLOCK_TIME_TWO("mdi2c-clock-time-two", "F1440"), CLOCK_TIME_TWO_OUTLINE("mdi2c-clock-time-two-outline", "F144C"), CLOSE("mdi2c-close", "F0156"), CLOSE_BOX("mdi2c-close-box", "F0157"), CLOSE_BOX_MULTIPLE("mdi2c-close-box-multiple", "F0C5D"), CLOSE_BOX_MULTIPLE_OUTLINE("mdi2c-close-box-multiple-outline", "F0C5E"), CLOSE_BOX_OUTLINE("mdi2c-close-box-outline", "F0158"), CLOSE_CIRCLE("mdi2c-close-circle", "F0159"), CLOSE_CIRCLE_MULTIPLE("mdi2c-close-circle-multiple", "F062A"), CLOSE_CIRCLE_MULTIPLE_OUTLINE("mdi2c-close-circle-multiple-outline", "F0883"), CLOSE_CIRCLE_OUTLINE("mdi2c-close-circle-outline", "F015A"), CLOSE_NETWORK("mdi2c-close-network", "F015B"), CLOSE_NETWORK_OUTLINE("mdi2c-close-network-outline", "F0C5F"), CLOSE_OCTAGON("mdi2c-close-octagon", "F015C"), CLOSE_OCTAGON_OUTLINE("mdi2c-close-octagon-outline", "F015D"), CLOSE_OUTLINE("mdi2c-close-outline", "F06C9"), CLOSE_THICK("mdi2c-close-thick", "F1398"), CLOSED_CAPTION("mdi2c-closed-caption", "F015E"), CLOSED_CAPTION_OUTLINE("mdi2c-closed-caption-outline", "F0DBD"), CLOUD("mdi2c-cloud", "F015F"), CLOUD_ALERT("mdi2c-cloud-alert", "F09E0"), CLOUD_ALERT_OUTLINE("mdi2c-cloud-alert-outline", "F1BE0"), CLOUD_ARROW_DOWN("mdi2c-cloud-arrow-down", "F1BE1"), CLOUD_ARROW_DOWN_OUTLINE("mdi2c-cloud-arrow-down-outline", "F1BE2"), CLOUD_ARROW_LEFT("mdi2c-cloud-arrow-left", "F1BE3"), CLOUD_ARROW_LEFT_OUTLINE("mdi2c-cloud-arrow-left-outline", "F1BE4"), CLOUD_ARROW_RIGHT("mdi2c-cloud-arrow-right", "F1BE5"), CLOUD_ARROW_RIGHT_OUTLINE("mdi2c-cloud-arrow-right-outline", "F1BE6"), CLOUD_ARROW_UP("mdi2c-cloud-arrow-up", "F1BE7"), CLOUD_ARROW_UP_OUTLINE("mdi2c-cloud-arrow-up-outline", "F1BE8"), CLOUD_BRACES("mdi2c-cloud-braces", "F07B5"), CLOUD_CANCEL("mdi2c-cloud-cancel", "F1BE9"), CLOUD_CANCEL_OUTLINE("mdi2c-cloud-cancel-outline", "F1BEA"), CLOUD_CHECK("mdi2c-cloud-check", "F1BEB"), CLOUD_CHECK_OUTLINE("mdi2c-cloud-check-outline", "F1BEC"), CLOUD_CHECK_VARIANT("mdi2c-cloud-check-variant", "F0160"), CLOUD_CHECK_VARIANT_OUTLINE("mdi2c-cloud-check-variant-outline", "F12CC"), CLOUD_CIRCLE("mdi2c-cloud-circle", "F0161"), CLOUD_CIRCLE_OUTLINE("mdi2c-cloud-circle-outline", "F1BED"), CLOUD_CLOCK("mdi2c-cloud-clock", "F1BEE"), CLOUD_CLOCK_OUTLINE("mdi2c-cloud-clock-outline", "F1BEF"), CLOUD_COG("mdi2c-cloud-cog", "F1BF0"), CLOUD_COG_OUTLINE("mdi2c-cloud-cog-outline", "F1BF1"), CLOUD_DOWNLOAD("mdi2c-cloud-download", "F0162"), CLOUD_DOWNLOAD_OUTLINE("mdi2c-cloud-download-outline", "F0B7D"), CLOUD_KEY("mdi2c-cloud-key", "F1CA1"), CLOUD_KEY_OUTLINE("mdi2c-cloud-key-outline", "F1CA2"), CLOUD_LOCK("mdi2c-cloud-lock", "F11F1"), CLOUD_LOCK_OPEN("mdi2c-cloud-lock-open", "F1BF2"), CLOUD_LOCK_OPEN_OUTLINE("mdi2c-cloud-lock-open-outline", "F1BF3"), CLOUD_LOCK_OUTLINE("mdi2c-cloud-lock-outline", "F11F2"), CLOUD_MINUS("mdi2c-cloud-minus", "F1BF4"), CLOUD_MINUS_OUTLINE("mdi2c-cloud-minus-outline", "F1BF5"), CLOUD_OFF("mdi2c-cloud-off", "F1BF6"), CLOUD_OFF_OUTLINE("mdi2c-cloud-off-outline", "F0164"), CLOUD_OUTLINE("mdi2c-cloud-outline", "F0163"), CLOUD_PERCENT("mdi2c-cloud-percent", "F1A35"), CLOUD_PERCENT_OUTLINE("mdi2c-cloud-percent-outline", "F1A36"), CLOUD_PLUS("mdi2c-cloud-plus", "F1BF7"), CLOUD_PLUS_OUTLINE("mdi2c-cloud-plus-outline", "F1BF8"), CLOUD_PRINT("mdi2c-cloud-print", "F0165"), CLOUD_PRINT_OUTLINE("mdi2c-cloud-print-outline", "F0166"), CLOUD_QUESTION("mdi2c-cloud-question", "F0A39"), CLOUD_QUESTION_OUTLINE("mdi2c-cloud-question-outline", "F1BF9"), CLOUD_REFRESH("mdi2c-cloud-refresh", "F1BFA"), CLOUD_REFRESH_OUTLINE("mdi2c-cloud-refresh-outline", "F1BFB"), CLOUD_REFRESH_VARIANT("mdi2c-cloud-refresh-variant", "F052A"), CLOUD_REFRESH_VARIANT_OUTLINE("mdi2c-cloud-refresh-variant-outline", "F1BFC"), CLOUD_REMOVE("mdi2c-cloud-remove", "F1BFD"), CLOUD_REMOVE_OUTLINE("mdi2c-cloud-remove-outline", "F1BFE"), CLOUD_SEARCH("mdi2c-cloud-search", "F0956"), CLOUD_SEARCH_OUTLINE("mdi2c-cloud-search-outline", "F0957"), CLOUD_SYNC("mdi2c-cloud-sync", "F063F"), CLOUD_SYNC_OUTLINE("mdi2c-cloud-sync-outline", "F12D6"), CLOUD_TAGS("mdi2c-cloud-tags", "F07B6"), CLOUD_UPLOAD("mdi2c-cloud-upload", "F0167"), CLOUD_UPLOAD_OUTLINE("mdi2c-cloud-upload-outline", "F0B7E"), CLOUDS("mdi2c-clouds", "F1B95"), CLOVER("mdi2c-clover", "F0816"), CLOVER_OUTLINE("mdi2c-clover-outline", "F1C62"), COACH_LAMP("mdi2c-coach-lamp", "F1020"), COACH_LAMP_VARIANT("mdi2c-coach-lamp-variant", "F1A37"), COAT_RACK("mdi2c-coat-rack", "F109E"), CODE_ARRAY("mdi2c-code-array", "F0168"), CODE_BLOCK_BRACES("mdi2c-code-block-braces", "F1C83"), CODE_BLOCK_BRACKETS("mdi2c-code-block-brackets", "F1C84"), CODE_BLOCK_PARENTHESES("mdi2c-code-block-parentheses", "F1C85"), CODE_BLOCK_TAGS("mdi2c-code-block-tags", "F1C86"), CODE_BRACES("mdi2c-code-braces", "F0169"), CODE_BRACES_BOX("mdi2c-code-braces-box", "F10D6"), CODE_BRACKETS("mdi2c-code-brackets", "F016A"), CODE_EQUAL("mdi2c-code-equal", "F016B"), CODE_GREATER_THAN("mdi2c-code-greater-than", "F016C"), CODE_GREATER_THAN_OR_EQUAL("mdi2c-code-greater-than-or-equal", "F016D"), CODE_JSON("mdi2c-code-json", "F0626"), CODE_LESS_THAN("mdi2c-code-less-than", "F016E"), CODE_LESS_THAN_OR_EQUAL("mdi2c-code-less-than-or-equal", "F016F"), CODE_NOT_EQUAL("mdi2c-code-not-equal", "F0170"), CODE_NOT_EQUAL_VARIANT("mdi2c-code-not-equal-variant", "F0171"), CODE_PARENTHESES("mdi2c-code-parentheses", "F0172"), CODE_PARENTHESES_BOX("mdi2c-code-parentheses-box", "F10D7"), CODE_STRING("mdi2c-code-string", "F0173"), CODE_TAGS("mdi2c-code-tags", "F0174"), CODE_TAGS_CHECK("mdi2c-code-tags-check", "F0694"), CODEPEN("mdi2c-codepen", "F0175"), COFFEE("mdi2c-coffee", "F0176"), COFFEE_MAKER("mdi2c-coffee-maker", "F109F"), COFFEE_MAKER_CHECK("mdi2c-coffee-maker-check", "F1931"), COFFEE_MAKER_CHECK_OUTLINE("mdi2c-coffee-maker-check-outline", "F1932"), COFFEE_MAKER_OUTLINE("mdi2c-coffee-maker-outline", "F181B"), COFFEE_OFF("mdi2c-coffee-off", "F0FAA"), COFFEE_OFF_OUTLINE("mdi2c-coffee-off-outline", "F0FAB"), COFFEE_OUTLINE("mdi2c-coffee-outline", "F06CA"), COFFEE_TO_GO("mdi2c-coffee-to-go", "F0177"), COFFEE_TO_GO_OUTLINE("mdi2c-coffee-to-go-outline", "F130E"), COFFIN("mdi2c-coffin", "F0B7F"), COG("mdi2c-cog", "F0493"), COG_BOX("mdi2c-cog-box", "F0494"), COG_CLOCKWISE("mdi2c-cog-clockwise", "F11DD"), COG_COUNTERCLOCKWISE("mdi2c-cog-counterclockwise", "F11DE"), COG_OFF("mdi2c-cog-off", "F13CE"), COG_OFF_OUTLINE("mdi2c-cog-off-outline", "F13CF"), COG_OUTLINE("mdi2c-cog-outline", "F08BB"), COG_PAUSE("mdi2c-cog-pause", "F1933"), COG_PAUSE_OUTLINE("mdi2c-cog-pause-outline", "F1934"), COG_PLAY("mdi2c-cog-play", "F1935"), COG_PLAY_OUTLINE("mdi2c-cog-play-outline", "F1936"), COG_REFRESH("mdi2c-cog-refresh", "F145E"), COG_REFRESH_OUTLINE("mdi2c-cog-refresh-outline", "F145F"), COG_STOP("mdi2c-cog-stop", "F1937"), COG_STOP_OUTLINE("mdi2c-cog-stop-outline", "F1938"), COG_SYNC("mdi2c-cog-sync", "F1460"), COG_SYNC_OUTLINE("mdi2c-cog-sync-outline", "F1461"), COG_TRANSFER("mdi2c-cog-transfer", "F105B"), COG_TRANSFER_OUTLINE("mdi2c-cog-transfer-outline", "F105C"), COGS("mdi2c-cogs", "F08D6"), COLLAGE("mdi2c-collage", "F0640"), COLLAPSE_ALL("mdi2c-collapse-all", "F0AA6"), COLLAPSE_ALL_OUTLINE("mdi2c-collapse-all-outline", "F0AA7"), COLOR_HELPER("mdi2c-color-helper", "F0179"), COMMA("mdi2c-comma", "F0E23"), COMMA_BOX("mdi2c-comma-box", "F0E2B"), COMMA_BOX_OUTLINE("mdi2c-comma-box-outline", "F0E24"), COMMA_CIRCLE("mdi2c-comma-circle", "F0E25"), COMMA_CIRCLE_OUTLINE("mdi2c-comma-circle-outline", "F0E26"), COMMENT("mdi2c-comment", "F017A"), COMMENT_ACCOUNT("mdi2c-comment-account", "F017B"), COMMENT_ACCOUNT_OUTLINE("mdi2c-comment-account-outline", "F017C"), COMMENT_ALERT("mdi2c-comment-alert", "F017D"), COMMENT_ALERT_OUTLINE("mdi2c-comment-alert-outline", "F017E"), COMMENT_ARROW_LEFT("mdi2c-comment-arrow-left", "F09E1"), COMMENT_ARROW_LEFT_OUTLINE("mdi2c-comment-arrow-left-outline", "F09E2"), COMMENT_ARROW_RIGHT("mdi2c-comment-arrow-right", "F09E3"), COMMENT_ARROW_RIGHT_OUTLINE("mdi2c-comment-arrow-right-outline", "F09E4"), COMMENT_BOOKMARK("mdi2c-comment-bookmark", "F15AE"), COMMENT_BOOKMARK_OUTLINE("mdi2c-comment-bookmark-outline", "F15AF"), COMMENT_CHECK("mdi2c-comment-check", "F017F"), COMMENT_CHECK_OUTLINE("mdi2c-comment-check-outline", "F0180"), COMMENT_EDIT("mdi2c-comment-edit", "F11BF"), COMMENT_EDIT_OUTLINE("mdi2c-comment-edit-outline", "F12C4"), COMMENT_EYE("mdi2c-comment-eye", "F0A3A"), COMMENT_EYE_OUTLINE("mdi2c-comment-eye-outline", "F0A3B"), COMMENT_FLASH("mdi2c-comment-flash", "F15B0"), COMMENT_FLASH_OUTLINE("mdi2c-comment-flash-outline", "F15B1"), COMMENT_MINUS("mdi2c-comment-minus", "F15DF"), COMMENT_MINUS_OUTLINE("mdi2c-comment-minus-outline", "F15E0"), COMMENT_MULTIPLE("mdi2c-comment-multiple", "F085F"), COMMENT_MULTIPLE_OUTLINE("mdi2c-comment-multiple-outline", "F0181"), COMMENT_OFF("mdi2c-comment-off", "F15E1"), COMMENT_OFF_OUTLINE("mdi2c-comment-off-outline", "F15E2"), COMMENT_OUTLINE("mdi2c-comment-outline", "F0182"), COMMENT_PLUS("mdi2c-comment-plus", "F09E5"), COMMENT_PLUS_OUTLINE("mdi2c-comment-plus-outline", "F0183"), COMMENT_PROCESSING("mdi2c-comment-processing", "F0184"), COMMENT_PROCESSING_OUTLINE("mdi2c-comment-processing-outline", "F0185"), COMMENT_QUESTION("mdi2c-comment-question", "F0817"), COMMENT_QUESTION_OUTLINE("mdi2c-comment-question-outline", "F0186"), COMMENT_QUOTE("mdi2c-comment-quote", "F1021"), COMMENT_QUOTE_OUTLINE("mdi2c-comment-quote-outline", "F1022"), COMMENT_REMOVE("mdi2c-comment-remove", "F05DE"), COMMENT_REMOVE_OUTLINE("mdi2c-comment-remove-outline", "F0187"), COMMENT_SEARCH("mdi2c-comment-search", "F0A3C"), COMMENT_SEARCH_OUTLINE("mdi2c-comment-search-outline", "F0A3D"), COMMENT_TEXT("mdi2c-comment-text", "F0188"), COMMENT_TEXT_MULTIPLE("mdi2c-comment-text-multiple", "F0860"), COMMENT_TEXT_MULTIPLE_OUTLINE("mdi2c-comment-text-multiple-outline", "F0861"), COMMENT_TEXT_OUTLINE("mdi2c-comment-text-outline", "F0189"), COMPARE("mdi2c-compare", "F018A"), COMPARE_HORIZONTAL("mdi2c-compare-horizontal", "F1492"), COMPARE_REMOVE("mdi2c-compare-remove", "F18B3"), COMPARE_VERTICAL("mdi2c-compare-vertical", "F1493"), COMPASS("mdi2c-compass", "F018B"), COMPASS_OFF("mdi2c-compass-off", "F0B80"), COMPASS_OFF_OUTLINE("mdi2c-compass-off-outline", "F0B81"), COMPASS_OUTLINE("mdi2c-compass-outline", "F018C"), COMPASS_ROSE("mdi2c-compass-rose", "F1382"), COMPOST("mdi2c-compost", "F1A38"), CONE("mdi2c-cone", "F194C"), CONE_OFF("mdi2c-cone-off", "F194D"), CONNECTION("mdi2c-connection", "F1616"), CONSOLE("mdi2c-console", "F018D"), CONSOLE_LINE("mdi2c-console-line", "F07B7"), CONSOLE_NETWORK("mdi2c-console-network", "F08A9"), CONSOLE_NETWORK_OUTLINE("mdi2c-console-network-outline", "F0C60"), CONSOLIDATE("mdi2c-consolidate", "F10D8"), CONTACTLESS_PAYMENT("mdi2c-contactless-payment", "F0D6A"), CONTACTLESS_PAYMENT_CIRCLE("mdi2c-contactless-payment-circle", "F0321"), CONTACTLESS_PAYMENT_CIRCLE_OUTLINE("mdi2c-contactless-payment-circle-outline", "F0408"), CONTACTS("mdi2c-contacts", "F06CB"), CONTACTS_OUTLINE("mdi2c-contacts-outline", "F05B8"), CONTAIN("mdi2c-contain", "F0A3E"), CONTAIN_END("mdi2c-contain-end", "F0A3F"), CONTAIN_START("mdi2c-contain-start", "F0A40"), CONTENT_COPY("mdi2c-content-copy", "F018F"), CONTENT_CUT("mdi2c-content-cut", "F0190"), CONTENT_DUPLICATE("mdi2c-content-duplicate", "F0191"), CONTENT_PASTE("mdi2c-content-paste", "F0192"), CONTENT_SAVE("mdi2c-content-save", "F0193"), CONTENT_SAVE_ALERT("mdi2c-content-save-alert", "F0F42"), CONTENT_SAVE_ALERT_OUTLINE("mdi2c-content-save-alert-outline", "F0F43"), CONTENT_SAVE_ALL("mdi2c-content-save-all", "F0194"), CONTENT_SAVE_ALL_OUTLINE("mdi2c-content-save-all-outline", "F0F44"), CONTENT_SAVE_CHECK("mdi2c-content-save-check", "F18EA"), CONTENT_SAVE_CHECK_OUTLINE("mdi2c-content-save-check-outline", "F18EB"), CONTENT_SAVE_COG("mdi2c-content-save-cog", "F145B"), CONTENT_SAVE_COG_OUTLINE("mdi2c-content-save-cog-outline", "F145C"), CONTENT_SAVE_EDIT("mdi2c-content-save-edit", "F0CFB"), CONTENT_SAVE_EDIT_OUTLINE("mdi2c-content-save-edit-outline", "F0CFC"), CONTENT_SAVE_MINUS("mdi2c-content-save-minus", "F1B43"), CONTENT_SAVE_MINUS_OUTLINE("mdi2c-content-save-minus-outline", "F1B44"), CONTENT_SAVE_MOVE("mdi2c-content-save-move", "F0E27"), CONTENT_SAVE_MOVE_OUTLINE("mdi2c-content-save-move-outline", "F0E28"), CONTENT_SAVE_OFF("mdi2c-content-save-off", "F1643"), CONTENT_SAVE_OFF_OUTLINE("mdi2c-content-save-off-outline", "F1644"), CONTENT_SAVE_OUTLINE("mdi2c-content-save-outline", "F0818"), CONTENT_SAVE_PLUS("mdi2c-content-save-plus", "F1B41"), CONTENT_SAVE_PLUS_OUTLINE("mdi2c-content-save-plus-outline", "F1B42"), CONTENT_SAVE_SETTINGS("mdi2c-content-save-settings", "F061B"), CONTENT_SAVE_SETTINGS_OUTLINE("mdi2c-content-save-settings-outline", "F0B2E"), CONTRAST("mdi2c-contrast", "F0195"), CONTRAST_BOX("mdi2c-contrast-box", "F0196"), CONTRAST_CIRCLE("mdi2c-contrast-circle", "F0197"), CONTROLLER("mdi2c-controller", "F02B4"), CONTROLLER_CLASSIC("mdi2c-controller-classic", "F0B82"), CONTROLLER_CLASSIC_OUTLINE("mdi2c-controller-classic-outline", "F0B83"), CONTROLLER_OFF("mdi2c-controller-off", "F02B5"), COOKIE("mdi2c-cookie", "F0198"), COOKIE_ALERT("mdi2c-cookie-alert", "F16D0"), COOKIE_ALERT_OUTLINE("mdi2c-cookie-alert-outline", "F16D1"), COOKIE_CHECK("mdi2c-cookie-check", "F16D2"), COOKIE_CHECK_OUTLINE("mdi2c-cookie-check-outline", "F16D3"), COOKIE_CLOCK("mdi2c-cookie-clock", "F16E4"), COOKIE_CLOCK_OUTLINE("mdi2c-cookie-clock-outline", "F16E5"), COOKIE_COG("mdi2c-cookie-cog", "F16D4"), COOKIE_COG_OUTLINE("mdi2c-cookie-cog-outline", "F16D5"), COOKIE_EDIT("mdi2c-cookie-edit", "F16E6"), COOKIE_EDIT_OUTLINE("mdi2c-cookie-edit-outline", "F16E7"), COOKIE_LOCK("mdi2c-cookie-lock", "F16E8"), COOKIE_LOCK_OUTLINE("mdi2c-cookie-lock-outline", "F16E9"), COOKIE_MINUS("mdi2c-cookie-minus", "F16DA"), COOKIE_MINUS_OUTLINE("mdi2c-cookie-minus-outline", "F16DB"), COOKIE_OFF("mdi2c-cookie-off", "F16EA"), COOKIE_OFF_OUTLINE("mdi2c-cookie-off-outline", "F16EB"), COOKIE_OUTLINE("mdi2c-cookie-outline", "F16DE"), COOKIE_PLUS("mdi2c-cookie-plus", "F16D6"), COOKIE_PLUS_OUTLINE("mdi2c-cookie-plus-outline", "F16D7"), COOKIE_REFRESH("mdi2c-cookie-refresh", "F16EC"), COOKIE_REFRESH_OUTLINE("mdi2c-cookie-refresh-outline", "F16ED"), COOKIE_REMOVE("mdi2c-cookie-remove", "F16D8"), COOKIE_REMOVE_OUTLINE("mdi2c-cookie-remove-outline", "F16D9"), COOKIE_SETTINGS("mdi2c-cookie-settings", "F16DC"), COOKIE_SETTINGS_OUTLINE("mdi2c-cookie-settings-outline", "F16DD"), COOLANT_TEMPERATURE("mdi2c-coolant-temperature", "F03C8"), COPYLEFT("mdi2c-copyleft", "F1939"), COPYRIGHT("mdi2c-copyright", "F05E6"), CORDOVA("mdi2c-cordova", "F0958"), CORN("mdi2c-corn", "F07B8"), CORN_OFF("mdi2c-corn-off", "F13EF"), COSINE_WAVE("mdi2c-cosine-wave", "F1479"), COUNTER("mdi2c-counter", "F0199"), COUNTERTOP("mdi2c-countertop", "F181C"), COUNTERTOP_OUTLINE("mdi2c-countertop-outline", "F181D"), COW("mdi2c-cow", "F019A"), COW_OFF("mdi2c-cow-off", "F18FC"), CPU_32_BIT("mdi2c-cpu-32-bit", "F0EDF"), CPU_64_BIT("mdi2c-cpu-64-bit", "F0EE0"), CRADLE("mdi2c-cradle", "F198B"), CRADLE_OUTLINE("mdi2c-cradle-outline", "F1991"), CRANE("mdi2c-crane", "F0862"), CREATION("mdi2c-creation", "F0674"), CREATION_OUTLINE("mdi2c-creation-outline", "F1C2B"), CREATIVE_COMMONS("mdi2c-creative-commons", "F0D6B"), CREDIT_CARD("mdi2c-credit-card", "F0FEF"), CREDIT_CARD_CHECK("mdi2c-credit-card-check", "F13D0"), CREDIT_CARD_CHECK_OUTLINE("mdi2c-credit-card-check-outline", "F13D1"), CREDIT_CARD_CHIP("mdi2c-credit-card-chip", "F190F"), CREDIT_CARD_CHIP_OUTLINE("mdi2c-credit-card-chip-outline", "F1910"), CREDIT_CARD_CLOCK("mdi2c-credit-card-clock", "F0EE1"), CREDIT_CARD_CLOCK_OUTLINE("mdi2c-credit-card-clock-outline", "F0EE2"), CREDIT_CARD_EDIT("mdi2c-credit-card-edit", "F17D7"), CREDIT_CARD_EDIT_OUTLINE("mdi2c-credit-card-edit-outline", "F17D8"), CREDIT_CARD_FAST("mdi2c-credit-card-fast", "F1911"), CREDIT_CARD_FAST_OUTLINE("mdi2c-credit-card-fast-outline", "F1912"), CREDIT_CARD_LOCK("mdi2c-credit-card-lock", "F18E7"), CREDIT_CARD_LOCK_OUTLINE("mdi2c-credit-card-lock-outline", "F18E8"), CREDIT_CARD_MARKER("mdi2c-credit-card-marker", "F06A8"), CREDIT_CARD_MARKER_OUTLINE("mdi2c-credit-card-marker-outline", "F0DBE"), CREDIT_CARD_MINUS("mdi2c-credit-card-minus", "F0FAC"), CREDIT_CARD_MINUS_OUTLINE("mdi2c-credit-card-minus-outline", "F0FAD"), CREDIT_CARD_MULTIPLE("mdi2c-credit-card-multiple", "F0FF0"), CREDIT_CARD_MULTIPLE_OUTLINE("mdi2c-credit-card-multiple-outline", "F019C"), CREDIT_CARD_OFF("mdi2c-credit-card-off", "F0FF1"), CREDIT_CARD_OFF_OUTLINE("mdi2c-credit-card-off-outline", "F05E4"), CREDIT_CARD_OUTLINE("mdi2c-credit-card-outline", "F019B"), CREDIT_CARD_PLUS("mdi2c-credit-card-plus", "F0FF2"), CREDIT_CARD_PLUS_OUTLINE("mdi2c-credit-card-plus-outline", "F0676"), CREDIT_CARD_REFRESH("mdi2c-credit-card-refresh", "F1645"), CREDIT_CARD_REFRESH_OUTLINE("mdi2c-credit-card-refresh-outline", "F1646"), CREDIT_CARD_REFUND("mdi2c-credit-card-refund", "F0FF3"), CREDIT_CARD_REFUND_OUTLINE("mdi2c-credit-card-refund-outline", "F0AA8"), CREDIT_CARD_REMOVE("mdi2c-credit-card-remove", "F0FAE"), CREDIT_CARD_REMOVE_OUTLINE("mdi2c-credit-card-remove-outline", "F0FAF"), CREDIT_CARD_SCAN("mdi2c-credit-card-scan", "F0FF4"), CREDIT_CARD_SCAN_OUTLINE("mdi2c-credit-card-scan-outline", "F019D"), CREDIT_CARD_SEARCH("mdi2c-credit-card-search", "F1647"), CREDIT_CARD_SEARCH_OUTLINE("mdi2c-credit-card-search-outline", "F1648"), CREDIT_CARD_SETTINGS("mdi2c-credit-card-settings", "F0FF5"), CREDIT_CARD_SETTINGS_OUTLINE("mdi2c-credit-card-settings-outline", "F08D7"), CREDIT_CARD_SYNC("mdi2c-credit-card-sync", "F1649"), CREDIT_CARD_SYNC_OUTLINE("mdi2c-credit-card-sync-outline", "F164A"), CREDIT_CARD_WIRELESS("mdi2c-credit-card-wireless", "F0802"), CREDIT_CARD_WIRELESS_OFF("mdi2c-credit-card-wireless-off", "F057A"), CREDIT_CARD_WIRELESS_OFF_OUTLINE("mdi2c-credit-card-wireless-off-outline", "F057B"), CREDIT_CARD_WIRELESS_OUTLINE("mdi2c-credit-card-wireless-outline", "F0D6C"), CRICKET("mdi2c-cricket", "F0D6D"), CROP("mdi2c-crop", "F019E"), CROP_FREE("mdi2c-crop-free", "F019F"), CROP_LANDSCAPE("mdi2c-crop-landscape", "F01A0"), CROP_PORTRAIT("mdi2c-crop-portrait", "F01A1"), CROP_ROTATE("mdi2c-crop-rotate", "F0696"), CROP_SQUARE("mdi2c-crop-square", "F01A2"), CROSS("mdi2c-cross", "F0953"), CROSS_BOLNISI("mdi2c-cross-bolnisi", "F0CED"), CROSS_CELTIC("mdi2c-cross-celtic", "F0CF5"), CROSS_OUTLINE("mdi2c-cross-outline", "F0CF6"), CROSSHAIRS("mdi2c-crosshairs", "F01A3"), CROSSHAIRS_GPS("mdi2c-crosshairs-gps", "F01A4"), CROSSHAIRS_OFF("mdi2c-crosshairs-off", "F0F45"), CROSSHAIRS_QUESTION("mdi2c-crosshairs-question", "F1136"), CROWD("mdi2c-crowd", "F1975"), CROWN("mdi2c-crown", "F01A5"), CROWN_CIRCLE("mdi2c-crown-circle", "F17DC"), CROWN_CIRCLE_OUTLINE("mdi2c-crown-circle-outline", "F17DD"), CROWN_OUTLINE("mdi2c-crown-outline", "F11D0"), CRYENGINE("mdi2c-cryengine", "F0959"), CRYSTAL_BALL("mdi2c-crystal-ball", "F0B2F"), CUBE("mdi2c-cube", "F01A6"), CUBE_OFF("mdi2c-cube-off", "F141C"), CUBE_OFF_OUTLINE("mdi2c-cube-off-outline", "F141D"), CUBE_OUTLINE("mdi2c-cube-outline", "F01A7"), CUBE_SCAN("mdi2c-cube-scan", "F0B84"), CUBE_SEND("mdi2c-cube-send", "F01A8"), CUBE_UNFOLDED("mdi2c-cube-unfolded", "F01A9"), CUP("mdi2c-cup", "F01AA"), CUP_OFF("mdi2c-cup-off", "F05E5"), CUP_OFF_OUTLINE("mdi2c-cup-off-outline", "F137D"), CUP_OUTLINE("mdi2c-cup-outline", "F130F"), CUP_WATER("mdi2c-cup-water", "F01AB"), CUPBOARD("mdi2c-cupboard", "F0F46"), CUPBOARD_OUTLINE("mdi2c-cupboard-outline", "F0F47"), CUPCAKE("mdi2c-cupcake", "F095A"), CURLING("mdi2c-curling", "F0863"), CURRENCY_BDT("mdi2c-currency-bdt", "F0864"), CURRENCY_BRL("mdi2c-currency-brl", "F0B85"), CURRENCY_BTC("mdi2c-currency-btc", "F01AC"), CURRENCY_CNY("mdi2c-currency-cny", "F07BA"), CURRENCY_ETH("mdi2c-currency-eth", "F07BB"), CURRENCY_EUR("mdi2c-currency-eur", "F01AD"), CURRENCY_EUR_OFF("mdi2c-currency-eur-off", "F1315"), CURRENCY_FRA("mdi2c-currency-fra", "F1A39"), CURRENCY_GBP("mdi2c-currency-gbp", "F01AE"), CURRENCY_ILS("mdi2c-currency-ils", "F0C61"), CURRENCY_INR("mdi2c-currency-inr", "F01AF"), CURRENCY_JPY("mdi2c-currency-jpy", "F07BC"), CURRENCY_KRW("mdi2c-currency-krw", "F07BD"), CURRENCY_KZT("mdi2c-currency-kzt", "F0865"), CURRENCY_MNT("mdi2c-currency-mnt", "F1512"), CURRENCY_NGN("mdi2c-currency-ngn", "F01B0"), CURRENCY_PHP("mdi2c-currency-php", "F09E6"), CURRENCY_RIAL("mdi2c-currency-rial", "F0E9C"), CURRENCY_RUB("mdi2c-currency-rub", "F01B1"), CURRENCY_RUPEE("mdi2c-currency-rupee", "F1976"), CURRENCY_SIGN("mdi2c-currency-sign", "F07BE"), CURRENCY_THB("mdi2c-currency-thb", "F1C05"), CURRENCY_TRY("mdi2c-currency-try", "F01B2"), CURRENCY_TWD("mdi2c-currency-twd", "F07BF"), CURRENCY_UAH("mdi2c-currency-uah", "F1B9B"), CURRENCY_USD("mdi2c-currency-usd", "F01C1"), CURRENCY_USD_OFF("mdi2c-currency-usd-off", "F067A"), CURRENT_AC("mdi2c-current-ac", "F1480"), CURRENT_DC("mdi2c-current-dc", "F095C"), CURSOR_DEFAULT("mdi2c-cursor-default", "F01C0"), CURSOR_DEFAULT_CLICK("mdi2c-cursor-default-click", "F0CFD"), CURSOR_DEFAULT_CLICK_OUTLINE("mdi2c-cursor-default-click-outline", "F0CFE"), CURSOR_DEFAULT_GESTURE("mdi2c-cursor-default-gesture", "F1127"), CURSOR_DEFAULT_GESTURE_OUTLINE("mdi2c-cursor-default-gesture-outline", "F1128"), CURSOR_DEFAULT_OUTLINE("mdi2c-cursor-default-outline", "F01BF"), CURSOR_MOVE("mdi2c-cursor-move", "F01BE"), CURSOR_POINTER("mdi2c-cursor-pointer", "F01BD"), CURSOR_TEXT("mdi2c-cursor-text", "F05E7"), CURTAINS("mdi2c-curtains", "F1846"), CURTAINS_CLOSED("mdi2c-curtains-closed", "F1847"), CYLINDER("mdi2c-cylinder", "F194E"), CYLINDER_OFF("mdi2c-cylinder-off", "F194F"); public static MaterialDesignC findByDescription(String description) { for (MaterialDesignC font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignC(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignCIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignCIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2c-"); } @Override public Ikon resolve(String description) { return MaterialDesignC.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignCIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignCIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignC.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignD.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignD implements Ikon { DANCE_BALLROOM("mdi2d-dance-ballroom", "F15FB"), DANCE_POLE("mdi2d-dance-pole", "F1578"), DATA_MATRIX("mdi2d-data-matrix", "F153C"), DATA_MATRIX_EDIT("mdi2d-data-matrix-edit", "F153D"), DATA_MATRIX_MINUS("mdi2d-data-matrix-minus", "F153E"), DATA_MATRIX_PLUS("mdi2d-data-matrix-plus", "F153F"), DATA_MATRIX_REMOVE("mdi2d-data-matrix-remove", "F1540"), DATA_MATRIX_SCAN("mdi2d-data-matrix-scan", "F1541"), DATABASE("mdi2d-database", "F01BC"), DATABASE_ALERT("mdi2d-database-alert", "F163A"), DATABASE_ALERT_OUTLINE("mdi2d-database-alert-outline", "F1624"), DATABASE_ARROW_DOWN("mdi2d-database-arrow-down", "F163B"), DATABASE_ARROW_DOWN_OUTLINE("mdi2d-database-arrow-down-outline", "F1625"), DATABASE_ARROW_LEFT("mdi2d-database-arrow-left", "F163C"), DATABASE_ARROW_LEFT_OUTLINE("mdi2d-database-arrow-left-outline", "F1626"), DATABASE_ARROW_RIGHT("mdi2d-database-arrow-right", "F163D"), DATABASE_ARROW_RIGHT_OUTLINE("mdi2d-database-arrow-right-outline", "F1627"), DATABASE_ARROW_UP("mdi2d-database-arrow-up", "F163E"), DATABASE_ARROW_UP_OUTLINE("mdi2d-database-arrow-up-outline", "F1628"), DATABASE_CHECK("mdi2d-database-check", "F0AA9"), DATABASE_CHECK_OUTLINE("mdi2d-database-check-outline", "F1629"), DATABASE_CLOCK("mdi2d-database-clock", "F163F"), DATABASE_CLOCK_OUTLINE("mdi2d-database-clock-outline", "F162A"), DATABASE_COG("mdi2d-database-cog", "F164B"), DATABASE_COG_OUTLINE("mdi2d-database-cog-outline", "F164C"), DATABASE_EDIT("mdi2d-database-edit", "F0B86"), DATABASE_EDIT_OUTLINE("mdi2d-database-edit-outline", "F162B"), DATABASE_EXPORT("mdi2d-database-export", "F095E"), DATABASE_EXPORT_OUTLINE("mdi2d-database-export-outline", "F162C"), DATABASE_EYE("mdi2d-database-eye", "F191F"), DATABASE_EYE_OFF("mdi2d-database-eye-off", "F1920"), DATABASE_EYE_OFF_OUTLINE("mdi2d-database-eye-off-outline", "F1921"), DATABASE_EYE_OUTLINE("mdi2d-database-eye-outline", "F1922"), DATABASE_IMPORT("mdi2d-database-import", "F095D"), DATABASE_IMPORT_OUTLINE("mdi2d-database-import-outline", "F162D"), DATABASE_LOCK("mdi2d-database-lock", "F0AAA"), DATABASE_LOCK_OUTLINE("mdi2d-database-lock-outline", "F162E"), DATABASE_MARKER("mdi2d-database-marker", "F12F6"), DATABASE_MARKER_OUTLINE("mdi2d-database-marker-outline", "F162F"), DATABASE_MINUS("mdi2d-database-minus", "F01BB"), DATABASE_MINUS_OUTLINE("mdi2d-database-minus-outline", "F1630"), DATABASE_OFF("mdi2d-database-off", "F1640"), DATABASE_OFF_OUTLINE("mdi2d-database-off-outline", "F1631"), DATABASE_OUTLINE("mdi2d-database-outline", "F1632"), DATABASE_PLUS("mdi2d-database-plus", "F01BA"), DATABASE_PLUS_OUTLINE("mdi2d-database-plus-outline", "F1633"), DATABASE_REFRESH("mdi2d-database-refresh", "F05C2"), DATABASE_REFRESH_OUTLINE("mdi2d-database-refresh-outline", "F1634"), DATABASE_REMOVE("mdi2d-database-remove", "F0D00"), DATABASE_REMOVE_OUTLINE("mdi2d-database-remove-outline", "F1635"), DATABASE_SEARCH("mdi2d-database-search", "F0866"), DATABASE_SEARCH_OUTLINE("mdi2d-database-search-outline", "F1636"), DATABASE_SETTINGS("mdi2d-database-settings", "F0D01"), DATABASE_SETTINGS_OUTLINE("mdi2d-database-settings-outline", "F1637"), DATABASE_SYNC("mdi2d-database-sync", "F0CFF"), DATABASE_SYNC_OUTLINE("mdi2d-database-sync-outline", "F1638"), DEATH_STAR("mdi2d-death-star", "F08D8"), DEATH_STAR_VARIANT("mdi2d-death-star-variant", "F08D9"), DEATHLY_HALLOWS("mdi2d-deathly-hallows", "F0B87"), DEBIAN("mdi2d-debian", "F08DA"), DEBUG_STEP_INTO("mdi2d-debug-step-into", "F01B9"), DEBUG_STEP_OUT("mdi2d-debug-step-out", "F01B8"), DEBUG_STEP_OVER("mdi2d-debug-step-over", "F01B7"), DECAGRAM("mdi2d-decagram", "F076C"), DECAGRAM_OUTLINE("mdi2d-decagram-outline", "F076D"), DECIMAL("mdi2d-decimal", "F10A1"), DECIMAL_COMMA("mdi2d-decimal-comma", "F10A2"), DECIMAL_COMMA_DECREASE("mdi2d-decimal-comma-decrease", "F10A3"), DECIMAL_COMMA_INCREASE("mdi2d-decimal-comma-increase", "F10A4"), DECIMAL_DECREASE("mdi2d-decimal-decrease", "F01B6"), DECIMAL_INCREASE("mdi2d-decimal-increase", "F01B5"), DELETE("mdi2d-delete", "F01B4"), DELETE_ALERT("mdi2d-delete-alert", "F10A5"), DELETE_ALERT_OUTLINE("mdi2d-delete-alert-outline", "F10A6"), DELETE_CIRCLE("mdi2d-delete-circle", "F0683"), DELETE_CIRCLE_OUTLINE("mdi2d-delete-circle-outline", "F0B88"), DELETE_CLOCK("mdi2d-delete-clock", "F1556"), DELETE_CLOCK_OUTLINE("mdi2d-delete-clock-outline", "F1557"), DELETE_EMPTY("mdi2d-delete-empty", "F06CC"), DELETE_EMPTY_OUTLINE("mdi2d-delete-empty-outline", "F0E9D"), DELETE_FOREVER("mdi2d-delete-forever", "F05E8"), DELETE_FOREVER_OUTLINE("mdi2d-delete-forever-outline", "F0B89"), DELETE_OFF("mdi2d-delete-off", "F10A7"), DELETE_OFF_OUTLINE("mdi2d-delete-off-outline", "F10A8"), DELETE_OUTLINE("mdi2d-delete-outline", "F09E7"), DELETE_RESTORE("mdi2d-delete-restore", "F0819"), DELETE_SWEEP("mdi2d-delete-sweep", "F05E9"), DELETE_SWEEP_OUTLINE("mdi2d-delete-sweep-outline", "F0C62"), DELETE_VARIANT("mdi2d-delete-variant", "F01B3"), DELTA("mdi2d-delta", "F01C2"), DESK("mdi2d-desk", "F1239"), DESK_LAMP("mdi2d-desk-lamp", "F095F"), DESK_LAMP_OFF("mdi2d-desk-lamp-off", "F1B1F"), DESK_LAMP_ON("mdi2d-desk-lamp-on", "F1B20"), DESKPHONE("mdi2d-deskphone", "F01C3"), DESKTOP_CLASSIC("mdi2d-desktop-classic", "F07C0"), DESKTOP_TOWER("mdi2d-desktop-tower", "F01C5"), DESKTOP_TOWER_MONITOR("mdi2d-desktop-tower-monitor", "F0AAB"), DETAILS("mdi2d-details", "F01C6"), DEV_TO("mdi2d-dev-to", "F0D6E"), DEVELOPER_BOARD("mdi2d-developer-board", "F0697"), DEVIANTART("mdi2d-deviantart", "F01C7"), DEVICES("mdi2d-devices", "F0FB0"), DHARMACHAKRA("mdi2d-dharmachakra", "F094B"), DIABETES("mdi2d-diabetes", "F1126"), DIALPAD("mdi2d-dialpad", "F061C"), DIAMETER("mdi2d-diameter", "F0C63"), DIAMETER_OUTLINE("mdi2d-diameter-outline", "F0C64"), DIAMETER_VARIANT("mdi2d-diameter-variant", "F0C65"), DIAMOND("mdi2d-diamond", "F0B8A"), DIAMOND_OUTLINE("mdi2d-diamond-outline", "F0B8B"), DIAMOND_STONE("mdi2d-diamond-stone", "F01C8"), DIAPER_OUTLINE("mdi2d-diaper-outline", "F1CCF"), DICE_1("mdi2d-dice-1", "F01CA"), DICE_1_OUTLINE("mdi2d-dice-1-outline", "F114A"), DICE_2("mdi2d-dice-2", "F01CB"), DICE_2_OUTLINE("mdi2d-dice-2-outline", "F114B"), DICE_3("mdi2d-dice-3", "F01CC"), DICE_3_OUTLINE("mdi2d-dice-3-outline", "F114C"), DICE_4("mdi2d-dice-4", "F01CD"), DICE_4_OUTLINE("mdi2d-dice-4-outline", "F114D"), DICE_5("mdi2d-dice-5", "F01CE"), DICE_5_OUTLINE("mdi2d-dice-5-outline", "F114E"), DICE_6("mdi2d-dice-6", "F01CF"), DICE_6_OUTLINE("mdi2d-dice-6-outline", "F114F"), DICE_D10("mdi2d-dice-d10", "F1153"), DICE_D10_OUTLINE("mdi2d-dice-d10-outline", "F076F"), DICE_D12("mdi2d-dice-d12", "F1154"), DICE_D12_OUTLINE("mdi2d-dice-d12-outline", "F0867"), DICE_D20("mdi2d-dice-d20", "F1155"), DICE_D20_OUTLINE("mdi2d-dice-d20-outline", "F05EA"), DICE_D4("mdi2d-dice-d4", "F1150"), DICE_D4_OUTLINE("mdi2d-dice-d4-outline", "F05EB"), DICE_D6("mdi2d-dice-d6", "F1151"), DICE_D6_OUTLINE("mdi2d-dice-d6-outline", "F05ED"), DICE_D8("mdi2d-dice-d8", "F1152"), DICE_D8_OUTLINE("mdi2d-dice-d8-outline", "F05EC"), DICE_MULTIPLE("mdi2d-dice-multiple", "F076E"), DICE_MULTIPLE_OUTLINE("mdi2d-dice-multiple-outline", "F1156"), DIGITAL_OCEAN("mdi2d-digital-ocean", "F1237"), DIP_SWITCH("mdi2d-dip-switch", "F07C1"), DIRECTIONS("mdi2d-directions", "F01D0"), DIRECTIONS_FORK("mdi2d-directions-fork", "F0641"), DISC("mdi2d-disc", "F05EE"), DISC_ALERT("mdi2d-disc-alert", "F01D1"), DISC_PLAYER("mdi2d-disc-player", "F0960"), DISHWASHER("mdi2d-dishwasher", "F0AAC"), DISHWASHER_ALERT("mdi2d-dishwasher-alert", "F11B8"), DISHWASHER_OFF("mdi2d-dishwasher-off", "F11B9"), DISQUS("mdi2d-disqus", "F01D2"), DISTRIBUTE_HORIZONTAL_CENTER("mdi2d-distribute-horizontal-center", "F11C9"), DISTRIBUTE_HORIZONTAL_LEFT("mdi2d-distribute-horizontal-left", "F11C8"), DISTRIBUTE_HORIZONTAL_RIGHT("mdi2d-distribute-horizontal-right", "F11CA"), DISTRIBUTE_VERTICAL_BOTTOM("mdi2d-distribute-vertical-bottom", "F11CB"), DISTRIBUTE_VERTICAL_CENTER("mdi2d-distribute-vertical-center", "F11CC"), DISTRIBUTE_VERTICAL_TOP("mdi2d-distribute-vertical-top", "F11CD"), DIVERSIFY("mdi2d-diversify", "F1877"), DIVING("mdi2d-diving", "F1977"), DIVING_FLIPPERS("mdi2d-diving-flippers", "F0DBF"), DIVING_HELMET("mdi2d-diving-helmet", "F0DC0"), DIVING_SCUBA("mdi2d-diving-scuba", "F1B77"), DIVING_SCUBA_FLAG("mdi2d-diving-scuba-flag", "F0DC2"), DIVING_SCUBA_MASK("mdi2d-diving-scuba-mask", "F0DC1"), DIVING_SCUBA_TANK("mdi2d-diving-scuba-tank", "F0DC3"), DIVING_SCUBA_TANK_MULTIPLE("mdi2d-diving-scuba-tank-multiple", "F0DC4"), DIVING_SNORKEL("mdi2d-diving-snorkel", "F0DC5"), DIVISION("mdi2d-division", "F01D4"), DIVISION_BOX("mdi2d-division-box", "F01D5"), DLNA("mdi2d-dlna", "F0A41"), DNA("mdi2d-dna", "F0684"), DNS("mdi2d-dns", "F01D6"), DNS_OUTLINE("mdi2d-dns-outline", "F0B8C"), DOCK_BOTTOM("mdi2d-dock-bottom", "F10A9"), DOCK_LEFT("mdi2d-dock-left", "F10AA"), DOCK_RIGHT("mdi2d-dock-right", "F10AB"), DOCK_TOP("mdi2d-dock-top", "F1513"), DOCK_WINDOW("mdi2d-dock-window", "F10AC"), DOCKER("mdi2d-docker", "F0868"), DOCTOR("mdi2d-doctor", "F0A42"), DOG("mdi2d-dog", "F0A43"), DOG_SERVICE("mdi2d-dog-service", "F0AAD"), DOG_SIDE("mdi2d-dog-side", "F0A44"), DOG_SIDE_OFF("mdi2d-dog-side-off", "F16EE"), DOLBY("mdi2d-dolby", "F06B3"), DOLLY("mdi2d-dolly", "F0E9E"), DOLPHIN("mdi2d-dolphin", "F18B4"), DOMAIN("mdi2d-domain", "F01D7"), DOMAIN_OFF("mdi2d-domain-off", "F0D6F"), DOMAIN_PLUS("mdi2d-domain-plus", "F10AD"), DOMAIN_REMOVE("mdi2d-domain-remove", "F10AE"), DOMAIN_SWITCH("mdi2d-domain-switch", "F1C2C"), DOME_LIGHT("mdi2d-dome-light", "F141E"), DOMINO_MASK("mdi2d-domino-mask", "F1023"), DONKEY("mdi2d-donkey", "F07C2"), DOOR("mdi2d-door", "F081A"), DOOR_CLOSED("mdi2d-door-closed", "F081B"), DOOR_CLOSED_CANCEL("mdi2d-door-closed-cancel", "F1C93"), DOOR_CLOSED_LOCK("mdi2d-door-closed-lock", "F10AF"), DOOR_OPEN("mdi2d-door-open", "F081C"), DOOR_SLIDING("mdi2d-door-sliding", "F181E"), DOOR_SLIDING_LOCK("mdi2d-door-sliding-lock", "F181F"), DOOR_SLIDING_OPEN("mdi2d-door-sliding-open", "F1820"), DOORBELL("mdi2d-doorbell", "F12E6"), DOORBELL_VIDEO("mdi2d-doorbell-video", "F0869"), DOT_NET("mdi2d-dot-net", "F0AAE"), DOTS_CIRCLE("mdi2d-dots-circle", "F1978"), DOTS_GRID("mdi2d-dots-grid", "F15FC"), DOTS_HEXAGON("mdi2d-dots-hexagon", "F15FF"), DOTS_HORIZONTAL("mdi2d-dots-horizontal", "F01D8"), DOTS_HORIZONTAL_CIRCLE("mdi2d-dots-horizontal-circle", "F07C3"), DOTS_HORIZONTAL_CIRCLE_OUTLINE("mdi2d-dots-horizontal-circle-outline", "F0B8D"), DOTS_SQUARE("mdi2d-dots-square", "F15FD"), DOTS_TRIANGLE("mdi2d-dots-triangle", "F15FE"), DOTS_VERTICAL("mdi2d-dots-vertical", "F01D9"), DOTS_VERTICAL_CIRCLE("mdi2d-dots-vertical-circle", "F07C4"), DOTS_VERTICAL_CIRCLE_OUTLINE("mdi2d-dots-vertical-circle-outline", "F0B8E"), DOWNLOAD("mdi2d-download", "F01DA"), DOWNLOAD_BOX("mdi2d-download-box", "F1462"), DOWNLOAD_BOX_OUTLINE("mdi2d-download-box-outline", "F1463"), DOWNLOAD_CIRCLE("mdi2d-download-circle", "F1464"), DOWNLOAD_CIRCLE_OUTLINE("mdi2d-download-circle-outline", "F1465"), DOWNLOAD_LOCK("mdi2d-download-lock", "F1320"), DOWNLOAD_LOCK_OUTLINE("mdi2d-download-lock-outline", "F1321"), DOWNLOAD_MULTIPLE("mdi2d-download-multiple", "F09E9"), DOWNLOAD_MULTIPLE_OUTLINE("mdi2d-download-multiple-outline", "F1CD0"), DOWNLOAD_NETWORK("mdi2d-download-network", "F06F4"), DOWNLOAD_NETWORK_OUTLINE("mdi2d-download-network-outline", "F0C66"), DOWNLOAD_OFF("mdi2d-download-off", "F10B0"), DOWNLOAD_OFF_OUTLINE("mdi2d-download-off-outline", "F10B1"), DOWNLOAD_OUTLINE("mdi2d-download-outline", "F0B8F"), DRAG("mdi2d-drag", "F01DB"), DRAG_HORIZONTAL("mdi2d-drag-horizontal", "F01DC"), DRAG_HORIZONTAL_VARIANT("mdi2d-drag-horizontal-variant", "F12F0"), DRAG_VARIANT("mdi2d-drag-variant", "F0B90"), DRAG_VERTICAL("mdi2d-drag-vertical", "F01DD"), DRAG_VERTICAL_VARIANT("mdi2d-drag-vertical-variant", "F12F1"), DRAMA_MASKS("mdi2d-drama-masks", "F0D02"), DRAW("mdi2d-draw", "F0F49"), DRAW_PEN("mdi2d-draw-pen", "F19B9"), DRAWING("mdi2d-drawing", "F01DE"), DRAWING_BOX("mdi2d-drawing-box", "F01DF"), DRESSER("mdi2d-dresser", "F0F4A"), DRESSER_OUTLINE("mdi2d-dresser-outline", "F0F4B"), DRONE("mdi2d-drone", "F01E2"), DROPBOX("mdi2d-dropbox", "F01E3"), DRUPAL("mdi2d-drupal", "F01E4"), DUCK("mdi2d-duck", "F01E5"), DUMBBELL("mdi2d-dumbbell", "F01E6"), DUMP_TRUCK("mdi2d-dump-truck", "F0C67"); public static MaterialDesignD findByDescription(String description) { for (MaterialDesignD font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignD(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignDIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignDIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2d-"); } @Override public Ikon resolve(String description) { return MaterialDesignD.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignDIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignDIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignD.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignE.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignE implements Ikon { EAR_HEARING("mdi2e-ear-hearing", "F07C5"), EAR_HEARING_LOOP("mdi2e-ear-hearing-loop", "F1AEE"), EAR_HEARING_OFF("mdi2e-ear-hearing-off", "F0A45"), EARBUDS("mdi2e-earbuds", "F184F"), EARBUDS_OFF("mdi2e-earbuds-off", "F1850"), EARBUDS_OFF_OUTLINE("mdi2e-earbuds-off-outline", "F1851"), EARBUDS_OUTLINE("mdi2e-earbuds-outline", "F1852"), EARTH("mdi2e-earth", "F01E7"), EARTH_ARROW_DOWN("mdi2e-earth-arrow-down", "F1C87"), EARTH_ARROW_LEFT("mdi2e-earth-arrow-left", "F1C88"), EARTH_ARROW_RIGHT("mdi2e-earth-arrow-right", "F1311"), EARTH_ARROW_UP("mdi2e-earth-arrow-up", "F1C89"), EARTH_BOX("mdi2e-earth-box", "F06CD"), EARTH_BOX_MINUS("mdi2e-earth-box-minus", "F1407"), EARTH_BOX_OFF("mdi2e-earth-box-off", "F06CE"), EARTH_BOX_PLUS("mdi2e-earth-box-plus", "F1406"), EARTH_BOX_REMOVE("mdi2e-earth-box-remove", "F1408"), EARTH_MINUS("mdi2e-earth-minus", "F1404"), EARTH_OFF("mdi2e-earth-off", "F01E8"), EARTH_PLUS("mdi2e-earth-plus", "F1403"), EARTH_REMOVE("mdi2e-earth-remove", "F1405"), EGG("mdi2e-egg", "F0AAF"), EGG_EASTER("mdi2e-egg-easter", "F0AB0"), EGG_FRIED("mdi2e-egg-fried", "F184A"), EGG_OFF("mdi2e-egg-off", "F13F0"), EGG_OFF_OUTLINE("mdi2e-egg-off-outline", "F13F1"), EGG_OUTLINE("mdi2e-egg-outline", "F13F2"), EIFFEL_TOWER("mdi2e-eiffel-tower", "F156B"), EIGHT_TRACK("mdi2e-eight-track", "F09EA"), EJECT("mdi2e-eject", "F01EA"), EJECT_CIRCLE("mdi2e-eject-circle", "F1B23"), EJECT_CIRCLE_OUTLINE("mdi2e-eject-circle-outline", "F1B24"), EJECT_OUTLINE("mdi2e-eject-outline", "F0B91"), ELECTRIC_SWITCH("mdi2e-electric-switch", "F0E9F"), ELECTRIC_SWITCH_CLOSED("mdi2e-electric-switch-closed", "F10D9"), ELECTRON_FRAMEWORK("mdi2e-electron-framework", "F1024"), ELEPHANT("mdi2e-elephant", "F07C6"), ELEVATION_DECLINE("mdi2e-elevation-decline", "F01EB"), ELEVATION_RISE("mdi2e-elevation-rise", "F01EC"), ELEVATOR("mdi2e-elevator", "F01ED"), ELEVATOR_DOWN("mdi2e-elevator-down", "F12C2"), ELEVATOR_PASSENGER("mdi2e-elevator-passenger", "F1381"), ELEVATOR_PASSENGER_OFF("mdi2e-elevator-passenger-off", "F1979"), ELEVATOR_PASSENGER_OFF_OUTLINE("mdi2e-elevator-passenger-off-outline", "F197A"), ELEVATOR_PASSENGER_OUTLINE("mdi2e-elevator-passenger-outline", "F197B"), ELEVATOR_UP("mdi2e-elevator-up", "F12C1"), ELLIPSE("mdi2e-ellipse", "F0EA0"), ELLIPSE_OUTLINE("mdi2e-ellipse-outline", "F0EA1"), EMAIL("mdi2e-email", "F01EE"), EMAIL_ALERT("mdi2e-email-alert", "F06CF"), EMAIL_ALERT_OUTLINE("mdi2e-email-alert-outline", "F0D42"), EMAIL_ARROW_LEFT("mdi2e-email-arrow-left", "F10DA"), EMAIL_ARROW_LEFT_OUTLINE("mdi2e-email-arrow-left-outline", "F10DB"), EMAIL_ARROW_RIGHT("mdi2e-email-arrow-right", "F10DC"), EMAIL_ARROW_RIGHT_OUTLINE("mdi2e-email-arrow-right-outline", "F10DD"), EMAIL_BOX("mdi2e-email-box", "F0D03"), EMAIL_CHECK("mdi2e-email-check", "F0AB1"), EMAIL_CHECK_OUTLINE("mdi2e-email-check-outline", "F0AB2"), EMAIL_EDIT("mdi2e-email-edit", "F0EE3"), EMAIL_EDIT_OUTLINE("mdi2e-email-edit-outline", "F0EE4"), EMAIL_FAST("mdi2e-email-fast", "F186F"), EMAIL_FAST_OUTLINE("mdi2e-email-fast-outline", "F1870"), EMAIL_HEART_OUTLINE("mdi2e-email-heart-outline", "F1C5B"), EMAIL_LOCK("mdi2e-email-lock", "F01F1"), EMAIL_LOCK_OUTLINE("mdi2e-email-lock-outline", "F1B61"), EMAIL_MARK_AS_UNREAD("mdi2e-email-mark-as-unread", "F0B92"), EMAIL_MINUS("mdi2e-email-minus", "F0EE5"), EMAIL_MINUS_OUTLINE("mdi2e-email-minus-outline", "F0EE6"), EMAIL_MULTIPLE("mdi2e-email-multiple", "F0EE7"), EMAIL_MULTIPLE_OUTLINE("mdi2e-email-multiple-outline", "F0EE8"), EMAIL_NEWSLETTER("mdi2e-email-newsletter", "F0FB1"), EMAIL_OFF("mdi2e-email-off", "F13E3"), EMAIL_OFF_OUTLINE("mdi2e-email-off-outline", "F13E4"), EMAIL_OPEN("mdi2e-email-open", "F01EF"), EMAIL_OPEN_HEART_OUTLINE("mdi2e-email-open-heart-outline", "F1C5C"), EMAIL_OPEN_MULTIPLE("mdi2e-email-open-multiple", "F0EE9"), EMAIL_OPEN_MULTIPLE_OUTLINE("mdi2e-email-open-multiple-outline", "F0EEA"), EMAIL_OPEN_OUTLINE("mdi2e-email-open-outline", "F05EF"), EMAIL_OUTLINE("mdi2e-email-outline", "F01F0"), EMAIL_PLUS("mdi2e-email-plus", "F09EB"), EMAIL_PLUS_OUTLINE("mdi2e-email-plus-outline", "F09EC"), EMAIL_REMOVE("mdi2e-email-remove", "F1661"), EMAIL_REMOVE_OUTLINE("mdi2e-email-remove-outline", "F1662"), EMAIL_SEAL("mdi2e-email-seal", "F195B"), EMAIL_SEAL_OUTLINE("mdi2e-email-seal-outline", "F195C"), EMAIL_SEARCH("mdi2e-email-search", "F0961"), EMAIL_SEARCH_OUTLINE("mdi2e-email-search-outline", "F0962"), EMAIL_SYNC("mdi2e-email-sync", "F12C7"), EMAIL_SYNC_OUTLINE("mdi2e-email-sync-outline", "F12C8"), EMAIL_VARIANT("mdi2e-email-variant", "F05F0"), EMBER("mdi2e-ember", "F0B30"), EMBY("mdi2e-emby", "F06B4"), EMOTICON("mdi2e-emoticon", "F0C68"), EMOTICON_ANGRY("mdi2e-emoticon-angry", "F0C69"), EMOTICON_ANGRY_OUTLINE("mdi2e-emoticon-angry-outline", "F0C6A"), EMOTICON_CONFUSED("mdi2e-emoticon-confused", "F10DE"), EMOTICON_CONFUSED_OUTLINE("mdi2e-emoticon-confused-outline", "F10DF"), EMOTICON_COOL("mdi2e-emoticon-cool", "F0C6B"), EMOTICON_COOL_OUTLINE("mdi2e-emoticon-cool-outline", "F01F3"), EMOTICON_CRY("mdi2e-emoticon-cry", "F0C6C"), EMOTICON_CRY_OUTLINE("mdi2e-emoticon-cry-outline", "F0C6D"), EMOTICON_DEAD("mdi2e-emoticon-dead", "F0C6E"), EMOTICON_DEAD_OUTLINE("mdi2e-emoticon-dead-outline", "F069B"), EMOTICON_DEVIL("mdi2e-emoticon-devil", "F0C6F"), EMOTICON_DEVIL_OUTLINE("mdi2e-emoticon-devil-outline", "F01F4"), EMOTICON_EXCITED("mdi2e-emoticon-excited", "F0C70"), EMOTICON_EXCITED_OUTLINE("mdi2e-emoticon-excited-outline", "F069C"), EMOTICON_FROWN("mdi2e-emoticon-frown", "F0F4C"), EMOTICON_FROWN_OUTLINE("mdi2e-emoticon-frown-outline", "F0F4D"), EMOTICON_HAPPY("mdi2e-emoticon-happy", "F0C71"), EMOTICON_HAPPY_OUTLINE("mdi2e-emoticon-happy-outline", "F01F5"), EMOTICON_KISS("mdi2e-emoticon-kiss", "F0C72"), EMOTICON_KISS_OUTLINE("mdi2e-emoticon-kiss-outline", "F0C73"), EMOTICON_LOL("mdi2e-emoticon-lol", "F1214"), EMOTICON_LOL_OUTLINE("mdi2e-emoticon-lol-outline", "F1215"), EMOTICON_MINUS("mdi2e-emoticon-minus", "F1CB2"), EMOTICON_MINUS_OUTLINE("mdi2e-emoticon-minus-outline", "F1CB3"), EMOTICON_NEUTRAL("mdi2e-emoticon-neutral", "F0C74"), EMOTICON_NEUTRAL_OUTLINE("mdi2e-emoticon-neutral-outline", "F01F6"), EMOTICON_OUTLINE("mdi2e-emoticon-outline", "F01F2"), EMOTICON_PLUS("mdi2e-emoticon-plus", "F1CB4"), EMOTICON_PLUS_OUTLINE("mdi2e-emoticon-plus-outline", "F1CB5"), EMOTICON_POOP("mdi2e-emoticon-poop", "F01F7"), EMOTICON_POOP_OUTLINE("mdi2e-emoticon-poop-outline", "F0C75"), EMOTICON_REMOVE("mdi2e-emoticon-remove", "F1CB6"), EMOTICON_REMOVE_OUTLINE("mdi2e-emoticon-remove-outline", "F1CB7"), EMOTICON_SAD("mdi2e-emoticon-sad", "F0C76"), EMOTICON_SAD_OUTLINE("mdi2e-emoticon-sad-outline", "F01F8"), EMOTICON_SICK("mdi2e-emoticon-sick", "F157C"), EMOTICON_SICK_OUTLINE("mdi2e-emoticon-sick-outline", "F157D"), EMOTICON_TONGUE("mdi2e-emoticon-tongue", "F01F9"), EMOTICON_TONGUE_OUTLINE("mdi2e-emoticon-tongue-outline", "F0C77"), EMOTICON_WINK("mdi2e-emoticon-wink", "F0C78"), EMOTICON_WINK_OUTLINE("mdi2e-emoticon-wink-outline", "F0C79"), ENGINE("mdi2e-engine", "F01FA"), ENGINE_OFF("mdi2e-engine-off", "F0A46"), ENGINE_OFF_OUTLINE("mdi2e-engine-off-outline", "F0A47"), ENGINE_OUTLINE("mdi2e-engine-outline", "F01FB"), EPSILON("mdi2e-epsilon", "F10E0"), EQUAL("mdi2e-equal", "F01FC"), EQUAL_BOX("mdi2e-equal-box", "F01FD"), EQUALIZER("mdi2e-equalizer", "F0EA2"), EQUALIZER_OUTLINE("mdi2e-equalizer-outline", "F0EA3"), ERASER("mdi2e-eraser", "F01FE"), ERASER_VARIANT("mdi2e-eraser-variant", "F0642"), ESCALATOR("mdi2e-escalator", "F01FF"), ESCALATOR_BOX("mdi2e-escalator-box", "F1399"), ESCALATOR_DOWN("mdi2e-escalator-down", "F12C0"), ESCALATOR_UP("mdi2e-escalator-up", "F12BF"), ESLINT("mdi2e-eslint", "F0C7A"), ET("mdi2e-et", "F0AB3"), ETHEREUM("mdi2e-ethereum", "F086A"), ETHERNET("mdi2e-ethernet", "F0200"), ETHERNET_CABLE("mdi2e-ethernet-cable", "F0201"), ETHERNET_CABLE_OFF("mdi2e-ethernet-cable-off", "F0202"), ETHERNET_OFF("mdi2e-ethernet-off", "F1CD1"), EV_PLUG_CCS1("mdi2e-ev-plug-ccs1", "F1519"), EV_PLUG_CCS2("mdi2e-ev-plug-ccs2", "F151A"), EV_PLUG_CHADEMO("mdi2e-ev-plug-chademo", "F151B"), EV_PLUG_TESLA("mdi2e-ev-plug-tesla", "F151C"), EV_PLUG_TYPE1("mdi2e-ev-plug-type1", "F151D"), EV_PLUG_TYPE2("mdi2e-ev-plug-type2", "F151E"), EV_STATION("mdi2e-ev-station", "F05F1"), EVERNOTE("mdi2e-evernote", "F0204"), EXCAVATOR("mdi2e-excavator", "F1025"), EXCLAMATION("mdi2e-exclamation", "F0205"), EXCLAMATION_THICK("mdi2e-exclamation-thick", "F1238"), EXIT_RUN("mdi2e-exit-run", "F0A48"), EXIT_TO_APP("mdi2e-exit-to-app", "F0206"), EXPAND_ALL("mdi2e-expand-all", "F0AB4"), EXPAND_ALL_OUTLINE("mdi2e-expand-all-outline", "F0AB5"), EXPANSION_CARD("mdi2e-expansion-card", "F08AE"), EXPANSION_CARD_VARIANT("mdi2e-expansion-card-variant", "F0FB2"), EXPONENT("mdi2e-exponent", "F0963"), EXPONENT_BOX("mdi2e-exponent-box", "F0964"), EXPORT("mdi2e-export", "F0207"), EXPORT_VARIANT("mdi2e-export-variant", "F0B93"), EYE("mdi2e-eye", "F0208"), EYE_ARROW_LEFT("mdi2e-eye-arrow-left", "F18FD"), EYE_ARROW_LEFT_OUTLINE("mdi2e-eye-arrow-left-outline", "F18FE"), EYE_ARROW_RIGHT("mdi2e-eye-arrow-right", "F18FF"), EYE_ARROW_RIGHT_OUTLINE("mdi2e-eye-arrow-right-outline", "F1900"), EYE_CHECK("mdi2e-eye-check", "F0D04"), EYE_CHECK_OUTLINE("mdi2e-eye-check-outline", "F0D05"), EYE_CIRCLE("mdi2e-eye-circle", "F0B94"), EYE_CIRCLE_OUTLINE("mdi2e-eye-circle-outline", "F0B95"), EYE_CLOSED("mdi2e-eye-closed", "F1CA3"), EYE_LOCK("mdi2e-eye-lock", "F1C06"), EYE_LOCK_OPEN("mdi2e-eye-lock-open", "F1C07"), EYE_LOCK_OPEN_OUTLINE("mdi2e-eye-lock-open-outline", "F1C08"), EYE_LOCK_OUTLINE("mdi2e-eye-lock-outline", "F1C09"), EYE_MINUS("mdi2e-eye-minus", "F1026"), EYE_MINUS_OUTLINE("mdi2e-eye-minus-outline", "F1027"), EYE_OFF("mdi2e-eye-off", "F0209"), EYE_OFF_OUTLINE("mdi2e-eye-off-outline", "F06D1"), EYE_OUTLINE("mdi2e-eye-outline", "F06D0"), EYE_PLUS("mdi2e-eye-plus", "F086B"), EYE_PLUS_OUTLINE("mdi2e-eye-plus-outline", "F086C"), EYE_REFRESH("mdi2e-eye-refresh", "F197C"), EYE_REFRESH_OUTLINE("mdi2e-eye-refresh-outline", "F197D"), EYE_REMOVE("mdi2e-eye-remove", "F15E3"), EYE_REMOVE_OUTLINE("mdi2e-eye-remove-outline", "F15E4"), EYE_SETTINGS("mdi2e-eye-settings", "F086D"), EYE_SETTINGS_OUTLINE("mdi2e-eye-settings-outline", "F086E"), EYEDROPPER("mdi2e-eyedropper", "F020A"), EYEDROPPER_MINUS("mdi2e-eyedropper-minus", "F13DD"), EYEDROPPER_OFF("mdi2e-eyedropper-off", "F13DF"), EYEDROPPER_PLUS("mdi2e-eyedropper-plus", "F13DC"), EYEDROPPER_REMOVE("mdi2e-eyedropper-remove", "F13DE"), EYEDROPPER_VARIANT("mdi2e-eyedropper-variant", "F020B"); public static MaterialDesignE findByDescription(String description) { for (MaterialDesignE font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignE(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignEIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignEIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2e-"); } @Override public Ikon resolve(String description) { return MaterialDesignE.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignEIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignEIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignE.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignF.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignF implements Ikon { FACE_AGENT("mdi2f-face-agent", "F0D70"), FACE_MAN("mdi2f-face-man", "F0643"), FACE_MAN_OUTLINE("mdi2f-face-man-outline", "F0B96"), FACE_MAN_PROFILE("mdi2f-face-man-profile", "F0644"), FACE_MAN_SHIMMER("mdi2f-face-man-shimmer", "F15CC"), FACE_MAN_SHIMMER_OUTLINE("mdi2f-face-man-shimmer-outline", "F15CD"), FACE_MASK("mdi2f-face-mask", "F1586"), FACE_MASK_OUTLINE("mdi2f-face-mask-outline", "F1587"), FACE_RECOGNITION("mdi2f-face-recognition", "F0C7B"), FACE_WOMAN("mdi2f-face-woman", "F1077"), FACE_WOMAN_OUTLINE("mdi2f-face-woman-outline", "F1078"), FACE_WOMAN_PROFILE("mdi2f-face-woman-profile", "F1076"), FACE_WOMAN_SHIMMER("mdi2f-face-woman-shimmer", "F15CE"), FACE_WOMAN_SHIMMER_OUTLINE("mdi2f-face-woman-shimmer-outline", "F15CF"), FACEBOOK("mdi2f-facebook", "F020C"), FACEBOOK_GAMING("mdi2f-facebook-gaming", "F07DD"), FACEBOOK_MESSENGER("mdi2f-facebook-messenger", "F020E"), FACEBOOK_WORKPLACE("mdi2f-facebook-workplace", "F0B31"), FACTORY("mdi2f-factory", "F020F"), FAMILY_TREE("mdi2f-family-tree", "F160E"), FAN("mdi2f-fan", "F0210"), FAN_ALERT("mdi2f-fan-alert", "F146C"), FAN_AUTO("mdi2f-fan-auto", "F171D"), FAN_CHEVRON_DOWN("mdi2f-fan-chevron-down", "F146D"), FAN_CHEVRON_UP("mdi2f-fan-chevron-up", "F146E"), FAN_CLOCK("mdi2f-fan-clock", "F1A3A"), FAN_MINUS("mdi2f-fan-minus", "F1470"), FAN_OFF("mdi2f-fan-off", "F081D"), FAN_PLUS("mdi2f-fan-plus", "F146F"), FAN_REMOVE("mdi2f-fan-remove", "F1471"), FAN_SPEED_1("mdi2f-fan-speed-1", "F1472"), FAN_SPEED_2("mdi2f-fan-speed-2", "F1473"), FAN_SPEED_3("mdi2f-fan-speed-3", "F1474"), FAST_FORWARD("mdi2f-fast-forward", "F0211"), FAST_FORWARD_10("mdi2f-fast-forward-10", "F0D71"), FAST_FORWARD_15("mdi2f-fast-forward-15", "F193A"), FAST_FORWARD_30("mdi2f-fast-forward-30", "F0D06"), FAST_FORWARD_45("mdi2f-fast-forward-45", "F1B12"), FAST_FORWARD_5("mdi2f-fast-forward-5", "F11F8"), FAST_FORWARD_60("mdi2f-fast-forward-60", "F160B"), FAST_FORWARD_OUTLINE("mdi2f-fast-forward-outline", "F06D2"), FAUCET("mdi2f-faucet", "F1B29"), FAUCET_VARIANT("mdi2f-faucet-variant", "F1B2A"), FAX("mdi2f-fax", "F0212"), FEATHER("mdi2f-feather", "F06D3"), FEATURE_SEARCH("mdi2f-feature-search", "F0A49"), FEATURE_SEARCH_OUTLINE("mdi2f-feature-search-outline", "F0A4A"), FEDORA("mdi2f-fedora", "F08DB"), FENCE("mdi2f-fence", "F179A"), FENCE_ELECTRIC("mdi2f-fence-electric", "F17F6"), FENCING("mdi2f-fencing", "F14C1"), FERRIS_WHEEL("mdi2f-ferris-wheel", "F0EA4"), FERRY("mdi2f-ferry", "F0213"), FILE("mdi2f-file", "F0214"), FILE_ACCOUNT("mdi2f-file-account", "F073B"), FILE_ACCOUNT_OUTLINE("mdi2f-file-account-outline", "F1028"), FILE_ALERT("mdi2f-file-alert", "F0A4B"), FILE_ALERT_OUTLINE("mdi2f-file-alert-outline", "F0A4C"), FILE_ARROW_LEFT_RIGHT("mdi2f-file-arrow-left-right", "F1A93"), FILE_ARROW_LEFT_RIGHT_OUTLINE("mdi2f-file-arrow-left-right-outline", "F1A94"), FILE_ARROW_UP_DOWN("mdi2f-file-arrow-up-down", "F1A95"), FILE_ARROW_UP_DOWN_OUTLINE("mdi2f-file-arrow-up-down-outline", "F1A96"), FILE_CABINET("mdi2f-file-cabinet", "F0AB6"), FILE_CAD("mdi2f-file-cad", "F0EEB"), FILE_CAD_BOX("mdi2f-file-cad-box", "F0EEC"), FILE_CANCEL("mdi2f-file-cancel", "F0DC6"), FILE_CANCEL_OUTLINE("mdi2f-file-cancel-outline", "F0DC7"), FILE_CERTIFICATE("mdi2f-file-certificate", "F1186"), FILE_CERTIFICATE_OUTLINE("mdi2f-file-certificate-outline", "F1187"), FILE_CHART("mdi2f-file-chart", "F0215"), FILE_CHART_CHECK("mdi2f-file-chart-check", "F19C6"), FILE_CHART_CHECK_OUTLINE("mdi2f-file-chart-check-outline", "F19C7"), FILE_CHART_OUTLINE("mdi2f-file-chart-outline", "F1029"), FILE_CHECK("mdi2f-file-check", "F0216"), FILE_CHECK_OUTLINE("mdi2f-file-check-outline", "F0E29"), FILE_CLOCK("mdi2f-file-clock", "F12E1"), FILE_CLOCK_OUTLINE("mdi2f-file-clock-outline", "F12E2"), FILE_CLOUD("mdi2f-file-cloud", "F0217"), FILE_CLOUD_OUTLINE("mdi2f-file-cloud-outline", "F102A"), FILE_CODE("mdi2f-file-code", "F022E"), FILE_CODE_OUTLINE("mdi2f-file-code-outline", "F102B"), FILE_COG("mdi2f-file-cog", "F107B"), FILE_COG_OUTLINE("mdi2f-file-cog-outline", "F107C"), FILE_COMPARE("mdi2f-file-compare", "F08AA"), FILE_DELIMITED("mdi2f-file-delimited", "F0218"), FILE_DELIMITED_OUTLINE("mdi2f-file-delimited-outline", "F0EA5"), FILE_DOCUMENT("mdi2f-file-document", "F0219"), FILE_DOCUMENT_ALERT("mdi2f-file-document-alert", "F1A97"), FILE_DOCUMENT_ALERT_OUTLINE("mdi2f-file-document-alert-outline", "F1A98"), FILE_DOCUMENT_ARROW_RIGHT("mdi2f-file-document-arrow-right", "F1C0F"), FILE_DOCUMENT_ARROW_RIGHT_OUTLINE("mdi2f-file-document-arrow-right-outline", "F1C10"), FILE_DOCUMENT_CHECK("mdi2f-file-document-check", "F1A99"), FILE_DOCUMENT_CHECK_OUTLINE("mdi2f-file-document-check-outline", "F1A9A"), FILE_DOCUMENT_EDIT("mdi2f-file-document-edit", "F0DC8"), FILE_DOCUMENT_EDIT_OUTLINE("mdi2f-file-document-edit-outline", "F0DC9"), FILE_DOCUMENT_MINUS("mdi2f-file-document-minus", "F1A9B"), FILE_DOCUMENT_MINUS_OUTLINE("mdi2f-file-document-minus-outline", "F1A9C"), FILE_DOCUMENT_MULTIPLE("mdi2f-file-document-multiple", "F1517"), FILE_DOCUMENT_MULTIPLE_OUTLINE("mdi2f-file-document-multiple-outline", "F1518"), FILE_DOCUMENT_OUTLINE("mdi2f-file-document-outline", "F09EE"), FILE_DOCUMENT_PLUS("mdi2f-file-document-plus", "F1A9D"), FILE_DOCUMENT_PLUS_OUTLINE("mdi2f-file-document-plus-outline", "F1A9E"), FILE_DOCUMENT_REFRESH("mdi2f-file-document-refresh", "F1C7A"), FILE_DOCUMENT_REFRESH_OUTLINE("mdi2f-file-document-refresh-outline", "F1C7B"), FILE_DOCUMENT_REMOVE("mdi2f-file-document-remove", "F1A9F"), FILE_DOCUMENT_REMOVE_OUTLINE("mdi2f-file-document-remove-outline", "F1AA0"), FILE_DOWNLOAD("mdi2f-file-download", "F0965"), FILE_DOWNLOAD_OUTLINE("mdi2f-file-download-outline", "F0966"), FILE_EDIT("mdi2f-file-edit", "F11E7"), FILE_EDIT_OUTLINE("mdi2f-file-edit-outline", "F11E8"), FILE_EXCEL("mdi2f-file-excel", "F021B"), FILE_EXCEL_BOX("mdi2f-file-excel-box", "F021C"), FILE_EXCEL_BOX_OUTLINE("mdi2f-file-excel-box-outline", "F102C"), FILE_EXCEL_OUTLINE("mdi2f-file-excel-outline", "F102D"), FILE_EXPORT("mdi2f-file-export", "F021D"), FILE_EXPORT_OUTLINE("mdi2f-file-export-outline", "F102E"), FILE_EYE("mdi2f-file-eye", "F0DCA"), FILE_EYE_OUTLINE("mdi2f-file-eye-outline", "F0DCB"), FILE_FIND("mdi2f-file-find", "F021E"), FILE_FIND_OUTLINE("mdi2f-file-find-outline", "F0B97"), FILE_GIF_BOX("mdi2f-file-gif-box", "F0D78"), FILE_HIDDEN("mdi2f-file-hidden", "F0613"), FILE_IMAGE("mdi2f-file-image", "F021F"), FILE_IMAGE_MARKER("mdi2f-file-image-marker", "F1772"), FILE_IMAGE_MARKER_OUTLINE("mdi2f-file-image-marker-outline", "F1773"), FILE_IMAGE_MINUS("mdi2f-file-image-minus", "F193B"), FILE_IMAGE_MINUS_OUTLINE("mdi2f-file-image-minus-outline", "F193C"), FILE_IMAGE_OUTLINE("mdi2f-file-image-outline", "F0EB0"), FILE_IMAGE_PLUS("mdi2f-file-image-plus", "F193D"), FILE_IMAGE_PLUS_OUTLINE("mdi2f-file-image-plus-outline", "F193E"), FILE_IMAGE_REMOVE("mdi2f-file-image-remove", "F193F"), FILE_IMAGE_REMOVE_OUTLINE("mdi2f-file-image-remove-outline", "F1940"), FILE_IMPORT("mdi2f-file-import", "F0220"), FILE_IMPORT_OUTLINE("mdi2f-file-import-outline", "F102F"), FILE_JPG_BOX("mdi2f-file-jpg-box", "F0225"), FILE_KEY("mdi2f-file-key", "F1184"), FILE_KEY_OUTLINE("mdi2f-file-key-outline", "F1185"), FILE_LINK("mdi2f-file-link", "F1177"), FILE_LINK_OUTLINE("mdi2f-file-link-outline", "F1178"), FILE_LOCK("mdi2f-file-lock", "F0221"), FILE_LOCK_OPEN("mdi2f-file-lock-open", "F19C8"), FILE_LOCK_OPEN_OUTLINE("mdi2f-file-lock-open-outline", "F19C9"), FILE_LOCK_OUTLINE("mdi2f-file-lock-outline", "F1030"), FILE_MARKER("mdi2f-file-marker", "F1774"), FILE_MARKER_OUTLINE("mdi2f-file-marker-outline", "F1775"), FILE_MINUS("mdi2f-file-minus", "F1AA1"), FILE_MINUS_OUTLINE("mdi2f-file-minus-outline", "F1AA2"), FILE_MOVE("mdi2f-file-move", "F0AB9"), FILE_MOVE_OUTLINE("mdi2f-file-move-outline", "F1031"), FILE_MULTIPLE("mdi2f-file-multiple", "F0222"), FILE_MULTIPLE_OUTLINE("mdi2f-file-multiple-outline", "F1032"), FILE_MUSIC("mdi2f-file-music", "F0223"), FILE_MUSIC_OUTLINE("mdi2f-file-music-outline", "F0E2A"), FILE_OUTLINE("mdi2f-file-outline", "F0224"), FILE_PDF_BOX("mdi2f-file-pdf-box", "F0226"), FILE_PERCENT("mdi2f-file-percent", "F081E"), FILE_PERCENT_OUTLINE("mdi2f-file-percent-outline", "F1033"), FILE_PHONE("mdi2f-file-phone", "F1179"), FILE_PHONE_OUTLINE("mdi2f-file-phone-outline", "F117A"), FILE_PLUS("mdi2f-file-plus", "F0752"), FILE_PLUS_OUTLINE("mdi2f-file-plus-outline", "F0EED"), FILE_PNG_BOX("mdi2f-file-png-box", "F0E2D"), FILE_POWERPOINT("mdi2f-file-powerpoint", "F0227"), FILE_POWERPOINT_BOX("mdi2f-file-powerpoint-box", "F0228"), FILE_POWERPOINT_BOX_OUTLINE("mdi2f-file-powerpoint-box-outline", "F1034"), FILE_POWERPOINT_OUTLINE("mdi2f-file-powerpoint-outline", "F1035"), FILE_PRESENTATION_BOX("mdi2f-file-presentation-box", "F0229"), FILE_QUESTION("mdi2f-file-question", "F086F"), FILE_QUESTION_OUTLINE("mdi2f-file-question-outline", "F1036"), FILE_REFRESH("mdi2f-file-refresh", "F0918"), FILE_REFRESH_OUTLINE("mdi2f-file-refresh-outline", "F0541"), FILE_REMOVE("mdi2f-file-remove", "F0B98"), FILE_REMOVE_OUTLINE("mdi2f-file-remove-outline", "F1037"), FILE_REPLACE("mdi2f-file-replace", "F0B32"), FILE_REPLACE_OUTLINE("mdi2f-file-replace-outline", "F0B33"), FILE_RESTORE("mdi2f-file-restore", "F0670"), FILE_RESTORE_OUTLINE("mdi2f-file-restore-outline", "F1038"), FILE_ROTATE_LEFT("mdi2f-file-rotate-left", "F1A3B"), FILE_ROTATE_LEFT_OUTLINE("mdi2f-file-rotate-left-outline", "F1A3C"), FILE_ROTATE_RIGHT("mdi2f-file-rotate-right", "F1A3D"), FILE_ROTATE_RIGHT_OUTLINE("mdi2f-file-rotate-right-outline", "F1A3E"), FILE_SEARCH("mdi2f-file-search", "F0C7C"), FILE_SEARCH_OUTLINE("mdi2f-file-search-outline", "F0C7D"), FILE_SEND("mdi2f-file-send", "F022A"), FILE_SEND_OUTLINE("mdi2f-file-send-outline", "F1039"), FILE_SETTINGS("mdi2f-file-settings", "F1079"), FILE_SETTINGS_OUTLINE("mdi2f-file-settings-outline", "F107A"), FILE_SIGN("mdi2f-file-sign", "F19C3"), FILE_STAR("mdi2f-file-star", "F103A"), FILE_STAR_FOUR_POINTS("mdi2f-file-star-four-points", "F1C2D"), FILE_STAR_FOUR_POINTS_OUTLINE("mdi2f-file-star-four-points-outline", "F1C2E"), FILE_STAR_OUTLINE("mdi2f-file-star-outline", "F103B"), FILE_SWAP("mdi2f-file-swap", "F0FB4"), FILE_SWAP_OUTLINE("mdi2f-file-swap-outline", "F0FB5"), FILE_SYNC("mdi2f-file-sync", "F1216"), FILE_SYNC_OUTLINE("mdi2f-file-sync-outline", "F1217"), FILE_TABLE("mdi2f-file-table", "F0C7E"), FILE_TABLE_BOX("mdi2f-file-table-box", "F10E1"), FILE_TABLE_BOX_MULTIPLE("mdi2f-file-table-box-multiple", "F10E2"), FILE_TABLE_BOX_MULTIPLE_OUTLINE("mdi2f-file-table-box-multiple-outline", "F10E3"), FILE_TABLE_BOX_OUTLINE("mdi2f-file-table-box-outline", "F10E4"), FILE_TABLE_OUTLINE("mdi2f-file-table-outline", "F0C7F"), FILE_TREE("mdi2f-file-tree", "F0645"), FILE_TREE_OUTLINE("mdi2f-file-tree-outline", "F13D2"), FILE_UNDO("mdi2f-file-undo", "F08DC"), FILE_UNDO_OUTLINE("mdi2f-file-undo-outline", "F103C"), FILE_UPLOAD("mdi2f-file-upload", "F0A4D"), FILE_UPLOAD_OUTLINE("mdi2f-file-upload-outline", "F0A4E"), FILE_VIDEO("mdi2f-file-video", "F022B"), FILE_VIDEO_OUTLINE("mdi2f-file-video-outline", "F0E2C"), FILE_WORD("mdi2f-file-word", "F022C"), FILE_WORD_BOX("mdi2f-file-word-box", "F022D"), FILE_WORD_BOX_OUTLINE("mdi2f-file-word-box-outline", "F103D"), FILE_WORD_OUTLINE("mdi2f-file-word-outline", "F103E"), FILE_XML_BOX("mdi2f-file-xml-box", "F1B4B"), FILM("mdi2f-film", "F022F"), FILMSTRIP("mdi2f-filmstrip", "F0230"), FILMSTRIP_BOX("mdi2f-filmstrip-box", "F0332"), FILMSTRIP_BOX_MULTIPLE("mdi2f-filmstrip-box-multiple", "F0D18"), FILMSTRIP_OFF("mdi2f-filmstrip-off", "F0231"), FILTER("mdi2f-filter", "F0232"), FILTER_CHECK("mdi2f-filter-check", "F18EC"), FILTER_CHECK_OUTLINE("mdi2f-filter-check-outline", "F18ED"), FILTER_COG("mdi2f-filter-cog", "F1AA3"), FILTER_COG_OUTLINE("mdi2f-filter-cog-outline", "F1AA4"), FILTER_MENU("mdi2f-filter-menu", "F10E5"), FILTER_MENU_OUTLINE("mdi2f-filter-menu-outline", "F10E6"), FILTER_MINUS("mdi2f-filter-minus", "F0EEE"), FILTER_MINUS_OUTLINE("mdi2f-filter-minus-outline", "F0EEF"), FILTER_MULTIPLE("mdi2f-filter-multiple", "F1A3F"), FILTER_MULTIPLE_OUTLINE("mdi2f-filter-multiple-outline", "F1A40"), FILTER_OFF("mdi2f-filter-off", "F14EF"), FILTER_OFF_OUTLINE("mdi2f-filter-off-outline", "F14F0"), FILTER_OUTLINE("mdi2f-filter-outline", "F0233"), FILTER_PLUS("mdi2f-filter-plus", "F0EF0"), FILTER_PLUS_OUTLINE("mdi2f-filter-plus-outline", "F0EF1"), FILTER_REMOVE("mdi2f-filter-remove", "F0234"), FILTER_REMOVE_OUTLINE("mdi2f-filter-remove-outline", "F0235"), FILTER_SETTINGS("mdi2f-filter-settings", "F1AA5"), FILTER_SETTINGS_OUTLINE("mdi2f-filter-settings-outline", "F1AA6"), FILTER_VARIANT("mdi2f-filter-variant", "F0236"), FILTER_VARIANT_MINUS("mdi2f-filter-variant-minus", "F1112"), FILTER_VARIANT_PLUS("mdi2f-filter-variant-plus", "F1113"), FILTER_VARIANT_REMOVE("mdi2f-filter-variant-remove", "F103F"), FINANCE("mdi2f-finance", "F081F"), FIND_REPLACE("mdi2f-find-replace", "F06D4"), FINGERPRINT("mdi2f-fingerprint", "F0237"), FINGERPRINT_OFF("mdi2f-fingerprint-off", "F0EB1"), FIRE("mdi2f-fire", "F0238"), FIRE_ALERT("mdi2f-fire-alert", "F15D7"), FIRE_CIRCLE("mdi2f-fire-circle", "F1807"), FIRE_EXTINGUISHER("mdi2f-fire-extinguisher", "F0EF2"), FIRE_HYDRANT("mdi2f-fire-hydrant", "F1137"), FIRE_HYDRANT_ALERT("mdi2f-fire-hydrant-alert", "F1138"), FIRE_HYDRANT_OFF("mdi2f-fire-hydrant-off", "F1139"), FIRE_OFF("mdi2f-fire-off", "F1722"), FIRE_STATION("mdi2f-fire-station", "F1CC3"), FIRE_TRUCK("mdi2f-fire-truck", "F08AB"), FIREBASE("mdi2f-firebase", "F0967"), FIREFOX("mdi2f-firefox", "F0239"), FIREPLACE("mdi2f-fireplace", "F0E2E"), FIREPLACE_OFF("mdi2f-fireplace-off", "F0E2F"), FIREWIRE("mdi2f-firewire", "F05BE"), FIREWORK("mdi2f-firework", "F0E30"), FIREWORK_OFF("mdi2f-firework-off", "F1723"), FISH("mdi2f-fish", "F023A"), FISH_OFF("mdi2f-fish-off", "F13F3"), FISHBOWL("mdi2f-fishbowl", "F0EF3"), FISHBOWL_OUTLINE("mdi2f-fishbowl-outline", "F0EF4"), FIT_TO_PAGE("mdi2f-fit-to-page", "F0EF5"), FIT_TO_PAGE_OUTLINE("mdi2f-fit-to-page-outline", "F0EF6"), FIT_TO_SCREEN("mdi2f-fit-to-screen", "F18F4"), FIT_TO_SCREEN_OUTLINE("mdi2f-fit-to-screen-outline", "F18F5"), FLAG("mdi2f-flag", "F023B"), FLAG_CHECKERED("mdi2f-flag-checkered", "F023C"), FLAG_MINUS("mdi2f-flag-minus", "F0B99"), FLAG_MINUS_OUTLINE("mdi2f-flag-minus-outline", "F10B2"), FLAG_OFF("mdi2f-flag-off", "F18EE"), FLAG_OFF_OUTLINE("mdi2f-flag-off-outline", "F18EF"), FLAG_OUTLINE("mdi2f-flag-outline", "F023D"), FLAG_PLUS("mdi2f-flag-plus", "F0B9A"), FLAG_PLUS_OUTLINE("mdi2f-flag-plus-outline", "F10B3"), FLAG_REMOVE("mdi2f-flag-remove", "F0B9B"), FLAG_REMOVE_OUTLINE("mdi2f-flag-remove-outline", "F10B4"), FLAG_TRIANGLE("mdi2f-flag-triangle", "F023F"), FLAG_VARIANT("mdi2f-flag-variant", "F0240"), FLAG_VARIANT_MINUS("mdi2f-flag-variant-minus", "F1BB4"), FLAG_VARIANT_MINUS_OUTLINE("mdi2f-flag-variant-minus-outline", "F1BB5"), FLAG_VARIANT_OFF("mdi2f-flag-variant-off", "F1BB0"), FLAG_VARIANT_OFF_OUTLINE("mdi2f-flag-variant-off-outline", "F1BB1"), FLAG_VARIANT_OUTLINE("mdi2f-flag-variant-outline", "F023E"), FLAG_VARIANT_PLUS("mdi2f-flag-variant-plus", "F1BB2"), FLAG_VARIANT_PLUS_OUTLINE("mdi2f-flag-variant-plus-outline", "F1BB3"), FLAG_VARIANT_REMOVE("mdi2f-flag-variant-remove", "F1BB6"), FLAG_VARIANT_REMOVE_OUTLINE("mdi2f-flag-variant-remove-outline", "F1BB7"), FLARE("mdi2f-flare", "F0D72"), FLASH("mdi2f-flash", "F0241"), FLASH_ALERT("mdi2f-flash-alert", "F0EF7"), FLASH_ALERT_OUTLINE("mdi2f-flash-alert-outline", "F0EF8"), FLASH_AUTO("mdi2f-flash-auto", "F0242"), FLASH_OFF("mdi2f-flash-off", "F0243"), FLASH_OFF_OUTLINE("mdi2f-flash-off-outline", "F1B45"), FLASH_OUTLINE("mdi2f-flash-outline", "F06D5"), FLASH_RED_EYE("mdi2f-flash-red-eye", "F067B"), FLASH_TRIANGLE("mdi2f-flash-triangle", "F1B1D"), FLASH_TRIANGLE_OUTLINE("mdi2f-flash-triangle-outline", "F1B1E"), FLASHLIGHT("mdi2f-flashlight", "F0244"), FLASHLIGHT_OFF("mdi2f-flashlight-off", "F0245"), FLASK("mdi2f-flask", "F0093"), FLASK_EMPTY("mdi2f-flask-empty", "F0094"), FLASK_EMPTY_MINUS("mdi2f-flask-empty-minus", "F123A"), FLASK_EMPTY_MINUS_OUTLINE("mdi2f-flask-empty-minus-outline", "F123B"), FLASK_EMPTY_OFF("mdi2f-flask-empty-off", "F13F4"), FLASK_EMPTY_OFF_OUTLINE("mdi2f-flask-empty-off-outline", "F13F5"), FLASK_EMPTY_OUTLINE("mdi2f-flask-empty-outline", "F0095"), FLASK_EMPTY_PLUS("mdi2f-flask-empty-plus", "F123C"), FLASK_EMPTY_PLUS_OUTLINE("mdi2f-flask-empty-plus-outline", "F123D"), FLASK_EMPTY_REMOVE("mdi2f-flask-empty-remove", "F123E"), FLASK_EMPTY_REMOVE_OUTLINE("mdi2f-flask-empty-remove-outline", "F123F"), FLASK_MINUS("mdi2f-flask-minus", "F1240"), FLASK_MINUS_OUTLINE("mdi2f-flask-minus-outline", "F1241"), FLASK_OFF("mdi2f-flask-off", "F13F6"), FLASK_OFF_OUTLINE("mdi2f-flask-off-outline", "F13F7"), FLASK_OUTLINE("mdi2f-flask-outline", "F0096"), FLASK_PLUS("mdi2f-flask-plus", "F1242"), FLASK_PLUS_OUTLINE("mdi2f-flask-plus-outline", "F1243"), FLASK_REMOVE("mdi2f-flask-remove", "F1244"), FLASK_REMOVE_OUTLINE("mdi2f-flask-remove-outline", "F1245"), FLASK_ROUND_BOTTOM("mdi2f-flask-round-bottom", "F124B"), FLASK_ROUND_BOTTOM_EMPTY("mdi2f-flask-round-bottom-empty", "F124C"), FLASK_ROUND_BOTTOM_EMPTY_OUTLINE("mdi2f-flask-round-bottom-empty-outline", "F124D"), FLASK_ROUND_BOTTOM_OUTLINE("mdi2f-flask-round-bottom-outline", "F124E"), FLEUR_DE_LIS("mdi2f-fleur-de-lis", "F1303"), FLIP_HORIZONTAL("mdi2f-flip-horizontal", "F10E7"), FLIP_TO_BACK("mdi2f-flip-to-back", "F0247"), FLIP_TO_FRONT("mdi2f-flip-to-front", "F0248"), FLIP_VERTICAL("mdi2f-flip-vertical", "F10E8"), FLOOR_LAMP("mdi2f-floor-lamp", "F08DD"), FLOOR_LAMP_DUAL("mdi2f-floor-lamp-dual", "F1040"), FLOOR_LAMP_DUAL_OUTLINE("mdi2f-floor-lamp-dual-outline", "F17CE"), FLOOR_LAMP_OUTLINE("mdi2f-floor-lamp-outline", "F17C8"), FLOOR_LAMP_TORCHIERE("mdi2f-floor-lamp-torchiere", "F1747"), FLOOR_LAMP_TORCHIERE_OUTLINE("mdi2f-floor-lamp-torchiere-outline", "F17D6"), FLOOR_LAMP_TORCHIERE_VARIANT("mdi2f-floor-lamp-torchiere-variant", "F1041"), FLOOR_LAMP_TORCHIERE_VARIANT_OUTLINE("mdi2f-floor-lamp-torchiere-variant-outline", "F17CF"), FLOOR_PLAN("mdi2f-floor-plan", "F0821"), FLOPPY("mdi2f-floppy", "F0249"), FLOPPY_VARIANT("mdi2f-floppy-variant", "F09EF"), FLOWER("mdi2f-flower", "F024A"), FLOWER_OUTLINE("mdi2f-flower-outline", "F09F0"), FLOWER_POLLEN("mdi2f-flower-pollen", "F1885"), FLOWER_POLLEN_OUTLINE("mdi2f-flower-pollen-outline", "F1886"), FLOWER_POPPY("mdi2f-flower-poppy", "F0D08"), FLOWER_TULIP("mdi2f-flower-tulip", "F09F1"), FLOWER_TULIP_OUTLINE("mdi2f-flower-tulip-outline", "F09F2"), FOCUS_AUTO("mdi2f-focus-auto", "F0F4E"), FOCUS_FIELD("mdi2f-focus-field", "F0F4F"), FOCUS_FIELD_HORIZONTAL("mdi2f-focus-field-horizontal", "F0F50"), FOCUS_FIELD_VERTICAL("mdi2f-focus-field-vertical", "F0F51"), FOLDER("mdi2f-folder", "F024B"), FOLDER_ACCOUNT("mdi2f-folder-account", "F024C"), FOLDER_ACCOUNT_OUTLINE("mdi2f-folder-account-outline", "F0B9C"), FOLDER_ALERT("mdi2f-folder-alert", "F0DCC"), FOLDER_ALERT_OUTLINE("mdi2f-folder-alert-outline", "F0DCD"), FOLDER_ARROW_DOWN("mdi2f-folder-arrow-down", "F19E8"), FOLDER_ARROW_DOWN_OUTLINE("mdi2f-folder-arrow-down-outline", "F19E9"), FOLDER_ARROW_LEFT("mdi2f-folder-arrow-left", "F19EA"), FOLDER_ARROW_LEFT_OUTLINE("mdi2f-folder-arrow-left-outline", "F19EB"), FOLDER_ARROW_LEFT_RIGHT("mdi2f-folder-arrow-left-right", "F19EC"), FOLDER_ARROW_LEFT_RIGHT_OUTLINE("mdi2f-folder-arrow-left-right-outline", "F19ED"), FOLDER_ARROW_RIGHT("mdi2f-folder-arrow-right", "F19EE"), FOLDER_ARROW_RIGHT_OUTLINE("mdi2f-folder-arrow-right-outline", "F19EF"), FOLDER_ARROW_UP("mdi2f-folder-arrow-up", "F19F0"), FOLDER_ARROW_UP_DOWN("mdi2f-folder-arrow-up-down", "F19F1"), FOLDER_ARROW_UP_DOWN_OUTLINE("mdi2f-folder-arrow-up-down-outline", "F19F2"), FOLDER_ARROW_UP_OUTLINE("mdi2f-folder-arrow-up-outline", "F19F3"), FOLDER_CANCEL("mdi2f-folder-cancel", "F19F4"), FOLDER_CANCEL_OUTLINE("mdi2f-folder-cancel-outline", "F19F5"), FOLDER_CHECK("mdi2f-folder-check", "F197E"), FOLDER_CHECK_OUTLINE("mdi2f-folder-check-outline", "F197F"), FOLDER_CLOCK("mdi2f-folder-clock", "F0ABA"), FOLDER_CLOCK_OUTLINE("mdi2f-folder-clock-outline", "F0ABB"), FOLDER_COG("mdi2f-folder-cog", "F107F"), FOLDER_COG_OUTLINE("mdi2f-folder-cog-outline", "F1080"), FOLDER_DOWNLOAD("mdi2f-folder-download", "F024D"), FOLDER_DOWNLOAD_OUTLINE("mdi2f-folder-download-outline", "F10E9"), FOLDER_EDIT("mdi2f-folder-edit", "F08DE"), FOLDER_EDIT_OUTLINE("mdi2f-folder-edit-outline", "F0DCE"), FOLDER_EYE("mdi2f-folder-eye", "F178A"), FOLDER_EYE_OUTLINE("mdi2f-folder-eye-outline", "F178B"), FOLDER_FILE("mdi2f-folder-file", "F19F6"), FOLDER_FILE_OUTLINE("mdi2f-folder-file-outline", "F19F7"), FOLDER_GOOGLE_DRIVE("mdi2f-folder-google-drive", "F024E"), FOLDER_HEART("mdi2f-folder-heart", "F10EA"), FOLDER_HEART_OUTLINE("mdi2f-folder-heart-outline", "F10EB"), FOLDER_HIDDEN("mdi2f-folder-hidden", "F179E"), FOLDER_HOME("mdi2f-folder-home", "F10B5"), FOLDER_HOME_OUTLINE("mdi2f-folder-home-outline", "F10B6"), FOLDER_IMAGE("mdi2f-folder-image", "F024F"), FOLDER_INFORMATION("mdi2f-folder-information", "F10B7"), FOLDER_INFORMATION_OUTLINE("mdi2f-folder-information-outline", "F10B8"), FOLDER_KEY("mdi2f-folder-key", "F08AC"), FOLDER_KEY_NETWORK("mdi2f-folder-key-network", "F08AD"), FOLDER_KEY_NETWORK_OUTLINE("mdi2f-folder-key-network-outline", "F0C80"), FOLDER_KEY_OUTLINE("mdi2f-folder-key-outline", "F10EC"), FOLDER_LOCK("mdi2f-folder-lock", "F0250"), FOLDER_LOCK_OPEN("mdi2f-folder-lock-open", "F0251"), FOLDER_LOCK_OPEN_OUTLINE("mdi2f-folder-lock-open-outline", "F1AA7"), FOLDER_LOCK_OUTLINE("mdi2f-folder-lock-outline", "F1AA8"), FOLDER_MARKER("mdi2f-folder-marker", "F126D"), FOLDER_MARKER_OUTLINE("mdi2f-folder-marker-outline", "F126E"), FOLDER_MINUS("mdi2f-folder-minus", "F1B49"), FOLDER_MINUS_OUTLINE("mdi2f-folder-minus-outline", "F1B4A"), FOLDER_MOVE("mdi2f-folder-move", "F0252"), FOLDER_MOVE_OUTLINE("mdi2f-folder-move-outline", "F1246"), FOLDER_MULTIPLE("mdi2f-folder-multiple", "F0253"), FOLDER_MULTIPLE_IMAGE("mdi2f-folder-multiple-image", "F0254"), FOLDER_MULTIPLE_OUTLINE("mdi2f-folder-multiple-outline", "F0255"), FOLDER_MULTIPLE_PLUS("mdi2f-folder-multiple-plus", "F147E"), FOLDER_MULTIPLE_PLUS_OUTLINE("mdi2f-folder-multiple-plus-outline", "F147F"), FOLDER_MUSIC("mdi2f-folder-music", "F1359"), FOLDER_MUSIC_OUTLINE("mdi2f-folder-music-outline", "F135A"), FOLDER_NETWORK("mdi2f-folder-network", "F0870"), FOLDER_NETWORK_OUTLINE("mdi2f-folder-network-outline", "F0C81"), FOLDER_OFF("mdi2f-folder-off", "F19F8"), FOLDER_OFF_OUTLINE("mdi2f-folder-off-outline", "F19F9"), FOLDER_OPEN("mdi2f-folder-open", "F0770"), FOLDER_OPEN_OUTLINE("mdi2f-folder-open-outline", "F0DCF"), FOLDER_OUTLINE("mdi2f-folder-outline", "F0256"), FOLDER_PLAY("mdi2f-folder-play", "F19FA"), FOLDER_PLAY_OUTLINE("mdi2f-folder-play-outline", "F19FB"), FOLDER_PLUS("mdi2f-folder-plus", "F0257"), FOLDER_PLUS_OUTLINE("mdi2f-folder-plus-outline", "F0B9D"), FOLDER_POUND("mdi2f-folder-pound", "F0D09"), FOLDER_POUND_OUTLINE("mdi2f-folder-pound-outline", "F0D0A"), FOLDER_QUESTION("mdi2f-folder-question", "F19CA"), FOLDER_QUESTION_OUTLINE("mdi2f-folder-question-outline", "F19CB"), FOLDER_REFRESH("mdi2f-folder-refresh", "F0749"), FOLDER_REFRESH_OUTLINE("mdi2f-folder-refresh-outline", "F0542"), FOLDER_REMOVE("mdi2f-folder-remove", "F0258"), FOLDER_REMOVE_OUTLINE("mdi2f-folder-remove-outline", "F0B9E"), FOLDER_SEARCH("mdi2f-folder-search", "F0968"), FOLDER_SEARCH_OUTLINE("mdi2f-folder-search-outline", "F0969"), FOLDER_SETTINGS("mdi2f-folder-settings", "F107D"), FOLDER_SETTINGS_OUTLINE("mdi2f-folder-settings-outline", "F107E"), FOLDER_STAR("mdi2f-folder-star", "F069D"), FOLDER_STAR_MULTIPLE("mdi2f-folder-star-multiple", "F13D3"), FOLDER_STAR_MULTIPLE_OUTLINE("mdi2f-folder-star-multiple-outline", "F13D4"), FOLDER_STAR_OUTLINE("mdi2f-folder-star-outline", "F0B9F"), FOLDER_SWAP("mdi2f-folder-swap", "F0FB6"), FOLDER_SWAP_OUTLINE("mdi2f-folder-swap-outline", "F0FB7"), FOLDER_SYNC("mdi2f-folder-sync", "F0D0B"), FOLDER_SYNC_OUTLINE("mdi2f-folder-sync-outline", "F0D0C"), FOLDER_TABLE("mdi2f-folder-table", "F12E3"), FOLDER_TABLE_OUTLINE("mdi2f-folder-table-outline", "F12E4"), FOLDER_TEXT("mdi2f-folder-text", "F0C82"), FOLDER_TEXT_OUTLINE("mdi2f-folder-text-outline", "F0C83"), FOLDER_UPLOAD("mdi2f-folder-upload", "F0259"), FOLDER_UPLOAD_OUTLINE("mdi2f-folder-upload-outline", "F10ED"), FOLDER_WRENCH("mdi2f-folder-wrench", "F19FC"), FOLDER_WRENCH_OUTLINE("mdi2f-folder-wrench-outline", "F19FD"), FOLDER_ZIP("mdi2f-folder-zip", "F06EB"), FOLDER_ZIP_OUTLINE("mdi2f-folder-zip-outline", "F07B9"), FONT_AWESOME("mdi2f-font-awesome", "F003A"), FOOD("mdi2f-food", "F025A"), FOOD_APPLE("mdi2f-food-apple", "F025B"), FOOD_APPLE_OUTLINE("mdi2f-food-apple-outline", "F0C84"), FOOD_CROISSANT("mdi2f-food-croissant", "F07C8"), FOOD_DRUMSTICK("mdi2f-food-drumstick", "F141F"), FOOD_DRUMSTICK_OFF("mdi2f-food-drumstick-off", "F1468"), FOOD_DRUMSTICK_OFF_OUTLINE("mdi2f-food-drumstick-off-outline", "F1469"), FOOD_DRUMSTICK_OUTLINE("mdi2f-food-drumstick-outline", "F1420"), FOOD_FORK_DRINK("mdi2f-food-fork-drink", "F05F2"), FOOD_HALAL("mdi2f-food-halal", "F1572"), FOOD_HOT_DOG("mdi2f-food-hot-dog", "F184B"), FOOD_KOSHER("mdi2f-food-kosher", "F1573"), FOOD_OFF("mdi2f-food-off", "F05F3"), FOOD_OFF_OUTLINE("mdi2f-food-off-outline", "F1915"), FOOD_OUTLINE("mdi2f-food-outline", "F1916"), FOOD_STEAK("mdi2f-food-steak", "F146A"), FOOD_STEAK_OFF("mdi2f-food-steak-off", "F146B"), FOOD_TAKEOUT_BOX("mdi2f-food-takeout-box", "F1836"), FOOD_TAKEOUT_BOX_OUTLINE("mdi2f-food-takeout-box-outline", "F1837"), FOOD_TURKEY("mdi2f-food-turkey", "F171C"), FOOD_VARIANT("mdi2f-food-variant", "F025C"), FOOD_VARIANT_OFF("mdi2f-food-variant-off", "F13E5"), FOOT_PRINT("mdi2f-foot-print", "F0F52"), FOOTBALL("mdi2f-football", "F025D"), FOOTBALL_AUSTRALIAN("mdi2f-football-australian", "F025E"), FOOTBALL_HELMET("mdi2f-football-helmet", "F025F"), FOREST("mdi2f-forest", "F1897"), FOREST_OUTLINE("mdi2f-forest-outline", "F1C63"), FORKLIFT("mdi2f-forklift", "F07C9"), FORM_DROPDOWN("mdi2f-form-dropdown", "F1400"), FORM_SELECT("mdi2f-form-select", "F1401"), FORM_TEXTAREA("mdi2f-form-textarea", "F1095"), FORM_TEXTBOX("mdi2f-form-textbox", "F060E"), FORM_TEXTBOX_LOCK("mdi2f-form-textbox-lock", "F135D"), FORM_TEXTBOX_PASSWORD("mdi2f-form-textbox-password", "F07F5"), FORMAT_ALIGN_BOTTOM("mdi2f-format-align-bottom", "F0753"), FORMAT_ALIGN_CENTER("mdi2f-format-align-center", "F0260"), FORMAT_ALIGN_JUSTIFY("mdi2f-format-align-justify", "F0261"), FORMAT_ALIGN_LEFT("mdi2f-format-align-left", "F0262"), FORMAT_ALIGN_MIDDLE("mdi2f-format-align-middle", "F0754"), FORMAT_ALIGN_RIGHT("mdi2f-format-align-right", "F0263"), FORMAT_ALIGN_TOP("mdi2f-format-align-top", "F0755"), FORMAT_ANNOTATION_MINUS("mdi2f-format-annotation-minus", "F0ABC"), FORMAT_ANNOTATION_PLUS("mdi2f-format-annotation-plus", "F0646"), FORMAT_BOLD("mdi2f-format-bold", "F0264"), FORMAT_CLEAR("mdi2f-format-clear", "F0265"), FORMAT_COLOR_FILL("mdi2f-format-color-fill", "F0266"), FORMAT_COLOR_HIGHLIGHT("mdi2f-format-color-highlight", "F0E31"), FORMAT_COLOR_MARKER_CANCEL("mdi2f-format-color-marker-cancel", "F1313"), FORMAT_COLOR_TEXT("mdi2f-format-color-text", "F069E"), FORMAT_COLUMNS("mdi2f-format-columns", "F08DF"), FORMAT_FLOAT_CENTER("mdi2f-format-float-center", "F0267"), FORMAT_FLOAT_LEFT("mdi2f-format-float-left", "F0268"), FORMAT_FLOAT_NONE("mdi2f-format-float-none", "F0269"), FORMAT_FLOAT_RIGHT("mdi2f-format-float-right", "F026A"), FORMAT_FONT("mdi2f-format-font", "F06D6"), FORMAT_FONT_SIZE_DECREASE("mdi2f-format-font-size-decrease", "F09F3"), FORMAT_FONT_SIZE_INCREASE("mdi2f-format-font-size-increase", "F09F4"), FORMAT_HEADER_1("mdi2f-format-header-1", "F026B"), FORMAT_HEADER_2("mdi2f-format-header-2", "F026C"), FORMAT_HEADER_3("mdi2f-format-header-3", "F026D"), FORMAT_HEADER_4("mdi2f-format-header-4", "F026E"), FORMAT_HEADER_5("mdi2f-format-header-5", "F026F"), FORMAT_HEADER_6("mdi2f-format-header-6", "F0270"), FORMAT_HEADER_DECREASE("mdi2f-format-header-decrease", "F0271"), FORMAT_HEADER_EQUAL("mdi2f-format-header-equal", "F0272"), FORMAT_HEADER_INCREASE("mdi2f-format-header-increase", "F0273"), FORMAT_HEADER_POUND("mdi2f-format-header-pound", "F0274"), FORMAT_HORIZONTAL_ALIGN_CENTER("mdi2f-format-horizontal-align-center", "F061E"), FORMAT_HORIZONTAL_ALIGN_LEFT("mdi2f-format-horizontal-align-left", "F061F"), FORMAT_HORIZONTAL_ALIGN_RIGHT("mdi2f-format-horizontal-align-right", "F0620"), FORMAT_INDENT_DECREASE("mdi2f-format-indent-decrease", "F0275"), FORMAT_INDENT_INCREASE("mdi2f-format-indent-increase", "F0276"), FORMAT_ITALIC("mdi2f-format-italic", "F0277"), FORMAT_LETTER_CASE("mdi2f-format-letter-case", "F0B34"), FORMAT_LETTER_CASE_LOWER("mdi2f-format-letter-case-lower", "F0B35"), FORMAT_LETTER_CASE_UPPER("mdi2f-format-letter-case-upper", "F0B36"), FORMAT_LETTER_ENDS_WITH("mdi2f-format-letter-ends-with", "F0FB8"), FORMAT_LETTER_MATCHES("mdi2f-format-letter-matches", "F0FB9"), FORMAT_LETTER_SPACING("mdi2f-format-letter-spacing", "F1956"), FORMAT_LETTER_SPACING_VARIANT("mdi2f-format-letter-spacing-variant", "F1AFB"), FORMAT_LETTER_STARTS_WITH("mdi2f-format-letter-starts-with", "F0FBA"), FORMAT_LINE_HEIGHT("mdi2f-format-line-height", "F1AFC"), FORMAT_LINE_SPACING("mdi2f-format-line-spacing", "F0278"), FORMAT_LINE_STYLE("mdi2f-format-line-style", "F05C8"), FORMAT_LINE_WEIGHT("mdi2f-format-line-weight", "F05C9"), FORMAT_LIST_BULLETED("mdi2f-format-list-bulleted", "F0279"), FORMAT_LIST_BULLETED_SQUARE("mdi2f-format-list-bulleted-square", "F0DD0"), FORMAT_LIST_BULLETED_TRIANGLE("mdi2f-format-list-bulleted-triangle", "F0EB2"), FORMAT_LIST_BULLETED_TYPE("mdi2f-format-list-bulleted-type", "F027A"), FORMAT_LIST_CHECKBOX("mdi2f-format-list-checkbox", "F096A"), FORMAT_LIST_CHECKS("mdi2f-format-list-checks", "F0756"), FORMAT_LIST_GROUP("mdi2f-format-list-group", "F1860"), FORMAT_LIST_GROUP_PLUS("mdi2f-format-list-group-plus", "F1B56"), FORMAT_LIST_NUMBERED("mdi2f-format-list-numbered", "F027B"), FORMAT_LIST_NUMBERED_RTL("mdi2f-format-list-numbered-rtl", "F0D0D"), FORMAT_LIST_TEXT("mdi2f-format-list-text", "F126F"), FORMAT_OVERLINE("mdi2f-format-overline", "F0EB3"), FORMAT_PAGE_BREAK("mdi2f-format-page-break", "F06D7"), FORMAT_PAGE_SPLIT("mdi2f-format-page-split", "F1917"), FORMAT_PAINT("mdi2f-format-paint", "F027C"), FORMAT_PARAGRAPH("mdi2f-format-paragraph", "F027D"), FORMAT_PARAGRAPH_SPACING("mdi2f-format-paragraph-spacing", "F1AFD"), FORMAT_PILCROW("mdi2f-format-pilcrow", "F06D8"), FORMAT_PILCROW_ARROW_LEFT("mdi2f-format-pilcrow-arrow-left", "F0286"), FORMAT_PILCROW_ARROW_RIGHT("mdi2f-format-pilcrow-arrow-right", "F0285"), FORMAT_QUOTE_CLOSE("mdi2f-format-quote-close", "F027E"), FORMAT_QUOTE_CLOSE_OUTLINE("mdi2f-format-quote-close-outline", "F11A8"), FORMAT_QUOTE_OPEN("mdi2f-format-quote-open", "F0757"), FORMAT_QUOTE_OPEN_OUTLINE("mdi2f-format-quote-open-outline", "F11A7"), FORMAT_ROTATE_90("mdi2f-format-rotate-90", "F06AA"), FORMAT_SECTION("mdi2f-format-section", "F069F"), FORMAT_SIZE("mdi2f-format-size", "F027F"), FORMAT_STRIKETHROUGH("mdi2f-format-strikethrough", "F0280"), FORMAT_STRIKETHROUGH_VARIANT("mdi2f-format-strikethrough-variant", "F0281"), FORMAT_SUBSCRIPT("mdi2f-format-subscript", "F0282"), FORMAT_SUPERSCRIPT("mdi2f-format-superscript", "F0283"), FORMAT_TEXT("mdi2f-format-text", "F0284"), FORMAT_TEXT_ROTATION_ANGLE_DOWN("mdi2f-format-text-rotation-angle-down", "F0FBB"), FORMAT_TEXT_ROTATION_ANGLE_UP("mdi2f-format-text-rotation-angle-up", "F0FBC"), FORMAT_TEXT_ROTATION_DOWN("mdi2f-format-text-rotation-down", "F0D73"), FORMAT_TEXT_ROTATION_DOWN_VERTICAL("mdi2f-format-text-rotation-down-vertical", "F0FBD"), FORMAT_TEXT_ROTATION_NONE("mdi2f-format-text-rotation-none", "F0D74"), FORMAT_TEXT_ROTATION_UP("mdi2f-format-text-rotation-up", "F0FBE"), FORMAT_TEXT_ROTATION_VERTICAL("mdi2f-format-text-rotation-vertical", "F0FBF"), FORMAT_TEXT_VARIANT("mdi2f-format-text-variant", "F0E32"), FORMAT_TEXT_VARIANT_OUTLINE("mdi2f-format-text-variant-outline", "F150F"), FORMAT_TEXT_WRAPPING_CLIP("mdi2f-format-text-wrapping-clip", "F0D0E"), FORMAT_TEXT_WRAPPING_OVERFLOW("mdi2f-format-text-wrapping-overflow", "F0D0F"), FORMAT_TEXT_WRAPPING_WRAP("mdi2f-format-text-wrapping-wrap", "F0D10"), FORMAT_TEXTBOX("mdi2f-format-textbox", "F0D11"), FORMAT_TITLE("mdi2f-format-title", "F05F4"), FORMAT_UNDERLINE("mdi2f-format-underline", "F0287"), FORMAT_UNDERLINE_WAVY("mdi2f-format-underline-wavy", "F18E9"), FORMAT_VERTICAL_ALIGN_BOTTOM("mdi2f-format-vertical-align-bottom", "F0621"), FORMAT_VERTICAL_ALIGN_CENTER("mdi2f-format-vertical-align-center", "F0622"), FORMAT_VERTICAL_ALIGN_TOP("mdi2f-format-vertical-align-top", "F0623"), FORMAT_WRAP_INLINE("mdi2f-format-wrap-inline", "F0288"), FORMAT_WRAP_SQUARE("mdi2f-format-wrap-square", "F0289"), FORMAT_WRAP_TIGHT("mdi2f-format-wrap-tight", "F028A"), FORMAT_WRAP_TOP_BOTTOM("mdi2f-format-wrap-top-bottom", "F028B"), FORUM("mdi2f-forum", "F028C"), FORUM_MINUS("mdi2f-forum-minus", "F1AA9"), FORUM_MINUS_OUTLINE("mdi2f-forum-minus-outline", "F1AAA"), FORUM_OUTLINE("mdi2f-forum-outline", "F0822"), FORUM_PLUS("mdi2f-forum-plus", "F1AAB"), FORUM_PLUS_OUTLINE("mdi2f-forum-plus-outline", "F1AAC"), FORUM_REMOVE("mdi2f-forum-remove", "F1AAD"), FORUM_REMOVE_OUTLINE("mdi2f-forum-remove-outline", "F1AAE"), FORWARD("mdi2f-forward", "F028D"), FORWARDBURGER("mdi2f-forwardburger", "F0D75"), FOUNTAIN("mdi2f-fountain", "F096B"), FOUNTAIN_PEN("mdi2f-fountain-pen", "F0D12"), FOUNTAIN_PEN_TIP("mdi2f-fountain-pen-tip", "F0D13"), FRACTION_ONE_HALF("mdi2f-fraction-one-half", "F1992"), FREEBSD("mdi2f-freebsd", "F08E0"), FRENCH_FRIES("mdi2f-french-fries", "F1957"), FREQUENTLY_ASKED_QUESTIONS("mdi2f-frequently-asked-questions", "F0EB4"), FRIDGE("mdi2f-fridge", "F0290"), FRIDGE_ALERT("mdi2f-fridge-alert", "F11B1"), FRIDGE_ALERT_OUTLINE("mdi2f-fridge-alert-outline", "F11B2"), FRIDGE_BOTTOM("mdi2f-fridge-bottom", "F0292"), FRIDGE_INDUSTRIAL("mdi2f-fridge-industrial", "F15EE"), FRIDGE_INDUSTRIAL_ALERT("mdi2f-fridge-industrial-alert", "F15EF"), FRIDGE_INDUSTRIAL_ALERT_OUTLINE("mdi2f-fridge-industrial-alert-outline", "F15F0"), FRIDGE_INDUSTRIAL_OFF("mdi2f-fridge-industrial-off", "F15F1"), FRIDGE_INDUSTRIAL_OFF_OUTLINE("mdi2f-fridge-industrial-off-outline", "F15F2"), FRIDGE_INDUSTRIAL_OUTLINE("mdi2f-fridge-industrial-outline", "F15F3"), FRIDGE_OFF("mdi2f-fridge-off", "F11AF"), FRIDGE_OFF_OUTLINE("mdi2f-fridge-off-outline", "F11B0"), FRIDGE_OUTLINE("mdi2f-fridge-outline", "F028F"), FRIDGE_TOP("mdi2f-fridge-top", "F0291"), FRIDGE_VARIANT("mdi2f-fridge-variant", "F15F4"), FRIDGE_VARIANT_ALERT("mdi2f-fridge-variant-alert", "F15F5"), FRIDGE_VARIANT_ALERT_OUTLINE("mdi2f-fridge-variant-alert-outline", "F15F6"), FRIDGE_VARIANT_OFF("mdi2f-fridge-variant-off", "F15F7"), FRIDGE_VARIANT_OFF_OUTLINE("mdi2f-fridge-variant-off-outline", "F15F8"), FRIDGE_VARIANT_OUTLINE("mdi2f-fridge-variant-outline", "F15F9"), FRUIT_CHERRIES("mdi2f-fruit-cherries", "F1042"), FRUIT_CHERRIES_OFF("mdi2f-fruit-cherries-off", "F13F8"), FRUIT_CITRUS("mdi2f-fruit-citrus", "F1043"), FRUIT_CITRUS_OFF("mdi2f-fruit-citrus-off", "F13F9"), FRUIT_GRAPES("mdi2f-fruit-grapes", "F1044"), FRUIT_GRAPES_OUTLINE("mdi2f-fruit-grapes-outline", "F1045"), FRUIT_PEAR("mdi2f-fruit-pear", "F1A0E"), FRUIT_PINEAPPLE("mdi2f-fruit-pineapple", "F1046"), FRUIT_WATERMELON("mdi2f-fruit-watermelon", "F1047"), FUEL("mdi2f-fuel", "F07CA"), FUEL_CELL("mdi2f-fuel-cell", "F18B5"), FULLSCREEN("mdi2f-fullscreen", "F0293"), FULLSCREEN_EXIT("mdi2f-fullscreen-exit", "F0294"), FUNCTION("mdi2f-function", "F0295"), FUNCTION_VARIANT("mdi2f-function-variant", "F0871"), FURIGANA_HORIZONTAL("mdi2f-furigana-horizontal", "F1081"), FURIGANA_VERTICAL("mdi2f-furigana-vertical", "F1082"), FUSE("mdi2f-fuse", "F0C85"), FUSE_ALERT("mdi2f-fuse-alert", "F142D"), FUSE_BLADE("mdi2f-fuse-blade", "F0C86"), FUSE_OFF("mdi2f-fuse-off", "F142C"); public static MaterialDesignF findByDescription(String description) { for (MaterialDesignF font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignF(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignFIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignFIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2f-"); } @Override public Ikon resolve(String description) { return MaterialDesignF.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignFIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignFIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignF.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignG.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignG implements Ikon { GAMEPAD("mdi2g-gamepad", "F0296"), GAMEPAD_CIRCLE("mdi2g-gamepad-circle", "F0E33"), GAMEPAD_CIRCLE_DOWN("mdi2g-gamepad-circle-down", "F0E34"), GAMEPAD_CIRCLE_LEFT("mdi2g-gamepad-circle-left", "F0E35"), GAMEPAD_CIRCLE_OUTLINE("mdi2g-gamepad-circle-outline", "F0E36"), GAMEPAD_CIRCLE_RIGHT("mdi2g-gamepad-circle-right", "F0E37"), GAMEPAD_CIRCLE_UP("mdi2g-gamepad-circle-up", "F0E38"), GAMEPAD_DOWN("mdi2g-gamepad-down", "F0E39"), GAMEPAD_LEFT("mdi2g-gamepad-left", "F0E3A"), GAMEPAD_OUTLINE("mdi2g-gamepad-outline", "F1919"), GAMEPAD_RIGHT("mdi2g-gamepad-right", "F0E3B"), GAMEPAD_ROUND("mdi2g-gamepad-round", "F0E3C"), GAMEPAD_ROUND_DOWN("mdi2g-gamepad-round-down", "F0E3D"), GAMEPAD_ROUND_LEFT("mdi2g-gamepad-round-left", "F0E3E"), GAMEPAD_ROUND_OUTLINE("mdi2g-gamepad-round-outline", "F0E3F"), GAMEPAD_ROUND_RIGHT("mdi2g-gamepad-round-right", "F0E40"), GAMEPAD_ROUND_UP("mdi2g-gamepad-round-up", "F0E41"), GAMEPAD_SQUARE("mdi2g-gamepad-square", "F0EB5"), GAMEPAD_SQUARE_OUTLINE("mdi2g-gamepad-square-outline", "F0EB6"), GAMEPAD_UP("mdi2g-gamepad-up", "F0E42"), GAMEPAD_VARIANT("mdi2g-gamepad-variant", "F0297"), GAMEPAD_VARIANT_OUTLINE("mdi2g-gamepad-variant-outline", "F0EB7"), GAMMA("mdi2g-gamma", "F10EE"), GANTRY_CRANE("mdi2g-gantry-crane", "F0DD1"), GARAGE("mdi2g-garage", "F06D9"), GARAGE_ALERT("mdi2g-garage-alert", "F0872"), GARAGE_ALERT_VARIANT("mdi2g-garage-alert-variant", "F12D5"), GARAGE_LOCK("mdi2g-garage-lock", "F17FB"), GARAGE_OPEN("mdi2g-garage-open", "F06DA"), GARAGE_OPEN_VARIANT("mdi2g-garage-open-variant", "F12D4"), GARAGE_VARIANT("mdi2g-garage-variant", "F12D3"), GARAGE_VARIANT_LOCK("mdi2g-garage-variant-lock", "F17FC"), GAS_BURNER("mdi2g-gas-burner", "F1A1B"), GAS_CYLINDER("mdi2g-gas-cylinder", "F0647"), GAS_STATION("mdi2g-gas-station", "F0298"), GAS_STATION_IN_USE("mdi2g-gas-station-in-use", "F1CC4"), GAS_STATION_IN_USE_OUTLINE("mdi2g-gas-station-in-use-outline", "F1CC5"), GAS_STATION_OFF("mdi2g-gas-station-off", "F1409"), GAS_STATION_OFF_OUTLINE("mdi2g-gas-station-off-outline", "F140A"), GAS_STATION_OUTLINE("mdi2g-gas-station-outline", "F0EB8"), GATE("mdi2g-gate", "F0299"), GATE_ALERT("mdi2g-gate-alert", "F17F8"), GATE_AND("mdi2g-gate-and", "F08E1"), GATE_ARROW_LEFT("mdi2g-gate-arrow-left", "F17F7"), GATE_ARROW_RIGHT("mdi2g-gate-arrow-right", "F1169"), GATE_BUFFER("mdi2g-gate-buffer", "F1AFE"), GATE_NAND("mdi2g-gate-nand", "F08E2"), GATE_NOR("mdi2g-gate-nor", "F08E3"), GATE_NOT("mdi2g-gate-not", "F08E4"), GATE_OPEN("mdi2g-gate-open", "F116A"), GATE_OR("mdi2g-gate-or", "F08E5"), GATE_XNOR("mdi2g-gate-xnor", "F08E6"), GATE_XOR("mdi2g-gate-xor", "F08E7"), GATSBY("mdi2g-gatsby", "F0E43"), GAUGE("mdi2g-gauge", "F029A"), GAUGE_EMPTY("mdi2g-gauge-empty", "F0873"), GAUGE_FULL("mdi2g-gauge-full", "F0874"), GAUGE_LOW("mdi2g-gauge-low", "F0875"), GAVEL("mdi2g-gavel", "F029B"), GENDER_FEMALE("mdi2g-gender-female", "F029C"), GENDER_MALE("mdi2g-gender-male", "F029D"), GENDER_MALE_FEMALE("mdi2g-gender-male-female", "F029E"), GENDER_MALE_FEMALE_VARIANT("mdi2g-gender-male-female-variant", "F113F"), GENDER_NON_BINARY("mdi2g-gender-non-binary", "F1140"), GENDER_TRANSGENDER("mdi2g-gender-transgender", "F029F"), GENERATOR_MOBILE("mdi2g-generator-mobile", "F1C8A"), GENERATOR_PORTABLE("mdi2g-generator-portable", "F1C8B"), GENERATOR_STATIONARY("mdi2g-generator-stationary", "F1C8C"), GENTOO("mdi2g-gentoo", "F08E8"), GESTURE("mdi2g-gesture", "F07CB"), GESTURE_DOUBLE_TAP("mdi2g-gesture-double-tap", "F073C"), GESTURE_PINCH("mdi2g-gesture-pinch", "F0ABD"), GESTURE_SPREAD("mdi2g-gesture-spread", "F0ABE"), GESTURE_SWIPE("mdi2g-gesture-swipe", "F0D76"), GESTURE_SWIPE_DOWN("mdi2g-gesture-swipe-down", "F073D"), GESTURE_SWIPE_HORIZONTAL("mdi2g-gesture-swipe-horizontal", "F0ABF"), GESTURE_SWIPE_LEFT("mdi2g-gesture-swipe-left", "F073E"), GESTURE_SWIPE_RIGHT("mdi2g-gesture-swipe-right", "F073F"), GESTURE_SWIPE_UP("mdi2g-gesture-swipe-up", "F0740"), GESTURE_SWIPE_VERTICAL("mdi2g-gesture-swipe-vertical", "F0AC0"), GESTURE_TAP("mdi2g-gesture-tap", "F0741"), GESTURE_TAP_BOX("mdi2g-gesture-tap-box", "F12A9"), GESTURE_TAP_BUTTON("mdi2g-gesture-tap-button", "F12A8"), GESTURE_TAP_HOLD("mdi2g-gesture-tap-hold", "F0D77"), GESTURE_TWO_DOUBLE_TAP("mdi2g-gesture-two-double-tap", "F0742"), GESTURE_TWO_TAP("mdi2g-gesture-two-tap", "F0743"), GHOST("mdi2g-ghost", "F02A0"), GHOST_OFF("mdi2g-ghost-off", "F09F5"), GHOST_OFF_OUTLINE("mdi2g-ghost-off-outline", "F165C"), GHOST_OUTLINE("mdi2g-ghost-outline", "F165D"), GIFT("mdi2g-gift", "F0E44"), GIFT_OFF("mdi2g-gift-off", "F16EF"), GIFT_OFF_OUTLINE("mdi2g-gift-off-outline", "F16F0"), GIFT_OPEN("mdi2g-gift-open", "F16F1"), GIFT_OPEN_OUTLINE("mdi2g-gift-open-outline", "F16F2"), GIFT_OUTLINE("mdi2g-gift-outline", "F02A1"), GIT("mdi2g-git", "F02A2"), GITHUB("mdi2g-github", "F02A4"), GITLAB("mdi2g-gitlab", "F0BA0"), GLASS_COCKTAIL("mdi2g-glass-cocktail", "F0356"), GLASS_COCKTAIL_OFF("mdi2g-glass-cocktail-off", "F15E6"), GLASS_FLUTE("mdi2g-glass-flute", "F02A5"), GLASS_FRAGILE("mdi2g-glass-fragile", "F1873"), GLASS_MUG("mdi2g-glass-mug", "F02A6"), GLASS_MUG_OFF("mdi2g-glass-mug-off", "F15E7"), GLASS_MUG_VARIANT("mdi2g-glass-mug-variant", "F1116"), GLASS_MUG_VARIANT_OFF("mdi2g-glass-mug-variant-off", "F15E8"), GLASS_PINT_OUTLINE("mdi2g-glass-pint-outline", "F130D"), GLASS_STANGE("mdi2g-glass-stange", "F02A7"), GLASS_TULIP("mdi2g-glass-tulip", "F02A8"), GLASS_WINE("mdi2g-glass-wine", "F0876"), GLASSES("mdi2g-glasses", "F02AA"), GLOBE_LIGHT("mdi2g-globe-light", "F066F"), GLOBE_LIGHT_OUTLINE("mdi2g-globe-light-outline", "F12D7"), GLOBE_MODEL("mdi2g-globe-model", "F08E9"), GMAIL("mdi2g-gmail", "F02AB"), GNOME("mdi2g-gnome", "F02AC"), GO_KART("mdi2g-go-kart", "F0D79"), GO_KART_TRACK("mdi2g-go-kart-track", "F0D7A"), GOG("mdi2g-gog", "F0BA1"), GOLD("mdi2g-gold", "F124F"), GOLF("mdi2g-golf", "F0823"), GOLF_CART("mdi2g-golf-cart", "F11A4"), GOLF_TEE("mdi2g-golf-tee", "F1083"), GONDOLA("mdi2g-gondola", "F0686"), GOODREADS("mdi2g-goodreads", "F0D7B"), GOOGLE("mdi2g-google", "F02AD"), GOOGLE_ADS("mdi2g-google-ads", "F0C87"), GOOGLE_ANALYTICS("mdi2g-google-analytics", "F07CC"), GOOGLE_ASSISTANT("mdi2g-google-assistant", "F07CD"), GOOGLE_CARDBOARD("mdi2g-google-cardboard", "F02AE"), GOOGLE_CHROME("mdi2g-google-chrome", "F02AF"), GOOGLE_CIRCLES("mdi2g-google-circles", "F02B0"), GOOGLE_CIRCLES_COMMUNITIES("mdi2g-google-circles-communities", "F02B1"), GOOGLE_CIRCLES_EXTENDED("mdi2g-google-circles-extended", "F02B2"), GOOGLE_CIRCLES_GROUP("mdi2g-google-circles-group", "F02B3"), GOOGLE_CLASSROOM("mdi2g-google-classroom", "F02C0"), GOOGLE_CLOUD("mdi2g-google-cloud", "F11F6"), GOOGLE_DOWNASAUR("mdi2g-google-downasaur", "F1362"), GOOGLE_DRIVE("mdi2g-google-drive", "F02B6"), GOOGLE_EARTH("mdi2g-google-earth", "F02B7"), GOOGLE_FIT("mdi2g-google-fit", "F096C"), GOOGLE_GLASS("mdi2g-google-glass", "F02B8"), GOOGLE_HANGOUTS("mdi2g-google-hangouts", "F02C9"), GOOGLE_KEEP("mdi2g-google-keep", "F06DC"), GOOGLE_LENS("mdi2g-google-lens", "F09F6"), GOOGLE_MAPS("mdi2g-google-maps", "F05F5"), GOOGLE_MY_BUSINESS("mdi2g-google-my-business", "F1048"), GOOGLE_NEARBY("mdi2g-google-nearby", "F02B9"), GOOGLE_PLAY("mdi2g-google-play", "F02BC"), GOOGLE_PLUS("mdi2g-google-plus", "F02BD"), GOOGLE_PODCAST("mdi2g-google-podcast", "F0EB9"), GOOGLE_SPREADSHEET("mdi2g-google-spreadsheet", "F09F7"), GOOGLE_STREET_VIEW("mdi2g-google-street-view", "F0C88"), GOOGLE_TRANSLATE("mdi2g-google-translate", "F02BF"), GRADIENT_HORIZONTAL("mdi2g-gradient-horizontal", "F174A"), GRADIENT_VERTICAL("mdi2g-gradient-vertical", "F06A0"), GRAIN("mdi2g-grain", "F0D7C"), GRAPH("mdi2g-graph", "F1049"), GRAPH_OUTLINE("mdi2g-graph-outline", "F104A"), GRAPHQL("mdi2g-graphql", "F0877"), GRASS("mdi2g-grass", "F1510"), GRAVE_STONE("mdi2g-grave-stone", "F0BA2"), GREASE_PENCIL("mdi2g-grease-pencil", "F0648"), GREATER_THAN("mdi2g-greater-than", "F096D"), GREATER_THAN_OR_EQUAL("mdi2g-greater-than-or-equal", "F096E"), GREENHOUSE("mdi2g-greenhouse", "F002D"), GRID("mdi2g-grid", "F02C1"), GRID_LARGE("mdi2g-grid-large", "F0758"), GRID_OFF("mdi2g-grid-off", "F02C2"), GRILL("mdi2g-grill", "F0E45"), GRILL_OUTLINE("mdi2g-grill-outline", "F118A"), GROUP("mdi2g-group", "F02C3"), GUITAR_ACOUSTIC("mdi2g-guitar-acoustic", "F0771"), GUITAR_ELECTRIC("mdi2g-guitar-electric", "F02C4"), GUITAR_PICK("mdi2g-guitar-pick", "F02C5"), GUITAR_PICK_OUTLINE("mdi2g-guitar-pick-outline", "F02C6"), GUY_FAWKES_MASK("mdi2g-guy-fawkes-mask", "F0825"), GYMNASTICS("mdi2g-gymnastics", "F1A41"); public static MaterialDesignG findByDescription(String description) { for (MaterialDesignG font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignG(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignGIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignGIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2g-"); } @Override public Ikon resolve(String description) { return MaterialDesignG.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignGIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignGIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignG.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignH.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignH implements Ikon { HAIL("mdi2h-hail", "F0AC1"), HAIR_DRYER("mdi2h-hair-dryer", "F10EF"), HAIR_DRYER_OUTLINE("mdi2h-hair-dryer-outline", "F10F0"), HALLOWEEN("mdi2h-halloween", "F0BA3"), HAMBURGER("mdi2h-hamburger", "F0685"), HAMBURGER_CHECK("mdi2h-hamburger-check", "F1776"), HAMBURGER_MINUS("mdi2h-hamburger-minus", "F1777"), HAMBURGER_OFF("mdi2h-hamburger-off", "F1778"), HAMBURGER_PLUS("mdi2h-hamburger-plus", "F1779"), HAMBURGER_REMOVE("mdi2h-hamburger-remove", "F177A"), HAMMER("mdi2h-hammer", "F08EA"), HAMMER_SCREWDRIVER("mdi2h-hammer-screwdriver", "F1322"), HAMMER_SICKLE("mdi2h-hammer-sickle", "F1887"), HAMMER_WRENCH("mdi2h-hammer-wrench", "F1323"), HAND_BACK_LEFT("mdi2h-hand-back-left", "F0E46"), HAND_BACK_LEFT_OFF("mdi2h-hand-back-left-off", "F1830"), HAND_BACK_LEFT_OFF_OUTLINE("mdi2h-hand-back-left-off-outline", "F1832"), HAND_BACK_LEFT_OUTLINE("mdi2h-hand-back-left-outline", "F182C"), HAND_BACK_RIGHT("mdi2h-hand-back-right", "F0E47"), HAND_BACK_RIGHT_OFF("mdi2h-hand-back-right-off", "F1831"), HAND_BACK_RIGHT_OFF_OUTLINE("mdi2h-hand-back-right-off-outline", "F1833"), HAND_BACK_RIGHT_OUTLINE("mdi2h-hand-back-right-outline", "F182D"), HAND_CLAP("mdi2h-hand-clap", "F194B"), HAND_CLAP_OFF("mdi2h-hand-clap-off", "F1A42"), HAND_COIN("mdi2h-hand-coin", "F188F"), HAND_COIN_OUTLINE("mdi2h-hand-coin-outline", "F1890"), HAND_CYCLE("mdi2h-hand-cycle", "F1B9C"), HAND_EXTENDED("mdi2h-hand-extended", "F18B6"), HAND_EXTENDED_OUTLINE("mdi2h-hand-extended-outline", "F18B7"), HAND_FRONT_LEFT("mdi2h-hand-front-left", "F182B"), HAND_FRONT_LEFT_OUTLINE("mdi2h-hand-front-left-outline", "F182E"), HAND_FRONT_RIGHT("mdi2h-hand-front-right", "F0A4F"), HAND_FRONT_RIGHT_OUTLINE("mdi2h-hand-front-right-outline", "F182F"), HAND_HEART("mdi2h-hand-heart", "F10F1"), HAND_HEART_OUTLINE("mdi2h-hand-heart-outline", "F157E"), HAND_OKAY("mdi2h-hand-okay", "F0A50"), HAND_PEACE("mdi2h-hand-peace", "F0A51"), HAND_PEACE_VARIANT("mdi2h-hand-peace-variant", "F0A52"), HAND_POINTING_DOWN("mdi2h-hand-pointing-down", "F0A53"), HAND_POINTING_LEFT("mdi2h-hand-pointing-left", "F0A54"), HAND_POINTING_RIGHT("mdi2h-hand-pointing-right", "F02C7"), HAND_POINTING_UP("mdi2h-hand-pointing-up", "F0A55"), HAND_SAW("mdi2h-hand-saw", "F0E48"), HAND_WASH("mdi2h-hand-wash", "F157F"), HAND_WASH_OUTLINE("mdi2h-hand-wash-outline", "F1580"), HAND_WATER("mdi2h-hand-water", "F139F"), HAND_WAVE("mdi2h-hand-wave", "F1821"), HAND_WAVE_OUTLINE("mdi2h-hand-wave-outline", "F1822"), HANDBALL("mdi2h-handball", "F0F53"), HANDCUFFS("mdi2h-handcuffs", "F113E"), HANDS_PRAY("mdi2h-hands-pray", "F0579"), HANDSHAKE("mdi2h-handshake", "F1218"), HANDSHAKE_OUTLINE("mdi2h-handshake-outline", "F15A1"), HANGER("mdi2h-hanger", "F02C8"), HARD_HAT("mdi2h-hard-hat", "F096F"), HARDDISK("mdi2h-harddisk", "F02CA"), HARDDISK_PLUS("mdi2h-harddisk-plus", "F104B"), HARDDISK_REMOVE("mdi2h-harddisk-remove", "F104C"), HAT_FEDORA("mdi2h-hat-fedora", "F0BA4"), HAZARD_LIGHTS("mdi2h-hazard-lights", "F0C89"), HDMI_PORT("mdi2h-hdmi-port", "F1BB8"), HDR("mdi2h-hdr", "F0D7D"), HDR_OFF("mdi2h-hdr-off", "F0D7E"), HEAD("mdi2h-head", "F135E"), HEAD_ALERT("mdi2h-head-alert", "F1338"), HEAD_ALERT_OUTLINE("mdi2h-head-alert-outline", "F1339"), HEAD_CHECK("mdi2h-head-check", "F133A"), HEAD_CHECK_OUTLINE("mdi2h-head-check-outline", "F133B"), HEAD_COG("mdi2h-head-cog", "F133C"), HEAD_COG_OUTLINE("mdi2h-head-cog-outline", "F133D"), HEAD_DOTS_HORIZONTAL("mdi2h-head-dots-horizontal", "F133E"), HEAD_DOTS_HORIZONTAL_OUTLINE("mdi2h-head-dots-horizontal-outline", "F133F"), HEAD_FLASH("mdi2h-head-flash", "F1340"), HEAD_FLASH_OUTLINE("mdi2h-head-flash-outline", "F1341"), HEAD_HEART("mdi2h-head-heart", "F1342"), HEAD_HEART_OUTLINE("mdi2h-head-heart-outline", "F1343"), HEAD_LIGHTBULB("mdi2h-head-lightbulb", "F1344"), HEAD_LIGHTBULB_OUTLINE("mdi2h-head-lightbulb-outline", "F1345"), HEAD_MINUS("mdi2h-head-minus", "F1346"), HEAD_MINUS_OUTLINE("mdi2h-head-minus-outline", "F1347"), HEAD_OUTLINE("mdi2h-head-outline", "F135F"), HEAD_PLUS("mdi2h-head-plus", "F1348"), HEAD_PLUS_OUTLINE("mdi2h-head-plus-outline", "F1349"), HEAD_QUESTION("mdi2h-head-question", "F134A"), HEAD_QUESTION_OUTLINE("mdi2h-head-question-outline", "F134B"), HEAD_REMOVE("mdi2h-head-remove", "F134C"), HEAD_REMOVE_OUTLINE("mdi2h-head-remove-outline", "F134D"), HEAD_SNOWFLAKE("mdi2h-head-snowflake", "F134E"), HEAD_SNOWFLAKE_OUTLINE("mdi2h-head-snowflake-outline", "F134F"), HEAD_SYNC("mdi2h-head-sync", "F1350"), HEAD_SYNC_OUTLINE("mdi2h-head-sync-outline", "F1351"), HEADPHONES("mdi2h-headphones", "F02CB"), HEADPHONES_BLUETOOTH("mdi2h-headphones-bluetooth", "F0970"), HEADPHONES_BOX("mdi2h-headphones-box", "F02CC"), HEADPHONES_OFF("mdi2h-headphones-off", "F07CE"), HEADPHONES_SETTINGS("mdi2h-headphones-settings", "F02CD"), HEADSET("mdi2h-headset", "F02CE"), HEADSET_DOCK("mdi2h-headset-dock", "F02CF"), HEADSET_OFF("mdi2h-headset-off", "F02D0"), HEART("mdi2h-heart", "F02D1"), HEART_BOX("mdi2h-heart-box", "F02D2"), HEART_BOX_OUTLINE("mdi2h-heart-box-outline", "F02D3"), HEART_BROKEN("mdi2h-heart-broken", "F02D4"), HEART_BROKEN_OUTLINE("mdi2h-heart-broken-outline", "F0D14"), HEART_CIRCLE("mdi2h-heart-circle", "F0971"), HEART_CIRCLE_OUTLINE("mdi2h-heart-circle-outline", "F0972"), HEART_COG("mdi2h-heart-cog", "F1663"), HEART_COG_OUTLINE("mdi2h-heart-cog-outline", "F1664"), HEART_FLASH("mdi2h-heart-flash", "F0EF9"), HEART_HALF("mdi2h-heart-half", "F06DF"), HEART_HALF_FULL("mdi2h-heart-half-full", "F06DE"), HEART_HALF_OUTLINE("mdi2h-heart-half-outline", "F06E0"), HEART_MINUS("mdi2h-heart-minus", "F142F"), HEART_MINUS_OUTLINE("mdi2h-heart-minus-outline", "F1432"), HEART_MULTIPLE("mdi2h-heart-multiple", "F0A56"), HEART_MULTIPLE_OUTLINE("mdi2h-heart-multiple-outline", "F0A57"), HEART_OFF("mdi2h-heart-off", "F0759"), HEART_OFF_OUTLINE("mdi2h-heart-off-outline", "F1434"), HEART_OUTLINE("mdi2h-heart-outline", "F02D5"), HEART_PLUS("mdi2h-heart-plus", "F142E"), HEART_PLUS_OUTLINE("mdi2h-heart-plus-outline", "F1431"), HEART_PULSE("mdi2h-heart-pulse", "F05F6"), HEART_REMOVE("mdi2h-heart-remove", "F1430"), HEART_REMOVE_OUTLINE("mdi2h-heart-remove-outline", "F1433"), HEART_SEARCH("mdi2h-heart-search", "F1C8D"), HEART_SETTINGS("mdi2h-heart-settings", "F1665"), HEART_SETTINGS_OUTLINE("mdi2h-heart-settings-outline", "F1666"), HEAT_PUMP("mdi2h-heat-pump", "F1A43"), HEAT_PUMP_OUTLINE("mdi2h-heat-pump-outline", "F1A44"), HEAT_WAVE("mdi2h-heat-wave", "F1A45"), HEATING_COIL("mdi2h-heating-coil", "F1AAF"), HELICOPTER("mdi2h-helicopter", "F0AC2"), HELP("mdi2h-help", "F02D6"), HELP_BOX("mdi2h-help-box", "F078B"), HELP_BOX_MULTIPLE("mdi2h-help-box-multiple", "F1C0A"), HELP_BOX_MULTIPLE_OUTLINE("mdi2h-help-box-multiple-outline", "F1C0B"), HELP_BOX_OUTLINE("mdi2h-help-box-outline", "F1C0C"), HELP_CIRCLE("mdi2h-help-circle", "F02D7"), HELP_CIRCLE_OUTLINE("mdi2h-help-circle-outline", "F0625"), HELP_NETWORK("mdi2h-help-network", "F06F5"), HELP_NETWORK_OUTLINE("mdi2h-help-network-outline", "F0C8A"), HELP_RHOMBUS("mdi2h-help-rhombus", "F0BA5"), HELP_RHOMBUS_OUTLINE("mdi2h-help-rhombus-outline", "F0BA6"), HEXADECIMAL("mdi2h-hexadecimal", "F12A7"), HEXAGON("mdi2h-hexagon", "F02D8"), HEXAGON_MULTIPLE("mdi2h-hexagon-multiple", "F06E1"), HEXAGON_MULTIPLE_OUTLINE("mdi2h-hexagon-multiple-outline", "F10F2"), HEXAGON_OUTLINE("mdi2h-hexagon-outline", "F02D9"), HEXAGON_SLICE_1("mdi2h-hexagon-slice-1", "F0AC3"), HEXAGON_SLICE_2("mdi2h-hexagon-slice-2", "F0AC4"), HEXAGON_SLICE_3("mdi2h-hexagon-slice-3", "F0AC5"), HEXAGON_SLICE_4("mdi2h-hexagon-slice-4", "F0AC6"), HEXAGON_SLICE_5("mdi2h-hexagon-slice-5", "F0AC7"), HEXAGON_SLICE_6("mdi2h-hexagon-slice-6", "F0AC8"), HEXAGRAM("mdi2h-hexagram", "F0AC9"), HEXAGRAM_OUTLINE("mdi2h-hexagram-outline", "F0ACA"), HIGH_DEFINITION("mdi2h-high-definition", "F07CF"), HIGH_DEFINITION_BOX("mdi2h-high-definition-box", "F0878"), HIGHWAY("mdi2h-highway", "F05F7"), HIKING("mdi2h-hiking", "F0D7F"), HISTORY("mdi2h-history", "F02DA"), HOCKEY_PUCK("mdi2h-hockey-puck", "F0879"), HOCKEY_STICKS("mdi2h-hockey-sticks", "F087A"), HOLOLENS("mdi2h-hololens", "F02DB"), HOME("mdi2h-home", "F02DC"), HOME_ACCOUNT("mdi2h-home-account", "F0826"), HOME_ALERT("mdi2h-home-alert", "F087B"), HOME_ALERT_OUTLINE("mdi2h-home-alert-outline", "F15D0"), HOME_ANALYTICS("mdi2h-home-analytics", "F0EBA"), HOME_ASSISTANT("mdi2h-home-assistant", "F07D0"), HOME_AUTOMATION("mdi2h-home-automation", "F07D1"), HOME_BATTERY("mdi2h-home-battery", "F1901"), HOME_BATTERY_OUTLINE("mdi2h-home-battery-outline", "F1902"), HOME_CIRCLE("mdi2h-home-circle", "F07D2"), HOME_CIRCLE_OUTLINE("mdi2h-home-circle-outline", "F104D"), HOME_CITY("mdi2h-home-city", "F0D15"), HOME_CITY_OUTLINE("mdi2h-home-city-outline", "F0D16"), HOME_CLOCK("mdi2h-home-clock", "F1A12"), HOME_CLOCK_OUTLINE("mdi2h-home-clock-outline", "F1A13"), HOME_EDIT("mdi2h-home-edit", "F1159"), HOME_EDIT_OUTLINE("mdi2h-home-edit-outline", "F115A"), HOME_EXPORT_OUTLINE("mdi2h-home-export-outline", "F0F9B"), HOME_FLOOD("mdi2h-home-flood", "F0EFA"), HOME_FLOOR_0("mdi2h-home-floor-0", "F0DD2"), HOME_FLOOR_1("mdi2h-home-floor-1", "F0D80"), HOME_FLOOR_2("mdi2h-home-floor-2", "F0D81"), HOME_FLOOR_3("mdi2h-home-floor-3", "F0D82"), HOME_FLOOR_A("mdi2h-home-floor-a", "F0D83"), HOME_FLOOR_B("mdi2h-home-floor-b", "F0D84"), HOME_FLOOR_G("mdi2h-home-floor-g", "F0D85"), HOME_FLOOR_L("mdi2h-home-floor-l", "F0D86"), HOME_FLOOR_NEGATIVE_1("mdi2h-home-floor-negative-1", "F0DD3"), HOME_GROUP("mdi2h-home-group", "F0DD4"), HOME_GROUP_MINUS("mdi2h-home-group-minus", "F19C1"), HOME_GROUP_PLUS("mdi2h-home-group-plus", "F19C0"), HOME_GROUP_REMOVE("mdi2h-home-group-remove", "F19C2"), HOME_HEART("mdi2h-home-heart", "F0827"), HOME_IMPORT_OUTLINE("mdi2h-home-import-outline", "F0F9C"), HOME_LIGHTBULB("mdi2h-home-lightbulb", "F1251"), HOME_LIGHTBULB_OUTLINE("mdi2h-home-lightbulb-outline", "F1252"), HOME_LIGHTNING_BOLT("mdi2h-home-lightning-bolt", "F1903"), HOME_LIGHTNING_BOLT_OUTLINE("mdi2h-home-lightning-bolt-outline", "F1904"), HOME_LOCK("mdi2h-home-lock", "F08EB"), HOME_LOCK_OPEN("mdi2h-home-lock-open", "F08EC"), HOME_MAP_MARKER("mdi2h-home-map-marker", "F05F8"), HOME_MINUS("mdi2h-home-minus", "F0974"), HOME_MINUS_OUTLINE("mdi2h-home-minus-outline", "F13D5"), HOME_MODERN("mdi2h-home-modern", "F02DD"), HOME_OFF("mdi2h-home-off", "F1A46"), HOME_OFF_OUTLINE("mdi2h-home-off-outline", "F1A47"), HOME_OUTLINE("mdi2h-home-outline", "F06A1"), HOME_PERCENT("mdi2h-home-percent", "F1C7C"), HOME_PERCENT_OUTLINE("mdi2h-home-percent-outline", "F1C7D"), HOME_PLUS("mdi2h-home-plus", "F0975"), HOME_PLUS_OUTLINE("mdi2h-home-plus-outline", "F13D6"), HOME_REMOVE("mdi2h-home-remove", "F1247"), HOME_REMOVE_OUTLINE("mdi2h-home-remove-outline", "F13D7"), HOME_ROOF("mdi2h-home-roof", "F112B"), HOME_SEARCH("mdi2h-home-search", "F13B0"), HOME_SEARCH_OUTLINE("mdi2h-home-search-outline", "F13B1"), HOME_SILO("mdi2h-home-silo", "F1BA0"), HOME_SILO_OUTLINE("mdi2h-home-silo-outline", "F1BA1"), HOME_SOUND_IN("mdi2h-home-sound-in", "F1C2F"), HOME_SOUND_IN_OUTLINE("mdi2h-home-sound-in-outline", "F1C30"), HOME_SOUND_OUT("mdi2h-home-sound-out", "F1C31"), HOME_SOUND_OUT_OUTLINE("mdi2h-home-sound-out-outline", "F1C32"), HOME_SWITCH("mdi2h-home-switch", "F1794"), HOME_SWITCH_OUTLINE("mdi2h-home-switch-outline", "F1795"), HOME_THERMOMETER("mdi2h-home-thermometer", "F0F54"), HOME_THERMOMETER_OUTLINE("mdi2h-home-thermometer-outline", "F0F55"), HOME_VARIANT("mdi2h-home-variant", "F02DE"), HOME_VARIANT_OUTLINE("mdi2h-home-variant-outline", "F0BA7"), HOOK("mdi2h-hook", "F06E2"), HOOK_OFF("mdi2h-hook-off", "F06E3"), HOOP_HOUSE("mdi2h-hoop-house", "F0E56"), HOPS("mdi2h-hops", "F02DF"), HORIZONTAL_ROTATE_CLOCKWISE("mdi2h-horizontal-rotate-clockwise", "F10F3"), HORIZONTAL_ROTATE_COUNTERCLOCKWISE("mdi2h-horizontal-rotate-counterclockwise", "F10F4"), HORSE("mdi2h-horse", "F15BF"), HORSE_HUMAN("mdi2h-horse-human", "F15C0"), HORSE_VARIANT("mdi2h-horse-variant", "F15C1"), HORSE_VARIANT_FAST("mdi2h-horse-variant-fast", "F186E"), HORSESHOE("mdi2h-horseshoe", "F0A58"), HOSPITAL("mdi2h-hospital", "F0FF6"), HOSPITAL_BOX("mdi2h-hospital-box", "F02E0"), HOSPITAL_BOX_OUTLINE("mdi2h-hospital-box-outline", "F0FF7"), HOSPITAL_BUILDING("mdi2h-hospital-building", "F02E1"), HOSPITAL_MARKER("mdi2h-hospital-marker", "F02E2"), HOT_TUB("mdi2h-hot-tub", "F0828"), HOURS_12("mdi2h-hours-12", "F1C94"), HOURS_24("mdi2h-hours-24", "F1478"), HUB("mdi2h-hub", "F1C95"), HUB_OUTLINE("mdi2h-hub-outline", "F1C96"), HUBSPOT("mdi2h-hubspot", "F0D17"), HULU("mdi2h-hulu", "F0829"), HUMAN("mdi2h-human", "F02E6"), HUMAN_BABY_CHANGING_TABLE("mdi2h-human-baby-changing-table", "F138B"), HUMAN_CANE("mdi2h-human-cane", "F1581"), HUMAN_CAPACITY_DECREASE("mdi2h-human-capacity-decrease", "F159B"), HUMAN_CAPACITY_INCREASE("mdi2h-human-capacity-increase", "F159C"), HUMAN_CHILD("mdi2h-human-child", "F02E7"), HUMAN_DOLLY("mdi2h-human-dolly", "F1980"), HUMAN_EDIT("mdi2h-human-edit", "F14E8"), HUMAN_FEMALE("mdi2h-human-female", "F0649"), HUMAN_FEMALE_BOY("mdi2h-human-female-boy", "F0A59"), HUMAN_FEMALE_DANCE("mdi2h-human-female-dance", "F15C9"), HUMAN_FEMALE_FEMALE("mdi2h-human-female-female", "F0A5A"), HUMAN_FEMALE_FEMALE_CHILD("mdi2h-human-female-female-child", "F1C8E"), HUMAN_FEMALE_GIRL("mdi2h-human-female-girl", "F0A5B"), HUMAN_GREETING("mdi2h-human-greeting", "F17C4"), HUMAN_GREETING_PROXIMITY("mdi2h-human-greeting-proximity", "F159D"), HUMAN_GREETING_VARIANT("mdi2h-human-greeting-variant", "F064A"), HUMAN_HANDSDOWN("mdi2h-human-handsdown", "F064B"), HUMAN_HANDSUP("mdi2h-human-handsup", "F064C"), HUMAN_MALE("mdi2h-human-male", "F064D"), HUMAN_MALE_BOARD("mdi2h-human-male-board", "F0890"), HUMAN_MALE_BOARD_POLL("mdi2h-human-male-board-poll", "F0846"), HUMAN_MALE_BOY("mdi2h-human-male-boy", "F0A5C"), HUMAN_MALE_CHILD("mdi2h-human-male-child", "F138C"), HUMAN_MALE_FEMALE("mdi2h-human-male-female", "F02E8"), HUMAN_MALE_FEMALE_CHILD("mdi2h-human-male-female-child", "F1823"), HUMAN_MALE_GIRL("mdi2h-human-male-girl", "F0A5D"), HUMAN_MALE_HEIGHT("mdi2h-human-male-height", "F0EFB"), HUMAN_MALE_HEIGHT_VARIANT("mdi2h-human-male-height-variant", "F0EFC"), HUMAN_MALE_MALE("mdi2h-human-male-male", "F0A5E"), HUMAN_MALE_MALE_CHILD("mdi2h-human-male-male-child", "F1C8F"), HUMAN_NON_BINARY("mdi2h-human-non-binary", "F1848"), HUMAN_PREGNANT("mdi2h-human-pregnant", "F05CF"), HUMAN_QUEUE("mdi2h-human-queue", "F1571"), HUMAN_SCOOTER("mdi2h-human-scooter", "F11E9"), HUMAN_WALKER("mdi2h-human-walker", "F1B71"), HUMAN_WHEELCHAIR("mdi2h-human-wheelchair", "F138D"), HUMAN_WHITE_CANE("mdi2h-human-white-cane", "F1981"), HUMBLE_BUNDLE("mdi2h-humble-bundle", "F0744"), HVAC("mdi2h-hvac", "F1352"), HVAC_OFF("mdi2h-hvac-off", "F159E"), HYDRAULIC_OIL_LEVEL("mdi2h-hydraulic-oil-level", "F1324"), HYDRAULIC_OIL_TEMPERATURE("mdi2h-hydraulic-oil-temperature", "F1325"), HYDRO_POWER("mdi2h-hydro-power", "F12E5"), HYDROGEN_STATION("mdi2h-hydrogen-station", "F1894"); public static MaterialDesignH findByDescription(String description) { for (MaterialDesignH font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignH(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignHIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignHIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2h-"); } @Override public Ikon resolve(String description) { return MaterialDesignH.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignHIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignHIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignH.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignI.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignI implements Ikon { ICE_CREAM("mdi2i-ice-cream", "F082A"), ICE_CREAM_OFF("mdi2i-ice-cream-off", "F0E52"), ICE_POP("mdi2i-ice-pop", "F0EFD"), ID_CARD("mdi2i-id-card", "F0FC0"), IDENTIFIER("mdi2i-identifier", "F0EFE"), IDEOGRAM_CJK("mdi2i-ideogram-cjk", "F1331"), IDEOGRAM_CJK_VARIANT("mdi2i-ideogram-cjk-variant", "F1332"), IMAGE("mdi2i-image", "F02E9"), IMAGE_ALBUM("mdi2i-image-album", "F02EA"), IMAGE_AREA("mdi2i-image-area", "F02EB"), IMAGE_AREA_CLOSE("mdi2i-image-area-close", "F02EC"), IMAGE_AUTO_ADJUST("mdi2i-image-auto-adjust", "F0FC1"), IMAGE_BROKEN("mdi2i-image-broken", "F02ED"), IMAGE_BROKEN_VARIANT("mdi2i-image-broken-variant", "F02EE"), IMAGE_CHECK("mdi2i-image-check", "F1B25"), IMAGE_CHECK_OUTLINE("mdi2i-image-check-outline", "F1B26"), IMAGE_EDIT("mdi2i-image-edit", "F11E3"), IMAGE_EDIT_OUTLINE("mdi2i-image-edit-outline", "F11E4"), IMAGE_FILTER_BLACK_WHITE("mdi2i-image-filter-black-white", "F02F0"), IMAGE_FILTER_CENTER_FOCUS("mdi2i-image-filter-center-focus", "F02F1"), IMAGE_FILTER_CENTER_FOCUS_STRONG("mdi2i-image-filter-center-focus-strong", "F0EFF"), IMAGE_FILTER_CENTER_FOCUS_STRONG_OUTLINE("mdi2i-image-filter-center-focus-strong-outline", "F0F00"), IMAGE_FILTER_CENTER_FOCUS_WEAK("mdi2i-image-filter-center-focus-weak", "F02F2"), IMAGE_FILTER_DRAMA("mdi2i-image-filter-drama", "F02F3"), IMAGE_FILTER_DRAMA_OUTLINE("mdi2i-image-filter-drama-outline", "F1BFF"), IMAGE_FILTER_FRAMES("mdi2i-image-filter-frames", "F02F4"), IMAGE_FILTER_HDR("mdi2i-image-filter-hdr", "F02F5"), IMAGE_FILTER_HDR_OUTLINE("mdi2i-image-filter-hdr-outline", "F1C64"), IMAGE_FILTER_NONE("mdi2i-image-filter-none", "F02F6"), IMAGE_FILTER_TILT_SHIFT("mdi2i-image-filter-tilt-shift", "F02F7"), IMAGE_FILTER_VINTAGE("mdi2i-image-filter-vintage", "F02F8"), IMAGE_FRAME("mdi2i-image-frame", "F0E49"), IMAGE_LOCK("mdi2i-image-lock", "F1AB0"), IMAGE_LOCK_OUTLINE("mdi2i-image-lock-outline", "F1AB1"), IMAGE_MARKER("mdi2i-image-marker", "F177B"), IMAGE_MARKER_OUTLINE("mdi2i-image-marker-outline", "F177C"), IMAGE_MINUS("mdi2i-image-minus", "F1419"), IMAGE_MINUS_OUTLINE("mdi2i-image-minus-outline", "F1B47"), IMAGE_MOVE("mdi2i-image-move", "F09F8"), IMAGE_MULTIPLE("mdi2i-image-multiple", "F02F9"), IMAGE_MULTIPLE_OUTLINE("mdi2i-image-multiple-outline", "F02EF"), IMAGE_OFF("mdi2i-image-off", "F082B"), IMAGE_OFF_OUTLINE("mdi2i-image-off-outline", "F11D1"), IMAGE_OUTLINE("mdi2i-image-outline", "F0976"), IMAGE_PLUS("mdi2i-image-plus", "F087C"), IMAGE_PLUS_OUTLINE("mdi2i-image-plus-outline", "F1B46"), IMAGE_REFRESH("mdi2i-image-refresh", "F19FE"), IMAGE_REFRESH_OUTLINE("mdi2i-image-refresh-outline", "F19FF"), IMAGE_REMOVE("mdi2i-image-remove", "F1418"), IMAGE_REMOVE_OUTLINE("mdi2i-image-remove-outline", "F1B48"), IMAGE_SEARCH("mdi2i-image-search", "F0977"), IMAGE_SEARCH_OUTLINE("mdi2i-image-search-outline", "F0978"), IMAGE_SIZE_SELECT_ACTUAL("mdi2i-image-size-select-actual", "F0C8D"), IMAGE_SIZE_SELECT_LARGE("mdi2i-image-size-select-large", "F0C8E"), IMAGE_SIZE_SELECT_SMALL("mdi2i-image-size-select-small", "F0C8F"), IMAGE_SYNC("mdi2i-image-sync", "F1A00"), IMAGE_SYNC_OUTLINE("mdi2i-image-sync-outline", "F1A01"), IMAGE_TEXT("mdi2i-image-text", "F160D"), IMPORT("mdi2i-import", "F02FA"), INBOX("mdi2i-inbox", "F0687"), INBOX_ARROW_DOWN("mdi2i-inbox-arrow-down", "F02FB"), INBOX_ARROW_DOWN_OUTLINE("mdi2i-inbox-arrow-down-outline", "F1270"), INBOX_ARROW_UP("mdi2i-inbox-arrow-up", "F03D1"), INBOX_ARROW_UP_OUTLINE("mdi2i-inbox-arrow-up-outline", "F1271"), INBOX_FULL("mdi2i-inbox-full", "F1272"), INBOX_FULL_OUTLINE("mdi2i-inbox-full-outline", "F1273"), INBOX_MULTIPLE("mdi2i-inbox-multiple", "F08B0"), INBOX_MULTIPLE_OUTLINE("mdi2i-inbox-multiple-outline", "F0BA8"), INBOX_OUTLINE("mdi2i-inbox-outline", "F1274"), INBOX_REMOVE("mdi2i-inbox-remove", "F159F"), INBOX_REMOVE_OUTLINE("mdi2i-inbox-remove-outline", "F15A0"), INCOGNITO("mdi2i-incognito", "F05F9"), INCOGNITO_CIRCLE("mdi2i-incognito-circle", "F1421"), INCOGNITO_CIRCLE_OFF("mdi2i-incognito-circle-off", "F1422"), INCOGNITO_OFF("mdi2i-incognito-off", "F0075"), INDUCTION("mdi2i-induction", "F184C"), INFINITY("mdi2i-infinity", "F06E4"), INFORMATION("mdi2i-information", "F02FC"), INFORMATION_BOX("mdi2i-information-box", "F1C65"), INFORMATION_BOX_OUTLINE("mdi2i-information-box-outline", "F1C66"), INFORMATION_OFF("mdi2i-information-off", "F178C"), INFORMATION_OFF_OUTLINE("mdi2i-information-off-outline", "F178D"), INFORMATION_OUTLINE("mdi2i-information-outline", "F02FD"), INFORMATION_SLAB_BOX("mdi2i-information-slab-box", "F1C67"), INFORMATION_SLAB_BOX_OUTLINE("mdi2i-information-slab-box-outline", "F1C68"), INFORMATION_SLAB_CIRCLE("mdi2i-information-slab-circle", "F1C69"), INFORMATION_SLAB_CIRCLE_OUTLINE("mdi2i-information-slab-circle-outline", "F1C6A"), INFORMATION_SLAB_SYMBOL("mdi2i-information-slab-symbol", "F1C6B"), INFORMATION_SYMBOL("mdi2i-information-symbol", "F1C6C"), INFORMATION_VARIANT("mdi2i-information-variant", "F064E"), INFORMATION_VARIANT_BOX("mdi2i-information-variant-box", "F1C6D"), INFORMATION_VARIANT_BOX_OUTLINE("mdi2i-information-variant-box-outline", "F1C6E"), INFORMATION_VARIANT_CIRCLE("mdi2i-information-variant-circle", "F1C6F"), INFORMATION_VARIANT_CIRCLE_OUTLINE("mdi2i-information-variant-circle-outline", "F1C70"), INSTAGRAM("mdi2i-instagram", "F02FE"), INSTRUMENT_TRIANGLE("mdi2i-instrument-triangle", "F104E"), INTEGRATED_CIRCUIT_CHIP("mdi2i-integrated-circuit-chip", "F1913"), INVERT_COLORS("mdi2i-invert-colors", "F0301"), INVERT_COLORS_OFF("mdi2i-invert-colors-off", "F0E4A"), INVOICE("mdi2i-invoice", "F1CD2"), INVOICE_ARROW_LEFT("mdi2i-invoice-arrow-left", "F1CD3"), INVOICE_ARROW_LEFT_OUTLINE("mdi2i-invoice-arrow-left-outline", "F1CD4"), INVOICE_ARROW_RIGHT("mdi2i-invoice-arrow-right", "F1CD5"), INVOICE_ARROW_RIGHT_OUTLINE("mdi2i-invoice-arrow-right-outline", "F1CD6"), INVOICE_CHECK("mdi2i-invoice-check", "F1CD7"), INVOICE_CHECK_OUTLINE("mdi2i-invoice-check-outline", "F1CD8"), INVOICE_CLOCK("mdi2i-invoice-clock", "F1CD9"), INVOICE_CLOCK_OUTLINE("mdi2i-invoice-clock-outline", "F1CDA"), INVOICE_EDIT("mdi2i-invoice-edit", "F1CDB"), INVOICE_EDIT_OUTLINE("mdi2i-invoice-edit-outline", "F1CDC"), INVOICE_EXPORT_OUTLINE("mdi2i-invoice-export-outline", "F1CDD"), INVOICE_FAST("mdi2i-invoice-fast", "F1CDE"), INVOICE_FAST_OUTLINE("mdi2i-invoice-fast-outline", "F1CDF"), INVOICE_IMPORT("mdi2i-invoice-import", "F1CE0"), INVOICE_IMPORT_OUTLINE("mdi2i-invoice-import-outline", "F1CE1"), INVOICE_LIST("mdi2i-invoice-list", "F1CE2"), INVOICE_LIST_OUTLINE("mdi2i-invoice-list-outline", "F1CE3"), INVOICE_MINUS("mdi2i-invoice-minus", "F1CE4"), INVOICE_MINUS_OUTLINE("mdi2i-invoice-minus-outline", "F1CE5"), INVOICE_MULTIPLE("mdi2i-invoice-multiple", "F1CE6"), INVOICE_MULTIPLE_OUTLINE("mdi2i-invoice-multiple-outline", "F1CE7"), INVOICE_OUTLINE("mdi2i-invoice-outline", "F1CE8"), INVOICE_PLUS("mdi2i-invoice-plus", "F1CE9"), INVOICE_PLUS_OUTLINE("mdi2i-invoice-plus-outline", "F1CEA"), INVOICE_REMOVE("mdi2i-invoice-remove", "F1CEB"), INVOICE_REMOVE_OUTLINE("mdi2i-invoice-remove-outline", "F1CEC"), INVOICE_SEND("mdi2i-invoice-send", "F1CED"), INVOICE_SEND_OUTLINE("mdi2i-invoice-send-outline", "F1CEE"), INVOICE_TEXT("mdi2i-invoice-text", "F1CEF"), INVOICE_TEXT_ARROW_LEFT("mdi2i-invoice-text-arrow-left", "F1CF0"), INVOICE_TEXT_ARROW_LEFT_OUTLINE("mdi2i-invoice-text-arrow-left-outline", "F1CF1"), INVOICE_TEXT_ARROW_RIGHT("mdi2i-invoice-text-arrow-right", "F1CF2"), INVOICE_TEXT_ARROW_RIGHT_OUTLINE("mdi2i-invoice-text-arrow-right-outline", "F1CF3"), INVOICE_TEXT_CHECK("mdi2i-invoice-text-check", "F1CF4"), INVOICE_TEXT_CHECK_OUTLINE("mdi2i-invoice-text-check-outline", "F1CF5"), INVOICE_TEXT_CLOCK("mdi2i-invoice-text-clock", "F1CF6"), INVOICE_TEXT_CLOCK_OUTLINE("mdi2i-invoice-text-clock-outline", "F1CF7"), INVOICE_TEXT_EDIT("mdi2i-invoice-text-edit", "F1CF8"), INVOICE_TEXT_EDIT_OUTLINE("mdi2i-invoice-text-edit-outline", "F1CF9"), INVOICE_TEXT_FAST("mdi2i-invoice-text-fast", "F1CFA"), INVOICE_TEXT_FAST_OUTLINE("mdi2i-invoice-text-fast-outline", "F1CFB"), INVOICE_TEXT_MINUS("mdi2i-invoice-text-minus", "F1CFC"), INVOICE_TEXT_MINUS_OUTLINE("mdi2i-invoice-text-minus-outline", "F1CFD"), INVOICE_TEXT_MULTIPLE("mdi2i-invoice-text-multiple", "F1CFE"), INVOICE_TEXT_MULTIPLE_OUTLINE("mdi2i-invoice-text-multiple-outline", "F1CFF"), INVOICE_TEXT_OUTLINE("mdi2i-invoice-text-outline", "F1D00"), INVOICE_TEXT_PLUS("mdi2i-invoice-text-plus", "F1D01"), INVOICE_TEXT_PLUS_OUTLINE("mdi2i-invoice-text-plus-outline", "F1D02"), INVOICE_TEXT_REMOVE("mdi2i-invoice-text-remove", "F1D03"), INVOICE_TEXT_REMOVE_OUTLINE("mdi2i-invoice-text-remove-outline", "F1D04"), INVOICE_TEXT_SEND("mdi2i-invoice-text-send", "F1D05"), INVOICE_TEXT_SEND_OUTLINE("mdi2i-invoice-text-send-outline", "F1D06"), IOBROKER("mdi2i-iobroker", "F12E8"), IP("mdi2i-ip", "F0A5F"), IP_NETWORK("mdi2i-ip-network", "F0A60"), IP_NETWORK_OUTLINE("mdi2i-ip-network-outline", "F0C90"), IP_OUTLINE("mdi2i-ip-outline", "F1982"), IPOD("mdi2i-ipod", "F0C91"), IRON("mdi2i-iron", "F1824"), IRON_BOARD("mdi2i-iron-board", "F1838"), IRON_OUTLINE("mdi2i-iron-outline", "F1825"), ISLAND("mdi2i-island", "F104F"), ISLAND_VARIANT("mdi2i-island-variant", "F1CC6"), IV_BAG("mdi2i-iv-bag", "F10B9"); public static MaterialDesignI findByDescription(String description) { for (MaterialDesignI font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignI(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignIIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignIIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2i-"); } @Override public Ikon resolve(String description) { return MaterialDesignI.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignIIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignIIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignI.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignJ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignJ implements Ikon { JABBER("mdi2j-jabber", "F0DD5"), JEEPNEY("mdi2j-jeepney", "F0302"), JELLYFISH("mdi2j-jellyfish", "F0F01"), JELLYFISH_OUTLINE("mdi2j-jellyfish-outline", "F0F02"), JIRA("mdi2j-jira", "F0303"), JQUERY("mdi2j-jquery", "F087D"), JSFIDDLE("mdi2j-jsfiddle", "F0304"), JUMP_ROPE("mdi2j-jump-rope", "F12FF"); public static MaterialDesignJ findByDescription(String description) { for (MaterialDesignJ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignJ(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignJIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignJIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2j-"); } @Override public Ikon resolve(String description) { return MaterialDesignJ.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignJIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignJIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignJ.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignK.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignK implements Ikon { KABADDI("mdi2k-kabaddi", "F0D87"), KANGAROO("mdi2k-kangaroo", "F1558"), KARATE("mdi2k-karate", "F082C"), KAYAKING("mdi2k-kayaking", "F08AF"), KEG("mdi2k-keg", "F0305"), KETTLE("mdi2k-kettle", "F05FA"), KETTLE_ALERT("mdi2k-kettle-alert", "F1317"), KETTLE_ALERT_OUTLINE("mdi2k-kettle-alert-outline", "F1318"), KETTLE_OFF("mdi2k-kettle-off", "F131B"), KETTLE_OFF_OUTLINE("mdi2k-kettle-off-outline", "F131C"), KETTLE_OUTLINE("mdi2k-kettle-outline", "F0F56"), KETTLE_POUR_OVER("mdi2k-kettle-pour-over", "F173C"), KETTLE_STEAM("mdi2k-kettle-steam", "F1319"), KETTLE_STEAM_OUTLINE("mdi2k-kettle-steam-outline", "F131A"), KETTLEBELL("mdi2k-kettlebell", "F1300"), KEY("mdi2k-key", "F0306"), KEY_ALERT("mdi2k-key-alert", "F1983"), KEY_ALERT_OUTLINE("mdi2k-key-alert-outline", "F1984"), KEY_ARROW_RIGHT("mdi2k-key-arrow-right", "F1312"), KEY_CHAIN("mdi2k-key-chain", "F1574"), KEY_CHAIN_VARIANT("mdi2k-key-chain-variant", "F1575"), KEY_CHANGE("mdi2k-key-change", "F0307"), KEY_LINK("mdi2k-key-link", "F119F"), KEY_MINUS("mdi2k-key-minus", "F0308"), KEY_OUTLINE("mdi2k-key-outline", "F0DD6"), KEY_PLUS("mdi2k-key-plus", "F0309"), KEY_REMOVE("mdi2k-key-remove", "F030A"), KEY_STAR("mdi2k-key-star", "F119E"), KEY_VARIANT("mdi2k-key-variant", "F030B"), KEY_WIRELESS("mdi2k-key-wireless", "F0FC2"), KEYBOARD("mdi2k-keyboard", "F030C"), KEYBOARD_BACKSPACE("mdi2k-keyboard-backspace", "F030D"), KEYBOARD_CAPS("mdi2k-keyboard-caps", "F030E"), KEYBOARD_CLOSE("mdi2k-keyboard-close", "F030F"), KEYBOARD_CLOSE_OUTLINE("mdi2k-keyboard-close-outline", "F1C00"), KEYBOARD_ESC("mdi2k-keyboard-esc", "F12B7"), KEYBOARD_F1("mdi2k-keyboard-f1", "F12AB"), KEYBOARD_F10("mdi2k-keyboard-f10", "F12B4"), KEYBOARD_F11("mdi2k-keyboard-f11", "F12B5"), KEYBOARD_F12("mdi2k-keyboard-f12", "F12B6"), KEYBOARD_F2("mdi2k-keyboard-f2", "F12AC"), KEYBOARD_F3("mdi2k-keyboard-f3", "F12AD"), KEYBOARD_F4("mdi2k-keyboard-f4", "F12AE"), KEYBOARD_F5("mdi2k-keyboard-f5", "F12AF"), KEYBOARD_F6("mdi2k-keyboard-f6", "F12B0"), KEYBOARD_F7("mdi2k-keyboard-f7", "F12B1"), KEYBOARD_F8("mdi2k-keyboard-f8", "F12B2"), KEYBOARD_F9("mdi2k-keyboard-f9", "F12B3"), KEYBOARD_OFF("mdi2k-keyboard-off", "F0310"), KEYBOARD_OFF_OUTLINE("mdi2k-keyboard-off-outline", "F0E4B"), KEYBOARD_OUTLINE("mdi2k-keyboard-outline", "F097B"), KEYBOARD_RETURN("mdi2k-keyboard-return", "F0311"), KEYBOARD_SETTINGS("mdi2k-keyboard-settings", "F09F9"), KEYBOARD_SETTINGS_OUTLINE("mdi2k-keyboard-settings-outline", "F09FA"), KEYBOARD_SPACE("mdi2k-keyboard-space", "F1050"), KEYBOARD_TAB("mdi2k-keyboard-tab", "F0312"), KEYBOARD_TAB_REVERSE("mdi2k-keyboard-tab-reverse", "F0325"), KEYBOARD_VARIANT("mdi2k-keyboard-variant", "F0313"), KHANDA("mdi2k-khanda", "F10FD"), KICKSTARTER("mdi2k-kickstarter", "F0745"), KITE("mdi2k-kite", "F1985"), KITE_OUTLINE("mdi2k-kite-outline", "F1986"), KITESURFING("mdi2k-kitesurfing", "F1744"), KLINGON("mdi2k-klingon", "F135B"), KNIFE("mdi2k-knife", "F09FB"), KNIFE_MILITARY("mdi2k-knife-military", "F09FC"), KNOB("mdi2k-knob", "F1B96"), KOALA("mdi2k-koala", "F173F"), KODI("mdi2k-kodi", "F0314"), KUBERNETES("mdi2k-kubernetes", "F10FE"); public static MaterialDesignK findByDescription(String description) { for (MaterialDesignK font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignK(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignKIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignKIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2k-"); } @Override public Ikon resolve(String description) { return MaterialDesignK.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignKIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignKIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignK.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignL implements Ikon { LABEL("mdi2l-label", "F0315"), LABEL_MULTIPLE("mdi2l-label-multiple", "F1375"), LABEL_MULTIPLE_OUTLINE("mdi2l-label-multiple-outline", "F1376"), LABEL_OFF("mdi2l-label-off", "F0ACB"), LABEL_OFF_OUTLINE("mdi2l-label-off-outline", "F0ACC"), LABEL_OUTLINE("mdi2l-label-outline", "F0316"), LABEL_PERCENT("mdi2l-label-percent", "F12EA"), LABEL_PERCENT_OUTLINE("mdi2l-label-percent-outline", "F12EB"), LABEL_VARIANT("mdi2l-label-variant", "F0ACD"), LABEL_VARIANT_OUTLINE("mdi2l-label-variant-outline", "F0ACE"), LADDER("mdi2l-ladder", "F15A2"), LADYBUG("mdi2l-ladybug", "F082D"), LAMBDA("mdi2l-lambda", "F0627"), LAMP("mdi2l-lamp", "F06B5"), LAMP_OUTLINE("mdi2l-lamp-outline", "F17D0"), LAMPS("mdi2l-lamps", "F1576"), LAMPS_OUTLINE("mdi2l-lamps-outline", "F17D1"), LAN("mdi2l-lan", "F0317"), LAN_CHECK("mdi2l-lan-check", "F12AA"), LAN_CONNECT("mdi2l-lan-connect", "F0318"), LAN_DISCONNECT("mdi2l-lan-disconnect", "F0319"), LAN_PENDING("mdi2l-lan-pending", "F031A"), LAND_FIELDS("mdi2l-land-fields", "F1AB2"), LAND_PLOTS("mdi2l-land-plots", "F1AB3"), LAND_PLOTS_CIRCLE("mdi2l-land-plots-circle", "F1AB4"), LAND_PLOTS_CIRCLE_VARIANT("mdi2l-land-plots-circle-variant", "F1AB5"), LAND_PLOTS_MARKER("mdi2l-land-plots-marker", "F1C5D"), LAND_ROWS_HORIZONTAL("mdi2l-land-rows-horizontal", "F1AB6"), LAND_ROWS_VERTICAL("mdi2l-land-rows-vertical", "F1AB7"), LANDSLIDE("mdi2l-landslide", "F1A48"), LANDSLIDE_OUTLINE("mdi2l-landslide-outline", "F1A49"), LANGUAGE_C("mdi2l-language-c", "F0671"), LANGUAGE_CPP("mdi2l-language-cpp", "F0672"), LANGUAGE_CSHARP("mdi2l-language-csharp", "F031B"), LANGUAGE_CSS3("mdi2l-language-css3", "F031C"), LANGUAGE_FORTRAN("mdi2l-language-fortran", "F121A"), LANGUAGE_GO("mdi2l-language-go", "F07D3"), LANGUAGE_HASKELL("mdi2l-language-haskell", "F0C92"), LANGUAGE_HTML5("mdi2l-language-html5", "F031D"), LANGUAGE_JAVA("mdi2l-language-java", "F0B37"), LANGUAGE_JAVASCRIPT("mdi2l-language-javascript", "F031E"), LANGUAGE_KOTLIN("mdi2l-language-kotlin", "F1219"), LANGUAGE_LUA("mdi2l-language-lua", "F08B1"), LANGUAGE_MARKDOWN("mdi2l-language-markdown", "F0354"), LANGUAGE_MARKDOWN_OUTLINE("mdi2l-language-markdown-outline", "F0F5B"), LANGUAGE_PHP("mdi2l-language-php", "F031F"), LANGUAGE_PYTHON("mdi2l-language-python", "F0320"), LANGUAGE_R("mdi2l-language-r", "F07D4"), LANGUAGE_RUBY("mdi2l-language-ruby", "F0D2D"), LANGUAGE_RUBY_ON_RAILS("mdi2l-language-ruby-on-rails", "F0ACF"), LANGUAGE_RUST("mdi2l-language-rust", "F1617"), LANGUAGE_SWIFT("mdi2l-language-swift", "F06E5"), LANGUAGE_TYPESCRIPT("mdi2l-language-typescript", "F06E6"), LANGUAGE_XAML("mdi2l-language-xaml", "F0673"), LAPTOP("mdi2l-laptop", "F0322"), LAPTOP_ACCOUNT("mdi2l-laptop-account", "F1A4A"), LAPTOP_OFF("mdi2l-laptop-off", "F06E7"), LARAVEL("mdi2l-laravel", "F0AD0"), LASER_POINTER("mdi2l-laser-pointer", "F1484"), LASSO("mdi2l-lasso", "F0F03"), LASTPASS("mdi2l-lastpass", "F0446"), LATITUDE("mdi2l-latitude", "F0F57"), LAUNCH("mdi2l-launch", "F0327"), LAVA_LAMP("mdi2l-lava-lamp", "F07D5"), LAYERS("mdi2l-layers", "F0328"), LAYERS_EDIT("mdi2l-layers-edit", "F1892"), LAYERS_MINUS("mdi2l-layers-minus", "F0E4C"), LAYERS_OFF("mdi2l-layers-off", "F0329"), LAYERS_OFF_OUTLINE("mdi2l-layers-off-outline", "F09FD"), LAYERS_OUTLINE("mdi2l-layers-outline", "F09FE"), LAYERS_PLUS("mdi2l-layers-plus", "F0E4D"), LAYERS_REMOVE("mdi2l-layers-remove", "F0E4E"), LAYERS_SEARCH("mdi2l-layers-search", "F1206"), LAYERS_SEARCH_OUTLINE("mdi2l-layers-search-outline", "F1207"), LAYERS_TRIPLE("mdi2l-layers-triple", "F0F58"), LAYERS_TRIPLE_OUTLINE("mdi2l-layers-triple-outline", "F0F59"), LEAD_PENCIL("mdi2l-lead-pencil", "F064F"), LEAF("mdi2l-leaf", "F032A"), LEAF_CIRCLE("mdi2l-leaf-circle", "F1905"), LEAF_CIRCLE_OUTLINE("mdi2l-leaf-circle-outline", "F1906"), LEAF_MAPLE("mdi2l-leaf-maple", "F0C93"), LEAF_MAPLE_OFF("mdi2l-leaf-maple-off", "F12DA"), LEAF_OFF("mdi2l-leaf-off", "F12D9"), LEAK("mdi2l-leak", "F0DD7"), LEAK_OFF("mdi2l-leak-off", "F0DD8"), LECTERN("mdi2l-lectern", "F1AF0"), LED_OFF("mdi2l-led-off", "F032B"), LED_ON("mdi2l-led-on", "F032C"), LED_OUTLINE("mdi2l-led-outline", "F032D"), LED_STRIP("mdi2l-led-strip", "F07D6"), LED_STRIP_VARIANT("mdi2l-led-strip-variant", "F1051"), LED_STRIP_VARIANT_OFF("mdi2l-led-strip-variant-off", "F1A4B"), LED_VARIANT_OFF("mdi2l-led-variant-off", "F032E"), LED_VARIANT_ON("mdi2l-led-variant-on", "F032F"), LED_VARIANT_OUTLINE("mdi2l-led-variant-outline", "F0330"), LEEK("mdi2l-leek", "F117D"), LESS_THAN("mdi2l-less-than", "F097C"), LESS_THAN_OR_EQUAL("mdi2l-less-than-or-equal", "F097D"), LIBRARY("mdi2l-library", "F0331"), LIBRARY_OUTLINE("mdi2l-library-outline", "F1A22"), LIBRARY_SHELVES("mdi2l-library-shelves", "F0BA9"), LICENSE("mdi2l-license", "F0FC3"), LIFEBUOY("mdi2l-lifebuoy", "F087E"), LIGHT_FLOOD_DOWN("mdi2l-light-flood-down", "F1987"), LIGHT_FLOOD_UP("mdi2l-light-flood-up", "F1988"), LIGHT_RECESSED("mdi2l-light-recessed", "F179B"), LIGHT_SWITCH("mdi2l-light-switch", "F097E"), LIGHT_SWITCH_OFF("mdi2l-light-switch-off", "F1A24"), LIGHTBULB("mdi2l-lightbulb", "F0335"), LIGHTBULB_ALERT("mdi2l-lightbulb-alert", "F19E1"), LIGHTBULB_ALERT_OUTLINE("mdi2l-lightbulb-alert-outline", "F19E2"), LIGHTBULB_AUTO("mdi2l-lightbulb-auto", "F1800"), LIGHTBULB_AUTO_OUTLINE("mdi2l-lightbulb-auto-outline", "F1801"), LIGHTBULB_CFL("mdi2l-lightbulb-cfl", "F1208"), LIGHTBULB_CFL_OFF("mdi2l-lightbulb-cfl-off", "F1209"), LIGHTBULB_CFL_SPIRAL("mdi2l-lightbulb-cfl-spiral", "F1275"), LIGHTBULB_CFL_SPIRAL_OFF("mdi2l-lightbulb-cfl-spiral-off", "F12C3"), LIGHTBULB_FLUORESCENT_TUBE("mdi2l-lightbulb-fluorescent-tube", "F1804"), LIGHTBULB_FLUORESCENT_TUBE_OUTLINE("mdi2l-lightbulb-fluorescent-tube-outline", "F1805"), LIGHTBULB_GROUP("mdi2l-lightbulb-group", "F1253"), LIGHTBULB_GROUP_OFF("mdi2l-lightbulb-group-off", "F12CD"), LIGHTBULB_GROUP_OFF_OUTLINE("mdi2l-lightbulb-group-off-outline", "F12CE"), LIGHTBULB_GROUP_OUTLINE("mdi2l-lightbulb-group-outline", "F1254"), LIGHTBULB_MULTIPLE("mdi2l-lightbulb-multiple", "F1255"), LIGHTBULB_MULTIPLE_OFF("mdi2l-lightbulb-multiple-off", "F12CF"), LIGHTBULB_MULTIPLE_OFF_OUTLINE("mdi2l-lightbulb-multiple-off-outline", "F12D0"), LIGHTBULB_MULTIPLE_OUTLINE("mdi2l-lightbulb-multiple-outline", "F1256"), LIGHTBULB_NIGHT("mdi2l-lightbulb-night", "F1A4C"), LIGHTBULB_NIGHT_OUTLINE("mdi2l-lightbulb-night-outline", "F1A4D"), LIGHTBULB_OFF("mdi2l-lightbulb-off", "F0E4F"), LIGHTBULB_OFF_OUTLINE("mdi2l-lightbulb-off-outline", "F0E50"), LIGHTBULB_ON("mdi2l-lightbulb-on", "F06E8"), LIGHTBULB_ON_10("mdi2l-lightbulb-on-10", "F1A4E"), LIGHTBULB_ON_20("mdi2l-lightbulb-on-20", "F1A4F"), LIGHTBULB_ON_30("mdi2l-lightbulb-on-30", "F1A50"), LIGHTBULB_ON_40("mdi2l-lightbulb-on-40", "F1A51"), LIGHTBULB_ON_50("mdi2l-lightbulb-on-50", "F1A52"), LIGHTBULB_ON_60("mdi2l-lightbulb-on-60", "F1A53"), LIGHTBULB_ON_70("mdi2l-lightbulb-on-70", "F1A54"), LIGHTBULB_ON_80("mdi2l-lightbulb-on-80", "F1A55"), LIGHTBULB_ON_90("mdi2l-lightbulb-on-90", "F1A56"), LIGHTBULB_ON_OUTLINE("mdi2l-lightbulb-on-outline", "F06E9"), LIGHTBULB_OUTLINE("mdi2l-lightbulb-outline", "F0336"), LIGHTBULB_QUESTION("mdi2l-lightbulb-question", "F19E3"), LIGHTBULB_QUESTION_OUTLINE("mdi2l-lightbulb-question-outline", "F19E4"), LIGHTBULB_SPOT("mdi2l-lightbulb-spot", "F17F4"), LIGHTBULB_SPOT_OFF("mdi2l-lightbulb-spot-off", "F17F5"), LIGHTBULB_VARIANT("mdi2l-lightbulb-variant", "F1802"), LIGHTBULB_VARIANT_OUTLINE("mdi2l-lightbulb-variant-outline", "F1803"), LIGHTHOUSE("mdi2l-lighthouse", "F09FF"), LIGHTHOUSE_ON("mdi2l-lighthouse-on", "F0A00"), LIGHTNING_BOLT("mdi2l-lightning-bolt", "F140B"), LIGHTNING_BOLT_CIRCLE("mdi2l-lightning-bolt-circle", "F0820"), LIGHTNING_BOLT_OUTLINE("mdi2l-lightning-bolt-outline", "F140C"), LINE_SCAN("mdi2l-line-scan", "F0624"), LINGERIE("mdi2l-lingerie", "F1476"), LINK("mdi2l-link", "F0337"), LINK_BOX("mdi2l-link-box", "F0D1A"), LINK_BOX_OUTLINE("mdi2l-link-box-outline", "F0D1B"), LINK_BOX_VARIANT("mdi2l-link-box-variant", "F0D1C"), LINK_BOX_VARIANT_OUTLINE("mdi2l-link-box-variant-outline", "F0D1D"), LINK_CIRCLE("mdi2l-link-circle", "F1CAC"), LINK_CIRCLE_OUTLINE("mdi2l-link-circle-outline", "F1CAD"), LINK_EDIT("mdi2l-link-edit", "F1CAE"), LINK_LOCK("mdi2l-link-lock", "F10BA"), LINK_OFF("mdi2l-link-off", "F0338"), LINK_PLUS("mdi2l-link-plus", "F0C94"), LINK_VARIANT("mdi2l-link-variant", "F0339"), LINK_VARIANT_MINUS("mdi2l-link-variant-minus", "F10FF"), LINK_VARIANT_OFF("mdi2l-link-variant-off", "F033A"), LINK_VARIANT_PLUS("mdi2l-link-variant-plus", "F1100"), LINK_VARIANT_REMOVE("mdi2l-link-variant-remove", "F1101"), LINKEDIN("mdi2l-linkedin", "F033B"), LINUX("mdi2l-linux", "F033D"), LINUX_MINT("mdi2l-linux-mint", "F08ED"), LIPSTICK("mdi2l-lipstick", "F13B5"), LIQUID_SPOT("mdi2l-liquid-spot", "F1826"), LIQUOR("mdi2l-liquor", "F191E"), LIST_BOX("mdi2l-list-box", "F1B7B"), LIST_BOX_OUTLINE("mdi2l-list-box-outline", "F1B7C"), LIST_STATUS("mdi2l-list-status", "F15AB"), LITECOIN("mdi2l-litecoin", "F0A61"), LOADING("mdi2l-loading", "F0772"), LOCATION_ENTER("mdi2l-location-enter", "F0FC4"), LOCATION_EXIT("mdi2l-location-exit", "F0FC5"), LOCK("mdi2l-lock", "F033E"), LOCK_ALERT("mdi2l-lock-alert", "F08EE"), LOCK_ALERT_OUTLINE("mdi2l-lock-alert-outline", "F15D1"), LOCK_CHECK("mdi2l-lock-check", "F139A"), LOCK_CHECK_OUTLINE("mdi2l-lock-check-outline", "F16A8"), LOCK_CLOCK("mdi2l-lock-clock", "F097F"), LOCK_MINUS("mdi2l-lock-minus", "F16A9"), LOCK_MINUS_OUTLINE("mdi2l-lock-minus-outline", "F16AA"), LOCK_OFF("mdi2l-lock-off", "F1671"), LOCK_OFF_OUTLINE("mdi2l-lock-off-outline", "F1672"), LOCK_OPEN("mdi2l-lock-open", "F033F"), LOCK_OPEN_ALERT("mdi2l-lock-open-alert", "F139B"), LOCK_OPEN_ALERT_OUTLINE("mdi2l-lock-open-alert-outline", "F15D2"), LOCK_OPEN_CHECK("mdi2l-lock-open-check", "F139C"), LOCK_OPEN_CHECK_OUTLINE("mdi2l-lock-open-check-outline", "F16AB"), LOCK_OPEN_MINUS("mdi2l-lock-open-minus", "F16AC"), LOCK_OPEN_MINUS_OUTLINE("mdi2l-lock-open-minus-outline", "F16AD"), LOCK_OPEN_OUTLINE("mdi2l-lock-open-outline", "F0340"), LOCK_OPEN_PLUS("mdi2l-lock-open-plus", "F16AE"), LOCK_OPEN_PLUS_OUTLINE("mdi2l-lock-open-plus-outline", "F16AF"), LOCK_OPEN_REMOVE("mdi2l-lock-open-remove", "F16B0"), LOCK_OPEN_REMOVE_OUTLINE("mdi2l-lock-open-remove-outline", "F16B1"), LOCK_OPEN_VARIANT("mdi2l-lock-open-variant", "F0FC6"), LOCK_OPEN_VARIANT_OUTLINE("mdi2l-lock-open-variant-outline", "F0FC7"), LOCK_OUTLINE("mdi2l-lock-outline", "F0341"), LOCK_PATTERN("mdi2l-lock-pattern", "F06EA"), LOCK_PERCENT("mdi2l-lock-percent", "F1C12"), LOCK_PERCENT_OPEN("mdi2l-lock-percent-open", "F1C13"), LOCK_PERCENT_OPEN_OUTLINE("mdi2l-lock-percent-open-outline", "F1C14"), LOCK_PERCENT_OPEN_VARIANT("mdi2l-lock-percent-open-variant", "F1C15"), LOCK_PERCENT_OPEN_VARIANT_OUTLINE("mdi2l-lock-percent-open-variant-outline", "F1C16"), LOCK_PERCENT_OUTLINE("mdi2l-lock-percent-outline", "F1C17"), LOCK_PLUS("mdi2l-lock-plus", "F05FB"), LOCK_PLUS_OUTLINE("mdi2l-lock-plus-outline", "F16B2"), LOCK_QUESTION("mdi2l-lock-question", "F08EF"), LOCK_REMOVE("mdi2l-lock-remove", "F16B3"), LOCK_REMOVE_OUTLINE("mdi2l-lock-remove-outline", "F16B4"), LOCK_RESET("mdi2l-lock-reset", "F0773"), LOCK_SMART("mdi2l-lock-smart", "F08B2"), LOCKER("mdi2l-locker", "F07D7"), LOCKER_MULTIPLE("mdi2l-locker-multiple", "F07D8"), LOGIN("mdi2l-login", "F0342"), LOGIN_VARIANT("mdi2l-login-variant", "F05FC"), LOGOUT("mdi2l-logout", "F0343"), LOGOUT_VARIANT("mdi2l-logout-variant", "F05FD"), LONGITUDE("mdi2l-longitude", "F0F5A"), LOOKS("mdi2l-looks", "F0344"), LOTION("mdi2l-lotion", "F1582"), LOTION_OUTLINE("mdi2l-lotion-outline", "F1583"), LOTION_PLUS("mdi2l-lotion-plus", "F1584"), LOTION_PLUS_OUTLINE("mdi2l-lotion-plus-outline", "F1585"), LOUPE("mdi2l-loupe", "F0345"), LUMX("mdi2l-lumx", "F0346"), LUNGS("mdi2l-lungs", "F1084"); public static MaterialDesignL findByDescription(String description) { for (MaterialDesignL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignL(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignLIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignLIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2l-"); } @Override public Ikon resolve(String description) { return MaterialDesignL.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignLIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignLIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignL.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignM.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignM implements Ikon { MACE("mdi2m-mace", "F1843"), MAGAZINE_PISTOL("mdi2m-magazine-pistol", "F0324"), MAGAZINE_RIFLE("mdi2m-magazine-rifle", "F0323"), MAGIC_STAFF("mdi2m-magic-staff", "F1844"), MAGNET("mdi2m-magnet", "F0347"), MAGNET_ON("mdi2m-magnet-on", "F0348"), MAGNIFY("mdi2m-magnify", "F0349"), MAGNIFY_CLOSE("mdi2m-magnify-close", "F0980"), MAGNIFY_EXPAND("mdi2m-magnify-expand", "F1874"), MAGNIFY_MINUS("mdi2m-magnify-minus", "F034A"), MAGNIFY_MINUS_CURSOR("mdi2m-magnify-minus-cursor", "F0A62"), MAGNIFY_MINUS_OUTLINE("mdi2m-magnify-minus-outline", "F06EC"), MAGNIFY_PLUS("mdi2m-magnify-plus", "F034B"), MAGNIFY_PLUS_CURSOR("mdi2m-magnify-plus-cursor", "F0A63"), MAGNIFY_PLUS_OUTLINE("mdi2m-magnify-plus-outline", "F06ED"), MAGNIFY_REMOVE_CURSOR("mdi2m-magnify-remove-cursor", "F120C"), MAGNIFY_REMOVE_OUTLINE("mdi2m-magnify-remove-outline", "F120D"), MAGNIFY_SCAN("mdi2m-magnify-scan", "F1276"), MAIL("mdi2m-mail", "F0EBB"), MAILBOX("mdi2m-mailbox", "F06EE"), MAILBOX_OPEN("mdi2m-mailbox-open", "F0D88"), MAILBOX_OPEN_OUTLINE("mdi2m-mailbox-open-outline", "F0D89"), MAILBOX_OPEN_UP("mdi2m-mailbox-open-up", "F0D8A"), MAILBOX_OPEN_UP_OUTLINE("mdi2m-mailbox-open-up-outline", "F0D8B"), MAILBOX_OUTLINE("mdi2m-mailbox-outline", "F0D8C"), MAILBOX_UP("mdi2m-mailbox-up", "F0D8D"), MAILBOX_UP_OUTLINE("mdi2m-mailbox-up-outline", "F0D8E"), MANJARO("mdi2m-manjaro", "F160A"), MAP("mdi2m-map", "F034D"), MAP_CHECK("mdi2m-map-check", "F0EBC"), MAP_CHECK_OUTLINE("mdi2m-map-check-outline", "F0EBD"), MAP_CLOCK("mdi2m-map-clock", "F0D1E"), MAP_CLOCK_OUTLINE("mdi2m-map-clock-outline", "F0D1F"), MAP_LEGEND("mdi2m-map-legend", "F0A01"), MAP_MARKER("mdi2m-map-marker", "F034E"), MAP_MARKER_ACCOUNT("mdi2m-map-marker-account", "F18E3"), MAP_MARKER_ACCOUNT_OUTLINE("mdi2m-map-marker-account-outline", "F18E4"), MAP_MARKER_ALERT("mdi2m-map-marker-alert", "F0F05"), MAP_MARKER_ALERT_OUTLINE("mdi2m-map-marker-alert-outline", "F0F06"), MAP_MARKER_CHECK("mdi2m-map-marker-check", "F0C95"), MAP_MARKER_CHECK_OUTLINE("mdi2m-map-marker-check-outline", "F12FB"), MAP_MARKER_CIRCLE("mdi2m-map-marker-circle", "F034F"), MAP_MARKER_DISTANCE("mdi2m-map-marker-distance", "F08F0"), MAP_MARKER_DOWN("mdi2m-map-marker-down", "F1102"), MAP_MARKER_LEFT("mdi2m-map-marker-left", "F12DB"), MAP_MARKER_LEFT_OUTLINE("mdi2m-map-marker-left-outline", "F12DD"), MAP_MARKER_MINUS("mdi2m-map-marker-minus", "F0650"), MAP_MARKER_MINUS_OUTLINE("mdi2m-map-marker-minus-outline", "F12F9"), MAP_MARKER_MULTIPLE("mdi2m-map-marker-multiple", "F0350"), MAP_MARKER_MULTIPLE_OUTLINE("mdi2m-map-marker-multiple-outline", "F1277"), MAP_MARKER_OFF("mdi2m-map-marker-off", "F0351"), MAP_MARKER_OFF_OUTLINE("mdi2m-map-marker-off-outline", "F12FD"), MAP_MARKER_OUTLINE("mdi2m-map-marker-outline", "F07D9"), MAP_MARKER_PATH("mdi2m-map-marker-path", "F0D20"), MAP_MARKER_PLUS("mdi2m-map-marker-plus", "F0651"), MAP_MARKER_PLUS_OUTLINE("mdi2m-map-marker-plus-outline", "F12F8"), MAP_MARKER_QUESTION("mdi2m-map-marker-question", "F0F07"), MAP_MARKER_QUESTION_OUTLINE("mdi2m-map-marker-question-outline", "F0F08"), MAP_MARKER_RADIUS("mdi2m-map-marker-radius", "F0352"), MAP_MARKER_RADIUS_OUTLINE("mdi2m-map-marker-radius-outline", "F12FC"), MAP_MARKER_REMOVE("mdi2m-map-marker-remove", "F0F09"), MAP_MARKER_REMOVE_OUTLINE("mdi2m-map-marker-remove-outline", "F12FA"), MAP_MARKER_REMOVE_VARIANT("mdi2m-map-marker-remove-variant", "F0F0A"), MAP_MARKER_RIGHT("mdi2m-map-marker-right", "F12DC"), MAP_MARKER_RIGHT_OUTLINE("mdi2m-map-marker-right-outline", "F12DE"), MAP_MARKER_STAR("mdi2m-map-marker-star", "F1608"), MAP_MARKER_STAR_OUTLINE("mdi2m-map-marker-star-outline", "F1609"), MAP_MARKER_UP("mdi2m-map-marker-up", "F1103"), MAP_MINUS("mdi2m-map-minus", "F0981"), MAP_OUTLINE("mdi2m-map-outline", "F0982"), MAP_PLUS("mdi2m-map-plus", "F0983"), MAP_SEARCH("mdi2m-map-search", "F0984"), MAP_SEARCH_OUTLINE("mdi2m-map-search-outline", "F0985"), MAPBOX("mdi2m-mapbox", "F0BAA"), MARGIN("mdi2m-margin", "F0353"), MARKER("mdi2m-marker", "F0652"), MARKER_CANCEL("mdi2m-marker-cancel", "F0DD9"), MARKER_CHECK("mdi2m-marker-check", "F0355"), MASTODON("mdi2m-mastodon", "F0AD1"), MATERIAL_DESIGN("mdi2m-material-design", "F0986"), MATERIAL_UI("mdi2m-material-ui", "F0357"), MATH_COMPASS("mdi2m-math-compass", "F0358"), MATH_COS("mdi2m-math-cos", "F0C96"), MATH_INTEGRAL("mdi2m-math-integral", "F0FC8"), MATH_INTEGRAL_BOX("mdi2m-math-integral-box", "F0FC9"), MATH_LOG("mdi2m-math-log", "F1085"), MATH_NORM("mdi2m-math-norm", "F0FCA"), MATH_NORM_BOX("mdi2m-math-norm-box", "F0FCB"), MATH_SIN("mdi2m-math-sin", "F0C97"), MATH_TAN("mdi2m-math-tan", "F0C98"), MATRIX("mdi2m-matrix", "F0628"), MEDAL("mdi2m-medal", "F0987"), MEDAL_OUTLINE("mdi2m-medal-outline", "F1326"), MEDICAL_BAG("mdi2m-medical-bag", "F06EF"), MEDICAL_COTTON_SWAB("mdi2m-medical-cotton-swab", "F1AB8"), MEDICATION("mdi2m-medication", "F1B14"), MEDICATION_OUTLINE("mdi2m-medication-outline", "F1B15"), MEDITATION("mdi2m-meditation", "F117B"), MEMORY("mdi2m-memory", "F035B"), MEMORY_ARROW_DOWN("mdi2m-memory-arrow-down", "F1CA6"), MENORAH("mdi2m-menorah", "F17D4"), MENORAH_FIRE("mdi2m-menorah-fire", "F17D5"), MENU("mdi2m-menu", "F035C"), MENU_CLOSE("mdi2m-menu-close", "F1C90"), MENU_DOWN("mdi2m-menu-down", "F035D"), MENU_DOWN_OUTLINE("mdi2m-menu-down-outline", "F06B6"), MENU_LEFT("mdi2m-menu-left", "F035E"), MENU_LEFT_OUTLINE("mdi2m-menu-left-outline", "F0A02"), MENU_OPEN("mdi2m-menu-open", "F0BAB"), MENU_RIGHT("mdi2m-menu-right", "F035F"), MENU_RIGHT_OUTLINE("mdi2m-menu-right-outline", "F0A03"), MENU_SWAP("mdi2m-menu-swap", "F0A64"), MENU_SWAP_OUTLINE("mdi2m-menu-swap-outline", "F0A65"), MENU_UP("mdi2m-menu-up", "F0360"), MENU_UP_OUTLINE("mdi2m-menu-up-outline", "F06B7"), MERGE("mdi2m-merge", "F0F5C"), MESSAGE("mdi2m-message", "F0361"), MESSAGE_ALERT("mdi2m-message-alert", "F0362"), MESSAGE_ALERT_OUTLINE("mdi2m-message-alert-outline", "F0A04"), MESSAGE_ARROW_LEFT("mdi2m-message-arrow-left", "F12F2"), MESSAGE_ARROW_LEFT_OUTLINE("mdi2m-message-arrow-left-outline", "F12F3"), MESSAGE_ARROW_RIGHT("mdi2m-message-arrow-right", "F12F4"), MESSAGE_ARROW_RIGHT_OUTLINE("mdi2m-message-arrow-right-outline", "F12F5"), MESSAGE_BADGE("mdi2m-message-badge", "F1941"), MESSAGE_BADGE_OUTLINE("mdi2m-message-badge-outline", "F1942"), MESSAGE_BOOKMARK("mdi2m-message-bookmark", "F15AC"), MESSAGE_BOOKMARK_OUTLINE("mdi2m-message-bookmark-outline", "F15AD"), MESSAGE_BULLETED("mdi2m-message-bulleted", "F06A2"), MESSAGE_BULLETED_OFF("mdi2m-message-bulleted-off", "F06A3"), MESSAGE_CHECK("mdi2m-message-check", "F1B8A"), MESSAGE_CHECK_OUTLINE("mdi2m-message-check-outline", "F1B8B"), MESSAGE_COG("mdi2m-message-cog", "F06F1"), MESSAGE_COG_OUTLINE("mdi2m-message-cog-outline", "F1172"), MESSAGE_DRAW("mdi2m-message-draw", "F0363"), MESSAGE_FAST("mdi2m-message-fast", "F19CC"), MESSAGE_FAST_OUTLINE("mdi2m-message-fast-outline", "F19CD"), MESSAGE_FLASH("mdi2m-message-flash", "F15A9"), MESSAGE_FLASH_OUTLINE("mdi2m-message-flash-outline", "F15AA"), MESSAGE_IMAGE("mdi2m-message-image", "F0364"), MESSAGE_IMAGE_OUTLINE("mdi2m-message-image-outline", "F116C"), MESSAGE_LOCK("mdi2m-message-lock", "F0FCC"), MESSAGE_LOCK_OUTLINE("mdi2m-message-lock-outline", "F116D"), MESSAGE_MINUS("mdi2m-message-minus", "F116E"), MESSAGE_MINUS_OUTLINE("mdi2m-message-minus-outline", "F116F"), MESSAGE_OFF("mdi2m-message-off", "F164D"), MESSAGE_OFF_OUTLINE("mdi2m-message-off-outline", "F164E"), MESSAGE_OUTLINE("mdi2m-message-outline", "F0365"), MESSAGE_PLUS("mdi2m-message-plus", "F0653"), MESSAGE_PLUS_OUTLINE("mdi2m-message-plus-outline", "F10BB"), MESSAGE_PROCESSING("mdi2m-message-processing", "F0366"), MESSAGE_PROCESSING_OUTLINE("mdi2m-message-processing-outline", "F1170"), MESSAGE_QUESTION("mdi2m-message-question", "F173A"), MESSAGE_QUESTION_OUTLINE("mdi2m-message-question-outline", "F173B"), MESSAGE_REPLY("mdi2m-message-reply", "F0367"), MESSAGE_REPLY_OUTLINE("mdi2m-message-reply-outline", "F173D"), MESSAGE_REPLY_TEXT("mdi2m-message-reply-text", "F0368"), MESSAGE_REPLY_TEXT_OUTLINE("mdi2m-message-reply-text-outline", "F173E"), MESSAGE_SETTINGS("mdi2m-message-settings", "F06F0"), MESSAGE_SETTINGS_OUTLINE("mdi2m-message-settings-outline", "F1171"), MESSAGE_STAR("mdi2m-message-star", "F069A"), MESSAGE_STAR_OUTLINE("mdi2m-message-star-outline", "F1250"), MESSAGE_TEXT("mdi2m-message-text", "F0369"), MESSAGE_TEXT_CLOCK("mdi2m-message-text-clock", "F1173"), MESSAGE_TEXT_CLOCK_OUTLINE("mdi2m-message-text-clock-outline", "F1174"), MESSAGE_TEXT_FAST("mdi2m-message-text-fast", "F19CE"), MESSAGE_TEXT_FAST_OUTLINE("mdi2m-message-text-fast-outline", "F19CF"), MESSAGE_TEXT_LOCK("mdi2m-message-text-lock", "F0FCD"), MESSAGE_TEXT_LOCK_OUTLINE("mdi2m-message-text-lock-outline", "F1175"), MESSAGE_TEXT_OUTLINE("mdi2m-message-text-outline", "F036A"), MESSAGE_VIDEO("mdi2m-message-video", "F036B"), METEOR("mdi2m-meteor", "F0629"), METER_ELECTRIC("mdi2m-meter-electric", "F1A57"), METER_ELECTRIC_OUTLINE("mdi2m-meter-electric-outline", "F1A58"), METER_GAS("mdi2m-meter-gas", "F1A59"), METER_GAS_OUTLINE("mdi2m-meter-gas-outline", "F1A5A"), METRONOME("mdi2m-metronome", "F07DA"), METRONOME_TICK("mdi2m-metronome-tick", "F07DB"), MICRO_SD("mdi2m-micro-sd", "F07DC"), MICROPHONE("mdi2m-microphone", "F036C"), MICROPHONE_MESSAGE("mdi2m-microphone-message", "F050A"), MICROPHONE_MESSAGE_OFF("mdi2m-microphone-message-off", "F050B"), MICROPHONE_MINUS("mdi2m-microphone-minus", "F08B3"), MICROPHONE_OFF("mdi2m-microphone-off", "F036D"), MICROPHONE_OUTLINE("mdi2m-microphone-outline", "F036E"), MICROPHONE_PLUS("mdi2m-microphone-plus", "F08B4"), MICROPHONE_QUESTION("mdi2m-microphone-question", "F1989"), MICROPHONE_QUESTION_OUTLINE("mdi2m-microphone-question-outline", "F198A"), MICROPHONE_SETTINGS("mdi2m-microphone-settings", "F036F"), MICROPHONE_VARIANT("mdi2m-microphone-variant", "F0370"), MICROPHONE_VARIANT_OFF("mdi2m-microphone-variant-off", "F0371"), MICROSCOPE("mdi2m-microscope", "F0654"), MICROSOFT("mdi2m-microsoft", "F0372"), MICROSOFT_ACCESS("mdi2m-microsoft-access", "F138E"), MICROSOFT_AZURE("mdi2m-microsoft-azure", "F0805"), MICROSOFT_AZURE_DEVOPS("mdi2m-microsoft-azure-devops", "F0FD5"), MICROSOFT_BING("mdi2m-microsoft-bing", "F00A4"), MICROSOFT_DYNAMICS_365("mdi2m-microsoft-dynamics-365", "F0988"), MICROSOFT_EDGE("mdi2m-microsoft-edge", "F01E9"), MICROSOFT_EXCEL("mdi2m-microsoft-excel", "F138F"), MICROSOFT_INTERNET_EXPLORER("mdi2m-microsoft-internet-explorer", "F0300"), MICROSOFT_OFFICE("mdi2m-microsoft-office", "F03C6"), MICROSOFT_ONEDRIVE("mdi2m-microsoft-onedrive", "F03CA"), MICROSOFT_ONENOTE("mdi2m-microsoft-onenote", "F0747"), MICROSOFT_OUTLOOK("mdi2m-microsoft-outlook", "F0D22"), MICROSOFT_POWERPOINT("mdi2m-microsoft-powerpoint", "F1390"), MICROSOFT_SHAREPOINT("mdi2m-microsoft-sharepoint", "F1391"), MICROSOFT_TEAMS("mdi2m-microsoft-teams", "F02BB"), MICROSOFT_VISUAL_STUDIO("mdi2m-microsoft-visual-studio", "F0610"), MICROSOFT_VISUAL_STUDIO_CODE("mdi2m-microsoft-visual-studio-code", "F0A1E"), MICROSOFT_WINDOWS("mdi2m-microsoft-windows", "F05B3"), MICROSOFT_WINDOWS_CLASSIC("mdi2m-microsoft-windows-classic", "F0A21"), MICROSOFT_WORD("mdi2m-microsoft-word", "F1392"), MICROSOFT_XBOX("mdi2m-microsoft-xbox", "F05B9"), MICROSOFT_XBOX_CONTROLLER("mdi2m-microsoft-xbox-controller", "F05BA"), MICROSOFT_XBOX_CONTROLLER_BATTERY_ALERT("mdi2m-microsoft-xbox-controller-battery-alert", "F074B"), MICROSOFT_XBOX_CONTROLLER_BATTERY_CHARGING("mdi2m-microsoft-xbox-controller-battery-charging", "F0A22"), MICROSOFT_XBOX_CONTROLLER_BATTERY_EMPTY("mdi2m-microsoft-xbox-controller-battery-empty", "F074C"), MICROSOFT_XBOX_CONTROLLER_BATTERY_FULL("mdi2m-microsoft-xbox-controller-battery-full", "F074D"), MICROSOFT_XBOX_CONTROLLER_BATTERY_LOW("mdi2m-microsoft-xbox-controller-battery-low", "F074E"), MICROSOFT_XBOX_CONTROLLER_BATTERY_MEDIUM("mdi2m-microsoft-xbox-controller-battery-medium", "F074F"), MICROSOFT_XBOX_CONTROLLER_BATTERY_UNKNOWN("mdi2m-microsoft-xbox-controller-battery-unknown", "F0750"), MICROSOFT_XBOX_CONTROLLER_MENU("mdi2m-microsoft-xbox-controller-menu", "F0E6F"), MICROSOFT_XBOX_CONTROLLER_OFF("mdi2m-microsoft-xbox-controller-off", "F05BB"), MICROSOFT_XBOX_CONTROLLER_VIEW("mdi2m-microsoft-xbox-controller-view", "F0E70"), MICROWAVE("mdi2m-microwave", "F0C99"), MICROWAVE_OFF("mdi2m-microwave-off", "F1423"), MIDDLEWARE("mdi2m-middleware", "F0F5D"), MIDDLEWARE_OUTLINE("mdi2m-middleware-outline", "F0F5E"), MIDI("mdi2m-midi", "F08F1"), MIDI_PORT("mdi2m-midi-port", "F08F2"), MINE("mdi2m-mine", "F0DDA"), MINECRAFT("mdi2m-minecraft", "F0373"), MINI_SD("mdi2m-mini-sd", "F0A05"), MINIDISC("mdi2m-minidisc", "F0A06"), MINUS("mdi2m-minus", "F0374"), MINUS_BOX("mdi2m-minus-box", "F0375"), MINUS_BOX_MULTIPLE("mdi2m-minus-box-multiple", "F1141"), MINUS_BOX_MULTIPLE_OUTLINE("mdi2m-minus-box-multiple-outline", "F1142"), MINUS_BOX_OUTLINE("mdi2m-minus-box-outline", "F06F2"), MINUS_CIRCLE("mdi2m-minus-circle", "F0376"), MINUS_CIRCLE_MULTIPLE("mdi2m-minus-circle-multiple", "F035A"), MINUS_CIRCLE_MULTIPLE_OUTLINE("mdi2m-minus-circle-multiple-outline", "F0AD3"), MINUS_CIRCLE_OFF("mdi2m-minus-circle-off", "F1459"), MINUS_CIRCLE_OFF_OUTLINE("mdi2m-minus-circle-off-outline", "F145A"), MINUS_CIRCLE_OUTLINE("mdi2m-minus-circle-outline", "F0377"), MINUS_NETWORK("mdi2m-minus-network", "F0378"), MINUS_NETWORK_OUTLINE("mdi2m-minus-network-outline", "F0C9A"), MINUS_THICK("mdi2m-minus-thick", "F1639"), MIRROR("mdi2m-mirror", "F11FD"), MIRROR_RECTANGLE("mdi2m-mirror-rectangle", "F179F"), MIRROR_VARIANT("mdi2m-mirror-variant", "F17A0"), MIXED_MARTIAL_ARTS("mdi2m-mixed-martial-arts", "F0D8F"), MIXED_REALITY("mdi2m-mixed-reality", "F087F"), MOLECULE("mdi2m-molecule", "F0BAC"), MOLECULE_CO("mdi2m-molecule-co", "F12FE"), MOLECULE_CO2("mdi2m-molecule-co2", "F07E4"), MONITOR("mdi2m-monitor", "F0379"), MONITOR_ACCOUNT("mdi2m-monitor-account", "F1A5B"), MONITOR_ARROW_DOWN("mdi2m-monitor-arrow-down", "F19D0"), MONITOR_ARROW_DOWN_VARIANT("mdi2m-monitor-arrow-down-variant", "F19D1"), MONITOR_CELLPHONE("mdi2m-monitor-cellphone", "F0989"), MONITOR_CELLPHONE_STAR("mdi2m-monitor-cellphone-star", "F098A"), MONITOR_DASHBOARD("mdi2m-monitor-dashboard", "F0A07"), MONITOR_EDIT("mdi2m-monitor-edit", "F12C6"), MONITOR_EYE("mdi2m-monitor-eye", "F13B4"), MONITOR_LOCK("mdi2m-monitor-lock", "F0DDB"), MONITOR_MULTIPLE("mdi2m-monitor-multiple", "F037A"), MONITOR_OFF("mdi2m-monitor-off", "F0D90"), MONITOR_SCREENSHOT("mdi2m-monitor-screenshot", "F0E51"), MONITOR_SHARE("mdi2m-monitor-share", "F1483"), MONITOR_SHIMMER("mdi2m-monitor-shimmer", "F1104"), MONITOR_SMALL("mdi2m-monitor-small", "F1876"), MONITOR_SPEAKER("mdi2m-monitor-speaker", "F0F5F"), MONITOR_SPEAKER_OFF("mdi2m-monitor-speaker-off", "F0F60"), MONITOR_STAR("mdi2m-monitor-star", "F0DDC"), MONITOR_VERTICAL("mdi2m-monitor-vertical", "F1C33"), MOON_FIRST_QUARTER("mdi2m-moon-first-quarter", "F0F61"), MOON_FULL("mdi2m-moon-full", "F0F62"), MOON_LAST_QUARTER("mdi2m-moon-last-quarter", "F0F63"), MOON_NEW("mdi2m-moon-new", "F0F64"), MOON_WANING_CRESCENT("mdi2m-moon-waning-crescent", "F0F65"), MOON_WANING_GIBBOUS("mdi2m-moon-waning-gibbous", "F0F66"), MOON_WAXING_CRESCENT("mdi2m-moon-waxing-crescent", "F0F67"), MOON_WAXING_GIBBOUS("mdi2m-moon-waxing-gibbous", "F0F68"), MOPED("mdi2m-moped", "F1086"), MOPED_ELECTRIC("mdi2m-moped-electric", "F15B7"), MOPED_ELECTRIC_OUTLINE("mdi2m-moped-electric-outline", "F15B8"), MOPED_OUTLINE("mdi2m-moped-outline", "F15B9"), MORE("mdi2m-more", "F037B"), MORTAR_PESTLE("mdi2m-mortar-pestle", "F1748"), MORTAR_PESTLE_PLUS("mdi2m-mortar-pestle-plus", "F03F1"), MOSQUE("mdi2m-mosque", "F0D45"), MOSQUE_OUTLINE("mdi2m-mosque-outline", "F1827"), MOTHER_HEART("mdi2m-mother-heart", "F1314"), MOTHER_NURSE("mdi2m-mother-nurse", "F0D21"), MOTION("mdi2m-motion", "F15B2"), MOTION_OUTLINE("mdi2m-motion-outline", "F15B3"), MOTION_PAUSE("mdi2m-motion-pause", "F1590"), MOTION_PAUSE_OUTLINE("mdi2m-motion-pause-outline", "F1592"), MOTION_PLAY("mdi2m-motion-play", "F158F"), MOTION_PLAY_OUTLINE("mdi2m-motion-play-outline", "F1591"), MOTION_SENSOR("mdi2m-motion-sensor", "F0D91"), MOTION_SENSOR_OFF("mdi2m-motion-sensor-off", "F1435"), MOTORBIKE("mdi2m-motorbike", "F037C"), MOTORBIKE_ELECTRIC("mdi2m-motorbike-electric", "F15BA"), MOTORBIKE_OFF("mdi2m-motorbike-off", "F1B16"), MOUSE("mdi2m-mouse", "F037D"), MOUSE_BLUETOOTH("mdi2m-mouse-bluetooth", "F098B"), MOUSE_LEFT_CLICK("mdi2m-mouse-left-click", "F1D07"), MOUSE_LEFT_CLICK_OUTLINE("mdi2m-mouse-left-click-outline", "F1D08"), MOUSE_MOVE_DOWN("mdi2m-mouse-move-down", "F1550"), MOUSE_MOVE_UP("mdi2m-mouse-move-up", "F1551"), MOUSE_MOVE_VERTICAL("mdi2m-mouse-move-vertical", "F1552"), MOUSE_OFF("mdi2m-mouse-off", "F037E"), MOUSE_OUTLINE("mdi2m-mouse-outline", "F1D09"), MOUSE_RIGHT_CLICK("mdi2m-mouse-right-click", "F1D0A"), MOUSE_RIGHT_CLICK_OUTLINE("mdi2m-mouse-right-click-outline", "F1D0B"), MOUSE_SCROLL_WHEEL("mdi2m-mouse-scroll-wheel", "F1D0C"), MOUSE_VARIANT("mdi2m-mouse-variant", "F037F"), MOUSE_VARIANT_OFF("mdi2m-mouse-variant-off", "F0380"), MOVE_RESIZE("mdi2m-move-resize", "F0655"), MOVE_RESIZE_VARIANT("mdi2m-move-resize-variant", "F0656"), MOVIE("mdi2m-movie", "F0381"), MOVIE_CHECK("mdi2m-movie-check", "F16F3"), MOVIE_CHECK_OUTLINE("mdi2m-movie-check-outline", "F16F4"), MOVIE_COG("mdi2m-movie-cog", "F16F5"), MOVIE_COG_OUTLINE("mdi2m-movie-cog-outline", "F16F6"), MOVIE_EDIT("mdi2m-movie-edit", "F1122"), MOVIE_EDIT_OUTLINE("mdi2m-movie-edit-outline", "F1123"), MOVIE_FILTER("mdi2m-movie-filter", "F1124"), MOVIE_FILTER_OUTLINE("mdi2m-movie-filter-outline", "F1125"), MOVIE_MINUS("mdi2m-movie-minus", "F16F7"), MOVIE_MINUS_OUTLINE("mdi2m-movie-minus-outline", "F16F8"), MOVIE_OFF("mdi2m-movie-off", "F16F9"), MOVIE_OFF_OUTLINE("mdi2m-movie-off-outline", "F16FA"), MOVIE_OPEN("mdi2m-movie-open", "F0FCE"), MOVIE_OPEN_CHECK("mdi2m-movie-open-check", "F16FB"), MOVIE_OPEN_CHECK_OUTLINE("mdi2m-movie-open-check-outline", "F16FC"), MOVIE_OPEN_COG("mdi2m-movie-open-cog", "F16FD"), MOVIE_OPEN_COG_OUTLINE("mdi2m-movie-open-cog-outline", "F16FE"), MOVIE_OPEN_EDIT("mdi2m-movie-open-edit", "F16FF"), MOVIE_OPEN_EDIT_OUTLINE("mdi2m-movie-open-edit-outline", "F1700"), MOVIE_OPEN_MINUS("mdi2m-movie-open-minus", "F1701"), MOVIE_OPEN_MINUS_OUTLINE("mdi2m-movie-open-minus-outline", "F1702"), MOVIE_OPEN_OFF("mdi2m-movie-open-off", "F1703"), MOVIE_OPEN_OFF_OUTLINE("mdi2m-movie-open-off-outline", "F1704"), MOVIE_OPEN_OUTLINE("mdi2m-movie-open-outline", "F0FCF"), MOVIE_OPEN_PLAY("mdi2m-movie-open-play", "F1705"), MOVIE_OPEN_PLAY_OUTLINE("mdi2m-movie-open-play-outline", "F1706"), MOVIE_OPEN_PLUS("mdi2m-movie-open-plus", "F1707"), MOVIE_OPEN_PLUS_OUTLINE("mdi2m-movie-open-plus-outline", "F1708"), MOVIE_OPEN_REMOVE("mdi2m-movie-open-remove", "F1709"), MOVIE_OPEN_REMOVE_OUTLINE("mdi2m-movie-open-remove-outline", "F170A"), MOVIE_OPEN_SETTINGS("mdi2m-movie-open-settings", "F170B"), MOVIE_OPEN_SETTINGS_OUTLINE("mdi2m-movie-open-settings-outline", "F170C"), MOVIE_OPEN_STAR("mdi2m-movie-open-star", "F170D"), MOVIE_OPEN_STAR_OUTLINE("mdi2m-movie-open-star-outline", "F170E"), MOVIE_OUTLINE("mdi2m-movie-outline", "F0DDD"), MOVIE_PLAY("mdi2m-movie-play", "F170F"), MOVIE_PLAY_OUTLINE("mdi2m-movie-play-outline", "F1710"), MOVIE_PLUS("mdi2m-movie-plus", "F1711"), MOVIE_PLUS_OUTLINE("mdi2m-movie-plus-outline", "F1712"), MOVIE_REMOVE("mdi2m-movie-remove", "F1713"), MOVIE_REMOVE_OUTLINE("mdi2m-movie-remove-outline", "F1714"), MOVIE_ROLL("mdi2m-movie-roll", "F07DE"), MOVIE_SEARCH("mdi2m-movie-search", "F11D2"), MOVIE_SEARCH_OUTLINE("mdi2m-movie-search-outline", "F11D3"), MOVIE_SETTINGS("mdi2m-movie-settings", "F1715"), MOVIE_SETTINGS_OUTLINE("mdi2m-movie-settings-outline", "F1716"), MOVIE_STAR("mdi2m-movie-star", "F1717"), MOVIE_STAR_OUTLINE("mdi2m-movie-star-outline", "F1718"), MOWER("mdi2m-mower", "F166F"), MOWER_BAG("mdi2m-mower-bag", "F1670"), MOWER_BAG_ON("mdi2m-mower-bag-on", "F1B60"), MOWER_ON("mdi2m-mower-on", "F1B5F"), MUFFIN("mdi2m-muffin", "F098C"), MULTICAST("mdi2m-multicast", "F1893"), MULTIMEDIA("mdi2m-multimedia", "F1B97"), MULTIPLICATION("mdi2m-multiplication", "F0382"), MULTIPLICATION_BOX("mdi2m-multiplication-box", "F0383"), MUSHROOM("mdi2m-mushroom", "F07DF"), MUSHROOM_OFF("mdi2m-mushroom-off", "F13FA"), MUSHROOM_OFF_OUTLINE("mdi2m-mushroom-off-outline", "F13FB"), MUSHROOM_OUTLINE("mdi2m-mushroom-outline", "F07E0"), MUSIC("mdi2m-music", "F075A"), MUSIC_ACCIDENTAL_DOUBLE_FLAT("mdi2m-music-accidental-double-flat", "F0F69"), MUSIC_ACCIDENTAL_DOUBLE_SHARP("mdi2m-music-accidental-double-sharp", "F0F6A"), MUSIC_ACCIDENTAL_FLAT("mdi2m-music-accidental-flat", "F0F6B"), MUSIC_ACCIDENTAL_NATURAL("mdi2m-music-accidental-natural", "F0F6C"), MUSIC_ACCIDENTAL_SHARP("mdi2m-music-accidental-sharp", "F0F6D"), MUSIC_BOX("mdi2m-music-box", "F0384"), MUSIC_BOX_MULTIPLE("mdi2m-music-box-multiple", "F0333"), MUSIC_BOX_MULTIPLE_OUTLINE("mdi2m-music-box-multiple-outline", "F0F04"), MUSIC_BOX_OUTLINE("mdi2m-music-box-outline", "F0385"), MUSIC_CIRCLE("mdi2m-music-circle", "F0386"), MUSIC_CIRCLE_OUTLINE("mdi2m-music-circle-outline", "F0AD4"), MUSIC_CLEF_ALTO("mdi2m-music-clef-alto", "F0F6E"), MUSIC_CLEF_BASS("mdi2m-music-clef-bass", "F0F6F"), MUSIC_CLEF_TREBLE("mdi2m-music-clef-treble", "F0F70"), MUSIC_NOTE("mdi2m-music-note", "F0387"), MUSIC_NOTE_BLUETOOTH("mdi2m-music-note-bluetooth", "F05FE"), MUSIC_NOTE_BLUETOOTH_OFF("mdi2m-music-note-bluetooth-off", "F05FF"), MUSIC_NOTE_EIGHTH("mdi2m-music-note-eighth", "F0388"), MUSIC_NOTE_EIGHTH_DOTTED("mdi2m-music-note-eighth-dotted", "F0F71"), MUSIC_NOTE_HALF("mdi2m-music-note-half", "F0389"), MUSIC_NOTE_HALF_DOTTED("mdi2m-music-note-half-dotted", "F0F72"), MUSIC_NOTE_MINUS("mdi2m-music-note-minus", "F1B89"), MUSIC_NOTE_OFF("mdi2m-music-note-off", "F038A"), MUSIC_NOTE_OFF_OUTLINE("mdi2m-music-note-off-outline", "F0F73"), MUSIC_NOTE_OUTLINE("mdi2m-music-note-outline", "F0F74"), MUSIC_NOTE_PLUS("mdi2m-music-note-plus", "F0DDE"), MUSIC_NOTE_QUARTER("mdi2m-music-note-quarter", "F038B"), MUSIC_NOTE_QUARTER_DOTTED("mdi2m-music-note-quarter-dotted", "F0F75"), MUSIC_NOTE_SIXTEENTH("mdi2m-music-note-sixteenth", "F038C"), MUSIC_NOTE_SIXTEENTH_DOTTED("mdi2m-music-note-sixteenth-dotted", "F0F76"), MUSIC_NOTE_WHOLE("mdi2m-music-note-whole", "F038D"), MUSIC_NOTE_WHOLE_DOTTED("mdi2m-music-note-whole-dotted", "F0F77"), MUSIC_OFF("mdi2m-music-off", "F075B"), MUSIC_REST_EIGHTH("mdi2m-music-rest-eighth", "F0F78"), MUSIC_REST_HALF("mdi2m-music-rest-half", "F0F79"), MUSIC_REST_QUARTER("mdi2m-music-rest-quarter", "F0F7A"), MUSIC_REST_SIXTEENTH("mdi2m-music-rest-sixteenth", "F0F7B"), MUSIC_REST_WHOLE("mdi2m-music-rest-whole", "F0F7C"), MUSTACHE("mdi2m-mustache", "F15DE"); public static MaterialDesignM findByDescription(String description) { for (MaterialDesignM font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignM(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignMIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignMIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2m-"); } @Override public Ikon resolve(String description) { return MaterialDesignM.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignMIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignMIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignM.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignN.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignN implements Ikon { NAIL("mdi2n-nail", "F0DDF"), NAS("mdi2n-nas", "F08F3"), NATIVESCRIPT("mdi2n-nativescript", "F0880"), NATURE("mdi2n-nature", "F038E"), NATURE_OUTLINE("mdi2n-nature-outline", "F1C71"), NATURE_PEOPLE("mdi2n-nature-people", "F038F"), NATURE_PEOPLE_OUTLINE("mdi2n-nature-people-outline", "F1C72"), NAVIGATION("mdi2n-navigation", "F0390"), NAVIGATION_OUTLINE("mdi2n-navigation-outline", "F1607"), NAVIGATION_VARIANT("mdi2n-navigation-variant", "F18F0"), NAVIGATION_VARIANT_OUTLINE("mdi2n-navigation-variant-outline", "F18F1"), NEAR_ME("mdi2n-near-me", "F05CD"), NECKLACE("mdi2n-necklace", "F0F0B"), NEEDLE("mdi2n-needle", "F0391"), NEEDLE_OFF("mdi2n-needle-off", "F19D2"), NETFLIX("mdi2n-netflix", "F0746"), NETWORK("mdi2n-network", "F06F3"), NETWORK_OFF("mdi2n-network-off", "F0C9B"), NETWORK_OFF_OUTLINE("mdi2n-network-off-outline", "F0C9C"), NETWORK_OUTLINE("mdi2n-network-outline", "F0C9D"), NETWORK_POS("mdi2n-network-pos", "F1ACB"), NETWORK_STRENGTH_1("mdi2n-network-strength-1", "F08F4"), NETWORK_STRENGTH_1_ALERT("mdi2n-network-strength-1-alert", "F08F5"), NETWORK_STRENGTH_2("mdi2n-network-strength-2", "F08F6"), NETWORK_STRENGTH_2_ALERT("mdi2n-network-strength-2-alert", "F08F7"), NETWORK_STRENGTH_3("mdi2n-network-strength-3", "F08F8"), NETWORK_STRENGTH_3_ALERT("mdi2n-network-strength-3-alert", "F08F9"), NETWORK_STRENGTH_4("mdi2n-network-strength-4", "F08FA"), NETWORK_STRENGTH_4_ALERT("mdi2n-network-strength-4-alert", "F08FB"), NETWORK_STRENGTH_4_COG("mdi2n-network-strength-4-cog", "F191A"), NETWORK_STRENGTH_OFF("mdi2n-network-strength-off", "F08FC"), NETWORK_STRENGTH_OFF_OUTLINE("mdi2n-network-strength-off-outline", "F08FD"), NETWORK_STRENGTH_OUTLINE("mdi2n-network-strength-outline", "F08FE"), NEW_BOX("mdi2n-new-box", "F0394"), NEWSPAPER("mdi2n-newspaper", "F0395"), NEWSPAPER_CHECK("mdi2n-newspaper-check", "F1943"), NEWSPAPER_MINUS("mdi2n-newspaper-minus", "F0F0C"), NEWSPAPER_PLUS("mdi2n-newspaper-plus", "F0F0D"), NEWSPAPER_REMOVE("mdi2n-newspaper-remove", "F1944"), NEWSPAPER_VARIANT("mdi2n-newspaper-variant", "F1001"), NEWSPAPER_VARIANT_MULTIPLE("mdi2n-newspaper-variant-multiple", "F1002"), NEWSPAPER_VARIANT_MULTIPLE_OUTLINE("mdi2n-newspaper-variant-multiple-outline", "F1003"), NEWSPAPER_VARIANT_OUTLINE("mdi2n-newspaper-variant-outline", "F1004"), NFC("mdi2n-nfc", "F0396"), NFC_SEARCH_VARIANT("mdi2n-nfc-search-variant", "F0E53"), NFC_TAP("mdi2n-nfc-tap", "F0397"), NFC_VARIANT("mdi2n-nfc-variant", "F0398"), NFC_VARIANT_OFF("mdi2n-nfc-variant-off", "F0E54"), NINJA("mdi2n-ninja", "F0774"), NINTENDO_GAME_BOY("mdi2n-nintendo-game-boy", "F1393"), NINTENDO_SWITCH("mdi2n-nintendo-switch", "F07E1"), NINTENDO_WII("mdi2n-nintendo-wii", "F05AB"), NINTENDO_WIIU("mdi2n-nintendo-wiiu", "F072D"), NIX("mdi2n-nix", "F1105"), NODEJS("mdi2n-nodejs", "F0399"), NOODLES("mdi2n-noodles", "F117E"), NOT_EQUAL("mdi2n-not-equal", "F098D"), NOT_EQUAL_VARIANT("mdi2n-not-equal-variant", "F098E"), NOTE("mdi2n-note", "F039A"), NOTE_ALERT("mdi2n-note-alert", "F177D"), NOTE_ALERT_OUTLINE("mdi2n-note-alert-outline", "F177E"), NOTE_CHECK("mdi2n-note-check", "F177F"), NOTE_CHECK_OUTLINE("mdi2n-note-check-outline", "F1780"), NOTE_EDIT("mdi2n-note-edit", "F1781"), NOTE_EDIT_OUTLINE("mdi2n-note-edit-outline", "F1782"), NOTE_MINUS("mdi2n-note-minus", "F164F"), NOTE_MINUS_OUTLINE("mdi2n-note-minus-outline", "F1650"), NOTE_MULTIPLE("mdi2n-note-multiple", "F06B8"), NOTE_MULTIPLE_OUTLINE("mdi2n-note-multiple-outline", "F06B9"), NOTE_OFF("mdi2n-note-off", "F1783"), NOTE_OFF_OUTLINE("mdi2n-note-off-outline", "F1784"), NOTE_OUTLINE("mdi2n-note-outline", "F039B"), NOTE_PLUS("mdi2n-note-plus", "F039C"), NOTE_PLUS_OUTLINE("mdi2n-note-plus-outline", "F039D"), NOTE_REMOVE("mdi2n-note-remove", "F1651"), NOTE_REMOVE_OUTLINE("mdi2n-note-remove-outline", "F1652"), NOTE_SEARCH("mdi2n-note-search", "F1653"), NOTE_SEARCH_OUTLINE("mdi2n-note-search-outline", "F1654"), NOTE_TEXT("mdi2n-note-text", "F039E"), NOTE_TEXT_OUTLINE("mdi2n-note-text-outline", "F11D7"), NOTEBOOK("mdi2n-notebook", "F082E"), NOTEBOOK_CHECK("mdi2n-notebook-check", "F14F5"), NOTEBOOK_CHECK_OUTLINE("mdi2n-notebook-check-outline", "F14F6"), NOTEBOOK_EDIT("mdi2n-notebook-edit", "F14E7"), NOTEBOOK_EDIT_OUTLINE("mdi2n-notebook-edit-outline", "F14E9"), NOTEBOOK_HEART("mdi2n-notebook-heart", "F1A0B"), NOTEBOOK_HEART_OUTLINE("mdi2n-notebook-heart-outline", "F1A0C"), NOTEBOOK_MINUS("mdi2n-notebook-minus", "F1610"), NOTEBOOK_MINUS_OUTLINE("mdi2n-notebook-minus-outline", "F1611"), NOTEBOOK_MULTIPLE("mdi2n-notebook-multiple", "F0E55"), NOTEBOOK_OUTLINE("mdi2n-notebook-outline", "F0EBF"), NOTEBOOK_PLUS("mdi2n-notebook-plus", "F1612"), NOTEBOOK_PLUS_OUTLINE("mdi2n-notebook-plus-outline", "F1613"), NOTEBOOK_REMOVE("mdi2n-notebook-remove", "F1614"), NOTEBOOK_REMOVE_OUTLINE("mdi2n-notebook-remove-outline", "F1615"), NOTIFICATION_CLEAR_ALL("mdi2n-notification-clear-all", "F039F"), NPM("mdi2n-npm", "F06F7"), NUKE("mdi2n-nuke", "F06A4"), NULL("mdi2n-null", "F07E2"), NUMERIC("mdi2n-numeric", "F03A0"), NUMERIC_0("mdi2n-numeric-0", "F0B39"), NUMERIC_0_BOX("mdi2n-numeric-0-box", "F03A1"), NUMERIC_0_BOX_MULTIPLE("mdi2n-numeric-0-box-multiple", "F0F0E"), NUMERIC_0_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-0-box-multiple-outline", "F03A2"), NUMERIC_0_BOX_OUTLINE("mdi2n-numeric-0-box-outline", "F03A3"), NUMERIC_0_CIRCLE("mdi2n-numeric-0-circle", "F0C9E"), NUMERIC_0_CIRCLE_OUTLINE("mdi2n-numeric-0-circle-outline", "F0C9F"), NUMERIC_1("mdi2n-numeric-1", "F0B3A"), NUMERIC_1_BOX("mdi2n-numeric-1-box", "F03A4"), NUMERIC_1_BOX_MULTIPLE("mdi2n-numeric-1-box-multiple", "F0F0F"), NUMERIC_1_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-1-box-multiple-outline", "F03A5"), NUMERIC_1_BOX_OUTLINE("mdi2n-numeric-1-box-outline", "F03A6"), NUMERIC_1_CIRCLE("mdi2n-numeric-1-circle", "F0CA0"), NUMERIC_1_CIRCLE_OUTLINE("mdi2n-numeric-1-circle-outline", "F0CA1"), NUMERIC_10("mdi2n-numeric-10", "F0FE9"), NUMERIC_10_BOX("mdi2n-numeric-10-box", "F0F7D"), NUMERIC_10_BOX_MULTIPLE("mdi2n-numeric-10-box-multiple", "F0FEA"), NUMERIC_10_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-10-box-multiple-outline", "F0FEB"), NUMERIC_10_BOX_OUTLINE("mdi2n-numeric-10-box-outline", "F0F7E"), NUMERIC_10_CIRCLE("mdi2n-numeric-10-circle", "F0FEC"), NUMERIC_10_CIRCLE_OUTLINE("mdi2n-numeric-10-circle-outline", "F0FED"), NUMERIC_2("mdi2n-numeric-2", "F0B3B"), NUMERIC_2_BOX("mdi2n-numeric-2-box", "F03A7"), NUMERIC_2_BOX_MULTIPLE("mdi2n-numeric-2-box-multiple", "F0F10"), NUMERIC_2_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-2-box-multiple-outline", "F03A8"), NUMERIC_2_BOX_OUTLINE("mdi2n-numeric-2-box-outline", "F03A9"), NUMERIC_2_CIRCLE("mdi2n-numeric-2-circle", "F0CA2"), NUMERIC_2_CIRCLE_OUTLINE("mdi2n-numeric-2-circle-outline", "F0CA3"), NUMERIC_3("mdi2n-numeric-3", "F0B3C"), NUMERIC_3_BOX("mdi2n-numeric-3-box", "F03AA"), NUMERIC_3_BOX_MULTIPLE("mdi2n-numeric-3-box-multiple", "F0F11"), NUMERIC_3_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-3-box-multiple-outline", "F03AB"), NUMERIC_3_BOX_OUTLINE("mdi2n-numeric-3-box-outline", "F03AC"), NUMERIC_3_CIRCLE("mdi2n-numeric-3-circle", "F0CA4"), NUMERIC_3_CIRCLE_OUTLINE("mdi2n-numeric-3-circle-outline", "F0CA5"), NUMERIC_4("mdi2n-numeric-4", "F0B3D"), NUMERIC_4_BOX("mdi2n-numeric-4-box", "F03AD"), NUMERIC_4_BOX_MULTIPLE("mdi2n-numeric-4-box-multiple", "F0F12"), NUMERIC_4_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-4-box-multiple-outline", "F03B2"), NUMERIC_4_BOX_OUTLINE("mdi2n-numeric-4-box-outline", "F03AE"), NUMERIC_4_CIRCLE("mdi2n-numeric-4-circle", "F0CA6"), NUMERIC_4_CIRCLE_OUTLINE("mdi2n-numeric-4-circle-outline", "F0CA7"), NUMERIC_5("mdi2n-numeric-5", "F0B3E"), NUMERIC_5_BOX("mdi2n-numeric-5-box", "F03B1"), NUMERIC_5_BOX_MULTIPLE("mdi2n-numeric-5-box-multiple", "F0F13"), NUMERIC_5_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-5-box-multiple-outline", "F03AF"), NUMERIC_5_BOX_OUTLINE("mdi2n-numeric-5-box-outline", "F03B0"), NUMERIC_5_CIRCLE("mdi2n-numeric-5-circle", "F0CA8"), NUMERIC_5_CIRCLE_OUTLINE("mdi2n-numeric-5-circle-outline", "F0CA9"), NUMERIC_6("mdi2n-numeric-6", "F0B3F"), NUMERIC_6_BOX("mdi2n-numeric-6-box", "F03B3"), NUMERIC_6_BOX_MULTIPLE("mdi2n-numeric-6-box-multiple", "F0F14"), NUMERIC_6_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-6-box-multiple-outline", "F03B4"), NUMERIC_6_BOX_OUTLINE("mdi2n-numeric-6-box-outline", "F03B5"), NUMERIC_6_CIRCLE("mdi2n-numeric-6-circle", "F0CAA"), NUMERIC_6_CIRCLE_OUTLINE("mdi2n-numeric-6-circle-outline", "F0CAB"), NUMERIC_7("mdi2n-numeric-7", "F0B40"), NUMERIC_7_BOX("mdi2n-numeric-7-box", "F03B6"), NUMERIC_7_BOX_MULTIPLE("mdi2n-numeric-7-box-multiple", "F0F15"), NUMERIC_7_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-7-box-multiple-outline", "F03B7"), NUMERIC_7_BOX_OUTLINE("mdi2n-numeric-7-box-outline", "F03B8"), NUMERIC_7_CIRCLE("mdi2n-numeric-7-circle", "F0CAC"), NUMERIC_7_CIRCLE_OUTLINE("mdi2n-numeric-7-circle-outline", "F0CAD"), NUMERIC_8("mdi2n-numeric-8", "F0B41"), NUMERIC_8_BOX("mdi2n-numeric-8-box", "F03B9"), NUMERIC_8_BOX_MULTIPLE("mdi2n-numeric-8-box-multiple", "F0F16"), NUMERIC_8_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-8-box-multiple-outline", "F03BA"), NUMERIC_8_BOX_OUTLINE("mdi2n-numeric-8-box-outline", "F03BB"), NUMERIC_8_CIRCLE("mdi2n-numeric-8-circle", "F0CAE"), NUMERIC_8_CIRCLE_OUTLINE("mdi2n-numeric-8-circle-outline", "F0CAF"), NUMERIC_9("mdi2n-numeric-9", "F0B42"), NUMERIC_9_BOX("mdi2n-numeric-9-box", "F03BC"), NUMERIC_9_BOX_MULTIPLE("mdi2n-numeric-9-box-multiple", "F0F17"), NUMERIC_9_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-9-box-multiple-outline", "F03BD"), NUMERIC_9_BOX_OUTLINE("mdi2n-numeric-9-box-outline", "F03BE"), NUMERIC_9_CIRCLE("mdi2n-numeric-9-circle", "F0CB0"), NUMERIC_9_CIRCLE_OUTLINE("mdi2n-numeric-9-circle-outline", "F0CB1"), NUMERIC_9_PLUS("mdi2n-numeric-9-plus", "F0FEE"), NUMERIC_9_PLUS_BOX("mdi2n-numeric-9-plus-box", "F03BF"), NUMERIC_9_PLUS_BOX_MULTIPLE("mdi2n-numeric-9-plus-box-multiple", "F0F18"), NUMERIC_9_PLUS_BOX_MULTIPLE_OUTLINE("mdi2n-numeric-9-plus-box-multiple-outline", "F03C0"), NUMERIC_9_PLUS_BOX_OUTLINE("mdi2n-numeric-9-plus-box-outline", "F03C1"), NUMERIC_9_PLUS_CIRCLE("mdi2n-numeric-9-plus-circle", "F0CB2"), NUMERIC_9_PLUS_CIRCLE_OUTLINE("mdi2n-numeric-9-plus-circle-outline", "F0CB3"), NUMERIC_NEGATIVE_1("mdi2n-numeric-negative-1", "F1052"), NUMERIC_OFF("mdi2n-numeric-off", "F19D3"), NUMERIC_POSITIVE_1("mdi2n-numeric-positive-1", "F15CB"), NUT("mdi2n-nut", "F06F8"), NUTRITION("mdi2n-nutrition", "F03C2"), NUXT("mdi2n-nuxt", "F1106"); public static MaterialDesignN findByDescription(String description) { for (MaterialDesignN font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignN(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignNIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignNIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2n-"); } @Override public Ikon resolve(String description) { return MaterialDesignN.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignNIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignNIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignN.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignO.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignO implements Ikon { OAR("mdi2o-oar", "F067C"), OCARINA("mdi2o-ocarina", "F0DE0"), OCI("mdi2o-oci", "F12E9"), OCR("mdi2o-ocr", "F113A"), OCTAGON("mdi2o-octagon", "F03C3"), OCTAGON_OUTLINE("mdi2o-octagon-outline", "F03C4"), OCTAGRAM("mdi2o-octagram", "F06F9"), OCTAGRAM_EDIT("mdi2o-octagram-edit", "F1C34"), OCTAGRAM_EDIT_OUTLINE("mdi2o-octagram-edit-outline", "F1C35"), OCTAGRAM_MINUS("mdi2o-octagram-minus", "F1C36"), OCTAGRAM_MINUS_OUTLINE("mdi2o-octagram-minus-outline", "F1C37"), OCTAGRAM_OUTLINE("mdi2o-octagram-outline", "F0775"), OCTAGRAM_PLUS("mdi2o-octagram-plus", "F1C38"), OCTAGRAM_PLUS_OUTLINE("mdi2o-octagram-plus-outline", "F1C39"), OCTAHEDRON("mdi2o-octahedron", "F1950"), OCTAHEDRON_OFF("mdi2o-octahedron-off", "F1951"), ODNOKLASSNIKI("mdi2o-odnoklassniki", "F03C5"), OFFER("mdi2o-offer", "F121B"), OFFICE_BUILDING("mdi2o-office-building", "F0991"), OFFICE_BUILDING_COG("mdi2o-office-building-cog", "F1949"), OFFICE_BUILDING_COG_OUTLINE("mdi2o-office-building-cog-outline", "F194A"), OFFICE_BUILDING_MARKER("mdi2o-office-building-marker", "F1520"), OFFICE_BUILDING_MARKER_OUTLINE("mdi2o-office-building-marker-outline", "F1521"), OFFICE_BUILDING_MINUS("mdi2o-office-building-minus", "F1BAA"), OFFICE_BUILDING_MINUS_OUTLINE("mdi2o-office-building-minus-outline", "F1BAB"), OFFICE_BUILDING_OUTLINE("mdi2o-office-building-outline", "F151F"), OFFICE_BUILDING_PLUS("mdi2o-office-building-plus", "F1BA8"), OFFICE_BUILDING_PLUS_OUTLINE("mdi2o-office-building-plus-outline", "F1BA9"), OFFICE_BUILDING_REMOVE("mdi2o-office-building-remove", "F1BAC"), OFFICE_BUILDING_REMOVE_OUTLINE("mdi2o-office-building-remove-outline", "F1BAD"), OIL("mdi2o-oil", "F03C7"), OIL_LAMP("mdi2o-oil-lamp", "F0F19"), OIL_LEVEL("mdi2o-oil-level", "F1053"), OIL_TEMPERATURE("mdi2o-oil-temperature", "F0FF8"), OM("mdi2o-om", "F0973"), OMEGA("mdi2o-omega", "F03C9"), ONE_UP("mdi2o-one-up", "F0BAD"), ONEPASSWORD("mdi2o-onepassword", "F0881"), OPACITY("mdi2o-opacity", "F05CC"), OPEN_IN_APP("mdi2o-open-in-app", "F03CB"), OPEN_IN_NEW("mdi2o-open-in-new", "F03CC"), OPEN_SOURCE_INITIATIVE("mdi2o-open-source-initiative", "F0BAE"), OPENID("mdi2o-openid", "F03CD"), OPERA("mdi2o-opera", "F03CE"), ORBIT("mdi2o-orbit", "F0018"), ORBIT_VARIANT("mdi2o-orbit-variant", "F15DB"), ORDER_ALPHABETICAL_ASCENDING("mdi2o-order-alphabetical-ascending", "F020D"), ORDER_ALPHABETICAL_DESCENDING("mdi2o-order-alphabetical-descending", "F0D07"), ORDER_BOOL_ASCENDING("mdi2o-order-bool-ascending", "F02BE"), ORDER_BOOL_ASCENDING_VARIANT("mdi2o-order-bool-ascending-variant", "F098F"), ORDER_BOOL_DESCENDING("mdi2o-order-bool-descending", "F1384"), ORDER_BOOL_DESCENDING_VARIANT("mdi2o-order-bool-descending-variant", "F0990"), ORDER_NUMERIC_ASCENDING("mdi2o-order-numeric-ascending", "F0545"), ORDER_NUMERIC_DESCENDING("mdi2o-order-numeric-descending", "F0546"), ORIGIN("mdi2o-origin", "F0B43"), ORNAMENT("mdi2o-ornament", "F03CF"), ORNAMENT_VARIANT("mdi2o-ornament-variant", "F03D0"), OUTDOOR_LAMP("mdi2o-outdoor-lamp", "F1054"), OVERSCAN("mdi2o-overscan", "F1005"), OWL("mdi2o-owl", "F03D2"); public static MaterialDesignO findByDescription(String description) { for (MaterialDesignO font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignO(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignOIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignOIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2o-"); } @Override public Ikon resolve(String description) { return MaterialDesignO.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignOIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignOIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignO.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignP.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignP implements Ikon { PAC_MAN("mdi2p-pac-man", "F0BAF"), PACKAGE("mdi2p-package", "F03D3"), PACKAGE_CHECK("mdi2p-package-check", "F1B51"), PACKAGE_DOWN("mdi2p-package-down", "F03D4"), PACKAGE_UP("mdi2p-package-up", "F03D5"), PACKAGE_VARIANT("mdi2p-package-variant", "F03D6"), PACKAGE_VARIANT_CLOSED("mdi2p-package-variant-closed", "F03D7"), PACKAGE_VARIANT_CLOSED_CHECK("mdi2p-package-variant-closed-check", "F1B52"), PACKAGE_VARIANT_CLOSED_MINUS("mdi2p-package-variant-closed-minus", "F19D4"), PACKAGE_VARIANT_CLOSED_PLUS("mdi2p-package-variant-closed-plus", "F19D5"), PACKAGE_VARIANT_CLOSED_REMOVE("mdi2p-package-variant-closed-remove", "F19D6"), PACKAGE_VARIANT_MINUS("mdi2p-package-variant-minus", "F19D7"), PACKAGE_VARIANT_PLUS("mdi2p-package-variant-plus", "F19D8"), PACKAGE_VARIANT_REMOVE("mdi2p-package-variant-remove", "F19D9"), PAGE_FIRST("mdi2p-page-first", "F0600"), PAGE_LAST("mdi2p-page-last", "F0601"), PAGE_LAYOUT_BODY("mdi2p-page-layout-body", "F06FA"), PAGE_LAYOUT_FOOTER("mdi2p-page-layout-footer", "F06FB"), PAGE_LAYOUT_HEADER("mdi2p-page-layout-header", "F06FC"), PAGE_LAYOUT_HEADER_FOOTER("mdi2p-page-layout-header-footer", "F0F7F"), PAGE_LAYOUT_SIDEBAR_LEFT("mdi2p-page-layout-sidebar-left", "F06FD"), PAGE_LAYOUT_SIDEBAR_RIGHT("mdi2p-page-layout-sidebar-right", "F06FE"), PAGE_NEXT("mdi2p-page-next", "F0BB0"), PAGE_NEXT_OUTLINE("mdi2p-page-next-outline", "F0BB1"), PAGE_PREVIOUS("mdi2p-page-previous", "F0BB2"), PAGE_PREVIOUS_OUTLINE("mdi2p-page-previous-outline", "F0BB3"), PAIL("mdi2p-pail", "F1417"), PAIL_MINUS("mdi2p-pail-minus", "F1437"), PAIL_MINUS_OUTLINE("mdi2p-pail-minus-outline", "F143C"), PAIL_OFF("mdi2p-pail-off", "F1439"), PAIL_OFF_OUTLINE("mdi2p-pail-off-outline", "F143E"), PAIL_OUTLINE("mdi2p-pail-outline", "F143A"), PAIL_PLUS("mdi2p-pail-plus", "F1436"), PAIL_PLUS_OUTLINE("mdi2p-pail-plus-outline", "F143B"), PAIL_REMOVE("mdi2p-pail-remove", "F1438"), PAIL_REMOVE_OUTLINE("mdi2p-pail-remove-outline", "F143D"), PALETTE("mdi2p-palette", "F03D8"), PALETTE_ADVANCED("mdi2p-palette-advanced", "F03D9"), PALETTE_OUTLINE("mdi2p-palette-outline", "F0E0C"), PALETTE_SWATCH("mdi2p-palette-swatch", "F08B5"), PALETTE_SWATCH_OUTLINE("mdi2p-palette-swatch-outline", "F135C"), PALETTE_SWATCH_VARIANT("mdi2p-palette-swatch-variant", "F195A"), PALM_TREE("mdi2p-palm-tree", "F1055"), PAN("mdi2p-pan", "F0BB4"), PAN_BOTTOM_LEFT("mdi2p-pan-bottom-left", "F0BB5"), PAN_BOTTOM_RIGHT("mdi2p-pan-bottom-right", "F0BB6"), PAN_DOWN("mdi2p-pan-down", "F0BB7"), PAN_HORIZONTAL("mdi2p-pan-horizontal", "F0BB8"), PAN_LEFT("mdi2p-pan-left", "F0BB9"), PAN_RIGHT("mdi2p-pan-right", "F0BBA"), PAN_TOP_LEFT("mdi2p-pan-top-left", "F0BBB"), PAN_TOP_RIGHT("mdi2p-pan-top-right", "F0BBC"), PAN_UP("mdi2p-pan-up", "F0BBD"), PAN_VERTICAL("mdi2p-pan-vertical", "F0BBE"), PANDA("mdi2p-panda", "F03DA"), PANDORA("mdi2p-pandora", "F03DB"), PANORAMA("mdi2p-panorama", "F03DC"), PANORAMA_FISHEYE("mdi2p-panorama-fisheye", "F03DD"), PANORAMA_HORIZONTAL("mdi2p-panorama-horizontal", "F1928"), PANORAMA_HORIZONTAL_OUTLINE("mdi2p-panorama-horizontal-outline", "F03DE"), PANORAMA_OUTLINE("mdi2p-panorama-outline", "F198C"), PANORAMA_SPHERE("mdi2p-panorama-sphere", "F198D"), PANORAMA_SPHERE_OUTLINE("mdi2p-panorama-sphere-outline", "F198E"), PANORAMA_VARIANT("mdi2p-panorama-variant", "F198F"), PANORAMA_VARIANT_OUTLINE("mdi2p-panorama-variant-outline", "F1990"), PANORAMA_VERTICAL("mdi2p-panorama-vertical", "F1929"), PANORAMA_VERTICAL_OUTLINE("mdi2p-panorama-vertical-outline", "F03DF"), PANORAMA_WIDE_ANGLE("mdi2p-panorama-wide-angle", "F195F"), PANORAMA_WIDE_ANGLE_OUTLINE("mdi2p-panorama-wide-angle-outline", "F03E0"), PAPER_CUT_VERTICAL("mdi2p-paper-cut-vertical", "F03E1"), PAPER_ROLL("mdi2p-paper-roll", "F1157"), PAPER_ROLL_OUTLINE("mdi2p-paper-roll-outline", "F1158"), PAPERCLIP("mdi2p-paperclip", "F03E2"), PAPERCLIP_CHECK("mdi2p-paperclip-check", "F1AC6"), PAPERCLIP_LOCK("mdi2p-paperclip-lock", "F19DA"), PAPERCLIP_MINUS("mdi2p-paperclip-minus", "F1AC7"), PAPERCLIP_OFF("mdi2p-paperclip-off", "F1AC8"), PAPERCLIP_PLUS("mdi2p-paperclip-plus", "F1AC9"), PAPERCLIP_REMOVE("mdi2p-paperclip-remove", "F1ACA"), PARACHUTE("mdi2p-parachute", "F0CB4"), PARACHUTE_OUTLINE("mdi2p-parachute-outline", "F0CB5"), PARAGLIDING("mdi2p-paragliding", "F1745"), PARKING("mdi2p-parking", "F03E3"), PARTY_POPPER("mdi2p-party-popper", "F1056"), PASSPORT("mdi2p-passport", "F07E3"), PASSPORT_ALERT("mdi2p-passport-alert", "F1CB8"), PASSPORT_BIOMETRIC("mdi2p-passport-biometric", "F0DE1"), PASSPORT_CANCEL("mdi2p-passport-cancel", "F1CB9"), PASSPORT_CHECK("mdi2p-passport-check", "F1CBA"), PASSPORT_MINUS("mdi2p-passport-minus", "F1CBB"), PASSPORT_PLUS("mdi2p-passport-plus", "F1CBC"), PASSPORT_REMOVE("mdi2p-passport-remove", "F1CBD"), PASTA("mdi2p-pasta", "F1160"), PATIO_HEATER("mdi2p-patio-heater", "F0F80"), PATREON("mdi2p-patreon", "F0882"), PAUSE("mdi2p-pause", "F03E4"), PAUSE_BOX("mdi2p-pause-box", "F00BC"), PAUSE_BOX_OUTLINE("mdi2p-pause-box-outline", "F1B7A"), PAUSE_CIRCLE("mdi2p-pause-circle", "F03E5"), PAUSE_CIRCLE_OUTLINE("mdi2p-pause-circle-outline", "F03E6"), PAUSE_OCTAGON("mdi2p-pause-octagon", "F03E7"), PAUSE_OCTAGON_OUTLINE("mdi2p-pause-octagon-outline", "F03E8"), PAW("mdi2p-paw", "F03E9"), PAW_OFF("mdi2p-paw-off", "F0657"), PAW_OFF_OUTLINE("mdi2p-paw-off-outline", "F1676"), PAW_OUTLINE("mdi2p-paw-outline", "F1675"), PEACE("mdi2p-peace", "F0884"), PEANUT("mdi2p-peanut", "F0FFC"), PEANUT_OFF("mdi2p-peanut-off", "F0FFD"), PEANUT_OFF_OUTLINE("mdi2p-peanut-off-outline", "F0FFF"), PEANUT_OUTLINE("mdi2p-peanut-outline", "F0FFE"), PEN("mdi2p-pen", "F03EA"), PEN_LOCK("mdi2p-pen-lock", "F0DE2"), PEN_MINUS("mdi2p-pen-minus", "F0DE3"), PEN_OFF("mdi2p-pen-off", "F0DE4"), PEN_PLUS("mdi2p-pen-plus", "F0DE5"), PEN_REMOVE("mdi2p-pen-remove", "F0DE6"), PENCIL("mdi2p-pencil", "F03EB"), PENCIL_BOX("mdi2p-pencil-box", "F03EC"), PENCIL_BOX_MULTIPLE("mdi2p-pencil-box-multiple", "F1144"), PENCIL_BOX_MULTIPLE_OUTLINE("mdi2p-pencil-box-multiple-outline", "F1145"), PENCIL_BOX_OUTLINE("mdi2p-pencil-box-outline", "F03ED"), PENCIL_CIRCLE("mdi2p-pencil-circle", "F06FF"), PENCIL_CIRCLE_OUTLINE("mdi2p-pencil-circle-outline", "F0776"), PENCIL_LOCK("mdi2p-pencil-lock", "F03EE"), PENCIL_LOCK_OUTLINE("mdi2p-pencil-lock-outline", "F0DE7"), PENCIL_MINUS("mdi2p-pencil-minus", "F0DE8"), PENCIL_MINUS_OUTLINE("mdi2p-pencil-minus-outline", "F0DE9"), PENCIL_OFF("mdi2p-pencil-off", "F03EF"), PENCIL_OFF_OUTLINE("mdi2p-pencil-off-outline", "F0DEA"), PENCIL_OUTLINE("mdi2p-pencil-outline", "F0CB6"), PENCIL_PLUS("mdi2p-pencil-plus", "F0DEB"), PENCIL_PLUS_OUTLINE("mdi2p-pencil-plus-outline", "F0DEC"), PENCIL_REMOVE("mdi2p-pencil-remove", "F0DED"), PENCIL_REMOVE_OUTLINE("mdi2p-pencil-remove-outline", "F0DEE"), PENCIL_RULER("mdi2p-pencil-ruler", "F1353"), PENCIL_RULER_OUTLINE("mdi2p-pencil-ruler-outline", "F1C11"), PENGUIN("mdi2p-penguin", "F0EC0"), PENTAGON("mdi2p-pentagon", "F0701"), PENTAGON_OUTLINE("mdi2p-pentagon-outline", "F0700"), PENTAGRAM("mdi2p-pentagram", "F1667"), PERCENT("mdi2p-percent", "F03F0"), PERCENT_BOX("mdi2p-percent-box", "F1A02"), PERCENT_BOX_OUTLINE("mdi2p-percent-box-outline", "F1A03"), PERCENT_CIRCLE("mdi2p-percent-circle", "F1A04"), PERCENT_CIRCLE_OUTLINE("mdi2p-percent-circle-outline", "F1A05"), PERCENT_OUTLINE("mdi2p-percent-outline", "F1278"), PERIODIC_TABLE("mdi2p-periodic-table", "F08B6"), PERSPECTIVE_LESS("mdi2p-perspective-less", "F0D23"), PERSPECTIVE_MORE("mdi2p-perspective-more", "F0D24"), PH("mdi2p-ph", "F17C5"), PHONE("mdi2p-phone", "F03F2"), PHONE_ALERT("mdi2p-phone-alert", "F0F1A"), PHONE_ALERT_OUTLINE("mdi2p-phone-alert-outline", "F118E"), PHONE_BLUETOOTH("mdi2p-phone-bluetooth", "F03F3"), PHONE_BLUETOOTH_OUTLINE("mdi2p-phone-bluetooth-outline", "F118F"), PHONE_CANCEL("mdi2p-phone-cancel", "F10BC"), PHONE_CANCEL_OUTLINE("mdi2p-phone-cancel-outline", "F1190"), PHONE_CHECK("mdi2p-phone-check", "F11A9"), PHONE_CHECK_OUTLINE("mdi2p-phone-check-outline", "F11AA"), PHONE_CLASSIC("mdi2p-phone-classic", "F0602"), PHONE_CLASSIC_OFF("mdi2p-phone-classic-off", "F1279"), PHONE_CLOCK("mdi2p-phone-clock", "F19DB"), PHONE_DIAL("mdi2p-phone-dial", "F1559"), PHONE_DIAL_OUTLINE("mdi2p-phone-dial-outline", "F155A"), PHONE_FORWARD("mdi2p-phone-forward", "F03F4"), PHONE_FORWARD_OUTLINE("mdi2p-phone-forward-outline", "F1191"), PHONE_HANGUP("mdi2p-phone-hangup", "F03F5"), PHONE_HANGUP_OUTLINE("mdi2p-phone-hangup-outline", "F1192"), PHONE_IN_TALK("mdi2p-phone-in-talk", "F03F6"), PHONE_IN_TALK_OUTLINE("mdi2p-phone-in-talk-outline", "F1182"), PHONE_INCOMING("mdi2p-phone-incoming", "F03F7"), PHONE_INCOMING_OUTGOING("mdi2p-phone-incoming-outgoing", "F1B3F"), PHONE_INCOMING_OUTGOING_OUTLINE("mdi2p-phone-incoming-outgoing-outline", "F1B40"), PHONE_INCOMING_OUTLINE("mdi2p-phone-incoming-outline", "F1193"), PHONE_LOCK("mdi2p-phone-lock", "F03F8"), PHONE_LOCK_OUTLINE("mdi2p-phone-lock-outline", "F1194"), PHONE_LOG("mdi2p-phone-log", "F03F9"), PHONE_LOG_OUTLINE("mdi2p-phone-log-outline", "F1195"), PHONE_MESSAGE("mdi2p-phone-message", "F1196"), PHONE_MESSAGE_OUTLINE("mdi2p-phone-message-outline", "F1197"), PHONE_MINUS("mdi2p-phone-minus", "F0658"), PHONE_MINUS_OUTLINE("mdi2p-phone-minus-outline", "F1198"), PHONE_MISSED("mdi2p-phone-missed", "F03FA"), PHONE_MISSED_OUTLINE("mdi2p-phone-missed-outline", "F11A5"), PHONE_OFF("mdi2p-phone-off", "F0DEF"), PHONE_OFF_OUTLINE("mdi2p-phone-off-outline", "F11A6"), PHONE_OUTGOING("mdi2p-phone-outgoing", "F03FB"), PHONE_OUTGOING_OUTLINE("mdi2p-phone-outgoing-outline", "F1199"), PHONE_OUTLINE("mdi2p-phone-outline", "F0DF0"), PHONE_PAUSED("mdi2p-phone-paused", "F03FC"), PHONE_PAUSED_OUTLINE("mdi2p-phone-paused-outline", "F119A"), PHONE_PLUS("mdi2p-phone-plus", "F0659"), PHONE_PLUS_OUTLINE("mdi2p-phone-plus-outline", "F119B"), PHONE_REFRESH("mdi2p-phone-refresh", "F1993"), PHONE_REFRESH_OUTLINE("mdi2p-phone-refresh-outline", "F1994"), PHONE_REMOVE("mdi2p-phone-remove", "F152F"), PHONE_REMOVE_OUTLINE("mdi2p-phone-remove-outline", "F1530"), PHONE_RETURN("mdi2p-phone-return", "F082F"), PHONE_RETURN_OUTLINE("mdi2p-phone-return-outline", "F119C"), PHONE_RING("mdi2p-phone-ring", "F11AB"), PHONE_RING_OUTLINE("mdi2p-phone-ring-outline", "F11AC"), PHONE_ROTATE_LANDSCAPE("mdi2p-phone-rotate-landscape", "F0885"), PHONE_ROTATE_PORTRAIT("mdi2p-phone-rotate-portrait", "F0886"), PHONE_SETTINGS("mdi2p-phone-settings", "F03FD"), PHONE_SETTINGS_OUTLINE("mdi2p-phone-settings-outline", "F119D"), PHONE_SYNC("mdi2p-phone-sync", "F1995"), PHONE_SYNC_OUTLINE("mdi2p-phone-sync-outline", "F1996"), PHONE_VOIP("mdi2p-phone-voip", "F03FE"), PI("mdi2p-pi", "F03FF"), PI_BOX("mdi2p-pi-box", "F0400"), PI_HOLE("mdi2p-pi-hole", "F0DF1"), PIANO("mdi2p-piano", "F067D"), PIANO_OFF("mdi2p-piano-off", "F0698"), PICKAXE("mdi2p-pickaxe", "F08B7"), PICTURE_IN_PICTURE_BOTTOM_RIGHT("mdi2p-picture-in-picture-bottom-right", "F0E57"), PICTURE_IN_PICTURE_BOTTOM_RIGHT_OUTLINE("mdi2p-picture-in-picture-bottom-right-outline", "F0E58"), PICTURE_IN_PICTURE_TOP_RIGHT("mdi2p-picture-in-picture-top-right", "F0E59"), PICTURE_IN_PICTURE_TOP_RIGHT_OUTLINE("mdi2p-picture-in-picture-top-right-outline", "F0E5A"), PIER("mdi2p-pier", "F0887"), PIER_CRANE("mdi2p-pier-crane", "F0888"), PIG("mdi2p-pig", "F0401"), PIG_VARIANT("mdi2p-pig-variant", "F1006"), PIG_VARIANT_OUTLINE("mdi2p-pig-variant-outline", "F1678"), PIGGY_BANK("mdi2p-piggy-bank", "F1007"), PIGGY_BANK_OUTLINE("mdi2p-piggy-bank-outline", "F1679"), PILL("mdi2p-pill", "F0402"), PILL_MULTIPLE("mdi2p-pill-multiple", "F1B4C"), PILL_OFF("mdi2p-pill-off", "F1A5C"), PILLAR("mdi2p-pillar", "F0702"), PIN("mdi2p-pin", "F0403"), PIN_OFF("mdi2p-pin-off", "F0404"), PIN_OFF_OUTLINE("mdi2p-pin-off-outline", "F0930"), PIN_OUTLINE("mdi2p-pin-outline", "F0931"), PINE_TREE("mdi2p-pine-tree", "F0405"), PINE_TREE_BOX("mdi2p-pine-tree-box", "F0406"), PINE_TREE_FIRE("mdi2p-pine-tree-fire", "F141A"), PINE_TREE_VARIANT("mdi2p-pine-tree-variant", "F1C73"), PINE_TREE_VARIANT_OUTLINE("mdi2p-pine-tree-variant-outline", "F1C74"), PINTEREST("mdi2p-pinterest", "F0407"), PINWHEEL("mdi2p-pinwheel", "F0AD5"), PINWHEEL_OUTLINE("mdi2p-pinwheel-outline", "F0AD6"), PIPE("mdi2p-pipe", "F07E5"), PIPE_DISCONNECTED("mdi2p-pipe-disconnected", "F07E6"), PIPE_LEAK("mdi2p-pipe-leak", "F0889"), PIPE_VALVE("mdi2p-pipe-valve", "F184D"), PIPE_WRENCH("mdi2p-pipe-wrench", "F1354"), PIRATE("mdi2p-pirate", "F0A08"), PISTOL("mdi2p-pistol", "F0703"), PISTON("mdi2p-piston", "F088A"), PITCHFORK("mdi2p-pitchfork", "F1553"), PIZZA("mdi2p-pizza", "F0409"), PLANE_CAR("mdi2p-plane-car", "F1AFF"), PLANE_TRAIN("mdi2p-plane-train", "F1B00"), PLAY("mdi2p-play", "F040A"), PLAY_BOX("mdi2p-play-box", "F127A"), PLAY_BOX_EDIT_OUTLINE("mdi2p-play-box-edit-outline", "F1C3A"), PLAY_BOX_LOCK("mdi2p-play-box-lock", "F1A16"), PLAY_BOX_LOCK_OPEN("mdi2p-play-box-lock-open", "F1A17"), PLAY_BOX_LOCK_OPEN_OUTLINE("mdi2p-play-box-lock-open-outline", "F1A18"), PLAY_BOX_LOCK_OUTLINE("mdi2p-play-box-lock-outline", "F1A19"), PLAY_BOX_MULTIPLE("mdi2p-play-box-multiple", "F0D19"), PLAY_BOX_MULTIPLE_OUTLINE("mdi2p-play-box-multiple-outline", "F13E6"), PLAY_BOX_OUTLINE("mdi2p-play-box-outline", "F040B"), PLAY_CIRCLE("mdi2p-play-circle", "F040C"), PLAY_CIRCLE_OUTLINE("mdi2p-play-circle-outline", "F040D"), PLAY_NETWORK("mdi2p-play-network", "F088B"), PLAY_NETWORK_OUTLINE("mdi2p-play-network-outline", "F0CB7"), PLAY_OUTLINE("mdi2p-play-outline", "F0F1B"), PLAY_PAUSE("mdi2p-play-pause", "F040E"), PLAY_PROTECTED_CONTENT("mdi2p-play-protected-content", "F040F"), PLAY_SPEED("mdi2p-play-speed", "F08FF"), PLAYLIST_CHECK("mdi2p-playlist-check", "F05C7"), PLAYLIST_EDIT("mdi2p-playlist-edit", "F0900"), PLAYLIST_MINUS("mdi2p-playlist-minus", "F0410"), PLAYLIST_MUSIC("mdi2p-playlist-music", "F0CB8"), PLAYLIST_MUSIC_OUTLINE("mdi2p-playlist-music-outline", "F0CB9"), PLAYLIST_PLAY("mdi2p-playlist-play", "F0411"), PLAYLIST_PLUS("mdi2p-playlist-plus", "F0412"), PLAYLIST_REMOVE("mdi2p-playlist-remove", "F0413"), PLAYLIST_STAR("mdi2p-playlist-star", "F0DF2"), PLEX("mdi2p-plex", "F06BA"), PLIERS("mdi2p-pliers", "F19A4"), PLUS("mdi2p-plus", "F0415"), PLUS_BOX("mdi2p-plus-box", "F0416"), PLUS_BOX_MULTIPLE("mdi2p-plus-box-multiple", "F0334"), PLUS_BOX_MULTIPLE_OUTLINE("mdi2p-plus-box-multiple-outline", "F1143"), PLUS_BOX_OUTLINE("mdi2p-plus-box-outline", "F0704"), PLUS_CIRCLE("mdi2p-plus-circle", "F0417"), PLUS_CIRCLE_MULTIPLE("mdi2p-plus-circle-multiple", "F034C"), PLUS_CIRCLE_MULTIPLE_OUTLINE("mdi2p-plus-circle-multiple-outline", "F0418"), PLUS_CIRCLE_OUTLINE("mdi2p-plus-circle-outline", "F0419"), PLUS_LOCK("mdi2p-plus-lock", "F1A5D"), PLUS_LOCK_OPEN("mdi2p-plus-lock-open", "F1A5E"), PLUS_MINUS("mdi2p-plus-minus", "F0992"), PLUS_MINUS_BOX("mdi2p-plus-minus-box", "F0993"), PLUS_MINUS_VARIANT("mdi2p-plus-minus-variant", "F14C9"), PLUS_NETWORK("mdi2p-plus-network", "F041A"), PLUS_NETWORK_OUTLINE("mdi2p-plus-network-outline", "F0CBA"), PLUS_OUTLINE("mdi2p-plus-outline", "F0705"), PLUS_THICK("mdi2p-plus-thick", "F11EC"), POCKET("mdi2p-pocket", "F1CBE"), PODCAST("mdi2p-podcast", "F0994"), PODIUM("mdi2p-podium", "F0D25"), PODIUM_BRONZE("mdi2p-podium-bronze", "F0D26"), PODIUM_GOLD("mdi2p-podium-gold", "F0D27"), PODIUM_SILVER("mdi2p-podium-silver", "F0D28"), POINT_OF_SALE("mdi2p-point-of-sale", "F0D92"), POKEBALL("mdi2p-pokeball", "F041D"), POKEMON_GO("mdi2p-pokemon-go", "F0A09"), POKER_CHIP("mdi2p-poker-chip", "F0830"), POLAROID("mdi2p-polaroid", "F041E"), POLICE_BADGE("mdi2p-police-badge", "F1167"), POLICE_BADGE_OUTLINE("mdi2p-police-badge-outline", "F1168"), POLICE_STATION("mdi2p-police-station", "F1839"), POLL("mdi2p-poll", "F041F"), POLO("mdi2p-polo", "F14C3"), POLYMER("mdi2p-polymer", "F0421"), POOL("mdi2p-pool", "F0606"), POOL_THERMOMETER("mdi2p-pool-thermometer", "F1A5F"), POPCORN("mdi2p-popcorn", "F0422"), POST("mdi2p-post", "F1008"), POST_LAMP("mdi2p-post-lamp", "F1A60"), POST_OUTLINE("mdi2p-post-outline", "F1009"), POSTAGE_STAMP("mdi2p-postage-stamp", "F0CBB"), POT("mdi2p-pot", "F02E5"), POT_MIX("mdi2p-pot-mix", "F065B"), POT_MIX_OUTLINE("mdi2p-pot-mix-outline", "F0677"), POT_OUTLINE("mdi2p-pot-outline", "F02FF"), POT_STEAM("mdi2p-pot-steam", "F065A"), POT_STEAM_OUTLINE("mdi2p-pot-steam-outline", "F0326"), POUND("mdi2p-pound", "F0423"), POUND_BOX("mdi2p-pound-box", "F0424"), POUND_BOX_OUTLINE("mdi2p-pound-box-outline", "F117F"), POWER("mdi2p-power", "F0425"), POWER_CYCLE("mdi2p-power-cycle", "F0901"), POWER_OFF("mdi2p-power-off", "F0902"), POWER_ON("mdi2p-power-on", "F0903"), POWER_PLUG("mdi2p-power-plug", "F06A5"), POWER_PLUG_BATTERY("mdi2p-power-plug-battery", "F1C3B"), POWER_PLUG_BATTERY_OUTLINE("mdi2p-power-plug-battery-outline", "F1C3C"), POWER_PLUG_OFF("mdi2p-power-plug-off", "F06A6"), POWER_PLUG_OFF_OUTLINE("mdi2p-power-plug-off-outline", "F1424"), POWER_PLUG_OUTLINE("mdi2p-power-plug-outline", "F1425"), POWER_SETTINGS("mdi2p-power-settings", "F0426"), POWER_SLEEP("mdi2p-power-sleep", "F0904"), POWER_SOCKET("mdi2p-power-socket", "F0427"), POWER_SOCKET_AU("mdi2p-power-socket-au", "F0905"), POWER_SOCKET_CH("mdi2p-power-socket-ch", "F0FB3"), POWER_SOCKET_DE("mdi2p-power-socket-de", "F1107"), POWER_SOCKET_EU("mdi2p-power-socket-eu", "F07E7"), POWER_SOCKET_FR("mdi2p-power-socket-fr", "F1108"), POWER_SOCKET_IT("mdi2p-power-socket-it", "F14FF"), POWER_SOCKET_JP("mdi2p-power-socket-jp", "F1109"), POWER_SOCKET_UK("mdi2p-power-socket-uk", "F07E8"), POWER_SOCKET_US("mdi2p-power-socket-us", "F07E9"), POWER_STANDBY("mdi2p-power-standby", "F0906"), POWERSHELL("mdi2p-powershell", "F0A0A"), PRESCRIPTION("mdi2p-prescription", "F0706"), PRESENTATION("mdi2p-presentation", "F0428"), PRESENTATION_PLAY("mdi2p-presentation-play", "F0429"), PRETZEL("mdi2p-pretzel", "F1562"), PRINTER("mdi2p-printer", "F042A"), PRINTER_3D("mdi2p-printer-3d", "F042B"), PRINTER_3D_NOZZLE("mdi2p-printer-3d-nozzle", "F0E5B"), PRINTER_3D_NOZZLE_ALERT("mdi2p-printer-3d-nozzle-alert", "F11C0"), PRINTER_3D_NOZZLE_ALERT_OUTLINE("mdi2p-printer-3d-nozzle-alert-outline", "F11C1"), PRINTER_3D_NOZZLE_HEAT("mdi2p-printer-3d-nozzle-heat", "F18B8"), PRINTER_3D_NOZZLE_HEAT_OUTLINE("mdi2p-printer-3d-nozzle-heat-outline", "F18B9"), PRINTER_3D_NOZZLE_OFF("mdi2p-printer-3d-nozzle-off", "F1B19"), PRINTER_3D_NOZZLE_OFF_OUTLINE("mdi2p-printer-3d-nozzle-off-outline", "F1B1A"), PRINTER_3D_NOZZLE_OUTLINE("mdi2p-printer-3d-nozzle-outline", "F0E5C"), PRINTER_3D_OFF("mdi2p-printer-3d-off", "F1B0E"), PRINTER_ALERT("mdi2p-printer-alert", "F042C"), PRINTER_CHECK("mdi2p-printer-check", "F1146"), PRINTER_EYE("mdi2p-printer-eye", "F1458"), PRINTER_OFF("mdi2p-printer-off", "F0E5D"), PRINTER_OFF_OUTLINE("mdi2p-printer-off-outline", "F1785"), PRINTER_OUTLINE("mdi2p-printer-outline", "F1786"), PRINTER_POS("mdi2p-printer-pos", "F1057"), PRINTER_POS_ALERT("mdi2p-printer-pos-alert", "F1BBC"), PRINTER_POS_ALERT_OUTLINE("mdi2p-printer-pos-alert-outline", "F1BBD"), PRINTER_POS_CANCEL("mdi2p-printer-pos-cancel", "F1BBE"), PRINTER_POS_CANCEL_OUTLINE("mdi2p-printer-pos-cancel-outline", "F1BBF"), PRINTER_POS_CHECK("mdi2p-printer-pos-check", "F1BC0"), PRINTER_POS_CHECK_OUTLINE("mdi2p-printer-pos-check-outline", "F1BC1"), PRINTER_POS_COG("mdi2p-printer-pos-cog", "F1BC2"), PRINTER_POS_COG_OUTLINE("mdi2p-printer-pos-cog-outline", "F1BC3"), PRINTER_POS_EDIT("mdi2p-printer-pos-edit", "F1BC4"), PRINTER_POS_EDIT_OUTLINE("mdi2p-printer-pos-edit-outline", "F1BC5"), PRINTER_POS_MINUS("mdi2p-printer-pos-minus", "F1BC6"), PRINTER_POS_MINUS_OUTLINE("mdi2p-printer-pos-minus-outline", "F1BC7"), PRINTER_POS_NETWORK("mdi2p-printer-pos-network", "F1BC8"), PRINTER_POS_NETWORK_OUTLINE("mdi2p-printer-pos-network-outline", "F1BC9"), PRINTER_POS_OFF("mdi2p-printer-pos-off", "F1BCA"), PRINTER_POS_OFF_OUTLINE("mdi2p-printer-pos-off-outline", "F1BCB"), PRINTER_POS_OUTLINE("mdi2p-printer-pos-outline", "F1BCC"), PRINTER_POS_PAUSE("mdi2p-printer-pos-pause", "F1BCD"), PRINTER_POS_PAUSE_OUTLINE("mdi2p-printer-pos-pause-outline", "F1BCE"), PRINTER_POS_PLAY("mdi2p-printer-pos-play", "F1BCF"), PRINTER_POS_PLAY_OUTLINE("mdi2p-printer-pos-play-outline", "F1BD0"), PRINTER_POS_PLUS("mdi2p-printer-pos-plus", "F1BD1"), PRINTER_POS_PLUS_OUTLINE("mdi2p-printer-pos-plus-outline", "F1BD2"), PRINTER_POS_REFRESH("mdi2p-printer-pos-refresh", "F1BD3"), PRINTER_POS_REFRESH_OUTLINE("mdi2p-printer-pos-refresh-outline", "F1BD4"), PRINTER_POS_REMOVE("mdi2p-printer-pos-remove", "F1BD5"), PRINTER_POS_REMOVE_OUTLINE("mdi2p-printer-pos-remove-outline", "F1BD6"), PRINTER_POS_STAR("mdi2p-printer-pos-star", "F1BD7"), PRINTER_POS_STAR_OUTLINE("mdi2p-printer-pos-star-outline", "F1BD8"), PRINTER_POS_STOP("mdi2p-printer-pos-stop", "F1BD9"), PRINTER_POS_STOP_OUTLINE("mdi2p-printer-pos-stop-outline", "F1BDA"), PRINTER_POS_SYNC("mdi2p-printer-pos-sync", "F1BDB"), PRINTER_POS_SYNC_OUTLINE("mdi2p-printer-pos-sync-outline", "F1BDC"), PRINTER_POS_WRENCH("mdi2p-printer-pos-wrench", "F1BDD"), PRINTER_POS_WRENCH_OUTLINE("mdi2p-printer-pos-wrench-outline", "F1BDE"), PRINTER_SEARCH("mdi2p-printer-search", "F1457"), PRINTER_SETTINGS("mdi2p-printer-settings", "F0707"), PRINTER_WIRELESS("mdi2p-printer-wireless", "F0A0B"), PRIORITY_HIGH("mdi2p-priority-high", "F0603"), PRIORITY_LOW("mdi2p-priority-low", "F0604"), PROFESSIONAL_HEXAGON("mdi2p-professional-hexagon", "F042D"), PROGRESS_ALERT("mdi2p-progress-alert", "F0CBC"), PROGRESS_CHECK("mdi2p-progress-check", "F0995"), PROGRESS_CLOCK("mdi2p-progress-clock", "F0996"), PROGRESS_CLOSE("mdi2p-progress-close", "F110A"), PROGRESS_DOWNLOAD("mdi2p-progress-download", "F0997"), PROGRESS_HELPER("mdi2p-progress-helper", "F1BA2"), PROGRESS_PENCIL("mdi2p-progress-pencil", "F1787"), PROGRESS_QUESTION("mdi2p-progress-question", "F1522"), PROGRESS_STAR("mdi2p-progress-star", "F1788"), PROGRESS_STAR_FOUR_POINTS("mdi2p-progress-star-four-points", "F1C3D"), PROGRESS_TAG("mdi2p-progress-tag", "F1D0D"), PROGRESS_UPLOAD("mdi2p-progress-upload", "F0998"), PROGRESS_WRENCH("mdi2p-progress-wrench", "F0CBD"), PROJECTOR("mdi2p-projector", "F042E"), PROJECTOR_OFF("mdi2p-projector-off", "F1A23"), PROJECTOR_SCREEN("mdi2p-projector-screen", "F042F"), PROJECTOR_SCREEN_OFF("mdi2p-projector-screen-off", "F180D"), PROJECTOR_SCREEN_OFF_OUTLINE("mdi2p-projector-screen-off-outline", "F180E"), PROJECTOR_SCREEN_OUTLINE("mdi2p-projector-screen-outline", "F1724"), PROJECTOR_SCREEN_VARIANT("mdi2p-projector-screen-variant", "F180F"), PROJECTOR_SCREEN_VARIANT_OFF("mdi2p-projector-screen-variant-off", "F1810"), PROJECTOR_SCREEN_VARIANT_OFF_OUTLINE("mdi2p-projector-screen-variant-off-outline", "F1811"), PROJECTOR_SCREEN_VARIANT_OUTLINE("mdi2p-projector-screen-variant-outline", "F1812"), PROPANE_TANK("mdi2p-propane-tank", "F1357"), PROPANE_TANK_OUTLINE("mdi2p-propane-tank-outline", "F1358"), PROTOCOL("mdi2p-protocol", "F0FD8"), PUBLISH("mdi2p-publish", "F06A7"), PUBLISH_OFF("mdi2p-publish-off", "F1945"), PULSE("mdi2p-pulse", "F0430"), PUMP("mdi2p-pump", "F1402"), PUMP_OFF("mdi2p-pump-off", "F1B22"), PUMPKIN("mdi2p-pumpkin", "F0BBF"), PURSE("mdi2p-purse", "F0F1C"), PURSE_OUTLINE("mdi2p-purse-outline", "F0F1D"), PUZZLE("mdi2p-puzzle", "F0431"), PUZZLE_CHECK("mdi2p-puzzle-check", "F1426"), PUZZLE_CHECK_OUTLINE("mdi2p-puzzle-check-outline", "F1427"), PUZZLE_EDIT("mdi2p-puzzle-edit", "F14D3"), PUZZLE_EDIT_OUTLINE("mdi2p-puzzle-edit-outline", "F14D9"), PUZZLE_HEART("mdi2p-puzzle-heart", "F14D4"), PUZZLE_HEART_OUTLINE("mdi2p-puzzle-heart-outline", "F14DA"), PUZZLE_MINUS("mdi2p-puzzle-minus", "F14D1"), PUZZLE_MINUS_OUTLINE("mdi2p-puzzle-minus-outline", "F14D7"), PUZZLE_OUTLINE("mdi2p-puzzle-outline", "F0A66"), PUZZLE_PLUS("mdi2p-puzzle-plus", "F14D0"), PUZZLE_PLUS_OUTLINE("mdi2p-puzzle-plus-outline", "F14D6"), PUZZLE_REMOVE("mdi2p-puzzle-remove", "F14D2"), PUZZLE_REMOVE_OUTLINE("mdi2p-puzzle-remove-outline", "F14D8"), PUZZLE_STAR("mdi2p-puzzle-star", "F14D5"), PUZZLE_STAR_OUTLINE("mdi2p-puzzle-star-outline", "F14DB"), PYRAMID("mdi2p-pyramid", "F1952"), PYRAMID_OFF("mdi2p-pyramid-off", "F1953"); public static MaterialDesignP findByDescription(String description) { for (MaterialDesignP font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignP(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignPIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignPIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2p-"); } @Override public Ikon resolve(String description) { return MaterialDesignP.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignPIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignPIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignP.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignQ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignQ implements Ikon { QI("mdi2q-qi", "F0999"), QQCHAT("mdi2q-qqchat", "F0605"), QRCODE("mdi2q-qrcode", "F0432"), QRCODE_EDIT("mdi2q-qrcode-edit", "F08B8"), QRCODE_MINUS("mdi2q-qrcode-minus", "F118C"), QRCODE_PLUS("mdi2q-qrcode-plus", "F118B"), QRCODE_REMOVE("mdi2q-qrcode-remove", "F118D"), QRCODE_SCAN("mdi2q-qrcode-scan", "F0433"), QUADCOPTER("mdi2q-quadcopter", "F0434"), QUALITY_HIGH("mdi2q-quality-high", "F0435"), QUALITY_LOW("mdi2q-quality-low", "F0A0C"), QUALITY_MEDIUM("mdi2q-quality-medium", "F0A0D"), QUEUE_FIRST_IN_LAST_OUT("mdi2q-queue-first-in-last-out", "F1CAF"), QUORA("mdi2q-quora", "F0D29"); public static MaterialDesignQ findByDescription(String description) { for (MaterialDesignQ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignQ(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignQIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignQIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2q-"); } @Override public Ikon resolve(String description) { return MaterialDesignQ.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignQIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignQIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignQ.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignR.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignR implements Ikon { RABBIT("mdi2r-rabbit", "F0907"), RABBIT_VARIANT("mdi2r-rabbit-variant", "F1A61"), RABBIT_VARIANT_OUTLINE("mdi2r-rabbit-variant-outline", "F1A62"), RACING_HELMET("mdi2r-racing-helmet", "F0D93"), RACQUETBALL("mdi2r-racquetball", "F0D94"), RADAR("mdi2r-radar", "F0437"), RADIATOR("mdi2r-radiator", "F0438"), RADIATOR_DISABLED("mdi2r-radiator-disabled", "F0AD7"), RADIATOR_OFF("mdi2r-radiator-off", "F0AD8"), RADIO("mdi2r-radio", "F0439"), RADIO_AM("mdi2r-radio-am", "F0CBE"), RADIO_FM("mdi2r-radio-fm", "F0CBF"), RADIO_HANDHELD("mdi2r-radio-handheld", "F043A"), RADIO_OFF("mdi2r-radio-off", "F121C"), RADIO_TOWER("mdi2r-radio-tower", "F043B"), RADIOACTIVE("mdi2r-radioactive", "F043C"), RADIOACTIVE_CIRCLE("mdi2r-radioactive-circle", "F185D"), RADIOACTIVE_CIRCLE_OUTLINE("mdi2r-radioactive-circle-outline", "F185E"), RADIOACTIVE_OFF("mdi2r-radioactive-off", "F0EC1"), RADIOBOX_BLANK("mdi2r-radiobox-blank", "F043D"), RADIOBOX_INDETERMINATE_VARIANT("mdi2r-radiobox-indeterminate-variant", "F1C5E"), RADIOBOX_MARKED("mdi2r-radiobox-marked", "F043E"), RADIOLOGY_BOX("mdi2r-radiology-box", "F14C5"), RADIOLOGY_BOX_OUTLINE("mdi2r-radiology-box-outline", "F14C6"), RADIUS("mdi2r-radius", "F0CC0"), RADIUS_OUTLINE("mdi2r-radius-outline", "F0CC1"), RAILROAD_LIGHT("mdi2r-railroad-light", "F0F1E"), RAKE("mdi2r-rake", "F1544"), RASPBERRY_PI("mdi2r-raspberry-pi", "F043F"), RAW("mdi2r-raw", "F1A0F"), RAW_OFF("mdi2r-raw-off", "F1A10"), RAY_END("mdi2r-ray-end", "F0440"), RAY_END_ARROW("mdi2r-ray-end-arrow", "F0441"), RAY_START("mdi2r-ray-start", "F0442"), RAY_START_ARROW("mdi2r-ray-start-arrow", "F0443"), RAY_START_END("mdi2r-ray-start-end", "F0444"), RAY_START_VERTEX_END("mdi2r-ray-start-vertex-end", "F15D8"), RAY_VERTEX("mdi2r-ray-vertex", "F0445"), RAZOR_DOUBLE_EDGE("mdi2r-razor-double-edge", "F1997"), RAZOR_SINGLE_EDGE("mdi2r-razor-single-edge", "F1998"), REACT("mdi2r-react", "F0708"), READ("mdi2r-read", "F0447"), RECEIPT("mdi2r-receipt", "F0824"), RECEIPT_CLOCK("mdi2r-receipt-clock", "F1C3E"), RECEIPT_CLOCK_OUTLINE("mdi2r-receipt-clock-outline", "F1C3F"), RECEIPT_OUTLINE("mdi2r-receipt-outline", "F04F7"), RECEIPT_SEND("mdi2r-receipt-send", "F1C40"), RECEIPT_SEND_OUTLINE("mdi2r-receipt-send-outline", "F1C41"), RECEIPT_TEXT("mdi2r-receipt-text", "F0449"), RECEIPT_TEXT_ARROW_LEFT("mdi2r-receipt-text-arrow-left", "F1C42"), RECEIPT_TEXT_ARROW_LEFT_OUTLINE("mdi2r-receipt-text-arrow-left-outline", "F1C43"), RECEIPT_TEXT_ARROW_RIGHT("mdi2r-receipt-text-arrow-right", "F1C44"), RECEIPT_TEXT_ARROW_RIGHT_OUTLINE("mdi2r-receipt-text-arrow-right-outline", "F1C45"), RECEIPT_TEXT_CHECK("mdi2r-receipt-text-check", "F1A63"), RECEIPT_TEXT_CHECK_OUTLINE("mdi2r-receipt-text-check-outline", "F1A64"), RECEIPT_TEXT_CLOCK("mdi2r-receipt-text-clock", "F1C46"), RECEIPT_TEXT_CLOCK_OUTLINE("mdi2r-receipt-text-clock-outline", "F1C47"), RECEIPT_TEXT_EDIT("mdi2r-receipt-text-edit", "F1C48"), RECEIPT_TEXT_EDIT_OUTLINE("mdi2r-receipt-text-edit-outline", "F1C49"), RECEIPT_TEXT_MINUS("mdi2r-receipt-text-minus", "F1A65"), RECEIPT_TEXT_MINUS_OUTLINE("mdi2r-receipt-text-minus-outline", "F1A66"), RECEIPT_TEXT_OUTLINE("mdi2r-receipt-text-outline", "F19DC"), RECEIPT_TEXT_PLUS("mdi2r-receipt-text-plus", "F1A67"), RECEIPT_TEXT_PLUS_OUTLINE("mdi2r-receipt-text-plus-outline", "F1A68"), RECEIPT_TEXT_REMOVE("mdi2r-receipt-text-remove", "F1A69"), RECEIPT_TEXT_REMOVE_OUTLINE("mdi2r-receipt-text-remove-outline", "F1A6A"), RECEIPT_TEXT_SEND("mdi2r-receipt-text-send", "F1C4A"), RECEIPT_TEXT_SEND_OUTLINE("mdi2r-receipt-text-send-outline", "F1C4B"), RECORD("mdi2r-record", "F044A"), RECORD_CIRCLE("mdi2r-record-circle", "F0EC2"), RECORD_CIRCLE_OUTLINE("mdi2r-record-circle-outline", "F0EC3"), RECORD_PLAYER("mdi2r-record-player", "F099A"), RECORD_REC("mdi2r-record-rec", "F044B"), RECTANGLE("mdi2r-rectangle", "F0E5E"), RECTANGLE_OUTLINE("mdi2r-rectangle-outline", "F0E5F"), RECYCLE("mdi2r-recycle", "F044C"), RECYCLE_VARIANT("mdi2r-recycle-variant", "F139D"), REDDIT("mdi2r-reddit", "F044D"), REDHAT("mdi2r-redhat", "F111B"), REDO("mdi2r-redo", "F044E"), REDO_VARIANT("mdi2r-redo-variant", "F044F"), REFLECT_HORIZONTAL("mdi2r-reflect-horizontal", "F0A0E"), REFLECT_VERTICAL("mdi2r-reflect-vertical", "F0A0F"), REFRESH("mdi2r-refresh", "F0450"), REFRESH_AUTO("mdi2r-refresh-auto", "F18F2"), REFRESH_CIRCLE("mdi2r-refresh-circle", "F1377"), REGEX("mdi2r-regex", "F0451"), REGISTERED_TRADEMARK("mdi2r-registered-trademark", "F0A67"), REITERATE("mdi2r-reiterate", "F1588"), RELATION_MANY_TO_MANY("mdi2r-relation-many-to-many", "F1496"), RELATION_MANY_TO_ONE("mdi2r-relation-many-to-one", "F1497"), RELATION_MANY_TO_ONE_OR_MANY("mdi2r-relation-many-to-one-or-many", "F1498"), RELATION_MANY_TO_ONLY_ONE("mdi2r-relation-many-to-only-one", "F1499"), RELATION_MANY_TO_ZERO_OR_MANY("mdi2r-relation-many-to-zero-or-many", "F149A"), RELATION_MANY_TO_ZERO_OR_ONE("mdi2r-relation-many-to-zero-or-one", "F149B"), RELATION_ONE_OR_MANY_TO_MANY("mdi2r-relation-one-or-many-to-many", "F149C"), RELATION_ONE_OR_MANY_TO_ONE("mdi2r-relation-one-or-many-to-one", "F149D"), RELATION_ONE_OR_MANY_TO_ONE_OR_MANY("mdi2r-relation-one-or-many-to-one-or-many", "F149E"), RELATION_ONE_OR_MANY_TO_ONLY_ONE("mdi2r-relation-one-or-many-to-only-one", "F149F"), RELATION_ONE_OR_MANY_TO_ZERO_OR_MANY("mdi2r-relation-one-or-many-to-zero-or-many", "F14A0"), RELATION_ONE_OR_MANY_TO_ZERO_OR_ONE("mdi2r-relation-one-or-many-to-zero-or-one", "F14A1"), RELATION_ONE_TO_MANY("mdi2r-relation-one-to-many", "F14A2"), RELATION_ONE_TO_ONE("mdi2r-relation-one-to-one", "F14A3"), RELATION_ONE_TO_ONE_OR_MANY("mdi2r-relation-one-to-one-or-many", "F14A4"), RELATION_ONE_TO_ONLY_ONE("mdi2r-relation-one-to-only-one", "F14A5"), RELATION_ONE_TO_ZERO_OR_MANY("mdi2r-relation-one-to-zero-or-many", "F14A6"), RELATION_ONE_TO_ZERO_OR_ONE("mdi2r-relation-one-to-zero-or-one", "F14A7"), RELATION_ONLY_ONE_TO_MANY("mdi2r-relation-only-one-to-many", "F14A8"), RELATION_ONLY_ONE_TO_ONE("mdi2r-relation-only-one-to-one", "F14A9"), RELATION_ONLY_ONE_TO_ONE_OR_MANY("mdi2r-relation-only-one-to-one-or-many", "F14AA"), RELATION_ONLY_ONE_TO_ONLY_ONE("mdi2r-relation-only-one-to-only-one", "F14AB"), RELATION_ONLY_ONE_TO_ZERO_OR_MANY("mdi2r-relation-only-one-to-zero-or-many", "F14AC"), RELATION_ONLY_ONE_TO_ZERO_OR_ONE("mdi2r-relation-only-one-to-zero-or-one", "F14AD"), RELATION_ZERO_OR_MANY_TO_MANY("mdi2r-relation-zero-or-many-to-many", "F14AE"), RELATION_ZERO_OR_MANY_TO_ONE("mdi2r-relation-zero-or-many-to-one", "F14AF"), RELATION_ZERO_OR_MANY_TO_ONE_OR_MANY("mdi2r-relation-zero-or-many-to-one-or-many", "F14B0"), RELATION_ZERO_OR_MANY_TO_ONLY_ONE("mdi2r-relation-zero-or-many-to-only-one", "F14B1"), RELATION_ZERO_OR_MANY_TO_ZERO_OR_MANY("mdi2r-relation-zero-or-many-to-zero-or-many", "F14B2"), RELATION_ZERO_OR_MANY_TO_ZERO_OR_ONE("mdi2r-relation-zero-or-many-to-zero-or-one", "F14B3"), RELATION_ZERO_OR_ONE_TO_MANY("mdi2r-relation-zero-or-one-to-many", "F14B4"), RELATION_ZERO_OR_ONE_TO_ONE("mdi2r-relation-zero-or-one-to-one", "F14B5"), RELATION_ZERO_OR_ONE_TO_ONE_OR_MANY("mdi2r-relation-zero-or-one-to-one-or-many", "F14B6"), RELATION_ZERO_OR_ONE_TO_ONLY_ONE("mdi2r-relation-zero-or-one-to-only-one", "F14B7"), RELATION_ZERO_OR_ONE_TO_ZERO_OR_MANY("mdi2r-relation-zero-or-one-to-zero-or-many", "F14B8"), RELATION_ZERO_OR_ONE_TO_ZERO_OR_ONE("mdi2r-relation-zero-or-one-to-zero-or-one", "F14B9"), RELATIVE_SCALE("mdi2r-relative-scale", "F0452"), RELOAD("mdi2r-reload", "F0453"), RELOAD_ALERT("mdi2r-reload-alert", "F110B"), REMINDER("mdi2r-reminder", "F088C"), REMOTE("mdi2r-remote", "F0454"), REMOTE_DESKTOP("mdi2r-remote-desktop", "F08B9"), REMOTE_OFF("mdi2r-remote-off", "F0EC4"), REMOTE_TV("mdi2r-remote-tv", "F0EC5"), REMOTE_TV_OFF("mdi2r-remote-tv-off", "F0EC6"), RENAME("mdi2r-rename", "F1C18"), RENAME_BOX("mdi2r-rename-box", "F0455"), RENAME_BOX_OUTLINE("mdi2r-rename-box-outline", "F1C19"), RENAME_OUTLINE("mdi2r-rename-outline", "F1C1A"), REORDER_HORIZONTAL("mdi2r-reorder-horizontal", "F0688"), REORDER_VERTICAL("mdi2r-reorder-vertical", "F0689"), REPEAT("mdi2r-repeat", "F0456"), REPEAT_OFF("mdi2r-repeat-off", "F0457"), REPEAT_ONCE("mdi2r-repeat-once", "F0458"), REPEAT_VARIANT("mdi2r-repeat-variant", "F0547"), REPLAY("mdi2r-replay", "F0459"), REPLY("mdi2r-reply", "F045A"), REPLY_ALL("mdi2r-reply-all", "F045B"), REPLY_ALL_OUTLINE("mdi2r-reply-all-outline", "F0F1F"), REPLY_CIRCLE("mdi2r-reply-circle", "F11AE"), REPLY_OUTLINE("mdi2r-reply-outline", "F0F20"), REPRODUCTION("mdi2r-reproduction", "F045C"), RESISTOR("mdi2r-resistor", "F0B44"), RESISTOR_NODES("mdi2r-resistor-nodes", "F0B45"), RESIZE("mdi2r-resize", "F0A68"), RESIZE_BOTTOM_RIGHT("mdi2r-resize-bottom-right", "F045D"), RESPONSIVE("mdi2r-responsive", "F045E"), RESTART("mdi2r-restart", "F0709"), RESTART_ALERT("mdi2r-restart-alert", "F110C"), RESTART_OFF("mdi2r-restart-off", "F0D95"), RESTORE("mdi2r-restore", "F099B"), RESTORE_ALERT("mdi2r-restore-alert", "F110D"), REWIND("mdi2r-rewind", "F045F"), REWIND_10("mdi2r-rewind-10", "F0D2A"), REWIND_15("mdi2r-rewind-15", "F1946"), REWIND_30("mdi2r-rewind-30", "F0D96"), REWIND_45("mdi2r-rewind-45", "F1B13"), REWIND_5("mdi2r-rewind-5", "F11F9"), REWIND_60("mdi2r-rewind-60", "F160C"), REWIND_OUTLINE("mdi2r-rewind-outline", "F070A"), RHOMBUS("mdi2r-rhombus", "F070B"), RHOMBUS_MEDIUM("mdi2r-rhombus-medium", "F0A10"), RHOMBUS_MEDIUM_OUTLINE("mdi2r-rhombus-medium-outline", "F14DC"), RHOMBUS_OUTLINE("mdi2r-rhombus-outline", "F070C"), RHOMBUS_SPLIT("mdi2r-rhombus-split", "F0A11"), RHOMBUS_SPLIT_OUTLINE("mdi2r-rhombus-split-outline", "F14DD"), RIBBON("mdi2r-ribbon", "F0460"), RICE("mdi2r-rice", "F07EA"), RICKSHAW("mdi2r-rickshaw", "F15BB"), RICKSHAW_ELECTRIC("mdi2r-rickshaw-electric", "F15BC"), RING("mdi2r-ring", "F07EB"), RIVET("mdi2r-rivet", "F0E60"), ROAD("mdi2r-road", "F0461"), ROAD_VARIANT("mdi2r-road-variant", "F0462"), ROBBER("mdi2r-robber", "F1058"), ROBOT("mdi2r-robot", "F06A9"), ROBOT_ANGRY("mdi2r-robot-angry", "F169D"), ROBOT_ANGRY_OUTLINE("mdi2r-robot-angry-outline", "F169E"), ROBOT_CONFUSED("mdi2r-robot-confused", "F169F"), ROBOT_CONFUSED_OUTLINE("mdi2r-robot-confused-outline", "F16A0"), ROBOT_DEAD("mdi2r-robot-dead", "F16A1"), ROBOT_DEAD_OUTLINE("mdi2r-robot-dead-outline", "F16A2"), ROBOT_EXCITED("mdi2r-robot-excited", "F16A3"), ROBOT_EXCITED_OUTLINE("mdi2r-robot-excited-outline", "F16A4"), ROBOT_HAPPY("mdi2r-robot-happy", "F1719"), ROBOT_HAPPY_OUTLINE("mdi2r-robot-happy-outline", "F171A"), ROBOT_INDUSTRIAL("mdi2r-robot-industrial", "F0B46"), ROBOT_INDUSTRIAL_OUTLINE("mdi2r-robot-industrial-outline", "F1A1A"), ROBOT_LOVE("mdi2r-robot-love", "F16A5"), ROBOT_LOVE_OUTLINE("mdi2r-robot-love-outline", "F16A6"), ROBOT_MOWER("mdi2r-robot-mower", "F11F7"), ROBOT_MOWER_OUTLINE("mdi2r-robot-mower-outline", "F11F3"), ROBOT_OFF("mdi2r-robot-off", "F16A7"), ROBOT_OFF_OUTLINE("mdi2r-robot-off-outline", "F167B"), ROBOT_OUTLINE("mdi2r-robot-outline", "F167A"), ROBOT_VACUUM("mdi2r-robot-vacuum", "F070D"), ROBOT_VACUUM_ALERT("mdi2r-robot-vacuum-alert", "F1B5D"), ROBOT_VACUUM_OFF("mdi2r-robot-vacuum-off", "F1C01"), ROBOT_VACUUM_VARIANT("mdi2r-robot-vacuum-variant", "F0908"), ROBOT_VACUUM_VARIANT_ALERT("mdi2r-robot-vacuum-variant-alert", "F1B5E"), ROBOT_VACUUM_VARIANT_OFF("mdi2r-robot-vacuum-variant-off", "F1C02"), ROCKET("mdi2r-rocket", "F0463"), ROCKET_LAUNCH("mdi2r-rocket-launch", "F14DE"), ROCKET_LAUNCH_OUTLINE("mdi2r-rocket-launch-outline", "F14DF"), ROCKET_OUTLINE("mdi2r-rocket-outline", "F13AF"), RODENT("mdi2r-rodent", "F1327"), ROLLER_SHADE("mdi2r-roller-shade", "F1A6B"), ROLLER_SHADE_CLOSED("mdi2r-roller-shade-closed", "F1A6C"), ROLLER_SKATE("mdi2r-roller-skate", "F0D2B"), ROLLER_SKATE_OFF("mdi2r-roller-skate-off", "F0145"), ROLLERBLADE("mdi2r-rollerblade", "F0D2C"), ROLLERBLADE_OFF("mdi2r-rollerblade-off", "F002E"), ROLLUPJS("mdi2r-rollupjs", "F0BC0"), ROLODEX("mdi2r-rolodex", "F1AB9"), ROLODEX_OUTLINE("mdi2r-rolodex-outline", "F1ABA"), ROMAN_NUMERAL_1("mdi2r-roman-numeral-1", "F1088"), ROMAN_NUMERAL_10("mdi2r-roman-numeral-10", "F1091"), ROMAN_NUMERAL_2("mdi2r-roman-numeral-2", "F1089"), ROMAN_NUMERAL_3("mdi2r-roman-numeral-3", "F108A"), ROMAN_NUMERAL_4("mdi2r-roman-numeral-4", "F108B"), ROMAN_NUMERAL_5("mdi2r-roman-numeral-5", "F108C"), ROMAN_NUMERAL_6("mdi2r-roman-numeral-6", "F108D"), ROMAN_NUMERAL_7("mdi2r-roman-numeral-7", "F108E"), ROMAN_NUMERAL_8("mdi2r-roman-numeral-8", "F108F"), ROMAN_NUMERAL_9("mdi2r-roman-numeral-9", "F1090"), ROOM_SERVICE("mdi2r-room-service", "F088D"), ROOM_SERVICE_OUTLINE("mdi2r-room-service-outline", "F0D97"), ROTATE_360("mdi2r-rotate-360", "F1999"), ROTATE_3D("mdi2r-rotate-3d", "F0EC7"), ROTATE_3D_VARIANT("mdi2r-rotate-3d-variant", "F0464"), ROTATE_LEFT("mdi2r-rotate-left", "F0465"), ROTATE_LEFT_VARIANT("mdi2r-rotate-left-variant", "F0466"), ROTATE_ORBIT("mdi2r-rotate-orbit", "F0D98"), ROTATE_RIGHT("mdi2r-rotate-right", "F0467"), ROTATE_RIGHT_VARIANT("mdi2r-rotate-right-variant", "F0468"), ROUNDED_CORNER("mdi2r-rounded-corner", "F0607"), ROUTER("mdi2r-router", "F11E2"), ROUTER_NETWORK("mdi2r-router-network", "F1087"), ROUTER_NETWORK_WIRELESS("mdi2r-router-network-wireless", "F1C97"), ROUTER_WIRELESS("mdi2r-router-wireless", "F0469"), ROUTER_WIRELESS_OFF("mdi2r-router-wireless-off", "F15A3"), ROUTER_WIRELESS_SETTINGS("mdi2r-router-wireless-settings", "F0A69"), ROUTES("mdi2r-routes", "F046A"), ROUTES_CLOCK("mdi2r-routes-clock", "F1059"), ROWING("mdi2r-rowing", "F0608"), RSS("mdi2r-rss", "F046B"), RSS_BOX("mdi2r-rss-box", "F046C"), RSS_OFF("mdi2r-rss-off", "F0F21"), RUG("mdi2r-rug", "F1475"), RUGBY("mdi2r-rugby", "F0D99"), RULER("mdi2r-ruler", "F046D"), RULER_SQUARE("mdi2r-ruler-square", "F0CC2"), RULER_SQUARE_COMPASS("mdi2r-ruler-square-compass", "F0EBE"), RUN("mdi2r-run", "F070E"), RUN_FAST("mdi2r-run-fast", "F046E"), RV_TRUCK("mdi2r-rv-truck", "F11D4"); public static MaterialDesignR findByDescription(String description) { for (MaterialDesignR font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignR(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignRIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignRIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2r-"); } @Override public Ikon resolve(String description) { return MaterialDesignR.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignRIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignRIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignR.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignS.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignS implements Ikon { SACK("mdi2s-sack", "F0D2E"), SACK_OUTLINE("mdi2s-sack-outline", "F1C4C"), SACK_PERCENT("mdi2s-sack-percent", "F0D2F"), SAFE("mdi2s-safe", "F0A6A"), SAFE_SQUARE("mdi2s-safe-square", "F127C"), SAFE_SQUARE_OUTLINE("mdi2s-safe-square-outline", "F127D"), SAFETY_GOGGLES("mdi2s-safety-goggles", "F0D30"), SAIL_BOAT("mdi2s-sail-boat", "F0EC8"), SAIL_BOAT_SINK("mdi2s-sail-boat-sink", "F1AEF"), SALE("mdi2s-sale", "F046F"), SALE_OUTLINE("mdi2s-sale-outline", "F1A06"), SALESFORCE("mdi2s-salesforce", "F088E"), SASS("mdi2s-sass", "F07EC"), SATELLITE("mdi2s-satellite", "F0470"), SATELLITE_UPLINK("mdi2s-satellite-uplink", "F0909"), SATELLITE_VARIANT("mdi2s-satellite-variant", "F0471"), SAUSAGE("mdi2s-sausage", "F08BA"), SAUSAGE_OFF("mdi2s-sausage-off", "F1789"), SAW_BLADE("mdi2s-saw-blade", "F0E61"), SAWTOOTH_WAVE("mdi2s-sawtooth-wave", "F147A"), SAXOPHONE("mdi2s-saxophone", "F0609"), SCALE("mdi2s-scale", "F0472"), SCALE_BALANCE("mdi2s-scale-balance", "F05D1"), SCALE_BATHROOM("mdi2s-scale-bathroom", "F0473"), SCALE_OFF("mdi2s-scale-off", "F105A"), SCALE_UNBALANCED("mdi2s-scale-unbalanced", "F19B8"), SCAN_HELPER("mdi2s-scan-helper", "F13D8"), SCANNER("mdi2s-scanner", "F06AB"), SCANNER_OFF("mdi2s-scanner-off", "F090A"), SCATTER_PLOT("mdi2s-scatter-plot", "F0EC9"), SCATTER_PLOT_OUTLINE("mdi2s-scatter-plot-outline", "F0ECA"), SCENT("mdi2s-scent", "F1958"), SCENT_OFF("mdi2s-scent-off", "F1959"), SCHOOL("mdi2s-school", "F0474"), SCHOOL_OUTLINE("mdi2s-school-outline", "F1180"), SCISSORS_CUTTING("mdi2s-scissors-cutting", "F0A6B"), SCOOTER("mdi2s-scooter", "F15BD"), SCOOTER_ELECTRIC("mdi2s-scooter-electric", "F15BE"), SCOREBOARD("mdi2s-scoreboard", "F127E"), SCOREBOARD_OUTLINE("mdi2s-scoreboard-outline", "F127F"), SCREEN_ROTATION("mdi2s-screen-rotation", "F0475"), SCREEN_ROTATION_LOCK("mdi2s-screen-rotation-lock", "F0478"), SCREW_FLAT_TOP("mdi2s-screw-flat-top", "F0DF3"), SCREW_LAG("mdi2s-screw-lag", "F0DF4"), SCREW_MACHINE_FLAT_TOP("mdi2s-screw-machine-flat-top", "F0DF5"), SCREW_MACHINE_ROUND_TOP("mdi2s-screw-machine-round-top", "F0DF6"), SCREW_ROUND_TOP("mdi2s-screw-round-top", "F0DF7"), SCREWDRIVER("mdi2s-screwdriver", "F0476"), SCRIPT("mdi2s-script", "F0BC1"), SCRIPT_OUTLINE("mdi2s-script-outline", "F0477"), SCRIPT_TEXT("mdi2s-script-text", "F0BC2"), SCRIPT_TEXT_KEY("mdi2s-script-text-key", "F1725"), SCRIPT_TEXT_KEY_OUTLINE("mdi2s-script-text-key-outline", "F1726"), SCRIPT_TEXT_OUTLINE("mdi2s-script-text-outline", "F0BC3"), SCRIPT_TEXT_PLAY("mdi2s-script-text-play", "F1727"), SCRIPT_TEXT_PLAY_OUTLINE("mdi2s-script-text-play-outline", "F1728"), SD("mdi2s-sd", "F0479"), SEAL("mdi2s-seal", "F047A"), SEAL_VARIANT("mdi2s-seal-variant", "F0FD9"), SEARCH_WEB("mdi2s-search-web", "F070F"), SEAT("mdi2s-seat", "F0CC3"), SEAT_FLAT("mdi2s-seat-flat", "F047B"), SEAT_FLAT_ANGLED("mdi2s-seat-flat-angled", "F047C"), SEAT_INDIVIDUAL_SUITE("mdi2s-seat-individual-suite", "F047D"), SEAT_LEGROOM_EXTRA("mdi2s-seat-legroom-extra", "F047E"), SEAT_LEGROOM_NORMAL("mdi2s-seat-legroom-normal", "F047F"), SEAT_LEGROOM_REDUCED("mdi2s-seat-legroom-reduced", "F0480"), SEAT_OUTLINE("mdi2s-seat-outline", "F0CC4"), SEAT_PASSENGER("mdi2s-seat-passenger", "F1249"), SEAT_RECLINE_EXTRA("mdi2s-seat-recline-extra", "F0481"), SEAT_RECLINE_NORMAL("mdi2s-seat-recline-normal", "F0482"), SEATBELT("mdi2s-seatbelt", "F0CC5"), SECURITY("mdi2s-security", "F0483"), SECURITY_NETWORK("mdi2s-security-network", "F0484"), SEED("mdi2s-seed", "F0E62"), SEED_OFF("mdi2s-seed-off", "F13FD"), SEED_OFF_OUTLINE("mdi2s-seed-off-outline", "F13FE"), SEED_OUTLINE("mdi2s-seed-outline", "F0E63"), SEED_PLUS("mdi2s-seed-plus", "F1A6D"), SEED_PLUS_OUTLINE("mdi2s-seed-plus-outline", "F1A6E"), SEESAW("mdi2s-seesaw", "F15A4"), SEGMENT("mdi2s-segment", "F0ECB"), SELECT("mdi2s-select", "F0485"), SELECT_ALL("mdi2s-select-all", "F0486"), SELECT_ARROW_DOWN("mdi2s-select-arrow-down", "F1B59"), SELECT_ARROW_UP("mdi2s-select-arrow-up", "F1B58"), SELECT_COLOR("mdi2s-select-color", "F0D31"), SELECT_COMPARE("mdi2s-select-compare", "F0AD9"), SELECT_DRAG("mdi2s-select-drag", "F0A6C"), SELECT_GROUP("mdi2s-select-group", "F0F82"), SELECT_INVERSE("mdi2s-select-inverse", "F0487"), SELECT_MARKER("mdi2s-select-marker", "F1280"), SELECT_MULTIPLE("mdi2s-select-multiple", "F1281"), SELECT_MULTIPLE_MARKER("mdi2s-select-multiple-marker", "F1282"), SELECT_OFF("mdi2s-select-off", "F0488"), SELECT_PLACE("mdi2s-select-place", "F0FDA"), SELECT_REMOVE("mdi2s-select-remove", "F17C1"), SELECT_SEARCH("mdi2s-select-search", "F1204"), SELECTION("mdi2s-selection", "F0489"), SELECTION_DRAG("mdi2s-selection-drag", "F0A6D"), SELECTION_ELLIPSE("mdi2s-selection-ellipse", "F0D32"), SELECTION_ELLIPSE_ARROW_INSIDE("mdi2s-selection-ellipse-arrow-inside", "F0F22"), SELECTION_ELLIPSE_REMOVE("mdi2s-selection-ellipse-remove", "F17C2"), SELECTION_MARKER("mdi2s-selection-marker", "F1283"), SELECTION_MULTIPLE("mdi2s-selection-multiple", "F1285"), SELECTION_MULTIPLE_MARKER("mdi2s-selection-multiple-marker", "F1284"), SELECTION_OFF("mdi2s-selection-off", "F0777"), SELECTION_REMOVE("mdi2s-selection-remove", "F17C3"), SELECTION_SEARCH("mdi2s-selection-search", "F1205"), SEMANTIC_WEB("mdi2s-semantic-web", "F1316"), SEND("mdi2s-send", "F048A"), SEND_CHECK("mdi2s-send-check", "F1161"), SEND_CHECK_OUTLINE("mdi2s-send-check-outline", "F1162"), SEND_CIRCLE("mdi2s-send-circle", "F0DF8"), SEND_CIRCLE_OUTLINE("mdi2s-send-circle-outline", "F0DF9"), SEND_CLOCK("mdi2s-send-clock", "F1163"), SEND_CLOCK_OUTLINE("mdi2s-send-clock-outline", "F1164"), SEND_LOCK("mdi2s-send-lock", "F07ED"), SEND_LOCK_OUTLINE("mdi2s-send-lock-outline", "F1166"), SEND_OUTLINE("mdi2s-send-outline", "F1165"), SEND_VARIANT("mdi2s-send-variant", "F1C4D"), SEND_VARIANT_CLOCK("mdi2s-send-variant-clock", "F1C7E"), SEND_VARIANT_CLOCK_OUTLINE("mdi2s-send-variant-clock-outline", "F1C7F"), SEND_VARIANT_OUTLINE("mdi2s-send-variant-outline", "F1C4E"), SERIAL_PORT("mdi2s-serial-port", "F065C"), SERVER("mdi2s-server", "F048B"), SERVER_MINUS("mdi2s-server-minus", "F048C"), SERVER_MINUS_OUTLINE("mdi2s-server-minus-outline", "F1C98"), SERVER_NETWORK("mdi2s-server-network", "F048D"), SERVER_NETWORK_OFF("mdi2s-server-network-off", "F048E"), SERVER_NETWORK_OUTLINE("mdi2s-server-network-outline", "F1C99"), SERVER_OFF("mdi2s-server-off", "F048F"), SERVER_OUTLINE("mdi2s-server-outline", "F1C9A"), SERVER_PLUS("mdi2s-server-plus", "F0490"), SERVER_PLUS_OUTLINE("mdi2s-server-plus-outline", "F1C9B"), SERVER_REMOVE("mdi2s-server-remove", "F0491"), SERVER_SECURITY("mdi2s-server-security", "F0492"), SET_ALL("mdi2s-set-all", "F0778"), SET_CENTER("mdi2s-set-center", "F0779"), SET_CENTER_RIGHT("mdi2s-set-center-right", "F077A"), SET_LEFT("mdi2s-set-left", "F077B"), SET_LEFT_CENTER("mdi2s-set-left-center", "F077C"), SET_LEFT_RIGHT("mdi2s-set-left-right", "F077D"), SET_MERGE("mdi2s-set-merge", "F14E0"), SET_NONE("mdi2s-set-none", "F077E"), SET_RIGHT("mdi2s-set-right", "F077F"), SET_SPLIT("mdi2s-set-split", "F14E1"), SET_SQUARE("mdi2s-set-square", "F145D"), SET_TOP_BOX("mdi2s-set-top-box", "F099F"), SETTINGS_HELPER("mdi2s-settings-helper", "F0A6E"), SHAKER("mdi2s-shaker", "F110E"), SHAKER_OUTLINE("mdi2s-shaker-outline", "F110F"), SHAPE("mdi2s-shape", "F0831"), SHAPE_CIRCLE_PLUS("mdi2s-shape-circle-plus", "F065D"), SHAPE_OUTLINE("mdi2s-shape-outline", "F0832"), SHAPE_OVAL_PLUS("mdi2s-shape-oval-plus", "F11FA"), SHAPE_PLUS("mdi2s-shape-plus", "F0495"), SHAPE_PLUS_OUTLINE("mdi2s-shape-plus-outline", "F1C4F"), SHAPE_POLYGON_PLUS("mdi2s-shape-polygon-plus", "F065E"), SHAPE_RECTANGLE_PLUS("mdi2s-shape-rectangle-plus", "F065F"), SHAPE_SQUARE_PLUS("mdi2s-shape-square-plus", "F0660"), SHAPE_SQUARE_ROUNDED_PLUS("mdi2s-shape-square-rounded-plus", "F14FA"), SHARE("mdi2s-share", "F0496"), SHARE_ALL("mdi2s-share-all", "F11F4"), SHARE_ALL_OUTLINE("mdi2s-share-all-outline", "F11F5"), SHARE_CIRCLE("mdi2s-share-circle", "F11AD"), SHARE_OFF("mdi2s-share-off", "F0F23"), SHARE_OFF_OUTLINE("mdi2s-share-off-outline", "F0F24"), SHARE_OUTLINE("mdi2s-share-outline", "F0932"), SHARE_VARIANT("mdi2s-share-variant", "F0497"), SHARE_VARIANT_OUTLINE("mdi2s-share-variant-outline", "F1514"), SHARK("mdi2s-shark", "F18BA"), SHARK_FIN("mdi2s-shark-fin", "F1673"), SHARK_FIN_OUTLINE("mdi2s-shark-fin-outline", "F1674"), SHARK_OFF("mdi2s-shark-off", "F18BB"), SHEEP("mdi2s-sheep", "F0CC6"), SHIELD("mdi2s-shield", "F0498"), SHIELD_ACCOUNT("mdi2s-shield-account", "F088F"), SHIELD_ACCOUNT_OUTLINE("mdi2s-shield-account-outline", "F0A12"), SHIELD_ACCOUNT_VARIANT("mdi2s-shield-account-variant", "F15A7"), SHIELD_ACCOUNT_VARIANT_OUTLINE("mdi2s-shield-account-variant-outline", "F15A8"), SHIELD_AIRPLANE("mdi2s-shield-airplane", "F06BB"), SHIELD_AIRPLANE_OUTLINE("mdi2s-shield-airplane-outline", "F0CC7"), SHIELD_ALERT("mdi2s-shield-alert", "F0ECC"), SHIELD_ALERT_OUTLINE("mdi2s-shield-alert-outline", "F0ECD"), SHIELD_BUG("mdi2s-shield-bug", "F13DA"), SHIELD_BUG_OUTLINE("mdi2s-shield-bug-outline", "F13DB"), SHIELD_CAR("mdi2s-shield-car", "F0F83"), SHIELD_CHECK("mdi2s-shield-check", "F0565"), SHIELD_CHECK_OUTLINE("mdi2s-shield-check-outline", "F0CC8"), SHIELD_CROSS("mdi2s-shield-cross", "F0CC9"), SHIELD_CROSS_OUTLINE("mdi2s-shield-cross-outline", "F0CCA"), SHIELD_CROWN("mdi2s-shield-crown", "F18BC"), SHIELD_CROWN_OUTLINE("mdi2s-shield-crown-outline", "F18BD"), SHIELD_EDIT("mdi2s-shield-edit", "F11A0"), SHIELD_EDIT_OUTLINE("mdi2s-shield-edit-outline", "F11A1"), SHIELD_HALF("mdi2s-shield-half", "F1360"), SHIELD_HALF_FULL("mdi2s-shield-half-full", "F0780"), SHIELD_HOME("mdi2s-shield-home", "F068A"), SHIELD_HOME_OUTLINE("mdi2s-shield-home-outline", "F0CCB"), SHIELD_KEY("mdi2s-shield-key", "F0BC4"), SHIELD_KEY_OUTLINE("mdi2s-shield-key-outline", "F0BC5"), SHIELD_LINK_VARIANT("mdi2s-shield-link-variant", "F0D33"), SHIELD_LINK_VARIANT_OUTLINE("mdi2s-shield-link-variant-outline", "F0D34"), SHIELD_LOCK("mdi2s-shield-lock", "F099D"), SHIELD_LOCK_OPEN("mdi2s-shield-lock-open", "F199A"), SHIELD_LOCK_OPEN_OUTLINE("mdi2s-shield-lock-open-outline", "F199B"), SHIELD_LOCK_OUTLINE("mdi2s-shield-lock-outline", "F0CCC"), SHIELD_MOON("mdi2s-shield-moon", "F1828"), SHIELD_MOON_OUTLINE("mdi2s-shield-moon-outline", "F1829"), SHIELD_OFF("mdi2s-shield-off", "F099E"), SHIELD_OFF_OUTLINE("mdi2s-shield-off-outline", "F099C"), SHIELD_OUTLINE("mdi2s-shield-outline", "F0499"), SHIELD_PLUS("mdi2s-shield-plus", "F0ADA"), SHIELD_PLUS_OUTLINE("mdi2s-shield-plus-outline", "F0ADB"), SHIELD_REFRESH("mdi2s-shield-refresh", "F00AA"), SHIELD_REFRESH_OUTLINE("mdi2s-shield-refresh-outline", "F01E0"), SHIELD_REMOVE("mdi2s-shield-remove", "F0ADC"), SHIELD_REMOVE_OUTLINE("mdi2s-shield-remove-outline", "F0ADD"), SHIELD_SEARCH("mdi2s-shield-search", "F0D9A"), SHIELD_STAR("mdi2s-shield-star", "F113B"), SHIELD_STAR_OUTLINE("mdi2s-shield-star-outline", "F113C"), SHIELD_SUN("mdi2s-shield-sun", "F105D"), SHIELD_SUN_OUTLINE("mdi2s-shield-sun-outline", "F105E"), SHIELD_SWORD("mdi2s-shield-sword", "F18BE"), SHIELD_SWORD_OUTLINE("mdi2s-shield-sword-outline", "F18BF"), SHIELD_SYNC("mdi2s-shield-sync", "F11A2"), SHIELD_SYNC_OUTLINE("mdi2s-shield-sync-outline", "F11A3"), SHIMMER("mdi2s-shimmer", "F1545"), SHIP_WHEEL("mdi2s-ship-wheel", "F0833"), SHIPPING_PALLET("mdi2s-shipping-pallet", "F184E"), SHOE_BALLET("mdi2s-shoe-ballet", "F15CA"), SHOE_CLEAT("mdi2s-shoe-cleat", "F15C7"), SHOE_FORMAL("mdi2s-shoe-formal", "F0B47"), SHOE_HEEL("mdi2s-shoe-heel", "F0B48"), SHOE_PRINT("mdi2s-shoe-print", "F0DFA"), SHOE_SNEAKER("mdi2s-shoe-sneaker", "F15C8"), SHOPPING("mdi2s-shopping", "F049A"), SHOPPING_MUSIC("mdi2s-shopping-music", "F049B"), SHOPPING_OUTLINE("mdi2s-shopping-outline", "F11D5"), SHOPPING_SEARCH("mdi2s-shopping-search", "F0F84"), SHOPPING_SEARCH_OUTLINE("mdi2s-shopping-search-outline", "F1A6F"), SHORE("mdi2s-shore", "F14F9"), SHOVEL("mdi2s-shovel", "F0710"), SHOVEL_OFF("mdi2s-shovel-off", "F0711"), SHOWER("mdi2s-shower", "F09A0"), SHOWER_HEAD("mdi2s-shower-head", "F09A1"), SHREDDER("mdi2s-shredder", "F049C"), SHUFFLE("mdi2s-shuffle", "F049D"), SHUFFLE_DISABLED("mdi2s-shuffle-disabled", "F049E"), SHUFFLE_VARIANT("mdi2s-shuffle-variant", "F049F"), SHURIKEN("mdi2s-shuriken", "F137F"), SICKLE("mdi2s-sickle", "F18C0"), SIGMA("mdi2s-sigma", "F04A0"), SIGMA_LOWER("mdi2s-sigma-lower", "F062B"), SIGN_CAUTION("mdi2s-sign-caution", "F04A1"), SIGN_DIRECTION("mdi2s-sign-direction", "F0781"), SIGN_DIRECTION_MINUS("mdi2s-sign-direction-minus", "F1000"), SIGN_DIRECTION_PLUS("mdi2s-sign-direction-plus", "F0FDC"), SIGN_DIRECTION_REMOVE("mdi2s-sign-direction-remove", "F0FDD"), SIGN_LANGUAGE("mdi2s-sign-language", "F1B4D"), SIGN_LANGUAGE_OUTLINE("mdi2s-sign-language-outline", "F1B4E"), SIGN_POLE("mdi2s-sign-pole", "F14F8"), SIGN_REAL_ESTATE("mdi2s-sign-real-estate", "F1118"), SIGN_TEXT("mdi2s-sign-text", "F0782"), SIGN_YIELD("mdi2s-sign-yield", "F1BAF"), SIGNAL("mdi2s-signal", "F04A2"), SIGNAL_2G("mdi2s-signal-2g", "F0712"), SIGNAL_3G("mdi2s-signal-3g", "F0713"), SIGNAL_4G("mdi2s-signal-4g", "F0714"), SIGNAL_5G("mdi2s-signal-5g", "F0A6F"), SIGNAL_CELLULAR_1("mdi2s-signal-cellular-1", "F08BC"), SIGNAL_CELLULAR_2("mdi2s-signal-cellular-2", "F08BD"), SIGNAL_CELLULAR_3("mdi2s-signal-cellular-3", "F08BE"), SIGNAL_CELLULAR_OUTLINE("mdi2s-signal-cellular-outline", "F08BF"), SIGNAL_DISTANCE_VARIANT("mdi2s-signal-distance-variant", "F0E64"), SIGNAL_HSPA("mdi2s-signal-hspa", "F0715"), SIGNAL_HSPA_PLUS("mdi2s-signal-hspa-plus", "F0716"), SIGNAL_OFF("mdi2s-signal-off", "F0783"), SIGNAL_VARIANT("mdi2s-signal-variant", "F060A"), SIGNATURE("mdi2s-signature", "F0DFB"), SIGNATURE_FREEHAND("mdi2s-signature-freehand", "F0DFC"), SIGNATURE_IMAGE("mdi2s-signature-image", "F0DFD"), SIGNATURE_TEXT("mdi2s-signature-text", "F0DFE"), SILO("mdi2s-silo", "F1B9F"), SILO_OUTLINE("mdi2s-silo-outline", "F0B49"), SILVERWARE("mdi2s-silverware", "F04A3"), SILVERWARE_CLEAN("mdi2s-silverware-clean", "F0FDE"), SILVERWARE_FORK("mdi2s-silverware-fork", "F04A4"), SILVERWARE_FORK_KNIFE("mdi2s-silverware-fork-knife", "F0A70"), SILVERWARE_SPOON("mdi2s-silverware-spoon", "F04A5"), SILVERWARE_VARIANT("mdi2s-silverware-variant", "F04A6"), SIM("mdi2s-sim", "F04A7"), SIM_ALERT("mdi2s-sim-alert", "F04A8"), SIM_ALERT_OUTLINE("mdi2s-sim-alert-outline", "F15D3"), SIM_OFF("mdi2s-sim-off", "F04A9"), SIM_OFF_OUTLINE("mdi2s-sim-off-outline", "F15D4"), SIM_OUTLINE("mdi2s-sim-outline", "F15D5"), SIMPLE_ICONS("mdi2s-simple-icons", "F131D"), SINA_WEIBO("mdi2s-sina-weibo", "F0ADF"), SINE_WAVE("mdi2s-sine-wave", "F095B"), SITEMAP("mdi2s-sitemap", "F04AA"), SITEMAP_OUTLINE("mdi2s-sitemap-outline", "F199C"), SIZE_L("mdi2s-size-l", "F13A6"), SIZE_M("mdi2s-size-m", "F13A5"), SIZE_S("mdi2s-size-s", "F13A4"), SIZE_XL("mdi2s-size-xl", "F13A7"), SIZE_XS("mdi2s-size-xs", "F13A3"), SIZE_XXL("mdi2s-size-xxl", "F13A8"), SIZE_XXS("mdi2s-size-xxs", "F13A2"), SIZE_XXXL("mdi2s-size-xxxl", "F13A9"), SKATE("mdi2s-skate", "F0D35"), SKATE_OFF("mdi2s-skate-off", "F0699"), SKATEBOARD("mdi2s-skateboard", "F14C2"), SKATEBOARDING("mdi2s-skateboarding", "F0501"), SKEW_LESS("mdi2s-skew-less", "F0D36"), SKEW_MORE("mdi2s-skew-more", "F0D37"), SKI("mdi2s-ski", "F1304"), SKI_CROSS_COUNTRY("mdi2s-ski-cross-country", "F1305"), SKI_WATER("mdi2s-ski-water", "F1306"), SKIP_BACKWARD("mdi2s-skip-backward", "F04AB"), SKIP_BACKWARD_OUTLINE("mdi2s-skip-backward-outline", "F0F25"), SKIP_FORWARD("mdi2s-skip-forward", "F04AC"), SKIP_FORWARD_OUTLINE("mdi2s-skip-forward-outline", "F0F26"), SKIP_NEXT("mdi2s-skip-next", "F04AD"), SKIP_NEXT_CIRCLE("mdi2s-skip-next-circle", "F0661"), SKIP_NEXT_CIRCLE_OUTLINE("mdi2s-skip-next-circle-outline", "F0662"), SKIP_NEXT_OUTLINE("mdi2s-skip-next-outline", "F0F27"), SKIP_PREVIOUS("mdi2s-skip-previous", "F04AE"), SKIP_PREVIOUS_CIRCLE("mdi2s-skip-previous-circle", "F0663"), SKIP_PREVIOUS_CIRCLE_OUTLINE("mdi2s-skip-previous-circle-outline", "F0664"), SKIP_PREVIOUS_OUTLINE("mdi2s-skip-previous-outline", "F0F28"), SKULL("mdi2s-skull", "F068C"), SKULL_CROSSBONES("mdi2s-skull-crossbones", "F0BC6"), SKULL_CROSSBONES_OUTLINE("mdi2s-skull-crossbones-outline", "F0BC7"), SKULL_OUTLINE("mdi2s-skull-outline", "F0BC8"), SKULL_SCAN("mdi2s-skull-scan", "F14C7"), SKULL_SCAN_OUTLINE("mdi2s-skull-scan-outline", "F14C8"), SKYPE("mdi2s-skype", "F04AF"), SKYPE_BUSINESS("mdi2s-skype-business", "F04B0"), SLACK("mdi2s-slack", "F04B1"), SLASH_FORWARD("mdi2s-slash-forward", "F0FDF"), SLASH_FORWARD_BOX("mdi2s-slash-forward-box", "F0FE0"), SLEDDING("mdi2s-sledding", "F041B"), SLEEP("mdi2s-sleep", "F04B2"), SLEEP_OFF("mdi2s-sleep-off", "F04B3"), SLIDE("mdi2s-slide", "F15A5"), SLOPE_DOWNHILL("mdi2s-slope-downhill", "F0DFF"), SLOPE_UPHILL("mdi2s-slope-uphill", "F0E00"), SLOT_MACHINE("mdi2s-slot-machine", "F1114"), SLOT_MACHINE_OUTLINE("mdi2s-slot-machine-outline", "F1115"), SMART_CARD("mdi2s-smart-card", "F10BD"), SMART_CARD_OFF("mdi2s-smart-card-off", "F18F7"), SMART_CARD_OFF_OUTLINE("mdi2s-smart-card-off-outline", "F18F8"), SMART_CARD_OUTLINE("mdi2s-smart-card-outline", "F10BE"), SMART_CARD_READER("mdi2s-smart-card-reader", "F10BF"), SMART_CARD_READER_OUTLINE("mdi2s-smart-card-reader-outline", "F10C0"), SMOG("mdi2s-smog", "F0A71"), SMOKE("mdi2s-smoke", "F1799"), SMOKE_DETECTOR("mdi2s-smoke-detector", "F0392"), SMOKE_DETECTOR_ALERT("mdi2s-smoke-detector-alert", "F192E"), SMOKE_DETECTOR_ALERT_OUTLINE("mdi2s-smoke-detector-alert-outline", "F192F"), SMOKE_DETECTOR_OFF("mdi2s-smoke-detector-off", "F1809"), SMOKE_DETECTOR_OFF_OUTLINE("mdi2s-smoke-detector-off-outline", "F180A"), SMOKE_DETECTOR_OUTLINE("mdi2s-smoke-detector-outline", "F1808"), SMOKE_DETECTOR_VARIANT("mdi2s-smoke-detector-variant", "F180B"), SMOKE_DETECTOR_VARIANT_ALERT("mdi2s-smoke-detector-variant-alert", "F1930"), SMOKE_DETECTOR_VARIANT_OFF("mdi2s-smoke-detector-variant-off", "F180C"), SMOKING("mdi2s-smoking", "F04B4"), SMOKING_OFF("mdi2s-smoking-off", "F04B5"), SMOKING_PIPE("mdi2s-smoking-pipe", "F140D"), SMOKING_PIPE_OFF("mdi2s-smoking-pipe-off", "F1428"), SNAIL("mdi2s-snail", "F1677"), SNAKE("mdi2s-snake", "F150E"), SNAPCHAT("mdi2s-snapchat", "F04B6"), SNOWBOARD("mdi2s-snowboard", "F1307"), SNOWFLAKE("mdi2s-snowflake", "F0717"), SNOWFLAKE_ALERT("mdi2s-snowflake-alert", "F0F29"), SNOWFLAKE_CHECK("mdi2s-snowflake-check", "F1A70"), SNOWFLAKE_MELT("mdi2s-snowflake-melt", "F12CB"), SNOWFLAKE_OFF("mdi2s-snowflake-off", "F14E3"), SNOWFLAKE_THERMOMETER("mdi2s-snowflake-thermometer", "F1A71"), SNOWFLAKE_VARIANT("mdi2s-snowflake-variant", "F0F2A"), SNOWMAN("mdi2s-snowman", "F04B7"), SNOWMOBILE("mdi2s-snowmobile", "F06DD"), SNOWSHOEING("mdi2s-snowshoeing", "F1A72"), SOCCER("mdi2s-soccer", "F04B8"), SOCCER_FIELD("mdi2s-soccer-field", "F0834"), SOCIAL_DISTANCE_2_METERS("mdi2s-social-distance-2-meters", "F1579"), SOCIAL_DISTANCE_6_FEET("mdi2s-social-distance-6-feet", "F157A"), SOFA("mdi2s-sofa", "F04B9"), SOFA_OUTLINE("mdi2s-sofa-outline", "F156D"), SOFA_SINGLE("mdi2s-sofa-single", "F156E"), SOFA_SINGLE_OUTLINE("mdi2s-sofa-single-outline", "F156F"), SOLAR_PANEL("mdi2s-solar-panel", "F0D9B"), SOLAR_PANEL_LARGE("mdi2s-solar-panel-large", "F0D9C"), SOLAR_POWER("mdi2s-solar-power", "F0A72"), SOLAR_POWER_VARIANT("mdi2s-solar-power-variant", "F1A73"), SOLAR_POWER_VARIANT_OUTLINE("mdi2s-solar-power-variant-outline", "F1A74"), SOLDERING_IRON("mdi2s-soldering-iron", "F1092"), SOLID("mdi2s-solid", "F068D"), SONY_PLAYSTATION("mdi2s-sony-playstation", "F0414"), SORT("mdi2s-sort", "F04BA"), SORT_ALPHABETICAL_ASCENDING("mdi2s-sort-alphabetical-ascending", "F05BD"), SORT_ALPHABETICAL_ASCENDING_VARIANT("mdi2s-sort-alphabetical-ascending-variant", "F1148"), SORT_ALPHABETICAL_DESCENDING("mdi2s-sort-alphabetical-descending", "F05BF"), SORT_ALPHABETICAL_DESCENDING_VARIANT("mdi2s-sort-alphabetical-descending-variant", "F1149"), SORT_ALPHABETICAL_VARIANT("mdi2s-sort-alphabetical-variant", "F04BB"), SORT_ASCENDING("mdi2s-sort-ascending", "F04BC"), SORT_BOOL_ASCENDING("mdi2s-sort-bool-ascending", "F1385"), SORT_BOOL_ASCENDING_VARIANT("mdi2s-sort-bool-ascending-variant", "F1386"), SORT_BOOL_DESCENDING("mdi2s-sort-bool-descending", "F1387"), SORT_BOOL_DESCENDING_VARIANT("mdi2s-sort-bool-descending-variant", "F1388"), SORT_CALENDAR_ASCENDING("mdi2s-sort-calendar-ascending", "F1547"), SORT_CALENDAR_DESCENDING("mdi2s-sort-calendar-descending", "F1548"), SORT_CLOCK_ASCENDING("mdi2s-sort-clock-ascending", "F1549"), SORT_CLOCK_ASCENDING_OUTLINE("mdi2s-sort-clock-ascending-outline", "F154A"), SORT_CLOCK_DESCENDING("mdi2s-sort-clock-descending", "F154B"), SORT_CLOCK_DESCENDING_OUTLINE("mdi2s-sort-clock-descending-outline", "F154C"), SORT_DESCENDING("mdi2s-sort-descending", "F04BD"), SORT_NUMERIC_ASCENDING("mdi2s-sort-numeric-ascending", "F1389"), SORT_NUMERIC_ASCENDING_VARIANT("mdi2s-sort-numeric-ascending-variant", "F090D"), SORT_NUMERIC_DESCENDING("mdi2s-sort-numeric-descending", "F138A"), SORT_NUMERIC_DESCENDING_VARIANT("mdi2s-sort-numeric-descending-variant", "F0AD2"), SORT_NUMERIC_VARIANT("mdi2s-sort-numeric-variant", "F04BE"), SORT_REVERSE_VARIANT("mdi2s-sort-reverse-variant", "F033C"), SORT_VARIANT("mdi2s-sort-variant", "F04BF"), SORT_VARIANT_LOCK("mdi2s-sort-variant-lock", "F0CCD"), SORT_VARIANT_LOCK_OPEN("mdi2s-sort-variant-lock-open", "F0CCE"), SORT_VARIANT_OFF("mdi2s-sort-variant-off", "F1ABB"), SORT_VARIANT_REMOVE("mdi2s-sort-variant-remove", "F1147"), SOUNDBAR("mdi2s-soundbar", "F17DB"), SOUNDCLOUD("mdi2s-soundcloud", "F04C0"), SOURCE_BRANCH("mdi2s-source-branch", "F062C"), SOURCE_BRANCH_CHECK("mdi2s-source-branch-check", "F14CF"), SOURCE_BRANCH_MINUS("mdi2s-source-branch-minus", "F14CB"), SOURCE_BRANCH_PLUS("mdi2s-source-branch-plus", "F14CA"), SOURCE_BRANCH_REFRESH("mdi2s-source-branch-refresh", "F14CD"), SOURCE_BRANCH_REMOVE("mdi2s-source-branch-remove", "F14CC"), SOURCE_BRANCH_SYNC("mdi2s-source-branch-sync", "F14CE"), SOURCE_COMMIT("mdi2s-source-commit", "F0718"), SOURCE_COMMIT_END("mdi2s-source-commit-end", "F0719"), SOURCE_COMMIT_END_LOCAL("mdi2s-source-commit-end-local", "F071A"), SOURCE_COMMIT_LOCAL("mdi2s-source-commit-local", "F071B"), SOURCE_COMMIT_NEXT_LOCAL("mdi2s-source-commit-next-local", "F071C"), SOURCE_COMMIT_START("mdi2s-source-commit-start", "F071D"), SOURCE_COMMIT_START_NEXT_LOCAL("mdi2s-source-commit-start-next-local", "F071E"), SOURCE_FORK("mdi2s-source-fork", "F04C1"), SOURCE_MERGE("mdi2s-source-merge", "F062D"), SOURCE_PULL("mdi2s-source-pull", "F04C2"), SOURCE_REPOSITORY("mdi2s-source-repository", "F0CCF"), SOURCE_REPOSITORY_MULTIPLE("mdi2s-source-repository-multiple", "F0CD0"), SOY_SAUCE("mdi2s-soy-sauce", "F07EE"), SOY_SAUCE_OFF("mdi2s-soy-sauce-off", "F13FC"), SPA("mdi2s-spa", "F0CD1"), SPA_OUTLINE("mdi2s-spa-outline", "F0CD2"), SPACE_INVADERS("mdi2s-space-invaders", "F0BC9"), SPACE_STATION("mdi2s-space-station", "F1383"), SPADE("mdi2s-spade", "F0E65"), SPEAKER("mdi2s-speaker", "F04C3"), SPEAKER_BLUETOOTH("mdi2s-speaker-bluetooth", "F09A2"), SPEAKER_MESSAGE("mdi2s-speaker-message", "F1B11"), SPEAKER_MULTIPLE("mdi2s-speaker-multiple", "F0D38"), SPEAKER_OFF("mdi2s-speaker-off", "F04C4"), SPEAKER_PAUSE("mdi2s-speaker-pause", "F1B73"), SPEAKER_PLAY("mdi2s-speaker-play", "F1B72"), SPEAKER_STOP("mdi2s-speaker-stop", "F1B74"), SPEAKER_WIRELESS("mdi2s-speaker-wireless", "F071F"), SPEAR("mdi2s-spear", "F1845"), SPEEDOMETER("mdi2s-speedometer", "F04C5"), SPEEDOMETER_MEDIUM("mdi2s-speedometer-medium", "F0F85"), SPEEDOMETER_SLOW("mdi2s-speedometer-slow", "F0F86"), SPELLCHECK("mdi2s-spellcheck", "F04C6"), SPHERE("mdi2s-sphere", "F1954"), SPHERE_OFF("mdi2s-sphere-off", "F1955"), SPIDER("mdi2s-spider", "F11EA"), SPIDER_OUTLINE("mdi2s-spider-outline", "F1C75"), SPIDER_THREAD("mdi2s-spider-thread", "F11EB"), SPIDER_WEB("mdi2s-spider-web", "F0BCA"), SPIRIT_LEVEL("mdi2s-spirit-level", "F14F1"), SPOON_SUGAR("mdi2s-spoon-sugar", "F1429"), SPOTIFY("mdi2s-spotify", "F04C7"), SPOTLIGHT("mdi2s-spotlight", "F04C8"), SPOTLIGHT_BEAM("mdi2s-spotlight-beam", "F04C9"), SPRAY("mdi2s-spray", "F0665"), SPRAY_BOTTLE("mdi2s-spray-bottle", "F0AE0"), SPRINKLER("mdi2s-sprinkler", "F105F"), SPRINKLER_FIRE("mdi2s-sprinkler-fire", "F199D"), SPRINKLER_VARIANT("mdi2s-sprinkler-variant", "F1060"), SPROUT("mdi2s-sprout", "F0E66"), SPROUT_OUTLINE("mdi2s-sprout-outline", "F0E67"), SQUARE("mdi2s-square", "F0764"), SQUARE_CIRCLE("mdi2s-square-circle", "F1500"), SQUARE_CIRCLE_OUTLINE("mdi2s-square-circle-outline", "F1C50"), SQUARE_EDIT_OUTLINE("mdi2s-square-edit-outline", "F090C"), SQUARE_MEDIUM("mdi2s-square-medium", "F0A13"), SQUARE_MEDIUM_OUTLINE("mdi2s-square-medium-outline", "F0A14"), SQUARE_OFF("mdi2s-square-off", "F12EE"), SQUARE_OFF_OUTLINE("mdi2s-square-off-outline", "F12EF"), SQUARE_OPACITY("mdi2s-square-opacity", "F1854"), SQUARE_OUTLINE("mdi2s-square-outline", "F0763"), SQUARE_ROOT("mdi2s-square-root", "F0784"), SQUARE_ROOT_BOX("mdi2s-square-root-box", "F09A3"), SQUARE_ROUNDED("mdi2s-square-rounded", "F14FB"), SQUARE_ROUNDED_BADGE("mdi2s-square-rounded-badge", "F1A07"), SQUARE_ROUNDED_BADGE_OUTLINE("mdi2s-square-rounded-badge-outline", "F1A08"), SQUARE_ROUNDED_OUTLINE("mdi2s-square-rounded-outline", "F14FC"), SQUARE_SMALL("mdi2s-square-small", "F0A15"), SQUARE_WAVE("mdi2s-square-wave", "F147B"), SQUEEGEE("mdi2s-squeegee", "F0AE1"), SSH("mdi2s-ssh", "F08C0"), STACK_EXCHANGE("mdi2s-stack-exchange", "F060B"), STACK_OVERFLOW("mdi2s-stack-overflow", "F04CC"), STACKPATH("mdi2s-stackpath", "F0359"), STADIUM("mdi2s-stadium", "F0FF9"), STADIUM_OUTLINE("mdi2s-stadium-outline", "F1B03"), STADIUM_VARIANT("mdi2s-stadium-variant", "F0720"), STAIRS("mdi2s-stairs", "F04CD"), STAIRS_BOX("mdi2s-stairs-box", "F139E"), STAIRS_DOWN("mdi2s-stairs-down", "F12BE"), STAIRS_UP("mdi2s-stairs-up", "F12BD"), STAMPER("mdi2s-stamper", "F0D39"), STANDARD_DEFINITION("mdi2s-standard-definition", "F07EF"), STAR("mdi2s-star", "F04CE"), STAR_BOX("mdi2s-star-box", "F0A73"), STAR_BOX_MULTIPLE("mdi2s-star-box-multiple", "F1286"), STAR_BOX_MULTIPLE_OUTLINE("mdi2s-star-box-multiple-outline", "F1287"), STAR_BOX_OUTLINE("mdi2s-star-box-outline", "F0A74"), STAR_CHECK("mdi2s-star-check", "F1566"), STAR_CHECK_OUTLINE("mdi2s-star-check-outline", "F156A"), STAR_CIRCLE("mdi2s-star-circle", "F04CF"), STAR_CIRCLE_OUTLINE("mdi2s-star-circle-outline", "F09A4"), STAR_COG("mdi2s-star-cog", "F1668"), STAR_COG_OUTLINE("mdi2s-star-cog-outline", "F1669"), STAR_CRESCENT("mdi2s-star-crescent", "F0979"), STAR_DAVID("mdi2s-star-david", "F097A"), STAR_FACE("mdi2s-star-face", "F09A5"), STAR_FOUR_POINTS("mdi2s-star-four-points", "F0AE2"), STAR_FOUR_POINTS_BOX("mdi2s-star-four-points-box", "F1C51"), STAR_FOUR_POINTS_BOX_OUTLINE("mdi2s-star-four-points-box-outline", "F1C52"), STAR_FOUR_POINTS_CIRCLE("mdi2s-star-four-points-circle", "F1C53"), STAR_FOUR_POINTS_CIRCLE_OUTLINE("mdi2s-star-four-points-circle-outline", "F1C54"), STAR_FOUR_POINTS_OUTLINE("mdi2s-star-four-points-outline", "F0AE3"), STAR_FOUR_POINTS_SMALL("mdi2s-star-four-points-small", "F1C55"), STAR_HALF("mdi2s-star-half", "F0246"), STAR_HALF_FULL("mdi2s-star-half-full", "F04D0"), STAR_MINUS("mdi2s-star-minus", "F1564"), STAR_MINUS_OUTLINE("mdi2s-star-minus-outline", "F1568"), STAR_OFF("mdi2s-star-off", "F04D1"), STAR_OFF_OUTLINE("mdi2s-star-off-outline", "F155B"), STAR_OUTLINE("mdi2s-star-outline", "F04D2"), STAR_PLUS("mdi2s-star-plus", "F1563"), STAR_PLUS_OUTLINE("mdi2s-star-plus-outline", "F1567"), STAR_REMOVE("mdi2s-star-remove", "F1565"), STAR_REMOVE_OUTLINE("mdi2s-star-remove-outline", "F1569"), STAR_SETTINGS("mdi2s-star-settings", "F166A"), STAR_SETTINGS_OUTLINE("mdi2s-star-settings-outline", "F166B"), STAR_SHOOTING("mdi2s-star-shooting", "F1741"), STAR_SHOOTING_OUTLINE("mdi2s-star-shooting-outline", "F1742"), STAR_THREE_POINTS("mdi2s-star-three-points", "F0AE4"), STAR_THREE_POINTS_OUTLINE("mdi2s-star-three-points-outline", "F0AE5"), STATE_MACHINE("mdi2s-state-machine", "F11EF"), STEAM("mdi2s-steam", "F04D3"), STEERING("mdi2s-steering", "F04D4"), STEERING_OFF("mdi2s-steering-off", "F090E"), STEP_BACKWARD("mdi2s-step-backward", "F04D5"), STEP_BACKWARD_2("mdi2s-step-backward-2", "F04D6"), STEP_FORWARD("mdi2s-step-forward", "F04D7"), STEP_FORWARD_2("mdi2s-step-forward-2", "F04D8"), STETHOSCOPE("mdi2s-stethoscope", "F04D9"), STICKER("mdi2s-sticker", "F1364"), STICKER_ALERT("mdi2s-sticker-alert", "F1365"), STICKER_ALERT_OUTLINE("mdi2s-sticker-alert-outline", "F1366"), STICKER_CHECK("mdi2s-sticker-check", "F1367"), STICKER_CHECK_OUTLINE("mdi2s-sticker-check-outline", "F1368"), STICKER_CIRCLE_OUTLINE("mdi2s-sticker-circle-outline", "F05D0"), STICKER_EMOJI("mdi2s-sticker-emoji", "F0785"), STICKER_MINUS("mdi2s-sticker-minus", "F1369"), STICKER_MINUS_OUTLINE("mdi2s-sticker-minus-outline", "F136A"), STICKER_OUTLINE("mdi2s-sticker-outline", "F136B"), STICKER_PLUS("mdi2s-sticker-plus", "F136C"), STICKER_PLUS_OUTLINE("mdi2s-sticker-plus-outline", "F136D"), STICKER_REMOVE("mdi2s-sticker-remove", "F136E"), STICKER_REMOVE_OUTLINE("mdi2s-sticker-remove-outline", "F136F"), STICKER_TEXT("mdi2s-sticker-text", "F178E"), STICKER_TEXT_OUTLINE("mdi2s-sticker-text-outline", "F178F"), STOCKING("mdi2s-stocking", "F04DA"), STOMACH("mdi2s-stomach", "F1093"), STOOL("mdi2s-stool", "F195D"), STOOL_OUTLINE("mdi2s-stool-outline", "F195E"), STOP("mdi2s-stop", "F04DB"), STOP_CIRCLE("mdi2s-stop-circle", "F0666"), STOP_CIRCLE_OUTLINE("mdi2s-stop-circle-outline", "F0667"), STORAGE_TANK("mdi2s-storage-tank", "F1A75"), STORAGE_TANK_OUTLINE("mdi2s-storage-tank-outline", "F1A76"), STORE("mdi2s-store", "F04DC"), STORE_24_HOUR("mdi2s-store-24-hour", "F04DD"), STORE_ALERT("mdi2s-store-alert", "F18C1"), STORE_ALERT_OUTLINE("mdi2s-store-alert-outline", "F18C2"), STORE_CHECK("mdi2s-store-check", "F18C3"), STORE_CHECK_OUTLINE("mdi2s-store-check-outline", "F18C4"), STORE_CLOCK("mdi2s-store-clock", "F18C5"), STORE_CLOCK_OUTLINE("mdi2s-store-clock-outline", "F18C6"), STORE_COG("mdi2s-store-cog", "F18C7"), STORE_COG_OUTLINE("mdi2s-store-cog-outline", "F18C8"), STORE_EDIT("mdi2s-store-edit", "F18C9"), STORE_EDIT_OUTLINE("mdi2s-store-edit-outline", "F18CA"), STORE_MARKER("mdi2s-store-marker", "F18CB"), STORE_MARKER_OUTLINE("mdi2s-store-marker-outline", "F18CC"), STORE_MINUS("mdi2s-store-minus", "F165E"), STORE_MINUS_OUTLINE("mdi2s-store-minus-outline", "F18CD"), STORE_OFF("mdi2s-store-off", "F18CE"), STORE_OFF_OUTLINE("mdi2s-store-off-outline", "F18CF"), STORE_OUTLINE("mdi2s-store-outline", "F1361"), STORE_PLUS("mdi2s-store-plus", "F165F"), STORE_PLUS_OUTLINE("mdi2s-store-plus-outline", "F18D0"), STORE_REMOVE("mdi2s-store-remove", "F1660"), STORE_REMOVE_OUTLINE("mdi2s-store-remove-outline", "F18D1"), STORE_SEARCH("mdi2s-store-search", "F18D2"), STORE_SEARCH_OUTLINE("mdi2s-store-search-outline", "F18D3"), STORE_SETTINGS("mdi2s-store-settings", "F18D4"), STORE_SETTINGS_OUTLINE("mdi2s-store-settings-outline", "F18D5"), STOREFRONT("mdi2s-storefront", "F07C7"), STOREFRONT_CHECK("mdi2s-storefront-check", "F1B7D"), STOREFRONT_CHECK_OUTLINE("mdi2s-storefront-check-outline", "F1B7E"), STOREFRONT_EDIT("mdi2s-storefront-edit", "F1B7F"), STOREFRONT_EDIT_OUTLINE("mdi2s-storefront-edit-outline", "F1B80"), STOREFRONT_MINUS("mdi2s-storefront-minus", "F1B83"), STOREFRONT_MINUS_OUTLINE("mdi2s-storefront-minus-outline", "F1B84"), STOREFRONT_OUTLINE("mdi2s-storefront-outline", "F10C1"), STOREFRONT_PLUS("mdi2s-storefront-plus", "F1B81"), STOREFRONT_PLUS_OUTLINE("mdi2s-storefront-plus-outline", "F1B82"), STOREFRONT_REMOVE("mdi2s-storefront-remove", "F1B85"), STOREFRONT_REMOVE_OUTLINE("mdi2s-storefront-remove-outline", "F1B86"), STOVE("mdi2s-stove", "F04DE"), STRATEGY("mdi2s-strategy", "F11D6"), STRETCH_TO_PAGE("mdi2s-stretch-to-page", "F0F2B"), STRETCH_TO_PAGE_OUTLINE("mdi2s-stretch-to-page-outline", "F0F2C"), STRING_LIGHTS("mdi2s-string-lights", "F12BA"), STRING_LIGHTS_OFF("mdi2s-string-lights-off", "F12BB"), SUBDIRECTORY_ARROW_LEFT("mdi2s-subdirectory-arrow-left", "F060C"), SUBDIRECTORY_ARROW_RIGHT("mdi2s-subdirectory-arrow-right", "F060D"), SUBMARINE("mdi2s-submarine", "F156C"), SUBTITLES("mdi2s-subtitles", "F0A16"), SUBTITLES_OUTLINE("mdi2s-subtitles-outline", "F0A17"), SUBWAY("mdi2s-subway", "F06AC"), SUBWAY_ALERT_VARIANT("mdi2s-subway-alert-variant", "F0D9D"), SUBWAY_VARIANT("mdi2s-subway-variant", "F04DF"), SUMMIT("mdi2s-summit", "F0786"), SUN_ANGLE("mdi2s-sun-angle", "F1B27"), SUN_ANGLE_OUTLINE("mdi2s-sun-angle-outline", "F1B28"), SUN_CLOCK("mdi2s-sun-clock", "F1A77"), SUN_CLOCK_OUTLINE("mdi2s-sun-clock-outline", "F1A78"), SUN_COMPASS("mdi2s-sun-compass", "F19A5"), SUN_SNOWFLAKE("mdi2s-sun-snowflake", "F1796"), SUN_SNOWFLAKE_VARIANT("mdi2s-sun-snowflake-variant", "F1A79"), SUN_THERMOMETER("mdi2s-sun-thermometer", "F18D6"), SUN_THERMOMETER_OUTLINE("mdi2s-sun-thermometer-outline", "F18D7"), SUN_WIRELESS("mdi2s-sun-wireless", "F17FE"), SUN_WIRELESS_OUTLINE("mdi2s-sun-wireless-outline", "F17FF"), SUNGLASSES("mdi2s-sunglasses", "F04E0"), SURFING("mdi2s-surfing", "F1746"), SURROUND_SOUND("mdi2s-surround-sound", "F05C5"), SURROUND_SOUND_2_0("mdi2s-surround-sound-2-0", "F07F0"), SURROUND_SOUND_2_1("mdi2s-surround-sound-2-1", "F1729"), SURROUND_SOUND_3_1("mdi2s-surround-sound-3-1", "F07F1"), SURROUND_SOUND_5_1("mdi2s-surround-sound-5-1", "F07F2"), SURROUND_SOUND_5_1_2("mdi2s-surround-sound-5-1-2", "F172A"), SURROUND_SOUND_7_1("mdi2s-surround-sound-7-1", "F07F3"), SVG("mdi2s-svg", "F0721"), SWAP_HORIZONTAL("mdi2s-swap-horizontal", "F04E1"), SWAP_HORIZONTAL_BOLD("mdi2s-swap-horizontal-bold", "F0BCD"), SWAP_HORIZONTAL_CIRCLE("mdi2s-swap-horizontal-circle", "F0FE1"), SWAP_HORIZONTAL_CIRCLE_OUTLINE("mdi2s-swap-horizontal-circle-outline", "F0FE2"), SWAP_HORIZONTAL_HIDDEN("mdi2s-swap-horizontal-hidden", "F1D0E"), SWAP_HORIZONTAL_VARIANT("mdi2s-swap-horizontal-variant", "F08C1"), SWAP_VERTICAL("mdi2s-swap-vertical", "F04E2"), SWAP_VERTICAL_BOLD("mdi2s-swap-vertical-bold", "F0BCE"), SWAP_VERTICAL_CIRCLE("mdi2s-swap-vertical-circle", "F0FE3"), SWAP_VERTICAL_CIRCLE_OUTLINE("mdi2s-swap-vertical-circle-outline", "F0FE4"), SWAP_VERTICAL_VARIANT("mdi2s-swap-vertical-variant", "F08C2"), SWIM("mdi2s-swim", "F04E3"), SWITCH("mdi2s-switch", "F04E4"), SWORD("mdi2s-sword", "F04E5"), SWORD_CROSS("mdi2s-sword-cross", "F0787"), SYLLABARY_HANGUL("mdi2s-syllabary-hangul", "F1333"), SYLLABARY_HIRAGANA("mdi2s-syllabary-hiragana", "F1334"), SYLLABARY_KATAKANA("mdi2s-syllabary-katakana", "F1335"), SYLLABARY_KATAKANA_HALFWIDTH("mdi2s-syllabary-katakana-halfwidth", "F1336"), SYMBOL("mdi2s-symbol", "F1501"), SYMFONY("mdi2s-symfony", "F0AE6"), SYNAGOGUE("mdi2s-synagogue", "F1B04"), SYNAGOGUE_OUTLINE("mdi2s-synagogue-outline", "F1B05"), SYNC("mdi2s-sync", "F04E6"), SYNC_ALERT("mdi2s-sync-alert", "F04E7"), SYNC_CIRCLE("mdi2s-sync-circle", "F1378"), SYNC_OFF("mdi2s-sync-off", "F04E8"); public static MaterialDesignS findByDescription(String description) { for (MaterialDesignS font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignS(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignSIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignSIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2s-"); } @Override public Ikon resolve(String description) { return MaterialDesignS.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignSIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignSIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignS.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignT.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignT implements Ikon { TAB("mdi2t-tab", "F04E9"), TAB_MINUS("mdi2t-tab-minus", "F0B4B"), TAB_PLUS("mdi2t-tab-plus", "F075C"), TAB_REMOVE("mdi2t-tab-remove", "F0B4C"), TAB_SEARCH("mdi2t-tab-search", "F199E"), TAB_UNSELECTED("mdi2t-tab-unselected", "F04EA"), TABLE("mdi2t-table", "F04EB"), TABLE_ACCOUNT("mdi2t-table-account", "F13B9"), TABLE_ALERT("mdi2t-table-alert", "F13BA"), TABLE_ARROW_DOWN("mdi2t-table-arrow-down", "F13BB"), TABLE_ARROW_LEFT("mdi2t-table-arrow-left", "F13BC"), TABLE_ARROW_RIGHT("mdi2t-table-arrow-right", "F13BD"), TABLE_ARROW_UP("mdi2t-table-arrow-up", "F13BE"), TABLE_BORDER("mdi2t-table-border", "F0A18"), TABLE_CANCEL("mdi2t-table-cancel", "F13BF"), TABLE_CHAIR("mdi2t-table-chair", "F1061"), TABLE_CHECK("mdi2t-table-check", "F13C0"), TABLE_CLOCK("mdi2t-table-clock", "F13C1"), TABLE_COG("mdi2t-table-cog", "F13C2"), TABLE_COLUMN("mdi2t-table-column", "F0835"), TABLE_COLUMN_PLUS_AFTER("mdi2t-table-column-plus-after", "F04EC"), TABLE_COLUMN_PLUS_BEFORE("mdi2t-table-column-plus-before", "F04ED"), TABLE_COLUMN_REMOVE("mdi2t-table-column-remove", "F04EE"), TABLE_COLUMN_WIDTH("mdi2t-table-column-width", "F04EF"), TABLE_EDIT("mdi2t-table-edit", "F04F0"), TABLE_EYE("mdi2t-table-eye", "F1094"), TABLE_EYE_OFF("mdi2t-table-eye-off", "F13C3"), TABLE_FILTER("mdi2t-table-filter", "F1B8C"), TABLE_FURNITURE("mdi2t-table-furniture", "F05BC"), TABLE_HEADERS_EYE("mdi2t-table-headers-eye", "F121D"), TABLE_HEADERS_EYE_OFF("mdi2t-table-headers-eye-off", "F121E"), TABLE_HEART("mdi2t-table-heart", "F13C4"), TABLE_KEY("mdi2t-table-key", "F13C5"), TABLE_LARGE("mdi2t-table-large", "F04F1"), TABLE_LARGE_PLUS("mdi2t-table-large-plus", "F0F87"), TABLE_LARGE_REMOVE("mdi2t-table-large-remove", "F0F88"), TABLE_LOCK("mdi2t-table-lock", "F13C6"), TABLE_MERGE_CELLS("mdi2t-table-merge-cells", "F09A6"), TABLE_MINUS("mdi2t-table-minus", "F13C7"), TABLE_MULTIPLE("mdi2t-table-multiple", "F13C8"), TABLE_NETWORK("mdi2t-table-network", "F13C9"), TABLE_OF_CONTENTS("mdi2t-table-of-contents", "F0836"), TABLE_OFF("mdi2t-table-off", "F13CA"), TABLE_PICNIC("mdi2t-table-picnic", "F1743"), TABLE_PIVOT("mdi2t-table-pivot", "F183C"), TABLE_PLUS("mdi2t-table-plus", "F0A75"), TABLE_QUESTION("mdi2t-table-question", "F1B21"), TABLE_REFRESH("mdi2t-table-refresh", "F13A0"), TABLE_REMOVE("mdi2t-table-remove", "F0A76"), TABLE_ROW("mdi2t-table-row", "F0837"), TABLE_ROW_HEIGHT("mdi2t-table-row-height", "F04F2"), TABLE_ROW_PLUS_AFTER("mdi2t-table-row-plus-after", "F04F3"), TABLE_ROW_PLUS_BEFORE("mdi2t-table-row-plus-before", "F04F4"), TABLE_ROW_REMOVE("mdi2t-table-row-remove", "F04F5"), TABLE_SEARCH("mdi2t-table-search", "F090F"), TABLE_SETTINGS("mdi2t-table-settings", "F0838"), TABLE_SPLIT_CELL("mdi2t-table-split-cell", "F142A"), TABLE_STAR("mdi2t-table-star", "F13CB"), TABLE_SYNC("mdi2t-table-sync", "F13A1"), TABLE_TENNIS("mdi2t-table-tennis", "F0E68"), TABLET("mdi2t-tablet", "F04F6"), TABLET_CELLPHONE("mdi2t-tablet-cellphone", "F09A7"), TABLET_DASHBOARD("mdi2t-tablet-dashboard", "F0ECE"), TACO("mdi2t-taco", "F0762"), TAG("mdi2t-tag", "F04F9"), TAG_ARROW_DOWN("mdi2t-tag-arrow-down", "F172B"), TAG_ARROW_DOWN_OUTLINE("mdi2t-tag-arrow-down-outline", "F172C"), TAG_ARROW_LEFT("mdi2t-tag-arrow-left", "F172D"), TAG_ARROW_LEFT_OUTLINE("mdi2t-tag-arrow-left-outline", "F172E"), TAG_ARROW_RIGHT("mdi2t-tag-arrow-right", "F172F"), TAG_ARROW_RIGHT_OUTLINE("mdi2t-tag-arrow-right-outline", "F1730"), TAG_ARROW_UP("mdi2t-tag-arrow-up", "F1731"), TAG_ARROW_UP_OUTLINE("mdi2t-tag-arrow-up-outline", "F1732"), TAG_CHECK("mdi2t-tag-check", "F1A7A"), TAG_CHECK_OUTLINE("mdi2t-tag-check-outline", "F1A7B"), TAG_EDIT("mdi2t-tag-edit", "F1C9C"), TAG_EDIT_OUTLINE("mdi2t-tag-edit-outline", "F1C9D"), TAG_FACES("mdi2t-tag-faces", "F04FA"), TAG_HEART("mdi2t-tag-heart", "F068B"), TAG_HEART_OUTLINE("mdi2t-tag-heart-outline", "F0BCF"), TAG_HIDDEN("mdi2t-tag-hidden", "F1C76"), TAG_MINUS("mdi2t-tag-minus", "F0910"), TAG_MINUS_OUTLINE("mdi2t-tag-minus-outline", "F121F"), TAG_MULTIPLE("mdi2t-tag-multiple", "F04FB"), TAG_MULTIPLE_OUTLINE("mdi2t-tag-multiple-outline", "F12F7"), TAG_OFF("mdi2t-tag-off", "F1220"), TAG_OFF_OUTLINE("mdi2t-tag-off-outline", "F1221"), TAG_OUTLINE("mdi2t-tag-outline", "F04FC"), TAG_PLUS("mdi2t-tag-plus", "F0722"), TAG_PLUS_OUTLINE("mdi2t-tag-plus-outline", "F1222"), TAG_REMOVE("mdi2t-tag-remove", "F0723"), TAG_REMOVE_OUTLINE("mdi2t-tag-remove-outline", "F1223"), TAG_SEARCH("mdi2t-tag-search", "F1907"), TAG_SEARCH_OUTLINE("mdi2t-tag-search-outline", "F1908"), TAG_TEXT("mdi2t-tag-text", "F1224"), TAG_TEXT_OUTLINE("mdi2t-tag-text-outline", "F04FD"), TAILWIND("mdi2t-tailwind", "F13FF"), TALLY_MARK_1("mdi2t-tally-mark-1", "F1ABC"), TALLY_MARK_2("mdi2t-tally-mark-2", "F1ABD"), TALLY_MARK_3("mdi2t-tally-mark-3", "F1ABE"), TALLY_MARK_4("mdi2t-tally-mark-4", "F1ABF"), TALLY_MARK_5("mdi2t-tally-mark-5", "F1AC0"), TANGRAM("mdi2t-tangram", "F04F8"), TANK("mdi2t-tank", "F0D3A"), TANKER_TRUCK("mdi2t-tanker-truck", "F0FE5"), TAPE_DRIVE("mdi2t-tape-drive", "F16DF"), TAPE_MEASURE("mdi2t-tape-measure", "F0B4D"), TARGET("mdi2t-target", "F04FE"), TARGET_ACCOUNT("mdi2t-target-account", "F0BD0"), TARGET_VARIANT("mdi2t-target-variant", "F0A77"), TAXI("mdi2t-taxi", "F04FF"), TEA("mdi2t-tea", "F0D9E"), TEA_OUTLINE("mdi2t-tea-outline", "F0D9F"), TEAMVIEWER("mdi2t-teamviewer", "F0500"), TEDDY_BEAR("mdi2t-teddy-bear", "F18FB"), TELESCOPE("mdi2t-telescope", "F0B4E"), TELEVISION("mdi2t-television", "F0502"), TELEVISION_AMBIENT_LIGHT("mdi2t-television-ambient-light", "F1356"), TELEVISION_BOX("mdi2t-television-box", "F0839"), TELEVISION_CLASSIC("mdi2t-television-classic", "F07F4"), TELEVISION_CLASSIC_OFF("mdi2t-television-classic-off", "F083A"), TELEVISION_GUIDE("mdi2t-television-guide", "F0503"), TELEVISION_OFF("mdi2t-television-off", "F083B"), TELEVISION_PAUSE("mdi2t-television-pause", "F0F89"), TELEVISION_PLAY("mdi2t-television-play", "F0ECF"), TELEVISION_SHIMMER("mdi2t-television-shimmer", "F1110"), TELEVISION_SPEAKER("mdi2t-television-speaker", "F1B1B"), TELEVISION_SPEAKER_OFF("mdi2t-television-speaker-off", "F1B1C"), TELEVISION_STOP("mdi2t-television-stop", "F0F8A"), TEMPERATURE_CELSIUS("mdi2t-temperature-celsius", "F0504"), TEMPERATURE_FAHRENHEIT("mdi2t-temperature-fahrenheit", "F0505"), TEMPERATURE_KELVIN("mdi2t-temperature-kelvin", "F0506"), TEMPLE_BUDDHIST("mdi2t-temple-buddhist", "F1B06"), TEMPLE_BUDDHIST_OUTLINE("mdi2t-temple-buddhist-outline", "F1B07"), TEMPLE_HINDU("mdi2t-temple-hindu", "F1B08"), TEMPLE_HINDU_OUTLINE("mdi2t-temple-hindu-outline", "F1B09"), TENNIS("mdi2t-tennis", "F0DA0"), TENNIS_BALL("mdi2t-tennis-ball", "F0507"), TENNIS_BALL_OUTLINE("mdi2t-tennis-ball-outline", "F1C5F"), TENT("mdi2t-tent", "F0508"), TERRAFORM("mdi2t-terraform", "F1062"), TERRAIN("mdi2t-terrain", "F0509"), TEST_TUBE("mdi2t-test-tube", "F0668"), TEST_TUBE_EMPTY("mdi2t-test-tube-empty", "F0911"), TEST_TUBE_OFF("mdi2t-test-tube-off", "F0912"), TEXT("mdi2t-text", "F09A8"), TEXT_ACCOUNT("mdi2t-text-account", "F1570"), TEXT_BOX("mdi2t-text-box", "F021A"), TEXT_BOX_CHECK("mdi2t-text-box-check", "F0EA6"), TEXT_BOX_CHECK_OUTLINE("mdi2t-text-box-check-outline", "F0EA7"), TEXT_BOX_EDIT("mdi2t-text-box-edit", "F1A7C"), TEXT_BOX_EDIT_OUTLINE("mdi2t-text-box-edit-outline", "F1A7D"), TEXT_BOX_MINUS("mdi2t-text-box-minus", "F0EA8"), TEXT_BOX_MINUS_OUTLINE("mdi2t-text-box-minus-outline", "F0EA9"), TEXT_BOX_MULTIPLE("mdi2t-text-box-multiple", "F0AB7"), TEXT_BOX_MULTIPLE_OUTLINE("mdi2t-text-box-multiple-outline", "F0AB8"), TEXT_BOX_OUTLINE("mdi2t-text-box-outline", "F09ED"), TEXT_BOX_PLUS("mdi2t-text-box-plus", "F0EAA"), TEXT_BOX_PLUS_OUTLINE("mdi2t-text-box-plus-outline", "F0EAB"), TEXT_BOX_REMOVE("mdi2t-text-box-remove", "F0EAC"), TEXT_BOX_REMOVE_OUTLINE("mdi2t-text-box-remove-outline", "F0EAD"), TEXT_BOX_SEARCH("mdi2t-text-box-search", "F0EAE"), TEXT_BOX_SEARCH_OUTLINE("mdi2t-text-box-search-outline", "F0EAF"), TEXT_LONG("mdi2t-text-long", "F09AA"), TEXT_RECOGNITION("mdi2t-text-recognition", "F113D"), TEXT_SEARCH("mdi2t-text-search", "F13B8"), TEXT_SEARCH_VARIANT("mdi2t-text-search-variant", "F1A7E"), TEXT_SHADOW("mdi2t-text-shadow", "F0669"), TEXT_SHORT("mdi2t-text-short", "F09A9"), TEXTURE("mdi2t-texture", "F050C"), TEXTURE_BOX("mdi2t-texture-box", "F0FE6"), THEATER("mdi2t-theater", "F050D"), THEME_LIGHT_DARK("mdi2t-theme-light-dark", "F050E"), THERMOMETER("mdi2t-thermometer", "F050F"), THERMOMETER_ALERT("mdi2t-thermometer-alert", "F0E01"), THERMOMETER_AUTO("mdi2t-thermometer-auto", "F1B0F"), THERMOMETER_BLUETOOTH("mdi2t-thermometer-bluetooth", "F1895"), THERMOMETER_CHECK("mdi2t-thermometer-check", "F1A7F"), THERMOMETER_CHEVRON_DOWN("mdi2t-thermometer-chevron-down", "F0E02"), THERMOMETER_CHEVRON_UP("mdi2t-thermometer-chevron-up", "F0E03"), THERMOMETER_HIGH("mdi2t-thermometer-high", "F10C2"), THERMOMETER_LINES("mdi2t-thermometer-lines", "F0510"), THERMOMETER_LOW("mdi2t-thermometer-low", "F10C3"), THERMOMETER_MINUS("mdi2t-thermometer-minus", "F0E04"), THERMOMETER_OFF("mdi2t-thermometer-off", "F1531"), THERMOMETER_PLUS("mdi2t-thermometer-plus", "F0E05"), THERMOMETER_PROBE("mdi2t-thermometer-probe", "F1B2B"), THERMOMETER_PROBE_OFF("mdi2t-thermometer-probe-off", "F1B2C"), THERMOMETER_WATER("mdi2t-thermometer-water", "F1A80"), THERMOSTAT("mdi2t-thermostat", "F0393"), THERMOSTAT_AUTO("mdi2t-thermostat-auto", "F1B17"), THERMOSTAT_BOX("mdi2t-thermostat-box", "F0891"), THERMOSTAT_BOX_AUTO("mdi2t-thermostat-box-auto", "F1B18"), THERMOSTAT_COG("mdi2t-thermostat-cog", "F1C80"), THOUGHT_BUBBLE("mdi2t-thought-bubble", "F07F6"), THOUGHT_BUBBLE_OUTLINE("mdi2t-thought-bubble-outline", "F07F7"), THUMB_DOWN("mdi2t-thumb-down", "F0511"), THUMB_DOWN_OUTLINE("mdi2t-thumb-down-outline", "F0512"), THUMB_UP("mdi2t-thumb-up", "F0513"), THUMB_UP_OUTLINE("mdi2t-thumb-up-outline", "F0514"), THUMBS_UP_DOWN("mdi2t-thumbs-up-down", "F0515"), THUMBS_UP_DOWN_OUTLINE("mdi2t-thumbs-up-down-outline", "F1914"), TICKET("mdi2t-ticket", "F0516"), TICKET_ACCOUNT("mdi2t-ticket-account", "F0517"), TICKET_CONFIRMATION("mdi2t-ticket-confirmation", "F0518"), TICKET_CONFIRMATION_OUTLINE("mdi2t-ticket-confirmation-outline", "F13AA"), TICKET_OUTLINE("mdi2t-ticket-outline", "F0913"), TICKET_PERCENT("mdi2t-ticket-percent", "F0724"), TICKET_PERCENT_OUTLINE("mdi2t-ticket-percent-outline", "F142B"), TIE("mdi2t-tie", "F0519"), TILDE("mdi2t-tilde", "F0725"), TILDE_OFF("mdi2t-tilde-off", "F18F3"), TIMELAPSE("mdi2t-timelapse", "F051A"), TIMELINE("mdi2t-timeline", "F0BD1"), TIMELINE_ALERT("mdi2t-timeline-alert", "F0F95"), TIMELINE_ALERT_OUTLINE("mdi2t-timeline-alert-outline", "F0F98"), TIMELINE_CHECK("mdi2t-timeline-check", "F1532"), TIMELINE_CHECK_OUTLINE("mdi2t-timeline-check-outline", "F1533"), TIMELINE_CLOCK("mdi2t-timeline-clock", "F11FB"), TIMELINE_CLOCK_OUTLINE("mdi2t-timeline-clock-outline", "F11FC"), TIMELINE_MINUS("mdi2t-timeline-minus", "F1534"), TIMELINE_MINUS_OUTLINE("mdi2t-timeline-minus-outline", "F1535"), TIMELINE_OUTLINE("mdi2t-timeline-outline", "F0BD2"), TIMELINE_PLUS("mdi2t-timeline-plus", "F0F96"), TIMELINE_PLUS_OUTLINE("mdi2t-timeline-plus-outline", "F0F97"), TIMELINE_QUESTION("mdi2t-timeline-question", "F0F99"), TIMELINE_QUESTION_OUTLINE("mdi2t-timeline-question-outline", "F0F9A"), TIMELINE_REMOVE("mdi2t-timeline-remove", "F1536"), TIMELINE_REMOVE_OUTLINE("mdi2t-timeline-remove-outline", "F1537"), TIMELINE_TEXT("mdi2t-timeline-text", "F0BD3"), TIMELINE_TEXT_OUTLINE("mdi2t-timeline-text-outline", "F0BD4"), TIMER("mdi2t-timer", "F13AB"), TIMER_10("mdi2t-timer-10", "F051C"), TIMER_3("mdi2t-timer-3", "F051D"), TIMER_ALERT("mdi2t-timer-alert", "F1ACC"), TIMER_ALERT_OUTLINE("mdi2t-timer-alert-outline", "F1ACD"), TIMER_CANCEL("mdi2t-timer-cancel", "F1ACE"), TIMER_CANCEL_OUTLINE("mdi2t-timer-cancel-outline", "F1ACF"), TIMER_CHECK("mdi2t-timer-check", "F1AD0"), TIMER_CHECK_OUTLINE("mdi2t-timer-check-outline", "F1AD1"), TIMER_COG("mdi2t-timer-cog", "F1925"), TIMER_COG_OUTLINE("mdi2t-timer-cog-outline", "F1926"), TIMER_EDIT("mdi2t-timer-edit", "F1AD2"), TIMER_EDIT_OUTLINE("mdi2t-timer-edit-outline", "F1AD3"), TIMER_LOCK("mdi2t-timer-lock", "F1AD4"), TIMER_LOCK_OPEN("mdi2t-timer-lock-open", "F1AD5"), TIMER_LOCK_OPEN_OUTLINE("mdi2t-timer-lock-open-outline", "F1AD6"), TIMER_LOCK_OUTLINE("mdi2t-timer-lock-outline", "F1AD7"), TIMER_MARKER("mdi2t-timer-marker", "F1AD8"), TIMER_MARKER_OUTLINE("mdi2t-timer-marker-outline", "F1AD9"), TIMER_MINUS("mdi2t-timer-minus", "F1ADA"), TIMER_MINUS_OUTLINE("mdi2t-timer-minus-outline", "F1ADB"), TIMER_MUSIC("mdi2t-timer-music", "F1ADC"), TIMER_MUSIC_OUTLINE("mdi2t-timer-music-outline", "F1ADD"), TIMER_OFF("mdi2t-timer-off", "F13AC"), TIMER_OFF_OUTLINE("mdi2t-timer-off-outline", "F051E"), TIMER_OUTLINE("mdi2t-timer-outline", "F051B"), TIMER_PAUSE("mdi2t-timer-pause", "F1ADE"), TIMER_PAUSE_OUTLINE("mdi2t-timer-pause-outline", "F1ADF"), TIMER_PLAY("mdi2t-timer-play", "F1AE0"), TIMER_PLAY_OUTLINE("mdi2t-timer-play-outline", "F1AE1"), TIMER_PLUS("mdi2t-timer-plus", "F1AE2"), TIMER_PLUS_OUTLINE("mdi2t-timer-plus-outline", "F1AE3"), TIMER_REFRESH("mdi2t-timer-refresh", "F1AE4"), TIMER_REFRESH_OUTLINE("mdi2t-timer-refresh-outline", "F1AE5"), TIMER_REMOVE("mdi2t-timer-remove", "F1AE6"), TIMER_REMOVE_OUTLINE("mdi2t-timer-remove-outline", "F1AE7"), TIMER_SAND("mdi2t-timer-sand", "F051F"), TIMER_SAND_COMPLETE("mdi2t-timer-sand-complete", "F199F"), TIMER_SAND_EMPTY("mdi2t-timer-sand-empty", "F06AD"), TIMER_SAND_FULL("mdi2t-timer-sand-full", "F078C"), TIMER_SAND_PAUSED("mdi2t-timer-sand-paused", "F19A0"), TIMER_SETTINGS("mdi2t-timer-settings", "F1923"), TIMER_SETTINGS_OUTLINE("mdi2t-timer-settings-outline", "F1924"), TIMER_STAR("mdi2t-timer-star", "F1AE8"), TIMER_STAR_OUTLINE("mdi2t-timer-star-outline", "F1AE9"), TIMER_STOP("mdi2t-timer-stop", "F1AEA"), TIMER_STOP_OUTLINE("mdi2t-timer-stop-outline", "F1AEB"), TIMER_SYNC("mdi2t-timer-sync", "F1AEC"), TIMER_SYNC_OUTLINE("mdi2t-timer-sync-outline", "F1AED"), TIMETABLE("mdi2t-timetable", "F0520"), TIRE("mdi2t-tire", "F1896"), TOASTER("mdi2t-toaster", "F1063"), TOASTER_OFF("mdi2t-toaster-off", "F11B7"), TOASTER_OVEN("mdi2t-toaster-oven", "F0CD3"), TOGGLE_SWITCH("mdi2t-toggle-switch", "F0521"), TOGGLE_SWITCH_OFF("mdi2t-toggle-switch-off", "F0522"), TOGGLE_SWITCH_OFF_OUTLINE("mdi2t-toggle-switch-off-outline", "F0A19"), TOGGLE_SWITCH_OUTLINE("mdi2t-toggle-switch-outline", "F0A1A"), TOGGLE_SWITCH_VARIANT("mdi2t-toggle-switch-variant", "F1A25"), TOGGLE_SWITCH_VARIANT_OFF("mdi2t-toggle-switch-variant-off", "F1A26"), TOILET("mdi2t-toilet", "F09AB"), TOOLBOX("mdi2t-toolbox", "F09AC"), TOOLBOX_OUTLINE("mdi2t-toolbox-outline", "F09AD"), TOOLS("mdi2t-tools", "F1064"), TOOLTIP("mdi2t-tooltip", "F0523"), TOOLTIP_ACCOUNT("mdi2t-tooltip-account", "F000C"), TOOLTIP_CELLPHONE("mdi2t-tooltip-cellphone", "F183B"), TOOLTIP_CHECK("mdi2t-tooltip-check", "F155C"), TOOLTIP_CHECK_OUTLINE("mdi2t-tooltip-check-outline", "F155D"), TOOLTIP_EDIT("mdi2t-tooltip-edit", "F0524"), TOOLTIP_EDIT_OUTLINE("mdi2t-tooltip-edit-outline", "F12C5"), TOOLTIP_IMAGE("mdi2t-tooltip-image", "F0525"), TOOLTIP_IMAGE_OUTLINE("mdi2t-tooltip-image-outline", "F0BD5"), TOOLTIP_MINUS("mdi2t-tooltip-minus", "F155E"), TOOLTIP_MINUS_OUTLINE("mdi2t-tooltip-minus-outline", "F155F"), TOOLTIP_OUTLINE("mdi2t-tooltip-outline", "F0526"), TOOLTIP_PLUS("mdi2t-tooltip-plus", "F0BD6"), TOOLTIP_PLUS_OUTLINE("mdi2t-tooltip-plus-outline", "F0527"), TOOLTIP_QUESTION("mdi2t-tooltip-question", "F1BBA"), TOOLTIP_QUESTION_OUTLINE("mdi2t-tooltip-question-outline", "F1BBB"), TOOLTIP_REMOVE("mdi2t-tooltip-remove", "F1560"), TOOLTIP_REMOVE_OUTLINE("mdi2t-tooltip-remove-outline", "F1561"), TOOLTIP_TEXT("mdi2t-tooltip-text", "F0528"), TOOLTIP_TEXT_OUTLINE("mdi2t-tooltip-text-outline", "F0BD7"), TOOTH("mdi2t-tooth", "F08C3"), TOOTH_OUTLINE("mdi2t-tooth-outline", "F0529"), TOOTHBRUSH("mdi2t-toothbrush", "F1129"), TOOTHBRUSH_ELECTRIC("mdi2t-toothbrush-electric", "F112C"), TOOTHBRUSH_PASTE("mdi2t-toothbrush-paste", "F112A"), TORCH("mdi2t-torch", "F1606"), TORTOISE("mdi2t-tortoise", "F0D3B"), TOSLINK("mdi2t-toslink", "F12B8"), TOUCH_TEXT_OUTLINE("mdi2t-touch-text-outline", "F1C60"), TOURNAMENT("mdi2t-tournament", "F09AE"), TOW_TRUCK("mdi2t-tow-truck", "F083C"), TOWER_BEACH("mdi2t-tower-beach", "F0681"), TOWER_FIRE("mdi2t-tower-fire", "F0682"), TOWN_HALL("mdi2t-town-hall", "F1875"), TOY_BRICK("mdi2t-toy-brick", "F1288"), TOY_BRICK_MARKER("mdi2t-toy-brick-marker", "F1289"), TOY_BRICK_MARKER_OUTLINE("mdi2t-toy-brick-marker-outline", "F128A"), TOY_BRICK_MINUS("mdi2t-toy-brick-minus", "F128B"), TOY_BRICK_MINUS_OUTLINE("mdi2t-toy-brick-minus-outline", "F128C"), TOY_BRICK_OUTLINE("mdi2t-toy-brick-outline", "F128D"), TOY_BRICK_PLUS("mdi2t-toy-brick-plus", "F128E"), TOY_BRICK_PLUS_OUTLINE("mdi2t-toy-brick-plus-outline", "F128F"), TOY_BRICK_REMOVE("mdi2t-toy-brick-remove", "F1290"), TOY_BRICK_REMOVE_OUTLINE("mdi2t-toy-brick-remove-outline", "F1291"), TOY_BRICK_SEARCH("mdi2t-toy-brick-search", "F1292"), TOY_BRICK_SEARCH_OUTLINE("mdi2t-toy-brick-search-outline", "F1293"), TRACK_LIGHT("mdi2t-track-light", "F0914"), TRACK_LIGHT_OFF("mdi2t-track-light-off", "F1B01"), TRACKPAD("mdi2t-trackpad", "F07F8"), TRACKPAD_LOCK("mdi2t-trackpad-lock", "F0933"), TRACTOR("mdi2t-tractor", "F0892"), TRACTOR_VARIANT("mdi2t-tractor-variant", "F14C4"), TRADEMARK("mdi2t-trademark", "F0A78"), TRAFFIC_CONE("mdi2t-traffic-cone", "F137C"), TRAFFIC_LIGHT("mdi2t-traffic-light", "F052B"), TRAFFIC_LIGHT_OUTLINE("mdi2t-traffic-light-outline", "F182A"), TRAIN("mdi2t-train", "F052C"), TRAIN_BUS("mdi2t-train-bus", "F1CC7"), TRAIN_CAR("mdi2t-train-car", "F0BD8"), TRAIN_CAR_AUTORACK("mdi2t-train-car-autorack", "F1B2D"), TRAIN_CAR_BOX("mdi2t-train-car-box", "F1B2E"), TRAIN_CAR_BOX_FULL("mdi2t-train-car-box-full", "F1B2F"), TRAIN_CAR_BOX_OPEN("mdi2t-train-car-box-open", "F1B30"), TRAIN_CAR_CABOOSE("mdi2t-train-car-caboose", "F1B31"), TRAIN_CAR_CENTERBEAM("mdi2t-train-car-centerbeam", "F1B32"), TRAIN_CAR_CENTERBEAM_FULL("mdi2t-train-car-centerbeam-full", "F1B33"), TRAIN_CAR_CONTAINER("mdi2t-train-car-container", "F1B34"), TRAIN_CAR_FLATBED("mdi2t-train-car-flatbed", "F1B35"), TRAIN_CAR_FLATBED_CAR("mdi2t-train-car-flatbed-car", "F1B36"), TRAIN_CAR_FLATBED_TANK("mdi2t-train-car-flatbed-tank", "F1B37"), TRAIN_CAR_GONDOLA("mdi2t-train-car-gondola", "F1B38"), TRAIN_CAR_GONDOLA_FULL("mdi2t-train-car-gondola-full", "F1B39"), TRAIN_CAR_HOPPER("mdi2t-train-car-hopper", "F1B3A"), TRAIN_CAR_HOPPER_COVERED("mdi2t-train-car-hopper-covered", "F1B3B"), TRAIN_CAR_HOPPER_FULL("mdi2t-train-car-hopper-full", "F1B3C"), TRAIN_CAR_INTERMODAL("mdi2t-train-car-intermodal", "F1B3D"), TRAIN_CAR_PASSENGER("mdi2t-train-car-passenger", "F1733"), TRAIN_CAR_PASSENGER_DOOR("mdi2t-train-car-passenger-door", "F1734"), TRAIN_CAR_PASSENGER_DOOR_OPEN("mdi2t-train-car-passenger-door-open", "F1735"), TRAIN_CAR_PASSENGER_VARIANT("mdi2t-train-car-passenger-variant", "F1736"), TRAIN_CAR_TANK("mdi2t-train-car-tank", "F1B3E"), TRAIN_VARIANT("mdi2t-train-variant", "F08C4"), TRAM("mdi2t-tram", "F052D"), TRAM_SIDE("mdi2t-tram-side", "F0FE7"), TRANSCRIBE("mdi2t-transcribe", "F052E"), TRANSCRIBE_CLOSE("mdi2t-transcribe-close", "F052F"), TRANSFER("mdi2t-transfer", "F1065"), TRANSFER_DOWN("mdi2t-transfer-down", "F0DA1"), TRANSFER_LEFT("mdi2t-transfer-left", "F0DA2"), TRANSFER_RIGHT("mdi2t-transfer-right", "F0530"), TRANSFER_UP("mdi2t-transfer-up", "F0DA3"), TRANSIT_CONNECTION("mdi2t-transit-connection", "F0D3C"), TRANSIT_CONNECTION_HORIZONTAL("mdi2t-transit-connection-horizontal", "F1546"), TRANSIT_CONNECTION_VARIANT("mdi2t-transit-connection-variant", "F0D3D"), TRANSIT_DETOUR("mdi2t-transit-detour", "F0F8B"), TRANSIT_SKIP("mdi2t-transit-skip", "F1515"), TRANSIT_TRANSFER("mdi2t-transit-transfer", "F06AE"), TRANSITION("mdi2t-transition", "F0915"), TRANSITION_MASKED("mdi2t-transition-masked", "F0916"), TRANSLATE("mdi2t-translate", "F05CA"), TRANSLATE_OFF("mdi2t-translate-off", "F0E06"), TRANSLATE_VARIANT("mdi2t-translate-variant", "F1B99"), TRANSMISSION_TOWER("mdi2t-transmission-tower", "F0D3E"), TRANSMISSION_TOWER_EXPORT("mdi2t-transmission-tower-export", "F192C"), TRANSMISSION_TOWER_IMPORT("mdi2t-transmission-tower-import", "F192D"), TRANSMISSION_TOWER_OFF("mdi2t-transmission-tower-off", "F19DD"), TRASH_CAN("mdi2t-trash-can", "F0A79"), TRASH_CAN_OUTLINE("mdi2t-trash-can-outline", "F0A7A"), TRAY("mdi2t-tray", "F1294"), TRAY_ALERT("mdi2t-tray-alert", "F1295"), TRAY_ARROW_DOWN("mdi2t-tray-arrow-down", "F0120"), TRAY_ARROW_UP("mdi2t-tray-arrow-up", "F011D"), TRAY_FULL("mdi2t-tray-full", "F1296"), TRAY_MINUS("mdi2t-tray-minus", "F1297"), TRAY_PLUS("mdi2t-tray-plus", "F1298"), TRAY_REMOVE("mdi2t-tray-remove", "F1299"), TREASURE_CHEST("mdi2t-treasure-chest", "F0726"), TREASURE_CHEST_OUTLINE("mdi2t-treasure-chest-outline", "F1C77"), TREE("mdi2t-tree", "F0531"), TREE_OUTLINE("mdi2t-tree-outline", "F0E69"), TRELLO("mdi2t-trello", "F0532"), TRENDING_DOWN("mdi2t-trending-down", "F0533"), TRENDING_NEUTRAL("mdi2t-trending-neutral", "F0534"), TRENDING_UP("mdi2t-trending-up", "F0535"), TRIANGLE("mdi2t-triangle", "F0536"), TRIANGLE_DOWN("mdi2t-triangle-down", "F1C56"), TRIANGLE_DOWN_OUTLINE("mdi2t-triangle-down-outline", "F1C57"), TRIANGLE_OUTLINE("mdi2t-triangle-outline", "F0537"), TRIANGLE_SMALL_DOWN("mdi2t-triangle-small-down", "F1A09"), TRIANGLE_SMALL_UP("mdi2t-triangle-small-up", "F1A0A"), TRIANGLE_WAVE("mdi2t-triangle-wave", "F147C"), TRIFORCE("mdi2t-triforce", "F0BD9"), TROPHY("mdi2t-trophy", "F0538"), TROPHY_AWARD("mdi2t-trophy-award", "F0539"), TROPHY_BROKEN("mdi2t-trophy-broken", "F0DA4"), TROPHY_OUTLINE("mdi2t-trophy-outline", "F053A"), TROPHY_VARIANT("mdi2t-trophy-variant", "F053B"), TROPHY_VARIANT_OUTLINE("mdi2t-trophy-variant-outline", "F053C"), TRUCK("mdi2t-truck", "F053D"), TRUCK_ALERT("mdi2t-truck-alert", "F19DE"), TRUCK_ALERT_OUTLINE("mdi2t-truck-alert-outline", "F19DF"), TRUCK_CARGO_CONTAINER("mdi2t-truck-cargo-container", "F18D8"), TRUCK_CHECK("mdi2t-truck-check", "F0CD4"), TRUCK_CHECK_OUTLINE("mdi2t-truck-check-outline", "F129A"), TRUCK_DELIVERY("mdi2t-truck-delivery", "F053E"), TRUCK_DELIVERY_OUTLINE("mdi2t-truck-delivery-outline", "F129B"), TRUCK_FAST("mdi2t-truck-fast", "F0788"), TRUCK_FAST_OUTLINE("mdi2t-truck-fast-outline", "F129C"), TRUCK_FLATBED("mdi2t-truck-flatbed", "F1891"), TRUCK_MINUS("mdi2t-truck-minus", "F19AE"), TRUCK_MINUS_OUTLINE("mdi2t-truck-minus-outline", "F19BD"), TRUCK_OFF_ROAD("mdi2t-truck-off-road", "F1C9E"), TRUCK_OFF_ROAD_OFF("mdi2t-truck-off-road-off", "F1C9F"), TRUCK_OUTLINE("mdi2t-truck-outline", "F129D"), TRUCK_PLUS("mdi2t-truck-plus", "F19AD"), TRUCK_PLUS_OUTLINE("mdi2t-truck-plus-outline", "F19BC"), TRUCK_REMOVE("mdi2t-truck-remove", "F19AF"), TRUCK_REMOVE_OUTLINE("mdi2t-truck-remove-outline", "F19BE"), TRUCK_SNOWFLAKE("mdi2t-truck-snowflake", "F19A6"), TRUCK_TRAILER("mdi2t-truck-trailer", "F0727"), TRUMPET("mdi2t-trumpet", "F1096"), TSHIRT_CREW("mdi2t-tshirt-crew", "F0A7B"), TSHIRT_CREW_OUTLINE("mdi2t-tshirt-crew-outline", "F053F"), TSHIRT_V("mdi2t-tshirt-v", "F0A7C"), TSHIRT_V_OUTLINE("mdi2t-tshirt-v-outline", "F0540"), TSUNAMI("mdi2t-tsunami", "F1A81"), TUMBLE_DRYER("mdi2t-tumble-dryer", "F0917"), TUMBLE_DRYER_ALERT("mdi2t-tumble-dryer-alert", "F11BA"), TUMBLE_DRYER_OFF("mdi2t-tumble-dryer-off", "F11BB"), TUNE("mdi2t-tune", "F062E"), TUNE_VARIANT("mdi2t-tune-variant", "F1542"), TUNE_VERTICAL("mdi2t-tune-vertical", "F066A"), TUNE_VERTICAL_VARIANT("mdi2t-tune-vertical-variant", "F1543"), TUNNEL("mdi2t-tunnel", "F183D"), TUNNEL_OUTLINE("mdi2t-tunnel-outline", "F183E"), TURBINE("mdi2t-turbine", "F1A82"), TURKEY("mdi2t-turkey", "F171B"), TURNSTILE("mdi2t-turnstile", "F0CD5"), TURNSTILE_OUTLINE("mdi2t-turnstile-outline", "F0CD6"), TURTLE("mdi2t-turtle", "F0CD7"), TWITCH("mdi2t-twitch", "F0543"), TWITTER("mdi2t-twitter", "F0544"), TWO_FACTOR_AUTHENTICATION("mdi2t-two-factor-authentication", "F09AF"), TYPEWRITER("mdi2t-typewriter", "F0F2D"); public static MaterialDesignT findByDescription(String description) { for (MaterialDesignT font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignT(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignTIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignTIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2t-"); } @Override public Ikon resolve(String description) { return MaterialDesignT.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignTIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignTIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignT.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignU.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignU implements Ikon { UBISOFT("mdi2u-ubisoft", "F0BDA"), UBUNTU("mdi2u-ubuntu", "F0548"), UFO("mdi2u-ufo", "F10C4"), UFO_OUTLINE("mdi2u-ufo-outline", "F10C5"), ULTRA_HIGH_DEFINITION("mdi2u-ultra-high-definition", "F07F9"), UMBRACO("mdi2u-umbraco", "F0549"), UMBRELLA("mdi2u-umbrella", "F054A"), UMBRELLA_BEACH("mdi2u-umbrella-beach", "F188A"), UMBRELLA_BEACH_OUTLINE("mdi2u-umbrella-beach-outline", "F188B"), UMBRELLA_CLOSED("mdi2u-umbrella-closed", "F09B0"), UMBRELLA_CLOSED_OUTLINE("mdi2u-umbrella-closed-outline", "F13E2"), UMBRELLA_CLOSED_VARIANT("mdi2u-umbrella-closed-variant", "F13E1"), UMBRELLA_OUTLINE("mdi2u-umbrella-outline", "F054B"), UNDERWEAR_OUTLINE("mdi2u-underwear-outline", "F1D0F"), UNDO("mdi2u-undo", "F054C"), UNDO_VARIANT("mdi2u-undo-variant", "F054D"), UNFOLD_LESS_HORIZONTAL("mdi2u-unfold-less-horizontal", "F054E"), UNFOLD_LESS_VERTICAL("mdi2u-unfold-less-vertical", "F0760"), UNFOLD_MORE_HORIZONTAL("mdi2u-unfold-more-horizontal", "F054F"), UNFOLD_MORE_VERTICAL("mdi2u-unfold-more-vertical", "F0761"), UNGROUP("mdi2u-ungroup", "F0550"), UNICODE("mdi2u-unicode", "F0ED0"), UNICORN("mdi2u-unicorn", "F15C2"), UNICORN_VARIANT("mdi2u-unicorn-variant", "F15C3"), UNICYCLE("mdi2u-unicycle", "F15E5"), UNITY("mdi2u-unity", "F06AF"), UNREAL("mdi2u-unreal", "F09B1"), UPDATE("mdi2u-update", "F06B0"), UPLOAD("mdi2u-upload", "F0552"), UPLOAD_BOX("mdi2u-upload-box", "F1D10"), UPLOAD_BOX_OUTLINE("mdi2u-upload-box-outline", "F1D11"), UPLOAD_CIRCLE("mdi2u-upload-circle", "F1D12"), UPLOAD_CIRCLE_OUTLINE("mdi2u-upload-circle-outline", "F1D13"), UPLOAD_LOCK("mdi2u-upload-lock", "F1373"), UPLOAD_LOCK_OUTLINE("mdi2u-upload-lock-outline", "F1374"), UPLOAD_MULTIPLE("mdi2u-upload-multiple", "F083D"), UPLOAD_MULTIPLE_OUTLINE("mdi2u-upload-multiple-outline", "F1D14"), UPLOAD_NETWORK("mdi2u-upload-network", "F06F6"), UPLOAD_NETWORK_OUTLINE("mdi2u-upload-network-outline", "F0CD8"), UPLOAD_OFF("mdi2u-upload-off", "F10C6"), UPLOAD_OFF_OUTLINE("mdi2u-upload-off-outline", "F10C7"), UPLOAD_OUTLINE("mdi2u-upload-outline", "F0E07"), USB("mdi2u-usb", "F0553"), USB_C_PORT("mdi2u-usb-c-port", "F1CBF"), USB_FLASH_DRIVE("mdi2u-usb-flash-drive", "F129E"), USB_FLASH_DRIVE_OUTLINE("mdi2u-usb-flash-drive-outline", "F129F"), USB_PORT("mdi2u-usb-port", "F11F0"); public static MaterialDesignU findByDescription(String description) { for (MaterialDesignU font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignU(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignUIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignUIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2u-"); } @Override public Ikon resolve(String description) { return MaterialDesignU.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignUIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignUIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignU.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignV.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignV implements Ikon { VACUUM("mdi2v-vacuum", "F19A1"), VACUUM_OUTLINE("mdi2v-vacuum-outline", "F19A2"), VALVE("mdi2v-valve", "F1066"), VALVE_CLOSED("mdi2v-valve-closed", "F1067"), VALVE_OPEN("mdi2v-valve-open", "F1068"), VAN_PASSENGER("mdi2v-van-passenger", "F07FA"), VAN_UTILITY("mdi2v-van-utility", "F07FB"), VANISH("mdi2v-vanish", "F07FC"), VANISH_QUARTER("mdi2v-vanish-quarter", "F1554"), VANITY_LIGHT("mdi2v-vanity-light", "F11E1"), VARIABLE("mdi2v-variable", "F0AE7"), VARIABLE_BOX("mdi2v-variable-box", "F1111"), VECTOR_ARRANGE_ABOVE("mdi2v-vector-arrange-above", "F0554"), VECTOR_ARRANGE_BELOW("mdi2v-vector-arrange-below", "F0555"), VECTOR_BEZIER("mdi2v-vector-bezier", "F0AE8"), VECTOR_CIRCLE("mdi2v-vector-circle", "F0556"), VECTOR_CIRCLE_VARIANT("mdi2v-vector-circle-variant", "F0557"), VECTOR_COMBINE("mdi2v-vector-combine", "F0558"), VECTOR_CURVE("mdi2v-vector-curve", "F0559"), VECTOR_DIFFERENCE("mdi2v-vector-difference", "F055A"), VECTOR_DIFFERENCE_AB("mdi2v-vector-difference-ab", "F055B"), VECTOR_DIFFERENCE_BA("mdi2v-vector-difference-ba", "F055C"), VECTOR_ELLIPSE("mdi2v-vector-ellipse", "F0893"), VECTOR_INTERSECTION("mdi2v-vector-intersection", "F055D"), VECTOR_LINE("mdi2v-vector-line", "F055E"), VECTOR_LINK("mdi2v-vector-link", "F0FE8"), VECTOR_POINT("mdi2v-vector-point", "F01C4"), VECTOR_POINT_EDIT("mdi2v-vector-point-edit", "F09E8"), VECTOR_POINT_MINUS("mdi2v-vector-point-minus", "F1B78"), VECTOR_POINT_PLUS("mdi2v-vector-point-plus", "F1B79"), VECTOR_POINT_SELECT("mdi2v-vector-point-select", "F055F"), VECTOR_POLYGON("mdi2v-vector-polygon", "F0560"), VECTOR_POLYGON_VARIANT("mdi2v-vector-polygon-variant", "F1856"), VECTOR_POLYLINE("mdi2v-vector-polyline", "F0561"), VECTOR_POLYLINE_EDIT("mdi2v-vector-polyline-edit", "F1225"), VECTOR_POLYLINE_MINUS("mdi2v-vector-polyline-minus", "F1226"), VECTOR_POLYLINE_PLUS("mdi2v-vector-polyline-plus", "F1227"), VECTOR_POLYLINE_REMOVE("mdi2v-vector-polyline-remove", "F1228"), VECTOR_RADIUS("mdi2v-vector-radius", "F074A"), VECTOR_RECTANGLE("mdi2v-vector-rectangle", "F05C6"), VECTOR_SELECTION("mdi2v-vector-selection", "F0562"), VECTOR_SQUARE("mdi2v-vector-square", "F0001"), VECTOR_SQUARE_CLOSE("mdi2v-vector-square-close", "F1857"), VECTOR_SQUARE_EDIT("mdi2v-vector-square-edit", "F18D9"), VECTOR_SQUARE_MINUS("mdi2v-vector-square-minus", "F18DA"), VECTOR_SQUARE_OPEN("mdi2v-vector-square-open", "F1858"), VECTOR_SQUARE_PLUS("mdi2v-vector-square-plus", "F18DB"), VECTOR_SQUARE_REMOVE("mdi2v-vector-square-remove", "F18DC"), VECTOR_TRIANGLE("mdi2v-vector-triangle", "F0563"), VECTOR_UNION("mdi2v-vector-union", "F0564"), VHS("mdi2v-vhs", "F0A1B"), VIBRATE("mdi2v-vibrate", "F0566"), VIBRATE_OFF("mdi2v-vibrate-off", "F0CD9"), VIDEO("mdi2v-video", "F0567"), VIDEO_2D("mdi2v-video-2d", "F1A1C"), VIDEO_3D("mdi2v-video-3d", "F07FD"), VIDEO_3D_OFF("mdi2v-video-3d-off", "F13D9"), VIDEO_3D_VARIANT("mdi2v-video-3d-variant", "F0ED1"), VIDEO_4K_BOX("mdi2v-video-4k-box", "F083E"), VIDEO_ACCOUNT("mdi2v-video-account", "F0919"), VIDEO_BOX("mdi2v-video-box", "F00FD"), VIDEO_BOX_OFF("mdi2v-video-box-off", "F00FE"), VIDEO_CHECK("mdi2v-video-check", "F1069"), VIDEO_CHECK_OUTLINE("mdi2v-video-check-outline", "F106A"), VIDEO_HIGH_DEFINITION("mdi2v-video-high-definition", "F152E"), VIDEO_IMAGE("mdi2v-video-image", "F091A"), VIDEO_INPUT_ANTENNA("mdi2v-video-input-antenna", "F083F"), VIDEO_INPUT_COMPONENT("mdi2v-video-input-component", "F0840"), VIDEO_INPUT_HDMI("mdi2v-video-input-hdmi", "F0841"), VIDEO_INPUT_SCART("mdi2v-video-input-scart", "F0F8C"), VIDEO_INPUT_SVIDEO("mdi2v-video-input-svideo", "F0842"), VIDEO_MARKER("mdi2v-video-marker", "F19A9"), VIDEO_MARKER_OUTLINE("mdi2v-video-marker-outline", "F19AA"), VIDEO_MINUS("mdi2v-video-minus", "F09B2"), VIDEO_MINUS_OUTLINE("mdi2v-video-minus-outline", "F02BA"), VIDEO_OFF("mdi2v-video-off", "F0568"), VIDEO_OFF_OUTLINE("mdi2v-video-off-outline", "F0BDB"), VIDEO_OUTLINE("mdi2v-video-outline", "F0BDC"), VIDEO_PLUS("mdi2v-video-plus", "F09B3"), VIDEO_PLUS_OUTLINE("mdi2v-video-plus-outline", "F01D3"), VIDEO_STABILIZATION("mdi2v-video-stabilization", "F091B"), VIDEO_STANDARD_DEFINITION("mdi2v-video-standard-definition", "F1CA0"), VIDEO_SWITCH("mdi2v-video-switch", "F0569"), VIDEO_SWITCH_OUTLINE("mdi2v-video-switch-outline", "F0790"), VIDEO_VINTAGE("mdi2v-video-vintage", "F0A1C"), VIDEO_WIRELESS("mdi2v-video-wireless", "F0ED2"), VIDEO_WIRELESS_OUTLINE("mdi2v-video-wireless-outline", "F0ED3"), VIEW_AGENDA("mdi2v-view-agenda", "F056A"), VIEW_AGENDA_OUTLINE("mdi2v-view-agenda-outline", "F11D8"), VIEW_ARRAY("mdi2v-view-array", "F056B"), VIEW_ARRAY_OUTLINE("mdi2v-view-array-outline", "F1485"), VIEW_CAROUSEL("mdi2v-view-carousel", "F056C"), VIEW_CAROUSEL_OUTLINE("mdi2v-view-carousel-outline", "F1486"), VIEW_COLUMN("mdi2v-view-column", "F056D"), VIEW_COLUMN_OUTLINE("mdi2v-view-column-outline", "F1487"), VIEW_COMFY("mdi2v-view-comfy", "F0E6A"), VIEW_COMFY_OUTLINE("mdi2v-view-comfy-outline", "F1488"), VIEW_COMPACT("mdi2v-view-compact", "F0E6B"), VIEW_COMPACT_OUTLINE("mdi2v-view-compact-outline", "F0E6C"), VIEW_DASHBOARD("mdi2v-view-dashboard", "F056E"), VIEW_DASHBOARD_EDIT("mdi2v-view-dashboard-edit", "F1947"), VIEW_DASHBOARD_EDIT_OUTLINE("mdi2v-view-dashboard-edit-outline", "F1948"), VIEW_DASHBOARD_OUTLINE("mdi2v-view-dashboard-outline", "F0A1D"), VIEW_DASHBOARD_VARIANT("mdi2v-view-dashboard-variant", "F0843"), VIEW_DASHBOARD_VARIANT_OUTLINE("mdi2v-view-dashboard-variant-outline", "F1489"), VIEW_DAY("mdi2v-view-day", "F056F"), VIEW_DAY_OUTLINE("mdi2v-view-day-outline", "F148A"), VIEW_GALLERY("mdi2v-view-gallery", "F1888"), VIEW_GALLERY_OUTLINE("mdi2v-view-gallery-outline", "F1889"), VIEW_GRID("mdi2v-view-grid", "F0570"), VIEW_GRID_COMPACT("mdi2v-view-grid-compact", "F1C61"), VIEW_GRID_OUTLINE("mdi2v-view-grid-outline", "F11D9"), VIEW_GRID_PLUS("mdi2v-view-grid-plus", "F0F8D"), VIEW_GRID_PLUS_OUTLINE("mdi2v-view-grid-plus-outline", "F11DA"), VIEW_HEADLINE("mdi2v-view-headline", "F0571"), VIEW_LIST("mdi2v-view-list", "F0572"), VIEW_LIST_OUTLINE("mdi2v-view-list-outline", "F148B"), VIEW_MODULE("mdi2v-view-module", "F0573"), VIEW_MODULE_OUTLINE("mdi2v-view-module-outline", "F148C"), VIEW_PARALLEL("mdi2v-view-parallel", "F0728"), VIEW_PARALLEL_OUTLINE("mdi2v-view-parallel-outline", "F148D"), VIEW_QUILT("mdi2v-view-quilt", "F0574"), VIEW_QUILT_OUTLINE("mdi2v-view-quilt-outline", "F148E"), VIEW_SEQUENTIAL("mdi2v-view-sequential", "F0729"), VIEW_SEQUENTIAL_OUTLINE("mdi2v-view-sequential-outline", "F148F"), VIEW_SPLIT_HORIZONTAL("mdi2v-view-split-horizontal", "F0BCB"), VIEW_SPLIT_VERTICAL("mdi2v-view-split-vertical", "F0BCC"), VIEW_STREAM("mdi2v-view-stream", "F0575"), VIEW_STREAM_OUTLINE("mdi2v-view-stream-outline", "F1490"), VIEW_WEEK("mdi2v-view-week", "F0576"), VIEW_WEEK_OUTLINE("mdi2v-view-week-outline", "F1491"), VIMEO("mdi2v-vimeo", "F0577"), VIOLIN("mdi2v-violin", "F060F"), VIRTUAL_REALITY("mdi2v-virtual-reality", "F0894"), VIRUS("mdi2v-virus", "F13B6"), VIRUS_OFF("mdi2v-virus-off", "F18E1"), VIRUS_OFF_OUTLINE("mdi2v-virus-off-outline", "F18E2"), VIRUS_OUTLINE("mdi2v-virus-outline", "F13B7"), VLC("mdi2v-vlc", "F057C"), VOICEMAIL("mdi2v-voicemail", "F057D"), VOLCANO("mdi2v-volcano", "F1A83"), VOLCANO_OUTLINE("mdi2v-volcano-outline", "F1A84"), VOLLEYBALL("mdi2v-volleyball", "F09B4"), VOLUME_EQUAL("mdi2v-volume-equal", "F1B10"), VOLUME_HIGH("mdi2v-volume-high", "F057E"), VOLUME_LOW("mdi2v-volume-low", "F057F"), VOLUME_MEDIUM("mdi2v-volume-medium", "F0580"), VOLUME_MINUS("mdi2v-volume-minus", "F075E"), VOLUME_MUTE("mdi2v-volume-mute", "F075F"), VOLUME_OFF("mdi2v-volume-off", "F0581"), VOLUME_PLUS("mdi2v-volume-plus", "F075D"), VOLUME_SOURCE("mdi2v-volume-source", "F1120"), VOLUME_VARIANT_OFF("mdi2v-volume-variant-off", "F0E08"), VOLUME_VIBRATE("mdi2v-volume-vibrate", "F1121"), VOTE("mdi2v-vote", "F0A1F"), VOTE_OUTLINE("mdi2v-vote-outline", "F0A20"), VPN("mdi2v-vpn", "F0582"), VUEJS("mdi2v-vuejs", "F0844"), VUETIFY("mdi2v-vuetify", "F0E6D"); public static MaterialDesignV findByDescription(String description) { for (MaterialDesignV font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignV(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignVIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignVIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2v-"); } @Override public Ikon resolve(String description) { return MaterialDesignV.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignVIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignVIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignV.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignW.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignW implements Ikon { WALK("mdi2w-walk", "F0583"), WALL("mdi2w-wall", "F07FE"), WALL_FIRE("mdi2w-wall-fire", "F1A11"), WALL_SCONCE("mdi2w-wall-sconce", "F091C"), WALL_SCONCE_FLAT("mdi2w-wall-sconce-flat", "F091D"), WALL_SCONCE_FLAT_OUTLINE("mdi2w-wall-sconce-flat-outline", "F17C9"), WALL_SCONCE_FLAT_VARIANT("mdi2w-wall-sconce-flat-variant", "F041C"), WALL_SCONCE_FLAT_VARIANT_OUTLINE("mdi2w-wall-sconce-flat-variant-outline", "F17CA"), WALL_SCONCE_OUTLINE("mdi2w-wall-sconce-outline", "F17CB"), WALL_SCONCE_ROUND("mdi2w-wall-sconce-round", "F0748"), WALL_SCONCE_ROUND_OUTLINE("mdi2w-wall-sconce-round-outline", "F17CC"), WALL_SCONCE_ROUND_VARIANT("mdi2w-wall-sconce-round-variant", "F091E"), WALL_SCONCE_ROUND_VARIANT_OUTLINE("mdi2w-wall-sconce-round-variant-outline", "F17CD"), WALLET("mdi2w-wallet", "F0584"), WALLET_BIFOLD("mdi2w-wallet-bifold", "F1C58"), WALLET_BIFOLD_OUTLINE("mdi2w-wallet-bifold-outline", "F1C59"), WALLET_GIFTCARD("mdi2w-wallet-giftcard", "F0585"), WALLET_MEMBERSHIP("mdi2w-wallet-membership", "F0586"), WALLET_OUTLINE("mdi2w-wallet-outline", "F0BDD"), WALLET_PLUS("mdi2w-wallet-plus", "F0F8E"), WALLET_PLUS_OUTLINE("mdi2w-wallet-plus-outline", "F0F8F"), WALLET_TRAVEL("mdi2w-wallet-travel", "F0587"), WALLPAPER("mdi2w-wallpaper", "F0E09"), WAN("mdi2w-wan", "F0588"), WARDROBE("mdi2w-wardrobe", "F0F90"), WARDROBE_OUTLINE("mdi2w-wardrobe-outline", "F0F91"), WAREHOUSE("mdi2w-warehouse", "F0F81"), WASHING_MACHINE("mdi2w-washing-machine", "F072A"), WASHING_MACHINE_ALERT("mdi2w-washing-machine-alert", "F11BC"), WASHING_MACHINE_OFF("mdi2w-washing-machine-off", "F11BD"), WATCH("mdi2w-watch", "F0589"), WATCH_EXPORT("mdi2w-watch-export", "F058A"), WATCH_EXPORT_VARIANT("mdi2w-watch-export-variant", "F0895"), WATCH_IMPORT("mdi2w-watch-import", "F058B"), WATCH_IMPORT_VARIANT("mdi2w-watch-import-variant", "F0896"), WATCH_VARIANT("mdi2w-watch-variant", "F0897"), WATCH_VIBRATE("mdi2w-watch-vibrate", "F06B1"), WATCH_VIBRATE_OFF("mdi2w-watch-vibrate-off", "F0CDA"), WATER("mdi2w-water", "F058C"), WATER_ALERT("mdi2w-water-alert", "F1502"), WATER_ALERT_OUTLINE("mdi2w-water-alert-outline", "F1503"), WATER_BOILER("mdi2w-water-boiler", "F0F92"), WATER_BOILER_ALERT("mdi2w-water-boiler-alert", "F11B3"), WATER_BOILER_AUTO("mdi2w-water-boiler-auto", "F1B98"), WATER_BOILER_OFF("mdi2w-water-boiler-off", "F11B4"), WATER_CHECK("mdi2w-water-check", "F1504"), WATER_CHECK_OUTLINE("mdi2w-water-check-outline", "F1505"), WATER_CIRCLE("mdi2w-water-circle", "F1806"), WATER_MINUS("mdi2w-water-minus", "F1506"), WATER_MINUS_OUTLINE("mdi2w-water-minus-outline", "F1507"), WATER_OFF("mdi2w-water-off", "F058D"), WATER_OFF_OUTLINE("mdi2w-water-off-outline", "F1508"), WATER_OPACITY("mdi2w-water-opacity", "F1855"), WATER_OUTLINE("mdi2w-water-outline", "F0E0A"), WATER_PERCENT("mdi2w-water-percent", "F058E"), WATER_PERCENT_ALERT("mdi2w-water-percent-alert", "F1509"), WATER_PLUS("mdi2w-water-plus", "F150A"), WATER_PLUS_OUTLINE("mdi2w-water-plus-outline", "F150B"), WATER_POLO("mdi2w-water-polo", "F12A0"), WATER_PUMP("mdi2w-water-pump", "F058F"), WATER_PUMP_OFF("mdi2w-water-pump-off", "F0F93"), WATER_REMOVE("mdi2w-water-remove", "F150C"), WATER_REMOVE_OUTLINE("mdi2w-water-remove-outline", "F150D"), WATER_SYNC("mdi2w-water-sync", "F17C6"), WATER_THERMOMETER("mdi2w-water-thermometer", "F1A85"), WATER_THERMOMETER_OUTLINE("mdi2w-water-thermometer-outline", "F1A86"), WATER_WELL("mdi2w-water-well", "F106B"), WATER_WELL_OUTLINE("mdi2w-water-well-outline", "F106C"), WATERFALL("mdi2w-waterfall", "F1849"), WATERING_CAN("mdi2w-watering-can", "F1481"), WATERING_CAN_OUTLINE("mdi2w-watering-can-outline", "F1482"), WATERMARK("mdi2w-watermark", "F0612"), WAVE("mdi2w-wave", "F0F2E"), WAVE_ARROW_DOWN("mdi2w-wave-arrow-down", "F1CB0"), WAVE_ARROW_UP("mdi2w-wave-arrow-up", "F1CB1"), WAVE_UNDERCURRENT("mdi2w-wave-undercurrent", "F1CC0"), WAVEFORM("mdi2w-waveform", "F147D"), WAVES("mdi2w-waves", "F078D"), WAVES_ARROW_LEFT("mdi2w-waves-arrow-left", "F1859"), WAVES_ARROW_RIGHT("mdi2w-waves-arrow-right", "F185A"), WAVES_ARROW_UP("mdi2w-waves-arrow-up", "F185B"), WAZE("mdi2w-waze", "F0BDE"), WEATHER_CLOUDY("mdi2w-weather-cloudy", "F0590"), WEATHER_CLOUDY_ALERT("mdi2w-weather-cloudy-alert", "F0F2F"), WEATHER_CLOUDY_ARROW_RIGHT("mdi2w-weather-cloudy-arrow-right", "F0E6E"), WEATHER_CLOUDY_CLOCK("mdi2w-weather-cloudy-clock", "F18F6"), WEATHER_DUST("mdi2w-weather-dust", "F1B5A"), WEATHER_FOG("mdi2w-weather-fog", "F0591"), WEATHER_HAIL("mdi2w-weather-hail", "F0592"), WEATHER_HAZY("mdi2w-weather-hazy", "F0F30"), WEATHER_HURRICANE("mdi2w-weather-hurricane", "F0898"), WEATHER_HURRICANE_OUTLINE("mdi2w-weather-hurricane-outline", "F1C78"), WEATHER_LIGHTNING("mdi2w-weather-lightning", "F0593"), WEATHER_LIGHTNING_RAINY("mdi2w-weather-lightning-rainy", "F067E"), WEATHER_MOONSET("mdi2w-weather-moonset", "F1D15"), WEATHER_MOONSET_DOWN("mdi2w-weather-moonset-down", "F1D16"), WEATHER_MOONSET_UP("mdi2w-weather-moonset-up", "F1D17"), WEATHER_NIGHT("mdi2w-weather-night", "F0594"), WEATHER_NIGHT_PARTLY_CLOUDY("mdi2w-weather-night-partly-cloudy", "F0F31"), WEATHER_PARTLY_CLOUDY("mdi2w-weather-partly-cloudy", "F0595"), WEATHER_PARTLY_LIGHTNING("mdi2w-weather-partly-lightning", "F0F32"), WEATHER_PARTLY_RAINY("mdi2w-weather-partly-rainy", "F0F33"), WEATHER_PARTLY_SNOWY("mdi2w-weather-partly-snowy", "F0F34"), WEATHER_PARTLY_SNOWY_RAINY("mdi2w-weather-partly-snowy-rainy", "F0F35"), WEATHER_POURING("mdi2w-weather-pouring", "F0596"), WEATHER_RAINY("mdi2w-weather-rainy", "F0597"), WEATHER_SNOWY("mdi2w-weather-snowy", "F0598"), WEATHER_SNOWY_HEAVY("mdi2w-weather-snowy-heavy", "F0F36"), WEATHER_SNOWY_RAINY("mdi2w-weather-snowy-rainy", "F067F"), WEATHER_SUNNY("mdi2w-weather-sunny", "F0599"), WEATHER_SUNNY_ALERT("mdi2w-weather-sunny-alert", "F0F37"), WEATHER_SUNNY_OFF("mdi2w-weather-sunny-off", "F14E4"), WEATHER_SUNSET("mdi2w-weather-sunset", "F059A"), WEATHER_SUNSET_DOWN("mdi2w-weather-sunset-down", "F059B"), WEATHER_SUNSET_UP("mdi2w-weather-sunset-up", "F059C"), WEATHER_TORNADO("mdi2w-weather-tornado", "F0F38"), WEATHER_WINDY("mdi2w-weather-windy", "F059D"), WEATHER_WINDY_VARIANT("mdi2w-weather-windy-variant", "F059E"), WEB("mdi2w-web", "F059F"), WEB_BOX("mdi2w-web-box", "F0F94"), WEB_CANCEL("mdi2w-web-cancel", "F1790"), WEB_CHECK("mdi2w-web-check", "F0789"), WEB_CLOCK("mdi2w-web-clock", "F124A"), WEB_MINUS("mdi2w-web-minus", "F10A0"), WEB_OFF("mdi2w-web-off", "F0A8E"), WEB_PLUS("mdi2w-web-plus", "F0033"), WEB_REFRESH("mdi2w-web-refresh", "F1791"), WEB_REMOVE("mdi2w-web-remove", "F0551"), WEB_SYNC("mdi2w-web-sync", "F1792"), WEBCAM("mdi2w-webcam", "F05A0"), WEBCAM_OFF("mdi2w-webcam-off", "F1737"), WEBHOOK("mdi2w-webhook", "F062F"), WEBPACK("mdi2w-webpack", "F072B"), WEBRTC("mdi2w-webrtc", "F1248"), WECHAT("mdi2w-wechat", "F0611"), WEIGHT("mdi2w-weight", "F05A1"), WEIGHT_GRAM("mdi2w-weight-gram", "F0D3F"), WEIGHT_KILOGRAM("mdi2w-weight-kilogram", "F05A2"), WEIGHT_LIFTER("mdi2w-weight-lifter", "F115D"), WEIGHT_POUND("mdi2w-weight-pound", "F09B5"), WHATSAPP("mdi2w-whatsapp", "F05A3"), WHEEL_BARROW("mdi2w-wheel-barrow", "F14F2"), WHEELCHAIR("mdi2w-wheelchair", "F1A87"), WHEELCHAIR_ACCESSIBILITY("mdi2w-wheelchair-accessibility", "F05A4"), WHISTLE("mdi2w-whistle", "F09B6"), WHISTLE_OUTLINE("mdi2w-whistle-outline", "F12BC"), WHITE_BALANCE_AUTO("mdi2w-white-balance-auto", "F05A5"), WHITE_BALANCE_INCANDESCENT("mdi2w-white-balance-incandescent", "F05A6"), WHITE_BALANCE_IRIDESCENT("mdi2w-white-balance-iridescent", "F05A7"), WHITE_BALANCE_SUNNY("mdi2w-white-balance-sunny", "F05A8"), WIDGETS("mdi2w-widgets", "F072C"), WIDGETS_OUTLINE("mdi2w-widgets-outline", "F1355"), WIFI("mdi2w-wifi", "F05A9"), WIFI_ALERT("mdi2w-wifi-alert", "F16B5"), WIFI_ARROW_DOWN("mdi2w-wifi-arrow-down", "F16B6"), WIFI_ARROW_LEFT("mdi2w-wifi-arrow-left", "F16B7"), WIFI_ARROW_LEFT_RIGHT("mdi2w-wifi-arrow-left-right", "F16B8"), WIFI_ARROW_RIGHT("mdi2w-wifi-arrow-right", "F16B9"), WIFI_ARROW_UP("mdi2w-wifi-arrow-up", "F16BA"), WIFI_ARROW_UP_DOWN("mdi2w-wifi-arrow-up-down", "F16BB"), WIFI_CANCEL("mdi2w-wifi-cancel", "F16BC"), WIFI_CHECK("mdi2w-wifi-check", "F16BD"), WIFI_COG("mdi2w-wifi-cog", "F16BE"), WIFI_LOCK("mdi2w-wifi-lock", "F16BF"), WIFI_LOCK_OPEN("mdi2w-wifi-lock-open", "F16C0"), WIFI_MARKER("mdi2w-wifi-marker", "F16C1"), WIFI_MINUS("mdi2w-wifi-minus", "F16C2"), WIFI_OFF("mdi2w-wifi-off", "F05AA"), WIFI_PLUS("mdi2w-wifi-plus", "F16C3"), WIFI_REFRESH("mdi2w-wifi-refresh", "F16C4"), WIFI_REMOVE("mdi2w-wifi-remove", "F16C5"), WIFI_SETTINGS("mdi2w-wifi-settings", "F16C6"), WIFI_STAR("mdi2w-wifi-star", "F0E0B"), WIFI_STRENGTH_1("mdi2w-wifi-strength-1", "F091F"), WIFI_STRENGTH_1_ALERT("mdi2w-wifi-strength-1-alert", "F0920"), WIFI_STRENGTH_1_LOCK("mdi2w-wifi-strength-1-lock", "F0921"), WIFI_STRENGTH_1_LOCK_OPEN("mdi2w-wifi-strength-1-lock-open", "F16CB"), WIFI_STRENGTH_2("mdi2w-wifi-strength-2", "F0922"), WIFI_STRENGTH_2_ALERT("mdi2w-wifi-strength-2-alert", "F0923"), WIFI_STRENGTH_2_LOCK("mdi2w-wifi-strength-2-lock", "F0924"), WIFI_STRENGTH_2_LOCK_OPEN("mdi2w-wifi-strength-2-lock-open", "F16CC"), WIFI_STRENGTH_3("mdi2w-wifi-strength-3", "F0925"), WIFI_STRENGTH_3_ALERT("mdi2w-wifi-strength-3-alert", "F0926"), WIFI_STRENGTH_3_LOCK("mdi2w-wifi-strength-3-lock", "F0927"), WIFI_STRENGTH_3_LOCK_OPEN("mdi2w-wifi-strength-3-lock-open", "F16CD"), WIFI_STRENGTH_4("mdi2w-wifi-strength-4", "F0928"), WIFI_STRENGTH_4_ALERT("mdi2w-wifi-strength-4-alert", "F0929"), WIFI_STRENGTH_4_LOCK("mdi2w-wifi-strength-4-lock", "F092A"), WIFI_STRENGTH_4_LOCK_OPEN("mdi2w-wifi-strength-4-lock-open", "F16CE"), WIFI_STRENGTH_ALERT_OUTLINE("mdi2w-wifi-strength-alert-outline", "F092B"), WIFI_STRENGTH_LOCK_OPEN_OUTLINE("mdi2w-wifi-strength-lock-open-outline", "F16CF"), WIFI_STRENGTH_LOCK_OUTLINE("mdi2w-wifi-strength-lock-outline", "F092C"), WIFI_STRENGTH_OFF("mdi2w-wifi-strength-off", "F092D"), WIFI_STRENGTH_OFF_OUTLINE("mdi2w-wifi-strength-off-outline", "F092E"), WIFI_STRENGTH_OUTLINE("mdi2w-wifi-strength-outline", "F092F"), WIFI_SYNC("mdi2w-wifi-sync", "F16C7"), WIKIPEDIA("mdi2w-wikipedia", "F05AC"), WIND_POWER("mdi2w-wind-power", "F1A88"), WIND_POWER_OUTLINE("mdi2w-wind-power-outline", "F1A89"), WIND_TURBINE("mdi2w-wind-turbine", "F0DA5"), WIND_TURBINE_ALERT("mdi2w-wind-turbine-alert", "F19AB"), WIND_TURBINE_CHECK("mdi2w-wind-turbine-check", "F19AC"), WINDOW_CLOSE("mdi2w-window-close", "F05AD"), WINDOW_CLOSED("mdi2w-window-closed", "F05AE"), WINDOW_CLOSED_VARIANT("mdi2w-window-closed-variant", "F11DB"), WINDOW_MAXIMIZE("mdi2w-window-maximize", "F05AF"), WINDOW_MINIMIZE("mdi2w-window-minimize", "F05B0"), WINDOW_OPEN("mdi2w-window-open", "F05B1"), WINDOW_OPEN_VARIANT("mdi2w-window-open-variant", "F11DC"), WINDOW_RESTORE("mdi2w-window-restore", "F05B2"), WINDOW_SHUTTER("mdi2w-window-shutter", "F111C"), WINDOW_SHUTTER_ALERT("mdi2w-window-shutter-alert", "F111D"), WINDOW_SHUTTER_AUTO("mdi2w-window-shutter-auto", "F1BA3"), WINDOW_SHUTTER_COG("mdi2w-window-shutter-cog", "F1A8A"), WINDOW_SHUTTER_OPEN("mdi2w-window-shutter-open", "F111E"), WINDOW_SHUTTER_SETTINGS("mdi2w-window-shutter-settings", "F1A8B"), WINDSOCK("mdi2w-windsock", "F15FA"), WIPER("mdi2w-wiper", "F0AE9"), WIPER_WASH("mdi2w-wiper-wash", "F0DA6"), WIPER_WASH_ALERT("mdi2w-wiper-wash-alert", "F18DF"), WIZARD_HAT("mdi2w-wizard-hat", "F1477"), WORDPRESS("mdi2w-wordpress", "F05B4"), WRAP("mdi2w-wrap", "F05B6"), WRAP_DISABLED("mdi2w-wrap-disabled", "F0BDF"), WRENCH("mdi2w-wrench", "F05B7"), WRENCH_CHECK("mdi2w-wrench-check", "F1B8F"), WRENCH_CHECK_OUTLINE("mdi2w-wrench-check-outline", "F1B90"), WRENCH_CLOCK("mdi2w-wrench-clock", "F19A3"), WRENCH_CLOCK_OUTLINE("mdi2w-wrench-clock-outline", "F1B93"), WRENCH_COG("mdi2w-wrench-cog", "F1B91"), WRENCH_COG_OUTLINE("mdi2w-wrench-cog-outline", "F1B92"), WRENCH_OUTLINE("mdi2w-wrench-outline", "F0BE0"); public static MaterialDesignW findByDescription(String description) { for (MaterialDesignW font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignW(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignWIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignWIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2w-"); } @Override public Ikon resolve(String description) { return MaterialDesignW.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignWIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class MaterialDesignWIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignW.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignX.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignX implements Ikon { XAMARIN("mdi2x-xamarin", "F0845"), XML("mdi2x-xml", "F05C0"), XMPP("mdi2x-xmpp", "F07FF"); public static MaterialDesignX findByDescription(String description) { for (MaterialDesignX font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignX(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignXIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignXIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2x-"); } @Override public Ikon resolve(String description) { return MaterialDesignX.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignXIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MaterialDesignXIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignX.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignY.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignY implements Ikon { YAHOO("mdi2y-yahoo", "F0B4F"), YEAST("mdi2y-yeast", "F05C1"), YIN_YANG("mdi2y-yin-yang", "F0680"), YOGA("mdi2y-yoga", "F117C"), YOUTUBE("mdi2y-youtube", "F05C3"), YOUTUBE_GAMING("mdi2y-youtube-gaming", "F0848"), YOUTUBE_STUDIO("mdi2y-youtube-studio", "F0847"), YOUTUBE_SUBSCRIPTION("mdi2y-youtube-subscription", "F0D40"), YOUTUBE_TV("mdi2y-youtube-tv", "F0448"), YURT("mdi2y-yurt", "F1516"); public static MaterialDesignY findByDescription(String description) { for (MaterialDesignY font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignY(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignYIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignYIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2y-"); } @Override public Ikon resolve(String description) { return MaterialDesignY.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignYIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MaterialDesignYIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignY.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MaterialDesignZ implements Ikon { Z_WAVE("mdi2z-z-wave", "F0AEA"), ZEND("mdi2z-zend", "F0AEB"), ZIGBEE("mdi2z-zigbee", "F0D41"), ZIP_BOX("mdi2z-zip-box", "F05C4"), ZIP_BOX_OUTLINE("mdi2z-zip-box-outline", "F0FFA"), ZIP_DISK("mdi2z-zip-disk", "F0A23"), ZODIAC_AQUARIUS("mdi2z-zodiac-aquarius", "F0A7D"), ZODIAC_ARIES("mdi2z-zodiac-aries", "F0A7E"), ZODIAC_CANCER("mdi2z-zodiac-cancer", "F0A7F"), ZODIAC_CAPRICORN("mdi2z-zodiac-capricorn", "F0A80"), ZODIAC_GEMINI("mdi2z-zodiac-gemini", "F0A81"), ZODIAC_LEO("mdi2z-zodiac-leo", "F0A82"), ZODIAC_LIBRA("mdi2z-zodiac-libra", "F0A83"), ZODIAC_PISCES("mdi2z-zodiac-pisces", "F0A84"), ZODIAC_SAGITTARIUS("mdi2z-zodiac-sagittarius", "F0A85"), ZODIAC_SCORPIO("mdi2z-zodiac-scorpio", "F0A86"), ZODIAC_TAURUS("mdi2z-zodiac-taurus", "F0A87"), ZODIAC_VIRGO("mdi2z-zodiac-virgo", "F0A88"); public static MaterialDesignZ findByDescription(String description) { for (MaterialDesignZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; MaterialDesignZ(String description, String code) { this.description = description; this.code = Integer.parseInt(code, 16); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MaterialDesignZIkonHandler extends AbstractMaterialDesignIkonHandler { @Override public boolean supports(String description) { return description != null && description.startsWith("mdi2z-"); } @Override public Ikon resolve(String description) { return MaterialDesignZ.findByDescription(description); } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/java/org/kordamp/ikonli/materialdesign2/MaterialDesignZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.materialdesign2; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MaterialDesignZIkonProvider implements IkonProvider { @Override public Class getIkon() { return MaterialDesignZ.class; } } ================================================ FILE: icon-packs/ikonli-materialdesign2-pack/src/main/resources/META-INF/resources/materialdesign2/7.4.47/css/materialdesignicons2.css ================================================ /* MaterialDesignIcons.com */ @font-face { font-family: "Material Design Icons"; src: url("../fonts/materialdesignicons-webfont.eot?v=7.4.47"); src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=7.4.47") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=7.4.47") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=7.4.47") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=7.4.47") format("truetype"); font-weight: normal; font-style: normal; } .mdi2:before, .mdi2-set { display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .mdi2-ab-testing::before { content: "\F01C9"; } .mdi2-abacus::before { content: "\F16E0"; } .mdi2-abjad-arabic::before { content: "\F1328"; } .mdi2-abjad-hebrew::before { content: "\F1329"; } .mdi2-abugida-devanagari::before { content: "\F132A"; } .mdi2-abugida-thai::before { content: "\F132B"; } .mdi2-access-point::before { content: "\F0003"; } .mdi2-access-point-check::before { content: "\F1538"; } .mdi2-access-point-minus::before { content: "\F1539"; } .mdi2-access-point-network::before { content: "\F0002"; } .mdi2-access-point-network-off::before { content: "\F0BE1"; } .mdi2-access-point-off::before { content: "\F1511"; } .mdi2-access-point-plus::before { content: "\F153A"; } .mdi2-access-point-remove::before { content: "\F153B"; } .mdi2-account::before { content: "\F0004"; } .mdi2-account-alert::before { content: "\F0005"; } .mdi2-account-alert-outline::before { content: "\F0B50"; } .mdi2-account-arrow-down::before { content: "\F1868"; } .mdi2-account-arrow-down-outline::before { content: "\F1869"; } .mdi2-account-arrow-left::before { content: "\F0B51"; } .mdi2-account-arrow-left-outline::before { content: "\F0B52"; } .mdi2-account-arrow-right::before { content: "\F0B53"; } .mdi2-account-arrow-right-outline::before { content: "\F0B54"; } .mdi2-account-arrow-up::before { content: "\F1867"; } .mdi2-account-arrow-up-outline::before { content: "\F186A"; } .mdi2-account-badge::before { content: "\F1B0A"; } .mdi2-account-badge-outline::before { content: "\F1B0B"; } .mdi2-account-box::before { content: "\F0006"; } .mdi2-account-box-edit-outline::before { content: "\F1CC8"; } .mdi2-account-box-minus-outline::before { content: "\F1CC9"; } .mdi2-account-box-multiple::before { content: "\F0934"; } .mdi2-account-box-multiple-outline::before { content: "\F100A"; } .mdi2-account-box-outline::before { content: "\F0007"; } .mdi2-account-box-plus-outline::before { content: "\F1CCA"; } .mdi2-account-cancel::before { content: "\F12DF"; } .mdi2-account-cancel-outline::before { content: "\F12E0"; } .mdi2-account-card::before { content: "\F1BA4"; } .mdi2-account-card-outline::before { content: "\F1BA5"; } .mdi2-account-cash::before { content: "\F1097"; } .mdi2-account-cash-outline::before { content: "\F1098"; } .mdi2-account-check::before { content: "\F0008"; } .mdi2-account-check-outline::before { content: "\F0BE2"; } .mdi2-account-child::before { content: "\F0A89"; } .mdi2-account-child-circle::before { content: "\F0A8A"; } .mdi2-account-child-outline::before { content: "\F10C8"; } .mdi2-account-circle::before { content: "\F0009"; } .mdi2-account-circle-outline::before { content: "\F0B55"; } .mdi2-account-clock::before { content: "\F0B56"; } .mdi2-account-clock-outline::before { content: "\F0B57"; } .mdi2-account-cog::before { content: "\F1370"; } .mdi2-account-cog-outline::before { content: "\F1371"; } .mdi2-account-convert::before { content: "\F000A"; } .mdi2-account-convert-outline::before { content: "\F1301"; } .mdi2-account-cowboy-hat::before { content: "\F0E9B"; } .mdi2-account-cowboy-hat-outline::before { content: "\F17F3"; } .mdi2-account-credit-card::before { content: "\F1BA6"; } .mdi2-account-credit-card-outline::before { content: "\F1BA7"; } .mdi2-account-details::before { content: "\F0631"; } .mdi2-account-details-outline::before { content: "\F1372"; } .mdi2-account-edit::before { content: "\F06BC"; } .mdi2-account-edit-outline::before { content: "\F0FFB"; } .mdi2-account-eye::before { content: "\F0420"; } .mdi2-account-eye-outline::before { content: "\F127B"; } .mdi2-account-file::before { content: "\F1CA7"; } .mdi2-account-file-outline::before { content: "\F1CA8"; } .mdi2-account-file-text::before { content: "\F1CA9"; } .mdi2-account-file-text-outline::before { content: "\F1CAA"; } .mdi2-account-filter::before { content: "\F0936"; } .mdi2-account-filter-outline::before { content: "\F0F9D"; } .mdi2-account-group::before { content: "\F0849"; } .mdi2-account-group-outline::before { content: "\F0B58"; } .mdi2-account-hard-hat::before { content: "\F05B5"; } .mdi2-account-hard-hat-outline::before { content: "\F1A1F"; } .mdi2-account-heart::before { content: "\F0899"; } .mdi2-account-heart-outline::before { content: "\F0BE3"; } .mdi2-account-injury::before { content: "\F1815"; } .mdi2-account-injury-outline::before { content: "\F1816"; } .mdi2-account-key::before { content: "\F000B"; } .mdi2-account-key-outline::before { content: "\F0BE4"; } .mdi2-account-lock::before { content: "\F115E"; } .mdi2-account-lock-open::before { content: "\F1960"; } .mdi2-account-lock-open-outline::before { content: "\F1961"; } .mdi2-account-lock-outline::before { content: "\F115F"; } .mdi2-account-minus::before { content: "\F000D"; } .mdi2-account-minus-outline::before { content: "\F0AEC"; } .mdi2-account-multiple::before { content: "\F000E"; } .mdi2-account-multiple-check::before { content: "\F08C5"; } .mdi2-account-multiple-check-outline::before { content: "\F11FE"; } .mdi2-account-multiple-minus::before { content: "\F05D3"; } .mdi2-account-multiple-minus-outline::before { content: "\F0BE5"; } .mdi2-account-multiple-outline::before { content: "\F000F"; } .mdi2-account-multiple-plus::before { content: "\F0010"; } .mdi2-account-multiple-plus-outline::before { content: "\F0800"; } .mdi2-account-multiple-remove::before { content: "\F120A"; } .mdi2-account-multiple-remove-outline::before { content: "\F120B"; } .mdi2-account-music::before { content: "\F0803"; } .mdi2-account-music-outline::before { content: "\F0CE9"; } .mdi2-account-network::before { content: "\F0011"; } .mdi2-account-network-off::before { content: "\F1AF1"; } .mdi2-account-network-off-outline::before { content: "\F1AF2"; } .mdi2-account-network-outline::before { content: "\F0BE6"; } .mdi2-account-off::before { content: "\F0012"; } .mdi2-account-off-outline::before { content: "\F0BE7"; } .mdi2-account-outline::before { content: "\F0013"; } .mdi2-account-plus::before { content: "\F0014"; } .mdi2-account-plus-outline::before { content: "\F0801"; } .mdi2-account-question::before { content: "\F0B59"; } .mdi2-account-question-outline::before { content: "\F0B5A"; } .mdi2-account-reactivate::before { content: "\F152B"; } .mdi2-account-reactivate-outline::before { content: "\F152C"; } .mdi2-account-remove::before { content: "\F0015"; } .mdi2-account-remove-outline::before { content: "\F0AED"; } .mdi2-account-school::before { content: "\F1A20"; } .mdi2-account-school-outline::before { content: "\F1A21"; } .mdi2-account-search::before { content: "\F0016"; } .mdi2-account-search-outline::before { content: "\F0935"; } .mdi2-account-settings::before { content: "\F0630"; } .mdi2-account-settings-outline::before { content: "\F10C9"; } .mdi2-account-star::before { content: "\F0017"; } .mdi2-account-star-outline::before { content: "\F0BE8"; } .mdi2-account-supervisor::before { content: "\F0A8B"; } .mdi2-account-supervisor-circle::before { content: "\F0A8C"; } .mdi2-account-supervisor-circle-outline::before { content: "\F14EC"; } .mdi2-account-supervisor-outline::before { content: "\F112D"; } .mdi2-account-switch::before { content: "\F0019"; } .mdi2-account-switch-outline::before { content: "\F04CB"; } .mdi2-account-sync::before { content: "\F191B"; } .mdi2-account-sync-outline::before { content: "\F191C"; } .mdi2-account-tag::before { content: "\F1C1B"; } .mdi2-account-tag-outline::before { content: "\F1C1C"; } .mdi2-account-tie::before { content: "\F0CE3"; } .mdi2-account-tie-hat::before { content: "\F1898"; } .mdi2-account-tie-hat-outline::before { content: "\F1899"; } .mdi2-account-tie-outline::before { content: "\F10CA"; } .mdi2-account-tie-voice::before { content: "\F1308"; } .mdi2-account-tie-voice-off::before { content: "\F130A"; } .mdi2-account-tie-voice-off-outline::before { content: "\F130B"; } .mdi2-account-tie-voice-outline::before { content: "\F1309"; } .mdi2-account-tie-woman::before { content: "\F1A8C"; } .mdi2-account-voice::before { content: "\F05CB"; } .mdi2-account-voice-off::before { content: "\F0ED4"; } .mdi2-account-wrench::before { content: "\F189A"; } .mdi2-account-wrench-outline::before { content: "\F189B"; } .mdi2-adjust::before { content: "\F001A"; } .mdi2-advertisements::before { content: "\F192A"; } .mdi2-advertisements-off::before { content: "\F192B"; } .mdi2-air-conditioner::before { content: "\F001B"; } .mdi2-air-filter::before { content: "\F0D43"; } .mdi2-air-horn::before { content: "\F0DAC"; } .mdi2-air-humidifier::before { content: "\F1099"; } .mdi2-air-humidifier-off::before { content: "\F1466"; } .mdi2-air-purifier::before { content: "\F0D44"; } .mdi2-air-purifier-off::before { content: "\F1B57"; } .mdi2-airbag::before { content: "\F0BE9"; } .mdi2-airballoon::before { content: "\F001C"; } .mdi2-airballoon-outline::before { content: "\F100B"; } .mdi2-airplane::before { content: "\F001D"; } .mdi2-airplane-alert::before { content: "\F187A"; } .mdi2-airplane-check::before { content: "\F187B"; } .mdi2-airplane-clock::before { content: "\F187C"; } .mdi2-airplane-cog::before { content: "\F187D"; } .mdi2-airplane-edit::before { content: "\F187E"; } .mdi2-airplane-landing::before { content: "\F05D4"; } .mdi2-airplane-marker::before { content: "\F187F"; } .mdi2-airplane-minus::before { content: "\F1880"; } .mdi2-airplane-off::before { content: "\F001E"; } .mdi2-airplane-plus::before { content: "\F1881"; } .mdi2-airplane-remove::before { content: "\F1882"; } .mdi2-airplane-search::before { content: "\F1883"; } .mdi2-airplane-settings::before { content: "\F1884"; } .mdi2-airplane-takeoff::before { content: "\F05D5"; } .mdi2-airport::before { content: "\F084B"; } .mdi2-alarm::before { content: "\F0020"; } .mdi2-alarm-bell::before { content: "\F078E"; } .mdi2-alarm-check::before { content: "\F0021"; } .mdi2-alarm-light::before { content: "\F078F"; } .mdi2-alarm-light-off::before { content: "\F171E"; } .mdi2-alarm-light-off-outline::before { content: "\F171F"; } .mdi2-alarm-light-outline::before { content: "\F0BEA"; } .mdi2-alarm-multiple::before { content: "\F0022"; } .mdi2-alarm-note::before { content: "\F0E71"; } .mdi2-alarm-note-off::before { content: "\F0E72"; } .mdi2-alarm-off::before { content: "\F0023"; } .mdi2-alarm-panel::before { content: "\F15C4"; } .mdi2-alarm-panel-outline::before { content: "\F15C5"; } .mdi2-alarm-plus::before { content: "\F0024"; } .mdi2-alarm-snooze::before { content: "\F068E"; } .mdi2-album::before { content: "\F0025"; } .mdi2-alert::before { content: "\F0026"; } .mdi2-alert-box::before { content: "\F0027"; } .mdi2-alert-box-outline::before { content: "\F0CE4"; } .mdi2-alert-circle::before { content: "\F0028"; } .mdi2-alert-circle-check::before { content: "\F11ED"; } .mdi2-alert-circle-check-outline::before { content: "\F11EE"; } .mdi2-alert-circle-outline::before { content: "\F05D6"; } .mdi2-alert-decagram::before { content: "\F06BD"; } .mdi2-alert-decagram-outline::before { content: "\F0CE5"; } .mdi2-alert-minus::before { content: "\F14BB"; } .mdi2-alert-minus-outline::before { content: "\F14BE"; } .mdi2-alert-octagon::before { content: "\F0029"; } .mdi2-alert-octagon-outline::before { content: "\F0CE6"; } .mdi2-alert-octagram::before { content: "\F0767"; } .mdi2-alert-octagram-outline::before { content: "\F0CE7"; } .mdi2-alert-outline::before { content: "\F002A"; } .mdi2-alert-plus::before { content: "\F14BA"; } .mdi2-alert-plus-outline::before { content: "\F14BD"; } .mdi2-alert-remove::before { content: "\F14BC"; } .mdi2-alert-remove-outline::before { content: "\F14BF"; } .mdi2-alert-rhombus::before { content: "\F11CE"; } .mdi2-alert-rhombus-outline::before { content: "\F11CF"; } .mdi2-alien::before { content: "\F089A"; } .mdi2-alien-outline::before { content: "\F10CB"; } .mdi2-align-horizontal-center::before { content: "\F11C3"; } .mdi2-align-horizontal-distribute::before { content: "\F1962"; } .mdi2-align-horizontal-left::before { content: "\F11C2"; } .mdi2-align-horizontal-right::before { content: "\F11C4"; } .mdi2-align-vertical-bottom::before { content: "\F11C5"; } .mdi2-align-vertical-center::before { content: "\F11C6"; } .mdi2-align-vertical-distribute::before { content: "\F1963"; } .mdi2-align-vertical-top::before { content: "\F11C7"; } .mdi2-all-inclusive::before { content: "\F06BE"; } .mdi2-all-inclusive-box::before { content: "\F188D"; } .mdi2-all-inclusive-box-outline::before { content: "\F188E"; } .mdi2-allergy::before { content: "\F1258"; } .mdi2-alpha::before { content: "\F002B"; } .mdi2-alpha-a::before { content: "\F0AEE"; } .mdi2-alpha-a-box::before { content: "\F0B08"; } .mdi2-alpha-a-box-outline::before { content: "\F0BEB"; } .mdi2-alpha-a-circle::before { content: "\F0BEC"; } .mdi2-alpha-a-circle-outline::before { content: "\F0BED"; } .mdi2-alpha-b::before { content: "\F0AEF"; } .mdi2-alpha-b-box::before { content: "\F0B09"; } .mdi2-alpha-b-box-outline::before { content: "\F0BEE"; } .mdi2-alpha-b-circle::before { content: "\F0BEF"; } .mdi2-alpha-b-circle-outline::before { content: "\F0BF0"; } .mdi2-alpha-c::before { content: "\F0AF0"; } .mdi2-alpha-c-box::before { content: "\F0B0A"; } .mdi2-alpha-c-box-outline::before { content: "\F0BF1"; } .mdi2-alpha-c-circle::before { content: "\F0BF2"; } .mdi2-alpha-c-circle-outline::before { content: "\F0BF3"; } .mdi2-alpha-d::before { content: "\F0AF1"; } .mdi2-alpha-d-box::before { content: "\F0B0B"; } .mdi2-alpha-d-box-outline::before { content: "\F0BF4"; } .mdi2-alpha-d-circle::before { content: "\F0BF5"; } .mdi2-alpha-d-circle-outline::before { content: "\F0BF6"; } .mdi2-alpha-e::before { content: "\F0AF2"; } .mdi2-alpha-e-box::before { content: "\F0B0C"; } .mdi2-alpha-e-box-outline::before { content: "\F0BF7"; } .mdi2-alpha-e-circle::before { content: "\F0BF8"; } .mdi2-alpha-e-circle-outline::before { content: "\F0BF9"; } .mdi2-alpha-f::before { content: "\F0AF3"; } .mdi2-alpha-f-box::before { content: "\F0B0D"; } .mdi2-alpha-f-box-outline::before { content: "\F0BFA"; } .mdi2-alpha-f-circle::before { content: "\F0BFB"; } .mdi2-alpha-f-circle-outline::before { content: "\F0BFC"; } .mdi2-alpha-g::before { content: "\F0AF4"; } .mdi2-alpha-g-box::before { content: "\F0B0E"; } .mdi2-alpha-g-box-outline::before { content: "\F0BFD"; } .mdi2-alpha-g-circle::before { content: "\F0BFE"; } .mdi2-alpha-g-circle-outline::before { content: "\F0BFF"; } .mdi2-alpha-h::before { content: "\F0AF5"; } .mdi2-alpha-h-box::before { content: "\F0B0F"; } .mdi2-alpha-h-box-outline::before { content: "\F0C00"; } .mdi2-alpha-h-circle::before { content: "\F0C01"; } .mdi2-alpha-h-circle-outline::before { content: "\F0C02"; } .mdi2-alpha-i::before { content: "\F0AF6"; } .mdi2-alpha-i-box::before { content: "\F0B10"; } .mdi2-alpha-i-box-outline::before { content: "\F0C03"; } .mdi2-alpha-i-circle::before { content: "\F0C04"; } .mdi2-alpha-i-circle-outline::before { content: "\F0C05"; } .mdi2-alpha-j::before { content: "\F0AF7"; } .mdi2-alpha-j-box::before { content: "\F0B11"; } .mdi2-alpha-j-box-outline::before { content: "\F0C06"; } .mdi2-alpha-j-circle::before { content: "\F0C07"; } .mdi2-alpha-j-circle-outline::before { content: "\F0C08"; } .mdi2-alpha-k::before { content: "\F0AF8"; } .mdi2-alpha-k-box::before { content: "\F0B12"; } .mdi2-alpha-k-box-outline::before { content: "\F0C09"; } .mdi2-alpha-k-circle::before { content: "\F0C0A"; } .mdi2-alpha-k-circle-outline::before { content: "\F0C0B"; } .mdi2-alpha-l::before { content: "\F0AF9"; } .mdi2-alpha-l-box::before { content: "\F0B13"; } .mdi2-alpha-l-box-outline::before { content: "\F0C0C"; } .mdi2-alpha-l-circle::before { content: "\F0C0D"; } .mdi2-alpha-l-circle-outline::before { content: "\F0C0E"; } .mdi2-alpha-m::before { content: "\F0AFA"; } .mdi2-alpha-m-box::before { content: "\F0B14"; } .mdi2-alpha-m-box-outline::before { content: "\F0C0F"; } .mdi2-alpha-m-circle::before { content: "\F0C10"; } .mdi2-alpha-m-circle-outline::before { content: "\F0C11"; } .mdi2-alpha-n::before { content: "\F0AFB"; } .mdi2-alpha-n-box::before { content: "\F0B15"; } .mdi2-alpha-n-box-outline::before { content: "\F0C12"; } .mdi2-alpha-n-circle::before { content: "\F0C13"; } .mdi2-alpha-n-circle-outline::before { content: "\F0C14"; } .mdi2-alpha-o::before { content: "\F0AFC"; } .mdi2-alpha-o-box::before { content: "\F0B16"; } .mdi2-alpha-o-box-outline::before { content: "\F0C15"; } .mdi2-alpha-o-circle::before { content: "\F0C16"; } .mdi2-alpha-o-circle-outline::before { content: "\F0C17"; } .mdi2-alpha-p::before { content: "\F0AFD"; } .mdi2-alpha-p-box::before { content: "\F0B17"; } .mdi2-alpha-p-box-outline::before { content: "\F0C18"; } .mdi2-alpha-p-circle::before { content: "\F0C19"; } .mdi2-alpha-p-circle-outline::before { content: "\F0C1A"; } .mdi2-alpha-q::before { content: "\F0AFE"; } .mdi2-alpha-q-box::before { content: "\F0B18"; } .mdi2-alpha-q-box-outline::before { content: "\F0C1B"; } .mdi2-alpha-q-circle::before { content: "\F0C1C"; } .mdi2-alpha-q-circle-outline::before { content: "\F0C1D"; } .mdi2-alpha-r::before { content: "\F0AFF"; } .mdi2-alpha-r-box::before { content: "\F0B19"; } .mdi2-alpha-r-box-outline::before { content: "\F0C1E"; } .mdi2-alpha-r-circle::before { content: "\F0C1F"; } .mdi2-alpha-r-circle-outline::before { content: "\F0C20"; } .mdi2-alpha-s::before { content: "\F0B00"; } .mdi2-alpha-s-box::before { content: "\F0B1A"; } .mdi2-alpha-s-box-outline::before { content: "\F0C21"; } .mdi2-alpha-s-circle::before { content: "\F0C22"; } .mdi2-alpha-s-circle-outline::before { content: "\F0C23"; } .mdi2-alpha-t::before { content: "\F0B01"; } .mdi2-alpha-t-box::before { content: "\F0B1B"; } .mdi2-alpha-t-box-outline::before { content: "\F0C24"; } .mdi2-alpha-t-circle::before { content: "\F0C25"; } .mdi2-alpha-t-circle-outline::before { content: "\F0C26"; } .mdi2-alpha-u::before { content: "\F0B02"; } .mdi2-alpha-u-box::before { content: "\F0B1C"; } .mdi2-alpha-u-box-outline::before { content: "\F0C27"; } .mdi2-alpha-u-circle::before { content: "\F0C28"; } .mdi2-alpha-u-circle-outline::before { content: "\F0C29"; } .mdi2-alpha-v::before { content: "\F0B03"; } .mdi2-alpha-v-box::before { content: "\F0B1D"; } .mdi2-alpha-v-box-outline::before { content: "\F0C2A"; } .mdi2-alpha-v-circle::before { content: "\F0C2B"; } .mdi2-alpha-v-circle-outline::before { content: "\F0C2C"; } .mdi2-alpha-w::before { content: "\F0B04"; } .mdi2-alpha-w-box::before { content: "\F0B1E"; } .mdi2-alpha-w-box-outline::before { content: "\F0C2D"; } .mdi2-alpha-w-circle::before { content: "\F0C2E"; } .mdi2-alpha-w-circle-outline::before { content: "\F0C2F"; } .mdi2-alpha-x::before { content: "\F0B05"; } .mdi2-alpha-x-box::before { content: "\F0B1F"; } .mdi2-alpha-x-box-outline::before { content: "\F0C30"; } .mdi2-alpha-x-circle::before { content: "\F0C31"; } .mdi2-alpha-x-circle-outline::before { content: "\F0C32"; } .mdi2-alpha-y::before { content: "\F0B06"; } .mdi2-alpha-y-box::before { content: "\F0B20"; } .mdi2-alpha-y-box-outline::before { content: "\F0C33"; } .mdi2-alpha-y-circle::before { content: "\F0C34"; } .mdi2-alpha-y-circle-outline::before { content: "\F0C35"; } .mdi2-alpha-z::before { content: "\F0B07"; } .mdi2-alpha-z-box::before { content: "\F0B21"; } .mdi2-alpha-z-box-outline::before { content: "\F0C36"; } .mdi2-alpha-z-circle::before { content: "\F0C37"; } .mdi2-alpha-z-circle-outline::before { content: "\F0C38"; } .mdi2-alphabet-aurebesh::before { content: "\F132C"; } .mdi2-alphabet-cyrillic::before { content: "\F132D"; } .mdi2-alphabet-greek::before { content: "\F132E"; } .mdi2-alphabet-latin::before { content: "\F132F"; } .mdi2-alphabet-piqad::before { content: "\F1330"; } .mdi2-alphabet-tengwar::before { content: "\F1337"; } .mdi2-alphabetical::before { content: "\F002C"; } .mdi2-alphabetical-off::before { content: "\F100C"; } .mdi2-alphabetical-variant::before { content: "\F100D"; } .mdi2-alphabetical-variant-off::before { content: "\F100E"; } .mdi2-altimeter::before { content: "\F05D7"; } .mdi2-ambulance::before { content: "\F002F"; } .mdi2-ammunition::before { content: "\F0CE8"; } .mdi2-ampersand::before { content: "\F0A8D"; } .mdi2-amplifier::before { content: "\F0030"; } .mdi2-amplifier-off::before { content: "\F11B5"; } .mdi2-anchor::before { content: "\F0031"; } .mdi2-android::before { content: "\F0032"; } .mdi2-android-studio::before { content: "\F0034"; } .mdi2-angle-acute::before { content: "\F0937"; } .mdi2-angle-obtuse::before { content: "\F0938"; } .mdi2-angle-right::before { content: "\F0939"; } .mdi2-angular::before { content: "\F06B2"; } .mdi2-angularjs::before { content: "\F06BF"; } .mdi2-animation::before { content: "\F05D8"; } .mdi2-animation-outline::before { content: "\F0A8F"; } .mdi2-animation-play::before { content: "\F093A"; } .mdi2-animation-play-outline::before { content: "\F0A90"; } .mdi2-ansible::before { content: "\F109A"; } .mdi2-antenna::before { content: "\F1119"; } .mdi2-anvil::before { content: "\F089B"; } .mdi2-apache-kafka::before { content: "\F100F"; } .mdi2-api::before { content: "\F109B"; } .mdi2-api-off::before { content: "\F1257"; } .mdi2-apple::before { content: "\F0035"; } .mdi2-apple-finder::before { content: "\F0036"; } .mdi2-apple-icloud::before { content: "\F0038"; } .mdi2-apple-ios::before { content: "\F0037"; } .mdi2-apple-keyboard-caps::before { content: "\F0632"; } .mdi2-apple-keyboard-command::before { content: "\F0633"; } .mdi2-apple-keyboard-control::before { content: "\F0634"; } .mdi2-apple-keyboard-option::before { content: "\F0635"; } .mdi2-apple-keyboard-shift::before { content: "\F0636"; } .mdi2-apple-safari::before { content: "\F0039"; } .mdi2-application::before { content: "\F08C6"; } .mdi2-application-array::before { content: "\F10F5"; } .mdi2-application-array-outline::before { content: "\F10F6"; } .mdi2-application-braces::before { content: "\F10F7"; } .mdi2-application-braces-outline::before { content: "\F10F8"; } .mdi2-application-brackets::before { content: "\F0C8B"; } .mdi2-application-brackets-outline::before { content: "\F0C8C"; } .mdi2-application-cog::before { content: "\F0675"; } .mdi2-application-cog-outline::before { content: "\F1577"; } .mdi2-application-edit::before { content: "\F00AE"; } .mdi2-application-edit-outline::before { content: "\F0619"; } .mdi2-application-export::before { content: "\F0DAD"; } .mdi2-application-import::before { content: "\F0DAE"; } .mdi2-application-outline::before { content: "\F0614"; } .mdi2-application-parentheses::before { content: "\F10F9"; } .mdi2-application-parentheses-outline::before { content: "\F10FA"; } .mdi2-application-settings::before { content: "\F0B60"; } .mdi2-application-settings-outline::before { content: "\F1555"; } .mdi2-application-variable::before { content: "\F10FB"; } .mdi2-application-variable-outline::before { content: "\F10FC"; } .mdi2-approximately-equal::before { content: "\F0F9E"; } .mdi2-approximately-equal-box::before { content: "\F0F9F"; } .mdi2-apps::before { content: "\F003B"; } .mdi2-apps-box::before { content: "\F0D46"; } .mdi2-arch::before { content: "\F08C7"; } .mdi2-archive::before { content: "\F003C"; } .mdi2-archive-alert::before { content: "\F14FD"; } .mdi2-archive-alert-outline::before { content: "\F14FE"; } .mdi2-archive-arrow-down::before { content: "\F1259"; } .mdi2-archive-arrow-down-outline::before { content: "\F125A"; } .mdi2-archive-arrow-up::before { content: "\F125B"; } .mdi2-archive-arrow-up-outline::before { content: "\F125C"; } .mdi2-archive-cancel::before { content: "\F174B"; } .mdi2-archive-cancel-outline::before { content: "\F174C"; } .mdi2-archive-check::before { content: "\F174D"; } .mdi2-archive-check-outline::before { content: "\F174E"; } .mdi2-archive-clock::before { content: "\F174F"; } .mdi2-archive-clock-outline::before { content: "\F1750"; } .mdi2-archive-cog::before { content: "\F1751"; } .mdi2-archive-cog-outline::before { content: "\F1752"; } .mdi2-archive-edit::before { content: "\F1753"; } .mdi2-archive-edit-outline::before { content: "\F1754"; } .mdi2-archive-eye::before { content: "\F1755"; } .mdi2-archive-eye-outline::before { content: "\F1756"; } .mdi2-archive-lock::before { content: "\F1757"; } .mdi2-archive-lock-open::before { content: "\F1758"; } .mdi2-archive-lock-open-outline::before { content: "\F1759"; } .mdi2-archive-lock-outline::before { content: "\F175A"; } .mdi2-archive-marker::before { content: "\F175B"; } .mdi2-archive-marker-outline::before { content: "\F175C"; } .mdi2-archive-minus::before { content: "\F175D"; } .mdi2-archive-minus-outline::before { content: "\F175E"; } .mdi2-archive-music::before { content: "\F175F"; } .mdi2-archive-music-outline::before { content: "\F1760"; } .mdi2-archive-off::before { content: "\F1761"; } .mdi2-archive-off-outline::before { content: "\F1762"; } .mdi2-archive-outline::before { content: "\F120E"; } .mdi2-archive-plus::before { content: "\F1763"; } .mdi2-archive-plus-outline::before { content: "\F1764"; } .mdi2-archive-refresh::before { content: "\F1765"; } .mdi2-archive-refresh-outline::before { content: "\F1766"; } .mdi2-archive-remove::before { content: "\F1767"; } .mdi2-archive-remove-outline::before { content: "\F1768"; } .mdi2-archive-search::before { content: "\F1769"; } .mdi2-archive-search-outline::before { content: "\F176A"; } .mdi2-archive-settings::before { content: "\F176B"; } .mdi2-archive-settings-outline::before { content: "\F176C"; } .mdi2-archive-star::before { content: "\F176D"; } .mdi2-archive-star-outline::before { content: "\F176E"; } .mdi2-archive-sync::before { content: "\F176F"; } .mdi2-archive-sync-outline::before { content: "\F1770"; } .mdi2-arm-flex::before { content: "\F0FD7"; } .mdi2-arm-flex-outline::before { content: "\F0FD6"; } .mdi2-arrange-bring-forward::before { content: "\F003D"; } .mdi2-arrange-bring-to-front::before { content: "\F003E"; } .mdi2-arrange-send-backward::before { content: "\F003F"; } .mdi2-arrange-send-to-back::before { content: "\F0040"; } .mdi2-arrow-all::before { content: "\F0041"; } .mdi2-arrow-bottom-left::before { content: "\F0042"; } .mdi2-arrow-bottom-left-bold-box::before { content: "\F1964"; } .mdi2-arrow-bottom-left-bold-box-outline::before { content: "\F1965"; } .mdi2-arrow-bottom-left-bold-outline::before { content: "\F09B7"; } .mdi2-arrow-bottom-left-thick::before { content: "\F09B8"; } .mdi2-arrow-bottom-left-thin::before { content: "\F19B6"; } .mdi2-arrow-bottom-left-thin-circle-outline::before { content: "\F1596"; } .mdi2-arrow-bottom-right::before { content: "\F0043"; } .mdi2-arrow-bottom-right-bold-box::before { content: "\F1966"; } .mdi2-arrow-bottom-right-bold-box-outline::before { content: "\F1967"; } .mdi2-arrow-bottom-right-bold-outline::before { content: "\F09B9"; } .mdi2-arrow-bottom-right-thick::before { content: "\F09BA"; } .mdi2-arrow-bottom-right-thin::before { content: "\F19B7"; } .mdi2-arrow-bottom-right-thin-circle-outline::before { content: "\F1595"; } .mdi2-arrow-collapse::before { content: "\F0615"; } .mdi2-arrow-collapse-all::before { content: "\F0044"; } .mdi2-arrow-collapse-down::before { content: "\F0792"; } .mdi2-arrow-collapse-horizontal::before { content: "\F084C"; } .mdi2-arrow-collapse-left::before { content: "\F0793"; } .mdi2-arrow-collapse-right::before { content: "\F0794"; } .mdi2-arrow-collapse-up::before { content: "\F0795"; } .mdi2-arrow-collapse-vertical::before { content: "\F084D"; } .mdi2-arrow-decision::before { content: "\F09BB"; } .mdi2-arrow-decision-auto::before { content: "\F09BC"; } .mdi2-arrow-decision-auto-outline::before { content: "\F09BD"; } .mdi2-arrow-decision-outline::before { content: "\F09BE"; } .mdi2-arrow-down::before { content: "\F0045"; } .mdi2-arrow-down-bold::before { content: "\F072E"; } .mdi2-arrow-down-bold-box::before { content: "\F072F"; } .mdi2-arrow-down-bold-box-outline::before { content: "\F0730"; } .mdi2-arrow-down-bold-circle::before { content: "\F0047"; } .mdi2-arrow-down-bold-circle-outline::before { content: "\F0048"; } .mdi2-arrow-down-bold-hexagon-outline::before { content: "\F0049"; } .mdi2-arrow-down-bold-outline::before { content: "\F09BF"; } .mdi2-arrow-down-box::before { content: "\F06C0"; } .mdi2-arrow-down-circle::before { content: "\F0CDB"; } .mdi2-arrow-down-circle-outline::before { content: "\F0CDC"; } .mdi2-arrow-down-drop-circle::before { content: "\F004A"; } .mdi2-arrow-down-drop-circle-outline::before { content: "\F004B"; } .mdi2-arrow-down-left::before { content: "\F17A1"; } .mdi2-arrow-down-left-bold::before { content: "\F17A2"; } .mdi2-arrow-down-right::before { content: "\F17A3"; } .mdi2-arrow-down-right-bold::before { content: "\F17A4"; } .mdi2-arrow-down-thick::before { content: "\F0046"; } .mdi2-arrow-down-thin::before { content: "\F19B3"; } .mdi2-arrow-down-thin-circle-outline::before { content: "\F1599"; } .mdi2-arrow-expand::before { content: "\F0616"; } .mdi2-arrow-expand-all::before { content: "\F004C"; } .mdi2-arrow-expand-down::before { content: "\F0796"; } .mdi2-arrow-expand-horizontal::before { content: "\F084E"; } .mdi2-arrow-expand-left::before { content: "\F0797"; } .mdi2-arrow-expand-right::before { content: "\F0798"; } .mdi2-arrow-expand-up::before { content: "\F0799"; } .mdi2-arrow-expand-vertical::before { content: "\F084F"; } .mdi2-arrow-horizontal-lock::before { content: "\F115B"; } .mdi2-arrow-left::before { content: "\F004D"; } .mdi2-arrow-left-bold::before { content: "\F0731"; } .mdi2-arrow-left-bold-box::before { content: "\F0732"; } .mdi2-arrow-left-bold-box-outline::before { content: "\F0733"; } .mdi2-arrow-left-bold-circle::before { content: "\F004F"; } .mdi2-arrow-left-bold-circle-outline::before { content: "\F0050"; } .mdi2-arrow-left-bold-hexagon-outline::before { content: "\F0051"; } .mdi2-arrow-left-bold-outline::before { content: "\F09C0"; } .mdi2-arrow-left-bottom::before { content: "\F17A5"; } .mdi2-arrow-left-bottom-bold::before { content: "\F17A6"; } .mdi2-arrow-left-box::before { content: "\F06C1"; } .mdi2-arrow-left-circle::before { content: "\F0CDD"; } .mdi2-arrow-left-circle-outline::before { content: "\F0CDE"; } .mdi2-arrow-left-drop-circle::before { content: "\F0052"; } .mdi2-arrow-left-drop-circle-outline::before { content: "\F0053"; } .mdi2-arrow-left-right::before { content: "\F0E73"; } .mdi2-arrow-left-right-bold::before { content: "\F0E74"; } .mdi2-arrow-left-right-bold-outline::before { content: "\F09C1"; } .mdi2-arrow-left-thick::before { content: "\F004E"; } .mdi2-arrow-left-thin::before { content: "\F19B1"; } .mdi2-arrow-left-thin-circle-outline::before { content: "\F159A"; } .mdi2-arrow-left-top::before { content: "\F17A7"; } .mdi2-arrow-left-top-bold::before { content: "\F17A8"; } .mdi2-arrow-oscillating::before { content: "\F1C91"; } .mdi2-arrow-oscillating-off::before { content: "\F1C92"; } .mdi2-arrow-projectile::before { content: "\F1840"; } .mdi2-arrow-projectile-multiple::before { content: "\F183F"; } .mdi2-arrow-right::before { content: "\F0054"; } .mdi2-arrow-right-bold::before { content: "\F0734"; } .mdi2-arrow-right-bold-box::before { content: "\F0735"; } .mdi2-arrow-right-bold-box-outline::before { content: "\F0736"; } .mdi2-arrow-right-bold-circle::before { content: "\F0056"; } .mdi2-arrow-right-bold-circle-outline::before { content: "\F0057"; } .mdi2-arrow-right-bold-hexagon-outline::before { content: "\F0058"; } .mdi2-arrow-right-bold-outline::before { content: "\F09C2"; } .mdi2-arrow-right-bottom::before { content: "\F17A9"; } .mdi2-arrow-right-bottom-bold::before { content: "\F17AA"; } .mdi2-arrow-right-box::before { content: "\F06C2"; } .mdi2-arrow-right-circle::before { content: "\F0CDF"; } .mdi2-arrow-right-circle-outline::before { content: "\F0CE0"; } .mdi2-arrow-right-drop-circle::before { content: "\F0059"; } .mdi2-arrow-right-drop-circle-outline::before { content: "\F005A"; } .mdi2-arrow-right-thick::before { content: "\F0055"; } .mdi2-arrow-right-thin::before { content: "\F19B0"; } .mdi2-arrow-right-thin-circle-outline::before { content: "\F1598"; } .mdi2-arrow-right-top::before { content: "\F17AB"; } .mdi2-arrow-right-top-bold::before { content: "\F17AC"; } .mdi2-arrow-split-horizontal::before { content: "\F093B"; } .mdi2-arrow-split-vertical::before { content: "\F093C"; } .mdi2-arrow-top-left::before { content: "\F005B"; } .mdi2-arrow-top-left-bold-box::before { content: "\F1968"; } .mdi2-arrow-top-left-bold-box-outline::before { content: "\F1969"; } .mdi2-arrow-top-left-bold-outline::before { content: "\F09C3"; } .mdi2-arrow-top-left-bottom-right::before { content: "\F0E75"; } .mdi2-arrow-top-left-bottom-right-bold::before { content: "\F0E76"; } .mdi2-arrow-top-left-thick::before { content: "\F09C4"; } .mdi2-arrow-top-left-thin::before { content: "\F19B5"; } .mdi2-arrow-top-left-thin-circle-outline::before { content: "\F1593"; } .mdi2-arrow-top-right::before { content: "\F005C"; } .mdi2-arrow-top-right-bold-box::before { content: "\F196A"; } .mdi2-arrow-top-right-bold-box-outline::before { content: "\F196B"; } .mdi2-arrow-top-right-bold-outline::before { content: "\F09C5"; } .mdi2-arrow-top-right-bottom-left::before { content: "\F0E77"; } .mdi2-arrow-top-right-bottom-left-bold::before { content: "\F0E78"; } .mdi2-arrow-top-right-thick::before { content: "\F09C6"; } .mdi2-arrow-top-right-thin::before { content: "\F19B4"; } .mdi2-arrow-top-right-thin-circle-outline::before { content: "\F1594"; } .mdi2-arrow-u-down-left::before { content: "\F17AD"; } .mdi2-arrow-u-down-left-bold::before { content: "\F17AE"; } .mdi2-arrow-u-down-right::before { content: "\F17AF"; } .mdi2-arrow-u-down-right-bold::before { content: "\F17B0"; } .mdi2-arrow-u-left-bottom::before { content: "\F17B1"; } .mdi2-arrow-u-left-bottom-bold::before { content: "\F17B2"; } .mdi2-arrow-u-left-top::before { content: "\F17B3"; } .mdi2-arrow-u-left-top-bold::before { content: "\F17B4"; } .mdi2-arrow-u-right-bottom::before { content: "\F17B5"; } .mdi2-arrow-u-right-bottom-bold::before { content: "\F17B6"; } .mdi2-arrow-u-right-top::before { content: "\F17B7"; } .mdi2-arrow-u-right-top-bold::before { content: "\F17B8"; } .mdi2-arrow-u-up-left::before { content: "\F17B9"; } .mdi2-arrow-u-up-left-bold::before { content: "\F17BA"; } .mdi2-arrow-u-up-right::before { content: "\F17BB"; } .mdi2-arrow-u-up-right-bold::before { content: "\F17BC"; } .mdi2-arrow-up::before { content: "\F005D"; } .mdi2-arrow-up-bold::before { content: "\F0737"; } .mdi2-arrow-up-bold-box::before { content: "\F0738"; } .mdi2-arrow-up-bold-box-outline::before { content: "\F0739"; } .mdi2-arrow-up-bold-circle::before { content: "\F005F"; } .mdi2-arrow-up-bold-circle-outline::before { content: "\F0060"; } .mdi2-arrow-up-bold-hexagon-outline::before { content: "\F0061"; } .mdi2-arrow-up-bold-outline::before { content: "\F09C7"; } .mdi2-arrow-up-box::before { content: "\F06C3"; } .mdi2-arrow-up-circle::before { content: "\F0CE1"; } .mdi2-arrow-up-circle-outline::before { content: "\F0CE2"; } .mdi2-arrow-up-down::before { content: "\F0E79"; } .mdi2-arrow-up-down-bold::before { content: "\F0E7A"; } .mdi2-arrow-up-down-bold-outline::before { content: "\F09C8"; } .mdi2-arrow-up-drop-circle::before { content: "\F0062"; } .mdi2-arrow-up-drop-circle-outline::before { content: "\F0063"; } .mdi2-arrow-up-left::before { content: "\F17BD"; } .mdi2-arrow-up-left-bold::before { content: "\F17BE"; } .mdi2-arrow-up-right::before { content: "\F17BF"; } .mdi2-arrow-up-right-bold::before { content: "\F17C0"; } .mdi2-arrow-up-thick::before { content: "\F005E"; } .mdi2-arrow-up-thin::before { content: "\F19B2"; } .mdi2-arrow-up-thin-circle-outline::before { content: "\F1597"; } .mdi2-arrow-vertical-lock::before { content: "\F115C"; } .mdi2-artboard::before { content: "\F1B9A"; } .mdi2-artstation::before { content: "\F0B5B"; } .mdi2-aspect-ratio::before { content: "\F0A24"; } .mdi2-assistant::before { content: "\F0064"; } .mdi2-asterisk::before { content: "\F06C4"; } .mdi2-asterisk-circle-outline::before { content: "\F1A27"; } .mdi2-at::before { content: "\F0065"; } .mdi2-atlassian::before { content: "\F0804"; } .mdi2-atm::before { content: "\F0D47"; } .mdi2-atom::before { content: "\F0768"; } .mdi2-atom-variant::before { content: "\F0E7B"; } .mdi2-attachment::before { content: "\F0066"; } .mdi2-attachment-check::before { content: "\F1AC1"; } .mdi2-attachment-lock::before { content: "\F19C4"; } .mdi2-attachment-minus::before { content: "\F1AC2"; } .mdi2-attachment-off::before { content: "\F1AC3"; } .mdi2-attachment-plus::before { content: "\F1AC4"; } .mdi2-attachment-remove::before { content: "\F1AC5"; } .mdi2-atv::before { content: "\F1B70"; } .mdi2-audio-input-rca::before { content: "\F186B"; } .mdi2-audio-input-stereo-minijack::before { content: "\F186C"; } .mdi2-audio-input-xlr::before { content: "\F186D"; } .mdi2-audio-video::before { content: "\F093D"; } .mdi2-audio-video-off::before { content: "\F11B6"; } .mdi2-augmented-reality::before { content: "\F0850"; } .mdi2-aurora::before { content: "\F1BB9"; } .mdi2-auto-download::before { content: "\F137E"; } .mdi2-auto-fix::before { content: "\F0068"; } .mdi2-auto-mode::before { content: "\F1C20"; } .mdi2-auto-upload::before { content: "\F0069"; } .mdi2-autorenew::before { content: "\F006A"; } .mdi2-autorenew-off::before { content: "\F19E7"; } .mdi2-av-timer::before { content: "\F006B"; } .mdi2-awning::before { content: "\F1B87"; } .mdi2-awning-outline::before { content: "\F1B88"; } .mdi2-aws::before { content: "\F0E0F"; } .mdi2-axe::before { content: "\F08C8"; } .mdi2-axe-battle::before { content: "\F1842"; } .mdi2-axis::before { content: "\F0D48"; } .mdi2-axis-arrow::before { content: "\F0D49"; } .mdi2-axis-arrow-info::before { content: "\F140E"; } .mdi2-axis-arrow-lock::before { content: "\F0D4A"; } .mdi2-axis-lock::before { content: "\F0D4B"; } .mdi2-axis-x-arrow::before { content: "\F0D4C"; } .mdi2-axis-x-arrow-lock::before { content: "\F0D4D"; } .mdi2-axis-x-rotate-clockwise::before { content: "\F0D4E"; } .mdi2-axis-x-rotate-counterclockwise::before { content: "\F0D4F"; } .mdi2-axis-x-y-arrow-lock::before { content: "\F0D50"; } .mdi2-axis-y-arrow::before { content: "\F0D51"; } .mdi2-axis-y-arrow-lock::before { content: "\F0D52"; } .mdi2-axis-y-rotate-clockwise::before { content: "\F0D53"; } .mdi2-axis-y-rotate-counterclockwise::before { content: "\F0D54"; } .mdi2-axis-z-arrow::before { content: "\F0D55"; } .mdi2-axis-z-arrow-lock::before { content: "\F0D56"; } .mdi2-axis-z-rotate-clockwise::before { content: "\F0D57"; } .mdi2-axis-z-rotate-counterclockwise::before { content: "\F0D58"; } .mdi2-babel::before { content: "\F0A25"; } .mdi2-baby::before { content: "\F006C"; } .mdi2-baby-bottle::before { content: "\F0F39"; } .mdi2-baby-bottle-outline::before { content: "\F0F3A"; } .mdi2-baby-buggy::before { content: "\F13E0"; } .mdi2-baby-buggy-off::before { content: "\F1AF3"; } .mdi2-baby-carriage::before { content: "\F068F"; } .mdi2-baby-carriage-off::before { content: "\F0FA0"; } .mdi2-baby-face::before { content: "\F0E7C"; } .mdi2-baby-face-outline::before { content: "\F0E7D"; } .mdi2-backburger::before { content: "\F006D"; } .mdi2-backspace::before { content: "\F006E"; } .mdi2-backspace-outline::before { content: "\F0B5C"; } .mdi2-backspace-reverse::before { content: "\F0E7E"; } .mdi2-backspace-reverse-outline::before { content: "\F0E7F"; } .mdi2-backup-restore::before { content: "\F006F"; } .mdi2-bacteria::before { content: "\F0ED5"; } .mdi2-bacteria-outline::before { content: "\F0ED6"; } .mdi2-badge-account::before { content: "\F0DA7"; } .mdi2-badge-account-alert::before { content: "\F0DA8"; } .mdi2-badge-account-alert-outline::before { content: "\F0DA9"; } .mdi2-badge-account-horizontal::before { content: "\F0E0D"; } .mdi2-badge-account-horizontal-outline::before { content: "\F0E0E"; } .mdi2-badge-account-outline::before { content: "\F0DAA"; } .mdi2-badminton::before { content: "\F0851"; } .mdi2-bag-carry-on::before { content: "\F0F3B"; } .mdi2-bag-carry-on-check::before { content: "\F0D65"; } .mdi2-bag-carry-on-off::before { content: "\F0F3C"; } .mdi2-bag-checked::before { content: "\F0F3D"; } .mdi2-bag-personal::before { content: "\F0E10"; } .mdi2-bag-personal-off::before { content: "\F0E11"; } .mdi2-bag-personal-off-outline::before { content: "\F0E12"; } .mdi2-bag-personal-outline::before { content: "\F0E13"; } .mdi2-bag-personal-plus::before { content: "\F1CA4"; } .mdi2-bag-personal-plus-outline::before { content: "\F1CA5"; } .mdi2-bag-personal-tag::before { content: "\F1B0C"; } .mdi2-bag-personal-tag-outline::before { content: "\F1B0D"; } .mdi2-bag-suitcase::before { content: "\F158B"; } .mdi2-bag-suitcase-off::before { content: "\F158D"; } .mdi2-bag-suitcase-off-outline::before { content: "\F158E"; } .mdi2-bag-suitcase-outline::before { content: "\F158C"; } .mdi2-baguette::before { content: "\F0F3E"; } .mdi2-balcony::before { content: "\F1817"; } .mdi2-balloon::before { content: "\F0A26"; } .mdi2-ballot::before { content: "\F09C9"; } .mdi2-ballot-outline::before { content: "\F09CA"; } .mdi2-ballot-recount::before { content: "\F0C39"; } .mdi2-ballot-recount-outline::before { content: "\F0C3A"; } .mdi2-bandage::before { content: "\F0DAF"; } .mdi2-bank::before { content: "\F0070"; } .mdi2-bank-check::before { content: "\F1655"; } .mdi2-bank-circle::before { content: "\F1C03"; } .mdi2-bank-circle-outline::before { content: "\F1C04"; } .mdi2-bank-minus::before { content: "\F0DB0"; } .mdi2-bank-off::before { content: "\F1656"; } .mdi2-bank-off-outline::before { content: "\F1657"; } .mdi2-bank-outline::before { content: "\F0E80"; } .mdi2-bank-plus::before { content: "\F0DB1"; } .mdi2-bank-remove::before { content: "\F0DB2"; } .mdi2-bank-transfer::before { content: "\F0A27"; } .mdi2-bank-transfer-in::before { content: "\F0A28"; } .mdi2-bank-transfer-out::before { content: "\F0A29"; } .mdi2-barcode::before { content: "\F0071"; } .mdi2-barcode-off::before { content: "\F1236"; } .mdi2-barcode-scan::before { content: "\F0072"; } .mdi2-barley::before { content: "\F0073"; } .mdi2-barley-off::before { content: "\F0B5D"; } .mdi2-barn::before { content: "\F0B5E"; } .mdi2-barrel::before { content: "\F0074"; } .mdi2-barrel-outline::before { content: "\F1A28"; } .mdi2-baseball::before { content: "\F0852"; } .mdi2-baseball-bat::before { content: "\F0853"; } .mdi2-baseball-diamond::before { content: "\F15EC"; } .mdi2-baseball-diamond-outline::before { content: "\F15ED"; } .mdi2-baseball-outline::before { content: "\F1C5A"; } .mdi2-bash::before { content: "\F1183"; } .mdi2-basket::before { content: "\F0076"; } .mdi2-basket-check::before { content: "\F18E5"; } .mdi2-basket-check-outline::before { content: "\F18E6"; } .mdi2-basket-fill::before { content: "\F0077"; } .mdi2-basket-minus::before { content: "\F1523"; } .mdi2-basket-minus-outline::before { content: "\F1524"; } .mdi2-basket-off::before { content: "\F1525"; } .mdi2-basket-off-outline::before { content: "\F1526"; } .mdi2-basket-outline::before { content: "\F1181"; } .mdi2-basket-plus::before { content: "\F1527"; } .mdi2-basket-plus-outline::before { content: "\F1528"; } .mdi2-basket-remove::before { content: "\F1529"; } .mdi2-basket-remove-outline::before { content: "\F152A"; } .mdi2-basket-unfill::before { content: "\F0078"; } .mdi2-basketball::before { content: "\F0806"; } .mdi2-basketball-hoop::before { content: "\F0C3B"; } .mdi2-basketball-hoop-outline::before { content: "\F0C3C"; } .mdi2-bat::before { content: "\F0B5F"; } .mdi2-bathtub::before { content: "\F1818"; } .mdi2-bathtub-outline::before { content: "\F1819"; } .mdi2-battery::before { content: "\F0079"; } .mdi2-battery-10::before { content: "\F007A"; } .mdi2-battery-10-bluetooth::before { content: "\F093E"; } .mdi2-battery-20::before { content: "\F007B"; } .mdi2-battery-20-bluetooth::before { content: "\F093F"; } .mdi2-battery-30::before { content: "\F007C"; } .mdi2-battery-30-bluetooth::before { content: "\F0940"; } .mdi2-battery-40::before { content: "\F007D"; } .mdi2-battery-40-bluetooth::before { content: "\F0941"; } .mdi2-battery-50::before { content: "\F007E"; } .mdi2-battery-50-bluetooth::before { content: "\F0942"; } .mdi2-battery-60::before { content: "\F007F"; } .mdi2-battery-60-bluetooth::before { content: "\F0943"; } .mdi2-battery-70::before { content: "\F0080"; } .mdi2-battery-70-bluetooth::before { content: "\F0944"; } .mdi2-battery-80::before { content: "\F0081"; } .mdi2-battery-80-bluetooth::before { content: "\F0945"; } .mdi2-battery-90::before { content: "\F0082"; } .mdi2-battery-90-bluetooth::before { content: "\F0946"; } .mdi2-battery-alert::before { content: "\F0083"; } .mdi2-battery-alert-bluetooth::before { content: "\F0947"; } .mdi2-battery-alert-variant::before { content: "\F10CC"; } .mdi2-battery-alert-variant-outline::before { content: "\F10CD"; } .mdi2-battery-arrow-down::before { content: "\F17DE"; } .mdi2-battery-arrow-down-outline::before { content: "\F17DF"; } .mdi2-battery-arrow-up::before { content: "\F17E0"; } .mdi2-battery-arrow-up-outline::before { content: "\F17E1"; } .mdi2-battery-bluetooth::before { content: "\F0948"; } .mdi2-battery-bluetooth-variant::before { content: "\F0949"; } .mdi2-battery-charging::before { content: "\F0084"; } .mdi2-battery-charging-10::before { content: "\F089C"; } .mdi2-battery-charging-100::before { content: "\F0085"; } .mdi2-battery-charging-20::before { content: "\F0086"; } .mdi2-battery-charging-30::before { content: "\F0087"; } .mdi2-battery-charging-40::before { content: "\F0088"; } .mdi2-battery-charging-50::before { content: "\F089D"; } .mdi2-battery-charging-60::before { content: "\F0089"; } .mdi2-battery-charging-70::before { content: "\F089E"; } .mdi2-battery-charging-80::before { content: "\F008A"; } .mdi2-battery-charging-90::before { content: "\F008B"; } .mdi2-battery-charging-high::before { content: "\F12A6"; } .mdi2-battery-charging-low::before { content: "\F12A4"; } .mdi2-battery-charging-medium::before { content: "\F12A5"; } .mdi2-battery-charging-outline::before { content: "\F089F"; } .mdi2-battery-charging-wireless::before { content: "\F0807"; } .mdi2-battery-charging-wireless-10::before { content: "\F0808"; } .mdi2-battery-charging-wireless-20::before { content: "\F0809"; } .mdi2-battery-charging-wireless-30::before { content: "\F080A"; } .mdi2-battery-charging-wireless-40::before { content: "\F080B"; } .mdi2-battery-charging-wireless-50::before { content: "\F080C"; } .mdi2-battery-charging-wireless-60::before { content: "\F080D"; } .mdi2-battery-charging-wireless-70::before { content: "\F080E"; } .mdi2-battery-charging-wireless-80::before { content: "\F080F"; } .mdi2-battery-charging-wireless-90::before { content: "\F0810"; } .mdi2-battery-charging-wireless-alert::before { content: "\F0811"; } .mdi2-battery-charging-wireless-outline::before { content: "\F0812"; } .mdi2-battery-check::before { content: "\F17E2"; } .mdi2-battery-check-outline::before { content: "\F17E3"; } .mdi2-battery-clock::before { content: "\F19E5"; } .mdi2-battery-clock-outline::before { content: "\F19E6"; } .mdi2-battery-heart::before { content: "\F120F"; } .mdi2-battery-heart-outline::before { content: "\F1210"; } .mdi2-battery-heart-variant::before { content: "\F1211"; } .mdi2-battery-high::before { content: "\F12A3"; } .mdi2-battery-lock::before { content: "\F179C"; } .mdi2-battery-lock-open::before { content: "\F179D"; } .mdi2-battery-low::before { content: "\F12A1"; } .mdi2-battery-medium::before { content: "\F12A2"; } .mdi2-battery-minus::before { content: "\F17E4"; } .mdi2-battery-minus-outline::before { content: "\F17E5"; } .mdi2-battery-minus-variant::before { content: "\F008C"; } .mdi2-battery-negative::before { content: "\F008D"; } .mdi2-battery-off::before { content: "\F125D"; } .mdi2-battery-off-outline::before { content: "\F125E"; } .mdi2-battery-outline::before { content: "\F008E"; } .mdi2-battery-plus::before { content: "\F17E6"; } .mdi2-battery-plus-outline::before { content: "\F17E7"; } .mdi2-battery-plus-variant::before { content: "\F008F"; } .mdi2-battery-positive::before { content: "\F0090"; } .mdi2-battery-remove::before { content: "\F17E8"; } .mdi2-battery-remove-outline::before { content: "\F17E9"; } .mdi2-battery-sync::before { content: "\F1834"; } .mdi2-battery-sync-outline::before { content: "\F1835"; } .mdi2-battery-unknown::before { content: "\F0091"; } .mdi2-battery-unknown-bluetooth::before { content: "\F094A"; } .mdi2-beach::before { content: "\F0092"; } .mdi2-beaker::before { content: "\F0CEA"; } .mdi2-beaker-alert::before { content: "\F1229"; } .mdi2-beaker-alert-outline::before { content: "\F122A"; } .mdi2-beaker-check::before { content: "\F122B"; } .mdi2-beaker-check-outline::before { content: "\F122C"; } .mdi2-beaker-minus::before { content: "\F122D"; } .mdi2-beaker-minus-outline::before { content: "\F122E"; } .mdi2-beaker-outline::before { content: "\F0690"; } .mdi2-beaker-plus::before { content: "\F122F"; } .mdi2-beaker-plus-outline::before { content: "\F1230"; } .mdi2-beaker-question::before { content: "\F1231"; } .mdi2-beaker-question-outline::before { content: "\F1232"; } .mdi2-beaker-remove::before { content: "\F1233"; } .mdi2-beaker-remove-outline::before { content: "\F1234"; } .mdi2-bed::before { content: "\F02E3"; } .mdi2-bed-clock::before { content: "\F1B94"; } .mdi2-bed-double::before { content: "\F0FD4"; } .mdi2-bed-double-outline::before { content: "\F0FD3"; } .mdi2-bed-empty::before { content: "\F08A0"; } .mdi2-bed-king::before { content: "\F0FD2"; } .mdi2-bed-king-outline::before { content: "\F0FD1"; } .mdi2-bed-outline::before { content: "\F0099"; } .mdi2-bed-queen::before { content: "\F0FD0"; } .mdi2-bed-queen-outline::before { content: "\F0FDB"; } .mdi2-bed-single::before { content: "\F106D"; } .mdi2-bed-single-outline::before { content: "\F106E"; } .mdi2-bee::before { content: "\F0FA1"; } .mdi2-bee-flower::before { content: "\F0FA2"; } .mdi2-beehive-off-outline::before { content: "\F13ED"; } .mdi2-beehive-outline::before { content: "\F10CE"; } .mdi2-beekeeper::before { content: "\F14E2"; } .mdi2-beer::before { content: "\F0098"; } .mdi2-beer-outline::before { content: "\F130C"; } .mdi2-bell::before { content: "\F009A"; } .mdi2-bell-alert::before { content: "\F0D59"; } .mdi2-bell-alert-outline::before { content: "\F0E81"; } .mdi2-bell-badge::before { content: "\F116B"; } .mdi2-bell-badge-outline::before { content: "\F0178"; } .mdi2-bell-cancel::before { content: "\F13E7"; } .mdi2-bell-cancel-outline::before { content: "\F13E8"; } .mdi2-bell-check::before { content: "\F11E5"; } .mdi2-bell-check-outline::before { content: "\F11E6"; } .mdi2-bell-circle::before { content: "\F0D5A"; } .mdi2-bell-circle-outline::before { content: "\F0D5B"; } .mdi2-bell-cog::before { content: "\F1A29"; } .mdi2-bell-cog-outline::before { content: "\F1A2A"; } .mdi2-bell-minus::before { content: "\F13E9"; } .mdi2-bell-minus-outline::before { content: "\F13EA"; } .mdi2-bell-off::before { content: "\F009B"; } .mdi2-bell-off-outline::before { content: "\F0A91"; } .mdi2-bell-outline::before { content: "\F009C"; } .mdi2-bell-plus::before { content: "\F009D"; } .mdi2-bell-plus-outline::before { content: "\F0A92"; } .mdi2-bell-remove::before { content: "\F13EB"; } .mdi2-bell-remove-outline::before { content: "\F13EC"; } .mdi2-bell-ring::before { content: "\F009E"; } .mdi2-bell-ring-outline::before { content: "\F009F"; } .mdi2-bell-sleep::before { content: "\F00A0"; } .mdi2-bell-sleep-outline::before { content: "\F0A93"; } .mdi2-bench::before { content: "\F1C21"; } .mdi2-bench-back::before { content: "\F1C22"; } .mdi2-beta::before { content: "\F00A1"; } .mdi2-betamax::before { content: "\F09CB"; } .mdi2-biathlon::before { content: "\F0E14"; } .mdi2-bicycle::before { content: "\F109C"; } .mdi2-bicycle-basket::before { content: "\F1235"; } .mdi2-bicycle-cargo::before { content: "\F189C"; } .mdi2-bicycle-electric::before { content: "\F15B4"; } .mdi2-bicycle-penny-farthing::before { content: "\F15E9"; } .mdi2-bike::before { content: "\F00A3"; } .mdi2-bike-fast::before { content: "\F111F"; } .mdi2-bike-pedal::before { content: "\F1C23"; } .mdi2-bike-pedal-clipless::before { content: "\F1C24"; } .mdi2-bike-pedal-mountain::before { content: "\F1C25"; } .mdi2-billboard::before { content: "\F1010"; } .mdi2-billiards::before { content: "\F0B61"; } .mdi2-billiards-rack::before { content: "\F0B62"; } .mdi2-binoculars::before { content: "\F00A5"; } .mdi2-bio::before { content: "\F00A6"; } .mdi2-biohazard::before { content: "\F00A7"; } .mdi2-bird::before { content: "\F15C6"; } .mdi2-bitbucket::before { content: "\F00A8"; } .mdi2-bitcoin::before { content: "\F0813"; } .mdi2-black-mesa::before { content: "\F00A9"; } .mdi2-blender::before { content: "\F0CEB"; } .mdi2-blender-outline::before { content: "\F181A"; } .mdi2-blender-software::before { content: "\F00AB"; } .mdi2-blinds::before { content: "\F00AC"; } .mdi2-blinds-horizontal::before { content: "\F1A2B"; } .mdi2-blinds-horizontal-closed::before { content: "\F1A2C"; } .mdi2-blinds-open::before { content: "\F1011"; } .mdi2-blinds-vertical::before { content: "\F1A2D"; } .mdi2-blinds-vertical-closed::before { content: "\F1A2E"; } .mdi2-block-helper::before { content: "\F00AD"; } .mdi2-blood-bag::before { content: "\F0CEC"; } .mdi2-bluetooth::before { content: "\F00AF"; } .mdi2-bluetooth-audio::before { content: "\F00B0"; } .mdi2-bluetooth-connect::before { content: "\F00B1"; } .mdi2-bluetooth-off::before { content: "\F00B2"; } .mdi2-bluetooth-settings::before { content: "\F00B3"; } .mdi2-bluetooth-transfer::before { content: "\F00B4"; } .mdi2-blur::before { content: "\F00B5"; } .mdi2-blur-linear::before { content: "\F00B6"; } .mdi2-blur-off::before { content: "\F00B7"; } .mdi2-blur-radial::before { content: "\F00B8"; } .mdi2-bolt::before { content: "\F0DB3"; } .mdi2-bomb::before { content: "\F0691"; } .mdi2-bomb-off::before { content: "\F06C5"; } .mdi2-bone::before { content: "\F00B9"; } .mdi2-bone-off::before { content: "\F19E0"; } .mdi2-book::before { content: "\F00BA"; } .mdi2-book-account::before { content: "\F13AD"; } .mdi2-book-account-outline::before { content: "\F13AE"; } .mdi2-book-alert::before { content: "\F167C"; } .mdi2-book-alert-outline::before { content: "\F167D"; } .mdi2-book-alphabet::before { content: "\F061D"; } .mdi2-book-arrow-down::before { content: "\F167E"; } .mdi2-book-arrow-down-outline::before { content: "\F167F"; } .mdi2-book-arrow-left::before { content: "\F1680"; } .mdi2-book-arrow-left-outline::before { content: "\F1681"; } .mdi2-book-arrow-right::before { content: "\F1682"; } .mdi2-book-arrow-right-outline::before { content: "\F1683"; } .mdi2-book-arrow-up::before { content: "\F1684"; } .mdi2-book-arrow-up-outline::before { content: "\F1685"; } .mdi2-book-cancel::before { content: "\F1686"; } .mdi2-book-cancel-outline::before { content: "\F1687"; } .mdi2-book-check::before { content: "\F14F3"; } .mdi2-book-check-outline::before { content: "\F14F4"; } .mdi2-book-clock::before { content: "\F1688"; } .mdi2-book-clock-outline::before { content: "\F1689"; } .mdi2-book-cog::before { content: "\F168A"; } .mdi2-book-cog-outline::before { content: "\F168B"; } .mdi2-book-cross::before { content: "\F00A2"; } .mdi2-book-edit::before { content: "\F168C"; } .mdi2-book-edit-outline::before { content: "\F168D"; } .mdi2-book-education::before { content: "\F16C9"; } .mdi2-book-education-outline::before { content: "\F16CA"; } .mdi2-book-heart::before { content: "\F1A1D"; } .mdi2-book-heart-outline::before { content: "\F1A1E"; } .mdi2-book-information-variant::before { content: "\F106F"; } .mdi2-book-lock::before { content: "\F079A"; } .mdi2-book-lock-open::before { content: "\F079B"; } .mdi2-book-lock-open-outline::before { content: "\F168E"; } .mdi2-book-lock-outline::before { content: "\F168F"; } .mdi2-book-marker::before { content: "\F1690"; } .mdi2-book-marker-outline::before { content: "\F1691"; } .mdi2-book-minus::before { content: "\F05D9"; } .mdi2-book-minus-multiple::before { content: "\F0A94"; } .mdi2-book-minus-multiple-outline::before { content: "\F090B"; } .mdi2-book-minus-outline::before { content: "\F1692"; } .mdi2-book-multiple::before { content: "\F00BB"; } .mdi2-book-multiple-outline::before { content: "\F0436"; } .mdi2-book-music::before { content: "\F0067"; } .mdi2-book-music-outline::before { content: "\F1693"; } .mdi2-book-off::before { content: "\F1694"; } .mdi2-book-off-outline::before { content: "\F1695"; } .mdi2-book-open::before { content: "\F00BD"; } .mdi2-book-open-blank-variant::before { content: "\F00BE"; } .mdi2-book-open-blank-variant-outline::before { content: "\F1CCB"; } .mdi2-book-open-outline::before { content: "\F0B63"; } .mdi2-book-open-page-variant::before { content: "\F05DA"; } .mdi2-book-open-page-variant-outline::before { content: "\F15D6"; } .mdi2-book-open-variant::before { content: "\F14F7"; } .mdi2-book-open-variant-outline::before { content: "\F1CCC"; } .mdi2-book-outline::before { content: "\F0B64"; } .mdi2-book-play::before { content: "\F0E82"; } .mdi2-book-play-outline::before { content: "\F0E83"; } .mdi2-book-plus::before { content: "\F05DB"; } .mdi2-book-plus-multiple::before { content: "\F0A95"; } .mdi2-book-plus-multiple-outline::before { content: "\F0ADE"; } .mdi2-book-plus-outline::before { content: "\F1696"; } .mdi2-book-refresh::before { content: "\F1697"; } .mdi2-book-refresh-outline::before { content: "\F1698"; } .mdi2-book-remove::before { content: "\F0A97"; } .mdi2-book-remove-multiple::before { content: "\F0A96"; } .mdi2-book-remove-multiple-outline::before { content: "\F04CA"; } .mdi2-book-remove-outline::before { content: "\F1699"; } .mdi2-book-search::before { content: "\F0E84"; } .mdi2-book-search-outline::before { content: "\F0E85"; } .mdi2-book-settings::before { content: "\F169A"; } .mdi2-book-settings-outline::before { content: "\F169B"; } .mdi2-book-sync::before { content: "\F169C"; } .mdi2-book-sync-outline::before { content: "\F16C8"; } .mdi2-book-variant::before { content: "\F00BF"; } .mdi2-bookmark::before { content: "\F00C0"; } .mdi2-bookmark-box::before { content: "\F1B75"; } .mdi2-bookmark-box-multiple::before { content: "\F196C"; } .mdi2-bookmark-box-multiple-outline::before { content: "\F196D"; } .mdi2-bookmark-box-outline::before { content: "\F1B76"; } .mdi2-bookmark-check::before { content: "\F00C1"; } .mdi2-bookmark-check-outline::before { content: "\F137B"; } .mdi2-bookmark-minus::before { content: "\F09CC"; } .mdi2-bookmark-minus-outline::before { content: "\F09CD"; } .mdi2-bookmark-multiple::before { content: "\F0E15"; } .mdi2-bookmark-multiple-outline::before { content: "\F0E16"; } .mdi2-bookmark-music::before { content: "\F00C2"; } .mdi2-bookmark-music-outline::before { content: "\F1379"; } .mdi2-bookmark-off::before { content: "\F09CE"; } .mdi2-bookmark-off-outline::before { content: "\F09CF"; } .mdi2-bookmark-outline::before { content: "\F00C3"; } .mdi2-bookmark-plus::before { content: "\F00C5"; } .mdi2-bookmark-plus-outline::before { content: "\F00C4"; } .mdi2-bookmark-remove::before { content: "\F00C6"; } .mdi2-bookmark-remove-outline::before { content: "\F137A"; } .mdi2-bookshelf::before { content: "\F125F"; } .mdi2-boom-gate::before { content: "\F0E86"; } .mdi2-boom-gate-alert::before { content: "\F0E87"; } .mdi2-boom-gate-alert-outline::before { content: "\F0E88"; } .mdi2-boom-gate-arrow-down::before { content: "\F0E89"; } .mdi2-boom-gate-arrow-down-outline::before { content: "\F0E8A"; } .mdi2-boom-gate-arrow-up::before { content: "\F0E8C"; } .mdi2-boom-gate-arrow-up-outline::before { content: "\F0E8D"; } .mdi2-boom-gate-outline::before { content: "\F0E8B"; } .mdi2-boom-gate-up::before { content: "\F17F9"; } .mdi2-boom-gate-up-outline::before { content: "\F17FA"; } .mdi2-boombox::before { content: "\F05DC"; } .mdi2-boomerang::before { content: "\F10CF"; } .mdi2-bootstrap::before { content: "\F06C6"; } .mdi2-border-all::before { content: "\F00C7"; } .mdi2-border-all-variant::before { content: "\F08A1"; } .mdi2-border-bottom::before { content: "\F00C8"; } .mdi2-border-bottom-variant::before { content: "\F08A2"; } .mdi2-border-color::before { content: "\F00C9"; } .mdi2-border-horizontal::before { content: "\F00CA"; } .mdi2-border-inside::before { content: "\F00CB"; } .mdi2-border-left::before { content: "\F00CC"; } .mdi2-border-left-variant::before { content: "\F08A3"; } .mdi2-border-none::before { content: "\F00CD"; } .mdi2-border-none-variant::before { content: "\F08A4"; } .mdi2-border-outside::before { content: "\F00CE"; } .mdi2-border-radius::before { content: "\F1AF4"; } .mdi2-border-right::before { content: "\F00CF"; } .mdi2-border-right-variant::before { content: "\F08A5"; } .mdi2-border-style::before { content: "\F00D0"; } .mdi2-border-top::before { content: "\F00D1"; } .mdi2-border-top-variant::before { content: "\F08A6"; } .mdi2-border-vertical::before { content: "\F00D2"; } .mdi2-bottle-soda::before { content: "\F1070"; } .mdi2-bottle-soda-classic::before { content: "\F1071"; } .mdi2-bottle-soda-classic-outline::before { content: "\F1363"; } .mdi2-bottle-soda-outline::before { content: "\F1072"; } .mdi2-bottle-tonic::before { content: "\F112E"; } .mdi2-bottle-tonic-outline::before { content: "\F112F"; } .mdi2-bottle-tonic-plus::before { content: "\F1130"; } .mdi2-bottle-tonic-plus-outline::before { content: "\F1131"; } .mdi2-bottle-tonic-skull::before { content: "\F1132"; } .mdi2-bottle-tonic-skull-outline::before { content: "\F1133"; } .mdi2-bottle-wine::before { content: "\F0854"; } .mdi2-bottle-wine-outline::before { content: "\F1310"; } .mdi2-bow-arrow::before { content: "\F1841"; } .mdi2-bow-tie::before { content: "\F0678"; } .mdi2-bowl::before { content: "\F028E"; } .mdi2-bowl-mix::before { content: "\F0617"; } .mdi2-bowl-mix-outline::before { content: "\F02E4"; } .mdi2-bowl-outline::before { content: "\F02A9"; } .mdi2-bowling::before { content: "\F00D3"; } .mdi2-box::before { content: "\F00D4"; } .mdi2-box-cutter::before { content: "\F00D5"; } .mdi2-box-cutter-off::before { content: "\F0B4A"; } .mdi2-box-shadow::before { content: "\F0637"; } .mdi2-boxing-glove::before { content: "\F0B65"; } .mdi2-braille::before { content: "\F09D0"; } .mdi2-brain::before { content: "\F09D1"; } .mdi2-bread-slice::before { content: "\F0CEE"; } .mdi2-bread-slice-outline::before { content: "\F0CEF"; } .mdi2-bridge::before { content: "\F0618"; } .mdi2-briefcase::before { content: "\F00D6"; } .mdi2-briefcase-account::before { content: "\F0CF0"; } .mdi2-briefcase-account-outline::before { content: "\F0CF1"; } .mdi2-briefcase-arrow-left-right::before { content: "\F1A8D"; } .mdi2-briefcase-arrow-left-right-outline::before { content: "\F1A8E"; } .mdi2-briefcase-arrow-up-down::before { content: "\F1A8F"; } .mdi2-briefcase-arrow-up-down-outline::before { content: "\F1A90"; } .mdi2-briefcase-check::before { content: "\F00D7"; } .mdi2-briefcase-check-outline::before { content: "\F131E"; } .mdi2-briefcase-clock::before { content: "\F10D0"; } .mdi2-briefcase-clock-outline::before { content: "\F10D1"; } .mdi2-briefcase-download::before { content: "\F00D8"; } .mdi2-briefcase-download-outline::before { content: "\F0C3D"; } .mdi2-briefcase-edit::before { content: "\F0A98"; } .mdi2-briefcase-edit-outline::before { content: "\F0C3E"; } .mdi2-briefcase-eye::before { content: "\F17D9"; } .mdi2-briefcase-eye-outline::before { content: "\F17DA"; } .mdi2-briefcase-minus::before { content: "\F0A2A"; } .mdi2-briefcase-minus-outline::before { content: "\F0C3F"; } .mdi2-briefcase-off::before { content: "\F1658"; } .mdi2-briefcase-off-outline::before { content: "\F1659"; } .mdi2-briefcase-outline::before { content: "\F0814"; } .mdi2-briefcase-plus::before { content: "\F0A2B"; } .mdi2-briefcase-plus-outline::before { content: "\F0C40"; } .mdi2-briefcase-remove::before { content: "\F0A2C"; } .mdi2-briefcase-remove-outline::before { content: "\F0C41"; } .mdi2-briefcase-search::before { content: "\F0A2D"; } .mdi2-briefcase-search-outline::before { content: "\F0C42"; } .mdi2-briefcase-upload::before { content: "\F00D9"; } .mdi2-briefcase-upload-outline::before { content: "\F0C43"; } .mdi2-briefcase-variant::before { content: "\F1494"; } .mdi2-briefcase-variant-off::before { content: "\F165A"; } .mdi2-briefcase-variant-off-outline::before { content: "\F165B"; } .mdi2-briefcase-variant-outline::before { content: "\F1495"; } .mdi2-brightness-1::before { content: "\F00DA"; } .mdi2-brightness-2::before { content: "\F00DB"; } .mdi2-brightness-3::before { content: "\F00DC"; } .mdi2-brightness-4::before { content: "\F00DD"; } .mdi2-brightness-5::before { content: "\F00DE"; } .mdi2-brightness-6::before { content: "\F00DF"; } .mdi2-brightness-7::before { content: "\F00E0"; } .mdi2-brightness-auto::before { content: "\F00E1"; } .mdi2-brightness-percent::before { content: "\F0CF2"; } .mdi2-broadcast::before { content: "\F1720"; } .mdi2-broadcast-off::before { content: "\F1721"; } .mdi2-broom::before { content: "\F00E2"; } .mdi2-brush::before { content: "\F00E3"; } .mdi2-brush-off::before { content: "\F1771"; } .mdi2-brush-outline::before { content: "\F1A0D"; } .mdi2-brush-variant::before { content: "\F1813"; } .mdi2-bucket::before { content: "\F1415"; } .mdi2-bucket-outline::before { content: "\F1416"; } .mdi2-buffet::before { content: "\F0578"; } .mdi2-bug::before { content: "\F00E4"; } .mdi2-bug-check::before { content: "\F0A2E"; } .mdi2-bug-check-outline::before { content: "\F0A2F"; } .mdi2-bug-outline::before { content: "\F0A30"; } .mdi2-bug-pause::before { content: "\F1AF5"; } .mdi2-bug-pause-outline::before { content: "\F1AF6"; } .mdi2-bug-play::before { content: "\F1AF7"; } .mdi2-bug-play-outline::before { content: "\F1AF8"; } .mdi2-bug-stop::before { content: "\F1AF9"; } .mdi2-bug-stop-outline::before { content: "\F1AFA"; } .mdi2-bugle::before { content: "\F0DB4"; } .mdi2-bulkhead-light::before { content: "\F1A2F"; } .mdi2-bulldozer::before { content: "\F0B22"; } .mdi2-bullet::before { content: "\F0CF3"; } .mdi2-bulletin-board::before { content: "\F00E5"; } .mdi2-bullhorn::before { content: "\F00E6"; } .mdi2-bullhorn-outline::before { content: "\F0B23"; } .mdi2-bullhorn-variant::before { content: "\F196E"; } .mdi2-bullhorn-variant-outline::before { content: "\F196F"; } .mdi2-bullseye::before { content: "\F05DD"; } .mdi2-bullseye-arrow::before { content: "\F08C9"; } .mdi2-bulma::before { content: "\F12E7"; } .mdi2-bunk-bed::before { content: "\F1302"; } .mdi2-bunk-bed-outline::before { content: "\F0097"; } .mdi2-bus::before { content: "\F00E7"; } .mdi2-bus-alert::before { content: "\F0A99"; } .mdi2-bus-articulated-end::before { content: "\F079C"; } .mdi2-bus-articulated-front::before { content: "\F079D"; } .mdi2-bus-clock::before { content: "\F08CA"; } .mdi2-bus-double-decker::before { content: "\F079E"; } .mdi2-bus-electric::before { content: "\F191D"; } .mdi2-bus-marker::before { content: "\F1212"; } .mdi2-bus-multiple::before { content: "\F0F3F"; } .mdi2-bus-school::before { content: "\F079F"; } .mdi2-bus-side::before { content: "\F07A0"; } .mdi2-bus-sign::before { content: "\F1CC1"; } .mdi2-bus-stop::before { content: "\F1012"; } .mdi2-bus-stop-covered::before { content: "\F1013"; } .mdi2-bus-stop-uncovered::before { content: "\F1014"; } .mdi2-bus-wrench::before { content: "\F1CC2"; } .mdi2-butterfly::before { content: "\F1589"; } .mdi2-butterfly-outline::before { content: "\F158A"; } .mdi2-button-cursor::before { content: "\F1B4F"; } .mdi2-button-pointer::before { content: "\F1B50"; } .mdi2-cabin-a-frame::before { content: "\F188C"; } .mdi2-cable-data::before { content: "\F1394"; } .mdi2-cached::before { content: "\F00E8"; } .mdi2-cactus::before { content: "\F0DB5"; } .mdi2-cake::before { content: "\F00E9"; } .mdi2-cake-layered::before { content: "\F00EA"; } .mdi2-cake-variant::before { content: "\F00EB"; } .mdi2-cake-variant-outline::before { content: "\F17F0"; } .mdi2-calculator::before { content: "\F00EC"; } .mdi2-calculator-variant::before { content: "\F0A9A"; } .mdi2-calculator-variant-outline::before { content: "\F15A6"; } .mdi2-calendar::before { content: "\F00ED"; } .mdi2-calendar-account::before { content: "\F0ED7"; } .mdi2-calendar-account-outline::before { content: "\F0ED8"; } .mdi2-calendar-alert::before { content: "\F0A31"; } .mdi2-calendar-alert-outline::before { content: "\F1B62"; } .mdi2-calendar-arrow-left::before { content: "\F1134"; } .mdi2-calendar-arrow-right::before { content: "\F1135"; } .mdi2-calendar-badge::before { content: "\F1B9D"; } .mdi2-calendar-badge-outline::before { content: "\F1B9E"; } .mdi2-calendar-blank::before { content: "\F00EE"; } .mdi2-calendar-blank-multiple::before { content: "\F1073"; } .mdi2-calendar-blank-outline::before { content: "\F0B66"; } .mdi2-calendar-check::before { content: "\F00EF"; } .mdi2-calendar-check-outline::before { content: "\F0C44"; } .mdi2-calendar-clock::before { content: "\F00F0"; } .mdi2-calendar-clock-outline::before { content: "\F16E1"; } .mdi2-calendar-collapse-horizontal::before { content: "\F189D"; } .mdi2-calendar-collapse-horizontal-outline::before { content: "\F1B63"; } .mdi2-calendar-cursor::before { content: "\F157B"; } .mdi2-calendar-cursor-outline::before { content: "\F1B64"; } .mdi2-calendar-edit::before { content: "\F08A7"; } .mdi2-calendar-edit-outline::before { content: "\F1B65"; } .mdi2-calendar-end::before { content: "\F166C"; } .mdi2-calendar-end-outline::before { content: "\F1B66"; } .mdi2-calendar-expand-horizontal::before { content: "\F189E"; } .mdi2-calendar-expand-horizontal-outline::before { content: "\F1B67"; } .mdi2-calendar-export::before { content: "\F0B24"; } .mdi2-calendar-export-outline::before { content: "\F1B68"; } .mdi2-calendar-filter::before { content: "\F1A32"; } .mdi2-calendar-filter-outline::before { content: "\F1A33"; } .mdi2-calendar-heart::before { content: "\F09D2"; } .mdi2-calendar-heart-outline::before { content: "\F1B69"; } .mdi2-calendar-import::before { content: "\F0B25"; } .mdi2-calendar-import-outline::before { content: "\F1B6A"; } .mdi2-calendar-lock::before { content: "\F1641"; } .mdi2-calendar-lock-open::before { content: "\F1B5B"; } .mdi2-calendar-lock-open-outline::before { content: "\F1B5C"; } .mdi2-calendar-lock-outline::before { content: "\F1642"; } .mdi2-calendar-minus::before { content: "\F0D5C"; } .mdi2-calendar-minus-outline::before { content: "\F1B6B"; } .mdi2-calendar-month::before { content: "\F0E17"; } .mdi2-calendar-month-outline::before { content: "\F0E18"; } .mdi2-calendar-multiple::before { content: "\F00F1"; } .mdi2-calendar-multiple-check::before { content: "\F00F2"; } .mdi2-calendar-multiselect::before { content: "\F0A32"; } .mdi2-calendar-multiselect-outline::before { content: "\F1B55"; } .mdi2-calendar-outline::before { content: "\F0B67"; } .mdi2-calendar-plus::before { content: "\F00F3"; } .mdi2-calendar-plus-outline::before { content: "\F1B6C"; } .mdi2-calendar-question::before { content: "\F0692"; } .mdi2-calendar-question-outline::before { content: "\F1B6D"; } .mdi2-calendar-range::before { content: "\F0679"; } .mdi2-calendar-range-outline::before { content: "\F0B68"; } .mdi2-calendar-refresh::before { content: "\F01E1"; } .mdi2-calendar-refresh-outline::before { content: "\F0203"; } .mdi2-calendar-remove::before { content: "\F00F4"; } .mdi2-calendar-remove-outline::before { content: "\F0C45"; } .mdi2-calendar-search::before { content: "\F094C"; } .mdi2-calendar-search-outline::before { content: "\F1B6E"; } .mdi2-calendar-star::before { content: "\F09D3"; } .mdi2-calendar-star-four-points::before { content: "\F1C1F"; } .mdi2-calendar-star-outline::before { content: "\F1B53"; } .mdi2-calendar-start::before { content: "\F166D"; } .mdi2-calendar-start-outline::before { content: "\F1B6F"; } .mdi2-calendar-sync::before { content: "\F0E8E"; } .mdi2-calendar-sync-outline::before { content: "\F0E8F"; } .mdi2-calendar-text::before { content: "\F00F5"; } .mdi2-calendar-text-outline::before { content: "\F0C46"; } .mdi2-calendar-today::before { content: "\F00F6"; } .mdi2-calendar-today-outline::before { content: "\F1A30"; } .mdi2-calendar-week::before { content: "\F0A33"; } .mdi2-calendar-week-begin::before { content: "\F0A34"; } .mdi2-calendar-week-begin-outline::before { content: "\F1A31"; } .mdi2-calendar-week-outline::before { content: "\F1A34"; } .mdi2-calendar-weekend::before { content: "\F0ED9"; } .mdi2-calendar-weekend-outline::before { content: "\F0EDA"; } .mdi2-call-made::before { content: "\F00F7"; } .mdi2-call-merge::before { content: "\F00F8"; } .mdi2-call-missed::before { content: "\F00F9"; } .mdi2-call-received::before { content: "\F00FA"; } .mdi2-call-split::before { content: "\F00FB"; } .mdi2-camcorder::before { content: "\F00FC"; } .mdi2-camcorder-off::before { content: "\F00FF"; } .mdi2-camera::before { content: "\F0100"; } .mdi2-camera-account::before { content: "\F08CB"; } .mdi2-camera-burst::before { content: "\F0693"; } .mdi2-camera-control::before { content: "\F0B69"; } .mdi2-camera-document::before { content: "\F1871"; } .mdi2-camera-document-off::before { content: "\F1872"; } .mdi2-camera-enhance::before { content: "\F0101"; } .mdi2-camera-enhance-outline::before { content: "\F0B6A"; } .mdi2-camera-flip::before { content: "\F15D9"; } .mdi2-camera-flip-outline::before { content: "\F15DA"; } .mdi2-camera-front::before { content: "\F0102"; } .mdi2-camera-front-variant::before { content: "\F0103"; } .mdi2-camera-gopro::before { content: "\F07A1"; } .mdi2-camera-image::before { content: "\F08CC"; } .mdi2-camera-iris::before { content: "\F0104"; } .mdi2-camera-lock::before { content: "\F1A14"; } .mdi2-camera-lock-open::before { content: "\F1C0D"; } .mdi2-camera-lock-open-outline::before { content: "\F1C0E"; } .mdi2-camera-lock-outline::before { content: "\F1A15"; } .mdi2-camera-marker::before { content: "\F19A7"; } .mdi2-camera-marker-outline::before { content: "\F19A8"; } .mdi2-camera-metering-center::before { content: "\F07A2"; } .mdi2-camera-metering-matrix::before { content: "\F07A3"; } .mdi2-camera-metering-partial::before { content: "\F07A4"; } .mdi2-camera-metering-spot::before { content: "\F07A5"; } .mdi2-camera-off::before { content: "\F05DF"; } .mdi2-camera-off-outline::before { content: "\F19BF"; } .mdi2-camera-outline::before { content: "\F0D5D"; } .mdi2-camera-party-mode::before { content: "\F0105"; } .mdi2-camera-plus::before { content: "\F0EDB"; } .mdi2-camera-plus-outline::before { content: "\F0EDC"; } .mdi2-camera-rear::before { content: "\F0106"; } .mdi2-camera-rear-variant::before { content: "\F0107"; } .mdi2-camera-retake::before { content: "\F0E19"; } .mdi2-camera-retake-outline::before { content: "\F0E1A"; } .mdi2-camera-switch::before { content: "\F0108"; } .mdi2-camera-switch-outline::before { content: "\F084A"; } .mdi2-camera-timer::before { content: "\F0109"; } .mdi2-camera-wireless::before { content: "\F0DB6"; } .mdi2-camera-wireless-outline::before { content: "\F0DB7"; } .mdi2-campfire::before { content: "\F0EDD"; } .mdi2-cancel::before { content: "\F073A"; } .mdi2-candelabra::before { content: "\F17D2"; } .mdi2-candelabra-fire::before { content: "\F17D3"; } .mdi2-candle::before { content: "\F05E2"; } .mdi2-candy::before { content: "\F1970"; } .mdi2-candy-off::before { content: "\F1971"; } .mdi2-candy-off-outline::before { content: "\F1972"; } .mdi2-candy-outline::before { content: "\F1973"; } .mdi2-candycane::before { content: "\F010A"; } .mdi2-cannabis::before { content: "\F07A6"; } .mdi2-cannabis-off::before { content: "\F166E"; } .mdi2-caps-lock::before { content: "\F0A9B"; } .mdi2-car::before { content: "\F010B"; } .mdi2-car-2-plus::before { content: "\F1015"; } .mdi2-car-3-plus::before { content: "\F1016"; } .mdi2-car-arrow-left::before { content: "\F13B2"; } .mdi2-car-arrow-right::before { content: "\F13B3"; } .mdi2-car-back::before { content: "\F0E1B"; } .mdi2-car-battery::before { content: "\F010C"; } .mdi2-car-brake-abs::before { content: "\F0C47"; } .mdi2-car-brake-alert::before { content: "\F0C48"; } .mdi2-car-brake-fluid-level::before { content: "\F1909"; } .mdi2-car-brake-hold::before { content: "\F0D5E"; } .mdi2-car-brake-low-pressure::before { content: "\F190A"; } .mdi2-car-brake-parking::before { content: "\F0D5F"; } .mdi2-car-brake-retarder::before { content: "\F1017"; } .mdi2-car-brake-temperature::before { content: "\F190B"; } .mdi2-car-brake-worn-linings::before { content: "\F190C"; } .mdi2-car-child-seat::before { content: "\F0FA3"; } .mdi2-car-clock::before { content: "\F1974"; } .mdi2-car-clutch::before { content: "\F1018"; } .mdi2-car-cog::before { content: "\F13CC"; } .mdi2-car-connected::before { content: "\F010D"; } .mdi2-car-convertible::before { content: "\F07A7"; } .mdi2-car-coolant-level::before { content: "\F1019"; } .mdi2-car-cruise-control::before { content: "\F0D60"; } .mdi2-car-defrost-front::before { content: "\F0D61"; } .mdi2-car-defrost-rear::before { content: "\F0D62"; } .mdi2-car-door::before { content: "\F0B6B"; } .mdi2-car-door-lock::before { content: "\F109D"; } .mdi2-car-door-lock-open::before { content: "\F1C81"; } .mdi2-car-electric::before { content: "\F0B6C"; } .mdi2-car-electric-outline::before { content: "\F15B5"; } .mdi2-car-emergency::before { content: "\F160F"; } .mdi2-car-esp::before { content: "\F0C49"; } .mdi2-car-estate::before { content: "\F07A8"; } .mdi2-car-hatchback::before { content: "\F07A9"; } .mdi2-car-info::before { content: "\F11BE"; } .mdi2-car-key::before { content: "\F0B6D"; } .mdi2-car-lifted-pickup::before { content: "\F152D"; } .mdi2-car-light-alert::before { content: "\F190D"; } .mdi2-car-light-dimmed::before { content: "\F0C4A"; } .mdi2-car-light-fog::before { content: "\F0C4B"; } .mdi2-car-light-high::before { content: "\F0C4C"; } .mdi2-car-limousine::before { content: "\F08CD"; } .mdi2-car-multiple::before { content: "\F0B6E"; } .mdi2-car-off::before { content: "\F0E1C"; } .mdi2-car-outline::before { content: "\F14ED"; } .mdi2-car-parking-lights::before { content: "\F0D63"; } .mdi2-car-pickup::before { content: "\F07AA"; } .mdi2-car-search::before { content: "\F1B8D"; } .mdi2-car-search-outline::before { content: "\F1B8E"; } .mdi2-car-seat::before { content: "\F0FA4"; } .mdi2-car-seat-cooler::before { content: "\F0FA5"; } .mdi2-car-seat-heater::before { content: "\F0FA6"; } .mdi2-car-select::before { content: "\F1879"; } .mdi2-car-settings::before { content: "\F13CD"; } .mdi2-car-shift-pattern::before { content: "\F0F40"; } .mdi2-car-side::before { content: "\F07AB"; } .mdi2-car-speed-limiter::before { content: "\F190E"; } .mdi2-car-sports::before { content: "\F07AC"; } .mdi2-car-tire-alert::before { content: "\F0C4D"; } .mdi2-car-traction-control::before { content: "\F0D64"; } .mdi2-car-turbocharger::before { content: "\F101A"; } .mdi2-car-wash::before { content: "\F010E"; } .mdi2-car-windshield::before { content: "\F101B"; } .mdi2-car-windshield-outline::before { content: "\F101C"; } .mdi2-car-wireless::before { content: "\F1878"; } .mdi2-car-wrench::before { content: "\F1814"; } .mdi2-carabiner::before { content: "\F14C0"; } .mdi2-caravan::before { content: "\F07AD"; } .mdi2-card::before { content: "\F0B6F"; } .mdi2-card-account-details::before { content: "\F05D2"; } .mdi2-card-account-details-outline::before { content: "\F0DAB"; } .mdi2-card-account-details-star::before { content: "\F02A3"; } .mdi2-card-account-details-star-outline::before { content: "\F06DB"; } .mdi2-card-account-mail::before { content: "\F018E"; } .mdi2-card-account-mail-outline::before { content: "\F0E98"; } .mdi2-card-account-phone::before { content: "\F0E99"; } .mdi2-card-account-phone-outline::before { content: "\F0E9A"; } .mdi2-card-bulleted::before { content: "\F0B70"; } .mdi2-card-bulleted-off::before { content: "\F0B71"; } .mdi2-card-bulleted-off-outline::before { content: "\F0B72"; } .mdi2-card-bulleted-outline::before { content: "\F0B73"; } .mdi2-card-bulleted-settings::before { content: "\F0B74"; } .mdi2-card-bulleted-settings-outline::before { content: "\F0B75"; } .mdi2-card-minus::before { content: "\F1600"; } .mdi2-card-minus-outline::before { content: "\F1601"; } .mdi2-card-multiple::before { content: "\F17F1"; } .mdi2-card-multiple-outline::before { content: "\F17F2"; } .mdi2-card-off::before { content: "\F1602"; } .mdi2-card-off-outline::before { content: "\F1603"; } .mdi2-card-outline::before { content: "\F0B76"; } .mdi2-card-plus::before { content: "\F11FF"; } .mdi2-card-plus-outline::before { content: "\F1200"; } .mdi2-card-remove::before { content: "\F1604"; } .mdi2-card-remove-outline::before { content: "\F1605"; } .mdi2-card-search::before { content: "\F1074"; } .mdi2-card-search-outline::before { content: "\F1075"; } .mdi2-card-text::before { content: "\F0B77"; } .mdi2-card-text-outline::before { content: "\F0B78"; } .mdi2-cards::before { content: "\F0638"; } .mdi2-cards-club::before { content: "\F08CE"; } .mdi2-cards-club-outline::before { content: "\F189F"; } .mdi2-cards-diamond::before { content: "\F08CF"; } .mdi2-cards-diamond-outline::before { content: "\F101D"; } .mdi2-cards-heart::before { content: "\F08D0"; } .mdi2-cards-heart-outline::before { content: "\F18A0"; } .mdi2-cards-outline::before { content: "\F0639"; } .mdi2-cards-playing::before { content: "\F18A1"; } .mdi2-cards-playing-club::before { content: "\F18A2"; } .mdi2-cards-playing-club-multiple::before { content: "\F18A3"; } .mdi2-cards-playing-club-multiple-outline::before { content: "\F18A4"; } .mdi2-cards-playing-club-outline::before { content: "\F18A5"; } .mdi2-cards-playing-diamond::before { content: "\F18A6"; } .mdi2-cards-playing-diamond-multiple::before { content: "\F18A7"; } .mdi2-cards-playing-diamond-multiple-outline::before { content: "\F18A8"; } .mdi2-cards-playing-diamond-outline::before { content: "\F18A9"; } .mdi2-cards-playing-heart::before { content: "\F18AA"; } .mdi2-cards-playing-heart-multiple::before { content: "\F18AB"; } .mdi2-cards-playing-heart-multiple-outline::before { content: "\F18AC"; } .mdi2-cards-playing-heart-outline::before { content: "\F18AD"; } .mdi2-cards-playing-outline::before { content: "\F063A"; } .mdi2-cards-playing-spade::before { content: "\F18AE"; } .mdi2-cards-playing-spade-multiple::before { content: "\F18AF"; } .mdi2-cards-playing-spade-multiple-outline::before { content: "\F18B0"; } .mdi2-cards-playing-spade-outline::before { content: "\F18B1"; } .mdi2-cards-spade::before { content: "\F08D1"; } .mdi2-cards-spade-outline::before { content: "\F18B2"; } .mdi2-cards-variant::before { content: "\F06C7"; } .mdi2-carrot::before { content: "\F010F"; } .mdi2-cart::before { content: "\F0110"; } .mdi2-cart-arrow-down::before { content: "\F0D66"; } .mdi2-cart-arrow-right::before { content: "\F0C4E"; } .mdi2-cart-arrow-up::before { content: "\F0D67"; } .mdi2-cart-check::before { content: "\F15EA"; } .mdi2-cart-heart::before { content: "\F18E0"; } .mdi2-cart-minus::before { content: "\F0D68"; } .mdi2-cart-off::before { content: "\F066B"; } .mdi2-cart-outline::before { content: "\F0111"; } .mdi2-cart-percent::before { content: "\F1BAE"; } .mdi2-cart-plus::before { content: "\F0112"; } .mdi2-cart-remove::before { content: "\F0D69"; } .mdi2-cart-variant::before { content: "\F15EB"; } .mdi2-case-sensitive-alt::before { content: "\F0113"; } .mdi2-cash::before { content: "\F0114"; } .mdi2-cash-100::before { content: "\F0115"; } .mdi2-cash-check::before { content: "\F14EE"; } .mdi2-cash-clock::before { content: "\F1A91"; } .mdi2-cash-edit::before { content: "\F1CAB"; } .mdi2-cash-fast::before { content: "\F185C"; } .mdi2-cash-lock::before { content: "\F14EA"; } .mdi2-cash-lock-open::before { content: "\F14EB"; } .mdi2-cash-marker::before { content: "\F0DB8"; } .mdi2-cash-minus::before { content: "\F1260"; } .mdi2-cash-multiple::before { content: "\F0116"; } .mdi2-cash-off::before { content: "\F1C79"; } .mdi2-cash-plus::before { content: "\F1261"; } .mdi2-cash-refund::before { content: "\F0A9C"; } .mdi2-cash-register::before { content: "\F0CF4"; } .mdi2-cash-remove::before { content: "\F1262"; } .mdi2-cash-sync::before { content: "\F1A92"; } .mdi2-cassette::before { content: "\F09D4"; } .mdi2-cast::before { content: "\F0118"; } .mdi2-cast-audio::before { content: "\F101E"; } .mdi2-cast-audio-variant::before { content: "\F1749"; } .mdi2-cast-connected::before { content: "\F0119"; } .mdi2-cast-education::before { content: "\F0E1D"; } .mdi2-cast-off::before { content: "\F078A"; } .mdi2-cast-variant::before { content: "\F001F"; } .mdi2-castle::before { content: "\F011A"; } .mdi2-cat::before { content: "\F011B"; } .mdi2-cctv::before { content: "\F07AE"; } .mdi2-cctv-off::before { content: "\F185F"; } .mdi2-ceiling-fan::before { content: "\F1797"; } .mdi2-ceiling-fan-light::before { content: "\F1798"; } .mdi2-ceiling-light::before { content: "\F0769"; } .mdi2-ceiling-light-multiple::before { content: "\F18DD"; } .mdi2-ceiling-light-multiple-outline::before { content: "\F18DE"; } .mdi2-ceiling-light-outline::before { content: "\F17C7"; } .mdi2-cellphone::before { content: "\F011C"; } .mdi2-cellphone-arrow-down::before { content: "\F09D5"; } .mdi2-cellphone-arrow-down-variant::before { content: "\F19C5"; } .mdi2-cellphone-basic::before { content: "\F011E"; } .mdi2-cellphone-charging::before { content: "\F1397"; } .mdi2-cellphone-check::before { content: "\F17FD"; } .mdi2-cellphone-cog::before { content: "\F0951"; } .mdi2-cellphone-dock::before { content: "\F011F"; } .mdi2-cellphone-information::before { content: "\F0F41"; } .mdi2-cellphone-key::before { content: "\F094E"; } .mdi2-cellphone-link::before { content: "\F0121"; } .mdi2-cellphone-link-off::before { content: "\F0122"; } .mdi2-cellphone-lock::before { content: "\F094F"; } .mdi2-cellphone-marker::before { content: "\F183A"; } .mdi2-cellphone-message::before { content: "\F08D3"; } .mdi2-cellphone-message-off::before { content: "\F10D2"; } .mdi2-cellphone-nfc::before { content: "\F0E90"; } .mdi2-cellphone-nfc-off::before { content: "\F12D8"; } .mdi2-cellphone-off::before { content: "\F0950"; } .mdi2-cellphone-play::before { content: "\F101F"; } .mdi2-cellphone-remove::before { content: "\F094D"; } .mdi2-cellphone-screenshot::before { content: "\F0A35"; } .mdi2-cellphone-settings::before { content: "\F0123"; } .mdi2-cellphone-sound::before { content: "\F0952"; } .mdi2-cellphone-text::before { content: "\F08D2"; } .mdi2-cellphone-wireless::before { content: "\F0815"; } .mdi2-centos::before { content: "\F111A"; } .mdi2-certificate::before { content: "\F0124"; } .mdi2-certificate-outline::before { content: "\F1188"; } .mdi2-chair-rolling::before { content: "\F0F48"; } .mdi2-chair-school::before { content: "\F0125"; } .mdi2-chandelier::before { content: "\F1793"; } .mdi2-charity::before { content: "\F0C4F"; } .mdi2-charity-search::before { content: "\F1C82"; } .mdi2-chart-arc::before { content: "\F0126"; } .mdi2-chart-areaspline::before { content: "\F0127"; } .mdi2-chart-areaspline-variant::before { content: "\F0E91"; } .mdi2-chart-bar::before { content: "\F0128"; } .mdi2-chart-bar-stacked::before { content: "\F076A"; } .mdi2-chart-bell-curve::before { content: "\F0C50"; } .mdi2-chart-bell-curve-cumulative::before { content: "\F0FA7"; } .mdi2-chart-box::before { content: "\F154D"; } .mdi2-chart-box-multiple::before { content: "\F1CCD"; } .mdi2-chart-box-multiple-outline::before { content: "\F1CCE"; } .mdi2-chart-box-outline::before { content: "\F154E"; } .mdi2-chart-box-plus-outline::before { content: "\F154F"; } .mdi2-chart-bubble::before { content: "\F05E3"; } .mdi2-chart-donut::before { content: "\F07AF"; } .mdi2-chart-donut-variant::before { content: "\F07B0"; } .mdi2-chart-gantt::before { content: "\F066C"; } .mdi2-chart-histogram::before { content: "\F0129"; } .mdi2-chart-line::before { content: "\F012A"; } .mdi2-chart-line-stacked::before { content: "\F076B"; } .mdi2-chart-line-variant::before { content: "\F07B1"; } .mdi2-chart-multiline::before { content: "\F08D4"; } .mdi2-chart-multiple::before { content: "\F1213"; } .mdi2-chart-pie::before { content: "\F012B"; } .mdi2-chart-pie-outline::before { content: "\F1BDF"; } .mdi2-chart-ppf::before { content: "\F1380"; } .mdi2-chart-sankey::before { content: "\F11DF"; } .mdi2-chart-sankey-variant::before { content: "\F11E0"; } .mdi2-chart-scatter-plot::before { content: "\F0E92"; } .mdi2-chart-scatter-plot-hexbin::before { content: "\F066D"; } .mdi2-chart-timeline::before { content: "\F066E"; } .mdi2-chart-timeline-variant::before { content: "\F0E93"; } .mdi2-chart-timeline-variant-shimmer::before { content: "\F15B6"; } .mdi2-chart-tree::before { content: "\F0E94"; } .mdi2-chart-waterfall::before { content: "\F1918"; } .mdi2-chat::before { content: "\F0B79"; } .mdi2-chat-alert::before { content: "\F0B7A"; } .mdi2-chat-alert-outline::before { content: "\F12C9"; } .mdi2-chat-minus::before { content: "\F1410"; } .mdi2-chat-minus-outline::before { content: "\F1413"; } .mdi2-chat-outline::before { content: "\F0EDE"; } .mdi2-chat-plus::before { content: "\F140F"; } .mdi2-chat-plus-outline::before { content: "\F1412"; } .mdi2-chat-processing::before { content: "\F0B7B"; } .mdi2-chat-processing-outline::before { content: "\F12CA"; } .mdi2-chat-question::before { content: "\F1738"; } .mdi2-chat-question-outline::before { content: "\F1739"; } .mdi2-chat-remove::before { content: "\F1411"; } .mdi2-chat-remove-outline::before { content: "\F1414"; } .mdi2-chat-sleep::before { content: "\F12D1"; } .mdi2-chat-sleep-outline::before { content: "\F12D2"; } .mdi2-check::before { content: "\F012C"; } .mdi2-check-all::before { content: "\F012D"; } .mdi2-check-bold::before { content: "\F0E1E"; } .mdi2-check-circle::before { content: "\F05E0"; } .mdi2-check-circle-outline::before { content: "\F05E1"; } .mdi2-check-decagram::before { content: "\F0791"; } .mdi2-check-decagram-outline::before { content: "\F1740"; } .mdi2-check-network::before { content: "\F0C53"; } .mdi2-check-network-outline::before { content: "\F0C54"; } .mdi2-check-outline::before { content: "\F0855"; } .mdi2-check-underline::before { content: "\F0E1F"; } .mdi2-check-underline-circle::before { content: "\F0E20"; } .mdi2-check-underline-circle-outline::before { content: "\F0E21"; } .mdi2-checkbook::before { content: "\F0A9D"; } .mdi2-checkbook-arrow-left::before { content: "\F1C1D"; } .mdi2-checkbook-arrow-right::before { content: "\F1C1E"; } .mdi2-checkbox-blank::before { content: "\F012E"; } .mdi2-checkbox-blank-badge::before { content: "\F1176"; } .mdi2-checkbox-blank-badge-outline::before { content: "\F0117"; } .mdi2-checkbox-blank-circle::before { content: "\F012F"; } .mdi2-checkbox-blank-circle-outline::before { content: "\F0130"; } .mdi2-checkbox-blank-off::before { content: "\F12EC"; } .mdi2-checkbox-blank-off-outline::before { content: "\F12ED"; } .mdi2-checkbox-blank-outline::before { content: "\F0131"; } .mdi2-checkbox-intermediate::before { content: "\F0856"; } .mdi2-checkbox-intermediate-variant::before { content: "\F1B54"; } .mdi2-checkbox-marked::before { content: "\F0132"; } .mdi2-checkbox-marked-circle::before { content: "\F0133"; } .mdi2-checkbox-marked-circle-auto-outline::before { content: "\F1C26"; } .mdi2-checkbox-marked-circle-minus-outline::before { content: "\F1C27"; } .mdi2-checkbox-marked-circle-outline::before { content: "\F0134"; } .mdi2-checkbox-marked-circle-plus-outline::before { content: "\F1927"; } .mdi2-checkbox-marked-outline::before { content: "\F0135"; } .mdi2-checkbox-multiple-blank::before { content: "\F0136"; } .mdi2-checkbox-multiple-blank-circle::before { content: "\F063B"; } .mdi2-checkbox-multiple-blank-circle-outline::before { content: "\F063C"; } .mdi2-checkbox-multiple-blank-outline::before { content: "\F0137"; } .mdi2-checkbox-multiple-marked::before { content: "\F0138"; } .mdi2-checkbox-multiple-marked-circle::before { content: "\F063D"; } .mdi2-checkbox-multiple-marked-circle-outline::before { content: "\F063E"; } .mdi2-checkbox-multiple-marked-outline::before { content: "\F0139"; } .mdi2-checkbox-multiple-outline::before { content: "\F0C51"; } .mdi2-checkbox-outline::before { content: "\F0C52"; } .mdi2-checkerboard::before { content: "\F013A"; } .mdi2-checkerboard-minus::before { content: "\F1202"; } .mdi2-checkerboard-plus::before { content: "\F1201"; } .mdi2-checkerboard-remove::before { content: "\F1203"; } .mdi2-cheese::before { content: "\F12B9"; } .mdi2-cheese-off::before { content: "\F13EE"; } .mdi2-chef-hat::before { content: "\F0B7C"; } .mdi2-chemical-weapon::before { content: "\F013B"; } .mdi2-chess-bishop::before { content: "\F085C"; } .mdi2-chess-king::before { content: "\F0857"; } .mdi2-chess-knight::before { content: "\F0858"; } .mdi2-chess-pawn::before { content: "\F0859"; } .mdi2-chess-queen::before { content: "\F085A"; } .mdi2-chess-rook::before { content: "\F085B"; } .mdi2-chevron-double-down::before { content: "\F013C"; } .mdi2-chevron-double-left::before { content: "\F013D"; } .mdi2-chevron-double-right::before { content: "\F013E"; } .mdi2-chevron-double-up::before { content: "\F013F"; } .mdi2-chevron-down::before { content: "\F0140"; } .mdi2-chevron-down-box::before { content: "\F09D6"; } .mdi2-chevron-down-box-outline::before { content: "\F09D7"; } .mdi2-chevron-down-circle::before { content: "\F0B26"; } .mdi2-chevron-down-circle-outline::before { content: "\F0B27"; } .mdi2-chevron-left::before { content: "\F0141"; } .mdi2-chevron-left-box::before { content: "\F09D8"; } .mdi2-chevron-left-box-outline::before { content: "\F09D9"; } .mdi2-chevron-left-circle::before { content: "\F0B28"; } .mdi2-chevron-left-circle-outline::before { content: "\F0B29"; } .mdi2-chevron-right::before { content: "\F0142"; } .mdi2-chevron-right-box::before { content: "\F09DA"; } .mdi2-chevron-right-box-outline::before { content: "\F09DB"; } .mdi2-chevron-right-circle::before { content: "\F0B2A"; } .mdi2-chevron-right-circle-outline::before { content: "\F0B2B"; } .mdi2-chevron-triple-down::before { content: "\F0DB9"; } .mdi2-chevron-triple-left::before { content: "\F0DBA"; } .mdi2-chevron-triple-right::before { content: "\F0DBB"; } .mdi2-chevron-triple-up::before { content: "\F0DBC"; } .mdi2-chevron-up::before { content: "\F0143"; } .mdi2-chevron-up-box::before { content: "\F09DC"; } .mdi2-chevron-up-box-outline::before { content: "\F09DD"; } .mdi2-chevron-up-circle::before { content: "\F0B2C"; } .mdi2-chevron-up-circle-outline::before { content: "\F0B2D"; } .mdi2-chili-alert::before { content: "\F17EA"; } .mdi2-chili-alert-outline::before { content: "\F17EB"; } .mdi2-chili-hot::before { content: "\F07B2"; } .mdi2-chili-hot-outline::before { content: "\F17EC"; } .mdi2-chili-medium::before { content: "\F07B3"; } .mdi2-chili-medium-outline::before { content: "\F17ED"; } .mdi2-chili-mild::before { content: "\F07B4"; } .mdi2-chili-mild-outline::before { content: "\F17EE"; } .mdi2-chili-off::before { content: "\F1467"; } .mdi2-chili-off-outline::before { content: "\F17EF"; } .mdi2-chip::before { content: "\F061A"; } .mdi2-church::before { content: "\F0144"; } .mdi2-church-outline::before { content: "\F1B02"; } .mdi2-cigar::before { content: "\F1189"; } .mdi2-cigar-off::before { content: "\F141B"; } .mdi2-circle::before { content: "\F0765"; } .mdi2-circle-box::before { content: "\F15DC"; } .mdi2-circle-box-outline::before { content: "\F15DD"; } .mdi2-circle-double::before { content: "\F0E95"; } .mdi2-circle-edit-outline::before { content: "\F08D5"; } .mdi2-circle-expand::before { content: "\F0E96"; } .mdi2-circle-half::before { content: "\F1395"; } .mdi2-circle-half-full::before { content: "\F1396"; } .mdi2-circle-medium::before { content: "\F09DE"; } .mdi2-circle-multiple::before { content: "\F0B38"; } .mdi2-circle-multiple-outline::before { content: "\F0695"; } .mdi2-circle-off-outline::before { content: "\F10D3"; } .mdi2-circle-opacity::before { content: "\F1853"; } .mdi2-circle-outline::before { content: "\F0766"; } .mdi2-circle-slice-1::before { content: "\F0A9E"; } .mdi2-circle-slice-2::before { content: "\F0A9F"; } .mdi2-circle-slice-3::before { content: "\F0AA0"; } .mdi2-circle-slice-4::before { content: "\F0AA1"; } .mdi2-circle-slice-5::before { content: "\F0AA2"; } .mdi2-circle-slice-6::before { content: "\F0AA3"; } .mdi2-circle-slice-7::before { content: "\F0AA4"; } .mdi2-circle-slice-8::before { content: "\F0AA5"; } .mdi2-circle-small::before { content: "\F09DF"; } .mdi2-circular-saw::before { content: "\F0E22"; } .mdi2-city::before { content: "\F0146"; } .mdi2-city-switch::before { content: "\F1C28"; } .mdi2-city-variant::before { content: "\F0A36"; } .mdi2-city-variant-outline::before { content: "\F0A37"; } .mdi2-clipboard::before { content: "\F0147"; } .mdi2-clipboard-account::before { content: "\F0148"; } .mdi2-clipboard-account-outline::before { content: "\F0C55"; } .mdi2-clipboard-alert::before { content: "\F0149"; } .mdi2-clipboard-alert-outline::before { content: "\F0CF7"; } .mdi2-clipboard-arrow-down::before { content: "\F014A"; } .mdi2-clipboard-arrow-down-outline::before { content: "\F0C56"; } .mdi2-clipboard-arrow-left::before { content: "\F014B"; } .mdi2-clipboard-arrow-left-outline::before { content: "\F0CF8"; } .mdi2-clipboard-arrow-right::before { content: "\F0CF9"; } .mdi2-clipboard-arrow-right-outline::before { content: "\F0CFA"; } .mdi2-clipboard-arrow-up::before { content: "\F0C57"; } .mdi2-clipboard-arrow-up-outline::before { content: "\F0C58"; } .mdi2-clipboard-check::before { content: "\F014E"; } .mdi2-clipboard-check-multiple::before { content: "\F1263"; } .mdi2-clipboard-check-multiple-outline::before { content: "\F1264"; } .mdi2-clipboard-check-outline::before { content: "\F08A8"; } .mdi2-clipboard-clock::before { content: "\F16E2"; } .mdi2-clipboard-clock-outline::before { content: "\F16E3"; } .mdi2-clipboard-edit::before { content: "\F14E5"; } .mdi2-clipboard-edit-outline::before { content: "\F14E6"; } .mdi2-clipboard-file::before { content: "\F1265"; } .mdi2-clipboard-file-outline::before { content: "\F1266"; } .mdi2-clipboard-flow::before { content: "\F06C8"; } .mdi2-clipboard-flow-outline::before { content: "\F1117"; } .mdi2-clipboard-list::before { content: "\F10D4"; } .mdi2-clipboard-list-outline::before { content: "\F10D5"; } .mdi2-clipboard-minus::before { content: "\F1618"; } .mdi2-clipboard-minus-outline::before { content: "\F1619"; } .mdi2-clipboard-multiple::before { content: "\F1267"; } .mdi2-clipboard-multiple-outline::before { content: "\F1268"; } .mdi2-clipboard-off::before { content: "\F161A"; } .mdi2-clipboard-off-outline::before { content: "\F161B"; } .mdi2-clipboard-outline::before { content: "\F014C"; } .mdi2-clipboard-play::before { content: "\F0C59"; } .mdi2-clipboard-play-multiple::before { content: "\F1269"; } .mdi2-clipboard-play-multiple-outline::before { content: "\F126A"; } .mdi2-clipboard-play-outline::before { content: "\F0C5A"; } .mdi2-clipboard-plus::before { content: "\F0751"; } .mdi2-clipboard-plus-outline::before { content: "\F131F"; } .mdi2-clipboard-pulse::before { content: "\F085D"; } .mdi2-clipboard-pulse-outline::before { content: "\F085E"; } .mdi2-clipboard-remove::before { content: "\F161C"; } .mdi2-clipboard-remove-outline::before { content: "\F161D"; } .mdi2-clipboard-search::before { content: "\F161E"; } .mdi2-clipboard-search-outline::before { content: "\F161F"; } .mdi2-clipboard-text::before { content: "\F014D"; } .mdi2-clipboard-text-clock::before { content: "\F18F9"; } .mdi2-clipboard-text-clock-outline::before { content: "\F18FA"; } .mdi2-clipboard-text-multiple::before { content: "\F126B"; } .mdi2-clipboard-text-multiple-outline::before { content: "\F126C"; } .mdi2-clipboard-text-off::before { content: "\F1620"; } .mdi2-clipboard-text-off-outline::before { content: "\F1621"; } .mdi2-clipboard-text-outline::before { content: "\F0A38"; } .mdi2-clipboard-text-play::before { content: "\F0C5B"; } .mdi2-clipboard-text-play-outline::before { content: "\F0C5C"; } .mdi2-clipboard-text-search::before { content: "\F1622"; } .mdi2-clipboard-text-search-outline::before { content: "\F1623"; } .mdi2-clippy::before { content: "\F014F"; } .mdi2-clock::before { content: "\F0954"; } .mdi2-clock-alert::before { content: "\F0955"; } .mdi2-clock-alert-outline::before { content: "\F05CE"; } .mdi2-clock-check::before { content: "\F0FA8"; } .mdi2-clock-check-outline::before { content: "\F0FA9"; } .mdi2-clock-digital::before { content: "\F0E97"; } .mdi2-clock-edit::before { content: "\F19BA"; } .mdi2-clock-edit-outline::before { content: "\F19BB"; } .mdi2-clock-end::before { content: "\F0151"; } .mdi2-clock-fast::before { content: "\F0152"; } .mdi2-clock-in::before { content: "\F0153"; } .mdi2-clock-minus::before { content: "\F1863"; } .mdi2-clock-minus-outline::before { content: "\F1864"; } .mdi2-clock-out::before { content: "\F0154"; } .mdi2-clock-outline::before { content: "\F0150"; } .mdi2-clock-plus::before { content: "\F1861"; } .mdi2-clock-plus-outline::before { content: "\F1862"; } .mdi2-clock-remove::before { content: "\F1865"; } .mdi2-clock-remove-outline::before { content: "\F1866"; } .mdi2-clock-star-four-points::before { content: "\F1C29"; } .mdi2-clock-star-four-points-outline::before { content: "\F1C2A"; } .mdi2-clock-start::before { content: "\F0155"; } .mdi2-clock-time-eight::before { content: "\F1446"; } .mdi2-clock-time-eight-outline::before { content: "\F1452"; } .mdi2-clock-time-eleven::before { content: "\F1449"; } .mdi2-clock-time-eleven-outline::before { content: "\F1455"; } .mdi2-clock-time-five::before { content: "\F1443"; } .mdi2-clock-time-five-outline::before { content: "\F144F"; } .mdi2-clock-time-four::before { content: "\F1442"; } .mdi2-clock-time-four-outline::before { content: "\F144E"; } .mdi2-clock-time-nine::before { content: "\F1447"; } .mdi2-clock-time-nine-outline::before { content: "\F1453"; } .mdi2-clock-time-one::before { content: "\F143F"; } .mdi2-clock-time-one-outline::before { content: "\F144B"; } .mdi2-clock-time-seven::before { content: "\F1445"; } .mdi2-clock-time-seven-outline::before { content: "\F1451"; } .mdi2-clock-time-six::before { content: "\F1444"; } .mdi2-clock-time-six-outline::before { content: "\F1450"; } .mdi2-clock-time-ten::before { content: "\F1448"; } .mdi2-clock-time-ten-outline::before { content: "\F1454"; } .mdi2-clock-time-three::before { content: "\F1441"; } .mdi2-clock-time-three-outline::before { content: "\F144D"; } .mdi2-clock-time-twelve::before { content: "\F144A"; } .mdi2-clock-time-twelve-outline::before { content: "\F1456"; } .mdi2-clock-time-two::before { content: "\F1440"; } .mdi2-clock-time-two-outline::before { content: "\F144C"; } .mdi2-close::before { content: "\F0156"; } .mdi2-close-box::before { content: "\F0157"; } .mdi2-close-box-multiple::before { content: "\F0C5D"; } .mdi2-close-box-multiple-outline::before { content: "\F0C5E"; } .mdi2-close-box-outline::before { content: "\F0158"; } .mdi2-close-circle::before { content: "\F0159"; } .mdi2-close-circle-multiple::before { content: "\F062A"; } .mdi2-close-circle-multiple-outline::before { content: "\F0883"; } .mdi2-close-circle-outline::before { content: "\F015A"; } .mdi2-close-network::before { content: "\F015B"; } .mdi2-close-network-outline::before { content: "\F0C5F"; } .mdi2-close-octagon::before { content: "\F015C"; } .mdi2-close-octagon-outline::before { content: "\F015D"; } .mdi2-close-outline::before { content: "\F06C9"; } .mdi2-close-thick::before { content: "\F1398"; } .mdi2-closed-caption::before { content: "\F015E"; } .mdi2-closed-caption-outline::before { content: "\F0DBD"; } .mdi2-cloud::before { content: "\F015F"; } .mdi2-cloud-alert::before { content: "\F09E0"; } .mdi2-cloud-alert-outline::before { content: "\F1BE0"; } .mdi2-cloud-arrow-down::before { content: "\F1BE1"; } .mdi2-cloud-arrow-down-outline::before { content: "\F1BE2"; } .mdi2-cloud-arrow-left::before { content: "\F1BE3"; } .mdi2-cloud-arrow-left-outline::before { content: "\F1BE4"; } .mdi2-cloud-arrow-right::before { content: "\F1BE5"; } .mdi2-cloud-arrow-right-outline::before { content: "\F1BE6"; } .mdi2-cloud-arrow-up::before { content: "\F1BE7"; } .mdi2-cloud-arrow-up-outline::before { content: "\F1BE8"; } .mdi2-cloud-braces::before { content: "\F07B5"; } .mdi2-cloud-cancel::before { content: "\F1BE9"; } .mdi2-cloud-cancel-outline::before { content: "\F1BEA"; } .mdi2-cloud-check::before { content: "\F1BEB"; } .mdi2-cloud-check-outline::before { content: "\F1BEC"; } .mdi2-cloud-check-variant::before { content: "\F0160"; } .mdi2-cloud-check-variant-outline::before { content: "\F12CC"; } .mdi2-cloud-circle::before { content: "\F0161"; } .mdi2-cloud-circle-outline::before { content: "\F1BED"; } .mdi2-cloud-clock::before { content: "\F1BEE"; } .mdi2-cloud-clock-outline::before { content: "\F1BEF"; } .mdi2-cloud-cog::before { content: "\F1BF0"; } .mdi2-cloud-cog-outline::before { content: "\F1BF1"; } .mdi2-cloud-download::before { content: "\F0162"; } .mdi2-cloud-download-outline::before { content: "\F0B7D"; } .mdi2-cloud-key::before { content: "\F1CA1"; } .mdi2-cloud-key-outline::before { content: "\F1CA2"; } .mdi2-cloud-lock::before { content: "\F11F1"; } .mdi2-cloud-lock-open::before { content: "\F1BF2"; } .mdi2-cloud-lock-open-outline::before { content: "\F1BF3"; } .mdi2-cloud-lock-outline::before { content: "\F11F2"; } .mdi2-cloud-minus::before { content: "\F1BF4"; } .mdi2-cloud-minus-outline::before { content: "\F1BF5"; } .mdi2-cloud-off::before { content: "\F1BF6"; } .mdi2-cloud-off-outline::before { content: "\F0164"; } .mdi2-cloud-outline::before { content: "\F0163"; } .mdi2-cloud-percent::before { content: "\F1A35"; } .mdi2-cloud-percent-outline::before { content: "\F1A36"; } .mdi2-cloud-plus::before { content: "\F1BF7"; } .mdi2-cloud-plus-outline::before { content: "\F1BF8"; } .mdi2-cloud-print::before { content: "\F0165"; } .mdi2-cloud-print-outline::before { content: "\F0166"; } .mdi2-cloud-question::before { content: "\F0A39"; } .mdi2-cloud-question-outline::before { content: "\F1BF9"; } .mdi2-cloud-refresh::before { content: "\F1BFA"; } .mdi2-cloud-refresh-outline::before { content: "\F1BFB"; } .mdi2-cloud-refresh-variant::before { content: "\F052A"; } .mdi2-cloud-refresh-variant-outline::before { content: "\F1BFC"; } .mdi2-cloud-remove::before { content: "\F1BFD"; } .mdi2-cloud-remove-outline::before { content: "\F1BFE"; } .mdi2-cloud-search::before { content: "\F0956"; } .mdi2-cloud-search-outline::before { content: "\F0957"; } .mdi2-cloud-sync::before { content: "\F063F"; } .mdi2-cloud-sync-outline::before { content: "\F12D6"; } .mdi2-cloud-tags::before { content: "\F07B6"; } .mdi2-cloud-upload::before { content: "\F0167"; } .mdi2-cloud-upload-outline::before { content: "\F0B7E"; } .mdi2-clouds::before { content: "\F1B95"; } .mdi2-clover::before { content: "\F0816"; } .mdi2-clover-outline::before { content: "\F1C62"; } .mdi2-coach-lamp::before { content: "\F1020"; } .mdi2-coach-lamp-variant::before { content: "\F1A37"; } .mdi2-coat-rack::before { content: "\F109E"; } .mdi2-code-array::before { content: "\F0168"; } .mdi2-code-block-braces::before { content: "\F1C83"; } .mdi2-code-block-brackets::before { content: "\F1C84"; } .mdi2-code-block-parentheses::before { content: "\F1C85"; } .mdi2-code-block-tags::before { content: "\F1C86"; } .mdi2-code-braces::before { content: "\F0169"; } .mdi2-code-braces-box::before { content: "\F10D6"; } .mdi2-code-brackets::before { content: "\F016A"; } .mdi2-code-equal::before { content: "\F016B"; } .mdi2-code-greater-than::before { content: "\F016C"; } .mdi2-code-greater-than-or-equal::before { content: "\F016D"; } .mdi2-code-json::before { content: "\F0626"; } .mdi2-code-less-than::before { content: "\F016E"; } .mdi2-code-less-than-or-equal::before { content: "\F016F"; } .mdi2-code-not-equal::before { content: "\F0170"; } .mdi2-code-not-equal-variant::before { content: "\F0171"; } .mdi2-code-parentheses::before { content: "\F0172"; } .mdi2-code-parentheses-box::before { content: "\F10D7"; } .mdi2-code-string::before { content: "\F0173"; } .mdi2-code-tags::before { content: "\F0174"; } .mdi2-code-tags-check::before { content: "\F0694"; } .mdi2-codepen::before { content: "\F0175"; } .mdi2-coffee::before { content: "\F0176"; } .mdi2-coffee-maker::before { content: "\F109F"; } .mdi2-coffee-maker-check::before { content: "\F1931"; } .mdi2-coffee-maker-check-outline::before { content: "\F1932"; } .mdi2-coffee-maker-outline::before { content: "\F181B"; } .mdi2-coffee-off::before { content: "\F0FAA"; } .mdi2-coffee-off-outline::before { content: "\F0FAB"; } .mdi2-coffee-outline::before { content: "\F06CA"; } .mdi2-coffee-to-go::before { content: "\F0177"; } .mdi2-coffee-to-go-outline::before { content: "\F130E"; } .mdi2-coffin::before { content: "\F0B7F"; } .mdi2-cog::before { content: "\F0493"; } .mdi2-cog-box::before { content: "\F0494"; } .mdi2-cog-clockwise::before { content: "\F11DD"; } .mdi2-cog-counterclockwise::before { content: "\F11DE"; } .mdi2-cog-off::before { content: "\F13CE"; } .mdi2-cog-off-outline::before { content: "\F13CF"; } .mdi2-cog-outline::before { content: "\F08BB"; } .mdi2-cog-pause::before { content: "\F1933"; } .mdi2-cog-pause-outline::before { content: "\F1934"; } .mdi2-cog-play::before { content: "\F1935"; } .mdi2-cog-play-outline::before { content: "\F1936"; } .mdi2-cog-refresh::before { content: "\F145E"; } .mdi2-cog-refresh-outline::before { content: "\F145F"; } .mdi2-cog-stop::before { content: "\F1937"; } .mdi2-cog-stop-outline::before { content: "\F1938"; } .mdi2-cog-sync::before { content: "\F1460"; } .mdi2-cog-sync-outline::before { content: "\F1461"; } .mdi2-cog-transfer::before { content: "\F105B"; } .mdi2-cog-transfer-outline::before { content: "\F105C"; } .mdi2-cogs::before { content: "\F08D6"; } .mdi2-collage::before { content: "\F0640"; } .mdi2-collapse-all::before { content: "\F0AA6"; } .mdi2-collapse-all-outline::before { content: "\F0AA7"; } .mdi2-color-helper::before { content: "\F0179"; } .mdi2-comma::before { content: "\F0E23"; } .mdi2-comma-box::before { content: "\F0E2B"; } .mdi2-comma-box-outline::before { content: "\F0E24"; } .mdi2-comma-circle::before { content: "\F0E25"; } .mdi2-comma-circle-outline::before { content: "\F0E26"; } .mdi2-comment::before { content: "\F017A"; } .mdi2-comment-account::before { content: "\F017B"; } .mdi2-comment-account-outline::before { content: "\F017C"; } .mdi2-comment-alert::before { content: "\F017D"; } .mdi2-comment-alert-outline::before { content: "\F017E"; } .mdi2-comment-arrow-left::before { content: "\F09E1"; } .mdi2-comment-arrow-left-outline::before { content: "\F09E2"; } .mdi2-comment-arrow-right::before { content: "\F09E3"; } .mdi2-comment-arrow-right-outline::before { content: "\F09E4"; } .mdi2-comment-bookmark::before { content: "\F15AE"; } .mdi2-comment-bookmark-outline::before { content: "\F15AF"; } .mdi2-comment-check::before { content: "\F017F"; } .mdi2-comment-check-outline::before { content: "\F0180"; } .mdi2-comment-edit::before { content: "\F11BF"; } .mdi2-comment-edit-outline::before { content: "\F12C4"; } .mdi2-comment-eye::before { content: "\F0A3A"; } .mdi2-comment-eye-outline::before { content: "\F0A3B"; } .mdi2-comment-flash::before { content: "\F15B0"; } .mdi2-comment-flash-outline::before { content: "\F15B1"; } .mdi2-comment-minus::before { content: "\F15DF"; } .mdi2-comment-minus-outline::before { content: "\F15E0"; } .mdi2-comment-multiple::before { content: "\F085F"; } .mdi2-comment-multiple-outline::before { content: "\F0181"; } .mdi2-comment-off::before { content: "\F15E1"; } .mdi2-comment-off-outline::before { content: "\F15E2"; } .mdi2-comment-outline::before { content: "\F0182"; } .mdi2-comment-plus::before { content: "\F09E5"; } .mdi2-comment-plus-outline::before { content: "\F0183"; } .mdi2-comment-processing::before { content: "\F0184"; } .mdi2-comment-processing-outline::before { content: "\F0185"; } .mdi2-comment-question::before { content: "\F0817"; } .mdi2-comment-question-outline::before { content: "\F0186"; } .mdi2-comment-quote::before { content: "\F1021"; } .mdi2-comment-quote-outline::before { content: "\F1022"; } .mdi2-comment-remove::before { content: "\F05DE"; } .mdi2-comment-remove-outline::before { content: "\F0187"; } .mdi2-comment-search::before { content: "\F0A3C"; } .mdi2-comment-search-outline::before { content: "\F0A3D"; } .mdi2-comment-text::before { content: "\F0188"; } .mdi2-comment-text-multiple::before { content: "\F0860"; } .mdi2-comment-text-multiple-outline::before { content: "\F0861"; } .mdi2-comment-text-outline::before { content: "\F0189"; } .mdi2-compare::before { content: "\F018A"; } .mdi2-compare-horizontal::before { content: "\F1492"; } .mdi2-compare-remove::before { content: "\F18B3"; } .mdi2-compare-vertical::before { content: "\F1493"; } .mdi2-compass::before { content: "\F018B"; } .mdi2-compass-off::before { content: "\F0B80"; } .mdi2-compass-off-outline::before { content: "\F0B81"; } .mdi2-compass-outline::before { content: "\F018C"; } .mdi2-compass-rose::before { content: "\F1382"; } .mdi2-compost::before { content: "\F1A38"; } .mdi2-cone::before { content: "\F194C"; } .mdi2-cone-off::before { content: "\F194D"; } .mdi2-connection::before { content: "\F1616"; } .mdi2-console::before { content: "\F018D"; } .mdi2-console-line::before { content: "\F07B7"; } .mdi2-console-network::before { content: "\F08A9"; } .mdi2-console-network-outline::before { content: "\F0C60"; } .mdi2-consolidate::before { content: "\F10D8"; } .mdi2-contactless-payment::before { content: "\F0D6A"; } .mdi2-contactless-payment-circle::before { content: "\F0321"; } .mdi2-contactless-payment-circle-outline::before { content: "\F0408"; } .mdi2-contacts::before { content: "\F06CB"; } .mdi2-contacts-outline::before { content: "\F05B8"; } .mdi2-contain::before { content: "\F0A3E"; } .mdi2-contain-end::before { content: "\F0A3F"; } .mdi2-contain-start::before { content: "\F0A40"; } .mdi2-content-copy::before { content: "\F018F"; } .mdi2-content-cut::before { content: "\F0190"; } .mdi2-content-duplicate::before { content: "\F0191"; } .mdi2-content-paste::before { content: "\F0192"; } .mdi2-content-save::before { content: "\F0193"; } .mdi2-content-save-alert::before { content: "\F0F42"; } .mdi2-content-save-alert-outline::before { content: "\F0F43"; } .mdi2-content-save-all::before { content: "\F0194"; } .mdi2-content-save-all-outline::before { content: "\F0F44"; } .mdi2-content-save-check::before { content: "\F18EA"; } .mdi2-content-save-check-outline::before { content: "\F18EB"; } .mdi2-content-save-cog::before { content: "\F145B"; } .mdi2-content-save-cog-outline::before { content: "\F145C"; } .mdi2-content-save-edit::before { content: "\F0CFB"; } .mdi2-content-save-edit-outline::before { content: "\F0CFC"; } .mdi2-content-save-minus::before { content: "\F1B43"; } .mdi2-content-save-minus-outline::before { content: "\F1B44"; } .mdi2-content-save-move::before { content: "\F0E27"; } .mdi2-content-save-move-outline::before { content: "\F0E28"; } .mdi2-content-save-off::before { content: "\F1643"; } .mdi2-content-save-off-outline::before { content: "\F1644"; } .mdi2-content-save-outline::before { content: "\F0818"; } .mdi2-content-save-plus::before { content: "\F1B41"; } .mdi2-content-save-plus-outline::before { content: "\F1B42"; } .mdi2-content-save-settings::before { content: "\F061B"; } .mdi2-content-save-settings-outline::before { content: "\F0B2E"; } .mdi2-contrast::before { content: "\F0195"; } .mdi2-contrast-box::before { content: "\F0196"; } .mdi2-contrast-circle::before { content: "\F0197"; } .mdi2-controller::before { content: "\F02B4"; } .mdi2-controller-classic::before { content: "\F0B82"; } .mdi2-controller-classic-outline::before { content: "\F0B83"; } .mdi2-controller-off::before { content: "\F02B5"; } .mdi2-cookie::before { content: "\F0198"; } .mdi2-cookie-alert::before { content: "\F16D0"; } .mdi2-cookie-alert-outline::before { content: "\F16D1"; } .mdi2-cookie-check::before { content: "\F16D2"; } .mdi2-cookie-check-outline::before { content: "\F16D3"; } .mdi2-cookie-clock::before { content: "\F16E4"; } .mdi2-cookie-clock-outline::before { content: "\F16E5"; } .mdi2-cookie-cog::before { content: "\F16D4"; } .mdi2-cookie-cog-outline::before { content: "\F16D5"; } .mdi2-cookie-edit::before { content: "\F16E6"; } .mdi2-cookie-edit-outline::before { content: "\F16E7"; } .mdi2-cookie-lock::before { content: "\F16E8"; } .mdi2-cookie-lock-outline::before { content: "\F16E9"; } .mdi2-cookie-minus::before { content: "\F16DA"; } .mdi2-cookie-minus-outline::before { content: "\F16DB"; } .mdi2-cookie-off::before { content: "\F16EA"; } .mdi2-cookie-off-outline::before { content: "\F16EB"; } .mdi2-cookie-outline::before { content: "\F16DE"; } .mdi2-cookie-plus::before { content: "\F16D6"; } .mdi2-cookie-plus-outline::before { content: "\F16D7"; } .mdi2-cookie-refresh::before { content: "\F16EC"; } .mdi2-cookie-refresh-outline::before { content: "\F16ED"; } .mdi2-cookie-remove::before { content: "\F16D8"; } .mdi2-cookie-remove-outline::before { content: "\F16D9"; } .mdi2-cookie-settings::before { content: "\F16DC"; } .mdi2-cookie-settings-outline::before { content: "\F16DD"; } .mdi2-coolant-temperature::before { content: "\F03C8"; } .mdi2-copyleft::before { content: "\F1939"; } .mdi2-copyright::before { content: "\F05E6"; } .mdi2-cordova::before { content: "\F0958"; } .mdi2-corn::before { content: "\F07B8"; } .mdi2-corn-off::before { content: "\F13EF"; } .mdi2-cosine-wave::before { content: "\F1479"; } .mdi2-counter::before { content: "\F0199"; } .mdi2-countertop::before { content: "\F181C"; } .mdi2-countertop-outline::before { content: "\F181D"; } .mdi2-cow::before { content: "\F019A"; } .mdi2-cow-off::before { content: "\F18FC"; } .mdi2-cpu-32-bit::before { content: "\F0EDF"; } .mdi2-cpu-64-bit::before { content: "\F0EE0"; } .mdi2-cradle::before { content: "\F198B"; } .mdi2-cradle-outline::before { content: "\F1991"; } .mdi2-crane::before { content: "\F0862"; } .mdi2-creation::before { content: "\F0674"; } .mdi2-creation-outline::before { content: "\F1C2B"; } .mdi2-creative-commons::before { content: "\F0D6B"; } .mdi2-credit-card::before { content: "\F0FEF"; } .mdi2-credit-card-check::before { content: "\F13D0"; } .mdi2-credit-card-check-outline::before { content: "\F13D1"; } .mdi2-credit-card-chip::before { content: "\F190F"; } .mdi2-credit-card-chip-outline::before { content: "\F1910"; } .mdi2-credit-card-clock::before { content: "\F0EE1"; } .mdi2-credit-card-clock-outline::before { content: "\F0EE2"; } .mdi2-credit-card-edit::before { content: "\F17D7"; } .mdi2-credit-card-edit-outline::before { content: "\F17D8"; } .mdi2-credit-card-fast::before { content: "\F1911"; } .mdi2-credit-card-fast-outline::before { content: "\F1912"; } .mdi2-credit-card-lock::before { content: "\F18E7"; } .mdi2-credit-card-lock-outline::before { content: "\F18E8"; } .mdi2-credit-card-marker::before { content: "\F06A8"; } .mdi2-credit-card-marker-outline::before { content: "\F0DBE"; } .mdi2-credit-card-minus::before { content: "\F0FAC"; } .mdi2-credit-card-minus-outline::before { content: "\F0FAD"; } .mdi2-credit-card-multiple::before { content: "\F0FF0"; } .mdi2-credit-card-multiple-outline::before { content: "\F019C"; } .mdi2-credit-card-off::before { content: "\F0FF1"; } .mdi2-credit-card-off-outline::before { content: "\F05E4"; } .mdi2-credit-card-outline::before { content: "\F019B"; } .mdi2-credit-card-plus::before { content: "\F0FF2"; } .mdi2-credit-card-plus-outline::before { content: "\F0676"; } .mdi2-credit-card-refresh::before { content: "\F1645"; } .mdi2-credit-card-refresh-outline::before { content: "\F1646"; } .mdi2-credit-card-refund::before { content: "\F0FF3"; } .mdi2-credit-card-refund-outline::before { content: "\F0AA8"; } .mdi2-credit-card-remove::before { content: "\F0FAE"; } .mdi2-credit-card-remove-outline::before { content: "\F0FAF"; } .mdi2-credit-card-scan::before { content: "\F0FF4"; } .mdi2-credit-card-scan-outline::before { content: "\F019D"; } .mdi2-credit-card-search::before { content: "\F1647"; } .mdi2-credit-card-search-outline::before { content: "\F1648"; } .mdi2-credit-card-settings::before { content: "\F0FF5"; } .mdi2-credit-card-settings-outline::before { content: "\F08D7"; } .mdi2-credit-card-sync::before { content: "\F1649"; } .mdi2-credit-card-sync-outline::before { content: "\F164A"; } .mdi2-credit-card-wireless::before { content: "\F0802"; } .mdi2-credit-card-wireless-off::before { content: "\F057A"; } .mdi2-credit-card-wireless-off-outline::before { content: "\F057B"; } .mdi2-credit-card-wireless-outline::before { content: "\F0D6C"; } .mdi2-cricket::before { content: "\F0D6D"; } .mdi2-crop::before { content: "\F019E"; } .mdi2-crop-free::before { content: "\F019F"; } .mdi2-crop-landscape::before { content: "\F01A0"; } .mdi2-crop-portrait::before { content: "\F01A1"; } .mdi2-crop-rotate::before { content: "\F0696"; } .mdi2-crop-square::before { content: "\F01A2"; } .mdi2-cross::before { content: "\F0953"; } .mdi2-cross-bolnisi::before { content: "\F0CED"; } .mdi2-cross-celtic::before { content: "\F0CF5"; } .mdi2-cross-outline::before { content: "\F0CF6"; } .mdi2-crosshairs::before { content: "\F01A3"; } .mdi2-crosshairs-gps::before { content: "\F01A4"; } .mdi2-crosshairs-off::before { content: "\F0F45"; } .mdi2-crosshairs-question::before { content: "\F1136"; } .mdi2-crowd::before { content: "\F1975"; } .mdi2-crown::before { content: "\F01A5"; } .mdi2-crown-circle::before { content: "\F17DC"; } .mdi2-crown-circle-outline::before { content: "\F17DD"; } .mdi2-crown-outline::before { content: "\F11D0"; } .mdi2-cryengine::before { content: "\F0959"; } .mdi2-crystal-ball::before { content: "\F0B2F"; } .mdi2-cube::before { content: "\F01A6"; } .mdi2-cube-off::before { content: "\F141C"; } .mdi2-cube-off-outline::before { content: "\F141D"; } .mdi2-cube-outline::before { content: "\F01A7"; } .mdi2-cube-scan::before { content: "\F0B84"; } .mdi2-cube-send::before { content: "\F01A8"; } .mdi2-cube-unfolded::before { content: "\F01A9"; } .mdi2-cup::before { content: "\F01AA"; } .mdi2-cup-off::before { content: "\F05E5"; } .mdi2-cup-off-outline::before { content: "\F137D"; } .mdi2-cup-outline::before { content: "\F130F"; } .mdi2-cup-water::before { content: "\F01AB"; } .mdi2-cupboard::before { content: "\F0F46"; } .mdi2-cupboard-outline::before { content: "\F0F47"; } .mdi2-cupcake::before { content: "\F095A"; } .mdi2-curling::before { content: "\F0863"; } .mdi2-currency-bdt::before { content: "\F0864"; } .mdi2-currency-brl::before { content: "\F0B85"; } .mdi2-currency-btc::before { content: "\F01AC"; } .mdi2-currency-cny::before { content: "\F07BA"; } .mdi2-currency-eth::before { content: "\F07BB"; } .mdi2-currency-eur::before { content: "\F01AD"; } .mdi2-currency-eur-off::before { content: "\F1315"; } .mdi2-currency-fra::before { content: "\F1A39"; } .mdi2-currency-gbp::before { content: "\F01AE"; } .mdi2-currency-ils::before { content: "\F0C61"; } .mdi2-currency-inr::before { content: "\F01AF"; } .mdi2-currency-jpy::before { content: "\F07BC"; } .mdi2-currency-krw::before { content: "\F07BD"; } .mdi2-currency-kzt::before { content: "\F0865"; } .mdi2-currency-mnt::before { content: "\F1512"; } .mdi2-currency-ngn::before { content: "\F01B0"; } .mdi2-currency-php::before { content: "\F09E6"; } .mdi2-currency-rial::before { content: "\F0E9C"; } .mdi2-currency-rub::before { content: "\F01B1"; } .mdi2-currency-rupee::before { content: "\F1976"; } .mdi2-currency-sign::before { content: "\F07BE"; } .mdi2-currency-thb::before { content: "\F1C05"; } .mdi2-currency-try::before { content: "\F01B2"; } .mdi2-currency-twd::before { content: "\F07BF"; } .mdi2-currency-uah::before { content: "\F1B9B"; } .mdi2-currency-usd::before { content: "\F01C1"; } .mdi2-currency-usd-off::before { content: "\F067A"; } .mdi2-current-ac::before { content: "\F1480"; } .mdi2-current-dc::before { content: "\F095C"; } .mdi2-cursor-default::before { content: "\F01C0"; } .mdi2-cursor-default-click::before { content: "\F0CFD"; } .mdi2-cursor-default-click-outline::before { content: "\F0CFE"; } .mdi2-cursor-default-gesture::before { content: "\F1127"; } .mdi2-cursor-default-gesture-outline::before { content: "\F1128"; } .mdi2-cursor-default-outline::before { content: "\F01BF"; } .mdi2-cursor-move::before { content: "\F01BE"; } .mdi2-cursor-pointer::before { content: "\F01BD"; } .mdi2-cursor-text::before { content: "\F05E7"; } .mdi2-curtains::before { content: "\F1846"; } .mdi2-curtains-closed::before { content: "\F1847"; } .mdi2-cylinder::before { content: "\F194E"; } .mdi2-cylinder-off::before { content: "\F194F"; } .mdi2-dance-ballroom::before { content: "\F15FB"; } .mdi2-dance-pole::before { content: "\F1578"; } .mdi2-data-matrix::before { content: "\F153C"; } .mdi2-data-matrix-edit::before { content: "\F153D"; } .mdi2-data-matrix-minus::before { content: "\F153E"; } .mdi2-data-matrix-plus::before { content: "\F153F"; } .mdi2-data-matrix-remove::before { content: "\F1540"; } .mdi2-data-matrix-scan::before { content: "\F1541"; } .mdi2-database::before { content: "\F01BC"; } .mdi2-database-alert::before { content: "\F163A"; } .mdi2-database-alert-outline::before { content: "\F1624"; } .mdi2-database-arrow-down::before { content: "\F163B"; } .mdi2-database-arrow-down-outline::before { content: "\F1625"; } .mdi2-database-arrow-left::before { content: "\F163C"; } .mdi2-database-arrow-left-outline::before { content: "\F1626"; } .mdi2-database-arrow-right::before { content: "\F163D"; } .mdi2-database-arrow-right-outline::before { content: "\F1627"; } .mdi2-database-arrow-up::before { content: "\F163E"; } .mdi2-database-arrow-up-outline::before { content: "\F1628"; } .mdi2-database-check::before { content: "\F0AA9"; } .mdi2-database-check-outline::before { content: "\F1629"; } .mdi2-database-clock::before { content: "\F163F"; } .mdi2-database-clock-outline::before { content: "\F162A"; } .mdi2-database-cog::before { content: "\F164B"; } .mdi2-database-cog-outline::before { content: "\F164C"; } .mdi2-database-edit::before { content: "\F0B86"; } .mdi2-database-edit-outline::before { content: "\F162B"; } .mdi2-database-export::before { content: "\F095E"; } .mdi2-database-export-outline::before { content: "\F162C"; } .mdi2-database-eye::before { content: "\F191F"; } .mdi2-database-eye-off::before { content: "\F1920"; } .mdi2-database-eye-off-outline::before { content: "\F1921"; } .mdi2-database-eye-outline::before { content: "\F1922"; } .mdi2-database-import::before { content: "\F095D"; } .mdi2-database-import-outline::before { content: "\F162D"; } .mdi2-database-lock::before { content: "\F0AAA"; } .mdi2-database-lock-outline::before { content: "\F162E"; } .mdi2-database-marker::before { content: "\F12F6"; } .mdi2-database-marker-outline::before { content: "\F162F"; } .mdi2-database-minus::before { content: "\F01BB"; } .mdi2-database-minus-outline::before { content: "\F1630"; } .mdi2-database-off::before { content: "\F1640"; } .mdi2-database-off-outline::before { content: "\F1631"; } .mdi2-database-outline::before { content: "\F1632"; } .mdi2-database-plus::before { content: "\F01BA"; } .mdi2-database-plus-outline::before { content: "\F1633"; } .mdi2-database-refresh::before { content: "\F05C2"; } .mdi2-database-refresh-outline::before { content: "\F1634"; } .mdi2-database-remove::before { content: "\F0D00"; } .mdi2-database-remove-outline::before { content: "\F1635"; } .mdi2-database-search::before { content: "\F0866"; } .mdi2-database-search-outline::before { content: "\F1636"; } .mdi2-database-settings::before { content: "\F0D01"; } .mdi2-database-settings-outline::before { content: "\F1637"; } .mdi2-database-sync::before { content: "\F0CFF"; } .mdi2-database-sync-outline::before { content: "\F1638"; } .mdi2-death-star::before { content: "\F08D8"; } .mdi2-death-star-variant::before { content: "\F08D9"; } .mdi2-deathly-hallows::before { content: "\F0B87"; } .mdi2-debian::before { content: "\F08DA"; } .mdi2-debug-step-into::before { content: "\F01B9"; } .mdi2-debug-step-out::before { content: "\F01B8"; } .mdi2-debug-step-over::before { content: "\F01B7"; } .mdi2-decagram::before { content: "\F076C"; } .mdi2-decagram-outline::before { content: "\F076D"; } .mdi2-decimal::before { content: "\F10A1"; } .mdi2-decimal-comma::before { content: "\F10A2"; } .mdi2-decimal-comma-decrease::before { content: "\F10A3"; } .mdi2-decimal-comma-increase::before { content: "\F10A4"; } .mdi2-decimal-decrease::before { content: "\F01B6"; } .mdi2-decimal-increase::before { content: "\F01B5"; } .mdi2-delete::before { content: "\F01B4"; } .mdi2-delete-alert::before { content: "\F10A5"; } .mdi2-delete-alert-outline::before { content: "\F10A6"; } .mdi2-delete-circle::before { content: "\F0683"; } .mdi2-delete-circle-outline::before { content: "\F0B88"; } .mdi2-delete-clock::before { content: "\F1556"; } .mdi2-delete-clock-outline::before { content: "\F1557"; } .mdi2-delete-empty::before { content: "\F06CC"; } .mdi2-delete-empty-outline::before { content: "\F0E9D"; } .mdi2-delete-forever::before { content: "\F05E8"; } .mdi2-delete-forever-outline::before { content: "\F0B89"; } .mdi2-delete-off::before { content: "\F10A7"; } .mdi2-delete-off-outline::before { content: "\F10A8"; } .mdi2-delete-outline::before { content: "\F09E7"; } .mdi2-delete-restore::before { content: "\F0819"; } .mdi2-delete-sweep::before { content: "\F05E9"; } .mdi2-delete-sweep-outline::before { content: "\F0C62"; } .mdi2-delete-variant::before { content: "\F01B3"; } .mdi2-delta::before { content: "\F01C2"; } .mdi2-desk::before { content: "\F1239"; } .mdi2-desk-lamp::before { content: "\F095F"; } .mdi2-desk-lamp-off::before { content: "\F1B1F"; } .mdi2-desk-lamp-on::before { content: "\F1B20"; } .mdi2-deskphone::before { content: "\F01C3"; } .mdi2-desktop-classic::before { content: "\F07C0"; } .mdi2-desktop-tower::before { content: "\F01C5"; } .mdi2-desktop-tower-monitor::before { content: "\F0AAB"; } .mdi2-details::before { content: "\F01C6"; } .mdi2-dev-to::before { content: "\F0D6E"; } .mdi2-developer-board::before { content: "\F0697"; } .mdi2-deviantart::before { content: "\F01C7"; } .mdi2-devices::before { content: "\F0FB0"; } .mdi2-dharmachakra::before { content: "\F094B"; } .mdi2-diabetes::before { content: "\F1126"; } .mdi2-dialpad::before { content: "\F061C"; } .mdi2-diameter::before { content: "\F0C63"; } .mdi2-diameter-outline::before { content: "\F0C64"; } .mdi2-diameter-variant::before { content: "\F0C65"; } .mdi2-diamond::before { content: "\F0B8A"; } .mdi2-diamond-outline::before { content: "\F0B8B"; } .mdi2-diamond-stone::before { content: "\F01C8"; } .mdi2-diaper-outline::before { content: "\F1CCF"; } .mdi2-dice-1::before { content: "\F01CA"; } .mdi2-dice-1-outline::before { content: "\F114A"; } .mdi2-dice-2::before { content: "\F01CB"; } .mdi2-dice-2-outline::before { content: "\F114B"; } .mdi2-dice-3::before { content: "\F01CC"; } .mdi2-dice-3-outline::before { content: "\F114C"; } .mdi2-dice-4::before { content: "\F01CD"; } .mdi2-dice-4-outline::before { content: "\F114D"; } .mdi2-dice-5::before { content: "\F01CE"; } .mdi2-dice-5-outline::before { content: "\F114E"; } .mdi2-dice-6::before { content: "\F01CF"; } .mdi2-dice-6-outline::before { content: "\F114F"; } .mdi2-dice-d10::before { content: "\F1153"; } .mdi2-dice-d10-outline::before { content: "\F076F"; } .mdi2-dice-d12::before { content: "\F1154"; } .mdi2-dice-d12-outline::before { content: "\F0867"; } .mdi2-dice-d20::before { content: "\F1155"; } .mdi2-dice-d20-outline::before { content: "\F05EA"; } .mdi2-dice-d4::before { content: "\F1150"; } .mdi2-dice-d4-outline::before { content: "\F05EB"; } .mdi2-dice-d6::before { content: "\F1151"; } .mdi2-dice-d6-outline::before { content: "\F05ED"; } .mdi2-dice-d8::before { content: "\F1152"; } .mdi2-dice-d8-outline::before { content: "\F05EC"; } .mdi2-dice-multiple::before { content: "\F076E"; } .mdi2-dice-multiple-outline::before { content: "\F1156"; } .mdi2-digital-ocean::before { content: "\F1237"; } .mdi2-dip-switch::before { content: "\F07C1"; } .mdi2-directions::before { content: "\F01D0"; } .mdi2-directions-fork::before { content: "\F0641"; } .mdi2-disc::before { content: "\F05EE"; } .mdi2-disc-alert::before { content: "\F01D1"; } .mdi2-disc-player::before { content: "\F0960"; } .mdi2-dishwasher::before { content: "\F0AAC"; } .mdi2-dishwasher-alert::before { content: "\F11B8"; } .mdi2-dishwasher-off::before { content: "\F11B9"; } .mdi2-disqus::before { content: "\F01D2"; } .mdi2-distribute-horizontal-center::before { content: "\F11C9"; } .mdi2-distribute-horizontal-left::before { content: "\F11C8"; } .mdi2-distribute-horizontal-right::before { content: "\F11CA"; } .mdi2-distribute-vertical-bottom::before { content: "\F11CB"; } .mdi2-distribute-vertical-center::before { content: "\F11CC"; } .mdi2-distribute-vertical-top::before { content: "\F11CD"; } .mdi2-diversify::before { content: "\F1877"; } .mdi2-diving::before { content: "\F1977"; } .mdi2-diving-flippers::before { content: "\F0DBF"; } .mdi2-diving-helmet::before { content: "\F0DC0"; } .mdi2-diving-scuba::before { content: "\F1B77"; } .mdi2-diving-scuba-flag::before { content: "\F0DC2"; } .mdi2-diving-scuba-mask::before { content: "\F0DC1"; } .mdi2-diving-scuba-tank::before { content: "\F0DC3"; } .mdi2-diving-scuba-tank-multiple::before { content: "\F0DC4"; } .mdi2-diving-snorkel::before { content: "\F0DC5"; } .mdi2-division::before { content: "\F01D4"; } .mdi2-division-box::before { content: "\F01D5"; } .mdi2-dlna::before { content: "\F0A41"; } .mdi2-dna::before { content: "\F0684"; } .mdi2-dns::before { content: "\F01D6"; } .mdi2-dns-outline::before { content: "\F0B8C"; } .mdi2-dock-bottom::before { content: "\F10A9"; } .mdi2-dock-left::before { content: "\F10AA"; } .mdi2-dock-right::before { content: "\F10AB"; } .mdi2-dock-top::before { content: "\F1513"; } .mdi2-dock-window::before { content: "\F10AC"; } .mdi2-docker::before { content: "\F0868"; } .mdi2-doctor::before { content: "\F0A42"; } .mdi2-dog::before { content: "\F0A43"; } .mdi2-dog-service::before { content: "\F0AAD"; } .mdi2-dog-side::before { content: "\F0A44"; } .mdi2-dog-side-off::before { content: "\F16EE"; } .mdi2-dolby::before { content: "\F06B3"; } .mdi2-dolly::before { content: "\F0E9E"; } .mdi2-dolphin::before { content: "\F18B4"; } .mdi2-domain::before { content: "\F01D7"; } .mdi2-domain-off::before { content: "\F0D6F"; } .mdi2-domain-plus::before { content: "\F10AD"; } .mdi2-domain-remove::before { content: "\F10AE"; } .mdi2-domain-switch::before { content: "\F1C2C"; } .mdi2-dome-light::before { content: "\F141E"; } .mdi2-domino-mask::before { content: "\F1023"; } .mdi2-donkey::before { content: "\F07C2"; } .mdi2-door::before { content: "\F081A"; } .mdi2-door-closed::before { content: "\F081B"; } .mdi2-door-closed-cancel::before { content: "\F1C93"; } .mdi2-door-closed-lock::before { content: "\F10AF"; } .mdi2-door-open::before { content: "\F081C"; } .mdi2-door-sliding::before { content: "\F181E"; } .mdi2-door-sliding-lock::before { content: "\F181F"; } .mdi2-door-sliding-open::before { content: "\F1820"; } .mdi2-doorbell::before { content: "\F12E6"; } .mdi2-doorbell-video::before { content: "\F0869"; } .mdi2-dot-net::before { content: "\F0AAE"; } .mdi2-dots-circle::before { content: "\F1978"; } .mdi2-dots-grid::before { content: "\F15FC"; } .mdi2-dots-hexagon::before { content: "\F15FF"; } .mdi2-dots-horizontal::before { content: "\F01D8"; } .mdi2-dots-horizontal-circle::before { content: "\F07C3"; } .mdi2-dots-horizontal-circle-outline::before { content: "\F0B8D"; } .mdi2-dots-square::before { content: "\F15FD"; } .mdi2-dots-triangle::before { content: "\F15FE"; } .mdi2-dots-vertical::before { content: "\F01D9"; } .mdi2-dots-vertical-circle::before { content: "\F07C4"; } .mdi2-dots-vertical-circle-outline::before { content: "\F0B8E"; } .mdi2-download::before { content: "\F01DA"; } .mdi2-download-box::before { content: "\F1462"; } .mdi2-download-box-outline::before { content: "\F1463"; } .mdi2-download-circle::before { content: "\F1464"; } .mdi2-download-circle-outline::before { content: "\F1465"; } .mdi2-download-lock::before { content: "\F1320"; } .mdi2-download-lock-outline::before { content: "\F1321"; } .mdi2-download-multiple::before { content: "\F09E9"; } .mdi2-download-multiple-outline::before { content: "\F1CD0"; } .mdi2-download-network::before { content: "\F06F4"; } .mdi2-download-network-outline::before { content: "\F0C66"; } .mdi2-download-off::before { content: "\F10B0"; } .mdi2-download-off-outline::before { content: "\F10B1"; } .mdi2-download-outline::before { content: "\F0B8F"; } .mdi2-drag::before { content: "\F01DB"; } .mdi2-drag-horizontal::before { content: "\F01DC"; } .mdi2-drag-horizontal-variant::before { content: "\F12F0"; } .mdi2-drag-variant::before { content: "\F0B90"; } .mdi2-drag-vertical::before { content: "\F01DD"; } .mdi2-drag-vertical-variant::before { content: "\F12F1"; } .mdi2-drama-masks::before { content: "\F0D02"; } .mdi2-draw::before { content: "\F0F49"; } .mdi2-draw-pen::before { content: "\F19B9"; } .mdi2-drawing::before { content: "\F01DE"; } .mdi2-drawing-box::before { content: "\F01DF"; } .mdi2-dresser::before { content: "\F0F4A"; } .mdi2-dresser-outline::before { content: "\F0F4B"; } .mdi2-drone::before { content: "\F01E2"; } .mdi2-dropbox::before { content: "\F01E3"; } .mdi2-drupal::before { content: "\F01E4"; } .mdi2-duck::before { content: "\F01E5"; } .mdi2-dumbbell::before { content: "\F01E6"; } .mdi2-dump-truck::before { content: "\F0C67"; } .mdi2-ear-hearing::before { content: "\F07C5"; } .mdi2-ear-hearing-loop::before { content: "\F1AEE"; } .mdi2-ear-hearing-off::before { content: "\F0A45"; } .mdi2-earbuds::before { content: "\F184F"; } .mdi2-earbuds-off::before { content: "\F1850"; } .mdi2-earbuds-off-outline::before { content: "\F1851"; } .mdi2-earbuds-outline::before { content: "\F1852"; } .mdi2-earth::before { content: "\F01E7"; } .mdi2-earth-arrow-down::before { content: "\F1C87"; } .mdi2-earth-arrow-left::before { content: "\F1C88"; } .mdi2-earth-arrow-right::before { content: "\F1311"; } .mdi2-earth-arrow-up::before { content: "\F1C89"; } .mdi2-earth-box::before { content: "\F06CD"; } .mdi2-earth-box-minus::before { content: "\F1407"; } .mdi2-earth-box-off::before { content: "\F06CE"; } .mdi2-earth-box-plus::before { content: "\F1406"; } .mdi2-earth-box-remove::before { content: "\F1408"; } .mdi2-earth-minus::before { content: "\F1404"; } .mdi2-earth-off::before { content: "\F01E8"; } .mdi2-earth-plus::before { content: "\F1403"; } .mdi2-earth-remove::before { content: "\F1405"; } .mdi2-egg::before { content: "\F0AAF"; } .mdi2-egg-easter::before { content: "\F0AB0"; } .mdi2-egg-fried::before { content: "\F184A"; } .mdi2-egg-off::before { content: "\F13F0"; } .mdi2-egg-off-outline::before { content: "\F13F1"; } .mdi2-egg-outline::before { content: "\F13F2"; } .mdi2-eiffel-tower::before { content: "\F156B"; } .mdi2-eight-track::before { content: "\F09EA"; } .mdi2-eject::before { content: "\F01EA"; } .mdi2-eject-circle::before { content: "\F1B23"; } .mdi2-eject-circle-outline::before { content: "\F1B24"; } .mdi2-eject-outline::before { content: "\F0B91"; } .mdi2-electric-switch::before { content: "\F0E9F"; } .mdi2-electric-switch-closed::before { content: "\F10D9"; } .mdi2-electron-framework::before { content: "\F1024"; } .mdi2-elephant::before { content: "\F07C6"; } .mdi2-elevation-decline::before { content: "\F01EB"; } .mdi2-elevation-rise::before { content: "\F01EC"; } .mdi2-elevator::before { content: "\F01ED"; } .mdi2-elevator-down::before { content: "\F12C2"; } .mdi2-elevator-passenger::before { content: "\F1381"; } .mdi2-elevator-passenger-off::before { content: "\F1979"; } .mdi2-elevator-passenger-off-outline::before { content: "\F197A"; } .mdi2-elevator-passenger-outline::before { content: "\F197B"; } .mdi2-elevator-up::before { content: "\F12C1"; } .mdi2-ellipse::before { content: "\F0EA0"; } .mdi2-ellipse-outline::before { content: "\F0EA1"; } .mdi2-email::before { content: "\F01EE"; } .mdi2-email-alert::before { content: "\F06CF"; } .mdi2-email-alert-outline::before { content: "\F0D42"; } .mdi2-email-arrow-left::before { content: "\F10DA"; } .mdi2-email-arrow-left-outline::before { content: "\F10DB"; } .mdi2-email-arrow-right::before { content: "\F10DC"; } .mdi2-email-arrow-right-outline::before { content: "\F10DD"; } .mdi2-email-box::before { content: "\F0D03"; } .mdi2-email-check::before { content: "\F0AB1"; } .mdi2-email-check-outline::before { content: "\F0AB2"; } .mdi2-email-edit::before { content: "\F0EE3"; } .mdi2-email-edit-outline::before { content: "\F0EE4"; } .mdi2-email-fast::before { content: "\F186F"; } .mdi2-email-fast-outline::before { content: "\F1870"; } .mdi2-email-heart-outline::before { content: "\F1C5B"; } .mdi2-email-lock::before { content: "\F01F1"; } .mdi2-email-lock-outline::before { content: "\F1B61"; } .mdi2-email-mark-as-unread::before { content: "\F0B92"; } .mdi2-email-minus::before { content: "\F0EE5"; } .mdi2-email-minus-outline::before { content: "\F0EE6"; } .mdi2-email-multiple::before { content: "\F0EE7"; } .mdi2-email-multiple-outline::before { content: "\F0EE8"; } .mdi2-email-newsletter::before { content: "\F0FB1"; } .mdi2-email-off::before { content: "\F13E3"; } .mdi2-email-off-outline::before { content: "\F13E4"; } .mdi2-email-open::before { content: "\F01EF"; } .mdi2-email-open-heart-outline::before { content: "\F1C5C"; } .mdi2-email-open-multiple::before { content: "\F0EE9"; } .mdi2-email-open-multiple-outline::before { content: "\F0EEA"; } .mdi2-email-open-outline::before { content: "\F05EF"; } .mdi2-email-outline::before { content: "\F01F0"; } .mdi2-email-plus::before { content: "\F09EB"; } .mdi2-email-plus-outline::before { content: "\F09EC"; } .mdi2-email-remove::before { content: "\F1661"; } .mdi2-email-remove-outline::before { content: "\F1662"; } .mdi2-email-seal::before { content: "\F195B"; } .mdi2-email-seal-outline::before { content: "\F195C"; } .mdi2-email-search::before { content: "\F0961"; } .mdi2-email-search-outline::before { content: "\F0962"; } .mdi2-email-sync::before { content: "\F12C7"; } .mdi2-email-sync-outline::before { content: "\F12C8"; } .mdi2-email-variant::before { content: "\F05F0"; } .mdi2-ember::before { content: "\F0B30"; } .mdi2-emby::before { content: "\F06B4"; } .mdi2-emoticon::before { content: "\F0C68"; } .mdi2-emoticon-angry::before { content: "\F0C69"; } .mdi2-emoticon-angry-outline::before { content: "\F0C6A"; } .mdi2-emoticon-confused::before { content: "\F10DE"; } .mdi2-emoticon-confused-outline::before { content: "\F10DF"; } .mdi2-emoticon-cool::before { content: "\F0C6B"; } .mdi2-emoticon-cool-outline::before { content: "\F01F3"; } .mdi2-emoticon-cry::before { content: "\F0C6C"; } .mdi2-emoticon-cry-outline::before { content: "\F0C6D"; } .mdi2-emoticon-dead::before { content: "\F0C6E"; } .mdi2-emoticon-dead-outline::before { content: "\F069B"; } .mdi2-emoticon-devil::before { content: "\F0C6F"; } .mdi2-emoticon-devil-outline::before { content: "\F01F4"; } .mdi2-emoticon-excited::before { content: "\F0C70"; } .mdi2-emoticon-excited-outline::before { content: "\F069C"; } .mdi2-emoticon-frown::before { content: "\F0F4C"; } .mdi2-emoticon-frown-outline::before { content: "\F0F4D"; } .mdi2-emoticon-happy::before { content: "\F0C71"; } .mdi2-emoticon-happy-outline::before { content: "\F01F5"; } .mdi2-emoticon-kiss::before { content: "\F0C72"; } .mdi2-emoticon-kiss-outline::before { content: "\F0C73"; } .mdi2-emoticon-lol::before { content: "\F1214"; } .mdi2-emoticon-lol-outline::before { content: "\F1215"; } .mdi2-emoticon-minus::before { content: "\F1CB2"; } .mdi2-emoticon-minus-outline::before { content: "\F1CB3"; } .mdi2-emoticon-neutral::before { content: "\F0C74"; } .mdi2-emoticon-neutral-outline::before { content: "\F01F6"; } .mdi2-emoticon-outline::before { content: "\F01F2"; } .mdi2-emoticon-plus::before { content: "\F1CB4"; } .mdi2-emoticon-plus-outline::before { content: "\F1CB5"; } .mdi2-emoticon-poop::before { content: "\F01F7"; } .mdi2-emoticon-poop-outline::before { content: "\F0C75"; } .mdi2-emoticon-remove::before { content: "\F1CB6"; } .mdi2-emoticon-remove-outline::before { content: "\F1CB7"; } .mdi2-emoticon-sad::before { content: "\F0C76"; } .mdi2-emoticon-sad-outline::before { content: "\F01F8"; } .mdi2-emoticon-sick::before { content: "\F157C"; } .mdi2-emoticon-sick-outline::before { content: "\F157D"; } .mdi2-emoticon-tongue::before { content: "\F01F9"; } .mdi2-emoticon-tongue-outline::before { content: "\F0C77"; } .mdi2-emoticon-wink::before { content: "\F0C78"; } .mdi2-emoticon-wink-outline::before { content: "\F0C79"; } .mdi2-engine::before { content: "\F01FA"; } .mdi2-engine-off::before { content: "\F0A46"; } .mdi2-engine-off-outline::before { content: "\F0A47"; } .mdi2-engine-outline::before { content: "\F01FB"; } .mdi2-epsilon::before { content: "\F10E0"; } .mdi2-equal::before { content: "\F01FC"; } .mdi2-equal-box::before { content: "\F01FD"; } .mdi2-equalizer::before { content: "\F0EA2"; } .mdi2-equalizer-outline::before { content: "\F0EA3"; } .mdi2-eraser::before { content: "\F01FE"; } .mdi2-eraser-variant::before { content: "\F0642"; } .mdi2-escalator::before { content: "\F01FF"; } .mdi2-escalator-box::before { content: "\F1399"; } .mdi2-escalator-down::before { content: "\F12C0"; } .mdi2-escalator-up::before { content: "\F12BF"; } .mdi2-eslint::before { content: "\F0C7A"; } .mdi2-et::before { content: "\F0AB3"; } .mdi2-ethereum::before { content: "\F086A"; } .mdi2-ethernet::before { content: "\F0200"; } .mdi2-ethernet-cable::before { content: "\F0201"; } .mdi2-ethernet-cable-off::before { content: "\F0202"; } .mdi2-ethernet-off::before { content: "\F1CD1"; } .mdi2-ev-plug-ccs1::before { content: "\F1519"; } .mdi2-ev-plug-ccs2::before { content: "\F151A"; } .mdi2-ev-plug-chademo::before { content: "\F151B"; } .mdi2-ev-plug-tesla::before { content: "\F151C"; } .mdi2-ev-plug-type1::before { content: "\F151D"; } .mdi2-ev-plug-type2::before { content: "\F151E"; } .mdi2-ev-station::before { content: "\F05F1"; } .mdi2-evernote::before { content: "\F0204"; } .mdi2-excavator::before { content: "\F1025"; } .mdi2-exclamation::before { content: "\F0205"; } .mdi2-exclamation-thick::before { content: "\F1238"; } .mdi2-exit-run::before { content: "\F0A48"; } .mdi2-exit-to-app::before { content: "\F0206"; } .mdi2-expand-all::before { content: "\F0AB4"; } .mdi2-expand-all-outline::before { content: "\F0AB5"; } .mdi2-expansion-card::before { content: "\F08AE"; } .mdi2-expansion-card-variant::before { content: "\F0FB2"; } .mdi2-exponent::before { content: "\F0963"; } .mdi2-exponent-box::before { content: "\F0964"; } .mdi2-export::before { content: "\F0207"; } .mdi2-export-variant::before { content: "\F0B93"; } .mdi2-eye::before { content: "\F0208"; } .mdi2-eye-arrow-left::before { content: "\F18FD"; } .mdi2-eye-arrow-left-outline::before { content: "\F18FE"; } .mdi2-eye-arrow-right::before { content: "\F18FF"; } .mdi2-eye-arrow-right-outline::before { content: "\F1900"; } .mdi2-eye-check::before { content: "\F0D04"; } .mdi2-eye-check-outline::before { content: "\F0D05"; } .mdi2-eye-circle::before { content: "\F0B94"; } .mdi2-eye-circle-outline::before { content: "\F0B95"; } .mdi2-eye-closed::before { content: "\F1CA3"; } .mdi2-eye-lock::before { content: "\F1C06"; } .mdi2-eye-lock-open::before { content: "\F1C07"; } .mdi2-eye-lock-open-outline::before { content: "\F1C08"; } .mdi2-eye-lock-outline::before { content: "\F1C09"; } .mdi2-eye-minus::before { content: "\F1026"; } .mdi2-eye-minus-outline::before { content: "\F1027"; } .mdi2-eye-off::before { content: "\F0209"; } .mdi2-eye-off-outline::before { content: "\F06D1"; } .mdi2-eye-outline::before { content: "\F06D0"; } .mdi2-eye-plus::before { content: "\F086B"; } .mdi2-eye-plus-outline::before { content: "\F086C"; } .mdi2-eye-refresh::before { content: "\F197C"; } .mdi2-eye-refresh-outline::before { content: "\F197D"; } .mdi2-eye-remove::before { content: "\F15E3"; } .mdi2-eye-remove-outline::before { content: "\F15E4"; } .mdi2-eye-settings::before { content: "\F086D"; } .mdi2-eye-settings-outline::before { content: "\F086E"; } .mdi2-eyedropper::before { content: "\F020A"; } .mdi2-eyedropper-minus::before { content: "\F13DD"; } .mdi2-eyedropper-off::before { content: "\F13DF"; } .mdi2-eyedropper-plus::before { content: "\F13DC"; } .mdi2-eyedropper-remove::before { content: "\F13DE"; } .mdi2-eyedropper-variant::before { content: "\F020B"; } .mdi2-face-agent::before { content: "\F0D70"; } .mdi2-face-man::before { content: "\F0643"; } .mdi2-face-man-outline::before { content: "\F0B96"; } .mdi2-face-man-profile::before { content: "\F0644"; } .mdi2-face-man-shimmer::before { content: "\F15CC"; } .mdi2-face-man-shimmer-outline::before { content: "\F15CD"; } .mdi2-face-mask::before { content: "\F1586"; } .mdi2-face-mask-outline::before { content: "\F1587"; } .mdi2-face-recognition::before { content: "\F0C7B"; } .mdi2-face-woman::before { content: "\F1077"; } .mdi2-face-woman-outline::before { content: "\F1078"; } .mdi2-face-woman-profile::before { content: "\F1076"; } .mdi2-face-woman-shimmer::before { content: "\F15CE"; } .mdi2-face-woman-shimmer-outline::before { content: "\F15CF"; } .mdi2-facebook::before { content: "\F020C"; } .mdi2-facebook-gaming::before { content: "\F07DD"; } .mdi2-facebook-messenger::before { content: "\F020E"; } .mdi2-facebook-workplace::before { content: "\F0B31"; } .mdi2-factory::before { content: "\F020F"; } .mdi2-family-tree::before { content: "\F160E"; } .mdi2-fan::before { content: "\F0210"; } .mdi2-fan-alert::before { content: "\F146C"; } .mdi2-fan-auto::before { content: "\F171D"; } .mdi2-fan-chevron-down::before { content: "\F146D"; } .mdi2-fan-chevron-up::before { content: "\F146E"; } .mdi2-fan-clock::before { content: "\F1A3A"; } .mdi2-fan-minus::before { content: "\F1470"; } .mdi2-fan-off::before { content: "\F081D"; } .mdi2-fan-plus::before { content: "\F146F"; } .mdi2-fan-remove::before { content: "\F1471"; } .mdi2-fan-speed-1::before { content: "\F1472"; } .mdi2-fan-speed-2::before { content: "\F1473"; } .mdi2-fan-speed-3::before { content: "\F1474"; } .mdi2-fast-forward::before { content: "\F0211"; } .mdi2-fast-forward-10::before { content: "\F0D71"; } .mdi2-fast-forward-15::before { content: "\F193A"; } .mdi2-fast-forward-30::before { content: "\F0D06"; } .mdi2-fast-forward-45::before { content: "\F1B12"; } .mdi2-fast-forward-5::before { content: "\F11F8"; } .mdi2-fast-forward-60::before { content: "\F160B"; } .mdi2-fast-forward-outline::before { content: "\F06D2"; } .mdi2-faucet::before { content: "\F1B29"; } .mdi2-faucet-variant::before { content: "\F1B2A"; } .mdi2-fax::before { content: "\F0212"; } .mdi2-feather::before { content: "\F06D3"; } .mdi2-feature-search::before { content: "\F0A49"; } .mdi2-feature-search-outline::before { content: "\F0A4A"; } .mdi2-fedora::before { content: "\F08DB"; } .mdi2-fence::before { content: "\F179A"; } .mdi2-fence-electric::before { content: "\F17F6"; } .mdi2-fencing::before { content: "\F14C1"; } .mdi2-ferris-wheel::before { content: "\F0EA4"; } .mdi2-ferry::before { content: "\F0213"; } .mdi2-file::before { content: "\F0214"; } .mdi2-file-account::before { content: "\F073B"; } .mdi2-file-account-outline::before { content: "\F1028"; } .mdi2-file-alert::before { content: "\F0A4B"; } .mdi2-file-alert-outline::before { content: "\F0A4C"; } .mdi2-file-arrow-left-right::before { content: "\F1A93"; } .mdi2-file-arrow-left-right-outline::before { content: "\F1A94"; } .mdi2-file-arrow-up-down::before { content: "\F1A95"; } .mdi2-file-arrow-up-down-outline::before { content: "\F1A96"; } .mdi2-file-cabinet::before { content: "\F0AB6"; } .mdi2-file-cad::before { content: "\F0EEB"; } .mdi2-file-cad-box::before { content: "\F0EEC"; } .mdi2-file-cancel::before { content: "\F0DC6"; } .mdi2-file-cancel-outline::before { content: "\F0DC7"; } .mdi2-file-certificate::before { content: "\F1186"; } .mdi2-file-certificate-outline::before { content: "\F1187"; } .mdi2-file-chart::before { content: "\F0215"; } .mdi2-file-chart-check::before { content: "\F19C6"; } .mdi2-file-chart-check-outline::before { content: "\F19C7"; } .mdi2-file-chart-outline::before { content: "\F1029"; } .mdi2-file-check::before { content: "\F0216"; } .mdi2-file-check-outline::before { content: "\F0E29"; } .mdi2-file-clock::before { content: "\F12E1"; } .mdi2-file-clock-outline::before { content: "\F12E2"; } .mdi2-file-cloud::before { content: "\F0217"; } .mdi2-file-cloud-outline::before { content: "\F102A"; } .mdi2-file-code::before { content: "\F022E"; } .mdi2-file-code-outline::before { content: "\F102B"; } .mdi2-file-cog::before { content: "\F107B"; } .mdi2-file-cog-outline::before { content: "\F107C"; } .mdi2-file-compare::before { content: "\F08AA"; } .mdi2-file-delimited::before { content: "\F0218"; } .mdi2-file-delimited-outline::before { content: "\F0EA5"; } .mdi2-file-document::before { content: "\F0219"; } .mdi2-file-document-alert::before { content: "\F1A97"; } .mdi2-file-document-alert-outline::before { content: "\F1A98"; } .mdi2-file-document-arrow-right::before { content: "\F1C0F"; } .mdi2-file-document-arrow-right-outline::before { content: "\F1C10"; } .mdi2-file-document-check::before { content: "\F1A99"; } .mdi2-file-document-check-outline::before { content: "\F1A9A"; } .mdi2-file-document-edit::before { content: "\F0DC8"; } .mdi2-file-document-edit-outline::before { content: "\F0DC9"; } .mdi2-file-document-minus::before { content: "\F1A9B"; } .mdi2-file-document-minus-outline::before { content: "\F1A9C"; } .mdi2-file-document-multiple::before { content: "\F1517"; } .mdi2-file-document-multiple-outline::before { content: "\F1518"; } .mdi2-file-document-outline::before { content: "\F09EE"; } .mdi2-file-document-plus::before { content: "\F1A9D"; } .mdi2-file-document-plus-outline::before { content: "\F1A9E"; } .mdi2-file-document-refresh::before { content: "\F1C7A"; } .mdi2-file-document-refresh-outline::before { content: "\F1C7B"; } .mdi2-file-document-remove::before { content: "\F1A9F"; } .mdi2-file-document-remove-outline::before { content: "\F1AA0"; } .mdi2-file-download::before { content: "\F0965"; } .mdi2-file-download-outline::before { content: "\F0966"; } .mdi2-file-edit::before { content: "\F11E7"; } .mdi2-file-edit-outline::before { content: "\F11E8"; } .mdi2-file-excel::before { content: "\F021B"; } .mdi2-file-excel-box::before { content: "\F021C"; } .mdi2-file-excel-box-outline::before { content: "\F102C"; } .mdi2-file-excel-outline::before { content: "\F102D"; } .mdi2-file-export::before { content: "\F021D"; } .mdi2-file-export-outline::before { content: "\F102E"; } .mdi2-file-eye::before { content: "\F0DCA"; } .mdi2-file-eye-outline::before { content: "\F0DCB"; } .mdi2-file-find::before { content: "\F021E"; } .mdi2-file-find-outline::before { content: "\F0B97"; } .mdi2-file-gif-box::before { content: "\F0D78"; } .mdi2-file-hidden::before { content: "\F0613"; } .mdi2-file-image::before { content: "\F021F"; } .mdi2-file-image-marker::before { content: "\F1772"; } .mdi2-file-image-marker-outline::before { content: "\F1773"; } .mdi2-file-image-minus::before { content: "\F193B"; } .mdi2-file-image-minus-outline::before { content: "\F193C"; } .mdi2-file-image-outline::before { content: "\F0EB0"; } .mdi2-file-image-plus::before { content: "\F193D"; } .mdi2-file-image-plus-outline::before { content: "\F193E"; } .mdi2-file-image-remove::before { content: "\F193F"; } .mdi2-file-image-remove-outline::before { content: "\F1940"; } .mdi2-file-import::before { content: "\F0220"; } .mdi2-file-import-outline::before { content: "\F102F"; } .mdi2-file-jpg-box::before { content: "\F0225"; } .mdi2-file-key::before { content: "\F1184"; } .mdi2-file-key-outline::before { content: "\F1185"; } .mdi2-file-link::before { content: "\F1177"; } .mdi2-file-link-outline::before { content: "\F1178"; } .mdi2-file-lock::before { content: "\F0221"; } .mdi2-file-lock-open::before { content: "\F19C8"; } .mdi2-file-lock-open-outline::before { content: "\F19C9"; } .mdi2-file-lock-outline::before { content: "\F1030"; } .mdi2-file-marker::before { content: "\F1774"; } .mdi2-file-marker-outline::before { content: "\F1775"; } .mdi2-file-minus::before { content: "\F1AA1"; } .mdi2-file-minus-outline::before { content: "\F1AA2"; } .mdi2-file-move::before { content: "\F0AB9"; } .mdi2-file-move-outline::before { content: "\F1031"; } .mdi2-file-multiple::before { content: "\F0222"; } .mdi2-file-multiple-outline::before { content: "\F1032"; } .mdi2-file-music::before { content: "\F0223"; } .mdi2-file-music-outline::before { content: "\F0E2A"; } .mdi2-file-outline::before { content: "\F0224"; } .mdi2-file-pdf-box::before { content: "\F0226"; } .mdi2-file-percent::before { content: "\F081E"; } .mdi2-file-percent-outline::before { content: "\F1033"; } .mdi2-file-phone::before { content: "\F1179"; } .mdi2-file-phone-outline::before { content: "\F117A"; } .mdi2-file-plus::before { content: "\F0752"; } .mdi2-file-plus-outline::before { content: "\F0EED"; } .mdi2-file-png-box::before { content: "\F0E2D"; } .mdi2-file-powerpoint::before { content: "\F0227"; } .mdi2-file-powerpoint-box::before { content: "\F0228"; } .mdi2-file-powerpoint-box-outline::before { content: "\F1034"; } .mdi2-file-powerpoint-outline::before { content: "\F1035"; } .mdi2-file-presentation-box::before { content: "\F0229"; } .mdi2-file-question::before { content: "\F086F"; } .mdi2-file-question-outline::before { content: "\F1036"; } .mdi2-file-refresh::before { content: "\F0918"; } .mdi2-file-refresh-outline::before { content: "\F0541"; } .mdi2-file-remove::before { content: "\F0B98"; } .mdi2-file-remove-outline::before { content: "\F1037"; } .mdi2-file-replace::before { content: "\F0B32"; } .mdi2-file-replace-outline::before { content: "\F0B33"; } .mdi2-file-restore::before { content: "\F0670"; } .mdi2-file-restore-outline::before { content: "\F1038"; } .mdi2-file-rotate-left::before { content: "\F1A3B"; } .mdi2-file-rotate-left-outline::before { content: "\F1A3C"; } .mdi2-file-rotate-right::before { content: "\F1A3D"; } .mdi2-file-rotate-right-outline::before { content: "\F1A3E"; } .mdi2-file-search::before { content: "\F0C7C"; } .mdi2-file-search-outline::before { content: "\F0C7D"; } .mdi2-file-send::before { content: "\F022A"; } .mdi2-file-send-outline::before { content: "\F1039"; } .mdi2-file-settings::before { content: "\F1079"; } .mdi2-file-settings-outline::before { content: "\F107A"; } .mdi2-file-sign::before { content: "\F19C3"; } .mdi2-file-star::before { content: "\F103A"; } .mdi2-file-star-four-points::before { content: "\F1C2D"; } .mdi2-file-star-four-points-outline::before { content: "\F1C2E"; } .mdi2-file-star-outline::before { content: "\F103B"; } .mdi2-file-swap::before { content: "\F0FB4"; } .mdi2-file-swap-outline::before { content: "\F0FB5"; } .mdi2-file-sync::before { content: "\F1216"; } .mdi2-file-sync-outline::before { content: "\F1217"; } .mdi2-file-table::before { content: "\F0C7E"; } .mdi2-file-table-box::before { content: "\F10E1"; } .mdi2-file-table-box-multiple::before { content: "\F10E2"; } .mdi2-file-table-box-multiple-outline::before { content: "\F10E3"; } .mdi2-file-table-box-outline::before { content: "\F10E4"; } .mdi2-file-table-outline::before { content: "\F0C7F"; } .mdi2-file-tree::before { content: "\F0645"; } .mdi2-file-tree-outline::before { content: "\F13D2"; } .mdi2-file-undo::before { content: "\F08DC"; } .mdi2-file-undo-outline::before { content: "\F103C"; } .mdi2-file-upload::before { content: "\F0A4D"; } .mdi2-file-upload-outline::before { content: "\F0A4E"; } .mdi2-file-video::before { content: "\F022B"; } .mdi2-file-video-outline::before { content: "\F0E2C"; } .mdi2-file-word::before { content: "\F022C"; } .mdi2-file-word-box::before { content: "\F022D"; } .mdi2-file-word-box-outline::before { content: "\F103D"; } .mdi2-file-word-outline::before { content: "\F103E"; } .mdi2-file-xml-box::before { content: "\F1B4B"; } .mdi2-film::before { content: "\F022F"; } .mdi2-filmstrip::before { content: "\F0230"; } .mdi2-filmstrip-box::before { content: "\F0332"; } .mdi2-filmstrip-box-multiple::before { content: "\F0D18"; } .mdi2-filmstrip-off::before { content: "\F0231"; } .mdi2-filter::before { content: "\F0232"; } .mdi2-filter-check::before { content: "\F18EC"; } .mdi2-filter-check-outline::before { content: "\F18ED"; } .mdi2-filter-cog::before { content: "\F1AA3"; } .mdi2-filter-cog-outline::before { content: "\F1AA4"; } .mdi2-filter-menu::before { content: "\F10E5"; } .mdi2-filter-menu-outline::before { content: "\F10E6"; } .mdi2-filter-minus::before { content: "\F0EEE"; } .mdi2-filter-minus-outline::before { content: "\F0EEF"; } .mdi2-filter-multiple::before { content: "\F1A3F"; } .mdi2-filter-multiple-outline::before { content: "\F1A40"; } .mdi2-filter-off::before { content: "\F14EF"; } .mdi2-filter-off-outline::before { content: "\F14F0"; } .mdi2-filter-outline::before { content: "\F0233"; } .mdi2-filter-plus::before { content: "\F0EF0"; } .mdi2-filter-plus-outline::before { content: "\F0EF1"; } .mdi2-filter-remove::before { content: "\F0234"; } .mdi2-filter-remove-outline::before { content: "\F0235"; } .mdi2-filter-settings::before { content: "\F1AA5"; } .mdi2-filter-settings-outline::before { content: "\F1AA6"; } .mdi2-filter-variant::before { content: "\F0236"; } .mdi2-filter-variant-minus::before { content: "\F1112"; } .mdi2-filter-variant-plus::before { content: "\F1113"; } .mdi2-filter-variant-remove::before { content: "\F103F"; } .mdi2-finance::before { content: "\F081F"; } .mdi2-find-replace::before { content: "\F06D4"; } .mdi2-fingerprint::before { content: "\F0237"; } .mdi2-fingerprint-off::before { content: "\F0EB1"; } .mdi2-fire::before { content: "\F0238"; } .mdi2-fire-alert::before { content: "\F15D7"; } .mdi2-fire-circle::before { content: "\F1807"; } .mdi2-fire-extinguisher::before { content: "\F0EF2"; } .mdi2-fire-hydrant::before { content: "\F1137"; } .mdi2-fire-hydrant-alert::before { content: "\F1138"; } .mdi2-fire-hydrant-off::before { content: "\F1139"; } .mdi2-fire-off::before { content: "\F1722"; } .mdi2-fire-station::before { content: "\F1CC3"; } .mdi2-fire-truck::before { content: "\F08AB"; } .mdi2-firebase::before { content: "\F0967"; } .mdi2-firefox::before { content: "\F0239"; } .mdi2-fireplace::before { content: "\F0E2E"; } .mdi2-fireplace-off::before { content: "\F0E2F"; } .mdi2-firewire::before { content: "\F05BE"; } .mdi2-firework::before { content: "\F0E30"; } .mdi2-firework-off::before { content: "\F1723"; } .mdi2-fish::before { content: "\F023A"; } .mdi2-fish-off::before { content: "\F13F3"; } .mdi2-fishbowl::before { content: "\F0EF3"; } .mdi2-fishbowl-outline::before { content: "\F0EF4"; } .mdi2-fit-to-page::before { content: "\F0EF5"; } .mdi2-fit-to-page-outline::before { content: "\F0EF6"; } .mdi2-fit-to-screen::before { content: "\F18F4"; } .mdi2-fit-to-screen-outline::before { content: "\F18F5"; } .mdi2-flag::before { content: "\F023B"; } .mdi2-flag-checkered::before { content: "\F023C"; } .mdi2-flag-minus::before { content: "\F0B99"; } .mdi2-flag-minus-outline::before { content: "\F10B2"; } .mdi2-flag-off::before { content: "\F18EE"; } .mdi2-flag-off-outline::before { content: "\F18EF"; } .mdi2-flag-outline::before { content: "\F023D"; } .mdi2-flag-plus::before { content: "\F0B9A"; } .mdi2-flag-plus-outline::before { content: "\F10B3"; } .mdi2-flag-remove::before { content: "\F0B9B"; } .mdi2-flag-remove-outline::before { content: "\F10B4"; } .mdi2-flag-triangle::before { content: "\F023F"; } .mdi2-flag-variant::before { content: "\F0240"; } .mdi2-flag-variant-minus::before { content: "\F1BB4"; } .mdi2-flag-variant-minus-outline::before { content: "\F1BB5"; } .mdi2-flag-variant-off::before { content: "\F1BB0"; } .mdi2-flag-variant-off-outline::before { content: "\F1BB1"; } .mdi2-flag-variant-outline::before { content: "\F023E"; } .mdi2-flag-variant-plus::before { content: "\F1BB2"; } .mdi2-flag-variant-plus-outline::before { content: "\F1BB3"; } .mdi2-flag-variant-remove::before { content: "\F1BB6"; } .mdi2-flag-variant-remove-outline::before { content: "\F1BB7"; } .mdi2-flare::before { content: "\F0D72"; } .mdi2-flash::before { content: "\F0241"; } .mdi2-flash-alert::before { content: "\F0EF7"; } .mdi2-flash-alert-outline::before { content: "\F0EF8"; } .mdi2-flash-auto::before { content: "\F0242"; } .mdi2-flash-off::before { content: "\F0243"; } .mdi2-flash-off-outline::before { content: "\F1B45"; } .mdi2-flash-outline::before { content: "\F06D5"; } .mdi2-flash-red-eye::before { content: "\F067B"; } .mdi2-flash-triangle::before { content: "\F1B1D"; } .mdi2-flash-triangle-outline::before { content: "\F1B1E"; } .mdi2-flashlight::before { content: "\F0244"; } .mdi2-flashlight-off::before { content: "\F0245"; } .mdi2-flask::before { content: "\F0093"; } .mdi2-flask-empty::before { content: "\F0094"; } .mdi2-flask-empty-minus::before { content: "\F123A"; } .mdi2-flask-empty-minus-outline::before { content: "\F123B"; } .mdi2-flask-empty-off::before { content: "\F13F4"; } .mdi2-flask-empty-off-outline::before { content: "\F13F5"; } .mdi2-flask-empty-outline::before { content: "\F0095"; } .mdi2-flask-empty-plus::before { content: "\F123C"; } .mdi2-flask-empty-plus-outline::before { content: "\F123D"; } .mdi2-flask-empty-remove::before { content: "\F123E"; } .mdi2-flask-empty-remove-outline::before { content: "\F123F"; } .mdi2-flask-minus::before { content: "\F1240"; } .mdi2-flask-minus-outline::before { content: "\F1241"; } .mdi2-flask-off::before { content: "\F13F6"; } .mdi2-flask-off-outline::before { content: "\F13F7"; } .mdi2-flask-outline::before { content: "\F0096"; } .mdi2-flask-plus::before { content: "\F1242"; } .mdi2-flask-plus-outline::before { content: "\F1243"; } .mdi2-flask-remove::before { content: "\F1244"; } .mdi2-flask-remove-outline::before { content: "\F1245"; } .mdi2-flask-round-bottom::before { content: "\F124B"; } .mdi2-flask-round-bottom-empty::before { content: "\F124C"; } .mdi2-flask-round-bottom-empty-outline::before { content: "\F124D"; } .mdi2-flask-round-bottom-outline::before { content: "\F124E"; } .mdi2-fleur-de-lis::before { content: "\F1303"; } .mdi2-flip-horizontal::before { content: "\F10E7"; } .mdi2-flip-to-back::before { content: "\F0247"; } .mdi2-flip-to-front::before { content: "\F0248"; } .mdi2-flip-vertical::before { content: "\F10E8"; } .mdi2-floor-lamp::before { content: "\F08DD"; } .mdi2-floor-lamp-dual::before { content: "\F1040"; } .mdi2-floor-lamp-dual-outline::before { content: "\F17CE"; } .mdi2-floor-lamp-outline::before { content: "\F17C8"; } .mdi2-floor-lamp-torchiere::before { content: "\F1747"; } .mdi2-floor-lamp-torchiere-outline::before { content: "\F17D6"; } .mdi2-floor-lamp-torchiere-variant::before { content: "\F1041"; } .mdi2-floor-lamp-torchiere-variant-outline::before { content: "\F17CF"; } .mdi2-floor-plan::before { content: "\F0821"; } .mdi2-floppy::before { content: "\F0249"; } .mdi2-floppy-variant::before { content: "\F09EF"; } .mdi2-flower::before { content: "\F024A"; } .mdi2-flower-outline::before { content: "\F09F0"; } .mdi2-flower-pollen::before { content: "\F1885"; } .mdi2-flower-pollen-outline::before { content: "\F1886"; } .mdi2-flower-poppy::before { content: "\F0D08"; } .mdi2-flower-tulip::before { content: "\F09F1"; } .mdi2-flower-tulip-outline::before { content: "\F09F2"; } .mdi2-focus-auto::before { content: "\F0F4E"; } .mdi2-focus-field::before { content: "\F0F4F"; } .mdi2-focus-field-horizontal::before { content: "\F0F50"; } .mdi2-focus-field-vertical::before { content: "\F0F51"; } .mdi2-folder::before { content: "\F024B"; } .mdi2-folder-account::before { content: "\F024C"; } .mdi2-folder-account-outline::before { content: "\F0B9C"; } .mdi2-folder-alert::before { content: "\F0DCC"; } .mdi2-folder-alert-outline::before { content: "\F0DCD"; } .mdi2-folder-arrow-down::before { content: "\F19E8"; } .mdi2-folder-arrow-down-outline::before { content: "\F19E9"; } .mdi2-folder-arrow-left::before { content: "\F19EA"; } .mdi2-folder-arrow-left-outline::before { content: "\F19EB"; } .mdi2-folder-arrow-left-right::before { content: "\F19EC"; } .mdi2-folder-arrow-left-right-outline::before { content: "\F19ED"; } .mdi2-folder-arrow-right::before { content: "\F19EE"; } .mdi2-folder-arrow-right-outline::before { content: "\F19EF"; } .mdi2-folder-arrow-up::before { content: "\F19F0"; } .mdi2-folder-arrow-up-down::before { content: "\F19F1"; } .mdi2-folder-arrow-up-down-outline::before { content: "\F19F2"; } .mdi2-folder-arrow-up-outline::before { content: "\F19F3"; } .mdi2-folder-cancel::before { content: "\F19F4"; } .mdi2-folder-cancel-outline::before { content: "\F19F5"; } .mdi2-folder-check::before { content: "\F197E"; } .mdi2-folder-check-outline::before { content: "\F197F"; } .mdi2-folder-clock::before { content: "\F0ABA"; } .mdi2-folder-clock-outline::before { content: "\F0ABB"; } .mdi2-folder-cog::before { content: "\F107F"; } .mdi2-folder-cog-outline::before { content: "\F1080"; } .mdi2-folder-download::before { content: "\F024D"; } .mdi2-folder-download-outline::before { content: "\F10E9"; } .mdi2-folder-edit::before { content: "\F08DE"; } .mdi2-folder-edit-outline::before { content: "\F0DCE"; } .mdi2-folder-eye::before { content: "\F178A"; } .mdi2-folder-eye-outline::before { content: "\F178B"; } .mdi2-folder-file::before { content: "\F19F6"; } .mdi2-folder-file-outline::before { content: "\F19F7"; } .mdi2-folder-google-drive::before { content: "\F024E"; } .mdi2-folder-heart::before { content: "\F10EA"; } .mdi2-folder-heart-outline::before { content: "\F10EB"; } .mdi2-folder-hidden::before { content: "\F179E"; } .mdi2-folder-home::before { content: "\F10B5"; } .mdi2-folder-home-outline::before { content: "\F10B6"; } .mdi2-folder-image::before { content: "\F024F"; } .mdi2-folder-information::before { content: "\F10B7"; } .mdi2-folder-information-outline::before { content: "\F10B8"; } .mdi2-folder-key::before { content: "\F08AC"; } .mdi2-folder-key-network::before { content: "\F08AD"; } .mdi2-folder-key-network-outline::before { content: "\F0C80"; } .mdi2-folder-key-outline::before { content: "\F10EC"; } .mdi2-folder-lock::before { content: "\F0250"; } .mdi2-folder-lock-open::before { content: "\F0251"; } .mdi2-folder-lock-open-outline::before { content: "\F1AA7"; } .mdi2-folder-lock-outline::before { content: "\F1AA8"; } .mdi2-folder-marker::before { content: "\F126D"; } .mdi2-folder-marker-outline::before { content: "\F126E"; } .mdi2-folder-minus::before { content: "\F1B49"; } .mdi2-folder-minus-outline::before { content: "\F1B4A"; } .mdi2-folder-move::before { content: "\F0252"; } .mdi2-folder-move-outline::before { content: "\F1246"; } .mdi2-folder-multiple::before { content: "\F0253"; } .mdi2-folder-multiple-image::before { content: "\F0254"; } .mdi2-folder-multiple-outline::before { content: "\F0255"; } .mdi2-folder-multiple-plus::before { content: "\F147E"; } .mdi2-folder-multiple-plus-outline::before { content: "\F147F"; } .mdi2-folder-music::before { content: "\F1359"; } .mdi2-folder-music-outline::before { content: "\F135A"; } .mdi2-folder-network::before { content: "\F0870"; } .mdi2-folder-network-outline::before { content: "\F0C81"; } .mdi2-folder-off::before { content: "\F19F8"; } .mdi2-folder-off-outline::before { content: "\F19F9"; } .mdi2-folder-open::before { content: "\F0770"; } .mdi2-folder-open-outline::before { content: "\F0DCF"; } .mdi2-folder-outline::before { content: "\F0256"; } .mdi2-folder-play::before { content: "\F19FA"; } .mdi2-folder-play-outline::before { content: "\F19FB"; } .mdi2-folder-plus::before { content: "\F0257"; } .mdi2-folder-plus-outline::before { content: "\F0B9D"; } .mdi2-folder-pound::before { content: "\F0D09"; } .mdi2-folder-pound-outline::before { content: "\F0D0A"; } .mdi2-folder-question::before { content: "\F19CA"; } .mdi2-folder-question-outline::before { content: "\F19CB"; } .mdi2-folder-refresh::before { content: "\F0749"; } .mdi2-folder-refresh-outline::before { content: "\F0542"; } .mdi2-folder-remove::before { content: "\F0258"; } .mdi2-folder-remove-outline::before { content: "\F0B9E"; } .mdi2-folder-search::before { content: "\F0968"; } .mdi2-folder-search-outline::before { content: "\F0969"; } .mdi2-folder-settings::before { content: "\F107D"; } .mdi2-folder-settings-outline::before { content: "\F107E"; } .mdi2-folder-star::before { content: "\F069D"; } .mdi2-folder-star-multiple::before { content: "\F13D3"; } .mdi2-folder-star-multiple-outline::before { content: "\F13D4"; } .mdi2-folder-star-outline::before { content: "\F0B9F"; } .mdi2-folder-swap::before { content: "\F0FB6"; } .mdi2-folder-swap-outline::before { content: "\F0FB7"; } .mdi2-folder-sync::before { content: "\F0D0B"; } .mdi2-folder-sync-outline::before { content: "\F0D0C"; } .mdi2-folder-table::before { content: "\F12E3"; } .mdi2-folder-table-outline::before { content: "\F12E4"; } .mdi2-folder-text::before { content: "\F0C82"; } .mdi2-folder-text-outline::before { content: "\F0C83"; } .mdi2-folder-upload::before { content: "\F0259"; } .mdi2-folder-upload-outline::before { content: "\F10ED"; } .mdi2-folder-wrench::before { content: "\F19FC"; } .mdi2-folder-wrench-outline::before { content: "\F19FD"; } .mdi2-folder-zip::before { content: "\F06EB"; } .mdi2-folder-zip-outline::before { content: "\F07B9"; } .mdi2-font-awesome::before { content: "\F003A"; } .mdi2-food::before { content: "\F025A"; } .mdi2-food-apple::before { content: "\F025B"; } .mdi2-food-apple-outline::before { content: "\F0C84"; } .mdi2-food-croissant::before { content: "\F07C8"; } .mdi2-food-drumstick::before { content: "\F141F"; } .mdi2-food-drumstick-off::before { content: "\F1468"; } .mdi2-food-drumstick-off-outline::before { content: "\F1469"; } .mdi2-food-drumstick-outline::before { content: "\F1420"; } .mdi2-food-fork-drink::before { content: "\F05F2"; } .mdi2-food-halal::before { content: "\F1572"; } .mdi2-food-hot-dog::before { content: "\F184B"; } .mdi2-food-kosher::before { content: "\F1573"; } .mdi2-food-off::before { content: "\F05F3"; } .mdi2-food-off-outline::before { content: "\F1915"; } .mdi2-food-outline::before { content: "\F1916"; } .mdi2-food-steak::before { content: "\F146A"; } .mdi2-food-steak-off::before { content: "\F146B"; } .mdi2-food-takeout-box::before { content: "\F1836"; } .mdi2-food-takeout-box-outline::before { content: "\F1837"; } .mdi2-food-turkey::before { content: "\F171C"; } .mdi2-food-variant::before { content: "\F025C"; } .mdi2-food-variant-off::before { content: "\F13E5"; } .mdi2-foot-print::before { content: "\F0F52"; } .mdi2-football::before { content: "\F025D"; } .mdi2-football-australian::before { content: "\F025E"; } .mdi2-football-helmet::before { content: "\F025F"; } .mdi2-forest::before { content: "\F1897"; } .mdi2-forest-outline::before { content: "\F1C63"; } .mdi2-forklift::before { content: "\F07C9"; } .mdi2-form-dropdown::before { content: "\F1400"; } .mdi2-form-select::before { content: "\F1401"; } .mdi2-form-textarea::before { content: "\F1095"; } .mdi2-form-textbox::before { content: "\F060E"; } .mdi2-form-textbox-lock::before { content: "\F135D"; } .mdi2-form-textbox-password::before { content: "\F07F5"; } .mdi2-format-align-bottom::before { content: "\F0753"; } .mdi2-format-align-center::before { content: "\F0260"; } .mdi2-format-align-justify::before { content: "\F0261"; } .mdi2-format-align-left::before { content: "\F0262"; } .mdi2-format-align-middle::before { content: "\F0754"; } .mdi2-format-align-right::before { content: "\F0263"; } .mdi2-format-align-top::before { content: "\F0755"; } .mdi2-format-annotation-minus::before { content: "\F0ABC"; } .mdi2-format-annotation-plus::before { content: "\F0646"; } .mdi2-format-bold::before { content: "\F0264"; } .mdi2-format-clear::before { content: "\F0265"; } .mdi2-format-color-fill::before { content: "\F0266"; } .mdi2-format-color-highlight::before { content: "\F0E31"; } .mdi2-format-color-marker-cancel::before { content: "\F1313"; } .mdi2-format-color-text::before { content: "\F069E"; } .mdi2-format-columns::before { content: "\F08DF"; } .mdi2-format-float-center::before { content: "\F0267"; } .mdi2-format-float-left::before { content: "\F0268"; } .mdi2-format-float-none::before { content: "\F0269"; } .mdi2-format-float-right::before { content: "\F026A"; } .mdi2-format-font::before { content: "\F06D6"; } .mdi2-format-font-size-decrease::before { content: "\F09F3"; } .mdi2-format-font-size-increase::before { content: "\F09F4"; } .mdi2-format-header-1::before { content: "\F026B"; } .mdi2-format-header-2::before { content: "\F026C"; } .mdi2-format-header-3::before { content: "\F026D"; } .mdi2-format-header-4::before { content: "\F026E"; } .mdi2-format-header-5::before { content: "\F026F"; } .mdi2-format-header-6::before { content: "\F0270"; } .mdi2-format-header-decrease::before { content: "\F0271"; } .mdi2-format-header-equal::before { content: "\F0272"; } .mdi2-format-header-increase::before { content: "\F0273"; } .mdi2-format-header-pound::before { content: "\F0274"; } .mdi2-format-horizontal-align-center::before { content: "\F061E"; } .mdi2-format-horizontal-align-left::before { content: "\F061F"; } .mdi2-format-horizontal-align-right::before { content: "\F0620"; } .mdi2-format-indent-decrease::before { content: "\F0275"; } .mdi2-format-indent-increase::before { content: "\F0276"; } .mdi2-format-italic::before { content: "\F0277"; } .mdi2-format-letter-case::before { content: "\F0B34"; } .mdi2-format-letter-case-lower::before { content: "\F0B35"; } .mdi2-format-letter-case-upper::before { content: "\F0B36"; } .mdi2-format-letter-ends-with::before { content: "\F0FB8"; } .mdi2-format-letter-matches::before { content: "\F0FB9"; } .mdi2-format-letter-spacing::before { content: "\F1956"; } .mdi2-format-letter-spacing-variant::before { content: "\F1AFB"; } .mdi2-format-letter-starts-with::before { content: "\F0FBA"; } .mdi2-format-line-height::before { content: "\F1AFC"; } .mdi2-format-line-spacing::before { content: "\F0278"; } .mdi2-format-line-style::before { content: "\F05C8"; } .mdi2-format-line-weight::before { content: "\F05C9"; } .mdi2-format-list-bulleted::before { content: "\F0279"; } .mdi2-format-list-bulleted-square::before { content: "\F0DD0"; } .mdi2-format-list-bulleted-triangle::before { content: "\F0EB2"; } .mdi2-format-list-bulleted-type::before { content: "\F027A"; } .mdi2-format-list-checkbox::before { content: "\F096A"; } .mdi2-format-list-checks::before { content: "\F0756"; } .mdi2-format-list-group::before { content: "\F1860"; } .mdi2-format-list-group-plus::before { content: "\F1B56"; } .mdi2-format-list-numbered::before { content: "\F027B"; } .mdi2-format-list-numbered-rtl::before { content: "\F0D0D"; } .mdi2-format-list-text::before { content: "\F126F"; } .mdi2-format-overline::before { content: "\F0EB3"; } .mdi2-format-page-break::before { content: "\F06D7"; } .mdi2-format-page-split::before { content: "\F1917"; } .mdi2-format-paint::before { content: "\F027C"; } .mdi2-format-paragraph::before { content: "\F027D"; } .mdi2-format-paragraph-spacing::before { content: "\F1AFD"; } .mdi2-format-pilcrow::before { content: "\F06D8"; } .mdi2-format-pilcrow-arrow-left::before { content: "\F0286"; } .mdi2-format-pilcrow-arrow-right::before { content: "\F0285"; } .mdi2-format-quote-close::before { content: "\F027E"; } .mdi2-format-quote-close-outline::before { content: "\F11A8"; } .mdi2-format-quote-open::before { content: "\F0757"; } .mdi2-format-quote-open-outline::before { content: "\F11A7"; } .mdi2-format-rotate-90::before { content: "\F06AA"; } .mdi2-format-section::before { content: "\F069F"; } .mdi2-format-size::before { content: "\F027F"; } .mdi2-format-strikethrough::before { content: "\F0280"; } .mdi2-format-strikethrough-variant::before { content: "\F0281"; } .mdi2-format-subscript::before { content: "\F0282"; } .mdi2-format-superscript::before { content: "\F0283"; } .mdi2-format-text::before { content: "\F0284"; } .mdi2-format-text-rotation-angle-down::before { content: "\F0FBB"; } .mdi2-format-text-rotation-angle-up::before { content: "\F0FBC"; } .mdi2-format-text-rotation-down::before { content: "\F0D73"; } .mdi2-format-text-rotation-down-vertical::before { content: "\F0FBD"; } .mdi2-format-text-rotation-none::before { content: "\F0D74"; } .mdi2-format-text-rotation-up::before { content: "\F0FBE"; } .mdi2-format-text-rotation-vertical::before { content: "\F0FBF"; } .mdi2-format-text-variant::before { content: "\F0E32"; } .mdi2-format-text-variant-outline::before { content: "\F150F"; } .mdi2-format-text-wrapping-clip::before { content: "\F0D0E"; } .mdi2-format-text-wrapping-overflow::before { content: "\F0D0F"; } .mdi2-format-text-wrapping-wrap::before { content: "\F0D10"; } .mdi2-format-textbox::before { content: "\F0D11"; } .mdi2-format-title::before { content: "\F05F4"; } .mdi2-format-underline::before { content: "\F0287"; } .mdi2-format-underline-wavy::before { content: "\F18E9"; } .mdi2-format-vertical-align-bottom::before { content: "\F0621"; } .mdi2-format-vertical-align-center::before { content: "\F0622"; } .mdi2-format-vertical-align-top::before { content: "\F0623"; } .mdi2-format-wrap-inline::before { content: "\F0288"; } .mdi2-format-wrap-square::before { content: "\F0289"; } .mdi2-format-wrap-tight::before { content: "\F028A"; } .mdi2-format-wrap-top-bottom::before { content: "\F028B"; } .mdi2-forum::before { content: "\F028C"; } .mdi2-forum-minus::before { content: "\F1AA9"; } .mdi2-forum-minus-outline::before { content: "\F1AAA"; } .mdi2-forum-outline::before { content: "\F0822"; } .mdi2-forum-plus::before { content: "\F1AAB"; } .mdi2-forum-plus-outline::before { content: "\F1AAC"; } .mdi2-forum-remove::before { content: "\F1AAD"; } .mdi2-forum-remove-outline::before { content: "\F1AAE"; } .mdi2-forward::before { content: "\F028D"; } .mdi2-forwardburger::before { content: "\F0D75"; } .mdi2-fountain::before { content: "\F096B"; } .mdi2-fountain-pen::before { content: "\F0D12"; } .mdi2-fountain-pen-tip::before { content: "\F0D13"; } .mdi2-fraction-one-half::before { content: "\F1992"; } .mdi2-freebsd::before { content: "\F08E0"; } .mdi2-french-fries::before { content: "\F1957"; } .mdi2-frequently-asked-questions::before { content: "\F0EB4"; } .mdi2-fridge::before { content: "\F0290"; } .mdi2-fridge-alert::before { content: "\F11B1"; } .mdi2-fridge-alert-outline::before { content: "\F11B2"; } .mdi2-fridge-bottom::before { content: "\F0292"; } .mdi2-fridge-industrial::before { content: "\F15EE"; } .mdi2-fridge-industrial-alert::before { content: "\F15EF"; } .mdi2-fridge-industrial-alert-outline::before { content: "\F15F0"; } .mdi2-fridge-industrial-off::before { content: "\F15F1"; } .mdi2-fridge-industrial-off-outline::before { content: "\F15F2"; } .mdi2-fridge-industrial-outline::before { content: "\F15F3"; } .mdi2-fridge-off::before { content: "\F11AF"; } .mdi2-fridge-off-outline::before { content: "\F11B0"; } .mdi2-fridge-outline::before { content: "\F028F"; } .mdi2-fridge-top::before { content: "\F0291"; } .mdi2-fridge-variant::before { content: "\F15F4"; } .mdi2-fridge-variant-alert::before { content: "\F15F5"; } .mdi2-fridge-variant-alert-outline::before { content: "\F15F6"; } .mdi2-fridge-variant-off::before { content: "\F15F7"; } .mdi2-fridge-variant-off-outline::before { content: "\F15F8"; } .mdi2-fridge-variant-outline::before { content: "\F15F9"; } .mdi2-fruit-cherries::before { content: "\F1042"; } .mdi2-fruit-cherries-off::before { content: "\F13F8"; } .mdi2-fruit-citrus::before { content: "\F1043"; } .mdi2-fruit-citrus-off::before { content: "\F13F9"; } .mdi2-fruit-grapes::before { content: "\F1044"; } .mdi2-fruit-grapes-outline::before { content: "\F1045"; } .mdi2-fruit-pear::before { content: "\F1A0E"; } .mdi2-fruit-pineapple::before { content: "\F1046"; } .mdi2-fruit-watermelon::before { content: "\F1047"; } .mdi2-fuel::before { content: "\F07CA"; } .mdi2-fuel-cell::before { content: "\F18B5"; } .mdi2-fullscreen::before { content: "\F0293"; } .mdi2-fullscreen-exit::before { content: "\F0294"; } .mdi2-function::before { content: "\F0295"; } .mdi2-function-variant::before { content: "\F0871"; } .mdi2-furigana-horizontal::before { content: "\F1081"; } .mdi2-furigana-vertical::before { content: "\F1082"; } .mdi2-fuse::before { content: "\F0C85"; } .mdi2-fuse-alert::before { content: "\F142D"; } .mdi2-fuse-blade::before { content: "\F0C86"; } .mdi2-fuse-off::before { content: "\F142C"; } .mdi2-gamepad::before { content: "\F0296"; } .mdi2-gamepad-circle::before { content: "\F0E33"; } .mdi2-gamepad-circle-down::before { content: "\F0E34"; } .mdi2-gamepad-circle-left::before { content: "\F0E35"; } .mdi2-gamepad-circle-outline::before { content: "\F0E36"; } .mdi2-gamepad-circle-right::before { content: "\F0E37"; } .mdi2-gamepad-circle-up::before { content: "\F0E38"; } .mdi2-gamepad-down::before { content: "\F0E39"; } .mdi2-gamepad-left::before { content: "\F0E3A"; } .mdi2-gamepad-outline::before { content: "\F1919"; } .mdi2-gamepad-right::before { content: "\F0E3B"; } .mdi2-gamepad-round::before { content: "\F0E3C"; } .mdi2-gamepad-round-down::before { content: "\F0E3D"; } .mdi2-gamepad-round-left::before { content: "\F0E3E"; } .mdi2-gamepad-round-outline::before { content: "\F0E3F"; } .mdi2-gamepad-round-right::before { content: "\F0E40"; } .mdi2-gamepad-round-up::before { content: "\F0E41"; } .mdi2-gamepad-square::before { content: "\F0EB5"; } .mdi2-gamepad-square-outline::before { content: "\F0EB6"; } .mdi2-gamepad-up::before { content: "\F0E42"; } .mdi2-gamepad-variant::before { content: "\F0297"; } .mdi2-gamepad-variant-outline::before { content: "\F0EB7"; } .mdi2-gamma::before { content: "\F10EE"; } .mdi2-gantry-crane::before { content: "\F0DD1"; } .mdi2-garage::before { content: "\F06D9"; } .mdi2-garage-alert::before { content: "\F0872"; } .mdi2-garage-alert-variant::before { content: "\F12D5"; } .mdi2-garage-lock::before { content: "\F17FB"; } .mdi2-garage-open::before { content: "\F06DA"; } .mdi2-garage-open-variant::before { content: "\F12D4"; } .mdi2-garage-variant::before { content: "\F12D3"; } .mdi2-garage-variant-lock::before { content: "\F17FC"; } .mdi2-gas-burner::before { content: "\F1A1B"; } .mdi2-gas-cylinder::before { content: "\F0647"; } .mdi2-gas-station::before { content: "\F0298"; } .mdi2-gas-station-in-use::before { content: "\F1CC4"; } .mdi2-gas-station-in-use-outline::before { content: "\F1CC5"; } .mdi2-gas-station-off::before { content: "\F1409"; } .mdi2-gas-station-off-outline::before { content: "\F140A"; } .mdi2-gas-station-outline::before { content: "\F0EB8"; } .mdi2-gate::before { content: "\F0299"; } .mdi2-gate-alert::before { content: "\F17F8"; } .mdi2-gate-and::before { content: "\F08E1"; } .mdi2-gate-arrow-left::before { content: "\F17F7"; } .mdi2-gate-arrow-right::before { content: "\F1169"; } .mdi2-gate-buffer::before { content: "\F1AFE"; } .mdi2-gate-nand::before { content: "\F08E2"; } .mdi2-gate-nor::before { content: "\F08E3"; } .mdi2-gate-not::before { content: "\F08E4"; } .mdi2-gate-open::before { content: "\F116A"; } .mdi2-gate-or::before { content: "\F08E5"; } .mdi2-gate-xnor::before { content: "\F08E6"; } .mdi2-gate-xor::before { content: "\F08E7"; } .mdi2-gatsby::before { content: "\F0E43"; } .mdi2-gauge::before { content: "\F029A"; } .mdi2-gauge-empty::before { content: "\F0873"; } .mdi2-gauge-full::before { content: "\F0874"; } .mdi2-gauge-low::before { content: "\F0875"; } .mdi2-gavel::before { content: "\F029B"; } .mdi2-gender-female::before { content: "\F029C"; } .mdi2-gender-male::before { content: "\F029D"; } .mdi2-gender-male-female::before { content: "\F029E"; } .mdi2-gender-male-female-variant::before { content: "\F113F"; } .mdi2-gender-non-binary::before { content: "\F1140"; } .mdi2-gender-transgender::before { content: "\F029F"; } .mdi2-generator-mobile::before { content: "\F1C8A"; } .mdi2-generator-portable::before { content: "\F1C8B"; } .mdi2-generator-stationary::before { content: "\F1C8C"; } .mdi2-gentoo::before { content: "\F08E8"; } .mdi2-gesture::before { content: "\F07CB"; } .mdi2-gesture-double-tap::before { content: "\F073C"; } .mdi2-gesture-pinch::before { content: "\F0ABD"; } .mdi2-gesture-spread::before { content: "\F0ABE"; } .mdi2-gesture-swipe::before { content: "\F0D76"; } .mdi2-gesture-swipe-down::before { content: "\F073D"; } .mdi2-gesture-swipe-horizontal::before { content: "\F0ABF"; } .mdi2-gesture-swipe-left::before { content: "\F073E"; } .mdi2-gesture-swipe-right::before { content: "\F073F"; } .mdi2-gesture-swipe-up::before { content: "\F0740"; } .mdi2-gesture-swipe-vertical::before { content: "\F0AC0"; } .mdi2-gesture-tap::before { content: "\F0741"; } .mdi2-gesture-tap-box::before { content: "\F12A9"; } .mdi2-gesture-tap-button::before { content: "\F12A8"; } .mdi2-gesture-tap-hold::before { content: "\F0D77"; } .mdi2-gesture-two-double-tap::before { content: "\F0742"; } .mdi2-gesture-two-tap::before { content: "\F0743"; } .mdi2-ghost::before { content: "\F02A0"; } .mdi2-ghost-off::before { content: "\F09F5"; } .mdi2-ghost-off-outline::before { content: "\F165C"; } .mdi2-ghost-outline::before { content: "\F165D"; } .mdi2-gift::before { content: "\F0E44"; } .mdi2-gift-off::before { content: "\F16EF"; } .mdi2-gift-off-outline::before { content: "\F16F0"; } .mdi2-gift-open::before { content: "\F16F1"; } .mdi2-gift-open-outline::before { content: "\F16F2"; } .mdi2-gift-outline::before { content: "\F02A1"; } .mdi2-git::before { content: "\F02A2"; } .mdi2-github::before { content: "\F02A4"; } .mdi2-gitlab::before { content: "\F0BA0"; } .mdi2-glass-cocktail::before { content: "\F0356"; } .mdi2-glass-cocktail-off::before { content: "\F15E6"; } .mdi2-glass-flute::before { content: "\F02A5"; } .mdi2-glass-fragile::before { content: "\F1873"; } .mdi2-glass-mug::before { content: "\F02A6"; } .mdi2-glass-mug-off::before { content: "\F15E7"; } .mdi2-glass-mug-variant::before { content: "\F1116"; } .mdi2-glass-mug-variant-off::before { content: "\F15E8"; } .mdi2-glass-pint-outline::before { content: "\F130D"; } .mdi2-glass-stange::before { content: "\F02A7"; } .mdi2-glass-tulip::before { content: "\F02A8"; } .mdi2-glass-wine::before { content: "\F0876"; } .mdi2-glasses::before { content: "\F02AA"; } .mdi2-globe-light::before { content: "\F066F"; } .mdi2-globe-light-outline::before { content: "\F12D7"; } .mdi2-globe-model::before { content: "\F08E9"; } .mdi2-gmail::before { content: "\F02AB"; } .mdi2-gnome::before { content: "\F02AC"; } .mdi2-go-kart::before { content: "\F0D79"; } .mdi2-go-kart-track::before { content: "\F0D7A"; } .mdi2-gog::before { content: "\F0BA1"; } .mdi2-gold::before { content: "\F124F"; } .mdi2-golf::before { content: "\F0823"; } .mdi2-golf-cart::before { content: "\F11A4"; } .mdi2-golf-tee::before { content: "\F1083"; } .mdi2-gondola::before { content: "\F0686"; } .mdi2-goodreads::before { content: "\F0D7B"; } .mdi2-google::before { content: "\F02AD"; } .mdi2-google-ads::before { content: "\F0C87"; } .mdi2-google-analytics::before { content: "\F07CC"; } .mdi2-google-assistant::before { content: "\F07CD"; } .mdi2-google-cardboard::before { content: "\F02AE"; } .mdi2-google-chrome::before { content: "\F02AF"; } .mdi2-google-circles::before { content: "\F02B0"; } .mdi2-google-circles-communities::before { content: "\F02B1"; } .mdi2-google-circles-extended::before { content: "\F02B2"; } .mdi2-google-circles-group::before { content: "\F02B3"; } .mdi2-google-classroom::before { content: "\F02C0"; } .mdi2-google-cloud::before { content: "\F11F6"; } .mdi2-google-downasaur::before { content: "\F1362"; } .mdi2-google-drive::before { content: "\F02B6"; } .mdi2-google-earth::before { content: "\F02B7"; } .mdi2-google-fit::before { content: "\F096C"; } .mdi2-google-glass::before { content: "\F02B8"; } .mdi2-google-hangouts::before { content: "\F02C9"; } .mdi2-google-keep::before { content: "\F06DC"; } .mdi2-google-lens::before { content: "\F09F6"; } .mdi2-google-maps::before { content: "\F05F5"; } .mdi2-google-my-business::before { content: "\F1048"; } .mdi2-google-nearby::before { content: "\F02B9"; } .mdi2-google-play::before { content: "\F02BC"; } .mdi2-google-plus::before { content: "\F02BD"; } .mdi2-google-podcast::before { content: "\F0EB9"; } .mdi2-google-spreadsheet::before { content: "\F09F7"; } .mdi2-google-street-view::before { content: "\F0C88"; } .mdi2-google-translate::before { content: "\F02BF"; } .mdi2-gradient-horizontal::before { content: "\F174A"; } .mdi2-gradient-vertical::before { content: "\F06A0"; } .mdi2-grain::before { content: "\F0D7C"; } .mdi2-graph::before { content: "\F1049"; } .mdi2-graph-outline::before { content: "\F104A"; } .mdi2-graphql::before { content: "\F0877"; } .mdi2-grass::before { content: "\F1510"; } .mdi2-grave-stone::before { content: "\F0BA2"; } .mdi2-grease-pencil::before { content: "\F0648"; } .mdi2-greater-than::before { content: "\F096D"; } .mdi2-greater-than-or-equal::before { content: "\F096E"; } .mdi2-greenhouse::before { content: "\F002D"; } .mdi2-grid::before { content: "\F02C1"; } .mdi2-grid-large::before { content: "\F0758"; } .mdi2-grid-off::before { content: "\F02C2"; } .mdi2-grill::before { content: "\F0E45"; } .mdi2-grill-outline::before { content: "\F118A"; } .mdi2-group::before { content: "\F02C3"; } .mdi2-guitar-acoustic::before { content: "\F0771"; } .mdi2-guitar-electric::before { content: "\F02C4"; } .mdi2-guitar-pick::before { content: "\F02C5"; } .mdi2-guitar-pick-outline::before { content: "\F02C6"; } .mdi2-guy-fawkes-mask::before { content: "\F0825"; } .mdi2-gymnastics::before { content: "\F1A41"; } .mdi2-hail::before { content: "\F0AC1"; } .mdi2-hair-dryer::before { content: "\F10EF"; } .mdi2-hair-dryer-outline::before { content: "\F10F0"; } .mdi2-halloween::before { content: "\F0BA3"; } .mdi2-hamburger::before { content: "\F0685"; } .mdi2-hamburger-check::before { content: "\F1776"; } .mdi2-hamburger-minus::before { content: "\F1777"; } .mdi2-hamburger-off::before { content: "\F1778"; } .mdi2-hamburger-plus::before { content: "\F1779"; } .mdi2-hamburger-remove::before { content: "\F177A"; } .mdi2-hammer::before { content: "\F08EA"; } .mdi2-hammer-screwdriver::before { content: "\F1322"; } .mdi2-hammer-sickle::before { content: "\F1887"; } .mdi2-hammer-wrench::before { content: "\F1323"; } .mdi2-hand-back-left::before { content: "\F0E46"; } .mdi2-hand-back-left-off::before { content: "\F1830"; } .mdi2-hand-back-left-off-outline::before { content: "\F1832"; } .mdi2-hand-back-left-outline::before { content: "\F182C"; } .mdi2-hand-back-right::before { content: "\F0E47"; } .mdi2-hand-back-right-off::before { content: "\F1831"; } .mdi2-hand-back-right-off-outline::before { content: "\F1833"; } .mdi2-hand-back-right-outline::before { content: "\F182D"; } .mdi2-hand-clap::before { content: "\F194B"; } .mdi2-hand-clap-off::before { content: "\F1A42"; } .mdi2-hand-coin::before { content: "\F188F"; } .mdi2-hand-coin-outline::before { content: "\F1890"; } .mdi2-hand-cycle::before { content: "\F1B9C"; } .mdi2-hand-extended::before { content: "\F18B6"; } .mdi2-hand-extended-outline::before { content: "\F18B7"; } .mdi2-hand-front-left::before { content: "\F182B"; } .mdi2-hand-front-left-outline::before { content: "\F182E"; } .mdi2-hand-front-right::before { content: "\F0A4F"; } .mdi2-hand-front-right-outline::before { content: "\F182F"; } .mdi2-hand-heart::before { content: "\F10F1"; } .mdi2-hand-heart-outline::before { content: "\F157E"; } .mdi2-hand-okay::before { content: "\F0A50"; } .mdi2-hand-peace::before { content: "\F0A51"; } .mdi2-hand-peace-variant::before { content: "\F0A52"; } .mdi2-hand-pointing-down::before { content: "\F0A53"; } .mdi2-hand-pointing-left::before { content: "\F0A54"; } .mdi2-hand-pointing-right::before { content: "\F02C7"; } .mdi2-hand-pointing-up::before { content: "\F0A55"; } .mdi2-hand-saw::before { content: "\F0E48"; } .mdi2-hand-wash::before { content: "\F157F"; } .mdi2-hand-wash-outline::before { content: "\F1580"; } .mdi2-hand-water::before { content: "\F139F"; } .mdi2-hand-wave::before { content: "\F1821"; } .mdi2-hand-wave-outline::before { content: "\F1822"; } .mdi2-handball::before { content: "\F0F53"; } .mdi2-handcuffs::before { content: "\F113E"; } .mdi2-hands-pray::before { content: "\F0579"; } .mdi2-handshake::before { content: "\F1218"; } .mdi2-handshake-outline::before { content: "\F15A1"; } .mdi2-hanger::before { content: "\F02C8"; } .mdi2-hard-hat::before { content: "\F096F"; } .mdi2-harddisk::before { content: "\F02CA"; } .mdi2-harddisk-plus::before { content: "\F104B"; } .mdi2-harddisk-remove::before { content: "\F104C"; } .mdi2-hat-fedora::before { content: "\F0BA4"; } .mdi2-hazard-lights::before { content: "\F0C89"; } .mdi2-hdmi-port::before { content: "\F1BB8"; } .mdi2-hdr::before { content: "\F0D7D"; } .mdi2-hdr-off::before { content: "\F0D7E"; } .mdi2-head::before { content: "\F135E"; } .mdi2-head-alert::before { content: "\F1338"; } .mdi2-head-alert-outline::before { content: "\F1339"; } .mdi2-head-check::before { content: "\F133A"; } .mdi2-head-check-outline::before { content: "\F133B"; } .mdi2-head-cog::before { content: "\F133C"; } .mdi2-head-cog-outline::before { content: "\F133D"; } .mdi2-head-dots-horizontal::before { content: "\F133E"; } .mdi2-head-dots-horizontal-outline::before { content: "\F133F"; } .mdi2-head-flash::before { content: "\F1340"; } .mdi2-head-flash-outline::before { content: "\F1341"; } .mdi2-head-heart::before { content: "\F1342"; } .mdi2-head-heart-outline::before { content: "\F1343"; } .mdi2-head-lightbulb::before { content: "\F1344"; } .mdi2-head-lightbulb-outline::before { content: "\F1345"; } .mdi2-head-minus::before { content: "\F1346"; } .mdi2-head-minus-outline::before { content: "\F1347"; } .mdi2-head-outline::before { content: "\F135F"; } .mdi2-head-plus::before { content: "\F1348"; } .mdi2-head-plus-outline::before { content: "\F1349"; } .mdi2-head-question::before { content: "\F134A"; } .mdi2-head-question-outline::before { content: "\F134B"; } .mdi2-head-remove::before { content: "\F134C"; } .mdi2-head-remove-outline::before { content: "\F134D"; } .mdi2-head-snowflake::before { content: "\F134E"; } .mdi2-head-snowflake-outline::before { content: "\F134F"; } .mdi2-head-sync::before { content: "\F1350"; } .mdi2-head-sync-outline::before { content: "\F1351"; } .mdi2-headphones::before { content: "\F02CB"; } .mdi2-headphones-bluetooth::before { content: "\F0970"; } .mdi2-headphones-box::before { content: "\F02CC"; } .mdi2-headphones-off::before { content: "\F07CE"; } .mdi2-headphones-settings::before { content: "\F02CD"; } .mdi2-headset::before { content: "\F02CE"; } .mdi2-headset-dock::before { content: "\F02CF"; } .mdi2-headset-off::before { content: "\F02D0"; } .mdi2-heart::before { content: "\F02D1"; } .mdi2-heart-box::before { content: "\F02D2"; } .mdi2-heart-box-outline::before { content: "\F02D3"; } .mdi2-heart-broken::before { content: "\F02D4"; } .mdi2-heart-broken-outline::before { content: "\F0D14"; } .mdi2-heart-circle::before { content: "\F0971"; } .mdi2-heart-circle-outline::before { content: "\F0972"; } .mdi2-heart-cog::before { content: "\F1663"; } .mdi2-heart-cog-outline::before { content: "\F1664"; } .mdi2-heart-flash::before { content: "\F0EF9"; } .mdi2-heart-half::before { content: "\F06DF"; } .mdi2-heart-half-full::before { content: "\F06DE"; } .mdi2-heart-half-outline::before { content: "\F06E0"; } .mdi2-heart-minus::before { content: "\F142F"; } .mdi2-heart-minus-outline::before { content: "\F1432"; } .mdi2-heart-multiple::before { content: "\F0A56"; } .mdi2-heart-multiple-outline::before { content: "\F0A57"; } .mdi2-heart-off::before { content: "\F0759"; } .mdi2-heart-off-outline::before { content: "\F1434"; } .mdi2-heart-outline::before { content: "\F02D5"; } .mdi2-heart-plus::before { content: "\F142E"; } .mdi2-heart-plus-outline::before { content: "\F1431"; } .mdi2-heart-pulse::before { content: "\F05F6"; } .mdi2-heart-remove::before { content: "\F1430"; } .mdi2-heart-remove-outline::before { content: "\F1433"; } .mdi2-heart-search::before { content: "\F1C8D"; } .mdi2-heart-settings::before { content: "\F1665"; } .mdi2-heart-settings-outline::before { content: "\F1666"; } .mdi2-heat-pump::before { content: "\F1A43"; } .mdi2-heat-pump-outline::before { content: "\F1A44"; } .mdi2-heat-wave::before { content: "\F1A45"; } .mdi2-heating-coil::before { content: "\F1AAF"; } .mdi2-helicopter::before { content: "\F0AC2"; } .mdi2-help::before { content: "\F02D6"; } .mdi2-help-box::before { content: "\F078B"; } .mdi2-help-box-multiple::before { content: "\F1C0A"; } .mdi2-help-box-multiple-outline::before { content: "\F1C0B"; } .mdi2-help-box-outline::before { content: "\F1C0C"; } .mdi2-help-circle::before { content: "\F02D7"; } .mdi2-help-circle-outline::before { content: "\F0625"; } .mdi2-help-network::before { content: "\F06F5"; } .mdi2-help-network-outline::before { content: "\F0C8A"; } .mdi2-help-rhombus::before { content: "\F0BA5"; } .mdi2-help-rhombus-outline::before { content: "\F0BA6"; } .mdi2-hexadecimal::before { content: "\F12A7"; } .mdi2-hexagon::before { content: "\F02D8"; } .mdi2-hexagon-multiple::before { content: "\F06E1"; } .mdi2-hexagon-multiple-outline::before { content: "\F10F2"; } .mdi2-hexagon-outline::before { content: "\F02D9"; } .mdi2-hexagon-slice-1::before { content: "\F0AC3"; } .mdi2-hexagon-slice-2::before { content: "\F0AC4"; } .mdi2-hexagon-slice-3::before { content: "\F0AC5"; } .mdi2-hexagon-slice-4::before { content: "\F0AC6"; } .mdi2-hexagon-slice-5::before { content: "\F0AC7"; } .mdi2-hexagon-slice-6::before { content: "\F0AC8"; } .mdi2-hexagram::before { content: "\F0AC9"; } .mdi2-hexagram-outline::before { content: "\F0ACA"; } .mdi2-high-definition::before { content: "\F07CF"; } .mdi2-high-definition-box::before { content: "\F0878"; } .mdi2-highway::before { content: "\F05F7"; } .mdi2-hiking::before { content: "\F0D7F"; } .mdi2-history::before { content: "\F02DA"; } .mdi2-hockey-puck::before { content: "\F0879"; } .mdi2-hockey-sticks::before { content: "\F087A"; } .mdi2-hololens::before { content: "\F02DB"; } .mdi2-home::before { content: "\F02DC"; } .mdi2-home-account::before { content: "\F0826"; } .mdi2-home-alert::before { content: "\F087B"; } .mdi2-home-alert-outline::before { content: "\F15D0"; } .mdi2-home-analytics::before { content: "\F0EBA"; } .mdi2-home-assistant::before { content: "\F07D0"; } .mdi2-home-automation::before { content: "\F07D1"; } .mdi2-home-battery::before { content: "\F1901"; } .mdi2-home-battery-outline::before { content: "\F1902"; } .mdi2-home-circle::before { content: "\F07D2"; } .mdi2-home-circle-outline::before { content: "\F104D"; } .mdi2-home-city::before { content: "\F0D15"; } .mdi2-home-city-outline::before { content: "\F0D16"; } .mdi2-home-clock::before { content: "\F1A12"; } .mdi2-home-clock-outline::before { content: "\F1A13"; } .mdi2-home-edit::before { content: "\F1159"; } .mdi2-home-edit-outline::before { content: "\F115A"; } .mdi2-home-export-outline::before { content: "\F0F9B"; } .mdi2-home-flood::before { content: "\F0EFA"; } .mdi2-home-floor-0::before { content: "\F0DD2"; } .mdi2-home-floor-1::before { content: "\F0D80"; } .mdi2-home-floor-2::before { content: "\F0D81"; } .mdi2-home-floor-3::before { content: "\F0D82"; } .mdi2-home-floor-a::before { content: "\F0D83"; } .mdi2-home-floor-b::before { content: "\F0D84"; } .mdi2-home-floor-g::before { content: "\F0D85"; } .mdi2-home-floor-l::before { content: "\F0D86"; } .mdi2-home-floor-negative-1::before { content: "\F0DD3"; } .mdi2-home-group::before { content: "\F0DD4"; } .mdi2-home-group-minus::before { content: "\F19C1"; } .mdi2-home-group-plus::before { content: "\F19C0"; } .mdi2-home-group-remove::before { content: "\F19C2"; } .mdi2-home-heart::before { content: "\F0827"; } .mdi2-home-import-outline::before { content: "\F0F9C"; } .mdi2-home-lightbulb::before { content: "\F1251"; } .mdi2-home-lightbulb-outline::before { content: "\F1252"; } .mdi2-home-lightning-bolt::before { content: "\F1903"; } .mdi2-home-lightning-bolt-outline::before { content: "\F1904"; } .mdi2-home-lock::before { content: "\F08EB"; } .mdi2-home-lock-open::before { content: "\F08EC"; } .mdi2-home-map-marker::before { content: "\F05F8"; } .mdi2-home-minus::before { content: "\F0974"; } .mdi2-home-minus-outline::before { content: "\F13D5"; } .mdi2-home-modern::before { content: "\F02DD"; } .mdi2-home-off::before { content: "\F1A46"; } .mdi2-home-off-outline::before { content: "\F1A47"; } .mdi2-home-outline::before { content: "\F06A1"; } .mdi2-home-percent::before { content: "\F1C7C"; } .mdi2-home-percent-outline::before { content: "\F1C7D"; } .mdi2-home-plus::before { content: "\F0975"; } .mdi2-home-plus-outline::before { content: "\F13D6"; } .mdi2-home-remove::before { content: "\F1247"; } .mdi2-home-remove-outline::before { content: "\F13D7"; } .mdi2-home-roof::before { content: "\F112B"; } .mdi2-home-search::before { content: "\F13B0"; } .mdi2-home-search-outline::before { content: "\F13B1"; } .mdi2-home-silo::before { content: "\F1BA0"; } .mdi2-home-silo-outline::before { content: "\F1BA1"; } .mdi2-home-sound-in::before { content: "\F1C2F"; } .mdi2-home-sound-in-outline::before { content: "\F1C30"; } .mdi2-home-sound-out::before { content: "\F1C31"; } .mdi2-home-sound-out-outline::before { content: "\F1C32"; } .mdi2-home-switch::before { content: "\F1794"; } .mdi2-home-switch-outline::before { content: "\F1795"; } .mdi2-home-thermometer::before { content: "\F0F54"; } .mdi2-home-thermometer-outline::before { content: "\F0F55"; } .mdi2-home-variant::before { content: "\F02DE"; } .mdi2-home-variant-outline::before { content: "\F0BA7"; } .mdi2-hook::before { content: "\F06E2"; } .mdi2-hook-off::before { content: "\F06E3"; } .mdi2-hoop-house::before { content: "\F0E56"; } .mdi2-hops::before { content: "\F02DF"; } .mdi2-horizontal-rotate-clockwise::before { content: "\F10F3"; } .mdi2-horizontal-rotate-counterclockwise::before { content: "\F10F4"; } .mdi2-horse::before { content: "\F15BF"; } .mdi2-horse-human::before { content: "\F15C0"; } .mdi2-horse-variant::before { content: "\F15C1"; } .mdi2-horse-variant-fast::before { content: "\F186E"; } .mdi2-horseshoe::before { content: "\F0A58"; } .mdi2-hospital::before { content: "\F0FF6"; } .mdi2-hospital-box::before { content: "\F02E0"; } .mdi2-hospital-box-outline::before { content: "\F0FF7"; } .mdi2-hospital-building::before { content: "\F02E1"; } .mdi2-hospital-marker::before { content: "\F02E2"; } .mdi2-hot-tub::before { content: "\F0828"; } .mdi2-hours-12::before { content: "\F1C94"; } .mdi2-hours-24::before { content: "\F1478"; } .mdi2-hub::before { content: "\F1C95"; } .mdi2-hub-outline::before { content: "\F1C96"; } .mdi2-hubspot::before { content: "\F0D17"; } .mdi2-hulu::before { content: "\F0829"; } .mdi2-human::before { content: "\F02E6"; } .mdi2-human-baby-changing-table::before { content: "\F138B"; } .mdi2-human-cane::before { content: "\F1581"; } .mdi2-human-capacity-decrease::before { content: "\F159B"; } .mdi2-human-capacity-increase::before { content: "\F159C"; } .mdi2-human-child::before { content: "\F02E7"; } .mdi2-human-dolly::before { content: "\F1980"; } .mdi2-human-edit::before { content: "\F14E8"; } .mdi2-human-female::before { content: "\F0649"; } .mdi2-human-female-boy::before { content: "\F0A59"; } .mdi2-human-female-dance::before { content: "\F15C9"; } .mdi2-human-female-female::before { content: "\F0A5A"; } .mdi2-human-female-female-child::before { content: "\F1C8E"; } .mdi2-human-female-girl::before { content: "\F0A5B"; } .mdi2-human-greeting::before { content: "\F17C4"; } .mdi2-human-greeting-proximity::before { content: "\F159D"; } .mdi2-human-greeting-variant::before { content: "\F064A"; } .mdi2-human-handsdown::before { content: "\F064B"; } .mdi2-human-handsup::before { content: "\F064C"; } .mdi2-human-male::before { content: "\F064D"; } .mdi2-human-male-board::before { content: "\F0890"; } .mdi2-human-male-board-poll::before { content: "\F0846"; } .mdi2-human-male-boy::before { content: "\F0A5C"; } .mdi2-human-male-child::before { content: "\F138C"; } .mdi2-human-male-female::before { content: "\F02E8"; } .mdi2-human-male-female-child::before { content: "\F1823"; } .mdi2-human-male-girl::before { content: "\F0A5D"; } .mdi2-human-male-height::before { content: "\F0EFB"; } .mdi2-human-male-height-variant::before { content: "\F0EFC"; } .mdi2-human-male-male::before { content: "\F0A5E"; } .mdi2-human-male-male-child::before { content: "\F1C8F"; } .mdi2-human-non-binary::before { content: "\F1848"; } .mdi2-human-pregnant::before { content: "\F05CF"; } .mdi2-human-queue::before { content: "\F1571"; } .mdi2-human-scooter::before { content: "\F11E9"; } .mdi2-human-walker::before { content: "\F1B71"; } .mdi2-human-wheelchair::before { content: "\F138D"; } .mdi2-human-white-cane::before { content: "\F1981"; } .mdi2-humble-bundle::before { content: "\F0744"; } .mdi2-hvac::before { content: "\F1352"; } .mdi2-hvac-off::before { content: "\F159E"; } .mdi2-hydraulic-oil-level::before { content: "\F1324"; } .mdi2-hydraulic-oil-temperature::before { content: "\F1325"; } .mdi2-hydro-power::before { content: "\F12E5"; } .mdi2-hydrogen-station::before { content: "\F1894"; } .mdi2-ice-cream::before { content: "\F082A"; } .mdi2-ice-cream-off::before { content: "\F0E52"; } .mdi2-ice-pop::before { content: "\F0EFD"; } .mdi2-id-card::before { content: "\F0FC0"; } .mdi2-identifier::before { content: "\F0EFE"; } .mdi2-ideogram-cjk::before { content: "\F1331"; } .mdi2-ideogram-cjk-variant::before { content: "\F1332"; } .mdi2-image::before { content: "\F02E9"; } .mdi2-image-album::before { content: "\F02EA"; } .mdi2-image-area::before { content: "\F02EB"; } .mdi2-image-area-close::before { content: "\F02EC"; } .mdi2-image-auto-adjust::before { content: "\F0FC1"; } .mdi2-image-broken::before { content: "\F02ED"; } .mdi2-image-broken-variant::before { content: "\F02EE"; } .mdi2-image-check::before { content: "\F1B25"; } .mdi2-image-check-outline::before { content: "\F1B26"; } .mdi2-image-edit::before { content: "\F11E3"; } .mdi2-image-edit-outline::before { content: "\F11E4"; } .mdi2-image-filter-black-white::before { content: "\F02F0"; } .mdi2-image-filter-center-focus::before { content: "\F02F1"; } .mdi2-image-filter-center-focus-strong::before { content: "\F0EFF"; } .mdi2-image-filter-center-focus-strong-outline::before { content: "\F0F00"; } .mdi2-image-filter-center-focus-weak::before { content: "\F02F2"; } .mdi2-image-filter-drama::before { content: "\F02F3"; } .mdi2-image-filter-drama-outline::before { content: "\F1BFF"; } .mdi2-image-filter-frames::before { content: "\F02F4"; } .mdi2-image-filter-hdr::before { content: "\F02F5"; } .mdi2-image-filter-hdr-outline::before { content: "\F1C64"; } .mdi2-image-filter-none::before { content: "\F02F6"; } .mdi2-image-filter-tilt-shift::before { content: "\F02F7"; } .mdi2-image-filter-vintage::before { content: "\F02F8"; } .mdi2-image-frame::before { content: "\F0E49"; } .mdi2-image-lock::before { content: "\F1AB0"; } .mdi2-image-lock-outline::before { content: "\F1AB1"; } .mdi2-image-marker::before { content: "\F177B"; } .mdi2-image-marker-outline::before { content: "\F177C"; } .mdi2-image-minus::before { content: "\F1419"; } .mdi2-image-minus-outline::before { content: "\F1B47"; } .mdi2-image-move::before { content: "\F09F8"; } .mdi2-image-multiple::before { content: "\F02F9"; } .mdi2-image-multiple-outline::before { content: "\F02EF"; } .mdi2-image-off::before { content: "\F082B"; } .mdi2-image-off-outline::before { content: "\F11D1"; } .mdi2-image-outline::before { content: "\F0976"; } .mdi2-image-plus::before { content: "\F087C"; } .mdi2-image-plus-outline::before { content: "\F1B46"; } .mdi2-image-refresh::before { content: "\F19FE"; } .mdi2-image-refresh-outline::before { content: "\F19FF"; } .mdi2-image-remove::before { content: "\F1418"; } .mdi2-image-remove-outline::before { content: "\F1B48"; } .mdi2-image-search::before { content: "\F0977"; } .mdi2-image-search-outline::before { content: "\F0978"; } .mdi2-image-size-select-actual::before { content: "\F0C8D"; } .mdi2-image-size-select-large::before { content: "\F0C8E"; } .mdi2-image-size-select-small::before { content: "\F0C8F"; } .mdi2-image-sync::before { content: "\F1A00"; } .mdi2-image-sync-outline::before { content: "\F1A01"; } .mdi2-image-text::before { content: "\F160D"; } .mdi2-import::before { content: "\F02FA"; } .mdi2-inbox::before { content: "\F0687"; } .mdi2-inbox-arrow-down::before { content: "\F02FB"; } .mdi2-inbox-arrow-down-outline::before { content: "\F1270"; } .mdi2-inbox-arrow-up::before { content: "\F03D1"; } .mdi2-inbox-arrow-up-outline::before { content: "\F1271"; } .mdi2-inbox-full::before { content: "\F1272"; } .mdi2-inbox-full-outline::before { content: "\F1273"; } .mdi2-inbox-multiple::before { content: "\F08B0"; } .mdi2-inbox-multiple-outline::before { content: "\F0BA8"; } .mdi2-inbox-outline::before { content: "\F1274"; } .mdi2-inbox-remove::before { content: "\F159F"; } .mdi2-inbox-remove-outline::before { content: "\F15A0"; } .mdi2-incognito::before { content: "\F05F9"; } .mdi2-incognito-circle::before { content: "\F1421"; } .mdi2-incognito-circle-off::before { content: "\F1422"; } .mdi2-incognito-off::before { content: "\F0075"; } .mdi2-induction::before { content: "\F184C"; } .mdi2-infinity::before { content: "\F06E4"; } .mdi2-information::before { content: "\F02FC"; } .mdi2-information-box::before { content: "\F1C65"; } .mdi2-information-box-outline::before { content: "\F1C66"; } .mdi2-information-off::before { content: "\F178C"; } .mdi2-information-off-outline::before { content: "\F178D"; } .mdi2-information-outline::before { content: "\F02FD"; } .mdi2-information-slab-box::before { content: "\F1C67"; } .mdi2-information-slab-box-outline::before { content: "\F1C68"; } .mdi2-information-slab-circle::before { content: "\F1C69"; } .mdi2-information-slab-circle-outline::before { content: "\F1C6A"; } .mdi2-information-slab-symbol::before { content: "\F1C6B"; } .mdi2-information-symbol::before { content: "\F1C6C"; } .mdi2-information-variant::before { content: "\F064E"; } .mdi2-information-variant-box::before { content: "\F1C6D"; } .mdi2-information-variant-box-outline::before { content: "\F1C6E"; } .mdi2-information-variant-circle::before { content: "\F1C6F"; } .mdi2-information-variant-circle-outline::before { content: "\F1C70"; } .mdi2-instagram::before { content: "\F02FE"; } .mdi2-instrument-triangle::before { content: "\F104E"; } .mdi2-integrated-circuit-chip::before { content: "\F1913"; } .mdi2-invert-colors::before { content: "\F0301"; } .mdi2-invert-colors-off::before { content: "\F0E4A"; } .mdi2-invoice::before { content: "\F1CD2"; } .mdi2-invoice-arrow-left::before { content: "\F1CD3"; } .mdi2-invoice-arrow-left-outline::before { content: "\F1CD4"; } .mdi2-invoice-arrow-right::before { content: "\F1CD5"; } .mdi2-invoice-arrow-right-outline::before { content: "\F1CD6"; } .mdi2-invoice-check::before { content: "\F1CD7"; } .mdi2-invoice-check-outline::before { content: "\F1CD8"; } .mdi2-invoice-clock::before { content: "\F1CD9"; } .mdi2-invoice-clock-outline::before { content: "\F1CDA"; } .mdi2-invoice-edit::before { content: "\F1CDB"; } .mdi2-invoice-edit-outline::before { content: "\F1CDC"; } .mdi2-invoice-export-outline::before { content: "\F1CDD"; } .mdi2-invoice-fast::before { content: "\F1CDE"; } .mdi2-invoice-fast-outline::before { content: "\F1CDF"; } .mdi2-invoice-import::before { content: "\F1CE0"; } .mdi2-invoice-import-outline::before { content: "\F1CE1"; } .mdi2-invoice-list::before { content: "\F1CE2"; } .mdi2-invoice-list-outline::before { content: "\F1CE3"; } .mdi2-invoice-minus::before { content: "\F1CE4"; } .mdi2-invoice-minus-outline::before { content: "\F1CE5"; } .mdi2-invoice-multiple::before { content: "\F1CE6"; } .mdi2-invoice-multiple-outline::before { content: "\F1CE7"; } .mdi2-invoice-outline::before { content: "\F1CE8"; } .mdi2-invoice-plus::before { content: "\F1CE9"; } .mdi2-invoice-plus-outline::before { content: "\F1CEA"; } .mdi2-invoice-remove::before { content: "\F1CEB"; } .mdi2-invoice-remove-outline::before { content: "\F1CEC"; } .mdi2-invoice-send::before { content: "\F1CED"; } .mdi2-invoice-send-outline::before { content: "\F1CEE"; } .mdi2-invoice-text::before { content: "\F1CEF"; } .mdi2-invoice-text-arrow-left::before { content: "\F1CF0"; } .mdi2-invoice-text-arrow-left-outline::before { content: "\F1CF1"; } .mdi2-invoice-text-arrow-right::before { content: "\F1CF2"; } .mdi2-invoice-text-arrow-right-outline::before { content: "\F1CF3"; } .mdi2-invoice-text-check::before { content: "\F1CF4"; } .mdi2-invoice-text-check-outline::before { content: "\F1CF5"; } .mdi2-invoice-text-clock::before { content: "\F1CF6"; } .mdi2-invoice-text-clock-outline::before { content: "\F1CF7"; } .mdi2-invoice-text-edit::before { content: "\F1CF8"; } .mdi2-invoice-text-edit-outline::before { content: "\F1CF9"; } .mdi2-invoice-text-fast::before { content: "\F1CFA"; } .mdi2-invoice-text-fast-outline::before { content: "\F1CFB"; } .mdi2-invoice-text-minus::before { content: "\F1CFC"; } .mdi2-invoice-text-minus-outline::before { content: "\F1CFD"; } .mdi2-invoice-text-multiple::before { content: "\F1CFE"; } .mdi2-invoice-text-multiple-outline::before { content: "\F1CFF"; } .mdi2-invoice-text-outline::before { content: "\F1D00"; } .mdi2-invoice-text-plus::before { content: "\F1D01"; } .mdi2-invoice-text-plus-outline::before { content: "\F1D02"; } .mdi2-invoice-text-remove::before { content: "\F1D03"; } .mdi2-invoice-text-remove-outline::before { content: "\F1D04"; } .mdi2-invoice-text-send::before { content: "\F1D05"; } .mdi2-invoice-text-send-outline::before { content: "\F1D06"; } .mdi2-iobroker::before { content: "\F12E8"; } .mdi2-ip::before { content: "\F0A5F"; } .mdi2-ip-network::before { content: "\F0A60"; } .mdi2-ip-network-outline::before { content: "\F0C90"; } .mdi2-ip-outline::before { content: "\F1982"; } .mdi2-ipod::before { content: "\F0C91"; } .mdi2-iron::before { content: "\F1824"; } .mdi2-iron-board::before { content: "\F1838"; } .mdi2-iron-outline::before { content: "\F1825"; } .mdi2-island::before { content: "\F104F"; } .mdi2-island-variant::before { content: "\F1CC6"; } .mdi2-iv-bag::before { content: "\F10B9"; } .mdi2-jabber::before { content: "\F0DD5"; } .mdi2-jeepney::before { content: "\F0302"; } .mdi2-jellyfish::before { content: "\F0F01"; } .mdi2-jellyfish-outline::before { content: "\F0F02"; } .mdi2-jira::before { content: "\F0303"; } .mdi2-jquery::before { content: "\F087D"; } .mdi2-jsfiddle::before { content: "\F0304"; } .mdi2-jump-rope::before { content: "\F12FF"; } .mdi2-kabaddi::before { content: "\F0D87"; } .mdi2-kangaroo::before { content: "\F1558"; } .mdi2-karate::before { content: "\F082C"; } .mdi2-kayaking::before { content: "\F08AF"; } .mdi2-keg::before { content: "\F0305"; } .mdi2-kettle::before { content: "\F05FA"; } .mdi2-kettle-alert::before { content: "\F1317"; } .mdi2-kettle-alert-outline::before { content: "\F1318"; } .mdi2-kettle-off::before { content: "\F131B"; } .mdi2-kettle-off-outline::before { content: "\F131C"; } .mdi2-kettle-outline::before { content: "\F0F56"; } .mdi2-kettle-pour-over::before { content: "\F173C"; } .mdi2-kettle-steam::before { content: "\F1319"; } .mdi2-kettle-steam-outline::before { content: "\F131A"; } .mdi2-kettlebell::before { content: "\F1300"; } .mdi2-key::before { content: "\F0306"; } .mdi2-key-alert::before { content: "\F1983"; } .mdi2-key-alert-outline::before { content: "\F1984"; } .mdi2-key-arrow-right::before { content: "\F1312"; } .mdi2-key-chain::before { content: "\F1574"; } .mdi2-key-chain-variant::before { content: "\F1575"; } .mdi2-key-change::before { content: "\F0307"; } .mdi2-key-link::before { content: "\F119F"; } .mdi2-key-minus::before { content: "\F0308"; } .mdi2-key-outline::before { content: "\F0DD6"; } .mdi2-key-plus::before { content: "\F0309"; } .mdi2-key-remove::before { content: "\F030A"; } .mdi2-key-star::before { content: "\F119E"; } .mdi2-key-variant::before { content: "\F030B"; } .mdi2-key-wireless::before { content: "\F0FC2"; } .mdi2-keyboard::before { content: "\F030C"; } .mdi2-keyboard-backspace::before { content: "\F030D"; } .mdi2-keyboard-caps::before { content: "\F030E"; } .mdi2-keyboard-close::before { content: "\F030F"; } .mdi2-keyboard-close-outline::before { content: "\F1C00"; } .mdi2-keyboard-esc::before { content: "\F12B7"; } .mdi2-keyboard-f1::before { content: "\F12AB"; } .mdi2-keyboard-f10::before { content: "\F12B4"; } .mdi2-keyboard-f11::before { content: "\F12B5"; } .mdi2-keyboard-f12::before { content: "\F12B6"; } .mdi2-keyboard-f2::before { content: "\F12AC"; } .mdi2-keyboard-f3::before { content: "\F12AD"; } .mdi2-keyboard-f4::before { content: "\F12AE"; } .mdi2-keyboard-f5::before { content: "\F12AF"; } .mdi2-keyboard-f6::before { content: "\F12B0"; } .mdi2-keyboard-f7::before { content: "\F12B1"; } .mdi2-keyboard-f8::before { content: "\F12B2"; } .mdi2-keyboard-f9::before { content: "\F12B3"; } .mdi2-keyboard-off::before { content: "\F0310"; } .mdi2-keyboard-off-outline::before { content: "\F0E4B"; } .mdi2-keyboard-outline::before { content: "\F097B"; } .mdi2-keyboard-return::before { content: "\F0311"; } .mdi2-keyboard-settings::before { content: "\F09F9"; } .mdi2-keyboard-settings-outline::before { content: "\F09FA"; } .mdi2-keyboard-space::before { content: "\F1050"; } .mdi2-keyboard-tab::before { content: "\F0312"; } .mdi2-keyboard-tab-reverse::before { content: "\F0325"; } .mdi2-keyboard-variant::before { content: "\F0313"; } .mdi2-khanda::before { content: "\F10FD"; } .mdi2-kickstarter::before { content: "\F0745"; } .mdi2-kite::before { content: "\F1985"; } .mdi2-kite-outline::before { content: "\F1986"; } .mdi2-kitesurfing::before { content: "\F1744"; } .mdi2-klingon::before { content: "\F135B"; } .mdi2-knife::before { content: "\F09FB"; } .mdi2-knife-military::before { content: "\F09FC"; } .mdi2-knob::before { content: "\F1B96"; } .mdi2-koala::before { content: "\F173F"; } .mdi2-kodi::before { content: "\F0314"; } .mdi2-kubernetes::before { content: "\F10FE"; } .mdi2-label::before { content: "\F0315"; } .mdi2-label-multiple::before { content: "\F1375"; } .mdi2-label-multiple-outline::before { content: "\F1376"; } .mdi2-label-off::before { content: "\F0ACB"; } .mdi2-label-off-outline::before { content: "\F0ACC"; } .mdi2-label-outline::before { content: "\F0316"; } .mdi2-label-percent::before { content: "\F12EA"; } .mdi2-label-percent-outline::before { content: "\F12EB"; } .mdi2-label-variant::before { content: "\F0ACD"; } .mdi2-label-variant-outline::before { content: "\F0ACE"; } .mdi2-ladder::before { content: "\F15A2"; } .mdi2-ladybug::before { content: "\F082D"; } .mdi2-lambda::before { content: "\F0627"; } .mdi2-lamp::before { content: "\F06B5"; } .mdi2-lamp-outline::before { content: "\F17D0"; } .mdi2-lamps::before { content: "\F1576"; } .mdi2-lamps-outline::before { content: "\F17D1"; } .mdi2-lan::before { content: "\F0317"; } .mdi2-lan-check::before { content: "\F12AA"; } .mdi2-lan-connect::before { content: "\F0318"; } .mdi2-lan-disconnect::before { content: "\F0319"; } .mdi2-lan-pending::before { content: "\F031A"; } .mdi2-land-fields::before { content: "\F1AB2"; } .mdi2-land-plots::before { content: "\F1AB3"; } .mdi2-land-plots-circle::before { content: "\F1AB4"; } .mdi2-land-plots-circle-variant::before { content: "\F1AB5"; } .mdi2-land-plots-marker::before { content: "\F1C5D"; } .mdi2-land-rows-horizontal::before { content: "\F1AB6"; } .mdi2-land-rows-vertical::before { content: "\F1AB7"; } .mdi2-landslide::before { content: "\F1A48"; } .mdi2-landslide-outline::before { content: "\F1A49"; } .mdi2-language-c::before { content: "\F0671"; } .mdi2-language-cpp::before { content: "\F0672"; } .mdi2-language-csharp::before { content: "\F031B"; } .mdi2-language-css3::before { content: "\F031C"; } .mdi2-language-fortran::before { content: "\F121A"; } .mdi2-language-go::before { content: "\F07D3"; } .mdi2-language-haskell::before { content: "\F0C92"; } .mdi2-language-html5::before { content: "\F031D"; } .mdi2-language-java::before { content: "\F0B37"; } .mdi2-language-javascript::before { content: "\F031E"; } .mdi2-language-kotlin::before { content: "\F1219"; } .mdi2-language-lua::before { content: "\F08B1"; } .mdi2-language-markdown::before { content: "\F0354"; } .mdi2-language-markdown-outline::before { content: "\F0F5B"; } .mdi2-language-php::before { content: "\F031F"; } .mdi2-language-python::before { content: "\F0320"; } .mdi2-language-r::before { content: "\F07D4"; } .mdi2-language-ruby::before { content: "\F0D2D"; } .mdi2-language-ruby-on-rails::before { content: "\F0ACF"; } .mdi2-language-rust::before { content: "\F1617"; } .mdi2-language-swift::before { content: "\F06E5"; } .mdi2-language-typescript::before { content: "\F06E6"; } .mdi2-language-xaml::before { content: "\F0673"; } .mdi2-laptop::before { content: "\F0322"; } .mdi2-laptop-account::before { content: "\F1A4A"; } .mdi2-laptop-off::before { content: "\F06E7"; } .mdi2-laravel::before { content: "\F0AD0"; } .mdi2-laser-pointer::before { content: "\F1484"; } .mdi2-lasso::before { content: "\F0F03"; } .mdi2-lastpass::before { content: "\F0446"; } .mdi2-latitude::before { content: "\F0F57"; } .mdi2-launch::before { content: "\F0327"; } .mdi2-lava-lamp::before { content: "\F07D5"; } .mdi2-layers::before { content: "\F0328"; } .mdi2-layers-edit::before { content: "\F1892"; } .mdi2-layers-minus::before { content: "\F0E4C"; } .mdi2-layers-off::before { content: "\F0329"; } .mdi2-layers-off-outline::before { content: "\F09FD"; } .mdi2-layers-outline::before { content: "\F09FE"; } .mdi2-layers-plus::before { content: "\F0E4D"; } .mdi2-layers-remove::before { content: "\F0E4E"; } .mdi2-layers-search::before { content: "\F1206"; } .mdi2-layers-search-outline::before { content: "\F1207"; } .mdi2-layers-triple::before { content: "\F0F58"; } .mdi2-layers-triple-outline::before { content: "\F0F59"; } .mdi2-lead-pencil::before { content: "\F064F"; } .mdi2-leaf::before { content: "\F032A"; } .mdi2-leaf-circle::before { content: "\F1905"; } .mdi2-leaf-circle-outline::before { content: "\F1906"; } .mdi2-leaf-maple::before { content: "\F0C93"; } .mdi2-leaf-maple-off::before { content: "\F12DA"; } .mdi2-leaf-off::before { content: "\F12D9"; } .mdi2-leak::before { content: "\F0DD7"; } .mdi2-leak-off::before { content: "\F0DD8"; } .mdi2-lectern::before { content: "\F1AF0"; } .mdi2-led-off::before { content: "\F032B"; } .mdi2-led-on::before { content: "\F032C"; } .mdi2-led-outline::before { content: "\F032D"; } .mdi2-led-strip::before { content: "\F07D6"; } .mdi2-led-strip-variant::before { content: "\F1051"; } .mdi2-led-strip-variant-off::before { content: "\F1A4B"; } .mdi2-led-variant-off::before { content: "\F032E"; } .mdi2-led-variant-on::before { content: "\F032F"; } .mdi2-led-variant-outline::before { content: "\F0330"; } .mdi2-leek::before { content: "\F117D"; } .mdi2-less-than::before { content: "\F097C"; } .mdi2-less-than-or-equal::before { content: "\F097D"; } .mdi2-library::before { content: "\F0331"; } .mdi2-library-outline::before { content: "\F1A22"; } .mdi2-library-shelves::before { content: "\F0BA9"; } .mdi2-license::before { content: "\F0FC3"; } .mdi2-lifebuoy::before { content: "\F087E"; } .mdi2-light-flood-down::before { content: "\F1987"; } .mdi2-light-flood-up::before { content: "\F1988"; } .mdi2-light-recessed::before { content: "\F179B"; } .mdi2-light-switch::before { content: "\F097E"; } .mdi2-light-switch-off::before { content: "\F1A24"; } .mdi2-lightbulb::before { content: "\F0335"; } .mdi2-lightbulb-alert::before { content: "\F19E1"; } .mdi2-lightbulb-alert-outline::before { content: "\F19E2"; } .mdi2-lightbulb-auto::before { content: "\F1800"; } .mdi2-lightbulb-auto-outline::before { content: "\F1801"; } .mdi2-lightbulb-cfl::before { content: "\F1208"; } .mdi2-lightbulb-cfl-off::before { content: "\F1209"; } .mdi2-lightbulb-cfl-spiral::before { content: "\F1275"; } .mdi2-lightbulb-cfl-spiral-off::before { content: "\F12C3"; } .mdi2-lightbulb-fluorescent-tube::before { content: "\F1804"; } .mdi2-lightbulb-fluorescent-tube-outline::before { content: "\F1805"; } .mdi2-lightbulb-group::before { content: "\F1253"; } .mdi2-lightbulb-group-off::before { content: "\F12CD"; } .mdi2-lightbulb-group-off-outline::before { content: "\F12CE"; } .mdi2-lightbulb-group-outline::before { content: "\F1254"; } .mdi2-lightbulb-multiple::before { content: "\F1255"; } .mdi2-lightbulb-multiple-off::before { content: "\F12CF"; } .mdi2-lightbulb-multiple-off-outline::before { content: "\F12D0"; } .mdi2-lightbulb-multiple-outline::before { content: "\F1256"; } .mdi2-lightbulb-night::before { content: "\F1A4C"; } .mdi2-lightbulb-night-outline::before { content: "\F1A4D"; } .mdi2-lightbulb-off::before { content: "\F0E4F"; } .mdi2-lightbulb-off-outline::before { content: "\F0E50"; } .mdi2-lightbulb-on::before { content: "\F06E8"; } .mdi2-lightbulb-on-10::before { content: "\F1A4E"; } .mdi2-lightbulb-on-20::before { content: "\F1A4F"; } .mdi2-lightbulb-on-30::before { content: "\F1A50"; } .mdi2-lightbulb-on-40::before { content: "\F1A51"; } .mdi2-lightbulb-on-50::before { content: "\F1A52"; } .mdi2-lightbulb-on-60::before { content: "\F1A53"; } .mdi2-lightbulb-on-70::before { content: "\F1A54"; } .mdi2-lightbulb-on-80::before { content: "\F1A55"; } .mdi2-lightbulb-on-90::before { content: "\F1A56"; } .mdi2-lightbulb-on-outline::before { content: "\F06E9"; } .mdi2-lightbulb-outline::before { content: "\F0336"; } .mdi2-lightbulb-question::before { content: "\F19E3"; } .mdi2-lightbulb-question-outline::before { content: "\F19E4"; } .mdi2-lightbulb-spot::before { content: "\F17F4"; } .mdi2-lightbulb-spot-off::before { content: "\F17F5"; } .mdi2-lightbulb-variant::before { content: "\F1802"; } .mdi2-lightbulb-variant-outline::before { content: "\F1803"; } .mdi2-lighthouse::before { content: "\F09FF"; } .mdi2-lighthouse-on::before { content: "\F0A00"; } .mdi2-lightning-bolt::before { content: "\F140B"; } .mdi2-lightning-bolt-circle::before { content: "\F0820"; } .mdi2-lightning-bolt-outline::before { content: "\F140C"; } .mdi2-line-scan::before { content: "\F0624"; } .mdi2-lingerie::before { content: "\F1476"; } .mdi2-link::before { content: "\F0337"; } .mdi2-link-box::before { content: "\F0D1A"; } .mdi2-link-box-outline::before { content: "\F0D1B"; } .mdi2-link-box-variant::before { content: "\F0D1C"; } .mdi2-link-box-variant-outline::before { content: "\F0D1D"; } .mdi2-link-circle::before { content: "\F1CAC"; } .mdi2-link-circle-outline::before { content: "\F1CAD"; } .mdi2-link-edit::before { content: "\F1CAE"; } .mdi2-link-lock::before { content: "\F10BA"; } .mdi2-link-off::before { content: "\F0338"; } .mdi2-link-plus::before { content: "\F0C94"; } .mdi2-link-variant::before { content: "\F0339"; } .mdi2-link-variant-minus::before { content: "\F10FF"; } .mdi2-link-variant-off::before { content: "\F033A"; } .mdi2-link-variant-plus::before { content: "\F1100"; } .mdi2-link-variant-remove::before { content: "\F1101"; } .mdi2-linkedin::before { content: "\F033B"; } .mdi2-linux::before { content: "\F033D"; } .mdi2-linux-mint::before { content: "\F08ED"; } .mdi2-lipstick::before { content: "\F13B5"; } .mdi2-liquid-spot::before { content: "\F1826"; } .mdi2-liquor::before { content: "\F191E"; } .mdi2-list-box::before { content: "\F1B7B"; } .mdi2-list-box-outline::before { content: "\F1B7C"; } .mdi2-list-status::before { content: "\F15AB"; } .mdi2-litecoin::before { content: "\F0A61"; } .mdi2-loading::before { content: "\F0772"; } .mdi2-location-enter::before { content: "\F0FC4"; } .mdi2-location-exit::before { content: "\F0FC5"; } .mdi2-lock::before { content: "\F033E"; } .mdi2-lock-alert::before { content: "\F08EE"; } .mdi2-lock-alert-outline::before { content: "\F15D1"; } .mdi2-lock-check::before { content: "\F139A"; } .mdi2-lock-check-outline::before { content: "\F16A8"; } .mdi2-lock-clock::before { content: "\F097F"; } .mdi2-lock-minus::before { content: "\F16A9"; } .mdi2-lock-minus-outline::before { content: "\F16AA"; } .mdi2-lock-off::before { content: "\F1671"; } .mdi2-lock-off-outline::before { content: "\F1672"; } .mdi2-lock-open::before { content: "\F033F"; } .mdi2-lock-open-alert::before { content: "\F139B"; } .mdi2-lock-open-alert-outline::before { content: "\F15D2"; } .mdi2-lock-open-check::before { content: "\F139C"; } .mdi2-lock-open-check-outline::before { content: "\F16AB"; } .mdi2-lock-open-minus::before { content: "\F16AC"; } .mdi2-lock-open-minus-outline::before { content: "\F16AD"; } .mdi2-lock-open-outline::before { content: "\F0340"; } .mdi2-lock-open-plus::before { content: "\F16AE"; } .mdi2-lock-open-plus-outline::before { content: "\F16AF"; } .mdi2-lock-open-remove::before { content: "\F16B0"; } .mdi2-lock-open-remove-outline::before { content: "\F16B1"; } .mdi2-lock-open-variant::before { content: "\F0FC6"; } .mdi2-lock-open-variant-outline::before { content: "\F0FC7"; } .mdi2-lock-outline::before { content: "\F0341"; } .mdi2-lock-pattern::before { content: "\F06EA"; } .mdi2-lock-percent::before { content: "\F1C12"; } .mdi2-lock-percent-open::before { content: "\F1C13"; } .mdi2-lock-percent-open-outline::before { content: "\F1C14"; } .mdi2-lock-percent-open-variant::before { content: "\F1C15"; } .mdi2-lock-percent-open-variant-outline::before { content: "\F1C16"; } .mdi2-lock-percent-outline::before { content: "\F1C17"; } .mdi2-lock-plus::before { content: "\F05FB"; } .mdi2-lock-plus-outline::before { content: "\F16B2"; } .mdi2-lock-question::before { content: "\F08EF"; } .mdi2-lock-remove::before { content: "\F16B3"; } .mdi2-lock-remove-outline::before { content: "\F16B4"; } .mdi2-lock-reset::before { content: "\F0773"; } .mdi2-lock-smart::before { content: "\F08B2"; } .mdi2-locker::before { content: "\F07D7"; } .mdi2-locker-multiple::before { content: "\F07D8"; } .mdi2-login::before { content: "\F0342"; } .mdi2-login-variant::before { content: "\F05FC"; } .mdi2-logout::before { content: "\F0343"; } .mdi2-logout-variant::before { content: "\F05FD"; } .mdi2-longitude::before { content: "\F0F5A"; } .mdi2-looks::before { content: "\F0344"; } .mdi2-lotion::before { content: "\F1582"; } .mdi2-lotion-outline::before { content: "\F1583"; } .mdi2-lotion-plus::before { content: "\F1584"; } .mdi2-lotion-plus-outline::before { content: "\F1585"; } .mdi2-loupe::before { content: "\F0345"; } .mdi2-lumx::before { content: "\F0346"; } .mdi2-lungs::before { content: "\F1084"; } .mdi2-mace::before { content: "\F1843"; } .mdi2-magazine-pistol::before { content: "\F0324"; } .mdi2-magazine-rifle::before { content: "\F0323"; } .mdi2-magic-staff::before { content: "\F1844"; } .mdi2-magnet::before { content: "\F0347"; } .mdi2-magnet-on::before { content: "\F0348"; } .mdi2-magnify::before { content: "\F0349"; } .mdi2-magnify-close::before { content: "\F0980"; } .mdi2-magnify-expand::before { content: "\F1874"; } .mdi2-magnify-minus::before { content: "\F034A"; } .mdi2-magnify-minus-cursor::before { content: "\F0A62"; } .mdi2-magnify-minus-outline::before { content: "\F06EC"; } .mdi2-magnify-plus::before { content: "\F034B"; } .mdi2-magnify-plus-cursor::before { content: "\F0A63"; } .mdi2-magnify-plus-outline::before { content: "\F06ED"; } .mdi2-magnify-remove-cursor::before { content: "\F120C"; } .mdi2-magnify-remove-outline::before { content: "\F120D"; } .mdi2-magnify-scan::before { content: "\F1276"; } .mdi2-mail::before { content: "\F0EBB"; } .mdi2-mailbox::before { content: "\F06EE"; } .mdi2-mailbox-open::before { content: "\F0D88"; } .mdi2-mailbox-open-outline::before { content: "\F0D89"; } .mdi2-mailbox-open-up::before { content: "\F0D8A"; } .mdi2-mailbox-open-up-outline::before { content: "\F0D8B"; } .mdi2-mailbox-outline::before { content: "\F0D8C"; } .mdi2-mailbox-up::before { content: "\F0D8D"; } .mdi2-mailbox-up-outline::before { content: "\F0D8E"; } .mdi2-manjaro::before { content: "\F160A"; } .mdi2-map::before { content: "\F034D"; } .mdi2-map-check::before { content: "\F0EBC"; } .mdi2-map-check-outline::before { content: "\F0EBD"; } .mdi2-map-clock::before { content: "\F0D1E"; } .mdi2-map-clock-outline::before { content: "\F0D1F"; } .mdi2-map-legend::before { content: "\F0A01"; } .mdi2-map-marker::before { content: "\F034E"; } .mdi2-map-marker-account::before { content: "\F18E3"; } .mdi2-map-marker-account-outline::before { content: "\F18E4"; } .mdi2-map-marker-alert::before { content: "\F0F05"; } .mdi2-map-marker-alert-outline::before { content: "\F0F06"; } .mdi2-map-marker-check::before { content: "\F0C95"; } .mdi2-map-marker-check-outline::before { content: "\F12FB"; } .mdi2-map-marker-circle::before { content: "\F034F"; } .mdi2-map-marker-distance::before { content: "\F08F0"; } .mdi2-map-marker-down::before { content: "\F1102"; } .mdi2-map-marker-left::before { content: "\F12DB"; } .mdi2-map-marker-left-outline::before { content: "\F12DD"; } .mdi2-map-marker-minus::before { content: "\F0650"; } .mdi2-map-marker-minus-outline::before { content: "\F12F9"; } .mdi2-map-marker-multiple::before { content: "\F0350"; } .mdi2-map-marker-multiple-outline::before { content: "\F1277"; } .mdi2-map-marker-off::before { content: "\F0351"; } .mdi2-map-marker-off-outline::before { content: "\F12FD"; } .mdi2-map-marker-outline::before { content: "\F07D9"; } .mdi2-map-marker-path::before { content: "\F0D20"; } .mdi2-map-marker-plus::before { content: "\F0651"; } .mdi2-map-marker-plus-outline::before { content: "\F12F8"; } .mdi2-map-marker-question::before { content: "\F0F07"; } .mdi2-map-marker-question-outline::before { content: "\F0F08"; } .mdi2-map-marker-radius::before { content: "\F0352"; } .mdi2-map-marker-radius-outline::before { content: "\F12FC"; } .mdi2-map-marker-remove::before { content: "\F0F09"; } .mdi2-map-marker-remove-outline::before { content: "\F12FA"; } .mdi2-map-marker-remove-variant::before { content: "\F0F0A"; } .mdi2-map-marker-right::before { content: "\F12DC"; } .mdi2-map-marker-right-outline::before { content: "\F12DE"; } .mdi2-map-marker-star::before { content: "\F1608"; } .mdi2-map-marker-star-outline::before { content: "\F1609"; } .mdi2-map-marker-up::before { content: "\F1103"; } .mdi2-map-minus::before { content: "\F0981"; } .mdi2-map-outline::before { content: "\F0982"; } .mdi2-map-plus::before { content: "\F0983"; } .mdi2-map-search::before { content: "\F0984"; } .mdi2-map-search-outline::before { content: "\F0985"; } .mdi2-mapbox::before { content: "\F0BAA"; } .mdi2-margin::before { content: "\F0353"; } .mdi2-marker::before { content: "\F0652"; } .mdi2-marker-cancel::before { content: "\F0DD9"; } .mdi2-marker-check::before { content: "\F0355"; } .mdi2-mastodon::before { content: "\F0AD1"; } .mdi2-material-design::before { content: "\F0986"; } .mdi2-material-ui::before { content: "\F0357"; } .mdi2-math-compass::before { content: "\F0358"; } .mdi2-math-cos::before { content: "\F0C96"; } .mdi2-math-integral::before { content: "\F0FC8"; } .mdi2-math-integral-box::before { content: "\F0FC9"; } .mdi2-math-log::before { content: "\F1085"; } .mdi2-math-norm::before { content: "\F0FCA"; } .mdi2-math-norm-box::before { content: "\F0FCB"; } .mdi2-math-sin::before { content: "\F0C97"; } .mdi2-math-tan::before { content: "\F0C98"; } .mdi2-matrix::before { content: "\F0628"; } .mdi2-medal::before { content: "\F0987"; } .mdi2-medal-outline::before { content: "\F1326"; } .mdi2-medical-bag::before { content: "\F06EF"; } .mdi2-medical-cotton-swab::before { content: "\F1AB8"; } .mdi2-medication::before { content: "\F1B14"; } .mdi2-medication-outline::before { content: "\F1B15"; } .mdi2-meditation::before { content: "\F117B"; } .mdi2-memory::before { content: "\F035B"; } .mdi2-memory-arrow-down::before { content: "\F1CA6"; } .mdi2-menorah::before { content: "\F17D4"; } .mdi2-menorah-fire::before { content: "\F17D5"; } .mdi2-menu::before { content: "\F035C"; } .mdi2-menu-close::before { content: "\F1C90"; } .mdi2-menu-down::before { content: "\F035D"; } .mdi2-menu-down-outline::before { content: "\F06B6"; } .mdi2-menu-left::before { content: "\F035E"; } .mdi2-menu-left-outline::before { content: "\F0A02"; } .mdi2-menu-open::before { content: "\F0BAB"; } .mdi2-menu-right::before { content: "\F035F"; } .mdi2-menu-right-outline::before { content: "\F0A03"; } .mdi2-menu-swap::before { content: "\F0A64"; } .mdi2-menu-swap-outline::before { content: "\F0A65"; } .mdi2-menu-up::before { content: "\F0360"; } .mdi2-menu-up-outline::before { content: "\F06B7"; } .mdi2-merge::before { content: "\F0F5C"; } .mdi2-message::before { content: "\F0361"; } .mdi2-message-alert::before { content: "\F0362"; } .mdi2-message-alert-outline::before { content: "\F0A04"; } .mdi2-message-arrow-left::before { content: "\F12F2"; } .mdi2-message-arrow-left-outline::before { content: "\F12F3"; } .mdi2-message-arrow-right::before { content: "\F12F4"; } .mdi2-message-arrow-right-outline::before { content: "\F12F5"; } .mdi2-message-badge::before { content: "\F1941"; } .mdi2-message-badge-outline::before { content: "\F1942"; } .mdi2-message-bookmark::before { content: "\F15AC"; } .mdi2-message-bookmark-outline::before { content: "\F15AD"; } .mdi2-message-bulleted::before { content: "\F06A2"; } .mdi2-message-bulleted-off::before { content: "\F06A3"; } .mdi2-message-check::before { content: "\F1B8A"; } .mdi2-message-check-outline::before { content: "\F1B8B"; } .mdi2-message-cog::before { content: "\F06F1"; } .mdi2-message-cog-outline::before { content: "\F1172"; } .mdi2-message-draw::before { content: "\F0363"; } .mdi2-message-fast::before { content: "\F19CC"; } .mdi2-message-fast-outline::before { content: "\F19CD"; } .mdi2-message-flash::before { content: "\F15A9"; } .mdi2-message-flash-outline::before { content: "\F15AA"; } .mdi2-message-image::before { content: "\F0364"; } .mdi2-message-image-outline::before { content: "\F116C"; } .mdi2-message-lock::before { content: "\F0FCC"; } .mdi2-message-lock-outline::before { content: "\F116D"; } .mdi2-message-minus::before { content: "\F116E"; } .mdi2-message-minus-outline::before { content: "\F116F"; } .mdi2-message-off::before { content: "\F164D"; } .mdi2-message-off-outline::before { content: "\F164E"; } .mdi2-message-outline::before { content: "\F0365"; } .mdi2-message-plus::before { content: "\F0653"; } .mdi2-message-plus-outline::before { content: "\F10BB"; } .mdi2-message-processing::before { content: "\F0366"; } .mdi2-message-processing-outline::before { content: "\F1170"; } .mdi2-message-question::before { content: "\F173A"; } .mdi2-message-question-outline::before { content: "\F173B"; } .mdi2-message-reply::before { content: "\F0367"; } .mdi2-message-reply-outline::before { content: "\F173D"; } .mdi2-message-reply-text::before { content: "\F0368"; } .mdi2-message-reply-text-outline::before { content: "\F173E"; } .mdi2-message-settings::before { content: "\F06F0"; } .mdi2-message-settings-outline::before { content: "\F1171"; } .mdi2-message-star::before { content: "\F069A"; } .mdi2-message-star-outline::before { content: "\F1250"; } .mdi2-message-text::before { content: "\F0369"; } .mdi2-message-text-clock::before { content: "\F1173"; } .mdi2-message-text-clock-outline::before { content: "\F1174"; } .mdi2-message-text-fast::before { content: "\F19CE"; } .mdi2-message-text-fast-outline::before { content: "\F19CF"; } .mdi2-message-text-lock::before { content: "\F0FCD"; } .mdi2-message-text-lock-outline::before { content: "\F1175"; } .mdi2-message-text-outline::before { content: "\F036A"; } .mdi2-message-video::before { content: "\F036B"; } .mdi2-meteor::before { content: "\F0629"; } .mdi2-meter-electric::before { content: "\F1A57"; } .mdi2-meter-electric-outline::before { content: "\F1A58"; } .mdi2-meter-gas::before { content: "\F1A59"; } .mdi2-meter-gas-outline::before { content: "\F1A5A"; } .mdi2-metronome::before { content: "\F07DA"; } .mdi2-metronome-tick::before { content: "\F07DB"; } .mdi2-micro-sd::before { content: "\F07DC"; } .mdi2-microphone::before { content: "\F036C"; } .mdi2-microphone-message::before { content: "\F050A"; } .mdi2-microphone-message-off::before { content: "\F050B"; } .mdi2-microphone-minus::before { content: "\F08B3"; } .mdi2-microphone-off::before { content: "\F036D"; } .mdi2-microphone-outline::before { content: "\F036E"; } .mdi2-microphone-plus::before { content: "\F08B4"; } .mdi2-microphone-question::before { content: "\F1989"; } .mdi2-microphone-question-outline::before { content: "\F198A"; } .mdi2-microphone-settings::before { content: "\F036F"; } .mdi2-microphone-variant::before { content: "\F0370"; } .mdi2-microphone-variant-off::before { content: "\F0371"; } .mdi2-microscope::before { content: "\F0654"; } .mdi2-microsoft::before { content: "\F0372"; } .mdi2-microsoft-access::before { content: "\F138E"; } .mdi2-microsoft-azure::before { content: "\F0805"; } .mdi2-microsoft-azure-devops::before { content: "\F0FD5"; } .mdi2-microsoft-bing::before { content: "\F00A4"; } .mdi2-microsoft-dynamics-365::before { content: "\F0988"; } .mdi2-microsoft-edge::before { content: "\F01E9"; } .mdi2-microsoft-excel::before { content: "\F138F"; } .mdi2-microsoft-internet-explorer::before { content: "\F0300"; } .mdi2-microsoft-office::before { content: "\F03C6"; } .mdi2-microsoft-onedrive::before { content: "\F03CA"; } .mdi2-microsoft-onenote::before { content: "\F0747"; } .mdi2-microsoft-outlook::before { content: "\F0D22"; } .mdi2-microsoft-powerpoint::before { content: "\F1390"; } .mdi2-microsoft-sharepoint::before { content: "\F1391"; } .mdi2-microsoft-teams::before { content: "\F02BB"; } .mdi2-microsoft-visual-studio::before { content: "\F0610"; } .mdi2-microsoft-visual-studio-code::before { content: "\F0A1E"; } .mdi2-microsoft-windows::before { content: "\F05B3"; } .mdi2-microsoft-windows-classic::before { content: "\F0A21"; } .mdi2-microsoft-word::before { content: "\F1392"; } .mdi2-microsoft-xbox::before { content: "\F05B9"; } .mdi2-microsoft-xbox-controller::before { content: "\F05BA"; } .mdi2-microsoft-xbox-controller-battery-alert::before { content: "\F074B"; } .mdi2-microsoft-xbox-controller-battery-charging::before { content: "\F0A22"; } .mdi2-microsoft-xbox-controller-battery-empty::before { content: "\F074C"; } .mdi2-microsoft-xbox-controller-battery-full::before { content: "\F074D"; } .mdi2-microsoft-xbox-controller-battery-low::before { content: "\F074E"; } .mdi2-microsoft-xbox-controller-battery-medium::before { content: "\F074F"; } .mdi2-microsoft-xbox-controller-battery-unknown::before { content: "\F0750"; } .mdi2-microsoft-xbox-controller-menu::before { content: "\F0E6F"; } .mdi2-microsoft-xbox-controller-off::before { content: "\F05BB"; } .mdi2-microsoft-xbox-controller-view::before { content: "\F0E70"; } .mdi2-microwave::before { content: "\F0C99"; } .mdi2-microwave-off::before { content: "\F1423"; } .mdi2-middleware::before { content: "\F0F5D"; } .mdi2-middleware-outline::before { content: "\F0F5E"; } .mdi2-midi::before { content: "\F08F1"; } .mdi2-midi-port::before { content: "\F08F2"; } .mdi2-mine::before { content: "\F0DDA"; } .mdi2-minecraft::before { content: "\F0373"; } .mdi2-mini-sd::before { content: "\F0A05"; } .mdi2-minidisc::before { content: "\F0A06"; } .mdi2-minus::before { content: "\F0374"; } .mdi2-minus-box::before { content: "\F0375"; } .mdi2-minus-box-multiple::before { content: "\F1141"; } .mdi2-minus-box-multiple-outline::before { content: "\F1142"; } .mdi2-minus-box-outline::before { content: "\F06F2"; } .mdi2-minus-circle::before { content: "\F0376"; } .mdi2-minus-circle-multiple::before { content: "\F035A"; } .mdi2-minus-circle-multiple-outline::before { content: "\F0AD3"; } .mdi2-minus-circle-off::before { content: "\F1459"; } .mdi2-minus-circle-off-outline::before { content: "\F145A"; } .mdi2-minus-circle-outline::before { content: "\F0377"; } .mdi2-minus-network::before { content: "\F0378"; } .mdi2-minus-network-outline::before { content: "\F0C9A"; } .mdi2-minus-thick::before { content: "\F1639"; } .mdi2-mirror::before { content: "\F11FD"; } .mdi2-mirror-rectangle::before { content: "\F179F"; } .mdi2-mirror-variant::before { content: "\F17A0"; } .mdi2-mixed-martial-arts::before { content: "\F0D8F"; } .mdi2-mixed-reality::before { content: "\F087F"; } .mdi2-molecule::before { content: "\F0BAC"; } .mdi2-molecule-co::before { content: "\F12FE"; } .mdi2-molecule-co2::before { content: "\F07E4"; } .mdi2-monitor::before { content: "\F0379"; } .mdi2-monitor-account::before { content: "\F1A5B"; } .mdi2-monitor-arrow-down::before { content: "\F19D0"; } .mdi2-monitor-arrow-down-variant::before { content: "\F19D1"; } .mdi2-monitor-cellphone::before { content: "\F0989"; } .mdi2-monitor-cellphone-star::before { content: "\F098A"; } .mdi2-monitor-dashboard::before { content: "\F0A07"; } .mdi2-monitor-edit::before { content: "\F12C6"; } .mdi2-monitor-eye::before { content: "\F13B4"; } .mdi2-monitor-lock::before { content: "\F0DDB"; } .mdi2-monitor-multiple::before { content: "\F037A"; } .mdi2-monitor-off::before { content: "\F0D90"; } .mdi2-monitor-screenshot::before { content: "\F0E51"; } .mdi2-monitor-share::before { content: "\F1483"; } .mdi2-monitor-shimmer::before { content: "\F1104"; } .mdi2-monitor-small::before { content: "\F1876"; } .mdi2-monitor-speaker::before { content: "\F0F5F"; } .mdi2-monitor-speaker-off::before { content: "\F0F60"; } .mdi2-monitor-star::before { content: "\F0DDC"; } .mdi2-monitor-vertical::before { content: "\F1C33"; } .mdi2-moon-first-quarter::before { content: "\F0F61"; } .mdi2-moon-full::before { content: "\F0F62"; } .mdi2-moon-last-quarter::before { content: "\F0F63"; } .mdi2-moon-new::before { content: "\F0F64"; } .mdi2-moon-waning-crescent::before { content: "\F0F65"; } .mdi2-moon-waning-gibbous::before { content: "\F0F66"; } .mdi2-moon-waxing-crescent::before { content: "\F0F67"; } .mdi2-moon-waxing-gibbous::before { content: "\F0F68"; } .mdi2-moped::before { content: "\F1086"; } .mdi2-moped-electric::before { content: "\F15B7"; } .mdi2-moped-electric-outline::before { content: "\F15B8"; } .mdi2-moped-outline::before { content: "\F15B9"; } .mdi2-more::before { content: "\F037B"; } .mdi2-mortar-pestle::before { content: "\F1748"; } .mdi2-mortar-pestle-plus::before { content: "\F03F1"; } .mdi2-mosque::before { content: "\F0D45"; } .mdi2-mosque-outline::before { content: "\F1827"; } .mdi2-mother-heart::before { content: "\F1314"; } .mdi2-mother-nurse::before { content: "\F0D21"; } .mdi2-motion::before { content: "\F15B2"; } .mdi2-motion-outline::before { content: "\F15B3"; } .mdi2-motion-pause::before { content: "\F1590"; } .mdi2-motion-pause-outline::before { content: "\F1592"; } .mdi2-motion-play::before { content: "\F158F"; } .mdi2-motion-play-outline::before { content: "\F1591"; } .mdi2-motion-sensor::before { content: "\F0D91"; } .mdi2-motion-sensor-off::before { content: "\F1435"; } .mdi2-motorbike::before { content: "\F037C"; } .mdi2-motorbike-electric::before { content: "\F15BA"; } .mdi2-motorbike-off::before { content: "\F1B16"; } .mdi2-mouse::before { content: "\F037D"; } .mdi2-mouse-bluetooth::before { content: "\F098B"; } .mdi2-mouse-left-click::before { content: "\F1D07"; } .mdi2-mouse-left-click-outline::before { content: "\F1D08"; } .mdi2-mouse-move-down::before { content: "\F1550"; } .mdi2-mouse-move-up::before { content: "\F1551"; } .mdi2-mouse-move-vertical::before { content: "\F1552"; } .mdi2-mouse-off::before { content: "\F037E"; } .mdi2-mouse-outline::before { content: "\F1D09"; } .mdi2-mouse-right-click::before { content: "\F1D0A"; } .mdi2-mouse-right-click-outline::before { content: "\F1D0B"; } .mdi2-mouse-scroll-wheel::before { content: "\F1D0C"; } .mdi2-mouse-variant::before { content: "\F037F"; } .mdi2-mouse-variant-off::before { content: "\F0380"; } .mdi2-move-resize::before { content: "\F0655"; } .mdi2-move-resize-variant::before { content: "\F0656"; } .mdi2-movie::before { content: "\F0381"; } .mdi2-movie-check::before { content: "\F16F3"; } .mdi2-movie-check-outline::before { content: "\F16F4"; } .mdi2-movie-cog::before { content: "\F16F5"; } .mdi2-movie-cog-outline::before { content: "\F16F6"; } .mdi2-movie-edit::before { content: "\F1122"; } .mdi2-movie-edit-outline::before { content: "\F1123"; } .mdi2-movie-filter::before { content: "\F1124"; } .mdi2-movie-filter-outline::before { content: "\F1125"; } .mdi2-movie-minus::before { content: "\F16F7"; } .mdi2-movie-minus-outline::before { content: "\F16F8"; } .mdi2-movie-off::before { content: "\F16F9"; } .mdi2-movie-off-outline::before { content: "\F16FA"; } .mdi2-movie-open::before { content: "\F0FCE"; } .mdi2-movie-open-check::before { content: "\F16FB"; } .mdi2-movie-open-check-outline::before { content: "\F16FC"; } .mdi2-movie-open-cog::before { content: "\F16FD"; } .mdi2-movie-open-cog-outline::before { content: "\F16FE"; } .mdi2-movie-open-edit::before { content: "\F16FF"; } .mdi2-movie-open-edit-outline::before { content: "\F1700"; } .mdi2-movie-open-minus::before { content: "\F1701"; } .mdi2-movie-open-minus-outline::before { content: "\F1702"; } .mdi2-movie-open-off::before { content: "\F1703"; } .mdi2-movie-open-off-outline::before { content: "\F1704"; } .mdi2-movie-open-outline::before { content: "\F0FCF"; } .mdi2-movie-open-play::before { content: "\F1705"; } .mdi2-movie-open-play-outline::before { content: "\F1706"; } .mdi2-movie-open-plus::before { content: "\F1707"; } .mdi2-movie-open-plus-outline::before { content: "\F1708"; } .mdi2-movie-open-remove::before { content: "\F1709"; } .mdi2-movie-open-remove-outline::before { content: "\F170A"; } .mdi2-movie-open-settings::before { content: "\F170B"; } .mdi2-movie-open-settings-outline::before { content: "\F170C"; } .mdi2-movie-open-star::before { content: "\F170D"; } .mdi2-movie-open-star-outline::before { content: "\F170E"; } .mdi2-movie-outline::before { content: "\F0DDD"; } .mdi2-movie-play::before { content: "\F170F"; } .mdi2-movie-play-outline::before { content: "\F1710"; } .mdi2-movie-plus::before { content: "\F1711"; } .mdi2-movie-plus-outline::before { content: "\F1712"; } .mdi2-movie-remove::before { content: "\F1713"; } .mdi2-movie-remove-outline::before { content: "\F1714"; } .mdi2-movie-roll::before { content: "\F07DE"; } .mdi2-movie-search::before { content: "\F11D2"; } .mdi2-movie-search-outline::before { content: "\F11D3"; } .mdi2-movie-settings::before { content: "\F1715"; } .mdi2-movie-settings-outline::before { content: "\F1716"; } .mdi2-movie-star::before { content: "\F1717"; } .mdi2-movie-star-outline::before { content: "\F1718"; } .mdi2-mower::before { content: "\F166F"; } .mdi2-mower-bag::before { content: "\F1670"; } .mdi2-mower-bag-on::before { content: "\F1B60"; } .mdi2-mower-on::before { content: "\F1B5F"; } .mdi2-muffin::before { content: "\F098C"; } .mdi2-multicast::before { content: "\F1893"; } .mdi2-multimedia::before { content: "\F1B97"; } .mdi2-multiplication::before { content: "\F0382"; } .mdi2-multiplication-box::before { content: "\F0383"; } .mdi2-mushroom::before { content: "\F07DF"; } .mdi2-mushroom-off::before { content: "\F13FA"; } .mdi2-mushroom-off-outline::before { content: "\F13FB"; } .mdi2-mushroom-outline::before { content: "\F07E0"; } .mdi2-music::before { content: "\F075A"; } .mdi2-music-accidental-double-flat::before { content: "\F0F69"; } .mdi2-music-accidental-double-sharp::before { content: "\F0F6A"; } .mdi2-music-accidental-flat::before { content: "\F0F6B"; } .mdi2-music-accidental-natural::before { content: "\F0F6C"; } .mdi2-music-accidental-sharp::before { content: "\F0F6D"; } .mdi2-music-box::before { content: "\F0384"; } .mdi2-music-box-multiple::before { content: "\F0333"; } .mdi2-music-box-multiple-outline::before { content: "\F0F04"; } .mdi2-music-box-outline::before { content: "\F0385"; } .mdi2-music-circle::before { content: "\F0386"; } .mdi2-music-circle-outline::before { content: "\F0AD4"; } .mdi2-music-clef-alto::before { content: "\F0F6E"; } .mdi2-music-clef-bass::before { content: "\F0F6F"; } .mdi2-music-clef-treble::before { content: "\F0F70"; } .mdi2-music-note::before { content: "\F0387"; } .mdi2-music-note-bluetooth::before { content: "\F05FE"; } .mdi2-music-note-bluetooth-off::before { content: "\F05FF"; } .mdi2-music-note-eighth::before { content: "\F0388"; } .mdi2-music-note-eighth-dotted::before { content: "\F0F71"; } .mdi2-music-note-half::before { content: "\F0389"; } .mdi2-music-note-half-dotted::before { content: "\F0F72"; } .mdi2-music-note-minus::before { content: "\F1B89"; } .mdi2-music-note-off::before { content: "\F038A"; } .mdi2-music-note-off-outline::before { content: "\F0F73"; } .mdi2-music-note-outline::before { content: "\F0F74"; } .mdi2-music-note-plus::before { content: "\F0DDE"; } .mdi2-music-note-quarter::before { content: "\F038B"; } .mdi2-music-note-quarter-dotted::before { content: "\F0F75"; } .mdi2-music-note-sixteenth::before { content: "\F038C"; } .mdi2-music-note-sixteenth-dotted::before { content: "\F0F76"; } .mdi2-music-note-whole::before { content: "\F038D"; } .mdi2-music-note-whole-dotted::before { content: "\F0F77"; } .mdi2-music-off::before { content: "\F075B"; } .mdi2-music-rest-eighth::before { content: "\F0F78"; } .mdi2-music-rest-half::before { content: "\F0F79"; } .mdi2-music-rest-quarter::before { content: "\F0F7A"; } .mdi2-music-rest-sixteenth::before { content: "\F0F7B"; } .mdi2-music-rest-whole::before { content: "\F0F7C"; } .mdi2-mustache::before { content: "\F15DE"; } .mdi2-nail::before { content: "\F0DDF"; } .mdi2-nas::before { content: "\F08F3"; } .mdi2-nativescript::before { content: "\F0880"; } .mdi2-nature::before { content: "\F038E"; } .mdi2-nature-outline::before { content: "\F1C71"; } .mdi2-nature-people::before { content: "\F038F"; } .mdi2-nature-people-outline::before { content: "\F1C72"; } .mdi2-navigation::before { content: "\F0390"; } .mdi2-navigation-outline::before { content: "\F1607"; } .mdi2-navigation-variant::before { content: "\F18F0"; } .mdi2-navigation-variant-outline::before { content: "\F18F1"; } .mdi2-near-me::before { content: "\F05CD"; } .mdi2-necklace::before { content: "\F0F0B"; } .mdi2-needle::before { content: "\F0391"; } .mdi2-needle-off::before { content: "\F19D2"; } .mdi2-netflix::before { content: "\F0746"; } .mdi2-network::before { content: "\F06F3"; } .mdi2-network-off::before { content: "\F0C9B"; } .mdi2-network-off-outline::before { content: "\F0C9C"; } .mdi2-network-outline::before { content: "\F0C9D"; } .mdi2-network-pos::before { content: "\F1ACB"; } .mdi2-network-strength-1::before { content: "\F08F4"; } .mdi2-network-strength-1-alert::before { content: "\F08F5"; } .mdi2-network-strength-2::before { content: "\F08F6"; } .mdi2-network-strength-2-alert::before { content: "\F08F7"; } .mdi2-network-strength-3::before { content: "\F08F8"; } .mdi2-network-strength-3-alert::before { content: "\F08F9"; } .mdi2-network-strength-4::before { content: "\F08FA"; } .mdi2-network-strength-4-alert::before { content: "\F08FB"; } .mdi2-network-strength-4-cog::before { content: "\F191A"; } .mdi2-network-strength-off::before { content: "\F08FC"; } .mdi2-network-strength-off-outline::before { content: "\F08FD"; } .mdi2-network-strength-outline::before { content: "\F08FE"; } .mdi2-new-box::before { content: "\F0394"; } .mdi2-newspaper::before { content: "\F0395"; } .mdi2-newspaper-check::before { content: "\F1943"; } .mdi2-newspaper-minus::before { content: "\F0F0C"; } .mdi2-newspaper-plus::before { content: "\F0F0D"; } .mdi2-newspaper-remove::before { content: "\F1944"; } .mdi2-newspaper-variant::before { content: "\F1001"; } .mdi2-newspaper-variant-multiple::before { content: "\F1002"; } .mdi2-newspaper-variant-multiple-outline::before { content: "\F1003"; } .mdi2-newspaper-variant-outline::before { content: "\F1004"; } .mdi2-nfc::before { content: "\F0396"; } .mdi2-nfc-search-variant::before { content: "\F0E53"; } .mdi2-nfc-tap::before { content: "\F0397"; } .mdi2-nfc-variant::before { content: "\F0398"; } .mdi2-nfc-variant-off::before { content: "\F0E54"; } .mdi2-ninja::before { content: "\F0774"; } .mdi2-nintendo-game-boy::before { content: "\F1393"; } .mdi2-nintendo-switch::before { content: "\F07E1"; } .mdi2-nintendo-wii::before { content: "\F05AB"; } .mdi2-nintendo-wiiu::before { content: "\F072D"; } .mdi2-nix::before { content: "\F1105"; } .mdi2-nodejs::before { content: "\F0399"; } .mdi2-noodles::before { content: "\F117E"; } .mdi2-not-equal::before { content: "\F098D"; } .mdi2-not-equal-variant::before { content: "\F098E"; } .mdi2-note::before { content: "\F039A"; } .mdi2-note-alert::before { content: "\F177D"; } .mdi2-note-alert-outline::before { content: "\F177E"; } .mdi2-note-check::before { content: "\F177F"; } .mdi2-note-check-outline::before { content: "\F1780"; } .mdi2-note-edit::before { content: "\F1781"; } .mdi2-note-edit-outline::before { content: "\F1782"; } .mdi2-note-minus::before { content: "\F164F"; } .mdi2-note-minus-outline::before { content: "\F1650"; } .mdi2-note-multiple::before { content: "\F06B8"; } .mdi2-note-multiple-outline::before { content: "\F06B9"; } .mdi2-note-off::before { content: "\F1783"; } .mdi2-note-off-outline::before { content: "\F1784"; } .mdi2-note-outline::before { content: "\F039B"; } .mdi2-note-plus::before { content: "\F039C"; } .mdi2-note-plus-outline::before { content: "\F039D"; } .mdi2-note-remove::before { content: "\F1651"; } .mdi2-note-remove-outline::before { content: "\F1652"; } .mdi2-note-search::before { content: "\F1653"; } .mdi2-note-search-outline::before { content: "\F1654"; } .mdi2-note-text::before { content: "\F039E"; } .mdi2-note-text-outline::before { content: "\F11D7"; } .mdi2-notebook::before { content: "\F082E"; } .mdi2-notebook-check::before { content: "\F14F5"; } .mdi2-notebook-check-outline::before { content: "\F14F6"; } .mdi2-notebook-edit::before { content: "\F14E7"; } .mdi2-notebook-edit-outline::before { content: "\F14E9"; } .mdi2-notebook-heart::before { content: "\F1A0B"; } .mdi2-notebook-heart-outline::before { content: "\F1A0C"; } .mdi2-notebook-minus::before { content: "\F1610"; } .mdi2-notebook-minus-outline::before { content: "\F1611"; } .mdi2-notebook-multiple::before { content: "\F0E55"; } .mdi2-notebook-outline::before { content: "\F0EBF"; } .mdi2-notebook-plus::before { content: "\F1612"; } .mdi2-notebook-plus-outline::before { content: "\F1613"; } .mdi2-notebook-remove::before { content: "\F1614"; } .mdi2-notebook-remove-outline::before { content: "\F1615"; } .mdi2-notification-clear-all::before { content: "\F039F"; } .mdi2-npm::before { content: "\F06F7"; } .mdi2-nuke::before { content: "\F06A4"; } .mdi2-null::before { content: "\F07E2"; } .mdi2-numeric::before { content: "\F03A0"; } .mdi2-numeric-0::before { content: "\F0B39"; } .mdi2-numeric-0-box::before { content: "\F03A1"; } .mdi2-numeric-0-box-multiple::before { content: "\F0F0E"; } .mdi2-numeric-0-box-multiple-outline::before { content: "\F03A2"; } .mdi2-numeric-0-box-outline::before { content: "\F03A3"; } .mdi2-numeric-0-circle::before { content: "\F0C9E"; } .mdi2-numeric-0-circle-outline::before { content: "\F0C9F"; } .mdi2-numeric-1::before { content: "\F0B3A"; } .mdi2-numeric-1-box::before { content: "\F03A4"; } .mdi2-numeric-1-box-multiple::before { content: "\F0F0F"; } .mdi2-numeric-1-box-multiple-outline::before { content: "\F03A5"; } .mdi2-numeric-1-box-outline::before { content: "\F03A6"; } .mdi2-numeric-1-circle::before { content: "\F0CA0"; } .mdi2-numeric-1-circle-outline::before { content: "\F0CA1"; } .mdi2-numeric-10::before { content: "\F0FE9"; } .mdi2-numeric-10-box::before { content: "\F0F7D"; } .mdi2-numeric-10-box-multiple::before { content: "\F0FEA"; } .mdi2-numeric-10-box-multiple-outline::before { content: "\F0FEB"; } .mdi2-numeric-10-box-outline::before { content: "\F0F7E"; } .mdi2-numeric-10-circle::before { content: "\F0FEC"; } .mdi2-numeric-10-circle-outline::before { content: "\F0FED"; } .mdi2-numeric-2::before { content: "\F0B3B"; } .mdi2-numeric-2-box::before { content: "\F03A7"; } .mdi2-numeric-2-box-multiple::before { content: "\F0F10"; } .mdi2-numeric-2-box-multiple-outline::before { content: "\F03A8"; } .mdi2-numeric-2-box-outline::before { content: "\F03A9"; } .mdi2-numeric-2-circle::before { content: "\F0CA2"; } .mdi2-numeric-2-circle-outline::before { content: "\F0CA3"; } .mdi2-numeric-3::before { content: "\F0B3C"; } .mdi2-numeric-3-box::before { content: "\F03AA"; } .mdi2-numeric-3-box-multiple::before { content: "\F0F11"; } .mdi2-numeric-3-box-multiple-outline::before { content: "\F03AB"; } .mdi2-numeric-3-box-outline::before { content: "\F03AC"; } .mdi2-numeric-3-circle::before { content: "\F0CA4"; } .mdi2-numeric-3-circle-outline::before { content: "\F0CA5"; } .mdi2-numeric-4::before { content: "\F0B3D"; } .mdi2-numeric-4-box::before { content: "\F03AD"; } .mdi2-numeric-4-box-multiple::before { content: "\F0F12"; } .mdi2-numeric-4-box-multiple-outline::before { content: "\F03B2"; } .mdi2-numeric-4-box-outline::before { content: "\F03AE"; } .mdi2-numeric-4-circle::before { content: "\F0CA6"; } .mdi2-numeric-4-circle-outline::before { content: "\F0CA7"; } .mdi2-numeric-5::before { content: "\F0B3E"; } .mdi2-numeric-5-box::before { content: "\F03B1"; } .mdi2-numeric-5-box-multiple::before { content: "\F0F13"; } .mdi2-numeric-5-box-multiple-outline::before { content: "\F03AF"; } .mdi2-numeric-5-box-outline::before { content: "\F03B0"; } .mdi2-numeric-5-circle::before { content: "\F0CA8"; } .mdi2-numeric-5-circle-outline::before { content: "\F0CA9"; } .mdi2-numeric-6::before { content: "\F0B3F"; } .mdi2-numeric-6-box::before { content: "\F03B3"; } .mdi2-numeric-6-box-multiple::before { content: "\F0F14"; } .mdi2-numeric-6-box-multiple-outline::before { content: "\F03B4"; } .mdi2-numeric-6-box-outline::before { content: "\F03B5"; } .mdi2-numeric-6-circle::before { content: "\F0CAA"; } .mdi2-numeric-6-circle-outline::before { content: "\F0CAB"; } .mdi2-numeric-7::before { content: "\F0B40"; } .mdi2-numeric-7-box::before { content: "\F03B6"; } .mdi2-numeric-7-box-multiple::before { content: "\F0F15"; } .mdi2-numeric-7-box-multiple-outline::before { content: "\F03B7"; } .mdi2-numeric-7-box-outline::before { content: "\F03B8"; } .mdi2-numeric-7-circle::before { content: "\F0CAC"; } .mdi2-numeric-7-circle-outline::before { content: "\F0CAD"; } .mdi2-numeric-8::before { content: "\F0B41"; } .mdi2-numeric-8-box::before { content: "\F03B9"; } .mdi2-numeric-8-box-multiple::before { content: "\F0F16"; } .mdi2-numeric-8-box-multiple-outline::before { content: "\F03BA"; } .mdi2-numeric-8-box-outline::before { content: "\F03BB"; } .mdi2-numeric-8-circle::before { content: "\F0CAE"; } .mdi2-numeric-8-circle-outline::before { content: "\F0CAF"; } .mdi2-numeric-9::before { content: "\F0B42"; } .mdi2-numeric-9-box::before { content: "\F03BC"; } .mdi2-numeric-9-box-multiple::before { content: "\F0F17"; } .mdi2-numeric-9-box-multiple-outline::before { content: "\F03BD"; } .mdi2-numeric-9-box-outline::before { content: "\F03BE"; } .mdi2-numeric-9-circle::before { content: "\F0CB0"; } .mdi2-numeric-9-circle-outline::before { content: "\F0CB1"; } .mdi2-numeric-9-plus::before { content: "\F0FEE"; } .mdi2-numeric-9-plus-box::before { content: "\F03BF"; } .mdi2-numeric-9-plus-box-multiple::before { content: "\F0F18"; } .mdi2-numeric-9-plus-box-multiple-outline::before { content: "\F03C0"; } .mdi2-numeric-9-plus-box-outline::before { content: "\F03C1"; } .mdi2-numeric-9-plus-circle::before { content: "\F0CB2"; } .mdi2-numeric-9-plus-circle-outline::before { content: "\F0CB3"; } .mdi2-numeric-negative-1::before { content: "\F1052"; } .mdi2-numeric-off::before { content: "\F19D3"; } .mdi2-numeric-positive-1::before { content: "\F15CB"; } .mdi2-nut::before { content: "\F06F8"; } .mdi2-nutrition::before { content: "\F03C2"; } .mdi2-nuxt::before { content: "\F1106"; } .mdi2-oar::before { content: "\F067C"; } .mdi2-ocarina::before { content: "\F0DE0"; } .mdi2-oci::before { content: "\F12E9"; } .mdi2-ocr::before { content: "\F113A"; } .mdi2-octagon::before { content: "\F03C3"; } .mdi2-octagon-outline::before { content: "\F03C4"; } .mdi2-octagram::before { content: "\F06F9"; } .mdi2-octagram-edit::before { content: "\F1C34"; } .mdi2-octagram-edit-outline::before { content: "\F1C35"; } .mdi2-octagram-minus::before { content: "\F1C36"; } .mdi2-octagram-minus-outline::before { content: "\F1C37"; } .mdi2-octagram-outline::before { content: "\F0775"; } .mdi2-octagram-plus::before { content: "\F1C38"; } .mdi2-octagram-plus-outline::before { content: "\F1C39"; } .mdi2-octahedron::before { content: "\F1950"; } .mdi2-octahedron-off::before { content: "\F1951"; } .mdi2-odnoklassniki::before { content: "\F03C5"; } .mdi2-offer::before { content: "\F121B"; } .mdi2-office-building::before { content: "\F0991"; } .mdi2-office-building-cog::before { content: "\F1949"; } .mdi2-office-building-cog-outline::before { content: "\F194A"; } .mdi2-office-building-marker::before { content: "\F1520"; } .mdi2-office-building-marker-outline::before { content: "\F1521"; } .mdi2-office-building-minus::before { content: "\F1BAA"; } .mdi2-office-building-minus-outline::before { content: "\F1BAB"; } .mdi2-office-building-outline::before { content: "\F151F"; } .mdi2-office-building-plus::before { content: "\F1BA8"; } .mdi2-office-building-plus-outline::before { content: "\F1BA9"; } .mdi2-office-building-remove::before { content: "\F1BAC"; } .mdi2-office-building-remove-outline::before { content: "\F1BAD"; } .mdi2-oil::before { content: "\F03C7"; } .mdi2-oil-lamp::before { content: "\F0F19"; } .mdi2-oil-level::before { content: "\F1053"; } .mdi2-oil-temperature::before { content: "\F0FF8"; } .mdi2-om::before { content: "\F0973"; } .mdi2-omega::before { content: "\F03C9"; } .mdi2-one-up::before { content: "\F0BAD"; } .mdi2-onepassword::before { content: "\F0881"; } .mdi2-opacity::before { content: "\F05CC"; } .mdi2-open-in-app::before { content: "\F03CB"; } .mdi2-open-in-new::before { content: "\F03CC"; } .mdi2-open-source-initiative::before { content: "\F0BAE"; } .mdi2-openid::before { content: "\F03CD"; } .mdi2-opera::before { content: "\F03CE"; } .mdi2-orbit::before { content: "\F0018"; } .mdi2-orbit-variant::before { content: "\F15DB"; } .mdi2-order-alphabetical-ascending::before { content: "\F020D"; } .mdi2-order-alphabetical-descending::before { content: "\F0D07"; } .mdi2-order-bool-ascending::before { content: "\F02BE"; } .mdi2-order-bool-ascending-variant::before { content: "\F098F"; } .mdi2-order-bool-descending::before { content: "\F1384"; } .mdi2-order-bool-descending-variant::before { content: "\F0990"; } .mdi2-order-numeric-ascending::before { content: "\F0545"; } .mdi2-order-numeric-descending::before { content: "\F0546"; } .mdi2-origin::before { content: "\F0B43"; } .mdi2-ornament::before { content: "\F03CF"; } .mdi2-ornament-variant::before { content: "\F03D0"; } .mdi2-outdoor-lamp::before { content: "\F1054"; } .mdi2-overscan::before { content: "\F1005"; } .mdi2-owl::before { content: "\F03D2"; } .mdi2-pac-man::before { content: "\F0BAF"; } .mdi2-package::before { content: "\F03D3"; } .mdi2-package-check::before { content: "\F1B51"; } .mdi2-package-down::before { content: "\F03D4"; } .mdi2-package-up::before { content: "\F03D5"; } .mdi2-package-variant::before { content: "\F03D6"; } .mdi2-package-variant-closed::before { content: "\F03D7"; } .mdi2-package-variant-closed-check::before { content: "\F1B52"; } .mdi2-package-variant-closed-minus::before { content: "\F19D4"; } .mdi2-package-variant-closed-plus::before { content: "\F19D5"; } .mdi2-package-variant-closed-remove::before { content: "\F19D6"; } .mdi2-package-variant-minus::before { content: "\F19D7"; } .mdi2-package-variant-plus::before { content: "\F19D8"; } .mdi2-package-variant-remove::before { content: "\F19D9"; } .mdi2-page-first::before { content: "\F0600"; } .mdi2-page-last::before { content: "\F0601"; } .mdi2-page-layout-body::before { content: "\F06FA"; } .mdi2-page-layout-footer::before { content: "\F06FB"; } .mdi2-page-layout-header::before { content: "\F06FC"; } .mdi2-page-layout-header-footer::before { content: "\F0F7F"; } .mdi2-page-layout-sidebar-left::before { content: "\F06FD"; } .mdi2-page-layout-sidebar-right::before { content: "\F06FE"; } .mdi2-page-next::before { content: "\F0BB0"; } .mdi2-page-next-outline::before { content: "\F0BB1"; } .mdi2-page-previous::before { content: "\F0BB2"; } .mdi2-page-previous-outline::before { content: "\F0BB3"; } .mdi2-pail::before { content: "\F1417"; } .mdi2-pail-minus::before { content: "\F1437"; } .mdi2-pail-minus-outline::before { content: "\F143C"; } .mdi2-pail-off::before { content: "\F1439"; } .mdi2-pail-off-outline::before { content: "\F143E"; } .mdi2-pail-outline::before { content: "\F143A"; } .mdi2-pail-plus::before { content: "\F1436"; } .mdi2-pail-plus-outline::before { content: "\F143B"; } .mdi2-pail-remove::before { content: "\F1438"; } .mdi2-pail-remove-outline::before { content: "\F143D"; } .mdi2-palette::before { content: "\F03D8"; } .mdi2-palette-advanced::before { content: "\F03D9"; } .mdi2-palette-outline::before { content: "\F0E0C"; } .mdi2-palette-swatch::before { content: "\F08B5"; } .mdi2-palette-swatch-outline::before { content: "\F135C"; } .mdi2-palette-swatch-variant::before { content: "\F195A"; } .mdi2-palm-tree::before { content: "\F1055"; } .mdi2-pan::before { content: "\F0BB4"; } .mdi2-pan-bottom-left::before { content: "\F0BB5"; } .mdi2-pan-bottom-right::before { content: "\F0BB6"; } .mdi2-pan-down::before { content: "\F0BB7"; } .mdi2-pan-horizontal::before { content: "\F0BB8"; } .mdi2-pan-left::before { content: "\F0BB9"; } .mdi2-pan-right::before { content: "\F0BBA"; } .mdi2-pan-top-left::before { content: "\F0BBB"; } .mdi2-pan-top-right::before { content: "\F0BBC"; } .mdi2-pan-up::before { content: "\F0BBD"; } .mdi2-pan-vertical::before { content: "\F0BBE"; } .mdi2-panda::before { content: "\F03DA"; } .mdi2-pandora::before { content: "\F03DB"; } .mdi2-panorama::before { content: "\F03DC"; } .mdi2-panorama-fisheye::before { content: "\F03DD"; } .mdi2-panorama-horizontal::before { content: "\F1928"; } .mdi2-panorama-horizontal-outline::before { content: "\F03DE"; } .mdi2-panorama-outline::before { content: "\F198C"; } .mdi2-panorama-sphere::before { content: "\F198D"; } .mdi2-panorama-sphere-outline::before { content: "\F198E"; } .mdi2-panorama-variant::before { content: "\F198F"; } .mdi2-panorama-variant-outline::before { content: "\F1990"; } .mdi2-panorama-vertical::before { content: "\F1929"; } .mdi2-panorama-vertical-outline::before { content: "\F03DF"; } .mdi2-panorama-wide-angle::before { content: "\F195F"; } .mdi2-panorama-wide-angle-outline::before { content: "\F03E0"; } .mdi2-paper-cut-vertical::before { content: "\F03E1"; } .mdi2-paper-roll::before { content: "\F1157"; } .mdi2-paper-roll-outline::before { content: "\F1158"; } .mdi2-paperclip::before { content: "\F03E2"; } .mdi2-paperclip-check::before { content: "\F1AC6"; } .mdi2-paperclip-lock::before { content: "\F19DA"; } .mdi2-paperclip-minus::before { content: "\F1AC7"; } .mdi2-paperclip-off::before { content: "\F1AC8"; } .mdi2-paperclip-plus::before { content: "\F1AC9"; } .mdi2-paperclip-remove::before { content: "\F1ACA"; } .mdi2-parachute::before { content: "\F0CB4"; } .mdi2-parachute-outline::before { content: "\F0CB5"; } .mdi2-paragliding::before { content: "\F1745"; } .mdi2-parking::before { content: "\F03E3"; } .mdi2-party-popper::before { content: "\F1056"; } .mdi2-passport::before { content: "\F07E3"; } .mdi2-passport-alert::before { content: "\F1CB8"; } .mdi2-passport-biometric::before { content: "\F0DE1"; } .mdi2-passport-cancel::before { content: "\F1CB9"; } .mdi2-passport-check::before { content: "\F1CBA"; } .mdi2-passport-minus::before { content: "\F1CBB"; } .mdi2-passport-plus::before { content: "\F1CBC"; } .mdi2-passport-remove::before { content: "\F1CBD"; } .mdi2-pasta::before { content: "\F1160"; } .mdi2-patio-heater::before { content: "\F0F80"; } .mdi2-patreon::before { content: "\F0882"; } .mdi2-pause::before { content: "\F03E4"; } .mdi2-pause-box::before { content: "\F00BC"; } .mdi2-pause-box-outline::before { content: "\F1B7A"; } .mdi2-pause-circle::before { content: "\F03E5"; } .mdi2-pause-circle-outline::before { content: "\F03E6"; } .mdi2-pause-octagon::before { content: "\F03E7"; } .mdi2-pause-octagon-outline::before { content: "\F03E8"; } .mdi2-paw::before { content: "\F03E9"; } .mdi2-paw-off::before { content: "\F0657"; } .mdi2-paw-off-outline::before { content: "\F1676"; } .mdi2-paw-outline::before { content: "\F1675"; } .mdi2-peace::before { content: "\F0884"; } .mdi2-peanut::before { content: "\F0FFC"; } .mdi2-peanut-off::before { content: "\F0FFD"; } .mdi2-peanut-off-outline::before { content: "\F0FFF"; } .mdi2-peanut-outline::before { content: "\F0FFE"; } .mdi2-pen::before { content: "\F03EA"; } .mdi2-pen-lock::before { content: "\F0DE2"; } .mdi2-pen-minus::before { content: "\F0DE3"; } .mdi2-pen-off::before { content: "\F0DE4"; } .mdi2-pen-plus::before { content: "\F0DE5"; } .mdi2-pen-remove::before { content: "\F0DE6"; } .mdi2-pencil::before { content: "\F03EB"; } .mdi2-pencil-box::before { content: "\F03EC"; } .mdi2-pencil-box-multiple::before { content: "\F1144"; } .mdi2-pencil-box-multiple-outline::before { content: "\F1145"; } .mdi2-pencil-box-outline::before { content: "\F03ED"; } .mdi2-pencil-circle::before { content: "\F06FF"; } .mdi2-pencil-circle-outline::before { content: "\F0776"; } .mdi2-pencil-lock::before { content: "\F03EE"; } .mdi2-pencil-lock-outline::before { content: "\F0DE7"; } .mdi2-pencil-minus::before { content: "\F0DE8"; } .mdi2-pencil-minus-outline::before { content: "\F0DE9"; } .mdi2-pencil-off::before { content: "\F03EF"; } .mdi2-pencil-off-outline::before { content: "\F0DEA"; } .mdi2-pencil-outline::before { content: "\F0CB6"; } .mdi2-pencil-plus::before { content: "\F0DEB"; } .mdi2-pencil-plus-outline::before { content: "\F0DEC"; } .mdi2-pencil-remove::before { content: "\F0DED"; } .mdi2-pencil-remove-outline::before { content: "\F0DEE"; } .mdi2-pencil-ruler::before { content: "\F1353"; } .mdi2-pencil-ruler-outline::before { content: "\F1C11"; } .mdi2-penguin::before { content: "\F0EC0"; } .mdi2-pentagon::before { content: "\F0701"; } .mdi2-pentagon-outline::before { content: "\F0700"; } .mdi2-pentagram::before { content: "\F1667"; } .mdi2-percent::before { content: "\F03F0"; } .mdi2-percent-box::before { content: "\F1A02"; } .mdi2-percent-box-outline::before { content: "\F1A03"; } .mdi2-percent-circle::before { content: "\F1A04"; } .mdi2-percent-circle-outline::before { content: "\F1A05"; } .mdi2-percent-outline::before { content: "\F1278"; } .mdi2-periodic-table::before { content: "\F08B6"; } .mdi2-perspective-less::before { content: "\F0D23"; } .mdi2-perspective-more::before { content: "\F0D24"; } .mdi2-ph::before { content: "\F17C5"; } .mdi2-phone::before { content: "\F03F2"; } .mdi2-phone-alert::before { content: "\F0F1A"; } .mdi2-phone-alert-outline::before { content: "\F118E"; } .mdi2-phone-bluetooth::before { content: "\F03F3"; } .mdi2-phone-bluetooth-outline::before { content: "\F118F"; } .mdi2-phone-cancel::before { content: "\F10BC"; } .mdi2-phone-cancel-outline::before { content: "\F1190"; } .mdi2-phone-check::before { content: "\F11A9"; } .mdi2-phone-check-outline::before { content: "\F11AA"; } .mdi2-phone-classic::before { content: "\F0602"; } .mdi2-phone-classic-off::before { content: "\F1279"; } .mdi2-phone-clock::before { content: "\F19DB"; } .mdi2-phone-dial::before { content: "\F1559"; } .mdi2-phone-dial-outline::before { content: "\F155A"; } .mdi2-phone-forward::before { content: "\F03F4"; } .mdi2-phone-forward-outline::before { content: "\F1191"; } .mdi2-phone-hangup::before { content: "\F03F5"; } .mdi2-phone-hangup-outline::before { content: "\F1192"; } .mdi2-phone-in-talk::before { content: "\F03F6"; } .mdi2-phone-in-talk-outline::before { content: "\F1182"; } .mdi2-phone-incoming::before { content: "\F03F7"; } .mdi2-phone-incoming-outgoing::before { content: "\F1B3F"; } .mdi2-phone-incoming-outgoing-outline::before { content: "\F1B40"; } .mdi2-phone-incoming-outline::before { content: "\F1193"; } .mdi2-phone-lock::before { content: "\F03F8"; } .mdi2-phone-lock-outline::before { content: "\F1194"; } .mdi2-phone-log::before { content: "\F03F9"; } .mdi2-phone-log-outline::before { content: "\F1195"; } .mdi2-phone-message::before { content: "\F1196"; } .mdi2-phone-message-outline::before { content: "\F1197"; } .mdi2-phone-minus::before { content: "\F0658"; } .mdi2-phone-minus-outline::before { content: "\F1198"; } .mdi2-phone-missed::before { content: "\F03FA"; } .mdi2-phone-missed-outline::before { content: "\F11A5"; } .mdi2-phone-off::before { content: "\F0DEF"; } .mdi2-phone-off-outline::before { content: "\F11A6"; } .mdi2-phone-outgoing::before { content: "\F03FB"; } .mdi2-phone-outgoing-outline::before { content: "\F1199"; } .mdi2-phone-outline::before { content: "\F0DF0"; } .mdi2-phone-paused::before { content: "\F03FC"; } .mdi2-phone-paused-outline::before { content: "\F119A"; } .mdi2-phone-plus::before { content: "\F0659"; } .mdi2-phone-plus-outline::before { content: "\F119B"; } .mdi2-phone-refresh::before { content: "\F1993"; } .mdi2-phone-refresh-outline::before { content: "\F1994"; } .mdi2-phone-remove::before { content: "\F152F"; } .mdi2-phone-remove-outline::before { content: "\F1530"; } .mdi2-phone-return::before { content: "\F082F"; } .mdi2-phone-return-outline::before { content: "\F119C"; } .mdi2-phone-ring::before { content: "\F11AB"; } .mdi2-phone-ring-outline::before { content: "\F11AC"; } .mdi2-phone-rotate-landscape::before { content: "\F0885"; } .mdi2-phone-rotate-portrait::before { content: "\F0886"; } .mdi2-phone-settings::before { content: "\F03FD"; } .mdi2-phone-settings-outline::before { content: "\F119D"; } .mdi2-phone-sync::before { content: "\F1995"; } .mdi2-phone-sync-outline::before { content: "\F1996"; } .mdi2-phone-voip::before { content: "\F03FE"; } .mdi2-pi::before { content: "\F03FF"; } .mdi2-pi-box::before { content: "\F0400"; } .mdi2-pi-hole::before { content: "\F0DF1"; } .mdi2-piano::before { content: "\F067D"; } .mdi2-piano-off::before { content: "\F0698"; } .mdi2-pickaxe::before { content: "\F08B7"; } .mdi2-picture-in-picture-bottom-right::before { content: "\F0E57"; } .mdi2-picture-in-picture-bottom-right-outline::before { content: "\F0E58"; } .mdi2-picture-in-picture-top-right::before { content: "\F0E59"; } .mdi2-picture-in-picture-top-right-outline::before { content: "\F0E5A"; } .mdi2-pier::before { content: "\F0887"; } .mdi2-pier-crane::before { content: "\F0888"; } .mdi2-pig::before { content: "\F0401"; } .mdi2-pig-variant::before { content: "\F1006"; } .mdi2-pig-variant-outline::before { content: "\F1678"; } .mdi2-piggy-bank::before { content: "\F1007"; } .mdi2-piggy-bank-outline::before { content: "\F1679"; } .mdi2-pill::before { content: "\F0402"; } .mdi2-pill-multiple::before { content: "\F1B4C"; } .mdi2-pill-off::before { content: "\F1A5C"; } .mdi2-pillar::before { content: "\F0702"; } .mdi2-pin::before { content: "\F0403"; } .mdi2-pin-off::before { content: "\F0404"; } .mdi2-pin-off-outline::before { content: "\F0930"; } .mdi2-pin-outline::before { content: "\F0931"; } .mdi2-pine-tree::before { content: "\F0405"; } .mdi2-pine-tree-box::before { content: "\F0406"; } .mdi2-pine-tree-fire::before { content: "\F141A"; } .mdi2-pine-tree-variant::before { content: "\F1C73"; } .mdi2-pine-tree-variant-outline::before { content: "\F1C74"; } .mdi2-pinterest::before { content: "\F0407"; } .mdi2-pinwheel::before { content: "\F0AD5"; } .mdi2-pinwheel-outline::before { content: "\F0AD6"; } .mdi2-pipe::before { content: "\F07E5"; } .mdi2-pipe-disconnected::before { content: "\F07E6"; } .mdi2-pipe-leak::before { content: "\F0889"; } .mdi2-pipe-valve::before { content: "\F184D"; } .mdi2-pipe-wrench::before { content: "\F1354"; } .mdi2-pirate::before { content: "\F0A08"; } .mdi2-pistol::before { content: "\F0703"; } .mdi2-piston::before { content: "\F088A"; } .mdi2-pitchfork::before { content: "\F1553"; } .mdi2-pizza::before { content: "\F0409"; } .mdi2-plane-car::before { content: "\F1AFF"; } .mdi2-plane-train::before { content: "\F1B00"; } .mdi2-play::before { content: "\F040A"; } .mdi2-play-box::before { content: "\F127A"; } .mdi2-play-box-edit-outline::before { content: "\F1C3A"; } .mdi2-play-box-lock::before { content: "\F1A16"; } .mdi2-play-box-lock-open::before { content: "\F1A17"; } .mdi2-play-box-lock-open-outline::before { content: "\F1A18"; } .mdi2-play-box-lock-outline::before { content: "\F1A19"; } .mdi2-play-box-multiple::before { content: "\F0D19"; } .mdi2-play-box-multiple-outline::before { content: "\F13E6"; } .mdi2-play-box-outline::before { content: "\F040B"; } .mdi2-play-circle::before { content: "\F040C"; } .mdi2-play-circle-outline::before { content: "\F040D"; } .mdi2-play-network::before { content: "\F088B"; } .mdi2-play-network-outline::before { content: "\F0CB7"; } .mdi2-play-outline::before { content: "\F0F1B"; } .mdi2-play-pause::before { content: "\F040E"; } .mdi2-play-protected-content::before { content: "\F040F"; } .mdi2-play-speed::before { content: "\F08FF"; } .mdi2-playlist-check::before { content: "\F05C7"; } .mdi2-playlist-edit::before { content: "\F0900"; } .mdi2-playlist-minus::before { content: "\F0410"; } .mdi2-playlist-music::before { content: "\F0CB8"; } .mdi2-playlist-music-outline::before { content: "\F0CB9"; } .mdi2-playlist-play::before { content: "\F0411"; } .mdi2-playlist-plus::before { content: "\F0412"; } .mdi2-playlist-remove::before { content: "\F0413"; } .mdi2-playlist-star::before { content: "\F0DF2"; } .mdi2-plex::before { content: "\F06BA"; } .mdi2-pliers::before { content: "\F19A4"; } .mdi2-plus::before { content: "\F0415"; } .mdi2-plus-box::before { content: "\F0416"; } .mdi2-plus-box-multiple::before { content: "\F0334"; } .mdi2-plus-box-multiple-outline::before { content: "\F1143"; } .mdi2-plus-box-outline::before { content: "\F0704"; } .mdi2-plus-circle::before { content: "\F0417"; } .mdi2-plus-circle-multiple::before { content: "\F034C"; } .mdi2-plus-circle-multiple-outline::before { content: "\F0418"; } .mdi2-plus-circle-outline::before { content: "\F0419"; } .mdi2-plus-lock::before { content: "\F1A5D"; } .mdi2-plus-lock-open::before { content: "\F1A5E"; } .mdi2-plus-minus::before { content: "\F0992"; } .mdi2-plus-minus-box::before { content: "\F0993"; } .mdi2-plus-minus-variant::before { content: "\F14C9"; } .mdi2-plus-network::before { content: "\F041A"; } .mdi2-plus-network-outline::before { content: "\F0CBA"; } .mdi2-plus-outline::before { content: "\F0705"; } .mdi2-plus-thick::before { content: "\F11EC"; } .mdi2-pocket::before { content: "\F1CBE"; } .mdi2-podcast::before { content: "\F0994"; } .mdi2-podium::before { content: "\F0D25"; } .mdi2-podium-bronze::before { content: "\F0D26"; } .mdi2-podium-gold::before { content: "\F0D27"; } .mdi2-podium-silver::before { content: "\F0D28"; } .mdi2-point-of-sale::before { content: "\F0D92"; } .mdi2-pokeball::before { content: "\F041D"; } .mdi2-pokemon-go::before { content: "\F0A09"; } .mdi2-poker-chip::before { content: "\F0830"; } .mdi2-polaroid::before { content: "\F041E"; } .mdi2-police-badge::before { content: "\F1167"; } .mdi2-police-badge-outline::before { content: "\F1168"; } .mdi2-police-station::before { content: "\F1839"; } .mdi2-poll::before { content: "\F041F"; } .mdi2-polo::before { content: "\F14C3"; } .mdi2-polymer::before { content: "\F0421"; } .mdi2-pool::before { content: "\F0606"; } .mdi2-pool-thermometer::before { content: "\F1A5F"; } .mdi2-popcorn::before { content: "\F0422"; } .mdi2-post::before { content: "\F1008"; } .mdi2-post-lamp::before { content: "\F1A60"; } .mdi2-post-outline::before { content: "\F1009"; } .mdi2-postage-stamp::before { content: "\F0CBB"; } .mdi2-pot::before { content: "\F02E5"; } .mdi2-pot-mix::before { content: "\F065B"; } .mdi2-pot-mix-outline::before { content: "\F0677"; } .mdi2-pot-outline::before { content: "\F02FF"; } .mdi2-pot-steam::before { content: "\F065A"; } .mdi2-pot-steam-outline::before { content: "\F0326"; } .mdi2-pound::before { content: "\F0423"; } .mdi2-pound-box::before { content: "\F0424"; } .mdi2-pound-box-outline::before { content: "\F117F"; } .mdi2-power::before { content: "\F0425"; } .mdi2-power-cycle::before { content: "\F0901"; } .mdi2-power-off::before { content: "\F0902"; } .mdi2-power-on::before { content: "\F0903"; } .mdi2-power-plug::before { content: "\F06A5"; } .mdi2-power-plug-battery::before { content: "\F1C3B"; } .mdi2-power-plug-battery-outline::before { content: "\F1C3C"; } .mdi2-power-plug-off::before { content: "\F06A6"; } .mdi2-power-plug-off-outline::before { content: "\F1424"; } .mdi2-power-plug-outline::before { content: "\F1425"; } .mdi2-power-settings::before { content: "\F0426"; } .mdi2-power-sleep::before { content: "\F0904"; } .mdi2-power-socket::before { content: "\F0427"; } .mdi2-power-socket-au::before { content: "\F0905"; } .mdi2-power-socket-ch::before { content: "\F0FB3"; } .mdi2-power-socket-de::before { content: "\F1107"; } .mdi2-power-socket-eu::before { content: "\F07E7"; } .mdi2-power-socket-fr::before { content: "\F1108"; } .mdi2-power-socket-it::before { content: "\F14FF"; } .mdi2-power-socket-jp::before { content: "\F1109"; } .mdi2-power-socket-uk::before { content: "\F07E8"; } .mdi2-power-socket-us::before { content: "\F07E9"; } .mdi2-power-standby::before { content: "\F0906"; } .mdi2-powershell::before { content: "\F0A0A"; } .mdi2-prescription::before { content: "\F0706"; } .mdi2-presentation::before { content: "\F0428"; } .mdi2-presentation-play::before { content: "\F0429"; } .mdi2-pretzel::before { content: "\F1562"; } .mdi2-printer::before { content: "\F042A"; } .mdi2-printer-3d::before { content: "\F042B"; } .mdi2-printer-3d-nozzle::before { content: "\F0E5B"; } .mdi2-printer-3d-nozzle-alert::before { content: "\F11C0"; } .mdi2-printer-3d-nozzle-alert-outline::before { content: "\F11C1"; } .mdi2-printer-3d-nozzle-heat::before { content: "\F18B8"; } .mdi2-printer-3d-nozzle-heat-outline::before { content: "\F18B9"; } .mdi2-printer-3d-nozzle-off::before { content: "\F1B19"; } .mdi2-printer-3d-nozzle-off-outline::before { content: "\F1B1A"; } .mdi2-printer-3d-nozzle-outline::before { content: "\F0E5C"; } .mdi2-printer-3d-off::before { content: "\F1B0E"; } .mdi2-printer-alert::before { content: "\F042C"; } .mdi2-printer-check::before { content: "\F1146"; } .mdi2-printer-eye::before { content: "\F1458"; } .mdi2-printer-off::before { content: "\F0E5D"; } .mdi2-printer-off-outline::before { content: "\F1785"; } .mdi2-printer-outline::before { content: "\F1786"; } .mdi2-printer-pos::before { content: "\F1057"; } .mdi2-printer-pos-alert::before { content: "\F1BBC"; } .mdi2-printer-pos-alert-outline::before { content: "\F1BBD"; } .mdi2-printer-pos-cancel::before { content: "\F1BBE"; } .mdi2-printer-pos-cancel-outline::before { content: "\F1BBF"; } .mdi2-printer-pos-check::before { content: "\F1BC0"; } .mdi2-printer-pos-check-outline::before { content: "\F1BC1"; } .mdi2-printer-pos-cog::before { content: "\F1BC2"; } .mdi2-printer-pos-cog-outline::before { content: "\F1BC3"; } .mdi2-printer-pos-edit::before { content: "\F1BC4"; } .mdi2-printer-pos-edit-outline::before { content: "\F1BC5"; } .mdi2-printer-pos-minus::before { content: "\F1BC6"; } .mdi2-printer-pos-minus-outline::before { content: "\F1BC7"; } .mdi2-printer-pos-network::before { content: "\F1BC8"; } .mdi2-printer-pos-network-outline::before { content: "\F1BC9"; } .mdi2-printer-pos-off::before { content: "\F1BCA"; } .mdi2-printer-pos-off-outline::before { content: "\F1BCB"; } .mdi2-printer-pos-outline::before { content: "\F1BCC"; } .mdi2-printer-pos-pause::before { content: "\F1BCD"; } .mdi2-printer-pos-pause-outline::before { content: "\F1BCE"; } .mdi2-printer-pos-play::before { content: "\F1BCF"; } .mdi2-printer-pos-play-outline::before { content: "\F1BD0"; } .mdi2-printer-pos-plus::before { content: "\F1BD1"; } .mdi2-printer-pos-plus-outline::before { content: "\F1BD2"; } .mdi2-printer-pos-refresh::before { content: "\F1BD3"; } .mdi2-printer-pos-refresh-outline::before { content: "\F1BD4"; } .mdi2-printer-pos-remove::before { content: "\F1BD5"; } .mdi2-printer-pos-remove-outline::before { content: "\F1BD6"; } .mdi2-printer-pos-star::before { content: "\F1BD7"; } .mdi2-printer-pos-star-outline::before { content: "\F1BD8"; } .mdi2-printer-pos-stop::before { content: "\F1BD9"; } .mdi2-printer-pos-stop-outline::before { content: "\F1BDA"; } .mdi2-printer-pos-sync::before { content: "\F1BDB"; } .mdi2-printer-pos-sync-outline::before { content: "\F1BDC"; } .mdi2-printer-pos-wrench::before { content: "\F1BDD"; } .mdi2-printer-pos-wrench-outline::before { content: "\F1BDE"; } .mdi2-printer-search::before { content: "\F1457"; } .mdi2-printer-settings::before { content: "\F0707"; } .mdi2-printer-wireless::before { content: "\F0A0B"; } .mdi2-priority-high::before { content: "\F0603"; } .mdi2-priority-low::before { content: "\F0604"; } .mdi2-professional-hexagon::before { content: "\F042D"; } .mdi2-progress-alert::before { content: "\F0CBC"; } .mdi2-progress-check::before { content: "\F0995"; } .mdi2-progress-clock::before { content: "\F0996"; } .mdi2-progress-close::before { content: "\F110A"; } .mdi2-progress-download::before { content: "\F0997"; } .mdi2-progress-helper::before { content: "\F1BA2"; } .mdi2-progress-pencil::before { content: "\F1787"; } .mdi2-progress-question::before { content: "\F1522"; } .mdi2-progress-star::before { content: "\F1788"; } .mdi2-progress-star-four-points::before { content: "\F1C3D"; } .mdi2-progress-tag::before { content: "\F1D0D"; } .mdi2-progress-upload::before { content: "\F0998"; } .mdi2-progress-wrench::before { content: "\F0CBD"; } .mdi2-projector::before { content: "\F042E"; } .mdi2-projector-off::before { content: "\F1A23"; } .mdi2-projector-screen::before { content: "\F042F"; } .mdi2-projector-screen-off::before { content: "\F180D"; } .mdi2-projector-screen-off-outline::before { content: "\F180E"; } .mdi2-projector-screen-outline::before { content: "\F1724"; } .mdi2-projector-screen-variant::before { content: "\F180F"; } .mdi2-projector-screen-variant-off::before { content: "\F1810"; } .mdi2-projector-screen-variant-off-outline::before { content: "\F1811"; } .mdi2-projector-screen-variant-outline::before { content: "\F1812"; } .mdi2-propane-tank::before { content: "\F1357"; } .mdi2-propane-tank-outline::before { content: "\F1358"; } .mdi2-protocol::before { content: "\F0FD8"; } .mdi2-publish::before { content: "\F06A7"; } .mdi2-publish-off::before { content: "\F1945"; } .mdi2-pulse::before { content: "\F0430"; } .mdi2-pump::before { content: "\F1402"; } .mdi2-pump-off::before { content: "\F1B22"; } .mdi2-pumpkin::before { content: "\F0BBF"; } .mdi2-purse::before { content: "\F0F1C"; } .mdi2-purse-outline::before { content: "\F0F1D"; } .mdi2-puzzle::before { content: "\F0431"; } .mdi2-puzzle-check::before { content: "\F1426"; } .mdi2-puzzle-check-outline::before { content: "\F1427"; } .mdi2-puzzle-edit::before { content: "\F14D3"; } .mdi2-puzzle-edit-outline::before { content: "\F14D9"; } .mdi2-puzzle-heart::before { content: "\F14D4"; } .mdi2-puzzle-heart-outline::before { content: "\F14DA"; } .mdi2-puzzle-minus::before { content: "\F14D1"; } .mdi2-puzzle-minus-outline::before { content: "\F14D7"; } .mdi2-puzzle-outline::before { content: "\F0A66"; } .mdi2-puzzle-plus::before { content: "\F14D0"; } .mdi2-puzzle-plus-outline::before { content: "\F14D6"; } .mdi2-puzzle-remove::before { content: "\F14D2"; } .mdi2-puzzle-remove-outline::before { content: "\F14D8"; } .mdi2-puzzle-star::before { content: "\F14D5"; } .mdi2-puzzle-star-outline::before { content: "\F14DB"; } .mdi2-pyramid::before { content: "\F1952"; } .mdi2-pyramid-off::before { content: "\F1953"; } .mdi2-qi::before { content: "\F0999"; } .mdi2-qqchat::before { content: "\F0605"; } .mdi2-qrcode::before { content: "\F0432"; } .mdi2-qrcode-edit::before { content: "\F08B8"; } .mdi2-qrcode-minus::before { content: "\F118C"; } .mdi2-qrcode-plus::before { content: "\F118B"; } .mdi2-qrcode-remove::before { content: "\F118D"; } .mdi2-qrcode-scan::before { content: "\F0433"; } .mdi2-quadcopter::before { content: "\F0434"; } .mdi2-quality-high::before { content: "\F0435"; } .mdi2-quality-low::before { content: "\F0A0C"; } .mdi2-quality-medium::before { content: "\F0A0D"; } .mdi2-queue-first-in-last-out::before { content: "\F1CAF"; } .mdi2-quora::before { content: "\F0D29"; } .mdi2-rabbit::before { content: "\F0907"; } .mdi2-rabbit-variant::before { content: "\F1A61"; } .mdi2-rabbit-variant-outline::before { content: "\F1A62"; } .mdi2-racing-helmet::before { content: "\F0D93"; } .mdi2-racquetball::before { content: "\F0D94"; } .mdi2-radar::before { content: "\F0437"; } .mdi2-radiator::before { content: "\F0438"; } .mdi2-radiator-disabled::before { content: "\F0AD7"; } .mdi2-radiator-off::before { content: "\F0AD8"; } .mdi2-radio::before { content: "\F0439"; } .mdi2-radio-am::before { content: "\F0CBE"; } .mdi2-radio-fm::before { content: "\F0CBF"; } .mdi2-radio-handheld::before { content: "\F043A"; } .mdi2-radio-off::before { content: "\F121C"; } .mdi2-radio-tower::before { content: "\F043B"; } .mdi2-radioactive::before { content: "\F043C"; } .mdi2-radioactive-circle::before { content: "\F185D"; } .mdi2-radioactive-circle-outline::before { content: "\F185E"; } .mdi2-radioactive-off::before { content: "\F0EC1"; } .mdi2-radiobox-blank::before { content: "\F043D"; } .mdi2-radiobox-indeterminate-variant::before { content: "\F1C5E"; } .mdi2-radiobox-marked::before { content: "\F043E"; } .mdi2-radiology-box::before { content: "\F14C5"; } .mdi2-radiology-box-outline::before { content: "\F14C6"; } .mdi2-radius::before { content: "\F0CC0"; } .mdi2-radius-outline::before { content: "\F0CC1"; } .mdi2-railroad-light::before { content: "\F0F1E"; } .mdi2-rake::before { content: "\F1544"; } .mdi2-raspberry-pi::before { content: "\F043F"; } .mdi2-raw::before { content: "\F1A0F"; } .mdi2-raw-off::before { content: "\F1A10"; } .mdi2-ray-end::before { content: "\F0440"; } .mdi2-ray-end-arrow::before { content: "\F0441"; } .mdi2-ray-start::before { content: "\F0442"; } .mdi2-ray-start-arrow::before { content: "\F0443"; } .mdi2-ray-start-end::before { content: "\F0444"; } .mdi2-ray-start-vertex-end::before { content: "\F15D8"; } .mdi2-ray-vertex::before { content: "\F0445"; } .mdi2-razor-double-edge::before { content: "\F1997"; } .mdi2-razor-single-edge::before { content: "\F1998"; } .mdi2-react::before { content: "\F0708"; } .mdi2-read::before { content: "\F0447"; } .mdi2-receipt::before { content: "\F0824"; } .mdi2-receipt-clock::before { content: "\F1C3E"; } .mdi2-receipt-clock-outline::before { content: "\F1C3F"; } .mdi2-receipt-outline::before { content: "\F04F7"; } .mdi2-receipt-send::before { content: "\F1C40"; } .mdi2-receipt-send-outline::before { content: "\F1C41"; } .mdi2-receipt-text::before { content: "\F0449"; } .mdi2-receipt-text-arrow-left::before { content: "\F1C42"; } .mdi2-receipt-text-arrow-left-outline::before { content: "\F1C43"; } .mdi2-receipt-text-arrow-right::before { content: "\F1C44"; } .mdi2-receipt-text-arrow-right-outline::before { content: "\F1C45"; } .mdi2-receipt-text-check::before { content: "\F1A63"; } .mdi2-receipt-text-check-outline::before { content: "\F1A64"; } .mdi2-receipt-text-clock::before { content: "\F1C46"; } .mdi2-receipt-text-clock-outline::before { content: "\F1C47"; } .mdi2-receipt-text-edit::before { content: "\F1C48"; } .mdi2-receipt-text-edit-outline::before { content: "\F1C49"; } .mdi2-receipt-text-minus::before { content: "\F1A65"; } .mdi2-receipt-text-minus-outline::before { content: "\F1A66"; } .mdi2-receipt-text-outline::before { content: "\F19DC"; } .mdi2-receipt-text-plus::before { content: "\F1A67"; } .mdi2-receipt-text-plus-outline::before { content: "\F1A68"; } .mdi2-receipt-text-remove::before { content: "\F1A69"; } .mdi2-receipt-text-remove-outline::before { content: "\F1A6A"; } .mdi2-receipt-text-send::before { content: "\F1C4A"; } .mdi2-receipt-text-send-outline::before { content: "\F1C4B"; } .mdi2-record::before { content: "\F044A"; } .mdi2-record-circle::before { content: "\F0EC2"; } .mdi2-record-circle-outline::before { content: "\F0EC3"; } .mdi2-record-player::before { content: "\F099A"; } .mdi2-record-rec::before { content: "\F044B"; } .mdi2-rectangle::before { content: "\F0E5E"; } .mdi2-rectangle-outline::before { content: "\F0E5F"; } .mdi2-recycle::before { content: "\F044C"; } .mdi2-recycle-variant::before { content: "\F139D"; } .mdi2-reddit::before { content: "\F044D"; } .mdi2-redhat::before { content: "\F111B"; } .mdi2-redo::before { content: "\F044E"; } .mdi2-redo-variant::before { content: "\F044F"; } .mdi2-reflect-horizontal::before { content: "\F0A0E"; } .mdi2-reflect-vertical::before { content: "\F0A0F"; } .mdi2-refresh::before { content: "\F0450"; } .mdi2-refresh-auto::before { content: "\F18F2"; } .mdi2-refresh-circle::before { content: "\F1377"; } .mdi2-regex::before { content: "\F0451"; } .mdi2-registered-trademark::before { content: "\F0A67"; } .mdi2-reiterate::before { content: "\F1588"; } .mdi2-relation-many-to-many::before { content: "\F1496"; } .mdi2-relation-many-to-one::before { content: "\F1497"; } .mdi2-relation-many-to-one-or-many::before { content: "\F1498"; } .mdi2-relation-many-to-only-one::before { content: "\F1499"; } .mdi2-relation-many-to-zero-or-many::before { content: "\F149A"; } .mdi2-relation-many-to-zero-or-one::before { content: "\F149B"; } .mdi2-relation-one-or-many-to-many::before { content: "\F149C"; } .mdi2-relation-one-or-many-to-one::before { content: "\F149D"; } .mdi2-relation-one-or-many-to-one-or-many::before { content: "\F149E"; } .mdi2-relation-one-or-many-to-only-one::before { content: "\F149F"; } .mdi2-relation-one-or-many-to-zero-or-many::before { content: "\F14A0"; } .mdi2-relation-one-or-many-to-zero-or-one::before { content: "\F14A1"; } .mdi2-relation-one-to-many::before { content: "\F14A2"; } .mdi2-relation-one-to-one::before { content: "\F14A3"; } .mdi2-relation-one-to-one-or-many::before { content: "\F14A4"; } .mdi2-relation-one-to-only-one::before { content: "\F14A5"; } .mdi2-relation-one-to-zero-or-many::before { content: "\F14A6"; } .mdi2-relation-one-to-zero-or-one::before { content: "\F14A7"; } .mdi2-relation-only-one-to-many::before { content: "\F14A8"; } .mdi2-relation-only-one-to-one::before { content: "\F14A9"; } .mdi2-relation-only-one-to-one-or-many::before { content: "\F14AA"; } .mdi2-relation-only-one-to-only-one::before { content: "\F14AB"; } .mdi2-relation-only-one-to-zero-or-many::before { content: "\F14AC"; } .mdi2-relation-only-one-to-zero-or-one::before { content: "\F14AD"; } .mdi2-relation-zero-or-many-to-many::before { content: "\F14AE"; } .mdi2-relation-zero-or-many-to-one::before { content: "\F14AF"; } .mdi2-relation-zero-or-many-to-one-or-many::before { content: "\F14B0"; } .mdi2-relation-zero-or-many-to-only-one::before { content: "\F14B1"; } .mdi2-relation-zero-or-many-to-zero-or-many::before { content: "\F14B2"; } .mdi2-relation-zero-or-many-to-zero-or-one::before { content: "\F14B3"; } .mdi2-relation-zero-or-one-to-many::before { content: "\F14B4"; } .mdi2-relation-zero-or-one-to-one::before { content: "\F14B5"; } .mdi2-relation-zero-or-one-to-one-or-many::before { content: "\F14B6"; } .mdi2-relation-zero-or-one-to-only-one::before { content: "\F14B7"; } .mdi2-relation-zero-or-one-to-zero-or-many::before { content: "\F14B8"; } .mdi2-relation-zero-or-one-to-zero-or-one::before { content: "\F14B9"; } .mdi2-relative-scale::before { content: "\F0452"; } .mdi2-reload::before { content: "\F0453"; } .mdi2-reload-alert::before { content: "\F110B"; } .mdi2-reminder::before { content: "\F088C"; } .mdi2-remote::before { content: "\F0454"; } .mdi2-remote-desktop::before { content: "\F08B9"; } .mdi2-remote-off::before { content: "\F0EC4"; } .mdi2-remote-tv::before { content: "\F0EC5"; } .mdi2-remote-tv-off::before { content: "\F0EC6"; } .mdi2-rename::before { content: "\F1C18"; } .mdi2-rename-box::before { content: "\F0455"; } .mdi2-rename-box-outline::before { content: "\F1C19"; } .mdi2-rename-outline::before { content: "\F1C1A"; } .mdi2-reorder-horizontal::before { content: "\F0688"; } .mdi2-reorder-vertical::before { content: "\F0689"; } .mdi2-repeat::before { content: "\F0456"; } .mdi2-repeat-off::before { content: "\F0457"; } .mdi2-repeat-once::before { content: "\F0458"; } .mdi2-repeat-variant::before { content: "\F0547"; } .mdi2-replay::before { content: "\F0459"; } .mdi2-reply::before { content: "\F045A"; } .mdi2-reply-all::before { content: "\F045B"; } .mdi2-reply-all-outline::before { content: "\F0F1F"; } .mdi2-reply-circle::before { content: "\F11AE"; } .mdi2-reply-outline::before { content: "\F0F20"; } .mdi2-reproduction::before { content: "\F045C"; } .mdi2-resistor::before { content: "\F0B44"; } .mdi2-resistor-nodes::before { content: "\F0B45"; } .mdi2-resize::before { content: "\F0A68"; } .mdi2-resize-bottom-right::before { content: "\F045D"; } .mdi2-responsive::before { content: "\F045E"; } .mdi2-restart::before { content: "\F0709"; } .mdi2-restart-alert::before { content: "\F110C"; } .mdi2-restart-off::before { content: "\F0D95"; } .mdi2-restore::before { content: "\F099B"; } .mdi2-restore-alert::before { content: "\F110D"; } .mdi2-rewind::before { content: "\F045F"; } .mdi2-rewind-10::before { content: "\F0D2A"; } .mdi2-rewind-15::before { content: "\F1946"; } .mdi2-rewind-30::before { content: "\F0D96"; } .mdi2-rewind-45::before { content: "\F1B13"; } .mdi2-rewind-5::before { content: "\F11F9"; } .mdi2-rewind-60::before { content: "\F160C"; } .mdi2-rewind-outline::before { content: "\F070A"; } .mdi2-rhombus::before { content: "\F070B"; } .mdi2-rhombus-medium::before { content: "\F0A10"; } .mdi2-rhombus-medium-outline::before { content: "\F14DC"; } .mdi2-rhombus-outline::before { content: "\F070C"; } .mdi2-rhombus-split::before { content: "\F0A11"; } .mdi2-rhombus-split-outline::before { content: "\F14DD"; } .mdi2-ribbon::before { content: "\F0460"; } .mdi2-rice::before { content: "\F07EA"; } .mdi2-rickshaw::before { content: "\F15BB"; } .mdi2-rickshaw-electric::before { content: "\F15BC"; } .mdi2-ring::before { content: "\F07EB"; } .mdi2-rivet::before { content: "\F0E60"; } .mdi2-road::before { content: "\F0461"; } .mdi2-road-variant::before { content: "\F0462"; } .mdi2-robber::before { content: "\F1058"; } .mdi2-robot::before { content: "\F06A9"; } .mdi2-robot-angry::before { content: "\F169D"; } .mdi2-robot-angry-outline::before { content: "\F169E"; } .mdi2-robot-confused::before { content: "\F169F"; } .mdi2-robot-confused-outline::before { content: "\F16A0"; } .mdi2-robot-dead::before { content: "\F16A1"; } .mdi2-robot-dead-outline::before { content: "\F16A2"; } .mdi2-robot-excited::before { content: "\F16A3"; } .mdi2-robot-excited-outline::before { content: "\F16A4"; } .mdi2-robot-happy::before { content: "\F1719"; } .mdi2-robot-happy-outline::before { content: "\F171A"; } .mdi2-robot-industrial::before { content: "\F0B46"; } .mdi2-robot-industrial-outline::before { content: "\F1A1A"; } .mdi2-robot-love::before { content: "\F16A5"; } .mdi2-robot-love-outline::before { content: "\F16A6"; } .mdi2-robot-mower::before { content: "\F11F7"; } .mdi2-robot-mower-outline::before { content: "\F11F3"; } .mdi2-robot-off::before { content: "\F16A7"; } .mdi2-robot-off-outline::before { content: "\F167B"; } .mdi2-robot-outline::before { content: "\F167A"; } .mdi2-robot-vacuum::before { content: "\F070D"; } .mdi2-robot-vacuum-alert::before { content: "\F1B5D"; } .mdi2-robot-vacuum-off::before { content: "\F1C01"; } .mdi2-robot-vacuum-variant::before { content: "\F0908"; } .mdi2-robot-vacuum-variant-alert::before { content: "\F1B5E"; } .mdi2-robot-vacuum-variant-off::before { content: "\F1C02"; } .mdi2-rocket::before { content: "\F0463"; } .mdi2-rocket-launch::before { content: "\F14DE"; } .mdi2-rocket-launch-outline::before { content: "\F14DF"; } .mdi2-rocket-outline::before { content: "\F13AF"; } .mdi2-rodent::before { content: "\F1327"; } .mdi2-roller-shade::before { content: "\F1A6B"; } .mdi2-roller-shade-closed::before { content: "\F1A6C"; } .mdi2-roller-skate::before { content: "\F0D2B"; } .mdi2-roller-skate-off::before { content: "\F0145"; } .mdi2-rollerblade::before { content: "\F0D2C"; } .mdi2-rollerblade-off::before { content: "\F002E"; } .mdi2-rollupjs::before { content: "\F0BC0"; } .mdi2-rolodex::before { content: "\F1AB9"; } .mdi2-rolodex-outline::before { content: "\F1ABA"; } .mdi2-roman-numeral-1::before { content: "\F1088"; } .mdi2-roman-numeral-10::before { content: "\F1091"; } .mdi2-roman-numeral-2::before { content: "\F1089"; } .mdi2-roman-numeral-3::before { content: "\F108A"; } .mdi2-roman-numeral-4::before { content: "\F108B"; } .mdi2-roman-numeral-5::before { content: "\F108C"; } .mdi2-roman-numeral-6::before { content: "\F108D"; } .mdi2-roman-numeral-7::before { content: "\F108E"; } .mdi2-roman-numeral-8::before { content: "\F108F"; } .mdi2-roman-numeral-9::before { content: "\F1090"; } .mdi2-room-service::before { content: "\F088D"; } .mdi2-room-service-outline::before { content: "\F0D97"; } .mdi2-rotate-360::before { content: "\F1999"; } .mdi2-rotate-3d::before { content: "\F0EC7"; } .mdi2-rotate-3d-variant::before { content: "\F0464"; } .mdi2-rotate-left::before { content: "\F0465"; } .mdi2-rotate-left-variant::before { content: "\F0466"; } .mdi2-rotate-orbit::before { content: "\F0D98"; } .mdi2-rotate-right::before { content: "\F0467"; } .mdi2-rotate-right-variant::before { content: "\F0468"; } .mdi2-rounded-corner::before { content: "\F0607"; } .mdi2-router::before { content: "\F11E2"; } .mdi2-router-network::before { content: "\F1087"; } .mdi2-router-network-wireless::before { content: "\F1C97"; } .mdi2-router-wireless::before { content: "\F0469"; } .mdi2-router-wireless-off::before { content: "\F15A3"; } .mdi2-router-wireless-settings::before { content: "\F0A69"; } .mdi2-routes::before { content: "\F046A"; } .mdi2-routes-clock::before { content: "\F1059"; } .mdi2-rowing::before { content: "\F0608"; } .mdi2-rss::before { content: "\F046B"; } .mdi2-rss-box::before { content: "\F046C"; } .mdi2-rss-off::before { content: "\F0F21"; } .mdi2-rug::before { content: "\F1475"; } .mdi2-rugby::before { content: "\F0D99"; } .mdi2-ruler::before { content: "\F046D"; } .mdi2-ruler-square::before { content: "\F0CC2"; } .mdi2-ruler-square-compass::before { content: "\F0EBE"; } .mdi2-run::before { content: "\F070E"; } .mdi2-run-fast::before { content: "\F046E"; } .mdi2-rv-truck::before { content: "\F11D4"; } .mdi2-sack::before { content: "\F0D2E"; } .mdi2-sack-outline::before { content: "\F1C4C"; } .mdi2-sack-percent::before { content: "\F0D2F"; } .mdi2-safe::before { content: "\F0A6A"; } .mdi2-safe-square::before { content: "\F127C"; } .mdi2-safe-square-outline::before { content: "\F127D"; } .mdi2-safety-goggles::before { content: "\F0D30"; } .mdi2-sail-boat::before { content: "\F0EC8"; } .mdi2-sail-boat-sink::before { content: "\F1AEF"; } .mdi2-sale::before { content: "\F046F"; } .mdi2-sale-outline::before { content: "\F1A06"; } .mdi2-salesforce::before { content: "\F088E"; } .mdi2-sass::before { content: "\F07EC"; } .mdi2-satellite::before { content: "\F0470"; } .mdi2-satellite-uplink::before { content: "\F0909"; } .mdi2-satellite-variant::before { content: "\F0471"; } .mdi2-sausage::before { content: "\F08BA"; } .mdi2-sausage-off::before { content: "\F1789"; } .mdi2-saw-blade::before { content: "\F0E61"; } .mdi2-sawtooth-wave::before { content: "\F147A"; } .mdi2-saxophone::before { content: "\F0609"; } .mdi2-scale::before { content: "\F0472"; } .mdi2-scale-balance::before { content: "\F05D1"; } .mdi2-scale-bathroom::before { content: "\F0473"; } .mdi2-scale-off::before { content: "\F105A"; } .mdi2-scale-unbalanced::before { content: "\F19B8"; } .mdi2-scan-helper::before { content: "\F13D8"; } .mdi2-scanner::before { content: "\F06AB"; } .mdi2-scanner-off::before { content: "\F090A"; } .mdi2-scatter-plot::before { content: "\F0EC9"; } .mdi2-scatter-plot-outline::before { content: "\F0ECA"; } .mdi2-scent::before { content: "\F1958"; } .mdi2-scent-off::before { content: "\F1959"; } .mdi2-school::before { content: "\F0474"; } .mdi2-school-outline::before { content: "\F1180"; } .mdi2-scissors-cutting::before { content: "\F0A6B"; } .mdi2-scooter::before { content: "\F15BD"; } .mdi2-scooter-electric::before { content: "\F15BE"; } .mdi2-scoreboard::before { content: "\F127E"; } .mdi2-scoreboard-outline::before { content: "\F127F"; } .mdi2-screen-rotation::before { content: "\F0475"; } .mdi2-screen-rotation-lock::before { content: "\F0478"; } .mdi2-screw-flat-top::before { content: "\F0DF3"; } .mdi2-screw-lag::before { content: "\F0DF4"; } .mdi2-screw-machine-flat-top::before { content: "\F0DF5"; } .mdi2-screw-machine-round-top::before { content: "\F0DF6"; } .mdi2-screw-round-top::before { content: "\F0DF7"; } .mdi2-screwdriver::before { content: "\F0476"; } .mdi2-script::before { content: "\F0BC1"; } .mdi2-script-outline::before { content: "\F0477"; } .mdi2-script-text::before { content: "\F0BC2"; } .mdi2-script-text-key::before { content: "\F1725"; } .mdi2-script-text-key-outline::before { content: "\F1726"; } .mdi2-script-text-outline::before { content: "\F0BC3"; } .mdi2-script-text-play::before { content: "\F1727"; } .mdi2-script-text-play-outline::before { content: "\F1728"; } .mdi2-sd::before { content: "\F0479"; } .mdi2-seal::before { content: "\F047A"; } .mdi2-seal-variant::before { content: "\F0FD9"; } .mdi2-search-web::before { content: "\F070F"; } .mdi2-seat::before { content: "\F0CC3"; } .mdi2-seat-flat::before { content: "\F047B"; } .mdi2-seat-flat-angled::before { content: "\F047C"; } .mdi2-seat-individual-suite::before { content: "\F047D"; } .mdi2-seat-legroom-extra::before { content: "\F047E"; } .mdi2-seat-legroom-normal::before { content: "\F047F"; } .mdi2-seat-legroom-reduced::before { content: "\F0480"; } .mdi2-seat-outline::before { content: "\F0CC4"; } .mdi2-seat-passenger::before { content: "\F1249"; } .mdi2-seat-recline-extra::before { content: "\F0481"; } .mdi2-seat-recline-normal::before { content: "\F0482"; } .mdi2-seatbelt::before { content: "\F0CC5"; } .mdi2-security::before { content: "\F0483"; } .mdi2-security-network::before { content: "\F0484"; } .mdi2-seed::before { content: "\F0E62"; } .mdi2-seed-off::before { content: "\F13FD"; } .mdi2-seed-off-outline::before { content: "\F13FE"; } .mdi2-seed-outline::before { content: "\F0E63"; } .mdi2-seed-plus::before { content: "\F1A6D"; } .mdi2-seed-plus-outline::before { content: "\F1A6E"; } .mdi2-seesaw::before { content: "\F15A4"; } .mdi2-segment::before { content: "\F0ECB"; } .mdi2-select::before { content: "\F0485"; } .mdi2-select-all::before { content: "\F0486"; } .mdi2-select-arrow-down::before { content: "\F1B59"; } .mdi2-select-arrow-up::before { content: "\F1B58"; } .mdi2-select-color::before { content: "\F0D31"; } .mdi2-select-compare::before { content: "\F0AD9"; } .mdi2-select-drag::before { content: "\F0A6C"; } .mdi2-select-group::before { content: "\F0F82"; } .mdi2-select-inverse::before { content: "\F0487"; } .mdi2-select-marker::before { content: "\F1280"; } .mdi2-select-multiple::before { content: "\F1281"; } .mdi2-select-multiple-marker::before { content: "\F1282"; } .mdi2-select-off::before { content: "\F0488"; } .mdi2-select-place::before { content: "\F0FDA"; } .mdi2-select-remove::before { content: "\F17C1"; } .mdi2-select-search::before { content: "\F1204"; } .mdi2-selection::before { content: "\F0489"; } .mdi2-selection-drag::before { content: "\F0A6D"; } .mdi2-selection-ellipse::before { content: "\F0D32"; } .mdi2-selection-ellipse-arrow-inside::before { content: "\F0F22"; } .mdi2-selection-ellipse-remove::before { content: "\F17C2"; } .mdi2-selection-marker::before { content: "\F1283"; } .mdi2-selection-multiple::before { content: "\F1285"; } .mdi2-selection-multiple-marker::before { content: "\F1284"; } .mdi2-selection-off::before { content: "\F0777"; } .mdi2-selection-remove::before { content: "\F17C3"; } .mdi2-selection-search::before { content: "\F1205"; } .mdi2-semantic-web::before { content: "\F1316"; } .mdi2-send::before { content: "\F048A"; } .mdi2-send-check::before { content: "\F1161"; } .mdi2-send-check-outline::before { content: "\F1162"; } .mdi2-send-circle::before { content: "\F0DF8"; } .mdi2-send-circle-outline::before { content: "\F0DF9"; } .mdi2-send-clock::before { content: "\F1163"; } .mdi2-send-clock-outline::before { content: "\F1164"; } .mdi2-send-lock::before { content: "\F07ED"; } .mdi2-send-lock-outline::before { content: "\F1166"; } .mdi2-send-outline::before { content: "\F1165"; } .mdi2-send-variant::before { content: "\F1C4D"; } .mdi2-send-variant-clock::before { content: "\F1C7E"; } .mdi2-send-variant-clock-outline::before { content: "\F1C7F"; } .mdi2-send-variant-outline::before { content: "\F1C4E"; } .mdi2-serial-port::before { content: "\F065C"; } .mdi2-server::before { content: "\F048B"; } .mdi2-server-minus::before { content: "\F048C"; } .mdi2-server-minus-outline::before { content: "\F1C98"; } .mdi2-server-network::before { content: "\F048D"; } .mdi2-server-network-off::before { content: "\F048E"; } .mdi2-server-network-outline::before { content: "\F1C99"; } .mdi2-server-off::before { content: "\F048F"; } .mdi2-server-outline::before { content: "\F1C9A"; } .mdi2-server-plus::before { content: "\F0490"; } .mdi2-server-plus-outline::before { content: "\F1C9B"; } .mdi2-server-remove::before { content: "\F0491"; } .mdi2-server-security::before { content: "\F0492"; } .mdi2-set-all::before { content: "\F0778"; } .mdi2-set-center::before { content: "\F0779"; } .mdi2-set-center-right::before { content: "\F077A"; } .mdi2-set-left::before { content: "\F077B"; } .mdi2-set-left-center::before { content: "\F077C"; } .mdi2-set-left-right::before { content: "\F077D"; } .mdi2-set-merge::before { content: "\F14E0"; } .mdi2-set-none::before { content: "\F077E"; } .mdi2-set-right::before { content: "\F077F"; } .mdi2-set-split::before { content: "\F14E1"; } .mdi2-set-square::before { content: "\F145D"; } .mdi2-set-top-box::before { content: "\F099F"; } .mdi2-settings-helper::before { content: "\F0A6E"; } .mdi2-shaker::before { content: "\F110E"; } .mdi2-shaker-outline::before { content: "\F110F"; } .mdi2-shape::before { content: "\F0831"; } .mdi2-shape-circle-plus::before { content: "\F065D"; } .mdi2-shape-outline::before { content: "\F0832"; } .mdi2-shape-oval-plus::before { content: "\F11FA"; } .mdi2-shape-plus::before { content: "\F0495"; } .mdi2-shape-plus-outline::before { content: "\F1C4F"; } .mdi2-shape-polygon-plus::before { content: "\F065E"; } .mdi2-shape-rectangle-plus::before { content: "\F065F"; } .mdi2-shape-square-plus::before { content: "\F0660"; } .mdi2-shape-square-rounded-plus::before { content: "\F14FA"; } .mdi2-share::before { content: "\F0496"; } .mdi2-share-all::before { content: "\F11F4"; } .mdi2-share-all-outline::before { content: "\F11F5"; } .mdi2-share-circle::before { content: "\F11AD"; } .mdi2-share-off::before { content: "\F0F23"; } .mdi2-share-off-outline::before { content: "\F0F24"; } .mdi2-share-outline::before { content: "\F0932"; } .mdi2-share-variant::before { content: "\F0497"; } .mdi2-share-variant-outline::before { content: "\F1514"; } .mdi2-shark::before { content: "\F18BA"; } .mdi2-shark-fin::before { content: "\F1673"; } .mdi2-shark-fin-outline::before { content: "\F1674"; } .mdi2-shark-off::before { content: "\F18BB"; } .mdi2-sheep::before { content: "\F0CC6"; } .mdi2-shield::before { content: "\F0498"; } .mdi2-shield-account::before { content: "\F088F"; } .mdi2-shield-account-outline::before { content: "\F0A12"; } .mdi2-shield-account-variant::before { content: "\F15A7"; } .mdi2-shield-account-variant-outline::before { content: "\F15A8"; } .mdi2-shield-airplane::before { content: "\F06BB"; } .mdi2-shield-airplane-outline::before { content: "\F0CC7"; } .mdi2-shield-alert::before { content: "\F0ECC"; } .mdi2-shield-alert-outline::before { content: "\F0ECD"; } .mdi2-shield-bug::before { content: "\F13DA"; } .mdi2-shield-bug-outline::before { content: "\F13DB"; } .mdi2-shield-car::before { content: "\F0F83"; } .mdi2-shield-check::before { content: "\F0565"; } .mdi2-shield-check-outline::before { content: "\F0CC8"; } .mdi2-shield-cross::before { content: "\F0CC9"; } .mdi2-shield-cross-outline::before { content: "\F0CCA"; } .mdi2-shield-crown::before { content: "\F18BC"; } .mdi2-shield-crown-outline::before { content: "\F18BD"; } .mdi2-shield-edit::before { content: "\F11A0"; } .mdi2-shield-edit-outline::before { content: "\F11A1"; } .mdi2-shield-half::before { content: "\F1360"; } .mdi2-shield-half-full::before { content: "\F0780"; } .mdi2-shield-home::before { content: "\F068A"; } .mdi2-shield-home-outline::before { content: "\F0CCB"; } .mdi2-shield-key::before { content: "\F0BC4"; } .mdi2-shield-key-outline::before { content: "\F0BC5"; } .mdi2-shield-link-variant::before { content: "\F0D33"; } .mdi2-shield-link-variant-outline::before { content: "\F0D34"; } .mdi2-shield-lock::before { content: "\F099D"; } .mdi2-shield-lock-open::before { content: "\F199A"; } .mdi2-shield-lock-open-outline::before { content: "\F199B"; } .mdi2-shield-lock-outline::before { content: "\F0CCC"; } .mdi2-shield-moon::before { content: "\F1828"; } .mdi2-shield-moon-outline::before { content: "\F1829"; } .mdi2-shield-off::before { content: "\F099E"; } .mdi2-shield-off-outline::before { content: "\F099C"; } .mdi2-shield-outline::before { content: "\F0499"; } .mdi2-shield-plus::before { content: "\F0ADA"; } .mdi2-shield-plus-outline::before { content: "\F0ADB"; } .mdi2-shield-refresh::before { content: "\F00AA"; } .mdi2-shield-refresh-outline::before { content: "\F01E0"; } .mdi2-shield-remove::before { content: "\F0ADC"; } .mdi2-shield-remove-outline::before { content: "\F0ADD"; } .mdi2-shield-search::before { content: "\F0D9A"; } .mdi2-shield-star::before { content: "\F113B"; } .mdi2-shield-star-outline::before { content: "\F113C"; } .mdi2-shield-sun::before { content: "\F105D"; } .mdi2-shield-sun-outline::before { content: "\F105E"; } .mdi2-shield-sword::before { content: "\F18BE"; } .mdi2-shield-sword-outline::before { content: "\F18BF"; } .mdi2-shield-sync::before { content: "\F11A2"; } .mdi2-shield-sync-outline::before { content: "\F11A3"; } .mdi2-shimmer::before { content: "\F1545"; } .mdi2-ship-wheel::before { content: "\F0833"; } .mdi2-shipping-pallet::before { content: "\F184E"; } .mdi2-shoe-ballet::before { content: "\F15CA"; } .mdi2-shoe-cleat::before { content: "\F15C7"; } .mdi2-shoe-formal::before { content: "\F0B47"; } .mdi2-shoe-heel::before { content: "\F0B48"; } .mdi2-shoe-print::before { content: "\F0DFA"; } .mdi2-shoe-sneaker::before { content: "\F15C8"; } .mdi2-shopping::before { content: "\F049A"; } .mdi2-shopping-music::before { content: "\F049B"; } .mdi2-shopping-outline::before { content: "\F11D5"; } .mdi2-shopping-search::before { content: "\F0F84"; } .mdi2-shopping-search-outline::before { content: "\F1A6F"; } .mdi2-shore::before { content: "\F14F9"; } .mdi2-shovel::before { content: "\F0710"; } .mdi2-shovel-off::before { content: "\F0711"; } .mdi2-shower::before { content: "\F09A0"; } .mdi2-shower-head::before { content: "\F09A1"; } .mdi2-shredder::before { content: "\F049C"; } .mdi2-shuffle::before { content: "\F049D"; } .mdi2-shuffle-disabled::before { content: "\F049E"; } .mdi2-shuffle-variant::before { content: "\F049F"; } .mdi2-shuriken::before { content: "\F137F"; } .mdi2-sickle::before { content: "\F18C0"; } .mdi2-sigma::before { content: "\F04A0"; } .mdi2-sigma-lower::before { content: "\F062B"; } .mdi2-sign-caution::before { content: "\F04A1"; } .mdi2-sign-direction::before { content: "\F0781"; } .mdi2-sign-direction-minus::before { content: "\F1000"; } .mdi2-sign-direction-plus::before { content: "\F0FDC"; } .mdi2-sign-direction-remove::before { content: "\F0FDD"; } .mdi2-sign-language::before { content: "\F1B4D"; } .mdi2-sign-language-outline::before { content: "\F1B4E"; } .mdi2-sign-pole::before { content: "\F14F8"; } .mdi2-sign-real-estate::before { content: "\F1118"; } .mdi2-sign-text::before { content: "\F0782"; } .mdi2-sign-yield::before { content: "\F1BAF"; } .mdi2-signal::before { content: "\F04A2"; } .mdi2-signal-2g::before { content: "\F0712"; } .mdi2-signal-3g::before { content: "\F0713"; } .mdi2-signal-4g::before { content: "\F0714"; } .mdi2-signal-5g::before { content: "\F0A6F"; } .mdi2-signal-cellular-1::before { content: "\F08BC"; } .mdi2-signal-cellular-2::before { content: "\F08BD"; } .mdi2-signal-cellular-3::before { content: "\F08BE"; } .mdi2-signal-cellular-outline::before { content: "\F08BF"; } .mdi2-signal-distance-variant::before { content: "\F0E64"; } .mdi2-signal-hspa::before { content: "\F0715"; } .mdi2-signal-hspa-plus::before { content: "\F0716"; } .mdi2-signal-off::before { content: "\F0783"; } .mdi2-signal-variant::before { content: "\F060A"; } .mdi2-signature::before { content: "\F0DFB"; } .mdi2-signature-freehand::before { content: "\F0DFC"; } .mdi2-signature-image::before { content: "\F0DFD"; } .mdi2-signature-text::before { content: "\F0DFE"; } .mdi2-silo::before { content: "\F1B9F"; } .mdi2-silo-outline::before { content: "\F0B49"; } .mdi2-silverware::before { content: "\F04A3"; } .mdi2-silverware-clean::before { content: "\F0FDE"; } .mdi2-silverware-fork::before { content: "\F04A4"; } .mdi2-silverware-fork-knife::before { content: "\F0A70"; } .mdi2-silverware-spoon::before { content: "\F04A5"; } .mdi2-silverware-variant::before { content: "\F04A6"; } .mdi2-sim::before { content: "\F04A7"; } .mdi2-sim-alert::before { content: "\F04A8"; } .mdi2-sim-alert-outline::before { content: "\F15D3"; } .mdi2-sim-off::before { content: "\F04A9"; } .mdi2-sim-off-outline::before { content: "\F15D4"; } .mdi2-sim-outline::before { content: "\F15D5"; } .mdi2-simple-icons::before { content: "\F131D"; } .mdi2-sina-weibo::before { content: "\F0ADF"; } .mdi2-sine-wave::before { content: "\F095B"; } .mdi2-sitemap::before { content: "\F04AA"; } .mdi2-sitemap-outline::before { content: "\F199C"; } .mdi2-size-l::before { content: "\F13A6"; } .mdi2-size-m::before { content: "\F13A5"; } .mdi2-size-s::before { content: "\F13A4"; } .mdi2-size-xl::before { content: "\F13A7"; } .mdi2-size-xs::before { content: "\F13A3"; } .mdi2-size-xxl::before { content: "\F13A8"; } .mdi2-size-xxs::before { content: "\F13A2"; } .mdi2-size-xxxl::before { content: "\F13A9"; } .mdi2-skate::before { content: "\F0D35"; } .mdi2-skate-off::before { content: "\F0699"; } .mdi2-skateboard::before { content: "\F14C2"; } .mdi2-skateboarding::before { content: "\F0501"; } .mdi2-skew-less::before { content: "\F0D36"; } .mdi2-skew-more::before { content: "\F0D37"; } .mdi2-ski::before { content: "\F1304"; } .mdi2-ski-cross-country::before { content: "\F1305"; } .mdi2-ski-water::before { content: "\F1306"; } .mdi2-skip-backward::before { content: "\F04AB"; } .mdi2-skip-backward-outline::before { content: "\F0F25"; } .mdi2-skip-forward::before { content: "\F04AC"; } .mdi2-skip-forward-outline::before { content: "\F0F26"; } .mdi2-skip-next::before { content: "\F04AD"; } .mdi2-skip-next-circle::before { content: "\F0661"; } .mdi2-skip-next-circle-outline::before { content: "\F0662"; } .mdi2-skip-next-outline::before { content: "\F0F27"; } .mdi2-skip-previous::before { content: "\F04AE"; } .mdi2-skip-previous-circle::before { content: "\F0663"; } .mdi2-skip-previous-circle-outline::before { content: "\F0664"; } .mdi2-skip-previous-outline::before { content: "\F0F28"; } .mdi2-skull::before { content: "\F068C"; } .mdi2-skull-crossbones::before { content: "\F0BC6"; } .mdi2-skull-crossbones-outline::before { content: "\F0BC7"; } .mdi2-skull-outline::before { content: "\F0BC8"; } .mdi2-skull-scan::before { content: "\F14C7"; } .mdi2-skull-scan-outline::before { content: "\F14C8"; } .mdi2-skype::before { content: "\F04AF"; } .mdi2-skype-business::before { content: "\F04B0"; } .mdi2-slack::before { content: "\F04B1"; } .mdi2-slash-forward::before { content: "\F0FDF"; } .mdi2-slash-forward-box::before { content: "\F0FE0"; } .mdi2-sledding::before { content: "\F041B"; } .mdi2-sleep::before { content: "\F04B2"; } .mdi2-sleep-off::before { content: "\F04B3"; } .mdi2-slide::before { content: "\F15A5"; } .mdi2-slope-downhill::before { content: "\F0DFF"; } .mdi2-slope-uphill::before { content: "\F0E00"; } .mdi2-slot-machine::before { content: "\F1114"; } .mdi2-slot-machine-outline::before { content: "\F1115"; } .mdi2-smart-card::before { content: "\F10BD"; } .mdi2-smart-card-off::before { content: "\F18F7"; } .mdi2-smart-card-off-outline::before { content: "\F18F8"; } .mdi2-smart-card-outline::before { content: "\F10BE"; } .mdi2-smart-card-reader::before { content: "\F10BF"; } .mdi2-smart-card-reader-outline::before { content: "\F10C0"; } .mdi2-smog::before { content: "\F0A71"; } .mdi2-smoke::before { content: "\F1799"; } .mdi2-smoke-detector::before { content: "\F0392"; } .mdi2-smoke-detector-alert::before { content: "\F192E"; } .mdi2-smoke-detector-alert-outline::before { content: "\F192F"; } .mdi2-smoke-detector-off::before { content: "\F1809"; } .mdi2-smoke-detector-off-outline::before { content: "\F180A"; } .mdi2-smoke-detector-outline::before { content: "\F1808"; } .mdi2-smoke-detector-variant::before { content: "\F180B"; } .mdi2-smoke-detector-variant-alert::before { content: "\F1930"; } .mdi2-smoke-detector-variant-off::before { content: "\F180C"; } .mdi2-smoking::before { content: "\F04B4"; } .mdi2-smoking-off::before { content: "\F04B5"; } .mdi2-smoking-pipe::before { content: "\F140D"; } .mdi2-smoking-pipe-off::before { content: "\F1428"; } .mdi2-snail::before { content: "\F1677"; } .mdi2-snake::before { content: "\F150E"; } .mdi2-snapchat::before { content: "\F04B6"; } .mdi2-snowboard::before { content: "\F1307"; } .mdi2-snowflake::before { content: "\F0717"; } .mdi2-snowflake-alert::before { content: "\F0F29"; } .mdi2-snowflake-check::before { content: "\F1A70"; } .mdi2-snowflake-melt::before { content: "\F12CB"; } .mdi2-snowflake-off::before { content: "\F14E3"; } .mdi2-snowflake-thermometer::before { content: "\F1A71"; } .mdi2-snowflake-variant::before { content: "\F0F2A"; } .mdi2-snowman::before { content: "\F04B7"; } .mdi2-snowmobile::before { content: "\F06DD"; } .mdi2-snowshoeing::before { content: "\F1A72"; } .mdi2-soccer::before { content: "\F04B8"; } .mdi2-soccer-field::before { content: "\F0834"; } .mdi2-social-distance-2-meters::before { content: "\F1579"; } .mdi2-social-distance-6-feet::before { content: "\F157A"; } .mdi2-sofa::before { content: "\F04B9"; } .mdi2-sofa-outline::before { content: "\F156D"; } .mdi2-sofa-single::before { content: "\F156E"; } .mdi2-sofa-single-outline::before { content: "\F156F"; } .mdi2-solar-panel::before { content: "\F0D9B"; } .mdi2-solar-panel-large::before { content: "\F0D9C"; } .mdi2-solar-power::before { content: "\F0A72"; } .mdi2-solar-power-variant::before { content: "\F1A73"; } .mdi2-solar-power-variant-outline::before { content: "\F1A74"; } .mdi2-soldering-iron::before { content: "\F1092"; } .mdi2-solid::before { content: "\F068D"; } .mdi2-sony-playstation::before { content: "\F0414"; } .mdi2-sort::before { content: "\F04BA"; } .mdi2-sort-alphabetical-ascending::before { content: "\F05BD"; } .mdi2-sort-alphabetical-ascending-variant::before { content: "\F1148"; } .mdi2-sort-alphabetical-descending::before { content: "\F05BF"; } .mdi2-sort-alphabetical-descending-variant::before { content: "\F1149"; } .mdi2-sort-alphabetical-variant::before { content: "\F04BB"; } .mdi2-sort-ascending::before { content: "\F04BC"; } .mdi2-sort-bool-ascending::before { content: "\F1385"; } .mdi2-sort-bool-ascending-variant::before { content: "\F1386"; } .mdi2-sort-bool-descending::before { content: "\F1387"; } .mdi2-sort-bool-descending-variant::before { content: "\F1388"; } .mdi2-sort-calendar-ascending::before { content: "\F1547"; } .mdi2-sort-calendar-descending::before { content: "\F1548"; } .mdi2-sort-clock-ascending::before { content: "\F1549"; } .mdi2-sort-clock-ascending-outline::before { content: "\F154A"; } .mdi2-sort-clock-descending::before { content: "\F154B"; } .mdi2-sort-clock-descending-outline::before { content: "\F154C"; } .mdi2-sort-descending::before { content: "\F04BD"; } .mdi2-sort-numeric-ascending::before { content: "\F1389"; } .mdi2-sort-numeric-ascending-variant::before { content: "\F090D"; } .mdi2-sort-numeric-descending::before { content: "\F138A"; } .mdi2-sort-numeric-descending-variant::before { content: "\F0AD2"; } .mdi2-sort-numeric-variant::before { content: "\F04BE"; } .mdi2-sort-reverse-variant::before { content: "\F033C"; } .mdi2-sort-variant::before { content: "\F04BF"; } .mdi2-sort-variant-lock::before { content: "\F0CCD"; } .mdi2-sort-variant-lock-open::before { content: "\F0CCE"; } .mdi2-sort-variant-off::before { content: "\F1ABB"; } .mdi2-sort-variant-remove::before { content: "\F1147"; } .mdi2-soundbar::before { content: "\F17DB"; } .mdi2-soundcloud::before { content: "\F04C0"; } .mdi2-source-branch::before { content: "\F062C"; } .mdi2-source-branch-check::before { content: "\F14CF"; } .mdi2-source-branch-minus::before { content: "\F14CB"; } .mdi2-source-branch-plus::before { content: "\F14CA"; } .mdi2-source-branch-refresh::before { content: "\F14CD"; } .mdi2-source-branch-remove::before { content: "\F14CC"; } .mdi2-source-branch-sync::before { content: "\F14CE"; } .mdi2-source-commit::before { content: "\F0718"; } .mdi2-source-commit-end::before { content: "\F0719"; } .mdi2-source-commit-end-local::before { content: "\F071A"; } .mdi2-source-commit-local::before { content: "\F071B"; } .mdi2-source-commit-next-local::before { content: "\F071C"; } .mdi2-source-commit-start::before { content: "\F071D"; } .mdi2-source-commit-start-next-local::before { content: "\F071E"; } .mdi2-source-fork::before { content: "\F04C1"; } .mdi2-source-merge::before { content: "\F062D"; } .mdi2-source-pull::before { content: "\F04C2"; } .mdi2-source-repository::before { content: "\F0CCF"; } .mdi2-source-repository-multiple::before { content: "\F0CD0"; } .mdi2-soy-sauce::before { content: "\F07EE"; } .mdi2-soy-sauce-off::before { content: "\F13FC"; } .mdi2-spa::before { content: "\F0CD1"; } .mdi2-spa-outline::before { content: "\F0CD2"; } .mdi2-space-invaders::before { content: "\F0BC9"; } .mdi2-space-station::before { content: "\F1383"; } .mdi2-spade::before { content: "\F0E65"; } .mdi2-speaker::before { content: "\F04C3"; } .mdi2-speaker-bluetooth::before { content: "\F09A2"; } .mdi2-speaker-message::before { content: "\F1B11"; } .mdi2-speaker-multiple::before { content: "\F0D38"; } .mdi2-speaker-off::before { content: "\F04C4"; } .mdi2-speaker-pause::before { content: "\F1B73"; } .mdi2-speaker-play::before { content: "\F1B72"; } .mdi2-speaker-stop::before { content: "\F1B74"; } .mdi2-speaker-wireless::before { content: "\F071F"; } .mdi2-spear::before { content: "\F1845"; } .mdi2-speedometer::before { content: "\F04C5"; } .mdi2-speedometer-medium::before { content: "\F0F85"; } .mdi2-speedometer-slow::before { content: "\F0F86"; } .mdi2-spellcheck::before { content: "\F04C6"; } .mdi2-sphere::before { content: "\F1954"; } .mdi2-sphere-off::before { content: "\F1955"; } .mdi2-spider::before { content: "\F11EA"; } .mdi2-spider-outline::before { content: "\F1C75"; } .mdi2-spider-thread::before { content: "\F11EB"; } .mdi2-spider-web::before { content: "\F0BCA"; } .mdi2-spirit-level::before { content: "\F14F1"; } .mdi2-spoon-sugar::before { content: "\F1429"; } .mdi2-spotify::before { content: "\F04C7"; } .mdi2-spotlight::before { content: "\F04C8"; } .mdi2-spotlight-beam::before { content: "\F04C9"; } .mdi2-spray::before { content: "\F0665"; } .mdi2-spray-bottle::before { content: "\F0AE0"; } .mdi2-sprinkler::before { content: "\F105F"; } .mdi2-sprinkler-fire::before { content: "\F199D"; } .mdi2-sprinkler-variant::before { content: "\F1060"; } .mdi2-sprout::before { content: "\F0E66"; } .mdi2-sprout-outline::before { content: "\F0E67"; } .mdi2-square::before { content: "\F0764"; } .mdi2-square-circle::before { content: "\F1500"; } .mdi2-square-circle-outline::before { content: "\F1C50"; } .mdi2-square-edit-outline::before { content: "\F090C"; } .mdi2-square-medium::before { content: "\F0A13"; } .mdi2-square-medium-outline::before { content: "\F0A14"; } .mdi2-square-off::before { content: "\F12EE"; } .mdi2-square-off-outline::before { content: "\F12EF"; } .mdi2-square-opacity::before { content: "\F1854"; } .mdi2-square-outline::before { content: "\F0763"; } .mdi2-square-root::before { content: "\F0784"; } .mdi2-square-root-box::before { content: "\F09A3"; } .mdi2-square-rounded::before { content: "\F14FB"; } .mdi2-square-rounded-badge::before { content: "\F1A07"; } .mdi2-square-rounded-badge-outline::before { content: "\F1A08"; } .mdi2-square-rounded-outline::before { content: "\F14FC"; } .mdi2-square-small::before { content: "\F0A15"; } .mdi2-square-wave::before { content: "\F147B"; } .mdi2-squeegee::before { content: "\F0AE1"; } .mdi2-ssh::before { content: "\F08C0"; } .mdi2-stack-exchange::before { content: "\F060B"; } .mdi2-stack-overflow::before { content: "\F04CC"; } .mdi2-stackpath::before { content: "\F0359"; } .mdi2-stadium::before { content: "\F0FF9"; } .mdi2-stadium-outline::before { content: "\F1B03"; } .mdi2-stadium-variant::before { content: "\F0720"; } .mdi2-stairs::before { content: "\F04CD"; } .mdi2-stairs-box::before { content: "\F139E"; } .mdi2-stairs-down::before { content: "\F12BE"; } .mdi2-stairs-up::before { content: "\F12BD"; } .mdi2-stamper::before { content: "\F0D39"; } .mdi2-standard-definition::before { content: "\F07EF"; } .mdi2-star::before { content: "\F04CE"; } .mdi2-star-box::before { content: "\F0A73"; } .mdi2-star-box-multiple::before { content: "\F1286"; } .mdi2-star-box-multiple-outline::before { content: "\F1287"; } .mdi2-star-box-outline::before { content: "\F0A74"; } .mdi2-star-check::before { content: "\F1566"; } .mdi2-star-check-outline::before { content: "\F156A"; } .mdi2-star-circle::before { content: "\F04CF"; } .mdi2-star-circle-outline::before { content: "\F09A4"; } .mdi2-star-cog::before { content: "\F1668"; } .mdi2-star-cog-outline::before { content: "\F1669"; } .mdi2-star-crescent::before { content: "\F0979"; } .mdi2-star-david::before { content: "\F097A"; } .mdi2-star-face::before { content: "\F09A5"; } .mdi2-star-four-points::before { content: "\F0AE2"; } .mdi2-star-four-points-box::before { content: "\F1C51"; } .mdi2-star-four-points-box-outline::before { content: "\F1C52"; } .mdi2-star-four-points-circle::before { content: "\F1C53"; } .mdi2-star-four-points-circle-outline::before { content: "\F1C54"; } .mdi2-star-four-points-outline::before { content: "\F0AE3"; } .mdi2-star-four-points-small::before { content: "\F1C55"; } .mdi2-star-half::before { content: "\F0246"; } .mdi2-star-half-full::before { content: "\F04D0"; } .mdi2-star-minus::before { content: "\F1564"; } .mdi2-star-minus-outline::before { content: "\F1568"; } .mdi2-star-off::before { content: "\F04D1"; } .mdi2-star-off-outline::before { content: "\F155B"; } .mdi2-star-outline::before { content: "\F04D2"; } .mdi2-star-plus::before { content: "\F1563"; } .mdi2-star-plus-outline::before { content: "\F1567"; } .mdi2-star-remove::before { content: "\F1565"; } .mdi2-star-remove-outline::before { content: "\F1569"; } .mdi2-star-settings::before { content: "\F166A"; } .mdi2-star-settings-outline::before { content: "\F166B"; } .mdi2-star-shooting::before { content: "\F1741"; } .mdi2-star-shooting-outline::before { content: "\F1742"; } .mdi2-star-three-points::before { content: "\F0AE4"; } .mdi2-star-three-points-outline::before { content: "\F0AE5"; } .mdi2-state-machine::before { content: "\F11EF"; } .mdi2-steam::before { content: "\F04D3"; } .mdi2-steering::before { content: "\F04D4"; } .mdi2-steering-off::before { content: "\F090E"; } .mdi2-step-backward::before { content: "\F04D5"; } .mdi2-step-backward-2::before { content: "\F04D6"; } .mdi2-step-forward::before { content: "\F04D7"; } .mdi2-step-forward-2::before { content: "\F04D8"; } .mdi2-stethoscope::before { content: "\F04D9"; } .mdi2-sticker::before { content: "\F1364"; } .mdi2-sticker-alert::before { content: "\F1365"; } .mdi2-sticker-alert-outline::before { content: "\F1366"; } .mdi2-sticker-check::before { content: "\F1367"; } .mdi2-sticker-check-outline::before { content: "\F1368"; } .mdi2-sticker-circle-outline::before { content: "\F05D0"; } .mdi2-sticker-emoji::before { content: "\F0785"; } .mdi2-sticker-minus::before { content: "\F1369"; } .mdi2-sticker-minus-outline::before { content: "\F136A"; } .mdi2-sticker-outline::before { content: "\F136B"; } .mdi2-sticker-plus::before { content: "\F136C"; } .mdi2-sticker-plus-outline::before { content: "\F136D"; } .mdi2-sticker-remove::before { content: "\F136E"; } .mdi2-sticker-remove-outline::before { content: "\F136F"; } .mdi2-sticker-text::before { content: "\F178E"; } .mdi2-sticker-text-outline::before { content: "\F178F"; } .mdi2-stocking::before { content: "\F04DA"; } .mdi2-stomach::before { content: "\F1093"; } .mdi2-stool::before { content: "\F195D"; } .mdi2-stool-outline::before { content: "\F195E"; } .mdi2-stop::before { content: "\F04DB"; } .mdi2-stop-circle::before { content: "\F0666"; } .mdi2-stop-circle-outline::before { content: "\F0667"; } .mdi2-storage-tank::before { content: "\F1A75"; } .mdi2-storage-tank-outline::before { content: "\F1A76"; } .mdi2-store::before { content: "\F04DC"; } .mdi2-store-24-hour::before { content: "\F04DD"; } .mdi2-store-alert::before { content: "\F18C1"; } .mdi2-store-alert-outline::before { content: "\F18C2"; } .mdi2-store-check::before { content: "\F18C3"; } .mdi2-store-check-outline::before { content: "\F18C4"; } .mdi2-store-clock::before { content: "\F18C5"; } .mdi2-store-clock-outline::before { content: "\F18C6"; } .mdi2-store-cog::before { content: "\F18C7"; } .mdi2-store-cog-outline::before { content: "\F18C8"; } .mdi2-store-edit::before { content: "\F18C9"; } .mdi2-store-edit-outline::before { content: "\F18CA"; } .mdi2-store-marker::before { content: "\F18CB"; } .mdi2-store-marker-outline::before { content: "\F18CC"; } .mdi2-store-minus::before { content: "\F165E"; } .mdi2-store-minus-outline::before { content: "\F18CD"; } .mdi2-store-off::before { content: "\F18CE"; } .mdi2-store-off-outline::before { content: "\F18CF"; } .mdi2-store-outline::before { content: "\F1361"; } .mdi2-store-plus::before { content: "\F165F"; } .mdi2-store-plus-outline::before { content: "\F18D0"; } .mdi2-store-remove::before { content: "\F1660"; } .mdi2-store-remove-outline::before { content: "\F18D1"; } .mdi2-store-search::before { content: "\F18D2"; } .mdi2-store-search-outline::before { content: "\F18D3"; } .mdi2-store-settings::before { content: "\F18D4"; } .mdi2-store-settings-outline::before { content: "\F18D5"; } .mdi2-storefront::before { content: "\F07C7"; } .mdi2-storefront-check::before { content: "\F1B7D"; } .mdi2-storefront-check-outline::before { content: "\F1B7E"; } .mdi2-storefront-edit::before { content: "\F1B7F"; } .mdi2-storefront-edit-outline::before { content: "\F1B80"; } .mdi2-storefront-minus::before { content: "\F1B83"; } .mdi2-storefront-minus-outline::before { content: "\F1B84"; } .mdi2-storefront-outline::before { content: "\F10C1"; } .mdi2-storefront-plus::before { content: "\F1B81"; } .mdi2-storefront-plus-outline::before { content: "\F1B82"; } .mdi2-storefront-remove::before { content: "\F1B85"; } .mdi2-storefront-remove-outline::before { content: "\F1B86"; } .mdi2-stove::before { content: "\F04DE"; } .mdi2-strategy::before { content: "\F11D6"; } .mdi2-stretch-to-page::before { content: "\F0F2B"; } .mdi2-stretch-to-page-outline::before { content: "\F0F2C"; } .mdi2-string-lights::before { content: "\F12BA"; } .mdi2-string-lights-off::before { content: "\F12BB"; } .mdi2-subdirectory-arrow-left::before { content: "\F060C"; } .mdi2-subdirectory-arrow-right::before { content: "\F060D"; } .mdi2-submarine::before { content: "\F156C"; } .mdi2-subtitles::before { content: "\F0A16"; } .mdi2-subtitles-outline::before { content: "\F0A17"; } .mdi2-subway::before { content: "\F06AC"; } .mdi2-subway-alert-variant::before { content: "\F0D9D"; } .mdi2-subway-variant::before { content: "\F04DF"; } .mdi2-summit::before { content: "\F0786"; } .mdi2-sun-angle::before { content: "\F1B27"; } .mdi2-sun-angle-outline::before { content: "\F1B28"; } .mdi2-sun-clock::before { content: "\F1A77"; } .mdi2-sun-clock-outline::before { content: "\F1A78"; } .mdi2-sun-compass::before { content: "\F19A5"; } .mdi2-sun-snowflake::before { content: "\F1796"; } .mdi2-sun-snowflake-variant::before { content: "\F1A79"; } .mdi2-sun-thermometer::before { content: "\F18D6"; } .mdi2-sun-thermometer-outline::before { content: "\F18D7"; } .mdi2-sun-wireless::before { content: "\F17FE"; } .mdi2-sun-wireless-outline::before { content: "\F17FF"; } .mdi2-sunglasses::before { content: "\F04E0"; } .mdi2-surfing::before { content: "\F1746"; } .mdi2-surround-sound::before { content: "\F05C5"; } .mdi2-surround-sound-2-0::before { content: "\F07F0"; } .mdi2-surround-sound-2-1::before { content: "\F1729"; } .mdi2-surround-sound-3-1::before { content: "\F07F1"; } .mdi2-surround-sound-5-1::before { content: "\F07F2"; } .mdi2-surround-sound-5-1-2::before { content: "\F172A"; } .mdi2-surround-sound-7-1::before { content: "\F07F3"; } .mdi2-svg::before { content: "\F0721"; } .mdi2-swap-horizontal::before { content: "\F04E1"; } .mdi2-swap-horizontal-bold::before { content: "\F0BCD"; } .mdi2-swap-horizontal-circle::before { content: "\F0FE1"; } .mdi2-swap-horizontal-circle-outline::before { content: "\F0FE2"; } .mdi2-swap-horizontal-hidden::before { content: "\F1D0E"; } .mdi2-swap-horizontal-variant::before { content: "\F08C1"; } .mdi2-swap-vertical::before { content: "\F04E2"; } .mdi2-swap-vertical-bold::before { content: "\F0BCE"; } .mdi2-swap-vertical-circle::before { content: "\F0FE3"; } .mdi2-swap-vertical-circle-outline::before { content: "\F0FE4"; } .mdi2-swap-vertical-variant::before { content: "\F08C2"; } .mdi2-swim::before { content: "\F04E3"; } .mdi2-switch::before { content: "\F04E4"; } .mdi2-sword::before { content: "\F04E5"; } .mdi2-sword-cross::before { content: "\F0787"; } .mdi2-syllabary-hangul::before { content: "\F1333"; } .mdi2-syllabary-hiragana::before { content: "\F1334"; } .mdi2-syllabary-katakana::before { content: "\F1335"; } .mdi2-syllabary-katakana-halfwidth::before { content: "\F1336"; } .mdi2-symbol::before { content: "\F1501"; } .mdi2-symfony::before { content: "\F0AE6"; } .mdi2-synagogue::before { content: "\F1B04"; } .mdi2-synagogue-outline::before { content: "\F1B05"; } .mdi2-sync::before { content: "\F04E6"; } .mdi2-sync-alert::before { content: "\F04E7"; } .mdi2-sync-circle::before { content: "\F1378"; } .mdi2-sync-off::before { content: "\F04E8"; } .mdi2-tab::before { content: "\F04E9"; } .mdi2-tab-minus::before { content: "\F0B4B"; } .mdi2-tab-plus::before { content: "\F075C"; } .mdi2-tab-remove::before { content: "\F0B4C"; } .mdi2-tab-search::before { content: "\F199E"; } .mdi2-tab-unselected::before { content: "\F04EA"; } .mdi2-table::before { content: "\F04EB"; } .mdi2-table-account::before { content: "\F13B9"; } .mdi2-table-alert::before { content: "\F13BA"; } .mdi2-table-arrow-down::before { content: "\F13BB"; } .mdi2-table-arrow-left::before { content: "\F13BC"; } .mdi2-table-arrow-right::before { content: "\F13BD"; } .mdi2-table-arrow-up::before { content: "\F13BE"; } .mdi2-table-border::before { content: "\F0A18"; } .mdi2-table-cancel::before { content: "\F13BF"; } .mdi2-table-chair::before { content: "\F1061"; } .mdi2-table-check::before { content: "\F13C0"; } .mdi2-table-clock::before { content: "\F13C1"; } .mdi2-table-cog::before { content: "\F13C2"; } .mdi2-table-column::before { content: "\F0835"; } .mdi2-table-column-plus-after::before { content: "\F04EC"; } .mdi2-table-column-plus-before::before { content: "\F04ED"; } .mdi2-table-column-remove::before { content: "\F04EE"; } .mdi2-table-column-width::before { content: "\F04EF"; } .mdi2-table-edit::before { content: "\F04F0"; } .mdi2-table-eye::before { content: "\F1094"; } .mdi2-table-eye-off::before { content: "\F13C3"; } .mdi2-table-filter::before { content: "\F1B8C"; } .mdi2-table-furniture::before { content: "\F05BC"; } .mdi2-table-headers-eye::before { content: "\F121D"; } .mdi2-table-headers-eye-off::before { content: "\F121E"; } .mdi2-table-heart::before { content: "\F13C4"; } .mdi2-table-key::before { content: "\F13C5"; } .mdi2-table-large::before { content: "\F04F1"; } .mdi2-table-large-plus::before { content: "\F0F87"; } .mdi2-table-large-remove::before { content: "\F0F88"; } .mdi2-table-lock::before { content: "\F13C6"; } .mdi2-table-merge-cells::before { content: "\F09A6"; } .mdi2-table-minus::before { content: "\F13C7"; } .mdi2-table-multiple::before { content: "\F13C8"; } .mdi2-table-network::before { content: "\F13C9"; } .mdi2-table-of-contents::before { content: "\F0836"; } .mdi2-table-off::before { content: "\F13CA"; } .mdi2-table-picnic::before { content: "\F1743"; } .mdi2-table-pivot::before { content: "\F183C"; } .mdi2-table-plus::before { content: "\F0A75"; } .mdi2-table-question::before { content: "\F1B21"; } .mdi2-table-refresh::before { content: "\F13A0"; } .mdi2-table-remove::before { content: "\F0A76"; } .mdi2-table-row::before { content: "\F0837"; } .mdi2-table-row-height::before { content: "\F04F2"; } .mdi2-table-row-plus-after::before { content: "\F04F3"; } .mdi2-table-row-plus-before::before { content: "\F04F4"; } .mdi2-table-row-remove::before { content: "\F04F5"; } .mdi2-table-search::before { content: "\F090F"; } .mdi2-table-settings::before { content: "\F0838"; } .mdi2-table-split-cell::before { content: "\F142A"; } .mdi2-table-star::before { content: "\F13CB"; } .mdi2-table-sync::before { content: "\F13A1"; } .mdi2-table-tennis::before { content: "\F0E68"; } .mdi2-tablet::before { content: "\F04F6"; } .mdi2-tablet-cellphone::before { content: "\F09A7"; } .mdi2-tablet-dashboard::before { content: "\F0ECE"; } .mdi2-taco::before { content: "\F0762"; } .mdi2-tag::before { content: "\F04F9"; } .mdi2-tag-arrow-down::before { content: "\F172B"; } .mdi2-tag-arrow-down-outline::before { content: "\F172C"; } .mdi2-tag-arrow-left::before { content: "\F172D"; } .mdi2-tag-arrow-left-outline::before { content: "\F172E"; } .mdi2-tag-arrow-right::before { content: "\F172F"; } .mdi2-tag-arrow-right-outline::before { content: "\F1730"; } .mdi2-tag-arrow-up::before { content: "\F1731"; } .mdi2-tag-arrow-up-outline::before { content: "\F1732"; } .mdi2-tag-check::before { content: "\F1A7A"; } .mdi2-tag-check-outline::before { content: "\F1A7B"; } .mdi2-tag-edit::before { content: "\F1C9C"; } .mdi2-tag-edit-outline::before { content: "\F1C9D"; } .mdi2-tag-faces::before { content: "\F04FA"; } .mdi2-tag-heart::before { content: "\F068B"; } .mdi2-tag-heart-outline::before { content: "\F0BCF"; } .mdi2-tag-hidden::before { content: "\F1C76"; } .mdi2-tag-minus::before { content: "\F0910"; } .mdi2-tag-minus-outline::before { content: "\F121F"; } .mdi2-tag-multiple::before { content: "\F04FB"; } .mdi2-tag-multiple-outline::before { content: "\F12F7"; } .mdi2-tag-off::before { content: "\F1220"; } .mdi2-tag-off-outline::before { content: "\F1221"; } .mdi2-tag-outline::before { content: "\F04FC"; } .mdi2-tag-plus::before { content: "\F0722"; } .mdi2-tag-plus-outline::before { content: "\F1222"; } .mdi2-tag-remove::before { content: "\F0723"; } .mdi2-tag-remove-outline::before { content: "\F1223"; } .mdi2-tag-search::before { content: "\F1907"; } .mdi2-tag-search-outline::before { content: "\F1908"; } .mdi2-tag-text::before { content: "\F1224"; } .mdi2-tag-text-outline::before { content: "\F04FD"; } .mdi2-tailwind::before { content: "\F13FF"; } .mdi2-tally-mark-1::before { content: "\F1ABC"; } .mdi2-tally-mark-2::before { content: "\F1ABD"; } .mdi2-tally-mark-3::before { content: "\F1ABE"; } .mdi2-tally-mark-4::before { content: "\F1ABF"; } .mdi2-tally-mark-5::before { content: "\F1AC0"; } .mdi2-tangram::before { content: "\F04F8"; } .mdi2-tank::before { content: "\F0D3A"; } .mdi2-tanker-truck::before { content: "\F0FE5"; } .mdi2-tape-drive::before { content: "\F16DF"; } .mdi2-tape-measure::before { content: "\F0B4D"; } .mdi2-target::before { content: "\F04FE"; } .mdi2-target-account::before { content: "\F0BD0"; } .mdi2-target-variant::before { content: "\F0A77"; } .mdi2-taxi::before { content: "\F04FF"; } .mdi2-tea::before { content: "\F0D9E"; } .mdi2-tea-outline::before { content: "\F0D9F"; } .mdi2-teamviewer::before { content: "\F0500"; } .mdi2-teddy-bear::before { content: "\F18FB"; } .mdi2-telescope::before { content: "\F0B4E"; } .mdi2-television::before { content: "\F0502"; } .mdi2-television-ambient-light::before { content: "\F1356"; } .mdi2-television-box::before { content: "\F0839"; } .mdi2-television-classic::before { content: "\F07F4"; } .mdi2-television-classic-off::before { content: "\F083A"; } .mdi2-television-guide::before { content: "\F0503"; } .mdi2-television-off::before { content: "\F083B"; } .mdi2-television-pause::before { content: "\F0F89"; } .mdi2-television-play::before { content: "\F0ECF"; } .mdi2-television-shimmer::before { content: "\F1110"; } .mdi2-television-speaker::before { content: "\F1B1B"; } .mdi2-television-speaker-off::before { content: "\F1B1C"; } .mdi2-television-stop::before { content: "\F0F8A"; } .mdi2-temperature-celsius::before { content: "\F0504"; } .mdi2-temperature-fahrenheit::before { content: "\F0505"; } .mdi2-temperature-kelvin::before { content: "\F0506"; } .mdi2-temple-buddhist::before { content: "\F1B06"; } .mdi2-temple-buddhist-outline::before { content: "\F1B07"; } .mdi2-temple-hindu::before { content: "\F1B08"; } .mdi2-temple-hindu-outline::before { content: "\F1B09"; } .mdi2-tennis::before { content: "\F0DA0"; } .mdi2-tennis-ball::before { content: "\F0507"; } .mdi2-tennis-ball-outline::before { content: "\F1C5F"; } .mdi2-tent::before { content: "\F0508"; } .mdi2-terraform::before { content: "\F1062"; } .mdi2-terrain::before { content: "\F0509"; } .mdi2-test-tube::before { content: "\F0668"; } .mdi2-test-tube-empty::before { content: "\F0911"; } .mdi2-test-tube-off::before { content: "\F0912"; } .mdi2-text::before { content: "\F09A8"; } .mdi2-text-account::before { content: "\F1570"; } .mdi2-text-box::before { content: "\F021A"; } .mdi2-text-box-check::before { content: "\F0EA6"; } .mdi2-text-box-check-outline::before { content: "\F0EA7"; } .mdi2-text-box-edit::before { content: "\F1A7C"; } .mdi2-text-box-edit-outline::before { content: "\F1A7D"; } .mdi2-text-box-minus::before { content: "\F0EA8"; } .mdi2-text-box-minus-outline::before { content: "\F0EA9"; } .mdi2-text-box-multiple::before { content: "\F0AB7"; } .mdi2-text-box-multiple-outline::before { content: "\F0AB8"; } .mdi2-text-box-outline::before { content: "\F09ED"; } .mdi2-text-box-plus::before { content: "\F0EAA"; } .mdi2-text-box-plus-outline::before { content: "\F0EAB"; } .mdi2-text-box-remove::before { content: "\F0EAC"; } .mdi2-text-box-remove-outline::before { content: "\F0EAD"; } .mdi2-text-box-search::before { content: "\F0EAE"; } .mdi2-text-box-search-outline::before { content: "\F0EAF"; } .mdi2-text-long::before { content: "\F09AA"; } .mdi2-text-recognition::before { content: "\F113D"; } .mdi2-text-search::before { content: "\F13B8"; } .mdi2-text-search-variant::before { content: "\F1A7E"; } .mdi2-text-shadow::before { content: "\F0669"; } .mdi2-text-short::before { content: "\F09A9"; } .mdi2-texture::before { content: "\F050C"; } .mdi2-texture-box::before { content: "\F0FE6"; } .mdi2-theater::before { content: "\F050D"; } .mdi2-theme-light-dark::before { content: "\F050E"; } .mdi2-thermometer::before { content: "\F050F"; } .mdi2-thermometer-alert::before { content: "\F0E01"; } .mdi2-thermometer-auto::before { content: "\F1B0F"; } .mdi2-thermometer-bluetooth::before { content: "\F1895"; } .mdi2-thermometer-check::before { content: "\F1A7F"; } .mdi2-thermometer-chevron-down::before { content: "\F0E02"; } .mdi2-thermometer-chevron-up::before { content: "\F0E03"; } .mdi2-thermometer-high::before { content: "\F10C2"; } .mdi2-thermometer-lines::before { content: "\F0510"; } .mdi2-thermometer-low::before { content: "\F10C3"; } .mdi2-thermometer-minus::before { content: "\F0E04"; } .mdi2-thermometer-off::before { content: "\F1531"; } .mdi2-thermometer-plus::before { content: "\F0E05"; } .mdi2-thermometer-probe::before { content: "\F1B2B"; } .mdi2-thermometer-probe-off::before { content: "\F1B2C"; } .mdi2-thermometer-water::before { content: "\F1A80"; } .mdi2-thermostat::before { content: "\F0393"; } .mdi2-thermostat-auto::before { content: "\F1B17"; } .mdi2-thermostat-box::before { content: "\F0891"; } .mdi2-thermostat-box-auto::before { content: "\F1B18"; } .mdi2-thermostat-cog::before { content: "\F1C80"; } .mdi2-thought-bubble::before { content: "\F07F6"; } .mdi2-thought-bubble-outline::before { content: "\F07F7"; } .mdi2-thumb-down::before { content: "\F0511"; } .mdi2-thumb-down-outline::before { content: "\F0512"; } .mdi2-thumb-up::before { content: "\F0513"; } .mdi2-thumb-up-outline::before { content: "\F0514"; } .mdi2-thumbs-up-down::before { content: "\F0515"; } .mdi2-thumbs-up-down-outline::before { content: "\F1914"; } .mdi2-ticket::before { content: "\F0516"; } .mdi2-ticket-account::before { content: "\F0517"; } .mdi2-ticket-confirmation::before { content: "\F0518"; } .mdi2-ticket-confirmation-outline::before { content: "\F13AA"; } .mdi2-ticket-outline::before { content: "\F0913"; } .mdi2-ticket-percent::before { content: "\F0724"; } .mdi2-ticket-percent-outline::before { content: "\F142B"; } .mdi2-tie::before { content: "\F0519"; } .mdi2-tilde::before { content: "\F0725"; } .mdi2-tilde-off::before { content: "\F18F3"; } .mdi2-timelapse::before { content: "\F051A"; } .mdi2-timeline::before { content: "\F0BD1"; } .mdi2-timeline-alert::before { content: "\F0F95"; } .mdi2-timeline-alert-outline::before { content: "\F0F98"; } .mdi2-timeline-check::before { content: "\F1532"; } .mdi2-timeline-check-outline::before { content: "\F1533"; } .mdi2-timeline-clock::before { content: "\F11FB"; } .mdi2-timeline-clock-outline::before { content: "\F11FC"; } .mdi2-timeline-minus::before { content: "\F1534"; } .mdi2-timeline-minus-outline::before { content: "\F1535"; } .mdi2-timeline-outline::before { content: "\F0BD2"; } .mdi2-timeline-plus::before { content: "\F0F96"; } .mdi2-timeline-plus-outline::before { content: "\F0F97"; } .mdi2-timeline-question::before { content: "\F0F99"; } .mdi2-timeline-question-outline::before { content: "\F0F9A"; } .mdi2-timeline-remove::before { content: "\F1536"; } .mdi2-timeline-remove-outline::before { content: "\F1537"; } .mdi2-timeline-text::before { content: "\F0BD3"; } .mdi2-timeline-text-outline::before { content: "\F0BD4"; } .mdi2-timer::before { content: "\F13AB"; } .mdi2-timer-10::before { content: "\F051C"; } .mdi2-timer-3::before { content: "\F051D"; } .mdi2-timer-alert::before { content: "\F1ACC"; } .mdi2-timer-alert-outline::before { content: "\F1ACD"; } .mdi2-timer-cancel::before { content: "\F1ACE"; } .mdi2-timer-cancel-outline::before { content: "\F1ACF"; } .mdi2-timer-check::before { content: "\F1AD0"; } .mdi2-timer-check-outline::before { content: "\F1AD1"; } .mdi2-timer-cog::before { content: "\F1925"; } .mdi2-timer-cog-outline::before { content: "\F1926"; } .mdi2-timer-edit::before { content: "\F1AD2"; } .mdi2-timer-edit-outline::before { content: "\F1AD3"; } .mdi2-timer-lock::before { content: "\F1AD4"; } .mdi2-timer-lock-open::before { content: "\F1AD5"; } .mdi2-timer-lock-open-outline::before { content: "\F1AD6"; } .mdi2-timer-lock-outline::before { content: "\F1AD7"; } .mdi2-timer-marker::before { content: "\F1AD8"; } .mdi2-timer-marker-outline::before { content: "\F1AD9"; } .mdi2-timer-minus::before { content: "\F1ADA"; } .mdi2-timer-minus-outline::before { content: "\F1ADB"; } .mdi2-timer-music::before { content: "\F1ADC"; } .mdi2-timer-music-outline::before { content: "\F1ADD"; } .mdi2-timer-off::before { content: "\F13AC"; } .mdi2-timer-off-outline::before { content: "\F051E"; } .mdi2-timer-outline::before { content: "\F051B"; } .mdi2-timer-pause::before { content: "\F1ADE"; } .mdi2-timer-pause-outline::before { content: "\F1ADF"; } .mdi2-timer-play::before { content: "\F1AE0"; } .mdi2-timer-play-outline::before { content: "\F1AE1"; } .mdi2-timer-plus::before { content: "\F1AE2"; } .mdi2-timer-plus-outline::before { content: "\F1AE3"; } .mdi2-timer-refresh::before { content: "\F1AE4"; } .mdi2-timer-refresh-outline::before { content: "\F1AE5"; } .mdi2-timer-remove::before { content: "\F1AE6"; } .mdi2-timer-remove-outline::before { content: "\F1AE7"; } .mdi2-timer-sand::before { content: "\F051F"; } .mdi2-timer-sand-complete::before { content: "\F199F"; } .mdi2-timer-sand-empty::before { content: "\F06AD"; } .mdi2-timer-sand-full::before { content: "\F078C"; } .mdi2-timer-sand-paused::before { content: "\F19A0"; } .mdi2-timer-settings::before { content: "\F1923"; } .mdi2-timer-settings-outline::before { content: "\F1924"; } .mdi2-timer-star::before { content: "\F1AE8"; } .mdi2-timer-star-outline::before { content: "\F1AE9"; } .mdi2-timer-stop::before { content: "\F1AEA"; } .mdi2-timer-stop-outline::before { content: "\F1AEB"; } .mdi2-timer-sync::before { content: "\F1AEC"; } .mdi2-timer-sync-outline::before { content: "\F1AED"; } .mdi2-timetable::before { content: "\F0520"; } .mdi2-tire::before { content: "\F1896"; } .mdi2-toaster::before { content: "\F1063"; } .mdi2-toaster-off::before { content: "\F11B7"; } .mdi2-toaster-oven::before { content: "\F0CD3"; } .mdi2-toggle-switch::before { content: "\F0521"; } .mdi2-toggle-switch-off::before { content: "\F0522"; } .mdi2-toggle-switch-off-outline::before { content: "\F0A19"; } .mdi2-toggle-switch-outline::before { content: "\F0A1A"; } .mdi2-toggle-switch-variant::before { content: "\F1A25"; } .mdi2-toggle-switch-variant-off::before { content: "\F1A26"; } .mdi2-toilet::before { content: "\F09AB"; } .mdi2-toolbox::before { content: "\F09AC"; } .mdi2-toolbox-outline::before { content: "\F09AD"; } .mdi2-tools::before { content: "\F1064"; } .mdi2-tooltip::before { content: "\F0523"; } .mdi2-tooltip-account::before { content: "\F000C"; } .mdi2-tooltip-cellphone::before { content: "\F183B"; } .mdi2-tooltip-check::before { content: "\F155C"; } .mdi2-tooltip-check-outline::before { content: "\F155D"; } .mdi2-tooltip-edit::before { content: "\F0524"; } .mdi2-tooltip-edit-outline::before { content: "\F12C5"; } .mdi2-tooltip-image::before { content: "\F0525"; } .mdi2-tooltip-image-outline::before { content: "\F0BD5"; } .mdi2-tooltip-minus::before { content: "\F155E"; } .mdi2-tooltip-minus-outline::before { content: "\F155F"; } .mdi2-tooltip-outline::before { content: "\F0526"; } .mdi2-tooltip-plus::before { content: "\F0BD6"; } .mdi2-tooltip-plus-outline::before { content: "\F0527"; } .mdi2-tooltip-question::before { content: "\F1BBA"; } .mdi2-tooltip-question-outline::before { content: "\F1BBB"; } .mdi2-tooltip-remove::before { content: "\F1560"; } .mdi2-tooltip-remove-outline::before { content: "\F1561"; } .mdi2-tooltip-text::before { content: "\F0528"; } .mdi2-tooltip-text-outline::before { content: "\F0BD7"; } .mdi2-tooth::before { content: "\F08C3"; } .mdi2-tooth-outline::before { content: "\F0529"; } .mdi2-toothbrush::before { content: "\F1129"; } .mdi2-toothbrush-electric::before { content: "\F112C"; } .mdi2-toothbrush-paste::before { content: "\F112A"; } .mdi2-torch::before { content: "\F1606"; } .mdi2-tortoise::before { content: "\F0D3B"; } .mdi2-toslink::before { content: "\F12B8"; } .mdi2-touch-text-outline::before { content: "\F1C60"; } .mdi2-tournament::before { content: "\F09AE"; } .mdi2-tow-truck::before { content: "\F083C"; } .mdi2-tower-beach::before { content: "\F0681"; } .mdi2-tower-fire::before { content: "\F0682"; } .mdi2-town-hall::before { content: "\F1875"; } .mdi2-toy-brick::before { content: "\F1288"; } .mdi2-toy-brick-marker::before { content: "\F1289"; } .mdi2-toy-brick-marker-outline::before { content: "\F128A"; } .mdi2-toy-brick-minus::before { content: "\F128B"; } .mdi2-toy-brick-minus-outline::before { content: "\F128C"; } .mdi2-toy-brick-outline::before { content: "\F128D"; } .mdi2-toy-brick-plus::before { content: "\F128E"; } .mdi2-toy-brick-plus-outline::before { content: "\F128F"; } .mdi2-toy-brick-remove::before { content: "\F1290"; } .mdi2-toy-brick-remove-outline::before { content: "\F1291"; } .mdi2-toy-brick-search::before { content: "\F1292"; } .mdi2-toy-brick-search-outline::before { content: "\F1293"; } .mdi2-track-light::before { content: "\F0914"; } .mdi2-track-light-off::before { content: "\F1B01"; } .mdi2-trackpad::before { content: "\F07F8"; } .mdi2-trackpad-lock::before { content: "\F0933"; } .mdi2-tractor::before { content: "\F0892"; } .mdi2-tractor-variant::before { content: "\F14C4"; } .mdi2-trademark::before { content: "\F0A78"; } .mdi2-traffic-cone::before { content: "\F137C"; } .mdi2-traffic-light::before { content: "\F052B"; } .mdi2-traffic-light-outline::before { content: "\F182A"; } .mdi2-train::before { content: "\F052C"; } .mdi2-train-bus::before { content: "\F1CC7"; } .mdi2-train-car::before { content: "\F0BD8"; } .mdi2-train-car-autorack::before { content: "\F1B2D"; } .mdi2-train-car-box::before { content: "\F1B2E"; } .mdi2-train-car-box-full::before { content: "\F1B2F"; } .mdi2-train-car-box-open::before { content: "\F1B30"; } .mdi2-train-car-caboose::before { content: "\F1B31"; } .mdi2-train-car-centerbeam::before { content: "\F1B32"; } .mdi2-train-car-centerbeam-full::before { content: "\F1B33"; } .mdi2-train-car-container::before { content: "\F1B34"; } .mdi2-train-car-flatbed::before { content: "\F1B35"; } .mdi2-train-car-flatbed-car::before { content: "\F1B36"; } .mdi2-train-car-flatbed-tank::before { content: "\F1B37"; } .mdi2-train-car-gondola::before { content: "\F1B38"; } .mdi2-train-car-gondola-full::before { content: "\F1B39"; } .mdi2-train-car-hopper::before { content: "\F1B3A"; } .mdi2-train-car-hopper-covered::before { content: "\F1B3B"; } .mdi2-train-car-hopper-full::before { content: "\F1B3C"; } .mdi2-train-car-intermodal::before { content: "\F1B3D"; } .mdi2-train-car-passenger::before { content: "\F1733"; } .mdi2-train-car-passenger-door::before { content: "\F1734"; } .mdi2-train-car-passenger-door-open::before { content: "\F1735"; } .mdi2-train-car-passenger-variant::before { content: "\F1736"; } .mdi2-train-car-tank::before { content: "\F1B3E"; } .mdi2-train-variant::before { content: "\F08C4"; } .mdi2-tram::before { content: "\F052D"; } .mdi2-tram-side::before { content: "\F0FE7"; } .mdi2-transcribe::before { content: "\F052E"; } .mdi2-transcribe-close::before { content: "\F052F"; } .mdi2-transfer::before { content: "\F1065"; } .mdi2-transfer-down::before { content: "\F0DA1"; } .mdi2-transfer-left::before { content: "\F0DA2"; } .mdi2-transfer-right::before { content: "\F0530"; } .mdi2-transfer-up::before { content: "\F0DA3"; } .mdi2-transit-connection::before { content: "\F0D3C"; } .mdi2-transit-connection-horizontal::before { content: "\F1546"; } .mdi2-transit-connection-variant::before { content: "\F0D3D"; } .mdi2-transit-detour::before { content: "\F0F8B"; } .mdi2-transit-skip::before { content: "\F1515"; } .mdi2-transit-transfer::before { content: "\F06AE"; } .mdi2-transition::before { content: "\F0915"; } .mdi2-transition-masked::before { content: "\F0916"; } .mdi2-translate::before { content: "\F05CA"; } .mdi2-translate-off::before { content: "\F0E06"; } .mdi2-translate-variant::before { content: "\F1B99"; } .mdi2-transmission-tower::before { content: "\F0D3E"; } .mdi2-transmission-tower-export::before { content: "\F192C"; } .mdi2-transmission-tower-import::before { content: "\F192D"; } .mdi2-transmission-tower-off::before { content: "\F19DD"; } .mdi2-trash-can::before { content: "\F0A79"; } .mdi2-trash-can-outline::before { content: "\F0A7A"; } .mdi2-tray::before { content: "\F1294"; } .mdi2-tray-alert::before { content: "\F1295"; } .mdi2-tray-arrow-down::before { content: "\F0120"; } .mdi2-tray-arrow-up::before { content: "\F011D"; } .mdi2-tray-full::before { content: "\F1296"; } .mdi2-tray-minus::before { content: "\F1297"; } .mdi2-tray-plus::before { content: "\F1298"; } .mdi2-tray-remove::before { content: "\F1299"; } .mdi2-treasure-chest::before { content: "\F0726"; } .mdi2-treasure-chest-outline::before { content: "\F1C77"; } .mdi2-tree::before { content: "\F0531"; } .mdi2-tree-outline::before { content: "\F0E69"; } .mdi2-trello::before { content: "\F0532"; } .mdi2-trending-down::before { content: "\F0533"; } .mdi2-trending-neutral::before { content: "\F0534"; } .mdi2-trending-up::before { content: "\F0535"; } .mdi2-triangle::before { content: "\F0536"; } .mdi2-triangle-down::before { content: "\F1C56"; } .mdi2-triangle-down-outline::before { content: "\F1C57"; } .mdi2-triangle-outline::before { content: "\F0537"; } .mdi2-triangle-small-down::before { content: "\F1A09"; } .mdi2-triangle-small-up::before { content: "\F1A0A"; } .mdi2-triangle-wave::before { content: "\F147C"; } .mdi2-triforce::before { content: "\F0BD9"; } .mdi2-trophy::before { content: "\F0538"; } .mdi2-trophy-award::before { content: "\F0539"; } .mdi2-trophy-broken::before { content: "\F0DA4"; } .mdi2-trophy-outline::before { content: "\F053A"; } .mdi2-trophy-variant::before { content: "\F053B"; } .mdi2-trophy-variant-outline::before { content: "\F053C"; } .mdi2-truck::before { content: "\F053D"; } .mdi2-truck-alert::before { content: "\F19DE"; } .mdi2-truck-alert-outline::before { content: "\F19DF"; } .mdi2-truck-cargo-container::before { content: "\F18D8"; } .mdi2-truck-check::before { content: "\F0CD4"; } .mdi2-truck-check-outline::before { content: "\F129A"; } .mdi2-truck-delivery::before { content: "\F053E"; } .mdi2-truck-delivery-outline::before { content: "\F129B"; } .mdi2-truck-fast::before { content: "\F0788"; } .mdi2-truck-fast-outline::before { content: "\F129C"; } .mdi2-truck-flatbed::before { content: "\F1891"; } .mdi2-truck-minus::before { content: "\F19AE"; } .mdi2-truck-minus-outline::before { content: "\F19BD"; } .mdi2-truck-off-road::before { content: "\F1C9E"; } .mdi2-truck-off-road-off::before { content: "\F1C9F"; } .mdi2-truck-outline::before { content: "\F129D"; } .mdi2-truck-plus::before { content: "\F19AD"; } .mdi2-truck-plus-outline::before { content: "\F19BC"; } .mdi2-truck-remove::before { content: "\F19AF"; } .mdi2-truck-remove-outline::before { content: "\F19BE"; } .mdi2-truck-snowflake::before { content: "\F19A6"; } .mdi2-truck-trailer::before { content: "\F0727"; } .mdi2-trumpet::before { content: "\F1096"; } .mdi2-tshirt-crew::before { content: "\F0A7B"; } .mdi2-tshirt-crew-outline::before { content: "\F053F"; } .mdi2-tshirt-v::before { content: "\F0A7C"; } .mdi2-tshirt-v-outline::before { content: "\F0540"; } .mdi2-tsunami::before { content: "\F1A81"; } .mdi2-tumble-dryer::before { content: "\F0917"; } .mdi2-tumble-dryer-alert::before { content: "\F11BA"; } .mdi2-tumble-dryer-off::before { content: "\F11BB"; } .mdi2-tune::before { content: "\F062E"; } .mdi2-tune-variant::before { content: "\F1542"; } .mdi2-tune-vertical::before { content: "\F066A"; } .mdi2-tune-vertical-variant::before { content: "\F1543"; } .mdi2-tunnel::before { content: "\F183D"; } .mdi2-tunnel-outline::before { content: "\F183E"; } .mdi2-turbine::before { content: "\F1A82"; } .mdi2-turkey::before { content: "\F171B"; } .mdi2-turnstile::before { content: "\F0CD5"; } .mdi2-turnstile-outline::before { content: "\F0CD6"; } .mdi2-turtle::before { content: "\F0CD7"; } .mdi2-twitch::before { content: "\F0543"; } .mdi2-twitter::before { content: "\F0544"; } .mdi2-two-factor-authentication::before { content: "\F09AF"; } .mdi2-typewriter::before { content: "\F0F2D"; } .mdi2-ubisoft::before { content: "\F0BDA"; } .mdi2-ubuntu::before { content: "\F0548"; } .mdi2-ufo::before { content: "\F10C4"; } .mdi2-ufo-outline::before { content: "\F10C5"; } .mdi2-ultra-high-definition::before { content: "\F07F9"; } .mdi2-umbraco::before { content: "\F0549"; } .mdi2-umbrella::before { content: "\F054A"; } .mdi2-umbrella-beach::before { content: "\F188A"; } .mdi2-umbrella-beach-outline::before { content: "\F188B"; } .mdi2-umbrella-closed::before { content: "\F09B0"; } .mdi2-umbrella-closed-outline::before { content: "\F13E2"; } .mdi2-umbrella-closed-variant::before { content: "\F13E1"; } .mdi2-umbrella-outline::before { content: "\F054B"; } .mdi2-underwear-outline::before { content: "\F1D0F"; } .mdi2-undo::before { content: "\F054C"; } .mdi2-undo-variant::before { content: "\F054D"; } .mdi2-unfold-less-horizontal::before { content: "\F054E"; } .mdi2-unfold-less-vertical::before { content: "\F0760"; } .mdi2-unfold-more-horizontal::before { content: "\F054F"; } .mdi2-unfold-more-vertical::before { content: "\F0761"; } .mdi2-ungroup::before { content: "\F0550"; } .mdi2-unicode::before { content: "\F0ED0"; } .mdi2-unicorn::before { content: "\F15C2"; } .mdi2-unicorn-variant::before { content: "\F15C3"; } .mdi2-unicycle::before { content: "\F15E5"; } .mdi2-unity::before { content: "\F06AF"; } .mdi2-unreal::before { content: "\F09B1"; } .mdi2-update::before { content: "\F06B0"; } .mdi2-upload::before { content: "\F0552"; } .mdi2-upload-box::before { content: "\F1D10"; } .mdi2-upload-box-outline::before { content: "\F1D11"; } .mdi2-upload-circle::before { content: "\F1D12"; } .mdi2-upload-circle-outline::before { content: "\F1D13"; } .mdi2-upload-lock::before { content: "\F1373"; } .mdi2-upload-lock-outline::before { content: "\F1374"; } .mdi2-upload-multiple::before { content: "\F083D"; } .mdi2-upload-multiple-outline::before { content: "\F1D14"; } .mdi2-upload-network::before { content: "\F06F6"; } .mdi2-upload-network-outline::before { content: "\F0CD8"; } .mdi2-upload-off::before { content: "\F10C6"; } .mdi2-upload-off-outline::before { content: "\F10C7"; } .mdi2-upload-outline::before { content: "\F0E07"; } .mdi2-usb::before { content: "\F0553"; } .mdi2-usb-c-port::before { content: "\F1CBF"; } .mdi2-usb-flash-drive::before { content: "\F129E"; } .mdi2-usb-flash-drive-outline::before { content: "\F129F"; } .mdi2-usb-port::before { content: "\F11F0"; } .mdi2-vacuum::before { content: "\F19A1"; } .mdi2-vacuum-outline::before { content: "\F19A2"; } .mdi2-valve::before { content: "\F1066"; } .mdi2-valve-closed::before { content: "\F1067"; } .mdi2-valve-open::before { content: "\F1068"; } .mdi2-van-passenger::before { content: "\F07FA"; } .mdi2-van-utility::before { content: "\F07FB"; } .mdi2-vanish::before { content: "\F07FC"; } .mdi2-vanish-quarter::before { content: "\F1554"; } .mdi2-vanity-light::before { content: "\F11E1"; } .mdi2-variable::before { content: "\F0AE7"; } .mdi2-variable-box::before { content: "\F1111"; } .mdi2-vector-arrange-above::before { content: "\F0554"; } .mdi2-vector-arrange-below::before { content: "\F0555"; } .mdi2-vector-bezier::before { content: "\F0AE8"; } .mdi2-vector-circle::before { content: "\F0556"; } .mdi2-vector-circle-variant::before { content: "\F0557"; } .mdi2-vector-combine::before { content: "\F0558"; } .mdi2-vector-curve::before { content: "\F0559"; } .mdi2-vector-difference::before { content: "\F055A"; } .mdi2-vector-difference-ab::before { content: "\F055B"; } .mdi2-vector-difference-ba::before { content: "\F055C"; } .mdi2-vector-ellipse::before { content: "\F0893"; } .mdi2-vector-intersection::before { content: "\F055D"; } .mdi2-vector-line::before { content: "\F055E"; } .mdi2-vector-link::before { content: "\F0FE8"; } .mdi2-vector-point::before { content: "\F01C4"; } .mdi2-vector-point-edit::before { content: "\F09E8"; } .mdi2-vector-point-minus::before { content: "\F1B78"; } .mdi2-vector-point-plus::before { content: "\F1B79"; } .mdi2-vector-point-select::before { content: "\F055F"; } .mdi2-vector-polygon::before { content: "\F0560"; } .mdi2-vector-polygon-variant::before { content: "\F1856"; } .mdi2-vector-polyline::before { content: "\F0561"; } .mdi2-vector-polyline-edit::before { content: "\F1225"; } .mdi2-vector-polyline-minus::before { content: "\F1226"; } .mdi2-vector-polyline-plus::before { content: "\F1227"; } .mdi2-vector-polyline-remove::before { content: "\F1228"; } .mdi2-vector-radius::before { content: "\F074A"; } .mdi2-vector-rectangle::before { content: "\F05C6"; } .mdi2-vector-selection::before { content: "\F0562"; } .mdi2-vector-square::before { content: "\F0001"; } .mdi2-vector-square-close::before { content: "\F1857"; } .mdi2-vector-square-edit::before { content: "\F18D9"; } .mdi2-vector-square-minus::before { content: "\F18DA"; } .mdi2-vector-square-open::before { content: "\F1858"; } .mdi2-vector-square-plus::before { content: "\F18DB"; } .mdi2-vector-square-remove::before { content: "\F18DC"; } .mdi2-vector-triangle::before { content: "\F0563"; } .mdi2-vector-union::before { content: "\F0564"; } .mdi2-vhs::before { content: "\F0A1B"; } .mdi2-vibrate::before { content: "\F0566"; } .mdi2-vibrate-off::before { content: "\F0CD9"; } .mdi2-video::before { content: "\F0567"; } .mdi2-video-2d::before { content: "\F1A1C"; } .mdi2-video-3d::before { content: "\F07FD"; } .mdi2-video-3d-off::before { content: "\F13D9"; } .mdi2-video-3d-variant::before { content: "\F0ED1"; } .mdi2-video-4k-box::before { content: "\F083E"; } .mdi2-video-account::before { content: "\F0919"; } .mdi2-video-box::before { content: "\F00FD"; } .mdi2-video-box-off::before { content: "\F00FE"; } .mdi2-video-check::before { content: "\F1069"; } .mdi2-video-check-outline::before { content: "\F106A"; } .mdi2-video-high-definition::before { content: "\F152E"; } .mdi2-video-image::before { content: "\F091A"; } .mdi2-video-input-antenna::before { content: "\F083F"; } .mdi2-video-input-component::before { content: "\F0840"; } .mdi2-video-input-hdmi::before { content: "\F0841"; } .mdi2-video-input-scart::before { content: "\F0F8C"; } .mdi2-video-input-svideo::before { content: "\F0842"; } .mdi2-video-marker::before { content: "\F19A9"; } .mdi2-video-marker-outline::before { content: "\F19AA"; } .mdi2-video-minus::before { content: "\F09B2"; } .mdi2-video-minus-outline::before { content: "\F02BA"; } .mdi2-video-off::before { content: "\F0568"; } .mdi2-video-off-outline::before { content: "\F0BDB"; } .mdi2-video-outline::before { content: "\F0BDC"; } .mdi2-video-plus::before { content: "\F09B3"; } .mdi2-video-plus-outline::before { content: "\F01D3"; } .mdi2-video-stabilization::before { content: "\F091B"; } .mdi2-video-standard-definition::before { content: "\F1CA0"; } .mdi2-video-switch::before { content: "\F0569"; } .mdi2-video-switch-outline::before { content: "\F0790"; } .mdi2-video-vintage::before { content: "\F0A1C"; } .mdi2-video-wireless::before { content: "\F0ED2"; } .mdi2-video-wireless-outline::before { content: "\F0ED3"; } .mdi2-view-agenda::before { content: "\F056A"; } .mdi2-view-agenda-outline::before { content: "\F11D8"; } .mdi2-view-array::before { content: "\F056B"; } .mdi2-view-array-outline::before { content: "\F1485"; } .mdi2-view-carousel::before { content: "\F056C"; } .mdi2-view-carousel-outline::before { content: "\F1486"; } .mdi2-view-column::before { content: "\F056D"; } .mdi2-view-column-outline::before { content: "\F1487"; } .mdi2-view-comfy::before { content: "\F0E6A"; } .mdi2-view-comfy-outline::before { content: "\F1488"; } .mdi2-view-compact::before { content: "\F0E6B"; } .mdi2-view-compact-outline::before { content: "\F0E6C"; } .mdi2-view-dashboard::before { content: "\F056E"; } .mdi2-view-dashboard-edit::before { content: "\F1947"; } .mdi2-view-dashboard-edit-outline::before { content: "\F1948"; } .mdi2-view-dashboard-outline::before { content: "\F0A1D"; } .mdi2-view-dashboard-variant::before { content: "\F0843"; } .mdi2-view-dashboard-variant-outline::before { content: "\F1489"; } .mdi2-view-day::before { content: "\F056F"; } .mdi2-view-day-outline::before { content: "\F148A"; } .mdi2-view-gallery::before { content: "\F1888"; } .mdi2-view-gallery-outline::before { content: "\F1889"; } .mdi2-view-grid::before { content: "\F0570"; } .mdi2-view-grid-compact::before { content: "\F1C61"; } .mdi2-view-grid-outline::before { content: "\F11D9"; } .mdi2-view-grid-plus::before { content: "\F0F8D"; } .mdi2-view-grid-plus-outline::before { content: "\F11DA"; } .mdi2-view-headline::before { content: "\F0571"; } .mdi2-view-list::before { content: "\F0572"; } .mdi2-view-list-outline::before { content: "\F148B"; } .mdi2-view-module::before { content: "\F0573"; } .mdi2-view-module-outline::before { content: "\F148C"; } .mdi2-view-parallel::before { content: "\F0728"; } .mdi2-view-parallel-outline::before { content: "\F148D"; } .mdi2-view-quilt::before { content: "\F0574"; } .mdi2-view-quilt-outline::before { content: "\F148E"; } .mdi2-view-sequential::before { content: "\F0729"; } .mdi2-view-sequential-outline::before { content: "\F148F"; } .mdi2-view-split-horizontal::before { content: "\F0BCB"; } .mdi2-view-split-vertical::before { content: "\F0BCC"; } .mdi2-view-stream::before { content: "\F0575"; } .mdi2-view-stream-outline::before { content: "\F1490"; } .mdi2-view-week::before { content: "\F0576"; } .mdi2-view-week-outline::before { content: "\F1491"; } .mdi2-vimeo::before { content: "\F0577"; } .mdi2-violin::before { content: "\F060F"; } .mdi2-virtual-reality::before { content: "\F0894"; } .mdi2-virus::before { content: "\F13B6"; } .mdi2-virus-off::before { content: "\F18E1"; } .mdi2-virus-off-outline::before { content: "\F18E2"; } .mdi2-virus-outline::before { content: "\F13B7"; } .mdi2-vlc::before { content: "\F057C"; } .mdi2-voicemail::before { content: "\F057D"; } .mdi2-volcano::before { content: "\F1A83"; } .mdi2-volcano-outline::before { content: "\F1A84"; } .mdi2-volleyball::before { content: "\F09B4"; } .mdi2-volume-equal::before { content: "\F1B10"; } .mdi2-volume-high::before { content: "\F057E"; } .mdi2-volume-low::before { content: "\F057F"; } .mdi2-volume-medium::before { content: "\F0580"; } .mdi2-volume-minus::before { content: "\F075E"; } .mdi2-volume-mute::before { content: "\F075F"; } .mdi2-volume-off::before { content: "\F0581"; } .mdi2-volume-plus::before { content: "\F075D"; } .mdi2-volume-source::before { content: "\F1120"; } .mdi2-volume-variant-off::before { content: "\F0E08"; } .mdi2-volume-vibrate::before { content: "\F1121"; } .mdi2-vote::before { content: "\F0A1F"; } .mdi2-vote-outline::before { content: "\F0A20"; } .mdi2-vpn::before { content: "\F0582"; } .mdi2-vuejs::before { content: "\F0844"; } .mdi2-vuetify::before { content: "\F0E6D"; } .mdi2-walk::before { content: "\F0583"; } .mdi2-wall::before { content: "\F07FE"; } .mdi2-wall-fire::before { content: "\F1A11"; } .mdi2-wall-sconce::before { content: "\F091C"; } .mdi2-wall-sconce-flat::before { content: "\F091D"; } .mdi2-wall-sconce-flat-outline::before { content: "\F17C9"; } .mdi2-wall-sconce-flat-variant::before { content: "\F041C"; } .mdi2-wall-sconce-flat-variant-outline::before { content: "\F17CA"; } .mdi2-wall-sconce-outline::before { content: "\F17CB"; } .mdi2-wall-sconce-round::before { content: "\F0748"; } .mdi2-wall-sconce-round-outline::before { content: "\F17CC"; } .mdi2-wall-sconce-round-variant::before { content: "\F091E"; } .mdi2-wall-sconce-round-variant-outline::before { content: "\F17CD"; } .mdi2-wallet::before { content: "\F0584"; } .mdi2-wallet-bifold::before { content: "\F1C58"; } .mdi2-wallet-bifold-outline::before { content: "\F1C59"; } .mdi2-wallet-giftcard::before { content: "\F0585"; } .mdi2-wallet-membership::before { content: "\F0586"; } .mdi2-wallet-outline::before { content: "\F0BDD"; } .mdi2-wallet-plus::before { content: "\F0F8E"; } .mdi2-wallet-plus-outline::before { content: "\F0F8F"; } .mdi2-wallet-travel::before { content: "\F0587"; } .mdi2-wallpaper::before { content: "\F0E09"; } .mdi2-wan::before { content: "\F0588"; } .mdi2-wardrobe::before { content: "\F0F90"; } .mdi2-wardrobe-outline::before { content: "\F0F91"; } .mdi2-warehouse::before { content: "\F0F81"; } .mdi2-washing-machine::before { content: "\F072A"; } .mdi2-washing-machine-alert::before { content: "\F11BC"; } .mdi2-washing-machine-off::before { content: "\F11BD"; } .mdi2-watch::before { content: "\F0589"; } .mdi2-watch-export::before { content: "\F058A"; } .mdi2-watch-export-variant::before { content: "\F0895"; } .mdi2-watch-import::before { content: "\F058B"; } .mdi2-watch-import-variant::before { content: "\F0896"; } .mdi2-watch-variant::before { content: "\F0897"; } .mdi2-watch-vibrate::before { content: "\F06B1"; } .mdi2-watch-vibrate-off::before { content: "\F0CDA"; } .mdi2-water::before { content: "\F058C"; } .mdi2-water-alert::before { content: "\F1502"; } .mdi2-water-alert-outline::before { content: "\F1503"; } .mdi2-water-boiler::before { content: "\F0F92"; } .mdi2-water-boiler-alert::before { content: "\F11B3"; } .mdi2-water-boiler-auto::before { content: "\F1B98"; } .mdi2-water-boiler-off::before { content: "\F11B4"; } .mdi2-water-check::before { content: "\F1504"; } .mdi2-water-check-outline::before { content: "\F1505"; } .mdi2-water-circle::before { content: "\F1806"; } .mdi2-water-minus::before { content: "\F1506"; } .mdi2-water-minus-outline::before { content: "\F1507"; } .mdi2-water-off::before { content: "\F058D"; } .mdi2-water-off-outline::before { content: "\F1508"; } .mdi2-water-opacity::before { content: "\F1855"; } .mdi2-water-outline::before { content: "\F0E0A"; } .mdi2-water-percent::before { content: "\F058E"; } .mdi2-water-percent-alert::before { content: "\F1509"; } .mdi2-water-plus::before { content: "\F150A"; } .mdi2-water-plus-outline::before { content: "\F150B"; } .mdi2-water-polo::before { content: "\F12A0"; } .mdi2-water-pump::before { content: "\F058F"; } .mdi2-water-pump-off::before { content: "\F0F93"; } .mdi2-water-remove::before { content: "\F150C"; } .mdi2-water-remove-outline::before { content: "\F150D"; } .mdi2-water-sync::before { content: "\F17C6"; } .mdi2-water-thermometer::before { content: "\F1A85"; } .mdi2-water-thermometer-outline::before { content: "\F1A86"; } .mdi2-water-well::before { content: "\F106B"; } .mdi2-water-well-outline::before { content: "\F106C"; } .mdi2-waterfall::before { content: "\F1849"; } .mdi2-watering-can::before { content: "\F1481"; } .mdi2-watering-can-outline::before { content: "\F1482"; } .mdi2-watermark::before { content: "\F0612"; } .mdi2-wave::before { content: "\F0F2E"; } .mdi2-wave-arrow-down::before { content: "\F1CB0"; } .mdi2-wave-arrow-up::before { content: "\F1CB1"; } .mdi2-wave-undercurrent::before { content: "\F1CC0"; } .mdi2-waveform::before { content: "\F147D"; } .mdi2-waves::before { content: "\F078D"; } .mdi2-waves-arrow-left::before { content: "\F1859"; } .mdi2-waves-arrow-right::before { content: "\F185A"; } .mdi2-waves-arrow-up::before { content: "\F185B"; } .mdi2-waze::before { content: "\F0BDE"; } .mdi2-weather-cloudy::before { content: "\F0590"; } .mdi2-weather-cloudy-alert::before { content: "\F0F2F"; } .mdi2-weather-cloudy-arrow-right::before { content: "\F0E6E"; } .mdi2-weather-cloudy-clock::before { content: "\F18F6"; } .mdi2-weather-dust::before { content: "\F1B5A"; } .mdi2-weather-fog::before { content: "\F0591"; } .mdi2-weather-hail::before { content: "\F0592"; } .mdi2-weather-hazy::before { content: "\F0F30"; } .mdi2-weather-hurricane::before { content: "\F0898"; } .mdi2-weather-hurricane-outline::before { content: "\F1C78"; } .mdi2-weather-lightning::before { content: "\F0593"; } .mdi2-weather-lightning-rainy::before { content: "\F067E"; } .mdi2-weather-moonset::before { content: "\F1D15"; } .mdi2-weather-moonset-down::before { content: "\F1D16"; } .mdi2-weather-moonset-up::before { content: "\F1D17"; } .mdi2-weather-night::before { content: "\F0594"; } .mdi2-weather-night-partly-cloudy::before { content: "\F0F31"; } .mdi2-weather-partly-cloudy::before { content: "\F0595"; } .mdi2-weather-partly-lightning::before { content: "\F0F32"; } .mdi2-weather-partly-rainy::before { content: "\F0F33"; } .mdi2-weather-partly-snowy::before { content: "\F0F34"; } .mdi2-weather-partly-snowy-rainy::before { content: "\F0F35"; } .mdi2-weather-pouring::before { content: "\F0596"; } .mdi2-weather-rainy::before { content: "\F0597"; } .mdi2-weather-snowy::before { content: "\F0598"; } .mdi2-weather-snowy-heavy::before { content: "\F0F36"; } .mdi2-weather-snowy-rainy::before { content: "\F067F"; } .mdi2-weather-sunny::before { content: "\F0599"; } .mdi2-weather-sunny-alert::before { content: "\F0F37"; } .mdi2-weather-sunny-off::before { content: "\F14E4"; } .mdi2-weather-sunset::before { content: "\F059A"; } .mdi2-weather-sunset-down::before { content: "\F059B"; } .mdi2-weather-sunset-up::before { content: "\F059C"; } .mdi2-weather-tornado::before { content: "\F0F38"; } .mdi2-weather-windy::before { content: "\F059D"; } .mdi2-weather-windy-variant::before { content: "\F059E"; } .mdi2-web::before { content: "\F059F"; } .mdi2-web-box::before { content: "\F0F94"; } .mdi2-web-cancel::before { content: "\F1790"; } .mdi2-web-check::before { content: "\F0789"; } .mdi2-web-clock::before { content: "\F124A"; } .mdi2-web-minus::before { content: "\F10A0"; } .mdi2-web-off::before { content: "\F0A8E"; } .mdi2-web-plus::before { content: "\F0033"; } .mdi2-web-refresh::before { content: "\F1791"; } .mdi2-web-remove::before { content: "\F0551"; } .mdi2-web-sync::before { content: "\F1792"; } .mdi2-webcam::before { content: "\F05A0"; } .mdi2-webcam-off::before { content: "\F1737"; } .mdi2-webhook::before { content: "\F062F"; } .mdi2-webpack::before { content: "\F072B"; } .mdi2-webrtc::before { content: "\F1248"; } .mdi2-wechat::before { content: "\F0611"; } .mdi2-weight::before { content: "\F05A1"; } .mdi2-weight-gram::before { content: "\F0D3F"; } .mdi2-weight-kilogram::before { content: "\F05A2"; } .mdi2-weight-lifter::before { content: "\F115D"; } .mdi2-weight-pound::before { content: "\F09B5"; } .mdi2-whatsapp::before { content: "\F05A3"; } .mdi2-wheel-barrow::before { content: "\F14F2"; } .mdi2-wheelchair::before { content: "\F1A87"; } .mdi2-wheelchair-accessibility::before { content: "\F05A4"; } .mdi2-whistle::before { content: "\F09B6"; } .mdi2-whistle-outline::before { content: "\F12BC"; } .mdi2-white-balance-auto::before { content: "\F05A5"; } .mdi2-white-balance-incandescent::before { content: "\F05A6"; } .mdi2-white-balance-iridescent::before { content: "\F05A7"; } .mdi2-white-balance-sunny::before { content: "\F05A8"; } .mdi2-widgets::before { content: "\F072C"; } .mdi2-widgets-outline::before { content: "\F1355"; } .mdi2-wifi::before { content: "\F05A9"; } .mdi2-wifi-alert::before { content: "\F16B5"; } .mdi2-wifi-arrow-down::before { content: "\F16B6"; } .mdi2-wifi-arrow-left::before { content: "\F16B7"; } .mdi2-wifi-arrow-left-right::before { content: "\F16B8"; } .mdi2-wifi-arrow-right::before { content: "\F16B9"; } .mdi2-wifi-arrow-up::before { content: "\F16BA"; } .mdi2-wifi-arrow-up-down::before { content: "\F16BB"; } .mdi2-wifi-cancel::before { content: "\F16BC"; } .mdi2-wifi-check::before { content: "\F16BD"; } .mdi2-wifi-cog::before { content: "\F16BE"; } .mdi2-wifi-lock::before { content: "\F16BF"; } .mdi2-wifi-lock-open::before { content: "\F16C0"; } .mdi2-wifi-marker::before { content: "\F16C1"; } .mdi2-wifi-minus::before { content: "\F16C2"; } .mdi2-wifi-off::before { content: "\F05AA"; } .mdi2-wifi-plus::before { content: "\F16C3"; } .mdi2-wifi-refresh::before { content: "\F16C4"; } .mdi2-wifi-remove::before { content: "\F16C5"; } .mdi2-wifi-settings::before { content: "\F16C6"; } .mdi2-wifi-star::before { content: "\F0E0B"; } .mdi2-wifi-strength-1::before { content: "\F091F"; } .mdi2-wifi-strength-1-alert::before { content: "\F0920"; } .mdi2-wifi-strength-1-lock::before { content: "\F0921"; } .mdi2-wifi-strength-1-lock-open::before { content: "\F16CB"; } .mdi2-wifi-strength-2::before { content: "\F0922"; } .mdi2-wifi-strength-2-alert::before { content: "\F0923"; } .mdi2-wifi-strength-2-lock::before { content: "\F0924"; } .mdi2-wifi-strength-2-lock-open::before { content: "\F16CC"; } .mdi2-wifi-strength-3::before { content: "\F0925"; } .mdi2-wifi-strength-3-alert::before { content: "\F0926"; } .mdi2-wifi-strength-3-lock::before { content: "\F0927"; } .mdi2-wifi-strength-3-lock-open::before { content: "\F16CD"; } .mdi2-wifi-strength-4::before { content: "\F0928"; } .mdi2-wifi-strength-4-alert::before { content: "\F0929"; } .mdi2-wifi-strength-4-lock::before { content: "\F092A"; } .mdi2-wifi-strength-4-lock-open::before { content: "\F16CE"; } .mdi2-wifi-strength-alert-outline::before { content: "\F092B"; } .mdi2-wifi-strength-lock-open-outline::before { content: "\F16CF"; } .mdi2-wifi-strength-lock-outline::before { content: "\F092C"; } .mdi2-wifi-strength-off::before { content: "\F092D"; } .mdi2-wifi-strength-off-outline::before { content: "\F092E"; } .mdi2-wifi-strength-outline::before { content: "\F092F"; } .mdi2-wifi-sync::before { content: "\F16C7"; } .mdi2-wikipedia::before { content: "\F05AC"; } .mdi2-wind-power::before { content: "\F1A88"; } .mdi2-wind-power-outline::before { content: "\F1A89"; } .mdi2-wind-turbine::before { content: "\F0DA5"; } .mdi2-wind-turbine-alert::before { content: "\F19AB"; } .mdi2-wind-turbine-check::before { content: "\F19AC"; } .mdi2-window-close::before { content: "\F05AD"; } .mdi2-window-closed::before { content: "\F05AE"; } .mdi2-window-closed-variant::before { content: "\F11DB"; } .mdi2-window-maximize::before { content: "\F05AF"; } .mdi2-window-minimize::before { content: "\F05B0"; } .mdi2-window-open::before { content: "\F05B1"; } .mdi2-window-open-variant::before { content: "\F11DC"; } .mdi2-window-restore::before { content: "\F05B2"; } .mdi2-window-shutter::before { content: "\F111C"; } .mdi2-window-shutter-alert::before { content: "\F111D"; } .mdi2-window-shutter-auto::before { content: "\F1BA3"; } .mdi2-window-shutter-cog::before { content: "\F1A8A"; } .mdi2-window-shutter-open::before { content: "\F111E"; } .mdi2-window-shutter-settings::before { content: "\F1A8B"; } .mdi2-windsock::before { content: "\F15FA"; } .mdi2-wiper::before { content: "\F0AE9"; } .mdi2-wiper-wash::before { content: "\F0DA6"; } .mdi2-wiper-wash-alert::before { content: "\F18DF"; } .mdi2-wizard-hat::before { content: "\F1477"; } .mdi2-wordpress::before { content: "\F05B4"; } .mdi2-wrap::before { content: "\F05B6"; } .mdi2-wrap-disabled::before { content: "\F0BDF"; } .mdi2-wrench::before { content: "\F05B7"; } .mdi2-wrench-check::before { content: "\F1B8F"; } .mdi2-wrench-check-outline::before { content: "\F1B90"; } .mdi2-wrench-clock::before { content: "\F19A3"; } .mdi2-wrench-clock-outline::before { content: "\F1B93"; } .mdi2-wrench-cog::before { content: "\F1B91"; } .mdi2-wrench-cog-outline::before { content: "\F1B92"; } .mdi2-wrench-outline::before { content: "\F0BE0"; } .mdi2-xamarin::before { content: "\F0845"; } .mdi2-xml::before { content: "\F05C0"; } .mdi2-xmpp::before { content: "\F07FF"; } .mdi2-yahoo::before { content: "\F0B4F"; } .mdi2-yeast::before { content: "\F05C1"; } .mdi2-yin-yang::before { content: "\F0680"; } .mdi2-yoga::before { content: "\F117C"; } .mdi2-youtube::before { content: "\F05C3"; } .mdi2-youtube-gaming::before { content: "\F0848"; } .mdi2-youtube-studio::before { content: "\F0847"; } .mdi2-youtube-subscription::before { content: "\F0D40"; } .mdi2-youtube-tv::before { content: "\F0448"; } .mdi2-yurt::before { content: "\F1516"; } .mdi2-z-wave::before { content: "\F0AEA"; } .mdi2-zend::before { content: "\F0AEB"; } .mdi2-zigbee::before { content: "\F0D41"; } .mdi2-zip-box::before { content: "\F05C4"; } .mdi2-zip-box-outline::before { content: "\F0FFA"; } .mdi2-zip-disk::before { content: "\F0A23"; } .mdi2-zodiac-aquarius::before { content: "\F0A7D"; } .mdi2-zodiac-aries::before { content: "\F0A7E"; } .mdi2-zodiac-cancer::before { content: "\F0A7F"; } .mdi2-zodiac-capricorn::before { content: "\F0A80"; } .mdi2-zodiac-gemini::before { content: "\F0A81"; } .mdi2-zodiac-leo::before { content: "\F0A82"; } .mdi2-zodiac-libra::before { content: "\F0A83"; } .mdi2-zodiac-pisces::before { content: "\F0A84"; } .mdi2-zodiac-sagittarius::before { content: "\F0A85"; } .mdi2-zodiac-scorpio::before { content: "\F0A86"; } .mdi2-zodiac-taurus::before { content: "\F0A87"; } .mdi2-zodiac-virgo::before { content: "\F0A88"; } .mdi2-blank::before { content: "\F68C"; visibility: hidden; } .mdi2-18px.mdi2-set, .mdi2-18px.mdi:before { font-size: 18px; } .mdi2-24px.mdi2-set, .mdi2-24px.mdi:before { font-size: 24px; } .mdi2-36px.mdi2-set, .mdi2-36px.mdi:before { font-size: 36px; } .mdi2-48px.mdi2-set, .mdi2-48px.mdi:before { font-size: 48px; } .mdi2-dark:before { color: rgba(0, 0, 0, 0.54); } .mdi2-dark.mdi2-inactive:before { color: rgba(0, 0, 0, 0.26); } .mdi2-light:before { color: white; } .mdi2-light.mdi2-inactive:before { color: rgba(255, 255, 255, 0.3); } .mdi2-rotate-45 { /* // Not included in production &.mdi2-flip-h:before { -webkit-transform: scaleX(-1) rotate(45deg); transform: scaleX(-1) rotate(45deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi2-flip-v:before { -webkit-transform: scaleY(-1) rotate(45deg); -ms-transform: rotate(45deg); transform: scaleY(-1) rotate(45deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi2-rotate-45:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .mdi2-rotate-90 { /* // Not included in production &.mdi2-flip-h:before { -webkit-transform: scaleX(-1) rotate(90deg); transform: scaleX(-1) rotate(90deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi2-flip-v:before { -webkit-transform: scaleY(-1) rotate(90deg); -ms-transform: rotate(90deg); transform: scaleY(-1) rotate(90deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi2-rotate-90:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .mdi2-rotate-135 { /* // Not included in production &.mdi2-flip-h:before { -webkit-transform: scaleX(-1) rotate(135deg); transform: scaleX(-1) rotate(135deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi2-flip-v:before { -webkit-transform: scaleY(-1) rotate(135deg); -ms-transform: rotate(135deg); transform: scaleY(-1) rotate(135deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi2-rotate-135:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); } .mdi2-rotate-180 { /* // Not included in production &.mdi2-flip-h:before { -webkit-transform: scaleX(-1) rotate(180deg); transform: scaleX(-1) rotate(180deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi2-flip-v:before { -webkit-transform: scaleY(-1) rotate(180deg); -ms-transform: rotate(180deg); transform: scaleY(-1) rotate(180deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi2-rotate-180:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .mdi2-rotate-225 { /* // Not included in production &.mdi2-flip-h:before { -webkit-transform: scaleX(-1) rotate(225deg); transform: scaleX(-1) rotate(225deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi2-flip-v:before { -webkit-transform: scaleY(-1) rotate(225deg); -ms-transform: rotate(225deg); transform: scaleY(-1) rotate(225deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi2-rotate-225:before { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); } .mdi2-rotate-270 { /* // Not included in production &.mdi2-flip-h:before { -webkit-transform: scaleX(-1) rotate(270deg); transform: scaleX(-1) rotate(270deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi2-flip-v:before { -webkit-transform: scaleY(-1) rotate(270deg); -ms-transform: rotate(270deg); transform: scaleY(-1) rotate(270deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi2-rotate-270:before { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .mdi2-rotate-315 { /* // Not included in production &.mdi2-flip-h:before { -webkit-transform: scaleX(-1) rotate(315deg); transform: scaleX(-1) rotate(315deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi2-flip-v:before { -webkit-transform: scaleY(-1) rotate(315deg); -ms-transform: rotate(315deg); transform: scaleY(-1) rotate(315deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi2-rotate-315:before { -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); } .mdi2-flip-h:before { -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; } .mdi2-flip-v:before { -webkit-transform: scaleY(-1); transform: scaleY(-1); filter: FlipV; -ms-filter: "FlipV"; } .mdi2-spin:before { -webkit-animation: mdi2-spin 2s infinite linear; animation: mdi2-spin 2s infinite linear; } @-webkit-keyframes mdi2-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes mdi2-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } /*# sourceMappingURL=materialdesignicons.css.map */ ================================================ FILE: icon-packs/ikonli-medicons-pack/ikonli-medicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-medicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.medicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.medicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.medicons.MediconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.medicons.MediconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-medicons-pack/src/main/java/org/kordamp/ikonli/medicons/Medicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.medicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Medicons implements Ikon { ACCESSIBILITY("medicon-accessibility", '\ue643'), ACCESSIBILITY_SQUARE("medicon-accessibility-square", '\ue671'), ADMINISTRATION("medicon-administration", '\ue624'), ADMINISTRATION_SQUARE("medicon-administration-square", '\ue670'), ALTERNATIVE_COMPLEMENTARY("medicon-alternative-complementary", '\ue623'), ALTERNATIVE_COMPLEMENTARY_SQUARE("medicon-alternative-complementary-square", '\ue66f'), AMBULANCE("medicon-ambulance", '\ue622'), AMBULANCE_SQUARE("medicon-ambulance-square", '\ue66e'), ANESTHESIA("medicon-anesthesia", '\ue621'), ANESTHESIA_SQUARE("medicon-anesthesia-square", '\ue66d'), BILLING("medicon-billing", '\ue620'), BILLING_SQUARE("medicon-billing-square", '\ue66c'), CARDIOLOGY("medicon-cardiology", '\ue61f'), CARDIOLOGY_SQUARE("medicon-cardiology-square", '\ue66b'), CARE_STAFF_AREA("medicon-care-staff-area", '\ue642'), CARE_STAFF_AREA_SQUARE("medicon-care-staff-area-square", '\ue68d'), CATH_LAB("medicon-cath-lab", '\ue641'), CATH_LAB_SQUARE("medicon-cath-lab-square", '\ue68c'), CHAPEL("medicon-chapel", '\ue640'), CHAPEL_SQUARE("medicon-chapel-square", '\ue68b'), COFFEE_SHOP("medicon-coffee-shop", '\ue63f'), COFFEE_SHOP_SQUARE("medicon-coffee-shop-square", '\ue68a'), DENTAL("medicon-dental", '\ue63e'), DENTAL_SQUARE("medicon-dental-square", '\ue689'), DERMATOLOGY("medicon-dermatology", '\ue63d'), DERMATOLOGY_SQUARE("medicon-dermatology-square", '\ue68f'), DIABETES_EDUCATION("medicon-diabetes-education", '\ue644'), DIABETES_EDUCATION_SQUARE("medicon-diabetes-education-square", '\ue66a'), DRINKING_FOUNTAIN("medicon-drinking-fountain", '\ue61e'), DRINKING_FOUNTAIN_SQUARE("medicon-drinking-fountain-square", '\ue669'), EAR_NOSE_THROAT("medicon-ear-nose-throat", '\ue61d'), EAR_NOSE_THROAT_SQUARE("medicon-ear-nose-throat-square", '\ue668'), ELEVATORS("medicon-elevators", '\ue61c'), ELEVATORS_SQUARE("medicon-elevators-square", '\ue667'), EMERGENCY("medicon-emergency", '\ue61b'), EMERGENCY_SQUARE("medicon-emergency-square", '\ue666'), FAMILY_PRACTICE("medicon-family-practice", '\ue61a'), FAMILY_PRACTICE_SQUARE("medicon-family-practice-square", '\ue665'), FIRE_EXTINGUISHER("medicon-fire-extinguisher", '\ue619'), FIRE_EXTINGUISHER_SQUARE("medicon-fire-extinguisher-square", '\ue664'), FIRST_AID("medicon-first-aid", '\ue63c'), FIRST_AID_SQUARE("medicon-first-aid-square", '\ue688'), GENETICS("medicon-genetics", '\ue63b'), GENETICS_SQUARE("medicon-genetics-square", '\ue687'), GIFT_SHOP("medicon-gift-shop", '\ue63a'), GIFT_SHOP_SQUARE("medicon-gift-shop-square", '\ue686'), HEALTH_EDUCATION("medicon-health-education", '\ue639'), HEALTH_EDUCATION_SQUARE("medicon-health-education-square", '\ue685'), HEALTH_SERVICES("medicon-health-services", '\ue638'), HEALTH_SERVICES_SQUARE("medicon-health-services-square", '\ue684'), HEARING_ASSISTANCE("medicon-hearing-assistance", '\ue637'), HEARING_ASSISTANCE_SQUARE("medicon-hearing-assistance-square", '\ue683'), HOSPITAL("medicon-hospital", '\ue645'), HOSPITAL_SQUARE("medicon-hospital-square", '\ue663'), IMAGING_ALTERNATIVE_CT("medicon-imaging-alternative-ct", '\ue618'), IMAGING_ALTERNATIVE_CT_SQUARE("medicon-imaging-alternative-ct-square", '\ue662'), IMAGING_ALTERNATIVE_MRI("medicon-imaging-alternative-mri", '\ue616'), IMAGING_ALTERNATIVE_MRI_SQUARE("medicon-imaging-alternative-mri-square", '\ue660'), IMAGING_ALTERNATIVE_MRI_TWO("medicon-imaging-alternative-mri-two", '\ue617'), IMAGING_ALTERNATIVE_MRI_TWO_SQUARE("medicon-imaging-alternative-mri-two-square", '\ue661'), IMAGING_ALTERNATIVE_PET("medicon-imaging-alternative-pet", '\ue615'), IMAGING_ALTERNATIVE_PET_SQUARE("medicon-imaging-alternative-pet-square", '\ue65f'), IMAGING_ROOT_CATEGORY("medicon-imaging-root-category", '\ue614'), IMAGING_ROOT_CATEGORY_SQUARE("medicon-imaging-root-category-square", '\ue65e'), IMMUNIZATIONS("medicon-immunizations", '\ue613'), IMMUNIZATIONS_SQUARE("medicon-immunizations-square", '\ue65d'), INFECTIOUS_DISEASES("medicon-infectious-diseases", '\ue636'), INFECTIOUS_DISEASES_SQUARE("medicon-infectious-diseases-square", '\ue682'), INFORMATION_US("medicon-information-us", '\ue635'), INFORMATION_US_SQUARE("medicon-information-us-square", '\ue681'), INPATIENT("medicon-inpatient", '\ue634'), INPATIENT_SQUARE("medicon-inpatient-square", '\ue680'), INTENSIVE_CARE("medicon-intensive-care", '\ue633'), INTENSIVE_CARE_SQUARE("medicon-intensive-care-square", '\ue67f'), INTERNAL_MEDICINE("medicon-internal-medicine", '\ue632'), INTERNAL_MEDICINE_SQUARE("medicon-internal-medicine-square", '\ue67e'), INTERPRETER_SERVICES("medicon-interpreter-services", '\ue631'), INTERPRETER_SERVICES_SQUARE("medicon-interpreter-services-square", '\ue67d'), KIDNEY("medicon-kidney", '\ue646'), KIDNEY_SQUARE("medicon-kidney-square", '\ue65c'), LABORATORY("medicon-laboratory", '\ue611'), LABORATORY_SQUARE("medicon-laboratory-square", '\ue65a'), LABOR_DELIVERY("medicon-labor-delivery", '\ue612'), LABOR_DELIVERY_SQUARE("medicon-labor-delivery-square", '\ue65b'), MAMMOGRAPHY("medicon-mammography", '\ue610'), MAMMOGRAPHY_SQUARE("medicon-mammography-square", '\ue659'), MEDICAL_LIBRARY("medicon-medical-library", '\ue60f'), MEDICAL_LIBRARY_SQUARE("medicon-medical-library-square", '\ue658'), MEDICAL_RECORDS("medicon-medical-records", '\ue60e'), MEDICAL_RECORDS_SQUARE("medicon-medical-records-square", '\ue657'), MENTAL_HEALTH("medicon-mental-health", '\ue60d'), MENTAL_HEALTH_SQUARE("medicon-mental-health-square", '\ue656'), MRI_PET("medicon-mri-pet", '\ue630'), MRI_PET_SQUARE("medicon-mri-pet-square", '\ue67c'), NEUROLOGY("medicon-neurology", '\ue62f'), NEUROLOGY_SQUARE("medicon-neurology-square", '\ue67b'), NO_SMOKING("medicon-no-smoking", '\ue62e'), NO_SMOKING_SQUARE("medicon-no-smoking-square", '\ue67a'), NURSERY("medicon-nursery", '\ue62d'), NURSERY_SQUARE("medicon-nursery-square", '\ue679'), NUTRITION("medicon-nutrition", '\ue62c'), NUTRITION_SQUARE("medicon-nutrition-square", '\ue678'), ONCOLOGY("medicon-oncology", '\ue62b'), ONCOLOGY_SQUARE("medicon-oncology-square", '\ue677'), OPHTHALMOLOGY("medicon-ophthalmology", '\ue647'), OPHTHALMOLOGY_SQUARE("medicon-ophthalmology-square", '\ue655'), OUTPATIENT("medicon-outpatient", '\ue60c'), OUTPATIENT_SQUARE("medicon-outpatient-square", '\ue654'), PATHOLOGY("medicon-pathology", '\ue60b'), PATHOLOGY_SQUARE("medicon-pathology-square", '\ue653'), PEDIATRICS("medicon-pediatrics", '\ue60a'), PEDIATRICS_SQUARE("medicon-pediatrics-square", '\ue652'), PHARMACY("medicon-pharmacy", '\ue609'), PHARMACY_SQUARE("medicon-pharmacy-square", '\ue651'), PHYSICAL_THERAPY("medicon-physical-therapy", '\ue608'), PHYSICAL_THERAPY_SQUARE("medicon-physical-therapy-square", '\ue650'), RADIOLOGY("medicon-radiology", '\ue607'), RADIOLOGY_SQUARE("medicon-radiology-square", '\ue64f'), REGISTRATION("medicon-registration", '\ue62a'), REGISTRATION_SQUARE("medicon-registration-square", '\ue68e'), RESPIRATORY("medicon-respiratory", '\ue629'), RESPIRATORY_SQUARE("medicon-respiratory-square", '\ue676'), RESTAURANT("medicon-restaurant", '\ue628'), RESTAURANT_SQUARE("medicon-restaurant-square", '\ue675'), RESTROOMS("medicon-restrooms", '\ue627'), RESTROOMS_SQUARE("medicon-restrooms-square", '\ue674'), SMOKING("medicon-smoking", '\ue626'), SMOKING_SQUARE("medicon-smoking-square", '\ue673'), SOCIAL_SERVICES("medicon-social-services", '\ue625'), SOCIAL_SERVICES_SQUARE("medicon-social-services-square", '\ue672'), STAIRS("medicon-stairs", '\ue606'), STAIRS_SQUARE("medicon-stairs-square", '\ue64e'), SURGERY("medicon-surgery", '\ue605'), SURGERY_SQUARE("medicon-surgery-square", '\ue64d'), TEXT_TELEPHONE("medicon-text-telephone", '\ue604'), TEXT_TELEPHONE_SQUARE("medicon-text-telephone-square", '\ue64c'), ULTRASOUND("medicon-ultrasound", '\ue603'), ULTRASOUND_SQUARE("medicon-ultrasound-square", '\ue64b'), VOLUME_CONTROL("medicon-volume-control", '\ue602'), VOLUME_CONTROL_SQUARE("medicon-volume-control-square", '\ue64a'), WAITING_AREA("medicon-waiting-area", '\ue601'), WAITING_AREA_SQUARE("medicon-waiting-area-square", '\ue649'), WOMENS_HEALTH("medicon-womens-health", '\ue600'), WOMENS_HEALTH_SQUARE("medicon-womens-health-square", '\ue648'); public static Medicons findByDescription(String description) { for (Medicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Medicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-medicons-pack/src/main/java/org/kordamp/ikonli/medicons/MediconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.medicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MediconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/medicons/20170612/fonts/webfont-medical-icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("medicon-"); } @Override public Ikon resolve(String description) { return Medicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "webfont-medical-icons"; } } ================================================ FILE: icon-packs/ikonli-medicons-pack/src/main/java/org/kordamp/ikonli/medicons/MediconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.medicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MediconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Medicons.class; } } ================================================ FILE: icon-packs/ikonli-medicons-pack/src/main/resources/META-INF/resources/medicons/20170612/css/medicons.css ================================================ @font-face { font-family: 'webfont-medical-icons'; src: url("../fonts/webfont-medical-icons.eot"); src: url("../fonts/webfont-medical-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/webfont-medical-icons.ttf") format("truetype"), url("../fonts/webfont-medical-icons.woff") format("woff"), url("../fonts/webfont-medical-icons.svg#webfont-medical-icons") format("svg"); font-weight: normal; font-style: normal; } [class^="medicon-"], [class*=" medicon-"] { font-family: 'webfont-medical-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .medicon-accessibility:before { content: "\e643"; } .medicon-accessibility-square:before { content: "\e671"; } .medicon-administration:before { content: "\e624"; } .medicon-administration-square:before { content: "\e670"; } .medicon-alternative-complementary:before { content: "\e623"; } .medicon-alternative-complementary-square:before { content: "\e66f"; } .medicon-ambulance:before { content: "\e622"; } .medicon-ambulance-square:before { content: "\e66e"; } .medicon-anesthesia:before { content: "\e621"; } .medicon-anesthesia-square:before { content: "\e66d"; } .medicon-billing:before { content: "\e620"; } .medicon-billing-square:before { content: "\e66c"; } .medicon-cardiology:before { content: "\e61f"; } .medicon-cardiology-square:before { content: "\e66b"; } .medicon-care-staff-area:before { content: "\e642"; } .medicon-care-staff-area-square:before { content: "\e68d"; } .medicon-cath-lab:before { content: "\e641"; } .medicon-cath-lab-square:before { content: "\e68c"; } .medicon-chapel:before { content: "\e640"; } .medicon-chapel-square:before { content: "\e68b"; } .medicon-coffee-shop:before { content: "\e63f"; } .medicon-coffee-shop-square:before { content: "\e68a"; } .medicon-dental:before { content: "\e63e"; } .medicon-dental-square:before { content: "\e689"; } .medicon-dermatology:before { content: "\e63d"; } .medicon-dermatology-square:before { content: "\e68f"; } .medicon-diabetes-education:before { content: "\e644"; } .medicon-diabetes-education-square:before { content: "\e66a"; } .medicon-drinking-fountain:before { content: "\e61e"; } .medicon-drinking-fountain-square:before { content: "\e669"; } .medicon-ear-nose-throat:before { content: "\e61d"; } .medicon-ear-nose-throat-square:before { content: "\e668"; } .medicon-elevators:before { content: "\e61c"; } .medicon-elevators-square:before { content: "\e667"; } .medicon-emergency:before { content: "\e61b"; } .medicon-emergency-square:before { content: "\e666"; } .medicon-family-practice:before { content: "\e61a"; } .medicon-family-practice-square:before { content: "\e665"; } .medicon-fire-extinguisher:before { content: "\e619"; } .medicon-fire-extinguisher-square:before { content: "\e664"; } .medicon-first-aid:before { content: "\e63c"; } .medicon-first-aid-square:before { content: "\e688"; } .medicon-genetics:before { content: "\e63b"; } .medicon-genetics-square:before { content: "\e687"; } .medicon-gift-shop:before { content: "\e63a"; } .medicon-gift-shop-square:before { content: "\e686"; } .medicon-health-education:before { content: "\e639"; } .medicon-health-education-square:before { content: "\e685"; } .medicon-health-services:before { content: "\e638"; } .medicon-health-services-square:before { content: "\e684"; } .medicon-hearing-assistance:before { content: "\e637"; } .medicon-hearing-assistance-square:before { content: "\e683"; } .medicon-hospital:before { content: "\e645"; } .medicon-hospital-square:before { content: "\e663"; } .medicon-imaging-alternative-ct:before { content: "\e618"; } .medicon-imaging-alternative-ct-square:before { content: "\e662"; } .medicon-imaging-alternative-mri:before { content: "\e616"; } .medicon-imaging-alternative-mri-square:before { content: "\e660"; } .medicon-imaging-alternative-mri-two:before { content: "\e617"; } .medicon-imaging-alternative-mri-two-square:before { content: "\e661"; } .medicon-imaging-alternative-pet:before { content: "\e615"; } .medicon-imaging-alternative-pet-square:before { content: "\e65f"; } .medicon-imaging-root-category:before { content: "\e614"; } .medicon-imaging-root-category-square:before { content: "\e65e"; } .medicon-immunizations:before { content: "\e613"; } .medicon-immunizations-square:before { content: "\e65d"; } .medicon-infectious-diseases:before { content: "\e636"; } .medicon-infectious-diseases-square:before { content: "\e682"; } .medicon-information-us:before { content: "\e635"; } .medicon-information-us-square:before { content: "\e681"; } .medicon-inpatient:before { content: "\e634"; } .medicon-inpatient-square:before { content: "\e680"; } .medicon-intensive-care:before { content: "\e633"; } .medicon-intensive-care-square:before { content: "\e67f"; } .medicon-internal-medicine:before { content: "\e632"; } .medicon-internal-medicine-square:before { content: "\e67e"; } .medicon-interpreter-services:before { content: "\e631"; } .medicon-interpreter-services-square:before { content: "\e67d"; } .medicon-kidney:before { content: "\e646"; } .medicon-kidney-square:before { content: "\e65c"; } .medicon-labor-delivery:before { content: "\e612"; } .medicon-labor-delivery-square:before { content: "\e65b"; } .medicon-laboratory:before { content: "\e611"; } .medicon-laboratory-square:before { content: "\e65a"; } .medicon-mammography:before { content: "\e610"; } .medicon-mammography-square:before { content: "\e659"; } .medicon-medical-library:before { content: "\e60f"; } .medicon-medical-library-square:before { content: "\e658"; } .medicon-medical-records:before { content: "\e60e"; } .medicon-medical-records-square:before { content: "\e657"; } .medicon-mental-health:before { content: "\e60d"; } .medicon-mental-health-square:before { content: "\e656"; } .medicon-mri-pet:before { content: "\e630"; } .medicon-mri-pet-square:before { content: "\e67c"; } .medicon-neurology:before { content: "\e62f"; } .medicon-neurology-square:before { content: "\e67b"; } .medicon-no-smoking:before { content: "\e62e"; } .medicon-no-smoking-square:before { content: "\e67a"; } .medicon-nursery:before { content: "\e62d"; } .medicon-nursery-square:before { content: "\e679"; } .medicon-nutrition:before { content: "\e62c"; } .medicon-nutrition-square:before { content: "\e678"; } .medicon-oncology:before { content: "\e62b"; } .medicon-oncology-square:before { content: "\e677"; } .medicon-ophthalmology:before { content: "\e647"; } .medicon-ophthalmology-square:before { content: "\e655"; } .medicon-outpatient:before { content: "\e60c"; } .medicon-outpatient-square:before { content: "\e654"; } .medicon-pathology:before { content: "\e60b"; } .medicon-pathology-square:before { content: "\e653"; } .medicon-pediatrics:before { content: "\e60a"; } .medicon-pediatrics-square:before { content: "\e652"; } .medicon-pharmacy:before { content: "\e609"; } .medicon-pharmacy-square:before { content: "\e651"; } .medicon-physical-therapy:before { content: "\e608"; } .medicon-physical-therapy-square:before { content: "\e650"; } .medicon-radiology:before { content: "\e607"; } .medicon-radiology-square:before { content: "\e64f"; } .medicon-registration:before { content: "\e62a"; } .medicon-registration-square:before { content: "\e68e"; } .medicon-respiratory:before { content: "\e629"; } .medicon-respiratory-square:before { content: "\e676"; } .medicon-restaurant:before { content: "\e628"; } .medicon-restaurant-square:before { content: "\e675"; } .medicon-restrooms:before { content: "\e627"; } .medicon-restrooms-square:before { content: "\e674"; } .medicon-smoking:before { content: "\e626"; } .medicon-smoking-square:before { content: "\e673"; } .medicon-social-services:before { content: "\e625"; } .medicon-social-services-square:before { content: "\e672"; } .medicon-stairs:before { content: "\e606"; } .medicon-stairs-square:before { content: "\e64e"; } .medicon-surgery:before { content: "\e605"; } .medicon-surgery-square:before { content: "\e64d"; } .medicon-text-telephone:before { content: "\e604"; } .medicon-text-telephone-square:before { content: "\e64c"; } .medicon-ultrasound:before { content: "\e603"; } .medicon-ultrasound-square:before { content: "\e64b"; } .medicon-volume-control:before { content: "\e602"; } .medicon-volume-control-square:before { content: "\e64a"; } .medicon-waiting-area:before { content: "\e601"; } .medicon-waiting-area-square:before { content: "\e649"; } .medicon-womens-health:before { content: "\e600"; } .medicon-womens-health-square:before { content: "\e648"; } ================================================ FILE: icon-packs/ikonli-metrizeicons-pack/ikonli-metrizeicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-metrizeicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.metrizeicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.metrizeicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.metrizeicons.MetrizeIconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.metrizeicons.MetrizeIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-metrizeicons-pack/src/main/java/org/kordamp/ikonli/metrizeicons/MetrizeIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.metrizeicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum MetrizeIcons implements Ikon { // latest is e12b MET_ADJUST("met-adjust", '\ue12a'), MET_AIR_PLANE("met-air-plane", '\ue129'), MET_ALARM_CLOCK("met-alarm-clock", '\ue128'), MET_ANIMAL_FOOTPRINT("met-animal-footprint", '\ue127'), MET_ARROW_CURVE_LEFT("met-arrow-curve-left", '\ue126'), MET_ARROW_CURVE_RECYCLE("met-arrow-curve-recycle", '\ue125'), MET_ARROW_CURVE_RIGHT("met-arrow-curve-right", '\ue124'), MET_ARROW_CYCLE("met-arrow-cycle", '\ue123'), MET_ARROW_CYCLING("met-arrow-cycling", '\ue122'), MET_ARROW_DOWN("met-arrow-down", '\ue11c'), MET_ARROW_DOWN_BIG("met-arrow-down-big", '\ue121'), MET_ARROW_DOWN_BOLD("met-arrow-down-bold", '\ue11f'), MET_ARROW_DOWN_BOLD_ROUND("met-arrow-down-bold-round", '\ue120'), MET_ARROW_DOWN_LIGHT("met-arrow-down-light", '\ue11e'), MET_ARROW_DOWN_THIN("met-arrow-down-thin", '\ue11d'), MET_ARROW_FILL_DOWN("met-arrow-fill-down", '\ue11b'), MET_ARROW_FILL_LEFT("met-arrow-fill-left", '\ue11a'), MET_ARROW_FILL_RIGHT("met-arrow-fill-right", '\ue119'), MET_ARROW_FILL_UP("met-arrow-fill-up", '\ue118'), MET_ARROW_LEFT("met-arrow-left", '\ue112'), MET_ARROW_LEFT_BIG("met-arrow-left-big", '\ue117'), MET_ARROW_LEFT_BOLD("met-arrow-left-bold", '\ue115'), MET_ARROW_LEFT_BOLD_ROUND("met-arrow-left-bold-round", '\ue116'), MET_ARROW_LEFT_LIGHT("met-arrow-left-light", '\ue114'), MET_ARROW_LEFT_THIN("met-arrow-left-thin", '\ue113'), MET_ARROW_MULTI_LINE_DOWN("met-arrow-multi-line-down", '\ue111'), MET_ARROW_MULTI_LINE_LEFT("met-arrow-multi-line-left", '\ue110'), MET_ARROW_MULTI_LINE_RIGHT("met-arrow-multi-line-right", '\ue10f'), MET_ARROW_MULTI_LINE_UP("met-arrow-multi-line-up", '\ue10e'), MET_ARROW_OBLIQUE_CONTRACT("met-arrow-oblique-contract", '\ue10c'), MET_ARROW_OBLIQUE_CONTRACT_DIRECTIONS("met-arrow-oblique-contract-directions", '\ue10d'), MET_ARROW_OBLIQUE_EXPAND("met-arrow-oblique-expand", '\ue10a'), MET_ARROW_OBLIQUE_EXPAND_DIRECTIONS("met-arrow-oblique-expand-directions", '\ue10b'), MET_ARROW_RIGHT("met-arrow-right", '\ue104'), MET_ARROW_RIGHT_BIG("met-arrow-right-big", '\ue109'), MET_ARROW_RIGHT_BOLD("met-arrow-right-bold", '\ue107'), MET_ARROW_RIGHT_BOLD_ROUND("met-arrow-right-bold-round", '\ue108'), MET_ARROW_RIGHT_LIGHT("met-arrow-right-light", '\ue106'), MET_ARROW_RIGHT_THIN("met-arrow-right-thin", '\ue105'), MET_ARROW_UP("met-arrow-up", '\ue0fe'), MET_ARROW_UP_BIG("met-arrow-up-big", '\ue103'), MET_ARROW_UP_BOLD("met-arrow-up-bold", '\ue101'), MET_ARROW_UP_BOLD_ROUND("met-arrow-up-bold-round", '\ue102'), MET_ARROW_UP_LIGHT("met-arrow-up-light", '\ue100'), MET_ARROW_UP_THIN("met-arrow-up-thin", '\ue0ff'), MET_ATOM("met-atom", '\ue0fd'), MET_AXIS_RULES("met-axis-rules", '\ue0fc'), MET_BACKWARD("met-backward", '\ue0fb'), MET_BAG("met-bag", '\ue0fa'), MET_BAN_CIRCLE("met-ban-circle", '\ue0f9'), MET_BARS("met-bars", '\ue0f8'), MET_BEZIER("met-bezier", '\ue0f7'), MET_BLANK("met-blank", '\ue0f6'), MET_BLOCK_MENU("met-block-menu", '\ue0f5'), MET_BOLT("met-bolt", '\ue0f4'), MET_BOX_ADD("met-box-add", '\ue0f3'), MET_BOX_BLANK("met-box-blank", '\ue0f2'), MET_BOX_CLOSE("met-box-close", '\ue0f1'), MET_BOX_REMOVE("met-box-remove", '\ue0f0'), MET_BROWSER_SIZES("met-browser-sizes", '\ue0ef'), MET_BRUSH("met-brush", '\ue0ee'), MET_BUTTON_ADD("met-button-add", '\ue0ed'), MET_BUTTON_CHECK("met-button-check", '\ue0ec'), MET_BUTTON_CLOSE("met-button-close", '\ue0eb'), MET_BUTTON_EMAIL("met-button-email", '\ue0ea'), MET_BUTTON_EXCLAMATION("met-button-exclamation", '\ue0e9'), MET_BUTTON_MINUS("met-button-minus", '\ue0e8'), MET_BUTTON_QUESTION("met-button-question", '\ue0e7'), MET_CAMERA("met-camera", '\ue0e6'), MET_CD_DVD_ROM("met-cd-dvd-rom", '\ue0e5'), MET_CHART_DOWN("met-chart-down", '\ue0e4'), MET_CHAT("met-chat", '\ue0e3'), MET_CHECK("met-check", '\ue0e2'), MET_CIRCLES("met-circles", '\ue0e1'), MET_CLOCK("met-clock", '\ue0e0'), MET_CLOUD("met-cloud", '\ue0db'), MET_CLOUD_ADD("met-cloud-add", '\ue0df'), MET_CLOUD_DOWNLOAD("met-cloud-download", '\ue0de'), MET_CLOUD_REMOVE("met-cloud-remove", '\ue0dd'), MET_CLOUD_UPLOAD("met-cloud-upload", '\ue0dc'), MET_COINS("met-coins", '\ue0da'), MET_COMMENT("met-comment", '\ue0d9'), MET_COMMENTS("met-comments", '\ue0d8'), MET_COMPASS("met-compass", '\ue0d6'), MET_COMPASS_2("met-compass-2", '\ue0d7'), MET_CONTRACT_DIRECTIONS("met-contract-directions", '\ue0d5'), MET_CONTRACT_HORIZONTAL("met-contract-horizontal", '\ue0d4'), MET_CONTRACT_VERTICAL("met-contract-vertical", '\ue0d3'), MET_COPY_DOCUMENT("met-copy-document", '\ue0d2'), MET_COPY_PASTE_DOCUMENT("met-copy-paste-document", '\ue0d1'), MET_CREDIT_CARD("met-credit-card", '\ue0d0'), MET_CROSS("met-cross", '\ue0cf'), MET_CUBE("met-cube", '\ue12b'), MET_DIRECTIONS("met-directions", '\ue0ce'), MET_DOCUMENT("met-document", '\ue0cc'), MET_DOCUMENTS("met-documents", '\ue0cb'), MET_DOCUMENT_FILL("met-document-fill", '\ue0cd'), MET_DOLLAR("met-dollar", '\ue0ca'), MET_DOT_CIRCLE("met-dot-circle", '\ue0c9'), MET_DOT_LINE("met-dot-line", '\ue0c8'), MET_DOT_SQUARE("met-dot-square", '\ue0c7'), MET_DOUBLE_DIAMONDS("met-double-diamonds", '\ue0c6'), MET_DOWNLOAD("met-download", '\ue0c3'), MET_DOWNLOAD_SELECTION("met-download-selection", '\ue0c4'), MET_DOWNLOAD_SELECTION_CIRCLE("met-download-selection-circle", '\ue0c5'), MET_DROP("met-drop", '\ue0c2'), MET_DROPS("met-drops", '\ue0c1'), MET_EJECT("met-eject", '\ue0c0'), MET_EMAIL_ADD("met-email-add", '\ue0bf'), MET_EMAIL_CLOSE("met-email-close", '\ue0be'), MET_EMAIL_DOWNLOAD("met-email-download", '\ue0bd'), MET_EMAIL_LUMINOSITY("met-email-luminosity", '\ue0bc'), MET_EMAIL_REMOVE("met-email-remove", '\ue0bb'), MET_EMAIL_SPAM("met-email-spam", '\ue0ba'), MET_EMAIL_UPLOAD("met-email-upload", '\ue0b9'), MET_EURO("met-euro", '\ue0b8'), MET_EXCLAMATION("met-exclamation", '\ue0b7'), MET_EXPAND("met-expand", '\ue0b3'), MET_EXPAND_DIRECTIONS("met-expand-directions", '\ue0b6'), MET_EXPAND_HORIZONTAL("met-expand-horizontal", '\ue0b5'), MET_EXPAND_VERTICAL("met-expand-vertical", '\ue0b4'), MET_EYE("met-eye", '\ue0b1'), MET_EYE_DISABLED("met-eye-disabled", '\ue0b2'), MET_FEMALE_SYMBOL("met-female-symbol", '\ue0b0'), MET_FIRE("met-fire", '\ue0af'), MET_FORWARD("met-forward", '\ue0ae'), MET_GRAPHS("met-graphs", '\ue0ad'), MET_GRIDS("met-grids", '\ue0ab'), MET_GRID_BIG("met-grid-big", '\ue0ac'), MET_HDD("met-hdd", '\ue0a8'), MET_HDD_NET("met-hdd-net", '\ue0aa'), MET_HDD_RAID("met-hdd-raid", '\ue0a9'), MET_HEART("met-heart", '\ue0a7'), MET_HOME_WIFI("met-home-wifi", '\ue0a6'), MET_IDEA("met-idea", '\ue0a5'), MET_INFO("met-info", '\ue0a4'), MET_ITALIC("met-italic", '\ue0a3'), MET_KEY("met-key", '\ue0a2'), MET_LANDSCAPE("met-landscape", '\ue0a1'), MET_LAYERS("met-layers", '\ue0a0'), MET_LEAF("met-leaf", '\ue09f'), MET_LEFT_RIGHT("met-left-right", '\ue09e'), MET_LIKE_ADD("met-like-add", '\ue09d'), MET_LIKE_BAN("met-like-ban", '\ue09c'), MET_LIKE_CLOSE("met-like-close", '\ue09b'), MET_LIKE_DOWNLOAD("met-like-download", '\ue09a'), MET_LIKE_REMOVE("met-like-remove", '\ue099'), MET_LIKE_UPLOAD("met-like-upload", '\ue098'), MET_LIMIT_DIRECTIONS("met-limit-directions", '\ue097'), MET_LINE_THROUGH("met-line-through", '\ue096'), MET_LINK_URL("met-link-url", '\ue095'), MET_LIST_CIRCLE("met-list-circle", '\ue094'), MET_LIST_SQUARE("met-list-square", '\ue093'), MET_LOCATION("met-location", '\ue091'), MET_LOCATION_MAPS("met-location-maps", '\ue092'), MET_LOCKED("met-locked", '\ue090'), MET_LOGIN_LOCK_REFRESH("met-login-lock-refresh", '\ue08f'), MET_MAGIC_WAND("met-magic-wand", '\ue08e'), MET_MAGNET("met-magnet", '\ue08d'), MET_MAIL("met-mail", '\ue08c'), MET_MAILBOX("met-mailbox", '\ue08b'), MET_MALE_SYMBOL("met-male-symbol", '\ue08a'), MET_MAP("met-map", '\ue089'), MET_MARKER("met-marker", '\ue085'), MET_MARKER_ADD("met-marker-add", '\ue088'), MET_MARKER_MINUS("met-marker-minus", '\ue087'), MET_MARKER_POINTS("met-marker-points", '\ue086'), MET_MINUS("met-minus", '\ue084'), MET_MULTI_BORDERS("met-multi-borders", '\ue083'), MET_MUSIC("met-music", '\ue082'), MET_NEXT_FAST_STEP("met-next-fast-step", '\ue081'), MET_NEXT_STEP("met-next-step", '\ue080'), MET_NUMBER_EIGHT("met-number-eight", '\ue07f'), MET_NUMBER_FIVE("met-number-five", '\ue07e'), MET_NUMBER_FOUR("met-number-four", '\ue07d'), MET_NUMBER_NINE("met-number-nine", '\ue07c'), MET_NUMBER_ONE("met-number-one", '\ue07b'), MET_NUMBER_SEVEN("met-number-seven", '\ue07a'), MET_NUMBER_SIX("met-number-six", '\ue079'), MET_NUMBER_THREE("met-number-three", '\ue078'), MET_NUMBER_TWO("met-number-two", '\ue077'), MET_NUMBER_ZERO("met-number-zero", '\ue076'), MET_OFF("met-off", '\ue075'), MET_OFFICINE("met-officine", '\ue073'), MET_OFFICINE_2("met-officine-2", '\ue074'), MET_OPTIONS_SETTINGS("met-options-settings", '\ue072'), MET_PAPERCLIP("met-paperclip", '\ue070'), MET_PAPERCLIP_OBLIQUE("met-paperclip-oblique", '\ue071'), MET_PAUSE("met-pause", '\ue06f'), MET_PIG_MONEY("met-pig-money", '\ue06e'), MET_PIN("met-pin", '\ue06c'), MET_PIN_MAP("met-pin-map", '\ue06d'), MET_PLAY("met-play", '\ue06b'), MET_PLUS("met-plus", '\ue06a'), MET_PODCAST("met-podcast", '\ue069'), MET_POUNDS("met-pounds", '\ue068'), MET_PREVIOUS_FAST_STEP("met-previous-fast-step", '\ue066'), MET_PREV_STEP("met-prev-step", '\ue067'), MET_QUESTION("met-question", '\ue065'), MET_QUOTE("met-quote", '\ue064'), MET_RANDOM("met-random", '\ue063'), MET_REC("met-rec", '\ue062'), MET_REFRESH("met-refresh", '\ue061'), MET_REPORT_COMMENT("met-report-comment", '\ue060'), MET_RETWEET("met-retweet", '\ue05f'), MET_RSS("met-rss", '\ue05e'), MET_RULES("met-rules", '\ue05d'), MET_SCALE("met-scale", '\ue05c'), MET_SEARCH("met-search", '\ue05b'), MET_SELECT_CIRCLE("met-select-circle", '\ue05a'), MET_SELECT_SQUARE("met-select-square", '\ue059'), MET_SETTING("met-setting", '\ue058'), MET_SETTINGS("met-settings", '\ue057'), MET_SHIELD("met-shield", '\ue056'), MET_SIGN_FEMALE("met-sign-female", '\ue055'), MET_SIGN_MALE("met-sign-male", '\ue054'), MET_SLIDERS("met-sliders", '\ue052'), MET_SLIDERS_VERTICAL("met-sliders-vertical", '\ue053'), MET_SNOW("met-snow", '\ue051'), MET_SOCIAL_500PX("met-social-500px", '\ue050'), MET_SOCIAL_ADDTHIS("met-social-addthis", '\ue04f'), MET_SOCIAL_BEBO("met-social-bebo", '\ue04e'), MET_SOCIAL_BEHANCE("met-social-behance", '\ue04d'), MET_SOCIAL_BLOGGER("met-social-blogger", '\ue04c'), MET_SOCIAL_DEVIANTART("met-social-deviantart", '\ue04b'), MET_SOCIAL_DIGG("met-social-digg", '\ue04a'), MET_SOCIAL_DRIBBBLE("met-social-dribbble", '\ue049'), MET_SOCIAL_EMAIL("met-social-email", '\ue048'), MET_SOCIAL_ENVATO("met-social-envato", '\ue047'), MET_SOCIAL_EVERNOTE("met-social-evernote", '\ue046'), MET_SOCIAL_FACEBOOK("met-social-facebook", '\ue045'), MET_SOCIAL_FLICKR("met-social-flickr", '\ue044'), MET_SOCIAL_FORRST("met-social-forrst", '\ue043'), MET_SOCIAL_GITHUB("met-social-github", '\ue042'), MET_SOCIAL_GOOGLE_PLUS("met-social-google-plus", '\ue041'), MET_SOCIAL_GROOVESHARK("met-social-grooveshark", '\ue040'), MET_SOCIAL_LAST_FM("met-social-last-fm", '\ue03f'), MET_SOCIAL_LINKEDIN("met-social-linkedin", '\ue03e'), MET_SOCIAL_MYSPACE("met-social-myspace", '\ue03d'), MET_SOCIAL_PAYPAL("met-social-paypal", '\ue03c'), MET_SOCIAL_PHOTOBUCKET("met-social-photobucket", '\ue03b'), MET_SOCIAL_PINTEREST("met-social-pinterest", '\ue03a'), MET_SOCIAL_QUORA("met-social-quora", '\ue039'), MET_SOCIAL_SHARETHIS("met-social-sharethis", '\ue038'), MET_SOCIAL_SKYPE("met-social-skype", '\ue037'), MET_SOCIAL_SOUNDCLOUD("met-social-soundcloud", '\ue036'), MET_SOCIAL_STUMBLEUPON("met-social-stumbleupon", '\ue035'), MET_SOCIAL_TUMBLR("met-social-tumblr", '\ue034'), MET_SOCIAL_TWITTER("met-social-twitter", '\ue033'), MET_SOCIAL_VIDDLER("met-social-viddler", '\ue032'), MET_SOCIAL_VIMEO("met-social-vimeo", '\ue031'), MET_SOCIAL_VIRB("met-social-virb", '\ue030'), MET_SOCIAL_WORDPRESS("met-social-wordpress", '\ue02f'), MET_SOCIAL_YAHOO("met-social-yahoo", '\ue02e'), MET_SOCIAL_YELP("met-social-yelp", '\ue02d'), MET_SOCIAL_YOUTUBE("met-social-youtube", '\ue02c'), MET_SOCIAL_ZERPLY("met-social-zerply", '\ue02b'), MET_SOS("met-sos", '\ue02a'), MET_SOUND_OFF("met-sound-off", '\ue029'), MET_SOUND_ON("met-sound-on", '\ue028'), MET_SPEED("met-speed", '\ue027'), MET_STAR("met-star", '\ue026'), MET_STOP("met-stop", '\ue025'), MET_SUN("met-sun", '\ue024'), MET_SUNSHINE("met-sunshine", '\ue023'), MET_TELEPHONE("met-telephone", '\ue022'), MET_TEXT_ALIGN_LEFT("met-text-align-left", '\ue021'), MET_TEXT_ALIGN_RIGHT("met-text-align-right", '\ue020'), MET_TEXT_BOLD("met-text-bold", '\ue01f'), MET_TEXT_CENTER("met-text-center", '\ue01e'), MET_TEXT_HEIGHT("met-text-height", '\ue01d'), MET_TEXT_JUSTIFY_CENTER("met-text-justify-center", '\ue01c'), MET_TEXT_JUSTIFY_LEFT("met-text-justify-left", '\ue01b'), MET_TEXT_JUSTIFY_RIGHT("met-text-justify-right", '\ue01a'), MET_TEXT_NORMAL("met-text-normal", '\ue019'), MET_TEXT_PARAGRAPH("met-text-paragraph", '\ue018'), MET_TEXT_SIZE_REDUCE("met-text-size-reduce", '\ue017'), MET_TEXT_SIZE_UPPER("met-text-size-upper", '\ue016'), MET_TEXT_WIDTH("met-text-width", '\ue015'), MET_THREE_POINTS("met-three-points", '\ue012'), MET_THREE_POINTS_BOTTOM("met-three-points-bottom", '\ue014'), MET_THREE_POINTS_TOP("met-three-points-top", '\ue013'), MET_TOP_BOTTOM("met-top-bottom", '\ue011'), MET_TRIPLE_POINTS("met-triple-points", '\ue010'), MET_UNDERLINE("met-underline", '\ue00f'), MET_UPLOAD("met-upload", '\ue00c'), MET_UPLOAD_SELECTION("met-upload-selection", '\ue00d'), MET_UPLOAD_SELECTION_CIRCLE("met-upload-selection-circle", '\ue00e'), MET_USER("met-user", '\ue008'), MET_USER_ADD("met-user-add", '\ue00b'), MET_USER_BAN("met-user-ban", '\ue00a'), MET_USER_REMOVE("met-user-remove", '\ue009'), MET_VIEWPORT("met-viewport", '\ue006'), MET_VIEWPORT_VIDEO("met-viewport-video", '\ue007'), MET_WAVES("met-waves", '\ue005'), MET_WIFI("met-wifi", '\ue004'), MET_WIND("met-wind", '\ue003'), MET_WIREFRAME_GLOBE("met-wireframe-globe", '\ue002'), MET_WORLD("met-world", '\ue001'), MET_YEN("met-yen", '\ue000'); public static MetrizeIcons findByDescription(String description) { for (MetrizeIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; MetrizeIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-metrizeicons-pack/src/main/java/org/kordamp/ikonli/metrizeicons/MetrizeIconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.metrizeicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MetrizeIconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/metrizeicons/0.0/fonts/Metrize-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("met-"); } @Override public Ikon resolve(String description) { return MetrizeIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Metrize-Icons"; } } ================================================ FILE: icon-packs/ikonli-metrizeicons-pack/src/main/java/org/kordamp/ikonli/metrizeicons/MetrizeIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.metrizeicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MetrizeIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return MetrizeIcons.class; } } ================================================ FILE: icon-packs/ikonli-metrizeicons-pack/src/main/resources/META-INF/resources/metrizeicons/0.0/css/metrizeicons.css ================================================ @font-face { font-family: 'Metrize-Icons'; src: url('../fonts/Metrize-Icons.eot'); src: url('../fonts/Metrize-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Metrize-Icons.woff') format('woff'), url('../fonts/Metrize-Icons.ttf') format('truetype'), url('../fonts/Metrize-Icons.svg#Metrize-Icons') format('svg'); font-weight: normal; font-style: normal; } .met:before { font-family: 'Metrize-Icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .met-yen:before { content: "\e000"; } .met-world:before { content: "\e001"; } .met-wireframe-globe:before { content: "\e002"; } .met-wind:before { content: "\e003"; } .met-wifi:before { content: "\e004"; } .met-waves:before { content: "\e005"; } .met-viewport:before { content: "\e006"; } .met-viewport-video:before { content: "\e007"; } .met-user:before { content: "\e008"; } .met-user-remove:before { content: "\e009"; } .met-user-ban:before { content: "\e00a"; } .met-user-add:before { content: "\e00b"; } .met-upload:before { content: "\e00c"; } .met-upload-selection:before { content: "\e00d"; } .met-upload-selection-circle:before { content: "\e00e"; } .met-underline:before { content: "\e00f"; } .met-triple-points:before { content: "\e010"; } .met-top-bottom:before { content: "\e011"; } .met-three-points:before { content: "\e012"; } .met-three-points-top:before { content: "\e013"; } .met-three-points-bottom:before { content: "\e014"; } .met-text-width:before { content: "\e015"; } .met-text-size-upper:before { content: "\e016"; } .met-text-size-reduce:before { content: "\e017"; } .met-text-paragraph:before { content: "\e018"; } .met-text-normal:before { content: "\e019"; } .met-text-justify-right:before { content: "\e01a"; } .met-text-justify-left:before { content: "\e01b"; } .met-text-justify-center:before { content: "\e01c"; } .met-text-height:before { content: "\e01d"; } .met-text-center:before { content: "\e01e"; } .met-text-bold:before { content: "\e01f"; } .met-text-align-right:before { content: "\e020"; } .met-text-align-left:before { content: "\e021"; } .met-telephone:before { content: "\e022"; } .met-sunshine:before { content: "\e023"; } .met-sun:before { content: "\e024"; } .met-stop:before { content: "\e025"; } .met-star:before { content: "\e026"; } .met-speed:before { content: "\e027"; } .met-sound-on:before { content: "\e028"; } .met-sound-off:before { content: "\e029"; } .met-sos:before { content: "\e02a"; } .met-social-zerply:before { content: "\e02b"; } .met-social-youtube:before { content: "\e02c"; } .met-social-yelp:before { content: "\e02d"; } .met-social-yahoo:before { content: "\e02e"; } .met-social-wordpress:before { content: "\e02f"; } .met-social-virb:before { content: "\e030"; } .met-social-vimeo:before { content: "\e031"; } .met-social-viddler:before { content: "\e032"; } .met-social-twitter:before { content: "\e033"; } .met-social-tumblr:before { content: "\e034"; } .met-social-stumbleupon:before { content: "\e035"; } .met-social-soundcloud:before { content: "\e036"; } .met-social-skype:before { content: "\e037"; } .met-social-sharethis:before { content: "\e038"; } .met-social-quora:before { content: "\e039"; } .met-social-pinterest:before { content: "\e03a"; } .met-social-photobucket:before { content: "\e03b"; } .met-social-paypal:before { content: "\e03c"; } .met-social-myspace:before { content: "\e03d"; } .met-social-linkedin:before { content: "\e03e"; } .met-social-last-fm:before { content: "\e03f"; } .met-social-grooveshark:before { content: "\e040"; } .met-social-google-plus:before { content: "\e041"; } .met-social-github:before { content: "\e042"; } .met-social-forrst:before { content: "\e043"; } .met-social-flickr:before { content: "\e044"; } .met-social-facebook:before { content: "\e045"; } .met-social-evernote:before { content: "\e046"; } .met-social-envato:before { content: "\e047"; } .met-social-email:before { content: "\e048"; } .met-social-dribbble:before { content: "\e049"; } .met-social-digg:before { content: "\e04a"; } .met-social-deviantart:before { content: "\e04b"; } .met-social-blogger:before { content: "\e04c"; } .met-social-behance:before { content: "\e04d"; } .met-social-bebo:before { content: "\e04e"; } .met-social-addthis:before { content: "\e04f"; } .met-social-500px:before { content: "\e050"; } .met-snow:before { content: "\e051"; } .met-sliders:before { content: "\e052"; } .met-sliders-vertical:before { content: "\e053"; } .met-sign-male:before { content: "\e054"; } .met-sign-female:before { content: "\e055"; } .met-shield:before { content: "\e056"; } .met-settings:before { content: "\e057"; } .met-setting:before { content: "\e058"; } .met-select-square:before { content: "\e059"; } .met-select-circle:before { content: "\e05a"; } .met-search:before { content: "\e05b"; } .met-scale:before { content: "\e05c"; } .met-rules:before { content: "\e05d"; } .met-rss:before { content: "\e05e"; } .met-retweet:before { content: "\e05f"; } .met-report-comment:before { content: "\e060"; } .met-refresh:before { content: "\e061"; } .met-rec:before { content: "\e062"; } .met-random:before { content: "\e063"; } .met-quote:before { content: "\e064"; } .met-question:before { content: "\e065"; } .met-previous-fast-step:before { content: "\e066"; } .met-prev-step:before { content: "\e067"; } .met-pounds:before { content: "\e068"; } .met-podcast:before { content: "\e069"; } .met-plus:before { content: "\e06a"; } .met-play:before { content: "\e06b"; } .met-pin:before { content: "\e06c"; } .met-pin-map:before { content: "\e06d"; } .met-pig-money:before { content: "\e06e"; } .met-pause:before { content: "\e06f"; } .met-paperclip:before { content: "\e070"; } .met-paperclip-oblique:before { content: "\e071"; } .met-options-settings:before { content: "\e072"; } .met-officine:before { content: "\e073"; } .met-officine-2:before { content: "\e074"; } .met-off:before { content: "\e075"; } .met-number-zero:before { content: "\e076"; } .met-number-two:before { content: "\e077"; } .met-number-three:before { content: "\e078"; } .met-number-six:before { content: "\e079"; } .met-number-seven:before { content: "\e07a"; } .met-number-one:before { content: "\e07b"; } .met-number-nine:before { content: "\e07c"; } .met-number-four:before { content: "\e07d"; } .met-number-five:before { content: "\e07e"; } .met-number-eight:before { content: "\e07f"; } .met-next-step:before { content: "\e080"; } .met-next-fast-step:before { content: "\e081"; } .met-music:before { content: "\e082"; } .met-multi-borders:before { content: "\e083"; } .met-minus:before { content: "\e084"; } .met-marker:before { content: "\e085"; } .met-marker-points:before { content: "\e086"; } .met-marker-minus:before { content: "\e087"; } .met-marker-add:before { content: "\e088"; } .met-map:before { content: "\e089"; } .met-male-symbol:before { content: "\e08a"; } .met-mailbox:before { content: "\e08b"; } .met-mail:before { content: "\e08c"; } .met-magnet:before { content: "\e08d"; } .met-magic-wand:before { content: "\e08e"; } .met-login-lock-refresh:before { content: "\e08f"; } .met-locked:before { content: "\e090"; } .met-location:before { content: "\e091"; } .met-location-maps:before { content: "\e092"; } .met-list-square:before { content: "\e093"; } .met-list-circle:before { content: "\e094"; } .met-link-url:before { content: "\e095"; } .met-line-through:before { content: "\e096"; } .met-limit-directions:before { content: "\e097"; } .met-like-upload:before { content: "\e098"; } .met-like-remove:before { content: "\e099"; } .met-like-download:before { content: "\e09a"; } .met-like-close:before { content: "\e09b"; } .met-like-ban:before { content: "\e09c"; } .met-like-add:before { content: "\e09d"; } .met-left-right:before { content: "\e09e"; } .met-leaf:before { content: "\e09f"; } .met-layers:before { content: "\e0a0"; } .met-landscape:before { content: "\e0a1"; } .met-key:before { content: "\e0a2"; } .met-italic:before { content: "\e0a3"; } .met-info:before { content: "\e0a4"; } .met-idea:before { content: "\e0a5"; } .met-home-wifi:before { content: "\e0a6"; } .met-heart:before { content: "\e0a7"; } .met-hdd:before { content: "\e0a8"; } .met-hdd-raid:before { content: "\e0a9"; } .met-hdd-net:before { content: "\e0aa"; } .met-grids:before { content: "\e0ab"; } .met-grid-big:before { content: "\e0ac"; } .met-graphs:before { content: "\e0ad"; } .met-forward:before { content: "\e0ae"; } .met-fire:before { content: "\e0af"; } .met-female-symbol:before { content: "\e0b0"; } .met-eye:before { content: "\e0b1"; } .met-eye-disabled:before { content: "\e0b2"; } .met-expand:before { content: "\e0b3"; } .met-expand-vertical:before { content: "\e0b4"; } .met-expand-horizontal:before { content: "\e0b5"; } .met-expand-directions:before { content: "\e0b6"; } .met-exclamation:before { content: "\e0b7"; } .met-euro:before { content: "\e0b8"; } .met-email-upload:before { content: "\e0b9"; } .met-email-spam:before { content: "\e0ba"; } .met-email-remove:before { content: "\e0bb"; } .met-email-luminosity:before { content: "\e0bc"; } .met-email-download:before { content: "\e0bd"; } .met-email-close:before { content: "\e0be"; } .met-email-add:before { content: "\e0bf"; } .met-eject:before { content: "\e0c0"; } .met-drops:before { content: "\e0c1"; } .met-drop:before { content: "\e0c2"; } .met-download:before { content: "\e0c3"; } .met-download-selection:before { content: "\e0c4"; } .met-download-selection-circle:before { content: "\e0c5"; } .met-double-diamonds:before { content: "\e0c6"; } .met-dot-square:before { content: "\e0c7"; } .met-dot-line:before { content: "\e0c8"; } .met-dot-circle:before { content: "\e0c9"; } .met-dollar:before { content: "\e0ca"; } .met-documents:before { content: "\e0cb"; } .met-document:before { content: "\e0cc"; } .met-document-fill:before { content: "\e0cd"; } .met-directions:before { content: "\e0ce"; } .met-cross:before { content: "\e0cf"; } .met-credit-card:before { content: "\e0d0"; } .met-copy-paste-document:before { content: "\e0d1"; } .met-copy-document:before { content: "\e0d2"; } .met-contract-vertical:before { content: "\e0d3"; } .met-contract-horizontal:before { content: "\e0d4"; } .met-contract-directions:before { content: "\e0d5"; } .met-compass:before { content: "\e0d6"; } .met-compass-2:before { content: "\e0d7"; } .met-comments:before { content: "\e0d8"; } .met-comment:before { content: "\e0d9"; } .met-coins:before { content: "\e0da"; } .met-cloud:before { content: "\e0db"; } .met-cloud-upload:before { content: "\e0dc"; } .met-cloud-remove:before { content: "\e0dd"; } .met-cloud-download:before { content: "\e0de"; } .met-cloud-add:before { content: "\e0df"; } .met-clock:before { content: "\e0e0"; } .met-circles:before { content: "\e0e1"; } .met-check:before { content: "\e0e2"; } .met-chat:before { content: "\e0e3"; } .met-chart-down:before { content: "\e0e4"; } .met-cd-dvd-rom:before { content: "\e0e5"; } .met-camera:before { content: "\e0e6"; } .met-button-question:before { content: "\e0e7"; } .met-button-minus:before { content: "\e0e8"; } .met-button-exclamation:before { content: "\e0e9"; } .met-button-email:before { content: "\e0ea"; } .met-button-close:before { content: "\e0eb"; } .met-button-check:before { content: "\e0ec"; } .met-button-add:before { content: "\e0ed"; } .met-brush:before { content: "\e0ee"; } .met-browser-sizes:before { content: "\e0ef"; } .met-box-remove:before { content: "\e0f0"; } .met-box-close:before { content: "\e0f1"; } .met-box-blank:before { content: "\e0f2"; } .met-box-add:before { content: "\e0f3"; } .met-bolt:before { content: "\e0f4"; } .met-block-menu:before { content: "\e0f5"; } .met-blank:before { content: "\e0f6"; } .met-bezier:before { content: "\e0f7"; } .met-bars:before { content: "\e0f8"; } .met-ban-circle:before { content: "\e0f9"; } .met-bag:before { content: "\e0fa"; } .met-backward:before { content: "\e0fb"; } .met-axis-rules:before { content: "\e0fc"; } .met-atom:before { content: "\e0fd"; } .met-arrow-up:before { content: "\e0fe"; } .met-arrow-up-thin:before { content: "\e0ff"; } .met-arrow-up-light:before { content: "\e100"; } .met-arrow-up-bold:before { content: "\e101"; } .met-arrow-up-bold-round:before { content: "\e102"; } .met-arrow-up-big:before { content: "\e103"; } .met-arrow-right:before { content: "\e104"; } .met-arrow-right-thin:before { content: "\e105"; } .met-arrow-right-light:before { content: "\e106"; } .met-arrow-right-bold:before { content: "\e107"; } .met-arrow-right-bold-round:before { content: "\e108"; } .met-arrow-right-big:before { content: "\e109"; } .met-arrow-oblique-expand:before { content: "\e10a"; } .met-arrow-oblique-expand-directions:before { content: "\e10b"; } .met-arrow-oblique-contract:before { content: "\e10c"; } .met-arrow-oblique-contract-directions:before { content: "\e10d"; } .met-arrow-multi-line-up:before { content: "\e10e"; } .met-arrow-multi-line-right:before { content: "\e10f"; } .met-arrow-multi-line-left:before { content: "\e110"; } .met-arrow-multi-line-down:before { content: "\e111"; } .met-arrow-left:before { content: "\e112"; } .met-arrow-left-thin:before { content: "\e113"; } .met-arrow-left-light:before { content: "\e114"; } .met-arrow-left-bold:before { content: "\e115"; } .met-arrow-left-bold-round:before { content: "\e116"; } .met-arrow-left-big:before { content: "\e117"; } .met-arrow-fill-up:before { content: "\e118"; } .met-arrow-fill-right:before { content: "\e119"; } .met-arrow-fill-left:before { content: "\e11a"; } .met-arrow-fill-down:before { content: "\e11b"; } .met-arrow-down:before { content: "\e11c"; } .met-arrow-down-thin:before { content: "\e11d"; } .met-arrow-down-light:before { content: "\e11e"; } .met-arrow-down-bold:before { content: "\e11f"; } .met-arrow-down-bold-round:before { content: "\e120"; } .met-arrow-down-big:before { content: "\e121"; } .met-arrow-cycling:before { content: "\e122"; } .met-arrow-cycle:before { content: "\e123"; } .met-arrow-curve-right:before { content: "\e124"; } .met-arrow-curve-recycle:before { content: "\e125"; } .met-arrow-curve-left:before { content: "\e126"; } .met-animal-footprint:before { content: "\e127"; } .met-alarm-clock:before { content: "\e128"; } .met-air-plane:before { content: "\e129"; } .met-adjust:before { content: "\e12a"; } .met-cube:before { content: "\e12b"; } ================================================ FILE: icon-packs/ikonli-microns-pack/ikonli-microns-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-microns-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.microns { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.microns; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.microns.MicronsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.microns.MicronsIkonProvider; } ================================================ FILE: icon-packs/ikonli-microns-pack/src/main/java/org/kordamp/ikonli/microns/Microns.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.microns; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Microns implements Ikon { ALIGN_CENTER("mu-align-center", '\ue765'), ALIGN_LEFT("mu-align-left", '\ue764'), ALIGN_RIGHT("mu-align-right", '\ue766'), ARROW_DOWN("mu-arrow-down", '\ue703'), ARROW_LEFT("mu-arrow-left", '\ue700'), ARROW_RIGHT("mu-arrow-right", '\ue701'), ARROW_UP("mu-arrow-up", '\ue702'), AUDIO("mu-audio", '\ue73d'), AUDIO_DESCRIPTION("mu-audio-description", '\ue725'), BARS("mu-bars", '\ue740'), BOLD("mu-bold", '\ue75e'), BOOKMARK("mu-bookmark", '\ue72f'), BOX("mu-box", '\ue750'), BOX_CROSS("mu-box-cross", '\ue755'), BOX_FULL("mu-box-full", '\ue751'), BOX_MINUS("mu-box-minus", '\ue753'), BOX_PLUS("mu-box-plus", '\ue752'), BOX_TICK("mu-box-tick", '\ue754'), CALENDAR("mu-calendar", '\ue72a'), CANCEL("mu-cancel", '\ue741'), CAPTIONS("mu-captions", '\ue723'), CARET("mu-caret", '\ue70f'), CARET_DOWN("mu-caret-down", '\ue711'), CARET_UP("mu-caret-up", '\ue710'), CHAPTERS("mu-chapters", '\ue74b'), CHART_BAR("mu-chart-bar", '\ue727'), CHART_LINE("mu-chart-line", '\ue726'), CHART_PIE("mu-chart-pie", '\ue729'), CHART_SCATTER("mu-chart-scatter", '\ue728'), CHAT("mu-chat", '\ue730'), CLOCK("mu-clock", '\ue72b'), CLOUD("mu-cloud", '\ue769'), CODE("mu-code", '\ue74f'), COG("mu-cog", '\ue736'), CONTRACT("mu-contract", '\ue747'), DELETE("mu-delete", '\ue732'), DOWN("mu-down", '\ue707'), DOWNLOAD("mu-download", '\ue709'), EDIT("mu-edit", '\ue731'), EXPAND("mu-expand", '\ue748'), FAIL("mu-fail", '\ue75c'), FILE("mu-file", '\ue73a'), FLAG("mu-flag", '\ue72e'), GRID("mu-grid", '\ue749'), GROUP("mu-group", '\ue739'), HD("mu-hd", '\ue724'), HEART("mu-heart", '\ue72d'), HIDE("mu-hide", '\ue734'), IMAGE("mu-image", '\ue73b'), INDENT("mu-indent", '\ue767'), INFO("mu-info", '\ue759'), ITALIC("mu-italic", '\ue75f'), I_ASTERISK("mu-i-asterisk", '\ue71b'), I_BULLET("mu-i-bullet", '\ue71a'), I_CROSS("mu-i-cross", '\ue719'), I_DOWN("mu-i-down", '\ue715'), I_LEFT("mu-i-left", '\ue712'), I_MINUS("mu-i-minus", '\ue717'), I_PLUS("mu-i-plus", '\ue716'), I_RIGHT("mu-i-right", '\ue713'), I_TICK("mu-i-tick", '\ue718'), I_UP("mu-i-up", '\ue714'), LEFT("mu-left", '\ue704'), LINK("mu-link", '\ue737'), LOCK("mu-lock", '\ue735'), MAIL("mu-mail", '\ue74e'), MATRIX("mu-matrix", '\ue74a'), MENU("mu-menu", '\ue73f'), MINUS("mu-minus", '\ue70e'), OPTS_H("mu-opts-h", '\ue742'), OPTS_V("mu-opts-v", '\ue743'), OUTDENT("mu-outdent", '\ue768'), PASS("mu-pass", '\ue75b'), PAUSE("mu-pause", '\ue71d'), PLAY("mu-play", '\ue71c'), PLUS("mu-plus", '\ue70d'), PRINT("mu-print", '\ue73e'), RADIO_FULL("mu-radio-full", '\ue758'), RADIO_OFF("mu-radio-off", '\ue756'), RADIO_ON("mu-radio-on", '\ue757'), REDO("mu-redo", '\ue70b'), REPLAY("mu-replay", '\ue70c'), RIGHT("mu-right", '\ue705'), RSS("mu-rss", '\ue74c'), SEARCH("mu-search", '\ue744'), SHARE("mu-share", '\ue74d'), SHOW("mu-show", '\ue733'), STAR("mu-star", '\ue72c'), STRIKEOUT("mu-strikeout", '\ue761'), SUBTITLES("mu-subtitles", '\ue71e'), TEXT("mu-text", '\ue75d'), TEXT_SIZE("mu-text-size", '\ue762'), TEXT_UNSTYLE("mu-text-unstyle", '\ue763'), UNDERLINE("mu-underline", '\ue760'), UNDO("mu-undo", '\ue70a'), UP("mu-up", '\ue706'), UPLOAD("mu-upload", '\ue708'), USER("mu-user", '\ue738'), VIDEO("mu-video", '\ue73c'), VOL_HIGH("mu-vol-high", '\ue721'), VOL_LOW("mu-vol-low", '\ue71f'), VOL_MID("mu-vol-mid", '\ue720'), VOL_MUTE("mu-vol-mute", '\ue722'), WARN("mu-warn", '\ue75a'), WEB("mu-web", '\ue76a'), WIFI("mu-wifi", '\ue76b'), ZOOM_IN("mu-zoom-in", '\ue745'), ZOOM_OUT("mu-zoom-out", '\ue746'); public static Microns findByDescription(String description) { for (Microns font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Microns(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-microns-pack/src/main/java/org/kordamp/ikonli/microns/MicronsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.microns; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class MicronsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/microns/1.0.8/fonts/microns.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("mu-"); } @Override public Ikon resolve(String description) { return Microns.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Microns"; } } ================================================ FILE: icon-packs/ikonli-microns-pack/src/main/java/org/kordamp/ikonli/microns/MicronsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.microns; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class MicronsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Microns.class; } } ================================================ FILE: icon-packs/ikonli-microns-pack/src/main/resources/META-INF/resources/microns/1.0.8/css/microns.css ================================================ @font-face { font-family: "microns"; font-style: normal; font-weight: normal; src: url("../fonts/microns.eot"); src: url("../fonts/microns.eot?#iefix") format("embedded-opentype"), url("../fonts/microns.woff2") format("woff2"), url("../fonts/microns.woff") format("woff"), url("../fonts/microns.ttf") format("truetype"), url("../fonts/microns.svg") format("svg"); } [class^="mu-"], [class*=" mu-"] { font-family: microns; font-style: normal; font-weight: normal; speak: none; text-decoration: none; font-size: 1em; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; user-select: none; } .mu-arrow-left:before { content: "\e700"; } .mu-arrow-right:before { content: "\e701"; } .mu-arrow-up:before { content: "\e702"; } .mu-arrow-down:before { content: "\e703"; } .mu-left:before { content: "\e704"; } .mu-right:before { content: "\e705"; } .mu-up:before { content: "\e706"; } .mu-down:before { content: "\e707"; } .mu-upload:before { content: "\e708"; } .mu-download:before { content: "\e709"; } .mu-undo:before { content: "\e70a"; } .mu-redo:before { content: "\e70b"; } .mu-replay:before { content: "\e70c"; } .mu-plus:before { content: "\e70d"; } .mu-minus:before { content: "\e70e"; } .mu-caret:before { content: "\e70f"; } .mu-caret-up:before { content: "\e710"; } .mu-caret-down:before { content: "\e711"; } .mu-i-left:before { content: "\e712"; } .mu-i-right:before { content: "\e713"; } .mu-i-up:before { content: "\e714"; } .mu-i-down:before { content: "\e715"; } .mu-i-plus:before { content: "\e716"; } .mu-i-minus:before { content: "\e717"; } .mu-i-tick:before { content: "\e718"; } .mu-i-cross:before { content: "\e719"; } .mu-i-bullet:before { content: "\e71a"; } .mu-i-asterisk:before { content: "\e71b"; } .mu-play:before { content: "\e71c"; } .mu-pause:before { content: "\e71d"; } .mu-subtitles:before { content: "\e71e"; } .mu-vol-low:before { content: "\e71f"; } .mu-vol-mid:before { content: "\e720"; } .mu-vol-high:before { content: "\e721"; } .mu-vol-mute:before { content: "\e722"; } .mu-captions:before { content: "\e723"; } .mu-hd:before { content: "\e724"; } .mu-audio-description:before { content: "\e725"; } .mu-chart-line:before { content: "\e726"; } .mu-chart-bar:before { content: "\e727"; } .mu-chart-scatter:before { content: "\e728"; } .mu-chart-pie:before { content: "\e729"; } .mu-calendar:before { content: "\e72a"; } .mu-clock:before { content: "\e72b"; } .mu-star:before { content: "\e72c"; } .mu-heart:before { content: "\e72d"; } .mu-flag:before { content: "\e72e"; } .mu-bookmark:before { content: "\e72f"; } .mu-chat:before { content: "\e730"; } .mu-edit:before { content: "\e731"; } .mu-delete:before { content: "\e732"; } .mu-show:before { content: "\e733"; } .mu-hide:before { content: "\e734"; } .mu-lock:before { content: "\e735"; } .mu-cog:before { content: "\e736"; } .mu-link:before { content: "\e737"; } .mu-user:before { content: "\e738"; } .mu-group:before { content: "\e739"; } .mu-file:before { content: "\e73a"; } .mu-image:before { content: "\e73b"; } .mu-video:before { content: "\e73c"; } .mu-audio:before { content: "\e73d"; } .mu-print:before { content: "\e73e"; } .mu-menu:before { content: "\e73f"; } .mu-bars:before { content: "\e740"; } .mu-cancel:before { content: "\e741"; } .mu-opts-h:before { content: "\e742"; } .mu-opts-v:before { content: "\e743"; } .mu-search:before { content: "\e744"; } .mu-zoom-in:before { content: "\e745"; } .mu-zoom-out:before { content: "\e746"; } .mu-contract:before { content: "\e747"; } .mu-expand:before { content: "\e748"; } .mu-grid:before { content: "\e749"; } .mu-matrix:before { content: "\e74a"; } .mu-chapters:before { content: "\e74b"; } .mu-rss:before { content: "\e74c"; } .mu-share:before { content: "\e74d"; } .mu-mail:before { content: "\e74e"; } .mu-code:before { content: "\e74f"; } .mu-box:before { content: "\e750"; } .mu-box-full:before { content: "\e751"; } .mu-box-plus:before { content: "\e752"; } .mu-box-minus:before { content: "\e753"; } .mu-box-tick:before { content: "\e754"; } .mu-box-cross:before { content: "\e755"; } .mu-radio-off:before { content: "\e756"; } .mu-radio-on:before { content: "\e757"; } .mu-radio-full:before { content: "\e758"; } .mu-info:before { content: "\e759"; } .mu-warn:before { content: "\e75a"; } .mu-pass:before { content: "\e75b"; } .mu-fail:before { content: "\e75c"; } .mu-text:before { content: "\e75d"; } .mu-bold:before { content: "\e75e"; } .mu-italic:before { content: "\e75f"; } .mu-underline:before { content: "\e760"; } .mu-strikeout:before { content: "\e761"; } .mu-text-size:before { content: "\e762"; } .mu-text-unstyle:before { content: "\e763"; } .mu-align-left:before { content: "\e764"; } .mu-align-center:before { content: "\e765"; } .mu-align-right:before { content: "\e766"; } .mu-indent:before { content: "\e767"; } .mu-outdent:before { content: "\e768"; } .mu-cloud:before { content: "\e769"; } .mu-web:before { content: "\e76a"; } .mu-wifi:before { content: "\e76b"; } ================================================ FILE: icon-packs/ikonli-ociicons-pack/ikonli-ociicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-ociicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.ociicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.ociicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.ociicons.OciiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.ociicons.OciiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-ociicons-pack/src/main/java/org/kordamp/ikonli/ociicons/Ociicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ociicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Ociicons implements Ikon { // latest is e940 TWOFA("oci-2fa", '\ue900'), API("oci-api", '\ue901'), AUTHENTICATION("oci-authentication", '\ue902'), BATCH("oci-batch", '\ue903'), BILLING("oci-billing", '\ue904'), CDN("oci-cdn", '\ue905'), CLI("oci-cli", '\ue906'), CLOUD("oci-cloud", '\ue907'), CONFIG("oci-config", '\ue908'), CONFIG_SERVICE("oci-config-service", '\ue909'), CONTAINER("oci-container", '\ue90a'), CONTAINER_HOST("oci-container-host", '\ue90b'), CONTAINER_IMAGE("oci-container-image", '\ue90c'), CUSTOMER("oci-customer", '\ue90d'), DATABASE("oci-database", '\ue90e'), DEBUGGING("oci-debugging", '\ue90f'), DESKTOP("oci-desktop", '\ue910'), DEVELOPER("oci-developer", '\ue911'), DEVICES("oci-devices", '\ue912'), DISK("oci-disk", '\ue913'), DISTRIBUTION("oci-distribution", '\ue914'), DOCDB("oci-docdb", '\ue915'), FILE("oci-file", '\ue916'), FIREWALL("oci-firewall", '\ue917'), FIREWALL_RULE("oci-firewall-rule", '\ue918'), FUNCTIION("oci-functiion", '\ue919'), GIT("oci-git", '\ue91a'), HEALTH_MONITOR("oci-health-monitor", '\ue91b'), INVOICE("oci-invoice", '\ue91c'), IOT("oci-iot", '\ue91d'), KEY_VAULT("oci-key-vault", '\ue91e'), KEY("oci-key", '\ue91f'), LAPTOP("oci-laptop", '\ue920'), LEGACY_MAINFRAME("oci-legacy-mainframe", '\ue921'), LOAD_BALANCER("oci-load-balancer", '\ue922'), LOGGING("oci-logging", '\ue923'), MACHINE_LEARNING("oci-machine-learning", '\ue924'), MEDIA("oci-media", '\ue925'), MEDIA_STREAMING("oci-media-streaming", '\ue926'), MESSAGE("oci-message", '\ue927'), MOBILE("oci-mobile", '\ue928'), MONITORING("oci-monitoring", '\ue929'), ONPREM("oci-onprem", '\ue92a'), ORCHESTRATOR("oci-orchestrator", '\ue92b'), PIPELINE("oci-pipeline", '\ue92c'), POLICY_ENFORCE("oci-policy-enforce", '\ue92d'), POLICY_MANAGER("oci-policy-manager", '\ue92e'), QUEUE("oci-queue", '\ue92f'), SBOM("oci-sbom", '\ue930'), SCHEDULED_JOB("oci-scheduled-job", '\ue931'), SDK("oci-sdk", '\ue932'), SECURITY_SCANNING("oci-security-scanning", '\ue933'), SERVER_DISK("oci-server-disk", '\ue934'), SERVERLESS("oci-serverless", '\ue935'), SERVER_RACK("oci-server-rack", '\ue936'), SERVICE("oci-service", '\ue937'), SHELL("oci-shell", '\ue938'), SIGNATURE_JOB("oci-signature-job", '\ue939'), SOURCE_ARTIFACT("oci-source-artifact", '\ue93a'), STORAGE("oci-storage", '\ue93b'), SUPPORT_PERSONNEL("oci-support-personnel", '\ue93c'), TESTING("oci-testing", '\ue93d'), VM("oci-vm", '\ue93e'), VNET("oci-vnet", '\ue93f'), WEB("oci-web", '\ue940'); private final String description; private final int code; Ociicons(String description, int code) { this.description = description; this.code = code; } public static Ociicons findByDescription(String description) { for (Ociicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-ociicons-pack/src/main/java/org/kordamp/ikonli/ociicons/OciiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ociicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class OciiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/ociicons/1.0/fonts/ociicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("oci-"); } @Override public Ikon resolve(String description) { return Ociicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "oci-icons"; } } ================================================ FILE: icon-packs/ikonli-ociicons-pack/src/main/java/org/kordamp/ikonli/ociicons/OciiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.ociicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class OciiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Ociicons.class; } } ================================================ FILE: icon-packs/ikonli-ociicons-pack/src/main/resources/META-INF/resources/ociicons/1.0/css/ociicons.css ================================================ /** * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ @charset 'UTF-8'; /* @FONT-FACE loads font into browser */ @font-face { font-family: 'oci-icons'; src: url('../fonts/ociicons.eot?hy0xsg#iefix') format('embedded-opentype'), url('../fonts/ociicons.ttf?hy0xsg') format('truetype'), url('../fonts/ociicons.woff?hy0xsg') format('woff'), url('../fonts/ociicons.svg?hy0xsg#icomoon') format('svg'); font-weight: normal; font-style: normal; } /* :before psuedo-selector inserts and styles icon */ .oci:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'oci-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .oci-2fa:before { content: "\e900"; } .oci-api:before { content: "\e901"; } .oci-authentication:before { content: "\e902"; } .oci-batch:before { content: "\e903"; } .oci-billing:before { content: "\e904"; } .oci-cdn:before { content: "\e905"; } .oci-cli:before { content: "\e906"; } .oci-cloud:before { content: "\e907"; } .oci-config:before { content: "\e908"; } .oci-config-service:before { content: "\e909"; } .oci-container:before { content: "\e90a"; } .oci-container-host:before { content: "\e90b"; } .oci-container-image:before { content: "\e90c"; } .oci-customer:before { content: "\e90d"; } .oci-database:before { content: "\e90e"; } .oci-debugging:before { content: "\e90f"; } .oci-desktop:before { content: "\e910"; } .oci-developer:before { content: "\e911"; } .oci-devices:before { content: "\e912"; } .oci-disk:before { content: "\e913"; } .oci-distribution:before { content: "\e914"; } .oci-docdb:before { content: "\e915"; } .oci-file:before { content: "\e916"; } .oci-firewall:before { content: "\e917"; } .oci-firewall-rule:before { content: "\e918"; } .oci-functiion:before { content: "\e919"; } .oci-git:before { content: "\e91a"; } .oci-health-monitor:before { content: "\e91b"; } .oci-invoice:before { content: "\e91c"; } .oci-iot:before { content: "\e91d"; } .oci-key-vault:before { content: "\e91e"; } .oci-key:before { content: "\e91f"; } .oci-laptop:before { content: "\e920"; } .oci-legacy-mainframe:before { content: "\e921"; } .oci-load-balancer:before { content: "\e922"; } .oci-logging:before { content: "\e923"; } .oci-machine-learning:before { content: "\e924"; } .oci-media:before { content: "\e925"; } .oci-media-streaming:before { content: "\e926"; } .oci-message:before { content: "\e927"; } .oci-mobile:before { content: "\e928"; } .oci-monitoring:before { content: "\e929"; } .oci-onprem:before { content: "\e92a"; } .oci-orchestrator:before { content: "\e92b"; } .oci-pipeline:before { content: "\e92c"; } .oci-policy-enforce:before { content: "\e92d"; } .oci-policy-manager:before { content: "\e92e"; } .oci-queue:before { content: "\e92f"; } .oci-sbom:before { content: "\e930"; } .oci-scheduled-job:before { content: "\e931"; } .oci-sdk:before { content: "\e932"; } .oci-security-scanning:before { content: "\e933"; } .oci-server-disk:before { content: "\e934"; } .oci-serverless:before { content: "\e935"; } .oci-server-rack:before { content: "\e936"; } .oci-service:before { content: "\e937"; } .oci-shell:before { content: "\e938"; } .oci-signature-job:before { content: "\e939"; } .oci-source-artifact:before { content: "\e93a"; } .oci-storage:before { content: "\e93b"; } .oci-support-personnel:before { content: "\e93c"; } .oci-testing:before { content: "\e93d"; } .oci-vm:before { content: "\e93e"; } .oci-vnet:before { content: "\e93f"; } .oci-web:before { content: "\e940"; } ================================================ FILE: icon-packs/ikonli-octicons-pack/ikonli-octicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-octicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.octicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.octicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.octicons.OcticonsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.octicons.OcticonsIkonProvider; } ================================================ FILE: icon-packs/ikonli-octicons-pack/src/main/java/org/kordamp/ikonli/octicons/Octicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.octicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Octicons implements Ikon { ALERT_16("oct-alert-16", '\ue900'), ALERT_24("oct-alert-24", '\ue901'), ARCHIVE_16("oct-archive-16", '\ue902'), ARCHIVE_24("oct-archive-24", '\ue903'), ARROW_BOTH_16("oct-arrow-both-16", '\ue904'), ARROW_BOTH_24("oct-arrow-both-24", '\ue905'), ARROW_DOWN_16("oct-arrow-down-16", '\ue906'), ARROW_DOWN_24("oct-arrow-down-24", '\ue907'), ARROW_DOWN_LEFT_24("oct-arrow-down-left-24", '\ue908'), ARROW_DOWN_RIGHT_24("oct-arrow-down-right-24", '\ue909'), ARROW_LEFT_16("oct-arrow-left-16", '\ue90a'), ARROW_LEFT_24("oct-arrow-left-24", '\ue90b'), ARROW_RIGHT_16("oct-arrow-right-16", '\ue90c'), ARROW_RIGHT_24("oct-arrow-right-24", '\ue90d'), ARROW_SWITCH_16("oct-arrow-switch-16", '\ue90e'), ARROW_SWITCH_24("oct-arrow-switch-24", '\ue90f'), ARROW_UP_16("oct-arrow-up-16", '\ue910'), ARROW_UP_24("oct-arrow-up-24", '\ue911'), ARROW_UP_LEFT_24("oct-arrow-up-left-24", '\ue912'), ARROW_UP_RIGHT_24("oct-arrow-up-right-24", '\ue913'), BEAKER_16("oct-beaker-16", '\ue914'), BEAKER_24("oct-beaker-24", '\ue915'), BELL_16("oct-bell-16", '\ue916'), BELL_24("oct-bell-24", '\ue917'), BELL_FILL_24("oct-bell-fill-24", '\ue918'), BELL_SLASH_16("oct-bell-slash-16", '\ue919'), BELL_SLASH_24("oct-bell-slash-24", '\ue91a'), BLOCKED_16("oct-blocked-16", '\ue91b'), BLOCKED_24("oct-blocked-24", '\ue91c'), BOLD_16("oct-bold-16", '\ue91d'), BOLD_24("oct-bold-24", '\ue91e'), BOOKMARK_16("oct-bookmark-16", '\ue921'), BOOKMARK_24("oct-bookmark-24", '\ue922'), BOOKMARK_FILL_24("oct-bookmark-fill-24", '\ue923'), BOOKMARK_SLASH_16("oct-bookmark-slash-16", '\ue924'), BOOKMARK_SLASH_24("oct-bookmark-slash-24", '\ue925'), BOOKMARK_SLASH_FILL_24("oct-bookmark-slash-fill-24", '\ue926'), BOOK_16("oct-book-16", '\ue91f'), BOOK_24("oct-book-24", '\ue920'), BRIEFCASE_16("oct-briefcase-16", '\ue927'), BRIEFCASE_24("oct-briefcase-24", '\ue928'), BROADCAST_16("oct-broadcast-16", '\ue929'), BROADCAST_24("oct-broadcast-24", '\ue92a'), BROWSER_16("oct-browser-16", '\ue92b'), BROWSER_24("oct-browser-24", '\ue92c'), BUG_16("oct-bug-16", '\ue92d'), BUG_24("oct-bug-24", '\ue92e'), CALENDAR_16("oct-calendar-16", '\ue92f'), CALENDAR_24("oct-calendar-24", '\ue930'), CHECKLIST_16("oct-checklist-16", '\ue937'), CHECKLIST_24("oct-checklist-24", '\ue938'), CHECK_16("oct-check-16", '\ue931'), CHECK_24("oct-check-24", '\ue932'), CHECK_CIRCLE_16("oct-check-circle-16", '\ue933'), CHECK_CIRCLE_24("oct-check-circle-24", '\ue934'), CHECK_CIRCLE_FILL_16("oct-check-circle-fill-16", '\ue935'), CHECK_CIRCLE_FILL_24("oct-check-circle-fill-24", '\ue936'), CHEVRON_DOWN_16("oct-chevron-down-16", '\ue939'), CHEVRON_DOWN_24("oct-chevron-down-24", '\ue93a'), CHEVRON_LEFT_16("oct-chevron-left-16", '\ue93b'), CHEVRON_LEFT_24("oct-chevron-left-24", '\ue93c'), CHEVRON_RIGHT_16("oct-chevron-right-16", '\ue93d'), CHEVRON_RIGHT_24("oct-chevron-right-24", '\ue93e'), CHEVRON_UP_16("oct-chevron-up-16", '\ue93f'), CHEVRON_UP_24("oct-chevron-up-24", '\ue940'), CIRCLE_16("oct-circle-16", '\ue941'), CIRCLE_24("oct-circle-24", '\ue942'), CIRCLE_SLASH_16("oct-circle-slash-16", '\ue943'), CIRCLE_SLASH_24("oct-circle-slash-24", '\ue944'), CLIPPY_16("oct-clippy-16", '\ue945'), CLIPPY_24("oct-clippy-24", '\ue946'), CLOCK_16("oct-clock-16", '\ue947'), CLOCK_24("oct-clock-24", '\ue948'), CODESCAN_16("oct-codescan-16", '\ue94f'), CODESCAN_24("oct-codescan-24", '\ue950'), CODESCAN_CHECKMARK_16("oct-codescan-checkmark-16", '\ue951'), CODESCAN_CHECKMARK_24("oct-codescan-checkmark-24", '\ue952'), CODESPACES_16("oct-codespaces-16", '\ue953'), CODESPACES_24("oct-codespaces-24", '\ue954'), CODE_16("oct-code-16", '\ue949'), CODE_24("oct-code-24", '\ue94a'), CODE_REVIEW_16("oct-code-review-16", '\ue94b'), CODE_REVIEW_24("oct-code-review-24", '\ue94c'), CODE_SQUARE_16("oct-code-square-16", '\ue94d'), CODE_SQUARE_24("oct-code-square-24", '\ue94e'), COLUMNS_16("oct-columns-16", '\ue955'), COLUMNS_24("oct-columns-24", '\ue956'), COMMENT_16("oct-comment-16", '\ue957'), COMMENT_24("oct-comment-24", '\ue958'), COMMENT_DISCUSSION_16("oct-comment-discussion-16", '\ue959'), COMMENT_DISCUSSION_24("oct-comment-discussion-24", '\ue95a'), COMMIT_24("oct-commit-24", '\ue95b'), CONTAINER_16("oct-container-16", '\ue95c'), CONTAINER_24("oct-container-24", '\ue95d'), CPU_16("oct-cpu-16", '\ue95e'), CPU_24("oct-cpu-24", '\ue95f'), CREDIT_CARD_16("oct-credit-card-16", '\ue960'), CREDIT_CARD_24("oct-credit-card-24", '\ue961'), CROSS_REFERENCE_16("oct-cross-reference-16", '\ue962'), CROSS_REFERENCE_24("oct-cross-reference-24", '\ue963'), DASH_16("oct-dash-16", '\ue964'), DASH_24("oct-dash-24", '\ue965'), DATABASE_16("oct-database-16", '\ue966'), DATABASE_24("oct-database-24", '\ue967'), DEPENDABOT_16("oct-dependabot-16", '\ue968'), DEPENDABOT_24("oct-dependabot-24", '\ue969'), DESKTOP_DOWNLOAD_16("oct-desktop-download-16", '\ue96a'), DESKTOP_DOWNLOAD_24("oct-desktop-download-24", '\ue96b'), DEVICE_CAMERA_16("oct-device-camera-16", '\ue96c'), DEVICE_CAMERA_VIDEO_16("oct-device-camera-video-16", '\ue96d'), DEVICE_CAMERA_VIDEO_24("oct-device-camera-video-24", '\ue96e'), DEVICE_DESKTOP_16("oct-device-desktop-16", '\ue96f'), DEVICE_DESKTOP_24("oct-device-desktop-24", '\ue970'), DEVICE_MOBILE_16("oct-device-mobile-16", '\ue971'), DEVICE_MOBILE_24("oct-device-mobile-24", '\ue972'), DIAMOND_16("oct-diamond-16", '\ue973'), DIAMOND_24("oct-diamond-24", '\ue974'), DIFF_16("oct-diff-16", '\ue975'), DIFF_24("oct-diff-24", '\ue976'), DIFF_ADDED_16("oct-diff-added-16", '\ue977'), DIFF_IGNORED_16("oct-diff-ignored-16", '\ue978'), DIFF_MODIFIED_16("oct-diff-modified-16", '\ue979'), DIFF_REMOVED_16("oct-diff-removed-16", '\ue97a'), DIFF_RENAMED_16("oct-diff-renamed-16", '\ue97b'), DOT_16("oct-dot-16", '\ue97c'), DOT_24("oct-dot-24", '\ue97d'), DOT_FILL_16("oct-dot-fill-16", '\ue97e'), DOT_FILL_24("oct-dot-fill-24", '\ue97f'), DOWNLOAD_16("oct-download-16", '\ue980'), DOWNLOAD_24("oct-download-24", '\ue981'), DUPLICATE_16("oct-duplicate-16", '\ue982'), DUPLICATE_24("oct-duplicate-24", '\ue983'), ELLIPSIS_16("oct-ellipsis-16", '\ue984'), EYE_16("oct-eye-16", '\ue985'), EYE_24("oct-eye-24", '\ue986'), EYE_CLOSED_16("oct-eye-closed-16", '\ue987'), EYE_CLOSED_24("oct-eye-closed-24", '\ue988'), FILE_16("oct-file-16", '\ue989'), FILE_24("oct-file-24", '\ue98a'), FILE_BADGE_16("oct-file-badge-16", '\ue98b'), FILE_BINARY_16("oct-file-binary-16", '\ue98c'), FILE_BINARY_24("oct-file-binary-24", '\ue98d'), FILE_CODE_16("oct-file-code-16", '\ue98e'), FILE_CODE_24("oct-file-code-24", '\ue98f'), FILE_DIFF_16("oct-file-diff-16", '\ue990'), FILE_DIFF_24("oct-file-diff-24", '\ue991'), FILE_DIRECTORY_16("oct-file-directory-16", '\ue992'), FILE_DIRECTORY_24("oct-file-directory-24", '\ue993'), FILE_DIRECTORY_FILL_24("oct-file-directory-fill-24", '\ue994'), FILE_MEDIA_24("oct-file-media-24", '\ue995'), FILE_SUBMODULE_16("oct-file-submodule-16", '\ue996'), FILE_SUBMODULE_24("oct-file-submodule-24", '\ue997'), FILE_SYMLINK_FILE_16("oct-file-symlink-file-16", '\ue998'), FILE_SYMLINK_FILE_24("oct-file-symlink-file-24", '\ue999'), FILE_ZIP_16("oct-file-zip-16", '\ue99a'), FILE_ZIP_24("oct-file-zip-24", '\ue99b'), FILTER_16("oct-filter-16", '\ue99c'), FILTER_24("oct-filter-24", '\ue99d'), FLAME_16("oct-flame-16", '\ue99e'), FLAME_24("oct-flame-24", '\ue99f'), FOLD_16("oct-fold-16", '\ue9a0'), FOLD_24("oct-fold-24", '\ue9a1'), FOLD_DOWN_16("oct-fold-down-16", '\ue9a2'), FOLD_DOWN_24("oct-fold-down-24", '\ue9a3'), FOLD_UP_16("oct-fold-up-16", '\ue9a4'), FOLD_UP_24("oct-fold-up-24", '\ue9a5'), GEAR_16("oct-gear-16", '\ue9a6'), GEAR_24("oct-gear-24", '\ue9a7'), GIFT_16("oct-gift-16", '\ue9a8'), GIFT_24("oct-gift-24", '\ue9a9'), GIT_BRANCH_16("oct-git-branch-16", '\ue9aa'), GIT_BRANCH_24("oct-git-branch-24", '\ue9ab'), GIT_COMMIT_16("oct-git-commit-16", '\ue9ac'), GIT_COMMIT_24("oct-git-commit-24", '\ue9ad'), GIT_COMPARE_16("oct-git-compare-16", '\ue9ae'), GIT_COMPARE_24("oct-git-compare-24", '\ue9af'), GIT_MERGE_16("oct-git-merge-16", '\ue9b0'), GIT_MERGE_24("oct-git-merge-24", '\ue9b1'), GIT_PULL_REQUEST_16("oct-git-pull-request-16", '\ue9b2'), GIT_PULL_REQUEST_24("oct-git-pull-request-24", '\ue9b3'), GIT_PULL_REQUEST_CLOSED_16("oct-git-pull-request-closed-16", '\ue9b4'), GIT_PULL_REQUEST_CLOSED_24("oct-git-pull-request-closed-24", '\ue9b5'), GIT_PULL_REQUEST_DRAFT_16("oct-git-pull-request-draft-16", '\ue9b6'), GIT_PULL_REQUEST_DRAFT_24("oct-git-pull-request-draft-24", '\ue9b7'), GLOBE_16("oct-globe-16", '\ue9b8'), GLOBE_24("oct-globe-24", '\ue9b9'), GRABBER_16("oct-grabber-16", '\ue9ba'), GRABBER_24("oct-grabber-24", '\ue9bb'), GRAPH_16("oct-graph-16", '\ue9bc'), GRAPH_24("oct-graph-24", '\ue9bd'), HASH_16("oct-hash-16", '\ue9be'), HASH_24("oct-hash-24", '\ue9bf'), HEADING_16("oct-heading-16", '\ue9c0'), HEADING_24("oct-heading-24", '\ue9c1'), HEART_16("oct-heart-16", '\ue9c2'), HEART_24("oct-heart-24", '\ue9c3'), HEART_FILL_16("oct-heart-fill-16", '\ue9c4'), HEART_FILL_24("oct-heart-fill-24", '\ue9c5'), HISTORY_16("oct-history-16", '\ue9c6'), HISTORY_24("oct-history-24", '\ue9c7'), HOME_16("oct-home-16", '\ue9c8'), HOME_24("oct-home-24", '\ue9c9'), HOME_FILL_24("oct-home-fill-24", '\ue9ca'), HORIZONTAL_RULE_16("oct-horizontal-rule-16", '\ue9cb'), HORIZONTAL_RULE_24("oct-horizontal-rule-24", '\ue9cc'), HOURGLASS_16("oct-hourglass-16", '\ue9cd'), HOURGLASS_24("oct-hourglass-24", '\ue9ce'), HUBOT_16("oct-hubot-16", '\ue9cf'), HUBOT_24("oct-hubot-24", '\ue9d0'), IMAGE_16("oct-image-16", '\ue9d1'), IMAGE_24("oct-image-24", '\ue9d2'), INBOX_16("oct-inbox-16", '\ue9d3'), INBOX_24("oct-inbox-24", '\ue9d4'), INFINITY_16("oct-infinity-16", '\ue9d5'), INFINITY_24("oct-infinity-24", '\ue9d6'), INFO_16("oct-info-16", '\ue9d7'), INFO_24("oct-info-24", '\ue9d8'), ISSUE_CLOSED_16("oct-issue-closed-16", '\ue9d9'), ISSUE_CLOSED_24("oct-issue-closed-24", '\ue9da'), ISSUE_DRAFT_16("oct-issue-draft-16", '\ue9db'), ISSUE_DRAFT_24("oct-issue-draft-24", '\ue9dc'), ISSUE_OPENED_16("oct-issue-opened-16", '\ue9dd'), ISSUE_OPENED_24("oct-issue-opened-24", '\ue9de'), ISSUE_REOPENED_16("oct-issue-reopened-16", '\ue9df'), ISSUE_REOPENED_24("oct-issue-reopened-24", '\ue9e0'), ITALIC_16("oct-italic-16", '\ue9e1'), ITALIC_24("oct-italic-24", '\ue9e2'), KEBAB_HORIZONTAL_16("oct-kebab-horizontal-16", '\ue9e3'), KEBAB_HORIZONTAL_24("oct-kebab-horizontal-24", '\ue9e4'), KEY_16("oct-key-16", '\ue9e5'), KEY_24("oct-key-24", '\ue9e6'), KEY_ASTERISK_16("oct-key-asterisk-16", '\ue9e7'), LAW_16("oct-law-16", '\ue9e8'), LAW_24("oct-law-24", '\ue9e9'), LIGHT_BULB_16("oct-light-bulb-16", '\ue9ea'), LIGHT_BULB_24("oct-light-bulb-24", '\ue9eb'), LINK_16("oct-link-16", '\ue9ec'), LINK_24("oct-link-24", '\ue9ed'), LINK_EXTERNAL_16("oct-link-external-16", '\ue9ee'), LINK_EXTERNAL_24("oct-link-external-24", '\ue9ef'), LIST_ORDERED_16("oct-list-ordered-16", '\ue9f0'), LIST_ORDERED_24("oct-list-ordered-24", '\ue9f1'), LIST_UNORDERED_16("oct-list-unordered-16", '\ue9f2'), LIST_UNORDERED_24("oct-list-unordered-24", '\ue9f3'), LOCATION_16("oct-location-16", '\ue9f4'), LOCATION_24("oct-location-24", '\ue9f5'), LOCK_16("oct-lock-16", '\ue9f6'), LOCK_24("oct-lock-24", '\ue9f7'), LOGO_GIST_16("oct-logo-gist-16", '\ue9f8'), LOGO_GITHUB_16("oct-logo-github-16", '\ue9f9'), MAIL_16("oct-mail-16", '\ue9fa'), MAIL_24("oct-mail-24", '\ue9fb'), MARKDOWN_16("oct-markdown-16", '\ue9fd'), MARK_GITHUB_16("oct-mark-github-16", '\ue9fc'), MEGAPHONE_16("oct-megaphone-16", '\ue9fe'), MEGAPHONE_24("oct-megaphone-24", '\ue9ff'), MENTION_16("oct-mention-16", '\uea00'), MENTION_24("oct-mention-24", '\uea01'), METER_16("oct-meter-16", '\uea02'), MILESTONE_16("oct-milestone-16", '\uea03'), MILESTONE_24("oct-milestone-24", '\uea04'), MIRROR_16("oct-mirror-16", '\uea05'), MIRROR_24("oct-mirror-24", '\uea06'), MOON_16("oct-moon-16", '\uea07'), MOON_24("oct-moon-24", '\uea08'), MORTAR_BOARD_16("oct-mortar-board-16", '\uea09'), MORTAR_BOARD_24("oct-mortar-board-24", '\uea0a'), MULTI_SELECT_16("oct-multi-select-16", '\uea0b'), MULTI_SELECT_24("oct-multi-select-24", '\uea0c'), MUTE_16("oct-mute-16", '\uea0d'), MUTE_24("oct-mute-24", '\uea0e'), NORTH_STAR_16("oct-north-star-16", '\uea11'), NORTH_STAR_24("oct-north-star-24", '\uea12'), NOTE_16("oct-note-16", '\uea13'), NOTE_24("oct-note-24", '\uea14'), NO_ENTRY_16("oct-no-entry-16", '\uea0f'), NO_ENTRY_24("oct-no-entry-24", '\uea10'), NUMBER_16("oct-number-16", '\uea15'), NUMBER_24("oct-number-24", '\uea16'), ORGANIZATION_16("oct-organization-16", '\uea17'), ORGANIZATION_24("oct-organization-24", '\uea18'), PACKAGE_16("oct-package-16", '\uea19'), PACKAGE_24("oct-package-24", '\uea1a'), PACKAGE_DEPENDENCIES_16("oct-package-dependencies-16", '\uea1b'), PACKAGE_DEPENDENCIES_24("oct-package-dependencies-24", '\uea1c'), PACKAGE_DEPENDENTS_16("oct-package-dependents-16", '\uea1d'), PACKAGE_DEPENDENTS_24("oct-package-dependents-24", '\uea1e'), PAINTBRUSH_16("oct-paintbrush-16", '\uea1f'), PAPER_AIRPLANE_16("oct-paper-airplane-16", '\uea20'), PAPER_AIRPLANE_24("oct-paper-airplane-24", '\uea21'), PENCIL_16("oct-pencil-16", '\uea22'), PENCIL_24("oct-pencil-24", '\uea23'), PEOPLE_16("oct-people-16", '\uea24'), PEOPLE_24("oct-people-24", '\uea25'), PERSON_16("oct-person-16", '\uea26'), PERSON_24("oct-person-24", '\uea27'), PERSON_ADD_16("oct-person-add-16", '\uea28'), PERSON_ADD_24("oct-person-add-24", '\uea29'), PIN_16("oct-pin-16", '\uea2a'), PIN_24("oct-pin-24", '\uea2b'), PLAY_16("oct-play-16", '\uea2c'), PLAY_24("oct-play-24", '\uea2d'), PLUG_16("oct-plug-16", '\uea2e'), PLUG_24("oct-plug-24", '\uea2f'), PLUS_16("oct-plus-16", '\uea30'), PLUS_24("oct-plus-24", '\uea31'), PLUS_CIRCLE_16("oct-plus-circle-16", '\uea32'), PLUS_CIRCLE_24("oct-plus-circle-24", '\uea33'), PROJECT_16("oct-project-16", '\uea34'), PROJECT_24("oct-project-24", '\uea35'), PULSE_16("oct-pulse-16", '\uea36'), PULSE_24("oct-pulse-24", '\uea37'), QUESTION_16("oct-question-16", '\uea38'), QUESTION_24("oct-question-24", '\uea39'), QUOTE_16("oct-quote-16", '\uea3a'), QUOTE_24("oct-quote-24", '\uea3b'), REPLY_16("oct-reply-16", '\uea3c'), REPLY_24("oct-reply-24", '\uea3d'), REPORT_16("oct-report-16", '\uea48'), REPORT_24("oct-report-24", '\uea49'), REPO_16("oct-repo-16", '\uea3e'), REPO_24("oct-repo-24", '\uea3f'), REPO_CLONE_16("oct-repo-clone-16", '\uea40'), REPO_FORKED_16("oct-repo-forked-16", '\uea41'), REPO_FORKED_24("oct-repo-forked-24", '\uea42'), REPO_PULL_16("oct-repo-pull-16", '\uea43'), REPO_PUSH_16("oct-repo-push-16", '\uea44'), REPO_PUSH_24("oct-repo-push-24", '\uea45'), REPO_TEMPLATE_16("oct-repo-template-16", '\uea46'), REPO_TEMPLATE_24("oct-repo-template-24", '\uea47'), ROCKET_16("oct-rocket-16", '\uea4a'), ROCKET_24("oct-rocket-24", '\uea4b'), ROWS_16("oct-rows-16", '\uea4c'), ROWS_24("oct-rows-24", '\uea4d'), RSS_16("oct-rss-16", '\uea4e'), RSS_24("oct-rss-24", '\uea4f'), RUBY_16("oct-ruby-16", '\uea50'), RUBY_24("oct-ruby-24", '\uea51'), SCREEN_FULL_16("oct-screen-full-16", '\uea52'), SCREEN_FULL_24("oct-screen-full-24", '\uea53'), SCREEN_NORMAL_16("oct-screen-normal-16", '\uea54'), SCREEN_NORMAL_24("oct-screen-normal-24", '\uea55'), SEARCH_16("oct-search-16", '\uea56'), SEARCH_24("oct-search-24", '\uea57'), SELECT_SINGLE_16("oct-select-single-16", '\uea58'), SERVER_16("oct-server-16", '\uea59'), SERVER_24("oct-server-24", '\uea5a'), SHARE_16("oct-share-16", '\uea5b'), SHARE_24("oct-share-24", '\uea5c'), SHARE_ANDROID_16("oct-share-android-16", '\uea5d'), SHARE_ANDROID_24("oct-share-android-24", '\uea5e'), SHIELD_16("oct-shield-16", '\uea5f'), SHIELD_24("oct-shield-24", '\uea60'), SHIELD_CHECK_16("oct-shield-check-16", '\uea61'), SHIELD_CHECK_24("oct-shield-check-24", '\uea62'), SHIELD_LOCK_16("oct-shield-lock-16", '\uea63'), SHIELD_LOCK_24("oct-shield-lock-24", '\uea64'), SHIELD_X_16("oct-shield-x-16", '\uea65'), SHIELD_X_24("oct-shield-x-24", '\uea66'), SIDEBAR_COLLAPSE_16("oct-sidebar-collapse-16", '\uea67'), SIDEBAR_COLLAPSE_24("oct-sidebar-collapse-24", '\uea68'), SIDEBAR_EXPAND_16("oct-sidebar-expand-16", '\uea69'), SIDEBAR_EXPAND_24("oct-sidebar-expand-24", '\uea6a'), SIGN_IN_16("oct-sign-in-16", '\uea6b'), SIGN_IN_24("oct-sign-in-24", '\uea6c'), SIGN_OUT_16("oct-sign-out-16", '\uea6d'), SIGN_OUT_24("oct-sign-out-24", '\uea6e'), SINGLE_SELECT_24("oct-single-select-24", '\uea6f'), SKIP_16("oct-skip-16", '\uea70'), SKIP_24("oct-skip-24", '\uea71'), SMILEY_16("oct-smiley-16", '\uea72'), SMILEY_24("oct-smiley-24", '\uea73'), SORT_ASC_16("oct-sort-asc-16", '\uea74'), SORT_ASC_24("oct-sort-asc-24", '\uea75'), SORT_DESC_16("oct-sort-desc-16", '\uea76'), SORT_DESC_24("oct-sort-desc-24", '\uea77'), SQUARE_16("oct-square-16", '\uea78'), SQUARE_24("oct-square-24", '\uea79'), SQUARE_FILL_16("oct-square-fill-16", '\uea7a'), SQUARE_FILL_24("oct-square-fill-24", '\uea7b'), SQUIRREL_16("oct-squirrel-16", '\uea7c'), SQUIRREL_24("oct-squirrel-24", '\uea7d'), STAR_16("oct-star-16", '\uea7e'), STAR_24("oct-star-24", '\uea7f'), STAR_FILL_16("oct-star-fill-16", '\uea80'), STAR_FILL_24("oct-star-fill-24", '\uea81'), STOPWATCH_16("oct-stopwatch-16", '\uea84'), STOPWATCH_24("oct-stopwatch-24", '\uea85'), STOP_16("oct-stop-16", '\uea82'), STOP_24("oct-stop-24", '\uea83'), STRIKETHROUGH_16("oct-strikethrough-16", '\uea86'), STRIKETHROUGH_24("oct-strikethrough-24", '\uea87'), SUN_16("oct-sun-16", '\uea88'), SUN_24("oct-sun-24", '\uea89'), SYNC_16("oct-sync-16", '\uea8a'), SYNC_24("oct-sync-24", '\uea8b'), TABLE_16("oct-table-16", '\uea8d'), TABLE_24("oct-table-24", '\uea8e'), TAB_24("oct-tab-24", '\uea8c'), TAG_16("oct-tag-16", '\uea8f'), TAG_24("oct-tag-24", '\uea90'), TASKLIST_16("oct-tasklist-16", '\uea91'), TASKLIST_24("oct-tasklist-24", '\uea92'), TELESCOPE_16("oct-telescope-16", '\uea93'), TELESCOPE_24("oct-telescope-24", '\uea94'), TERMINAL_16("oct-terminal-16", '\uea95'), TERMINAL_24("oct-terminal-24", '\uea96'), THREE_BARS_16("oct-three-bars-16", '\uea97'), THUMBSDOWN_16("oct-thumbsdown-16", '\uea98'), THUMBSDOWN_24("oct-thumbsdown-24", '\uea99'), THUMBSUP_16("oct-thumbsup-16", '\uea9a'), THUMBSUP_24("oct-thumbsup-24", '\uea9b'), TOOLS_16("oct-tools-16", '\uea9c'), TOOLS_24("oct-tools-24", '\uea9d'), TRASH_16("oct-trash-16", '\uea9e'), TRASH_24("oct-trash-24", '\uea9f'), TRIANGLE_DOWN_16("oct-triangle-down-16", '\ueaa0'), TRIANGLE_DOWN_24("oct-triangle-down-24", '\ueaa1'), TRIANGLE_LEFT_16("oct-triangle-left-16", '\ueaa2'), TRIANGLE_LEFT_24("oct-triangle-left-24", '\ueaa3'), TRIANGLE_RIGHT_16("oct-triangle-right-16", '\ueaa4'), TRIANGLE_RIGHT_24("oct-triangle-right-24", '\ueaa5'), TRIANGLE_UP_16("oct-triangle-up-16", '\ueaa6'), TRIANGLE_UP_24("oct-triangle-up-24", '\ueaa7'), TYPOGRAPHY_16("oct-typography-16", '\ueaa8'), TYPOGRAPHY_24("oct-typography-24", '\ueaa9'), UNFOLD_16("oct-unfold-16", '\ueaaa'), UNFOLD_24("oct-unfold-24", '\ueaab'), UNLOCK_16("oct-unlock-16", '\ueaac'), UNLOCK_24("oct-unlock-24", '\ueaad'), UNMUTE_16("oct-unmute-16", '\ueaae'), UNMUTE_24("oct-unmute-24", '\ueaaf'), UNVERIFIED_16("oct-unverified-16", '\ueab0'), UNVERIFIED_24("oct-unverified-24", '\ueab1'), UPLOAD_16("oct-upload-16", '\ueab2'), UPLOAD_24("oct-upload-24", '\ueab3'), VERIFIED_16("oct-verified-16", '\ueab4'), VERIFIED_24("oct-verified-24", '\ueab5'), VERSIONS_16("oct-versions-16", '\ueab6'), VERSIONS_24("oct-versions-24", '\ueab7'), VIDEO_16("oct-video-16", '\ueab8'), VIDEO_24("oct-video-24", '\ueab9'), WORKFLOW_16("oct-workflow-16", '\ueaba'), WORKFLOW_24("oct-workflow-24", '\ueabb'), X_16("oct-x-16", '\ueabc'), X_24("oct-x-24", '\ueabd'), X_CIRCLE_16("oct-x-circle-16", '\ueabe'), X_CIRCLE_24("oct-x-circle-24", '\ueabf'), X_CIRCLE_FILL_16("oct-x-circle-fill-16", '\ueac0'), X_CIRCLE_FILL_24("oct-x-circle-fill-24", '\ueac1'), ZAP_16("oct-zap-16", '\ueac2'), ZAP_24("oct-zap-24", '\ueac3'); public static Octicons findByDescription(String description) { for (Octicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Octicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-octicons-pack/src/main/java/org/kordamp/ikonli/octicons/OcticonsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.octicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class OcticonsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/octicons/14.2.2/fonts/octicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("oct-"); } @Override public Ikon resolve(String description) { return Octicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Octicons"; } } ================================================ FILE: icon-packs/ikonli-octicons-pack/src/main/java/org/kordamp/ikonli/octicons/OcticonsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.octicons; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class OcticonsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Octicons.class; } } ================================================ FILE: icon-packs/ikonli-octicons-pack/src/main/resources/META-INF/resources/octicons/14.2.2/LICENSE.txt ================================================ MIT License Copyright (c) 2020 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. When using the GitHub logos, be sure to follow the GitHub logo guidelines. https://github.com/logos ================================================ FILE: icon-packs/ikonli-octicons-pack/src/main/resources/META-INF/resources/octicons/14.2.2/css/octicons.css ================================================ @font-face { font-family: 'Octicons'; src: url('../fonts/octicons.eot?qz0pfi'); src: url('../fonts/octicons.eot?qz0pfi#iefix') format('embedded-opentype'), url('../fonts/octicons.ttf?qz0pfi') format('truetype'), url('../fonts/octicons.woff?qz0pfi') format('woff'), url('../fonts/octicons.svg?qz0pfi#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="octicon-"], [class*=" octicon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Octicons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .octicon-alert-16:before { content: "\e900"; } .octicon-alert-24:before { content: "\e901"; } .octicon-archive-16:before { content: "\e902"; } .octicon-archive-24:before { content: "\e903"; } .octicon-arrow-both-16:before { content: "\e904"; } .octicon-arrow-both-24:before { content: "\e905"; } .octicon-arrow-down-16:before { content: "\e906"; } .octicon-arrow-down-24:before { content: "\e907"; } .octicon-arrow-down-left-24:before { content: "\e908"; } .octicon-arrow-down-right-24:before { content: "\e909"; } .octicon-arrow-left-16:before { content: "\e90a"; } .octicon-arrow-left-24:before { content: "\e90b"; } .octicon-arrow-right-16:before { content: "\e90c"; } .octicon-arrow-right-24:before { content: "\e90d"; } .octicon-arrow-switch-16:before { content: "\e90e"; } .octicon-arrow-switch-24:before { content: "\e90f"; } .octicon-arrow-up-16:before { content: "\e910"; } .octicon-arrow-up-24:before { content: "\e911"; } .octicon-arrow-up-left-24:before { content: "\e912"; } .octicon-arrow-up-right-24:before { content: "\e913"; } .octicon-beaker-16:before { content: "\e914"; } .octicon-beaker-24:before { content: "\e915"; } .octicon-bell-16:before { content: "\e916"; } .octicon-bell-24:before { content: "\e917"; } .octicon-bell-fill-24:before { content: "\e918"; } .octicon-bell-slash-16:before { content: "\e919"; } .octicon-bell-slash-24:before { content: "\e91a"; } .octicon-blocked-16:before { content: "\e91b"; } .octicon-blocked-24:before { content: "\e91c"; } .octicon-bold-16:before { content: "\e91d"; } .octicon-bold-24:before { content: "\e91e"; } .octicon-book-16:before { content: "\e91f"; } .octicon-book-24:before { content: "\e920"; } .octicon-bookmark-16:before { content: "\e921"; } .octicon-bookmark-24:before { content: "\e922"; } .octicon-bookmark-fill-24:before { content: "\e923"; } .octicon-bookmark-slash-16:before { content: "\e924"; } .octicon-bookmark-slash-24:before { content: "\e925"; } .octicon-bookmark-slash-fill-24:before { content: "\e926"; } .octicon-briefcase-16:before { content: "\e927"; } .octicon-briefcase-24:before { content: "\e928"; } .octicon-broadcast-16:before { content: "\e929"; } .octicon-broadcast-24:before { content: "\e92a"; } .octicon-browser-16:before { content: "\e92b"; } .octicon-browser-24:before { content: "\e92c"; } .octicon-bug-16:before { content: "\e92d"; } .octicon-bug-24:before { content: "\e92e"; } .octicon-calendar-16:before { content: "\e92f"; } .octicon-calendar-24:before { content: "\e930"; } .octicon-check-16:before { content: "\e931"; } .octicon-check-24:before { content: "\e932"; } .octicon-check-circle-16:before { content: "\e933"; } .octicon-check-circle-24:before { content: "\e934"; } .octicon-check-circle-fill-16:before { content: "\e935"; } .octicon-check-circle-fill-24:before { content: "\e936"; } .octicon-checklist-16:before { content: "\e937"; } .octicon-checklist-24:before { content: "\e938"; } .octicon-chevron-down-16:before { content: "\e939"; } .octicon-chevron-down-24:before { content: "\e93a"; } .octicon-chevron-left-16:before { content: "\e93b"; } .octicon-chevron-left-24:before { content: "\e93c"; } .octicon-chevron-right-16:before { content: "\e93d"; } .octicon-chevron-right-24:before { content: "\e93e"; } .octicon-chevron-up-16:before { content: "\e93f"; } .octicon-chevron-up-24:before { content: "\e940"; } .octicon-circle-16:before { content: "\e941"; } .octicon-circle-24:before { content: "\e942"; } .octicon-circle-slash-16:before { content: "\e943"; } .octicon-circle-slash-24:before { content: "\e944"; } .octicon-clippy-16:before { content: "\e945"; } .octicon-clippy-24:before { content: "\e946"; } .octicon-clock-16:before { content: "\e947"; } .octicon-clock-24:before { content: "\e948"; } .octicon-code-16:before { content: "\e949"; } .octicon-code-24:before { content: "\e94a"; } .octicon-code-review-16:before { content: "\e94b"; } .octicon-code-review-24:before { content: "\e94c"; } .octicon-code-square-16:before { content: "\e94d"; } .octicon-code-square-24:before { content: "\e94e"; } .octicon-codescan-16:before { content: "\e94f"; } .octicon-codescan-24:before { content: "\e950"; } .octicon-codescan-checkmark-16:before { content: "\e951"; } .octicon-codescan-checkmark-24:before { content: "\e952"; } .octicon-codespaces-16:before { content: "\e953"; } .octicon-codespaces-24:before { content: "\e954"; } .octicon-columns-16:before { content: "\e955"; } .octicon-columns-24:before { content: "\e956"; } .octicon-comment-16:before { content: "\e957"; } .octicon-comment-24:before { content: "\e958"; } .octicon-comment-discussion-16:before { content: "\e959"; } .octicon-comment-discussion-24:before { content: "\e95a"; } .octicon-commit-24:before { content: "\e95b"; } .octicon-container-16:before { content: "\e95c"; } .octicon-container-24:before { content: "\e95d"; } .octicon-cpu-16:before { content: "\e95e"; } .octicon-cpu-24:before { content: "\e95f"; } .octicon-credit-card-16:before { content: "\e960"; } .octicon-credit-card-24:before { content: "\e961"; } .octicon-cross-reference-16:before { content: "\e962"; } .octicon-cross-reference-24:before { content: "\e963"; } .octicon-dash-16:before { content: "\e964"; } .octicon-dash-24:before { content: "\e965"; } .octicon-database-16:before { content: "\e966"; } .octicon-database-24:before { content: "\e967"; } .octicon-dependabot-16:before { content: "\e968"; } .octicon-dependabot-24:before { content: "\e969"; } .octicon-desktop-download-16:before { content: "\e96a"; } .octicon-desktop-download-24:before { content: "\e96b"; } .octicon-device-camera-16:before { content: "\e96c"; } .octicon-device-camera-video-16:before { content: "\e96d"; } .octicon-device-camera-video-24:before { content: "\e96e"; } .octicon-device-desktop-16:before { content: "\e96f"; } .octicon-device-desktop-24:before { content: "\e970"; } .octicon-device-mobile-16:before { content: "\e971"; } .octicon-device-mobile-24:before { content: "\e972"; } .octicon-diamond-16:before { content: "\e973"; } .octicon-diamond-24:before { content: "\e974"; } .octicon-diff-16:before { content: "\e975"; } .octicon-diff-24:before { content: "\e976"; } .octicon-diff-added-16:before { content: "\e977"; } .octicon-diff-ignored-16:before { content: "\e978"; } .octicon-diff-modified-16:before { content: "\e979"; } .octicon-diff-removed-16:before { content: "\e97a"; } .octicon-diff-renamed-16:before { content: "\e97b"; } .octicon-dot-16:before { content: "\e97c"; } .octicon-dot-24:before { content: "\e97d"; } .octicon-dot-fill-16:before { content: "\e97e"; } .octicon-dot-fill-24:before { content: "\e97f"; } .octicon-download-16:before { content: "\e980"; } .octicon-download-24:before { content: "\e981"; } .octicon-duplicate-16:before { content: "\e982"; } .octicon-duplicate-24:before { content: "\e983"; } .octicon-ellipsis-16:before { content: "\e984"; } .octicon-eye-16:before { content: "\e985"; } .octicon-eye-24:before { content: "\e986"; } .octicon-eye-closed-16:before { content: "\e987"; } .octicon-eye-closed-24:before { content: "\e988"; } .octicon-file-16:before { content: "\e989"; } .octicon-file-24:before { content: "\e98a"; } .octicon-file-badge-16:before { content: "\e98b"; } .octicon-file-binary-16:before { content: "\e98c"; } .octicon-file-binary-24:before { content: "\e98d"; } .octicon-file-code-16:before { content: "\e98e"; } .octicon-file-code-24:before { content: "\e98f"; } .octicon-file-diff-16:before { content: "\e990"; } .octicon-file-diff-24:before { content: "\e991"; } .octicon-file-directory-16:before { content: "\e992"; } .octicon-file-directory-24:before { content: "\e993"; } .octicon-file-directory-fill-24:before { content: "\e994"; } .octicon-file-media-24:before { content: "\e995"; } .octicon-file-submodule-16:before { content: "\e996"; } .octicon-file-submodule-24:before { content: "\e997"; } .octicon-file-symlink-file-16:before { content: "\e998"; } .octicon-file-symlink-file-24:before { content: "\e999"; } .octicon-file-zip-16:before { content: "\e99a"; } .octicon-file-zip-24:before { content: "\e99b"; } .octicon-filter-16:before { content: "\e99c"; } .octicon-filter-24:before { content: "\e99d"; } .octicon-flame-16:before { content: "\e99e"; } .octicon-flame-24:before { content: "\e99f"; } .octicon-fold-16:before { content: "\e9a0"; } .octicon-fold-24:before { content: "\e9a1"; } .octicon-fold-down-16:before { content: "\e9a2"; } .octicon-fold-down-24:before { content: "\e9a3"; } .octicon-fold-up-16:before { content: "\e9a4"; } .octicon-fold-up-24:before { content: "\e9a5"; } .octicon-gear-16:before { content: "\e9a6"; } .octicon-gear-24:before { content: "\e9a7"; } .octicon-gift-16:before { content: "\e9a8"; } .octicon-gift-24:before { content: "\e9a9"; } .octicon-git-branch-16:before { content: "\e9aa"; } .octicon-git-branch-24:before { content: "\e9ab"; } .octicon-git-commit-16:before { content: "\e9ac"; } .octicon-git-commit-24:before { content: "\e9ad"; } .octicon-git-compare-16:before { content: "\e9ae"; } .octicon-git-compare-24:before { content: "\e9af"; } .octicon-git-merge-16:before { content: "\e9b0"; } .octicon-git-merge-24:before { content: "\e9b1"; } .octicon-git-pull-request-16:before { content: "\e9b2"; } .octicon-git-pull-request-24:before { content: "\e9b3"; } .octicon-git-pull-request-closed-16:before { content: "\e9b4"; } .octicon-git-pull-request-closed-24:before { content: "\e9b5"; } .octicon-git-pull-request-draft-16:before { content: "\e9b6"; } .octicon-git-pull-request-draft-24:before { content: "\e9b7"; } .octicon-globe-16:before { content: "\e9b8"; } .octicon-globe-24:before { content: "\e9b9"; } .octicon-grabber-16:before { content: "\e9ba"; } .octicon-grabber-24:before { content: "\e9bb"; } .octicon-graph-16:before { content: "\e9bc"; } .octicon-graph-24:before { content: "\e9bd"; } .octicon-hash-16:before { content: "\e9be"; } .octicon-hash-24:before { content: "\e9bf"; } .octicon-heading-16:before { content: "\e9c0"; } .octicon-heading-24:before { content: "\e9c1"; } .octicon-heart-16:before { content: "\e9c2"; } .octicon-heart-24:before { content: "\e9c3"; } .octicon-heart-fill-16:before { content: "\e9c4"; } .octicon-heart-fill-24:before { content: "\e9c5"; } .octicon-history-16:before { content: "\e9c6"; } .octicon-history-24:before { content: "\e9c7"; } .octicon-home-16:before { content: "\e9c8"; } .octicon-home-24:before { content: "\e9c9"; } .octicon-home-fill-24:before { content: "\e9ca"; } .octicon-horizontal-rule-16:before { content: "\e9cb"; } .octicon-horizontal-rule-24:before { content: "\e9cc"; } .octicon-hourglass-16:before { content: "\e9cd"; } .octicon-hourglass-24:before { content: "\e9ce"; } .octicon-hubot-16:before { content: "\e9cf"; } .octicon-hubot-24:before { content: "\e9d0"; } .octicon-image-16:before { content: "\e9d1"; } .octicon-image-24:before { content: "\e9d2"; } .octicon-inbox-16:before { content: "\e9d3"; } .octicon-inbox-24:before { content: "\e9d4"; } .octicon-infinity-16:before { content: "\e9d5"; } .octicon-infinity-24:before { content: "\e9d6"; } .octicon-info-16:before { content: "\e9d7"; } .octicon-info-24:before { content: "\e9d8"; } .octicon-issue-closed-16:before { content: "\e9d9"; } .octicon-issue-closed-24:before { content: "\e9da"; } .octicon-issue-draft-16:before { content: "\e9db"; } .octicon-issue-draft-24:before { content: "\e9dc"; } .octicon-issue-opened-16:before { content: "\e9dd"; } .octicon-issue-opened-24:before { content: "\e9de"; } .octicon-issue-reopened-16:before { content: "\e9df"; } .octicon-issue-reopened-24:before { content: "\e9e0"; } .octicon-italic-16:before { content: "\e9e1"; } .octicon-italic-24:before { content: "\e9e2"; } .octicon-kebab-horizontal-16:before { content: "\e9e3"; } .octicon-kebab-horizontal-24:before { content: "\e9e4"; } .octicon-key-16:before { content: "\e9e5"; } .octicon-key-24:before { content: "\e9e6"; } .octicon-key-asterisk-16:before { content: "\e9e7"; } .octicon-law-16:before { content: "\e9e8"; } .octicon-law-24:before { content: "\e9e9"; } .octicon-light-bulb-16:before { content: "\e9ea"; } .octicon-light-bulb-24:before { content: "\e9eb"; } .octicon-link-16:before { content: "\e9ec"; } .octicon-link-24:before { content: "\e9ed"; } .octicon-link-external-16:before { content: "\e9ee"; } .octicon-link-external-24:before { content: "\e9ef"; } .octicon-list-ordered-16:before { content: "\e9f0"; } .octicon-list-ordered-24:before { content: "\e9f1"; } .octicon-list-unordered-16:before { content: "\e9f2"; } .octicon-list-unordered-24:before { content: "\e9f3"; } .octicon-location-16:before { content: "\e9f4"; } .octicon-location-24:before { content: "\e9f5"; } .octicon-lock-16:before { content: "\e9f6"; } .octicon-lock-24:before { content: "\e9f7"; } .octicon-logo-gist-16:before { content: "\e9f8"; } .octicon-logo-github-16:before { content: "\e9f9"; } .octicon-mail-16:before { content: "\e9fa"; } .octicon-mail-24:before { content: "\e9fb"; } .octicon-mark-github-16:before { content: "\e9fc"; } .octicon-markdown-16:before { content: "\e9fd"; } .octicon-megaphone-16:before { content: "\e9fe"; } .octicon-megaphone-24:before { content: "\e9ff"; } .octicon-mention-16:before { content: "\ea00"; } .octicon-mention-24:before { content: "\ea01"; } .octicon-meter-16:before { content: "\ea02"; } .octicon-milestone-16:before { content: "\ea03"; } .octicon-milestone-24:before { content: "\ea04"; } .octicon-mirror-16:before { content: "\ea05"; } .octicon-mirror-24:before { content: "\ea06"; } .octicon-moon-16:before { content: "\ea07"; } .octicon-moon-24:before { content: "\ea08"; } .octicon-mortar-board-16:before { content: "\ea09"; } .octicon-mortar-board-24:before { content: "\ea0a"; } .octicon-multi-select-16:before { content: "\ea0b"; } .octicon-multi-select-24:before { content: "\ea0c"; } .octicon-mute-16:before { content: "\ea0d"; } .octicon-mute-24:before { content: "\ea0e"; } .octicon-no-entry-16:before { content: "\ea0f"; } .octicon-no-entry-24:before { content: "\ea10"; } .octicon-north-star-16:before { content: "\ea11"; } .octicon-north-star-24:before { content: "\ea12"; } .octicon-note-16:before { content: "\ea13"; } .octicon-note-24:before { content: "\ea14"; } .octicon-number-16:before { content: "\ea15"; } .octicon-number-24:before { content: "\ea16"; } .octicon-organization-16:before { content: "\ea17"; } .octicon-organization-24:before { content: "\ea18"; } .octicon-package-16:before { content: "\ea19"; } .octicon-package-24:before { content: "\ea1a"; } .octicon-package-dependencies-16:before { content: "\ea1b"; } .octicon-package-dependencies-24:before { content: "\ea1c"; } .octicon-package-dependents-16:before { content: "\ea1d"; } .octicon-package-dependents-24:before { content: "\ea1e"; } .octicon-paintbrush-16:before { content: "\ea1f"; } .octicon-paper-airplane-16:before { content: "\ea20"; } .octicon-paper-airplane-24:before { content: "\ea21"; } .octicon-pencil-16:before { content: "\ea22"; } .octicon-pencil-24:before { content: "\ea23"; } .octicon-people-16:before { content: "\ea24"; } .octicon-people-24:before { content: "\ea25"; } .octicon-person-16:before { content: "\ea26"; } .octicon-person-24:before { content: "\ea27"; } .octicon-person-add-16:before { content: "\ea28"; } .octicon-person-add-24:before { content: "\ea29"; } .octicon-pin-16:before { content: "\ea2a"; } .octicon-pin-24:before { content: "\ea2b"; } .octicon-play-16:before { content: "\ea2c"; } .octicon-play-24:before { content: "\ea2d"; } .octicon-plug-16:before { content: "\ea2e"; } .octicon-plug-24:before { content: "\ea2f"; } .octicon-plus-16:before { content: "\ea30"; } .octicon-plus-24:before { content: "\ea31"; } .octicon-plus-circle-16:before { content: "\ea32"; } .octicon-plus-circle-24:before { content: "\ea33"; } .octicon-project-16:before { content: "\ea34"; } .octicon-project-24:before { content: "\ea35"; } .octicon-pulse-16:before { content: "\ea36"; } .octicon-pulse-24:before { content: "\ea37"; } .octicon-question-16:before { content: "\ea38"; } .octicon-question-24:before { content: "\ea39"; } .octicon-quote-16:before { content: "\ea3a"; } .octicon-quote-24:before { content: "\ea3b"; } .octicon-reply-16:before { content: "\ea3c"; } .octicon-reply-24:before { content: "\ea3d"; } .octicon-repo-16:before { content: "\ea3e"; } .octicon-repo-24:before { content: "\ea3f"; } .octicon-repo-clone-16:before { content: "\ea40"; } .octicon-repo-forked-16:before { content: "\ea41"; } .octicon-repo-forked-24:before { content: "\ea42"; } .octicon-repo-pull-16:before { content: "\ea43"; } .octicon-repo-push-16:before { content: "\ea44"; } .octicon-repo-push-24:before { content: "\ea45"; } .octicon-repo-template-16:before { content: "\ea46"; } .octicon-repo-template-24:before { content: "\ea47"; } .octicon-report-16:before { content: "\ea48"; } .octicon-report-24:before { content: "\ea49"; } .octicon-rocket-16:before { content: "\ea4a"; } .octicon-rocket-24:before { content: "\ea4b"; } .octicon-rows-16:before { content: "\ea4c"; } .octicon-rows-24:before { content: "\ea4d"; } .octicon-rss-16:before { content: "\ea4e"; } .octicon-rss-24:before { content: "\ea4f"; } .octicon-ruby-16:before { content: "\ea50"; } .octicon-ruby-24:before { content: "\ea51"; } .octicon-screen-full-16:before { content: "\ea52"; } .octicon-screen-full-24:before { content: "\ea53"; } .octicon-screen-normal-16:before { content: "\ea54"; } .octicon-screen-normal-24:before { content: "\ea55"; } .octicon-search-16:before { content: "\ea56"; } .octicon-search-24:before { content: "\ea57"; } .octicon-select-single-16:before { content: "\ea58"; } .octicon-server-16:before { content: "\ea59"; } .octicon-server-24:before { content: "\ea5a"; } .octicon-share-16:before { content: "\ea5b"; } .octicon-share-24:before { content: "\ea5c"; } .octicon-share-android-16:before { content: "\ea5d"; } .octicon-share-android-24:before { content: "\ea5e"; } .octicon-shield-16:before { content: "\ea5f"; } .octicon-shield-24:before { content: "\ea60"; } .octicon-shield-check-16:before { content: "\ea61"; } .octicon-shield-check-24:before { content: "\ea62"; } .octicon-shield-lock-16:before { content: "\ea63"; } .octicon-shield-lock-24:before { content: "\ea64"; } .octicon-shield-x-16:before { content: "\ea65"; } .octicon-shield-x-24:before { content: "\ea66"; } .octicon-sidebar-collapse-16:before { content: "\ea67"; } .octicon-sidebar-collapse-24:before { content: "\ea68"; } .octicon-sidebar-expand-16:before { content: "\ea69"; } .octicon-sidebar-expand-24:before { content: "\ea6a"; } .octicon-sign-in-16:before { content: "\ea6b"; } .octicon-sign-in-24:before { content: "\ea6c"; } .octicon-sign-out-16:before { content: "\ea6d"; } .octicon-sign-out-24:before { content: "\ea6e"; } .octicon-single-select-24:before { content: "\ea6f"; } .octicon-skip-16:before { content: "\ea70"; } .octicon-skip-24:before { content: "\ea71"; } .octicon-smiley-16:before { content: "\ea72"; } .octicon-smiley-24:before { content: "\ea73"; } .octicon-sort-asc-16:before { content: "\ea74"; } .octicon-sort-asc-24:before { content: "\ea75"; } .octicon-sort-desc-16:before { content: "\ea76"; } .octicon-sort-desc-24:before { content: "\ea77"; } .octicon-square-16:before { content: "\ea78"; } .octicon-square-24:before { content: "\ea79"; } .octicon-square-fill-16:before { content: "\ea7a"; } .octicon-square-fill-24:before { content: "\ea7b"; } .octicon-squirrel-16:before { content: "\ea7c"; } .octicon-squirrel-24:before { content: "\ea7d"; } .octicon-star-16:before { content: "\ea7e"; } .octicon-star-24:before { content: "\ea7f"; } .octicon-star-fill-16:before { content: "\ea80"; } .octicon-star-fill-24:before { content: "\ea81"; } .octicon-stop-16:before { content: "\ea82"; } .octicon-stop-24:before { content: "\ea83"; } .octicon-stopwatch-16:before { content: "\ea84"; } .octicon-stopwatch-24:before { content: "\ea85"; } .octicon-strikethrough-16:before { content: "\ea86"; } .octicon-strikethrough-24:before { content: "\ea87"; } .octicon-sun-16:before { content: "\ea88"; } .octicon-sun-24:before { content: "\ea89"; } .octicon-sync-16:before { content: "\ea8a"; } .octicon-sync-24:before { content: "\ea8b"; } .octicon-tab-24:before { content: "\ea8c"; } .octicon-table-16:before { content: "\ea8d"; } .octicon-table-24:before { content: "\ea8e"; } .octicon-tag-16:before { content: "\ea8f"; } .octicon-tag-24:before { content: "\ea90"; } .octicon-tasklist-16:before { content: "\ea91"; } .octicon-tasklist-24:before { content: "\ea92"; } .octicon-telescope-16:before { content: "\ea93"; } .octicon-telescope-24:before { content: "\ea94"; } .octicon-terminal-16:before { content: "\ea95"; } .octicon-terminal-24:before { content: "\ea96"; } .octicon-three-bars-16:before { content: "\ea97"; } .octicon-thumbsdown-16:before { content: "\ea98"; } .octicon-thumbsdown-24:before { content: "\ea99"; } .octicon-thumbsup-16:before { content: "\ea9a"; } .octicon-thumbsup-24:before { content: "\ea9b"; } .octicon-tools-16:before { content: "\ea9c"; } .octicon-tools-24:before { content: "\ea9d"; } .octicon-trash-16:before { content: "\ea9e"; } .octicon-trash-24:before { content: "\ea9f"; } .octicon-triangle-down-16:before { content: "\eaa0"; } .octicon-triangle-down-24:before { content: "\eaa1"; } .octicon-triangle-left-16:before { content: "\eaa2"; } .octicon-triangle-left-24:before { content: "\eaa3"; } .octicon-triangle-right-16:before { content: "\eaa4"; } .octicon-triangle-right-24:before { content: "\eaa5"; } .octicon-triangle-up-16:before { content: "\eaa6"; } .octicon-triangle-up-24:before { content: "\eaa7"; } .octicon-typography-16:before { content: "\eaa8"; } .octicon-typography-24:before { content: "\eaa9"; } .octicon-unfold-16:before { content: "\eaaa"; } .octicon-unfold-24:before { content: "\eaab"; } .octicon-unlock-16:before { content: "\eaac"; } .octicon-unlock-24:before { content: "\eaad"; } .octicon-unmute-16:before { content: "\eaae"; } .octicon-unmute-24:before { content: "\eaaf"; } .octicon-unverified-16:before { content: "\eab0"; } .octicon-unverified-24:before { content: "\eab1"; } .octicon-upload-16:before { content: "\eab2"; } .octicon-upload-24:before { content: "\eab3"; } .octicon-verified-16:before { content: "\eab4"; } .octicon-verified-24:before { content: "\eab5"; } .octicon-versions-16:before { content: "\eab6"; } .octicon-versions-24:before { content: "\eab7"; } .octicon-video-16:before { content: "\eab8"; } .octicon-video-24:before { content: "\eab9"; } .octicon-workflow-16:before { content: "\eaba"; } .octicon-workflow-24:before { content: "\eabb"; } .octicon-x-16:before { content: "\eabc"; } .octicon-x-24:before { content: "\eabd"; } .octicon-x-circle-16:before { content: "\eabe"; } .octicon-x-circle-24:before { content: "\eabf"; } .octicon-x-circle-fill-16:before { content: "\eac0"; } .octicon-x-circle-fill-24:before { content: "\eac1"; } .octicon-zap-16:before { content: "\eac2"; } .octicon-zap-24:before { content: "\eac3"; } ================================================ FILE: icon-packs/ikonli-openiconic-pack/ikonli-openiconic-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-openiconic-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.openiconic { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.openiconic; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.openiconic.OpeniconicIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.openiconic.OpeniconicIkonProvider; } ================================================ FILE: icon-packs/ikonli-openiconic-pack/src/main/java/org/kordamp/ikonli/openiconic/Openiconic.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.openiconic; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Openiconic implements Ikon { // latest is e0de ACCOUNT_LOGIN("oi-account-login", '\ue000'), ACCOUNT_LOGOUT("oi-account-logout", '\ue001'), ACTION_REDO("oi-action-redo", '\ue002'), ACTION_UNDO("oi-action-undo", '\ue003'), ALIGN_CENTER("oi-align-center", '\ue004'), ALIGN_LEFT("oi-align-left", '\ue005'), ALIGN_RIGHT("oi-align-right", '\ue006'), APERTURE("oi-aperture", '\ue007'), ARROW_BOTTOM("oi-arrow-bottom", '\ue008'), ARROW_CIRCLE_BOTTOM("oi-arrow-circle-bottom", '\ue009'), ARROW_CIRCLE_LEFT("oi-arrow-circle-left", '\ue00a'), ARROW_CIRCLE_RIGHT("oi-arrow-circle-right", '\ue00b'), ARROW_CIRCLE_TOP("oi-arrow-circle-top", '\ue00c'), ARROW_LEFT("oi-arrow-left", '\ue00d'), ARROW_RIGHT("oi-arrow-right", '\ue00e'), ARROW_THICK_BOTTOM("oi-arrow-thick-bottom", '\ue00f'), ARROW_THICK_LEFT("oi-arrow-thick-left", '\ue010'), ARROW_THICK_RIGHT("oi-arrow-thick-right", '\ue011'), ARROW_THICK_TOP("oi-arrow-thick-top", '\ue012'), ARROW_TOP("oi-arrow-top", '\ue013'), AUDIO("oi-audio", '\ue015'), AUDIO_SPECTRUM("oi-audio-spectrum", '\ue014'), BADGE("oi-badge", '\ue016'), BAN("oi-ban", '\ue017'), BAR_CHART("oi-bar-chart", '\ue018'), BASKET("oi-basket", '\ue019'), BATTERY_EMPTY("oi-battery-empty", '\ue01a'), BATTERY_FULL("oi-battery-full", '\ue01b'), BEAKER("oi-beaker", '\ue01c'), BELL("oi-bell", '\ue01d'), BLUETOOTH("oi-bluetooth", '\ue01e'), BOLD("oi-bold", '\ue01f'), BOLT("oi-bolt", '\ue020'), BOOK("oi-book", '\ue021'), BOOKMARK("oi-bookmark", '\ue022'), BOX("oi-box", '\ue023'), BRIEFCASE("oi-briefcase", '\ue024'), BRITISH_POUND("oi-british-pound", '\ue025'), BROWSER("oi-browser", '\ue026'), BRUSH("oi-brush", '\ue027'), BUG("oi-bug", '\ue028'), BULLHORN("oi-bullhorn", '\ue029'), CALCULATOR("oi-calculator", '\ue02a'), CALENDAR("oi-calendar", '\ue02b'), CAMERA_SLR("oi-camera-slr", '\ue02c'), CARET_BOTTOM("oi-caret-bottom", '\ue02d'), CARET_LEFT("oi-caret-left", '\ue02e'), CARET_RIGHT("oi-caret-right", '\ue02f'), CARET_TOP("oi-caret-top", '\ue030'), CART("oi-cart", '\ue031'), CHAT("oi-chat", '\ue032'), CHECK("oi-check", '\ue033'), CHEVRON_BOTTOM("oi-chevron-bottom", '\ue034'), CHEVRON_LEFT("oi-chevron-left", '\ue035'), CHEVRON_RIGHT("oi-chevron-right", '\ue036'), CHEVRON_TOP("oi-chevron-top", '\ue037'), CIRCLE_CHECK("oi-circle-check", '\ue038'), CIRCLE_X("oi-circle-x", '\ue039'), CLIPBOARD("oi-clipboard", '\ue03a'), CLOCK("oi-clock", '\ue03b'), CLOUD("oi-cloud", '\ue03e'), CLOUDY("oi-cloudy", '\ue03f'), CLOUD_DOWNLOAD("oi-cloud-download", '\ue03c'), CLOUD_UPLOAD("oi-cloud-upload", '\ue03d'), CODE("oi-code", '\ue040'), COG("oi-cog", '\ue041'), COLLAPSE_DOWN("oi-collapse-down", '\ue042'), COLLAPSE_LEFT("oi-collapse-left", '\ue043'), COLLAPSE_RIGHT("oi-collapse-right", '\ue044'), COLLAPSE_UP("oi-collapse-up", '\ue045'), COMMAND("oi-command", '\ue046'), COMMENT_SQUARE("oi-comment-square", '\ue047'), COMPASS("oi-compass", '\ue048'), CONTRAST("oi-contrast", '\ue049'), COPYWRITING("oi-copywriting", '\ue04a'), CREDIT_CARD("oi-credit-card", '\ue04b'), CROP("oi-crop", '\ue04c'), DASHBOARD("oi-dashboard", '\ue04d'), DATA_TRANSFER_DOWNLOAD("oi-data-transfer-download", '\ue04e'), DATA_TRANSFER_UPLOAD("oi-data-transfer-upload", '\ue04f'), DELETE("oi-delete", '\ue050'), DIAL("oi-dial", '\ue051'), DOCUMENT("oi-document", '\ue052'), DOLLAR("oi-dollar", '\ue053'), DOUBLE_QUOTE_SANS_LEFT("oi-double-quote-sans-left", '\ue054'), DOUBLE_QUOTE_SANS_RIGHT("oi-double-quote-sans-right", '\ue055'), DOUBLE_QUOTE_SERIF_LEFT("oi-double-quote-serif-left", '\ue056'), DOUBLE_QUOTE_SERIF_RIGHT("oi-double-quote-serif-right", '\ue057'), DROPLET("oi-droplet", '\ue058'), EJECT("oi-eject", '\ue059'), ELEVATOR("oi-elevator", '\ue05a'), ELLIPSES("oi-ellipses", '\ue05b'), ENVELOPE_CLOSED("oi-envelope-closed", '\ue05c'), ENVELOPE_OPEN("oi-envelope-open", '\ue05d'), EURO("oi-euro", '\ue05e'), EXCERPT("oi-excerpt", '\ue05f'), EXPAND_DOWN("oi-expand-down", '\ue060'), EXPAND_LEFT("oi-expand-left", '\ue061'), EXPAND_RIGHT("oi-expand-right", '\ue062'), EXPAND_UP("oi-expand-up", '\ue063'), EXTERNAL_LINK("oi-external-link", '\ue064'), EYE("oi-eye", '\ue065'), EYEDROPPER("oi-eyedropper", '\ue066'), FILE("oi-file", '\ue067'), FIRE("oi-fire", '\ue068'), FLAG("oi-flag", '\ue069'), FLASH("oi-flash", '\ue06a'), FOLDER("oi-folder", '\ue06b'), FORK("oi-fork", '\ue06c'), FULLSCREEN_ENTER("oi-fullscreen-enter", '\ue06d'), FULLSCREEN_EXIT("oi-fullscreen-exit", '\ue06e'), GLOBE("oi-globe", '\ue06f'), GRAPH("oi-graph", '\ue070'), GRID_FOUR_UP("oi-grid-four-up", '\ue071'), GRID_THREE_UP("oi-grid-three-up", '\ue072'), GRID_TWO_UP("oi-grid-two-up", '\ue073'), HARD_DRIVE("oi-hard-drive", '\ue074'), HEADER("oi-header", '\ue075'), HEADPHONES("oi-headphones", '\ue076'), HEART("oi-heart", '\ue077'), HOME("oi-home", '\ue078'), IMAGE("oi-image", '\ue079'), INBOX("oi-inbox", '\ue07a'), INFINITY("oi-infinity", '\ue07b'), INFO("oi-info", '\ue07c'), ITALIC("oi-italic", '\ue07d'), JUSTIFY_CENTER("oi-justify-center", '\ue07e'), JUSTIFY_LEFT("oi-justify-left", '\ue07f'), JUSTIFY_RIGHT("oi-justify-right", '\ue080'), KEY("oi-key", '\ue081'), LAPTOP("oi-laptop", '\ue082'), LAYERS("oi-layers", '\ue083'), LIGHTBULB("oi-lightbulb", '\ue084'), LINK_BROKEN("oi-link-broken", '\ue085'), LINK_INTACT("oi-link-intact", '\ue086'), LIST("oi-list", '\ue088'), LIST_RICH("oi-list-rich", '\ue087'), LOCATION("oi-location", '\ue089'), LOCK_LOCKED("oi-lock-locked", '\ue08a'), LOCK_UNLOCKED("oi-lock-unlocked", '\ue08b'), LOOP("oi-loop", '\ue08e'), LOOP_CIRCULAR("oi-loop-circular", '\ue08c'), LOOP_SQUARE("oi-loop-square", '\ue08d'), MAGNIFYING_GLASS("oi-magnifying-glass", '\ue08f'), MAP("oi-map", '\ue091'), MAP_MARKER("oi-map-marker", '\ue090'), MEDIA_PAUSE("oi-media-pause", '\ue092'), MEDIA_PLAY("oi-media-play", '\ue093'), MEDIA_RECORD("oi-media-record", '\ue094'), MEDIA_SKIP_BACKWARD("oi-media-skip-backward", '\ue095'), MEDIA_SKIP_FORWARD("oi-media-skip-forward", '\ue096'), MEDIA_STEP_BACKWARD("oi-media-step-backward", '\ue097'), MEDIA_STEP_FORWARD("oi-media-step-forward", '\ue098'), MEDIA_STOP("oi-media-stop", '\ue099'), MEDICAL_CROSS("oi-medical-cross", '\ue09a'), MENU("oi-menu", '\ue09b'), MICROPHONE("oi-microphone", '\ue09c'), MINUS("oi-minus", '\ue09d'), MONITOR("oi-monitor", '\ue09e'), MOON("oi-moon", '\ue09f'), MOVE("oi-move", '\ue0a0'), MUSICAL_NOTE("oi-musical-note", '\ue0a1'), PAPERCLIP("oi-paperclip", '\ue0a2'), PENCIL("oi-pencil", '\ue0a3'), PEOPLE("oi-people", '\ue0a4'), PERSON("oi-person", '\ue0a5'), PHONE("oi-phone", '\ue0a6'), PIE_CHART("oi-pie-chart", '\ue0a7'), PIN("oi-pin", '\ue0a8'), PLAY_CIRCLE("oi-play-circle", '\ue0a9'), PLUS("oi-plus", '\ue0aa'), POWER_STANDBY("oi-power-standby", '\ue0ab'), PRINT("oi-print", '\ue0ac'), PROJECT("oi-project", '\ue0ad'), PULSE("oi-pulse", '\ue0ae'), PUZZLE_PIECE("oi-puzzle-piece", '\ue0af'), QUESTION_MARK("oi-question-mark", '\ue0b0'), RAIN("oi-rain", '\ue0b1'), RANDOM("oi-random", '\ue0b2'), RELOAD("oi-reload", '\ue0b3'), RESIZE_BOTH("oi-resize-both", '\ue0b4'), RESIZE_HEIGHT("oi-resize-height", '\ue0b5'), RESIZE_WIDTH("oi-resize-width", '\ue0b6'), RSS("oi-rss", '\ue0b8'), RSS_ALT("oi-rss-alt", '\ue0b7'), SCRIPT("oi-script", '\ue0b9'), SHARE("oi-share", '\ue0bb'), SHARE_BOXED("oi-share-boxed", '\ue0ba'), SHIELD("oi-shield", '\ue0bc'), SIGNAL("oi-signal", '\ue0bd'), SIGNPOST("oi-signpost", '\ue0be'), SORT_ASCENDING("oi-sort-ascending", '\ue0bf'), SORT_DESCENDING("oi-sort-descending", '\ue0c0'), SPREADSHEET("oi-spreadsheet", '\ue0c1'), STAR("oi-star", '\ue0c2'), SUN("oi-sun", '\ue0c3'), TABLET("oi-tablet", '\ue0c4'), TAG("oi-tag", '\ue0c5'), TAGS("oi-tags", '\ue0c6'), TARGET("oi-target", '\ue0c7'), TASK("oi-task", '\ue0c8'), TERMINAL("oi-terminal", '\ue0c9'), TEXT("oi-text", '\ue0ca'), THUMB_DOWN("oi-thumb-down", '\ue0cb'), THUMB_UP("oi-thumb-up", '\ue0cc'), TIMER("oi-timer", '\ue0cd'), TRANSFER("oi-transfer", '\ue0ce'), TRASH("oi-trash", '\ue0cf'), UNDERLINE("oi-underline", '\ue0d0'), VERTICAL_ALIGN_BOTTOM("oi-vertical-align-bottom", '\ue0d1'), VERTICAL_ALIGN_CENTER("oi-vertical-align-center", '\ue0d2'), VERTICAL_ALIGN_TOP("oi-vertical-align-top", '\ue0d3'), VIDEO("oi-video", '\ue0d4'), VOLUME_HIGH("oi-volume-high", '\ue0d5'), VOLUME_LOW("oi-volume-low", '\ue0d6'), VOLUME_OFF("oi-volume-off", '\ue0d7'), WARNING("oi-warning", '\ue0d8'), WIFI("oi-wifi", '\ue0d9'), WRENCH("oi-wrench", '\ue0da'), X("oi-x", '\ue0db'), YEN("oi-yen", '\ue0dc'), ZOOM_IN("oi-zoom-in", '\ue0dd'), ZOOM_OUT("oi-zoom-out", '\ue0de'), ; public static Openiconic findByDescription(String description) { for (Openiconic font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Openiconic(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-openiconic-pack/src/main/java/org/kordamp/ikonli/openiconic/OpeniconicIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.openiconic; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class OpeniconicIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/openiconic/1.1.0/fonts/open-iconic.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("oi-"); } @Override public Ikon resolve(String description) { return Openiconic.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Icons"; } } ================================================ FILE: icon-packs/ikonli-openiconic-pack/src/main/java/org/kordamp/ikonli/openiconic/OpeniconicIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.openiconic; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class OpeniconicIkonProvider implements IkonProvider { @Override public Class getIkon() { return Openiconic.class; } } ================================================ FILE: icon-packs/ikonli-openiconic-pack/src/main/resources/META-INF/resources/openiconic/1.1.0/css/open-iconic.css ================================================ @font-face { font-family: 'Icons'; src: url('../fonts/open-iconic.eot'); src: url('../fonts/open-iconic.eot?#iconic-sm') format('embedded-opentype'), url('../fonts/open-iconic.woff') format('woff'), url('../fonts/open-iconic.ttf') format('truetype'), url('../fonts/open-iconic.otf') format('opentype'), url('../fonts/open-iconic.svg#iconic-sm') format('svg'); font-weight: normal; font-style: normal; } .oi[data-glyph].oi-text-replace { font-size: 0; line-height: 0; } .oi[data-glyph].oi-text-replace:before { width: 1em; text-align: center; } .oi[data-glyph]:before { font-family: 'Icons'; display: inline-block; speak: none; line-height: 1; vertical-align: baseline; font-weight: normal; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .oi[data-glyph]:empty:before { width: 1em; text-align: center; box-sizing: content-box; } .oi[data-glyph].oi-align-left:before { text-align: left; } .oi[data-glyph].oi-align-right:before { text-align: right; } .oi[data-glyph].oi-align-center:before { text-align: center; } .oi[data-glyph].oi-flip-horizontal:before { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .oi[data-glyph].oi-flip-vertical:before { -webkit-transform: scale(1, -1); -ms-transform: scale(-1, 1); transform: scale(1, -1); } .oi[data-glyph].oi-flip-horizontal-vertical:before { -webkit-transform: scale(-1, -1); -ms-transform: scale(-1, 1); transform: scale(-1, -1); } .oi[data-glyph=account-login]:before { content:'\e000'; } .oi[data-glyph=account-logout]:before { content:'\e001'; } .oi[data-glyph=action-redo]:before { content:'\e002'; } .oi[data-glyph=action-undo]:before { content:'\e003'; } .oi[data-glyph=align-center]:before { content:'\e004'; } .oi[data-glyph=align-left]:before { content:'\e005'; } .oi[data-glyph=align-right]:before { content:'\e006'; } .oi[data-glyph=aperture]:before { content:'\e007'; } .oi[data-glyph=arrow-bottom]:before { content:'\e008'; } .oi[data-glyph=arrow-circle-bottom]:before { content:'\e009'; } .oi[data-glyph=arrow-circle-left]:before { content:'\e00a'; } .oi[data-glyph=arrow-circle-right]:before { content:'\e00b'; } .oi[data-glyph=arrow-circle-top]:before { content:'\e00c'; } .oi[data-glyph=arrow-left]:before { content:'\e00d'; } .oi[data-glyph=arrow-right]:before { content:'\e00e'; } .oi[data-glyph=arrow-thick-bottom]:before { content:'\e00f'; } .oi[data-glyph=arrow-thick-left]:before { content:'\e010'; } .oi[data-glyph=arrow-thick-right]:before { content:'\e011'; } .oi[data-glyph=arrow-thick-top]:before { content:'\e012'; } .oi[data-glyph=arrow-top]:before { content:'\e013'; } .oi[data-glyph=audio-spectrum]:before { content:'\e014'; } .oi[data-glyph=audio]:before { content:'\e015'; } .oi[data-glyph=badge]:before { content:'\e016'; } .oi[data-glyph=ban]:before { content:'\e017'; } .oi[data-glyph=bar-chart]:before { content:'\e018'; } .oi[data-glyph=basket]:before { content:'\e019'; } .oi[data-glyph=battery-empty]:before { content:'\e01a'; } .oi[data-glyph=battery-full]:before { content:'\e01b'; } .oi[data-glyph=beaker]:before { content:'\e01c'; } .oi[data-glyph=bell]:before { content:'\e01d'; } .oi[data-glyph=bluetooth]:before { content:'\e01e'; } .oi[data-glyph=bold]:before { content:'\e01f'; } .oi[data-glyph=bolt]:before { content:'\e020'; } .oi[data-glyph=book]:before { content:'\e021'; } .oi[data-glyph=bookmark]:before { content:'\e022'; } .oi[data-glyph=box]:before { content:'\e023'; } .oi[data-glyph=briefcase]:before { content:'\e024'; } .oi[data-glyph=british-pound]:before { content:'\e025'; } .oi[data-glyph=browser]:before { content:'\e026'; } .oi[data-glyph=brush]:before { content:'\e027'; } .oi[data-glyph=bug]:before { content:'\e028'; } .oi[data-glyph=bullhorn]:before { content:'\e029'; } .oi[data-glyph=calculator]:before { content:'\e02a'; } .oi[data-glyph=calendar]:before { content:'\e02b'; } .oi[data-glyph=camera-slr]:before { content:'\e02c'; } .oi[data-glyph=caret-bottom]:before { content:'\e02d'; } .oi[data-glyph=caret-left]:before { content:'\e02e'; } .oi[data-glyph=caret-right]:before { content:'\e02f'; } .oi[data-glyph=caret-top]:before { content:'\e030'; } .oi[data-glyph=cart]:before { content:'\e031'; } .oi[data-glyph=chat]:before { content:'\e032'; } .oi[data-glyph=check]:before { content:'\e033'; } .oi[data-glyph=chevron-bottom]:before { content:'\e034'; } .oi[data-glyph=chevron-left]:before { content:'\e035'; } .oi[data-glyph=chevron-right]:before { content:'\e036'; } .oi[data-glyph=chevron-top]:before { content:'\e037'; } .oi[data-glyph=circle-check]:before { content:'\e038'; } .oi[data-glyph=circle-x]:before { content:'\e039'; } .oi[data-glyph=clipboard]:before { content:'\e03a'; } .oi[data-glyph=clock]:before { content:'\e03b'; } .oi[data-glyph=cloud-download]:before { content:'\e03c'; } .oi[data-glyph=cloud-upload]:before { content:'\e03d'; } .oi[data-glyph=cloud]:before { content:'\e03e'; } .oi[data-glyph=cloudy]:before { content:'\e03f'; } .oi[data-glyph=code]:before { content:'\e040'; } .oi[data-glyph=cog]:before { content:'\e041'; } .oi[data-glyph=collapse-down]:before { content:'\e042'; } .oi[data-glyph=collapse-left]:before { content:'\e043'; } .oi[data-glyph=collapse-right]:before { content:'\e044'; } .oi[data-glyph=collapse-up]:before { content:'\e045'; } .oi[data-glyph=command]:before { content:'\e046'; } .oi[data-glyph=comment-square]:before { content:'\e047'; } .oi[data-glyph=compass]:before { content:'\e048'; } .oi[data-glyph=contrast]:before { content:'\e049'; } .oi[data-glyph=copywriting]:before { content:'\e04a'; } .oi[data-glyph=credit-card]:before { content:'\e04b'; } .oi[data-glyph=crop]:before { content:'\e04c'; } .oi[data-glyph=dashboard]:before { content:'\e04d'; } .oi[data-glyph=data-transfer-download]:before { content:'\e04e'; } .oi[data-glyph=data-transfer-upload]:before { content:'\e04f'; } .oi[data-glyph=delete]:before { content:'\e050'; } .oi[data-glyph=dial]:before { content:'\e051'; } .oi[data-glyph=document]:before { content:'\e052'; } .oi[data-glyph=dollar]:before { content:'\e053'; } .oi[data-glyph=double-quote-sans-left]:before { content:'\e054'; } .oi[data-glyph=double-quote-sans-right]:before { content:'\e055'; } .oi[data-glyph=double-quote-serif-left]:before { content:'\e056'; } .oi[data-glyph=double-quote-serif-right]:before { content:'\e057'; } .oi[data-glyph=droplet]:before { content:'\e058'; } .oi[data-glyph=eject]:before { content:'\e059'; } .oi[data-glyph=elevator]:before { content:'\e05a'; } .oi[data-glyph=ellipses]:before { content:'\e05b'; } .oi[data-glyph=envelope-closed]:before { content:'\e05c'; } .oi[data-glyph=envelope-open]:before { content:'\e05d'; } .oi[data-glyph=euro]:before { content:'\e05e'; } .oi[data-glyph=excerpt]:before { content:'\e05f'; } .oi[data-glyph=expand-down]:before { content:'\e060'; } .oi[data-glyph=expand-left]:before { content:'\e061'; } .oi[data-glyph=expand-right]:before { content:'\e062'; } .oi[data-glyph=expand-up]:before { content:'\e063'; } .oi[data-glyph=external-link]:before { content:'\e064'; } .oi[data-glyph=eye]:before { content:'\e065'; } .oi[data-glyph=eyedropper]:before { content:'\e066'; } .oi[data-glyph=file]:before { content:'\e067'; } .oi[data-glyph=fire]:before { content:'\e068'; } .oi[data-glyph=flag]:before { content:'\e069'; } .oi[data-glyph=flash]:before { content:'\e06a'; } .oi[data-glyph=folder]:before { content:'\e06b'; } .oi[data-glyph=fork]:before { content:'\e06c'; } .oi[data-glyph=fullscreen-enter]:before { content:'\e06d'; } .oi[data-glyph=fullscreen-exit]:before { content:'\e06e'; } .oi[data-glyph=globe]:before { content:'\e06f'; } .oi[data-glyph=graph]:before { content:'\e070'; } .oi[data-glyph=grid-four-up]:before { content:'\e071'; } .oi[data-glyph=grid-three-up]:before { content:'\e072'; } .oi[data-glyph=grid-two-up]:before { content:'\e073'; } .oi[data-glyph=hard-drive]:before { content:'\e074'; } .oi[data-glyph=header]:before { content:'\e075'; } .oi[data-glyph=headphones]:before { content:'\e076'; } .oi[data-glyph=heart]:before { content:'\e077'; } .oi[data-glyph=home]:before { content:'\e078'; } .oi[data-glyph=image]:before { content:'\e079'; } .oi[data-glyph=inbox]:before { content:'\e07a'; } .oi[data-glyph=infinity]:before { content:'\e07b'; } .oi[data-glyph=info]:before { content:'\e07c'; } .oi[data-glyph=italic]:before { content:'\e07d'; } .oi[data-glyph=justify-center]:before { content:'\e07e'; } .oi[data-glyph=justify-left]:before { content:'\e07f'; } .oi[data-glyph=justify-right]:before { content:'\e080'; } .oi[data-glyph=key]:before { content:'\e081'; } .oi[data-glyph=laptop]:before { content:'\e082'; } .oi[data-glyph=layers]:before { content:'\e083'; } .oi[data-glyph=lightbulb]:before { content:'\e084'; } .oi[data-glyph=link-broken]:before { content:'\e085'; } .oi[data-glyph=link-intact]:before { content:'\e086'; } .oi[data-glyph=list-rich]:before { content:'\e087'; } .oi[data-glyph=list]:before { content:'\e088'; } .oi[data-glyph=location]:before { content:'\e089'; } .oi[data-glyph=lock-locked]:before { content:'\e08a'; } .oi[data-glyph=lock-unlocked]:before { content:'\e08b'; } .oi[data-glyph=loop-circular]:before { content:'\e08c'; } .oi[data-glyph=loop-square]:before { content:'\e08d'; } .oi[data-glyph=loop]:before { content:'\e08e'; } .oi[data-glyph=magnifying-glass]:before { content:'\e08f'; } .oi[data-glyph=map-marker]:before { content:'\e090'; } .oi[data-glyph=map]:before { content:'\e091'; } .oi[data-glyph=media-pause]:before { content:'\e092'; } .oi[data-glyph=media-play]:before { content:'\e093'; } .oi[data-glyph=media-record]:before { content:'\e094'; } .oi[data-glyph=media-skip-backward]:before { content:'\e095'; } .oi[data-glyph=media-skip-forward]:before { content:'\e096'; } .oi[data-glyph=media-step-backward]:before { content:'\e097'; } .oi[data-glyph=media-step-forward]:before { content:'\e098'; } .oi[data-glyph=media-stop]:before { content:'\e099'; } .oi[data-glyph=medical-cross]:before { content:'\e09a'; } .oi[data-glyph=menu]:before { content:'\e09b'; } .oi[data-glyph=microphone]:before { content:'\e09c'; } .oi[data-glyph=minus]:before { content:'\e09d'; } .oi[data-glyph=monitor]:before { content:'\e09e'; } .oi[data-glyph=moon]:before { content:'\e09f'; } .oi[data-glyph=move]:before { content:'\e0a0'; } .oi[data-glyph=musical-note]:before { content:'\e0a1'; } .oi[data-glyph=paperclip]:before { content:'\e0a2'; } .oi[data-glyph=pencil]:before { content:'\e0a3'; } .oi[data-glyph=people]:before { content:'\e0a4'; } .oi[data-glyph=person]:before { content:'\e0a5'; } .oi[data-glyph=phone]:before { content:'\e0a6'; } .oi[data-glyph=pie-chart]:before { content:'\e0a7'; } .oi[data-glyph=pin]:before { content:'\e0a8'; } .oi[data-glyph=play-circle]:before { content:'\e0a9'; } .oi[data-glyph=plus]:before { content:'\e0aa'; } .oi[data-glyph=power-standby]:before { content:'\e0ab'; } .oi[data-glyph=print]:before { content:'\e0ac'; } .oi[data-glyph=project]:before { content:'\e0ad'; } .oi[data-glyph=pulse]:before { content:'\e0ae'; } .oi[data-glyph=puzzle-piece]:before { content:'\e0af'; } .oi[data-glyph=question-mark]:before { content:'\e0b0'; } .oi[data-glyph=rain]:before { content:'\e0b1'; } .oi[data-glyph=random]:before { content:'\e0b2'; } .oi[data-glyph=reload]:before { content:'\e0b3'; } .oi[data-glyph=resize-both]:before { content:'\e0b4'; } .oi[data-glyph=resize-height]:before { content:'\e0b5'; } .oi[data-glyph=resize-width]:before { content:'\e0b6'; } .oi[data-glyph=rss-alt]:before { content:'\e0b7'; } .oi[data-glyph=rss]:before { content:'\e0b8'; } .oi[data-glyph=script]:before { content:'\e0b9'; } .oi[data-glyph=share-boxed]:before { content:'\e0ba'; } .oi[data-glyph=share]:before { content:'\e0bb'; } .oi[data-glyph=shield]:before { content:'\e0bc'; } .oi[data-glyph=signal]:before { content:'\e0bd'; } .oi[data-glyph=signpost]:before { content:'\e0be'; } .oi[data-glyph=sort-ascending]:before { content:'\e0bf'; } .oi[data-glyph=sort-descending]:before { content:'\e0c0'; } .oi[data-glyph=spreadsheet]:before { content:'\e0c1'; } .oi[data-glyph=star]:before { content:'\e0c2'; } .oi[data-glyph=sun]:before { content:'\e0c3'; } .oi[data-glyph=tablet]:before { content:'\e0c4'; } .oi[data-glyph=tag]:before { content:'\e0c5'; } .oi[data-glyph=tags]:before { content:'\e0c6'; } .oi[data-glyph=target]:before { content:'\e0c7'; } .oi[data-glyph=task]:before { content:'\e0c8'; } .oi[data-glyph=terminal]:before { content:'\e0c9'; } .oi[data-glyph=text]:before { content:'\e0ca'; } .oi[data-glyph=thumb-down]:before { content:'\e0cb'; } .oi[data-glyph=thumb-up]:before { content:'\e0cc'; } .oi[data-glyph=timer]:before { content:'\e0cd'; } .oi[data-glyph=transfer]:before { content:'\e0ce'; } .oi[data-glyph=trash]:before { content:'\e0cf'; } .oi[data-glyph=underline]:before { content:'\e0d0'; } .oi[data-glyph=vertical-align-bottom]:before { content:'\e0d1'; } .oi[data-glyph=vertical-align-center]:before { content:'\e0d2'; } .oi[data-glyph=vertical-align-top]:before { content:'\e0d3'; } .oi[data-glyph=video]:before { content:'\e0d4'; } .oi[data-glyph=volume-high]:before { content:'\e0d5'; } .oi[data-glyph=volume-low]:before { content:'\e0d6'; } .oi[data-glyph=volume-off]:before { content:'\e0d7'; } .oi[data-glyph=warning]:before { content:'\e0d8'; } .oi[data-glyph=wifi]:before { content:'\e0d9'; } .oi[data-glyph=wrench]:before { content:'\e0da'; } .oi[data-glyph=x]:before { content:'\e0db'; } .oi[data-glyph=yen]:before { content:'\e0dc'; } .oi[data-glyph=zoom-in]:before { content:'\e0dd'; } .oi[data-glyph=zoom-out]:before { content:'\e0de'; } ================================================ FILE: icon-packs/ikonli-paymentfont-pack/ikonli-paymentfont-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-paymentfont-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.paymentfont { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.paymentfont; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.paymentfont.PaymentFontIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.paymentfont.PaymentFontIkonProvider; } ================================================ FILE: icon-packs/ikonli-paymentfont-pack/src/main/java/org/kordamp/ikonli/paymentfont/PaymentFont.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.paymentfont; import org.kordamp.ikonli.Ikon; /** * @author Loïc Sculier aka typhon0 */ public enum PaymentFont implements Ikon { // last is f073 ALIPAY("pf-alipay", '\uf064'), AMAZON("pf-amazon", '\uf000'), AMAZON_PAY("pf-amazon-pay", '\uf072'), AMAZON_PAY_ALT("pf-amazon-pay-alt", '\uf073'), AMERICAN_EXPRESS("pf-american-express", '\uf001'), AMERICAN_EXPRESS_ALT("pf-american-express-alt", '\uf002'), APPLE_PAY("pf-apple-pay", '\uf04c'), ATM("pf-atm", '\uf003'), BANCONTACT_MISTER_CASH("pf-bancontact-mister-cash", '\uf050'), BANKOMAT("pf-bankomat", '\uf004'), BANK_TRANSFER("pf-bank-transfer", '\uf005'), BITCOIN("pf-bitcoin", '\uf006'), BITCOIN_SIGN("pf-bitcoin-sign", '\uf007'), BITPAY("pf-bitpay", '\uf061'), BPAY("pf-bpay", '\uf06b'), BRAINTREE("pf-braintree", '\uf008'), BTC("pf-btc", '\uf009'), CARD("pf-card", '\uf00a'), CARTA_SI("pf-carta-si", '\uf00b'), CASH("pf-cash", '\uf00c'), CASHCLOUD("pf-cashcloud", '\uf05e'), CASH_ON_DELIVERY("pf-cash-on-delivery", '\uf00d'), CASH_ON_PICKUP("pf-cash-on-pickup", '\uf053'), CB("pf-cb", '\uf00e'), CIRRUS("pf-cirrus", '\uf00f'), CIRRUS_ALT("pf-cirrus-alt", '\uf010'), CLICKANDBUY("pf-clickandbuy", '\uf011'), CONTACTLESS("pf-contactless", '\uf06c'), CONTACTLESS_ALT("pf-contactless-alt", '\uf06d'), CREDIT_CARD("pf-credit-card", '\uf012'), DANKORT("pf-dankort", '\uf04f'), DINERS("pf-diners", '\uf013'), DINERS_ALT("pf-diners-alt", '\uf065'), DIRECT_DEBIT("pf-direct-debit", '\uf069'), DISCOVER("pf-discover", '\uf014'), EC("pf-ec", '\uf015'), ELO("pf-elo", '\uf055'), ELO_ALT("pf-elo-alt", '\uf056'), EPS("pf-eps", '\uf016'), ETH("pf-eth", '\uf06e'), EUR("pf-eur", '\uf017'), FACTURE("pf-facture", '\uf018'), FATTURA("pf-fattura", '\uf019'), FLATTR("pf-flattr", '\uf01a'), GIROPAY("pf-giropay", '\uf01b'), GOOGLE_WALLET("pf-google-wallet", '\uf01c'), GOOGLE_WALLET_ALT("pf-google-wallet-alt", '\uf01d'), GPB("pf-gpb", '\uf01e'), GRATIPAY("pf-gratipay", '\uf01f'), GRATIPAY_SIGN("pf-gratipay-sign", '\uf05c'), HIPERCARD("pf-hipercard", '\uf066'), IDEAL("pf-ideal", '\uf020'), ILS("pf-ils", '\uf021'), INR("pf-inr", '\uf022'), INTERAC("pf-interac", '\uf04d'), INTERAC_ALT("pf-interac-alt", '\uf05f'), INVOICE("pf-invoice", '\uf023'), INVOICE_SIGN("pf-invoice-sign", '\uf024'), INVOICE_SIGN_ALT("pf-invoice-sign-alt", '\uf025'), INVOICE_SIGN_ALT_O("pf-invoice-sign-alt-o", '\uf026'), INVOICE_SIGN_O("pf-invoice-sign-o", '\uf027'), JCB("pf-jcb", '\uf028'), JPY("pf-jpy", '\uf029'), KLARNA("pf-klarna", '\uf060'), KRW("pf-krw", '\uf02a'), LTC("pf-ltc", '\uf06f'), MAESTRO("pf-maestro", '\uf02b'), MAESTRO_ALT("pf-maestro-alt", '\uf02c'), MASTERCARD("pf-mastercard", '\uf02d'), MASTERCARD_ALT("pf-mastercard-alt", '\uf02e'), MASTERCARD_SECURECODE("pf-mastercard-securecode", '\uf02f'), MERCADO_PAGO("pf-mercado-pago", '\uf058'), MERCADO_PAGO_SIGN("pf-mercado-pago-sign", '\uf059'), MOIP("pf-moip", '\uf051'), MULTIBANCO("pf-multibanco", '\uf05b'), OGONE("pf-ogone", '\uf030'), PAGSEGURO("pf-pagseguro", '\uf052'), PAYBOX("pf-paybox", '\uf031'), PAYLIFE("pf-paylife", '\uf032'), PAYMILL("pf-paymill", '\uf04e'), PAYPAL("pf-paypal", '\uf033'), PAYPAL_ALT("pf-paypal-alt", '\uf034'), PAYSAFECARD("pf-paysafecard", '\uf035'), PAYSHOP("pf-payshop", '\uf05a'), PAYU("pf-payu", '\uf057'), POSTEPAY("pf-postepay", '\uf036'), QUICK("pf-quick", '\uf037'), RECHNUNG("pf-rechnung", '\uf038'), RIPPLE("pf-ripple", '\uf039'), RUB("pf-rub", '\uf03a'), SAGE("pf-sage", '\uf054'), SEPA("pf-sepa", '\uf04a'), SEPA_ALT("pf-sepa-alt", '\uf04b'), SHOPIFY("pf-shopify", '\uf068'), SIX("pf-six", '\uf05d'), SKRILL("pf-skrill", '\uf03b'), SKRILL_ALT("pf-skrill-alt", '\uf067'), SODEXO("pf-sodexo", '\uf06a'), SOFORT("pf-sofort", '\uf03c'), SQUARE("pf-square", '\uf03d'), STRIPE("pf-stripe", '\uf03e'), TRUSTE("pf-truste", '\uf03f'), TRY("pf-try", '\uf040'), UNIONPAY("pf-unionpay", '\uf041'), USD("pf-usd", '\uf042'), VENMO("pf-venmo", '\uf062'), VERIFIED_BY_VISA("pf-verified-by-visa", '\uf043'), VERISIGN("pf-verisign", '\uf044'), VISA("pf-visa", '\uf045'), VISA_DEBIT("pf-visa-debit", '\uf063'), VISA_ELECTRON("pf-visa-electron", '\uf046'), VISA_PAY("pf-visa-pay", '\uf070'), WECHAT_PAY("pf-wechat-pay", '\uf071'), WESTERN_UNION("pf-western-union", '\uf047'), WESTERN_UNION_ALT("pf-western-union-alt", '\uf048'), WIRECARD("pf-wirecard", '\uf049'); public static PaymentFont findByDescription(String description) { for (PaymentFont font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; PaymentFont(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-paymentfont-pack/src/main/java/org/kordamp/ikonli/paymentfont/PaymentFontIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.paymentfont; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Loïc Sculier aka typhon0 */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class PaymentFontIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/paymentfont/1.2.5/fonts/paymentfont-webfont.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("pf-"); } @Override public Ikon resolve(String description) { return PaymentFont.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "paymentfont-webfont"; } } ================================================ FILE: icon-packs/ikonli-paymentfont-pack/src/main/java/org/kordamp/ikonli/paymentfont/PaymentFontIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.paymentfont; import org.kordamp.ikonli.IkonProvider; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class PaymentFontIkonProvider implements IkonProvider { @Override public Class getIkon() { return PaymentFont.class; } } ================================================ FILE: icon-packs/ikonli-paymentfont-pack/src/main/resources/META-INF/resources/paymentfont/1.2.5/css/paymentfont.css ================================================ /*! * PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io * License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { font-family: 'PaymentFont'; src: url('../fonts/paymentfont-webfont.eot'); src: url('../fonts/paymentfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/paymentfont-webfont.woff') format('woff2'), url('../fonts/paymentfont-webfont.woff') format('woff'), url('../fonts/paymentfont-webfont.ttf') format('truetype'), url('../fonts/paymentfont-webfont.svg#paymentfont-webfont') format('svg'); font-weight: normal; font-style: normal; } .pf { display: inline-block; font: normal normal normal 14px/1 PaymentFont; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .pf-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .pf-2x { font-size: 2em; } .pf-3x { font-size: 3em; } .pf-4x { font-size: 4em; } .pf-5x { font-size: 5em; } .pf-amazon:before { content: "\f000"; } .pf-american-express:before { content: "\f001"; } .pf-american-express-alt:before { content: "\f002"; } .pf-atm:before { content: "\f003"; } .pf-bankomat:before { content: "\f004"; } .pf-bank-transfer:before { content: "\f005"; } .pf-bitcoin:before { content: "\f006"; } .pf-bitcoin-sign:before { content: "\f007"; } .pf-braintree:before { content: "\f008"; } .pf-btc:before { content: "\f009"; } .pf-card:before { content: "\f00a"; } .pf-carta-si:before { content: "\f00b"; } .pf-cash:before { content: "\f00c"; } .pf-cash-on-delivery:before { content: "\f00d"; } .pf-cb:before { content: "\f00e"; } .pf-cirrus:before { content: "\f00f"; } .pf-cirrus-alt:before { content: "\f010"; } .pf-clickandbuy:before { content: "\f011"; } .pf-credit-card:before { content: "\f012"; } .pf-diners:before { content: "\f013"; } .pf-discover:before { content: "\f014"; } .pf-ec:before { content: "\f015"; } .pf-eps:before { content: "\f016"; } .pf-eur:before { content: "\f017"; } .pf-facture:before { content: "\f018"; } .pf-fattura:before { content: "\f019"; } .pf-flattr:before { content: "\f01a"; } .pf-giropay:before { content: "\f01b"; } .pf-google-wallet:before { content: "\f01c"; } .pf-google-wallet-alt:before { content: "\f01d"; } .pf-gpb:before { content: "\f01e"; } .pf-gratipay:before { content: "\f01f"; } .pf-ideal:before { content: "\f020"; } .pf-ils:before { content: "\f021"; } .pf-inr:before { content: "\f022"; } .pf-invoice:before { content: "\f023"; } .pf-invoice-sign:before { content: "\f024"; } .pf-invoice-sign-alt:before { content: "\f025"; } .pf-invoice-sign-alt-o:before { content: "\f026"; } .pf-invoice-sign-o:before { content: "\f027"; } .pf-jcb:before { content: "\f028"; } .pf-jpy:before { content: "\f029"; } .pf-krw:before { content: "\f02a"; } .pf-maestro:before { content: "\f02b"; } .pf-maestro-alt:before { content: "\f02c"; } .pf-mastercard:before { content: "\f02d"; } .pf-mastercard-alt:before { content: "\f02e"; } .pf-mastercard-securecode:before { content: "\f02f"; } .pf-ogone:before { content: "\f030"; } .pf-paybox:before { content: "\f031"; } .pf-paylife:before { content: "\f032"; } .pf-paypal:before { content: "\f033"; } .pf-paypal-alt:before { content: "\f034"; } .pf-paysafecard:before { content: "\f035"; } .pf-postepay:before { content: "\f036"; } .pf-quick:before { content: "\f037"; } .pf-rechnung:before { content: "\f038"; } .pf-ripple:before { content: "\f039"; } .pf-rub:before { content: "\f03a"; } .pf-skrill:before { content: "\f03b"; } .pf-sofort:before { content: "\f03c"; } .pf-square:before { content: "\f03d"; } .pf-stripe:before { content: "\f03e"; } .pf-truste:before { content: "\f03f"; } .pf-try:before { content: "\f040"; } .pf-unionpay:before { content: "\f041"; } .pf-usd:before { content: "\f042"; } .pf-verified-by-visa:before { content: "\f043"; } .pf-verisign:before { content: "\f044"; } .pf-visa:before { content: "\f045"; } .pf-visa-electron:before { content: "\f046"; } .pf-western-union:before { content: "\f047"; } .pf-western-union-alt:before { content: "\f048"; } .pf-wirecard:before { content: "\f049"; } .pf-sepa:before { content: "\f04a"; } .pf-sepa-alt:before { content: "\f04b"; } .pf-apple-pay:before { content: "\f04c"; } .pf-interac:before { content: "\f04d"; } .pf-paymill:before { content: "\f04e"; } .pf-dankort:before { content: "\f04f"; } .pf-bancontact-mister-cash:before { content: "\f050"; } .pf-moip:before { content: "\f051"; } .pf-pagseguro:before { content: "\f052"; } .pf-cash-on-pickup:before { content: "\f053"; } .pf-sage:before { content: "\f054"; } .pf-elo:before { content: "\f055"; } .pf-elo-alt:before { content: "\f056"; } .pf-payu:before { content: "\f057"; } .pf-mercado-pago:before { content: "\f058"; } .pf-mercado-pago-sign:before { content: "\f059"; } .pf-payshop:before { content: "\f05a"; } .pf-multibanco:before { content: "\f05b"; } .pf-gratipay-sign:before { content: "\f05c"; } .pf-six:before { content: "\f05d"; } .pf-cashcloud:before { content: "\f05e"; } .pf-interac-alt:before { content: "\f05f"; } .pf-klarna:before { content: "\f060"; } .pf-bitpay:before { content: "\f061"; } .pf-venmo:before { content: "\f062"; } .pf-visa-debit:before { content: "\f063"; } .pf-alipay:before { content: "\f064"; } .pf-diners-alt:before { content: "\f065"; } .pf-hipercard:before { content: "\f066"; } .pf-skrill-alt:before { content: "\f067"; } .pf-shopify:before { content: "\f068"; } .pf-direct-debit:before { content: "\f069"; } .pf-sodexo:before { content: "\f06a"; } .pf-bpay:before { content: "\f06b"; } .pf-contactless:before { content: "\f06c"; } .pf-contactless-alt:before { content: "\f06d"; } .pf-eth:before { content: "\f06e"; } .pf-ltc:before { content: "\f06f"; } .pf-visa-pay:before { content: "\f070"; } .pf-wechat-pay:before { content: "\f071"; } .pf-amazon-pay:before { content: "\f072"; } .pf-amazon-pay-alt:before { content: "\f073"; } /* * Finito! */ ================================================ FILE: icon-packs/ikonli-prestashopicons-pack/ikonli-prestashopicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-prestashopicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.prestashopicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.prestashopicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.prestashopicons.PrestaShopIconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.prestashopicons.PrestaShopIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-prestashopicons-pack/src/main/java/org/kordamp/ikonli/prestashopicons/PrestaShopIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.prestashopicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum PrestaShopIcons implements Ikon { PS_30_80("ps-30-80", '\ue09d'), PS_40_105("ps-40-105", '\ue09e'), PS_50_120("ps-50-120", '\ue09f'), PS_60_140("ps-60-140", '\ue0a0'), PS_70_160("ps-70-160", '\ue0a1'), PS_95_200("ps-95-200", '\ue0a2'), AIM("ps-aim", 'a'), AIM_ALT("ps-aim-alt", '\ue036'), AIRPLANE("ps-airplane", '\ue0a3'), ALIGN_CENTERED("ps-align-centered", '\ue128'), ALIGN_JUSTIFIED("ps-align-justified", '\ue11b'), ALIGN_LEFT("ps-align-left", '\ue11d'), ALIGN_RIGHT("ps-align-right", '\ue11c'), AMAZON("ps-amazon", '\ue037'), AMBULANCE("ps-ambulance", '\ue162'), ANCHOR("ps-anchor", '\ue101'), ANY_SOLVENT("ps-any-solvent", '\ue0a4'), ANY_SOLVENT_WITHOUT_TETRACHLORETHYLENE("ps-any-solvent-without-tetrachlorethylene", '\ue0a5'), APPLE("ps-apple", '\ue039'), APPS("ps-apps", '\ue0c2'), APP_STORE("ps-app-store", '\ue038'), ARCHIVE("ps-archive", '\ue157'), ARROW_BOX("ps-arrow-box", '\ue141'), ARROW_DOWN("ps-arrow-down", '\ue158'), ARROW_LEFT("ps-arrow-left", '\ue159'), ARROW_RIGHT("ps-arrow-right", '\ue115'), ARROW_UP("ps-arrow-up", '\ue15a'), ARTO("ps-arto", 'b'), ASTERISK("ps-asterisk", '\ue15b'), ATTACHMENT("ps-attachment", '\ue0a6'), AWS("ps-aws", 'c'), BACKPACK("ps-backpack", '\ue14d'), BAIDU("ps-baidu", 'd'), BANK_SAFE("ps-bank-safe", '\ue03d'), BARREL("ps-barrel", '\ue0a8'), BAR_CODE("ps-bar-code", '\ue10b'), BASECAMP("ps-basecamp", 'e'), BATTERY("ps-battery", '\ue150'), BATTERY_CHARGE("ps-battery-charge", '\ue151'), BEBO("ps-bebo", 'f'), BEER("ps-beer", '\ue10d'), BEHANCE("ps-behance", 'g'), BELL("ps-bell", '\ue10e'), BIKE("ps-bike", '\ue0a9'), BING("ps-bing", 'h'), BIRTHDAY("ps-birthday", '\ue177'), BLASTER("ps-blaster", '\ue03f'), BLIP("ps-blip", 'i'), BLOGGER("ps-blogger", 'j'), BNTER("ps-bnter", 'k'), BOARD("ps-board", '\ue16e'), BOILED_EGG("ps-boiled-egg", '\ue041'), BOILED_EGG_FINGER("ps-boiled-egg-finger", '\ue042'), BONNET("ps-bonnet", '\ue172'), BOOK("ps-book", '\ue11f'), BOOK_TAG("ps-book-tag", '\ue10f'), BRANCH("ps-branch", '\ue0ce'), BRIGHTKITE("ps-brightkite", 'l'), BROKEN_LINK("ps-broken-link", '\ue0ab'), BROWSER("ps-browser", '\ue15c'), BUBBLE("ps-bubble", '\ue0ac'), BUG("ps-bug", '\ue124'), BUILDING("ps-building", '\ue125'), BULL_LEFT("ps-bull-left", '\ue132'), BULL_RIGHT("ps-bull-right", '\ue131'), BURGER("ps-burger", '\ue17d'), BUS_LONDON("ps-bus-london", '\ue0d0'), CALENDAR("ps-calendar", '\ue126'), CALENDAR_GRID("ps-calendar-grid", '\ue127'), CAMERA("ps-camera", '\ue129'), CAR("ps-car", '\ue0ae'), CART("ps-cart", '\ue043'), CART_SUPERMARKET("ps-cart-supermarket", '\ue096'), CHAT("ps-chat", '\ue134'), CHAT_ALT("ps-chat-alt", '\ue133'), CHECK("ps-check", '\ue15d'), CHECKED("ps-checked", '\ue161'), CHECK_BOX("ps-check-box", '\ue12b'), CHECK_BOX_EMPTY("ps-check-box-empty", '\ue12a'), CINCH("ps-cinch", 'm'), CLOCK("ps-clock", '\ue14b'), CLOTHES_WATER("ps-clothes-water", '\ue0fd'), CLOUD("ps-cloud", '\ue15e'), CLOUDAPP("ps-cloudapp", 'n'), CLUBS_CARD("ps-clubs-card", '\ue169'), COCKTAIL("ps-cocktail", '\ue0af'), CODE("ps-code", '\ue135'), COFFEE("ps-coffee", '\ue12e'), COFFEE_HOT("ps-coffee-hot", '\ue12f'), COIN("ps-coin", '\ue044'), COINS("ps-coins", '\ue045'), COMPASS("ps-compass", '\ue130'), CONTACT("ps-contact", '\ue173'), CONTRAST("ps-contrast", '\ue11a'), COOKIE("ps-cookie", '\ue175'), COPY("ps-copy", '\ue13a'), COROFLOT("ps-coroflot", 'o'), COUPLE("ps-couple", '\ue046'), CPU("ps-cpu", '\ue17a'), CREATIVE_COMMONS("ps-creative-commons", 'p'), CREDIT_CARD("ps-credit-card", '\ue047'), CROP("ps-crop", '\ue13c'), CROWN("ps-crown", '\ue048'), CUTLERY("ps-cutlery", '\ue155'), DAFT_PUNK("ps-daft-punk", '\ue049'), DAILYBOOTH("ps-dailybooth", 'q'), DASHBOARD("ps-dashboard", '\ue143'), DATA_BOARD("ps-data-board", '\ue16d'), DELETE("ps-delete", '\ue099'), DELICIOUS("ps-delicious", 'r'), DESIGNBUMP("ps-designbump", 's'), DESIGNFLOAT("ps-designfloat", 't'), DESIGNMOO("ps-designmoo", 'u'), DEVIANTART("ps-deviantart", 'v'), DIAMONDS_CARD("ps-diamonds-card", '\ue168'), DIGG("ps-digg", 'w'), DIGG_ALT("ps-digg-alt", 'x'), DIIGO("ps-diigo", 'y'), DISABLED("ps-disabled", '\ue0c5'), DOLLARS("ps-dollars", '\ue04b'), DOLLAR_BILL("ps-dollar-bill", '\ue04a'), DOUBLE_ARROW("ps-double-arrow", '\ue0b5'), DOWN("ps-down", '\ue105'), DOWNLOAD("ps-download", '\ue145'), DOWNLOAD_FROM_CLOUD("ps-download-from-cloud", '\ue15f'), DOWN_ARROW_CIRCLE("ps-down-arrow-circle", '\ue116'), DO_NOT_BLEACH("ps-do-not-bleach", '\ue0b0'), DO_NOT_DRY("ps-do-not-dry", '\ue0b1'), DO_NOT_IRON("ps-do-not-iron", '\ue0b2'), DO_NOT_WASH("ps-do-not-wash", '\ue0b3'), DO_NOT_WRING("ps-do-not-wring", '\ue0b4'), DRIBBBLE("ps-dribbble", 'z'), DRIP_DRY("ps-drip-dry", '\ue0b6'), DROP("ps-drop", '\ue0b7'), DROPBOX("ps-dropbox", 'A'), DRUPAL("ps-drupal", 'B'), DRY("ps-dry", '\ue0b8'), DRY_FLAT("ps-dry-flat", '\ue0b9'), DRY_IN_THE_SHADE("ps-dry-in-the-shade", '\ue0ba'), DRY_NORMAL_HIGHT_HEAT("ps-dry-normal-hight-heat", '\ue0bb'), DRY_NORMAL_LOW_HEAT("ps-dry-normal-low-heat", '\ue0bc'), DRY_NORMAL_NO_HEAT("ps-dry-normal-no-heat", '\ue0be'), DZONE("ps-dzone", 'C'), EBAY("ps-ebay", 'D'), EGG("ps-egg", '\ue04f'), EJECT("ps-eject", '\ue0bf'), EMBER("ps-ember", 'E'), ENLARGE("ps-enlarge", '\ue077'), ETSY("ps-etsy", 'F'), EURO_BILL("ps-euro-bill", '\ue051'), EVERNOTE("ps-evernote", 'G'), EXTINGUISHER("ps-extinguisher", '\ue052'), EYE("ps-eye", '\ue148'), FACEBOOK("ps-facebook", 'H'), FACEBOOK_ALT("ps-facebook-alt", 'I'), FACEBOOK_PLACES("ps-facebook-places", 'J'), FACTO("ps-facto", 'K'), FEEDBURNER("ps-feedburner", 'L'), FILE("ps-file", '\ue13b'), FILM("ps-film", '\ue0c1'), FILTER("ps-filter", '\ue0e4'), FIRE("ps-fire", '\ue147'), FISH("ps-fish", '\ue174'), FLAG("ps-flag", '\ue138'), FLAG_CORNER("ps-flag-corner", '\ue136'), FLAG_SCOUT("ps-flag-scout", '\ue137'), FLICKR("ps-flickr", 'M'), FOLDER("ps-folder", '\ue14a'), FOLKD("ps-folkd", 'N'), FORBIDDEN("ps-forbidden", '\ue109'), FORMSPRING("ps-formspring", 'O'), FORRST("ps-forrst", 'P'), FORWARD("ps-forward", '\ue107'), FOURSQUARE("ps-foursquare", 'Q'), FRIED_EGG("ps-fried-egg", '\ue050'), FRIENDFEED("ps-friendfeed", 'R'), FRIENDSTER("ps-friendster", 'S'), FUCK("ps-fuck", '\ue053'), FULL_SCREEN("ps-full-screen", '\ue054'), GAMEPAD("ps-gamepad", '\ue055'), GDGT("ps-gdgt", 'T'), GIFT("ps-gift", '\ue154'), GIRL("ps-girl", '\ue03a'), GIRL_2("ps-girl-2", '\ue056'), GIRL_ANGEL("ps-girl-angel", '\ue057'), GIRL_ANGRY("ps-girl-angry", '\ue058'), GIRL_BIG_SMILE("ps-girl-big-smile", '\ue059'), GIRL_CONFUSED("ps-girl-confused", '\ue03c'), GIRL_CRY("ps-girl-cry", '\ue05a'), GIRL_FLUSHED("ps-girl-flushed", '\ue05b'), GIRL_OPEN_MOUTH("ps-girl-open-mouth", '\ue05c'), GIRL_O_MOUTH("ps-girl-o-mouth", '\ue069'), GIRL_SAD("ps-girl-sad", '\ue03b'), GIRL_SAD_HUNAPPY("ps-girl-sad-hunappy", '\ue166'), GIRL_SLEEP("ps-girl-sleep", '\ue05d'), GIRL_SMILE("ps-girl-smile", '\ue05e'), GIRL_USER("ps-girl-user", '\ue05f'), GITHUB("ps-github", 'U'), GITHUB_ALT("ps-github-alt", 'V'), GLOBE("ps-globe", '\ue170'), GOODREADS("ps-goodreads", 'W'), GOOGLE("ps-google", 'X'), GOOGLE_BUZZ("ps-google-buzz", 'Y'), GOOGLE_TALK("ps-google-talk", 'Z'), GOWALLA("ps-gowalla", '0'), GOWALLA_ALT("ps-gowalla-alt", '1'), GROOVESHARK("ps-grooveshark", '2'), GUN("ps-gun", '\ue0c3'), GUY("ps-guy", '\ue060'), GUY_ANGEL("ps-guy-angel", '\ue061'), GUY_ANGRY("ps-guy-angry", '\ue062'), GUY_BIG_SMILE("ps-guy-big-smile", '\ue063'), GUY_CONFUSED("ps-guy-confused", '\ue064'), GUY_CRY("ps-guy-cry", '\ue065'), GUY_FLUSHED("ps-guy-flushed", '\ue066'), GUY_HAPPY("ps-guy-happy", '\ue067'), GUY_OPEN_MOUTH("ps-guy-open-mouth", '\ue06a'), GUY_O_MOUTH("ps-guy-o-mouth", '\ue068'), GUY_SAD("ps-guy-sad", '\ue06b'), GUY_SLEEP("ps-guy-sleep", '\ue06c'), GUY_SMILE("ps-guy-smile", '\ue06d'), GUY_USER("ps-guy-user", '\ue06e'), GUY_WRONG("ps-guy-wrong", '\ue06f'), HACKER_NEWS("ps-hacker-news", '3'), HAND("ps-hand", '\ue070'), HAND_POINTER_LEFT("ps-hand-pointer-left", '\ue071'), HAND_POINTER_RIGHT("ps-hand-pointer-right", '\ue072'), HAND_POINTER_TOP("ps-hand-pointer-top", '\ue073'), HAND_WASH("ps-hand-wash", '\ue0c4'), HANG_TO_DRY("ps-hang-to-dry", '\ue0c6'), HARD_DRIVE("ps-hard-drive", '\ue0c7'), HEADPHONES("ps-headphones", '\ue04d'), HEADSET("ps-headset", '\ue04e'), HEARTS_CARD("ps-hearts-card", '\ue16a'), HEAT("ps-heat", '\ue0bd'), HELM("ps-helm", '\ue040'), HI5("ps-hi5", '4'), HOME("ps-home", '\ue17e'), HOTDOG("ps-hotdog", '\ue075'), HOURGLASS("ps-hourglass", '\ue0c8'), HUNGRY("ps-hungry", '\ue076'), HYPE_MACHINE("ps-hype-machine", '5'), HYVES("ps-hyves", '6'), ICQ("ps-icq", '7'), IDENTI("ps-identi", '8'), IMAGE("ps-image", '\ue153'), IMPORTANT("ps-important", '\ue0c9'), INSTAPAPER("ps-instapaper", '9'), IPAD("ps-ipad", '\ue13e'), IPHONE("ps-iphone", '\ue13d'), IPOD("ps-ipod", '\ue14e'), IRON_ANY_TEMP("ps-iron-any-temp", '\ue0ca'), ITUNES("ps-itunes", '!'), IWATCH("ps-iwatch", '\ue14f'), JUSTICE("ps-justice", '\ue0cb'), KEYBOARD("ps-keyboard", '\ue0cc'), KIK("ps-kik", '"'), KROP("ps-krop", '#'), LAB("ps-lab", '\ue10c'), LABEL("ps-label", '\ue121'), LABEL_HOGWARTS("ps-label-hogwarts", '\ue120'), LAPTOP("ps-laptop", '\ue078'), LAST("ps-last", '$'), LEAF("ps-leaf", '\ue122'), LEFT("ps-left", '\ue102'), LEFT_ARROW_CIRCLE("ps-left-arrow-circle", '\ue119'), LEGO("ps-lego", '\ue17f'), LIGHTNING("ps-lightning", '\ue152'), LINK("ps-link", '\ue0cd'), LINKEDIN("ps-linkedin", '%'), LINKEDIN_ALT("ps-linkedin-alt", '&'), LIQUOR("ps-liquor", '\ue0cf'), LIVEJOURNAL("ps-livejournal", '\''), LOVEDSGN("ps-lovedsgn", '('), MAC("ps-mac", '\ue13f'), MACHINE_WASH("ps-machine-wash", '\ue0d1'), MACHINE_WASH_GENTLE_OR_DELICATE("ps-machine-wash-gentle-or-delicate", '\ue0d2'), MACHINE_WASH_PERMANENT_PRESS("ps-machine-wash-permanent-press", '\ue0d3'), MAGNIFYING_GLASS("ps-magnifying-glass", '\ue0d5'), MAIL("ps-mail", '\ue079'), MAILBOX("ps-mailbox", '\ue163'), MAIL_BACK("ps-mail-back", '\ue07a'), MAIL_BILL("ps-mail-bill", '\ue07b'), MAIL_STAMP("ps-mail-stamp", '\ue07c'), MAN("ps-man", '\ue0da'), MAXIMUM_TEMP_110_230("ps-maximum-temp-110-230", '\ue0d6'), MAXIMUM_TEMP_150_300("ps-maximum-temp-150-300", '\ue0d7'), MAXIMUM_TEMP_200_390("ps-maximum-temp-200-390", '\ue0d8'), MAYO_HOTDOG("ps-mayo-hotdog", '\ue074'), MEETUP("ps-meetup", ')'), MEGAPHONE("ps-megaphone", '\ue0d9'), METACAFE("ps-metacafe", '*'), MIC("ps-mic", '\ue0db'), MIC_OFF("ps-mic-off", '\ue0dc'), MILKSHAKE("ps-milkshake", '\ue17b'), MING("ps-ming", '+'), MINUS("ps-minus", '\ue114'), MINUS_BOX("ps-minus-box", '\ue112'), MINUS_CIRCLE("ps-minus-circle", '\ue11e'), MINUS_CIRCLE_1("ps-minus-circle-1", '\ue110'), MISTER_WONG("ps-mister-wong", ','), MIXX("ps-mixx", '-'), MIXX_ALT("ps-mixx-alt", '.'), MOBILEME("ps-mobileme", '/'), MOON("ps-moon", '\ue07d'), MOUSE("ps-mouse", '\ue14c'), MSN_MESSENGER("ps-msn-messenger", ':'), MUSIC("ps-music", '\ue04c'), MUSIC_SCORE("ps-music-score", '\ue07e'), MYSPACE("ps-myspace", ';'), MYSPACE_ALT("ps-myspace-alt", '<'), NEWSVINE("ps-newsvine", '='), NEXT("ps-next", '\ue0dd'), NON_CHLORINE_BLEACH_IF_NEEDED("ps-non-chlorine-bleach-if-needed", '\ue0de'), NO_EYE("ps-no-eye", '\ue149'), OFFICIAL("ps-official", '>'), OPENID("ps-openid", '?'), OPEN_PADLOCK("ps-open-padlock", '\ue07f'), ORGANISATION("ps-organisation", '\ue080'), ORKUT("ps-orkut", '@'), PADLOCK("ps-padlock", '\ue081'), PANDORA("ps-pandora", '['), PANT("ps-pant", '\ue16c'), PAPER_TABLET("ps-paper-tablet", '\ue082'), PATH("ps-path", ']'), PAYPAL("ps-paypal", '^'), PC("ps-pc", '\ue178'), PDIDDY("ps-pdiddy", '\ue083'), PEN("ps-pen", '\ue156'), PENKNIFE("ps-penknife", '\ue0df'), PEOPLE_TEAM("ps-people-team", '\ue084'), PETROLEUM_SOLVENT_STEAM("ps-petroleum-solvent-steam", '\ue0e0'), PHONE("ps-phone", '\ue0e1'), PHOTOBUCKET("ps-photobucket", '_'), PIANO("ps-piano", '\ue0e2'), PICASA("ps-picasa", '`'), PICASSA("ps-picassa", '{'), PIGGY_BANK("ps-piggy-bank", '\ue085'), PIGGY_BANK_COINS("ps-piggy-bank-coins", '\ue086'), PIN("ps-pin", '\ue0e3'), PINBOARD("ps-pinboard", '|'), PING("ps-ping", '}'), PINGCHAT("ps-pingchat", '~'), PIN_MAP("ps-pin-map", '\ue171'), PIZZA("ps-pizza", '\ue176'), PLANE("ps-plane", '\ue0e5'), PLAY("ps-play", '\ue106'), PLAYSTATION("ps-playstation", '\\'), PLIXI("ps-plixi", '\ue000'), PLURK("ps-plurk", '\ue001'), PLUS("ps-plus", '\ue113'), PLUS_BOX("ps-plus-box", '\ue111'), PLUS_CIRCLE("ps-plus-circle", '\ue164'), PODCAST("ps-podcast", '\ue002'), POSTEROUS("ps-posterous", '\ue003'), POWER("ps-power", '\ue087'), PRESTON("ps-preston", '\ue180'), PREVIOUS("ps-previous", '\ue0e6'), PRINTER("ps-printer", '\ue088'), PRISON_SCHOOL_BUS("ps-prison-school-bus", '\ue0ad'), PROMO("ps-promo", '\ue089'), PULL("ps-pull", '\ue16b'), PUZZLE("ps-puzzle", '\ue08a'), QIK("ps-qik", '\ue004'), QUIK("ps-quik", '\ue005'), QUORA("ps-quora", '\ue006'), QUOTE("ps-quote", '\ue0e7'), RADIO("ps-radio", '\ue12d'), RADIO_EMPTY("ps-radio-empty", '\ue12c'), RAM("ps-ram", '\ue179'), RANDOM("ps-random", '\ue140'), RDIO("ps-rdio", '\ue007'), READERNAUT("ps-readernaut", '\ue008'), REDDIT("ps-reddit", '\ue009'), RESIZE("ps-resize", '\ue08b'), RETWEET("ps-retweet", '\ue00a'), RETWEET_1("ps-retweet-1", '\ue0e8'), REWIND("ps-rewind", '\ue108'), RIGHT("ps-right", '\ue103'), RIGHT_ARROW_CIRCLE("ps-right-arrow-circle", '\ue118'), ROAD("ps-road", '\ue08c'), ROBO("ps-robo", '\ue00b'), ROW_SETTING("ps-row-setting", '\ue139'), RSS("ps-rss", '\ue00c'), RSS_ICON("ps-rss-icon", '\ue08d'), SAFE("ps-safe", '\ue08e'), SALE_TAG("ps-sale-tag", '\ue08f'), SAVE("ps-save", '\ue090'), SCISSORS("ps-scissors", '\ue142'), SCRIBD("ps-scribd", '\ue00d'), SHARETHIS("ps-sharethis", '\ue00e'), SHIELD("ps-shield", '\ue091'), SHOE("ps-shoe", '\ue16f'), SHOPPING_CART("ps-shopping-cart", '\ue03e'), SIGN("ps-sign", '\ue093'), SIMPLENOTE("ps-simplenote", '\ue00f'), SKYPE("ps-skype", '\ue010'), SLASHDOT("ps-slashdot", '\ue011'), SLIDESHARE("ps-slideshare", '\ue012'), SMUGMUG("ps-smugmug", '\ue013'), SOUND("ps-sound", '\ue0e9'), SOUNDCLOUD("ps-soundcloud", '\ue014'), SOUND_DOWN("ps-sound-down", '\ue0ea'), SOUND_LEVEL_ONE("ps-sound-level-one", '\ue0eb'), SOUND_LEVEL_TWO("ps-sound-level-two", '\ue0ec'), SOUND_PLUS("ps-sound-plus", '\ue0ed'), SPADES_CARD("ps-spades-card", '\ue167'), SPOTIFY("ps-spotify", '\ue015'), SQUARESPACE("ps-squarespace", '\ue016'), SQUIDOO("ps-squidoo", '\ue017'), SREENSHOT("ps-sreenshot", '\ue094'), STATS("ps-stats", '\ue10a'), STEAM("ps-steam", '\ue018'), STETHOSCOPE("ps-stethoscope", '\ue0ee'), STORE("ps-store", '\ue092'), STUMBLEUPON("ps-stumbleupon", '\ue019'), SUITCASE("ps-suitcase", '\ue0ef'), SUN("ps-sun", '\ue095'), SWITCH("ps-switch", '\ue0c0'), TACOS("ps-tacos", '\ue17c'), TAG("ps-tag", '\ue097'), TARGET("ps-target", '\ue0f0'), TECHNORATI("ps-technorati", '\ue01a'), THREEWORDS("ps-threewords", '\ue01b'), TICKET("ps-ticket", '\ue0f1'), TOKEN("ps-token", '\ue098'), TRIANGLE("ps-triangle", '\ue0aa'), TRIBE("ps-tribe", '\ue01c'), TRIPIT("ps-tripit", '\ue01d'), TROPHY("ps-trophy", '\ue0f2'), TRUCK("ps-truck", '\ue165'), TRUCK_1("ps-truck-1", '\ue0f6'), TUMBLE_DRY("ps-tumble-dry", '\ue0f3'), TUMBLR("ps-tumblr", '\ue01e'), TWITTER("ps-twitter", '\ue01f'), TWITTER_ALT("ps-twitter-alt", '\ue020'), UFO("ps-ufo", '\ue0f4'), UP("ps-up", '\ue104'), UPLOAD("ps-upload", '\ue146'), UPLOAD_TO_CLOUD("ps-upload-to-cloud", '\ue160'), UP_ARROW_CIRCLE("ps-up-arrow-circle", '\ue117'), USER("ps-user", '\ue09a'), VCARD("ps-vcard", '\ue021'), VIDDLER("ps-viddler", '\ue022'), VIDEO_CAMERA("ps-video-camera", '\ue0f5'), VIMEO("ps-vimeo", '\ue023'), VIRB("ps-virb", '\ue024'), W3("ps-w3", '\ue025'), WALLET("ps-wallet", '\ue09b'), WAND("ps-wand", '\ue0d4'), WARNING("ps-warning", '\ue0a7'), WATCH("ps-watch", '\ue09c'), WATER_TEMPERATURE_30("ps-water-temperature-30", '\ue0f7'), WATER_TEMPERATURE_40("ps-water-temperature-40", '\ue0f8'), WATER_TEMPERATURE_50("ps-water-temperature-50", '\ue0f9'), WATER_TEMPERATURE_60("ps-water-temperature-60", '\ue0fa'), WATER_TEMPERATURE_70("ps-water-temperature-70", '\ue0fb'), WATER_TEMPERATURE_95("ps-water-temperature-95", '\ue0fc'), WHATSAPP("ps-whatsapp", '\ue026'), WIKIPEDIA("ps-wikipedia", '\ue027'), WINDOWS("ps-windows", '\ue028'), WISTS("ps-wists", '\ue029'), WOMAN("ps-woman", '\ue0fe'), WORDPRESS("ps-wordpress", '\ue02a'), WORDPRESS_ALT("ps-wordpress-alt", '\ue02b'), WORK_CASE("ps-work-case", '\ue123'), WORLD("ps-world", '\ue144'), XING("ps-xing", '\ue02c'), YAHOO("ps-yahoo", '\ue02d'), YAHOO_BUZZ("ps-yahoo-buzz", '\ue02e'), YAHOO_MESSENGER("ps-yahoo-messenger", '\ue02f'), YELP("ps-yelp", '\ue030'), YOUTUBE("ps-youtube", '\ue031'), YOUTUBE_ALT("ps-youtube-alt", '\ue032'), ZERPLY("ps-zerply", '\ue033'), ZOOM_IN("ps-zoom-in", '\ue0ff'), ZOOM_OUT("ps-zoom-out", '\ue100'), ZOOTOOL("ps-zootool", '\ue034'), ZYNGA("ps-zynga", '\ue035'); public static PrestaShopIcons findByDescription(String description) { for (PrestaShopIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; PrestaShopIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-prestashopicons-pack/src/main/java/org/kordamp/ikonli/prestashopicons/PrestaShopIconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.prestashopicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class PrestaShopIconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/prestashopicons/0.8.0/fonts/prestashop-icon-font.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ps-"); } @Override public Ikon resolve(String description) { return PrestaShopIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "prestashop-official-pack"; } } ================================================ FILE: icon-packs/ikonli-prestashopicons-pack/src/main/java/org/kordamp/ikonli/prestashopicons/PrestaShopIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.prestashopicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class PrestaShopIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return PrestaShopIcons.class; } } ================================================ FILE: icon-packs/ikonli-prestashopicons-pack/src/main/resources/META-INF/resources/prestashopicons/0.8.0/css/prestashopicons.css ================================================ @charset "UTF-8"; @font-face { font-family: "prestashop-official-pack"; src:url("../fonts/prestashop-icon-font.eot"); src:url("../fonts/prestashop-icon-font.eot?#iefix") format("embedded-opentype"), url("../fonts/prestashop-icon-font.woff") format("woff"), url("../fonts/prestashop-icon-font.ttf") format("truetype"), url("../fonts/prestashop-icon-font.svg#prestashop-icon-font") format("svg"); font-weight: normal; font-style: normal; } [class^="ps-"], [class*=" ps-"] { font-family: "prestashop-official-pack" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ps-aim:before { content: "a"; } .ps-arto:before { content: "b"; } .ps-aws:before { content: "c"; } .ps-baidu:before { content: "d"; } .ps-basecamp:before { content: "e"; } .ps-bebo:before { content: "f"; } .ps-behance:before { content: "g"; } .ps-bing:before { content: "h"; } .ps-blip:before { content: "i"; } .ps-blogger:before { content: "j"; } .ps-bnter:before { content: "k"; } .ps-brightkite:before { content: "l"; } .ps-cinch:before { content: "m"; } .ps-cloudapp:before { content: "n"; } .ps-coroflot:before { content: "o"; } .ps-creative-commons:before { content: "p"; } .ps-dailybooth:before { content: "q"; } .ps-delicious:before { content: "r"; } .ps-designbump:before { content: "s"; } .ps-designfloat:before { content: "t"; } .ps-designmoo:before { content: "u"; } .ps-deviantart:before { content: "v"; } .ps-digg:before { content: "w"; } .ps-digg-alt:before { content: "x"; } .ps-diigo:before { content: "y"; } .ps-dribbble:before { content: "z"; } .ps-dropbox:before { content: "A"; } .ps-drupal:before { content: "B"; } .ps-dzone:before { content: "C"; } .ps-ebay:before { content: "D"; } .ps-ember:before { content: "E"; } .ps-etsy:before { content: "F"; } .ps-evernote:before { content: "G"; } .ps-facebook:before { content: "H"; } .ps-facebook-alt:before { content: "I"; } .ps-facebook-places:before { content: "J"; } .ps-facto:before { content: "K"; } .ps-feedburner:before { content: "L"; } .ps-flickr:before { content: "M"; } .ps-folkd:before { content: "N"; } .ps-formspring:before { content: "O"; } .ps-forrst:before { content: "P"; } .ps-foursquare:before { content: "Q"; } .ps-friendfeed:before { content: "R"; } .ps-friendster:before { content: "S"; } .ps-gdgt:before { content: "T"; } .ps-github:before { content: "U"; } .ps-github-alt:before { content: "V"; } .ps-goodreads:before { content: "W"; } .ps-google:before { content: "X"; } .ps-google-buzz:before { content: "Y"; } .ps-google-talk:before { content: "Z"; } .ps-gowalla:before { content: "0"; } .ps-gowalla-alt:before { content: "1"; } .ps-grooveshark:before { content: "2"; } .ps-hacker-news:before { content: "3"; } .ps-hi5:before { content: "4"; } .ps-hype-machine:before { content: "5"; } .ps-hyves:before { content: "6"; } .ps-icq:before { content: "7"; } .ps-identi:before { content: "8"; } .ps-instapaper:before { content: "9"; } .ps-itunes:before { content: "!"; } .ps-kik:before { content: "\""; } .ps-krop:before { content: "#"; } .ps-last:before { content: "$"; } .ps-linkedin:before { content: "%"; } .ps-linkedin-alt:before { content: "&"; } .ps-livejournal:before { content: "'"; } .ps-lovedsgn:before { content: "("; } .ps-meetup:before { content: ")"; } .ps-metacafe:before { content: "*"; } .ps-ming:before { content: "+"; } .ps-mister-wong:before { content: ","; } .ps-mixx:before { content: "-"; } .ps-mixx-alt:before { content: "."; } .ps-mobileme:before { content: "/"; } .ps-msn-messenger:before { content: ":"; } .ps-myspace:before { content: ";"; } .ps-myspace-alt:before { content: "<"; } .ps-newsvine:before { content: "="; } .ps-official:before { content: ">"; } .ps-openid:before { content: "?"; } .ps-orkut:before { content: "@"; } .ps-pandora:before { content: "["; } .ps-path:before { content: "]"; } .ps-paypal:before { content: "^"; } .ps-photobucket:before { content: "_"; } .ps-picasa:before { content: "`"; } .ps-picassa:before { content: "{"; } .ps-pinboard:before { content: "|"; } .ps-ping:before { content: "}"; } .ps-pingchat:before { content: "~"; } .ps-playstation:before { content: "\\"; } .ps-plixi:before { content: "\e000"; } .ps-plurk:before { content: "\e001"; } .ps-podcast:before { content: "\e002"; } .ps-posterous:before { content: "\e003"; } .ps-qik:before { content: "\e004"; } .ps-quik:before { content: "\e005"; } .ps-quora:before { content: "\e006"; } .ps-rdio:before { content: "\e007"; } .ps-readernaut:before { content: "\e008"; } .ps-reddit:before { content: "\e009"; } .ps-retweet:before { content: "\e00a"; } .ps-robo:before { content: "\e00b"; } .ps-rss:before { content: "\e00c"; } .ps-scribd:before { content: "\e00d"; } .ps-sharethis:before { content: "\e00e"; } .ps-simplenote:before { content: "\e00f"; } .ps-skype:before { content: "\e010"; } .ps-slashdot:before { content: "\e011"; } .ps-slideshare:before { content: "\e012"; } .ps-smugmug:before { content: "\e013"; } .ps-soundcloud:before { content: "\e014"; } .ps-spotify:before { content: "\e015"; } .ps-squarespace:before { content: "\e016"; } .ps-squidoo:before { content: "\e017"; } .ps-steam:before { content: "\e018"; } .ps-stumbleupon:before { content: "\e019"; } .ps-technorati:before { content: "\e01a"; } .ps-threewords:before { content: "\e01b"; } .ps-tribe:before { content: "\e01c"; } .ps-tripit:before { content: "\e01d"; } .ps-tumblr:before { content: "\e01e"; } .ps-twitter:before { content: "\e01f"; } .ps-twitter-alt:before { content: "\e020"; } .ps-vcard:before { content: "\e021"; } .ps-viddler:before { content: "\e022"; } .ps-vimeo:before { content: "\e023"; } .ps-virb:before { content: "\e024"; } .ps-w3:before { content: "\e025"; } .ps-whatsapp:before { content: "\e026"; } .ps-wikipedia:before { content: "\e027"; } .ps-windows:before { content: "\e028"; } .ps-wists:before { content: "\e029"; } .ps-wordpress:before { content: "\e02a"; } .ps-wordpress-alt:before { content: "\e02b"; } .ps-xing:before { content: "\e02c"; } .ps-yahoo:before { content: "\e02d"; } .ps-yahoo-buzz:before { content: "\e02e"; } .ps-yahoo-messenger:before { content: "\e02f"; } .ps-yelp:before { content: "\e030"; } .ps-youtube:before { content: "\e031"; } .ps-youtube-alt:before { content: "\e032"; } .ps-zerply:before { content: "\e033"; } .ps-zootool:before { content: "\e034"; } .ps-zynga:before { content: "\e035"; } .ps-aim-alt:before { content: "\e036"; } .ps-amazon:before { content: "\e037"; } .ps-app-store:before { content: "\e038"; } .ps-apple:before { content: "\e039"; } .ps-girl:before { content: "\e03a"; } .ps-girl-sad:before { content: "\e03b"; } .ps-girl-confused:before { content: "\e03c"; } .ps-bank-safe:before { content: "\e03d"; } .ps-shopping-cart:before { content: "\e03e"; } .ps-blaster:before { content: "\e03f"; } .ps-helm:before { content: "\e040"; } .ps-boiled-egg:before { content: "\e041"; } .ps-boiled-egg-finger:before { content: "\e042"; } .ps-cart:before { content: "\e043"; } .ps-coin:before { content: "\e044"; } .ps-coins:before { content: "\e045"; } .ps-couple:before { content: "\e046"; } .ps-credit-card:before { content: "\e047"; } .ps-crown:before { content: "\e048"; } .ps-daft-punk:before { content: "\e049"; } .ps-dollar-bill:before { content: "\e04a"; } .ps-dollars:before { content: "\e04b"; } .ps-music:before { content: "\e04c"; } .ps-headphones:before { content: "\e04d"; } .ps-headset:before { content: "\e04e"; } .ps-egg:before { content: "\e04f"; } .ps-fried-egg:before { content: "\e050"; } .ps-euro-bill:before { content: "\e051"; } .ps-extinguisher:before { content: "\e052"; } .ps-fuck:before { content: "\e053"; } .ps-full-screen:before { content: "\e054"; } .ps-gamepad:before { content: "\e055"; } .ps-girl-2:before { content: "\e056"; } .ps-girl-angel:before { content: "\e057"; } .ps-girl-angry:before { content: "\e058"; } .ps-girl-big-smile:before { content: "\e059"; } .ps-girl-cry:before { content: "\e05a"; } .ps-girl-flushed:before { content: "\e05b"; } .ps-girl-open-mouth:before { content: "\e05c"; } .ps-girl-sleep:before { content: "\e05d"; } .ps-girl-smile:before { content: "\e05e"; } .ps-girl-user:before { content: "\e05f"; } .ps-guy:before { content: "\e060"; } .ps-guy-angel:before { content: "\e061"; } .ps-guy-angry:before { content: "\e062"; } .ps-guy-big-smile:before { content: "\e063"; } .ps-guy-confused:before { content: "\e064"; } .ps-guy-cry:before { content: "\e065"; } .ps-guy-flushed:before { content: "\e066"; } .ps-guy-happy:before { content: "\e067"; } .ps-guy-o-mouth:before { content: "\e068"; } .ps-girl-o-mouth:before { content: "\e069"; } .ps-guy-open-mouth:before { content: "\e06a"; } .ps-guy-sad:before { content: "\e06b"; } .ps-guy-sleep:before { content: "\e06c"; } .ps-guy-smile:before { content: "\e06d"; } .ps-guy-user:before { content: "\e06e"; } .ps-guy-wrong:before { content: "\e06f"; } .ps-hand:before { content: "\e070"; } .ps-hand-pointer-left:before { content: "\e071"; } .ps-hand-pointer-right:before { content: "\e072"; } .ps-hand-pointer-top:before { content: "\e073"; } .ps-mayo-hotdog:before { content: "\e074"; } .ps-hotdog:before { content: "\e075"; } .ps-hungry:before { content: "\e076"; } .ps-enlarge:before { content: "\e077"; } .ps-laptop:before { content: "\e078"; } .ps-mail:before { content: "\e079"; } .ps-mail-back:before { content: "\e07a"; } .ps-mail-bill:before { content: "\e07b"; } .ps-mail-stamp:before { content: "\e07c"; } .ps-moon:before { content: "\e07d"; } .ps-music-score:before { content: "\e07e"; } .ps-open-padlock:before { content: "\e07f"; } .ps-organisation:before { content: "\e080"; } .ps-padlock:before { content: "\e081"; } .ps-paper-tablet:before { content: "\e082"; } .ps-pdiddy:before { content: "\e083"; } .ps-people-team:before { content: "\e084"; } .ps-piggy-bank:before { content: "\e085"; } .ps-piggy-bank-coins:before { content: "\e086"; } .ps-power:before { content: "\e087"; } .ps-printer:before { content: "\e088"; } .ps-promo:before { content: "\e089"; } .ps-puzzle:before { content: "\e08a"; } .ps-resize:before { content: "\e08b"; } .ps-road:before { content: "\e08c"; } .ps-rss-icon:before { content: "\e08d"; } .ps-safe:before { content: "\e08e"; } .ps-sale-tag:before { content: "\e08f"; } .ps-save:before { content: "\e090"; } .ps-shield:before { content: "\e091"; } .ps-store:before { content: "\e092"; } .ps-sign:before { content: "\e093"; } .ps-sreenshot:before { content: "\e094"; } .ps-sun:before { content: "\e095"; } .ps-cart-supermarket:before { content: "\e096"; } .ps-tag:before { content: "\e097"; } .ps-token:before { content: "\e098"; } .ps-delete:before { content: "\e099"; } .ps-user:before { content: "\e09a"; } .ps-wallet:before { content: "\e09b"; } .ps-watch:before { content: "\e09c"; } .ps-30-80:before { content: "\e09d"; } .ps-40-105:before { content: "\e09e"; } .ps-50-120:before { content: "\e09f"; } .ps-60-140:before { content: "\e0a0"; } .ps-70-160:before { content: "\e0a1"; } .ps-95-200:before { content: "\e0a2"; } .ps-airplane:before { content: "\e0a3"; } .ps-any-solvent:before { content: "\e0a4"; } .ps-any-solvent-without-tetrachlorethylene:before { content: "\e0a5"; } .ps-attachment:before { content: "\e0a6"; } .ps-warning:before { content: "\e0a7"; } .ps-barrel:before { content: "\e0a8"; } .ps-bike:before { content: "\e0a9"; } .ps-triangle:before { content: "\e0aa"; } .ps-broken-link:before { content: "\e0ab"; } .ps-bubble:before { content: "\e0ac"; } .ps-prison-school-bus:before { content: "\e0ad"; } .ps-car:before { content: "\e0ae"; } .ps-cocktail:before { content: "\e0af"; } .ps-do-not-bleach:before { content: "\e0b0"; } .ps-do-not-dry:before { content: "\e0b1"; } .ps-do-not-iron:before { content: "\e0b2"; } .ps-do-not-wash:before { content: "\e0b3"; } .ps-do-not-wring:before { content: "\e0b4"; } .ps-double-arrow:before { content: "\e0b5"; } .ps-drip-dry:before { content: "\e0b6"; } .ps-drop:before { content: "\e0b7"; } .ps-dry:before { content: "\e0b8"; } .ps-dry-flat:before { content: "\e0b9"; } .ps-dry-in-the-shade:before { content: "\e0ba"; } .ps-dry-normal-hight-heat:before { content: "\e0bb"; } .ps-dry-normal-low-heat:before { content: "\e0bc"; } .ps-heat:before { content: "\e0bd"; } .ps-dry-normal-no-heat:before { content: "\e0be"; } .ps-eject:before { content: "\e0bf"; } .ps-switch:before { content: "\e0c0"; } .ps-film:before { content: "\e0c1"; } .ps-apps:before { content: "\e0c2"; } .ps-gun:before { content: "\e0c3"; } .ps-hand-wash:before { content: "\e0c4"; } .ps-disabled:before { content: "\e0c5"; } .ps-hang-to-dry:before { content: "\e0c6"; } .ps-hard-drive:before { content: "\e0c7"; } .ps-hourglass:before { content: "\e0c8"; } .ps-important:before { content: "\e0c9"; } .ps-iron-any-temp:before { content: "\e0ca"; } .ps-justice:before { content: "\e0cb"; } .ps-keyboard:before { content: "\e0cc"; } .ps-link:before { content: "\e0cd"; } .ps-branch:before { content: "\e0ce"; } .ps-liquor:before { content: "\e0cf"; } .ps-bus-london:before { content: "\e0d0"; } .ps-machine-wash:before { content: "\e0d1"; } .ps-machine-wash-gentle-or-delicate:before { content: "\e0d2"; } .ps-machine-wash-permanent-press:before { content: "\e0d3"; } .ps-wand:before { content: "\e0d4"; } .ps-magnifying-glass:before { content: "\e0d5"; } .ps-maximum-temp-110-230:before { content: "\e0d6"; } .ps-maximum-temp-150-300:before { content: "\e0d7"; } .ps-maximum-temp-200-390:before { content: "\e0d8"; } .ps-megaphone:before { content: "\e0d9"; } .ps-man:before { content: "\e0da"; } .ps-mic:before { content: "\e0db"; } .ps-mic-off:before { content: "\e0dc"; } .ps-next:before { content: "\e0dd"; } .ps-non-chlorine-bleach-if-needed:before { content: "\e0de"; } .ps-penknife:before { content: "\e0df"; } .ps-petroleum-solvent-steam:before { content: "\e0e0"; } .ps-phone:before { content: "\e0e1"; } .ps-piano:before { content: "\e0e2"; } .ps-pin:before { content: "\e0e3"; } .ps-filter:before { content: "\e0e4"; } .ps-plane:before { content: "\e0e5"; } .ps-previous:before { content: "\e0e6"; } .ps-quote:before { content: "\e0e7"; } .ps-retweet-1:before { content: "\e0e8"; } .ps-sound:before { content: "\e0e9"; } .ps-sound-down:before { content: "\e0ea"; } .ps-sound-level-one:before { content: "\e0eb"; } .ps-sound-level-two:before { content: "\e0ec"; } .ps-sound-plus:before { content: "\e0ed"; } .ps-stethoscope:before { content: "\e0ee"; } .ps-suitcase:before { content: "\e0ef"; } .ps-target:before { content: "\e0f0"; } .ps-ticket:before { content: "\e0f1"; } .ps-trophy:before { content: "\e0f2"; } .ps-tumble-dry:before { content: "\e0f3"; } .ps-ufo:before { content: "\e0f4"; } .ps-video-camera:before { content: "\e0f5"; } .ps-truck-1:before { content: "\e0f6"; } .ps-water-temperature-30:before { content: "\e0f7"; } .ps-water-temperature-40:before { content: "\e0f8"; } .ps-water-temperature-50:before { content: "\e0f9"; } .ps-water-temperature-60:before { content: "\e0fa"; } .ps-water-temperature-70:before { content: "\e0fb"; } .ps-water-temperature-95:before { content: "\e0fc"; } .ps-clothes-water:before { content: "\e0fd"; } .ps-woman:before { content: "\e0fe"; } .ps-zoom-in:before { content: "\e0ff"; } .ps-zoom-out:before { content: "\e100"; } .ps-anchor:before { content: "\e101"; } .ps-left:before { content: "\e102"; } .ps-right:before { content: "\e103"; } .ps-up:before { content: "\e104"; } .ps-down:before { content: "\e105"; } .ps-play:before { content: "\e106"; } .ps-forward:before { content: "\e107"; } .ps-rewind:before { content: "\e108"; } .ps-forbidden:before { content: "\e109"; } .ps-stats:before { content: "\e10a"; } .ps-bar-code:before { content: "\e10b"; } .ps-lab:before { content: "\e10c"; } .ps-beer:before { content: "\e10d"; } .ps-bell:before { content: "\e10e"; } .ps-book-tag:before { content: "\e10f"; } .ps-minus-circle-1:before { content: "\e110"; } .ps-plus-box:before { content: "\e111"; } .ps-minus-box:before { content: "\e112"; } .ps-plus:before { content: "\e113"; } .ps-minus:before { content: "\e114"; } .ps-arrow-right:before { content: "\e115"; } .ps-down-arrow-circle:before { content: "\e116"; } .ps-up-arrow-circle:before { content: "\e117"; } .ps-right-arrow-circle:before { content: "\e118"; } .ps-left-arrow-circle:before { content: "\e119"; } .ps-contrast:before { content: "\e11a"; } .ps-align-justified:before { content: "\e11b"; } .ps-align-right:before { content: "\e11c"; } .ps-align-left:before { content: "\e11d"; } .ps-minus-circle:before { content: "\e11e"; } .ps-book:before { content: "\e11f"; } .ps-label-hogwarts:before { content: "\e120"; } .ps-label:before { content: "\e121"; } .ps-leaf:before { content: "\e122"; } .ps-work-case:before { content: "\e123"; } .ps-bug:before { content: "\e124"; } .ps-building:before { content: "\e125"; } .ps-calendar:before { content: "\e126"; } .ps-calendar-grid:before { content: "\e127"; } .ps-align-centered:before { content: "\e128"; } .ps-camera:before { content: "\e129"; } .ps-check-box-empty:before { content: "\e12a"; } .ps-check-box:before { content: "\e12b"; } .ps-radio-empty:before { content: "\e12c"; } .ps-radio:before { content: "\e12d"; } .ps-coffee:before { content: "\e12e"; } .ps-coffee-hot:before { content: "\e12f"; } .ps-compass:before { content: "\e130"; } .ps-bull-right:before { content: "\e131"; } .ps-bull-left:before { content: "\e132"; } .ps-chat-alt:before { content: "\e133"; } .ps-chat:before { content: "\e134"; } .ps-code:before { content: "\e135"; } .ps-flag-corner:before { content: "\e136"; } .ps-flag-scout:before { content: "\e137"; } .ps-flag:before { content: "\e138"; } .ps-row-setting:before { content: "\e139"; } .ps-copy:before { content: "\e13a"; } .ps-file:before { content: "\e13b"; } .ps-crop:before { content: "\e13c"; } .ps-iphone:before { content: "\e13d"; } .ps-ipad:before { content: "\e13e"; } .ps-mac:before { content: "\e13f"; } .ps-random:before { content: "\e140"; } .ps-arrow-box:before { content: "\e141"; } .ps-scissors:before { content: "\e142"; } .ps-dashboard:before { content: "\e143"; } .ps-world:before { content: "\e144"; } .ps-download:before { content: "\e145"; } .ps-upload:before { content: "\e146"; } .ps-fire:before { content: "\e147"; } .ps-eye:before { content: "\e148"; } .ps-no-eye:before { content: "\e149"; } .ps-folder:before { content: "\e14a"; } .ps-clock:before { content: "\e14b"; } .ps-mouse:before { content: "\e14c"; } .ps-backpack:before { content: "\e14d"; } .ps-ipod:before { content: "\e14e"; } .ps-iwatch:before { content: "\e14f"; } .ps-battery:before { content: "\e150"; } .ps-battery-charge:before { content: "\e151"; } .ps-lightning:before { content: "\e152"; } .ps-image:before { content: "\e153"; } .ps-gift:before { content: "\e154"; } .ps-cutlery:before { content: "\e155"; } .ps-pen:before { content: "\e156"; } .ps-archive:before { content: "\e157"; } .ps-arrow-down:before { content: "\e158"; } .ps-arrow-left:before { content: "\e159"; } .ps-arrow-up:before { content: "\e15a"; } .ps-asterisk:before { content: "\e15b"; } .ps-browser:before { content: "\e15c"; } .ps-check:before { content: "\e15d"; } .ps-cloud:before { content: "\e15e"; } .ps-download-from-cloud:before { content: "\e15f"; } .ps-upload-to-cloud:before { content: "\e160"; } .ps-checked:before { content: "\e161"; } .ps-ambulance:before { content: "\e162"; } .ps-mailbox:before { content: "\e163"; } .ps-plus-circle:before { content: "\e164"; } .ps-truck:before { content: "\e165"; } .ps-girl-sad-hunappy:before { content: "\e166"; } .ps-spades-card:before { content: "\e167"; } .ps-diamonds-card:before { content: "\e168"; } .ps-clubs-card:before { content: "\e169"; } .ps-hearts-card:before { content: "\e16a"; } .ps-pull:before { content: "\e16b"; } .ps-pant:before { content: "\e16c"; } .ps-data-board:before { content: "\e16d"; } .ps-board:before { content: "\e16e"; } .ps-shoe:before { content: "\e16f"; } .ps-globe:before { content: "\e170"; } .ps-pin-map:before { content: "\e171"; } .ps-bonnet:before { content: "\e172"; } .ps-contact:before { content: "\e173"; } .ps-fish:before { content: "\e174"; } .ps-cookie:before { content: "\e175"; } .ps-pizza:before { content: "\e176"; } .ps-birthday:before { content: "\e177"; } .ps-pc:before { content: "\e178"; } .ps-ram:before { content: "\e179"; } .ps-cpu:before { content: "\e17a"; } .ps-milkshake:before { content: "\e17b"; } .ps-tacos:before { content: "\e17c"; } .ps-burger:before { content: "\e17d"; } .ps-home:before { content: "\e17e"; } .ps-lego:before { content: "\e17f"; } .ps-preston:before { content: "\e180"; } ================================================ FILE: icon-packs/ikonli-remixicon-pack/ikonli-remixicon-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.remixicon { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.remixicon; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.remixicon.RemixiconALIkonHandler, org.kordamp.ikonli.remixicon.RemixiconMZIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.remixicon.RemixiconALIkonProvider, org.kordamp.ikonli.remixicon.RemixiconMZIkonProvider; } ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/java/org/kordamp/ikonli/remixicon/RemixiconAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.remixicon; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum RemixiconAL implements Ikon { ACCOUNT_BOX_FILL("remixal-account-box-fill", '\uea06'), ACCOUNT_BOX_LINE("remixal-account-box-line", '\uea07'), ACCOUNT_CIRCLE_FILL("remixal-account-circle-fill", '\uea08'), ACCOUNT_CIRCLE_LINE("remixal-account-circle-line", '\uea09'), ACCOUNT_PIN_BOX_FILL("remixal-account-pin-box-fill", '\uea0a'), ACCOUNT_PIN_BOX_LINE("remixal-account-pin-box-line", '\uea0b'), ACCOUNT_PIN_CIRCLE_FILL("remixal-account-pin-circle-fill", '\uea0c'), ACCOUNT_PIN_CIRCLE_LINE("remixal-account-pin-circle-line", '\uea0d'), ADD_BOX_FILL("remixal-add-box-fill", '\uea0e'), ADD_BOX_LINE("remixal-add-box-line", '\uea0f'), ADD_CIRCLE_FILL("remixal-add-circle-fill", '\uea10'), ADD_CIRCLE_LINE("remixal-add-circle-line", '\uea11'), ADD_FILL("remixal-add-fill", '\uea12'), ADD_LINE("remixal-add-line", '\uea13'), ADMIN_FILL("remixal-admin-fill", '\uea14'), ADMIN_LINE("remixal-admin-line", '\uea15'), ADVERTISEMENT_FILL("remixal-advertisement-fill", '\uea16'), ADVERTISEMENT_LINE("remixal-advertisement-line", '\uea17'), AIRPLAY_FILL("remixal-airplay-fill", '\uea18'), AIRPLAY_LINE("remixal-airplay-line", '\uea19'), ALARM_FILL("remixal-alarm-fill", '\uea1a'), ALARM_LINE("remixal-alarm-line", '\uea1b'), ALARM_WARNING_FILL("remixal-alarm-warning-fill", '\uea1c'), ALARM_WARNING_LINE("remixal-alarm-warning-line", '\uea1d'), ALBUM_FILL("remixal-album-fill", '\uea1e'), ALBUM_LINE("remixal-album-line", '\uea1f'), ALERT_FILL("remixal-alert-fill", '\uea20'), ALERT_LINE("remixal-alert-line", '\uea21'), ALIENS_FILL("remixal-aliens-fill", '\uea22'), ALIENS_LINE("remixal-aliens-line", '\uea23'), ALIGN_BOTTOM("remixal-align-bottom", '\uea24'), ALIGN_CENTER("remixal-align-center", '\uea25'), ALIGN_JUSTIFY("remixal-align-justify", '\uea26'), ALIGN_LEFT("remixal-align-left", '\uea27'), ALIGN_RIGHT("remixal-align-right", '\uea28'), ALIGN_TOP("remixal-align-top", '\uea29'), ALIGN_VERTICALLY("remixal-align-vertically", '\uea2a'), ALIPAY_FILL("remixal-alipay-fill", '\uea2b'), ALIPAY_LINE("remixal-alipay-line", '\uea2c'), AMAZON_FILL("remixal-amazon-fill", '\uea2d'), AMAZON_LINE("remixal-amazon-line", '\uea2e'), ANCHOR_FILL("remixal-anchor-fill", '\uea2f'), ANCHOR_LINE("remixal-anchor-line", '\uea30'), ANCIENT_GATE_FILL("remixal-ancient-gate-fill", '\uea31'), ANCIENT_GATE_LINE("remixal-ancient-gate-line", '\uea32'), ANCIENT_PAVILION_FILL("remixal-ancient-pavilion-fill", '\uea33'), ANCIENT_PAVILION_LINE("remixal-ancient-pavilion-line", '\uea34'), ANDROID_FILL("remixal-android-fill", '\uea35'), ANDROID_LINE("remixal-android-line", '\uea36'), ANGULARJS_FILL("remixal-angularjs-fill", '\uea37'), ANGULARJS_LINE("remixal-angularjs-line", '\uea38'), ANTICLOCKWISE_2_FILL("remixal-anticlockwise-2-fill", '\uea39'), ANTICLOCKWISE_2_LINE("remixal-anticlockwise-2-line", '\uea3a'), ANTICLOCKWISE_FILL("remixal-anticlockwise-fill", '\uea3b'), ANTICLOCKWISE_LINE("remixal-anticlockwise-line", '\uea3c'), APPLE_FILL("remixal-apple-fill", '\uea3f'), APPLE_LINE("remixal-apple-line", '\uea40'), APPS_2_FILL("remixal-apps-2-fill", '\uea41'), APPS_2_LINE("remixal-apps-2-line", '\uea42'), APPS_FILL("remixal-apps-fill", '\uea43'), APPS_LINE("remixal-apps-line", '\uea44'), APP_STORE_FILL("remixal-app-store-fill", '\uea3d'), APP_STORE_LINE("remixal-app-store-line", '\uea3e'), ARCHIVE_DRAWER_FILL("remixal-archive-drawer-fill", '\uea45'), ARCHIVE_DRAWER_LINE("remixal-archive-drawer-line", '\uea46'), ARCHIVE_FILL("remixal-archive-fill", '\uea47'), ARCHIVE_LINE("remixal-archive-line", '\uea48'), ARROW_DOWN_CIRCLE_FILL("remixal-arrow-down-circle-fill", '\uea49'), ARROW_DOWN_CIRCLE_LINE("remixal-arrow-down-circle-line", '\uea4a'), ARROW_DOWN_FILL("remixal-arrow-down-fill", '\uea4b'), ARROW_DOWN_LINE("remixal-arrow-down-line", '\uea4c'), ARROW_DOWN_S_FILL("remixal-arrow-down-s-fill", '\uea4d'), ARROW_DOWN_S_LINE("remixal-arrow-down-s-line", '\uea4e'), ARROW_DROP_DOWN_FILL("remixal-arrow-drop-down-fill", '\uea4f'), ARROW_DROP_DOWN_LINE("remixal-arrow-drop-down-line", '\uea50'), ARROW_DROP_LEFT_FILL("remixal-arrow-drop-left-fill", '\uea51'), ARROW_DROP_LEFT_LINE("remixal-arrow-drop-left-line", '\uea52'), ARROW_DROP_RIGHT_FILL("remixal-arrow-drop-right-fill", '\uea53'), ARROW_DROP_RIGHT_LINE("remixal-arrow-drop-right-line", '\uea54'), ARROW_DROP_UP_FILL("remixal-arrow-drop-up-fill", '\uea55'), ARROW_DROP_UP_LINE("remixal-arrow-drop-up-line", '\uea56'), ARROW_GO_BACK_FILL("remixal-arrow-go-back-fill", '\uea57'), ARROW_GO_BACK_LINE("remixal-arrow-go-back-line", '\uea58'), ARROW_GO_FORWARD_FILL("remixal-arrow-go-forward-fill", '\uea59'), ARROW_GO_FORWARD_LINE("remixal-arrow-go-forward-line", '\uea5a'), ARROW_LEFT_CIRCLE_FILL("remixal-arrow-left-circle-fill", '\uea5b'), ARROW_LEFT_CIRCLE_LINE("remixal-arrow-left-circle-line", '\uea5c'), ARROW_LEFT_DOWN_FILL("remixal-arrow-left-down-fill", '\uea5d'), ARROW_LEFT_DOWN_LINE("remixal-arrow-left-down-line", '\uea5e'), ARROW_LEFT_FILL("remixal-arrow-left-fill", '\uea5f'), ARROW_LEFT_LINE("remixal-arrow-left-line", '\uea60'), ARROW_LEFT_RIGHT_FILL("remixal-arrow-left-right-fill", '\uea61'), ARROW_LEFT_RIGHT_LINE("remixal-arrow-left-right-line", '\uea62'), ARROW_LEFT_S_FILL("remixal-arrow-left-s-fill", '\uea63'), ARROW_LEFT_S_LINE("remixal-arrow-left-s-line", '\uea64'), ARROW_LEFT_UP_FILL("remixal-arrow-left-up-fill", '\uea65'), ARROW_LEFT_UP_LINE("remixal-arrow-left-up-line", '\uea66'), ARROW_RIGHT_CIRCLE_FILL("remixal-arrow-right-circle-fill", '\uea67'), ARROW_RIGHT_CIRCLE_LINE("remixal-arrow-right-circle-line", '\uea68'), ARROW_RIGHT_DOWN_FILL("remixal-arrow-right-down-fill", '\uea69'), ARROW_RIGHT_DOWN_LINE("remixal-arrow-right-down-line", '\uea6a'), ARROW_RIGHT_FILL("remixal-arrow-right-fill", '\uea6b'), ARROW_RIGHT_LINE("remixal-arrow-right-line", '\uea6c'), ARROW_RIGHT_S_FILL("remixal-arrow-right-s-fill", '\uea6d'), ARROW_RIGHT_S_LINE("remixal-arrow-right-s-line", '\uea6e'), ARROW_RIGHT_UP_FILL("remixal-arrow-right-up-fill", '\uea6f'), ARROW_RIGHT_UP_LINE("remixal-arrow-right-up-line", '\uea70'), ARROW_UP_CIRCLE_FILL("remixal-arrow-up-circle-fill", '\uea71'), ARROW_UP_CIRCLE_LINE("remixal-arrow-up-circle-line", '\uea72'), ARROW_UP_DOWN_FILL("remixal-arrow-up-down-fill", '\uea73'), ARROW_UP_DOWN_LINE("remixal-arrow-up-down-line", '\uea74'), ARROW_UP_FILL("remixal-arrow-up-fill", '\uea75'), ARROW_UP_LINE("remixal-arrow-up-line", '\uea76'), ARROW_UP_S_FILL("remixal-arrow-up-s-fill", '\uea77'), ARROW_UP_S_LINE("remixal-arrow-up-s-line", '\uea78'), ARTBOARD_2_FILL("remixal-artboard-2-fill", '\uea79'), ARTBOARD_2_LINE("remixal-artboard-2-line", '\uea7a'), ARTBOARD_FILL("remixal-artboard-fill", '\uea7b'), ARTBOARD_LINE("remixal-artboard-line", '\uea7c'), ARTICLE_FILL("remixal-article-fill", '\uea7d'), ARTICLE_LINE("remixal-article-line", '\uea7e'), ASPECT_RATIO_FILL("remixal-aspect-ratio-fill", '\uea7f'), ASPECT_RATIO_LINE("remixal-aspect-ratio-line", '\uea80'), ASTERISK("remixal-asterisk", '\uea81'), ATTACHMENT_2("remixal-attachment-2", '\uea84'), ATTACHMENT_FILL("remixal-attachment-fill", '\uea85'), ATTACHMENT_LINE("remixal-attachment-line", '\uea86'), AT_FILL("remixal-at-fill", '\uea82'), AT_LINE("remixal-at-line", '\uea83'), AUCTION_FILL("remixal-auction-fill", '\uea87'), AUCTION_LINE("remixal-auction-line", '\uea88'), AWARD_FILL("remixal-award-fill", '\uea89'), AWARD_LINE("remixal-award-line", '\uea8a'), A_B("remixal-a-b", '\uea05'), BAIDU_FILL("remixal-baidu-fill", '\uea8b'), BAIDU_LINE("remixal-baidu-line", '\uea8c'), BALL_PEN_FILL("remixal-ball-pen-fill", '\uea8d'), BALL_PEN_LINE("remixal-ball-pen-line", '\uea8e'), BANK_CARD_2_FILL("remixal-bank-card-2-fill", '\uea8f'), BANK_CARD_2_LINE("remixal-bank-card-2-line", '\uea90'), BANK_CARD_FILL("remixal-bank-card-fill", '\uea91'), BANK_CARD_LINE("remixal-bank-card-line", '\uea92'), BANK_FILL("remixal-bank-fill", '\uea93'), BANK_LINE("remixal-bank-line", '\uea94'), BARCODE_BOX_FILL("remixal-barcode-box-fill", '\uea9f'), BARCODE_BOX_LINE("remixal-barcode-box-line", '\ueaa0'), BARCODE_FILL("remixal-barcode-fill", '\ueaa1'), BARCODE_LINE("remixal-barcode-line", '\ueaa2'), BARRICADE_FILL("remixal-barricade-fill", '\ueaa3'), BARRICADE_LINE("remixal-barricade-line", '\ueaa4'), BAR_CHART_2_FILL("remixal-bar-chart-2-fill", '\uea95'), BAR_CHART_2_LINE("remixal-bar-chart-2-line", '\uea96'), BAR_CHART_BOX_FILL("remixal-bar-chart-box-fill", '\uea97'), BAR_CHART_BOX_LINE("remixal-bar-chart-box-line", '\uea98'), BAR_CHART_FILL("remixal-bar-chart-fill", '\uea99'), BAR_CHART_GROUPED_FILL("remixal-bar-chart-grouped-fill", '\uea9a'), BAR_CHART_GROUPED_LINE("remixal-bar-chart-grouped-line", '\uea9b'), BAR_CHART_HORIZONTAL_FILL("remixal-bar-chart-horizontal-fill", '\uea9c'), BAR_CHART_HORIZONTAL_LINE("remixal-bar-chart-horizontal-line", '\uea9d'), BAR_CHART_LINE("remixal-bar-chart-line", '\uea9e'), BASE_STATION_FILL("remixal-base-station-fill", '\ueaa5'), BASE_STATION_LINE("remixal-base-station-line", '\ueaa6'), BASKETBALL_FILL("remixal-basketball-fill", '\ueaa7'), BASKETBALL_LINE("remixal-basketball-line", '\ueaa8'), BATTERY_2_CHARGE_FILL("remixal-battery-2-charge-fill", '\ueaa9'), BATTERY_2_CHARGE_LINE("remixal-battery-2-charge-line", '\ueaaa'), BATTERY_2_FILL("remixal-battery-2-fill", '\ueaab'), BATTERY_2_LINE("remixal-battery-2-line", '\ueaac'), BATTERY_CHARGE_FILL("remixal-battery-charge-fill", '\ueaad'), BATTERY_CHARGE_LINE("remixal-battery-charge-line", '\ueaae'), BATTERY_FILL("remixal-battery-fill", '\ueaaf'), BATTERY_LINE("remixal-battery-line", '\ueab0'), BATTERY_LOW_FILL("remixal-battery-low-fill", '\ueab1'), BATTERY_LOW_LINE("remixal-battery-low-line", '\ueab2'), BATTERY_SAVER_FILL("remixal-battery-saver-fill", '\ueab3'), BATTERY_SAVER_LINE("remixal-battery-saver-line", '\ueab4'), BATTERY_SHARE_FILL("remixal-battery-share-fill", '\ueab5'), BATTERY_SHARE_LINE("remixal-battery-share-line", '\ueab6'), BEAR_SMILE_FILL("remixal-bear-smile-fill", '\ueab7'), BEAR_SMILE_LINE("remixal-bear-smile-line", '\ueab8'), BEHANCE_FILL("remixal-behance-fill", '\ueab9'), BEHANCE_LINE("remixal-behance-line", '\ueaba'), BELL_FILL("remixal-bell-fill", '\ueabb'), BELL_LINE("remixal-bell-line", '\ueabc'), BIKE_FILL("remixal-bike-fill", '\ueabd'), BIKE_LINE("remixal-bike-line", '\ueabe'), BILIBILI_FILL("remixal-bilibili-fill", '\ueabf'), BILIBILI_LINE("remixal-bilibili-line", '\ueac0'), BILLIARDS_FILL("remixal-billiards-fill", '\ueac3'), BILLIARDS_LINE("remixal-billiards-line", '\ueac4'), BILL_FILL("remixal-bill-fill", '\ueac1'), BILL_LINE("remixal-bill-line", '\ueac2'), BIT_COIN_FILL("remixal-bit-coin-fill", '\ueac5'), BIT_COIN_LINE("remixal-bit-coin-line", '\ueac6'), BLAZE_FILL("remixal-blaze-fill", '\ueac7'), BLAZE_LINE("remixal-blaze-line", '\ueac8'), BLUETOOTH_CONNECT_FILL("remixal-bluetooth-connect-fill", '\ueac9'), BLUETOOTH_CONNECT_LINE("remixal-bluetooth-connect-line", '\ueaca'), BLUETOOTH_FILL("remixal-bluetooth-fill", '\ueacb'), BLUETOOTH_LINE("remixal-bluetooth-line", '\ueacc'), BLUR_OFF_FILL("remixal-blur-off-fill", '\ueacd'), BLUR_OFF_LINE("remixal-blur-off-line", '\ueace'), BODY_SCAN_FILL("remixal-body-scan-fill", '\ueacf'), BODY_SCAN_LINE("remixal-body-scan-line", '\uead0'), BOLD("remixal-bold", '\uead1'), BOOKLET_FILL("remixal-booklet-fill", '\ueade'), BOOKLET_LINE("remixal-booklet-line", '\ueadf'), BOOKMARK_2_FILL("remixal-bookmark-2-fill", '\ueae0'), BOOKMARK_2_LINE("remixal-bookmark-2-line", '\ueae1'), BOOKMARK_3_FILL("remixal-bookmark-3-fill", '\ueae2'), BOOKMARK_3_LINE("remixal-bookmark-3-line", '\ueae3'), BOOKMARK_FILL("remixal-bookmark-fill", '\ueae4'), BOOKMARK_LINE("remixal-bookmark-line", '\ueae5'), BOOK_2_FILL("remixal-book-2-fill", '\uead2'), BOOK_2_LINE("remixal-book-2-line", '\uead3'), BOOK_3_FILL("remixal-book-3-fill", '\uead4'), BOOK_3_LINE("remixal-book-3-line", '\uead5'), BOOK_FILL("remixal-book-fill", '\uead6'), BOOK_LINE("remixal-book-line", '\uead7'), BOOK_MARK_FILL("remixal-book-mark-fill", '\uead8'), BOOK_MARK_LINE("remixal-book-mark-line", '\uead9'), BOOK_OPEN_FILL("remixal-book-open-fill", '\ueada'), BOOK_OPEN_LINE("remixal-book-open-line", '\ueadb'), BOOK_READ_FILL("remixal-book-read-fill", '\ueadc'), BOOK_READ_LINE("remixal-book-read-line", '\ueadd'), BOXING_FILL("remixal-boxing-fill", '\ueae6'), BOXING_LINE("remixal-boxing-line", '\ueae7'), BRACES_FILL("remixal-braces-fill", '\ueae8'), BRACES_LINE("remixal-braces-line", '\ueae9'), BRACKETS_FILL("remixal-brackets-fill", '\ueaea'), BRACKETS_LINE("remixal-brackets-line", '\ueaeb'), BRIEFCASE_2_FILL("remixal-briefcase-2-fill", '\ueaec'), BRIEFCASE_2_LINE("remixal-briefcase-2-line", '\ueaed'), BRIEFCASE_3_FILL("remixal-briefcase-3-fill", '\ueaee'), BRIEFCASE_3_LINE("remixal-briefcase-3-line", '\ueaef'), BRIEFCASE_4_FILL("remixal-briefcase-4-fill", '\ueaf0'), BRIEFCASE_4_LINE("remixal-briefcase-4-line", '\ueaf1'), BRIEFCASE_5_FILL("remixal-briefcase-5-fill", '\ueaf2'), BRIEFCASE_5_LINE("remixal-briefcase-5-line", '\ueaf3'), BRIEFCASE_FILL("remixal-briefcase-fill", '\ueaf4'), BRIEFCASE_LINE("remixal-briefcase-line", '\ueaf5'), BRING_FORWARD("remixal-bring-forward", '\ueaf6'), BRING_TO_FRONT("remixal-bring-to-front", '\ueaf7'), BROADCAST_FILL("remixal-broadcast-fill", '\ueaf8'), BROADCAST_LINE("remixal-broadcast-line", '\ueaf9'), BRUSH_2_FILL("remixal-brush-2-fill", '\ueafa'), BRUSH_2_LINE("remixal-brush-2-line", '\ueafb'), BRUSH_3_FILL("remixal-brush-3-fill", '\ueafc'), BRUSH_3_LINE("remixal-brush-3-line", '\ueafd'), BRUSH_4_FILL("remixal-brush-4-fill", '\ueafe'), BRUSH_4_LINE("remixal-brush-4-line", '\ueaff'), BRUSH_FILL("remixal-brush-fill", '\ueb00'), BRUSH_LINE("remixal-brush-line", '\ueb01'), BUBBLE_CHART_FILL("remixal-bubble-chart-fill", '\ueb02'), BUBBLE_CHART_LINE("remixal-bubble-chart-line", '\ueb03'), BUG_2_FILL("remixal-bug-2-fill", '\ueb04'), BUG_2_LINE("remixal-bug-2-line", '\ueb05'), BUG_FILL("remixal-bug-fill", '\ueb06'), BUG_LINE("remixal-bug-line", '\ueb07'), BUILDING_2_FILL("remixal-building-2-fill", '\ueb08'), BUILDING_2_LINE("remixal-building-2-line", '\ueb09'), BUILDING_3_FILL("remixal-building-3-fill", '\ueb0a'), BUILDING_3_LINE("remixal-building-3-line", '\ueb0b'), BUILDING_4_FILL("remixal-building-4-fill", '\ueb0c'), BUILDING_4_LINE("remixal-building-4-line", '\ueb0d'), BUILDING_FILL("remixal-building-fill", '\ueb0e'), BUILDING_LINE("remixal-building-line", '\ueb0f'), BUS_2_FILL("remixal-bus-2-fill", '\ueb10'), BUS_2_LINE("remixal-bus-2-line", '\ueb11'), BUS_FILL("remixal-bus-fill", '\ueb12'), BUS_LINE("remixal-bus-line", '\ueb13'), BUS_WIFI_FILL("remixal-bus-wifi-fill", '\ueb14'), BUS_WIFI_LINE("remixal-bus-wifi-line", '\ueb15'), CACTUS_FILL("remixal-cactus-fill", '\ueb16'), CACTUS_LINE("remixal-cactus-line", '\ueb17'), CAKE_2_FILL("remixal-cake-2-fill", '\ueb18'), CAKE_2_LINE("remixal-cake-2-line", '\ueb19'), CAKE_3_FILL("remixal-cake-3-fill", '\ueb1a'), CAKE_3_LINE("remixal-cake-3-line", '\ueb1b'), CAKE_FILL("remixal-cake-fill", '\ueb1c'), CAKE_LINE("remixal-cake-line", '\ueb1d'), CALCULATOR_FILL("remixal-calculator-fill", '\ueb1e'), CALCULATOR_LINE("remixal-calculator-line", '\ueb1f'), CALENDAR_2_FILL("remixal-calendar-2-fill", '\ueb20'), CALENDAR_2_LINE("remixal-calendar-2-line", '\ueb21'), CALENDAR_CHECK_FILL("remixal-calendar-check-fill", '\ueb22'), CALENDAR_CHECK_LINE("remixal-calendar-check-line", '\ueb23'), CALENDAR_EVENT_FILL("remixal-calendar-event-fill", '\ueb24'), CALENDAR_EVENT_LINE("remixal-calendar-event-line", '\ueb25'), CALENDAR_FILL("remixal-calendar-fill", '\ueb26'), CALENDAR_LINE("remixal-calendar-line", '\ueb27'), CALENDAR_TODO_FILL("remixal-calendar-todo-fill", '\ueb28'), CALENDAR_TODO_LINE("remixal-calendar-todo-line", '\ueb29'), CAMERA_2_FILL("remixal-camera-2-fill", '\ueb2a'), CAMERA_2_LINE("remixal-camera-2-line", '\ueb2b'), CAMERA_3_FILL("remixal-camera-3-fill", '\ueb2c'), CAMERA_3_LINE("remixal-camera-3-line", '\ueb2d'), CAMERA_FILL("remixal-camera-fill", '\ueb2e'), CAMERA_LENS_FILL("remixal-camera-lens-fill", '\ueb2f'), CAMERA_LENS_LINE("remixal-camera-lens-line", '\ueb30'), CAMERA_LINE("remixal-camera-line", '\ueb31'), CAMERA_OFF_FILL("remixal-camera-off-fill", '\ueb32'), CAMERA_OFF_LINE("remixal-camera-off-line", '\ueb33'), CAMERA_SWITCH_FILL("remixal-camera-switch-fill", '\ueb34'), CAMERA_SWITCH_LINE("remixal-camera-switch-line", '\ueb35'), CAPSULE_FILL("remixal-capsule-fill", '\ueb36'), CAPSULE_LINE("remixal-capsule-line", '\ueb37'), CARAVAN_FILL("remixal-caravan-fill", '\ueb3c'), CARAVAN_LINE("remixal-caravan-line", '\ueb3d'), CAR_FILL("remixal-car-fill", '\ueb38'), CAR_LINE("remixal-car-line", '\ueb39'), CAR_WASHING_FILL("remixal-car-washing-fill", '\ueb3a'), CAR_WASHING_LINE("remixal-car-washing-line", '\ueb3b'), CAST_FILL("remixal-cast-fill", '\ueb3e'), CAST_LINE("remixal-cast-line", '\ueb3f'), CELLPHONE_FILL("remixal-cellphone-fill", '\ueb40'), CELLPHONE_LINE("remixal-cellphone-line", '\ueb41'), CELSIUS_FILL("remixal-celsius-fill", '\ueb42'), CELSIUS_LINE("remixal-celsius-line", '\ueb43'), CENTOS_FILL("remixal-centos-fill", '\ueb44'), CENTOS_LINE("remixal-centos-line", '\ueb45'), CHARACTER_RECOGNITION_FILL("remixal-character-recognition-fill", '\ueb46'), CHARACTER_RECOGNITION_LINE("remixal-character-recognition-line", '\ueb47'), CHARGING_PILE_2_FILL("remixal-charging-pile-2-fill", '\ueb48'), CHARGING_PILE_2_LINE("remixal-charging-pile-2-line", '\ueb49'), CHARGING_PILE_FILL("remixal-charging-pile-fill", '\ueb4a'), CHARGING_PILE_LINE("remixal-charging-pile-line", '\ueb4b'), CHAT_1_FILL("remixal-chat-1-fill", '\ueb4c'), CHAT_1_LINE("remixal-chat-1-line", '\ueb4d'), CHAT_2_FILL("remixal-chat-2-fill", '\ueb4e'), CHAT_2_LINE("remixal-chat-2-line", '\ueb4f'), CHAT_3_FILL("remixal-chat-3-fill", '\ueb50'), CHAT_3_LINE("remixal-chat-3-line", '\ueb51'), CHAT_4_FILL("remixal-chat-4-fill", '\ueb52'), CHAT_4_LINE("remixal-chat-4-line", '\ueb53'), CHAT_CHECK_FILL("remixal-chat-check-fill", '\ueb54'), CHAT_CHECK_LINE("remixal-chat-check-line", '\ueb55'), CHAT_DELETE_FILL("remixal-chat-delete-fill", '\ueb56'), CHAT_DELETE_LINE("remixal-chat-delete-line", '\ueb57'), CHAT_DOWNLOAD_FILL("remixal-chat-download-fill", '\ueb58'), CHAT_DOWNLOAD_LINE("remixal-chat-download-line", '\ueb59'), CHAT_FOLLOW_UP_FILL("remixal-chat-follow-up-fill", '\ueb5a'), CHAT_FOLLOW_UP_LINE("remixal-chat-follow-up-line", '\ueb5b'), CHAT_FORWARD_FILL("remixal-chat-forward-fill", '\ueb5c'), CHAT_FORWARD_LINE("remixal-chat-forward-line", '\ueb5d'), CHAT_HEART_FILL("remixal-chat-heart-fill", '\ueb5e'), CHAT_HEART_LINE("remixal-chat-heart-line", '\ueb5f'), CHAT_HISTORY_FILL("remixal-chat-history-fill", '\ueb60'), CHAT_HISTORY_LINE("remixal-chat-history-line", '\ueb61'), CHAT_NEW_FILL("remixal-chat-new-fill", '\ueb62'), CHAT_NEW_LINE("remixal-chat-new-line", '\ueb63'), CHAT_OFF_FILL("remixal-chat-off-fill", '\ueb64'), CHAT_OFF_LINE("remixal-chat-off-line", '\ueb65'), CHAT_POLL_FILL("remixal-chat-poll-fill", '\ueb66'), CHAT_POLL_LINE("remixal-chat-poll-line", '\ueb67'), CHAT_PRIVATE_FILL("remixal-chat-private-fill", '\ueb68'), CHAT_PRIVATE_LINE("remixal-chat-private-line", '\ueb69'), CHAT_QUOTE_FILL("remixal-chat-quote-fill", '\ueb6a'), CHAT_QUOTE_LINE("remixal-chat-quote-line", '\ueb6b'), CHAT_SETTINGS_FILL("remixal-chat-settings-fill", '\ueb6c'), CHAT_SETTINGS_LINE("remixal-chat-settings-line", '\ueb6d'), CHAT_SMILE_2_FILL("remixal-chat-smile-2-fill", '\ueb6e'), CHAT_SMILE_2_LINE("remixal-chat-smile-2-line", '\ueb6f'), CHAT_SMILE_3_FILL("remixal-chat-smile-3-fill", '\ueb70'), CHAT_SMILE_3_LINE("remixal-chat-smile-3-line", '\ueb71'), CHAT_SMILE_FILL("remixal-chat-smile-fill", '\ueb72'), CHAT_SMILE_LINE("remixal-chat-smile-line", '\ueb73'), CHAT_UPLOAD_FILL("remixal-chat-upload-fill", '\ueb74'), CHAT_UPLOAD_LINE("remixal-chat-upload-line", '\ueb75'), CHAT_VOICE_FILL("remixal-chat-voice-fill", '\ueb76'), CHAT_VOICE_LINE("remixal-chat-voice-line", '\ueb77'), CHECKBOX_BLANK_CIRCLE_FILL("remixal-checkbox-blank-circle-fill", '\ueb7c'), CHECKBOX_BLANK_CIRCLE_LINE("remixal-checkbox-blank-circle-line", '\ueb7d'), CHECKBOX_BLANK_FILL("remixal-checkbox-blank-fill", '\ueb7e'), CHECKBOX_BLANK_LINE("remixal-checkbox-blank-line", '\ueb7f'), CHECKBOX_CIRCLE_FILL("remixal-checkbox-circle-fill", '\ueb80'), CHECKBOX_CIRCLE_LINE("remixal-checkbox-circle-line", '\ueb81'), CHECKBOX_FILL("remixal-checkbox-fill", '\ueb82'), CHECKBOX_INDETERMINATE_FILL("remixal-checkbox-indeterminate-fill", '\ueb83'), CHECKBOX_INDETERMINATE_LINE("remixal-checkbox-indeterminate-line", '\ueb84'), CHECKBOX_LINE("remixal-checkbox-line", '\ueb85'), CHECKBOX_MULTIPLE_BLANK_FILL("remixal-checkbox-multiple-blank-fill", '\ueb86'), CHECKBOX_MULTIPLE_BLANK_LINE("remixal-checkbox-multiple-blank-line", '\ueb87'), CHECKBOX_MULTIPLE_FILL("remixal-checkbox-multiple-fill", '\ueb88'), CHECKBOX_MULTIPLE_LINE("remixal-checkbox-multiple-line", '\ueb89'), CHECK_DOUBLE_FILL("remixal-check-double-fill", '\ueb78'), CHECK_DOUBLE_LINE("remixal-check-double-line", '\ueb79'), CHECK_FILL("remixal-check-fill", '\ueb7a'), CHECK_LINE("remixal-check-line", '\ueb7b'), CHINA_RAILWAY_FILL("remixal-china-railway-fill", '\ueb8a'), CHINA_RAILWAY_LINE("remixal-china-railway-line", '\ueb8b'), CHROME_FILL("remixal-chrome-fill", '\ueb8c'), CHROME_LINE("remixal-chrome-line", '\ueb8d'), CLAPPERBOARD_FILL("remixal-clapperboard-fill", '\ueb8e'), CLAPPERBOARD_LINE("remixal-clapperboard-line", '\ueb8f'), CLIPBOARD_FILL("remixal-clipboard-fill", '\ueb90'), CLIPBOARD_LINE("remixal-clipboard-line", '\ueb91'), CLOCKWISE_2_FILL("remixal-clockwise-2-fill", '\ueb92'), CLOCKWISE_2_LINE("remixal-clockwise-2-line", '\ueb93'), CLOCKWISE_FILL("remixal-clockwise-fill", '\ueb94'), CLOCKWISE_LINE("remixal-clockwise-line", '\ueb95'), CLOSED_CAPTIONING_FILL("remixal-closed-captioning-fill", '\ueb9a'), CLOSED_CAPTIONING_LINE("remixal-closed-captioning-line", '\ueb9b'), CLOSE_CIRCLE_FILL("remixal-close-circle-fill", '\ueb96'), CLOSE_CIRCLE_LINE("remixal-close-circle-line", '\ueb97'), CLOSE_FILL("remixal-close-fill", '\ueb98'), CLOSE_LINE("remixal-close-line", '\ueb99'), CLOUDY_2_FILL("remixal-cloudy-2-fill", '\ueba2'), CLOUDY_2_LINE("remixal-cloudy-2-line", '\ueba3'), CLOUDY_FILL("remixal-cloudy-fill", '\ueba4'), CLOUDY_LINE("remixal-cloudy-line", '\ueba5'), CLOUD_FILL("remixal-cloud-fill", '\ueb9c'), CLOUD_LINE("remixal-cloud-line", '\ueb9d'), CLOUD_OFF_FILL("remixal-cloud-off-fill", '\ueb9e'), CLOUD_OFF_LINE("remixal-cloud-off-line", '\ueb9f'), CLOUD_WINDY_FILL("remixal-cloud-windy-fill", '\ueba0'), CLOUD_WINDY_LINE("remixal-cloud-windy-line", '\ueba1'), CODEPEN_FILL("remixal-codepen-fill", '\uebaf'), CODEPEN_LINE("remixal-codepen-line", '\uebb0'), CODE_BOX_FILL("remixal-code-box-fill", '\ueba6'), CODE_BOX_LINE("remixal-code-box-line", '\ueba7'), CODE_FILL("remixal-code-fill", '\ueba8'), CODE_LINE("remixal-code-line", '\ueba9'), CODE_S_FILL("remixal-code-s-fill", '\uebaa'), CODE_S_LINE("remixal-code-s-line", '\uebab'), CODE_S_SLASH_FILL("remixal-code-s-slash-fill", '\uebac'), CODE_S_SLASH_LINE("remixal-code-s-slash-line", '\uebad'), CODE_VIEW("remixal-code-view", '\uebae'), COINS_FILL("remixal-coins-fill", '\uebb3'), COINS_LINE("remixal-coins-line", '\uebb4'), COIN_FILL("remixal-coin-fill", '\uebb1'), COIN_LINE("remixal-coin-line", '\uebb2'), COLLAGE_FILL("remixal-collage-fill", '\uebb5'), COLLAGE_LINE("remixal-collage-line", '\uebb6'), COMMAND_FILL("remixal-command-fill", '\uebb7'), COMMAND_LINE("remixal-command-line", '\uebb8'), COMMUNITY_FILL("remixal-community-fill", '\uebb9'), COMMUNITY_LINE("remixal-community-line", '\uebba'), COMPASSES_2_FILL("remixal-compasses-2-fill", '\uebc5'), COMPASSES_2_LINE("remixal-compasses-2-line", '\uebc6'), COMPASSES_FILL("remixal-compasses-fill", '\uebc7'), COMPASSES_LINE("remixal-compasses-line", '\uebc8'), COMPASS_2_FILL("remixal-compass-2-fill", '\uebbb'), COMPASS_2_LINE("remixal-compass-2-line", '\uebbc'), COMPASS_3_FILL("remixal-compass-3-fill", '\uebbd'), COMPASS_3_LINE("remixal-compass-3-line", '\uebbe'), COMPASS_4_FILL("remixal-compass-4-fill", '\uebbf'), COMPASS_4_LINE("remixal-compass-4-line", '\uebc0'), COMPASS_DISCOVER_FILL("remixal-compass-discover-fill", '\uebc1'), COMPASS_DISCOVER_LINE("remixal-compass-discover-line", '\uebc2'), COMPASS_FILL("remixal-compass-fill", '\uebc3'), COMPASS_LINE("remixal-compass-line", '\uebc4'), COMPUTER_FILL("remixal-computer-fill", '\uebc9'), COMPUTER_LINE("remixal-computer-line", '\uebca'), CONTACTS_BOOK_2_FILL("remixal-contacts-book-2-fill", '\uebcb'), CONTACTS_BOOK_2_LINE("remixal-contacts-book-2-line", '\uebcc'), CONTACTS_BOOK_FILL("remixal-contacts-book-fill", '\uebcd'), CONTACTS_BOOK_LINE("remixal-contacts-book-line", '\uebce'), CONTACTS_BOOK_UPLOAD_FILL("remixal-contacts-book-upload-fill", '\uebcf'), CONTACTS_BOOK_UPLOAD_LINE("remixal-contacts-book-upload-line", '\uebd0'), CONTACTS_FILL("remixal-contacts-fill", '\uebd1'), CONTACTS_LINE("remixal-contacts-line", '\uebd2'), CONTRAST_2_FILL("remixal-contrast-2-fill", '\uebd3'), CONTRAST_2_LINE("remixal-contrast-2-line", '\uebd4'), CONTRAST_DROP_2_FILL("remixal-contrast-drop-2-fill", '\uebd5'), CONTRAST_DROP_2_LINE("remixal-contrast-drop-2-line", '\uebd6'), CONTRAST_DROP_FILL("remixal-contrast-drop-fill", '\uebd7'), CONTRAST_DROP_LINE("remixal-contrast-drop-line", '\uebd8'), CONTRAST_FILL("remixal-contrast-fill", '\uebd9'), CONTRAST_LINE("remixal-contrast-line", '\uebda'), COPPER_COIN_FILL("remixal-copper-coin-fill", '\uebdb'), COPPER_COIN_LINE("remixal-copper-coin-line", '\uebdc'), COPPER_DIAMOND_FILL("remixal-copper-diamond-fill", '\uebdd'), COPPER_DIAMOND_LINE("remixal-copper-diamond-line", '\uebde'), COPYLEFT_FILL("remixal-copyleft-fill", '\uebdf'), COPYLEFT_LINE("remixal-copyleft-line", '\uebe0'), COPYRIGHT_FILL("remixal-copyright-fill", '\uebe1'), COPYRIGHT_LINE("remixal-copyright-line", '\uebe2'), COREOS_FILL("remixal-coreos-fill", '\uebe3'), COREOS_LINE("remixal-coreos-line", '\uebe4'), COUPON_2_FILL("remixal-coupon-2-fill", '\uebe5'), COUPON_2_LINE("remixal-coupon-2-line", '\uebe6'), COUPON_3_FILL("remixal-coupon-3-fill", '\uebe7'), COUPON_3_LINE("remixal-coupon-3-line", '\uebe8'), COUPON_4_FILL("remixal-coupon-4-fill", '\uebe9'), COUPON_4_LINE("remixal-coupon-4-line", '\uebea'), COUPON_5_FILL("remixal-coupon-5-fill", '\uebeb'), COUPON_5_LINE("remixal-coupon-5-line", '\uebec'), COUPON_FILL("remixal-coupon-fill", '\uebed'), COUPON_LINE("remixal-coupon-line", '\uebee'), CPU_FILL("remixal-cpu-fill", '\uebef'), CPU_LINE("remixal-cpu-line", '\uebf0'), CREATIVE_COMMONS_BY_FILL("remixal-creative-commons-by-fill", '\uebf1'), CREATIVE_COMMONS_BY_LINE("remixal-creative-commons-by-line", '\uebf2'), CREATIVE_COMMONS_FILL("remixal-creative-commons-fill", '\uebf3'), CREATIVE_COMMONS_LINE("remixal-creative-commons-line", '\uebf4'), CREATIVE_COMMONS_NC_FILL("remixal-creative-commons-nc-fill", '\uebf5'), CREATIVE_COMMONS_NC_LINE("remixal-creative-commons-nc-line", '\uebf6'), CREATIVE_COMMONS_ND_FILL("remixal-creative-commons-nd-fill", '\uebf7'), CREATIVE_COMMONS_ND_LINE("remixal-creative-commons-nd-line", '\uebf8'), CREATIVE_COMMONS_SA_FILL("remixal-creative-commons-sa-fill", '\uebf9'), CREATIVE_COMMONS_SA_LINE("remixal-creative-commons-sa-line", '\uebfa'), CREATIVE_COMMONS_ZERO_FILL("remixal-creative-commons-zero-fill", '\uebfb'), CREATIVE_COMMONS_ZERO_LINE("remixal-creative-commons-zero-line", '\uebfc'), CRIMINAL_FILL("remixal-criminal-fill", '\uebfd'), CRIMINAL_LINE("remixal-criminal-line", '\uebfe'), CROP_2_FILL("remixal-crop-2-fill", '\uebff'), CROP_2_LINE("remixal-crop-2-line", '\uec00'), CROP_FILL("remixal-crop-fill", '\uec01'), CROP_LINE("remixal-crop-line", '\uec02'), CSS3_FILL("remixal-css3-fill", '\uec03'), CSS3_LINE("remixal-css3-line", '\uec04'), CUP_FILL("remixal-cup-fill", '\uec05'), CUP_LINE("remixal-cup-line", '\uec06'), CURRENCY_FILL("remixal-currency-fill", '\uec07'), CURRENCY_LINE("remixal-currency-line", '\uec08'), CURSOR_FILL("remixal-cursor-fill", '\uec09'), CURSOR_LINE("remixal-cursor-line", '\uec0a'), CUSTOMER_SERVICE_2_FILL("remixal-customer-service-2-fill", '\uec0b'), CUSTOMER_SERVICE_2_LINE("remixal-customer-service-2-line", '\uec0c'), CUSTOMER_SERVICE_FILL("remixal-customer-service-fill", '\uec0d'), CUSTOMER_SERVICE_LINE("remixal-customer-service-line", '\uec0e'), DASHBOARD_2_FILL("remixal-dashboard-2-fill", '\uec0f'), DASHBOARD_2_LINE("remixal-dashboard-2-line", '\uec10'), DASHBOARD_3_FILL("remixal-dashboard-3-fill", '\uec11'), DASHBOARD_3_LINE("remixal-dashboard-3-line", '\uec12'), DASHBOARD_FILL("remixal-dashboard-fill", '\uec13'), DASHBOARD_LINE("remixal-dashboard-line", '\uec14'), DATABASE_2_FILL("remixal-database-2-fill", '\uec15'), DATABASE_2_LINE("remixal-database-2-line", '\uec16'), DATABASE_FILL("remixal-database-fill", '\uec17'), DATABASE_LINE("remixal-database-line", '\uec18'), DELETE_BACK_2_FILL("remixal-delete-back-2-fill", '\uec19'), DELETE_BACK_2_LINE("remixal-delete-back-2-line", '\uec1a'), DELETE_BACK_FILL("remixal-delete-back-fill", '\uec1b'), DELETE_BACK_LINE("remixal-delete-back-line", '\uec1c'), DELETE_BIN_2_FILL("remixal-delete-bin-2-fill", '\uec1d'), DELETE_BIN_2_LINE("remixal-delete-bin-2-line", '\uec1e'), DELETE_BIN_3_FILL("remixal-delete-bin-3-fill", '\uec1f'), DELETE_BIN_3_LINE("remixal-delete-bin-3-line", '\uec20'), DELETE_BIN_4_FILL("remixal-delete-bin-4-fill", '\uec21'), DELETE_BIN_4_LINE("remixal-delete-bin-4-line", '\uec22'), DELETE_BIN_5_FILL("remixal-delete-bin-5-fill", '\uec23'), DELETE_BIN_5_LINE("remixal-delete-bin-5-line", '\uec24'), DELETE_BIN_6_FILL("remixal-delete-bin-6-fill", '\uec25'), DELETE_BIN_6_LINE("remixal-delete-bin-6-line", '\uec26'), DELETE_BIN_7_FILL("remixal-delete-bin-7-fill", '\uec27'), DELETE_BIN_7_LINE("remixal-delete-bin-7-line", '\uec28'), DELETE_BIN_FILL("remixal-delete-bin-fill", '\uec29'), DELETE_BIN_LINE("remixal-delete-bin-line", '\uec2a'), DELETE_COLUMN("remixal-delete-column", '\uec2b'), DELETE_ROW("remixal-delete-row", '\uec2c'), DEVICE_FILL("remixal-device-fill", '\uec2d'), DEVICE_LINE("remixal-device-line", '\uec2e'), DEVICE_RECOVER_FILL("remixal-device-recover-fill", '\uec2f'), DEVICE_RECOVER_LINE("remixal-device-recover-line", '\uec30'), DINGDING_FILL("remixal-dingding-fill", '\uec31'), DINGDING_LINE("remixal-dingding-line", '\uec32'), DIRECTION_FILL("remixal-direction-fill", '\uec33'), DIRECTION_LINE("remixal-direction-line", '\uec34'), DISCORD_FILL("remixal-discord-fill", '\uec37'), DISCORD_LINE("remixal-discord-line", '\uec38'), DISCUSS_FILL("remixal-discuss-fill", '\uec39'), DISCUSS_LINE("remixal-discuss-line", '\uec3a'), DISC_FILL("remixal-disc-fill", '\uec35'), DISC_LINE("remixal-disc-line", '\uec36'), DISLIKE_FILL("remixal-dislike-fill", '\uec3b'), DISLIKE_LINE("remixal-dislike-line", '\uec3c'), DISQUS_FILL("remixal-disqus-fill", '\uec3d'), DISQUS_LINE("remixal-disqus-line", '\uec3e'), DIVIDE_FILL("remixal-divide-fill", '\uec3f'), DIVIDE_LINE("remixal-divide-line", '\uec40'), DONUT_CHART_FILL("remixal-donut-chart-fill", '\uec41'), DONUT_CHART_LINE("remixal-donut-chart-line", '\uec42'), DOOR_CLOSED_FILL("remixal-door-closed-fill", '\uec43'), DOOR_CLOSED_LINE("remixal-door-closed-line", '\uec44'), DOOR_FILL("remixal-door-fill", '\uec45'), DOOR_LINE("remixal-door-line", '\uec46'), DOOR_LOCK_BOX_FILL("remixal-door-lock-box-fill", '\uec47'), DOOR_LOCK_BOX_LINE("remixal-door-lock-box-line", '\uec48'), DOOR_LOCK_FILL("remixal-door-lock-fill", '\uec49'), DOOR_LOCK_LINE("remixal-door-lock-line", '\uec4a'), DOOR_OPEN_FILL("remixal-door-open-fill", '\uec4b'), DOOR_OPEN_LINE("remixal-door-open-line", '\uec4c'), DOSSIER_FILL("remixal-dossier-fill", '\uec4d'), DOSSIER_LINE("remixal-dossier-line", '\uec4e'), DOUBAN_FILL("remixal-douban-fill", '\uec4f'), DOUBAN_LINE("remixal-douban-line", '\uec50'), DOUBLE_QUOTES_L("remixal-double-quotes-l", '\uec51'), DOUBLE_QUOTES_R("remixal-double-quotes-r", '\uec52'), DOWNLOAD_2_FILL("remixal-download-2-fill", '\uec53'), DOWNLOAD_2_LINE("remixal-download-2-line", '\uec54'), DOWNLOAD_CLOUD_2_FILL("remixal-download-cloud-2-fill", '\uec55'), DOWNLOAD_CLOUD_2_LINE("remixal-download-cloud-2-line", '\uec56'), DOWNLOAD_CLOUD_FILL("remixal-download-cloud-fill", '\uec57'), DOWNLOAD_CLOUD_LINE("remixal-download-cloud-line", '\uec58'), DOWNLOAD_FILL("remixal-download-fill", '\uec59'), DOWNLOAD_LINE("remixal-download-line", '\uec5a'), DRAFT_FILL("remixal-draft-fill", '\uec5b'), DRAFT_LINE("remixal-draft-line", '\uec5c'), DRAG_DROP_FILL("remixal-drag-drop-fill", '\uec5d'), DRAG_DROP_LINE("remixal-drag-drop-line", '\uec5e'), DRAG_MOVE_2_FILL("remixal-drag-move-2-fill", '\uec5f'), DRAG_MOVE_2_LINE("remixal-drag-move-2-line", '\uec60'), DRAG_MOVE_FILL("remixal-drag-move-fill", '\uec61'), DRAG_MOVE_LINE("remixal-drag-move-line", '\uec62'), DRIBBBLE_FILL("remixal-dribbble-fill", '\uec63'), DRIBBBLE_LINE("remixal-dribbble-line", '\uec64'), DRIVE_FILL("remixal-drive-fill", '\uec65'), DRIVE_LINE("remixal-drive-line", '\uec66'), DRIZZLE_FILL("remixal-drizzle-fill", '\uec67'), DRIZZLE_LINE("remixal-drizzle-line", '\uec68'), DROPBOX_FILL("remixal-dropbox-fill", '\uec6b'), DROPBOX_LINE("remixal-dropbox-line", '\uec6c'), DROP_FILL("remixal-drop-fill", '\uec69'), DROP_LINE("remixal-drop-line", '\uec6a'), DUAL_SIM_1_FILL("remixal-dual-sim-1-fill", '\uec6d'), DUAL_SIM_1_LINE("remixal-dual-sim-1-line", '\uec6e'), DUAL_SIM_2_FILL("remixal-dual-sim-2-fill", '\uec6f'), DUAL_SIM_2_LINE("remixal-dual-sim-2-line", '\uec70'), DVD_FILL("remixal-dvd-fill", '\uec73'), DVD_LINE("remixal-dvd-line", '\uec74'), DV_FILL("remixal-dv-fill", '\uec71'), DV_LINE("remixal-dv-line", '\uec72'), EARTHQUAKE_FILL("remixal-earthquake-fill", '\uec7b'), EARTHQUAKE_LINE("remixal-earthquake-line", '\uec7c'), EARTH_FILL("remixal-earth-fill", '\uec79'), EARTH_LINE("remixal-earth-line", '\uec7a'), EDGE_FILL("remixal-edge-fill", '\uec7d'), EDGE_LINE("remixal-edge-line", '\uec7e'), EDIT_2_FILL("remixal-edit-2-fill", '\uec7f'), EDIT_2_LINE("remixal-edit-2-line", '\uec80'), EDIT_BOX_FILL("remixal-edit-box-fill", '\uec81'), EDIT_BOX_LINE("remixal-edit-box-line", '\uec82'), EDIT_CIRCLE_FILL("remixal-edit-circle-fill", '\uec83'), EDIT_CIRCLE_LINE("remixal-edit-circle-line", '\uec84'), EDIT_FILL("remixal-edit-fill", '\uec85'), EDIT_LINE("remixal-edit-line", '\uec86'), EJECT_FILL("remixal-eject-fill", '\uec87'), EJECT_LINE("remixal-eject-line", '\uec88'), EMOTION_2_FILL("remixal-emotion-2-fill", '\uec89'), EMOTION_2_LINE("remixal-emotion-2-line", '\uec8a'), EMOTION_FILL("remixal-emotion-fill", '\uec8b'), EMOTION_HAPPY_FILL("remixal-emotion-happy-fill", '\uec8c'), EMOTION_HAPPY_LINE("remixal-emotion-happy-line", '\uec8d'), EMOTION_LAUGH_FILL("remixal-emotion-laugh-fill", '\uec8e'), EMOTION_LAUGH_LINE("remixal-emotion-laugh-line", '\uec8f'), EMOTION_LINE("remixal-emotion-line", '\uec90'), EMOTION_NORMAL_FILL("remixal-emotion-normal-fill", '\uec91'), EMOTION_NORMAL_LINE("remixal-emotion-normal-line", '\uec92'), EMOTION_SAD_FILL("remixal-emotion-sad-fill", '\uec93'), EMOTION_SAD_LINE("remixal-emotion-sad-line", '\uec94'), EMOTION_UNHAPPY_FILL("remixal-emotion-unhappy-fill", '\uec95'), EMOTION_UNHAPPY_LINE("remixal-emotion-unhappy-line", '\uec96'), EMPATHIZE_FILL("remixal-empathize-fill", '\uec97'), EMPATHIZE_LINE("remixal-empathize-line", '\uec98'), EMPHASIS("remixal-emphasis", '\uec9a'), EMPHASIS_CN("remixal-emphasis-cn", '\uec99'), ENGLISH_INPUT("remixal-english-input", '\uec9b'), EQUALIZER_FILL("remixal-equalizer-fill", '\uec9c'), EQUALIZER_LINE("remixal-equalizer-line", '\uec9d'), ERASER_FILL("remixal-eraser-fill", '\uec9e'), ERASER_LINE("remixal-eraser-line", '\uec9f'), ERROR_WARNING_FILL("remixal-error-warning-fill", '\ueca0'), ERROR_WARNING_LINE("remixal-error-warning-line", '\ueca1'), EVERNOTE_FILL("remixal-evernote-fill", '\ueca2'), EVERNOTE_LINE("remixal-evernote-line", '\ueca3'), EXCHANGE_BOX_FILL("remixal-exchange-box-fill", '\ueca4'), EXCHANGE_BOX_LINE("remixal-exchange-box-line", '\ueca5'), EXCHANGE_CNY_FILL("remixal-exchange-cny-fill", '\ueca6'), EXCHANGE_CNY_LINE("remixal-exchange-cny-line", '\ueca7'), EXCHANGE_DOLLAR_FILL("remixal-exchange-dollar-fill", '\ueca8'), EXCHANGE_DOLLAR_LINE("remixal-exchange-dollar-line", '\ueca9'), EXCHANGE_FILL("remixal-exchange-fill", '\uecaa'), EXCHANGE_FUNDS_FILL("remixal-exchange-funds-fill", '\uecab'), EXCHANGE_FUNDS_LINE("remixal-exchange-funds-line", '\uecac'), EXCHANGE_LINE("remixal-exchange-line", '\uecad'), EXTERNAL_LINK_FILL("remixal-external-link-fill", '\uecae'), EXTERNAL_LINK_LINE("remixal-external-link-line", '\uecaf'), EYE_2_FILL("remixal-eye-2-fill", '\uecb0'), EYE_2_LINE("remixal-eye-2-line", '\uecb1'), EYE_CLOSE_FILL("remixal-eye-close-fill", '\uecb2'), EYE_CLOSE_LINE("remixal-eye-close-line", '\uecb3'), EYE_FILL("remixal-eye-fill", '\uecb4'), EYE_LINE("remixal-eye-line", '\uecb5'), EYE_OFF_FILL("remixal-eye-off-fill", '\uecb6'), EYE_OFF_LINE("remixal-eye-off-line", '\uecb7'), E_BIKE_2_FILL("remixal-e-bike-2-fill", '\uec75'), E_BIKE_2_LINE("remixal-e-bike-2-line", '\uec76'), E_BIKE_FILL("remixal-e-bike-fill", '\uec77'), E_BIKE_LINE("remixal-e-bike-line", '\uec78'), FACEBOOK_BOX_FILL("remixal-facebook-box-fill", '\uecb8'), FACEBOOK_BOX_LINE("remixal-facebook-box-line", '\uecb9'), FACEBOOK_CIRCLE_FILL("remixal-facebook-circle-fill", '\uecba'), FACEBOOK_CIRCLE_LINE("remixal-facebook-circle-line", '\uecbb'), FACEBOOK_FILL("remixal-facebook-fill", '\uecbc'), FACEBOOK_LINE("remixal-facebook-line", '\uecbd'), FAHRENHEIT_FILL("remixal-fahrenheit-fill", '\uecbe'), FAHRENHEIT_LINE("remixal-fahrenheit-line", '\uecbf'), FEEDBACK_FILL("remixal-feedback-fill", '\uecc0'), FEEDBACK_LINE("remixal-feedback-line", '\uecc1'), FILE_2_FILL("remixal-file-2-fill", '\uecc2'), FILE_2_LINE("remixal-file-2-line", '\uecc3'), FILE_3_FILL("remixal-file-3-fill", '\uecc4'), FILE_3_LINE("remixal-file-3-line", '\uecc5'), FILE_4_FILL("remixal-file-4-fill", '\uecc6'), FILE_4_LINE("remixal-file-4-line", '\uecc7'), FILE_ADD_FILL("remixal-file-add-fill", '\uecc8'), FILE_ADD_LINE("remixal-file-add-line", '\uecc9'), FILE_CHART_2_FILL("remixal-file-chart-2-fill", '\uecca'), FILE_CHART_2_LINE("remixal-file-chart-2-line", '\ueccb'), FILE_CHART_FILL("remixal-file-chart-fill", '\ueccc'), FILE_CHART_LINE("remixal-file-chart-line", '\ueccd'), FILE_CLOUD_FILL("remixal-file-cloud-fill", '\uecce'), FILE_CLOUD_LINE("remixal-file-cloud-line", '\ueccf'), FILE_CODE_FILL("remixal-file-code-fill", '\uecd0'), FILE_CODE_LINE("remixal-file-code-line", '\uecd1'), FILE_COPY_2_FILL("remixal-file-copy-2-fill", '\uecd2'), FILE_COPY_2_LINE("remixal-file-copy-2-line", '\uecd3'), FILE_COPY_FILL("remixal-file-copy-fill", '\uecd4'), FILE_COPY_LINE("remixal-file-copy-line", '\uecd5'), FILE_DAMAGE_FILL("remixal-file-damage-fill", '\uecd6'), FILE_DAMAGE_LINE("remixal-file-damage-line", '\uecd7'), FILE_DOWNLOAD_FILL("remixal-file-download-fill", '\uecd8'), FILE_DOWNLOAD_LINE("remixal-file-download-line", '\uecd9'), FILE_EDIT_FILL("remixal-file-edit-fill", '\uecda'), FILE_EDIT_LINE("remixal-file-edit-line", '\uecdb'), FILE_EXCEL_2_FILL("remixal-file-excel-2-fill", '\uecdc'), FILE_EXCEL_2_LINE("remixal-file-excel-2-line", '\uecdd'), FILE_EXCEL_FILL("remixal-file-excel-fill", '\uecde'), FILE_EXCEL_LINE("remixal-file-excel-line", '\uecdf'), FILE_FILL("remixal-file-fill", '\uece0'), FILE_FORBID_FILL("remixal-file-forbid-fill", '\uece1'), FILE_FORBID_LINE("remixal-file-forbid-line", '\uece2'), FILE_GIF_FILL("remixal-file-gif-fill", '\uece3'), FILE_GIF_LINE("remixal-file-gif-line", '\uece4'), FILE_HISTORY_FILL("remixal-file-history-fill", '\uece5'), FILE_HISTORY_LINE("remixal-file-history-line", '\uece6'), FILE_HWP_FILL("remixal-file-hwp-fill", '\uece7'), FILE_HWP_LINE("remixal-file-hwp-line", '\uece8'), FILE_INFO_FILL("remixal-file-info-fill", '\uece9'), FILE_INFO_LINE("remixal-file-info-line", '\uecea'), FILE_LINE("remixal-file-line", '\ueceb'), FILE_LIST_2_FILL("remixal-file-list-2-fill", '\uecec'), FILE_LIST_2_LINE("remixal-file-list-2-line", '\ueced'), FILE_LIST_3_FILL("remixal-file-list-3-fill", '\uecee'), FILE_LIST_3_LINE("remixal-file-list-3-line", '\uecef'), FILE_LIST_FILL("remixal-file-list-fill", '\uecf0'), FILE_LIST_LINE("remixal-file-list-line", '\uecf1'), FILE_LOCK_FILL("remixal-file-lock-fill", '\uecf2'), FILE_LOCK_LINE("remixal-file-lock-line", '\uecf3'), FILE_MARK_FILL("remixal-file-mark-fill", '\uecf4'), FILE_MARK_LINE("remixal-file-mark-line", '\uecf5'), FILE_MUSIC_FILL("remixal-file-music-fill", '\uecf6'), FILE_MUSIC_LINE("remixal-file-music-line", '\uecf7'), FILE_PAPER_2_FILL("remixal-file-paper-2-fill", '\uecf8'), FILE_PAPER_2_LINE("remixal-file-paper-2-line", '\uecf9'), FILE_PAPER_FILL("remixal-file-paper-fill", '\uecfa'), FILE_PAPER_LINE("remixal-file-paper-line", '\uecfb'), FILE_PDF_FILL("remixal-file-pdf-fill", '\uecfc'), FILE_PDF_LINE("remixal-file-pdf-line", '\uecfd'), FILE_PPT_2_FILL("remixal-file-ppt-2-fill", '\uecfe'), FILE_PPT_2_LINE("remixal-file-ppt-2-line", '\uecff'), FILE_PPT_FILL("remixal-file-ppt-fill", '\ued00'), FILE_PPT_LINE("remixal-file-ppt-line", '\ued01'), FILE_REDUCE_FILL("remixal-file-reduce-fill", '\ued02'), FILE_REDUCE_LINE("remixal-file-reduce-line", '\ued03'), FILE_SEARCH_FILL("remixal-file-search-fill", '\ued04'), FILE_SEARCH_LINE("remixal-file-search-line", '\ued05'), FILE_SETTINGS_FILL("remixal-file-settings-fill", '\ued06'), FILE_SETTINGS_LINE("remixal-file-settings-line", '\ued07'), FILE_SHIELD_2_FILL("remixal-file-shield-2-fill", '\ued08'), FILE_SHIELD_2_LINE("remixal-file-shield-2-line", '\ued09'), FILE_SHIELD_FILL("remixal-file-shield-fill", '\ued0a'), FILE_SHIELD_LINE("remixal-file-shield-line", '\ued0b'), FILE_SHRED_FILL("remixal-file-shred-fill", '\ued0c'), FILE_SHRED_LINE("remixal-file-shred-line", '\ued0d'), FILE_TEXT_FILL("remixal-file-text-fill", '\ued0e'), FILE_TEXT_LINE("remixal-file-text-line", '\ued0f'), FILE_TRANSFER_FILL("remixal-file-transfer-fill", '\ued10'), FILE_TRANSFER_LINE("remixal-file-transfer-line", '\ued11'), FILE_UNKNOW_FILL("remixal-file-unknow-fill", '\ued12'), FILE_UNKNOW_LINE("remixal-file-unknow-line", '\ued13'), FILE_UPLOAD_FILL("remixal-file-upload-fill", '\ued14'), FILE_UPLOAD_LINE("remixal-file-upload-line", '\ued15'), FILE_USER_FILL("remixal-file-user-fill", '\ued16'), FILE_USER_LINE("remixal-file-user-line", '\ued17'), FILE_WARNING_FILL("remixal-file-warning-fill", '\ued18'), FILE_WARNING_LINE("remixal-file-warning-line", '\ued19'), FILE_WORD_2_FILL("remixal-file-word-2-fill", '\ued1a'), FILE_WORD_2_LINE("remixal-file-word-2-line", '\ued1b'), FILE_WORD_FILL("remixal-file-word-fill", '\ued1c'), FILE_WORD_LINE("remixal-file-word-line", '\ued1d'), FILE_ZIP_FILL("remixal-file-zip-fill", '\ued1e'), FILE_ZIP_LINE("remixal-file-zip-line", '\ued1f'), FILM_FILL("remixal-film-fill", '\ued20'), FILM_LINE("remixal-film-line", '\ued21'), FILTER_2_FILL("remixal-filter-2-fill", '\ued22'), FILTER_2_LINE("remixal-filter-2-line", '\ued23'), FILTER_3_FILL("remixal-filter-3-fill", '\ued24'), FILTER_3_LINE("remixal-filter-3-line", '\ued25'), FILTER_FILL("remixal-filter-fill", '\ued26'), FILTER_LINE("remixal-filter-line", '\ued27'), FILTER_OFF_FILL("remixal-filter-off-fill", '\ued28'), FILTER_OFF_LINE("remixal-filter-off-line", '\ued29'), FINDER_FILL("remixal-finder-fill", '\ued2c'), FINDER_LINE("remixal-finder-line", '\ued2d'), FIND_REPLACE_FILL("remixal-find-replace-fill", '\ued2a'), FIND_REPLACE_LINE("remixal-find-replace-line", '\ued2b'), FINGERPRINT_2_FILL("remixal-fingerprint-2-fill", '\ued2e'), FINGERPRINT_2_LINE("remixal-fingerprint-2-line", '\ued2f'), FINGERPRINT_FILL("remixal-fingerprint-fill", '\ued30'), FINGERPRINT_LINE("remixal-fingerprint-line", '\ued31'), FIREFOX_FILL("remixal-firefox-fill", '\ued34'), FIREFOX_LINE("remixal-firefox-line", '\ued35'), FIRE_FILL("remixal-fire-fill", '\ued32'), FIRE_LINE("remixal-fire-line", '\ued33'), FIRST_AID_KIT_FILL("remixal-first-aid-kit-fill", '\ued36'), FIRST_AID_KIT_LINE("remixal-first-aid-kit-line", '\ued37'), FLAG_2_FILL("remixal-flag-2-fill", '\ued38'), FLAG_2_LINE("remixal-flag-2-line", '\ued39'), FLAG_FILL("remixal-flag-fill", '\ued3a'), FLAG_LINE("remixal-flag-line", '\ued3b'), FLASHLIGHT_FILL("remixal-flashlight-fill", '\ued3c'), FLASHLIGHT_LINE("remixal-flashlight-line", '\ued3d'), FLASK_FILL("remixal-flask-fill", '\ued3e'), FLASK_LINE("remixal-flask-line", '\ued3f'), FLIGHT_LAND_FILL("remixal-flight-land-fill", '\ued40'), FLIGHT_LAND_LINE("remixal-flight-land-line", '\ued41'), FLIGHT_TAKEOFF_FILL("remixal-flight-takeoff-fill", '\ued42'), FLIGHT_TAKEOFF_LINE("remixal-flight-takeoff-line", '\ued43'), FLOOD_FILL("remixal-flood-fill", '\ued44'), FLOOD_LINE("remixal-flood-line", '\ued45'), FLOW_CHART("remixal-flow-chart", '\ued46'), FLUTTER_FILL("remixal-flutter-fill", '\ued47'), FLUTTER_LINE("remixal-flutter-line", '\ued48'), FOCUS_2_FILL("remixal-focus-2-fill", '\ued49'), FOCUS_2_LINE("remixal-focus-2-line", '\ued4a'), FOCUS_3_FILL("remixal-focus-3-fill", '\ued4b'), FOCUS_3_LINE("remixal-focus-3-line", '\ued4c'), FOCUS_FILL("remixal-focus-fill", '\ued4d'), FOCUS_LINE("remixal-focus-line", '\ued4e'), FOGGY_FILL("remixal-foggy-fill", '\ued4f'), FOGGY_LINE("remixal-foggy-line", '\ued50'), FOLDERS_FILL("remixal-folders-fill", '\ued89'), FOLDERS_LINE("remixal-folders-line", '\ued8a'), FOLDER_2_FILL("remixal-folder-2-fill", '\ued51'), FOLDER_2_LINE("remixal-folder-2-line", '\ued52'), FOLDER_3_FILL("remixal-folder-3-fill", '\ued53'), FOLDER_3_LINE("remixal-folder-3-line", '\ued54'), FOLDER_4_FILL("remixal-folder-4-fill", '\ued55'), FOLDER_4_LINE("remixal-folder-4-line", '\ued56'), FOLDER_5_FILL("remixal-folder-5-fill", '\ued57'), FOLDER_5_LINE("remixal-folder-5-line", '\ued58'), FOLDER_ADD_FILL("remixal-folder-add-fill", '\ued59'), FOLDER_ADD_LINE("remixal-folder-add-line", '\ued5a'), FOLDER_CHART_2_FILL("remixal-folder-chart-2-fill", '\ued5b'), FOLDER_CHART_2_LINE("remixal-folder-chart-2-line", '\ued5c'), FOLDER_CHART_FILL("remixal-folder-chart-fill", '\ued5d'), FOLDER_CHART_LINE("remixal-folder-chart-line", '\ued5e'), FOLDER_DOWNLOAD_FILL("remixal-folder-download-fill", '\ued5f'), FOLDER_DOWNLOAD_LINE("remixal-folder-download-line", '\ued60'), FOLDER_FILL("remixal-folder-fill", '\ued61'), FOLDER_FORBID_FILL("remixal-folder-forbid-fill", '\ued62'), FOLDER_FORBID_LINE("remixal-folder-forbid-line", '\ued63'), FOLDER_HISTORY_FILL("remixal-folder-history-fill", '\ued64'), FOLDER_HISTORY_LINE("remixal-folder-history-line", '\ued65'), FOLDER_INFO_FILL("remixal-folder-info-fill", '\ued66'), FOLDER_INFO_LINE("remixal-folder-info-line", '\ued67'), FOLDER_KEYHOLE_FILL("remixal-folder-keyhole-fill", '\ued68'), FOLDER_KEYHOLE_LINE("remixal-folder-keyhole-line", '\ued69'), FOLDER_LINE("remixal-folder-line", '\ued6a'), FOLDER_LOCK_FILL("remixal-folder-lock-fill", '\ued6b'), FOLDER_LOCK_LINE("remixal-folder-lock-line", '\ued6c'), FOLDER_MUSIC_FILL("remixal-folder-music-fill", '\ued6d'), FOLDER_MUSIC_LINE("remixal-folder-music-line", '\ued6e'), FOLDER_OPEN_FILL("remixal-folder-open-fill", '\ued6f'), FOLDER_OPEN_LINE("remixal-folder-open-line", '\ued70'), FOLDER_RECEIVED_FILL("remixal-folder-received-fill", '\ued71'), FOLDER_RECEIVED_LINE("remixal-folder-received-line", '\ued72'), FOLDER_REDUCE_FILL("remixal-folder-reduce-fill", '\ued73'), FOLDER_REDUCE_LINE("remixal-folder-reduce-line", '\ued74'), FOLDER_SETTINGS_FILL("remixal-folder-settings-fill", '\ued75'), FOLDER_SETTINGS_LINE("remixal-folder-settings-line", '\ued76'), FOLDER_SHARED_FILL("remixal-folder-shared-fill", '\ued77'), FOLDER_SHARED_LINE("remixal-folder-shared-line", '\ued78'), FOLDER_SHIELD_2_FILL("remixal-folder-shield-2-fill", '\ued79'), FOLDER_SHIELD_2_LINE("remixal-folder-shield-2-line", '\ued7a'), FOLDER_SHIELD_FILL("remixal-folder-shield-fill", '\ued7b'), FOLDER_SHIELD_LINE("remixal-folder-shield-line", '\ued7c'), FOLDER_TRANSFER_FILL("remixal-folder-transfer-fill", '\ued7d'), FOLDER_TRANSFER_LINE("remixal-folder-transfer-line", '\ued7e'), FOLDER_UNKNOW_FILL("remixal-folder-unknow-fill", '\ued7f'), FOLDER_UNKNOW_LINE("remixal-folder-unknow-line", '\ued80'), FOLDER_UPLOAD_FILL("remixal-folder-upload-fill", '\ued81'), FOLDER_UPLOAD_LINE("remixal-folder-upload-line", '\ued82'), FOLDER_USER_FILL("remixal-folder-user-fill", '\ued83'), FOLDER_USER_LINE("remixal-folder-user-line", '\ued84'), FOLDER_WARNING_FILL("remixal-folder-warning-fill", '\ued85'), FOLDER_WARNING_LINE("remixal-folder-warning-line", '\ued86'), FOLDER_ZIP_FILL("remixal-folder-zip-fill", '\ued87'), FOLDER_ZIP_LINE("remixal-folder-zip-line", '\ued88'), FONT_COLOR("remixal-font-color", '\ued8b'), FONT_SIZE("remixal-font-size", '\ued8d'), FONT_SIZE_2("remixal-font-size-2", '\ued8c'), FOOTBALL_FILL("remixal-football-fill", '\ued8e'), FOOTBALL_LINE("remixal-football-line", '\ued8f'), FOOTPRINT_FILL("remixal-footprint-fill", '\ued90'), FOOTPRINT_LINE("remixal-footprint-line", '\ued91'), FORBID_2_FILL("remixal-forbid-2-fill", '\ued92'), FORBID_2_LINE("remixal-forbid-2-line", '\ued93'), FORBID_FILL("remixal-forbid-fill", '\ued94'), FORBID_LINE("remixal-forbid-line", '\ued95'), FORMAT_CLEAR("remixal-format-clear", '\ued96'), FRIDGE_FILL("remixal-fridge-fill", '\ued97'), FRIDGE_LINE("remixal-fridge-line", '\ued98'), FULLSCREEN_EXIT_FILL("remixal-fullscreen-exit-fill", '\ued99'), FULLSCREEN_EXIT_LINE("remixal-fullscreen-exit-line", '\ued9a'), FULLSCREEN_FILL("remixal-fullscreen-fill", '\ued9b'), FULLSCREEN_LINE("remixal-fullscreen-line", '\ued9c'), FUNCTIONS("remixal-functions", '\ued9f'), FUNCTION_FILL("remixal-function-fill", '\ued9d'), FUNCTION_LINE("remixal-function-line", '\ued9e'), FUNDS_BOX_FILL("remixal-funds-box-fill", '\ueda0'), FUNDS_BOX_LINE("remixal-funds-box-line", '\ueda1'), FUNDS_FILL("remixal-funds-fill", '\ueda2'), FUNDS_LINE("remixal-funds-line", '\ueda3'), GALLERY_FILL("remixal-gallery-fill", '\ueda4'), GALLERY_LINE("remixal-gallery-line", '\ueda5'), GALLERY_UPLOAD_FILL("remixal-gallery-upload-fill", '\ueda6'), GALLERY_UPLOAD_LINE("remixal-gallery-upload-line", '\ueda7'), GAMEPAD_FILL("remixal-gamepad-fill", '\uedaa'), GAMEPAD_LINE("remixal-gamepad-line", '\uedab'), GAME_FILL("remixal-game-fill", '\ueda8'), GAME_LINE("remixal-game-line", '\ueda9'), GAS_STATION_FILL("remixal-gas-station-fill", '\uedac'), GAS_STATION_LINE("remixal-gas-station-line", '\uedad'), GATSBY_FILL("remixal-gatsby-fill", '\uedae'), GATSBY_LINE("remixal-gatsby-line", '\uedaf'), GENDERLESS_FILL("remixal-genderless-fill", '\uedb0'), GENDERLESS_LINE("remixal-genderless-line", '\uedb1'), GHOST_2_FILL("remixal-ghost-2-fill", '\uedb2'), GHOST_2_LINE("remixal-ghost-2-line", '\uedb3'), GHOST_FILL("remixal-ghost-fill", '\uedb4'), GHOST_LINE("remixal-ghost-line", '\uedb5'), GHOST_SMILE_FILL("remixal-ghost-smile-fill", '\uedb6'), GHOST_SMILE_LINE("remixal-ghost-smile-line", '\uedb7'), GIFT_2_FILL("remixal-gift-2-fill", '\uedb8'), GIFT_2_LINE("remixal-gift-2-line", '\uedb9'), GIFT_FILL("remixal-gift-fill", '\uedba'), GIFT_LINE("remixal-gift-line", '\uedbb'), GITHUB_FILL("remixal-github-fill", '\uedca'), GITHUB_LINE("remixal-github-line", '\uedcb'), GITLAB_FILL("remixal-gitlab-fill", '\uedcc'), GITLAB_LINE("remixal-gitlab-line", '\uedcd'), GIT_BRANCH_FILL("remixal-git-branch-fill", '\uedbc'), GIT_BRANCH_LINE("remixal-git-branch-line", '\uedbd'), GIT_COMMIT_FILL("remixal-git-commit-fill", '\uedbe'), GIT_COMMIT_LINE("remixal-git-commit-line", '\uedbf'), GIT_MERGE_FILL("remixal-git-merge-fill", '\uedc0'), GIT_MERGE_LINE("remixal-git-merge-line", '\uedc1'), GIT_PULL_REQUEST_FILL("remixal-git-pull-request-fill", '\uedc2'), GIT_PULL_REQUEST_LINE("remixal-git-pull-request-line", '\uedc3'), GIT_REPOSITORY_COMMITS_FILL("remixal-git-repository-commits-fill", '\uedc4'), GIT_REPOSITORY_COMMITS_LINE("remixal-git-repository-commits-line", '\uedc5'), GIT_REPOSITORY_FILL("remixal-git-repository-fill", '\uedc6'), GIT_REPOSITORY_LINE("remixal-git-repository-line", '\uedc7'), GIT_REPOSITORY_PRIVATE_FILL("remixal-git-repository-private-fill", '\uedc8'), GIT_REPOSITORY_PRIVATE_LINE("remixal-git-repository-private-line", '\uedc9'), GLOBAL_FILL("remixal-global-fill", '\uedce'), GLOBAL_LINE("remixal-global-line", '\uedcf'), GLOBE_FILL("remixal-globe-fill", '\uedd0'), GLOBE_LINE("remixal-globe-line", '\uedd1'), GOBLET_FILL("remixal-goblet-fill", '\uedd2'), GOBLET_LINE("remixal-goblet-line", '\uedd3'), GOOGLE_FILL("remixal-google-fill", '\uedd4'), GOOGLE_LINE("remixal-google-line", '\uedd5'), GOOGLE_PLAY_FILL("remixal-google-play-fill", '\uedd6'), GOOGLE_PLAY_LINE("remixal-google-play-line", '\uedd7'), GOVERNMENT_FILL("remixal-government-fill", '\uedd8'), GOVERNMENT_LINE("remixal-government-line", '\uedd9'), GPS_FILL("remixal-gps-fill", '\uedda'), GPS_LINE("remixal-gps-line", '\ueddb'), GRADIENTER_FILL("remixal-gradienter-fill", '\ueddc'), GRADIENTER_LINE("remixal-gradienter-line", '\ueddd'), GRID_FILL("remixal-grid-fill", '\uedde'), GRID_LINE("remixal-grid-line", '\ueddf'), GROUP_2_FILL("remixal-group-2-fill", '\uede0'), GROUP_2_LINE("remixal-group-2-line", '\uede1'), GROUP_FILL("remixal-group-fill", '\uede2'), GROUP_LINE("remixal-group-line", '\uede3'), GUIDE_FILL("remixal-guide-fill", '\uede4'), GUIDE_LINE("remixal-guide-line", '\uede5'), HAIL_FILL("remixal-hail-fill", '\uedec'), HAIL_LINE("remixal-hail-line", '\ueded'), HAMMER_FILL("remixal-hammer-fill", '\uedee'), HAMMER_LINE("remixal-hammer-line", '\uedef'), HANDBAG_FILL("remixal-handbag-fill", '\uedf6'), HANDBAG_LINE("remixal-handbag-line", '\uedf7'), HAND_COIN_FILL("remixal-hand-coin-fill", '\uedf0'), HAND_COIN_LINE("remixal-hand-coin-line", '\uedf1'), HAND_HEART_FILL("remixal-hand-heart-fill", '\uedf2'), HAND_HEART_LINE("remixal-hand-heart-line", '\uedf3'), HAND_SANITIZER_FILL("remixal-hand-sanitizer-fill", '\uedf4'), HAND_SANITIZER_LINE("remixal-hand-sanitizer-line", '\uedf5'), HARD_DRIVE_2_FILL("remixal-hard-drive-2-fill", '\uedf8'), HARD_DRIVE_2_LINE("remixal-hard-drive-2-line", '\uedf9'), HARD_DRIVE_FILL("remixal-hard-drive-fill", '\uedfa'), HARD_DRIVE_LINE("remixal-hard-drive-line", '\uedfb'), HASHTAG("remixal-hashtag", '\uedfc'), HAZE_2_FILL("remixal-haze-2-fill", '\uedfd'), HAZE_2_LINE("remixal-haze-2-line", '\uedfe'), HAZE_FILL("remixal-haze-fill", '\uedff'), HAZE_LINE("remixal-haze-line", '\uee00'), HD_FILL("remixal-hd-fill", '\uee01'), HD_LINE("remixal-hd-line", '\uee02'), HEADING("remixal-heading", '\uee03'), HEADPHONE_FILL("remixal-headphone-fill", '\uee04'), HEADPHONE_LINE("remixal-headphone-line", '\uee05'), HEALTH_BOOK_FILL("remixal-health-book-fill", '\uee06'), HEALTH_BOOK_LINE("remixal-health-book-line", '\uee07'), HEARTS_FILL("remixal-hearts-fill", '\uee12'), HEARTS_LINE("remixal-hearts-line", '\uee13'), HEART_2_FILL("remixal-heart-2-fill", '\uee08'), HEART_2_LINE("remixal-heart-2-line", '\uee09'), HEART_3_FILL("remixal-heart-3-fill", '\uee0a'), HEART_3_LINE("remixal-heart-3-line", '\uee0b'), HEART_ADD_FILL("remixal-heart-add-fill", '\uee0c'), HEART_ADD_LINE("remixal-heart-add-line", '\uee0d'), HEART_FILL("remixal-heart-fill", '\uee0e'), HEART_LINE("remixal-heart-line", '\uee0f'), HEART_PULSE_FILL("remixal-heart-pulse-fill", '\uee10'), HEART_PULSE_LINE("remixal-heart-pulse-line", '\uee11'), HEAVY_SHOWERS_FILL("remixal-heavy-showers-fill", '\uee14'), HEAVY_SHOWERS_LINE("remixal-heavy-showers-line", '\uee15'), HISTORY_FILL("remixal-history-fill", '\uee16'), HISTORY_LINE("remixal-history-line", '\uee17'), HOME_2_FILL("remixal-home-2-fill", '\uee18'), HOME_2_LINE("remixal-home-2-line", '\uee19'), HOME_3_FILL("remixal-home-3-fill", '\uee1a'), HOME_3_LINE("remixal-home-3-line", '\uee1b'), HOME_4_FILL("remixal-home-4-fill", '\uee1c'), HOME_4_LINE("remixal-home-4-line", '\uee1d'), HOME_5_FILL("remixal-home-5-fill", '\uee1e'), HOME_5_LINE("remixal-home-5-line", '\uee1f'), HOME_6_FILL("remixal-home-6-fill", '\uee20'), HOME_6_LINE("remixal-home-6-line", '\uee21'), HOME_7_FILL("remixal-home-7-fill", '\uee22'), HOME_7_LINE("remixal-home-7-line", '\uee23'), HOME_8_FILL("remixal-home-8-fill", '\uee24'), HOME_8_LINE("remixal-home-8-line", '\uee25'), HOME_FILL("remixal-home-fill", '\uee26'), HOME_GEAR_FILL("remixal-home-gear-fill", '\uee27'), HOME_GEAR_LINE("remixal-home-gear-line", '\uee28'), HOME_HEART_FILL("remixal-home-heart-fill", '\uee29'), HOME_HEART_LINE("remixal-home-heart-line", '\uee2a'), HOME_LINE("remixal-home-line", '\uee2b'), HOME_SMILE_2_FILL("remixal-home-smile-2-fill", '\uee2c'), HOME_SMILE_2_LINE("remixal-home-smile-2-line", '\uee2d'), HOME_SMILE_FILL("remixal-home-smile-fill", '\uee2e'), HOME_SMILE_LINE("remixal-home-smile-line", '\uee2f'), HOME_WIFI_FILL("remixal-home-wifi-fill", '\uee30'), HOME_WIFI_LINE("remixal-home-wifi-line", '\uee31'), HONOR_OF_KINGS_FILL("remixal-honor-of-kings-fill", '\uee32'), HONOR_OF_KINGS_LINE("remixal-honor-of-kings-line", '\uee33'), HONOUR_FILL("remixal-honour-fill", '\uee34'), HONOUR_LINE("remixal-honour-line", '\uee35'), HOSPITAL_FILL("remixal-hospital-fill", '\uee36'), HOSPITAL_LINE("remixal-hospital-line", '\uee37'), HOTEL_BED_FILL("remixal-hotel-bed-fill", '\uee38'), HOTEL_BED_LINE("remixal-hotel-bed-line", '\uee39'), HOTEL_FILL("remixal-hotel-fill", '\uee3a'), HOTEL_LINE("remixal-hotel-line", '\uee3b'), HOTSPOT_FILL("remixal-hotspot-fill", '\uee3c'), HOTSPOT_LINE("remixal-hotspot-line", '\uee3d'), HQ_FILL("remixal-hq-fill", '\uee3e'), HQ_LINE("remixal-hq-line", '\uee3f'), HTML5_FILL("remixal-html5-fill", '\uee40'), HTML5_LINE("remixal-html5-line", '\uee41'), H_1("remixal-h-1", '\uede6'), H_2("remixal-h-2", '\uede7'), H_3("remixal-h-3", '\uede8'), H_4("remixal-h-4", '\uede9'), H_5("remixal-h-5", '\uedea'), H_6("remixal-h-6", '\uedeb'), IE_FILL("remixal-ie-fill", '\uee42'), IE_LINE("remixal-ie-line", '\uee43'), IMAGE_2_FILL("remixal-image-2-fill", '\uee44'), IMAGE_2_LINE("remixal-image-2-line", '\uee45'), IMAGE_ADD_FILL("remixal-image-add-fill", '\uee46'), IMAGE_ADD_LINE("remixal-image-add-line", '\uee47'), IMAGE_EDIT_FILL("remixal-image-edit-fill", '\uee48'), IMAGE_EDIT_LINE("remixal-image-edit-line", '\uee49'), IMAGE_FILL("remixal-image-fill", '\uee4a'), IMAGE_LINE("remixal-image-line", '\uee4b'), INBOX_ARCHIVE_FILL("remixal-inbox-archive-fill", '\uee4c'), INBOX_ARCHIVE_LINE("remixal-inbox-archive-line", '\uee4d'), INBOX_FILL("remixal-inbox-fill", '\uee4e'), INBOX_LINE("remixal-inbox-line", '\uee4f'), INBOX_UNARCHIVE_FILL("remixal-inbox-unarchive-fill", '\uee50'), INBOX_UNARCHIVE_LINE("remixal-inbox-unarchive-line", '\uee51'), INCREASE_DECREASE_FILL("remixal-increase-decrease-fill", '\uee52'), INCREASE_DECREASE_LINE("remixal-increase-decrease-line", '\uee53'), INDENT_DECREASE("remixal-indent-decrease", '\uee54'), INDENT_INCREASE("remixal-indent-increase", '\uee55'), INDETERMINATE_CIRCLE_FILL("remixal-indeterminate-circle-fill", '\uee56'), INDETERMINATE_CIRCLE_LINE("remixal-indeterminate-circle-line", '\uee57'), INFORMATION_FILL("remixal-information-fill", '\uee58'), INFORMATION_LINE("remixal-information-line", '\uee59'), INFRARED_THERMOMETER_FILL("remixal-infrared-thermometer-fill", '\uee5a'), INFRARED_THERMOMETER_LINE("remixal-infrared-thermometer-line", '\uee5b'), INK_BOTTLE_FILL("remixal-ink-bottle-fill", '\uee5c'), INK_BOTTLE_LINE("remixal-ink-bottle-line", '\uee5d'), INPUT_CURSOR_MOVE("remixal-input-cursor-move", '\uee5e'), INPUT_METHOD_FILL("remixal-input-method-fill", '\uee5f'), INPUT_METHOD_LINE("remixal-input-method-line", '\uee60'), INSERT_COLUMN_LEFT("remixal-insert-column-left", '\uee61'), INSERT_COLUMN_RIGHT("remixal-insert-column-right", '\uee62'), INSERT_ROW_BOTTOM("remixal-insert-row-bottom", '\uee63'), INSERT_ROW_TOP("remixal-insert-row-top", '\uee64'), INSTAGRAM_FILL("remixal-instagram-fill", '\uee65'), INSTAGRAM_LINE("remixal-instagram-line", '\uee66'), INSTALL_FILL("remixal-install-fill", '\uee67'), INSTALL_LINE("remixal-install-line", '\uee68'), INVISION_FILL("remixal-invision-fill", '\uee69'), INVISION_LINE("remixal-invision-line", '\uee6a'), ITALIC("remixal-italic", '\uee6b'), KAKAO_TALK_FILL("remixal-kakao-talk-fill", '\uee6c'), KAKAO_TALK_LINE("remixal-kakao-talk-line", '\uee6d'), KEYBOARD_BOX_FILL("remixal-keyboard-box-fill", '\uee72'), KEYBOARD_BOX_LINE("remixal-keyboard-box-line", '\uee73'), KEYBOARD_FILL("remixal-keyboard-fill", '\uee74'), KEYBOARD_LINE("remixal-keyboard-line", '\uee75'), KEYNOTE_FILL("remixal-keynote-fill", '\uee76'), KEYNOTE_LINE("remixal-keynote-line", '\uee77'), KEY_2_FILL("remixal-key-2-fill", '\uee6e'), KEY_2_LINE("remixal-key-2-line", '\uee6f'), KEY_FILL("remixal-key-fill", '\uee70'), KEY_LINE("remixal-key-line", '\uee71'), KNIFE_BLOOD_FILL("remixal-knife-blood-fill", '\uee78'), KNIFE_BLOOD_LINE("remixal-knife-blood-line", '\uee79'), KNIFE_FILL("remixal-knife-fill", '\uee7a'), KNIFE_LINE("remixal-knife-line", '\uee7b'), LANDSCAPE_FILL("remixal-landscape-fill", '\uee7c'), LANDSCAPE_LINE("remixal-landscape-line", '\uee7d'), LAYOUT_2_FILL("remixal-layout-2-fill", '\uee7e'), LAYOUT_2_LINE("remixal-layout-2-line", '\uee7f'), LAYOUT_3_FILL("remixal-layout-3-fill", '\uee80'), LAYOUT_3_LINE("remixal-layout-3-line", '\uee81'), LAYOUT_4_FILL("remixal-layout-4-fill", '\uee82'), LAYOUT_4_LINE("remixal-layout-4-line", '\uee83'), LAYOUT_5_FILL("remixal-layout-5-fill", '\uee84'), LAYOUT_5_LINE("remixal-layout-5-line", '\uee85'), LAYOUT_6_FILL("remixal-layout-6-fill", '\uee86'), LAYOUT_6_LINE("remixal-layout-6-line", '\uee87'), LAYOUT_BOTTOM_2_FILL("remixal-layout-bottom-2-fill", '\uee88'), LAYOUT_BOTTOM_2_LINE("remixal-layout-bottom-2-line", '\uee89'), LAYOUT_BOTTOM_FILL("remixal-layout-bottom-fill", '\uee8a'), LAYOUT_BOTTOM_LINE("remixal-layout-bottom-line", '\uee8b'), LAYOUT_COLUMN_FILL("remixal-layout-column-fill", '\uee8c'), LAYOUT_COLUMN_LINE("remixal-layout-column-line", '\uee8d'), LAYOUT_FILL("remixal-layout-fill", '\uee8e'), LAYOUT_GRID_FILL("remixal-layout-grid-fill", '\uee8f'), LAYOUT_GRID_LINE("remixal-layout-grid-line", '\uee90'), LAYOUT_LEFT_2_FILL("remixal-layout-left-2-fill", '\uee91'), LAYOUT_LEFT_2_LINE("remixal-layout-left-2-line", '\uee92'), LAYOUT_LEFT_FILL("remixal-layout-left-fill", '\uee93'), LAYOUT_LEFT_LINE("remixal-layout-left-line", '\uee94'), LAYOUT_LINE("remixal-layout-line", '\uee95'), LAYOUT_MASONRY_FILL("remixal-layout-masonry-fill", '\uee96'), LAYOUT_MASONRY_LINE("remixal-layout-masonry-line", '\uee97'), LAYOUT_RIGHT_2_FILL("remixal-layout-right-2-fill", '\uee98'), LAYOUT_RIGHT_2_LINE("remixal-layout-right-2-line", '\uee99'), LAYOUT_RIGHT_FILL("remixal-layout-right-fill", '\uee9a'), LAYOUT_RIGHT_LINE("remixal-layout-right-line", '\uee9b'), LAYOUT_ROW_FILL("remixal-layout-row-fill", '\uee9c'), LAYOUT_ROW_LINE("remixal-layout-row-line", '\uee9d'), LAYOUT_TOP_2_FILL("remixal-layout-top-2-fill", '\uee9e'), LAYOUT_TOP_2_LINE("remixal-layout-top-2-line", '\uee9f'), LAYOUT_TOP_FILL("remixal-layout-top-fill", '\ueea0'), LAYOUT_TOP_LINE("remixal-layout-top-line", '\ueea1'), LEAF_FILL("remixal-leaf-fill", '\ueea2'), LEAF_LINE("remixal-leaf-line", '\ueea3'), LIFEBUOY_FILL("remixal-lifebuoy-fill", '\ueea4'), LIFEBUOY_LINE("remixal-lifebuoy-line", '\ueea5'), LIGHTBULB_FILL("remixal-lightbulb-fill", '\ueea6'), LIGHTBULB_FLASH_FILL("remixal-lightbulb-flash-fill", '\ueea7'), LIGHTBULB_FLASH_LINE("remixal-lightbulb-flash-line", '\ueea8'), LIGHTBULB_LINE("remixal-lightbulb-line", '\ueea9'), LINE_CHART_FILL("remixal-line-chart-fill", '\ueeaa'), LINE_CHART_LINE("remixal-line-chart-line", '\ueeab'), LINE_FILL("remixal-line-fill", '\ueeac'), LINE_HEIGHT("remixal-line-height", '\ueead'), LINE_LINE("remixal-line-line", '\ueeae'), LINK("remixal-link", '\ueeb2'), LINKEDIN_BOX_FILL("remixal-linkedin-box-fill", '\ueeb3'), LINKEDIN_BOX_LINE("remixal-linkedin-box-line", '\ueeb4'), LINKEDIN_FILL("remixal-linkedin-fill", '\ueeb5'), LINKEDIN_LINE("remixal-linkedin-line", '\ueeb6'), LINKS_FILL("remixal-links-fill", '\ueeb7'), LINKS_LINE("remixal-links-line", '\ueeb8'), LINK_M("remixal-link-m", '\ueeaf'), LINK_UNLINK("remixal-link-unlink", '\ueeb1'), LINK_UNLINK_M("remixal-link-unlink-m", '\ueeb0'), LIST_CHECK("remixal-list-check", '\ueeba'), LIST_CHECK_2("remixal-list-check-2", '\ueeb9'), LIST_ORDERED("remixal-list-ordered", '\ueebb'), LIST_SETTINGS_FILL("remixal-list-settings-fill", '\ueebc'), LIST_SETTINGS_LINE("remixal-list-settings-line", '\ueebd'), LIST_UNORDERED("remixal-list-unordered", '\ueebe'), LIVE_FILL("remixal-live-fill", '\ueebf'), LIVE_LINE("remixal-live-line", '\ueec0'), LOADER_2_FILL("remixal-loader-2-fill", '\ueec1'), LOADER_2_LINE("remixal-loader-2-line", '\ueec2'), LOADER_3_FILL("remixal-loader-3-fill", '\ueec3'), LOADER_3_LINE("remixal-loader-3-line", '\ueec4'), LOADER_4_FILL("remixal-loader-4-fill", '\ueec5'), LOADER_4_LINE("remixal-loader-4-line", '\ueec6'), LOADER_5_FILL("remixal-loader-5-fill", '\ueec7'), LOADER_5_LINE("remixal-loader-5-line", '\ueec8'), LOADER_FILL("remixal-loader-fill", '\ueec9'), LOADER_LINE("remixal-loader-line", '\ueeca'), LOCK_2_FILL("remixal-lock-2-fill", '\ueecb'), LOCK_2_LINE("remixal-lock-2-line", '\ueecc'), LOCK_FILL("remixal-lock-fill", '\ueecd'), LOCK_LINE("remixal-lock-line", '\ueece'), LOCK_PASSWORD_FILL("remixal-lock-password-fill", '\ueecf'), LOCK_PASSWORD_LINE("remixal-lock-password-line", '\ueed0'), LOCK_UNLOCK_FILL("remixal-lock-unlock-fill", '\ueed1'), LOCK_UNLOCK_LINE("remixal-lock-unlock-line", '\ueed2'), LOGIN_BOX_FILL("remixal-login-box-fill", '\ueed3'), LOGIN_BOX_LINE("remixal-login-box-line", '\ueed4'), LOGIN_CIRCLE_FILL("remixal-login-circle-fill", '\ueed5'), LOGIN_CIRCLE_LINE("remixal-login-circle-line", '\ueed6'), LOGOUT_BOX_FILL("remixal-logout-box-fill", '\ueed7'), LOGOUT_BOX_LINE("remixal-logout-box-line", '\ueed8'), LOGOUT_BOX_R_FILL("remixal-logout-box-r-fill", '\ueed9'), LOGOUT_BOX_R_LINE("remixal-logout-box-r-line", '\ueeda'), LOGOUT_CIRCLE_FILL("remixal-logout-circle-fill", '\ueedb'), LOGOUT_CIRCLE_LINE("remixal-logout-circle-line", '\ueedc'), LOGOUT_CIRCLE_R_FILL("remixal-logout-circle-r-fill", '\ueedd'), LOGOUT_CIRCLE_R_LINE("remixal-logout-circle-r-line", '\ueede'), LUGGAGE_CART_FILL("remixal-luggage-cart-fill", '\ueedf'), LUGGAGE_CART_LINE("remixal-luggage-cart-line", '\ueee0'), LUGGAGE_DEPOSIT_FILL("remixal-luggage-deposit-fill", '\ueee1'), LUGGAGE_DEPOSIT_LINE("remixal-luggage-deposit-line", '\ueee2'), LUNGS_FILL("remixal-lungs-fill", '\ueee3'), LUNGS_LINE("remixal-lungs-line", '\ueee4'); public static RemixiconAL findByDescription(String description) { for (RemixiconAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; RemixiconAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/java/org/kordamp/ikonli/remixicon/RemixiconALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.remixicon; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class RemixiconALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/remixicon/2.5.0/fonts/remixicon.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("remixal-"); } @Override public Ikon resolve(String description) { return RemixiconAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "remixicon"; } } ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/java/org/kordamp/ikonli/remixicon/RemixiconALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.remixicon; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class RemixiconALIkonProvider implements IkonProvider { @Override public Class getIkon() { return RemixiconAL.class; } } ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/java/org/kordamp/ikonli/remixicon/RemixiconMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.remixicon; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum RemixiconMZ implements Ikon { MACBOOK_FILL("remixmz-macbook-fill", '\ueee7'), MACBOOK_LINE("remixmz-macbook-line", '\ueee8'), MAC_FILL("remixmz-mac-fill", '\ueee5'), MAC_LINE("remixmz-mac-line", '\ueee6'), MAGIC_FILL("remixmz-magic-fill", '\ueee9'), MAGIC_LINE("remixmz-magic-line", '\ueeea'), MAIL_ADD_FILL("remixmz-mail-add-fill", '\ueeeb'), MAIL_ADD_LINE("remixmz-mail-add-line", '\ueeec'), MAIL_CHECK_FILL("remixmz-mail-check-fill", '\ueeed'), MAIL_CHECK_LINE("remixmz-mail-check-line", '\ueeee'), MAIL_CLOSE_FILL("remixmz-mail-close-fill", '\ueeef'), MAIL_CLOSE_LINE("remixmz-mail-close-line", '\ueef0'), MAIL_DOWNLOAD_FILL("remixmz-mail-download-fill", '\ueef1'), MAIL_DOWNLOAD_LINE("remixmz-mail-download-line", '\ueef2'), MAIL_FILL("remixmz-mail-fill", '\ueef3'), MAIL_FORBID_FILL("remixmz-mail-forbid-fill", '\ueef4'), MAIL_FORBID_LINE("remixmz-mail-forbid-line", '\ueef5'), MAIL_LINE("remixmz-mail-line", '\ueef6'), MAIL_LOCK_FILL("remixmz-mail-lock-fill", '\ueef7'), MAIL_LOCK_LINE("remixmz-mail-lock-line", '\ueef8'), MAIL_OPEN_FILL("remixmz-mail-open-fill", '\ueef9'), MAIL_OPEN_LINE("remixmz-mail-open-line", '\ueefa'), MAIL_SEND_FILL("remixmz-mail-send-fill", '\ueefb'), MAIL_SEND_LINE("remixmz-mail-send-line", '\ueefc'), MAIL_SETTINGS_FILL("remixmz-mail-settings-fill", '\ueefd'), MAIL_SETTINGS_LINE("remixmz-mail-settings-line", '\ueefe'), MAIL_STAR_FILL("remixmz-mail-star-fill", '\ueeff'), MAIL_STAR_LINE("remixmz-mail-star-line", '\uef00'), MAIL_UNREAD_FILL("remixmz-mail-unread-fill", '\uef01'), MAIL_UNREAD_LINE("remixmz-mail-unread-line", '\uef02'), MAIL_VOLUME_FILL("remixmz-mail-volume-fill", '\uef03'), MAIL_VOLUME_LINE("remixmz-mail-volume-line", '\uef04'), MAP_2_FILL("remixmz-map-2-fill", '\uef05'), MAP_2_LINE("remixmz-map-2-line", '\uef06'), MAP_FILL("remixmz-map-fill", '\uef07'), MAP_LINE("remixmz-map-line", '\uef08'), MAP_PIN_2_FILL("remixmz-map-pin-2-fill", '\uef09'), MAP_PIN_2_LINE("remixmz-map-pin-2-line", '\uef0a'), MAP_PIN_3_FILL("remixmz-map-pin-3-fill", '\uef0b'), MAP_PIN_3_LINE("remixmz-map-pin-3-line", '\uef0c'), MAP_PIN_4_FILL("remixmz-map-pin-4-fill", '\uef0d'), MAP_PIN_4_LINE("remixmz-map-pin-4-line", '\uef0e'), MAP_PIN_5_FILL("remixmz-map-pin-5-fill", '\uef0f'), MAP_PIN_5_LINE("remixmz-map-pin-5-line", '\uef10'), MAP_PIN_ADD_FILL("remixmz-map-pin-add-fill", '\uef11'), MAP_PIN_ADD_LINE("remixmz-map-pin-add-line", '\uef12'), MAP_PIN_FILL("remixmz-map-pin-fill", '\uef13'), MAP_PIN_LINE("remixmz-map-pin-line", '\uef14'), MAP_PIN_RANGE_FILL("remixmz-map-pin-range-fill", '\uef15'), MAP_PIN_RANGE_LINE("remixmz-map-pin-range-line", '\uef16'), MAP_PIN_TIME_FILL("remixmz-map-pin-time-fill", '\uef17'), MAP_PIN_TIME_LINE("remixmz-map-pin-time-line", '\uef18'), MAP_PIN_USER_FILL("remixmz-map-pin-user-fill", '\uef19'), MAP_PIN_USER_LINE("remixmz-map-pin-user-line", '\uef1a'), MARKDOWN_FILL("remixmz-markdown-fill", '\uef1d'), MARKDOWN_LINE("remixmz-markdown-line", '\uef1e'), MARKUP_FILL("remixmz-markup-fill", '\uef1f'), MARKUP_LINE("remixmz-markup-line", '\uef20'), MARK_PEN_FILL("remixmz-mark-pen-fill", '\uef1b'), MARK_PEN_LINE("remixmz-mark-pen-line", '\uef1c'), MASTERCARD_FILL("remixmz-mastercard-fill", '\uef21'), MASTERCARD_LINE("remixmz-mastercard-line", '\uef22'), MASTODON_FILL("remixmz-mastodon-fill", '\uef23'), MASTODON_LINE("remixmz-mastodon-line", '\uef24'), MEDAL_2_FILL("remixmz-medal-2-fill", '\uef25'), MEDAL_2_LINE("remixmz-medal-2-line", '\uef26'), MEDAL_FILL("remixmz-medal-fill", '\uef27'), MEDAL_LINE("remixmz-medal-line", '\uef28'), MEDICINE_BOTTLE_FILL("remixmz-medicine-bottle-fill", '\uef29'), MEDICINE_BOTTLE_LINE("remixmz-medicine-bottle-line", '\uef2a'), MEDIUM_FILL("remixmz-medium-fill", '\uef2b'), MEDIUM_LINE("remixmz-medium-line", '\uef2c'), MENTAL_HEALTH_FILL("remixmz-mental-health-fill", '\uef2f'), MENTAL_HEALTH_LINE("remixmz-mental-health-line", '\uef30'), MENU_2_FILL("remixmz-menu-2-fill", '\uef31'), MENU_2_LINE("remixmz-menu-2-line", '\uef32'), MENU_3_FILL("remixmz-menu-3-fill", '\uef33'), MENU_3_LINE("remixmz-menu-3-line", '\uef34'), MENU_4_FILL("remixmz-menu-4-fill", '\uef35'), MENU_4_LINE("remixmz-menu-4-line", '\uef36'), MENU_5_FILL("remixmz-menu-5-fill", '\uef37'), MENU_5_LINE("remixmz-menu-5-line", '\uef38'), MENU_ADD_FILL("remixmz-menu-add-fill", '\uef39'), MENU_ADD_LINE("remixmz-menu-add-line", '\uef3a'), MENU_FILL("remixmz-menu-fill", '\uef3b'), MENU_FOLD_FILL("remixmz-menu-fold-fill", '\uef3c'), MENU_FOLD_LINE("remixmz-menu-fold-line", '\uef3d'), MENU_LINE("remixmz-menu-line", '\uef3e'), MENU_UNFOLD_FILL("remixmz-menu-unfold-fill", '\uef3f'), MENU_UNFOLD_LINE("remixmz-menu-unfold-line", '\uef40'), MEN_FILL("remixmz-men-fill", '\uef2d'), MEN_LINE("remixmz-men-line", '\uef2e'), MERGE_CELLS_HORIZONTAL("remixmz-merge-cells-horizontal", '\uef41'), MERGE_CELLS_VERTICAL("remixmz-merge-cells-vertical", '\uef42'), MESSAGE_2_FILL("remixmz-message-2-fill", '\uef43'), MESSAGE_2_LINE("remixmz-message-2-line", '\uef44'), MESSAGE_3_FILL("remixmz-message-3-fill", '\uef45'), MESSAGE_3_LINE("remixmz-message-3-line", '\uef46'), MESSAGE_FILL("remixmz-message-fill", '\uef47'), MESSAGE_LINE("remixmz-message-line", '\uef48'), MESSENGER_FILL("remixmz-messenger-fill", '\uef49'), MESSENGER_LINE("remixmz-messenger-line", '\uef4a'), METEOR_FILL("remixmz-meteor-fill", '\uef4b'), METEOR_LINE("remixmz-meteor-line", '\uef4c'), MICKEY_FILL("remixmz-mickey-fill", '\uef53'), MICKEY_LINE("remixmz-mickey-line", '\uef54'), MICROSCOPE_FILL("remixmz-microscope-fill", '\uef55'), MICROSCOPE_LINE("remixmz-microscope-line", '\uef56'), MICROSOFT_FILL("remixmz-microsoft-fill", '\uef57'), MICROSOFT_LINE("remixmz-microsoft-line", '\uef58'), MIC_2_FILL("remixmz-mic-2-fill", '\uef4d'), MIC_2_LINE("remixmz-mic-2-line", '\uef4e'), MIC_FILL("remixmz-mic-fill", '\uef4f'), MIC_LINE("remixmz-mic-line", '\uef50'), MIC_OFF_FILL("remixmz-mic-off-fill", '\uef51'), MIC_OFF_LINE("remixmz-mic-off-line", '\uef52'), MIND_MAP("remixmz-mind-map", '\uef59'), MINI_PROGRAM_FILL("remixmz-mini-program-fill", '\uef5a'), MINI_PROGRAM_LINE("remixmz-mini-program-line", '\uef5b'), MIST_FILL("remixmz-mist-fill", '\uef5c'), MIST_LINE("remixmz-mist-line", '\uef5d'), MONEY_CNY_BOX_FILL("remixmz-money-cny-box-fill", '\uef5e'), MONEY_CNY_BOX_LINE("remixmz-money-cny-box-line", '\uef5f'), MONEY_CNY_CIRCLE_FILL("remixmz-money-cny-circle-fill", '\uef60'), MONEY_CNY_CIRCLE_LINE("remixmz-money-cny-circle-line", '\uef61'), MONEY_DOLLAR_BOX_FILL("remixmz-money-dollar-box-fill", '\uef62'), MONEY_DOLLAR_BOX_LINE("remixmz-money-dollar-box-line", '\uef63'), MONEY_DOLLAR_CIRCLE_FILL("remixmz-money-dollar-circle-fill", '\uef64'), MONEY_DOLLAR_CIRCLE_LINE("remixmz-money-dollar-circle-line", '\uef65'), MONEY_EURO_BOX_FILL("remixmz-money-euro-box-fill", '\uef66'), MONEY_EURO_BOX_LINE("remixmz-money-euro-box-line", '\uef67'), MONEY_EURO_CIRCLE_FILL("remixmz-money-euro-circle-fill", '\uef68'), MONEY_EURO_CIRCLE_LINE("remixmz-money-euro-circle-line", '\uef69'), MONEY_POUND_BOX_FILL("remixmz-money-pound-box-fill", '\uef6a'), MONEY_POUND_BOX_LINE("remixmz-money-pound-box-line", '\uef6b'), MONEY_POUND_CIRCLE_FILL("remixmz-money-pound-circle-fill", '\uef6c'), MONEY_POUND_CIRCLE_LINE("remixmz-money-pound-circle-line", '\uef6d'), MOON_CLEAR_FILL("remixmz-moon-clear-fill", '\uef6e'), MOON_CLEAR_LINE("remixmz-moon-clear-line", '\uef6f'), MOON_CLOUDY_FILL("remixmz-moon-cloudy-fill", '\uef70'), MOON_CLOUDY_LINE("remixmz-moon-cloudy-line", '\uef71'), MOON_FILL("remixmz-moon-fill", '\uef72'), MOON_FOGGY_FILL("remixmz-moon-foggy-fill", '\uef73'), MOON_FOGGY_LINE("remixmz-moon-foggy-line", '\uef74'), MOON_LINE("remixmz-moon-line", '\uef75'), MORE_2_FILL("remixmz-more-2-fill", '\uef76'), MORE_2_LINE("remixmz-more-2-line", '\uef77'), MORE_FILL("remixmz-more-fill", '\uef78'), MORE_LINE("remixmz-more-line", '\uef79'), MOTORBIKE_FILL("remixmz-motorbike-fill", '\uef7a'), MOTORBIKE_LINE("remixmz-motorbike-line", '\uef7b'), MOUSE_FILL("remixmz-mouse-fill", '\uef7c'), MOUSE_LINE("remixmz-mouse-line", '\uef7d'), MOVIE_2_FILL("remixmz-movie-2-fill", '\uef7e'), MOVIE_2_LINE("remixmz-movie-2-line", '\uef7f'), MOVIE_FILL("remixmz-movie-fill", '\uef80'), MOVIE_LINE("remixmz-movie-line", '\uef81'), MUSIC_2_FILL("remixmz-music-2-fill", '\uef82'), MUSIC_2_LINE("remixmz-music-2-line", '\uef83'), MUSIC_FILL("remixmz-music-fill", '\uef84'), MUSIC_LINE("remixmz-music-line", '\uef85'), MV_FILL("remixmz-mv-fill", '\uef86'), MV_LINE("remixmz-mv-line", '\uef87'), NAVIGATION_FILL("remixmz-navigation-fill", '\uef88'), NAVIGATION_LINE("remixmz-navigation-line", '\uef89'), NETEASE_CLOUD_MUSIC_FILL("remixmz-netease-cloud-music-fill", '\uef8a'), NETEASE_CLOUD_MUSIC_LINE("remixmz-netease-cloud-music-line", '\uef8b'), NETFLIX_FILL("remixmz-netflix-fill", '\uef8c'), NETFLIX_LINE("remixmz-netflix-line", '\uef8d'), NEWSPAPER_FILL("remixmz-newspaper-fill", '\uef8e'), NEWSPAPER_LINE("remixmz-newspaper-line", '\uef8f'), NODE_TREE("remixmz-node-tree", '\uef90'), NOTIFICATION_2_FILL("remixmz-notification-2-fill", '\uef91'), NOTIFICATION_2_LINE("remixmz-notification-2-line", '\uef92'), NOTIFICATION_3_FILL("remixmz-notification-3-fill", '\uef93'), NOTIFICATION_3_LINE("remixmz-notification-3-line", '\uef94'), NOTIFICATION_4_FILL("remixmz-notification-4-fill", '\uef95'), NOTIFICATION_4_LINE("remixmz-notification-4-line", '\uef96'), NOTIFICATION_BADGE_FILL("remixmz-notification-badge-fill", '\uef97'), NOTIFICATION_BADGE_LINE("remixmz-notification-badge-line", '\uef98'), NOTIFICATION_FILL("remixmz-notification-fill", '\uef99'), NOTIFICATION_LINE("remixmz-notification-line", '\uef9a'), NOTIFICATION_OFF_FILL("remixmz-notification-off-fill", '\uef9b'), NOTIFICATION_OFF_LINE("remixmz-notification-off-line", '\uef9c'), NPMJS_FILL("remixmz-npmjs-fill", '\uef9d'), NPMJS_LINE("remixmz-npmjs-line", '\uef9e'), NUMBERS_FILL("remixmz-numbers-fill", '\uefa9'), NUMBERS_LINE("remixmz-numbers-line", '\uefaa'), NUMBER_0("remixmz-number-0", '\uef9f'), NUMBER_1("remixmz-number-1", '\uefa0'), NUMBER_2("remixmz-number-2", '\uefa1'), NUMBER_3("remixmz-number-3", '\uefa2'), NUMBER_4("remixmz-number-4", '\uefa3'), NUMBER_5("remixmz-number-5", '\uefa4'), NUMBER_6("remixmz-number-6", '\uefa5'), NUMBER_7("remixmz-number-7", '\uefa6'), NUMBER_8("remixmz-number-8", '\uefa7'), NUMBER_9("remixmz-number-9", '\uefa8'), NURSE_FILL("remixmz-nurse-fill", '\uefab'), NURSE_LINE("remixmz-nurse-line", '\uefac'), OIL_FILL("remixmz-oil-fill", '\uefad'), OIL_LINE("remixmz-oil-line", '\uefae'), OMEGA("remixmz-omega", '\uefaf'), OPEN_ARM_FILL("remixmz-open-arm-fill", '\uefb0'), OPEN_ARM_LINE("remixmz-open-arm-line", '\uefb1'), OPEN_SOURCE_FILL("remixmz-open-source-fill", '\uefb2'), OPEN_SOURCE_LINE("remixmz-open-source-line", '\uefb3'), OPERA_FILL("remixmz-opera-fill", '\uefb4'), OPERA_LINE("remixmz-opera-line", '\uefb5'), ORDER_PLAY_FILL("remixmz-order-play-fill", '\uefb6'), ORDER_PLAY_LINE("remixmz-order-play-line", '\uefb7'), ORGANIZATION_CHART("remixmz-organization-chart", '\uefb8'), OUTLET_2_FILL("remixmz-outlet-2-fill", '\uefb9'), OUTLET_2_LINE("remixmz-outlet-2-line", '\uefba'), OUTLET_FILL("remixmz-outlet-fill", '\uefbb'), OUTLET_LINE("remixmz-outlet-line", '\uefbc'), PAGES_FILL("remixmz-pages-fill", '\uefbe'), PAGES_LINE("remixmz-pages-line", '\uefbf'), PAGE_SEPARATOR("remixmz-page-separator", '\uefbd'), PAINT_BRUSH_FILL("remixmz-paint-brush-fill", '\uefc0'), PAINT_BRUSH_LINE("remixmz-paint-brush-line", '\uefc1'), PAINT_FILL("remixmz-paint-fill", '\uefc2'), PAINT_LINE("remixmz-paint-line", '\uefc3'), PALETTE_FILL("remixmz-palette-fill", '\uefc4'), PALETTE_LINE("remixmz-palette-line", '\uefc5'), PANTONE_FILL("remixmz-pantone-fill", '\uefc6'), PANTONE_LINE("remixmz-pantone-line", '\uefc7'), PARAGRAPH("remixmz-paragraph", '\uefc8'), PARENTHESES_FILL("remixmz-parentheses-fill", '\uefcb'), PARENTHESES_LINE("remixmz-parentheses-line", '\uefcc'), PARENT_FILL("remixmz-parent-fill", '\uefc9'), PARENT_LINE("remixmz-parent-line", '\uefca'), PARKING_BOX_FILL("remixmz-parking-box-fill", '\uefcd'), PARKING_BOX_LINE("remixmz-parking-box-line", '\uefce'), PARKING_FILL("remixmz-parking-fill", '\uefcf'), PARKING_LINE("remixmz-parking-line", '\uefd0'), PASSPORT_FILL("remixmz-passport-fill", '\uefd1'), PASSPORT_LINE("remixmz-passport-line", '\uefd2'), PATREON_FILL("remixmz-patreon-fill", '\uefd3'), PATREON_LINE("remixmz-patreon-line", '\uefd4'), PAUSE_CIRCLE_FILL("remixmz-pause-circle-fill", '\uefd5'), PAUSE_CIRCLE_LINE("remixmz-pause-circle-line", '\uefd6'), PAUSE_FILL("remixmz-pause-fill", '\uefd7'), PAUSE_LINE("remixmz-pause-line", '\uefd8'), PAUSE_MINI_FILL("remixmz-pause-mini-fill", '\uefd9'), PAUSE_MINI_LINE("remixmz-pause-mini-line", '\uefda'), PAYPAL_FILL("remixmz-paypal-fill", '\uefdb'), PAYPAL_LINE("remixmz-paypal-line", '\uefdc'), PENCIL_FILL("remixmz-pencil-fill", '\uefdf'), PENCIL_LINE("remixmz-pencil-line", '\uefe0'), PENCIL_RULER_2_FILL("remixmz-pencil-ruler-2-fill", '\uefe1'), PENCIL_RULER_2_LINE("remixmz-pencil-ruler-2-line", '\uefe2'), PENCIL_RULER_FILL("remixmz-pencil-ruler-fill", '\uefe3'), PENCIL_RULER_LINE("remixmz-pencil-ruler-line", '\uefe4'), PEN_NIB_FILL("remixmz-pen-nib-fill", '\uefdd'), PEN_NIB_LINE("remixmz-pen-nib-line", '\uefde'), PERCENT_FILL("remixmz-percent-fill", '\uefe5'), PERCENT_LINE("remixmz-percent-line", '\uefe6'), PHONE_CAMERA_FILL("remixmz-phone-camera-fill", '\uefe7'), PHONE_CAMERA_LINE("remixmz-phone-camera-line", '\uefe8'), PHONE_FILL("remixmz-phone-fill", '\uefe9'), PHONE_FIND_FILL("remixmz-phone-find-fill", '\uefea'), PHONE_FIND_LINE("remixmz-phone-find-line", '\uefeb'), PHONE_LINE("remixmz-phone-line", '\uefec'), PHONE_LOCK_FILL("remixmz-phone-lock-fill", '\uefed'), PHONE_LOCK_LINE("remixmz-phone-lock-line", '\uefee'), PICTURE_IN_PICTURE_2_FILL("remixmz-picture-in-picture-2-fill", '\uefef'), PICTURE_IN_PICTURE_2_LINE("remixmz-picture-in-picture-2-line", '\ueff0'), PICTURE_IN_PICTURE_EXIT_FILL("remixmz-picture-in-picture-exit-fill", '\ueff1'), PICTURE_IN_PICTURE_EXIT_LINE("remixmz-picture-in-picture-exit-line", '\ueff2'), PICTURE_IN_PICTURE_FILL("remixmz-picture-in-picture-fill", '\ueff3'), PICTURE_IN_PICTURE_LINE("remixmz-picture-in-picture-line", '\ueff4'), PIE_CHART_2_FILL("remixmz-pie-chart-2-fill", '\ueff5'), PIE_CHART_2_LINE("remixmz-pie-chart-2-line", '\ueff6'), PIE_CHART_BOX_FILL("remixmz-pie-chart-box-fill", '\ueff7'), PIE_CHART_BOX_LINE("remixmz-pie-chart-box-line", '\ueff8'), PIE_CHART_FILL("remixmz-pie-chart-fill", '\ueff9'), PIE_CHART_LINE("remixmz-pie-chart-line", '\ueffa'), PING_PONG_FILL("remixmz-ping-pong-fill", '\ueffd'), PING_PONG_LINE("remixmz-ping-pong-line", '\ueffe'), PINTEREST_FILL("remixmz-pinterest-fill", '\uefff'), PINTEREST_LINE("remixmz-pinterest-line", '\uf000'), PINYIN_INPUT("remixmz-pinyin-input", '\uf001'), PIN_DISTANCE_FILL("remixmz-pin-distance-fill", '\ueffb'), PIN_DISTANCE_LINE("remixmz-pin-distance-line", '\ueffc'), PIXELFED_FILL("remixmz-pixelfed-fill", '\uf002'), PIXELFED_LINE("remixmz-pixelfed-line", '\uf003'), PLANE_FILL("remixmz-plane-fill", '\uf004'), PLANE_LINE("remixmz-plane-line", '\uf005'), PLANT_FILL("remixmz-plant-fill", '\uf006'), PLANT_LINE("remixmz-plant-line", '\uf007'), PLAYSTATION_FILL("remixmz-playstation-fill", '\uf014'), PLAYSTATION_LINE("remixmz-playstation-line", '\uf015'), PLAY_CIRCLE_FILL("remixmz-play-circle-fill", '\uf008'), PLAY_CIRCLE_LINE("remixmz-play-circle-line", '\uf009'), PLAY_FILL("remixmz-play-fill", '\uf00a'), PLAY_LINE("remixmz-play-line", '\uf00b'), PLAY_LIST_2_FILL("remixmz-play-list-2-fill", '\uf00c'), PLAY_LIST_2_LINE("remixmz-play-list-2-line", '\uf00d'), PLAY_LIST_ADD_FILL("remixmz-play-list-add-fill", '\uf00e'), PLAY_LIST_ADD_LINE("remixmz-play-list-add-line", '\uf00f'), PLAY_LIST_FILL("remixmz-play-list-fill", '\uf010'), PLAY_LIST_LINE("remixmz-play-list-line", '\uf011'), PLAY_MINI_FILL("remixmz-play-mini-fill", '\uf012'), PLAY_MINI_LINE("remixmz-play-mini-line", '\uf013'), PLUG_2_FILL("remixmz-plug-2-fill", '\uf016'), PLUG_2_LINE("remixmz-plug-2-line", '\uf017'), PLUG_FILL("remixmz-plug-fill", '\uf018'), PLUG_LINE("remixmz-plug-line", '\uf019'), POLAROID_2_FILL("remixmz-polaroid-2-fill", '\uf01a'), POLAROID_2_LINE("remixmz-polaroid-2-line", '\uf01b'), POLAROID_FILL("remixmz-polaroid-fill", '\uf01c'), POLAROID_LINE("remixmz-polaroid-line", '\uf01d'), POLICE_CAR_FILL("remixmz-police-car-fill", '\uf01e'), POLICE_CAR_LINE("remixmz-police-car-line", '\uf01f'), PRICE_TAG_2_FILL("remixmz-price-tag-2-fill", '\uf020'), PRICE_TAG_2_LINE("remixmz-price-tag-2-line", '\uf021'), PRICE_TAG_3_FILL("remixmz-price-tag-3-fill", '\uf022'), PRICE_TAG_3_LINE("remixmz-price-tag-3-line", '\uf023'), PRICE_TAG_FILL("remixmz-price-tag-fill", '\uf024'), PRICE_TAG_LINE("remixmz-price-tag-line", '\uf025'), PRINTER_CLOUD_FILL("remixmz-printer-cloud-fill", '\uf026'), PRINTER_CLOUD_LINE("remixmz-printer-cloud-line", '\uf027'), PRINTER_FILL("remixmz-printer-fill", '\uf028'), PRINTER_LINE("remixmz-printer-line", '\uf029'), PRODUCT_HUNT_FILL("remixmz-product-hunt-fill", '\uf02a'), PRODUCT_HUNT_LINE("remixmz-product-hunt-line", '\uf02b'), PROFILE_FILL("remixmz-profile-fill", '\uf02c'), PROFILE_LINE("remixmz-profile-line", '\uf02d'), PROJECTOR_2_FILL("remixmz-projector-2-fill", '\uf02e'), PROJECTOR_2_LINE("remixmz-projector-2-line", '\uf02f'), PROJECTOR_FILL("remixmz-projector-fill", '\uf030'), PROJECTOR_LINE("remixmz-projector-line", '\uf031'), PSYCHOTHERAPY_FILL("remixmz-psychotherapy-fill", '\uf032'), PSYCHOTHERAPY_LINE("remixmz-psychotherapy-line", '\uf033'), PULSE_FILL("remixmz-pulse-fill", '\uf034'), PULSE_LINE("remixmz-pulse-line", '\uf035'), PUSHPIN_2_FILL("remixmz-pushpin-2-fill", '\uf036'), PUSHPIN_2_LINE("remixmz-pushpin-2-line", '\uf037'), PUSHPIN_FILL("remixmz-pushpin-fill", '\uf038'), PUSHPIN_LINE("remixmz-pushpin-line", '\uf039'), QQ_FILL("remixmz-qq-fill", '\uf03a'), QQ_LINE("remixmz-qq-line", '\uf03b'), QR_CODE_FILL("remixmz-qr-code-fill", '\uf03c'), QR_CODE_LINE("remixmz-qr-code-line", '\uf03d'), QR_SCAN_2_FILL("remixmz-qr-scan-2-fill", '\uf03e'), QR_SCAN_2_LINE("remixmz-qr-scan-2-line", '\uf03f'), QR_SCAN_FILL("remixmz-qr-scan-fill", '\uf040'), QR_SCAN_LINE("remixmz-qr-scan-line", '\uf041'), QUESTIONNAIRE_FILL("remixmz-questionnaire-fill", '\uf047'), QUESTIONNAIRE_LINE("remixmz-questionnaire-line", '\uf048'), QUESTION_ANSWER_FILL("remixmz-question-answer-fill", '\uf042'), QUESTION_ANSWER_LINE("remixmz-question-answer-line", '\uf043'), QUESTION_FILL("remixmz-question-fill", '\uf044'), QUESTION_LINE("remixmz-question-line", '\uf045'), QUESTION_MARK("remixmz-question-mark", '\uf046'), QUILL_PEN_FILL("remixmz-quill-pen-fill", '\uf049'), QUILL_PEN_LINE("remixmz-quill-pen-line", '\uf04a'), RADAR_FILL("remixmz-radar-fill", '\uf04b'), RADAR_LINE("remixmz-radar-line", '\uf04c'), RADIO_2_FILL("remixmz-radio-2-fill", '\uf04d'), RADIO_2_LINE("remixmz-radio-2-line", '\uf04e'), RADIO_BUTTON_FILL("remixmz-radio-button-fill", '\uf04f'), RADIO_BUTTON_LINE("remixmz-radio-button-line", '\uf050'), RADIO_FILL("remixmz-radio-fill", '\uf051'), RADIO_LINE("remixmz-radio-line", '\uf052'), RAINBOW_FILL("remixmz-rainbow-fill", '\uf053'), RAINBOW_LINE("remixmz-rainbow-line", '\uf054'), RAINY_FILL("remixmz-rainy-fill", '\uf055'), RAINY_LINE("remixmz-rainy-line", '\uf056'), REACTJS_FILL("remixmz-reactjs-fill", '\uf057'), REACTJS_LINE("remixmz-reactjs-line", '\uf058'), RECORD_CIRCLE_FILL("remixmz-record-circle-fill", '\uf059'), RECORD_CIRCLE_LINE("remixmz-record-circle-line", '\uf05a'), RECORD_MAIL_FILL("remixmz-record-mail-fill", '\uf05b'), RECORD_MAIL_LINE("remixmz-record-mail-line", '\uf05c'), RECYCLE_FILL("remixmz-recycle-fill", '\uf05d'), RECYCLE_LINE("remixmz-recycle-line", '\uf05e'), REDDIT_FILL("remixmz-reddit-fill", '\uf061'), REDDIT_LINE("remixmz-reddit-line", '\uf062'), RED_PACKET_FILL("remixmz-red-packet-fill", '\uf05f'), RED_PACKET_LINE("remixmz-red-packet-line", '\uf060'), REFRESH_FILL("remixmz-refresh-fill", '\uf063'), REFRESH_LINE("remixmz-refresh-line", '\uf064'), REFUND_2_FILL("remixmz-refund-2-fill", '\uf065'), REFUND_2_LINE("remixmz-refund-2-line", '\uf066'), REFUND_FILL("remixmz-refund-fill", '\uf067'), REFUND_LINE("remixmz-refund-line", '\uf068'), REGISTERED_FILL("remixmz-registered-fill", '\uf069'), REGISTERED_LINE("remixmz-registered-line", '\uf06a'), REMIX_24_HOURS_FILL("remixmz-24-hours-fill", '\uea01'), REMIX_24_HOURS_LINE("remixmz-24-hours-line", '\uea02'), REMIX_4K_FILL("remixmz-4k-fill", '\uea03'), REMIX_4K_LINE("remixmz-4k-line", '\uea04'), REMIXICON_FILL("remixmz-remixicon-fill", '\uf06b'), REMIXICON_LINE("remixmz-remixicon-line", '\uf06c'), REMOTE_CONTROL_2_FILL("remixmz-remote-control-2-fill", '\uf06d'), REMOTE_CONTROL_2_LINE("remixmz-remote-control-2-line", '\uf06e'), REMOTE_CONTROL_FILL("remixmz-remote-control-fill", '\uf06f'), REMOTE_CONTROL_LINE("remixmz-remote-control-line", '\uf070'), REPEAT_2_FILL("remixmz-repeat-2-fill", '\uf071'), REPEAT_2_LINE("remixmz-repeat-2-line", '\uf072'), REPEAT_FILL("remixmz-repeat-fill", '\uf073'), REPEAT_LINE("remixmz-repeat-line", '\uf074'), REPEAT_ONE_FILL("remixmz-repeat-one-fill", '\uf075'), REPEAT_ONE_LINE("remixmz-repeat-one-line", '\uf076'), REPLY_ALL_FILL("remixmz-reply-all-fill", '\uf077'), REPLY_ALL_LINE("remixmz-reply-all-line", '\uf078'), REPLY_FILL("remixmz-reply-fill", '\uf079'), REPLY_LINE("remixmz-reply-line", '\uf07a'), RESERVED_FILL("remixmz-reserved-fill", '\uf07b'), RESERVED_LINE("remixmz-reserved-line", '\uf07c'), RESTART_FILL("remixmz-restart-fill", '\uf07f'), RESTART_LINE("remixmz-restart-line", '\uf080'), RESTAURANT_2_FILL("remixmz-restaurant-2-fill", '\uf081'), RESTAURANT_2_LINE("remixmz-restaurant-2-line", '\uf082'), RESTAURANT_FILL("remixmz-restaurant-fill", '\uf083'), RESTAURANT_LINE("remixmz-restaurant-line", '\uf084'), REST_TIME_FILL("remixmz-rest-time-fill", '\uf07d'), REST_TIME_LINE("remixmz-rest-time-line", '\uf07e'), REWIND_FILL("remixmz-rewind-fill", '\uf085'), REWIND_LINE("remixmz-rewind-line", '\uf086'), REWIND_MINI_FILL("remixmz-rewind-mini-fill", '\uf087'), REWIND_MINI_LINE("remixmz-rewind-mini-line", '\uf088'), RHYTHM_FILL("remixmz-rhythm-fill", '\uf089'), RHYTHM_LINE("remixmz-rhythm-line", '\uf08a'), RIDING_FILL("remixmz-riding-fill", '\uf08b'), RIDING_LINE("remixmz-riding-line", '\uf08c'), ROADSTER_FILL("remixmz-roadster-fill", '\uf08f'), ROADSTER_LINE("remixmz-roadster-line", '\uf090'), ROAD_MAP_FILL("remixmz-road-map-fill", '\uf08d'), ROAD_MAP_LINE("remixmz-road-map-line", '\uf08e'), ROBOT_FILL("remixmz-robot-fill", '\uf091'), ROBOT_LINE("remixmz-robot-line", '\uf092'), ROCKET_2_FILL("remixmz-rocket-2-fill", '\uf093'), ROCKET_2_LINE("remixmz-rocket-2-line", '\uf094'), ROCKET_FILL("remixmz-rocket-fill", '\uf095'), ROCKET_LINE("remixmz-rocket-line", '\uf096'), ROTATE_LOCK_FILL("remixmz-rotate-lock-fill", '\uf097'), ROTATE_LOCK_LINE("remixmz-rotate-lock-line", '\uf098'), ROUNDED_CORNER("remixmz-rounded-corner", '\uf099'), ROUTER_FILL("remixmz-router-fill", '\uf09c'), ROUTER_LINE("remixmz-router-line", '\uf09d'), ROUTE_FILL("remixmz-route-fill", '\uf09a'), ROUTE_LINE("remixmz-route-line", '\uf09b'), RSS_FILL("remixmz-rss-fill", '\uf09e'), RSS_LINE("remixmz-rss-line", '\uf09f'), RULER_2_FILL("remixmz-ruler-2-fill", '\uf0a0'), RULER_2_LINE("remixmz-ruler-2-line", '\uf0a1'), RULER_FILL("remixmz-ruler-fill", '\uf0a2'), RULER_LINE("remixmz-ruler-line", '\uf0a3'), RUN_FILL("remixmz-run-fill", '\uf0a4'), RUN_LINE("remixmz-run-line", '\uf0a5'), SAFARI_FILL("remixmz-safari-fill", '\uf0a6'), SAFARI_LINE("remixmz-safari-line", '\uf0a7'), SAFE_2_FILL("remixmz-safe-2-fill", '\uf0a8'), SAFE_2_LINE("remixmz-safe-2-line", '\uf0a9'), SAFE_FILL("remixmz-safe-fill", '\uf0aa'), SAFE_LINE("remixmz-safe-line", '\uf0ab'), SAILBOAT_FILL("remixmz-sailboat-fill", '\uf0ac'), SAILBOAT_LINE("remixmz-sailboat-line", '\uf0ad'), SAVE_2_FILL("remixmz-save-2-fill", '\uf0ae'), SAVE_2_LINE("remixmz-save-2-line", '\uf0af'), SAVE_3_FILL("remixmz-save-3-fill", '\uf0b0'), SAVE_3_LINE("remixmz-save-3-line", '\uf0b1'), SAVE_FILL("remixmz-save-fill", '\uf0b2'), SAVE_LINE("remixmz-save-line", '\uf0b3'), SCALES_2_FILL("remixmz-scales-2-fill", '\uf0b4'), SCALES_2_LINE("remixmz-scales-2-line", '\uf0b5'), SCALES_3_FILL("remixmz-scales-3-fill", '\uf0b6'), SCALES_3_LINE("remixmz-scales-3-line", '\uf0b7'), SCALES_FILL("remixmz-scales-fill", '\uf0b8'), SCALES_LINE("remixmz-scales-line", '\uf0b9'), SCAN_2_FILL("remixmz-scan-2-fill", '\uf0ba'), SCAN_2_LINE("remixmz-scan-2-line", '\uf0bb'), SCAN_FILL("remixmz-scan-fill", '\uf0bc'), SCAN_LINE("remixmz-scan-line", '\uf0bd'), SCISSORS_2_FILL("remixmz-scissors-2-fill", '\uf0be'), SCISSORS_2_LINE("remixmz-scissors-2-line", '\uf0bf'), SCISSORS_CUT_FILL("remixmz-scissors-cut-fill", '\uf0c0'), SCISSORS_CUT_LINE("remixmz-scissors-cut-line", '\uf0c1'), SCISSORS_FILL("remixmz-scissors-fill", '\uf0c2'), SCISSORS_LINE("remixmz-scissors-line", '\uf0c3'), SCREENSHOT_2_FILL("remixmz-screenshot-2-fill", '\uf0c4'), SCREENSHOT_2_LINE("remixmz-screenshot-2-line", '\uf0c5'), SCREENSHOT_FILL("remixmz-screenshot-fill", '\uf0c6'), SCREENSHOT_LINE("remixmz-screenshot-line", '\uf0c7'), SD_CARD_FILL("remixmz-sd-card-fill", '\uf0c8'), SD_CARD_LINE("remixmz-sd-card-line", '\uf0c9'), SD_CARD_MINI_FILL("remixmz-sd-card-mini-fill", '\uf0ca'), SD_CARD_MINI_LINE("remixmz-sd-card-mini-line", '\uf0cb'), SEARCH_2_FILL("remixmz-search-2-fill", '\uf0cc'), SEARCH_2_LINE("remixmz-search-2-line", '\uf0cd'), SEARCH_EYE_FILL("remixmz-search-eye-fill", '\uf0ce'), SEARCH_EYE_LINE("remixmz-search-eye-line", '\uf0cf'), SEARCH_FILL("remixmz-search-fill", '\uf0d0'), SEARCH_LINE("remixmz-search-line", '\uf0d1'), SECURE_PAYMENT_FILL("remixmz-secure-payment-fill", '\uf0d2'), SECURE_PAYMENT_LINE("remixmz-secure-payment-line", '\uf0d3'), SEEDLING_FILL("remixmz-seedling-fill", '\uf0d4'), SEEDLING_LINE("remixmz-seedling-line", '\uf0d5'), SEND_BACKWARD("remixmz-send-backward", '\uf0d6'), SEND_PLANE_2_FILL("remixmz-send-plane-2-fill", '\uf0d7'), SEND_PLANE_2_LINE("remixmz-send-plane-2-line", '\uf0d8'), SEND_PLANE_FILL("remixmz-send-plane-fill", '\uf0d9'), SEND_PLANE_LINE("remixmz-send-plane-line", '\uf0da'), SEND_TO_BACK("remixmz-send-to-back", '\uf0db'), SENSOR_FILL("remixmz-sensor-fill", '\uf0dc'), SENSOR_LINE("remixmz-sensor-line", '\uf0dd'), SEPARATOR("remixmz-separator", '\uf0de'), SERVER_FILL("remixmz-server-fill", '\uf0df'), SERVER_LINE("remixmz-server-line", '\uf0e0'), SERVICE_FILL("remixmz-service-fill", '\uf0e1'), SERVICE_LINE("remixmz-service-line", '\uf0e2'), SETTINGS_2_FILL("remixmz-settings-2-fill", '\uf0e3'), SETTINGS_2_LINE("remixmz-settings-2-line", '\uf0e4'), SETTINGS_3_FILL("remixmz-settings-3-fill", '\uf0e5'), SETTINGS_3_LINE("remixmz-settings-3-line", '\uf0e6'), SETTINGS_4_FILL("remixmz-settings-4-fill", '\uf0e7'), SETTINGS_4_LINE("remixmz-settings-4-line", '\uf0e8'), SETTINGS_5_FILL("remixmz-settings-5-fill", '\uf0e9'), SETTINGS_5_LINE("remixmz-settings-5-line", '\uf0ea'), SETTINGS_6_FILL("remixmz-settings-6-fill", '\uf0eb'), SETTINGS_6_LINE("remixmz-settings-6-line", '\uf0ec'), SETTINGS_FILL("remixmz-settings-fill", '\uf0ed'), SETTINGS_LINE("remixmz-settings-line", '\uf0ee'), SHAPE_2_FILL("remixmz-shape-2-fill", '\uf0ef'), SHAPE_2_LINE("remixmz-shape-2-line", '\uf0f0'), SHAPE_FILL("remixmz-shape-fill", '\uf0f1'), SHAPE_LINE("remixmz-shape-line", '\uf0f2'), SHARE_BOX_FILL("remixmz-share-box-fill", '\uf0f3'), SHARE_BOX_LINE("remixmz-share-box-line", '\uf0f4'), SHARE_CIRCLE_FILL("remixmz-share-circle-fill", '\uf0f5'), SHARE_CIRCLE_LINE("remixmz-share-circle-line", '\uf0f6'), SHARE_FILL("remixmz-share-fill", '\uf0f7'), SHARE_FORWARD_2_FILL("remixmz-share-forward-2-fill", '\uf0f8'), SHARE_FORWARD_2_LINE("remixmz-share-forward-2-line", '\uf0f9'), SHARE_FORWARD_BOX_FILL("remixmz-share-forward-box-fill", '\uf0fa'), SHARE_FORWARD_BOX_LINE("remixmz-share-forward-box-line", '\uf0fb'), SHARE_FORWARD_FILL("remixmz-share-forward-fill", '\uf0fc'), SHARE_FORWARD_LINE("remixmz-share-forward-line", '\uf0fd'), SHARE_LINE("remixmz-share-line", '\uf0fe'), SHIELD_CHECK_FILL("remixmz-shield-check-fill", '\uf0ff'), SHIELD_CHECK_LINE("remixmz-shield-check-line", '\uf100'), SHIELD_CROSS_FILL("remixmz-shield-cross-fill", '\uf101'), SHIELD_CROSS_LINE("remixmz-shield-cross-line", '\uf102'), SHIELD_FILL("remixmz-shield-fill", '\uf103'), SHIELD_FLASH_FILL("remixmz-shield-flash-fill", '\uf104'), SHIELD_FLASH_LINE("remixmz-shield-flash-line", '\uf105'), SHIELD_KEYHOLE_FILL("remixmz-shield-keyhole-fill", '\uf106'), SHIELD_KEYHOLE_LINE("remixmz-shield-keyhole-line", '\uf107'), SHIELD_LINE("remixmz-shield-line", '\uf108'), SHIELD_STAR_FILL("remixmz-shield-star-fill", '\uf109'), SHIELD_STAR_LINE("remixmz-shield-star-line", '\uf10a'), SHIELD_USER_FILL("remixmz-shield-user-fill", '\uf10b'), SHIELD_USER_LINE("remixmz-shield-user-line", '\uf10c'), SHIP_2_FILL("remixmz-ship-2-fill", '\uf10d'), SHIP_2_LINE("remixmz-ship-2-line", '\uf10e'), SHIP_FILL("remixmz-ship-fill", '\uf10f'), SHIP_LINE("remixmz-ship-line", '\uf110'), SHIRT_FILL("remixmz-shirt-fill", '\uf111'), SHIRT_LINE("remixmz-shirt-line", '\uf112'), SHOPPING_BAG_2_FILL("remixmz-shopping-bag-2-fill", '\uf113'), SHOPPING_BAG_2_LINE("remixmz-shopping-bag-2-line", '\uf114'), SHOPPING_BAG_3_FILL("remixmz-shopping-bag-3-fill", '\uf115'), SHOPPING_BAG_3_LINE("remixmz-shopping-bag-3-line", '\uf116'), SHOPPING_BAG_FILL("remixmz-shopping-bag-fill", '\uf117'), SHOPPING_BAG_LINE("remixmz-shopping-bag-line", '\uf118'), SHOPPING_BASKET_2_FILL("remixmz-shopping-basket-2-fill", '\uf119'), SHOPPING_BASKET_2_LINE("remixmz-shopping-basket-2-line", '\uf11a'), SHOPPING_BASKET_FILL("remixmz-shopping-basket-fill", '\uf11b'), SHOPPING_BASKET_LINE("remixmz-shopping-basket-line", '\uf11c'), SHOPPING_CART_2_FILL("remixmz-shopping-cart-2-fill", '\uf11d'), SHOPPING_CART_2_LINE("remixmz-shopping-cart-2-line", '\uf11e'), SHOPPING_CART_FILL("remixmz-shopping-cart-fill", '\uf11f'), SHOPPING_CART_LINE("remixmz-shopping-cart-line", '\uf120'), SHOWERS_FILL("remixmz-showers-fill", '\uf121'), SHOWERS_LINE("remixmz-showers-line", '\uf122'), SHUFFLE_FILL("remixmz-shuffle-fill", '\uf123'), SHUFFLE_LINE("remixmz-shuffle-line", '\uf124'), SHUT_DOWN_FILL("remixmz-shut-down-fill", '\uf125'), SHUT_DOWN_LINE("remixmz-shut-down-line", '\uf126'), SIDE_BAR_FILL("remixmz-side-bar-fill", '\uf127'), SIDE_BAR_LINE("remixmz-side-bar-line", '\uf128'), SIGNAL_TOWER_FILL("remixmz-signal-tower-fill", '\uf129'), SIGNAL_TOWER_LINE("remixmz-signal-tower-line", '\uf12a'), SIGNAL_WIFI_1_FILL("remixmz-signal-wifi-1-fill", '\uf12b'), SIGNAL_WIFI_1_LINE("remixmz-signal-wifi-1-line", '\uf12c'), SIGNAL_WIFI_2_FILL("remixmz-signal-wifi-2-fill", '\uf12d'), SIGNAL_WIFI_2_LINE("remixmz-signal-wifi-2-line", '\uf12e'), SIGNAL_WIFI_3_FILL("remixmz-signal-wifi-3-fill", '\uf12f'), SIGNAL_WIFI_3_LINE("remixmz-signal-wifi-3-line", '\uf130'), SIGNAL_WIFI_ERROR_FILL("remixmz-signal-wifi-error-fill", '\uf131'), SIGNAL_WIFI_ERROR_LINE("remixmz-signal-wifi-error-line", '\uf132'), SIGNAL_WIFI_FILL("remixmz-signal-wifi-fill", '\uf133'), SIGNAL_WIFI_LINE("remixmz-signal-wifi-line", '\uf134'), SIGNAL_WIFI_OFF_FILL("remixmz-signal-wifi-off-fill", '\uf135'), SIGNAL_WIFI_OFF_LINE("remixmz-signal-wifi-off-line", '\uf136'), SIM_CARD_2_FILL("remixmz-sim-card-2-fill", '\uf137'), SIM_CARD_2_LINE("remixmz-sim-card-2-line", '\uf138'), SIM_CARD_FILL("remixmz-sim-card-fill", '\uf139'), SIM_CARD_LINE("remixmz-sim-card-line", '\uf13a'), SINGLE_QUOTES_L("remixmz-single-quotes-l", '\uf13b'), SINGLE_QUOTES_R("remixmz-single-quotes-r", '\uf13c'), SIP_FILL("remixmz-sip-fill", '\uf13d'), SIP_LINE("remixmz-sip-line", '\uf13e'), SKIP_BACK_FILL("remixmz-skip-back-fill", '\uf13f'), SKIP_BACK_LINE("remixmz-skip-back-line", '\uf140'), SKIP_BACK_MINI_FILL("remixmz-skip-back-mini-fill", '\uf141'), SKIP_BACK_MINI_LINE("remixmz-skip-back-mini-line", '\uf142'), SKIP_FORWARD_FILL("remixmz-skip-forward-fill", '\uf143'), SKIP_FORWARD_LINE("remixmz-skip-forward-line", '\uf144'), SKIP_FORWARD_MINI_FILL("remixmz-skip-forward-mini-fill", '\uf145'), SKIP_FORWARD_MINI_LINE("remixmz-skip-forward-mini-line", '\uf146'), SKULL_2_FILL("remixmz-skull-2-fill", '\uf147'), SKULL_2_LINE("remixmz-skull-2-line", '\uf148'), SKULL_FILL("remixmz-skull-fill", '\uf149'), SKULL_LINE("remixmz-skull-line", '\uf14a'), SKYPE_FILL("remixmz-skype-fill", '\uf14b'), SKYPE_LINE("remixmz-skype-line", '\uf14c'), SLACK_FILL("remixmz-slack-fill", '\uf14d'), SLACK_LINE("remixmz-slack-line", '\uf14e'), SLICE_FILL("remixmz-slice-fill", '\uf14f'), SLICE_LINE("remixmz-slice-line", '\uf150'), SLIDESHOW_2_FILL("remixmz-slideshow-2-fill", '\uf151'), SLIDESHOW_2_LINE("remixmz-slideshow-2-line", '\uf152'), SLIDESHOW_3_FILL("remixmz-slideshow-3-fill", '\uf153'), SLIDESHOW_3_LINE("remixmz-slideshow-3-line", '\uf154'), SLIDESHOW_4_FILL("remixmz-slideshow-4-fill", '\uf155'), SLIDESHOW_4_LINE("remixmz-slideshow-4-line", '\uf156'), SLIDESHOW_FILL("remixmz-slideshow-fill", '\uf157'), SLIDESHOW_LINE("remixmz-slideshow-line", '\uf158'), SMARTPHONE_FILL("remixmz-smartphone-fill", '\uf159'), SMARTPHONE_LINE("remixmz-smartphone-line", '\uf15a'), SNAPCHAT_FILL("remixmz-snapchat-fill", '\uf15b'), SNAPCHAT_LINE("remixmz-snapchat-line", '\uf15c'), SNOWY_FILL("remixmz-snowy-fill", '\uf15d'), SNOWY_LINE("remixmz-snowy-line", '\uf15e'), SORT_ASC("remixmz-sort-asc", '\uf15f'), SORT_DESC("remixmz-sort-desc", '\uf160'), SOUNDCLOUD_FILL("remixmz-soundcloud-fill", '\uf163'), SOUNDCLOUD_LINE("remixmz-soundcloud-line", '\uf164'), SOUND_MODULE_FILL("remixmz-sound-module-fill", '\uf161'), SOUND_MODULE_LINE("remixmz-sound-module-line", '\uf162'), SPACE("remixmz-space", '\uf167'), SPACE_SHIP_FILL("remixmz-space-ship-fill", '\uf165'), SPACE_SHIP_LINE("remixmz-space-ship-line", '\uf166'), SPAM_2_FILL("remixmz-spam-2-fill", '\uf168'), SPAM_2_LINE("remixmz-spam-2-line", '\uf169'), SPAM_3_FILL("remixmz-spam-3-fill", '\uf16a'), SPAM_3_LINE("remixmz-spam-3-line", '\uf16b'), SPAM_FILL("remixmz-spam-fill", '\uf16c'), SPAM_LINE("remixmz-spam-line", '\uf16d'), SPEAKER_2_FILL("remixmz-speaker-2-fill", '\uf16e'), SPEAKER_2_LINE("remixmz-speaker-2-line", '\uf16f'), SPEAKER_3_FILL("remixmz-speaker-3-fill", '\uf170'), SPEAKER_3_LINE("remixmz-speaker-3-line", '\uf171'), SPEAKER_FILL("remixmz-speaker-fill", '\uf172'), SPEAKER_LINE("remixmz-speaker-line", '\uf173'), SPECTRUM_FILL("remixmz-spectrum-fill", '\uf174'), SPECTRUM_LINE("remixmz-spectrum-line", '\uf175'), SPEED_FILL("remixmz-speed-fill", '\uf176'), SPEED_LINE("remixmz-speed-line", '\uf177'), SPEED_MINI_FILL("remixmz-speed-mini-fill", '\uf178'), SPEED_MINI_LINE("remixmz-speed-mini-line", '\uf179'), SPLIT_CELLS_HORIZONTAL("remixmz-split-cells-horizontal", '\uf17a'), SPLIT_CELLS_VERTICAL("remixmz-split-cells-vertical", '\uf17b'), SPOTIFY_FILL("remixmz-spotify-fill", '\uf17c'), SPOTIFY_LINE("remixmz-spotify-line", '\uf17d'), SPY_FILL("remixmz-spy-fill", '\uf17e'), SPY_LINE("remixmz-spy-line", '\uf17f'), STACKSHARE_FILL("remixmz-stackshare-fill", '\uf184'), STACKSHARE_LINE("remixmz-stackshare-line", '\uf185'), STACK_FILL("remixmz-stack-fill", '\uf180'), STACK_LINE("remixmz-stack-line", '\uf181'), STACK_OVERFLOW_FILL("remixmz-stack-overflow-fill", '\uf182'), STACK_OVERFLOW_LINE("remixmz-stack-overflow-line", '\uf183'), STAR_FILL("remixmz-star-fill", '\uf186'), STAR_HALF_FILL("remixmz-star-half-fill", '\uf187'), STAR_HALF_LINE("remixmz-star-half-line", '\uf188'), STAR_HALF_S_FILL("remixmz-star-half-s-fill", '\uf189'), STAR_HALF_S_LINE("remixmz-star-half-s-line", '\uf18a'), STAR_LINE("remixmz-star-line", '\uf18b'), STAR_SMILE_FILL("remixmz-star-smile-fill", '\uf18e'), STAR_SMILE_LINE("remixmz-star-smile-line", '\uf18f'), STAR_S_FILL("remixmz-star-s-fill", '\uf18c'), STAR_S_LINE("remixmz-star-s-line", '\uf18d'), STEAM_FILL("remixmz-steam-fill", '\uf190'), STEAM_LINE("remixmz-steam-line", '\uf191'), STEERING_2_FILL("remixmz-steering-2-fill", '\uf192'), STEERING_2_LINE("remixmz-steering-2-line", '\uf193'), STEERING_FILL("remixmz-steering-fill", '\uf194'), STEERING_LINE("remixmz-steering-line", '\uf195'), STETHOSCOPE_FILL("remixmz-stethoscope-fill", '\uf196'), STETHOSCOPE_LINE("remixmz-stethoscope-line", '\uf197'), STICKY_NOTE_2_FILL("remixmz-sticky-note-2-fill", '\uf198'), STICKY_NOTE_2_LINE("remixmz-sticky-note-2-line", '\uf199'), STICKY_NOTE_FILL("remixmz-sticky-note-fill", '\uf19a'), STICKY_NOTE_LINE("remixmz-sticky-note-line", '\uf19b'), STOCK_FILL("remixmz-stock-fill", '\uf19c'), STOCK_LINE("remixmz-stock-line", '\uf19d'), STOP_CIRCLE_FILL("remixmz-stop-circle-fill", '\uf19e'), STOP_CIRCLE_LINE("remixmz-stop-circle-line", '\uf19f'), STOP_FILL("remixmz-stop-fill", '\uf1a0'), STOP_LINE("remixmz-stop-line", '\uf1a1'), STOP_MINI_FILL("remixmz-stop-mini-fill", '\uf1a2'), STOP_MINI_LINE("remixmz-stop-mini-line", '\uf1a3'), STORE_2_FILL("remixmz-store-2-fill", '\uf1a4'), STORE_2_LINE("remixmz-store-2-line", '\uf1a5'), STORE_3_FILL("remixmz-store-3-fill", '\uf1a6'), STORE_3_LINE("remixmz-store-3-line", '\uf1a7'), STORE_FILL("remixmz-store-fill", '\uf1a8'), STORE_LINE("remixmz-store-line", '\uf1a9'), STRIKETHROUGH("remixmz-strikethrough", '\uf1ab'), STRIKETHROUGH_2("remixmz-strikethrough-2", '\uf1aa'), SUBSCRIPT("remixmz-subscript", '\uf1ad'), SUBSCRIPT_2("remixmz-subscript-2", '\uf1ac'), SUBTRACT_FILL("remixmz-subtract-fill", '\uf1ae'), SUBTRACT_LINE("remixmz-subtract-line", '\uf1af'), SUBWAY_FILL("remixmz-subway-fill", '\uf1b0'), SUBWAY_LINE("remixmz-subway-line", '\uf1b1'), SUBWAY_WIFI_FILL("remixmz-subway-wifi-fill", '\uf1b2'), SUBWAY_WIFI_LINE("remixmz-subway-wifi-line", '\uf1b3'), SUITCASE_2_FILL("remixmz-suitcase-2-fill", '\uf1b4'), SUITCASE_2_LINE("remixmz-suitcase-2-line", '\uf1b5'), SUITCASE_3_FILL("remixmz-suitcase-3-fill", '\uf1b6'), SUITCASE_3_LINE("remixmz-suitcase-3-line", '\uf1b7'), SUITCASE_FILL("remixmz-suitcase-fill", '\uf1b8'), SUITCASE_LINE("remixmz-suitcase-line", '\uf1b9'), SUN_CLOUDY_FILL("remixmz-sun-cloudy-fill", '\uf1ba'), SUN_CLOUDY_LINE("remixmz-sun-cloudy-line", '\uf1bb'), SUN_FILL("remixmz-sun-fill", '\uf1bc'), SUN_FOGGY_FILL("remixmz-sun-foggy-fill", '\uf1bd'), SUN_FOGGY_LINE("remixmz-sun-foggy-line", '\uf1be'), SUN_LINE("remixmz-sun-line", '\uf1bf'), SUPERSCRIPT("remixmz-superscript", '\uf1c1'), SUPERSCRIPT_2("remixmz-superscript-2", '\uf1c0'), SURGICAL_MASK_FILL("remixmz-surgical-mask-fill", '\uf1c2'), SURGICAL_MASK_LINE("remixmz-surgical-mask-line", '\uf1c3'), SURROUND_SOUND_FILL("remixmz-surround-sound-fill", '\uf1c4'), SURROUND_SOUND_LINE("remixmz-surround-sound-line", '\uf1c5'), SURVEY_FILL("remixmz-survey-fill", '\uf1c6'), SURVEY_LINE("remixmz-survey-line", '\uf1c7'), SWAP_BOX_FILL("remixmz-swap-box-fill", '\uf1c8'), SWAP_BOX_LINE("remixmz-swap-box-line", '\uf1c9'), SWAP_FILL("remixmz-swap-fill", '\uf1ca'), SWAP_LINE("remixmz-swap-line", '\uf1cb'), SWITCH_FILL("remixmz-switch-fill", '\uf1cc'), SWITCH_LINE("remixmz-switch-line", '\uf1cd'), SWORD_FILL("remixmz-sword-fill", '\uf1ce'), SWORD_LINE("remixmz-sword-line", '\uf1cf'), SYRINGE_FILL("remixmz-syringe-fill", '\uf1d0'), SYRINGE_LINE("remixmz-syringe-line", '\uf1d1'), TABLET_FILL("remixmz-tablet-fill", '\uf1df'), TABLET_LINE("remixmz-tablet-line", '\uf1e0'), TABLE_2("remixmz-table-2", '\uf1da'), TABLE_ALT_FILL("remixmz-table-alt-fill", '\uf1db'), TABLE_ALT_LINE("remixmz-table-alt-line", '\uf1dc'), TABLE_FILL("remixmz-table-fill", '\uf1dd'), TABLE_LINE("remixmz-table-line", '\uf1de'), TAKEAWAY_FILL("remixmz-takeaway-fill", '\uf1e1'), TAKEAWAY_LINE("remixmz-takeaway-line", '\uf1e2'), TAOBAO_FILL("remixmz-taobao-fill", '\uf1e3'), TAOBAO_LINE("remixmz-taobao-line", '\uf1e4'), TAPE_FILL("remixmz-tape-fill", '\uf1e5'), TAPE_LINE("remixmz-tape-line", '\uf1e6'), TASK_FILL("remixmz-task-fill", '\uf1e7'), TASK_LINE("remixmz-task-line", '\uf1e8'), TAXI_FILL("remixmz-taxi-fill", '\uf1e9'), TAXI_LINE("remixmz-taxi-line", '\uf1ea'), TAXI_WIFI_FILL("remixmz-taxi-wifi-fill", '\uf1eb'), TAXI_WIFI_LINE("remixmz-taxi-wifi-line", '\uf1ec'), TEAM_FILL("remixmz-team-fill", '\uf1ed'), TEAM_LINE("remixmz-team-line", '\uf1ee'), TELEGRAM_FILL("remixmz-telegram-fill", '\uf1ef'), TELEGRAM_LINE("remixmz-telegram-line", '\uf1f0'), TEMP_COLD_FILL("remixmz-temp-cold-fill", '\uf1f1'), TEMP_COLD_LINE("remixmz-temp-cold-line", '\uf1f2'), TEMP_HOT_FILL("remixmz-temp-hot-fill", '\uf1f3'), TEMP_HOT_LINE("remixmz-temp-hot-line", '\uf1f4'), TERMINAL_BOX_FILL("remixmz-terminal-box-fill", '\uf1f5'), TERMINAL_BOX_LINE("remixmz-terminal-box-line", '\uf1f6'), TERMINAL_FILL("remixmz-terminal-fill", '\uf1f7'), TERMINAL_LINE("remixmz-terminal-line", '\uf1f8'), TERMINAL_WINDOW_FILL("remixmz-terminal-window-fill", '\uf1f9'), TERMINAL_WINDOW_LINE("remixmz-terminal-window-line", '\uf1fa'), TEST_TUBE_FILL("remixmz-test-tube-fill", '\uf1fb'), TEST_TUBE_LINE("remixmz-test-tube-line", '\uf1fc'), TEXT("remixmz-text", '\uf201'), TEXT_DIRECTION_L("remixmz-text-direction-l", '\uf1fd'), TEXT_DIRECTION_R("remixmz-text-direction-r", '\uf1fe'), TEXT_SPACING("remixmz-text-spacing", '\uf1ff'), TEXT_WRAP("remixmz-text-wrap", '\uf200'), THERMOMETER_FILL("remixmz-thermometer-fill", '\uf202'), THERMOMETER_LINE("remixmz-thermometer-line", '\uf203'), THUMB_DOWN_FILL("remixmz-thumb-down-fill", '\uf204'), THUMB_DOWN_LINE("remixmz-thumb-down-line", '\uf205'), THUMB_UP_FILL("remixmz-thumb-up-fill", '\uf206'), THUMB_UP_LINE("remixmz-thumb-up-line", '\uf207'), THUNDERSTORMS_FILL("remixmz-thunderstorms-fill", '\uf208'), THUNDERSTORMS_LINE("remixmz-thunderstorms-line", '\uf209'), TICKET_2_FILL("remixmz-ticket-2-fill", '\uf20a'), TICKET_2_LINE("remixmz-ticket-2-line", '\uf20b'), TICKET_FILL("remixmz-ticket-fill", '\uf20c'), TICKET_LINE("remixmz-ticket-line", '\uf20d'), TIMER_2_FILL("remixmz-timer-2-fill", '\uf210'), TIMER_2_LINE("remixmz-timer-2-line", '\uf211'), TIMER_FILL("remixmz-timer-fill", '\uf212'), TIMER_FLASH_FILL("remixmz-timer-flash-fill", '\uf213'), TIMER_FLASH_LINE("remixmz-timer-flash-line", '\uf214'), TIMER_LINE("remixmz-timer-line", '\uf215'), TIME_FILL("remixmz-time-fill", '\uf20e'), TIME_LINE("remixmz-time-line", '\uf20f'), TODO_FILL("remixmz-todo-fill", '\uf216'), TODO_LINE("remixmz-todo-line", '\uf217'), TOGGLE_FILL("remixmz-toggle-fill", '\uf218'), TOGGLE_LINE("remixmz-toggle-line", '\uf219'), TOOLS_FILL("remixmz-tools-fill", '\uf21a'), TOOLS_LINE("remixmz-tools-line", '\uf21b'), TORNADO_FILL("remixmz-tornado-fill", '\uf21c'), TORNADO_LINE("remixmz-tornado-line", '\uf21d'), TRADEMARK_FILL("remixmz-trademark-fill", '\uf21e'), TRADEMARK_LINE("remixmz-trademark-line", '\uf21f'), TRAFFIC_LIGHT_FILL("remixmz-traffic-light-fill", '\uf220'), TRAFFIC_LIGHT_LINE("remixmz-traffic-light-line", '\uf221'), TRAIN_FILL("remixmz-train-fill", '\uf222'), TRAIN_LINE("remixmz-train-line", '\uf223'), TRAIN_WIFI_FILL("remixmz-train-wifi-fill", '\uf224'), TRAIN_WIFI_LINE("remixmz-train-wifi-line", '\uf225'), TRANSLATE("remixmz-translate", '\uf227'), TRANSLATE_2("remixmz-translate-2", '\uf226'), TRAVESTI_FILL("remixmz-travesti-fill", '\uf228'), TRAVESTI_LINE("remixmz-travesti-line", '\uf229'), TREASURE_MAP_FILL("remixmz-treasure-map-fill", '\uf22a'), TREASURE_MAP_LINE("remixmz-treasure-map-line", '\uf22b'), TRELLO_FILL("remixmz-trello-fill", '\uf22c'), TRELLO_LINE("remixmz-trello-line", '\uf22d'), TROPHY_FILL("remixmz-trophy-fill", '\uf22e'), TROPHY_LINE("remixmz-trophy-line", '\uf22f'), TRUCK_FILL("remixmz-truck-fill", '\uf230'), TRUCK_LINE("remixmz-truck-line", '\uf231'), TUMBLR_FILL("remixmz-tumblr-fill", '\uf232'), TUMBLR_LINE("remixmz-tumblr-line", '\uf233'), TV_2_FILL("remixmz-tv-2-fill", '\uf234'), TV_2_LINE("remixmz-tv-2-line", '\uf235'), TV_FILL("remixmz-tv-fill", '\uf236'), TV_LINE("remixmz-tv-line", '\uf237'), TWITCH_FILL("remixmz-twitch-fill", '\uf238'), TWITCH_LINE("remixmz-twitch-line", '\uf239'), TWITTER_FILL("remixmz-twitter-fill", '\uf23a'), TWITTER_LINE("remixmz-twitter-line", '\uf23b'), TYPHOON_FILL("remixmz-typhoon-fill", '\uf23c'), TYPHOON_LINE("remixmz-typhoon-line", '\uf23d'), T_BOX_FILL("remixmz-t-box-fill", '\uf1d2'), T_BOX_LINE("remixmz-t-box-line", '\uf1d3'), T_SHIRT_2_FILL("remixmz-t-shirt-2-fill", '\uf1d4'), T_SHIRT_2_LINE("remixmz-t-shirt-2-line", '\uf1d5'), T_SHIRT_AIR_FILL("remixmz-t-shirt-air-fill", '\uf1d6'), T_SHIRT_AIR_LINE("remixmz-t-shirt-air-line", '\uf1d7'), T_SHIRT_FILL("remixmz-t-shirt-fill", '\uf1d8'), T_SHIRT_LINE("remixmz-t-shirt-line", '\uf1d9'), UBUNTU_FILL("remixmz-ubuntu-fill", '\uf240'), UBUNTU_LINE("remixmz-ubuntu-line", '\uf241'), UMBRELLA_FILL("remixmz-umbrella-fill", '\uf242'), UMBRELLA_LINE("remixmz-umbrella-line", '\uf243'), UNDERLINE("remixmz-underline", '\uf244'), UNINSTALL_FILL("remixmz-uninstall-fill", '\uf245'), UNINSTALL_LINE("remixmz-uninstall-line", '\uf246'), UNSPLASH_FILL("remixmz-unsplash-fill", '\uf247'), UNSPLASH_LINE("remixmz-unsplash-line", '\uf248'), UPLOAD_2_FILL("remixmz-upload-2-fill", '\uf249'), UPLOAD_2_LINE("remixmz-upload-2-line", '\uf24a'), UPLOAD_CLOUD_2_FILL("remixmz-upload-cloud-2-fill", '\uf24b'), UPLOAD_CLOUD_2_LINE("remixmz-upload-cloud-2-line", '\uf24c'), UPLOAD_CLOUD_FILL("remixmz-upload-cloud-fill", '\uf24d'), UPLOAD_CLOUD_LINE("remixmz-upload-cloud-line", '\uf24e'), UPLOAD_FILL("remixmz-upload-fill", '\uf24f'), UPLOAD_LINE("remixmz-upload-line", '\uf250'), USB_FILL("remixmz-usb-fill", '\uf251'), USB_LINE("remixmz-usb-line", '\uf252'), USER_2_FILL("remixmz-user-2-fill", '\uf253'), USER_2_LINE("remixmz-user-2-line", '\uf254'), USER_3_FILL("remixmz-user-3-fill", '\uf255'), USER_3_LINE("remixmz-user-3-line", '\uf256'), USER_4_FILL("remixmz-user-4-fill", '\uf257'), USER_4_LINE("remixmz-user-4-line", '\uf258'), USER_5_FILL("remixmz-user-5-fill", '\uf259'), USER_5_LINE("remixmz-user-5-line", '\uf25a'), USER_6_FILL("remixmz-user-6-fill", '\uf25b'), USER_6_LINE("remixmz-user-6-line", '\uf25c'), USER_ADD_FILL("remixmz-user-add-fill", '\uf25d'), USER_ADD_LINE("remixmz-user-add-line", '\uf25e'), USER_FILL("remixmz-user-fill", '\uf25f'), USER_FOLLOW_FILL("remixmz-user-follow-fill", '\uf260'), USER_FOLLOW_LINE("remixmz-user-follow-line", '\uf261'), USER_HEART_FILL("remixmz-user-heart-fill", '\uf262'), USER_HEART_LINE("remixmz-user-heart-line", '\uf263'), USER_LINE("remixmz-user-line", '\uf264'), USER_LOCATION_FILL("remixmz-user-location-fill", '\uf265'), USER_LOCATION_LINE("remixmz-user-location-line", '\uf266'), USER_RECEIVED_2_FILL("remixmz-user-received-2-fill", '\uf267'), USER_RECEIVED_2_LINE("remixmz-user-received-2-line", '\uf268'), USER_RECEIVED_FILL("remixmz-user-received-fill", '\uf269'), USER_RECEIVED_LINE("remixmz-user-received-line", '\uf26a'), USER_SEARCH_FILL("remixmz-user-search-fill", '\uf26b'), USER_SEARCH_LINE("remixmz-user-search-line", '\uf26c'), USER_SETTINGS_FILL("remixmz-user-settings-fill", '\uf26d'), USER_SETTINGS_LINE("remixmz-user-settings-line", '\uf26e'), USER_SHARED_2_FILL("remixmz-user-shared-2-fill", '\uf26f'), USER_SHARED_2_LINE("remixmz-user-shared-2-line", '\uf270'), USER_SHARED_FILL("remixmz-user-shared-fill", '\uf271'), USER_SHARED_LINE("remixmz-user-shared-line", '\uf272'), USER_SMILE_FILL("remixmz-user-smile-fill", '\uf273'), USER_SMILE_LINE("remixmz-user-smile-line", '\uf274'), USER_STAR_FILL("remixmz-user-star-fill", '\uf275'), USER_STAR_LINE("remixmz-user-star-line", '\uf276'), USER_UNFOLLOW_FILL("remixmz-user-unfollow-fill", '\uf277'), USER_UNFOLLOW_LINE("remixmz-user-unfollow-line", '\uf278'), USER_VOICE_FILL("remixmz-user-voice-fill", '\uf279'), USER_VOICE_LINE("remixmz-user-voice-line", '\uf27a'), U_DISK_FILL("remixmz-u-disk-fill", '\uf23e'), U_DISK_LINE("remixmz-u-disk-line", '\uf23f'), VIDEO_ADD_FILL("remixmz-video-add-fill", '\uf27b'), VIDEO_ADD_LINE("remixmz-video-add-line", '\uf27c'), VIDEO_CHAT_FILL("remixmz-video-chat-fill", '\uf27d'), VIDEO_CHAT_LINE("remixmz-video-chat-line", '\uf27e'), VIDEO_DOWNLOAD_FILL("remixmz-video-download-fill", '\uf27f'), VIDEO_DOWNLOAD_LINE("remixmz-video-download-line", '\uf280'), VIDEO_FILL("remixmz-video-fill", '\uf281'), VIDEO_LINE("remixmz-video-line", '\uf282'), VIDEO_UPLOAD_FILL("remixmz-video-upload-fill", '\uf283'), VIDEO_UPLOAD_LINE("remixmz-video-upload-line", '\uf284'), VIDICON_2_FILL("remixmz-vidicon-2-fill", '\uf285'), VIDICON_2_LINE("remixmz-vidicon-2-line", '\uf286'), VIDICON_FILL("remixmz-vidicon-fill", '\uf287'), VIDICON_LINE("remixmz-vidicon-line", '\uf288'), VIMEO_FILL("remixmz-vimeo-fill", '\uf289'), VIMEO_LINE("remixmz-vimeo-line", '\uf28a'), VIP_CROWN_2_FILL("remixmz-vip-crown-2-fill", '\uf28b'), VIP_CROWN_2_LINE("remixmz-vip-crown-2-line", '\uf28c'), VIP_CROWN_FILL("remixmz-vip-crown-fill", '\uf28d'), VIP_CROWN_LINE("remixmz-vip-crown-line", '\uf28e'), VIP_DIAMOND_FILL("remixmz-vip-diamond-fill", '\uf28f'), VIP_DIAMOND_LINE("remixmz-vip-diamond-line", '\uf290'), VIP_FILL("remixmz-vip-fill", '\uf291'), VIP_LINE("remixmz-vip-line", '\uf292'), VIRUS_FILL("remixmz-virus-fill", '\uf293'), VIRUS_LINE("remixmz-virus-line", '\uf294'), VISA_FILL("remixmz-visa-fill", '\uf295'), VISA_LINE("remixmz-visa-line", '\uf296'), VOICEPRINT_FILL("remixmz-voiceprint-fill", '\uf299'), VOICEPRINT_LINE("remixmz-voiceprint-line", '\uf29a'), VOICE_RECOGNITION_FILL("remixmz-voice-recognition-fill", '\uf297'), VOICE_RECOGNITION_LINE("remixmz-voice-recognition-line", '\uf298'), VOLUME_DOWN_FILL("remixmz-volume-down-fill", '\uf29b'), VOLUME_DOWN_LINE("remixmz-volume-down-line", '\uf29c'), VOLUME_MUTE_FILL("remixmz-volume-mute-fill", '\uf29d'), VOLUME_MUTE_LINE("remixmz-volume-mute-line", '\uf29e'), VOLUME_OFF_VIBRATE_FILL("remixmz-volume-off-vibrate-fill", '\uf29f'), VOLUME_OFF_VIBRATE_LINE("remixmz-volume-off-vibrate-line", '\uf2a0'), VOLUME_UP_FILL("remixmz-volume-up-fill", '\uf2a1'), VOLUME_UP_LINE("remixmz-volume-up-line", '\uf2a2'), VOLUME_VIBRATE_FILL("remixmz-volume-vibrate-fill", '\uf2a3'), VOLUME_VIBRATE_LINE("remixmz-volume-vibrate-line", '\uf2a4'), VUEJS_FILL("remixmz-vuejs-fill", '\uf2a5'), VUEJS_LINE("remixmz-vuejs-line", '\uf2a6'), WALK_FILL("remixmz-walk-fill", '\uf2a7'), WALK_LINE("remixmz-walk-line", '\uf2a8'), WALLET_2_FILL("remixmz-wallet-2-fill", '\uf2a9'), WALLET_2_LINE("remixmz-wallet-2-line", '\uf2aa'), WALLET_3_FILL("remixmz-wallet-3-fill", '\uf2ab'), WALLET_3_LINE("remixmz-wallet-3-line", '\uf2ac'), WALLET_FILL("remixmz-wallet-fill", '\uf2ad'), WALLET_LINE("remixmz-wallet-line", '\uf2ae'), WATER_FLASH_FILL("remixmz-water-flash-fill", '\uf2af'), WATER_FLASH_LINE("remixmz-water-flash-line", '\uf2b0'), WEBCAM_FILL("remixmz-webcam-fill", '\uf2b1'), WEBCAM_LINE("remixmz-webcam-line", '\uf2b2'), WECHAT_2_FILL("remixmz-wechat-2-fill", '\uf2b3'), WECHAT_2_LINE("remixmz-wechat-2-line", '\uf2b4'), WECHAT_FILL("remixmz-wechat-fill", '\uf2b5'), WECHAT_LINE("remixmz-wechat-line", '\uf2b6'), WECHAT_PAY_FILL("remixmz-wechat-pay-fill", '\uf2b7'), WECHAT_PAY_LINE("remixmz-wechat-pay-line", '\uf2b8'), WEIBO_FILL("remixmz-weibo-fill", '\uf2b9'), WEIBO_LINE("remixmz-weibo-line", '\uf2ba'), WHATSAPP_FILL("remixmz-whatsapp-fill", '\uf2bb'), WHATSAPP_LINE("remixmz-whatsapp-line", '\uf2bc'), WHEELCHAIR_FILL("remixmz-wheelchair-fill", '\uf2bd'), WHEELCHAIR_LINE("remixmz-wheelchair-line", '\uf2be'), WIFI_FILL("remixmz-wifi-fill", '\uf2bf'), WIFI_LINE("remixmz-wifi-line", '\uf2c0'), WIFI_OFF_FILL("remixmz-wifi-off-fill", '\uf2c1'), WIFI_OFF_LINE("remixmz-wifi-off-line", '\uf2c2'), WINDOWS_FILL("remixmz-windows-fill", '\uf2c7'), WINDOWS_LINE("remixmz-windows-line", '\uf2c8'), WINDOW_2_FILL("remixmz-window-2-fill", '\uf2c3'), WINDOW_2_LINE("remixmz-window-2-line", '\uf2c4'), WINDOW_FILL("remixmz-window-fill", '\uf2c5'), WINDOW_LINE("remixmz-window-line", '\uf2c6'), WINDY_FILL("remixmz-windy-fill", '\uf2c9'), WINDY_LINE("remixmz-windy-line", '\uf2ca'), WIRELESS_CHARGING_FILL("remixmz-wireless-charging-fill", '\uf2cb'), WIRELESS_CHARGING_LINE("remixmz-wireless-charging-line", '\uf2cc'), WOMEN_FILL("remixmz-women-fill", '\uf2cd'), WOMEN_LINE("remixmz-women-line", '\uf2ce'), WUBI_INPUT("remixmz-wubi-input", '\uf2cf'), XBOX_FILL("remixmz-xbox-fill", '\uf2d0'), XBOX_LINE("remixmz-xbox-line", '\uf2d1'), XING_FILL("remixmz-xing-fill", '\uf2d2'), XING_LINE("remixmz-xing-line", '\uf2d3'), YOUTUBE_FILL("remixmz-youtube-fill", '\uf2d4'), YOUTUBE_LINE("remixmz-youtube-line", '\uf2d5'), ZCOOL_FILL("remixmz-zcool-fill", '\uf2d6'), ZCOOL_LINE("remixmz-zcool-line", '\uf2d7'), ZHIHU_FILL("remixmz-zhihu-fill", '\uf2d8'), ZHIHU_LINE("remixmz-zhihu-line", '\uf2d9'), ZOOM_IN_FILL("remixmz-zoom-in-fill", '\uf2da'), ZOOM_IN_LINE("remixmz-zoom-in-line", '\uf2db'), ZOOM_OUT_FILL("remixmz-zoom-out-fill", '\uf2dc'), ZOOM_OUT_LINE("remixmz-zoom-out-line", '\uf2dd'), ZZZ_FILL("remixmz-zzz-fill", '\uf2de'), ZZZ_LINE("remixmz-zzz-line", '\uf2df'); public static RemixiconMZ findByDescription(String description) { for (RemixiconMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; RemixiconMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/java/org/kordamp/ikonli/remixicon/RemixiconMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.remixicon; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class RemixiconMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/remixicon/2.5.0/fonts/remixicon.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("remixmz-"); } @Override public Ikon resolve(String description) { return RemixiconMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "remixicon"; } } ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/java/org/kordamp/ikonli/remixicon/RemixiconMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.remixicon; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class RemixiconMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return RemixiconMZ.class; } } ================================================ FILE: icon-packs/ikonli-remixicon-pack/src/main/resources/META-INF/resources/remixicon/2.5.0/css/remixicon.css ================================================ /* * Remix Icon v2.5.0 * https://remixicon.com * https://github.com/Remix-Design/RemixIcon * * Copyright RemixIcon.com * Released under the Apache License Version 2.0 * * Date: 2020-05-23 */ @font-face { font-family: "remixicon"; src: url('../fonts/remixicon.eot?t=1590207869815'); /* IE9*/ src: url('../fonts/remixicon.eot?t=1590207869815#iefix') format('embedded-opentype'), /* IE6-IE8 */ url("../fonts/remixicon.woff2?t=1590207869815") format("woff2"), url("../fonts/remixicon.woff?t=1590207869815") format("woff"), url('../fonts/remixicon.ttf?t=1590207869815') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/remixicon.svg?t=1590207869815#remixicon') format('svg'); /* iOS 4.1- */ font-display: swap; } [class^="remix-"], [class*=" remix-"] { font-family: 'remixicon' !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .remix-lg { font-size: 1.3333em; line-height: 0.75em; vertical-align: -.0667em; } .remix-xl { font-size: 1.5em; line-height: 0.6666em; vertical-align: -.075em; } .remix-xxs { font-size: .5em; } .remix-xs { font-size: .75em; } .remix-sm { font-size: .875em } .remix-1x { font-size: 1em; } .remix-2x { font-size: 2em; } .remix-3x { font-size: 3em; } .remix-4x { font-size: 4em; } .remix-5x { font-size: 5em; } .remix-6x { font-size: 6em; } .remix-7x { font-size: 7em; } .remix-8x { font-size: 8em; } .remix-9x { font-size: 9em; } .remix-10x { font-size: 10em; } .remix-fw { text-align: center; width: 1.25em; } .remix-24-hours-fill:before { content: "\ea01"; } .remix-24-hours-line:before { content: "\ea02"; } .remix-4k-fill:before { content: "\ea03"; } .remix-4k-line:before { content: "\ea04"; } .remix-a-b:before { content: "\ea05"; } .remix-account-box-fill:before { content: "\ea06"; } .remix-account-box-line:before { content: "\ea07"; } .remix-account-circle-fill:before { content: "\ea08"; } .remix-account-circle-line:before { content: "\ea09"; } .remix-account-pin-box-fill:before { content: "\ea0a"; } .remix-account-pin-box-line:before { content: "\ea0b"; } .remix-account-pin-circle-fill:before { content: "\ea0c"; } .remix-account-pin-circle-line:before { content: "\ea0d"; } .remix-add-box-fill:before { content: "\ea0e"; } .remix-add-box-line:before { content: "\ea0f"; } .remix-add-circle-fill:before { content: "\ea10"; } .remix-add-circle-line:before { content: "\ea11"; } .remix-add-fill:before { content: "\ea12"; } .remix-add-line:before { content: "\ea13"; } .remix-admin-fill:before { content: "\ea14"; } .remix-admin-line:before { content: "\ea15"; } .remix-advertisement-fill:before { content: "\ea16"; } .remix-advertisement-line:before { content: "\ea17"; } .remix-airplay-fill:before { content: "\ea18"; } .remix-airplay-line:before { content: "\ea19"; } .remix-alarm-fill:before { content: "\ea1a"; } .remix-alarm-line:before { content: "\ea1b"; } .remix-alarm-warning-fill:before { content: "\ea1c"; } .remix-alarm-warning-line:before { content: "\ea1d"; } .remix-album-fill:before { content: "\ea1e"; } .remix-album-line:before { content: "\ea1f"; } .remix-alert-fill:before { content: "\ea20"; } .remix-alert-line:before { content: "\ea21"; } .remix-aliens-fill:before { content: "\ea22"; } .remix-aliens-line:before { content: "\ea23"; } .remix-align-bottom:before { content: "\ea24"; } .remix-align-center:before { content: "\ea25"; } .remix-align-justify:before { content: "\ea26"; } .remix-align-left:before { content: "\ea27"; } .remix-align-right:before { content: "\ea28"; } .remix-align-top:before { content: "\ea29"; } .remix-align-vertically:before { content: "\ea2a"; } .remix-alipay-fill:before { content: "\ea2b"; } .remix-alipay-line:before { content: "\ea2c"; } .remix-amazon-fill:before { content: "\ea2d"; } .remix-amazon-line:before { content: "\ea2e"; } .remix-anchor-fill:before { content: "\ea2f"; } .remix-anchor-line:before { content: "\ea30"; } .remix-ancient-gate-fill:before { content: "\ea31"; } .remix-ancient-gate-line:before { content: "\ea32"; } .remix-ancient-pavilion-fill:before { content: "\ea33"; } .remix-ancient-pavilion-line:before { content: "\ea34"; } .remix-android-fill:before { content: "\ea35"; } .remix-android-line:before { content: "\ea36"; } .remix-angularjs-fill:before { content: "\ea37"; } .remix-angularjs-line:before { content: "\ea38"; } .remix-anticlockwise-2-fill:before { content: "\ea39"; } .remix-anticlockwise-2-line:before { content: "\ea3a"; } .remix-anticlockwise-fill:before { content: "\ea3b"; } .remix-anticlockwise-line:before { content: "\ea3c"; } .remix-app-store-fill:before { content: "\ea3d"; } .remix-app-store-line:before { content: "\ea3e"; } .remix-apple-fill:before { content: "\ea3f"; } .remix-apple-line:before { content: "\ea40"; } .remix-apps-2-fill:before { content: "\ea41"; } .remix-apps-2-line:before { content: "\ea42"; } .remix-apps-fill:before { content: "\ea43"; } .remix-apps-line:before { content: "\ea44"; } .remix-archive-drawer-fill:before { content: "\ea45"; } .remix-archive-drawer-line:before { content: "\ea46"; } .remix-archive-fill:before { content: "\ea47"; } .remix-archive-line:before { content: "\ea48"; } .remix-arrow-down-circle-fill:before { content: "\ea49"; } .remix-arrow-down-circle-line:before { content: "\ea4a"; } .remix-arrow-down-fill:before { content: "\ea4b"; } .remix-arrow-down-line:before { content: "\ea4c"; } .remix-arrow-down-s-fill:before { content: "\ea4d"; } .remix-arrow-down-s-line:before { content: "\ea4e"; } .remix-arrow-drop-down-fill:before { content: "\ea4f"; } .remix-arrow-drop-down-line:before { content: "\ea50"; } .remix-arrow-drop-left-fill:before { content: "\ea51"; } .remix-arrow-drop-left-line:before { content: "\ea52"; } .remix-arrow-drop-right-fill:before { content: "\ea53"; } .remix-arrow-drop-right-line:before { content: "\ea54"; } .remix-arrow-drop-up-fill:before { content: "\ea55"; } .remix-arrow-drop-up-line:before { content: "\ea56"; } .remix-arrow-go-back-fill:before { content: "\ea57"; } .remix-arrow-go-back-line:before { content: "\ea58"; } .remix-arrow-go-forward-fill:before { content: "\ea59"; } .remix-arrow-go-forward-line:before { content: "\ea5a"; } .remix-arrow-left-circle-fill:before { content: "\ea5b"; } .remix-arrow-left-circle-line:before { content: "\ea5c"; } .remix-arrow-left-down-fill:before { content: "\ea5d"; } .remix-arrow-left-down-line:before { content: "\ea5e"; } .remix-arrow-left-fill:before { content: "\ea5f"; } .remix-arrow-left-line:before { content: "\ea60"; } .remix-arrow-left-right-fill:before { content: "\ea61"; } .remix-arrow-left-right-line:before { content: "\ea62"; } .remix-arrow-left-s-fill:before { content: "\ea63"; } .remix-arrow-left-s-line:before { content: "\ea64"; } .remix-arrow-left-up-fill:before { content: "\ea65"; } .remix-arrow-left-up-line:before { content: "\ea66"; } .remix-arrow-right-circle-fill:before { content: "\ea67"; } .remix-arrow-right-circle-line:before { content: "\ea68"; } .remix-arrow-right-down-fill:before { content: "\ea69"; } .remix-arrow-right-down-line:before { content: "\ea6a"; } .remix-arrow-right-fill:before { content: "\ea6b"; } .remix-arrow-right-line:before { content: "\ea6c"; } .remix-arrow-right-s-fill:before { content: "\ea6d"; } .remix-arrow-right-s-line:before { content: "\ea6e"; } .remix-arrow-right-up-fill:before { content: "\ea6f"; } .remix-arrow-right-up-line:before { content: "\ea70"; } .remix-arrow-up-circle-fill:before { content: "\ea71"; } .remix-arrow-up-circle-line:before { content: "\ea72"; } .remix-arrow-up-down-fill:before { content: "\ea73"; } .remix-arrow-up-down-line:before { content: "\ea74"; } .remix-arrow-up-fill:before { content: "\ea75"; } .remix-arrow-up-line:before { content: "\ea76"; } .remix-arrow-up-s-fill:before { content: "\ea77"; } .remix-arrow-up-s-line:before { content: "\ea78"; } .remix-artboard-2-fill:before { content: "\ea79"; } .remix-artboard-2-line:before { content: "\ea7a"; } .remix-artboard-fill:before { content: "\ea7b"; } .remix-artboard-line:before { content: "\ea7c"; } .remix-article-fill:before { content: "\ea7d"; } .remix-article-line:before { content: "\ea7e"; } .remix-aspect-ratio-fill:before { content: "\ea7f"; } .remix-aspect-ratio-line:before { content: "\ea80"; } .remix-asterisk:before { content: "\ea81"; } .remix-at-fill:before { content: "\ea82"; } .remix-at-line:before { content: "\ea83"; } .remix-attachment-2:before { content: "\ea84"; } .remix-attachment-fill:before { content: "\ea85"; } .remix-attachment-line:before { content: "\ea86"; } .remix-auction-fill:before { content: "\ea87"; } .remix-auction-line:before { content: "\ea88"; } .remix-award-fill:before { content: "\ea89"; } .remix-award-line:before { content: "\ea8a"; } .remix-baidu-fill:before { content: "\ea8b"; } .remix-baidu-line:before { content: "\ea8c"; } .remix-ball-pen-fill:before { content: "\ea8d"; } .remix-ball-pen-line:before { content: "\ea8e"; } .remix-bank-card-2-fill:before { content: "\ea8f"; } .remix-bank-card-2-line:before { content: "\ea90"; } .remix-bank-card-fill:before { content: "\ea91"; } .remix-bank-card-line:before { content: "\ea92"; } .remix-bank-fill:before { content: "\ea93"; } .remix-bank-line:before { content: "\ea94"; } .remix-bar-chart-2-fill:before { content: "\ea95"; } .remix-bar-chart-2-line:before { content: "\ea96"; } .remix-bar-chart-box-fill:before { content: "\ea97"; } .remix-bar-chart-box-line:before { content: "\ea98"; } .remix-bar-chart-fill:before { content: "\ea99"; } .remix-bar-chart-grouped-fill:before { content: "\ea9a"; } .remix-bar-chart-grouped-line:before { content: "\ea9b"; } .remix-bar-chart-horizontal-fill:before { content: "\ea9c"; } .remix-bar-chart-horizontal-line:before { content: "\ea9d"; } .remix-bar-chart-line:before { content: "\ea9e"; } .remix-barcode-box-fill:before { content: "\ea9f"; } .remix-barcode-box-line:before { content: "\eaa0"; } .remix-barcode-fill:before { content: "\eaa1"; } .remix-barcode-line:before { content: "\eaa2"; } .remix-barricade-fill:before { content: "\eaa3"; } .remix-barricade-line:before { content: "\eaa4"; } .remix-base-station-fill:before { content: "\eaa5"; } .remix-base-station-line:before { content: "\eaa6"; } .remix-basketball-fill:before { content: "\eaa7"; } .remix-basketball-line:before { content: "\eaa8"; } .remix-battery-2-charge-fill:before { content: "\eaa9"; } .remix-battery-2-charge-line:before { content: "\eaaa"; } .remix-battery-2-fill:before { content: "\eaab"; } .remix-battery-2-line:before { content: "\eaac"; } .remix-battery-charge-fill:before { content: "\eaad"; } .remix-battery-charge-line:before { content: "\eaae"; } .remix-battery-fill:before { content: "\eaaf"; } .remix-battery-line:before { content: "\eab0"; } .remix-battery-low-fill:before { content: "\eab1"; } .remix-battery-low-line:before { content: "\eab2"; } .remix-battery-saver-fill:before { content: "\eab3"; } .remix-battery-saver-line:before { content: "\eab4"; } .remix-battery-share-fill:before { content: "\eab5"; } .remix-battery-share-line:before { content: "\eab6"; } .remix-bear-smile-fill:before { content: "\eab7"; } .remix-bear-smile-line:before { content: "\eab8"; } .remix-behance-fill:before { content: "\eab9"; } .remix-behance-line:before { content: "\eaba"; } .remix-bell-fill:before { content: "\eabb"; } .remix-bell-line:before { content: "\eabc"; } .remix-bike-fill:before { content: "\eabd"; } .remix-bike-line:before { content: "\eabe"; } .remix-bilibili-fill:before { content: "\eabf"; } .remix-bilibili-line:before { content: "\eac0"; } .remix-bill-fill:before { content: "\eac1"; } .remix-bill-line:before { content: "\eac2"; } .remix-billiards-fill:before { content: "\eac3"; } .remix-billiards-line:before { content: "\eac4"; } .remix-bit-coin-fill:before { content: "\eac5"; } .remix-bit-coin-line:before { content: "\eac6"; } .remix-blaze-fill:before { content: "\eac7"; } .remix-blaze-line:before { content: "\eac8"; } .remix-bluetooth-connect-fill:before { content: "\eac9"; } .remix-bluetooth-connect-line:before { content: "\eaca"; } .remix-bluetooth-fill:before { content: "\eacb"; } .remix-bluetooth-line:before { content: "\eacc"; } .remix-blur-off-fill:before { content: "\eacd"; } .remix-blur-off-line:before { content: "\eace"; } .remix-body-scan-fill:before { content: "\eacf"; } .remix-body-scan-line:before { content: "\ead0"; } .remix-bold:before { content: "\ead1"; } .remix-book-2-fill:before { content: "\ead2"; } .remix-book-2-line:before { content: "\ead3"; } .remix-book-3-fill:before { content: "\ead4"; } .remix-book-3-line:before { content: "\ead5"; } .remix-book-fill:before { content: "\ead6"; } .remix-book-line:before { content: "\ead7"; } .remix-book-mark-fill:before { content: "\ead8"; } .remix-book-mark-line:before { content: "\ead9"; } .remix-book-open-fill:before { content: "\eada"; } .remix-book-open-line:before { content: "\eadb"; } .remix-book-read-fill:before { content: "\eadc"; } .remix-book-read-line:before { content: "\eadd"; } .remix-booklet-fill:before { content: "\eade"; } .remix-booklet-line:before { content: "\eadf"; } .remix-bookmark-2-fill:before { content: "\eae0"; } .remix-bookmark-2-line:before { content: "\eae1"; } .remix-bookmark-3-fill:before { content: "\eae2"; } .remix-bookmark-3-line:before { content: "\eae3"; } .remix-bookmark-fill:before { content: "\eae4"; } .remix-bookmark-line:before { content: "\eae5"; } .remix-boxing-fill:before { content: "\eae6"; } .remix-boxing-line:before { content: "\eae7"; } .remix-braces-fill:before { content: "\eae8"; } .remix-braces-line:before { content: "\eae9"; } .remix-brackets-fill:before { content: "\eaea"; } .remix-brackets-line:before { content: "\eaeb"; } .remix-briefcase-2-fill:before { content: "\eaec"; } .remix-briefcase-2-line:before { content: "\eaed"; } .remix-briefcase-3-fill:before { content: "\eaee"; } .remix-briefcase-3-line:before { content: "\eaef"; } .remix-briefcase-4-fill:before { content: "\eaf0"; } .remix-briefcase-4-line:before { content: "\eaf1"; } .remix-briefcase-5-fill:before { content: "\eaf2"; } .remix-briefcase-5-line:before { content: "\eaf3"; } .remix-briefcase-fill:before { content: "\eaf4"; } .remix-briefcase-line:before { content: "\eaf5"; } .remix-bring-forward:before { content: "\eaf6"; } .remix-bring-to-front:before { content: "\eaf7"; } .remix-broadcast-fill:before { content: "\eaf8"; } .remix-broadcast-line:before { content: "\eaf9"; } .remix-brush-2-fill:before { content: "\eafa"; } .remix-brush-2-line:before { content: "\eafb"; } .remix-brush-3-fill:before { content: "\eafc"; } .remix-brush-3-line:before { content: "\eafd"; } .remix-brush-4-fill:before { content: "\eafe"; } .remix-brush-4-line:before { content: "\eaff"; } .remix-brush-fill:before { content: "\eb00"; } .remix-brush-line:before { content: "\eb01"; } .remix-bubble-chart-fill:before { content: "\eb02"; } .remix-bubble-chart-line:before { content: "\eb03"; } .remix-bug-2-fill:before { content: "\eb04"; } .remix-bug-2-line:before { content: "\eb05"; } .remix-bug-fill:before { content: "\eb06"; } .remix-bug-line:before { content: "\eb07"; } .remix-building-2-fill:before { content: "\eb08"; } .remix-building-2-line:before { content: "\eb09"; } .remix-building-3-fill:before { content: "\eb0a"; } .remix-building-3-line:before { content: "\eb0b"; } .remix-building-4-fill:before { content: "\eb0c"; } .remix-building-4-line:before { content: "\eb0d"; } .remix-building-fill:before { content: "\eb0e"; } .remix-building-line:before { content: "\eb0f"; } .remix-bus-2-fill:before { content: "\eb10"; } .remix-bus-2-line:before { content: "\eb11"; } .remix-bus-fill:before { content: "\eb12"; } .remix-bus-line:before { content: "\eb13"; } .remix-bus-wifi-fill:before { content: "\eb14"; } .remix-bus-wifi-line:before { content: "\eb15"; } .remix-cactus-fill:before { content: "\eb16"; } .remix-cactus-line:before { content: "\eb17"; } .remix-cake-2-fill:before { content: "\eb18"; } .remix-cake-2-line:before { content: "\eb19"; } .remix-cake-3-fill:before { content: "\eb1a"; } .remix-cake-3-line:before { content: "\eb1b"; } .remix-cake-fill:before { content: "\eb1c"; } .remix-cake-line:before { content: "\eb1d"; } .remix-calculator-fill:before { content: "\eb1e"; } .remix-calculator-line:before { content: "\eb1f"; } .remix-calendar-2-fill:before { content: "\eb20"; } .remix-calendar-2-line:before { content: "\eb21"; } .remix-calendar-check-fill:before { content: "\eb22"; } .remix-calendar-check-line:before { content: "\eb23"; } .remix-calendar-event-fill:before { content: "\eb24"; } .remix-calendar-event-line:before { content: "\eb25"; } .remix-calendar-fill:before { content: "\eb26"; } .remix-calendar-line:before { content: "\eb27"; } .remix-calendar-todo-fill:before { content: "\eb28"; } .remix-calendar-todo-line:before { content: "\eb29"; } .remix-camera-2-fill:before { content: "\eb2a"; } .remix-camera-2-line:before { content: "\eb2b"; } .remix-camera-3-fill:before { content: "\eb2c"; } .remix-camera-3-line:before { content: "\eb2d"; } .remix-camera-fill:before { content: "\eb2e"; } .remix-camera-lens-fill:before { content: "\eb2f"; } .remix-camera-lens-line:before { content: "\eb30"; } .remix-camera-line:before { content: "\eb31"; } .remix-camera-off-fill:before { content: "\eb32"; } .remix-camera-off-line:before { content: "\eb33"; } .remix-camera-switch-fill:before { content: "\eb34"; } .remix-camera-switch-line:before { content: "\eb35"; } .remix-capsule-fill:before { content: "\eb36"; } .remix-capsule-line:before { content: "\eb37"; } .remix-car-fill:before { content: "\eb38"; } .remix-car-line:before { content: "\eb39"; } .remix-car-washing-fill:before { content: "\eb3a"; } .remix-car-washing-line:before { content: "\eb3b"; } .remix-caravan-fill:before { content: "\eb3c"; } .remix-caravan-line:before { content: "\eb3d"; } .remix-cast-fill:before { content: "\eb3e"; } .remix-cast-line:before { content: "\eb3f"; } .remix-cellphone-fill:before { content: "\eb40"; } .remix-cellphone-line:before { content: "\eb41"; } .remix-celsius-fill:before { content: "\eb42"; } .remix-celsius-line:before { content: "\eb43"; } .remix-centos-fill:before { content: "\eb44"; } .remix-centos-line:before { content: "\eb45"; } .remix-character-recognition-fill:before { content: "\eb46"; } .remix-character-recognition-line:before { content: "\eb47"; } .remix-charging-pile-2-fill:before { content: "\eb48"; } .remix-charging-pile-2-line:before { content: "\eb49"; } .remix-charging-pile-fill:before { content: "\eb4a"; } .remix-charging-pile-line:before { content: "\eb4b"; } .remix-chat-1-fill:before { content: "\eb4c"; } .remix-chat-1-line:before { content: "\eb4d"; } .remix-chat-2-fill:before { content: "\eb4e"; } .remix-chat-2-line:before { content: "\eb4f"; } .remix-chat-3-fill:before { content: "\eb50"; } .remix-chat-3-line:before { content: "\eb51"; } .remix-chat-4-fill:before { content: "\eb52"; } .remix-chat-4-line:before { content: "\eb53"; } .remix-chat-check-fill:before { content: "\eb54"; } .remix-chat-check-line:before { content: "\eb55"; } .remix-chat-delete-fill:before { content: "\eb56"; } .remix-chat-delete-line:before { content: "\eb57"; } .remix-chat-download-fill:before { content: "\eb58"; } .remix-chat-download-line:before { content: "\eb59"; } .remix-chat-follow-up-fill:before { content: "\eb5a"; } .remix-chat-follow-up-line:before { content: "\eb5b"; } .remix-chat-forward-fill:before { content: "\eb5c"; } .remix-chat-forward-line:before { content: "\eb5d"; } .remix-chat-heart-fill:before { content: "\eb5e"; } .remix-chat-heart-line:before { content: "\eb5f"; } .remix-chat-history-fill:before { content: "\eb60"; } .remix-chat-history-line:before { content: "\eb61"; } .remix-chat-new-fill:before { content: "\eb62"; } .remix-chat-new-line:before { content: "\eb63"; } .remix-chat-off-fill:before { content: "\eb64"; } .remix-chat-off-line:before { content: "\eb65"; } .remix-chat-poll-fill:before { content: "\eb66"; } .remix-chat-poll-line:before { content: "\eb67"; } .remix-chat-private-fill:before { content: "\eb68"; } .remix-chat-private-line:before { content: "\eb69"; } .remix-chat-quote-fill:before { content: "\eb6a"; } .remix-chat-quote-line:before { content: "\eb6b"; } .remix-chat-settings-fill:before { content: "\eb6c"; } .remix-chat-settings-line:before { content: "\eb6d"; } .remix-chat-smile-2-fill:before { content: "\eb6e"; } .remix-chat-smile-2-line:before { content: "\eb6f"; } .remix-chat-smile-3-fill:before { content: "\eb70"; } .remix-chat-smile-3-line:before { content: "\eb71"; } .remix-chat-smile-fill:before { content: "\eb72"; } .remix-chat-smile-line:before { content: "\eb73"; } .remix-chat-upload-fill:before { content: "\eb74"; } .remix-chat-upload-line:before { content: "\eb75"; } .remix-chat-voice-fill:before { content: "\eb76"; } .remix-chat-voice-line:before { content: "\eb77"; } .remix-check-double-fill:before { content: "\eb78"; } .remix-check-double-line:before { content: "\eb79"; } .remix-check-fill:before { content: "\eb7a"; } .remix-check-line:before { content: "\eb7b"; } .remix-checkbox-blank-circle-fill:before { content: "\eb7c"; } .remix-checkbox-blank-circle-line:before { content: "\eb7d"; } .remix-checkbox-blank-fill:before { content: "\eb7e"; } .remix-checkbox-blank-line:before { content: "\eb7f"; } .remix-checkbox-circle-fill:before { content: "\eb80"; } .remix-checkbox-circle-line:before { content: "\eb81"; } .remix-checkbox-fill:before { content: "\eb82"; } .remix-checkbox-indeterminate-fill:before { content: "\eb83"; } .remix-checkbox-indeterminate-line:before { content: "\eb84"; } .remix-checkbox-line:before { content: "\eb85"; } .remix-checkbox-multiple-blank-fill:before { content: "\eb86"; } .remix-checkbox-multiple-blank-line:before { content: "\eb87"; } .remix-checkbox-multiple-fill:before { content: "\eb88"; } .remix-checkbox-multiple-line:before { content: "\eb89"; } .remix-china-railway-fill:before { content: "\eb8a"; } .remix-china-railway-line:before { content: "\eb8b"; } .remix-chrome-fill:before { content: "\eb8c"; } .remix-chrome-line:before { content: "\eb8d"; } .remix-clapperboard-fill:before { content: "\eb8e"; } .remix-clapperboard-line:before { content: "\eb8f"; } .remix-clipboard-fill:before { content: "\eb90"; } .remix-clipboard-line:before { content: "\eb91"; } .remix-clockwise-2-fill:before { content: "\eb92"; } .remix-clockwise-2-line:before { content: "\eb93"; } .remix-clockwise-fill:before { content: "\eb94"; } .remix-clockwise-line:before { content: "\eb95"; } .remix-close-circle-fill:before { content: "\eb96"; } .remix-close-circle-line:before { content: "\eb97"; } .remix-close-fill:before { content: "\eb98"; } .remix-close-line:before { content: "\eb99"; } .remix-closed-captioning-fill:before { content: "\eb9a"; } .remix-closed-captioning-line:before { content: "\eb9b"; } .remix-cloud-fill:before { content: "\eb9c"; } .remix-cloud-line:before { content: "\eb9d"; } .remix-cloud-off-fill:before { content: "\eb9e"; } .remix-cloud-off-line:before { content: "\eb9f"; } .remix-cloud-windy-fill:before { content: "\eba0"; } .remix-cloud-windy-line:before { content: "\eba1"; } .remix-cloudy-2-fill:before { content: "\eba2"; } .remix-cloudy-2-line:before { content: "\eba3"; } .remix-cloudy-fill:before { content: "\eba4"; } .remix-cloudy-line:before { content: "\eba5"; } .remix-code-box-fill:before { content: "\eba6"; } .remix-code-box-line:before { content: "\eba7"; } .remix-code-fill:before { content: "\eba8"; } .remix-code-line:before { content: "\eba9"; } .remix-code-s-fill:before { content: "\ebaa"; } .remix-code-s-line:before { content: "\ebab"; } .remix-code-s-slash-fill:before { content: "\ebac"; } .remix-code-s-slash-line:before { content: "\ebad"; } .remix-code-view:before { content: "\ebae"; } .remix-codepen-fill:before { content: "\ebaf"; } .remix-codepen-line:before { content: "\ebb0"; } .remix-coin-fill:before { content: "\ebb1"; } .remix-coin-line:before { content: "\ebb2"; } .remix-coins-fill:before { content: "\ebb3"; } .remix-coins-line:before { content: "\ebb4"; } .remix-collage-fill:before { content: "\ebb5"; } .remix-collage-line:before { content: "\ebb6"; } .remix-command-fill:before { content: "\ebb7"; } .remix-command-line:before { content: "\ebb8"; } .remix-community-fill:before { content: "\ebb9"; } .remix-community-line:before { content: "\ebba"; } .remix-compass-2-fill:before { content: "\ebbb"; } .remix-compass-2-line:before { content: "\ebbc"; } .remix-compass-3-fill:before { content: "\ebbd"; } .remix-compass-3-line:before { content: "\ebbe"; } .remix-compass-4-fill:before { content: "\ebbf"; } .remix-compass-4-line:before { content: "\ebc0"; } .remix-compass-discover-fill:before { content: "\ebc1"; } .remix-compass-discover-line:before { content: "\ebc2"; } .remix-compass-fill:before { content: "\ebc3"; } .remix-compass-line:before { content: "\ebc4"; } .remix-compasses-2-fill:before { content: "\ebc5"; } .remix-compasses-2-line:before { content: "\ebc6"; } .remix-compasses-fill:before { content: "\ebc7"; } .remix-compasses-line:before { content: "\ebc8"; } .remix-computer-fill:before { content: "\ebc9"; } .remix-computer-line:before { content: "\ebca"; } .remix-contacts-book-2-fill:before { content: "\ebcb"; } .remix-contacts-book-2-line:before { content: "\ebcc"; } .remix-contacts-book-fill:before { content: "\ebcd"; } .remix-contacts-book-line:before { content: "\ebce"; } .remix-contacts-book-upload-fill:before { content: "\ebcf"; } .remix-contacts-book-upload-line:before { content: "\ebd0"; } .remix-contacts-fill:before { content: "\ebd1"; } .remix-contacts-line:before { content: "\ebd2"; } .remix-contrast-2-fill:before { content: "\ebd3"; } .remix-contrast-2-line:before { content: "\ebd4"; } .remix-contrast-drop-2-fill:before { content: "\ebd5"; } .remix-contrast-drop-2-line:before { content: "\ebd6"; } .remix-contrast-drop-fill:before { content: "\ebd7"; } .remix-contrast-drop-line:before { content: "\ebd8"; } .remix-contrast-fill:before { content: "\ebd9"; } .remix-contrast-line:before { content: "\ebda"; } .remix-copper-coin-fill:before { content: "\ebdb"; } .remix-copper-coin-line:before { content: "\ebdc"; } .remix-copper-diamond-fill:before { content: "\ebdd"; } .remix-copper-diamond-line:before { content: "\ebde"; } .remix-copyleft-fill:before { content: "\ebdf"; } .remix-copyleft-line:before { content: "\ebe0"; } .remix-copyright-fill:before { content: "\ebe1"; } .remix-copyright-line:before { content: "\ebe2"; } .remix-coreos-fill:before { content: "\ebe3"; } .remix-coreos-line:before { content: "\ebe4"; } .remix-coupon-2-fill:before { content: "\ebe5"; } .remix-coupon-2-line:before { content: "\ebe6"; } .remix-coupon-3-fill:before { content: "\ebe7"; } .remix-coupon-3-line:before { content: "\ebe8"; } .remix-coupon-4-fill:before { content: "\ebe9"; } .remix-coupon-4-line:before { content: "\ebea"; } .remix-coupon-5-fill:before { content: "\ebeb"; } .remix-coupon-5-line:before { content: "\ebec"; } .remix-coupon-fill:before { content: "\ebed"; } .remix-coupon-line:before { content: "\ebee"; } .remix-cpu-fill:before { content: "\ebef"; } .remix-cpu-line:before { content: "\ebf0"; } .remix-creative-commons-by-fill:before { content: "\ebf1"; } .remix-creative-commons-by-line:before { content: "\ebf2"; } .remix-creative-commons-fill:before { content: "\ebf3"; } .remix-creative-commons-line:before { content: "\ebf4"; } .remix-creative-commons-nc-fill:before { content: "\ebf5"; } .remix-creative-commons-nc-line:before { content: "\ebf6"; } .remix-creative-commons-nd-fill:before { content: "\ebf7"; } .remix-creative-commons-nd-line:before { content: "\ebf8"; } .remix-creative-commons-sa-fill:before { content: "\ebf9"; } .remix-creative-commons-sa-line:before { content: "\ebfa"; } .remix-creative-commons-zero-fill:before { content: "\ebfb"; } .remix-creative-commons-zero-line:before { content: "\ebfc"; } .remix-criminal-fill:before { content: "\ebfd"; } .remix-criminal-line:before { content: "\ebfe"; } .remix-crop-2-fill:before { content: "\ebff"; } .remix-crop-2-line:before { content: "\ec00"; } .remix-crop-fill:before { content: "\ec01"; } .remix-crop-line:before { content: "\ec02"; } .remix-css3-fill:before { content: "\ec03"; } .remix-css3-line:before { content: "\ec04"; } .remix-cup-fill:before { content: "\ec05"; } .remix-cup-line:before { content: "\ec06"; } .remix-currency-fill:before { content: "\ec07"; } .remix-currency-line:before { content: "\ec08"; } .remix-cursor-fill:before { content: "\ec09"; } .remix-cursor-line:before { content: "\ec0a"; } .remix-customer-service-2-fill:before { content: "\ec0b"; } .remix-customer-service-2-line:before { content: "\ec0c"; } .remix-customer-service-fill:before { content: "\ec0d"; } .remix-customer-service-line:before { content: "\ec0e"; } .remix-dashboard-2-fill:before { content: "\ec0f"; } .remix-dashboard-2-line:before { content: "\ec10"; } .remix-dashboard-3-fill:before { content: "\ec11"; } .remix-dashboard-3-line:before { content: "\ec12"; } .remix-dashboard-fill:before { content: "\ec13"; } .remix-dashboard-line:before { content: "\ec14"; } .remix-database-2-fill:before { content: "\ec15"; } .remix-database-2-line:before { content: "\ec16"; } .remix-database-fill:before { content: "\ec17"; } .remix-database-line:before { content: "\ec18"; } .remix-delete-back-2-fill:before { content: "\ec19"; } .remix-delete-back-2-line:before { content: "\ec1a"; } .remix-delete-back-fill:before { content: "\ec1b"; } .remix-delete-back-line:before { content: "\ec1c"; } .remix-delete-bin-2-fill:before { content: "\ec1d"; } .remix-delete-bin-2-line:before { content: "\ec1e"; } .remix-delete-bin-3-fill:before { content: "\ec1f"; } .remix-delete-bin-3-line:before { content: "\ec20"; } .remix-delete-bin-4-fill:before { content: "\ec21"; } .remix-delete-bin-4-line:before { content: "\ec22"; } .remix-delete-bin-5-fill:before { content: "\ec23"; } .remix-delete-bin-5-line:before { content: "\ec24"; } .remix-delete-bin-6-fill:before { content: "\ec25"; } .remix-delete-bin-6-line:before { content: "\ec26"; } .remix-delete-bin-7-fill:before { content: "\ec27"; } .remix-delete-bin-7-line:before { content: "\ec28"; } .remix-delete-bin-fill:before { content: "\ec29"; } .remix-delete-bin-line:before { content: "\ec2a"; } .remix-delete-column:before { content: "\ec2b"; } .remix-delete-row:before { content: "\ec2c"; } .remix-device-fill:before { content: "\ec2d"; } .remix-device-line:before { content: "\ec2e"; } .remix-device-recover-fill:before { content: "\ec2f"; } .remix-device-recover-line:before { content: "\ec30"; } .remix-dingding-fill:before { content: "\ec31"; } .remix-dingding-line:before { content: "\ec32"; } .remix-direction-fill:before { content: "\ec33"; } .remix-direction-line:before { content: "\ec34"; } .remix-disc-fill:before { content: "\ec35"; } .remix-disc-line:before { content: "\ec36"; } .remix-discord-fill:before { content: "\ec37"; } .remix-discord-line:before { content: "\ec38"; } .remix-discuss-fill:before { content: "\ec39"; } .remix-discuss-line:before { content: "\ec3a"; } .remix-dislike-fill:before { content: "\ec3b"; } .remix-dislike-line:before { content: "\ec3c"; } .remix-disqus-fill:before { content: "\ec3d"; } .remix-disqus-line:before { content: "\ec3e"; } .remix-divide-fill:before { content: "\ec3f"; } .remix-divide-line:before { content: "\ec40"; } .remix-donut-chart-fill:before { content: "\ec41"; } .remix-donut-chart-line:before { content: "\ec42"; } .remix-door-closed-fill:before { content: "\ec43"; } .remix-door-closed-line:before { content: "\ec44"; } .remix-door-fill:before { content: "\ec45"; } .remix-door-line:before { content: "\ec46"; } .remix-door-lock-box-fill:before { content: "\ec47"; } .remix-door-lock-box-line:before { content: "\ec48"; } .remix-door-lock-fill:before { content: "\ec49"; } .remix-door-lock-line:before { content: "\ec4a"; } .remix-door-open-fill:before { content: "\ec4b"; } .remix-door-open-line:before { content: "\ec4c"; } .remix-dossier-fill:before { content: "\ec4d"; } .remix-dossier-line:before { content: "\ec4e"; } .remix-douban-fill:before { content: "\ec4f"; } .remix-douban-line:before { content: "\ec50"; } .remix-double-quotes-l:before { content: "\ec51"; } .remix-double-quotes-r:before { content: "\ec52"; } .remix-download-2-fill:before { content: "\ec53"; } .remix-download-2-line:before { content: "\ec54"; } .remix-download-cloud-2-fill:before { content: "\ec55"; } .remix-download-cloud-2-line:before { content: "\ec56"; } .remix-download-cloud-fill:before { content: "\ec57"; } .remix-download-cloud-line:before { content: "\ec58"; } .remix-download-fill:before { content: "\ec59"; } .remix-download-line:before { content: "\ec5a"; } .remix-draft-fill:before { content: "\ec5b"; } .remix-draft-line:before { content: "\ec5c"; } .remix-drag-drop-fill:before { content: "\ec5d"; } .remix-drag-drop-line:before { content: "\ec5e"; } .remix-drag-move-2-fill:before { content: "\ec5f"; } .remix-drag-move-2-line:before { content: "\ec60"; } .remix-drag-move-fill:before { content: "\ec61"; } .remix-drag-move-line:before { content: "\ec62"; } .remix-dribbble-fill:before { content: "\ec63"; } .remix-dribbble-line:before { content: "\ec64"; } .remix-drive-fill:before { content: "\ec65"; } .remix-drive-line:before { content: "\ec66"; } .remix-drizzle-fill:before { content: "\ec67"; } .remix-drizzle-line:before { content: "\ec68"; } .remix-drop-fill:before { content: "\ec69"; } .remix-drop-line:before { content: "\ec6a"; } .remix-dropbox-fill:before { content: "\ec6b"; } .remix-dropbox-line:before { content: "\ec6c"; } .remix-dual-sim-1-fill:before { content: "\ec6d"; } .remix-dual-sim-1-line:before { content: "\ec6e"; } .remix-dual-sim-2-fill:before { content: "\ec6f"; } .remix-dual-sim-2-line:before { content: "\ec70"; } .remix-dv-fill:before { content: "\ec71"; } .remix-dv-line:before { content: "\ec72"; } .remix-dvd-fill:before { content: "\ec73"; } .remix-dvd-line:before { content: "\ec74"; } .remix-e-bike-2-fill:before { content: "\ec75"; } .remix-e-bike-2-line:before { content: "\ec76"; } .remix-e-bike-fill:before { content: "\ec77"; } .remix-e-bike-line:before { content: "\ec78"; } .remix-earth-fill:before { content: "\ec79"; } .remix-earth-line:before { content: "\ec7a"; } .remix-earthquake-fill:before { content: "\ec7b"; } .remix-earthquake-line:before { content: "\ec7c"; } .remix-edge-fill:before { content: "\ec7d"; } .remix-edge-line:before { content: "\ec7e"; } .remix-edit-2-fill:before { content: "\ec7f"; } .remix-edit-2-line:before { content: "\ec80"; } .remix-edit-box-fill:before { content: "\ec81"; } .remix-edit-box-line:before { content: "\ec82"; } .remix-edit-circle-fill:before { content: "\ec83"; } .remix-edit-circle-line:before { content: "\ec84"; } .remix-edit-fill:before { content: "\ec85"; } .remix-edit-line:before { content: "\ec86"; } .remix-eject-fill:before { content: "\ec87"; } .remix-eject-line:before { content: "\ec88"; } .remix-emotion-2-fill:before { content: "\ec89"; } .remix-emotion-2-line:before { content: "\ec8a"; } .remix-emotion-fill:before { content: "\ec8b"; } .remix-emotion-happy-fill:before { content: "\ec8c"; } .remix-emotion-happy-line:before { content: "\ec8d"; } .remix-emotion-laugh-fill:before { content: "\ec8e"; } .remix-emotion-laugh-line:before { content: "\ec8f"; } .remix-emotion-line:before { content: "\ec90"; } .remix-emotion-normal-fill:before { content: "\ec91"; } .remix-emotion-normal-line:before { content: "\ec92"; } .remix-emotion-sad-fill:before { content: "\ec93"; } .remix-emotion-sad-line:before { content: "\ec94"; } .remix-emotion-unhappy-fill:before { content: "\ec95"; } .remix-emotion-unhappy-line:before { content: "\ec96"; } .remix-empathize-fill:before { content: "\ec97"; } .remix-empathize-line:before { content: "\ec98"; } .remix-emphasis-cn:before { content: "\ec99"; } .remix-emphasis:before { content: "\ec9a"; } .remix-english-input:before { content: "\ec9b"; } .remix-equalizer-fill:before { content: "\ec9c"; } .remix-equalizer-line:before { content: "\ec9d"; } .remix-eraser-fill:before { content: "\ec9e"; } .remix-eraser-line:before { content: "\ec9f"; } .remix-error-warning-fill:before { content: "\eca0"; } .remix-error-warning-line:before { content: "\eca1"; } .remix-evernote-fill:before { content: "\eca2"; } .remix-evernote-line:before { content: "\eca3"; } .remix-exchange-box-fill:before { content: "\eca4"; } .remix-exchange-box-line:before { content: "\eca5"; } .remix-exchange-cny-fill:before { content: "\eca6"; } .remix-exchange-cny-line:before { content: "\eca7"; } .remix-exchange-dollar-fill:before { content: "\eca8"; } .remix-exchange-dollar-line:before { content: "\eca9"; } .remix-exchange-fill:before { content: "\ecaa"; } .remix-exchange-funds-fill:before { content: "\ecab"; } .remix-exchange-funds-line:before { content: "\ecac"; } .remix-exchange-line:before { content: "\ecad"; } .remix-external-link-fill:before { content: "\ecae"; } .remix-external-link-line:before { content: "\ecaf"; } .remix-eye-2-fill:before { content: "\ecb0"; } .remix-eye-2-line:before { content: "\ecb1"; } .remix-eye-close-fill:before { content: "\ecb2"; } .remix-eye-close-line:before { content: "\ecb3"; } .remix-eye-fill:before { content: "\ecb4"; } .remix-eye-line:before { content: "\ecb5"; } .remix-eye-off-fill:before { content: "\ecb6"; } .remix-eye-off-line:before { content: "\ecb7"; } .remix-facebook-box-fill:before { content: "\ecb8"; } .remix-facebook-box-line:before { content: "\ecb9"; } .remix-facebook-circle-fill:before { content: "\ecba"; } .remix-facebook-circle-line:before { content: "\ecbb"; } .remix-facebook-fill:before { content: "\ecbc"; } .remix-facebook-line:before { content: "\ecbd"; } .remix-fahrenheit-fill:before { content: "\ecbe"; } .remix-fahrenheit-line:before { content: "\ecbf"; } .remix-feedback-fill:before { content: "\ecc0"; } .remix-feedback-line:before { content: "\ecc1"; } .remix-file-2-fill:before { content: "\ecc2"; } .remix-file-2-line:before { content: "\ecc3"; } .remix-file-3-fill:before { content: "\ecc4"; } .remix-file-3-line:before { content: "\ecc5"; } .remix-file-4-fill:before { content: "\ecc6"; } .remix-file-4-line:before { content: "\ecc7"; } .remix-file-add-fill:before { content: "\ecc8"; } .remix-file-add-line:before { content: "\ecc9"; } .remix-file-chart-2-fill:before { content: "\ecca"; } .remix-file-chart-2-line:before { content: "\eccb"; } .remix-file-chart-fill:before { content: "\eccc"; } .remix-file-chart-line:before { content: "\eccd"; } .remix-file-cloud-fill:before { content: "\ecce"; } .remix-file-cloud-line:before { content: "\eccf"; } .remix-file-code-fill:before { content: "\ecd0"; } .remix-file-code-line:before { content: "\ecd1"; } .remix-file-copy-2-fill:before { content: "\ecd2"; } .remix-file-copy-2-line:before { content: "\ecd3"; } .remix-file-copy-fill:before { content: "\ecd4"; } .remix-file-copy-line:before { content: "\ecd5"; } .remix-file-damage-fill:before { content: "\ecd6"; } .remix-file-damage-line:before { content: "\ecd7"; } .remix-file-download-fill:before { content: "\ecd8"; } .remix-file-download-line:before { content: "\ecd9"; } .remix-file-edit-fill:before { content: "\ecda"; } .remix-file-edit-line:before { content: "\ecdb"; } .remix-file-excel-2-fill:before { content: "\ecdc"; } .remix-file-excel-2-line:before { content: "\ecdd"; } .remix-file-excel-fill:before { content: "\ecde"; } .remix-file-excel-line:before { content: "\ecdf"; } .remix-file-fill:before { content: "\ece0"; } .remix-file-forbid-fill:before { content: "\ece1"; } .remix-file-forbid-line:before { content: "\ece2"; } .remix-file-gif-fill:before { content: "\ece3"; } .remix-file-gif-line:before { content: "\ece4"; } .remix-file-history-fill:before { content: "\ece5"; } .remix-file-history-line:before { content: "\ece6"; } .remix-file-hwp-fill:before { content: "\ece7"; } .remix-file-hwp-line:before { content: "\ece8"; } .remix-file-info-fill:before { content: "\ece9"; } .remix-file-info-line:before { content: "\ecea"; } .remix-file-line:before { content: "\eceb"; } .remix-file-list-2-fill:before { content: "\ecec"; } .remix-file-list-2-line:before { content: "\eced"; } .remix-file-list-3-fill:before { content: "\ecee"; } .remix-file-list-3-line:before { content: "\ecef"; } .remix-file-list-fill:before { content: "\ecf0"; } .remix-file-list-line:before { content: "\ecf1"; } .remix-file-lock-fill:before { content: "\ecf2"; } .remix-file-lock-line:before { content: "\ecf3"; } .remix-file-mark-fill:before { content: "\ecf4"; } .remix-file-mark-line:before { content: "\ecf5"; } .remix-file-music-fill:before { content: "\ecf6"; } .remix-file-music-line:before { content: "\ecf7"; } .remix-file-paper-2-fill:before { content: "\ecf8"; } .remix-file-paper-2-line:before { content: "\ecf9"; } .remix-file-paper-fill:before { content: "\ecfa"; } .remix-file-paper-line:before { content: "\ecfb"; } .remix-file-pdf-fill:before { content: "\ecfc"; } .remix-file-pdf-line:before { content: "\ecfd"; } .remix-file-ppt-2-fill:before { content: "\ecfe"; } .remix-file-ppt-2-line:before { content: "\ecff"; } .remix-file-ppt-fill:before { content: "\ed00"; } .remix-file-ppt-line:before { content: "\ed01"; } .remix-file-reduce-fill:before { content: "\ed02"; } .remix-file-reduce-line:before { content: "\ed03"; } .remix-file-search-fill:before { content: "\ed04"; } .remix-file-search-line:before { content: "\ed05"; } .remix-file-settings-fill:before { content: "\ed06"; } .remix-file-settings-line:before { content: "\ed07"; } .remix-file-shield-2-fill:before { content: "\ed08"; } .remix-file-shield-2-line:before { content: "\ed09"; } .remix-file-shield-fill:before { content: "\ed0a"; } .remix-file-shield-line:before { content: "\ed0b"; } .remix-file-shred-fill:before { content: "\ed0c"; } .remix-file-shred-line:before { content: "\ed0d"; } .remix-file-text-fill:before { content: "\ed0e"; } .remix-file-text-line:before { content: "\ed0f"; } .remix-file-transfer-fill:before { content: "\ed10"; } .remix-file-transfer-line:before { content: "\ed11"; } .remix-file-unknow-fill:before { content: "\ed12"; } .remix-file-unknow-line:before { content: "\ed13"; } .remix-file-upload-fill:before { content: "\ed14"; } .remix-file-upload-line:before { content: "\ed15"; } .remix-file-user-fill:before { content: "\ed16"; } .remix-file-user-line:before { content: "\ed17"; } .remix-file-warning-fill:before { content: "\ed18"; } .remix-file-warning-line:before { content: "\ed19"; } .remix-file-word-2-fill:before { content: "\ed1a"; } .remix-file-word-2-line:before { content: "\ed1b"; } .remix-file-word-fill:before { content: "\ed1c"; } .remix-file-word-line:before { content: "\ed1d"; } .remix-file-zip-fill:before { content: "\ed1e"; } .remix-file-zip-line:before { content: "\ed1f"; } .remix-film-fill:before { content: "\ed20"; } .remix-film-line:before { content: "\ed21"; } .remix-filter-2-fill:before { content: "\ed22"; } .remix-filter-2-line:before { content: "\ed23"; } .remix-filter-3-fill:before { content: "\ed24"; } .remix-filter-3-line:before { content: "\ed25"; } .remix-filter-fill:before { content: "\ed26"; } .remix-filter-line:before { content: "\ed27"; } .remix-filter-off-fill:before { content: "\ed28"; } .remix-filter-off-line:before { content: "\ed29"; } .remix-find-replace-fill:before { content: "\ed2a"; } .remix-find-replace-line:before { content: "\ed2b"; } .remix-finder-fill:before { content: "\ed2c"; } .remix-finder-line:before { content: "\ed2d"; } .remix-fingerprint-2-fill:before { content: "\ed2e"; } .remix-fingerprint-2-line:before { content: "\ed2f"; } .remix-fingerprint-fill:before { content: "\ed30"; } .remix-fingerprint-line:before { content: "\ed31"; } .remix-fire-fill:before { content: "\ed32"; } .remix-fire-line:before { content: "\ed33"; } .remix-firefox-fill:before { content: "\ed34"; } .remix-firefox-line:before { content: "\ed35"; } .remix-first-aid-kit-fill:before { content: "\ed36"; } .remix-first-aid-kit-line:before { content: "\ed37"; } .remix-flag-2-fill:before { content: "\ed38"; } .remix-flag-2-line:before { content: "\ed39"; } .remix-flag-fill:before { content: "\ed3a"; } .remix-flag-line:before { content: "\ed3b"; } .remix-flashlight-fill:before { content: "\ed3c"; } .remix-flashlight-line:before { content: "\ed3d"; } .remix-flask-fill:before { content: "\ed3e"; } .remix-flask-line:before { content: "\ed3f"; } .remix-flight-land-fill:before { content: "\ed40"; } .remix-flight-land-line:before { content: "\ed41"; } .remix-flight-takeoff-fill:before { content: "\ed42"; } .remix-flight-takeoff-line:before { content: "\ed43"; } .remix-flood-fill:before { content: "\ed44"; } .remix-flood-line:before { content: "\ed45"; } .remix-flow-chart:before { content: "\ed46"; } .remix-flutter-fill:before { content: "\ed47"; } .remix-flutter-line:before { content: "\ed48"; } .remix-focus-2-fill:before { content: "\ed49"; } .remix-focus-2-line:before { content: "\ed4a"; } .remix-focus-3-fill:before { content: "\ed4b"; } .remix-focus-3-line:before { content: "\ed4c"; } .remix-focus-fill:before { content: "\ed4d"; } .remix-focus-line:before { content: "\ed4e"; } .remix-foggy-fill:before { content: "\ed4f"; } .remix-foggy-line:before { content: "\ed50"; } .remix-folder-2-fill:before { content: "\ed51"; } .remix-folder-2-line:before { content: "\ed52"; } .remix-folder-3-fill:before { content: "\ed53"; } .remix-folder-3-line:before { content: "\ed54"; } .remix-folder-4-fill:before { content: "\ed55"; } .remix-folder-4-line:before { content: "\ed56"; } .remix-folder-5-fill:before { content: "\ed57"; } .remix-folder-5-line:before { content: "\ed58"; } .remix-folder-add-fill:before { content: "\ed59"; } .remix-folder-add-line:before { content: "\ed5a"; } .remix-folder-chart-2-fill:before { content: "\ed5b"; } .remix-folder-chart-2-line:before { content: "\ed5c"; } .remix-folder-chart-fill:before { content: "\ed5d"; } .remix-folder-chart-line:before { content: "\ed5e"; } .remix-folder-download-fill:before { content: "\ed5f"; } .remix-folder-download-line:before { content: "\ed60"; } .remix-folder-fill:before { content: "\ed61"; } .remix-folder-forbid-fill:before { content: "\ed62"; } .remix-folder-forbid-line:before { content: "\ed63"; } .remix-folder-history-fill:before { content: "\ed64"; } .remix-folder-history-line:before { content: "\ed65"; } .remix-folder-info-fill:before { content: "\ed66"; } .remix-folder-info-line:before { content: "\ed67"; } .remix-folder-keyhole-fill:before { content: "\ed68"; } .remix-folder-keyhole-line:before { content: "\ed69"; } .remix-folder-line:before { content: "\ed6a"; } .remix-folder-lock-fill:before { content: "\ed6b"; } .remix-folder-lock-line:before { content: "\ed6c"; } .remix-folder-music-fill:before { content: "\ed6d"; } .remix-folder-music-line:before { content: "\ed6e"; } .remix-folder-open-fill:before { content: "\ed6f"; } .remix-folder-open-line:before { content: "\ed70"; } .remix-folder-received-fill:before { content: "\ed71"; } .remix-folder-received-line:before { content: "\ed72"; } .remix-folder-reduce-fill:before { content: "\ed73"; } .remix-folder-reduce-line:before { content: "\ed74"; } .remix-folder-settings-fill:before { content: "\ed75"; } .remix-folder-settings-line:before { content: "\ed76"; } .remix-folder-shared-fill:before { content: "\ed77"; } .remix-folder-shared-line:before { content: "\ed78"; } .remix-folder-shield-2-fill:before { content: "\ed79"; } .remix-folder-shield-2-line:before { content: "\ed7a"; } .remix-folder-shield-fill:before { content: "\ed7b"; } .remix-folder-shield-line:before { content: "\ed7c"; } .remix-folder-transfer-fill:before { content: "\ed7d"; } .remix-folder-transfer-line:before { content: "\ed7e"; } .remix-folder-unknow-fill:before { content: "\ed7f"; } .remix-folder-unknow-line:before { content: "\ed80"; } .remix-folder-upload-fill:before { content: "\ed81"; } .remix-folder-upload-line:before { content: "\ed82"; } .remix-folder-user-fill:before { content: "\ed83"; } .remix-folder-user-line:before { content: "\ed84"; } .remix-folder-warning-fill:before { content: "\ed85"; } .remix-folder-warning-line:before { content: "\ed86"; } .remix-folder-zip-fill:before { content: "\ed87"; } .remix-folder-zip-line:before { content: "\ed88"; } .remix-folders-fill:before { content: "\ed89"; } .remix-folders-line:before { content: "\ed8a"; } .remix-font-color:before { content: "\ed8b"; } .remix-font-size-2:before { content: "\ed8c"; } .remix-font-size:before { content: "\ed8d"; } .remix-football-fill:before { content: "\ed8e"; } .remix-football-line:before { content: "\ed8f"; } .remix-footprint-fill:before { content: "\ed90"; } .remix-footprint-line:before { content: "\ed91"; } .remix-forbid-2-fill:before { content: "\ed92"; } .remix-forbid-2-line:before { content: "\ed93"; } .remix-forbid-fill:before { content: "\ed94"; } .remix-forbid-line:before { content: "\ed95"; } .remix-format-clear:before { content: "\ed96"; } .remix-fridge-fill:before { content: "\ed97"; } .remix-fridge-line:before { content: "\ed98"; } .remix-fullscreen-exit-fill:before { content: "\ed99"; } .remix-fullscreen-exit-line:before { content: "\ed9a"; } .remix-fullscreen-fill:before { content: "\ed9b"; } .remix-fullscreen-line:before { content: "\ed9c"; } .remix-function-fill:before { content: "\ed9d"; } .remix-function-line:before { content: "\ed9e"; } .remix-functions:before { content: "\ed9f"; } .remix-funds-box-fill:before { content: "\eda0"; } .remix-funds-box-line:before { content: "\eda1"; } .remix-funds-fill:before { content: "\eda2"; } .remix-funds-line:before { content: "\eda3"; } .remix-gallery-fill:before { content: "\eda4"; } .remix-gallery-line:before { content: "\eda5"; } .remix-gallery-upload-fill:before { content: "\eda6"; } .remix-gallery-upload-line:before { content: "\eda7"; } .remix-game-fill:before { content: "\eda8"; } .remix-game-line:before { content: "\eda9"; } .remix-gamepad-fill:before { content: "\edaa"; } .remix-gamepad-line:before { content: "\edab"; } .remix-gas-station-fill:before { content: "\edac"; } .remix-gas-station-line:before { content: "\edad"; } .remix-gatsby-fill:before { content: "\edae"; } .remix-gatsby-line:before { content: "\edaf"; } .remix-genderless-fill:before { content: "\edb0"; } .remix-genderless-line:before { content: "\edb1"; } .remix-ghost-2-fill:before { content: "\edb2"; } .remix-ghost-2-line:before { content: "\edb3"; } .remix-ghost-fill:before { content: "\edb4"; } .remix-ghost-line:before { content: "\edb5"; } .remix-ghost-smile-fill:before { content: "\edb6"; } .remix-ghost-smile-line:before { content: "\edb7"; } .remix-gift-2-fill:before { content: "\edb8"; } .remix-gift-2-line:before { content: "\edb9"; } .remix-gift-fill:before { content: "\edba"; } .remix-gift-line:before { content: "\edbb"; } .remix-git-branch-fill:before { content: "\edbc"; } .remix-git-branch-line:before { content: "\edbd"; } .remix-git-commit-fill:before { content: "\edbe"; } .remix-git-commit-line:before { content: "\edbf"; } .remix-git-merge-fill:before { content: "\edc0"; } .remix-git-merge-line:before { content: "\edc1"; } .remix-git-pull-request-fill:before { content: "\edc2"; } .remix-git-pull-request-line:before { content: "\edc3"; } .remix-git-repository-commits-fill:before { content: "\edc4"; } .remix-git-repository-commits-line:before { content: "\edc5"; } .remix-git-repository-fill:before { content: "\edc6"; } .remix-git-repository-line:before { content: "\edc7"; } .remix-git-repository-private-fill:before { content: "\edc8"; } .remix-git-repository-private-line:before { content: "\edc9"; } .remix-github-fill:before { content: "\edca"; } .remix-github-line:before { content: "\edcb"; } .remix-gitlab-fill:before { content: "\edcc"; } .remix-gitlab-line:before { content: "\edcd"; } .remix-global-fill:before { content: "\edce"; } .remix-global-line:before { content: "\edcf"; } .remix-globe-fill:before { content: "\edd0"; } .remix-globe-line:before { content: "\edd1"; } .remix-goblet-fill:before { content: "\edd2"; } .remix-goblet-line:before { content: "\edd3"; } .remix-google-fill:before { content: "\edd4"; } .remix-google-line:before { content: "\edd5"; } .remix-google-play-fill:before { content: "\edd6"; } .remix-google-play-line:before { content: "\edd7"; } .remix-government-fill:before { content: "\edd8"; } .remix-government-line:before { content: "\edd9"; } .remix-gps-fill:before { content: "\edda"; } .remix-gps-line:before { content: "\eddb"; } .remix-gradienter-fill:before { content: "\eddc"; } .remix-gradienter-line:before { content: "\eddd"; } .remix-grid-fill:before { content: "\edde"; } .remix-grid-line:before { content: "\eddf"; } .remix-group-2-fill:before { content: "\ede0"; } .remix-group-2-line:before { content: "\ede1"; } .remix-group-fill:before { content: "\ede2"; } .remix-group-line:before { content: "\ede3"; } .remix-guide-fill:before { content: "\ede4"; } .remix-guide-line:before { content: "\ede5"; } .remix-h-1:before { content: "\ede6"; } .remix-h-2:before { content: "\ede7"; } .remix-h-3:before { content: "\ede8"; } .remix-h-4:before { content: "\ede9"; } .remix-h-5:before { content: "\edea"; } .remix-h-6:before { content: "\edeb"; } .remix-hail-fill:before { content: "\edec"; } .remix-hail-line:before { content: "\eded"; } .remix-hammer-fill:before { content: "\edee"; } .remix-hammer-line:before { content: "\edef"; } .remix-hand-coin-fill:before { content: "\edf0"; } .remix-hand-coin-line:before { content: "\edf1"; } .remix-hand-heart-fill:before { content: "\edf2"; } .remix-hand-heart-line:before { content: "\edf3"; } .remix-hand-sanitizer-fill:before { content: "\edf4"; } .remix-hand-sanitizer-line:before { content: "\edf5"; } .remix-handbag-fill:before { content: "\edf6"; } .remix-handbag-line:before { content: "\edf7"; } .remix-hard-drive-2-fill:before { content: "\edf8"; } .remix-hard-drive-2-line:before { content: "\edf9"; } .remix-hard-drive-fill:before { content: "\edfa"; } .remix-hard-drive-line:before { content: "\edfb"; } .remix-hashtag:before { content: "\edfc"; } .remix-haze-2-fill:before { content: "\edfd"; } .remix-haze-2-line:before { content: "\edfe"; } .remix-haze-fill:before { content: "\edff"; } .remix-haze-line:before { content: "\ee00"; } .remix-hd-fill:before { content: "\ee01"; } .remix-hd-line:before { content: "\ee02"; } .remix-heading:before { content: "\ee03"; } .remix-headphone-fill:before { content: "\ee04"; } .remix-headphone-line:before { content: "\ee05"; } .remix-health-book-fill:before { content: "\ee06"; } .remix-health-book-line:before { content: "\ee07"; } .remix-heart-2-fill:before { content: "\ee08"; } .remix-heart-2-line:before { content: "\ee09"; } .remix-heart-3-fill:before { content: "\ee0a"; } .remix-heart-3-line:before { content: "\ee0b"; } .remix-heart-add-fill:before { content: "\ee0c"; } .remix-heart-add-line:before { content: "\ee0d"; } .remix-heart-fill:before { content: "\ee0e"; } .remix-heart-line:before { content: "\ee0f"; } .remix-heart-pulse-fill:before { content: "\ee10"; } .remix-heart-pulse-line:before { content: "\ee11"; } .remix-hearts-fill:before { content: "\ee12"; } .remix-hearts-line:before { content: "\ee13"; } .remix-heavy-showers-fill:before { content: "\ee14"; } .remix-heavy-showers-line:before { content: "\ee15"; } .remix-history-fill:before { content: "\ee16"; } .remix-history-line:before { content: "\ee17"; } .remix-home-2-fill:before { content: "\ee18"; } .remix-home-2-line:before { content: "\ee19"; } .remix-home-3-fill:before { content: "\ee1a"; } .remix-home-3-line:before { content: "\ee1b"; } .remix-home-4-fill:before { content: "\ee1c"; } .remix-home-4-line:before { content: "\ee1d"; } .remix-home-5-fill:before { content: "\ee1e"; } .remix-home-5-line:before { content: "\ee1f"; } .remix-home-6-fill:before { content: "\ee20"; } .remix-home-6-line:before { content: "\ee21"; } .remix-home-7-fill:before { content: "\ee22"; } .remix-home-7-line:before { content: "\ee23"; } .remix-home-8-fill:before { content: "\ee24"; } .remix-home-8-line:before { content: "\ee25"; } .remix-home-fill:before { content: "\ee26"; } .remix-home-gear-fill:before { content: "\ee27"; } .remix-home-gear-line:before { content: "\ee28"; } .remix-home-heart-fill:before { content: "\ee29"; } .remix-home-heart-line:before { content: "\ee2a"; } .remix-home-line:before { content: "\ee2b"; } .remix-home-smile-2-fill:before { content: "\ee2c"; } .remix-home-smile-2-line:before { content: "\ee2d"; } .remix-home-smile-fill:before { content: "\ee2e"; } .remix-home-smile-line:before { content: "\ee2f"; } .remix-home-wifi-fill:before { content: "\ee30"; } .remix-home-wifi-line:before { content: "\ee31"; } .remix-honor-of-kings-fill:before { content: "\ee32"; } .remix-honor-of-kings-line:before { content: "\ee33"; } .remix-honour-fill:before { content: "\ee34"; } .remix-honour-line:before { content: "\ee35"; } .remix-hospital-fill:before { content: "\ee36"; } .remix-hospital-line:before { content: "\ee37"; } .remix-hotel-bed-fill:before { content: "\ee38"; } .remix-hotel-bed-line:before { content: "\ee39"; } .remix-hotel-fill:before { content: "\ee3a"; } .remix-hotel-line:before { content: "\ee3b"; } .remix-hotspot-fill:before { content: "\ee3c"; } .remix-hotspot-line:before { content: "\ee3d"; } .remix-hq-fill:before { content: "\ee3e"; } .remix-hq-line:before { content: "\ee3f"; } .remix-html5-fill:before { content: "\ee40"; } .remix-html5-line:before { content: "\ee41"; } .remix-ie-fill:before { content: "\ee42"; } .remix-ie-line:before { content: "\ee43"; } .remix-image-2-fill:before { content: "\ee44"; } .remix-image-2-line:before { content: "\ee45"; } .remix-image-add-fill:before { content: "\ee46"; } .remix-image-add-line:before { content: "\ee47"; } .remix-image-edit-fill:before { content: "\ee48"; } .remix-image-edit-line:before { content: "\ee49"; } .remix-image-fill:before { content: "\ee4a"; } .remix-image-line:before { content: "\ee4b"; } .remix-inbox-archive-fill:before { content: "\ee4c"; } .remix-inbox-archive-line:before { content: "\ee4d"; } .remix-inbox-fill:before { content: "\ee4e"; } .remix-inbox-line:before { content: "\ee4f"; } .remix-inbox-unarchive-fill:before { content: "\ee50"; } .remix-inbox-unarchive-line:before { content: "\ee51"; } .remix-increase-decrease-fill:before { content: "\ee52"; } .remix-increase-decrease-line:before { content: "\ee53"; } .remix-indent-decrease:before { content: "\ee54"; } .remix-indent-increase:before { content: "\ee55"; } .remix-indeterminate-circle-fill:before { content: "\ee56"; } .remix-indeterminate-circle-line:before { content: "\ee57"; } .remix-information-fill:before { content: "\ee58"; } .remix-information-line:before { content: "\ee59"; } .remix-infrared-thermometer-fill:before { content: "\ee5a"; } .remix-infrared-thermometer-line:before { content: "\ee5b"; } .remix-ink-bottle-fill:before { content: "\ee5c"; } .remix-ink-bottle-line:before { content: "\ee5d"; } .remix-input-cursor-move:before { content: "\ee5e"; } .remix-input-method-fill:before { content: "\ee5f"; } .remix-input-method-line:before { content: "\ee60"; } .remix-insert-column-left:before { content: "\ee61"; } .remix-insert-column-right:before { content: "\ee62"; } .remix-insert-row-bottom:before { content: "\ee63"; } .remix-insert-row-top:before { content: "\ee64"; } .remix-instagram-fill:before { content: "\ee65"; } .remix-instagram-line:before { content: "\ee66"; } .remix-install-fill:before { content: "\ee67"; } .remix-install-line:before { content: "\ee68"; } .remix-invision-fill:before { content: "\ee69"; } .remix-invision-line:before { content: "\ee6a"; } .remix-italic:before { content: "\ee6b"; } .remix-kakao-talk-fill:before { content: "\ee6c"; } .remix-kakao-talk-line:before { content: "\ee6d"; } .remix-key-2-fill:before { content: "\ee6e"; } .remix-key-2-line:before { content: "\ee6f"; } .remix-key-fill:before { content: "\ee70"; } .remix-key-line:before { content: "\ee71"; } .remix-keyboard-box-fill:before { content: "\ee72"; } .remix-keyboard-box-line:before { content: "\ee73"; } .remix-keyboard-fill:before { content: "\ee74"; } .remix-keyboard-line:before { content: "\ee75"; } .remix-keynote-fill:before { content: "\ee76"; } .remix-keynote-line:before { content: "\ee77"; } .remix-knife-blood-fill:before { content: "\ee78"; } .remix-knife-blood-line:before { content: "\ee79"; } .remix-knife-fill:before { content: "\ee7a"; } .remix-knife-line:before { content: "\ee7b"; } .remix-landscape-fill:before { content: "\ee7c"; } .remix-landscape-line:before { content: "\ee7d"; } .remix-layout-2-fill:before { content: "\ee7e"; } .remix-layout-2-line:before { content: "\ee7f"; } .remix-layout-3-fill:before { content: "\ee80"; } .remix-layout-3-line:before { content: "\ee81"; } .remix-layout-4-fill:before { content: "\ee82"; } .remix-layout-4-line:before { content: "\ee83"; } .remix-layout-5-fill:before { content: "\ee84"; } .remix-layout-5-line:before { content: "\ee85"; } .remix-layout-6-fill:before { content: "\ee86"; } .remix-layout-6-line:before { content: "\ee87"; } .remix-layout-bottom-2-fill:before { content: "\ee88"; } .remix-layout-bottom-2-line:before { content: "\ee89"; } .remix-layout-bottom-fill:before { content: "\ee8a"; } .remix-layout-bottom-line:before { content: "\ee8b"; } .remix-layout-column-fill:before { content: "\ee8c"; } .remix-layout-column-line:before { content: "\ee8d"; } .remix-layout-fill:before { content: "\ee8e"; } .remix-layout-grid-fill:before { content: "\ee8f"; } .remix-layout-grid-line:before { content: "\ee90"; } .remix-layout-left-2-fill:before { content: "\ee91"; } .remix-layout-left-2-line:before { content: "\ee92"; } .remix-layout-left-fill:before { content: "\ee93"; } .remix-layout-left-line:before { content: "\ee94"; } .remix-layout-line:before { content: "\ee95"; } .remix-layout-masonry-fill:before { content: "\ee96"; } .remix-layout-masonry-line:before { content: "\ee97"; } .remix-layout-right-2-fill:before { content: "\ee98"; } .remix-layout-right-2-line:before { content: "\ee99"; } .remix-layout-right-fill:before { content: "\ee9a"; } .remix-layout-right-line:before { content: "\ee9b"; } .remix-layout-row-fill:before { content: "\ee9c"; } .remix-layout-row-line:before { content: "\ee9d"; } .remix-layout-top-2-fill:before { content: "\ee9e"; } .remix-layout-top-2-line:before { content: "\ee9f"; } .remix-layout-top-fill:before { content: "\eea0"; } .remix-layout-top-line:before { content: "\eea1"; } .remix-leaf-fill:before { content: "\eea2"; } .remix-leaf-line:before { content: "\eea3"; } .remix-lifebuoy-fill:before { content: "\eea4"; } .remix-lifebuoy-line:before { content: "\eea5"; } .remix-lightbulb-fill:before { content: "\eea6"; } .remix-lightbulb-flash-fill:before { content: "\eea7"; } .remix-lightbulb-flash-line:before { content: "\eea8"; } .remix-lightbulb-line:before { content: "\eea9"; } .remix-line-chart-fill:before { content: "\eeaa"; } .remix-line-chart-line:before { content: "\eeab"; } .remix-line-fill:before { content: "\eeac"; } .remix-line-height:before { content: "\eead"; } .remix-line-line:before { content: "\eeae"; } .remix-link-m:before { content: "\eeaf"; } .remix-link-unlink-m:before { content: "\eeb0"; } .remix-link-unlink:before { content: "\eeb1"; } .remix-link:before { content: "\eeb2"; } .remix-linkedin-box-fill:before { content: "\eeb3"; } .remix-linkedin-box-line:before { content: "\eeb4"; } .remix-linkedin-fill:before { content: "\eeb5"; } .remix-linkedin-line:before { content: "\eeb6"; } .remix-links-fill:before { content: "\eeb7"; } .remix-links-line:before { content: "\eeb8"; } .remix-list-check-2:before { content: "\eeb9"; } .remix-list-check:before { content: "\eeba"; } .remix-list-ordered:before { content: "\eebb"; } .remix-list-settings-fill:before { content: "\eebc"; } .remix-list-settings-line:before { content: "\eebd"; } .remix-list-unordered:before { content: "\eebe"; } .remix-live-fill:before { content: "\eebf"; } .remix-live-line:before { content: "\eec0"; } .remix-loader-2-fill:before { content: "\eec1"; } .remix-loader-2-line:before { content: "\eec2"; } .remix-loader-3-fill:before { content: "\eec3"; } .remix-loader-3-line:before { content: "\eec4"; } .remix-loader-4-fill:before { content: "\eec5"; } .remix-loader-4-line:before { content: "\eec6"; } .remix-loader-5-fill:before { content: "\eec7"; } .remix-loader-5-line:before { content: "\eec8"; } .remix-loader-fill:before { content: "\eec9"; } .remix-loader-line:before { content: "\eeca"; } .remix-lock-2-fill:before { content: "\eecb"; } .remix-lock-2-line:before { content: "\eecc"; } .remix-lock-fill:before { content: "\eecd"; } .remix-lock-line:before { content: "\eece"; } .remix-lock-password-fill:before { content: "\eecf"; } .remix-lock-password-line:before { content: "\eed0"; } .remix-lock-unlock-fill:before { content: "\eed1"; } .remix-lock-unlock-line:before { content: "\eed2"; } .remix-login-box-fill:before { content: "\eed3"; } .remix-login-box-line:before { content: "\eed4"; } .remix-login-circle-fill:before { content: "\eed5"; } .remix-login-circle-line:before { content: "\eed6"; } .remix-logout-box-fill:before { content: "\eed7"; } .remix-logout-box-line:before { content: "\eed8"; } .remix-logout-box-r-fill:before { content: "\eed9"; } .remix-logout-box-r-line:before { content: "\eeda"; } .remix-logout-circle-fill:before { content: "\eedb"; } .remix-logout-circle-line:before { content: "\eedc"; } .remix-logout-circle-r-fill:before { content: "\eedd"; } .remix-logout-circle-r-line:before { content: "\eede"; } .remix-luggage-cart-fill:before { content: "\eedf"; } .remix-luggage-cart-line:before { content: "\eee0"; } .remix-luggage-deposit-fill:before { content: "\eee1"; } .remix-luggage-deposit-line:before { content: "\eee2"; } .remix-lungs-fill:before { content: "\eee3"; } .remix-lungs-line:before { content: "\eee4"; } .remix-mac-fill:before { content: "\eee5"; } .remix-mac-line:before { content: "\eee6"; } .remix-macbook-fill:before { content: "\eee7"; } .remix-macbook-line:before { content: "\eee8"; } .remix-magic-fill:before { content: "\eee9"; } .remix-magic-line:before { content: "\eeea"; } .remix-mail-add-fill:before { content: "\eeeb"; } .remix-mail-add-line:before { content: "\eeec"; } .remix-mail-check-fill:before { content: "\eeed"; } .remix-mail-check-line:before { content: "\eeee"; } .remix-mail-close-fill:before { content: "\eeef"; } .remix-mail-close-line:before { content: "\eef0"; } .remix-mail-download-fill:before { content: "\eef1"; } .remix-mail-download-line:before { content: "\eef2"; } .remix-mail-fill:before { content: "\eef3"; } .remix-mail-forbid-fill:before { content: "\eef4"; } .remix-mail-forbid-line:before { content: "\eef5"; } .remix-mail-line:before { content: "\eef6"; } .remix-mail-lock-fill:before { content: "\eef7"; } .remix-mail-lock-line:before { content: "\eef8"; } .remix-mail-open-fill:before { content: "\eef9"; } .remix-mail-open-line:before { content: "\eefa"; } .remix-mail-send-fill:before { content: "\eefb"; } .remix-mail-send-line:before { content: "\eefc"; } .remix-mail-settings-fill:before { content: "\eefd"; } .remix-mail-settings-line:before { content: "\eefe"; } .remix-mail-star-fill:before { content: "\eeff"; } .remix-mail-star-line:before { content: "\ef00"; } .remix-mail-unread-fill:before { content: "\ef01"; } .remix-mail-unread-line:before { content: "\ef02"; } .remix-mail-volume-fill:before { content: "\ef03"; } .remix-mail-volume-line:before { content: "\ef04"; } .remix-map-2-fill:before { content: "\ef05"; } .remix-map-2-line:before { content: "\ef06"; } .remix-map-fill:before { content: "\ef07"; } .remix-map-line:before { content: "\ef08"; } .remix-map-pin-2-fill:before { content: "\ef09"; } .remix-map-pin-2-line:before { content: "\ef0a"; } .remix-map-pin-3-fill:before { content: "\ef0b"; } .remix-map-pin-3-line:before { content: "\ef0c"; } .remix-map-pin-4-fill:before { content: "\ef0d"; } .remix-map-pin-4-line:before { content: "\ef0e"; } .remix-map-pin-5-fill:before { content: "\ef0f"; } .remix-map-pin-5-line:before { content: "\ef10"; } .remix-map-pin-add-fill:before { content: "\ef11"; } .remix-map-pin-add-line:before { content: "\ef12"; } .remix-map-pin-fill:before { content: "\ef13"; } .remix-map-pin-line:before { content: "\ef14"; } .remix-map-pin-range-fill:before { content: "\ef15"; } .remix-map-pin-range-line:before { content: "\ef16"; } .remix-map-pin-time-fill:before { content: "\ef17"; } .remix-map-pin-time-line:before { content: "\ef18"; } .remix-map-pin-user-fill:before { content: "\ef19"; } .remix-map-pin-user-line:before { content: "\ef1a"; } .remix-mark-pen-fill:before { content: "\ef1b"; } .remix-mark-pen-line:before { content: "\ef1c"; } .remix-markdown-fill:before { content: "\ef1d"; } .remix-markdown-line:before { content: "\ef1e"; } .remix-markup-fill:before { content: "\ef1f"; } .remix-markup-line:before { content: "\ef20"; } .remix-mastercard-fill:before { content: "\ef21"; } .remix-mastercard-line:before { content: "\ef22"; } .remix-mastodon-fill:before { content: "\ef23"; } .remix-mastodon-line:before { content: "\ef24"; } .remix-medal-2-fill:before { content: "\ef25"; } .remix-medal-2-line:before { content: "\ef26"; } .remix-medal-fill:before { content: "\ef27"; } .remix-medal-line:before { content: "\ef28"; } .remix-medicine-bottle-fill:before { content: "\ef29"; } .remix-medicine-bottle-line:before { content: "\ef2a"; } .remix-medium-fill:before { content: "\ef2b"; } .remix-medium-line:before { content: "\ef2c"; } .remix-men-fill:before { content: "\ef2d"; } .remix-men-line:before { content: "\ef2e"; } .remix-mental-health-fill:before { content: "\ef2f"; } .remix-mental-health-line:before { content: "\ef30"; } .remix-menu-2-fill:before { content: "\ef31"; } .remix-menu-2-line:before { content: "\ef32"; } .remix-menu-3-fill:before { content: "\ef33"; } .remix-menu-3-line:before { content: "\ef34"; } .remix-menu-4-fill:before { content: "\ef35"; } .remix-menu-4-line:before { content: "\ef36"; } .remix-menu-5-fill:before { content: "\ef37"; } .remix-menu-5-line:before { content: "\ef38"; } .remix-menu-add-fill:before { content: "\ef39"; } .remix-menu-add-line:before { content: "\ef3a"; } .remix-menu-fill:before { content: "\ef3b"; } .remix-menu-fold-fill:before { content: "\ef3c"; } .remix-menu-fold-line:before { content: "\ef3d"; } .remix-menu-line:before { content: "\ef3e"; } .remix-menu-unfold-fill:before { content: "\ef3f"; } .remix-menu-unfold-line:before { content: "\ef40"; } .remix-merge-cells-horizontal:before { content: "\ef41"; } .remix-merge-cells-vertical:before { content: "\ef42"; } .remix-message-2-fill:before { content: "\ef43"; } .remix-message-2-line:before { content: "\ef44"; } .remix-message-3-fill:before { content: "\ef45"; } .remix-message-3-line:before { content: "\ef46"; } .remix-message-fill:before { content: "\ef47"; } .remix-message-line:before { content: "\ef48"; } .remix-messenger-fill:before { content: "\ef49"; } .remix-messenger-line:before { content: "\ef4a"; } .remix-meteor-fill:before { content: "\ef4b"; } .remix-meteor-line:before { content: "\ef4c"; } .remix-mic-2-fill:before { content: "\ef4d"; } .remix-mic-2-line:before { content: "\ef4e"; } .remix-mic-fill:before { content: "\ef4f"; } .remix-mic-line:before { content: "\ef50"; } .remix-mic-off-fill:before { content: "\ef51"; } .remix-mic-off-line:before { content: "\ef52"; } .remix-mickey-fill:before { content: "\ef53"; } .remix-mickey-line:before { content: "\ef54"; } .remix-microscope-fill:before { content: "\ef55"; } .remix-microscope-line:before { content: "\ef56"; } .remix-microsoft-fill:before { content: "\ef57"; } .remix-microsoft-line:before { content: "\ef58"; } .remix-mind-map:before { content: "\ef59"; } .remix-mini-program-fill:before { content: "\ef5a"; } .remix-mini-program-line:before { content: "\ef5b"; } .remix-mist-fill:before { content: "\ef5c"; } .remix-mist-line:before { content: "\ef5d"; } .remix-money-cny-box-fill:before { content: "\ef5e"; } .remix-money-cny-box-line:before { content: "\ef5f"; } .remix-money-cny-circle-fill:before { content: "\ef60"; } .remix-money-cny-circle-line:before { content: "\ef61"; } .remix-money-dollar-box-fill:before { content: "\ef62"; } .remix-money-dollar-box-line:before { content: "\ef63"; } .remix-money-dollar-circle-fill:before { content: "\ef64"; } .remix-money-dollar-circle-line:before { content: "\ef65"; } .remix-money-euro-box-fill:before { content: "\ef66"; } .remix-money-euro-box-line:before { content: "\ef67"; } .remix-money-euro-circle-fill:before { content: "\ef68"; } .remix-money-euro-circle-line:before { content: "\ef69"; } .remix-money-pound-box-fill:before { content: "\ef6a"; } .remix-money-pound-box-line:before { content: "\ef6b"; } .remix-money-pound-circle-fill:before { content: "\ef6c"; } .remix-money-pound-circle-line:before { content: "\ef6d"; } .remix-moon-clear-fill:before { content: "\ef6e"; } .remix-moon-clear-line:before { content: "\ef6f"; } .remix-moon-cloudy-fill:before { content: "\ef70"; } .remix-moon-cloudy-line:before { content: "\ef71"; } .remix-moon-fill:before { content: "\ef72"; } .remix-moon-foggy-fill:before { content: "\ef73"; } .remix-moon-foggy-line:before { content: "\ef74"; } .remix-moon-line:before { content: "\ef75"; } .remix-more-2-fill:before { content: "\ef76"; } .remix-more-2-line:before { content: "\ef77"; } .remix-more-fill:before { content: "\ef78"; } .remix-more-line:before { content: "\ef79"; } .remix-motorbike-fill:before { content: "\ef7a"; } .remix-motorbike-line:before { content: "\ef7b"; } .remix-mouse-fill:before { content: "\ef7c"; } .remix-mouse-line:before { content: "\ef7d"; } .remix-movie-2-fill:before { content: "\ef7e"; } .remix-movie-2-line:before { content: "\ef7f"; } .remix-movie-fill:before { content: "\ef80"; } .remix-movie-line:before { content: "\ef81"; } .remix-music-2-fill:before { content: "\ef82"; } .remix-music-2-line:before { content: "\ef83"; } .remix-music-fill:before { content: "\ef84"; } .remix-music-line:before { content: "\ef85"; } .remix-mv-fill:before { content: "\ef86"; } .remix-mv-line:before { content: "\ef87"; } .remix-navigation-fill:before { content: "\ef88"; } .remix-navigation-line:before { content: "\ef89"; } .remix-netease-cloud-music-fill:before { content: "\ef8a"; } .remix-netease-cloud-music-line:before { content: "\ef8b"; } .remix-netflix-fill:before { content: "\ef8c"; } .remix-netflix-line:before { content: "\ef8d"; } .remix-newspaper-fill:before { content: "\ef8e"; } .remix-newspaper-line:before { content: "\ef8f"; } .remix-node-tree:before { content: "\ef90"; } .remix-notification-2-fill:before { content: "\ef91"; } .remix-notification-2-line:before { content: "\ef92"; } .remix-notification-3-fill:before { content: "\ef93"; } .remix-notification-3-line:before { content: "\ef94"; } .remix-notification-4-fill:before { content: "\ef95"; } .remix-notification-4-line:before { content: "\ef96"; } .remix-notification-badge-fill:before { content: "\ef97"; } .remix-notification-badge-line:before { content: "\ef98"; } .remix-notification-fill:before { content: "\ef99"; } .remix-notification-line:before { content: "\ef9a"; } .remix-notification-off-fill:before { content: "\ef9b"; } .remix-notification-off-line:before { content: "\ef9c"; } .remix-npmjs-fill:before { content: "\ef9d"; } .remix-npmjs-line:before { content: "\ef9e"; } .remix-number-0:before { content: "\ef9f"; } .remix-number-1:before { content: "\efa0"; } .remix-number-2:before { content: "\efa1"; } .remix-number-3:before { content: "\efa2"; } .remix-number-4:before { content: "\efa3"; } .remix-number-5:before { content: "\efa4"; } .remix-number-6:before { content: "\efa5"; } .remix-number-7:before { content: "\efa6"; } .remix-number-8:before { content: "\efa7"; } .remix-number-9:before { content: "\efa8"; } .remix-numbers-fill:before { content: "\efa9"; } .remix-numbers-line:before { content: "\efaa"; } .remix-nurse-fill:before { content: "\efab"; } .remix-nurse-line:before { content: "\efac"; } .remix-oil-fill:before { content: "\efad"; } .remix-oil-line:before { content: "\efae"; } .remix-omega:before { content: "\efaf"; } .remix-open-arm-fill:before { content: "\efb0"; } .remix-open-arm-line:before { content: "\efb1"; } .remix-open-source-fill:before { content: "\efb2"; } .remix-open-source-line:before { content: "\efb3"; } .remix-opera-fill:before { content: "\efb4"; } .remix-opera-line:before { content: "\efb5"; } .remix-order-play-fill:before { content: "\efb6"; } .remix-order-play-line:before { content: "\efb7"; } .remix-organization-chart:before { content: "\efb8"; } .remix-outlet-2-fill:before { content: "\efb9"; } .remix-outlet-2-line:before { content: "\efba"; } .remix-outlet-fill:before { content: "\efbb"; } .remix-outlet-line:before { content: "\efbc"; } .remix-page-separator:before { content: "\efbd"; } .remix-pages-fill:before { content: "\efbe"; } .remix-pages-line:before { content: "\efbf"; } .remix-paint-brush-fill:before { content: "\efc0"; } .remix-paint-brush-line:before { content: "\efc1"; } .remix-paint-fill:before { content: "\efc2"; } .remix-paint-line:before { content: "\efc3"; } .remix-palette-fill:before { content: "\efc4"; } .remix-palette-line:before { content: "\efc5"; } .remix-pantone-fill:before { content: "\efc6"; } .remix-pantone-line:before { content: "\efc7"; } .remix-paragraph:before { content: "\efc8"; } .remix-parent-fill:before { content: "\efc9"; } .remix-parent-line:before { content: "\efca"; } .remix-parentheses-fill:before { content: "\efcb"; } .remix-parentheses-line:before { content: "\efcc"; } .remix-parking-box-fill:before { content: "\efcd"; } .remix-parking-box-line:before { content: "\efce"; } .remix-parking-fill:before { content: "\efcf"; } .remix-parking-line:before { content: "\efd0"; } .remix-passport-fill:before { content: "\efd1"; } .remix-passport-line:before { content: "\efd2"; } .remix-patreon-fill:before { content: "\efd3"; } .remix-patreon-line:before { content: "\efd4"; } .remix-pause-circle-fill:before { content: "\efd5"; } .remix-pause-circle-line:before { content: "\efd6"; } .remix-pause-fill:before { content: "\efd7"; } .remix-pause-line:before { content: "\efd8"; } .remix-pause-mini-fill:before { content: "\efd9"; } .remix-pause-mini-line:before { content: "\efda"; } .remix-paypal-fill:before { content: "\efdb"; } .remix-paypal-line:before { content: "\efdc"; } .remix-pen-nib-fill:before { content: "\efdd"; } .remix-pen-nib-line:before { content: "\efde"; } .remix-pencil-fill:before { content: "\efdf"; } .remix-pencil-line:before { content: "\efe0"; } .remix-pencil-ruler-2-fill:before { content: "\efe1"; } .remix-pencil-ruler-2-line:before { content: "\efe2"; } .remix-pencil-ruler-fill:before { content: "\efe3"; } .remix-pencil-ruler-line:before { content: "\efe4"; } .remix-percent-fill:before { content: "\efe5"; } .remix-percent-line:before { content: "\efe6"; } .remix-phone-camera-fill:before { content: "\efe7"; } .remix-phone-camera-line:before { content: "\efe8"; } .remix-phone-fill:before { content: "\efe9"; } .remix-phone-find-fill:before { content: "\efea"; } .remix-phone-find-line:before { content: "\efeb"; } .remix-phone-line:before { content: "\efec"; } .remix-phone-lock-fill:before { content: "\efed"; } .remix-phone-lock-line:before { content: "\efee"; } .remix-picture-in-picture-2-fill:before { content: "\efef"; } .remix-picture-in-picture-2-line:before { content: "\eff0"; } .remix-picture-in-picture-exit-fill:before { content: "\eff1"; } .remix-picture-in-picture-exit-line:before { content: "\eff2"; } .remix-picture-in-picture-fill:before { content: "\eff3"; } .remix-picture-in-picture-line:before { content: "\eff4"; } .remix-pie-chart-2-fill:before { content: "\eff5"; } .remix-pie-chart-2-line:before { content: "\eff6"; } .remix-pie-chart-box-fill:before { content: "\eff7"; } .remix-pie-chart-box-line:before { content: "\eff8"; } .remix-pie-chart-fill:before { content: "\eff9"; } .remix-pie-chart-line:before { content: "\effa"; } .remix-pin-distance-fill:before { content: "\effb"; } .remix-pin-distance-line:before { content: "\effc"; } .remix-ping-pong-fill:before { content: "\effd"; } .remix-ping-pong-line:before { content: "\effe"; } .remix-pinterest-fill:before { content: "\efff"; } .remix-pinterest-line:before { content: "\f000"; } .remix-pinyin-input:before { content: "\f001"; } .remix-pixelfed-fill:before { content: "\f002"; } .remix-pixelfed-line:before { content: "\f003"; } .remix-plane-fill:before { content: "\f004"; } .remix-plane-line:before { content: "\f005"; } .remix-plant-fill:before { content: "\f006"; } .remix-plant-line:before { content: "\f007"; } .remix-play-circle-fill:before { content: "\f008"; } .remix-play-circle-line:before { content: "\f009"; } .remix-play-fill:before { content: "\f00a"; } .remix-play-line:before { content: "\f00b"; } .remix-play-list-2-fill:before { content: "\f00c"; } .remix-play-list-2-line:before { content: "\f00d"; } .remix-play-list-add-fill:before { content: "\f00e"; } .remix-play-list-add-line:before { content: "\f00f"; } .remix-play-list-fill:before { content: "\f010"; } .remix-play-list-line:before { content: "\f011"; } .remix-play-mini-fill:before { content: "\f012"; } .remix-play-mini-line:before { content: "\f013"; } .remix-playstation-fill:before { content: "\f014"; } .remix-playstation-line:before { content: "\f015"; } .remix-plug-2-fill:before { content: "\f016"; } .remix-plug-2-line:before { content: "\f017"; } .remix-plug-fill:before { content: "\f018"; } .remix-plug-line:before { content: "\f019"; } .remix-polaroid-2-fill:before { content: "\f01a"; } .remix-polaroid-2-line:before { content: "\f01b"; } .remix-polaroid-fill:before { content: "\f01c"; } .remix-polaroid-line:before { content: "\f01d"; } .remix-police-car-fill:before { content: "\f01e"; } .remix-police-car-line:before { content: "\f01f"; } .remix-price-tag-2-fill:before { content: "\f020"; } .remix-price-tag-2-line:before { content: "\f021"; } .remix-price-tag-3-fill:before { content: "\f022"; } .remix-price-tag-3-line:before { content: "\f023"; } .remix-price-tag-fill:before { content: "\f024"; } .remix-price-tag-line:before { content: "\f025"; } .remix-printer-cloud-fill:before { content: "\f026"; } .remix-printer-cloud-line:before { content: "\f027"; } .remix-printer-fill:before { content: "\f028"; } .remix-printer-line:before { content: "\f029"; } .remix-product-hunt-fill:before { content: "\f02a"; } .remix-product-hunt-line:before { content: "\f02b"; } .remix-profile-fill:before { content: "\f02c"; } .remix-profile-line:before { content: "\f02d"; } .remix-projector-2-fill:before { content: "\f02e"; } .remix-projector-2-line:before { content: "\f02f"; } .remix-projector-fill:before { content: "\f030"; } .remix-projector-line:before { content: "\f031"; } .remix-psychotherapy-fill:before { content: "\f032"; } .remix-psychotherapy-line:before { content: "\f033"; } .remix-pulse-fill:before { content: "\f034"; } .remix-pulse-line:before { content: "\f035"; } .remix-pushpin-2-fill:before { content: "\f036"; } .remix-pushpin-2-line:before { content: "\f037"; } .remix-pushpin-fill:before { content: "\f038"; } .remix-pushpin-line:before { content: "\f039"; } .remix-qq-fill:before { content: "\f03a"; } .remix-qq-line:before { content: "\f03b"; } .remix-qr-code-fill:before { content: "\f03c"; } .remix-qr-code-line:before { content: "\f03d"; } .remix-qr-scan-2-fill:before { content: "\f03e"; } .remix-qr-scan-2-line:before { content: "\f03f"; } .remix-qr-scan-fill:before { content: "\f040"; } .remix-qr-scan-line:before { content: "\f041"; } .remix-question-answer-fill:before { content: "\f042"; } .remix-question-answer-line:before { content: "\f043"; } .remix-question-fill:before { content: "\f044"; } .remix-question-line:before { content: "\f045"; } .remix-question-mark:before { content: "\f046"; } .remix-questionnaire-fill:before { content: "\f047"; } .remix-questionnaire-line:before { content: "\f048"; } .remix-quill-pen-fill:before { content: "\f049"; } .remix-quill-pen-line:before { content: "\f04a"; } .remix-radar-fill:before { content: "\f04b"; } .remix-radar-line:before { content: "\f04c"; } .remix-radio-2-fill:before { content: "\f04d"; } .remix-radio-2-line:before { content: "\f04e"; } .remix-radio-button-fill:before { content: "\f04f"; } .remix-radio-button-line:before { content: "\f050"; } .remix-radio-fill:before { content: "\f051"; } .remix-radio-line:before { content: "\f052"; } .remix-rainbow-fill:before { content: "\f053"; } .remix-rainbow-line:before { content: "\f054"; } .remix-rainy-fill:before { content: "\f055"; } .remix-rainy-line:before { content: "\f056"; } .remix-reactjs-fill:before { content: "\f057"; } .remix-reactjs-line:before { content: "\f058"; } .remix-record-circle-fill:before { content: "\f059"; } .remix-record-circle-line:before { content: "\f05a"; } .remix-record-mail-fill:before { content: "\f05b"; } .remix-record-mail-line:before { content: "\f05c"; } .remix-recycle-fill:before { content: "\f05d"; } .remix-recycle-line:before { content: "\f05e"; } .remix-red-packet-fill:before { content: "\f05f"; } .remix-red-packet-line:before { content: "\f060"; } .remix-reddit-fill:before { content: "\f061"; } .remix-reddit-line:before { content: "\f062"; } .remix-refresh-fill:before { content: "\f063"; } .remix-refresh-line:before { content: "\f064"; } .remix-refund-2-fill:before { content: "\f065"; } .remix-refund-2-line:before { content: "\f066"; } .remix-refund-fill:before { content: "\f067"; } .remix-refund-line:before { content: "\f068"; } .remix-registered-fill:before { content: "\f069"; } .remix-registered-line:before { content: "\f06a"; } .remix-remixicon-fill:before { content: "\f06b"; } .remix-remixicon-line:before { content: "\f06c"; } .remix-remote-control-2-fill:before { content: "\f06d"; } .remix-remote-control-2-line:before { content: "\f06e"; } .remix-remote-control-fill:before { content: "\f06f"; } .remix-remote-control-line:before { content: "\f070"; } .remix-repeat-2-fill:before { content: "\f071"; } .remix-repeat-2-line:before { content: "\f072"; } .remix-repeat-fill:before { content: "\f073"; } .remix-repeat-line:before { content: "\f074"; } .remix-repeat-one-fill:before { content: "\f075"; } .remix-repeat-one-line:before { content: "\f076"; } .remix-reply-all-fill:before { content: "\f077"; } .remix-reply-all-line:before { content: "\f078"; } .remix-reply-fill:before { content: "\f079"; } .remix-reply-line:before { content: "\f07a"; } .remix-reserved-fill:before { content: "\f07b"; } .remix-reserved-line:before { content: "\f07c"; } .remix-rest-time-fill:before { content: "\f07d"; } .remix-rest-time-line:before { content: "\f07e"; } .remix-restart-fill:before { content: "\f07f"; } .remix-restart-line:before { content: "\f080"; } .remix-restaurant-2-fill:before { content: "\f081"; } .remix-restaurant-2-line:before { content: "\f082"; } .remix-restaurant-fill:before { content: "\f083"; } .remix-restaurant-line:before { content: "\f084"; } .remix-rewind-fill:before { content: "\f085"; } .remix-rewind-line:before { content: "\f086"; } .remix-rewind-mini-fill:before { content: "\f087"; } .remix-rewind-mini-line:before { content: "\f088"; } .remix-rhythm-fill:before { content: "\f089"; } .remix-rhythm-line:before { content: "\f08a"; } .remix-riding-fill:before { content: "\f08b"; } .remix-riding-line:before { content: "\f08c"; } .remix-road-map-fill:before { content: "\f08d"; } .remix-road-map-line:before { content: "\f08e"; } .remix-roadster-fill:before { content: "\f08f"; } .remix-roadster-line:before { content: "\f090"; } .remix-robot-fill:before { content: "\f091"; } .remix-robot-line:before { content: "\f092"; } .remix-rocket-2-fill:before { content: "\f093"; } .remix-rocket-2-line:before { content: "\f094"; } .remix-rocket-fill:before { content: "\f095"; } .remix-rocket-line:before { content: "\f096"; } .remix-rotate-lock-fill:before { content: "\f097"; } .remix-rotate-lock-line:before { content: "\f098"; } .remix-rounded-corner:before { content: "\f099"; } .remix-route-fill:before { content: "\f09a"; } .remix-route-line:before { content: "\f09b"; } .remix-router-fill:before { content: "\f09c"; } .remix-router-line:before { content: "\f09d"; } .remix-rss-fill:before { content: "\f09e"; } .remix-rss-line:before { content: "\f09f"; } .remix-ruler-2-fill:before { content: "\f0a0"; } .remix-ruler-2-line:before { content: "\f0a1"; } .remix-ruler-fill:before { content: "\f0a2"; } .remix-ruler-line:before { content: "\f0a3"; } .remix-run-fill:before { content: "\f0a4"; } .remix-run-line:before { content: "\f0a5"; } .remix-safari-fill:before { content: "\f0a6"; } .remix-safari-line:before { content: "\f0a7"; } .remix-safe-2-fill:before { content: "\f0a8"; } .remix-safe-2-line:before { content: "\f0a9"; } .remix-safe-fill:before { content: "\f0aa"; } .remix-safe-line:before { content: "\f0ab"; } .remix-sailboat-fill:before { content: "\f0ac"; } .remix-sailboat-line:before { content: "\f0ad"; } .remix-save-2-fill:before { content: "\f0ae"; } .remix-save-2-line:before { content: "\f0af"; } .remix-save-3-fill:before { content: "\f0b0"; } .remix-save-3-line:before { content: "\f0b1"; } .remix-save-fill:before { content: "\f0b2"; } .remix-save-line:before { content: "\f0b3"; } .remix-scales-2-fill:before { content: "\f0b4"; } .remix-scales-2-line:before { content: "\f0b5"; } .remix-scales-3-fill:before { content: "\f0b6"; } .remix-scales-3-line:before { content: "\f0b7"; } .remix-scales-fill:before { content: "\f0b8"; } .remix-scales-line:before { content: "\f0b9"; } .remix-scan-2-fill:before { content: "\f0ba"; } .remix-scan-2-line:before { content: "\f0bb"; } .remix-scan-fill:before { content: "\f0bc"; } .remix-scan-line:before { content: "\f0bd"; } .remix-scissors-2-fill:before { content: "\f0be"; } .remix-scissors-2-line:before { content: "\f0bf"; } .remix-scissors-cut-fill:before { content: "\f0c0"; } .remix-scissors-cut-line:before { content: "\f0c1"; } .remix-scissors-fill:before { content: "\f0c2"; } .remix-scissors-line:before { content: "\f0c3"; } .remix-screenshot-2-fill:before { content: "\f0c4"; } .remix-screenshot-2-line:before { content: "\f0c5"; } .remix-screenshot-fill:before { content: "\f0c6"; } .remix-screenshot-line:before { content: "\f0c7"; } .remix-sd-card-fill:before { content: "\f0c8"; } .remix-sd-card-line:before { content: "\f0c9"; } .remix-sd-card-mini-fill:before { content: "\f0ca"; } .remix-sd-card-mini-line:before { content: "\f0cb"; } .remix-search-2-fill:before { content: "\f0cc"; } .remix-search-2-line:before { content: "\f0cd"; } .remix-search-eye-fill:before { content: "\f0ce"; } .remix-search-eye-line:before { content: "\f0cf"; } .remix-search-fill:before { content: "\f0d0"; } .remix-search-line:before { content: "\f0d1"; } .remix-secure-payment-fill:before { content: "\f0d2"; } .remix-secure-payment-line:before { content: "\f0d3"; } .remix-seedling-fill:before { content: "\f0d4"; } .remix-seedling-line:before { content: "\f0d5"; } .remix-send-backward:before { content: "\f0d6"; } .remix-send-plane-2-fill:before { content: "\f0d7"; } .remix-send-plane-2-line:before { content: "\f0d8"; } .remix-send-plane-fill:before { content: "\f0d9"; } .remix-send-plane-line:before { content: "\f0da"; } .remix-send-to-back:before { content: "\f0db"; } .remix-sensor-fill:before { content: "\f0dc"; } .remix-sensor-line:before { content: "\f0dd"; } .remix-separator:before { content: "\f0de"; } .remix-server-fill:before { content: "\f0df"; } .remix-server-line:before { content: "\f0e0"; } .remix-service-fill:before { content: "\f0e1"; } .remix-service-line:before { content: "\f0e2"; } .remix-settings-2-fill:before { content: "\f0e3"; } .remix-settings-2-line:before { content: "\f0e4"; } .remix-settings-3-fill:before { content: "\f0e5"; } .remix-settings-3-line:before { content: "\f0e6"; } .remix-settings-4-fill:before { content: "\f0e7"; } .remix-settings-4-line:before { content: "\f0e8"; } .remix-settings-5-fill:before { content: "\f0e9"; } .remix-settings-5-line:before { content: "\f0ea"; } .remix-settings-6-fill:before { content: "\f0eb"; } .remix-settings-6-line:before { content: "\f0ec"; } .remix-settings-fill:before { content: "\f0ed"; } .remix-settings-line:before { content: "\f0ee"; } .remix-shape-2-fill:before { content: "\f0ef"; } .remix-shape-2-line:before { content: "\f0f0"; } .remix-shape-fill:before { content: "\f0f1"; } .remix-shape-line:before { content: "\f0f2"; } .remix-share-box-fill:before { content: "\f0f3"; } .remix-share-box-line:before { content: "\f0f4"; } .remix-share-circle-fill:before { content: "\f0f5"; } .remix-share-circle-line:before { content: "\f0f6"; } .remix-share-fill:before { content: "\f0f7"; } .remix-share-forward-2-fill:before { content: "\f0f8"; } .remix-share-forward-2-line:before { content: "\f0f9"; } .remix-share-forward-box-fill:before { content: "\f0fa"; } .remix-share-forward-box-line:before { content: "\f0fb"; } .remix-share-forward-fill:before { content: "\f0fc"; } .remix-share-forward-line:before { content: "\f0fd"; } .remix-share-line:before { content: "\f0fe"; } .remix-shield-check-fill:before { content: "\f0ff"; } .remix-shield-check-line:before { content: "\f100"; } .remix-shield-cross-fill:before { content: "\f101"; } .remix-shield-cross-line:before { content: "\f102"; } .remix-shield-fill:before { content: "\f103"; } .remix-shield-flash-fill:before { content: "\f104"; } .remix-shield-flash-line:before { content: "\f105"; } .remix-shield-keyhole-fill:before { content: "\f106"; } .remix-shield-keyhole-line:before { content: "\f107"; } .remix-shield-line:before { content: "\f108"; } .remix-shield-star-fill:before { content: "\f109"; } .remix-shield-star-line:before { content: "\f10a"; } .remix-shield-user-fill:before { content: "\f10b"; } .remix-shield-user-line:before { content: "\f10c"; } .remix-ship-2-fill:before { content: "\f10d"; } .remix-ship-2-line:before { content: "\f10e"; } .remix-ship-fill:before { content: "\f10f"; } .remix-ship-line:before { content: "\f110"; } .remix-shirt-fill:before { content: "\f111"; } .remix-shirt-line:before { content: "\f112"; } .remix-shopping-bag-2-fill:before { content: "\f113"; } .remix-shopping-bag-2-line:before { content: "\f114"; } .remix-shopping-bag-3-fill:before { content: "\f115"; } .remix-shopping-bag-3-line:before { content: "\f116"; } .remix-shopping-bag-fill:before { content: "\f117"; } .remix-shopping-bag-line:before { content: "\f118"; } .remix-shopping-basket-2-fill:before { content: "\f119"; } .remix-shopping-basket-2-line:before { content: "\f11a"; } .remix-shopping-basket-fill:before { content: "\f11b"; } .remix-shopping-basket-line:before { content: "\f11c"; } .remix-shopping-cart-2-fill:before { content: "\f11d"; } .remix-shopping-cart-2-line:before { content: "\f11e"; } .remix-shopping-cart-fill:before { content: "\f11f"; } .remix-shopping-cart-line:before { content: "\f120"; } .remix-showers-fill:before { content: "\f121"; } .remix-showers-line:before { content: "\f122"; } .remix-shuffle-fill:before { content: "\f123"; } .remix-shuffle-line:before { content: "\f124"; } .remix-shut-down-fill:before { content: "\f125"; } .remix-shut-down-line:before { content: "\f126"; } .remix-side-bar-fill:before { content: "\f127"; } .remix-side-bar-line:before { content: "\f128"; } .remix-signal-tower-fill:before { content: "\f129"; } .remix-signal-tower-line:before { content: "\f12a"; } .remix-signal-wifi-1-fill:before { content: "\f12b"; } .remix-signal-wifi-1-line:before { content: "\f12c"; } .remix-signal-wifi-2-fill:before { content: "\f12d"; } .remix-signal-wifi-2-line:before { content: "\f12e"; } .remix-signal-wifi-3-fill:before { content: "\f12f"; } .remix-signal-wifi-3-line:before { content: "\f130"; } .remix-signal-wifi-error-fill:before { content: "\f131"; } .remix-signal-wifi-error-line:before { content: "\f132"; } .remix-signal-wifi-fill:before { content: "\f133"; } .remix-signal-wifi-line:before { content: "\f134"; } .remix-signal-wifi-off-fill:before { content: "\f135"; } .remix-signal-wifi-off-line:before { content: "\f136"; } .remix-sim-card-2-fill:before { content: "\f137"; } .remix-sim-card-2-line:before { content: "\f138"; } .remix-sim-card-fill:before { content: "\f139"; } .remix-sim-card-line:before { content: "\f13a"; } .remix-single-quotes-l:before { content: "\f13b"; } .remix-single-quotes-r:before { content: "\f13c"; } .remix-sip-fill:before { content: "\f13d"; } .remix-sip-line:before { content: "\f13e"; } .remix-skip-back-fill:before { content: "\f13f"; } .remix-skip-back-line:before { content: "\f140"; } .remix-skip-back-mini-fill:before { content: "\f141"; } .remix-skip-back-mini-line:before { content: "\f142"; } .remix-skip-forward-fill:before { content: "\f143"; } .remix-skip-forward-line:before { content: "\f144"; } .remix-skip-forward-mini-fill:before { content: "\f145"; } .remix-skip-forward-mini-line:before { content: "\f146"; } .remix-skull-2-fill:before { content: "\f147"; } .remix-skull-2-line:before { content: "\f148"; } .remix-skull-fill:before { content: "\f149"; } .remix-skull-line:before { content: "\f14a"; } .remix-skype-fill:before { content: "\f14b"; } .remix-skype-line:before { content: "\f14c"; } .remix-slack-fill:before { content: "\f14d"; } .remix-slack-line:before { content: "\f14e"; } .remix-slice-fill:before { content: "\f14f"; } .remix-slice-line:before { content: "\f150"; } .remix-slideshow-2-fill:before { content: "\f151"; } .remix-slideshow-2-line:before { content: "\f152"; } .remix-slideshow-3-fill:before { content: "\f153"; } .remix-slideshow-3-line:before { content: "\f154"; } .remix-slideshow-4-fill:before { content: "\f155"; } .remix-slideshow-4-line:before { content: "\f156"; } .remix-slideshow-fill:before { content: "\f157"; } .remix-slideshow-line:before { content: "\f158"; } .remix-smartphone-fill:before { content: "\f159"; } .remix-smartphone-line:before { content: "\f15a"; } .remix-snapchat-fill:before { content: "\f15b"; } .remix-snapchat-line:before { content: "\f15c"; } .remix-snowy-fill:before { content: "\f15d"; } .remix-snowy-line:before { content: "\f15e"; } .remix-sort-asc:before { content: "\f15f"; } .remix-sort-desc:before { content: "\f160"; } .remix-sound-module-fill:before { content: "\f161"; } .remix-sound-module-line:before { content: "\f162"; } .remix-soundcloud-fill:before { content: "\f163"; } .remix-soundcloud-line:before { content: "\f164"; } .remix-space-ship-fill:before { content: "\f165"; } .remix-space-ship-line:before { content: "\f166"; } .remix-space:before { content: "\f167"; } .remix-spam-2-fill:before { content: "\f168"; } .remix-spam-2-line:before { content: "\f169"; } .remix-spam-3-fill:before { content: "\f16a"; } .remix-spam-3-line:before { content: "\f16b"; } .remix-spam-fill:before { content: "\f16c"; } .remix-spam-line:before { content: "\f16d"; } .remix-speaker-2-fill:before { content: "\f16e"; } .remix-speaker-2-line:before { content: "\f16f"; } .remix-speaker-3-fill:before { content: "\f170"; } .remix-speaker-3-line:before { content: "\f171"; } .remix-speaker-fill:before { content: "\f172"; } .remix-speaker-line:before { content: "\f173"; } .remix-spectrum-fill:before { content: "\f174"; } .remix-spectrum-line:before { content: "\f175"; } .remix-speed-fill:before { content: "\f176"; } .remix-speed-line:before { content: "\f177"; } .remix-speed-mini-fill:before { content: "\f178"; } .remix-speed-mini-line:before { content: "\f179"; } .remix-split-cells-horizontal:before { content: "\f17a"; } .remix-split-cells-vertical:before { content: "\f17b"; } .remix-spotify-fill:before { content: "\f17c"; } .remix-spotify-line:before { content: "\f17d"; } .remix-spy-fill:before { content: "\f17e"; } .remix-spy-line:before { content: "\f17f"; } .remix-stack-fill:before { content: "\f180"; } .remix-stack-line:before { content: "\f181"; } .remix-stack-overflow-fill:before { content: "\f182"; } .remix-stack-overflow-line:before { content: "\f183"; } .remix-stackshare-fill:before { content: "\f184"; } .remix-stackshare-line:before { content: "\f185"; } .remix-star-fill:before { content: "\f186"; } .remix-star-half-fill:before { content: "\f187"; } .remix-star-half-line:before { content: "\f188"; } .remix-star-half-s-fill:before { content: "\f189"; } .remix-star-half-s-line:before { content: "\f18a"; } .remix-star-line:before { content: "\f18b"; } .remix-star-s-fill:before { content: "\f18c"; } .remix-star-s-line:before { content: "\f18d"; } .remix-star-smile-fill:before { content: "\f18e"; } .remix-star-smile-line:before { content: "\f18f"; } .remix-steam-fill:before { content: "\f190"; } .remix-steam-line:before { content: "\f191"; } .remix-steering-2-fill:before { content: "\f192"; } .remix-steering-2-line:before { content: "\f193"; } .remix-steering-fill:before { content: "\f194"; } .remix-steering-line:before { content: "\f195"; } .remix-stethoscope-fill:before { content: "\f196"; } .remix-stethoscope-line:before { content: "\f197"; } .remix-sticky-note-2-fill:before { content: "\f198"; } .remix-sticky-note-2-line:before { content: "\f199"; } .remix-sticky-note-fill:before { content: "\f19a"; } .remix-sticky-note-line:before { content: "\f19b"; } .remix-stock-fill:before { content: "\f19c"; } .remix-stock-line:before { content: "\f19d"; } .remix-stop-circle-fill:before { content: "\f19e"; } .remix-stop-circle-line:before { content: "\f19f"; } .remix-stop-fill:before { content: "\f1a0"; } .remix-stop-line:before { content: "\f1a1"; } .remix-stop-mini-fill:before { content: "\f1a2"; } .remix-stop-mini-line:before { content: "\f1a3"; } .remix-store-2-fill:before { content: "\f1a4"; } .remix-store-2-line:before { content: "\f1a5"; } .remix-store-3-fill:before { content: "\f1a6"; } .remix-store-3-line:before { content: "\f1a7"; } .remix-store-fill:before { content: "\f1a8"; } .remix-store-line:before { content: "\f1a9"; } .remix-strikethrough-2:before { content: "\f1aa"; } .remix-strikethrough:before { content: "\f1ab"; } .remix-subscript-2:before { content: "\f1ac"; } .remix-subscript:before { content: "\f1ad"; } .remix-subtract-fill:before { content: "\f1ae"; } .remix-subtract-line:before { content: "\f1af"; } .remix-subway-fill:before { content: "\f1b0"; } .remix-subway-line:before { content: "\f1b1"; } .remix-subway-wifi-fill:before { content: "\f1b2"; } .remix-subway-wifi-line:before { content: "\f1b3"; } .remix-suitcase-2-fill:before { content: "\f1b4"; } .remix-suitcase-2-line:before { content: "\f1b5"; } .remix-suitcase-3-fill:before { content: "\f1b6"; } .remix-suitcase-3-line:before { content: "\f1b7"; } .remix-suitcase-fill:before { content: "\f1b8"; } .remix-suitcase-line:before { content: "\f1b9"; } .remix-sun-cloudy-fill:before { content: "\f1ba"; } .remix-sun-cloudy-line:before { content: "\f1bb"; } .remix-sun-fill:before { content: "\f1bc"; } .remix-sun-foggy-fill:before { content: "\f1bd"; } .remix-sun-foggy-line:before { content: "\f1be"; } .remix-sun-line:before { content: "\f1bf"; } .remix-superscript-2:before { content: "\f1c0"; } .remix-superscript:before { content: "\f1c1"; } .remix-surgical-mask-fill:before { content: "\f1c2"; } .remix-surgical-mask-line:before { content: "\f1c3"; } .remix-surround-sound-fill:before { content: "\f1c4"; } .remix-surround-sound-line:before { content: "\f1c5"; } .remix-survey-fill:before { content: "\f1c6"; } .remix-survey-line:before { content: "\f1c7"; } .remix-swap-box-fill:before { content: "\f1c8"; } .remix-swap-box-line:before { content: "\f1c9"; } .remix-swap-fill:before { content: "\f1ca"; } .remix-swap-line:before { content: "\f1cb"; } .remix-switch-fill:before { content: "\f1cc"; } .remix-switch-line:before { content: "\f1cd"; } .remix-sword-fill:before { content: "\f1ce"; } .remix-sword-line:before { content: "\f1cf"; } .remix-syringe-fill:before { content: "\f1d0"; } .remix-syringe-line:before { content: "\f1d1"; } .remix-t-box-fill:before { content: "\f1d2"; } .remix-t-box-line:before { content: "\f1d3"; } .remix-t-shirt-2-fill:before { content: "\f1d4"; } .remix-t-shirt-2-line:before { content: "\f1d5"; } .remix-t-shirt-air-fill:before { content: "\f1d6"; } .remix-t-shirt-air-line:before { content: "\f1d7"; } .remix-t-shirt-fill:before { content: "\f1d8"; } .remix-t-shirt-line:before { content: "\f1d9"; } .remix-table-2:before { content: "\f1da"; } .remix-table-alt-fill:before { content: "\f1db"; } .remix-table-alt-line:before { content: "\f1dc"; } .remix-table-fill:before { content: "\f1dd"; } .remix-table-line:before { content: "\f1de"; } .remix-tablet-fill:before { content: "\f1df"; } .remix-tablet-line:before { content: "\f1e0"; } .remix-takeaway-fill:before { content: "\f1e1"; } .remix-takeaway-line:before { content: "\f1e2"; } .remix-taobao-fill:before { content: "\f1e3"; } .remix-taobao-line:before { content: "\f1e4"; } .remix-tape-fill:before { content: "\f1e5"; } .remix-tape-line:before { content: "\f1e6"; } .remix-task-fill:before { content: "\f1e7"; } .remix-task-line:before { content: "\f1e8"; } .remix-taxi-fill:before { content: "\f1e9"; } .remix-taxi-line:before { content: "\f1ea"; } .remix-taxi-wifi-fill:before { content: "\f1eb"; } .remix-taxi-wifi-line:before { content: "\f1ec"; } .remix-team-fill:before { content: "\f1ed"; } .remix-team-line:before { content: "\f1ee"; } .remix-telegram-fill:before { content: "\f1ef"; } .remix-telegram-line:before { content: "\f1f0"; } .remix-temp-cold-fill:before { content: "\f1f1"; } .remix-temp-cold-line:before { content: "\f1f2"; } .remix-temp-hot-fill:before { content: "\f1f3"; } .remix-temp-hot-line:before { content: "\f1f4"; } .remix-terminal-box-fill:before { content: "\f1f5"; } .remix-terminal-box-line:before { content: "\f1f6"; } .remix-terminal-fill:before { content: "\f1f7"; } .remix-terminal-line:before { content: "\f1f8"; } .remix-terminal-window-fill:before { content: "\f1f9"; } .remix-terminal-window-line:before { content: "\f1fa"; } .remix-test-tube-fill:before { content: "\f1fb"; } .remix-test-tube-line:before { content: "\f1fc"; } .remix-text-direction-l:before { content: "\f1fd"; } .remix-text-direction-r:before { content: "\f1fe"; } .remix-text-spacing:before { content: "\f1ff"; } .remix-text-wrap:before { content: "\f200"; } .remix-text:before { content: "\f201"; } .remix-thermometer-fill:before { content: "\f202"; } .remix-thermometer-line:before { content: "\f203"; } .remix-thumb-down-fill:before { content: "\f204"; } .remix-thumb-down-line:before { content: "\f205"; } .remix-thumb-up-fill:before { content: "\f206"; } .remix-thumb-up-line:before { content: "\f207"; } .remix-thunderstorms-fill:before { content: "\f208"; } .remix-thunderstorms-line:before { content: "\f209"; } .remix-ticket-2-fill:before { content: "\f20a"; } .remix-ticket-2-line:before { content: "\f20b"; } .remix-ticket-fill:before { content: "\f20c"; } .remix-ticket-line:before { content: "\f20d"; } .remix-time-fill:before { content: "\f20e"; } .remix-time-line:before { content: "\f20f"; } .remix-timer-2-fill:before { content: "\f210"; } .remix-timer-2-line:before { content: "\f211"; } .remix-timer-fill:before { content: "\f212"; } .remix-timer-flash-fill:before { content: "\f213"; } .remix-timer-flash-line:before { content: "\f214"; } .remix-timer-line:before { content: "\f215"; } .remix-todo-fill:before { content: "\f216"; } .remix-todo-line:before { content: "\f217"; } .remix-toggle-fill:before { content: "\f218"; } .remix-toggle-line:before { content: "\f219"; } .remix-tools-fill:before { content: "\f21a"; } .remix-tools-line:before { content: "\f21b"; } .remix-tornado-fill:before { content: "\f21c"; } .remix-tornado-line:before { content: "\f21d"; } .remix-trademark-fill:before { content: "\f21e"; } .remix-trademark-line:before { content: "\f21f"; } .remix-traffic-light-fill:before { content: "\f220"; } .remix-traffic-light-line:before { content: "\f221"; } .remix-train-fill:before { content: "\f222"; } .remix-train-line:before { content: "\f223"; } .remix-train-wifi-fill:before { content: "\f224"; } .remix-train-wifi-line:before { content: "\f225"; } .remix-translate-2:before { content: "\f226"; } .remix-translate:before { content: "\f227"; } .remix-travesti-fill:before { content: "\f228"; } .remix-travesti-line:before { content: "\f229"; } .remix-treasure-map-fill:before { content: "\f22a"; } .remix-treasure-map-line:before { content: "\f22b"; } .remix-trello-fill:before { content: "\f22c"; } .remix-trello-line:before { content: "\f22d"; } .remix-trophy-fill:before { content: "\f22e"; } .remix-trophy-line:before { content: "\f22f"; } .remix-truck-fill:before { content: "\f230"; } .remix-truck-line:before { content: "\f231"; } .remix-tumblr-fill:before { content: "\f232"; } .remix-tumblr-line:before { content: "\f233"; } .remix-tv-2-fill:before { content: "\f234"; } .remix-tv-2-line:before { content: "\f235"; } .remix-tv-fill:before { content: "\f236"; } .remix-tv-line:before { content: "\f237"; } .remix-twitch-fill:before { content: "\f238"; } .remix-twitch-line:before { content: "\f239"; } .remix-twitter-fill:before { content: "\f23a"; } .remix-twitter-line:before { content: "\f23b"; } .remix-typhoon-fill:before { content: "\f23c"; } .remix-typhoon-line:before { content: "\f23d"; } .remix-u-disk-fill:before { content: "\f23e"; } .remix-u-disk-line:before { content: "\f23f"; } .remix-ubuntu-fill:before { content: "\f240"; } .remix-ubuntu-line:before { content: "\f241"; } .remix-umbrella-fill:before { content: "\f242"; } .remix-umbrella-line:before { content: "\f243"; } .remix-underline:before { content: "\f244"; } .remix-uninstall-fill:before { content: "\f245"; } .remix-uninstall-line:before { content: "\f246"; } .remix-unsplash-fill:before { content: "\f247"; } .remix-unsplash-line:before { content: "\f248"; } .remix-upload-2-fill:before { content: "\f249"; } .remix-upload-2-line:before { content: "\f24a"; } .remix-upload-cloud-2-fill:before { content: "\f24b"; } .remix-upload-cloud-2-line:before { content: "\f24c"; } .remix-upload-cloud-fill:before { content: "\f24d"; } .remix-upload-cloud-line:before { content: "\f24e"; } .remix-upload-fill:before { content: "\f24f"; } .remix-upload-line:before { content: "\f250"; } .remix-usb-fill:before { content: "\f251"; } .remix-usb-line:before { content: "\f252"; } .remix-user-2-fill:before { content: "\f253"; } .remix-user-2-line:before { content: "\f254"; } .remix-user-3-fill:before { content: "\f255"; } .remix-user-3-line:before { content: "\f256"; } .remix-user-4-fill:before { content: "\f257"; } .remix-user-4-line:before { content: "\f258"; } .remix-user-5-fill:before { content: "\f259"; } .remix-user-5-line:before { content: "\f25a"; } .remix-user-6-fill:before { content: "\f25b"; } .remix-user-6-line:before { content: "\f25c"; } .remix-user-add-fill:before { content: "\f25d"; } .remix-user-add-line:before { content: "\f25e"; } .remix-user-fill:before { content: "\f25f"; } .remix-user-follow-fill:before { content: "\f260"; } .remix-user-follow-line:before { content: "\f261"; } .remix-user-heart-fill:before { content: "\f262"; } .remix-user-heart-line:before { content: "\f263"; } .remix-user-line:before { content: "\f264"; } .remix-user-location-fill:before { content: "\f265"; } .remix-user-location-line:before { content: "\f266"; } .remix-user-received-2-fill:before { content: "\f267"; } .remix-user-received-2-line:before { content: "\f268"; } .remix-user-received-fill:before { content: "\f269"; } .remix-user-received-line:before { content: "\f26a"; } .remix-user-search-fill:before { content: "\f26b"; } .remix-user-search-line:before { content: "\f26c"; } .remix-user-settings-fill:before { content: "\f26d"; } .remix-user-settings-line:before { content: "\f26e"; } .remix-user-shared-2-fill:before { content: "\f26f"; } .remix-user-shared-2-line:before { content: "\f270"; } .remix-user-shared-fill:before { content: "\f271"; } .remix-user-shared-line:before { content: "\f272"; } .remix-user-smile-fill:before { content: "\f273"; } .remix-user-smile-line:before { content: "\f274"; } .remix-user-star-fill:before { content: "\f275"; } .remix-user-star-line:before { content: "\f276"; } .remix-user-unfollow-fill:before { content: "\f277"; } .remix-user-unfollow-line:before { content: "\f278"; } .remix-user-voice-fill:before { content: "\f279"; } .remix-user-voice-line:before { content: "\f27a"; } .remix-video-add-fill:before { content: "\f27b"; } .remix-video-add-line:before { content: "\f27c"; } .remix-video-chat-fill:before { content: "\f27d"; } .remix-video-chat-line:before { content: "\f27e"; } .remix-video-download-fill:before { content: "\f27f"; } .remix-video-download-line:before { content: "\f280"; } .remix-video-fill:before { content: "\f281"; } .remix-video-line:before { content: "\f282"; } .remix-video-upload-fill:before { content: "\f283"; } .remix-video-upload-line:before { content: "\f284"; } .remix-vidicon-2-fill:before { content: "\f285"; } .remix-vidicon-2-line:before { content: "\f286"; } .remix-vidicon-fill:before { content: "\f287"; } .remix-vidicon-line:before { content: "\f288"; } .remix-vimeo-fill:before { content: "\f289"; } .remix-vimeo-line:before { content: "\f28a"; } .remix-vip-crown-2-fill:before { content: "\f28b"; } .remix-vip-crown-2-line:before { content: "\f28c"; } .remix-vip-crown-fill:before { content: "\f28d"; } .remix-vip-crown-line:before { content: "\f28e"; } .remix-vip-diamond-fill:before { content: "\f28f"; } .remix-vip-diamond-line:before { content: "\f290"; } .remix-vip-fill:before { content: "\f291"; } .remix-vip-line:before { content: "\f292"; } .remix-virus-fill:before { content: "\f293"; } .remix-virus-line:before { content: "\f294"; } .remix-visa-fill:before { content: "\f295"; } .remix-visa-line:before { content: "\f296"; } .remix-voice-recognition-fill:before { content: "\f297"; } .remix-voice-recognition-line:before { content: "\f298"; } .remix-voiceprint-fill:before { content: "\f299"; } .remix-voiceprint-line:before { content: "\f29a"; } .remix-volume-down-fill:before { content: "\f29b"; } .remix-volume-down-line:before { content: "\f29c"; } .remix-volume-mute-fill:before { content: "\f29d"; } .remix-volume-mute-line:before { content: "\f29e"; } .remix-volume-off-vibrate-fill:before { content: "\f29f"; } .remix-volume-off-vibrate-line:before { content: "\f2a0"; } .remix-volume-up-fill:before { content: "\f2a1"; } .remix-volume-up-line:before { content: "\f2a2"; } .remix-volume-vibrate-fill:before { content: "\f2a3"; } .remix-volume-vibrate-line:before { content: "\f2a4"; } .remix-vuejs-fill:before { content: "\f2a5"; } .remix-vuejs-line:before { content: "\f2a6"; } .remix-walk-fill:before { content: "\f2a7"; } .remix-walk-line:before { content: "\f2a8"; } .remix-wallet-2-fill:before { content: "\f2a9"; } .remix-wallet-2-line:before { content: "\f2aa"; } .remix-wallet-3-fill:before { content: "\f2ab"; } .remix-wallet-3-line:before { content: "\f2ac"; } .remix-wallet-fill:before { content: "\f2ad"; } .remix-wallet-line:before { content: "\f2ae"; } .remix-water-flash-fill:before { content: "\f2af"; } .remix-water-flash-line:before { content: "\f2b0"; } .remix-webcam-fill:before { content: "\f2b1"; } .remix-webcam-line:before { content: "\f2b2"; } .remix-wechat-2-fill:before { content: "\f2b3"; } .remix-wechat-2-line:before { content: "\f2b4"; } .remix-wechat-fill:before { content: "\f2b5"; } .remix-wechat-line:before { content: "\f2b6"; } .remix-wechat-pay-fill:before { content: "\f2b7"; } .remix-wechat-pay-line:before { content: "\f2b8"; } .remix-weibo-fill:before { content: "\f2b9"; } .remix-weibo-line:before { content: "\f2ba"; } .remix-whatsapp-fill:before { content: "\f2bb"; } .remix-whatsapp-line:before { content: "\f2bc"; } .remix-wheelchair-fill:before { content: "\f2bd"; } .remix-wheelchair-line:before { content: "\f2be"; } .remix-wifi-fill:before { content: "\f2bf"; } .remix-wifi-line:before { content: "\f2c0"; } .remix-wifi-off-fill:before { content: "\f2c1"; } .remix-wifi-off-line:before { content: "\f2c2"; } .remix-window-2-fill:before { content: "\f2c3"; } .remix-window-2-line:before { content: "\f2c4"; } .remix-window-fill:before { content: "\f2c5"; } .remix-window-line:before { content: "\f2c6"; } .remix-windows-fill:before { content: "\f2c7"; } .remix-windows-line:before { content: "\f2c8"; } .remix-windy-fill:before { content: "\f2c9"; } .remix-windy-line:before { content: "\f2ca"; } .remix-wireless-charging-fill:before { content: "\f2cb"; } .remix-wireless-charging-line:before { content: "\f2cc"; } .remix-women-fill:before { content: "\f2cd"; } .remix-women-line:before { content: "\f2ce"; } .remix-wubi-input:before { content: "\f2cf"; } .remix-xbox-fill:before { content: "\f2d0"; } .remix-xbox-line:before { content: "\f2d1"; } .remix-xing-fill:before { content: "\f2d2"; } .remix-xing-line:before { content: "\f2d3"; } .remix-youtube-fill:before { content: "\f2d4"; } .remix-youtube-line:before { content: "\f2d5"; } .remix-zcool-fill:before { content: "\f2d6"; } .remix-zcool-line:before { content: "\f2d7"; } .remix-zhihu-fill:before { content: "\f2d8"; } .remix-zhihu-line:before { content: "\f2d9"; } .remix-zoom-in-fill:before { content: "\f2da"; } .remix-zoom-in-line:before { content: "\f2db"; } .remix-zoom-out-fill:before { content: "\f2dc"; } .remix-zoom-out-line:before { content: "\f2dd"; } .remix-zzz-fill:before { content: "\f2de"; } .remix-zzz-line:before { content: "\f2df"; } ================================================ FILE: icon-packs/ikonli-runestroicons-pack/ikonli-runestroicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-runestroicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.runestroicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.runestroicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.runestroicons.RunestroiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.runestroicons.RunestroiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-runestroicons-pack/src/main/java/org/kordamp/ikonli/runestroicons/Runestroicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.runestroicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Runestroicons implements Ikon { RI_3D("ri-3d", '\ue84a'), RI_500PX("ri-500px", '\ue645'), RI_5STAR_SHADOW("ri-5star-shadow", '\ue6ea'), ACCESS("ri-access", '\ue8ee'), ACROBAT("ri-acrobat", '\ue6fa'), ADDRESS_BOOK("ri-address-book", '\ue7f2'), ADDTHIS("ri-addthis", '\ue63d'), ADD_TO_CART("ri-add-to-cart", '\ue71b'), ADJUST("ri-adjust", '\ue8da'), AFTER_EFFECTS("ri-after-effects", '\ue687'), AIM("ri-aim", '\ue63f'), AIRBNB("ri-airbnb", '\ue896'), ALARM("ri-alarm", '\ue808'), ALGOLIA("ri-algolia", '\ue857'), ALIGN_CENTER("ri-align-center", '\ue8b9'), ALIGN_JUSTIFY("ri-align-justify", '\ue8bb'), ALIGN_LEFT("ri-align-left", '\ue8b8'), ALIGN_RIGHT("ri-align-right", '\ue8ba'), AMAZON("ri-amazon", '\ue6fc'), AMEX("ri-amex", '\ue95c'), ANDROID("ri-android", '\ue7d3'), ANGELLIST("ri-angellist", '\ue6cc'), ANGLE("ri-angle", '\ue738'), ANGLE2("ri-angle2", '\ue739'), ANGLE_DOUBLE("ri-angle-double", '\ue73a'), ANGULAR("ri-angular", '\ue6ca'), ANIMATE("ri-animate", '\ue8fd'), APPLE("ri-apple", '\ue7d6'), APPLE_PAY("ri-apple-pay", '\ue95b'), APPLE_PAY_ALT("ri-apple-pay-alt", '\ue95a'), APP_LAUNCHER("ri-app-launcher", '\ue6e2'), APP_STORE("ri-app-store", '\ue835'), APP_STORE_IOS("ri-app-store-ios", '\ue939'), AQUARIUS("ri-aquarius", '\ue6be'), ARCHERY("ri-archery", '\ue8ae'), ARCHIVE("ri-archive", '\ue66c'), ARCHIVE_BOX("ri-archive-box", '\ue6f0'), ARIES("ri-aries", '\ue6b4'), ARRIVING_FLIGHT("ri-arriving-flight", '\ue82a'), ARROW("ri-arrow", '\ue737'), ARROW2("ri-arrow2", '\ue828'), ARROWS("ri-arrows", '\ue768'), ARROW_SIGN("ri-arrow-sign", '\ue734'), ASTERISK("ri-asterisk", '\ue6ee'), ASTERISK2("ri-asterisk2", '\ue6f4'), AT("ri-at", '\ue6e8'), ATOM("ri-atom", '\ue842'), ATTACHMENT("ri-attachment", '\ue705'), ATTRACTION("ri-attraction", '\ue76d'), ATV("ri-atv", '\ue8ab'), AUDITION("ri-audition", '\ue689'), BACKWARD_CIRCLE("ri-backward-circle", '\ue7b6'), BADGE("ri-badge", '\ue6f3'), BAHAI("ri-bahai", '\ue8c7'), BALANCE_SCALE("ri-balance-scale", '\ue8c4'), BANDCAMP("ri-bandcamp", '\ue96f'), BARCODE("ri-barcode", '\ue71c'), BASEBALL("ri-baseball", '\ue8d3'), BASKET("ri-basket", '\ue71a'), BASKETBALL("ri-basketball", '\ue8d2'), BATTERY_0("ri-battery-0", '\ue628'), BATTERY_1("ri-battery-1", '\ue629'), BATTERY_2("ri-battery-2", '\ue62a'), BATTERY_3("ri-battery-3", '\ue62b'), BATTERY_CHARGING("ri-battery-charging", '\ue62c'), BEAR("ri-bear", '\ue8a9'), BEER("ri-beer", '\ue8b5'), BEHANCE("ri-behance", '\ue643'), BELL("ri-bell", '\ue8b6'), BELL_SLASH("ri-bell-slash", '\ue8b7'), BIN("ri-bin", '\ue741'), BING("ri-bing", '\ue698'), BIOHAZARD("ri-biohazard", '\ue6c4'), BIRTHDAY_CAKE("ri-birthday-cake", '\ue8c3'), BITCOIN("ri-bitcoin", '\ue899'), BITNAMI("ri-bitnami", '\ue7fa'), BLOCS("ri-blocs", '\ue83b'), BLOG("ri-blog", '\ue834'), BLOGGER("ri-blogger", '\ue64b'), BLUERAY("ri-blueray", '\ue6f1'), BLUETOOTH("ri-bluetooth", '\ue695'), BOOK("ri-book", '\ue684'), BOOKM_BLK("ri-bookm-blk", '\ue729'), BOOKS("ri-books", '\ue66d'), BOOTSTRAP("ri-bootstrap", '\ue7d9'), BOWLING("ri-bowling", '\ue8d4'), BOX_EMPTY("ri-box-empty", '\ue91c'), BOX_SELECTED("ri-box-selected", '\ue91d'), BRACKETS("ri-brackets", '\ue83d'), BRAIN("ri-brain", '\ue88a'), BRIDGE("ri-bridge", '\ue68a'), BUCKET("ri-bucket", '\ue760'), BULLET("ri-bullet", '\ue6eb'), BUS("ri-bus", '\ue7eb'), BUYSELLADS("ri-buysellads", '\ue96b'), BY("ri-by", '\ue748'), CAB("ri-cab", '\ue7ea'), CABIN("ri-cabin", '\ue87a'), CALCULATOR("ri-calculator", '\ue696'), CALENDAR("ri-calendar", '\ue66a'), CALENDAR_OPEN("ri-calendar-open", '\ue669'), CAMERA("ri-camera", '\ue7ba'), CAMERA_RETRO("ri-camera-retro", '\ue7b9'), CAMPERVAN("ri-campervan", '\ue957'), CAMPFIRE("ri-campfire", '\ue876'), CAMPGROUND("ri-campground", '\ue87b'), CANCEL("ri-cancel", '\ue798'), CANCEL_CIRCLE("ri-cancel-circle", '\ue796'), CANCER("ri-cancer", '\ue6b7'), CANOEING("ri-canoeing", '\ue85c'), CAPRICORN("ri-capricorn", '\ue6bd'), CARAVAN("ri-caravan", '\ue878'), CARD_CLUB("ri-card-club", '\ue67a'), CARD_DIAMOND("ri-card-diamond", '\ue67c'), CARD_HEART("ri-card-heart", '\ue67b'), CARD_SPADE("ri-card-spade", '\ue679'), CARET("ri-caret", '\ue73b'), CARET_CIRCLE("ri-caret-circle", '\ue73c'), CARS("ri-cars", '\ue8f8'), CC("ri-cc", '\ue747'), CC_MASTERCARD("ri-cc-mastercard", '\ue70f'), CC_PAYPAL("ri-cc-paypal", '\ue710'), CC_REMIX("ri-cc-remix", '\ue975'), CC_SAMPLING("ri-cc-sampling", '\ue976'), CC_SHARE("ri-cc-share", '\ue977'), CC_VISA("ri-cc-visa", '\ue70e'), CELCIUS("ri-celcius", '\ue6c0'), CERTIFICATE("ri-certificate", '\ue88b'), CE_MARK("ri-ce-mark", '\ue683'), CHAR("ri-char", '\ue6c3'), CHARACTER_ANIMATOR("ri-character-animator", '\ue8fe'), CHARGING_STATION("ri-charging-station", '\ue8fa'), CHART_AREA("ri-chart-area", '\ue8a4'), CHART_BAR("ri-chart-bar", '\ue8a5'), CHART_LINE("ri-chart-line", '\ue8a6'), CHART_PIE("ri-chart-pie", '\ue8a7'), CHAT("ri-chat", '\ue78a'), CHAT2("ri-chat2", '\ue833'), CHECKBOX_CHECKED("ri-checkbox-checked", '\ue779'), CHESS("ri-chess", '\ue8c9'), CHESS_BISHOP("ri-chess-bishop", '\ue8ca'), CHESS_BOARD("ri-chess-board", '\ue8c8'), CHESS_KING("ri-chess-king", '\ue8cb'), CHESS_KNIGHT("ri-chess-knight", '\ue8cc'), CHESS_PAWN("ri-chess-pawn", '\ue8cd'), CHESS_QUEEN("ri-chess-queen", '\ue8ce'), CHESS_ROOK("ri-chess-rook", '\ue8cf'), CHEVRON("ri-chevron", '\ue735'), CHEVRON_CIRCLE("ri-chevron-circle", '\ue736'), CHROME("ri-chrome", '\ue7aa'), CIRCLE("ri-circle", '\ue7db'), CIRCLEADD("ri-circleadd", '\ue792'), CIRCLEDELETE("ri-circledelete", '\ue794'), CIRCLESELECT("ri-circleselect", '\ue795'), CIRCLE_0("ri-circle-0", '\ue65d'), CIRCLE_1("ri-circle-1", '\ue65e'), CIRCLE_2("ri-circle-2", '\ue65f'), CIRCLE_3("ri-circle-3", '\ue660'), CIRCLE_4("ri-circle-4", '\ue661'), CIRCLE_5("ri-circle-5", '\ue662'), CIRCLE_6("ri-circle-6", '\ue663'), CIRCLE_7("ri-circle-7", '\ue664'), CIRCLE_8("ri-circle-8", '\ue665'), CIRCLE_9("ri-circle-9", '\ue666'), CIRCLE_ANGLE("ri-circle-angle", '\ue732'), CIRCLE_ARROW("ri-circle-arrow", '\ue730'), CIRCLE_ARROW_O("ri-circle-arrow-o", '\ue731'), CIRCLE_DOWNLOAD("ri-circle-download", '\ue677'), CIRCLE_FACEBOOK("ri-circle-facebook", '\ue781'), CIRCLE_GITHUB("ri-circle-github", '\ue79b'), CIRCLE_GOOGLEPLUS("ri-circle-googleplus", '\ue782'), CIRCLE_INSTAGRAM("ri-circle-instagram", '\ue783'), CIRCLE_LINKEDIN("ri-circle-linkedin", '\ue787'), CIRCLE_MAIL("ri-circle-mail", '\ue784'), CIRCLE_MINUS("ri-circle-minus", '\ue793'), CIRCLE_O("ri-circle-o", '\ue7dd'), CIRCLE_O_NOTCH("ri-circle-o-notch", '\ue765'), CIRCLE_PINTEREST("ri-circle-pinterest", '\ue786'), CIRCLE_SHARE("ri-circle-share", '\ue785'), CIRCLE_THINLINE("ri-circle-thinline", '\ue7dc'), CIRCLE_TWITTER("ri-circle-twitter", '\ue788'), CIRCLE_UPLOAD("ri-circle-upload", '\ue676'), CIRCLE_YOUTUBE("ri-circle-youtube", '\ue789'), CLASS_NOTEBOOK("ri-class-notebook", '\ue8f1'), CLIMBING("ri-climbing", '\ue888'), CLOCK("ri-clock", '\ue772'), CLOUDVERSIFY("ri-cloudversify", '\ue96d'), CLOUDY("ri-cloudy", '\ue6d9'), CODE("ri-code", '\ue83e'), CODEANYWHERE("ri-codeanywhere", '\ue762'), CODEPEN("ri-codepen", '\ue7a6'), CODERWALL("ri-coderwall", '\ue6d0'), CODIEPIE("ri-codiepie", '\ue89f'), CODYHOUSE("ri-codyhouse", '\ue906'), COFFEE("ri-coffee", '\ue7e6'), COFFEE_MACHINE("ri-coffee-machine", '\ue94e'), COGS("ri-cogs", '\ue770'), COLOURS("ri-colours", '\ue75f'), COMMENT("ri-comment", '\ue78b'), COMMENT2("ri-comment2", '\ue7ef'), COMMENT_QUOTE("ri-comment-quote", '\ue78c'), COMMENT_QUOTES("ri-comment-quotes", '\ue909'), COMPASS("ri-compass", '\ue809'), CONNECTION_WIFI("ri-connection-wifi", '\ue691'), CONSTRUCTION("ri-construction", '\ue771'), CONTACTS("ri-contacts", '\ue7b0'), COPY("ri-copy", '\ue707'), CREATIVECLOUD("ri-creativecloud", '\ue6d6'), CREDITCARD("ri-creditcard", '\ue70d'), CREDITCARD_ALT("ri-creditcard-alt", '\ue8c1'), CROSS_COUNTRY("ri-cross-country", '\ue85d'), CROSS_PATTEE("ri-cross-pattee", '\ue860'), CSS3("ri-css3", '\ue75e'), CSSDECK("ri-cssdeck", '\ue837'), CURSOR("ri-cursor", '\ue924'), CUT("ri-cut", '\ue706'), CUTLERY("ri-cutlery", '\ue7e7'), CUTTLEFISH("ri-cuttlefish", '\ue95e'), CYCLING("ri-cycling", '\ue81d'), C_TICK("ri-c-tick", '\ue882'), DANGER_AHEAD("ri-danger-ahead", '\ue87f'), DATABASE("ri-database", '\ue674'), DATA_MOUSE("ri-data-mouse", '\ue94a'), DECO_BULLET("ri-deco-bullet", '\ue6ec'), DELICIOUS("ri-delicious", '\ue648'), DEPARTING_FLIGHT("ri-departing-flight", '\ue829'), DESKPRO("ri-deskpro", '\ue940'), DESKTOP("ri-desktop", '\ue7e0'), DEVIANTART("ri-deviantart", '\ue7c7'), DHARMA_WHEEL("ri-dharma-wheel", '\ue864'), DIALPAD("ri-dialpad", '\ue97e'), DICE_FIVE("ri-dice-five", '\ue77e'), DICE_FOUR("ri-dice-four", '\ue77d'), DICE_ONE("ri-dice-one", '\ue77a'), DICE_SIX("ri-dice-six", '\ue77f'), DICE_THREE("ri-dice-three", '\ue77c'), DICE_TWO("ri-dice-two", '\ue77b'), DIGG("ri-digg", '\ue64c'), DIGITALOCEAN("ri-digitalocean", '\ue963'), DIMENSION("ri-dimension", '\ue8ff'), DINERS_CLUB("ri-diners-club", '\ue966'), DINING_SET("ri-dining-set", '\ue8fb'), DISAPPOINTED_FACE("ri-disappointed-face", '\ue6af'), DISC("ri-disc", '\ue7f5'), DISCOURSE("ri-discourse", '\ue970'), DISHWASHER("ri-dishwasher", '\ue951'), DIVING("ri-diving", '\ue873'), DOCKER("ri-docker", '\ue8f5'), DOCS_COM("ri-docs-com", '\ue600'), DOC_EDIT("ri-doc-edit", '\ue88d'), DOGS_ON_LEASH("ri-dogs-on-leash", '\ue870'), DOMAIN2("ri-domain2", '\ue73e'), DOWNLOAD("ri-download", '\ue682'), DREAMWEAVER("ri-dreamweaver", '\ue68b'), DRIBBBLE("ri-dribbble", '\ue638'), DRIVE("ri-drive", '\ue921'), DRIVE_O("ri-drive-o", '\ue922'), DROPBOX("ri-dropbox", '\ue7c6'), DRUPAL8("ri-drupal8", '\ue7ff'), DVD("ri-dvd", '\ue6f2'), DYALOG("ri-dyalog", '\ue972'), EASEL("ri-easel", '\ue920'), EDIT("ri-edit", '\ue746'), EJECT("ri-eject", '\ue659'), EJECT_CIRCLE("ri-eject-circle", '\ue7b8'), ELECTRICITY("ri-electricity", '\ue8f6'), ELLIPSIS("ri-ellipsis", '\ue774'), EL_HAZARD("ri-el-hazard", '\ue831'), ENCORE("ri-encore", '\ue900'), ENVATO("ri-envato", '\ue838'), ENVELOPE("ri-envelope", '\ue714'), ENVELOPE_O("ri-envelope-o", '\ue713'), ENVIRA("ri-envira", '\ue96c'), ETSY("ri-etsy", '\ue62e'), EVERNOTE("ri-evernote", '\ue642'), EXCEL("ri-excel", '\ue60a'), EXCHANGE("ri-exchange", '\ue601'), EXCLAMATION_CIRCLE("ri-exclamation-circle", '\ue7df'), EXIT("ri-exit", '\ue884'), EXPAND("ri-expand", '\ue72e'), EXPEDITEDSSL("ri-expeditedssl", '\ue89b'), EXPOSURE("ri-exposure", '\ue686'), EYE("ri-eye", '\ue80c'), EYEDROPPER("ri-eyedropper", '\ue745'), FACEBOOK("ri-facebook", '\ue649'), FACEBOOK2("ri-facebook2", '\ue7a4'), FAHRENHEIT("ri-fahrenheit", '\ue6c1'), FAMILY("ri-family", '\ue821'), FAMILY_GROUP("ri-family-group", '\ue90a'), FAST_FORWARD("ri-fast-forward", '\ue657'), FAVORITES("ri-favorites", '\ue728'), FEEDLY("ri-feedly", '\ue6c6'), FILES("ri-files", '\ue6a8'), FILE_AI("ri-file-ai", '\ue619'), FILE_AIF("ri-file-aif", '\ue90c'), FILE_ASP("ri-file-asp", '\ue622'), FILE_AVI("ri-file-avi", '\ue612'), FILE_CSS("ri-file-css", '\ue61e'), FILE_CSV("ri-file-csv", '\ue90d'), FILE_DMG("ri-file-dmg", '\ue90e'), FILE_DOCX("ri-file-docx", '\ue60f'), FILE_EOT("ri-file-eot", '\ue90f'), FILE_EPS("ri-file-eps", '\ue61a'), FILE_EXE("ri-file-exe", '\ue61d'), FILE_GIF("ri-file-gif", '\ue618'), FILE_HTML("ri-file-html", '\ue621'), FILE_ICO("ri-file-ico", '\ue910'), FILE_INDD("ri-file-indd", '\ue911'), FILE_ISO("ri-file-iso", '\ue912'), FILE_JPG("ri-file-jpg", '\ue617'), FILE_JS("ri-file-js", '\ue61f'), FILE_LESS("ri-file-less", '\ue913'), FILE_MID("ri-file-mid", '\ue914'), FILE_MOV("ri-file-mov", '\ue614'), FILE_MP3("ri-file-mp3", '\ue610'), FILE_MP4("ri-file-mp4", '\ue613'), FILE_MPG("ri-file-mpg", '\ue915'), FILE_O("ri-file-o", '\ue709'), FILE_OTF("ri-file-otf", '\ue623'), FILE_PDF("ri-file-pdf", '\ue61b'), FILE_PHP("ri-file-php", '\ue620'), FILE_PNG("ri-file-png", '\ue615'), FILE_PPTX("ri-file-pptx", '\ue916'), FILE_PSD("ri-file-psd", '\ue616'), FILE_RAR("ri-file-rar", '\ue625'), FILE_RAW("ri-file-raw", '\ue811'), FILE_RTF("ri-file-rtf", '\ue917'), FILE_SITX("ri-file-sitx", '\ue918'), FILE_SQL("ri-file-sql", '\ue61c'), FILE_SVG("ri-file-svg", '\ue626'), FILE_TTF("ri-file-ttf", '\ue810'), FILE_TXT("ri-file-txt", '\ue627'), FILE_WAV("ri-file-wav", '\ue611'), FILE_WOFF("ri-file-woff", '\ue919'), FILE_XLSX("ri-file-xlsx", '\ue91a'), FILE_ZIP("ri-file-zip", '\ue624'), FILM("ri-film", '\ue76b'), FINDER("ri-finder", '\ue7d7'), FIND_IN_PAGE("ri-find-in-page", '\ue65b'), FINGERPRINT("ri-fingerprint", '\ue701'), FIREFOX("ri-firefox", '\ue7ab'), FIREWORKS("ri-fireworks", '\ue68c'), FIRE_EXTINGUISHER("ri-fire-extinguisher", '\ue75a'), FISHING("ri-fishing", '\ue86d'), FLASHPLAYER("ri-flashplayer", '\ue636'), FLICKR("ri-flickr", '\ue63b'), FLIPBOARD("ri-flipboard", '\ue644'), FLY("ri-fly", '\ue96e'), FOLDER("ri-folder", '\ue978'), FOLDER_ADD("ri-folder-add", '\ue97a'), FOLDER_OPEN("ri-folder-open", '\ue979'), FOLDER_SHARED("ri-folder-shared", '\ue97b'), FONT("ri-font", '\ue8d9'), FOOD_WASTE("ri-food-waste", '\ue82e'), FOOTBALL("ri-football", '\ue8d5'), FOREST("ri-forest", '\ue8e0'), FORUMBEE("ri-forumbee", '\ue89d'), FORWARD("ri-forward", '\ue656'), FORWARD_CIRCLE("ri-forward-circle", '\ue7b7'), FOURSQUARE("ri-foursquare", '\ue631'), FRAME("ri-frame", '\ue7f0'), FREEBSB("ri-freebsb", '\ue960'), FRIDGE("ri-fridge", '\ue953'), FROWNING_FACE("ri-frowning-face", '\ue6b2'), FULLSCR("ri-fullscr", '\ue72c'), FULLSCR_ESC("ri-fullscr-esc", '\ue72d'), FUSE("ri-fuse", '\ue901'), GAME_PAD("ri-game-pad", '\ue948'), GEMINI("ri-gemini", '\ue6b6'), GESTURE("ri-gesture", '\ue981'), GETTYIMAGES("ri-gettyimages", '\ue66b'), GG("ri-gg", '\ue971'), GIFT("ri-gift", '\ue8c2'), GITHUB("ri-github", '\ue637'), GITLAB("ri-gitlab", '\ue69f'), GLIDE("ri-glide", '\ue6a0'), GLOBE("ri-globe", '\ue6e4'), GLOBE_2("ri-globe-2", '\ue73d'), GLOBUS("ri-globus", '\ue91e'), GMAIL("ri-gmail", '\ue7a5'), GO("ri-go", '\ue6df'), GO2("ri-go2", '\ue780'), GOFORE("ri-gofore", '\ue973'), GOLF("ri-golf", '\ue8d0'), GOLFING("ri-golfing", '\ue859'), GOLF_CART("ri-golf-cart", '\ue954'), GOOGLE("ri-google", '\ue79f'), GOOGLEPLUS("ri-googleplus", '\ue7a0'), GOOGLE_DRIVE("ri-google-drive", '\ue7ca'), GOOGLE_PLAY("ri-google-play", '\ue6fb'), GOOGLE_WD("ri-google-wd", '\ue69c'), GRAV("ri-grav", '\ue635'), GREEN_DOT("ri-green-dot", '\ue7f9'), GROUP("ri-group", '\ue7b1'), GUITAR("ri-guitar", '\ue886'), G_TRANSLATE("ri-g-translate", '\ue65c'), G_WALLET("ri-g-wallet", '\ue711'), HANGOUTS("ri-hangouts", '\ue7cb'), HD("ri-hd", '\ue65a'), HEADPHONES("ri-headphones", '\ue6d3'), HEADSET("ri-headset", '\ue949'), HEART("ri-heart", '\ue777'), HEART_O("ri-heart-o", '\ue80d'), HEROKU("ri-heroku", '\ue850'), HIKING("ri-hiking", '\ue8ad'), HIKING_TRAIL("ri-hiking-trail", '\ue86c'), HOME("ri-home", '\ue703'), HOME2("ri-home2", '\ue704'), HOOTSUITE("ri-hootsuite", '\ue69d'), HOOVER("ri-hoover", '\ue94d'), HORSE_RIDING("ri-horse-riding", '\ue858'), HOURGLASS("ri-hourglass", '\ue925'), HOUSES("ri-houses", '\ue8fc'), HTML5("ri-html5", '\ue75d'), ICLOUD("ri-icloud", '\ue6ce'), ICQ("ri-icq", '\ue63a'), IE("ri-ie", '\ue7ac'), ILLUSTRATOR("ri-illustrator", '\ue688'), IMAGE("ri-image", '\ue7bd'), IMAGE_GALLERY("ri-image-gallery", '\ue7bb'), IMAGE_GALLERY2("ri-image-gallery2", '\ue7bc'), IMAGE_PORTRAIT("ri-image-portrait", '\ue7be'), IMDB("ri-imdb", '\ue719'), IMPORT("ri-import", '\ue715'), IMPORT_EXPORT("ri-import-export", '\ue980'), INDENT("ri-indent", '\ue8dc'), INDESIGN("ri-indesign", '\ue68d'), INDUSTRY("ri-industry", '\ue894'), INFINITY("ri-infinity", '\ue761'), INFO("ri-info", '\ue71f'), INFO_CIRCLE("ri-info-circle", '\ue71d'), INFO_CIRCLE2("ri-info-circle2", '\ue71e'), INSTAGRAM("ri-instagram", '\ue64e'), INTERSECTION("ri-intersection", '\ue983'), INT_ALPINE("ri-int-alpine", '\ue74f'), INT_BED("ri-int-bed", '\ue753'), INT_BICYCLE("ri-int-bicycle", '\ue845'), INT_BUS("ri-int-bus", '\ue754'), INT_CAR_RENTAL("ri-int-car-rental", '\ue822'), INT_CUTLERY("ri-int-cutlery", '\ue8af'), INT_DEPARTURE("ri-int-departure", '\ue825'), INT_ELEVATOR("ri-int-elevator", '\ue751'), INT_ESCALATOR("ri-int-escalator", '\ue868'), INT_EXIT("ri-int-exit", '\ue848'), INT_FIRSTAID("ri-int-firstaid", '\ue759'), INT_FUEL("ri-int-fuel", '\ue758'), INT_GENTS("ri-int-gents", '\ue75c'), INT_GUARD("ri-int-guard", '\ue750'), INT_HELIPORT("ri-int-heliport", '\ue846'), INT_HORSE_RIDING("ri-int-horse-riding", '\ue8aa'), INT_LADIES("ri-int-ladies", '\ue75b'), INT_LIGHTHOUSE("ri-int-lighthouse", '\ue844'), INT_LITTER("ri-int-litter", '\ue752'), INT_LOCKER("ri-int-locker", '\ue74e'), INT_P("ri-int-p", '\ue757'), INT_PHONE("ri-int-phone", '\ue756'), INT_PLANE("ri-int-plane", '\ue755'), INT_SHIP("ri-int-ship", '\ue823'), INT_STAIRS("ri-int-stairs", '\ue869'), INT_SWIM("ri-int-swim", '\ue74d'), INT_TOILETS("ri-int-toilets", '\ue824'), INT_TRAIN("ri-int-train", '\ue74c'), INT_TRAM("ri-int-tram", '\ue847'), INT_WATER("ri-int-water", '\ue74b'), INT_WHEELCHAIR("ri-int-wheelchair", '\ue74a'), IOS_PHOTO("ri-ios-photo", '\ue93a'), ISSUU("ri-issuu", '\ue630'), ITUNES("ri-itunes", '\ue7c4'), JOOMLA("ri-joomla", '\ue79d'), JQUERY("ri-jquery", '\ue7a8'), JQUERY_UI("ri-jquery-ui", '\ue83a'), JSDELIVR("ri-jsdelivr", '\ue6c5'), JSFIDDLE("ri-jsfiddle", '\ue79e'), KAKAOTALK("ri-kakaotalk", '\ue819'), KAYAKING("ri-kayaking", '\ue85b'), KEY("ri-key", '\ue67d'), KEYBOARD("ri-keyboard", '\ue718'), KEYB_A("ri-keyb-a", '\ue8e9'), KEYB_DOWN("ri-keyb-down", '\ue8eb'), KEYB_LEFT("ri-keyb-left", '\ue8ec'), KEYB_RIGHT("ri-keyb-right", '\ue8ed'), KEYB_UP("ri-keyb-up", '\ue8ea'), KICKSTARTER("ri-kickstarter", '\ue944'), KIK("ri-kik", '\ue633'), KISSING_FACE("ri-kissing-face", '\ue6ae'), KLOUT("ri-klout", '\ue851'), LAB("ri-lab", '\ue93c'), LAPTOP("ri-laptop", '\ue7e1'), LASTFM("ri-lastfm", '\ue6f9'), LATIN_CROSS("ri-latin-cross", '\ue865'), LAUGHING_SMILING_EYES("ri-laughing-smiling-eyes", '\ue6ab'), LAUNCHPAD("ri-launchpad", '\ue76a'), LEMON("ri-lemon", '\ue8d7'), LEO("ri-leo", '\ue6b8'), LESS("ri-less", '\ue840'), LIBRA("ri-libra", '\ue6ba'), LIBRARY("ri-library", '\ue6ff'), LIFE_RING("ri-life-ring", '\ue895'), LIGHTNING("ri-lightning", '\ue6db'), LIGHTROOM("ri-lightroom", '\ue68e'), LINE("ri-line", '\ue6c9'), LINK("ri-link", '\ue673'), LINKEDIN("ri-linkedin", '\ue79a'), LINUX("ri-linux", '\ue7d2'), LINUX_NEW("ri-linux-new", '\ue947'), LIST("ri-list", '\ue8bc'), LIST_ALT("ri-list-alt", '\ue8c0'), LIST_OL("ri-list-ol", '\ue8bd'), LIST_UL("ri-list-ul", '\ue8be'), LIVESTREAM("ri-livestream", '\ue7d8'), LOCK("ri-lock", '\ue667'), LOCK_OPEN("ri-lock-open", '\ue668'), LOGOUT("ri-logout", '\ue81b'), LONDON_TUBE("ri-london-tube", '\ue670'), LYNC("ri-lync", '\ue8f0'), MAGENTO("ri-magento", '\ue84f'), MAGIC_WAND("ri-magic-wand", '\ue93d'), MAILCHIMP("ri-mailchimp", '\ue943'), MAIL_SEND("ri-mail-send", '\ue6de'), MAIL_SEND2("ri-mail-send2", '\ue812'), MAP("ri-map", '\ue80a'), MAP2("ri-map2", '\ue80b'), MAP_MARKER("ri-map-marker", '\ue671'), MARKER("ri-marker", '\ue813'), MARKETPLACE("ri-marketplace", '\ue699'), MARKET_RESEARCH("ri-market-research", '\ue891'), MARS("ri-mars", '\ue80f'), MAXCDN("ri-maxcdn", '\ue6cb'), MEDAL_ONE("ri-medal-one", '\ue88c'), MEDIUM("ri-medium", '\ue7fc'), MEDKIT("ri-medkit", '\ue7f4'), MEETUP("ri-meetup", '\ue6a2'), MENU("ri-menu", '\ue775'), MESSENGER("ri-messenger", '\ue7c1'), METAL_GLASS_WASTE("ri-metal-glass-waste", '\ue82f'), MIC("ri-mic", '\ue6d2'), MICROSOFT("ri-microsoft", '\ue60d'), MICROWAVE_OVEN("ri-microwave-oven", '\ue94f'), MISC_WASTE("ri-misc-waste", '\ue82b'), MIXCLOUD("ri-mixcloud", '\ue7fe'), MODX("ri-modx", '\ue800'), MONERO("ri-monero", '\ue96a'), MONITOR("ri-monitor", '\ue94c'), MOON("ri-moon", '\ue6e5'), MOTORHOME("ri-motorhome", '\ue879'), MOUNTAIN("ri-mountain", '\ue8de'), MOUNTAIN_BIKING("ri-mountain-biking", '\ue887'), MOUSE("ri-mouse", '\ue6f8'), MOVIE_CLAPPER("ri-movie-clapper", '\ue6e7'), MSN("ri-msn", '\ue7c0'), MS_EDGE("ri-ms-edge", '\ue7a9'), MS_FORMS("ri-ms-forms", '\ue8ef'), MUSE("ri-muse", '\ue903'), MUSICALNOTE("ri-musicalnote", '\ue67e'), MYSPACE("ri-myspace", '\ue7cf'), NEWSPAPER("ri-newspaper", '\ue697'), NODE_JS("ri-node-js", '\ue854'), NOENTRY("ri-noentry", '\ue76c'), NORTH("ri-north", '\ue8e3'), NORTH_ALT("ri-north-alt", '\ue8e5'), NORTH_BADGE("ri-north-badge", '\ue8e6'), NORTH_BADGE_O("ri-north-badge-o", '\ue8e7'), NORTH_BANNER("ri-north-banner", '\ue8e8'), NORTH_O("ri-north-o", '\ue8e4'), NOTEPAD("ri-notepad", '\ue7f1'), NOTIFICATIONS("ri-notifications", '\ue6e0'), NO_ENTRY("ri-no-entry", '\ue87d'), NO_SMOKING("ri-no-smoking", '\ue87c'), NPM("ri-npm", '\ue969'), OFFICE("ri-office", '\ue60b'), OFFICE365("ri-office365", '\ue60c'), OFFROAD("ri-offroad", '\ue8ac'), OK("ri-ok", '\ue799'), OM("ri-om", '\ue862'), ONEDRIVE("ri-onedrive", '\ue6d5'), ONENOTE("ri-onenote", '\ue602'), OPACITY("ri-opacity", '\ue849'), OPEN_ID("ri-open-id", '\ue89c'), OPERA("ri-opera", '\ue7ad'), ORANGE("ri-orange", '\ue8d8'), OUTDENT("ri-outdent", '\ue8db'), OUTLOOK("ri-outlook", '\ue603'), OVEN("ri-oven", '\ue952'), PAGELINES("ri-pagelines", '\ue7a2'), PAINTBRUSH("ri-paintbrush", '\ue742'), PAINTBRUSH_ALT("ri-paintbrush-alt", '\ue90b'), PALETTE("ri-palette", '\ue6f7'), PAPER_WASTE("ri-paper-waste", '\ue82d'), PARK("ri-park", '\ue8df'), PARTLY_CLOUDY("ri-partly-cloudy", '\ue6d8'), PASTE("ri-paste", '\ue708'), PATH("ri-path", '\ue7fb'), PAUSE("ri-pause", '\ue654'), PAUSE_CIRCLE("ri-pause-circle", '\ue7b4'), PAYPAL("ri-paypal", '\ue7fd'), PEACE("ri-peace", '\ue866'), PENCIL("ri-pencil", '\ue743'), PENCIL2("ri-pencil2", '\ue744'), PENS("ri-pens", '\ue923'), PERFORMANCE_UP("ri-performance-up", '\ue88f'), PERSEVERING_FACE("ri-persevering-face", '\ue6b1'), PHONE("ri-phone", '\ue716'), PHONEGAP("ri-phonegap", '\ue83c'), PHONE_VOL("ri-phone-vol", '\ue6cf'), PHOTOSHOP("ri-photoshop", '\ue690'), PHP("ri-php", '\ue841'), PICASA("ri-picasa", '\ue640'), PIE("ri-pie", '\ue6c2'), PINTEREST("ri-pinterest", '\ue639'), PISCES("ri-pisces", '\ue6bf'), PLASTIC_WASTE("ri-plastic-waste", '\ue82c'), PLAY("ri-play", '\ue653'), PLAYSTATION("ri-playstation", '\ue69b'), PLAY_CIRCLE("ri-play-circle", '\ue7b3'), PLUG("ri-plug", '\ue93b'), PLUS("ri-plus", '\ue807'), POCKET("ri-pocket", '\ue7cd'), PODCAST("ri-podcast", '\ue6a5'), POWERPOINT("ri-powerpoint", '\ue604'), PRELUDE("ri-prelude", '\ue904'), PREMIERE("ri-premiere", '\ue68f'), PRINTER("ri-printer", '\ue70b'), PRODUCTHUNT("ri-producthunt", '\ue6a6'), PROJECT("ri-project", '\ue605'), PUBLISHER("ri-publisher", '\ue606'), PYTHON("ri-python", '\ue856'), QRCODE("ri-qrcode", '\ue773'), QROSS("ri-qross", '\ue84d'), QUESTION("ri-question", '\ue70c'), QUORA("ri-quora", '\ue84c'), QUOTES1("ri-quotes1", '\ue685'), QUOTES2("ri-quotes2", '\ue6a4'), QWANT("ri-qwant", '\ue802'), QZONE("ri-qzone", '\ue961'), RADIO("ri-radio", '\ue717'), RADIOACTIVE("ri-radioactive", '\ue680'), RAINY("ri-rainy", '\ue6da'), REACT("ri-react", '\ue843'), REASON_ML("ri-reason-ml", '\ue968'), RECYCLE("ri-recycle", '\ue6cd'), RECYCLE_O("ri-recycle-o", '\ue7d1'), REDDIT("ri-reddit", '\ue7a1'), REFRESH("ri-refresh", '\ue766'), REGISTERED("ri-registered", '\ue702'), REMOVE("ri-remove", '\ue740'), RENREN("ri-renren", '\ue93f'), RESPONSIVE("ri-responsive", '\ue7e5'), REST_STOP("ri-rest-stop", '\ue956'), ROAD_WORKS("ri-road-works", '\ue87e'), ROCK_CLIMBING("ri-rock-climbing", '\ue86b'), ROTATE_C("ri-rotate-c", '\ue907'), ROTATE_CC("ri-rotate-cc", '\ue908'), RSS("ri-rss", '\ue769'), RUBY("ri-ruby", '\ue855'), RUNNING("ri-running", '\ue81e'), SA("ri-sa", '\ue749'), SAFARI("ri-safari", '\ue7ae'), SAGITTARIUS("ri-sagittarius", '\ue6bc'), SAILING("ri-sailing", '\ue86e'), SASS("ri-sass", '\ue83f'), SAVE("ri-save", '\ue70a'), SCALA("ri-scala", '\ue853'), SCIENCE("ri-science", '\ue6fe'), SCOOPIT("ri-scoopit", '\ue63c'), SCORPIO("ri-scorpio", '\ue6bb'), SCRIBD("ri-scribd", '\ue6fd'), SDG("ri-sdg", '\ue938'), SDG1("ri-sdg1", '\ue927'), SDG10("ri-sdg10", '\ue930'), SDG11("ri-sdg11", '\ue931'), SDG12("ri-sdg12", '\ue932'), SDG13("ri-sdg13", '\ue933'), SDG14("ri-sdg14", '\ue934'), SDG15("ri-sdg15", '\ue935'), SDG16("ri-sdg16", '\ue936'), SDG17("ri-sdg17", '\ue937'), SDG2("ri-sdg2", '\ue928'), SDG3("ri-sdg3", '\ue929'), SDG4("ri-sdg4", '\ue92a'), SDG5("ri-sdg5", '\ue92b'), SDG6("ri-sdg6", '\ue92c'), SDG7("ri-sdg7", '\ue92d'), SDG8("ri-sdg8", '\ue92e'), SDG9("ri-sdg9", '\ue92f'), SD_CARD("ri-sd-card", '\ue72b'), SEAPLANE("ri-seaplane", '\ue86f'), SEARCH("ri-search", '\ue763'), SELECT("ri-select", '\ue6e1'), SELECT_CELLS("ri-select-cells", '\ue66f'), SELECT_CIRCLE("ri-select-circle", '\ue797'), SELLFY("ri-sellfy", '\ue95d'), SENTRY("ri-sentry", '\ue965'), SEO_MONITORING("ri-seo-monitoring", '\ue890'), SHAPES("ri-shapes", '\ue6e3'), SHARE("ri-share", '\ue803'), SHARE2("ri-share2", '\ue804'), SHAREPOINT("ri-sharepoint", '\ue607'), SHARING("ri-sharing", '\ue73f'), SHIELD("ri-shield", '\ue91f'), SHINTO("ri-shinto", '\ue8c5'), SHIPPING_EXPRESS("ri-shipping-express", '\ue955'), SHOWER("ri-shower", '\ue875'), SHRINK("ri-shrink", '\ue72f'), SHUT_DOWN("ri-shut-down", '\ue778'), SIGNAL_0("ri-signal-0", '\ue722'), SIGNAL_1("ri-signal-1", '\ue723'), SIGNAL_2("ri-signal-2", '\ue724'), SIGNAL_3("ri-signal-3", '\ue725'), SIGNAL_4("ri-signal-4", '\ue726'), SIGNAL_5("ri-signal-5", '\ue727'), SIGN_IN("ri-sign-in", '\ue805'), SIGN_OUT("ri-sign-out", '\ue806'), SIKH("ri-sikh", '\ue8c6'), SIMPLEVIEW("ri-simpleview", '\ue93e'), SITEMAP("ri-sitemap", '\ue7f6'), SKATEBOARDING("ri-skateboarding", '\ue85a'), SKATING("ri-skating", '\ue85e'), SKI_RACING("ri-ski-racing", '\ue85f'), SKYPE("ri-skype", '\ue7c5'), SLACK("ri-slack", '\ue6a7'), SLIDERS("ri-sliders", '\ue892'), SLIPPERY_STEPS("ri-slippery-steps", '\ue8a8'), SMARTPHONE("ri-smartphone", '\ue7e3'), SMARTWATCH("ri-smartwatch", '\ue81a'), SMILING_EYES("ri-smiling-eyes", '\ue6aa'), SMILING_FACE("ri-smiling-face", '\ue6a9'), SMILING_HEART_EYES("ri-smiling-heart-eyes", '\ue6ad'), SNAPCHAT("ri-snapchat", '\ue6a3'), SNOWFLAKE("ri-snowflake", '\ue6dd'), SNOWY("ri-snowy", '\ue6dc'), SOCCER("ri-soccer", '\ue8d6'), SOUNDCLOUD("ri-soundcloud", '\ue7d0'), SPEAKER("ri-speaker", '\ue97d'), SPEED_GRADE("ri-speed-grade", '\ue905'), SPINNER("ri-spinner", '\ue764'), SPINNER3("ri-spinner3", '\ue767'), SPOTIFY("ri-spotify", '\ue7c9'), SQUARE("ri-square", '\ue7da'), SQUARESPACE("ri-squarespace", '\ue634'), SQUARE_BULLET("ri-square-bullet", '\ue6e9'), SQUARE_BULLET2("ri-square-bullet2", '\ue6ed'), SQUARE_CALC("ri-square-calc", '\ue776'), SQUARE_DIVIDE("ri-square-divide", '\ue790'), SQUARE_MINUS("ri-square-minus", '\ue78e'), SQUARE_MULTI("ri-square-multi", '\ue78f'), SQUARE_PHONE("ri-square-phone", '\ue817'), SQUARE_PLUS("ri-square-plus", '\ue78d'), SQUARE_SUM("ri-square-sum", '\ue791'), STACKEXCHANGE("ri-stackexchange", '\ue69e'), STACKOVERFLOW("ri-stackoverflow", '\ue62d'), STACKPATH("ri-stackpath", '\ue974'), START_CHAT("ri-start-chat", '\ue712'), STAR_AND_CRESCENT("ri-star-and-crescent", '\ue863'), STAR_E("ri-star-e", '\ue6ef'), STAR_OF_DAVID("ri-star-of-david", '\ue861'), STAR_SMALL("ri-star-small", '\ue6f5'), STATIONARY_PC("ri-stationary-pc", '\ue94b'), STATS("ri-stats", '\ue830'), STEP_FORWARD("ri-step-forward", '\ue658'), STOP("ri-stop", '\ue655'), STOPWATCH("ri-stopwatch", '\ue678'), STOP_CIRCLE("ri-stop-circle", '\ue7b5'), STOP_SIGN("ri-stop-sign", '\ue6e6'), STRATOCASTER("ri-stratocaster", '\ue885'), STRAVA("ri-strava", '\ue897'), STREET_VIEW("ri-street-view", '\ue672'), STRIPE("ri-stripe", '\ue967'), STUMBLEUPON("ri-stumbleupon", '\ue647'), SUBLIME_TEXT("ri-sublime-text", '\ue852'), SUBWAY("ri-subway", '\ue7ed'), SUITCASE("ri-suitcase", '\ue700'), SUNNY("ri-sunny", '\ue6d7'), SURFACE("ri-surface", '\ue7e4'), SURVEILLANCE_CAM("ri-surveillance-cam", '\ue6d1'), SWAP("ri-swap", '\ue97f'), SWAY("ri-sway", '\ue608'), SWIMMING("ri-swimming", '\ue81f'), TABLE("ri-table", '\ue66e'), TABLET("ri-tablet", '\ue7e2'), TAG("ri-tag", '\ue8a0'), TAPLYTICS("ri-taplytics", '\ue964'), TARGET("ri-target", '\ue6f6'), TASKS("ri-tasks", '\ue8bf'), TAURUS("ri-taurus", '\ue6b5'), TAXI("ri-taxi", '\ue86a'), TEAMS("ri-teams", '\ue8f2'), TEAMS_ALT("ri-teams-alt", '\ue8f3'), TELEGRAM("ri-telegram", '\ue818'), TENT("ri-tent", '\ue8e1'), TENTING("ri-tenting", '\ue877'), TERMINAL("ri-terminal", '\ue72a'), THEMEISLE("ri-themeisle", '\ue89a'), THINKFUL("ri-thinkful", '\ue962'), THUMBS_UP("ri-thumbs-up", '\ue675'), THUMBTACK("ri-thumbtack", '\ue8a3'), TICKET("ri-ticket", '\ue8a1'), TIDAL("ri-tidal", '\ue7cc'), TOGGLE_OFF("ri-toggle-off", '\ue721'), TOGGLE_ON("ri-toggle-on", '\ue720'), TOWN("ri-town", '\ue8e2'), TRADEMARK("ri-trademark", '\ue8a2'), TRAFFIC_CONE("ri-traffic-cone", '\ue814'), TRAFFIC_CONTROL("ri-traffic-control", '\ue958'), TRAFFIC_LIGHT("ri-traffic-light", '\ue959'), TRAIN("ri-train", '\ue7ec'), TRAM("ri-tram", '\ue7ee'), TRAM_ALT("ri-tram-alt", '\ue8f7'), TREKKING("ri-trekking", '\ue820'), TRELLO("ri-trello", '\ue91b'), TRIPADVISOR("ri-tripadvisor", '\ue7c8'), TROPHY("ri-trophy", '\ue8b1'), TUMBLR("ri-tumblr", '\ue641'), TVG("ri-tvg", '\ue7e9'), TWITCH("ri-twitch", '\ue836'), TWITTER("ri-twitter", '\ue64a'), TYPE_KIT("ri-type-kit", '\ue902'), TYPO3("ri-typo3", '\ue839'), UBER("ri-uber", '\ue898'), UBUNTU("ri-ubuntu", '\ue84e'), UIKIT("ri-uikit", '\ue89e'), UMBRELLA("ri-umbrella", '\ue832'), UN("ri-un", '\ue926'), UNAMUSED_FACE("ri-unamused-face", '\ue6b0'), UNHAPPY_FACE("ri-unhappy-face", '\ue6b3'), UNIREGISTRY("ri-uniregistry", '\ue95f'), UNIVERSAL_ACCESS("ri-universal-access", '\ue6d4'), UPLOAD("ri-upload", '\ue681'), UP_LEFT("ri-up-left", '\ue826'), UP_LEFT_ARROW("ri-up-left-arrow", '\ue827'), USB("ri-usb", '\ue693'), USB_DRIVE("ri-usb-drive", '\ue694'), USER("ri-user", '\ue7af'), USERS_GROUP("ri-users-group", '\ue893'), USER_PLUS("ri-user-plus", '\ue7b2'), VAN("ri-van", '\ue8f9'), VCARD_O("ri-vcard-o", '\ue7f3'), VENUS("ri-venus", '\ue80e'), VIBER("ri-viber", '\ue7c3'), VIEWING_AREA("ri-viewing-area", '\ue8b0'), VIEWPOINT("ri-viewpoint", '\ue871'), VIMEO("ri-vimeo", '\ue7d4'), VIRAL_MARKETING("ri-viral-marketing", '\ue88e'), VIRGO("ri-virgo", '\ue6b9'), VISIO("ri-visio", '\ue8f4'), VISUALLY_IMPAIRED("ri-visually-impaired", '\ue867'), VISUAL_STUDIO("ri-visual-studio", '\ue60e'), VIVALDI("ri-vivaldi", '\ue801'), VKONTAKTE("ri-vkontakte", '\ue64d'), VLC("ri-vlc", '\ue7a7'), VOLLEYBALL("ri-volleyball", '\ue8d1'), VOLUME_DOWN("ri-volume-down", '\ue650'), VOLUME_MUTE("ri-volume-mute", '\ue64f'), VOLUME_OFF("ri-volume-off", '\ue652'), VOLUME_UP("ri-volume-up", '\ue651'), VS_CODE("ri-vs-code", '\ue883'), VUEJS("ri-vuejs", '\ue946'), W3SCHOOLS("ri-w3schools", '\ue7bf'), WALKING("ri-walking", '\ue81c'), WARNING_SIGN("ri-warning-sign", '\ue7de'), WASHING_MACHINE("ri-washing-machine", '\ue950'), WATCH("ri-watch", '\ue97c'), WATERCRAFT("ri-watercraft", '\ue874'), WAVES("ri-waves", '\ue982'), WECHAT("ri-wechat", '\ue6c8'), WEEBLY("ri-weebly", '\ue6c7'), WEEE("ri-weee", '\ue881'), WEIBO("ri-weibo", '\ue7a3'), WEIXIN("ri-weixin", '\ue942'), WHALE_WATCHING("ri-whale-watching", '\ue872'), WHATSAPP("ri-whatsapp", '\ue7c2'), WHMCS("ri-whmcs", '\ue941'), WIFI("ri-wifi", '\ue692'), WINDOWS8("ri-windows8", '\ue7d5'), WINDOW_CLOSE("ri-window-close", '\ue816'), WINDOW_MAXIMIZE("ri-window-maximize", '\ue8b3'), WINDOW_MINIMIZE("ri-window-minimize", '\ue8b2'), WINDOW_RESTORE("ri-window-restore", '\ue8b4'), WINE_BOTTLE("ri-wine-bottle", '\ue7e8'), WINKING_FACE("ri-winking-face", '\ue6ac'), WIX("ri-wix", '\ue6a1'), WOLF("ri-wolf", '\ue8dd'), WOOLMARK("ri-woolmark", '\ue880'), WORD("ri-word", '\ue609'), WORDPRESS("ri-wordpress", '\ue79c'), WORDPRESS_SIMPLE("ri-wordpress-simple", '\ue945'), WPEXPLORER("ri-wpexplorer", '\ue84b'), WP_ARROW("ri-wp-arrow", '\ue733'), WP_COG("ri-wp-cog", '\ue76f'), WP_COG_O("ri-wp-cog-o", '\ue76e'), WRENCH("ri-wrench", '\ue815'), XBOX("ri-xbox", '\ue69a'), YAHOO("ri-yahoo", '\ue63e'), YELP("ri-yelp", '\ue632'), YIN_YANG("ri-yin-yang", '\ue67f'), YOGA("ri-yoga", '\ue889'), YOUTUBE("ri-youtube", '\ue646'), YOUTUBE2("ri-youtube2", '\ue7ce'), ZOOM_IN("ri-zoom-in", '\ue7f7'), ZOOM_OUT("ri-zoom-out", '\ue7f8'), ZURB("ri-zurb", '\ue62f'); public static Runestroicons findByDescription(String description) { for (Runestroicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; Runestroicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-runestroicons-pack/src/main/java/org/kordamp/ikonli/runestroicons/RunestroiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.runestroicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class RunestroiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/runestroicons/5.6/fonts/runestroicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ri-"); } @Override public Ikon resolve(String description) { return Runestroicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "525icons"; } } ================================================ FILE: icon-packs/ikonli-runestroicons-pack/src/main/java/org/kordamp/ikonli/runestroicons/RunestroiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.runestroicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class RunestroiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Runestroicons.class; } } ================================================ FILE: icon-packs/ikonli-runestroicons-pack/src/main/resources/META-INF/resources/runestroicons/5.6/css/runestroicons.css ================================================ /*! * 525icons.css v5.6 by @runestro - https://525icons.com */ @font-face { font-family: '525icons'; src:url('../fonts/runestroicons.eot'); src:url('../fonts/runestroicons.eot?#iefix') format('embedded-opentype'), url('../fonts/runestroicons.woff2') format('woff2'), url('../fonts/runestroicons.woff') format('woff'), url('../fonts/runestroicons.ttf') format('truetype'), url('../fonts/runestroicons.svg?#525icons') format('svg'); font-weight: normal; font-style: normal; } .ri { display: inline-block; /* use !important to prevent issues with browser extensions that change fonts */ font-family: '525icons' !important; font-size: inherit; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; speak: none; text-transform: none; transform: translate(0, 0); /* aria-hidden:true; */ } .ri-docs-com:before { content: "\e600"; } .ri-exchange:before { content: "\e601"; } .ri-onenote:before { content: "\e602"; } .ri-outlook:before { content: "\e603"; } .ri-powerpoint:before { content: "\e604"; } .ri-project:before { content: "\e605"; } .ri-publisher:before { content: "\e606"; } .ri-sharepoint:before { content: "\e607"; } .ri-sway:before { content: "\e608"; } .ri-word:before { content: "\e609"; } .ri-excel:before { content: "\e60a"; } .ri-office:before { content: "\e60b"; } .ri-office365:before { content: "\e60c"; } .ri-microsoft:before { content: "\e60d"; } .ri-visual-studio:before { content: "\e60e"; } .ri-file-docx:before { content: "\e60f"; } .ri-file-mp3:before { content: "\e610"; } .ri-file-wav:before { content: "\e611"; } .ri-file-avi:before { content: "\e612"; } .ri-file-mp4:before { content: "\e613"; } .ri-file-mov:before { content: "\e614"; } .ri-file-png:before { content: "\e615"; } .ri-file-psd:before { content: "\e616"; } .ri-file-jpg:before { content: "\e617"; } .ri-file-gif:before { content: "\e618"; } .ri-file-ai:before { content: "\e619"; } .ri-file-eps:before { content: "\e61a"; } .ri-file-pdf:before { content: "\e61b"; } .ri-file-sql:before { content: "\e61c"; } .ri-file-exe:before { content: "\e61d"; } .ri-file-css:before { content: "\e61e"; } .ri-file-js:before { content: "\e61f"; } .ri-file-php:before { content: "\e620"; } .ri-file-html:before { content: "\e621"; } .ri-file-asp:before { content: "\e622"; } .ri-file-otf:before { content: "\e623"; } .ri-file-zip:before { content: "\e624"; } .ri-file-rar:before { content: "\e625"; } .ri-file-svg:before { content: "\e626"; } .ri-file-txt:before { content: "\e627"; } .ri-battery-0:before { content: "\e628"; } .ri-battery-1:before { content: "\e629"; } .ri-battery-2:before { content: "\e62a"; } .ri-battery-3:before { content: "\e62b"; } .ri-battery-charging:before { content: "\e62c"; } .ri-stackoverflow:before { content: "\e62d"; } .ri-etsy:before { content: "\e62e"; } .ri-zurb:before { content: "\e62f"; } .ri-issuu:before { content: "\e630"; } .ri-foursquare:before { content: "\e631"; } .ri-yelp:before { content: "\e632"; } .ri-kik:before { content: "\e633"; } .ri-squarespace:before { content: "\e634"; } .ri-grav:before { content: "\e635"; } .ri-flashplayer:before { content: "\e636"; } .ri-github:before { content: "\e637"; } .ri-dribbble:before { content: "\e638"; } .ri-pinterest:before { content: "\e639"; } .ri-icq:before { content: "\e63a"; } .ri-flickr:before { content: "\e63b"; } .ri-scoopit:before { content: "\e63c"; } .ri-addthis:before { content: "\e63d"; } .ri-yahoo:before { content: "\e63e"; } .ri-aim:before { content: "\e63f"; } .ri-picasa:before { content: "\e640"; } .ri-tumblr:before { content: "\e641"; } .ri-evernote:before { content: "\e642"; } .ri-behance:before { content: "\e643"; } .ri-flipboard:before { content: "\e644"; } .ri-500px:before { content: "\e645"; } .ri-youtube:before { content: "\e646"; } .ri-stumbleupon:before { content: "\e647"; } .ri-delicious:before { content: "\e648"; } .ri-facebook:before { content: "\e649"; } .ri-twitter:before { content: "\e64a"; } .ri-blogger:before { content: "\e64b"; } .ri-digg:before { content: "\e64c"; } .ri-vkontakte:before { content: "\e64d"; } .ri-instagram:before { content: "\e64e"; } .ri-volume-mute:before { content: "\e64f"; } .ri-volume-down:before { content: "\e650"; } .ri-volume-up:before { content: "\e651"; } .ri-volume-off:before { content: "\e652"; } .ri-play:before { content: "\e653"; } .ri-pause:before { content: "\e654"; } .ri-stop:before { content: "\e655"; } .ri-forward:before { content: "\e656"; } .ri-fast-forward:before { content: "\e657"; } .ri-step-forward:before { content: "\e658"; } .ri-eject:before { content: "\e659"; } .ri-hd:before { content: "\e65a"; } .ri-find-in-page:before { content: "\e65b"; } .ri-g-translate:before { content: "\e65c"; } .ri-circle-0:before { content: "\e65d"; } .ri-circle-1:before { content: "\e65e"; } .ri-circle-2:before { content: "\e65f"; } .ri-circle-3:before { content: "\e660"; } .ri-circle-4:before { content: "\e661"; } .ri-circle-5:before { content: "\e662"; } .ri-circle-6:before { content: "\e663"; } .ri-circle-7:before { content: "\e664"; } .ri-circle-8:before { content: "\e665"; } .ri-circle-9:before { content: "\e666"; } .ri-lock:before { content: "\e667"; } .ri-lock-open:before { content: "\e668"; } .ri-calendar-open:before { content: "\e669"; } .ri-calendar:before { content: "\e66a"; } .ri-gettyimages:before { content: "\e66b"; } .ri-archive:before { content: "\e66c"; } .ri-books:before { content: "\e66d"; } .ri-table:before { content: "\e66e"; } .ri-select-cells:before { content: "\e66f"; } .ri-london-tube:before { content: "\e670"; } .ri-map-marker:before { content: "\e671"; } .ri-street-view:before { content: "\e672"; } .ri-link:before { content: "\e673"; } .ri-database:before { content: "\e674"; } .ri-thumbs-up:before { content: "\e675"; } .ri-circle-upload:before { content: "\e676"; } .ri-circle-download:before { content: "\e677"; } .ri-stopwatch:before { content: "\e678"; } .ri-card-spade:before { content: "\e679"; } .ri-card-club:before { content: "\e67a"; } .ri-card-heart:before { content: "\e67b"; } .ri-card-diamond:before { content: "\e67c"; } .ri-key:before { content: "\e67d"; } .ri-musicalnote:before { content: "\e67e"; } .ri-yin-yang:before { content: "\e67f"; } .ri-radioactive:before { content: "\e680"; } .ri-upload:before { content: "\e681"; } .ri-download:before { content: "\e682"; } .ri-ce-mark:before { content: "\e683"; } .ri-book:before { content: "\e684"; } .ri-quotes1:before { content: "\e685"; } .ri-exposure:before { content: "\e686"; } .ri-after-effects:before { content: "\e687"; } .ri-illustrator:before { content: "\e688"; } .ri-audition:before { content: "\e689"; } .ri-bridge:before { content: "\e68a"; } .ri-dreamweaver:before { content: "\e68b"; } .ri-fireworks:before { content: "\e68c"; } .ri-indesign:before { content: "\e68d"; } .ri-lightroom:before { content: "\e68e"; } .ri-premiere:before { content: "\e68f"; } .ri-photoshop:before { content: "\e690"; } .ri-connection-wifi:before { content: "\e691"; } .ri-wifi:before { content: "\e692"; } .ri-usb:before { content: "\e693"; } .ri-usb-drive:before { content: "\e694"; } .ri-bluetooth:before { content: "\e695"; } .ri-calculator:before { content: "\e696"; } .ri-newspaper:before { content: "\e697"; } .ri-bing:before { content: "\e698"; } .ri-marketplace:before { content: "\e699"; } .ri-xbox:before { content: "\e69a"; } .ri-playstation:before { content: "\e69b"; } .ri-google-wd:before { content: "\e69c"; } .ri-hootsuite:before { content: "\e69d"; } .ri-stackexchange:before { content: "\e69e"; } .ri-gitlab:before { content: "\e69f"; } .ri-glide:before { content: "\e6a0"; } .ri-wix:before { content: "\e6a1"; } .ri-meetup:before { content: "\e6a2"; } .ri-snapchat:before { content: "\e6a3"; } .ri-quotes2:before { content: "\e6a4"; } .ri-podcast:before { content: "\e6a5"; } .ri-producthunt:before { content: "\e6a6"; } .ri-slack:before { content: "\e6a7"; } .ri-files:before { content: "\e6a8"; } .ri-smiling-face:before { content: "\e6a9"; } .ri-smiling-eyes:before { content: "\e6aa"; } .ri-laughing-smiling-eyes:before { content: "\e6ab"; } .ri-winking-face:before { content: "\e6ac"; } .ri-smiling-heart-eyes:before { content: "\e6ad"; } .ri-kissing-face:before { content: "\e6ae"; } .ri-disappointed-face:before { content: "\e6af"; } .ri-unamused-face:before { content: "\e6b0"; } .ri-persevering-face:before { content: "\e6b1"; } .ri-frowning-face:before { content: "\e6b2"; } .ri-unhappy-face:before { content: "\e6b3"; } .ri-aries:before { content: "\e6b4"; } .ri-taurus:before { content: "\e6b5"; } .ri-gemini:before { content: "\e6b6"; } .ri-cancer:before { content: "\e6b7"; } .ri-leo:before { content: "\e6b8"; } .ri-virgo:before { content: "\e6b9"; } .ri-libra:before { content: "\e6ba"; } .ri-scorpio:before { content: "\e6bb"; } .ri-sagittarius:before { content: "\e6bc"; } .ri-capricorn:before { content: "\e6bd"; } .ri-aquarius:before { content: "\e6be"; } .ri-pisces:before { content: "\e6bf"; } .ri-celcius:before { content: "\e6c0"; } .ri-fahrenheit:before { content: "\e6c1"; } .ri-pie:before { content: "\e6c2"; } .ri-char:before { content: "\e6c3"; } .ri-biohazard:before { content: "\e6c4"; } .ri-jsdelivr:before { content: "\e6c5"; } .ri-feedly:before { content: "\e6c6"; } .ri-weebly:before { content: "\e6c7"; } .ri-wechat:before { content: "\e6c8"; } .ri-line:before { content: "\e6c9"; } .ri-angular:before { content: "\e6ca"; } .ri-maxcdn:before { content: "\e6cb"; } .ri-angellist:before { content: "\e6cc"; } .ri-recycle:before { content: "\e6cd"; } .ri-icloud:before { content: "\e6ce"; } .ri-phone-vol:before { content: "\e6cf"; } .ri-coderwall:before { content: "\e6d0"; } .ri-surveillance-cam:before { content: "\e6d1"; } .ri-mic:before { content: "\e6d2"; } .ri-headphones:before { content: "\e6d3"; } .ri-universal-access:before { content: "\e6d4"; } .ri-onedrive:before { content: "\e6d5"; } .ri-creativecloud:before { content: "\e6d6"; } .ri-sunny:before { content: "\e6d7"; } .ri-partly-cloudy:before { content: "\e6d8"; } .ri-cloudy:before { content: "\e6d9"; } .ri-rainy:before { content: "\e6da"; } .ri-lightning:before { content: "\e6db"; } .ri-snowy:before { content: "\e6dc"; } .ri-snowflake:before { content: "\e6dd"; } .ri-mail-send:before { content: "\e6de"; } .ri-go:before { content: "\e6df"; } .ri-notifications:before { content: "\e6e0"; } .ri-select:before { content: "\e6e1"; } .ri-app-launcher:before { content: "\e6e2"; } .ri-shapes:before { content: "\e6e3"; } .ri-globe:before { content: "\e6e4"; } .ri-moon:before { content: "\e6e5"; } .ri-stop-sign:before { content: "\e6e6"; } .ri-movie-clapper:before { content: "\e6e7"; } .ri-at:before { content: "\e6e8"; } .ri-square-bullet:before { content: "\e6e9"; } .ri-5star-shadow:before { content: "\e6ea"; } .ri-bullet:before { content: "\e6eb"; } .ri-deco-bullet:before { content: "\e6ec"; } .ri-square-bullet2:before { content: "\e6ed"; } .ri-asterisk:before { content: "\e6ee"; } .ri-star-e:before { content: "\e6ef"; } .ri-archive-box:before { content: "\e6f0"; } .ri-blueray:before { content: "\e6f1"; } .ri-dvd:before { content: "\e6f2"; } .ri-badge:before { content: "\e6f3"; } .ri-asterisk2:before { content: "\e6f4"; } .ri-star-small:before { content: "\e6f5"; } .ri-target:before { content: "\e6f6"; } .ri-palette:before { content: "\e6f7"; } .ri-mouse:before { content: "\e6f8"; } .ri-lastfm:before { content: "\e6f9"; } .ri-acrobat:before { content: "\e6fa"; } .ri-google-play:before { content: "\e6fb"; } .ri-amazon:before { content: "\e6fc"; } .ri-scribd:before { content: "\e6fd"; } .ri-science:before { content: "\e6fe"; } .ri-library:before { content: "\e6ff"; } .ri-suitcase:before { content: "\e700"; } .ri-fingerprint:before { content: "\e701"; } .ri-registered:before { content: "\e702"; } .ri-home:before { content: "\e703"; } .ri-home2:before { content: "\e704"; } .ri-attachment:before { content: "\e705"; } .ri-cut:before { content: "\e706"; } .ri-copy:before { content: "\e707"; } .ri-paste:before { content: "\e708"; } .ri-file-o:before { content: "\e709"; } .ri-save:before { content: "\e70a"; } .ri-printer:before { content: "\e70b"; } .ri-question:before { content: "\e70c"; } .ri-creditcard:before { content: "\e70d"; } .ri-cc-visa:before { content: "\e70e"; } .ri-cc-mastercard:before { content: "\e70f"; } .ri-cc-paypal:before { content: "\e710"; } .ri-g-wallet:before { content: "\e711"; } .ri-start-chat:before { content: "\e712"; } .ri-envelope-o:before { content: "\e713"; } .ri-envelope:before { content: "\e714"; } .ri-import:before { content: "\e715"; } .ri-phone:before { content: "\e716"; } .ri-radio:before { content: "\e717"; } .ri-keyboard:before { content: "\e718"; } .ri-imdb:before { content: "\e719"; } .ri-basket:before { content: "\e71a"; } .ri-add-to-cart:before { content: "\e71b"; } .ri-barcode:before { content: "\e71c"; } .ri-info-circle:before { content: "\e71d"; } .ri-info-circle2:before { content: "\e71e"; } .ri-info:before { content: "\e71f"; } .ri-toggle-on:before { content: "\e720"; } .ri-toggle-off:before { content: "\e721"; } .ri-signal-0:before { content: "\e722"; } .ri-signal-1:before { content: "\e723"; } .ri-signal-2:before { content: "\e724"; } .ri-signal-3:before { content: "\e725"; } .ri-signal-4:before { content: "\e726"; } .ri-signal-5:before { content: "\e727"; } .ri-favorites:before { content: "\e728"; } .ri-bookm-blk:before { content: "\e729"; } .ri-terminal:before { content: "\e72a"; } .ri-sd-card:before { content: "\e72b"; } .ri-fullscr:before { content: "\e72c"; } .ri-fullscr-esc:before { content: "\e72d"; } .ri-expand:before { content: "\e72e"; } .ri-shrink:before { content: "\e72f"; } .ri-circle-arrow:before { content: "\e730"; } .ri-circle-arrow-o:before { content: "\e731"; } .ri-circle-angle:before { content: "\e732"; } .ri-wp-arrow:before { content: "\e733"; } .ri-arrow-sign:before { content: "\e734"; } .ri-chevron:before { content: "\e735"; } .ri-chevron-circle:before { content: "\e736"; } .ri-arrow:before { content: "\e737"; } .ri-angle:before { content: "\e738"; } .ri-angle2:before { content: "\e739"; } .ri-angle-double:before { content: "\e73a"; } .ri-caret:before { content: "\e73b"; } .ri-caret-circle:before { content: "\e73c"; } .ri-globe-2:before { content: "\e73d"; } .ri-domain2:before { content: "\e73e"; } .ri-sharing:before { content: "\e73f"; } .ri-remove:before { content: "\e740"; } .ri-bin:before { content: "\e741"; } .ri-paintbrush:before { content: "\e742"; } .ri-pencil:before { content: "\e743"; } .ri-pencil2:before { content: "\e744"; } .ri-eyedropper:before { content: "\e745"; } .ri-edit:before { content: "\e746"; } .ri-cc:before { content: "\e747"; } .ri-by:before { content: "\e748"; } .ri-sa:before { content: "\e749"; } .ri-int-wheelchair:before { content: "\e74a"; } .ri-int-water:before { content: "\e74b"; } .ri-int-train:before { content: "\e74c"; } .ri-int-swim:before { content: "\e74d"; } .ri-int-locker:before { content: "\e74e"; } .ri-int-alpine:before { content: "\e74f"; } .ri-int-guard:before { content: "\e750"; } .ri-int-elevator:before { content: "\e751"; } .ri-int-litter:before { content: "\e752"; } .ri-int-bed:before { content: "\e753"; } .ri-int-bus:before { content: "\e754"; } .ri-int-plane:before { content: "\e755"; } .ri-int-phone:before { content: "\e756"; } .ri-int-p:before { content: "\e757"; } .ri-int-fuel:before { content: "\e758"; } .ri-int-firstaid:before { content: "\e759"; } .ri-fire-extinguisher:before { content: "\e75a"; } .ri-int-ladies:before { content: "\e75b"; } .ri-int-gents:before { content: "\e75c"; } .ri-html5:before { content: "\e75d"; } .ri-css3:before { content: "\e75e"; } .ri-colours:before { content: "\e75f"; } .ri-bucket:before { content: "\e760"; } .ri-infinity:before { content: "\e761"; } .ri-codeanywhere:before { content: "\e762"; } .ri-search:before { content: "\e763"; } .ri-spinner:before { content: "\e764"; } .ri-circle-o-notch:before { content: "\e765"; } .ri-refresh:before { content: "\e766"; } .ri-spinner3:before { content: "\e767"; } .ri-arrows:before { content: "\e768"; } .ri-rss:before { content: "\e769"; } .ri-launchpad:before { content: "\e76a"; } .ri-film:before { content: "\e76b"; } .ri-noentry:before { content: "\e76c"; } .ri-attraction:before { content: "\e76d"; } .ri-wp-cog-o:before { content: "\e76e"; } .ri-wp-cog:before { content: "\e76f"; } .ri-cogs:before { content: "\e770"; } .ri-construction:before { content: "\e771"; } .ri-clock:before { content: "\e772"; } .ri-qrcode:before { content: "\e773"; } .ri-ellipsis:before { content: "\e774"; } .ri-menu:before { content: "\e775"; } .ri-square-calc:before { content: "\e776"; } .ri-heart:before { content: "\e777"; } .ri-shut-down:before { content: "\e778"; } .ri-checkbox-checked:before { content: "\e779"; } .ri-dice-one:before { content: "\e77a"; } .ri-dice-two:before { content: "\e77b"; } .ri-dice-three:before { content: "\e77c"; } .ri-dice-four:before { content: "\e77d"; } .ri-dice-five:before { content: "\e77e"; } .ri-dice-six:before { content: "\e77f"; } .ri-go2:before { content: "\e780"; } .ri-circle-facebook:before { content: "\e781"; } .ri-circle-googleplus:before { content: "\e782"; } .ri-circle-instagram:before { content: "\e783"; } .ri-circle-mail:before { content: "\e784"; } .ri-circle-share:before { content: "\e785"; } .ri-circle-pinterest:before { content: "\e786"; } .ri-circle-linkedin:before { content: "\e787"; } .ri-circle-twitter:before { content: "\e788"; } .ri-circle-youtube:before { content: "\e789"; } .ri-chat:before { content: "\e78a"; } .ri-comment:before { content: "\e78b"; } .ri-comment-quote:before { content: "\e78c"; } .ri-square-plus:before { content: "\e78d"; } .ri-square-minus:before { content: "\e78e"; } .ri-square-multi:before { content: "\e78f"; } .ri-square-divide:before { content: "\e790"; } .ri-square-sum:before { content: "\e791"; } .ri-circleadd:before { content: "\e792"; } .ri-circle-minus:before { content: "\e793"; } .ri-circledelete:before { content: "\e794"; } .ri-circleselect:before { content: "\e795"; } .ri-cancel-circle:before { content: "\e796"; } .ri-select-circle:before { content: "\e797"; } .ri-cancel:before { content: "\e798"; } .ri-ok:before { content: "\e799"; } .ri-linkedin:before { content: "\e79a"; } .ri-circle-github:before { content: "\e79b"; } .ri-wordpress:before { content: "\e79c"; } .ri-joomla:before { content: "\e79d"; } .ri-jsfiddle:before { content: "\e79e"; } .ri-google:before { content: "\e79f"; } .ri-googleplus:before { content: "\e7a0"; } .ri-reddit:before { content: "\e7a1"; } .ri-pagelines:before { content: "\e7a2"; } .ri-weibo:before { content: "\e7a3"; } .ri-facebook2:before { content: "\e7a4"; } .ri-gmail:before { content: "\e7a5"; } .ri-codepen:before { content: "\e7a6"; } .ri-vlc:before { content: "\e7a7"; } .ri-jquery:before { content: "\e7a8"; } .ri-ms-edge:before { content: "\e7a9"; } .ri-chrome:before { content: "\e7aa"; } .ri-firefox:before { content: "\e7ab"; } .ri-ie:before { content: "\e7ac"; } .ri-opera:before { content: "\e7ad"; } .ri-safari:before { content: "\e7ae"; } .ri-user:before { content: "\e7af"; } .ri-contacts:before { content: "\e7b0"; } .ri-group:before { content: "\e7b1"; } .ri-user-plus:before { content: "\e7b2"; } .ri-play-circle:before { content: "\e7b3"; } .ri-pause-circle:before { content: "\e7b4"; } .ri-stop-circle:before { content: "\e7b5"; } .ri-backward-circle:before { content: "\e7b6"; } .ri-forward-circle:before { content: "\e7b7"; } .ri-eject-circle:before { content: "\e7b8"; } .ri-camera-retro:before { content: "\e7b9"; } .ri-camera:before { content: "\e7ba"; } .ri-image-gallery:before { content: "\e7bb"; } .ri-image-gallery2:before { content: "\e7bc"; } .ri-image:before { content: "\e7bd"; } .ri-image-portrait:before { content: "\e7be"; } .ri-w3schools:before { content: "\e7bf"; } .ri-msn:before { content: "\e7c0"; } .ri-messenger:before { content: "\e7c1"; } .ri-whatsapp:before { content: "\e7c2"; } .ri-viber:before { content: "\e7c3"; } .ri-itunes:before { content: "\e7c4"; } .ri-skype:before { content: "\e7c5"; } .ri-dropbox:before { content: "\e7c6"; } .ri-deviantart:before { content: "\e7c7"; } .ri-tripadvisor:before { content: "\e7c8"; } .ri-spotify:before { content: "\e7c9"; } .ri-google-drive:before { content: "\e7ca"; } .ri-hangouts:before { content: "\e7cb"; } .ri-tidal:before { content: "\e7cc"; } .ri-pocket:before { content: "\e7cd"; } .ri-youtube2:before { content: "\e7ce"; } .ri-myspace:before { content: "\e7cf"; } .ri-soundcloud:before { content: "\e7d0"; } .ri-recycle-o:before { content: "\e7d1"; } .ri-linux:before { content: "\e7d2"; } .ri-android:before { content: "\e7d3"; } .ri-vimeo:before { content: "\e7d4"; } .ri-windows8:before { content: "\e7d5"; } .ri-apple:before { content: "\e7d6"; } .ri-finder:before { content: "\e7d7"; } .ri-livestream:before { content: "\e7d8"; } .ri-bootstrap:before { content: "\e7d9"; } .ri-square:before { content: "\e7da"; } .ri-circle:before { content: "\e7db"; } .ri-circle-thinline:before { content: "\e7dc"; } .ri-circle-o:before { content: "\e7dd"; } .ri-warning-sign:before { content: "\e7de"; } .ri-exclamation-circle:before { content: "\e7df"; } .ri-desktop:before { content: "\e7e0"; } .ri-laptop:before { content: "\e7e1"; } .ri-tablet:before { content: "\e7e2"; } .ri-smartphone:before { content: "\e7e3"; } .ri-surface:before { content: "\e7e4"; } .ri-responsive:before { content: "\e7e5"; } .ri-coffee:before { content: "\e7e6"; } .ri-cutlery:before { content: "\e7e7"; } .ri-wine-bottle:before { content: "\e7e8"; } .ri-tvg:before { content: "\e7e9"; } .ri-cab:before { content: "\e7ea"; } .ri-bus:before { content: "\e7eb"; } .ri-train:before { content: "\e7ec"; } .ri-subway:before { content: "\e7ed"; } .ri-tram:before { content: "\e7ee"; } .ri-comment2:before { content: "\e7ef"; } .ri-frame:before { content: "\e7f0"; } .ri-notepad:before { content: "\e7f1"; } .ri-address-book:before { content: "\e7f2"; } .ri-vcard-o:before { content: "\e7f3"; } .ri-medkit:before { content: "\e7f4"; } .ri-disc:before { content: "\e7f5"; } .ri-sitemap:before { content: "\e7f6"; } .ri-zoom-in:before { content: "\e7f7"; } .ri-zoom-out:before { content: "\e7f8"; } .ri-green-dot:before { content: "\e7f9"; } .ri-bitnami:before { content: "\e7fa"; } .ri-path:before { content: "\e7fb"; } .ri-medium:before { content: "\e7fc"; } .ri-paypal:before { content: "\e7fd"; } .ri-mixcloud:before { content: "\e7fe"; } .ri-drupal8:before { content: "\e7ff"; } .ri-modx:before { content: "\e800"; } .ri-vivaldi:before { content: "\e801"; } .ri-qwant:before { content: "\e802"; } .ri-share:before { content: "\e803"; } .ri-share2:before { content: "\e804"; } .ri-sign-in:before { content: "\e805"; } .ri-sign-out:before { content: "\e806"; } .ri-plus:before { content: "\e807"; } .ri-alarm:before { content: "\e808"; } .ri-compass:before { content: "\e809"; } .ri-map:before { content: "\e80a"; } .ri-map2:before { content: "\e80b"; } .ri-eye:before { content: "\e80c"; } .ri-heart-o:before { content: "\e80d"; } .ri-venus:before { content: "\e80e"; } .ri-mars:before { content: "\e80f"; } .ri-file-ttf:before { content: "\e810"; } .ri-file-raw:before { content: "\e811"; } .ri-mail-send2:before { content: "\e812"; } .ri-marker:before { content: "\e813"; } .ri-traffic-cone:before { content: "\e814"; } .ri-wrench:before { content: "\e815"; } .ri-window-close:before { content: "\e816"; } .ri-square-phone:before { content: "\e817"; } .ri-telegram:before { content: "\e818"; } .ri-kakaotalk:before { content: "\e819"; } .ri-smartwatch:before { content: "\e81a"; } .ri-logout:before { content: "\e81b"; } .ri-walking:before { content: "\e81c"; } .ri-cycling:before { content: "\e81d"; } .ri-running:before { content: "\e81e"; } .ri-swimming:before { content: "\e81f"; } .ri-trekking:before { content: "\e820"; } .ri-family:before { content: "\e821"; } .ri-int-car-rental:before { content: "\e822"; } .ri-int-ship:before { content: "\e823"; } .ri-int-toilets:before { content: "\e824"; } .ri-int-departure:before { content: "\e825"; } .ri-up-left:before { content: "\e826"; } .ri-up-left-arrow:before { content: "\e827"; } .ri-arrow2:before { content: "\e828"; } .ri-departing-flight:before { content: "\e829"; } .ri-arriving-flight:before { content: "\e82a"; } .ri-misc-waste:before { content: "\e82b"; } .ri-plastic-waste:before { content: "\e82c"; } .ri-paper-waste:before { content: "\e82d"; } .ri-food-waste:before { content: "\e82e"; } .ri-metal-glass-waste:before { content: "\e82f"; } .ri-stats:before { content: "\e830"; } .ri-el-hazard:before { content: "\e831"; } .ri-umbrella:before { content: "\e832"; } .ri-chat2:before { content: "\e833"; } .ri-blog:before { content: "\e834"; } .ri-app-store:before { content: "\e835"; } .ri-twitch:before { content: "\e836"; } .ri-cssdeck:before { content: "\e837"; } .ri-envato:before { content: "\e838"; } .ri-typo3:before { content: "\e839"; } .ri-jquery-ui:before { content: "\e83a"; } .ri-blocs:before { content: "\e83b"; } .ri-phonegap:before { content: "\e83c"; } .ri-brackets:before { content: "\e83d"; } .ri-code:before { content: "\e83e"; } .ri-sass:before { content: "\e83f"; } .ri-less:before { content: "\e840"; } .ri-php:before { content: "\e841"; } .ri-atom:before { content: "\e842"; } .ri-react:before { content: "\e843"; } .ri-int-lighthouse:before { content: "\e844"; } .ri-int-bicycle:before { content: "\e845"; } .ri-int-heliport:before { content: "\e846"; } .ri-int-tram:before { content: "\e847"; } .ri-int-exit:before { content: "\e848"; } .ri-opacity:before { content: "\e849"; } .ri-3d:before { content: "\e84a"; } .ri-wpexplorer:before { content: "\e84b"; } .ri-quora:before { content: "\e84c"; } .ri-qross:before { content: "\e84d"; } .ri-ubuntu:before { content: "\e84e"; } .ri-magento:before { content: "\e84f"; } .ri-heroku:before { content: "\e850"; } .ri-klout:before { content: "\e851"; } .ri-sublime-text:before { content: "\e852"; } .ri-scala:before { content: "\e853"; } .ri-node-js:before { content: "\e854"; } .ri-ruby:before { content: "\e855"; } .ri-python:before { content: "\e856"; } .ri-algolia:before { content: "\e857"; } .ri-horse-riding:before { content: "\e858"; } .ri-golfing:before { content: "\e859"; } .ri-skateboarding:before { content: "\e85a"; } .ri-kayaking:before { content: "\e85b"; } .ri-canoeing:before { content: "\e85c"; } .ri-cross-country:before { content: "\e85d"; } .ri-skating:before { content: "\e85e"; } .ri-ski-racing:before { content: "\e85f"; } .ri-cross-pattee:before { content: "\e860"; } .ri-star-of-david:before { content: "\e861"; } .ri-om:before { content: "\e862"; } .ri-star-and-crescent:before { content: "\e863"; } .ri-dharma-wheel:before { content: "\e864"; } .ri-latin-cross:before { content: "\e865"; } .ri-peace:before { content: "\e866"; } .ri-visually-impaired:before { content: "\e867"; } .ri-int-escalator:before { content: "\e868"; } .ri-int-stairs:before { content: "\e869"; } .ri-taxi:before { content: "\e86a"; } .ri-rock-climbing:before { content: "\e86b"; } .ri-hiking-trail:before { content: "\e86c"; } .ri-fishing:before { content: "\e86d"; } .ri-sailing:before { content: "\e86e"; } .ri-seaplane:before { content: "\e86f"; } .ri-dogs-on-leash:before { content: "\e870"; } .ri-viewpoint:before { content: "\e871"; } .ri-whale-watching:before { content: "\e872"; } .ri-diving:before { content: "\e873"; } .ri-watercraft:before { content: "\e874"; } .ri-shower:before { content: "\e875"; } .ri-campfire:before { content: "\e876"; } .ri-tenting:before { content: "\e877"; } .ri-caravan:before { content: "\e878"; } .ri-motorhome:before { content: "\e879"; } .ri-cabin:before { content: "\e87a"; } .ri-campground:before { content: "\e87b"; } .ri-no-smoking:before { content: "\e87c"; } .ri-no-entry:before { content: "\e87d"; } .ri-road-works:before { content: "\e87e"; } .ri-danger-ahead:before { content: "\e87f"; } .ri-woolmark:before { content: "\e880"; } .ri-weee:before { content: "\e881"; } .ri-c-tick:before { content: "\e882"; } .ri-vs-code:before { content: "\e883"; } .ri-exit:before { content: "\e884"; } .ri-stratocaster:before { content: "\e885"; } .ri-guitar:before { content: "\e886"; } .ri-mountain-biking:before { content: "\e887"; } .ri-climbing:before { content: "\e888"; } .ri-yoga:before { content: "\e889"; } .ri-brain:before { content: "\e88a"; } .ri-certificate:before { content: "\e88b"; } .ri-medal-one:before { content: "\e88c"; } .ri-doc-edit:before { content: "\e88d"; } .ri-viral-marketing:before { content: "\e88e"; } .ri-performance-up:before { content: "\e88f"; } .ri-seo-monitoring:before { content: "\e890"; } .ri-market-research:before { content: "\e891"; } .ri-sliders:before { content: "\e892"; } .ri-users-group:before { content: "\e893"; } .ri-industry:before { content: "\e894"; } .ri-life-ring:before { content: "\e895"; } .ri-airbnb:before { content: "\e896"; } .ri-strava:before { content: "\e897"; } .ri-uber:before { content: "\e898"; } .ri-bitcoin:before { content: "\e899"; } .ri-themeisle:before { content: "\e89a"; } .ri-expeditedssl:before { content: "\e89b"; } .ri-open-id:before { content: "\e89c"; } .ri-forumbee:before { content: "\e89d"; } .ri-uikit:before { content: "\e89e"; } .ri-codiepie:before { content: "\e89f"; } .ri-tag:before { content: "\e8a0"; } .ri-ticket:before { content: "\e8a1"; } .ri-trademark:before { content: "\e8a2"; } .ri-thumbtack:before { content: "\e8a3"; } .ri-chart-area:before { content: "\e8a4"; } .ri-chart-bar:before { content: "\e8a5"; } .ri-chart-line:before { content: "\e8a6"; } .ri-chart-pie:before { content: "\e8a7"; } .ri-slippery-steps:before { content: "\e8a8"; } .ri-bear:before { content: "\e8a9"; } .ri-int-horse-riding:before { content: "\e8aa"; } .ri-atv:before { content: "\e8ab"; } .ri-offroad:before { content: "\e8ac"; } .ri-hiking:before { content: "\e8ad"; } .ri-archery:before { content: "\e8ae"; } .ri-int-cutlery:before { content: "\e8af"; } .ri-viewing-area:before { content: "\e8b0"; } .ri-trophy:before { content: "\e8b1"; } .ri-window-minimize:before { content: "\e8b2"; } .ri-window-maximize:before { content: "\e8b3"; } .ri-window-restore:before { content: "\e8b4"; } .ri-beer:before { content: "\e8b5"; } .ri-bell:before { content: "\e8b6"; } .ri-bell-slash:before { content: "\e8b7"; } .ri-align-left:before { content: "\e8b8"; } .ri-align-center:before { content: "\e8b9"; } .ri-align-right:before { content: "\e8ba"; } .ri-align-justify:before { content: "\e8bb"; } .ri-list:before { content: "\e8bc"; } .ri-list-ol:before { content: "\e8bd"; } .ri-list-ul:before { content: "\e8be"; } .ri-tasks:before { content: "\e8bf"; } .ri-list-alt:before { content: "\e8c0"; } .ri-creditcard-alt:before { content: "\e8c1"; } .ri-gift:before { content: "\e8c2"; } .ri-birthday-cake:before { content: "\e8c3"; } .ri-balance-scale:before { content: "\e8c4"; } .ri-shinto:before { content: "\e8c5"; } .ri-sikh:before { content: "\e8c6"; } .ri-bahai:before { content: "\e8c7"; } .ri-chess-board:before { content: "\e8c8"; } .ri-chess:before { content: "\e8c9"; } .ri-chess-bishop:before { content: "\e8ca"; } .ri-chess-king:before { content: "\e8cb"; } .ri-chess-knight:before { content: "\e8cc"; } .ri-chess-pawn:before { content: "\e8cd"; } .ri-chess-queen:before { content: "\e8ce"; } .ri-chess-rook:before { content: "\e8cf"; } .ri-golf:before { content: "\e8d0"; } .ri-volleyball:before { content: "\e8d1"; } .ri-basketball:before { content: "\e8d2"; } .ri-baseball:before { content: "\e8d3"; } .ri-bowling:before { content: "\e8d4"; } .ri-football:before { content: "\e8d5"; } .ri-soccer:before { content: "\e8d6"; } .ri-lemon:before { content: "\e8d7"; } .ri-orange:before { content: "\e8d8"; } .ri-font:before { content: "\e8d9"; } .ri-adjust:before { content: "\e8da"; } .ri-outdent:before { content: "\e8db"; } .ri-indent:before { content: "\e8dc"; } .ri-wolf:before { content: "\e8dd"; } .ri-mountain:before { content: "\e8de"; } .ri-park:before { content: "\e8df"; } .ri-forest:before { content: "\e8e0"; } .ri-tent:before { content: "\e8e1"; } .ri-town:before { content: "\e8e2"; } .ri-north:before { content: "\e8e3"; } .ri-north-o:before { content: "\e8e4"; } .ri-north-alt:before { content: "\e8e5"; } .ri-north-badge:before { content: "\e8e6"; } .ri-north-badge-o:before { content: "\e8e7"; } .ri-north-banner:before { content: "\e8e8"; } .ri-keyb-a:before { content: "\e8e9"; } .ri-keyb-up:before { content: "\e8ea"; } .ri-keyb-down:before { content: "\e8eb"; } .ri-keyb-left:before { content: "\e8ec"; } .ri-keyb-right:before { content: "\e8ed"; } .ri-access:before { content: "\e8ee"; } .ri-ms-forms:before { content: "\e8ef"; } .ri-lync:before { content: "\e8f0"; } .ri-class-notebook:before { content: "\e8f1"; } .ri-teams:before { content: "\e8f2"; } .ri-teams-alt:before { content: "\e8f3"; } .ri-visio:before { content: "\e8f4"; } .ri-docker:before { content: "\e8f5"; } .ri-electricity:before { content: "\e8f6"; } .ri-tram-alt:before { content: "\e8f7"; } .ri-cars:before { content: "\e8f8"; } .ri-van:before { content: "\e8f9"; } .ri-charging-station:before { content: "\e8fa"; } .ri-dining-set:before { content: "\e8fb"; } .ri-houses:before { content: "\e8fc"; } .ri-animate:before { content: "\e8fd"; } .ri-character-animator:before { content: "\e8fe"; } .ri-dimension:before { content: "\e8ff"; } .ri-encore:before { content: "\e900"; } .ri-fuse:before { content: "\e901"; } .ri-type-kit:before { content: "\e902"; } .ri-muse:before { content: "\e903"; } .ri-prelude:before { content: "\e904"; } .ri-speed-grade:before { content: "\e905"; } .ri-codyhouse:before { content: "\e906"; } .ri-rotate-c:before { content: "\e907"; } .ri-rotate-cc:before { content: "\e908"; } .ri-comment-quotes:before { content: "\e909"; } .ri-family-group:before { content: "\e90a"; } .ri-paintbrush-alt:before { content: "\e90b"; } .ri-file-aif:before { content: "\e90c"; } .ri-file-csv:before { content: "\e90d"; } .ri-file-dmg:before { content: "\e90e"; } .ri-file-eot:before { content: "\e90f"; } .ri-file-ico:before { content: "\e910"; } .ri-file-indd:before { content: "\e911"; } .ri-file-iso:before { content: "\e912"; } .ri-file-less:before { content: "\e913"; } .ri-file-mid:before { content: "\e914"; } .ri-file-mpg:before { content: "\e915"; } .ri-file-pptx:before { content: "\e916"; } .ri-file-rtf:before { content: "\e917"; } .ri-file-sitx:before { content: "\e918"; } .ri-file-woff:before { content: "\e919"; } .ri-file-xlsx:before { content: "\e91a"; } .ri-trello:before { content: "\e91b"; } .ri-box-empty:before { content: "\e91c"; } .ri-box-selected:before { content: "\e91d"; } .ri-globus:before { content: "\e91e"; } .ri-shield:before { content: "\e91f"; } .ri-easel:before { content: "\e920"; } .ri-drive:before { content: "\e921"; } .ri-drive-o:before { content: "\e922"; } .ri-pens:before { content: "\e923"; } .ri-cursor:before { content: "\e924"; } .ri-hourglass:before { content: "\e925"; } .ri-un:before { content: "\e926"; } .ri-sdg1:before { content: "\e927"; } .ri-sdg2:before { content: "\e928"; } .ri-sdg3:before { content: "\e929"; } .ri-sdg4:before { content: "\e92a"; } .ri-sdg5:before { content: "\e92b"; } .ri-sdg6:before { content: "\e92c"; } .ri-sdg7:before { content: "\e92d"; } .ri-sdg8:before { content: "\e92e"; } .ri-sdg9:before { content: "\e92f"; } .ri-sdg10:before { content: "\e930"; } .ri-sdg11:before { content: "\e931"; } .ri-sdg12:before { content: "\e932"; } .ri-sdg13:before { content: "\e933"; } .ri-sdg14:before { content: "\e934"; } .ri-sdg15:before { content: "\e935"; } .ri-sdg16:before { content: "\e936"; } .ri-sdg17:before { content: "\e937"; } .ri-sdg:before { content: "\e938"; } .ri-app-store-ios:before { content: "\e939"; } .ri-ios-photo:before { content: "\e93a"; } .ri-plug:before { content: "\e93b"; } .ri-lab:before { content: "\e93c"; } .ri-magic-wand:before { content: "\e93d"; } .ri-simpleview:before { content: "\e93e"; } .ri-renren:before { content: "\e93f"; } .ri-deskpro:before { content: "\e940"; } .ri-whmcs:before { content: "\e941"; } .ri-weixin:before { content: "\e942"; } .ri-mailchimp:before { content: "\e943"; } .ri-kickstarter:before { content: "\e944"; } .ri-wordpress-simple:before { content: "\e945"; } .ri-vuejs:before { content: "\e946"; } .ri-linux-new:before { content: "\e947"; } .ri-game-pad:before { content: "\e948"; } .ri-headset:before { content: "\e949"; } .ri-data-mouse:before { content: "\e94a"; } .ri-stationary-pc:before { content: "\e94b"; } .ri-monitor:before { content: "\e94c"; } .ri-hoover:before { content: "\e94d"; } .ri-coffee-machine:before { content: "\e94e"; } .ri-microwave-oven:before { content: "\e94f"; } .ri-washing-machine:before { content: "\e950"; } .ri-dishwasher:before { content: "\e951"; } .ri-oven:before { content: "\e952"; } .ri-fridge:before { content: "\e953"; } .ri-golf-cart:before { content: "\e954"; } .ri-shipping-express:before { content: "\e955"; } .ri-rest-stop:before { content: "\e956"; } .ri-campervan:before { content: "\e957"; } .ri-traffic-control:before { content: "\e958"; } .ri-traffic-light:before { content: "\e959"; } .ri-apple-pay-alt:before { content: "\e95a"; } .ri-apple-pay:before { content: "\e95b"; } .ri-amex:before { content: "\e95c"; } .ri-sellfy:before { content: "\e95d"; } .ri-cuttlefish:before { content: "\e95e"; } .ri-uniregistry:before { content: "\e95f"; } .ri-freebsb:before { content: "\e960"; } .ri-qzone:before { content: "\e961"; } .ri-thinkful:before { content: "\e962"; } .ri-digitalocean:before { content: "\e963"; } .ri-taplytics:before { content: "\e964"; } .ri-sentry:before { content: "\e965"; } .ri-diners-club:before { content: "\e966"; } .ri-stripe:before { content: "\e967"; } .ri-reason-ml:before { content: "\e968"; } .ri-npm:before { content: "\e969"; } .ri-monero:before { content: "\e96a"; } .ri-buysellads:before { content: "\e96b"; } .ri-envira:before { content: "\e96c"; } .ri-cloudversify:before { content: "\e96d"; } .ri-fly:before { content: "\e96e"; } .ri-bandcamp:before { content: "\e96f"; } .ri-discourse:before { content: "\e970"; } .ri-gg:before { content: "\e971"; } .ri-dyalog:before { content: "\e972"; } .ri-gofore:before { content: "\e973"; } .ri-stackpath:before { content: "\e974"; } .ri-cc-remix:before { content: "\e975"; } .ri-cc-sampling:before { content: "\e976"; } .ri-cc-share:before { content: "\e977"; } .ri-folder:before { content: "\e978"; } .ri-folder-open:before { content: "\e979"; } .ri-folder-add:before { content: "\e97a"; } .ri-folder-shared:before { content: "\e97b"; } .ri-watch:before { content: "\e97c"; } .ri-speaker:before { content: "\e97d"; } .ri-dialpad:before { content: "\e97e"; } .ri-swap:before { content: "\e97f"; } .ri-import-export:before { content: "\e980"; } .ri-gesture:before { content: "\e981"; } .ri-waves:before { content: "\e982"; } .ri-intersection:before { content: "\e983"; } ================================================ FILE: icon-packs/ikonli-simpleicons-pack/ikonli-simpleicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-simpleicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.simpleicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.simpleicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.simpleicons.SimpleIconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.simpleicons.SimpleIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-simpleicons-pack/src/main/java/org/kordamp/ikonli/simpleicons/SimpleIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.simpleicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum SimpleIcons implements Ikon { ABBROBOTSTUDIO("si-abbrobotstudio", '\ue906'), ABLETONLIVE("si-abletonlive", '\ue907'), ABOUT_DOT_ME("si-about-dot-me", '\ue908'), ABSTRACT("si-abstract", '\ue909'), ACADEMIA("si-academia", '\ue90a'), ACCUSOFT("si-accusoft", '\ue90b'), ACM("si-acm", '\ue90c'), ACTIGRAPH("si-actigraph", '\ue90d'), ACTIVISION("si-activision", '\ue90e'), ADBLOCK("si-adblock", '\ue90f'), ADBLOCKPLUS("si-adblockplus", '\ue910'), ADDTHIS("si-addthis", '\ue911'), ADGUARD("si-adguard", '\ue912'), ADOBE("si-adobe", '\ue913'), ADOBEACROBATREADER("si-adobeacrobatreader", '\ue914'), ADOBEAFTEREFFECTS("si-adobeaftereffects", '\ue915'), ADOBEAUDITION("si-adobeaudition", '\ue916'), ADOBECREATIVECLOUD("si-adobecreativecloud", '\ue917'), ADOBEDREAMWEAVER("si-adobedreamweaver", '\ue918'), ADOBEFONTS("si-adobefonts", '\ue919'), ADOBEILLUSTRATOR("si-adobeillustrator", '\ue91a'), ADOBEINDESIGN("si-adobeindesign", '\ue91b'), ADOBELIGHTROOMCC("si-adobelightroomcc", '\ue91c'), ADOBELIGHTROOMCLASSIC("si-adobelightroomclassic", '\ue91d'), ADOBEPHONEGAP("si-adobephonegap", '\ue91e'), ADOBEPHOTOSHOP("si-adobephotoshop", '\ue91f'), ADOBEPREMIEREPRO("si-adobepremierepro", '\ue920'), ADOBEXD("si-adobexd", '\ue921'), ADONISJS("si-adonisjs", '\ue922'), AERLINGUS("si-aerlingus", '\ue923'), AFFINITY("si-affinity", '\ue924'), AFFINITYDESIGNER("si-affinitydesigner", '\ue925'), AFFINITYPHOTO("si-affinityphoto", '\ue926'), AFFINITYPUBLISHER("si-affinitypublisher", '\ue927'), AIQFOME("si-aiqfome", '\ue928'), AIRBNB("si-airbnb", '\ue929'), AIRBUS("si-airbus", '\ue92a'), AIRCALL("si-aircall", '\ue92b'), AIRCANADA("si-aircanada", '\ue92c'), AIRFRANCE("si-airfrance", '\ue92d'), AIRPLAYAUDIO("si-airplayaudio", '\ue92e'), AIRPLAYVIDEO("si-airplayvideo", '\ue92f'), AIRTABLE("si-airtable", '\ue930'), ALFAROMEO("si-alfaromeo", '\ue931'), ALGOLIA("si-algolia", '\ue932'), ALIPAY("si-alipay", '\ue933'), ALLIEDMODDERS("si-alliedmodders", '\ue934'), ALLOCINE("si-allocine", '\ue935'), ALPINELINUX("si-alpinelinux", '\ue936'), ALTIUMDESIGNER("si-altiumdesigner", '\ue937'), AMAZON("si-amazon", '\ue938'), AMAZONALEXA("si-amazonalexa", '\ue939'), AMAZONAWS("si-amazonaws", '\ue93a'), AMAZONFIRETV("si-amazonfiretv", '\ue93b'), AMAZONLUMBERYARD("si-amazonlumberyard", '\ue93c'), AMAZONPRIME("si-amazonprime", '\ue93d'), AMD("si-amd", '\ue93e'), AMERICANAIRLINES("si-americanairlines", '\ue93f'), AMERICANEXPRESS("si-americanexpress", '\ue940'), ANACONDA("si-anaconda", '\ue941'), ANALOGUE("si-analogue", '\ue942'), ANCHOR("si-anchor", '\ue943'), ANDELA("si-andela", '\ue944'), ANDROID("si-android", '\ue945'), ANDROIDAUTO("si-androidauto", '\ue946'), ANDROIDSTUDIO("si-androidstudio", '\ue947'), ANGELLIST("si-angellist", '\ue948'), ANGULAR("si-angular", '\ue949'), ANGULARJS("si-angularjs", '\ue94a'), ANGULARUNIVERSAL("si-angularuniversal", '\ue94b'), ANSIBLE("si-ansible", '\ue94c'), ANSYS("si-ansys", '\ue94d'), ANTDESIGN("si-antdesign", '\ue94e'), ANTENA3("si-antena3", '\ue94f'), APACHE("si-apache", '\ue950'), APACHEAIRFLOW("si-apacheairflow", '\ue951'), APACHEANT("si-apacheant", '\ue952'), APACHECASSANDRA("si-apachecassandra", '\ue953'), APACHECLOUDSTACK("si-apachecloudstack", '\ue954'), APACHECORDOVA("si-apachecordova", '\ue955'), APACHEDRUID("si-apachedruid", '\ue956'), APACHEECHARTS("si-apacheecharts", '\ue957'), APACHEFLINK("si-apacheflink", '\ue958'), APACHEKAFKA("si-apachekafka", '\ue959'), APACHEMAVEN("si-apachemaven", '\ue95a'), APACHENETBEANSIDE("si-apachenetbeanside", '\ue95b'), APACHEOPENOFFICE("si-apacheopenoffice", '\ue95c'), APACHEPULSAR("si-apachepulsar", '\ue95d'), APACHEROCKETMQ("si-apacherocketmq", '\ue95e'), APACHESOLR("si-apachesolr", '\ue95f'), APACHESPARK("si-apachespark", '\ue960'), APOLLOGRAPHQL("si-apollographql", '\ue961'), APPLE("si-apple", '\ue962'), APPLEMUSIC("si-applemusic", '\ue963'), APPLEPAY("si-applepay", '\ue964'), APPLEPODCASTS("si-applepodcasts", '\ue965'), APPLETV("si-appletv", '\ue966'), APPSIGNAL("si-appsignal", '\ue967'), APPSTORE("si-appstore", '\ue968'), APPVEYOR("si-appveyor", '\ue969'), ARAL("si-aral", '\ue96a'), ARCHICAD("si-archicad", '\ue96b'), ARCHIVEOFOUROWN("si-archiveofourown", '\ue96c'), ARCHLINUX("si-archlinux", '\ue96d'), ARDOUR("si-ardour", '\ue96e'), ARDUINO("si-arduino", '\ue96f'), ARLO("si-arlo", '\ue970'), ARTSTATION("si-artstation", '\ue971'), ARXIV("si-arxiv", '\ue972'), ASANA("si-asana", '\ue973'), ASCIIDOCTOR("si-asciidoctor", '\ue974'), ASCIINEMA("si-asciinema", '\ue975'), ASEPRITE("si-aseprite", '\ue976'), ASKFM("si-askfm", '\ue977'), ASUS("si-asus", '\ue978'), ATARI("si-atari", '\ue97a'), ATLASSIAN("si-atlassian", '\ue97b'), ATOM("si-atom", '\ue97c'), AT_AND_T("si-at-and-t", '\ue979'), AUDACITY("si-audacity", '\ue97d'), AUDI("si-audi", '\ue97e'), AUDIBLE("si-audible", '\ue97f'), AUDIOBOOM("si-audioboom", '\ue981'), AUDIOMACK("si-audiomack", '\ue982'), AUDIO_TECHNICA("si-audio-technica", '\ue980'), AURELIA("si-aurelia", '\ue983'), AUTH0("si-auth0", '\ue984'), AUTHY("si-authy", '\ue985'), AUTODESK("si-autodesk", '\ue986'), AUTOMATIC("si-automatic", '\ue987'), AUTOTASK("si-autotask", '\ue988'), AVENTRIX("si-aventrix", '\ue989'), AWESOMELISTS("si-awesomelists", '\ue98a'), AWESOMEWM("si-awesomewm", '\ue98b'), AZUREARTIFACTS("si-azureartifacts", '\ue98c'), AZUREDATAEXPLORER("si-azuredataexplorer", '\ue98d'), AZUREDEVOPS("si-azuredevops", '\ue98e'), AZUREFUNCTIONS("si-azurefunctions", '\ue98f'), AZUREPIPELINES("si-azurepipelines", '\ue990'), A_FRAME("si-a-frame", '\ue905'), BABEL("si-babel", '\ue991'), BADGR("si-badgr", '\ue992'), BADOO("si-badoo", '\ue993'), BAIDU("si-baidu", '\ue994'), BAMBOO("si-bamboo", '\ue995'), BANCONTACT("si-bancontact", '\ue996'), BANDCAMP("si-bandcamp", '\ue997'), BANDLAB("si-bandlab", '\ue998'), BANDSINTOWN("si-bandsintown", '\ue999'), BASECAMP("si-basecamp", '\ue99a'), BATA("si-bata", '\ue99b'), BATHASU("si-bathasu", '\ue99c'), BATTLE_DOT_NET("si-battle-dot-net", '\ue99d'), BBCIPLAYER("si-bbciplayer", '\ue99e'), BEATPORT("si-beatport", '\ue99f'), BEATS("si-beats", '\ue9a0'), BEATSBYDRE("si-beatsbydre", '\ue9a1'), BEHANCE("si-behance", '\ue9a2'), BEIJINGSUBWAY("si-beijingsubway", '\ue9a3'), BENTLEY("si-bentley", '\ue9a4'), BIGCARTEL("si-bigcartel", '\ue9a5'), BILIBILI("si-bilibili", '\ue9a6'), BING("si-bing", '\ue9a7'), BIT("si-bit", '\ue9a8'), BITBUCKET("si-bitbucket", '\ue9a9'), BITCOIN("si-bitcoin", '\ue9aa'), BITDEFENDER("si-bitdefender", '\ue9ab'), BITLY("si-bitly", '\ue9ac'), BITRISE("si-bitrise", '\ue9ad'), BITWARDEN("si-bitwarden", '\ue9ae'), BLACKBERRY("si-blackberry", '\ue9af'), BLENDER("si-blender", '\ue9b0'), BLOGGER("si-blogger", '\ue9b1'), BLOGLOVIN("si-bloglovin", '\ue9b2'), BLUETOOTH("si-bluetooth", '\ue9b3'), BMCSOFTWARE("si-bmcsoftware", '\ue9b4'), BMW("si-bmw", '\ue9b5'), BOEING("si-boeing", '\ue9b6'), BOOST("si-boost", '\ue9b7'), BOOTSTRAP("si-bootstrap", '\ue9b8'), BOSCH("si-bosch", '\ue9b9'), BOSE("si-bose", '\ue9ba'), BOWER("si-bower", '\ue9bb'), BOX("si-box", '\ue9bc'), BRANDFOLDER("si-brandfolder", '\ue9be'), BRAND_DOT_AI("si-brand-dot-ai", '\ue9bd'), BRAVE("si-brave", '\ue9bf'), BREAKER("si-breaker", '\ue9c0'), BROADCOM("si-broadcom", '\ue9c1'), BT("si-bt", '\ue9c2'), BUDDY("si-buddy", '\ue9c3'), BUEFY("si-buefy", '\ue9c4'), BUFFER("si-buffer", '\ue9c5'), BUGATTI("si-bugatti", '\ue9c6'), BUGSNAG("si-bugsnag", '\ue9c7'), BUILDKITE("si-buildkite", '\ue9c8'), BULMA("si-bulma", '\ue9c9'), BUNQ("si-bunq", '\ue9ca'), BUYMEACOFFEE("si-buymeacoffee", '\ue9cb'), BUZZFEED("si-buzzfeed", '\ue9cc'), BYTE("si-byte", '\ue9cd'), C("si-c", '\ue9ce'), CAIROMETRO("si-cairometro", '\ue9cf'), CAKEPHP("si-cakephp", '\ue9d0'), CAMPAIGNMONITOR("si-campaignmonitor", '\ue9d1'), CANONICAL("si-canonical", '\ue9d2'), CANVA("si-canva", '\ue9d3'), CARTHROTTLE("si-carthrottle", '\ue9d4'), CARTO("si-carto", '\ue9d5'), CASHAPP("si-cashapp", '\ue9d6'), CASTBOX("si-castbox", '\ue9d7'), CASTORAMA("si-castorama", '\ue9d8'), CASTRO("si-castro", '\ue9d9'), CATERPILLAR("si-caterpillar", '\ue9da'), CDPROJEKT("si-cdprojekt", '\ue9db'), CELERY("si-celery", '\ue9dc'), CENTOS("si-centos", '\ue9dd'), CESIUM("si-cesium", '\ue9de'), CEVO("si-cevo", '\ue9df'), CHARTMOGUL("si-chartmogul", '\ue9e0'), CHASE("si-chase", '\ue9e1'), CHECKMARX("si-checkmarx", '\ue9e2'), CHEF("si-chef", '\ue9e3'), CHOCOLATEY("si-chocolatey", '\ue9e4'), CHUPACHUPS("si-chupachups", '\ue9e5'), CINEMA4D("si-cinema4d", '\ue9e6'), CIRCLE("si-circle", '\ue9e7'), CIRCLECI("si-circleci", '\ue9e8'), CIRRUSCI("si-cirrusci", '\ue9e9'), CISCO("si-cisco", '\ue9ea'), CITRIX("si-citrix", '\ue9eb'), CITROEN("si-citroen", '\ue9ec'), CIVICRM("si-civicrm", '\ue9ed'), CLARIS("si-claris", '\ue9ee'), CLICKUP("si-clickup", '\ue9ef'), CLIQZ("si-cliqz", '\ue9f0'), CLOCKIFY("si-clockify", '\ue9f1'), CLOJURE("si-clojure", '\ue9f2'), CLOUD66("si-cloud66", '\ue9f3'), CLOUDBEES("si-cloudbees", '\ue9f4'), CLOUDCANNON("si-cloudcannon", '\ue9f5'), CLOUDFLARE("si-cloudflare", '\ue9f6'), CLOUDSMITH("si-cloudsmith", '\ue9f7'), CLUBHOUSE("si-clubhouse", '\ue9f8'), CLYP("si-clyp", '\ue9f9'), CMAKE("si-cmake", '\ue9fa'), CNN("si-cnn", '\ue9fb'), COCOAPODS("si-cocoapods", '\ue9fd'), CODA("si-coda", '\ue9fe'), CODACY("si-codacy", '\ue9ff'), CODECADEMY("si-codecademy", '\uea00'), CODECHEF("si-codechef", '\uea01'), CODECLIMATE("si-codeclimate", '\uea02'), CODECOV("si-codecov", '\uea03'), CODEFACTOR("si-codefactor", '\uea04'), CODEFORCES("si-codeforces", '\uea05'), CODEIGNITER("si-codeigniter", '\uea06'), CODEPEN("si-codepen", '\uea07'), CODERSRANK("si-codersrank", '\uea08'), CODERWALL("si-coderwall", '\uea09'), CODESANDBOX("si-codesandbox", '\uea0a'), CODESHIP("si-codeship", '\uea0b'), CODEWARS("si-codewars", '\uea0c'), CODIO("si-codio", '\uea0d'), COFFEESCRIPT("si-coffeescript", '\uea0e'), COINBASE("si-coinbase", '\uea0f'), COMMONWORKFLOWLANGUAGE("si-commonworkflowlanguage", '\uea10'), COMPOSER("si-composer", '\uea11'), COMPROPAGO("si-compropago", '\uea12'), CONCOURSE("si-concourse", '\uea13'), CONDA_FORGE("si-conda-forge", '\uea14'), CONEKTA("si-conekta", '\uea15'), CONFLUENCE("si-confluence", '\uea16'), CONSUL("si-consul", '\uea17'), CONTACTLESSPAYMENT("si-contactlesspayment", '\uea18'), CONVERTIO("si-convertio", '\uea19'), CORONAENGINE("si-coronaengine", '\uea1a'), CORONARENDERER("si-coronarenderer", '\uea1b'), COUNTER_STRIKE("si-counter-strike", '\uea1c'), COURSERA("si-coursera", '\uea1d'), COVERALLS("si-coveralls", '\uea1e'), CO_OP("si-co-op", '\ue9fc'), CPANEL("si-cpanel", '\uea1f'), CPLUSPLUS("si-cplusplus", '\uea20'), CRAFTCMS("si-craftcms", '\uea21'), CREATIVECOMMONS("si-creativecommons", '\uea22'), CREHANA("si-crehana", '\uea23'), CROWDIN("si-crowdin", '\uea24'), CRUNCHBASE("si-crunchbase", '\uea25'), CRUNCHYROLL("si-crunchyroll", '\uea26'), CRYENGINE("si-cryengine", '\uea27'), CSHARP("si-csharp", '\uea28'), CSS3("si-css3", '\uea29'), CSSWIZARDRY("si-csswizardry", '\uea2a'), CURL("si-curl", '\uea2b'), CURSEFORGE("si-curseforge", '\uea2c'), CYPRESS("si-cypress", '\uea2d'), D3_DOT_JS("si-d3-dot-js", '\uea2e'), DAF("si-daf", '\uea2f'), DAILYMOTION("si-dailymotion", '\uea30'), DAIMLER("si-daimler", '\uea31'), DARKREADER("si-darkreader", '\uea32'), DART("si-dart", '\uea33'), DASERSTE("si-daserste", '\uea34'), DASH("si-dash", '\uea35'), DASHLANE("si-dashlane", '\uea36'), DASSAULTSYSTEMES("si-dassaultsystemes", '\uea37'), DATACAMP("si-datacamp", '\uea38'), DATADOG("si-datadog", '\uea39'), DAZN("si-dazn", '\uea3a'), DBLP("si-dblp", '\uea3b'), DCENTERTAINMENT("si-dcentertainment", '\uea3c'), DEBIAN("si-debian", '\uea3d'), DEEPIN("si-deepin", '\uea3e'), DEEZER("si-deezer", '\uea3f'), DELICIOUS("si-delicious", '\uea40'), DELIVEROO("si-deliveroo", '\uea41'), DELL("si-dell", '\uea42'), DENO("si-deno", '\uea43'), DEPENDABOT("si-dependabot", '\uea44'), DERSPIEGEL("si-derspiegel", '\uea45'), DESIGNERNEWS("si-designernews", '\uea46'), DEVIANTART("si-deviantart", '\uea48'), DEVRANT("si-devrant", '\uea49'), DEV_DOT_TO("si-dev-dot-to", '\uea47'), DHL("si-dhl", '\uea4a'), DIASPORA("si-diaspora", '\uea4b'), DIGG("si-digg", '\uea4c'), DIGITALOCEAN("si-digitalocean", '\uea4d'), DIOR("si-dior", '\uea4e'), DIRECTUS("si-directus", '\uea4f'), DISCOGS("si-discogs", '\uea50'), DISCORD("si-discord", '\uea51'), DISCOURSE("si-discourse", '\uea52'), DISCOVER("si-discover", '\uea53'), DISQUS("si-disqus", '\uea54'), DISROOT("si-disroot", '\uea55'), DJANGO("si-django", '\uea56'), DLNA("si-dlna", '\uea57'), DOCKER("si-docker", '\uea58'), DOCUSIGN("si-docusign", '\uea59'), DOLBY("si-dolby", '\uea5a'), DOT_NET("si-dot-net", '\uea5b'), DOUBAN("si-douban", '\uea5c'), DRAUGIEM_DOT_LV("si-draugiem-dot-lv", '\uea5d'), DRIBBBLE("si-dribbble", '\uea5e'), DRONE("si-drone", '\uea5f'), DROOBLE("si-drooble", '\uea60'), DROPBOX("si-dropbox", '\uea61'), DRUPAL("si-drupal", '\uea62'), DSAUTOMOBILES("si-dsautomobiles", '\uea63'), DTUBE("si-dtube", '\uea64'), DUCKDUCKGO("si-duckduckgo", '\uea65'), DUNKED("si-dunked", '\uea66'), DUOLINGO("si-duolingo", '\uea67'), DYNAMICS365("si-dynamics365", '\uea68'), DYNATRACE("si-dynatrace", '\uea69'), EA("si-ea", '\uea6a'), EASYJET("si-easyjet", '\uea6b'), EBAY("si-ebay", '\uea6c'), ECLIPSEIDE("si-eclipseide", '\uea6d'), ECLIPSEMOSQUITTO("si-eclipsemosquitto", '\uea6e'), EGNYTE("si-egnyte", '\uea6f'), ELASTIC("si-elastic", '\uea70'), ELASTICCLOUD("si-elasticcloud", '\uea71'), ELASTICSEARCH("si-elasticsearch", '\uea72'), ELASTICSTACK("si-elasticstack", '\uea73'), ELECTRON("si-electron", '\uea74'), ELEMENTARY("si-elementary", '\uea75'), ELEVENTY("si-eleventy", '\uea76'), ELIXIR("si-elixir", '\uea77'), ELJUEVES("si-eljueves", '\uea78'), ELLO("si-ello", '\uea79'), ELM("si-elm", '\uea7a'), ELSEVIER("si-elsevier", '\uea7b'), EMBARCADERO("si-embarcadero", '\uea7c'), EMBER_DOT_JS("si-ember-dot-js", '\uea7d'), EMBY("si-emby", '\uea7e'), EMLAKJET("si-emlakjet", '\uea7f'), EMPIREKRED("si-empirekred", '\uea80'), ENVATO("si-envato", '\uea81'), EPEL("si-epel", '\uea82'), EPICGAMES("si-epicgames", '\uea83'), EPSON("si-epson", '\uea84'), ERLANG("si-erlang", '\uea85'), ESEA("si-esea", '\uea86'), ESLGAMING("si-eslgaming", '\uea87'), ESLINT("si-eslint", '\uea88'), ETHEREUM("si-ethereum", '\uea89'), ETSY("si-etsy", '\uea8a'), EVENTBRITE("si-eventbrite", '\uea8b'), EVENTSTORE("si-eventstore", '\uea8c'), EVERNOTE("si-evernote", '\uea8d'), EVERPLACES("si-everplaces", '\uea8e'), EVRY("si-evry", '\uea8f'), EXERCISM("si-exercism", '\uea90'), EXPERTSEXCHANGE("si-expertsexchange", '\uea91'), EXPO("si-expo", '\uea92'), EYEEM("si-eyeem", '\uea93'), FACEBOOK("si-facebook", '\uea96'), FACEBOOKGAMING("si-facebookgaming", '\uea97'), FACEBOOKLIVE("si-facebooklive", '\uea98'), FACEIT("si-faceit", '\uea99'), FANDANGO("si-fandango", '\uea9a'), FANDOM("si-fandom", '\uea9b'), FARFETCH("si-farfetch", '\uea9c'), FASTAPI("si-fastapi", '\uea9d'), FASTIFY("si-fastify", '\uea9e'), FASTLY("si-fastly", '\uea9f'), FAVRO("si-favro", '\ueaa0'), FEATHUB("si-feathub", '\ueaa1'), FEDORA("si-fedora", '\ueaa2'), FEDRAMP("si-fedramp", '\ueaa3'), FEEDLY("si-feedly", '\ueaa4'), FERRARI("si-ferrari", '\ueaa5'), FERRARIN_DOT_V_DOT("si-ferrarin-dot-v-dot", '\ueaa6'), FIAT("si-fiat", '\ueaa7'), FIDOALLIANCE("si-fidoalliance", '\ueaa8'), FIFA("si-fifa", '\ueaa9'), FIGMA("si-figma", '\ueaaa'), FIGSHARE("si-figshare", '\ueaab'), FILA("si-fila", '\ueaac'), FILEZILLA("si-filezilla", '\ueaad'), FIREBASE("si-firebase", '\ueaae'), FIREFOX("si-firefox", '\ueaaf'), FIREFOXBROWSER("si-firefoxbrowser", '\ueab0'), FIRST("si-first", '\ueab1'), FITBIT("si-fitbit", '\ueab2'), FITE("si-fite", '\ueab3'), FIVERR("si-fiverr", '\ueab4'), FLASK("si-flask", '\ueab5'), FLATHUB("si-flathub", '\ueab6'), FLATTR("si-flattr", '\ueab7'), FLICKR("si-flickr", '\ueab8'), FLIPBOARD("si-flipboard", '\ueab9'), FLOATPLANE("si-floatplane", '\ueaba'), FLOOD("si-flood", '\ueabb'), FLUENTD("si-fluentd", '\ueabc'), FLUTTER("si-flutter", '\ueabd'), FNAC("si-fnac", '\ueabe'), FONTAWESOME("si-fontawesome", '\ueabf'), FORD("si-ford", '\ueac0'), FORMSTACK("si-formstack", '\ueac1'), FORTINET("si-fortinet", '\ueac2'), FOSSA("si-fossa", '\ueac3'), FOSSILSCM("si-fossilscm", '\ueac4'), FOURSQUARE("si-foursquare", '\ueac5'), FRAMER("si-framer", '\ueac6'), FREEBSD("si-freebsd", '\ueac7'), FREECODECAMP("si-freecodecamp", '\ueac8'), FREEDESKTOP_DOT_ORG("si-freedesktop-dot-org", '\ueac9'), FREELANCER("si-freelancer", '\ueaca'), FUJIFILM("si-fujifilm", '\ueacb'), FUJITSU("si-fujitsu", '\ueacc'), FURAFFINITY("si-furaffinity", '\ueacd'), FURRYNETWORK("si-furrynetwork", '\ueace'), F_DROID("si-f-droid", '\uea94'), F_SECURE("si-f-secure", '\uea95'), G2A("si-g2a", '\ueacf'), GARMIN("si-garmin", '\uead0'), GATLING("si-gatling", '\uead1'), GATSBY("si-gatsby", '\uead2'), GAUGES("si-gauges", '\uead3'), GEEKSFORGEEKS("si-geeksforgeeks", '\uead4'), GENERALMOTORS("si-generalmotors", '\uead5'), GENIUS("si-genius", '\uead6'), GENTOO("si-gentoo", '\uead7'), GEOCACHING("si-geocaching", '\uead8'), GERRIT("si-gerrit", '\uead9'), GHOST("si-ghost", '\ueada'), GHOSTERY("si-ghostery", '\ueadb'), GIMP("si-gimp", '\ueadc'), GIPHY("si-giphy", '\ueadd'), GIT("si-git", '\ueade'), GITEA("si-gitea", '\ueadf'), GITHUB("si-github", '\ueae0'), GITHUBACTIONS("si-githubactions", '\ueae1'), GITKRAKEN("si-gitkraken", '\ueae2'), GITLAB("si-gitlab", '\ueae3'), GITPOD("si-gitpod", '\ueae4'), GITTER("si-gitter", '\ueae5'), GLASSDOOR("si-glassdoor", '\ueae6'), GLITCH("si-glitch", '\ueae7'), GMAIL("si-gmail", '\ueae8'), GNOME("si-gnome", '\ueae9'), GNU("si-gnu", '\ueaea'), GNUBASH("si-gnubash", '\ueaeb'), GNUEMACS("si-gnuemacs", '\ueaec'), GNUICECAT("si-gnuicecat", '\ueaed'), GNUPRIVACYGUARD("si-gnuprivacyguard", '\ueaee'), GNUSOCIAL("si-gnusocial", '\ueaef'), GO("si-go", '\ueaf0'), GODOTENGINE("si-godotengine", '\ueaf1'), GOFUNDME("si-gofundme", '\ueaf2'), GOG_DOT_COM("si-gog-dot-com", '\ueaf3'), GOLDENLINE("si-goldenline", '\ueaf4'), GOODREADS("si-goodreads", '\ueaf5'), GOOGLE("si-google", '\ueaf6'), GOOGLEADS("si-googleads", '\ueaf7'), GOOGLEADSENSE("si-googleadsense", '\ueaf8'), GOOGLEANALYTICS("si-googleanalytics", '\ueaf9'), GOOGLEASSISTANT("si-googleassistant", '\ueafa'), GOOGLECALENDAR("si-googlecalendar", '\ueafb'), GOOGLECARDBOARD("si-googlecardboard", '\ueafc'), GOOGLECAST("si-googlecast", '\ueafd'), GOOGLECHROME("si-googlechrome", '\ueafe'), GOOGLECLASSROOM("si-googleclassroom", '\ueaff'), GOOGLECLOUD("si-googlecloud", '\ueb00'), GOOGLEDRIVE("si-googledrive", '\ueb01'), GOOGLEEARTH("si-googleearth", '\ueb02'), GOOGLEFIT("si-googlefit", '\ueb03'), GOOGLEHANGOUTS("si-googlehangouts", '\ueb04'), GOOGLEHANGOUTSCHAT("si-googlehangoutschat", '\ueb05'), GOOGLEHANGOUTSMEET("si-googlehangoutsmeet", '\ueb06'), GOOGLEKEEP("si-googlekeep", '\ueb07'), GOOGLELENS("si-googlelens", '\ueb08'), GOOGLEMAPS("si-googlemaps", '\ueb09'), GOOGLEMESSAGES("si-googlemessages", '\ueb0a'), GOOGLEMYBUSINESS("si-googlemybusiness", '\ueb0b'), GOOGLENEARBY("si-googlenearby", '\ueb0c'), GOOGLENEWS("si-googlenews", '\ueb0d'), GOOGLEPAY("si-googlepay", '\ueb0e'), GOOGLEPLAY("si-googleplay", '\ueb0f'), GOOGLEPODCASTS("si-googlepodcasts", '\ueb10'), GOOGLESCHOLAR("si-googlescholar", '\ueb11'), GOOGLESEARCHCONSOLE("si-googlesearchconsole", '\ueb12'), GOOGLESHEETS("si-googlesheets", '\ueb13'), GOOGLESTREETVIEW("si-googlestreetview", '\ueb14'), GOOGLETAGMANAGER("si-googletagmanager", '\ueb15'), GOOGLETRANSLATE("si-googletranslate", '\ueb16'), GOV_DOT_UK("si-gov-dot-uk", '\ueb17'), GRADLE("si-gradle", '\ueb18'), GRAFANA("si-grafana", '\ueb19'), GRAPHCOOL("si-graphcool", '\ueb1a'), GRAPHQL("si-graphql", '\ueb1b'), GRAV("si-grav", '\ueb1c'), GRAVATAR("si-gravatar", '\ueb1d'), GREENSOCK("si-greensock", '\ueb1e'), GRIDSOME("si-gridsome", '\ueb1f'), GROOVY("si-groovy", '\ueb20'), GROUPON("si-groupon", '\ueb21'), GRUNT("si-grunt", '\ueb22'), GUANGZHOUMETRO("si-guangzhoumetro", '\ueb23'), GULP("si-gulp", '\ueb24'), GUMROAD("si-gumroad", '\ueb25'), GUMTREE("si-gumtree", '\ueb26'), GUTENBERG("si-gutenberg", '\ueb27'), HABR("si-habr", '\ueb28'), HACKADAY("si-hackaday", '\ueb29'), HACKCLUB("si-hackclub", '\ueb2a'), HACKEREARTH("si-hackerearth", '\ueb2b'), HACKERONE("si-hackerone", '\ueb2c'), HACKERRANK("si-hackerrank", '\ueb2d'), HACKHANDS("si-hackhands", '\ueb2e'), HACKSTER("si-hackster", '\ueb2f'), HAPPYCOW("si-happycow", '\ueb30'), HARBOR("si-harbor", '\ueb31'), HASHNODE("si-hashnode", '\ueb32'), HASKELL("si-haskell", '\ueb33'), HATENABOOKMARK("si-hatenabookmark", '\ueb34'), HAVEIBEENPWNED("si-haveibeenpwned", '\ueb35'), HAXE("si-haxe", '\ueb36'), HBO("si-hbo", '\ueb37'), HCL("si-hcl", '\ueb38'), HELLOFRESH("si-hellofresh", '\ueb39'), HELLYHANSEN("si-hellyhansen", '\ueb3a'), HELM("si-helm", '\ueb3b'), HERE("si-here", '\ueb3c'), HEROKU("si-heroku", '\ueb3d'), HEXO("si-hexo", '\ueb3e'), HEY("si-hey", '\ueb3f'), HIGHLY("si-highly", '\ueb40'), HILTON("si-hilton", '\ueb41'), HIPCHAT("si-hipchat", '\ueb42'), HITACHI("si-hitachi", '\ueb43'), HIVE("si-hive", '\ueb44'), HOCKEYAPP("si-hockeyapp", '\ueb45'), HOMEADVISOR("si-homeadvisor", '\ueb46'), HOMEASSISTANT("si-homeassistant", '\ueb47'), HOMEBREW("si-homebrew", '\ueb48'), HOMIFY("si-homify", '\ueb49'), HONDA("si-honda", '\ueb4a'), HOOTSUITE("si-hootsuite", '\ueb4b'), HOTELS_DOT_COM("si-hotels-dot-com", '\ueb4c'), HOUDINI("si-houdini", '\ueb4d'), HOUZZ("si-houzz", '\ueb4e'), HP("si-hp", '\ueb4f'), HTML5("si-html5", '\ueb50'), HTMLACADEMY("si-htmlacademy", '\ueb51'), HUAWEI("si-huawei", '\ueb52'), HUBSPOT("si-hubspot", '\ueb53'), HUGO("si-hugo", '\ueb54'), HULU("si-hulu", '\ueb55'), HUMBLEBUNDLE("si-humblebundle", '\ueb56'), HURRIYETEMLAK("si-hurriyetemlak", '\ueb57'), HUSQVARNA("si-husqvarna", '\ueb58'), HYPOTHESIS("si-hypothesis", '\ueb59'), HYUNDAI("si-hyundai", '\ueb5a'), IATA("si-iata", '\ueb5b'), IBEACON("si-ibeacon", '\ueb5c'), IBM("si-ibm", '\ueb5d'), ICLOUD("si-icloud", '\ueb5e'), ICOMOON("si-icomoon", '\ueb5f'), ICON("si-icon", '\ueb60'), ICONFINDER("si-iconfinder", '\ueb61'), ICONIFY("si-iconify", '\ueb62'), ICONJAR("si-iconjar", '\ueb63'), ICQ("si-icq", '\ueb64'), IDEAL("si-ideal", '\ueb65'), IFIXIT("si-ifixit", '\ueb66'), IFOOD("si-ifood", '\ueb67'), IFTTT("si-ifttt", '\ueb68'), IHEARTRADIO("si-iheartradio", '\ueb69'), IMDB("si-imdb", '\ueb6a'), IMGUR("si-imgur", '\ueb6b'), INDEED("si-indeed", '\ueb6c'), INFLUXDB("si-influxdb", '\ueb6d'), INKSCAPE("si-inkscape", '\ueb6e'), INSOMNIA("si-insomnia", '\ueb6f'), INSTACART("si-instacart", '\ueb70'), INSTAGRAM("si-instagram", '\ueb71'), INSTAPAPER("si-instapaper", '\ueb72'), INSTRUCTABLES("si-instructables", '\ueb73'), INTEL("si-intel", '\ueb74'), INTELLIJIDEA("si-intellijidea", '\ueb75'), INTERCOM("si-intercom", '\ueb76'), INTERNETARCHIVE("si-internetarchive", '\ueb77'), INTERNETEXPLORER("si-internetexplorer", '\ueb78'), INVISION("si-invision", '\ueb79'), INVOICENINJA("si-invoiceninja", '\ueb7a'), IOBROKER("si-iobroker", '\ueb7b'), IONIC("si-ionic", '\ueb7c'), IOS("si-ios", '\ueb7d'), IPFS("si-ipfs", '\ueb7e'), ISSUU("si-issuu", '\ueb7f'), ITCH_DOT_IO("si-itch-dot-io", '\ueb80'), ITUNES("si-itunes", '\ueb81'), IVECO("si-iveco", '\ueb82'), JABBER("si-jabber", '\ueb83'), JAMBOARD("si-jamboard", '\ueb84'), JAMESON("si-jameson", '\ueb85'), JASMINE("si-jasmine", '\ueb86'), JAVA("si-java", '\ueb87'), JAVASCRIPT("si-javascript", '\ueb88'), JBL("si-jbl", '\ueb89'), JCB("si-jcb", '\ueb8a'), JEEP("si-jeep", '\ueb8b'), JEKYLL("si-jekyll", '\ueb8c'), JENKINS("si-jenkins", '\ueb8d'), JENKINSX("si-jenkinsx", '\ueb8e'), JEST("si-jest", '\ueb8f'), JET("si-jet", '\ueb90'), JETBRAINS("si-jetbrains", '\ueb91'), JFROG("si-jfrog", '\ueb92'), JFROGBINTRAY("si-jfrogbintray", '\ueb93'), JINJA("si-jinja", '\ueb94'), JIRA("si-jira", '\ueb95'), JIRASOFTWARE("si-jirasoftware", '\ueb96'), JOHNDEERE("si-johndeere", '\ueb97'), JOOMLA("si-joomla", '\ueb98'), JPEG("si-jpeg", '\ueb99'), JQUERY("si-jquery", '\ueb9a'), JRGROUP("si-jrgroup", '\ueb9b'), JSDELIVR("si-jsdelivr", '\ueb9c'), JSFIDDLE("si-jsfiddle", '\ueb9d'), JSON("si-json", '\ueb9e'), JSONWEBTOKENS("si-jsonwebtokens", '\ueb9f'), JULIA("si-julia", '\ueba0'), JUPYTER("si-jupyter", '\ueba1'), JUSTEAT("si-justeat", '\ueba2'), JUSTGIVING("si-justgiving", '\ueba3'), KAGGLE("si-kaggle", '\ueba4'), KAHOOT("si-kahoot", '\ueba5'), KAIOS("si-kaios", '\ueba6'), KAKAO("si-kakao", '\ueba7'), KARLSRUHERVERKEHRSVERBUND("si-karlsruherverkehrsverbund", '\ueba8'), KASPERSKY("si-kaspersky", '\ueba9'), KATANA("si-katana", '\uebaa'), KDE("si-kde", '\uebab'), KEEPASSXC("si-keepassxc", '\uebac'), KENTICO("si-kentico", '\uebad'), KERAS("si-keras", '\uebae'), KEYBASE("si-keybase", '\uebaf'), KEYCDN("si-keycdn", '\uebb0'), KHANACADEMY("si-khanacademy", '\uebb1'), KHRONOSGROUP("si-khronosgroup", '\uebb2'), KIA("si-kia", '\uebb3'), KIBANA("si-kibana", '\uebb4'), KICKSTARTER("si-kickstarter", '\uebb5'), KIK("si-kik", '\uebb6'), KIRBY("si-kirby", '\uebb7'), KLM("si-klm", '\uebb8'), KLOUT("si-klout", '\uebb9'), KNOWN("si-known", '\uebba'), KODI("si-kodi", '\uebbc'), KODING("si-koding", '\uebbd'), KOFAX("si-kofax", '\uebbe'), KOMOOT("si-komoot", '\uebbf'), KOTLIN("si-kotlin", '\uebc0'), KO_FI("si-ko-fi", '\uebbb'), KRITA("si-krita", '\uebc1'), KTM("si-ktm", '\uebc2'), KUBERNETES("si-kubernetes", '\uebc3'), KYOCERA("si-kyocera", '\uebc4'), LABVIEW("si-labview", '\uebc5'), LAMBORGHINI("si-lamborghini", '\uebc6'), LANDROVER("si-landrover", '\uebc7'), LARAVEL("si-laravel", '\uebc8'), LARAVELHORIZON("si-laravelhorizon", '\uebc9'), LARAVELNOVA("si-laravelnova", '\uebca'), LASTPASS("si-lastpass", '\uebcc'), LAST_DOT_FM("si-last-dot-fm", '\uebcb'), LATEX("si-latex", '\uebcd'), LAUNCHPAD("si-launchpad", '\uebce'), LBRY("si-lbry", '\uebcf'), LEAFLET("si-leaflet", '\uebd0'), LEANPUB("si-leanpub", '\uebd1'), LEETCODE("si-leetcode", '\uebd2'), LENOVO("si-lenovo", '\uebd3'), LETSENCRYPT("si-letsencrypt", '\uebd4'), LETTERBOXD("si-letterboxd", '\uebd5'), LG("si-lg", '\uebd6'), LGTM("si-lgtm", '\uebd7'), LIBERAPAY("si-liberapay", '\uebd8'), LIBRARYTHING("si-librarything", '\uebd9'), LIBREOFFICE("si-libreoffice", '\uebda'), LIBUV("si-libuv", '\uebdb'), LIGHTHOUSE("si-lighthouse", '\uebdc'), LINE("si-line", '\uebdd'), LINEAGEOS("si-lineageos", '\uebde'), LINEWEBTOON("si-linewebtoon", '\uebdf'), LINKEDIN("si-linkedin", '\uebe0'), LINODE("si-linode", '\uebe1'), LINUX("si-linux", '\uebe2'), LINUXFOUNDATION("si-linuxfoundation", '\uebe3'), LINUXMINT("si-linuxmint", '\uebe4'), LITECOIN("si-litecoin", '\uebe5'), LIVEJOURNAL("si-livejournal", '\uebe6'), LIVESTREAM("si-livestream", '\uebe7'), LLVM("si-llvm", '\uebe8'), LMMS("si-lmms", '\uebe9'), LOGITECH("si-logitech", '\uebea'), LOGMEIN("si-logmein", '\uebeb'), LOGSTASH("si-logstash", '\uebec'), LOOM("si-loom", '\uebed'), LOOP("si-loop", '\uebee'), LOSPEC("si-lospec", '\uebef'), LUA("si-lua", '\uebf0'), LUBUNTU("si-lubuntu", '\uebf1'), LUFTHANSA("si-lufthansa", '\uebf2'), LUMEN("si-lumen", '\uebf3'), LYFT("si-lyft", '\uebf4'), MAAS("si-maas", '\uebf5'), MACYS("si-macys", '\uebf6'), MAGENTO("si-magento", '\uebf7'), MAGISK("si-magisk", '\uebf8'), MAILCHIMP("si-mailchimp", '\uebfa'), MAIL_DOT_RU("si-mail-dot-ru", '\uebf9'), MAKERBOT("si-makerbot", '\uebfb'), MAN("si-man", '\uebfc'), MANAGEIQ("si-manageiq", '\uebfd'), MANJARO("si-manjaro", '\uebfe'), MAPBOX("si-mapbox", '\uebff'), MARIADB("si-mariadb", '\uec00'), MARIADBFOUNDATION("si-mariadbfoundation", '\uec01'), MARKDOWN("si-markdown", '\uec02'), MARKETO("si-marketo", '\uec03'), MARRIOTT("si-marriott", '\uec04'), MASERATI("si-maserati", '\uec05'), MASTERCARD("si-mastercard", '\uec06'), MASTODON("si-mastodon", '\uec07'), MATERIALDESIGN("si-materialdesign", '\uec09'), MATERIALDESIGNICONS("si-materialdesignicons", '\uec0a'), MATERIAL_UI("si-material-ui", '\uec08'), MATHWORKS("si-mathworks", '\uec0b'), MATRIX("si-matrix", '\uec0c'), MATTERMOST("si-mattermost", '\uec0d'), MATTERNET("si-matternet", '\uec0e'), MAYTAG("si-maytag", '\uec0f'), MAZDA("si-mazda", '\uec10'), MCAFEE("si-mcafee", '\uec11'), MCDONALDS("si-mcdonalds", '\uec12'), MDNWEBDOCS("si-mdnwebdocs", '\uec13'), MEDIAFIRE("si-mediafire", '\uec14'), MEDIATEMPLE("si-mediatemple", '\uec15'), MEDIUM("si-medium", '\uec16'), MEETUP("si-meetup", '\uec17'), MEGA("si-mega", '\uec18'), MENDELEY("si-mendeley", '\uec19'), MERCEDES("si-mercedes", '\uec1a'), MESSENGER("si-messenger", '\uec1b'), METEOR("si-meteor", '\uec1c'), METRODELACIUDADDEMEXICO("si-metrodelaciudaddemexico", '\uec1d'), METRODEMADRID("si-metrodemadrid", '\uec1e'), METRODEPARIS("si-metrodeparis", '\uec1f'), MICROBIT("si-microbit", '\uec21'), MICROGENETICS("si-microgenetics", '\uec22'), MICROSOFT("si-microsoft", '\uec23'), MICROSOFTACADEMIC("si-microsoftacademic", '\uec24'), MICROSOFTACCESS("si-microsoftaccess", '\uec25'), MICROSOFTAZURE("si-microsoftazure", '\uec26'), MICROSOFTEDGE("si-microsoftedge", '\uec27'), MICROSOFTEXCEL("si-microsoftexcel", '\uec28'), MICROSOFTEXCHANGE("si-microsoftexchange", '\uec29'), MICROSOFTOFFICE("si-microsoftoffice", '\uec2a'), MICROSOFTONEDRIVE("si-microsoftonedrive", '\uec2b'), MICROSOFTONENOTE("si-microsoftonenote", '\uec2c'), MICROSOFTOUTLOOK("si-microsoftoutlook", '\uec2d'), MICROSOFTPOWERPOINT("si-microsoftpowerpoint", '\uec2e'), MICROSOFTSHAREPOINT("si-microsoftsharepoint", '\uec2f'), MICROSOFTSQLSERVER("si-microsoftsqlserver", '\uec30'), MICROSOFTTEAMS("si-microsoftteams", '\uec31'), MICROSOFTVISIO("si-microsoftvisio", '\uec32'), MICROSOFTWORD("si-microsoftword", '\uec33'), MICROSTRATEGY("si-microstrategy", '\uec34'), MICRO_DOT_BLOG("si-micro-dot-blog", '\uec20'), MIDI("si-midi", '\uec35'), MINDS("si-minds", '\uec36'), MINECRAFT("si-minecraft", '\uec37'), MINETEST("si-minetest", '\uec38'), MINI("si-mini", '\uec39'), MINUTEMAILER("si-minutemailer", '\uec3a'), MITSUBISHI("si-mitsubishi", '\uec3b'), MIX("si-mix", '\uec3c'), MIXCLOUD("si-mixcloud", '\uec3d'), MIXER("si-mixer", '\uec3e'), MOCHA("si-mocha", '\uec3f'), MOJANGSTUDIOS("si-mojangstudios", '\uec40'), MOLECULER("si-moleculer", '\uec41'), MONERO("si-monero", '\uec42'), MONGODB("si-mongodb", '\uec43'), MONKEYTIE("si-monkeytie", '\uec44'), MONOGRAM("si-monogram", '\uec45'), MONSTER("si-monster", '\uec46'), MONZO("si-monzo", '\uec47'), MOO("si-moo", '\uec48'), MOSCOWMETRO("si-moscowmetro", '\uec49'), MOZILLA("si-mozilla", '\uec4a'), MTA("si-mta", '\uec4b'), MTR("si-mtr", '\uec4c'), MUSESCORE("si-musescore", '\uec4d'), MUSICBRAINZ("si-musicbrainz", '\uec4e'), MXLINUX("si-mxlinux", '\uec4f'), MYSPACE("si-myspace", '\uec50'), MYSQL("si-mysql", '\uec51'), N26("si-n26", '\uec52'), NATIVESCRIPT("si-nativescript", '\uec53'), NBB("si-nbb", '\uec54'), NDR("si-ndr", '\uec55'), NEC("si-nec", '\uec56'), NEO4J("si-neo4j", '\uec57'), NEOVIM("si-neovim", '\uec58'), NESTJS("si-nestjs", '\uec59'), NETAPP("si-netapp", '\uec5a'), NETFLIX("si-netflix", '\uec5b'), NETLIFY("si-netlify", '\uec5c'), NEWRELIC("si-newrelic", '\uec5d'), NEWYORKTIMES("si-newyorktimes", '\uec5e'), NEXTCLOUD("si-nextcloud", '\uec60'), NEXTDOOR("si-nextdoor", '\uec61'), NEXT_DOT_JS("si-next-dot-js", '\uec5f'), NFC("si-nfc", '\uec62'), NGINX("si-nginx", '\uec63'), NICONICO("si-niconico", '\uec64'), NIM("si-nim", '\uec65'), NINTENDO("si-nintendo", '\uec66'), NINTENDO3DS("si-nintendo3ds", '\uec67'), NINTENDOGAMECUBE("si-nintendogamecube", '\uec68'), NINTENDONETWORK("si-nintendonetwork", '\uec69'), NINTENDOSWITCH("si-nintendoswitch", '\uec6a'), NISSAN("si-nissan", '\uec6b'), NIXOS("si-nixos", '\uec6c'), NODEMON("si-nodemon", '\uec6f'), NODE_DOT_JS("si-node-dot-js", '\uec6d'), NODE_RED("si-node-red", '\uec6e'), NOKIA("si-nokia", '\uec70'), NOTEPADPLUSPLUS("si-notepadplusplus", '\uec71'), NOTION("si-notion", '\uec72'), NOTIST("si-notist", '\uec73'), NPM("si-npm", '\uec74'), NUCLEO("si-nucleo", '\uec75'), NUGET("si-nuget", '\uec76'), NUKE("si-nuke", '\uec77'), NUMPY("si-numpy", '\uec78'), NUTANIX("si-nutanix", '\uec79'), NUXT_DOT_JS("si-nuxt-dot-js", '\uec7a'), NVIDIA("si-nvidia", '\uec7b'), OBSSTUDIO("si-obsstudio", '\uec7c'), OCAML("si-ocaml", '\uec7d'), OCTAVE("si-octave", '\uec7e'), OCTOPUSDEPLOY("si-octopusdeploy", '\uec7f'), OCULUS("si-oculus", '\uec80'), ODNOKLASSNIKI("si-odnoklassniki", '\uec81'), ONEPLUS("si-oneplus", '\uec82'), ONSTAR("si-onstar", '\uec83'), OPEL("si-opel", '\uec84'), OPENACCESS("si-openaccess", '\uec85'), OPENAI("si-openai", '\uec86'), OPENAIGYM("si-openaigym", '\uec87'), OPENAPIINITIATIVE("si-openapiinitiative", '\uec88'), OPENBADGES("si-openbadges", '\uec89'), OPENBSD("si-openbsd", '\uec8a'), OPENCOLLECTIVE("si-opencollective", '\uec8b'), OPENCONTAINERSINITIATIVE("si-opencontainersinitiative", '\uec8c'), OPENGL("si-opengl", '\uec8d'), OPENID("si-openid", '\uec8e'), OPENLAYERS("si-openlayers", '\uec8f'), OPENSOURCEINITIATIVE("si-opensourceinitiative", '\uec90'), OPENSSL("si-openssl", '\uec91'), OPENSTACK("si-openstack", '\uec92'), OPENSTREETMAP("si-openstreetmap", '\uec93'), OPENSUSE("si-opensuse", '\uec94'), OPENVPN("si-openvpn", '\uec95'), OPERA("si-opera", '\uec96'), OPSGENIE("si-opsgenie", '\uec97'), OPSLEVEL("si-opslevel", '\uec98'), ORACLE("si-oracle", '\uec99'), ORCID("si-orcid", '\uec9a'), ORIGIN("si-origin", '\uec9b'), OSANO("si-osano", '\uec9c'), OSHKOSH("si-oshkosh", '\uec9d'), OSMC("si-osmc", '\uec9e'), OVERCAST("si-overcast", '\uec9f'), OVERLEAF("si-overleaf", '\ueca0'), OVH("si-ovh", '\ueca1'), PAGEKIT("si-pagekit", '\ueca2'), PAGERDUTY("si-pagerduty", '\ueca3'), PAGSEGURO("si-pagseguro", '\ueca4'), PALANTIR("si-palantir", '\ueca5'), PALOALTOSOFTWARE("si-paloaltosoftware", '\ueca6'), PANDAS("si-pandas", '\ueca7'), PANDORA("si-pandora", '\ueca8'), PANTHEON("si-pantheon", '\ueca9'), PARITYSUBSTRATE("si-paritysubstrate", '\uecaa'), PARSE_DOT_LY("si-parse-dot-ly", '\uecab'), PASTEBIN("si-pastebin", '\uecac'), PATREON("si-patreon", '\uecad'), PAYONEER("si-payoneer", '\uecae'), PAYPAL("si-paypal", '\uecaf'), PEERTUBE("si-peertube", '\uecb0'), PELICAN("si-pelican", '\uecb1'), PEPSI("si-pepsi", '\uecb2'), PERISCOPE("si-periscope", '\uecb3'), PERL("si-perl", '\uecb4'), PEUGEOT("si-peugeot", '\uecb5'), PEXELS("si-pexels", '\uecb6'), PHABRICATOR("si-phabricator", '\uecb7'), PHILIPSHUE("si-philipshue", '\uecb8'), PHOTOCROWD("si-photocrowd", '\uecb9'), PHP("si-php", '\uecba'), PICARTO_DOT_TV("si-picarto-dot-tv", '\uecbc'), PICPAY("si-picpay", '\uecbd'), PIMCORE("si-pimcore", '\uecbe'), PINBOARD("si-pinboard", '\uecbf'), PINGDOM("si-pingdom", '\uecc0'), PINGUP("si-pingup", '\uecc1'), PINTEREST("si-pinterest", '\uecc2'), PIVOTALTRACKER("si-pivotaltracker", '\uecc3'), PIWIGO("si-piwigo", '\uecc4'), PIXABAY("si-pixabay", '\uecc5'), PIXIV("si-pixiv", '\uecc6'), PI_HOLE("si-pi-hole", '\uecbb'), PJSIP("si-pjsip", '\uecc7'), PLANET("si-planet", '\uecc8'), PLANGRID("si-plangrid", '\uecc9'), PLATZI("si-platzi", '\uecca'), PLAYERFM("si-playerfm", '\ueccc'), PLAYER_DOT_ME("si-player-dot-me", '\ueccb'), PLAYSTATION("si-playstation", '\ueccd'), PLAYSTATION2("si-playstation2", '\uecce'), PLAYSTATION3("si-playstation3", '\ueccf'), PLAYSTATION4("si-playstation4", '\uecd0'), PLAYSTATIONVITA("si-playstationvita", '\uecd1'), PLEROMA("si-pleroma", '\uecd2'), PLESK("si-plesk", '\uecd3'), PLEX("si-plex", '\uecd4'), PLURALSIGHT("si-pluralsight", '\uecd5'), PLURK("si-plurk", '\uecd6'), PLUSCODES("si-pluscodes", '\uecd7'), POCKET("si-pocket", '\uecd8'), POCKETCASTS("si-pocketcasts", '\uecd9'), POKEMON("si-pokemon", '\uecda'), POLY("si-poly", '\uecdb'), POLYMERPROJECT("si-polymerproject", '\uecdc'), PORSCHE("si-porsche", '\uecdd'), POSTCSS("si-postcss", '\uecde'), POSTGRESQL("si-postgresql", '\uecdf'), POSTMAN("si-postman", '\uece0'), POSTWOMAN("si-postwoman", '\uece1'), POWERBI("si-powerbi", '\uece2'), POWERS("si-powers", '\uece3'), POWERSHELL("si-powershell", '\uece4'), PRESTASHOP("si-prestashop", '\uece7'), PRETTIER("si-prettier", '\uece8'), PREZI("si-prezi", '\uece9'), PRE_COMMIT("si-pre-commit", '\uece6'), PRIME("si-prime", '\uecea'), PRIMEVIDEO("si-primevideo", '\ueceb'), PRISMIC("si-prismic", '\uecec'), PROBOT("si-probot", '\ueced'), PROCESSWIRE("si-processwire", '\uecee'), PRODUCTHUNT("si-producthunt", '\uecef'), PROMETHEUS("si-prometheus", '\uecf0'), PROSIEBEN("si-prosieben", '\uecf1'), PROTOCOLS_DOT_IO("si-protocols-dot-io", '\uecf3'), PROTONMAIL("si-protonmail", '\uecf4'), PROTO_DOT_IO("si-proto-dot-io", '\uecf2'), PROXMOX("si-proxmox", '\uecf5'), PR_DOT_CO("si-pr-dot-co", '\uece5'), PUBLONS("si-publons", '\uecf6'), PUPPET("si-puppet", '\uecf7'), PURESCRIPT("si-purescript", '\uecf8'), PYCHARM("si-pycharm", '\uecf9'), PYPI("si-pypi", '\uecfa'), PYTHON("si-python", '\uecfb'), PYTORCH("si-pytorch", '\uecfc'), PYUP("si-pyup", '\uecfd'), QANTAS("si-qantas", '\uecfe'), QEMU("si-qemu", '\uecff'), QGIS("si-qgis", '\ued00'), QI("si-qi", '\ued01'), QIITA("si-qiita", '\ued02'), QIWI("si-qiwi", '\ued03'), QT("si-qt", '\ued04'), QUALCOMM("si-qualcomm", '\ued05'), QUALTRICS("si-qualtrics", '\ued06'), QUANTCAST("si-quantcast", '\ued07'), QUANTOPIAN("si-quantopian", '\ued08'), QUARKUS("si-quarkus", '\ued09'), QUASAR("si-quasar", '\ued0a'), QUEST("si-quest", '\ued0b'), QUICKTIME("si-quicktime", '\ued0c'), QUIP("si-quip", '\ued0d'), QUORA("si-quora", '\ued0e'), QWIKLABS("si-qwiklabs", '\ued0f'), QZONE("si-qzone", '\ued10'), R("si-r", '\ued11'), RABBITMQ("si-rabbitmq", '\ued12'), RADIOPUBLIC("si-radiopublic", '\ued13'), RANCHER("si-rancher", '\ued14'), RASPBERRYPI("si-raspberrypi", '\ued15'), RAZER("si-razer", '\ued16'), REACT("si-react", '\ued17'), REACTIVEX("si-reactivex", '\ued18'), REACTOS("si-reactos", '\ued19'), REACTROUTER("si-reactrouter", '\ued1a'), READTHEDOCS("si-readthedocs", '\ued1b'), REALM("si-realm", '\ued1c'), REASON("si-reason", '\ued1d'), REASONSTUDIOS("si-reasonstudios", '\ued1e'), REDBUBBLE("si-redbubble", '\ued1f'), REDDIT("si-reddit", '\ued20'), REDHAT("si-redhat", '\ued21'), REDHATOPENSHIFT("si-redhatopenshift", '\ued22'), REDIS("si-redis", '\ued23'), REDUX("si-redux", '\ued24'), RENAULT("si-renault", '\ued25'), RENOVATEBOT("si-renovatebot", '\ued26'), RENPY("si-renpy", '\ued27'), RENREN("si-renren", '\ued28'), REPL_DOT_IT("si-repl-dot-it", '\ued29'), RESEARCHGATE("si-researchgate", '\ued2a'), RETROARCH("si-retroarch", '\ued2b'), RETROPIE("si-retropie", '\ued2c'), REVERBNATION("si-reverbnation", '\ued2d'), REVOLUT("si-revolut", '\ued2e'), REWE("si-rewe", '\ued2f'), RHINOCEROS("si-rhinoceros", '\ued30'), RING("si-ring", '\ued31'), RIOT("si-riot", '\ued32'), RIOTGAMES("si-riotgames", '\ued33'), RIPPLE("si-ripple", '\ued34'), RISEUP("si-riseup", '\ued35'), ROKU("si-roku", '\ued36'), ROLLUP_DOT_JS("si-rollup-dot-js", '\ued37'), ROOTS("si-roots", '\ued38'), ROOTSBEDROCK("si-rootsbedrock", '\ued39'), ROOTSSAGE("si-rootssage", '\ued3a'), ROUNDCUBE("si-roundcube", '\ued3b'), RSS("si-rss", '\ued3c'), RSTUDIO("si-rstudio", '\ued3d'), RTE("si-rte", '\ued3e'), RTL("si-rtl", '\ued3f'), RTLZWEI("si-rtlzwei", '\ued40'), RUBY("si-ruby", '\ued41'), RUBYGEMS("si-rubygems", '\ued42'), RUBYONRAILS("si-rubyonrails", '\ued43'), RUNKEEPER("si-runkeeper", '\ued44'), RUNKIT("si-runkit", '\ued45'), RUST("si-rust", '\ued46'), RYANAIR("si-ryanair", '\ued47'), SAFARI("si-safari", '\ued48'), SAHIBINDEN("si-sahibinden", '\ued49'), SALESFORCE("si-salesforce", '\ued4a'), SALTSTACK("si-saltstack", '\ued4b'), SAMSUNG("si-samsung", '\ued4c'), SAMSUNGPAY("si-samsungpay", '\ued4d'), SANFRANCISCOMUNICIPALRAILWAY("si-sanfranciscomunicipalrailway", '\ued4e'), SAP("si-sap", '\ued4f'), SASS("si-sass", '\ued50'), SAT_DOT_1("si-sat-dot-1", '\ued51'), SAUCELABS("si-saucelabs", '\ued52'), SCALA("si-scala", '\ued53'), SCALEWAY("si-scaleway", '\ued54'), SCANIA("si-scania", '\ued55'), SCIKIT_LEARN("si-scikit-learn", '\ued56'), SCOPUS("si-scopus", '\ued57'), SCRATCH("si-scratch", '\ued58'), SCRIBD("si-scribd", '\ued59'), SCRUTINIZERCI("si-scrutinizerci", '\ued5a'), SEAGATE("si-seagate", '\ued5b'), SEAT("si-seat", '\ued5c'), SEGA("si-sega", '\ued5d'), SELLFY("si-sellfy", '\ued5e'), SEMANTICWEB("si-semanticweb", '\ued5f'), SEMAPHORECI("si-semaphoreci", '\ued60'), SENCHA("si-sencha", '\ued61'), SENNHEISER("si-sennheiser", '\ued62'), SENSU("si-sensu", '\ued63'), SENTRY("si-sentry", '\ued64'), SERVERFAULT("si-serverfault", '\ued65'), SERVERLESS("si-serverless", '\ued66'), SHANGHAIMETRO("si-shanghaimetro", '\ued67'), SHAZAM("si-shazam", '\ued68'), SHELL("si-shell", '\ued69'), SHENZHENMETRO("si-shenzhenmetro", '\ued6a'), SHIKIMORI("si-shikimori", '\ued6b'), SHOPIFY("si-shopify", '\ued6c'), SHOPWARE("si-shopware", '\ued6d'), SHOWPAD("si-showpad", '\ued6e'), SHUTTERSTOCK("si-shutterstock", '\ued6f'), SI_1001TRACKLISTS("si-1001tracklists", '\ue904'), SI_1_PASSWORD("si-1-password", '\ue900'), SI_42("si-42", '\ue902'), SI_4D("si-4d", '\ue901'), SI_500PX("si-500px", '\ue903'), SIEMENS("si-siemens", '\ued70'), SIGNAL("si-signal", '\ued71'), SIMPLEICONS("si-simpleicons", '\ued72'), SINAWEIBO("si-sinaweibo", '\ued73'), SITEPOINT("si-sitepoint", '\ued74'), SKETCH("si-sketch", '\ued75'), SKETCHFAB("si-sketchfab", '\ued76'), SKETCHUP("si-sketchup", '\ued77'), SKILLSHARE("si-skillshare", '\ued78'), SKODA("si-skoda", '\ued79'), SKY("si-sky", '\ued7a'), SKYLINER("si-skyliner", '\ued7b'), SKYPE("si-skype", '\ued7c'), SKYPEFORBUSINESS("si-skypeforbusiness", '\ued7d'), SLACK("si-slack", '\ued7e'), SLACKWARE("si-slackware", '\ued7f'), SLASHDOT("si-slashdot", '\ued80'), SLICKPIC("si-slickpic", '\ued81'), SLIDES("si-slides", '\ued82'), SLIDESHARE("si-slideshare", '\ued83'), SMART("si-smart", '\ued84'), SMARTTHINGS("si-smartthings", '\ued85'), SMASHINGMAGAZINE("si-smashingmagazine", '\ued86'), SMRT("si-smrt", '\ued87'), SMUGMUG("si-smugmug", '\ued88'), SNAPCHAT("si-snapchat", '\ued89'), SNAPCRAFT("si-snapcraft", '\ued8a'), SNYK("si-snyk", '\ued8b'), SOCIETY6("si-society6", '\ued8c'), SOCKET_DOT_IO("si-socket-dot-io", '\ued8d'), SOGOU("si-sogou", '\ued8e'), SOLUS("si-solus", '\ued8f'), SONARCLOUD("si-sonarcloud", '\ued90'), SONARLINT("si-sonarlint", '\ued91'), SONARQUBE("si-sonarqube", '\ued92'), SONARSOURCE("si-sonarsource", '\ued93'), SONGKICK("si-songkick", '\ued94'), SONICWALL("si-sonicwall", '\ued95'), SONOS("si-sonos", '\ued96'), SOUNDCLOUD("si-soundcloud", '\ued97'), SOURCEENGINE("si-sourceengine", '\ued98'), SOURCEFORGE("si-sourceforge", '\ued99'), SOURCEGRAPH("si-sourcegraph", '\ued9a'), SPACEMACS("si-spacemacs", '\ued9b'), SPACEX("si-spacex", '\ued9c'), SPARKFUN("si-sparkfun", '\ued9d'), SPARKPOST("si-sparkpost", '\ued9e'), SPDX("si-spdx", '\ued9f'), SPEAKERDECK("si-speakerdeck", '\ueda0'), SPECTRUM("si-spectrum", '\ueda1'), SPINNAKER("si-spinnaker", '\ueda2'), SPINRILLA("si-spinrilla", '\ueda3'), SPLUNK("si-splunk", '\ueda4'), SPOTIFY("si-spotify", '\ueda5'), SPOTLIGHT("si-spotlight", '\ueda6'), SPREAKER("si-spreaker", '\ueda7'), SPRING("si-spring", '\ueda8'), SPRINT("si-sprint", '\ueda9'), SQLITE("si-sqlite", '\uedaa'), SQUARE("si-square", '\uedab'), SQUAREENIX("si-squareenix", '\uedac'), SQUARESPACE("si-squarespace", '\uedad'), SSRN("si-ssrn", '\uedae'), STACKBIT("si-stackbit", '\uedaf'), STACKEXCHANGE("si-stackexchange", '\uedb0'), STACKOVERFLOW("si-stackoverflow", '\uedb1'), STACKPATH("si-stackpath", '\uedb2'), STACKSHARE("si-stackshare", '\uedb3'), STADIA("si-stadia", '\uedb4'), STAFFBASE("si-staffbase", '\uedb5'), STARLINGBANK("si-starlingbank", '\uedb6'), STATAMIC("si-statamic", '\uedb7'), STATICMAN("si-staticman", '\uedb8'), STATUSPAGE("si-statuspage", '\uedb9'), STEAM("si-steam", '\uedba'), STEAMWORKS("si-steamworks", '\uedbb'), STEEM("si-steem", '\uedbc'), STEEMIT("si-steemit", '\uedbd'), STEINBERG("si-steinberg", '\uedbe'), STELLAR("si-stellar", '\uedbf'), STENCYL("si-stencyl", '\uedc0'), STITCHER("si-stitcher", '\uedc1'), STORIFY("si-storify", '\uedc2'), STORYBOOK("si-storybook", '\uedc3'), STRAPI("si-strapi", '\uedc4'), STRAVA("si-strava", '\uedc5'), STRIPE("si-stripe", '\uedc6'), STRONGSWAN("si-strongswan", '\uedc7'), STUBHUB("si-stubhub", '\uedc8'), STYLED_COMPONENTS("si-styled-components", '\uedc9'), STYLESHARE("si-styleshare", '\uedca'), STYLUS("si-stylus", '\uedcb'), SUBARU("si-subaru", '\uedcc'), SUBLIMETEXT("si-sublimetext", '\uedcd'), SUBVERSION("si-subversion", '\uedce'), SUPERUSER("si-superuser", '\uedcf'), SUZUKI("si-suzuki", '\uedd0'), SVELTE("si-svelte", '\uedd1'), SVG("si-svg", '\uedd2'), SVGO("si-svgo", '\uedd3'), SWAGGER("si-swagger", '\uedd4'), SWARM("si-swarm", '\uedd5'), SWIFT("si-swift", '\uedd6'), SYMANTEC("si-symantec", '\uedd7'), SYMFONY("si-symfony", '\uedd8'), SYMPHONY("si-symphony", '\uedd9'), SYNOLOGY("si-synology", '\uedda'), TABLEAU("si-tableau", '\ueddc'), TAILS("si-tails", '\ueddd'), TAILWINDCSS("si-tailwindcss", '\uedde'), TALEND("si-talend", '\ueddf'), TAPAS("si-tapas", '\uede0'), TATA("si-tata", '\uede1'), TEAMSPEAK("si-teamspeak", '\uede2'), TEAMVIEWER("si-teamviewer", '\uede3'), TED("si-ted", '\uede4'), TEESPRING("si-teespring", '\uede5'), TELE5("si-tele5", '\uede6'), TELEGRAM("si-telegram", '\uede7'), TENCENTQQ("si-tencentqq", '\uede8'), TENCENTWEIBO("si-tencentweibo", '\uede9'), TENSORFLOW("si-tensorflow", '\uedea'), TERADATA("si-teradata", '\uedeb'), TERRAFORM("si-terraform", '\uedec'), TESLA("si-tesla", '\ueded'), THECONVERSATION("si-theconversation", '\uedee'), THEMIGHTY("si-themighty", '\uedef'), THEMODELSRESOURCE("si-themodelsresource", '\uedf0'), THEMOVIEDATABASE("si-themoviedatabase", '\uedf1'), THEREGISTER("si-theregister", '\uedf2'), THESOUNDSRESOURCE("si-thesoundsresource", '\uedf3'), THESPRITERSRESOURCE("si-thespritersresource", '\uedf4'), THEWASHINGTONPOST("si-thewashingtonpost", '\uedf5'), THREEMA("si-threema", '\uedf6'), THUMBTACK("si-thumbtack", '\uedf7'), THUNDERBIRD("si-thunderbird", '\uedf8'), TIDAL("si-tidal", '\uedf9'), TIDE("si-tide", '\uedfa'), TIKTOK("si-tiktok", '\uedfb'), TIMESCALE("si-timescale", '\uedfc'), TINDER("si-tinder", '\uedfd'), TODOIST("si-todoist", '\uedfe'), TOGGL("si-toggl", '\uedff'), TOKYOMETRO("si-tokyometro", '\uee00'), TOMORROWLAND("si-tomorrowland", '\uee01'), TOPCODER("si-topcoder", '\uee02'), TOPTAL("si-toptal", '\uee03'), TOR("si-tor", '\uee04'), TORBROWSER("si-torbrowser", '\uee05'), TOSHIBA("si-toshiba", '\uee06'), TOYOTA("si-toyota", '\uee07'), TRAINERROAD("si-trainerroad", '\uee08'), TRAKT("si-trakt", '\uee09'), TRANSPORTFORIRELAND("si-transportforireland", '\uee0a'), TRANSPORTFORLONDON("si-transportforlondon", '\uee0b'), TRAVISCI("si-travisci", '\uee0c'), TREEHOUSE("si-treehouse", '\uee0d'), TRELLO("si-trello", '\uee0e'), TRENDMICRO("si-trendmicro", '\uee0f'), TRIPADVISOR("si-tripadvisor", '\uee10'), TROVE("si-trove", '\uee11'), TRULIA("si-trulia", '\uee12'), TRUSTEDSHOPS("si-trustedshops", '\uee13'), TRUSTPILOT("si-trustpilot", '\uee14'), TRYITONLINE("si-tryitonline", '\uee15'), TUI("si-tui", '\uee16'), TUMBLR("si-tumblr", '\uee17'), TUNEIN("si-tunein", '\uee18'), TURBOSQUID("si-turbosquid", '\uee19'), TURKISHAIRLINES("si-turkishairlines", '\uee1a'), TWILIO("si-twilio", '\uee1b'), TWITCH("si-twitch", '\uee1c'), TWITTER("si-twitter", '\uee1d'), TWOO("si-twoo", '\uee1e'), TYPESCRIPT("si-typescript", '\uee1f'), TYPO3("si-typo3", '\uee20'), T_MOBILE("si-t-mobile", '\ueddb'), UBER("si-uber", '\uee21'), UBEREATS("si-ubereats", '\uee22'), UBIQUITI("si-ubiquiti", '\uee23'), UBISOFT("si-ubisoft", '\uee24'), UBLOCKORIGIN("si-ublockorigin", '\uee25'), UBUNTU("si-ubuntu", '\uee26'), UDACITY("si-udacity", '\uee27'), UDEMY("si-udemy", '\uee28'), UIKIT("si-uikit", '\uee29'), ULULE("si-ulule", '\uee2a'), UMBRACO("si-umbraco", '\uee2b'), UNICODE("si-unicode", '\uee2c'), UNILEVER("si-unilever", '\uee2d'), UNITEDAIRLINES("si-unitedairlines", '\uee2e'), UNITY("si-unity", '\uee2f'), UNREALENGINE("si-unrealengine", '\uee30'), UNSPLASH("si-unsplash", '\uee31'), UNTANGLE("si-untangle", '\uee32'), UNTAPPD("si-untappd", '\uee33'), UPLABS("si-uplabs", '\uee34'), UPLOADED("si-uploaded", '\uee35'), UPWORK("si-upwork", '\uee36'), V("si-v", '\uee37'), V8("si-v8", '\uee38'), VAGRANT("si-vagrant", '\uee39'), VALVE("si-valve", '\uee3a'), VAUXHALL("si-vauxhall", '\uee3b'), VBULLETIN("si-vbulletin", '\uee3c'), VEEAM("si-veeam", '\uee3d'), VENMO("si-venmo", '\uee3e'), VERCEL("si-vercel", '\uee3f'), VERITAS("si-veritas", '\uee40'), VERIZON("si-verizon", '\uee41'), VFAIRS("si-vfairs", '\uee42'), VIADEO("si-viadeo", '\uee43'), VIBER("si-viber", '\uee44'), VIM("si-vim", '\uee45'), VIMEO("si-vimeo", '\uee46'), VINE("si-vine", '\uee47'), VIRB("si-virb", '\uee48'), VIRTUALBOX("si-virtualbox", '\uee49'), VIRUSTOTAL("si-virustotal", '\uee4a'), VISA("si-visa", '\uee4b'), VISUALSTUDIO("si-visualstudio", '\uee4c'), VISUALSTUDIOCODE("si-visualstudiocode", '\uee4d'), VIVALDI("si-vivaldi", '\uee4e'), VIVINO("si-vivino", '\uee4f'), VK("si-vk", '\uee50'), VLCMEDIAPLAYER("si-vlcmediaplayer", '\uee51'), VMWARE("si-vmware", '\uee52'), VODAFONE("si-vodafone", '\uee53'), VOLKSWAGEN("si-volkswagen", '\uee54'), VOLVO("si-volvo", '\uee55'), VSCO("si-vsco", '\uee56'), VUETIFY("si-vuetify", '\uee58'), VUE_DOT_JS("si-vue-dot-js", '\uee57'), VULKAN("si-vulkan", '\uee59'), VULTR("si-vultr", '\uee5a'), W3C("si-w3c", '\uee5b'), WAGTAIL("si-wagtail", '\uee5c'), WAKATIME("si-wakatime", '\uee5d'), WARNERBROS_DOT("si-warnerbros-dot", '\uee5e'), WATTPAD("si-wattpad", '\uee5f'), WAZE("si-waze", '\uee60'), WEAROS("si-wearos", '\uee61'), WEASYL("si-weasyl", '\uee62'), WEBASSEMBLY("si-webassembly", '\uee63'), WEBAUTHN("si-webauthn", '\uee64'), WEBCOMPONENTS_DOT_ORG("si-webcomponents-dot-org", '\uee65'), WEBGL("si-webgl", '\uee66'), WEBMIN("si-webmin", '\uee67'), WEBMONEY("si-webmoney", '\uee68'), WEBPACK("si-webpack", '\uee69'), WEBRTC("si-webrtc", '\uee6a'), WEBSTORM("si-webstorm", '\uee6b'), WECHAT("si-wechat", '\uee6c'), WEMO("si-wemo", '\uee6d'), WHATSAPP("si-whatsapp", '\uee6e'), WHENIWORK("si-wheniwork", '\uee6f'), WHITESOURCE("si-whitesource", '\uee70'), WII("si-wii", '\uee71'), WIIU("si-wiiu", '\uee72'), WIKIMEDIACOMMONS("si-wikimediacommons", '\uee73'), WIKIPEDIA("si-wikipedia", '\uee74'), WINDOWS("si-windows", '\uee75'), WINDOWS95("si-windows95", '\uee76'), WINDOWSXP("si-windowsxp", '\uee77'), WIRE("si-wire", '\uee78'), WIREGUARD("si-wireguard", '\uee79'), WISH("si-wish", '\uee7a'), WISTIA("si-wistia", '\uee7b'), WIX("si-wix", '\uee7c'), WIZZAIR("si-wizzair", '\uee7d'), WOLFRAM("si-wolfram", '\uee7e'), WOLFRAMLANGUAGE("si-wolframlanguage", '\uee7f'), WOLFRAMMATHEMATICA("si-wolframmathematica", '\uee80'), WOO("si-woo", '\uee81'), WOOCOMMERCE("si-woocommerce", '\uee82'), WORDPRESS("si-wordpress", '\uee83'), WORKPLACE("si-workplace", '\uee84'), WORLDHEALTHORGANIZATION("si-worldhealthorganization", '\uee85'), WPENGINE("si-wpengine", '\uee86'), WPROCKET("si-wprocket", '\uee87'), WRITE_DOT_AS("si-write-dot-as", '\uee88'), WWE("si-wwe", '\uee89'), XAMARIN("si-xamarin", '\uee8c'), XAML("si-xaml", '\uee8d'), XAMPP("si-xampp", '\uee8e'), XBOX("si-xbox", '\uee8f'), XCODE("si-xcode", '\uee90'), XDADEVELOPERS("si-xdadevelopers", '\uee91'), XERO("si-xero", '\uee92'), XFCE("si-xfce", '\uee93'), XIAOMI("si-xiaomi", '\uee94'), XING("si-xing", '\uee95'), XMPP("si-xmpp", '\uee96'), XRP("si-xrp", '\uee97'), XSPLIT("si-xsplit", '\uee98'), X_DOT_ORG("si-x-dot-org", '\uee8a'), X_PACK("si-x-pack", '\uee8b'), YAHOO("si-yahoo", '\uee99'), YAMAHACORPORATION("si-yamahacorporation", '\uee9a'), YAMAHAMOTORCORPORATION("si-yamahamotorcorporation", '\uee9b'), YAMMER("si-yammer", '\uee9c'), YANDEX("si-yandex", '\uee9d'), YARN("si-yarn", '\uee9e'), YCOMBINATOR("si-ycombinator", '\uee9f'), YELP("si-yelp", '\ueea0'), YOAST("si-yoast", '\ueea1'), YOUTUBE("si-youtube", '\ueea2'), YOUTUBEGAMING("si-youtubegaming", '\ueea3'), YOUTUBEMUSIC("si-youtubemusic", '\ueea4'), YOUTUBESTUDIO("si-youtubestudio", '\ueea5'), YOUTUBETV("si-youtubetv", '\ueea6'), ZALANDO("si-zalando", '\ueea8'), ZAPIER("si-zapier", '\ueea9'), ZDF("si-zdf", '\ueeaa'), ZEND("si-zend", '\ueeab'), ZENDESK("si-zendesk", '\ueeac'), ZENDFRAMEWORK("si-zendframework", '\ueead'), ZEROMQ("si-zeromq", '\ueeae'), ZERPLY("si-zerply", '\ueeaf'), ZHIHU("si-zhihu", '\ueeb0'), ZIGBEE("si-zigbee", '\ueeb1'), ZILLOW("si-zillow", '\ueeb2'), ZINGAT("si-zingat", '\ueeb3'), ZOOM("si-zoom", '\ueeb4'), ZORIN("si-zorin", '\ueeb5'), ZULIP("si-zulip", '\ueeb6'), Z_WAVE("si-z-wave", '\ueea7'); public static SimpleIcons findByDescription(String description) { for (SimpleIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; SimpleIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-simpleicons-pack/src/main/java/org/kordamp/ikonli/simpleicons/SimpleIconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.simpleicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class SimpleIconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/simpleicons/3.12.2/fonts/Simple-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("si-"); } @Override public Ikon resolve(String description) { return SimpleIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Simple-Icons"; } } ================================================ FILE: icon-packs/ikonli-simpleicons-pack/src/main/java/org/kordamp/ikonli/simpleicons/SimpleIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.simpleicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class SimpleIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return SimpleIcons.class; } } ================================================ FILE: icon-packs/ikonli-simpleicons-pack/src/main/resources/META-INF/resources/simpleicons/3.12.2/css/simpleicons.css ================================================ @font-face { font-family: 'Simple-Icons'; src: url('../fonts/Simple-Icons.eot?tutprr'); src: url('../fonts/Simple-Icons.eot?tutprr#iefix') format('embedded-opentype'), url('../fonts/Simple-Icons.ttf?tutprr') format('truetype'), url('../fonts/Simple-Icons.woff?tutprr') format('woff'), url('../fonts/Simple-Icons.svg?tutprr#Simple-Icons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="si-"], [class*=" si-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Simple-Icons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .si-1-password:before { content: "\e900"; } .si-4d:before { content: "\e901"; } .si-42:before { content: "\e902"; } .si-500px:before { content: "\e903"; } .si-1001tracklists:before { content: "\e904"; } .si-a-frame:before { content: "\e905"; } .si-abbrobotstudio:before { content: "\e906"; } .si-abletonlive:before { content: "\e907"; } .si-about-dot-me:before { content: "\e908"; } .si-abstract:before { content: "\e909"; } .si-academia:before { content: "\e90a"; } .si-accusoft:before { content: "\e90b"; } .si-acm:before { content: "\e90c"; } .si-actigraph:before { content: "\e90d"; } .si-activision:before { content: "\e90e"; } .si-adblock:before { content: "\e90f"; } .si-adblockplus:before { content: "\e910"; } .si-addthis:before { content: "\e911"; } .si-adguard:before { content: "\e912"; } .si-adobe:before { content: "\e913"; } .si-adobeacrobatreader:before { content: "\e914"; } .si-adobeaftereffects:before { content: "\e915"; } .si-adobeaudition:before { content: "\e916"; } .si-adobecreativecloud:before { content: "\e917"; } .si-adobedreamweaver:before { content: "\e918"; } .si-adobefonts:before { content: "\e919"; } .si-adobeillustrator:before { content: "\e91a"; } .si-adobeindesign:before { content: "\e91b"; } .si-adobelightroomcc:before { content: "\e91c"; } .si-adobelightroomclassic:before { content: "\e91d"; } .si-adobephonegap:before { content: "\e91e"; } .si-adobephotoshop:before { content: "\e91f"; } .si-adobepremierepro:before { content: "\e920"; } .si-adobexd:before { content: "\e921"; } .si-adonisjs:before { content: "\e922"; } .si-aerlingus:before { content: "\e923"; } .si-affinity:before { content: "\e924"; } .si-affinitydesigner:before { content: "\e925"; } .si-affinityphoto:before { content: "\e926"; } .si-affinitypublisher:before { content: "\e927"; } .si-aiqfome:before { content: "\e928"; } .si-airbnb:before { content: "\e929"; } .si-airbus:before { content: "\e92a"; } .si-aircall:before { content: "\e92b"; } .si-aircanada:before { content: "\e92c"; } .si-airfrance:before { content: "\e92d"; } .si-airplayaudio:before { content: "\e92e"; } .si-airplayvideo:before { content: "\e92f"; } .si-airtable:before { content: "\e930"; } .si-alfaromeo:before { content: "\e931"; } .si-algolia:before { content: "\e932"; } .si-alipay:before { content: "\e933"; } .si-alliedmodders:before { content: "\e934"; } .si-allocine:before { content: "\e935"; } .si-alpinelinux:before { content: "\e936"; } .si-altiumdesigner:before { content: "\e937"; } .si-amazon:before { content: "\e938"; } .si-amazonalexa:before { content: "\e939"; } .si-amazonaws:before { content: "\e93a"; } .si-amazonfiretv:before { content: "\e93b"; } .si-amazonlumberyard:before { content: "\e93c"; } .si-amazonprime:before { content: "\e93d"; } .si-amd:before { content: "\e93e"; } .si-americanairlines:before { content: "\e93f"; } .si-americanexpress:before { content: "\e940"; } .si-anaconda:before { content: "\e941"; } .si-analogue:before { content: "\e942"; } .si-anchor:before { content: "\e943"; } .si-andela:before { content: "\e944"; } .si-android:before { content: "\e945"; } .si-androidauto:before { content: "\e946"; } .si-androidstudio:before { content: "\e947"; } .si-angellist:before { content: "\e948"; } .si-angular:before { content: "\e949"; } .si-angularjs:before { content: "\e94a"; } .si-angularuniversal:before { content: "\e94b"; } .si-ansible:before { content: "\e94c"; } .si-ansys:before { content: "\e94d"; } .si-antdesign:before { content: "\e94e"; } .si-antena3:before { content: "\e94f"; } .si-apache:before { content: "\e950"; } .si-apacheairflow:before { content: "\e951"; } .si-apacheant:before { content: "\e952"; } .si-apachecassandra:before { content: "\e953"; } .si-apachecloudstack:before { content: "\e954"; } .si-apachecordova:before { content: "\e955"; } .si-apachedruid:before { content: "\e956"; } .si-apacheecharts:before { content: "\e957"; } .si-apacheflink:before { content: "\e958"; } .si-apachekafka:before { content: "\e959"; } .si-apachemaven:before { content: "\e95a"; } .si-apachenetbeanside:before { content: "\e95b"; } .si-apacheopenoffice:before { content: "\e95c"; } .si-apachepulsar:before { content: "\e95d"; } .si-apacherocketmq:before { content: "\e95e"; } .si-apachesolr:before { content: "\e95f"; } .si-apachespark:before { content: "\e960"; } .si-apollographql:before { content: "\e961"; } .si-apple:before { content: "\e962"; } .si-applemusic:before { content: "\e963"; } .si-applepay:before { content: "\e964"; } .si-applepodcasts:before { content: "\e965"; } .si-appletv:before { content: "\e966"; } .si-appsignal:before { content: "\e967"; } .si-appstore:before { content: "\e968"; } .si-appveyor:before { content: "\e969"; } .si-aral:before { content: "\e96a"; } .si-archicad:before { content: "\e96b"; } .si-archiveofourown:before { content: "\e96c"; } .si-archlinux:before { content: "\e96d"; } .si-ardour:before { content: "\e96e"; } .si-arduino:before { content: "\e96f"; } .si-arlo:before { content: "\e970"; } .si-artstation:before { content: "\e971"; } .si-arxiv:before { content: "\e972"; } .si-asana:before { content: "\e973"; } .si-asciidoctor:before { content: "\e974"; } .si-asciinema:before { content: "\e975"; } .si-aseprite:before { content: "\e976"; } .si-askfm:before { content: "\e977"; } .si-asus:before { content: "\e978"; } .si-at-and-t:before { content: "\e979"; } .si-atari:before { content: "\e97a"; } .si-atlassian:before { content: "\e97b"; } .si-atom:before { content: "\e97c"; } .si-audacity:before { content: "\e97d"; } .si-audi:before { content: "\e97e"; } .si-audible:before { content: "\e97f"; } .si-audio-technica:before { content: "\e980"; } .si-audioboom:before { content: "\e981"; } .si-audiomack:before { content: "\e982"; } .si-aurelia:before { content: "\e983"; } .si-auth0:before { content: "\e984"; } .si-authy:before { content: "\e985"; } .si-autodesk:before { content: "\e986"; } .si-automatic:before { content: "\e987"; } .si-autotask:before { content: "\e988"; } .si-aventrix:before { content: "\e989"; } .si-awesomelists:before { content: "\e98a"; } .si-awesomewm:before { content: "\e98b"; } .si-azureartifacts:before { content: "\e98c"; } .si-azuredataexplorer:before { content: "\e98d"; } .si-azuredevops:before { content: "\e98e"; } .si-azurefunctions:before { content: "\e98f"; } .si-azurepipelines:before { content: "\e990"; } .si-babel:before { content: "\e991"; } .si-badgr:before { content: "\e992"; } .si-badoo:before { content: "\e993"; } .si-baidu:before { content: "\e994"; } .si-bamboo:before { content: "\e995"; } .si-bancontact:before { content: "\e996"; } .si-bandcamp:before { content: "\e997"; } .si-bandlab:before { content: "\e998"; } .si-bandsintown:before { content: "\e999"; } .si-basecamp:before { content: "\e99a"; } .si-bata:before { content: "\e99b"; } .si-bathasu:before { content: "\e99c"; } .si-battle-dot-net:before { content: "\e99d"; } .si-bbciplayer:before { content: "\e99e"; } .si-beatport:before { content: "\e99f"; } .si-beats:before { content: "\e9a0"; } .si-beatsbydre:before { content: "\e9a1"; } .si-behance:before { content: "\e9a2"; } .si-beijingsubway:before { content: "\e9a3"; } .si-bentley:before { content: "\e9a4"; } .si-bigcartel:before { content: "\e9a5"; } .si-bilibili:before { content: "\e9a6"; } .si-bing:before { content: "\e9a7"; } .si-bit:before { content: "\e9a8"; } .si-bitbucket:before { content: "\e9a9"; } .si-bitcoin:before { content: "\e9aa"; } .si-bitdefender:before { content: "\e9ab"; } .si-bitly:before { content: "\e9ac"; } .si-bitrise:before { content: "\e9ad"; } .si-bitwarden:before { content: "\e9ae"; } .si-blackberry:before { content: "\e9af"; } .si-blender:before { content: "\e9b0"; } .si-blogger:before { content: "\e9b1"; } .si-bloglovin:before { content: "\e9b2"; } .si-bluetooth:before { content: "\e9b3"; } .si-bmcsoftware:before { content: "\e9b4"; } .si-bmw:before { content: "\e9b5"; } .si-boeing:before { content: "\e9b6"; } .si-boost:before { content: "\e9b7"; } .si-bootstrap:before { content: "\e9b8"; } .si-bosch:before { content: "\e9b9"; } .si-bose:before { content: "\e9ba"; } .si-bower:before { content: "\e9bb"; } .si-box:before { content: "\e9bc"; } .si-brand-dot-ai:before { content: "\e9bd"; } .si-brandfolder:before { content: "\e9be"; } .si-brave:before { content: "\e9bf"; } .si-breaker:before { content: "\e9c0"; } .si-broadcom:before { content: "\e9c1"; } .si-bt:before { content: "\e9c2"; } .si-buddy:before { content: "\e9c3"; } .si-buefy:before { content: "\e9c4"; } .si-buffer:before { content: "\e9c5"; } .si-bugatti:before { content: "\e9c6"; } .si-bugsnag:before { content: "\e9c7"; } .si-buildkite:before { content: "\e9c8"; } .si-bulma:before { content: "\e9c9"; } .si-bunq:before { content: "\e9ca"; } .si-buymeacoffee:before { content: "\e9cb"; } .si-buzzfeed:before { content: "\e9cc"; } .si-byte:before { content: "\e9cd"; } .si-c:before { content: "\e9ce"; } .si-cairometro:before { content: "\e9cf"; } .si-cakephp:before { content: "\e9d0"; } .si-campaignmonitor:before { content: "\e9d1"; } .si-canonical:before { content: "\e9d2"; } .si-canva:before { content: "\e9d3"; } .si-carthrottle:before { content: "\e9d4"; } .si-carto:before { content: "\e9d5"; } .si-cashapp:before { content: "\e9d6"; } .si-castbox:before { content: "\e9d7"; } .si-castorama:before { content: "\e9d8"; } .si-castro:before { content: "\e9d9"; } .si-caterpillar:before { content: "\e9da"; } .si-cdprojekt:before { content: "\e9db"; } .si-celery:before { content: "\e9dc"; } .si-centos:before { content: "\e9dd"; } .si-cesium:before { content: "\e9de"; } .si-cevo:before { content: "\e9df"; } .si-chartmogul:before { content: "\e9e0"; } .si-chase:before { content: "\e9e1"; } .si-checkmarx:before { content: "\e9e2"; } .si-chef:before { content: "\e9e3"; } .si-chocolatey:before { content: "\e9e4"; } .si-chupachups:before { content: "\e9e5"; } .si-cinema4d:before { content: "\e9e6"; } .si-circle:before { content: "\e9e7"; } .si-circleci:before { content: "\e9e8"; } .si-cirrusci:before { content: "\e9e9"; } .si-cisco:before { content: "\e9ea"; } .si-citrix:before { content: "\e9eb"; } .si-citroen:before { content: "\e9ec"; } .si-civicrm:before { content: "\e9ed"; } .si-claris:before { content: "\e9ee"; } .si-clickup:before { content: "\e9ef"; } .si-cliqz:before { content: "\e9f0"; } .si-clockify:before { content: "\e9f1"; } .si-clojure:before { content: "\e9f2"; } .si-cloud66:before { content: "\e9f3"; } .si-cloudbees:before { content: "\e9f4"; } .si-cloudcannon:before { content: "\e9f5"; } .si-cloudflare:before { content: "\e9f6"; } .si-cloudsmith:before { content: "\e9f7"; } .si-clubhouse:before { content: "\e9f8"; } .si-clyp:before { content: "\e9f9"; } .si-cmake:before { content: "\e9fa"; } .si-cnn:before { content: "\e9fb"; } .si-co-op:before { content: "\e9fc"; } .si-cocoapods:before { content: "\e9fd"; } .si-coda:before { content: "\e9fe"; } .si-codacy:before { content: "\e9ff"; } .si-codecademy:before { content: "\ea00"; } .si-codechef:before { content: "\ea01"; } .si-codeclimate:before { content: "\ea02"; } .si-codecov:before { content: "\ea03"; } .si-codefactor:before { content: "\ea04"; } .si-codeforces:before { content: "\ea05"; } .si-codeigniter:before { content: "\ea06"; } .si-codepen:before { content: "\ea07"; } .si-codersrank:before { content: "\ea08"; } .si-coderwall:before { content: "\ea09"; } .si-codesandbox:before { content: "\ea0a"; } .si-codeship:before { content: "\ea0b"; } .si-codewars:before { content: "\ea0c"; } .si-codio:before { content: "\ea0d"; } .si-coffeescript:before { content: "\ea0e"; } .si-coinbase:before { content: "\ea0f"; } .si-commonworkflowlanguage:before { content: "\ea10"; } .si-composer:before { content: "\ea11"; } .si-compropago:before { content: "\ea12"; } .si-concourse:before { content: "\ea13"; } .si-conda-forge:before { content: "\ea14"; } .si-conekta:before { content: "\ea15"; } .si-confluence:before { content: "\ea16"; } .si-consul:before { content: "\ea17"; } .si-contactlesspayment:before { content: "\ea18"; } .si-convertio:before { content: "\ea19"; } .si-coronaengine:before { content: "\ea1a"; } .si-coronarenderer:before { content: "\ea1b"; } .si-counter-strike:before { content: "\ea1c"; } .si-coursera:before { content: "\ea1d"; } .si-coveralls:before { content: "\ea1e"; } .si-cpanel:before { content: "\ea1f"; } .si-cplusplus:before { content: "\ea20"; } .si-craftcms:before { content: "\ea21"; } .si-creativecommons:before { content: "\ea22"; } .si-crehana:before { content: "\ea23"; } .si-crowdin:before { content: "\ea24"; } .si-crunchbase:before { content: "\ea25"; } .si-crunchyroll:before { content: "\ea26"; } .si-cryengine:before { content: "\ea27"; } .si-csharp:before { content: "\ea28"; } .si-css3:before { content: "\ea29"; } .si-csswizardry:before { content: "\ea2a"; } .si-curl:before { content: "\ea2b"; } .si-curseforge:before { content: "\ea2c"; } .si-cypress:before { content: "\ea2d"; } .si-d3-dot-js:before { content: "\ea2e"; } .si-daf:before { content: "\ea2f"; } .si-dailymotion:before { content: "\ea30"; } .si-daimler:before { content: "\ea31"; } .si-darkreader:before { content: "\ea32"; } .si-dart:before { content: "\ea33"; } .si-daserste:before { content: "\ea34"; } .si-dash:before { content: "\ea35"; } .si-dashlane:before { content: "\ea36"; } .si-dassaultsystemes:before { content: "\ea37"; } .si-datacamp:before { content: "\ea38"; } .si-datadog:before { content: "\ea39"; } .si-dazn:before { content: "\ea3a"; } .si-dblp:before { content: "\ea3b"; } .si-dcentertainment:before { content: "\ea3c"; } .si-debian:before { content: "\ea3d"; } .si-deepin:before { content: "\ea3e"; } .si-deezer:before { content: "\ea3f"; } .si-delicious:before { content: "\ea40"; } .si-deliveroo:before { content: "\ea41"; } .si-dell:before { content: "\ea42"; } .si-deno:before { content: "\ea43"; } .si-dependabot:before { content: "\ea44"; } .si-derspiegel:before { content: "\ea45"; } .si-designernews:before { content: "\ea46"; } .si-dev-dot-to:before { content: "\ea47"; } .si-deviantart:before { content: "\ea48"; } .si-devrant:before { content: "\ea49"; } .si-dhl:before { content: "\ea4a"; } .si-diaspora:before { content: "\ea4b"; } .si-digg:before { content: "\ea4c"; } .si-digitalocean:before { content: "\ea4d"; } .si-dior:before { content: "\ea4e"; } .si-directus:before { content: "\ea4f"; } .si-discogs:before { content: "\ea50"; } .si-discord:before { content: "\ea51"; } .si-discourse:before { content: "\ea52"; } .si-discover:before { content: "\ea53"; } .si-disqus:before { content: "\ea54"; } .si-disroot:before { content: "\ea55"; } .si-django:before { content: "\ea56"; } .si-dlna:before { content: "\ea57"; } .si-docker:before { content: "\ea58"; } .si-docusign:before { content: "\ea59"; } .si-dolby:before { content: "\ea5a"; } .si-dot-net:before { content: "\ea5b"; } .si-douban:before { content: "\ea5c"; } .si-draugiem-dot-lv:before { content: "\ea5d"; } .si-dribbble:before { content: "\ea5e"; } .si-drone:before { content: "\ea5f"; } .si-drooble:before { content: "\ea60"; } .si-dropbox:before { content: "\ea61"; } .si-drupal:before { content: "\ea62"; } .si-dsautomobiles:before { content: "\ea63"; } .si-dtube:before { content: "\ea64"; } .si-duckduckgo:before { content: "\ea65"; } .si-dunked:before { content: "\ea66"; } .si-duolingo:before { content: "\ea67"; } .si-dynamics365:before { content: "\ea68"; } .si-dynatrace:before { content: "\ea69"; } .si-ea:before { content: "\ea6a"; } .si-easyjet:before { content: "\ea6b"; } .si-ebay:before { content: "\ea6c"; } .si-eclipseide:before { content: "\ea6d"; } .si-eclipsemosquitto:before { content: "\ea6e"; } .si-egnyte:before { content: "\ea6f"; } .si-elastic:before { content: "\ea70"; } .si-elasticcloud:before { content: "\ea71"; } .si-elasticsearch:before { content: "\ea72"; } .si-elasticstack:before { content: "\ea73"; } .si-electron:before { content: "\ea74"; } .si-elementary:before { content: "\ea75"; } .si-eleventy:before { content: "\ea76"; } .si-elixir:before { content: "\ea77"; } .si-eljueves:before { content: "\ea78"; } .si-ello:before { content: "\ea79"; } .si-elm:before { content: "\ea7a"; } .si-elsevier:before { content: "\ea7b"; } .si-embarcadero:before { content: "\ea7c"; } .si-ember-dot-js:before { content: "\ea7d"; } .si-emby:before { content: "\ea7e"; } .si-emlakjet:before { content: "\ea7f"; } .si-empirekred:before { content: "\ea80"; } .si-envato:before { content: "\ea81"; } .si-epel:before { content: "\ea82"; } .si-epicgames:before { content: "\ea83"; } .si-epson:before { content: "\ea84"; } .si-erlang:before { content: "\ea85"; } .si-esea:before { content: "\ea86"; } .si-eslgaming:before { content: "\ea87"; } .si-eslint:before { content: "\ea88"; } .si-ethereum:before { content: "\ea89"; } .si-etsy:before { content: "\ea8a"; } .si-eventbrite:before { content: "\ea8b"; } .si-eventstore:before { content: "\ea8c"; } .si-evernote:before { content: "\ea8d"; } .si-everplaces:before { content: "\ea8e"; } .si-evry:before { content: "\ea8f"; } .si-exercism:before { content: "\ea90"; } .si-expertsexchange:before { content: "\ea91"; } .si-expo:before { content: "\ea92"; } .si-eyeem:before { content: "\ea93"; } .si-f-droid:before { content: "\ea94"; } .si-f-secure:before { content: "\ea95"; } .si-facebook:before { content: "\ea96"; } .si-facebookgaming:before { content: "\ea97"; } .si-facebooklive:before { content: "\ea98"; } .si-faceit:before { content: "\ea99"; } .si-fandango:before { content: "\ea9a"; } .si-fandom:before { content: "\ea9b"; } .si-farfetch:before { content: "\ea9c"; } .si-fastapi:before { content: "\ea9d"; } .si-fastify:before { content: "\ea9e"; } .si-fastly:before { content: "\ea9f"; } .si-favro:before { content: "\eaa0"; } .si-feathub:before { content: "\eaa1"; } .si-fedora:before { content: "\eaa2"; } .si-fedramp:before { content: "\eaa3"; } .si-feedly:before { content: "\eaa4"; } .si-ferrari:before { content: "\eaa5"; } .si-ferrarin-dot-v-dot:before { content: "\eaa6"; } .si-fiat:before { content: "\eaa7"; } .si-fidoalliance:before { content: "\eaa8"; } .si-fifa:before { content: "\eaa9"; } .si-figma:before { content: "\eaaa"; } .si-figshare:before { content: "\eaab"; } .si-fila:before { content: "\eaac"; } .si-filezilla:before { content: "\eaad"; } .si-firebase:before { content: "\eaae"; } .si-firefox:before { content: "\eaaf"; } .si-firefoxbrowser:before { content: "\eab0"; } .si-first:before { content: "\eab1"; } .si-fitbit:before { content: "\eab2"; } .si-fite:before { content: "\eab3"; } .si-fiverr:before { content: "\eab4"; } .si-flask:before { content: "\eab5"; } .si-flathub:before { content: "\eab6"; } .si-flattr:before { content: "\eab7"; } .si-flickr:before { content: "\eab8"; } .si-flipboard:before { content: "\eab9"; } .si-floatplane:before { content: "\eaba"; } .si-flood:before { content: "\eabb"; } .si-fluentd:before { content: "\eabc"; } .si-flutter:before { content: "\eabd"; } .si-fnac:before { content: "\eabe"; } .si-fontawesome:before { content: "\eabf"; } .si-ford:before { content: "\eac0"; } .si-formstack:before { content: "\eac1"; } .si-fortinet:before { content: "\eac2"; } .si-fossa:before { content: "\eac3"; } .si-fossilscm:before { content: "\eac4"; } .si-foursquare:before { content: "\eac5"; } .si-framer:before { content: "\eac6"; } .si-freebsd:before { content: "\eac7"; } .si-freecodecamp:before { content: "\eac8"; } .si-freedesktop-dot-org:before { content: "\eac9"; } .si-freelancer:before { content: "\eaca"; } .si-fujifilm:before { content: "\eacb"; } .si-fujitsu:before { content: "\eacc"; } .si-furaffinity:before { content: "\eacd"; } .si-furrynetwork:before { content: "\eace"; } .si-g2a:before { content: "\eacf"; } .si-garmin:before { content: "\ead0"; } .si-gatling:before { content: "\ead1"; } .si-gatsby:before { content: "\ead2"; } .si-gauges:before { content: "\ead3"; } .si-geeksforgeeks:before { content: "\ead4"; } .si-generalmotors:before { content: "\ead5"; } .si-genius:before { content: "\ead6"; } .si-gentoo:before { content: "\ead7"; } .si-geocaching:before { content: "\ead8"; } .si-gerrit:before { content: "\ead9"; } .si-ghost:before { content: "\eada"; } .si-ghostery:before { content: "\eadb"; } .si-gimp:before { content: "\eadc"; } .si-giphy:before { content: "\eadd"; } .si-git:before { content: "\eade"; } .si-gitea:before { content: "\eadf"; } .si-github:before { content: "\eae0"; } .si-githubactions:before { content: "\eae1"; } .si-gitkraken:before { content: "\eae2"; } .si-gitlab:before { content: "\eae3"; } .si-gitpod:before { content: "\eae4"; } .si-gitter:before { content: "\eae5"; } .si-glassdoor:before { content: "\eae6"; } .si-glitch:before { content: "\eae7"; } .si-gmail:before { content: "\eae8"; } .si-gnome:before { content: "\eae9"; } .si-gnu:before { content: "\eaea"; } .si-gnubash:before { content: "\eaeb"; } .si-gnuemacs:before { content: "\eaec"; } .si-gnuicecat:before { content: "\eaed"; } .si-gnuprivacyguard:before { content: "\eaee"; } .si-gnusocial:before { content: "\eaef"; } .si-go:before { content: "\eaf0"; } .si-godotengine:before { content: "\eaf1"; } .si-gofundme:before { content: "\eaf2"; } .si-gog-dot-com:before { content: "\eaf3"; } .si-goldenline:before { content: "\eaf4"; } .si-goodreads:before { content: "\eaf5"; } .si-google:before { content: "\eaf6"; } .si-googleads:before { content: "\eaf7"; } .si-googleadsense:before { content: "\eaf8"; } .si-googleanalytics:before { content: "\eaf9"; } .si-googleassistant:before { content: "\eafa"; } .si-googlecalendar:before { content: "\eafb"; } .si-googlecardboard:before { content: "\eafc"; } .si-googlecast:before { content: "\eafd"; } .si-googlechrome:before { content: "\eafe"; } .si-googleclassroom:before { content: "\eaff"; } .si-googlecloud:before { content: "\eb00"; } .si-googledrive:before { content: "\eb01"; } .si-googleearth:before { content: "\eb02"; } .si-googlefit:before { content: "\eb03"; } .si-googlehangouts:before { content: "\eb04"; } .si-googlehangoutschat:before { content: "\eb05"; } .si-googlehangoutsmeet:before { content: "\eb06"; } .si-googlekeep:before { content: "\eb07"; } .si-googlelens:before { content: "\eb08"; } .si-googlemaps:before { content: "\eb09"; } .si-googlemessages:before { content: "\eb0a"; } .si-googlemybusiness:before { content: "\eb0b"; } .si-googlenearby:before { content: "\eb0c"; } .si-googlenews:before { content: "\eb0d"; } .si-googlepay:before { content: "\eb0e"; } .si-googleplay:before { content: "\eb0f"; } .si-googlepodcasts:before { content: "\eb10"; } .si-googlescholar:before { content: "\eb11"; } .si-googlesearchconsole:before { content: "\eb12"; } .si-googlesheets:before { content: "\eb13"; } .si-googlestreetview:before { content: "\eb14"; } .si-googletagmanager:before { content: "\eb15"; } .si-googletranslate:before { content: "\eb16"; } .si-gov-dot-uk:before { content: "\eb17"; } .si-gradle:before { content: "\eb18"; } .si-grafana:before { content: "\eb19"; } .si-graphcool:before { content: "\eb1a"; } .si-graphql:before { content: "\eb1b"; } .si-grav:before { content: "\eb1c"; } .si-gravatar:before { content: "\eb1d"; } .si-greensock:before { content: "\eb1e"; } .si-gridsome:before { content: "\eb1f"; } .si-groovy:before { content: "\eb20"; } .si-groupon:before { content: "\eb21"; } .si-grunt:before { content: "\eb22"; } .si-guangzhoumetro:before { content: "\eb23"; } .si-gulp:before { content: "\eb24"; } .si-gumroad:before { content: "\eb25"; } .si-gumtree:before { content: "\eb26"; } .si-gutenberg:before { content: "\eb27"; } .si-habr:before { content: "\eb28"; } .si-hackaday:before { content: "\eb29"; } .si-hackclub:before { content: "\eb2a"; } .si-hackerearth:before { content: "\eb2b"; } .si-hackerone:before { content: "\eb2c"; } .si-hackerrank:before { content: "\eb2d"; } .si-hackhands:before { content: "\eb2e"; } .si-hackster:before { content: "\eb2f"; } .si-happycow:before { content: "\eb30"; } .si-harbor:before { content: "\eb31"; } .si-hashnode:before { content: "\eb32"; } .si-haskell:before { content: "\eb33"; } .si-hatenabookmark:before { content: "\eb34"; } .si-haveibeenpwned:before { content: "\eb35"; } .si-haxe:before { content: "\eb36"; } .si-hbo:before { content: "\eb37"; } .si-hcl:before { content: "\eb38"; } .si-hellofresh:before { content: "\eb39"; } .si-hellyhansen:before { content: "\eb3a"; } .si-helm:before { content: "\eb3b"; } .si-here:before { content: "\eb3c"; } .si-heroku:before { content: "\eb3d"; } .si-hexo:before { content: "\eb3e"; } .si-hey:before { content: "\eb3f"; } .si-highly:before { content: "\eb40"; } .si-hilton:before { content: "\eb41"; } .si-hipchat:before { content: "\eb42"; } .si-hitachi:before { content: "\eb43"; } .si-hive:before { content: "\eb44"; } .si-hockeyapp:before { content: "\eb45"; } .si-homeadvisor:before { content: "\eb46"; } .si-homeassistant:before { content: "\eb47"; } .si-homebrew:before { content: "\eb48"; } .si-homify:before { content: "\eb49"; } .si-honda:before { content: "\eb4a"; } .si-hootsuite:before { content: "\eb4b"; } .si-hotels-dot-com:before { content: "\eb4c"; } .si-houdini:before { content: "\eb4d"; } .si-houzz:before { content: "\eb4e"; } .si-hp:before { content: "\eb4f"; } .si-html5:before { content: "\eb50"; } .si-htmlacademy:before { content: "\eb51"; } .si-huawei:before { content: "\eb52"; } .si-hubspot:before { content: "\eb53"; } .si-hugo:before { content: "\eb54"; } .si-hulu:before { content: "\eb55"; } .si-humblebundle:before { content: "\eb56"; } .si-hurriyetemlak:before { content: "\eb57"; } .si-husqvarna:before { content: "\eb58"; } .si-hypothesis:before { content: "\eb59"; } .si-hyundai:before { content: "\eb5a"; } .si-iata:before { content: "\eb5b"; } .si-ibeacon:before { content: "\eb5c"; } .si-ibm:before { content: "\eb5d"; } .si-icloud:before { content: "\eb5e"; } .si-icomoon:before { content: "\eb5f"; } .si-icon:before { content: "\eb60"; } .si-iconfinder:before { content: "\eb61"; } .si-iconify:before { content: "\eb62"; } .si-iconjar:before { content: "\eb63"; } .si-icq:before { content: "\eb64"; } .si-ideal:before { content: "\eb65"; } .si-ifixit:before { content: "\eb66"; } .si-ifood:before { content: "\eb67"; } .si-ifttt:before { content: "\eb68"; } .si-iheartradio:before { content: "\eb69"; } .si-imdb:before { content: "\eb6a"; } .si-imgur:before { content: "\eb6b"; } .si-indeed:before { content: "\eb6c"; } .si-influxdb:before { content: "\eb6d"; } .si-inkscape:before { content: "\eb6e"; } .si-insomnia:before { content: "\eb6f"; } .si-instacart:before { content: "\eb70"; } .si-instagram:before { content: "\eb71"; } .si-instapaper:before { content: "\eb72"; } .si-instructables:before { content: "\eb73"; } .si-intel:before { content: "\eb74"; } .si-intellijidea:before { content: "\eb75"; } .si-intercom:before { content: "\eb76"; } .si-internetarchive:before { content: "\eb77"; } .si-internetexplorer:before { content: "\eb78"; } .si-invision:before { content: "\eb79"; } .si-invoiceninja:before { content: "\eb7a"; } .si-iobroker:before { content: "\eb7b"; } .si-ionic:before { content: "\eb7c"; } .si-ios:before { content: "\eb7d"; } .si-ipfs:before { content: "\eb7e"; } .si-issuu:before { content: "\eb7f"; } .si-itch-dot-io:before { content: "\eb80"; } .si-itunes:before { content: "\eb81"; } .si-iveco:before { content: "\eb82"; } .si-jabber:before { content: "\eb83"; } .si-jamboard:before { content: "\eb84"; } .si-jameson:before { content: "\eb85"; } .si-jasmine:before { content: "\eb86"; } .si-java:before { content: "\eb87"; } .si-javascript:before { content: "\eb88"; } .si-jbl:before { content: "\eb89"; } .si-jcb:before { content: "\eb8a"; } .si-jeep:before { content: "\eb8b"; } .si-jekyll:before { content: "\eb8c"; } .si-jenkins:before { content: "\eb8d"; } .si-jenkinsx:before { content: "\eb8e"; } .si-jest:before { content: "\eb8f"; } .si-jet:before { content: "\eb90"; } .si-jetbrains:before { content: "\eb91"; } .si-jfrog:before { content: "\eb92"; } .si-jfrogbintray:before { content: "\eb93"; } .si-jinja:before { content: "\eb94"; } .si-jira:before { content: "\eb95"; } .si-jirasoftware:before { content: "\eb96"; } .si-johndeere:before { content: "\eb97"; } .si-joomla:before { content: "\eb98"; } .si-jpeg:before { content: "\eb99"; } .si-jquery:before { content: "\eb9a"; } .si-jrgroup:before { content: "\eb9b"; } .si-jsdelivr:before { content: "\eb9c"; } .si-jsfiddle:before { content: "\eb9d"; } .si-json:before { content: "\eb9e"; } .si-jsonwebtokens:before { content: "\eb9f"; } .si-julia:before { content: "\eba0"; } .si-jupyter:before { content: "\eba1"; } .si-justeat:before { content: "\eba2"; } .si-justgiving:before { content: "\eba3"; } .si-kaggle:before { content: "\eba4"; } .si-kahoot:before { content: "\eba5"; } .si-kaios:before { content: "\eba6"; } .si-kakao:before { content: "\eba7"; } .si-karlsruherverkehrsverbund:before { content: "\eba8"; } .si-kaspersky:before { content: "\eba9"; } .si-katana:before { content: "\ebaa"; } .si-kde:before { content: "\ebab"; } .si-keepassxc:before { content: "\ebac"; } .si-kentico:before { content: "\ebad"; } .si-keras:before { content: "\ebae"; } .si-keybase:before { content: "\ebaf"; } .si-keycdn:before { content: "\ebb0"; } .si-khanacademy:before { content: "\ebb1"; } .si-khronosgroup:before { content: "\ebb2"; } .si-kia:before { content: "\ebb3"; } .si-kibana:before { content: "\ebb4"; } .si-kickstarter:before { content: "\ebb5"; } .si-kik:before { content: "\ebb6"; } .si-kirby:before { content: "\ebb7"; } .si-klm:before { content: "\ebb8"; } .si-klout:before { content: "\ebb9"; } .si-known:before { content: "\ebba"; } .si-ko-fi:before { content: "\ebbb"; } .si-kodi:before { content: "\ebbc"; } .si-koding:before { content: "\ebbd"; } .si-kofax:before { content: "\ebbe"; } .si-komoot:before { content: "\ebbf"; } .si-kotlin:before { content: "\ebc0"; } .si-krita:before { content: "\ebc1"; } .si-ktm:before { content: "\ebc2"; } .si-kubernetes:before { content: "\ebc3"; } .si-kyocera:before { content: "\ebc4"; } .si-labview:before { content: "\ebc5"; } .si-lamborghini:before { content: "\ebc6"; } .si-landrover:before { content: "\ebc7"; } .si-laravel:before { content: "\ebc8"; } .si-laravelhorizon:before { content: "\ebc9"; } .si-laravelnova:before { content: "\ebca"; } .si-last-dot-fm:before { content: "\ebcb"; } .si-lastpass:before { content: "\ebcc"; } .si-latex:before { content: "\ebcd"; } .si-launchpad:before { content: "\ebce"; } .si-lbry:before { content: "\ebcf"; } .si-leaflet:before { content: "\ebd0"; } .si-leanpub:before { content: "\ebd1"; } .si-leetcode:before { content: "\ebd2"; } .si-lenovo:before { content: "\ebd3"; } .si-letsencrypt:before { content: "\ebd4"; } .si-letterboxd:before { content: "\ebd5"; } .si-lg:before { content: "\ebd6"; } .si-lgtm:before { content: "\ebd7"; } .si-liberapay:before { content: "\ebd8"; } .si-librarything:before { content: "\ebd9"; } .si-libreoffice:before { content: "\ebda"; } .si-libuv:before { content: "\ebdb"; } .si-lighthouse:before { content: "\ebdc"; } .si-line:before { content: "\ebdd"; } .si-lineageos:before { content: "\ebde"; } .si-linewebtoon:before { content: "\ebdf"; } .si-linkedin:before { content: "\ebe0"; } .si-linode:before { content: "\ebe1"; } .si-linux:before { content: "\ebe2"; } .si-linuxfoundation:before { content: "\ebe3"; } .si-linuxmint:before { content: "\ebe4"; } .si-litecoin:before { content: "\ebe5"; } .si-livejournal:before { content: "\ebe6"; } .si-livestream:before { content: "\ebe7"; } .si-llvm:before { content: "\ebe8"; } .si-lmms:before { content: "\ebe9"; } .si-logitech:before { content: "\ebea"; } .si-logmein:before { content: "\ebeb"; } .si-logstash:before { content: "\ebec"; } .si-loom:before { content: "\ebed"; } .si-loop:before { content: "\ebee"; } .si-lospec:before { content: "\ebef"; } .si-lua:before { content: "\ebf0"; } .si-lubuntu:before { content: "\ebf1"; } .si-lufthansa:before { content: "\ebf2"; } .si-lumen:before { content: "\ebf3"; } .si-lyft:before { content: "\ebf4"; } .si-maas:before { content: "\ebf5"; } .si-macys:before { content: "\ebf6"; } .si-magento:before { content: "\ebf7"; } .si-magisk:before { content: "\ebf8"; } .si-mail-dot-ru:before { content: "\ebf9"; } .si-mailchimp:before { content: "\ebfa"; } .si-makerbot:before { content: "\ebfb"; } .si-man:before { content: "\ebfc"; } .si-manageiq:before { content: "\ebfd"; } .si-manjaro:before { content: "\ebfe"; } .si-mapbox:before { content: "\ebff"; } .si-mariadb:before { content: "\ec00"; } .si-mariadbfoundation:before { content: "\ec01"; } .si-markdown:before { content: "\ec02"; } .si-marketo:before { content: "\ec03"; } .si-marriott:before { content: "\ec04"; } .si-maserati:before { content: "\ec05"; } .si-mastercard:before { content: "\ec06"; } .si-mastodon:before { content: "\ec07"; } .si-material-ui:before { content: "\ec08"; } .si-materialdesign:before { content: "\ec09"; } .si-materialdesignicons:before { content: "\ec0a"; } .si-mathworks:before { content: "\ec0b"; } .si-matrix:before { content: "\ec0c"; } .si-mattermost:before { content: "\ec0d"; } .si-matternet:before { content: "\ec0e"; } .si-maytag:before { content: "\ec0f"; } .si-mazda:before { content: "\ec10"; } .si-mcafee:before { content: "\ec11"; } .si-mcdonalds:before { content: "\ec12"; } .si-mdnwebdocs:before { content: "\ec13"; } .si-mediafire:before { content: "\ec14"; } .si-mediatemple:before { content: "\ec15"; } .si-medium:before { content: "\ec16"; } .si-meetup:before { content: "\ec17"; } .si-mega:before { content: "\ec18"; } .si-mendeley:before { content: "\ec19"; } .si-mercedes:before { content: "\ec1a"; } .si-messenger:before { content: "\ec1b"; } .si-meteor:before { content: "\ec1c"; } .si-metrodelaciudaddemexico:before { content: "\ec1d"; } .si-metrodemadrid:before { content: "\ec1e"; } .si-metrodeparis:before { content: "\ec1f"; } .si-micro-dot-blog:before { content: "\ec20"; } .si-microbit:before { content: "\ec21"; } .si-microgenetics:before { content: "\ec22"; } .si-microsoft:before { content: "\ec23"; } .si-microsoftacademic:before { content: "\ec24"; } .si-microsoftaccess:before { content: "\ec25"; } .si-microsoftazure:before { content: "\ec26"; } .si-microsoftedge:before { content: "\ec27"; } .si-microsoftexcel:before { content: "\ec28"; } .si-microsoftexchange:before { content: "\ec29"; } .si-microsoftoffice:before { content: "\ec2a"; } .si-microsoftonedrive:before { content: "\ec2b"; } .si-microsoftonenote:before { content: "\ec2c"; } .si-microsoftoutlook:before { content: "\ec2d"; } .si-microsoftpowerpoint:before { content: "\ec2e"; } .si-microsoftsharepoint:before { content: "\ec2f"; } .si-microsoftsqlserver:before { content: "\ec30"; } .si-microsoftteams:before { content: "\ec31"; } .si-microsoftvisio:before { content: "\ec32"; } .si-microsoftword:before { content: "\ec33"; } .si-microstrategy:before { content: "\ec34"; } .si-midi:before { content: "\ec35"; } .si-minds:before { content: "\ec36"; } .si-minecraft:before { content: "\ec37"; } .si-minetest:before { content: "\ec38"; } .si-mini:before { content: "\ec39"; } .si-minutemailer:before { content: "\ec3a"; } .si-mitsubishi:before { content: "\ec3b"; } .si-mix:before { content: "\ec3c"; } .si-mixcloud:before { content: "\ec3d"; } .si-mixer:before { content: "\ec3e"; } .si-mocha:before { content: "\ec3f"; } .si-mojangstudios:before { content: "\ec40"; } .si-moleculer:before { content: "\ec41"; } .si-monero:before { content: "\ec42"; } .si-mongodb:before { content: "\ec43"; } .si-monkeytie:before { content: "\ec44"; } .si-monogram:before { content: "\ec45"; } .si-monster:before { content: "\ec46"; } .si-monzo:before { content: "\ec47"; } .si-moo:before { content: "\ec48"; } .si-moscowmetro:before { content: "\ec49"; } .si-mozilla:before { content: "\ec4a"; } .si-mta:before { content: "\ec4b"; } .si-mtr:before { content: "\ec4c"; } .si-musescore:before { content: "\ec4d"; } .si-musicbrainz:before { content: "\ec4e"; } .si-mxlinux:before { content: "\ec4f"; } .si-myspace:before { content: "\ec50"; } .si-mysql:before { content: "\ec51"; } .si-n26:before { content: "\ec52"; } .si-nativescript:before { content: "\ec53"; } .si-nbb:before { content: "\ec54"; } .si-ndr:before { content: "\ec55"; } .si-nec:before { content: "\ec56"; } .si-neo4j:before { content: "\ec57"; } .si-neovim:before { content: "\ec58"; } .si-nestjs:before { content: "\ec59"; } .si-netapp:before { content: "\ec5a"; } .si-netflix:before { content: "\ec5b"; } .si-netlify:before { content: "\ec5c"; } .si-newrelic:before { content: "\ec5d"; } .si-newyorktimes:before { content: "\ec5e"; } .si-next-dot-js:before { content: "\ec5f"; } .si-nextcloud:before { content: "\ec60"; } .si-nextdoor:before { content: "\ec61"; } .si-nfc:before { content: "\ec62"; } .si-nginx:before { content: "\ec63"; } .si-niconico:before { content: "\ec64"; } .si-nim:before { content: "\ec65"; } .si-nintendo:before { content: "\ec66"; } .si-nintendo3ds:before { content: "\ec67"; } .si-nintendogamecube:before { content: "\ec68"; } .si-nintendonetwork:before { content: "\ec69"; } .si-nintendoswitch:before { content: "\ec6a"; } .si-nissan:before { content: "\ec6b"; } .si-nixos:before { content: "\ec6c"; } .si-node-dot-js:before { content: "\ec6d"; } .si-node-red:before { content: "\ec6e"; } .si-nodemon:before { content: "\ec6f"; } .si-nokia:before { content: "\ec70"; } .si-notepadplusplus:before { content: "\ec71"; } .si-notion:before { content: "\ec72"; } .si-notist:before { content: "\ec73"; } .si-npm:before { content: "\ec74"; } .si-nucleo:before { content: "\ec75"; } .si-nuget:before { content: "\ec76"; } .si-nuke:before { content: "\ec77"; } .si-numpy:before { content: "\ec78"; } .si-nutanix:before { content: "\ec79"; } .si-nuxt-dot-js:before { content: "\ec7a"; } .si-nvidia:before { content: "\ec7b"; } .si-obsstudio:before { content: "\ec7c"; } .si-ocaml:before { content: "\ec7d"; } .si-octave:before { content: "\ec7e"; } .si-octopusdeploy:before { content: "\ec7f"; } .si-oculus:before { content: "\ec80"; } .si-odnoklassniki:before { content: "\ec81"; } .si-oneplus:before { content: "\ec82"; } .si-onstar:before { content: "\ec83"; } .si-opel:before { content: "\ec84"; } .si-openaccess:before { content: "\ec85"; } .si-openai:before { content: "\ec86"; } .si-openaigym:before { content: "\ec87"; } .si-openapiinitiative:before { content: "\ec88"; } .si-openbadges:before { content: "\ec89"; } .si-openbsd:before { content: "\ec8a"; } .si-opencollective:before { content: "\ec8b"; } .si-opencontainersinitiative:before { content: "\ec8c"; } .si-opengl:before { content: "\ec8d"; } .si-openid:before { content: "\ec8e"; } .si-openlayers:before { content: "\ec8f"; } .si-opensourceinitiative:before { content: "\ec90"; } .si-openssl:before { content: "\ec91"; } .si-openstack:before { content: "\ec92"; } .si-openstreetmap:before { content: "\ec93"; } .si-opensuse:before { content: "\ec94"; } .si-openvpn:before { content: "\ec95"; } .si-opera:before { content: "\ec96"; } .si-opsgenie:before { content: "\ec97"; } .si-opslevel:before { content: "\ec98"; } .si-oracle:before { content: "\ec99"; } .si-orcid:before { content: "\ec9a"; } .si-origin:before { content: "\ec9b"; } .si-osano:before { content: "\ec9c"; } .si-oshkosh:before { content: "\ec9d"; } .si-osmc:before { content: "\ec9e"; } .si-overcast:before { content: "\ec9f"; } .si-overleaf:before { content: "\eca0"; } .si-ovh:before { content: "\eca1"; } .si-pagekit:before { content: "\eca2"; } .si-pagerduty:before { content: "\eca3"; } .si-pagseguro:before { content: "\eca4"; } .si-palantir:before { content: "\eca5"; } .si-paloaltosoftware:before { content: "\eca6"; } .si-pandas:before { content: "\eca7"; } .si-pandora:before { content: "\eca8"; } .si-pantheon:before { content: "\eca9"; } .si-paritysubstrate:before { content: "\ecaa"; } .si-parse-dot-ly:before { content: "\ecab"; } .si-pastebin:before { content: "\ecac"; } .si-patreon:before { content: "\ecad"; } .si-payoneer:before { content: "\ecae"; } .si-paypal:before { content: "\ecaf"; } .si-peertube:before { content: "\ecb0"; } .si-pelican:before { content: "\ecb1"; } .si-pepsi:before { content: "\ecb2"; } .si-periscope:before { content: "\ecb3"; } .si-perl:before { content: "\ecb4"; } .si-peugeot:before { content: "\ecb5"; } .si-pexels:before { content: "\ecb6"; } .si-phabricator:before { content: "\ecb7"; } .si-philipshue:before { content: "\ecb8"; } .si-photocrowd:before { content: "\ecb9"; } .si-php:before { content: "\ecba"; } .si-pi-hole:before { content: "\ecbb"; } .si-picarto-dot-tv:before { content: "\ecbc"; } .si-picpay:before { content: "\ecbd"; } .si-pimcore:before { content: "\ecbe"; } .si-pinboard:before { content: "\ecbf"; } .si-pingdom:before { content: "\ecc0"; } .si-pingup:before { content: "\ecc1"; } .si-pinterest:before { content: "\ecc2"; } .si-pivotaltracker:before { content: "\ecc3"; } .si-piwigo:before { content: "\ecc4"; } .si-pixabay:before { content: "\ecc5"; } .si-pixiv:before { content: "\ecc6"; } .si-pjsip:before { content: "\ecc7"; } .si-planet:before { content: "\ecc8"; } .si-plangrid:before { content: "\ecc9"; } .si-platzi:before { content: "\ecca"; } .si-player-dot-me:before { content: "\eccb"; } .si-playerfm:before { content: "\eccc"; } .si-playstation:before { content: "\eccd"; } .si-playstation2:before { content: "\ecce"; } .si-playstation3:before { content: "\eccf"; } .si-playstation4:before { content: "\ecd0"; } .si-playstationvita:before { content: "\ecd1"; } .si-pleroma:before { content: "\ecd2"; } .si-plesk:before { content: "\ecd3"; } .si-plex:before { content: "\ecd4"; } .si-pluralsight:before { content: "\ecd5"; } .si-plurk:before { content: "\ecd6"; } .si-pluscodes:before { content: "\ecd7"; } .si-pocket:before { content: "\ecd8"; } .si-pocketcasts:before { content: "\ecd9"; } .si-pokemon:before { content: "\ecda"; } .si-poly:before { content: "\ecdb"; } .si-polymerproject:before { content: "\ecdc"; } .si-porsche:before { content: "\ecdd"; } .si-postcss:before { content: "\ecde"; } .si-postgresql:before { content: "\ecdf"; } .si-postman:before { content: "\ece0"; } .si-postwoman:before { content: "\ece1"; } .si-powerbi:before { content: "\ece2"; } .si-powers:before { content: "\ece3"; } .si-powershell:before { content: "\ece4"; } .si-pr-dot-co:before { content: "\ece5"; } .si-pre-commit:before { content: "\ece6"; } .si-prestashop:before { content: "\ece7"; } .si-prettier:before { content: "\ece8"; } .si-prezi:before { content: "\ece9"; } .si-prime:before { content: "\ecea"; } .si-primevideo:before { content: "\eceb"; } .si-prismic:before { content: "\ecec"; } .si-probot:before { content: "\eced"; } .si-processwire:before { content: "\ecee"; } .si-producthunt:before { content: "\ecef"; } .si-prometheus:before { content: "\ecf0"; } .si-prosieben:before { content: "\ecf1"; } .si-proto-dot-io:before { content: "\ecf2"; } .si-protocols-dot-io:before { content: "\ecf3"; } .si-protonmail:before { content: "\ecf4"; } .si-proxmox:before { content: "\ecf5"; } .si-publons:before { content: "\ecf6"; } .si-puppet:before { content: "\ecf7"; } .si-purescript:before { content: "\ecf8"; } .si-pycharm:before { content: "\ecf9"; } .si-pypi:before { content: "\ecfa"; } .si-python:before { content: "\ecfb"; } .si-pytorch:before { content: "\ecfc"; } .si-pyup:before { content: "\ecfd"; } .si-qantas:before { content: "\ecfe"; } .si-qemu:before { content: "\ecff"; } .si-qgis:before { content: "\ed00"; } .si-qi:before { content: "\ed01"; } .si-qiita:before { content: "\ed02"; } .si-qiwi:before { content: "\ed03"; } .si-qt:before { content: "\ed04"; } .si-qualcomm:before { content: "\ed05"; } .si-qualtrics:before { content: "\ed06"; } .si-quantcast:before { content: "\ed07"; } .si-quantopian:before { content: "\ed08"; } .si-quarkus:before { content: "\ed09"; } .si-quasar:before { content: "\ed0a"; } .si-quest:before { content: "\ed0b"; } .si-quicktime:before { content: "\ed0c"; } .si-quip:before { content: "\ed0d"; } .si-quora:before { content: "\ed0e"; } .si-qwiklabs:before { content: "\ed0f"; } .si-qzone:before { content: "\ed10"; } .si-r:before { content: "\ed11"; } .si-rabbitmq:before { content: "\ed12"; } .si-radiopublic:before { content: "\ed13"; } .si-rancher:before { content: "\ed14"; } .si-raspberrypi:before { content: "\ed15"; } .si-razer:before { content: "\ed16"; } .si-react:before { content: "\ed17"; } .si-reactivex:before { content: "\ed18"; } .si-reactos:before { content: "\ed19"; } .si-reactrouter:before { content: "\ed1a"; } .si-readthedocs:before { content: "\ed1b"; } .si-realm:before { content: "\ed1c"; } .si-reason:before { content: "\ed1d"; } .si-reasonstudios:before { content: "\ed1e"; } .si-redbubble:before { content: "\ed1f"; } .si-reddit:before { content: "\ed20"; } .si-redhat:before { content: "\ed21"; } .si-redhatopenshift:before { content: "\ed22"; } .si-redis:before { content: "\ed23"; } .si-redux:before { content: "\ed24"; } .si-renault:before { content: "\ed25"; } .si-renovatebot:before { content: "\ed26"; } .si-renpy:before { content: "\ed27"; } .si-renren:before { content: "\ed28"; } .si-repl-dot-it:before { content: "\ed29"; } .si-researchgate:before { content: "\ed2a"; } .si-retroarch:before { content: "\ed2b"; } .si-retropie:before { content: "\ed2c"; } .si-reverbnation:before { content: "\ed2d"; } .si-revolut:before { content: "\ed2e"; } .si-rewe:before { content: "\ed2f"; } .si-rhinoceros:before { content: "\ed30"; } .si-ring:before { content: "\ed31"; } .si-riot:before { content: "\ed32"; } .si-riotgames:before { content: "\ed33"; } .si-ripple:before { content: "\ed34"; } .si-riseup:before { content: "\ed35"; } .si-roku:before { content: "\ed36"; } .si-rollup-dot-js:before { content: "\ed37"; } .si-roots:before { content: "\ed38"; } .si-rootsbedrock:before { content: "\ed39"; } .si-rootssage:before { content: "\ed3a"; } .si-roundcube:before { content: "\ed3b"; } .si-rss:before { content: "\ed3c"; } .si-rstudio:before { content: "\ed3d"; } .si-rte:before { content: "\ed3e"; } .si-rtl:before { content: "\ed3f"; } .si-rtlzwei:before { content: "\ed40"; } .si-ruby:before { content: "\ed41"; } .si-rubygems:before { content: "\ed42"; } .si-rubyonrails:before { content: "\ed43"; } .si-runkeeper:before { content: "\ed44"; } .si-runkit:before { content: "\ed45"; } .si-rust:before { content: "\ed46"; } .si-ryanair:before { content: "\ed47"; } .si-safari:before { content: "\ed48"; } .si-sahibinden:before { content: "\ed49"; } .si-salesforce:before { content: "\ed4a"; } .si-saltstack:before { content: "\ed4b"; } .si-samsung:before { content: "\ed4c"; } .si-samsungpay:before { content: "\ed4d"; } .si-sanfranciscomunicipalrailway:before { content: "\ed4e"; } .si-sap:before { content: "\ed4f"; } .si-sass:before { content: "\ed50"; } .si-sat-dot-1:before { content: "\ed51"; } .si-saucelabs:before { content: "\ed52"; } .si-scala:before { content: "\ed53"; } .si-scaleway:before { content: "\ed54"; } .si-scania:before { content: "\ed55"; } .si-scikit-learn:before { content: "\ed56"; } .si-scopus:before { content: "\ed57"; } .si-scratch:before { content: "\ed58"; } .si-scribd:before { content: "\ed59"; } .si-scrutinizerci:before { content: "\ed5a"; } .si-seagate:before { content: "\ed5b"; } .si-seat:before { content: "\ed5c"; } .si-sega:before { content: "\ed5d"; } .si-sellfy:before { content: "\ed5e"; } .si-semanticweb:before { content: "\ed5f"; } .si-semaphoreci:before { content: "\ed60"; } .si-sencha:before { content: "\ed61"; } .si-sennheiser:before { content: "\ed62"; } .si-sensu:before { content: "\ed63"; } .si-sentry:before { content: "\ed64"; } .si-serverfault:before { content: "\ed65"; } .si-serverless:before { content: "\ed66"; } .si-shanghaimetro:before { content: "\ed67"; } .si-shazam:before { content: "\ed68"; } .si-shell:before { content: "\ed69"; } .si-shenzhenmetro:before { content: "\ed6a"; } .si-shikimori:before { content: "\ed6b"; } .si-shopify:before { content: "\ed6c"; } .si-shopware:before { content: "\ed6d"; } .si-showpad:before { content: "\ed6e"; } .si-shutterstock:before { content: "\ed6f"; } .si-siemens:before { content: "\ed70"; } .si-signal:before { content: "\ed71"; } .si-simpleicons:before { content: "\ed72"; } .si-sinaweibo:before { content: "\ed73"; } .si-sitepoint:before { content: "\ed74"; } .si-sketch:before { content: "\ed75"; } .si-sketchfab:before { content: "\ed76"; } .si-sketchup:before { content: "\ed77"; } .si-skillshare:before { content: "\ed78"; } .si-skoda:before { content: "\ed79"; } .si-sky:before { content: "\ed7a"; } .si-skyliner:before { content: "\ed7b"; } .si-skype:before { content: "\ed7c"; } .si-skypeforbusiness:before { content: "\ed7d"; } .si-slack:before { content: "\ed7e"; } .si-slackware:before { content: "\ed7f"; } .si-slashdot:before { content: "\ed80"; } .si-slickpic:before { content: "\ed81"; } .si-slides:before { content: "\ed82"; } .si-slideshare:before { content: "\ed83"; } .si-smart:before { content: "\ed84"; } .si-smartthings:before { content: "\ed85"; } .si-smashingmagazine:before { content: "\ed86"; } .si-smrt:before { content: "\ed87"; } .si-smugmug:before { content: "\ed88"; } .si-snapchat:before { content: "\ed89"; } .si-snapcraft:before { content: "\ed8a"; } .si-snyk:before { content: "\ed8b"; } .si-society6:before { content: "\ed8c"; } .si-socket-dot-io:before { content: "\ed8d"; } .si-sogou:before { content: "\ed8e"; } .si-solus:before { content: "\ed8f"; } .si-sonarcloud:before { content: "\ed90"; } .si-sonarlint:before { content: "\ed91"; } .si-sonarqube:before { content: "\ed92"; } .si-sonarsource:before { content: "\ed93"; } .si-songkick:before { content: "\ed94"; } .si-sonicwall:before { content: "\ed95"; } .si-sonos:before { content: "\ed96"; } .si-soundcloud:before { content: "\ed97"; } .si-sourceengine:before { content: "\ed98"; } .si-sourceforge:before { content: "\ed99"; } .si-sourcegraph:before { content: "\ed9a"; } .si-spacemacs:before { content: "\ed9b"; } .si-spacex:before { content: "\ed9c"; } .si-sparkfun:before { content: "\ed9d"; } .si-sparkpost:before { content: "\ed9e"; } .si-spdx:before { content: "\ed9f"; } .si-speakerdeck:before { content: "\eda0"; } .si-spectrum:before { content: "\eda1"; } .si-spinnaker:before { content: "\eda2"; } .si-spinrilla:before { content: "\eda3"; } .si-splunk:before { content: "\eda4"; } .si-spotify:before { content: "\eda5"; } .si-spotlight:before { content: "\eda6"; } .si-spreaker:before { content: "\eda7"; } .si-spring:before { content: "\eda8"; } .si-sprint:before { content: "\eda9"; } .si-sqlite:before { content: "\edaa"; } .si-square:before { content: "\edab"; } .si-squareenix:before { content: "\edac"; } .si-squarespace:before { content: "\edad"; } .si-ssrn:before { content: "\edae"; } .si-stackbit:before { content: "\edaf"; } .si-stackexchange:before { content: "\edb0"; } .si-stackoverflow:before { content: "\edb1"; } .si-stackpath:before { content: "\edb2"; } .si-stackshare:before { content: "\edb3"; } .si-stadia:before { content: "\edb4"; } .si-staffbase:before { content: "\edb5"; } .si-starlingbank:before { content: "\edb6"; } .si-statamic:before { content: "\edb7"; } .si-staticman:before { content: "\edb8"; } .si-statuspage:before { content: "\edb9"; } .si-steam:before { content: "\edba"; } .si-steamworks:before { content: "\edbb"; } .si-steem:before { content: "\edbc"; } .si-steemit:before { content: "\edbd"; } .si-steinberg:before { content: "\edbe"; } .si-stellar:before { content: "\edbf"; } .si-stencyl:before { content: "\edc0"; } .si-stitcher:before { content: "\edc1"; } .si-storify:before { content: "\edc2"; } .si-storybook:before { content: "\edc3"; } .si-strapi:before { content: "\edc4"; } .si-strava:before { content: "\edc5"; } .si-stripe:before { content: "\edc6"; } .si-strongswan:before { content: "\edc7"; } .si-stubhub:before { content: "\edc8"; } .si-styled-components:before { content: "\edc9"; } .si-styleshare:before { content: "\edca"; } .si-stylus:before { content: "\edcb"; } .si-subaru:before { content: "\edcc"; } .si-sublimetext:before { content: "\edcd"; } .si-subversion:before { content: "\edce"; } .si-superuser:before { content: "\edcf"; } .si-suzuki:before { content: "\edd0"; } .si-svelte:before { content: "\edd1"; } .si-svg:before { content: "\edd2"; } .si-svgo:before { content: "\edd3"; } .si-swagger:before { content: "\edd4"; } .si-swarm:before { content: "\edd5"; } .si-swift:before { content: "\edd6"; } .si-symantec:before { content: "\edd7"; } .si-symfony:before { content: "\edd8"; } .si-symphony:before { content: "\edd9"; } .si-synology:before { content: "\edda"; } .si-t-mobile:before { content: "\eddb"; } .si-tableau:before { content: "\eddc"; } .si-tails:before { content: "\eddd"; } .si-tailwindcss:before { content: "\edde"; } .si-talend:before { content: "\eddf"; } .si-tapas:before { content: "\ede0"; } .si-tata:before { content: "\ede1"; } .si-teamspeak:before { content: "\ede2"; } .si-teamviewer:before { content: "\ede3"; } .si-ted:before { content: "\ede4"; } .si-teespring:before { content: "\ede5"; } .si-tele5:before { content: "\ede6"; } .si-telegram:before { content: "\ede7"; } .si-tencentqq:before { content: "\ede8"; } .si-tencentweibo:before { content: "\ede9"; } .si-tensorflow:before { content: "\edea"; } .si-teradata:before { content: "\edeb"; } .si-terraform:before { content: "\edec"; } .si-tesla:before { content: "\eded"; } .si-theconversation:before { content: "\edee"; } .si-themighty:before { content: "\edef"; } .si-themodelsresource:before { content: "\edf0"; } .si-themoviedatabase:before { content: "\edf1"; } .si-theregister:before { content: "\edf2"; } .si-thesoundsresource:before { content: "\edf3"; } .si-thespritersresource:before { content: "\edf4"; } .si-thewashingtonpost:before { content: "\edf5"; } .si-threema:before { content: "\edf6"; } .si-thumbtack:before { content: "\edf7"; } .si-thunderbird:before { content: "\edf8"; } .si-tidal:before { content: "\edf9"; } .si-tide:before { content: "\edfa"; } .si-tiktok:before { content: "\edfb"; } .si-timescale:before { content: "\edfc"; } .si-tinder:before { content: "\edfd"; } .si-todoist:before { content: "\edfe"; } .si-toggl:before { content: "\edff"; } .si-tokyometro:before { content: "\ee00"; } .si-tomorrowland:before { content: "\ee01"; } .si-topcoder:before { content: "\ee02"; } .si-toptal:before { content: "\ee03"; } .si-tor:before { content: "\ee04"; } .si-torbrowser:before { content: "\ee05"; } .si-toshiba:before { content: "\ee06"; } .si-toyota:before { content: "\ee07"; } .si-trainerroad:before { content: "\ee08"; } .si-trakt:before { content: "\ee09"; } .si-transportforireland:before { content: "\ee0a"; } .si-transportforlondon:before { content: "\ee0b"; } .si-travisci:before { content: "\ee0c"; } .si-treehouse:before { content: "\ee0d"; } .si-trello:before { content: "\ee0e"; } .si-trendmicro:before { content: "\ee0f"; } .si-tripadvisor:before { content: "\ee10"; } .si-trove:before { content: "\ee11"; } .si-trulia:before { content: "\ee12"; } .si-trustedshops:before { content: "\ee13"; } .si-trustpilot:before { content: "\ee14"; } .si-tryitonline:before { content: "\ee15"; } .si-tui:before { content: "\ee16"; } .si-tumblr:before { content: "\ee17"; } .si-tunein:before { content: "\ee18"; } .si-turbosquid:before { content: "\ee19"; } .si-turkishairlines:before { content: "\ee1a"; } .si-twilio:before { content: "\ee1b"; } .si-twitch:before { content: "\ee1c"; } .si-twitter:before { content: "\ee1d"; } .si-twoo:before { content: "\ee1e"; } .si-typescript:before { content: "\ee1f"; } .si-typo3:before { content: "\ee20"; } .si-uber:before { content: "\ee21"; } .si-ubereats:before { content: "\ee22"; } .si-ubiquiti:before { content: "\ee23"; } .si-ubisoft:before { content: "\ee24"; } .si-ublockorigin:before { content: "\ee25"; } .si-ubuntu:before { content: "\ee26"; } .si-udacity:before { content: "\ee27"; } .si-udemy:before { content: "\ee28"; } .si-uikit:before { content: "\ee29"; } .si-ulule:before { content: "\ee2a"; } .si-umbraco:before { content: "\ee2b"; } .si-unicode:before { content: "\ee2c"; } .si-unilever:before { content: "\ee2d"; } .si-unitedairlines:before { content: "\ee2e"; } .si-unity:before { content: "\ee2f"; } .si-unrealengine:before { content: "\ee30"; } .si-unsplash:before { content: "\ee31"; } .si-untangle:before { content: "\ee32"; } .si-untappd:before { content: "\ee33"; } .si-uplabs:before { content: "\ee34"; } .si-uploaded:before { content: "\ee35"; } .si-upwork:before { content: "\ee36"; } .si-v:before { content: "\ee37"; } .si-v8:before { content: "\ee38"; } .si-vagrant:before { content: "\ee39"; } .si-valve:before { content: "\ee3a"; } .si-vauxhall:before { content: "\ee3b"; } .si-vbulletin:before { content: "\ee3c"; } .si-veeam:before { content: "\ee3d"; } .si-venmo:before { content: "\ee3e"; } .si-vercel:before { content: "\ee3f"; } .si-veritas:before { content: "\ee40"; } .si-verizon:before { content: "\ee41"; } .si-vfairs:before { content: "\ee42"; } .si-viadeo:before { content: "\ee43"; } .si-viber:before { content: "\ee44"; } .si-vim:before { content: "\ee45"; } .si-vimeo:before { content: "\ee46"; } .si-vine:before { content: "\ee47"; } .si-virb:before { content: "\ee48"; } .si-virtualbox:before { content: "\ee49"; } .si-virustotal:before { content: "\ee4a"; } .si-visa:before { content: "\ee4b"; } .si-visualstudio:before { content: "\ee4c"; } .si-visualstudiocode:before { content: "\ee4d"; } .si-vivaldi:before { content: "\ee4e"; } .si-vivino:before { content: "\ee4f"; } .si-vk:before { content: "\ee50"; } .si-vlcmediaplayer:before { content: "\ee51"; } .si-vmware:before { content: "\ee52"; } .si-vodafone:before { content: "\ee53"; } .si-volkswagen:before { content: "\ee54"; } .si-volvo:before { content: "\ee55"; } .si-vsco:before { content: "\ee56"; } .si-vue-dot-js:before { content: "\ee57"; } .si-vuetify:before { content: "\ee58"; } .si-vulkan:before { content: "\ee59"; } .si-vultr:before { content: "\ee5a"; } .si-w3c:before { content: "\ee5b"; } .si-wagtail:before { content: "\ee5c"; } .si-wakatime:before { content: "\ee5d"; } .si-warnerbros-dot:before { content: "\ee5e"; } .si-wattpad:before { content: "\ee5f"; } .si-waze:before { content: "\ee60"; } .si-wearos:before { content: "\ee61"; } .si-weasyl:before { content: "\ee62"; } .si-webassembly:before { content: "\ee63"; } .si-webauthn:before { content: "\ee64"; } .si-webcomponents-dot-org:before { content: "\ee65"; } .si-webgl:before { content: "\ee66"; } .si-webmin:before { content: "\ee67"; } .si-webmoney:before { content: "\ee68"; } .si-webpack:before { content: "\ee69"; } .si-webrtc:before { content: "\ee6a"; } .si-webstorm:before { content: "\ee6b"; } .si-wechat:before { content: "\ee6c"; } .si-wemo:before { content: "\ee6d"; } .si-whatsapp:before { content: "\ee6e"; } .si-wheniwork:before { content: "\ee6f"; } .si-whitesource:before { content: "\ee70"; } .si-wii:before { content: "\ee71"; } .si-wiiu:before { content: "\ee72"; } .si-wikimediacommons:before { content: "\ee73"; } .si-wikipedia:before { content: "\ee74"; } .si-windows:before { content: "\ee75"; } .si-windows95:before { content: "\ee76"; } .si-windowsxp:before { content: "\ee77"; } .si-wire:before { content: "\ee78"; } .si-wireguard:before { content: "\ee79"; } .si-wish:before { content: "\ee7a"; } .si-wistia:before { content: "\ee7b"; } .si-wix:before { content: "\ee7c"; } .si-wizzair:before { content: "\ee7d"; } .si-wolfram:before { content: "\ee7e"; } .si-wolframlanguage:before { content: "\ee7f"; } .si-wolframmathematica:before { content: "\ee80"; } .si-woo:before { content: "\ee81"; } .si-woocommerce:before { content: "\ee82"; } .si-wordpress:before { content: "\ee83"; } .si-workplace:before { content: "\ee84"; } .si-worldhealthorganization:before { content: "\ee85"; } .si-wpengine:before { content: "\ee86"; } .si-wprocket:before { content: "\ee87"; } .si-write-dot-as:before { content: "\ee88"; } .si-wwe:before { content: "\ee89"; } .si-x-dot-org:before { content: "\ee8a"; } .si-x-pack:before { content: "\ee8b"; } .si-xamarin:before { content: "\ee8c"; } .si-xaml:before { content: "\ee8d"; } .si-xampp:before { content: "\ee8e"; } .si-xbox:before { content: "\ee8f"; } .si-xcode:before { content: "\ee90"; } .si-xdadevelopers:before { content: "\ee91"; } .si-xero:before { content: "\ee92"; } .si-xfce:before { content: "\ee93"; } .si-xiaomi:before { content: "\ee94"; } .si-xing:before { content: "\ee95"; } .si-xmpp:before { content: "\ee96"; } .si-xrp:before { content: "\ee97"; } .si-xsplit:before { content: "\ee98"; } .si-yahoo:before { content: "\ee99"; } .si-yamahacorporation:before { content: "\ee9a"; } .si-yamahamotorcorporation:before { content: "\ee9b"; } .si-yammer:before { content: "\ee9c"; } .si-yandex:before { content: "\ee9d"; } .si-yarn:before { content: "\ee9e"; } .si-ycombinator:before { content: "\ee9f"; } .si-yelp:before { content: "\eea0"; } .si-yoast:before { content: "\eea1"; } .si-youtube:before { content: "\eea2"; } .si-youtubegaming:before { content: "\eea3"; } .si-youtubemusic:before { content: "\eea4"; } .si-youtubestudio:before { content: "\eea5"; } .si-youtubetv:before { content: "\eea6"; } .si-z-wave:before { content: "\eea7"; } .si-zalando:before { content: "\eea8"; } .si-zapier:before { content: "\eea9"; } .si-zdf:before { content: "\eeaa"; } .si-zend:before { content: "\eeab"; } .si-zendesk:before { content: "\eeac"; } .si-zendframework:before { content: "\eead"; } .si-zeromq:before { content: "\eeae"; } .si-zerply:before { content: "\eeaf"; } .si-zhihu:before { content: "\eeb0"; } .si-zigbee:before { content: "\eeb1"; } .si-zillow:before { content: "\eeb2"; } .si-zingat:before { content: "\eeb3"; } .si-zoom:before { content: "\eeb4"; } .si-zorin:before { content: "\eeb5"; } .si-zulip:before { content: "\eeb6"; } ================================================ FILE: icon-packs/ikonli-simplelineicons-pack/ikonli-simplelineicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-simplelineicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.simplelineicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.simplelineicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.simplelineicons.SimpleLineIconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.simplelineicons.SimpleLineIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-simplelineicons-pack/src/main/java/org/kordamp/ikonli/simplelineicons/SimpleLineIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.simplelineicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum SimpleLineIcons implements Ikon { ACTION_REDO("sil-action-redo", '\ue051'), ACTION_UNDO("sil-action-undo", '\ue050'), ANCHOR("sil-anchor", '\ue029'), ARROW_DOWN("sil-arrow-down", '\ue604'), ARROW_DOWN_CIRCLE("sil-arrow-down-circle", '\ue07b'), ARROW_LEFT("sil-arrow-left", '\ue605'), ARROW_LEFT_CIRCLE("sil-arrow-left-circle", '\ue07a'), ARROW_RIGHT("sil-arrow-right", '\ue606'), ARROW_RIGHT_CIRCLE("sil-arrow-right-circle", '\ue079'), ARROW_UP("sil-arrow-up", '\ue607'), ARROW_UP_CIRCLE("sil-arrow-up-circle", '\ue078'), BADGE("sil-badge", '\ue028'), BAG("sil-bag", '\ue04f'), BAN("sil-ban", '\ue07c'), BASKET("sil-basket", '\ue04e'), BASKET_LOADED("sil-basket-loaded", '\ue04d'), BELL("sil-bell", '\ue027'), BOOK_OPEN("sil-book-open", '\ue04c'), BRIEFCASE("sil-briefcase", '\ue04b'), BUBBLE("sil-bubble", '\ue07d'), BUBBLES("sil-bubbles", '\ue04a'), BULB("sil-bulb", '\ue076'), CALCULATOR("sil-calculator", '\ue049'), CALENDAR("sil-calendar", '\ue075'), CALL_END("sil-call-end", '\ue048'), CALL_IN("sil-call-in", '\ue047'), CALL_OUT("sil-call-out", '\ue046'), CAMERA("sil-camera", '\ue07f'), CAMRECORDER("sil-camrecorder", '\ue07e'), CHART("sil-chart", '\ue077'), CHECK("sil-check", '\ue080'), CHEMISTRY("sil-chemistry", '\ue026'), CLOCK("sil-clock", '\ue081'), CLOSE("sil-close", '\ue082'), CLOUD_DOWNLOAD("sil-cloud-download", '\ue083'), CLOUD_UPLOAD("sil-cloud-upload", '\ue084'), COMPASS("sil-compass", '\ue045'), CONTROL_END("sil-control-end", '\ue074'), CONTROL_FORWARD("sil-control-forward", '\ue073'), CONTROL_PAUSE("sil-control-pause", '\ue072'), CONTROL_PLAY("sil-control-play", '\ue071'), CONTROL_REWIND("sil-control-rewind", '\ue070'), CONTROL_START("sil-control-start", '\ue06f'), CREDIT_CARD("sil-credit-card", '\ue025'), CROP("sil-crop", '\ue024'), CUP("sil-cup", '\ue044'), CURSOR("sil-cursor", '\ue06e'), CURSOR_MOVE("sil-cursor-move", '\ue023'), DIAMOND("sil-diamond", '\ue043'), DIRECTION("sil-direction", '\ue042'), DIRECTIONS("sil-directions", '\ue041'), DISC("sil-disc", '\ue022'), DISLIKE("sil-dislike", '\ue06d'), DOC("sil-doc", '\ue085'), DOCS("sil-docs", '\ue040'), DRAWER("sil-drawer", '\ue03f'), DROP("sil-drop", '\ue03e'), EARPHONES("sil-earphones", '\ue03d'), EARPHONES_ALT("sil-earphones-alt", '\ue03c'), EMOTSMILE("sil-emotsmile", '\ue021'), ENERGY("sil-energy", '\ue020'), ENVELOPE("sil-envelope", '\ue086'), ENVELOPE_LETTER("sil-envelope-letter", '\ue01f'), ENVELOPE_OPEN("sil-envelope-open", '\ue01e'), EQUALIZER("sil-equalizer", '\ue06c'), EVENT("sil-event", '\ue619'), EXCLAMATION("sil-exclamation", '\ue617'), EYE("sil-eye", '\ue087'), EYEGLASS("sil-eyeglass", '\ue01d'), FEED("sil-feed", '\ue03b'), FILM("sil-film", '\ue03a'), FIRE("sil-fire", '\ue01c'), FLAG("sil-flag", '\ue088'), FOLDER("sil-folder", '\ue089'), FOLDER_ALT("sil-folder-alt", '\ue039'), FRAME("sil-frame", '\ue038'), GAME_CONTROLLER("sil-game-controller", '\ue01b'), GHOST("sil-ghost", '\ue01a'), GLOBE("sil-globe", '\ue037'), GLOBE_ALT("sil-globe-alt", '\ue036'), GRADUATION("sil-graduation", '\ue019'), GRAPH("sil-graph", '\ue06b'), GRID("sil-grid", '\ue06a'), HANDBAG("sil-handbag", '\ue035'), HEART("sil-heart", '\ue08a'), HOME("sil-home", '\ue069'), HOURGLASS("sil-hourglass", '\ue018'), INFO("sil-info", '\ue08b'), KEY("sil-key", '\ue08c'), LAYERS("sil-layers", '\ue034'), LIKE("sil-like", '\ue068'), LINK("sil-link", '\ue08d'), LIST("sil-list", '\ue067'), LOCATION_PIN("sil-location-pin", '\ue096'), LOCK("sil-lock", '\ue08e'), LOCK_OPEN("sil-lock-open", '\ue08f'), LOGIN("sil-login", '\ue066'), LOGOUT("sil-logout", '\ue065'), LOOP("sil-loop", '\ue064'), MAGIC_WAND("sil-magic-wand", '\ue017'), MAGNET("sil-magnet", '\ue016'), MAGNIFIER("sil-magnifier", '\ue090'), MAGNIFIER_ADD("sil-magnifier-add", '\ue091'), MAGNIFIER_REMOVE("sil-magnifier-remove", '\ue092'), MAP("sil-map", '\ue033'), MENU("sil-menu", '\ue601'), MICROPHONE("sil-microphone", '\ue063'), MINUS("sil-minus", '\ue615'), MOUSE("sil-mouse", '\ue015'), MUSIC_TONE("sil-music-tone", '\ue062'), MUSIC_TONE_ALT("sil-music-tone-alt", '\ue061'), MUSTACHE("sil-mustache", '\ue014'), NOTE("sil-note", '\ue060'), NOTEBOOK("sil-notebook", '\ue013'), OPTIONS("sil-options", '\ue603'), OPTIONS_VERTICAL("sil-options-vertical", '\ue602'), ORGANIZATION("sil-organization", '\ue616'), PAPER_CLIP("sil-paper-clip", '\ue093'), PAPER_PLANE("sil-paper-plane", '\ue094'), PAYPAL("sil-paypal", '\ue608'), PENCIL("sil-pencil", '\ue05f'), PEOPLE("sil-people", '\ue001'), PHONE("sil-phone", '\ue600'), PICTURE("sil-picture", '\ue032'), PIE_CHART("sil-pie-chart", '\ue05e'), PIN("sil-pin", '\ue031'), PLANE("sil-plane", '\ue012'), PLAYLIST("sil-playlist", '\ue030'), PLUS("sil-plus", '\ue095'), POWER("sil-power", '\ue097'), PRESENT("sil-present", '\ue02f'), PRINTER("sil-printer", '\ue02e'), PUZZLE("sil-puzzle", '\ue02d'), QUESTION("sil-question", '\ue05d'), REFRESH("sil-refresh", '\ue098'), RELOAD("sil-reload", '\ue099'), ROCKET("sil-rocket", '\ue05c'), SCREEN_DESKTOP("sil-screen-desktop", '\ue011'), SCREEN_SMARTPHONE("sil-screen-smartphone", '\ue010'), SCREEN_TABLET("sil-screen-tablet", '\ue00f'), SETTINGS("sil-settings", '\ue09a'), SHARE("sil-share", '\ue05b'), SHARE_ALT("sil-share-alt", '\ue05a'), SHIELD("sil-shield", '\ue00e'), SHUFFLE("sil-shuffle", '\ue059'), SIZE_ACTUAL("sil-size-actual", '\ue058'), SIZE_FULLSCREEN("sil-size-fullscreen", '\ue057'), SOCIAL_BEHANCE("sil-social-behance", '\ue610'), SOCIAL_DRIBBBLE("sil-social-dribbble", '\ue00d'), SOCIAL_DROPBOX("sil-social-dropbox", '\ue00c'), SOCIAL_FACEBOOK("sil-social-facebook", '\ue00b'), SOCIAL_FOURSQARE("sil-social-foursqare", '\ue611'), SOCIAL_GITHUB("sil-social-github", '\ue60c'), SOCIAL_GOOGLE("sil-social-google", '\ue60d'), SOCIAL_INSTAGRAM("sil-social-instagram", '\ue609'), SOCIAL_LINKEDIN("sil-social-linkedin", '\ue60a'), SOCIAL_PINTEREST("sil-social-pinterest", '\ue60b'), SOCIAL_REDDIT("sil-social-reddit", '\ue60e'), SOCIAL_SKYPE("sil-social-skype", '\ue60f'), SOCIAL_SOUNDCLOUD("sil-social-soundcloud", '\ue612'), SOCIAL_SPOTIFY("sil-social-spotify", '\ue613'), SOCIAL_STEAM("sil-social-steam", '\ue620'), SOCIAL_STUMBLEUPON("sil-social-stumbleupon", '\ue614'), SOCIAL_TUMBLR("sil-social-tumblr", '\ue00a'), SOCIAL_TWITTER("sil-social-twitter", '\ue009'), SOCIAL_VKONTAKTE("sil-social-vkontakte", '\ue618'), SOCIAL_YOUTUBE("sil-social-youtube", '\ue008'), SPEECH("sil-speech", '\ue02c'), SPEEDOMETER("sil-speedometer", '\ue007'), STAR("sil-star", '\ue09b'), SUPPORT("sil-support", '\ue056'), SYMBOL_FEMALE("sil-symbol-female", '\ue09c'), SYMBOL_MALE("sil-symbol-male", '\ue09d'), TAG("sil-tag", '\ue055'), TARGET("sil-target", '\ue09e'), TRASH("sil-trash", '\ue054'), TROPHY("sil-trophy", '\ue006'), UMBRELLA("sil-umbrella", '\ue053'), USER("sil-user", '\ue005'), USER_FEMALE("sil-user-female", '\ue000'), USER_FOLLOW("sil-user-follow", '\ue002'), USER_FOLLOWING("sil-user-following", '\ue003'), USER_UNFOLLOW("sil-user-unfollow", '\ue004'), VECTOR("sil-vector", '\ue02b'), VOLUME_1("sil-volume-1", '\ue09f'), VOLUME_2("sil-volume-2", '\ue0a0'), VOLUME_OFF("sil-volume-off", '\ue0a1'), WALLET("sil-wallet", '\ue02a'), WRENCH("sil-wrench", '\ue052'); public static SimpleLineIcons findByDescription(String description) { for (SimpleLineIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; SimpleLineIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-simplelineicons-pack/src/main/java/org/kordamp/ikonli/simplelineicons/SimpleLineIconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.simplelineicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class SimpleLineIconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/simplelineicons/2.5.4/fonts/Simple-Line-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("sil-"); } @Override public Ikon resolve(String description) { return SimpleLineIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "simple-line-icons"; } } ================================================ FILE: icon-packs/ikonli-simplelineicons-pack/src/main/java/org/kordamp/ikonli/simplelineicons/SimpleLineIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.simplelineicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class SimpleLineIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return SimpleLineIcons.class; } } ================================================ FILE: icon-packs/ikonli-simplelineicons-pack/src/main/resources/META-INF/resources/simplelineicons/2.5.4/css/simple-line-icons.css ================================================ /* * Font Face */ @font-face { font-family: 'simple-line-icons'; src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0'); src: url('../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('../fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg'); font-weight: normal; font-style: normal; } /* Use the following code if you want to have a class per icon. Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower. */ [class^="sil-"]:before, [class*=" sil-"]:before { font-family: 'simple-line-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .sil-user:before { content: "\e005"; } .sil-people:before { content: "\e001"; } .sil-user-female:before { content: "\e000"; } .sil-user-follow:before { content: "\e002"; } .sil-user-following:before { content: "\e003"; } .sil-user-unfollow:before { content: "\e004"; } .sil-login:before { content: "\e066"; } .sil-logout:before { content: "\e065"; } .sil-emotsmile:before { content: "\e021"; } .sil-phone:before { content: "\e600"; } .sil-call-end:before { content: "\e048"; } .sil-call-in:before { content: "\e047"; } .sil-call-out:before { content: "\e046"; } .sil-map:before { content: "\e033"; } .sil-location-pin:before { content: "\e096"; } .sil-direction:before { content: "\e042"; } .sil-directions:before { content: "\e041"; } .sil-compass:before { content: "\e045"; } .sil-layers:before { content: "\e034"; } .sil-menu:before { content: "\e601"; } .sil-list:before { content: "\e067"; } .sil-options-vertical:before { content: "\e602"; } .sil-options:before { content: "\e603"; } .sil-arrow-down:before { content: "\e604"; } .sil-arrow-left:before { content: "\e605"; } .sil-arrow-right:before { content: "\e606"; } .sil-arrow-up:before { content: "\e607"; } .sil-arrow-up-circle:before { content: "\e078"; } .sil-arrow-left-circle:before { content: "\e07a"; } .sil-arrow-right-circle:before { content: "\e079"; } .sil-arrow-down-circle:before { content: "\e07b"; } .sil-check:before { content: "\e080"; } .sil-clock:before { content: "\e081"; } .sil-plus:before { content: "\e095"; } .sil-minus:before { content: "\e615"; } .sil-close:before { content: "\e082"; } .sil-event:before { content: "\e619"; } .sil-exclamation:before { content: "\e617"; } .sil-organization:before { content: "\e616"; } .sil-trophy:before { content: "\e006"; } .sil-screen-smartphone:before { content: "\e010"; } .sil-screen-desktop:before { content: "\e011"; } .sil-plane:before { content: "\e012"; } .sil-notebook:before { content: "\e013"; } .sil-mustache:before { content: "\e014"; } .sil-mouse:before { content: "\e015"; } .sil-magnet:before { content: "\e016"; } .sil-energy:before { content: "\e020"; } .sil-disc:before { content: "\e022"; } .sil-cursor:before { content: "\e06e"; } .sil-cursor-move:before { content: "\e023"; } .sil-crop:before { content: "\e024"; } .sil-chemistry:before { content: "\e026"; } .sil-speedometer:before { content: "\e007"; } .sil-shield:before { content: "\e00e"; } .sil-screen-tablet:before { content: "\e00f"; } .sil-magic-wand:before { content: "\e017"; } .sil-hourglass:before { content: "\e018"; } .sil-graduation:before { content: "\e019"; } .sil-ghost:before { content: "\e01a"; } .sil-game-controller:before { content: "\e01b"; } .sil-fire:before { content: "\e01c"; } .sil-eyeglass:before { content: "\e01d"; } .sil-envelope-open:before { content: "\e01e"; } .sil-envelope-letter:before { content: "\e01f"; } .sil-bell:before { content: "\e027"; } .sil-badge:before { content: "\e028"; } .sil-anchor:before { content: "\e029"; } .sil-wallet:before { content: "\e02a"; } .sil-vector:before { content: "\e02b"; } .sil-speech:before { content: "\e02c"; } .sil-puzzle:before { content: "\e02d"; } .sil-printer:before { content: "\e02e"; } .sil-present:before { content: "\e02f"; } .sil-playlist:before { content: "\e030"; } .sil-pin:before { content: "\e031"; } .sil-picture:before { content: "\e032"; } .sil-handbag:before { content: "\e035"; } .sil-globe-alt:before { content: "\e036"; } .sil-globe:before { content: "\e037"; } .sil-folder-alt:before { content: "\e039"; } .sil-folder:before { content: "\e089"; } .sil-film:before { content: "\e03a"; } .sil-feed:before { content: "\e03b"; } .sil-drop:before { content: "\e03e"; } .sil-drawer:before { content: "\e03f"; } .sil-docs:before { content: "\e040"; } .sil-doc:before { content: "\e085"; } .sil-diamond:before { content: "\e043"; } .sil-cup:before { content: "\e044"; } .sil-calculator:before { content: "\e049"; } .sil-bubbles:before { content: "\e04a"; } .sil-briefcase:before { content: "\e04b"; } .sil-book-open:before { content: "\e04c"; } .sil-basket-loaded:before { content: "\e04d"; } .sil-basket:before { content: "\e04e"; } .sil-bag:before { content: "\e04f"; } .sil-action-undo:before { content: "\e050"; } .sil-action-redo:before { content: "\e051"; } .sil-wrench:before { content: "\e052"; } .sil-umbrella:before { content: "\e053"; } .sil-trash:before { content: "\e054"; } .sil-tag:before { content: "\e055"; } .sil-support:before { content: "\e056"; } .sil-frame:before { content: "\e038"; } .sil-size-fullscreen:before { content: "\e057"; } .sil-size-actual:before { content: "\e058"; } .sil-shuffle:before { content: "\e059"; } .sil-share-alt:before { content: "\e05a"; } .sil-share:before { content: "\e05b"; } .sil-rocket:before { content: "\e05c"; } .sil-question:before { content: "\e05d"; } .sil-pie-chart:before { content: "\e05e"; } .sil-pencil:before { content: "\e05f"; } .sil-note:before { content: "\e060"; } .sil-loop:before { content: "\e064"; } .sil-home:before { content: "\e069"; } .sil-grid:before { content: "\e06a"; } .sil-graph:before { content: "\e06b"; } .sil-microphone:before { content: "\e063"; } .sil-music-tone-alt:before { content: "\e061"; } .sil-music-tone:before { content: "\e062"; } .sil-earphones-alt:before { content: "\e03c"; } .sil-earphones:before { content: "\e03d"; } .sil-equalizer:before { content: "\e06c"; } .sil-like:before { content: "\e068"; } .sil-dislike:before { content: "\e06d"; } .sil-control-start:before { content: "\e06f"; } .sil-control-rewind:before { content: "\e070"; } .sil-control-play:before { content: "\e071"; } .sil-control-pause:before { content: "\e072"; } .sil-control-forward:before { content: "\e073"; } .sil-control-end:before { content: "\e074"; } .sil-volume-1:before { content: "\e09f"; } .sil-volume-2:before { content: "\e0a0"; } .sil-volume-off:before { content: "\e0a1"; } .sil-calendar:before { content: "\e075"; } .sil-bulb:before { content: "\e076"; } .sil-chart:before { content: "\e077"; } .sil-ban:before { content: "\e07c"; } .sil-bubble:before { content: "\e07d"; } .sil-camrecorder:before { content: "\e07e"; } .sil-camera:before { content: "\e07f"; } .sil-cloud-download:before { content: "\e083"; } .sil-cloud-upload:before { content: "\e084"; } .sil-envelope:before { content: "\e086"; } .sil-eye:before { content: "\e087"; } .sil-flag:before { content: "\e088"; } .sil-heart:before { content: "\e08a"; } .sil-info:before { content: "\e08b"; } .sil-key:before { content: "\e08c"; } .sil-link:before { content: "\e08d"; } .sil-lock:before { content: "\e08e"; } .sil-lock-open:before { content: "\e08f"; } .sil-magnifier:before { content: "\e090"; } .sil-magnifier-add:before { content: "\e091"; } .sil-magnifier-remove:before { content: "\e092"; } .sil-paper-clip:before { content: "\e093"; } .sil-paper-plane:before { content: "\e094"; } .sil-power:before { content: "\e097"; } .sil-refresh:before { content: "\e098"; } .sil-reload:before { content: "\e099"; } .sil-settings:before { content: "\e09a"; } .sil-star:before { content: "\e09b"; } .sil-symbol-female:before { content: "\e09c"; } .sil-symbol-male:before { content: "\e09d"; } .sil-target:before { content: "\e09e"; } .sil-credit-card:before { content: "\e025"; } .sil-paypal:before { content: "\e608"; } .sil-social-tumblr:before { content: "\e00a"; } .sil-social-twitter:before { content: "\e009"; } .sil-social-facebook:before { content: "\e00b"; } .sil-social-instagram:before { content: "\e609"; } .sil-social-linkedin:before { content: "\e60a"; } .sil-social-pinterest:before { content: "\e60b"; } .sil-social-github:before { content: "\e60c"; } .sil-social-google:before { content: "\e60d"; } .sil-social-reddit:before { content: "\e60e"; } .sil-social-skype:before { content: "\e60f"; } .sil-social-dribbble:before { content: "\e00d"; } .sil-social-behance:before { content: "\e610"; } .sil-social-foursqare:before { content: "\e611"; } .sil-social-soundcloud:before { content: "\e612"; } .sil-social-spotify:before { content: "\e613"; } .sil-social-stumbleupon:before { content: "\e614"; } .sil-social-youtube:before { content: "\e008"; } .sil-social-dropbox:before { content: "\e00c"; } .sil-social-vkontakte:before { content: "\e618"; } .sil-social-steam:before { content: "\e620"; } ================================================ FILE: icon-packs/ikonli-subway-pack/ikonli-subway-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-subway-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.subway { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.subway; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.subway.SubwayIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.subway.SubwayIkonProvider; } ================================================ FILE: icon-packs/ikonli-subway-pack/src/main/java/org/kordamp/ikonli/subway/Subway.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.subway; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Subway implements Ikon { ADD("subway-add", '\ue903'), ADD_1("subway-add-1", '\ue901'), ADD_PLAYLIST("subway-add-playlist", '\ue902'), ADMIN("subway-admin", '\ue906'), ADMIN_1("subway-admin-1", '\ue904'), ADMIN_2("subway-admin-2", '\ue905'), AIRPLANE_MODE("subway-airplane-mode", '\ue907'), ALAM("subway-alam", '\ue908'), AT("subway-at", '\ue900'), BACKWARD("subway-backward", '\ue909'), BACKWARD_1("subway-backward-1", '\ue90a'), BAG("subway-bag", '\ue90b'), BASKET("subway-basket", '\ue90c'), BELL("subway-bell", '\ue90d'), BLACK_WHITE("subway-black-white", '\ue90e'), BLUETOOTH("subway-bluetooth", '\ue90f'), BLUR("subway-blur", '\ue910'), BOOK("subway-book", '\ue912'), BOOK_1("subway-book-1", '\ue911'), BOX("subway-box", '\ue914'), BOX_1("subway-box-1", '\ue913'), BRIGHTEST("subway-brightest", '\ue915'), BRUSH("subway-brush", '\ue916'), C("subway-c", '\ue917'), CAIN("subway-cain", '\ue918'), CALENDAR("subway-calendar", '\ue91f'), CALENDAR_1("subway-calendar-1", '\ue919'), CALENDAR_2("subway-calendar-2", '\ue91a'), CALENDAR_3("subway-calendar-3", '\ue91b'), CALENDAR_4("subway-calendar-4", '\ue91c'), CALENDAR_5("subway-calendar-5", '\ue91d'), CALENDAR_6("subway-calendar-6", '\ue91e'), CALL("subway-call", '\ue924'), CALL_1("subway-call-1", '\ue920'), CALL_2("subway-call-2", '\ue921'), CALL_3("subway-call-3", '\ue922'), CALL_4("subway-call-4", '\ue923'), CAMERA("subway-camera", '\ue925'), CERCLE_1("subway-cercle-1", '\ue926'), CERCLE_2("subway-cercle-2", '\ue927'), CERCLE_3("subway-cercle-3", '\ue928'), CERCLE_4("subway-cercle-4", '\ue929'), CERCLE_5("subway-cercle-5", '\ue92a'), CERCLE_6("subway-cercle-6", '\ue92b'), CERCLE_7("subway-cercle-7", '\ue92c'), CERCLE_8("subway-cercle-8", '\ue92d'), CIRCLE("subway-circle", '\ue92e'), CLOSE_2("subway-close-2", '\ue92f'), CLOSE_CORNER_ARROW_1("subway-close-corner-arrow-1", '\ue930'), CLOSE_CORNER_ARROW_2("subway-close-corner-arrow-2", '\ue931'), CLOTH("subway-cloth", '\ue933'), CLOTH_1("subway-cloth-1", '\ue932'), CLOUD("subway-cloud", '\ue937'), CLOUD_DOWNLOAD("subway-cloud-download", '\ue934'), CLOUD_RELOAD("subway-cloud-reload", '\ue935'), CLOUD_UPLOAD("subway-cloud-upload", '\ue936'), COIN("subway-coin", '\ue939'), COIN_1("subway-coin-1", '\ue938'), COMPASS("subway-compass", '\ue93c'), COMPASS_1("subway-compass-1", '\ue93a'), COMPASS_2("subway-compass-2", '\ue93b'), COMPOSE("subway-compose", '\ue93d'), COVER("subway-cover", '\ue93e'), CROP("subway-crop", '\ue93f'), CRPSS("subway-crpss", '\ue940'), DAIL_PAD("subway-dail-pad", '\ue941'), DELETE("subway-delete", '\ue942'), DIVIDE("subway-divide", '\ue944'), DIVIDE_1("subway-divide-1", '\ue943'), DOCUMENT("subway-document", '\ue948'), DOCUMENT_1("subway-document-1", '\ue945'), DOCUMENT_2("subway-document-2", '\ue946'), DOCUMENT_3("subway-document-3", '\ue947'), DOWN("subway-down", '\ue94c'), DOWNLOAD_1("subway-download-1", '\ue94d'), DOWNLOAD_2("subway-download-2", '\ue94e'), DOWNLOAD_3("subway-download-3", '\ue94f'), DOWNLOAD_4("subway-download-4", '\ue950'), DOWN_2("subway-down-2", '\ue949'), DOWN_ARROW("subway-down-arrow", '\ue94b'), DOWN_ARROW_1("subway-down-arrow-1", '\ue94a'), DUBLE_CORNER_ARROW_1("subway-duble-corner-arrow-1", '\ue951'), DUBLE_CORNER_ARROW_3("subway-duble-corner-arrow-3", '\ue952'), DUBLE_CORNER_ARROW_4("subway-duble-corner-arrow-4", '\ue953'), DUBLE_CORNER_ARROW_5("subway-duble-corner-arrow-5", '\ue954'), DUBLE_CORNER_ARROW_6("subway-duble-corner-arrow-6", '\ue955'), DUBLE_CORNER_ARROW_BLOD_2("subway-duble-corner-arrow-blod-2", '\ue956'), EQUAL("subway-equal", '\ue958'), EQUALIZER("subway-equalizer", '\ue95b'), EQUALIZER_1("subway-equalizer-1", '\ue959'), EQUALIZER_2("subway-equalizer-2", '\ue95a'), EQUAL_1("subway-equal-1", '\ue957'), ERROR("subway-error", '\ue95c'), EURO("subway-euro", '\ue95d'), EXIT("subway-exit", '\ue95e'), EYE("subway-eye", '\ue95f'), F("subway-f", '\ue960'), FEED("subway-feed", '\ue961'), FILE("subway-file", '\ue96f'), FILE_1("subway-file-1", '\ue962'), FILE_10("subway-file-10", '\ue96b'), FILE_11("subway-file-11", '\ue96c'), FILE_12("subway-file-12", '\ue96d'), FILE_13("subway-file-13", '\ue96e'), FILE_2("subway-file-2", '\ue963'), FILE_3("subway-file-3", '\ue964'), FILE_4("subway-file-4", '\ue965'), FILE_5("subway-file-5", '\ue966'), FILE_6("subway-file-6", '\ue967'), FILE_7("subway-file-7", '\ue968'), FILE_8("subway-file-8", '\ue969'), FILE_9("subway-file-9", '\ue96a'), FOLDER("subway-folder", '\ue973'), FOLDER_1("subway-folder-1", '\ue970'), FOLDER_2("subway-folder-2", '\ue971'), FOLDER_3("subway-folder-3", '\ue972'), FOT_SCREEN("subway-fot-screen", '\ue974'), FOUR_BOX("subway-four-box", '\ue975'), FROWARD("subway-froward", '\ue977'), FROWARD_1("subway-froward-1", '\ue976'), FULLSCREEN("subway-fullscreen", '\ue978'), GLASS("subway-glass", '\ue979'), HOME("subway-home", '\ue97d'), HOME_1("subway-home-1", '\ue97a'), HOME_2("subway-home-2", '\ue97b'), HOME_3("subway-home-3", '\ue97c'), HULF_OF_CIRCLE_2("subway-hulf-of-circle-2", '\ue97e'), HURT("subway-hurt", '\ue981'), HURT_1("subway-hurt-1", '\ue97f'), HURT_3("subway-hurt-3", '\ue980'), ID_CARD("subway-id-card", '\ue983'), ID_CARD_1("subway-id-card-1", '\ue982'), IMAGE("subway-image", '\ue984'), JOIN_CORNER_ARROW_1("subway-join-corner-arrow-1", '\ue985'), JOIN_CORNER_ARROW_2("subway-join-corner-arrow-2", '\ue986'), JOIN_CORNER_ARROW_3("subway-join-corner-arrow-3", '\ue987'), JOIN_CORNER_ARROW_4("subway-join-corner-arrow-4", '\ue988'), JOIN_CORNER_ARROW_5("subway-join-corner-arrow-5", '\ue989'), JOIN_CORNER_ARROW_6("subway-join-corner-arrow-6", '\ue98a'), KEY("subway-key", '\ue98b'), LEFT_ARROW("subway-left-arrow", '\ue98d'), LEFT_ARROW_1("subway-left-arrow-1", '\ue98c'), LEFT_DOWN_CORNER_ARROW("subway-left-down-corner-arrow", '\ue98f'), LEFT_DOWN_CORNER_ARROW_1("subway-left-down-corner-arrow-1", '\ue98e'), LEFT_UP_CORNER_ARROW("subway-left-up-corner-arrow", '\ue991'), LEFT_UP_CORNER_ARROW_1("subway-left-up-corner-arrow-1", '\ue990'), LIKE("subway-like", '\ue992'), LOCATION("subway-location", '\ue996'), LOCATION_1("subway-location-1", '\ue993'), LOCATION_2("subway-location-2", '\ue994'), LOCATION_3("subway-location-3", '\ue995'), LOCK("subway-lock", '\ue999'), LOCK_1("subway-lock-1", '\ue997'), LOCK_2("subway-lock-2", '\ue998'), MAGIC("subway-magic", '\ue99a'), MAIL_ICON("subway-mail-icon", '\ue99d'), MAIL_ICON_1("subway-mail-icon-1", '\ue99b'), MAIL_ICON_2("subway-mail-icon-2", '\ue99c'), MARK("subway-mark", '\ue9a2'), MARK_1("subway-mark-1", '\ue99e'), MARK_2("subway-mark-2", '\ue99f'), MARK_3("subway-mark-3", '\ue9a0'), MARK_4("subway-mark-4", '\ue9a1'), MASSAGE("subway-massage", '\ue9a4'), MASSAGE_1("subway-massage-1", '\ue9a3'), MEDIA("subway-media", '\ue9a5'), MEMORI_CARD("subway-memori-card", '\ue9a6'), MENU("subway-menu", '\ue9a7'), MIC("subway-mic", '\ue9a8'), MISSING("subway-missing", '\ue9a9'), MOVE("subway-move", '\ue9ac'), MOVE_1("subway-move-1", '\ue9aa'), MOVE_2("subway-move-2", '\ue9ab'), MOVIE("subway-movie", '\ue9ad'), MULTIPLY("subway-multiply", '\ue9af'), MULTIPLY_1("subway-multiply-1", '\ue9ae'), MUSIC("subway-music", '\ue9b0'), MUSK("subway-musk", '\ue9b1'), MUTE("subway-mute", '\ue9b2'), NETWARK("subway-netwark", '\ue9b3'), NEXT("subway-next", '\ue9b5'), NEXT_1("subway-next-1", '\ue9b4'), PARAGRAPH("subway-paragraph", '\ue9be'), PARAGRAPH_2("subway-paragraph-2", '\ue9b6'), PARAGRAPH_3("subway-paragraph-3", '\ue9b7'), PARAGRAPH_4("subway-paragraph-4", '\ue9b8'), PARAGRAPH_5("subway-paragraph-5", '\ue9b9'), PARAGRAPH_6("subway-paragraph-6", '\ue9ba'), PARAGRAPH_7("subway-paragraph-7", '\ue9bb'), PARAGRAPH_8("subway-paragraph-8", '\ue9bc'), PARAGRAPH_9("subway-paragraph-9", '\ue9bd'), PART_OF_CIRCLE("subway-part-of-circle", '\ue9c4'), PART_OF_CIRCLE_1("subway-part-of-circle-1", '\ue9bf'), PART_OF_CIRCLE_2("subway-part-of-circle-2", '\ue9c0'), PART_OF_CIRCLE_3("subway-part-of-circle-3", '\ue9c1'), PART_OF_CIRCLE_4("subway-part-of-circle-4", '\ue9c2'), PART_OF_CIRCLE_5("subway-part-of-circle-5", '\ue9c3'), PASSING("subway-passing", '\ue9c5'), PAUSE("subway-pause", '\ue9c7'), PAUSE_1("subway-pause-1", '\ue9c6'), PENCIL("subway-pencil", '\ue9c8'), PIN("subway-pin", '\ue9ca'), PIN_1("subway-pin-1", '\ue9c9'), PLAY("subway-play", '\ue9cc'), PLAY_1("subway-play-1", '\ue9cb'), POUND("subway-pound", '\ue9cd'), POWER("subway-power", '\ue9cf'), POWER_BATTON("subway-power-batton", '\ue9ce'), PREVIOUS("subway-previous", '\ue9d1'), PREVIOUS_1("subway-previous-1", '\ue9d0'), PRINT("subway-print", '\ue9d2'), RANDOM("subway-random", '\ue9d3'), RECTANGLE("subway-rectangle", '\ue9d8'), RECTANGLE_1("subway-rectangle-1", '\ue9d4'), RECTANGLE_2("subway-rectangle-2", '\ue9d5'), RECTANGLE_3("subway-rectangle-3", '\ue9d6'), RECTANGLE_4("subway-rectangle-4", '\ue9d7'), RECTANGULAR("subway-rectangular", '\ue9d9'), REDO("subway-redo", '\ue9dc'), REDO_1("subway-redo-1", '\ue9da'), REDO_ICON("subway-redo-icon", '\ue9db'), REFRESH_TIME("subway-refresh-time", '\ue9dd'), REMOVE_PLAYLIST("subway-remove-playlist", '\ue9de'), REPLY("subway-reply", '\ue9df'), RIGHT_ARROW("subway-right-arrow", '\ue9e1'), RIGHT_ARROW_1("subway-right-arrow-1", '\ue9e0'), RIGHT_DOWN_CORNER_ARROW("subway-right-down-corner-arrow", '\ue9e3'), RIGHT_DOWN_CORNER_ARROW_1("subway-right-down-corner-arrow-1", '\ue9e2'), RIGHT_UP_CORNER_ARROW("subway-right-up-corner-arrow", '\ue9e5'), RIGHT_UP_CORNER_ARROW_1("subway-right-up-corner-arrow-1", '\ue9e4'), ROUND_ARROW_1("subway-round-arrow-1", '\ue9e6'), ROUND_ARROW_2("subway-round-arrow-2", '\ue9e7'), ROUND_ARROW_3("subway-round-arrow-3", '\ue9e8'), ROUND_ARROW_4("subway-round-arrow-4", '\ue9e9'), ROUND_ARROW_5("subway-round-arrow-5", '\ue9ea'), ROUND_ARROW_6("subway-round-arrow-6", '\ue9eb'), SAVE("subway-save", '\ue9ec'), SEARCH("subway-search", '\ue9ed'), SETTONG("subway-settong", '\ue9ee'), SHARE("subway-share", '\ue9f0'), SHARE_1("subway-share-1", '\ue9ef'), SHARING("subway-sharing", '\ue9f2'), SHARING_1("subway-sharing-1", '\ue9f1'), SHUFFILE("subway-shuffile", '\ue9f3'), SMS("subway-sms", '\ue9fd'), SMS_1("subway-sms-1", '\ue9f4'), SMS_2("subway-sms-2", '\ue9f5'), SMS_3("subway-sms-3", '\ue9f6'), SMS_4("subway-sms-4", '\ue9f7'), SMS_5("subway-sms-5", '\ue9f8'), SMS_6("subway-sms-6", '\ue9f9'), SMS_7("subway-sms-7", '\ue9fa'), SMS_8("subway-sms-8", '\ue9fb'), SMS_9("subway-sms-9", '\ue9fc'), SOUND("subway-sound", '\uea00'), SOUND_1("subway-sound-1", '\ue9fe'), SOUND_2("subway-sound-2", '\ue9ff'), STAR("subway-star", '\uea02'), STAR_1("subway-star-1", '\uea01'), STEP("subway-step", '\uea05'), STEP_1("subway-step-1", '\uea03'), STEP_2("subway-step-2", '\uea04'), STOP("subway-stop", '\uea07'), STOP_1("subway-stop-1", '\uea06'), SUBTRACTION("subway-subtraction", '\uea09'), SUBTRACTION_1("subway-subtraction-1", '\uea08'), SWITCH("subway-switch", '\uea0a'), SYMBOL("subway-symbol", '\uea0d'), SYMBOL_1("subway-symbol-1", '\uea0b'), SYMBOL_2("subway-symbol-2", '\uea0c'), TEP("subway-tep", '\uea0e'), TICK("subway-tick", '\uea0f'), TIME("subway-time", '\uea15'), TIME_1("subway-time-1", '\uea10'), TIME_2("subway-time-2", '\uea11'), TIME_3("subway-time-3", '\uea12'), TIME_4("subway-time-4", '\uea13'), TIME_5("subway-time-5", '\uea14'), TITLE("subway-title", '\uea16'), TOOL_BOX("subway-tool-box", '\uea18'), TOOL_BOX_1("subway-tool-box-1", '\uea17'), UNDO("subway-undo", '\uea1b'), UNDO_1("subway-undo-1", '\uea19'), UNDO_ICON("subway-undo-icon", '\uea1a'), UNLIKE("subway-unlike", '\uea1c'), UNLOCK("subway-unlock", '\uea1e'), UNLOCK_1("subway-unlock-1", '\uea1d'), UP("subway-up", '\uea22'), UPLOAD_1("subway-upload-1", '\uea23'), UPLOAD_2("subway-upload-2", '\uea24'), UPLOAD_3("subway-upload-3", '\uea25'), UPLOAD_4("subway-upload-4", '\uea26'), UP_2("subway-up-2", '\uea1f'), UP_ARROW("subway-up-arrow", '\uea21'), UP_ARROW_1("subway-up-arrow-1", '\uea20'), USD("subway-usd", '\uea27'), VIDEO("subway-video", '\uea29'), VIDEO_1("subway-video-1", '\uea28'), WEBCAM("subway-webcam", '\uea2a'), WORLD("subway-world", '\uea2c'), WORLD_1("subway-world-1", '\uea2b'), WRITE("subway-write", '\uea2e'), WRITE_1("subway-write-1", '\uea2d'), ZIP("subway-zip", '\uea2f'), ZOOM_IN("subway-zoom-in", '\uea31'), ZOOM_OUT("subway-zoom-out", '\uea30'); public static Subway findByDescription(String description) { for (Subway font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Subway(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-subway-pack/src/main/java/org/kordamp/ikonli/subway/SubwayIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.subway; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class SubwayIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/subway/20201108/fonts/Subway-Icons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("subway-"); } @Override public Ikon resolve(String description) { return Subway.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Subway-Icons"; } } ================================================ FILE: icon-packs/ikonli-subway-pack/src/main/java/org/kordamp/ikonli/subway/SubwayIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.subway; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class SubwayIkonProvider implements IkonProvider { @Override public Class getIkon() { return Subway.class; } } ================================================ FILE: icon-packs/ikonli-subway-pack/src/main/resources/META-INF/resources/subway/20201108/css/subway.css ================================================ @font-face { font-family: 'Subway-Icons'; src: url('../fonts/Subway-Icons.eot?nqe6p0'); src: url('../fonts/Subway-Icons.eot?nqe6p0#iefix') format('embedded-opentype'), url('../fonts/Subway-Icons.ttf?nqe6p0') format('truetype'), url('../fonts/Subway-Icons.woff?nqe6p0') format('woff'), url('../fonts/Subway-Icons.svg?nqe6p0#Subway-Icons') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="subway-"], [class*=" subway-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Subway-Icons' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .subway-at:before { content: "\e900"; } .subway-add-1:before { content: "\e901"; } .subway-add-playlist:before { content: "\e902"; } .subway-add:before { content: "\e903"; } .subway-admin-1:before { content: "\e904"; } .subway-admin-2:before { content: "\e905"; } .subway-admin:before { content: "\e906"; } .subway-airplane-mode:before { content: "\e907"; } .subway-alam:before { content: "\e908"; } .subway-backward:before { content: "\e909"; } .subway-backward-1:before { content: "\e90a"; } .subway-bag:before { content: "\e90b"; } .subway-basket:before { content: "\e90c"; } .subway-bell:before { content: "\e90d"; } .subway-black-white:before { content: "\e90e"; } .subway-bluetooth:before { content: "\e90f"; } .subway-blur:before { content: "\e910"; } .subway-book-1:before { content: "\e911"; } .subway-book:before { content: "\e912"; } .subway-box-1:before { content: "\e913"; } .subway-box:before { content: "\e914"; } .subway-brightest:before { content: "\e915"; } .subway-brush:before { content: "\e916"; } .subway-c:before { content: "\e917"; } .subway-cain:before { content: "\e918"; } .subway-calendar-1:before { content: "\e919"; } .subway-calendar-2:before { content: "\e91a"; } .subway-calendar-3:before { content: "\e91b"; } .subway-calendar-4:before { content: "\e91c"; } .subway-calendar-5:before { content: "\e91d"; } .subway-calendar-6:before { content: "\e91e"; } .subway-calendar:before { content: "\e91f"; } .subway-call-1:before { content: "\e920"; } .subway-call-2:before { content: "\e921"; } .subway-call-3:before { content: "\e922"; } .subway-call-4:before { content: "\e923"; } .subway-call:before { content: "\e924"; } .subway-camera:before { content: "\e925"; } .subway-cercle-1:before { content: "\e926"; } .subway-cercle-2:before { content: "\e927"; } .subway-cercle-3:before { content: "\e928"; } .subway-cercle-4:before { content: "\e929"; } .subway-cercle-5:before { content: "\e92a"; } .subway-cercle-6:before { content: "\e92b"; } .subway-cercle-7:before { content: "\e92c"; } .subway-cercle-8:before { content: "\e92d"; } .subway-circle:before { content: "\e92e"; } .subway-close-2:before { content: "\e92f"; } .subway-close-corner-arrow-1:before { content: "\e930"; } .subway-close-corner-arrow-2:before { content: "\e931"; } .subway-cloth-1:before { content: "\e932"; } .subway-cloth:before { content: "\e933"; } .subway-cloud-download:before { content: "\e934"; } .subway-cloud-reload:before { content: "\e935"; } .subway-cloud-upload:before { content: "\e936"; } .subway-cloud:before { content: "\e937"; } .subway-coin-1:before { content: "\e938"; } .subway-coin:before { content: "\e939"; } .subway-compass-1:before { content: "\e93a"; } .subway-compass-2:before { content: "\e93b"; } .subway-compass:before { content: "\e93c"; } .subway-compose:before { content: "\e93d"; } .subway-cover:before { content: "\e93e"; } .subway-crop:before { content: "\e93f"; } .subway-crpss:before { content: "\e940"; } .subway-dail-pad:before { content: "\e941"; } .subway-delete:before { content: "\e942"; } .subway-divide-1:before { content: "\e943"; } .subway-divide:before { content: "\e944"; } .subway-document-1:before { content: "\e945"; } .subway-document-2:before { content: "\e946"; } .subway-document-3:before { content: "\e947"; } .subway-document:before { content: "\e948"; } .subway-down-2:before { content: "\e949"; } .subway-down-arrow-1:before { content: "\e94a"; } .subway-down-arrow:before { content: "\e94b"; } .subway-down:before { content: "\e94c"; } .subway-download-1:before { content: "\e94d"; } .subway-download-2:before { content: "\e94e"; } .subway-download-3:before { content: "\e94f"; } .subway-download-4:before { content: "\e950"; } .subway-duble-corner-arrow-1:before { content: "\e951"; } .subway-duble-corner-arrow-3:before { content: "\e952"; } .subway-duble-corner-arrow-4:before { content: "\e953"; } .subway-duble-corner-arrow-5:before { content: "\e954"; } .subway-duble-corner-arrow-6:before { content: "\e955"; } .subway-duble-corner-arrow-blod-2:before { content: "\e956"; } .subway-equal-1:before { content: "\e957"; } .subway-equal:before { content: "\e958"; } .subway-equalizer-1:before { content: "\e959"; } .subway-equalizer-2:before { content: "\e95a"; } .subway-equalizer:before { content: "\e95b"; } .subway-error:before { content: "\e95c"; } .subway-euro:before { content: "\e95d"; } .subway-exit:before { content: "\e95e"; } .subway-eye:before { content: "\e95f"; } .subway-f:before { content: "\e960"; } .subway-feed:before { content: "\e961"; } .subway-file-1:before { content: "\e962"; } .subway-file-2:before { content: "\e963"; } .subway-file-3:before { content: "\e964"; } .subway-file-4:before { content: "\e965"; } .subway-file-5:before { content: "\e966"; } .subway-file-6:before { content: "\e967"; } .subway-file-7:before { content: "\e968"; } .subway-file-8:before { content: "\e969"; } .subway-file-9:before { content: "\e96a"; } .subway-file-10:before { content: "\e96b"; } .subway-file-11:before { content: "\e96c"; } .subway-file-12:before { content: "\e96d"; } .subway-file-13:before { content: "\e96e"; } .subway-file:before { content: "\e96f"; } .subway-folder-1:before { content: "\e970"; } .subway-folder-2:before { content: "\e971"; } .subway-folder-3:before { content: "\e972"; } .subway-folder:before { content: "\e973"; } .subway-fot-screen:before { content: "\e974"; } .subway-four-box:before { content: "\e975"; } .subway-froward-1:before { content: "\e976"; } .subway-froward:before { content: "\e977"; } .subway-fullscreen:before { content: "\e978"; } .subway-glass:before { content: "\e979"; } .subway-home-1:before { content: "\e97a"; } .subway-home-2:before { content: "\e97b"; } .subway-home-3:before { content: "\e97c"; } .subway-home:before { content: "\e97d"; } .subway-hulf-of-circle-2:before { content: "\e97e"; } .subway-hurt-1:before { content: "\e97f"; } .subway-hurt-3:before { content: "\e980"; } .subway-hurt:before { content: "\e981"; } .subway-id-card-1:before { content: "\e982"; } .subway-id-card:before { content: "\e983"; } .subway-image:before { content: "\e984"; } .subway-join-corner-arrow-1:before { content: "\e985"; } .subway-join-corner-arrow-2:before { content: "\e986"; } .subway-join-corner-arrow-3:before { content: "\e987"; } .subway-join-corner-arrow-4:before { content: "\e988"; } .subway-join-corner-arrow-5:before { content: "\e989"; } .subway-join-corner-arrow-6:before { content: "\e98a"; } .subway-key:before { content: "\e98b"; } .subway-left-arrow-1:before { content: "\e98c"; } .subway-left-arrow:before { content: "\e98d"; } .subway-left-down-corner-arrow-1:before { content: "\e98e"; } .subway-left-down-corner-arrow:before { content: "\e98f"; } .subway-left-up-corner-arrow-1:before { content: "\e990"; } .subway-left-up-corner-arrow:before { content: "\e991"; } .subway-like:before { content: "\e992"; } .subway-location-1:before { content: "\e993"; } .subway-location-2:before { content: "\e994"; } .subway-location-3:before { content: "\e995"; } .subway-location:before { content: "\e996"; } .subway-lock-1:before { content: "\e997"; } .subway-lock-2:before { content: "\e998"; } .subway-lock:before { content: "\e999"; } .subway-magic:before { content: "\e99a"; } .subway-mail-icon-1:before { content: "\e99b"; } .subway-mail-icon-2:before { content: "\e99c"; } .subway-mail-icon:before { content: "\e99d"; } .subway-mark-1:before { content: "\e99e"; } .subway-mark-2:before { content: "\e99f"; } .subway-mark-3:before { content: "\e9a0"; } .subway-mark-4:before { content: "\e9a1"; } .subway-mark:before { content: "\e9a2"; } .subway-massage-1:before { content: "\e9a3"; } .subway-massage:before { content: "\e9a4"; } .subway-media:before { content: "\e9a5"; } .subway-memori-card:before { content: "\e9a6"; } .subway-menu:before { content: "\e9a7"; } .subway-mic:before { content: "\e9a8"; } .subway-missing:before { content: "\e9a9"; } .subway-move-1:before { content: "\e9aa"; } .subway-move-2:before { content: "\e9ab"; } .subway-move:before { content: "\e9ac"; } .subway-movie:before { content: "\e9ad"; } .subway-multiply-1:before { content: "\e9ae"; } .subway-multiply:before { content: "\e9af"; } .subway-music:before { content: "\e9b0"; } .subway-musk:before { content: "\e9b1"; } .subway-mute:before { content: "\e9b2"; } .subway-netwark:before { content: "\e9b3"; } .subway-next-1:before { content: "\e9b4"; } .subway-next:before { content: "\e9b5"; } .subway-paragraph-2:before { content: "\e9b6"; } .subway-paragraph-3:before { content: "\e9b7"; } .subway-paragraph-4:before { content: "\e9b8"; } .subway-paragraph-5:before { content: "\e9b9"; } .subway-paragraph-6:before { content: "\e9ba"; } .subway-paragraph-7:before { content: "\e9bb"; } .subway-paragraph-8:before { content: "\e9bc"; } .subway-paragraph-9:before { content: "\e9bd"; } .subway-paragraph:before { content: "\e9be"; } .subway-part-of-circle-1:before { content: "\e9bf"; } .subway-part-of-circle-2:before { content: "\e9c0"; } .subway-part-of-circle-3:before { content: "\e9c1"; } .subway-part-of-circle-4:before { content: "\e9c2"; } .subway-part-of-circle-5:before { content: "\e9c3"; } .subway-part-of-circle:before { content: "\e9c4"; } .subway-passing:before { content: "\e9c5"; } .subway-pause-1:before { content: "\e9c6"; } .subway-pause:before { content: "\e9c7"; } .subway-pencil:before { content: "\e9c8"; } .subway-pin-1:before { content: "\e9c9"; } .subway-pin:before { content: "\e9ca"; } .subway-play-1:before { content: "\e9cb"; } .subway-play:before { content: "\e9cc"; } .subway-pound:before { content: "\e9cd"; } .subway-power-batton:before { content: "\e9ce"; } .subway-power:before { content: "\e9cf"; } .subway-previous-1:before { content: "\e9d0"; } .subway-previous:before { content: "\e9d1"; } .subway-print:before { content: "\e9d2"; } .subway-random:before { content: "\e9d3"; } .subway-rectangle-1:before { content: "\e9d4"; } .subway-rectangle-2:before { content: "\e9d5"; } .subway-rectangle-3:before { content: "\e9d6"; } .subway-rectangle-4:before { content: "\e9d7"; } .subway-rectangle:before { content: "\e9d8"; } .subway-rectangular:before { content: "\e9d9"; } .subway-redo-1:before { content: "\e9da"; } .subway-redo-icon:before { content: "\e9db"; } .subway-redo:before { content: "\e9dc"; } .subway-refresh-time:before { content: "\e9dd"; } .subway-remove-playlist:before { content: "\e9de"; } .subway-reply:before { content: "\e9df"; } .subway-right-arrow-1:before { content: "\e9e0"; } .subway-right-arrow:before { content: "\e9e1"; } .subway-right-down-corner-arrow-1:before { content: "\e9e2"; } .subway-right-down-corner-arrow:before { content: "\e9e3"; } .subway-right-up-corner-arrow-1:before { content: "\e9e4"; } .subway-right-up-corner-arrow:before { content: "\e9e5"; } .subway-round-arrow-1:before { content: "\e9e6"; } .subway-round-arrow-2:before { content: "\e9e7"; } .subway-round-arrow-3:before { content: "\e9e8"; } .subway-round-arrow-4:before { content: "\e9e9"; } .subway-round-arrow-5:before { content: "\e9ea"; } .subway-round-arrow-6:before { content: "\e9eb"; } .subway-save:before { content: "\e9ec"; } .subway-search:before { content: "\e9ed"; } .subway-settong:before { content: "\e9ee"; } .subway-share-1:before { content: "\e9ef"; } .subway-share:before { content: "\e9f0"; } .subway-sharing-1:before { content: "\e9f1"; } .subway-sharing:before { content: "\e9f2"; } .subway-shuffile:before { content: "\e9f3"; } .subway-sms-1:before { content: "\e9f4"; } .subway-sms-2:before { content: "\e9f5"; } .subway-sms-3:before { content: "\e9f6"; } .subway-sms-4:before { content: "\e9f7"; } .subway-sms-5:before { content: "\e9f8"; } .subway-sms-6:before { content: "\e9f9"; } .subway-sms-7:before { content: "\e9fa"; } .subway-sms-8:before { content: "\e9fb"; } .subway-sms-9:before { content: "\e9fc"; } .subway-sms:before { content: "\e9fd"; } .subway-sound-1:before { content: "\e9fe"; } .subway-sound-2:before { content: "\e9ff"; } .subway-sound:before { content: "\ea00"; } .subway-star-1:before { content: "\ea01"; } .subway-star:before { content: "\ea02"; } .subway-step-1:before { content: "\ea03"; } .subway-step-2:before { content: "\ea04"; } .subway-step:before { content: "\ea05"; } .subway-stop-1:before { content: "\ea06"; } .subway-stop:before { content: "\ea07"; } .subway-subtraction-1:before { content: "\ea08"; } .subway-subtraction:before { content: "\ea09"; } .subway-switch:before { content: "\ea0a"; } .subway-symbol-1:before { content: "\ea0b"; } .subway-symbol-2:before { content: "\ea0c"; } .subway-symbol:before { content: "\ea0d"; } .subway-tep:before { content: "\ea0e"; } .subway-tick:before { content: "\ea0f"; } .subway-time-1:before { content: "\ea10"; } .subway-time-2:before { content: "\ea11"; } .subway-time-3:before { content: "\ea12"; } .subway-time-4:before { content: "\ea13"; } .subway-time-5:before { content: "\ea14"; } .subway-time:before { content: "\ea15"; } .subway-title:before { content: "\ea16"; } .subway-tool-box-1:before { content: "\ea17"; } .subway-tool-box:before { content: "\ea18"; } .subway-undo-1:before { content: "\ea19"; } .subway-undo-icon:before { content: "\ea1a"; } .subway-undo:before { content: "\ea1b"; } .subway-unlike:before { content: "\ea1c"; } .subway-unlock-1:before { content: "\ea1d"; } .subway-unlock:before { content: "\ea1e"; } .subway-up-2:before { content: "\ea1f"; } .subway-up-arrow-1:before { content: "\ea20"; } .subway-up-arrow:before { content: "\ea21"; } .subway-up:before { content: "\ea22"; } .subway-upload-1:before { content: "\ea23"; } .subway-upload-2:before { content: "\ea24"; } .subway-upload-3:before { content: "\ea25"; } .subway-upload-4:before { content: "\ea26"; } .subway-usd:before { content: "\ea27"; } .subway-video-1:before { content: "\ea28"; } .subway-video:before { content: "\ea29"; } .subway-webcam:before { content: "\ea2a"; } .subway-world-1:before { content: "\ea2b"; } .subway-world:before { content: "\ea2c"; } .subway-write-1:before { content: "\ea2d"; } .subway-write:before { content: "\ea2e"; } .subway-zip:before { content: "\ea2f"; } .subway-zoom-out:before { content: "\ea30"; } .subway-zoom-in:before { content: "\ea31"; } ================================================ FILE: icon-packs/ikonli-themify-pack/ikonli-themify-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-themify-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.themify { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.themify; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.themify.ThemifyIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.themify.ThemifyIkonProvider; } ================================================ FILE: icon-packs/ikonli-themify-pack/src/main/java/org/kordamp/ikonli/themify/Themify.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.themify; import org.kordamp.ikonli.Ikon; /** * @author Loïc Sculier aka typhon0 */ public enum Themify implements Ikon { // last is e75f AGENDA("ti-agenda", '\ue6c7'), ALARM_CLOCK("ti-alarm-clock", '\ue6c6'), ALERT("ti-alert", '\ue6c5'), ALIGN_CENTER("ti-align-center", '\ue6c4'), ALIGN_JUSTIFY("ti-align-justify", '\ue6c3'), ALIGN_LEFT("ti-align-left", '\ue6c2'), ALIGN_RIGHT("ti-align-right", '\ue6c1'), ANCHOR("ti-anchor", '\ue6c0'), ANDROID("ti-android", '\ue745'), ANGLE_DOUBLE_DOWN("ti-angle-double-down", '\ue663'), ANGLE_DOUBLE_LEFT("ti-angle-double-left", '\ue662'), ANGLE_DOUBLE_RIGHT("ti-angle-double-right", '\ue661'), ANGLE_DOUBLE_UP("ti-angle-double-up", '\ue660'), ANGLE_DOWN("ti-angle-down", '\ue64b'), ANGLE_LEFT("ti-angle-left", '\ue64a'), ANGLE_RIGHT("ti-angle-right", '\ue649'), ANGLE_UP("ti-angle-up", '\ue648'), ANNOUNCEMENT("ti-announcement", '\ue64f'), APPLE("ti-apple", '\ue744'), ARCHIVE("ti-archive", '\ue6bf'), ARROWS_CORNER("ti-arrows-corner", '\ue6be'), ARROWS_HORIZONTAL("ti-arrows-horizontal", '\ue658'), ARROWS_VERTICAL("ti-arrows-vertical", '\ue657'), ARROW_CIRCLE_DOWN("ti-arrow-circle-down", '\ue65f'), ARROW_CIRCLE_LEFT("ti-arrow-circle-left", '\ue65e'), ARROW_CIRCLE_RIGHT("ti-arrow-circle-right", '\ue65d'), ARROW_CIRCLE_UP("ti-arrow-circle-up", '\ue65c'), ARROW_DOWN("ti-arrow-down", '\ue62a'), ARROW_LEFT("ti-arrow-left", '\ue629'), ARROW_RIGHT("ti-arrow-right", '\ue628'), ARROW_TOP_LEFT("ti-arrow-top-left", '\ue65b'), ARROW_TOP_RIGHT("ti-arrow-top-right", '\ue65a'), ARROW_UP("ti-arrow-up", '\ue627'), BACK_LEFT("ti-back-left", '\ue6bd'), BACK_RIGHT("ti-back-right", '\ue6bc'), BAG("ti-bag", '\ue655'), BAR_CHART("ti-bar-chart", '\ue6ba'), BAR_CHART_ALT("ti-bar-chart-alt", '\ue6bb'), BASKETBALL("ti-basketball", '\ue6b9'), BELL("ti-bell", '\ue6b8'), BLACKBOARD("ti-blackboard", '\ue654'), BOLT("ti-bolt", '\ue652'), BOLT_ALT("ti-bolt-alt", '\ue653'), BOOK("ti-book", '\ue6b7'), BOOKMARK("ti-bookmark", '\ue617'), BOOKMARK_ALT("ti-bookmark-alt", '\ue618'), BRIEFCASE("ti-briefcase", '\ue651'), BRUSH("ti-brush", '\ue650'), BRUSH_ALT("ti-brush-alt", '\ue727'), CALENDAR("ti-calendar", '\ue6b6'), CAMERA("ti-camera", '\ue64e'), CAR("ti-car", '\ue6b5'), CHECK("ti-check", '\ue64c'), CHECK_BOX("ti-check-box", '\ue64d'), CLIP("ti-clip", '\ue647'), CLIPBOARD("ti-clipboard", '\ue6b4'), CLOSE("ti-close", '\ue646'), CLOUD("ti-cloud", '\ue6b1'), CLOUD_DOWN("ti-cloud-down", '\ue6b3'), CLOUD_UP("ti-cloud-up", '\ue6b2'), COMMENT("ti-comment", '\ue644'), COMMENTS("ti-comments", '\ue643'), COMMENTS_SMILEY("ti-comments-smiley", '\ue726'), COMMENT_ALT("ti-comment-alt", '\ue645'), CONTROL_BACKWARD("ti-control-backward", '\ue6b0'), CONTROL_EJECT("ti-control-eject", '\ue725'), CONTROL_FORWARD("ti-control-forward", '\ue6af'), CONTROL_PAUSE("ti-control-pause", '\ue6ae'), CONTROL_PLAY("ti-control-play", '\ue6ad'), CONTROL_RECORD("ti-control-record", '\ue724'), CONTROL_SHUFFLE("ti-control-shuffle", '\ue6ac'), CONTROL_SKIP_BACKWARD("ti-control-skip-backward", '\ue723'), CONTROL_SKIP_FORWARD("ti-control-skip-forward", '\ue722'), CONTROL_STOP("ti-control-stop", '\ue6ab'), CREDIT_CARD("ti-credit-card", '\ue721'), CROWN("ti-crown", '\ue642'), CSS3("ti-css3", '\ue75d'), CUP("ti-cup", '\ue641'), CUT("ti-cut", '\ue613'), DASHBOARD("ti-dashboard", '\ue6aa'), DESKTOP("ti-desktop", '\ue640'), DIRECTION("ti-direction", '\ue6a8'), DIRECTION_ALT("ti-direction-alt", '\ue6a9'), DOWNLOAD("ti-download", '\ue6a7'), DRIBBBLE("ti-dribbble", '\ue743'), DROPBOX("ti-dropbox", '\ue742'), DROPBOX_ALT("ti-dropbox-alt", '\ue75c'), DRUPAL("ti-drupal", '\ue75b'), EMAIL("ti-email", '\ue75a'), ENVELOPE("ti-envelope", '\ue6a6'), ERASER("ti-eraser", '\ue6a5'), EXCHANGE_VERTICAL("ti-exchange-vertical", '\ue63f'), EXPORT("ti-export", '\ue63e'), EYE("ti-eye", '\ue63d'), FACEBOOK("ti-facebook", '\ue741'), FACE_SAD("ti-face-sad", '\ue720'), FACE_SMILE("ti-face-smile", '\ue71f'), FILE("ti-file", '\ue6a4'), FILES("ti-files", '\ue6a3'), FILTER("ti-filter", '\ue6a2'), FLAG("ti-flag", '\ue63a'), FLAG_ALT("ti-flag-alt", '\ue63b'), FLAG_ALT_2("ti-flag-alt-2", '\ue63c'), FLICKR("ti-flickr", '\ue740'), FLICKR_ALT("ti-flickr-alt", '\ue759'), FOLDER("ti-folder", '\ue639'), FULLSCREEN("ti-fullscreen", '\ue659'), GALLERY("ti-gallery", '\ue71e'), GAME("ti-game", '\ue6a1'), GIFT("ti-gift", '\ue6a0'), GITHUB("ti-github", '\ue73f'), GOOGLE("ti-google", '\ue73e'), HAND_DRAG("ti-hand-drag", '\ue638'), HAND_OPEN("ti-hand-open", '\ue637'), HAND_POINT_DOWN("ti-hand-point-down", '\ue71d'), HAND_POINT_LEFT("ti-hand-point-left", '\ue71c'), HAND_POINT_RIGHT("ti-hand-point-right", '\ue71b'), HAND_POINT_UP("ti-hand-point-up", '\ue71a'), HAND_STOP("ti-hand-stop", '\ue636'), HARDDRIVE("ti-harddrive", '\ue69f'), HARDDRIVES("ti-harddrives", '\ue69e'), HEADPHONE("ti-headphone", '\ue69d'), HEADPHONE_ALT("ti-headphone-alt", '\ue719'), HEART("ti-heart", '\ue634'), HEART_BROKEN("ti-heart-broken", '\ue635'), HELP("ti-help", '\ue69c'), HELP_ALT("ti-help-alt", '\ue718'), HOME("ti-home", '\ue69b'), HTML5("ti-html5", '\ue758'), HUMMER("ti-hummer", '\ue69a'), ID_BADGE("ti-id-badge", '\ue699'), IMAGE("ti-image", '\ue633'), IMPORT("ti-import", '\ue632'), INFINITE("ti-infinite", '\ue698'), INFO("ti-info", '\ue697'), INFO_ALT("ti-info-alt", '\ue717'), INK_PEN("ti-ink-pen", '\ue716'), INSTAGRAM("ti-instagram", '\ue73d'), ITALIC("ti-Italic", '\ue696'), JOOMLA("ti-joomla", '\ue757'), JSFIDDLE("ti-jsfiddle", '\ue756'), KEY("ti-key", '\ue631'), LAYERS("ti-layers", '\ue62f'), LAYERS_ALT("ti-layers-alt", '\ue630'), LAYOUT("ti-layout", '\ue62e'), LAYOUT_ACCORDION_LIST("ti-layout-accordion-list", '\ue715'), LAYOUT_ACCORDION_MERGED("ti-layout-accordion-merged", '\ue714'), LAYOUT_ACCORDION_SEPARATED("ti-layout-accordion-separated", '\ue713'), LAYOUT_COLUMN2("ti-layout-column2", '\ue712'), LAYOUT_COLUMN2_ALT("ti-layout-column2-alt", '\ue73c'), LAYOUT_COLUMN3("ti-layout-column3", '\ue711'), LAYOUT_COLUMN3_ALT("ti-layout-column3-alt", '\ue73b'), LAYOUT_COLUMN4("ti-layout-column4", '\ue710'), LAYOUT_COLUMN4_ALT("ti-layout-column4-alt", '\ue73a'), LAYOUT_CTA_BTN_LEFT("ti-layout-cta-btn-left", '\ue70f'), LAYOUT_CTA_BTN_RIGHT("ti-layout-cta-btn-right", '\ue70e'), LAYOUT_CTA_CENTER("ti-layout-cta-center", '\ue70d'), LAYOUT_CTA_LEFT("ti-layout-cta-left", '\ue70c'), LAYOUT_CTA_RIGHT("ti-layout-cta-right", '\ue70b'), LAYOUT_GRID2("ti-layout-grid2", '\ue709'), LAYOUT_GRID2_ALT("ti-layout-grid2-alt", '\ue739'), LAYOUT_GRID2_THUMB("ti-layout-grid2-thumb", '\ue70a'), LAYOUT_GRID3("ti-layout-grid3", '\ue708'), LAYOUT_GRID3_ALT("ti-layout-grid3-alt", '\ue738'), LAYOUT_GRID4("ti-layout-grid4", '\ue707'), LAYOUT_GRID4_ALT("ti-layout-grid4-alt", '\ue737'), LAYOUT_LINE_SOLID("ti-layout-line-solid", '\ue706'), LAYOUT_LIST_LARGE_IMAGE("ti-layout-list-large-image", '\ue705'), LAYOUT_LIST_POST("ti-layout-list-post", '\ue704'), LAYOUT_LIST_THUMB("ti-layout-list-thumb", '\ue702'), LAYOUT_LIST_THUMB_ALT("ti-layout-list-thumb-alt", '\ue703'), LAYOUT_MEDIA_CENTER("ti-layout-media-center", '\ue701'), LAYOUT_MEDIA_CENTER_ALT("ti-layout-media-center-alt", '\ue700'), LAYOUT_MEDIA_LEFT("ti-layout-media-left", '\ue6ff'), LAYOUT_MEDIA_LEFT_ALT("ti-layout-media-left-alt", '\ue6fe'), LAYOUT_MEDIA_OVERLAY("ti-layout-media-overlay", '\ue6fb'), LAYOUT_MEDIA_OVERLAY_ALT("ti-layout-media-overlay-alt", '\ue6fc'), LAYOUT_MEDIA_OVERLAY_ALT_2("ti-layout-media-overlay-alt-2", '\ue6fd'), LAYOUT_MEDIA_RIGHT("ti-layout-media-right", '\ue6fa'), LAYOUT_MEDIA_RIGHT_ALT("ti-layout-media-right-alt", '\ue6f9'), LAYOUT_MENU("ti-layout-menu", '\ue6f5'), LAYOUT_MENU_FULL("ti-layout-menu-full", '\ue6f8'), LAYOUT_MENU_SEPARATED("ti-layout-menu-separated", '\ue6f7'), LAYOUT_MENU_V("ti-layout-menu-v", '\ue6f6'), LAYOUT_PLACEHOLDER("ti-layout-placeholder", '\ue6f4'), LAYOUT_SIDEBAR_2("ti-layout-sidebar-2", '\ue736'), LAYOUT_SIDEBAR_LEFT("ti-layout-sidebar-left", '\ue6f3'), LAYOUT_SIDEBAR_NONE("ti-layout-sidebar-none", '\ue6f2'), LAYOUT_SIDEBAR_RIGHT("ti-layout-sidebar-right", '\ue6f1'), LAYOUT_SLIDER("ti-layout-slider", '\ue6ef'), LAYOUT_SLIDER_ALT("ti-layout-slider-alt", '\ue6f0'), LAYOUT_TAB("ti-layout-tab", '\ue6eb'), LAYOUT_TAB_MIN("ti-layout-tab-min", '\ue6ee'), LAYOUT_TAB_V("ti-layout-tab-v", '\ue6ed'), LAYOUT_TAB_WINDOW("ti-layout-tab-window", '\ue6ec'), LAYOUT_WIDTH_DEFAULT("ti-layout-width-default", '\ue6e9'), LAYOUT_WIDTH_DEFAULT_ALT("ti-layout-width-default-alt", '\ue6ea'), LAYOUT_WIDTH_FULL("ti-layout-width-full", '\ue6e8'), LIGHT_BULB("ti-light-bulb", '\ue695'), LINE_DASHED("ti-line-dashed", '\ue6e7'), LINE_DOTTED("ti-line-dotted", '\ue6e6'), LINE_DOUBLE("ti-line-double", '\ue6e5'), LINK("ti-link", '\ue62d'), LINKEDIN("ti-linkedin", '\ue735'), LINUX("ti-linux", '\ue755'), LIST("ti-list", '\ue694'), LIST_OL("ti-list-ol", '\ue734'), LOCATION_ARROW("ti-location-arrow", '\ue62c'), LOCATION_PIN("ti-location-pin", '\ue693'), LOCK("ti-lock", '\ue62b'), LOOP("ti-loop", '\ue692'), MAGNET("ti-magnet", '\ue6e4'), MAP("ti-map", '\ue690'), MAP_ALT("ti-map-alt", '\ue691'), MARKER("ti-marker", '\ue625'), MARKER_ALT("ti-marker-alt", '\ue626'), MEDALL("ti-medall", '\ue623'), MEDALL_ALT("ti-medall-alt", '\ue624'), MENU("ti-menu", '\ue68e'), MENU_ALT("ti-menu-alt", '\ue68f'), MICROPHONE("ti-microphone", '\ue68d'), MICROPHONE_ALT("ti-microphone-alt", '\ue6e3'), MICROSOFT("ti-microsoft", '\ue733'), MICROSOFT_ALT("ti-microsoft-alt", '\ue754'), MINUS("ti-minus", '\ue622'), MOBILE("ti-mobile", '\ue621'), MONEY("ti-money", '\ue68c'), MORE("ti-more", '\ue6e1'), MORE_ALT("ti-more-alt", '\ue6e2'), MOUSE("ti-mouse", '\ue68a'), MOUSE_ALT("ti-mouse-alt", '\ue68b'), MOVE("ti-move", '\ue656'), MUSIC("ti-music", '\ue688'), MUSIC_ALT("ti-music-alt", '\ue689'), NA("ti-na", '\ue620'), NEW_WINDOW("ti-new-window", '\ue732'), NOTEPAD("ti-notepad", '\ue67c'), PACKAGE("ti-package", '\ue687'), PAINT_BUCKET("ti-paint-bucket", '\ue61f'), PAINT_ROLLER("ti-paint-roller", '\ue61e'), PALETTE("ti-palette", '\ue6e0'), PANEL("ti-panel", '\ue686'), PARAGRAPH("ti-paragraph", '\ue685'), PENCIL("ti-pencil", '\ue61c'), PENCIL_ALT("ti-pencil-alt", '\ue61d'), PENCIL_ALT2("ti-pencil-alt2", '\ue6df'), PIE_CHART("ti-pie-chart", '\ue684'), PIN("ti-pin", '\ue61b'), PIN2("ti-pin2", '\ue6dd'), PINTEREST("ti-pinterest", '\ue731'), PINTEREST_ALT("ti-pinterest-alt", '\ue753'), PIN_ALT("ti-pin-alt", '\ue6de'), PLUG("ti-plug", '\ue683'), PLUS("ti-plus", '\ue61a'), POWER_OFF("ti-power-off", '\ue682'), PRINTER("ti-printer", '\ue681'), PULSE("ti-pulse", '\ue680'), QUOTE_LEFT("ti-quote-left", '\ue67f'), QUOTE_RIGHT("ti-quote-right", '\ue67e'), RECEIPT("ti-receipt", '\ue6dc'), REDDIT("ti-reddit", '\ue752'), RELOAD("ti-reload", '\ue619'), ROCKET("ti-rocket", '\ue730'), RSS("ti-rss", '\ue75e'), RSS_ALT("ti-rss-alt", '\ue75f'), RULER("ti-ruler", '\ue614'), RULER_ALT("ti-ruler-alt", '\ue616'), RULER_ALT_2("ti-ruler-alt-2", '\ue6db'), RULER_PENCIL("ti-ruler-pencil", '\ue615'), SAVE("ti-save", '\ue746'), SAVE_ALT("ti-save-alt", '\ue747'), SEARCH("ti-search", '\ue610'), SERVER("ti-server", '\ue67d'), SETTINGS("ti-settings", '\ue60f'), SHARE("ti-share", '\ue72e'), SHARETHIS("ti-sharethis", '\ue750'), SHARETHIS_ALT("ti-sharethis-alt", '\ue751'), SHARE_ALT("ti-share-alt", '\ue72f'), SHIELD("ti-shield", '\ue67b'), SHIFT_LEFT("ti-shift-left", '\ue67a'), SHIFT_LEFT_ALT("ti-shift-left-alt", '\ue6da'), SHIFT_RIGHT("ti-shift-right", '\ue679'), SHIFT_RIGHT_ALT("ti-shift-right-alt", '\ue6d9'), SHINE("ti-shine", '\ue678'), SHOPPING_CART("ti-shopping-cart", '\ue60d'), SHOPPING_CART_FULL("ti-shopping-cart-full", '\ue60e'), SHORTCODE("ti-shortcode", '\ue6d8'), SIGNAL("ti-signal", '\ue60c'), SKYPE("ti-skype", '\ue72d'), SLICE("ti-slice", '\ue6d7'), SMALLCAP("ti-smallcap", '\ue677'), SOUNDCLOUD("ti-soundcloud", '\ue74f'), SPLIT_H("ti-split-h", '\ue676'), SPLIT_V("ti-split-v", '\ue675'), SPLIT_V_ALT("ti-split-v-alt", '\ue6d6'), SPRAY("ti-spray", '\ue60b'), STACK_OVERFLOW("ti-stack-overflow", '\ue74e'), STAMP("ti-stamp", '\ue6d5'), STAR("ti-star", '\ue60a'), STATS_DOWN("ti-stats-down", '\ue674'), STATS_UP("ti-stats-up", '\ue673'), SUPPORT("ti-support", '\ue6d4'), TABLET("ti-tablet", '\ue609'), TAG("ti-tag", '\ue608'), TARGET("ti-target", '\ue607'), TEXT("ti-text", '\ue672'), THEMIFY_FAVICON("ti-themify-favicon", '\ue6d2'), THEMIFY_FAVICON_ALT("ti-themify-favicon-alt", '\ue6d3'), THEMIFY_LOGO("ti-themify-logo", '\ue6d1'), THOUGHT("ti-thought", '\ue606'), THUMB_DOWN("ti-thumb-down", '\ue671'), THUMB_UP("ti-thumb-up", '\ue670'), TICKET("ti-ticket", '\ue66f'), TIME("ti-time", '\ue72b'), TIMER("ti-timer", '\ue66e'), TRASH("ti-trash", '\ue605'), TRELLO("ti-trello", '\ue74d'), TRUCK("ti-truck", '\ue66d'), TUMBLR("ti-tumblr", '\ue72c'), TUMBLR_ALT("ti-tumblr-alt", '\ue74c'), TWITTER("ti-twitter", '\ue72a'), TWITTER_ALT("ti-twitter-alt", '\ue74b'), UNDERLINE("ti-underline", '\ue66c'), UNLINK("ti-unlink", '\ue604'), UNLOCK("ti-unlock", '\ue603'), UPLOAD("ti-upload", '\ue66b'), UPPERCASE("ti-uppercase", '\ue66a'), USER("ti-user", '\ue602'), VECTOR("ti-vector", '\ue6d0'), VIDEO_CAMERA("ti-video-camera", '\ue6cf'), VIDEO_CLAPPER("ti-video-clapper", '\ue6ce'), VIEW_GRID("ti-view-grid", '\ue669'), VIEW_LIST("ti-view-list", '\ue667'), VIEW_LIST_ALT("ti-view-list-alt", '\ue668'), VIMEO("ti-vimeo", '\ue729'), VIMEO_ALT("ti-vimeo-alt", '\ue74a'), VOLUME("ti-volume", '\ue601'), WALLET("ti-wallet", '\ue6cd'), WAND("ti-wand", '\ue600'), WHEELCHAIR("ti-wheelchair", '\ue666'), WIDGET("ti-widget", '\ue6cb'), WIDGETIZED("ti-widgetized", '\ue6ca'), WIDGET_ALT("ti-widget-alt", '\ue6cc'), WINDOW("ti-window", '\ue6c9'), WORDPRESS("ti-wordpress", '\ue749'), WORLD("ti-world", '\ue665'), WRITE("ti-write", '\ue6c8'), YAHOO("ti-yahoo", '\ue748'), YOUTUBE("ti-youtube", '\ue728'), ZIP("ti-zip", '\ue664'), ZOOM_IN("ti-zoom-in", '\ue611'), ZOOM_OUT("ti-zoom-out", '\ue612'); public static Themify findByDescription(String description) { for (Themify font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Themify(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-themify-pack/src/main/java/org/kordamp/ikonli/themify/ThemifyIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.themify;/* * Copyright 2015-2017 Andres Almiray * * Licensed under the Apache License, Version 2.4.1.2 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Loïc Sculier aka typhon0 */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class ThemifyIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/themify/1.0.1/fonts/themify.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ti-"); } @Override public Ikon resolve(String description) { return Themify.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "themify"; } } ================================================ FILE: icon-packs/ikonli-themify-pack/src/main/java/org/kordamp/ikonli/themify/ThemifyIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.themify; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class ThemifyIkonProvider implements IkonProvider { @Override public Class getIkon() { return Themify.class; } } ================================================ FILE: icon-packs/ikonli-themify-pack/src/main/resources/META-INF/resources/themify/1.0.1/LICENSE ================================================ LICENSE - Themify Icons font licensed under: http://scripts.sil.org/OFL - Code licensed under: http://opensource.org/licenses/mit-license.html - All brand icons are copyright/trademarks of their respective owners. ================================================ FILE: icon-packs/ikonli-themify-pack/src/main/resources/META-INF/resources/themify/1.0.1/css/themify-icons.css ================================================ @font-face { font-family: 'themify'; src:url('../fonts/themify.eot?-fvbane'); src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/themify.woff?-fvbane') format('woff'), url('../fonts/themify.ttf?-fvbane') format('truetype'), url('../fonts/themify.svg?-fvbane#themify') format('svg'); font-weight: normal; font-style: normal; } [class^="ti-"], [class*=" ti-"] { font-family: 'themify'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .ti-wand:before { content: "\e600"; } .ti-volume:before { content: "\e601"; } .ti-user:before { content: "\e602"; } .ti-unlock:before { content: "\e603"; } .ti-unlink:before { content: "\e604"; } .ti-trash:before { content: "\e605"; } .ti-thought:before { content: "\e606"; } .ti-target:before { content: "\e607"; } .ti-tag:before { content: "\e608"; } .ti-tablet:before { content: "\e609"; } .ti-star:before { content: "\e60a"; } .ti-spray:before { content: "\e60b"; } .ti-signal:before { content: "\e60c"; } .ti-shopping-cart:before { content: "\e60d"; } .ti-shopping-cart-full:before { content: "\e60e"; } .ti-settings:before { content: "\e60f"; } .ti-search:before { content: "\e610"; } .ti-zoom-in:before { content: "\e611"; } .ti-zoom-out:before { content: "\e612"; } .ti-cut:before { content: "\e613"; } .ti-ruler:before { content: "\e614"; } .ti-ruler-pencil:before { content: "\e615"; } .ti-ruler-alt:before { content: "\e616"; } .ti-bookmark:before { content: "\e617"; } .ti-bookmark-alt:before { content: "\e618"; } .ti-reload:before { content: "\e619"; } .ti-plus:before { content: "\e61a"; } .ti-pin:before { content: "\e61b"; } .ti-pencil:before { content: "\e61c"; } .ti-pencil-alt:before { content: "\e61d"; } .ti-paint-roller:before { content: "\e61e"; } .ti-paint-bucket:before { content: "\e61f"; } .ti-na:before { content: "\e620"; } .ti-mobile:before { content: "\e621"; } .ti-minus:before { content: "\e622"; } .ti-medall:before { content: "\e623"; } .ti-medall-alt:before { content: "\e624"; } .ti-marker:before { content: "\e625"; } .ti-marker-alt:before { content: "\e626"; } .ti-arrow-up:before { content: "\e627"; } .ti-arrow-right:before { content: "\e628"; } .ti-arrow-left:before { content: "\e629"; } .ti-arrow-down:before { content: "\e62a"; } .ti-lock:before { content: "\e62b"; } .ti-location-arrow:before { content: "\e62c"; } .ti-link:before { content: "\e62d"; } .ti-layout:before { content: "\e62e"; } .ti-layers:before { content: "\e62f"; } .ti-layers-alt:before { content: "\e630"; } .ti-key:before { content: "\e631"; } .ti-import:before { content: "\e632"; } .ti-image:before { content: "\e633"; } .ti-heart:before { content: "\e634"; } .ti-heart-broken:before { content: "\e635"; } .ti-hand-stop:before { content: "\e636"; } .ti-hand-open:before { content: "\e637"; } .ti-hand-drag:before { content: "\e638"; } .ti-folder:before { content: "\e639"; } .ti-flag:before { content: "\e63a"; } .ti-flag-alt:before { content: "\e63b"; } .ti-flag-alt-2:before { content: "\e63c"; } .ti-eye:before { content: "\e63d"; } .ti-export:before { content: "\e63e"; } .ti-exchange-vertical:before { content: "\e63f"; } .ti-desktop:before { content: "\e640"; } .ti-cup:before { content: "\e641"; } .ti-crown:before { content: "\e642"; } .ti-comments:before { content: "\e643"; } .ti-comment:before { content: "\e644"; } .ti-comment-alt:before { content: "\e645"; } .ti-close:before { content: "\e646"; } .ti-clip:before { content: "\e647"; } .ti-angle-up:before { content: "\e648"; } .ti-angle-right:before { content: "\e649"; } .ti-angle-left:before { content: "\e64a"; } .ti-angle-down:before { content: "\e64b"; } .ti-check:before { content: "\e64c"; } .ti-check-box:before { content: "\e64d"; } .ti-camera:before { content: "\e64e"; } .ti-announcement:before { content: "\e64f"; } .ti-brush:before { content: "\e650"; } .ti-briefcase:before { content: "\e651"; } .ti-bolt:before { content: "\e652"; } .ti-bolt-alt:before { content: "\e653"; } .ti-blackboard:before { content: "\e654"; } .ti-bag:before { content: "\e655"; } .ti-move:before { content: "\e656"; } .ti-arrows-vertical:before { content: "\e657"; } .ti-arrows-horizontal:before { content: "\e658"; } .ti-fullscreen:before { content: "\e659"; } .ti-arrow-top-right:before { content: "\e65a"; } .ti-arrow-top-left:before { content: "\e65b"; } .ti-arrow-circle-up:before { content: "\e65c"; } .ti-arrow-circle-right:before { content: "\e65d"; } .ti-arrow-circle-left:before { content: "\e65e"; } .ti-arrow-circle-down:before { content: "\e65f"; } .ti-angle-double-up:before { content: "\e660"; } .ti-angle-double-right:before { content: "\e661"; } .ti-angle-double-left:before { content: "\e662"; } .ti-angle-double-down:before { content: "\e663"; } .ti-zip:before { content: "\e664"; } .ti-world:before { content: "\e665"; } .ti-wheelchair:before { content: "\e666"; } .ti-view-list:before { content: "\e667"; } .ti-view-list-alt:before { content: "\e668"; } .ti-view-grid:before { content: "\e669"; } .ti-uppercase:before { content: "\e66a"; } .ti-upload:before { content: "\e66b"; } .ti-underline:before { content: "\e66c"; } .ti-truck:before { content: "\e66d"; } .ti-timer:before { content: "\e66e"; } .ti-ticket:before { content: "\e66f"; } .ti-thumb-up:before { content: "\e670"; } .ti-thumb-down:before { content: "\e671"; } .ti-text:before { content: "\e672"; } .ti-stats-up:before { content: "\e673"; } .ti-stats-down:before { content: "\e674"; } .ti-split-v:before { content: "\e675"; } .ti-split-h:before { content: "\e676"; } .ti-smallcap:before { content: "\e677"; } .ti-shine:before { content: "\e678"; } .ti-shift-right:before { content: "\e679"; } .ti-shift-left:before { content: "\e67a"; } .ti-shield:before { content: "\e67b"; } .ti-notepad:before { content: "\e67c"; } .ti-server:before { content: "\e67d"; } .ti-quote-right:before { content: "\e67e"; } .ti-quote-left:before { content: "\e67f"; } .ti-pulse:before { content: "\e680"; } .ti-printer:before { content: "\e681"; } .ti-power-off:before { content: "\e682"; } .ti-plug:before { content: "\e683"; } .ti-pie-chart:before { content: "\e684"; } .ti-paragraph:before { content: "\e685"; } .ti-panel:before { content: "\e686"; } .ti-package:before { content: "\e687"; } .ti-music:before { content: "\e688"; } .ti-music-alt:before { content: "\e689"; } .ti-mouse:before { content: "\e68a"; } .ti-mouse-alt:before { content: "\e68b"; } .ti-money:before { content: "\e68c"; } .ti-microphone:before { content: "\e68d"; } .ti-menu:before { content: "\e68e"; } .ti-menu-alt:before { content: "\e68f"; } .ti-map:before { content: "\e690"; } .ti-map-alt:before { content: "\e691"; } .ti-loop:before { content: "\e692"; } .ti-location-pin:before { content: "\e693"; } .ti-list:before { content: "\e694"; } .ti-light-bulb:before { content: "\e695"; } .ti-Italic:before { content: "\e696"; } .ti-info:before { content: "\e697"; } .ti-infinite:before { content: "\e698"; } .ti-id-badge:before { content: "\e699"; } .ti-hummer:before { content: "\e69a"; } .ti-home:before { content: "\e69b"; } .ti-help:before { content: "\e69c"; } .ti-headphone:before { content: "\e69d"; } .ti-harddrives:before { content: "\e69e"; } .ti-harddrive:before { content: "\e69f"; } .ti-gift:before { content: "\e6a0"; } .ti-game:before { content: "\e6a1"; } .ti-filter:before { content: "\e6a2"; } .ti-files:before { content: "\e6a3"; } .ti-file:before { content: "\e6a4"; } .ti-eraser:before { content: "\e6a5"; } .ti-envelope:before { content: "\e6a6"; } .ti-download:before { content: "\e6a7"; } .ti-direction:before { content: "\e6a8"; } .ti-direction-alt:before { content: "\e6a9"; } .ti-dashboard:before { content: "\e6aa"; } .ti-control-stop:before { content: "\e6ab"; } .ti-control-shuffle:before { content: "\e6ac"; } .ti-control-play:before { content: "\e6ad"; } .ti-control-pause:before { content: "\e6ae"; } .ti-control-forward:before { content: "\e6af"; } .ti-control-backward:before { content: "\e6b0"; } .ti-cloud:before { content: "\e6b1"; } .ti-cloud-up:before { content: "\e6b2"; } .ti-cloud-down:before { content: "\e6b3"; } .ti-clipboard:before { content: "\e6b4"; } .ti-car:before { content: "\e6b5"; } .ti-calendar:before { content: "\e6b6"; } .ti-book:before { content: "\e6b7"; } .ti-bell:before { content: "\e6b8"; } .ti-basketball:before { content: "\e6b9"; } .ti-bar-chart:before { content: "\e6ba"; } .ti-bar-chart-alt:before { content: "\e6bb"; } .ti-back-right:before { content: "\e6bc"; } .ti-back-left:before { content: "\e6bd"; } .ti-arrows-corner:before { content: "\e6be"; } .ti-archive:before { content: "\e6bf"; } .ti-anchor:before { content: "\e6c0"; } .ti-align-right:before { content: "\e6c1"; } .ti-align-left:before { content: "\e6c2"; } .ti-align-justify:before { content: "\e6c3"; } .ti-align-center:before { content: "\e6c4"; } .ti-alert:before { content: "\e6c5"; } .ti-alarm-clock:before { content: "\e6c6"; } .ti-agenda:before { content: "\e6c7"; } .ti-write:before { content: "\e6c8"; } .ti-window:before { content: "\e6c9"; } .ti-widgetized:before { content: "\e6ca"; } .ti-widget:before { content: "\e6cb"; } .ti-widget-alt:before { content: "\e6cc"; } .ti-wallet:before { content: "\e6cd"; } .ti-video-clapper:before { content: "\e6ce"; } .ti-video-camera:before { content: "\e6cf"; } .ti-vector:before { content: "\e6d0"; } .ti-themify-logo:before { content: "\e6d1"; } .ti-themify-favicon:before { content: "\e6d2"; } .ti-themify-favicon-alt:before { content: "\e6d3"; } .ti-support:before { content: "\e6d4"; } .ti-stamp:before { content: "\e6d5"; } .ti-split-v-alt:before { content: "\e6d6"; } .ti-slice:before { content: "\e6d7"; } .ti-shortcode:before { content: "\e6d8"; } .ti-shift-right-alt:before { content: "\e6d9"; } .ti-shift-left-alt:before { content: "\e6da"; } .ti-ruler-alt-2:before { content: "\e6db"; } .ti-receipt:before { content: "\e6dc"; } .ti-pin2:before { content: "\e6dd"; } .ti-pin-alt:before { content: "\e6de"; } .ti-pencil-alt2:before { content: "\e6df"; } .ti-palette:before { content: "\e6e0"; } .ti-more:before { content: "\e6e1"; } .ti-more-alt:before { content: "\e6e2"; } .ti-microphone-alt:before { content: "\e6e3"; } .ti-magnet:before { content: "\e6e4"; } .ti-line-double:before { content: "\e6e5"; } .ti-line-dotted:before { content: "\e6e6"; } .ti-line-dashed:before { content: "\e6e7"; } .ti-layout-width-full:before { content: "\e6e8"; } .ti-layout-width-default:before { content: "\e6e9"; } .ti-layout-width-default-alt:before { content: "\e6ea"; } .ti-layout-tab:before { content: "\e6eb"; } .ti-layout-tab-window:before { content: "\e6ec"; } .ti-layout-tab-v:before { content: "\e6ed"; } .ti-layout-tab-min:before { content: "\e6ee"; } .ti-layout-slider:before { content: "\e6ef"; } .ti-layout-slider-alt:before { content: "\e6f0"; } .ti-layout-sidebar-right:before { content: "\e6f1"; } .ti-layout-sidebar-none:before { content: "\e6f2"; } .ti-layout-sidebar-left:before { content: "\e6f3"; } .ti-layout-placeholder:before { content: "\e6f4"; } .ti-layout-menu:before { content: "\e6f5"; } .ti-layout-menu-v:before { content: "\e6f6"; } .ti-layout-menu-separated:before { content: "\e6f7"; } .ti-layout-menu-full:before { content: "\e6f8"; } .ti-layout-media-right-alt:before { content: "\e6f9"; } .ti-layout-media-right:before { content: "\e6fa"; } .ti-layout-media-overlay:before { content: "\e6fb"; } .ti-layout-media-overlay-alt:before { content: "\e6fc"; } .ti-layout-media-overlay-alt-2:before { content: "\e6fd"; } .ti-layout-media-left-alt:before { content: "\e6fe"; } .ti-layout-media-left:before { content: "\e6ff"; } .ti-layout-media-center-alt:before { content: "\e700"; } .ti-layout-media-center:before { content: "\e701"; } .ti-layout-list-thumb:before { content: "\e702"; } .ti-layout-list-thumb-alt:before { content: "\e703"; } .ti-layout-list-post:before { content: "\e704"; } .ti-layout-list-large-image:before { content: "\e705"; } .ti-layout-line-solid:before { content: "\e706"; } .ti-layout-grid4:before { content: "\e707"; } .ti-layout-grid3:before { content: "\e708"; } .ti-layout-grid2:before { content: "\e709"; } .ti-layout-grid2-thumb:before { content: "\e70a"; } .ti-layout-cta-right:before { content: "\e70b"; } .ti-layout-cta-left:before { content: "\e70c"; } .ti-layout-cta-center:before { content: "\e70d"; } .ti-layout-cta-btn-right:before { content: "\e70e"; } .ti-layout-cta-btn-left:before { content: "\e70f"; } .ti-layout-column4:before { content: "\e710"; } .ti-layout-column3:before { content: "\e711"; } .ti-layout-column2:before { content: "\e712"; } .ti-layout-accordion-separated:before { content: "\e713"; } .ti-layout-accordion-merged:before { content: "\e714"; } .ti-layout-accordion-list:before { content: "\e715"; } .ti-ink-pen:before { content: "\e716"; } .ti-info-alt:before { content: "\e717"; } .ti-help-alt:before { content: "\e718"; } .ti-headphone-alt:before { content: "\e719"; } .ti-hand-point-up:before { content: "\e71a"; } .ti-hand-point-right:before { content: "\e71b"; } .ti-hand-point-left:before { content: "\e71c"; } .ti-hand-point-down:before { content: "\e71d"; } .ti-gallery:before { content: "\e71e"; } .ti-face-smile:before { content: "\e71f"; } .ti-face-sad:before { content: "\e720"; } .ti-credit-card:before { content: "\e721"; } .ti-control-skip-forward:before { content: "\e722"; } .ti-control-skip-backward:before { content: "\e723"; } .ti-control-record:before { content: "\e724"; } .ti-control-eject:before { content: "\e725"; } .ti-comments-smiley:before { content: "\e726"; } .ti-brush-alt:before { content: "\e727"; } .ti-youtube:before { content: "\e728"; } .ti-vimeo:before { content: "\e729"; } .ti-twitter:before { content: "\e72a"; } .ti-time:before { content: "\e72b"; } .ti-tumblr:before { content: "\e72c"; } .ti-skype:before { content: "\e72d"; } .ti-share:before { content: "\e72e"; } .ti-share-alt:before { content: "\e72f"; } .ti-rocket:before { content: "\e730"; } .ti-pinterest:before { content: "\e731"; } .ti-new-window:before { content: "\e732"; } .ti-microsoft:before { content: "\e733"; } .ti-list-ol:before { content: "\e734"; } .ti-linkedin:before { content: "\e735"; } .ti-layout-sidebar-2:before { content: "\e736"; } .ti-layout-grid4-alt:before { content: "\e737"; } .ti-layout-grid3-alt:before { content: "\e738"; } .ti-layout-grid2-alt:before { content: "\e739"; } .ti-layout-column4-alt:before { content: "\e73a"; } .ti-layout-column3-alt:before { content: "\e73b"; } .ti-layout-column2-alt:before { content: "\e73c"; } .ti-instagram:before { content: "\e73d"; } .ti-google:before { content: "\e73e"; } .ti-github:before { content: "\e73f"; } .ti-flickr:before { content: "\e740"; } .ti-facebook:before { content: "\e741"; } .ti-dropbox:before { content: "\e742"; } .ti-dribbble:before { content: "\e743"; } .ti-apple:before { content: "\e744"; } .ti-android:before { content: "\e745"; } .ti-save:before { content: "\e746"; } .ti-save-alt:before { content: "\e747"; } .ti-yahoo:before { content: "\e748"; } .ti-wordpress:before { content: "\e749"; } .ti-vimeo-alt:before { content: "\e74a"; } .ti-twitter-alt:before { content: "\e74b"; } .ti-tumblr-alt:before { content: "\e74c"; } .ti-trello:before { content: "\e74d"; } .ti-stack-overflow:before { content: "\e74e"; } .ti-soundcloud:before { content: "\e74f"; } .ti-sharethis:before { content: "\e750"; } .ti-sharethis-alt:before { content: "\e751"; } .ti-reddit:before { content: "\e752"; } .ti-pinterest-alt:before { content: "\e753"; } .ti-microsoft-alt:before { content: "\e754"; } .ti-linux:before { content: "\e755"; } .ti-jsfiddle:before { content: "\e756"; } .ti-joomla:before { content: "\e757"; } .ti-html5:before { content: "\e758"; } .ti-flickr-alt:before { content: "\e759"; } .ti-email:before { content: "\e75a"; } .ti-drupal:before { content: "\e75b"; } .ti-dropbox-alt:before { content: "\e75c"; } .ti-css3:before { content: "\e75d"; } .ti-rss:before { content: "\e75e"; } .ti-rss-alt:before { content: "\e75f"; } ================================================ FILE: icon-packs/ikonli-typicons-pack/ikonli-typicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-typicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.typicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.typicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.typicons.TypiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.typicons.TypiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-typicons-pack/src/main/java/org/kordamp/ikonli/typicons/Typicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.typicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Typicons implements Ikon { // latest is e14f ADJUST_BRIGHTNESS("typ-adjust-brightness", '\ue000'), ADJUST_CONTRAST("typ-adjust-contrast", '\ue001'), ANCHOR("typ-anchor", '\ue003'), ANCHOR_OUTLINE("typ-anchor-outline", '\ue002'), ARCHIVE("typ-archive", '\ue004'), ARROW_BACK("typ-arrow-back", '\ue006'), ARROW_BACK_OUTLINE("typ-arrow-back-outline", '\ue005'), ARROW_DOWN("typ-arrow-down", '\ue009'), ARROW_DOWN_OUTLINE("typ-arrow-down-outline", '\ue007'), ARROW_DOWN_THICK("typ-arrow-down-thick", '\ue008'), ARROW_FORWARD("typ-arrow-forward", '\ue00b'), ARROW_FORWARD_OUTLINE("typ-arrow-forward-outline", '\ue00a'), ARROW_LEFT("typ-arrow-left", '\ue00e'), ARROW_LEFT_OUTLINE("typ-arrow-left-outline", '\ue00c'), ARROW_LEFT_THICK("typ-arrow-left-thick", '\ue00d'), ARROW_LOOP("typ-arrow-loop", '\ue010'), ARROW_LOOP_OUTLINE("typ-arrow-loop-outline", '\ue00f'), ARROW_MAXIMISE("typ-arrow-maximise", '\ue012'), ARROW_MAXIMISE_OUTLINE("typ-arrow-maximise-outline", '\ue011'), ARROW_MINIMISE("typ-arrow-minimise", '\ue014'), ARROW_MINIMISE_OUTLINE("typ-arrow-minimise-outline", '\ue013'), ARROW_MOVE("typ-arrow-move", '\ue016'), ARROW_MOVE_OUTLINE("typ-arrow-move-outline", '\ue015'), ARROW_REPEAT("typ-arrow-repeat", '\ue018'), ARROW_REPEAT_OUTLINE("typ-arrow-repeat-outline", '\ue017'), ARROW_RIGHT("typ-arrow-right", '\ue01b'), ARROW_RIGHT_OUTLINE("typ-arrow-right-outline", '\ue019'), ARROW_RIGHT_THICK("typ-arrow-right-thick", '\ue01a'), ARROW_SHUFFLE("typ-arrow-shuffle", '\ue01c'), ARROW_SORTED_DOWN("typ-arrow-sorted-down", '\ue01d'), ARROW_SORTED_UP("typ-arrow-sorted-up", '\ue01e'), ARROW_SYNC("typ-arrow-sync", '\ue020'), ARROW_SYNC_OUTLINE("typ-arrow-sync-outline", '\ue01f'), ARROW_UNSORTED("typ-arrow-unsorted", '\ue021'), ARROW_UP("typ-arrow-up", '\ue024'), ARROW_UP_OUTLINE("typ-arrow-up-outline", '\ue022'), ARROW_UP_THICK("typ-arrow-up-thick", '\ue023'), AT("typ-at", '\ue025'), ATTACHMENT("typ-attachment", '\ue027'), ATTACHMENT_OUTLINE("typ-attachment-outline", '\ue026'), BACKSPACE("typ-backspace", '\ue029'), BACKSPACE_OUTLINE("typ-backspace-outline", '\ue028'), BATTERY_CHARGE("typ-battery-charge", '\ue02a'), BATTERY_FULL("typ-battery-full", '\ue02b'), BATTERY_HIGH("typ-battery-high", '\ue02c'), BATTERY_LOW("typ-battery-low", '\ue02d'), BATTERY_MID("typ-battery-mid", '\ue02e'), BEAKER("typ-beaker", '\ue02f'), BEER("typ-beer", '\ue030'), BELL("typ-bell", '\ue031'), BOOK("typ-book", '\ue032'), BOOKMARK("typ-bookmark", '\ue033'), BRIEFCASE("typ-briefcase", '\ue034'), BRUSH("typ-brush", '\ue035'), BUSINESS_CARD("typ-business-card", '\ue036'), CALCULATOR("typ-calculator", '\ue037'), CALENDAR("typ-calendar", '\ue039'), CALENDAR_OUTLINE("typ-calendar-outline", '\ue038'), CAMERA("typ-camera", '\ue03b'), CAMERA_OUTLINE("typ-camera-outline", '\ue03a'), CANCEL("typ-cancel", '\ue03d'), CANCEL_OUTLINE("typ-cancel-outline", '\ue03c'), CHART_AREA("typ-chart-area", '\ue03f'), CHART_AREA_OUTLINE("typ-chart-area-outline", '\ue03e'), CHART_BAR("typ-chart-bar", '\ue041'), CHART_BAR_OUTLINE("typ-chart-bar-outline", '\ue040'), CHART_LINE("typ-chart-line", '\ue043'), CHART_LINE_OUTLINE("typ-chart-line-outline", '\ue042'), CHART_PIE("typ-chart-pie", '\ue045'), CHART_PIE_OUTLINE("typ-chart-pie-outline", '\ue044'), CHEVRON_LEFT("typ-chevron-left", '\ue047'), CHEVRON_LEFT_OUTLINE("typ-chevron-left-outline", '\ue046'), CHEVRON_RIGHT("typ-chevron-right", '\ue049'), CHEVRON_RIGHT_OUTLINE("typ-chevron-right-outline", '\ue048'), CLIPBOARD("typ-clipboard", '\ue04a'), CLOUD_STORAGE("typ-cloud-storage", '\ue04b'), CLOUD_STORAGE_OUTLINE("typ-cloud-storage-outline", '\ue054'), CODE("typ-code", '\ue04d'), CODE_OUTLINE("typ-code-outline", '\ue04c'), COFFEE("typ-coffee", '\ue04e'), COG("typ-cog", '\ue050'), COG_OUTLINE("typ-cog-outline", '\ue04f'), COMPASS("typ-compass", '\ue051'), CONTACTS("typ-contacts", '\ue052'), CREDIT_CARD("typ-credit-card", '\ue053'), CSS3("typ-css3", '\ue055'), DATABASE("typ-database", '\ue056'), DELETE("typ-delete", '\ue058'), DELETE_OUTLINE("typ-delete-outline", '\ue057'), DEVICE_DESKTOP("typ-device-desktop", '\ue059'), DEVICE_LAPTOP("typ-device-laptop", '\ue05a'), DEVICE_PHONE("typ-device-phone", '\ue05b'), DEVICE_TABLET("typ-device-tablet", '\ue05c'), DIRECTIONS("typ-directions", '\ue05d'), DIVIDE("typ-divide", '\ue05f'), DIVIDE_OUTLINE("typ-divide-outline", '\ue05e'), DOCUMENT("typ-document", '\ue063'), DOCUMENT_ADD("typ-document-add", '\ue060'), DOCUMENT_DELETE("typ-document-delete", '\ue061'), DOCUMENT_TEXT("typ-document-text", '\ue062'), DOWNLOAD("typ-download", '\ue065'), DOWNLOAD_OUTLINE("typ-download-outline", '\ue064'), DROPBOX("typ-dropbox", '\ue066'), EDIT("typ-edit", '\ue067'), EJECT("typ-eject", '\ue069'), EJECT_OUTLINE("typ-eject-outline", '\ue068'), EQUALS("typ-equals", '\ue06b'), EQUALS_OUTLINE("typ-equals-outline", '\ue06a'), EXPORT("typ-export", '\ue06d'), EXPORT_OUTLINE("typ-export-outline", '\ue06c'), EYE("typ-eye", '\ue06f'), EYE_OUTLINE("typ-eye-outline", '\ue06e'), FEATHER("typ-feather", '\ue070'), FILM("typ-film", '\ue071'), FILTER("typ-filter", '\ue072'), FLAG("typ-flag", '\ue074'), FLAG_OUTLINE("typ-flag-outline", '\ue073'), FLASH("typ-flash", '\ue076'), FLASH_OUTLINE("typ-flash-outline", '\ue075'), FLOW_CHILDREN("typ-flow-children", '\ue077'), FLOW_MERGE("typ-flow-merge", '\ue078'), FLOW_PARALLEL("typ-flow-parallel", '\ue079'), FLOW_SWITCH("typ-flow-switch", '\ue07a'), FOLDER("typ-folder", '\ue07e'), FOLDER_ADD("typ-folder-add", '\ue07b'), FOLDER_DELETE("typ-folder-delete", '\ue07c'), FOLDER_OPEN("typ-folder-open", '\ue07d'), GIFT("typ-gift", '\ue07f'), GLOBE("typ-globe", '\ue081'), GLOBE_OUTLINE("typ-globe-outline", '\ue080'), GROUP("typ-group", '\ue083'), GROUP_OUTLINE("typ-group-outline", '\ue082'), HEADPHONES("typ-headphones", '\ue084'), HEART("typ-heart", '\ue088'), HEART_FULL_OUTLINE("typ-heart-full-outline", '\ue085'), HEART_HALF_OUTLINE("typ-heart-half-outline", '\ue086'), HEART_OUTLINE("typ-heart-outline", '\ue087'), HOME("typ-home", '\ue08a'), HOME_OUTLINE("typ-home-outline", '\ue089'), HTML5("typ-html5", '\ue08b'), IMAGE("typ-image", '\ue08d'), IMAGE_OUTLINE("typ-image-outline", '\ue08c'), INFINITY("typ-infinity", '\ue08f'), INFINITY_OUTLINE("typ-infinity-outline", '\ue08e'), INFO("typ-info", '\ue093'), INFO_LARGE("typ-info-large", '\ue091'), INFO_LARGE_OUTLINE("typ-info-large-outline", '\ue090'), INFO_OUTLINE("typ-info-outline", '\ue092'), INPUT_CHECKED("typ-input-checked", '\ue095'), INPUT_CHECKED_OUTLINE("typ-input-checked-outline", '\ue094'), KEY("typ-key", '\ue097'), KEYBOARD("typ-keyboard", '\ue098'), KEY_OUTLINE("typ-key-outline", '\ue096'), LEAF("typ-leaf", '\ue099'), LIGHTBULB("typ-lightbulb", '\ue09a'), LINK("typ-link", '\ue09c'), LINK_OUTLINE("typ-link-outline", '\ue09b'), LOCATION("typ-location", '\ue0a0'), LOCATION_ARROW("typ-location-arrow", '\ue09e'), LOCATION_ARROW_OUTLINE("typ-location-arrow-outline", '\ue09d'), LOCATION_OUTLINE("typ-location-outline", '\ue09f'), LOCK_CLOSED("typ-lock-closed", '\ue0a2'), LOCK_CLOSED_OUTLINE("typ-lock-closed-outline", '\ue0a1'), LOCK_OPEN("typ-lock-open", '\ue0a4'), LOCK_OPEN_OUTLINE("typ-lock-open-outline", '\ue0a3'), MAIL("typ-mail", '\ue0a5'), MAP("typ-map", '\ue0a6'), MEDIA_EJECT("typ-media-eject", '\ue0a8'), MEDIA_EJECT_OUTLINE("typ-media-eject-outline", '\ue0a7'), MEDIA_FAST_FORWARD("typ-media-fast-forward", '\ue0aa'), MEDIA_FAST_FORWARD_OUTLINE("typ-media-fast-forward-outline", '\ue0a9'), MEDIA_PAUSE("typ-media-pause", '\ue0ac'), MEDIA_PAUSE_OUTLINE("typ-media-pause-outline", '\ue0ab'), MEDIA_PLAY("typ-media-play", '\ue0b0'), MEDIA_PLAY_OUTLINE("typ-media-play-outline", '\ue0ad'), MEDIA_PLAY_REVERSE("typ-media-play-reverse", '\ue0af'), MEDIA_PLAY_REVERSE_OUTLINE("typ-media-play-reverse-outline", '\ue0ae'), MEDIA_RECORD("typ-media-record", '\ue0b2'), MEDIA_RECORD_OUTLINE("typ-media-record-outline", '\ue0b1'), MEDIA_REWIND("typ-media-rewind", '\ue0b4'), MEDIA_REWIND_OUTLINE("typ-media-rewind-outline", '\ue0b3'), MEDIA_STOP("typ-media-stop", '\ue0b6'), MEDIA_STOP_OUTLINE("typ-media-stop-outline", '\ue0b5'), MESSAGE("typ-message", '\ue0b8'), MESSAGES("typ-messages", '\ue0b9'), MESSAGE_TYPING("typ-message-typing", '\ue0b7'), MICROPHONE("typ-microphone", '\ue0bb'), MICROPHONE_OUTLINE("typ-microphone-outline", '\ue0ba'), MINUS("typ-minus", '\ue0bd'), MINUS_OUTLINE("typ-minus-outline", '\ue0bc'), MORTAR_BOARD("typ-mortar-board", '\ue0be'), NEWS("typ-news", '\ue0bf'), NOTES("typ-notes", '\ue0c1'), NOTES_OUTLINE("typ-notes-outline", '\ue0c0'), PEN("typ-pen", '\ue0c2'), PENCIL("typ-pencil", '\ue0c3'), PHONE("typ-phone", '\ue0c5'), PHONE_OUTLINE("typ-phone-outline", '\ue0c4'), PI("typ-pi", '\ue0c7'), PIN("typ-pin", '\ue0c9'), PIN_OUTLINE("typ-pin-outline", '\ue0c8'), PIPETTE("typ-pipette", '\ue0ca'), PI_OUTLINE("typ-pi-outline", '\ue0c6'), PLANE("typ-plane", '\ue0cc'), PLANE_OUTLINE("typ-plane-outline", '\ue0cb'), PLUG("typ-plug", '\ue0cd'), PLUS("typ-plus", '\ue0cf'), PLUS_OUTLINE("typ-plus-outline", '\ue0ce'), POINT_OF_INTEREST("typ-point-of-interest", '\ue0d1'), POINT_OF_INTEREST_OUTLINE("typ-point-of-interest-outline", '\ue0d0'), POWER("typ-power", '\ue0d3'), POWER_OUTLINE("typ-power-outline", '\ue0d2'), PRINTER("typ-printer", '\ue0d4'), PUZZLE("typ-puzzle", '\ue0d6'), PUZZLE_OUTLINE("typ-puzzle-outline", '\ue0d5'), RADAR("typ-radar", '\ue0d8'), RADAR_OUTLINE("typ-radar-outline", '\ue0d7'), REFRESH("typ-refresh", '\ue0da'), REFRESH_OUTLINE("typ-refresh-outline", '\ue0d9'), RSS("typ-rss", '\ue0dc'), RSS_OUTLINE("typ-rss-outline", '\ue0db'), SCISSORS("typ-scissors", '\ue0de'), SCISSORS_OUTLINE("typ-scissors-outline", '\ue0dd'), SHOPPING_BAG("typ-shopping-bag", '\ue0df'), SHOPPING_CART("typ-shopping-cart", '\ue0e0'), SOCIAL_AT_CIRCULAR("typ-social-at-circular", '\ue0e1'), SOCIAL_DRIBBBLE("typ-social-dribbble", '\ue0e3'), SOCIAL_DRIBBBLE_CIRCULAR("typ-social-dribbble-circular", '\ue0e2'), SOCIAL_FACEBOOK("typ-social-facebook", '\ue0e5'), SOCIAL_FACEBOOK_CIRCULAR("typ-social-facebook-circular", '\ue0e4'), SOCIAL_FLICKR("typ-social-flickr", '\ue0e7'), SOCIAL_FLICKR_CIRCULAR("typ-social-flickr-circular", '\ue0e6'), SOCIAL_GITHUB("typ-social-github", '\ue0e9'), SOCIAL_GITHUB_CIRCULAR("typ-social-github-circular", '\ue0e8'), SOCIAL_GOOGLE_PLUS("typ-social-google-plus", '\ue0eb'), SOCIAL_GOOGLE_PLUS_CIRCULAR("typ-social-google-plus-circular", '\ue0ea'), SOCIAL_INSTAGRAM("typ-social-instagram", '\ue0ed'), SOCIAL_INSTAGRAM_CIRCULAR("typ-social-instagram-circular", '\ue0ec'), SOCIAL_LAST_FM("typ-social-last-fm", '\ue0ef'), SOCIAL_LAST_FM_CIRCULAR("typ-social-last-fm-circular", '\ue0ee'), SOCIAL_LINKEDIN("typ-social-linkedin", '\ue0f1'), SOCIAL_LINKEDIN_CIRCULAR("typ-social-linkedin-circular", '\ue0f0'), SOCIAL_PINTEREST("typ-social-pinterest", '\ue0f3'), SOCIAL_PINTEREST_CIRCULAR("typ-social-pinterest-circular", '\ue0f2'), SOCIAL_SKYPE("typ-social-skype", '\ue0f5'), SOCIAL_SKYPE_OUTLINE("typ-social-skype-outline", '\ue0f4'), SOCIAL_TUMBLER("typ-social-tumbler", '\ue0f7'), SOCIAL_TUMBLER_CIRCULAR("typ-social-tumbler-circular", '\ue0f6'), SOCIAL_TWITTER("typ-social-twitter", '\ue0f9'), SOCIAL_TWITTER_CIRCULAR("typ-social-twitter-circular", '\ue0f8'), SOCIAL_VIMEO("typ-social-vimeo", '\ue0fb'), SOCIAL_VIMEO_CIRCULAR("typ-social-vimeo-circular", '\ue0fa'), SOCIAL_YOUTUBE("typ-social-youtube", '\ue0fd'), SOCIAL_YOUTUBE_CIRCULAR("typ-social-youtube-circular", '\ue0fc'), SORT_ALPHABETICALLY("typ-sort-alphabetically", '\ue0ff'), SORT_ALPHABETICALLY_OUTLINE("typ-sort-alphabetically-outline", '\ue0fe'), SORT_NUMERICALLY("typ-sort-numerically", '\ue101'), SORT_NUMERICALLY_OUTLINE("typ-sort-numerically-outline", '\ue100'), SPANNER("typ-spanner", '\ue103'), SPANNER_OUTLINE("typ-spanner-outline", '\ue102'), SPIRAL("typ-spiral", '\ue104'), STAR("typ-star", '\ue109'), STARBURST("typ-starburst", '\ue10b'), STARBURST_OUTLINE("typ-starburst-outline", '\ue10a'), STAR_FULL_OUTLINE("typ-star-full-outline", '\ue105'), STAR_HALF("typ-star-half", '\ue107'), STAR_HALF_OUTLINE("typ-star-half-outline", '\ue106'), STAR_OUTLINE("typ-star-outline", '\ue108'), STOPWATCH("typ-stopwatch", '\ue10c'), SUPPORT("typ-support", '\ue10d'), TABS_OUTLINE("typ-tabs-outline", '\ue10e'), TAG("typ-tag", '\ue10f'), TAGS("typ-tags", '\ue110'), THERMOMETER("typ-thermometer", '\ue119'), THUMBS_DOWN("typ-thumbs-down", '\ue11a'), THUMBS_OK("typ-thumbs-ok", '\ue11b'), THUMBS_UP("typ-thumbs-up", '\ue11c'), TH_LARGE("typ-th-large", '\ue112'), TH_LARGE_OUTLINE("typ-th-large-outline", '\ue111'), TH_LIST("typ-th-list", '\ue114'), TH_LIST_OUTLINE("typ-th-list-outline", '\ue113'), TH_MENU("typ-th-menu", '\ue116'), TH_MENU_OUTLINE("typ-th-menu-outline", '\ue115'), TH_SMALL("typ-th-small", '\ue118'), TH_SMALL_OUTLINE("typ-th-small-outline", '\ue117'), TICK("typ-tick", '\ue11e'), TICKET("typ-ticket", '\ue11f'), TICK_OUTLINE("typ-tick-outline", '\ue11d'), TIME("typ-time", '\ue120'), TIMES("typ-times", '\ue122'), TIMES_OUTLINE("typ-times-outline", '\ue121'), TRASH("typ-trash", '\ue123'), TREE("typ-tree", '\ue124'), UPLOAD("typ-upload", '\ue126'), UPLOAD_OUTLINE("typ-upload-outline", '\ue125'), USER("typ-user", '\ue12c'), USER_ADD("typ-user-add", '\ue128'), USER_ADD_OUTLINE("typ-user-add-outline", '\ue127'), USER_DELETE("typ-user-delete", '\ue12a'), USER_DELETE_OUTLINE("typ-user-delete-outline", '\ue129'), USER_OUTLINE("typ-user-outline", '\ue12b'), VENDOR_ANDROID("typ-vendor-android", '\ue12d'), VENDOR_APPLE("typ-vendor-apple", '\ue12e'), VENDOR_MICROSOFT("typ-vendor-microsoft", '\ue12f'), VIDEO("typ-video", '\ue131'), VIDEO_OUTLINE("typ-video-outline", '\ue130'), VOLUME("typ-volume", '\ue135'), VOLUME_DOWN("typ-volume-down", '\ue132'), VOLUME_MUTE("typ-volume-mute", '\ue133'), VOLUME_UP("typ-volume-up", '\ue134'), WARNING("typ-warning", '\ue137'), WARNING_OUTLINE("typ-warning-outline", '\ue136'), WATCH("typ-watch", '\ue138'), WAVES("typ-waves", '\ue13a'), WAVES_OUTLINE("typ-waves-outline", '\ue139'), WEATHER_CLOUDY("typ-weather-cloudy", '\ue13b'), WEATHER_DOWNPOUR("typ-weather-downpour", '\ue13c'), WEATHER_NIGHT("typ-weather-night", '\ue13d'), WEATHER_PARTLY_SUNNY("typ-weather-partly-sunny", '\ue13e'), WEATHER_SHOWER("typ-weather-shower", '\ue13f'), WEATHER_SNOW("typ-weather-snow", '\ue140'), WEATHER_STORMY("typ-weather-stormy", '\ue141'), WEATHER_SUNNY("typ-weather-sunny", '\ue142'), WEATHER_WINDY("typ-weather-windy", '\ue144'), WEATHER_WINDY_CLOUDY("typ-weather-windy-cloudy", '\ue143'), WINE("typ-wine", '\ue147'), WI_FI("typ-wi-fi", '\ue146'), WI_FI_OUTLINE("typ-wi-fi-outline", '\ue145'), WORLD("typ-world", '\ue149'), WORLD_OUTLINE("typ-world-outline", '\ue148'), ZOOM("typ-zoom", '\ue14f'), ZOOM_IN("typ-zoom-in", '\ue14b'), ZOOM_IN_OUTLINE("typ-zoom-in-outline", '\ue14a'), ZOOM_OUT("typ-zoom-out", '\ue14d'), ZOOM_OUTLINE("typ-zoom-outline", '\ue14e'), ZOOM_OUT_OUTLINE("typ-zoom-out-outline", '\ue14c'); public static Typicons findByDescription(String description) { for (Typicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Typicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-typicons-pack/src/main/java/org/kordamp/ikonli/typicons/TypiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.typicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class TypiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/typicons/2.0.7/fonts/typicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("typ-"); } @Override public Ikon resolve(String description) { return Typicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Typicons"; } } ================================================ FILE: icon-packs/ikonli-typicons-pack/src/main/java/org/kordamp/ikonli/typicons/TypiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.typicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class TypiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Typicons.class; } } ================================================ FILE: icon-packs/ikonli-typicons-pack/src/main/resources/META-INF/resources/typicons/2.0.7/LICENCE.md ================================================ Copyright (c) 2014, Stephen Hutchings (http://www.s-ings.com/). This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. "Reserved Font Name" refers to any names specified as such after the copyright statement(s). "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). "Modified Version" refers to any derivative made by adding to, deleting, or substituting — in part or in whole — any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. TERMINATION This license becomes null and void if any of the above conditions are not met. DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. ================================================ FILE: icon-packs/ikonli-typicons-pack/src/main/resources/META-INF/resources/typicons/2.0.7/css/typicons.css ================================================ /** * Copyright 2014-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ @charset 'UTF-8'; /* @FONT-FACE loads font into browser */ @font-face { font-family: 'typicons'; font-weight: normal; font-style: normal; src: url('../fonts/typicons.eot'); src: url('../fonts/typicons.eot?#iefix') format('embedded-opentype'), url('../fonts/typicons.woff') format('woff'), url('../fonts/typicons.ttf') format('truetype'), url('../fonts/typicons.svg#typicons') format('svg'); } /* :before psuedo-selector inserts and styles icon */ .typcn:before { font-family: 'typicons'; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; height: 1em; font-size: 1em; text-align: center; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Code for individual icons */ .typcn-adjust-brightness:before { content: '\e000'; /* '' */ } .typcn-adjust-contrast:before { content: '\e001'; /* '' */ } .typcn-anchor-outline:before { content: '\e002'; /* '' */ } .typcn-anchor:before { content: '\e003'; /* '' */ } .typcn-archive:before { content: '\e004'; /* '' */ } .typcn-arrow-back-outline:before { content: '\e005'; /* '' */ } .typcn-arrow-back:before { content: '\e006'; /* '' */ } .typcn-arrow-down-outline:before { content: '\e007'; /* '' */ } .typcn-arrow-down-thick:before { content: '\e008'; /* '' */ } .typcn-arrow-down:before { content: '\e009'; /* '' */ } .typcn-arrow-forward-outline:before { content: '\e00a'; /* '' */ } .typcn-arrow-forward:before { content: '\e00b'; /* '' */ } .typcn-arrow-left-outline:before { content: '\e00c'; /* '' */ } .typcn-arrow-left-thick:before { content: '\e00d'; /* '' */ } .typcn-arrow-left:before { content: '\e00e'; /* '' */ } .typcn-arrow-loop-outline:before { content: '\e00f'; /* '' */ } .typcn-arrow-loop:before { content: '\e010'; /* '' */ } .typcn-arrow-maximise-outline:before { content: '\e011'; /* '' */ } .typcn-arrow-maximise:before { content: '\e012'; /* '' */ } .typcn-arrow-minimise-outline:before { content: '\e013'; /* '' */ } .typcn-arrow-minimise:before { content: '\e014'; /* '' */ } .typcn-arrow-move-outline:before { content: '\e015'; /* '' */ } .typcn-arrow-move:before { content: '\e016'; /* '' */ } .typcn-arrow-repeat-outline:before { content: '\e017'; /* '' */ } .typcn-arrow-repeat:before { content: '\e018'; /* '' */ } .typcn-arrow-right-outline:before { content: '\e019'; /* '' */ } .typcn-arrow-right-thick:before { content: '\e01a'; /* '' */ } .typcn-arrow-right:before { content: '\e01b'; /* '' */ } .typcn-arrow-shuffle:before { content: '\e01c'; /* '' */ } .typcn-arrow-sorted-down:before { content: '\e01d'; /* '' */ } .typcn-arrow-sorted-up:before { content: '\e01e'; /* '' */ } .typcn-arrow-sync-outline:before { content: '\e01f'; /* '' */ } .typcn-arrow-sync:before { content: '\e020'; /* '' */ } .typcn-arrow-unsorted:before { content: '\e021'; /* '' */ } .typcn-arrow-up-outline:before { content: '\e022'; /* '' */ } .typcn-arrow-up-thick:before { content: '\e023'; /* '' */ } .typcn-arrow-up:before { content: '\e024'; /* '' */ } .typcn-at:before { content: '\e025'; /* '' */ } .typcn-attachment-outline:before { content: '\e026'; /* '' */ } .typcn-attachment:before { content: '\e027'; /* '' */ } .typcn-backspace-outline:before { content: '\e028'; /* '' */ } .typcn-backspace:before { content: '\e029'; /* '' */ } .typcn-battery-charge:before { content: '\e02a'; /* '' */ } .typcn-battery-full:before { content: '\e02b'; /* '' */ } .typcn-battery-high:before { content: '\e02c'; /* '' */ } .typcn-battery-low:before { content: '\e02d'; /* '' */ } .typcn-battery-mid:before { content: '\e02e'; /* '' */ } .typcn-beaker:before { content: '\e02f'; /* '' */ } .typcn-beer:before { content: '\e030'; /* '' */ } .typcn-bell:before { content: '\e031'; /* '' */ } .typcn-book:before { content: '\e032'; /* '' */ } .typcn-bookmark:before { content: '\e033'; /* '' */ } .typcn-briefcase:before { content: '\e034'; /* '' */ } .typcn-brush:before { content: '\e035'; /* '' */ } .typcn-business-card:before { content: '\e036'; /* '' */ } .typcn-calculator:before { content: '\e037'; /* '' */ } .typcn-calendar-outline:before { content: '\e038'; /* '' */ } .typcn-calendar:before { content: '\e039'; /* '' */ } .typcn-camera-outline:before { content: '\e03a'; /* '' */ } .typcn-camera:before { content: '\e03b'; /* '' */ } .typcn-cancel-outline:before { content: '\e03c'; /* '' */ } .typcn-cancel:before { content: '\e03d'; /* '' */ } .typcn-chart-area-outline:before { content: '\e03e'; /* '' */ } .typcn-chart-area:before { content: '\e03f'; /* '' */ } .typcn-chart-bar-outline:before { content: '\e040'; /* '' */ } .typcn-chart-bar:before { content: '\e041'; /* '' */ } .typcn-chart-line-outline:before { content: '\e042'; /* '' */ } .typcn-chart-line:before { content: '\e043'; /* '' */ } .typcn-chart-pie-outline:before { content: '\e044'; /* '' */ } .typcn-chart-pie:before { content: '\e045'; /* '' */ } .typcn-chevron-left-outline:before { content: '\e046'; /* '' */ } .typcn-chevron-left:before { content: '\e047'; /* '' */ } .typcn-chevron-right-outline:before { content: '\e048'; /* '' */ } .typcn-chevron-right:before { content: '\e049'; /* '' */ } .typcn-clipboard:before { content: '\e04a'; /* '' */ } .typcn-cloud-storage:before { content: '\e04b'; /* '' */ } .typcn-cloud-storage-outline:before { content: '\e054'; /* '' */ } .typcn-code-outline:before { content: '\e04c'; /* '' */ } .typcn-code:before { content: '\e04d'; /* '' */ } .typcn-coffee:before { content: '\e04e'; /* '' */ } .typcn-cog-outline:before { content: '\e04f'; /* '' */ } .typcn-cog:before { content: '\e050'; /* '' */ } .typcn-compass:before { content: '\e051'; /* '' */ } .typcn-contacts:before { content: '\e052'; /* '' */ } .typcn-credit-card:before { content: '\e053'; /* '' */ } .typcn-css3:before { content: '\e055'; /* '' */ } .typcn-database:before { content: '\e056'; /* '' */ } .typcn-delete-outline:before { content: '\e057'; /* '' */ } .typcn-delete:before { content: '\e058'; /* '' */ } .typcn-device-desktop:before { content: '\e059'; /* '' */ } .typcn-device-laptop:before { content: '\e05a'; /* '' */ } .typcn-device-phone:before { content: '\e05b'; /* '' */ } .typcn-device-tablet:before { content: '\e05c'; /* '' */ } .typcn-directions:before { content: '\e05d'; /* '' */ } .typcn-divide-outline:before { content: '\e05e'; /* '' */ } .typcn-divide:before { content: '\e05f'; /* '' */ } .typcn-document-add:before { content: '\e060'; /* '' */ } .typcn-document-delete:before { content: '\e061'; /* '' */ } .typcn-document-text:before { content: '\e062'; /* '' */ } .typcn-document:before { content: '\e063'; /* '' */ } .typcn-download-outline:before { content: '\e064'; /* '' */ } .typcn-download:before { content: '\e065'; /* '' */ } .typcn-dropbox:before { content: '\e066'; /* '' */ } .typcn-edit:before { content: '\e067'; /* '' */ } .typcn-eject-outline:before { content: '\e068'; /* '' */ } .typcn-eject:before { content: '\e069'; /* '' */ } .typcn-equals-outline:before { content: '\e06a'; /* '' */ } .typcn-equals:before { content: '\e06b'; /* '' */ } .typcn-export-outline:before { content: '\e06c'; /* '' */ } .typcn-export:before { content: '\e06d'; /* '' */ } .typcn-eye-outline:before { content: '\e06e'; /* '' */ } .typcn-eye:before { content: '\e06f'; /* '' */ } .typcn-feather:before { content: '\e070'; /* '' */ } .typcn-film:before { content: '\e071'; /* '' */ } .typcn-filter:before { content: '\e072'; /* '' */ } .typcn-flag-outline:before { content: '\e073'; /* '' */ } .typcn-flag:before { content: '\e074'; /* '' */ } .typcn-flash-outline:before { content: '\e075'; /* '' */ } .typcn-flash:before { content: '\e076'; /* '' */ } .typcn-flow-children:before { content: '\e077'; /* '' */ } .typcn-flow-merge:before { content: '\e078'; /* '' */ } .typcn-flow-parallel:before { content: '\e079'; /* '' */ } .typcn-flow-switch:before { content: '\e07a'; /* '' */ } .typcn-folder-add:before { content: '\e07b'; /* '' */ } .typcn-folder-delete:before { content: '\e07c'; /* '' */ } .typcn-folder-open:before { content: '\e07d'; /* '' */ } .typcn-folder:before { content: '\e07e'; /* '' */ } .typcn-gift:before { content: '\e07f'; /* '' */ } .typcn-globe-outline:before { content: '\e080'; /* '' */ } .typcn-globe:before { content: '\e081'; /* '' */ } .typcn-group-outline:before { content: '\e082'; /* '' */ } .typcn-group:before { content: '\e083'; /* '' */ } .typcn-headphones:before { content: '\e084'; /* '' */ } .typcn-heart-full-outline:before { content: '\e085'; /* '' */ } .typcn-heart-half-outline:before { content: '\e086'; /* '' */ } .typcn-heart-outline:before { content: '\e087'; /* '' */ } .typcn-heart:before { content: '\e088'; /* '' */ } .typcn-home-outline:before { content: '\e089'; /* '' */ } .typcn-home:before { content: '\e08a'; /* '' */ } .typcn-html5:before { content: '\e08b'; /* '' */ } .typcn-image-outline:before { content: '\e08c'; /* '' */ } .typcn-image:before { content: '\e08d'; /* '' */ } .typcn-infinity-outline:before { content: '\e08e'; /* '' */ } .typcn-infinity:before { content: '\e08f'; /* '' */ } .typcn-info-large-outline:before { content: '\e090'; /* '' */ } .typcn-info-large:before { content: '\e091'; /* '' */ } .typcn-info-outline:before { content: '\e092'; /* '' */ } .typcn-info:before { content: '\e093'; /* '' */ } .typcn-input-checked-outline:before { content: '\e094'; /* '' */ } .typcn-input-checked:before { content: '\e095'; /* '' */ } .typcn-key-outline:before { content: '\e096'; /* '' */ } .typcn-key:before { content: '\e097'; /* '' */ } .typcn-keyboard:before { content: '\e098'; /* '' */ } .typcn-leaf:before { content: '\e099'; /* '' */ } .typcn-lightbulb:before { content: '\e09a'; /* '' */ } .typcn-link-outline:before { content: '\e09b'; /* '' */ } .typcn-link:before { content: '\e09c'; /* '' */ } .typcn-location-arrow-outline:before { content: '\e09d'; /* '' */ } .typcn-location-arrow:before { content: '\e09e'; /* '' */ } .typcn-location-outline:before { content: '\e09f'; /* '' */ } .typcn-location:before { content: '\e0a0'; /* '' */ } .typcn-lock-closed-outline:before { content: '\e0a1'; /* '' */ } .typcn-lock-closed:before { content: '\e0a2'; /* '' */ } .typcn-lock-open-outline:before { content: '\e0a3'; /* '' */ } .typcn-lock-open:before { content: '\e0a4'; /* '' */ } .typcn-mail:before { content: '\e0a5'; /* '' */ } .typcn-map:before { content: '\e0a6'; /* '' */ } .typcn-media-eject-outline:before { content: '\e0a7'; /* '' */ } .typcn-media-eject:before { content: '\e0a8'; /* '' */ } .typcn-media-fast-forward-outline:before { content: '\e0a9'; /* '' */ } .typcn-media-fast-forward:before { content: '\e0aa'; /* '' */ } .typcn-media-pause-outline:before { content: '\e0ab'; /* '' */ } .typcn-media-pause:before { content: '\e0ac'; /* '' */ } .typcn-media-play-outline:before { content: '\e0ad'; /* '' */ } .typcn-media-play-reverse-outline:before { content: '\e0ae'; /* '' */ } .typcn-media-play-reverse:before { content: '\e0af'; /* '' */ } .typcn-media-play:before { content: '\e0b0'; /* '' */ } .typcn-media-record-outline:before { content: '\e0b1'; /* '' */ } .typcn-media-record:before { content: '\e0b2'; /* '' */ } .typcn-media-rewind-outline:before { content: '\e0b3'; /* '' */ } .typcn-media-rewind:before { content: '\e0b4'; /* '' */ } .typcn-media-stop-outline:before { content: '\e0b5'; /* '' */ } .typcn-media-stop:before { content: '\e0b6'; /* '' */ } .typcn-message-typing:before { content: '\e0b7'; /* '' */ } .typcn-message:before { content: '\e0b8'; /* '' */ } .typcn-messages:before { content: '\e0b9'; /* '' */ } .typcn-microphone-outline:before { content: '\e0ba'; /* '' */ } .typcn-microphone:before { content: '\e0bb'; /* '' */ } .typcn-minus-outline:before { content: '\e0bc'; /* '' */ } .typcn-minus:before { content: '\e0bd'; /* '' */ } .typcn-mortar-board:before { content: '\e0be'; /* '' */ } .typcn-news:before { content: '\e0bf'; /* '' */ } .typcn-notes-outline:before { content: '\e0c0'; /* '' */ } .typcn-notes:before { content: '\e0c1'; /* '' */ } .typcn-pen:before { content: '\e0c2'; /* '' */ } .typcn-pencil:before { content: '\e0c3'; /* '' */ } .typcn-phone-outline:before { content: '\e0c4'; /* '' */ } .typcn-phone:before { content: '\e0c5'; /* '' */ } .typcn-pi-outline:before { content: '\e0c6'; /* '' */ } .typcn-pi:before { content: '\e0c7'; /* '' */ } .typcn-pin-outline:before { content: '\e0c8'; /* '' */ } .typcn-pin:before { content: '\e0c9'; /* '' */ } .typcn-pipette:before { content: '\e0ca'; /* '' */ } .typcn-plane-outline:before { content: '\e0cb'; /* '' */ } .typcn-plane:before { content: '\e0cc'; /* '' */ } .typcn-plug:before { content: '\e0cd'; /* '' */ } .typcn-plus-outline:before { content: '\e0ce'; /* '' */ } .typcn-plus:before { content: '\e0cf'; /* '' */ } .typcn-point-of-interest-outline:before { content: '\e0d0'; /* '' */ } .typcn-point-of-interest:before { content: '\e0d1'; /* '' */ } .typcn-power-outline:before { content: '\e0d2'; /* '' */ } .typcn-power:before { content: '\e0d3'; /* '' */ } .typcn-printer:before { content: '\e0d4'; /* '' */ } .typcn-puzzle-outline:before { content: '\e0d5'; /* '' */ } .typcn-puzzle:before { content: '\e0d6'; /* '' */ } .typcn-radar-outline:before { content: '\e0d7'; /* '' */ } .typcn-radar:before { content: '\e0d8'; /* '' */ } .typcn-refresh-outline:before { content: '\e0d9'; /* '' */ } .typcn-refresh:before { content: '\e0da'; /* '' */ } .typcn-rss-outline:before { content: '\e0db'; /* '' */ } .typcn-rss:before { content: '\e0dc'; /* '' */ } .typcn-scissors-outline:before { content: '\e0dd'; /* '' */ } .typcn-scissors:before { content: '\e0de'; /* '' */ } .typcn-shopping-bag:before { content: '\e0df'; /* '' */ } .typcn-shopping-cart:before { content: '\e0e0'; /* '' */ } .typcn-social-at-circular:before { content: '\e0e1'; /* '' */ } .typcn-social-dribbble-circular:before { content: '\e0e2'; /* '' */ } .typcn-social-dribbble:before { content: '\e0e3'; /* '' */ } .typcn-social-facebook-circular:before { content: '\e0e4'; /* '' */ } .typcn-social-facebook:before { content: '\e0e5'; /* '' */ } .typcn-social-flickr-circular:before { content: '\e0e6'; /* '' */ } .typcn-social-flickr:before { content: '\e0e7'; /* '' */ } .typcn-social-github-circular:before { content: '\e0e8'; /* '' */ } .typcn-social-github:before { content: '\e0e9'; /* '' */ } .typcn-social-google-plus-circular:before { content: '\e0ea'; /* '' */ } .typcn-social-google-plus:before { content: '\e0eb'; /* '' */ } .typcn-social-instagram-circular:before { content: '\e0ec'; /* '' */ } .typcn-social-instagram:before { content: '\e0ed'; /* '' */ } .typcn-social-last-fm-circular:before { content: '\e0ee'; /* '' */ } .typcn-social-last-fm:before { content: '\e0ef'; /* '' */ } .typcn-social-linkedin-circular:before { content: '\e0f0'; /* '' */ } .typcn-social-linkedin:before { content: '\e0f1'; /* '' */ } .typcn-social-pinterest-circular:before { content: '\e0f2'; /* '' */ } .typcn-social-pinterest:before { content: '\e0f3'; /* '' */ } .typcn-social-skype-outline:before { content: '\e0f4'; /* '' */ } .typcn-social-skype:before { content: '\e0f5'; /* '' */ } .typcn-social-tumbler-circular:before { content: '\e0f6'; /* '' */ } .typcn-social-tumbler:before { content: '\e0f7'; /* '' */ } .typcn-social-twitter-circular:before { content: '\e0f8'; /* '' */ } .typcn-social-twitter:before { content: '\e0f9'; /* '' */ } .typcn-social-vimeo-circular:before { content: '\e0fa'; /* '' */ } .typcn-social-vimeo:before { content: '\e0fb'; /* '' */ } .typcn-social-youtube-circular:before { content: '\e0fc'; /* '' */ } .typcn-social-youtube:before { content: '\e0fd'; /* '' */ } .typcn-sort-alphabetically-outline:before { content: '\e0fe'; /* '' */ } .typcn-sort-alphabetically:before { content: '\e0ff'; /* '' */ } .typcn-sort-numerically-outline:before { content: '\e100'; /* '' */ } .typcn-sort-numerically:before { content: '\e101'; /* '' */ } .typcn-spanner-outline:before { content: '\e102'; /* '' */ } .typcn-spanner:before { content: '\e103'; /* '' */ } .typcn-spiral:before { content: '\e104'; /* '' */ } .typcn-star-full-outline:before { content: '\e105'; /* '' */ } .typcn-star-half-outline:before { content: '\e106'; /* '' */ } .typcn-star-half:before { content: '\e107'; /* '' */ } .typcn-star-outline:before { content: '\e108'; /* '' */ } .typcn-star:before { content: '\e109'; /* '' */ } .typcn-starburst-outline:before { content: '\e10a'; /* '' */ } .typcn-starburst:before { content: '\e10b'; /* '' */ } .typcn-stopwatch:before { content: '\e10c'; /* '' */ } .typcn-support:before { content: '\e10d'; /* '' */ } .typcn-tabs-outline:before { content: '\e10e'; /* '' */ } .typcn-tag:before { content: '\e10f'; /* '' */ } .typcn-tags:before { content: '\e110'; /* '' */ } .typcn-th-large-outline:before { content: '\e111'; /* '' */ } .typcn-th-large:before { content: '\e112'; /* '' */ } .typcn-th-list-outline:before { content: '\e113'; /* '' */ } .typcn-th-list:before { content: '\e114'; /* '' */ } .typcn-th-menu-outline:before { content: '\e115'; /* '' */ } .typcn-th-menu:before { content: '\e116'; /* '' */ } .typcn-th-small-outline:before { content: '\e117'; /* '' */ } .typcn-th-small:before { content: '\e118'; /* '' */ } .typcn-thermometer:before { content: '\e119'; /* '' */ } .typcn-thumbs-down:before { content: '\e11a'; /* '' */ } .typcn-thumbs-ok:before { content: '\e11b'; /* '' */ } .typcn-thumbs-up:before { content: '\e11c'; /* '' */ } .typcn-tick-outline:before { content: '\e11d'; /* '' */ } .typcn-tick:before { content: '\e11e'; /* '' */ } .typcn-ticket:before { content: '\e11f'; /* '' */ } .typcn-time:before { content: '\e120'; /* '' */ } .typcn-times-outline:before { content: '\e121'; /* '' */ } .typcn-times:before { content: '\e122'; /* '' */ } .typcn-trash:before { content: '\e123'; /* '' */ } .typcn-tree:before { content: '\e124'; /* '' */ } .typcn-upload-outline:before { content: '\e125'; /* '' */ } .typcn-upload:before { content: '\e126'; /* '' */ } .typcn-user-add-outline:before { content: '\e127'; /* '' */ } .typcn-user-add:before { content: '\e128'; /* '' */ } .typcn-user-delete-outline:before { content: '\e129'; /* '' */ } .typcn-user-delete:before { content: '\e12a'; /* '' */ } .typcn-user-outline:before { content: '\e12b'; /* '' */ } .typcn-user:before { content: '\e12c'; /* '' */ } .typcn-vendor-android:before { content: '\e12d'; /* '' */ } .typcn-vendor-apple:before { content: '\e12e'; /* '' */ } .typcn-vendor-microsoft:before { content: '\e12f'; /* '' */ } .typcn-video-outline:before { content: '\e130'; /* '' */ } .typcn-video:before { content: '\e131'; /* '' */ } .typcn-volume-down:before { content: '\e132'; /* '' */ } .typcn-volume-mute:before { content: '\e133'; /* '' */ } .typcn-volume-up:before { content: '\e134'; /* '' */ } .typcn-volume:before { content: '\e135'; /* '' */ } .typcn-warning-outline:before { content: '\e136'; /* '' */ } .typcn-warning:before { content: '\e137'; /* '' */ } .typcn-watch:before { content: '\e138'; /* '' */ } .typcn-waves-outline:before { content: '\e139'; /* '' */ } .typcn-waves:before { content: '\e13a'; /* '' */ } .typcn-weather-cloudy:before { content: '\e13b'; /* '' */ } .typcn-weather-downpour:before { content: '\e13c'; /* '' */ } .typcn-weather-night:before { content: '\e13d'; /* '' */ } .typcn-weather-partly-sunny:before { content: '\e13e'; /* '' */ } .typcn-weather-shower:before { content: '\e13f'; /* '' */ } .typcn-weather-snow:before { content: '\e140'; /* '' */ } .typcn-weather-stormy:before { content: '\e141'; /* '' */ } .typcn-weather-sunny:before { content: '\e142'; /* '' */ } .typcn-weather-windy-cloudy:before { content: '\e143'; /* '' */ } .typcn-weather-windy:before { content: '\e144'; /* '' */ } .typcn-wi-fi-outline:before { content: '\e145'; /* '' */ } .typcn-wi-fi:before { content: '\e146'; /* '' */ } .typcn-wine:before { content: '\e147'; /* '' */ } .typcn-world-outline:before { content: '\e148'; /* '' */ } .typcn-world:before { content: '\e149'; /* '' */ } .typcn-zoom-in-outline:before { content: '\e14a'; /* '' */ } .typcn-zoom-in:before { content: '\e14b'; /* '' */ } .typcn-zoom-out-outline:before { content: '\e14c'; /* '' */ } .typcn-zoom-out:before { content: '\e14d'; /* '' */ } .typcn-zoom-outline:before { content: '\e14e'; /* '' */ } .typcn-zoom:before { content: '\e14f'; /* '' */ } ================================================ FILE: icon-packs/ikonli-unicons-pack/ikonli-unicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.unicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.unicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.unicons.UniconsLineIkonHandler, org.kordamp.ikonli.unicons.UniconsMonochromeIkonHandler, org.kordamp.ikonli.unicons.UniconsSolidIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.unicons.UniconsLineIkonProvider, org.kordamp.ikonli.unicons.UniconsMonochromeIkonProvider, org.kordamp.ikonli.unicons.UniconsSolidIkonProvider; } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsLine.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum UniconsLine implements Ikon { UNIL_500PX("unil-500px", '\ue90a'), ABACUS("unil-abacus", '\ue90b'), ACCESSIBLE_ICON_ALT("unil-accessible-icon-alt", '\ue90c'), ADJUST("unil-adjust", '\ue910'), ADJUST_ALT("unil-adjust-alt", '\ue90d'), ADJUST_CIRCLE("unil-adjust-circle", '\ue90e'), ADJUST_HALF("unil-adjust-half", '\ue90f'), ADOBE("unil-adobe", '\ue912'), ADOBE_ALT("unil-adobe-alt", '\ue911'), AIRPLAY("unil-airplay", '\ue913'), ALIGN("unil-align", '\ue920'), ALIGN_ALT("unil-align-alt", '\ue914'), ALIGN_CENTER("unil-align-center", '\ue919'), ALIGN_CENTER_ALT("unil-align-center-alt", '\ue915'), ALIGN_CENTER_H("unil-align-center-h", '\ue916'), ALIGN_CENTER_JUSTIFY("unil-align-center-justify", '\ue917'), ALIGN_CENTER_V("unil-align-center-v", '\ue918'), ALIGN_JUSTIFY("unil-align-justify", '\ue91a'), ALIGN_LEFT("unil-align-left", '\ue91c'), ALIGN_LEFT_JUSTIFY("unil-align-left-justify", '\ue91b'), ALIGN_LETTER_RIGHT("unil-align-letter-right", '\ue91d'), ALIGN_RIGHT("unil-align-right", '\ue91f'), ALIGN_RIGHT_JUSTIFY("unil-align-right-justify", '\ue91e'), AMAZON("unil-amazon", '\ue921'), AMBULANCE("unil-ambulance", '\ue922'), ANALYSIS("unil-analysis", '\ue923'), ANALYTICS("unil-analytics", '\ue924'), ANCHOR("unil-anchor", '\ue925'), ANDROID("unil-android", '\ue928'), ANDROID_ALT("unil-android-alt", '\ue926'), ANDROID_PHONE_SLASH("unil-android-phone-slash", '\ue927'), ANGLE_DOUBLE_DOWN("unil-angle-double-down", '\ue929'), ANGLE_DOUBLE_LEFT("unil-angle-double-left", '\ue92a'), ANGLE_DOUBLE_RIGHT("unil-angle-double-right", '\ue92b'), ANGLE_DOUBLE_UP("unil-angle-double-up", '\ue92c'), ANGLE_DOWN("unil-angle-down", '\ue92d'), ANGLE_LEFT("unil-angle-left", '\ue92f'), ANGLE_LEFT_B("unil-angle-left-b", '\ue92e'), ANGLE_RIGHT("unil-angle-right", '\ue931'), ANGLE_RIGHT_B("unil-angle-right-b", '\ue930'), ANGLE_UP("unil-angle-up", '\ue932'), ANGRY("unil-angry", '\ue933'), ANKH("unil-ankh", '\ue934'), ANNOYED("unil-annoyed", '\ue936'), ANNOYED_ALT("unil-annoyed-alt", '\ue935'), APPLE("unil-apple", '\ue938'), APPLE_ALT("unil-apple-alt", '\ue937'), APPS("unil-apps", '\ue939'), ARCHIVE("unil-archive", '\ue93b'), ARCHIVE_ALT("unil-archive-alt", '\ue93a'), ARCHWAY("unil-archway", '\ue93c'), ARROW("unil-arrow", '\ue952'), ARROWS_H("unil-arrows-h", '\ue954'), ARROWS_H_ALT("unil-arrows-h-alt", '\ue953'), ARROWS_LEFT_DOWN("unil-arrows-left-down", '\ue955'), ARROWS_MAXIMIZE("unil-arrows-maximize", '\ue956'), ARROWS_MERGE("unil-arrows-merge", '\ue957'), ARROWS_RESIZE("unil-arrows-resize", '\ue95a'), ARROWS_RESIZE_H("unil-arrows-resize-h", '\ue958'), ARROWS_RESIZE_V("unil-arrows-resize-v", '\ue959'), ARROWS_RIGHT_DOWN("unil-arrows-right-down", '\ue95b'), ARROWS_SHRINK_H("unil-arrows-shrink-h", '\ue95c'), ARROWS_SHRINK_V("unil-arrows-shrink-v", '\ue95d'), ARROWS_UP_RIGHT("unil-arrows-up-right", '\ue95e'), ARROWS_V("unil-arrows-v", '\ue960'), ARROWS_V_ALT("unil-arrows-v-alt", '\ue95f'), ARROW_BREAK("unil-arrow-break", '\ue93d'), ARROW_CIRCLE_DOWN("unil-arrow-circle-down", '\ue93e'), ARROW_CIRCLE_LEFT("unil-arrow-circle-left", '\ue93f'), ARROW_CIRCLE_RIGHT("unil-arrow-circle-right", '\ue940'), ARROW_CIRCLE_UP("unil-arrow-circle-up", '\ue941'), ARROW_COMPRESS_H("unil-arrow-compress-h", '\ue942'), ARROW_DOWN("unil-arrow-down", '\ue945'), ARROW_DOWN_LEFT("unil-arrow-down-left", '\ue943'), ARROW_DOWN_RIGHT("unil-arrow-down-right", '\ue944'), ARROW_FROM_RIGHT("unil-arrow-from-right", '\ue946'), ARROW_FROM_TOP("unil-arrow-from-top", '\ue947'), ARROW_GROWTH("unil-arrow-growth", '\ue948'), ARROW_LEFT("unil-arrow-left", '\ue949'), ARROW_RANDOM("unil-arrow-random", '\ue94a'), ARROW_RESIZE_DIAGONAL("unil-arrow-resize-diagonal", '\ue94b'), ARROW_RIGHT("unil-arrow-right", '\ue94c'), ARROW_TO_BOTTOM("unil-arrow-to-bottom", '\ue94d'), ARROW_TO_RIGHT("unil-arrow-to-right", '\ue94e'), ARROW_UP("unil-arrow-up", '\ue951'), ARROW_UP_LEFT("unil-arrow-up-left", '\ue94f'), ARROW_UP_RIGHT("unil-arrow-up-right", '\ue950'), ASSISTIVE_LISTENING_SYSTEMS("unil-assistive-listening-systems", '\ue961'), ASTERISK("unil-asterisk", '\ue962'), AT("unil-at", '\ue963'), ATOM("unil-atom", '\ue964'), AUTO_FLASH("unil-auto-flash", '\ue965'), AWARD("unil-award", '\ue967'), AWARD_ALT("unil-award-alt", '\ue966'), BABY_CARRIAGE("unil-baby-carriage", '\ue968'), BACKPACK("unil-backpack", '\ue969'), BACKSPACE("unil-backspace", '\ue96a'), BACKWARD("unil-backward", '\ue96b'), BAG("unil-bag", '\ue96e'), BAG_ALT("unil-bag-alt", '\ue96c'), BAG_SLASH("unil-bag-slash", '\ue96d'), BALANCE_SCALE("unil-balance-scale", '\ue96f'), BAN("unil-ban", '\ue970'), BAND_AID("unil-band-aid", '\ue971'), BARS("unil-bars", '\ue972'), BASEBALL_BALL("unil-baseball-ball", '\ue973'), BASKETBALL("unil-basketball", '\ue975'), BASKETBALL_HOOP("unil-basketball-hoop", '\ue974'), BATH("unil-bath", '\ue976'), BATTERY_BOLT("unil-battery-bolt", '\ue977'), BATTERY_EMPTY("unil-battery-empty", '\ue978'), BED("unil-bed", '\ue97a'), BED_DOUBLE("unil-bed-double", '\ue979'), BEHANCE("unil-behance", '\ue97c'), BEHANCE_ALT("unil-behance-alt", '\ue97b'), BELL("unil-bell", '\ue97f'), BELL_SCHOOL("unil-bell-school", '\ue97d'), BELL_SLASH("unil-bell-slash", '\ue97e'), BILL("unil-bill", '\ue980'), BING("unil-bing", '\ue981'), BITCOIN("unil-bitcoin", '\ue985'), BITCOIN_ALT("unil-bitcoin-alt", '\ue982'), BITCOIN_CIRCLE("unil-bitcoin-circle", '\ue983'), BITCOIN_SIGN("unil-bitcoin-sign", '\ue984'), BLACK_BERRY("unil-black-berry", '\ue986'), BLOGGER("unil-blogger", '\ue988'), BLOGGER_ALT("unil-blogger-alt", '\ue987'), BLUETOOTH_B("unil-bluetooth-b", '\ue989'), BOLD("unil-bold", '\ue98a'), BOLT("unil-bolt", '\ue98d'), BOLT_ALT("unil-bolt-alt", '\ue98b'), BOLT_SLASH("unil-bolt-slash", '\ue98c'), BOOK("unil-book", '\ue992'), BOOKMARK("unil-bookmark", '\ue994'), BOOKMARK_FULL("unil-bookmark-full", '\ue993'), BOOKS("unil-books", '\ue995'), BOOK_ALT("unil-book-alt", '\ue98e'), BOOK_MEDICAL("unil-book-medical", '\ue98f'), BOOK_OPEN("unil-book-open", '\ue990'), BOOK_READER("unil-book-reader", '\ue991'), BOOMBOX("unil-boombox", '\ue996'), BORDER_ALT("unil-border-alt", '\ue997'), BORDER_BOTTOM("unil-border-bottom", '\ue998'), BORDER_CLEAR("unil-border-clear", '\ue999'), BORDER_HORIZONTAL("unil-border-horizontal", '\ue99a'), BORDER_INNER("unil-border-inner", '\ue99b'), BORDER_LEFT("unil-border-left", '\ue99c'), BORDER_OUT("unil-border-out", '\ue99d'), BORDER_RIGHT("unil-border-right", '\ue99e'), BORDER_TOP("unil-border-top", '\ue99f'), BORDER_VERTICAL("unil-border-vertical", '\ue9a0'), BOWLING_BALL("unil-bowling-ball", '\ue9a1'), BOX("unil-box", '\ue9a2'), BRACKETS_CURLY("unil-brackets-curly", '\ue9a3'), BRAIN("unil-brain", '\ue9a4'), BRIEFCASE("unil-briefcase", '\ue9a6'), BRIEFCASE_ALT("unil-briefcase-alt", '\ue9a5'), BRIGHT("unil-bright", '\ue9a7'), BRIGHTNESS("unil-brightness", '\ue9ad'), BRIGHTNESS_EMPTY("unil-brightness-empty", '\ue9a8'), BRIGHTNESS_HALF("unil-brightness-half", '\ue9a9'), BRIGHTNESS_LOW("unil-brightness-low", '\ue9aa'), BRIGHTNESS_MINUS("unil-brightness-minus", '\ue9ab'), BRIGHTNESS_PLUS("unil-brightness-plus", '\ue9ac'), BRING_BOTTOM("unil-bring-bottom", '\ue9ae'), BRING_FRONT("unil-bring-front", '\ue9af'), BROWSER("unil-browser", '\ue9b0'), BRUSH_ALT("unil-brush-alt", '\ue9b1'), BUG("unil-bug", '\ue9b2'), BUILDING("unil-building", '\ue9b3'), BULLSEYE("unil-bullseye", '\ue9b4'), BUS("unil-bus", '\ue9b7'), BUS_ALT("unil-bus-alt", '\ue9b5'), BUS_SCHOOL("unil-bus-school", '\ue9b6'), CALCULATOR("unil-calculator", '\ue9b9'), CALCULATOR_ALT("unil-calculator-alt", '\ue9b8'), CALENDAR_ALT("unil-calendar-alt", '\ue9ba'), CALENDAR_SLASH("unil-calendar-slash", '\ue9bb'), CALENDER("unil-calender", '\ue9bc'), CALLING("unil-calling", '\ue9bd'), CAMERA("unil-camera", '\ue9c1'), CAMERA_CHANGE("unil-camera-change", '\ue9be'), CAMERA_PLUS("unil-camera-plus", '\ue9bf'), CAMERA_SLASH("unil-camera-slash", '\ue9c0'), CANCEL("unil-cancel", '\ue9c2'), CAPSULE("unil-capsule", '\ue9c3'), CAPTURE("unil-capture", '\ue9c4'), CAR("unil-car", '\ue9c8'), CARD_ATM("unil-card-atm", '\ue9c9'), CARET_RIGHT("unil-caret-right", '\ue9ca'), CAR_SIDEVIEW("unil-car-sideview", '\ue9c5'), CAR_SLASH("unil-car-slash", '\ue9c6'), CAR_WASH("unil-car-wash", '\ue9c7'), CELL("unil-cell", '\ue9cb'), CELSIUS("unil-celsius", '\ue9cc'), CHANNEL("unil-channel", '\ue9ce'), CHANNEL_ADD("unil-channel-add", '\ue9cd'), CHART("unil-chart", '\ue9d7'), CHART_BAR("unil-chart-bar", '\ue9d0'), CHART_BAR_ALT("unil-chart-bar-alt", '\ue9cf'), CHART_DOWN("unil-chart-down", '\ue9d1'), CHART_GROWTH("unil-chart-growth", '\ue9d3'), CHART_GROWTH_ALT("unil-chart-growth-alt", '\ue9d2'), CHART_LINE("unil-chart-line", '\ue9d4'), CHART_PIE("unil-chart-pie", '\ue9d6'), CHART_PIE_ALT("unil-chart-pie-alt", '\ue9d5'), CHAT("unil-chat", '\ue9da'), CHAT_BUBBLE_USER("unil-chat-bubble-user", '\ue9d8'), CHAT_INFO("unil-chat-info", '\ue9d9'), CHECK("unil-check", '\ue9dd'), CHECK_CIRCLE("unil-check-circle", '\ue9db'), CHECK_SQUARE("unil-check-square", '\ue9dc'), CIRCLE("unil-circle", '\ue9df'), CIRCLE_LAYER("unil-circle-layer", '\ue9de'), CIRCUIT("unil-circuit", '\ue9e0'), CLAPPER_BOARD("unil-clapper-board", '\ue9e1'), CLINIC_MEDICAL("unil-clinic-medical", '\ue9e2'), CLIPBOARD("unil-clipboard", '\ue9e6'), CLIPBOARD_ALT("unil-clipboard-alt", '\ue9e3'), CLIPBOARD_BLANK("unil-clipboard-blank", '\ue9e4'), CLIPBOARD_NOTES("unil-clipboard-notes", '\ue9e5'), CLOCK("unil-clock", '\ue9ee'), CLOCK_EIGHT("unil-clock-eight", '\ue9e7'), CLOCK_FIVE("unil-clock-five", '\ue9e8'), CLOCK_NINE("unil-clock-nine", '\ue9e9'), CLOCK_SEVEN("unil-clock-seven", '\ue9ea'), CLOCK_TEN("unil-clock-ten", '\ue9eb'), CLOCK_THREE("unil-clock-three", '\ue9ec'), CLOCK_TWO("unil-clock-two", '\ue9ed'), CLOSED_CAPTIONING("unil-closed-captioning", '\ue9f0'), CLOSED_CAPTIONING_SLASH("unil-closed-captioning-slash", '\ue9ef'), CLOUD("unil-cloud", '\uea19'), CLOUDS("unil-clouds", '\uea1a'), CLOUD_BLOCK("unil-cloud-block", '\ue9f1'), CLOUD_BOOKMARK("unil-cloud-bookmark", '\ue9f2'), CLOUD_CHECK("unil-cloud-check", '\ue9f3'), CLOUD_COMPUTING("unil-cloud-computing", '\ue9f4'), CLOUD_DATABASE_TREE("unil-cloud-database-tree", '\ue9f6'), CLOUD_DATA_CONNECTION("unil-cloud-data-connection", '\ue9f5'), CLOUD_DOWNLOAD("unil-cloud-download", '\ue9f7'), CLOUD_DRIZZLE("unil-cloud-drizzle", '\ue9f8'), CLOUD_EXCLAMATION("unil-cloud-exclamation", '\ue9f9'), CLOUD_HAIL("unil-cloud-hail", '\ue9fa'), CLOUD_HEART("unil-cloud-heart", '\ue9fb'), CLOUD_INFO("unil-cloud-info", '\ue9fc'), CLOUD_LOCK("unil-cloud-lock", '\ue9fd'), CLOUD_MEATBALL("unil-cloud-meatball", '\ue9fe'), CLOUD_MOON("unil-cloud-moon", '\uea03'), CLOUD_MOON_HAIL("unil-cloud-moon-hail", '\ue9ff'), CLOUD_MOON_MEATBALL("unil-cloud-moon-meatball", '\uea00'), CLOUD_MOON_RAIN("unil-cloud-moon-rain", '\uea01'), CLOUD_MOON_SHOWERS("unil-cloud-moon-showers", '\uea02'), CLOUD_QUESTION("unil-cloud-question", '\uea04'), CLOUD_RAIN("unil-cloud-rain", '\uea06'), CLOUD_RAIN_SUN("unil-cloud-rain-sun", '\uea05'), CLOUD_REDO("unil-cloud-redo", '\uea07'), CLOUD_SHARE("unil-cloud-share", '\uea08'), CLOUD_SHIELD("unil-cloud-shield", '\uea09'), CLOUD_SHOWERS("unil-cloud-showers", '\uea0c'), CLOUD_SHOWERS_ALT("unil-cloud-showers-alt", '\uea0a'), CLOUD_SHOWERS_HEAVY("unil-cloud-showers-heavy", '\uea0b'), CLOUD_SLASH("unil-cloud-slash", '\uea0d'), CLOUD_SUN("unil-cloud-sun", '\uea13'), CLOUD_SUN_HAIL("unil-cloud-sun-hail", '\uea0e'), CLOUD_SUN_MEATBALL("unil-cloud-sun-meatball", '\uea0f'), CLOUD_SUN_RAIN("unil-cloud-sun-rain", '\uea11'), CLOUD_SUN_RAIN_ALT("unil-cloud-sun-rain-alt", '\uea10'), CLOUD_SUN_TEAR("unil-cloud-sun-tear", '\uea12'), CLOUD_TIMES("unil-cloud-times", '\uea14'), CLOUD_UNLOCK("unil-cloud-unlock", '\uea15'), CLOUD_UPLOAD("unil-cloud-upload", '\uea16'), CLOUD_WIFI("unil-cloud-wifi", '\uea17'), CLOUD_WIND("unil-cloud-wind", '\uea18'), CLUB("unil-club", '\uea1b'), CODE_BRANCH("unil-code-branch", '\uea1c'), COFFEE("unil-coffee", '\uea1d'), COG("unil-cog", '\uea1e'), COINS("unil-coins", '\uea1f'), COLUMNS("unil-columns", '\uea20'), COMMENT("unil-comment", '\uea54'), COMMENTS("unil-comments", '\uea56'), COMMENTS_ALT("unil-comments-alt", '\uea55'), COMMENT_ADD("unil-comment-add", '\uea21'), COMMENT_ALT("unil-comment-alt", '\uea3a'), COMMENT_ALT_BLOCK("unil-comment-alt-block", '\uea22'), COMMENT_ALT_CHART_LINES("unil-comment-alt-chart-lines", '\uea23'), COMMENT_ALT_CHECK("unil-comment-alt-check", '\uea24'), COMMENT_ALT_DOTS("unil-comment-alt-dots", '\uea25'), COMMENT_ALT_DOWNLOAD("unil-comment-alt-download", '\uea26'), COMMENT_ALT_EDIT("unil-comment-alt-edit", '\uea27'), COMMENT_ALT_EXCLAMATION("unil-comment-alt-exclamation", '\uea28'), COMMENT_ALT_HEART("unil-comment-alt-heart", '\uea29'), COMMENT_ALT_IMAGE("unil-comment-alt-image", '\uea2a'), COMMENT_ALT_INFO("unil-comment-alt-info", '\uea2b'), COMMENT_ALT_LINES("unil-comment-alt-lines", '\uea2c'), COMMENT_ALT_LOCK("unil-comment-alt-lock", '\uea2d'), COMMENT_ALT_MEDICAL("unil-comment-alt-medical", '\uea2e'), COMMENT_ALT_MESSAGE("unil-comment-alt-message", '\uea2f'), COMMENT_ALT_NOTES("unil-comment-alt-notes", '\uea30'), COMMENT_ALT_PLUS("unil-comment-alt-plus", '\uea31'), COMMENT_ALT_QUESTION("unil-comment-alt-question", '\uea32'), COMMENT_ALT_REDO("unil-comment-alt-redo", '\uea33'), COMMENT_ALT_SEARCH("unil-comment-alt-search", '\uea34'), COMMENT_ALT_SHARE("unil-comment-alt-share", '\uea35'), COMMENT_ALT_SHIELD("unil-comment-alt-shield", '\uea36'), COMMENT_ALT_SLASH("unil-comment-alt-slash", '\uea37'), COMMENT_ALT_UPLOAD("unil-comment-alt-upload", '\uea38'), COMMENT_ALT_VERIFY("unil-comment-alt-verify", '\uea39'), COMMENT_BLOCK("unil-comment-block", '\uea3b'), COMMENT_CHART_LINE("unil-comment-chart-line", '\uea3c'), COMMENT_CHECK("unil-comment-check", '\uea3d'), COMMENT_DOTS("unil-comment-dots", '\uea3e'), COMMENT_DOWNLOAD("unil-comment-download", '\uea3f'), COMMENT_EDIT("unil-comment-edit", '\uea40'), COMMENT_EXCLAMATION("unil-comment-exclamation", '\uea41'), COMMENT_HEART("unil-comment-heart", '\uea42'), COMMENT_IMAGE("unil-comment-image", '\uea43'), COMMENT_INFO("unil-comment-info", '\uea45'), COMMENT_INFO_ALT("unil-comment-info-alt", '\uea44'), COMMENT_LINES("unil-comment-lines", '\uea46'), COMMENT_LOCK("unil-comment-lock", '\uea47'), COMMENT_MEDICAL("unil-comment-medical", '\uea48'), COMMENT_MESSAGE("unil-comment-message", '\uea49'), COMMENT_NOTES("unil-comment-notes", '\uea4a'), COMMENT_PLUS("unil-comment-plus", '\uea4b'), COMMENT_QUESTION("unil-comment-question", '\uea4c'), COMMENT_REDO("unil-comment-redo", '\uea4d'), COMMENT_SEARCH("unil-comment-search", '\uea4e'), COMMENT_SHARE("unil-comment-share", '\uea4f'), COMMENT_SHIELD("unil-comment-shield", '\uea50'), COMMENT_SLASH("unil-comment-slash", '\uea51'), COMMENT_UPLOAD("unil-comment-upload", '\uea52'), COMMENT_VERIFY("unil-comment-verify", '\uea53'), COMPACT_DISC("unil-compact-disc", '\uea57'), COMPARISON("unil-comparison", '\uea58'), COMPASS("unil-compass", '\uea59'), COMPRESS("unil-compress", '\uea60'), COMPRESS_ALT("unil-compress-alt", '\uea5b'), COMPRESS_ALT_LEFT("unil-compress-alt-left", '\uea5a'), COMPRESS_ARROWS("unil-compress-arrows", '\uea5c'), COMPRESS_LINES("unil-compress-lines", '\uea5d'), COMPRESS_POINT("unil-compress-point", '\uea5e'), COMPRESS_V("unil-compress-v", '\uea5f'), CONFUSED("unil-confused", '\uea61'), CONSTRUCTOR("unil-constructor", '\uea62'), COPY("unil-copy", '\uea65'), COPYRIGHT("unil-copyright", '\uea66'), COPY_ALT("unil-copy-alt", '\uea63'), COPY_LANDSCAPE("unil-copy-landscape", '\uea64'), CORNER_DOWN_LEFT("unil-corner-down-left", '\uea67'), CORNER_DOWN_RIGHT("unil-corner-down-right", '\uea69'), CORNER_DOWN_RIGHT_ALT("unil-corner-down-right-alt", '\uea68'), CORNER_LEFT_DOWN("unil-corner-left-down", '\uea6a'), CORNER_RIGHT_DOWN("unil-corner-right-down", '\uea6b'), CORNER_UP_LEFT("unil-corner-up-left", '\uea6d'), CORNER_UP_LEFT_ALT("unil-corner-up-left-alt", '\uea6c'), CORNER_UP_RIGHT("unil-corner-up-right", '\uea6f'), CORNER_UP_RIGHT_ALT("unil-corner-up-right-alt", '\uea6e'), CORONAVIRUS("unil-coronavirus", '\uea70'), CREATE_DASHBOARD("unil-create-dashboard", '\uea71'), CREATIVE_COMMONS_PD("unil-creative-commons-pd", '\uea72'), CREDIT_CARD("unil-credit-card", '\uea74'), CREDIT_CARD_SEARCH("unil-credit-card-search", '\uea73'), CROCKERY("unil-crockery", '\uea75'), CROP_ALT("unil-crop-alt", '\uea78'), CROP_ALT_ROTATE_LEFT("unil-crop-alt-rotate-left", '\uea76'), CROP_ALT_ROTATE_RIGHT("unil-crop-alt-rotate-right", '\uea77'), CROSSHAIR("unil-crosshair", '\uea7a'), CROSSHAIRS("unil-crosshairs", '\uea7b'), CROSSHAIR_ALT("unil-crosshair-alt", '\uea79'), CSS3_SIMPLE("unil-css3-simple", '\uea7c'), CUBE("unil-cube", '\uea7d'), DASHBOARD("unil-dashboard", '\uea7e'), DATABASE("unil-database", '\uea81'), DATABASE_ALT("unil-database-alt", '\uea80'), DATA_SHARING("unil-data-sharing", '\uea7f'), DESERT("unil-desert", '\uea82'), DESKTOP("unil-desktop", '\uea87'), DESKTOP_ALT("unil-desktop-alt", '\uea84'), DESKTOP_ALT_SLASH("unil-desktop-alt-slash", '\uea83'), DESKTOP_CLOUD_ALT("unil-desktop-cloud-alt", '\uea85'), DESKTOP_SLASH("unil-desktop-slash", '\uea86'), DIALPAD("unil-dialpad", '\uea89'), DIALPAD_ALT("unil-dialpad-alt", '\uea88'), DIAMOND("unil-diamond", '\uea8a'), DIARY("unil-diary", '\uea8c'), DIARY_ALT("unil-diary-alt", '\uea8b'), DICE_FIVE("unil-dice-five", '\uea8d'), DICE_FOUR("unil-dice-four", '\uea8e'), DICE_ONE("unil-dice-one", '\uea8f'), DICE_SIX("unil-dice-six", '\uea90'), DICE_THREE("unil-dice-three", '\uea91'), DICE_TWO("unil-dice-two", '\uea92'), DIRECTION("unil-direction", '\uea93'), DIRECTIONS("unil-directions", '\uea94'), DISCORD("unil-discord", '\uea95'), DIZZY_MEH("unil-dizzy-meh", '\uea96'), DNA("unil-dna", '\uea97'), DOCUMENT_INFO("unil-document-info", '\uea98'), DOCUMENT_LAYOUT_CENTER("unil-document-layout-center", '\uea99'), DOCUMENT_LAYOUT_LEFT("unil-document-layout-left", '\uea9a'), DOCUMENT_LAYOUT_RIGHT("unil-document-layout-right", '\uea9b'), DOLLAR_ALT("unil-dollar-alt", '\uea9c'), DOLLAR_SIGN("unil-dollar-sign", '\uea9e'), DOLLAR_SIGN_ALT("unil-dollar-sign-alt", '\uea9d'), DOWNLOAD_ALT("unil-download-alt", '\uea9f'), DRAGGABLEDOTS("unil-draggabledots", '\ueaa0'), DRIBBBLE("unil-dribbble", '\ueaa1'), DRILL("unil-drill", '\ueaa2'), DROPBOX("unil-dropbox", '\ueaa3'), DUMBBELL("unil-dumbbell", '\ueaa4'), EAR("unil-ear", '\ueaa5'), EDIT("unil-edit", '\ueaa7'), EDIT_ALT("unil-edit-alt", '\ueaa6'), ELLIPSIS_H("unil-ellipsis-h", '\ueaa8'), ELLIPSIS_V("unil-ellipsis-v", '\ueaa9'), EMOJI("unil-emoji", '\ueaaa'), ENGLISH_TO_CHINESE("unil-english-to-chinese", '\ueaab'), ENTER("unil-enter", '\ueaac'), ENVELOPE("unil-envelope", '\ueac6'), ENVELOPES("unil-envelopes", '\ueac7'), ENVELOPE_ADD("unil-envelope-add", '\ueaad'), ENVELOPE_ALT("unil-envelope-alt", '\ueaae'), ENVELOPE_BLOCK("unil-envelope-block", '\ueaaf'), ENVELOPE_BOOKMARK("unil-envelope-bookmark", '\ueab0'), ENVELOPE_CHECK("unil-envelope-check", '\ueab1'), ENVELOPE_DOWNLOAD("unil-envelope-download", '\ueab3'), ENVELOPE_DOWNLOAD_ALT("unil-envelope-download-alt", '\ueab2'), ENVELOPE_EDIT("unil-envelope-edit", '\ueab4'), ENVELOPE_EXCLAMATION("unil-envelope-exclamation", '\ueab5'), ENVELOPE_HEART("unil-envelope-heart", '\ueab6'), ENVELOPE_INFO("unil-envelope-info", '\ueab7'), ENVELOPE_LOCK("unil-envelope-lock", '\ueab8'), ENVELOPE_MINUS("unil-envelope-minus", '\ueab9'), ENVELOPE_OPEN("unil-envelope-open", '\ueaba'), ENVELOPE_QUESTION("unil-envelope-question", '\ueabb'), ENVELOPE_RECEIVE("unil-envelope-receive", '\ueabc'), ENVELOPE_REDO("unil-envelope-redo", '\ueabd'), ENVELOPE_SEARCH("unil-envelope-search", '\ueabe'), ENVELOPE_SEND("unil-envelope-send", '\ueabf'), ENVELOPE_SHARE("unil-envelope-share", '\ueac0'), ENVELOPE_SHIELD("unil-envelope-shield", '\ueac1'), ENVELOPE_STAR("unil-envelope-star", '\ueac2'), ENVELOPE_TIMES("unil-envelope-times", '\ueac3'), ENVELOPE_UPLOAD("unil-envelope-upload", '\ueac5'), ENVELOPE_UPLOAD_ALT("unil-envelope-upload-alt", '\ueac4'), EQUAL_CIRCLE("unil-equal-circle", '\ueac8'), ESTATE("unil-estate", '\ueac9'), EURO("unil-euro", '\ueacb'), EURO_CIRCLE("unil-euro-circle", '\ueaca'), EXCHANGE("unil-exchange", '\ueacd'), EXCHANGE_ALT("unil-exchange-alt", '\ueacc'), EXCLAMATION("unil-exclamation", '\uead1'), EXCLAMATION_CIRCLE("unil-exclamation-circle", '\ueace'), EXCLAMATION_OCTAGON("unil-exclamation-octagon", '\ueacf'), EXCLAMATION_TRIANGLE("unil-exclamation-triangle", '\uead0'), EXCLUDE("unil-exclude", '\uead2'), EXIT("unil-exit", '\uead3'), EXPAND_ALT("unil-expand-alt", '\uead4'), EXPAND_ARROWS("unil-expand-arrows", '\uead6'), EXPAND_ARROWS_ALT("unil-expand-arrows-alt", '\uead5'), EXPAND_FROM_CORNER("unil-expand-from-corner", '\uead7'), EXPAND_LEFT("unil-expand-left", '\uead8'), EXPAND_RIGHT("unil-expand-right", '\uead9'), EXPORT("unil-export", '\ueada'), EXPOSURE_ALT("unil-exposure-alt", '\ueadb'), EXPOSURE_INCREASE("unil-exposure-increase", '\ueadc'), EXTERNAL_LINK_ALT("unil-external-link-alt", '\ueadd'), EYE("unil-eye", '\ueadf'), EYE_SLASH("unil-eye-slash", '\ueade'), FACEBOOK("unil-facebook", '\ueae3'), FACEBOOK_F("unil-facebook-f", '\ueae0'), FACEBOOK_MESSENGER("unil-facebook-messenger", '\ueae2'), FACEBOOK_MESSENGER_ALT("unil-facebook-messenger-alt", '\ueae1'), FAHRENHEIT("unil-fahrenheit", '\ueae4'), FAST_MAIL("unil-fast-mail", '\ueae6'), FAST_MAIL_ALT("unil-fast-mail-alt", '\ueae5'), FAVORITE("unil-favorite", '\ueae7'), FEEDBACK("unil-feedback", '\ueae8'), FILE("unil-file", '\ueb11'), FILES_LANDSCAPES("unil-files-landscapes", '\ueb13'), FILES_LANDSCAPES_ALT("unil-files-landscapes-alt", '\ueb12'), FILE_ALT("unil-file-alt", '\ueae9'), FILE_BLANK("unil-file-blank", '\ueaea'), FILE_BLOCK_ALT("unil-file-block-alt", '\ueaeb'), FILE_BOOKMARK_ALT("unil-file-bookmark-alt", '\ueaec'), FILE_CHECK("unil-file-check", '\ueaee'), FILE_CHECK_ALT("unil-file-check-alt", '\ueaed'), FILE_CONTRACT_DOLLAR("unil-file-contract-dollar", '\ueaef'), FILE_COPY_ALT("unil-file-copy-alt", '\ueaf0'), FILE_DOWNLOAD("unil-file-download", '\ueaf2'), FILE_DOWNLOAD_ALT("unil-file-download-alt", '\ueaf1'), FILE_EDIT_ALT("unil-file-edit-alt", '\ueaf3'), FILE_EXCLAMATION("unil-file-exclamation", '\ueaf5'), FILE_EXCLAMATION_ALT("unil-file-exclamation-alt", '\ueaf4'), FILE_EXPORT("unil-file-export", '\ueaf6'), FILE_GRAPH("unil-file-graph", '\ueaf7'), FILE_HEART("unil-file-heart", '\ueaf8'), FILE_IMPORT("unil-file-import", '\ueaf9'), FILE_INFO_ALT("unil-file-info-alt", '\ueafa'), FILE_LANDSCAPE("unil-file-landscape", '\ueafc'), FILE_LANDSCAPE_ALT("unil-file-landscape-alt", '\ueafb'), FILE_LANSCAPE_SLASH("unil-file-lanscape-slash", '\ueafd'), FILE_LOCK_ALT("unil-file-lock-alt", '\ueafe'), FILE_MEDICAL("unil-file-medical", '\ueb00'), FILE_MEDICAL_ALT("unil-file-medical-alt", '\ueaff'), FILE_MINUS("unil-file-minus", '\ueb02'), FILE_MINUS_ALT("unil-file-minus-alt", '\ueb01'), FILE_NETWORK("unil-file-network", '\ueb03'), FILE_PLUS("unil-file-plus", '\ueb05'), FILE_PLUS_ALT("unil-file-plus-alt", '\ueb04'), FILE_QUESTION("unil-file-question", '\ueb07'), FILE_QUESTION_ALT("unil-file-question-alt", '\ueb06'), FILE_REDO_ALT("unil-file-redo-alt", '\ueb08'), FILE_SEARCH_ALT("unil-file-search-alt", '\ueb09'), FILE_SHARE_ALT("unil-file-share-alt", '\ueb0a'), FILE_SHIELD_ALT("unil-file-shield-alt", '\ueb0b'), FILE_SLASH("unil-file-slash", '\ueb0c'), FILE_TIMES("unil-file-times", '\ueb0e'), FILE_TIMES_ALT("unil-file-times-alt", '\ueb0d'), FILE_UPLOAD("unil-file-upload", '\ueb10'), FILE_UPLOAD_ALT("unil-file-upload-alt", '\ueb0f'), FILM("unil-film", '\ueb14'), FILTER("unil-filter", '\ueb16'), FILTER_SLASH("unil-filter-slash", '\ueb15'), FIRE("unil-fire", '\ueb17'), FLASK("unil-flask", '\ueb19'), FLASK_POTION("unil-flask-potion", '\ueb18'), FLIP_H("unil-flip-h", '\ueb1b'), FLIP_H_ALT("unil-flip-h-alt", '\ueb1a'), FLIP_V("unil-flip-v", '\ueb1d'), FLIP_V_ALT("unil-flip-v-alt", '\ueb1c'), FLOWER("unil-flower", '\ueb1e'), FOCUS("unil-focus", '\ueb21'), FOCUS_ADD("unil-focus-add", '\ueb1f'), FOCUS_TARGET("unil-focus-target", '\ueb20'), FOLDER("unil-folder", '\ueb31'), FOLDER_CHECK("unil-folder-check", '\ueb22'), FOLDER_DOWNLOAD("unil-folder-download", '\ueb23'), FOLDER_EXCLAMATION("unil-folder-exclamation", '\ueb24'), FOLDER_HEART("unil-folder-heart", '\ueb25'), FOLDER_INFO("unil-folder-info", '\ueb26'), FOLDER_LOCK("unil-folder-lock", '\ueb27'), FOLDER_MEDICAL("unil-folder-medical", '\ueb28'), FOLDER_MINUS("unil-folder-minus", '\ueb29'), FOLDER_NETWORK("unil-folder-network", '\ueb2a'), FOLDER_OPEN("unil-folder-open", '\ueb2b'), FOLDER_PLUS("unil-folder-plus", '\ueb2c'), FOLDER_QUESTION("unil-folder-question", '\ueb2d'), FOLDER_SLASH("unil-folder-slash", '\ueb2e'), FOLDER_TIMES("unil-folder-times", '\ueb2f'), FOLDER_UPLOAD("unil-folder-upload", '\ueb30'), FONT("unil-font", '\ueb32'), FOOTBALL("unil-football", '\ueb35'), FOOTBALL_AMERICAN("unil-football-american", '\ueb33'), FOOTBALL_BALL("unil-football-ball", '\ueb34'), FORECASTCLOUD_MOON_TEAR("unil-forecastcloud-moon-tear", '\ueb36'), FORWADED_CALL("unil-forwaded-call", '\ueb37'), FORWARD("unil-forward", '\ueb38'), FROWN("unil-frown", '\ueb39'), GAME_STRUCTURE("unil-game-structure", '\ueb3a'), GIFT("unil-gift", '\ueb3b'), GITHUB("unil-github", '\ueb3d'), GITHUB_ALT("unil-github-alt", '\ueb3c'), GLASS("unil-glass", '\ueb42'), GLASS_MARTINI("unil-glass-martini", '\ueb40'), GLASS_MARTINI_ALT("unil-glass-martini-alt", '\ueb3f'), GLASS_MARTINI_ALT_SLASH("unil-glass-martini-alt-slash", '\ueb3e'), GLASS_TEA("unil-glass-tea", '\ueb41'), GLOBE("unil-globe", '\ueb43'), GOLD("unil-gold", '\ueb44'), GOLF_BALL("unil-golf-ball", '\ueb45'), GOOGLE("unil-google", '\ueb4b'), GOOGLE_DRIVE("unil-google-drive", '\ueb47'), GOOGLE_DRIVE_ALT("unil-google-drive-alt", '\ueb46'), GOOGLE_HANGOUTS("unil-google-hangouts", '\ueb49'), GOOGLE_HANGOUTS_ALT("unil-google-hangouts-alt", '\ueb48'), GOOGLE_PLAY("unil-google-play", '\ueb4a'), GRADUATION_CAP("unil-graduation-cap", '\ueb4c'), GRAPH_BAR("unil-graph-bar", '\ueb4d'), GRID("unil-grid", '\ueb4e'), GRIDS("unil-grids", '\ueb4f'), GRIN("unil-grin", '\ueb52'), GRIN_TONGUE_WINK("unil-grin-tongue-wink", '\ueb51'), GRIN_TONGUE_WINK_ALT("unil-grin-tongue-wink-alt", '\ueb50'), GRIP_HORIZONTAL_LINE("unil-grip-horizontal-line", '\ueb53'), HARD_HAT("unil-hard-hat", '\ueb54'), HDD("unil-hdd", '\ueb55'), HEADPHONES("unil-headphones", '\ueb5b'), HEADPHONES_ALT("unil-headphones-alt", '\ueb5a'), HEADPHONE_SLASH("unil-headphone-slash", '\ueb59'), HEAD_SIDE("unil-head-side", '\ueb58'), HEAD_SIDE_COUGH("unil-head-side-cough", '\ueb56'), HEAD_SIDE_MASK("unil-head-side-mask", '\ueb57'), HEART("unil-heart", '\ueb61'), HEARTBEAT("unil-heartbeat", '\ueb62'), HEART_ALT("unil-heart-alt", '\ueb5c'), HEART_BREAK("unil-heart-break", '\ueb5d'), HEART_MEDICAL("unil-heart-medical", '\ueb5e'), HEART_RATE("unil-heart-rate", '\ueb5f'), HEART_SIGN("unil-heart-sign", '\ueb60'), HINDI_TO_CHINESE("unil-hindi-to-chinese", '\ueb63'), HISTORY("unil-history", '\ueb65'), HISTORY_ALT("unil-history-alt", '\ueb64'), HOME("unil-home", '\ueb67'), HOME_ALT("unil-home-alt", '\ueb66'), HORIZONTAL_ALIGN_CENTER("unil-horizontal-align-center", '\ueb68'), HORIZONTAL_ALIGN_LEFT("unil-horizontal-align-left", '\ueb69'), HORIZONTAL_ALIGN_RIGHT("unil-horizontal-align-right", '\ueb6a'), HORIZONTAL_DISTRIBUTION_CENTER("unil-horizontal-distribution-center", '\ueb6b'), HORIZONTAL_DISTRIBUTION_LEFT("unil-horizontal-distribution-left", '\ueb6c'), HORIZONTAL_DISTRIBUTION_RIGHT("unil-horizontal-distribution-right", '\ueb6d'), HOSPITAL("unil-hospital", '\ueb70'), HOSPITAL_SQUARE_SIGN("unil-hospital-square-sign", '\ueb6e'), HOSPITAL_SYMBOL("unil-hospital-symbol", '\ueb6f'), HOURGLASS("unil-hourglass", '\ueb71'), HOUSE_USER("unil-house-user", '\ueb72'), HTML3("unil-html3", '\ueb74'), HTML3_ALT("unil-html3-alt", '\ueb73'), HTML5("unil-html5", '\ueb76'), HTML5_ALT("unil-html5-alt", '\ueb75'), HUNTING("unil-hunting", '\ueb77'), IMAGE("unil-image", '\ueb8c'), IMAGES("unil-images", '\ueb8d'), IMAGE_ALT_SLASH("unil-image-alt-slash", '\ueb78'), IMAGE_BLOCK("unil-image-block", '\ueb79'), IMAGE_BROKEN("unil-image-broken", '\ueb7a'), IMAGE_CHECK("unil-image-check", '\ueb7b'), IMAGE_DOWNLOAD("unil-image-download", '\ueb7c'), IMAGE_EDIT("unil-image-edit", '\ueb7d'), IMAGE_LOCK("unil-image-lock", '\ueb7e'), IMAGE_MINUS("unil-image-minus", '\ueb7f'), IMAGE_PLUS("unil-image-plus", '\ueb80'), IMAGE_QUESTION("unil-image-question", '\ueb81'), IMAGE_REDO("unil-image-redo", '\ueb82'), IMAGE_RESIZE_LANDSCAPE("unil-image-resize-landscape", '\ueb83'), IMAGE_RESIZE_SQUARE("unil-image-resize-square", '\ueb84'), IMAGE_SEARCH("unil-image-search", '\ueb85'), IMAGE_SHARE("unil-image-share", '\ueb86'), IMAGE_SHIELD("unil-image-shield", '\ueb87'), IMAGE_SLASH("unil-image-slash", '\ueb88'), IMAGE_TIMES("unil-image-times", '\ueb89'), IMAGE_UPLOAD("unil-image-upload", '\ueb8a'), IMAGE_V("unil-image-v", '\ueb8b'), IMPORT("unil-import", '\ueb8e'), INBOX("unil-inbox", '\ueb8f'), INCOMING_CALL("unil-incoming-call", '\ueb90'), INFO("unil-info", '\ueb92'), INFO_CIRCLE("unil-info-circle", '\ueb91'), INSTAGRAM("unil-instagram", '\ueb94'), INSTAGRAM_ALT("unil-instagram-alt", '\ueb93'), INTERCOM("unil-intercom", '\ueb96'), INTERCOM_ALT("unil-intercom-alt", '\ueb95'), INVOICE("unil-invoice", '\ueb97'), ITALIC("unil-italic", '\ueb98'), JACKHAMMER("unil-jackhammer", '\ueb99'), JAVA_SCRIPT("unil-java-script", '\ueb9a'), KAYAK("unil-kayak", '\ueb9b'), KEYBOARD("unil-keyboard", '\ueba1'), KEYBOARD_ALT("unil-keyboard-alt", '\ueb9e'), KEYBOARD_HIDE("unil-keyboard-hide", '\ueb9f'), KEYBOARD_SHOW("unil-keyboard-show", '\ueba0'), KEYHOLE_CIRCLE("unil-keyhole-circle", '\ueba2'), KEYHOLE_SQUARE("unil-keyhole-square", '\ueba4'), KEYHOLE_SQUARE_FULL("unil-keyhole-square-full", '\ueba3'), KEY_SKELETON("unil-key-skeleton", '\ueb9d'), KEY_SKELETON_ALT("unil-key-skeleton-alt", '\ueb9c'), KID("unil-kid", '\ueba5'), LABEL("unil-label", '\ueba7'), LABEL_ALT("unil-label-alt", '\ueba6'), LAMP("unil-lamp", '\ueba8'), LANGUAGE("unil-language", '\ueba9'), LAPTOP("unil-laptop", '\uebac'), LAPTOP_CLOUD("unil-laptop-cloud", '\uebaa'), LAPTOP_CONNECTION("unil-laptop-connection", '\uebab'), LAUGHING("unil-laughing", '\uebad'), LAYERS("unil-layers", '\uebb2'), LAYERS_ALT("unil-layers-alt", '\uebb0'), LAYERS_SLASH("unil-layers-slash", '\uebb1'), LAYER_GROUP("unil-layer-group", '\uebaf'), LAYER_GROUP_SLASH("unil-layer-group-slash", '\uebae'), LEFT_ARROW_FROM_LEFT("unil-left-arrow-from-left", '\uebb3'), LEFT_ARROW_TO_LEFT("unil-left-arrow-to-left", '\uebb4'), LEFT_INDENT("unil-left-indent", '\uebb6'), LEFT_INDENT_ALT("unil-left-indent-alt", '\uebb5'), LEFT_TO_RIGHT_TEXT_DIRECTION("unil-left-to-right-text-direction", '\uebb7'), LETTER_CHINESE_A("unil-letter-chinese-a", '\uebb8'), LETTER_ENGLISH_A("unil-letter-english-a", '\uebb9'), LETTER_HINDI_A("unil-letter-hindi-a", '\uebba'), LETTER_JAPANESE_A("unil-letter-japanese-a", '\uebbb'), LIFE_RING("unil-life-ring", '\uebbc'), LIGHTBULB("unil-lightbulb", '\uebbe'), LIGHTBULB_ALT("unil-lightbulb-alt", '\uebbd'), LINE("unil-line", '\uebc1'), LINE_ALT("unil-line-alt", '\uebbf'), LINE_SPACING("unil-line-spacing", '\uebc0'), LINK("unil-link", '\uebc6'), LINKEDIN("unil-linkedin", '\uebc8'), LINKEDIN_ALT("unil-linkedin-alt", '\uebc7'), LINK_ADD("unil-link-add", '\uebc2'), LINK_ALT("unil-link-alt", '\uebc3'), LINK_BROKEN("unil-link-broken", '\uebc4'), LINK_H("unil-link-h", '\uebc5'), LIRA_SIGN("unil-lira-sign", '\uebc9'), LIST_UI_ALT("unil-list-ui-alt", '\uebca'), LIST_UL("unil-list-ul", '\uebcb'), LOCATION_ARROW("unil-location-arrow", '\uebcd'), LOCATION_ARROW_ALT("unil-location-arrow-alt", '\uebcc'), LOCATION_PIN_ALT("unil-location-pin-alt", '\uebce'), LOCATION_POINT("unil-location-point", '\uebcf'), LOCK("unil-lock", '\uebd4'), LOCK_ACCESS("unil-lock-access", '\uebd0'), LOCK_ALT("unil-lock-alt", '\uebd1'), LOCK_OPEN_ALT("unil-lock-open-alt", '\uebd2'), LOCK_SLASH("unil-lock-slash", '\uebd3'), LUGGAGE_CART("unil-luggage-cart", '\uebd5'), MAILBOX("unil-mailbox", '\uebd7'), MAILBOX_ALT("unil-mailbox-alt", '\uebd6'), MAP("unil-map", '\uebe3'), MAP_MARKER("unil-map-marker", '\uebe0'), MAP_MARKER_ALT("unil-map-marker-alt", '\uebd8'), MAP_MARKER_EDIT("unil-map-marker-edit", '\uebd9'), MAP_MARKER_INFO("unil-map-marker-info", '\uebda'), MAP_MARKER_MINUS("unil-map-marker-minus", '\uebdb'), MAP_MARKER_PLUS("unil-map-marker-plus", '\uebdc'), MAP_MARKER_QUESTION("unil-map-marker-question", '\uebdd'), MAP_MARKER_SHIELD("unil-map-marker-shield", '\uebde'), MAP_MARKER_SLASH("unil-map-marker-slash", '\uebdf'), MAP_PIN("unil-map-pin", '\uebe2'), MAP_PIN_ALT("unil-map-pin-alt", '\uebe1'), MARS("unil-mars", '\uebe4'), MASTER_CARD("unil-master-card", '\uebe5'), MAXIMIZE_LEFT("unil-maximize-left", '\uebe6'), MEDAL("unil-medal", '\uebe7'), MEDICAL_DRIP("unil-medical-drip", '\uebe8'), MEDICAL_SQUARE("unil-medical-square", '\uebea'), MEDICAL_SQUARE_FULL("unil-medical-square-full", '\uebe9'), MEDIUM_M("unil-medium-m", '\uebeb'), MEDKIT("unil-medkit", '\uebec'), MEETING_BOARD("unil-meeting-board", '\uebed'), MEGAPHONE("unil-megaphone", '\uebee'), MEH("unil-meh", '\uebf1'), MEH_ALT("unil-meh-alt", '\uebef'), MEH_CLOSED_EYE("unil-meh-closed-eye", '\uebf0'), MESSAGE("unil-message", '\uebf2'), METRO("unil-metro", '\uebf3'), MICROPHONE("unil-microphone", '\uebf5'), MICROPHONE_SLASH("unil-microphone-slash", '\uebf4'), MICROSCOPE("unil-microscope", '\uebf6'), MINUS("unil-minus", '\uebfb'), MINUS_CIRCLE("unil-minus-circle", '\uebf7'), MINUS_PATH("unil-minus-path", '\uebf8'), MINUS_SQUARE("unil-minus-square", '\uebfa'), MINUS_SQUARE_FULL("unil-minus-square-full", '\uebf9'), MISSED_CALL("unil-missed-call", '\uebfc'), MOBILE_ANDROID("unil-mobile-android", '\uebfe'), MOBILE_ANDROID_ALT("unil-mobile-android-alt", '\uebfd'), MOBILE_VIBRATE("unil-mobile-vibrate", '\uebff'), MODEM("unil-modem", '\uec00'), MONEYBAG("unil-moneybag", '\uec09'), MONEYBAG_ALT("unil-moneybag-alt", '\uec08'), MONEY_BILL("unil-money-bill", '\uec03'), MONEY_BILL_SLASH("unil-money-bill-slash", '\uec01'), MONEY_BILL_STACK("unil-money-bill-stack", '\uec02'), MONEY_INSERT("unil-money-insert", '\uec04'), MONEY_STACK("unil-money-stack", '\uec05'), MONEY_WITHDRAW("unil-money-withdraw", '\uec06'), MONEY_WITHDRAWAL("unil-money-withdrawal", '\uec07'), MONITOR("unil-monitor", '\uec0b'), MONITOR_HEART_RATE("unil-monitor-heart-rate", '\uec0a'), MOON("unil-moon", '\uec0d'), MOONSET("unil-moonset", '\uec0e'), MOON_ECLIPSE("unil-moon-eclipse", '\uec0c'), MOUNTAINS("unil-mountains", '\uec10'), MOUNTAINS_SUN("unil-mountains-sun", '\uec0f'), MOUSE("unil-mouse", '\uec13'), MOUSE_ALT("unil-mouse-alt", '\uec12'), MOUSE_ALT_2("unil-mouse-alt-2", '\uec11'), MULTIPLY("unil-multiply", '\uec14'), MUSIC("unil-music", '\uec17'), MUSIC_NOTE("unil-music-note", '\uec15'), MUSIC_TUNE_SLASH("unil-music-tune-slash", '\uec16'), NAVIGATOR("unil-navigator", '\uec19'), NERD("unil-nerd", '\uec1a'), NEWSPAPER("unil-newspaper", '\uec1b'), NINJA("unil-ninja", '\uec1c'), NOTEBOOKS("unil-notebooks", '\uec1e'), NOTES("unil-notes", '\uec1f'), NO_ENTRY("unil-no-entry", '\uec1d'), N_A("unil-n-a", '\uec18'), OBJECT_GROUP("unil-object-group", '\uec20'), OBJECT_UNGROUP("unil-object-ungroup", '\uec21'), OCTAGON("unil-octagon", '\uec22'), OPERA("unil-opera", '\uec24'), OPERA_ALT("unil-opera-alt", '\uec23'), OUTGOING_CALL("unil-outgoing-call", '\uec25'), PACKAGE("unil-package", '\uec26'), PADLOCK("unil-padlock", '\uec27'), PAINT_TOOL("unil-paint-tool", '\uec28'), PALETTE("unil-palette", '\uec29'), PANEL_ADD("unil-panel-add", '\uec2a'), PANORAMA_H("unil-panorama-h", '\uec2c'), PANORAMA_H_ALT("unil-panorama-h-alt", '\uec2b'), PANORAMA_V("unil-panorama-v", '\uec2d'), PAPERCLIP("unil-paperclip", '\uec2e'), PARAGRAPH("unil-paragraph", '\uec2f'), PARCEL("unil-parcel", '\uec30'), PARKING_CIRCLE("unil-parking-circle", '\uec31'), PARKING_SQUARE("unil-parking-square", '\uec32'), PATHFINDER("unil-pathfinder", '\uec34'), PATHFINDER_UNITE("unil-pathfinder-unite", '\uec33'), PAUSE("unil-pause", '\uec36'), PAUSE_CIRCLE("unil-pause-circle", '\uec35'), PAYPAL("unil-paypal", '\uec37'), PEN("unil-pen", '\uec38'), PENTAGON("unil-pentagon", '\uec39'), PERCENTAGE("unil-percentage", '\uec3a'), PHONE("unil-phone", '\uec40'), PHONE_ALT("unil-phone-alt", '\uec3b'), PHONE_PAUSE("unil-phone-pause", '\uec3c'), PHONE_SLASH("unil-phone-slash", '\uec3d'), PHONE_TIMES("unil-phone-times", '\uec3e'), PHONE_VOLUME("unil-phone-volume", '\uec3f'), PICTURE("unil-picture", '\uec41'), PIZZA_SLICE("unil-pizza-slice", '\uec42'), PLANE("unil-plane", '\uec46'), PLANE_ARRIVAL("unil-plane-arrival", '\uec43'), PLANE_DEPARTURE("unil-plane-departure", '\uec44'), PLANE_FLY("unil-plane-fly", '\uec45'), PLAY("unil-play", '\uec48'), PLAY_CIRCLE("unil-play-circle", '\uec47'), PLUG("unil-plug", '\uec49'), PLUS("unil-plus", '\uec4c'), PLUS_0("unil-plus-0", '\ue900'), PLUS_10("unil-plus-10", '\ue903'), PLUS_12("unil-plus-12", '\ue904'), PLUS_13("unil-plus-13", '\ue905'), PLUS_16("unil-plus-16", '\ue906'), PLUS_17("unil-plus-17", '\ue907'), PLUS_18("unil-plus-18", '\ue908'), PLUS_21("unil-plus-21", '\ue909'), PLUS_3("unil-plus-3", '\ue901'), PLUS_6("unil-plus-6", '\ue902'), PLUS_CIRCLE("unil-plus-circle", '\uec4a'), PLUS_SQUARE("unil-plus-square", '\uec4b'), PODIUM("unil-podium", '\uec4d'), POLYGON("unil-polygon", '\uec4e'), POSTCARD("unil-postcard", '\uec50'), POST_STAMP("unil-post-stamp", '\uec4f'), POUND("unil-pound", '\uec52'), POUND_CIRCLE("unil-pound-circle", '\uec51'), POWER("unil-power", '\uec53'), PRESCRIPTION_BOTTLE("unil-prescription-bottle", '\uec54'), PRESENTATION("unil-presentation", '\uec5d'), PRESENTATION_CHECK("unil-presentation-check", '\uec55'), PRESENTATION_EDIT("unil-presentation-edit", '\uec56'), PRESENTATION_LINE("unil-presentation-line", '\uec57'), PRESENTATION_LINES_ALT("unil-presentation-lines-alt", '\uec58'), PRESENTATION_MINUS("unil-presentation-minus", '\uec59'), PRESENTATION_PLAY("unil-presentation-play", '\uec5a'), PRESENTATION_PLUS("unil-presentation-plus", '\uec5b'), PRESENTATION_TIMES("unil-presentation-times", '\uec5c'), PREVIOUS("unil-previous", '\uec5e'), PRICETAG_ALT("unil-pricetag-alt", '\uec5f'), PRINT("unil-print", '\uec61'), PRINT_SLASH("unil-print-slash", '\uec60'), PROCESS("unil-process", '\uec62'), PROCESSOR("unil-processor", '\uec63'), PROGRAMMING_LANGUAGE("unil-programming-language", '\uec64'), PUMP("unil-pump", '\uec65'), PUZZLE_PIECE("unil-puzzle-piece", '\uec66'), QRCODE_SCAN("unil-qrcode-scan", '\uec67'), QUESTION("unil-question", '\uec69'), QUESTION_CIRCLE("unil-question-circle", '\uec68'), RAINBOW("unil-rainbow", '\uec6a'), RAINDROPS("unil-raindrops", '\uec6c'), RAINDROPS_ALT("unil-raindrops-alt", '\uec6b'), REACT("unil-react", '\uec6d'), RECEIPT("unil-receipt", '\uec6f'), RECEIPT_ALT("unil-receipt-alt", '\uec6e'), RECORD_AUDIO("unil-record-audio", '\uec70'), REDDIT_ALIEN_ALT("unil-reddit-alien-alt", '\uec71'), REDO("unil-redo", '\uec72'), REFRESH("unil-refresh", '\uec73'), REGISTERED("unil-registered", '\uec74'), REPEAT("unil-repeat", '\uec75'), RESTAURANT("unil-restaurant", '\uec76'), RIGHT_INDENT_ALT("unil-right-indent-alt", '\uec77'), RIGHT_TO_LEFT_TEXT_DIRECTION("unil-right-to-left-text-direction", '\uec78'), ROBOT("unil-robot", '\uec79'), ROCKET("unil-rocket", '\uec7a'), ROPE_WAY("unil-rope-way", '\uec7b'), ROTATE_360("unil-rotate-360", '\uec7c'), RSS("unil-rss", '\uec7f'), RSS_ALT("unil-rss-alt", '\uec7d'), RSS_INTERFACE("unil-rss-interface", '\uec7e'), RULER("unil-ruler", '\uec81'), RULER_COMBINED("unil-ruler-combined", '\uec80'), RUPEE_SIGN("unil-rupee-sign", '\uec82'), SAD("unil-sad", '\uec87'), SAD_CRY("unil-sad-cry", '\uec83'), SAD_CRYING("unil-sad-crying", '\uec84'), SAD_DIZZY("unil-sad-dizzy", '\uec85'), SAD_SQUINT("unil-sad-squint", '\uec86'), SANITIZER("unil-sanitizer", '\uec89'), SANITIZER_ALT("unil-sanitizer-alt", '\uec88'), SAVE("unil-save", '\uec8a'), SCALING_LEFT("unil-scaling-left", '\uec8b'), SCALING_RIGHT("unil-scaling-right", '\uec8c'), SCENERY("unil-scenery", '\uec8d'), SCHEDULE("unil-schedule", '\uec8e'), SCREW("unil-screw", '\uec8f'), SCROLL("unil-scroll", '\uec91'), SCROLL_H("unil-scroll-h", '\uec90'), SEARCH("unil-search", '\uec95'), SEARCH_ALT("unil-search-alt", '\uec92'), SEARCH_MINUS("unil-search-minus", '\uec93'), SEARCH_PLUS("unil-search-plus", '\uec94'), SELFIE("unil-selfie", '\uec96'), SERVER("unil-server", '\uec9b'), SERVERS("unil-servers", '\uec9c'), SERVER_ALT("unil-server-alt", '\uec97'), SERVER_CONNECTION("unil-server-connection", '\uec98'), SERVER_NETWORK("unil-server-network", '\uec9a'), SERVER_NETWORK_ALT("unil-server-network-alt", '\uec99'), SERVICEMARK("unil-servicemark", '\uec9d'), SETTING("unil-setting", '\uec9e'), SHARE("unil-share", '\ueca0'), SHARE_ALT("unil-share-alt", '\uec9f'), SHIELD("unil-shield", '\ueca6'), SHIELD_CHECK("unil-shield-check", '\ueca1'), SHIELD_EXCLAMATION("unil-shield-exclamation", '\ueca2'), SHIELD_PLUS("unil-shield-plus", '\ueca3'), SHIELD_QUESTION("unil-shield-question", '\ueca4'), SHIELD_SLASH("unil-shield-slash", '\ueca5'), SHIP("unil-ship", '\ueca7'), SHOP("unil-shop", '\ueca8'), SHOPPING_BAG("unil-shopping-bag", '\ueca9'), SHOPPING_BASKET("unil-shopping-basket", '\uecaa'), SHOPPING_CART("unil-shopping-cart", '\uecac'), SHOPPING_CART_ALT("unil-shopping-cart-alt", '\uecab'), SHOVEL("unil-shovel", '\uecad'), SHRINK("unil-shrink", '\uecae'), SHUFFLE("unil-shuffle", '\uecaf'), SHUTTER("unil-shutter", '\uecb1'), SHUTTER_ALT("unil-shutter-alt", '\uecb0'), SICK("unil-sick", '\uecb2'), SIGMA("unil-sigma", '\uecb3'), SIGNAL("unil-signal", '\uecbb'), SIGNAL_ALT("unil-signal-alt", '\uecba'), SIGNAL_ALT_3("unil-signal-alt-3", '\uecb9'), SIGNIN("unil-signin", '\uecbc'), SIGNOUT("unil-signout", '\uecbd'), SIGN_ALT("unil-sign-alt", '\uecb4'), SIGN_IN_ALT("unil-sign-in-alt", '\uecb5'), SIGN_LEFT("unil-sign-left", '\uecb6'), SIGN_OUT_ALT("unil-sign-out-alt", '\uecb7'), SIGN_RIGHT("unil-sign-right", '\uecb8'), SILENCE("unil-silence", '\uecbe'), SILENT_SQUINT("unil-silent-squint", '\uecbf'), SIM_CARD("unil-sim-card", '\uecc0'), SITEMAP("unil-sitemap", '\uecc1'), SKIP_FORWARD("unil-skip-forward", '\uecc4'), SKIP_FORWARD_ALT("unil-skip-forward-alt", '\uecc2'), SKIP_FORWARD_CIRCLE("unil-skip-forward-circle", '\uecc3'), SKYPE("unil-skype", '\uecc6'), SKYPE_ALT("unil-skype-alt", '\uecc5'), SLACK("unil-slack", '\uecc8'), SLACK_ALT("unil-slack-alt", '\uecc7'), SLIDERS_V("unil-sliders-v", '\ueccc'), SLIDERS_V_ALT("unil-sliders-v-alt", '\ueccb'), SLIDER_H("unil-slider-h", '\uecca'), SLIDER_H_RANGE("unil-slider-h-range", '\uecc9'), SMILE("unil-smile", '\uecd3'), SMILE_BEAM("unil-smile-beam", '\ueccd'), SMILE_DIZZY("unil-smile-dizzy", '\uecce'), SMILE_SQUINT_WINK("unil-smile-squint-wink", '\uecd0'), SMILE_SQUINT_WINK_ALT("unil-smile-squint-wink-alt", '\ueccf'), SMILE_WINK("unil-smile-wink", '\uecd2'), SMILE_WINK_ALT("unil-smile-wink-alt", '\uecd1'), SNAPCHAT_ALT("unil-snapchat-alt", '\uecd4'), SNAPCHAT_GHOST("unil-snapchat-ghost", '\uecd5'), SNAPCHAT_SQUARE("unil-snapchat-square", '\uecd6'), SNOWFLAKE("unil-snowflake", '\uecd9'), SNOWFLAKE_ALT("unil-snowflake-alt", '\uecd8'), SNOW_FLAKE("unil-snow-flake", '\uecd7'), SOCIAL_DISTANCING("unil-social-distancing", '\uecda'), SORT("unil-sort", '\uecdd'), SORTING("unil-sorting", '\uecde'), SORT_AMOUNT_DOWN("unil-sort-amount-down", '\uecdb'), SORT_AMOUNT_UP("unil-sort-amount-up", '\uecdc'), SPACE_KEY("unil-space-key", '\uecdf'), SPADE("unil-spade", '\uece0'), SPERMS("unil-sperms", '\uece1'), SPIN("unil-spin", '\uece2'), SQUARE("unil-square", '\uece5'), SQUARE_FULL("unil-square-full", '\uece3'), SQUARE_SHAPE("unil-square-shape", '\uece4'), SQUINT("unil-squint", '\uece6'), STAR("unil-star", '\uece8'), STAR_HALF_ALT("unil-star-half-alt", '\uece7'), STEP_BACKWARD("unil-step-backward", '\ueceb'), STEP_BACKWARD_ALT("unil-step-backward-alt", '\uece9'), STEP_BACKWARD_CIRCLE("unil-step-backward-circle", '\uecea'), STEP_FORWARD("unil-step-forward", '\uecec'), STETHOSCOPE("unil-stethoscope", '\uecee'), STETHOSCOPE_ALT("unil-stethoscope-alt", '\ueced'), STOPWATCH("unil-stopwatch", '\uecf1'), STOPWATCH_SLASH("unil-stopwatch-slash", '\uecf0'), STOP_CIRCLE("unil-stop-circle", '\uecef'), STORE("unil-store", '\uecf4'), STORE_ALT("unil-store-alt", '\uecf2'), STORE_SLASH("unil-store-slash", '\uecf3'), STREERING("unil-streering", '\uecf5'), STRETCHER("unil-stretcher", '\uecf6'), SUBJECT("unil-subject", '\uecf7'), SUBWAY("unil-subway", '\uecf9'), SUBWAY_ALT("unil-subway-alt", '\uecf8'), SUITCASE("unil-suitcase", '\uecfb'), SUITCASE_ALT("unil-suitcase-alt", '\uecfa'), SUN("unil-sun", '\uecfc'), SUNSET("unil-sunset", '\uecfd'), SURPRISE("unil-surprise", '\uecfe'), SWATCHBOOK("unil-swatchbook", '\uecff'), SWIGGY("unil-swiggy", '\ued00'), SWIMMER("unil-swimmer", '\ued01'), SYNC("unil-sync", '\ued04'), SYNC_EXCLAMATION("unil-sync-exclamation", '\ued02'), SYNC_SLASH("unil-sync-slash", '\ued03'), SYRINGE("unil-syringe", '\ued05'), TABLE("unil-table", '\ued07'), TABLET("unil-tablet", '\ued08'), TABLETS("unil-tablets", '\ued09'), TABLE_TENNIS("unil-table-tennis", '\ued06'), TACHOMETER_FAST("unil-tachometer-fast", '\ued0b'), TACHOMETER_FAST_ALT("unil-tachometer-fast-alt", '\ued0a'), TAG("unil-tag", '\ued0d'), TAG_ALT("unil-tag-alt", '\ued0c'), TAPE("unil-tape", '\ued0e'), TAXI("unil-taxi", '\ued0f'), TEAR("unil-tear", '\ued10'), TELEGRAM("unil-telegram", '\ued12'), TELEGRAM_ALT("unil-telegram-alt", '\ued11'), TELESCOPE("unil-telescope", '\ued13'), TEMPERATURE("unil-temperature", '\ued1a'), TEMPERATURE_EMPTY("unil-temperature-empty", '\ued14'), TEMPERATURE_HALF("unil-temperature-half", '\ued15'), TEMPERATURE_MINUS("unil-temperature-minus", '\ued16'), TEMPERATURE_PLUS("unil-temperature-plus", '\ued17'), TEMPERATURE_QUARTER("unil-temperature-quarter", '\ued18'), TEMPERATURE_THREE_QUARTER("unil-temperature-three-quarter", '\ued19'), TENNIS_BALL("unil-tennis-ball", '\ued1b'), TEXT("unil-text", '\ued1f'), TEXT_FIELDS("unil-text-fields", '\ued1c'), TEXT_SIZE("unil-text-size", '\ued1d'), TEXT_STRIKE_THROUGH("unil-text-strike-through", '\ued1e'), TH("unil-th", '\ued22'), THERMOMETER("unil-thermometer", '\ued23'), THUMBS_DOWN("unil-thumbs-down", '\ued24'), THUMBS_UP("unil-thumbs-up", '\ued25'), THUNDERSTORM("unil-thunderstorm", '\ued28'), THUNDERSTORM_MOON("unil-thunderstorm-moon", '\ued26'), THUNDERSTORM_SUN("unil-thunderstorm-sun", '\ued27'), TH_LARGE("unil-th-large", '\ued20'), TH_SLASH("unil-th-slash", '\ued21'), TICKET("unil-ticket", '\ued29'), TIMES("unil-times", '\ued2c'), TIMES_CIRCLE("unil-times-circle", '\ued2a'), TIMES_SQUARE("unil-times-square", '\ued2b'), TOGGLE_OFF("unil-toggle-off", '\ued2d'), TOGGLE_ON("unil-toggle-on", '\ued2e'), TOILET_PAPER("unil-toilet-paper", '\ued2f'), TOP_ARROW_FROM_TOP("unil-top-arrow-from-top", '\ued30'), TOP_ARROW_TO_TOP("unil-top-arrow-to-top", '\ued31'), TORNADO("unil-tornado", '\ued32'), TRADEMARK("unil-trademark", '\ued34'), TRADEMARK_CIRCLE("unil-trademark-circle", '\ued33'), TRAFFIC_BARRIER("unil-traffic-barrier", '\ued35'), TRAFFIC_LIGHT("unil-traffic-light", '\ued36'), TRANSACTION("unil-transaction", '\ued37'), TRASH("unil-trash", '\ued39'), TRASH_ALT("unil-trash-alt", '\ued38'), TREES("unil-trees", '\ued3a'), TRIANGLE("unil-triangle", '\ued3b'), TROPHY("unil-trophy", '\ued3c'), TROWEL("unil-trowel", '\ued3d'), TRUCK("unil-truck", '\ued3f'), TRUCK_LOADING("unil-truck-loading", '\ued3e'), TUMBLR("unil-tumblr", '\ued42'), TUMBLR_ALT("unil-tumblr-alt", '\ued40'), TUMBLR_SQUARE("unil-tumblr-square", '\ued41'), TV_RETRO("unil-tv-retro", '\ued44'), TV_RETRO_SLASH("unil-tv-retro-slash", '\ued43'), TWITTER("unil-twitter", '\ued46'), TWITTER_ALT("unil-twitter-alt", '\ued45'), UMBRELLA("unil-umbrella", '\ued47'), UNAMUSED("unil-unamused", '\ued48'), UNDERLINE("unil-underline", '\ued49'), UNIVERSITY("unil-university", '\ued4a'), UNLOCK("unil-unlock", '\ued4c'), UNLOCK_ALT("unil-unlock-alt", '\ued4b'), UPLOAD("unil-upload", '\ued4e'), UPLOAD_ALT("unil-upload-alt", '\ued4d'), USD_CIRCLE("unil-usd-circle", '\ued4f'), USD_SQUARE("unil-usd-square", '\ued50'), USER("unil-user", '\ued5c'), USERS_ALT("unil-users-alt", '\ued5d'), USER_ARROWS("unil-user-arrows", '\ued51'), USER_CHECK("unil-user-check", '\ued52'), USER_CIRCLE("unil-user-circle", '\ued53'), USER_EXCLAMATION("unil-user-exclamation", '\ued54'), USER_LOCATION("unil-user-location", '\ued55'), USER_MD("unil-user-md", '\ued56'), USER_MINUS("unil-user-minus", '\ued57'), USER_NURSE("unil-user-nurse", '\ued58'), USER_PLUS("unil-user-plus", '\ued59'), USER_SQUARE("unil-user-square", '\ued5a'), USER_TIMES("unil-user-times", '\ued5b'), UTENSILS("unil-utensils", '\ued5f'), UTENSILS_ALT("unil-utensils-alt", '\ued5e'), VECTOR_SQUARE("unil-vector-square", '\ued61'), VECTOR_SQUARE_ALT("unil-vector-square-alt", '\ued60'), VENUS("unil-venus", '\ued62'), VERTICAL_ALIGN_BOTTOM("unil-vertical-align-bottom", '\ued63'), VERTICAL_ALIGN_CENTER("unil-vertical-align-center", '\ued64'), VERTICAL_ALIGN_TOP("unil-vertical-align-top", '\ued65'), VERTICAL_DISTRIBUTE_BOTTOM("unil-vertical-distribute-bottom", '\ued66'), VERTICAL_DISTRIBUTION_CENTER("unil-vertical-distribution-center", '\ued67'), VERTICAL_DISTRIBUTION_TOP("unil-vertical-distribution-top", '\ued68'), VIDEO("unil-video", '\ued6b'), VIDEO_QUESTION("unil-video-question", '\ued69'), VIDEO_SLASH("unil-video-slash", '\ued6a'), VIRUS_SLASH("unil-virus-slash", '\ued6c'), VISUAL_STUDIO("unil-visual-studio", '\ued6d'), VK("unil-vk", '\ued6f'), VK_ALT("unil-vk-alt", '\ued6e'), VOICEMAIL("unil-voicemail", '\ued71'), VOICEMAIL_RECTANGLE("unil-voicemail-rectangle", '\ued70'), VOLLEYBALL("unil-volleyball", '\ued72'), VOLUME("unil-volume", '\ued77'), VOLUME_DOWN("unil-volume-down", '\ued73'), VOLUME_MUTE("unil-volume-mute", '\ued74'), VOLUME_OFF("unil-volume-off", '\ued75'), VOLUME_UP("unil-volume-up", '\ued76'), VUEJS("unil-vuejs", '\ued79'), VUEJS_ALT("unil-vuejs-alt", '\ued78'), WALL("unil-wall", '\ued7a'), WALLET("unil-wallet", '\ued7b'), WATCH("unil-watch", '\ued7d'), WATCH_ALT("unil-watch-alt", '\ued7c'), WATER("unil-water", '\ued80'), WATER_DROP_SLASH("unil-water-drop-slash", '\ued7e'), WATER_GLASS("unil-water-glass", '\ued7f'), WEBCAM("unil-webcam", '\ued85'), WEB_GRID("unil-web-grid", '\ued82'), WEB_GRID_ALT("unil-web-grid-alt", '\ued81'), WEB_SECTION("unil-web-section", '\ued84'), WEB_SECTION_ALT("unil-web-section-alt", '\ued83'), WEIGHT("unil-weight", '\ued86'), WHATSAPP("unil-whatsapp", '\ued88'), WHATSAPP_ALT("unil-whatsapp-alt", '\ued87'), WHEELCHAIR("unil-wheelchair", '\ued8b'), WHEELCHAIR_ALT("unil-wheelchair-alt", '\ued8a'), WHEEL_BARROW("unil-wheel-barrow", '\ued89'), WIFI("unil-wifi", '\ued8e'), WIFI_ROUTER("unil-wifi-router", '\ued8c'), WIFI_SLASH("unil-wifi-slash", '\ued8d'), WIND("unil-wind", '\ued91'), WINDOW("unil-window", '\ued95'), WINDOW_GRID("unil-window-grid", '\ued92'), WINDOW_MAXIMIZE("unil-window-maximize", '\ued93'), WINDOW_SECTION("unil-window-section", '\ued94'), WINDSOCK("unil-windsock", '\ued96'), WINDY("unil-windy", '\ued97'), WIND_MOON("unil-wind-moon", '\ued8f'), WIND_SUN("unil-wind-sun", '\ued90'), WORDPRESS("unil-wordpress", '\ued99'), WORDPRESS_SIMPLE("unil-wordpress-simple", '\ued98'), WRAP_TEXT("unil-wrap-text", '\ued9a'), WRENCH("unil-wrench", '\ued9b'), X("unil-x", '\ued9d'), X_ADD("unil-x-add", '\ued9c'), YEN("unil-yen", '\ued9f'), YEN_CIRCLE("unil-yen-circle", '\ued9e'), YIN_YANG("unil-yin-yang", '\ueda0'), YOUTUBE("unil-youtube", '\ueda1'); public static UniconsLine findByDescription(String description) { for (UniconsLine font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; UniconsLine(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsLineIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class UniconsLineIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/unicons/20201106/fonts/Unicons-Line.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("unil-"); } @Override public Ikon resolve(String description) { return UniconsLine.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Unicons-Line"; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsLineIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class UniconsLineIkonProvider implements IkonProvider { @Override public Class getIkon() { return UniconsLine.class; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsMonochrome.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum UniconsMonochrome implements Ikon { UNIM_500PX("unim-500px", '\ue900'), ADOBE("unim-adobe", '\ue902'), ADOBE_ALT("unim-adobe-alt", '\ue901'), AIRPLAY("unim-airplay", '\ue903'), ALIGN("unim-align", '\ue90d'), ALIGN_ALT("unim-align-alt", '\ue904'), ALIGN_CENTER("unim-align-center", '\ue906'), ALIGN_CENTER_JUSTIFY("unim-align-center-justify", '\ue905'), ALIGN_JUSTIFY("unim-align-justify", '\ue907'), ALIGN_LEFT("unim-align-left", '\ue909'), ALIGN_LEFT_JUSTIFY("unim-align-left-justify", '\ue908'), ALIGN_LETTER_RIGHT("unim-align-letter-right", '\ue90a'), ALIGN_RIGHT("unim-align-right", '\ue90c'), ALIGN_RIGHT_JUSTIFY("unim-align-right-justify", '\ue90b'), AMAZON("unim-amazon", '\ue90e'), ANALYSIS("unim-analysis", '\ue90f'), ANALYTICS("unim-analytics", '\ue910'), ANCHOR("unim-anchor", '\ue911'), ANDROID("unim-android", '\ue913'), ANDROID_ALT("unim-android-alt", '\ue912'), ANGLE_DOUBLE_DOWN("unim-angle-double-down", '\ue914'), ANGLE_DOUBLE_LEFT("unim-angle-double-left", '\ue915'), ANGLE_DOUBLE_RIGHT("unim-angle-double-right", '\ue916'), ANGLE_DOUBLE_UP("unim-angle-double-up", '\ue917'), ANGLE_DOWN("unim-angle-down", '\ue918'), ANGLE_LEFT("unim-angle-left", '\ue919'), ANGLE_RIGHT("unim-angle-right", '\ue91b'), ANGLE_RIGHT_B("unim-angle-right-b", '\ue91a'), ANGLE_UP("unim-angle-up", '\ue91c'), APPLE("unim-apple", '\ue91e'), APPLE_ALT("unim-apple-alt", '\ue91d'), APPS("unim-apps", '\ue91f'), ARROW_CIRCLE_DOWN("unim-arrow-circle-down", '\ue920'), ARROW_CIRCLE_LEFT("unim-arrow-circle-left", '\ue921'), ARROW_CIRCLE_RIGHT("unim-arrow-circle-right", '\ue922'), ARROW_CIRCLE_UP("unim-arrow-circle-up", '\ue923'), ARROW_DOWN_LEFT("unim-arrow-down-left", '\ue924'), ARROW_DOWN_RIGHT("unim-arrow-down-right", '\ue925'), ARROW_UP_LEFT("unim-arrow-up-left", '\ue926'), ARROW_UP_RIGHT("unim-arrow-up-right", '\ue927'), AT("unim-at", '\ue928'), BAG("unim-bag", '\ue929'), BARS("unim-bars", '\ue92a'), BATTERY_BOLT("unim-battery-bolt", '\ue92b'), BATTERY_EMPTY("unim-battery-empty", '\ue92c'), BEHANCE("unim-behance", '\ue92e'), BEHANCE_ALT("unim-behance-alt", '\ue92d'), BING("unim-bing", '\ue92f'), BITCOIN("unim-bitcoin", '\ue931'), BITCOIN_ALT("unim-bitcoin-alt", '\ue930'), BLACKBERRY("unim-blackberry", '\ue932'), BLOGGER("unim-blogger", '\ue934'), BLOGGER_ALT("unim-blogger-alt", '\ue933'), BOOKMARK("unim-bookmark", '\ue935'), BORDER_ALT("unim-border-alt", '\ue936'), BORDER_BOTTOM("unim-border-bottom", '\ue937'), BORDER_CLEAR("unim-border-clear", '\ue938'), BORDER_HORIZONTAL("unim-border-horizontal", '\ue939'), BORDER_INNER("unim-border-inner", '\ue93a'), BORDER_LEFT("unim-border-left", '\ue93b'), BORDER_OUT("unim-border-out", '\ue93c'), BORDER_RIGHT("unim-border-right", '\ue93d'), BORDER_TOP("unim-border-top", '\ue93e'), BORDER_VERTICAL("unim-border-vertical", '\ue93f'), BOX("unim-box", '\ue940'), BRIEFCASE("unim-briefcase", '\ue941'), CALENDER("unim-calender", '\ue942'), CHART("unim-chart", '\ue944'), CHART_PIE("unim-chart-pie", '\ue943'), CHECK("unim-check", '\ue948'), CHECK_SQUARE("unim-check-square", '\ue947'), CIRCLE("unim-circle", '\ue94a'), CIRCLE_LAYER("unim-circle-layer", '\ue949'), CLINIC_MEDICAL("unim-clinic-medical", '\ue94b'), CLOCK("unim-clock", '\ue953'), CLOCK_EIGHT("unim-clock-eight", '\ue94c'), CLOCK_FIVE("unim-clock-five", '\ue94d'), CLOCK_NINE("unim-clock-nine", '\ue94e'), CLOCK_SEVEN("unim-clock-seven", '\ue94f'), CLOCK_TEN("unim-clock-ten", '\ue950'), CLOCK_THREE("unim-clock-three", '\ue951'), CLOCK_TWO("unim-clock-two", '\ue952'), COLUMNS("unim-columns", '\ue954'), COMMENT("unim-comment", '\ue95c'), COMMENT_ALT("unim-comment-alt", '\ue958'), COMMENT_ALT_DOTS("unim-comment-alt-dots", '\ue955'), COMMENT_ALT_MESSAGE("unim-comment-alt-message", '\ue956'), COMMENT_ALT_PLUS("unim-comment-alt-plus", '\ue957'), COMMENT_DOTS("unim-comment-dots", '\ue959'), COMMENT_MESSAGE("unim-comment-message", '\ue95a'), COMMENT_PLUS("unim-comment-plus", '\ue95b'), COMPRESS("unim-compress", '\ue95d'), CORNER_DOWN_LEFT("unim-corner-down-left", '\ue95e'), CORNER_DOWN_RIGHT("unim-corner-down-right", '\ue95f'), CORNER_LEFT_DOWN("unim-corner-left-down", '\ue960'), CORNER_RIGHT_DOWN("unim-corner-right-down", '\ue961'), CORNER_UP_LEFT("unim-corner-up-left", '\ue962'), CORNER_UP_RIGHT("unim-corner-up-right", '\ue963'), CORONAVIRUS("unim-coronavirus", '\ue964'), CSS3("unim-css3", '\ue966'), CSS3_SIMPLE("unim-css3-simple", '\ue965'), CUBE("unim-cube", '\ue967'), DIALPAD("unim-dialpad", '\ue969'), DIALPAD_ALT("unim-dialpad-alt", '\ue968'), DIRECTION("unim-direction", '\ue96a'), DISCORD("unim-discord", '\ue96b'), DOCUMENT_LAYOUT_CENTER("unim-document-layout-center", '\ue96c'), DOCUMENT_LAYOUT_LEFT("unim-document-layout-left", '\ue96d'), DOCUMENT_LAYOUT_RIGHT("unim-document-layout-right", '\ue96e'), DOWNLOAD_ALT("unim-download-alt", '\ue96f'), DRIBBBLE("unim-dribbble", '\ue970'), DROPBOX("unim-dropbox", '\ue971'), ELLIPSIS_H("unim-ellipsis-h", '\ue972'), ELLIPSIS_V("unim-ellipsis-v", '\ue973'), ENTRY("unim-entry", '\ue974'), EXCLAMATION_CIRCLE("unim-exclamation-circle", '\ue975'), EXCLAMATION_OCTAGON("unim-exclamation-octagon", '\ue976'), EXCLAMATION_TRIANGLE("unim-exclamation-triangle", '\ue977'), EXIT("unim-exit", '\ue978'), FACEBOOK("unim-facebook", '\ue97c'), FACEBOOK_F("unim-facebook-f", '\ue979'), FACEBOOK_MESSENGER("unim-facebook-messenger", '\ue97b'), FACEBOOK_MESSENGER_ALT("unim-facebook-messenger-alt", '\ue97a'), FAVORITE("unim-favorite", '\ue97d'), FLIP_H("unim-flip-h", '\ue97f'), FLIP_H_ALT("unim-flip-h-alt", '\ue97e'), FLIP_V("unim-flip-v", '\ue981'), FLIP_V_ALT("unim-flip-v-alt", '\ue980'), GITHUB("unim-github", '\ue983'), GITHUB_ALT("unim-github-alt", '\ue982'), GOOGLE("unim-google", '\ue989'), GOOGLE_DRIVE("unim-google-drive", '\ue985'), GOOGLE_DRIVE_ALT("unim-google-drive-alt", '\ue984'), GOOGLE_HANGOUTS("unim-google-hangouts", '\ue987'), GOOGLE_HANGOUTS_ALT("unim-google-hangouts-alt", '\ue986'), GOOGLE_PLAY("unim-google-play", '\ue988'), GRAPH_BAR("unim-graph-bar", '\ue98a'), GRID("unim-grid", '\ue98b'), GRIDS("unim-grids", '\ue98c'), GRIP_HORIZONTAL_LINE("unim-grip-horizontal-line", '\ue98d'), HEAD_SIDE("unim-head-side", '\ue990'), HEAD_SIDE_COUGH("unim-head-side-cough", '\ue98e'), HEAD_SIDE_MASK("unim-head-side-mask", '\ue98f'), HISTORY("unim-history", '\ue992'), HISTORY_ALT("unim-history-alt", '\ue991'), HORIZONTAL_ALIGN_LEFT("unim-horizontal-align-left", '\ue993'), HOSPITAL("unim-hospital", '\ue996'), HOSPITAL_SQUARE_SIGN("unim-hospital-square-sign", '\ue994'), HOSPITAL_SYMBOL("unim-hospital-symbol", '\ue995'), HOUSE_USER("unim-house-user", '\ue997'), HTML3("unim-html3", '\ue999'), HTML3_ALT("unim-html3-alt", '\ue998'), HTML5("unim-html5", '\ue99b'), HTML5_ALT("unim-html5-alt", '\ue99a'), IMAGE_V("unim-image-v", '\ue99c'), INSTAGRAM("unim-instagram", '\ue99e'), INSTAGRAM_ALT("unim-instagram-alt", '\ue99d'), INTERCOM("unim-intercom", '\ue9a0'), INTERCOM_ALT("unim-intercom-alt", '\ue99f'), JAVA_SCRIPT("unim-java-script", '\ue9a1'), KEYHOLE_CIRCLE("unim-keyhole-circle", '\ue9a4'), KEYHOLE_SQUARE("unim-keyhole-square", '\ue9a6'), KEYHOLE_SQUARE_FULL("unim-keyhole-square-full", '\ue9a5'), KEY_SKELETON("unim-key-skeleton", '\ue9a3'), KEY_SKELETON_ALT("unim-key-skeleton-alt", '\ue9a2'), LAYERS_ALT("unim-layers-alt", '\ue9a8'), LAYER_GROUP("unim-layer-group", '\ue9a7'), LEFT_INDENT("unim-left-indent", '\ue9aa'), LEFT_INDENT_ALT("unim-left-indent-alt", '\ue9a9'), LINE("unim-line", '\ue9ac'), LINE_SPACING("unim-line-spacing", '\ue9ab'), LINKEDIN("unim-linkedin", '\ue9af'), LINKEDIN_ALT("unim-linkedin-alt", '\ue9ae'), LINK_H("unim-link-h", '\ue9ad'), LIST_UI_ALT("unim-list-ui-alt", '\ue9b0'), LIST_UL("unim-list-ul", '\ue9b1'), LOCK("unim-lock", '\ue9b5'), LOCK_ACCESS("unim-lock-access", '\ue9b2'), LOCK_ALT("unim-lock-alt", '\ue9b3'), LOCK_OPEN_ALT("unim-lock-open-alt", '\ue9b4'), MASTER_CARD("unim-master-card", '\ue9b6'), MEDIUM_M("unim-medium-m", '\ue9b7'), MICROSCOPE("unim-microscope", '\ue9b8'), MINUS_SQUARE_FULL("unim-minus-square-full", '\ue9b9'), MULTIPLY("unim-multiply", '\ue9ba'), OBJECT_GROUP("unim-object-group", '\ue9bb'), OBJECT_UNGROUP("unim-object-ungroup", '\ue9bc'), OPERA("unim-opera", '\ue9be'), OPERA_ALT("unim-opera-alt", '\ue9bd'), PADLOCK("unim-padlock", '\ue9bf'), PAPERCLIP("unim-paperclip", '\ue9c0'), PARAGRAPH("unim-paragraph", '\ue9c1'), PAYPAL("unim-paypal", '\ue9c2'), PENTAGON("unim-pentagon", '\ue9c3'), PLUS_SQUARE("unim-plus-square", '\ue9c4'), POLYGON("unim-polygon", '\ue9c5'), PREVIOUS("unim-previous", '\ue9c6'), PROCESS("unim-process", '\ue9c7'), REACT("unim-react", '\ue9c8'), RECORD_AUDIO("unim-record-audio", '\ue9c9'), REDDIT_ALIEN_ALT("unim-reddit-alien-alt", '\ue9ca'), REDO("unim-redo", '\ue9cb'), REFRESH("unim-refresh", '\ue9cc'), REPEAT("unim-repeat", '\ue9cd'), RIGHT_INDENT_ALT("unim-right-indent-alt", '\ue9ce'), ROCKET("unim-rocket", '\ue9cf'), RULER("unim-ruler", '\ue9d1'), RULER_COMBINED("unim-ruler-combined", '\ue9d0'), SANITIZER("unim-sanitizer", '\ue9d3'), SANITIZER_ALT("unim-sanitizer-alt", '\ue9d2'), SCENERY("unim-scenery", '\ue9d4'), SCHEDULE("unim-schedule", '\ue9d5'), SHIELD_PLUS("unim-shield-plus", '\ue9d6'), SIGNAL_ALT("unim-signal-alt", '\ue9db'), SIGNAL_ALT_3("unim-signal-alt-3", '\ue9da'), SIGNIN("unim-signin", '\ue9dc'), SIGNOUT("unim-signout", '\ue9dd'), SIGN_IN("unim-sign-in", '\ue9d8'), SIGN_IN_ALT("unim-sign-in-alt", '\ue9d7'), SIGN_OUT_ALT("unim-sign-out-alt", '\ue9d9'), SKYPE("unim-skype", '\ue9df'), SKYPE_ALT("unim-skype-alt", '\ue9de'), SLACK("unim-slack", '\ue9e1'), SLACK_ALT("unim-slack-alt", '\ue9e0'), SNAPCHAT_ALT("unim-snapchat-alt", '\ue9e2'), SNAPCHAT_GHOST("unim-snapchat-ghost", '\ue9e3'), SNAPCHAT_SQUARE("unim-snapchat-square", '\ue9e4'), SOCIAL_DISTANCING("unim-social-distancing", '\ue9e5'), SORTING("unim-sorting", '\ue9e6'), SPACE_KEY("unim-space-key", '\ue9e7'), SQUARE("unim-square", '\ue9ea'), SQUARE_FULL("unim-square-full", '\ue9e8'), SQUARE_SHAPE("unim-square-shape", '\ue9e9'), SQURE_SHAPE("unim-squre-shape", '\ue9eb'), STAR("unim-star", '\ue9ed'), STAR_HALF_ALT("unim-star-half-alt", '\ue9ec'), STEP_FORWARD("unim-step-forward", '\ue9ee'), STETHOSCOPE("unim-stethoscope", '\ue9f0'), STETHOSCOPE_ALT("unim-stethoscope-alt", '\ue9ef'), STORE_SLASH("unim-store-slash", '\ue9f1'), SUBJECT("unim-subject", '\ue9f2'), SWIGGY("unim-swiggy", '\ue9f3'), SYNC_EXCLAMATION("unim-sync-exclamation", '\ue9f4'), SYNC_SLASH("unim-sync-slash", '\ue9f5'), TABLE("unim-table", '\ue9f6'), TELEGRAM("unim-telegram", '\ue9f8'), TELEGRAM_ALT("unim-telegram-alt", '\ue9f7'), TH_LARGE("unim-th-large", '\ue9f9'), TIMES_CIRCLE("unim-times-circle", '\ue9fa'), TOGGLE_OFF("unim-toggle-off", '\ue9fb'), TOGGLE_ON("unim-toggle-on", '\ue9fc'), TOILET_PAPER("unim-toilet-paper", '\ue9fd'), TRIANGLE("unim-triangle", '\ue9fe'), TUMBLR("unim-tumblr", '\uea01'), TUMBLR_ALT("unim-tumblr-alt", '\ue9ff'), TUMBLR_SQUARE("unim-tumblr-square", '\uea00'), TWITTER("unim-twitter", '\uea03'), TWITTER_ALT("unim-twitter-alt", '\uea02'), UNLOCK("unim-unlock", '\uea05'), UNLOCK_ALT("unim-unlock-alt", '\uea04'), UPLOAD_ALT("unim-upload-alt", '\uea06'), USER_ARROWS("unim-user-arrows", '\uea07'), USER_MD("unim-user-md", '\uea08'), USER_NURSE("unim-user-nurse", '\uea09'), VECTOR_SQUARE("unim-vector-square", '\uea0b'), VECTOR_SQUARE_ALT("unim-vector-square-alt", '\uea0a'), VIRUS_SLASH("unim-virus-slash", '\uea0c'), VISUAL_STUDIO("unim-visual-studio", '\uea0d'), VK("unim-vk", '\uea0f'), VK_ALT("unim-vk-alt", '\uea0e'), VUEJS("unim-vuejs", '\uea11'), VUEJS_ALT("unim-vuejs-alt", '\uea10'), WEB_GRID("unim-web-grid", '\uea13'), WEB_GRID_ALT("unim-web-grid-alt", '\uea12'), WEB_SECTION("unim-web-section", '\uea15'), WEB_SECTION_ALT("unim-web-section-alt", '\uea14'), WHATSAPP("unim-whatsapp", '\uea16'), WINDOW_GRID("unim-window-grid", '\uea17'), WINDOW_MAXIMIZE("unim-window-maximize", '\uea18'), WINDOW_SECTION("unim-window-section", '\uea19'), WORDPRESS("unim-wordpress", '\uea1b'), WORDPRESS_SIMPLE("unim-wordpress-simple", '\uea1a'), WRAP_TEXT("unim-wrap-text", '\uea1c'), YOUTUBE("unim-youtube", '\uea1d'); public static UniconsMonochrome findByDescription(String description) { for (UniconsMonochrome font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; UniconsMonochrome(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsMonochromeIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class UniconsMonochromeIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/unicons/20201106/fonts/Unicons-Monochrome.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("unim-"); } @Override public Ikon resolve(String description) { return UniconsMonochrome.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Unicons-Monochrome"; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsMonochromeIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class UniconsMonochromeIkonProvider implements IkonProvider { @Override public Class getIkon() { return UniconsMonochrome.class; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsSolid.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum UniconsSolid implements Ikon { AIRPLAY("unis-airplay", '\ue900'), ALIGN_ALT("unis-align-alt", '\ue901'), ALIGN_CENTER("unis-align-center", '\ue903'), ALIGN_CENTER_JUSTIFY("unis-align-center-justify", '\ue902'), ALIGN_JUSTIFY("unis-align-justify", '\ue904'), ALIGN_LEFT("unis-align-left", '\ue906'), ALIGN_LEFT_JUSTIFY("unis-align-left-justify", '\ue905'), ALIGN_LETTER_RIGHT("unis-align-letter-right", '\ue907'), ALIGN_RIGHT("unis-align-right", '\ue909'), ALIGN_RIGHT_JUSTIFY("unis-align-right-justify", '\ue908'), ANALYSIS("unis-analysis", '\ue90a'), ANALYTICS("unis-analytics", '\ue90b'), ANCHOR("unis-anchor", '\ue90c'), ANGLE_DOUBLE_DOWN("unis-angle-double-down", '\ue90d'), ANGLE_DOUBLE_LEFT("unis-angle-double-left", '\ue90e'), ANGLE_DOUBLE_RIGHT("unis-angle-double-right", '\ue90f'), ANGLE_DOUBLE_UP("unis-angle-double-up", '\ue910'), ANGLE_DOWN("unis-angle-down", '\ue911'), ANGLE_LEFT("unis-angle-left", '\ue912'), ANGLE_RIGHT("unis-angle-right", '\ue914'), ANGLE_RIGHT_B("unis-angle-right-b", '\ue913'), ANGLE_UP("unis-angle-up", '\ue915'), APPS("unis-apps", '\ue916'), ARROW_CIRCLE_DOWN("unis-arrow-circle-down", '\ue917'), ARROW_CIRCLE_LEFT("unis-arrow-circle-left", '\ue918'), ARROW_CIRCLE_RIGHT("unis-arrow-circle-right", '\ue919'), ARROW_CIRCLE_UP("unis-arrow-circle-up", '\ue91a'), ARROW_DOWN_LEFT("unis-arrow-down-left", '\ue91b'), ARROW_DOWN_RIGHT("unis-arrow-down-right", '\ue91c'), ARROW_UP_LEFT("unis-arrow-up-left", '\ue91d'), ARROW_UP_RIGHT("unis-arrow-up-right", '\ue91e'), AT("unis-at", '\ue91f'), BAG("unis-bag", '\ue920'), BARS("unis-bars", '\ue921'), BATTERY_BOLT("unis-battery-bolt", '\ue922'), BATTERY_EMPTY("unis-battery-empty", '\ue923'), BOOKMARK("unis-bookmark", '\ue924'), BORDER_ALT("unis-border-alt", '\ue925'), BORDER_BOTTOM("unis-border-bottom", '\ue926'), BORDER_CLEAR("unis-border-clear", '\ue927'), BORDER_HORIZONTAL("unis-border-horizontal", '\ue928'), BORDER_INNER("unis-border-inner", '\ue929'), BORDER_LEFT("unis-border-left", '\ue92a'), BORDER_OUT("unis-border-out", '\ue92b'), BORDER_RIGHT("unis-border-right", '\ue92c'), BORDER_TOP("unis-border-top", '\ue92d'), BORDER_VERTICAL("unis-border-vertical", '\ue92e'), BRIEFCASE("unis-briefcase", '\ue92f'), CALENDER("unis-calender", '\ue930'), CHART("unis-chart", '\ue932'), CHART_PIE("unis-chart-pie", '\ue931'), CHECK("unis-check", '\ue935'), CHECK_CIRCLE("unis-check-circle", '\ue933'), CHECK_SQUARE("unis-check-square", '\ue934'), CIRCLE_LAYER("unis-circle-layer", '\ue936'), CLINIC_MEDICAL("unis-clinic-medical", '\ue937'), CLOCK("unis-clock", '\ue93f'), CLOCK_EIGHT("unis-clock-eight", '\ue938'), CLOCK_FIVE("unis-clock-five", '\ue939'), CLOCK_NINE("unis-clock-nine", '\ue93a'), CLOCK_SEVEN("unis-clock-seven", '\ue93b'), CLOCK_TEN("unis-clock-ten", '\ue93c'), CLOCK_THREE("unis-clock-three", '\ue93d'), CLOCK_TWO("unis-clock-two", '\ue93e'), COLUMNS("unis-columns", '\ue940'), COMMENT_DOTS("unis-comment-dots", '\ue941'), COMPRESS("unis-compress", '\ue942'), CORNER_DOWN_LEFT("unis-corner-down-left", '\ue943'), CORNER_DOWN_RIGHT("unis-corner-down-right", '\ue944'), CORNER_LEFT_DOWN("unis-corner-left-down", '\ue945'), CORNER_RIGHT_DOWN("unis-corner-right-down", '\ue946'), CORNER_UP_LEFT("unis-corner-up-left", '\ue947'), CORNER_UP_RIGHT("unis-corner-up-right", '\ue948'), CORONAVIRUS("unis-coronavirus", '\ue949'), DIALPAD("unis-dialpad", '\ue94a'), DIRECTION("unis-direction", '\ue94b'), DOCUMENT_LAYOUT_CENTER("unis-document-layout-center", '\ue94c'), DOCUMENT_LAYOUT_LEFT("unis-document-layout-left", '\ue94d'), DOCUMENT_LAYOUT_RIGHT("unis-document-layout-right", '\ue94e'), DOWNLOAD_ALT("unis-download-alt", '\ue94f'), ELLIPSIS_H("unis-ellipsis-h", '\ue950'), ELLIPSIS_V("unis-ellipsis-v", '\ue951'), EXCLAMATION_CIRCLE("unis-exclamation-circle", '\ue952'), EXCLAMATION_OCTAGON("unis-exclamation-octagon", '\ue953'), EXCLAMATION_TRIANGLE("unis-exclamation-triangle", '\ue954'), FAVORITE("unis-favorite", '\ue955'), FLIP_H("unis-flip-h", '\ue957'), FLIP_H_ALT("unis-flip-h-alt", '\ue956'), FLIP_V("unis-flip-v", '\ue959'), FLIP_V_ALT("unis-flip-v-alt", '\ue958'), GRAPH_BAR("unis-graph-bar", '\ue95a'), GRID("unis-grid", '\ue95b'), GRIDS("unis-grids", '\ue95c'), GRIP_HORIZONTAL_LINE("unis-grip-horizontal-line", '\ue95d'), HEAD_SIDE("unis-head-side", '\ue960'), HEAD_SIDE_COUGH("unis-head-side-cough", '\ue95e'), HEAD_SIDE_MASK("unis-head-side-mask", '\ue95f'), HISTORY("unis-history", '\ue962'), HISTORY_ALT("unis-history-alt", '\ue961'), HORIZONTAL_ALIGN_LEFT("unis-horizontal-align-left", '\ue963'), HOSPITAL("unis-hospital", '\ue966'), HOSPITAL_SQUARE_SIGN("unis-hospital-square-sign", '\ue964'), HOSPITAL_SYMBOL("unis-hospital-symbol", '\ue965'), HOUSE_USER("unis-house-user", '\ue967'), IMAGE_V("unis-image-v", '\ue968'), KEYHOLE_CIRCLE("unis-keyhole-circle", '\ue96b'), KEYHOLE_SQUARE("unis-keyhole-square", '\ue96d'), KEYHOLE_SQUARE_FULL("unis-keyhole-square-full", '\ue96c'), KEY_SKELETON("unis-key-skeleton", '\ue96a'), KEY_SKELETON_ALT("unis-key-skeleton-alt", '\ue969'), LAYERS_ALT("unis-layers-alt", '\ue96f'), LAYER_GROUP("unis-layer-group", '\ue96e'), LEFT_INDENT("unis-left-indent", '\ue971'), LEFT_INDENT_ALT("unis-left-indent-alt", '\ue970'), LINE_SPACING("unis-line-spacing", '\ue972'), LINK_H("unis-link-h", '\ue973'), LIST_UI_ALT("unis-list-ui-alt", '\ue974'), LIST_UL("unis-list-ul", '\ue975'), LOCK("unis-lock", '\ue979'), LOCK_ACCESS("unis-lock-access", '\ue976'), LOCK_ALT("unis-lock-alt", '\ue977'), LOCK_OPEN_ALT("unis-lock-open-alt", '\ue978'), MICROSCOPE("unis-microscope", '\ue97a'), MINUS_SQUARE_FULL("unis-minus-square-full", '\ue97b'), MULTIPLY("unis-multiply", '\ue97c'), OBJECT_GROUP("unis-object-group", '\ue97d'), OBJECT_UNGROUP("unis-object-ungroup", '\ue97e'), PADLOCK("unis-padlock", '\ue97f'), PAPERCLIP("unis-paperclip", '\ue980'), PARAGRAPH("unis-paragraph", '\ue981'), PENTAGON("unis-pentagon", '\ue982'), POLYGON("unis-polygon", '\ue983'), PREVIOUS("unis-previous", '\ue984'), PROCESS("unis-process", '\ue985'), RECORD_AUDIO("unis-record-audio", '\ue986'), REDO("unis-redo", '\ue987'), REFRESH("unis-refresh", '\ue988'), REPEAT("unis-repeat", '\ue989'), RIGHT_INDENT("unis-right-indent", '\ue98b'), RIGHT_INDENT_ALT("unis-right-indent-alt", '\ue98a'), ROCKET("unis-rocket", '\ue98c'), RULER("unis-ruler", '\ue98e'), RULER_COMBINED("unis-ruler-combined", '\ue98d'), SANITIZER("unis-sanitizer", '\ue990'), SANITIZER_ALT("unis-sanitizer-alt", '\ue98f'), SCENERY("unis-scenery", '\ue991'), SCHEDULE("unis-schedule", '\ue992'), SHIELD_PLUS("unis-shield-plus", '\ue993'), SIGNAL_ALT("unis-signal-alt", '\ue995'), SIGNAL_ALT_3("unis-signal-alt-3", '\ue994'), SIGNOUT("unis-signout", '\ue996'), SOCIAL_DISTANCING("unis-social-distancing", '\ue997'), SORTING("unis-sorting", '\ue998'), SPACE_KEY("unis-space-key", '\ue999'), SQUARE_FULL("unis-square-full", '\ue99a'), STAR("unis-star", '\ue99c'), STAR_HALF_ALT("unis-star-half-alt", '\ue99b'), STEP_FORWARD("unis-step-forward", '\ue99d'), STETHOSCOPE("unis-stethoscope", '\ue99f'), STETHOSCOPE_ALT("unis-stethoscope-alt", '\ue99e'), STOPWATCH("unis-stopwatch", '\ue9a0'), STORE_SLASH("unis-store-slash", '\ue9a1'), SUBJECT("unis-subject", '\ue9a2'), SYNC_EXCLAMATION("unis-sync-exclamation", '\ue9a3'), SYNC_SLASH("unis-sync-slash", '\ue9a4'), TABLE("unis-table", '\ue9a5'), TH_LARGE("unis-th-large", '\ue9a6'), TIMES_CIRCLE("unis-times-circle", '\ue9a7'), TOGGLE_OFF("unis-toggle-off", '\ue9a8'), TOGGLE_ON("unis-toggle-on", '\ue9a9'), TOILET_PAPER("unis-toilet-paper", '\ue9aa'), TRIANGLE("unis-triangle", '\ue9ab'), UNLOCK("unis-unlock", '\ue9ad'), UNLOCK_ALT("unis-unlock-alt", '\ue9ac'), UPLOAD_ALT("unis-upload-alt", '\ue9ae'), USER_ARROWS("unis-user-arrows", '\ue9af'), USER_MD("unis-user-md", '\ue9b0'), USER_NURSE("unis-user-nurse", '\ue9b1'), VECTOR_SQUARE("unis-vector-square", '\ue9b3'), VECTOR_SQUARE_ALT("unis-vector-square-alt", '\ue9b2'), VIRUS_SLASH("unis-virus-slash", '\ue9b4'), WEB_GRID("unis-web-grid", '\ue9b6'), WEB_GRID_ALT("unis-web-grid-alt", '\ue9b5'), WEB_SECTION("unis-web-section", '\ue9b8'), WEB_SECTION_ALT("unis-web-section-alt", '\ue9b7'), WINDOW_GRID("unis-window-grid", '\ue9b9'), WINDOW_MAXIMIZE("unis-window-maximize", '\ue9ba'), WINDOW_SECTION("unis-window-section", '\ue9bb'), WRAP_TEXT("unis-wrap-text", '\ue9bc'); public static UniconsSolid findByDescription(String description) { for (UniconsSolid font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; UniconsSolid(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsSolidIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class UniconsSolidIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/unicons/20201106/fonts/Unicons-Solid.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("unis-"); } @Override public Ikon resolve(String description) { return UniconsSolid.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Unicons-Solid"; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/java/org/kordamp/ikonli/unicons/UniconsSolidIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.unicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class UniconsSolidIkonProvider implements IkonProvider { @Override public Class getIkon() { return UniconsSolid.class; } } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/resources/META-INF/resources/unicons/20201106/css/unicons-line.css ================================================ @font-face { font-family: 'Unicons-Line'; src: url('../fonts/Unicons-Line.eot?6a90u9'); src: url('../fonts/Unicons-Line.eot?6a90u9#iefix') format('embedded-opentype'), url('../fonts/Unicons-Line.ttf?6a90u9') format('truetype'), url('../fonts/Unicons-Line.woff?6a90u9') format('woff'), url('../fonts/Unicons-Line.svg?6a90u9#Unicons-Line') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="unil-"], [class*=" unil-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Unicons-Line' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .unil-plus-0:before { content: "\e900"; } .unil-plus-3:before { content: "\e901"; } .unil-plus-6:before { content: "\e902"; } .unil-plus-10:before { content: "\e903"; } .unil-plus-12:before { content: "\e904"; } .unil-plus-13:before { content: "\e905"; } .unil-plus-16:before { content: "\e906"; } .unil-plus-17:before { content: "\e907"; } .unil-plus-18:before { content: "\e908"; } .unil-plus-21:before { content: "\e909"; } .unil-500px:before { content: "\e90a"; } .unil-abacus:before { content: "\e90b"; } .unil-accessible-icon-alt:before { content: "\e90c"; } .unil-adjust-alt:before { content: "\e90d"; } .unil-adjust-circle:before { content: "\e90e"; } .unil-adjust-half:before { content: "\e90f"; } .unil-adjust:before { content: "\e910"; } .unil-adobe-alt:before { content: "\e911"; } .unil-adobe:before { content: "\e912"; } .unil-airplay:before { content: "\e913"; } .unil-align-alt:before { content: "\e914"; } .unil-align-center-alt:before { content: "\e915"; } .unil-align-center-h:before { content: "\e916"; } .unil-align-center-justify:before { content: "\e917"; } .unil-align-center-v:before { content: "\e918"; } .unil-align-center:before { content: "\e919"; } .unil-align-justify:before { content: "\e91a"; } .unil-align-left-justify:before { content: "\e91b"; } .unil-align-left:before { content: "\e91c"; } .unil-align-letter-right:before { content: "\e91d"; } .unil-align-right-justify:before { content: "\e91e"; } .unil-align-right:before { content: "\e91f"; } .unil-align:before { content: "\e920"; } .unil-amazon:before { content: "\e921"; } .unil-ambulance:before { content: "\e922"; } .unil-analysis:before { content: "\e923"; } .unil-analytics:before { content: "\e924"; } .unil-anchor:before { content: "\e925"; } .unil-android-alt:before { content: "\e926"; } .unil-android-phone-slash:before { content: "\e927"; } .unil-android:before { content: "\e928"; } .unil-angle-double-down:before { content: "\e929"; } .unil-angle-double-left:before { content: "\e92a"; } .unil-angle-double-right:before { content: "\e92b"; } .unil-angle-double-up:before { content: "\e92c"; } .unil-angle-down:before { content: "\e92d"; } .unil-angle-left-b:before { content: "\e92e"; } .unil-angle-left:before { content: "\e92f"; } .unil-angle-right-b:before { content: "\e930"; } .unil-angle-right:before { content: "\e931"; } .unil-angle-up:before { content: "\e932"; } .unil-angry:before { content: "\e933"; } .unil-ankh:before { content: "\e934"; } .unil-annoyed-alt:before { content: "\e935"; } .unil-annoyed:before { content: "\e936"; } .unil-apple-alt:before { content: "\e937"; } .unil-apple:before { content: "\e938"; } .unil-apps:before { content: "\e939"; } .unil-archive-alt:before { content: "\e93a"; } .unil-archive:before { content: "\e93b"; } .unil-archway:before { content: "\e93c"; } .unil-arrow-break:before { content: "\e93d"; } .unil-arrow-circle-down:before { content: "\e93e"; } .unil-arrow-circle-left:before { content: "\e93f"; } .unil-arrow-circle-right:before { content: "\e940"; } .unil-arrow-circle-up:before { content: "\e941"; } .unil-arrow-compress-h:before { content: "\e942"; } .unil-arrow-down-left:before { content: "\e943"; } .unil-arrow-down-right:before { content: "\e944"; } .unil-arrow-down:before { content: "\e945"; } .unil-arrow-from-right:before { content: "\e946"; } .unil-arrow-from-top:before { content: "\e947"; } .unil-arrow-growth:before { content: "\e948"; } .unil-arrow-left:before { content: "\e949"; } .unil-arrow-random:before { content: "\e94a"; } .unil-arrow-resize-diagonal:before { content: "\e94b"; } .unil-arrow-right:before { content: "\e94c"; } .unil-arrow-to-bottom:before { content: "\e94d"; } .unil-arrow-to-right:before { content: "\e94e"; } .unil-arrow-up-left:before { content: "\e94f"; } .unil-arrow-up-right:before { content: "\e950"; } .unil-arrow-up:before { content: "\e951"; } .unil-arrow:before { content: "\e952"; } .unil-arrows-h-alt:before { content: "\e953"; } .unil-arrows-h:before { content: "\e954"; } .unil-arrows-left-down:before { content: "\e955"; } .unil-arrows-maximize:before { content: "\e956"; } .unil-arrows-merge:before { content: "\e957"; } .unil-arrows-resize-h:before { content: "\e958"; } .unil-arrows-resize-v:before { content: "\e959"; } .unil-arrows-resize:before { content: "\e95a"; } .unil-arrows-right-down:before { content: "\e95b"; } .unil-arrows-shrink-h:before { content: "\e95c"; } .unil-arrows-shrink-v:before { content: "\e95d"; } .unil-arrows-up-right:before { content: "\e95e"; } .unil-arrows-v-alt:before { content: "\e95f"; } .unil-arrows-v:before { content: "\e960"; } .unil-assistive-listening-systems:before { content: "\e961"; } .unil-asterisk:before { content: "\e962"; } .unil-at:before { content: "\e963"; } .unil-atom:before { content: "\e964"; } .unil-auto-flash:before { content: "\e965"; } .unil-award-alt:before { content: "\e966"; } .unil-award:before { content: "\e967"; } .unil-baby-carriage:before { content: "\e968"; } .unil-backpack:before { content: "\e969"; } .unil-backspace:before { content: "\e96a"; } .unil-backward:before { content: "\e96b"; } .unil-bag-alt:before { content: "\e96c"; } .unil-bag-slash:before { content: "\e96d"; } .unil-bag:before { content: "\e96e"; } .unil-balance-scale:before { content: "\e96f"; } .unil-ban:before { content: "\e970"; } .unil-band-aid:before { content: "\e971"; } .unil-bars:before { content: "\e972"; } .unil-baseball-ball:before { content: "\e973"; } .unil-basketball-hoop:before { content: "\e974"; } .unil-basketball:before { content: "\e975"; } .unil-bath:before { content: "\e976"; } .unil-battery-bolt:before { content: "\e977"; } .unil-battery-empty:before { content: "\e978"; } .unil-bed-double:before { content: "\e979"; } .unil-bed:before { content: "\e97a"; } .unil-behance-alt:before { content: "\e97b"; } .unil-behance:before { content: "\e97c"; } .unil-bell-school:before { content: "\e97d"; } .unil-bell-slash:before { content: "\e97e"; } .unil-bell:before { content: "\e97f"; } .unil-bill:before { content: "\e980"; } .unil-bing:before { content: "\e981"; } .unil-bitcoin-alt:before { content: "\e982"; } .unil-bitcoin-circle:before { content: "\e983"; } .unil-bitcoin-sign:before { content: "\e984"; } .unil-bitcoin:before { content: "\e985"; } .unil-black-berry:before { content: "\e986"; } .unil-blogger-alt:before { content: "\e987"; } .unil-blogger:before { content: "\e988"; } .unil-bluetooth-b:before { content: "\e989"; } .unil-bold:before { content: "\e98a"; } .unil-bolt-alt:before { content: "\e98b"; } .unil-bolt-slash:before { content: "\e98c"; } .unil-bolt:before { content: "\e98d"; } .unil-book-alt:before { content: "\e98e"; } .unil-book-medical:before { content: "\e98f"; } .unil-book-open:before { content: "\e990"; } .unil-book-reader:before { content: "\e991"; } .unil-book:before { content: "\e992"; } .unil-bookmark-full:before { content: "\e993"; } .unil-bookmark:before { content: "\e994"; } .unil-books:before { content: "\e995"; } .unil-boombox:before { content: "\e996"; } .unil-border-alt:before { content: "\e997"; } .unil-border-bottom:before { content: "\e998"; } .unil-border-clear:before { content: "\e999"; } .unil-border-horizontal:before { content: "\e99a"; } .unil-border-inner:before { content: "\e99b"; } .unil-border-left:before { content: "\e99c"; } .unil-border-out:before { content: "\e99d"; } .unil-border-right:before { content: "\e99e"; } .unil-border-top:before { content: "\e99f"; } .unil-border-vertical:before { content: "\e9a0"; } .unil-bowling-ball:before { content: "\e9a1"; } .unil-box:before { content: "\e9a2"; } .unil-brackets-curly:before { content: "\e9a3"; } .unil-brain:before { content: "\e9a4"; } .unil-briefcase-alt:before { content: "\e9a5"; } .unil-briefcase:before { content: "\e9a6"; } .unil-bright:before { content: "\e9a7"; } .unil-brightness-empty:before { content: "\e9a8"; } .unil-brightness-half:before { content: "\e9a9"; } .unil-brightness-low:before { content: "\e9aa"; } .unil-brightness-minus:before { content: "\e9ab"; } .unil-brightness-plus:before { content: "\e9ac"; } .unil-brightness:before { content: "\e9ad"; } .unil-bring-bottom:before { content: "\e9ae"; } .unil-bring-front:before { content: "\e9af"; } .unil-browser:before { content: "\e9b0"; } .unil-brush-alt:before { content: "\e9b1"; } .unil-bug:before { content: "\e9b2"; } .unil-building:before { content: "\e9b3"; } .unil-bullseye:before { content: "\e9b4"; } .unil-bus-alt:before { content: "\e9b5"; } .unil-bus-school:before { content: "\e9b6"; } .unil-bus:before { content: "\e9b7"; } .unil-calculator-alt:before { content: "\e9b8"; } .unil-calculator:before { content: "\e9b9"; } .unil-calendar-alt:before { content: "\e9ba"; } .unil-calendar-slash:before { content: "\e9bb"; } .unil-calender:before { content: "\e9bc"; } .unil-calling:before { content: "\e9bd"; } .unil-camera-change:before { content: "\e9be"; } .unil-camera-plus:before { content: "\e9bf"; } .unil-camera-slash:before { content: "\e9c0"; } .unil-camera:before { content: "\e9c1"; } .unil-cancel:before { content: "\e9c2"; } .unil-capsule:before { content: "\e9c3"; } .unil-capture:before { content: "\e9c4"; } .unil-car-sideview:before { content: "\e9c5"; } .unil-car-slash:before { content: "\e9c6"; } .unil-car-wash:before { content: "\e9c7"; } .unil-car:before { content: "\e9c8"; } .unil-card-atm:before { content: "\e9c9"; } .unil-caret-right:before { content: "\e9ca"; } .unil-cell:before { content: "\e9cb"; } .unil-celsius:before { content: "\e9cc"; } .unil-channel-add:before { content: "\e9cd"; } .unil-channel:before { content: "\e9ce"; } .unil-chart-bar-alt:before { content: "\e9cf"; } .unil-chart-bar:before { content: "\e9d0"; } .unil-chart-down:before { content: "\e9d1"; } .unil-chart-growth-alt:before { content: "\e9d2"; } .unil-chart-growth:before { content: "\e9d3"; } .unil-chart-line:before { content: "\e9d4"; } .unil-chart-pie-alt:before { content: "\e9d5"; } .unil-chart-pie:before { content: "\e9d6"; } .unil-chart:before { content: "\e9d7"; } .unil-chat-bubble-user:before { content: "\e9d8"; } .unil-chat-info:before { content: "\e9d9"; } .unil-chat:before { content: "\e9da"; } .unil-check-circle:before { content: "\e9db"; } .unil-check-square:before { content: "\e9dc"; } .unil-check:before { content: "\e9dd"; } .unil-circle-layer:before { content: "\e9de"; } .unil-circle:before { content: "\e9df"; } .unil-circuit:before { content: "\e9e0"; } .unil-clapper-board:before { content: "\e9e1"; } .unil-clinic-medical:before { content: "\e9e2"; } .unil-clipboard-alt:before { content: "\e9e3"; } .unil-clipboard-blank:before { content: "\e9e4"; } .unil-clipboard-notes:before { content: "\e9e5"; } .unil-clipboard:before { content: "\e9e6"; } .unil-clock-eight:before { content: "\e9e7"; } .unil-clock-five:before { content: "\e9e8"; } .unil-clock-nine:before { content: "\e9e9"; } .unil-clock-seven:before { content: "\e9ea"; } .unil-clock-ten:before { content: "\e9eb"; } .unil-clock-three:before { content: "\e9ec"; } .unil-clock-two:before { content: "\e9ed"; } .unil-clock:before { content: "\e9ee"; } .unil-closed-captioning-slash:before { content: "\e9ef"; } .unil-closed-captioning:before { content: "\e9f0"; } .unil-cloud-block:before { content: "\e9f1"; } .unil-cloud-bookmark:before { content: "\e9f2"; } .unil-cloud-check:before { content: "\e9f3"; } .unil-cloud-computing:before { content: "\e9f4"; } .unil-cloud-data-connection:before { content: "\e9f5"; } .unil-cloud-database-tree:before { content: "\e9f6"; } .unil-cloud-download:before { content: "\e9f7"; } .unil-cloud-drizzle:before { content: "\e9f8"; } .unil-cloud-exclamation:before { content: "\e9f9"; } .unil-cloud-hail:before { content: "\e9fa"; } .unil-cloud-heart:before { content: "\e9fb"; } .unil-cloud-info:before { content: "\e9fc"; } .unil-cloud-lock:before { content: "\e9fd"; } .unil-cloud-meatball:before { content: "\e9fe"; } .unil-cloud-moon-hail:before { content: "\e9ff"; } .unil-cloud-moon-meatball:before { content: "\ea00"; } .unil-cloud-moon-rain:before { content: "\ea01"; } .unil-cloud-moon-showers:before { content: "\ea02"; } .unil-cloud-moon:before { content: "\ea03"; } .unil-cloud-question:before { content: "\ea04"; } .unil-cloud-rain-sun:before { content: "\ea05"; } .unil-cloud-rain:before { content: "\ea06"; } .unil-cloud-redo:before { content: "\ea07"; } .unil-cloud-share:before { content: "\ea08"; } .unil-cloud-shield:before { content: "\ea09"; } .unil-cloud-showers-alt:before { content: "\ea0a"; } .unil-cloud-showers-heavy:before { content: "\ea0b"; } .unil-cloud-showers:before { content: "\ea0c"; } .unil-cloud-slash:before { content: "\ea0d"; } .unil-cloud-sun-hail:before { content: "\ea0e"; } .unil-cloud-sun-meatball:before { content: "\ea0f"; } .unil-cloud-sun-rain-alt:before { content: "\ea10"; } .unil-cloud-sun-rain:before { content: "\ea11"; } .unil-cloud-sun-tear:before { content: "\ea12"; } .unil-cloud-sun:before { content: "\ea13"; } .unil-cloud-times:before { content: "\ea14"; } .unil-cloud-unlock:before { content: "\ea15"; } .unil-cloud-upload:before { content: "\ea16"; } .unil-cloud-wifi:before { content: "\ea17"; } .unil-cloud-wind:before { content: "\ea18"; } .unil-cloud:before { content: "\ea19"; } .unil-clouds:before { content: "\ea1a"; } .unil-club:before { content: "\ea1b"; } .unil-code-branch:before { content: "\ea1c"; } .unil-coffee:before { content: "\ea1d"; } .unil-cog:before { content: "\ea1e"; } .unil-coins:before { content: "\ea1f"; } .unil-columns:before { content: "\ea20"; } .unil-comment-add:before { content: "\ea21"; } .unil-comment-alt-block:before { content: "\ea22"; } .unil-comment-alt-chart-lines:before { content: "\ea23"; } .unil-comment-alt-check:before { content: "\ea24"; } .unil-comment-alt-dots:before { content: "\ea25"; } .unil-comment-alt-download:before { content: "\ea26"; } .unil-comment-alt-edit:before { content: "\ea27"; } .unil-comment-alt-exclamation:before { content: "\ea28"; } .unil-comment-alt-heart:before { content: "\ea29"; } .unil-comment-alt-image:before { content: "\ea2a"; } .unil-comment-alt-info:before { content: "\ea2b"; } .unil-comment-alt-lines:before { content: "\ea2c"; } .unil-comment-alt-lock:before { content: "\ea2d"; } .unil-comment-alt-medical:before { content: "\ea2e"; } .unil-comment-alt-message:before { content: "\ea2f"; } .unil-comment-alt-notes:before { content: "\ea30"; } .unil-comment-alt-plus:before { content: "\ea31"; } .unil-comment-alt-question:before { content: "\ea32"; } .unil-comment-alt-redo:before { content: "\ea33"; } .unil-comment-alt-search:before { content: "\ea34"; } .unil-comment-alt-share:before { content: "\ea35"; } .unil-comment-alt-shield:before { content: "\ea36"; } .unil-comment-alt-slash:before { content: "\ea37"; } .unil-comment-alt-upload:before { content: "\ea38"; } .unil-comment-alt-verify:before { content: "\ea39"; } .unil-comment-alt:before { content: "\ea3a"; } .unil-comment-block:before { content: "\ea3b"; } .unil-comment-chart-line:before { content: "\ea3c"; } .unil-comment-check:before { content: "\ea3d"; } .unil-comment-dots:before { content: "\ea3e"; } .unil-comment-download:before { content: "\ea3f"; } .unil-comment-edit:before { content: "\ea40"; } .unil-comment-exclamation:before { content: "\ea41"; } .unil-comment-heart:before { content: "\ea42"; } .unil-comment-image:before { content: "\ea43"; } .unil-comment-info-alt:before { content: "\ea44"; } .unil-comment-info:before { content: "\ea45"; } .unil-comment-lines:before { content: "\ea46"; } .unil-comment-lock:before { content: "\ea47"; } .unil-comment-medical:before { content: "\ea48"; } .unil-comment-message:before { content: "\ea49"; } .unil-comment-notes:before { content: "\ea4a"; } .unil-comment-plus:before { content: "\ea4b"; } .unil-comment-question:before { content: "\ea4c"; } .unil-comment-redo:before { content: "\ea4d"; } .unil-comment-search:before { content: "\ea4e"; } .unil-comment-share:before { content: "\ea4f"; } .unil-comment-shield:before { content: "\ea50"; } .unil-comment-slash:before { content: "\ea51"; } .unil-comment-upload:before { content: "\ea52"; } .unil-comment-verify:before { content: "\ea53"; } .unil-comment:before { content: "\ea54"; } .unil-comments-alt:before { content: "\ea55"; } .unil-comments:before { content: "\ea56"; } .unil-compact-disc:before { content: "\ea57"; } .unil-comparison:before { content: "\ea58"; } .unil-compass:before { content: "\ea59"; } .unil-compress-alt-left:before { content: "\ea5a"; } .unil-compress-alt:before { content: "\ea5b"; } .unil-compress-arrows:before { content: "\ea5c"; } .unil-compress-lines:before { content: "\ea5d"; } .unil-compress-point:before { content: "\ea5e"; } .unil-compress-v:before { content: "\ea5f"; } .unil-compress:before { content: "\ea60"; } .unil-confused:before { content: "\ea61"; } .unil-constructor:before { content: "\ea62"; } .unil-copy-alt:before { content: "\ea63"; } .unil-copy-landscape:before { content: "\ea64"; } .unil-copy:before { content: "\ea65"; } .unil-copyright:before { content: "\ea66"; } .unil-corner-down-left:before { content: "\ea67"; } .unil-corner-down-right-alt:before { content: "\ea68"; } .unil-corner-down-right:before { content: "\ea69"; } .unil-corner-left-down:before { content: "\ea6a"; } .unil-corner-right-down:before { content: "\ea6b"; } .unil-corner-up-left-alt:before { content: "\ea6c"; } .unil-corner-up-left:before { content: "\ea6d"; } .unil-corner-up-right-alt:before { content: "\ea6e"; } .unil-corner-up-right:before { content: "\ea6f"; } .unil-coronavirus:before { content: "\ea70"; } .unil-create-dashboard:before { content: "\ea71"; } .unil-creative-commons-pd:before { content: "\ea72"; } .unil-credit-card-search:before { content: "\ea73"; } .unil-credit-card:before { content: "\ea74"; } .unil-crockery:before { content: "\ea75"; } .unil-crop-alt-rotate-left:before { content: "\ea76"; } .unil-crop-alt-rotate-right:before { content: "\ea77"; } .unil-crop-alt:before { content: "\ea78"; } .unil-crosshair-alt:before { content: "\ea79"; } .unil-crosshair:before { content: "\ea7a"; } .unil-crosshairs:before { content: "\ea7b"; } .unil-css3-simple:before { content: "\ea7c"; } .unil-cube:before { content: "\ea7d"; } .unil-dashboard:before { content: "\ea7e"; } .unil-data-sharing:before { content: "\ea7f"; } .unil-database-alt:before { content: "\ea80"; } .unil-database:before { content: "\ea81"; } .unil-desert:before { content: "\ea82"; } .unil-desktop-alt-slash:before { content: "\ea83"; } .unil-desktop-alt:before { content: "\ea84"; } .unil-desktop-cloud-alt:before { content: "\ea85"; } .unil-desktop-slash:before { content: "\ea86"; } .unil-desktop:before { content: "\ea87"; } .unil-dialpad-alt:before { content: "\ea88"; } .unil-dialpad:before { content: "\ea89"; } .unil-diamond:before { content: "\ea8a"; } .unil-diary-alt:before { content: "\ea8b"; } .unil-diary:before { content: "\ea8c"; } .unil-dice-five:before { content: "\ea8d"; } .unil-dice-four:before { content: "\ea8e"; } .unil-dice-one:before { content: "\ea8f"; } .unil-dice-six:before { content: "\ea90"; } .unil-dice-three:before { content: "\ea91"; } .unil-dice-two:before { content: "\ea92"; } .unil-direction:before { content: "\ea93"; } .unil-directions:before { content: "\ea94"; } .unil-discord:before { content: "\ea95"; } .unil-dizzy-meh:before { content: "\ea96"; } .unil-dna:before { content: "\ea97"; } .unil-document-info:before { content: "\ea98"; } .unil-document-layout-center:before { content: "\ea99"; } .unil-document-layout-left:before { content: "\ea9a"; } .unil-document-layout-right:before { content: "\ea9b"; } .unil-dollar-alt:before { content: "\ea9c"; } .unil-dollar-sign-alt:before { content: "\ea9d"; } .unil-dollar-sign:before { content: "\ea9e"; } .unil-download-alt:before { content: "\ea9f"; } .unil-draggabledots:before { content: "\eaa0"; } .unil-dribbble:before { content: "\eaa1"; } .unil-drill:before { content: "\eaa2"; } .unil-dropbox:before { content: "\eaa3"; } .unil-dumbbell:before { content: "\eaa4"; } .unil-ear:before { content: "\eaa5"; } .unil-edit-alt:before { content: "\eaa6"; } .unil-edit:before { content: "\eaa7"; } .unil-ellipsis-h:before { content: "\eaa8"; } .unil-ellipsis-v:before { content: "\eaa9"; } .unil-emoji:before { content: "\eaaa"; } .unil-english-to-chinese:before { content: "\eaab"; } .unil-enter:before { content: "\eaac"; } .unil-envelope-add:before { content: "\eaad"; } .unil-envelope-alt:before { content: "\eaae"; } .unil-envelope-block:before { content: "\eaaf"; } .unil-envelope-bookmark:before { content: "\eab0"; } .unil-envelope-check:before { content: "\eab1"; } .unil-envelope-download-alt:before { content: "\eab2"; } .unil-envelope-download:before { content: "\eab3"; } .unil-envelope-edit:before { content: "\eab4"; } .unil-envelope-exclamation:before { content: "\eab5"; } .unil-envelope-heart:before { content: "\eab6"; } .unil-envelope-info:before { content: "\eab7"; } .unil-envelope-lock:before { content: "\eab8"; } .unil-envelope-minus:before { content: "\eab9"; } .unil-envelope-open:before { content: "\eaba"; } .unil-envelope-question:before { content: "\eabb"; } .unil-envelope-receive:before { content: "\eabc"; } .unil-envelope-redo:before { content: "\eabd"; } .unil-envelope-search:before { content: "\eabe"; } .unil-envelope-send:before { content: "\eabf"; } .unil-envelope-share:before { content: "\eac0"; } .unil-envelope-shield:before { content: "\eac1"; } .unil-envelope-star:before { content: "\eac2"; } .unil-envelope-times:before { content: "\eac3"; } .unil-envelope-upload-alt:before { content: "\eac4"; } .unil-envelope-upload:before { content: "\eac5"; } .unil-envelope:before { content: "\eac6"; } .unil-envelopes:before { content: "\eac7"; } .unil-equal-circle:before { content: "\eac8"; } .unil-estate:before { content: "\eac9"; } .unil-euro-circle:before { content: "\eaca"; } .unil-euro:before { content: "\eacb"; } .unil-exchange-alt:before { content: "\eacc"; } .unil-exchange:before { content: "\eacd"; } .unil-exclamation-circle:before { content: "\eace"; } .unil-exclamation-octagon:before { content: "\eacf"; } .unil-exclamation-triangle:before { content: "\ead0"; } .unil-exclamation:before { content: "\ead1"; } .unil-exclude:before { content: "\ead2"; } .unil-exit:before { content: "\ead3"; } .unil-expand-alt:before { content: "\ead4"; } .unil-expand-arrows-alt:before { content: "\ead5"; } .unil-expand-arrows:before { content: "\ead6"; } .unil-expand-from-corner:before { content: "\ead7"; } .unil-expand-left:before { content: "\ead8"; } .unil-expand-right:before { content: "\ead9"; } .unil-export:before { content: "\eada"; } .unil-exposure-alt:before { content: "\eadb"; } .unil-exposure-increase:before { content: "\eadc"; } .unil-external-link-alt:before { content: "\eadd"; } .unil-eye-slash:before { content: "\eade"; } .unil-eye:before { content: "\eadf"; } .unil-facebook-f:before { content: "\eae0"; } .unil-facebook-messenger-alt:before { content: "\eae1"; } .unil-facebook-messenger:before { content: "\eae2"; } .unil-facebook:before { content: "\eae3"; } .unil-fahrenheit:before { content: "\eae4"; } .unil-fast-mail-alt:before { content: "\eae5"; } .unil-fast-mail:before { content: "\eae6"; } .unil-favorite:before { content: "\eae7"; } .unil-feedback:before { content: "\eae8"; } .unil-file-alt:before { content: "\eae9"; } .unil-file-blank:before { content: "\eaea"; } .unil-file-block-alt:before { content: "\eaeb"; } .unil-file-bookmark-alt:before { content: "\eaec"; } .unil-file-check-alt:before { content: "\eaed"; } .unil-file-check:before { content: "\eaee"; } .unil-file-contract-dollar:before { content: "\eaef"; } .unil-file-copy-alt:before { content: "\eaf0"; } .unil-file-download-alt:before { content: "\eaf1"; } .unil-file-download:before { content: "\eaf2"; } .unil-file-edit-alt:before { content: "\eaf3"; } .unil-file-exclamation-alt:before { content: "\eaf4"; } .unil-file-exclamation:before { content: "\eaf5"; } .unil-file-export:before { content: "\eaf6"; } .unil-file-graph:before { content: "\eaf7"; } .unil-file-heart:before { content: "\eaf8"; } .unil-file-import:before { content: "\eaf9"; } .unil-file-info-alt:before { content: "\eafa"; } .unil-file-landscape-alt:before { content: "\eafb"; } .unil-file-landscape:before { content: "\eafc"; } .unil-file-lanscape-slash:before { content: "\eafd"; } .unil-file-lock-alt:before { content: "\eafe"; } .unil-file-medical-alt:before { content: "\eaff"; } .unil-file-medical:before { content: "\eb00"; } .unil-file-minus-alt:before { content: "\eb01"; } .unil-file-minus:before { content: "\eb02"; } .unil-file-network:before { content: "\eb03"; } .unil-file-plus-alt:before { content: "\eb04"; } .unil-file-plus:before { content: "\eb05"; } .unil-file-question-alt:before { content: "\eb06"; } .unil-file-question:before { content: "\eb07"; } .unil-file-redo-alt:before { content: "\eb08"; } .unil-file-search-alt:before { content: "\eb09"; } .unil-file-share-alt:before { content: "\eb0a"; } .unil-file-shield-alt:before { content: "\eb0b"; } .unil-file-slash:before { content: "\eb0c"; } .unil-file-times-alt:before { content: "\eb0d"; } .unil-file-times:before { content: "\eb0e"; } .unil-file-upload-alt:before { content: "\eb0f"; } .unil-file-upload:before { content: "\eb10"; } .unil-file:before { content: "\eb11"; } .unil-files-landscapes-alt:before { content: "\eb12"; } .unil-files-landscapes:before { content: "\eb13"; } .unil-film:before { content: "\eb14"; } .unil-filter-slash:before { content: "\eb15"; } .unil-filter:before { content: "\eb16"; } .unil-fire:before { content: "\eb17"; } .unil-flask-potion:before { content: "\eb18"; } .unil-flask:before { content: "\eb19"; } .unil-flip-h-alt:before { content: "\eb1a"; } .unil-flip-h:before { content: "\eb1b"; } .unil-flip-v-alt:before { content: "\eb1c"; } .unil-flip-v:before { content: "\eb1d"; } .unil-flower:before { content: "\eb1e"; } .unil-focus-add:before { content: "\eb1f"; } .unil-focus-target:before { content: "\eb20"; } .unil-focus:before { content: "\eb21"; } .unil-folder-check:before { content: "\eb22"; } .unil-folder-download:before { content: "\eb23"; } .unil-folder-exclamation:before { content: "\eb24"; } .unil-folder-heart:before { content: "\eb25"; } .unil-folder-info:before { content: "\eb26"; } .unil-folder-lock:before { content: "\eb27"; } .unil-folder-medical:before { content: "\eb28"; } .unil-folder-minus:before { content: "\eb29"; } .unil-folder-network:before { content: "\eb2a"; } .unil-folder-open:before { content: "\eb2b"; } .unil-folder-plus:before { content: "\eb2c"; } .unil-folder-question:before { content: "\eb2d"; } .unil-folder-slash:before { content: "\eb2e"; } .unil-folder-times:before { content: "\eb2f"; } .unil-folder-upload:before { content: "\eb30"; } .unil-folder:before { content: "\eb31"; } .unil-font:before { content: "\eb32"; } .unil-football-american:before { content: "\eb33"; } .unil-football-ball:before { content: "\eb34"; } .unil-football:before { content: "\eb35"; } .unil-forecastcloud-moon-tear:before { content: "\eb36"; } .unil-forwaded-call:before { content: "\eb37"; } .unil-forward:before { content: "\eb38"; } .unil-frown:before { content: "\eb39"; } .unil-game-structure:before { content: "\eb3a"; } .unil-gift:before { content: "\eb3b"; } .unil-github-alt:before { content: "\eb3c"; } .unil-github:before { content: "\eb3d"; } .unil-glass-martini-alt-slash:before { content: "\eb3e"; } .unil-glass-martini-alt:before { content: "\eb3f"; } .unil-glass-martini:before { content: "\eb40"; } .unil-glass-tea:before { content: "\eb41"; } .unil-glass:before { content: "\eb42"; } .unil-globe:before { content: "\eb43"; } .unil-gold:before { content: "\eb44"; } .unil-golf-ball:before { content: "\eb45"; } .unil-google-drive-alt:before { content: "\eb46"; } .unil-google-drive:before { content: "\eb47"; } .unil-google-hangouts-alt:before { content: "\eb48"; } .unil-google-hangouts:before { content: "\eb49"; } .unil-google-play:before { content: "\eb4a"; } .unil-google:before { content: "\eb4b"; } .unil-graduation-cap:before { content: "\eb4c"; } .unil-graph-bar:before { content: "\eb4d"; } .unil-grid:before { content: "\eb4e"; } .unil-grids:before { content: "\eb4f"; } .unil-grin-tongue-wink-alt:before { content: "\eb50"; } .unil-grin-tongue-wink:before { content: "\eb51"; } .unil-grin:before { content: "\eb52"; } .unil-grip-horizontal-line:before { content: "\eb53"; } .unil-hard-hat:before { content: "\eb54"; } .unil-hdd:before { content: "\eb55"; } .unil-head-side-cough:before { content: "\eb56"; } .unil-head-side-mask:before { content: "\eb57"; } .unil-head-side:before { content: "\eb58"; } .unil-headphone-slash:before { content: "\eb59"; } .unil-headphones-alt:before { content: "\eb5a"; } .unil-headphones:before { content: "\eb5b"; } .unil-heart-alt:before { content: "\eb5c"; } .unil-heart-break:before { content: "\eb5d"; } .unil-heart-medical:before { content: "\eb5e"; } .unil-heart-rate:before { content: "\eb5f"; } .unil-heart-sign:before { content: "\eb60"; } .unil-heart:before { content: "\eb61"; } .unil-heartbeat:before { content: "\eb62"; } .unil-hindi-to-chinese:before { content: "\eb63"; } .unil-history-alt:before { content: "\eb64"; } .unil-history:before { content: "\eb65"; } .unil-home-alt:before { content: "\eb66"; } .unil-home:before { content: "\eb67"; } .unil-horizontal-align-center:before { content: "\eb68"; } .unil-horizontal-align-left:before { content: "\eb69"; } .unil-horizontal-align-right:before { content: "\eb6a"; } .unil-horizontal-distribution-center:before { content: "\eb6b"; } .unil-horizontal-distribution-left:before { content: "\eb6c"; } .unil-horizontal-distribution-right:before { content: "\eb6d"; } .unil-hospital-square-sign:before { content: "\eb6e"; } .unil-hospital-symbol:before { content: "\eb6f"; } .unil-hospital:before { content: "\eb70"; } .unil-hourglass:before { content: "\eb71"; } .unil-house-user:before { content: "\eb72"; } .unil-html3-alt:before { content: "\eb73"; } .unil-html3:before { content: "\eb74"; } .unil-html5-alt:before { content: "\eb75"; } .unil-html5:before { content: "\eb76"; } .unil-hunting:before { content: "\eb77"; } .unil-image-alt-slash:before { content: "\eb78"; } .unil-image-block:before { content: "\eb79"; } .unil-image-broken:before { content: "\eb7a"; } .unil-image-check:before { content: "\eb7b"; } .unil-image-download:before { content: "\eb7c"; } .unil-image-edit:before { content: "\eb7d"; } .unil-image-lock:before { content: "\eb7e"; } .unil-image-minus:before { content: "\eb7f"; } .unil-image-plus:before { content: "\eb80"; } .unil-image-question:before { content: "\eb81"; } .unil-image-redo:before { content: "\eb82"; } .unil-image-resize-landscape:before { content: "\eb83"; } .unil-image-resize-square:before { content: "\eb84"; } .unil-image-search:before { content: "\eb85"; } .unil-image-share:before { content: "\eb86"; } .unil-image-shield:before { content: "\eb87"; } .unil-image-slash:before { content: "\eb88"; } .unil-image-times:before { content: "\eb89"; } .unil-image-upload:before { content: "\eb8a"; } .unil-image-v:before { content: "\eb8b"; } .unil-image:before { content: "\eb8c"; } .unil-images:before { content: "\eb8d"; } .unil-import:before { content: "\eb8e"; } .unil-inbox:before { content: "\eb8f"; } .unil-incoming-call:before { content: "\eb90"; } .unil-info-circle:before { content: "\eb91"; } .unil-info:before { content: "\eb92"; } .unil-instagram-alt:before { content: "\eb93"; } .unil-instagram:before { content: "\eb94"; } .unil-intercom-alt:before { content: "\eb95"; } .unil-intercom:before { content: "\eb96"; } .unil-invoice:before { content: "\eb97"; } .unil-italic:before { content: "\eb98"; } .unil-jackhammer:before { content: "\eb99"; } .unil-java-script:before { content: "\eb9a"; } .unil-kayak:before { content: "\eb9b"; } .unil-key-skeleton-alt:before { content: "\eb9c"; } .unil-key-skeleton:before { content: "\eb9d"; } .unil-keyboard-alt:before { content: "\eb9e"; } .unil-keyboard-hide:before { content: "\eb9f"; } .unil-keyboard-show:before { content: "\eba0"; } .unil-keyboard:before { content: "\eba1"; } .unil-keyhole-circle:before { content: "\eba2"; } .unil-keyhole-square-full:before { content: "\eba3"; } .unil-keyhole-square:before { content: "\eba4"; } .unil-kid:before { content: "\eba5"; } .unil-label-alt:before { content: "\eba6"; } .unil-label:before { content: "\eba7"; } .unil-lamp:before { content: "\eba8"; } .unil-language:before { content: "\eba9"; } .unil-laptop-cloud:before { content: "\ebaa"; } .unil-laptop-connection:before { content: "\ebab"; } .unil-laptop:before { content: "\ebac"; } .unil-laughing:before { content: "\ebad"; } .unil-layer-group-slash:before { content: "\ebae"; } .unil-layer-group:before { content: "\ebaf"; } .unil-layers-alt:before { content: "\ebb0"; } .unil-layers-slash:before { content: "\ebb1"; } .unil-layers:before { content: "\ebb2"; } .unil-left-arrow-from-left:before { content: "\ebb3"; } .unil-left-arrow-to-left:before { content: "\ebb4"; } .unil-left-indent-alt:before { content: "\ebb5"; } .unil-left-indent:before { content: "\ebb6"; } .unil-left-to-right-text-direction:before { content: "\ebb7"; } .unil-letter-chinese-a:before { content: "\ebb8"; } .unil-letter-english-a:before { content: "\ebb9"; } .unil-letter-hindi-a:before { content: "\ebba"; } .unil-letter-japanese-a:before { content: "\ebbb"; } .unil-life-ring:before { content: "\ebbc"; } .unil-lightbulb-alt:before { content: "\ebbd"; } .unil-lightbulb:before { content: "\ebbe"; } .unil-line-alt:before { content: "\ebbf"; } .unil-line-spacing:before { content: "\ebc0"; } .unil-line:before { content: "\ebc1"; } .unil-link-add:before { content: "\ebc2"; } .unil-link-alt:before { content: "\ebc3"; } .unil-link-broken:before { content: "\ebc4"; } .unil-link-h:before { content: "\ebc5"; } .unil-link:before { content: "\ebc6"; } .unil-linkedin-alt:before { content: "\ebc7"; } .unil-linkedin:before { content: "\ebc8"; } .unil-lira-sign:before { content: "\ebc9"; } .unil-list-ui-alt:before { content: "\ebca"; } .unil-list-ul:before { content: "\ebcb"; } .unil-location-arrow-alt:before { content: "\ebcc"; } .unil-location-arrow:before { content: "\ebcd"; } .unil-location-pin-alt:before { content: "\ebce"; } .unil-location-point:before { content: "\ebcf"; } .unil-lock-access:before { content: "\ebd0"; } .unil-lock-alt:before { content: "\ebd1"; } .unil-lock-open-alt:before { content: "\ebd2"; } .unil-lock-slash:before { content: "\ebd3"; } .unil-lock:before { content: "\ebd4"; } .unil-luggage-cart:before { content: "\ebd5"; } .unil-mailbox-alt:before { content: "\ebd6"; } .unil-mailbox:before { content: "\ebd7"; } .unil-map-marker-alt:before { content: "\ebd8"; } .unil-map-marker-edit:before { content: "\ebd9"; } .unil-map-marker-info:before { content: "\ebda"; } .unil-map-marker-minus:before { content: "\ebdb"; } .unil-map-marker-plus:before { content: "\ebdc"; } .unil-map-marker-question:before { content: "\ebdd"; } .unil-map-marker-shield:before { content: "\ebde"; } .unil-map-marker-slash:before { content: "\ebdf"; } .unil-map-marker:before { content: "\ebe0"; } .unil-map-pin-alt:before { content: "\ebe1"; } .unil-map-pin:before { content: "\ebe2"; } .unil-map:before { content: "\ebe3"; } .unil-mars:before { content: "\ebe4"; } .unil-master-card:before { content: "\ebe5"; } .unil-maximize-left:before { content: "\ebe6"; } .unil-medal:before { content: "\ebe7"; } .unil-medical-drip:before { content: "\ebe8"; } .unil-medical-square-full:before { content: "\ebe9"; } .unil-medical-square:before { content: "\ebea"; } .unil-medium-m:before { content: "\ebeb"; } .unil-medkit:before { content: "\ebec"; } .unil-meeting-board:before { content: "\ebed"; } .unil-megaphone:before { content: "\ebee"; } .unil-meh-alt:before { content: "\ebef"; } .unil-meh-closed-eye:before { content: "\ebf0"; } .unil-meh:before { content: "\ebf1"; } .unil-message:before { content: "\ebf2"; } .unil-metro:before { content: "\ebf3"; } .unil-microphone-slash:before { content: "\ebf4"; } .unil-microphone:before { content: "\ebf5"; } .unil-microscope:before { content: "\ebf6"; } .unil-minus-circle:before { content: "\ebf7"; } .unil-minus-path:before { content: "\ebf8"; } .unil-minus-square-full:before { content: "\ebf9"; } .unil-minus-square:before { content: "\ebfa"; } .unil-minus:before { content: "\ebfb"; } .unil-missed-call:before { content: "\ebfc"; } .unil-mobile-android-alt:before { content: "\ebfd"; } .unil-mobile-android:before { content: "\ebfe"; } .unil-mobile-vibrate:before { content: "\ebff"; } .unil-modem:before { content: "\ec00"; } .unil-money-bill-slash:before { content: "\ec01"; } .unil-money-bill-stack:before { content: "\ec02"; } .unil-money-bill:before { content: "\ec03"; } .unil-money-insert:before { content: "\ec04"; } .unil-money-stack:before { content: "\ec05"; } .unil-money-withdraw:before { content: "\ec06"; } .unil-money-withdrawal:before { content: "\ec07"; } .unil-moneybag-alt:before { content: "\ec08"; } .unil-moneybag:before { content: "\ec09"; } .unil-monitor-heart-rate:before { content: "\ec0a"; } .unil-monitor:before { content: "\ec0b"; } .unil-moon-eclipse:before { content: "\ec0c"; } .unil-moon:before { content: "\ec0d"; } .unil-moonset:before { content: "\ec0e"; } .unil-mountains-sun:before { content: "\ec0f"; } .unil-mountains:before { content: "\ec10"; } .unil-mouse-alt-2:before { content: "\ec11"; } .unil-mouse-alt:before { content: "\ec12"; } .unil-mouse:before { content: "\ec13"; } .unil-multiply:before { content: "\ec14"; } .unil-music-note:before { content: "\ec15"; } .unil-music-tune-slash:before { content: "\ec16"; } .unil-music:before { content: "\ec17"; } .unil-n-a:before { content: "\ec18"; } .unil-navigator:before { content: "\ec19"; } .unil-nerd:before { content: "\ec1a"; } .unil-newspaper:before { content: "\ec1b"; } .unil-ninja:before { content: "\ec1c"; } .unil-no-entry:before { content: "\ec1d"; } .unil-notebooks:before { content: "\ec1e"; } .unil-notes:before { content: "\ec1f"; } .unil-object-group:before { content: "\ec20"; } .unil-object-ungroup:before { content: "\ec21"; } .unil-octagon:before { content: "\ec22"; } .unil-opera-alt:before { content: "\ec23"; } .unil-opera:before { content: "\ec24"; } .unil-outgoing-call:before { content: "\ec25"; } .unil-package:before { content: "\ec26"; } .unil-padlock:before { content: "\ec27"; } .unil-paint-tool:before { content: "\ec28"; } .unil-palette:before { content: "\ec29"; } .unil-panel-add:before { content: "\ec2a"; } .unil-panorama-h-alt:before { content: "\ec2b"; } .unil-panorama-h:before { content: "\ec2c"; } .unil-panorama-v:before { content: "\ec2d"; } .unil-paperclip:before { content: "\ec2e"; } .unil-paragraph:before { content: "\ec2f"; } .unil-parcel:before { content: "\ec30"; } .unil-parking-circle:before { content: "\ec31"; } .unil-parking-square:before { content: "\ec32"; } .unil-pathfinder-unite:before { content: "\ec33"; } .unil-pathfinder:before { content: "\ec34"; } .unil-pause-circle:before { content: "\ec35"; } .unil-pause:before { content: "\ec36"; } .unil-paypal:before { content: "\ec37"; } .unil-pen:before { content: "\ec38"; } .unil-pentagon:before { content: "\ec39"; } .unil-percentage:before { content: "\ec3a"; } .unil-phone-alt:before { content: "\ec3b"; } .unil-phone-pause:before { content: "\ec3c"; } .unil-phone-slash:before { content: "\ec3d"; } .unil-phone-times:before { content: "\ec3e"; } .unil-phone-volume:before { content: "\ec3f"; } .unil-phone:before { content: "\ec40"; } .unil-picture:before { content: "\ec41"; } .unil-pizza-slice:before { content: "\ec42"; } .unil-plane-arrival:before { content: "\ec43"; } .unil-plane-departure:before { content: "\ec44"; } .unil-plane-fly:before { content: "\ec45"; } .unil-plane:before { content: "\ec46"; } .unil-play-circle:before { content: "\ec47"; } .unil-play:before { content: "\ec48"; } .unil-plug:before { content: "\ec49"; } .unil-plus-circle:before { content: "\ec4a"; } .unil-plus-square:before { content: "\ec4b"; } .unil-plus:before { content: "\ec4c"; } .unil-podium:before { content: "\ec4d"; } .unil-polygon:before { content: "\ec4e"; } .unil-post-stamp:before { content: "\ec4f"; } .unil-postcard:before { content: "\ec50"; } .unil-pound-circle:before { content: "\ec51"; } .unil-pound:before { content: "\ec52"; } .unil-power:before { content: "\ec53"; } .unil-prescription-bottle:before { content: "\ec54"; } .unil-presentation-check:before { content: "\ec55"; } .unil-presentation-edit:before { content: "\ec56"; } .unil-presentation-line:before { content: "\ec57"; } .unil-presentation-lines-alt:before { content: "\ec58"; } .unil-presentation-minus:before { content: "\ec59"; } .unil-presentation-play:before { content: "\ec5a"; } .unil-presentation-plus:before { content: "\ec5b"; } .unil-presentation-times:before { content: "\ec5c"; } .unil-presentation:before { content: "\ec5d"; } .unil-previous:before { content: "\ec5e"; } .unil-pricetag-alt:before { content: "\ec5f"; } .unil-print-slash:before { content: "\ec60"; } .unil-print:before { content: "\ec61"; } .unil-process:before { content: "\ec62"; } .unil-processor:before { content: "\ec63"; } .unil-programming-language:before { content: "\ec64"; } .unil-pump:before { content: "\ec65"; } .unil-puzzle-piece:before { content: "\ec66"; } .unil-qrcode-scan:before { content: "\ec67"; } .unil-question-circle:before { content: "\ec68"; } .unil-question:before { content: "\ec69"; } .unil-rainbow:before { content: "\ec6a"; } .unil-raindrops-alt:before { content: "\ec6b"; } .unil-raindrops:before { content: "\ec6c"; } .unil-react:before { content: "\ec6d"; } .unil-receipt-alt:before { content: "\ec6e"; } .unil-receipt:before { content: "\ec6f"; } .unil-record-audio:before { content: "\ec70"; } .unil-reddit-alien-alt:before { content: "\ec71"; } .unil-redo:before { content: "\ec72"; } .unil-refresh:before { content: "\ec73"; } .unil-registered:before { content: "\ec74"; } .unil-repeat:before { content: "\ec75"; } .unil-restaurant:before { content: "\ec76"; } .unil-right-indent-alt:before { content: "\ec77"; } .unil-right-to-left-text-direction:before { content: "\ec78"; } .unil-robot:before { content: "\ec79"; } .unil-rocket:before { content: "\ec7a"; } .unil-rope-way:before { content: "\ec7b"; } .unil-rotate-360:before { content: "\ec7c"; } .unil-rss-alt:before { content: "\ec7d"; } .unil-rss-interface:before { content: "\ec7e"; } .unil-rss:before { content: "\ec7f"; } .unil-ruler-combined:before { content: "\ec80"; } .unil-ruler:before { content: "\ec81"; } .unil-rupee-sign:before { content: "\ec82"; } .unil-sad-cry:before { content: "\ec83"; } .unil-sad-crying:before { content: "\ec84"; } .unil-sad-dizzy:before { content: "\ec85"; } .unil-sad-squint:before { content: "\ec86"; } .unil-sad:before { content: "\ec87"; } .unil-sanitizer-alt:before { content: "\ec88"; } .unil-sanitizer:before { content: "\ec89"; } .unil-save:before { content: "\ec8a"; } .unil-scaling-left:before { content: "\ec8b"; } .unil-scaling-right:before { content: "\ec8c"; } .unil-scenery:before { content: "\ec8d"; } .unil-schedule:before { content: "\ec8e"; } .unil-screw:before { content: "\ec8f"; } .unil-scroll-h:before { content: "\ec90"; } .unil-scroll:before { content: "\ec91"; } .unil-search-alt:before { content: "\ec92"; } .unil-search-minus:before { content: "\ec93"; } .unil-search-plus:before { content: "\ec94"; } .unil-search:before { content: "\ec95"; } .unil-selfie:before { content: "\ec96"; } .unil-server-alt:before { content: "\ec97"; } .unil-server-connection:before { content: "\ec98"; } .unil-server-network-alt:before { content: "\ec99"; } .unil-server-network:before { content: "\ec9a"; } .unil-server:before { content: "\ec9b"; } .unil-servers:before { content: "\ec9c"; } .unil-servicemark:before { content: "\ec9d"; } .unil-setting:before { content: "\ec9e"; } .unil-share-alt:before { content: "\ec9f"; } .unil-share:before { content: "\eca0"; } .unil-shield-check:before { content: "\eca1"; } .unil-shield-exclamation:before { content: "\eca2"; } .unil-shield-plus:before { content: "\eca3"; } .unil-shield-question:before { content: "\eca4"; } .unil-shield-slash:before { content: "\eca5"; } .unil-shield:before { content: "\eca6"; } .unil-ship:before { content: "\eca7"; } .unil-shop:before { content: "\eca8"; } .unil-shopping-bag:before { content: "\eca9"; } .unil-shopping-basket:before { content: "\ecaa"; } .unil-shopping-cart-alt:before { content: "\ecab"; } .unil-shopping-cart:before { content: "\ecac"; } .unil-shovel:before { content: "\ecad"; } .unil-shrink:before { content: "\ecae"; } .unil-shuffle:before { content: "\ecaf"; } .unil-shutter-alt:before { content: "\ecb0"; } .unil-shutter:before { content: "\ecb1"; } .unil-sick:before { content: "\ecb2"; } .unil-sigma:before { content: "\ecb3"; } .unil-sign-alt:before { content: "\ecb4"; } .unil-sign-in-alt:before { content: "\ecb5"; } .unil-sign-left:before { content: "\ecb6"; } .unil-sign-out-alt:before { content: "\ecb7"; } .unil-sign-right:before { content: "\ecb8"; } .unil-signal-alt-3:before { content: "\ecb9"; } .unil-signal-alt:before { content: "\ecba"; } .unil-signal:before { content: "\ecbb"; } .unil-signin:before { content: "\ecbc"; } .unil-signout:before { content: "\ecbd"; } .unil-silence:before { content: "\ecbe"; } .unil-silent-squint:before { content: "\ecbf"; } .unil-sim-card:before { content: "\ecc0"; } .unil-sitemap:before { content: "\ecc1"; } .unil-skip-forward-alt:before { content: "\ecc2"; } .unil-skip-forward-circle:before { content: "\ecc3"; } .unil-skip-forward:before { content: "\ecc4"; } .unil-skype-alt:before { content: "\ecc5"; } .unil-skype:before { content: "\ecc6"; } .unil-slack-alt:before { content: "\ecc7"; } .unil-slack:before { content: "\ecc8"; } .unil-slider-h-range:before { content: "\ecc9"; } .unil-slider-h:before { content: "\ecca"; } .unil-sliders-v-alt:before { content: "\eccb"; } .unil-sliders-v:before { content: "\eccc"; } .unil-smile-beam:before { content: "\eccd"; } .unil-smile-dizzy:before { content: "\ecce"; } .unil-smile-squint-wink-alt:before { content: "\eccf"; } .unil-smile-squint-wink:before { content: "\ecd0"; } .unil-smile-wink-alt:before { content: "\ecd1"; } .unil-smile-wink:before { content: "\ecd2"; } .unil-smile:before { content: "\ecd3"; } .unil-snapchat-alt:before { content: "\ecd4"; } .unil-snapchat-ghost:before { content: "\ecd5"; } .unil-snapchat-square:before { content: "\ecd6"; } .unil-snow-flake:before { content: "\ecd7"; } .unil-snowflake-alt:before { content: "\ecd8"; } .unil-snowflake:before { content: "\ecd9"; } .unil-social-distancing:before { content: "\ecda"; } .unil-sort-amount-down:before { content: "\ecdb"; } .unil-sort-amount-up:before { content: "\ecdc"; } .unil-sort:before { content: "\ecdd"; } .unil-sorting:before { content: "\ecde"; } .unil-space-key:before { content: "\ecdf"; } .unil-spade:before { content: "\ece0"; } .unil-sperms:before { content: "\ece1"; } .unil-spin:before { content: "\ece2"; } .unil-square-full:before { content: "\ece3"; } .unil-square-shape:before { content: "\ece4"; } .unil-square:before { content: "\ece5"; } .unil-squint:before { content: "\ece6"; } .unil-star-half-alt:before { content: "\ece7"; } .unil-star:before { content: "\ece8"; } .unil-step-backward-alt:before { content: "\ece9"; } .unil-step-backward-circle:before { content: "\ecea"; } .unil-step-backward:before { content: "\eceb"; } .unil-step-forward:before { content: "\ecec"; } .unil-stethoscope-alt:before { content: "\eced"; } .unil-stethoscope:before { content: "\ecee"; } .unil-stop-circle:before { content: "\ecef"; } .unil-stopwatch-slash:before { content: "\ecf0"; } .unil-stopwatch:before { content: "\ecf1"; } .unil-store-alt:before { content: "\ecf2"; } .unil-store-slash:before { content: "\ecf3"; } .unil-store:before { content: "\ecf4"; } .unil-streering:before { content: "\ecf5"; } .unil-stretcher:before { content: "\ecf6"; } .unil-subject:before { content: "\ecf7"; } .unil-subway-alt:before { content: "\ecf8"; } .unil-subway:before { content: "\ecf9"; } .unil-suitcase-alt:before { content: "\ecfa"; } .unil-suitcase:before { content: "\ecfb"; } .unil-sun:before { content: "\ecfc"; } .unil-sunset:before { content: "\ecfd"; } .unil-surprise:before { content: "\ecfe"; } .unil-swatchbook:before { content: "\ecff"; } .unil-swiggy:before { content: "\ed00"; } .unil-swimmer:before { content: "\ed01"; } .unil-sync-exclamation:before { content: "\ed02"; } .unil-sync-slash:before { content: "\ed03"; } .unil-sync:before { content: "\ed04"; } .unil-syringe:before { content: "\ed05"; } .unil-table-tennis:before { content: "\ed06"; } .unil-table:before { content: "\ed07"; } .unil-tablet:before { content: "\ed08"; } .unil-tablets:before { content: "\ed09"; } .unil-tachometer-fast-alt:before { content: "\ed0a"; } .unil-tachometer-fast:before { content: "\ed0b"; } .unil-tag-alt:before { content: "\ed0c"; } .unil-tag:before { content: "\ed0d"; } .unil-tape:before { content: "\ed0e"; } .unil-taxi:before { content: "\ed0f"; } .unil-tear:before { content: "\ed10"; } .unil-telegram-alt:before { content: "\ed11"; } .unil-telegram:before { content: "\ed12"; } .unil-telescope:before { content: "\ed13"; } .unil-temperature-empty:before { content: "\ed14"; } .unil-temperature-half:before { content: "\ed15"; } .unil-temperature-minus:before { content: "\ed16"; } .unil-temperature-plus:before { content: "\ed17"; } .unil-temperature-quarter:before { content: "\ed18"; } .unil-temperature-three-quarter:before { content: "\ed19"; } .unil-temperature:before { content: "\ed1a"; } .unil-tennis-ball:before { content: "\ed1b"; } .unil-text-fields:before { content: "\ed1c"; } .unil-text-size:before { content: "\ed1d"; } .unil-text-strike-through:before { content: "\ed1e"; } .unil-text:before { content: "\ed1f"; } .unil-th-large:before { content: "\ed20"; } .unil-th-slash:before { content: "\ed21"; } .unil-th:before { content: "\ed22"; } .unil-thermometer:before { content: "\ed23"; } .unil-thumbs-down:before { content: "\ed24"; } .unil-thumbs-up:before { content: "\ed25"; } .unil-thunderstorm-moon:before { content: "\ed26"; } .unil-thunderstorm-sun:before { content: "\ed27"; } .unil-thunderstorm:before { content: "\ed28"; } .unil-ticket:before { content: "\ed29"; } .unil-times-circle:before { content: "\ed2a"; } .unil-times-square:before { content: "\ed2b"; } .unil-times:before { content: "\ed2c"; } .unil-toggle-off:before { content: "\ed2d"; } .unil-toggle-on:before { content: "\ed2e"; } .unil-toilet-paper:before { content: "\ed2f"; } .unil-top-arrow-from-top:before { content: "\ed30"; } .unil-top-arrow-to-top:before { content: "\ed31"; } .unil-tornado:before { content: "\ed32"; } .unil-trademark-circle:before { content: "\ed33"; } .unil-trademark:before { content: "\ed34"; } .unil-traffic-barrier:before { content: "\ed35"; } .unil-traffic-light:before { content: "\ed36"; } .unil-transaction:before { content: "\ed37"; } .unil-trash-alt:before { content: "\ed38"; } .unil-trash:before { content: "\ed39"; } .unil-trees:before { content: "\ed3a"; } .unil-triangle:before { content: "\ed3b"; } .unil-trophy:before { content: "\ed3c"; } .unil-trowel:before { content: "\ed3d"; } .unil-truck-loading:before { content: "\ed3e"; } .unil-truck:before { content: "\ed3f"; } .unil-tumblr-alt:before { content: "\ed40"; } .unil-tumblr-square:before { content: "\ed41"; } .unil-tumblr:before { content: "\ed42"; } .unil-tv-retro-slash:before { content: "\ed43"; } .unil-tv-retro:before { content: "\ed44"; } .unil-twitter-alt:before { content: "\ed45"; } .unil-twitter:before { content: "\ed46"; } .unil-umbrella:before { content: "\ed47"; } .unil-unamused:before { content: "\ed48"; } .unil-underline:before { content: "\ed49"; } .unil-university:before { content: "\ed4a"; } .unil-unlock-alt:before { content: "\ed4b"; } .unil-unlock:before { content: "\ed4c"; } .unil-upload-alt:before { content: "\ed4d"; } .unil-upload:before { content: "\ed4e"; } .unil-usd-circle:before { content: "\ed4f"; } .unil-usd-square:before { content: "\ed50"; } .unil-user-arrows:before { content: "\ed51"; } .unil-user-check:before { content: "\ed52"; } .unil-user-circle:before { content: "\ed53"; } .unil-user-exclamation:before { content: "\ed54"; } .unil-user-location:before { content: "\ed55"; } .unil-user-md:before { content: "\ed56"; } .unil-user-minus:before { content: "\ed57"; } .unil-user-nurse:before { content: "\ed58"; } .unil-user-plus:before { content: "\ed59"; } .unil-user-square:before { content: "\ed5a"; } .unil-user-times:before { content: "\ed5b"; } .unil-user:before { content: "\ed5c"; } .unil-users-alt:before { content: "\ed5d"; } .unil-utensils-alt:before { content: "\ed5e"; } .unil-utensils:before { content: "\ed5f"; } .unil-vector-square-alt:before { content: "\ed60"; } .unil-vector-square:before { content: "\ed61"; } .unil-venus:before { content: "\ed62"; } .unil-vertical-align-bottom:before { content: "\ed63"; } .unil-vertical-align-center:before { content: "\ed64"; } .unil-vertical-align-top:before { content: "\ed65"; } .unil-vertical-distribute-bottom:before { content: "\ed66"; } .unil-vertical-distribution-center:before { content: "\ed67"; } .unil-vertical-distribution-top:before { content: "\ed68"; } .unil-video-question:before { content: "\ed69"; } .unil-video-slash:before { content: "\ed6a"; } .unil-video:before { content: "\ed6b"; } .unil-virus-slash:before { content: "\ed6c"; } .unil-visual-studio:before { content: "\ed6d"; } .unil-vk-alt:before { content: "\ed6e"; } .unil-vk:before { content: "\ed6f"; } .unil-voicemail-rectangle:before { content: "\ed70"; } .unil-voicemail:before { content: "\ed71"; } .unil-volleyball:before { content: "\ed72"; } .unil-volume-down:before { content: "\ed73"; } .unil-volume-mute:before { content: "\ed74"; } .unil-volume-off:before { content: "\ed75"; } .unil-volume-up:before { content: "\ed76"; } .unil-volume:before { content: "\ed77"; } .unil-vuejs-alt:before { content: "\ed78"; } .unil-vuejs:before { content: "\ed79"; } .unil-wall:before { content: "\ed7a"; } .unil-wallet:before { content: "\ed7b"; } .unil-watch-alt:before { content: "\ed7c"; } .unil-watch:before { content: "\ed7d"; } .unil-water-drop-slash:before { content: "\ed7e"; } .unil-water-glass:before { content: "\ed7f"; } .unil-water:before { content: "\ed80"; } .unil-web-grid-alt:before { content: "\ed81"; } .unil-web-grid:before { content: "\ed82"; } .unil-web-section-alt:before { content: "\ed83"; } .unil-web-section:before { content: "\ed84"; } .unil-webcam:before { content: "\ed85"; } .unil-weight:before { content: "\ed86"; } .unil-whatsapp-alt:before { content: "\ed87"; } .unil-whatsapp:before { content: "\ed88"; } .unil-wheel-barrow:before { content: "\ed89"; } .unil-wheelchair-alt:before { content: "\ed8a"; } .unil-wheelchair:before { content: "\ed8b"; } .unil-wifi-router:before { content: "\ed8c"; } .unil-wifi-slash:before { content: "\ed8d"; } .unil-wifi:before { content: "\ed8e"; } .unil-wind-moon:before { content: "\ed8f"; } .unil-wind-sun:before { content: "\ed90"; } .unil-wind:before { content: "\ed91"; } .unil-window-grid:before { content: "\ed92"; } .unil-window-maximize:before { content: "\ed93"; } .unil-window-section:before { content: "\ed94"; } .unil-window:before { content: "\ed95"; } .unil-windsock:before { content: "\ed96"; } .unil-windy:before { content: "\ed97"; } .unil-wordpress-simple:before { content: "\ed98"; } .unil-wordpress:before { content: "\ed99"; } .unil-wrap-text:before { content: "\ed9a"; } .unil-wrench:before { content: "\ed9b"; } .unil-x-add:before { content: "\ed9c"; } .unil-x:before { content: "\ed9d"; } .unil-yen-circle:before { content: "\ed9e"; } .unil-yen:before { content: "\ed9f"; } .unil-yin-yang:before { content: "\eda0"; } .unil-youtube:before { content: "\eda1"; } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/resources/META-INF/resources/unicons/20201106/css/unicons-monochrome.css ================================================ @font-face { font-family: 'Unicons-Monochrome'; src: url('../fonts/Unicons-Monochrome.eot?j7bjoq'); src: url('../fonts/Unicons-Monochrome.eot?j7bjoq#iefix') format('embedded-opentype'), url('../fonts/Unicons-Monochrome.ttf?j7bjoq') format('truetype'), url('../fonts/Unicons-Monochrome.woff?j7bjoq') format('woff'), url('../fonts/Unicons-Monochrome.svg?j7bjoq#Unicons-Monochrome') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="unim-"], [class*=" unim-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Unicons-Monochrome' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .unim-500px:before { content: "\e900"; } .unim-adobe-alt:before { content: "\e901"; } .unim-adobe:before { content: "\e902"; } .unim-airplay:before { content: "\e903"; } .unim-align-alt:before { content: "\e904"; } .unim-align-center-justify:before { content: "\e905"; } .unim-align-center:before { content: "\e906"; } .unim-align-justify:before { content: "\e907"; } .unim-align-left-justify:before { content: "\e908"; } .unim-align-left:before { content: "\e909"; } .unim-align-letter-right:before { content: "\e90a"; } .unim-align-right-justify:before { content: "\e90b"; } .unim-align-right:before { content: "\e90c"; } .unim-align:before { content: "\e90d"; } .unim-amazon:before { content: "\e90e"; } .unim-analysis:before { content: "\e90f"; } .unim-analytics:before { content: "\e910"; } .unim-anchor:before { content: "\e911"; } .unim-android-alt:before { content: "\e912"; } .unim-android:before { content: "\e913"; } .unim-angle-double-down:before { content: "\e914"; } .unim-angle-double-left:before { content: "\e915"; } .unim-angle-double-right:before { content: "\e916"; } .unim-angle-double-up:before { content: "\e917"; } .unim-angle-down:before { content: "\e918"; } .unim-angle-left:before { content: "\e919"; } .unim-angle-right-b:before { content: "\e91a"; } .unim-angle-right:before { content: "\e91b"; } .unim-angle-up:before { content: "\e91c"; } .unim-apple-alt:before { content: "\e91d"; } .unim-apple:before { content: "\e91e"; } .unim-apps:before { content: "\e91f"; } .unim-arrow-circle-down:before { content: "\e920"; } .unim-arrow-circle-left:before { content: "\e921"; } .unim-arrow-circle-right:before { content: "\e922"; } .unim-arrow-circle-up:before { content: "\e923"; } .unim-arrow-down-left:before { content: "\e924"; } .unim-arrow-down-right:before { content: "\e925"; } .unim-arrow-up-left:before { content: "\e926"; } .unim-arrow-up-right:before { content: "\e927"; } .unim-at:before { content: "\e928"; } .unim-bag:before { content: "\e929"; } .unim-bars:before { content: "\e92a"; } .unim-battery-bolt:before { content: "\e92b"; } .unim-battery-empty:before { content: "\e92c"; } .unim-behance-alt:before { content: "\e92d"; } .unim-behance:before { content: "\e92e"; } .unim-bing:before { content: "\e92f"; } .unim-bitcoin-alt:before { content: "\e930"; } .unim-bitcoin:before { content: "\e931"; } .unim-blackberry:before { content: "\e932"; } .unim-blogger-alt:before { content: "\e933"; } .unim-blogger:before { content: "\e934"; } .unim-bookmark:before { content: "\e935"; } .unim-border-alt:before { content: "\e936"; } .unim-border-bottom:before { content: "\e937"; } .unim-border-clear:before { content: "\e938"; } .unim-border-horizontal:before { content: "\e939"; } .unim-border-inner:before { content: "\e93a"; } .unim-border-left:before { content: "\e93b"; } .unim-border-out:before { content: "\e93c"; } .unim-border-right:before { content: "\e93d"; } .unim-border-top:before { content: "\e93e"; } .unim-border-vertical:before { content: "\e93f"; } .unim-box:before { content: "\e940"; } .unim-briefcase:before { content: "\e941"; } .unim-calender:before { content: "\e942"; } .unim-chart-pie:before { content: "\e943"; } .unim-chart:before { content: "\e944"; } .unim-check-circle .path1:before { content: "\e945"; color: rgb(0, 0, 0); opacity: 0.99; } .unim-check-circle .path2:before { content: "\e946"; margin-left: -1em; color: rgb(0, 0, 0); } .unim-check-square:before { content: "\e947"; } .unim-check:before { content: "\e948"; } .unim-circle-layer:before { content: "\e949"; } .unim-circle:before { content: "\e94a"; } .unim-clinic-medical:before { content: "\e94b"; } .unim-clock-eight:before { content: "\e94c"; } .unim-clock-five:before { content: "\e94d"; } .unim-clock-nine:before { content: "\e94e"; } .unim-clock-seven:before { content: "\e94f"; } .unim-clock-ten:before { content: "\e950"; } .unim-clock-three:before { content: "\e951"; } .unim-clock-two:before { content: "\e952"; } .unim-clock:before { content: "\e953"; } .unim-columns:before { content: "\e954"; } .unim-comment-alt-dots:before { content: "\e955"; } .unim-comment-alt-message:before { content: "\e956"; } .unim-comment-alt-plus:before { content: "\e957"; } .unim-comment-alt:before { content: "\e958"; } .unim-comment-dots:before { content: "\e959"; } .unim-comment-message:before { content: "\e95a"; } .unim-comment-plus:before { content: "\e95b"; } .unim-comment:before { content: "\e95c"; } .unim-compress:before { content: "\e95d"; } .unim-corner-down-left:before { content: "\e95e"; } .unim-corner-down-right:before { content: "\e95f"; } .unim-corner-left-down:before { content: "\e960"; } .unim-corner-right-down:before { content: "\e961"; } .unim-corner-up-left:before { content: "\e962"; } .unim-corner-up-right:before { content: "\e963"; } .unim-coronavirus:before { content: "\e964"; } .unim-css3-simple:before { content: "\e965"; } .unim-css3:before { content: "\e966"; } .unim-cube:before { content: "\e967"; } .unim-dialpad-alt:before { content: "\e968"; } .unim-dialpad:before { content: "\e969"; } .unim-direction:before { content: "\e96a"; } .unim-discord:before { content: "\e96b"; } .unim-document-layout-center:before { content: "\e96c"; } .unim-document-layout-left:before { content: "\e96d"; } .unim-document-layout-right:before { content: "\e96e"; } .unim-download-alt:before { content: "\e96f"; } .unim-dribbble:before { content: "\e970"; } .unim-dropbox:before { content: "\e971"; } .unim-ellipsis-h:before { content: "\e972"; } .unim-ellipsis-v:before { content: "\e973"; } .unim-entry:before { content: "\e974"; } .unim-exclamation-circle:before { content: "\e975"; } .unim-exclamation-octagon:before { content: "\e976"; } .unim-exclamation-triangle:before { content: "\e977"; } .unim-exit:before { content: "\e978"; } .unim-facebook-f:before { content: "\e979"; } .unim-facebook-messenger-alt:before { content: "\e97a"; } .unim-facebook-messenger:before { content: "\e97b"; } .unim-facebook:before { content: "\e97c"; } .unim-favorite:before { content: "\e97d"; } .unim-flip-h-alt:before { content: "\e97e"; } .unim-flip-h:before { content: "\e97f"; } .unim-flip-v-alt:before { content: "\e980"; } .unim-flip-v:before { content: "\e981"; } .unim-github-alt:before { content: "\e982"; } .unim-github:before { content: "\e983"; } .unim-google-drive-alt:before { content: "\e984"; } .unim-google-drive:before { content: "\e985"; } .unim-google-hangouts-alt:before { content: "\e986"; } .unim-google-hangouts:before { content: "\e987"; } .unim-google-play:before { content: "\e988"; } .unim-google:before { content: "\e989"; } .unim-graph-bar:before { content: "\e98a"; } .unim-grid:before { content: "\e98b"; } .unim-grids:before { content: "\e98c"; } .unim-grip-horizontal-line:before { content: "\e98d"; } .unim-head-side-cough:before { content: "\e98e"; } .unim-head-side-mask:before { content: "\e98f"; } .unim-head-side:before { content: "\e990"; } .unim-history-alt:before { content: "\e991"; } .unim-history:before { content: "\e992"; } .unim-horizontal-align-left:before { content: "\e993"; } .unim-hospital-square-sign:before { content: "\e994"; } .unim-hospital-symbol:before { content: "\e995"; } .unim-hospital:before { content: "\e996"; } .unim-house-user:before { content: "\e997"; } .unim-html3-alt:before { content: "\e998"; } .unim-html3:before { content: "\e999"; } .unim-html5-alt:before { content: "\e99a"; } .unim-html5:before { content: "\e99b"; } .unim-image-v:before { content: "\e99c"; } .unim-instagram-alt:before { content: "\e99d"; } .unim-instagram:before { content: "\e99e"; } .unim-intercom-alt:before { content: "\e99f"; } .unim-intercom:before { content: "\e9a0"; } .unim-java-script:before { content: "\e9a1"; } .unim-key-skeleton-alt:before { content: "\e9a2"; } .unim-key-skeleton:before { content: "\e9a3"; } .unim-keyhole-circle:before { content: "\e9a4"; } .unim-keyhole-square-full:before { content: "\e9a5"; } .unim-keyhole-square:before { content: "\e9a6"; } .unim-layer-group:before { content: "\e9a7"; } .unim-layers-alt:before { content: "\e9a8"; } .unim-left-indent-alt:before { content: "\e9a9"; } .unim-left-indent:before { content: "\e9aa"; } .unim-line-spacing:before { content: "\e9ab"; } .unim-line:before { content: "\e9ac"; } .unim-link-h:before { content: "\e9ad"; } .unim-linkedin-alt:before { content: "\e9ae"; } .unim-linkedin:before { content: "\e9af"; } .unim-list-ui-alt:before { content: "\e9b0"; } .unim-list-ul:before { content: "\e9b1"; } .unim-lock-access:before { content: "\e9b2"; } .unim-lock-alt:before { content: "\e9b3"; } .unim-lock-open-alt:before { content: "\e9b4"; } .unim-lock:before { content: "\e9b5"; } .unim-master-card:before { content: "\e9b6"; } .unim-medium-m:before { content: "\e9b7"; } .unim-microscope:before { content: "\e9b8"; } .unim-minus-square-full:before { content: "\e9b9"; } .unim-multiply:before { content: "\e9ba"; } .unim-object-group:before { content: "\e9bb"; } .unim-object-ungroup:before { content: "\e9bc"; } .unim-opera-alt:before { content: "\e9bd"; } .unim-opera:before { content: "\e9be"; } .unim-padlock:before { content: "\e9bf"; } .unim-paperclip:before { content: "\e9c0"; } .unim-paragraph:before { content: "\e9c1"; } .unim-paypal:before { content: "\e9c2"; } .unim-pentagon:before { content: "\e9c3"; } .unim-plus-square:before { content: "\e9c4"; } .unim-polygon:before { content: "\e9c5"; } .unim-previous:before { content: "\e9c6"; } .unim-process:before { content: "\e9c7"; } .unim-react:before { content: "\e9c8"; } .unim-record-audio:before { content: "\e9c9"; } .unim-reddit-alien-alt:before { content: "\e9ca"; } .unim-redo:before { content: "\e9cb"; } .unim-refresh:before { content: "\e9cc"; } .unim-repeat:before { content: "\e9cd"; } .unim-right-indent-alt:before { content: "\e9ce"; } .unim-rocket:before { content: "\e9cf"; } .unim-ruler-combined:before { content: "\e9d0"; } .unim-ruler:before { content: "\e9d1"; } .unim-sanitizer-alt:before { content: "\e9d2"; } .unim-sanitizer:before { content: "\e9d3"; } .unim-scenery:before { content: "\e9d4"; } .unim-schedule:before { content: "\e9d5"; } .unim-shield-plus:before { content: "\e9d6"; } .unim-sign-in-alt:before { content: "\e9d7"; } .unim-sign-in:before { content: "\e9d8"; } .unim-sign-out-alt:before { content: "\e9d9"; } .unim-signal-alt-3:before { content: "\e9da"; } .unim-signal-alt:before { content: "\e9db"; } .unim-signin:before { content: "\e9dc"; } .unim-signout:before { content: "\e9dd"; } .unim-skype-alt:before { content: "\e9de"; } .unim-skype:before { content: "\e9df"; } .unim-slack-alt:before { content: "\e9e0"; } .unim-slack:before { content: "\e9e1"; } .unim-snapchat-alt:before { content: "\e9e2"; } .unim-snapchat-ghost:before { content: "\e9e3"; } .unim-snapchat-square:before { content: "\e9e4"; } .unim-social-distancing:before { content: "\e9e5"; } .unim-sorting:before { content: "\e9e6"; } .unim-space-key:before { content: "\e9e7"; } .unim-square-full:before { content: "\e9e8"; } .unim-square-shape:before { content: "\e9e9"; } .unim-square:before { content: "\e9ea"; } .unim-squre-shape:before { content: "\e9eb"; } .unim-star-half-alt:before { content: "\e9ec"; } .unim-star:before { content: "\e9ed"; } .unim-step-forward:before { content: "\e9ee"; } .unim-stethoscope-alt:before { content: "\e9ef"; } .unim-stethoscope:before { content: "\e9f0"; } .unim-store-slash:before { content: "\e9f1"; } .unim-subject:before { content: "\e9f2"; } .unim-swiggy:before { content: "\e9f3"; } .unim-sync-exclamation:before { content: "\e9f4"; } .unim-sync-slash:before { content: "\e9f5"; } .unim-table:before { content: "\e9f6"; } .unim-telegram-alt:before { content: "\e9f7"; } .unim-telegram:before { content: "\e9f8"; } .unim-th-large:before { content: "\e9f9"; } .unim-times-circle:before { content: "\e9fa"; } .unim-toggle-off:before { content: "\e9fb"; } .unim-toggle-on:before { content: "\e9fc"; } .unim-toilet-paper:before { content: "\e9fd"; } .unim-triangle:before { content: "\e9fe"; } .unim-tumblr-alt:before { content: "\e9ff"; } .unim-tumblr-square:before { content: "\ea00"; } .unim-tumblr:before { content: "\ea01"; } .unim-twitter-alt:before { content: "\ea02"; } .unim-twitter:before { content: "\ea03"; } .unim-unlock-alt:before { content: "\ea04"; } .unim-unlock:before { content: "\ea05"; } .unim-upload-alt:before { content: "\ea06"; } .unim-user-arrows:before { content: "\ea07"; } .unim-user-md:before { content: "\ea08"; } .unim-user-nurse:before { content: "\ea09"; } .unim-vector-square-alt:before { content: "\ea0a"; } .unim-vector-square:before { content: "\ea0b"; } .unim-virus-slash:before { content: "\ea0c"; } .unim-visual-studio:before { content: "\ea0d"; } .unim-vk-alt:before { content: "\ea0e"; } .unim-vk:before { content: "\ea0f"; } .unim-vuejs-alt:before { content: "\ea10"; } .unim-vuejs:before { content: "\ea11"; } .unim-web-grid-alt:before { content: "\ea12"; } .unim-web-grid:before { content: "\ea13"; } .unim-web-section-alt:before { content: "\ea14"; } .unim-web-section:before { content: "\ea15"; } .unim-whatsapp:before { content: "\ea16"; } .unim-window-grid:before { content: "\ea17"; } .unim-window-maximize:before { content: "\ea18"; } .unim-window-section:before { content: "\ea19"; } .unim-wordpress-simple:before { content: "\ea1a"; } .unim-wordpress:before { content: "\ea1b"; } .unim-wrap-text:before { content: "\ea1c"; } .unim-youtube:before { content: "\ea1d"; } ================================================ FILE: icon-packs/ikonli-unicons-pack/src/main/resources/META-INF/resources/unicons/20201106/css/unicons-solid.css ================================================ @font-face { font-family: 'Unicons-Solid'; src: url('../fonts/Unicons-Solid.eot?rnot1e'); src: url('../fonts/Unicons-Solid.eot?rnot1e#iefix') format('embedded-opentype'), url('../fonts/Unicons-Solid.ttf?rnot1e') format('truetype'), url('../fonts/Unicons-Solid.woff?rnot1e') format('woff'), url('../fonts/Unicons-Solid.svg?rnot1e#Unicons-Solid') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="unis-"], [class*=" unis-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Unicons-Solid' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .unis-airplay:before { content: "\e900"; } .unis-align-alt:before { content: "\e901"; } .unis-align-center-justify:before { content: "\e902"; } .unis-align-center:before { content: "\e903"; } .unis-align-justify:before { content: "\e904"; } .unis-align-left-justify:before { content: "\e905"; } .unis-align-left:before { content: "\e906"; } .unis-align-letter-right:before { content: "\e907"; } .unis-align-right-justify:before { content: "\e908"; } .unis-align-right:before { content: "\e909"; } .unis-analysis:before { content: "\e90a"; } .unis-analytics:before { content: "\e90b"; } .unis-anchor:before { content: "\e90c"; } .unis-angle-double-down:before { content: "\e90d"; } .unis-angle-double-left:before { content: "\e90e"; } .unis-angle-double-right:before { content: "\e90f"; } .unis-angle-double-up:before { content: "\e910"; } .unis-angle-down:before { content: "\e911"; } .unis-angle-left:before { content: "\e912"; } .unis-angle-right-b:before { content: "\e913"; } .unis-angle-right:before { content: "\e914"; } .unis-angle-up:before { content: "\e915"; } .unis-apps:before { content: "\e916"; } .unis-arrow-circle-down:before { content: "\e917"; } .unis-arrow-circle-left:before { content: "\e918"; } .unis-arrow-circle-right:before { content: "\e919"; } .unis-arrow-circle-up:before { content: "\e91a"; } .unis-arrow-down-left:before { content: "\e91b"; } .unis-arrow-down-right:before { content: "\e91c"; } .unis-arrow-up-left:before { content: "\e91d"; } .unis-arrow-up-right:before { content: "\e91e"; } .unis-at:before { content: "\e91f"; } .unis-bag:before { content: "\e920"; } .unis-bars:before { content: "\e921"; } .unis-battery-bolt:before { content: "\e922"; } .unis-battery-empty:before { content: "\e923"; } .unis-bookmark:before { content: "\e924"; } .unis-border-alt:before { content: "\e925"; } .unis-border-bottom:before { content: "\e926"; } .unis-border-clear:before { content: "\e927"; } .unis-border-horizontal:before { content: "\e928"; } .unis-border-inner:before { content: "\e929"; } .unis-border-left:before { content: "\e92a"; } .unis-border-out:before { content: "\e92b"; } .unis-border-right:before { content: "\e92c"; } .unis-border-top:before { content: "\e92d"; } .unis-border-vertical:before { content: "\e92e"; } .unis-briefcase:before { content: "\e92f"; } .unis-calender:before { content: "\e930"; } .unis-chart-pie:before { content: "\e931"; } .unis-chart:before { content: "\e932"; } .unis-check-circle:before { content: "\e933"; } .unis-check-square:before { content: "\e934"; } .unis-check:before { content: "\e935"; } .unis-circle-layer:before { content: "\e936"; } .unis-clinic-medical:before { content: "\e937"; } .unis-clock-eight:before { content: "\e938"; } .unis-clock-five:before { content: "\e939"; } .unis-clock-nine:before { content: "\e93a"; } .unis-clock-seven:before { content: "\e93b"; } .unis-clock-ten:before { content: "\e93c"; } .unis-clock-three:before { content: "\e93d"; } .unis-clock-two:before { content: "\e93e"; } .unis-clock:before { content: "\e93f"; } .unis-columns:before { content: "\e940"; } .unis-comment-dots:before { content: "\e941"; } .unis-compress:before { content: "\e942"; } .unis-corner-down-left:before { content: "\e943"; } .unis-corner-down-right:before { content: "\e944"; } .unis-corner-left-down:before { content: "\e945"; } .unis-corner-right-down:before { content: "\e946"; } .unis-corner-up-left:before { content: "\e947"; } .unis-corner-up-right:before { content: "\e948"; } .unis-coronavirus:before { content: "\e949"; } .unis-dialpad:before { content: "\e94a"; } .unis-direction:before { content: "\e94b"; } .unis-document-layout-center:before { content: "\e94c"; } .unis-document-layout-left:before { content: "\e94d"; } .unis-document-layout-right:before { content: "\e94e"; } .unis-download-alt:before { content: "\e94f"; } .unis-ellipsis-h:before { content: "\e950"; } .unis-ellipsis-v:before { content: "\e951"; } .unis-exclamation-circle:before { content: "\e952"; } .unis-exclamation-octagon:before { content: "\e953"; } .unis-exclamation-triangle:before { content: "\e954"; } .unis-favorite:before { content: "\e955"; } .unis-flip-h-alt:before { content: "\e956"; } .unis-flip-h:before { content: "\e957"; } .unis-flip-v-alt:before { content: "\e958"; } .unis-flip-v:before { content: "\e959"; } .unis-graph-bar:before { content: "\e95a"; } .unis-grid:before { content: "\e95b"; } .unis-grids:before { content: "\e95c"; } .unis-grip-horizontal-line:before { content: "\e95d"; } .unis-head-side-cough:before { content: "\e95e"; } .unis-head-side-mask:before { content: "\e95f"; } .unis-head-side:before { content: "\e960"; } .unis-history-alt:before { content: "\e961"; } .unis-history:before { content: "\e962"; } .unis-horizontal-align-left:before { content: "\e963"; } .unis-hospital-square-sign:before { content: "\e964"; } .unis-hospital-symbol:before { content: "\e965"; } .unis-hospital:before { content: "\e966"; } .unis-house-user:before { content: "\e967"; } .unis-image-v:before { content: "\e968"; } .unis-key-skeleton-alt:before { content: "\e969"; } .unis-key-skeleton:before { content: "\e96a"; } .unis-keyhole-circle:before { content: "\e96b"; } .unis-keyhole-square-full:before { content: "\e96c"; } .unis-keyhole-square:before { content: "\e96d"; } .unis-layer-group:before { content: "\e96e"; } .unis-layers-alt:before { content: "\e96f"; } .unis-left-indent-alt:before { content: "\e970"; } .unis-left-indent:before { content: "\e971"; } .unis-line-spacing:before { content: "\e972"; } .unis-link-h:before { content: "\e973"; } .unis-list-ui-alt:before { content: "\e974"; } .unis-list-ul:before { content: "\e975"; } .unis-lock-access:before { content: "\e976"; } .unis-lock-alt:before { content: "\e977"; } .unis-lock-open-alt:before { content: "\e978"; } .unis-lock:before { content: "\e979"; } .unis-microscope:before { content: "\e97a"; } .unis-minus-square-full:before { content: "\e97b"; } .unis-multiply:before { content: "\e97c"; } .unis-object-group:before { content: "\e97d"; } .unis-object-ungroup:before { content: "\e97e"; } .unis-padlock:before { content: "\e97f"; } .unis-paperclip:before { content: "\e980"; } .unis-paragraph:before { content: "\e981"; } .unis-pentagon:before { content: "\e982"; } .unis-polygon:before { content: "\e983"; } .unis-previous:before { content: "\e984"; } .unis-process:before { content: "\e985"; } .unis-record-audio:before { content: "\e986"; } .unis-redo:before { content: "\e987"; } .unis-refresh:before { content: "\e988"; } .unis-repeat:before { content: "\e989"; } .unis-right-indent-alt:before { content: "\e98a"; } .unis-right-indent:before { content: "\e98b"; } .unis-rocket:before { content: "\e98c"; } .unis-ruler-combined:before { content: "\e98d"; } .unis-ruler:before { content: "\e98e"; } .unis-sanitizer-alt:before { content: "\e98f"; } .unis-sanitizer:before { content: "\e990"; } .unis-scenery:before { content: "\e991"; } .unis-schedule:before { content: "\e992"; } .unis-shield-plus:before { content: "\e993"; } .unis-signal-alt-3:before { content: "\e994"; } .unis-signal-alt:before { content: "\e995"; } .unis-signout:before { content: "\e996"; } .unis-social-distancing:before { content: "\e997"; } .unis-sorting:before { content: "\e998"; } .unis-space-key:before { content: "\e999"; } .unis-square-full:before { content: "\e99a"; } .unis-star-half-alt:before { content: "\e99b"; } .unis-star:before { content: "\e99c"; } .unis-step-forward:before { content: "\e99d"; } .unis-stethoscope-alt:before { content: "\e99e"; } .unis-stethoscope:before { content: "\e99f"; } .unis-stopwatch:before { content: "\e9a0"; } .unis-store-slash:before { content: "\e9a1"; } .unis-subject:before { content: "\e9a2"; } .unis-sync-exclamation:before { content: "\e9a3"; } .unis-sync-slash:before { content: "\e9a4"; } .unis-table:before { content: "\e9a5"; } .unis-th-large:before { content: "\e9a6"; } .unis-times-circle:before { content: "\e9a7"; } .unis-toggle-off:before { content: "\e9a8"; } .unis-toggle-on:before { content: "\e9a9"; } .unis-toilet-paper:before { content: "\e9aa"; } .unis-triangle:before { content: "\e9ab"; } .unis-unlock-alt:before { content: "\e9ac"; } .unis-unlock:before { content: "\e9ad"; } .unis-upload-alt:before { content: "\e9ae"; } .unis-user-arrows:before { content: "\e9af"; } .unis-user-md:before { content: "\e9b0"; } .unis-user-nurse:before { content: "\e9b1"; } .unis-vector-square-alt:before { content: "\e9b2"; } .unis-vector-square:before { content: "\e9b3"; } .unis-virus-slash:before { content: "\e9b4"; } .unis-web-grid-alt:before { content: "\e9b5"; } .unis-web-grid:before { content: "\e9b6"; } .unis-web-section-alt:before { content: "\e9b7"; } .unis-web-section:before { content: "\e9b8"; } .unis-window-grid:before { content: "\e9b9"; } .unis-window-maximize:before { content: "\e9ba"; } .unis-window-section:before { content: "\e9bb"; } .unis-wrap-text:before { content: "\e9bc"; } ================================================ FILE: icon-packs/ikonli-weathericons-pack/ikonli-weathericons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-weathericons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.weathericons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.weathericons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.weathericons.WeatherIconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.weathericons.WeatherIconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-weathericons-pack/src/main/java/org/kordamp/ikonli/weathericons/WeatherIcons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.weathericons; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum WeatherIcons implements Ikon { // latest is f0c3 ALIEN("wi-alien", '\uf075'), BAROMETER("wi-barometer", '\uf079'), CELSIUS("wi-celsius", '\uf03c'), CLOUD("wi-cloud", '\uf041'), CLOUDY("wi-cloudy", '\uf013'), CLOUDY_GUSTS("wi-cloudy-gusts", '\uf011'), CLOUDY_WINDY("wi-cloudy-windy", '\uf012'), CLOUD_DOWN("wi-cloud-down", '\uf03d'), CLOUD_REFRESH("wi-cloud-refresh", '\uf03e'), CLOUD_UP("wi-cloud-up", '\uf040'), DAY_CLOUDY("wi-day-cloudy", '\uf002'), DAY_CLOUDY_GUSTS("wi-day-cloudy-gusts", '\uf000'), DAY_CLOUDY_HIGH("wi-day-cloudy-high", '\uf07d'), DAY_CLOUDY_WINDY("wi-day-cloudy-windy", '\uf001'), DAY_FOG("wi-day-fog", '\uf003'), DAY_HAIL("wi-day-hail", '\uf004'), DAY_HAZE("wi-day-haze", '\uf0b6'), DAY_LIGHTNING("wi-day-lightning", '\uf005'), DAY_LIGHT_WIND("wi-day-light-wind", '\uf0c4'), DAY_RAIN("wi-day-rain", '\uf008'), DAY_RAIN_MIX("wi-day-rain-mix", '\uf006'), DAY_RAIN_WIND("wi-day-rain-wind", '\uf007'), DAY_SHOWERS("wi-day-showers", '\uf009'), DAY_SLEET("wi-day-sleet", '\uf0b2'), DAY_SLEET_STORM("wi-day-sleet-storm", '\uf068'), DAY_SNOW("wi-day-snow", '\uf00a'), DAY_SNOW_THUNDERSTORM("wi-day-snow-thunderstorm", '\uf06b'), DAY_SNOW_WIND("wi-day-snow-wind", '\uf065'), DAY_SPRINKLE("wi-day-sprinkle", '\uf00b'), DAY_STORM_SHOWERS("wi-day-storm-showers", '\uf00e'), DAY_SUNNY("wi-day-sunny", '\uf00d'), DAY_SUNNY_OVERCAST("wi-day-sunny-overcast", '\uf00c'), DAY_THUNDERSTORM("wi-day-thunderstorm", '\uf010'), DAY_WINDY("wi-day-windy", '\uf085'), DEGREES("wi-degrees", '\uf042'), DIRECTION_DOWN("wi-direction-down", '\uf044'), DIRECTION_DOWN_LEFT("wi-direction-down-left", '\uf043'), DIRECTION_DOWN_RIGHT("wi-direction-down-right", '\uf088'), DIRECTION_LEFT("wi-direction-left", '\uf048'), DIRECTION_RIGHT("wi-direction-right", '\uf04d'), DIRECTION_UP("wi-direction-up", '\uf058'), DIRECTION_UP_LEFT("wi-direction-up-left", '\uf087'), DIRECTION_UP_RIGHT("wi-direction-up-right", '\uf057'), DUST("wi-dust", '\uf063'), EARTHQUAKE("wi-earthquake", '\uf0c6'), FAHRENHEIT("wi-fahrenheit", '\uf045'), FIRE("wi-fire", '\uf0c7'), FLOOD("wi-flood", '\uf07c'), FOG("wi-fog", '\uf014'), GALE_WARNING("wi-gale-warning", '\uf0cd'), HAIL("wi-hail", '\uf015'), HORIZON("wi-horizon", '\uf047'), HORIZON_ALT("wi-horizon-alt", '\uf046'), HOT("wi-hot", '\uf072'), HUMIDITY("wi-humidity", '\uf07a'), HURRICANE("wi-hurricane", '\uf073'), HURRICANE_WARNING("wi-hurricane-warning", '\uf0cf'), LIGHTNING("wi-lightning", '\uf016'), LUNAR_ECLIPSE("wi-lunar-eclipse", '\uf070'), METEOR("wi-meteor", '\uf071'), MOONRISE("wi-moonrise", '\uf0c9'), MOONSET("wi-moonset", '\uf0ca'), MOON_0("wi-moon-0", '\uf095'), MOON_1("wi-moon-1", '\uf096'), MOON_10("wi-moon-10", '\uf09f'), MOON_11("wi-moon-11", '\uf0a0'), MOON_12("wi-moon-12", '\uf0a1'), MOON_13("wi-moon-13", '\uf0a2'), MOON_14("wi-moon-14", '\uf0a3'), MOON_15("wi-moon-15", '\uf0a4'), MOON_16("wi-moon-16", '\uf0a5'), MOON_17("wi-moon-17", '\uf0a6'), MOON_18("wi-moon-18", '\uf0a7'), MOON_19("wi-moon-19", '\uf0a8'), MOON_2("wi-moon-2", '\uf097'), MOON_20("wi-moon-20", '\uf0a9'), MOON_21("wi-moon-21", '\uf0aa'), MOON_22("wi-moon-22", '\uf0ab'), MOON_23("wi-moon-23", '\uf0ac'), MOON_24("wi-moon-24", '\uf0ad'), MOON_25("wi-moon-25", '\uf0ae'), MOON_26("wi-moon-26", '\uf0af'), MOON_27("wi-moon-27", '\uf0b0'), MOON_3("wi-moon-3", '\uf098'), MOON_4("wi-moon-4", '\uf099'), MOON_5("wi-moon-5", '\uf09a'), MOON_6("wi-moon-6", '\uf09b'), MOON_7("wi-moon-7", '\uf09c'), MOON_8("wi-moon-8", '\uf09d'), MOON_9("wi-moon-9", '\uf09e'), MOON_ALT_FIRST_QUARTER("wi-moon-alt-first-quarter", '\uf0d6'), MOON_ALT_FULL("wi-moon-alt-full", '\uf0dd'), MOON_ALT_NEW("wi-moon-alt-new", '\uf0eb'), MOON_ALT_THIRD_QUARTER("wi-moon-alt-third-quarter", '\uf0e4'), MOON_ALT_WANING_CRESCENT_1("wi-moon-alt-waning-crescent-1", '\uf0e5'), MOON_ALT_WANING_CRESCENT_2("wi-moon-alt-waning-crescent-2", '\uf0e6'), MOON_ALT_WANING_CRESCENT_3("wi-moon-alt-waning-crescent-3", '\uf0e7'), MOON_ALT_WANING_CRESCENT_4("wi-moon-alt-waning-crescent-4", '\uf0e8'), MOON_ALT_WANING_CRESCENT_5("wi-moon-alt-waning-crescent-5", '\uf0e9'), MOON_ALT_WANING_CRESCENT_6("wi-moon-alt-waning-crescent-6", '\uf0ea'), MOON_ALT_WANING_GIBBOUS_1("wi-moon-alt-waning-gibbous-1", '\uf0de'), MOON_ALT_WANING_GIBBOUS_2("wi-moon-alt-waning-gibbous-2", '\uf0df'), MOON_ALT_WANING_GIBBOUS_3("wi-moon-alt-waning-gibbous-3", '\uf0e0'), MOON_ALT_WANING_GIBBOUS_4("wi-moon-alt-waning-gibbous-4", '\uf0e1'), MOON_ALT_WANING_GIBBOUS_5("wi-moon-alt-waning-gibbous-5", '\uf0e2'), MOON_ALT_WANING_GIBBOUS_6("wi-moon-alt-waning-gibbous-6", '\uf0e3'), MOON_ALT_WAXING_CRESCENT_1("wi-moon-alt-waxing-crescent-1", '\uf0d0'), MOON_ALT_WAXING_CRESCENT_2("wi-moon-alt-waxing-crescent-2", '\uf0d1'), MOON_ALT_WAXING_CRESCENT_3("wi-moon-alt-waxing-crescent-3", '\uf0d2'), MOON_ALT_WAXING_CRESCENT_4("wi-moon-alt-waxing-crescent-4", '\uf0d3'), MOON_ALT_WAXING_CRESCENT_5("wi-moon-alt-waxing-crescent-5", '\uf0d4'), MOON_ALT_WAXING_CRESCENT_6("wi-moon-alt-waxing-crescent-6", '\uf0d5'), MOON_ALT_WAXING_GIBBOUS_1("wi-moon-alt-waxing-gibbous-1", '\uf0d7'), MOON_ALT_WAXING_GIBBOUS_2("wi-moon-alt-waxing-gibbous-2", '\uf0d8'), MOON_ALT_WAXING_GIBBOUS_3("wi-moon-alt-waxing-gibbous-3", '\uf0d9'), MOON_ALT_WAXING_GIBBOUS_4("wi-moon-alt-waxing-gibbous-4", '\uf0da'), MOON_ALT_WAXING_GIBBOUS_5("wi-moon-alt-waxing-gibbous-5", '\uf0db'), MOON_ALT_WAXING_GIBBOUS_6("wi-moon-alt-waxing-gibbous-6", '\uf0dc'), MOON_FIRST_QUARTER("wi-moon-first-quarter", '\uf09c'), MOON_FULL("wi-moon-full", '\uf0a3'), MOON_NEW("wi-moon-new", '\uf095'), MOON_THIRD_QUARTER("wi-moon-third-quarter", '\uf0aa'), MOON_WANING_CRESCENT_1("wi-moon-waning-crescent-1", '\uf0ab'), MOON_WANING_CRESCENT_2("wi-moon-waning-crescent-2", '\uf0ac'), MOON_WANING_CRESCENT_3("wi-moon-waning-crescent-3", '\uf0ad'), MOON_WANING_CRESCENT_4("wi-moon-waning-crescent-4", '\uf0ae'), MOON_WANING_CRESCENT_5("wi-moon-waning-crescent-5", '\uf0af'), MOON_WANING_CRESCENT_6("wi-moon-waning-crescent-6", '\uf0b0'), MOON_WANING_GIBBOUS_1("wi-moon-waning-gibbous-1", '\uf0a4'), MOON_WANING_GIBBOUS_2("wi-moon-waning-gibbous-2", '\uf0a5'), MOON_WANING_GIBBOUS_3("wi-moon-waning-gibbous-3", '\uf0a6'), MOON_WANING_GIBBOUS_4("wi-moon-waning-gibbous-4", '\uf0a7'), MOON_WANING_GIBBOUS_5("wi-moon-waning-gibbous-5", '\uf0a8'), MOON_WANING_GIBBOUS_6("wi-moon-waning-gibbous-6", '\uf0a9'), MOON_WAXING_CRESCENT_1("wi-moon-waxing-crescent-1", '\uf096'), MOON_WAXING_CRESCENT_2("wi-moon-waxing-crescent-2", '\uf097'), MOON_WAXING_CRESCENT_3("wi-moon-waxing-crescent-3", '\uf098'), MOON_WAXING_CRESCENT_4("wi-moon-waxing-crescent-4", '\uf099'), MOON_WAXING_CRESCENT_5("wi-moon-waxing-crescent-5", '\uf09a'), MOON_WAXING_CRESCENT_6("wi-moon-waxing-crescent-6", '\uf09b'), MOON_WAXING_GIBBOUS_1("wi-moon-waxing-gibbous-1", '\uf09d'), MOON_WAXING_GIBBOUS_2("wi-moon-waxing-gibbous-2", '\uf09e'), MOON_WAXING_GIBBOUS_3("wi-moon-waxing-gibbous-3", '\uf09f'), MOON_WAXING_GIBBOUS_4("wi-moon-waxing-gibbous-4", '\uf0a0'), MOON_WAXING_GIBBOUS_5("wi-moon-waxing-gibbous-5", '\uf0a1'), MOON_WAXING_GIBBOUS_6("wi-moon-waxing-gibbous-6", '\uf0a2'), NA("wi-na", '\uf07b'), NIGHT_ALT_CLOUDY("wi-night-alt-cloudy", '\uf086'), NIGHT_ALT_CLOUDY_GUSTS("wi-night-alt-cloudy-gusts", '\uf022'), NIGHT_ALT_CLOUDY_HIGH("wi-night-alt-cloudy-high", '\uf07e'), NIGHT_ALT_CLOUDY_WINDY("wi-night-alt-cloudy-windy", '\uf023'), NIGHT_ALT_HAIL("wi-night-alt-hail", '\uf024'), NIGHT_ALT_LIGHTNING("wi-night-alt-lightning", '\uf025'), NIGHT_ALT_PARTLY_CLOUDY("wi-night-alt-partly-cloudy", '\uf081'), NIGHT_ALT_RAIN("wi-night-alt-rain", '\uf028'), NIGHT_ALT_RAIN_MIX("wi-night-alt-rain-mix", '\uf026'), NIGHT_ALT_RAIN_WIND("wi-night-alt-rain-wind", '\uf027'), NIGHT_ALT_SHOWERS("wi-night-alt-showers", '\uf029'), NIGHT_ALT_SLEET("wi-night-alt-sleet", '\uf0b4'), NIGHT_ALT_SLEET_STORM("wi-night-alt-sleet-storm", '\uf06a'), NIGHT_ALT_SNOW("wi-night-alt-snow", '\uf02a'), NIGHT_ALT_SNOW_THUNDERSTORM("wi-night-alt-snow-thunderstorm", '\uf06d'), NIGHT_ALT_SNOW_WIND("wi-night-alt-snow-wind", '\uf067'), NIGHT_ALT_SPRINKLE("wi-night-alt-sprinkle", '\uf02b'), NIGHT_ALT_STORM_SHOWERS("wi-night-alt-storm-showers", '\uf02c'), NIGHT_ALT_THUNDERSTORM("wi-night-alt-thunderstorm", '\uf02d'), NIGHT_CLEAR("wi-night-clear", '\uf02e'), NIGHT_CLOUDY("wi-night-cloudy", '\uf031'), NIGHT_CLOUDY_GUSTS("wi-night-cloudy-gusts", '\uf02f'), NIGHT_CLOUDY_HIGH("wi-night-cloudy-high", '\uf080'), NIGHT_CLOUDY_WINDY("wi-night-cloudy-windy", '\uf030'), NIGHT_FOG("wi-night-fog", '\uf04a'), NIGHT_HAIL("wi-night-hail", '\uf032'), NIGHT_LIGHTNING("wi-night-lightning", '\uf033'), NIGHT_PARTLY_CLOUDY("wi-night-partly-cloudy", '\uf083'), NIGHT_RAIN("wi-night-rain", '\uf036'), NIGHT_RAIN_MIX("wi-night-rain-mix", '\uf034'), NIGHT_RAIN_WIND("wi-night-rain-wind", '\uf035'), NIGHT_SHOWERS("wi-night-showers", '\uf037'), NIGHT_SLEET("wi-night-sleet", '\uf0b3'), NIGHT_SLEET_STORM("wi-night-sleet-storm", '\uf069'), NIGHT_SNOW("wi-night-snow", '\uf038'), NIGHT_SNOW_THUNDERSTORM("wi-night-snow-thunderstorm", '\uf06c'), NIGHT_SNOW_WIND("wi-night-snow-wind", '\uf066'), NIGHT_SPRINKLE("wi-night-sprinkle", '\uf039'), NIGHT_STORM_SHOWERS("wi-night-storm-showers", '\uf03a'), NIGHT_THUNDERSTORM("wi-night-thunderstorm", '\uf03b'), RAIN("wi-rain", '\uf019'), RAINDROP("wi-raindrop", '\uf078'), RAINDROPS("wi-raindrops", '\uf04e'), RAIN_MIX("wi-rain-mix", '\uf017'), RAIN_WIND("wi-rain-wind", '\uf018'), REFRESH("wi-refresh", '\uf04c'), REFRESH_ALT("wi-refresh-alt", '\uf04b'), SANDSTORM("wi-sandstorm", '\uf082'), SHOWERS("wi-showers", '\uf01a'), SLEET("wi-sleet", '\uf0b5'), SMALL_CRAFT_ADVISORY("wi-small-craft-advisory", '\uf0cc'), SMOG("wi-smog", '\uf074'), SMOKE("wi-smoke", '\uf062'), SNOW("wi-snow", '\uf01b'), SNOWFLAKE_COLD("wi-snowflake-cold", '\uf076'), SNOW_WIND("wi-snow-wind", '\uf064'), SOLAR_ECLIPSE("wi-solar-eclipse", '\uf06e'), SPRINKLE("wi-sprinkle", '\uf01c'), STARS("wi-stars", '\uf077'), STORM_SHOWERS("wi-storm-showers", '\uf01d'), STORM_WARNING("wi-storm-warning", '\uf0ce'), STRONG_WIND("wi-strong-wind", '\uf050'), SUNRISE("wi-sunrise", '\uf051'), SUNSET("wi-sunset", '\uf052'), THERMOMETER("wi-thermometer", '\uf055'), THERMOMETER_EXTERIOR("wi-thermometer-exterior", '\uf053'), THERMOMETER_INTERNAL("wi-thermometer-internal", '\uf054'), THUNDERSTORM("wi-thunderstorm", '\uf01e'), TIME_1("wi-time-1", '\uf08a'), TIME_10("wi-time-10", '\uf093'), TIME_11("wi-time-11", '\uf094'), TIME_12("wi-time-12", '\uf089'), TIME_2("wi-time-2", '\uf08b'), TIME_3("wi-time-3", '\uf08c'), TIME_4("wi-time-4", '\uf08d'), TIME_5("wi-time-5", '\uf08e'), TIME_6("wi-time-6", '\uf08f'), TIME_7("wi-time-7", '\uf090'), TIME_8("wi-time-8", '\uf091'), TIME_9("wi-time-9", '\uf092'), TORNADO("wi-tornado", '\uf056'), TRAIN("wi-train", '\uf0cb'), TSUNAMI("wi-tsunami", '\uf0c5'), UMBRELLA("wi-umbrella", '\uf084'), VOLCANO("wi-volcano", '\uf0c8'), WINDY("wi-windy", '\uf021'), WIND_BEAUFORT_0("wi-wind-beaufort-0", '\uf0b7'), WIND_BEAUFORT_1("wi-wind-beaufort-1", '\uf0b8'), WIND_BEAUFORT_10("wi-wind-beaufort-10", '\uf0c1'), WIND_BEAUFORT_11("wi-wind-beaufort-11", '\uf0c2'), WIND_BEAUFORT_12("wi-wind-beaufort-12", '\uf0c3'), WIND_BEAUFORT_2("wi-wind-beaufort-2", '\uf0b9'), WIND_BEAUFORT_3("wi-wind-beaufort-3", '\uf0ba'), WIND_BEAUFORT_4("wi-wind-beaufort-4", '\uf0bb'), WIND_BEAUFORT_5("wi-wind-beaufort-5", '\uf0bc'), WIND_BEAUFORT_6("wi-wind-beaufort-6", '\uf0bd'), WIND_BEAUFORT_7("wi-wind-beaufort-7", '\uf0be'), WIND_BEAUFORT_8("wi-wind-beaufort-8", '\uf0bf'), WIND_BEAUFORT_9("wi-wind-beaufort-9", '\uf0c0'), WIND_DIRECTION("wi-wind-direction", '\uf0b1'); public static WeatherIcons findByDescription(String description) { for (WeatherIcons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private String description; private int code; WeatherIcons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-weathericons-pack/src/main/java/org/kordamp/ikonli/weathericons/WeatherIconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.weathericons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class WeatherIconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/weathericons/2.0.10/fonts/weathericons-regular-webfont.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("wi-"); } @Override public Ikon resolve(String description) { return WeatherIcons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Weather Icons"; } } ================================================ FILE: icon-packs/ikonli-weathericons-pack/src/main/java/org/kordamp/ikonli/weathericons/WeatherIconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.weathericons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class WeatherIconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return WeatherIcons.class; } } ================================================ FILE: icon-packs/ikonli-weathericons-pack/src/main/resources/META-INF/resources/weathericons/2.0.10/css/weather-icons.css ================================================ /*! * Weather Icons 2.0.8 * Updated September 19, 2015 * Weather themed icons for Bootstrap * Author - Erik Flowers - erik@helloerik.com * Email: erik@helloerik.com * Twitter: http://twitter.com/Erik_UX * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons * * License * ------------------------------------------------------------------------------ * - Font licensed under SIL OFL 1.1 - * http://scripts.sil.org/OFL * - CSS, SCSS and LESS are licensed under MIT License - * http://opensource.org/licenses/mit-license.html * - Documentation licensed under CC BY 3.0 - * http://creativecommons.org/licenses/by/3.0/ * - Inspired by and works great as a companion with Font Awesome * "Font Awesome by Dave Gandy - http://fontawesome.io" */ @font-face { font-family: 'weathericons'; src: url('../fonts/weathericons-regular-webfont.eot'); src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weather_iconsregular') format('svg'); font-weight: normal; font-style: normal; } .wi { display: inline-block; font-family: 'weathericons'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wi-fw { text-align: center; width: 1.4em; } .wi-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .wi-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .wi-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .wi-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .wi-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } .wi-day-sunny:before { content: "\f00d"; } .wi-day-cloudy:before { content: "\f002"; } .wi-day-cloudy-gusts:before { content: "\f000"; } .wi-day-cloudy-windy:before { content: "\f001"; } .wi-day-fog:before { content: "\f003"; } .wi-day-hail:before { content: "\f004"; } .wi-day-haze:before { content: "\f0b6"; } .wi-day-lightning:before { content: "\f005"; } .wi-day-rain:before { content: "\f008"; } .wi-day-rain-mix:before { content: "\f006"; } .wi-day-rain-wind:before { content: "\f007"; } .wi-day-showers:before { content: "\f009"; } .wi-day-sleet:before { content: "\f0b2"; } .wi-day-sleet-storm:before { content: "\f068"; } .wi-day-snow:before { content: "\f00a"; } .wi-day-snow-thunderstorm:before { content: "\f06b"; } .wi-day-snow-wind:before { content: "\f065"; } .wi-day-sprinkle:before { content: "\f00b"; } .wi-day-storm-showers:before { content: "\f00e"; } .wi-day-sunny-overcast:before { content: "\f00c"; } .wi-day-thunderstorm:before { content: "\f010"; } .wi-day-windy:before { content: "\f085"; } .wi-solar-eclipse:before { content: "\f06e"; } .wi-hot:before { content: "\f072"; } .wi-day-cloudy-high:before { content: "\f07d"; } .wi-day-light-wind:before { content: "\f0c4"; } .wi-night-clear:before { content: "\f02e"; } .wi-night-alt-cloudy:before { content: "\f086"; } .wi-night-alt-cloudy-gusts:before { content: "\f022"; } .wi-night-alt-cloudy-windy:before { content: "\f023"; } .wi-night-alt-hail:before { content: "\f024"; } .wi-night-alt-lightning:before { content: "\f025"; } .wi-night-alt-rain:before { content: "\f028"; } .wi-night-alt-rain-mix:before { content: "\f026"; } .wi-night-alt-rain-wind:before { content: "\f027"; } .wi-night-alt-showers:before { content: "\f029"; } .wi-night-alt-sleet:before { content: "\f0b4"; } .wi-night-alt-sleet-storm:before { content: "\f06a"; } .wi-night-alt-snow:before { content: "\f02a"; } .wi-night-alt-snow-thunderstorm:before { content: "\f06d"; } .wi-night-alt-snow-wind:before { content: "\f067"; } .wi-night-alt-sprinkle:before { content: "\f02b"; } .wi-night-alt-storm-showers:before { content: "\f02c"; } .wi-night-alt-thunderstorm:before { content: "\f02d"; } .wi-night-cloudy:before { content: "\f031"; } .wi-night-cloudy-gusts:before { content: "\f02f"; } .wi-night-cloudy-windy:before { content: "\f030"; } .wi-night-fog:before { content: "\f04a"; } .wi-night-hail:before { content: "\f032"; } .wi-night-lightning:before { content: "\f033"; } .wi-night-partly-cloudy:before { content: "\f083"; } .wi-night-rain:before { content: "\f036"; } .wi-night-rain-mix:before { content: "\f034"; } .wi-night-rain-wind:before { content: "\f035"; } .wi-night-showers:before { content: "\f037"; } .wi-night-sleet:before { content: "\f0b3"; } .wi-night-sleet-storm:before { content: "\f069"; } .wi-night-snow:before { content: "\f038"; } .wi-night-snow-thunderstorm:before { content: "\f06c"; } .wi-night-snow-wind:before { content: "\f066"; } .wi-night-sprinkle:before { content: "\f039"; } .wi-night-storm-showers:before { content: "\f03a"; } .wi-night-thunderstorm:before { content: "\f03b"; } .wi-lunar-eclipse:before { content: "\f070"; } .wi-stars:before { content: "\f077"; } .wi-storm-showers:before { content: "\f01d"; } .wi-thunderstorm:before { content: "\f01e"; } .wi-night-alt-cloudy-high:before { content: "\f07e"; } .wi-night-cloudy-high:before { content: "\f080"; } .wi-night-alt-partly-cloudy:before { content: "\f081"; } .wi-cloud:before { content: "\f041"; } .wi-cloudy:before { content: "\f013"; } .wi-cloudy-gusts:before { content: "\f011"; } .wi-cloudy-windy:before { content: "\f012"; } .wi-fog:before { content: "\f014"; } .wi-hail:before { content: "\f015"; } .wi-rain:before { content: "\f019"; } .wi-rain-mix:before { content: "\f017"; } .wi-rain-wind:before { content: "\f018"; } .wi-showers:before { content: "\f01a"; } .wi-sleet:before { content: "\f0b5"; } .wi-snow:before { content: "\f01b"; } .wi-sprinkle:before { content: "\f01c"; } .wi-storm-showers:before { content: "\f01d"; } .wi-thunderstorm:before { content: "\f01e"; } .wi-snow-wind:before { content: "\f064"; } .wi-snow:before { content: "\f01b"; } .wi-smog:before { content: "\f074"; } .wi-smoke:before { content: "\f062"; } .wi-lightning:before { content: "\f016"; } .wi-raindrops:before { content: "\f04e"; } .wi-raindrop:before { content: "\f078"; } .wi-dust:before { content: "\f063"; } .wi-snowflake-cold:before { content: "\f076"; } .wi-windy:before { content: "\f021"; } .wi-strong-wind:before { content: "\f050"; } .wi-sandstorm:before { content: "\f082"; } .wi-earthquake:before { content: "\f0c6"; } .wi-fire:before { content: "\f0c7"; } .wi-flood:before { content: "\f07c"; } .wi-meteor:before { content: "\f071"; } .wi-tsunami:before { content: "\f0c5"; } .wi-volcano:before { content: "\f0c8"; } .wi-hurricane:before { content: "\f073"; } .wi-tornado:before { content: "\f056"; } .wi-small-craft-advisory:before { content: "\f0cc"; } .wi-gale-warning:before { content: "\f0cd"; } .wi-storm-warning:before { content: "\f0ce"; } .wi-hurricane-warning:before { content: "\f0cf"; } .wi-wind-direction:before { content: "\f0b1"; } .wi-alien:before { content: "\f075"; } .wi-celsius:before { content: "\f03c"; } .wi-fahrenheit:before { content: "\f045"; } .wi-degrees:before { content: "\f042"; } .wi-thermometer:before { content: "\f055"; } .wi-thermometer-exterior:before { content: "\f053"; } .wi-thermometer-internal:before { content: "\f054"; } .wi-cloud-down:before { content: "\f03d"; } .wi-cloud-up:before { content: "\f040"; } .wi-cloud-refresh:before { content: "\f03e"; } .wi-horizon:before { content: "\f047"; } .wi-horizon-alt:before { content: "\f046"; } .wi-sunrise:before { content: "\f051"; } .wi-sunset:before { content: "\f052"; } .wi-moonrise:before { content: "\f0c9"; } .wi-moonset:before { content: "\f0ca"; } .wi-refresh:before { content: "\f04c"; } .wi-refresh-alt:before { content: "\f04b"; } .wi-umbrella:before { content: "\f084"; } .wi-barometer:before { content: "\f079"; } .wi-humidity:before { content: "\f07a"; } .wi-na:before { content: "\f07b"; } .wi-train:before { content: "\f0cb"; } .wi-moon-new:before { content: "\f095"; } .wi-moon-waxing-crescent-1:before { content: "\f096"; } .wi-moon-waxing-crescent-2:before { content: "\f097"; } .wi-moon-waxing-crescent-3:before { content: "\f098"; } .wi-moon-waxing-crescent-4:before { content: "\f099"; } .wi-moon-waxing-crescent-5:before { content: "\f09a"; } .wi-moon-waxing-crescent-6:before { content: "\f09b"; } .wi-moon-first-quarter:before { content: "\f09c"; } .wi-moon-waxing-gibbous-1:before { content: "\f09d"; } .wi-moon-waxing-gibbous-2:before { content: "\f09e"; } .wi-moon-waxing-gibbous-3:before { content: "\f09f"; } .wi-moon-waxing-gibbous-4:before { content: "\f0a0"; } .wi-moon-waxing-gibbous-5:before { content: "\f0a1"; } .wi-moon-waxing-gibbous-6:before { content: "\f0a2"; } .wi-moon-full:before { content: "\f0a3"; } .wi-moon-waning-gibbous-1:before { content: "\f0a4"; } .wi-moon-waning-gibbous-2:before { content: "\f0a5"; } .wi-moon-waning-gibbous-3:before { content: "\f0a6"; } .wi-moon-waning-gibbous-4:before { content: "\f0a7"; } .wi-moon-waning-gibbous-5:before { content: "\f0a8"; } .wi-moon-waning-gibbous-6:before { content: "\f0a9"; } .wi-moon-third-quarter:before { content: "\f0aa"; } .wi-moon-waning-crescent-1:before { content: "\f0ab"; } .wi-moon-waning-crescent-2:before { content: "\f0ac"; } .wi-moon-waning-crescent-3:before { content: "\f0ad"; } .wi-moon-waning-crescent-4:before { content: "\f0ae"; } .wi-moon-waning-crescent-5:before { content: "\f0af"; } .wi-moon-waning-crescent-6:before { content: "\f0b0"; } .wi-moon-alt-new:before { content: "\f0eb"; } .wi-moon-alt-waxing-crescent-1:before { content: "\f0d0"; } .wi-moon-alt-waxing-crescent-2:before { content: "\f0d1"; } .wi-moon-alt-waxing-crescent-3:before { content: "\f0d2"; } .wi-moon-alt-waxing-crescent-4:before { content: "\f0d3"; } .wi-moon-alt-waxing-crescent-5:before { content: "\f0d4"; } .wi-moon-alt-waxing-crescent-6:before { content: "\f0d5"; } .wi-moon-alt-first-quarter:before { content: "\f0d6"; } .wi-moon-alt-waxing-gibbous-1:before { content: "\f0d7"; } .wi-moon-alt-waxing-gibbous-2:before { content: "\f0d8"; } .wi-moon-alt-waxing-gibbous-3:before { content: "\f0d9"; } .wi-moon-alt-waxing-gibbous-4:before { content: "\f0da"; } .wi-moon-alt-waxing-gibbous-5:before { content: "\f0db"; } .wi-moon-alt-waxing-gibbous-6:before { content: "\f0dc"; } .wi-moon-alt-full:before { content: "\f0dd"; } .wi-moon-alt-waning-gibbous-1:before { content: "\f0de"; } .wi-moon-alt-waning-gibbous-2:before { content: "\f0df"; } .wi-moon-alt-waning-gibbous-3:before { content: "\f0e0"; } .wi-moon-alt-waning-gibbous-4:before { content: "\f0e1"; } .wi-moon-alt-waning-gibbous-5:before { content: "\f0e2"; } .wi-moon-alt-waning-gibbous-6:before { content: "\f0e3"; } .wi-moon-alt-third-quarter:before { content: "\f0e4"; } .wi-moon-alt-waning-crescent-1:before { content: "\f0e5"; } .wi-moon-alt-waning-crescent-2:before { content: "\f0e6"; } .wi-moon-alt-waning-crescent-3:before { content: "\f0e7"; } .wi-moon-alt-waning-crescent-4:before { content: "\f0e8"; } .wi-moon-alt-waning-crescent-5:before { content: "\f0e9"; } .wi-moon-alt-waning-crescent-6:before { content: "\f0ea"; } .wi-moon-0:before { content: "\f095"; } .wi-moon-1:before { content: "\f096"; } .wi-moon-2:before { content: "\f097"; } .wi-moon-3:before { content: "\f098"; } .wi-moon-4:before { content: "\f099"; } .wi-moon-5:before { content: "\f09a"; } .wi-moon-6:before { content: "\f09b"; } .wi-moon-7:before { content: "\f09c"; } .wi-moon-8:before { content: "\f09d"; } .wi-moon-9:before { content: "\f09e"; } .wi-moon-10:before { content: "\f09f"; } .wi-moon-11:before { content: "\f0a0"; } .wi-moon-12:before { content: "\f0a1"; } .wi-moon-13:before { content: "\f0a2"; } .wi-moon-14:before { content: "\f0a3"; } .wi-moon-15:before { content: "\f0a4"; } .wi-moon-16:before { content: "\f0a5"; } .wi-moon-17:before { content: "\f0a6"; } .wi-moon-18:before { content: "\f0a7"; } .wi-moon-19:before { content: "\f0a8"; } .wi-moon-20:before { content: "\f0a9"; } .wi-moon-21:before { content: "\f0aa"; } .wi-moon-22:before { content: "\f0ab"; } .wi-moon-23:before { content: "\f0ac"; } .wi-moon-24:before { content: "\f0ad"; } .wi-moon-25:before { content: "\f0ae"; } .wi-moon-26:before { content: "\f0af"; } .wi-moon-27:before { content: "\f0b0"; } .wi-time-1:before { content: "\f08a"; } .wi-time-2:before { content: "\f08b"; } .wi-time-3:before { content: "\f08c"; } .wi-time-4:before { content: "\f08d"; } .wi-time-5:before { content: "\f08e"; } .wi-time-6:before { content: "\f08f"; } .wi-time-7:before { content: "\f090"; } .wi-time-8:before { content: "\f091"; } .wi-time-9:before { content: "\f092"; } .wi-time-10:before { content: "\f093"; } .wi-time-11:before { content: "\f094"; } .wi-time-12:before { content: "\f089"; } .wi-direction-up:before { content: "\f058"; } .wi-direction-up-right:before { content: "\f057"; } .wi-direction-right:before { content: "\f04d"; } .wi-direction-down-right:before { content: "\f088"; } .wi-direction-down:before { content: "\f044"; } .wi-direction-down-left:before { content: "\f043"; } .wi-direction-left:before { content: "\f048"; } .wi-direction-up-left:before { content: "\f087"; } .wi-wind-beaufort-0:before { content: "\f0b7"; } .wi-wind-beaufort-1:before { content: "\f0b8"; } .wi-wind-beaufort-2:before { content: "\f0b9"; } .wi-wind-beaufort-3:before { content: "\f0ba"; } .wi-wind-beaufort-4:before { content: "\f0bb"; } .wi-wind-beaufort-5:before { content: "\f0bc"; } .wi-wind-beaufort-6:before { content: "\f0bd"; } .wi-wind-beaufort-7:before { content: "\f0be"; } .wi-wind-beaufort-8:before { content: "\f0bf"; } .wi-wind-beaufort-9:before { content: "\f0c0"; } .wi-wind-beaufort-10:before { content: "\f0c1"; } .wi-wind-beaufort-11:before { content: "\f0c2"; } .wi-wind-beaufort-12:before { content: "\f0c3"; } .wi-yahoo-0:before { content: "\f056"; } .wi-yahoo-1:before { content: "\f00e"; } .wi-yahoo-2:before { content: "\f073"; } .wi-yahoo-3:before { content: "\f01e"; } .wi-yahoo-4:before { content: "\f01e"; } .wi-yahoo-5:before { content: "\f017"; } .wi-yahoo-6:before { content: "\f017"; } .wi-yahoo-7:before { content: "\f017"; } .wi-yahoo-8:before { content: "\f015"; } .wi-yahoo-9:before { content: "\f01a"; } .wi-yahoo-10:before { content: "\f015"; } .wi-yahoo-11:before { content: "\f01a"; } .wi-yahoo-12:before { content: "\f01a"; } .wi-yahoo-13:before { content: "\f01b"; } .wi-yahoo-14:before { content: "\f00a"; } .wi-yahoo-15:before { content: "\f064"; } .wi-yahoo-16:before { content: "\f01b"; } .wi-yahoo-17:before { content: "\f015"; } .wi-yahoo-18:before { content: "\f017"; } .wi-yahoo-19:before { content: "\f063"; } .wi-yahoo-20:before { content: "\f014"; } .wi-yahoo-21:before { content: "\f021"; } .wi-yahoo-22:before { content: "\f062"; } .wi-yahoo-23:before { content: "\f050"; } .wi-yahoo-24:before { content: "\f050"; } .wi-yahoo-25:before { content: "\f076"; } .wi-yahoo-26:before { content: "\f013"; } .wi-yahoo-27:before { content: "\f031"; } .wi-yahoo-28:before { content: "\f002"; } .wi-yahoo-29:before { content: "\f031"; } .wi-yahoo-30:before { content: "\f002"; } .wi-yahoo-31:before { content: "\f02e"; } .wi-yahoo-32:before { content: "\f00d"; } .wi-yahoo-33:before { content: "\f083"; } .wi-yahoo-34:before { content: "\f00c"; } .wi-yahoo-35:before { content: "\f017"; } .wi-yahoo-36:before { content: "\f072"; } .wi-yahoo-37:before { content: "\f00e"; } .wi-yahoo-38:before { content: "\f00e"; } .wi-yahoo-39:before { content: "\f00e"; } .wi-yahoo-40:before { content: "\f01a"; } .wi-yahoo-41:before { content: "\f064"; } .wi-yahoo-42:before { content: "\f01b"; } .wi-yahoo-43:before { content: "\f064"; } .wi-yahoo-44:before { content: "\f00c"; } .wi-yahoo-45:before { content: "\f00e"; } .wi-yahoo-46:before { content: "\f01b"; } .wi-yahoo-47:before { content: "\f00e"; } .wi-yahoo-3200:before { content: "\f077"; } .wi-forecast-io-clear-day:before { content: "\f00d"; } .wi-forecast-io-clear-night:before { content: "\f02e"; } .wi-forecast-io-rain:before { content: "\f019"; } .wi-forecast-io-snow:before { content: "\f01b"; } .wi-forecast-io-sleet:before { content: "\f0b5"; } .wi-forecast-io-wind:before { content: "\f050"; } .wi-forecast-io-fog:before { content: "\f014"; } .wi-forecast-io-cloudy:before { content: "\f013"; } .wi-forecast-io-partly-cloudy-day:before { content: "\f002"; } .wi-forecast-io-partly-cloudy-night:before { content: "\f031"; } .wi-forecast-io-hail:before { content: "\f015"; } .wi-forecast-io-thunderstorm:before { content: "\f01e"; } .wi-forecast-io-tornado:before { content: "\f056"; } .wi-wmo4680-0:before, .wi-wmo4680-00:before { content: "\f055"; } .wi-wmo4680-1:before, .wi-wmo4680-01:before { content: "\f013"; } .wi-wmo4680-2:before, .wi-wmo4680-02:before { content: "\f055"; } .wi-wmo4680-3:before, .wi-wmo4680-03:before { content: "\f013"; } .wi-wmo4680-4:before, .wi-wmo4680-04:before { content: "\f014"; } .wi-wmo4680-5:before, .wi-wmo4680-05:before { content: "\f014"; } .wi-wmo4680-10:before { content: "\f014"; } .wi-wmo4680-11:before { content: "\f014"; } .wi-wmo4680-12:before { content: "\f016"; } .wi-wmo4680-18:before { content: "\f050"; } .wi-wmo4680-20:before { content: "\f014"; } .wi-wmo4680-21:before { content: "\f017"; } .wi-wmo4680-22:before { content: "\f017"; } .wi-wmo4680-23:before { content: "\f019"; } .wi-wmo4680-24:before { content: "\f01b"; } .wi-wmo4680-25:before { content: "\f015"; } .wi-wmo4680-26:before { content: "\f01e"; } .wi-wmo4680-27:before { content: "\f063"; } .wi-wmo4680-28:before { content: "\f063"; } .wi-wmo4680-29:before { content: "\f063"; } .wi-wmo4680-30:before { content: "\f014"; } .wi-wmo4680-31:before { content: "\f014"; } .wi-wmo4680-32:before { content: "\f014"; } .wi-wmo4680-33:before { content: "\f014"; } .wi-wmo4680-34:before { content: "\f014"; } .wi-wmo4680-35:before { content: "\f014"; } .wi-wmo4680-40:before { content: "\f017"; } .wi-wmo4680-41:before { content: "\f01c"; } .wi-wmo4680-42:before { content: "\f019"; } .wi-wmo4680-43:before { content: "\f01c"; } .wi-wmo4680-44:before { content: "\f019"; } .wi-wmo4680-45:before { content: "\f015"; } .wi-wmo4680-46:before { content: "\f015"; } .wi-wmo4680-47:before { content: "\f01b"; } .wi-wmo4680-48:before { content: "\f01b"; } .wi-wmo4680-50:before { content: "\f01c"; } .wi-wmo4680-51:before { content: "\f01c"; } .wi-wmo4680-52:before { content: "\f019"; } .wi-wmo4680-53:before { content: "\f019"; } .wi-wmo4680-54:before { content: "\f076"; } .wi-wmo4680-55:before { content: "\f076"; } .wi-wmo4680-56:before { content: "\f076"; } .wi-wmo4680-57:before { content: "\f01c"; } .wi-wmo4680-58:before { content: "\f019"; } .wi-wmo4680-60:before { content: "\f01c"; } .wi-wmo4680-61:before { content: "\f01c"; } .wi-wmo4680-62:before { content: "\f019"; } .wi-wmo4680-63:before { content: "\f019"; } .wi-wmo4680-64:before { content: "\f015"; } .wi-wmo4680-65:before { content: "\f015"; } .wi-wmo4680-66:before { content: "\f015"; } .wi-wmo4680-67:before { content: "\f017"; } .wi-wmo4680-68:before { content: "\f017"; } .wi-wmo4680-70:before { content: "\f01b"; } .wi-wmo4680-71:before { content: "\f01b"; } .wi-wmo4680-72:before { content: "\f01b"; } .wi-wmo4680-73:before { content: "\f01b"; } .wi-wmo4680-74:before { content: "\f076"; } .wi-wmo4680-75:before { content: "\f076"; } .wi-wmo4680-76:before { content: "\f076"; } .wi-wmo4680-77:before { content: "\f01b"; } .wi-wmo4680-78:before { content: "\f076"; } .wi-wmo4680-80:before { content: "\f019"; } .wi-wmo4680-81:before { content: "\f01c"; } .wi-wmo4680-82:before { content: "\f019"; } .wi-wmo4680-83:before { content: "\f019"; } .wi-wmo4680-84:before { content: "\f01d"; } .wi-wmo4680-85:before { content: "\f017"; } .wi-wmo4680-86:before { content: "\f017"; } .wi-wmo4680-87:before { content: "\f017"; } .wi-wmo4680-89:before { content: "\f015"; } .wi-wmo4680-90:before { content: "\f016"; } .wi-wmo4680-91:before { content: "\f01d"; } .wi-wmo4680-92:before { content: "\f01e"; } .wi-wmo4680-93:before { content: "\f01e"; } .wi-wmo4680-94:before { content: "\f016"; } .wi-wmo4680-95:before { content: "\f01e"; } .wi-wmo4680-96:before { content: "\f01e"; } .wi-wmo4680-99:before { content: "\f056"; } .wi-owm-200:before { content: "\f01e"; } .wi-owm-201:before { content: "\f01e"; } .wi-owm-202:before { content: "\f01e"; } .wi-owm-210:before { content: "\f016"; } .wi-owm-211:before { content: "\f016"; } .wi-owm-212:before { content: "\f016"; } .wi-owm-221:before { content: "\f016"; } .wi-owm-230:before { content: "\f01e"; } .wi-owm-231:before { content: "\f01e"; } .wi-owm-232:before { content: "\f01e"; } .wi-owm-300:before { content: "\f01c"; } .wi-owm-301:before { content: "\f01c"; } .wi-owm-302:before { content: "\f019"; } .wi-owm-310:before { content: "\f017"; } .wi-owm-311:before { content: "\f019"; } .wi-owm-312:before { content: "\f019"; } .wi-owm-313:before { content: "\f01a"; } .wi-owm-314:before { content: "\f019"; } .wi-owm-321:before { content: "\f01c"; } .wi-owm-500:before { content: "\f01c"; } .wi-owm-501:before { content: "\f019"; } .wi-owm-502:before { content: "\f019"; } .wi-owm-503:before { content: "\f019"; } .wi-owm-504:before { content: "\f019"; } .wi-owm-511:before { content: "\f017"; } .wi-owm-520:before { content: "\f01a"; } .wi-owm-521:before { content: "\f01a"; } .wi-owm-522:before { content: "\f01a"; } .wi-owm-531:before { content: "\f01d"; } .wi-owm-600:before { content: "\f01b"; } .wi-owm-601:before { content: "\f01b"; } .wi-owm-602:before { content: "\f0b5"; } .wi-owm-611:before { content: "\f017"; } .wi-owm-612:before { content: "\f017"; } .wi-owm-615:before { content: "\f017"; } .wi-owm-616:before { content: "\f017"; } .wi-owm-620:before { content: "\f017"; } .wi-owm-621:before { content: "\f01b"; } .wi-owm-622:before { content: "\f01b"; } .wi-owm-701:before { content: "\f01a"; } .wi-owm-711:before { content: "\f062"; } .wi-owm-721:before { content: "\f0b6"; } .wi-owm-731:before { content: "\f063"; } .wi-owm-741:before { content: "\f014"; } .wi-owm-761:before { content: "\f063"; } .wi-owm-762:before { content: "\f063"; } .wi-owm-771:before { content: "\f011"; } .wi-owm-781:before { content: "\f056"; } .wi-owm-800:before { content: "\f00d"; } .wi-owm-801:before { content: "\f011"; } .wi-owm-802:before { content: "\f011"; } .wi-owm-803:before { content: "\f012"; } .wi-owm-804:before { content: "\f013"; } .wi-owm-900:before { content: "\f056"; } .wi-owm-901:before { content: "\f01d"; } .wi-owm-902:before { content: "\f073"; } .wi-owm-903:before { content: "\f076"; } .wi-owm-904:before { content: "\f072"; } .wi-owm-905:before { content: "\f021"; } .wi-owm-906:before { content: "\f015"; } .wi-owm-957:before { content: "\f050"; } .wi-owm-day-200:before { content: "\f010"; } .wi-owm-day-201:before { content: "\f010"; } .wi-owm-day-202:before { content: "\f010"; } .wi-owm-day-210:before { content: "\f005"; } .wi-owm-day-211:before { content: "\f005"; } .wi-owm-day-212:before { content: "\f005"; } .wi-owm-day-221:before { content: "\f005"; } .wi-owm-day-230:before { content: "\f010"; } .wi-owm-day-231:before { content: "\f010"; } .wi-owm-day-232:before { content: "\f010"; } .wi-owm-day-300:before { content: "\f00b"; } .wi-owm-day-301:before { content: "\f00b"; } .wi-owm-day-302:before { content: "\f008"; } .wi-owm-day-310:before { content: "\f008"; } .wi-owm-day-311:before { content: "\f008"; } .wi-owm-day-312:before { content: "\f008"; } .wi-owm-day-313:before { content: "\f008"; } .wi-owm-day-314:before { content: "\f008"; } .wi-owm-day-321:before { content: "\f00b"; } .wi-owm-day-500:before { content: "\f00b"; } .wi-owm-day-501:before { content: "\f008"; } .wi-owm-day-502:before { content: "\f008"; } .wi-owm-day-503:before { content: "\f008"; } .wi-owm-day-504:before { content: "\f008"; } .wi-owm-day-511:before { content: "\f006"; } .wi-owm-day-520:before { content: "\f009"; } .wi-owm-day-521:before { content: "\f009"; } .wi-owm-day-522:before { content: "\f009"; } .wi-owm-day-531:before { content: "\f00e"; } .wi-owm-day-600:before { content: "\f00a"; } .wi-owm-day-601:before { content: "\f0b2"; } .wi-owm-day-602:before { content: "\f00a"; } .wi-owm-day-611:before { content: "\f006"; } .wi-owm-day-612:before { content: "\f006"; } .wi-owm-day-615:before { content: "\f006"; } .wi-owm-day-616:before { content: "\f006"; } .wi-owm-day-620:before { content: "\f006"; } .wi-owm-day-621:before { content: "\f00a"; } .wi-owm-day-622:before { content: "\f00a"; } .wi-owm-day-701:before { content: "\f009"; } .wi-owm-day-711:before { content: "\f062"; } .wi-owm-day-721:before { content: "\f0b6"; } .wi-owm-day-731:before { content: "\f063"; } .wi-owm-day-741:before { content: "\f003"; } .wi-owm-day-761:before { content: "\f063"; } .wi-owm-day-762:before { content: "\f063"; } .wi-owm-day-781:before { content: "\f056"; } .wi-owm-day-800:before { content: "\f00d"; } .wi-owm-day-801:before { content: "\f000"; } .wi-owm-day-802:before { content: "\f000"; } .wi-owm-day-803:before { content: "\f000"; } .wi-owm-day-804:before { content: "\f00c"; } .wi-owm-day-900:before { content: "\f056"; } .wi-owm-day-902:before { content: "\f073"; } .wi-owm-day-903:before { content: "\f076"; } .wi-owm-day-904:before { content: "\f072"; } .wi-owm-day-906:before { content: "\f004"; } .wi-owm-day-957:before { content: "\f050"; } .wi-owm-night-200:before { content: "\f02d"; } .wi-owm-night-201:before { content: "\f02d"; } .wi-owm-night-202:before { content: "\f02d"; } .wi-owm-night-210:before { content: "\f025"; } .wi-owm-night-211:before { content: "\f025"; } .wi-owm-night-212:before { content: "\f025"; } .wi-owm-night-221:before { content: "\f025"; } .wi-owm-night-230:before { content: "\f02d"; } .wi-owm-night-231:before { content: "\f02d"; } .wi-owm-night-232:before { content: "\f02d"; } .wi-owm-night-300:before { content: "\f02b"; } .wi-owm-night-301:before { content: "\f02b"; } .wi-owm-night-302:before { content: "\f028"; } .wi-owm-night-310:before { content: "\f028"; } .wi-owm-night-311:before { content: "\f028"; } .wi-owm-night-312:before { content: "\f028"; } .wi-owm-night-313:before { content: "\f028"; } .wi-owm-night-314:before { content: "\f028"; } .wi-owm-night-321:before { content: "\f02b"; } .wi-owm-night-500:before { content: "\f02b"; } .wi-owm-night-501:before { content: "\f028"; } .wi-owm-night-502:before { content: "\f028"; } .wi-owm-night-503:before { content: "\f028"; } .wi-owm-night-504:before { content: "\f028"; } .wi-owm-night-511:before { content: "\f026"; } .wi-owm-night-520:before { content: "\f029"; } .wi-owm-night-521:before { content: "\f029"; } .wi-owm-night-522:before { content: "\f029"; } .wi-owm-night-531:before { content: "\f02c"; } .wi-owm-night-600:before { content: "\f02a"; } .wi-owm-night-601:before { content: "\f0b4"; } .wi-owm-night-602:before { content: "\f02a"; } .wi-owm-night-611:before { content: "\f026"; } .wi-owm-night-612:before { content: "\f026"; } .wi-owm-night-615:before { content: "\f026"; } .wi-owm-night-616:before { content: "\f026"; } .wi-owm-night-620:before { content: "\f026"; } .wi-owm-night-621:before { content: "\f02a"; } .wi-owm-night-622:before { content: "\f02a"; } .wi-owm-night-701:before { content: "\f029"; } .wi-owm-night-711:before { content: "\f062"; } .wi-owm-night-721:before { content: "\f0b6"; } .wi-owm-night-731:before { content: "\f063"; } .wi-owm-night-741:before { content: "\f04a"; } .wi-owm-night-761:before { content: "\f063"; } .wi-owm-night-762:before { content: "\f063"; } .wi-owm-night-781:before { content: "\f056"; } .wi-owm-night-800:before { content: "\f02e"; } .wi-owm-night-801:before { content: "\f022"; } .wi-owm-night-802:before { content: "\f022"; } .wi-owm-night-803:before { content: "\f022"; } .wi-owm-night-804:before { content: "\f086"; } .wi-owm-night-900:before { content: "\f056"; } .wi-owm-night-902:before { content: "\f073"; } .wi-owm-night-903:before { content: "\f076"; } .wi-owm-night-904:before { content: "\f072"; } .wi-owm-night-906:before { content: "\f024"; } .wi-owm-night-957:before { content: "\f050"; } .wi-wu-chanceflurries:before { content: "\f064"; } .wi-wu-chancerain:before { content: "\f019"; } .wi-wu-chancesleat:before { content: "\f0b5"; } .wi-wu-chancesnow:before { content: "\f01b"; } .wi-wu-chancetstorms:before { content: "\f01e"; } .wi-wu-clear:before { content: "\f00d"; } .wi-wu-cloudy:before { content: "\f002"; } .wi-wu-flurries:before { content: "\f064"; } .wi-wu-hazy:before { content: "\f0b6"; } .wi-wu-mostlycloudy:before { content: "\f002"; } .wi-wu-mostlysunny:before { content: "\f00d"; } .wi-wu-partlycloudy:before { content: "\f002"; } .wi-wu-partlysunny:before { content: "\f00d"; } .wi-wu-rain:before { content: "\f01a"; } .wi-wu-sleat:before { content: "\f0b5"; } .wi-wu-snow:before { content: "\f01b"; } .wi-wu-sunny:before { content: "\f00d"; } .wi-wu-tstorms:before { content: "\f01e"; } .wi-wu-unknown:before { content: "\f00d"; } ================================================ FILE: icon-packs/ikonli-websymbols-pack/ikonli-websymbols-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-websymbols-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.websymbols { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.websymbols; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.websymbols.WebsymbolsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.websymbols.WebsymbolsIkonProvider; } ================================================ FILE: icon-packs/ikonli-websymbols-pack/src/main/java/org/kordamp/ikonli/websymbols/Websymbols.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.websymbols; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Websymbols implements Ikon { ADDUSER("ws-adduser", (char) 171), ALBUM("ws-album", (char) 110), ALERT("ws-alert", (char) 92), ALIGNCENTER("ws-aligncenter", (char) 69), ALIGNLEFT("ws-alignleft", (char) 70), ALIGNRIGHT("ws-alignright", (char) 68), ARCHIVE("ws-archive", (char) 89), ATTACHMENT("ws-attachment", (char) 61), BEHANCE("ws-behance", (char) 79), BLOGGER("ws-blogger", (char) 80), BOTTOM("ws-bottom", (char) 203), BOTTOMFILL("ws-bottomfill", (char) 202), BOTTOMOUTLINE("ws-bottomoutline", (char) 201), BOXED("ws-boxed", (char) 65), BOXEDLIST("ws-boxedlist", (char) 66), BULLETS("ws-bullets", (char) 73), CALENDAR("ws-calendar", (char) 59), CHAT("ws-chat", (char) 75), CHATACTIVE("ws-chatactive", (char) 76), CLOCK("ws-clock", (char) 58), CLOSE("ws-close", (char) 206), CLOSEFILL("ws-closefill", (char) 205), CLOSEMENU("ws-closemenu", (char) 125), CLOSEOUTLINE("ws-closeoutline", (char) 204), CLOUD("ws-cloud", (char) 107), CLOUDUP("ws-cloudup", (char) 108), CODE("ws-code", (char) 95), COMMENT("ws-comment", (char) 115), COMMENTEMPTY("ws-commentempty", (char) 81), DIAGONAL("ws-diagonal", (char) 112), DONE("ws-done", (char) 245), DONEFILL("ws-donefill", (char) 243), DONEOUTLINE("ws-doneoutline", (char) 244), DOWNLOAD("ws-download", (char) 42), DOWNLOADFILL("ws-downloadfill", (char) 38), DOWNLOADOUTLINE("ws-downloadoutline", (char) 40), DRIBBLE("ws-dribble", (char) 164), DROPBOX("ws-dropbox", (char) 168), EDIT("ws-edit", (char) 63), EVERNOTE("ws-evernote", (char) 162), FACEBOOK("ws-facebook", (char) 228), FLICKR("ws-flickr", (char) 78), FOLD("ws-fold", (char) 91), FOLDER("ws-folder", (char) 106), FORWARD("ws-forward", (char) 45), FULLSCREEN("ws-fullscreen", (char) 62), GALLERY("ws-gallery", (char) 100), GITHUB("ws-github", (char) 82), GOOGLE("ws-google", (char) 242), GOOGLEPLUS("ws-googleplus", (char) 232), GROUP("ws-group", (char) 161), HALFLOUD("ws-halfloud", (char) 121), HEART("ws-heart", (char) 83), HEARTEMPTY("ws-heartempty", (char) 84), HORISONTAL("ws-horisontal", (char) 103), INDENT("ws-indent", (char) 71), INSTAGRAM("ws-instagram", (char) 235), KICKSTARTER("ws-kickstarter", (char) 175), LASTFM("ws-lastfm", (char) 166), LEFT("ws-left", (char) 212), LEFTFILL("ws-leftfill", (char) 211), LEFTOUTLINE("ws-leftoutline", (char) 210), LINK("ws-link", (char) 111), LINKEDIN("ws-linkedin", (char) 231), LIST("ws-list", (char) 67), LIVEJOURNAL("ws-livejournal", (char) 236), LOCK("ws-lock", (char) 119), LOGOUT("ws-logout", (char) 96), LOUD("ws-loud", (char) 122), MAIL("ws-mail", (char) 56), MOVIE("ws-movie", (char) 98), MOVIECLIP("ws-movieclip", (char) 99), MUTE("ws-mute", (char) 120), NEXT("ws-next", (char) 251), NEXTFILL("ws-nextfill", (char) 249), NEXTOUTLINE("ws-nextoutline", (char) 250), NORMAL("ws-normal", (char) 109), NORMALSCREEN("ws-normalscreen", (char) 60), ODNOKLASSNIKI("ws-odnoklassniki", (char) 233), OPENMENU("ws-openmenu", (char) 123), ORDERED("ws-ordered", (char) 74), OUTDENT("ws-outdent", (char) 72), PAUSE("ws-pause", (char) 221), PAUSEFILL("ws-pausefill", (char) 220), PAUSEOUTLINE("ws-pauseoutline", (char) 219), PHONE("ws-phone", (char) 124), PICASSA("ws-picassa", (char) 163), PICTURE("ws-picture", (char) 97), PIN("ws-pin", (char) 117), PINTEREST("ws-pinterest", (char) 237), PLAY("ws-play", (char) 218), PLAYFILL("ws-playfill", (char) 217), PLAYOUTLINE("ws-playoutline", (char) 216), PREVIOUS("ws-previous", (char) 248), PREVIOUSFILL("ws-previousfill", (char) 246), PREVIOUSOUTLINE("ws-previousoutline", (char) 247), RATING("ws-rating", (char) 113), REPEAT("ws-repeat", (char) 172), REPLY("ws-reply", (char) 44), REPLYALL("ws-replyall", (char) 43), RESIZE("ws-resize", (char) 209), RESIZEFILL("ws-resizefill", (char) 208), RESIZEOUTLINE("ws-resizeoutline", (char) 207), RETWEET("ws-retweet", (char) 34), REVISION("ws-revision", (char) 174), RIGHT("ws-right", (char) 215), RIGHTFILL("ws-rightfill", (char) 214), RIGHTOUTLINE("ws-rightoutline", (char) 213), ROTATE("ws-rotate", (char) 85), ROTATEFILL("ws-rotatefill", (char) 86), ROTATELEFT("ws-rotateleft", (char) 170), ROTATEOUTLINE("ws-rotateoutline", (char) 87), ROTATERIGHT("ws-rotateright", (char) 169), RSS("ws-rss", (char) 36), RSSBOX("ws-rssbox", (char) 241), SEARCH("ws-search", (char) 35), SETTINGS("ws-settings", (char) 94), SHARE("ws-share", (char) 64), SHUFFLE("ws-shuffle", (char) 126), SKYPE("ws-skype", (char) 239), SLIDESHOW("ws-slideshow", (char) 102), SORT("ws-sort", (char) 227), SORTFILL("ws-sortfill", (char) 226), SORTOUTLINE("ws-sortoutline", (char) 225), SOUNDCLOUD("ws-soundcloud", (char) 167), SPINNER_1("ws-spinner-1", (char) 0), SPINNER_2("ws-spinner-2", (char) 1), SPINNER_3("ws-spinner-3", (char) 2), SPINNER_4("ws-spinner-4", (char) 3), SPINNER_5("ws-spinner-5", (char) 4), SPINNER_6("ws-spinner-6", (char) 5), SPINNER_7("ws-spinner-7", (char) 6), SPINNER_8("ws-spinner-8", (char) 7), STAR("ws-star", (char) 116), STOP("ws-stop", (char) 224), STOPFILL("ws-stopfill", (char) 223), STOPOUTLINE("ws-stopoutline", (char) 222), SYNCHRONISE("ws-synchronise", (char) 33), TABLE("ws-table", (char) 105), TAG("ws-tag", (char) 114), TERMINAL("ws-terminal", (char) 101), TEXT("ws-text", (char) 90), TOP("ws-top", (char) 200), TOPFILL("ws-topfill", (char) 199), TOPOUTLINE("ws-topoutline", (char) 198), TUMBLR("ws-tumblr", (char) 234), TWITTER("ws-twitter", (char) 229), UNFOLD("ws-unfold", (char) 93), UNLOCK("ws-unlock", (char) 118), UPLOAD("ws-upload", (char) 41), UPLOADFILL("ws-uploadfill", (char) 37), UPLOADOUTLINE("ws-uploadoutline", (char) 39), USER("ws-user", (char) 46), VERTICAL("ws-vertical", (char) 104), VIEWS("ws-views", (char) 88), VIMEO("ws-vimeo", (char) 238), VKONTAKTE("ws-vkontakte", (char) 230), WEIBO("ws-weibo", (char) 165), WINDOW("ws-window", (char) 47), YOUTUBE("ws-youtube", (char) 240), ZOOMIN("ws-zoomin", (char) 194), ZOOMINFILL("ws-zoominfill", (char) 193), ZOOMINOUTLINE("ws-zoominoutline", (char) 192), ZOOMOUT("ws-zoomout", (char) 197), ZOOMOUTFILL("ws-zoomoutfill", (char) 196), ZOOMOUTOUTLINE("ws-zoomoutoutline", (char) 195); public static Websymbols findByDescription(String description) { for (Websymbols font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Websymbols(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-websymbols-pack/src/main/java/org/kordamp/ikonli/websymbols/WebsymbolsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.websymbols; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class WebsymbolsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/websymbols/0.0/fonts/websymbols.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("ws-"); } @Override public Ikon resolve(String description) { return Websymbols.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "WebSymbols"; } } ================================================ FILE: icon-packs/ikonli-websymbols-pack/src/main/java/org/kordamp/ikonli/websymbols/WebsymbolsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.websymbols; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class WebsymbolsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Websymbols.class; } } ================================================ FILE: icon-packs/ikonli-websymbols-pack/src/main/resources/META-INF/resources/websymbols/0.0/css/websymbols.css ================================================ /*! * Websymbols 1.8.0 made by Theodore Vorillas / http://vorillaz.com */ @font-face { font-family: 'WebSymbols'; src: url("../fonts/websymbols.eot?xqxft6"); src: url("../fonts/websymbols.eot?#iefixxqxft6") format("embedded-opentype"), url("../fonts/websymbols.woff?xqxft6") format("woff"), url("../fonts/websymbols.ttf?xqxft6") format("truetype"), url("../fonts/websymbols.svg?xqxft6#websymbols") format("svg"); font-weight: normal; font-style: normal; } .websymbols { font-family: 'WebSymbols'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .websymbols-adduser:before { content: "«"; } .websymbols-album:before { content: "n"; } .websymbols-alert:before { content: '\\'; } .websymbols-aligncenter:before { content: "E"; } .websymbols-alignleft:before { content: "F"; } .websymbols-alignright:before { content: "D"; } .websymbols-archive:before { content: "Y"; } .websymbols-attachment:before { content: "="; } .websymbols-behance:before { content: "O"; } .websymbols-blogger:before { content: "P"; } .websymbols-bottom:before { content: "Ë"; } .websymbols-bottomfill:before { content: "Ê"; } .websymbols-bottomoutline:before { content: "É"; } .websymbols-boxed:before { content: "A"; } .websymbols-boxedlist:before { content: "B"; } .websymbols-bullets:before { content: "I"; } .websymbols-calendar:before { content: ";"; } .websymbols-chat:before { content: "K"; } .websymbols-chatactive:before { content: "L"; } .websymbols-clock:before { content: ":"; } .websymbols-close:before { content: "Î"; } .websymbols-closefill:before { content: "Í"; } .websymbols-closemenu:before { content: "}"; } .websymbols-closeoutline:before { content: "Ì"; } .websymbols-cloud:before { content: "k"; } .websymbols-cloudup:before { content: "l"; } .websymbols-code:before { content: "_"; } .websymbols-comment:before { content: "s"; } .websymbols-commentempty:before { content: "Q"; } .websymbols-diagonal:before { content: "p"; } .websymbols-done:before { content: "õ"; } .websymbols-donefill:before { content: "ó"; } .websymbols-doneoutline:before { content: "ô"; } .websymbols-download:before { content: "*"; } .websymbols-downloadfill:before { content: "&"; } .websymbols-downloadoutline:before { content: "("; } .websymbols-dribble:before { content: "¤"; } .websymbols-dropbox:before { content: "¨"; } .websymbols-edit:before { content: "?"; } .websymbols-evernote:before { content: "¢"; } .websymbols-facebook:before { content: "ä"; } .websymbols-flickr:before { content: "N"; } .websymbols-fold:before { content: "["; } .websymbols-folder:before { content: "j"; } .websymbols-forward:before { content: "-"; } .websymbols-fullscreen:before { content: ">"; } .websymbols-gallery:before { content: "d"; } .websymbols-github:before { content: "R"; } .websymbols-google:before { content: "ò"; } .websymbols-googleplus:before { content: "è"; } .websymbols-group:before { content: "¡"; } .websymbols-halfloud:before { content: "y"; } .websymbols-heart:before { content: "S"; } .websymbols-heartempty:before { content: "T"; } .websymbols-horisontal:before { content: "g"; } .websymbols-indent:before { content: "G"; } .websymbols-instagram:before { content: "ë"; } .websymbols-kickstarter:before { content: "¯"; } .websymbols-lastfm:before { content: "¦"; } .websymbols-left:before { content: "Ô"; } .websymbols-leftfill:before { content: "Ó"; } .websymbols-leftoutline:before { content: "Ò"; } .websymbols-link:before { content: "o"; } .websymbols-linkedin:before { content: "ç"; } .websymbols-list:before { content: "C"; } .websymbols-livejournal:before { content: "ì"; } .websymbols-lock:before { content: "w"; } .websymbols-logout:before { content: "`"; } .websymbols-loud:before { content: "z"; } .websymbols-mail:before { content: "8"; } .websymbols-movie:before { content: "b"; } .websymbols-movieclip:before { content: "c"; } .websymbols-mute:before { content: "x"; } .websymbols-next:before { content: "û"; } .websymbols-nextfill:before { content: "ù"; } .websymbols-nextoutline:before { content: "ú"; } .websymbols-normal:before { content: "m"; } .websymbols-normalscreen:before { content: "<"; } .websymbols-odnoklassniki:before { content: "é"; } .websymbols-openmenu:before { content: "{"; } .websymbols-ordered:before { content: "J"; } .websymbols-outdent:before { content: "H"; } .websymbols-pause:before { content: "Ý"; } .websymbols-pausefill:before { content: "Ü"; } .websymbols-pauseoutline:before { content: "Û"; } .websymbols-phone:before { content: "|"; } .websymbols-picassa:before { content: "£"; } .websymbols-picture:before { content: "a"; } .websymbols-pin:before { content: "u"; } .websymbols-pinterest:before { content: "í"; } .websymbols-play:before { content: "Ú"; } .websymbols-playfill:before { content: "Ù"; } .websymbols-playoutline:before { content: "Ø"; } .websymbols-previous:before { content: "ø"; } .websymbols-previousfill:before { content: "ö"; } .websymbols-previousoutline:before { content: "÷"; } .websymbols-rating:before { content: "q"; } .websymbols-repeat:before { content: "¬"; } .websymbols-reply:before { content: ","; } .websymbols-replyall:before { content: "+"; } .websymbols-resize:before { content: "Ñ"; } .websymbols-resizefill:before { content: "Ð"; } .websymbols-resizeoutline:before { content: "Ï"; } .websymbols-retweet:before { content: "\""; } .websymbols-revision:before { content: "®"; } .websymbols-right:before { content: "×"; } .websymbols-rightfill:before { content: "Ö"; } .websymbols-rightoutline:before { content: "Õ"; } .websymbols-rotate:before { content: "U"; } .websymbols-rotatefill:before { content: "V"; } .websymbols-rotateleft:before { content: "ª"; } .websymbols-rotateoutline:before { content: "W"; } .websymbols-rotateright:before { content: "©"; } .websymbols-rss:before { content: "$"; } .websymbols-rssbox:before { content: "ñ"; } .websymbols-search:before { content: "#"; } .websymbols-settings:before { content: "^"; } .websymbols-share:before { content: "@"; } .websymbols-shuffle:before { content: "~"; } .websymbols-skype:before { content: "ï"; } .websymbols-slideshow:before { content: "f"; } .websymbols-sort:before { content: "ã"; } .websymbols-sortfill:before { content: "â"; } .websymbols-sortoutline:before { content: "á"; } .websymbols-soundcloud:before { content: "§"; } .websymbols-spinner-1:before { content: "0"; } .websymbols-spinner-2:before { content: "1"; } .websymbols-spinner-3:before { content: "2"; } .websymbols-spinner-4:before { content: "3"; } .websymbols-spinner-5:before { content: "4"; } .websymbols-spinner-6:before { content: "5"; } .websymbols-spinner-7:before { content: "6"; } .websymbols-spinner-8:before { content: "7"; } .websymbols-star:before { content: "t"; } .websymbols-stop:before { content: "à"; } .websymbols-stopfill:before { content: "ß"; } .websymbols-stopoutline:before { content: "Þ"; } .websymbols-synchronise:before { content: "!"; } .websymbols-table:before { content: "i"; } .websymbols-tag:before { content: "r"; } .websymbols-terminal:before { content: "e"; } .websymbols-text:before { content: "Z"; } .websymbols-top:before { content: "È"; } .websymbols-topfill:before { content: "Ç"; } .websymbols-topoutline:before { content: "Æ"; } .websymbols-tumblr:before { content: "ê"; } .websymbols-twitter:before { content: "å"; } .websymbols-unfold:before { content: "]"; } .websymbols-unlock:before { content: "v"; } .websymbols-upload:before { content: ")"; } .websymbols-uploadfill:before { content: "%"; } .websymbols-uploadoutline:before { content: "'"; } .websymbols-user:before { content: "."; } .websymbols-vertical:before { content: "h"; } .websymbols-views:before { content: "X"; } .websymbols-vimeo:before { content: "î"; } .websymbols-vkontakte:before { content: "æ"; } .websymbols-weibo:before { content: "¥"; } .websymbols-window:before { content: "/"; } .websymbols-youtube:before { content: "ð"; } .websymbols-zoomin:before { content: "Â"; } .websymbols-zoominfill:before { content: "Á"; } .websymbols-zoominoutline:before { content: "À"; } .websymbols-zoomout:before { content: "Å"; } .websymbols-zoomoutfill:before { content: "Ä"; } .websymbols-zoomoutoutline:before { content: "Ã"; } ================================================ FILE: icon-packs/ikonli-websymbols-pack/src/main/resources/META-INF/resources/websymbols/0.0/fonts/foo.html ================================================ 228;facebook 229;twitter 230;vkontakte 231;linkedin 232;googleplus 233;odnoklassniki 234;tumblr 235;instagram 236;livejournal 238;vimeo 242;google 78;flickr 79;behance 80;blogger 82;github 240;youtube 239;skype 237;pinterest 162;evernote 163;picassa 164;dribble 165;weibo 166;lastfm 167;soundcloud 168;dropbox 174;revision 175;kickstarter 241;rssbox 36;rss 97;picture 90;text 102;slideshow 100;gallery 98;movie 99;movieclip 105;table 95;code 111;link 101;terminal 109;normal 110;album 70;alignleft 69;aligncenter 68;alignright 72;outdent 71;indent 73;bullets 74;ordered 89;archive 106;folder 169;rotateright 170;rotateleft 46;user 161;group 171;adduser 33;synchronise 65;boxed 66;boxedlist 67;list 96;logout 92;alert 63;edit 104;vertical 103;horisontal 112;diagonal 119;lock 118;unlock 61;attachment 94;settings 108;cloudup 107;cloud 59;calendar 58;clock 115;comment 81;commentempty 83;heart 84;heartempty 88;views 113;rating 116;star 64;share 75;chat 76;chatactive 114;tag 117;pin 47;window 35;search 126;shuffle 172;repeat 34;retweet 91;fold 93;unfold 123;openmenu 125;closemenu 120;mute 121;halfloud 122;loud 44;reply 43;replyall 45;forward 62;fullscreen 60;normalscreen 124;phone 56;mail 194;zoomin 192;zoominoutline 193;zoominfill 197;zoomout 195;zoomoutoutline 196;zoomoutfill 209;resize 207;resizeoutline 208;resizefill 200;top 198;topoutline 199;topfill 203;bottom 201;bottomoutline 202;bottomfill 215;right 213;rightoutline 214;rightfill 212;left 210;leftoutline 211;leftfill 218;play 216;playoutline 217;playfill 221;pause 219;pauseoutline 220;pausefill 224;stop 222;stopoutline 223;stopfill 227;sort 225;sortoutline 226;sortfill 206;close 204;closeoutline 205;closefill 85;rotate 87;rotateoutline 86;rotatefill 42;download 40;downloadoutline 38;downloadfill 41;upload 39;uploadoutline 37;uploadfill 245;done 244;doneoutline 243;donefill 248;previous 247;previousoutline 246;previousfill 251;next 250;nextoutline 249;nextfill ================================================ FILE: icon-packs/ikonli-whhg-pack/ikonli-whhg-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.whhg { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.whhg; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.whhg.WhhgALIkonHandler, org.kordamp.ikonli.whhg.WhhgMZIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.whhg.WhhgALIkonProvider, org.kordamp.ikonli.whhg.WhhgMZIkonProvider; } ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/java/org/kordamp/ikonli/whhg/WhhgAL.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.whhg; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum WhhgAL implements Ikon { AAABATTERY("whhgal-aaabattery", '\uf413'), ABACUS("whhgal-abacus", '\uf261'), ACCOUNTFILTER("whhgal-accountfilter", '\uf05e'), ACORN("whhgal-acorn", '\uf643'), ACSOURCE("whhgal-acsource", '\uf3ea'), ADDALARM("whhgal-addalarm", '\uf67b'), ADDCOMMENT("whhgal-addcomment", '\uf74a'), ADDFOLDERALT("whhgal-addfolderalt", '\uf73c'), ADDFRIEND("whhgal-addfriend", '\uf3da'), ADDRESS("whhgal-address", '\uf08f'), ADDSHAPE("whhgal-addshape", '\uf1fd'), ADDTAGS("whhgal-addtags", '\uf551'), ADDTOCART("whhgal-addtocart", '\uf394'), ADDTOLIST("whhgal-addtolist", '\uf2ac'), ADDUSERALT("whhgal-adduseralt", '\uf5cf'), ADJUST("whhgal-adjust", '\uf484'), ADOBE("whhgal-adobe", '\uf1c9'), ADS_BILBOARD("whhgal-ads-bilboard", '\uf082'), AEF("whhgal-aef", '\uf58b'), AFFILIATE("whhgal-affiliate", '\uf01e'), AJAX("whhgal-ajax", '\uf06f'), ALARM("whhgal-alarm", '\uf233'), ALARMALT("whhgal-alarmalt", '\uf23d'), ALARMCLOCK("whhgal-alarmclock", '\uf67a'), ALBUM_COVER("whhgal-album-cover", '\uf19f'), ALERTALT("whhgal-alertalt", '\uf2b4'), ALERTPAY("whhgal-alertpay", '\uf269'), ALGORHYTHM("whhgal-algorhythm", '\uf0b8'), ALIENSHIP("whhgal-alienship", '\uf41f'), ALIENWARE("whhgal-alienware", '\uf3be'), ALIGNBOTTOMEDGE("whhgal-alignbottomedge", '\uf1d3'), ALIGNHORIZONTALCENTER("whhgal-alignhorizontalcenter", '\uf1d2'), ALIGNLEFTEDGE("whhgal-alignleftedge", '\uf1d6'), ALIGNRIGHTEDGE("whhgal-alignrightedge", '\uf1d5'), ALIGNTOPEDGE("whhgal-aligntopedge", '\uf1d4'), ALIGNVERTICALCENTER("whhgal-alignverticalcenter", '\uf1d1'), ALIGN_CENTER("whhgal-align-center", '\uf1d9'), ALIGN_JUSTIFY("whhgal-align-justify", '\uf1da'), ALIGN_LEFT("whhgal-align-left", '\uf1d7'), ALIGN_RIGHT("whhgal-align-right", '\uf1d8'), AMAZON("whhgal-amazon", '\uf527'), AMD("whhgal-amd", '\uf020'), ANALOGDOWN("whhgal-analogdown", '\uf2cb'), ANALOGLEFT("whhgal-analogleft", '\uf2c8'), ANALOGRIGHT("whhgal-analogright", '\uf2c9'), ANALOGUP("whhgal-analogup", '\uf2ca'), ANALYTICSALT_PIECHARTALT("whhgal-analyticsalt-piechartalt", '\uf001'), ANALYTICS_PIECHART("whhgal-analytics-piechart", '\uf000'), ANCHOR_PORT("whhgal-anchor-port", '\uf21d'), ANDROID("whhgal-android", '\uf12a'), ANGLE("whhgal-angle", '\uf641'), ANGRYBIRDS("whhgal-angrybirds", '\uf3c1'), ANTENNA("whhgal-antenna", '\uf3ec'), APACHE_FEATHER("whhgal-apache-feather", '\uf056'), APERTURE("whhgal-aperture", '\uf356'), APPLE("whhgal-apple", '\uf5df'), APPOINTMENT_AGENDA("whhgal-appointment-agenda", '\uf26c'), ARCH("whhgal-arch", '\uf635'), ARCHIVE("whhgal-archive", '\uf171'), ARCHLINUX("whhgal-archlinux", '\uf65d'), ARROW_DOWN("whhgal-arrow-down", '\uf2fe'), ARROW_LEFT("whhgal-arrow-left", '\uf305'), ARROW_RIGHT("whhgal-arrow-right", '\uf304'), ARROW_UP("whhgal-arrow-up", '\uf301'), ASTERISK("whhgal-asterisk", '\uf317'), ASTERISKALT("whhgal-asteriskalt", '\u002a'), ASTEROID("whhgal-asteroid", '\uf6e4'), ASTRONAUT("whhgal-astronaut", '\uf6e3'), AT("whhgal-at", '\u0040'), ATARI("whhgal-atari", '\uf3b9'), AUTHENTICATION_KEYALT("whhgal-authentication-keyalt", '\uf051'), AUTOFLASH("whhgal-autoflash", '\uf61e'), AUTOMOBILE_CAR("whhgal-automobile-car", '\uf239'), AUTORESPOND("whhgal-autorespond", '\uf08e'), AVATAR("whhgal-avatar", '\uf15a'), AVATARALT("whhgal-avataralt", '\uf161'), AVENGERS("whhgal-avengers", '\uf342'), AVOCADO("whhgal-avocado", '\uf633'), AWSTATS("whhgal-awstats", '\uf04c'), AXE("whhgal-axe", '\uf2ef'), BABY("whhgal-baby", '\uf7c9'), BACKUPALT_VAULTALT("whhgal-backupalt-vaultalt", '\uf005'), BACKUPWIZARD("whhgal-backupwizard", '\uf05f'), BACKUP_VAULT("whhgal-backup-vault", '\uf004'), BACKWARD("whhgal-backward", '\uf183'), BACON("whhgal-bacon", '\uf53a'), BAG("whhgal-bag", '\uf234'), BAIT("whhgal-bait", '\uf56c'), BALOON("whhgal-baloon", '\uf405'), BAMBOO("whhgal-bamboo", '\uf64a'), BANANA("whhgal-banana", '\uf3f4'), BANDWIDTH("whhgal-bandwidth", '\uf006'), BANK("whhgal-bank", '\uf262'), BANUSER("whhgal-banuser", '\uf5d2'), BANUSERALT("whhgal-banuseralt", '\uf5d1'), BAN_CIRCLE("whhgal-ban-circle", '\uf313'), BARCHART("whhgal-barchart", '\uf02f'), BARCHARTALT("whhgal-barchartalt", '\uf07d'), BARCHARTASC("whhgal-barchartasc", '\uf5eb'), BARCHARTDESC("whhgal-barchartdesc", '\uf5ec'), BARCODE("whhgal-barcode", '\uf276'), BARREL("whhgal-barrel", '\uf6f7'), BASECAMP("whhgal-basecamp", '\uf160'), BASKETBALL("whhgal-basketball", '\uf2e9'), BAT("whhgal-bat", '\uf3d3'), BATHTUB("whhgal-bathtub", '\uf49b'), BATMAN("whhgal-batman", '\uf348'), BATTERYALTCHARGING("whhgal-batteryaltcharging", '\uf104'), BATTERYALTFULL("whhgal-batteryaltfull", '\uf101'), BATTERYALTSIXTY("whhgal-batteryaltsixty", '\uf102'), BATTERYALTTHIRD("whhgal-batteryaltthird", '\uf103'), BATTERYCHARGED("whhgal-batterycharged", '\uf0f4'), BATTERYCHARGING("whhgal-batterycharging", '\uf0f3'), BATTERYEIGHTY("whhgal-batteryeighty", '\uf0f9'), BATTERYEMPTY("whhgal-batteryempty", '\uf0f5'), BATTERYFORTY("whhgal-batteryforty", '\uf0f7'), BATTERYFULL("whhgal-batteryfull", '\uf0fa'), BATTERYSIXTY("whhgal-batterysixty", '\uf0f8'), BATTERYTWENTY("whhgal-batterytwenty", '\uf0f6'), BBPRESS("whhgal-bbpress", '\uf4b7'), BEAKER("whhgal-beaker", '\uf672'), BEAKERALT("whhgal-beakeralt", '\uf673'), BED("whhgal-bed", '\uf2b9'), BEER("whhgal-beer", '\uf244'), BEERALT("whhgal-beeralt", '\uf5f3'), BEHANCE("whhgal-behance", '\uf523'), BELL("whhgal-bell", '\u2407'), BELLALT("whhgal-bellalt", '\uf76c'), BELT("whhgal-belt", '\uf56b'), BIGACE("whhgal-bigace", '\uf58a'), BIGGER("whhgal-bigger", '\uf30a'), BILL("whhgal-bill", '\uf278'), BINARY("whhgal-binary", '\uf087'), BING("whhgal-bing", '\uf546'), BINOCULARS_SEARCHALT("whhgal-binoculars-searchalt", '\uf2a0'), BIOHAZARD("whhgal-biohazard", '\uf542'), BIRDHOUSE("whhgal-birdhouse", '\uf390'), BIRTHDAY("whhgal-birthday", '\uf36b'), BISHOP("whhgal-bishop", '\uf2f9'), BITCOIN("whhgal-bitcoin", '\uf584'), BITCOINALT("whhgal-bitcoinalt", '\uf5e9'), BITCOINSQUARE("whhgal-bitcoinsquare", '\uf5e6'), BLACKBERRY("whhgal-blackberry", '\uf421'), BLANKSTARE("whhgal-blankstare", '\uf13e'), BLOGGER_BLOG("whhgal-blogger-blog", '\uf167'), BLUETOOTH("whhgal-bluetooth", '\uf12b'), BLUETOOTHCONNECTED("whhgal-bluetoothconnected", '\uf386'), BOARDGAME("whhgal-boardgame", '\uf2d9'), BOAT("whhgal-boat", '\uf21a'), BOLD("whhgal-bold", '\uf1f4'), BOMB("whhgal-bomb", '\uf2dc'), BONE("whhgal-bone", '\uf35f'), BOOK("whhgal-book", '\uf1ba'), BOOKALT("whhgal-bookalt", '\uf4a1'), BOOKMARK("whhgal-bookmark", '\uf143'), BOOKMARKALT("whhgal-bookmarkalt", '\uf4cf'), BOOKMARKFOUR("whhgal-bookmarkfour", '\uf5d9'), BOOKMARKTHREE("whhgal-bookmarkthree", '\uf5d8'), BOOKTHREE("whhgal-bookthree", '\uf64f'), BOOMBOX("whhgal-boombox", '\uf195'), BOTTLE("whhgal-bottle", '\uf361'), BOTTOMBORDER("whhgal-bottomborder", '\uf4db'), BOW("whhgal-bow", '\uf2ee'), BOWL("whhgal-bowl", '\uf7a8'), BOWLING("whhgal-bowling", '\uf2f3'), BOWLINGPINS("whhgal-bowlingpins", '\uf3d2'), BOWTIE("whhgal-bowtie", '\uf37f'), BOXBILLING("whhgal-boxbilling", '\uf5aa'), BOXING("whhgal-boxing", '\uf783'), BOXTRAPPER_MOUSETRAP("whhgal-boxtrapper-mousetrap", '\uf046'), BRACES("whhgal-braces", '\uf0b4'), BRAILLE0("whhgal-braille0", '\uf44b'), BRAILLE1("whhgal-braille1", '\uf44c'), BRAILLE2("whhgal-braille2", '\uf44d'), BRAILLE3("whhgal-braille3", '\uf44e'), BRAILLE4("whhgal-braille4", '\uf44f'), BRAILLE5("whhgal-braille5", '\uf450'), BRAILLE6("whhgal-braille6", '\uf451'), BRAILLE7("whhgal-braille7", '\uf452'), BRAILLE8("whhgal-braille8", '\uf453'), BRAILLE9("whhgal-braille9", '\uf454'), BRAILLEA("whhgal-braillea", '\uf431'), BRAILLEB("whhgal-brailleb", '\uf432'), BRAILLEC("whhgal-braillec", '\uf433'), BRAILLED("whhgal-brailled", '\uf434'), BRAILLEE("whhgal-braillee", '\uf435'), BRAILLEF("whhgal-braillef", '\uf436'), BRAILLEG("whhgal-brailleg", '\uf437'), BRAILLEH("whhgal-brailleh", '\uf438'), BRAILLEI("whhgal-braillei", '\uf439'), BRAILLEJ("whhgal-braillej", '\uf43a'), BRAILLEK("whhgal-braillek", '\uf43b'), BRAILLEL("whhgal-braillel", '\uf43c'), BRAILLEM("whhgal-braillem", '\uf43d'), BRAILLEN("whhgal-braillen", '\uf43e'), BRAILLEO("whhgal-brailleo", '\uf43f'), BRAILLEP("whhgal-braillep", '\uf440'), BRAILLEQ("whhgal-brailleq", '\uf441'), BRAILLER("whhgal-brailler", '\uf442'), BRAILLES("whhgal-brailles", '\uf443'), BRAILLESPACE("whhgal-braillespace", '\uf455'), BRAILLET("whhgal-braillet", '\uf444'), BRAILLEU("whhgal-brailleu", '\uf445'), BRAILLEV("whhgal-braillev", '\uf446'), BRAILLEW("whhgal-braillew", '\uf447'), BRAILLEX("whhgal-braillex", '\uf448'), BRAILLEY("whhgal-brailley", '\uf449'), BRAILLEZ("whhgal-braillez", '\uf44a'), BRAIN("whhgal-brain", '\uf3e3'), BRANCH("whhgal-branch", '\uf79b'), BREAD("whhgal-bread", '\uf42f'), BREAKABLE("whhgal-breakable", '\uf41c'), BRIEFCASE("whhgal-briefcase", '\uf25e'), BRIEFCASETHREE("whhgal-briefcasethree", '\uf25f'), BRIEFCASETWO("whhgal-briefcasetwo", '\uf0a2'), BRIGHTNESS("whhgal-brightness", '\uf10a'), BRIGHTNESSALT("whhgal-brightnessalt", '\uf7a1'), BRIGHTNESSALTAUTO("whhgal-brightnessaltauto", '\uf7a4'), BRIGHTNESSALTFULL("whhgal-brightnessaltfull", '\uf7a3'), BRIGHTNESSALTHALF("whhgal-brightnessalthalf", '\uf7a2'), BRIGHTNESSFULL("whhgal-brightnessfull", '\uf10b'), BRIGHTNESSHALF("whhgal-brightnesshalf", '\uf10c'), BRINGFORWARD("whhgal-bringforward", '\uf67f'), BRINGTOFRONT("whhgal-bringtofront", '\uf681'), BROKENHEART("whhgal-brokenheart", '\uf667'), BROKENLINK("whhgal-brokenlink", '\uf5d7'), BROOM("whhgal-broom", '\uf40a'), BROWSER("whhgal-browser", '\uf159'), BRUSH("whhgal-brush", '\uf1b8'), BTWOEVOLUTION("whhgal-btwoevolution", '\uf4b2'), BUCKET("whhgal-bucket", '\uf1b5'), BUG("whhgal-bug", '\uf0a7'), BULLET("whhgal-bullet", '\uf4f0'), BULLHORN("whhgal-bullhorn", '\uf287'), BURSTMODE("whhgal-burstmode", '\uf61c'), BUS("whhgal-bus", '\uf241'), BUSALT("whhgal-busalt", '\uf50e'), BUSINESSCARDALT("whhgal-businesscardalt", '\uf137'), BUTTERFLY("whhgal-butterfly", '\uf627'), BUTTERFLYALT("whhgal-butterflyalt", '\uf626'), BUTTONA("whhgal-buttona", '\uf2bf'), BUTTONB("whhgal-buttonb", '\uf2c0'), BUTTONX("whhgal-buttonx", '\uf2c1'), BUTTONY("whhgal-buttony", '\uf2c2'), CACTUS_DESERT("whhgal-cactus-desert", '\uf22c'), CALCDIVIDE("whhgal-calcdivide", '\uf574'), CALCEQUALS("whhgal-calcequals", '\uf575'), CALCMINUS("whhgal-calcminus", '\uf572'), CALCMULTIPLY("whhgal-calcmultiply", '\uf573'), CALCPLUS("whhgal-calcplus", '\uf571'), CALCULATOR("whhgal-calculator", '\uf258'), CALCULATORALT("whhgal-calculatoralt", '\uf265'), CALENDAR("whhgal-calendar", '\uf20f'), CALENDARALT_CRONJOBS("whhgal-calendaralt-cronjobs", '\uf0a1'), CALENDARTHREE("whhgal-calendarthree", '\uf4d0'), CALIGRAPHY("whhgal-caligraphy", '\uf65a'), CALLALT("whhgal-callalt", '\uf74d'), CAMCORDER("whhgal-camcorder", '\uf604'), CAMERA("whhgal-camera", '\uf19b'), CAMERAFLASH("whhgal-cameraflash", '\uf61d'), CAMPFIRE("whhgal-campfire", '\uf611'), CANDLE("whhgal-candle", '\uf29a'), CANDY("whhgal-candy", '\uf42d'), CANDYCANE("whhgal-candycane", '\uf37d'), CANISTER("whhgal-canister", '\uf6f8'), CANNON("whhgal-cannon", '\uf401'), CANVAS("whhgal-canvas", '\uf1c8'), CANVASRULERS("whhgal-canvasrulers", '\uf205'), CAPACITATOR("whhgal-capacitator", '\uf3e8'), CAPSLOCK("whhgal-capslock", '\u21ea'), CAPTAINAMERICA("whhgal-captainamerica", '\uf341'), CARBATTERY("whhgal-carbattery", '\uf553'), CARROT("whhgal-carrot", '\uf3f2'), CARTALT("whhgal-cartalt", '\uf68f'), CASHREGISTER("whhgal-cashregister", '\uf26e'), CASSETTE("whhgal-cassette", '\uf377'), CASSETTEALT("whhgal-cassettealt", '\uf4bd'), CAT("whhgal-cat", '\uf622'), CATFACE("whhgal-catface", '\uf601'), CCTV("whhgal-cctv", '\uf612'), CD_DVD("whhgal-cd-dvd", '\uf0cd'), CEILINGLIGHT("whhgal-ceilinglight", '\uf4ec'), CELL("whhgal-cell", '\uf66a'), CERTIFICATE("whhgal-certificate", '\uf277'), CERTIFICATEALT("whhgal-certificatealt", '\uf058'), CERTIFICATETHREE("whhgal-certificatethree", '\uf059'), CGI("whhgal-cgi", '\uf086'), CGICENTER("whhgal-cgicenter", '\uf079'), CHAIR("whhgal-chair", '\u2441'), CHANDELIER("whhgal-chandelier", '\uf4ed'), CHARLIECHAPLIN("whhgal-charliechaplin", '\uf502'), CHAT("whhgal-chat", '\uf162'), CHECK("whhgal-check", '\uf310'), CHECKBOXALT("whhgal-checkboxalt", '\uf311'), CHECKIN("whhgal-checkin", '\uf223'), CHECKINALT("whhgal-checkinalt", '\uf227'), CHEF("whhgal-chef", '\uf3ce'), CHERRY("whhgal-cherry", '\uf35d'), CHERRYALT("whhgal-cherryalt", '\uf753'), CHEVRONS("whhgal-chevrons", '\uf0b5'), CHEVRON_DOWN("whhgal-chevron-down", '\uf48b'), CHEVRON_LEFT("whhgal-chevron-left", '\uf489'), CHEVRON_RIGHT("whhgal-chevron-right", '\uf488'), CHEVRON_UP("whhgal-chevron-up", '\uf48a'), CHICKEN("whhgal-chicken", '\uf359'), CHICKENALT("whhgal-chickenalt", '\uf54b'), CHOCOLATE("whhgal-chocolate", '\uf367'), CHRISTIANCROSS("whhgal-christiancross", '\uf40f'), CHRISTMASTREE("whhgal-christmastree", '\uf37b'), CHROME("whhgal-chrome", '\uf14e'), CHURCH("whhgal-church", '\uf536'), CHYRP("whhgal-chyrp", '\uf4b9'), CIGAR("whhgal-cigar", '\uf581'), CIGARETTE("whhgal-cigarette", '\uf229'), CIRCLEA("whhgal-circlea", '\uf709'), CIRCLEADD("whhgal-circleadd", '\uf0d1'), CIRCLEB("whhgal-circleb", '\uf70a'), CIRCLEBACKWARD("whhgal-circlebackward", '\uf560'), CIRCLEBACKWARDEMPTY("whhgal-circlebackwardempty", '\uf568'), CIRCLEC("whhgal-circlec", '\uf70b'), CIRCLECALLINCOMING("whhgal-circlecallincoming", '\uf7d3'), CIRCLECALLMISSED("whhgal-circlecallmissed", '\uf7d2'), CIRCLECALLOUTGOING("whhgal-circlecalloutgoing", '\uf7d4'), CIRCLED("whhgal-circled", '\uf70c'), CIRCLEDELETE("whhgal-circledelete", '\uf0d2'), CIRCLEDOWN("whhgal-circledown", '\uf3c7'), CIRCLEDOWNLOAD("whhgal-circledownload", '\uf7d5'), CIRCLEDRIBBBLE("whhgal-circledribbble", '\uf7e7'), CIRCLEE("whhgal-circlee", '\uf70d'), CIRCLEEIGHT("whhgal-circleeight", '\uf707'), CIRCLEF("whhgal-circlef", '\uf70e'), CIRCLEFACEBOOK("whhgal-circlefacebook", '\uf78d'), CIRCLEFIVE("whhgal-circlefive", '\uf704'), CIRCLEFORK("whhgal-circlefork", '\uf6ac'), CIRCLEFORWARD("whhgal-circleforward", '\uf55f'), CIRCLEFORWARDEMPTY("whhgal-circleforwardempty", '\uf567'), CIRCLEFOUR("whhgal-circlefour", '\uf703'), CIRCLEG("whhgal-circleg", '\uf70f'), CIRCLEGITHUB("whhgal-circlegithub", '\uf78f'), CIRCLEGOOGLEPLUS("whhgal-circlegoogleplus", '\uf78b'), CIRCLEH("whhgal-circleh", '\uf710'), CIRCLEHAMMER("whhgal-circlehammer", '\uf6b0'), CIRCLEI("whhgal-circlei", '\uf711'), CIRCLEINSTAGRAM("whhgal-circleinstagram", '\uf7c4'), CIRCLEJ("whhgal-circlej", '\uf712'), CIRCLEK("whhgal-circlek", '\uf713'), CIRCLEKNIFE("whhgal-circleknife", '\uf6ae'), CIRCLEL("whhgal-circlel", '\uf714'), CIRCLELEFT("whhgal-circleleft", '\uf3c6'), CIRCLELOADEREMPTY("whhgal-circleloaderempty", '\uf77a'), CIRCLELOADERFIVE("whhgal-circleloaderfive", '\uf775'), CIRCLELOADERFOUR("whhgal-circleloaderfour", '\uf776'), CIRCLELOADERFULL("whhgal-circleloaderfull", '\uf772'), CIRCLELOADERONE("whhgal-circleloaderone", '\uf779'), CIRCLELOADERSEVEN("whhgal-circleloaderseven", '\uf773'), CIRCLELOADERSIX("whhgal-circleloadersix", '\uf774'), CIRCLELOADERTHREE("whhgal-circleloaderthree", '\uf777'), CIRCLELOADERTWO("whhgal-circleloadertwo", '\uf778'), CIRCLEM("whhgal-circlem", '\uf715'), CIRCLEN("whhgal-circlen", '\uf716'), CIRCLENEXT("whhgal-circlenext", '\uf561'), CIRCLENEXTEMPTY("whhgal-circlenextempty", '\uf569'), CIRCLENINE("whhgal-circlenine", '\uf708'), CIRCLEO("whhgal-circleo", '\uf717'), CIRCLEONE("whhgal-circleone", '\uf700'), CIRCLEP("whhgal-circlep", '\uf718'), CIRCLEPATH("whhgal-circlepath", '\uf791'), CIRCLEPAUSE("whhgal-circlepause", '\uf55d'), CIRCLEPAUSEEMPTY("whhgal-circlepauseempty", '\uf565'), CIRCLEPENCIL("whhgal-circlepencil", '\uf6af'), CIRCLEPLAY("whhgal-circleplay", '\uf55b'), CIRCLEPLAYEMPTY("whhgal-circleplayempty", '\uf563'), CIRCLEPREVIOUS("whhgal-circleprevious", '\uf562'), CIRCLEPREVIOUSEMPTY("whhgal-circlepreviousempty", '\uf56a'), CIRCLEQ("whhgal-circleq", '\uf719'), CIRCLEQUORA("whhgal-circlequora", '\uf799'), CIRCLER("whhgal-circler", '\uf71a'), CIRCLERECORD("whhgal-circlerecord", '\uf55e'), CIRCLERECORDEMPTY("whhgal-circlerecordempty", '\uf566'), CIRCLERIGHT("whhgal-circleright", '\uf3c9'), CIRCLES("whhgal-circles", '\uf71b'), CIRCLESCREWDRIVER("whhgal-circlescrewdriver", '\uf6b1'), CIRCLESELECT("whhgal-circleselect", '\uf0d3'), CIRCLESELECTION("whhgal-circleselection", '\uf1b1'), CIRCLESEVEN("whhgal-circleseven", '\uf706'), CIRCLESIX("whhgal-circlesix", '\uf705'), CIRCLESPOON("whhgal-circlespoon", '\uf6ad'), CIRCLESTOP("whhgal-circlestop", '\uf55c'), CIRCLESTOPEMPTY("whhgal-circlestopempty", '\uf564'), CIRCLET("whhgal-circlet", '\uf71c'), CIRCLETHREE("whhgal-circlethree", '\uf702'), CIRCLETWITTER("whhgal-circletwitter", '\uf78c'), CIRCLETWO("whhgal-circletwo", '\uf701'), CIRCLEU("whhgal-circleu", '\uf71d'), CIRCLEUP("whhgal-circleup", '\uf3c8'), CIRCLEUPLOAD("whhgal-circleupload", '\uf7d6'), CIRCLEV("whhgal-circlev", '\uf71e'), CIRCLEVIMEO("whhgal-circlevimeo", '\uf792'), CIRCLEVINE("whhgal-circlevine", '\uf793'), CIRCLEW("whhgal-circlew", '\uf71f'), CIRCLEX("whhgal-circlex", '\uf720'), CIRCLEY("whhgal-circley", '\uf721'), CIRCLEYAHOO("whhgal-circleyahoo", '\uf78e'), CIRCLEZ("whhgal-circlez", '\uf722'), CIRCLEZERO("whhgal-circlezero", '\uf6ff'), CIRCLEZERPLY("whhgal-circlezerply", '\uf79e'), CIRCLE_ARROW_DOWN("whhgal-circle-arrow-down", '\uf475'), CIRCLE_ARROW_LEFT("whhgal-circle-arrow-left", '\uf472'), CIRCLE_ARROW_RIGHT("whhgal-circle-arrow-right", '\uf473'), CIRCLE_ARROW_UP("whhgal-circle-arrow-up", '\uf474'), CITY("whhgal-city", '\uf576'), CLEARFORMATTING("whhgal-clearformatting", '\uf1e7'), CLIPBOARDALT("whhgal-clipboardalt", '\uf73f'), CLIPBOARD_PASTE("whhgal-clipboard-paste", '\uf0cb'), CLOCKALT_TIMEALT("whhgal-clockalt-timealt", '\uf22b'), CLOSETAB("whhgal-closetab", '\uf170'), CLOSEWINDOW("whhgal-closewindow", '\uf16e'), CLOUD("whhgal-cloud", '\uf0b9'), CLOUDALT("whhgal-cloudalt", '\uf7a9'), CLOUDALTDOWNLOAD("whhgal-cloudaltdownload", '\uf7aa'), CLOUDALTPRIVATE("whhgal-cloudaltprivate", '\uf7ad'), CLOUDALTSYNC("whhgal-cloudaltsync", '\uf7ac'), CLOUDALTUPLOAD("whhgal-cloudaltupload", '\uf7ab'), CLOUDDOWNLOAD("whhgal-clouddownload", '\uf0bb'), CLOUDERROR("whhgal-clouderror", '\uf603'), CLOUDHOSTING("whhgal-cloudhosting", '\uf007'), CLOUDSYNC("whhgal-cloudsync", '\uf0bc'), CLOUDUPLOAD("whhgal-cloudupload", '\uf0ba'), CLOVER("whhgal-clover", '\uf56f'), CLOVERALT("whhgal-cloveralt", '\uf744'), CLUBS("whhgal-clubs", '\uf2f6'), CMD("whhgal-cmd", '\uf33a'), CMS("whhgal-cms", '\uf036'), CMSMADESIMPLE("whhgal-cmsmadesimple", '\uf0b0'), COCKTAIL("whhgal-cocktail", '\uf535'), CODE("whhgal-code", '\uf743'), CODEIGNITER("whhgal-codeigniter", '\uf077'), COFFEE("whhgal-coffee", '\uf235'), COFFEEBEAN("whhgal-coffeebean", '\uf366'), COFFEECUPALT("whhgal-coffeecupalt", '\uf497'), COG("whhgal-cog", '\uf00f'), COINSALT("whhgal-coinsalt", '\uf5be'), COLLABTIVE("whhgal-collabtive", '\uf5a1'), COLOCATION("whhgal-colocation", '\uf024'), COLOCATIONALT("whhgal-colocationalt", '\uf023'), COLORS("whhgal-colors", '\uf1e6'), COMEDY("whhgal-comedy", '\uf538'), COMMENT("whhgal-comment", '\uf12c'), COMMENTLOVE("whhgal-commentlove", '\uf5dc'), COMMENTOUT("whhgal-commentout", '\uf080'), COMMENTROUND("whhgal-commentround", '\uf155'), COMMENTROUNDEMPTY("whhgal-commentroundempty", '\uf156'), COMMENTROUNDTYPING("whhgal-commentroundtyping", '\uf157'), COMMENTROUNDTYPINGEMPTY("whhgal-commentroundtypingempty", '\uf158'), COMMENTSMILEY("whhgal-commentsmiley", '\uf5dd'), COMMENTTYPING("whhgal-commenttyping", '\uf12d'), COMMIT("whhgal-commit", '\uf7bd'), COMMUNITY("whhgal-community", '\uf637'), COMMUNITYSMALL("whhgal-communitysmall", '\uf75f'), COMPASS("whhgal-compass", '\u263c'), COMPILE("whhgal-compile", '\uf650'), COMPRESS("whhgal-compress", '\uf7c8'), CONCRETEFIVE("whhgal-concretefive", '\uf0af'), CONNECTED("whhgal-connected", '\uf51c'), CONNECTEDPC("whhgal-connectedpc", '\uf51d'), CONSTELLATION("whhgal-constellation", '\uf6a0'), CONSTRUCTION("whhgal-construction", '\uf654'), CONTACT_BUSINESSCARD("whhgal-contact-businesscard", '\uf040'), CONTAO("whhgal-contao", '\uf495'), CONTROLLERNES("whhgal-controllernes", '\uf2d2'), CONTROLLERPS("whhgal-controllerps", '\uf2d1'), CONTROLLERSNES("whhgal-controllersnes", '\uf2d3'), CONTROLPANEL("whhgal-controlpanel", '\uf008'), CONTROLPANELALT("whhgal-controlpanelalt", '\uf009'), COOLING("whhgal-cooling", '\uf00a'), COPPERMINE("whhgal-coppermine", '\uf0a4'), COPY("whhgal-copy", '\uf0c9'), COPYAPP("whhgal-copyapp", '\uf7a7'), COPYRIGHT("whhgal-copyright", '\u00a9'), COUNTER("whhgal-counter", '\uf656'), COUNTERALT("whhgal-counteralt", '\uf655'), COUPON("whhgal-coupon", '\uf254'), COW("whhgal-cow", '\uf6fc'), CPANEL("whhgal-cpanel", '\uf072'), CPLUSPLUS("whhgal-cplusplus", '\uf0b1'), CPUALT_PROCESSORALT("whhgal-cpualt-processoralt", '\uf003'), CPU_PROCESSOR("whhgal-cpu-processor", '\uf002'), CRACKEDEGG("whhgal-crackedegg", '\uf496'), CRAYON("whhgal-crayon", '\uf383'), CREATEFILE("whhgal-createfile", '\uf0c6'), CREATEFOLDER("whhgal-createfolder", '\uf0da'), CREATIVECOMMONS("whhgal-creativecommons", '\uf1fc'), CREDITCARD("whhgal-creditcard", '\uf279'), CREEPER("whhgal-creeper", '\uf723'), CRICKET("whhgal-cricket", '\uf418'), CROISANT("whhgal-croisant", '\uf29f'), CROP("whhgal-crop", '\uf1af'), CROWN("whhgal-crown", '\uf28f'), CSHARP("whhgal-csharp", '\uf0b2'), CSSTHREE("whhgal-cssthree", '\uf06a'), CUBE("whhgal-cube", '\uf4ea'), CUCKOOCLOCK("whhgal-cuckooclock", '\uf50a'), CUPCAKE("whhgal-cupcake", '\uf35b'), CUP_COFFEEALT("whhgal-cup-coffeealt", '\uf24b'), CURLING("whhgal-curling", '\uf3d7'), CURRENTS("whhgal-currents", '\uf75e'), CURSOR("whhgal-cursor", '\uf0dc'), CUTHERE("whhgal-cuthere", '\uf5bd'), CUT_SCISSORS("whhgal-cut-scissors", '\uf0ca'), DAGGER("whhgal-dagger", '\u2020'), DANGER("whhgal-danger", '\uf415'), DART("whhgal-dart", '\uf3d4'), DARTHVADER("whhgal-darthvader", '\uf34a'), DATABASE("whhgal-database", '\uf00b'), DATABASEADD("whhgal-databaseadd", '\uf00c'), DATABASEDELETE("whhgal-databasedelete", '\uf00d'), DAVIDSTAR("whhgal-davidstar", '\uf40e'), DCSOURCE("whhgal-dcsource", '\uf3e9'), DEATHSTAR("whhgal-deathstar", '\uf6ef'), DEATHSTARBULDING("whhgal-deathstarbulding", '\uf6f0'), DEBUG("whhgal-debug", '\uf554'), DEDICATEDSERVER("whhgal-dedicatedserver", '\uf00e'), DEFRAGMENT("whhgal-defragment", '\uf616'), DELETEALARM("whhgal-deletealarm", '\uf67c'), DELETECOMMENT("whhgal-deletecomment", '\uf74b'), DELETEFILE("whhgal-deletefile", '\uf0c7'), DELETEFOLDER("whhgal-deletefolder", '\uf0db'), DELETEFOLDERALT("whhgal-deletefolderalt", '\uf73d'), DELICIOUS("whhgal-delicious", '\uf152'), DESIGN("whhgal-design", '\uf53d'), DESIGNCONTEST("whhgal-designcontest", '\uf351'), DESKLAMP("whhgal-desklamp", '\uf412'), DETAILS("whhgal-details", '\uf4ee'), DETAILSALT("whhgal-detailsalt", '\uf4ef'), DEVIANTART("whhgal-deviantart", '\uf521'), DIALPAD("whhgal-dialpad", '\uf399'), DIAMOND("whhgal-diamond", '\u2666'), DIAMONDS("whhgal-diamonds", '\uf2f7'), DIEFIVE("whhgal-diefive", '\uf3fb'), DIEFOUR("whhgal-diefour", '\uf3fa'), DIEONE("whhgal-dieone", '\uf3f7'), DIESIX("whhgal-diesix", '\uf3fc'), DIETHREE("whhgal-diethree", '\uf3f9'), DIETWO("whhgal-dietwo", '\uf3f8'), DIE_DICE("whhgal-die-dice", '\uf2d8'), DIGG("whhgal-digg", '\uf529'), DIODE("whhgal-diode", '\uf3e7'), DIRECTIONS("whhgal-directions", '\uf543'), DIRECTOR("whhgal-director", '\uf2ae'), DISKSPACE("whhgal-diskspace", '\uf096'), DISTRIBUTEHORIZONTALCENTERS("whhgal-distributehorizontalcenters", '\uf1dc'), DISTRIBUTEVERTICALCENTERS("whhgal-distributeverticalcenters", '\uf1db'), DIVIDE("whhgal-divide", '\u00f7'), DNA("whhgal-dna", '\uf409'), DNSZONE("whhgal-dnszone", '\uf07f'), DOCUMENT("whhgal-document", '\uf0c2'), DOG("whhgal-dog", '\uf623'), DOGHOUSE("whhgal-doghouse", '\uf38f'), DOLLAR("whhgal-dollar", '\u0024'), DOLLARALT("whhgal-dollaralt", '\uf259'), DOLLARSQUARE("whhgal-dollarsquare", '\uf5e2'), DOLPHINSOFTWARE("whhgal-dolphinsoftware", '\uf064'), DOMAIN("whhgal-domain", '\uf01d'), DOMAINADDON("whhgal-domainaddon", '\uf053'), DOMINO("whhgal-domino", '\uf3d5'), DOMINOEIGHT("whhgal-dominoeight", '\uf51a'), DOMINOFIVE("whhgal-dominofive", '\uf517'), DOMINOFOUR("whhgal-dominofour", '\uf516'), DOMINONINE("whhgal-dominonine", '\uf51b'), DOMINOONE("whhgal-dominoone", '\uf513'), DOMINOSEVEN("whhgal-dominoseven", '\uf519'), DOMINOSIX("whhgal-dominosix", '\uf518'), DOMINOTHREE("whhgal-dominothree", '\uf515'), DOMINOTWO("whhgal-dominotwo", '\uf514'), DONOTDISTURB("whhgal-donotdisturb", '\uf550'), DONUT("whhgal-donut", '\uf3ca'), DOTCLEAR("whhgal-dotclear", '\uf4aa'), DOTLIST("whhgal-dotlist", '\uf4c2'), DOTPROJECT("whhgal-dotproject", '\uf5a0'), DOUBLETAP("whhgal-doubletap", '\uf7d0'), DOWNLEFT("whhgal-downleft", '\uf2ff'), DOWNLOAD("whhgal-download", '\uf47b'), DOWNLOAD_ALT("whhgal-download-alt", '\uf11a'), DOWNRIGHT("whhgal-downright", '\uf300'), DRAFT("whhgal-draft", '\uf172'), DREAMWEAVER("whhgal-dreamweaver", '\uf1d0'), DRIBBBLE("whhgal-dribbble", '\uf14c'), DRIBBBLEALT("whhgal-dribbblealt", '\uf7d1'), DRILL("whhgal-drill", '\uf613'), DRMANHATTAN("whhgal-drmanhattan", '\uf68a'), DROPBOX("whhgal-dropbox", '\uf582'), DROPMENU("whhgal-dropmenu", '\uf0a5'), DRUPAL("whhgal-drupal", '\uf075'), DRWHO("whhgal-drwho", '\uf3c0'), DUCKY("whhgal-ducky", '\uf7ca'), EARBUDS("whhgal-earbuds", '\uf526'), EARBUDSALT("whhgal-earbudsalt", '\uf525'), EDIT("whhgal-edit", '\uf47c'), EDITALT("whhgal-editalt", '\uf0f2'), EGG("whhgal-egg", '\uf407'), EGGPLANT("whhgal-eggplant", '\uf632'), EGYPTPYRAMID("whhgal-egyptpyramid", '\uf75b'), EIGHTBALL("whhgal-eightball", '\uf36e'), EJECT("whhgal-eject", '\uf199'), ELEMENTARYOS("whhgal-elementaryos", '\uf65e'), ELEVATOR("whhgal-elevator", '\uf57e'), ELGG("whhgal-elgg", '\uf594'), ELIPSE("whhgal-elipse", '\uf1bc'), EMAILALT("whhgal-emailalt", '\uf136'), EMAILEXPORT("whhgal-emailexport", '\uf176'), EMAILFORWARD("whhgal-emailforward", '\uf175'), EMAILFORWARDERS("whhgal-emailforwarders", '\uf049'), EMAILIMPORT("whhgal-emailimport", '\uf177'), EMAILREFRESH("whhgal-emailrefresh", '\uf174'), EMAILTRACE("whhgal-emailtrace", '\uf091'), EMERGENCY("whhgal-emergency", '\uf246'), EMOJIANGRY("whhgal-emojiangry", '\uf6a3'), EMOJICONFUSED("whhgal-emojiconfused", '\uf6a9'), EMOJICRY("whhgal-emojicry", '\uf6ab'), EMOJIDEAD("whhgal-emojidead", '\uf6a2'), EMOJIDEVIL("whhgal-emojidevil", '\uf6a4'), EMOJIGRIN("whhgal-emojigrin", '\uf69f'), EMOJIGRINALT("whhgal-emojigrinalt", '\uf69e'), EMOJISLEEP("whhgal-emojisleep", '\uf6aa'), EMOJISMILE("whhgal-emojismile", '\uf6a7'), EMOJISORRY("whhgal-emojisorry", '\uf6a8'), EMOJISURPRISE("whhgal-emojisurprise", '\uf6a1'), EMOJIWINK("whhgal-emojiwink", '\uf6a5'), EMPTYCART("whhgal-emptycart", '\uf395'), EMPTYSTAR("whhgal-emptystar", '\uf2de'), ENTER("whhgal-enter", '\uf323'), ENTERALT("whhgal-enteralt", '\uf68d'), ENVELOPE("whhgal-envelope", '\uf028'), EONEOHSEVEN("whhgal-eoneohseven", '\uf48e'), EQUALIZER("whhgal-equalizer", '\uf18e'), EQUALIZERALT("whhgal-equalizeralt", '\uf18f'), EQUALIZERTHREE("whhgal-equalizerthree", '\uf544'), EQUALS("whhgal-equals", '\uf30c'), ERASER("whhgal-eraser", '\uf1f1'), ERRORALT("whhgal-erroralt", '\uf05a'), ESCALATOR("whhgal-escalator", '\uf57f'), ETANO("whhgal-etano", '\uf595'), EURO("whhgal-euro", '\u20ac'), EUROALT("whhgal-euroalt", '\uf25a'), EUROSQUARE("whhgal-eurosquare", '\uf5e5'), EVENT("whhgal-event", '\uf63b'), EVENTUM("whhgal-eventum", '\uf5a4'), EVERNOTE("whhgal-evernote", '\uf17c'), EXCHANGE_CURRENCY("whhgal-exchange-currency", '\uf26b'), EXCLAMATION_SIGN("whhgal-exclamation-sign", '\uf04a'), EXCLUDESHAPE("whhgal-excludeshape", '\uf200'), EXIT("whhgal-exit", '\uf324'), EXITALT("whhgal-exitalt", '\uf68e'), EXPLORERWINDOW("whhgal-explorerwindow", '\uf0d9'), EXPORT("whhgal-export", '\uf751'), EXPORTFILE("whhgal-exportfile", '\uf32f'), EXPOSURE("whhgal-exposure", '\uf1de'), EXTINGUISHER("whhgal-extinguisher", '\uf2b7'), EXTJS("whhgal-extjs", '\uf5b8'), EYEDROPPER("whhgal-eyedropper", '\uf1ad'), EYEOS("whhgal-eyeos", '\uf59f'), EYE_CLOSE("whhgal-eye-close", '\uf481'), EYE_OPEN("whhgal-eye-open", '\uf2b5'), EYE_VIEW("whhgal-eye-view", '\uf280'), FACEBOOK("whhgal-facebook", '\uf140'), FACEBOOKALT("whhgal-facebookalt", '\uf14b'), FACETIME_VIDEO("whhgal-facetime-video", '\uf19c'), FACTORY("whhgal-factory", '\uf27a'), FALLINGSTAR("whhgal-fallingstar", '\uf6f1'), FAN("whhgal-fan", '\uf66f'), FANTASTICO("whhgal-fantastico", '\uf0ae'), FAQ("whhgal-faq", '\uf099'), FASTDOWN("whhgal-fastdown", '\uf31d'), FASTLEFT("whhgal-fastleft", '\uf31a'), FASTRIGHT("whhgal-fastright", '\uf31b'), FASTUP("whhgal-fastup", '\uf31c'), FAST_BACKWARD("whhgal-fast-backward", '\uf47e'), FAST_FORWARD("whhgal-fast-forward", '\uf47f'), FATARROWDOWN("whhgal-fatarrowdown", '\uf506'), FATARROWLEFT("whhgal-fatarrowleft", '\uf505'), FATARROWRIGHT("whhgal-fatarrowright", '\uf504'), FATARROWUP("whhgal-fatarrowup", '\uf507'), FATREDO("whhgal-fatredo", '\uf692'), FATUNDO("whhgal-fatundo", '\uf691'), FAVORITEFILE("whhgal-favoritefile", '\uf381'), FAVORITEFOLDER("whhgal-favoritefolder", '\uf382'), FBDISLIKE("whhgal-fbdislike", '\uf4c7'), FBLIKE("whhgal-fblike", '\uf4c6'), FEATHERALT_WRITE("whhgal-featheralt-write", '\uf1c5'), FEDORA("whhgal-fedora", '\uf3f1'), FEEDLY("whhgal-feedly", '\uf693'), FEEDLYALT("whhgal-feedlyalt", '\uf694'), FENCE("whhgal-fence", '\uf2af'), FENGOFFICE("whhgal-fengoffice", '\uf59e'), FILE("whhgal-file", '\uf0d6'), FILM("whhgal-film", '\uf19d'), FILMSTRIP("whhgal-filmstrip", '\uf3ed'), FILTER("whhgal-filter", '\uf05c'), FINANCE("whhgal-finance", '\uf6b8'), FINDER("whhgal-finder", '\uf398'), FINDFRIENDS("whhgal-findfriends", '\uf54d'), FIRE("whhgal-fire", '\uf27f'), FIREFOX("whhgal-firefox", '\uf420'), FIREPLACE("whhgal-fireplace", '\uf53f'), FIREWALL("whhgal-firewall", '\uf021'), FIREWIRE("whhgal-firewire", '\uf0fc'), FIRSTAID("whhgal-firstaid", '\uf2ba'), FISH("whhgal-fish", '\uf35a'), FISHBONE("whhgal-fishbone", '\uf42b'), FLAG("whhgal-flag", '\uf487'), FLAGALT("whhgal-flagalt", '\uf232'), FLAGTRIANGLE("whhgal-flagtriangle", '\uf20b'), FLASH("whhgal-flash", '\uf1cf'), FLASHLIGHT("whhgal-flashlight", '\uf299'), FLASHLIGHTALT("whhgal-flashlightalt", '\uf610'), FLASHPLAYER("whhgal-flashplayer", '\uf070'), FLASKFULL("whhgal-flaskfull", '\uf27e'), FLICKR("whhgal-flickr", '\uf146'), FLICKRALT("whhgal-flickralt", '\uf57c'), FLICKRTHREE("whhgal-flickrthree", '\uf796'), FLIPBOARD("whhgal-flipboard", '\uf7ae'), FLIPHORIZONTAL("whhgal-fliphorizontal", '\uf652'), FLIPVERTICAL("whhgal-flipvertical", '\uf653'), FLOWDOWN("whhgal-flowdown", '\uf63f'), FLOWER("whhgal-flower", '\uf2a5'), FLOWERNEW("whhgal-flowernew", '\uf3a8'), FLOWERPOT("whhgal-flowerpot", '\uf615'), FLOWUP("whhgal-flowup", '\uf63e'), FLUXBB("whhgal-fluxbb", '\uf58e'), FOLDERALT("whhgal-folderalt", '\uf73a'), FOLDERTREE("whhgal-foldertree", '\uf0f0'), FOLDER_CLOSE("whhgal-folder-close", '\uf094'), FOLDER_OPEN("whhgal-folder-open", '\uf483'), FONT("whhgal-font", '\uf1ae'), FONTCALIGRAPHY("whhgal-fontcaligraphy", '\uf7f1'), FONTCASE("whhgal-fontcase", '\uf4e8'), FONTCOMIC("whhgal-fontcomic", '\uf7f0'), FONTGOTHIC("whhgal-fontgothic", '\uf7f2'), FONTHANDWRITING("whhgal-fonthandwriting", '\uf7ee'), FONTROUNDED("whhgal-fontrounded", '\uf7ed'), FONTSANSSERIF("whhgal-fontsansserif", '\uf7ec'), FONTSERIF("whhgal-fontserif", '\uf7eb'), FONTSTENCIL("whhgal-fontstencil", '\uf7f3'), FONTTYPEWRITER("whhgal-fonttypewriter", '\uf7ef'), FOODTRAY("whhgal-foodtray", '\uf3d0'), FOOTBALL_SOCCER("whhgal-football-soccer", '\uf2eb'), FORBIDDEN("whhgal-forbidden", '\uf314'), FORBIDDENALT("whhgal-forbiddenalt", '\uf314'), FORESTALT_TREEALT("whhgal-forestalt-treealt", '\uf21c'), FOREST_TREE("whhgal-forest-tree", '\uf217'), FORK("whhgal-fork", '\u22d4'), FORKCMS("whhgal-forkcms", '\uf588'), FORKLIFT("whhgal-forklift", '\uf29b'), FORM("whhgal-form", '\uf08c'), FORRST("whhgal-forrst", '\uf14d'), FORT("whhgal-fort", '\uf400'), FORUMSALT("whhgal-forumsalt", '\uf790'), FORWARD("whhgal-forward", '\uf182'), FOUNTAIN("whhgal-fountain", '\uf6fe'), FOURG("whhgal-fourg", '\uf770'), FOURIMAGES("whhgal-fourimages", '\uf591'), FOUROHFOUR("whhgal-fourohfour", '\uf09d'), FOURSQUARE("whhgal-foursquare", '\uf42a'), FOURSQUAREALT("whhgal-foursquarealt", '\uf68b'), FREEWAY("whhgal-freeway", '\uf24a'), FRIDGE("whhgal-fridge", '\uf40d'), FRIES("whhgal-fries", '\uf36a'), FTP("whhgal-ftp", '\uf029'), FTPACCOUNTS("whhgal-ftpaccounts", '\uf07b'), FTPSESSION("whhgal-ftpsession", '\uf07c'), FUELPHP("whhgal-fuelphp", '\uf5b2'), FULLBORDERS("whhgal-fullborders", '\uf4e3'), FULLSCREEN("whhgal-fullscreen", '\uf485'), FULLSTAR("whhgal-fullstar", '\uf2e0'), FX("whhgal-fx", '\uf607'), GALAXY("whhgal-galaxy", '\uf6e1'), GALAXYALT("whhgal-galaxyalt", '\uf6ea'), GAMEBOY("whhgal-gameboy", '\uf403'), GAMECURSOR("whhgal-gamecursor", '\uf2d0'), GARAGE("whhgal-garage", '\uf5ee'), GASSTATION("whhgal-gasstation", '\uf216'), GAVEL("whhgal-gavel", '\uf5ea'), GEARFOUR("whhgal-gearfour", '\uf3a7'), GENDER("whhgal-gender", '\uf74c'), GHOST("whhgal-ghost", '\uf2da'), GIFT("whhgal-gift", '\uf260'), GITHUB("whhgal-github", '\uf081'), GLASS("whhgal-glass", '\uf236'), GLASSES("whhgal-glasses", '\uf295'), GLASSESALT("whhgal-glassesalt", '\uf39d'), GLOBE("whhgal-globe", '\uf01b'), GLOBEALT("whhgal-globealt", '\uf36c'), GLUE("whhgal-glue", '\uf36d'), GMAIL("whhgal-gmail", '\uf150'), GOLF("whhgal-golf", '\uf2f1'), GOOGLE("whhgal-google", '\uf69d'), GOOGLEDRIVE("whhgal-googledrive", '\uf163'), GOOGLEGLASS("whhgal-googleglass", '\uf677'), GOOGLEPLUS("whhgal-googleplus", '\uf165'), GOOGLEPLUSOLD("whhgal-googleplusold", '\uf639'), GOOGLEWALLET("whhgal-googlewallet", '\uf270'), GPSALT("whhgal-gpsalt", '\uf771'), GPSOFF_GPS("whhgal-gpsoff-gps", '\uf21e'), GPSON("whhgal-gpson", '\uf21f'), GPU_GRAPHICSCARD("whhgal-gpu-graphicscard", '\uf108'), GRADIENT("whhgal-gradient", '\u2207'), GRAILS("whhgal-grails", '\uf085'), GRAMOPHONE("whhgal-gramophone", '\uf608'), GRAPES("whhgal-grapes", '\uf541'), GRAVE("whhgal-grave", '\uf684'), GRAVEFOUR("whhgal-gravefour", '\uf687'), GRAVETHREE("whhgal-gravethree", '\uf686'), GRAVETWO("whhgal-gravetwo", '\uf685'), GREEKCOLUMN("whhgal-greekcolumn", '\uf5e0'), GREENLANTERN("whhgal-greenlantern", '\uf340'), GREENLIGHTBULB("whhgal-greenlightbulb", '\uf406'), GROOVESHARK("whhgal-grooveshark", '\uf3a2'), GROUPS_FRIENDS("whhgal-groups-friends", '\uf134'), GUITAR("whhgal-guitar", '\uf19a'), GUN("whhgal-gun", '\uf4f1'), HALFLIFE("whhgal-halflife", '\uf3ba'), HALFSTAR("whhgal-halfstar", '\uf2df'), HALO("whhgal-halo", '\uf3bb'), HAMBURGER("whhgal-hamburger", '\uf2b3'), HAMMER("whhgal-hammer", '\uf291'), HAMMERALT("whhgal-hammeralt", '\uf649'), HANDCUFFS("whhgal-handcuffs", '\uf393'), HANDDRAG("whhgal-handdrag", '\uf0de'), HANDEXPAND("whhgal-handexpand", '\uf7e9'), HANDPINCH("whhgal-handpinch", '\uf7ea'), HANDSWIPE("whhgal-handswipe", '\uf7cb'), HANDTWOFINGERS("whhgal-handtwofingers", '\uf0df'), HAND_DOWN("whhgal-hand-down", '\uf387'), HAND_LEFT("whhgal-hand-left", '\uf389'), HAND_RIGHT("whhgal-hand-right", '\uf388'), HAND_UP("whhgal-hand-up", '\uf0dd'), HANGER("whhgal-hanger", '\uf2ab'), HANGOUT("whhgal-hangout", '\uf671'), HANGOUTS("whhgal-hangouts", '\uf6ba'), HAPPY("whhgal-happy", '\uf13c'), HARRYPOTTER("whhgal-harrypotter", '\uf38b'), HASHTAG("whhgal-hashtag", '\uf68c'), HDD("whhgal-hdd", '\uf02a'), HDDALT("whhgal-hddalt", '\uf60a'), HDTV("whhgal-hdtv", '\uf1a0'), HDVIDEO("whhgal-hdvideo", '\uf577'), HEADPHONES("whhgal-headphones", '\uf180'), HEADPHONESALT("whhgal-headphonesalt", '\uf1a3'), HEADPHONESTHREE("whhgal-headphonesthree", '\uf66e'), HEART("whhgal-heart", '\uf131'), HEARTARROW("whhgal-heartarrow", '\uf668'), HEARTEMPTY_LOVE("whhgal-heartempty-love", '\uf132'), HEARTS("whhgal-hearts", '\uf2f4'), HEARTSPARKLE("whhgal-heartsparkle", '\uf669'), HEAVYMETAL("whhgal-heavymetal", '\uf6b3'), HELICOPTER("whhgal-helicopter", '\uf3e4'), HEXAGON_POLYGON("whhgal-hexagon-polygon", '\uf1be'), HISTORY("whhgal-history", '\uf764'), HOCKEY("whhgal-hockey", '\uf3d9'), HOME("whhgal-home", '\u21b8'), HOMEALT("whhgal-homealt", '\uf02b'), HONEYCOMB("whhgal-honeycomb", '\uf4a6'), HORIZONTALBORDER("whhgal-horizontalborder", '\uf4df'), HORIZONTALCONTRACT("whhgal-horizontalcontract", '\uf579'), HORIZONTALEXPAND("whhgal-horizontalexpand", '\uf578'), HOSPITAL("whhgal-hospital", '\uf247'), HOT("whhgal-hot", '\uf63d'), HOTDOG("whhgal-hotdog", '\uf3cc'), HOTLINKPROTECTION("whhgal-hotlinkprotection", '\uf050'), HOURGLASSALT("whhgal-hourglassalt", '\uf122'), HOUSE("whhgal-house", '\uf5ed'), HRYVNIA("whhgal-hryvnia", '\uf5f0'), HRYVNIAALT("whhgal-hryvniaalt", '\uf5f2'), HRYVNIASQUARE("whhgal-hryvniasquare", '\uf5f1'), HTML("whhgal-html", '\uf068'), HTMLFILE("whhgal-htmlfile", '\uf7be'), HTMLFIVE("whhgal-htmlfive", '\uf069'), HYDRANT("whhgal-hydrant", '\uf3ff'), ICECREAM("whhgal-icecream", '\uf2a4'), ICECREAMALT("whhgal-icecreamalt", '\uf289'), ICECREAMTHREE("whhgal-icecreamthree", '\uf65b'), ILLUSTRATOR("whhgal-illustrator", '\uf1ce'), IMAC("whhgal-imac", '\uf0fb'), IMAGES_GALLERY("whhgal-images-gallery", '\uf09f'), IMPORT("whhgal-import", '\uf752'), IMPORTCONTACTS("whhgal-importcontacts", '\uf092'), IMPORTFILE("whhgal-importfile", '\uf32e'), IMPRESSCMS("whhgal-impresscms", '\uf4ab'), IMPRESSPAGES("whhgal-impresspages", '\uf4ad'), INBOX("whhgal-inbox", '\uf17a'), INBOXALT("whhgal-inboxalt", '\uf178'), INCOMINGCALL("whhgal-incomingcall", '\uf15d'), INCOMINGCALLALT("whhgal-incomingcallalt", '\uf74f'), INDENTLEFT("whhgal-indentleft", '\uf4c4'), INDENTLEFTALT("whhgal-indentleftalt", '\uf4c4'), INDENTRIGHT("whhgal-indentright", '\uf4c5'), INDENTRIGHTALT("whhgal-indentrightalt", '\uf4c5'), INDENT_LEFT("whhgal-indent-left", '\uf1f2'), INDENT_RIGHT("whhgal-indent-right", '\uf1f3'), INDEXMANAGER("whhgal-indexmanager", '\uf09e'), INFINITY("whhgal-infinity", '\u221e'), INFINITYALT("whhgal-infinityalt", '\uf7b9'), INFOGRAPHIC("whhgal-infographic", '\uf336'), INFO_SIGN("whhgal-info-sign", '\uf315'), INGRESS("whhgal-ingress", '\uf79c'), INK("whhgal-ink", '\uf3f6'), INKPEN("whhgal-inkpen", '\uf1ac'), INNERBORDERS("whhgal-innerborders", '\uf4e2'), INSERTBARCHART("whhgal-insertbarchart", '\uf1e5'), INSERTPICTURE("whhgal-insertpicture", '\uf1e0'), INSERTPICTURECENTER("whhgal-insertpicturecenter", '\uf1e3'), INSERTPICTURELEFT("whhgal-insertpictureleft", '\uf1e1'), INSERTPICTURERIGHT("whhgal-insertpictureright", '\uf1e2'), INSERTPIECHART("whhgal-insertpiechart", '\uf1e4'), INSTAGRAM("whhgal-instagram", '\uf14a'), INSTAGRAMFOUR("whhgal-instagramfour", '\uf7c3'), INSTAGRAMTHREE("whhgal-instagramthree", '\uf795'), INSTAGRAMTWO("whhgal-instagramtwo", '\uf794'), INSTALL("whhgal-install", '\uf128'), INTEL("whhgal-intel", '\uf01f'), INTERSECTION("whhgal-intersection", '\u2229'), INTERSECTSHAPE("whhgal-intersectshape", '\uf1ff'), INVERT("whhgal-invert", '\uf1df'), INVOICE("whhgal-invoice", '\uf3e5'), IPCONTROL("whhgal-ipcontrol", '\uf08b'), IPHONE("whhgal-iphone", '\uf0e6'), IPOD("whhgal-ipod", '\uf190'), IRONMAN("whhgal-ironman", '\uf349'), ISLAM("whhgal-islam", '\uf410'), ISLAND("whhgal-island", '\uf392'), ISSUE("whhgal-issue", '\uf766'), ISSUECLOSED("whhgal-issueclosed", '\uf767'), ISSUEREOPENED("whhgal-issuereopened", '\uf768'), ITALIC("whhgal-italic", '\uf1f5'), JAR("whhgal-jar", '\uf2b6'), JASON("whhgal-jason", '\uf38c'), JAVA("whhgal-java", '\uf083'), JCORE("whhgal-jcore", '\uf4b0'), JCOW("whhgal-jcow", '\uf593'), JERSEY("whhgal-jersey", '\uf5c4'), JOOMLA("whhgal-joomla", '\uf073'), JOYSTICKARCADE("whhgal-joystickarcade", '\uf2d4'), JOYSTICKATARI("whhgal-joystickatari", '\uf2d5'), JQUERY("whhgal-jquery", '\uf06b'), JQUERYUI("whhgal-jqueryui", '\uf06c'), KERNING("whhgal-kerning", '\uf1e9'), KEY("whhgal-key", '\uf093'), KEYBOARD("whhgal-keyboard", '\uf119'), KEYBOARDALT("whhgal-keyboardalt", '\uf105'), KEYBOARDDELETE("whhgal-keyboarddelete", '\uf3a6'), KIDNEY("whhgal-kidney", '\uf3e0'), KIMAI("whhgal-kimai", '\uf755'), KING("whhgal-king", '\uf2fc'), KISS("whhgal-kiss", '\uf746'), KIWI("whhgal-kiwi", '\uf62b'), KIWIFRUIT("whhgal-kiwifruit", '\uf62c'), KNIFE("whhgal-knife", '\uf214'), KNIGHT("whhgal-knight", '\uf2fb'), KNOB("whhgal-knob", '\uf376'), KOALA("whhgal-koala", '\uf625'), KOHANA("whhgal-kohana", '\uf5b3'), LAB_FLASK("whhgal-lab-flask", '\uf27d'), LAMP("whhgal-lamp", '\uf2b1'), LAMPALT("whhgal-lampalt", '\uf614'), LAN("whhgal-lan", '\uf0ee'), LANGUAGE("whhgal-language", '\uf042'), LAPTOP("whhgal-laptop", '\uf0d8'), LASSO("whhgal-lasso", '\uf396'), LASTFM("whhgal-lastfm", '\uf3a3'), LAUGH("whhgal-laugh", '\uf13f'), LAW("whhgal-law", '\uf263'), LAYERORDER("whhgal-layerorder", '\uf7e6'), LAYERORDERDOWN("whhgal-layerorderdown", '\uf7e5'), LAYERORDERUP("whhgal-layerorderup", '\uf7e4'), LAYERS("whhgal-layers", '\uf1ca'), LAYERSALT("whhgal-layersalt", '\uf1cb'), LAYERSTHREE("whhgal-layersthree", '\uf788'), LEAF("whhgal-leaf", '\uf039'), LEATHER("whhgal-leather", '\uf558'), LEECHPROTECT("whhgal-leechprotect", '\uf07e'), LEFTBORDER("whhgal-leftborder", '\uf4dd'), LEGACYFILEMANAGER("whhgal-legacyfilemanager", '\uf095'), LEGO("whhgal-lego", '\uf370'), LEMON("whhgal-lemon", '\uf62d'), LENS("whhgal-lens", '\uf50b'), LIFEEMPTY("whhgal-lifeempty", '\uf2e1'), LIFEFULL("whhgal-lifefull", '\uf2e3'), LIFEHACKER("whhgal-lifehacker", '\uf380'), LIFEHALF("whhgal-lifehalf", '\uf2e2'), LIFEPRESERVER("whhgal-lifepreserver", '\uf015'), LIGHTBULB_IDEA("whhgal-lightbulb-idea", '\uf338'), LIGHTHOUSE("whhgal-lighthouse", '\uf3e6'), LIGHTNING("whhgal-lightning", '\uf231'), LIGHTNINGALT("whhgal-lightningalt", '\uf2a8'), LIGHTOFF("whhgal-lightoff", '\uf76b'), LIGHTON("whhgal-lighton", '\uf76a'), LIMESURVEY("whhgal-limesurvey", '\uf59d'), LINE("whhgal-line", '\uf1bf'), LINEHEIGHT("whhgal-lineheight", '\uf1c0'), LINK("whhgal-link", '\uf022'), LINKALT("whhgal-linkalt", '\uf333'), LINKEDIN("whhgal-linkedin", '\uf166'), LINUX("whhgal-linux", '\uf01a'), LIPS("whhgal-lips", '\uf745'), LIPSTICK("whhgal-lipstick", '\uf50f'), LIST("whhgal-list", '\uf111'), LIST_ALT("whhgal-list-alt", '\uf480'), LIVEJOURNAL("whhgal-livejournal", '\uf756'), LIVEJOURNALALT("whhgal-livejournalalt", '\uf757'), LIVER("whhgal-liver", '\uf3e2'), LOADINGALT("whhgal-loadingalt", '\uf339'), LOADINGEIGHT("whhgal-loadingeight", '\uf666'), LOADINGFIVE("whhgal-loadingfive", '\uf663'), LOADINGFLOWCCW("whhgal-loadingflowccw", '\uf741'), LOADINGFLOWCW("whhgal-loadingflowcw", '\uf742'), LOADINGFOUR("whhgal-loadingfour", '\uf662'), LOADINGONE("whhgal-loadingone", '\uf65f'), LOADINGSEVEN("whhgal-loadingseven", '\uf665'), LOADINGSIX("whhgal-loadingsix", '\uf664'), LOADINGTHREE("whhgal-loadingthree", '\uf661'), LOADINGTWO("whhgal-loadingtwo", '\uf660'), LOADING_HOURGLASS("whhgal-loading-hourglass", '\uf123'), LOCK("whhgal-lock", '\uf0be'), LOCKALT_KEYHOLE("whhgal-lockalt-keyhole", '\uf0eb'), LOLLYPOP("whhgal-lollypop", '\uf3ee'), LUNGS("whhgal-lungs", '\uf3df'); public static WhhgAL findByDescription(String description) { for (WhhgAL font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; WhhgAL(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/java/org/kordamp/ikonli/whhg/WhhgALIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.whhg; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class WhhgALIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/whhg/20201105/fonts/webhostinghub-glyphs.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("whhgal-"); } @Override public Ikon resolve(String description) { return WhhgAL.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "WebHostingHub-Glyphs"; } } ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/java/org/kordamp/ikonli/whhg/WhhgALIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.whhg; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class WhhgALIkonProvider implements IkonProvider { @Override public Class getIkon() { return WhhgAL.class; } } ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/java/org/kordamp/ikonli/whhg/WhhgMZ.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.whhg; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum WhhgMZ implements Ikon { MACPRO("whhgmz-macpro", '\uf3a5'), MACRO_PLANT("whhgmz-macro-plant", '\uf1c6'), MAGAZINE("whhgmz-magazine", '\uf1ec'), MAGENTO("whhgmz-magento", '\uf06e'), MAGNET("whhgmz-magnet", '\uf281'), MAHARA("whhgmz-mahara", '\uf587'), MAILBOX("whhgmz-mailbox", '\uf044'), MAILINGLISTS("whhgmz-mailinglists", '\uf090'), MAMBO("whhgmz-mambo", '\uf494'), MANAGEDHOSTING("whhgmz-managedhosting", '\uf038'), MANALT("whhgmz-manalt", '\uf56d'), MANILLAENVELOPE("whhgmz-manillaenvelope", '\uf60c'), MANTISBUGTRACKER("whhgmz-mantisbugtracker", '\uf5a6'), MANUALSHIFT("whhgmz-manualshift", '\uf747'), MAN_MALE("whhgmz-man-male", '\uf2a1'), MAP("whhgmz-map", '\uf209'), MAP_MARKER("whhgmz-map-marker", '\uf220'), MARKER("whhgmz-marker", '\uf204'), MARKERDOWN("whhgmz-markerdown", '\uf4cb'), MARKERLEFT("whhgmz-markerleft", '\uf4cd'), MARKERRIGHT("whhgmz-markerright", '\uf4ce'), MARKERUP("whhgmz-markerup", '\uf4cc'), MARVIN("whhgmz-marvin", '\uf3dd'), MASTERCARD("whhgmz-mastercard", '\uf266'), MAXIMIZE("whhgmz-maximize", '\uf30f'), MAYANPYRAMID("whhgmz-mayanpyramid", '\uf75a'), MEDAL("whhgmz-medal", '\uf2e5'), MEDALBRONZE("whhgmz-medalbronze", '\uf2e8'), MEDALGOLD("whhgmz-medalgold", '\uf2e6'), MEDALSILVER("whhgmz-medalsilver", '\uf2e7'), MEDIAREPEAT("whhgmz-mediarepeat", '\uf187'), MEGA("whhgmz-mega", '\uf501'), MEN("whhgmz-men", '\uf24c'), MENU("whhgmz-menu", '\uf127'), MERGE("whhgmz-merge", '\uf334'), MERGECELLS("whhgmz-mergecells", '\uf327'), MERGESHAPES("whhgmz-mergeshapes", '\uf201'), MERGETHREE("whhgmz-mergethree", '\uf787'), METEOR("whhgmz-meteor", '\uf6e0'), METEORITE("whhgmz-meteorite", '\uf6ee'), METRONOME("whhgmz-metronome", '\uf374'), METRO_SUBWAY("whhgmz-metro-subway", '\uf24f'), MIBEW("whhgmz-mibew", '\uf5ae'), MICKEYMOUSE("whhgmz-mickeymouse", '\uf37a'), MICROPHONE("whhgmz-microphone", '\uf191'), MICROPHONEALT("whhgmz-microphonealt", '\uf4f6'), MICROPHONETHREE("whhgmz-microphonethree", '\uf54e'), MICROSCOPE("whhgmz-microscope", '\uf283'), MICROSD("whhgmz-microsd", '\uf107'), MICROSOFTOFFICE("whhgmz-microsoftoffice", '\uf548'), MICROWAVE("whhgmz-microwave", '\uf42e'), MIDDLEFINGER("whhgmz-middlefinger", '\uf6b2'), MILK("whhgmz-milk", '\uf5ef'), MIMETYPE("whhgmz-mimetype", '\uf057'), MINECRAFT("whhgmz-minecraft", '\uf724'), MINECRAFTALT("whhgmz-minecraftalt", '\uf725'), MINIANGRY("whhgmz-miniangry", '\uf7db'), MINIBB("whhgmz-minibb", '\uf58f'), MINICONFUSED("whhgmz-miniconfused", '\uf7e0'), MINIGRIN("whhgmz-minigrin", '\uf7da'), MINILAUGH("whhgmz-minilaugh", '\uf7d9'), MINIMIZE("whhgmz-minimize", '\uf30e'), MINISAD("whhgmz-minisad", '\uf7d8'), MINISMILE("whhgmz-minismile", '\uf7d7'), MINITONGUE("whhgmz-minitongue", '\uf7dc'), MINITONGUEALT("whhgmz-minitonguealt", '\uf7dd'), MINITONGUEWINK("whhgmz-minitonguewink", '\uf7df'), MINIWINK("whhgmz-miniwink", '\uf7de'), MINUS("whhgmz-minus", '\u2212'), MINUS_SIGN("whhgmz-minus-sign", '\uf477'), MIRROR("whhgmz-mirror", '\uf66d'), MISSEDCALL("whhgmz-missedcall", '\uf15c'), MISSEDCALLALT("whhgmz-missedcallalt", '\uf750'), MIUI("whhgmz-miui", '\uf63c'), MOBILE("whhgmz-mobile", '\uf0e8'), MODX("whhgmz-modx", '\uf48d'), MODXALT("whhgmz-modxalt", '\uf5de'), MOLECULE("whhgmz-molecule", '\uf556'), MOLESKINE("whhgmz-moleskine", '\uf1f0'), MONEYALT("whhgmz-moneyalt", '\uf4e7'), MONEYBAG("whhgmz-moneybag", '\uf271'), MONEY_CASH("whhgmz-money-cash", '\uf27b'), MONGODB("whhgmz-mongodb", '\uf5fe'), MONITOR("whhgmz-monitor", '\uf0d5'), MONSTERSINC("whhgmz-monstersinc", '\uf3bd'), MONSTRA("whhgmz-monstra", '\uf4ae'), MOONFIRSTQUARTER("whhgmz-moonfirstquarter", '\uf52d'), MOONFULL("whhgmz-moonfull", '\uf52f'), MOONNEW("whhgmz-moonnew", '\uf52b'), MOONORBIT("whhgmz-moonorbit", '\uf6a6'), MOONTHIRDQUARTER("whhgmz-moonthirdquarter", '\uf531'), MOONWANINGCRESCENT("whhgmz-moonwaningcrescent", '\uf532'), MOONWANINGGIBBOUS("whhgmz-moonwaninggibbous", '\uf530'), MOONWAXINGCRESCENT("whhgmz-moonwaxingcrescent", '\uf52c'), MOONWAXINGGIBBOUS("whhgmz-moonwaxinggibbous", '\uf52e'), MOON_NIGHT("whhgmz-moon-night", '\uf207'), MOOTOOLS("whhgmz-mootools", '\uf5f8'), MOOTOOLSTHREE("whhgmz-mootoolsthree", '\uf5fa'), MOOTOOLSTWO("whhgmz-mootoolstwo", '\uf5f9'), MOSQUE("whhgmz-mosque", '\uf537'), MOUNTAINS("whhgmz-mountains", '\uf545'), MOUSE("whhgmz-mouse", '\uf0d4'), MOUSEALT("whhgmz-mousealt", '\uf126'), MOUSTACHE("whhgmz-moustache", '\uf640'), MOVE("whhgmz-move", '\uf322'), MOVIECLAPPER("whhgmz-movieclapper", '\uf193'), MOVIEREEL("whhgmz-moviereel", '\uf17f'), MOVIEREELALT("whhgmz-moviereelalt", '\uf4bc'), MUFFIN("whhgmz-muffin", '\uf363'), MUG("whhgmz-mug", '\uf24e'), MUSHROOM("whhgmz-mushroom", '\uf35e'), MUSHROOMCLOUD("whhgmz-mushroomcloud", '\uf6e9'), MUSIC("whhgmz-music", '\uf181'), MUSICALT("whhgmz-musicalt", '\uf18d'), MUSICSHEET("whhgmz-musicsheet", '\uf51e'), MUSICTHREE("whhgmz-musicthree", '\uf49e'), MUTEALT("whhgmz-mutealt", '\uf0e5'), MUTEMIC("whhgmz-mutemic", '\uf789'), MXENTRY("whhgmz-mxentry", '\uf07a'), MYBB("whhgmz-mybb", '\uf065'), MYMUSIC("whhgmz-mymusic", '\uf64c'), MYPICTURES("whhgmz-mypictures", '\uf64b'), MYSPACE("whhgmz-myspace", '\uf153'), MYSQLALT("whhgmz-mysqlalt", '\uf5fc'), MYSQLTHREE("whhgmz-mysqlthree", '\uf5fb'), MYSQL_DOLPHIN("whhgmz-mysql-dolphin", '\uf076'), MYVIDEOS("whhgmz-myvideos", '\uf64d'), NAIL("whhgmz-nail", '\uf428'), NAVIGATION("whhgmz-navigation", '\uf23a'), NEOFOURJ("whhgmz-neofourj", '\uf5ff'), NETWORK("whhgmz-network", '\uf0a6'), NETWORKSIGNAL("whhgmz-networksignal", '\uf3a9'), NETWORKSIGNALALT("whhgmz-networksignalalt", '\uf4e4'), NEWS("whhgmz-news", '\uf256'), NEWTAB("whhgmz-newtab", '\uf16f'), NEWWINDOW("whhgmz-newwindow", '\uf16d'), NEXT("whhgmz-next", '\uf18a'), NEXUS("whhgmz-nexus", '\uf0e7'), NFC("whhgmz-nfc", '\uf524'), NINEGAG("whhgmz-ninegag", '\uf49c'), NINTENDODS("whhgmz-nintendods", '\uf404'), NOBORDERS("whhgmz-noborders", '\uf4da'), NODEJS("whhgmz-nodejs", '\uf084'), NOFLASH("whhgmz-noflash", '\uf61f'), NOSQL("whhgmz-nosql", '\uf600'), NOTEBOOK("whhgmz-notebook", '\uf765'), NOTES("whhgmz-notes", '\uf0d7'), NOTESDATE("whhgmz-notesdate", '\uf5c8'), NOTESDATEALT("whhgmz-notesdatealt", '\uf5cc'), NOTESLIST("whhgmz-noteslist", '\uf5c6'), NOTESLISTALT("whhgmz-noteslistalt", '\uf5ca'), NOTESLOCATION("whhgmz-noteslocation", '\uf5c9'), NOTESLOCATIONALT("whhgmz-noteslocationalt", '\uf5cd'), NOTESTASKS("whhgmz-notestasks", '\uf5c7'), NOTESTASKSALT("whhgmz-notestasksalt", '\uf5cb'), NOTIFICATION("whhgmz-notification", '\uf676'), NOTIFICATIONBOTTOM("whhgmz-notificationbottom", '\uf144'), NOTIFICATIONTOP("whhgmz-notificationtop", '\uf145'), NUCLEARPLANT("whhgmz-nuclearplant", '\uf6f5'), NUCLEUS("whhgmz-nucleus", '\uf4b3'), NUMBERLIST("whhgmz-numberlist", '\uf4c3'), NUT("whhgmz-nut", '\uf427'), OBSERVATORY("whhgmz-observatory", '\uf6e2'), OCTOLOADEREMPTY("whhgmz-octoloaderempty", '\uf7af'), OCTOLOADERFIVE("whhgmz-octoloaderfive", '\uf7b4'), OCTOLOADERFOUR("whhgmz-octoloaderfour", '\uf7b3'), OCTOLOADERFULL("whhgmz-octoloaderfull", '\uf7b7'), OCTOLOADERONE("whhgmz-octoloaderone", '\uf7b0'), OCTOLOADERSEVEN("whhgmz-octoloaderseven", '\uf7b6'), OCTOLOADERSIX("whhgmz-octoloadersix", '\uf7b5'), OCTOLOADERTHREE("whhgmz-octoloaderthree", '\uf7b2'), OCTOLOADERTWO("whhgmz-octoloadertwo", '\uf7b1'), OFF("whhgmz-off", '\uf11d'), OFFICECHAIR("whhgmz-officechair", '\uf26d'), OFFICE_BUILDING("whhgmz-office-building", '\uf245'), OK("whhgmz-ok", '\u2713'), OK_CIRCLE("whhgmz-ok-circle", '\uf471'), OK_SIGN("whhgmz-ok-sign", '\uf479'), ONEUP("whhgmz-oneup", '\uf3b7'), ONEUPALT("whhgmz-oneupalt", '\uf3b6'), ONION("whhgmz-onion", '\uf630'), OPENCART("whhgmz-opencart", '\uf060'), OPENCLASSIFIEDS("whhgmz-openclassifieds", '\uf596'), OPENFOLDERALT("whhgmz-openfolderalt", '\uf73e'), OPENID("whhgmz-openid", '\uf528'), OPENNEWWINDOW("whhgmz-opennewwindow", '\uf332'), OPENSHARE("whhgmz-openshare", '\uf7a6'), OPENSOURCE("whhgmz-opensource", '\uf585'), OPENX("whhgmz-openx", '\uf598'), ORANGE("whhgmz-orange", '\uf29e'), ORANGEHRM("whhgmz-orangehrm", '\uf5ac'), ORIGAMI("whhgmz-origami", '\uf583'), OSCLASS("whhgmz-osclass", '\uf597'), OSCOMMERCE("whhgmz-oscommerce", '\uf5a7'), OUTBOX("whhgmz-outbox", '\uf179'), OUTERBORDERS("whhgmz-outerborders", '\uf4e1'), OUTGOINGCALL("whhgmz-outgoingcall", '\uf15e'), OUTGOINGCALLALT("whhgmz-outgoingcallalt", '\uf74e'), OXWALL("whhgmz-oxwall", '\uf06d'), PACIFIER("whhgmz-pacifier", '\uf570'), PACKARCHIVE("whhgmz-packarchive", '\uf5c1'), PACMAN("whhgmz-pacman", '\uf2db'), PAGEBACK("whhgmz-pageback", '\uf31e'), PAGEBREAK("whhgmz-pagebreak", '\uf1cc'), PAGECOOKERY("whhgmz-pagecookery", '\uf4bb'), PAGEFORWARD("whhgmz-pageforward", '\uf31f'), PAGESETUP("whhgmz-pagesetup", '\uf331'), PAINTBRUSH("whhgmz-paintbrush", '\uf1e8'), PAINTROLL("whhgmz-paintroll", '\uf1fa'), PAINTROLLALT("whhgmz-paintrollalt", '\uf5d3'), PALETTE_PAINTING("whhgmz-palette-painting", '\uf1b9'), PANDA("whhgmz-panda", '\uf66b'), PANORAMA("whhgmz-panorama", '\uf618'), PANORAMAALT("whhgmz-panoramaalt", '\uf61a'), PANORAMIO("whhgmz-panoramio", '\uf617'), PANTIES("whhgmz-panties", '\uf754'), PAPERBOAT("whhgmz-paperboat", '\uf511'), PAPERCLIP("whhgmz-paperclip", '\uf284'), PAPERCLIPALT("whhgmz-paperclipalt", '\uf285'), PAPERCLIPVERTICAL("whhgmz-paperclipvertical", '\uf286'), PAPERCUTTER("whhgmz-papercutter", '\uf657'), PAPERPLANE("whhgmz-paperplane", '\uf296'), PARENTHESES("whhgmz-parentheses", '\uf3c4'), PARKEDDOMAIN("whhgmz-parkeddomain", '\uf055'), PARKINGMETER("whhgmz-parkingmeter", '\uf5bf'), PARTHENON("whhgmz-parthenon", '\uf749'), PASSWORD("whhgmz-password", '\uf03e'), PASSWORDALT("whhgmz-passwordalt", '\uf03f'), PASTA("whhgmz-pasta", '\uf408'), PASTEALT("whhgmz-pastealt", '\uf740'), PATCH("whhgmz-patch", '\uf2a3'), PATH("whhgmz-path", '\uf169'), PATTERN("whhgmz-pattern", '\uf57d'), PAUSE("whhgmz-pause", '\uf186'), PAWN("whhgmz-pawn", '\uf2f8'), PAW_PET("whhgmz-paw-pet", '\uf29d'), PAYPAL("whhgmz-paypal", '\uf267'), PEACE("whhgmz-peace", '\uf2a7'), PEAR("whhgmz-pear", '\uf62e'), PEBBLE("whhgmz-pebble", '\uf49d'), PEN("whhgmz-pen", '\uf1ee'), PENCIL("whhgmz-pencil", '\uf1b7'), PEPPERONI("whhgmz-pepperoni", '\uf364'), PERCENT("whhgmz-percent", '\u0025'), PERFUME("whhgmz-perfume", '\uf634'), PERLALT("whhgmz-perlalt", '\uf0b7'), PERL_CAMEL("whhgmz-perl-camel", '\uf0b6'), PGSQL("whhgmz-pgsql", '\uf5fd'), PHONEALT("whhgmz-phonealt", '\uf15b'), PHONEBOOK("whhgmz-phonebook", '\uf149'), PHONEBOOKALT("whhgmz-phonebookalt", '\uf135'), PHONEMIC("whhgmz-phonemic", '\uf391'), PHONEOLD("whhgmz-phoneold", '\uf148'), PHONESCREENSIZE("whhgmz-phonescreensize", '\uf674'), PHONE_CALL("whhgmz-phone-call", '\uf14f'), PHORUM("whhgmz-phorum", '\uf58d'), PHOTOBUCKET("whhgmz-photobucket", '\uf4be'), PHOTONINEFRAMES("whhgmz-photonineframes", '\uf7c1'), PHOTOSHOP("whhgmz-photoshop", '\uf1cd'), PHOTOSPHERE("whhgmz-photosphere", '\uf619'), PHP("whhgmz-php", '\uf09c'), PHPBB("whhgmz-phpbb", '\uf063'), PHPBBALT("whhgmz-phpbbalt", '\uf4b8'), PHPLIST("whhgmz-phplist", '\uf599'), PHPMYFAQ("whhgmz-phpmyfaq", '\uf5af'), PHPNUKE("whhgmz-phpnuke", '\uf48c'), PHPPEAR("whhgmz-phppear", '\uf09b'), PIANO("whhgmz-piano", '\uf19e'), PICASA("whhgmz-picasa", '\uf79a'), PICKAXE("whhgmz-pickaxe", '\uf6fb'), PICTURE("whhgmz-picture", '\u22b7'), PICTUREFRAME("whhgmz-pictureframe", '\uf41e'), PIGGYBANK("whhgmz-piggybank", '\uf257'), PIGPENA("whhgmz-pigpena", '\uf456'), PIGPENB("whhgmz-pigpenb", '\uf457'), PIGPENC("whhgmz-pigpenc", '\uf458'), PIGPEND("whhgmz-pigpend", '\uf459'), PIGPENE("whhgmz-pigpene", '\uf45a'), PIGPENF("whhgmz-pigpenf", '\uf45b'), PIGPENG("whhgmz-pigpeng", '\uf45c'), PIGPENH("whhgmz-pigpenh", '\uf45d'), PIGPENI("whhgmz-pigpeni", '\uf45e'), PIGPENJ("whhgmz-pigpenj", '\uf45f'), PIGPENK("whhgmz-pigpenk", '\uf460'), PIGPENL("whhgmz-pigpenl", '\uf461'), PIGPENM("whhgmz-pigpenm", '\uf462'), PIGPENN("whhgmz-pigpenn", '\uf463'), PIGPENO("whhgmz-pigpeno", '\uf464'), PIGPENP("whhgmz-pigpenp", '\uf465'), PIGPENQ("whhgmz-pigpenq", '\uf466'), PIGPENR("whhgmz-pigpenr", '\uf467'), PIGPENS("whhgmz-pigpens", '\uf468'), PIGPENT("whhgmz-pigpent", '\uf469'), PIGPENU("whhgmz-pigpenu", '\uf46a'), PIGPENV("whhgmz-pigpenv", '\uf46b'), PIGPENW("whhgmz-pigpenw", '\uf46c'), PIGPENX("whhgmz-pigpenx", '\uf46d'), PIGPENY("whhgmz-pigpeny", '\uf46e'), PIGPENZ("whhgmz-pigpenz", '\uf46f'), PILCROW("whhgmz-pilcrow", '\u00b6'), PILL_ANTIVIRUSALT("whhgmz-pill-antivirusalt", '\uf0aa'), PIMCORE("whhgmz-pimcore", '\uf589'), PIN("whhgmz-pin", '\uf20a'), PINTEREST("whhgmz-pinterest", '\uf678'), PIPE("whhgmz-pipe", '\u01c0'), PIVOTX("whhgmz-pivotx", '\uf4ba'), PIWIGO("whhgmz-piwigo", '\uf0ad'), PIXELARROW("whhgmz-pixelarrow", '\uf72d'), PIXELAXE("whhgmz-pixelaxe", '\uf72e'), PIXELBASTARDSWORD("whhgmz-pixelbastardsword", '\uf730'), PIXELBATTLEAXE("whhgmz-pixelbattleaxe", '\uf732'), PIXELBOW("whhgmz-pixelbow", '\uf72c'), PIXELBROADSWORD("whhgmz-pixelbroadsword", '\uf727'), PIXELCHEST("whhgmz-pixelchest", '\uf736'), PIXELDAGGER("whhgmz-pixeldagger", '\uf72f'), PIXELELIXIR("whhgmz-pixelelixir", '\uf735'), PIXELHEART("whhgmz-pixelheart", '\uf738'), PIXELLANCE("whhgmz-pixellance", '\uf731'), PIXELPICKAXE("whhgmz-pixelpickaxe", '\uf72b'), PIXELPOTION("whhgmz-pixelpotion", '\uf729'), PIXELPOTIONALT("whhgmz-pixelpotionalt", '\uf72a'), PIXELSHIELD("whhgmz-pixelshield", '\uf737'), PIXELSHOVEL("whhgmz-pixelshovel", '\uf733'), PIXELSPHERE("whhgmz-pixelsphere", '\uf734'), PIXELSWORD("whhgmz-pixelsword", '\uf726'), PIXELWAND("whhgmz-pixelwand", '\uf728'), PIXIE("whhgmz-pixie", '\uf4a9'), PIZZA("whhgmz-pizza", '\uf35c'), PLACEADD("whhgmz-placeadd", '\uf221'), PLACEALT("whhgmz-placealt", '\uf224'), PLACEALTADD("whhgmz-placealtadd", '\uf225'), PLACEALTDELETE("whhgmz-placealtdelete", '\uf226'), PLACEDELETE("whhgmz-placedelete", '\uf222'), PLACEIOS("whhgmz-placeios", '\uf20c'), PLANE("whhgmz-plane", '\uf23e'), PLANEALT("whhgmz-planealt", '\uf50d'), PLANET("whhgmz-planet", '\uf533'), PLANTALT("whhgmz-plantalt", '\uf510'), PLAQUE("whhgmz-plaque", '\uf2b8'), PLAY("whhgmz-play", '\uf184'), PLAYSTATION("whhgmz-playstation", '\uf4e9'), PLAYSTORE("whhgmz-playstore", '\uf255'), PLAYVIDEO("whhgmz-playvideo", '\uf03d'), PLAY_CIRCLE("whhgmz-play-circle", '\uf17e'), PLIGG("whhgmz-pligg", '\uf492'), PLOGGER("whhgmz-plogger", '\uf592'), PLUG("whhgmz-plug", '\uf0ea'), PLUGINALT("whhgmz-pluginalt", '\uf098'), PLUS("whhgmz-plus", '\u002b'), PLUSCIRCLES("whhgmz-pluscircles", '\uf638'), PLUSGAMES("whhgmz-plusgames", '\uf63a'), PLUSPAGES("whhgmz-pluspages", '\uf636'), PLUS_SIGN("whhgmz-plus-sign", '\uf476'), POCKET("whhgmz-pocket", '\uf16b'), PODCAST("whhgmz-podcast", '\uf1a2'), PODIUM("whhgmz-podium", '\uf54c'), PODIUM_WINNER("whhgmz-podium-winner", '\uf2d6'), POKEMON("whhgmz-pokemon", '\uf354'), POLAROID("whhgmz-polaroid", '\uf602'), POLICE("whhgmz-police", '\uf2aa'), POLYGONLASSO("whhgmz-polygonlasso", '\uf397'), POMMO("whhgmz-pommo", '\uf59b'), POOP("whhgmz-poop", '\uf629'), POOPALT("whhgmz-poopalt", '\uf62a'), POPCORN("whhgmz-popcorn", '\uf503'), PORTRAIT("whhgmz-portrait", '\uf580'), POST("whhgmz-post", '\uf12e'), POSTALT("whhgmz-postalt", '\uf130'), POUND("whhgmz-pound", '\uf25b'), POUNDALT("whhgmz-poundalt", '\uf25c'), POUNDSQUARE("whhgmz-poundsquare", '\uf5e3'), POWERJACK("whhgmz-powerjack", '\uf0fd'), POWERPLUG("whhgmz-powerplug", '\uf0ed'), POWERPLUGEU("whhgmz-powerplugeu", '\uf28b'), POWERPLUGUS("whhgmz-powerplugus", '\uf28c'), PRECISECURSOR("whhgmz-precisecursor", '\uf5d6'), PRESENTATION("whhgmz-presentation", '\uf0c4'), PRESTASHOP("whhgmz-prestashop", '\uf061'), PRETZEL("whhgmz-pretzel", '\uf3cf'), PREVIEW("whhgmz-preview", '\uf330'), PREVIOUS("whhgmz-previous", '\uf18b'), PRINT("whhgmz-print", '\uf125'), PROCESSORTHREE("whhgmz-processorthree", '\uf4f2'), PROGRAMCLOSE("whhgmz-programclose", '\uf4a2'), PROGRAMOK("whhgmz-programok", '\uf4a3'), PROJECTCOMPARE("whhgmz-projectcompare", '\uf763'), PROJECTFORK("whhgmz-projectfork", '\uf761'), PROJECTFORKDELETE("whhgmz-projectforkdelete", '\uf7bb'), PROJECTFORKPRIVATE("whhgmz-projectforkprivate", '\uf7bc'), PROJECTMERGE("whhgmz-projectmerge", '\uf762'), PROJECTOR("whhgmz-projector", '\uf605'), PROJECTPIER("whhgmz-projectpier", '\uf5a2'), PROJECTSEND("whhgmz-projectsend", '\uf5b7'), PROTECTEDDIRECTORY("whhgmz-protecteddirectory", '\uf04d'), PSCIRCLE("whhgmz-pscircle", '\uf2bb'), PSCURSOR("whhgmz-pscursor", '\uf2c3'), PSDOWN("whhgmz-psdown", '\uf2c6'), PSLEFT("whhgmz-psleft", '\uf2c7'), PSLONE("whhgmz-pslone", '\uf2cc'), PSLTWO("whhgmz-psltwo", '\uf2cd'), PSRIGHT("whhgmz-psright", '\uf2c5'), PSRONE("whhgmz-psrone", '\uf2ce'), PSRTWO("whhgmz-psrtwo", '\uf2cf'), PSSQUARE("whhgmz-pssquare", '\uf2bc'), PSTRIANGLE("whhgmz-pstriangle", '\uf2bd'), PSUP("whhgmz-psup", '\uf2c4'), PSX("whhgmz-psx", '\uf2be'), PULL("whhgmz-pull", '\uf089'), PULLALT("whhgmz-pullalt", '\uf7c0'), PULLREQUEST("whhgmz-pullrequest", '\uf7ba'), PUMPJACK("whhgmz-pumpjack", '\uf6f4'), PUNBB("whhgmz-punbb", '\uf58c'), PUNISHER("whhgmz-punisher", '\uf343'), PURSE("whhgmz-purse", '\uf54a'), PUSH("whhgmz-push", '\uf088'), PUSHALT("whhgmz-pushalt", '\uf7bf'), PUSHBULLET("whhgmz-pushbullet", '\uf75d'), PUZZLE_PLUGIN("whhgmz-puzzle-plugin", '\uf0a0'), PYROCMS("whhgmz-pyrocms", '\uf493'), PYTHON("whhgmz-python", '\uf071'), QRCODE("whhgmz-qrcode", '\uf275'), QUAKE("whhgmz-quake", '\uf355'), QUEEN("whhgmz-queen", '\uf2fd'), QUERY("whhgmz-query", '\uf08a'), QUESTION_SIGN("whhgmz-question-sign", '\uf0a3'), QUORA("whhgmz-quora", '\uf797'), QUOTE("whhgmz-quote", '\uf12f'), QUOTEDOWN("whhgmz-quotedown", '\uf329'), QUOTEUP("whhgmz-quoteup", '\uf328'), RABBIT("whhgmz-rabbit", '\uf624'), RACEFLAG("whhgmz-raceflag", '\uf38e'), RACQUET("whhgmz-racquet", '\uf2f2'), RADAR("whhgmz-radar", '\uf57a'), RADIO("whhgmz-radio", '\uf1a1'), RADIOACTIVE("whhgmz-radioactive", '\uf282'), RADIOBUTTON("whhgmz-radiobutton", '\uf312'), RAILROAD("whhgmz-railroad", '\uf248'), RAILTUNNEL("whhgmz-railtunnel", '\uf6f9'), RAIN("whhgmz-rain", '\uf22f'), RAM("whhgmz-ram", '\uf02c'), RANDOM("whhgmz-random", '\uf188'), RAPHAEL("whhgmz-raphael", '\uf5b9'), RAR("whhgmz-rar", '\uf117'), RASPBERRY("whhgmz-raspberry", '\uf368'), RASPBERRYPI("whhgmz-raspberrypi", '\uf369'), RAWACCESSLOGS("whhgmz-rawaccesslogs", '\uf0c1'), RAZOR("whhgmz-razor", '\uf416'), RDIO("whhgmz-rdio", '\uf51f'), READEMAIL("whhgmz-reademail", '\uf173'), READEMAILALT("whhgmz-reademailalt", '\uf498'), RECORD("whhgmz-record", '\uf189'), RECTANGLE("whhgmz-rectangle", '\u25ad'), RECYCLE("whhgmz-recycle", '\uf297'), REDAXSCRIPT("whhgmz-redaxscript", '\uf586'), REDDIT("whhgmz-reddit", '\uf154'), REDIRECT("whhgmz-redirect", '\uf054'), REFRESH("whhgmz-refresh", '\uf078'), REFRESHALT("whhgmz-refreshalt", '\uf66c'), RELIABILITY("whhgmz-reliability", '\uf016'), REMOTE("whhgmz-remote", '\uf298'), REMOVE("whhgmz-remove", '\u00d7'), REMOVEFOLDERALT("whhgmz-removefolderalt", '\uf73b'), REMOVEFRIEND("whhgmz-removefriend", '\uf3db'), REMOVETAGS("whhgmz-removetags", '\uf556'), REMOVEUSERALT("whhgmz-removeuseralt", '\uf5d0'), REMOVE_CIRCLE("whhgmz-remove-circle", '\uf470'), REMOVE_SIGN("whhgmz-remove-sign", '\uf478'), REPEAT("whhgmz-repeat", '\uf32b'), REPEATONE("whhgmz-repeatone", '\uf196'), REPORT("whhgmz-report", '\uf651'), RESELLERHOSTING("whhgmz-resellerhosting", '\uf03a'), RESIDENTEVIL("whhgmz-residentevil", '\uf350'), RESISTOR("whhgmz-resistor", '\uf3eb'), RESIZE("whhgmz-resize", '\uf1ed'), RESIZEDOWNLEFT("whhgmz-resizedownleft", '\uf648'), RESIZEDOWNRIGHT("whhgmz-resizedownright", '\uf647'), RESIZEHORIZONTALALT("whhgmz-resizehorizontalalt", '\uf4e6'), RESIZEUPLEFT("whhgmz-resizeupleft", '\uf645'), RESIZEUPRIGHT("whhgmz-resizeupright", '\uf646'), RESIZEVERTICALALT("whhgmz-resizeverticalalt", '\uf4e5'), RESIZE_FULL("whhgmz-resize-full", '\uf325'), RESIZE_HORIZONTAL("whhgmz-resize-horizontal", '\uf318'), RESIZE_SMALL("whhgmz-resize-small", '\uf326'), RESIZE_VERTICAL("whhgmz-resize-vertical", '\uf319'), RESTART("whhgmz-restart", '\uf11f'), RESTAURANTMENU("whhgmz-restaurantmenu", '\uf362'), RESTORE("whhgmz-restore", '\uf30d'), RESTRICTED("whhgmz-restricted", '\uf0ab'), RETWEET("whhgmz-retweet", '\uf486'), // RETWEET_ALT("whhgmz-retweet-alt", '\uf52a'), RIGHTBORDER("whhgmz-rightborder", '\uf4de'), RIM("whhgmz-rim", '\uf36f'), RING("whhgmz-ring", '\u02da'), ROAD("whhgmz-road", '\uf249'), ROADSIGNLEFT("whhgmz-roadsignleft", '\uf240'), ROADSIGN_ROADSIGNRIGHT("whhgmz-roadsign-roadsignright", '\uf21b'), ROADTUNNEL("whhgmz-roadtunnel", '\uf6fa'), ROBOCOP("whhgmz-robocop", '\uf357'), ROCKET_LAUNCH("whhgmz-rocket-launch", '\uf29c'), ROOK("whhgmz-rook", '\uf2fa'), ROOT("whhgmz-root", '\uf33c'), RORSCHACH("whhgmz-rorschach", '\uf358'), ROTATECLOCKWISE("whhgmz-rotateclockwise", '\uf202'), ROTATECOUNTERCLOCKWISE("whhgmz-rotatecounterclockwise", '\uf203'), ROUBLE("whhgmz-rouble", '\uf4ca'), ROUBLEALT("whhgmz-roublealt", '\uf5e8'), ROUBLESQUARE("whhgmz-roublesquare", '\uf5e7'), ROUNDCUBE("whhgmz-roundcube", '\uf59a'), ROUNDRECTANGLE("whhgmz-roundrectangle", '\uf1bd'), ROUTE("whhgmz-route", '\uf402'), ROUTER("whhgmz-router", '\uf0e9'), ROUTERALT("whhgmz-routeralt", '\uf4f7'), RSS("whhgmz-rss", '\uf17b'), RUBBERSTAMP("whhgmz-rubberstamp", '\uf274'), RUBY("whhgmz-ruby", '\uf067'), RUBYALT("whhgmz-rubyalt", '\uf769'), RUDDER("whhgmz-rudder", '\uf739'), RULER("whhgmz-ruler", '\uf1ef'), SAD("whhgmz-sad", '\uf13d'), SAFETYGOGGLES("whhgmz-safetygoggles", '\uf557'), SAFETYPIN("whhgmz-safetypin", '\uf417'), SALE("whhgmz-sale", '\uf4c8'), SALEALT("whhgmz-salealt", '\uf549'), SATELLITE("whhgmz-satellite", '\uf38a'), SATELLITEDISH_REMOTEMYSQL("whhgmz-satellitedish-remotemysql", '\uf0c0'), SAURUS("whhgmz-saurus", '\uf4ac'), SAVETODRIVE("whhgmz-savetodrive", '\uf7e3'), SAVE_FLOPPY("whhgmz-save-floppy", '\uf0c8'), SCALES("whhgmz-scales", '\uf3fd'), SCIENCE_ATOM("whhgmz-science-atom", '\uf2b0'), SCISSORSALT("whhgmz-scissorsalt", '\uf5bc'), SCOPEALT("whhgmz-scopealt", '\uf237'), SCOPE_SCAN("whhgmz-scope-scan", '\uf212'), SCREENSHOT("whhgmz-screenshot", '\uf109'), SCREW("whhgmz-screw", '\uf426'), SCREWDRIVER("whhgmz-screwdriver", '\uf292'), SCREWDRIVERALT("whhgmz-screwdriveralt", '\uf293'), SCRIPT("whhgmz-script", '\uf08d'), SCRIPTALT("whhgmz-scriptalt", '\uf785'), SD("whhgmz-sd", '\uf106'), SDVIDEO("whhgmz-sdvideo", '\uf606'), SEARCH("whhgmz-search", '\uf0c5'), SEARCHDOCUMENT("whhgmz-searchdocument", '\uf419'), SEARCHFOLDER("whhgmz-searchfolder", '\uf41a'), SECURITYALT_SHIELDALT("whhgmz-securityalt-shieldalt", '\uf02e'), SECURITY_SHIELD("whhgmz-security-shield", '\uf02d'), SELECTIONADD("whhgmz-selectionadd", '\uf1b2'), SELECTIONINTERSECT("whhgmz-selectionintersect", '\uf1b4'), SELECTIONREMOVE("whhgmz-selectionremove", '\uf1b3'), SELECTIONSYMBOL("whhgmz-selectionsymbol", '\uf7b8'), SELECTION_RECTANGLESELECTION("whhgmz-selection-rectangleselection", '\uf1b0'), SENDBACKWARD("whhgmz-sendbackward", '\uf680'), SENDTOBACK("whhgmz-sendtoback", '\uf682'), SEO("whhgmz-seo", '\uf030'), SERVER("whhgmz-server", '\uf026'), SERVERS("whhgmz-servers", '\uf027'), SETTINGSANDROID("whhgmz-settingsandroid", '\uf309'), SETTINGSFOUR_GEARSALT("whhgmz-settingsfour-gearsalt", '\uf306'), SETTINGSTHREE_GEARS("whhgmz-settingsthree-gears", '\uf307'), SETTINGSTWO_GEARALT("whhgmz-settingstwo-gearalt", '\uf308'), SEXTANT("whhgmz-sextant", '\uf6ec'), SHADES_SUNGLASSES("whhgmz-shades-sunglasses", '\uf294'), SHAPES("whhgmz-shapes", '\uf1dd'), SHARE("whhgmz-share", '\uf47d'), SHAREALT("whhgmz-sharealt", '\uf147'), SHAREDFILE("whhgmz-sharedfile", '\uf0ef'), SHAREDHOSTING("whhgmz-sharedhosting", '\uf037'), SHARETHREE("whhgmz-sharethree", '\uf414'), SHARETRONIX("whhgmz-sharetronix", '\uf4c9'), SHARETWO("whhgmz-sharetwo", '\uf147'), SHARE_ALT("whhgmz-share-alt", '\uf16c'), SHEEP("whhgmz-sheep", '\uf6fd'), SHELL("whhgmz-shell", '\uf4f8'), SHERIFF("whhgmz-sheriff", '\uf2a9'), SHIPPING("whhgmz-shipping", '\uf23f'), SHIRTBUTTON("whhgmz-shirtbutton", '\uf508'), SHIRTBUTTONALT("whhgmz-shirtbuttonalt", '\uf509'), SHIRTBUTTONTHREE("whhgmz-shirtbuttonthree", '\uf7a5'), SHOEBOX("whhgmz-shoebox", '\uf49a'), SHOPPING("whhgmz-shopping", '\uf010'), SHOPPINGBAG("whhgmz-shoppingbag", '\uf273'), SHOPPINGCARTALT("whhgmz-shoppingcartalt", '\uf4f5'), SHOPPING_CART("whhgmz-shopping-cart", '\uf035'), SHORTCUT("whhgmz-shortcut", '\uf043'), SHOVEL("whhgmz-shovel", '\uf290'), SHREDDER("whhgmz-shredder", '\uf27c'), SHUTDOWN("whhgmz-shutdown", '\uf11e'), SHUTTLE("whhgmz-shuttle", '\uf6df'), SIDEBAR("whhgmz-sidebar", '\uf124'), SIDU("whhgmz-sidu", '\uf5b5'), SIGNAL("whhgmz-signal", '\uf100'), SILVERSTRIPE("whhgmz-silverstripe", '\uf4b1'), SIM("whhgmz-sim", '\uf0e1'), SIMALT("whhgmz-simalt", '\uf121'), SIMCARDTHREE("whhgmz-simcardthree", '\uf748'), SIMPLEPIE("whhgmz-simplepie", '\uf5b6'), SIXTEENTONINE("whhgmz-sixteentonine", '\uf621'), SIZZLE("whhgmz-sizzle", '\uf5ba'), SKITCH("whhgmz-skitch", '\uf65c'), SKRILL("whhgmz-skrill", '\uf268'), SKULL("whhgmz-skull", '\uf38d'), SKYPE("whhgmz-skype", '\uf141'), SKYPEAWAY("whhgmz-skypeaway", '\uf39f'), SKYPEBUSY("whhgmz-skypebusy", '\uf3a0'), SKYPEOFFLINE("whhgmz-skypeoffline", '\uf3a1'), SKYPEONLINE("whhgmz-skypeonline", '\uf39e'), SLEEP("whhgmz-sleep", '\uf642'), SLIDERONEFULL("whhgmz-slideronefull", '\uf4d7'), SLIDERSASC("whhgmz-slidersasc", '\uf4d6'), SLIDERSDESC("whhgmz-slidersdesc", '\uf4d5'), SLIDERSFULL("whhgmz-slidersfull", '\uf4d4'), SLIDERSMIDDLE("whhgmz-slidersmiddle", '\uf4d3'), SLIDERSOFF("whhgmz-slidersoff", '\uf4d2'), SLIDERTHREEFULL("whhgmz-sliderthreefull", '\uf4d9'), SLIDERTWOFULL("whhgmz-slidertwofull", '\uf4d8'), SMALLER("whhgmz-smaller", '\uf30b'), SMARTY("whhgmz-smarty", '\uf5b4'), SMF("whhgmz-smf", '\uf062'), SMILE("whhgmz-smile", '\u263a'), SNAPTODOT("whhgmz-snaptodot", '\uf658'), SNAPTOGRID("whhgmz-snaptogrid", '\uf659'), SNEWS("whhgmz-snews", '\uf4af'), SNOOZE("whhgmz-snooze", '\uf67e'), SNOW("whhgmz-snow", '\uf22e'), SNOWMAN("whhgmz-snowman", '\uf37c'), SOCIALNETWORK("whhgmz-socialnetwork", '\uf03b'), SODACUP("whhgmz-sodacup", '\uf534'), SOFTWARE("whhgmz-software", '\uf09a'), SOLARPANEL("whhgmz-solarpanel", '\uf6f6'), SOLARSYSTEM("whhgmz-solarsystem", '\uf4a5'), SORTBYNAMEASCENDING_ATOZ("whhgmz-sortbynameascending-atoz", '\uf1c2'), SORTBYNAMEDESCENDING_ZTOA("whhgmz-sortbynamedescending-ztoa", '\uf1c1'), SORTBYSIZEASCENDING("whhgmz-sortbysizeascending", '\uf1c3'), SORTBYSIZEDESCENDING("whhgmz-sortbysizedescending", '\uf1c4'), SOUNDCLOUD("whhgmz-soundcloud", '\uf679'), SOUNDLEFT("whhgmz-soundleft", '\uf7e2'), SOUNDRIGHT("whhgmz-soundright", '\uf7e1'), SOUNDWAVE("whhgmz-soundwave", '\uf194'), SOUP("whhgmz-soup", '\uf3d1'), SPACEINVADERS("whhgmz-spaceinvaders", '\uf352'), SPADES("whhgmz-spades", '\uf2f5'), SPAM("whhgmz-spam", '\uf047'), SPAMALT("whhgmz-spamalt", '\uf048'), SPAWN("whhgmz-spawn", '\uf344'), SPEAKER("whhgmz-speaker", '\uf372'), SPEAKERALT("whhgmz-speakeralt", '\uf609'), SPEED("whhgmz-speed", '\uf40b'), SPEEDALT("whhgmz-speedalt", '\uf784'), SPHERE("whhgmz-sphere", '\uf4eb'), SPIDER("whhgmz-spider", '\uf346'), SPIDERMAN("whhgmz-spiderman", '\uf347'), SPIDERWEB("whhgmz-spiderweb", '\uf53e'), SPLIT("whhgmz-split", '\uf335'), SPLITALT("whhgmz-splitalt", '\uf4a4'), SPLITTHREE("whhgmz-splitthree", '\uf786'), SPOCK("whhgmz-spock", '\uf6ed'), SPOON("whhgmz-spoon", '\uf213'), SPOTIFY("whhgmz-spotify", '\uf520'), SPRAY("whhgmz-spray", '\uf1c7'), SPREADSHEET("whhgmz-spreadsheet", '\uf0c3'), SPUTNIK("whhgmz-sputnik", '\uf6eb'), SQUARE0("whhgmz-square0", '\uf6bb'), SQUARE1("whhgmz-square1", '\uf6bc'), SQUARE2("whhgmz-square2", '\uf6bd'), SQUARE3("whhgmz-square3", '\uf6be'), SQUARE4("whhgmz-square4", '\uf6bf'), SQUARE5("whhgmz-square5", '\uf6c0'), SQUARE6("whhgmz-square6", '\uf6c1'), SQUARE7("whhgmz-square7", '\uf6c2'), SQUARE8("whhgmz-square8", '\uf6c3'), SQUARE9("whhgmz-square9", '\uf6c4'), SQUAREA("whhgmz-squarea", '\uf6c5'), SQUAREAPP("whhgmz-squareapp", '\uf26f'), SQUAREB("whhgmz-squareb", '\uf6c6'), SQUAREBACK("whhgmz-squareback", '\uf4fe'), SQUAREBOOKMARK("whhgmz-squarebookmark", '\uf699'), SQUAREBRACKETS("whhgmz-squarebrackets", '\uf0b3'), SQUAREC("whhgmz-squarec", '\uf6c7'), SQUARECOMMENT("whhgmz-squarecomment", '\uf697'), SQUARED("whhgmz-squared", '\uf6c8'), SQUAREDRIBBBLE("whhgmz-squaredribbble", '\uf7e8'), SQUAREE("whhgmz-squaree", '\uf6c9'), SQUAREF("whhgmz-squaref", '\uf6ca'), SQUAREFORWARD("whhgmz-squareforward", '\uf4fd'), SQUAREG("whhgmz-squareg", '\uf6cb'), SQUAREGITHUB("whhgmz-squaregithub", '\uf760'), SQUAREH("whhgmz-squareh", '\uf6cc'), SQUAREHEART("whhgmz-squareheart", '\uf695'), SQUAREI("whhgmz-squarei", '\uf6cd'), SQUAREJ("whhgmz-squarej", '\uf6ce'), SQUAREK("whhgmz-squarek", '\uf6cf'), SQUAREL("whhgmz-squarel", '\uf6d0'), SQUARELIKE("whhgmz-squarelike", '\uf698'), SQUAREM("whhgmz-squarem", '\uf6d1'), SQUAREN("whhgmz-squaren", '\uf6d2'), SQUARENEXT("whhgmz-squarenext", '\uf4ff'), SQUAREO("whhgmz-squareo", '\uf6d3'), SQUAREP("whhgmz-squarep", '\uf6d4'), SQUAREPAUSE("whhgmz-squarepause", '\uf4fb'), SQUAREPLAY("whhgmz-squareplay", '\uf4f9'), SQUAREPREVIOUS("whhgmz-squareprevious", '\uf500'), SQUAREQ("whhgmz-squareq", '\uf6d5'), SQUAREQUORA("whhgmz-squarequora", '\uf798'), SQUARER("whhgmz-squarer", '\uf6d6'), SQUARERECORD("whhgmz-squarerecord", '\uf4fc'), SQUARES("whhgmz-squares", '\uf6d7'), SQUARESEARCH("whhgmz-squaresearch", '\uf69a'), SQUARESETTINGS("whhgmz-squaresettings", '\uf69b'), SQUARESTAR("whhgmz-squarestar", '\uf696'), SQUARESTOP("whhgmz-squarestop", '\uf4fa'), SQUARET("whhgmz-squaret", '\uf6d8'), SQUARETWITTER("whhgmz-squaretwitter", '\uf7a0'), SQUAREU("whhgmz-squareu", '\uf6d9'), SQUAREV("whhgmz-squarev", '\uf6da'), SQUAREVIBER("whhgmz-squareviber", '\uf77e'), SQUAREVIMEO("whhgmz-squarevimeo", '\uf79f'), SQUAREVOICE("whhgmz-squarevoice", '\uf69c'), SQUAREW("whhgmz-squarew", '\uf6db'), SQUAREX("whhgmz-squarex", '\uf6dc'), SQUAREY("whhgmz-squarey", '\uf6dd'), SQUAREZ("whhgmz-squarez", '\uf6de'), SQUAREZERPLY("whhgmz-squarezerply", '\uf79d'), SSH("whhgmz-ssh", '\uf04e'), SSLMANAGER("whhgmz-sslmanager", '\uf04f'), STACKS("whhgmz-stacks", '\uf4c1'), STADIUM("whhgmz-stadium", '\uf3d6'), STAIRSDOWN("whhgmz-stairsdown", '\uf4a0'), STAIRSUP("whhgmz-stairsup", '\uf49f'), STAMP("whhgmz-stamp", '\uf242'), STAMPALT("whhgmz-stampalt", '\uf243'), STAR("whhgmz-star", '\uf13a'), STAREMPTY("whhgmz-starempty", '\uf2de'), STARFULL("whhgmz-starfull", '\uf2e0'), STARHALF("whhgmz-starhalf", '\uf2df'), STAR_EMPTY("whhgmz-star-empty", '\uf13b'), STATISTICS("whhgmz-statistics", '\uf4f4'), STEAK("whhgmz-steak", '\uf360'), STEAM("whhgmz-steam", '\uf2dd'), STEAMALT("whhgmz-steamalt", '\uf644'), STEP_BACKWARD("whhgmz-step-backward", '\uf198'), STEP_FORWARD("whhgmz-step-forward", '\uf197'), STICKER("whhgmz-sticker", '\uf3f5'), STICKYNOTE("whhgmz-stickynote", '\uf60d'), STICKYNOTEALT("whhgmz-stickynotealt", '\uf60e'), STILETTO("whhgmz-stiletto", '\uf429'), STOCKDOWN("whhgmz-stockdown", '\uf252'), STOCKS("whhgmz-stocks", '\uf250'), STOCKUP("whhgmz-stockup", '\uf251'), STOMACH("whhgmz-stomach", '\uf3e1'), STOP("whhgmz-stop", '\uf185'), STOPWATCH("whhgmz-stopwatch", '\uf219'), STORAGEALT_DRAWER("whhgmz-storagealt-drawer", '\uf012'), STORAGE_BOX("whhgmz-storage-box", '\uf011'), STORE("whhgmz-store", '\uf272'), STORM("whhgmz-storm", '\uf230'), STOVE("whhgmz-stove", '\uf371'), STRAWBERRY("whhgmz-strawberry", '\uf3f3'), STRIKETHROUGH("whhgmz-strikethrough", '\uf1f7'), STROLLER("whhgmz-stroller", '\uf55a'), STUDENT_SCHOOL("whhgmz-student-school", '\uf288'), STUMBLEUPON("whhgmz-stumbleupon", '\uf40c'), SUBDOMAIN("whhgmz-subdomain", '\uf052'), SUBMARINE("whhgmz-submarine", '\uf373'), SUBRION("whhgmz-subrion", '\uf48f'), SUBSCRIPT("whhgmz-subscript", '\uf1ea'), SUBTITLES("whhgmz-subtitles", '\uf7c6'), SUBTITLESOFF("whhgmz-subtitlesoff", '\uf7c7'), SUBTRACTSHAPE("whhgmz-subtractshape", '\uf1fe'), SUM("whhgmz-sum", '\uf33b'), SUNNYSIDEUP("whhgmz-sunnysideup", '\uf365'), SUNRISE("whhgmz-sunrise", '\uf6e5'), SUNSET("whhgmz-sunset", '\uf6e6'), SUN_DAY("whhgmz-sun-day", '\uf206'), SUPERMAN("whhgmz-superman", '\uf33f'), SUPERSCRIPT("whhgmz-superscript", '\uf1eb'), SUPPORT("whhgmz-support", '\uf013'), SUPPORTALT("whhgmz-supportalt", '\uf014'), SURVEY("whhgmz-survey", '\uf6b9'), SWIPEDOWN("whhgmz-swipedown", '\uf7cd'), SWIPEUP("whhgmz-swipeup", '\uf7cc'), SWITCH("whhgmz-switch", '\uf28a'), SWITCHOFF("whhgmz-switchoff", '\uf32d'), SWITCHOFFALT("whhgmz-switchoffalt", '\uf28e'), SWITCHON("whhgmz-switchon", '\uf32c'), SWITCHONALT("whhgmz-switchonalt", '\uf28d'), SWORD("whhgmz-sword", '\uf2ed'), SYMPHONY("whhgmz-symphony", '\uf4b5'), SYNC("whhgmz-sync", '\uf0bd'), SYNCALT("whhgmz-syncalt", '\uf11c'), SYNCKEEPLOCAL("whhgmz-synckeeplocal", '\uf33e'), SYNCKEEPSERVER("whhgmz-synckeepserver", '\uf33d'), SYRINGE_ANTIVIRUS("whhgmz-syringe-antivirus", '\uf0a9'), SYSTEMFOLDER("whhgmz-systemfolder", '\uf64e'), TABLET("whhgmz-tablet", '\uf118'), TABLETENNIS_PINGPONG("whhgmz-tabletennis-pingpong", '\uf2f0'), TABLETSCREENSIZE("whhgmz-tabletscreensize", '\uf675'), TACO("whhgmz-taco", '\uf3cd'), TAG("whhgmz-tag", '\uf032'), TAGALT_PRICEALT("whhgmz-tagalt-pricealt", '\uf264'), TAGGED("whhgmz-tagged", '\uf758'), TAGS("whhgmz-tags", '\uf482'), TAGVERTICAL("whhgmz-tagvertical", '\uf15f'), TALLGLASS("whhgmz-tallglass", '\uf540'), TAMPERMONKEY("whhgmz-tampermonkey", '\uf75c'), TANK("whhgmz-tank", '\uf423'), TARGET("whhgmz-target", '\uf2a6'), TASKFREAK("whhgmz-taskfreak", '\uf5a3'), TASKMANAGER_LOGPROGRAMS("whhgmz-taskmanager-logprograms", '\uf04b'), TASKS("whhgmz-tasks", '\uf0e0'), TAXI("whhgmz-taxi", '\uf3a4'), TEA("whhgmz-tea", '\uf3cb'), TEAMVIEWER("whhgmz-teamviewer", '\uf77f'), TEAPOT("whhgmz-teapot", '\uf42c'), TECHNORATI("whhgmz-technorati", '\uf4bf'), TECTILE("whhgmz-tectile", '\uf683'), TEDDYBEAR("whhgmz-teddybear", '\uf559'), TELESCOPE("whhgmz-telescope", '\uf3ef'), TEMPERATUREALT_THERMOMETERALT("whhgmz-temperaturealt-thermometeralt", '\uf20e'), TEMPERATURE_THERMOMETER("whhgmz-temperature-thermometer", '\uf20d'), TEMPLE("whhgmz-temple", '\uf759'), TENNIS("whhgmz-tennis", '\uf2ea'), TENT_CAMPING("whhgmz-tent-camping", '\uf215'), TERMINAL("whhgmz-terminal", '\uf114'), TERMINALALT("whhgmz-terminalalt", '\uf5c3'), TETHERING("whhgmz-tethering", '\uf0f1'), TETRISONE("whhgmz-tetrisone", '\uf34b'), TETRISTHREE("whhgmz-tetristhree", '\uf34d'), TETRISTWO("whhgmz-tetristwo", '\uf34c'), TEXTCURSOR("whhgmz-textcursor", '\uf5d4'), TEXTFIELD("whhgmz-textfield", '\uf5d5'), TEXTLAYER("whhgmz-textlayer", '\uf688'), TEXTURE("whhgmz-texture", '\uf512'), TEXT_HEIGHT("whhgmz-text-height", '\uf1f8'), TEXT_WIDTH("whhgmz-text-width", '\uf1f9'), TH("whhgmz-th", '\uf110'), THEATHER("whhgmz-theather", '\uf39c'), THEME_STYLE("whhgmz-theme-style", '\uf041'), THEVERGE("whhgmz-theverge", '\uf4c0'), THINKING("whhgmz-thinking", '\uf5db'), THISSIDEUP("whhgmz-thissideup", '\uf41d'), THREECOLUMNS("whhgmz-threecolumns", '\uf1ab'), THREED("whhgmz-threed", '\uf57b'), THREEG("whhgmz-threeg", '\uf76f'), THREETOFOUR("whhgmz-threetofour", '\uf620'), THUMBS_DOWN("whhgmz-thumbs-down", '\uf139'), THUMBS_UP("whhgmz-thumbs-up", '\uf138'), TH_LARGE("whhgmz-th-large", '\uf112'), TH_LIST("whhgmz-th-list", '\uf113'), TICKET("whhgmz-ticket", '\uf3dc'), TICTACTOE("whhgmz-tictactoe", '\uf39a'), TIDEFALL("whhgmz-tidefall", '\uf6e8'), TIDERISE("whhgmz-tiderise", '\uf6e7'), TIE_BUSINESS("whhgmz-tie-business", '\u2040'), TIKIWIKI("whhgmz-tikiwiki", '\uf491'), TIME("whhgmz-time", '\uf210'), TIMELINE("whhgmz-timeline", '\uf253'), TIMER("whhgmz-timer", '\uf61b'), TINT("whhgmz-tint", '\uf208'), TOAST("whhgmz-toast", '\uf2ad'), TOILETPAPER("whhgmz-toiletpaper", '\uf384'), TOMATOCART("whhgmz-tomatocart", '\uf5a9'), TOOLS("whhgmz-tools", '\uf4a7'), TOOTH("whhgmz-tooth", '\uf3de'), TOOTHBRUSH("whhgmz-toothbrush", '\uf385'), TOPBORDER("whhgmz-topborder", '\uf4dc'), TOPHAT("whhgmz-tophat", '\uf3f0'), TORCH("whhgmz-torch", '\uf60f'), TORIGATE("whhgmz-torigate", '\uf411'), TORNADO("whhgmz-tornado", '\uf670'), TOUCHPAD("whhgmz-touchpad", '\uf115'), TRAFFICLIGHT("whhgmz-trafficlight", '\uf22a'), TRAGEDY("whhgmz-tragedy", '\uf539'), TRAILOR("whhgmz-trailor", '\uf53b'), TRAIN("whhgmz-train", '\uf499'), TRANSFORM("whhgmz-transform", '\uf1a6'), TRAQ("whhgmz-traq", '\uf5a5'), TRASH("whhgmz-trash", '\uf0ce'), TRASHEMPTY("whhgmz-trashempty", '\uf0cf'), TRASHFULL("whhgmz-trashfull", '\uf0d0'), TRAVEL("whhgmz-travel", '\uf422'), TREEDIAGRAM("whhgmz-treediagram", '\uf0ec'), TREEORNAMENT("whhgmz-treeornament", '\uf37e'), TREETHREE("whhgmz-treethree", '\uf5c0'), TRIANGLE("whhgmz-triangle", '\u25b3'), TROJAN("whhgmz-trojan", '\uf555'), TROLLEYEMPTY("whhgmz-trolleyempty", '\uf5f7'), TROLLEYFULL("whhgmz-trolleyfull", '\uf5f4'), TROLLEYLOAD("whhgmz-trolleyload", '\uf5f5'), TROLLEYUNLOAD("whhgmz-trolleyunload", '\uf5f6'), TRON("whhgmz-tron", '\uf34f'), TROPHY("whhgmz-trophy", '\uf2d7'), TRUCK("whhgmz-truck", '\uf211'), TRUMPET("whhgmz-trumpet", '\uf375'), TSHIRT("whhgmz-tshirt", '\uf53c'), TUMBLR("whhgmz-tumblr", '\uf164'), TUNEIN("whhgmz-tunein", '\uf780'), TUNEINALT("whhgmz-tuneinalt", '\uf781'), TURNIP("whhgmz-turnip", '\uf631'), TURNLEFT("whhgmz-turnleft", '\uf6b5'), TURNOFFALARM("whhgmz-turnoffalarm", '\uf67d'), TURNRIGHT("whhgmz-turnright", '\uf6b4'), TV("whhgmz-tv", '\uf1a4'), TWITTER("whhgmz-twitter", '\uf16a'), TWOCOLUMNSLEFT("whhgmz-twocolumnsleft", '\uf1a9'), TWOCOLUMNSLEFTALT("whhgmz-twocolumnsleftalt", '\uf1aa'), TWOCOLUMNSRIGHT("whhgmz-twocolumnsright", '\uf1a7'), TWOCOLUMNSRIGHTALT("whhgmz-twocolumnsrightalt", '\uf1a8'), TWOFINGERSWIPEDOWN("whhgmz-twofingerswipedown", '\uf7ce'), TWOFINGERSWIPEUP("whhgmz-twofingerswipeup", '\uf7cf'), TWOG("whhgmz-twog", '\uf76e'), TYPOTHREE("whhgmz-typothree", '\uf490'), UBUNTU("whhgmz-ubuntu", '\uf120'), UMBRELLA("whhgmz-umbrella", '\uf218'), UNDERLINE("whhgmz-underline", '\uf1f6'), UNDO("whhgmz-undo", '\uf32a'), UNLOCK("whhgmz-unlock", '\uf0bf'), UNPACKARCHIVE("whhgmz-unpackarchive", '\uf5c2'), UPLEFT("whhgmz-upleft", '\uf302'), UPLOAD("whhgmz-upload", '\uf47a'), UPLOADALT("whhgmz-uploadalt", '\uf11b'), UPRIGHT("whhgmz-upright", '\uf303'), UPTIME("whhgmz-uptime", '\uf017'), USB("whhgmz-usb", '\uf10d'), USBALT("whhgmz-usbalt", '\uf10e'), USBFLASH("whhgmz-usbflash", '\uf60b'), USBPLUG("whhgmz-usbplug", '\uf10f'), USER("whhgmz-user", '\uf133'), USERALT("whhgmz-useralt", '\uf5ce'), USERFILTER("whhgmz-userfilter", '\uf05d'), USFOOTBALL("whhgmz-usfootball", '\uf2ec'), VALUE_COINS("whhgmz-value-coins", '\uf018'), VANILLACMS("whhgmz-vanillacms", '\uf4b6'), VAULTTHREE("whhgmz-vaultthree", '\uf690'), VECTOR("whhgmz-vector", '\uf1b6'), VECTORALT("whhgmz-vectoralt", '\uf689'), VENDETTA("whhgmz-vendetta", '\uf3c5'), VERSIONS("whhgmz-versions", '\uf777'), VERTICALBORDER("whhgmz-verticalborder", '\uf4e0'), VIAL("whhgmz-vial", '\uf5c5'), VIBER("whhgmz-viber", '\uf77d'), VIDEO("whhgmz-video", '\uf17d'), VIDEOCAMERATHREE("whhgmz-videocamerathree", '\uf7c5'), VIKING("whhgmz-viking", '\uf379'), VIMEO("whhgmz-vimeo", '\uf168'), VINEAPP("whhgmz-vineapp", '\uf6b6'), VINEAPPALT("whhgmz-vineappalt", '\uf6b7'), VINYL("whhgmz-vinyl", '\uf0cc'), VIOLIN("whhgmz-violin", '\uf1a5'), VIRUS("whhgmz-virus", '\uf0a8'), VISA("whhgmz-visa", '\uf3c2'), VISITOR("whhgmz-visitor", '\uf097'), VK("whhgmz-vk", '\uf34e'), VLC_CONE("whhgmz-vlc-cone", '\uf192'), VOICE("whhgmz-voice", '\uf18c'), VOLTAGE("whhgmz-voltage", '\uf50c'), VOLUME_DOWN("whhgmz-volume-down", '\uf0e3'), VOLUME_OFF("whhgmz-volume-off", '\uf0e4'), VOLUME_UP("whhgmz-volume-up", '\uf0e2'), VPS("whhgmz-vps", '\uf025'), VTIGER("whhgmz-vtiger", '\uf5ad'), WACOM("whhgmz-wacom", '\uf1bb'), WALLE("whhgmz-walle", '\uf3bc'), WALLET("whhgmz-wallet", '\ue000'), WALLETALT("whhgmz-walletalt", '\uf5e1'), WARCRAFT("whhgmz-warcraft", '\uf3bf'), WARMEDAL("whhgmz-warmedal", '\uf2e4'), WARMEDALALT("whhgmz-warmedalalt", '\uf5da'), WARNING_SIGN("whhgmz-warning-sign", '\uf316'), WASHER("whhgmz-washer", '\uf39b'), WATCH("whhgmz-watch", '\uf378'), WATERMELON("whhgmz-watermelon", '\uf62f'), WATERTAP_PLUMBING("whhgmz-watertap-plumbing", '\uf22d'), WAVEALT_SEAALT("whhgmz-wavealt-seaalt", '\uf23b'), WAVE_SEA("whhgmz-wave-sea", '\uf23c'), WEBCAM("whhgmz-webcam", '\uf0fe'), WEBCAMALT("whhgmz-webcamalt", '\uf129'), WEBHOSTINGHUB("whhgmz-webhostinghub", '\uf031'), WEBINSTA("whhgmz-webinsta", '\uf59c'), WEBMAIL("whhgmz-webmail", '\uf045'), WEBPAGE("whhgmz-webpage", '\uf033'), WEBPLATFORM("whhgmz-webplatform", '\uf3c3'), WEBSITEALT("whhgmz-websitealt", '\uf01c'), WEBSITEBUILDER("whhgmz-websitebuilder", '\uf034'), WEIGHT("whhgmz-weight", '\uf430'), WEIGHTSCALE("whhgmz-weightscale", '\uf782'), WESTERNUNION("whhgmz-westernunion", '\uf26a'), WETFLOOR("whhgmz-wetfloor", '\uf7c2'), WHATSAPP("whhgmz-whatsapp", '\uf77b'), WHATSAPPALT("whhgmz-whatsappalt", '\uf77c'), WHEEL("whhgmz-wheel", '\uf228'), WHEELCHAIR("whhgmz-wheelchair", '\uf3fe'), WHISTLE("whhgmz-whistle", '\uf3d8'), WHMCS("whhgmz-whmcs", '\uf066'), WIFI("whhgmz-wifi", '\uf0ff'), WIND("whhgmz-wind", '\uf41b'), WINDLEFT("whhgmz-windleft", '\uf424'), WINDMILL("whhgmz-windmill", '\uf6f2'), WINDMILLALT("whhgmz-windmillalt", '\uf6f3'), WINDOWS("whhgmz-windows", '\uf019'), WINDOWSEIGHT("whhgmz-windowseight", '\uf547'), WINDRIGHT("whhgmz-windright", '\uf425'), WINE("whhgmz-wine", '\uf238'), WINEGLASS("whhgmz-wineglass", '\uf4d1'), WIZARD("whhgmz-wizard", '\uf03c'), WIZARDALT("whhgmz-wizardalt", '\uf1fb'), WIZARDHAT("whhgmz-wizardhat", '\uf337'), WOMANALT("whhgmz-womanalt", '\uf56e'), WOMAN_FEMALE("whhgmz-woman-female", '\uf2a2'), WOMEN("whhgmz-women", '\uf24d'), WORDPRESS("whhgmz-wordpress", '\uf074'), WORKSHIRT("whhgmz-workshirt", '\uf54f'), WORLD("whhgmz-world", '\uf4f3'), WRENCH("whhgmz-wrench", '\uf05b'), WRENCHALT("whhgmz-wrenchalt", '\uf2b2'), WWF("whhgmz-wwf", '\uf628'), XBOX("whhgmz-xbox", '\uf353'), XMEN("whhgmz-xmen", '\uf345'), XOOPS("whhgmz-xoops", '\uf4a8'), YAHOO("whhgmz-yahoo", '\uf151'), YELP("whhgmz-yelp", '\uf522'), YEN("whhgmz-yen", '\u00a5'), YENALT("whhgmz-yenalt", '\uf25d'), YENSQUARE("whhgmz-yensquare", '\uf5e4'), YIIFRAMEWORK("whhgmz-yiiframework", '\uf5b0'), YINYANG("whhgmz-yinyang", '\u262f'), YOUTUBE("whhgmz-youtube", '\uf142'), YUI("whhgmz-yui", '\uf5bb'), ZELDA("whhgmz-zelda", '\uf3b8'), ZENCART("whhgmz-zencart", '\uf5a8'), ZENDFRAMEWORK("whhgmz-zendframework", '\uf5b1'), ZENPHOTO("whhgmz-zenphoto", '\uf590'), ZERPLY("whhgmz-zerply", '\uf78a'), ZIKULA("whhgmz-zikula", '\uf0ac'), ZIP("whhgmz-zip", '\uf116'), ZODIAC_AQUARIUS("whhgmz-zodiac-aquarius", '\uf3b4'), ZODIAC_ARIES("whhgmz-zodiac-aries", '\uf3aa'), ZODIAC_CANCER("whhgmz-zodiac-cancer", '\uf3ad'), ZODIAC_CAPRICORN("whhgmz-zodiac-capricorn", '\uf3b3'), ZODIAC_GEMINI("whhgmz-zodiac-gemini", '\uf3ac'), ZODIAC_LEO("whhgmz-zodiac-leo", '\uf3ae'), ZODIAC_LIBRA("whhgmz-zodiac-libra", '\uf3b0'), ZODIAC_PISCES("whhgmz-zodiac-pisces", '\uf3b5'), ZODIAC_SAGITARIUS("whhgmz-zodiac-sagitarius", '\uf3b2'), ZODIAC_SCORPIO("whhgmz-zodiac-scorpio", '\uf3b1'), ZODIAC_TAURUS("whhgmz-zodiac-taurus", '\uf3ab'), ZODIAC_VIRGO("whhgmz-zodiac-virgo", '\uf3af'), ZOOM_IN("whhgmz-zoom-in", '\uf320'), ZOOM_OUT("whhgmz-zoom-out", '\uf321'), ZURMO("whhgmz-zurmo", '\uf5ab'); public static WhhgMZ findByDescription(String description) { for (WhhgMZ font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; WhhgMZ(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/java/org/kordamp/ikonli/whhg/WhhgMZIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.whhg; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class WhhgMZIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/whhg/20201105/fonts/webhostinghub-glyphs.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("whhgmz-"); } @Override public Ikon resolve(String description) { return WhhgMZ.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "WebHostingHub-Glyphs"; } } ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/java/org/kordamp/ikonli/whhg/WhhgMZIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.whhg; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) public class WhhgMZIkonProvider implements IkonProvider { @Override public Class getIkon() { return WhhgMZ.class; } } ================================================ FILE: icon-packs/ikonli-whhg-pack/src/main/resources/META-INF/resources/whhg/20201105/css/whhg.css ================================================ @font-face { font-family: 'WebHostingHub-Glyphs'; src: url('../fonts/webhostinghub-glyphs.eot'); src: url('../fonts/webhostinghub-glyphs.eot?#iefix') format('embedded-opentype'), url('../fonts/webhostinghub-glyphs.ttf') format('truetype'); font-weight: normal; font-style: normal; -moz-font-feature-settings: "calt=0,liga=0"; } [class^="whhg-"], [class*=" whhg-"] {font-family:'WebHostingHub-Glyphs';background:none;width:auto;height:auto;font-style:normal} .whhg-aaabattery:before{content:'\f413'} .whhg-abacus:before{content:'\f261'} .whhg-accountfilter:before{content:'\f05e'} .whhg-acsource:before{content:'\f3ea'} .whhg-addfriend:before{content:'\f3da'} .whhg-address:before{content:'\f08f'} .whhg-addshape:before{content:'\f1fd'} .whhg-addtocart:before{content:'\f394'} .whhg-addtolist:before{content:'\f2ac'} .whhg-adjust:before{content:'\f484'} .whhg-adobe:before{content:'\f1c9'} .whhg-ads-bilboard:before{content:'\f082'} .whhg-affiliate:before{content:'\f01e'} .whhg-ajax:before{content:'\f06f'} .whhg-alarm:before{content:'\f233'} .whhg-alarmalt:before{content:'\f23d'} .whhg-album-cover:before{content:'\f19f'} .whhg-alertalt:before{content:'\f2b4'} .whhg-alertpay:before{content:'\f269'} .whhg-algorhythm:before{content:'\f0b8'} .whhg-alienship:before{content:'\f41f'} .whhg-alienware:before{content:'\f3be'} .whhg-align-center:before{content:'\f1d9'} .whhg-align-justify:before{content:'\f1da'} .whhg-align-left:before{content:'\f1d7'} .whhg-align-right:before{content:'\f1d8'} .whhg-alignbottomedge:before{content:'\f1d3'} .whhg-alignhorizontalcenter:before{content:'\f1d2'} .whhg-alignleftedge:before{content:'\f1d6'} .whhg-alignrightedge:before{content:'\f1d5'} .whhg-aligntopedge:before{content:'\f1d4'} .whhg-alignverticalcenter:before{content:'\f1d1'} .whhg-amd:before{content:'\f020'} .whhg-analogdown:before{content:'\f2cb'} .whhg-analogleft:before{content:'\f2c8'} .whhg-analogright:before{content:'\f2c9'} .whhg-analogup:before{content:'\f2ca'} .whhg-analytics-piechart:before{content:'\f000'} .whhg-analyticsalt-piechartalt:before{content:'\f001'} .whhg-anchor-port:before{content:'\f21d'} .whhg-android:before{content:'\f12a'} .whhg-angrybirds:before{content:'\f3c1'} .whhg-antenna:before{content:'\f3ec'} .whhg-apache-feather:before{content:'\f056'} .whhg-aperture:before{content:'\f356'} .whhg-appointment-agenda:before{content:'\f26c'} .whhg-archive:before{content:'\f171'} .whhg-arrow-down:before{content:'\f2fe'} .whhg-arrow-left:before{content:'\f305'} .whhg-arrow-right:before{content:'\f304'} .whhg-arrow-up:before{content:'\f301'} .whhg-asterisk:before{content:'\f317'} .whhg-asteriskalt:before{content:'\002a'} .whhg-at:before{content:'\0040'} .whhg-atari:before{content:'\f3b9'} .whhg-authentication-keyalt:before{content:'\f051'} .whhg-automobile-car:before{content:'\f239'} .whhg-autorespond:before{content:'\f08e'} .whhg-avatar:before{content:'\f15a'} .whhg-avataralt:before{content:'\f161'} .whhg-avengers:before{content:'\f342'} .whhg-awstats:before{content:'\f04c'} .whhg-axe:before{content:'\f2ef'} .whhg-backup-vault:before{content:'\f004'} .whhg-backupalt-vaultalt:before{content:'\f005'} .whhg-backupwizard:before{content:'\f05f'} .whhg-backward:before{content:'\f183'} .whhg-bag:before{content:'\f234'} .whhg-baloon:before{content:'\f405'} .whhg-ban-circle:before{content:'\f313'} .whhg-banana:before{content:'\f3f4'} .whhg-bandwidth:before{content:'\f006'} .whhg-bank:before{content:'\f262'} .whhg-barchart:before{content:'\f02f'} .whhg-barchartalt:before{content:'\f07d'} .whhg-barcode:before{content:'\f276'} .whhg-basecamp:before{content:'\f160'} .whhg-basketball:before{content:'\f2e9'} .whhg-bat:before{content:'\f3d3'} .whhg-batman:before{content:'\f348'} .whhg-batteryaltcharging:before{content:'\f104'} .whhg-batteryaltfull:before{content:'\f101'} .whhg-batteryaltsixty:before{content:'\f102'} .whhg-batteryaltthird:before{content:'\f103'} .whhg-batterycharged:before{content:'\f0f4'} .whhg-batterycharging:before{content:'\f0f3'} .whhg-batteryeighty:before{content:'\f0f9'} .whhg-batteryempty:before{content:'\f0f5'} .whhg-batteryforty:before{content:'\f0f7'} .whhg-batteryfull:before{content:'\f0fa'} .whhg-batterysixty:before{content:'\f0f8'} .whhg-batterytwenty:before{content:'\f0f6'} .whhg-bed:before{content:'\f2b9'} .whhg-beer:before{content:'\f244'} .whhg-bell:before{content:'\2407'} .whhg-bigger:before{content:'\f30a'} .whhg-bill:before{content:'\f278'} .whhg-binary:before{content:'\f087'} .whhg-binoculars-searchalt:before{content:'\f2a0'} .whhg-birdhouse:before{content:'\f390'} .whhg-birthday:before{content:'\f36b'} .whhg-bishop:before{content:'\f2f9'} .whhg-blackberry:before{content:'\f421'} .whhg-blankstare:before{content:'\f13e'} .whhg-blogger-blog:before{content:'\f167'} .whhg-bluetooth:before{content:'\f12b'} .whhg-bluetoothconnected:before{content:'\f386'} .whhg-boardgame:before{content:'\f2d9'} .whhg-boat:before{content:'\f21a'} .whhg-bold:before{content:'\f1f4'} .whhg-bomb:before{content:'\f2dc'} .whhg-bone:before{content:'\f35f'} .whhg-book:before{content:'\f1ba'} .whhg-bookmark:before{content:'\f143'} .whhg-boombox:before{content:'\f195'} .whhg-bottle:before{content:'\f361'} .whhg-bow:before{content:'\f2ee'} .whhg-bowling:before{content:'\f2f3'} .whhg-bowlingpins:before{content:'\f3d2'} .whhg-bowtie:before{content:'\f37f'} .whhg-boxtrapper-mousetrap:before{content:'\f046'} .whhg-braces:before{content:'\f0b4'} .whhg-braille0:before{content:'\f44b'} .whhg-braille1:before{content:'\f44c'} .whhg-braille2:before{content:'\f44d'} .whhg-braille3:before{content:'\f44e'} .whhg-braille4:before{content:'\f44f'} .whhg-braille5:before{content:'\f450'} .whhg-braille6:before{content:'\f451'} .whhg-braille7:before{content:'\f452'} .whhg-braille8:before{content:'\f453'} .whhg-braille9:before{content:'\f454'} .whhg-braillea:before{content:'\f431'} .whhg-brailleb:before{content:'\f432'} .whhg-braillec:before{content:'\f433'} .whhg-brailled:before{content:'\f434'} .whhg-braillee:before{content:'\f435'} .whhg-braillef:before{content:'\f436'} .whhg-brailleg:before{content:'\f437'} .whhg-brailleh:before{content:'\f438'} .whhg-braillei:before{content:'\f439'} .whhg-braillej:before{content:'\f43a'} .whhg-braillek:before{content:'\f43b'} .whhg-braillel:before{content:'\f43c'} .whhg-braillem:before{content:'\f43d'} .whhg-braillen:before{content:'\f43e'} .whhg-brailleo:before{content:'\f43f'} .whhg-braillep:before{content:'\f440'} .whhg-brailleq:before{content:'\f441'} .whhg-brailler:before{content:'\f442'} .whhg-brailles:before{content:'\f443'} .whhg-braillespace:before{content:'\f455'} .whhg-braillet:before{content:'\f444'} .whhg-brailleu:before{content:'\f445'} .whhg-braillev:before{content:'\f446'} .whhg-braillew:before{content:'\f447'} .whhg-braillex:before{content:'\f448'} .whhg-brailley:before{content:'\f449'} .whhg-braillez:before{content:'\f44a'} .whhg-brain:before{content:'\f3e3'} .whhg-bread:before{content:'\f42f'} .whhg-breakable:before{content:'\f41c'} .whhg-briefcase:before{content:'\f25e'} .whhg-briefcasethree:before{content:'\f25f'} .whhg-briefcasetwo:before{content:'\f0a2'} .whhg-brightness:before{content:'\f10a'} .whhg-brightnessfull:before{content:'\f10b'} .whhg-brightnesshalf:before{content:'\f10c'} .whhg-broom:before{content:'\f40a'} .whhg-browser:before{content:'\f159'} .whhg-brush:before{content:'\f1b8'} .whhg-bucket:before{content:'\f1b5'} .whhg-bug:before{content:'\f0a7'} .whhg-bullhorn:before{content:'\f287'} .whhg-bus:before{content:'\f241'} .whhg-businesscardalt:before{content:'\f137'} .whhg-buttona:before{content:'\f2bf'} .whhg-buttonb:before{content:'\f2c0'} .whhg-buttonx:before{content:'\f2c1'} .whhg-buttony:before{content:'\f2c2'} .whhg-cactus-desert:before{content:'\f22c'} .whhg-calculator:before{content:'\f258'} .whhg-calculatoralt:before{content:'\f265'} .whhg-calendar:before{content:'\f20f'} .whhg-calendaralt-cronjobs:before{content:'\f0a1'} .whhg-camera:before{content:'\f19b'} .whhg-candle:before{content:'\f29a'} .whhg-candy:before{content:'\f42d'} .whhg-candycane:before{content:'\f37d'} .whhg-cannon:before{content:'\f401'} .whhg-canvas:before{content:'\f1c8'} .whhg-canvasrulers:before{content:'\f205'} .whhg-capacitator:before{content:'\f3e8'} .whhg-capslock:before{content:'\21ea'} .whhg-captainamerica:before{content:'\f341'} .whhg-carrot:before{content:'\f3f2'} .whhg-cashregister:before{content:'\f26e'} .whhg-cassette:before{content:'\f377'} .whhg-cd-dvd:before{content:'\f0cd'} .whhg-certificate:before{content:'\f277'} .whhg-certificatealt:before{content:'\f058'} .whhg-certificatethree:before{content:'\f059'} .whhg-cgi:before{content:'\f086'} .whhg-cgicenter:before{content:'\f079'} .whhg-chair:before{content:'\2441'} .whhg-chat:before{content:'\f162'} .whhg-check:before{content:'\f310'} .whhg-checkboxalt:before{content:'\f311'} .whhg-checkin:before{content:'\f223'} .whhg-checkinalt:before{content:'\f227'} .whhg-chef:before{content:'\f3ce'} .whhg-cherry:before{content:'\f35d'} .whhg-chevron-down:before{content:'\f48b'} .whhg-chevron-left:before{content:'\f489'} .whhg-chevron-right:before{content:'\f488'} .whhg-chevron-up:before{content:'\f48a'} .whhg-chevrons:before{content:'\f0b5'} .whhg-chicken:before{content:'\f359'} .whhg-chocolate:before{content:'\f367'} .whhg-christiancross:before{content:'\f40f'} .whhg-christmastree:before{content:'\f37b'} .whhg-chrome:before{content:'\f14e'} .whhg-cigarette:before{content:'\f229'} .whhg-circle-arrow-down:before{content:'\f475'} .whhg-circle-arrow-left:before{content:'\f472'} .whhg-circle-arrow-right:before{content:'\f473'} .whhg-circle-arrow-up:before{content:'\f474'} .whhg-circleadd:before{content:'\f0d1'} .whhg-circledelete:before{content:'\f0d2'} .whhg-circledown:before{content:'\f3c7'} .whhg-circleleft:before{content:'\f3c6'} .whhg-circleright:before{content:'\f3c9'} .whhg-circleselect:before{content:'\f0d3'} .whhg-circleselection:before{content:'\f1b1'} .whhg-circleup:before{content:'\f3c8'} .whhg-clearformatting:before{content:'\f1e7'} .whhg-clipboard-paste:before{content:'\f0cb'} .whhg-clockalt-timealt:before{content:'\f22b'} .whhg-closetab:before{content:'\f170'} .whhg-closewindow:before{content:'\f16e'} .whhg-cloud:before{content:'\f0b9'} .whhg-clouddownload:before{content:'\f0bb'} .whhg-cloudhosting:before{content:'\f007'} .whhg-cloudsync:before{content:'\f0bc'} .whhg-cloudupload:before{content:'\f0ba'} .whhg-clubs:before{content:'\f2f6'} .whhg-cmd:before{content:'\f33a'} .whhg-cms:before{content:'\f036'} .whhg-cmsmadesimple:before{content:'\f0b0'} .whhg-codeigniter:before{content:'\f077'} .whhg-coffee:before{content:'\f235'} .whhg-coffeebean:before{content:'\f366'} .whhg-cog:before{content:'\f00f'} .whhg-colocation:before{content:'\f024'} .whhg-colocationalt:before{content:'\f023'} .whhg-colors:before{content:'\f1e6'} .whhg-comment:before{content:'\f12c'} .whhg-commentout:before{content:'\f080'} .whhg-commentround:before{content:'\f155'} .whhg-commentroundempty:before{content:'\f156'} .whhg-commentroundtyping:before{content:'\f157'} .whhg-commentroundtypingempty:before{content:'\f158'} .whhg-commenttyping:before{content:'\f12d'} .whhg-compass:before{content:'\263c'} .whhg-concretefive:before{content:'\f0af'} .whhg-contact-businesscard:before{content:'\f040'} .whhg-controllernes:before{content:'\f2d2'} .whhg-controllerps:before{content:'\f2d1'} .whhg-controllersnes:before{content:'\f2d3'} .whhg-controlpanel:before{content:'\f008'} .whhg-controlpanelalt:before{content:'\f009'} .whhg-cooling:before{content:'\f00a'} .whhg-coppermine:before{content:'\f0a4'} .whhg-copy:before{content:'\f0c9'} .whhg-copyright:before{content:'\00a9'} .whhg-coupon:before{content:'\f254'} .whhg-cpanel:before{content:'\f072'} .whhg-cplusplus:before{content:'\f0b1'} .whhg-cpu-processor:before{content:'\f002'} .whhg-cpualt-processoralt:before{content:'\f003'} .whhg-crayon:before{content:'\f383'} .whhg-createfile:before{content:'\f0c6'} .whhg-createfolder:before{content:'\f0da'} .whhg-creativecommons:before{content:'\f1fc'} .whhg-creditcard:before{content:'\f279'} .whhg-cricket:before{content:'\f418'} .whhg-croisant:before{content:'\f29f'} .whhg-crop:before{content:'\f1af'} .whhg-crown:before{content:'\f28f'} .whhg-csharp:before{content:'\f0b2'} .whhg-cssthree:before{content:'\f06a'} .whhg-cup-coffeealt:before{content:'\f24b'} .whhg-cupcake:before{content:'\f35b'} .whhg-curling:before{content:'\f3d7'} .whhg-cursor:before{content:'\f0dc'} .whhg-cut-scissors:before{content:'\f0ca'} .whhg-dagger:before{content:'\2020'} .whhg-danger:before{content:'\f415'} .whhg-dart:before{content:'\f3d4'} .whhg-darthvader:before{content:'\f34a'} .whhg-database:before{content:'\f00b'} .whhg-databaseadd:before{content:'\f00c'} .whhg-databasedelete:before{content:'\f00d'} .whhg-davidstar:before{content:'\f40e'} .whhg-dcsource:before{content:'\f3e9'} .whhg-dedicatedserver:before{content:'\f00e'} .whhg-deletefile:before{content:'\f0c7'} .whhg-deletefolder:before{content:'\f0db'} .whhg-delicious:before{content:'\f152'} .whhg-designcontest:before{content:'\f351'} .whhg-desklamp:before{content:'\f412'} .whhg-dialpad:before{content:'\f399'} .whhg-diamond:before{content:'\2666'} .whhg-diamonds:before{content:'\f2f7'} .whhg-die-dice:before{content:'\f2d8'} .whhg-diefive:before{content:'\f3fb'} .whhg-diefour:before{content:'\f3fa'} .whhg-dieone:before{content:'\f3f7'} .whhg-diesix:before{content:'\f3fc'} .whhg-diethree:before{content:'\f3f9'} .whhg-dietwo:before{content:'\f3f8'} .whhg-diode:before{content:'\f3e7'} .whhg-director:before{content:'\f2ae'} .whhg-diskspace:before{content:'\f096'} .whhg-distributehorizontalcenters:before{content:'\f1dc'} .whhg-distributeverticalcenters:before{content:'\f1db'} .whhg-divide:before{content:'\00f7'} .whhg-dna:before{content:'\f409'} .whhg-dnszone:before{content:'\f07f'} .whhg-document:before{content:'\f0c2'} .whhg-doghouse:before{content:'\f38f'} .whhg-dollar:before{content:'\0024'} .whhg-dollaralt:before{content:'\f259'} .whhg-dolphinsoftware:before{content:'\f064'} .whhg-domain:before{content:'\f01d'} .whhg-domainaddon:before{content:'\f053'} .whhg-domino:before{content:'\f3d5'} .whhg-donut:before{content:'\f3ca'} .whhg-downleft:before{content:'\f2ff'} .whhg-download:before{content:'\f47b'} .whhg-download-alt:before{content:'\f11a'} .whhg-downright:before{content:'\f300'} .whhg-draft:before{content:'\f172'} .whhg-dreamweaver:before{content:'\f1d0'} .whhg-dribbble:before{content:'\f14c'} .whhg-dropmenu:before{content:'\f0a5'} .whhg-drupal:before{content:'\f075'} .whhg-drwho:before{content:'\f3c0'} .whhg-edit:before{content:'\f47c'} .whhg-editalt:before{content:'\f0f2'} .whhg-egg:before{content:'\f407'} .whhg-eightball:before{content:'\f36e'} .whhg-eject:before{content:'\f199'} .whhg-elipse:before{content:'\f1bc'} .whhg-emailalt:before{content:'\f136'} .whhg-emailexport:before{content:'\f176'} .whhg-emailforward:before{content:'\f175'} .whhg-emailforwarders:before{content:'\f049'} .whhg-emailimport:before{content:'\f177'} .whhg-emailrefresh:before{content:'\f174'} .whhg-emailtrace:before{content:'\f091'} .whhg-emergency:before{content:'\f246'} .whhg-emptycart:before{content:'\f395'} .whhg-enter:before{content:'\f323'} .whhg-envelope:before{content:'\f028'} .whhg-equalizer:before{content:'\f18e'} .whhg-equalizeralt:before{content:'\f18f'} .whhg-equals:before{content:'\f30c'} .whhg-eraser:before{content:'\f1f1'} .whhg-erroralt:before{content:'\f05a'} .whhg-euro:before{content:'\20ac'} .whhg-euroalt:before{content:'\f25a'} .whhg-evernote:before{content:'\f17c'} .whhg-exchange-currency:before{content:'\f26b'} .whhg-exclamation-sign:before{content:'\f04a'} .whhg-excludeshape:before{content:'\f200'} .whhg-exit:before{content:'\f324'} .whhg-explorerwindow:before{content:'\f0d9'} .whhg-exportfile:before{content:'\f32f'} .whhg-exposure:before{content:'\f1de'} .whhg-extinguisher:before{content:'\f2b7'} .whhg-eye-close:before{content:'\f481'} .whhg-eye-open:before{content:'\f2b5'} .whhg-eye-view:before{content:'\f280'} .whhg-eyedropper:before{content:'\f1ad'} .whhg-facebook:before{content:'\f140'} .whhg-facebookalt:before{content:'\f14b'} .whhg-facetime-video:before{content:'\f19c'} .whhg-factory:before{content:'\f27a'} .whhg-fantastico:before{content:'\f0ae'} .whhg-faq:before{content:'\f099'} .whhg-fast-backward:before{content:'\f47e'} .whhg-fast-forward:before{content:'\f47f'} .whhg-fastdown:before{content:'\f31d'} .whhg-fastleft:before{content:'\f31a'} .whhg-fastright:before{content:'\f31b'} .whhg-fastup:before{content:'\f31c'} .whhg-favoritefile:before{content:'\f381'} .whhg-favoritefolder:before{content:'\f382'} .whhg-featheralt-write:before{content:'\f1c5'} .whhg-fedora:before{content:'\f3f1'} .whhg-fence:before{content:'\f2af'} .whhg-file:before{content:'\f0d6'} .whhg-film:before{content:'\f19d'} .whhg-filmstrip:before{content:'\f3ed'} .whhg-filter:before{content:'\f05c'} .whhg-finder:before{content:'\f398'} .whhg-fire:before{content:'\f27f'} .whhg-firefox:before{content:'\f420'} .whhg-firewall:before{content:'\f021'} .whhg-firewire:before{content:'\f0fc'} .whhg-firstaid:before{content:'\f2ba'} .whhg-fish:before{content:'\f35a'} .whhg-fishbone:before{content:'\f42b'} .whhg-flag:before{content:'\f487'} .whhg-flagalt:before{content:'\f232'} .whhg-flagtriangle:before{content:'\f20b'} .whhg-flash:before{content:'\f1cf'} .whhg-flashlight:before{content:'\f299'} .whhg-flashplayer:before{content:'\f070'} .whhg-flaskfull:before{content:'\f27e'} .whhg-flickr:before{content:'\f146'} .whhg-flower:before{content:'\f2a5'} .whhg-flowernew:before{content:'\f3a8'} .whhg-folder-close:before{content:'\f094'} .whhg-folder-open:before{content:'\f483'} .whhg-foldertree:before{content:'\f0f0'} .whhg-font:before{content:'\f1ae'} .whhg-foodtray:before{content:'\f3d0'} .whhg-football-soccer:before{content:'\f2eb'} .whhg-forbiddenalt:before{content:'\f314'} .whhg-forest-tree:before{content:'\f217'} .whhg-forestalt-treealt:before{content:'\f21c'} .whhg-fork:before{content:'\22d4'} .whhg-forklift:before{content:'\f29b'} .whhg-form:before{content:'\f08c'} .whhg-forrst:before{content:'\f14d'} .whhg-fort:before{content:'\f400'} .whhg-forward:before{content:'\f182'} .whhg-fourohfour:before{content:'\f09d'} .whhg-foursquare:before{content:'\f42a'} .whhg-freeway:before{content:'\f24a'} .whhg-fridge:before{content:'\f40d'} .whhg-fries:before{content:'\f36a'} .whhg-ftp:before{content:'\f029'} .whhg-ftpaccounts:before{content:'\f07b'} .whhg-ftpsession:before{content:'\f07c'} .whhg-fullscreen:before{content:'\f485'} .whhg-gameboy:before{content:'\f403'} .whhg-gamecursor:before{content:'\f2d0'} .whhg-gasstation:before{content:'\f216'} .whhg-gearfour:before{content:'\f3a7'} .whhg-ghost:before{content:'\f2da'} .whhg-gift:before{content:'\f260'} .whhg-github:before{content:'\f081'} .whhg-glass:before{content:'\f236'} .whhg-glasses:before{content:'\f295'} .whhg-glassesalt:before{content:'\f39d'} .whhg-globe:before{content:'\f01b'} .whhg-globealt:before{content:'\f36c'} .whhg-glue:before{content:'\f36d'} .whhg-gmail:before{content:'\f150'} .whhg-golf:before{content:'\f2f1'} .whhg-googledrive:before{content:'\f163'} .whhg-googleplus:before{content:'\f165'} .whhg-googlewallet:before{content:'\f270'} .whhg-gpsoff-gps:before{content:'\f21e'} .whhg-gpson:before{content:'\f21f'} .whhg-gpu-graphicscard:before{content:'\f108'} .whhg-gradient:before{content:'\2207'} .whhg-grails:before{content:'\f085'} .whhg-greenlantern:before{content:'\f340'} .whhg-greenlightbulb:before{content:'\f406'} .whhg-grooveshark:before{content:'\f3a2'} .whhg-groups-friends:before{content:'\f134'} .whhg-guitar:before{content:'\f19a'} .whhg-halflife:before{content:'\f3ba'} .whhg-halo:before{content:'\f3bb'} .whhg-hamburger:before{content:'\f2b3'} .whhg-hammer:before{content:'\f291'} .whhg-hand-down:before{content:'\f387'} .whhg-hand-left:before{content:'\f389'} .whhg-hand-right:before{content:'\f388'} .whhg-hand-up:before{content:'\f0dd'} .whhg-handcuffs:before{content:'\f393'} .whhg-handdrag:before{content:'\f0de'} .whhg-handtwofingers:before{content:'\f0df'} .whhg-hanger:before{content:'\f2ab'} .whhg-happy:before{content:'\f13c'} .whhg-harrypotter:before{content:'\f38b'} .whhg-hdd:before{content:'\f02a'} .whhg-hdtv:before{content:'\f1a0'} .whhg-headphones:before{content:'\f180'} .whhg-headphonesalt:before{content:'\f1a3'} .whhg-heart:before{content:'\f131'} .whhg-heartempty-love:before{content:'\f132'} .whhg-hearts:before{content:'\f2f4'} .whhg-helicopter:before{content:'\f3e4'} .whhg-hexagon-polygon:before{content:'\f1be'} .whhg-hockey:before{content:'\f3d9'} .whhg-home:before{content:'\21b8'} .whhg-homealt:before{content:'\f02b'} .whhg-hospital:before{content:'\f247'} .whhg-hotdog:before{content:'\f3cc'} .whhg-hotlinkprotection:before{content:'\f050'} .whhg-hourglassalt:before{content:'\f122'} .whhg-html:before{content:'\f068'} .whhg-htmlfive:before{content:'\f069'} .whhg-hydrant:before{content:'\f3ff'} .whhg-icecream:before{content:'\f2a4'} .whhg-icecreamalt:before{content:'\f289'} .whhg-illustrator:before{content:'\f1ce'} .whhg-imac:before{content:'\f0fb'} .whhg-images-gallery:before{content:'\f09f'} .whhg-importcontacts:before{content:'\f092'} .whhg-importfile:before{content:'\f32e'} .whhg-inbox:before{content:'\f17a'} .whhg-inboxalt:before{content:'\f178'} .whhg-incomingcall:before{content:'\f15d'} .whhg-indent-left:before{content:'\f1f2'} .whhg-indent-right:before{content:'\f1f3'} .whhg-indexmanager:before{content:'\f09e'} .whhg-infinity:before{content:'\221e'} .whhg-info-sign:before{content:'\f315'} .whhg-infographic:before{content:'\f336'} .whhg-ink:before{content:'\f3f6'} .whhg-inkpen:before{content:'\f1ac'} .whhg-insertbarchart:before{content:'\f1e5'} .whhg-insertpicture:before{content:'\f1e0'} .whhg-insertpicturecenter:before{content:'\f1e3'} .whhg-insertpictureleft:before{content:'\f1e1'} .whhg-insertpictureright:before{content:'\f1e2'} .whhg-insertpiechart:before{content:'\f1e4'} .whhg-instagram:before{content:'\f14a'} .whhg-install:before{content:'\f128'} .whhg-intel:before{content:'\f01f'} .whhg-intersection:before{content:'\2229'} .whhg-intersectshape:before{content:'\f1ff'} .whhg-invert:before{content:'\f1df'} .whhg-invoice:before{content:'\f3e5'} .whhg-ipcontrol:before{content:'\f08b'} .whhg-iphone:before{content:'\f0e6'} .whhg-ipod:before{content:'\f190'} .whhg-ironman:before{content:'\f349'} .whhg-islam:before{content:'\f410'} .whhg-island:before{content:'\f392'} .whhg-italic:before{content:'\f1f5'} .whhg-jar:before{content:'\f2b6'} .whhg-jason:before{content:'\f38c'} .whhg-java:before{content:'\f083'} .whhg-joomla:before{content:'\f073'} .whhg-joystickarcade:before{content:'\f2d4'} .whhg-joystickatari:before{content:'\f2d5'} .whhg-jquery:before{content:'\f06b'} .whhg-jqueryui:before{content:'\f06c'} .whhg-kerning:before{content:'\f1e9'} .whhg-key:before{content:'\f093'} .whhg-keyboard:before{content:'\f119'} .whhg-keyboardalt:before{content:'\f105'} .whhg-keyboarddelete:before{content:'\f3a6'} .whhg-kidney:before{content:'\f3e0'} .whhg-king:before{content:'\f2fc'} .whhg-knife:before{content:'\f214'} .whhg-knight:before{content:'\f2fb'} .whhg-knob:before{content:'\f376'} .whhg-lab-flask:before{content:'\f27d'} .whhg-lamp:before{content:'\f2b1'} .whhg-lan:before{content:'\f0ee'} .whhg-language:before{content:'\f042'} .whhg-laptop:before{content:'\f0d8'} .whhg-lasso:before{content:'\f396'} .whhg-lastfm:before{content:'\f3a3'} .whhg-laugh:before{content:'\f13f'} .whhg-law:before{content:'\f263'} .whhg-layers:before{content:'\f1ca'} .whhg-layersalt:before{content:'\f1cb'} .whhg-leaf:before{content:'\f039'} .whhg-leechprotect:before{content:'\f07e'} .whhg-legacyfilemanager:before{content:'\f095'} .whhg-lego:before{content:'\f370'} .whhg-lifeempty:before{content:'\f2e1'} .whhg-lifefull:before{content:'\f2e3'} .whhg-lifehacker:before{content:'\f380'} .whhg-lifehalf:before{content:'\f2e2'} .whhg-lifepreserver:before{content:'\f015'} .whhg-lightbulb-idea:before{content:'\f338'} .whhg-lighthouse:before{content:'\f3e6'} .whhg-lightning:before{content:'\f231'} .whhg-lightningalt:before{content:'\f2a8'} .whhg-line:before{content:'\f1bf'} .whhg-lineheight:before{content:'\f1c0'} .whhg-link:before{content:'\f022'} .whhg-linkalt:before{content:'\f333'} .whhg-linkedin:before{content:'\f166'} .whhg-linux:before{content:'\f01a'} .whhg-list:before{content:'\f111'} .whhg-list-alt:before{content:'\f480'} .whhg-liver:before{content:'\f3e2'} .whhg-loading-hourglass:before{content:'\f123'} .whhg-loadingalt:before{content:'\f339'} .whhg-lock:before{content:'\f0be'} .whhg-lockalt-keyhole:before{content:'\f0eb'} .whhg-lollypop:before{content:'\f3ee'} .whhg-lungs:before{content:'\f3df'} .whhg-macpro:before{content:'\f3a5'} .whhg-macro-plant:before{content:'\f1c6'} .whhg-magazine:before{content:'\f1ec'} .whhg-magento:before{content:'\f06e'} .whhg-magnet:before{content:'\f281'} .whhg-mailbox:before{content:'\f044'} .whhg-mailinglists:before{content:'\f090'} .whhg-man-male:before{content:'\f2a1'} .whhg-managedhosting:before{content:'\f038'} .whhg-map:before{content:'\f209'} .whhg-map-marker:before{content:'\f220'} .whhg-marker:before{content:'\f204'} .whhg-marvin:before{content:'\f3dd'} .whhg-mastercard:before{content:'\f266'} .whhg-maximize:before{content:'\f30f'} .whhg-medal:before{content:'\f2e5'} .whhg-medalbronze:before{content:'\f2e8'} .whhg-medalgold:before{content:'\f2e6'} .whhg-medalsilver:before{content:'\f2e7'} .whhg-mediarepeat:before{content:'\f187'} .whhg-men:before{content:'\f24c'} .whhg-menu:before{content:'\f127'} .whhg-merge:before{content:'\f334'} .whhg-mergecells:before{content:'\f327'} .whhg-mergeshapes:before{content:'\f201'} .whhg-metro-subway:before{content:'\f24f'} .whhg-metronome:before{content:'\f374'} .whhg-mickeymouse:before{content:'\f37a'} .whhg-microphone:before{content:'\f191'} .whhg-microscope:before{content:'\f283'} .whhg-microsd:before{content:'\f107'} .whhg-microwave:before{content:'\f42e'} .whhg-mimetype:before{content:'\f057'} .whhg-minimize:before{content:'\f30e'} .whhg-minus:before{content:'\2212'} .whhg-minus-sign:before{content:'\f477'} .whhg-missedcall:before{content:'\f15c'} .whhg-mobile:before{content:'\f0e8'} .whhg-moleskine:before{content:'\f1f0'} .whhg-money-cash:before{content:'\f27b'} .whhg-moneybag:before{content:'\f271'} .whhg-monitor:before{content:'\f0d5'} .whhg-monstersinc:before{content:'\f3bd'} .whhg-moon-night:before{content:'\f207'} .whhg-mouse:before{content:'\f0d4'} .whhg-mousealt:before{content:'\f126'} .whhg-move:before{content:'\f322'} .whhg-movieclapper:before{content:'\f193'} .whhg-moviereel:before{content:'\f17f'} .whhg-muffin:before{content:'\f363'} .whhg-mug:before{content:'\f24e'} .whhg-mushroom:before{content:'\f35e'} .whhg-music:before{content:'\f181'} .whhg-musicalt:before{content:'\f18d'} .whhg-mutealt:before{content:'\f0e5'} .whhg-mxentry:before{content:'\f07a'} .whhg-mybb:before{content:'\f065'} .whhg-myspace:before{content:'\f153'} .whhg-mysql-dolphin:before{content:'\f076'} .whhg-nail:before{content:'\f428'} .whhg-navigation:before{content:'\f23a'} .whhg-network:before{content:'\f0a6'} .whhg-networksignal:before{content:'\f3a9'} .whhg-news:before{content:'\f256'} .whhg-newtab:before{content:'\f16f'} .whhg-newwindow:before{content:'\f16d'} .whhg-next:before{content:'\f18a'} .whhg-nexus:before{content:'\f0e7'} .whhg-nintendods:before{content:'\f404'} .whhg-nodejs:before{content:'\f084'} .whhg-notes:before{content:'\f0d7'} .whhg-notificationbottom:before{content:'\f144'} .whhg-notificationtop:before{content:'\f145'} .whhg-nut:before{content:'\f427'} .whhg-off:before{content:'\f11d'} .whhg-office-building:before{content:'\f245'} .whhg-officechair:before{content:'\f26d'} .whhg-ok:before{content:'\2713'} .whhg-ok-circle:before{content:'\f471'} .whhg-ok-sign:before{content:'\f479'} .whhg-oneup:before{content:'\f3b7'} .whhg-oneupalt:before{content:'\f3b6'} .whhg-opencart:before{content:'\f060'} .whhg-opennewwindow:before{content:'\f332'} .whhg-orange:before{content:'\f29e'} .whhg-outbox:before{content:'\f179'} .whhg-outgoingcall:before{content:'\f15e'} .whhg-oxwall:before{content:'\f06d'} .whhg-pacman:before{content:'\f2db'} .whhg-pageback:before{content:'\f31e'} .whhg-pagebreak:before{content:'\f1cc'} .whhg-pageforward:before{content:'\f31f'} .whhg-pagesetup:before{content:'\f331'} .whhg-paintbrush:before{content:'\f1e8'} .whhg-paintroll:before{content:'\f1fa'} .whhg-palette-painting:before{content:'\f1b9'} .whhg-paperclip:before{content:'\f284'} .whhg-paperclipalt:before{content:'\f285'} .whhg-paperclipvertical:before{content:'\f286'} .whhg-paperplane:before{content:'\f296'} .whhg-parentheses:before{content:'\f3c4'} .whhg-parkeddomain:before{content:'\f055'} .whhg-password:before{content:'\f03e'} .whhg-passwordalt:before{content:'\f03f'} .whhg-pasta:before{content:'\f408'} .whhg-patch:before{content:'\f2a3'} .whhg-path:before{content:'\f169'} .whhg-pause:before{content:'\f186'} .whhg-paw-pet:before{content:'\f29d'} .whhg-pawn:before{content:'\f2f8'} .whhg-paypal:before{content:'\f267'} .whhg-peace:before{content:'\f2a7'} .whhg-pen:before{content:'\f1ee'} .whhg-pencil:before{content:'\f1b7'} .whhg-pepperoni:before{content:'\f364'} .whhg-percent:before{content:'\0025'} .whhg-perl-camel:before{content:'\f0b6'} .whhg-perlalt:before{content:'\f0b7'} .whhg-phone-call:before{content:'\f14f'} .whhg-phonealt:before{content:'\f15b'} .whhg-phonebook:before{content:'\f149'} .whhg-phonebookalt:before{content:'\f135'} .whhg-phonemic:before{content:'\f391'} .whhg-phoneold:before{content:'\f148'} .whhg-photoshop:before{content:'\f1cd'} .whhg-php:before{content:'\f09c'} .whhg-phpbb:before{content:'\f063'} .whhg-phppear:before{content:'\f09b'} .whhg-piano:before{content:'\f19e'} .whhg-picture:before{content:'\22b7'} .whhg-pictureframe:before{content:'\f41e'} .whhg-piggybank:before{content:'\f257'} .whhg-pigpena:before{content:'\f456'} .whhg-pigpenb:before{content:'\f457'} .whhg-pigpenc:before{content:'\f458'} .whhg-pigpend:before{content:'\f459'} .whhg-pigpene:before{content:'\f45a'} .whhg-pigpenf:before{content:'\f45b'} .whhg-pigpeng:before{content:'\f45c'} .whhg-pigpenh:before{content:'\f45d'} .whhg-pigpeni:before{content:'\f45e'} .whhg-pigpenj:before{content:'\f45f'} .whhg-pigpenk:before{content:'\f460'} .whhg-pigpenl:before{content:'\f461'} .whhg-pigpenm:before{content:'\f462'} .whhg-pigpenn:before{content:'\f463'} .whhg-pigpeno:before{content:'\f464'} .whhg-pigpenp:before{content:'\f465'} .whhg-pigpenq:before{content:'\f466'} .whhg-pigpenr:before{content:'\f467'} .whhg-pigpens:before{content:'\f468'} .whhg-pigpent:before{content:'\f469'} .whhg-pigpenu:before{content:'\f46a'} .whhg-pigpenv:before{content:'\f46b'} .whhg-pigpenw:before{content:'\f46c'} .whhg-pigpenx:before{content:'\f46d'} .whhg-pigpeny:before{content:'\f46e'} .whhg-pigpenz:before{content:'\f46f'} .whhg-pilcrow:before{content:'\00b6'} .whhg-pill-antivirusalt:before{content:'\f0aa'} .whhg-pin:before{content:'\f20a'} .whhg-pipe:before{content:'\01c0'} .whhg-piwigo:before{content:'\f0ad'} .whhg-pizza:before{content:'\f35c'} .whhg-placeadd:before{content:'\f221'} .whhg-placealt:before{content:'\f224'} .whhg-placealtadd:before{content:'\f225'} .whhg-placealtdelete:before{content:'\f226'} .whhg-placedelete:before{content:'\f222'} .whhg-placeios:before{content:'\f20c'} .whhg-plane:before{content:'\f23e'} .whhg-plaque:before{content:'\f2b8'} .whhg-play:before{content:'\f184'} .whhg-play-circle:before{content:'\f17e'} .whhg-playstore:before{content:'\f255'} .whhg-playvideo:before{content:'\f03d'} .whhg-plug:before{content:'\f0ea'} .whhg-pluginalt:before{content:'\f098'} .whhg-plus:before{content:'\002b'} .whhg-plus-sign:before{content:'\f476'} .whhg-pocket:before{content:'\f16b'} .whhg-podcast:before{content:'\f1a2'} .whhg-podium-winner:before{content:'\f2d6'} .whhg-pokemon:before{content:'\f354'} .whhg-police:before{content:'\f2aa'} .whhg-polygonlasso:before{content:'\f397'} .whhg-post:before{content:'\f12e'} .whhg-postalt:before{content:'\f130'} .whhg-pound:before{content:'\f25b'} .whhg-poundalt:before{content:'\f25c'} .whhg-powerjack:before{content:'\f0fd'} .whhg-powerplug:before{content:'\f0ed'} .whhg-powerplugeu:before{content:'\f28b'} .whhg-powerplugus:before{content:'\f28c'} .whhg-presentation:before{content:'\f0c4'} .whhg-prestashop:before{content:'\f061'} .whhg-pretzel:before{content:'\f3cf'} .whhg-preview:before{content:'\f330'} .whhg-previous:before{content:'\f18b'} .whhg-print:before{content:'\f125'} .whhg-protecteddirectory:before{content:'\f04d'} .whhg-pscircle:before{content:'\f2bb'} .whhg-pscursor:before{content:'\f2c3'} .whhg-psdown:before{content:'\f2c6'} .whhg-psleft:before{content:'\f2c7'} .whhg-pslone:before{content:'\f2cc'} .whhg-psltwo:before{content:'\f2cd'} .whhg-psright:before{content:'\f2c5'} .whhg-psrone:before{content:'\f2ce'} .whhg-psrtwo:before{content:'\f2cf'} .whhg-pssquare:before{content:'\f2bc'} .whhg-pstriangle:before{content:'\f2bd'} .whhg-psup:before{content:'\f2c4'} .whhg-psx:before{content:'\f2be'} .whhg-pull:before{content:'\f089'} .whhg-punisher:before{content:'\f343'} .whhg-push:before{content:'\f088'} .whhg-puzzle-plugin:before{content:'\f0a0'} .whhg-python:before{content:'\f071'} .whhg-qrcode:before{content:'\f275'} .whhg-quake:before{content:'\f355'} .whhg-queen:before{content:'\f2fd'} .whhg-query:before{content:'\f08a'} .whhg-question-sign:before{content:'\f0a3'} .whhg-quote:before{content:'\f12f'} .whhg-quotedown:before{content:'\f329'} .whhg-quoteup:before{content:'\f328'} .whhg-raceflag:before{content:'\f38e'} .whhg-racquet:before{content:'\f2f2'} .whhg-radio:before{content:'\f1a1'} .whhg-radioactive:before{content:'\f282'} .whhg-radiobutton:before{content:'\f312'} .whhg-railroad:before{content:'\f248'} .whhg-rain:before{content:'\f22f'} .whhg-ram:before{content:'\f02c'} .whhg-random:before{content:'\f188'} .whhg-rar:before{content:'\f117'} .whhg-raspberry:before{content:'\f368'} .whhg-raspberrypi:before{content:'\f369'} .whhg-rawaccesslogs:before{content:'\f0c1'} .whhg-razor:before{content:'\f416'} .whhg-reademail:before{content:'\f173'} .whhg-record:before{content:'\f189'} .whhg-rectangle:before{content:'\25ad'} .whhg-recycle:before{content:'\f297'} .whhg-reddit:before{content:'\f154'} .whhg-redirect:before{content:'\f054'} .whhg-refresh:before{content:'\f078'} .whhg-reliability:before{content:'\f016'} .whhg-remote:before{content:'\f298'} .whhg-remove:before{content:'\00d7'} .whhg-remove-circle:before{content:'\f470'} .whhg-remove-sign:before{content:'\f478'} .whhg-removefriend:before{content:'\f3db'} .whhg-repeat:before{content:'\f32b'} .whhg-repeatone:before{content:'\f196'} .whhg-resellerhosting:before{content:'\f03a'} .whhg-residentevil:before{content:'\f350'} .whhg-resistor:before{content:'\f3eb'} .whhg-resize:before{content:'\f1ed'} .whhg-resize-full:before{content:'\f325'} .whhg-resize-horizontal:before{content:'\f318'} .whhg-resize-small:before{content:'\f326'} .whhg-resize-vertical:before{content:'\f319'} .whhg-restart:before{content:'\f11f'} .whhg-restaurantmenu:before{content:'\f362'} .whhg-restore:before{content:'\f30d'} .whhg-restricted:before{content:'\f0ab'} .whhg-retweet:before{content:'\f486'} .whhg-rim:before{content:'\f36f'} .whhg-ring:before{content:'\02da'} .whhg-road:before{content:'\f249'} .whhg-roadsign-roadsignright:before{content:'\f21b'} .whhg-roadsignleft:before{content:'\f240'} .whhg-robocop:before{content:'\f357'} .whhg-rocket-launch:before{content:'\f29c'} .whhg-rook:before{content:'\f2fa'} .whhg-root:before{content:'\f33c'} .whhg-rorschach:before{content:'\f358'} .whhg-rotateclockwise:before{content:'\f202'} .whhg-rotatecounterclockwise:before{content:'\f203'} .whhg-roundrectangle:before{content:'\f1bd'} .whhg-route:before{content:'\f402'} .whhg-router:before{content:'\f0e9'} .whhg-rss:before{content:'\f17b'} .whhg-rubberstamp:before{content:'\f274'} .whhg-ruby:before{content:'\f067'} .whhg-ruler:before{content:'\f1ef'} .whhg-sad:before{content:'\f13d'} .whhg-safetypin:before{content:'\f417'} .whhg-satellite:before{content:'\f38a'} .whhg-satellitedish-remotemysql:before{content:'\f0c0'} .whhg-save-floppy:before{content:'\f0c8'} .whhg-scales:before{content:'\f3fd'} .whhg-science-atom:before{content:'\f2b0'} .whhg-scope-scan:before{content:'\f212'} .whhg-scopealt:before{content:'\f237'} .whhg-screenshot:before{content:'\f109'} .whhg-screw:before{content:'\f426'} .whhg-screwdriver:before{content:'\f292'} .whhg-screwdriveralt:before{content:'\f293'} .whhg-script:before{content:'\f08d'} .whhg-sd:before{content:'\f106'} .whhg-search:before{content:'\f0c5'} .whhg-searchdocument:before{content:'\f419'} .whhg-searchfolder:before{content:'\f41a'} .whhg-security-shield:before{content:'\f02d'} .whhg-securityalt-shieldalt:before{content:'\f02e'} .whhg-selection-rectangleselection:before{content:'\f1b0'} .whhg-selectionadd:before{content:'\f1b2'} .whhg-selectionintersect:before{content:'\f1b4'} .whhg-selectionremove:before{content:'\f1b3'} .whhg-seo:before{content:'\f030'} .whhg-server:before{content:'\f026'} .whhg-servers:before{content:'\f027'} .whhg-settingsandroid:before{content:'\f309'} .whhg-settingsfour-gearsalt:before{content:'\f306'} .whhg-settingsthree-gears:before{content:'\f307'} .whhg-settingstwo-gearalt:before{content:'\f308'} .whhg-shades-sunglasses:before{content:'\f294'} .whhg-shapes:before{content:'\f1dd'} .whhg-share:before{content:'\f47d'} .whhg-share-alt:before{content:'\f16c'} .whhg-sharealt:before{content:'\f147'} .whhg-sharedfile:before{content:'\f0ef'} .whhg-sharedhosting:before{content:'\f037'} .whhg-sharethree:before{content:'\f414'} .whhg-sheriff:before{content:'\f2a9'} .whhg-shipping:before{content:'\f23f'} .whhg-shopping:before{content:'\f010'} .whhg-shopping-cart:before{content:'\f035'} .whhg-shoppingbag:before{content:'\f273'} .whhg-shortcut:before{content:'\f043'} .whhg-shovel:before{content:'\f290'} .whhg-shredder:before{content:'\f27c'} .whhg-shutdown:before{content:'\f11e'} .whhg-sidebar:before{content:'\f124'} .whhg-signal:before{content:'\f100'} .whhg-sim:before{content:'\f0e1'} .whhg-simalt:before{content:'\f121'} .whhg-skrill:before{content:'\f268'} .whhg-skull:before{content:'\f38d'} .whhg-skype:before{content:'\f141'} .whhg-skypeaway:before{content:'\f39f'} .whhg-skypebusy:before{content:'\f3a0'} .whhg-skypeoffline:before{content:'\f3a1'} .whhg-skypeonline:before{content:'\f39e'} .whhg-smaller:before{content:'\f30b'} .whhg-smf:before{content:'\f062'} .whhg-smile:before{content:'\263a'} .whhg-snow:before{content:'\f22e'} .whhg-snowman:before{content:'\f37c'} .whhg-socialnetwork:before{content:'\f03b'} .whhg-software:before{content:'\f09a'} .whhg-sortbynameascending-atoz:before{content:'\f1c2'} .whhg-sortbynamedescending-ztoa:before{content:'\f1c1'} .whhg-sortbysizeascending:before{content:'\f1c3'} .whhg-sortbysizedescending:before{content:'\f1c4'} .whhg-soundwave:before{content:'\f194'} .whhg-soup:before{content:'\f3d1'} .whhg-spaceinvaders:before{content:'\f352'} .whhg-spades:before{content:'\f2f5'} .whhg-spam:before{content:'\f047'} .whhg-spamalt:before{content:'\f048'} .whhg-spawn:before{content:'\f344'} .whhg-speaker:before{content:'\f372'} .whhg-speed:before{content:'\f40b'} .whhg-spider:before{content:'\f346'} .whhg-spiderman:before{content:'\f347'} .whhg-split:before{content:'\f335'} .whhg-spoon:before{content:'\f213'} .whhg-spray:before{content:'\f1c7'} .whhg-spreadsheet:before{content:'\f0c3'} .whhg-squareapp:before{content:'\f26f'} .whhg-squarebrackets:before{content:'\f0b3'} .whhg-ssh:before{content:'\f04e'} .whhg-sslmanager:before{content:'\f04f'} .whhg-stadium:before{content:'\f3d6'} .whhg-stamp:before{content:'\f242'} .whhg-stampalt:before{content:'\f243'} .whhg-star:before{content:'\f13a'} .whhg-star-empty:before{content:'\f13b'} .whhg-starempty:before{content:'\f2de'} .whhg-starfull:before{content:'\f2e0'} .whhg-starhalf:before{content:'\f2df'} .whhg-steak:before{content:'\f360'} .whhg-steam:before{content:'\f2dd'} .whhg-step-backward:before{content:'\f198'} .whhg-step-forward:before{content:'\f197'} .whhg-sticker:before{content:'\f3f5'} .whhg-stiletto:before{content:'\f429'} .whhg-stockdown:before{content:'\f252'} .whhg-stocks:before{content:'\f250'} .whhg-stockup:before{content:'\f251'} .whhg-stomach:before{content:'\f3e1'} .whhg-stop:before{content:'\f185'} .whhg-stopwatch:before{content:'\f219'} .whhg-storage-box:before{content:'\f011'} .whhg-storagealt-drawer:before{content:'\f012'} .whhg-store:before{content:'\f272'} .whhg-storm:before{content:'\f230'} .whhg-stove:before{content:'\f371'} .whhg-strawberry:before{content:'\f3f3'} .whhg-strikethrough:before{content:'\f1f7'} .whhg-student-school:before{content:'\f288'} .whhg-stumbleupon:before{content:'\f40c'} .whhg-subdomain:before{content:'\f052'} .whhg-submarine:before{content:'\f373'} .whhg-subscript:before{content:'\f1ea'} .whhg-subtractshape:before{content:'\f1fe'} .whhg-sum:before{content:'\f33b'} .whhg-sun-day:before{content:'\f206'} .whhg-sunnysideup:before{content:'\f365'} .whhg-superman:before{content:'\f33f'} .whhg-superscript:before{content:'\f1eb'} .whhg-support:before{content:'\f013'} .whhg-supportalt:before{content:'\f014'} .whhg-switch:before{content:'\f28a'} .whhg-switchoff:before{content:'\f32d'} .whhg-switchoffalt:before{content:'\f28e'} .whhg-switchon:before{content:'\f32c'} .whhg-switchonalt:before{content:'\f28d'} .whhg-sword:before{content:'\f2ed'} .whhg-sync:before{content:'\f0bd'} .whhg-syncalt:before{content:'\f11c'} .whhg-synckeeplocal:before{content:'\f33e'} .whhg-synckeepserver:before{content:'\f33d'} .whhg-syringe-antivirus:before{content:'\f0a9'} .whhg-tablet:before{content:'\f118'} .whhg-tabletennis-pingpong:before{content:'\f2f0'} .whhg-taco:before{content:'\f3cd'} .whhg-tag:before{content:'\f032'} .whhg-tagalt-pricealt:before{content:'\f264'} .whhg-tags:before{content:'\f482'} .whhg-tagvertical:before{content:'\f15f'} .whhg-tank:before{content:'\f423'} .whhg-target:before{content:'\f2a6'} .whhg-taskmanager-logprograms:before{content:'\f04b'} .whhg-tasks:before{content:'\f0e0'} .whhg-taxi:before{content:'\f3a4'} .whhg-tea:before{content:'\f3cb'} .whhg-teapot:before{content:'\f42c'} .whhg-telescope:before{content:'\f3ef'} .whhg-temperature-thermometer:before{content:'\f20d'} .whhg-temperaturealt-thermometeralt:before{content:'\f20e'} .whhg-tennis:before{content:'\f2ea'} .whhg-tent-camping:before{content:'\f215'} .whhg-terminal:before{content:'\f114'} .whhg-tethering:before{content:'\f0f1'} .whhg-tetrisone:before{content:'\f34b'} .whhg-tetristhree:before{content:'\f34d'} .whhg-tetristwo:before{content:'\f34c'} .whhg-text-height:before{content:'\f1f8'} .whhg-text-width:before{content:'\f1f9'} .whhg-th:before{content:'\f110'} .whhg-th-large:before{content:'\f112'} .whhg-th-list:before{content:'\f113'} .whhg-theather:before{content:'\f39c'} .whhg-theme-style:before{content:'\f041'} .whhg-thissideup:before{content:'\f41d'} .whhg-threecolumns:before{content:'\f1ab'} .whhg-thumbs-down:before{content:'\f139'} .whhg-thumbs-up:before{content:'\f138'} .whhg-ticket:before{content:'\f3dc'} .whhg-tictactoe:before{content:'\f39a'} .whhg-tie-business:before{content:'\2040'} .whhg-time:before{content:'\f210'} .whhg-timeline:before{content:'\f253'} .whhg-tint:before{content:'\f208'} .whhg-toast:before{content:'\f2ad'} .whhg-toiletpaper:before{content:'\f384'} .whhg-tooth:before{content:'\f3de'} .whhg-toothbrush:before{content:'\f385'} .whhg-tophat:before{content:'\f3f0'} .whhg-torigate:before{content:'\f411'} .whhg-touchpad:before{content:'\f115'} .whhg-trafficlight:before{content:'\f22a'} .whhg-transform:before{content:'\f1a6'} .whhg-trash:before{content:'\f0ce'} .whhg-trashempty:before{content:'\f0cf'} .whhg-trashfull:before{content:'\f0d0'} .whhg-travel:before{content:'\f422'} .whhg-treediagram:before{content:'\f0ec'} .whhg-treeornament:before{content:'\f37e'} .whhg-triangle:before{content:'\25b3'} .whhg-tron:before{content:'\f34f'} .whhg-trophy:before{content:'\f2d7'} .whhg-truck:before{content:'\f211'} .whhg-trumpet:before{content:'\f375'} .whhg-tumblr:before{content:'\f164'} .whhg-tv:before{content:'\f1a4'} .whhg-twitter:before{content:'\f16a'} .whhg-twocolumnsleft:before{content:'\f1a9'} .whhg-twocolumnsleftalt:before{content:'\f1aa'} .whhg-twocolumnsright:before{content:'\f1a7'} .whhg-twocolumnsrightalt:before{content:'\f1a8'} .whhg-ubuntu:before{content:'\f120'} .whhg-umbrella:before{content:'\f218'} .whhg-underline:before{content:'\f1f6'} .whhg-undo:before{content:'\f32a'} .whhg-unlock:before{content:'\f0bf'} .whhg-upleft:before{content:'\f302'} .whhg-upload:before{content:'\f47a'} .whhg-uploadalt:before{content:'\f11b'} .whhg-upright:before{content:'\f303'} .whhg-uptime:before{content:'\f017'} .whhg-usb:before{content:'\f10d'} .whhg-usbalt:before{content:'\f10e'} .whhg-usbplug:before{content:'\f10f'} .whhg-user:before{content:'\f133'} .whhg-userfilter:before{content:'\f05d'} .whhg-usfootball:before{content:'\f2ec'} .whhg-value-coins:before{content:'\f018'} .whhg-vector:before{content:'\f1b6'} .whhg-vendetta:before{content:'\f3c5'} .whhg-video:before{content:'\f17d'} .whhg-viking:before{content:'\f379'} .whhg-vimeo:before{content:'\f168'} .whhg-vinyl:before{content:'\f0cc'} .whhg-violin:before{content:'\f1a5'} .whhg-virus:before{content:'\f0a8'} .whhg-visa:before{content:'\f3c2'} .whhg-visitor:before{content:'\f097'} .whhg-vlc-cone:before{content:'\f192'} .whhg-voice:before{content:'\f18c'} .whhg-volume-down:before{content:'\f0e3'} .whhg-volume-off:before{content:'\f0e4'} .whhg-volume-up:before{content:'\f0e2'} .whhg-vps:before{content:'\f025'} .whhg-wacom:before{content:'\f1bb'} .whhg-walle:before{content:'\f3bc'} .whhg-wallet:before{content:'\e000'} .whhg-warcraft:before{content:'\f3bf'} .whhg-warmedal:before{content:'\f2e4'} .whhg-warning-sign:before{content:'\f316'} .whhg-washer:before{content:'\f39b'} .whhg-watch:before{content:'\f378'} .whhg-watertap-plumbing:before{content:'\f22d'} .whhg-wave-sea:before{content:'\f23c'} .whhg-wavealt-seaalt:before{content:'\f23b'} .whhg-webcam:before{content:'\f0fe'} .whhg-webcamalt:before{content:'\f129'} .whhg-webhostinghub:before{content:'\f031'} .whhg-webmail:before{content:'\f045'} .whhg-webpage:before{content:'\f033'} .whhg-webplatform:before{content:'\f3c3'} .whhg-websitealt:before{content:'\f01c'} .whhg-websitebuilder:before{content:'\f034'} .whhg-weight:before{content:'\f430'} .whhg-westernunion:before{content:'\f26a'} .whhg-wheel:before{content:'\f228'} .whhg-wheelchair:before{content:'\f3fe'} .whhg-whistle:before{content:'\f3d8'} .whhg-whmcs:before{content:'\f066'} .whhg-wifi:before{content:'\f0ff'} .whhg-wind:before{content:'\f41b'} .whhg-windleft:before{content:'\f424'} .whhg-windows:before{content:'\f019'} .whhg-windright:before{content:'\f425'} .whhg-wine:before{content:'\f238'} .whhg-wizard:before{content:'\f03c'} .whhg-wizardalt:before{content:'\f1fb'} .whhg-wizardhat:before{content:'\f337'} .whhg-woman-female:before{content:'\f2a2'} .whhg-women:before{content:'\f24d'} .whhg-wordpress:before{content:'\f074'} .whhg-wrench:before{content:'\f05b'} .whhg-wrenchalt:before{content:'\f2b2'} .whhg-xbox:before{content:'\f353'} .whhg-xmen:before{content:'\f345'} .whhg-yahoo:before{content:'\f151'} .whhg-yen:before{content:'\00a5'} .whhg-yenalt:before{content:'\f25d'} .whhg-yinyang:before{content:'\262f'} .whhg-youtube:before{content:'\f142'} .whhg-zelda:before{content:'\f3b8'} .whhg-zikula:before{content:'\f0ac'} .whhg-zip:before{content:'\f116'} .whhg-zodiac-aquarius:before{content:'\f3b4'} .whhg-zodiac-aries:before{content:'\f3aa'} .whhg-zodiac-cancer:before{content:'\f3ad'} .whhg-zodiac-capricorn:before{content:'\f3b3'} .whhg-zodiac-gemini:before{content:'\f3ac'} .whhg-zodiac-leo:before{content:'\f3ae'} .whhg-zodiac-libra:before{content:'\f3b0'} .whhg-zodiac-pisces:before{content:'\f3b5'} .whhg-zodiac-sagitarius:before{content:'\f3b2'} .whhg-zodiac-scorpio:before{content:'\f3b1'} .whhg-zodiac-taurus:before{content:'\f3ab'} .whhg-zodiac-virgo:before{content:'\f3af'} .whhg-zoom-in:before{content:'\f320'} .whhg-zoom-out:before{content:'\f321'} .whhg-vk:before{content:'\f34e'} .whhg-bitcoin:before{content:'\f584'} .whhg-rouble:before{content:'\f4ca'} .whhg-phpnuke:before{content:'\f48c'} .whhg-modx:before{content:'\f48d'} .whhg-eoneohseven:before{content:'\f48e'} .whhg-subrion:before{content:'\f48f'} .whhg-typothree:before{content:'\f490'} .whhg-tikiwiki:before{content:'\f491'} .whhg-pligg:before{content:'\f492'} .whhg-pyrocms:before{content:'\f493'} .whhg-mambo:before{content:'\f494'} .whhg-contao:before{content:'\f495'} .whhg-crackedegg:before{content:'\f496'} .whhg-coffeecupalt:before{content:'\f497'} .whhg-reademailalt:before{content:'\f498'} .whhg-train:before{content:'\f499'} .whhg-shoebox:before{content:'\f49a'} .whhg-bathtub:before{content:'\f49b'} .whhg-ninegag:before{content:'\f49c'} .whhg-pebble:before{content:'\f49d'} .whhg-musicthree:before{content:'\f49e'} .whhg-stairsup:before{content:'\f49f'} .whhg-stairsdown:before{content:'\f4a0'} .whhg-bookalt:before{content:'\f4a1'} .whhg-programclose:before{content:'\f4a2'} .whhg-programok:before{content:'\f4a3'} .whhg-splitalt:before{content:'\f4a4'} .whhg-solarsystem:before{content:'\f4a5'} .whhg-honeycomb:before{content:'\f4a6'} .whhg-tools:before{content:'\f4a7'} .whhg-xoops:before{content:'\f4a8'} .whhg-pixie:before{content:'\f4a9'} .whhg-dotclear:before{content:'\f4aa'} .whhg-impresscms:before{content:'\f4ab'} .whhg-saurus:before{content:'\f4ac'} .whhg-impresspages:before{content:'\f4ad'} .whhg-monstra:before{content:'\f4ae'} .whhg-snews:before{content:'\f4af'} .whhg-jcore:before{content:'\f4b0'} .whhg-silverstripe:before{content:'\f4b1'} .whhg-btwoevolution:before{content:'\f4b2'} .whhg-nucleus:before{content:'\f4b3'} .whhg-symphony:before{content:'\f4b5'} .whhg-vanillacms:before{content:'\f4b6'} .whhg-bbpress:before{content:'\f4b7'} .whhg-phpbbalt:before{content:'\f4b8'} .whhg-chyrp:before{content:'\f4b9'} .whhg-pivotx:before{content:'\f4ba'} .whhg-pagecookery:before{content:'\f4bb'} .whhg-moviereelalt:before{content:'\f4bc'} .whhg-cassettealt:before{content:'\f4bd'} .whhg-photobucket:before{content:'\f4be'} .whhg-technorati:before{content:'\f4bf'} .whhg-theverge:before{content:'\f4c0'} .whhg-stacks:before{content:'\f4c1'} .whhg-dotlist:before{content:'\f4c2'} .whhg-numberlist:before{content:'\f4c3'} .whhg-indentleft:before{content:'\f4c4'} .whhg-indentright:before{content:'\f4c5'} .whhg-fblike:before{content:'\f4c6'} .whhg-fbdislike:before{content:'\f4c7'} .whhg-sale:before{content:'\f4c8'} .whhg-sharetronix:before{content:'\f4c9'} .whhg-markerdown:before{content:'\f4cb'} .whhg-markerup:before{content:'\f4cc'} .whhg-markerleft:before{content:'\f4cd'} .whhg-markerright:before{content:'\f4ce'} .whhg-bookmarkalt:before{content:'\f4cf'} .whhg-calendarthree:before{content:'\f4d0'} .whhg-wineglass:before{content:'\f4d1'} .whhg-slidersoff:before{content:'\f4d2'} .whhg-slidersmiddle:before{content:'\f4d3'} .whhg-slidersfull:before{content:'\f4d4'} .whhg-slidersdesc:before{content:'\f4d5'} .whhg-slidersasc:before{content:'\f4d6'} .whhg-slideronefull:before{content:'\f4d7'} .whhg-slidertwofull:before{content:'\f4d8'} .whhg-sliderthreefull:before{content:'\f4d9'} .whhg-noborders:before{content:'\f4da'} .whhg-bottomborder:before{content:'\f4db'} .whhg-topborder:before{content:'\f4dc'} .whhg-leftborder:before{content:'\f4dd'} .whhg-rightborder:before{content:'\f4de'} .whhg-horizontalborder:before{content:'\f4df'} .whhg-verticalborder:before{content:'\f4e0'} .whhg-outerborders:before{content:'\f4e1'} .whhg-innerborders:before{content:'\f4e2'} .whhg-fullborders:before{content:'\f4e3'} .whhg-networksignalalt:before{content:'\f4e4'} .whhg-resizeverticalalt:before{content:'\f4e5'} .whhg-resizehorizontalalt:before{content:'\f4e6'} .whhg-moneyalt:before{content:'\f4e7'} .whhg-fontcase:before{content:'\f4e8'} .whhg-playstation:before{content:'\f4e9'} .whhg-cube:before{content:'\f4ea'} .whhg-sphere:before{content:'\f4eb'} .whhg-ceilinglight:before{content:'\f4ec'} .whhg-chandelier:before{content:'\f4ed'} .whhg-details:before{content:'\f4ee'} .whhg-detailsalt:before{content:'\f4ef'} .whhg-bullet:before{content:'\f4f0'} .whhg-gun:before{content:'\f4f1'} .whhg-processorthree:before{content:'\f4f2'} .whhg-world:before{content:'\f4f3'} .whhg-statistics:before{content:'\f4f4'} .whhg-shoppingcartalt:before{content:'\f4f5'} .whhg-microphonealt:before{content:'\f4f6'} .whhg-routeralt:before{content:'\f4f7'} .whhg-shell:before{content:'\f4f8'} .whhg-squareplay:before{content:'\f4f9'} .whhg-squarestop:before{content:'\f4fa'} .whhg-squarepause:before{content:'\f4fb'} .whhg-squarerecord:before{content:'\f4fc'} .whhg-squareforward:before{content:'\f4fd'} .whhg-squareback:before{content:'\f4fe'} .whhg-squarenext:before{content:'\f4ff'} .whhg-squareprevious:before{content:'\f500'} .whhg-mega:before{content:'\f501'} .whhg-charliechaplin:before{content:'\f502'} .whhg-popcorn:before{content:'\f503'} .whhg-fatarrowright:before{content:'\f504'} .whhg-fatarrowleft:before{content:'\f505'} .whhg-fatarrowdown:before{content:'\f506'} .whhg-fatarrowup:before{content:'\f507'} .whhg-shirtbutton:before{content:'\f508'} .whhg-shirtbuttonalt:before{content:'\f509'} .whhg-cuckooclock:before{content:'\f50a'} .whhg-lens:before{content:'\f50b'} .whhg-voltage:before{content:'\f50c'} .whhg-planealt:before{content:'\f50d'} .whhg-busalt:before{content:'\f50e'} .whhg-lipstick:before{content:'\f50f'} .whhg-plantalt:before{content:'\f510'} .whhg-paperboat:before{content:'\f511'} .whhg-texture:before{content:'\f512'} .whhg-dominoone:before{content:'\f513'} .whhg-dominotwo:before{content:'\f514'} .whhg-dominothree:before{content:'\f515'} .whhg-dominofour:before{content:'\f516'} .whhg-dominofive:before{content:'\f517'} .whhg-dominosix:before{content:'\f518'} .whhg-dominoseven:before{content:'\f519'} .whhg-dominoeight:before{content:'\f51a'} .whhg-dominonine:before{content:'\f51b'} .whhg-connected:before{content:'\f51c'} .whhg-connectedpc:before{content:'\f51d'} .whhg-musicsheet:before{content:'\f51e'} .whhg-rdio:before{content:'\f51f'} .whhg-spotify:before{content:'\f520'} .whhg-deviantart:before{content:'\f521'} .whhg-yelp:before{content:'\f522'} .whhg-behance:before{content:'\f523'} .whhg-nfc:before{content:'\f524'} .whhg-earbudsalt:before{content:'\f525'} .whhg-earbuds:before{content:'\f526'} .whhg-amazon:before{content:'\f527'} .whhg-openid:before{content:'\f528'} .whhg-digg:before{content:'\f529'} .whhg-retweet-alt:before{content:'\f52a'} .whhg-moonnew:before{content:'\f52b'} .whhg-moonwaxingcrescent:before{content:'\f52c'} .whhg-moonfirstquarter:before{content:'\f52d'} .whhg-moonwaxinggibbous:before{content:'\f52e'} .whhg-moonfull:before{content:'\f52f'} .whhg-moonwaninggibbous:before{content:'\f530'} .whhg-moonthirdquarter:before{content:'\f531'} .whhg-moonwaningcrescent:before{content:'\f532'} .whhg-planet:before{content:'\f533'} .whhg-sodacup:before{content:'\f534'} .whhg-cocktail:before{content:'\f535'} .whhg-church:before{content:'\f536'} .whhg-mosque:before{content:'\f537'} .whhg-comedy:before{content:'\f538'} .whhg-tragedy:before{content:'\f539'} .whhg-bacon:before{content:'\f53a'} .whhg-trailor:before{content:'\f53b'} .whhg-tshirt:before{content:'\f53c'} .whhg-design:before{content:'\f53d'} .whhg-spiderweb:before{content:'\f53e'} .whhg-fireplace:before{content:'\f53f'} .whhg-tallglass:before{content:'\f540'} .whhg-grapes:before{content:'\f541'} .whhg-biohazard:before{content:'\f542'} .whhg-directions:before{content:'\f543'} .whhg-equalizerthree:before{content:'\f544'} .whhg-mountains:before{content:'\f545'} .whhg-bing:before{content:'\f546'} .whhg-windowseight:before{content:'\f547'} .whhg-microsoftoffice:before{content:'\f548'} .whhg-salealt:before{content:'\f549'} .whhg-purse:before{content:'\f54a'} .whhg-chickenalt:before{content:'\f54b'} .whhg-podium:before{content:'\f54c'} .whhg-findfriends:before{content:'\f54d'} .whhg-microphonethree:before{content:'\f54e'} .whhg-workshirt:before{content:'\f54f'} .whhg-donotdisturb:before{content:'\f550'} .whhg-addtags:before{content:'\f551'} .whhg-removetags:before{content:'\f556'} .whhg-carbattery:before{content:'\f553'} .whhg-debug:before{content:'\f554'} .whhg-trojan:before{content:'\f555'} .whhg-molecule:before{content:'\f556'} .whhg-safetygoggles:before{content:'\f557'} .whhg-leather:before{content:'\f558'} .whhg-teddybear:before{content:'\f559'} .whhg-stroller:before{content:'\f55a'} .whhg-circleplay:before{content:'\f55b'} .whhg-circlestop:before{content:'\f55c'} .whhg-circlepause:before{content:'\f55d'} .whhg-circlerecord:before{content:'\f55e'} .whhg-circleforward:before{content:'\f55f'} .whhg-circlebackward:before{content:'\f560'} .whhg-circlenext:before{content:'\f561'} .whhg-circleprevious:before{content:'\f562'} .whhg-circleplayempty:before{content:'\f563'} .whhg-circlestopempty:before{content:'\f564'} .whhg-circlepauseempty:before{content:'\f565'} .whhg-circlerecordempty:before{content:'\f566'} .whhg-circleforwardempty:before{content:'\f567'} .whhg-circlebackwardempty:before{content:'\f568'} .whhg-circlenextempty:before{content:'\f569'} .whhg-circlepreviousempty:before{content:'\f56a'} .whhg-belt:before{content:'\f56b'} .whhg-bait:before{content:'\f56c'} .whhg-manalt:before{content:'\f56d'} .whhg-womanalt:before{content:'\f56e'} .whhg-clover:before{content:'\f56f'} .whhg-pacifier:before{content:'\f570'} .whhg-calcplus:before{content:'\f571'} .whhg-calcminus:before{content:'\f572'} .whhg-calcmultiply:before{content:'\f573'} .whhg-calcdivide:before{content:'\f574'} .whhg-calcequals:before{content:'\f575'} .whhg-city:before{content:'\f576'} .whhg-hdvideo:before{content:'\f577'} .whhg-horizontalexpand:before{content:'\f578'} .whhg-horizontalcontract:before{content:'\f579'} .whhg-radar:before{content:'\f57a'} .whhg-threed:before{content:'\f57b'} .whhg-flickralt:before{content:'\f57c'} .whhg-pattern:before{content:'\f57d'} .whhg-elevator:before{content:'\f57e'} .whhg-escalator:before{content:'\f57f'} .whhg-portrait:before{content:'\f580'} .whhg-cigar:before{content:'\f581'} .whhg-dropbox:before{content:'\f582'} .whhg-origami:before{content:'\f583'} .whhg-opensource:before{content:'\f585'} .whhg-redaxscript:before{content:'\f586'} .whhg-mahara:before{content:'\f587'} .whhg-forkcms:before{content:'\f588'} .whhg-pimcore:before{content:'\f589'} .whhg-bigace:before{content:'\f58a'} .whhg-aef:before{content:'\f58b'} .whhg-punbb:before{content:'\f58c'} .whhg-phorum:before{content:'\f58d'} .whhg-fluxbb:before{content:'\f58e'} .whhg-minibb:before{content:'\f58f'} .whhg-zenphoto:before{content:'\f590'} .whhg-fourimages:before{content:'\f591'} .whhg-plogger:before{content:'\f592'} .whhg-jcow:before{content:'\f593'} .whhg-elgg:before{content:'\f594'} .whhg-etano:before{content:'\f595'} .whhg-openclassifieds:before{content:'\f596'} .whhg-osclass:before{content:'\f597'} .whhg-openx:before{content:'\f598'} .whhg-phplist:before{content:'\f599'} .whhg-roundcube:before{content:'\f59a'} .whhg-pommo:before{content:'\f59b'} .whhg-webinsta:before{content:'\f59c'} .whhg-limesurvey:before{content:'\f59d'} .whhg-fengoffice:before{content:'\f59e'} .whhg-eyeos:before{content:'\f59f'} .whhg-dotproject:before{content:'\f5a0'} .whhg-collabtive:before{content:'\f5a1'} .whhg-projectpier:before{content:'\f5a2'} .whhg-taskfreak:before{content:'\f5a3'} .whhg-eventum:before{content:'\f5a4'} .whhg-traq:before{content:'\f5a5'} .whhg-mantisbugtracker:before{content:'\f5a6'} .whhg-oscommerce:before{content:'\f5a7'} .whhg-zencart:before{content:'\f5a8'} .whhg-tomatocart:before{content:'\f5a9'} .whhg-boxbilling:before{content:'\f5aa'} .whhg-zurmo:before{content:'\f5ab'} .whhg-orangehrm:before{content:'\f5ac'} .whhg-vtiger:before{content:'\f5ad'} .whhg-mibew:before{content:'\f5ae'} .whhg-phpmyfaq:before{content:'\f5af'} .whhg-yiiframework:before{content:'\f5b0'} .whhg-zendframework:before{content:'\f5b1'} .whhg-fuelphp:before{content:'\f5b2'} .whhg-kohana:before{content:'\f5b3'} .whhg-smarty:before{content:'\f5b4'} .whhg-sidu:before{content:'\f5b5'} .whhg-simplepie:before{content:'\f5b6'} .whhg-projectsend:before{content:'\f5b7'} .whhg-extjs:before{content:'\f5b8'} .whhg-raphael:before{content:'\f5b9'} .whhg-sizzle:before{content:'\f5ba'} .whhg-yui:before{content:'\f5bb'} .whhg-scissorsalt:before{content:'\f5bc'} .whhg-cuthere:before{content:'\f5bd'} .whhg-coinsalt:before{content:'\f5be'} .whhg-parkingmeter:before{content:'\f5bf'} .whhg-treethree:before{content:'\f5c0'} .whhg-packarchive:before{content:'\f5c1'} .whhg-unpackarchive:before{content:'\f5c2'} .whhg-terminalalt:before{content:'\f5c3'} .whhg-jersey:before{content:'\f5c4'} .whhg-vial:before{content:'\f5c5'} .whhg-noteslist:before{content:'\f5c6'} .whhg-notestasks:before{content:'\f5c7'} .whhg-notesdate:before{content:'\f5c8'} .whhg-noteslocation:before{content:'\f5c9'} .whhg-noteslistalt:before{content:'\f5ca'} .whhg-notestasksalt:before{content:'\f5cb'} .whhg-notesdatealt:before{content:'\f5cc'} .whhg-noteslocationalt:before{content:'\f5cd'} .whhg-useralt:before{content:'\f5ce'} .whhg-adduseralt:before{content:'\f5cf'} .whhg-removeuseralt:before{content:'\f5d0'} .whhg-banuseralt:before{content:'\f5d1'} .whhg-banuser:before{content:'\f5d2'} .whhg-paintrollalt:before{content:'\f5d3'} .whhg-textcursor:before{content:'\f5d4'} .whhg-textfield:before{content:'\f5d5'} .whhg-precisecursor:before{content:'\f5d6'} .whhg-brokenlink:before{content:'\f5d7'} .whhg-bookmarkthree:before{content:'\f5d8'} .whhg-bookmarkfour:before{content:'\f5d9'} .whhg-warmedalalt:before{content:'\f5da'} .whhg-thinking:before{content:'\f5db'} .whhg-commentlove:before{content:'\f5dc'} .whhg-commentsmiley:before{content:'\f5dd'} .whhg-sharetwo:before{content:'\f147'} .whhg-emptystar:before{content:'\f2de'} .whhg-halfstar:before{content:'\f2df'} .whhg-fullstar:before{content:'\f2e0'} .whhg-forbidden:before{content:'\f314'} .whhg-indentleftalt:before{content:'\f4c4'} .whhg-indentrightalt:before{content:'\f4c5'} .whhg-modxalt:before{content:'\f5de'} .whhg-apple:before{content:'\f5df'} .whhg-greekcolumn:before{content:'\f5e0'} .whhg-walletalt:before{content:'\f5e1'} .whhg-dollarsquare:before{content:'\f5e2'} .whhg-poundsquare:before{content:'\f5e3'} .whhg-yensquare:before{content:'\f5e4'} .whhg-eurosquare:before{content:'\f5e5'} .whhg-bitcoinsquare:before{content:'\f5e6'} .whhg-roublesquare:before{content:'\f5e7'} .whhg-roublealt:before{content:'\f5e8'} .whhg-bitcoinalt:before{content:'\f5e9'} .whhg-gavel:before{content:'\f5ea'} .whhg-barchartasc:before{content:'\f5eb'} .whhg-barchartdesc:before{content:'\f5ec'} .whhg-house:before{content:'\f5ed'} .whhg-garage:before{content:'\f5ee'} .whhg-milk:before{content:'\f5ef'} .whhg-hryvnia:before{content:'\f5f0'} .whhg-hryvniasquare:before{content:'\f5f1'} .whhg-hryvniaalt:before{content:'\f5f2'} .whhg-beeralt:before{content:'\f5f3'} .whhg-trolleyfull:before{content:'\f5f4'} .whhg-trolleyload:before{content:'\f5f5'} .whhg-trolleyunload:before{content:'\f5f6'} .whhg-trolleyempty:before{content:'\f5f7'} .whhg-mootools:before{content:'\f5f8'} .whhg-mootoolstwo:before{content:'\f5f9'} .whhg-mootoolsthree:before{content:'\f5fa'} .whhg-mysqlthree:before{content:'\f5fb'} .whhg-mysqlalt:before{content:'\f5fc'} .whhg-pgsql:before{content:'\f5fd'} .whhg-mongodb:before{content:'\f5fe'} .whhg-neofourj:before{content:'\f5ff'} .whhg-nosql:before{content:'\f600'} .whhg-catface:before{content:'\f601'} .whhg-polaroid:before{content:'\f602'} .whhg-clouderror:before{content:'\f603'} .whhg-camcorder:before{content:'\f604'} .whhg-projector:before{content:'\f605'} .whhg-sdvideo:before{content:'\f606'} .whhg-fx:before{content:'\f607'} .whhg-gramophone:before{content:'\f608'} .whhg-speakeralt:before{content:'\f609'} .whhg-hddalt:before{content:'\f60a'} .whhg-usbflash:before{content:'\f60b'} .whhg-manillaenvelope:before{content:'\f60c'} .whhg-stickynote:before{content:'\f60d'} .whhg-stickynotealt:before{content:'\f60e'} .whhg-torch:before{content:'\f60f'} .whhg-flashlightalt:before{content:'\f610'} .whhg-campfire:before{content:'\f611'} .whhg-cctv:before{content:'\f612'} .whhg-drill:before{content:'\f613'} .whhg-lampalt:before{content:'\f614'} .whhg-flowerpot:before{content:'\f615'} .whhg-defragment:before{content:'\f616'} .whhg-panoramio:before{content:'\f617'} .whhg-panorama:before{content:'\f618'} .whhg-photosphere:before{content:'\f619'} .whhg-panoramaalt:before{content:'\f61a'} .whhg-timer:before{content:'\f61b'} .whhg-burstmode:before{content:'\f61c'} .whhg-cameraflash:before{content:'\f61d'} .whhg-autoflash:before{content:'\f61e'} .whhg-noflash:before{content:'\f61f'} .whhg-threetofour:before{content:'\f620'} .whhg-sixteentonine:before{content:'\f621'} .whhg-cat:before{content:'\f622'} .whhg-dog:before{content:'\f623'} .whhg-rabbit:before{content:'\f624'} .whhg-koala:before{content:'\f625'} .whhg-butterflyalt:before{content:'\f626'} .whhg-butterfly:before{content:'\f627'} .whhg-wwf:before{content:'\f628'} .whhg-poop:before{content:'\f629'} .whhg-poopalt:before{content:'\f62a'} .whhg-kiwi:before{content:'\f62b'} .whhg-kiwifruit:before{content:'\f62c'} .whhg-lemon:before{content:'\f62d'} .whhg-pear:before{content:'\f62e'} .whhg-watermelon:before{content:'\f62f'} .whhg-onion:before{content:'\f630'} .whhg-turnip:before{content:'\f631'} .whhg-eggplant:before{content:'\f632'} .whhg-avocado:before{content:'\f633'} .whhg-perfume:before{content:'\f634'} .whhg-arch:before{content:'\f635'} .whhg-pluspages:before{content:'\f636'} .whhg-community:before{content:'\f637'} .whhg-pluscircles:before{content:'\f638'} .whhg-googleplusold:before{content:'\f639'} .whhg-plusgames:before{content:'\f63a'} .whhg-event:before{content:'\f63b'} .whhg-miui:before{content:'\f63c'} .whhg-hot:before{content:'\f63d'} .whhg-flowup:before{content:'\f63e'} .whhg-flowdown:before{content:'\f63f'} .whhg-moustache:before{content:'\f640'} .whhg-angle:before{content:'\f641'} .whhg-sleep:before{content:'\f642'} .whhg-acorn:before{content:'\f643'} .whhg-steamalt:before{content:'\f644'} .whhg-resizeupleft:before{content:'\f645'} .whhg-resizeupright:before{content:'\f646'} .whhg-resizedownright:before{content:'\f647'} .whhg-resizedownleft:before{content:'\f648'} .whhg-hammeralt:before{content:'\f649'} .whhg-bamboo:before{content:'\f64a'} .whhg-mypictures:before{content:'\f64b'} .whhg-mymusic:before{content:'\f64c'} .whhg-myvideos:before{content:'\f64d'} .whhg-systemfolder:before{content:'\f64e'} .whhg-bookthree:before{content:'\f64f'} .whhg-compile:before{content:'\f650'} .whhg-report:before{content:'\f651'} .whhg-fliphorizontal:before{content:'\f652'} .whhg-flipvertical:before{content:'\f653'} .whhg-construction:before{content:'\f654'} .whhg-counteralt:before{content:'\f655'} .whhg-counter:before{content:'\f656'} .whhg-papercutter:before{content:'\f657'} .whhg-snaptodot:before{content:'\f658'} .whhg-snaptogrid:before{content:'\f659'} .whhg-caligraphy:before{content:'\f65a'} .whhg-icecreamthree:before{content:'\f65b'} .whhg-skitch:before{content:'\f65c'} .whhg-archlinux:before{content:'\f65d'} .whhg-elementaryos:before{content:'\f65e'} .whhg-loadingone:before{content:'\f65f'} .whhg-loadingtwo:before{content:'\f660'} .whhg-loadingthree:before{content:'\f661'} .whhg-loadingfour:before{content:'\f662'} .whhg-loadingfive:before{content:'\f663'} .whhg-loadingsix:before{content:'\f664'} .whhg-loadingseven:before{content:'\f665'} .whhg-loadingeight:before{content:'\f666'} .whhg-brokenheart:before{content:'\f667'} .whhg-heartarrow:before{content:'\f668'} .whhg-heartsparkle:before{content:'\f669'} .whhg-cell:before{content:'\f66a'} .whhg-panda:before{content:'\f66b'} .whhg-refreshalt:before{content:'\f66c'} .whhg-mirror:before{content:'\f66d'} .whhg-headphonesthree:before{content:'\f66e'} .whhg-fan:before{content:'\f66f'} .whhg-tornado:before{content:'\f670'} .whhg-hangout:before{content:'\f671'} .whhg-beaker:before{content:'\f672'} .whhg-beakeralt:before{content:'\f673'} .whhg-phonescreensize:before{content:'\f674'} .whhg-tabletscreensize:before{content:'\f675'} .whhg-notification:before{content:'\f676'} .whhg-googleglass:before{content:'\f677'} .whhg-pinterest:before{content:'\f678'} .whhg-soundcloud:before{content:'\f679'} .whhg-alarmclock:before{content:'\f67a'} .whhg-addalarm:before{content:'\f67b'} .whhg-deletealarm:before{content:'\f67c'} .whhg-turnoffalarm:before{content:'\f67d'} .whhg-snooze:before{content:'\f67e'} .whhg-bringforward:before{content:'\f67f'} .whhg-sendbackward:before{content:'\f680'} .whhg-bringtofront:before{content:'\f681'} .whhg-sendtoback:before{content:'\f682'} .whhg-tectile:before{content:'\f683'} .whhg-grave:before{content:'\f684'} .whhg-gravetwo:before{content:'\f685'} .whhg-gravethree:before{content:'\f686'} .whhg-gravefour:before{content:'\f687'} .whhg-textlayer:before{content:'\f688'} .whhg-vectoralt:before{content:'\f689'} .whhg-drmanhattan:before{content:'\f68a'} .whhg-foursquarealt:before{content:'\f68b'} .whhg-hashtag:before{content:'\f68c'} .whhg-enteralt:before{content:'\f68d'} .whhg-exitalt:before{content:'\f68e'} .whhg-cartalt:before{content:'\f68f'} .whhg-vaultthree:before{content:'\f690'} .whhg-fatundo:before{content:'\f691'} .whhg-fatredo:before{content:'\f692'} .whhg-feedly:before{content:'\f693'} .whhg-feedlyalt:before{content:'\f694'} .whhg-squareheart:before{content:'\f695'} .whhg-squarestar:before{content:'\f696'} .whhg-squarecomment:before{content:'\f697'} .whhg-squarelike:before{content:'\f698'} .whhg-squarebookmark:before{content:'\f699'} .whhg-squaresearch:before{content:'\f69a'} .whhg-squaresettings:before{content:'\f69b'} .whhg-squarevoice:before{content:'\f69c'} .whhg-google:before{content:'\f69d'} .whhg-emojigrinalt:before{content:'\f69e'} .whhg-emojigrin:before{content:'\f69f'} .whhg-constellation:before{content:'\f6a0'} .whhg-emojisurprise:before{content:'\f6a1'} .whhg-emojidead:before{content:'\f6a2'} .whhg-emojiangry:before{content:'\f6a3'} .whhg-emojidevil:before{content:'\f6a4'} .whhg-emojiwink:before{content:'\f6a5'} .whhg-moonorbit:before{content:'\f6a6'} .whhg-emojismile:before{content:'\f6a7'} .whhg-emojisorry:before{content:'\f6a8'} .whhg-emojiconfused:before{content:'\f6a9'} .whhg-emojisleep:before{content:'\f6aa'} .whhg-emojicry:before{content:'\f6ab'} .whhg-circlefork:before{content:'\f6ac'} .whhg-circlespoon:before{content:'\f6ad'} .whhg-circleknife:before{content:'\f6ae'} .whhg-circlepencil:before{content:'\f6af'} .whhg-circlehammer:before{content:'\f6b0'} .whhg-circlescrewdriver:before{content:'\f6b1'} .whhg-middlefinger:before{content:'\f6b2'} .whhg-heavymetal:before{content:'\f6b3'} .whhg-turnright:before{content:'\f6b4'} .whhg-turnleft:before{content:'\f6b5'} .whhg-vineapp:before{content:'\f6b6'} .whhg-vineappalt:before{content:'\f6b7'} .whhg-finance:before{content:'\f6b8'} .whhg-survey:before{content:'\f6b9'} .whhg-hangouts:before{content:'\f6ba'} .whhg-square0:before{content:'\f6bb'} .whhg-square1:before{content:'\f6bc'} .whhg-square2:before{content:'\f6bd'} .whhg-square3:before{content:'\f6be'} .whhg-square4:before{content:'\f6bf'} .whhg-square5:before{content:'\f6c0'} .whhg-square6:before{content:'\f6c1'} .whhg-square7:before{content:'\f6c2'} .whhg-square8:before{content:'\f6c3'} .whhg-square9:before{content:'\f6c4'} .whhg-squarea:before{content:'\f6c5'} .whhg-squareb:before{content:'\f6c6'} .whhg-squarec:before{content:'\f6c7'} .whhg-squared:before{content:'\f6c8'} .whhg-squaree:before{content:'\f6c9'} .whhg-squaref:before{content:'\f6ca'} .whhg-squareg:before{content:'\f6cb'} .whhg-squareh:before{content:'\f6cc'} .whhg-squarei:before{content:'\f6cd'} .whhg-squarej:before{content:'\f6ce'} .whhg-squarek:before{content:'\f6cf'} .whhg-squarel:before{content:'\f6d0'} .whhg-squarem:before{content:'\f6d1'} .whhg-squaren:before{content:'\f6d2'} .whhg-squareo:before{content:'\f6d3'} .whhg-squarep:before{content:'\f6d4'} .whhg-squareq:before{content:'\f6d5'} .whhg-squarer:before{content:'\f6d6'} .whhg-squares:before{content:'\f6d7'} .whhg-squaret:before{content:'\f6d8'} .whhg-squareu:before{content:'\f6d9'} .whhg-squarev:before{content:'\f6da'} .whhg-squarew:before{content:'\f6db'} .whhg-squarex:before{content:'\f6dc'} .whhg-squarey:before{content:'\f6dd'} .whhg-squarez:before{content:'\f6de'} .whhg-shuttle:before{content:'\f6df'} .whhg-meteor:before{content:'\f6e0'} .whhg-galaxy:before{content:'\f6e1'} .whhg-observatory:before{content:'\f6e2'} .whhg-astronaut:before{content:'\f6e3'} .whhg-asteroid:before{content:'\f6e4'} .whhg-sunrise:before{content:'\f6e5'} .whhg-sunset:before{content:'\f6e6'} .whhg-tiderise:before{content:'\f6e7'} .whhg-tidefall:before{content:'\f6e8'} .whhg-mushroomcloud:before{content:'\f6e9'} .whhg-galaxyalt:before{content:'\f6ea'} .whhg-sputnik:before{content:'\f6eb'} .whhg-sextant:before{content:'\f6ec'} .whhg-spock:before{content:'\f6ed'} .whhg-meteorite:before{content:'\f6ee'} .whhg-deathstar:before{content:'\f6ef'} .whhg-deathstarbulding:before{content:'\f6f0'} .whhg-fallingstar:before{content:'\f6f1'} .whhg-windmill:before{content:'\f6f2'} .whhg-windmillalt:before{content:'\f6f3'} .whhg-pumpjack:before{content:'\f6f4'} .whhg-nuclearplant:before{content:'\f6f5'} .whhg-solarpanel:before{content:'\f6f6'} .whhg-barrel:before{content:'\f6f7'} .whhg-canister:before{content:'\f6f8'} .whhg-railtunnel:before{content:'\f6f9'} .whhg-roadtunnel:before{content:'\f6fa'} .whhg-pickaxe:before{content:'\f6fb'} .whhg-cow:before{content:'\f6fc'} .whhg-sheep:before{content:'\f6fd'} .whhg-fountain:before{content:'\f6fe'} .whhg-circlezero:before{content:'\f6ff'} .whhg-circleone:before{content:'\f700'} .whhg-circletwo:before{content:'\f701'} .whhg-circlethree:before{content:'\f702'} .whhg-circlefour:before{content:'\f703'} .whhg-circlefive:before{content:'\f704'} .whhg-circlesix:before{content:'\f705'} .whhg-circleseven:before{content:'\f706'} .whhg-circleeight:before{content:'\f707'} .whhg-circlenine:before{content:'\f708'} .whhg-circlea:before{content:'\f709'} .whhg-circleb:before{content:'\f70a'} .whhg-circlec:before{content:'\f70b'} .whhg-circled:before{content:'\f70c'} .whhg-circlee:before{content:'\f70d'} .whhg-circlef:before{content:'\f70e'} .whhg-circleg:before{content:'\f70f'} .whhg-circleh:before{content:'\f710'} .whhg-circlei:before{content:'\f711'} .whhg-circlej:before{content:'\f712'} .whhg-circlek:before{content:'\f713'} .whhg-circlel:before{content:'\f714'} .whhg-circlem:before{content:'\f715'} .whhg-circlen:before{content:'\f716'} .whhg-circleo:before{content:'\f717'} .whhg-circlep:before{content:'\f718'} .whhg-circleq:before{content:'\f719'} .whhg-circler:before{content:'\f71a'} .whhg-circles:before{content:'\f71b'} .whhg-circlet:before{content:'\f71c'} .whhg-circleu:before{content:'\f71d'} .whhg-circlev:before{content:'\f71e'} .whhg-circlew:before{content:'\f71f'} .whhg-circlex:before{content:'\f720'} .whhg-circley:before{content:'\f721'} .whhg-circlez:before{content:'\f722'} .whhg-creeper:before{content:'\f723'} .whhg-minecraft:before{content:'\f724'} .whhg-minecraftalt:before{content:'\f725'} .whhg-pixelsword:before{content:'\f726'} .whhg-pixelbroadsword:before{content:'\f727'} .whhg-pixelwand:before{content:'\f728'} .whhg-pixelpotion:before{content:'\f729'} .whhg-pixelpotionalt:before{content:'\f72a'} .whhg-pixelpickaxe:before{content:'\f72b'} .whhg-pixelbow:before{content:'\f72c'} .whhg-pixelarrow:before{content:'\f72d'} .whhg-pixelaxe:before{content:'\f72e'} .whhg-pixeldagger:before{content:'\f72f'} .whhg-pixelbastardsword:before{content:'\f730'} .whhg-pixellance:before{content:'\f731'} .whhg-pixelbattleaxe:before{content:'\f732'} .whhg-pixelshovel:before{content:'\f733'} .whhg-pixelsphere:before{content:'\f734'} .whhg-pixelelixir:before{content:'\f735'} .whhg-pixelchest:before{content:'\f736'} .whhg-pixelshield:before{content:'\f737'} .whhg-pixelheart:before{content:'\f738'} .whhg-rudder:before{content:'\f739'} .whhg-folderalt:before{content:'\f73a'} .whhg-removefolderalt:before{content:'\f73b'} .whhg-addfolderalt:before{content:'\f73c'} .whhg-deletefolderalt:before{content:'\f73d'} .whhg-openfolderalt:before{content:'\f73e'} .whhg-clipboardalt:before{content:'\f73f'} .whhg-pastealt:before{content:'\f740'} .whhg-loadingflowccw:before{content:'\f741'} .whhg-loadingflowcw:before{content:'\f742'} .whhg-code:before{content:'\f743'} .whhg-cloveralt:before{content:'\f744'} .whhg-lips:before{content:'\f745'} .whhg-kiss:before{content:'\f746'} .whhg-manualshift:before{content:'\f747'} .whhg-simcardthree:before{content:'\f748'} .whhg-parthenon:before{content:'\f749'} .whhg-addcomment:before{content:'\f74a'} .whhg-deletecomment:before{content:'\f74b'} .whhg-gender:before{content:'\f74c'} .whhg-callalt:before{content:'\f74d'} .whhg-outgoingcallalt:before{content:'\f74e'} .whhg-incomingcallalt:before{content:'\f74f'} .whhg-missedcallalt:before{content:'\f750'} .whhg-export:before{content:'\f751'} .whhg-import:before{content:'\f752'} .whhg-cherryalt:before{content:'\f753'} .whhg-panties:before{content:'\f754'} .whhg-kimai:before{content:'\f755'} .whhg-livejournal:before{content:'\f756'} .whhg-livejournalalt:before{content:'\f757'} .whhg-tagged:before{content:'\f758'} .whhg-temple:before{content:'\f759'} .whhg-mayanpyramid:before{content:'\f75a'} .whhg-egyptpyramid:before{content:'\f75b'} .whhg-tampermonkey:before{content:'\f75c'} .whhg-pushbullet:before{content:'\f75d'} .whhg-currents:before{content:'\f75e'} .whhg-communitysmall:before{content:'\f75f'} .whhg-squaregithub:before{content:'\f760'} .whhg-projectfork:before{content:'\f761'} .whhg-projectmerge:before{content:'\f762'} .whhg-projectcompare:before{content:'\f763'} .whhg-history:before{content:'\f764'} .whhg-notebook:before{content:'\f765'} .whhg-issue:before{content:'\f766'} .whhg-issueclosed:before{content:'\f767'} .whhg-issuereopened:before{content:'\f768'} .whhg-rubyalt:before{content:'\f769'} .whhg-lighton:before{content:'\f76a'} .whhg-lightoff:before{content:'\f76b'} .whhg-bellalt:before{content:'\f76c'} .whhg-versions:before{content:'\f777'} .whhg-twog:before{content:'\f76e'} .whhg-threeg:before{content:'\f76f'} .whhg-fourg:before{content:'\f770'} .whhg-gpsalt:before{content:'\f771'} .whhg-circleloaderfull:before{content:'\f772'} .whhg-circleloaderseven:before{content:'\f773'} .whhg-circleloadersix:before{content:'\f774'} .whhg-circleloaderfive:before{content:'\f775'} .whhg-circleloaderfour:before{content:'\f776'} .whhg-circleloaderthree:before{content:'\f777'} .whhg-circleloadertwo:before{content:'\f778'} .whhg-circleloaderone:before{content:'\f779'} .whhg-circleloaderempty:before{content:'\f77a'} .whhg-whatsapp:before{content:'\f77b'} .whhg-whatsappalt:before{content:'\f77c'} .whhg-viber:before{content:'\f77d'} .whhg-squareviber:before{content:'\f77e'} .whhg-teamviewer:before{content:'\f77f'} .whhg-tunein:before{content:'\f780'} .whhg-tuneinalt:before{content:'\f781'} .whhg-weightscale:before{content:'\f782'} .whhg-boxing:before{content:'\f783'} .whhg-speedalt:before{content:'\f784'} .whhg-scriptalt:before{content:'\f785'} .whhg-splitthree:before{content:'\f786'} .whhg-mergethree:before{content:'\f787'} .whhg-layersthree:before{content:'\f788'} .whhg-mutemic:before{content:'\f789'} .whhg-zerply:before{content:'\f78a'} .whhg-circlegoogleplus:before{content:'\f78b'} .whhg-circletwitter:before{content:'\f78c'} .whhg-circlefacebook:before{content:'\f78d'} .whhg-circleyahoo:before{content:'\f78e'} .whhg-circlegithub:before{content:'\f78f'} .whhg-forumsalt:before{content:'\f790'} .whhg-circlepath:before{content:'\f791'} .whhg-circlevimeo:before{content:'\f792'} .whhg-circlevine:before{content:'\f793'} .whhg-instagramtwo:before{content:'\f794'} .whhg-instagramthree:before{content:'\f795'} .whhg-flickrthree:before{content:'\f796'} .whhg-quora:before{content:'\f797'} .whhg-squarequora:before{content:'\f798'} .whhg-circlequora:before{content:'\f799'} .whhg-picasa:before{content:'\f79a'} .whhg-branch:before{content:'\f79b'} .whhg-ingress:before{content:'\f79c'} .whhg-squarezerply:before{content:'\f79d'} .whhg-circlezerply:before{content:'\f79e'} .whhg-squarevimeo:before{content:'\f79f'} .whhg-squaretwitter:before{content:'\f7a0'} .whhg-brightnessalt:before{content:'\f7a1'} .whhg-brightnessalthalf:before{content:'\f7a2'} .whhg-brightnessaltfull:before{content:'\f7a3'} .whhg-brightnessaltauto:before{content:'\f7a4'} .whhg-shirtbuttonthree:before{content:'\f7a5'} .whhg-openshare:before{content:'\f7a6'} .whhg-copyapp:before{content:'\f7a7'} .whhg-bowl:before{content:'\f7a8'} .whhg-cloudalt:before{content:'\f7a9'} .whhg-cloudaltdownload:before{content:'\f7aa'} .whhg-cloudaltupload:before{content:'\f7ab'} .whhg-cloudaltsync:before{content:'\f7ac'} .whhg-cloudaltprivate:before{content:'\f7ad'} .whhg-flipboard:before{content:'\f7ae'} .whhg-octoloaderempty:before{content:'\f7af'} .whhg-octoloaderone:before{content:'\f7b0'} .whhg-octoloadertwo:before{content:'\f7b1'} .whhg-octoloaderthree:before{content:'\f7b2'} .whhg-octoloaderfour:before{content:'\f7b3'} .whhg-octoloaderfive:before{content:'\f7b4'} .whhg-octoloadersix:before{content:'\f7b5'} .whhg-octoloaderseven:before{content:'\f7b6'} .whhg-octoloaderfull:before{content:'\f7b7'} .whhg-selectionsymbol:before{content:'\f7b8'} .whhg-infinityalt:before{content:'\f7b9'} .whhg-pullrequest:before{content:'\f7ba'} .whhg-projectforkdelete:before{content:'\f7bb'} .whhg-projectforkprivate:before{content:'\f7bc'} .whhg-commit:before{content:'\f7bd'} .whhg-htmlfile:before{content:'\f7be'} .whhg-pushalt:before{content:'\f7bf'} .whhg-pullalt:before{content:'\f7c0'} .whhg-photonineframes:before{content:'\f7c1'} .whhg-wetfloor:before{content:'\f7c2'} .whhg-instagramfour:before{content:'\f7c3'} .whhg-circleinstagram:before{content:'\f7c4'} .whhg-videocamerathree:before{content:'\f7c5'} .whhg-subtitles:before{content:'\f7c6'} .whhg-subtitlesoff:before{content:'\f7c7'} .whhg-compress:before{content:'\f7c8'} .whhg-baby:before{content:'\f7c9'} .whhg-ducky:before{content:'\f7ca'} .whhg-handswipe:before{content:'\f7cb'} .whhg-swipeup:before{content:'\f7cc'} .whhg-swipedown:before{content:'\f7cd'} .whhg-twofingerswipedown:before{content:'\f7ce'} .whhg-twofingerswipeup:before{content:'\f7cf'} .whhg-doubletap:before{content:'\f7d0'} .whhg-dribbblealt:before{content:'\f7d1'} .whhg-circlecallmissed:before{content:'\f7d2'} .whhg-circlecallincoming:before{content:'\f7d3'} .whhg-circlecalloutgoing:before{content:'\f7d4'} .whhg-circledownload:before{content:'\f7d5'} .whhg-circleupload:before{content:'\f7d6'} .whhg-minismile:before{content:'\f7d7'} .whhg-minisad:before{content:'\f7d8'} .whhg-minilaugh:before{content:'\f7d9'} .whhg-minigrin:before{content:'\f7da'} .whhg-miniangry:before{content:'\f7db'} .whhg-minitongue:before{content:'\f7dc'} .whhg-minitonguealt:before{content:'\f7dd'} .whhg-miniwink:before{content:'\f7de'} .whhg-minitonguewink:before{content:'\f7df'} .whhg-miniconfused:before{content:'\f7e0'} .whhg-soundright:before{content:'\f7e1'} .whhg-soundleft:before{content:'\f7e2'} .whhg-savetodrive:before{content:'\f7e3'} .whhg-layerorderup:before{content:'\f7e4'} .whhg-layerorderdown:before{content:'\f7e5'} .whhg-layerorder:before{content:'\f7e6'} .whhg-circledribbble:before{content:'\f7e7'} .whhg-squaredribbble:before{content:'\f7e8'} .whhg-handexpand:before{content:'\f7e9'} .whhg-handpinch:before{content:'\f7ea'} .whhg-fontserif:before{content:'\f7eb'} .whhg-fontsansserif:before{content:'\f7ec'} .whhg-fontrounded:before{content:'\f7ed'} .whhg-fonthandwriting:before{content:'\f7ee'} .whhg-fonttypewriter:before{content:'\f7ef'} .whhg-fontcomic:before{content:'\f7f0'} .whhg-fontcaligraphy:before{content:'\f7f1'} .whhg-fontgothic:before{content:'\f7f2'} .whhg-fontstencil:before{content:'\f7f3'} ================================================ FILE: icon-packs/ikonli-win10-pack/ikonli-win10-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-win10-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.win10 { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.win10; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.win10.Win10IkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.win10.Win10IkonProvider; } ================================================ FILE: icon-packs/ikonli-win10-pack/src/main/java/org/kordamp/ikonli/win10/Win10.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.win10; import org.kordamp.ikonli.Ikon; /** * @author Andres Almiray */ public enum Win10 implements Ikon { ADD_SHOPPING_CART("win10-add-shopping-cart", '\uf100'), ADD_USER("win10-add-user", '\uf101'), ADVENTURES("win10-adventures", '\uf102'), ADVERTISING("win10-advertising", '\uf103'), AIRPORT("win10-airport", '\uf104'), ALIGN_CENTER("win10-align-center", '\uf105'), ALIGN_JUSTIFY("win10-align-justify", '\uf106'), ALIGN_LEFT("win10-align-left", '\uf107'), ALIGN_RIGHT("win10-align-right", '\uf108'), ALPHABETICAL_SORTING("win10-alphabetical-sorting", '\uf109'), ALPHABETICAL_SORTING_2("win10-alphabetical-sorting-2", '\uf10a'), AMEX("win10-amex", '\uf10b'), ANGLE_DOWN("win10-angle-down", '\uf10c'), ANGLE_LEFT("win10-angle-left", '\uf10d'), ANGLE_RIGHT("win10-angle-right", '\uf10e'), ANGLE_UP("win10-angle-up", '\uf10f'), ARCHIVE("win10-archive", '\uf110'), AREA_CHART("win10-area-chart", '\uf111'), ARROWS_LONG_DOWN("win10-arrows-long-down", '\uf112'), ARROWS_LONG_LEFT("win10-arrows-long-left", '\uf113'), ARROWS_LONG_RIGHT("win10-arrows-long-right", '\uf114'), ARROWS_LONG_UP("win10-arrows-long-up", '\uf115'), ASTERISK("win10-asterisk", '\uf116'), AUDIO_FILE("win10-audio-file", '\uf117'), BABYS_ROOM("win10-babys-room", '\uf118'), BANKNOTES("win10-banknotes", '\uf11a'), BANK_CARD("win10-bank-card", '\uf119'), BARCODE("win10-barcode", '\uf11c'), BAR_CHART("win10-bar-chart", '\uf11b'), BED("win10-bed", '\uf11d'), BINOCULARS("win10-binoculars", '\uf11e'), BITCOIN("win10-bitcoin", '\uf11f'), BOLD("win10-bold", '\uf120'), BOOKMARK("win10-bookmark", '\uf121'), BOX("win10-box", '\uf122'), BRIEFCASE("win10-briefcase", '\uf123'), BRITISH_POUND("win10-british-pound", '\uf124'), BRUSH("win10-brush", '\uf125'), BUY("win10-buy", '\uf126'), CALCULATOR("win10-calculator", '\uf127'), CAMERA("win10-camera", '\uf128'), CANCEL("win10-cancel", '\uf129'), CANCEL_2("win10-cancel-2", '\uf12a'), CAT_FOOTPRINT("win10-cat-footprint", '\uf12b'), CHECKED("win10-checked", '\uf12c'), CHECKED_2("win10-checked-2", '\uf12d'), CHECKMARK("win10-checkmark", '\uf12e'), CHEVRON_DOWN("win10-chevron-down", '\uf12f'), CHEVRON_DOWN_ROUND("win10-chevron-down-round", '\uf130'), CHEVRON_LEFT("win10-chevron-left", '\uf131'), CHEVRON_LEFT_ROUND("win10-chevron-left-round", '\uf132'), CHEVRON_RIGHT("win10-chevron-right", '\uf133'), CHEVRON_RIGHT_ROUND("win10-chevron-right-round", '\uf134'), CHEVRON_UP("win10-chevron-up", '\uf135'), CHEVRON_UP_ROUND("win10-chevron-up-round", '\uf136'), CIRCLE("win10-circle", '\uf137'), CIRCLE_NOTCH("win10-circle-notch", '\uf138'), CIRCLE_THIN("win10-circle-thin", '\uf139'), CLIPBOARD("win10-clipboard", '\uf13a'), CODE_FILE("win10-code-file", '\uf13b'), COLOR_DROPPER("win10-color-dropper", '\uf13c'), COLUMNS("win10-columns", '\uf13d'), COMMENTS("win10-comments", '\uf13e'), COMPRESS("win10-compress", '\uf13f'), CONTROLLER("win10-controller", '\uf140'), COPY("win10-copy", '\uf141'), COPYRIGHT("win10-copyright", '\uf142'), CREATE_NEW("win10-create-new", '\uf143'), CROP("win10-crop", '\uf144'), CUT("win10-cut", '\uf145'), DATABASE("win10-database", '\uf146'), DINING_ROOM("win10-dining-room", '\uf147'), DIPLOMA_1("win10-diploma-1", '\uf148'), DOCTOR("win10-doctor", '\uf149'), DOCUMENT("win10-document", '\uf14a'), DOUBLE_LEFT("win10-double-left", '\uf14b'), DOUBLE_RIGHT("win10-double-right", '\uf14c'), DOUBLE_UP("win10-double-up", '\uf14d'), DOWNLOAD("win10-download", '\uf151'), DOWNLOAD_2("win10-download-2", '\uf152'), DOWN_ARROW("win10-down-arrow", '\uf14e'), DOWN_ROUND("win10-down-round", '\uf14f'), DOWN_SQUARED("win10-down-squared", '\uf150'), ELECTRICAL("win10-electrical", '\uf153'), ELECTRICITY("win10-electricity", '\uf154'), ERASER("win10-eraser", '\uf155'), EURO("win10-euro", '\uf156'), EXCLAMATION_MARK("win10-exclamation-mark", '\uf157'), EXPORT("win10-export", '\uf158'), FANTASY("win10-fantasy", '\uf159'), FAX("win10-fax", '\uf15a'), FEMALE("win10-female", '\uf15b'), FILE("win10-file", '\uf15c'), FILM("win10-film", '\uf15d'), FILTER("win10-filter", '\uf15e'), FINISH_FLAG("win10-finish-flag", '\uf15f'), FIRE_EXTINGUISHER("win10-fire-extinguisher", '\uf160'), FOLDER("win10-folder", '\uf161'), FOOTBALL2("win10-football2", '\uf162'), GENDER("win10-gender", '\uf163'), GENDERQUEER("win10-genderqueer", '\uf165'), GENDER_NEUTRAL_USER("win10-gender-neutral-user", '\uf164'), GENERIC_SORTING("win10-generic-sorting", '\uf166'), GENERIC_SORTING_2("win10-generic-sorting-2", '\uf167'), GENERIC_TEXT("win10-generic-text", '\uf168'), GIFT("win10-gift", '\uf169'), GOOGLE_WALLET("win10-google-wallet", '\uf16a'), GPS_DEVICE("win10-gps-device", '\uf16b'), GRID("win10-grid", '\uf16c'), GRID_2("win10-grid-2", '\uf16d'), GRID_3("win10-grid-3", '\uf16e'), GROUP("win10-group", '\uf16f'), HDD("win10-hdd", '\uf170'), HEADER("win10-header", '\uf171'), HOME("win10-home", '\uf172'), HOSPITAL_2("win10-hospital-2", '\uf173'), IDEA("win10-idea", '\uf174'), IMAGE_FILE("win10-image-file", '\uf175'), IMPORT("win10-import", '\uf176'), INDENT("win10-indent", '\uf177'), INFO("win10-info", '\uf178'), INSERT_TABLE("win10-insert-table", '\uf179'), IPAD("win10-ipad", '\uf17a'), IPHONE("win10-iphone", '\uf17b'), ITALIC("win10-italic", '\uf17c'), JAPANESE_YEN("win10-japanese-yen", '\uf17d'), KEY("win10-key", '\uf17e'), KEYBOARD("win10-keyboard", '\uf17f'), LAST_QUARTER("win10-last-quarter", '\uf180'), LEFT_ARROW("win10-left-arrow", '\uf181'), LEFT_ROUND("win10-left-round", '\uf182'), LEFT_SQUARED("win10-left-squared", '\uf183'), LEVEL_DOWN("win10-level-down", '\uf184'), LEVEL_UP("win10-level-up", '\uf185'), LIBRARY("win10-library", '\uf186'), LIST("win10-list", '\uf187'), LOCK("win10-lock", '\uf188'), LOCK_2("win10-lock-2", '\uf189'), MALE("win10-male", '\uf18a'), MASTERCARD("win10-mastercard", '\uf18b'), MINUS("win10-minus", '\uf18c'), MONITOR("win10-monitor", '\uf18d'), MOON("win10-moon", '\uf18e'), MUSIC("win10-music", '\uf18f'), NEWS("win10-news", '\uf190'), NOTEBOOK("win10-notebook", '\uf191'), NUMBERED_LIST("win10-numbered-list", '\uf192'), NUMERICAL_SORTING_12("win10-numerical-sorting-12", '\uf193'), NUMERICAL_SORTING_21("win10-numerical-sorting-21", '\uf194'), OLD_TIME_CAMERA("win10-old-time-camera", '\uf195'), OPENED_FOLDER("win10-opened-folder", '\uf196'), ORGANIZATION("win10-organization", '\uf197'), OUTDENT("win10-outdent", '\uf198'), PARAGRAPH("win10-paragraph", '\uf199'), PARALLEL_TASKS("win10-parallel-tasks", '\uf19a'), PASTE("win10-paste", '\uf19b'), PAYPAL("win10-paypal", '\uf19c'), PDF("win10-pdf", '\uf19d'), PENCIL("win10-pencil", '\uf19e'), PHONE("win10-phone", '\uf19f'), PICTURE("win10-picture", '\uf1a0'), PIE_CHART("win10-pie-chart", '\uf1a1'), PIN_3("win10-pin-3", '\uf1a2'), PLUS("win10-plus", '\uf1a3'), POWERPOINT("win10-powerpoint", '\uf1a4'), PRICE_TAG("win10-price-tag", '\uf1a5'), PUZZLE("win10-puzzle", '\uf1a6'), QR_CODE("win10-qr-code", '\uf1a7'), QUESTION_MARK("win10-question-mark", '\uf1a8'), RECYCLING("win10-recycling", '\uf1a9'), REFRESH("win10-refresh", '\uf1aa'), REMOVE_USER("win10-remove-user", '\uf1ab'), RESIZE_DIAGONAL("win10-resize-diagonal", '\uf1ac'), RESIZE_FOUR_DIRECTIONS("win10-resize-four-directions", '\uf1ad'), RESIZE_HORIZONTAL("win10-resize-horizontal", '\uf1ae'), RESIZE_VERTICAL("win10-resize-vertical", '\uf1af'), RIGHT_ARROW("win10-right-arrow", '\uf1b0'), RIGHT_ROUND("win10-right-round", '\uf1b1'), RIGHT_SQUARED("win10-right-squared", '\uf1b2'), ROTATE_LEFT("win10-rotate-left", '\uf1b3'), ROTATE_RIGHT("win10-rotate-right", '\uf1b4'), ROUBLE("win10-rouble", '\uf1b5'), ROUNDED_RECTANGLE("win10-rounded-rectangle", '\uf1b6'), ROUNDED_RECTANGLE_FILLED("win10-rounded-rectangle-filled", '\uf1b7'), RUPEE("win10-rupee", '\uf1b8'), SEARCH("win10-search", '\uf1b9'), SENSOR("win10-sensor", '\uf1ba'), SERVICES("win10-services", '\uf1bb'), SETTINGS("win10-settings", '\uf1bc'), SHARE("win10-share", '\uf1bd'), SHEKEL("win10-shekel", '\uf1be'), SHOPPING_CART("win10-shopping-cart", '\uf1bf'), SHUTDOWN("win10-shutdown", '\uf1c0'), SORT("win10-sort", '\uf1c1'), SORT_DOWN("win10-sort-down", '\uf1c2'), SORT_LEFT("win10-sort-left", '\uf1c3'), SORT_RIGHT("win10-sort-right", '\uf1c4'), SORT_UP("win10-sort-up", '\uf1c5'), SPY("win10-spy", '\uf1c6'), STRIKETHROUGH("win10-strikethrough", '\uf1c7'), STRIPE("win10-stripe", '\uf1c8'), STUDENT("win10-student", '\uf1c9'), SUBSCRIPT("win10-subscript", '\uf1ca'), SUPERSCRIPT("win10-superscript", '\uf1cb'), SUPPORT("win10-support", '\uf1cc'), TAGS("win10-tags", '\uf1cd'), TASKS("win10-tasks", '\uf1ce'), TEXT_HEIGHT("win10-text-height", '\uf1cf'), TEXT_WIDTH("win10-text-width", '\uf1d0'), TICKET("win10-ticket", '\uf1d1'), TIMELINE("win10-timeline", '\uf1d2'), TODO_LIST("win10-todo-list", '\uf1d3'), TRANSLATION("win10-translation", '\uf1d4'), TRASH("win10-trash", '\uf1d5'), TROPHY("win10-trophy", '\uf1d6'), TURKISH_LIRA("win10-turkish-lira", '\uf1d7'), UMBRELLA("win10-umbrella", '\uf1d8'), UNDERLINE("win10-underline", '\uf1d9'), UNDO("win10-undo", '\uf1da'), UNLOCK_2("win10-unlock-2", '\uf1db'), UPLOAD("win10-upload", '\uf1df'), UPLOAD_2("win10-upload-2", '\uf1e0'), UP_ARROW("win10-up-arrow", '\uf1dc'), UP_ROUND("win10-up-round", '\uf1dd'), UP_SQUARED("win10-up-squared", '\uf1de'), USER_FEMALE("win10-user-female", '\uf1e2'), USER_MALE("win10-user-male", '\uf1e3'), US_DOLLAR("win10-us-dollar", '\uf1e1'), VIDEO_CALL("win10-video-call", '\uf1e4'), VIDEO_FILE("win10-video-file", '\uf1e5'), VISA("win10-visa", '\uf1e6'), WON("win10-won", '\uf1e7'), WORD("win10-word", '\uf1e8'), XLS("win10-xls", '\uf1e9'); public static Win10 findByDescription(String description) { for (Win10 font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Win10(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-win10-pack/src/main/java/org/kordamp/ikonli/win10/Win10IkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.win10; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Andres Almiray */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class Win10IkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/win10/1.0.1/fonts/icons8-win10.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("win10-"); } @Override public Ikon resolve(String description) { return Win10.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "icons8-win10"; } } ================================================ FILE: icon-packs/ikonli-win10-pack/src/main/java/org/kordamp/ikonli/win10/Win10IkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.win10; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class Win10IkonProvider implements IkonProvider { @Override public Class getIkon() { return Win10.class; } } ================================================ FILE: icon-packs/ikonli-win10-pack/src/main/resources/META-INF/resources/win10/1.0.1/css/icons8-win10.css ================================================ /* Icon Font: icons8-win10 */ @font-face { font-family: "icons8-win10"; src: url("../fonts/icons8-win10.eot"); src: url("../fonts/icons8-win10.eot?#iefix") format("embedded-opentype"), url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAE6YAA0AAAAAijgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAABOfAAAABoAAAAcdUR0EU9TLzIAAAGcAAAASgAAAGBA1V3uY21hcAAAAugAAABCAAABQgAP9ZRjdnQgAAADLAAAAAQAAAAEABEBRGdhc3AAAE50AAAACAAAAAj//wADZ2x5ZgAABQwAAEUQAAB31BfPDatoZWFkAAABMAAAAC4AAAA2BM7jgmhoZWEAAAFgAAAAHAAAACQDzwHFaG10eAAAAegAAAEAAAAB4iW6HnNsb2NhAAADMAAAAdwAAAHc9xcTzG1heHAAAAF8AAAAIAAAACABQQDpbmFtZQAAShwAAAEZAAACNCNVSPNwb3N0AABLOAAAAzsAAAlMpfPuYnjaY2BkYGAAYomC3KB4fpuvDNxMDCBw8frFyQj6/wEmBsb5QC4HA1gaADQ3C3kAAHjaY2BkYGCc//8Agx4TAwgASUYGVMACAEyVApgAAQAAAO0AuAASAAAAAAACAAAAAQABAAAAQAAuAAAAAHjaY2BhYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjLAgQCCyRCQ5prC0PCR4eNLxgP/DzDoMc5ncAAKMyIpUWBgBAAhJQxYAAB42kWQPUoEQRCFPxc8gOGCwQQjIhg0IuiiYo9MICjShhotopnBgBqZdGpm4AEEL2HoETySr1836xTvdU/9vK6qGWygb1YRiEJnrpZkHbu88C1OinwwmK/918mCGbI8k2sze66tGtHomet8EJ6FuX3Fygs7zu3ZbLlFNzFy4ugFrxzzaMVJ74x8csqSX2GraVSdSZ7Avv+LZevduTKCz94TJWcG3zNfPOmOcoY2c3Ifqc0YjNB2U6PJ2ktrXQpHbK+yEgtz5oCr1t+a5o6rrUzmrF4Dh5wrMmnGyI0q3/gRL+TpWOdMFryhyK3fH4V7VxflQfjfzbtU6nyt0z9gKT40eNpjYGBgZoBgGQZGBhCwAfIYwXwWBgUgzQKEQP7Hl///A0mG///5maEqGRjZGGBMBkYmIMHEgAoYGYY9AAA6UgeVAAAAEQFEAAAAKgAqACoAfgDQARYBUgGkAcwB8gIYAkACiALQAzQDSANcA3ADhAPCBAYEHgQ2BE4EaASGBLYFJgVUBaoF1gYEBmwHAAc+B44HrAfiCBQITAiiCPIJRAmICboJ4griCxYLOgtQC3wLqAvUC/4MKgxUDIAMqgzIDPANDg06DXoN5g4CDjQOVA7YDvoPOA92D5wP8hAUEGIRGhF6EaoRzBHuEhASKBJWEnoSmBL+EzwTXBOgE9oT+BQiFJwU+hUsFUwVnBXAFgYWXhaCFwIXeBemGAIYOhhyGIoY4Bm4GdoaKBpMGnwazhr8GzAbWBt8G/AcNBxcHIgcsBzuHSodZh2eHcAeCh56HpQerB7aHvwfGB80H3Yfrh/UIBYgQCCyINYg8iH0IjoilCLEIyYjdiPIJBokTiS4JOIlCCVGJXwl9iaiJvQnZCecJ9AoHChIKHgooij0KYYp5CouKmYqvirYKwQrKCtMK2Qrkiu0LCIskiy4LOgtBC0wLVYtrC5MLrYvJC9OL5ovxi/uMAYwHjA2ME4xUjFsMkwyoDMEM2ozzDQINDQ0VDRyNKo1CjVINaQ17DaUNsI3LjdQN3A3tDfON/w4Hjg+OKY4+jl2OhY6ODpoOvI7QjuEO+p42qW9DXQj13UmWLf+UVUoFIAqVBF/LAAEQLLZJEgQBLub3URTrZZaarUgqVvplm0ZlvVjOZIC2R1ZkhUZceR2W45tRvZYkq04PCeKLWXsDKPdTCRbiZmfmShZnw29yWSSbGYP5yS7s8kkJ53ZmXWSyaL33lcFEOxuycoZkKgqFF69eu/Ve/d+9xccz8U5jnsRznACp3Czvwzc3Mprisj9zcIvy9Kfrbwm8HjI/bJApyU6/Zoiwz+tvAZ0vh6vx6v1eCl+8WP33w9n+v8yDnWsTeZqnAVvQptLcXmuwi1wS9xBjkvWF1LjUG/WFRP2QbEyB6ViZXFJXEjZMh5Uwn2z7tSdklNqlBp1uWgvLOG7NaHHham3KsUpIa6/pcf56QklEoHkZDY7mT3Pth2/VqN/31/3fWhH9VfWX9CjuIuYkZ0sK8L+/4mV2sZynMi1Lm/xHPRYK2epjYmFlGMrKXepHrSmsdislIqyU1pcauKHpaJspxaWFlPhvjrS1tfeu7ZgRopTjZtv/vDN2azfuNlfmln4mbW5ubW5x9vLy+3lbtBE6K3NrhRkycNyNzf2l6ybG/O3Jgsrs8U5Kvwzy1TYY83ksI21y5dgG9bx6RRZK6mNwUCZoODd8+A26s4RaGIbZqGKjakV3Rg0B238xW8++eQ3n/z11bNyLCbfteqv3hUe8OdXLq7UbNO0TVh/kkqd2/M9O7jl4spFKmHaHM4Qn9NgBx7DOZPmShwH8TlwTKjOQvMwVPH+ZaUh7QPnEEhlR065qaVmA3bs76vz6XRaHT98GH7M6L/MF0sA7+3/75JpRsdEeKz/L6QWZMZUZX4MQOt1K/CjrQ83efxOjJqA84nH5/TXsIVjkOWarP85GAcH7822MWisQiPY4pPJ4QlnFRzcNuvj0JiDRrD968nsBS3x9JSSvOWWpDL1dEK70PK1C08nlKnDgnB4Skk8fUGD9az92Ip4kjdzWemYaFni9WImb/InxZXHbNF6VlyxTf4OMasbYBgZ6Q7etFfEZzlOwjlfw+fUZutI52JcEmd8wSm4+FZG9jXY6Hda4Pd3WnuPoO0PXtw71HflH6vvqvf/SF3YoD37d1fXNfvZo0p6e4/21idybU7FZ9vlbG4cZ/gs0Ylx9mRLjWpJwS0+1voq1ONNnNVz0HSrSh3nfQzq7LvST6UFPwa+vCj7+OTz/9GfTh0zjGOp6W0ze6onnjlHb+hqd8KUkDQTCTMpTMGdWv/fTaWu1/XrU1N/V+lU5NM+vve0R0fqNc3tp/bs3qw80oyrm9l0lXp7eEtr2JL/MNpE3zKz0A3v6O8240evaGGtwjFa6nM+rrkOjnSGm0MadZg7TiNOi8CWS4Vi5TAsLrk47e16YQGPS1IdCYLbpBYrJaQH2LxSk04obqmKZ5R6k1GterPaho6dzdr9DdpaFnQsq/8b3vh4KpVLeAmvIldk+49vTKS8QiGVSh3/pp56bXJy2k5AJ2vv0DW48a0dC/9Pnz69snK21Vpbs+2z6fTMTDZ7PJ+NJeJpj/oB3Aw3BX8INs4aLukGg3jszTe9twzjLbB/7de8tzTtLSr345wIN8JTVA5cxVVwrKHmvvwL3qamwVPeyy97m4aB5V7Hcp8NyiXH8clXm9VtLLLp/cIvwFNYZBOLBvd9CO/7I6y+cVCqSrUJnPGWR/fGefCW+ybeG8e5jXR2HWmMEM7qElelcY4XkvFCnGh8MGjsnRecgDssIZm1F9rQ6m/5wHWDaa0YqoS8JmHiMazjjO/1N2hofd/yrRIfMUyVxi42JuVoCeAdW9i2LfgEp+EzrhBdLcTHYRWb21QcGih6Oy47sfu5AFv9XvLEeyT5rpvkJVm56y5JOXzknKL8yLElRT17l6IehBZ8ov+TYIuxFRFiB/fDlASxwwIYR8cOiXxuaXpaFnIrouB+KHhGX+IAHkJ+qNGsH870S/4xr2MYHe8Y9uS7x1J07F5P5Y9yp7HdM6y8y1Y/Pa5vudfD0f53r3exIMx4x4LLqXwLy383KA/BMys0ClW4I6ix/104ej3MBLfyj7H2cNieT+AT4YiKK1XEGsHz6wTVwtMwvNLtsD7chtjjW7h+TY4ru+xxV2mxKk0XMh+snD1b/uCXzOe0mroe3byQ/uxn0xcq0/Wf//n6Prb2h3NAwdWf3n3+Ct2cPfNFhAauPfLQe3ZLnSFoYavq6PM+KVq+8ZBNqEMInrMYPud1pHNHcBWfwvoX3NpifanuFJU87yL2kBEcFSvIUXFqIU+vlJCNxxAoIS8/BG4eFpaQFCJXr+yDakUOkcBSuN9adCA6porj9aJcdGLa2fNntZjjxCI3143xR++5UeIthE2KxUs3Dj+YvPwmwwBPh0igzCd9US03fH3cSkkHTp48IKX8lFS/SU7U1momwimzthYezK8yaBACBH6EVo2/E43Ch95YLF1NfPrr0LWuoi0buG6Q7wR1n8ejCDfFzXMHiD4QQVPwGTVp6ErFqkPADRFcgdYmPqgGniQQNxypEBTBd42C9Cu/nsAl1LoV3LggSULcBSjuHr/GkNu9DDbC+WPj49Zlbod9c89uoeDQYsAtxvBliH855JG9ER7p4hlEyklEzBLtnXrDRVqClLgB7V7Pb/V7tK3RBudPDzr9LWi1kAVzOzutrY1eL+AFNRyD9t56k1TfNd5IfVqdTg+3rVYHtwSLsT7/6jfj6z6uG3p2SaSYSzhTTw2eIP6XGgUkgIvNBj1FOQd1PDgECy5tUuxjpSSFX1RK9eFReK7gsE8daNlZC9vQtrK2EvGzdithmgk86UeUy5wS6USUFtv2LykRmhARhWbDQzEHMf26E3uIlexYdtYwcMp0lEgbZ3Mwp3HbiihIgbtKhPWHAUekA1Xk6O/nHuB+lFZbyq0fwfWD0NR16m4waSpVuVg1gU2UVaBll6JmK7juaDa5SwsuXeNWF+cbszwCycUKfY/joRRlJQvzssPmVMUPJxdJLZupAjLPQsotiQsJmIiszU6tyrFKTF6dml3TS/G6WCojh5g0DXestBw1F83ocmnMNSTLMcxENtHpeFVNoXkFPpuIKLFAN+M4mbwb3Qf3O+7s2tKkaU4urc2m3ffPRt28j4PJi5WCXkX+PV41ioimEzrwJkEKyzKfTtsA8Vhhjs1W/AefeE8vpHk5rhyinTrKE8EyygOO0D7COEzIidcVhxGf0mC/hZNMnVjMO2OLEx5NuJZ/0S0U3Isv0BbWa7Xa4sRk2pgam1jE4xq0/G5htrBOG+K5OOdwzXNRzsH7T+O6WcJ1gvdZWMJRrtJGaTBRrDTYC4GExtoVx4e4sMgas1gCbn2zOJvznNnnukQ+uuu09eeOqpNH57Y7bctqd5HK4PSbLaanVC9XnO11cMmyDfhH5+xUcXHuKHRwrfQYNuW5LraG2idjC4kXEOdNxokPx7vgpx97LO3fr2n3Q7e/njx3LomVX7pFUW4Bi9F6i+HIYKVOMJRcIijRdAoNCd9KrX4Q5lmvUByep+l3BBl2z+pvWD4yl23wfwsAOjS9O6BoogLdzmXiojjOOzs+EuCIIioSw+Q+kxEj2M44N4ZjSVKSW8fb1ZdSRQTMeL8BDaTjv5opys/1O8/JJyfV5e9B51exLjOCXAvWMw5RHkey/PX1Dt3DvKHdxrv2sD897A/2BFe+UsFZTxQMl5JCE6bQwJVVrZAUyHDREmSStlE+at5zVuRj2U/4l7llV40I0tK01qyq0FVz5kw1VvVNcXWu1va9xphp+OPu5IoEjFcu4H1+A2loFuflFNdgd03ZhIdkxcERay41F48IzaVVHmlSDNzmUrVCO7miyPiHLViswuccKxb7niqY9ZvyVlwXeUkWzKT2v1iOqqxnf8Y0lV/3ct7xjCpFJH1mPBLB4Y/ti8FbCsq19bF0hY8rRkSMCdpbli9/IfcFMyZ/0815YxCRiilXHY9k1Kv0HfuROzX+WfoOpfrPVHW0Wu9C09FutTZJyoruwTUDvpFBHk0Ydx9KFfURpBNyJbYP3293PIBAO1tbfm+dsZgWWzxXHOyCIr+DHzv+lS9uOIc7OIeT2LYStotJgmwOExIt4RQrzcGVmGfA0V9fl5LdfqebdJJSBxexlPwum9MfYqqXjy+Vy0tl6Mhp4njpdFre2ZHTNTa9I4HCpUxFcIR29S0xnHtDbcvEQOXjoPCihMAy0K3A2HMPPPDcA3+9suKuHPbYNlSo3PUAfaPD4DRuGd4fvYc7otEpKi6jecRR6gvNoPrt1fn/d/qB359+4MTq/KDeyX+cP3rigSO0mUQ03eJioczq4sjNcYe4G7g7kOtd4F6j2mndII/DG6QWm0vDj0VFtt3UAi2UpZFjeaT8xMixPFJmYuRYWXDzgmvnAZlqwFHxKSkh8EJ2yjcXCDUg0qR/edA5agej80g0Zvng/18txE0zTpt7gh1uDicUVVVo8+Dw6C+H5aAwPPwPw68hMjx8IWvxsiDwWlyJKUbBNfL5WCxvuAVDNZV4BGA8q0oCLyuSYiYETRRNTcnkErmMopmiqAmJmCwpMs8LMnRd+6Dt0uZUuHfdc5pe0bW9m+PDcrubyDXKpdJiRJEApIigatGkW1BVQVILbtLUFUEV+UVfUHjTkGRVAUmSVM1U8YXtww+8okqyERVEkSc+NZhPLuFuRp1LwXTF0WXQmBaKFIpzwJ05lFq48QTNWSmt04QCzdsyjDYKeOuH3AWatCdsO50r30nz75i3pWlt9xjp4bD27yFNjpDWOFkg5N1AdgZhzS34Cb//W8jjEb+eH9TY8/tbv+b/f3ByUA3ykgluDP4M3hvI+KCwVv22198xjJ53Ht6LR5rWc88zHjzGpeE/ofzOVkqSicV8jJ/jV0k70KyiEPmIceHTur6q69uGvq1rq3r1jTeqF1D2vFP79AVdP0Jn8d9YLVW//e0qnrlqDXpXr3PJCZUUe9Z4/59On2ay8J4F7sDpM15H0zrU3vsu/yV8Dp4P2kttJUl32N45bD+sGAd0/eMf1/UDhoGDsmW8+mrp44bxcfiydtCgL4yDuo7Dt1XCL540jCffgWYM6VKoK9nT3C+5QcP2tLbkBX3Atp7Htn4V22rRCCQbg4GlRroKCehu87eNLdaWYYtZS0uvwpcBT+tbethk/VCJNbX06rtoa6iv2dPW73V0vYPt3dtWpgw4fZrNgymcB/ftjivP9CDBuDLVCHDB4zcuXMCHrWnbBpsGF6pwHz3+I7p+4dMafb9dZNPgQpV7V21ltH5PWzdZo7y9s0DSOmy4w3WyheuE6ryqxl/+2qOPfu1R4J+5++5n7obeo/TxtrvpExfoSOjap1kvGf4O9EyIR5xgRVeq4F//HrzsPdc3T+B1J5rwE/qP3nDro4/eesOP6r5+7sDa3XevHTinByLQu2lLhPUqbMsHWG/YGmkz/EtjQzyZOAljxwtM/kGQQDJQqB37g4PRx/pbj82bkVqvtg6cvwXrPgn0KJuhAK+4iGcRtgQ6zQEekTmDoZEMw8f1cT7UtjUQ2CNoLYWTehXq4Yxp/5HcERnm6PhTDyJyyHrj495kBKHrpBqZHPPHYV3syP3fY3CD67hTra2v2JWKXdO0Gr3xGPs1hfOennmZm+XWSDLHYcHJjg9aDv5oYiHvYn+reGNElyHIXKwQAA3+3GEJeBayU/Z+y7Ve8CwjpimGbeCj0BxF5JFWey9YKWu/nY3pM4szhvvQC0k8L8hC0nAk3dKUqP0CrE8dwApSWEFE4XlRtnXNN7AaRY/pcZcqmLV9A6/X8+6pF+yoEonrUspICsi+RMV+IXheFmwiDghwXojp6uyvDZ3+BkIyhPA4Mq2B8M8FOn02Hh1ORbruBPIDXlsi8kcqCyK6pLcY6j9LNdh4cZ9h7HvRvyBPTMgX+jv02tggtcWMps0Awn1poiwCVwsAHs9NXP4LpPkvsXuQZpf003VHYmrqarOE9P/Lz27hZVv+l/AIXvK+5G89e+fWs1/2voRtVBCLZeEvEGOPMUvdGncTdzt3F5vR42IKnwaKHswUtSocAXpWch5l+Uaz7jp5OIIdqSgjxroBerwSTQ4+/8FdnbF0BFLidNGvKx9X635hn5iCiF567twdNj+2ryDwm7xQ2DfG23f8bgBif5eBSZdtT4wcQzuuqmLk5WJTEsvj42VRahZf1gRRN7NfSRWksZRkmrIzJhVSX8kGo8VEO9MN0OnI8YiuuBfKekyqJMncKQ2edosWX7vbA+4yrcJezcI9cCjV+SQ9XknzqtegeSg7KrOB1hEhWtM1A9FlDw18LTdr5NTxZKZcziTH1Zwxm6seOLCHIrrjY9G4jcDajkfHxhFmj7bfwlVfxmOH1h6Pc22VLHhLbqMYQ5qOwpyEBCDEF+t2Jvo1UVp2RUP8WiwpS1+Vs1/Vdbn/L//A/yJ2F/vWg8yk+TX83l2WxK+ZPshfzUhYRvKx11/0/2CEtvYYt6vHyWKKWJ4mYCGcGHim57/64huHvBX/VYi0/J0WqeN+8Kq/4h1648VX/VZrJ9TlDnSdOZRO95M2MrAd28jk61JqV1fcrBIURmwvK3aoKBqHUlUZ+Xx8scLznZdb/TdFlAsraTdxx+lEKl1pGXEhmU4m/80vtT7/WngMnUpaVgR5+e5v63q6guWtuVoMZ65p8GI0iUU+98Hbi8MPXGjTIjq+q48MKEOoh6D3QJKjCULvQAXZbnc7nR5K/8RHjnEiG7spstHh+pVJDkqtEvZD+aDENOREMEguqiwSSmtir6syMeb73RO6diZ1WtdPuDfy0aoJ2eRz3oWcriefcp+6z3EM43E7G41uRuKfTEAvdZOun06d0YLS0WzyZ9wLWcNI/IT31L2plZSuP+5kzcmo7FnPJFj/Dl/+W/gtnM817hHuCe4ZehbjfB0lEqfmjEMqJuCIU9tk1sISIZxKs74K80egOb8KqWJMnJeV4nxMkMdFh7SD9XEhtcqj8L6ANGSpsSoszfGNaqMyJ7qyUsPKEHLUsddIGxHTlSp/l49m8hBzeTlhJyEhLlgnE4ZVx/VjGYmT1mJ4WkxZ45miIeYEsRgVQATeVhWHBxlAVKAkimlDy4riBMgCz0v0rWoLChj4TfZeLQrjSlETq/8NvKqoF3BoTVjXEiKPzwDy6cw4pPMnx6azYycjkZNjmX1jp7KZzLjnWylRTKREmwdJiBZFIRPeRECpZngTEUAQ6T74pSBMgMG+uqTykrw4plXK+lhdJmmD+EXAZzpIi6tcHaXN62g9kfiHsCAVQhZcXYtHCJ2h0If01q1XUNAbpcEDB4UBzf3030nR6Ng9/NzaHH+PFotJkieZNpzy2t4pPhnRHgto4wRTbzQD0tqRk6Ub3mcpkcLcXAGRRvnEfDUS8TT/TqSkty+NxYJrukwhIoZE9Gr8QdqQq/HHLrvbAzve2GCvq4DGwKSNa+VmzoALcB55ncVGJoDm5XDfh9RLL7mv6Dp47s/+LDs47730kveKYbwS7rGOj2Mdv4J1MNw2sHA2w/1zeNEr7ksvfZrtf/Zn4fzIxbQP2rHCTcNvw48HdQysn+P8wAj6uvfNb3qvG+Eeflx/3f3Wt9zX7wv3gU3wIQ7gS9ewCT7kXTSMi95DZBN82LuoaRe9h6/kLelr8Ja6M6hjDzvZ8lvuewzjrlRrDwupvtzy7sLTXutKfGON6KwGsloAcsD/i4GUNsQ6790V0Uivy54/9cnc0ysyYV7yT3tdw+h6p5nPAlH/M15X07remQd8vDPHWcyu4CEKISMo8kpSfTiBoasR2O2O8MxOghw0xjPgXi8QdGfGg32IUgRldxiAm1yNTa/wxeXJ/tbkcnVc8VNiselPLlvxtMjrqXw5A61MOS3PFSxRint5XAReyzBa3gR090/wK9P5qcnl5Ul/QXUyor+Y95cnLcfSeaHkEXf2k5JamDNiYwmt/WDZa+l6yysPafrvwKdxHZcCa3uo2pKLu3S8Su2UbSSjC4hzO27rQCu1WvaM282pWP4x7/G8ad5ueBNjt0vSbZIl3Q4XUq0Dq6nWBBUx84+7H8vHpqhI2bkdv79Nkm5n82oDNx9mOIALhc0AETbJ4D/rfuB8wvzUiZ7/2EfjJnKE+4/rsWf83onHjkdigc189fJl+A34BK7ePDdNzwFbiLh9ntreoIY3SPPtKITZSVLELvApouYw68Q6JsS+HZvGvflmLJ+Qbv/4bbLU+ak7JAneL1ny7fC02cGvv22aHYhNm98GsyDCbU+2FUvqfAi7IWMxCW6jfnRC3jq5q3kh0pEFhzlnIQNxmZGJFONEFOtHePCPzo5NLEwfM55dX3/WODa9MDE2e3T5zmi5AFAoR2aOQm/Jnl6d92Vb9udXp+2l24/4pmj6U0crxO+28V61Pfy8HmdaWyHU3m6TFaNFG+hdJv3sZY40r/TMqb2/iteSfwuhx2pjoMUJaAu2sNqBFsOKBKzk63XteGrqq1+dAman3GqhDGEFji3+dMAPypf/T/hjeJ75Z61wN3KnGbWpO1SjUwo9FkLFQiPU5jIWSuoR4qQN+q6BqKiJz2uUSbgjx3DKyC7ndSO3nDV07zu6Pq3r3/F0PXMwo9vipJgyD+vGpGEcjrrShOykxLKchr9P/GDGtyz8D9XO8LyepwoyB7K67n3b0Kc1A2uhWouOPCGlzCO6PmXoh6OOVBUdOtWEv0/+/VcsVk1I5XWudXmH6VwDianArBSB5v8AdzSwo8ULjBceJouWQ143iLXqyFsKzJzmvp2GnaHCw7C11brMIeMifTk+RGw5wnnrKuX6NvHBbvsyZzE7Ovh+rd2u7ez4W1vs++GrFRhKBzqBN+EpZq9ABD5Y9ntR68BUvrK46C42vMWaf/rx06dXFibnGuW7jx69+yg8BXR+0WvMTS6snMZv/drivUfpO6LVe3jsldx1D0e9kpXinNKGWF24ylbRHEq2jdBYyTQQAx+d0fG8cs9s6zgWZLdkm51r/Q8M8Ba+oEXb2pUGi0A3ssnW0cAHDud6jG8QSa83FaeJoLojPiW30k+JE+dr51/CaiviSx+RaslvvyTK6+ubXe8ss4EG9UgjM4j1zyEvAYY/hv2kVdAIjbGD3uL5+XBP7A87Vbv2iygBduvK08MT2IJuSMvG2Vg3EdkRTVtlvpYBumMq/UboEnsIQlt5vbGIcpRLShH2IUB6JeDGo7cnEqc0LbuV1TScoP5cIYkSrxnxO63Ws5pq92xVO0gyVt4U7heikhLJZba3M7mIMpm1C3Nmwo8otZqi6aJeVyLJ6OZmNBlR2qHfVAfn2BabY1EuMXgGNMnI37OO87rRwWeQZfMsK+L6hfWvy5k/oYn2Rka+8IRlPYH1REYwSxT7vYw07Ch3A6K49l7bTLOiNGTGqkhAIIbI15eYSrdCeuhxAeXYUCFZKWNJHDjFJRFzqVmqp9xQ37ltWNlsrD2ZSYmRg0LqDiHlTCdT4umUcDAipDLVAxq+TkTErPComBW1G7+u56T+d6JS9rkl+5g9YWScfwJ7bKjT5W0bIUbcP6bL0zMl/ZgkHtdL+6YV/dh4fFqR09hk44yun9GVJblk510YyzkKVFqtzxajjhMtEj1YvPxfWf8rbDYylQzJsrJCpiHm72AjuieVF4L4gD6UFJwQzOdGGXpZNQOLDxYOXSJwHpAluNP1l1IFhed5DcG9a6fFCC9mncLabDm/dOCe8Cjjp3zfo//0lYVhvXtgKV+eLciC4ZkJm3wYXFuIaSCoTuG9a6mle4N9OqgAa8pQcYW/ojj2deBz4IRW8sDNoUSdvNLN+zffu7Yws+Tf/OERV27okvd28tb5xs17/bYDP+W/REzyk9wiziAOGkOqaoIyhHuNWR5HiY0YwzslRn2XiOQiUhgQ3V9MzZe9iUY0nksMsF4iF486WS8373cPzOPeSc7bDSwUuij1wF2Y8MoN20sWXPGmAc67WXALybGkk/Oy8we6/jzunWi0UXbL7x/4KylIa9UQV5u4jsjzLc8VGQ8b9Xgtj0hEg3dra2vE0bV/aWOj1+vg2iZvFX/Eu/U/j9h6/4fuhxWP3q9FLk69jQ1sxtvej+d6HBJflFeVQIpJMp/YpFK/5Hf94lNFv1e/n0hnpwOJ5wjPBLyni+2a4Ga5Je4I89Sz3aVG6F9GrSk0Ql8Ht2gfglm+WqkXycJZX1hUQnIthfstH+XtrG9nhTvIu+MOgRzeyoCvxKOxBO3L1qV1f72/zRS0VZBlqJJDYWd7u4PSeRZ7LQA/NsbjDpk6ApHW5sbGZqC7/U/wBlxEGfxe7mnuIvcio9l5HltJajtcgou1BjazsVRlVlny1sdZjudDHzkkTBVcpXiUh/mUW2GfXOwKYC05sB3bwQtTZK1tHhGJuCvsS0YhwtM8o/kVN4yewOqLDpEMPD4MZN+FTsGSo3ZZycQReknAR/WE5Zumbei8FJsbl+ys7ZZUVY2qyVg8GQO+XFJlPeoYpiyrsiRolpgWlYgoWzIv6RGlpHxNUVRByuYkKSIppiIayQmeV25QIaqpvPmnVoQfr9ii5au2Dhdz+viPzNxzRywhGTkAAQezUp3JZxVjxpa0Sd8REraddSQlbu+PagbAWD2v2TO64gtSMiJ510/IOPT8TSuRpMibYrRUXhp775rhi3IyMn3o8GIkKQmGkjleuKnJ8/KNxYJhOMVSaXLCkhXeGcs7SXzkkirgXLyHE+Br8ARyHZLJ3aRL4LiZdBWyYQFn9mKlJ58sxXrmB98ny++DJ0r97WJ0djZahNrsX5d4voQ8auAr8cP8OUaQw+h0fLvPzGcfpxf7629cecB8EsmbkL06Vx2M6oa6e+MDdtsyuOfQHtHfGRolevjaoE1AI3xcg1f28Zp1DfYBumv72/2twWa3zZ3hJsAOXOhLOYmjuTwS+cMYwJVs4RrMYbA/216eLCeT5cllPChUfdyxd7UwGXidfCfwPcFv53OJYjGRmydhfT5nHS7TAb3Lhy08G7igBP+B3nbXJybw68Lej0MOCoeZrqIqjXh13QvLYq3fqWUn4exk/3vQGWjIjC3+Ix/ht2ykka2WNbAj7PLBDPNzZ+S1wfhRnMnhDUZuGwit6/FdjN3uWR2rZ1nhruZv+P4GUl6SNPuInJnESZEePfDpMZLdB2f5nzF7uDfw4g7hK7JAd0ApgTO2PXu9tW5728Z6u9cm+/K257yxsfGG422X1umAu1IHlNzjt0Q1sZoHaqAdEp06/q4WCCWjLabOxhH1EfPtwFdYPQUmVRziVpGK3sB82atlUtWxacBsnSXScTfIMZvUO0su+WkrMimKl5oMIkmMdzklKbi2Sh17uJAqwmG36D566Mysz09o+Ce52YykHJ9XVUktN2W15kvH5SKU1/r/BSH6eq3WfytVcGGh6Baea8FXivjBLaS8M4cOz+YnkiiMdHJJ71hl/rhE5EJcqqxMZWZnxqE8N7tG8Qf3pIrkelmc9EPb3l45zA2e9h5ZbOgYGMQcDNX4e2S0fFTTopF7jAnbMGoebScWvdaVklubza+4PuFoWs2dsHV9okGqu1DvsDWidygxvUMd4TqzBTLN6Ije4fXU1He+w7g59Na7/a3uOlikcCDOH/pY78YhaSGOGEY1lZ1q+arAplp/Gzba/U12wD4MopE22gO5Xtyjv0xe0yMghCJXqC9ZsMeo8QtldJJjr6aHu7T6Kiotvc1xMKPbSIXJfXpkF8ztNnt1Q3ocfAri9Xb98avX8sjHuR3oJvFjpTRwTdzjmU9Kg8AJtf9qSFJGHPQjyg59hZvugLSQTzE+6x4+68F9CTTFmZtrpRFn98WPqUOwsIQfKyU+vO8mu+Hwrhu0+ZHgnj1sDrsp+OyufXZb8JVI/9IuTft5HOv34VhT9A7eFcUxhTZkyCmRWBacabITb24QljIJWA2PxgHRJb474R668VpsC9/BLm7Fd2IW2wS68Y/i/T6H90sxLX9z12ZQCiX1+kcrDzxQeeQoPg8f30eh+/Wvk09mux3aCnb15Unk3BQ9uxBIVVQJiyojmQrHy2a6NJwN9Mc85xaH8R8gPXbmzCES/Lvi0/z67JoA8tMo0VfEsdzs2lomTZZAWD/z2BkLzz4m/4SlHGqszaoJVf7ECTzDm2vvXauRdTFNbbKGvPFayGKXTt58jRlF9sQRXdboW/oh53zYiCaT0X6Htrg2hxqu4X9/axDJ0GJRDf0d/Mz4GrST0R26Djf+zo7/Dq+9PjHRUQmfzN2BR8wWudCM+OawWKcZvOb0FbFOf+g9TLFOzAACp72HArPIu7GD7FK9PYTkTa/18svMFLKHmuRSCMBSdzHat5cHxkZ4YGhgGvC/8wP3ryEDnBj4fgHWAfAm1mGw6wcyVxyZpzUI97qEF/7+9R45ZnnXQzyY823m6/wJGrkwJgupOIvKatM1/UuXgrgsuqb/+z7EsQKOU8OYmE/i7No7p8iXi62aAlsxtEwLVwLTgBwWECXIWxrOA5wE2pb8ZZjp/+nwuSLO68AnhbY0vdlub05L7cIRf3P42rYs5Pmtt6XFDAGRhvYQhNrCaxwzhXrr0qXeFXvoknLdb41sg7U94L36kJPkAodmBiOZqoy88X8TV19/q/Yza3Mb28DB+tpsjbhgbbY4V6jVCo9ubbHYtB1WV4xpm/eHtQ2trWGNSwtuY1HetawifkEqggXoHjiR6SaV05XMhylK/XPppOVbdL/Zuetoxl83N0v3TOGrcJTC0z/sJKMJbXFRS0RH102CZvRQTzTUGZeG6gtrE3FXoC6udp6IB+ri3uYT7x8oijudQE8s7Ylv3c8d525/5+hWZSEMzkcayRwriJswh+JKFbFYicaiXqmWEKujOJ5CSM9I5TUiXS+VcrkSksfZwZ5syHlXkydEmOH5GRAnZM29x0l6XtLB764R9GrZNlJOtvHn1ubsaEyTI4oSUSKxqK3nT+V1PHsFLUhew9f0SjTRv7S1tWf5HwjiUXDLxmrgwxFi9EaJfDlQXNpGeLvNVB19RgMpeIxhpct/y+6/j/sgd4H7Mvcq96vMconLlyx7iimUinM8efzEyIWK4qDchXmyWM5XGdhl4Tak1HMDjQFFIR4EMmg2CfweZrvSHMxCeIbCE5tkGcUJiLMwjNlRwghHhUIbF5uzoCzUlQppERQC1rziuHIM3FTTlUltgRN3iXwcsBp2prKE5OfHI7whigYvTiydqGqewUNElhVVrx+eVg1eich6c2l6EoHCeG0yqmdMRYxbUpQHXhTzEOF5TUBuLyiyIhmSZ8cMy9UBEhr4AnIdHhonVCMauelpUZRNEYdHS9iyEE1ebwgAwMuGmVVAjt6ZFAVBiApJq6zrCqw/eKsh8tgmo3psPitCVIooqpS599Cxpo4TgjfUaV/MgJ2dXajd5qo5AANrBUFV5tcgJmkito5XRR00RRFlBWmqleA9yzB50BOGHpGPNxU+msROgHFrI5qPLt1a9YUYXjAuFROaFfkYSoXYQIXPydEogJmZGxOiIrYxrSux+EQgS5Kd4Rnm3ccivSA+XLkNZXcVN5plSp0wWMriYElvMtekeGwn3EeBi+7sMNCQ7P9NADGe6f81c0mKPDb9PwUHfyTUSojav8XK5QKIobN4mW0Wr2CjVJhFGXGSm8Gzi0z3Tii+PrCnJxlQRNg4IMRuaB6T3sbEU4NWp5zp72TKfsL8ywiLTekksok+Sn7dvf/Q7W6SgZx8nsxELI6CR7uGUu06Rcytk0gweI9gaZLEmX+kw/Tf2MbFVZ5gDwU2IJGiRYHUZsJwY/2fjrnGBAnE/77My3Be5svQ+ZOyMe66vl5+A7nShCDIsiBM4BodxAaryJHJEtTijgVcqSGXGk2WVoHIeYxnqQj4YRDiEvuKchQEQXGNMDyY0hXQV8iiYrp9J1j9SzfGXYM3s21pipdkyXfP0clui5c9Nz45SSGtHi+munQW1rs3qr427bfcuKnxpp8WJ3kqoapxt+a3PFEzUnHXx3pSomwN+F2YO0HjHGalC1tPdpKRvAmBVM0cQFmAyIBiDDr0bMV3Mgkj8idDPe8fW24hHyme6GmyKUwYsahu6VG/AN2N+1N+PGmMZFEouPmkHPctE5cSn1Q0g0KjVNUtjLaviPN/OZRL9jSFv6Iph2Ck3YPOwMWR5kiJZGTQnr8dNviPwi5Ad7Q9gqZJuw0aaXTQjdAXN9T5RHGWFXAeNEfioAgIBdbz+hFyPKlTRBTZkachWKWEJnY9sMKYKL9lsaio90VnFmei7+tIyWXfP8MUTZegczu/3F7mB6FRlkXBUa1UOp1qyemaz5RReq8XUUhPxUJrGa75Q6Ql6/icmQU5sLuVnDk+GeTEIHs+Ara4S3Y4MoNmO/aW8VzRyIotMdvf2UAaSZa4350RJwV4WBX/RUb+/L+WM0+I0H+t8AsZ6bOBHNIK7XvKD5FEGC8kzU9oE45L7yJ67VrHLQQp/qbf7XSZbMH+t97xgISP9X6HuYlu4LbzzrJHoLfYuUpvwQwKTqHsKkO9BdGy7W1yzCRPTIbgt+iN55jSot3uDHyrO2FsZhAjQzo89tfYxUeHoLHFdBQteo5E9FrQ9YMKN0hdiQ+6NxIH3h0Z6VA76OzRCw73eMTiBUeg+lavtlHrDf82kF7s4HB18JY9v9VDwS54t8gKvDNUHgcYd5PhZZd5VLCIA1I9kofz3qgDdmOH6a9Y7IG/0xsEH3Q2/K3OBqz76+T4PBKAsNVttdYRTLN+nkR6+5tMdi/hXDrCcCfFtJPRIsVCNmPkKVoi1XydJV2gCFOcKVhEqTnzJr+PhcnQFw36xpUddhW/W/rz8NxUOiblE2lNu2H/jMV3Re2UuJJdnLX446VFVUnGM+26GzVkMT5mHpCsnBZXkzwvCMpjPLtCUIKiimqp0M1arpLya7PLt0TtGRss+9IpY7I8kUx48XgKzFTUvsmeikVAkURT5amYf0t0slywI3vjLmju3cK9h7uf++ioBpV1XrFlh8XyHQkD+hRHphA9qE6DUkTsRopPhU5VmqGvG24bwcclF/EdVlBvLi3UZ8F1KvI8YfNGRakV5/Ey0pcuLg3cjZ8FVZEEhFkg8nyST4pxRRY1wj0KCJYkKqoAuqgjuVQkTZUs0eNBkkCQoiAKyMOSQKiHV3mQD4Ag8zhyP85HCKmJCr8bdXqnJKl6UvYEHjHRGIIoXkWQpYAFoPM68NgCSEsxRHSCYpp6RMD2RCKSkuYLsmUokvQxkBGhEQAk7AYS3mFMlvB2Kog0lw5d/u9MLnJx9ZQRySyE0cox3o1Jq9Ju9Ei1otQpak0ZF5rMN60Kn6UQZQBN/wdROuuKCRD+UdfAcrB9Wd40lWXwau77XslpgvyNv1HivhqGKPMR/R8FSIjuWUn8B13jLR8vADMmO27Ng28ofCT/yhfBjyulwBe0evn/hu+zmJcTzD+aYmocCnuhCY8zeGGcpwazB1utrPIpbLEjB8thFZbmoBLjqxUG8ck/f45/egyBcws0zY9ns2Vfy2twNBJZgLHxh25qT+hjeCTw85rknzx2f1Sf5/k1np9UtZmykMgi6FEmBR4vX1fhOoBITvOrmUzCh0iEb2FV85DSp29q3+e7i+Dx86BG7z55bFLSsJqjgjCpSImiYO0zo5oyyfNwdIRukU2ZLMrjA+0q6bTpPTSVkI9IU0Hm6VP6D/9ew3jvimGcvoVh2M0uCLmFtVCx+r8Ovvw/fIZdz3Unzs9fZ+/VEzuML43mZQsiXJH31YpIvmZ5ihQK87Bd954HTrTmf0Lkiz8n7jue7JSkQfI15d5jJx6YfEr+lZ+bPr7vOx+YWg6eG93n38PziNv3M10JLj2FHB3nQEFcSOIWzisUj3JAzwfvNAerPIpQcKPxuKbnZw+ocU83rvtU6lPXGwaKuYIb08WblEil+lO5mKCsKZGkC8/rjxtGXj6IwM7Qj33KfQaByZxxtJou25Yi3izzeuanJmcj6prCS1HuqhiSzDW15ENF6BWacqYL3asrpzNX6EwEFvMzSp0GitFGPQib2AcDOrLZIo5GGZYQ6CfM1u7S7yBf0w52EdBnE0H9By7/A9MBaWEkISLnYXTmcIpgleIbuvGCpv1q8pVPvhLa0rqb0q/q+guG/kYWT37SDxXPwTPaZDk0VgNLInY94LpOiWGxUoNJV416oKUpDb+uh9JMPSyAvO2/LZU7PkkgPjW+Qz3rnMomBucoOQg7B+vlTBc/delTG4u2MxIWaOOpdlC2hidrPtPJJ4Y6Q2XI2Q9wh7mj3PVID85w57j3cR/g7uMe5B7mHg05Pj67Q+RGFbqbhc+TMV7q2Hzowzg/KEBfOaRuIh9SnJx1OjeazrE6UOUNPR2DPAP0ud0jp0ZKV+MjLOh1WoGPHolfLb+N2xpz2Gv5G4E3Z6+10epfYu56lygZAljkchJCC3+4CzwfOwOXSbL1+H7NYurjFkl2m7Szwpiegd0ixx1ERLA2sAozt7ZAQmDx6sXw80CHx2LZg3JKfYlxRYQoobz6vQ+dnB0DtTNrSxEFKZvSeQXhlpNYSDiWmkop45IqIfteD5x1j84tVhygfDb7qnFZNyRJliWpVpsrzBUsK2UahplybS2RTEUjUjKWdf1t5tgrIBq24PfgJ5H6Fbj5gMI3HfLhJp0OMpuqMi+zCVmsNBfn682qhAIsJXepNimZyxz8+cHYgnuTtyA78v7s/llvOmLGzp4t+AmYtKE+afnjd506dZcZVSah57WjZ6Zi7UjkJuumD582jxmefzAD1xkxaGUPUOZKN9rCdXEKx/M1HM94mDWEGWjrLLJMqR4B0u2EK9op5XlsBXA/csDvrqauq9Tb8bzzgW18r9x50O+2YtVaut6G3tpC188Xl2eN5nX/iG/6mMxZy2F+rT35PA/98/N5jiZ3+OEJPZ+ZmHAnyh7bvqusnjYMiuM21KVvsvw3gawcusBDaWfb7//gxW1khy9Cd/vF/g/87RchsieGbTy4xm2y0Wso4eBWw8BK8i5rrZ/7zGfOrfuf+Yy/ewS9vZ/ZEYV8cTNwGU6zmEJyLghDTQIzx5e8h+GTD7sXdf2i+3D/6aG5YxAEElo9qH3nL/9H+Gn4ORblycwDQ9NCEHTS8+691+sZ4R6+pvW8+/q/fp/b0/Weex+s3ef1wn7OwHcDe8torrgZaoP3MGV8exhOB3f3H3oX/Kix696+hx+9HISXvPzy3sCTHATRKH7rHewtg6jk0N7yzUEI+669ZRC/Lg/bJ6BcO42rdQ0ROHuCVTfGl6rNQ9AMcoKlQqfxehjvPctTEkdXKeFfFctQIseYUF0VFBepLZ5qNBuXLKsYiYKOCwogCr3ewZuwLz72RHfyCf+XEipEQHBELDHpiQhvszKokM+K4rgoo6Q0lhdBzIEEsn/knjuffPJOyzrxwAMn3Jmyb5zuZiRV8ERQJxwxAirWpcOCiRtDjfJR2NM3iidtYN9OBfaBplt3DyFrLc1RZEIjjGFnfQuDxMolLOLUcc2V8I90B66DU45vVHEsxgWl2qg2gLMsvGEU+8Zu+1c9v7wP++ZjH286iIg0gmellIB7dU2EiJxFkUI8iFIACHlRpP6JEuTwU6p3euyWWeqaZVE37zliyYjhPUGVYjQ4kTjiZhCLPGDPVAPPhHmgAv/BwAcnTNm0y9eaYTas9RcmFhcnHu8wufxxlgGrs3jjYo3SYm2xlFeEFUL9ztvkyNtrke8BR1aJy2zLzN8c23bmCht0Cjd+aDHHDVs3u/VzsLfyOvSKs7PFyxxtoTNb3KAD3LDrBvmdAt1mKUVTkeRZt1Rt1BfC/MIo82KTuinljrZ43ZT7rYWXW/FCRlj/aTmdN0mj4GT86aX1i5Nm3vZjKX3Et5hyfAWrknyGq6Pk9x+ePndutTH9Oe/zxd+79/jxe4/D+rmnzxU/731uurF64Did4pif6t5cDeRbMBdmBN6z1ieuyA1UeZvPIR3wN7rdjW6/zxIy/DtmGXtlJGvQLaH5nBGHD3epcJulazjCLGT7RtIHSUMbusgtX/57+GN4Adu4wHUo+xxO+hSLmaWRlYnLyMw2xwaDwoOWyAMYofwgdcssKHXmGEzX0AZZGbuKNsEYss1icF01RW4CeZYeEs76yXjMtQwxlRL1mBuLJ/GE5SWCE1YqbtnWWLG4ULQyO6CbY6aR01OxrJEThayRNT0jZwQnXRM/C+ykq39wdb89Yfv74YWUaFisVjtupSyd1Rr3LHYb08P7jmPdxTErY92dE4SckcOrsUojaup5w9ut0zPy+uBGudn9486EvX+Vjd+NnAqvw+PMKyKIMN0zFj90KK755P9N0p60k7nERHLW2C/L+w3sTyKHJ50EnrRnjVlZxg2e/DSzWT67SFaMcAY8Pvv2VzilZH735AozbsbJUrIoD+eEFOaEC+IrDiPyviXI00ZWMifMYCkHZk0kjbUgljBsuWJSpDyBmQW2dOqLlLdQvsIZ8f9anOD3NfxK2jT2f2S/YaYrfmMffzNr/9lCNV2JFu8sRivpaiFxMuhVaLnpTaQT7ZogJcvpilzB//REMlJrJ9Iia/6+2JFyJe3E0+m4k66Uj8SK3cDyM+gc0ciAfkSDWNqFIFoEhbQgG+WAox2Cbm3ltH90zvIv+eERdE+vdLtzR0nT2d8Ijtl4rWCdr7OcD4UwNmaYVa1ULQR51cjkeM3Eaqkwo9pJllHt9fyfqmBQUrXXlWgEgqxqwkhWtdZuPrWu/4IelXXlyoxqoh/mBdyNTcqEPHw0PUtjN20LCii1fQ2kFo19B2549GuP3gC9rV8p4UiTtR2Ht2R/8AglbjnyQTbnz6Fs+g34NHLUCPOTIHm/wJSMSoHy3bAkN0Yv3f+f0z3j3GuX4WSakFT93Dm4oPWy2V7pXCfb07SeeO4ctfMAdwB+BzhWH1L1sIqD8NPpDcPYqD/xBHDZDU3bEJ94gvXrM1wEWvCxoDzESSyOgYuYfl3T1sUHH4TH+l9KrxvGev3BB6n8Fpb/2KB8knLyJJ3mFiud9bE0K5uG8f/twUCXcYDrYnuaYf2DvmGXNtL989imJ/4LLGkb2exG6Qmmr6Qcr7/D4inu4p7gXuS+wf0Ky+JJ6cOYv3qooSTBK0VgbBwKq8wEPXBwHyRxcYus0LxNqltnoR74rS81WVQ6igTkGT8LQXYyqnRhIOtVWaoX5kdfcVmMO123issSuaNSrFRr+0iKmYVqseLW5BKTAYOQoCBUiN1hGr6v5ZWImZDtmJY00okx23SAH/c0s6EZ/e8ZkcVoxBvnwTHtdDyjaRE9ZlPmr4jOA6hmar5ux1SIM1943kxEdce8NaZpqu7Mf37e0VU9EpMM3fEWF9KObkzgNV4qm3Vdled1gbeiegIUBRJ61OIF7TcAtLRmLIiKMe/8P3aypsvioqmRPg96qiha+sykikwiGdMVWUoUzMgEpTGbiJgFbIGix5JI8tVJJ2VYvqLEk/tEAbEWTyrZFcNSZRFfH5FkRRTkiBKLKRFZEFVJ0mXci4Ii36JNZtJj2UlN0C0w8AWWLrgwm42qkahSTOlRu4iLNGJkZwOZgvDXeoBpCJuMuth1we8xhRLiM3In75HXJcVnjvqVTHGr3Pu4H+M+xX2Re557iXvlnX1MmN+MydOMIAedulJybHzqDpsGh6G0ysfCUF+aLDT/8IsmTgyaMESblYXhaUdp1N0gaoQlywzjgVk5LObQ3COBzV1i8aBFpV5R6niKTbPq4jX8Vn7JUAVBEkRZPBEXo4ooqrIhq7qgCjNgGoIRUQwXhz1uCFFDNVzrP0NUVrWIqUhpFyK3WvF9IIqyoYlaIhnR7S8IvMBH6DvRTae/qEISzoBE9ZNa/Gqfl6Yq8xI+bFmURDdZVMHmJdmsxHk7AZItS4KkxqOqrNg4U0U1bpgQiaRcXePHpB9TNTcpojAhygk5oqVsF8ADefE2TYfbjsbjglThZcWwmZ5Owuf33+EYswMthZnUgqXO1uJhqDq7zk/VQH8njSzewySbASe9tX///oTh7n9qv2skfAsZlpXe/5b05S9/uf9XkmZVz1fjEenjkgTH+OtisdjtCTOixmIqrtXbtZ6WIKfChPbTauw6f2FhYeoGXlTkaBTnNn/DFM9jO9cYL2hxNjdJ+QCSh5i6uU60qDQX2JCq1PY66aAZZWAB0e48s+ZD0S4x6/MqEO8IdRNrcJ+cTsv3W9etWYOj6/Yty/JyphQ1i5kDknSAHf29nbWLAMsdr8gcj/wstNTJSdX70Ie8cK+eVdWzTcdpDvbrWdszPd63spYnquRGi5ID9aPFbK0ZlCCOMdnhbZsnvcs+wvpVzev/23fZtRJcq53tH9a5XZ35NuvL0SAzAIsyD7NTUnoDyg8QhG6FnrVhggM+zEmJ5DyIWJ/loe1nktaxsetjWuzmBm9c9NZq3mfg5sbkMgjKF0wTzGrsC7IqGpPLPA+Hdb1mGCu8qsA6XnH92DErmfEbN8NnvNqad9HgGzf7y5O6pCqfj1ViYJpfUARYnhQUlV8xjJpurABOK8QCQY6yHtNTZ4P8aKOaapd9giYelgaI56++Lm4a+rqubSY3ntio1cRXdSOfsl+wHgidqL8ubyJrNozNLH7/hLUpfUPTfCzwyWFciHxNf3XmV8/i15lvfbBvDvzSOzsBcAOuFRxsrgcekZ3hhmEmH95iMXhh1iqyUJfdEst+2yi16OcTuhQlw4JikJiT/iR1fOP48Q32TO9Ceerro9cTByDrr6s0Sk61x673t44f3zqOF+/s/HFQ0XLgNxfY3JNkU6ZrQ+17YeAs03TyyAvIe4KiM5eaZBqyWN7sfivYo2SbcaBnOlHctZnenTbtulyYKcj1uhgfi6XwYCTPf495Mw38eEKPDRKqKRvENT4L9fAEj4wHz5QSiF4JxVJu4Jb/UWksPyZ98Yts99E/Z7tSie3+PPhViRge/blgJuyEKZToN466TGcOvTYzB9CmtXtEP1OBx5GYqsYibaixIK/ATnwMcd0WPMRmQJJJ2uQhG+rxmOb+bY5fplhV37N729snr3kID3ktnHOuPeYfY0eeMziic0M/KPLNNpCi7scRXA08wuIF8nOsNxtBfgh8WiQqNUgcqhPZXyINBQsoUsijGPk0SSAMYbbA7/R3Ov6J59f9Wlww9Fh22jKQo8mqKdxa+8bzO52YD+Qw6cdEFXpUGLid50/4lp9z8nzC55MZPSIKsaxfe/7ETn5/R0iYPAIxodM0gzG7F9v9MrMBZ4aR/KEcRA4Zg+gHAi3kJ4+tHIZAjHqi/AU+oY6VtbfsrNXBp7QeUbaUyNYwlXKP5uLlQAvE+Tg3fcuqUfL8iAJcjfk6c8PfIPg+tucIdxLRM+W/fzTwpxgaK0hkGQcK6Q5ArkLhnmTWYOB5sSojA2UoeIClCUSHYZ14olAM0mwHOFlJDbAx/lGHFIIypbO1xPcStaRjKakEYkdXptBvPmErESTrWyVPVe2ExKuaJwhyPO4qlrPPQPQrJx3VBBXwe4hpdhLRgvaPYs5KWLoWj1t58RHft2LaR7QY9CzLSuZSjpaMuxaSVVdSo4YhzqU1FRLZuGWNlUHVM7OIjaKGy0uqZLlxO+KkcklL1UzDUOMJ/WBNFOcPRRNx1TBMTbVuvXnSS6XcqZOnau0Nywr0Y0FuhCxbzU1HYe8jzAeEBNGG0mjSexMpXqezdLup+VrykeutIPXCHSWf/f2idN1iWa2snf7NhM/+9uT0q7CnRfWjaIN4MbA1Xb1fgcYR9gtfSuiOyyxQbhDFS4kOhxrkhcYl/4b7BV81J0zV12KzMS08Fu6/Ye3e03EznnFESRFTKykZwZuTsWLxL/uUdgTnWkG+d1VAzK6iUIC4TpXCYxBh9V55/NAU+eFKvK5TImJDnDrTC2CqZXFhjGEwZkEUaH2v8pdiKLosVJIC7Jl3U2+LaPbWFsXWb/gB9j/KdCYPsfwO5G0z1Csww8T3vPu+P7vmzxW+f5+Hgi+Sl3vXZrvdwhyzMQT25MBvPh3+utSu13zg7kqoBiW5KktlcZXb/KVZ5jZ/99p0Za4QH0/J+eiBc9d0nn/m7lSqMEe6r8LU+lW+85RHi4MvXfO3bC4GYSMUMzGwbHgXuXcTQxIGU16dnvauIFxkj0VjKjRzeHe9YwxJmCVsYNNYH6S6Hdo01nbz3Ab5Qj4d+KOP9krAZ4s963qnKZvWMyyR1gXQu96Z/g8gcsbr9l8Ocmn5zF7nsYzlPyyXlglvl0yrsTsQ75BNS0eZ7lrptCzKrkAptaD3dtm0InH9Wum07gJKsfAgJdViY7qOfehif0hnuRKu42C6Vh135Mc0dpVhDeZuj70MFEjIuMLfvrjkM9V+Oj9ZLyElKdV9P6Vp+UmnnLKzY0nR11L+WBJ6vjBfTKeRR3UleW6citVL6XTKP8/jx1QF8bOQd+ycANVHEOnlBIZPSK/2PRbHcQzpDWVronQmLMELAWRm6mbpPuoB4ScXXTJq1+1BglwnyP4enKFS+CCuTKYKeU2MLZYOfiWdzaafPb74/jsmDwo3CEJRi/j7Kiin+sXkVBWlWTGbO5XL+kUR7hRq+WlNfB/Dqw+GqFVNy7OnvklU5a1TBwv8zNFNQaot20TlBVnUjKoVYQKxFJmdnJ6uzi3Py/D86rT6wkgC1b15MMe5DvchNnsH/R5okQLhshpE1ASDQD8FQ791EbhCLQQJf+vhBMSyKSelmEKRVD8mzyzL9FdrLF49IJYmRiecrOVrmqkV7y3q0YjuW/tmbj0+XlBVUxc03ZDTx9OygfIyAjrVUXWAKEo/uoQwUUcC7dumOZWRlHN7higyJnqFo7FYIhcddwv6xIThJyaiuYRl3jI1XeDz4608Dk8M9Hw6K2cy+J/XIRaRxHzD00QZ4kjBeYqR4JG+JzPk24ZjG/vMnhEkH/gW4ujWSO7ZIDdQgX7ThDIA+dA54bonGOUgn9jW0oTxX42JpZ2trbR/0r9WPHL66syLDmkSm87eAOQXvbbrtj2/eGXM8XVg1kz870zaFGc2qvc5zLxbbuPu5j7ww6KKKBaGKXRombJ8t8hdmEqHSQQsGzWWadbZj+mxBCJl+vWjcX5WqEpK/RqKmieVqChKesS2nbiraRZOUj2eNCzDe3h8xvfGYvzxfCL/y+OptFCWc5c52C+pwEeERDKhQMPyrqF8OS4A7+Fk0GJRPaEJPLiyLkVky4gl+UfORYv6rY888kgs9ogsCAtRJ6rxuenRXArj7DdEp5EPznOLLGa13mRvJfSBVljHyBhF7yY5K7Jvq1SKMtu6zZafe4/ne+/J+blcRasdrDBcWjlY0yq5n1etT2rLqq/W8L2s7diJXsKGDnsxn5xRrxy87ji+rvT5mtn7WyTOMNILAX1jBELQYqQQpYEPGIqZbpw3WFRCi8IbWJyPtOsK1vVvjLuq58Zv9D9EkQw34ipURJCEvXHylFVgjOWXDqPUHbJQD349EVc+y7pFGJrgWJgjOdQXVkkUqbNZU2E2CYWFNTqFNgtsJ28mFmhO2zb2//GEofmUlZX9mpisx9SkrvkAskqf3R/4QQq+9S6LF26xqNeO30P5hecphMONI9FQDM0SeVWQ3KK70W53/3+5apWzeNqNkLFqwzAQhn8ldqAllI6hS29MwDaySZqSNeCxtEvWDsY4oiAF2ZBm79SH6RP1YXpWrmAyxWD03d2v84cB3OEHCufnAU/CClN8CI8Q40t4jDl+hSNM1aNwjHv1Ijzh/omTKrrhahlu9awww5vwCLf4FB7jFd/CEWYqFo5BKhGecP8dWzgccIKHQYM9OhD7VFjwWUAjxwoJs+Geg0WLZ2DrDidvmn1H82pBhc5XCZnK2ZZnw2CKI9eWl2gehEB6NDbnajCQThmudeH07FIHg4wThM2FwXDxeVrwX0mx5vffGqWzXel8U1ORadrQUIDLYpmu0979aucdO3kOmRAmDvRfysLZe2BX+9Y4S1rnmdaart38B0/lU3IAAAB42l3NVbdQVQBF4Tuvgd2F3R13n972qWt3omIXBia2Ynd3F9itmIBid3d3D3+DOnA+uV7mGOvlGxgcmL6/pw2M/DcM/H9/TX8HGWQGZmQmZmYEszArszE7czAnczE38zAv8zE/C7AgC7EwizCSRVmMxVmCJVmKpVmGZVmO5VmBFVmJlVmFVVmN1VmDNVmLIQIJKRk5BSUVkbVZh3VZj/XZgA2paWjp6BlmIzZmEzZlMzZnC7ZkK7ZmG7ZlO7ZnB3ZkJ3ZmFLuwK7sxmt3Zgz3Zi73Zh33Zj/05gAMZw0EczCEcylgO43CO4EiO4mjGcQzHchzHcwInchIncwrjOZXTOJ0zOJOzOJtzOJfzOJ8LuJCLuJhLuJTLuJwruJKruJpruJbruJ4buJGbuJlbuJXbuJ0JTOQO7uQu7uYe7uU+7ucBHuQhHuYRHuUxJvE4T/AkT/E0zzCZKUzlWZ5jGs/zAi/yEi/zCq/yGq/zBm/yFm/zDu/yHu/zAR/yER/zCZ/yGZ/zBV/yFV/zDd/yHd/zAz/yEz/zC7/yG7/zB3+OGDd2zHAYGrLBJja1mc1tYUtb2Whr29jWdra3w/816Af9oB/0g37QD/pBP+gH/aAf9IN+0A/6QT/RT/QT/UQ/0U/0E/1EP9FP9BP9RD/RT/QT/UQ/1U/1U/1UP9VP9VP9VD/VT/VT/VQ/1U/1U/1UP9PP9DP9TD/Tz/Qz/Uw/08/0M/1MP9PP9DP9TD/Xz/Vz/Vw/18/1c/1cP9fP9XP9XD/Xz/Vz/Vy/0C/0C/1Cv9Av9Av9Qr/QL/QL/UK/0C/0C/1Cv9Qv9Uv9Ur/UL/VL/VK/1C/1S/1Sv9Qv9Uv9Ur/Sr/Qr/Uq/0q/0K/1Kv9Kv9Cv9Sr/Sr/Qr/Uo/6kf9qB/1o37Uj/pRP+pH/agf9aN+1I/6Ub/Wr/Vr/Vq/1q/1a/1av9av9Wv9Wr/Wr/Vr/Vq/0W/0G/1Gv9Fv9Bv9Rr/Rb/Qb/Ua/0W/0G/1Gv9Vv9Vv9Vr/Vb/Vb/Va/1W/1W/1Wv9Vv9Vv9Vr/T7/Q7/U6/0+/0O/1Ov9Pv9Dv9Tr/T7/Q7/U6/1+/1e/1ev9fv9Xv9Xr/X7+M/H+d71AAAAAAB//8AAnjaY2BgYGQAgotTLrwG09cvToLSkwFiEwk5AAA=), url("../fonts/icons8-win10.woff") format("woff"), url("../fonts/icons8-win10.ttf") format("truetype"), url("../fonts/icons8-win10.svg#icons8-win10") format("svg"); font-weight: normal; font-style: normal; } @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: "icons8-win10"; src: url("../fonts/icons8-win10.svg#icons8-win10") format("svg"); } } [data-icon]:before { content: attr(data-icon); } [data-icon]:before, .win10-add-shopping-cart:before, .win10-add-user:before, .win10-adventures:before, .win10-advertising:before, .win10-airport:before, .win10-align-center:before, .win10-align-justify:before, .win10-align-left:before, .win10-align-right:before, .win10-alphabetical-sorting:before, .win10-alphabetical-sorting-2:before, .win10-amex:before, .win10-angle-down:before, .win10-angle-left:before, .win10-angle-right:before, .win10-angle-up:before, .win10-archive:before, .win10-area-chart:before, .win10-arrows-long-down:before, .win10-arrows-long-left:before, .win10-arrows-long-right:before, .win10-arrows-long-up:before, .win10-asterisk:before, .win10-audio-file:before, .win10-babys-room:before, .win10-bank-card:before, .win10-banknotes:before, .win10-bar-chart:before, .win10-barcode:before, .win10-bed:before, .win10-binoculars:before, .win10-bitcoin:before, .win10-bold:before, .win10-bookmark:before, .win10-box:before, .win10-briefcase:before, .win10-british-pound:before, .win10-brush:before, .win10-buy:before, .win10-calculator:before, .win10-camera:before, .win10-cancel:before, .win10-cancel-2:before, .win10-cat-footprint:before, .win10-checked:before, .win10-checked-2:before, .win10-checkmark:before, .win10-chevron-down:before, .win10-chevron-down-round:before, .win10-chevron-left:before, .win10-chevron-left-round:before, .win10-chevron-right:before, .win10-chevron-right-round:before, .win10-chevron-up:before, .win10-chevron-up-round:before, .win10-circle:before, .win10-circle-notch:before, .win10-circle-thin:before, .win10-clipboard:before, .win10-code-file:before, .win10-color-dropper:before, .win10-columns:before, .win10-comments:before, .win10-compress:before, .win10-controller:before, .win10-copy:before, .win10-copyright:before, .win10-create-new:before, .win10-crop:before, .win10-cut:before, .win10-database:before, .win10-dining-room:before, .win10-diploma-1:before, .win10-doctor:before, .win10-document:before, .win10-double-left:before, .win10-double-right:before, .win10-double-up:before, .win10-down-arrow:before, .win10-down-round:before, .win10-down-squared:before, .win10-download:before, .win10-download-2:before, .win10-electrical:before, .win10-electricity:before, .win10-eraser:before, .win10-euro:before, .win10-exclamation-mark:before, .win10-export:before, .win10-fantasy:before, .win10-fax:before, .win10-female:before, .win10-file:before, .win10-film:before, .win10-filter:before, .win10-finish-flag:before, .win10-fire-extinguisher:before, .win10-folder:before, .win10-football2:before, .win10-gender:before, .win10-gender-neutral-user:before, .win10-genderqueer:before, .win10-generic-sorting:before, .win10-generic-sorting-2:before, .win10-generic-text:before, .win10-gift:before, .win10-google-wallet:before, .win10-gps-device:before, .win10-grid:before, .win10-grid-2:before, .win10-grid-3:before, .win10-group:before, .win10-hdd:before, .win10-header:before, .win10-home:before, .win10-hospital-2:before, .win10-idea:before, .win10-image-file:before, .win10-import:before, .win10-indent:before, .win10-info:before, .win10-insert-table:before, .win10-ipad:before, .win10-iphone:before, .win10-italic:before, .win10-japanese-yen:before, .win10-key:before, .win10-keyboard:before, .win10-last-quarter:before, .win10-left-arrow:before, .win10-left-round:before, .win10-left-squared:before, .win10-level-down:before, .win10-level-up:before, .win10-library:before, .win10-list:before, .win10-lock:before, .win10-lock-2:before, .win10-male:before, .win10-mastercard:before, .win10-minus:before, .win10-monitor:before, .win10-moon:before, .win10-music:before, .win10-news:before, .win10-notebook:before, .win10-numbered-list:before, .win10-numerical-sorting-12:before, .win10-numerical-sorting-21:before, .win10-old-time-camera:before, .win10-opened-folder:before, .win10-organization:before, .win10-outdent:before, .win10-paragraph:before, .win10-parallel-tasks:before, .win10-paste:before, .win10-paypal:before, .win10-pdf:before, .win10-pencil:before, .win10-phone:before, .win10-picture:before, .win10-pie-chart:before, .win10-pin-3:before, .win10-plus:before, .win10-powerpoint:before, .win10-price-tag:before, .win10-puzzle:before, .win10-qr-code:before, .win10-question-mark:before, .win10-recycling:before, .win10-refresh:before, .win10-remove-user:before, .win10-resize-diagonal:before, .win10-resize-four-directions:before, .win10-resize-horizontal:before, .win10-resize-vertical:before, .win10-right-arrow:before, .win10-right-round:before, .win10-right-squared:before, .win10-rotate-left:before, .win10-rotate-right:before, .win10-rouble:before, .win10-rounded-rectangle:before, .win10-rounded-rectangle-filled:before, .win10-rupee:before, .win10-search:before, .win10-sensor:before, .win10-services:before, .win10-settings:before, .win10-share:before, .win10-shekel:before, .win10-shopping-cart:before, .win10-shutdown:before, .win10-sort:before, .win10-sort-down:before, .win10-sort-left:before, .win10-sort-right:before, .win10-sort-up:before, .win10-spy:before, .win10-strikethrough:before, .win10-stripe:before, .win10-student:before, .win10-subscript:before, .win10-superscript:before, .win10-support:before, .win10-tags:before, .win10-tasks:before, .win10-text-height:before, .win10-text-width:before, .win10-ticket:before, .win10-timeline:before, .win10-todo-list:before, .win10-translation:before, .win10-trash:before, .win10-trophy:before, .win10-turkish-lira:before, .win10-umbrella:before, .win10-underline:before, .win10-undo:before, .win10-unlock-2:before, .win10-up-arrow:before, .win10-up-round:before, .win10-up-squared:before, .win10-upload:before, .win10-upload-2:before, .win10-us-dollar:before, .win10-user-female:before, .win10-user-male:before, .win10-video-call:before, .win10-video-file:before, .win10-visa:before, .win10-won:before, .win10-word:before, .win10-xls:before { display: inline-block; font-family: "icons8-win10"; font-style: normal; font-weight: normal; font-variant: normal; line-height: 1; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; } .win10-add-shopping-cart:before { content: "\f100"; } .win10-add-user:before { content: "\f101"; } .win10-adventures:before { content: "\f102"; } .win10-advertising:before { content: "\f103"; } .win10-airport:before { content: "\f104"; } .win10-align-center:before { content: "\f105"; } .win10-align-justify:before { content: "\f106"; } .win10-align-left:before { content: "\f107"; } .win10-align-right:before { content: "\f108"; } .win10-alphabetical-sorting:before { content: "\f109"; } .win10-alphabetical-sorting-2:before { content: "\f10a"; } .win10-amex:before { content: "\f10b"; } .win10-angle-down:before { content: "\f10c"; } .win10-angle-left:before { content: "\f10d"; } .win10-angle-right:before { content: "\f10e"; } .win10-angle-up:before { content: "\f10f"; } .win10-archive:before { content: "\f110"; } .win10-area-chart:before { content: "\f111"; } .win10-arrows-long-down:before { content: "\f112"; } .win10-arrows-long-left:before { content: "\f113"; } .win10-arrows-long-right:before { content: "\f114"; } .win10-arrows-long-up:before { content: "\f115"; } .win10-asterisk:before { content: "\f116"; } .win10-audio-file:before { content: "\f117"; } .win10-babys-room:before { content: "\f118"; } .win10-bank-card:before { content: "\f119"; } .win10-banknotes:before { content: "\f11a"; } .win10-bar-chart:before { content: "\f11b"; } .win10-barcode:before { content: "\f11c"; } .win10-bed:before { content: "\f11d"; } .win10-binoculars:before { content: "\f11e"; } .win10-bitcoin:before { content: "\f11f"; } .win10-bold:before { content: "\f120"; } .win10-bookmark:before { content: "\f121"; } .win10-box:before { content: "\f122"; } .win10-briefcase:before { content: "\f123"; } .win10-british-pound:before { content: "\f124"; } .win10-brush:before { content: "\f125"; } .win10-buy:before { content: "\f126"; } .win10-calculator:before { content: "\f127"; } .win10-camera:before { content: "\f128"; } .win10-cancel:before { content: "\f129"; } .win10-cancel-2:before { content: "\f12a"; } .win10-cat-footprint:before { content: "\f12b"; } .win10-checked:before { content: "\f12c"; } .win10-checked-2:before { content: "\f12d"; } .win10-checkmark:before { content: "\f12e"; } .win10-chevron-down:before { content: "\f12f"; } .win10-chevron-down-round:before { content: "\f130"; } .win10-chevron-left:before { content: "\f131"; } .win10-chevron-left-round:before { content: "\f132"; } .win10-chevron-right:before { content: "\f133"; } .win10-chevron-right-round:before { content: "\f134"; } .win10-chevron-up:before { content: "\f135"; } .win10-chevron-up-round:before { content: "\f136"; } .win10-circle:before { content: "\f137"; } .win10-circle-notch:before { content: "\f138"; } .win10-circle-thin:before { content: "\f139"; } .win10-clipboard:before { content: "\f13a"; } .win10-code-file:before { content: "\f13b"; } .win10-color-dropper:before { content: "\f13c"; } .win10-columns:before { content: "\f13d"; } .win10-comments:before { content: "\f13e"; } .win10-compress:before { content: "\f13f"; } .win10-controller:before { content: "\f140"; } .win10-copy:before { content: "\f141"; } .win10-copyright:before { content: "\f142"; } .win10-create-new:before { content: "\f143"; } .win10-crop:before { content: "\f144"; } .win10-cut:before { content: "\f145"; } .win10-database:before { content: "\f146"; } .win10-dining-room:before { content: "\f147"; } .win10-diploma-1:before { content: "\f148"; } .win10-doctor:before { content: "\f149"; } .win10-document:before { content: "\f14a"; } .win10-double-left:before { content: "\f14b"; } .win10-double-right:before { content: "\f14c"; } .win10-double-up:before { content: "\f14d"; } .win10-down-arrow:before { content: "\f14e"; } .win10-down-round:before { content: "\f14f"; } .win10-down-squared:before { content: "\f150"; } .win10-download:before { content: "\f151"; } .win10-download-2:before { content: "\f152"; } .win10-electrical:before { content: "\f153"; } .win10-electricity:before { content: "\f154"; } .win10-eraser:before { content: "\f155"; } .win10-euro:before { content: "\f156"; } .win10-exclamation-mark:before { content: "\f157"; } .win10-export:before { content: "\f158"; } .win10-fantasy:before { content: "\f159"; } .win10-fax:before { content: "\f15a"; } .win10-female:before { content: "\f15b"; } .win10-file:before { content: "\f15c"; } .win10-film:before { content: "\f15d"; } .win10-filter:before { content: "\f15e"; } .win10-finish-flag:before { content: "\f15f"; } .win10-fire-extinguisher:before { content: "\f160"; } .win10-folder:before { content: "\f161"; } .win10-football2:before { content: "\f162"; } .win10-gender:before { content: "\f163"; } .win10-gender-neutral-user:before { content: "\f164"; } .win10-genderqueer:before { content: "\f165"; } .win10-generic-sorting:before { content: "\f166"; } .win10-generic-sorting-2:before { content: "\f167"; } .win10-generic-text:before { content: "\f168"; } .win10-gift:before { content: "\f169"; } .win10-google-wallet:before { content: "\f16a"; } .win10-gps-device:before { content: "\f16b"; } .win10-grid:before { content: "\f16c"; } .win10-grid-2:before { content: "\f16d"; } .win10-grid-3:before { content: "\f16e"; } .win10-group:before { content: "\f16f"; } .win10-hdd:before { content: "\f170"; } .win10-header:before { content: "\f171"; } .win10-home:before { content: "\f172"; } .win10-hospital-2:before { content: "\f173"; } .win10-idea:before { content: "\f174"; } .win10-image-file:before { content: "\f175"; } .win10-import:before { content: "\f176"; } .win10-indent:before { content: "\f177"; } .win10-info:before { content: "\f178"; } .win10-insert-table:before { content: "\f179"; } .win10-ipad:before { content: "\f17a"; } .win10-iphone:before { content: "\f17b"; } .win10-italic:before { content: "\f17c"; } .win10-japanese-yen:before { content: "\f17d"; } .win10-key:before { content: "\f17e"; } .win10-keyboard:before { content: "\f17f"; } .win10-last-quarter:before { content: "\f180"; } .win10-left-arrow:before { content: "\f181"; } .win10-left-round:before { content: "\f182"; } .win10-left-squared:before { content: "\f183"; } .win10-level-down:before { content: "\f184"; } .win10-level-up:before { content: "\f185"; } .win10-library:before { content: "\f186"; } .win10-list:before { content: "\f187"; } .win10-lock:before { content: "\f188"; } .win10-lock-2:before { content: "\f189"; } .win10-male:before { content: "\f18a"; } .win10-mastercard:before { content: "\f18b"; } .win10-minus:before { content: "\f18c"; } .win10-monitor:before { content: "\f18d"; } .win10-moon:before { content: "\f18e"; } .win10-music:before { content: "\f18f"; } .win10-news:before { content: "\f190"; } .win10-notebook:before { content: "\f191"; } .win10-numbered-list:before { content: "\f192"; } .win10-numerical-sorting-12:before { content: "\f193"; } .win10-numerical-sorting-21:before { content: "\f194"; } .win10-old-time-camera:before { content: "\f195"; } .win10-opened-folder:before { content: "\f196"; } .win10-organization:before { content: "\f197"; } .win10-outdent:before { content: "\f198"; } .win10-paragraph:before { content: "\f199"; } .win10-parallel-tasks:before { content: "\f19a"; } .win10-paste:before { content: "\f19b"; } .win10-paypal:before { content: "\f19c"; } .win10-pdf:before { content: "\f19d"; } .win10-pencil:before { content: "\f19e"; } .win10-phone:before { content: "\f19f"; } .win10-picture:before { content: "\f1a0"; } .win10-pie-chart:before { content: "\f1a1"; } .win10-pin-3:before { content: "\f1a2"; } .win10-plus:before { content: "\f1a3"; } .win10-powerpoint:before { content: "\f1a4"; } .win10-price-tag:before { content: "\f1a5"; } .win10-puzzle:before { content: "\f1a6"; } .win10-qr-code:before { content: "\f1a7"; } .win10-question-mark:before { content: "\f1a8"; } .win10-recycling:before { content: "\f1a9"; } .win10-refresh:before { content: "\f1aa"; } .win10-remove-user:before { content: "\f1ab"; } .win10-resize-diagonal:before { content: "\f1ac"; } .win10-resize-four-directions:before { content: "\f1ad"; } .win10-resize-horizontal:before { content: "\f1ae"; } .win10-resize-vertical:before { content: "\f1af"; } .win10-right-arrow:before { content: "\f1b0"; } .win10-right-round:before { content: "\f1b1"; } .win10-right-squared:before { content: "\f1b2"; } .win10-rotate-left:before { content: "\f1b3"; } .win10-rotate-right:before { content: "\f1b4"; } .win10-rouble:before { content: "\f1b5"; } .win10-rounded-rectangle:before { content: "\f1b6"; } .win10-rounded-rectangle-filled:before { content: "\f1b7"; } .win10-rupee:before { content: "\f1b8"; } .win10-search:before { content: "\f1b9"; } .win10-sensor:before { content: "\f1ba"; } .win10-services:before { content: "\f1bb"; } .win10-settings:before { content: "\f1bc"; } .win10-share:before { content: "\f1bd"; } .win10-shekel:before { content: "\f1be"; } .win10-shopping-cart:before { content: "\f1bf"; } .win10-shutdown:before { content: "\f1c0"; } .win10-sort:before { content: "\f1c1"; } .win10-sort-down:before { content: "\f1c2"; } .win10-sort-left:before { content: "\f1c3"; } .win10-sort-right:before { content: "\f1c4"; } .win10-sort-up:before { content: "\f1c5"; } .win10-spy:before { content: "\f1c6"; } .win10-strikethrough:before { content: "\f1c7"; } .win10-stripe:before { content: "\f1c8"; } .win10-student:before { content: "\f1c9"; } .win10-subscript:before { content: "\f1ca"; } .win10-superscript:before { content: "\f1cb"; } .win10-support:before { content: "\f1cc"; } .win10-tags:before { content: "\f1cd"; } .win10-tasks:before { content: "\f1ce"; } .win10-text-height:before { content: "\f1cf"; } .win10-text-width:before { content: "\f1d0"; } .win10-ticket:before { content: "\f1d1"; } .win10-timeline:before { content: "\f1d2"; } .win10-todo-list:before { content: "\f1d3"; } .win10-translation:before { content: "\f1d4"; } .win10-trash:before { content: "\f1d5"; } .win10-trophy:before { content: "\f1d6"; } .win10-turkish-lira:before { content: "\f1d7"; } .win10-umbrella:before { content: "\f1d8"; } .win10-underline:before { content: "\f1d9"; } .win10-undo:before { content: "\f1da"; } .win10-unlock-2:before { content: "\f1db"; } .win10-up-arrow:before { content: "\f1dc"; } .win10-up-round:before { content: "\f1dd"; } .win10-up-squared:before { content: "\f1de"; } .win10-upload:before { content: "\f1df"; } .win10-upload-2:before { content: "\f1e0"; } .win10-us-dollar:before { content: "\f1e1"; } .win10-user-female:before { content: "\f1e2"; } .win10-user-male:before { content: "\f1e3"; } .win10-video-call:before { content: "\f1e4"; } .win10-video-file:before { content: "\f1e5"; } .win10-visa:before { content: "\f1e6"; } .win10-won:before { content: "\f1e7"; } .win10-word:before { content: "\f1e8"; } .win10-xls:before { content: "\f1e9"; } ================================================ FILE: icon-packs/ikonli-zondicons-pack/ikonli-zondicons-pack.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ ================================================ FILE: icon-packs/ikonli-zondicons-pack/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.zondicons { requires org.kordamp.ikonli.core; requires static org.kordamp.jipsy.annotations; requires static org.osgi.service.component.annotations; requires static org.kordamp.ikonli.infra.nativeimage.annotations; exports org.kordamp.ikonli.zondicons; provides org.kordamp.ikonli.IkonHandler with org.kordamp.ikonli.zondicons.ZondiconsIkonHandler; provides org.kordamp.ikonli.IkonProvider with org.kordamp.ikonli.zondicons.ZondiconsIkonProvider; } ================================================ FILE: icon-packs/ikonli-zondicons-pack/src/main/java/org/kordamp/ikonli/zondicons/Zondicons.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.zondicons; import org.kordamp.ikonli.Ikon; /** * @author Loïc Sculier aka typhon0 */ public enum Zondicons implements Ikon { // last is ea28 ADD_OUTLINE("zondi-add-outline", '\uea28'), ADD_SOLID("zondi-add-solid", '\uea27'), ADJUST("zondi-adjust", '\uea26'), AIRPLANE("zondi-airplane", '\uea25'), ALBUM("zondi-album", '\uea24'), ALIGN_CENTER("zondi-align-center", '\uea23'), ALIGN_JUSTIFIED("zondi-align-justified", '\uea22'), ALIGN_LEFT("zondi-align-left", '\uea21'), ALIGN_RIGHT("zondi-align-right", '\uea20'), ANCHOR("zondi-anchor", '\uea1f'), ANNOUNCEMENT("zondi-announcement", '\uea1e'), APPAREL("zondi-apparel", '\uea1d'), ARROW_DOWN("zondi-arrow-down", '\uea1c'), ARROW_LEFT("zondi-arrow-left", '\uea1b'), ARROW_OUTLINE_DOWN("zondi-arrow-outline-down", '\uea1a'), ARROW_OUTLINE_LEFT("zondi-arrow-outline-left", '\uea19'), ARROW_OUTLINE_RIGHT("zondi-arrow-outline-right", '\uea18'), ARROW_OUTLINE_UP("zondi-arrow-outline-up", '\uea17'), ARROW_RIGHT("zondi-arrow-right", '\uea16'), ARROW_THICK_DOWN("zondi-arrow-thick-down", '\uea15'), ARROW_THICK_LEFT("zondi-arrow-thick-left", '\uea14'), ARROW_THICK_RIGHT("zondi-arrow-thick-right", '\uea13'), ARROW_THICK_UP("zondi-arrow-thick-up", '\uea12'), ARROW_THIN_DOWN("zondi-arrow-thin-down", '\uea11'), ARROW_THIN_LEFT("zondi-arrow-thin-left", '\uea10'), ARROW_THIN_RIGHT("zondi-arrow-thin-right", '\uea0f'), ARROW_THIN_UP("zondi-arrow-thin-up", '\uea0e'), ARROW_UP("zondi-arrow-up", '\uea0d'), ARTIST("zondi-artist", '\uea0c'), ATTACHMENT("zondi-attachment", '\uea0a'), AT_SYMBOL("zondi-at-symbol", '\uea0b'), BACKSPACE("zondi-backspace", '\uea09'), BACKWARD("zondi-backward", '\uea07'), BACKWARD_STEP("zondi-backward-step", '\uea08'), BADGE("zondi-badge", '\uea06'), BATTERY_FULL("zondi-battery-full", '\uea05'), BATTERY_HALF("zondi-battery-half", '\uea04'), BATTERY_LOW("zondi-battery-low", '\uea03'), BEVERAGE("zondi-beverage", '\uea02'), BLOCK("zondi-block", '\uea01'), BLUETOOTH("zondi-bluetooth", '\uea00'), BOLT("zondi-bolt", '\ue9ff'), BOOKMARK("zondi-bookmark", '\ue9f9'), BOOKMARK_COPY_2("zondi-bookmark-copy-2", '\ue9fd'), BOOKMARK_COPY_3("zondi-bookmark-copy-3", '\ue9fc'), BOOKMARK_OUTLINE("zondi-bookmark-outline", '\ue9fa'), BOOKMARK_OUTLINE_ADD("zondi-bookmark-outline-add", '\ue9fb'), BOOK_REFERENCE("zondi-book-reference", '\ue9fe'), BORDER_ALL("zondi-border-all", '\ue9f8'), BORDER_BOTTOM("zondi-border-bottom", '\ue9f7'), BORDER_HORIZONTAL("zondi-border-horizontal", '\ue9f6'), BORDER_INNER("zondi-border-inner", '\ue9f5'), BORDER_LEFT("zondi-border-left", '\ue9f4'), BORDER_NONE("zondi-border-none", '\ue9f3'), BORDER_OUTER("zondi-border-outer", '\ue9f2'), BORDER_RIGHT("zondi-border-right", '\ue9f1'), BORDER_TOP("zondi-border-top", '\ue9f0'), BORDER_VERTICAL("zondi-border-vertical", '\ue9ef'), BOX("zondi-box", '\ue9ee'), BRIGHTNESS_DOWN("zondi-brightness-down", '\ue9ed'), BRIGHTNESS_UP("zondi-brightness-up", '\ue9ec'), BROWSER_WINDOW("zondi-browser-window", '\ue9e9'), BROWSER_WINDOW_NEW("zondi-browser-window-new", '\ue9eb'), BROWSER_WINDOW_OPEN("zondi-browser-window-open", '\ue9ea'), BUG("zondi-bug", '\ue9e8'), BUOY("zondi-buoy", '\ue9e7'), CALCULATOR("zondi-calculator", '\ue9e6'), CALENDAR("zondi-calendar", '\ue9e5'), CAMERA("zondi-camera", '\ue9e4'), CHART("zondi-chart", '\ue9e1'), CHART_BAR("zondi-chart-bar", '\ue9e3'), CHART_PIE("zondi-chart-pie", '\ue9e2'), CHAT_BUBBLE_DOTS("zondi-chat-bubble-dots", '\ue9e0'), CHECKMARK("zondi-checkmark", '\ue9de'), CHECKMARK_OUTLINE("zondi-checkmark-outline", '\ue9df'), CHEVERON_DOWN("zondi-cheveron-down", '\ue9dd'), CHEVERON_LEFT("zondi-cheveron-left", '\ue9dc'), CHEVERON_OUTLINE_DOWN("zondi-cheveron-outline-down", '\ue9db'), CHEVERON_OUTLINE_LEFT("zondi-cheveron-outline-left", '\ue9da'), CHEVERON_OUTLINE_RIGHT("zondi-cheveron-outline-right", '\ue9d9'), CHEVERON_OUTLINE_UP("zondi-cheveron-outline-up", '\ue9d8'), CHEVERON_RIGHT("zondi-cheveron-right", '\ue9d7'), CHEVERON_UP("zondi-cheveron-up", '\ue9d6'), CLIPBOARD("zondi-clipboard", '\ue9d5'), CLOSE("zondi-close", '\ue9d2'), CLOSE_OUTLINE("zondi-close-outline", '\ue9d4'), CLOSE_SOLID("zondi-close-solid", '\ue9d3'), CLOUD("zondi-cloud", '\ue9d0'), CLOUD_UPLOAD("zondi-cloud-upload", '\ue9d1'), CODE("zondi-code", '\ue9cf'), COFFEE("zondi-coffee", '\ue9ce'), COG("zondi-cog", '\ue9cd'), COLOR_PALETTE("zondi-color-palette", '\ue9cc'), COMPOSE("zondi-compose", '\ue9cb'), COMPUTER_DESKTOP("zondi-computer-desktop", '\ue9ca'), COMPUTER_LAPTOP("zondi-computer-laptop", '\ue9c9'), CONVERSATION("zondi-conversation", '\ue9c8'), COPY("zondi-copy", '\ue9c7'), CREDIT_CARD("zondi-credit-card", '\ue9c6'), CURRENCY_DOLLAR("zondi-currency-dollar", '\ue9c5'), DASHBOARD("zondi-dashboard", '\ue9c4'), DATE_ADD("zondi-date-add", '\ue9c3'), DIAL_PAD("zondi-dial-pad", '\ue9c2'), DIRECTIONS("zondi-directions", '\ue9c1'), DOCUMENT("zondi-document", '\ue9bf'), DOCUMENT_ADD("zondi-document-add", '\ue9c0'), DOTS_HORIZONTAL_DOUBLE("zondi-dots-horizontal-double", '\ue9be'), DOTS_HORIZONTAL_TRIPLE("zondi-dots-horizontal-triple", '\ue9bd'), DOWNLOAD("zondi-download", '\ue9bc'), DUPLICATE("zondi-duplicate", '\ue9bb'), EDIT_COPY("zondi-edit-copy", '\ue9ba'), EDIT_CROP("zondi-edit-crop", '\ue9b9'), EDIT_CUT("zondi-edit-cut", '\ue9b8'), EDIT_PENCIL("zondi-edit-pencil", '\ue9b7'), EDUCATION("zondi-education", '\ue9b6'), ENVELOPE("zondi-envelope", '\ue9b5'), EXCLAMATION_OUTLINE("zondi-exclamation-outline", '\ue9b4'), EXCLAMATION_SOLID("zondi-exclamation-solid", '\ue9b3'), EXPLORE("zondi-explore", '\ue9b2'), FACTORY("zondi-factory", '\ue9b1'), FAST_FORWARD("zondi-fast-forward", '\ue9b0'), FAST_REWIND("zondi-fast-rewind", '\ue9af'), FILM("zondi-film", '\ue9ae'), FILTER("zondi-filter", '\ue9ad'), FLAG("zondi-flag", '\ue9ac'), FLASHLIGHT("zondi-flashlight", '\ue9ab'), FOLDER("zondi-folder", '\ue9a8'), FOLDER_OUTLINE("zondi-folder-outline", '\ue9a9'), FOLDER_OUTLINE_ADD("zondi-folder-outline-add", '\ue9aa'), FORMAT_BOLD("zondi-format-bold", '\ue9a7'), FORMAT_FONT_SIZE("zondi-format-font-size", '\ue9a6'), FORMAT_ITALIC("zondi-format-italic", '\ue9a5'), FORMAT_TEXT_SIZE("zondi-format-text-size", '\ue9a4'), FORMAT_UNDERLINE("zondi-format-underline", '\ue9a3'), FORWARD("zondi-forward", '\ue9a1'), FORWARD_STEP("zondi-forward-step", '\ue9a2'), GIFT("zondi-gift", '\ue9a0'), GLOBE("zondi-globe", '\ue99f'), HAND_STOP("zondi-hand-stop", '\ue99e'), HARD_DRIVE("zondi-hard-drive", '\ue99d'), HEADPHONES("zondi-headphones", '\ue99c'), HEART("zondi-heart", '\ue99b'), HOME("zondi-home", '\ue99a'), HOT("zondi-hot", '\ue999'), HOUR_GLASS("zondi-hour-glass", '\ue998'), INBOX("zondi-inbox", '\ue994'), INBOX_CHECK("zondi-inbox-check", '\ue997'), INBOX_DOWNLOAD("zondi-inbox-download", '\ue996'), INBOX_FULL("zondi-inbox-full", '\ue995'), INDENT_DECREASE("zondi-indent-decrease", '\ue993'), INDENT_INCREASE("zondi-indent-increase", '\ue992'), INFORMATION_OUTLINE("zondi-information-outline", '\ue991'), INFORMATION_SOLID("zondi-information-solid", '\ue990'), KEY("zondi-key", '\ue98f'), KEYBOARD("zondi-keyboard", '\ue98e'), LAYERS("zondi-layers", '\ue98d'), LIBRARY("zondi-library", '\ue98c'), LIGHT_BULB("zondi-light-bulb", '\ue98b'), LINK("zondi-link", '\ue98a'), LIST("zondi-list", '\ue987'), LIST_ADD("zondi-list-add", '\ue989'), LIST_BULLET("zondi-list-bullet", '\ue988'), LOAD_BALANCER("zondi-load-balancer", '\ue986'), LOCATION("zondi-location", '\ue97d'), LOCATION_CURRENT("zondi-location-current", '\ue985'), LOCATION_FOOD("zondi-location-food", '\ue984'), LOCATION_GAS_STATION("zondi-location-gas-station", '\ue983'), LOCATION_HOTEL("zondi-location-hotel", '\ue982'), LOCATION_MARINA("zondi-location-marina", '\ue981'), LOCATION_PARK("zondi-location-park", '\ue980'), LOCATION_RESTROOM("zondi-location-restroom", '\ue97f'), LOCATION_SHOPPING("zondi-location-shopping", '\ue97e'), LOCK_CLOSED("zondi-lock-closed", '\ue97c'), LOCK_OPEN("zondi-lock-open", '\ue97b'), MAP("zondi-map", '\ue97a'), MENU("zondi-menu", '\ue979'), MIC("zondi-mic", '\ue978'), MINUS_OUTLINE("zondi-minus-outline", '\ue977'), MINUS_SOLID("zondi-minus-solid", '\ue976'), MOBILE_DEVICES("zondi-mobile-devices", '\ue975'), MOOD_HAPPY_OUTLINE("zondi-mood-happy-outline", '\ue974'), MOOD_HAPPY_SOLID("zondi-mood-happy-solid", '\ue973'), MOOD_NEUTRAL_OUTLINE("zondi-mood-neutral-outline", '\ue972'), MOOD_NEUTRAL_SOLID("zondi-mood-neutral-solid", '\ue971'), MOOD_SAD_OUTLINE("zondi-mood-sad-outline", '\ue970'), MOOD_SAD_SOLID("zondi-mood-sad-solid", '\ue96f'), MOUSE("zondi-mouse", '\ue96e'), MUSIC_ALBUM("zondi-music-album", '\ue96d'), MUSIC_ARTIST("zondi-music-artist", '\ue96c'), MUSIC_NOTES("zondi-music-notes", '\ue96b'), MUSIC_PLAYLIST("zondi-music-playlist", '\ue96a'), NAVIGATION_MORE("zondi-navigation-more", '\ue969'), NETWORK("zondi-network", '\ue968'), NEWS_PAPER("zondi-news-paper", '\ue967'), NOTIFICATION("zondi-notification", '\ue966'), NOTIFICATIONS("zondi-notifications", '\ue964'), NOTIFICATIONS_OUTLINE("zondi-notifications-outline", '\ue965'), PASTE("zondi-paste", '\ue963'), PAUSE("zondi-pause", '\ue960'), PAUSE_OUTLINE("zondi-pause-outline", '\ue962'), PAUSE_SOLID("zondi-pause-solid", '\ue961'), PEN_TOOL("zondi-pen-tool", '\ue95f'), PHONE("zondi-phone", '\ue95e'), PHOTO("zondi-photo", '\ue95d'), PHP_ELEPHANT("zondi-php-elephant", '\ue95c'), PIN("zondi-pin", '\ue95b'), PLAY("zondi-play", '\ue959'), PLAYLIST("zondi-playlist", '\ue958'), PLAY_OUTLINE("zondi-play-outline", '\ue95a'), PLUGIN("zondi-plugin", '\ue957'), PORTFOLIO("zondi-portfolio", '\ue956'), PRINTER("zondi-printer", '\ue955'), PYLON("zondi-pylon", '\ue954'), QUESTION("zondi-question", '\ue953'), QUEUE("zondi-queue", '\ue952'), RADAR("zondi-radar", '\ue950'), RADAR_COPY_2("zondi-radar-copy-2", '\ue951'), RADIO("zondi-radio", '\ue94f'), REFRESH("zondi-refresh", '\ue94e'), RELOAD("zondi-reload", '\ue94d'), REPLY("zondi-reply", '\ue94b'), REPLY_ALL("zondi-reply-all", '\ue94c'), REPOST("zondi-repost", '\ue94a'), SAVE_DISK("zondi-save-disk", '\ue949'), SCREEN_FULL("zondi-screen-full", '\ue948'), SEARCH("zondi-search", '\ue947'), SEND("zondi-send", '\ue946'), SERVERS("zondi-servers", '\ue945'), SHARE("zondi-share", '\ue942'), SHARE_01("zondi-share-01", '\ue944'), SHARE_ALT("zondi-share-alt", '\ue943'), SHIELD("zondi-shield", '\ue941'), SHOPPING_CART("zondi-shopping-cart", '\ue940'), SHOW_SIDEBAR("zondi-show-sidebar", '\ue93f'), SHUFFLE("zondi-shuffle", '\ue93e'), STAND_BY("zondi-stand-by", '\ue93d'), STAR_FULL("zondi-star-full", '\ue93c'), STATION("zondi-station", '\ue93b'), STEP_BACKWARD("zondi-step-backward", '\ue93a'), STEP_FORWARD("zondi-step-forward", '\ue939'), STETHOSCOPE("zondi-stethoscope", '\ue938'), STORE_FRONT("zondi-store-front", '\ue937'), STROKE_WIDTH("zondi-stroke-width", '\ue936'), SUBDIRECTORY_LEFT("zondi-subdirectory-left", '\ue935'), SUBDIRECTORY_RIGHT("zondi-subdirectory-right", '\ue934'), SWAP("zondi-swap", '\ue933'), TABLET("zondi-tablet", '\ue932'), TAG("zondi-tag", '\ue931'), TARGET("zondi-target", '\ue930'), TEXT_BOX("zondi-text-box", '\ue92f'), TEXT_DECORATION("zondi-text-decoration", '\ue92e'), THERMOMETER("zondi-thermometer", '\ue92d'), THUMBS_DOWN("zondi-thumbs-down", '\ue92c'), THUMBS_UP("zondi-thumbs-up", '\ue92b'), TICKET("zondi-ticket", '\ue92a'), TIME("zondi-time", '\ue929'), TIMER("zondi-timer", '\ue928'), TOOLS_COPY("zondi-tools-copy", '\ue927'), TRANSLATE("zondi-translate", '\ue926'), TRASH("zondi-trash", '\ue925'), TRAVEL("zondi-travel", '\ue91e'), TRAVEL_BUS("zondi-travel-bus", '\ue924'), TRAVEL_CAR("zondi-travel-car", '\ue923'), TRAVEL_CASE("zondi-travel-case", '\ue922'), TRAVEL_TAXI_CAB("zondi-travel-taxi-cab", '\ue921'), TRAVEL_TRAIN("zondi-travel-train", '\ue920'), TRAVEL_WALK("zondi-travel-walk", '\ue91f'), TROPHY("zondi-trophy", '\ue91d'), TUNING("zondi-tuning", '\ue91c'), UPLOAD("zondi-upload", '\ue91b'), USB("zondi-usb", '\ue91a'), USER("zondi-user", '\ue915'), USER_ADD("zondi-user-add", '\ue919'), USER_GROUP("zondi-user-group", '\ue918'), USER_SOLID_CIRCLE("zondi-user-solid-circle", '\ue917'), USER_SOLID_SQUARE("zondi-user-solid-square", '\ue916'), VECTOR("zondi-vector", '\ue914'), VIDEO_CAMERA("zondi-video-camera", '\ue913'), VIEW_CAROUSEL("zondi-view-carousel", '\ue912'), VIEW_COLUMN("zondi-view-column", '\ue911'), VIEW_HIDE("zondi-view-hide", '\ue910'), VIEW_LIST("zondi-view-list", '\ue90f'), VIEW_SHOW("zondi-view-show", '\ue90e'), VIEW_TILE("zondi-view-tile", '\ue90d'), VOLUME_DOWN("zondi-volume-down", '\ue90c'), VOLUME_MUTE("zondi-volume-mute", '\ue90b'), VOLUME_OFF("zondi-volume-off", '\ue90a'), VOLUME_UP("zondi-volume-up", '\ue909'), WALLET("zondi-wallet", '\ue908'), WATCH("zondi-watch", '\ue907'), WINDOW("zondi-window", '\ue904'), WINDOW_NEW("zondi-window-new", '\ue906'), WINDOW_OPEN("zondi-window-open", '\ue905'), WRENCH("zondi-wrench", '\ue903'), YIN_YANG("zondi-yin-yang", '\ue902'), ZOOM_IN("zondi-zoom-in", '\ue901'), ZOOM_OUT("zondi-zoom-out", '\ue900'); public static Zondicons findByDescription(String description) { for (Zondicons font : values()) { if (font.getDescription().equals(description)) { return font; } } throw new IllegalArgumentException("Icon description '" + description + "' is invalid!"); } private final String description; private final int code; Zondicons(String description, int code) { this.description = description; this.code = code; } @Override public String getDescription() { return description; } @Override public int getCode() { return code; } } ================================================ FILE: icon-packs/ikonli-zondicons-pack/src/main/java/org/kordamp/ikonli/zondicons/ZondiconsIkonHandler.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.zondicons; import org.kordamp.ikonli.AbstractIkonHandler; import org.kordamp.ikonli.Ikon; import org.kordamp.ikonli.IkonHandler; import org.kordamp.jipsy.annotations.ServiceProviderFor; import org.osgi.service.component.annotations.Component; import java.io.InputStream; import java.net.URL; /** * @author Loïc Sculier aka typhon0 */ @ServiceProviderFor(IkonHandler.class) @Component(service = IkonHandler.class) public class ZondiconsIkonHandler extends AbstractIkonHandler { private static final String FONT_RESOURCE = "/META-INF/resources/zondicons/20170712/fonts/Zondicons.ttf"; @Override public boolean supports(String description) { return description != null && description.startsWith("zondi-"); } @Override public Ikon resolve(String description) { return Zondicons.findByDescription(description); } @Override public URL getFontResource() { return getClass().getResource(FONT_RESOURCE); } @Override public InputStream getFontResourceAsStream() { return getClass().getResourceAsStream(FONT_RESOURCE); } @Override public String getFontFamily() { return "Zondicons"; } } ================================================ FILE: icon-packs/ikonli-zondicons-pack/src/main/java/org/kordamp/ikonli/zondicons/ZondiconsIkonProvider.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.zondicons; import org.kordamp.ikonli.IkonProvider; /** * @author Andres Almiray */ @org.kordamp.jipsy.annotations.ServiceProviderFor(IkonProvider.class) @org.osgi.service.component.annotations.Component(service = IkonProvider.class) @org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage public class ZondiconsIkonProvider implements IkonProvider { @Override public Class getIkon() { return Zondicons.class; } } ================================================ FILE: icon-packs/ikonli-zondicons-pack/src/main/resources/META-INF/resources/zondicons/20170712/css/zondicons.css ================================================ @font-face { font-family: 'Zondicons'; src: url('../fonts/Zondicons.eot?oxca15'); src: url('../fonts/Zondicons.eot?oxca15#iefix') format('embedded-opentype'), url('../fonts/Zondicons.ttf?oxca15') format('truetype'), url('../fonts/Zondicons.woff?oxca15') format('woff'), url('../fonts/Zondicons.svg?oxca15#Zondicons') format('svg'); font-weight: normal; font-style: normal; } [class^="zondi-"], [class*=" zondi-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'Zondicons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .zondi-zoom-out:before { content: "\e900"; } .zondi-zoom-in:before { content: "\e901"; } .zondi-yin-yang:before { content: "\e902"; } .zondi-wrench:before { content: "\e903"; } .zondi-window:before { content: "\e904"; } .zondi-window-open:before { content: "\e905"; } .zondi-window-new:before { content: "\e906"; } .zondi-watch:before { content: "\e907"; } .zondi-wallet:before { content: "\e908"; } .zondi-volume-up:before { content: "\e909"; } .zondi-volume-off:before { content: "\e90a"; } .zondi-volume-mute:before { content: "\e90b"; } .zondi-volume-down:before { content: "\e90c"; } .zondi-view-tile:before { content: "\e90d"; } .zondi-view-show:before { content: "\e90e"; } .zondi-view-list:before { content: "\e90f"; } .zondi-view-hide:before { content: "\e910"; } .zondi-view-column:before { content: "\e911"; } .zondi-view-carousel:before { content: "\e912"; } .zondi-video-camera:before { content: "\e913"; } .zondi-vector:before { content: "\e914"; } .zondi-user:before { content: "\e915"; } .zondi-user-solid-square:before { content: "\e916"; } .zondi-user-solid-circle:before { content: "\e917"; } .zondi-user-group:before { content: "\e918"; } .zondi-user-add:before { content: "\e919"; } .zondi-usb:before { content: "\e91a"; } .zondi-upload:before { content: "\e91b"; } .zondi-tuning:before { content: "\e91c"; } .zondi-trophy:before { content: "\e91d"; } .zondi-travel:before { content: "\e91e"; } .zondi-travel-walk:before { content: "\e91f"; } .zondi-travel-train:before { content: "\e920"; } .zondi-travel-taxi-cab:before { content: "\e921"; } .zondi-travel-case:before { content: "\e922"; } .zondi-travel-car:before { content: "\e923"; } .zondi-travel-bus:before { content: "\e924"; } .zondi-trash:before { content: "\e925"; } .zondi-translate:before { content: "\e926"; } .zondi-tools-copy:before { content: "\e927"; } .zondi-timer:before { content: "\e928"; } .zondi-time:before { content: "\e929"; } .zondi-ticket:before { content: "\e92a"; } .zondi-thumbs-up:before { content: "\e92b"; } .zondi-thumbs-down:before { content: "\e92c"; } .zondi-thermometer:before { content: "\e92d"; } .zondi-text-decoration:before { content: "\e92e"; } .zondi-text-box:before { content: "\e92f"; } .zondi-target:before { content: "\e930"; } .zondi-tag:before { content: "\e931"; } .zondi-tablet:before { content: "\e932"; } .zondi-swap:before { content: "\e933"; } .zondi-subdirectory-right:before { content: "\e934"; } .zondi-subdirectory-left:before { content: "\e935"; } .zondi-stroke-width:before { content: "\e936"; } .zondi-store-front:before { content: "\e937"; } .zondi-stethoscope:before { content: "\e938"; } .zondi-step-forward:before { content: "\e939"; } .zondi-step-backward:before { content: "\e93a"; } .zondi-station:before { content: "\e93b"; } .zondi-star-full:before { content: "\e93c"; } .zondi-stand-by:before { content: "\e93d"; } .zondi-shuffle:before { content: "\e93e"; } .zondi-show-sidebar:before { content: "\e93f"; } .zondi-shopping-cart:before { content: "\e940"; } .zondi-shield:before { content: "\e941"; } .zondi-share:before { content: "\e942"; } .zondi-share-alt:before { content: "\e943"; } .zondi-share-01:before { content: "\e944"; } .zondi-servers:before { content: "\e945"; } .zondi-send:before { content: "\e946"; } .zondi-search:before { content: "\e947"; } .zondi-screen-full:before { content: "\e948"; } .zondi-save-disk:before { content: "\e949"; } .zondi-repost:before { content: "\e94a"; } .zondi-reply:before { content: "\e94b"; } .zondi-reply-all:before { content: "\e94c"; } .zondi-reload:before { content: "\e94d"; } .zondi-refresh:before { content: "\e94e"; } .zondi-radio:before { content: "\e94f"; } .zondi-radar:before { content: "\e950"; } .zondi-radar-copy-2:before { content: "\e951"; } .zondi-queue:before { content: "\e952"; } .zondi-question:before { content: "\e953"; } .zondi-pylon:before { content: "\e954"; } .zondi-printer:before { content: "\e955"; } .zondi-portfolio:before { content: "\e956"; } .zondi-plugin:before { content: "\e957"; } .zondi-playlist:before { content: "\e958"; } .zondi-play:before { content: "\e959"; } .zondi-play-outline:before { content: "\e95a"; } .zondi-pin:before { content: "\e95b"; } .zondi-php-elephant:before { content: "\e95c"; } .zondi-photo:before { content: "\e95d"; } .zondi-phone:before { content: "\e95e"; } .zondi-pen-tool:before { content: "\e95f"; } .zondi-pause:before { content: "\e960"; } .zondi-pause-solid:before { content: "\e961"; } .zondi-pause-outline:before { content: "\e962"; } .zondi-paste:before { content: "\e963"; } .zondi-notifications:before { content: "\e964"; } .zondi-notifications-outline:before { content: "\e965"; } .zondi-notification:before { content: "\e966"; } .zondi-news-paper:before { content: "\e967"; } .zondi-network:before { content: "\e968"; } .zondi-navigation-more:before { content: "\e969"; } .zondi-music-playlist:before { content: "\e96a"; } .zondi-music-notes:before { content: "\e96b"; } .zondi-music-artist:before { content: "\e96c"; } .zondi-music-album:before { content: "\e96d"; } .zondi-mouse:before { content: "\e96e"; } .zondi-mood-sad-solid:before { content: "\e96f"; } .zondi-mood-sad-outline:before { content: "\e970"; } .zondi-mood-neutral-solid:before { content: "\e971"; } .zondi-mood-neutral-outline:before { content: "\e972"; } .zondi-mood-happy-solid:before { content: "\e973"; } .zondi-mood-happy-outline:before { content: "\e974"; } .zondi-mobile-devices:before { content: "\e975"; } .zondi-minus-solid:before { content: "\e976"; } .zondi-minus-outline:before { content: "\e977"; } .zondi-mic:before { content: "\e978"; } .zondi-menu:before { content: "\e979"; } .zondi-map:before { content: "\e97a"; } .zondi-lock-open:before { content: "\e97b"; } .zondi-lock-closed:before { content: "\e97c"; } .zondi-location:before { content: "\e97d"; } .zondi-location-shopping:before { content: "\e97e"; } .zondi-location-restroom:before { content: "\e97f"; } .zondi-location-park:before { content: "\e980"; } .zondi-location-marina:before { content: "\e981"; } .zondi-location-hotel:before { content: "\e982"; } .zondi-location-gas-station:before { content: "\e983"; } .zondi-location-food:before { content: "\e984"; } .zondi-location-current:before { content: "\e985"; } .zondi-load-balancer:before { content: "\e986"; } .zondi-list:before { content: "\e987"; } .zondi-list-bullet:before { content: "\e988"; } .zondi-list-add:before { content: "\e989"; } .zondi-link:before { content: "\e98a"; } .zondi-light-bulb:before { content: "\e98b"; } .zondi-library:before { content: "\e98c"; } .zondi-layers:before { content: "\e98d"; } .zondi-keyboard:before { content: "\e98e"; } .zondi-key:before { content: "\e98f"; } .zondi-information-solid:before { content: "\e990"; } .zondi-information-outline:before { content: "\e991"; } .zondi-indent-increase:before { content: "\e992"; } .zondi-indent-decrease:before { content: "\e993"; } .zondi-inbox:before { content: "\e994"; } .zondi-inbox-full:before { content: "\e995"; } .zondi-inbox-download:before { content: "\e996"; } .zondi-inbox-check:before { content: "\e997"; } .zondi-hour-glass:before { content: "\e998"; } .zondi-hot:before { content: "\e999"; } .zondi-home:before { content: "\e99a"; } .zondi-heart:before { content: "\e99b"; } .zondi-headphones:before { content: "\e99c"; } .zondi-hard-drive:before { content: "\e99d"; } .zondi-hand-stop:before { content: "\e99e"; } .zondi-globe:before { content: "\e99f"; } .zondi-gift:before { content: "\e9a0"; } .zondi-forward:before { content: "\e9a1"; } .zondi-forward-step:before { content: "\e9a2"; } .zondi-format-underline:before { content: "\e9a3"; } .zondi-format-text-size:before { content: "\e9a4"; } .zondi-format-italic:before { content: "\e9a5"; } .zondi-format-font-size:before { content: "\e9a6"; } .zondi-format-bold:before { content: "\e9a7"; } .zondi-folder:before { content: "\e9a8"; } .zondi-folder-outline:before { content: "\e9a9"; } .zondi-folder-outline-add:before { content: "\e9aa"; } .zondi-flashlight:before { content: "\e9ab"; } .zondi-flag:before { content: "\e9ac"; } .zondi-filter:before { content: "\e9ad"; } .zondi-film:before { content: "\e9ae"; } .zondi-fast-rewind:before { content: "\e9af"; } .zondi-fast-forward:before { content: "\e9b0"; } .zondi-factory:before { content: "\e9b1"; } .zondi-explore:before { content: "\e9b2"; } .zondi-exclamation-solid:before { content: "\e9b3"; } .zondi-exclamation-outline:before { content: "\e9b4"; } .zondi-envelope:before { content: "\e9b5"; } .zondi-education:before { content: "\e9b6"; } .zondi-edit-pencil:before { content: "\e9b7"; } .zondi-edit-cut:before { content: "\e9b8"; } .zondi-edit-crop:before { content: "\e9b9"; } .zondi-edit-copy:before { content: "\e9ba"; } .zondi-duplicate:before { content: "\e9bb"; } .zondi-download:before { content: "\e9bc"; } .zondi-dots-horizontal-triple:before { content: "\e9bd"; } .zondi-dots-horizontal-double:before { content: "\e9be"; } .zondi-document:before { content: "\e9bf"; } .zondi-document-add:before { content: "\e9c0"; } .zondi-directions:before { content: "\e9c1"; } .zondi-dial-pad:before { content: "\e9c2"; } .zondi-date-add:before { content: "\e9c3"; } .zondi-dashboard:before { content: "\e9c4"; } .zondi-currency-dollar:before { content: "\e9c5"; } .zondi-credit-card:before { content: "\e9c6"; } .zondi-copy:before { content: "\e9c7"; } .zondi-conversation:before { content: "\e9c8"; } .zondi-computer-laptop:before { content: "\e9c9"; } .zondi-computer-desktop:before { content: "\e9ca"; } .zondi-compose:before { content: "\e9cb"; } .zondi-color-palette:before { content: "\e9cc"; } .zondi-cog:before { content: "\e9cd"; } .zondi-coffee:before { content: "\e9ce"; } .zondi-code:before { content: "\e9cf"; } .zondi-cloud:before { content: "\e9d0"; } .zondi-cloud-upload:before { content: "\e9d1"; } .zondi-close:before { content: "\e9d2"; } .zondi-close-solid:before { content: "\e9d3"; } .zondi-close-outline:before { content: "\e9d4"; } .zondi-clipboard:before { content: "\e9d5"; } .zondi-cheveron-up:before { content: "\e9d6"; } .zondi-cheveron-right:before { content: "\e9d7"; } .zondi-cheveron-outline-up:before { content: "\e9d8"; } .zondi-cheveron-outline-right:before { content: "\e9d9"; } .zondi-cheveron-outline-left:before { content: "\e9da"; } .zondi-cheveron-outline-down:before { content: "\e9db"; } .zondi-cheveron-left:before { content: "\e9dc"; } .zondi-cheveron-down:before { content: "\e9dd"; } .zondi-checkmark:before { content: "\e9de"; } .zondi-checkmark-outline:before { content: "\e9df"; } .zondi-chat-bubble-dots:before { content: "\e9e0"; } .zondi-chart:before { content: "\e9e1"; } .zondi-chart-pie:before { content: "\e9e2"; } .zondi-chart-bar:before { content: "\e9e3"; } .zondi-camera:before { content: "\e9e4"; } .zondi-calendar:before { content: "\e9e5"; } .zondi-calculator:before { content: "\e9e6"; } .zondi-buoy:before { content: "\e9e7"; } .zondi-bug:before { content: "\e9e8"; } .zondi-browser-window:before { content: "\e9e9"; } .zondi-browser-window-open:before { content: "\e9ea"; } .zondi-browser-window-new:before { content: "\e9eb"; } .zondi-brightness-up:before { content: "\e9ec"; } .zondi-brightness-down:before { content: "\e9ed"; } .zondi-box:before { content: "\e9ee"; } .zondi-border-vertical:before { content: "\e9ef"; } .zondi-border-top:before { content: "\e9f0"; } .zondi-border-right:before { content: "\e9f1"; } .zondi-border-outer:before { content: "\e9f2"; } .zondi-border-none:before { content: "\e9f3"; } .zondi-border-left:before { content: "\e9f4"; } .zondi-border-inner:before { content: "\e9f5"; } .zondi-border-horizontal:before { content: "\e9f6"; } .zondi-border-bottom:before { content: "\e9f7"; } .zondi-border-all:before { content: "\e9f8"; } .zondi-bookmark:before { content: "\e9f9"; } .zondi-bookmark-outline:before { content: "\e9fa"; } .zondi-bookmark-outline-add:before { content: "\e9fb"; } .zondi-bookmark-copy-3:before { content: "\e9fc"; } .zondi-bookmark-copy-2:before { content: "\e9fd"; } .zondi-book-reference:before { content: "\e9fe"; } .zondi-bolt:before { content: "\e9ff"; } .zondi-bluetooth:before { content: "\ea00"; } .zondi-block:before { content: "\ea01"; } .zondi-beverage:before { content: "\ea02"; } .zondi-battery-low:before { content: "\ea03"; } .zondi-battery-half:before { content: "\ea04"; } .zondi-battery-full:before { content: "\ea05"; } .zondi-badge:before { content: "\ea06"; } .zondi-backward:before { content: "\ea07"; } .zondi-backward-step:before { content: "\ea08"; } .zondi-backspace:before { content: "\ea09"; } .zondi-attachment:before { content: "\ea0a"; } .zondi-at-symbol:before { content: "\ea0b"; } .zondi-artist:before { content: "\ea0c"; } .zondi-arrow-up:before { content: "\ea0d"; } .zondi-arrow-thin-up:before { content: "\ea0e"; } .zondi-arrow-thin-right:before { content: "\ea0f"; } .zondi-arrow-thin-left:before { content: "\ea10"; } .zondi-arrow-thin-down:before { content: "\ea11"; } .zondi-arrow-thick-up:before { content: "\ea12"; } .zondi-arrow-thick-right:before { content: "\ea13"; } .zondi-arrow-thick-left:before { content: "\ea14"; } .zondi-arrow-thick-down:before { content: "\ea15"; } .zondi-arrow-right:before { content: "\ea16"; } .zondi-arrow-outline-up:before { content: "\ea17"; } .zondi-arrow-outline-right:before { content: "\ea18"; } .zondi-arrow-outline-left:before { content: "\ea19"; } .zondi-arrow-outline-down:before { content: "\ea1a"; } .zondi-arrow-left:before { content: "\ea1b"; } .zondi-arrow-down:before { content: "\ea1c"; } .zondi-apparel:before { content: "\ea1d"; } .zondi-announcement:before { content: "\ea1e"; } .zondi-anchor:before { content: "\ea1f"; } .zondi-align-right:before { content: "\ea20"; } .zondi-align-left:before { content: "\ea21"; } .zondi-align-justified:before { content: "\ea22"; } .zondi-align-center:before { content: "\ea23"; } .zondi-album:before { content: "\ea24"; } .zondi-airplane:before { content: "\ea25"; } .zondi-adjust:before { content: "\ea26"; } .zondi-add-solid:before { content: "\ea27"; } .zondi-add-outline:before { content: "\ea28"; } ================================================ FILE: infra/ikonli-nativeimage-annotations/gradle.properties ================================================ # # SPDX-License-Identifier: Apache-2.0 # # Copyright 2015-2025 Andres Almiray # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # project_description = Ikonli NativeImage Annotations ================================================ FILE: infra/ikonli-nativeimage-annotations/ikonli-nativeimage-annotations.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ config { publishing { enabled = false } } ================================================ FILE: infra/ikonli-nativeimage-annotations/src/main/java/module-info.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ module org.kordamp.ikonli.infra.nativeimage.annotations { exports org.kordamp.ikonli.infra.nativeimage.annotations; } ================================================ FILE: infra/ikonli-nativeimage-annotations/src/main/java/org/kordamp/ikonli/infra/nativeimage/annotations/NativeImage.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.annotations; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author Andres Almiray * @since 12.4.0 */ @Documented @Retention(RetentionPolicy.SOURCE) @Target(ElementType.TYPE) public @interface NativeImage { } ================================================ FILE: infra/ikonli-nativeimage-annotations/src/main/java/org/kordamp/ikonli/infra/nativeimage/annotations/ProxyConfig.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.annotations; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author Andres Almiray * @since 12.4.0 */ @Documented @Retention(RetentionPolicy.SOURCE) @Target(ElementType.TYPE) public @interface ProxyConfig { } ================================================ FILE: infra/ikonli-nativeimage-annotations/src/main/java/org/kordamp/ikonli/infra/nativeimage/annotations/ReflectConfig.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.annotations; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author Andres Almiray * @since 12.4.0 */ @Documented @Retention(RetentionPolicy.SOURCE) @Target(ElementType.TYPE) public @interface ReflectConfig { } ================================================ FILE: infra/ikonli-nativeimage-processor/gradle.properties ================================================ # # SPDX-License-Identifier: Apache-2.0 # # Copyright 2015-2025 Andres Almiray # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # project_description = Ikonli NativeImage Processor ================================================ FILE: infra/ikonli-nativeimage-processor/ikonli-nativeimage-processor.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ config { publishing { enabled = false } } dependencies { api project(':ikonli-nativeimage-annotations') compileOnly "org.kordamp.jipsy:jipsy-annotations:${jipsyVersion}" annotationProcessor "org.kordamp.jipsy:jipsy-processor:${jipsyVersion}" } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/AbstractCompositeGeneratorProcessor.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import java.util.ArrayList; import java.util.List; import static org.kordamp.ikonli.infra.nativeimage.processor.ProcessorUtil.stacktrace; /** * @author Andres Almiray * @since 12.4.0 */ abstract class AbstractCompositeGeneratorProcessor extends AbstractNativeImageProcessor { protected final List generators = new ArrayList<>(); @Override protected void process(Context context) { try { for (Generator generator : generators) { generator.generate(context); } } catch (Exception e) { fatalError(stacktrace(e)); } } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/AbstractGenerator.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import javax.lang.model.element.TypeElement; import javax.lang.model.type.ArrayType; import javax.lang.model.type.DeclaredType; import javax.lang.model.type.TypeMirror; import javax.lang.model.util.SimpleTypeVisitor8; import javax.tools.Diagnostic; import javax.tools.StandardLocation; import java.util.Map; import static org.kordamp.ikonli.infra.nativeimage.processor.ProcessorUtil.stacktrace; /** * @author Andres Almiray * @since 12.4.0 */ abstract class AbstractGenerator implements Generator { public static final String OPTION_VERBOSE = "verbose"; private final String fileName; private final String disableKey; protected AbstractGenerator(String fileName, String disableKey) { this.fileName = fileName; this.disableKey = disableKey; } @Override public void generate(Context context) { if (!enabled(context)) { logInfo(context, "is not enabled"); return; } try { String path = createRelativePath(context, fileName()); String text = generateConfig(context); if (null != text && !text.isEmpty()) { logInfo(context, "writing to: " + StandardLocation.CLASS_OUTPUT + "/" + path); ProcessorUtil.generate(StandardLocation.CLASS_OUTPUT, path, text, context); } } catch (Exception e) { fatalError(context, stacktrace(e)); } } protected abstract String generateConfig(Context context); protected boolean enabled(Context context) { Map options = context.getProcessingEnv().getOptions(); return !options.containsKey(disableKey); } protected String fileName() { return fileName; } protected String createRelativePath(Context context, String fileName) { Map options = context.getProcessingEnv().getOptions(); String id = options.get(Constants.OPTION_PROJECT_PATH); String relativeName = Constants.BASE_PATH; if (null == id) { id = "ikonli-generated"; } relativeName += id + "/"; return relativeName + fileName; } protected void logInfo(Context context, String msg) { if (context.getProcessingEnv().getOptions().containsKey(OPTION_VERBOSE)) { context.getProcessingEnv().getMessager().printMessage(Diagnostic.Kind.NOTE, getClass().getSimpleName() + " " + msg); } } protected void fatalError(Context context, String msg) { context.getProcessingEnv().getMessager().printMessage(Diagnostic.Kind.ERROR, "FATAL ERROR: " + msg); } protected String elementTypeName(TypeMirror typeMirror) { String result = typeMirror.accept(new SimpleTypeVisitor8() { @Override public String visitDeclared(DeclaredType declaredType, Void aVoid) { TypeElement typeElement = (TypeElement) declaredType.asElement(); if (typeElement.getNestingKind().isNested()) { return elementTypeName(typeElement.getEnclosingElement().asType()) + "$" + typeElement.getSimpleName(); } return typeElement.getQualifiedName().toString(); } @Override public String visitArray(ArrayType arrayType, Void aVoid) { return elementTypeName(arrayType.getComponentType()) + "[]"; } }, null); if (null == result) { return typeMirror.toString(); } return result; } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/AbstractNativeImageProcessor.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import javax.annotation.processing.AbstractProcessor; import javax.annotation.processing.RoundEnvironment; import javax.annotation.processing.SupportedSourceVersion; import javax.lang.model.SourceVersion; import javax.lang.model.element.Element; import javax.lang.model.element.TypeElement; import javax.tools.Diagnostic; import java.util.LinkedHashSet; import java.util.Set; import static org.kordamp.ikonli.infra.nativeimage.processor.ProcessorUtil.stacktrace; /** * @author Andres Almiray * @since 12.4.0 */ abstract class AbstractNativeImageProcessor extends AbstractProcessor { @Override public SourceVersion getSupportedSourceVersion() { SupportedSourceVersion ssv = this.getClass().getAnnotation(SupportedSourceVersion.class); if (null == ssv) { return SourceVersion.latest(); } else { return ssv.value(); } } @Override public boolean process(Set annotations, RoundEnvironment roundEnv) { try { Set elements = new LinkedHashSet<>(); for (Element rootElement : roundEnv.getRootElements()) { elements.add(rootElement); for (Element element : rootElement.getEnclosedElements()) { switch (element.getKind()) { case ENUM: case INTERFACE: case CLASS: elements.add(element); break; default: // noop break; } } } if (!elements.isEmpty()) { process(new Context(processingEnv, roundEnv, elements)); } return false; } catch (Exception e) { fatalError(stacktrace(e)); } return false; } protected abstract void process(Context context); protected void fatalError(String msg) { processingEnv.getMessager().printMessage(Diagnostic.Kind.ERROR, "FATAL ERROR: " + msg); } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/Constants.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; /** * @author Andres Almiray * @since 12.4.0 */ public interface Constants { String OPTION_PROJECT_PATH = "projectPath"; String BASE_PATH = "META-INF/native-image/"; } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/Context.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import javax.annotation.processing.ProcessingEnvironment; import javax.annotation.processing.RoundEnvironment; import javax.lang.model.element.Element; import java.util.Collections; import java.util.LinkedHashSet; import java.util.Set; /** * @author Andres Almiray * @since 12.4.0 */ class Context { private final ProcessingEnvironment processingEnv; private final RoundEnvironment roundEnv; private final Set elements = new LinkedHashSet<>(); public Context(ProcessingEnvironment processingEnv, RoundEnvironment roundEnv, Set elements) { this.processingEnv = processingEnv; this.roundEnv = roundEnv; this.elements.addAll(elements); } public ProcessingEnvironment getProcessingEnv() { return processingEnv; } public RoundEnvironment getRoundEnv() { return roundEnv; } public Set getElements() { return Collections.unmodifiableSet(elements); } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/Generator.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; /** * @author Andres Almiray * @since 12.4.0 */ public interface Generator { void generate(Context context); } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/ProcessorUtil.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import javax.lang.model.element.Element; import javax.tools.FileObject; import javax.tools.JavaFileManager.Location; import java.io.IOException; import java.io.PrintWriter; import java.io.StringWriter; import java.io.Writer; /** * @author Andres Almiray * @since 12.4.0 */ public final class ProcessorUtil { private ProcessorUtil() { // noop } static void generate(Location location, String fileName, String content, Context context) throws IOException { if (null == content || content.isEmpty()) return; FileObject resource = context.getProcessingEnv().getFiler().createResource( location, "", fileName, context.getElements().toArray(new Element[0])); write(content, resource); } static void write(String text, FileObject resource) throws IOException { Writer writer = null; try { writer = resource.openWriter(); writer.write(text); writer.flush(); } finally { if (null != writer) { writer.close(); } } } public static String stacktrace(Exception e) { StringWriter writer = new StringWriter(); e.printStackTrace(new PrintWriter(writer)); return writer.toString(); } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/ProxyConfigGenerator.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import org.kordamp.ikonli.infra.nativeimage.annotations.ProxyConfig; import javax.lang.model.element.Element; import java.util.Set; import java.util.TreeSet; import static java.util.stream.Collectors.joining; /** * @author Andres Almiray * @since 12.4.0 */ class ProxyConfigGenerator extends AbstractGenerator { public static final String OPTION_DISABLE = "disable.proxy.config"; public ProxyConfigGenerator() { super("proxy-config.json", OPTION_DISABLE); } @Override protected String generateConfig(Context context) { Set collector = new TreeSet<>(); for (Element element : context.getElements()) { if (null != element.getAnnotation(ProxyConfig.class)) { String className = elementTypeName(element.asType()); collector.add(className); } } if (collector.isEmpty()) return null; return String.format("[%n" + " {%n" + " \"interfaces\": [%s]%n" + " }%n]", collector.stream() .map(c -> "\"" + c + "\"") .collect(joining(","))); } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/ProxyConfigProcessor.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import org.kordamp.jipsy.annotations.ServiceProviderFor; import javax.annotation.processing.ProcessingEnvironment; import javax.annotation.processing.Processor; import javax.annotation.processing.SupportedAnnotationTypes; import javax.annotation.processing.SupportedOptions; /** * @author Andres Almiray * @since 12.4.0 */ @SupportedOptions({Constants.OPTION_PROJECT_PATH, ProxyConfigGenerator.OPTION_DISABLE }) @ServiceProviderFor(Processor.class) @SupportedAnnotationTypes({"org.kordamp.ikonli.infra.nativeimage.annotations.ProxyConfig"}) public class ProxyConfigProcessor extends AbstractCompositeGeneratorProcessor { @Override public synchronized void init(ProcessingEnvironment processingEnv) { super.init(processingEnv); generators.add(new ProxyConfigGenerator()); } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/ReflectConfigGenerator.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import javax.lang.model.element.Element; import java.util.Map; import java.util.TreeMap; /** * @author Andres Almiray * @since 12.4.0 */ class ReflectConfigGenerator extends AbstractGenerator { public static final String OPTION_DISABLE = "disable.reflect.config"; public ReflectConfigGenerator() { super("reflect-config.json", OPTION_DISABLE); } @Override protected String generateConfig(Context context) { Map collector = new TreeMap<>(); for (Element element : context.getElements()) { String className = elementTypeName(element.asType()); if (!collector.containsKey(className)) { switch (element.getKind()) { case INTERFACE: collector.put(className, formatInterface(className)); break; case ENUM: collector.put(className, formatEnum(className)); break; case CLASS: collector.put(className, formatClass(className)); break; default: // noop break; } } } if (collector.isEmpty()) return null; return "[\n" + String.join("\n,\n", collector.values()) + "\n]"; } private String formatInterface(String name) { return String.format("" + " {%n" + " \"name\": \"%s\",%n" + " \"queryAllPublicMethods\": true%n" + " }", name); } private String formatEnum(String name) { return String.format("" + " {%n" + " \"name\": \"%s\",%n" + " \"allDeclaredFields\": true,%n" + " \"queryAllDeclaredMethods\": true%n" + " }", name); } private String formatClass(String name) { return String.format("" + " {%n" + " \"name\": \"%s\",%n" + " \"allDeclaredFields\": true,%n" + " \"allPublicConstructors\": true,%n" + " \"allPublicMethods\": true%n" + " }", name); } } ================================================ FILE: infra/ikonli-nativeimage-processor/src/main/java/org/kordamp/ikonli/infra/nativeimage/processor/ReflectConfigProcessor.java ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.kordamp.ikonli.infra.nativeimage.processor; import org.kordamp.jipsy.annotations.ServiceProviderFor; import javax.annotation.processing.ProcessingEnvironment; import javax.annotation.processing.Processor; import javax.annotation.processing.SupportedAnnotationTypes; import javax.annotation.processing.SupportedOptions; /** * @author Andres Almiray * @since 12.4.0 */ @SupportedOptions({Constants.OPTION_PROJECT_PATH, ReflectConfigGenerator.OPTION_DISABLE }) @ServiceProviderFor(Processor.class) @SupportedAnnotationTypes({"org.kordamp.ikonli.infra.nativeimage.annotations.NativeImage"}) public class ReflectConfigProcessor extends AbstractCompositeGeneratorProcessor { @Override public synchronized void init(ProcessingEnvironment processingEnv) { super.init(processingEnv); generators.add(new ReflectConfigGenerator()); } } ================================================ FILE: jreleaser.yml ================================================ # # SPDX-License-Identifier: Apache-2.0 # # Copyright 2015-2025 Andres Almiray. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # environment: properties: artifactsDir: apps/ikonli-browser/build project: name: ikonli description: Icon packs for Java applications longDescription: Icon packs for Java applications links: homepage: https://kordamp.org/ikonli authors: - Andres Almiray license: Apache-2.0 java: groupId: org.kordamp.ikonli mainClass: org.kordamp.ikonli.browser.Launcher mainModule: org.kordamp.ikonli.browser version: 11 inceptionYear: 2015 stereotype: CLI snapshot: label: '{{projectVersionNumber}}.EarlyAccess' release: github: overwrite: true sign: true branch: master milestone: name: '{{projectVersion}}' issues: enabled: true changelog: formatted: ALWAYS preset: conventional-commits contributors: format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}' labelers: - label: 'browser' title: 'regex:^(?:browser(?:\(.*\))?!?):\s.*' order: 120 - label: 'dependencies' title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*' order: 130 categories: - title: '🖥 Ikonli Browser' key: 'browser' order: 70 labels: - 'i18n' - title: '⚙️ Dependencies' key: 'dependencies' order: 80 labels: - 'dependencies' hide: categories: - 'merge' contributors: - 'GitHub' replacers: - search: 'browser: ' - search: 'deps: ' signing: active: ALWAYS armored: true announce: mastodon: host: https://mastodon.social active: RELEASE deploy: maven: nexus2: maven-central: active: RELEASE url: https://s01.oss.sonatype.org/service/local closeRepository: true releaseRepository: true stagingRepositories: - build/repos/local/release distributions: ikonli-browser: type: JLINK artifacts: - path: '{{artifactsDir}}/distributions/ikonli-browser-{{projectVersion}}-osx-x86_64.zip' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-osx-x86_64.zip' platform: 'osx-x86_64' - path: '{{artifactsDir}}/distributions/ikonli-browser-{{projectVersion}}-linux-x86_64.zip' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-linux-x86_64.zip' platform: 'linux-x86_64' - path: '{{artifactsDir}}/distributions/ikonli-browser-{{projectVersion}}-windows-x86_64.zip' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-windows-x86_64.zip' platform: 'windows-x86_64' ikonli-browser-pkg: type: NATIVE_PACKAGE artifacts: - path: '{{artifactsDir}}/packagers/ikonli-browser-{{projectVersionNumber}}.dmg' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-osx-x86_64.dmg' platform: 'osx-x86_64' - path: '{{artifactsDir}}/packagers/ikonli-browser-{{projectVersionNumber}}.pkg' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-osx-x86_64.pkg' platform: 'osx-x86_64' - path: '{{artifactsDir}}/packagers/ikonli-browser-{{projectVersionNumber}}.msi' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-windows-x86_64.msi' platform: 'windows-x86_64' - path: '{{artifactsDir}}/packagers/ikonli-browser-{{projectVersionNumber}}.exe' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-windows-x86_64.exe' platform: 'windows-x86_64' - path: '{{artifactsDir}}/packagers/ikonli-browser-{{projectVersionNumber}}-1.x86_64.rpm' transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-1.x86_64.rpm' platform: 'linux-x86_64' #- path: '{{artifactsDir}}/packagers/ikonli-browser-{{projectVersionNumber}}-1_amd64.deb' # transform: 'ikonli-browser/ikonli-browser-{{projectEffectiveVersion}}-1_amd64.deb' # platform: 'linux-x86_64' ================================================ FILE: settings.gradle ================================================ /* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2025 Andres Almiray * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ pluginManagement { repositories { mavenLocal() gradlePluginPortal() mavenCentral() } plugins { id 'org.kordamp.gradle.guide' version kordampPluginVersion id 'org.kordamp.gradle.bom' version kordampPluginVersion id 'org.ajoberstar.git-publish' version gitPluginVersion id 'com.google.osdetector' version osPluginVersion id 'org.beryx.jlink' version jlinkPluginVersion id 'org.jreleaser.jdks' version jreleaserPluginVersion } } buildscript { repositories { mavenLocal() gradlePluginPortal() mavenCentral() } dependencies { classpath "org.kordamp.gradle:kordamp-parentbuild:$kordampBuildVersion" classpath "org.cyclonedx:cyclonedx-gradle-plugin:$cyclonedxPluginVersion" classpath "biz.aQute.bnd.builder:biz.aQute.bnd.builder.gradle.plugin:$bndPluginVersion" } } apply plugin: 'org.kordamp.gradle.kordamp-parentbuild' rootProject.name = 'ikonli' projects { directories = ['docs', 'core', 'icon-packs', 'apps', 'infra'] plugins { all { id 'idea' } path(':') { id 'org.kordamp.gradle.java-project' } dirs(['apps', 'infra']) { id 'java-library' } dirs(['core', 'icon-packs']) { id 'java-library' id 'biz.aQute.bnd.builder' id 'org.cyclonedx.bom' } } } enforce { mergeStrategy = 'append' rule(enforcer.rules.BanDuplicateClasses) { r -> r.ignoreWhenIdentical.set(true) r.dependency("com.google.guava:guava:$guavaVersion".toString()) { d-> d.ignore('com.google.common.*') } } rule(enforcer.rules.ForceDependencies) { r -> r.dependencies.addAll "com.google.errorprone:error_prone_annotations:$errorproneVersion", "com.google.guava:guava:$guavaVersion" } }