/home/ivoiecob/email.hirewise-va.com/modules/OfficeDocumentEditor/styles/styles.less
.tabsbar .content .item.new_button_panel .dropdown_content {
    .item_document .item_icon::before {
        background-image: url("../../images/modules/OfficeDocumentEditor/new_item_document.svg");
    }

    .item_spreadsheet .item_icon::before {
        background-image: url("../../images/modules/OfficeDocumentEditor/new_item_spreadsheet.svg");
    }

    .item_presentation .item_icon::before {
        background-image: url("../../images/modules/OfficeDocumentEditor/new_item_presentation.svg");
    }
}