mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add code category
This commit is contained in:
parent
3980589b77
commit
e52e42415f
7 changed files with 39 additions and 25 deletions
|
|
@ -191,6 +191,7 @@ module.exports = function (grunt) {
|
|||
'people-outline': 'node_modules/ionicons/dist/svg/people-outline.svg',
|
||||
'heart-outline': 'node_modules/ionicons/dist/svg/heart-outline.svg',
|
||||
'information-circle-outline': 'src/svg/information-circle-outline.svg',
|
||||
'code-outline': 'src/svg/code.svg',
|
||||
},
|
||||
dest: '../../../templates/kvanDark/icons.html',
|
||||
},
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 8.5 KiB |
6
searx/static/themes/kvanDark/src/svg/code.svg
Normal file
6
searx/static/themes/kvanDark/src/svg/code.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" class="ion-icon-big" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M7 8l-4 4l4 4" />
|
||||
<path d="M17 8l4 4l-4 4" />
|
||||
<path d="M14 4l-4 16" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 328 B |
Loading…
Add table
Add a link
Reference in a new issue