Browse Source

Adding bluetooth logo and bluetooth-b #2013

Dave Gandy 9 years ago
parent
commit
c78f62139a

+ 1 - 1
README.md

@@ -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).

+ 6 - 0
css/font-awesome.css

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

File diff suppressed because it is too large
+ 0 - 0
css/font-awesome.min.css


BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -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; }

+ 2 - 0
less/variables.less

@@ -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";

+ 2 - 0
scss/_icons.scss

@@ -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; }

+ 2 - 0
scss/_variables.scss

@@ -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";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 14 - 0
src/icons.yml

@@ -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

Some files were not shown because too many files changed in this diff