adding digg brand icon #372

This commit is contained in:
Dave Gandy 2014-05-13 13:05:53 -05:00
parent 5a2b4501c3
commit 1904006b89
9 changed files with 19 additions and 2 deletions

View file

@ -1373,3 +1373,6 @@
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}

View file

@ -1373,3 +1373,6 @@
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}

Binary file not shown.

View file

@ -426,3 +426,4 @@
.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; }
.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; }
.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; }
.@{fa-css-prefix}-digg:before { content: @fa-var-digg; }

View file

@ -119,6 +119,7 @@
@fa-var-cutlery: "\f0f5";
@fa-var-delicious: "\f1a5";
@fa-var-desktop: "\f108";
@fa-var-digg: "\f1a6";
@fa-var-dot-circle-o: "\f192";
@fa-var-download: "\f019";
@fa-var-dribbble: "\f17d";

View file

@ -121,6 +121,7 @@
.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; }
.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; }
.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; }
.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; }
.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
.#{$fa-css-prefix}-download:before { content: $fa-var-download; }
.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; }

View file

@ -119,6 +119,7 @@ $fa-var-css3: "\f13c";
$fa-var-cutlery: "\f0f5";
$fa-var-delicious: "\f1a5";
$fa-var-desktop: "\f108";
$fa-var-digg: "\f1a6";
$fa-var-dot-circle-o: "\f192";
$fa-var-download: "\f019";
$fa-var-dribbble: "\f17d";

View file

@ -2780,14 +2780,14 @@ icons:
categories:
- Brand Icons
- name: Reddit Logo
- name: reddit Logo
id: reddit
unicode: f1a1
created: 4.1
categories:
- Brand Icons
- name: Reddit Square
- name: reddit Square
id: reddit-square
unicode: f1a2
created: 4.1
@ -2814,3 +2814,10 @@ icons:
created: 4.1
categories:
- Brand Icons
- name: Digg Logo
id: digg
unicode: f1a6
created: 4.1
categories:
- Brand Icons