mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
adding slack logo #3020. love slack!
This commit is contained in:
parent
23ed7a991b
commit
95df9be6fd
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1332,3 +1332,6 @@
|
||||
.fa-space-shuttle:before {
|
||||
content: "\f197";
|
||||
}
|
||||
.fa-slack:before {
|
||||
content: "\f198";
|
||||
}
|
||||
|
3
css/font-awesome.min.css
vendored
3
css/font-awesome.min.css
vendored
@ -1332,3 +1332,6 @@
|
||||
.fa-space-shuttle:before {
|
||||
content: "\f197";
|
||||
}
|
||||
.fa-slack:before {
|
||||
content: "\f198";
|
||||
}
|
||||
|
Binary file not shown.
@ -411,3 +411,4 @@
|
||||
.@{fa-css-prefix}-try:before { content: @fa-var-try; }
|
||||
.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; }
|
||||
.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; }
|
||||
.@{fa-css-prefix}-slack:before { content: @fa-var-slack; }
|
||||
|
@ -379,4 +379,5 @@
|
||||
@fa-var-try: "\f195";
|
||||
@fa-var-plus-square-o: "\f196";
|
||||
@fa-var-space-shuttle: "\f197";
|
||||
@fa-var-slack: "\f198";
|
||||
|
||||
|
@ -411,3 +411,4 @@
|
||||
.#{$fa-css-prefix}-try:before { content: $fa-var-try; }
|
||||
.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; }
|
||||
.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; }
|
||||
.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; }
|
||||
|
@ -379,4 +379,5 @@ $fa-var-vimeo-square: "\f194";
|
||||
$fa-var-try: "\f195";
|
||||
$fa-var-plus-square-o: "\f196";
|
||||
$fa-var-space-shuttle: "\f197";
|
||||
$fa-var-slack: "\f198";
|
||||
|
||||
|
Binary file not shown.
@ -2718,3 +2718,10 @@ icons:
|
||||
created: 4.1
|
||||
categories:
|
||||
- Web Application Icons
|
||||
|
||||
- name: Slack Logo
|
||||
id: slack
|
||||
unicode: f198
|
||||
created: 4.1
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
Loading…
Reference in New Issue
Block a user