Semantic UI star icon problem

Shows only a half of a star

by Andrey K

HTML

<link rel="stylesheet" href="https://fomantic-ui.com/dist/semantic.min.css">
<i class="ui huge half empty star icon"></i>
<i class="ui huge empty star icon"></i>
<i class="ui huge star icon"></i>
<i class="ui huge empty heart icon"></i>
<i class="ui huge heart icon"></i>

CSS

/* remove to see issue */
i.icon.star.empty:before {
  content: "\f005";
}