iconClass String
(default: '')
If set, value will be appended to the icon's element class attribute.
Example
<span id="chip"></span>
<script>
$('#chip').kendoChip({
iconClass: 'k-icon k-i-add',
label: 'Add'
});
</script>