The other like regular or brand are work well. The solid icon just not display and no any related console error.
Please look my example below.
{{! template.hbs }}
<div>
solid
{{d-icon "fa-mobile"}}
{{d-icon "fa-beer"}}
{{d-icon "fa-baby"}}
<br>
solid2
{{d-icon "fas-mobile"}}
{{d-icon "fas-beer"}}
{{d-icon "fas-baby"}}
<br>
regular
{{d-icon "far-clone"}}
{{d-icon "far-angry"}}
{{d-icon "far-grimace"}}
<br>
brand
{{d-icon "fab-500px"}}
{{d-icon "fab-apple"}}
{{d-icon "fab-aws"}}
</div>
I wanna paste the raw html here but it seems not support nested content inside svg tag.