fileAttachment.iconString(default: "attachment")
The icon name for the file select button.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
fileAttachment: {
icon: "upload"
},
authorId: "user"
});
</script>