From 006174e1e435c93aa0ac4a46de054d0ebb31dd4f Mon Sep 17 00:00:00 2001 From: David Celis Date: Fri, 10 May 2013 10:31:54 -0700 Subject: [PATCH] Add icon-star-half-full The star is half full, @davegandy. The star is half full. Signed-off-by: David Celis --- build/_includes/cheatsheet.html | 1 + build/_includes/icons/new.html | 1 + build/_includes/icons/web-application.html | 1 + build/assets/font-awesome/less/font-awesome-ie7.less | 1 + build/assets/font-awesome/less/icons.less | 1 + build/icons.yml | 7 +++++++ 6 files changed, 12 insertions(+) diff --git a/build/_includes/cheatsheet.html b/build/_includes/cheatsheet.html index e292471d6..ef49a9259 100644 --- a/build/_includes/cheatsheet.html +++ b/build/_includes/cheatsheet.html @@ -280,6 +280,7 @@
  • icon-code ()
  • icon-reply-all ()
  • icon-mail-reply-all ()
  • +
  • icon-star-half-full ()
  • icon-star-half-empty ()
  • icon-location-arrow ()
  • icon-crop ()
  • diff --git a/build/_includes/icons/new.html b/build/_includes/icons/new.html index 7160ab0cd..00f0d99e8 100644 --- a/build/_includes/icons/new.html +++ b/build/_includes/icons/new.html @@ -30,6 +30,7 @@
      +
    • icon-star-half-full (alias)
    • icon-star-half-empty
    • icon-location-arrow
    • icon-rotate-left (alias)
    • diff --git a/build/_includes/icons/web-application.html b/build/_includes/icons/web-application.html index 3a18e1405..70483d4c3 100644 --- a/build/_includes/icons/web-application.html +++ b/build/_includes/icons/web-application.html @@ -189,6 +189,7 @@
    • icon-sort
    • icon-spinner
    • icon-star-empty
    • +
    • icon-star-half-full (alias)
    • icon-star-half-empty
    • icon-star-half
    • icon-star
    • diff --git a/build/assets/font-awesome/less/font-awesome-ie7.less b/build/assets/font-awesome/less/font-awesome-ie7.less index 583e904c3..68ac45074 100644 --- a/build/assets/font-awesome/less/font-awesome-ie7.less +++ b/build/assets/font-awesome/less/font-awesome-ie7.less @@ -367,6 +367,7 @@ a [class*=" icon-"] { .icon-code { .ie7icon(''); } .icon-reply-all { .ie7icon(''); } .icon-mail-reply-all { .ie7icon(''); } +.icon-star-half-full { .ie7icon(''); } .icon-star-half-empty { .ie7icon(''); } .icon-location-arrow { .ie7icon(''); } .icon-crop { .ie7icon(''); } diff --git a/build/assets/font-awesome/less/icons.less b/build/assets/font-awesome/less/icons.less index 08f5d81fb..027933ad2 100644 --- a/build/assets/font-awesome/less/icons.less +++ b/build/assets/font-awesome/less/icons.less @@ -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"; } diff --git a/build/icons.yml b/build/icons.yml index 09d817e3f..c056d761a 100755 --- a/build/icons.yml +++ b/build/icons.yml @@ -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