actionButton.iconString
Defines the font icon name for the send state.
Example
<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
actionButton: {
icon: "paper-plane"
},
placeholder: "Custom send icon..."
});
</script>