mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-21 01:31:20 +00:00
checked
This commit is contained in:
parent
f0bc8f2bab
commit
b105dfdbaa
5
web/src/assets/deaf_off.svg
Normal file
5
web/src/assets/deaf_off.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<circle cx="12" cy="12" r="10"></circle>
|
||||
<path d="M16 16s-1.5-2-4-2-4 2-4 2"></path>
|
||||
<line x1="9" y1="9" x2="15" y2="15"></line>
|
||||
</svg>
|
After Width: | Height: | Size: 300 B |
5
web/src/assets/deaf_on.svg
Normal file
5
web/src/assets/deaf_on.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="red" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<circle cx="12" cy="12" r="10"></circle>
|
||||
<path d="M16 16s-1.5-2-4-2-4 2-4 2" stroke="currentColor"></path>
|
||||
<line x1="9" y1="9" x2="15" y2="15" stroke="currentColor"></line>
|
||||
</svg>
|
After Width: | Height: | Size: 335 B |
Loading…
x
Reference in New Issue
Block a user