mirror of
https://github.com/searxng/searxng.git
synced 2026-06-01 23:47:16 +02:00
[refactor] icon engines: add new icon category (#4817)
Icons category makes sense because it allows to quickly search for free SVG icons to use for websites / other designs with a quick `!icons` query Icons don't seem to fit into the normal images category that well because icons are quite a special type of images
This commit is contained in:
@@ -11,7 +11,7 @@ about = {
|
||||
"require_api_key": False,
|
||||
"results": 'JSON',
|
||||
}
|
||||
categories = ['images']
|
||||
categories = ['images', 'icons']
|
||||
|
||||
|
||||
icons_list_url = 'https://cdn.selfh.st/directory/icons.json'
|
||||
|
||||
Reference in New Issue
Block a user