.DIVI_wpDataTable::before {
    content: "" !important;
    background-image: url("media/table-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-size: cover;
    /*display: inline-block;*/
}

.DIVI_wpDataChart::before {
    content: "" !important;
    background-image: url("media/chart-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background-size: cover;
    /*display: inline-block;*/
}