Skip to content

Commit

Permalink
[NeuralChat] Fix talking photo security (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjiaoYue committed Dec 14, 2023
1 parent 7e02efa commit ab43c74
Show file tree
Hide file tree
Showing 145 changed files with 5,044 additions and 534 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
GETIMAGELIST_URL =
UPLOAD_IMAGE_URL =
BASE_URL =
TALKING_URL =
AUDIO_URL =
TRAFFIC_URL =
// GETIMAGELIST URL
GETIMAGELIST_URL = ''

UPLOAD_IMAGE_URL = ''

BASE_URL = ''

TALKING_URL = ''

AUDIO_URL = ''

TRAFFIC_URL = ''

VOICE_FAST_URL = ''

VOICE_HIGH_QUALITY_URL = ''

KNOWLEDGE_BASE_URL = ''

VIDEO_URL = ''
Original file line number Diff line number Diff line change
@@ -1,28 +1,30 @@
<h1 align="center" id="title"><img align="center" src="https://imgur.com/ybD9SrK.png" alt="project-image" style="width:60px; height:60px">AI Talking Photo</h1>
<h1 align="center" id="title"><img align="center" src="./src/lib/assets/favicon.png" alt="project-image">Neural Chat</h1>

<h2>🚀 Demo</h2>

[http://neuralstudio.intel.com/NeuralChat](http://neuralstudio.intel.com/NeuralChat)

<h2>📸 Project Screenshots:</h2>

<img src="https://imgur.com/w6A4cgy.png" alt="project-screenshot" width="400" height="400/">
<img src="https://imgur.com/04qfWb8.png" alt="project-screenshot" width="800" height="400/">

<img src="https://imgur.com/nriEzQV.png" alt="project-screenshot" width="400" height="400/">
<img src="https://imgur.com/yZ5AjWE.png" alt="project-screenshot" width="800" height="400/">

<img src="https://imgur.com/lwVVC5y.png" alt="project-screenshot" width="400" height="400/">
<img src="https://imgur.com/OgNJ0cM.png" alt="project-screenshot" width="800" height="400/">


<h2>🧐 Features</h2>

Here're some of the project's features:

- Basic chat: Enter the main page to engage in textual conversations through messaging.
- Upload images: Click the 'Upload' button to select an image from your gallery for uploading. Once the upload is successful, you can simply drag and drop the image into the chat box to start a conversation.
- Photo classify: Successfully uploaded images will be automatically categorize uploaded images by people, time, and location. Easily access and view different image categories. Customize image information as needed.
- Photo manipulation: You can perform various actions on a single image, such as deleting it, enlarging it, downloading it, resizing it, and rotating it.
- Hint:Automatically identify image details and show them in a pop-up box. You can then chat with the chatbot using the information and relevant images.
- Txt2Img: Enhance the selected images with artistic transformations, such as creating portraits reminiscent of Van Gogh's style.
- Chat history: The current session will be saved within the specified time frame. If the user closes the window or navigates to other pages, they can resume the conversation from where they left off when they return.
- Talking bot: Supporting voice chat, it allows for the substitution of text with voice in interactions with chatbots, enabling the completion of the aforementioned tasks.
- settings:
To protect user privacy, we automatically delete stored data in our database every 30 minutes. Users can also manually clear their history or choose not to keep it.
- Basic mode:Choose the best model from different domains to chat.
- Advanced mode:Select different models/different knowledge base chats, and you can customize the corresponding parameters.
- hint:Start a chat according to the prompt, which is the first sentence of the chat.
- New Topic: Clear the current context and restart the chat.
- Txt2Img: Generate an image based on the current answer, and you can hover to zoom in the image.
- ChatGPT: Integrated with ChatGPT, you can directly access the relevant functionalities of OpenAI chat by entering your OpenAI API key.
- Chat History: View chat history.
- Regenerate: Regenerates the current conversation.

<h2>🛠️ Get it Running:</h2>

Expand All @@ -32,14 +34,29 @@ To protect user privacy, we automatically delete stored data in our database eve

3. Modify the required .env variables.
```
GETIMAGELIST_URL=
UPLOAD_IMAGE_URL=
BASE_URL=
TALKING_URL=
AUDIO_URL=
TRAFFIC_URL=
LLMA_URL=
GPT_J_6B_URL=
KNOWLEDGE_URL=
TXT2IMG=
```
4. Execute `npm install` to install the corresponding dependencies.

5. Execute `npm run dev` in both enviroments

<h2>📕Instructions for using OpenAI:</h2>

1. Switch to the ChatGPT tab.
<img src="https://imgur.com/8hJW8hh.png" alt="project-screenshot" width="200" height="200/">

2. Enter OpenAI API key in the left sidebar.[Obtain it from https://openai.com/. Without entering the OpenAI API key, you will not be able to use it properly.]
<img src="https://imgur.com/Iu7CmSa.png" alt="project-screenshot" width="200" height="200/">

3. Once you have entered the API key, the input box will be ready for use. All the questions will be answered by ChatGPT.

<h2>Disclaimer</h2>
This project is to provide instructions and guidance on how to use OpenAI. However, please note the following:

1. OpenAI Policies: OpenAI may have its own policies and regulations, such as API usage limits, pricing plans, service agreements, etc. Please make sure you are aware of and comply with OpenAI's relevant policies to avoid any violations.

2. If you have any questions or issues related to OpenAI while using this service, we take no responsibility for them..
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// See: https://kit.svelte.dev/docs/types#app
// import { Result} from "neverthrow";
interface Window {
deviceType: string;
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a.btn {
}

.text-button {
color: #0071c5;
color: #252e47;
}

.text-title-color {
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<script lang="ts">
import { createEventDispatcher } from "svelte";
let dispatch = createEventDispatcher();
</script>

<!-- svelte-ignore a11y-click-events-have-key-events -->
<svg
class="absolute top-0 right-0 hover:opacity-70"
on:click={() => {
dispatch('DeleteAvatar') }}
viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20">
<path d="M512 832c-176.448 0-320-143.552-320-320S335.552 192 512 192s320 143.552 320 320-143.552 320-320 320m0-704C300.256 128 128 300.256 128 512s172.256 384 384 384 384-172.256 384-384S723.744 128 512 128" fill="#bbbbbb"></path><path d="M649.824 361.376a31.968 31.968 0 0 0-45.248 0L505.6 460.352l-98.976-98.976a31.968 31.968 0 1 0-45.248 45.248l98.976 98.976-98.976 98.976a32 32 0 0 0 45.248 45.248l98.976-98.976 98.976 98.976a31.904 31.904 0 0 0 45.248 0 31.968 31.968 0 0 0 0-45.248L550.848 505.6l98.976-98.976a31.968 31.968 0 0 0 0-45.248" fill="#bbbbbb"></path>
</svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<script lang="ts">
import { createEventDispatcher } from "svelte";
let dispatch = createEventDispatcher();
</script>

<!-- svelte-ignore a11y-click-events-have-key-events -->
<svg
class="hover:opacity-70"
on:click|capture={() => {
dispatch("changeName");
}}
viewBox="0 0 1024 1024"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
width="10"
height="10"
><path
d="M34.155089 230.940227 9.17948 230.940227 9.17948 256.203386 9.17948 854.158012C9.17948 923.769568 65.248004 980.289737 134.081773 980.289737L927.938515 980.289737 952.914125 980.289737 952.914125 955.026579 952.914125 471.100561C952.914125 457.148105 941.732164 445.837402 927.938515 445.837402 914.144868 445.837402 902.962906 457.148105 902.962906 471.100561L902.962906 955.026579 927.938515 929.76342 134.081773 929.76342C92.797081 929.76342 59.130699 895.825847 59.130699 854.158012L59.130699 256.203386 34.155089 281.466543 598.93821 281.466543C612.731859 281.466543 623.91382 270.155842 623.91382 256.203386 623.91382 242.250928 612.731859 230.940227 598.93821 230.940227L34.155089 230.940227Z"
fill="#bbbbbb"
/><path
d="M437.016339 593.503789 431.876019 600.104892 431.668623 608.505214 427.984924 757.709741 427.077935 794.446421 461.312335 782.146455 605.005395 730.519447 611.980762 728.013291 616.479561 722.067243 1003.181673 210.964228 1018.529978 190.678421 998.306108 175.379305 869.49174 77.932781 849.985487 63.176536 834.913446 82.53177 437.016339 593.503789ZM839.575373 118.395018 968.389739 215.841542 963.514174 180.256619 576.81206 691.359633 588.286225 682.907428 444.593165 734.534436 477.920574 758.971151 481.604275 609.766622 476.256559 624.768047 874.153664 113.79603 839.575373 118.395018Z"
fill="#bbbbbb"
/><path
d="M891.217762 310.505713 920.474916 269.553252 808.309143 187.564266 779.051989 228.516725 891.217762 310.505713Z"
fill="#bbbbbb"
/></svg
>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<script>
export let extraClass = "";
</script>

<svg
t="1698283040886"
class={extraClass}
viewBox="0 0 1024 1024"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
p-id="7884"
width="25"
height="25"
><path
d="M681.386667 200.533333H896v214.613334h-214.613333z"
fill="#00FFFF"
p-id="7885"
/><path
d="M621.226667 512H512V402.773333a21.333333 21.333333 0 0 0-42.666667 0V512H360.106667a21.333333 21.333333 0 0 0 0 42.666667H469.333333v109.226666a21.333333 21.333333 0 0 0 42.666667 0V554.666667h109.226667a21.333333 21.333333 0 0 0 0-42.666667z"
fill="#0000FF"
p-id="7886"
/><path
d="M704 170.666667h-426.666667A149.333333 149.333333 0 0 0 128 320v426.666667A149.333333 149.333333 0 0 0 277.333333 896h426.666667a149.333333 149.333333 0 0 0 149.333333-149.333333v-426.666667A149.333333 149.333333 0 0 0 704 170.666667zM810.666667 746.666667a106.666667 106.666667 0 0 1-106.666667 106.666666h-426.666667A106.666667 106.666667 0 0 1 170.666667 746.666667v-426.666667A106.666667 106.666667 0 0 1 277.333333 213.333333h426.666667A106.666667 106.666667 0 0 1 810.666667 320z"
fill="#0000FF"
p-id="7887"
/></svg
>
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<svg
class="ml-2.5 h-2.5 w-2.5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 10 6"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m1 1 4 4 4-4"
/>
</svg>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<svg
width="45"
height="45"
width="35"
height="35"
viewBox="0 0 48 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-4 w-4 text-zinc-500"
viewBox="0 0 20 20"
fill="currentColor"
><path
fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"
/></svg
>
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<script>
export let extraClass = "";
</script>

<svg
t="1698981290994"
class={extraClass}
viewBox="0 0 1024 1024"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
p-id="4114"
width="20"
height="20"
><path
d="M862 902c0 16.569-13.431 30-30 30H192c-16.569 0-30-13.431-30-30V122c0-16.569 13.431-30 30-30h476l194 194v616z"
fill="#FFAB4E"
p-id="4115"
/><path
d="M862 286H698c-16.569 0-30-13.431-30-30V92"
fill="#FFFFFF"
fill-opacity=".296"
p-id="4116"
/><path
d="M440.26 397.636l152.711 269.49c4.901 8.649 1.863 19.633-6.786 24.534a18 18 0 0 1-8.874 2.34H271.889c-9.941 0-18-8.059-18-18a18 18 0 0 1 2.34-8.874l152.71-269.49c4.902-8.649 15.886-11.687 24.535-6.786a18 18 0 0 1 6.786 6.786z"
fill="#FFFFFF"
p-id="4117"
/><path
d="M633.04 497.15l96.32 169.976c4.9 8.649 1.863 19.633-6.786 24.534a18 18 0 0 1-8.875 2.34H521.061c-9.942 0-18-8.059-18-18a18 18 0 0 1 2.34-8.874L601.72 497.15c4.9-8.649 15.885-11.687 24.534-6.786a18 18 0 0 1 6.786 6.786z"
fill="#FFFFFF"
p-id="4118"
/><path
d="M695 420m-50 0a50 50 0 1 0 100 0 50 50 0 1 0-100 0Z"
fill="#FFFFFF"
p-id="4119"
/></svg
>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<svg t="1699586942367" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6643" width="32" height="32"><path d="M0 1024h1024V0H0z" fill="#D8D8D8" opacity=".01" p-id="6644"></path><path d="M412.501333 853.333333c13.255111 0 26.168889-5.688889 34.702223-15.189333 9.329778-10.296889 41.585778-39.822222 66.446222-39.822222 24.632889 0 56.661333 28.956444 65.991111 39.082666a47.160889 47.160889 0 0 0 46.648889 13.141334l5.688889-2.104889 85.731555-50.289778 1.024-0.739555a48.014222 48.014222 0 0 0 16.782222-50.062223l-3.982222-11.320889a96.768 96.768 0 0 1-5.347555-28.444444c0-46.023111 33.450667-83.968 75.946666-88.007111l7.623111-0.398222h3.413334c14.222222 0 25.941333-11.377778 31.175111-29.582223l2.161778-10.353777c1.706667-10.126222 6.599111-41.756444 6.599111-67.527111a480.711111 480.711111 0 0 0-7.111111-70.769778c-3.584-19.797333-14.165333-33.393778-27.648-36.181334l-5.176889-0.568888h-3.413334c-46.08 0-83.569778-39.594667-83.569777-88.405334 0-10.467556 3.242667-21.902222 5.404444-28.444444l1.934222-5.290667a48.412444 48.412444 0 0 0-10.126222-51.996444l-4.721778-4.039111-1.024-0.739556-86.072889-50.403556-1.080888-0.455111a41.073778 41.073778 0 0 0-11.434667-3.356444L612.920889 170.666667l-6.656 0.512a46.136889 46.136889 0 0 0-28.273778 15.303111l-6.542222 6.940444c-13.653333 13.653333-39.992889 35.441778-61.326222 35.441778-23.608889 0-55.637333-27.989333-67.413334-41.585778a46.421333 46.421333 0 0 0-46.933333-13.824l-5.688889 2.161778-1.024 0.512-83.057778 49.152-0.967111 0.739556a48.071111 48.071111 0 0 0-16.782222 50.062222l3.982222 11.320889a96.711111 96.711111 0 0 1 5.347556 28.444444c0 46.023111-33.450667 83.968-75.946667 88.007111l-7.623111 0.398222h-3.413333c-14.222222 0-25.941333 11.377778-31.175111 29.582223l-2.161778 10.353777C175.559111 454.314667 170.666667 486.058667 170.666667 511.715556l0.455111 14.449777c1.479111 26.965333 6.428444 54.897778 6.656 56.32 3.584 19.797333 14.108444 33.393778 27.591111 36.181334l5.176889 0.568889h3.470222c46.08 0 83.569778 39.594667 83.569778 88.405333 0 10.581333-3.242667 22.016-5.404445 28.444444l-1.934222 5.290667a48.355556 48.355556 0 0 0 10.183111 52.053333l4.721778 3.982223 1.024 0.796444 87.608889 50.915556 1.137778 0.568888c5.404444 2.389333 11.377778 3.640889 17.635555 3.640889z m-1.365333-59.790222l-65.365333-38.058667c3.982222-11.264 7.168-23.722667 8.248889-37.376l0.455111-10.467555c0-69.973333-48.184889-129.365333-113.152-142.563556l-9.045334-1.536-0.284444-2.218666a419.271111 419.271111 0 0 1-4.096-37.774223L227.555556 511.715556c0-11.150222 1.137778-24.632889 2.730666-37.319112l1.991111-14.449777c66.56-9.045333 117.589333-65.763556 121.856-134.656l0.341334-9.500445c0-14.222222-2.389333-27.420444-5.859556-39.196444l-2.901333-8.760889 60.472889-36.067556c25.6 26.908444 59.733333 49.834667 94.435555 53.475556l9.500445 0.512c36.124444 0 70.314667-20.992 97.166222-47.388445l7.281778-7.509333 63.431111 37.148445-0.796445 2.161777a146.204444 146.204444 0 0 0-7.281777 33.223111l-0.568889 12.401778c0 69.973333 48.128 129.365333 113.038222 142.563556l9.045333 1.592889 1.706667 12.174222c1.934222 14.904889 3.072 28.842667 3.072 39.594667 0 11.207111-1.137778 24.632889-2.730667 37.319111l-2.048 14.506666c-66.446222 8.988444-117.532444 65.706667-121.799111 134.599111l-0.341333 9.500445 0.398222 9.216c0.796444 9.841778 2.730667 19.512889 5.404444 29.013333l3.015112 9.671111-62.691556 37.091556-1.024-1.137778c-24.746667-24.803556-56.718222-45.909333-90.567111-49.493333l-10.24-0.568889c-34.417778 0-67.470222 19.171556-93.752889 43.576889l-8.704 8.533333z" fill="#5A6677" p-id="6645"></path><path d="M512 625.777778c62.748444 0 113.777778-51.029333 113.777778-113.777778s-51.029333-113.777778-113.777778-113.777778-113.777778 51.029333-113.777778 113.777778 51.029333 113.777778 113.777778 113.777778z m0-56.888889c-31.288889 0-56.888889-25.6-56.888889-56.888889s25.6-56.888889 56.888889-56.888889 56.888889 25.6 56.888889 56.888889-25.6 56.888889-56.888889 56.888889z" fill="#5A6677" p-id="6646"></path></svg>
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<svg
t="1699278566866"
class="icon"
viewBox="0 0 1024 1024"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
p-id="7435"
width="18"
height="18"
><path
d="M514.4 888.54c-7.47 0-14.94-2.23-21.37-6.68l-50.67-35.12c-19.21-13.33-41.73-20.36-65.13-20.36H221.54C133.58 826.37 62 754.8 62 666.82V334.81c0-20.71 16.79-37.5 37.5-37.5s37.5 16.79 37.5 37.5v332.01c0 46.62 37.92 84.56 84.54 84.56h155.69c38.75 0 76.06 11.66 107.87 33.73l29.33 20.32 26.26-18.13c31.79-21.94 68.98-33.53 107.59-33.53h154.16c46.62 0 84.56-37.94 84.56-84.56v-334.4c0-20.71 16.79-37.5 37.5-37.5s37.5 16.79 37.5 37.5v334.41c0 87.98-71.58 159.56-159.56 159.56H648.29c-23.33 0-45.79 6.99-64.98 20.23l-47.59 32.89a37.565 37.565 0 0 1-21.32 6.64z"
fill="#0C2E97"
p-id="7436"
/><path
d="M791.27 135.46h-220.2c-29.68 0-54.01 22.83-56.43 51.88-2.43-29.05-26.76-51.88-56.43-51.88h-220.2c-31.29 0-56.65 25.36-56.65 56.65v454.75c0 31.29 25.36 56.65 56.65 56.65h553.27c31.29 0 56.65-25.36 56.65-56.65V192.11c-0.01-31.29-25.37-56.65-56.66-56.65z"
fill="#1AADF9"
p-id="7437"
/><path
d="M429.75 312.29H266.44c-15.53 0-28.12-12.6-28.12-28.12s12.6-28.12 28.12-28.12h163.31c15.53 0 28.12 12.6 28.12 28.12s-12.59 28.12-28.12 28.12zM429.75 401.95H266.44c-15.53 0-28.12-12.6-28.12-28.12s12.6-28.12 28.12-28.12h163.31c15.53 0 28.12 12.6 28.12 28.12s-12.59 28.12-28.12 28.12z"
fill="#FFFFFF"
p-id="7438"
/><path
d="M711.19 570.83m-58.37 0a58.37 58.37 0 1 0 116.74 0 58.37 58.37 0 1 0-116.74 0Z"
fill="#39E2A0"
p-id="7439"
/></svg
>

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<svg
aria-hidden="true"
class="mr-2 h-8 w-8 animate-spin fill-blue-600 text-gray-200 mx-auto"
viewBox="0 0 100 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"
><path
d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
fill="currentColor"
/><path
d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
fill="currentFill"
/></svg
>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
const classes = overrideClasses ? overrideClasses : `w-5 h-5 text-gray-400`;
</script>

<!-- <svg
class={classes}
width="10"
height="10"
fill="none"
viewBox="0 0 18 18"
style="min-width: 18px; min-height: 18px;"
><g
><path
fill="#3369FF"
d="M15.71 8.019 3.835 1.368a1.125 1.125 0 0 0-1.61 1.36l2.04 5.71h5.298a.562.562 0 1 1 0 1.125H4.264l-2.04 5.71a1.128 1.128 0 0 0 1.058 1.506c.194 0 .384-.05.552-.146l11.877-6.65a1.125 1.125 0 0 0 0-1.964Z"
/></g
></svg
> -->

<svg
class={classes}
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit ab43c74

Please sign in to comment.