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