fileSelectButton.iconString
Defines the font icon name for the File Select button.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
fileSelectButton: {
icon: "folder-open"
},
placeholder: "Custom file icon..."
});
</script>