adding history icon #895

This commit is contained in:
Dave Gandy 2014-05-14 12:24:33 -05:00
parent 5b575ca4b7
commit 261569499b
9 changed files with 17 additions and 0 deletions

View file

@ -1539,3 +1539,6 @@
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}

View file

@ -1539,3 +1539,6 @@
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}

Binary file not shown.

View file

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

View file

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

View file

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

View file

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

View file

@ -3207,3 +3207,10 @@ icons:
- send-o
categories:
- Web Application Icons
- name: History
id: history
unicode: f1da
created: 4.1
categories:
- Web Application Icons