.view-search-icon {
    font-size: 1.6em;
}

.icon-angle-right {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('angle-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-angle-double-right {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('angle-double-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-angle-left {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('angle-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-angle-double-left {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url('angle-double-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}