From 88973f5431898665c7ad992669973dc1f62f0862 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 21 May 2025 15:10:29 +0200 Subject: [feat] engines: add uxwing engine for icons (#4819) - uxwing provides attribution-free icons to use for design projects - svgrepo was my go-to before, but it's ratelimiting a lot recently --- searx/settings.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 569ff6f3c..0da418303 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -2522,6 +2522,11 @@ engines: engine: tootfinder shortcut: toot + - name: uxwing + engine: uxwing + shortcut: ux + disabled: true + - name: voidlinux engine: voidlinux shortcut: void -- cgit v1.2.3