Trying to place the arrow icon to the far right side of the header -content div.

<calcite-panel id="feature_info" with-Scale="l">
<div id="header-content" slot="header-content" style="font-size: large; font-weight: bold; float: right">
Feature Info
<div style="float:right">
<calcite-icon icon="arrow-bold-right" id="next"></calcite-icon>
</div>
</div>
</calcite-panel>