@font-face {
    font-family: "swell-custom-icons";
    src: url("./swell-custom-icons.woff2?a5e6798a0032a1d6459dcb51af2e6b97") format("woff2"),
url("./swell-custom-icons.woff?a5e6798a0032a1d6459dcb51af2e6b97") format("woff");
}

span[class^="scicon-"]:before, span[class*=" scicon-"]:before {
    font-family: swell-custom-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.scicon-folder-outline:before {
    content: "\f101";
}
