Adding bluetooth logo and bluetooth-b #2013

This commit is contained in:
Dave Gandy 2015-11-20 15:26:15 -05:00 committed by Travis Chase
parent 1b35593997
commit c78f62139a
10 changed files with 30 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#[Font Awesome v4.5.0](http://fontawesome.io)
###The iconic font and CSS framework
Font Awesome is a full suite of 602 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 604 pictographic icons for easy scalable vector graphics on websites,
created and maintained by [Dave Gandy](http://twitter.com/davegandy).
Stay up to date with the latest release and announcements on Twitter:
[@fontawesome](http://twitter.com/fontawesome).

View file

@ -2074,3 +2074,9 @@
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -692,3 +692,5 @@
.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; }
.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; }
.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; }
.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; }
.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; }

View file

@ -86,6 +86,8 @@
@fa-var-bitbucket-square: "\f172";
@fa-var-bitcoin: "\f15a";
@fa-var-black-tie: "\f27e";
@fa-var-bluetooth: "\f293";
@fa-var-bluetooth-b: "\f294";
@fa-var-bold: "\f032";
@fa-var-bolt: "\f0e7";
@fa-var-bomb: "\f1e2";

View file

@ -692,3 +692,5 @@
.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; }
.#{$fa-css-prefix}-shopping-basket:before { content: $fa-var-shopping-basket; }
.#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; }
.#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; }
.#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; }

View file

@ -86,6 +86,8 @@ $fa-var-bitbucket: "\f171";
$fa-var-bitbucket-square: "\f172";
$fa-var-bitcoin: "\f15a";
$fa-var-black-tie: "\f27e";
$fa-var-bluetooth: "\f293";
$fa-var-bluetooth-b: "\f294";
$fa-var-bold: "\f032";
$fa-var-bolt: "\f0e7";
$fa-var-bomb: "\f1e2";

View file

@ -5786,3 +5786,17 @@ icons:
created: 4.5
categories:
- Web Application Icons
- name: Bluetooth
id: bluetooth
unicode: f293
created: 4.5
categories:
- Web Application Icons
- name: Bluetooth
id: bluetooth-b
unicode: f294
created: 4.5
categories:
- Web Application Icons