From f372096fb1a79675696e2542d0a5a21884e075fd Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 20 Sep 2026 18:23:08 +0200 Subject: [PATCH] [build] /static (#6742) --- searx/templates/simple/icons.html | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) 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' : '', } -%}