Skip to content

Commit

Permalink
adding history icon FortAwesome#895
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed May 14, 2014
1 parent 5b575ca commit 2615694
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1539,3 1539,6 @@
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
3 changes: 3 additions & 0 deletions css/font-awesome.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1539,3 1539,6 @@
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
Binary file modified fonts/FontAwesome.otf
Binary file not shown.
1 change: 1 addition & 0 deletions less/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -496,3 496,4 @@
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
.@{fa-css-prefix}-send-o:before,
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }
.@{fa-css-prefix}-history:before { content: @fa-var-history; }
1 change: 1 addition & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 219,7 @@
@fa-var-headphones: "\f025";
@fa-var-heart: "\f004";
@fa-var-heart-o: "\f08a";
@fa-var-history: "\f1da";
@fa-var-home: "\f015";
@fa-var-hospital-o: "\f0f8";
@fa-var-html5: "\f13b";
Expand Down
1 change: 1 addition & 0 deletions scss/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 236,7 @@
.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; }
.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; }
.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; }
.#{$fa-css-prefix}-history:before { content: $fa-var-history; }
.#{$fa-css-prefix}-home:before { content: $fa-var-home; }
.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; }
.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; }
Expand Down
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 219,7 @@ $fa-var-hdd-o: "\f0a0";
$fa-var-headphones: "\f025";
$fa-var-heart: "\f004";
$fa-var-heart-o: "\f08a";
$fa-var-history: "\f1da";
$fa-var-home: "\f015";
$fa-var-hospital-o: "\f0f8";
$fa-var-html5: "\f13b";
Expand Down
Binary file modified src/assets/font-awesome/fonts/FontAwesome.otf
Binary file not shown.
7 changes: 7 additions & 0 deletions src/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3207,3 3207,10 @@ icons:
- send-o
categories:
- Web Application Icons

- name: History
id: history
unicode: f1da
created: 4.1
categories:
- Web Application Icons

0 comments on commit 2615694

Please sign in to comment.