adding binoculars icon #242

This commit is contained in:
Dave Gandy 2014-08-22 10:33:25 -04:00
parent 607dcbc62a
commit 154863437d
10 changed files with 16 additions and 2 deletions

View file

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

View file

@ -1584,3 +1584,6 @@
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -509,3 +509,4 @@
.@{fa-css-prefix}-soccer-ball-o:before,
.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; }
.@{fa-css-prefix}-tty:before { content: @fa-var-tty; }
.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; }

View file

@ -57,6 +57,7 @@
@fa-var-behance-square: "\f1b5";
@fa-var-bell: "\f0f3";
@fa-var-bell-o: "\f0a2";
@fa-var-binoculars: "\f1e5";
@fa-var-bitbucket: "\f171";
@fa-var-bitbucket-square: "\f172";
@fa-var-bitcoin: "\f15a";

View file

@ -509,3 +509,4 @@
.#{$fa-css-prefix}-soccer-ball-o:before,
.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; }
.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; }
.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; }

View file

@ -57,6 +57,7 @@ $fa-var-behance: "\f1b4";
$fa-var-behance-square: "\f1b5";
$fa-var-bell: "\f0f3";
$fa-var-bell-o: "\f0a2";
$fa-var-binoculars: "\f1e5";
$fa-var-bitbucket: "\f171";
$fa-var-bitbucket-square: "\f172";
$fa-var-bitcoin: "\f15a";

View file

@ -3284,3 +3284,10 @@ icons:
created: 4.2
categories:
- Web Application Icons
- name: binoculars
id: binoculars
unicode: f1e5
created: 4.2
categories:
- Web Application Icons