adding delicious brand icon #372

This commit is contained in:
Dave Gandy 2014-05-13 12:54:23 -05:00
parent 2a8e4566ce
commit 5a2b4501c3
9 changed files with 17 additions and 0 deletions

View file

@ -1370,3 +1370,6 @@
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}

View file

@ -1370,3 +1370,6 @@
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}

Binary file not shown.

View file

@ -425,3 +425,4 @@
.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; }
.@{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; }

View file

@ -117,6 +117,7 @@
@fa-var-crosshairs: "\f05b";
@fa-var-css3: "\f13c";
@fa-var-cutlery: "\f0f5";
@fa-var-delicious: "\f1a5";
@fa-var-desktop: "\f108";
@fa-var-dot-circle-o: "\f192";
@fa-var-download: "\f019";

View file

@ -119,6 +119,7 @@
.#{$fa-css-prefix}-crosshairs:before { content: $fa-var-crosshairs; }
.#{$fa-css-prefix}-css3:before { content: $fa-var-css3; }
.#{$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}-dot-circle-o:before { content: $fa-var-dot-circle-o; }
.#{$fa-css-prefix}-download:before { content: $fa-var-download; }

View file

@ -117,6 +117,7 @@ $fa-var-crop: "\f125";
$fa-var-crosshairs: "\f05b";
$fa-var-css3: "\f13c";
$fa-var-cutlery: "\f0f5";
$fa-var-delicious: "\f1a5";
$fa-var-desktop: "\f108";
$fa-var-dot-circle-o: "\f192";
$fa-var-download: "\f019";

View file

@ -2807,3 +2807,10 @@ icons:
created: 4.1
categories:
- Brand Icons
- name: Delicious Logo
id: delicious
unicode: f1a5
created: 4.1
categories:
- Brand Icons