mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
New icon for chat import
This commit is contained in:
1
public/img/cloud-arrow-up-solid.svg
Normal file
1
public/img/cloud-arrow-up-solid.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V392c0 13.3 10.7 24 24 24s24-10.7 24-24V257.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z"/></svg>
|
After Width: | Height: | Size: 691 B |
@ -249,8 +249,9 @@
|
||||
|
||||
</div>
|
||||
<div id="select_chat_import"> <!-- import chat popup header -->
|
||||
|
||||
<input id="chat_import_button" class="menu_button" type="submit" value="+Import">
|
||||
<div id="chat_import_button" class="right_menu_button">
|
||||
<img alt="" class="svg_icon" src="img/cloud-arrow-up-solid.svg" />
|
||||
</div>
|
||||
<div>
|
||||
<a href="/notes/10" class="notes-link" target="_blank"><span class="note-link-span">?</span></a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user