Skip to content

Commit

Permalink
Adding balance-scale #276
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Jul 27, 2015
1 parent 3b11009 commit 7e51b87
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework

Font Awesome is a full suite of 557 pictographic icons for easy scalable vector graphics on websites,
Font Awesome is a full suite of 559 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).
Expand Down
8 changes: 7 additions & 1 deletion css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1935,9 +1935,15 @@
.fa-tripadvisor:before {
content: "\f262";
}
.fa-Odnoklassniki:before {
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-balance-scale:before {
content: "\f266";
}
2 changes: 1 addition & 1 deletion css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file modified fonts/FontAwesome.otf
Binary file not shown.
4 changes: 3 additions & 1 deletion less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -645,5 +645,7 @@
.@{fa-css-prefix}-gg:before { content: @fa-var-gg; }
.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; }
.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; }
.@{fa-css-prefix}-Odnoklassniki:before { content: @fa-var-Odnoklassniki; }
.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; }
.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; }
.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; }
.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; }
4 changes: 3 additions & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@fa-inverse: #fff;
@fa-li-width: (30em / 14);

@fa-var-Odnoklassniki: "\f263";
@fa-var-adjust: "\f042";
@fa-var-adn: "\f170";
@fa-var-align-center: "\f037";
Expand Down Expand Up @@ -53,6 +52,7 @@
@fa-var-at: "\f1fa";
@fa-var-automobile: "\f1b9";
@fa-var-backward: "\f04a";
@fa-var-balance-scale: "\f266";
@fa-var-ban: "\f05e";
@fa-var-bank: "\f19c";
@fa-var-bar-chart: "\f080";
Expand Down Expand Up @@ -272,6 +272,7 @@
@fa-var-gear: "\f013";
@fa-var-gears: "\f085";
@fa-var-genderless: "\f1db";
@fa-var-get-pocket: "\f265";
@fa-var-gg: "\f260";
@fa-var-gg-circle: "\f261";
@fa-var-gift: "\f06b";
Expand Down Expand Up @@ -410,6 +411,7 @@
@fa-var-newspaper-o: "\f1ea";
@fa-var-object-group: "\f247";
@fa-var-object-ungroup: "\f248";
@fa-var-odnoklassniki: "\f263";
@fa-var-odnoklassniki-square: "\f264";
@fa-var-opencart: "\f23d";
@fa-var-openid: "\f19b";
Expand Down
4 changes: 3 additions & 1 deletion scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -645,5 +645,7 @@
.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; }
.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; }
.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; }
.#{$fa-css-prefix}-Odnoklassniki:before { content: $fa-var-Odnoklassniki; }
.#{$fa-css-prefix}-odnoklassniki:before { content: $fa-var-odnoklassniki; }
.#{$fa-css-prefix}-odnoklassniki-square:before { content: $fa-var-odnoklassniki-square; }
.#{$fa-css-prefix}-get-pocket:before { content: $fa-var-get-pocket; }
.#{$fa-css-prefix}-balance-scale:before { content: $fa-var-balance-scale; }
4 changes: 3 additions & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ $fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default;

$fa-var-Odnoklassniki: "\f263";
$fa-var-adjust: "\f042";
$fa-var-adn: "\f170";
$fa-var-align-center: "\f037";
Expand Down Expand Up @@ -53,6 +52,7 @@ $fa-var-asterisk: "\f069";
$fa-var-at: "\f1fa";
$fa-var-automobile: "\f1b9";
$fa-var-backward: "\f04a";
$fa-var-balance-scale: "\f266";
$fa-var-ban: "\f05e";
$fa-var-bank: "\f19c";
$fa-var-bar-chart: "\f080";
Expand Down Expand Up @@ -272,6 +272,7 @@ $fa-var-ge: "\f1d1";
$fa-var-gear: "\f013";
$fa-var-gears: "\f085";
$fa-var-genderless: "\f1db";
$fa-var-get-pocket: "\f265";
$fa-var-gg: "\f260";
$fa-var-gg-circle: "\f261";
$fa-var-gift: "\f06b";
Expand Down Expand Up @@ -410,6 +411,7 @@ $fa-var-neuter: "\f22c";
$fa-var-newspaper-o: "\f1ea";
$fa-var-object-group: "\f247";
$fa-var-object-ungroup: "\f248";
$fa-var-odnoklassniki: "\f263";
$fa-var-odnoklassniki-square: "\f264";
$fa-var-opencart: "\f23d";
$fa-var-openid: "\f19b";
Expand Down
Binary file modified src/assets/font-awesome/fonts/FontAwesome.otf
Binary file not shown.
16 changes: 15 additions & 1 deletion src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5400,7 +5400,7 @@ icons:
- Brand Icons

- name: Odnoklassniki
id: Odnoklassniki
id: odnoklassniki
unicode: f263
created: 4.4
categories:
Expand All @@ -5412,3 +5412,17 @@ icons:
created: 4.4
categories:
- Brand Icons

- name: Get Pocket
id: get-pocket
unicode: f265
created: 4.4
categories:
- Brand Icons

- name: Balance Scale
id: balance-scale
unicode: f266
created: 4.4
categories:
- Brand Icons

0 comments on commit 7e51b87

Please sign in to comment.