.ic-edit {
    background: url("/core/icons/edit.svg");
}

.ic-delete {
    background: url("/core/icons/delete.svg");
}

.ic-download {
    background: url("/core/icons/download.svg");
}

.ic-initialize {
    background: url("/core/icons/play_circle.svg");
}

.ic-refresh {
    background: url("/core/icons/refresh.svg");
}

.ic-forward-to-inbox {
    background: url("/core/icons/forward-to-inbox.svg");
}

.ic-duplicate {
    background: url("/core/icons/duplicate.svg");
}

.ic-cancel {
    background: url("/core/icons/cancel.svg");
}

.ic-save {
    background: url("/core/icons/save.svg");
}
