diff --git a/docs/assets/css/font-awesome.css b/docs/assets/css/font-awesome.css index 14a41d0bc..d0ed69300 100644 --- a/docs/assets/css/font-awesome.css +++ b/docs/assets/css/font-awesome.css @@ -376,7 +376,8 @@ ul.icons li [class*=" icon-"] { .icon-play-circle:before { content: "\f01d"; } -.icon-repeat:before { +.icon-repeat:before, +.icon-rotate-right:before { content: "\f01e"; } /* \f020 doesn't work in Safari. all shifted one down */ @@ -891,7 +892,8 @@ ul.icons li [class*=" icon-"] { .icon-linkedin:before { content: "\f0e1"; } -.icon-undo:before { +.icon-undo:before, +.icon-rotate-left:before { content: "\f0e2"; } .icon-legal:before { @@ -1084,3 +1086,6 @@ ul.icons li [class*=" icon-"] { .icon-location-arrow:before { content: "\f124"; } +.icon-crop:before { + content: "\f125"; +} diff --git a/docs/assets/font/FontAwesome.otf b/docs/assets/font/FontAwesome.otf index 01d127d31..6fbbccfd1 100644 Binary files a/docs/assets/font/FontAwesome.otf and b/docs/assets/font/FontAwesome.otf differ diff --git a/docs/assets/less/font-awesome.less b/docs/assets/less/font-awesome.less index c522c2ed3..bd314c703 100644 --- a/docs/assets/less/font-awesome.less +++ b/docs/assets/less/font-awesome.less @@ -298,7 +298,8 @@ ul.icons { .icon-upload:before { content: "\f01b"; } .icon-inbox:before { content: "\f01c"; } .icon-play-circle:before { content: "\f01d"; } -.icon-repeat:before { content: "\f01e"; } +.icon-repeat:before, +.icon-rotate-right:before { content: "\f01e"; } /* \f020 doesn't work in Safari. all shifted one down */ .icon-refresh:before { content: "\f021"; } @@ -484,7 +485,8 @@ ul.icons { .icon-envelope-alt:before { content: "\f0e0"; } .icon-linkedin:before { content: "\f0e1"; } -.icon-undo:before { content: "\f0e2"; } +.icon-undo:before, +.icon-rotate-left:before { content: "\f0e2"; } .icon-legal:before { content: "\f0e3"; } .icon-dashboard:before { content: "\f0e4"; } .icon-comment-alt:before { content: "\f0e5"; } @@ -553,3 +555,4 @@ ul.icons { .icon-mail-reply-all:before { content: "\f122"; } .icon-star-half-empty:before { content: "\f123"; } .icon-location-arrow:before { content: "\f124"; } +.icon-crop:before { content: "\f125"; } diff --git a/docs/index.html b/docs/index.html index 1b9b1cece..40b943ce7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -265,6 +265,9 @@
  • icon-mail-reply-all
  • icon-star-half-empty
  • icon-location-arrow
  • +
  • icon-rotate-left (alias)
  • +
  • icon-rotate-right (alias)
  • +
  • icon-crop