svgIconString(default: "wrench")
The name of the SVG icon displayed in the step header.
Example - set the icon
<div id="toolcall"></div>
<script>
$("#toolcall").kendoToolCall({
label: "Search",
svgIcon: "search"
});
</script>