fixing some brand icon categories, adding steam and steam-square icons #1035

This commit is contained in:
Dave Gandy 2014-05-13 17:03:29 -05:00
parent 964f76d60e
commit 8ac219e2b3
9 changed files with 36 additions and 2 deletions

View file

@ -1419,3 +1419,9 @@
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}

View file

@ -1419,3 +1419,9 @@
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}

Binary file not shown.

View file

@ -442,3 +442,5 @@
.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; }
.@{fa-css-prefix}-behance:before { content: @fa-var-behance; }
.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; }
.@{fa-css-prefix}-steam:before { content: @fa-var-steam; }
.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; }

View file

@ -337,6 +337,8 @@
@fa-var-star-half: "\f089";
@fa-var-star-half-o: "\f123";
@fa-var-star-o: "\f006";
@fa-var-steam: "\f1b6";
@fa-var-steam-square: "\f1b7";
@fa-var-step-backward: "\f048";
@fa-var-step-forward: "\f051";
@fa-var-stethoscope: "\f0f1";

View file

@ -366,6 +366,8 @@
.#{$fa-css-prefix}-star-half-full:before,
.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; }
.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; }
.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; }
.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; }
.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; }
.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; }
.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; }

View file

@ -337,6 +337,8 @@ $fa-var-star: "\f005";
$fa-var-star-half: "\f089";
$fa-var-star-half-o: "\f123";
$fa-var-star-o: "\f006";
$fa-var-steam: "\f1b6";
$fa-var-steam-square: "\f1b7";
$fa-var-step-backward: "\f048";
$fa-var-step-forward: "\f051";
$fa-var-stethoscope: "\f0f1";

View file

@ -2914,11 +2914,25 @@ icons:
unicode: f1b4
created: 4.1
categories:
- Web Application Icons
- Brand Icons
- name: Behance Square
id: behance-square
unicode: f1b5
created: 4.1
categories:
- Web Application Icons
- Brand Icons
- name: Steam
id: steam
unicode: f1b6
created: 4.1
categories:
- Brand Icons
- name: Steam Square
id: steam-square
unicode: f1b7
created: 4.1
categories:
- Brand Icons