Răsfoiți Sursa

adding pied piper logos

Dave Gandy 11 ani în urmă
părinte
comite
430d0da868

+ 6 - 0
css/font-awesome.css

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

+ 6 - 0
css/font-awesome.min.css

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

BIN
fonts/FontAwesome.otf


+ 2 - 0
less/icons.less

@@ -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; }

+ 2 - 0
less/variables.less

@@ -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";

+ 2 - 0
scss/_icons.scss

@@ -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; }

+ 2 - 0
scss/_variables.scss

@@ -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";

BIN
src/assets/font-awesome/fonts/FontAwesome.otf


+ 14 - 0
src/icons.yml

@@ -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