adding university/institution icon #131

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

View file

@ -1344,3 +1344,7 @@
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-university:before {
content: "\f19c";
}

View file

@ -1344,3 +1344,7 @@
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-university:before {
content: "\f19c";
}

Binary file not shown.

View file

@ -415,3 +415,5 @@
.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; }
.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; }
.@{fa-css-prefix}-openid:before { content: @fa-var-openid; }
.@{fa-css-prefix}-institution:before,
.@{fa-css-prefix}-university:before { content: @fa-var-university; }

View file

@ -383,4 +383,5 @@
@fa-var-envelope-square: "\f199";
@fa-var-wordpress: "\f19a";
@fa-var-openid: "\f19b";
@fa-var-university: "\f19c";

View file

@ -415,3 +415,5 @@
.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; }
.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; }
.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; }
.#{$fa-css-prefix}-institution:before,
.#{$fa-css-prefix}-university:before { content: $fa-var-university; }

View file

@ -383,4 +383,5 @@ $fa-var-slack: "\f198";
$fa-var-envelope-square: "\f199";
$fa-var-wordpress: "\f19a";
$fa-var-openid: "\f19b";
$fa-var-university: "\f19c";

View file

@ -2746,3 +2746,12 @@ icons:
created: 4.1
categories:
- Brand Icons
- name: University
id: university
unicode: f19c
created: 4.1
aliases:
- institution
categories:
- Web Application Icons