adding spotify #330

This commit is contained in:
Dave Gandy 2014-05-13 18:01:59 -05:00
parent d3b02f83cb
commit fc651c4482
9 changed files with 17 additions and 0 deletions

View file

@ -1439,3 +1439,6 @@
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}

View file

@ -1439,3 +1439,6 @@
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}

Binary file not shown.

View file

@ -450,3 +450,4 @@
.@{fa-css-prefix}-cab:before,
.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; }
.@{fa-css-prefix}-tree:before { content: @fa-var-tree; }
.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; }

View file

@ -331,6 +331,7 @@
@fa-var-space-shuttle: "\f197";
@fa-var-spinner: "\f110";
@fa-var-spoon: "\f1b1";
@fa-var-spotify: "\f1bc";
@fa-var-square: "\f0c8";
@fa-var-square-o: "\f096";
@fa-var-stack-exchange: "\f18d";

View file

@ -359,6 +359,7 @@
.#{$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; }
.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; }
.#{$fa-css-prefix}-square:before { content: $fa-var-square; }
.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; }
.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; }

View file

@ -331,6 +331,7 @@ $fa-var-sort-numeric-desc: "\f163";
$fa-var-space-shuttle: "\f197";
$fa-var-spinner: "\f110";
$fa-var-spoon: "\f1b1";
$fa-var-spotify: "\f1bc";
$fa-var-square: "\f0c8";
$fa-var-square-o: "\f096";
$fa-var-stack-exchange: "\f18d";

View file

@ -2968,3 +2968,10 @@ icons:
created: 4.1
categories:
- Web Application Icons
- name: Spotify
id: spotify
unicode: f1bc
created: 4.1
categories:
- Brand Icons