sourceIconString(default: "globe")
The name of the SVG icon used for source links inside the popover.
Example - set the source link icon
<span id="citation"></span>
<script>
$("#citation").kendoCitation({
sourceIcon: "link",
sources: [{ url: "https://example.com", title: "Example" }]
});
</script>