svgIconString(default: "globe")
The name of the SVG icon displayed on the chip.
Example - set the chip icon
<span id="citation"></span>
<script>
$("#citation").kendoCitation({
svgIcon: "file-pdf",
sources: [{ url: "https://example.com", title: "Example" }]
});
</script>