adding soundcloud brand icon #183

This commit is contained in:
Dave Gandy 2014-05-13 18:22:35 -05:00
parent 73387631fe
commit 00a2a2c953
9 changed files with 17 additions and 0 deletions

View File

@ -1445,3 +1445,6 @@
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}

View File

@ -1445,3 +1445,6 @@
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}

Binary file not shown.

View File

@ -452,3 +452,4 @@
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; }
.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; }
.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; }

View File

@ -329,6 +329,7 @@
@fa-var-sort-desc: "\f0dd";
@fa-var-sort-numeric-asc: "\f162";
@fa-var-sort-numeric-desc: "\f163";
@fa-var-soundcloud: "\f1be";
@fa-var-space-shuttle: "\f197";
@fa-var-spinner: "\f110";
@fa-var-spoon: "\f1b1";

View File

@ -357,6 +357,7 @@
.#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; }
.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; }
.#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; }
.#{$fa-css-prefix}-soundcloud:before { content: $fa-var-soundcloud; }
.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; }
.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; }
.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; }

View File

@ -329,6 +329,7 @@ $fa-var-sort-asc: "\f0de";
$fa-var-sort-desc: "\f0dd";
$fa-var-sort-numeric-asc: "\f162";
$fa-var-sort-numeric-desc: "\f163";
$fa-var-soundcloud: "\f1be";
$fa-var-space-shuttle: "\f197";
$fa-var-spinner: "\f110";
$fa-var-spoon: "\f1b1";

View File

@ -2982,3 +2982,10 @@ icons:
created: 4.1
categories:
- Brand Icons
- name: SoundCloud
id: soundcloud
unicode: f1be
created: 4.1
categories:
- Brand Icons