adding pied piper logos

This commit is contained in:
Dave Gandy 2014-05-13 14:00:14 -05:00
parent 1904006b89
commit 430d0da868
9 changed files with 34 additions and 0 deletions

View file

@ -1376,3 +1376,9 @@
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}

View file

@ -1376,3 +1376,9 @@
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}

Binary file not shown.

View file

@ -427,3 +427,5 @@
.@{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; }
.@{fa-css-prefix}-pied-piper:before { content: @fa-var-pied-piper; }
.@{fa-css-prefix}-pied-piper-alt:before { content: @fa-var-pied-piper-alt; }

View file

@ -256,6 +256,8 @@
@fa-var-phone: "\f095";
@fa-var-phone-square: "\f098";
@fa-var-picture-o: "\f03e";
@fa-var-pied-piper: "\f1a7";
@fa-var-pied-piper-alt: "\f1a8";
@fa-var-pinterest: "\f0d2";
@fa-var-pinterest-square: "\f0d3";
@fa-var-plane: "\f072";

View file

@ -273,6 +273,8 @@
.#{$fa-css-prefix}-phone:before { content: $fa-var-phone; }
.#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; }
.#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; }
.#{$fa-css-prefix}-pied-piper:before { content: $fa-var-pied-piper; }
.#{$fa-css-prefix}-pied-piper-alt:before { content: $fa-var-pied-piper-alt; }
.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; }
.#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; }
.#{$fa-css-prefix}-plane:before { content: $fa-var-plane; }

View file

@ -256,6 +256,8 @@ $fa-var-pencil-square-o: "\f044";
$fa-var-phone: "\f095";
$fa-var-phone-square: "\f098";
$fa-var-picture-o: "\f03e";
$fa-var-pied-piper: "\f1a7";
$fa-var-pied-piper-alt: "\f1a8";
$fa-var-pinterest: "\f0d2";
$fa-var-pinterest-square: "\f0d3";
$fa-var-plane: "\f072";

View file

@ -2821,3 +2821,17 @@ icons:
created: 4.1
categories:
- Brand Icons
- name: Pied Piper Logo
id: pied-piper
unicode: f1a7
created: 4.1
categories:
- Brand Icons
- name: Pied Piper Alternate Logo
id: pied-piper-alt
unicode: f1a8
created: 4.1
categories:
- Brand Icons