adding graduation cap #131

This commit is contained in:
Dave Gandy 2014-04-26 22:26:08 -05:00
parent 169a9211f9
commit 8da1813d4f
9 changed files with 23 additions and 0 deletions

View file

@ -1348,3 +1348,7 @@
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}

View file

@ -1348,3 +1348,7 @@
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}

Binary file not shown.

View file

@ -417,3 +417,5 @@
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
.@{fa-css-prefix}-institution:before,
.@{fa-css-prefix}-university:before { content: @fa-var-university; }
.@{fa-css-prefix}-mortar-board:before,
.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; }

View file

@ -384,4 +384,5 @@
@fa-var-wordpress: "\f19a";
@fa-var-openid: "\f19b";
@fa-var-university: "\f19c";
@fa-var-graduation-cap: "\f19d";

View file

@ -417,3 +417,5 @@
.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; }
.#{$fa-css-prefix}-institution:before,
.#{$fa-css-prefix}-university:before { content: $fa-var-university; }
.#{$fa-css-prefix}-mortar-board:before,
.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; }

View file

@ -384,4 +384,5 @@ $fa-var-envelope-square: "\f199";
$fa-var-wordpress: "\f19a";
$fa-var-openid: "\f19b";
$fa-var-university: "\f19c";
$fa-var-graduation-cap: "\f19d";

View file

@ -2755,3 +2755,12 @@ icons:
- institution
categories:
- Web Application Icons
- name: Graduation Cap
id: graduation-cap
unicode: f19d
created: 4.1
aliases:
- mortar-board
categories:
- Web Application Icons