diff --git a/searx/templates/simple/icons.html b/searx/templates/simple/icons.html
index 151b1b49b..57010674d 100644
--- a/searx/templates/simple/icons.html
+++ b/searx/templates/simple/icons.html
@@ -1,8 +1,17 @@
{#
Catalog of SVG symbols that can be inserted into the HTML output of a Jinja
-template. This file from:
+template. This file is generated by:
+
+ make static.build.commit
+
+from template:
+
+ client/simple/tools/jinja_svg_catalog.html.edge
+
+To modify the icon set, edit the script:
+
+ client/simple/theme_icons.ts
- client/simple/tools/icon_catalog.edge.html
#}
{%-
@@ -10,14 +19,17 @@ set catalog = {
'alert' : '',
'appstore' : '',
'book' : '',
+ 'camera' : '',
'close' : '',
'download' : '',
'ellipsis-vertical' : '',
'file-tray-full' : '',
+ 'file-tray-stacked' : '',
'film' : '',
'globe' : '',
'heart' : '',
'image' : '',
+ 'language' : '',
'layers' : '',
'leecher' : '',
'location' : '',
@@ -29,15 +41,22 @@ set catalog = {
'navigate-up' : '',
'people' : '',
'play' : '',
- 'radio' : '',
+ 'rainy' : '',
'save' : '',
'school' : '',
'search' : '',
'seeder' : '',
'settings' : '',
'tv' : '',
- 'information-circle' : '',
- 'newspaper' : '',
+ 'videocam' : '',
+ 'information-circle' : '',
+ 'lyrics' : '',
+ 'newspaper' : '',
+ 'palette' : '',
+ 'package' : '',
+ 'radio' : '',
+ 'rss' : '',
+ 'tor' : '',
}
-%}