diff --git a/public/libs/fontello/config.json b/public/libs/fontello/config.json index 023199a..c58921b 100644 --- a/public/libs/fontello/config.json +++ b/public/libs/fontello/config.json @@ -253,6 +253,24 @@ "css": "audio", "code": 61895, "src": "fontawesome" + }, + { + "uid": "85806fd8ab907f45d34f976354a0df23", + "css": "fast-backward", + "code": 59422, + "src": "entypo" + }, + { + "uid": "18f7c393e3532e40edd45607c9d99988", + "css": "fast-forward", + "code": 59416, + "src": "entypo" + }, + { + "uid": "bb46b15cb78cc4cc05d3d715d522ac4d", + "css": "cw", + "code": 59423, + "src": "entypo" } ] } \ No newline at end of file diff --git a/public/libs/fontello/fontello.eot b/public/libs/fontello/fontello.eot index 81de8e8..d9f1eb1 100644 Binary files a/public/libs/fontello/fontello.eot and b/public/libs/fontello/fontello.eot differ diff --git a/public/libs/fontello/fontello.svg b/public/libs/fontello/fontello.svg index 6f38c43..121609d 100644 --- a/public/libs/fontello/fontello.svg +++ b/public/libs/fontello/fontello.svg @@ -1,7 +1,7 @@ -Copyright (C) 2020 by original authors @ fontello.com +Copyright (C) 2022 by original authors @ fontello.com @@ -54,6 +54,8 @@ + + @@ -62,6 +64,10 @@ + + + + @@ -79,4 +85,4 @@ - \ No newline at end of file + diff --git a/public/libs/fontello/fontello.ttf b/public/libs/fontello/fontello.ttf index 1dc70ef..0e4c580 100644 Binary files a/public/libs/fontello/fontello.ttf and b/public/libs/fontello/fontello.ttf differ diff --git a/public/libs/fontello/fontello.woff b/public/libs/fontello/fontello.woff index 74d7870..b372c32 100644 Binary files a/public/libs/fontello/fontello.woff and b/public/libs/fontello/fontello.woff differ diff --git a/public/libs/fontello/fontello.woff2 b/public/libs/fontello/fontello.woff2 index 7211ec9..4afe210 100644 Binary files a/public/libs/fontello/fontello.woff2 and b/public/libs/fontello/fontello.woff2 differ diff --git a/src/libs/fontello/fontello.css b/src/libs/fontello/fontello.css index ff9f016..269d391 100644 --- a/src/libs/fontello/fontello.css +++ b/src/libs/fontello/fontello.css @@ -86,10 +86,13 @@ .icon-floppy::before { content: "\e815" } /* '' */ .icon-user-plus::before { content: "\e816" } /* '' */ .icon-privatebin::before { content: "\e817" } /* '' */ +.icon-fast-forward::before { content: "\e818" } /* '' */ .icon-upload-cloud::before { content: "\e819" } /* '' */ .icon-th-large::before { content: "\e81a" } /* '' */ .icon-download::before { content: "\e81b" } /* '' */ .icon-gatsby::before { content: "\e81c" } /* '' */ +.icon-fast-backward::before { content: "\e81e" } /* '' */ +.icon-cw::before { content: "\e81f" } /* '' */ .icon-filter::before { content: "\f0b0" } /* '' */ .icon-docs::before { content: "\f0c5" } /* '' */ .icon-exchange::before { content: "\f0ec" } /* '' */ diff --git a/src/versions.json b/src/versions.json index 2be3efb..7ecfca0 100644 --- a/src/versions.json +++ b/src/versions.json @@ -3,5 +3,5 @@ "2": "1602515119", "3": "1650485321", "4": "1602515119", - "5": "1604412502" + "5": "1653629584" }