divの途中でテキストと右矢印(Googleフォントで)の両方を整列しようとしていますが、何を試しても成功できませんでした。どのように整列させることができますか?テキストと矢印を整列する(Googleフォントで)
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<div style="width:300px; background-color:#ADD8E6; padding:0.5rem 1rem; text-align:center;display:inline-block;">
<div style="float:right;">
<span class="material-icons" style=" font-size:2rem;"></span>
</div>
<div style="padding-left:20px; padding-right:20px;">
Some Text
</div>
</div>