mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 12:04:24 +01:00
Update ListeningIcon.tsx
This commit is contained in:
parent
74fa8d19ca
commit
37c0f5bf0d
1 changed files with 14 additions and 16 deletions
|
|
@ -2,23 +2,21 @@ import React from 'react';
|
||||||
|
|
||||||
export default function ListeningIcon() {
|
export default function ListeningIcon() {
|
||||||
return (
|
return (
|
||||||
<svg
|
<svg
|
||||||
stroke="currentColor"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
fill="none"
|
width="24"
|
||||||
strokeWidth="2"
|
height="24"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
strokeLinecap="round"
|
fill="red"
|
||||||
strokeLinejoin="round"
|
stroke="currentColor"
|
||||||
className="mr-1 h-4 w-4"
|
stroke-width="2"
|
||||||
height="1em"
|
stroke-linecap="round"
|
||||||
width="1em"
|
stroke-linejoin="round"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
class="lucide lucide-mic"
|
||||||
>
|
>
|
||||||
<rect x="8" y="4" width="8" height="12" stroke="currentColor" fill="currentColor" />
|
<path d="M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z"/>
|
||||||
<circle cx="12" cy="4" r="4" stroke="currentColor" fill="currentColor" />
|
<path d="M19 10v2a7 7 0 0 1-14 0v-2"/>
|
||||||
<rect x="10" y="16" width="4" height="6" stroke="currentColor" fill="currentColor" />
|
<line x1="12" x2="12" y1="19" y2="22"/>
|
||||||
<line x1="4" y1="22" x2="20" y2="22" stroke="currentColor" />
|
|
||||||
<circle cx="18" cy="18" r="6" fill="red" />
|
|
||||||
</svg>
|
</svg>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue