# HG changeset patch # User Goffi # Date 1746512747 -7200 # Node ID 66948ae271d5c0bfb5d1f7e0f925a90bdf117f43 # Parent 239375c7a19af2ec79e41c8c502be773228adcda font (icons): add "reply" and "comment-dots" icons diff -r 239375c7a19a -r 66948ae271d5 fonts/fontawesome/metadata/icons.json --- a/fonts/fontawesome/metadata/icons.json Fri Apr 11 15:41:07 2025 +0200 +++ b/fonts/fontawesome/metadata/icons.json Tue May 06 08:25:47 2025 +0200 @@ -256,5 +256,11 @@ }, "bell": { "unicode": "f0f3" + }, + "reply": { + "unicode": "f3e5" + }, + "comment-dots": { + "unicode": "f4ad" } } \ No newline at end of file diff -r 239375c7a19a -r 66948ae271d5 fonts/fontawesome/svgs/solid/comment-dots.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/comment-dots.svg Tue May 06 08:25:47 2025 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file diff -r 239375c7a19a -r 66948ae271d5 fonts/fontawesome/svgs/solid/reply.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fonts/fontawesome/svgs/solid/reply.svg Tue May 06 08:25:47 2025 +0200 @@ -0,0 +1,1 @@ + \ No newline at end of file