@font-face {
    font-family: "neo-icons";
    src: url("./neo-icons.ttf?19ad45d5b94525e5a7462a70214c4fe3") format("truetype"),
url("./neo-icons.svg?19ad45d5b94525e5a7462a70214c4fe3#neo-icons") format("svg");
}

[class^="neo-icon-"]:before, [class*=" neo-icon-"]:before {
    font-family: neo-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;
}

.neo-icon-call:before {
    content: "\f101";
}
.neo-icon-chevron_down:before {
    content: "\f102";
}
.neo-icon-chevron_up:before {
    content: "\f103";
}
.neo-icon-cross:before {
    content: "\f104";
}
.neo-icon-current_location:before {
    content: "\f105";
}
.neo-icon-refresh:before {
    content: "\f106";
}
