mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
adding history icon #895
This commit is contained in:
parent
5b575ca4b7
commit
261569499b
3
css/font-awesome.css
vendored
3
css/font-awesome.css
vendored
@ -1539,3 +1539,6 @@
|
|||||||
.fa-paper-plane-o:before {
|
.fa-paper-plane-o:before {
|
||||||
content: "\f1d9";
|
content: "\f1d9";
|
||||||
}
|
}
|
||||||
|
.fa-history:before {
|
||||||
|
content: "\f1da";
|
||||||
|
}
|
||||||
|
3
css/font-awesome.min.css
vendored
3
css/font-awesome.min.css
vendored
@ -1539,3 +1539,6 @@
|
|||||||
.fa-paper-plane-o:before {
|
.fa-paper-plane-o:before {
|
||||||
content: "\f1d9";
|
content: "\f1d9";
|
||||||
}
|
}
|
||||||
|
.fa-history:before {
|
||||||
|
content: "\f1da";
|
||||||
|
}
|
||||||
|
Binary file not shown.
@ -496,3 +496,4 @@
|
|||||||
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
|
.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; }
|
||||||
.@{fa-css-prefix}-send-o:before,
|
.@{fa-css-prefix}-send-o:before,
|
||||||
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }
|
.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; }
|
||||||
|
.@{fa-css-prefix}-history:before { content: @fa-var-history; }
|
||||||
|
@ -219,6 +219,7 @@
|
|||||||
@fa-var-headphones: "\f025";
|
@fa-var-headphones: "\f025";
|
||||||
@fa-var-heart: "\f004";
|
@fa-var-heart: "\f004";
|
||||||
@fa-var-heart-o: "\f08a";
|
@fa-var-heart-o: "\f08a";
|
||||||
|
@fa-var-history: "\f1da";
|
||||||
@fa-var-home: "\f015";
|
@fa-var-home: "\f015";
|
||||||
@fa-var-hospital-o: "\f0f8";
|
@fa-var-hospital-o: "\f0f8";
|
||||||
@fa-var-html5: "\f13b";
|
@fa-var-html5: "\f13b";
|
||||||
|
@ -236,6 +236,7 @@
|
|||||||
.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; }
|
.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; }
|
||||||
.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; }
|
.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; }
|
||||||
.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; }
|
.#{$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}-home:before { content: $fa-var-home; }
|
||||||
.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; }
|
.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; }
|
||||||
.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; }
|
.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; }
|
||||||
|
@ -219,6 +219,7 @@ $fa-var-hdd-o: "\f0a0";
|
|||||||
$fa-var-headphones: "\f025";
|
$fa-var-headphones: "\f025";
|
||||||
$fa-var-heart: "\f004";
|
$fa-var-heart: "\f004";
|
||||||
$fa-var-heart-o: "\f08a";
|
$fa-var-heart-o: "\f08a";
|
||||||
|
$fa-var-history: "\f1da";
|
||||||
$fa-var-home: "\f015";
|
$fa-var-home: "\f015";
|
||||||
$fa-var-hospital-o: "\f0f8";
|
$fa-var-hospital-o: "\f0f8";
|
||||||
$fa-var-html5: "\f13b";
|
$fa-var-html5: "\f13b";
|
||||||
|
Binary file not shown.
@ -3207,3 +3207,10 @@ icons:
|
|||||||
- send-o
|
- send-o
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- Web Application Icons
|
||||||
|
|
||||||
|
- name: History
|
||||||
|
id: history
|
||||||
|
unicode: f1da
|
||||||
|
created: 4.1
|
||||||
|
categories:
|
||||||
|
- Web Application Icons
|
||||||
|
Loading…
Reference in New Issue
Block a user