adding bell-slash and bell-slash-o #1090

This commit is contained in:
Dave Gandy 2014-08-24 14:31:53 -05:00
parent 03f71ba901
commit 88ffec6699
10 changed files with 30 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 457 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 459 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

@ -1600,3 +1600,9 @@
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -525,3 +525,5 @@
.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; }
.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; }
.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; }
.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; }
.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; }

View file

@ -57,6 +57,8 @@
@fa-var-behance-square: "\f1b5";
@fa-var-bell: "\f0f3";
@fa-var-bell-o: "\f0a2";
@fa-var-bell-slash: "\f1f6";
@fa-var-bell-slash-o: "\f1f7";
@fa-var-binoculars: "\f1e5";
@fa-var-bitbucket: "\f171";
@fa-var-bitbucket-square: "\f172";

View file

@ -525,3 +525,5 @@
.#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; }
.#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; }
.#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; }
.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; }
.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; }

View file

@ -57,6 +57,8 @@ $fa-var-behance: "\f1b4";
$fa-var-behance-square: "\f1b5";
$fa-var-bell: "\f0f3";
$fa-var-bell-o: "\f0a2";
$fa-var-bell-slash: "\f1f6";
$fa-var-bell-slash-o: "\f1f7";
$fa-var-binoculars: "\f1e5";
$fa-var-bitbucket: "\f171";
$fa-var-bitbucket-square: "\f172";

View file

@ -3406,3 +3406,17 @@ icons:
categories:
- Brand Icons
- Payment Icons
- name: Bell Slash
id: bell-slash
unicode: f1f6
created: 4.2
categories:
- Web Application Icons
- name: Bell Slash Outlined
id: bell-slash-o
unicode: f1f7
created: 4.2
categories:
- Web Application Icons