# HG changeset patch # User Goffi # Date 1729971764 -7200 # Node ID 92b844829ae226a54fb251a3851fcabe42fd0d06 # Parent 731c6580247755d4e0429ffdbad4353fb976f7aa fonts: fontawesome integration: Include parts of fontawesome free "for the web" 6.6.0, which will be used for icons in frontends to replace fontello. Fontello is not maintained anymore (last commit 2 years ago), and has licensing issues (some icons were advertise as free while they were not). It will be removed from this repository, and fontawesome is used instead. Only the parts actually used in Libervia frontends are included, to save space. diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/LICENSE.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/LICENSE.txt Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,165 @@ +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2024 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2024 Fonticons, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/README.txt Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,13 @@ +The files in this directory and subdirectories originate from Font Awesome Free +(https://fontawesome.com/). They are sourced directly from the official Font Awesome +"free" "For the web" archive, with only the files used by Libervia frontends retained to +save space. + +The `LICENSE.txt` file outlines the licenses that apply to these files. This license +pertains exclusively to this directory and its sub-directories. + +The `metadata/icons.json` is a reduced version of the original `metadata/icons.json`, +keeping only the data relevant to Libervia frontends to save space. As indicated in +`LICENSE.txt`, it is under MIT license. + +We thank the people involved in creating those icons. diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/metadata/icons.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/metadata/icons.json Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,260 @@ +{ + "angle-down": { + "unicode": "f107" + }, + "angles-left": { + "unicode": "f100" + }, + "angles-right": { + "unicode": "f101" + }, + "arrow-right-arrow-left": { + "unicode": "f0ec" + }, + "arrows-up-down": { + "unicode": "f07d" + }, + "backward": { + "unicode": "f04a" + }, + "backward-fast": { + "unicode": "f049" + }, + "basket-shopping": { + "unicode": "f291" + }, + "blog": { + "unicode": "f781" + }, + "box": { + "unicode": "f466" + }, + "calendar": { + "unicode": "f133" + }, + "check": { + "unicode": "f00c" + }, + "circle-exclamation": { + "unicode": "f06a" + }, + "circle-info": { + "unicode": "f05a" + }, + "circle-play": { + "unicode": "f144" + }, + "circle-plus": { + "unicode": "f055" + }, + "circle-user": { + "unicode": "f2bd" + }, + "circle-xmark": { + "unicode": "f057" + }, + "code-pull-request": { + "unicode": "e13c" + }, + "comment": { + "unicode": "f075" + }, + "comments": { + "unicode": "f086" + }, + "display": { + "unicode": "e163" + }, + "download": { + "unicode": "f019" + }, + "ellipsis": { + "unicode": "f141" + }, + "ellipsis-vertical": { + "unicode": "f142" + }, + "envelope": { + "unicode": "f0e0" + }, + "eye": { + "unicode": "f06e" + }, + "face-smile": { + "unicode": "f118" + }, + "file": { + "unicode": "f15b" + }, + "file-audio": { + "unicode": "f1c7" + }, + "file-image": { + "unicode": "f1c5" + }, + "file-video": { + "unicode": "f1c8" + }, + "film": { + "unicode": "f008" + }, + "folder-open": { + "unicode": "f07c" + }, + "forward": { + "unicode": "f04e" + }, + "forward-fast": { + "unicode": "f050" + }, + "globe": { + "unicode": "f0ac" + }, + "heart": { + "unicode": "f004" + }, + "image": { + "unicode": "f03e" + }, + "key": { + "unicode": "f084" + }, + "keyboard": { + "unicode": "f11c" + }, + "link-slash": { + "unicode": "f127" + }, + "lock": { + "unicode": "f023" + }, + "magnifying-glass": { + "unicode": "f002" + }, + "maximize": { + "unicode": "f31e" + }, + "microphone": { + "unicode": "f130" + }, + "minimize": { + "unicode": "f78c" + }, + "mobile-screen-button": { + "unicode": "f3cd" + }, + "paintbrush": { + "unicode": "f1fc" + }, + "paper-plane": { + "unicode": "f1d8" + }, + "paperclip": { + "unicode": "f0c6" + }, + "pause": { + "unicode": "f04c" + }, + "pencil": { + "unicode": "f303" + }, + "phone": { + "unicode": "f095" + }, + "play": { + "unicode": "f04b" + }, + "plug": { + "unicode": "f1e6" + }, + "plus": { + "unicode": "2b" + }, + "quote-left": { + "unicode": "f10d" + }, + "rectangle-list": { + "unicode": "f022" + }, + "repeat": { + "unicode": "f363" + }, + "rss": { + "unicode": "f09e" + }, + "server": { + "unicode": "f233" + }, + "share": { + "unicode": "f064" + }, + "share-nodes": { + "unicode": "f1e0" + }, + "shield-halved": { + "unicode": "f3ed" + }, + "spinner": { + "unicode": "f110" + }, + "square-check": { + "unicode": "f14a" + }, + "stop": { + "unicode": "f04d" + }, + "terminal": { + "unicode": "f120" + }, + "trash-can": { + "unicode": "f2ed" + }, + "triangle-exclamation": { + "unicode": "f071" + }, + "turn-up": { + "unicode": "f3bf" + }, + "unlock": { + "unicode": "f09c" + }, + "upload": { + "unicode": "f093" + }, + "user": { + "unicode": "f007" + }, + "users": { + "unicode": "f0c0" + }, + "video": { + "unicode": "f03d" + }, + "volume-high": { + "unicode": "f028" + }, + "volume-off": { + "unicode": "f026" + }, + "wifi": { + "unicode": "f1eb" + }, + "wrench": { + "unicode": "f0ad" + }, + "file-lines": { + "unicode": "f15c" + }, + "images": { + "unicode": "f302" + }, + "message": { + "unicode": "f27a" + }, + "calendar-check": { + "unicode": "f274" + }, + "bell": { + "unicode": "f0f3" + } +} \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/comment.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/comment.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/envelope.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/envelope.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/eye.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/eye.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/face-smile.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/face-smile.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/file-audio.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/file-audio.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/file-image.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/file-image.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/file-video.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/file-video.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/file.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/file.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/folder-open.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/folder-open.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/image.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/image.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/keyboard.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/keyboard.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/paper-plane.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/paper-plane.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/rectangle-list.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/rectangle-list.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/square-check.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/square-check.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/regular/trash-can.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/regular/trash-can.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/angle-down.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/angle-down.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/angles-left.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/angles-left.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/angles-right.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/angles-right.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/arrow-right-arrow-left.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/arrow-right-arrow-left.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/arrows-up-down.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/arrows-up-down.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/backward-fast.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/backward-fast.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/backward.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/backward.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/basket-shopping.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/basket-shopping.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/bell.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/bell.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/blog.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/blog.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/box.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/box.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/calendar-check.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/calendar-check.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/calendar.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/calendar.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/check.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/check.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/circle-exclamation.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/circle-exclamation.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/circle-info.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/circle-info.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/circle-play.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/circle-play.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/circle-plus.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/circle-plus.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/circle-user.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/circle-user.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/circle-xmark.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/circle-xmark.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/code-pull-request.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/code-pull-request.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/comments.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/comments.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/display.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/display.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/download.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/download.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/ellipsis-vertical.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/ellipsis-vertical.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/ellipsis.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/ellipsis.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/envelope.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/envelope.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/file-lines.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/file-lines.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/film.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/film.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/forward-fast.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/forward-fast.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/forward.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/forward.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/globe.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/globe.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/heart.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/heart.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/images.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/images.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/key.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/key.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/link-slash.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/link-slash.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/lock.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/lock.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/magnifying-glass.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/magnifying-glass.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/maximize.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/maximize.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/message.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/message.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/microphone.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/microphone.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/minimize.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/minimize.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/mobile-screen-button.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/mobile-screen-button.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/paintbrush.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/paintbrush.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/paperclip.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/paperclip.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/pause.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/pause.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/pencil.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/pencil.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/phone.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/phone.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/play.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/play.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/plug.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/plug.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/plus.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/plus.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/quote-left.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/quote-left.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/rectangle-list.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/rectangle-list.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/repeat.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/repeat.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/rss.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/rss.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/server.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/server.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/share-nodes.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/share-nodes.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/share.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/share.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/shield-halved.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/shield-halved.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/spinner.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/spinner.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/stop.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/stop.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/terminal.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/terminal.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/triangle-exclamation.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/triangle-exclamation.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/turn-up.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/turn-up.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/unlock.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/unlock.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/upload.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/upload.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/user.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/user.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/users.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/users.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/video.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/video.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/volume-high.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/volume-high.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/volume-off.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/volume-off.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/wifi.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/wifi.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/svgs/solid/wrench.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/wrench.svg Sat Oct 26 21:42:44 2024 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/webfonts/fa-regular-400.ttf Binary file fonts/fontawesome/webfonts/fa-regular-400.ttf has changed diff -r 731c65802477 -r 92b844829ae2 fonts/fontawesome/webfonts/fa-solid-900.ttf Binary file fonts/fontawesome/webfonts/fa-solid-900.ttf has changed