{{#if this.icon}}
{{svg-jar this.icon class=this.iconClass}}
{{/if}}
{{yield (hash
CaptionInput=(component "koenig-caption-input"
captureInput=this.isSelected
addParagraphAfterCard=this.addParagraphAfterCard
moveCursorToPrevSection=this.moveCursorToPrevSection
moveCursorToNextSection=this.moveCursorToNextSection
)
AltInput=(component "koenig-alt-input"
addParagraphAfterCard=this.addParagraphAfterCard
moveCursorToPrevSection=this.moveCursorToPrevSection
moveCursorToNextSection=this.moveCursorToNextSection
)
)}}
{{#if this.toolbar}}
{{#each this.toolbar.items as |item|}}
{{#if item.divider}}
{{else}}
{{/if}}
{{/each}}
{{/if}}