mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding Telegram #3034
This commit is contained in:
parent
2d07b44f9a
commit
567cdad49f
@ -1,7 +1,7 @@
|
||||
# [Font Awesome v4.7.0](http://fontawesome.io)
|
||||
### The iconic font and CSS framework
|
||||
|
||||
Font Awesome is a full suite of 650 pictographic icons for easy scalable vector graphics on websites,
|
||||
Font Awesome is a full suite of 651 pictographic icons for easy scalable vector graphics on websites,
|
||||
created and maintained by [Dave Gandy](https://twitter.com/davegandy).
|
||||
Stay up to date with the latest release and announcements on Twitter:
|
||||
[@fontawesome](http://twitter.com/fontawesome).
|
||||
|
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -2229,6 +2229,9 @@
|
||||
.fa-free-code-camp:before {
|
||||
content: "\f2c5";
|
||||
}
|
||||
.fa-telegram:before {
|
||||
content: "\f2c6";
|
||||
}
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
|
2
css/font-awesome.min.css
vendored
2
css/font-awesome.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -751,3 +751,4 @@
|
||||
.@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; }
|
||||
.@{fa-css-prefix}-quora:before { content: @fa-var-quora; }
|
||||
.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; }
|
||||
.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; }
|
||||
|
@ -650,6 +650,7 @@
|
||||
@fa-var-tags: "\f02c";
|
||||
@fa-var-tasks: "\f0ae";
|
||||
@fa-var-taxi: "\f1ba";
|
||||
@fa-var-telegram: "\f2c6";
|
||||
@fa-var-television: "\f26c";
|
||||
@fa-var-tencent-weibo: "\f1d5";
|
||||
@fa-var-terminal: "\f120";
|
||||
|
@ -751,3 +751,4 @@
|
||||
.#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; }
|
||||
.#{$fa-css-prefix}-quora:before { content: $fa-var-quora; }
|
||||
.#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; }
|
||||
.#{$fa-css-prefix}-telegram:before { content: $fa-var-telegram; }
|
||||
|
@ -650,6 +650,7 @@ $fa-var-tag: "\f02b";
|
||||
$fa-var-tags: "\f02c";
|
||||
$fa-var-tasks: "\f0ae";
|
||||
$fa-var-taxi: "\f1ba";
|
||||
$fa-var-telegram: "\f2c6";
|
||||
$fa-var-television: "\f26c";
|
||||
$fa-var-tencent-weibo: "\f1d5";
|
||||
$fa-var-terminal: "\f120";
|
||||
|
Binary file not shown.
@ -6339,3 +6339,10 @@ icons:
|
||||
created: 4.7
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
||||
- name: Telegram
|
||||
id: telegram
|
||||
unicode: f2c6
|
||||
created: 4.7
|
||||
categories:
|
||||
- Brand Icons
|
||||
|
Loading…
Reference in New Issue
Block a user