diff --git a/css/font-awesome.css b/css/font-awesome.css index 6469c2703..15a837f1e 100644 --- a/css/font-awesome.css +++ b/css/font-awesome.css @@ -1539,3 +1539,6 @@ .fa-paper-plane-o:before { content: "\f1d9"; } +.fa-history:before { + content: "\f1da"; +} diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css index 6469c2703..15a837f1e 100644 --- a/css/font-awesome.min.css +++ b/css/font-awesome.min.css @@ -1539,3 +1539,6 @@ .fa-paper-plane-o:before { content: "\f1d9"; } +.fa-history:before { + content: "\f1da"; +} diff --git a/fonts/FontAwesome.otf b/fonts/FontAwesome.otf index 2443bc93f..86db5aa3b 100644 Binary files a/fonts/FontAwesome.otf and b/fonts/FontAwesome.otf differ diff --git a/less/icons.less b/less/icons.less index 7e7f9a9e9..d427e7c3f 100644 --- a/less/icons.less +++ b/less/icons.less @@ -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; } diff --git a/less/variables.less b/less/variables.less index 544e1d25f..a852e178b 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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"; diff --git a/scss/_icons.scss b/scss/_icons.scss index d9dd040c7..8ab6f82ae 100644 --- a/scss/_icons.scss +++ b/scss/_icons.scss @@ -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; } diff --git a/scss/_variables.scss b/scss/_variables.scss index 90074f8d1..832698599 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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"; diff --git a/src/assets/font-awesome/fonts/FontAwesome.otf b/src/assets/font-awesome/fonts/FontAwesome.otf index 2443bc93f..86db5aa3b 100644 Binary files a/src/assets/font-awesome/fonts/FontAwesome.otf and b/src/assets/font-awesome/fonts/FontAwesome.otf differ diff --git a/src/icons.yml b/src/icons.yml index bab78ec15..e74905949 100644 --- a/src/icons.yml +++ b/src/icons.yml @@ -3207,3 +3207,10 @@ icons: - send-o categories: - Web Application Icons + + - name: History + id: history + unicode: f1da + created: 4.1 + categories: + - Web Application Icons