Add icon-star-half-full

The star is half full, @davegandy. The star is half full.

Signed-off-by: David Celis <me@davidcel.is>
This commit is contained in:
David Celis 2013-05-10 10:31:54 -07:00
parent a4612d8b81
commit 006174e1e4
6 changed files with 12 additions and 0 deletions

View file

@ -280,6 +280,7 @@
<li><i class="icon-fixed-width">&#xf121;</i> icon-code <span class="muted">(&amp;#xf121;)</span></li>
<li><i class="icon-fixed-width">&#xf122;</i> icon-reply-all <span class="muted">(&amp;#xf122;)</span></li>
<li><i class="icon-fixed-width">&#xf122;</i> icon-mail-reply-all <span class="muted">(&amp;#xf122;)</span></li>
<li><i class="icon-fixed-width">&#xf123;</i> icon-star-half-full <span class="muted">(&amp;#xf123;)</span></li>
<li><i class="icon-fixed-width">&#xf123;</i> icon-star-half-empty <span class="muted">(&amp;#xf123;)</span></li>
<li><i class="icon-fixed-width">&#xf124;</i> icon-location-arrow <span class="muted">(&amp;#xf124;)</span></li>
<li><i class="icon-fixed-width">&#xf125;</i> icon-crop <span class="muted">(&amp;#xf125;)</span></li>

View file

@ -30,6 +30,7 @@
</div>
<div class="span3">
<ul class="the-icons">
<li><a href="{{ page.relative_path }}icon/star-half-full"><i class="icon-star-half-full"></i> icon-star-half-full <span class="muted">(alias)</span></a></li>
<li><a href="{{ page.relative_path }}icon/star-half-empty"><i class="icon-star-half-empty"></i> icon-star-half-empty</a></li>
<li><a href="{{ page.relative_path }}icon/location-arrow"><i class="icon-location-arrow"></i> icon-location-arrow</a></li>
<li><a href="{{ page.relative_path }}icon/undo"><i class="icon-rotate-left"></i> icon-rotate-left <span class="muted">(alias)</span></a></li>

View file

@ -189,6 +189,7 @@
<li><a href="{{ page.relative_path }}icon/sort"><i class="icon-sort"></i> icon-sort</a></li>
<li><a href="{{ page.relative_path }}icon/spinner"><i class="icon-spinner"></i> icon-spinner</a></li>
<li><a href="{{ page.relative_path }}icon/star-empty"><i class="icon-star-empty"></i> icon-star-empty</a></li>
<li><a href="{{ page.relative_path }}icon/star-half-full"><i class="icon-star-half-full"></i> icon-star-half-full <span class="muted">(alias)</span></a></li>
<li><a href="{{ page.relative_path }}icon/star-half-empty"><i class="icon-star-half-empty"></i> icon-star-half-empty</a></li>
<li><a href="{{ page.relative_path }}icon/star-half"><i class="icon-star-half"></i> icon-star-half</a></li>
<li><a href="{{ page.relative_path }}icon/star"><i class="icon-star"></i> icon-star</a></li>

View file

@ -367,6 +367,7 @@ a [class*=" icon-"] {
.icon-code { .ie7icon('&#xf121;'); }
.icon-reply-all { .ie7icon('&#xf122;'); }
.icon-mail-reply-all { .ie7icon('&#xf122;'); }
.icon-star-half-full { .ie7icon('&#xf123;'); }
.icon-star-half-empty { .ie7icon('&#xf123;'); }
.icon-location-arrow { .ie7icon('&#xf124;'); }
.icon-crop { .ie7icon('&#xf125;'); }

View file

@ -284,6 +284,7 @@
.icon-code:before { content: "\f121"; }
.icon-reply-all:before, { content: "\f122"; }
.icon-mail-reply-all:before { content: "\f122"; }
.icon-star-half-full:before,
.icon-star-half-empty:before { content: "\f123"; }
.icon-location-arrow:before { content: "\f124"; }
.icon-crop:before { content: "\f125"; }

View file

@ -1856,6 +1856,13 @@ icons:
categories:
- Web Application Icons
- name: star-half-full
id: star-half-full
unicode: f123
created: 3.1.0
categories:
- Web Application Icons
- name: star-half-empty
id: star-half-empty
unicode: f123