Skip to content

Commit

Permalink
removing pied-piper-square alias FortAwesome#3411
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Aug 21, 2014
1 parent d1ae74f commit 1934f31
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,6 @@
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
content: "\f1a7";
}
Expand Down
2 changes: 1 addition & 1 deletion css/font-awesome.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@
.@{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-square:before,
.@{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}-drupal:before { content: @fa-var-drupal; }
Expand Down
1 change: 0 additions & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
@fa-var-picture-o: "\f03e";
@fa-var-pied-piper: "\f1a7";
@fa-var-pied-piper-alt: "\f1a8";
@fa-var-pied-piper-square: "\f1a7";
@fa-var-pinterest: "\f0d2";
@fa-var-pinterest-square: "\f0d3";
@fa-var-plane: "\f072";
Expand Down
1 change: 0 additions & 1 deletion scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@
.#{$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-square:before,
.#{$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}-drupal:before { content: $fa-var-drupal; }
Expand Down
1 change: 0 additions & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ $fa-var-photo: "\f03e";
$fa-var-picture-o: "\f03e";
$fa-var-pied-piper: "\f1a7";
$fa-var-pied-piper-alt: "\f1a8";
$fa-var-pied-piper-square: "\f1a7";
$fa-var-pinterest: "\f0d2";
$fa-var-pinterest-square: "\f0d3";
$fa-var-plane: "\f072";
Expand Down
2 changes: 0 additions & 2 deletions src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2840,8 +2840,6 @@ icons:
created: 4.1
categories:
- Brand Icons
aliases:
- pied-piper-square

- name: Pied Piper Alternate Logo
id: pied-piper-alt
Expand Down

0 comments on commit 1934f31

Please sign in to comment.