$(document).ready(function() {
    $('.icon').find('img[src$=".png"]').pngfix();
});
