adding a plug icon #266

This commit is contained in:
Dave Gandy 2014-08-22 11:24:44 -04:00
parent 154863437d
commit 34b13d2535
10 changed files with 17 additions and 3 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 442 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 443 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

@ -1587,3 +1587,6 @@
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -510,3 +510,4 @@
.@{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; }
.@{fa-css-prefix}-plug:before { content: @fa-var-plug; }

View file

@ -341,6 +341,7 @@
@fa-var-play: "\f04b";
@fa-var-play-circle: "\f144";
@fa-var-play-circle-o: "\f01d";
@fa-var-plug: "\f1e6";
@fa-var-plus: "\f067";
@fa-var-plus-circle: "\f055";
@fa-var-plus-square: "\f0fe";

View file

@ -510,3 +510,4 @@
.#{$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; }
.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; }

View file

@ -341,6 +341,7 @@ $fa-var-plane: "\f072";
$fa-var-play: "\f04b";
$fa-var-play-circle: "\f144";
$fa-var-play-circle-o: "\f01d";
$fa-var-plug: "\f1e6";
$fa-var-plus: "\f067";
$fa-var-plus-circle: "\f055";
$fa-var-plus-square: "\f0fe";

View file

@ -3285,9 +3285,16 @@ icons:
categories:
- Web Application Icons
- name: binoculars
- name: Binoculars
id: binoculars
unicode: f1e5
created: 4.2
categories:
- Web Application Icons
- name: Plug
id: plug
unicode: f1e6
created: 4.2
categories:
- Web Application Icons