/*!
 * bootstrap-fileinput v4.3.5
 * http://plugins.krajee.com/file-input
 *
 * Font Awesome icon theme configuration for bootstrap-fileinput. Requires font awesome assets to be loaded.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2016, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
(function ($) {
    "use strict";
    $.fn.fileinputThemes.fa = {
        fileActionSettings: {
            removeIcon: '',
            uploadIcon: '',
            zoomIcon: '',
            dragIcon: '',
            indicatorNew: '',
            indicatorSuccess: '',
            indicatorError: '',
            indicatorLoading: ''
        },
        layoutTemplates: {
            fileIcon: ' '
        },
        previewZoomButtonIcons: {
            prev: '',
            next: '',
            toggleheader: '',
            fullscreen: '',
            borderless: '',
            close: ''
        },
        previewFileIcon: '',
        browseIcon: '',
        removeIcon: '',
        cancelIcon: '',
        uploadIcon: '',
        msgValidationErrorIcon: ' '
    };
})(window.jQuery);