mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
adding university/institution icon #131
This commit is contained in:
parent
bcadb1fdf9
commit
169a9211f9
4
css/font-awesome.css
vendored
4
css/font-awesome.css
vendored
@ -1344,3 +1344,7 @@
|
||||
.fa-openid:before {
|
||||
content: "\f19b";
|
||||
}
|
||||
.fa-institution:before,
|
||||
.fa-university:before {
|
||||
content: "\f19c";
|
||||
}
|
||||
|
4
css/font-awesome.min.css
vendored
4
css/font-awesome.min.css
vendored
@ -1344,3 +1344,7 @@
|
||||
.fa-openid:before {
|
||||
content: "\f19b";
|
||||
}
|
||||
.fa-institution:before,
|
||||
.fa-university:before {
|
||||
content: "\f19c";
|
||||
}
|
||||
|
Binary file not shown.
@ -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; }
|
||||
|
@ -383,4 +383,5 @@
|
||||
@fa-var-envelope-square: "\f199";
|
||||
@fa-var-wordpress: "\f19a";
|
||||
@fa-var-openid: "\f19b";
|
||||
@fa-var-university: "\f19c";
|
||||
|
||||
|
@ -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; }
|
||||
|
@ -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";
|
||||
|
||||
|
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user