.icon-dots {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: block;
    background: url("/framework/img/icon-dots.svg") center no-repeat;
    background-size: contain;
    filter: contrast(0.5)
}

.icon-table-column {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: block;
    background: url("/framework/img/icon-table-column.svg") center no-repeat;
    background-size: contain;
    filter: contrast(0.5)
}

.icon-list-low {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: block;
    background: url("/framework/img/icon-list-low.svg") center no-repeat;
    background-size: contain;
    filter: contrast(0.5)
}

.icon-list-medium {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: block;
    background: url("/framework/img/icon-list-medium.svg") center no-repeat;
    background-size: contain;
    filter: contrast(0.5)
}

.icon-list-high {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: block;
    background: url("/framework/img/icon-list-high.svg") center no-repeat;
    background-size: contain;
    filter: contrast(0.5)
}

.icon-download {
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: block;
    background: url("/framework/img/icon-download.svg") center no-repeat;
    background-size: contain;
    filter: contrast(0.5)
}
