Adding hand icon category, correctly renaming new hand icons with -o suffix

This commit is contained in:
Dave Gandy 2015-07-27 10:18:20 -07:00
parent 1affc29c59
commit f4216880e2
10 changed files with 89 additions and 56 deletions

18
css/font-awesome.css vendored
View file

@ -1894,27 +1894,27 @@
.fa-hourglass:before { .fa-hourglass:before {
content: "\f254"; content: "\f254";
} }
.fa-hand-grab:before, .fa-hand-grab-o:before,
.fa-hand-rock:before { .fa-hand-rock-o:before {
content: "\f255"; content: "\f255";
} }
.fa-hand-stop:before, .fa-hand-stop-o:before,
.fa-hand-paper:before { .fa-hand-paper-o:before {
content: "\f256"; content: "\f256";
} }
.fa-hand-scissors:before { .fa-hand-scissors-o:before {
content: "\f257"; content: "\f257";
} }
.fa-hand-lizard:before { .fa-hand-lizard-o:before {
content: "\f258"; content: "\f258";
} }
.fa-hand-spock:before { .fa-hand-spock-o:before {
content: "\f259"; content: "\f259";
} }
.fa-hand-pointer:before { .fa-hand-pointer-o:before {
content: "\f25a"; content: "\f25a";
} }
.fa-hand-peace:before { .fa-hand-peace-o:before {
content: "\f25b"; content: "\f25b";
} }
.fa-trademark:before { .fa-trademark:before {

File diff suppressed because one or more lines are too long

View file

@ -630,15 +630,15 @@
.@{fa-css-prefix}-hourglass-3:before, .@{fa-css-prefix}-hourglass-3:before,
.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; } .@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; }
.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; } .@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; }
.@{fa-css-prefix}-hand-grab:before, .@{fa-css-prefix}-hand-grab-o:before,
.@{fa-css-prefix}-hand-rock:before { content: @fa-var-hand-rock; } .@{fa-css-prefix}-hand-rock-o:before { content: @fa-var-hand-rock-o; }
.@{fa-css-prefix}-hand-stop:before, .@{fa-css-prefix}-hand-stop-o:before,
.@{fa-css-prefix}-hand-paper:before { content: @fa-var-hand-paper; } .@{fa-css-prefix}-hand-paper-o:before { content: @fa-var-hand-paper-o; }
.@{fa-css-prefix}-hand-scissors:before { content: @fa-var-hand-scissors; } .@{fa-css-prefix}-hand-scissors-o:before { content: @fa-var-hand-scissors-o; }
.@{fa-css-prefix}-hand-lizard:before { content: @fa-var-hand-lizard; } .@{fa-css-prefix}-hand-lizard-o:before { content: @fa-var-hand-lizard-o; }
.@{fa-css-prefix}-hand-spock:before { content: @fa-var-hand-spock; } .@{fa-css-prefix}-hand-spock-o:before { content: @fa-var-hand-spock-o; }
.@{fa-css-prefix}-hand-pointer:before { content: @fa-var-hand-pointer; } .@{fa-css-prefix}-hand-pointer-o:before { content: @fa-var-hand-pointer-o; }
.@{fa-css-prefix}-hand-peace:before { content: @fa-var-hand-peace; } .@{fa-css-prefix}-hand-peace-o:before { content: @fa-var-hand-peace-o; }
.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; } .@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; }
.@{fa-css-prefix}-registered:before { content: @fa-var-registered; } .@{fa-css-prefix}-registered:before { content: @fa-var-registered; }
.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; } .@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; }

View file

@ -289,19 +289,19 @@
@fa-var-group: "\f0c0"; @fa-var-group: "\f0c0";
@fa-var-h-square: "\f0fd"; @fa-var-h-square: "\f0fd";
@fa-var-hacker-news: "\f1d4"; @fa-var-hacker-news: "\f1d4";
@fa-var-hand-grab: "\f255"; @fa-var-hand-grab-o: "\f255";
@fa-var-hand-lizard: "\f258"; @fa-var-hand-lizard-o: "\f258";
@fa-var-hand-o-down: "\f0a7"; @fa-var-hand-o-down: "\f0a7";
@fa-var-hand-o-left: "\f0a5"; @fa-var-hand-o-left: "\f0a5";
@fa-var-hand-o-right: "\f0a4"; @fa-var-hand-o-right: "\f0a4";
@fa-var-hand-o-up: "\f0a6"; @fa-var-hand-o-up: "\f0a6";
@fa-var-hand-paper: "\f256"; @fa-var-hand-paper-o: "\f256";
@fa-var-hand-peace: "\f25b"; @fa-var-hand-peace-o: "\f25b";
@fa-var-hand-pointer: "\f25a"; @fa-var-hand-pointer-o: "\f25a";
@fa-var-hand-rock: "\f255"; @fa-var-hand-rock-o: "\f255";
@fa-var-hand-scissors: "\f257"; @fa-var-hand-scissors-o: "\f257";
@fa-var-hand-spock: "\f259"; @fa-var-hand-spock-o: "\f259";
@fa-var-hand-stop: "\f256"; @fa-var-hand-stop-o: "\f256";
@fa-var-hdd-o: "\f0a0"; @fa-var-hdd-o: "\f0a0";
@fa-var-header: "\f1dc"; @fa-var-header: "\f1dc";
@fa-var-headphones: "\f025"; @fa-var-headphones: "\f025";

View file

@ -630,15 +630,15 @@
.#{$fa-css-prefix}-hourglass-3:before, .#{$fa-css-prefix}-hourglass-3:before,
.#{$fa-css-prefix}-hourglass-end:before { content: $fa-var-hourglass-end; } .#{$fa-css-prefix}-hourglass-end:before { content: $fa-var-hourglass-end; }
.#{$fa-css-prefix}-hourglass:before { content: $fa-var-hourglass; } .#{$fa-css-prefix}-hourglass:before { content: $fa-var-hourglass; }
.#{$fa-css-prefix}-hand-grab:before, .#{$fa-css-prefix}-hand-grab-o:before,
.#{$fa-css-prefix}-hand-rock:before { content: $fa-var-hand-rock; } .#{$fa-css-prefix}-hand-rock-o:before { content: $fa-var-hand-rock-o; }
.#{$fa-css-prefix}-hand-stop:before, .#{$fa-css-prefix}-hand-stop-o:before,
.#{$fa-css-prefix}-hand-paper:before { content: $fa-var-hand-paper; } .#{$fa-css-prefix}-hand-paper-o:before { content: $fa-var-hand-paper-o; }
.#{$fa-css-prefix}-hand-scissors:before { content: $fa-var-hand-scissors; } .#{$fa-css-prefix}-hand-scissors-o:before { content: $fa-var-hand-scissors-o; }
.#{$fa-css-prefix}-hand-lizard:before { content: $fa-var-hand-lizard; } .#{$fa-css-prefix}-hand-lizard-o:before { content: $fa-var-hand-lizard-o; }
.#{$fa-css-prefix}-hand-spock:before { content: $fa-var-hand-spock; } .#{$fa-css-prefix}-hand-spock-o:before { content: $fa-var-hand-spock-o; }
.#{$fa-css-prefix}-hand-pointer:before { content: $fa-var-hand-pointer; } .#{$fa-css-prefix}-hand-pointer-o:before { content: $fa-var-hand-pointer-o; }
.#{$fa-css-prefix}-hand-peace:before { content: $fa-var-hand-peace; } .#{$fa-css-prefix}-hand-peace-o:before { content: $fa-var-hand-peace-o; }
.#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; } .#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; }
.#{$fa-css-prefix}-registered:before { content: $fa-var-registered; } .#{$fa-css-prefix}-registered:before { content: $fa-var-registered; }
.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; } .#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; }

View file

@ -289,19 +289,19 @@ $fa-var-gratipay: "\f184";
$fa-var-group: "\f0c0"; $fa-var-group: "\f0c0";
$fa-var-h-square: "\f0fd"; $fa-var-h-square: "\f0fd";
$fa-var-hacker-news: "\f1d4"; $fa-var-hacker-news: "\f1d4";
$fa-var-hand-grab: "\f255"; $fa-var-hand-grab-o: "\f255";
$fa-var-hand-lizard: "\f258"; $fa-var-hand-lizard-o: "\f258";
$fa-var-hand-o-down: "\f0a7"; $fa-var-hand-o-down: "\f0a7";
$fa-var-hand-o-left: "\f0a5"; $fa-var-hand-o-left: "\f0a5";
$fa-var-hand-o-right: "\f0a4"; $fa-var-hand-o-right: "\f0a4";
$fa-var-hand-o-up: "\f0a6"; $fa-var-hand-o-up: "\f0a6";
$fa-var-hand-paper: "\f256"; $fa-var-hand-paper-o: "\f256";
$fa-var-hand-peace: "\f25b"; $fa-var-hand-peace-o: "\f25b";
$fa-var-hand-pointer: "\f25a"; $fa-var-hand-pointer-o: "\f25a";
$fa-var-hand-rock: "\f255"; $fa-var-hand-rock-o: "\f255";
$fa-var-hand-scissors: "\f257"; $fa-var-hand-scissors-o: "\f257";
$fa-var-hand-spock: "\f259"; $fa-var-hand-spock-o: "\f259";
$fa-var-hand-stop: "\f256"; $fa-var-hand-stop-o: "\f256";
$fa-var-hdd-o: "\f0a0"; $fa-var-hdd-o: "\f0a0";
$fa-var-header: "\f1dc"; $fa-var-header: "\f1dc";
$fa-var-headphones: "\f025"; $fa-var-headphones: "\f025";

View file

@ -0,0 +1,12 @@
<section id="hand">
<h2 class="page-header">Hand Icons</h2>
<div class="row fontawesome-icon-list">
{% assign icons_hand = icons | expand_aliases | category:"Hand Icons" | sort_by:'class' %}
{% for icon in icons_hand %}
<div class="fa-hover col-md-3 col-sm-4"><a href="{{ page.relative_path }}icon/{{ icon.id }}"><i class="fa fa-{{ icon.class }}"></i> {{ icon.class }}{% if icon.alias_of %} <span class="text-muted">(alias)</span>{% endif %}</a></div>
{% endfor %}
</div>
</section>

View file

@ -42,6 +42,7 @@
<li class="divider"></li> <li class="divider"></li>
<li><a href="{{ page.relative_path }}icons/#new"><i class="fa fa-diamond fa-fw"></i>&nbsp; New Icons in {{ site.fontawesome.minor_version }}</a></li> <li><a href="{{ page.relative_path }}icons/#new"><i class="fa fa-diamond fa-fw"></i>&nbsp; New Icons in {{ site.fontawesome.minor_version }}</a></li>
<li><a href="{{ page.relative_path }}icons/#web-application"><i class="fa fa-camera-retro fa-fw"></i>&nbsp; Web Application Icons</a></li> <li><a href="{{ page.relative_path }}icons/#web-application"><i class="fa fa-camera-retro fa-fw"></i>&nbsp; Web Application Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#hand"><i class="fa fa-hand-spock-o fa-fw"></i>&nbsp; Hand Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#transportation"><i class="fa fa-ship fa-fw"></i>&nbsp; Transportation Icons</a></li> <li><a href="{{ page.relative_path }}icons/#transportation"><i class="fa fa-ship fa-fw"></i>&nbsp; Transportation Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#file-type"><i class="fa fa-file-image-o fa-fw"></i>&nbsp; File Type Icons</a></li> <li><a href="{{ page.relative_path }}icons/#file-type"><i class="fa fa-file-image-o fa-fw"></i>&nbsp; File Type Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#spinner"><i class="fa fa-spinner fa-fw"></i>&nbsp; Spinner Icons</a></li> <li><a href="{{ page.relative_path }}icons/#spinner"><i class="fa fa-spinner fa-fw"></i>&nbsp; Spinner Icons</a></li>
@ -50,7 +51,7 @@
<li><a href="{{ page.relative_path }}icons/#chart"><i class="fa fa-pie-chart fa-fw"></i>&nbsp; Chart Icons</a></li> <li><a href="{{ page.relative_path }}icons/#chart"><i class="fa fa-pie-chart fa-fw"></i>&nbsp; Chart Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#currency"><i class="fa fa-won fa-fw"></i>&nbsp; Currency Icons</a></li> <li><a href="{{ page.relative_path }}icons/#currency"><i class="fa fa-won fa-fw"></i>&nbsp; Currency Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#text-editor"><i class="fa fa-file-text-o fa-fw"></i>&nbsp; Text Editor Icons</a></li> <li><a href="{{ page.relative_path }}icons/#text-editor"><i class="fa fa-file-text-o fa-fw"></i>&nbsp; Text Editor Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#directional"><i class="fa fa-hand-o-right fa-fw"></i>&nbsp; Directional Icons</a></li> <li><a href="{{ page.relative_path }}icons/#directional"><i class="fa fa-arrow-right fa-fw"></i>&nbsp; Directional Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#video-player"><i class="fa fa-play-circle fa-fw"></i>&nbsp; Video Player Icons</a></li> <li><a href="{{ page.relative_path }}icons/#video-player"><i class="fa fa-play-circle fa-fw"></i>&nbsp; Video Player Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#brand"><i class="fa fa-github fa-fw"></i>&nbsp; Brand Icons</a></li> <li><a href="{{ page.relative_path }}icons/#brand"><i class="fa fa-github fa-fw"></i>&nbsp; Brand Icons</a></li>
<li><a href="{{ page.relative_path }}icons/#medical"><i class="fa fa-medkit fa-fw"></i>&nbsp; Medical Icons</a></li> <li><a href="{{ page.relative_path }}icons/#medical"><i class="fa fa-medkit fa-fw"></i>&nbsp; Medical Icons</a></li>

View file

@ -25,6 +25,7 @@ relative_path: ../
{% include icons/new.html %} {% include icons/new.html %}
{% include icons/web-application.html %} {% include icons/web-application.html %}
{% include icons/hand.html %}
{% include icons/transportation.html %} {% include icons/transportation.html %}
{% include icons/gender.html %} {% include icons/gender.html %}
{% include icons/file-type.html %} {% include icons/file-type.html %}

View file

@ -1379,8 +1379,10 @@ icons:
- approve - approve
- favorite - favorite
- agree - agree
- hand
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Thumbs Down Outlined - name: Thumbs Down Outlined
id: thumbs-o-down id: thumbs-o-down
@ -1390,8 +1392,10 @@ icons:
- dislike - dislike
- disapprove - disapprove
- disagree - disagree
- hand
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: star-half - name: star-half
id: star-half id: star-half
@ -1685,6 +1689,7 @@ icons:
- forward - forward
categories: categories:
- Directional Icons - Directional Icons
- Hand Icons
- name: Hand Outlined Left - name: Hand Outlined Left
id: hand-o-left id: hand-o-left
@ -1697,6 +1702,7 @@ icons:
- back - back
categories: categories:
- Directional Icons - Directional Icons
- Hand Icons
- name: Hand Outlined Up - name: Hand Outlined Up
id: hand-o-up id: hand-o-up
@ -1706,6 +1712,7 @@ icons:
- point - point
categories: categories:
- Directional Icons - Directional Icons
- Hand Icons
- name: Hand Outlined Down - name: Hand Outlined Down
id: hand-o-down id: hand-o-down
@ -1715,6 +1722,7 @@ icons:
- point - point
categories: categories:
- Directional Icons - Directional Icons
- Hand Icons
- name: Arrow Circle Left - name: Arrow Circle Left
id: arrow-circle-left id: arrow-circle-left
@ -3451,8 +3459,10 @@ icons:
- favorite - favorite
- approve - approve
- agree - agree
- hand
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: thumbs-down - name: thumbs-down
id: thumbs-down id: thumbs-down
@ -3462,8 +3472,10 @@ icons:
- dislike - dislike
- disapprove - disapprove
- disagree - disagree
- hand
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: YouTube Square - name: YouTube Square
id: youtube-square id: youtube-square
@ -5283,57 +5295,64 @@ icons:
- Web Application Icons - Web Application Icons
- name: Rock (Hand) - name: Rock (Hand)
id: hand-rock id: hand-rock-o
unicode: f255 unicode: f255
created: 4.4 created: 4.4
aliases: aliases:
- hand-grab - hand-grab-o
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Paper (Hand) - name: Paper (Hand)
id: hand-paper id: hand-paper-o
unicode: f256 unicode: f256
created: 4.4 created: 4.4
aliases: aliases:
- hand-stop - hand-stop-o
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Scissors (Hand) - name: Scissors (Hand)
id: hand-scissors id: hand-scissors-o
unicode: f257 unicode: f257
created: 4.4 created: 4.4
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Lizard (Hand) - name: Lizard (Hand)
id: hand-lizard id: hand-lizard-o
unicode: f258 unicode: f258
created: 4.4 created: 4.4
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Spock (Hand) - name: Spock (Hand)
id: hand-spock id: hand-spock-o
unicode: f259 unicode: f259
created: 4.4 created: 4.4
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Hand Pointer - name: Hand Pointer
id: hand-pointer id: hand-pointer-o
unicode: f25a unicode: f25a
created: 4.4 created: 4.4
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Hand Peace - name: Hand Peace
id: hand-peace id: hand-peace-o
unicode: f25b unicode: f25b
created: 4.4 created: 4.4
categories: categories:
- Web Application Icons - Web Application Icons
- Hand Icons
- name: Trademark - name: Trademark
id: trademark id: trademark